@charset "UTF-8";

@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');

html, body {
    height: 100%;
}
body {
	position: relative;
	max-width: 100%;
	overflow-x: hidden;
	letter-spacing: 0;
	font-family: sans-serif;
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ", sans-serif,Interface,Arial,sans-serif;
	color: #000;
}
* {
    box-sizing: border-box;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	margin: 0;
	padding:0;
}
ul li {
	list-style-type: none;
}

/*
base
---------------------------------------------*/

.container {
	padding: 0 30px;
	max-width: 1040px;
	position: relative;
	margin: 0 auto;
	display: block;
	overflow-x: hidden;
}
.txt-center {
	text-align: center;
}

@media (max-width: 740px) {
	
	.container {
		padding: 0 20px;
	}
	
}


/*
main-visual
---------------------------------------------*/

.fade-open {
	display: block;
	height: 100vh;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 9999;
}

#main-visual-wrapper {
	position: relative;
	height: 400vh;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
}
#main-visual {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
}
#main-visual .bg {
	height: 100vh;
	width: 100%;
	background: url(../images/main_bg.jpg) no-repeat center center;
	background-size: cover;
	position: fixed;
	left: 0;
	top:0;
	opacity: 0;
	right: 0;
	bottom: 0;
}
#main-visual #logo-unisef {
	padding-top: 30px;
	position: relative;
	z-index: 100;
}
svg {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	right: 10%;
	margin-bottom: -60px;
	margin: 0;
	padding: 0;
	preserveAspectRatio="none";
	transform: scaleX(1.2);
}
#wave-wrapper {
	display: block;
	position: absolute;
	transform:rotateZ(180deg);
	z-index: 10;
	width: 100vw;
	height: 100vh;
	top:0;
    left: 0;
    right: 0;
    margin-top: 50px;
}
#wave-wrapper:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 200%;
	background: #fff;
	top: 90px;
}
#main-visual h1 {
	z-index: 60;
	left: 50%;
	top:50%;
	margin-left: -104px;
	margin-top: -167px;
	z-index: 200;
	display: block;
	width: 209px;
	height: 334px;
	margin-bottom: 0;
	position: absolute;
}
#main-visual h1 .off,#main-visual h1 .on {
	position: absolute;
	left: 0;
	top:0;
	display: block;
	width: 209px;
	height: 334px;
}
#main-visual h1 .on {
	opacity: 0;
}
.scroll {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -23px;
	cursor: pointer;
	z-index: 500;
	display: block;
	animation-name: animeArrow;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
@keyframes animeArrow {
	0% { bottom: 30px;}
	35% { bottom: 45px;}
	70% { bottom: 30px;}
	100% { bottom: 30px;}
}

.bnr-submit {
	position: fixed;
	right: 40px;
	bottom: 30px;
	z-index: 9999;
}
.bnr-submit {
	display: none;
}
.fade .bnr-submit {
	display: block;
}

.bnr-submit span {
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all  0.2s ease-out;
}
.bnr-submit a:hover span {
	opacity: 1;
}
#bnr-sbumit-sp {
	display: none;
	position: fixed;
	top:0;
	z-index: 1000;
	width: 100%;
}
#bnr-sbumit-sp a {
	background: #00aeef;
	display: none;
	width: 100%;
	text-align: center;
	padding: 14px 0 10px 0;
}
#bnr-sbumit-sp a img {
	display: none;
}

.content-body {
	position: relative;
	background: #fff;
	z-index: 500;
}
.main-logo {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 200;
}
.absolute .main-logo {
	position: absolute;
	left: 0;
	bottom: 0;
	top:auto;
}


@media (max-width: 740px) {
	
	#main-visual #logo-unisef {
		padding-top: 15px;
	}
	#main-visual h1 {
		width: 150px;
		height: 240px;
		margin-left: -75px;
		margin-top: -130px;
	}
	#main-visual h1 img {
		width: 150px;
	}
	.bnr-submit a {
		display: none;
	}
/*
	#bnr-sbumit-sp {
		display: block;
	}
*/
	#bnr-sbumit-sp a {
		display: block;
	}
	#bnr-sbumit-sp a img {
		display: block;
		margin: 0 auto;
	}
	#wave-wrapper {
		margin-bottom: 60px;
	}
	
}


