@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;600;700&display=swap');

html { scroll-behavior: smooth; }
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.75;
	color: #fff;
	background: #000;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

* {
	font-size: 1em;
	box-sizing: border-box;
	background-size: contain;
}

html, body, p, h1, h2, h3, h4, h5, ul, ol, li, dd, dl, dt, div {
	padding: 0;
	margin: 0;
	font-weight: 500;
}

img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align:top;
	max-width: 100%;
}

html { height: 100%; }
li { list-style-type: none; }
a {
	color: inherit;
	text-decoration: none;
}
a.underline,
.underline a { text-decoration: underline; }
.none { display: none; }
.sp { display: none; }
.pc { display: block; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix { display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.tcenter { text-align: center; }
.tright { text-align: right; }

/* 選択色 */
::selection {
	background: #a11116;
	color: #fff;
}

::-moz-selection {
	background: #a11116;
	color: #fff;
}

main {
	width: 1920px;
	min-height: 1080px;
	/* width: 100vw;
	min-height: 100vh; */
	width: 100vw;
	min-height: 100vh;
}

/* TOP */
.topIMG .main {
	background: #000 url(../images/bg_top.jpg) center top no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topIMG h1 {
	position: relative;
	width: 55vw;
	margin: 0 auto;
	text-align: center;
}

.topIMG h1 img { filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1)); }
.topIMG div.btn_start img {
	position: relative;
	bottom: 5vw;
	left: 0;
	width: 20vw;
	filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1));
	cursor: pointer;
}
.topIMG div.btn_start img:active { padding: 0 0.25vw; margin-bottom: 0.125vw; }

/* SLOT */
body.slotIMG main {
	background: #000 url(../images/bg_stage.jpg) center bottom no-repeat;
	background-size: cover;
	text-align: center;
}
body.slotIMG .inputBtn {
	position: fixed;
	left: 2vw;
	bottom: 0;
	z-index: 99;
	width: 20vw;
	cursor: pointer;
}

.slotBox h1 {
	width: 100vw;
	position: fixed;
	top: 20vh;
	left: 0;
	margin-top: -3.75vw;
	z-index: 99;
	filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1));
}
.slotBox h1 img { width: 15vw; }
.frameBox {
	width: 90vw;
	padding: 0;
	position: fixed;
	top: 20vh;
	left: 5vw;
	z-index: 90;
}
.frameBox img { width: 90vw; }
.frameText {
	background: #fff;
	color: #3b0e0e;
	width: 87vw;
	height: 22vw;
	position: fixed;
	top: 21vh;
	left: 6.5vw;
	z-index: 85;
	display: grid;
	grid-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	overflow: hidden;
	font-size: 2.5vw;
	filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1));
}

.stopBtnBox {
	width: 87vw;
	position: fixed;
	top: 20vh;
	left: 6.5vw;
	margin-top: 19vw;
	z-index: 99;
	display: grid;
	grid-gap: 0;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1));
}
.stopBtnBox li img {
	width: 8vw;
	display: inline-block;
	cursor: pointer;
}
.stopBtnBox li img:active { padding: 0.25vw; }

/* SLOT page2 */
.slotBox.p2 h1 { top: 8vh; }
.slotBox.p2 .frameBox { top: 8vh; }
.slotBox.p2 .frameText { top: 9vh; }
.slotBox.p2 .charaBox {
	width: 60vw;
	height: 22vw;
	position: fixed;
	bottom: 25vh;
	left: 20vw;
	z-index: 100;
	display: grid;
	grid-gap: 0;
	grid-template-columns: 1fr 1fr 1fr;
}
.charaBox li img { cursor: pointer; }
.charaBox li img:active { padding: 0.25vw; }

