/*
Theme Name: GO-GUY Net
Theme URI: http://maji.tv/
Author: GO-GUY Net
Author URI: http://maji.tv/
Description: 号外NET用テンプレート
Version: 1.0
*/

@charset "utf-8";
:root {
	--clr-red: #E72119;
  --clr-blue: #115DAF;
}
html { box-sizing: border-box; }
* { box-sizing: border-box; }
*:before, *:after { box-sizing: border-box; }
/** { box-sizing: inherit; }
*:before, *:after { box-sizing: inherit; }*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch
}

/*ヘッダーエリアリンク*/
/*.header-sp-btn{display: none;}*/
/*.header-sp-btn.show{display: block;}*/
.header-sp-btn{
  /*position: absolute;
  top: 50%;
  left: 6px;*/
  /*right: 6px;*/
  /*transform: translateY(-50%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;*/
  width: 50px;
  height: 50px;
  z-index: 300;
  /*background-color: #fff;*/
  /*border-radius: 4px;*/
  background-color: var(--clr-red);
  position: relative;
  inset:0;
  transform: translateY(0);
  display: block;
  border-radius: 0;
}


.header-sp-btn span{
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  /*background: #fff;*/
  background: var(--clr-red);
  transition: .3s;
}
.header-sp-btn span:nth-child(3){
  margin-bottom: 0;
}

.header-sp-btn.on{
  /*z-index: 10001;*/
  /*position: fixed;*/
  /*top: 25px!important;*/
  /*right: 6px!important;*/
  /*background: var(--clr-blue);*/
  /*border: 1px solid #f3f3f3;*/
  /*color:var(--clr-red);*/
}
.header-sp-btn.on span{background:var(--clr-red);}
.header-sp-btn.on span:first-child{
  transform: translateY(8px) rotate(-45deg);
}
.header-sp-btn.on span:nth-child(2){
  opacity: 0;
  /*transform: translate3d(70px,0,0);*/
}
.header-sp-btn.on span:nth-child(3) {
  transform: translateY(-4px) rotate(45deg);
}
.header-sp-btn .txt {font-size: 8px!important;color: var(--clr-red);line-height: 1;margin-top: 3px;font-weight: 700!important;}
/*.header-sp-btn.on .txt {color:var(--clr-red);}*/

.header-sp-game-btn{
  /*position: absolute;
  top: 50%;
  right: 5px;*/
  /*right: 6px;*/
  /*transform: translateY(-50%);*/
  display: block;
  width: 50px;
  height: 50px;
  /*border-radius: 4px;
  font-weight: bold;
  font-size: 10px;*/
  text-decoration: none;
  background-color: var(--clr-red);
  position: relative;
  inset:0;
  transform: translateY(0);
  display: block;
  border-radius: 0;
  z-index: 301;
}
/*.header-sp-game-btn.left{
  left: 6px!important;
}
.header-sp-game-btn:hover{
  text-decoration: none;
}*/






.header-sp-link{
  width: 280px;
  height: auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: auto;
  bottom: 0;
  overflow-y: auto;
  z-index: 10000;
  padding-bottom: 150px;
  transition: 0.6s;
  box-sizing: border-box;
}
.header-sp-link{left: -300px;z-index:10000;}
.header-sp-link.show{left: 0;}
/*.header-sp-link{right: -300px;}
.header-sp-link.show{right: 0;}*/
.header-sp-link .link{padding: 0 0 0 0!important;border-top: 1px solid #ccc;}
.header-sp-link .link a{
  color: #686868;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background-image: url(../images/sp_navi_arrow1.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.header-sp-link li{border-bottom: 1px!important;}

.header-sp-link-search{
  padding: 5px;
}
.header-sp-link-search .side-search-box{
  position: relative;
}
.header-sp-link-search .searchform #s {
  display: block;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  border: 2px solid var(--clr-red);
  /*border: 2px solid #e50012;*/
  position: relative;
  padding: 8px 5px;
  border-radius: 4px!important;
  font-size: 14px!important;
}
.header-sp-link-search .searchform #s::placeholder {
  font-size: 14px!important;
}
.header-sp-link-search .searchform #searchsubmit {
  display: block;
  width: 40px;
  height: 36px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--clr-red);
  /*background-color: #e50012;*/
  text-indent: -999px;
  border-top-right-radius: 4px!important;
  border-bottom-right-radius: 4px!important;
  background-image: url(../images/tag17.png);
  background-position: center;
  background-repeat: no-repeat;
}
.sp-navi-accordion > summary{
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #686868;
  position: relative;
  box-sizing: border-box;
}
.sp-navi-accordion > summary::before,
.sp-navi-accordion > summary::after  {
  content: '';
  display: inline-block;
  width: 2px;
  height: 17px;
  background-color: var(--clr-red);
  /*background-color: #e50012;*/
  position: absolute;
  top: 13px;
  right: 17px;
  transition: .3s;
}
.sp-navi-accordion > summary::after {
  transform: rotate(90deg);
}
.sp-navi-accordion[open] > summary::before {
  transform: rotate(90deg);
}
.sp-navi-accordion[open] > summary::after {
  opacity: 0;
}
.sp-navi-accordion .sp-navi-cat-links > li > a{
  background-color: #fbe7e5!important;
}