/*
about
---------------------------------------------*/

#about {
	background: #e5f7fd;
	padding: 100px 0 120px 0;
}
#about .container {
	overflow: visible;
}
#about h2 {
	margin-bottom: 30px;
}
#about p {
	line-height: 2.4;
	font-size: 1rem;
	margin-bottom: 80px;
}
.about-bottle {
	background: #cceffc;
	max-width: 720px;
	margin: 0 auto;
	padding: 50px 40px;
	position: relative;
	margin-bottom: 95px;
}
.about-bottle:after {
	position: absolute;
	display: block;
	content: "";
	width: 82px;
	height: 256px;
	background: url(../images/img_bottle.png);
	background-size: 82px 256px;
	z-index: 10;
	right: 65px;
	bottom: 20px;
}
.about-bottle dl {
	margin-bottom: 0;
	color: #00aeef;
	line-height: 1.6;
	padding-right: 60px;
}
.about-bottle dl dt {
	font-weight: normal;
	padding-bottom: 15px;
	display: inline-block;
	font-size: 0.95rem;
}
.about-bottle dl dd {
	font-size: 0.85rem;
	margin-bottom: 0;
	padding-top: 15px;
	border-top: 1px solid #00aeef;
	display: inline-block;
}
.about-image {
	margin-left: -12px;
	margin-right: -12px
}
.about-image ul li {
	display: block;
	width: 33.333%;
	float: left;
	padding: 0 12px;
}
.about-image-slider {
	display: none;
}

@media (max-width: 740px) {
	
	#about {
		padding: 35px 0;
	}
	#about .container {
		overflow-x: hidden;
	}
	#about h2 {
		margin-bottom: 20px;
	}
	#about p {
		text-align: left;
		line-height: 1.6;
		font-size: 0.9rem;
		margin-bottom: 50px;
	}
	#about p br {
		display: none;
	}
	.about-bottle {
		padding: 24px 15px;
		margin-bottom: 45px;
	}
	.about-bottle dl {
		line-height: 1.7;
		padding-right: 80px;
		letter-spacing: 0;
	}
	.about-bottle dl dt {
		font-size: 0.72rem;
		padding: 0 0 8px 0;
	}
	.about-bottle dl dt br {
		display: none;
	}
	.about-bottle dl dd {
	    border-top: 1px solid #00aeef;
		font-size: 0.72rem;
		padding: 8px 0 0 0;
	}
	.about-bottle:after {
	    width: 56px;
	    height: 175px;
	    background: url(../images/img_bottle.png);
	    background-size: 56px 175px;
	    right: 18px;
	    bottom: 10px;
	}
	.about-image {
		display: none;
	}
	.about-image-slider {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
	}
	.about-image-slider div img {
		margin: 0 20px;
	}
	.slick-dots {
		bottom: -20px;
	}
	.slick-dots li {
		margin: 0 3px;
		width: 15px;
		height: 15px;
	}
	.slick-dots li button:before {
		color: #fff;
		opacity: 1;
	}
	.slick-dots li.slick-active button:before {
		color: #00aeef;
	}
	
}


/*
contents
---------------------------------------------*/

#contents {
	padding: 120px 0;
}
#scene {
	background: #f1efee;
	margin-bottom: 80px;
}
#scene .ttl {
	display: block;
	background: url(../images/bg_scene_ttl.jpg) no-repeat center center;
	background-size: cover;
	padding: 22px 15px;
}
#scene .ttl h2 {
	margin-bottom: 12px;
}
#scene .ttl p {
	color: #fff;
	font-size: 0.8rem;
	color: #fff;
	margin-bottom: 4px;
}
.scene-image-wrapper {
	margin-left: -15px;
	margin-right: -15px;
	padding: 48px;
}
.scene-image-wrapper .scene-image {
	display: block;
	width: 33.333%;
	float: left;
	padding: 0 15px;
}
.scene-image-wrapper .scene-image h3 {
	padding: 12px 0;
	margin-bottom: 0;
}
.scene-image-wrapper .scene-image h3 img {
	height: 23px;
	width: auto;
}
.scene-image-wrapper .scene-image p {
	margin-bottom: 0;
}

