@charset "utf-8";

/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents h4{
	color:#000;
}

@media (min-width: 768px) {
	*{
	}
	.layout{
		position:absolute;
		top:0;
		top:-55px;
		left:50%;
		margin-left:-600px;
		z-index:-1;
		opacity:0.3;
		opacity:0;
	}
	
		
.pc {
	display: block;
}
.sp {
	display: none;
}
body{
	overflow-x:auto !important;
	min-width:980px;
	position:relative;
}
#contents {
	font-family:"roboto", "noto sans jp", "メイリオ", "Meiryo", "ヒラギノ角ゴ pro w3", "ms pgothic", sans-serif;
	font-size: 16px;
	text-align: center;
	overflow:hidden;
	position:relative;
	
}
#contents p {
	margin: 0;
	font-size:16px;
}
#contents .anchor {
	width: 0px;
	height: 0px;
	position: relative;
	top: -50px;
}
section#head{
	background: linear-gradient(to bottom, #19374F, #19374F);
	background-image:url(../img/head2.jpg);
	background-repeat:no-repeat;
	background-position:center center ;
	height:431px;
	background-size:auto 431px;
	position:relative;
	
}
section#head .head_bg{
	overflow:hidden;
	width:100%;
	
}

.contents_inner{
	padding-top:50px;
	position:relative;
}
.gmenu{
	background:#92D3DA;
	background:#E9D36C;
	min-height:50px;
	
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:15;
}
.gmenu.fixed{
	position:fixed;
}
.gmenu ul{
	margin:0 auto !important;
	
		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;/*-- 中央揃え --*/
	
}
.gmenu ul li{
	width:20%;
	border-left:solid 0px #000;
	
}
.gmenu ul li:first-child{
	border:none;
}
.gmenu ul li a{
	display:block;
	margin:0 !important;
	line-height:1.8 !important;
	color:#fff !important;
	font-size:11px !important;
	text-decoration:none;
	padding:15px 0;
	transition: all 0.2s;
	
}
.gmenu ul li a span{
	display:block;
	padding-top:5px;
	font-size:16px;
}
.gmenu ul li a:hover{
	background:rgba(255,255,255,0.2);
}
.gmenu ul li.other {
	padding:0 5px;
}
.gmenu ul li.other a{
	border:solid 1px rgba(255,255,255,0.5);
	color:rgba(255,255,255,0.9) !important;
	padding:5px 0;
	font-size:11px !important;
	position:relative;	
}
.gmenu ul li.other a:after{
	content:"→";
	transform:rotate(-45deg);
	position:absolute;
	right:2px;	
	bottom:2px;
	font-size:11px;
}
/* _________________________________________*/
#contents .text_copy{
	width:100%;
	font-size:24px;
	text-align:center;
	padding:25px 50px 0;
  color:#fff;
  font-weight:bold;
  letter-spacing:0.04em;
}
#contents .text_date{
	width:100%;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	padding:325px 50px 10px;
  color:#fff;
          filter: drop-shadow(0 0 10px rgba(0,0,0,0.7));
}
#contents .text_date span.title{
	display:inline-block;
	background:#fff;
	color:#19374F;
	font-size:16px;
	padding:3px 15px;
	margin-right:20px;
}
#contents .text_date span.youbi{
	font-size:16px;
}
#contents .text_copy{
	width:100%;
	font-size:16px;
	text-align:center;
	font-weight:normal;
	line-height:2 !important;
	padding:5px 50px 20px;
  color:#fff;
}
#contents .text_caution{
	width:100%;
	font-size:11px;
	line-height:140% !important;
	text-align:center;
	padding:0px 50px 30px;
  color:rgba(255,255,255,0.8);
          filter: drop-shadow(0 0 5px rgba(0,0,0,0.7));
}


