@charset "utf-8";
html {
 -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {

	.pc{
		display: none;
	}
	.sp{
		display: block;
	}#contents {
	font-family:  "roboto", "noto sans jp", "メイリオ", "Meiryo", "ヒラギノ角ゴ pro w3", "ms pgothic", sans-serif;
	font-size: 16px;
	text-align: center;
	background-size:15px auto;
	padding-bottom:20px;
	overflow:hidden;
}
#contents p {
	margin: 0;
	font-size:14px;
}
#contents .anchor {
	width: 0px;
	height: 0px;
	position: relative;
	top: -50px;
}
section#head {
	position:relative;
	overflow: hidden;
	background-color:#113A6D;
	background-image:url(../img/head_sp.jpg);
	background-repeat:no-repeat;
	background-position:top center ;
	background-size:contain;
	height:83vw;
	
}

section#head .head_bg{
	width:100%;
}
#contents .text_copy{
	width:100%;
	font-size:24px;
	text-align:center;
	padding:25px 0px 0;
  color:#fff;
  font-weight:bold;
  letter-spacing:0.04em;
}
#contents .text_date{
	width:100%;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:37vw 0px 0;
  color:#fff;
}
#contents .text_date span.title{
	display:inline-block;
	background:#fff;
	color:#19374F;
	font-size:9px;
	font-weight:normal;
	padding:3px 5px;
	margin-right:10px;
}
#contents .text_date span.youbi{
	font-size:13px;
}
#contents .text_copy{
	width:100%;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	line-height:1.8 !important;
	padding:10px 10px 15px;
  color:#fff;
}
#contents .text_caution{
	width:100%;
	font-size:6px;
	line-height:120% !important;
	text-align:center;
	padding:0 10px 0;
  color:#fff;
  opacity:0.8;
    position: absolute;
  left: 50%;
  bottom: 3vw;
  -webkit-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}
section#head h1 {
	margin:0;
}
section#head h1 img{
	width:100%;
}

section#head_area{
	background-color:#19374F;
}
section#head_area p{
	color:#fff;
}
#contents h2 {
	font-size:16px !important;
	font-weight:bold;
	margin-bottom:0;
}
#contents  h2 img{
	height:12vw;
	width:auto !important;
}

#contents .article {
	padding:0 0 10px;
	margin:0  0 0;
}

#lineup   .ba_h{
	margin:20px 0 10px;
	font-size:20px;
	line-height:1.3 !important;
	position:relative;
	z-index:2;
	color:#000;
	    font-family: "knockout 30","knockout 28",roboto,noto sans jp,メイリオ,Meiryo,ヒラギノ角ゴ pro w3,ms pgothic,sans-serif;
    font-weight: initial;
}
#contents .article h3{
	font-size:4vw;
	font-weight:bold;
	letter-spacing:0.04em;
}
#contents .article h3.b_a{
	background:#37538E;	
}
#contents .article h3.l_i{
	background:#EA608E;	
}
#contents .article h3.o_c{
	background:#4BBFC3;	
}
#contents .article h3.s_p{
	background:#FABF13;	
}
#contents .article h3.i_t{
	background:#49ABD0;	
}
#contents .article h3.d_r{
	background:#6F706D;	
}
#contents .article h3{
	background:none !important;
}

/*--  --*/
.contents_inner{
	padding-top:13.89vw;
	position:relative;
	background:#113A6D;
}#contents .gmenu{
	background:#92D3DA;
	background:none;
	min-height:50px;
	
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:15;
	padding:10px 5px;
	        filter: drop-shadow(0 10px 10px rgba(0,0,0,0.1));
}
#contents .gmenu.fixed{
	position:fixed;
}
#contents .gmenu ul{
	margin:0 auto !important;
	border-radius:30px;	
	background:#ECD98B;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	padding:0px 0;
	
}
#contents .gmenu ul li{
	width:14%;
	border-left:solid 0px #000;
	padding:0 2px;
	
}
#contents .gmenu ul li:first-child{
	border:none;
}
#contents .gmenu ul li a{
	display:block;
	margin:0 !important;
	line-height:1.8 !important;
	font-size:14px !important;
	text-decoration:none;
	padding:5px 0;
	transition: all 0.2s;
	border-radius:30px;
	color:#000 !important;
}
#contents .gmenu ul li a span{
	display:block;
	padding-top:1px;
	padding-bottom:5px;
	font-size:10px;
	opacity:0.8;
	letter-spacing:-0.04em;
	font-family: "Oswald", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
}