/* SLOT page3 */
.slotBox.p2 .charaBox.p3 {
	width: 20vw;
	bottom: 15vh;
	left: 82.5vw;
	grid-template-columns: 1fr;
	z-index: 1;
}
.slotBox.p2 .charaBox.p3 li.off { display: none; }
.changeTXT {
	width: 70vw;
	position: fixed;
	bottom: 25vh;
	left: 15vw;
	z-index: 100;
	display: grid;
	grid-gap: 0;
	grid-template-columns: 1fr;
	filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1));
	font-size: 2vw;
}
.changeTXT li { padding: 0.5vw; }
.changeTXT li.ttl {
	background: #a11116;
	border-radius: 2vw 2vw 0 0;
	font-size: 1.5vw;
}
.changeTXT li.txt {
	background: #fff;
	color: #3b0e0e;
	border-radius: 0 0 2vw 2vw;
}

.back_top {
	position: fixed;
	bottom: 5vh;
	left: 0;
	z-index: 100;
	width: 100vw;
	text-align: center;
}
.back_top div {
	display: inline-block;
	padding: 0.25em;
}
.back_top img{
	width: 20vw;
	filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1));
	cursor: pointer;
}

/* TEXT BOX */
.textBox {
	width: 100vw;
	position: fixed;
	left: 0;
	bottom: 3vw;
	font-size: 2.5vw;
	text-align: center;
}

/* TEXTAREA */
.frameTextBox {
	width: 87vw;
	position: fixed;
	top: 25vh;
	left: 6.5vw;
	z-index: 100;
	filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1));
}
.frameTextBox .textarea {
	font-size: 2.5vw;
	background: #fff;
	padding: 1em;
	border-radius: 2vw;
}
.frameTextBox .textarea textarea {
	width: 100%;
	height: 6em;
	border: 0;
}

.frameTextBox li.moto {
	background: #fff;
	color:#000;
	border-radius: 1em;
	font-size: 3em;
}

.frameTextBox .btnOK img {
	padding: 1em;
	width: 65%;
	max-width: 410px;
	z-index:111;
}
.frameTextBox .btnOK img:active { padding: 1.5em; }

.sp_original_text {
	width: 90vw;
	padding: 0;
	position: fixed;
	top: 20vh;
	left: 5vw;
	z-index: 90;
}

