@charset "utf-8";
/* リセット
------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {border-spacing: 0; border-collapse: collapse;}
* html table {border-collapse: collapse;}
*:first-child+html table {border-collapse: collapse;}
caption,th {text-align: left; font-weight: normal;}
table,th,td,img {border: 0;}
input {vertical-align: middle;}
q:before,q:after {content: '';}
ul {list-style: none;}

hr,
legend,
caption {display: none;}

img {border:0; vertical-align: bottom;}

a:focus { outline: none;}

/* aタグ設定
------------------------------------- */
a:hover .alpha {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	zoom: 1;
}
a {
	transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
a:hover {
	color: #000;
	background: #fff;
}

/* 基本設定
------------------------------------- */
html { font-size: 62.5%; } 
body {
	-webkit-text-size-adjust: 100%;
	font-size: 1.8rem;/* =16px */
	font-family: "M PLUS Rounded 1c","游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana, Roboto, "Droid Sans",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #02087d;
	color: #fff;
	line-height: 1.8;
}
strong {
	font-weight: bold;
	font-size: 150%;
}
header {
	margin: 5em 0 0;
}
footer {
	text-align: center;
	margin: 5em 0 2em;
}
h1 {
	text-align: center;
	font-size: 8rem;
	font-weight: bold;
}
h2 {
	text-align: center;
	margin: 0 0 0.5em;
	font-size: 4rem;
	font-weight: bold;
}
h3 {
	margin-top: 2em;
}
section {
	text-align: center;
	margin: 5em auto 10em ;
	max-width: 1024px;
}
.layout {
	width: 90%;
	margin: 0 auto;
}
.inconspicuous {
	opacity: 0.5;
	font-size: 80%;
}
.mt0 {
	margin-top: 0;
}
.btnObj a {
	display: inline-flex;
	align-items: center;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	padding: 0.2em 2em;
	margin: 0.5em 5px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.btnObj a:hover {
	background: #fff;
	color: #000;
}

.btnObj a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    background: #fff;
    left: -100%;
    top: 0;
    z-index: -1;
    transition: left .1s ease;
}
.btnObj a:hover::after{
	left:0;
}
.border_box {
	padding: 20px;
	border: 2px solid #fff;
}

#profile dl {
	max-width: 100%;
	clear: both;
	margin: 0 auto;
	border: 1px solid #fff;
	text-align: left;
}
#profile dt {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#profile dd {
	padding-left: 150px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
}
#profile dd:last-child {
	border-bottom: none;
}

/* clearfix
------------------------------------- */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 751px){
	.sp {
		display: none;
	}
}

@media screen and (max-width: 750px){
	.pc {
		display: none;
	}
	body {
		font-size: 3.6vw;
	}
	h1 {
		font-size: 12vw;
	}
	h2 {
		font-size: 8vw;
	}
	strong {
		font-size: 130%;
	}
}



.wholeMove{
	opacity:0;
}
#contents{
	overflow:hidden;
	
}
span.mover{
	opacity:0;
	display:inline-block;
	position:static;
}
.moveItem{
	display:inline;
}

#maskie2{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(50,50,255,1);
	opacity:0;
	pointer-events:none;
}

#maskie{
	position:fixed;
	left:-70%;
	top:0;
	width:300%;
	height:100%;
	background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%);
	opacity:0;
	pointer-events:none;
}
h1{
	opacity:0;
}


::selection {
	background: rgba(255,255,255,0.99);
	color: #000;
	opacity: 1;
}

.openingArea {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

@media screen and (max-width: 750px) {
	.openingArea {
		min-height: 100vh;
    height: 100vh;
    min-height: calc(var(--vh, 1vh)*100);
    height: calc(var(--vh, 1vh)*100);
	}
}

.openingArea video {
		position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

@media screen and (max-width: 750px) {
	.openingArea video {
		max-height: 216.4vw;
	}
}

.skip-btn{
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
}
.movie-skip{
	width: 200px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 18px;
	background-color: none;
	font-family: "M PLUS Rounded 1c","游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana, Roboto, "Droid Sans",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}