@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
Regular 400
Medium 500
Bold 700
*/



@font-face {
	font-family:'DINPro-Regular';
	src:url('../../fonts/DINPro-Regular.eot');
	src:url('../../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/DINPro-Regular.woff2') format('woff2'),
	url('../../fonts/DINPro-Regular.woff') format('woff'),
	url('../../fonts/DINPro-Regular.ttf') format('truetype'),
	url('../../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
}

@font-face {
	font-family:'DINPro-Medium';
	src:url('../../fonts/DINPro-Medium.eot');
	src:url('../../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/DINPro-Medium.woff2') format('woff2'),
	url('../../fonts/DINPro-Medium.woff') format('woff'),
	url('../../fonts/DINPro-Medium.ttf') format('truetype'),
	url('../../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
}


/* ---------- RESET ---------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, b, u, i, center,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input {
  margin:0;
  padding:0;
  border:0;
  font-size: 100%;
  font:inherit;
  vertical-align: baseline;
  text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea, button{
  -webkit-apparence:none;
  border:none;
  background: none;
  outline: none;
}
input:focus, textarea:focus{
  -webkit-apparence:none;
  outline: none;
  border:none;
}
img{
	border:none;
	outline:none;
	vertical-align:top;
	font-size:0;
	line-height:0;
}
img a{
	border:none;
	outline: none;
}
a:focus{
	outline:none;
}
hr {
  height:0;
  margin:0;
  padding:0;
  border:0;
}
h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration:none;
}

input, textarea, button{
  -webkit-apparence:none;
  border:none;
  background: none;
  outline: none;
}
a{
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}
a.nohover:hover {
  opacity: 1.0;
}

img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0,0,0);
}
*{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-box-shadow:none;
    box-shadow:none;   
    outline:none;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}

html,body{
	height: 100%;
	min-height:100%;
	z-index:1;
	position:relative;
}
body{
	color:#707070;
	font-weight:400;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', Arial, Meiryo, "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
    line-height: 1.7;
	background: #FFF;
}

.clear:after,
ul:after,
li:after,
dl:after{
	  content: "";
	  display: table;
	  float:none;
	  clear: both;
}





/* ---------------------------------------------------------- */


/* standard */
.fade,
.fade.delighter{
	opacity:0;
    position: relative;
    top: 40px;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	will-change: transform,animation,position;
	-webkit-transition:all 1.2s cubic-bezier(0.33, 1, 0.68, 1);	
	             transition:all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
/* start */
.fade.delighter.started{
	opacity:1;
    top: 0;
}

/* ---------------------------------------------------------------------------- */


#loader-bg{
    display:block;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    right:0px;
    z-index:1000;
    overflow:hidden;
}

#loader-bg .wave{
	position: absolute;
	top: -10vw;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url("../images/wave_loading.svg") center top no-repeat;
	background-size: 100%;
	-webkit-transition:top 2.0s cubic-bezier(0.76, 0, 0.24, 1);	
	transition:top 2.0s cubic-bezier(0.76, 0, 0.24, 1);
}
#loader-bg.start .wave{top: 98vh;}

/* ---------------------------------------------------------------------------- */



.bkImage {
    position:fixed;
    top:0;
    left:0;
	z-index: 1;
	width: 100%;
	height: 55vw;
	background: url("../images/mianimage.jpg") center center no-repeat;
	background-size: cover;
}


header{width: 100%;}

header .headerInner{
	width: 100%;
	height: 43vw;
	position: relative;
	z-index: 10;
}
header .headerInner h1{
	width: 37%;
	position: absolute;
	top: 58%;
	left: 8%;
	z-index: 6;
	opacity: 0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:left 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.6s;
	transition:left 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.6s;
}
header.view .headerInner h1{left: 5%;opacity: 1;}




header .headerInner .hhLogo{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 8%;
	z-index: 5;
}

/* ---------------------------------------------------------------------------- */

article{
	width: 100%;
	background: url("../images/wave01.svg") center top no-repeat;
	background-size: 100%;
	z-index:10;
	position: relative;
	padding-top: 13vw;
	overflow: hidden;
}

article .articleInner{
	width: 100%;
	background: #FFF;
}

/*------------------*/

.lead{
	width: 95%;
	margin: 0 auto;
	padding-top: 100px;
	position: relative;
	z-index: 40;
}
.lead .leadCopy{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 2.4;
}

.people{
	width: 70%;
	max-width: 800px;
	margin: 100px auto 0;
	background: #FFF;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}
.people:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px dashed #95D3E9;
	border-radius: 50px;
	z-index: 10;
}


.people .textBox{
	position: absolute;
	top: 50%;
	left: 50px;
	width: 52%;
	z-index: 10;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.people .textBox h2{
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.08em;
}
.people .textBox h3{
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.5em;
}
.people .textBox p{
	font-size: 15px;
	margin-top: 0.7em;
	letter-spacing: 0.03em;
}

.people .textBox span{
	display: block;
	width: 34px;
	margin-top: 10px;
}



.people .photo{
	width: 36%;
	padding-right: 40px;
	padding-top: 35px;
	float: right;
	position: relative;
	z-index: 2;
}


/*------------------*/






.fullWideBox{
	width: 100%;
	position: relative;
	z-index: 10;
}



.fullWideBox.full01{height: 540px;margin-top: -80px;}
.fullWideBox.full02{height: 850px;margin-top: 60px;}
.fullWideBox.full03{margin: 120px 0 160px;}
.fullWideBox.full04{background:linear-gradient(180deg,#FFF 0%,#FFF 10%,#C3DDE6 10%,#C3DDE6 95%,#FFF 95%,#FFF 100%);}
.fullWideBox.full05{margin: 270px 0 0;}
.fullWideBox.full06{margin-top: 270px;}
.fullWideBox.full07{background: #95D3E9;z-index: 5;margin-top: -1px;}




.fullWideBox .wideInner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
/*	background: rgba(200,200,200,0.5);*/
}

.fullWideBox .waveSVG{
	position: absolute;
	width: 1750px;
	top: 0;
	left: calc((100% - 1750px) / 2);
	z-index: 1;
	margin: 0 auto;
}
.fullWideBox .waveSVG p{
	position: absolute;
	width: 100%;
	left: 0;
	background-position: center center;
	background-size: cover;
	-webkit-transition:all 3.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s;
	transition:all 3.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s;
}



.full01 .waveSVG .w01,
.full01.delighter .waveSVG .w01{
	z-index: 1;
	top: -50px;
	left: -100px;
	opacity: 0;
	padding-top: 520px;
	background-image: url("../images/wave02-01.svg");
}
.full01.delighter.started .waveSVG .w01{top: 0;left: 0;opacity: 1;}

.full01 .waveSVG .w02,
.full01.delighter .waveSVG .w02{
	z-index: 5;
	top: 100px;
	left: 100px;
	opacity: 0;
	padding-top: 520px;
	background-image: url("../images/wave02-02.svg");
}
.full01.delighter.started .waveSVG .w02{top: 50px;left: 0;opacity: 1;}



.full02 .waveSVG .w01,
.full02.delighter .waveSVG .w01{
	z-index: 5;
	top: 350px;
	left: -100px;
	opacity: 0;
	padding-top: 610px;
	background-image: url("../images/wave03-01.svg");
}
.full02.delighter.started .waveSVG .w01{top: 300px;left: 0;opacity: 1;}


.full02 .waveSVG .w02,
.full02.delighter .waveSVG .w02{
	z-index: 1;
	top: 0px;
	left: 100px;
	opacity: 0;
	padding-top: 750px;
	background-image: url("../images/wave03-02.svg");
}
.full02.delighter.started .waveSVG .w02{top: 50px;left: 0;opacity: 1;}



.fullWideBox.full06 .waveSVG{top:auto;bottom: 385px;}
.full06 .waveSVG .w01{
	z-index: 1;
	top: 0;
	padding-top: 385px;
	background-image: url("../images/wave06.svg");
	-webkit-transition:none;
	transition:none;
}

/*----------------*/


.full01 .wideInner{
	padding-top: 340px;
}
.full01 h2{
	width: 560px;
	margin:0 auto;
}


/*----------------*/

.full02 .textBox{
	width: 41%;
	position: absolute;
}
.full02 .textBox.b01{top: 20px;left: 0;}
.full02 .textBox.b02{top: 210px;right: 0;}
.full02 .textBox.b03{top: 460px;left: 0;}

.full02 .textBox h3{
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 15px;
}
.full02 .textBox .copy{
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.0;
}

.full02 .lifeJacket{
	position: absolute;
	top: -80px;
	left: 45%;
	width: 160px;
	z-index: 10;
}



/*----------------*/

.full03 h2{
	width: 560px;
	margin: 0 auto;
}
.full03 h3{
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	margin-top: 50px;
	font-weight: 500;
}
.full03 h3 br.res{display: none;}


.full03 .column{
	width: 100%;
	margin: 90px auto 0;
}
.full03 .column ul{
	width: 103%;
	font-size: 0;
	text-align: center;
}
.full03 .column li{
	width: 22%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
}

.full03 .column li .image{
	width: 100%;
	position: relative;
}
.full03 .column li .photo{
	width: 97%;
	padding-top: 97%;
	margin: 0 auto;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
}
.full03 .column li:nth-child(1) .photo{background-image: url("../images/step01.jpg");}
.full03 .column li:nth-child(2) .photo{background-image: url("../images/step02.jpg");}
.full03 .column li:nth-child(3) .photo{background-image: url("../images/step03.jpg");}
.full03 .column li:nth-child(4) .photo{background-image: url("../images/step04.jpg");}

.full03 .column li .num{
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 0;
	width: 60px;
}
.full03 .column li .text{
	width: 100%;
	text-align: left;
	margin-top: 25px;
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.6;
}
.full03 .column li .text br{display: none;}

/*----------------*/


.full04,
.full04.delighter{
	opacity: 0;
	top: 8vw;
	-webkit-transition:top 2.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s;
	transition:top 2.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s;
}
.full04.delighter.started{opacity: 1;top: 0;}


.full04 .waveTop{
	width: 100%;
	padding-top: 12.5%;
	background: url("../images/wave04top.svg") top center no-repeat;
	background-size: cover;
}
.full04 .waveBottom{
	width: 100%;
	padding-top: 15%;
	background: url("../images/wave04bottom.svg") bottom center no-repeat;
	background-size: cover;
}

.full04 .wideInner{
	padding: 20px 0;
}

.full04 .column,
.full04.delighter .column{
	width: 90%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition:opacity 1.2s 0.8s;
	transition:opacity 1.2s 0.8s;
}
.full04.delighter.started .column{opacity: 1;}


.full04 .leftBox{
	width: 45%;
	max-width: 450px;
	float: left;
}
.full04 .leftBox h2{
	width: 300px;
}
.full04 .leftBox p{
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 20px;
}

.full04 .rightBox{
	width: 52%;
	float: right;
}
.full04 .column ul{
	width: 106%;
	font-size: 0;
	text-align: center;
}
.full04 .column li{
	width: 44%;
	margin-right: 6%;
	display: inline-block;
	position: relative;
}
.full04 .column li .photo{
	width: 100%;
	padding-top: 100%;
	margin: 0 auto;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
}
.full04 .column li:nth-child(1) .photo{background-image: url("../images/fit01.jpg");}
.full04 .column li:nth-child(2) .photo{background-image: url("../images/fit02.jpg");}

.full04 .column li .icon{
	position: absolute;
	top: -8%;
	left: -8%;
	width: 35%;
}


/*----------------*/


.full05 .waveSide{
	width: 50vw;
	height: 200vw;
	background: url("../images/wave05.svg") top center no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 18vw;
	right: 0;
}

.full05 .wideInner{
	width: 100%;
	max-width: 100%;
}

.full05 div p,
.full05 .delighter div p{
	position: relative;
	-webkit-transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
	transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
}

.full05 div span,
.full05 .delighter div span{
	position: absolute;
	z-index: 50;
	width: 26vw;
	opacity: 0;
	display: block;
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
	-webkit-transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.0s, opacity 0.8s 1.0s;
	transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.0s, opacity 0.8s 1.0s;
}
.full05 .delighter.started div span{
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity: 1;
}

.full05 div span.delay,
.full05 .delighter div span.delay{
	-webkit-transition-delay:1.8s;
	transition-delay:1.8s;
}


/*----*/

.full05 .block01{
	position: relative;
	width: 75%;
	margin: 0 auto;
}
.full05 .block01 .photo01{
	width: 33%;
	position: relative;
}
.full05 .block01 .photo02{
	width: 64%;
	margin-left: 36%;
	margin-top: -4%;
	position: relative;
}

.full05 .block01 .photo01 p,
.full05 .block01.delighter .photo01 p{opacity: 0;left: -30px;}
.full05 .block01.delighter.started .photo01 p{opacity: 1;left: 0;}

.full05 .block01 .photo02 p,
.full05 .block01.delighter .photo02 p{opacity: 0;top: 30px;}
.full05 .block01.delighter.started .photo02 p{opacity: 1;top: 0;}


.full05 .block01 .photo01 span{top: -7%;left: 65%;}
.full05 .block01 .photo02 span{bottom: 2%;left: -20%;}

/*----*/

.full05 .block02{
	position: relative;
	margin-top: 7%;
}
.full05 .block02 .photo01{
	width: 38%;
	margin-left: 2%;
	position: relative;
}
.full05 .block02 .photo02{
	width: 55%;
	margin-left: 45%;
	margin-top: -15%;
	position: relative;
}

.full05 .block02 .photo01 p,
.full05 .block02.delighter .photo01 p{opacity: 0;top: 30px;}
.full05 .block02.delighter.started .photo01 p{opacity: 1;top: 0;}

.full05 .block02 .photo02 p,
.full05 .block02.delighter .photo02 p{opacity: 0;right: -30px;}
.full05 .block02.delighter.started .photo02 p{opacity: 1;right: 0;}

.full05 .block02 .photo01 span.s1{top: 20%;left: 87%;}
.full05 .block02 .photo01 span.s2{top: 28%;left: 97%;}
.full05 .block02 .photo02 span{top: 5%;left: -13%;}

/*----*/

.full05 .block03{
	position: relative;
}
.full05 .block03 .left{
	width: 45%;
	float: left;
	position: relative;
}
.full05 .block03 .right{
	width: 55%;
	float: right;
	position: relative;
}
.full05 .block03 .photo01{
	width: 32%;
	margin-left: 4.5%;
	position: relative;
}
.full05 .block03 .photo02{
	width: 27%;
	position: absolute;
	top: 0;
	left: 41%;
}
.full05 .block03 .photo03{
	width: 45%;
	margin-top: 13%;
	position: relative;
}
.full05 .block03 .photo04{
	width: 45%;
	margin-left: 37%;
	margin-top: -5%;
	position: relative;
}


.full05 .block03 .left .photo01 p,
.full05 .block03 .left.delighter .photo01 p{opacity: 0;top: 30px;}
.full05 .block03 .left.delighter.started .photo01 p{opacity: 1;top: 0;}
.full05 .block03 .left .photo02 p,
.full05 .block03 .left.delighter .photo02 p{opacity: 0;top: -30px;}
.full05 .block03 .left.delighter.started .photo02 p{opacity: 1;top: 0;}

.full05 .block03 .right .photo03 p,
.full05 .block03 .right.delighter .photo03 p{opacity: 0;left: -30px;}
.full05 .block03 .right.delighter.started .photo03 p{opacity: 1;left: 0;}
.full05 .block03 .right .photo04 p,
.full05 .block03 .right.delighter .photo04 p{opacity: 0;right: -30px;}
.full05 .block03 .right.delighter.started .photo04 p{opacity: 1;right: 0;}


.full05 .block03 .photo01 span{bottom: 2%;left: -30%;}
.full05 .block03 .photo02 span{top: -17%;left: -5%;}

.full05 .block03 .photo03 span{bottom: -35%;left: -15%;}
.full05 .block03 .photo04 span{top: 40%;left: -120%;}


/*----*/

.full05 .block04{
	position: relative;
	margin-top: 5%;
}
.full05 .block04 .photo01{
	width: 60%;
}

.full05 .block04 .photo01 p,
.full05 .block04.delighter .photo01 p{opacity: 0;top: 30px;}
.full05 .block04.delighter.started .photo01 p{opacity: 1;top: 0;}


/*----------------*/


.full06 .wideInner{
	padding-bottom: 200px;
	width: 85%;
	max-width: 1100px;
}

.full06 h2{
	width: 560px;
	margin: 0 auto;
}

.full06 .block01{margin-top: 80px;}
.full06 .block02{margin-top: 70px;}

.full06 h3{
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 0.8em;
}
.full06 h3 br.res{display: none;}

.full06 .textBox{
	width: 100%;
}
.full06 .textBox .copy{
	width: calc(100% - 370px);
	float: left;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2.0;
}
.full06 .photo{
	width: 330px;
	float: right;
}



/*----------------*/


.full07 .wideInner{
	padding-top: 80px;
}

.full07 h3{
	width: 560px;
	margin: 0 auto;
}

.full07 .items{
	width:85%;
	max-width: 900px;
	margin: 80px auto 0;
	font-size: 0;
	text-align: center;
}
.full07 .items ul{
	width: 100%;
}
.full07 .items li{
	width: 50%;
	display: inline-block;
	padding: 0 3%;
	font-size: 16px;
	color: #FFF;
	line-height: 1.3;
	vertical-align: top;
}
.full07 .items .itemPhoto{
	width: 80%;
	margin: 0 auto;
}
.full07 .items h4{
	margin-top: 20px;
	font-size: 15px;
	letter-spacing: 0.05em;
}
.full07 .items h5{
	font-family:'DINPro-Regular';
	font-size: 16px;
	margin-top: 10px;
}

.full07 .items .buy{
	margin-top: 15px;
}
.full07 .items .buy a{
	font-family:'DINPro-Regular';
	color: #95D3E9;
	background: #FFF;
	line-height: 1;
	padding: 5px 32px;
	border-radius: 30px;
	font-size: 16px;
}
@media(min-width: 769px) {
.full07 .items .buy a:hover{
	color: #FFF;
	background: #4DA7E8;
}
}



.footer{
	width: 100%;
	padding: 200px 0 80px;
}

.footer .hhLogo{
	width: 160px;
	margin: 0 auto;
}






/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


@media(min-width: 1550px) {

.fullWideBox.full01{height: 34vw;}
.fullWideBox.full02{height: 53vw;margin-top: 6.5vw;}


/*---------------------*/

.fullWideBox .waveSVG{width: calc(100vw + 200px);left: -100px;right: 0;}


.full01 .waveSVG .w01,
.full01.delighter .waveSVG .w01{padding-top: 33vw;}
.full01 .waveSVG .w02,
.full01.delighter .waveSVG .w02{top: 3.2vw;padding-top: 33vw;}

.full02 .waveSVG .w01,
.full02.delighter .waveSVG .w01{top: 16.1vw;padding-top: 38.7vw;}
.full02 .waveSVG .w02,
.full02.delighter .waveSVG .w02{top: 3.2vw;padding-top: 47.5vw;}

.fullWideBox.full06 .waveSVG{bottom: 24.5vw;}
.full06 .waveSVG .w01{padding-top: 24.5vw;}

/*---------------------*/

.full01 .wideInner{padding-top: 22vw;}

/*---------------------*/

.full02 .textBox.b02{top: 13.5vw;}
.full02 .textBox.b03{top: 29vw;}


}








@media(max-width: 1200px) {

.bkImage {height: 60vw;}
header .headerInner{height: 48vw;}
header .headerInner h1{width: 42%;}
header .headerInner .hhLogo{width: 10%;}

/*----------------*/

.lead{padding-top: 90px;}
.lead .leadCopy{font-size: 19px;}

.people{margin-top: 90px;border-radius: 4vw;}
.people:before{border-radius: 4vw;}
.people .textBox h2{font-size: 27px;}
.people .textBox h3{font-size: 19px;margin-top: 0.6em;}
.people .photo{width: 38%;padding-top: 50px;}


/*----------------*/

.fullWideBox.full01{margin-top: -9vw;}
.fullWideBox.full03{margin: 100px 0 140px;}
.fullWideBox.full05{margin-top: 220px;}
.fullWideBox.full06{margin-top: 240px;}

/*----------------*/

.full01 h2{width: 500px;}

/*----------------*/

.full02 .textBox{width: 45%;}
.full02 .textBox.b01{top: 20px;}
.full02 .textBox.b02{top: 230px;}
.full02 .textBox.b03{top: 480px;}

.full02 .textBox h3{font-size: 26px;padding-bottom: 12px;}
.full02 .textBox .copy{font-size: 15px;}

.full02 .lifeJacket{left: 47%;width: 140px;}

/*----------------*/

.full03 h2{width: 500px;}
.full03 h3{font-size: 21px;margin-top: 45px;}
.full03 .column{margin-top: 80px;}
.full03 .column li .num{width: 55px;}

/*----------------*/

.full04 .wideInner{padding: 10px 0;}
.full04 .column,
.full04.delighter .column{width: 95%;}
.full04 .leftBox{width: 42%;}
.full04 .leftBox h2{width: 270px;}

/*----------------*/

.full06 h2{width: 500px;}
.full06 h3{font-size: 25px}

/*----------------*/

.full07 .wideInner{padding-top: 60px;}
.full07 h3{width: 500px;}

/*----------------*/

.footer .hhLogo{width: 150px;}

}









@media(max-width: 970px) {

header .headerInner h1{width: 43%;}
header .headerInner .hhLogo{width: 11%;top: 15px;left: 10px;}

/*----------------*/

.lead{padding-top: 80px;}
.lead .leadCopy{font-size: 18px;}

.people{width: 75%;border-radius: 40px;}
.people:before{border-radius: 40px;}
.people .textBox{left: 40px;width: 52%;}
.people .textBox h2{font-size: 25px;}
.people .textBox h3{font-size: 17px;}

.people .textBox p{font-size: 14px;}
.people .photo{width: 230px;padding-top: 50px;}

/*----------------*/

.fullWideBox.full01{height: 480px;margin-top: -11vw;}
.fullWideBox.full02{height: 790px;margin-top: 60px;}
.fullWideBox.full03{margin: 80px 0 100px;}
.fullWideBox.full05{margin-top: 180px;}
.fullWideBox.full06{margin-top: 200px;}



/*----------------*/


.fullWideBox .waveSVG{width: 1550px;left: calc((100% - 1550px) / 2);}

.full01 .waveSVG .w01,
.full01.delighter .waveSVG .w01{padding-top: 460px;}
.full01 .waveSVG .w02,
.full01.delighter .waveSVG .w02{padding-top: 460px;}

.full02 .waveSVG .w01,
.full02.delighter .waveSVG .w01{padding-top: 540px;}
.full02 .waveSVG .w02,
.full02.delighter .waveSVG .w02{padding-top: 660px;}

.fullWideBox.full06 .waveSVG{bottom: 340px;}
.full06 .waveSVG .w01{padding-top: 340px;}


/*----------------*/

.full01 .wideInner{padding-top: 310px;}
.full01 h2{width: 440px;}

/*----------------*/

.full02 .textBox{width: 50%;}
.full02 .textBox.b03{top: 470px;}
.full02 .textBox h3{font-size: 23px;}
.full02 .textBox .copy{font-size: 14px;}
.full02 .lifeJacket{left: 50%;width: 120px;}

/*----------------*/

.full03 h2{width: 440px;}
.full03 h3{font-size: 19px;}

.full03 .column{margin-top: 60px;}
.full03 .column li .photo{width: 100%;padding-top: 100%;}
.full03 .column li .num{width: 28%;}
.full03 .column li .text{font-size: 13px;}

/*----------------*/

.full04 .leftBox h2{width: 230px;}
.full04 .leftBox p{font-size: 14px;margin-top: 17px;}

/*----------------*/

.full05 div span,
.full05 .delighter div span{width: 30vw;}

/*----------------*/

.full06 .wideInner{padding-bottom: 200px;width: 90%;}
.full06 h2{width: 440px;}
.full06 h3{font-size: 23px}

.full06 .textBox .copy{width: calc(100% - 330px);font-size: 14px;line-height: 1.9;}
.full06 .photo{width: 300px;}

/*----------------*/

.full07 .wideInner{padding-top: 30px;}
.full07 h3{width: 440px;}

.full07 .items h4{font-size: 14px;}
.full07 .items h5{font-size: 15px;}

/*----------------*/

.footer .hhLogo{width: 140px;}

}








@media(max-width: 768px) {

.wide{display: none;}

#loader-bg .wave{background-size: 130%;top: -13vw;}

/*----------------*/

.bkImage {height: 100vw;background-image: url("../images/mianimage_sp.jpg");}

header .headerInner{height: 87vw;}
header .headerInner h1{width: 60%;top: 70%;}
header .headerInner .hhLogo{width: 15%;top: 15px;left: 10px;}

/*----------------*/


article{
	background-size: 130%;
	padding-top: 18vw;
}

/*----------------*/

.lead{padding-top: 10%;}
.lead .leadCopy{font-size: 17px;}


.people{width: 75%;margin-top: 13%;border-radius: 6vw;max-width: 400px;}
.people:before{border-radius: 6vw;}

.people .textBox{
	position:relative;
	top: 0;
	left: 0;
	width: 85%;
	padding: 8% 0 0;
	margin: 0 auto;
	-webkit-transform:none;
	transform:none;
}
.people .textBox h2{
	text-align: center;
}
.people .textBox h3{
text-align: center;
margin-top: 1.3em;
}
.people .photo{
	width: 180px;
	padding:30px 0 0;
	float: none;
	margin-left:calc(65% - 90px);
}

.people .textBox span{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 34px;
}





/*----------------*/

.fullWideBox.full01{height: 480px;margin-top: -9vw;}
.fullWideBox.full02{height: 950px;margin-top: 7vw;}
.fullWideBox.full03{margin: 15% 0 20%;}
.fullWideBox.full05{margin-top: 20%;}
.fullWideBox.full06{margin-top: 25%;}


/*----------------*/



.fullWideBox .waveSVG{width: 1000px;left: calc((100% - 1000px) / 2);}

.full01 .waveSVG .w01,
.full01.delighter .waveSVG .w01{
	padding-top: 460px;
	left: 0;
	top: -50px;
	background-image: url("../images/wave02-01sp.svg");
}
.full01.delighter.started .waveSVG .w01{top: 0;}
.full01 .waveSVG .w02,
.full01.delighter .waveSVG .w02{
	left: 0;
	top: 100px;
	padding-top: 460px;
	background-image: url("../images/wave02-02sp.svg");
}
.full01.delighter.started .waveSVG .w02{top: 50px;}


.full02 .waveSVG .w01,
.full02.delighter .waveSVG .w01{
	left: 0;
	top: 500px;
	padding-top: 540px;
	background-image: url("../images/wave03-01sp.svg");
}
.full02.delighter.started .waveSVG .w01{top: 450px;}

.full02 .waveSVG .w02,
.full02.delighter .waveSVG .w02{
	left: 0;
	top: 180px;
	padding-top: 660px;
	background-image: url("../images/wave03-02sp.svg");
}
.full02.delighter.started .waveSVG .w02{top: 220px;}





/*----------------*/

.full01 .wideInner{padding-top: 300px;}
.full01 h2{width: 410px;}

/*----------------*/

.full02 .wideInner{width: 85%;}

.full02 .textBox{width: 70%;position: relative;}
.full02 .textBox.b01{}
.full02 .textBox.b02{top:0;margin: 22% 0 0 30%;}
.full02 .textBox.b03{top:0;margin: 22% 0 0 0;}

.full02 .lifeJacket{left: 75%;width: 25%;top: -5%;}

/*----------------*/

.full03 h2{width: 410px;}
.full03 h3{font-size: 18px;margin-top: 2em;}
.full03 h3 br.res{display: block;}

.full03 .column{width: 90%;margin: 0 auto;}
.full03 .column ul{width: 110%;}
.full03 .column li{width: 40%;margin-right: 10%;margin-top: 10%;}
.full03 .column li .num{width: 22%;}
.full03 .column li .text{font-size: 14px;}


/*----------------*/ 

.full04 .waveTop{width: 120%;padding-top: 15%;margin-left: -10%;}
.full04 .waveBottom{width: 150%;padding-top: 22.5%;margin-left: -25%;}

.full04 .wideInner{padding: 0 0 5vw;}

.full04 .column,
.full04.delighter .column{width: 90%;}
.full04 .leftBox{width: 100%;max-width:none;float: none;}
.full04 .leftBox h2{width: 280px;margin: 0 auto;}
.full04 .leftBox p{margin: 20px auto 0;width: 80%;}

.full04 .rightBox{width: 85%;float: none;margin: 8vw auto 0;}
.full04 .column ul{width: 110%;}
.full04 .column li{width: 40%;margin-right: 10%;}


/*----------------*/ 

.full05 .waveSide{
	width: 80vw;
	height: 480vw;
	background-image: url("../images/wave05sp.svg");
	top: 16vw;
}

.full05 .block01{width: 90%;}
.full05 .block01 .photo01{width: 55%;}
.full05 .block01 .photo02{width: 80%;margin-left: 20%;margin-top: 3%;}


.full05 .block02{margin-top: 13%;}
.full05 .block02 .photo01{width: 55%;margin-left: 5%;}
.full05 .block02 .photo02{width: 80%;margin-left: 20%;margin-top: 3%;}


.full05 .block03{margin-top: 20%;}
.full05 .block03 .left{width: 85%;margin: 0 auto;float:none;}
.full05 .block03 .right{width: 85%;margin: 0 auto;float: none;margin-top: 10%;}
.full05 .block03 .photo01{width: 55%;margin-left: 0%;margin-top: 20%;float: left;}
.full05 .block03 .photo02{position: relative; width: 40%;top: 0;left: 0;float: right;}
.full05 .block03 .photo03{width: 65%;margin-top: 0%;}
.full05 .block03 .photo04{width: 65%;margin-left: 35%;margin-top: -5%;}


.full05 .block04{margin-top: 15%;}
.full05 .block04 .photo01{width: 80%;}


.full05 div span,
.full05 .delighter div span{width: 45vw;}
.full05 .block01 .photo02 span{bottom: auto;top: 6%; left: -30%;}
.full05 .block02 .photo01 span.s1{top: auto;bottom: 15%; left: 58%;}
.full05 .block02 .photo01 span.s2{top: auto;bottom: 5%; left: 70%;}
.full05 .block02 .photo02 span{top: 5%;left: -20%;}
.full05 .block03 .photo01 span{bottom: 5%;left: 30%;}
.full05 .block03 .photo02 span{top: -7%;left: -80%;}
.full05 .block03 .photo03 span{bottom: 50%;left: 75%;}
.full05 .block03 .photo04 span{top: auto;bottom: 10%; left: -50%;}

/*----------------*/ 

.full06 .wideInner{padding-bottom: 180px;width: 85%;max-width: 550px;}

.full06 .block01{margin-top: 80px;}
.full06 .block02{margin-top: 80px;}

.full06 h2{width: 410px;}
.full06 h3{font-size: 21px;text-align: center;}
.full06 .textBox .copy{width: 100%;float: none;}
.full06 .photo{width: 100%;float: none;margin-top: 30px;}


/*----------------*/ 

.full07 .wideInner{padding-top: 30px;}
.full07 h3{width: 410px;}

.full07 .items{width: 100%;}
.full07 .items li{padding: 0 2%;}

/*----------------*/ 


.footer{padding: 23% 0 10%;}
.footer .hhLogo{width: 130px;}


}








@media(max-width: 630px) {


.bkImage {height: 120vw;}

header .headerInner{height: 107vw;}
header .headerInner h1{width: 70%;left: 10%;}
header.view .headerInner h1{left: 6%;}
header .headerInner .hhLogo{width: 17%;}

/*----------------*/ 

.lead{padding-top: 15%;}
.lead .leadCopy{font-size: 16px;}


.people{margin-top: 15%;}
.people .textBox h2{font-size: 24px;}
.people .textBox h3{font-size: 16px;}
.people .photo{padding-top:20px;margin-left:calc(54% - 90px);}

/*----------------*/ 

.fullWideBox.full01{height: 67vw;margin-top: 5vw;}
.fullWideBox.full02{height: calc(175px + 175px + 175px + 105vw);margin-top: 6vw;}
.fullWideBox.full03{margin: 17vw 0 23vw;}
.fullWideBox.full06{margin-top: 28vw;}


/*----------------*/

.fullWideBox .waveSVG{width: 100vw;left:0;}



.full01 .waveSVG .w01,
.full01.delighter .waveSVG .w01{
	padding-top: 50vw;
	top: -6vw;
	background-image: url("../images/wave02-01sp02.svg");
}
.full01 .waveSVG .w02,
.full01.delighter .waveSVG .w02{
	padding-top: 50vw;
	top: 22vw;
	background-image: url("../images/wave02-02sp02.svg");
}
.full01.delighter.started .waveSVG .w02{top: 16vw;}

.full02 .waveSVG .w01,
.full02.delighter .waveSVG .w01{
	padding-top: 80vw;
	top: calc(175px + 175px + 61vw);
	background-image: url("../images/wave03-01sp02.svg");
}
.full02.delighter.started .waveSVG .w01{top: calc(175px + 175px + 55vw);}

.full02 .waveSVG .w02,
.full02.delighter .waveSVG .w02{
	padding-top: 90vw;
	top: calc(175px + 34vw);
	background-image: url("../images/wave03-02sp02.svg");
}
.full02.delighter.started .waveSVG .w02{top: calc(175px + 40vw);}


.fullWideBox.full06 .waveSVG{bottom: 40vw;}
.full06 .waveSVG .w01{
	padding-top: 40vw;
	background-image: url("../images/wave06sp.svg");
}

/*----------------*/

.full01 .wideInner{padding-top: 40vw;}
.full01 h2{width: 370px;}

/*----------------*/

.full02 .textBox{width: 100%;margin-top: 0;}
.full02 .textBox.b01{}
.full02 .textBox.b02{margin: 24vw 0 0 0;}
.full02 .textBox.b03{margin: 25vw 0 0 0;}

.full02 .lifeJacket{
	position: relative;
	top: 0;
	left:0;
	width: 30%;
	margin: -10vw 0 0 65%;
}
.full02 .textBox h3{font-size: 22px;text-align: center;}
.full02 .textBox .copy{font-size: 14px;}


/*----------------*/

.full03 h2{width: 370px;}
.full03 h3{font-size: 17px;}


.full03 .wideInner{width:85%;}
.full03 .column{width: 100%;}
.full03 .column ul{width: 107%;}
.full03 .column li{width: 43%;margin-right: 7%;margin-top: 10%;}

/*----------------*/

.full04 .wideInner{padding: 7vw 0 8vw;}

.full04 .leftBox h2{width: 260px;}
.full04 .leftBox p{margin: 20px auto 0;width: 100%;}
.full04 .rightBox{width: 100%;margin: 8vw auto 0;}

/*----------------*/

.full06 .wideInner{padding-bottom: 23vw;}

.full06 .block01{margin-top: 60px;}
.full06 .block02{margin-top: 80px;}
.full06 h2{width: 370px;}
.full06 h3{font-size: 20px;}

/*----------------*/

.full07 .wideInner{padding-top: 10vw;}
.full07 h3{width: 370px;}

.full07 .items{width:85%;margin: 0 auto;}
.full07 .items ul{width: 100%;}
.full07 .items li{width: 100%;display: block;padding: 0;}
.full07 .items li:nth-child(1){margin-top: 2vw;}
.full07 .items li:nth-child(2){margin-top: 14vw;}
.full07 .items .itemPhoto{width: 75%;max-width: 280px;}

/*----------------*/

.footer{padding: 30vw 0 10vw;}


}



@media(max-width: 540px) {

.fullWideBox.full02{height:auto;padding: 0 0 25vw 0;}
.fullWideBox.full02 .waveSVG{position: static;}

.full02 .waveSVG .w01,
.full02.delighter .waveSVG .w01{
	top:auto;
	bottom: -10vw;
	padding-top:90vw;
	background-image: url("../images/wave03-01sp03.svg");
}
.full02.delighter.started .waveSVG .w01{top: auto;bottom: 0;}

.full02 .waveSVG .w02,
.full02.delighter .waveSVG .w02{
	top: calc(180px + 35vw);
	padding-top:110vw;
	background-image: url("../images/wave03-02sp03.svg");
}
.full02.delighter.started .waveSVG .w02{top: calc(180px + 45vw);}

.full02 .textBox.b02{margin-top: 150px;}
.full02 .textBox.b03{margin-top: 150px;}

}





@media(max-width: 470px) {

.bkImage {height: 130vw;}

header .headerInner{height: 117vw;}
header .headerInner h1{width: 80%;}
header.view .headerInner h1{}
header .headerInner .hhLogo{width: 20%;}


/*----------------*/

.lead{padding-top: 17%;width: 100%;}
.lead .leadCopy{font-size: 15px;letter-spacing: 0.06em;}

.people{margin-top: 18%;width: 80%;}

.people .textBox{padding-top: 10%;}
.people .textBox h2{font-size: 22px;}
.people .textBox h3{font-size: 15px;margin-top: 0.4em;}
.people .textBox p{font-size: 13px;}

.people .photo{width: 160px;margin-left:calc(60% - 80px);}
.people .textBox span{width: 30px;bottom: -45px;}


/*----------------*/

.fullWideBox.full01{height: 67vw;margin-top: 5vw;}
.fullWideBox.full02{padding-bottom: 31vw;}
.fullWideBox.full03{margin: 20vw 0 23vw;}
.fullWideBox.full04{background:linear-gradient(180deg,#FFF 0%,#FFF 2%,#C3DDE6 2%,#C3DDE6 98%,#FFF 98%,#FFF 100%);}

.fullWideBox.full05{margin-top: 35vw;}
.fullWideBox.full06{margin-top: 35vw;}


/*----------------*/

.fullWideBox.full02 .waveSVG{width: 270px;left:calc(100vw - 470px);}

.full02 .waveSVG .w01,
.full02.delighter .waveSVG .w01{top:auto;bottom: -10vw;padding-top: 423px;}
.full02.delighter.started .waveSVG .w01{top: auto;bottom: 0;}

.full02 .waveSVG .w02,
.full02.delighter .waveSVG .w02{top: calc(200px + 45vw);padding-top: 517px;}
.full02.delighter.started .waveSVG .w02{top: calc(200px + 55vw);}

.full02 .textBox.b02{margin-top: 17vw;}
.full02 .textBox.b03{margin-top: 19vw;}


/*----------------*/

.full01 .wideInner{padding-top: 40vw;}
.full01 h2{width: 300px;}

/*----------------*/


.full02 .wideInner{width: 90%;}

.full02 .textBox.b02{margin-top: 120px;}
.full02 .textBox.b03{margin-top: 120px;}

.full02 .lifeJacket{width: 38%;margin: -10vw 0 0 62%;}
.full02 .textBox h3{font-size: 19px;letter-spacing: 0.05em;}
.full02 .textBox .copy{font-size: 13px;letter-spacing: 0.05em;}

/*----------------*/

.full03 h2{width: 300px;}
.full03 h3{font-size: 15px;margin-top: 1.5em;}

.full03 .column{width: 100%;}
.full03 .column ul{width: 100%;}
.full03 .column li{width: 100%;margin-right:0;margin-top: 15%;}

.full03 .column li .photo{width: 80%;padding-top: 80%;}
.full03 .column li .num{width: 16%;bottom: 7%;left: 7%;}

.full03 .column li .text{font-size: 13px;text-align: center;margin-top:15px;}
.full03 .column li .text br{display: block;}

/*----------------*/

.full04 .wideInner{padding: 12vw 0 10vw;}
.full04 .leftBox h2{width: 220px;}
.full04 .leftBox p{font-size: 13px;margin-top: 1.5em;}

.full04 .rightBox{width: 72%;margin: 0 auto;padding: 0;}
.full04 .column ul{width: 100%;}
.full04 .column li{width: 100%;margin-right: 0%;margin-top: 13vw;}

/*----------------*/

.full05 .waveSide{
	width: 84vw;
	height: 504vw;
	top: 28vw;
	right: -8vw;
}
.full05 .block01{width: 92%;}
.full05 .block01 .photo01{width: 70%;}
.full05 .block01 .photo02{width: 85%;margin-left: 15%;margin-top:4%;}

.full05 .block02{margin-top: 18%;}
.full05 .block02 .photo01{width: 70%;margin-left: 0%;}
.full05 .block02 .photo02{width: 90%;margin-left: 10%;margin-top: 4%;}

.full05 .block03{margin-top: 24%;}
.full05 .block03 .left{width: 90%;}
.full05 .block03 .right{width: 95%;margin-top: 13%;}
.full05 .block03 .photo01{width: 56%;margin-top: 20%;}
.full05 .block03 .photo02{width: 42%;}
.full05 .block03 .photo03{width: 65%;margin-top: 0%;}
.full05 .block03 .photo04{width: 65%;margin-left: 35%;margin-top: -5%;}

.full05 .block04{margin-top: 20%;}
.full05 .block04 .photo01{width: 100%;}

.full05 div span,
.full05 .delighter div span{width: 67vw;}

.full05 .block01 .photo01 span{top: -7%;left: 60%;}
.full05 .block01 .photo02 span{top: 6%; left: -28%;}

.full05 .block02 .photo02 span{top: 4%;left: -9%;}

.full05 .block03 .photo01 span{bottom: 5%;left: 35%;}
.full05 .block03 .photo02 span{top: -8%;left: -110%;}
.full05 .block03 .photo03 span{bottom: 45%;left: 55%;}
.full05 .block03 .photo04 span{bottom: 10%; left: -65%;}

/*----------------*/ 

.full06 .block01{margin-top: 50px;}
.full06 .block02{margin-top: 80px;}
.full06 h2{width: 300px;}
.full06 h3{font-size: 18px;}
.full06 h3 br.res{display: block;}
.full06 .textBox .copy{font-size: 13px;}
.full06 .photo{margin-top: 15px;}

/*----------------*/ 

.full07 h3{width: 300px;}
.full07 .items li:nth-child(1){margin-top: 4vw;}
.full07 .items li:nth-child(2){margin-top: 20vw;}
.full07 .items .itemPhoto{width: 72%;}

.full07 .items h4{font-size: 13px;}
.full07 .items h5{font-size: 14px;}
.full07 .items .buy a{
	font-size: 15px;
}

/*----------------*/ 

.footer{padding: 40vw 0 10vw;}
.footer .hhLogo{width: 110px;}


}



@media(max-width: 365px) {

.lead .leadCopy{font-size: 14px;}

.people{width: 85%;}
.people .textBox h2{font-size: 21px;}
.people .textBox h3{font-size: 14px;}


/*----------------*/ 

.fullWideBox.full02{padding-bottom: 28vw;}

/*----------------*/ 

.full01 h2{width: 270px;}

/*----------------*/ 

.full03 h2{width: 270px;}
.full03 h3{font-size: 14px;}

/*----------------*/

.full04 .leftBox h2{width: 200px;}

/*----------------*/ 

.full06 h2{width: 270px;}
.full06 h3{font-size: 16px;}

/*----------------*/ 

.full07 h3{width: 270px;}

}








