#contents .date{
	
	text-align:center;
	font-size:22px;
	padding:0px 0 50px;
}
#contents .date span{
	font-size:15px;
	background:#fff;
	color:#19374F;
	padding:10px 20px;
	line-height:1 !important;
	display:inline-block;
	margin-bottom:10px;
	
}
#contents h2 {
	font-size:30px;
	font-weight:bold;
	margin:0 auto 0 !important;
}
#contents{
	padding-bottom:60px;
}
#contents .article h3{
	font-size:28px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.04em;
	width:980px;
	margin:0 auto;
}
/*--  --*/
.gmenu ul li.oc a,
#contents .article .lineup.oc .group_h{
	background:#26B6BB;
}
.gmenu ul li.cy a,
#contents .article .lineup.cy .group_h{
	background:#41A9D6;
}
.gmenu ul li.hw a,
#contents .article .lineup.hw .group_h{
	background:#E9658E;
}
.gmenu ul li.run a,
#contents .article .lineup.run .group_h{
	background:#F7C135;
}
.gmenu ul li.ba a,
#contents .article .lineup.ba .group_h{
	background:#37538E;
}
.gmenu ul li.go a,
#contents .article .lineup.go .group_h{
	background:#61994E;
}
.gmenu ul li.gi a,
#contents .article .lineup.gi .group_h{
	background:#960F11;
}
.gmenu ul li a{
	background:none !important;
	color:#000 !important;
}
#contents .article .lineup .group_h{
	background:none !important;
}
#contents .article .group_h .group_h_in{
	margin:0 auto;
		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;/*-- 中央揃え --*/
}
#contents .article .group_h .group_h_in .pic{
	width:380px;	
}
#contents .article .group_h .group_h_in .pic img{
	width:100%;
}
#contents .article .group_h .group_h_in .text{
	padding-right:0px;
	
}
#contents .article .group_h .group_h_in .text .name{
	font-size:22px;
	font-weight:bold;
	line-height:2 !important;
	font-family: "Knockout 29", "Knockout 28", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin-bottom:0px;
}
#contents .article .group_h .group_h_in .text .name span{
	font-size:36px;
}
#contents .article .group_h .group_h_in .text .exp{
	font-size:15px;
	color:#333;
}
/*--  --*/
#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 .model_exp{
	margin:30px 30px 20px;
	font-size:14px;
}
	

#contents #function{
	
}
#contents #function .function{
	position:relative;
	padding-bottom:40px;
}
#contents #function .function>*{
	position:relative;
	z-index:2;
}
#contents #function .bg{
	height:380px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-size:cover;
	z-index:1;
	background-position:-1px center;
	
}

#contents #function h3{
	margin:0;
	padding:30px 0 30px;
	line-height:1 !important;
	background:none;
}
#contents #function h3 span{
	display:inline-block;
	font-size:18px;
	color:#fff;
	font-weight:700;
	letter-spacing:0.02em;
	line-height:1.6 !important;
	padding:0 10px;
	
	background:rgba(55,83,142,1.00);
}
#contents #function .intro{
	background:rgba(255,255,255,0.95);
	width:650px;
	margin:0 auto;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
	padding:30px 30px;
	position:relative;
	
}
#contents #function .intro p{
	font-size:15px;
	text-align:left;
}
#contents #function .intro .ui{
	  position: absolute;
  right: -150px;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
#contents #function .intro .ui img{
	width:160px;
}
#contents #function article{
	background:#fff;
	width:auto;
	margin:0 auto 0;
}
#contents #function article .h_example{
}
#contents #function article .h_example span{
	border:solid 2px #0095D9;
	font-size:16px;
	letter-spacing:0.2em;
	color:#0095D9;
	font-weight:700;
	padding:4px 15px;
}
#contents #function article.coach .h_example span{
	border:solid 2px #EC6F16;
	color:#EC6F16;
}
#contents #function article h4{
	margin-top:0;
	line-height:170% !important;
	font-size:28px;
	font-weight:700;
	color:#000;
}
#contents #function article .fig{
	margin-top:40px;
	padding:0 60px;
}
#contents #function article .fig img{
	width:100%;
}
#contents #function .sleep article .fig img,
#contents #function .step article .fig img,
#contents #function .water article .fig img{
	width:400px;
}
#contents #function article.coach{
	position:relative;
	margin-top:30px;
}
#contents #function article.coach .baloon{
	height:70px;
	  position: absolute;
  left: 50%;
  top: -70px;
  -webkit-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}
