@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

/*blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/*
table {
    border-collapse:collapse;
    border-spacing:0;
}
*/
/*
input, select {
    vertical-align:middle;
}
*/
/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
main{
	display: block;
}
img {
	border-style: none;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
html{
	scroll-behavior: smooth;
}
body {
	color: #3d3020;
	font-size: 23px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}
/* PCのみ */
@media all and (min-width: 751px) {
	body{
		min-width: 750px;
	}
	#all{
		width: 750px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	body{
		width: 100%;
		min-width: 320px;
		font-size: calc(26vw / 750 * 100);
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

/* movie
---------------------------------------------------------- */
.wrap_movie{
	position: relative;
}
.wrap_movie > div{
	position: absolute;
	top: 42.35%;
	left: 8%;
	height: 627px;
	overflow: hidden;
	border-radius: 35px;
	width: 354px;
}
.icon_movie{
	position: absolute;
	top: 38%;
	left: 7%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.wrap_movie > div{
		height: calc(627vw / 750 * 100);
		border-radius: calc(35vw / 750 * 100);
		width: calc(354vw / 750 * 100);
	}
	.icon_movie{
		width: calc(64vw / 750 * 100);
	}
}


/* cv
---------------------------------------------------------- */
.cv{
	position: relative;
}
.cv a{
	display: block;
	position: absolute;
	bottom: 5.3%;
	left: 0;
	right: 0;
	margin: auto;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv a{
		width: calc(658vw / 750 * 100);
	}
}

.copyText{
	cursor: pointer;
}
.cv_coupon{
	position: relative;
}
.cv_coupon_copy{
	position: absolute;
	text-indent: -9999px;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	width: 85%;
	height: 27%;
}

.cv_common{
	position: relative;
}
.cv_common > a{
	display: block;
	position: absolute;
	bottom: 17%;
	left: 0;
	right: 0;
	margin: auto;
	width: 658px;
}
.cv_common > a:last-child{
	bottom: 13.5%;
	width: 431px;
}
.cv_common.cv_all > a{
	bottom: 21.5%;
}
.cv_common.cv_all > a:last-child{
	bottom: 16.5%;
}
.cv_common.cv_hair > a{
	bottom: 23%;
}
.cv_common.cv_hair > a:last-child{
	bottom: 18%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv_common > a{
		width: calc(658vw / 750 * 100);
	}
	.cv_common > a:last-child{
		width: calc(431vw / 750 * 100);
	}
}


/* bnr_fixed
---------------------------------------------------------- */
.bnr_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}


/* wrap_slider_uv
---------------------------------------------------------- */
.wrap_slider_uv{
	position: relative;
	padding-bottom: 4%;
}
.slick-slide {
	/*margin: 0 2px;*/
}

.slick-list{
	text-align: center;
}
.slick-list li img{
	margin: auto;
}

.slick-arrow{
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	transition: .2s;
	width: 160px;
	height: 80px;
	position: absolute;
	bottom: -3.5%;
	z-index: 5;
}
.slick-prev{
	background: url("img/icon_arrow_l.png") no-repeat;
	background-size: contain;
	left: 16%;
}
.slick-next{
	background: url("img/icon_arrow_r.png") no-repeat;
	background-size: contain;
	right: 16%;
}

.slick-dots{
	display: flex;
	justify-content: center;
	list-style: none;
}
.slick-dots li{
	margin: 8% 2% 0;
}
.slick-dots li button{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: none;
	background: #a3a3a3;
	text-indent: -9999px;
	padding: 0;
}
.slick-dots li.slick-active button{
	background: #6879ba;
}
.slick-disabled{
	display: none !important;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.slick-arrow{
		width: calc(160vw / 750 * 100);
		height: calc(80vw / 750 * 100);
	}
	.slick-dots li button{
		width: calc(15vw / 750 * 100);
		height: calc(15vw / 750 * 100);
	}
}


/* howto
---------------------------------------------------------- */
.howto{
	background: #fffac8;
}
.howto dt{
	position: relative;
	cursor: pointer;
	width: 688px;
	margin: auto;
}
.howto dt::after{
	content: "";
	display: inline-block;
	background: url("img/icon_plus.png") no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 35%;
	right: 6.5%;
	transition: .2s;
}
.howto.on > dt::after{
	background-image: url("img/icon_minus.png");
}
.howto > dd{
	display: none;
	padding-top: 3%;
}
.howto01{
	position: relative;
}
.howto01_copy{
	position: absolute;
	top: 8.5%;
	left: 0;
	right: 0;
	margin: auto;
	text-indent: -9999px;
	width: 70%;
	height: 6%;
	cursor: pointer;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.howto dt{
		width: calc(688vw / 750 * 100);
	}
	.howto dt::after{
		width: calc(36vw / 750 * 100);
		height: calc(36vw / 750 * 100);
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	color: #3d3020;
	padding: 8% 0 9%;
	font-feature-settings: "palt";
	line-height: 1.7;
	margin-bottom: 20%;
}
footer a{
	color: #3d3020;
	text-decoration: none;
}
address{
	margin-top: 6%;
	font-style: normal;
	font-size: 20px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.logo a{
		display: block;
		width: calc(350vw / 750 * 100);
		margin: auto;
	}
	address{
		font-size: calc(20vw / 750 * 100);
	}
}

