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

/* common */
html {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%;
	width:100%;
	height:100%;
}
@media screen and (min-width:375px) {
	html {
		font-size: 75%;
	}
}
body {
	width:100%;
	height:100%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	background-color: #ecc7ae;
}
.page_wrap{
	width:100%;
	height:100%;
	max-width: 64rem;
	margin:0 auto;

}
a{
	color:inherit;
}
strong{
	font-weight:bold;
}

.c_red{
	color:#fc4851;
}
.c_pink{
	color:#fe70a2;
}

/* header */
.c__header{
	width:100%;
	display: table;
	background:rgba(246,78,131,0.4);
	padding:1rem 1.2rem;
	box-sizing: border-box;
	position: absolute;
	z-index:5;
	max-width: 64rem;
	margin:0 auto;
}
.c__header .brand,
.c__header .txt{
	display:table-cell;
	vertical-align: middle;
}
.c__header .brand{
	width:8.9rem;
}
.c__header .brand .logo{
	max-width: 100%;
	display: block;
	margin:0 auto;
}
.c__header .txt{
	color:#fff;
	font-size:1rem;
	font-weight:bold;
	text-align: right;
	line-height:1.2;
}
.c__header .txt p{
	display: inline-block;
	text-align: left;
}
/* footer */
.c__footer{
	margin-top:3rem;
}
.c__footer .copyright{
	color:#ee75ab;
	width:100%;
	display: block;
	background:#fff;
	font-size:1rem;
	text-align: center;
	line-height:3.5rem;
}
/* Compornent List */
.utility_list{}
.utility_list-item{
	padding-left:1em;
	text-indent:-1em;
}
.utility_list.caution:before{
	content:"※";
}
.utility_list.square:before{
	content:"■";
}
.utility_list.circle:before{
	content:"●";
}

/* Background */
.body_bg{
	width:100%;
	height: 100%;
	background: url(../images/body_bg.gif) center center no-repeat #000;
	background-size:cover;
	position: fixed;
	z-index: -1;
	max-width: 64rem;
	margin:0 auto;
}
.body_bg:after {
	content:"";
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:rgba(0,0,0,0.2);
}

