@charset "utf-8";


@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Light.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-Medium.woff") format("woff");
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/YakuHanJP/YakuHanJP-bold.woff2") format("woff2"),
    url("../fonts/YakuHanJP/YakuHanJP-bold.woff") format("woff");
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}


* {
	margin: 0;
	padding: 0;
	/*-webkit-backface-visibility: hidden;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: 'palt' 1;
	text-align: center;
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.04em;
	color: #4f4f4f;
	background: #f5f5f5;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	word-break: break-all;
	text-decoration: underline;
	color: #4f4f4f;
	text-decoration-thickness: 1px;
	outline: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: 0.4s cubic-bezier(.57,0,.26,1);
}

button {
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

a:active,
a:hover,
a:focus {
	outline: none;
}

@media (any-hover: hover) {
	a:hover {
		opacity: .4;
	}
}

a:focus-visible,
button:focus-visible {
	outline: none;
}

a,
button,
input,
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
}

table {
	border-collapse: collapse;
}

.wrapper ::before,
.wrapper ::after {
/*
	font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-feature-settings: normal;
*/
}


@-webkit-keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

/*--------------------------------------
loading
--------------------------------------*/


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #fb2500;
	z-index: 5000;
}

.loading p {
	margin: -20px 0 0 -20px;
	padding-top: 40px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	border-top-color: transparent;
	animation: spin 0.75s infinite linear;
	z-index: 5002;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


.loading::before {
	content: "";
	margin: -20px 0 0 -20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(199, 199, 204, .2);
	border-radius: 50%;
	z-index: 5001;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
}


.container {
	position: relative; /*toTop用*/
	text-align: left;
	width: 100%;
}

/*--------------------------------------
header
--------------------------------------*/
#top {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #efedee;
	z-index: 1;
}

#top .visual {
	padding-top: 100vh;
	position: absolute;
	top: 0%;
	left: 0%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	opacity: 0;
	background: url(../images/common/header/photo.webp) no-repeat center top #efedee;
	background-size: cover;
	transition: opacity 0.6s cubic-bezier(.57,0,.26,1) 0s,  transform 1.5s cubic-bezier(.57,0,.26,1) 0s;
	transform: scale(1.3) translateY(14%);
}

body.active #top .visual {
	opacity: 1;
	transform: scale(1) translateY(0%);
}

.siteTitle {
	padding-top: calc(61% * 0.3);
	display: block;
	position: absolute;
	top: 0%;
	left: 2%;
	overflow: hidden;
	width: calc(100% * 0.3);
	height: 0;
	z-index: 6;
}

@media only screen and (max-width: 1380px) {
}

.siteTitle::before,
.siteTitle::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	clip-path: inset(0 100% 0 0);
	z-index: 10;
}

.siteTitle::before {
	transition: clip-path 1s cubic-bezier(.57,0,.26,1) 0.5s;
	background: url(../images/common/header/title.svg) no-repeat center bottom;
	background-size: 100% auto;
}

.siteTitle::after {
	background: url(../images/common/header/title_sub.svg) no-repeat center bottom;
	background-size: 100% auto;
}


body.active .siteTitle::before {
	clip-path: inset(0 0 0 0);
}

body.active .siteTitle::after {
	animation: revealHide 1s cubic-bezier(.57, 0, .26, 1) forwards 0.5s;
}

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

	40% {
		clip-path: inset(0 0 0 0);
	}

	50% {
		clip-path: inset(0 0 0 0);
	}

	100% {
		clip-path: inset(0 0 0 100%);
	}
}


nav {
	z-index: 100;
}

@media only screen and (max-width: 1380px) {
}

.globalNav {
	padding-top: 20%;
	position: absolute;
	top: 0;
	left: 2%;
	width: 30%;
	z-index: 18;
}

.globalNav > li {
	position: relative;
	display: table;
	font-family: 'Work Sans', "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 700;
	font-size: 1.2vw;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.globalNav > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fb2500;
	clip-path: inset(0 100% 0 0);
	z-index: 100;
}

body.active .globalNav > li::before {
	animation: revealHide 0.8s cubic-bezier(.57, 0, .26, 1) forwards 0.5s;
}

@media only screen and (max-width: 1380px) {
}

.globalNav a {
	padding: 0.5em 0;
	position: relative;
	display: table;
	font-family: 'Work Sans', "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 700;
	font-size: 1.2vw;
	color: #2e2e2e;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
	opacity: 0;
	transform: scaleY(1.15);
	transition: color 0.4s cubic-bezier(.57,0,.26,1), opacity 0s cubic-bezier(.57,0,.26,1) 1s;
}

.globalNav a br {
	display: none;
}

body.h3 .globalNav a br {
	display: block;
}

body.active .globalNav a {
	opacity: 1;
}

@media only screen and (max-width: 1240px) {
}

.globalNav a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fb2500;
	transition: clip-path 0.4s cubic-bezier(.57,0,.26,1);
	clip-path: inset(0 100% 0 0);
	z-index: -1;
}

.globalNav a:hover {
	opacity: 1;
	color: #fff;
}

.globalNav a:hover::after {
	clip-path: inset(0 0 0 0);
}

#top .sns-link {
	position: absolute;
	top: 16px;
	right: 16px;
	display:flex;
	gap: 4px;
	width: 4.5vw;
	max-width: 80px;
	opacity: 0;
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	z-index: 18;
}

