

/*
Description:HP
Version:1.0
*/

/**************************
基本設定
**************************/

html{
	font-size: 100%;
	font-family: Hiragino Maru Gothic ProN W4, ヒラギノ丸ゴ ProN W4, Hiragino Maru Gothic Pro W4, ヒラギノ丸ゴ Pro W4, メイリオ, Meiryo, sans-serif;
	color: #333;
	background: #000;
}

body {
	width: 100%;
	min-height: 100vh;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	background: #F9F9F9;
	background-image: url(/img/up/img/background01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*{margin:0;padding:0;}

img{
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

a{
	color: #36BAB6;
	text-decoration: none;
}

button:active,
a:active{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

ul,ol{
	list-style: none;
}

.Clear{ clear:both; }

.Center{
	text-align: center;
}

/**************************
header
**************************/

header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
}

.header_logo{
	width: auto;
	height: 60px;
	margin-left: 10px;
}

.header_logo img{
	width: auto;
	height: 100%;
}

header ul{
	display: flex;
	font-weight: bold;
	margin-right: 10px;
}

header ul li{
	margin-right: 20px;
	padding: 17px 0 15px 0;
	border-bottom: 2px solid #FFF;
	pointer-events: none;
}

header ul li:hover{
	border-bottom: 2px solid #36BAB6;
}

header ul li a{
	opacity: 0.6;
	pointer-events: auto;
}

header ul li a:hover{
	opacity: 1;
}

header .nav-unshown{
	display: none;
}

/**************************
メインパーツ
**************************/

#wrapper{

}

.inner_wrapper{
	width: 960px;
	margin: 0 auto 0 auto;
}

section{
	width: 100%;
	padding: 80px 0;
	text-align: center;
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 500ms;
}

section.effect-scroll{
	opacity : 1;
	transform : translate(0, 0);
}

h2{
	position: relative;
	width: 400px;
	text-align: center;
	margin: 0 auto 0 auto;
	margin-bottom: 30px;
	padding: 5px 0;
	font-size: 2em;
	color: #FFF;
	text-shadow: 0 0 5px #564966;
	-webkit-transform: skewX(25deg);
	transform: skewX(25deg);
	background: #5FF5EE;
	background: -moz-linear-gradient(left, #5FF5EE 0%, #DAFF92 100%);
	background: -webkit-linear-gradient(left, #5FF5EE 0%, #DAFF92 100%);
	background: linear-gradient(to right, #5FF5EE 0%, #DAFF92 100%);
}

h2 span{
	display: block;
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.white_box{
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	border: 2px solid #5FF5EE;
	margin-top: -60px;
	margin-bottom: 10px;
	padding: 50px 10px 25px 10px;
}

/**************************
TOP:section0
**************************/

#content0{
	width: 100%;
	height: 80vh;
	background-image: url(/img/up/img/hp_background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	transform : translate(0, 0);
	align-items: center;
	overflow: hidden;
	position: relative;
}

#content0 .index_logo{
	position: absolute;
	top: 200px;
	left: 50%;
	width: 320px;
	margin-left: -340px;
}

#content0 .index_logo img{
	filter: drop-shadow(0 0 5px #564966);
	width: 100%;
	height: auto;
}

#content0 .app_badge{
	position: absolute;
	top: 490px;
	left: 20%;
	width: 260px;
	z-index: 1;
}

#content0 .google_badge{
	position: absolute;
	top: 490px;
	left: 40%;
	width: 260px;
	z-index: 1;
}

#content0 .app_badge img,
#content0 .google_badge img{
	filter: drop-shadow(0 0 5px #564966);
	width: 100%;
	height: auto;
}

#content0 .index_girl{
	position: absolute;
	top: 80px;
	right: 50%;
	width: 350px;
	margin-right: -500px;
}

#content0 .index_girl img{
	width: 100%;
	height: auto;
}

/**************************
section1
**************************/

#content1{

}

/**************************
section2
**************************/

#content2{
	background: #FFF;
	position: relative;
}