#contents #function article .comment{
	margin:45px 70px 0;
}
#contents #function article .comment p{
	text-align:left;
	margin-bottom:15px;
}
#contents #function article .pic{
		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;/*-- 高さをそろえる --*/
	align-items:flex-start;
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: center;/*-- 中央揃え --*/
} 
#contents #function article .pic{
	   margin: 30px 0 0;
}
#contents #function article .pic img{
	width:25%;
	margin:0 20px;
}
#lineup{
	padding-top:0px;
	padding-bottom:50px;
	background:#EDEBEA;
	background:#F1F0E9;
}
#lineup .p01{
	margin:50px 0 0px;
}
#lineup .item_wrap{
		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: center;/*-- 中央揃え --*/
	padding:0 0px;
	margin:30px auto 30px;
	width:880px;
}
.item_wrap_sp{
	width:835px;
}
#lineup .item_wrap .item{
	width:255px;
	position:relative;
	padding:20px 0 25px;
	border-radius:5px;
	margin:0 10px 20px;
	background:#fff;
	box-shadow: 15px 15px 15px rgba(0,0,0,0.03);
}
#lineup .item_wrap .item a{
	display:block;
}
#lineup .item_wrap .item a.ecg{
	display:block;
	position:absolute;
	top:180px;
	right:5px;
	background:rgba(107,223,255,0.7);
	color:#000;
	font-size:9px;
	width:55px;
	line-height:120% !important;
	height:55px;
	padding:14px 0 0;
	border-radius:60px;
	z-index:5;
}
#lineup .item_wrap_b_a .item{
}
#lineup   h4{
	margin:-2px 0 12px;
	font-size:18 px;
	line-height:1.3 !important;
	position:relative;
	z-index:2;
	padding:0 20px;
}
#lineup   h4 span{
	color:#333;
	display:block;
	font-size:15px;
	padding-top:5px;
}
#lineup   .ba_h{
	margin:50px 0 0px;
	font-size:30px;
	line-height:1.3 !important;
	position:relative;
	z-index:2;
	color:#000;
	    font-family:oswald,roboto,noto sans jp,メイリオ,Meiryo,ヒラギノ角ゴ pro w3,ms pgothic,sans-serif;
    font-weight: initial;
}
#lineup .item_wrap .item .price{
	font-size:17px;
	color:#9fa3a6;
	text-decoration:line-through;
	line-height:1.6 !important;
}
#lineup .item_wrap .item .price_sale{
	font-size:20px;
	color:#C00417;
	font-weight:bold;
	line-height:1.6 !important;
}
/*-- 

#lineup .item_wrap .item .off{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	background:#C00417;
	font-size:16px;
	padding:5px 10px 5px 13px;
	margin:0 0 0;
	color:#fff;
	font-weight:400;
	line-height:1 !important;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;	
	    font-family:oswald,roboto,noto sans jp,メイリオ,Meiryo,ヒラギノ角ゴ pro w3,ms pgothic,sans-serif;
}
 --*/
#lineup .item_wrap .item .off{
	display:inline-block;
	background:rgba(192,4,23,1);
	font-size:13px;
	padding:2px 6px;
	margin:0 0 0;
	color: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 span{
	font-size:11px;
	display:inline-block;
	margin-left:2px;
}

#lineup .item_wrap .item .reco{
	/*--  	
	--*/
	position:absolute;
	text-align:right;
	top:20px;
	right:15px;
	display:inline-block;
	font-size:11px;
	margin:0 0 0;
	color:#999;
	line-height:1 !important;
}
#lineup .item_wrap .item .caution_price{
	color:#666;
	font-size:12px;
	padding:5px 0 0;
	}
#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:#333;
	font-weight:bold;
	margin-top:20px;
	font-size:14px;
	letter-spacing:0.1em;
	margin-bottom:5px !important;
}

#lineup .item_wrap_b_a   h4{

}
#lineup   .color{
	font-size:12px;
	margin-top:10px;
	color:#666;
	margin-bottom:-10px;
}
#lineup .item_wrap .item .pic{
	position:relative;
}
#lineup .item_wrap .item .pic img{
	width:245px;
}
#lineup .item_wrap .item .pic img:nth-child(1){
	position:relative;
	left:0px;
}
#lineup .item_wrap .item .pic img:nth-child(2){
	position:absolute;
	top:0;
	left:40px;
}
.btn_detail a{
	display:inline-block;
	color:#000000 !important;
	border:solid 1px #000;
	padding:5px 20px;
	font-size:13px;
}
a{
	transition: all 0.2s;
}
a:hover{
	opacity:0.7;
}