body.active #top .sns-link {
	opacity: 1;
}

#top .sns-link li {
	width: 50%;
}

#top .sns-link .x a,
#top .sns-link .facebook a {
	padding: 100% 0 0;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
}

#top .sns-link .x a {
	background: url(../images/common/nav/sns/x.svg) no-repeat center center;
	background-size: 100% auto;
}

#top .sns-link .facebook a {
	background: url(../images/common/nav/sns/facebook.svg) no-repeat center center;
	background-size: 100% auto;
}


#top .scroll {
	padding: 0 0 0;
	overflow: hidden;
	position: absolute;
	bottom: calc(40vh + 5em + 24px);
	right: 0;
	width: 48px;
	height: 14vh;
	font-size: 1vw;
	font-family: 'Work Sans', "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	opacity: 0;
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	z-index: 122;
}

body.active #top .scroll {
	opacity: 1;
}

#top .scroll::before,
#top .scroll::after {
	content: "";
	margin: 0 auto;
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(46, 46, 46, .2);
}

#top .scroll::after {
	background: #4f4f4f;
	-webkit-animation: scrollDown 3s cubic-bezier(.17,.67,.07,.99) 0s infinite forwards;
	animation: scrollDown 3s cubic-bezier(.17,.67,.07,.99) 0s infinite forwards;
}

/* scrollDown */
@-webkit-keyframes scrollDown {
	0% { transform: translate3d(0, -28vh, 0);}
	100% { transform: translate3d(0, 0px, 0);}
}

@keyframes scrollDown {
	0% { transform: translate3d(0, -28vh, 0);}
	100% { transform: translate3d(0, 0px, 0);}
}

#top .scroll p {
	display: none;
}

#top::before {
	content: "SCROLL";
	display: flex;
	align-items: center;
	position: absolute;
	bottom: calc(40vh + 24px);
	right: 0;
	width: 47px;
	height: 4.5em;
	overflow: hidden;
	writing-mode: vertical-rl;
	font-size: 1vw;
	font-family: 'Work Sans', "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 700;
	color: #4f4f4f;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #4f4f4f;
	transform: scaleX(1.15);
	opacity: 0;
	z-index: 15;
}

body.active #top::before {
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
	opacity: 1;
}

@media only screen and (max-width: 1280px) {
	#top::before,
	#top .scroll {
		font-size: 1.4vw;
	}
}

.menu .globalNav {
	margin: 0;
	padding: 0;
	position: static;
	display: block;
	background: none;
	width: auto;
	z-index: 304;
}

.menu .globalNav li {
	padding: 0;
	justify-content: center;
}

.menu .globalNav > li:not(:last-child)::after,
.menu .globalNav li::before {
	display: none;
}

.menu .sns-link {
	top: 1.5% ;
	right: 1%;
	width: 16vw;
}

#menu-btn {
	display: none;
	position: fixed;
	top: 8px;
	left: 16px;
	height: 61px;
	width: 79px;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	opacity: 0;
	z-index: 1000;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	transition: opacity 1s cubic-bezier(.57,0,.26,1) 0.5s;
	z-index: 3002;
	}

@media only screen and (max-width: 1380px) {
	#menu-btn {
	}
}

body.active #menu-btn {
	opacity: 1;
}

#menu-btn::before,
#menu-btn::after,
#menu-btn span {
	content: "";
	padding-top: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	opacity: 1;
	background: #2e2e2e;
	transform: translateY(-50%) translateX(-50%);
}



#menu-btn.open::before,
#menu-btn.open::after,
#menu-btn.open span {
	opacity: 0;
}


.b #menu-btn {
}


.b #menu-btn::before,
.b #menu-btn::after,
.b #menu-btn span {
	background: #454545;
}

#menu-btn::before {
	transform: translateY(-25%) translateX(-50%);
	animation: btnTr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition: 0.4s ease-in-out;
}

#menu-btn span {
	transition: 0.4s ease-in-out;
	transform: translateY(-50%) translateX(-50%);
}

#menu-btn::after {
	transform: translateY(-75%) translateX(-50%);
	animation: btnBr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition: 0.4s ease-in-out;
}

body.scroll #menu-btn.active::before,
	#menu-btn.active::before {
	background: #fff;
	animation: btnT 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
}

body.scroll #menu-btn.active span,
#menu-btn.active span {
	background: #fff;
	opacity: 0;
}

body.scroll #menu-btn.active::after,
#menu-btn.active::after {
	background: #fff;
	animation: btnB 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	}



/* btnT */
@keyframes btnT {
	0% { transform: translateY(14px) translateX(-50%) rotate(0deg);}
	20% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-50%) translateX(-50%) rotate(-30deg);}
}

/* btnTr */
@keyframes btnTr {
	0% { transform: translateY(-50%) translateX(-50%) rotate(-30deg);}
	30% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(14px) translateX(-50%) rotate(0deg);}
}

/* btnB */
@keyframes btnB {
	0% { transform: translateY(-14px) translateX(-50%) rotate(0deg);}
	20% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-50%) translateX(-50%) rotate(30deg);}
}

/* btnBr */
@keyframes btnBr {
	0% { transform: translateY(-50%) translateX(-50%) rotate(30deg);}
	30% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-14px) translateX(-50%) rotate(0deg);}
}

body.scroll #menu-btn::before,
body.scroll #menu-btn::after,
body.scroll #menu-btn span {
}