/*--  --*/
/* _________________________________________*/
#contents .article .group_h .group_h_in{
	margin:0 auto;
}
#contents .article .group_h .group_h_in .pic{
	height:40vw;
	overflow:hidden;
	
}
#contents .article .group_h .group_h_in .pic img{
	width:100%;
}
#contents .article .gi .group_h .group_h_in .pic img{
	width:auto;
	height:100%;
}
#contents .article .group_h .group_h_in .text{
	padding:0;
	margin:0 0 10px;
}
#contents  .text .name{
	padding:10px 0;
	background:rgba(0,0,0,0.4);
	color:#fff;
	width:auto;
}
#contents .article .group_h .group_h_in .text .name{
	font-size:12px;
	
	font-family: "Knockout 29", "Knockout 28", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin-bottom:5px;
	font-weight:bold;	
}
#contents .article .group_h .group_h_in .text .exp{
	font-size:10px;
	margin-bottom:15px;
	color:#333;
	
}
/*--  --*/
#contents .model_exp{
	margin:20px 0px 20px;
	font-size:14px;
	text-align:left;
}
#contents .inner{
	padding:0 15px;
}

#lineup{
	padding-bottom:1px;
	background:#EAE9E3;
}
#lineup .p01{
	margin:50px 15px 0px;
}
#lineup .item_wrap{
	padding:5px 0 5px;
	overflow:hidden;
	position:relative;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
#lineup .item_wrap .item{
	margin:0  10px 10px;
	position:relative;
	padding:0 0 0;
	border-radius:5px;
	background:#fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.03);
	border:solid 4px rgba(192,4,23,0.2);
	width:100%;
}
#merit .item_wrap .item{border: solid 0px #D9B166 !important;
}
#lineup .item_wrap .item .caution_price{
	color:#666;
	font-size:12px;
	padding:5px 0 0;
}
#lineup   h4{
	margin:0px 0 10px;
	font-size:18px;
	position:relative;
	z-index:2;
	line-height:1.3 !important;
}
#lineup .item_wrap .item .price{
	font-size:12px;
	color:#9fa3a6;
	text-decoration:line-through;
}
#lineup .item_wrap .item .price_sale{
	font-size:16px;
	color:#C00417;
	font-weight:bold;
}
#lineup .item_wrap .item .off{
	margin:5px 0 0;
}
#lineup .item_wrap .item .off span{
	display:inline-block;
	font-size:15px;
	padding:2px 6px;
	color:rgba(192,4,23,1);
	background:rgba(192,4,23,1);
	color:#fff;
	font-weight:400;
	line-height:1 !important;
	    font-family:oswald,roboto,noto sans jp,メイリオ,Meiryo,ヒラギノ角ゴ pro w3,ms pgothic,sans-serif;
}
#lineup .item_wrap .item .off i{
	font-size:11px;
	display:inline-block;
	margin-left:2px;
}
#lineup .item_wrap .item .reco{
	/*--  	
	--*/
	width:100%;
	position:absolute;
	  position: absolute;
  left: 0px;
  bottom: 5px;
	display:block;
	font-size:8px;
	margin:0 0 0;
	color:#000;
	color:#666;
	line-height:1.3 !important;
	width:180px;
}
#lineup .item_wrap .item .yen{
	font-size:0.7em;
	font-weight:normal;
	opacity:0.7;
	display:inline-block;
	margin-right:2px;
}

#lineup .item_wrap .item .tax{
	font-size:10px;
	font-weight:normal;
	opacity:0.7;
}

#lineup   h5{
	color:#000;
	font-weight:bold;
	margin-top:20px;
	font-size:15px;
	margin-bottom:0 !important;
}


#lineup   .color{
	font-size:8px;
	margin-top:7px;
	line-height:1.3 !important;
	color:#666;
	margin-bottom:0px;
}

#lineup   .detail {
	margin-top:10px;
}
#lineup   .detail span{
	display: inline-block;
    background: rgba(192,4,23,0.1);
    font-size: 11px;
	border-radius:30px;
    padding: 6px 20px;
    margin: 0 0 0;
    color: rgba(192,4,23,1);
    color: #fff;
	color:#000;
    font-weight: 400;
    line-height: 1 !important;
	
}
#lineup .item_wrap .item a{
	display:block;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	margin:0;
	
}
#lineup .item_wrap .item .pic{
	position:relative;
	width:180px;
	overflow:hidden;
}
#lineup .item_wrap .item .pic img{
	width:100%;
}
#lineup #run .item_wrap .item .pic img{
	position:relative;
	top:-10px;
}
#lineup .item_wrap .item .clm_info{
	width:calc(100vw - 180px - 60px);
}
#lineup .item_wrap .item .pic img:nth-child(1){
	position:relative;
	left:0vw;
}
#lineup .item_wrap .item .pic img:nth-child(2){
	position:absolute;
	top:0;
	left:7vw;
}



