@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
}
body {
	margin:0;
}
main {
	margin: 0;
	width: 100%;
	min-width: 960px;
	height: auto;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	color: #5a5a5a;
	line-height: 1.8;
	letter-spacing: 0.1rem;
}
.base_box {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	z-index: 1;
}

.base_box.large { width:1200px; }

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

/*
DEFAULT
***************************************************************************/

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;
}

iframe { border:none; }

li {
	list-style-type: none;
	font-weight: 400;
}

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;
	transition: .5s;
	backface-visibility: hidden;
}

a:hover, input[type="image"]:hover, input[type="submit"]:hover, button:hover {
	opacity: 0.8;
}

.no_filter a:hover, .no_filter input:hover,
a.no_filter:hover, input.no_filter:hover {
	opacity: 1;
}

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

input[type="image"], button {
	border: 0;
	vertical-align: middle;
	cursor: pointer;
	transition: .5s;
	backface-visibility: hidden;
}

input[type="submit"], button {
	font-family: "Noto Sans JP", sans-serif;
}

.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%);
}

/*
CONTENTS
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	background: url(../img/hydroskinmove/pc/topimg_bg.jpg) center center no-repeat;
	background-size: cover;
}

/* ▼BG▼ */
.bg_scale {
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1800px){

	.bg_scale {
		background-size: 100%;
	}

}

/* ▼TITLE▼ */
.sec_title {
	background: #e4e2d8;
}

/* ▼FEATURE▼ */
.feature_sec {
	background-color: #ececec;
	background-image: url(../img/hydroskinmove/pc/feature_bg.jpg);
}

.feature_sec .movie {
	position: absolute;
	top: 230px;
	right: 110px;
	width: 500px;
}

.feature_sec .movie img { width:100%; }

.feature_sec .txt01 {
	position: absolute;
	top: 500px;
	left: 110px;
	width: 500px;
}

.feature_sec .txt02 {
	position: absolute;
	top: 500px;
	left: 110px;
	width: 280px;
}

.feature_sec .txt03 {
	position: absolute;
	top: 530px;
	left: 450px;
	width: 290px;
}

.feature_sec .txt04 {
	position: absolute;
	top: 530px;
	right: 110px;
	width: 290px;
}

.feature_sec .list dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	width: 260px;
	height: 180px;
}

.feature_sec .list dl:nth-child(1) { top:280px; left:320px; }
.feature_sec .list dl:nth-child(2) { top:280px; right:110px; }
.feature_sec .list dl:nth-child(3) { top:545px; left:320px; }
.feature_sec .list dl:nth-child(4) { top:545px; right:110px; }

.feature_sec .list dt {
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 400;
	font-family: "Noto Serif JP", sans-serif;
}

.feature_sec .list dt span { font-size:1.4rem; }

/* ▼PLAN▼ */
.plan_sec {
	background-color: #edf7fd;
	background-image: url(../img/hydroskinmove/pc/plan_bg.jpg);
}

/* ▼DEMO▼ */
.demo_sec {
	background-color: #f0eee5;
}

/* ▼SERVICE▼ */
.service_sec {
	background-color: #f8f6ed;
	background-image: url(../img/hydroskinmove/pc/service_bg.jpg);
}

.service_sec .title {
	position: relative;
}

.service_sec .title span {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 160px;
	font-size: 3rem;
	font-weight: 500;
	color: #8e7e5f;
	font-family: "Noto Serif JP", sans-serif;
}

.service_sec .txt {
	position: absolute;
	top: 50px;
	left: 360px;
	width: 730px;
}

.service_sec .box:nth-child(1) .txt { top:90px; }

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

.service_sec .stxt {
	margin: 20px 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: #8e7e5f;
}

.support_sec .list {
	margin: 0 50px;
}

.support_sec .sbox {
	float: left;
	width: 260px;
	margin: 0 20px 20px 0;
	/*box-shadow: 0 0 15px rgba(0,0,0,0.05);*/
}

.support_sec .sbox:nth-child(4n) { margin-right:0; }

.support_sec .sbox dl {
	padding: 25px 25px 35px;
	background: #fff;
}

dl.firstline {
	height: 279px !important;
}


dl.secondline {
	height: 311px !important;
}


.support_sec .sbox dt {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 1.9rem;
	font-weight: 500;
	color: #8e7e5f;
	line-height: 1.65;
	font-family: "Noto Serif JP", sans-serif;
}

.support_sec .sbox dd {
	font-size: 1.3rem;
	line-height: 1.85;
}

/* ▼FAQ▼ */
.faq_sec {
	padding-bottom: 70px;
}

.faq_sec .box {
	margin-bottom: 30px;
}

.faq_sec .box .title {
	position: relative;
	padding: 18px 90px 20px;
	font-size: 1.6rem;
	background: #f4f4f4;
	cursor: pointer;
}

.faq_sec .box .title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	background: #2f86be;
	z-index: 1;
}

.faq_sec .box .title::after {
	content: 'Q';
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	margin-top: -4px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 300;
	color: #fff;
	line-height: 60px;
	transform: translateY(-50%);
	z-index: 2;
}

.faq_sec .box .inner {
	display: none;
	position: relative;
	padding: 30px 90px 20px 90px;
}

.faq_sec .box .inner::after {
	content: 'A';
	position: absolute;
	top: 10px;
	left: 0;
	width: 60px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 300;
	color: #2f86be;
	line-height: 60px;
}

.faq_sec .box .txt {
	margin-top: 15px;
	font-size: 1.2rem;
	color: #939292;
}

/* ▼SPEC▼ */
.spec_sec {
	background: url(../img/hydroskinmove/pc/spec_bg.jpg) center center no-repeat;
	background-size: cover;
}

.spec_sec .list {
	position: absolute;
	top: 290px;
	left: 0;
	width: 650px;
}

.spec_sec .list dl {
	display: flex;
	align-items: center;
	float: left;
	width: 400px;
	margin-bottom: 30px;
}

.spec_sec .list dl:nth-child(2n) { width:calc(100% - 400px); }
.spec_sec .list dl:last-child { width:100%; }

.spec_sec .list dt {
	width: 100px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #abb6bd;
}

.spec_sec .list dd {
	width: calc(100% - 100px);
	padding-left: 25px;
}

/*
FIXED
***************************************************************************/
.fixed_btn {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 0;
	background: rgba(255,255,255,0.7);
	z-index: 1000;
}

.fixed_btn ul {
	
}

/*
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: 30px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}

.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▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.zoom05 { zoom:0.5; }

.pc_h300 { height:300px!important; }

/* ▼area▼ */
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pc_plr25 { padding-left:25px!important; padding-right:25px!important; }

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

.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!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▼ */

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

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