body.scroll #menu-btn::before,
body.scroll #menu-btn::after,
body.scroll #menu-btn span {
}

.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: right;
	transform: translateX(-100%);
		transition: transform 0.4s cubic-bezier(.57,0,.26,1) 0s;
	z-index: 3001;
}

.menu.active {
	transform: translateX(0%);
}

	.menu button {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0.95;
	cursor: default;
	background: #fb2500;
	border: none;
	z-index: 302;
}

.menu div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	z-index: 303;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.primary {
	padding: 0 0 220px;
	position: relative;
	z-index: 100;
}

.notice li:not(:last-child) {
	padding-bottom: 0.4em;
}

.notice p {
	display: flex;
	font-size: 14px;
	line-height: 1.6;
}

.notice p::before {
	content: "※";
}

section {
	margin: 0 auto 120px;
	position: relative;
	padding: 48px 64px 0 102px;
	position: relative;
	width: 100%;
	max-width: 1240px;
	z-index: 10;
}

@media only screen and (max-width: 1140px) {
	section {
		padding: 48px 48px 0 92px;
	}
}

section::before {
	content: "";
	position: absolute;
	top: 48px;
	left: 58px;
	display: block;
	width: 6px;
	height: calc(100% - 48px);
	background: #ad0400;
	transition: transform 1s cubic-bezier(.57,0,.26,1) 0.3s;
	transform-origin: top left;
	transform: scaleY(0);
}

@media only screen and (max-width: 1140px) {
	section::before {
		top: 45px;
		left: 42px;
	height: calc(100% - 45px);
	}
}

section.active::before {
	transform: scaleY(1);
}

.primary section h2 {
	margin-top: -0.15em;
	padding-bottom: 40px;
	font-family: 'Work Sans', "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 700;
	font-size: 68px;
	color: #ad0400;
	line-height: 1.2;
	letter-spacing: -0.02em;
	-webkit-user-select: none;
	user-select: none;
	transform: scaleY(1.15);
}

@media only screen and (max-width: 1940px) {
	.primary section h2 {
		font-size: 3.5vw;
	}
}

.primary section h2 br {
	display: none;
}

.primary section h2::after {
	display: block;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	transform: scaleY(calc(1 / 1.15));
}

.primary section#news h2::after {
	content: "最新情報";
}

.primary section#release h2::after {
	content: "リリース詳細";
}

.primary section#pre-order h2::after {
	content: "予約・購入特典";
}

.primary section#event h2::after {
	content: "リリースイベント";
}

.primary section#campaign h2::after {
	content: "キャンペーン";
}

.primary section#profile h2::after {
	content: "プロフィール";
}
@media only screen and (max-width: 1240px) {
	.primary section h2 {
	}
}

.primary section .contents {
}

.item {
	opacity: 0;
	transform: translateY(3vh);
	transition: opacity 1.5s cubic-bezier(.57,0,.26,1) 0s, transform 1s cubic-bezier(.57,0,.26,1) 0s;
}

.item.active {
	opacity: 1;
	transform: translateY(0);
}


.v figure {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

.v iframe,
.v object,
.v embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.v figcaption {
	position: absolute;
	top: -64px;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 64px;
	border-top: solid 1px;
}

p.lead {
	font-size: 18px;
}

.link > li {
	margin: 0 auto;
	padding-top: 24px;
	width: 24em;
}

.link a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4em;
	text-decoration: none;
	color: #fff;
	background: #4f4f4f;
	-webkit-user-select: none;
	user-select: none;
}

/*--------------------------------------
news
---------------------------------------*/

#news {
	margin: 0 0 60px;
	padding: 100px 0;
	max-width: none;
	background: #ad0400;
}

section#news::before {
	display: none;
}

#news h2 {
	padding: 0;
	overflow: hidden;
	height: 0;
}

#news .feed {
	margin: 0 auto;
	position: relative;
	padding: 0 64px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1240px;
	gap: 24px;
}

@media only screen and (max-width: 1140px) {
	#news .feed {
		padding: 0 48px;
	}
}

#news .feed::before {
	content: "NEWS";
	margin: 0 0 0 -8px;
	font-family: 'Work Sans', "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 700;
	font-size: 68px;
	color: #ad0400;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
	-webkit-user-select: none;
	user-select: none;
	transform: scaleY(1.15);
}

@media only screen and (max-width: 1940px) {
	#news .feed::before {
		padding-top: 0.1em;
		font-size: 3.5vw;
	}
}

@media only screen and (max-width: 1240px) {
	#news .feed::before {
		padding-top: 0.2em;
	}
}

#news .entryList {
	flex: 1;
}

#news .entryList li {
}

#news .entryList li:nth-of-type(n+4) {
	display: none;
}

#news .entry a {
	padding: 0.5em 0;
	position: relative;
	display: flex;
	align-items: start;
	width: fit-content;
	gap: 0.7em;
	overflow: hidden;
	color: #fff;
	line-height: 1.7;
	text-decoration: none;
}

#news .entry a::before {
	content: "";
	margin-top: 0.7em;
	padding-top: 8px;
	flex-shrink: 0;
	display: block;
	width: 8px;
	height: 0;
	transform: rotate(-45deg);
	border: solid 1px;
	border-top: none;
	border-left: none;
}

#news .entry a:hover {
}

#news .entry time {
	width: 6em;
	flex-shrink: 0;
}

#news .entry p {
}

