@charset "UTF-8";

/*====================================================================
　Commons
====================================================================*/
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 100%;
	word-wrap: break-word;
	word-break: break-all;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN",Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size : 18px;
	line-height : 1.6;
	background: #0c0913;
	color: rgba(255,255,255,.85);
	width: 100%;
	letter-spacing: .5px;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	/* pc */
	pointer-events: none;
	/* smartphone*/
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}
svg {
	fill: currentColor;
	max-width: 100%;
}
p {
	margin: 0 auto 30px;
	padding: 0;
}
/*
link
---------------------------------------------------------*/
a.link:link{
	color: #00e;
	text-decoration: underline;
}
#header01,
#header02,
#header03,
#header04{
	background: url(../images/hd_bg.png) no-repeat bottom center #0c0913;
	overflow: hidden;
}
.hd_in{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#header01 #order01{
	margin-right: 40%;
}
#header01 #order02{
	animation-delay: 0.8s;
}
#header01 #order03{
	padding-top: 20px;
	animation-delay: 1.6s;
}
#header01 #order04{
	padding-top: 10px;
	animation-delay: 2.4s;
}
#header02 .hd_in{
	padding: 80px 0;
}
#header02 #order02{
	padding-top: 10px;
	animation-delay: 0.8s;
}
#header02 #order03{
	padding-top: 20px;
	animation-delay: 1.6s;
}
#header02 #order04{
	padding-top: 40px;
	animation-delay: 2.4s;
}
#header03 #order02{
	padding-top: 30px;
	animation-delay: 0.8s;
}
#header03 #order03{
	padding-top: 20px;
	animation-delay: 1.6s;
}
#header03 #order04{
	padding-top: 40px;
	animation-delay: 2.4s;
}
#header04 #order02{
	padding-top: 10px;
	animation-delay: 0.8s;
}
#header04 #order03{
	padding-top: 60px;
	animation-delay: 1.6s;
}

#ft_mv {
	background-image: url(../images/ft_mv.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 740px;
	background-color: #FFF;
}
#ft_mv02 {
	background-image: url(../images/ft_mv02.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	height: 676px;
	background-color: #FFF;
}
#main {
	overflow: hidden;
	margin : 0 auto;
}