.tab ul{
	border-bottom:solid 15px rgba(55,83,142,1.00);
}
.tab ul{
		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: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
.tab li{
	padding: 0;
	height:80px;
	vertical-align:middle;
	border-left:solid 4px #fff;
	background:rgba(55,83,142,0.4);
	width:19%;
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
position:relative;
cursor:pointer;
transition: all 0.2s;
	
}
.tab li span{
	width:100%;
	font-weight:bold;
	font-size:16px;
	display:block;
	  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.tab li:first-child{
	border:none;
}
.tab li:hover{
	background:rgba(55,83,142,0.4);
	cursor:pointer;
	
}
#contents .tab li.active{
	background:rgba(55,83,142,1.00);
}
#contents .tab li.active span{
	color:#fff !important;
}
.function_wrap .function{
	display:none;
}
.function_wrap .function.show{
	display:block;
}
.head_cp2 img{
	margin:0 auto;
}
/* _________________________________________*/
/*--  --*/
#dekiru .item_wrap{
		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;/*-- 中央揃え --*/
	margin-bottom:50px;
}
#dekiru .item_wrap .item{
	width:280px;
	margin:0 40px;
}
#dekiru .item_wrap .item h3{
	font-size:22px;
	margin-bottom:20px;
	font-weight:bold;
	background:#19374F;
	color:#fff;
}
#dekiru .item_wrap .item .pic img{
	width:100%;
	padding-bottom:20px;
}
#dekiru .item_wrap .item .exp{
	font-size:14px;
}
#dekiru .ex_dekiru{
	font-size:15px;
	margin:0 0 40px;
}
#dekiru .caution{
	color:#666;
	font-size:12px;
	margin-bottom:50px;
}
/* _________________________________________*/
#contents .other_cp{
	
}
#contents .other_cp .item_wrap{
	margin:40px auto 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: 355px;
  padding: 0 0 15px;
  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:40px auto 0;
	width:800px;
	font-size:16px;
	
}
#contents .lineup .cp_hbig{
	margin:40px auto 20px;
	padding:22px;
	font-size:22px;
	font-weight:bold;
	color:#fff;
	background:#960F11;
	
}
.btm_banner{
	margin-bottom:50px;
}
.btm_banner img{
	width:800px;
	margin:0 auto;
}
.btm_banner a{
	transition: all 0.2s;
}
.btm_banner a:hover{
	opacity:0.7;
}
#contents .lineup.go .cp_hbig{
	background:#677F32;
	
}
#contents .lineup .cp_h{
	margin:40px auto 20px;
	font-size:26px;
	font-weight:bold;
	color:#B42D36;
	
}
#contents .lineup .cp_h.black{
	color:#000;
}
#contents .lineup .cp_date{
	font-size:25px;
	
	
}
#contents .lineup .cp_caution{
	margin:10px auto 20px;
	width:800px;
	font-size:12px;
	
}
#contents .lineup .cp_date span{
	background:none;
	color:#000;
	border:solid 1px #000;
	padding:10px 20px;
	font-size:15px;
	margin-right:20px;
}
.banner_top {
		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;/*-- 中央揃え --*/
}
.banner_top {
	padding:50px 0 50px;
	
}
.banner_top img{
	width:490px;
}
.banner_top img:first-child{
	margin-right:40px;
}

/* _________________________________________　merit*/
#contents .merit{
	padding:50px 0 40px;
	margin:0 auto;
}
#contents .merit h2{
	font-weight:bold;
	font-size:30px;
	letter-spacing:0.04em;
	color:#000;
	background:none;
	margin-bottom:70px;
	
}
#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;/*-- 中央揃え --*/
	width:auto;
	
}
#contents .merit .item_wrap .item{
	width:190px;
	padding:30px 15px;