#feature {
	background: url(../images/feature_bg.jpg) repeat 0 0;
	background-size: 250px 250px;
	padding-bottom: 15px;
}
#feature .ttl {
	display: block;
	background: url(../images/bg_feature_ttl.jpg) no-repeat center center;
	background-size: cover;
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 40px;
}
#feature .point {
	display: table;
	padding: 36px 0;
	display: block;
}
#feature .point .image {
	display: table-cell;
	width: 53%;
	display: block;
	float: left;
}
#feature .point .sp-view {
	display: none;
}
#feature .point .txt {
	position: relative;
	padding: 70px 45px 0 30px;
	vertical-align: top;
	display: table-cell;
	width: 47%;
	min-height: 321px;
	height: 321px;
	display: block;
	float: left;
}
#feature .point .txt:before {
	content: "";
	position: absolute;
	width: 257px;
	height: 321px;
	display: block;
	bottom: -1px;
	left: 50%;
	margin-left: -130px;
}
#feature #point1 .txt:before {
	background: url(../images/feature_point.png) no-repeat 0 0;
	background-size: 257px 321px;
}
#feature #point2 .txt:before {
	background: url(../images/feature_point_2.png) no-repeat 0 0;
	background-size: 257px 321px;
}
#feature #point3 .txt:before {
	background: url(../images/feature_point_3.png) no-repeat 0 0;
	background-size: 257px 321px;
}

#feature .point .txt h3 {
	margin-bottom: 20px;
	position: relative;
}
#feature .point .txt h3 img {
	height: 24px;
	width: auto;
}
#feature .point .txt p {
	position: relative;
}
#feature h4 {
	text-align: center;
	padding: 30px 15px 0 15px;
}

.feature-letter {
	display: block;
	width: 956px;
	height: 383px;
	margin: 0 auto 0 auto;
	background: url(../images/feature_letter_bg.png) no-repeat center center;
	background-size: cover;
}
.feature-letter .inner {
	display: table;
	padding: 90px 45px 0 45px;
	display: block;
}
.feature-letter .txt,.feature-letter .image {
	display: table-cell;
	display: block;
	float: left;
}
.feature-letter .txt {
	width: 53%;
	padding: 0 35px 0 45px;
	vertical-align: middle;
}
.feature-letter .image {
	width: 47%;
	padding-right: 45px;
}
.feature-letter .txt p {
	margin-bottom: 0;
	line-height: 2;
	font-size: 1.1rem;
}
.feature-letter .sp-view {
	display: none;
}

@media (max-width: 1020px) {
	.feature-letter {
	    width: 680px;
	    height: 280px;
	}
	.feature-letter .inner {
		padding: 66px 5px 0 5px;
	}
	.feature-letter .txt {
		padding: 0 25px 0 42px;
	}
	.feature-letter .txt p {
		font-size: 0.9rem;
	}
}