body.body-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-sp-link-overlay{
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  /*visibility: hidden;*/
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}
.header-sp-link-overlay.show{
  /*visibility: visible;*/
  opacity: 1;
  pointer-events: auto;
}


.header-sp-btn-right{
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  z-index: 10001;
  border-radius: 4px;
  background-color: #fff;
}
.header-sp-btn-right span{
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  /*background: #fff;*/
  background: var(--clr-red);
  transition: .3s;
}
.header-sp-btn-right span:nth-child(3){
  margin-bottom: 0;
}

.header-sp-btn-right.on{
  z-index: 10001;
  /*position: fixed;*/
  /*top: 25px!important;*/
  right: 6px!important;
  /*background: var(--clr-blue);*/
  /*border: 1px solid #f3f3f3;*/
  color:var(--clr-red);
}
.header-sp-btn-right.on span{background:var(--clr-red);}
.header-sp-btn-right.on span:first-child{
  transform: translateY(8px) rotate(-45deg);
}
.header-sp-btn-right.on span:nth-child(2){
  opacity: 0;
  /*transform: translate3d(70px,0,0);*/
}
.header-sp-btn-right.on span:nth-child(3) {
  transform: translateY(-4px) rotate(45deg);
}
.header-sp-btn-right .txt {font-size: 8px!important;color: var(--clr-red);line-height: 1;margin-top: 3px;font-weight: 700!important;}
/*.header-sp-btn-right.on .txt {color:var(--clr-red);}*/

.header-sp-btn-right.on{
  z-index: 10001;
  /*position: fixed;*/
  /*top: 25px!important;*/
  right: 6px!important;
  /*background: var(--clr-blue);*/
  /*border: 1px solid #f3f3f3;*/
  color:var(--clr-red);
}
.header-sp-btn-right.on span{background:var(--clr-red);}
.header-sp-btn-right.on span:first-child{
  transform: translateY(8px) rotate(-45deg);
}
.header-sp-btn-right.on span:nth-child(2){
  opacity: 0;
  /*transform: translate3d(70px,0,0);*/
}
.header-sp-btn-right.on span:nth-child(3) {
  transform: translateY(-4px) rotate(45deg);
}
.header-sp-btn-right .txt {font-size: 8px!important;color: var(--clr-red);line-height: 1;margin-top: 3px;font-weight: 700!important;}

.header-sp-link-right{
  width: 280px;
  height: auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: auto;
  bottom: 0;
  overflow-y: auto;
  z-index: 10000;
  padding-bottom: 150px;
  transition: 0.6s;
}
.header-sp-link-right{right: -300px;}
.header-sp-link-right.show{right: 0;}
.header-sp-link-right .link{padding: 50px 15px 0 15px;}
.header-sp-link-right .link a{color: #686868;display: block;width: 100%;padding: 10px 5px;font-size: 16px;text-decoration: none;}

.header-sp-link-right .sideTit01{
position: relative;
padding: 15px 5px 16px;
background: var(--clr-blue);
font-weight:bold;
text-align:center;
margin-bottom:0;
color:#ffffff;
}
.header-sp-link-right .sideTit01:after {
display: none;
}
.header-sp-link-right .sideOtherArea > li.open-area ul.inner-list li.open-pref .inner-list02 {
  padding-left: 5px;
  padding-right: 5px;
}
.header-sp-link-close{
border: none;
width: 36px;
height: 36px;
background-color: transparent;
position: absolute;
top: 10px;
right: 10px;
}


.headerTitlebox{
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  padding: 0 0;
  height: 50px;
  /*height: 50px;*/
  /*padding: 6px 0;*/
  z-index: 999;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid var(--clr-red);
  /*border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
  box-sizing: content-box;
}
.headerTitlebox .inner{
  max-width: 100%;
  height: auto;
  padding: 0 60px 0 5px;
}
.headerTitlebox.kaihen .inner{
  padding: 8px 60px 8px 5px;
}
.headerTitlebox .inner a > img{
  height: auto;
  width: 158px;
}
.headerTitlebox.kaihen .inner a.areaName{
  font-size: 1.2em!important;
  margin-left: 8px!important;
}
@media ( max-width : 480px ) {
  .headerTitlebox .inner{
		max-width: 100%;
		padding: 0 3px 0 3px;
	}
  .headerTitlebox .inner a > img{
    height: auto;
    width: 130px;
  }
  .headerTitlebox.kaihen .inner{
		padding: 8px 50px 8px 50px;
	}
  .headerTitlebox.kaihen .inner a.areaName{
    font-size: 1.2em!important;
    margin-left: 8px!important;
  }
}

/*コンテンツ内オプションbox関係*/
.alert {
  width: 95%;
  margin-inline: auto;
  padding: 20px 20px;
}
.alert-info {
  width: 95%;
  margin-inline: auto;
  box-sizing: border-box!important;
	padding: 20px 20px;
	background-color: #f0f7ff;
	border: dashed 1px #5b8bd0;
	color: #000000
}
.singleBox01 blockquote {
  box-sizing: border-box!important;
  width: 95%;
  margin-inline: auto;
  padding: 20px 20px;
}
.well {
  box-sizing: border-box!important;
  width: 95%;
  margin-inline: auto;
  padding: 20px 20px;
}