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


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */

html,
body {
	height: 100vh;font-family: 'Noto Sans JP', sans-serif;
}
body { position: relative;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	will-change: transform, animation;
}

img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

.anim {
	opacity: 0;
	transition: all .6s ease-out;
}
.anim.on {
	opacity: 1;
}

main {width: 100%; position: relative;
	height: 98%; padding: 0; margin: 0;
}

section {
	position: absolute; padding: 0;
	top: 0; left: 0;
	background-color: #f7e8d9; 
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.contentWrap {
	width: 100%; height: 50%; margin: auto; 
	padding: 0 ;display:flex;justify-content:center; z-index: 9;
}

.contentWrap .first-scene{width: 100%; height: 100%;}

.contentWrap .first-scene h3{font-size: 26px;}
.contentWrap .first-scene h3 img{ width: auto; height: 300px; margin-top: 20px;}
div.title-top p{ font-size: 28px; line-height: 1.2;}

section .wave01{position: absolute; bottom: 0; left: 0; width: 40%; z-index: 2;}
section .wave02{position: absolute; top: 0; right: 0; width: 40%;z-index: 2;}

section .contentWrap h3 .logo{ width: 360px; height: auto; animation: fadein 2s ease-out forwards;}
section .contentWrap h3 .logo img{width: 80%; height: auto; }


@media screen and (min-width: 821px) {
	
	.sp { display: none;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
	.btnStart a:hover,
	.yesno a:hover,
	.listen a:hover {
		opacity: 1;
	}
	
	.btnStart a:hover,
	.yesno a:hover,
	.listen a:hover {
		transform: scale(1.1);
	}
	
}
@media screen and (max-width: 820px) {
	body {
		font-size: min(3vw, 14px);
	}
	.pc { display: none;}
	
	main {
width: 100%; position: relative;
	height: 100vh; padding: 0; margin: 0; 
	}

	section {
	position: absolute; padding: 0;
	top: 0; left: 0 !important;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
background-image: none;
	}
	
section .contentWrap h3 .logo{ width: 260px; height: auto; animation: fadein 2s ease-out forwards;}
section .contentWrap h3 .logo img{width: 100%; height: auto;  }

.contentWrap {
	width: 100%; height: 50%; margin: auto; 
	padding: 40px 0 0 0 ;display:flex;justify-content:center; z-index: 9;
}
section .wave01{position: absolute; bottom: 0; left: 0; width: 60%; z-index: 2;}
section .wave02{position: absolute; top: 0; right: 0; width: 60%;z-index: 2;}

}



/* ////////////////////////////////////////////////////////////////////////////////

	Title

//////////////////////////////////////////////////////////////////////////////// */
.title { 
	position: absolute; width: 100%;
	z-index: 11;
	top: 5%;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;text-align: center;
}
.title h1 { margin: auto;
font-size: 300%;
	letter-spacing: .24em;
	line-height: 1.6;
animation: fadein 3s ease-out forwards;
}

.title-top {margin: auto; 
	position: absolute; width: 60%;
	z-index: 11;
	top: 5%;
	left: 20%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;text-align: center;
}

.title-top h1 {
font-size: 300%;
	letter-spacing: .24em;
	line-height: 1.6;
animation: fadein 2s ease-out forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

.title-top h1 img{ width: 80%; }


@media screen and (min-width: 821px) {
	.title h1 {	
width: 100%;
	}
}
@media screen and (max-width: 820px) {

.title-top {margin: auto;
	position: absolute; width: 100%;
	z-index: 11;
	top: 7% !important;
	left: 0;
}

.title-top h1 {margin: auto;
	position: absolute; width: 100%; text-align: center;
	z-index: 11;
	top: 50px !important;
	left: 0;
}
.title-top h1 img{margin: auto;
 width: 80%;
}

.title { position: static;
	letter-spacing: .1em;
	line-height: 1.6;
animation: fadein 3s ease-out forwards;
	}
	
	.title h1 {
font-size: 150%; width: 100%;
	}

.title img{
width: 100%;
}

.title-top {
	top: 3%;
	left: 0;
}
div.title-top p{ font-size: 18px !important;}

.blink,.blink02,.blink03{ width: 20%; height: auto;}
}

div.title-bottom{position: relative; }

.blink{ position: absolute; top: 0; left: 0;}
.blink02{ position: absolute; top: 0; right: 0;}
.blink03{ position: absolute; top: 100%; right: 0; width: 20%;}
.heart_move{ width: 10%; position: absolute; top: 0; right: 0; }


/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */

footer { text-align: center; position: absolute; z-index: 99;
 width: 100%; height: 20px; bottom: 0;
}
footer .copyright {
	font-size: 10px;color: #000;
}


/* ////////////////////////////////////////////////////////////////////////////////

	Content

//////////////////////////////////////////////////////////////////////////////// */

#start {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#start .contentWrap {
	width: 50%;
}
#start h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: .1em;
	margin-bottom: 40px; margin-top: 20px;
}

#start p { 
	margin-bottom: 40px; color: #d75e90;
text-align: center;
}
.midashi01{font-size: 300%;font-family: 'Grand Hotel', cursive;}
.midashi02{font-size: 100%;}


.btnStart a {
	display: block;
	margin: 0 auto;
	color: #2663af;
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	width: 260px;
	background-color: #fff;
	padding: 15px;
  border-radius: 40px;
}


