@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	margin:0 !important;
}
main {
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #5a5a5a;
	line-height: 1.8;
	letter-spacing: 0.025rem;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.base_box {
	position: relative;
	z-index: 1;
}

.pc_disp { display:none; }
.sp_disp { display:block; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	line-height: 1.5;
}

article,aside,details,figcaption,figure,main,
footer,header,hgroup,menu,nav,section {
	display: block;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: normal;
}

/* ▼LINK▼ */
a {
	color: #0e4886;
	text-decoration: none;
	outline: none;
}

/* ▼IMG▼ */
img, input[type="image"]{
	max-width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
}

.img_frame {
	position: relative;
	overflow: hidden;
}

.img_frame img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

@media screen and (max-width: 479px){

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
CONTENTS
***************************************************************************/
/* ▼FEATURE▼ */
.feature_sec .movie {
	padding: 0 calc((100vw / 320) * 30);
	background: url(../img/hydroskinmove/sp/feature_bg.jpg) center top repeat-y;
	background-size: 100%;
}

.feature_sec .txt01 {
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 30) calc((100vw / 320) * 5);
	font-size: calc((100vw / 320) * 11);
	line-height: 1.85;
	background: url(../img/hydroskinmove/sp/feature_bg.jpg) center top repeat-y;
	background-size: 100%;
}

.feature_sec .txt02 {
	position: absolute;
	top: calc((100vw / 320) * 25);
	right: calc((100vw / 320) * 30);
	width: calc((100vw / 320) * 140);
	line-height: 1.85;
}

.feature_sec .txt03 {
	position: absolute;
	top: calc((100vw / 320) * 440);
	left: calc((100vw / 320) * 30);
	width: calc((100vw / 320) * 115);
	line-height: 1.8;
}

.feature_sec .txt04 {
	position: absolute;
	top: calc((100vw / 320) * 440);
	right: calc((100vw / 320) * 30);
	width: calc((100vw / 320) * 115);
	line-height: 1.8;
}

.feature_sec .list dl {
	position: absolute;
	width: calc((100vw / 320) * 150);
	right: calc((100vw / 320) * 30);
}

.feature_sec .list dl:nth-child(1) { top:calc((100vw / 320) * 415); }
.feature_sec .list dl:nth-child(2) { top:calc((100vw / 320) * 555); }
.feature_sec .list dl:nth-child(3) { top:calc((100vw / 320) * 700); }
.feature_sec .list dl:nth-child(4) { top:calc((100vw / 320) * 835); }

.feature_sec .list dt {
	margin-bottom: calc((100vw / 320) * 5);
	font-size: calc((100vw / 320) * 14);
	font-weight: 400;
	font-family: "Noto Serif JP", sans-serif;
}

.feature_sec .list dt span { font-size:calc((100vw / 320) * 9); }

.feature_sec .list dd {
	line-height: 1.8;
}

/* ▼SERVICE▼ */
.service_sec {
	background: #f8f6ed url(../img/hydroskinmove/sp/support_bg.jpg) center bottom no-repeat;
	background-size: 100%;
}

.service_sec .title {
	position: relative;
}

.service_sec .title span {
	display: block;
	position: absolute;
	bottom: calc((100vw / 320) * 20);
	left: calc((100vw / 320) * 150);
	font-size: calc((100vw / 320) * 18);
	font-weight: 600;
	color: #8e7e5f;
	line-height: 1.65;
	font-family: "Noto Serif JP", sans-serif;
}

.service_sec .box:nth-child(2) .title span { bottom:calc((100vw / 320) * 30); }
.service_sec .box:nth-child(3) .title span { left:calc((100vw / 320) * 130); }

.service_sec .txt {
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 30) calc((100vw / 320) * 25);
	font-size: calc((100vw / 320) * 11);
	line-height: 1.85;
	background: url(../img/hydroskinmove/sp/service_bg.jpg) center top repeat-y;
	background-size: 100%;
}

.service_sec .txt span {
	font-weight: 700;
	color: #2f86be;
}

.service_sec .stxt {
	margin: calc((100vw / 320) * 15) 0;
	font-size: calc((100vw / 320) * 13);
	font-weight: 700;
	color: #8e7e5f;
}

