
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
#searchResultsBlock,#searchBlock,.pageTtl2,.itemSearchRefineBlock, #fix_navi {
    display: none!important;
}
*:focus {
    outline: none;
}
#ig_wrap {
    max-width: 985px;
    margin: 25px auto;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    padding: 20px;
	line-height: 1.6;
}
#ig_wrap a {
	color: #000;
	text-decoration: none;
}
#ig_wrap img {
    max-width: 100%;
}
.clear {
	clear: both;
}
#ig_wrap ul,#ig_wrap li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.swiper-wrapper {
	height: auto!important;
}
.spimg {
	display: none;
}
@media only screen and (max-width: 750px)  {
	#ig_wrap {
		padding: 0px;
	}
	.spimg {
		display: block;
	}
	.pcimg {
		display: none;
	}
}
#ig_wrap .title {
	max-width: 540px;
	width: 65%;
	margin: 10px auto 50px;
}

/*==========video==========*/
#ig_wrap .video_wrap {
	width: 100%;
	position: relative;
	margin-bottom: 50px
}
#ig_wrap .video {
    width: 42%;
    float: left;
    box-sizing: border-box;
    position: relative;
   background: #000;
}
#ig_wrap .video video {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 30px;
}
@media only screen and (max-width: 750px)  {
	#ig_wrap .video_wrap {
		margin-bottom: 25px
	}
	#ig_wrap .title {
		margin: 10px auto 30px;
	}
	#ig_wrap .video {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 25px
    }
    #ig_wrap .video video {
        padding: 7%;
    }
}
/*==========timeline==========*/
#ig_wrap .timeline {
	width: 53%;
	height: 100%;
	float: right;
	box-sizing: border-box;
	padding: 0 0 25px;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: scroll;
}
#ig_wrap .timeline::-webkit-scrollbar {
    width: 3px;
}
#ig_wrap .timeline::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #fff;
}
#ig_wrap .timeline::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#000;
}
#ig_wrap .timeline .tit {
	font-weight: bold;
	font-size: 18px;
	margin: 0 20px 20px 0;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 10px 0;
	text-align: center;
}
#ig_wrap .timeline .tit .small {
	font-size: 10px;
}

/* 価格変更のある時 タイムラインのトップのテキストに期間挿入*/
#ig_wrap .timeline .tit .red {
	font-size: 10px;
	margin: 0;
	color: #BA1313;
}
/* ここまで */

#ig_wrap .timeline .tit .small_t {
	font-size: 10px;
	font-weight: normal;
}
#ig_wrap .timeline ul {
	width: 100%;
	margin: 0 auto;
}
#ig_wrap .timeline li {
	margin:0 auto 10px;
	width: 33.333%;
	float: left;
}
#ig_wrap .timeline .time {
	font-weight: bold;
	margin-bottom: 15px;
	text-decoration: underline;
	cursor: pointer;
}
#ig_wrap .timeline .time.wh {
	color: #FFF;
	opacity: 0;
}
#ig_wrap .timeline .item {
	width:100%;
	box-sizing: border-box;
	padding-right: 15px;
	margin-bottom: 15px;
}
#ig_wrap .timeline .item a {
	color: #000;
	text-decoration: none;
}
#ig_wrap .timeline .item .name {
	font-size: 11px;
}
#ig_wrap .timeline .item .price {
	font-size: 10px;
}

/* 価格変更のある時 spanで囲んで色変えて文字大きくする*/
#ig_wrap .timeline .item .red{
	font-size: 12px;
	color: #BA1313;
}
/* ここまで */

#ig_wrap .timeline .pcclear {
	clear: both;
}
@media only screen and (max-width: 750px)  {
	#ig_wrap .timeline {
		width: 100%;
		height: auto;
		float: none;
		padding: 0;
		font-size: 14px;
		position: relative;
		top: auto;
		right: auto;
		overflow-y: none;
	}	
	#ig_wrap .timeline::-webkit-scrollbar {
		display: none;
	}
	#ig_wrap .timeline .tit {
		margin: 0 0 20px;
	}
	#ig_wrap .timeline ul {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 5px;
	}
	#ig_wrap .timeline li {
	}
	#ig_wrap .timeline .item {
		padding-right: 10px;
		width: 100%;
	}
	#ig_wrap .timeline .item .name {
		font-size: 10px;
	}
	#ig_wrap .timeline .item .price {
		font-size: 9px;
	}	
}



