@charset "utf-8";

/* home.css：PC
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
/* btnDown */
#content #btnDown {
	cursor: pointer;
	margin-left: -30px;
	position: absolute;
	bottom: 13px; left: 50%;
	transition: 0.5s;
	width: 60px;
	height: 36px;
	z-index: 94;
	text-align: center;
}
#content #btnDown img {
	height: 12px;
	width: 22px;
	display: block;
	margin: 0 auto;
}
#content #btnDown:hover {
	opacity: 0.6;
}


/* Main Visual
------------------------------------------------------------------ */
/* mv common */
#mv {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: url(../images/mv/mv_bg.jpg) no-repeat center center;
	background-size: cover;
	transition: all 1s ease-in-out 1s;
	-webkit-transition: all 1s ease-in-out 1s;
	-ms-transition: all 1s ease-in-out 1s;
}
#mv .slick-slide {
	position: relative;
	height: 100vh;
}
#mv .slick-slide a {
	display: block;
	height: 100%;
}
#mv .slick-slide a:hover {
	opacity: 1;
}
#mv .slick-slide:not(#mv01) div {
	width: 35%;
	position: absolute;
	top: 50%; right: 10%;
	margin-top: -13vw;
}
#mv .slick-slide h2 {
	font-size: 3.7em;
	color: #fff;
	text-align: left;
	padding: 0;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
#mv .slick-slide h2 + p {
	color: #f5f5f5;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
#mv .slick-dots {
	position: absolute;
	bottom: 20px; right: 20px;
	text-align: right;
}
.slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  background: #7f5e33;
  padding: 0;
  border: none;
  font-size: 0;
}
.slick-dots .slick-active button {
  background: #996c36;
}

/* mv01 */
#mv01 {
	width: 100%;
	height: 100%;
	background: url(../images/mv/mv.png) no-repeat 88% center;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
}
#home #mv #mv01 div {
	width: 35%;
	text-align: left;
	position: absolute;
	top: 50%;	left: 10%;
	margin-top: -9vw;
}
#home #mv #mv01 h1 {
	width: 100%;
	max-width: 450px;
	height: 0;
	margin: 0 auto;
	padding-top: 9.57vw;
	line-height: 10;
	overflow: hidden;
	z-index: 100;
	background: url(../images/mv/h1.svg) no-repeat top center;
	background-size: contain;
}
#home #mv #mv01 p {
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 0.18em;
	line-height: 2;
	text-align: center;
	text-shadow: none;
	margin-top: 1.3em;
}
@media screen and (max-width:1200px) {
	#home #mv #mv01 div {
		width: 50%;
		text-align: left;
		position: absolute;
		top: 50%;	left: 0;
		margin-top: -9vw;
	}
	#home #mv #mv01 h1 {
		width: 100%;
	}
	#home #mv .slick-slide:not(#mv01) div {
		width: 45%;
	}
}
@media screen and (orientation:portrait){
	/* for Tablet */
	#mv01 {
		background: url(../images/mv/mv_sp.png) no-repeat center right;
		background-size: cover;
	}
	#home #mv #mv01 div {
		width: 70%;
		text-align: left;
		position: absolute;
		top: initial; bottom: 8%;	left: 15%;
	}
	#home #mv #mv01 h1 {
		width: 100%;
		height: 0;
		padding-top: 29.1%;
		background: url(../images/mv/h1.svg) no-repeat top center;
		background-size: contain;
		overflow: hidden;
	}
	#mv01 p {
		display: none;
	}
}
/* mv02 depilation*/
#mv02 {
	width: 100%;
	height: 100%;
	background: url(../images/mv/mv_depilation.png) no-repeat -8% center;
	background-size: contain;
	position: relative;
	overflow: hidden;
}
#home #mv #mv02 div {
	width: 30%;
	max-width: 350px;
	position: absolute;
	bottom: 5%; right: 3%;
	top: inherit;
	margin: 0;
}


/* indexNavi
------------------------------------------------------------------ */
#indexNavi {
	background: url(../images/common/bg_noiz.jpg) repeat top left;
	background-size: 200px;
	border-top: 1px solid #544333;
	border-bottom: 1px solid #544333;
}
#indexNavi li {
	width: 33.333%;
	float: left;
	text-align: center;
}
#indexNavi li:nth-last-of-type(n+2) {
	border-right: 1px solid #2b231e;
}
#indexNavi li + li {
	border-left: 1px solid #544333;
}
#indexNavi li a {
	padding: 4em 0;
	color: #96837c;
	font-size: 0.85em;
	letter-spacing: 0.1em;
}
#indexNavi li span {
	display: block;
	color: #fff;
	font-size: 1.6em;
}
#indexNavi li img {
	display: block;
  width: 56px;
  margin: 0 auto 8px;
}