.support_sec .list {
	margin: 0 calc((100vw / 320) * 15);
}

.support_sec .sbox {
	float: left;
	width: calc(50% - ((100vw / 320) * 5));
	margin-bottom: calc((100vw / 320) * 10);
	/*box-shadow: 0 0 calc((100vw / 320) * 15) rgba(0,0,0,0.05);*/
}

.support_sec .sbox:nth-child(2n) { float:right; }

.support_sec .sbox dl {
	padding: calc((100vw / 320) * 15) calc((100vw / 320) * 12) calc((100vw / 320) * 20);
	background: #fff;
    height: 214.719px;
}

.support_sec .sbox dt {
	display: flex;
	align-items: center;
	margin-bottom: calc((100vw / 320) * 10);
	font-size: calc((100vw / 320) * 13);
	font-weight: 600;
	color: #8e7e5f;
	line-height: 1.5;
	font-family: "Noto Serif JP", sans-serif;
}

.support_sec .sbox dd {
	font-size: calc((100vw / 320) * 9);
	line-height: 1.9;
}

/* ▼FAQ▼ */
.faq_sec {
	padding-bottom: calc((100vw / 320) * 20);
}

.faq_sec .box {
	margin: 0 calc((100vw / 320) * 15) calc((100vw / 320) * 15);
}

.faq_sec .box .title {
	position: relative;
	padding: calc((100vw / 320) * 12) calc((100vw / 320) * 40) calc((100vw / 320) * 14) calc((100vw / 320) * 55);
	font-size: calc((100vw / 320) * 11);
	line-height: 1.6;
	background: #f4f4f4;
	cursor: pointer;
}

.faq_sec .box .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 320) * 40);
	height: 100%;
	background: #2f86be;
	z-index: 1;
}

.faq_sec .box .title::after {
	content: 'Q';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc((100vw / 320) * 40);
	margin-top: calc((100vw / 320) * -3);
	text-align: center;
	font-size: calc((100vw / 320) * 18);
	font-weight: 300;
	color: #fff;
	line-height: calc((100vw / 320) * 40);
	transform: translateY(-50%);
	z-index: 2;
}

.faq_sec .box .inner {
	display: none;
	position: relative;
	padding: calc((100vw / 320) * 15) 0 calc((100vw / 320) * 5) calc((100vw / 320) * 40);
}

.faq_sec .box .inner::after {
	content: 'A';
	position: absolute;
	top: calc((100vw / 320) * 4);
	left: 0;
	width: calc((100vw / 320) * 40);
	text-align: center;
	font-size: calc((100vw / 320) * 20);
	font-weight: 300;
	color: #2f86be;
	line-height: calc((100vw / 320) * 40);
}

.faq_sec .box .txt {
	margin-top: calc((100vw / 320) * 5);
	font-size: calc((100vw / 320) * 9);
	color: #939292;
}

/* ▼SPEC▼ */
.spec_sec .list {
	position: absolute;
	top: calc((100vw / 320) * 130);
	left: calc((100vw / 320) * 30);
	width: calc((100vw / 320) * 200);
}

.spec_sec .list dl {
	margin-bottom: calc((100vw / 320) * 12);
}

.spec_sec .list dt {
	width: calc((100vw / 320) * 80);
	margin-bottom: calc((100vw / 320) * 12);
	text-align: center;
	color: #fff;
	line-height: calc((100vw / 320) * 25);
	background: #abb6bd;
}

.spec_sec .list dd {
	line-height: 1.8;
}

/*
FIXED
***************************************************************************/
.fixed_btn {
	display: none;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: calc((100vw / 320) * 15);
	background: rgba(255,255,255,0.7);
	z-index: 1000;
}

.fixed_btn ul {
	padding: 0;
}

.fixed_btn li {
	width: calc((100vw / 320) * 200);
	margin:0 auto;
}