/*==========staff==========*/
#ig_wrap .staff {
	width: 50%;
	margin: 10% auto 5%;
}
#ig_wrap .staff ul.x3 {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  }
#ig_wrap .staff ul.x2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
	margin: 0 auto;
  }
#ig_wrap .staff ul.x1 {
    width: 40%;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
}
#ig_wrap .staff li {
    box-sizing: border-box;
    padding: 15px 25px 0;
    text-align: center;
}
#ig_wrap .staff .face {
    overflow: hidden;
    border-radius: 50%;
    line-height: 0;
    margin-bottom: 15px;
}	
#ig_wrap .staff .tit {
    text-align: center;
    font-size: 14px;
	font-weight: bold;
}
#ig_wrap .staff .name {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}
#ig_wrap .staff .txt {
    text-align: center;
    font-size: 10px;
}
#ig_wrap .staff .txt img {
	width: 20px;
	margin: 0 auto;
}
#ig_wrap .staff .sb {
    max-width: 90px;
    box-sizing: border-box;
    line-height: 0;
    padding:5px 10px 7px;
    border: 2px solid #000;
    margin: 0 auto;
    border-radius: 5px;
}
#ig_wrap .staff .ig {
    max-width: 25px;
    line-height: 0;
    margin: 10px auto;
}
  #ig_wrap .guest .ig {
      max-width: 25px;
      line-height: 0;
      margin: 10px 0;
  }
@media only screen and (max-width: 750px)  {
#ig_wrap .staff {
	width: 100%;
	margin: 15% auto;
}
	#ig_wrap .guest .tit,#ig_wrap .staff .tit  {
		text-align: center;
	  }
	#ig_wrap .guest .face  {
		width: 50%;
		margin: 0 auto 15px;
		float: none;
	}
	#ig_wrap .guest .txt  {
		width: 90%;
		margin: 0 auto;
		float: none;
		padding: 0;
	  }
	#ig_wrap .staff li {
		padding: 15px 15px 0;
	}
}

#ig_wrap .banner {
    max-width: 600px;
    width: 80%;
    margin: 25px auto;
}	
#ig_wrap .iteminfo {
    text-align: center;
    font-size: 14px;
    margin: 50px auto 5px;
    padding: 10px;
    border: 1px solid #000;
    letter-spacing: 2px;
    font-weight: bold;
    box-sizing: border-box;
}	
#ig_wrap .iteminfo {
      text-align: center;
      font-size: 14px;
      margin: 50px auto 5px;
      padding: 10px;
      border: 1px solid #000;
      letter-spacing: 2px;
      font-weight: bold;
      box-sizing: border-box;
	clear: both;
  }
.swiper-wrapper {
	display: block;
}
@media only screen and (max-width: 750px)  {
      #ig_wrap .iteminfo {
          width: 94%;
      }			
}


/*=====新テンプレ対策=====*/
.swiper-wrapper {
	display: block;
}
@media only screen and (max-width: 750px)  {
	.swiper-wrapper {
		display: flex;
	}	
}




/*アコーディオン*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	width: 90%;
	margin: 0 auto;
	padding: 25px 10px;
	display: block;
	border-bottom: 1px solid #999;
	font-size: 14px;
	box-sizing: border-box;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.box {
	width: 90%;
	margin: 0 auto;
}
.box .tit {
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 0;
	text-decoration: underline;
}
.box .qa {
	font-size: 12px;
	margin: 25px 0;
}
.box .qa .q_txt {
	font-weight: bold;
}
.box .qa .a_txt {
	margin-top: 5px;
}
#ig_wrap .box a {
	text-decoration: underline;
	}

.qa_tit {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 10px 25px;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	width: 90%;
	margin: 0 auto;
}
@media only screen and (max-width: 750px)  {
	
	.Label {		/*タイトル*/
		width: 100%;
		margin: 0 auto;
		padding: 15px 20px;
		display: block;
		border-bottom: 1px solid #999;
		font-size: 12px;
		box-sizing: border-box;
	}
	.box {
		width: 100%;
		margin: 0 auto;
	}
	.box .tit {
		font-size: 13px;
		font-weight: bold;
		margin: 15px 0 0;
		text-decoration: underline;
	}
	.qa_tit {
		text-align: center;
		font-size: 14px;
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px 15px;
	}	
}