/*-- gag --*/

#lineup .intro{
	margin:0 0 15px;
}
#lineup .intro img{
	width:100%;
}
#lineup .kaiketu .func_wrap{
	width:680px;
}
#lineup .clm_outer{
	position:relative;
}
#lineup .clm_outer h3{
	margin:0;
	position:relative;
	top:-10px;
}
#lineup .clm_outer h3 img{
	display:block;
	height:25px;
	margin:0 auto;
}
#lineup .clm_outer .icon_nayami,
#lineup .clm_outer .icon_kaiketu{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:150px;
}
#lineup .clm_outer .icon_kaiketu{
	top:-5px;
	margin-left:100px;
}
#lineup   .title_cp{
	font-size: 15px;
    color: #C00417;
    font-weight: bold;
	margin:0px 0 0;
	
}
#lineup .nayami,
#lineup .kaiketu{
	background:#fff;
	    margin: 20px 0 10px 10px;
	padding:0px 0 25px;
	
}
#lineup .kaiketu{
	padding-bottom:15px;
}

#lineup .scroll{
	overflow:scroll;
}
#lineup  .clm_wrap{
	width:800px;
	
}
#lineup .arr{
}
#lineup .arr img{
	width:15px;
	display:block;
	margin:0 auto;
}
#lineup .clm_wrap{
	padding-top:5px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
#lineup .clm_wrap .clm{
	width:230px;
	padding-right:30px;
	margin-right:30px;
	border-right:solid 1px #eee;
}
#lineup .clm_wrap .clm:last-child{
	width:200px;
	border:none;
	margin-right:0;
	padding-right:0;
}


#lineup .nayami p{
	font-size:14px;
}
#lineup .nayami p strong{
	    font-weight: normal;
    display: inline;
    margin: 0 2px;
    font-size: inherit;
    background: linear-gradient(transparent 50%, rgba(255,217,97,0.7) 50%);
}
#lineup .kaiketu .h{
	font-size:15px;
	font-weight:bold;
	line-height:1.6;
	margin-bottom:10px;
}
#lineup .kaiketu .exp{
	font-size:13px;
}

#lineup .kaiketu .kaiketu_h{
	position:relative;
	top:-20px;
}
#lineup .kaiketu .func_wrap{
	padding:10px 40px 30px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
#lineup .kaiketu .func_wrap .pic{
	width:152px;	
}
#lineup .kaiketu .func_wrap .functext{
	width:240px;
	text-align:left;
}
#lineup .kaiketu .func_wrap .functext .title{
	font-size:21px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:1.4 !important;
}

#lineup .kaiketu .func_wrap .functext .exp{
	font-size:13px;
	line-height:1.6 !important;
}
#lineup .item_list_wrap{
	margin:0 0 0;
}
#lineup .item_list_wrap .item_list_title{
	
}
#lineup .install{
	margin:0 auto 50px;
}
#lineup .item_list_wrap{
}

/*-- 
#lineup #run .item_list_wrap .item_list:nth-child(1){
	width:383px;
} --*/
.btn_detail a{
	display:inline-block;
	color:#000000 !important;
	border:solid 1px #000;
	padding:5px 20px;
	font-size:13px;
}
.function_wrap .function{
	display:none;
}
.function_wrap .function.show{
	display:block;
}
.head_cp2 img{
	width:100%;
}

#contents .date{
	
	text-align:center;
	font-size:13px;
	padding:0px 0 20px;
}
#contents .date span{
	font-size:13px;
	background:#fff;
	color:#19374F;
	padding:7px 20px;
	line-height:1 !important;
	display:inline-block;
	margin-bottom:10px;
	
}
/*--  --*/
#dekiru .item_wrap{
	margin-bottom:50px;
}
#dekiru .item_wrap .item{
	margin:0 40px 40px;
}
#dekiru .item_wrap .item h3{
	font-size:18px;
	margin-bottom:20px;
	font-weight:bold;
	background:#19374F;
	color:#fff;
}
#dekiru .item_wrap .item .pic img{
	width:70%;
	padding-bottom:20px;
}
#dekiru .item_wrap .item .exp{
	font-size:14px;
}
#dekiru .ex_dekiru{
	font-size:14px;
	margin:0 15px 40px;
}
#dekiru .caution{
	color:#666;
	font-size:11px;
	margin:0 15px 20px;
}