/* trial
------------------------------------------------------------------ */
#trial {
	padding: 80px 0;
}
#trial h2 {
	color: #d0ae7e;
}
/* 横スクロールナビ（トライアル） */
.scrollWrap {
	overflow: hidden;
}
.scrollWrap .mCSB_container > ul {
	font-size: 0;
	text-align: center;
}
.scrollWrap .mCSB_container > ul > li {
	width: 224px;
  margin: 0 1px;
  background: #fff;
	color: #4c4c4c;
	position: relative;
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
}
.scrollWrap .mCSB_container > ul > li img:not(.icon_period) {
	width: 100%;
	vertical-align: top;
}
.scrollWrap .mCSB_container > ul > li > dl > dt {
	position: relative;
	text-align: center;
}
.scrollWrap .mCSB_container > ul > li > dl > dt img {
	border-bottom: 1px solid #96837c;
}
.scrollWrap .mCSB_container > ul > li > dl > dt span {
	display: inline-block;
	min-width: 130px;
	font-size: 0.85em;
	text-align: center;
	background: #2d221d;
	color: #fff;
	border: 1px solid #96837c;
	padding: 0.3em 1em;
	position: relative;
	top: -1.2em;
	z-index: 10;
}
.scrollWrap .mCSB_container > ul > li > dl > dd {
	padding: 5px 16px 20px;
}
.scrollWrap .mCSB_container > ul > li > dl > dd h3 {
	color: #7f5e33;
	font-size: 1.2em;
	margin-bottom: 0.75em;
	letter-spacing: 0;
}
.scrollWrap .mCSB_container > ul > li > dl > dd p {
	font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
.scrollWrap .mCSB_container li .price {
	border-top: 1px dotted #96837c;
	margin-top: 1em;
	padding-top: 1em;
}
.scrollWrap .mCSB_container li .price dd {
	color: #7f5e33;
}
.scrollWrap .mCSB_container li .price em {
	font-size: 1.5em;
	margin-right: 0.1em;
}
.scrollWrap .mCSB_container li .price span {
	font-size: 2em;
	line-height: 1;
}
.icon_period {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
}

/* index_menu
------------------------------------------------------------------ */
.mv_lev02 {
	height: 400px;
	background: url(../images/common/mv_lev02_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.mv_lev02:before,
.mv_lev02:after {
	content: "";
	width: 100%;
	height: 1px;
	background: url(../images/common/border.svg) no-repeat center center;
	background-size: 100% 100%;
}
.mv_lev02:before {
	position: absolute;
	top: 0; left: 0;
}
.mv_lev02:after {
	position: absolute;
	bottom: 0; left: 0;
}
.mv_lev02 > div {
	height: 100%;
}
.mv_lev02 h2 {
	width: 50%;
	position: absolute;
	top: 50%; left: 0;
	text-align: center;
	margin-top: -2.5em;
	padding: 0!important;
}
/* depilation */
#depilation .mv_lev02 > div {
	background: url(../images/home/depilation_mv.png) no-repeat 70% center;
	background-size: contain;
}
/* aga */
#aga .mv_lev02 > div {
	background: url(../images/home/aga_mv.png) no-repeat 80% center;
	background-size: contain;
}
/* slim */
#slim .mv_lev02 > div {
	background: url(../images/home/slim_mv.png) no-repeat 75% center;
	background-size: contain;
}
/* smear */
#smear .mv_lev02 > div {
	background: url(../images/home/smear_mv.png) no-repeat 85% center;
	background-size: contain;
}
/* sweat */
#sweat .mv_lev02 > div {
	background: url(../images/home/sweat_mv.png) no-repeat 75% center;
	background-size: contain;
}
/* injection */
#injection .mv_lev02 > div {
	background: url(../images/home/injection_mv.png) no-repeat 75% center;
	background-size: contain;
}


/*  information
------------------------------------------------------------------ */
#information,
#backnumber {
	border-top: 1px solid #544333;
}
#information dl {
	padding: 1.5em 0;
}
#information dl + dl {
	border-top: 1px solid #4c3c32;
}
#information dt {
	width: 200px;
	float: left;
}
#information dt span {
	display: inline-block;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	min-width: 90px;
	margin: 0 0 0 1em;
}
#information dt .tag_clinic {
	background: #96837c;
}
#information dt .tag_recommend {
	background: #d88155;
}
#information dt .tag_new {
	background: #d0ae7e;
}
#information dt .tag_event {
	background: #9084a7;
}
#information dd {
	width: calc(100% - 210px);
	float: right;
}
#information dd a {
	display: inline-block;
	color: inherit;
	text-decoration: underline;
}


/*  BackNumber
------------------------------------------------------------------ */
#backnumber ul {
	width: 90%;
	margin: 0 auto;
}
#backnumber li {
	width: 32%;
	margin-left: 2%;
	float: left;
	padding: 2em 0;
}
#backnumber li img {
	vertical-align: top;
	width: 100%;
}
#backnumber li:nth-child(3n+1) {
	margin-left: 0;
}
#backnumber li:nth-child(n+4) {
	border-top: 1px solid #544333;
}
#backnumber li dt {
	width: 40%;
	float: left;
}
#backnumber li dd {
	width: 60%;
	float: right;
	padding: 0 1em;
	font-size: 0.9em;
	line-height: 1.5;
}
#backnumber li dd .date {
	color: #95827b;
	font-family: 'Lustria',serif;
	display: block;
}