@media (max-width: 740px) {
	
	#contents {
		padding: 45px 0 60px 0;
	}
	#scene {
		margin-bottom: 50px;
	}
	#scene .ttl {
		padding: 14px 8px;
	}
	#scene .ttl h2 {
		margin-bottom: 8px;
	}
	#scene .ttl p {
		margin-bottom: 0;
		font-size: 0.6rem;
	}
	.scene-image-wrapper {
		margin-left: 0;
		margin-right: 0;
		padding: 25px 15px 5px 15px;
	}
	.scene-image-wrapper .scene-image {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.scene-image-wrapper .scene-image h3 {
		padding: 14px 0 12px 0;
	}
	.scene-image-wrapper .scene-image h3 img {
		height: 18px;
		display: block;
	}
	.scene-image-wrapper .scene-image p {
		font-size: 0.8rem;
	}
	#feature .ttl {
		padding: 8px 0;
		margin-bottom: 0;
	}
	#feature .ttl h2 {
		margin-bottom: 0;
	}
	#feature .point {
		display: block;
		padding: 0;
	}
	#feature .point .image {
		display: block;
		width: 100%;
	}
	#feature .point .pc-view {
		display: none;
	}
	#feature .point .txt {
		display: block;
		width: 100%;
		padding: 0 15px 0 15px;
		min-height: 145px;
		height: auto;
		margin: 20px 0 40px 0;
	}
	#feature .point .txt:before {
	    width: 118px;
	    height: 145px;
	    display: block;
	    margin-left: -59px;
	}
	#feature #point1 .txt:before {
		background: url(../images/feature_point.png) no-repeat 0 0;
		background-size: 118px 145px;
	}
	#feature #point2 .txt:before {
		background: url(../images/feature_point_2.png) no-repeat 0 0;
		background-size: 118px 145px;
	}
	#feature #point3 .txt:before {
		background: url(../images/feature_point_3.png) no-repeat 0 0;
		background-size: 118px 145px;
	}
	#feature .point .txt h3 {
		margin-bottom: 2px;
		padding-top: 30px;
	}
	#feature .point .txt h3 img {
		height: 20px;
	}
	#feature .point .txt p {
		font-size: 0.85rem;
	}
	#feature h4 {
		padding: 16px 15px 0 15px;
		text-align: center;
		margin-bottom: 0;
	}
	#feature h4 img {
		width: 272px;
	}
	.feature-letter {
		display: block;
		width: 330px;
		height: 330px;
		background: url(../images/feature_letter_bg_sp.png) no-repeat center center;
		background-size: 330px 330px;
	}
	.feature-letter .inner {
		display: block;
		padding: 30px;
	}
	.feature-letter .txt {
		display: block;
		width: 100%;
		padding: 0;
	}
	.feature-letter .txt p {
		font-size: 0.75rem;
		line-height: 1.7;
		color: #000;
	}
	.feature-letter .image {
		display: block;
		width: 100%;
		padding-right: 0;
		margin-bottom: 12px;
	}
	.feature-letter .pc-view {
		display: none;
	}
	.feature-letter .sp-view {
		display: block;
	}
	
}
@media (max-width: 370px) {
	.feature-letter {
		display: block;
		width: 290px;
		height: 290px;
		background: url(../images/feature_letter_bg_sp.png) no-repeat center center;
		background-size: 290px 290px;
	}
	.feature-letter .inner {
		display: block;
		padding: 30px;
	}
	.feature-letter .txt p {
		font-size: 0.7rem;
		line-height: 1.7;
	}
	.feature-letter .image {
		margin-bottom: 10px;
	}	
}


/*
gift
---------------------------------------------*/

#gift {
	background: url(../images/gift_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 78px 0 100px 0;
	color: #00aeef;
	position: relative;
	margin-bottom: 25px;
}
#gift:after {
	content: "";
	display: block;
	width: 100%;
	height: 35px;
	background: url(../images/gift_bg_wave.png) no-repeat center bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
}
#gift .container {
	max-width: 660px;
}
#gift h2 {
	margin-bottom: 20px;
}
#gift h3 {
	padding: 60px 0 0 0;
	margin-bottom: 12px;
	font-weight: normal;
	font-size: 1rem;
}
#gift .bnr a {
	display: block;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all  0.3s ease-out;
    opacity: 1;
}
#gift .bnr a:hover {
	opacity: 0.6;
}
#gift ul {
	margin-left: -15px;
	margin-right: -15px;
}
#gift ul li {
	width: 50%;
	float: left;
	padding: 0 15px;
	font-size: 0.9rem;
}
#gift ul li a {
	display: block;
	color: #00aeef;
	text-align: center;
	border: 1px solid #00aeef;
	padding: 12px 0;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all  0.3s ease-out;
}
#gift ul li a:hover {
	color: #fff;
	background: #00aeef;
}
#gift ul li a span {
	position: absolute;
	right: 18px;
	top:18px;
	display: block;
	width: 6px;
	height: 11px;
}
#gift ul li a span img {
	position: absolute;
	left: 0;
	top:0;
}
#gift ul li a span .on {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all  0.3s ease-out;
}
#gift ul li a span .off {
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all  0.3s ease-out;
}
#gift ul li a:hover span .on {
	opacity: 1;
}
#gift ul li a:hover span .off {
	opacity: 0;
}

#gift-copyright p {
	font-size: 0.8rem;
}
#gift-copyright ul {
	margin-bottom: 110px;
	text-align: center;
	padding-top: 20px;
}
#gift-copyright ul li {
	display: inline-block;
	line-height: 1;
	margin: 0 15px;
}
#gift-copyright ul li.sp-view {
	display: none;
}
#gift-copyright ul li a {
	display: block;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 2rem;
	border-radius: 50%;
	line-height: 50px;
}
.pagetop {
	text-align: center;
	display: block;
	cursor: pointer;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all  0.3s ease-out;
    opacity: 1;
}
.pagetop:hover {
	opacity: 0.6;
}

