.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.w100{width: 100%;}
.m0a{margin: 0 auto;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mt150{margin-top: 150px;}
.mb30{margin-bottom: 30px;}
.flex{display: flex;}
.justify-center{justify-content: center;}
.justify-between{justify-content: space-between;}
.align-center{align-items: center;}
.gap5{gap: 5px;}
.gap10{gap: 10px;}
.posa{position: absolute;}
.z100{z-index: 100;}

body{
	background: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #bbbbbb;
	text-align: center;
	font-size: 16px;
}
footer{
	width: 100%;
	padding: 20px 0;
	background: #111111;
	color: #bbbbbb;
	font-size: 10px;
}
a{color: #000;}
a:hover{
    opacity: 0.6;
}
.first-sp{
	width: 100%;
}
.first{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/bg01.png);
	background-size: 100%;
	background-position: 25% 180%;
}
.second,
.third,
.fifth{
	padding: 20px 0;
}
.second{
	background-image: url(../images/bg02_sp.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
.animation {
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.animation.visible {
  opacity: 1;
}
.sp_top{
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
}
.sp_top img{
	width: 100%;
	height: auto;
}
.br_sp {
	display: block;
}
.first-pc{
	display: none;
}
.logo{
}
.snsbox{
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 15px;
	background: #bbbbbb;
	list-style-type: none;
	padding: 3px;
	border-radius: 10px 0 0 10px;
	top: 2%;
	right: 0;
	position: fixed;
	line-height: 0;
	z-index: 1000;
}
.ttlbox{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	text-align: center;
	padding: 10px 0 30px;
}
.second{
	text-align: center;
}
.youtube{
	width: 90%;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}
.youtube iframe {
	width: 100%;
	height: 100%;
	border: 1px solid #000000;
}
.second_cont{
    width: 100%;
    padding: 0 0;
    align-items: center;
    margin: 0 auto;
	display: block;
}
.second .img{
	width: 70%;
	text-align: center;
	margin: 0 auto -100px;
	z-index: 1;
	position: relative;
}
.second .img img{
	width: 100%;
}
.second .txt{
	width: 96%;
	color: #bbbbbb;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	background-color: rgb(0 0 0 / 0.8);
	border: 4px solid #9c1829;
	border-radius: 12px;
	box-shadow: 0 0 0 1px rgb(0 0 0 / 1);
	font-size: 12px;
    line-height: 1.6em;
	z-index: 99;
	position: relative;
}
.second .txt span {
        font-size: 18px;
        line-height: 2em;
}
.store{
	color: #bbbbbb;
	font-weight: bold;
}
.store_btn{
	width: 70%;
	color: #ffffff;
	text-align: center;
	margin: 20px auto 0;
	padding: 0 0 10px;
	background-color: #b8001e;
	border: 4px solid #ff1010;
	border-radius: 12px;
	box-shadow: 0 0 0 1px rgb(0 0 0 / 1);
	font-size: 22px;
    line-height: 1.2em;
	z-index: 999;
	display: block;
	text-decoration: none;
}
.store_btn.bottom{
	width: 70%;
	color: #ffffff;
	margin: 0 auto 50px;
	padding: 0 0 10px;
}
.store_btn span.ss{
	font-size: 14px !important;
	line-height: 1em !important;
}
.third{
	background: #000;
}
h2{
	font-family: "DotGothic16";
	text-align: center;
	color: #bbbbbb;
	font-size: 40px;
	margin: 0 auto 30px;
	font-weight: normal;
	line-height: 1em;
}
h3{
	font-family: "DotGothic16";
	text-align: center;
	color: #bbbbbb;
	font-size: 22px;
	margin: 50px auto 10px;
	font-weight: normal;
	line-height: 1.2em;
}
h4{
	font-family: "DotGothic16";
	text-align: center;
	color: #bbbbbb;
	font-size: 22px;
	margin: 0 auto 10px;
	font-weight: normal;
}
h4.sub{
	margin: 0 auto 10px;
}
.ss-image{
	max-width: 100%;
	height: auto;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
}
.detail-area{
	padding: 0 ;
	color: #bbbbbb;
    text-align: center;
}
.detail-area p{
	font-size: 12px;
}
.detail-area dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.detail-area dt {
	width: 10em;
	padding-bottom: 20px;
	margin-bottom: 10px;
	text-align: left;
}
.detail-area dd {
	width: auto;
	padding-bottom: 20px;
	margin-bottom: 10px;
	text-align: left;
}
.detail-txt{
	padding: 20px;
	margin: 0 auto;
	color: #bbbbbb;
	text-align: center;
	width:-moz-fit-content;
	width:fit-content;
	font-size: 14px;
}
.third p{
	margin: 0 auto 30px;
	font-size: 14px;
}
.game{
	max-width: 100%;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}
.game img{
	width: 94%;
	max-width: 94%;
	border: 4px solid #222222;
	border-radius: 14px;
	margin: 15px auto 0;
}
.footer{
	background: url("../images/footer.png") repeat-x left bottom;
	width: 100%;
	height: 50px;
	line-height: 0;
	background-size:contain;
}
footer a{
	color: #bbbbbb;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.tglogo{
	text-align: center;
}
.tglogo a{
	display: inline-flex;
	justify-content: center;
	padding: 5px;
}
.copyright{
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
.swiper{
	padding: 0 0 30px 0;
}
.swiper-slide{
	text-align: center;
	width: 100%;
	height: 100%;
}
.swiper-slide iframe {
	width: 325.83px;
    height: 183.27px;
}
.swiper-slide img{
	border: none;
}
.swiper-button-prev,
.swiper-button-next{
	width: 40px;
	height: 40px;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	width: 40px;
	height: 40px;
	margin: auto;
}
.swiper-button-prev::after {
	background-image: url(../images/arrow_left.png);
}
.swiper-button-next::after{
	background-image: url(../images/arrow_right.png);
}
.swiper-pagination-bullet{
	background: #5e625f;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #bbbbbb;
	opacity: 1;
}
.swiper-slide{
	opacity: 0.3;
	transition: opacity .8s ease,height .8s ease;
}
.swiper-slide-active{
	opacity: 1;
}
.animated {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes animation-chara {
	from {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,100px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 0.0;
	} to {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 
}

@keyframes animation-chara {
	from {
		animation-timing-function: ease-out;
		transform: translate(0px,100px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 0.0;
	} to {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 
}

.animation-chara {
	-webkit-animation-name: animation-chara;
	animation-name: animation-chara;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 1200px;
	padding: 0 0;
	align-items: center;
	top: 0;
	margin: 20px auto 0;
}
@-webkit-keyframes animation-chara {
	from {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,100px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 0.0;
	} to {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 
}

.txt01{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.txt01{
	animation-delay: 0.5s;
}

@-webkit-keyframes animation-txt {
	from {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,30px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 0.0;
	} to {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 
}

@keyframes animation-txt {
	from {
		animation-timing-function: ease-out;
		transform: translate(0px,30px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 0.0;
	} to {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 
}

.animation-txt {
	-webkit-animation-name: animation-txt;
	animation-name: animation-txt;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}



/* デザインB（タブレット） */
@media screen and (min-width: 600px) {
/* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
	.second,
	.third,
	.fifth{
		padding: 40px 0;
	}
	.logo img{
		width: 110px;
	}
	.txt01{
		width: 600px;
		margin: 0 auto;
	}
	.snsbox img{
		width: 35px;
	}
	.youtube{
		width: 90%;
		aspect-ratio: 16 / 9;
		margin: 0 auto;
	}
	.youtube iframe {
		width: 100%;
		height: 100%;
	}
}




/* デザインC(PC) */
@media screen and (min-width: 1025px) {
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
	.br_sp {
		  display: none;
	}
	.first{
		display: none;
	}
	.first-sp{
		display: none;
	}
	.first-pc{
		display: block;
		width: 100%;
		height: 100vh;
		position: relative;
		overflow: hidden;
		background-image: url(../images/bg01.png);
		background-size: 100%;
		background-position: top left;
	}
	.second,
	.third,
	.fifth{
		background-size: 100%;
		padding: 100px 0;
	}
	.ttlbox{
		width: 1200px;
		padding: 0 0;
		align-items: center;
		top: 0;
		bottom: inherit;
	}
	.txt01{
		width: 410px;
	}
	.ttlbox,
	.logo{
		position: absolute;
		left: calc(50% - 600px);
		height: 100vh;
		align-items: center;
		justify-content: center;
	}
	.top_logo{
		position: absolute;
        top: 60%;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
	}
	.logo img{
		width: 520px;
		margin: 0 0;
	}
	.swiper-slide iframe{
		width: 640px;
		height: 360px;
	}
	.ss-image{
		width: 500px;
	}
	.bnr-image img{
		width: 920px;
	}
	.detail-txt{
		justify-content: center;
		gap: 10px;
        margin: 0 auto;
		text-align: center;
		width:-moz-fit-content;
		width:fit-content;
		padding: 0 20px 20px;
		font-size: 16px;
	}
	h2{
		text-align: center;
		color: #bbbbbb;
		font-size: 80px;
		margin: 0 auto 30px;
		font-weight: normal;
	}
	h3{
		text-align: center;
		color: #bbbbbb;
		font-size: 50px;
		margin: 80px auto 10px;
		line-height: 1.3em;
		font-weight: normal;
	}
	h4 {
		text-align: center;
		color: #bbbbbb;
		font-size: 50px;
		margin: 0 auto 10px;
		font-weight: normal;
	}
	h4.sub{
		margin: 90px auto 0;
	}
	.third p{
		color: #bbbbbb;
		text-align: center;
		margin: 0 auto 60px;
	}
	.footer {
		background: url(../images/footer.png) repeat-x center;
		width: 100%;
		height: 100px;
		line-height: 0;
	}
	footer,
	footer a{
		font-size: 14px;
	}
	footer{
		padding: 30px 0;
	}
	.snsbox img{
		width: 40px;
		height: 40px;
	}
	.youtube{
		width: 60%;
		aspect-ratio: 16 / 9;
		margin: 0 auto;
	}
	.youtube iframe {
		width: 100%;
		height: 100%;
	}
	.second{
		background-image: url(../images/bg02.png);
		background-position: top right;
		background-repeat: no-repeat;
	}
	.second_cont{
		max-width: 1200px;
		width: 100%;
		padding: 0 0;
		align-items: center;
		margin: 0 auto;
	}
	.second .img{
		width: 528px;
		text-align: center;
		margin: 0 auto -200px;
		z-index:1;
		position: relative;
	}
	.second .txt{
		width: 90%;
		color: #bbbbbb;
		text-align: center;
		margin: 50px;
		padding: 30px 0;
		background-color: rgb(0 0 0 / 0.8);
		border: 10px solid #9c1829;
		border-radius: 16px;
		box-shadow: 0 0 0 2px rgb(0 0 0 / 1);
		font-size: 18px;
		line-height: 2em;
		z-index:999;
		position: relative;
	}
	.second .txt span{
		font-size: 34px;
		line-height: 2em;
	}
	.store_btn{
		width: 50%;
		color: #ffffff;
		text-align: center;
		margin: 30px auto;
		padding: 0 0 10px;
		background-color: #b8001e;
		border: 8px solid #ff1010;
		border-radius: 12px;
		box-shadow: 0 0 0 1px rgb(0 0 0 / 1);
		font-size: 24px;
		line-height: 1.6em;
		z-index: 999;
		display: block;
		text-decoration: none;
	}
	.store_btn.bottom{
		width: 50%;
		color: #ffffff;
		margin: 0 auto 50px;
		padding: 0 0 10px;
	}
	.store_btn span.ss{
		font-size: 14px !important;
		line-height: 1em !important;
	}
	.swiper-box1{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.game{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto 0;
		text-align: center;
	}
	.game img{
		width: 90%;
		max-width: 1200px;
		border: 4px solid #222222;
		margin: 15px auto;
		border-radius: 14px;
	}
	.swiper-button-prev,
	.swiper-button-next,
	.swiper-button-prev::after,
	.swiper-button-next::after{
		width: 50px;
		height: 50px;
	}
	.swiper-box1 .swiper-button-prev{
		left: 350px;
	}
	.swiper-box1 .swiper-button-next{
		right: 350px;
	}

	.animated {
		-webkit-animation-duration: 0.7s;
		animation-duration: 0.7s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}
	@-webkit-keyframes animation-logo {
		from {
			-webkit-animation-timing-function: ease-out;
			-webkit-transform: translate(0px,-100px) scale(1,1) rotate(0deg) skew(0deg,0deg);
			opacity: 0.0;
		} to {
			-webkit-animation-timing-function: linear;
			-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
			opacity: 1;
		} 
	}

	@keyframes animation-logo {
		from {
			animation-timing-function: ease-out;
			transform: translate(0px,-100px) scale(1,1) rotate(0deg) skew(0deg,0deg);
			opacity: 0.0;
		} to {
			animation-timing-function: linear;
			transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
			opacity: 1;
		} 
	}

	.animation-logo {
		-webkit-animation-name: animation-logo;
		animation-name: animation-logo;
		-webkit-transform-origin: center center;
		transform-origin: center center;
		z-index: 100;
	}

	.delay{
		animation-delay: 0.3s;
	}
}