#news .link {
	display: flex;
	justify-content: end;
	width: 100%;
	gap: 16px;
}

#news .link li:nth-of-type(1) {
	padding: 0;
	display: flex;
	justify-content: end;
	width: calc(100% - 8em - 16px);
}

#news .link li:nth-of-type(2) {
	padding: 0;
	width: 8em;
}

#news .link a {
	gap: 0.4em;
	background: #6a0e01;
}

#news .link li:nth-of-type(1) a {
	width: 28em;
}

#news .link li:nth-of-type(2) a {
	width: 100%;
}

#news .link li:nth-of-type(1) a::before {
	content: "";
	padding-top: 1.2em;
	display: block;
	width: 1.6em;
	height: 0;
	background: url(../images/contents/news/mail.svg) no-repeat center center;
	background-size: 100% auto;
}

#news .link a br {
	display: none;
}


/*--------------------------------------
release
---------------------------------------*/

#release {
}

.primary section#release .contents {
	overflow: hidden;
	}


#release #VIZL-2552 {
	padding-bottom: 32px;
}

#release h3 {
	line-height: 1.2;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}

#release h3 span {
	margin-top: calc(28 / 68 * -0.2em);
	display: block;
	font-family: 'Work Sans', "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-size: 68px;
	font-weight: 600;
	letter-spacing: -0.02em;
}

#release .date {
	margin-top: -0.2em;
	line-height: 1.2;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}

#release .type {
	padding-top: 48px;
	display: flex;
	flex-wrap: wrap;
	gap: 56px 48px;
}

#release .type > li {
	display: flex;
	flex-wrap: wrap;
	width: calc((100% - 48px) / 2);
}

#release .jacket {
}

#release .limited-a .jacket {
	background: url(../images/contents/release/VIZL-2552/VIZL-2552.webp) no-repeat;
	background-size: 100% auto;
}

#release .limited-b .jacket {
	background: url(../images/contents/release/VIZL-2552/VIZL-2553.webp) no-repeat;
	background-size: 100% auto;
}

#release .normal .jacket {
	background: url(../images/contents/release/VIZL-2552/VICL-66169.webp) no-repeat;
	background-size: 100% auto;
}

#release .fc .jacket {
	background: url(../images/contents/release/VIZL-2552/NZS-1068.webp) no-repeat;
	background-size: 100% auto;
}

#release .data > dl > dt {
	padding-top: 1em;
	line-height: 1.2;
	text-align: center;
}

#release .data > dl > dt::before {
	content: "＜";
}

#release .data > dl > dt::after {
	content: "＞";
}

#release .data > dl > dd > p:nth-of-type(1) {
	padding: 1em 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

#release .data > dl > dd > dl {
	padding: 0.5em 0 0;
	display: flex;
	line-height: 1.7;
	gap: 0.2em;
}

#release .data > dl > dd > dl dt {
	flex-shrink: 0;
	font-size: 14px;
}

#release .data > dl > dd > dl dd p {
	font-size: 14px;
}

#release .fc .data .notice {
	padding: 0.5em 0 0;
}

#release .fc .data .notice p {
	justify-content: center;
}

#release .ec {
	margin: 0 auto;
	padding-top: 8px;
	width: 8em;
}

#release .ec a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	text-decoration: none;
	color: #fff;
	background: #4f4f4f;
	-webkit-user-select: none;
	user-select: none;
}

#release .track-list {
	padding-top: 72px;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 24px;
}

#release .track-list > dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 3em;
	line-height: 1.2;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#release .track-list > dd {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 40px;
}

#release .track-list > dd > dl {
	display: flex;
	align-items: start;
	gap: 8px 16px;
}

#release .track-list > dd > dl.blu-ray {
	flex-direction: column;
	flex-wrap: wrap;
}

#release .track-list > dd > dl > dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 5em;
	height: 2.4em;
	line-height: 1.2;
	border: solid 1px;
}

#release .track-list > dd > dl.blu-ray > dt {
	width: 14em;
}

#release .track-list > dd > dl.blu-ray > dd:nth-of-type(1) {
	padding-bottom: 24px;
}

#release .track-list > dd > dl.cd {
	flex-shrink: 0;
}

#release .track-list ol {
	padding: 0 0 0 0;
	counter-reset: listcount;
}

#release .track-list ol > li {
	padding: 0 0 0.8em 0;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 0.2em;
	line-height: 1.2;
}


#release .track-list ol > li::before {
	counter-increment: listcount;
	content: counter(listcount, decimal-leading-zero) ".";
	flex-shrink: 0;
}

#release .track-list ol > li > p {
}

#release .track-list .notice {
	padding-left: 1.5em;
	width: 100%;
}

#release #VE3WT-12524 {
	padding-top: 72px;
	overflow: hidden;
	border-top: solid 1px;
}

#release #VE3WT-12524::before {
	content: "";
	padding-top: 33%;
	display: block;
	width: 33%;
	height: 0;
	float: left;
	background: url(../images/contents/release/VE3WT-12524/VE3WT-12524.webp) no-repeat;
	background-size: 100% auto;
	opacity: 0;
	transform: translateY(3vh);
	transition: opacity 1.5s cubic-bezier(.57,0,.26,1) 0s, transform 1s cubic-bezier(.57,0,.26,1) 0s;
}

#release #VE3WT-12524:has(h3.active)::before {
	opacity: 1;
	transform: translateY(0);
}

#release #VE3WT-12524 .detail,
#release #VE3WT-12524 .date,
#release #VE3WT-12524 h3 {
	margin-left: calc(33% + 32px);
	text-align: left;
}


#release #VE3WT-12524 .jacket {
	padding: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

#release #VE3WT-12524 .ec {
	margin: 0;
	padding-top: 16px;
	width: 20em;
}

#release #VE3WT-12524 .video {
	padding-top: 32px;
}


/*--------------------------------------
pre-order
---------------------------------------*/

#pre-order {
}

#pre-order .contents {
}

#pre-order .contents > ul {
	display: flex;
	flex-direction: column;
	gap: 56px;
}

#pre-order .contents > ul > li > dl {
	display: flex;
	flex-direction: column;
}

#pre-order .contents > ul > li > dl > dt {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	gap: 0.2em;
}

#pre-order .contents > ul > li > dl > dt::before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 0.4em;
	height: 0.4em;
	background: #4f4f4f;
}

#pre-order .contents > ul > li > dl > dd {
	padding: 0.5em 0 0 calc(22 / 16 * (0.4em + 0.2em));
}

#pre-order .detail {
	padding: 24px 0;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 32px 16px;
}

#pre-order .detail > dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 7em;
	height: 3em;
	border: solid 1px;
}

#pre-order .detail > dd {
	width: calc(100% - 16px - 7em);
}

#pre-order .detail ul:not(.list) > li {
	display: flex;
}

#pre-order .detail ul:not(.list) > li::before {
	content: "・\0020";
	white-space: pre;
}

#pre-order .detail .list {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 40px;
}

#pre-order .detail .list > li {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	width: calc((100% - 40px) / 2);
}

#pre-order .detail .list > li::before {
	content: "";
	padding-top: 100%;
	display: block;
	width: 100%;
	height: 0;
	background: #aaa;
}

#pre-order .detail .list > li.vos::before {
	background: url(../images/contents/pre-order/vos.webp) no-repeat;
	background-size: 100% auto;
}

#pre-order .detail .list > li.tower::before {
	background: url(../images/contents/pre-order/tower.webp) no-repeat;
	background-size: 100% auto;
}

#pre-order .detail .list > li.hmv::before {
	background: url(../images/contents/pre-order/hmv.webp) no-repeat;
	background-size: 100% auto;
}

#pre-order .detail .list > li.seven::before {
	background: url(../images/contents/pre-order/seven.webp) no-repeat;
	background-size: 100% auto;
}

#pre-order .detail .list > li.rakuten::before {
	background: url(../images/contents/pre-order/rakuten.webp) no-repeat;
	background-size: 100% auto;
}

#pre-order .detail .list > li.rakuten-3::before {
	background: url(../images/contents/pre-order/rakuten-3.webp) no-repeat;
	background-size: 100% auto;
}

#pre-order .detail .list > li.amazon::before {
	background: url(../images/contents/pre-order/amazon.webp) no-repeat;
	background-size: 100% auto;
}

#pre-order .detail .list > li.fanclub::before {
	background: url(../images/contents/pre-order/fanclub.webp) no-repeat;
	background-size: 100% auto;
}

#pre-order .detail .list > li.amazon::before {
	background: url(../images/contents/pre-order/amazon.webp) no-repeat;
	background-size: 100% auto;
}


#pre-order .detail .list > li > p {
	line-height: 1.7;
}

#pre-order .detail .list > li > p:nth-of-type(1) {
	padding: 0.8em 0 1em;
	text-align: center;
}

#pre-order .detail .list > li:not(:only-child) > p:nth-of-type(1)::after {
	content: "";
	margin: 1em auto 0;
	display: block;
	width: 8em;
	height: 1px;
	background: #4f4f4f;
}



/*--------------------------------------
event
---------------------------------------*/

#event {
}

#event .contents > dl > dt {
	padding-bottom: 0.4em;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

/*--------------------------------------
campaign
---------------------------------------*/

#campaign {
}

#campaign .detail {
	padding: 24px 0;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 32px 16px;
}

#campaign .detail > dt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 7em;
	height: 3em;
	border: solid 1px;
}

#campaign .detail > dd {
	width: calc(100% - 16px - 7em);
}

#campaign .detail > dd:nth-of-type(3),
#campaign .detail > dd:nth-of-type(2) {
	margin: auto;
}


#campaign .detail ol p {
	margin-left: 1em;
	text-indent: -1em;
}

/*--------------------------------------
profile
---------------------------------------*/

#profile {
	margin: 0 auto;
}

#profile .contents {
	display: flex;
	flex-direction: column;
}

#profile .contents > p {
	padding-bottom: 48px;
}


#profile .member {
	padding-bottom: 48px;
	display: flex;
	flex-wrap: wrap;
}

#profile .member > li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(100% / 5);
}

#profile .member > li:nth-of-type(1).item {
	transition-delay: 0.0s;
}

#profile .member > li:nth-of-type(2).item {
	transition-delay: 0.2s;
}

#profile .member > li:nth-of-type(3).item {
	transition-delay: 0.4s;
}

#profile .member > li:nth-of-type(4).item {
	transition-delay: 0.6s;
}

#profile .member > li:nth-of-type(5).item {
	transition-delay: 0.8s;
}

#profile .member > li::before {
	content: "";
	margin-bottom: 8px;
	padding-top: 150%;
	display: block;
	width: 100%;
	height: 0;
}

