@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;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding: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;
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #000;
	font-size: 26px;
	font-weight: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ 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;
}
header:after,
#content:after,
section:after,
.inner:after{
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #333;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* 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;
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */

video{
	width: 84%;
	margin: 0 auto 5%;
}

.movie_cheek01,
.movie_cheek02{
	position: relative;
}
.movie_cheek01_02{
	margin-top: -3%;
}
.movie_cheek01 video{
	position: absolute;
	top: 14%;
	width: 346px;
	left: 7%;
	margin: 0;
}
.movie_cheek02 video{
	position: absolute;
	bottom: 9%;
	left: 0;
	right: 0;
	margin: auto;
	width: 580px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.movie_cheek01 video{
		width: calc(346vw / 750 * 100);
	}
	.movie_cheek02 video{
		width: calc(580vw / 750 * 100);
	}
}

/* point
---------------------------------------------------------- */
.point{
	position: relative;
}
.point video{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.point02 video{
	top: 18.8%;
}
.point04 video{
	top: 24%;
}


/* cv
---------------------------------------------------------- */
.cv{
	position: relative;
}
.cv a{
	position: absolute;
	left: 19%;
	display: block;
	width: 151px;
	bottom: 21.3%;
}
.cv a.btn_cv_cream{
	left: auto;
	right: 19%;
}
.cv_pink a{
	bottom: 21%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv a{
		width: calc(151vw / 750 * 100);
	}
}


/* before after
---------------------------------------------------------- */
.cont_ba{
	position: relative;
}
#compare-container{
	position: absolute;
	top: 39%;
	left: 0;
	right: 0;
	margin: auto;
	width: 580px;
}
.icv__arrow-wrapper{
	background: url("img/ico_ba_left.png") no-repeat;
	background-size: contain;
	width: 30px;
	height: 44px;
	margin-left: -15px;
}
.icv__arrow-wrapper + .icv__arrow-wrapper{
	background-image: url("img/ico_ba_right.png");
	margin-right: -15px;
}
.icv__arrow-wrapper svg{
	display: none;
}
/* SPのみ */
@media all and (max-width: 750px) {
	#compare-container,
	.icv__img-b{
		width: calc(580vw / 750 * 100) !important;
	}
	.icv__arrow-wrapper{
		width: calc(30vw / 750 * 100);
		height: calc(44vw / 750 * 100);
		margin-left: calc(-5vw / 750 * 100);
	}
	.icv__arrow-wrapper + .icv__arrow-wrapper{
		margin-right: calc(-5vw / 750 * 100);
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
.logo{
	margin: 9% auto 6%;
}
.info{
	text-align: left;
	list-style: none;
	width: 90%;
	margin: auto;
	font-weight: 500;
	line-height: 1.25;
}
.info li{
	margin-bottom: 0.4em;
}
.info a{
	text-decoration: none;
}
.info a:hover{
	text-decoration: underline;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.logo{
		width: calc(280vw / 750 * 100);
	}
	.info{
		font-size: calc(26vw / 750 * 100);
	}
}

.foot_nav{
	list-style: none;
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin: 7% auto 5%;
}
.foot_nav li{
	border-right: 1px solid;
	padding: 0 1em;
}
.foot_nav li:last-child{
	border: none;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.foot_nav{
		font-size: calc(20vw / 750 * 100);
	}
}

address{
	font-style: normal;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 7%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	address{
		font-size: calc(20vw / 750 * 100);
	}
}

/* ポップアップ関連
------------------------------------------------------------------------------------ */
body.fixed {
	overflow: hidden;
}
#popupArea {
	position: fixed;
	background-color: rgba(30, 30, 30, 0.7);
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 20;
}
.popupWindow {
	position: absolute;
	width: 90%;
	max-width: 480px;
	top: 50%;
	left: 50%;
	transform: translate(-51%, -50%);
	text-align: center;
}
.popupClose{
	position: absolute;
	width: 4%;
	top: 2%;
	right: 2.5%;
	cursor: pointer;
}
.popupBtnT{
	position: absolute;
	width: 92%;
	bottom: 2.2%;
	left: 0;
	right: 0;
	margin: auto;
}
.popupBtnB{
	position: absolute;
	width: 95%;
	bottom: 1%;
	left: 0;
	right: 0;
	margin: auto;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.popupWindow {
		transform: translate(-50%, -50%);
	}
}