
@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: neue-haas-grotesk-display,dnp-shuei-gothic-gin-std,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: 26%;
	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: #f6f0e4;*/
	border: 1px solid #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;
		width: 45%;
	}
	#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: 500;
    font-size: 18px;
    margin: 0 auto 15px;
    /* border-bottom: 1px solid #999; */
    /* border-top: 1px solid #999; */
    padding: 10px 0;
    text-align: center;
    background: linear-gradient(transparent 50%, #f6f0e4 0%);
    line-height: 0.3em;
    width: 42%;
}
#ig_wrap .timeline .small {
	text-align: center;
    font-size: 10px;
    margin: 0 auto 10%;
}

/* 価格変更のある時 タイムラインのトップのテキストに期間挿入*/
#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: 400;
	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 auto 10px;
        width: 53%;
	}
	#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;
	}	
}
	#ig_wrap .guest {
		position: relative;
		width: 60%;
		margin: 0 auto;
		padding: 30px 0;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#ig_wrap .guest::after {
		content: "";
		display: block;
		clear: both;
	}	
	#ig_wrap .guest .face {
		width: 30%;
		float: left;
	}
	#ig_wrap .guest .txt {
		width: 60%;
		float: right;
		font-size: 12px;
		line-height: 1.8;
		margin-bottom: 3%;
	}
	#ig_wrap .guest .txt .sns{
		display: flex;
    	justify-content: flex-start;
	}
	#ig_wrap .guest .txt span {
		/*display: block;*/
		font-weight: 600;
		margin-bottom: 10px;
		font-size: 12px;	
	}
	@media only screen and (max-width: 768px)  {
		#ig_wrap .guest {
			position: relative;
			width:90%;
			margin: 0 auto;
			padding: 15px 0;
			border-top: 1px solid #000;
			border-bottom: 1px solid #000;
		}
		#ig_wrap .guest .face {
			width: 35%;
		}
		#ig_wrap .guest .txt {
			width: 60%;
			font-size: 10px;
			line-height: 1.8;
		}
	}
#ig_wrap .banner {
    max-width: 600px;
    width: 45%;
    margin: 6% 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%;
      }			
}

#ig_wrap .limited{
	margin: 5% auto;
	font-size: 11px;
	width: 500px;
	line-height: 2.0;
}

@media only screen and (max-width: 750px)  {
	#ig_wrap .limited{
	width: 95%;
	font-size: 9px;
	margin: 0 auto 10%;
	}
}
/*=====新テンプレ対策=====*/
.swiper-wrapper {
	display: block;
}
@media only screen and (max-width: 750px)  {
	.swiper-wrapper {
		display: flex;
	}	
}