/*
PARTS
***************************************************************************/
/* ▼BUTTON▼ */
.btn_bound img {
	-webkit-animation: bomb 1.8s ease infinite;
	animation: bomb 1.8s ease infinite;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.btn_bound a:hover { opacity:1; }

@-webkit-keyframes bomb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bomb {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: calc((100vw / 320) * 12);
	width: calc((100vw / 320) * 14);
	height: calc((100vw / 320) * 14);
	margin-top: calc((100vw / 320) * -7);
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #888;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -0.5px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
}

.disp_switch.opened .icon:before { display:none; }

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w15per { width:15%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

.sp_h200 { height:calc((100vw / 320) * 200)!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 320) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 320) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 320) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 320) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 320) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 320) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 320) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 320) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 320) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 320) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 320) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 320) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 320) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 320) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 320) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 320) * 60)!important; margin-right:calc((100vw / 320) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 320) * 55)!important; margin-right:calc((100vw / 320) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 320) * 50)!important; margin-right:calc((100vw / 320) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 320) * 40)!important; margin-right:calc((100vw / 320) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 320) * 40)!important; margin-right:calc((100vw / 320) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 320) * 35)!important; margin-right:calc((100vw / 320) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 320) * 30)!important; margin-right:calc((100vw / 320) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 320) * 25)!important; margin-right:calc((100vw / 320) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 320) * 20)!important; margin-right:calc((100vw / 320) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 320) * 15)!important; margin-right:calc((100vw / 320) * 15)!important; }
.sp_mlr10 { margin-left:calc((100vw / 320) * 10)!important; margin-right:calc((100vw / 320) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 320) * 5)!important; margin-right:calc((100vw / 320) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 320) * -1)!important; margin-right:calc((100vw / 320) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 320) * -5)!important; margin-right:calc((100vw / 320) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 320) * -10)!important; margin-right:calc((100vw / 320) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 320) * -20)!important; margin-right:calc((100vw / 320) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 320) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 320) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 320) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 320) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 320) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 320) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 320) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 320) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 320) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 320) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 320) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 320) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 320) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 320) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 320) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 320) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 320) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 320) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 320) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 320) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 320) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 320) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 320) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 320) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 320) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 320) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 320) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 320) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 320) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 320) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 320) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 320) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 320) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 320) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 320) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 320) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 320) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 320) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 320) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 320) * 8)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 320) * 0)!important; }

.sp_p20 { padding:calc((100vw / 320) * 20)!important; }
.sp_p15 { padding:calc((100vw / 320) * 15)!important; }
.sp_p10 { padding:calc((100vw / 320) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 320) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 320) * 50)!important; }

.sp_ptb20 { padding-top:calc((100vw / 320) * 20)!important; padding-bottom:calc((100vw / 320) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 320) * 15)!important; padding-bottom:calc((100vw / 320) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 320) * 5)!important; padding-bottom:calc((100vw / 320) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 320) * 0)!important; padding-bottom:calc((100vw / 320) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 320) * 25)!important; padding-right:calc((100vw / 320) * 25)!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.sp_size10 { font-size:calc((100vw / 320) * 10)!important; }
.sp_size11 { font-size:calc((100vw / 320) * 11)!important; }
.sp_size12 { font-size:calc((100vw / 320) * 12)!important; }
.sp_size13 { font-size:calc((100vw / 320) * 13)!important; }
.sp_size14 { font-size:calc((100vw / 320) * 14)!important; }
.sp_size16 { font-size:calc((100vw / 320) * 16)!important; }
.sp_size17 { font-size:calc((100vw / 320) * 17)!important; }
.sp_size18 { font-size:calc((100vw / 320) * 18)!important; }
.sp_size19 { font-size:calc((100vw / 320) * 19)!important; }
.sp_size20 { font-size:calc((100vw / 320) * 20)!important; }
.sp_size22 { font-size:calc((100vw / 320) * 22)!important; }
.sp_size24 { font-size:calc((100vw / 320) * 24)!important; }
.sp_size30 { font-size:calc((100vw / 320) * 30)!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.line, .line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼line▼ */

/* ▼indent▼ */
.indent1 { margin-left:1em; text-indent:-1em; }
.indent2 { margin-left:2em; text-indent:-2em; }
.indent3 { margin-left:3em; text-indent:-3em; }
.indent4 { margin-left:4em; text-indent:-4em; }
.indent5 { margin-left:5em; text-indent:-5em; }
.indent6 { margin-left:6em; text-indent:-6em; }


/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }