@charset "UTF-8";
.pcv {
	display: none;
}
.spv {
	display: block !important;
}
html {
	font-size: 2.6vw;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--color_3);
}
#bodyContainer {
	background-color: #fff;
}
.wrapper {
	padding: 0 6vw;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
/*------------------------------------------------*/
#opening img {
	width: 20vw;
	margin-top: -3vw;
}
/*------------------------------------------------*/
#menuBtn {
	width: 16vw;
	height: 11vw;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	display: block;
}
#menuBtn {
	opacity: 0;
	pointer-events: none;
}
.naviOpen #menuBtn {
	opacity: 1;
	pointer-events: auto;
}
html.sec2f.title_animation_fin #menuBtn {
	opacity: 1;
	transition: opacity 0.8s;
	pointer-events: auto;
}
html.sec3 #menuBtn {
	opacity: 1;
	transition: opacity 0.3s;
	pointer-events: auto;
}
html.menuShow #menuBtn {
	opacity: 1;
	pointer-events: auto;
}
#menuBtn span {
	display: block;
	width: 22px;
	height: 2px;
	background-color: var(--color_1);
	transition: transform 0.2s, opacity 0.2s;
	will-change: transform;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#menuBtn span.t1 {
	transform: translateY(-7px);
}
#menuBtn span.t2 {
	transform: translateY(0);
}
#menuBtn span.t3 {
	transform: translateY(7px);
}
.naviOpen #menuBtn {
	top: 1vw;
}
.naviOpen #menuBtn span {
	background-color: #fff;
}
.naviOpen #menuBtn span.t1 {
	transform: rotate(225deg);
}
.naviOpen #menuBtn span.t2 {
	transform: scaleX(0);
	opacity: 0;
}
.naviOpen #menuBtn span.t3 {
	transform: rotate(-225deg);
}
/*------------------------------------------------*/
#headerMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100lvh;
	z-index: 500;
	pointer-events: none;
}
#headerMenu .menuOuter .logo {
	position: absolute;
	left: 4vw;
	top: calc(2.1vw + 1vw);
	z-index: 6;
	width: 36px;
	height: auto;
	opacity: 0;
	pointer-events: none;
}
.naviOpen #headerMenu .menuOuter .logo {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.2s;
}
#headerMenu .menuOuter .logo a {
	display: block;
}
#headerMenu .menuOuter .logo img {
	width: 100%;
}
#headerMenu nav {
	background: rgb(102 77 37/0.94);
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	height: 100dvh;
	width: 100%;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
}
.naviOpen #headerMenu nav {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.2s;
}
#headerMenu ul.navi li {
	font-size: 1.7rem;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.1em;
}
#headerMenu ul.navi li + li {
	margin-top: 12vw;
}
#headerMenu ul.navi li::before {
	content: '・';
	display: inline;
}
#languageBtn {
	transition: opacity 0.2s;
	user-select: none;
	margin-top: 12vw;
}
#languageBtn .wrap {
	position: relative;
}
#languageBtn .btn {
	width: 150px;
	height: 34px;
	border-radius: 17px;
	background: #E4D8C9 url("../images/arrow2.svg") right 12px center no-repeat;
	color: var(--color_3);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.12em;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	padding: 0 18px 1px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	transition: background-color 0.15s;
	cursor: pointer;
	pointer-events: auto;
}
#languageBtn .wovn-languages {
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.12em;
	color: #12211A;
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	padding: 5px;
	border-radius: 8px;
	z-index: 3;
	opacity: 0;
	transform: translateY(0);
	pointer-events: none;
	transition: opacity 0.15s, transform 0.15s;
	display: none;
}
#languageBtn.on .wovn-languages {
	opacity: 1;
	transform: none;
	pointer-events: auto;
	cursor: pointer;
	display: block;
}
#languageBtn .wovn-languages .wovn-switch {
	display: block;
	padding: 12px 18px;
	border-radius: 5px;
}
/*------------------------------------------------*/
section#section1 {
	height: 5px;
	/*150lvh;*/
}
section#section1 .section_view::after {
	height: 120lvh;
}
section#section1 .section_view #s1_text {
	font-size: min(1.5rem, 22px);
}
section#section1 .section_view #s1_scroll span {
	bottom: 6vw;
	width: 14vw;
	height: min(7.2vw,30px);
	font-size: min(1.1rem, 12px);
	background: url("../images/arrow2.svg") center bottom/min(3.5vw,14px) auto no-repeat;
}
@media screen and (min-aspect-ratio: 410 / 670) {
	section#section1 .section_view > .inner {
		padding-bottom: 10svh;
	}
	section#section1 .section_view img.image {
		top: -57%;
		bottom: -43%;
	}
}
/*------------------------------------------------*/
section#section2 {
	height: calc(60lvh);
}
section#section2 .section_view::after {
	background: url("../images/s2_paper.jpg") right 4% top/316% auto no-repeat;
	height: 120lvh;
}
/*------------------------------------------------*/
section#section3 .bg > div {
	background: url("../images/s3_paper.jpg") left 4% top/316% auto no-repeat;
	height: 120lvh;
}
/*------------------------------------------------*/
section#section4 .bg > div {
	background: url("../images/s4_paper.jpg") right 4% top/316% auto no-repeat;
}
/*------------------------------------------------*/
section#section3 .section_inner {
	padding-top: calc(350px + 70lvh);
}
section#section4 {
	margin-top: calc(-220lvh - 220px);
}
section#section4 .section_inner {
	padding-top: calc(300px + 60lvh);
}
/*------------------------------------------------*/
h2.heading {
	text-align: left;
	margin: 0;
	margin-bottom: 8vw;
}
h2.heading i {
	font-size: 3.6rem;
	padding: 0;
}
h2.heading span {
	font-size: 1.2rem;
	margin-top: 2.5vw;
	text-align: left;
}
@keyframes h2_i_anime {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes h2_span_anime {
	0% {
		opacity: 0;
		transform: translateX(40px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
/*------------------------------------------------*/
section#section2 .section_view > .inner .t1 {
	left: -50%;
	right: -50%;
	top: 12%;
	bottom: initial;
	margin: 0 auto;
	font-size: min(1.8rem, 26px);
}
section#section2 .section_view > .inner .t1 img {
	width: min(11.4667vw, 63px);
	margin-bottom: 3vw;
}
section#section2 .section_view > .inner .t2 {
	right: 21%;
	top: 33.5%;
	bottom: initial;
	margin: 0;
	font-size: min(1.8rem, 24px);
}
section#section2 .section_view > .inner .t3 {
	left: -50%;
	right: -50%;
	top: 36%;
	bottom: initial;
	margin: 0 auto;
}
section#section2 .section_view > .inner .t3 canvas {
	width: min(21vw, 100px) !important;
	height: auto !important;
	object-fit: 100 / 300;
	z-index: 100;
}
@media screen and (min-aspect-ratio: 410 / 670) {
	section#section2 .section_view > .inner .t2 {
		top: 35%;
	}
	section#section2 .section_view > .inner .t3 {
		top: 42%;
	}
}
@media screen and (min-aspect-ratio: 480 / 670) {
	section#section2 .section_view > .inner .t3 {
		top: 44%;
	}
}
section#section2 .section_view > .inner .t4 {
	left: 7.2%;
	bottom: 4%;
	font-size: min(1.5rem, 24px);
}
section#section2 .section_view > .inner .t4.f {
	left: 23%;
	bottom: 4%;
	font-size: min(1.5rem,24px);
}
section#section2 .section_view > .inner .t4 .t {
	display: inline;
	margin-bottom: 0;
}
section#section2 .section_view > .inner .t5:not(.f) {
	display: none;
}
section#section2 .section_view > .inner .t5.f {
	left: 7.2%;
	bottom: 4%;
	margin: 0;
	font-size: min(1.4rem,20px);
	line-height: 1.6;
	letter-spacing: 0.2em;
}
section#section2 .section_view > .inner .t5.f .t {
	display: block;
	font-size: min(1.2rem,18px);
	margin-top: -2.5em;
}
section#section2 .section_view > .inner .t2 > *:nth-child(1) {
	animation-delay: 0.6s;
}
section#section2 .section_view > .inner .t2 > *:nth-child(2) {
	animation-delay: 0.67s;
}
section#section2 .section_view > .inner .t2 > *:nth-child(3) {
	animation-delay: 0.74s;
}
section#section2 .section_view > .inner .t2 > *:nth-child(4) {
	animation-delay: 0.81s;
}
section#section2 .section_view > .inner .t2 > *:nth-child(5) {
	animation-delay: 0.88s;
}
section#section2 .section_view > .inner .t1 > *:nth-child(1) {
	animation-delay: 0.95s;
}
section#section2 .section_view > .inner .t1 > *:nth-child(2) {
	animation-delay: 1.02s;
}
section#section2 .section_view > .inner .t1 > *:nth-child(3) {
	animation-delay: 1.09s;
}
section#section2 .section_view > .inner .t1 > *:nth-child(4) {
	animation-delay: 1.16s;
}
section#section2 .section_view > .inner .t1 > *:nth-child(5) {
	animation-delay: 1.23s;
}
/*------------------------------------------------*/
#sec-ProductInfo {
	padding: 12vw 0;
}
#sec-ProductInfo .wrapper {
	padding: 0 10vw;
}
#sec-ProductInfo .flex {
	display: block;
}
#sec-ProductInfo #swiper-product {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
#sec-ProductInfo .flex .wrap-info .hd .t1 {
	font-size: 2.4rem;
}
#sec-ProductInfo .flex .wrap-info .hd .t2 {
	font-size: 1.4rem;
	margin-left: 1.5em;
}
#sec-ProductInfo .flex .wrap-info .info {
	font-size: 1.4rem;
}
#sec-ProductInfo .flex .wrap-info .info .publisher {
	font-size: 1.6rem;
}
#sec-ProductInfo .wrap-text {
	font-size: 1.4rem;
}
/*------------------------------------------------*/
#sec-TrackList {
	padding: 12vw 0;
}
#sec-TrackList .outer-list {
	margin: 10vw auto 0;
}
#sec-TrackList .wrapper {
	padding: 0 8vw;
}
#sec-TrackList .outer-list::before,
#sec-TrackList .outer-list::after {
	width: calc(100% + 8vw);
	height: 4vw;
	left: -4vw;
	background: url("../images/tracklist_t1_left.png") left bottom/auto 4vw no-repeat, url("../images/tracklist_t1_right.png") right bottom/auto 4vw no-repeat;
}
#sec-TrackList .outer-list::before {
	top: -4vw;
}
#sec-TrackList .outer-list::after {
	bottom: -4vw;
}
#sec-TrackList .outer-list ul::before,
#sec-TrackList .outer-list ul::after {
	width: 3.5vw;
	height: 12vw;
	background: url("../images/tracklist_t2.png") left center/4vw auto no-repeat;
}
#sec-TrackList .outer-list ul::before {
	left: -4vw;
}
#sec-TrackList .outer-list ul::after {
	right: -4vw;
}
#sec-TrackList .outer-list ul li {
	padding: 2vw 5vw;
	font-size: 1.5rem;
}
#sec-TrackList .outer-list ul li > div:nth-child(1) {
	width: 7vw;
	font-size: 1.2rem;
}
#sec-TrackList .outer-list ul li > div:nth-child(2) {
	padding: 0 10px;
}
#sec-TrackList .outer-list ul li > div:nth-child(3) {
	width: 5vw;
	font-size: 1.0rem;
}
#sec-TrackList .bottom_text {
	margin-top: 2vw;
	text-align: left;
	font-size: 1.2rem;
}
/*------------------------------------------------*/
#sec-Buy {
	padding: 12vw 0;
}
ul.store_banner {
	gap: 8px;
}
ul.store_banner li {
	max-width: none;
	width: calc((100% - 8px) / 2);
}
/*------------------------------------------------*/
#sec-Benefits {
	padding: 12vw 0 calc(150lvh);
}
#sec-Benefits .box {
	height: 40vw;
}
#sec-Benefits .text {
	margin: 4vw auto 0;
	font-size: 1.4rem;
}
/*------------------------------------------------*/
#sec-Review {
	padding: 12vw 0;
}
#sec-Review .wrap-text {
	padding: 7vw 5vw;
}
#sec-Review .wrap-text + .wrap-text {
	margin-top: 6vw;
}
#sec-Review .text {
	font-size: 1.4rem;
}
#sec-Review .text + .text {
	margin-top: 6vw;
}
#sec-Review .accordion label {
	padding: 4vw 9vw;
	font-size: 1.1rem;
	margin: 10vw auto 0;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#sec-Review .accordion .panel .inner p:first-child {
	margin: 6vw 0 0;
}
.comingsoon {
	font-size: 2.0rem;
}
/*------------------------------------------------*/
#sec-Live {
	padding: 12vw 0;
}
#sec-Live .wrap-border {
	padding: 7vw 5vw;
	text-align: left;
}
#sec-Live .wrap-border .t1 {
	font-size: 1.6rem;
	margin-bottom: 6vw;
}
#sec-Live .wrap-border .t2 {
	font-size: 1.4rem;
}
/*------------------------------------------------*/
#sec-Movie {
	padding: 12vw 0;
	position: relative;
	z-index: 5;
}
#sec-Movie .wrapper {
	max-width: none;
}
/*------------------------------------------------*/
#sec-banner {
	padding: 12vw 0;
}
#sec-banner ul {
	display: block;
	max-width: 70vw;
	margin: 0 auto;
}
#sec-banner ul li {
	max-width: none;
}
#sec-banner ul li + li {
	margin-top: 4vw;
}
/*------------------------------------------------*/
footer {
	padding: 12vw 0 10px;
}
footer .wrap-share ul.icon {
	gap: 32px;
}
footer .wrap-share ul.icon li a img {
	width: 44px;
}
footer .wrap-share ul.text {
	display: block;
	margin: 40px auto 50px;
	font-size: 1.6rem;
	line-height: 1;
}
footer .wrap-share ul.text li {
	padding: 0;
	border-left: none;
}
footer .wrap-share ul.text li + li {
	margin-top: 20px;
}
footer .privacy {
	font-size: 1.0rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
footer .copyright {
	font-size: 1.0rem;
	line-height: 1.4;
	position: relative;
}
/*------------------------------------------------*/
ï #deco #deco_p1 {
	width: 18vw;
	transition: transform ease-out 0.3s, opacity 0.3s;
}
#deco #deco_p2 {
	width: 20vw;
	transition: transform ease-out 0.3s, opacity 0.3s;
}
#deco #deco_p3 {
	width: 15vw;
	transition: transform ease-out 0.3s, opacity 0.3s;
}
/*------------------------------------------------*/
footer #deco_p4 {
	width: 18vw;
	position: absolute;
	left: 10vw;
	bottom: 3vw;
	z-index: 30;
	opacity: 0;
	will-change: transform;
	pointer-events: none;
}
html.is_footer footer #deco_p4 {
	animation: deco_p4_1 1.2s forwards;
}
footer #deco_p4 {
	width: 15vw;
	left: 18vw;
	bottom: 19vw;
	transition: transform ease-out 0.3s, opacity 0.3s;
}
footer a#deco_p5 {
	width: 32vw;
	left: -11vw;
	bottom: -0.5vw;
	z-index: -1;
}