@media (max-width: 740px) {
	
	#gift {
		padding: 40px 0 32px 0;	
		margin-bottom: 40px;
	}
	#gift h2 {
		margin-bottom: 28px;
	}
	#gift h2 img {
		width: 310px;
	}
	#gift h3 {
		padding: 40px 0 0 0;
		font-size: 0.9rem;
	}
	#gift ul {
		margin-left: 0;
		margin-right: 0;
	}
	#gift ul li {
		width: 100%;
		margin-bottom: 16px;
		padding: 0;
	}
	#gift-copyright ul li.sp-view {
		display: inline-block;
	}
	#gift-copyright p {
		font-size: 0.7rem;
		margin-bottom: 10px;
	}
	#gift-copyright ul {
		margin-bottom: 60px;
	}
	
}


/*
footer 
---------------------------------------------*/

#footer {
	background: #00aeef;
	color: #fff;
	padding: 10px 0;
	margin-top: 45px;
	position: relative;
}
.footer-text ul {
	line-height: 1.2;
	border-left: 1px solid #fff;
	padding-left: 2px;
}
.footer-text ul li {
	display: inline-block;
	font-size: 0.9rem;
	border-right: 1px solid #fff;
}
.footer-text ul li a {
	display: block;
	color: #fff;
	padding: 0 12px 0 9px;
}
.footer-copyright {
	display: table;
	width: 100%;
}
.footer-info {
	display: table-cell;
	vertical-align: bottom;
}
.footer-info dl {
	margin-bottom: 0;
}
.footer-info dl dt {
	font-size: 0.95rem;
	margin-bottom: 1px;
}
.footer-info dl dd {
	font-size: 0.8rem;
	margin-bottom: 0;
}
.footer-tel {
	display: table-cell;
	text-align: right;
	width: 333px;
}
.footer-tel dl {
	margin-bottom: 0;
}
.footer-tel dl dt {
	font-weight: normal;
	font-size: 0.9rem;
	text-align: left;
	margin-bottom: 6px;
}
.footer-tel dl dd {
	margin-bottom: 0;
}
.footer-info-sp {
	display: none;
}

@media (max-width: 740px) {
	
	#footer {
		padding: 30px 0 30px 0;
		margin-top: 30px;
	}
	.footer-text ul {
		text-align: center;
		border-left: 0;
		margin-bottom: 30px;
	}
	.footer-text ul li {
		border: 0;
		font-size: 0.7rem;
	}
	.footer-tel {
		display: block;
		text-align: center;
		width: 100%;
	}
	.footer-tel dl {
		display: block;
		margin: 0 auto;
		width: 215px;
	}
	.footer-tel dl dt {
		font-size: 0.64rem;
		text-align: center;
		margin-bottom: 2px;
	}
	.footer-tel dd img {
		width: 215px;
	}
	.footer-info {
		display: none;
	}
	.footer-info-sp {
		display: block;
		padding: 12px 0 0 0;
		text-align: center;
	}
	.footer-info-sp dl {
		margin-bottom: 0;
		font-size: 0.75rem;
		text-align: center;
		display: inline-block;
		border-top: 1px solid #fff;
		padding-top: 11px;
	}
	.footer-info-sp dl dt {
		font-size: 0.82rem;
	}
	
}


/*
break
---------------------------------------------*/

.pc-view {
	display: inline;
}
.sp-view {
	display: none;
}

@media (max-width: 740px) {
	.pc-view {
		display: none;
	}
	.sp-view {
		display: inline;
	}
}


/*
clearfix
---------------------------------------------*/

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


/*
ie
---------------------------------------------*/

#wave-wrapper-ie {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/bg_wave_ie.png) no-repeat left bottom;
    background-size: cover;
}
/*
.ie #wave-wrapper-ie {
	display: block;
}
.ie #wave-wrapper {
	display: none;
}
*/

#wave-wrapper:after {
	display: none;
}
.ie .fade-open {
	display: none;
}
.ie #gift-copyright ul li a {
	font-size: 1.8rem;
	line-height: 58px;
}