@media screen and (max-width: 820px) {
	#start {
		top: 0;
		left: 0;
		padding-top: min(14vw, 60px);
	}
	
	#start h3 { margin-top: -20px;
		font-size: min(3vw, 18px);
		margin-bottom: min(6vw, 40px);
	}
	#start p {
		margin-bottom: min(6vw, 40px);
	}

	.btnStart a {
		font-size: min(3.8vw, 18px);
		width: min(54vw, 260px);
		padding: min(4vw, 15px);
	}

#start .contentWrap {
	width: 90%;
}
#start p {
	margin-bottom: 10px;
}
}


#question { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
#question .qwrap { 
	display: none;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}
#question #q01.qwrap {
	display: block; 
}


#question .qBox { 
	margin-bottom: 400px;
	position: relative;
}
#question .qTxt { color: #DF2935;
	font-size: 30px; text-align: center;
	font-weight: bold;
    letter-spacing: .2em;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	transition: all .3s ease-out;
	opacity: 0;
	filter: blur(20px);
}
#question .qTxt.on {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
}
#question .qBox .qBg {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
#question .qBox .qBg {
    width: 100%; text-align: center;
}
#question #q01 .qBox .qBg {
    width: 100%;
}
#question .qBox .qBg.on {
	transform: translate(-50%, -50%) scale(2);
}
#question .qBox .qBg img{ width:200px ; height: auto; margin: auto; padding-top: 30px;}
#question .yesno { 
	display: flex;
	justify-content: space-between;
	transition: all 1s ease-out;
}
#question .yesno li {
	width: 400px;
	margin: 0 20px;
}
#question .yesno li a {
	display:flex;align-items:center;justify-content:center;
	text-align: center;
	text-decoration: none;
	border: #35201b solid 5px;background:#ffc4e4;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 40px 20px;
}
#question .yesno li.yes a {
	color: #35201b ; 
	border: #35201b  solid 5px;
}
#question .yesno li.no a {
	color: #35201b ; 
}

.height-chosei{min-height: 160px;}

#question .qwrap.answer .qTxt,
#question .qwrap.answer .yesno {
	opacity: 0;
	pointer-events: none;
}

#question .qwrap.answer .qBg {
	animation: answer 1.2s cubic-bezier(0.85, 0, 0.15, 1) 0.4s forwards;
}
@keyframes answer {
	0% { transform: translate(-50%, -50%) scale(1);}
	100% { transform: translate(-50%, -50%) scale(20);}
}

#question .qwrap .qBg::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#question .qwrap.answer .qBg::after {
	animation: answerBg 0.7s cubic-bezier(0.85, 0, 0.15, 1) 0.9s forwards;
}
@keyframes answerBg {
	0% { background-color: rgba(213,0,17,0);}
	100% { background-color: rgba(0,172,154,1);}
}


@media screen and (max-width: 820px) {
	
	#question { background-color: #f7e8d9;
		top: 10px;
		left: 10px;
	}

	#question .qBox {
		margin-bottom: 250px; 
		width: 90vw;
	}
	#question .qTxt {
		font-size: min(5.2vw, 20px); 
	}

#question .qBox .qBg {
	top: 160px;
}

	#question .qBox .qBg {
		width: 42%;
	}
	#question #q01 .qBox .qBg {
		width: 42%;
	}

/* #question .yesno { 
	display: flex;
	justify-content: space-between;
	transition: all 1s ease-out;
} */
	
	#question .yesno { 
		width: 100%;
	}
	#question .yesno li {
		width: 46%;
		margin: 0;
	}
	#question .yesno li a {
		font-size: min(3.8vw, 16px);
		padding: min(4vw, 30px) min(2vw, 15px);
	}
}

@keyframes pl {
	0% { opacity: 0;}
	100% { opacity: 1;}
}


.btnBack a {
    display: block;
    color: #246ab5;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    margin: 0 auto 10px;
    border: #246ab5 solid 1px;
    width: 180px;
}
.btnBack a:hover {  color: #fff; background-color:#246ab5 ; }


@media screen and (max-width: 820px) {
	
	.btnBack {
		margin-top: min(1vw, 10px);
	}
	.btnBack a {
		font-size: min(2.8vw, 14px);
		padding: min(1vw, 3px);
    	width: min(40vw, 260px);
	}

.heart_move{ width: 20%; position: absolute; top: 0; right: 5%; }
.height-chosei{min-height: 140px;}
}

/* For iPad */
@media screen and (min-width:768px) and (max-width:949px){
	#question .yesno {
		width: 90%; margin: auto;
	}

.contentWrap {
	width: 100%; height: 50%; margin: auto; 
	padding: 100px 0 0 0 ;display:flex;justify-content:center; z-index: 9;
}
.title-top h1 {margin: auto;
	position: absolute; width: 100%; text-align: center;
	z-index: 11;
	top: 50px !important;
	left: 0;
}
.title-top h1 img{margin: auto;
 width: 60%;
}
.heart_move{ width: 10%; position: absolute; top: 0; right: 20%; }
section .wave01{position: absolute; bottom: 0; left: 0; width: 60%; z-index: 2;}
section .wave02{position: absolute; top: 0; right: 0; width: 60%;z-index: 2;}
}

div.share{ margin: 10px 0 0 0;display:flex;justify-content:center; color: #000; text-align: center;align-items:center;}
ul.snsShare{ display:flex;justify-content:center; margin-left: 10px; }
ul.snsShare li{ padding: 0 10px; font-size: 160%; }
ul.snsShare li a{ color: #000;}