.mode_check{display:block;}
@media all and (max-width: 1500px) {
	.mode_check{display:none;}

	.sp { display: block; }
	.pc { display: none; }
	.pc.pc2 { display: block; }
	.sp.sp2 { display: none; }
	body { font-size: 3vw; }

	main {
		width: 100vw;
		max-width: 750px;
		margin: 0 auto;
	}

	/* TOP */
	.topIMG:before {
		content: '';
		background: #000 url(../images/bg_top.jpg) center top no-repeat;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		filter: blur(1.5vw);
		z-index: -1;
	}
	.topIMG h1 {
		width: 95vw;
		max-width: 700px;
	}
	.topIMG div.btn_start img {
		bottom: 4vw;
		width: 40vw;
		max-width: 300px;
	}

	/* SLOT */
	body.slotIMG:before {
		content: '';
		background: #000 url(../images/bg_stage.jpg) center bottom no-repeat;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		filter: blur(1.5vw);
		z-index: -1;
	}
	body.slotIMG .inputBtn {
		position: fixed;
		left: 50%;
		margin-left: -175px;
		bottom: 0;
		width: 350px;
	}
	.slotBox h1 {
		top: 25px;
		margin-top: 0;
	}
	.slotBox h1 img {
		width: 50vw;
		max-width: 350px;
	}

	.frameBox {
		top: 20vh;
		width: 90vw;
		max-width: 600px;
		left: 50%;
		margin-left: -300px;
	}
	.frameText {
		width: 90vw;
		max-width: 600px;
		top: 20vh;
		left: 50%;
		margin-left: -300px;
		height: 150px;
		grid-template-columns: 1fr;
		font-size: 60px;
		filter: drop-shadow(0 0 3em rgba(0, 0, 0, 0));
	}
	.frameBox.f1, .frameText.f1 { margin-top: 0; }
	.frameBox.f2, .frameText.f2 { margin-top: 170px; }
	.frameBox.f3, .frameText.f3 { margin-top: 340px; }
	.frameBox.f4, .frameText.f4 { margin-top: 510px; }

	.stopBtnBox {
		width: 700px;
		top: 20vh;
		left: 50%;
		margin-left: -350px;
		text-align: right;
		margin-top: 5vw;
		grid-template-columns: 1fr;
	}
	.stopBtnBox.f1 { margin-top: 20px; }
	.stopBtnBox.f2 { margin-top: 190px; }
	.stopBtnBox.f3 { margin-top: 360px; }
	.stopBtnBox.f4 { margin-top: 530px; }

	.stopBtnBox li img:active { padding: 7px; }
	.stopBtnBox li img { width: 120px; }

	/* SLOT page2 */
	.slotBox.p2 h1 { top: 2.5vh; }
	.frameTextBox {
		width: 700px;
		position: fixed;
		top: 250px;
		left: 50%;
		margin-left: -350px;
		font-size: 30px;
		color: #3b0e0e;
		display: grid;
		grid-gap: 0;
		grid-template-columns: 1fr;
	}
	.frameTextBox li {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.5em 1em;
	}
	.frameTextBox li.moto {
		background: #fff;
		border-radius: 1em;
		font-size: inherit;
	}
	.frameTextBox li.ttl {
		background: #a11116;
		color: #fff;
		border-radius: 1em 1em 0 0;
	}
	.frameTextBox li.txt {
		background: #fff;
		border-radius: 0 0 1em 1em;
	}
	.slotBox.p2 .charaBox {
		width: 750px;
		height: 250px;
		position: fixed;
		bottom: 300px;
		left: 50%;
		margin-left: -375px;
	}

	/* SLOT page3 */
	.slotBox.p2 .charaBox.p3 {
		width: 250px;
		height: auto;
		bottom: 100px;
		left: 50%;
		margin-left: -125px;
	}

	.back_top img {
		width: 350px;
		z-index: 100;
		filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1));
	}

	/* TEXT BOX */
	.textBox {
		width: 100%;
		max-width: 700px;
		position: fixed;
		left: 50%;
		margin-left: -350px;
		bottom: 110px;
		font-size: 20px;
		text-align: center;
	}

	/* TEXTAREA */
	.frameTextBox {
		top: 250px;
		width: 600px;
		left: 50%;
		margin-left: -300px;
	}
	.frameTextBox .textarea { font-size: 30px; }
	.frameTextBox .btnOK img:active { padding: 1.15em; }
}
@media all and (max-width: 736px) {
	.sp.sp2 { display: block; }
	.pc.pc2 { display: none; }

	/* SLOT */
	body.slotIMG .inputBtn {
		position: fixed;
		left: 25vw;
		margin-left: 0;
		bottom: 0;
		width: 50vw;
	}
	.slotBox h1 {
		top: 10vh;
		margin-top: -7.5vw;
	}
	.slotBox h1 img {
		width: 50vw;
		max-width: 350px;
	}
	.frameBox {
		left: 5vw;
		margin-left: 0;
	}
	.frameText {
		top: 20.5vh;
		left: 5vw;
		margin-left: 0;
		font-size: 7.5vw;
		height: 21vw;
	}
	.frameBox.f1, .frameText.f1 { margin-top: 0vw; }
	.frameBox.f2, .frameText.f2 { margin-top: 27vw; }
	.frameBox.f3, .frameText.f3 { margin-top: 54vw; }
	.frameBox.f4, .frameText.f4 { margin-top: 81vw; }

	.stopBtnBox {
		width: 97.5vw;
		top: 20vh;
		left: 0;
		margin-left: 0;
		text-align: right;
		margin-top: 5vw;
		grid-template-columns: 1fr;
	}
	.stopBtnBox.f1 { margin-top: 3.5vw; }
	.stopBtnBox.f2 { margin-top: 30.5vw; }
	.stopBtnBox.f3 { margin-top: 57.5vw; }
	.stopBtnBox.f4 { margin-top: 84.5vw; }

	.stopBtnBox li img:active { padding: 0.75vw; }
	.stopBtnBox li img { width: 17.5vw; }

	/* SLOT page2 */
	.slotBox.p2 h1 { top: 10vw; }
	.frameTextBox {
		width: 90vw;
		top: 32vw;
		margin-left: -45vw;
		font-size: 5vw;
		z-index: 10;
	}
	.slotBox.p2 .charaBox {
		width: 110vw;
		height: auto;
		position: fixed;
		bottom: 25vw;
		left: 50%;
		margin-left: -55vw;
	}

	/* SLOT page3 */
	.slotBox.p2 .charaBox.p3 {
		width: 50vw;
		bottom: 16vw;
		left: 50%;
		margin-left: -25vw;
	}
	.back_top img {
		width: 50vw;
		z-index: 100;
		filter: drop-shadow(0 0 3em rgba(0, 0, 0, 1));
	}

	/* TEXT BOX */
	.textBox {
		left: 0;
		margin-left: 0;
		bottom: 16vw;
		font-size: 4vw;
		text-align: center;
	}

	/* TEXTAREA */
	.frameTextBox {
		top: 40vw;
		width: 90vw;
		left: 50%;
		margin-left: -45vw;
	}
	.frameTextBox .textarea { font-size: 5vw; }
}
::-webkit-full-page-media, :future, :root main { height: auto; }