/* _________________________________________*/
#contents .other_cp{
	padding-top:1px;
	margin-top:20px;
	
}
#contents .other_cp .item_wrap{
	margin:30px 0 0;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
#contents .other_cp .item_wrap .item{
	  width: 255px;
  padding: 0 0 10px;
  border-radius: 15px;
  margin: 0 15px 40px;
  background: #fff;
  overflow:hidden;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.03);
}
#contents .other_cp .item_wrap .item .pic img{
	width:100%;
}
#contents .other_cp .item_wrap .item .name{
	padding:20px 20px 0;
	font-size:14px;
	font-weight:bold;
}
#contents .other_cp .item_wrap .item .text{
	padding:20px 20px 0;
	font-size:12px;
	color:#333;
}

/* _________________________________________*/

#contents .lineup .cp_copy{
	margin:30px 20px 0;
	font-size:14px;
	
}

#contents .lineup .cp_hbig{
	margin:40px auto 20px;
	padding:10px 20px;
	font-size:13px;
	color:#fff;
	background:#960F11;
	
}
.btm_banner{
	margin-bottom:50px;
	padding:0 10px;
}
.btm_banner img{
	width:100%;
	margin:0 auto;
}
#contents .lineup .cp_h{
	margin:40px 20px 20px;
	font-size:16px;
	font-weight:bold;
	color:#B42D36;
	
}
#contents .lineup .cp_h.black{
	color:#000;
}
#contents .lineup .cp_date{
	font-size:16px;
	margin-bottom:10px;
	
	
}
#contents .lineup .cp_caution{
	margin:10px 20px 20px;
	font-size:12px;
	
}
#contents .lineup .cp_date span{
	background:none;
	color:#000;
	border:solid 1px #000;
	padding:10px 10px;
	font-size:12px;
	margin-right:20px;
}

.banner_top {
	padding:30px 20px 30px;
	
}
.banner_top img{
	width:100%;
}
.banner_top img:first-child{
	margin-bottom:20px;
}

/* _________________________________________　merit*/
#contents .merit{
	padding:20px 0 1px;
}
#contents .merit h2{
	font-weight:bold;
	font-size:15px;
	margin-bottom:0px;
	color:#000;
	background:none;
	
}
#contents .merit .item_wrap{
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	padding:5vw 0 0;
	align-items:center;
	
}
#contents .merit .item_wrap .item{
	width:28vw;
	margin:0 0 8vw 2vw;
	padding:2vw 2vw 0;
box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.05);
background:#fff;
position:relative;
}
#contents .merit .item_wrap .item .num {  
position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}
#contents .merit .item_wrap .item .num span{
	background:#000;
	color:#fff;
	line-height:20px;
	width:20px;
	font-size:11px;
	font-weight:bold;
	display:inline-block;
}
#contents .merit .item_wrap .item h3{
	font-size:18px;
	line-height:1.6 !important;
	margin-bottom:10px;
}

#contents .merit .item_wrap .item h3 img{
	width:100%;
}

#contents .merit .item_wrap .item .btn_menu{
	margin-top:-5px;
}
#contents .merit .item_wrap .item .btn_menu a{
	display:block;
	font-size:8px;
	border:solid 0px #000;
	color:#000;
	padding:2px 0 2px 0;
	background-image:url(../img/arr_r.png);
	background-repeat:no-repeat;
	background-size:auto 5px;
	background-position:center right 10px;
	transition: all 0.2s;
}
#contents .merit .item_wrap .item .btn_menu a:hover{
	background-color:#000;
	color:#fff;	
}
.inner >  .btn_menu{
	display:none;
}
#contents .cp_hbig{
	margin:30px 0 20px;
}
#contents .outletbanner{
	padding:0 15px;
	width:auto;
	margin:20px auto 20px;
}
#contents .outletbanner img{
	width:100%;
}
#contents .caution_btm{
	font-size:11px;
	margin:20px 20px 0;
}


/*--  --*/
#contents .women_usage {
	position: relative;
	margin-top: 0;
	margin-bottom:0;
	padding: 1px 0 1px;
	background:#F1F0E9;
	background:#19374F;
	background-image:url(../img/sky.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#contents .women_usage h2 {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 15px;
	color:#fff;
}
#contents .women_usage .item_wrap.usage {
	text-align: center;
	margin: 10px auto 1px;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 880px;
}
#contents .women_usage .item_wrap.usage .item {
	width:35vw;
	padding:0 1vw;
	margin: 0 0 0 !important;
	background:none;
}
#contents .women_usage .item_wrap.usage .item a{
	background:#fff;
	display:block;
	border-radius: 315px !important;
}
#contents .women_usage .item_wrap.usage .item:first-child {
	margin-left:20px !important;
}
#contents .women_usage .item_wrap.usage .item .reco {
    position: relative;
	z-index:3;
    text-align: center;
    top: 0;
    right: 0;
    display:block;
	padding-top:20px;
    font-size: 12px;
    margin: 0 0 0;
    color: #19374F;
    line-height: 1.4 !important;
  }