#profile .member > li:nth-of-type(1)::before {
	background: url(../images/contents/profile/photo/m3.webp) no-repeat;
	background-size: 100% auto;
}

#profile .member > li:nth-of-type(2)::before {
	background: url(../images/contents/profile/photo/m4.webp) no-repeat;
	background-size: 100% auto;
}

#profile .member > li:nth-of-type(3)::before {
	background: url(../images/contents/profile/photo/m5.webp) no-repeat;
	background-size: 100% auto;
}

#profile .member > li:nth-of-type(4)::before {
	background: url(../images/contents/profile/photo/m2.webp) no-repeat;
	background-size: 100% auto;
}

#profile .member > li:nth-of-type(5)::before {
	background: url(../images/contents/profile/photo/m1.webp) no-repeat;
	background-size: 100% auto;
}

#profile .member > li p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}

#profile .link {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 24px;
}

#profile .link h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10em;
	height: 2.6em;
	font-size: 14px;
	border: solid 1px;
}

#profile .link > li {
	padding: 0;
	display: flex;
	align-items: center;
	width: 100%;
}

#profile .link > li.sns-link {
	gap: 1em;
}

#profile .link > li.website {
	gap: 1.2em;
}

#profile .link > li.subscription {
	gap: 0.6em;
}

#profile .link > li > ul {
	display: flex;
	gap: 24px;
}

#profile .link > li > ul > li {
	display: flex;
	align-items: center;
}

#profile .link a {
	justify-content: start;
	height: auto;
	font-size: 14px;
	text-align: left;
	color: #4f4f4f;
	background: none;
}

#profile .link .website a {
	gap: 0.6em;
}

#profile .website a::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: url(../images/contents/profile/website/link.svg) no-repeat center center;
	background-size: 100% auto;
}

#profile .link .sns-link a {
	gap: 0.2em;
}

#profile .link .sns-link .x a {
	gap: 0.1em;
}

#profile .link .sns-link .youtube a {
	gap: 0.3em;
}

#profile .sns-link a::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
}

#profile .sns-link .x a::before {
	background: url(../images/contents/profile/sns/x.svg) no-repeat center center;
	background-size: 100% auto;
}

#profile .sns-link .youtube a::before {
	width: 1.7em;
	background: url(../images/contents/profile/sns/youtube.svg) no-repeat center center;
	background-size: 100% auto;
}

#profile .sns-link .facebook a::before {
	background: url(../images/contents/profile/sns/facebook.svg) no-repeat center center;
	background-size: 100% auto;
}

#profile .sns-link .instagram a::before {
	background: url(../images/contents/profile/sns/instagram.svg) no-repeat center center;
	background-size: 100% auto;
}

#profile .sns-link .tiktok a::before {
	background: url(../images/contents/profile/sns/tiktok.svg) no-repeat center center;
	background-size: 100% auto;
}

#profile .subscription > ul {
	width: 42em;
}

#profile .subscription li {
	width: 20%;
}

#profile .subscription .spotify {
	width: 17%;
}

/*
#profile .subscription .apple {
	padding-right: 0.8%;
}

#profile .subscription .spotify {
	padding-right: 0.8%;
	width: 16%;
}

#profile .subscription .youtube {
	padding-right: 1.2%;
}

#profile .subscription .line {
	padding-right: 1.2%;
}

#profile .subscription .amazon {
	padding-right: 1.2%;
}
*/

@media only screen and (max-width: 1440px) {
}

#profile .subscription a {
	padding-top: 31%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

#profile .subscription .spotify a {
	background: url(../images/contents/profile/subscription/spotify.png) no-repeat center center;
	background-size: 100% auto;
}

#profile .subscription .apple a {
	background: url(../images/contents/profile/subscription/apple.png) no-repeat center center;
	background-size: 100% auto;
}

#profile .subscription .amazon a {
	background: url(../images/contents/profile/subscription/amazon_music.png) no-repeat center center;
	background-size: 100% auto;
}

#profile .subscription .youtube a {
	background: url(../images/contents/profile/subscription/youtube.png) no-repeat center center;
	background-size: 100% auto;
}

#profile .subscription .line a {
	background: url(../images/contents/profile/subscription/line.png) no-repeat center center;
	background-size: 100% auto;
}


/*--------------------------------------
上部へボタン
---------------------------------------*/

ul.toTop {
	overflow: hidden;
	position: fixed;
	bottom: -60px;
	right: 4px;
	transition: bottom 1s cubic-bezier(.57,0,.26,1) 0s;
	z-index: 3000;
}

body.scroll ul.toTop {
	bottom: 4px;
	opacity: 1;
}

ul.toTop a {
	padding-top: 56px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 56px;
	height: 0;
	background: #f5f5f5;
}

ul.toTop a::before {
	content: "";
	margin: -8px 0 0 -13px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	border: solid 8px #fb2500;
	border-right: none;
	border-bottom: none;
	transition: border-color 0.4s cubic-bezier(.57,0,.26,1) 0s;
}

ul.toTop a:hover {
	opacity: 1;
}

ul.toTop a:hover::before {
	border-color: #ff9c8b;
}

/*--------------------------------------
フッター
---------------------------------------*/

footer {
	padding: 180px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: #fb2500;
	z-index: 2999;
}

footer .copyright p {
	position: relative;
	font-family: 'Work Sans', "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	transform: scaleY(1.15);
	color: #fff;
	z-index: 100;
}

