@charset "UTF-8";
/* CSS Document */

#smr_pages img { width: 100%; height: auto; }

#smr_pages {
	width: 100%;
	margin: 0 auto 0 auto;
	padding-bottom:0;
	color:#000000;
	background: #FFF;
}
#smr_pages {
	font-size:17px;
	line-height: 2em;
	font-family: "fot-cezanne-pron", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
}


#page_top {
	bottom: 77px!important;
}


.pc_only {display: block;}
.sp_only {display:none;}


.mt_0 {margin-top: 0!important;}
.mb_0 {margin-bottom: 0!important;}

.container_ {
	font-family: "fot-cezanne-pron", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #000;
}

.main_wap {
	width:1080px;
	margin: 0 auto 150px auto;
}

.goodsfreepage2_ .wrap {
	width:100%;
	margin:0 auto;
}


.bg_wrap {
	width: 100%;
	background: #c6c6c6;
	padding-bottom: 15%;
}


.smr_header {
	width: 390px;
	margin: 0 auto 0 auto;
	padding: 150px 0 0 0;
}

.smr_header_l {
	width: 200px;
	margin: 0 auto 0 auto;
	padding: 150px 0 0 0;
}




.smr_header p.m_ttl01{
	font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.0vw;
    letter-spacing: 2px;
    margin-right: -2px;
    line-height: 1.5em;
    position: absolute;
    top: 15%;
    left: 59%;
    z-index: 1;
}

.smr_header p.m_ttl02{
	text-align: center;
    font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 4.5vw;
    letter-spacing: 2px;
    margin-right: -2px;
    line-height: 0.8em;
    position: absolute;
    top: 21.5%;
    left: 60%;
    z-index: 1;
}

.smr_header p.m_ttl03{
	font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20.5vw;
    letter-spacing: 2px;
    margin-right: -2px;
    line-height: 0.1em;
    position: absolute;
    top: 53%;
    left: 54.5%;
    z-index: 1;
}

.top_imgwrap {
	width: 1200px;
	margin: 0 auto;
} 


/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


.m_ttl_wrap {
	width: 62.25%;
	margin: 40px auto 150px auto;
	text-align: center;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 15px;
	color: #FFF;
}


.m_ttl_wrap_l {
	width: 62.25%;
	margin: 5px auto 40px auto;
	text-align: center;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 15px;
	text-indent: 40px;
}



.m_ttl_wrap02 {
	margin: 85px auto 50px auto;
	font-family: garamond-premier-pro, serif;
	font-style: normal;
	font-weight:400;
	font-size: 65px;
	line-height: 1em;	
	letter-spacing: 3px;
}

.m_ttl_wrap03 {
	margin: 70px auto 50px auto;
	font-family: garamond-premier-pro, serif;
	font-style: normal;
	font-weight:400;
	font-size: 65px;
	line-height: 1em;	
	letter-spacing: 3px;
}


.g_font {
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
}


.f_cp_font {
	font-family: "fot-cezanne-pron", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
}



.txt_01 {
	width: 800px;
	margin: 100px auto 200px auto;
	text-align: left;
	font-size: 16px;
}

.txt_01 p {
	margin: 0 0 110px 0;
}

.txt_01 .d_wrap {
    margin: 0px 0px 1.2em 3em;
    font-size: 17px;
    text-indent: -3em;
    letter-spacing: 0px;
    line-height: 1.7em;
}