#content2 .left_girl,
#content2 .right_girl{
	height: 200px;
	position: absolute;
	top: 50%;
	margin-top: -100px;
}

#content2 .left_girl{
	left: 50px;
}

#content2 .right_girl{
	right: 50px;
}

#content2 .left_girl img,
#content2 .right_girl img{
	width: auto;
	height: 100%;
}

/**************************
section3
**************************/

#content3 .flex_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#content3 .app_badge,
#content3 .google_badge{
	width: 400px;
	height: auto;
	margin: 10px
}

#content3 .app_badge img,
#content3 .google_badge img{
	filter: drop-shadow(0 0 5px #564966);
	width: 100%;
	height: auto;
}

/**************************
box
**************************/

#box{
	opacity: 1;
	transform : translate(0, 0);
}

#box .inner_wrapper{
	background: #FFF;
	border-radius: 20px;
	padding: 20px;
	text-align: left;
}

/**************************
footer
**************************/

footer{
	background: #5FF5EE;
	background: -moz-linear-gradient(left, #5FF5EE 0%, #DAFF92 100%);
	background: -webkit-linear-gradient(left, #5FF5EE 0%, #DAFF92 100%);
	background: linear-gradient(to right, #5FF5EE 0%, #DAFF92 100%);
	text-align: center;
	padding: 20px 0;
}

footer ul{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

footer ul li{
	margin: 0 10px;
}

footer ul li:hover{
	border-bottom: 1px solid #36BAB6;
}

footer p{
	font-size: 0.9em;
	color: #FFF;
}

/**************************
	youtube twitter
**************************/

#movie_wrapper, #twitter_wrapper {
	max-width: 560px;
	margin: 60px auto;
	height: auto;
	padding: 0;
}

#movie_wrapper {
	aspect-ratio: 16/9;
}

/**************************************************
mobile screen
**************************************************/

@media screen and (max-width: 960px) {

	/**************************
	header
	**************************/

	header{
		height: 50px;
	}

	.header_logo{
		height: 40px;
		margin-left: 10px;
	}

	header ul{
		margin-right: 5px;
	}

	header ul li,
	header ul li:hover{
		border-bottom: none;
	}

	header ul li:nth-child(2),
	header ul li:nth-child(3){
		display: none;
	}

	/**************************
footer
**************************/

	footer ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	footer ul li{
		font-size: 0.85em;
		margin: 0 7px;
	}

	/**************************
	メインパーツ
	**************************/

	.inner_wrapper{
		width: 95%;
		margin: 0 auto 0 auto;
	}

	section{
		padding: 50px 0;
	}

	h2{
		width: 80%;
		margin-bottom: 30px;
	}

	@media screen and (max-width: 668px) {
		/**************************
		メインパーツ
		**************************/

		.inner_wrapper{
			width: 90%;
			margin: 0 auto 0 auto;
		}

		section{
			padding: 10px 0;
		}

		h2{
			margin-bottom: 20px;
		}

		/**************************
		TOP:section0
		**************************/
		#content0 {
			height: 70vh;
		}

		#content0 .index_logo {
			position: absolute;
			top: 20vh;
			left: 15px;
			width: 50%;
			margin-left: 0;
			z-index: 2;
		}

		#content0 .app_badge{
			position: absolute;
			top: 46vh;
			left: 25%;
			width: 50%;
			margin-left: 0;
			z-index: 3;
		}

		#content0 .google_badge{
			position: absolute;
			top: 57vh;
			left: 25%;
			width: 50%;
			margin-left: 0;
			z-index: 3;
		}

		#content0 .index_girl {
			position: absolute;
			top: 50px;
			right: -50px;
			width: 72%;
			margin-right: 0;
		}

		#content0 .index_girl img {
			width: 100%;
			height: auto;
		}

		#movie_wrapper, #twitter_wrapper {
			width: 90%;
			margin: 20px auto;
		}
	}

	/**************************
	section2
	**************************/

	#content2 .left_girl,
	#content2 .right_girl{
		display: none;
	}

}