footer .copyright br {
	display: none;
}

footer .copyright a {
	color: #fff;
	text-decoration: underline;
}


/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 980px) {

	body {
		font-size: 15px;
	}

	.globalNav a {
		font-size: 1.4vw;
	}


	#news {
		margin: 0 0 38px;
		padding: 72px 0;
	}

	#news .feed {
		padding: 0 40px;
	}

	#news .feed::before {
		padding-top: 0.3em;
	}

	section {
		margin: 0 auto 96px;
		padding: 48px 40px 0 76px;
	}

	section::before {
		top: 45px;
		left: 34px;
		height: calc(100% - 45px);
	}

}

/*--------------------------------------------------------------------------------------------------*/


@media only screen and (max-width: 880px) {

}

/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 680px) {

	html {
	}

	body {
		font-size: 14px;
		line-height: 1.7;
	}

	#top {
	}

	#top .visual {
		padding-top: 100vh;
		position: absolute;
		top: 0%;
		left: 0%;
		background: url(../images/common/header/photo_sp.webp) no-repeat center bottom #efedee;
	background-size: 100% auto;
		transform: scale(1.4) translateY(4%);
	}

	.siteTitle {
		top: 48px;
		left: 16px;
		width: calc(100% - 16px * 2);
	}

	.siteTitle::before {
		transition: clip-path 1s cubic-bezier(.57,0,.26,1) 0.5s;
		background: url(../images/common/header/title_sp.svg) no-repeat center center;
		background-size: contain;
	}

	.siteTitle::after {
		background: url(../images/common/header/title_sub_sp.svg) no-repeat center center;
		background-size: contain;
	}

	nav {
	}

	#top .sns-link {
		top: 8px;
		right: auto;
		left: 8px;
		width: 64px;
	}

	#top .globalNav {
		display: none;
	}

	.menu .globalNav > li {
		padding: 0.1em 0;
		font-size: 8vw;
	}

	.menu .globalNav > li a {
		padding: 0.3em 0.5em;
		color: #fff;
		font-size: 8vw;
		text-align: left;
	}

	#menu-btn {
		display: block;
		top: 0;
		left: auto;
		right: 0;
		width: 64px;
		height: 45px;
		opacity: 0;
		transition: opacity 1s cubic-bezier(.57,0,.26,1) 1.5s;
		z-index: 3002;
	}

	body.active #menu-btn {
		opacity: 1;
	}

	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		width: calc(100% - 8px);
	}

/* btnT */
@keyframes btnT {
	0% { transform: translateY(7px) translateX(-50%) rotate(0deg);}
	20% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-50%) translateX(-50%) rotate(-30deg);}
}

/* btnTr */
@keyframes btnTr {
	0% { transform: translateY(-50%) translateX(-50%) rotate(-30deg);}
	30% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(7px) translateX(-50%) rotate(0deg);}
}

/* btnB */
@keyframes btnB {
	0% { transform: translateY(-8px) translateX(-50%) rotate(0deg);}
	20% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-50%) translateX(-50%) rotate(30deg);}
}

/* btnBr */
@keyframes btnBr {
	0% { transform: translateY(-50%) translateX(-50%) rotate(30deg);}
	30% { transform: translateY(-50%) translateX(-50%) rotate(0deg);}
	100% { transform: translateY(-8px) translateX(-50%) rotate(0deg);}
}


	#top::before,
	#top .scroll {
		display: none;
	}

	.primary {
		padding-bottom: 120px;
	}

	section {
		margin: 0 auto 32px;
		padding: 48px 24px 0 28px;
	}

	.primary section h2 {
		padding-top: 0.1em;
		font-size: 8vw;
	}

	.primary section#pre-order h2 {
		padding-top: 0.2em;
		line-height: 1;
	}
