@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a {
	text-decoration: none;
}
img {
	vertical-align:bottom;
	border:none;
	width: 100%;
}
table {
	border-collapse: collapse;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
  	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] {
	-webkit-appearance: none;
}
body {
	font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;

}

main {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

header {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
	background-color: #050f11;
}

.rel {
	position: relative;
}

#login-block {
  position: absolute;
	width: 100%;
	padding: 0 4%;
  top: 0.7%;
  display: flex;
  align-items: center;
	justify-content: space-between;
}

#loginbtn-img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 800px) {
	#loginbtn-img {
		width: 60%;
  }
}

#login-text {
  font-size: min(3.5vw, 30px);
  color: white;
  font-weight: bold;
	white-space: nowrap;
}

.first-view {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: black;
}

.first-view video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-video-content {
  display: none;  
}

#text-img {
	display: none;
  position: absolute;
  top: 28%;
	margin: 0 auto;
  left: 0;
}

#mishima-img {
	position: absolute;
	width: 32.9%;
	top: 4%;
	left: 7%;
}

#mishimatext-img {
	position: absolute;
	width: 72%;
	bottom: 10%;
	right: 0;
}

#mishimabtn-img , #shinonometextbtn-img {
	position: absolute;
	width: 56.2%;
	top: 37%;
	right: 5%;
}

#yuki-img {
	position: absolute;
	width: 38.5%;
	top: 1%;
	right: 5%;
}

#yukitext-img {
	position: absolute;
	width: 68.1%;
	bottom: 8%;
	left: -1%;
}

#yukibtn-img {
	position: absolute;
	width: 56.2%;
	top: 37%;
	left: 4%;
}

#shinonome-img {
	position: absolute;
	width: 41.1%;
	top: 3%;
	left: 0;
}

#shinonometext-img {
	position: absolute;
	width: 75.1%;
	bottom: 10%;
	right: 0;
}

#system01-img {
	position: absolute;
	width: 51.1%;
	top: 13%;
	right: 3%;
}

#system02-img {
	position: absolute;
	width: 51.1%;
	top: 46%;
	left: 2%;
}

#system03-img {
	position: absolute;
	width: 52.8%;
	bottom: 4%;
	right: 1%;
}

#btnlast-img {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 7%;
}

footer {
	text-align: center;
	background-color: #565656;
	color: #fff;
	padding: 7%;
	line-height: 2.7;
	font-size: min(2.7vw, 30px);
}

footer a {
	color: #fff;
  font-size: min(3.7vw, 40px);
	font-weight: 800;
}

.support_menu {
	margin:0 auto;
	background-color: #f3f3f3;
}
#support_menu_p {
	padding:8% 0;
	text-align:center;
}

.text_area {
	width:90%;
	padding:20px;
	font-size:0.9rem;
	margin:0 auto;
	color:rgb(0, 0, 0);
}
.text_area_title {
	color:rgb(0, 0, 0);
	text-align:center;
	font-weight:bold;
	font-size: min(2.7vw, 30px);
	margin:7%;
	white-space: nowrap;
	border-bottom: 3px solid #e74580; 
	padding-bottom: 10px;
}

.text_area_back {
	color:rgb(0, 0, 0);
	text-align:center;
	font-weight:bold;
	font-size: min(2.7vw, 30px);
	margin:7%;
	white-space: nowrap;
}

@media (max-width: 800px) {
	.text_area_title {
		font-size: min(3.7vw, 40px);
  }
}
.text_area_title a {
	color:rgb(188 16 16);
}

/* アニメーション */

.move01 {
	opacity: 0;
	animation: fadein 1.2s ease forwards 0.8s;
}

.move03 {
	animation: anime_cvbtn01 0.75s ease 0s infinite alternate;
}

.start0 {
  visibility: hidden;
}

.text_subetemuryo02,
.text_subetemuryo04,
.text_subetemuryo05 {
  animation: revealFromRight 1s ease-in 0.3s forwards;
  clip-path: inset(0 100% 0 0);
  visibility: visible;
}

.text_subetemuryo06,
.text_subetemuryo07,
.text_subetemuryo08 {
	opacity: 0;
	animation: fadeInx 1s 0.5s forwards;
	transform: translateY(-20px);
	visibility: visible;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealFromRight {
	0% {
		opacity: 0;
		clip-path: inset(0 100% 0 0);
	}
	100% {
		clip-path: inset(0 0% 0 0);
	}
}

@keyframes anime_cvbtn01 {
	from {
		transform: scale(0.9,0.9);
	}
	to {
		transform: scale(1,1);
	}
}

@keyframes fadeInx {
	0% {
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}