/* Content */
.main{
	width:100%;
	height:100%;
	position: relative;
	z-index:5;
}
.main .center{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.main .center img{
	width:30rem;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.main .regist_1{
	position: absolute;
	bottom: 2rem;
	left:0;
	right:0;
	text-align: center;
}

[class^="regist_"] .campaign{
	width:28rem;
	margin:0 auto 1rem;
}
[class^="regist_"] .campaign > img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
[class^="regist_"] .regist_btn{
	width:28rem;
	margin:0 auto;}

[class^="regist_"] .regist_btn img{
	display: block;
	max-width: 70%;
	margin: 0 auto;
}

.about{
	width:100%;
	background: url(../images/about_bg.png) top 2rem center no-repeat;
	background-size:contain;
	margin-bottom:2rem;
}
.about img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.about .about_ttl{
	width:18.5rem;
	margin:0 auto;
	padding-top:6rem;
}
.about .about_body .txt{
	width:28rem;
	margin:0 auto 2rem;
}
.about .about_body .video{
	width:80%;
	margin:0 auto;
}
.about .about_body .video > img{
	max-width: 80%;
	display: block;
	margin:0 auto;
}

[class^="separate_"]{
	position: relative;
	z-index: 30;
}
[class^="separate_"] > img{
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0;
}

.advantage{
	background:url(../images/model.png) no-repeat right center;
	background-size:contain;
	margin: -10% 0;
	padding: 12% 0;
	position: relative;
	overflow: hidden;
}
.advantage img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.advantage .advantage_ttl{
	width:26rem;
	margin:0rem 0 1rem;
}
.advantage .advantage_txt{
	width:20rem;
	padding: 0 1rem;
}
.advantage .animation_2{
	width:18rem;
	position: relative;
	top: 3rem;
}
.advantage .animation .seieki [class^="seieki_"]{
	position: absolute;
	opacity: 0.4;
}
.advantage .animation .seieki .seieki_1{
	width:9.3rem;
	left: -8%;
	-webkit-animation: seieki1 3s 1s infinite;
	-moz-animation: seieki1 3s 1s infinite;
	-o-animation: seieki1 3s 1s infinite;
	animation: seieki1 3s 1s infinite;
}
.advantage .animation .seieki .seieki_2{
	width:7.6rem;
	left: 46%;
	-webkit-animation: seieki2 4s 1s infinite;
	-moz-animation: seieki2 4s 1s infinite;
	-o-animation: seieki2 4s 1s infinite;
	animation: seieki2 4s 1s infinite;
}
.advantage .animation .seieki .seieki_3{
	width: 9.2rem;
	left: 58%;
	-webkit-animation: seieki3 5s 1s infinite;
	-moz-animation: seieki3 5s 1s infinite;
	-o-animation: seieki3 5s 1s infinite;
	animation: seieki3 5s 1s infinite;
}
.advantage .animation .voice{
	position: absolute;
	top: 0;
	z-index: 5;
	width: 100%;
	height:100%;
}
.advantage .animation .voice [class^="voice_"]{
	position:absolute;
	z-index: 20;
}

.advantage .animation .voice .voice_1{
	width:4rem;
	top:-2rem;
	right:0;
	-webkit-animation: voice1 2s infinite;
	-moz-animation: voice1 2s infinite;
	-o-animation: voice1 2s infinite;
	animation: voice1 2s infinite;
}
.advantage .animation .voice .voice_2{
	width:3.6rem;
	top:3rem;
	left:1rem;
	-webkit-animation: voice2 2s infinite;
	-moz-animation: voice2 2s infinite;
	-o-animation: voice2 2s infinite;
	animation: voice2 2s infinite;
}
.advantage .animation .voice .voice_3{
	width:4.2rem;
	top:6rem;
	left:7rem;
	-webkit-animation: voice3 2s infinite;
	-moz-animation: voice3 2s infinite;
	-o-animation: voice3 2s infinite;
	animation: voice3 2s infinite;
}
.advantage .animation .voice .voice_4{
	width:4rem;
	bottom:5rem;
	left:2rem;
	-webkit-animation: voice4 2s infinite;
	-moz-animation: voice4 2s infinite;
	-o-animation: voice4 2s infinite;
	animation: voice4 2s infinite;
}
.advantage .animation .voice .voice_5{
	width:8rem;
	bottom:0rem;
	right:-2rem;
	-webkit-animation: voice5 2s infinite;
	-moz-animation: voice5 2s infinite;
	-o-animation: voice5 2s infinite;
	animation: voice5 2s infinite;
}

/*--- animation ---*/
/* pop */
.pop{
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
    0% { transform: translateY(-4%);}
    50% { transform: translateY(4%);}
    100% { transform: translateY(-4%);}
}
@-moz-keyframes bounce {
    0% { transform: translateY(-4%);}
    50% { transform: translateY(4%);}
    100% { transform: translateY(-4%);}
}
@-o-keyframes bounce {
    0% { transform: translateY(-4%);}
    50% { transform: translateY(4%);}
    100% { transform: translateY(-4%);}
}
@keyframes bounce {
    0% { transform: translateY(-4%);}
    50% { transform: translateY(4%);}
    100% { transform: translateY(-4%);}
}

/* seieki */
@-webkit-keyframes seieki1{
	0% { opacity:0;top: 22%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 22%;}
	90% { opacity:0.4; top: 23%;}
	100% { opacity:0; top: 23%;}
}
@-moz-keyframes seieki1{
	0% { opacity:0;top: 22%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 22%;}
	90% { opacity:0.4; top: 23%;}
	100% { opacity:0; top: 23%;}
}
@-o-keyframes seieki1{
	0% { opacity:0;top: 22%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 22%;}
	90% { opacity:0.4; top: 23%;}
	100% { opacity:0; top: 23%;}
}
@keyframes seieki1{
	0% { opacity:0;top: 22%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 22%;}
	90% { opacity:0.4; top: 23%;}
	100% { opacity:0; top: 23%;}
}
/* - - - - - - - - - - - - - - */
@-webkit-keyframes seieki2{
	0% { opacity:0;top: 5%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 5%;}
	90% { opacity:0.4; top: 6%;}
	100% { opacity:0; top: 6%;}
}
@-moz-keyframes seieki2{
	0% { opacity:0;top: 5%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 5%;}
	90% { opacity:0.4; top: 6%;}
	100% { opacity:0; top: 6%;}
}
@-o-keyframes seieki2{
	0% { opacity:0;top: 5%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 5%;}
	90% { opacity:0.4; top: 6%;}
	100% { opacity:0; top: 6%;}
}
@keyframes seieki2{
	0% { opacity:0;top: 5%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 5%;}
	90% { opacity:0.4; top: 6%;}
	100% { opacity:0; top: 6%;}
}
/* - - - - - - - - - - - - - - */
@-webkit-keyframes seieki3{
	0% { opacity:0;top: 21%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 21%;}
	90% { opacity:0.4; top: 22%;}
	100% { opacity:0; top: 22%;}
}
@-moz-keyframes seieki3{
	0% { opacity:0;top: 21%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 21%;}
	90% { opacity:0.4; top: 22%;}
	100% { opacity:0; top: 22%;}
}
@-o-keyframes seieki3{
	0% { opacity:0;top: 21%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:0.4; transform: scale(1, 1);}
	30% { top: 21%;}
	90% { opacity:0.4; top: 22%;}
	100% { opacity:0; top: 22%;}
}
@keyframes seieki3{
	0% { opacity:0;top: 21%;}
	10% { opacity:0;transform: scale(0.8, 0.8)}
	20% { opacity:1; transform: scale(1, 1);}
	30% { top: 21%;}
	90% { opacity:1; top: 22%;}
	100% { opacity:0; top: 22%;}
}

/* voice */
@-webkit-keyframes voice1{
	0% { opacity:1;}
	20% { opacity:1;}
	21% { opacity:0;}
	100% { opacity:0;}
}
@-moz-keyframes voice1{
	0% { opacity:1;}
	20% { opacity:1;}
	21% { opacity:0;}
	100% { opacity:0;}
}
@-o-keyframes voice1{
	0% { opacity:1;}
	20% { opacity:1;}
	21% { opacity:0;}
	100% { opacity:0;}
}
@keyframes voice1{
	0% { opacity:1;}
	20% { opacity:1;}
	21% { opacity:0;}
	100% { opacity:0;}
}

@-webkit-keyframes voice2{
	0% { opacity:0;}
	20% { opacity:0;}
	21% { opacity:1;}
	40% { opacity:1;}
	41% { opacity:0;}
	100% { opacity:0;}
}
@-moz-keyframes voice2{
	0% { opacity:0;}
	20% { opacity:0;}
	21% { opacity:1;}
	40% { opacity:1;}
	41% { opacity:0;}
	100% { opacity:0;}
}
@-o-keyframes voice2{
	0% { opacity:0;}
	20% { opacity:0;}
	21% { opacity:1;}
	40% { opacity:1;}
	41% { opacity:0;}
	100% { opacity:0;}
}
@keyframes voice2{
	0% { opacity:0;}
	20% { opacity:0;}
	21% { opacity:1;}
	40% { opacity:1;}
	41% { opacity:0;}
	100% { opacity:0;}
}

@-webkit-keyframes voice3{
	0% { opacity:0;}
	40% { opacity:0;}
	41% { opacity:1;}
	65% { opacity:1;}
	66% { opacity:0;}
	100% { opacity:0;}
}
@-moz-keyframes voice3{
	0% { opacity:0;}
	40% { opacity:0;}
	41% { opacity:1;}
	65% { opacity:1;}
	66% { opacity:0;}
	100% { opacity:0;}
}
@-o-keyframes voice3{
	0% { opacity:0;}
	40% { opacity:0;}
	41% { opacity:1;}
	65% { opacity:1;}
	66% { opacity:0;}
	100% { opacity:0;}
}
@keyframes voice3{
	0% { opacity:0;}
	40% { opacity:0;}
	41% { opacity:1;}
	65% { opacity:1;}
	66% { opacity:0;}
	100% { opacity:0;}
}

@-webkit-keyframes voice4{
	0% { opacity:0;}
	65% { opacity:0;}
	66% { opacity:1;}
	82% { opacity:1;}
	83% { opacity:0;}
	100% { opacity:0;}
}
@-moz-keyframes voice4{
	0% { opacity:0;}
	65% { opacity:0;}
	66% { opacity:1;}
	82% { opacity:1;}
	83% { opacity:0;}
	100% { opacity:0;}
}
@-o-keyframes voice4{
	0% { opacity:0;}
	65% { opacity:0;}
	66% { opacity:1;}
	82% { opacity:1;}
	83% { opacity:0;}
	100% { opacity:0;}
}
@keyframes voice4{
	0% { opacity:0;}
	65% { opacity:0;}
	66% { opacity:1;}
	82% { opacity:1;}
	83% { opacity:0;}
	100% { opacity:0;}
}

@-webkit-keyframes voice5{
	0% { opacity:0;}
	82% { opacity:0;}
	83% { opacity:1;}
	100% { opacity:1;}
}
@-moz-keyframes voice5{
	0% { opacity:0;}
	82% { opacity:0;}
	83% { opacity:1;}
	100% { opacity:1;}
}
@-o-keyframes voice5{
	0% { opacity:0;}
	82% { opacity:0;}
	83% { opacity:1;}
	100% { opacity:1;}
}
@keyframes voice5{
	0% { opacity:0;}
	82% { opacity:0;}
	83% { opacity:1;}
	100% { opacity:1;}
}