box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.05);
background:#fff;
margin-bottom:0px;
position:relative;
}
#contents .merit .item_wrap .item .num {  
position: absolute;
  left: 50%;
  top: -18px;
  -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:35px;
	width:35px;
	font-size:25px;
	font-weight:bold;
	display:inline-block;
}
#contents .merit .item_wrap .item h3{
	font-size:18px;
	line-height:1.6 !important;
	margin-bottom:20px;
	width:auto;
	
}
#contents .merit .item_wrap .item h3 img{
	width:100%;
}

#contents .merit .item_wrap .item .btn_menu a{
	display:inline-block;
	font-size:13px;
	border:solid 1px #000;
	color:#000;
	padding:5px 40px 5px 30px;
	background-image:url(../img/arr_r.png);
	background-repeat:no-repeat;
	background-size:auto 7px;
	background-position:center right 17px;
	transition: all 0.2s;
}
#contents .merit .item_wrap .item .btn_menu a:hover{
	background-color:#000;
	color:#fff !important;	
}
.contents  .btn_apply {
	margin-top:60px;
}
.contents  .btn_apply a{
	display:inline-block;
	font-size:20px;
	background:#137EC1;
	color:#fff !important;
	padding:15px 40px 15px 30px;
	transition: all 0.2s;
}
/* _________________________________________*/

#contents .cp_hbig{
	margin:30px 0 20px;
	font-size:25px;
	font-weight:bold;
}
#contents .outletbanner{
	padding:0 15px;
	width:600px;
	margin:-20px auto 50px;
}
#contents .outletbanner img{
	width:100%;
}

#contents .caution_btm{
	font-size:12px;
	margin:20px 20px 0;
}

/*--  --*/
#contents .women_usage {
	position: relative;
	margin-top: 0;
	margin-bottom:40px;
	padding: 30px 0 1px;
	background:#F1F0E9;
	background:#19374F;
	background:#F7EAC9;
	background-image:url(../img/sky.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#contents .women_usage h2 {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 20px;
	color:#fff;
}
#contents .women_usage .item_wrap.usage {
	text-align: center;
	margin: 20px auto 10px;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents .women_usage .item_wrap.usage .item {
	border-radius: 315px !important;
	width:200px;
	padding:0;
}
#contents .women_usage .item_wrap.usage .item:first-child {
}
#contents .women_usage .item_wrap.usage .item .reco {
    position: relative;
	z-index:3;
    text-align: center;
    top: 0;
    right: 0;
    display:block;
	padding-top:30px;
    font-size: 14px;
    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 20px;
	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: #444;
	font-size:16px;
}
#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{
	width:980px;
    padding: 30px 50px 30px 30px;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.05);
    background: #fff;
	margin:0 auto 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{
	width:300px;
}
#lineup .shirt .item_wrap .item_pic img{
	width:100%;
}
#lineup .shirt .item_wrap .item_info{
	width:560px;
}
#lineup .shirt .item_wrap .item_info .h2{
	color:#19374F;
	font-size:26px;
	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:14px;	
	margin-bottom:10px;
}
#lineup .shirt .item_wrap .item_info .size{
	font-size:11px;
	background:#eee;
	padding:10px 20px;
}
#lineup .shirt .caution{
	font-size:11px;
	color:	#444;
}
}
#contents .article h3.d_v{
	background:#4B7DC3;	
}
#contents .article h3.a_c{
	background:#6AC94E;	
}
.gahide{
	display:none;
}
#contents .strike{
	text-decoration:line-through;
}

#contents .text_main span{
	font-weight:bold;
	display:inline-block;
	margin:0 0.2em;
	padding:0 0.2em;
	background:linear-gradient(transparent 0%, #E881A6 0%);
}
#contents  .text{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
#contents  .text .name{
	padding:30px 0;
	background:rgba(0,0,0,0.5);
	width:800px;
	color:#fff;
}
#epix .text{
	background-image:url(../img/bg_epix.jpg);
}
#ba .text{
	background-image:url(../img/bg_fenix.jpg);
}
#hw .text{
	background-image:url(../img/bg_vivo.jpg);
}
#run .text{
	background-image:url(../img/bg_run.jpg);
}
#oc .text{
	background-image:url(../img/bg_oc.jpg);
}
#go .text{
	background-image:url(../img/bg_golf.jpg);
}