/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	font-family: "M PLUS 1p",sans-serif;
	color: #666;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	height: 100vh;
	position: relative;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Content
--------------------------------*/
.content-inner{
	width: 100%
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.gnav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
}
.gnav-list{
	padding: 16px;
}
.gnav-item{
	padding: 0 0 16px 0;
}
.gnav-link{
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: block;
	font-size: 10px;
	text-align: center;
	box-shadow: 1px 1px 4px rgba(0,0,0,.05);
	color: #ff748d;
}
.home{
	background: url(../images/icon_home.webp) no-repeat center top 10px #fff;
	background-size: 32px;
}
.talk{
	background-image: url(../images/icon_talk.webp), linear-gradient(135deg, #ff748d 0%,#ff7daf 100%); 
	background-repeat: no-repeat, repeat;
	background-position: center top 10px, center;
	background-size: 32px, 100%;
	color: #fff;
}
.search{
	background: url(../images/icon_search.webp) no-repeat center top 10px #fff;
	background-size: 32px;
}
.timeline{
	background: url(../images/icon_timeline.webp) no-repeat center top 10px #fff;
	background-size: 32px;
	font-size: 9px;
}
.gnav-txt{
	padding: 48px 0 0 0;
	display: block;
}
.main-content{
	margin: 0 auto;
	width: 75%;
	position: fixed;
	right: 0;
	bottom: 66px;
	left: 0;
	z-index: 3;
}
.hearts{
	width: 100%;
	position: absolute;
	top: 64px;
	display: flex;
	justify-content: space-between;
	opacity: .75;
}
.hearts:nth-of-type(2){
	top: 110px;
	opacity: .5;
}
.heart{
	width: 20%;
	text-align: center;
	font-size: 42px;
	opacity: 0;
	animation: slide-up 1.2s ease 0s infinite;
}
.heart:nth-of-type(1){
	color: #ff90c7;
}
.heart:nth-of-type(2){
	color: #ffed76;
	animation-delay: .2s;
}
.heart:nth-of-type(3){
	color: #64ff85;
	animation-delay: .8s;
}
.heart:nth-of-type(4){
	color: #4bdfff;
	animation-delay: .4s;
}
.heart:nth-of-type(5){
	color: #c45eff;
	animation-delay: .6s;
}
.hearts:nth-of-type(2) .heart{
	font-size: 28px;
}
.hearts:nth-of-type(2) .heart:nth-of-type(1){
	animation-delay: .3s;
}
.hearts:nth-of-type(2) .heart:nth-of-type(2){
	animation-delay: .5s;
}
.hearts:nth-of-type(2) .heart:nth-of-type(3){
	animation-delay: 1.1s;
}
.hearts:nth-of-type(2) .heart:nth-of-type(4){
	animation-delay: .7s;
}
.hearts:nth-of-type(2) .heart:nth-of-type(5){
	animation-delay: .9s;
}
.form-box{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	z-index: 4;
}
.form-box-inner{
	padding: 4px;
	background: linear-gradient(135deg, #ff748d 0%,#ff7daf 100%); 
	display: flex;
	align-items: center;
}
.form-box input[type="text"]{
	padding: 4px 16px;
	width: 50%;
	flex-grow: 1;
	height: 42px;
	border-radius: 21px;
	box-shadow: 1px 1px 0 rgba(0,0,0,.1) inset;
}
.send-btn{
	width: 42px;
	height: 42px;
	background: url(../images/icon_send.webp) no-repeat 5px 5px;
	background-size: 32px;
	overflow: hidden;
}
.bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	opacity: 0;
	animation: fade-out 9s ease 0s infinite;
	z-index: 2;
}
.bg-01{
	background-image: url(../images/bg_01.jpg);
}
.bg-02{
	background-image: url(../images/bg_02.jpg);
    animation-delay: 3s;
}
.bg-03{
	background-image: url(../images/bg_03.jpg);
    animation-delay: 6s;
}
/*--------------------------------
Overlay
--------------------------------*/
.heading-txt{
	padding: 0 0 16px 0;
	color: #ff7daf;
	font-size: 16px;
	font-weight: 800;
}
.general-txt{
	padding: 0 0 16px 0;
	font-size: 16px;
	font-weight: 800;
}
.overlay{
	padding: 32px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.75);
	z-index: 10;
	display: none;
	align-items: center;
	justify-content: center;
}
.overlay-content{
	padding: 16px;
	width: 100%;
	max-width: 704px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	z-index: 12;
}
.app-icon{
	margin: 0 auto;
	padding: 0 0 16px 0;
	width: 90px;
}
.dl-btn{
	height: 60px;
	background: #000;
	display: block;
	border-radius: 8px;
}
.dl-btn .content-img{
	margin: 0 auto;
	width: auto;
	height: 60px;
}
.js-close{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
}
.js-close::before,.js-close::after{
	width: 44px;
	height: 2px;
	content: "";
	position: fixed;
	top: 32px;
	right: 8px;
	background: #fff;
	transform-origin: center;
}
.js-close::before{
	transform: rotate(-45deg);
}
.js-close::after{
	transform: rotate(45deg);
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes fade-out{
0% {opacity: 0;filter: blur(4px);}
16% {opacity: 1;filter: blur(0);}
34% {opacity: 1;filter: blur(0);}
50% {opacity: 0;filter: blur(4px);z-index: 1;}
100% {opacity: 0;filter: blur(4px);z-index: 1;}
}
@keyframes slide-up{
0% {opacity: 0;transform: translate3d(0,0,0);filter: blur(4px);}
75% {opacity: 1;transform: translate3d(0,-50px,0);filter: blur(0);}
100% {opacity: 0;transform: translate3d(0,-100px,0);filter: blur(4px);}
}
@media screen and (max-width:320px) {
.main-content{
	width: 60%;
	bottom: 58px;
}
}
@media screen and (min-width:768px) {
.main-content{
	width: 50%;
	bottom: 66px;
}
}