
@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 {
   width: 100%;
	margin: 0 auto;
	background-image: url("../images/back.jpg");
	background-size: cover;
	background-repeat: repeat;
}
#ig_wrap .by{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    padding: 20px;
    line-height: 1.6;
    background: #fff;

}
a {
	color: #000;
	text-decoration: none;
}
#ig_wrap img {
    max-width: 100%;
}
.clear {
	clear: both;
}
ul,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: 15px auto 50px;
}
#ig_wrap .read {
	width: 90%;
	margin: 0 auto 8%;
	font-size: 12px;
	text-align: center;
	line-height: 2;
}
@media only screen and (max-width: 750px)  {
	#ig_wrap .read {
	width: 90%;
	margin: 0 auto 15%;
	font-size: 11px;
	text-align: left;
	}
	#ig_wrap .title {
	max-width: inherit;
	width: 82%;
	margin: 12% auto 10%;
	}
}
/*==========video==========*/
#ig_wrap .video_wrap {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
#ig_wrap .video {
    width: 42%;
    float: left;
    margin-left: 3%;
    box-sizing: border-box;
    position: relative;
    background: #000;
    margin-bottom: 25px;

}
#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 {
		display: block;
		margin-bottom: 25px
	}
	
	#ig_wrap .video {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 10%;
        margin-left: 0;
    
    }
    #ig_wrap .video video {
        padding: 7%;
    }
}


.video_wrap .guest .ig {
      max-width: 25px;
      line-height: 0;
      margin: 10px 0;
  }
.video_wrap .guest .txt a {
     text-decoration: underline;
    color: #3F51B5;
  }
.video_wrap .guest {
    width: 45%;

}
.video_wrap .guest .txt {
	font-size: 12px;
	line-height: 2;
}
.video_wrap .guest .txt span {
	font-weight: 600;
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}
.video_wrap .guest .txt .icon {
	width: 20px;
}
.video_wrap .guest .txt .link {
	display: inline-block;
	border-bottom: 1px solid #000;
	color: #111;
}
.video_wrap .guest .links a {
	display: flex;
    align-items: center;
    margin-top: 5%;
    text-decoration: underline;
    line-height: 2;
}
.video_wrap .guest .links a span {
	 display: inline-block;
}
.video_wrap .guest .links a span:nth-of-type(1) {
	width: 6%;
    margin-right: 2%;
}
.video_wrap .guest .links a span:nth-of-type(2) {
	font-size: 11px;  
}
@media only screen and (max-width: 750px)  {
	.video_wrap .guest {
		width: 84%;
		margin: 0 auto;
	}
	.video_wrap .guest .txt {
		font-size: 11px;
	}
}

#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: 0 auto 10px;
    padding: 10px;
    border: 1px solid #000;
    letter-spacing: 2px;
    font-weight: bold;
    box-sizing: border-box;
    clear: both;
    background: #fff;
    max-width: 1100px;

}
.swiper-wrapper {
	display: block;
}
@media only screen and (max-width: 750px)  {
      #ig_wrap .iteminfo {
        width: 100%;
    
    }	
	
}


/*=====新テンプレ対策=====*/
.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;
	}	
}