.primary section#pre-order h2::after {
		padding-top: 0.4em;
}
	.primary section h2 br {
		display: block;
	}

	.primary section .contents {
	}

	section::before {
		top: 48px;
		left: 4px;
		width: 4px;
		height: calc(100% - 48px);
	}

	.link > li {
		padding: 0;
		width: 100%;
	}

	.notice p {
		font-size: 13px;
	}

	#news {
		margin: 0 0;
		padding: 48px 0;
	}

	#news h2 {
		padding: 0;
		overflow: visible;
		height: auto;
		text-align: center;
		color: #fff;
	}

	#news .feed {
		padding: 24px 16px 0;
	}

	#news .feed::before {
		display: none;
	}

	#news .entryList {
		border-bottom: solid 1px rgba(255, 255, 255, 0.4);
	}

	#news .entryList li {
		border-top: solid 1px rgba(255, 255, 255, 0.4);
	}

	#news .entry a {
		padding: 0.8em 0;
		flex-direction: column;
		gap: 0.2em;
	}

	#news .link li:nth-of-type(1) {
		width: calc(100% - 5em - 16px);
	}

	#news .link li:nth-of-type(2) {
		padding: 0;
		width: 5em;
	}

	#news .link a {
		font-size: 13px;
	}

	#news .link li:nth-of-type(1) a {
		padding: 0 0.5em 0 1em;
		gap: 0.5em;
	}

	#news .link li:nth-of-type(1) a::before {
		width: 2em;
	}

	#news .entry time {
		width: auto;
		line-height: 1.2;
	}

	#news .entry a::before {
		display: none;
	}


	#release #VIZL-2552 {
		padding-bottom: 48px;
	}

	#release h3 {
		font-size: 18px;
	}

	#release h3 span {
		margin-top: calc(18 / 46 * 0.1em);
		font-size: 46px;
	}

	#release .date {
		margin-top: 0.2em;
		font-size: 18px;
	}

	#release .type {
		padding-top: 24px;
		flex-direction: column;
		gap: 56px 48px;
	}

	#release .type > li {
		width: 100%;
	}

	#release .track-list {
		padding-top: 48px;
	}

	#release .track-list > dd {
		flex-direction: column;
		gap: calc(32px - 0.2em);
	}

	#release .track-list > dd > dl.blu-ray > dt {
		width: 100%;
	}

	#release #VE3WT-12524 {
		padding-top: 48px;
		overflow: visible;
	}

	#release #VE3WT-12524::before {
		display: none;
	}

	#release #VE3WT-12524 .date,
	#release #VE3WT-12524 h3 {
		margin: 0;
		text-align: center;
	}

	#release #VE3WT-12524 .detail {
		margin: 0;
		padding-top: 24px;
	}

	#release #VE3WT-12524 .jacket {
		padding-top: 100%;
		width: 100%;
		background: url(../images/contents/release/VE3WT-12524/VE3WT-12524.webp) no-repeat;
		background-size: 100% auto;
	}

	#release #VE3WT-12524 .ec {
		margin: 0 auto;
		width: 17em;
	}

	#pre-order .contents > ul > li > dl > dt {
		font-size: 18px;
	}

	p.lead {
		font-size: 15px;
	}

	#pre-order .detail {
		padding: 24px 0;
		flex-direction: column;
		gap: 32px 16px;
	}

	#pre-order .detail > dt {
		width: 100%;
		height: 2.6em;
	}

	#pre-order .detail > dd {
		padding-bottom: 8px;
		width: 100%;
	}

	#pre-order .detail {
		padding: 16px 0;
		gap: 8px 16px;
	}

	#pre-order .contents > ul > li:last-child .detail {
		padding: 16px 0 0;
	}

	#pre-order .detail .list {
		justify-content: center;
		gap: 24px 16px;
	}

	#pre-order .detail .list > li {
		width: calc((100% - 16px) / 2);
		text-align: center;
	}

	#pre-order .detail .list > li > p {
		padding: 0.5em 0 0;
		width: 100%;
		text-align: left;
	}

	#pre-order .detail .list > li > p:nth-of-type(1) {
		padding: 0.5em 0 0.5em;
		display: flex;
		gap: 0.2em;
		text-align: left;
	}

	#pre-order .detail .list > li.fanclub> p {
		text-align: center;
	justify-content: center;
	}

	#pre-order .detail .list > li:not(:only-child) > p:nth-of-type(1) {
		border-bottom: solid 1px;
	}

	#pre-order .detail .list > li:not(:only-child) > p:nth-of-type(1)::before {
		content: "";
		margin-top: 0.7em;
		display: block;
		flex-shrink: 0;
		width: 0.4em;
		height: 0.4em;
		background: #4f4f4f;
	}

	#pre-order .detail .list > li:not(:only-child) > p:nth-of-type(1)::after {
		display: none;
	}

	#event .contents > dl > dt {
		font-size: 18px;
		line-height: 1.7;
	}

	#event .contents > dl > dd li > p {
		margin-left: 6.5em;
		text-indent: -6.5em;
	}

	#campaign .detail {
		flex-direction: column;
		gap: 8px;
	}

	#campaign .detail > dt {
		width: 100%;
		height: 2.6em;
	}

	#campaign .detail > dd {
		padding-bottom: 8px;
		width: 100%;
	}

	#profile .member {
		padding-bottom: 16px;
		gap: 16px 8px;
		justify-content: center;
	}

	#profile .member > li {
		width: calc((100% - 8px) / 2);
	}

	#profile .member > li:nth-of-type(1).item,
	#profile .member > li:nth-of-type(2).item,
	#profile .member > li:nth-of-type(3).item,
	#profile .member > li:nth-of-type(4).item,
	#profile .member > li:nth-of-type(5).item {
		transition-delay: 0.0s;
	}

	#profile .member > li p {
		font-size: 16px;
	}

	#profile .contents > p {
		padding-bottom: 24px;
	}

	#profile .link > li {
		flex-direction: column;
	}

	#profile .link > li > ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px 24px;
		width: 100%;
	}

	#profile .link > li.subscription > ul {
		gap: 8px 24px;
	}

	#profile .link h3 {
		width: 100%;
		height: 2.6em;
	}

	#profile .subscription li {
		width: 37%;
	}

	#profile .subscription .spotify {
		width: 30%;
	}

	ul.toTop a {
		padding-top: 35px;
		width: 35px;
		background: none;
	}

	ul.toTop a::before {
		margin: -4px 0 0 -9px;
		width: 13px;
		height: 13px;
		border: solid 4px #6a0f01;
		border-right: none;
		border-bottom: none;
	}

	footer {
		padding: 80px 0;
	}

	footer .copyright::before {
		margin: 0 auto 24px;
		padding-top: calc(42% * 0.4);
		width: calc(100% * 0.4);
	}

	footer .copyright p {
		font-size: 12px;
		line-height: 1.5;
		}

	footer .copyright br {
		display: block;
	}
}

@media only screen and (max-width: 375px) {
}

@media screen and (orientation: landscape) {



}