body .scene { display: none; }
body.scene2 .scene.scene2 { display: block; }
body.scene3 .scene.scene3 { display: block; }
.topIMG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	z-index:999;
}
.topIMG .main {
	width: 100vw;
	height: 100vh;
	height: 100dvh;
}
.logo { transition: top 1s linear; }
.frameBox { transition: top 1s linear;}
.frameText{transition: top 1s linear; }

.frameTextBox { transition: all 1s linear; }
.changeTXT { transition: all 1s linear; }
.back_top { transition: all 1s linear; }


.charaBox {
	transition: all 1s linear;
}
.charaBox.in_back {
	transition: all 0.3s linear;
}




.slot_wrapper li p {
	transition-timing-function: linear;
	transition-property: padding-top , height ,opacity;
}
.slot_wrapper li p:nth-child(1) { opacity: 0; }

.frameTextBox.off { display: none !important; }
.licence {
	position: absolute;
	right: 1em;
	bottom:0.5em;
	font-size:1em;
}

@media all and (max-width: 1500px) {
	.slot_wrapper li { margin-top:-100px; }
	.slot_wrapper li p {
		font-size:0.85em;
		vertical-align: middle;
		height: 70px;
		line-height: 70px;
		text-align: center;
		width: 100%;
	}
	.licence {
		position: absolute;
		right: 1em;
		bottom:0.5em;
		font-size: 1vw;
	}
}

@media all and (max-width: 736px) {
	.slot_wrapper li{
		margin-top:-10.5vw;
	}
	.slot_wrapper li p{
        height: 9vw;
        line-height: 9vw;
	}
	.licence { font-size:1.5vw; }
}

.pointer { cursor: pointer; }
.sound_panel,
.window_size {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #5f5758;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	padding:5vh 3vw;
}
.window_size {
	display: none;
	z-index:9998;
}
.sound_panel {
	display: none;
	z-index:9999;
}
.sound_panel.show { display: flex; }
.sound_panel>div, .window_size>div { margin: 0.5em 0; }
.sound_panel img, .window_size img { max-width: 80vw; }
.sound {
	z-index:9997;
	position: fixed;
	right: 2vh;
	top: 2vh;
}
.sound img { display: none; }
.sound img.select { display: block; }

@media (min-aspect-ratio: 5/5) {
	.window_size { display: flex; }
}