#contents .women_usage .item_wrap.usage .item .pic {
	position:relative;
	overflow:hidden;
	padding:0 0;
	margin-top:-10px;
	border-radius: 315px !important;
	
}
#contents .women_usage .item_wrap.usage .item .pic img {
	width:100%;
}
#contents .women_usage .item_wrap.usage .item h4 {
	margin-top:-10px;
	padding-bottom:20px;
	color: #666;
	font-size:13px;
}
#contents .women_usage .item_wrap.usage .slick-next, #contents .women_usage .item_wrap.usage .slick-prev {
	color: #000;
	z-index: 5;
	top: 150px;
}
#contents .women_usage .item_wrap.usage .slick-prev {
	left: 25px;
}
#contents .women_usage .item_wrap.usage .slick-next {
	right: 25px;
}
#contents .women_usage .item_wrap.usage .slick-next:before, #contents .women_usage .item_wrap.usage .slick-prev:before {
	background-repeat: no-repeat;
	height: 60px;
	width: 30px;
	display: block;
	content: "";
	background-size: contain;
}
#contents .women_usage .item_wrap.usage .slick-next:before {
	background-image: none;
}
#contents .women_usage .item_wrap.usage .slick-prev:before {
	background-image: none;
}
/*--  --*/

/*--  --*/
#lineup .shirt{
    padding: 20px 20px 20px;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.05);
    background: #fff;
	margin:0 10px 60px;
}
#lineup .shirt .item_wrap{
    position: relative;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
#lineup .shirt .item_wrap .item_pic{
}
#lineup .shirt .item_wrap .item_pic img{
	width:70%;
}
#lineup .shirt .item_wrap .item_info{
}
#lineup .shirt .item_wrap .item_info .h2{
	color:#19374F;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}
#lineup .shirt .item_wrap .item_info .h2 span{
	background:linear-gradient(transparent 60%, #E9D36C 60%);
	font-size:inherit;
	color:inherit;
	display:inline;
}
#lineup .shirt .item_wrap .item_info .exp{
	font-size:13px;	
	margin-bottom:10px;
}
#lineup .shirt .item_wrap .item_info .size{
	font-size:10px;
	background:#eee;
	padding:10px 20px;
	margin-bottom:10px;
}
#lineup .shirt .caution{
	font-size:9px;
	color:	#444;
}

#lineup .item_wrap .item a.ecg{
	display:block;
	position:absolute;
	top:140px;
	right:5px;
	background:rgba(107,223,255,0.7);
	color:#000;
	font-size:7px;
	width:45px;
	line-height:120% !important;
	height:45px;
	padding:10px 0 0;
	border-radius:60px;
	z-index:5;
}

/* _________________________________________*/
#contents .inst{
	margin:10px 7px 0;
	padding:7px 0 5px;
	text-align:center;
	border-radius:5px;
	background:rgba(241,240,233,0.5);
	
}
#contents .inst .title{
	font-size:9px !important;
	margin-bottom:1px;
	color:#333;
}
#contents .inst .price_inst{
	font-size:9px !important;	
}
#contents .inst .price_inst span{
	font-size:14px !important;	
	font-weight:600;
	padding:0 2px;
	color:#137ec1 !important;
}

/* _________________________________________*/

#contents .clm_movie {
	margin-bottom:20px;
}
#contents .clm_movie .clm_l{
}
#contents .clm_movie .clm_l .h_movie{
	font-size:11px;  line-height: 1.6 !important;
}
#contents .clm_movie .clm_l .exp_movie{
	font-size:12px; line-height: 1.6 !important;
	margin-bottom:10px;
}
#contents .clm_movie .clm_l .exp_movie span{
}
#contents .clm_movie .clm_r{
	padding:0 20%;
}

#contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#lineup .item_wrap .item .caution{
	font-size:11px;
	color:#666;
}
#contents .title{
	margin-top:40px;
	margin-bottom:10px;
}
#contents .title img{
	width:100%;
}

/* 1. 外側のコンテナ（ここで高さを制御） */
        .accordion-container {
            max-height: 100px; /* 初期状態の高さ */
        }
		
        .toggle-btn {
            padding: 5px 20px;
            font-size: 12px;
        }
}