.list_wrap {
	width: 1100px;
	margin: 50px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.list_wrap .LR_wrap {
	width: 30%;
	margin: 0 auto 3.5% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list_wrap .LR_wrap .L_box {
	width: 35%;
	margin: 0 3% 0 0;
}

.list_wrap .LR_wrap .R_box {
	width: 60%;
	display: flex;
	align-items: flex-end;
}

.list_wrap .LR_wrap .R_box p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}

.list_wrap .prof_wrap {
	margin: 20px auto 0 auto;
	font-size: 13px;
	line-height: 1.5em;
}

.list_wrap02 {
	width: 950px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.list_wrap02 .LR_wrap {
	width: 50%;
	margin: 0 0 3.5% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list_wrap02 .LR_wrap .L_box {
	width: 20.6%;
	margin: 0 4.5% 0 0;
}

.list_wrap02 .LR_wrap .R_box {
	width: 45%;
}

.list_wrap02 .LR_wrap .R_box p {
	margin: 0;
	font-size: 13px;
	line-height: 1.3em;
}




ul.r_link_wrap{
	width: 44.2%;
	margin: 0 auto 140px auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.r_link_wrap li {
	width: 30%;
	text-align: center;
	border: solid 1px #000000;
	margin: 0 10px;
	padding: 15px 40px;
	list-style: none;
	font-size: 26px;
}

ul.r_link_wrap li a {
	display: block;
	position: relative;
	text-decoration: none;
}


.style_wrap {
	width: 1200px;
	height: 1280px;
	margin: 0 auto 160px auto;
	position: relative;
}

.style_wrap span.pc_only {display:unset;}


.h_lwrap {
	height: 1700px!important;
}

.s_lwrap {
	height: 1180px!important;
}
.s_lwrap02 {
	height: 1220px!important;
}


.p_b_01 {
	padding-bottom: 120px;
}

.p_b_02 {
	padding-bottom: 90px;
}


.s_ttl_wrap {
	margin: 150px auto;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 60px;
	color: #4f546e;
	letter-spacing: 5px;
}

.style_wrap .c_imgwrap {
	width: 900px;
}


.style_wrap .LR_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin: 0 auto 0 auto;
	position: absolute;
	top: 0;
}

.style_wrap .LR_wrap .L_wrap {
	width: 35%;
}


.style_wrap .LR_wrap .L_wrap img {
	width: 40%;
    position: absolute;
    top: 710px;
	visibility: visible!important;
}

.m_b_20 {
	margin-bottom: 50%!important;
}



.style_wrap .LR_wrap .R_wrap {
	width: 45%;
	margin: 0 0 0 200px;
}


.style_wrap .LR_wrap .R_wrap .num_wrap {
	width: 30%;
	height: 350px;
	position: absolute;
	top: -10%;
    left: 72%;
}

.style_wrap .LR_wrap .R_wrap .txtbtn_wrap {
	padding: 200px 0 0 20px;
}



.style_wrap .LR_wrap .R_wrap .ttl_wrap {
	margin: 0 auto 20px auto;
	font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
	font-size: 150px;
	line-height: 0.7em;
	letter-spacing: 3px;
}

.style_wrap .LR_wrap .R_wrap .ttl_wrap02 {
	margin: 0 auto 40px auto;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 2px;
}



.style_wrap .LR_wrap .R_wrap .d_wrap {
	margin: 0 0 1em 3em;
	font-size: 16px;
    text-indent: -3em;	
	letter-spacing: 0px;
	line-height: 1.7em;
}

.style_wrap .LR_wrap .R_wrap .p_wrap {
	margin: 3% auto 3% auto;
	text-align: center;
	font-size: 16px;
	font-family: "garamond-premier-pro", serif;
    font-weight: 300;
    font-style: normal;
	letter-spacing: 0px;
}


.style_wrap .LR_wrap .R_wrap .img_wrap:first-of-type {
	margin-bottom: 15%;
}



.style_wrap .LR_wrap02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto 110px auto;
	position: absolute;
	top: 0;
}

.style_wrap .LR_wrap02 .L_wrap {
	width: 50%;
}

.style_wrap .LR_wrap02 .L_wrap .img_wrap02 {
	width: 85%;
	margin-left: auto;
	margin-bottom: 20px;
}

.style_wrap .LR_wrap02 .R_wrap {
	width: 45%;
	margin: 110px 0 0 50px;
}


.style_wrap .LR_wrap02 .R_wrap .num_wrap {
	width: 30%;
	height: 350px;
	position: absolute;
	top: -9%;
    left: 72%;
}

.style_wrap .LR_wrap02 .R_wrap .txtbtn_wrap {
	padding: 0 0 0 20px;
}



.style_wrap .LR_wrap02 .R_wrap .ttl_wrap {
	margin: 0 auto 20px auto;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 150px;
	line-height: 0.7em;
	letter-spacing: 3px;
}

.style_wrap .LR_wrap02 .R_wrap .ttl_wrap02 {
	margin: 0 auto 40px auto;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 2px;
}



.style_wrap .LR_wrap02 .R_wrap .d_wrap {
	margin: 0 0 2em 3em;
	font-size: 16px;
    text-indent: -3em;	
	letter-spacing: 0px;
	line-height: 1.7em;
}

.style_wrap .LR_wrap02 .R_wrap .p_wrap {
	margin: 3% auto 3% auto;
	text-align: center;
	font-size: 16px;
	font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;	
	letter-spacing: 0px;
}


.style_wrap .LR_wrap02 .R_wrap .img_wrap:first-of-type {
	margin-bottom: 15%;
}


/* women */

.style_wrap_l {
	width: 1200px;
	margin: 160px auto 0px auto;
}


.s_ttl_wrap {
	margin: 150px auto;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 60px;
	color: #4f546e;
	letter-spacing: 5px;
}

.style_wrap_l .c_imgwrap {
	width: 1200px;
    margin: 0 auto;
	position: relative;
}

.style_wrap_l .c_imgwrap .num_wrap {
	width: 30%;
	height: 350px;
	position: absolute;
    top: 75%;
    left: 75%;
	z-index: 1;
}


.style_wrap_l .m_ttl_wrap02 {
	margin: 130px 0 40px 0;
	font-family: garamond-premier-pro, serif;
	font-style: normal;
	font-weight:400;
	font-size: 70px;
	line-height: 1.2em;	
	letter-spacing: 3px;
}



.style_wrap_l .LR_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 0 auto;
}


.style_wrap_l .LR_wrap .L_wrap {
	width: 43%;
	margin: 0 100px 0 0;
}

.style_wrap_l .LR_wrap .L_wrap .txtbtn_wrap {
	padding:0 20px 0 0 ;
}



.style_wrap_l .LR_wrap .L_wrap .ttl_wrap {
	margin: 0 auto 20px auto;
	font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
	font-size: 150px;
	line-height: 0.7em;
	letter-spacing: 3px;
}

.style_wrap_l .LR_wrap .L_wrap .ttl_wrap02 {
	margin: 30px auto 40px auto;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 2px;
}


.style_wrap_l .LR_wrap .L_wrap .d_wrap {
	margin: 0 0 40px 0;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;		
	font-size: 15px;	
    letter-spacing: 0px;
    line-height: 1.9em;
}

.style_wrap_l .LR_wrap .L_wrap .p_wrap {
	margin: 3% auto 3% auto;
	text-align: center;
	font-size: 15px;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;	
	letter-spacing: 0px;
}


.style_wrap_l .LR_wrap .L_wrap .img_wrap:first-of-type {
	margin-bottom: 15%;
}

.style_wrap_l .LR_wrap .R_wrap {
	width: 48%;
}


ul.p_area_wrap{
	width: 75%;
	margin: 80px auto 140px auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

ul.p_area_wrap a {
	width: 27%;
	text-decoration: none;
	margin-right: 20px;
	padding-right: 30px;
}

ul.p_area_wrap a:nth-of-type(n+4) {
	margin-top: 20px;
	}


ul.p_area_wrap li {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	margin-right: 20px;
	padding: 5px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	list-style: none;
	font-size: 15px;
}

ul.p_area_wrap li:nth-of-type(n+4) {
	margin-top: 20px;
	}


ul.p_area_wrap li .p_imgwrap {
	width: 30%;
}

ul.p_area_wrap li .p_txtwrap {
	width: 70%;
    text-align: right;
   font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;		
}




.btn_wrap{margin: 80px auto 25px auto;}
.btn_box{width:100%;margin:0 auto 3% auto;}
.btn_01 {
	display: block;
	position: relative;
	padding: 1.1em;
	text-align: center;
	font-size:15px;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;	
	text-decoration: none!important;
	color: #444444!important;
	background: #fff;
	line-height: 1;

}
.btn_01:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_01:visited { color: #444444!important; }


.btn_wrap02{margin:50px auto 50px auto;}
.btn_wrap02 .btn_box{width:650px;margin:0 auto 50px auto;}
.btn_wrap02 .btn_01 {
	display: block;
	position: relative;
	padding: 0.8em;
	text-align: center;
	font-size:20px;
	text-decoration: none!important;
	color: #444444!important;
	background: #fff;

}
.btn_01:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_01:visited { color: #444444!important; }



.f_area_wrap {
	width: 30%;
	background: #fff;
	margin: 5% auto 15% auto;
	padding: 20px 0;
	text-align: center;
}

.f_area_wrap .L_wrap {
	width: 10%;
	margin: 0 80px 0 0;
}

.f_area_wrap .R_wrap {
	width: 30%;
	font-size: 20px;
}

.txt_wrap03 {
	margin: 0 auto 60px auto;
	text-align: center;
}
.txt_wrap03 p {
	margin: 0 0 1.0em 0;
	font-size: 15px;
}

.b_img_wrap {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 270px 0;
}

.b_img_wrap .L_wrap {
	width: 50%;
}

.b_img_wrap .R_wrap {
	width: 50%;
}


.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(0px); -ms-transform: translateY(-0px); transform: translateY(0px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadein_img {animation-name: fadein;animation-duration: 2s;}
@keyframes fadein {
from {opacity: 0;transform: translateY(0);}
to {opacity: 1;transform: translateY(0);}
}


a:hover img{opacity: 1;filter: alpha(opacity=100);}


a img {border:none;}
a:link { color: #000;
text-decoration: none;
}
a:visited { color: #000; }
a:hover { color: #555; }
a:active { color: #000; }
a,.link_txt{color:#000;}

.T_center {text-align: center;}
.T_right {text-align: right;}
.float_L {float: left;}
.float_R {float: right;}
.float_C {clear: both; width: 0px; height: 0px;}

.mar_B10 {margin: 0px 0px 10px 0px;}
.mar_B20 {margin: 0px 0px 20px 0px;}
.mar_B30 {margin: 0px 0px 30px 0px;}
.mar_B40 {margin: 0px 0px 40px 0px;}
.mar_B50 {margin: 0px 0px 40px 0px;}
.mar_B60 {margin: 0px 0px 60px 0px;}
.mar_B80 {margin: 0px 0px 80px 0px;}
.mar_B90 {margin: 0px 0px 90px 0px;}
.mar_B100 {margin: 0px 0px 100px 0px;}
.pad_B100 { padding: 0px 0px 100px 0px;}

.ft_120 { font-size:120%; font-weight:bold;}
.ft_150 { font-size:150%; font-weight:bold; line-height:1.4em;}
.ft_85 { font-size:85%;}

@media only screen and (max-width: 980px) {
	
	
#smr_pages img { width: 100%; height: auto; }

#smr_pages {
	width: 100%;
	margin: 0 auto 0 auto;
	padding-bottom:0;
	color:#000000;
	background: #FFF;
}
#smr_pages {
	font-size:130%;
	line-height: 1.5em;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
}
	
.pc_only {display:none;	}
.sp_only {display: block;}	
	
	
.main_wap {
	width:100%;
	margin: 0 auto 0 auto;
}
.smr_header {
	width: 50%;
	margin: 0 auto;
	padding: 10% 0 0 0;
	color: #c9caca;
	position: relative;
}
	
.smr_header_l {
	width: 25%;
	margin: 0 auto;
	padding: 20% 0 0 0;
	color: #c9caca;
	position: relative;
}	
	
.smr_header p.m_ttl01{
	font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.6vw;
    letter-spacing: 2px;
    margin-right: -2px;
    line-height: 1.5em;
    position: absolute;
    top: 22%;
    left: 50%;
    z-index: 1;
}

.smr_header p.m_ttl02{
	text-align: center;
    font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 9.0vw;
    letter-spacing: 2px;
    margin-right: -2px;
    line-height: 0.9em;
    position: absolute;
    top: 27.5%;
    left: 59%;
    z-index: 1;
}

.smr_header p.m_ttl03{
	font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 50.5vw;
    letter-spacing: -2px;
    margin-right: -2px;
    line-height: 0.1em;
    position: absolute;
    top: 57%;
    left: 43%;
    z-index: 1;
}	

	
.top_imgwrap {
    width: 100%;
    margin: 80px auto 30px auto;
}	
	
	
/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}	

	
.movie_wrap {
	width: 100%;
	margin: 10% auto 0 auto;
}	
	
	
.list_wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.list_wrap .LR_wrap {
	width: 100%;
	margin: 0 auto 10% auto;
	display: flex;
	flex-wrap: wrap;
}
	
/*
.list_wrap .LR_wrap:nth-of-type(odd){
		margin-right: 2%;
	}	
*/

.list_wrap .LR_wrap .L_box {
	width: 35%;
	margin: 0;
}

.list_wrap .LR_wrap .R_box {
	width: 60%;
	margin: 0 0 0 5%;
}

.list_wrap .LR_wrap .R_box p {
	margin: 0;
	font-size: 15px;
	line-height: 1.3em;
}
	
	
.list_wrap .prof_wrap {
	margin: 20px auto 0 auto;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 500;
}	
	

.list_wrap02 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.list_wrap02 .LR_wrap {
	width: 50%;
	margin: 0 auto 3.5% auto;
	display: flex;
	flex-wrap: wrap;
}


.list_wrap02 .LR_wrap .L_box {
	width: 65%;
	margin: 0 auto;
}

.list_wrap02 .LR_wrap .R_box {
	width: 85%;
	margin: 10% auto 0 auto;
}

.list_wrap02 .LR_wrap .R_box p {
	margin: 0;
	font-size: 13px;
	line-height: 1.3em;
}	
	
	
	
	
ul.r_link_wrap{
	width: 95%;
	margin: 0 auto 10% auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.r_link_wrap li {
	width: 30%;
    text-align: center;
    border: solid 1px #000000;
    margin: 0 10px;
    padding: 1% 5%;
    list-style: none;
    font-size: 20px;
}

ul.r_link_wrap li a {
	display: block;
	position: relative;
	text-decoration: none;
}	
		
	
.m_ttl_wrap {
	width: 90%;
    margin: 7% auto 0 auto;
    text-align: center;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 8px;
    margin-right: 3px;
	color: #FFF;
}
	
.m_ttl_wrap_l {
	width: 90%;
    margin: 0 auto 40% auto;
    text-align: center;
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 10px;
    margin-right: 3px;
	text-indent: 0;
}	
	
	
.m_ttl_wrap02 {
	width: 90%;
    margin: 15% auto 5% auto;
    text-align: center;
    font-family: "garamond-premier-pro", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 3px;
}	
	
.g_font {
	font-size: 15px;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: -0.5px;
    line-height: 1.6em;
}	
	
	
.txt_01 {
	width: 90%;
	margin: 7% auto 35% auto;
	padding:0 0 10% 0;
	text-align: left;
	font-size: 14px;
}

.txt_01 p {
	font-size: 14px;
	margin: 0 0 7% 0;
}
	
.txt_01 .d_wrap {
    margin: 0px 0px 1.2em 3em;
    font-size: 13px;
    text-indent: -3em;
    letter-spacing: -1px;
    line-height: 1.5em;
}	
	

.s_ttl_wrap {
	margin: 15% auto;
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 35px;
	color: #4f546e;
	letter-spacing: 5px;
	line-height: 1.2em;
}
	
.s_ttl_wrap span {
	font-size: 35px;
}	
	
	
	
	
.style_wrap {
	width: 100%;
	height: auto;
	margin:15% auto 0 auto;
	padding-bottom: 40%;
}
	
.style_wrap .pc_only {display:none;}
	
.h_lwrap {
	height: auto!important;
}	
	
.s_lwrap {
	height: auto!important;
}
	
.s_lwrap02 {
	height: auto!important;
}	
	
	
.style_wrap .ttl_sp_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	}	
	
.style_wrap .ttl_sp_wrap .num_wrap {
	width: 48%;
	height: auto;
	position: absolute;
	left: 60%;
}	
	
.style_wrap .ttl_sp_wrap .m_ttl_wrap02 {
	width: 90%;
    margin: 7% auto 4% 4%;
    text-align:left;
	font-family: garamond-premier-pro, serif;
	font-style: normal;
	font-weight:300;
    font-size: 31px;
	letter-spacing: 2px;
	margin-right: 0;
	position: absolute;
	z-index: 1;
}	
	
	
.style_wrap .LR_wrap .R_wrap .txtbtn_wrap {
	padding: 0;
}		
	
	
	
	
.style_wrap .c_imgwrap {
	width: 95%;
	margin: 0;
}	
	
	
.style_wrap .LR_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 0 auto;
	position: static;
}

.style_wrap .LR_wrap .L_wrap {
	width: 60%;
	margin: 0 auto 0 auto;
	text-align: center;
}
	
	
.m_b_20 {
	margin-bottom: 0!important;
}	
	

.style_wrap .LR_wrap .L_wrap .ttl_wrap {
	margin: 0 auto 20px auto;
	font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
	font-size: 70px;
	line-height: 0.7em;
	letter-spacing: 3px;
}

.style_wrap .LR_wrap .L_wrap .ttl_wrap02 {
	margin: 0 auto 20px auto;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 2px;
}	

.style_wrap .LR_wrap .L_wrap .d_wrap {
	width: 90%;	
	margin: 0 auto;
	font-size: 14px;
}

.style_wrap .LR_wrap .L_wrap .p_wrap {
	width: 90%;	
	margin: 30px auto 10% auto;
	font-size: 14px;
}


.style_wrap .LR_wrap .L_wrap .img_wrap:first-of-type {
/*	margin-bottom: 10%;*/
}

.style_wrap .LR_wrap .R_wrap {
	width: 90%;
	margin: 0 auto;
}
	
.style_wrap .LR_wrap .R_wrap .ttl_wrap {
	margin: 0 auto 20px auto;
	font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
	font-size: 150px;
	line-height: 0.7em;
	letter-spacing: 3px;
}

.style_wrap .LR_wrap .R_wrap .ttl_wrap02 {
	margin: 12% auto 12% auto;
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 2px;
}



.style_wrap .LR_wrap .R_wrap .d_wrap {
	margin:0 0 1.2em 0;
	padding: 0 0 0 11%;
	font-size: 15px;
	letter-spacing: 0px;
	text-indent: -3em;
	line-height: 1.6em;
}

.style_wrap .LR_wrap .R_wrap .p_wrap {
	margin: 5% auto 5% auto;
	font-size: 16px;
	letter-spacing: 0px;
}

	
.style_wrap .LR_wrap .R_wrap .img_wrap {
	margin-top: 12%;
}	
	
	

.style_wrap .LR_wrap .R_wrap .img_wrap:first-of-type {
	margin-bottom: 15%;
}
	
.mt_sp{
		margin-top: 30%;
	}	
	
.style_wrap .LR_wrap .R_wrap .img_wrap:first-of-type {
	margin-bottom: 0;
}	
	
	
.style_wrap .LR_wrap02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 0 auto;
	position: static;
}

.style_wrap .LR_wrap02 .L_wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
	
.style_wrap .LR_wrap02 .L_wrap .img_wrap {
	width: 90%;
	margin: 0 auto;
	order: 1
}
	
.style_wrap .LR_wrap02 .L_wrap .img_wrap .ttl_wrap02 {
	margin: 12% auto 12% auto;
	text-align: center;
	font-size: 20px;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;	
	line-height: 1.5em;
	letter-spacing: 2px;
}	
	
	
.style_wrap .LR_wrap02 .L_wrap .img_wrap02 {
	width: 90%;
	margin: 0 auto 10% auto;
	order: 2
}	


.style_wrap .LR_wrap02 .R_wrap {
	width: 90%;
	margin: 0 auto;
}	


.style_wrap .LR_wrap02 .R_wrap .ttl_wrap {
	width: 90%;	
	margin: 10% auto 6% auto;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 23px;
	color: #4f546e;
	letter-spacing: 3px;
}
	
.style_wrap .LR_wrap02 .R_wrap .txtbtn_wrap {
    padding: 0;
}	

.style_wrap .LR_wrap02 .R_wrap .d_wrap {
	margin:2% auto 0 auto;
	padding: 0 0 0 11%;
	font-size: 14px;
	letter-spacing: 0px;
	text-indent: -3em;
}

.style_wrap .LR_wrap02 .R_wrap .p_wrap {
	width: 90%;	
	margin: 30px auto 10% auto;
	font-size: 16px;
}


.style_wrap .LR_wrap02 .R_wrap .img_wrap:first-of-type {
	margin-bottom: 5%;
}
	
	
	
/* women */
	
.style_wrap_l {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
}	
	
	
.style_wrap_l .c_imgwrap {
	width: 95%;
	margin: 0 auto;
}	
	
.style_wrap_l .c_imgwrap .num_wrap {
    width: 40%;
    height: auto;
    position: absolute;
    top: -20%;
    left: 68%;
}	
	
.style_wrap_l .m_ttl_wrap02 {
    margin: 7% auto 10% auto;
    font-family: garamond-premier-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2em;
    letter-spacing: 3px;
}	
	
.style_wrap_l .LR_wrap {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 0 auto;
}


.style_wrap_l .LR_wrap .L_wrap {
	width: 100%;
	margin: 0;
}

.style_wrap_l .LR_wrap .L_wrap .txtbtn_wrap {
	padding: 0;
}



.style_wrap_l .LR_wrap .L_wrap .ttl_wrap {
	margin: 0 auto 20px auto;
	font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
	font-size: 150px;
	line-height: 0.7em;
	letter-spacing: 3px;
}

.style_wrap_l .LR_wrap .L_wrap .ttl_wrap02 {
	margin: 0 auto 10% auto;
	text-align: center;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 2px;
}


.style_wrap_l .LR_wrap .L_wrap .d_wrap {
	margin: 0 0 1em 0;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;		
	font-size: 15px;	
    letter-spacing: 0px;
    line-height: 1.9em;
}

.style_wrap_l .LR_wrap .L_wrap .p_wrap {
	margin: 3% auto 3% auto;
	text-align: center;
	font-size: 15px;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;	
	letter-spacing: 0px;
}


.style_wrap_l .LR_wrap .L_wrap .img_wrap:first-of-type {
	margin-bottom: 15%;
}

.style_wrap_l .LR_wrap .R_wrap {
	width: 100%;
	margin-top: 5%;
}
	
	
ul.p_area_wrap{
	width: 90%;
	margin: 5% auto 40% auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
	
ul.p_area_wrap a {
	width: 43%;
	text-decoration: none;
	margin-right: 4%;
	padding-right: 4%;
}
	
ul.p_area_wrap a:nth-of-type(even) {
	margin-right: 0;
	margin-left: 0;
	}	
	

ul.p_area_wrap a:nth-of-type(n+3) {
	margin-top: 2%;
	}
	
	
	

ul.p_area_wrap li {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	margin-right: 2%;
	padding: 5px 5px 5px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	list-style: none;
	font-size: 15px;
}
	
ul.p_area_wrap li:nth-of-type(even) {
	margin-right: 0;
	margin-left: 0;
	}
	
ul.p_area_wrap li:nth-of-type(n+3) {
	margin-top: 2%;
	}	
	


ul.p_area_wrap li .p_imgwrap {
	width: 30%;
}

ul.p_area_wrap li .p_txtwrap {
	width: 70%;
    text-align: right;
   font-family: garamond-premier-pro, serif;
    font-weight: 300;
    font-style: normal;
	line-height: 1.2em;
	font-size: 14px;
}	
	
	
	
.btn_wrap {
	width: 100%;
	margin:20% auto 0 auto;
}

.btn_box {
	width:100%;
	margin: 0 auto 5% auto;
}

.btn_01 {
	display: block;
	position: relative;
	width: 90%;
	margin:0 auto;
	padding: 0.9em 1.2em;
	text-align: center;
	font-size:15px;
	text-decoration: none;
	border: none;

}
	
.btn_wrap02 {
	margin:0 auto 15% auto;
}

.btn_wrap02 .btn_box {
	width:90%;
	margin: 0 auto 5% auto;
}

.btn_wrap02 .btn_01 {
	display: block;
	position: relative;
	width: 90%;
	margin:0 auto;
	padding: 0.9em 1.2em;
	text-align: center;
	font-size:15px;
	text-decoration: none;
	border: none;

}
	
.f_area_wrap {
	background: #fff;
	margin: 8% auto;
	padding: 5% 0 5% 0;
}

.f_area_wrap .L_wrap {
	width: 20%;
	margin: 0 5% 0 0;
}

.f_area_wrap .R_wrap {
	width: 50%;
	font-size: 12px;
}	
	
	
.txt_wrap03 {
	width: 90%;
	margin: 0 auto 15% auto;
	text-align: center;
}
.txt_wrap03 p {
	margin: 0 0 1.0em 0;
	font-size: 12px;
	
}
	
.b_img_wrap {
	width: 70%;
	display: block;
	margin: 0 auto;
	padding: 10% 0;
}

.b_img_wrap .L_wrap {
	width: 100%;
}

.b_img_wrap .R_wrap {
	width: 100%;
}	
	
}