.container{
	margin: 0 auto;
	padding: 0;
/*	background: #fcfcfc;*/
}
.cnt_in{
	margin : 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 60px 50px 30px;
}
.bg_space01{
	background: url(../images/bg_space01.png) center top #04030d;
}
.bg_space02{
	background: url(../images/bg_space02.png) center top #070512;
}
.bg_form{
	background: url(../images/bg_form.png) no-repeat center bottom #010001;
}
.bg_blk{
	background: #0c0913;
	color: rgba(255,255,255,.85);
}
.bg_wht{
	background: url(../images/bg_wht.png) center top #f8f8f8;
	color: #080f1a;
}
.bg_dream{
	background: url(../images/bg_dream.png) no-repeat center top #f9fafd;
	color: #080f1a;
	padding-top: 80px;
}
.img_arrow{
	margin: 60px auto;
	text-align: center;
	width: min(480px, 50vw);
}
.img_bk{
	position: relative;
	z-index: 1;
}
.img_bk img.img_101{
	position: absolute;
	bottom: 258px;
    right: calc(0% - 264px);
    width: min(400px, 100vw);
    z-index: -1;
    opacity: 0.8;
}
.img_bk img.img_102{
	position: absolute;
	top: 0;
    right: calc(50% - (1000px / 2));
    width: 100%;
    z-index: -1;
    opacity: 0.8;
}
.bg_kirakira{
	background: url(../images/bg_kirakira.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.center {
	margin: 0 auto;
	display: block;
}

.container_01{
	margin:0 auto;
	padding-left : 150px;
	padding-right : 150px;
	width : 700px;
	color: #100502;
	text-align: left;
	font-family: "ƒƒCƒŠƒI", "HGºÞ¼¯¸E", "HGºÞ¼¯¸M";
	background-image: url(../images/bg/frame_01.png);
	background-repeat: repeat-y;
}
@keyframes ln-scan {
  0% {
		background-position: 0 -100%;
 }
  100% {
		background-position: 0 100%;
  }
}
@keyframes ln-signal-w {
  0%,100% {
		width: 40px;
    opacity: .5;
 }
  50% {
		width: 120px;
    opacity: 1;
  }
}
.container_title{
	margin:0 auto;
	text-align : center;
	background-position: center;
	border-top: 10px double #100502;
	border-bottom: 10px double #100502;
	padding: 30px 0;
	position: relative;
    overflow: hidden;
}
.cnt_ttl {
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #050B18, rgba(12,9,19, .9), #050B18);
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.cnt_ttl_scan {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 212, 255, .04) 50%, transparent 100%);
    background-size: 100% 200%;
    animation: ln-scan 4s ease-in-out infinite;
}
.cnt_ttl_in {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
}
.cnt_ttl_signal {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #5cc6e9, transparent);
    margin: 0 auto 20px;
    animation: ln-signal-w 3s ease-in-out infinite;
}
.cnt_ttl p {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .08em;
    background: linear-gradient(135deg, rgba(255, 255, 255, .9), #5cc6e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: serif;
    margin-bottom: 0;
}

.sub_title{
	background: #100502 url(../images/ttl_bg.png) center;
	margin:0 auto;
	text-align : center;
	border-top: 10px double #100502;
	border-bottom: 10px double #100502;
	padding: 80px 0;
	font-size: .5rem;
	font-weight: bold;
	color: #fff2f0;
	line-height: 1.2;
	text-shadow: 1px 0 0px rgb(41,33,31,1),
				 0 1px 0px rgb(41,33,31,1),
				 -1px 0 0px rgb(41,33,31,1),
				 0 -1px 0px rgb(41,33,31,1),
				 1px 0 1px rgb(41,33,31,1),
				 0 1px 1px rgb(41,33,31,1),
				 -1px 0 1px rgb(41,33,31,1),
				 0 -1px 1px rgb(41,33,31,1);
}
.container_title_blank {
	margin:0 auto;
	text-align : center;
	background-position: center;
}
.container_title_blank img {
	margin: 0 auto;
	display: block;
}
.container_h1000{
	margin:0 auto;
	padding-left : 150px;
	padding-right : 150px;
	width : 700px;
	color: #100502;
	text-align: left;
	font-family: "ƒƒCƒŠƒI", "HGºÞ¼¯¸E", "HGºÞ¼¯¸M";
	background-image: url(../images/bg/frame.png);
	background-repeat: repeat-y;
	min-height: 1000px;
}
.container_w800{
	margin:0 auto;
	padding-left : 100px;
	padding-right : 100px;
	width : 800px;
	color: #100502;
	text-align: left;
	font-family: "ƒƒCƒŠƒI", "HGºÞ¼¯¸E", "HGºÞ¼¯¸M";
	background-image: url(../images/bg/frame.png);
	background-repeat: repeat-y;
}
.container_w800 img {width:100%;}
.container_jisseki{
	margin: 0 auto;
	width : 800px;
	background-repeat: repeat-y;
}

footer{
	padding: 15px 10px;
	font-size : 16px;
	line-height : 1.4;
	text-align : center;
	color: #5cc6e9;
	background: #0c0913;
}
footer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	list-style: none;
}
footer li:not(:last-child)::after{
	content: "";
	display: inline-block;
	height: 1em;
	width: 1px;
	background: #5cc6e9;
	vertical-align: middle;
	margin-left: 20px;
}
footer p a,
footer li a,
footer li a:hover{
	color: #5cc6e9;
}
footer p,
.copy{
	margin-bottom: 0;
}
@media screen and (max-width:1024px) {
	/*html {width:100%;}*/
}
@media screen and (max-width:768px) {
	/*html {width:140%;}*/
}
@media screen and (max-width: 640px){
	#header01,
	#header02,
	#header03,
	#header04{
		background: url(../images/hd_bg_sp.png) no-repeat bottom center #0c0913;
		overflow: hidden;
		background-size: cover;
	}
	#header01 #order01{
		margin-right: 60%;
	}
	.bg_kirakira{
		background-image: url(../images/bg_kirakira_sp.png);
		background-size: contain;
		background-attachment: initial;
	}
	.bg_space01{
		background-image: url(../images/bg_space01_sp.png);
		background-size: contain;
	}
	.bg_space02{
		background-image: url(../images/bg_space02_sp.png);
		background-size: contain;
	}
	.bg_wht{
		background-image: url(../images/bg_wht_sp.png);
		background-size: contain;
	}
	.bg_dream{
		background-image: url(../images/bg_dream_sp.png);
		background-size: contain;
		padding-top: 40px;
	}
	.img_bk img.img_101{
		position: static;
	    opacity: 0.8;
	}
	.img_bk img.img_102{
		top: 105px;
		right: 0;
	}
	.cnt_in{
		padding: 40px 20px 30px;
	}
	.cnt_ttl p{
		font-size: 2em;
		line-height: 1.4;
	}
}
@media screen and (min-width:481px) {
	.pc {display: block !important;}
	.sp {display: none !important;}
}
@media screen and (max-width:480px) {
	.container_title{
		background-size: contain;
		background-position: initial;
	}
	.pc {display: none !important;}
	.sp {display: block !important;}
}
@media screen and (max-width:414px) {
}
@media screen and (max-width:375px) {
}