@charset "utf-8";

@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: 700;
}
@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%;
	background: transparent;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 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: 1.7;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.06em;
	color: #fff;
	background: #000;
}

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: #4b4845;
	outline: none;
	transition: opacity 0.4s cubic-bezier(.57,0,.26,1);
}

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

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


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",
	font-feature-settings: normal;
}

button {
	-webkit-user-select: none;
	user-select: none;
	touch-action: manipulation;
		outline: none;
		border: none;
		background: none;
}

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

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

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

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

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

.loading::after {
}

.loading p {
	margin: -20px 0 0 -20px;
	padding-top: 38px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 0;
	border: 1px solid #fe0000;
	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: 38px;
	height: 38px;
	opacity: .6;
	border: 1px solid #fe0000;
	border-radius: 50%;
	box-shadow: 0 0 16px #fe0000;
	z-index: 5001;
}


/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.container {
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto;
}

/*--------------------------------------
header
--------------------------------------*/
#top {
	padding: 60px 56px 0;
	position: relative;
	width: 100%;
	height: 100vh;
	background: #000;
	z-index: 10;
}

#top::after {
	content: "";
	padding-top: 63.05%;
	position: absolute;
	top: 60px;
	left: 56px;
	width: calc(100% - 56px * 2);
	height: 0;
	background: url(../images/common/header/photo_base.webp) no-repeat center top;
	background-size: 100% auto;
	backface-visibility:hidden;
	transform: perspective(0);
	filter: brightness(0) saturate(0.5);
	transition: filter 0s cubic-bezier(0, 2.5, 0.2, 2.5);
	z-index: 1;
}

#top figure {
	padding-top: 63.05%;
	position: absolute;
	top: 60px;
	left: 56px;
	width: calc(100% - 56px * 2);
	height: 0;
	opacity: 0;
	background: url(../images/common/header/photo.webp) no-repeat center top;
	background-size: 100% auto;
	filter: brightness(3);
	transition: filter 0s cubic-bezier(0, 2.5, 0.2, 2.5);
	z-index: 10;
}

body.active #top::after,
body.active #top figure {
	opacity: 1;
	filter: brightness(1);
	transition: filter 3s;
	animation: photo 3s cubic-bezier(.17,.67,.6,.92) 1 forwards;
}

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

body.h #top figure,
body.h2 #top figure,
body.h3 #top figure {
	padding-top: 70%;
	width: calc(100% - 56px * 2);
	background: url(../images/common/header/photo.webp) no-repeat center top;
	background-size: 100% auto;
}

body.h3 #top::after,
body.h3 #top figure {
	padding-top: 70%;
	background-size: 110% auto;
}

.siteTitle {
	padding-top: calc(23% * 0.95);
	overflow: hidden;
	position: absolute;
	bottom: -6%;
	left: 50%;
	width: calc(100% * 0.95);
	height: 0;
	opacity: 0;
	background: url(../images/common/header/title_w.webp) no-repeat center center;
	background-size: 100% auto;
	transform: translateX(-50%);
	transition: opacity 1s cubic-bezier(.17,.67,.6,.92) 1s;
	z-index: 5;
}

body.w3 .siteTitle {
	bottom: -11%;
	
}

body.w4 .siteTitle {
	bottom: -14%;
	z-index: 11;
}

body.w .siteTitle {
	padding-top: calc(23% * 0.98);
	bottom: -4%;
	width: calc(100% * 0.98);
	background: url(../images/common/header/title_w.webp) no-repeat center center;
	background-size: 100% auto;
	
}

body.h .siteTitle,
body.h2 .siteTitle {
	padding-top: calc(40% * 1);
	bottom: -4%;
	width: calc(100% * 1);
	background: url(../images/common/header/title_h.webp) no-repeat center center;
	background-size: 100% auto;
}

body.h2 .siteTitle {
	bottom: -2%;
}

body.h3 .siteTitle {
	bottom: 0%;
	padding-top: calc(40% * 1.1);
	bottom: 0%;
	width: calc(100% * 1.1);
	background: url(../images/common/header/title_h.webp) no-repeat center center;
	background-size: 100% auto;
}

body.active .siteTitle {
	opacity: 1;
}

#home .siteTitle {
}


nav {
z-index: 100;
}

#top .globalNav {
	display: none;
}

.globalNav a {
	margin: 0 auto;
	position: relative;
	display: table;
	position: relative;
	text-decoration: none;
	color: #fff;
	-webkit-user-select: none;
	user-select: none;
	transition: color 0.4s cubic-bezier(.57,0,.26,1);
}

.globalNav a .en {
	white-space: nowrap;
	font-size: 56px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Oswald', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	letter-spacing: -0.02em;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}

body.w3 .globalNav a .en {
	font-size: 6vh;
}

.globalNav a .ja {
	padding-top: 0.5em;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}

body.w3 .globalNav a .js {
	font-size: 2vh;
}

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

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

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

	#menu-btn {
		position: fixed;
		top: 0px;
		right: 0;
		height: 53px;
		width: 54px;
	opacity: 0;
		outline: none;
		border: none;
		background: none;
		cursor: pointer;
		z-index: 2000;
		-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	transition: opacity 1s cubic-bezier(.17,.67,.6,.92) 2s;
	}

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

@keyframes fade {
	from {
		opacity: 0;
		}
	to {
		opacity: 1;
	}
}

	#menu-btn::before,
	#menu-btn::after,
	#menu-btn span {
		content: "";
		margin-left: calc((100% - 12px) / -2);
		padding-top: 1px;
		position: absolute;
		top: 0;
		left: 50%;
		overflow: hidden;
		display: block;
		width: calc(100% - 12px);
		height: 0;
		background: #fff;
	}

#menu-btn::before {
	top: 14px;
	animation: btnTr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition:  0.4s ease-in-out;
}

#menu-btn span {
	top: 26px;
	-webkit-transition:  0.4s ease-in-out;
	transition:  0.4s ease-in-out;
}

#menu-btn::after {
	top: 38px;
	animation: btnBr 0.8s cubic-bezier(.17,.67,.07,.99) 0s forwards;
	transition:  0.4s ease-in-out;
}

#menu-btn:hover::before {
}

#menu-btn:hover::after {
}

#menu-btn.active:hover::before {
}

#menu-btn.active:hover::after {
}

#menu-btn.active:hover::before,
#menu-btn.active:hover::after {
}

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

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

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

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

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

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

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

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

body.b #menu-btn.active::before,
body.b #menu-btn.active::after,
body.b #menu-btn.active span {
		background: #fff;
	}

.menu {
	will-change: transform;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	display: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index: 1099;
}

.menu.active {
}

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

.menu div {
		position: relative;
		width: 100%;
	height: 100svh;
		display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(0, 0, 0, .92);
	z-index: 303;
}

.menu .globalNav {
	margin: 0 auto;
	padding: 0 0 4em;
	padding: 0;
	position: relative;
	display: table;
	text-align: center;
	z-index: 304;
}

.menu .globalNav li {
	margin: 0 auto;
	padding: 1em 0;
	display: table;
	position: relative;
}

#top .globalNav li.subscription {
	width: 36%;
	flex-grow: 0;
}

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

#top .sns-link {
	padding: 0 0 0 12px;
	position: absolute;
	top: 0;
	left: 0;
	display:flex;
	justify-content: start;
	align-items: center;
	gap: 6px;
	width: 100%;
	height: 54px;
	flex: 1;
	opacity: 0;
	transition: opacity 1s cubic-bezier(.17,.67,.6,.92) 2s;
	z-index: 100;
	}

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

.sns-link li {
	width: 3.4vw;
	max-width: 34px;
}

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

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

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

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

}

#top .scroll {
	padding: 0 0 calc(16em * 0.8);
	overflow: hidden;
	position: absolute;
	bottom: 4%;
	right: 16px;
	width: 1.4em;
	opacity: 0;
	font-size: 18px;
	transition: opacity 1s cubic-bezier(.17,.67,.6,.92) 2s;
	z-index: 122;
}

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

#top.active.up .scroll {
	opacity: 0;
}

.scroll p {
	padding-top: 9em;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	height: 0;
	width: 1px;
}

.scroll p::before,
.scroll p::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	background: #fe0000;
	opacity: .4;
}

.scroll p::after {
	opacity: 1;
	mix-blend-mode: normal;
	background: #fe0000;
	-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, -100%, 0);}
	100% { transform: translate3d(0, 100%, 0);}
}

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

.scroll::before {
	content: "SCROLL";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	writing-mode: vertical-rl;
	font-size: 18px;
	font-family: 'Oswald', serif;
	font-weight: 600;
	transform: scaleX(0.8);
	line-height: 1.4;
	color: #fe0000;
	-webkit-user-select: none;
	user-select: none;
	text-shadow: 0px 0px 30px #fe0000, 0px 0px 30px #fe0000;
}



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

.primary {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 100;
}

.notice li {
	padding-top: 0.2em;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}

.notice li::before {
	content: "※";
	font-size: 14px;
	line-height: 1.7;
}

.notice p {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	flex: 1;
}

.primary section {
	position: relative;
	width: 100%;
}

.purchase-bonus > dt,
.primary section h2 {
/*
	text-align: center;
	line-height: 1.2;
	font-size: 56px;
	color: #01ff6b;
	font-weight: 700;
	font-family: 'Oswald', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	letter-spacing: -0.02em;
*/
}

.purchase-bonus > dt .en,
.primary section h2 .en {
	padding-top: 5em;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.purchase-bonus > dt .jp,
.primary section h2 .jp {
	margin-top: -2.7em;
	padding-top: 3em;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
/*
	padding-top: 3em;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	display: block;
	font-weight: 600;
	font-size: 20px;
	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;
	letter-spacing: 0.02em;
*/
}

.purchase-bonus > dt .en,
.primary section h2 .en {
	padding-top: 7em;
}

.purchase-bonus > dt .jp {
	margin-top: -2.4em;
	padding-top: 5em;
}

.purchase-bonus > dt .en::before,
.primary section h2 .en::before,
.purchase-bonus > dt .en::after,
.primary section h2 .en::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	font-size: 56px;
	color: #01ff6b;
	font-weight: 700;
	font-family: 'Oswald', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	letter-spacing: -0.02em;
	transform: translate(-50%, -50%);
}

.purchase-bonus > dt .jp::before,
.primary section h2 .jp::before,
.purchase-bonus > dt .jp::after,
.primary section h2 .jp::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	color: #01ff6b;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	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;
	letter-spacing: -0.06em;
	transform: translate(-50%, -50%);
}

.purchase-bonus > dt .en::after,
.primary section h2 .en::after,
.purchase-bonus > dt .jp::after,
.primary section h2 .jp::after {
	text-shadow: 0px 0px 30px #01ff6b, 0px 0px 30px #01ff6b;
}

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

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


.primary section .contents {
	margin: 0 auto;
	padding: 0 72px 0;
	position: relative;
	max-width: 1240px;
	width: 100%;
	z-index: 2;
}


@media only screen and (max-width: 1240px) {
	.primary section .contents {
		padding: 0 40px 0;
	}
}

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

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

.purchase-bonus > dt.item,
.primary section h2.item {
	opacity: 0;
	transform: none;
	transition: opacity 1.5s cubic-bezier(.57,0,.26,1) 0.1s;
}

.purchase-bonus > dt.item.active,
.primary section h2.item.active {
	opacity: 1;
	transform: none;
}

.purchase-bonus > dt.item .en::after,
.primary section h2.item .en::after,
.purchase-bonus > dt.item .jp::after,
.primary section h2.item .jp::after {
	opacity: 0;
}

.purchase-bonus > dt.item.active .en::after,
.primary section h2.item.active .en::after,
.purchase-bonus > dt.item.active .jp::after,
.primary section h2.item.active .jp::after {
	animation: fadeInOut 3s linear 0s;
}

@-webkit-keyframes fadeInOut {
	0% { opacity: 0;}
	30% { opacity: 1;}
	60% { opacity: 1;}
	100% { opacity: 0;}
}

@keyframes fadeInOut {
	0% { opacity: 0;}
	30% { opacity: 1;}
	60% { opacity: 1;}
	100% { opacity: 0;}
}

/*--------------------------------------
news
---------------------------------------*/
#news {
	padding: 48px 0 120px;
	z-index: 10;
}

#news h2 {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 7em;
	color: #fcfef3;
	transform: translateX(calc(-50% - 506px));
}

@media only screen and (max-width: 1240px) {
	#news h2 {
		left: 16px;
		transform: none;
	}
}

.primary section#news h2 .en::before,
.primary section#news h2 .en::after {
	content: "News";
}

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

.primary section#news .contents {
	padding: 0 72px 0 calc(72px + 8em);
}

@media only screen and (max-width: 1240px) {
	.primary section#news .contents {
		padding: 0 40px 0 calc(40px + 8em);
	}
}

#news .entryList {
	padding-top: 32px;
}

#news.active .entryList {
	}

#news .link {
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}

#news .entryList li {
	position: relative;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
}

#news .entryList li:first-child {
	border-top: solid 1px rgba(0, 0, 0, .1);
}


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

#news .entry a {
	padding: 16px 48px 16px 0;
	position: relative;
	display: flex;
	align-items: start;
	color: #fff;
	overflow: hidden;
	text-decoration: none;
}

#news .entry a:hover {
}

#news .entry a::after {
	content: "";
	padding-top: 16px;
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	width: 16px;
	height: 0;
	transform: rotate(-45deg) translateY(-50%);
	border: solid 1px;
	border-top: none;
	border-left: none;
	transition: 0.4s ease-in-out;
}

#news .entry span {
	width: 8em;
	text-align: left;
	line-height: 1.7;
	flex-shrink: 0;
}

#news .entry p {
	padding: 0;
text-align: left;
	line-height: 1.7;
	flex: 1;
}

#news .link a {
	padding: 0 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 0.5em;
	height: 4em;
	text-decoration: none;
	color: #fff;
	background: #333;
	-webkit-user-select: none;
	user-select: none;
	transition: background 0.4s cubic-bezier(.57,0,.26,1);
	border-radius: 4px;
}

#news .link a:hover {
	opacity: 1;
	background: #222;
}

#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 {
	padding: 48px 0 100px;
	background: #033212;
}

#release::after,
#release::before {
	content: "";
	padding-top: 220px;
	position: absolute;
	top: -220px;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 60%, rgba(0, 87, 22, 0.8) 100%);
	z-index: 1;
}

#release::after {
	top: auto;
	bottom: -220px;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 60%, rgba(0, 87, 22, 1) 100%);
}

.primary section#release h2 .en::before,
.primary section#release h2 .en::after {
	content: "Release Details";
}

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

#release .purchase-bonus > dt .en::before,
#release .purchase-bonus > dt .en::after {
	content: "Pre-order / Purchase Bonus";
}

#release .purchase-bonus > dt .jp::before,
#release .purchase-bonus > dt .jp::after {
	content: "予約・購入特典";
}

.primary section#release .contents {
	padding: 0 56px 0;
	max-width: none;
}

@media only screen and (max-width: 1240px) {
	.primary section#release .contents {
		padding: 0 40px 0;
	}
}

#release .VIZL-2515 {
	padding-top: 48px;
}

#release .VIZL-2515 > h3 {
	text-align: center;
	line-height: 1.2;
	font-size: 88px;
	font-weight: 700;
	font-family: 'Oswald', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	letter-spacing: -0.02em;
}

#release .VIZL-2515 > h3 span {
	font-size: 32px;
	display: block;
}
#release .detail {
	overflow: hidden;
}

#release .date {
	padding: 0 0 48px;
}

#release .date p {
	text-align: center;
	line-height: 1.2;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Oswald', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	letter-spacing: -0.02em;
}

#release .type > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 40px;
}

#release .type > ul > li {
	display: flex;
	flex-direction: column;
	width: calc((100% - 40px * 2) / 3);
}

@media only screen and (max-width: 1440px) {
	#release .type > ul {
		gap: 24px;
	}
	#release .type > ul > li {
		width: calc((100% - 24px * 2) / 3);
	}
}

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

	#release .type > ul {
		flex-direction: column;
		gap: 24px;
	}

	#release .type > ul > li {
		flex-direction: row;
	gap: 16px;
		width: 100%;
	}
}

#release .option + .type > ul {
		margin-top: 72px;
		padding: 72px 0 58px 0;
	display: block;
	border-top: solid 1px#01ff6b;
	border-bottom: solid 1px #01ff6b
}

@media only screen and (max-width: 1254px) {
	#release .option + .type > ul {
			padding: 56px 0;
	}
}

#release  .option + .type > ul > li {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#release  .option + .type > ul > li.vos-limited {
}

#release .jacket {
	margin-bottom: 8px;
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
	width: 100%;
}

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

	#release .jacket {
		margin: 0px;
		width: 50%;
	}

}

#release .jacket img {
}

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

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

#release .vos .jacket img {
	background: url(../images/contents/release/VIZL-2515/jacket/NCS-10336.webp) no-repeat;
	background-size: 100% auto;
}

#release .type > ul > li > ul {
	display: flex;
}

@media only screen and (max-width: 1080px) {
	#release .type > ul > li > ul {
		flex: 1;
	}
}

#release .option + .type > ul > li > ul {
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}

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

#release .option + .type > ul > li > ul .data {
	margin: 0 auto;
	padding: 0 0 0 1.4em;
	position: relative;
	display: table;
}

#release .vos-limited .data::before {
	content: "";
	margin: 8px 0 0 16px;
	float: right;
	padding-top: calc(68% * 0.40);
	display: block;
	width: calc(100% * 0.40);
	height: 0;
	background: url(../images/contents/release/VIZL-2515/keyholder.webp) no-repeat center top;
	background-size: 100% auto;
}


#release .option + .type > ul > li > ul .data::after {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 0.8em;
	height: 0.8em;
	font-size: 20px;
	background: #fff;
}

#release .option + .type > ul > li > ul .data h3 {
	font-size: 20px;
}

#release .option + .type > ul > li > ul .data h3 br {
	display: block;
}


#release .vos-limited .data dl {
	position: relative;
}



#release .data dt {
	padding: 0 0 0 0.75em;
	position: relative;
}

#release .data dt::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	display: block;
	width: 0.5em;
	height: 0.5em;
	background: #fff;
}

#release .data > p,
#release .data dd {
	padding: 0 0 0 0.75em;
}

#release .vos-limited .data dd {
	padding: 0 0 16px 0.75em;
}

#release .data dd p,
#release .data > p {
	padding-top: 4px;
	font-size: 14px;
	line-height: 1.6;
}

#release .option + .type .data > h3 + p {
	padding: 12px 0 24px;
	font-size: 16px;
}

#release .data .option {
padding: 0.5em 0 0 0.75em;
}

#release .data .option > li {
	padding-bottom: 0.2em;
	display: flex;
	flex-wrap: wrap;
}

#release .data .option > li::before {
	content: "・";
}

#release .data .option > li > p {
	width: calc(100% - 1.2em);
}

#release .data .option > li > .notice {
	padding: 0 0 0 0.6em;
}

#release .detail > .option {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#release .detail > .option .card {
	display: flex;
	flex-wrap: wrap;
	gap: 0 16px;
	width: calc((100% - 8px) / 4 * 3);
}

#release .detail > .option .solo-jacket {
	padding-left: 11px;
	width: calc((100% - 8px) / 4 * 1);
}

#release .detail > .option .solo-jacket::before,
#release .detail > .option .card::before {
	content: "商品封入セルカ";
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.5em;
	line-height: 1.6;
	font-size: 15px;
	border: solid 1px;
}

#release .detail > .option .solo-jacket::before {
	content: "生産限定VICTOR ONLINE STORE盤封入\Aアナザーソロジャケット";
	padding: 0 1em;
	width: auto;
	white-space: pre;
	text-align: center;
}

#release .detail > .option .card li {
	width: calc((100% - 16px * 2) / 3);
	text-align: center;
}


#release .detail > .option .solo-jacket li::before,
#release .detail > .option .card li::before {
	content: "";
	padding-top: 64%;
	width: 100%;
	height: 0;
	display: block;
}

#release .detail > .option .card li:nth-of-type(1)::before {
	background: url(../images/contents/release/VIZL-2515/card/card-a.webp) no-repeat;
	background-size: 100% auto;
}

#release .detail > .option .card li:nth-of-type(2)::before {
	background: url(../images/contents/release/VIZL-2515/card/card-b.webp) no-repeat;
	background-size: 100% auto;
}

#release .detail > .option .card li:nth-of-type(3)::before {
	background: url(../images/contents/release/VIZL-2515/card/card-c.webp) no-repeat;
	background-size: 100% auto;
}

#release .detail > .option .solo-jacket li::before {
	background: url(../images/contents/release/VIZL-2515/card/solo-jacket.webp) no-repeat center center;
	background-size: 100% auto;
}

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

	#release .detail > .option {
		flex-direction: column;
		align-items: center;
		gap: 48px;
	}

	#release .detail > .option .card {
		width: 100%;
	}

	#release .detail > .option .solo-jacket {
		padding: 0;
		width: auto;
	}

	#release .detail > .option .solo-jacket::before,
	#release .detail > .option .card::before {
		padding: 0;
		height: auto;
		font-size: 18px;
		border: none;
	}

	#release .detail > .option .card::before {
		content: "＜商品封入セルカ＞";
	}

	#release .detail > .option .solo-jacket::before {
		content: "＜生産限定VICTOR ONLINE STORE盤封入アナザーソロジャケット＞";
		white-space: normal;
	}

	#release .detail > .option .solo-jacket li::before {
		margin: 0 auto;
		padding-top: 38%;
		width: 70%;
	}
}

#release .detail > .option .card p {
	padding-top: 6px;
	display: inline-block;
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}

#release .detail > .option .solo-jacket p {
	padding: 0;
	height: 0;
	overflow: hidden;
}

#release .ec {
	padding: 40px 0 56px;
	width: 100%;
}

#release .option + .type .ec {
	padding: 0;
	width: auto;
}

#release .ec .link {
	display: flex;
	justify-content: center;
	gap: 24px;
}

@media only screen and (max-width: 1080px) {
	#release .ec .link,
	#release .option + .type .ec .link {
		gap: 8px;
	}
}

#release .ec .link a {
	padding: 24px 24px 24px 48px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	color: #fff;
	background: #000;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 8px;
	transition: background 0.4s cubic-bezier(.57,0,.26,1);
}

#release .ec .link a br {
	display: none;
}

#release .ec .link a::after {
	content: "";
	padding-top: 16px;
	position: absolute;
	top: 50%;
	left: 16px;
	display: block;
	width: 16px;
	height: 0;
	transform: rotate(-45deg) translateY(calc(-50% - 4px));
	border: solid 1px;
	border-top: none;
	border-left: none;
	transition: 0.4s ease-in-out;
}

#release .ec .link li:nth-of-type(2) a::after {
	top: 50%;
	left: 5px;
	transform: rotate(45deg) translateY(calc(-50% - 12px));
}

@media only screen and (max-width: 1080px) {
	#release .ec .link a {
		padding: 24px 16px 24px 48px;
	height: 5.6em;
		font-size: 15px;
	}

	#release .ec .link a br {
		display: block;
	}

	#release .ec .link a::after {
		padding-top: 12px;
		left: 16px;
		width: 12px;
	}

	#release .ec .link li:nth-of-type(2) a::after {
		transform: rotate(45deg) translateY(calc(-50% - 8px));
	}
}

#release .ec .link a:hover {
	opacity: 1;
	background: #333;
}

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

#release .track-list {
	padding: 72px 0;
}

/*
#release .notice li::before,
#release .track-list .notice p {
	line-height: 1.2;
}
*/

#release .track-list > dl {
}

#release .track-list > dl > dt {
	padding: 0;
	overflow: hidden;
	height: 0;
}

#release .track-list > dl > dd {
	display: flex;
	justify-content: center;
	gap: 24px;
}

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

#release .track-list > dl > dd dl dt {
	line-height: 1.2;
	flex-shrink: 0;
}

#release .track-list > dl > dd dl dd {
	padding-left: 16px;
	border-left: solid 1px;
}

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

#release .track-list ol > li {
	padding: 0 0 16px 0;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}

#release .track-list ol > li:last-child {
	padding: 0 0 0 0;
}


#release .track-list ol > li::before {
	counter-increment: listcount;
	content: "M" counter(listcount, decimal) ".";
	padding-right: 4px;
	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: left;
	font-size: 18px;
	line-height: 1.6;
	z-index: 1;
}

#release .track-list .dvd ol > li::before {
	content: counter(listcount, decimal) ".";
}

#release .track-list ol > li > p {
	line-height: 1.6;
	font-size: 18px;
	flex: 1;
}

#release .track-list ol > li > p br {
	display: none;
}

@media only screen and (max-width: 1180px) {
	#release .track-list ol > li > p br {
		display: block;
	}
}

#release .trailer {
	padding: 0 0 72px 0;
}

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

	#release .detail {
		overflow: visible;
	}

	#release .trailer {
		margin: 0 calc(50% - 50vw);
		padding: 0;
		width: 100vw;
	}
}

#release .trailer h3 {
	padding: 0;
	overflow: hidden;
	height: 0;
}

#release .v > div {
	position: relative;
	padding: 0 0 56.25%;
	height: 100%;
}

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


#release .VE3WT-12210 {
	padding: 72px 0;
	position: relative;
}

#release .VE3WT-12210::after {
	content: "";
		margin: 0 calc(50% - 50vw);
		position: absolute;
		top: 0;
		left: 0;
		display: block;
	overflow: hidden;
		width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

#release .VE3WT-12210 .detail {
	margin: 0 auto;
	overflow: visible;
	position: relative;
	display: table;
	width: 50%;
	min-width: 800px;
	z-index: 2;
}

#release .VE3WT-12210 .detail::before {
	content: "";
	margin: 0 24px 0 0;
	padding-top: 50%;
	float: left;
	display: block;
	width: 50%;
	height: 0;
	background: url(../images/contents/release/VE3WT-12210/jacket/VE3WT-12210.webp) no-repeat;
	background-size: 100% auto;
}

#release .VE3WT-12210 h3 {
	padding: 0 0 16px;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.5;
}

#release .VE3WT-12210 h3 span {
	padding: 0 0 8px;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #01ff6b;
}

#release .VE3WT-12210 .date {
	padding: 0 0 8px;
	font-weight: 600;
	line-height: 1.2;
	font-size: 24px;
}

#release .VE3WT-12210 .streaming {
	padding: 24px 0;
}

#release .VE3WT-12210 .streaming a {
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14em;
	height: 4em;
	text-decoration: none;
	text-align: left;
	color: #fff;
	background: #000;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 8px;
	transition: background 0.4s cubic-bezier(.57, 0, .26, 1);
}

#release .VE3WT-12210 .campaign-link {
	margin: 0 0 0 calc(50% + 24px);
	padding: 24px 0 0;
	border-top: solid 1px;
}

#release .VE3WT-12210 .campaign-link dt {
	font-size: 18px;
}

#release .VE3WT-12210 .campaign-link dd {
	padding-top: 24px;
}

#release .VE3WT-12210 .campaign-link a {
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4em;
	text-decoration: none;
	text-align: left;
	color: #fff;
	background: #000;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 8px;
	transition: background 0.4s cubic-bezier(.57, 0, .26, 1);
}

#release .VE3WT-12210 .campaign-link a::after {
	content: "";
	padding-top: 16px;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	width: 16px;
	height: 0;
	transform: rotate(45deg) translateY(calc(-50% - 12px));
	border: solid 1px;
	border-top: none;
	border-left: none;
	transition: 0.4s ease-in-out;
}

#release .VE3WT-12210 .streaming a:hover,
#release .VE3WT-12210 .campaign-link a:hover {
	opacity: 1;
	background: #222;
}


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

	#release .VE3WT-12210 .campaign-link a::after {
		padding-top: 12px;
		width: 12px;
		transform: rotate(45deg) translateY(calc(-50% - 8px));
	}
}

#release .purchase-bonus {
	margin: 0 auto;
	padding-top: 72px;
	display: flex;
	flex-direction: column;
	max-width: 1240px;
}

#release .purchase-bonus > dt {
}

#release .purchase-bonus > dd {
	padding: 24px 32px 16px;
}

#release .purchase-bonus > dd#purchase-bonus-vos {
	margin: 24px 0 0px;
	border: solid 1px #01ff6b;
	border-radius: 26px;
}

#release .purchase-bonus > dd#purchase-bonus-tower {
	margin: 40px 0 0px;
	border: solid 1px #01ff6b;
	border-radius: 26px;
}


#release .purchase-bonus .bonus-type {
	display: flex;
	flex-direction: column;
	gap: 0;
}

#release .purchase-bonus .bonus {
}

#release .purchase-bonus h3 {
	display: flex;
	font-size: 22px;
	line-height: 1.7;
	font-weight: 600;
gap: 0.5em;
}

#release .purchase-bonus h3::before {
	content: "";
	display: block;
	width: 0.8em;
	flex-shrink: 0;
	background: #fe0000;
}

#release .purchase-bonus h3 + p {
	padding-top: 0.5em;
	font-size: 18px;
}

#release .bonus > dl {
	margin-bottom: 16px;
	padding-top: 16px;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
}

#release .bonus > dl > dt {
	padding: 32px 0;
	position: relative;
	color: #fff;
	background: #000;
	border-radius: 8px 8px 0 0;
	line-height: 1.6;
	text-align: center;
	cursor: pointer;
	transition: color 0.6s cubic-bezier(.57,0,.26,1),  background 0.6s cubic-bezier(.57,0,.26,1);
}

#release .bonus > dl.open > dt,
#release .bonus > dl > dt:hover {
	color: #000;
	background: #fff;
}

#release .bonus > dl > dt::before,
#release .bonus > dl > dt::after {
	content: "";
	position: absolute;
	top: 29px;
	right: 20px;
	display: block;
	width: 19px;
	height: 1px;
	background: #fff;
	transition: background 0.6s cubic-bezier(.57,0,.26,1);
}

#release .bonus > dl > dt::after {
	top: 20px;
	right: 29px;
	width: 1px;
	height: 19px;
	transition: transform 0.6s cubic-bezier(.57,0,.26,1),  background 0.6s cubic-bezier(.57,0,.26,1);
}

#release .bonus > dl.open > dt::after {
	transform: rotate(90deg);
	background: #000;
}

#release .bonus > dl > dt:hover::before,
#release .bonus > dl > dt:hover::after {
	background: #000;
}

#release .bonus > dl > dt span::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 33px;
	height: 33px;
	border: solid 1px;
}

#release .bonus > dl > dt span {
	display: block;
	font-size: 22px;
}

#release .bonus > dl > dd {
	padding: 0 40px 48px;
	display: none;
	color: #000;
	background: #fff;
}

#release .bonus > dl > dd::before {
	content: "";
	margin: 0 auto 32px;
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
}

#release .bonus > dl > dd > dl {
	padding: 24px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 32px 16px;
}

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

#release .bonus > dl > dd > dl > dd {
	margin: auto 0;
	width: calc(100% - 8em - 16px);
}

#release .bonus:not(#purchase-bonus-4) > dl > dd > dl > dd.product > p {
	padding-bottom: 1em;
}

#release #purchase-bonus-4 > dl > dd > dl > dd.product > p + ul > li {
	display: flex;
}

#release #purchase-bonus-4 > dl > dd > dl > dd.product > p + ul > li::before {
	content: "・";
}

#release .bonus > dl > dd > dl > dd .list {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
	margin-bottom: 10px;
}

#release #purchase-bonus-4 > dl > dd > dl > dd > .list > li.vos .list li,
#release .bonus > dl > dd > dl > dd > .list > li {
	width: calc((100% - 24px) / 2);
	width: 100%;
}

#release #purchase-bonus-3 > dl > dd > dl > dd > .list > li{
	width: calc((100% - 24px) / 2);
}

#release #purchase-bonus-4 > dl > dd > dl > dd > .list .list > li {
	width: 100%;
}

#release #purchase-bonus-4 > dl > dd > dl > dd > .list > li.vos {
	width: 100%;
}

#release #purchase-bonus-4 > dl > dd > dl > dd > .list > li > p {
	padding-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.2;
}

#release #purchase-bonus-4 > dl > dd > dl > dd > .list > li > p::before {
	content: "＜";
}

#release #purchase-bonus-4 > dl > dd > dl > dd > .list > li > p::after {
	content: "＞";
}


#release .bonus > dl > dd > dl > dd .list > li a {
	padding: 1em 2em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0.5em;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	color: #fff;
	background: #000;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 8px;
	transition: background 0.4s cubic-bezier(.57,0,.26,1);
}

#release .bonus > dl > dd > dl > dd .list > li a:hover {
	opacity: 1;
	background: #555;
}

@media only screen and (max-width: 1140px) {
	#release .bonus > dl > dd > dl > dd .list > li a {
		padding: 1em 1em;
	}
}

#release .bonus > dl > dd > dl > dd .list > li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 6em;
	height: 2.6em;
	background: #555;
	border-radius: 4px;
	transition: background 0.4s cubic-bezier(.57,0,.26,1);
}

@media only screen and (max-width: 1080px) {
	#release .bonus > dl > dd > dl > dd .list > li a {
		padding: 1em;
	}
	#release .bonus > dl > dd > dl > dd .list > li a span {
		font-size: 14px;
	}
}

#release .bonus > dl > dd > dl > dd .list > li a:hover span {
	opacity: 1;
	background: #000;
}

#release #purchase-bonus-2 > dl > dd > dl > dd .list::before {
	content: "＜東京＞";
	width: 100%;
	font-size: 18px;
	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;
	line-height: 1.2;
}

#release #purchase-bonus-2 > dl > dd > dl > dd .list:nth-of-type(2)::before {
	content: "＜大阪＞";
	padding-top: 32px;
}

#release #purchase-bonus-2 > dl > dd > dl > dd .list > li:nth-of-type(1) {
	margin-top: -8px;
}

#release .bonus .event > dl {
	display: flex;
	flex-wrap: wrap;
	gap: 1em 0.5em;
}

#release .bonus .event > dl > dt {
	width: 7.5em;
	flex-shrink: 0;
		text-align-last: justify;
}

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

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

#release .bonus .event > dl > dd {
	width: calc(100% - 7.5em - 0.5em);
}

#release #purchase-bonus-3 .term > ul > li {
	display: flex;
}

#release #purchase-bonus-3 .term > ul > li:not(:last-child) {
	padding-bottom: 0.5em;
}

#release #purchase-bonus-3 .term > ul > li::before {
	content: "・";
}

#release .bonus .detail > ul:not(.notice) > li {
	position: relative;
	padding: 0 0.8em 0;
}

#release .bonus .detail > ul:not(.notice) > li:not(:last-child) {
	padding: 0 0.8em 0.5em;
}

#release .bonus .detail > ul:not(.notice) > li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	display: block;
	flex-shrink: 0;
	width: 0.5em;
	height: 0.5em;
	background: #000;
}

#release .bonus .detail > ul:not(.notice) > li > p {
}

#release .bonus .schedule {
	display: flex;
	gap: 0.2em;
}

#release .bonus .schedule > dt {
	flex-shrink: 0;
}

#release .bonus .schedule > dt::before {
	content: "＜";
}

#release .bonus .schedule > dt::after {
	content: "＞";
}

#release .bonus .schedule > dd {
	
}

#release #purchase-bonus-5 .schedule > dt {
	border: none;
	width: auto;
	height: auto;
	line-height: 1.8;
}

#release .purchase-bonus .card {
	padding-top: 62%;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/contents/release/bonus/card.webp) no-repeat;
	background-size: 100% auto;
}

#release #purchase-bonus-1 > dl > dd > .notice,
#release #purchase-bonus-2 > dl > dd > .notice,
#release #purchase-bonus-3 > dl > dd > .notice {
	padding-top: 24px;
}

#release #purchase-bonus-1 > dl > dd > .notice li::before,
#release #purchase-bonus-1 > dl > dd > .notice p,
#release #purchase-bonus-2 > dl > dd > .notice li::before,
#release #purchase-bonus-2 > dl > dd > .notice p {
	font-size: 15px;
}


#release #purchase-bonus-3 .link a {
	margin: 32px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22em;
	height: 4em;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #000;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 4px;
	transition: background 0.4s cubic-bezier(.57,0,.26,1);
}

#release #purchase-bonus-3 .link a:hover {
	opacity: 1;
	background: #555;
}

#release #purchase-bonus-4 .detail::after {
	content: "";
	margin-top: 8px;
	padding-top: calc(71% * 0.5);
	display: block;
	width: calc(100% * 0.5);
	height: 0;
	background: url(../images/contents/release/bonus/file.webp) no-repeat;
	background-size: 100% auto;
}

/*--------------------------------------
store-exclusive-bonus
---------------------------------------*/
#store-exclusive-bonus {
	padding: 48px 0 40px;
	z-index: 10;
}

.primary section#store-exclusive-bonus h2 .en::before,
.primary section#store-exclusive-bonus h2 .en::after {
	content: "Store-exclusive Bonus";
}

.primary section#store-exclusive-bonus h2 .jp::before,
.primary section#store-exclusive-bonus h2 .jp::after {
	content: "店舗別オリジナル特典";
}

#store-exclusive-bonus .contents > p {
	padding: 24px 0;
	font-size: 18px;
}

#store-exclusive-bonus .contents > dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px 16px;
}

#store-exclusive-bonus .contents > dl > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 8em;
	height: 2.4em;
	line-height: 1.2;
	border: solid 1px;
}

#store-exclusive-bonus .contents > dl > dd {
	width: calc(100% - 8em - 16px);
}

#store-exclusive-bonus .list {
	padding: 32px 0 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 48px 24px;
}

#store-exclusive-bonus .list li {
	display: flex;
	flex-direction: column;
	width: calc((100% - 24px * 2) / 3);
}

@media only screen and (max-width: 1140px) {
	#store-exclusive-bonus .list li {
		width: calc((100% - 24px * 1) / 2);
	}
}

#store-exclusive-bonus .list li dl {
	display: flex;
	flex-direction: column;
	align-items: start;
	flex-grow: 1;
	width: 100%;
}

#store-exclusive-bonus .list li.amazon dl {
	display: flex;
	flex-direction: column;
	align-items: start;
	flex-grow: 0;
	width: 100%;
}

#store-exclusive-bonus .list li dt {
	padding-bottom: 8px;
	display: flex;
	flex-grow: 1;
	align-items: end;
	line-height: 1.6;
}

#store-exclusive-bonus .list li.amazon dt {
	padding-bottom: 0;
	align-items: start;
}

#store-exclusive-bonus .list li dt::before {
	content: "■";
}

#store-exclusive-bonus .list li.tower dt::before {
	margin-bottom: auto;
}

#store-exclusive-bonus .list li dd {
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 100%;
}

#store-exclusive-bonus .list li dd::before {
	content: "";
	padding-top: 67%;
	display: block;
	width: 100%;
	height: 0;
	background: #aaa;
}

#store-exclusive-bonus .list li.vos dd::before {
	background: url(../images/contents/store-exclusive-bonus/card/card-a.webp) no-repeat;
	background-size: 100% auto;
}

#store-exclusive-bonus .list li.rakuten dd::before {
	background: url(../images/contents/store-exclusive-bonus/card/card-b.webp) no-repeat;
	background-size: 100% auto;
}

#store-exclusive-bonus .list li.tower dd::before {
	background: url(../images/contents/store-exclusive-bonus/card/card-c.webp) no-repeat;
	background-size: 100% auto;
}

#store-exclusive-bonus .list li.tower-shibuya dd::before {
	background: url(../images/contents/store-exclusive-bonus/card/card-d.webp) no-repeat;
	background-size: 100% auto;
}

#store-exclusive-bonus .list li.hmv dd::before {
	background: url(../images/contents/store-exclusive-bonus/card/card-e.webp) no-repeat;
	background-size: 100% auto;
}

#store-exclusive-bonus .list li.seven dd::before {
	background: url(../images/contents/store-exclusive-bonus/card/card-f.webp) no-repeat;
	background-size: 100% auto;
}

#store-exclusive-bonus .list li.asmart dd::before {
	background: url(../images/contents/store-exclusive-bonus/card/card-asmart.webp) no-repeat;
	background-size: 100% auto;
}

#store-exclusive-bonus .list li.amazon dd::before {
	display: none;
}

#store-exclusive-bonus .list li p {
	padding-top: 8px;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 3em;
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
}

#store-exclusive-bonus .list li.amazon p {
	padding: 0 0 0 1em;
	justify-content: start;
	height: auto;
	text-align: left;
}


/*--------------------------------------
event
---------------------------------------*/
#event {
	padding: 48px 0 40px;
}

.primary section#event h2 .en::before,
.primary section#event h2 .en::after {
	content: "Event Information";
}

.primary section#event h2 .jp::before,
.primary section#event h2 .jp::after {
	content: "イベント情報";
}

/*--------------------------------------
campaign
---------------------------------------*/
#campaign {
	padding: 48px 0 120px;
}

.primary section#campaign h2 .en::before,
.primary section#campaign h2 .en::after {
	content: "Campaign Information";
}

.primary section#campaign h2 .jp::before,
.primary section#campaign h2 .jp::after {
	content: "キャンペーン情報";
}

#campaign .contents {
}

#campaign .contents > dl {
	padding-top: 24px;
}

#campaign .contents > dl > dt {
	padding: 0.8em;
	display: flex;
	justify-content: center;
	font-size: 22px;
	line-height: 1.7;
	font-weight: 600;
	gap: 0.5em;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#campaign .contents > dl > dd {
	padding-top: 1em;
}

#campaign .contents > dl > dd > p {
	font-size: 16px;
}

#campaign .contents > dl > dd > ul {
	padding: 1em 0;
}

#campaign .contents > dl > dd dl {
	display: flex;
	align-items: start;
	gap: 32px 16px;
}

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

#campaign .link a {
	margin: 16px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18em;
	height: 4em;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #333;
	-webkit-user-select: none;
	user-select: none;
	border-radius: 4px;
	transition: background 0.4s cubic-bezier(.57,0,.26,1);
}

#campaign .link a:hover {
	opacity: 1;
	background: #222;
}

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

ul.toTop {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity 1.2s cubic-bezier(.34,0,0,.99);
z-index: 1001;
}

.wrapper.active .toTop {
	opacity: 1;
}

.toTop a {
	padding-top: 48px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 48px;
	height: 0;
}

.toTop a::before {
	content: "";
	margin: -5px 0 0 -11px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 20px;
	height: 20px;
	border: solid 1px #fff;
	border-right: none;
	border-bottom: none;
	transition: 0.4s ease-in-out;
	transform: rotate(45deg);
	transform-origin: center center;
}

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

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

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

footer {
	padding: 0 0 120px;
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	z-index: 1000;
}

footer::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 60%, rgba(0, 87, 22, 1) 100%);
	z-index: 1;
}

footer::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 60%, rgba(102, 0, 17, 1) 100%);
	animation: logoFade 20s ease-in-out infinite;
	z-index: 2;
}


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

footer .link::after,
footer .link::before {
	content: "";
	margin: 0 auto;
	padding-top: 210px;
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 614px;
	height: 0;
	background: url(../images/common/footer/logo1.webp) no-repeat;
	background-size: 100% auto;
	transform: translateX(-50%);
	z-index: 1;
}

footer .link::after {
	background: url(../images/common/footer/logo2.webp) no-repeat;
	background-size: 100% auto;
	animation: logoFade 20s ease-in-out infinite;
	z-index: 2;
}

@keyframes logoFade {
  /* 上 表示キープ */
  0%   { opacity: 1; }
  15%  { opacity: 1; }

  /* フェードアウト（ゆったり） */
  30%  { opacity: 0; }

  /* 下 表示キープ */
  30%  { opacity: 0; }
  55%  { opacity: 0; }

  /* フェードイン（ゆったり） */
  70%  { opacity: 1; }

  /* 上 表示キープ */
  70%  { opacity: 1; }
  100% { opacity: 1; }

}

footer .link {
	padding: 196px 0 2em;
	position: relative;
	z-index: 10;
}

footer .sns-link ul {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 2em;
	z-index: 10;
}

footer .sns-link ul li {
	width: 3em;
	max-width: none;
}

footer .sns-link ul li a {
	padding-top: 100%;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
}

footer .sns-link ul li.x a {
	background: url(../images/common/sns/x.svg) no-repeat;
	background-size: 100% auto;
}

footer .sns-link ul li.tiktok a {
	background: url(../images/common/sns/tiktok.svg) no-repeat;
	background-size: 100% auto;
}

footer .sns-link ul li.instagram a {
	background: url(../images/common/sns/instagram.svg) no-repeat;
	background-size: 100% auto;
}

footer .sns-link ul li.youtube a {
	background: url(../images/common/sns/youtube.svg) no-repeat;
	background-size: 100% auto;
}

footer .credit {
	position: relative;
	z-index: 10;
}

footer .copyright p {
	font-family: 'Oswald', "Hiragino Sans", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", verdana, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.03em;
	font-size: 12px;
	color: #fff;
}

footer .copyright br {
	display: none;
}

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

.copyright a {

}



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


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

	body {
		font-size: 15px;
	}

	.notice li::before,
	.notice p {
		font-size: 13px;
		line-height: 1.6;
	}

	.primary section .contents,
	.primary section#release .contents {
		padding: 0 48px 0;
	}

	.primary section#news .contents {
		padding: 0 48px 0 calc(48px + 8em);
	}

	#release .detail > .option .solo-jacket::before,
	#release .detail > .option .card::before {
		font-size: 16px;
	}

	#release .detail > .option .solo-jacket li::before {
		margin: 0 auto;
		padding-top: 34%;
		width: 66%;
	}

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

	#release .purchase-bonus h3 + p {
		font-size: 16px;
	}

	#release .bonus > dl > dd > dl > dd .list {
		flex-direction: column;
		gap: 16px;
	}

	#release #purchase-bonus-3 > dl > dd > dl > dd > .list > li {
	width: 100%;
	}

	#release .bonus > dl > dt {
		padding: 24px 0;
	}

	#release .bonus > dl > dd::before {
		margin: 0 auto 24px;
	}

	#release .bonus > dl > dt span {
		font-size: 18px;
	}

	#release .bonus > dl > dd {
		padding: 0 32px 48px;
	}

	#release .bonus > dl > dd > dl > dd .list > li a {
		padding: 1em 0.5em;
		flex-direction: column;
		font-size: 15px;
		text-align: center;
	}

	#release #purchase-bonus-4 > dl > dd > dl > dd > .list > li > p {
		font-size: 16px;
	}

	#release .bonus .detail > ul:not(.notice) > li:not(:last-child) {
		padding: 0 0.8em 0.2em;
	}

	#release .bonus .event > dl {
		flex-direction: column;
		gap: 0;
	}

	#release .bonus .event > dl > dt {
		text-align-last: auto;
	}

	#release .bonus .event > dl > dd {
		width: 100%;
	}

	#release .bonus .event > dl > dd:not(:last-child) {
		padding-bottom: 0.5em;
	}
	
	#release .VE3WT-12210 .detail {
		width: 100%;
		min-width: 0px;
	}

	#release .VE3WT-12210 h3 {
		padding: 0 0 12px;
		font-size: 28px;
	}

	#campaign .contents > dl > dt {
		font-size: 18px;
	}
}

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


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

	.primary section .contents, .primary section#release .contents {
		padding: 0 32px 0;
	}

	.primary section#news .contents {
		padding: 0 32px 0 calc(32px + 8em);
	}

	#news h2 {
		left: 3px;
	}

	#campaign .contents > dl > dd > p,
	#store-exclusive-bonus .contents > p,
	#release .purchase-bonus h3 + p,
	#release .option + .type .data > h3 + p {
		font-size: 15px;
	}

	#release .track-list > dl > dd dl dt {
		width: 7em;
		text-align: right;
	}

	#release .track-list > dl > dd {
		flex-direction: column;
		align-items: start;
		gap: 32px;
	}

	#release .track-list ol > li > p br {
		display: none;
	}

	footer .link {
		padding: 22% 0 2em;
	}

	footer .sns-link ul li {
		width: 2.6em;
	}

	footer .link::after, footer .link::before {
		padding-top: 36%;
		width: 68%;
	}

}


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


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

}

/*--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 520px) {

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

	#top {
		padding: 54px 0 0;
	}

	#top::after {
		display: none;
		background: none;
	}

	#top::before {
		content: "";
		display: block;
		position: absolute;
		top: 54px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		opacity: 0;
		background: linear-gradient(0deg,rgba(239, 0, 0, 0) 0%, rgba(239, 0, 0, 1) 100%);
	transition: opacity 1s cubic-bezier(.17,.67,.6,.92) 0.5s;
		z-index: 1;
	}

body.active #top::before {
		opacity: 0.5;
}

	#home .siteTitle {
		padding-top: 72%;
		top: auto;
		bottom: 80px;
		left: 50%;
		width: 115%;
		background: url(../images/common/header/title_sp.webp) no-repeat center top;
		background-size: 100% auto;
		z-index: 12;
	}

	body.h4 #top figure,
	body.h #top figure,
	body.h2 #top figure,
	body.h3 #top figure {
		padding-top: 70%;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		background: url(../images/common/header/photo_sp.webp) no-repeat center top;
		background-size: 100% auto;
		z-index: 10;
	}

	#top .sns-link,
	#top .scroll,
	#menu-btn {
		transition: opacity 1s cubic-bezier(.17, .67, .6, .92) 1s;
	}

	#top .scroll {
		padding: 100px 0 0;
		overflow: visible;
		bottom: 8px;
		right: auto;
		opacity: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 12;
	}

	.scroll p {
		padding: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 1px;
		height: 100%;
		background: #fe0000;
		transform: translateX(-50%);
	z-index: 2;
	}

	.scroll p::after {
		opacity: .6;
		background: #fff;
	}

	#top .scroll::after {
		content: "";
		padding: 0;
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: #fe0000;
		transform: translateX(-50%);
	filter: blur(2px);
	z-index: 1;
	}

	.scroll p::before,
	.scroll::before {
		display: none;
	}

	.globalNav a .en {
		font-size: 8vw;
	}

.globalNav a .ja {
		font-size: 4vw;
}

	.sns-link li {
		width: 34px;
		max-width: none;
	}

	.purchase-bonus > dt .en,
	.primary section h2 .en {
		padding-top: 5em;
	}

	.purchase-bonus > dt .jp,
	.primary section h2 .jp {
	margin-top: -2em;
	padding-top: 2.2em;
	}

	.purchase-bonus > dt .en::before,
	.primary section h2 .en::before, 
	.purchase-bonus > dt .en::after, 
	.primary section h2 .en::after {
		font-size: 30px;
	}

	.purchase-bonus > dt .jp::before,
	.primary section h2 .jp::before,
	.purchase-bonus > dt .jp::after,
	.primary section h2 .jp::after {
		font-size: 14px;
}

	.primary section .contents,
	.primary section#release .contents,
	.primary section#news .contents {
		padding: 0 16px 0;
	}

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

	#news h2 {
		margin: 0 auto;
		position: static;
	}

	#news .entryList {
		padding-top: 0;
	}

	#news .entry a {
		padding: 8px 32px 8px 0;
	flex-direction: column;
	}

	#news .entry a::after {
		right: 0px;
	}

	#news .link a {
		padding: 0 16px;
		line-height: 1.6;
	}

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

	#release {
		padding: 8px 0 36px;
	}

	#release::before {
		background: linear-gradient(180deg,rgba(0, 0, 0, 1) 60%, rgba(102, 0, 17, 0.6) 100%);
	}

	#release .VIZL-2515 {
		padding-top: 16px;
	}

	#release .VIZL-2515 > h3 {
		font-size: 54px;
	}

	#release .VIZL-2515 > h3 span {
		font-size: 28px;
	}

	#release .date {
		padding: 0 0 24px;
	}

	#release .type > ul > li {
		flex-direction: column;
		gap: 16px;
	}

	#release .jacket {
		width: 100%;
	}

	#release .type > ul > li {
		gap: 8px;
	}

	#release .ec {
		padding: 32px 0;
	}

	#release .ec .link,
	#release .option + .type .ec .link {
		flex-direction: column;
	}

	#release .ec .link a {
		padding: 16px 16px 16px 32px;
		height: 5em;
		font-size: 14px;
	}

	#release .detail > .option {
		gap: 24px;
	}

	#release .detail > .option .solo-jacket::before,
	#release .detail > .option .card::before {
		content: "●商品封入セルカ";
		margin-left: 1em;
		text-indent: -1em;
		justify-content: start;
		align-items: start;
		text-align: left;
		font-size: 14px;
	}

	#release .detail > .option .solo-jacket::before {
		content: "●生産限定VICTOR ONLINE STORE盤封入アナザーソロジャケット";
	}

	#release .detail > .option .card {
		flex-direction: column;
	}

	#release .detail > .option .card li {
		padding: 0 0 16px 1em;
		width: 100%;
	}

	#release .detail > .option .card p {
		padding-top: 8px;
		font-size: 13px;
		line-height: 1.2;
	}

	#release .detail > .option .solo-jacket li {
		padding-left: 1em;
	}

	#release .detail > .option .solo-jacket li::before {
		padding-top: 50%;
		width: 100%;
	}

	#release .option + .type > ul {
		margin-top: 48px;
		padding: 32px 0 40px;
	}

	#release .option + .type > ul > li > ul .data::before {
		display: none;
	}

	#release .option + .type > ul > li > ul .data h3 {
		font-size: 16px;
	}

	#campaign .contents > dl > dd > p,
	#store-exclusive-bonus .contents > p,
	#release .purchase-bonus h3 + p,
	#release .option + .type .data > h3 + p {
		font-size: 14px;
	}

	#release .option + .type .data > h3 + p {
		padding: 8px 0 16px;
	}

	#release .option + .type .data > h3 + p::after {
		content: "";
		margin-top: 8px;
		padding-top: 68%;
		display: block;
		width: 100%;
		height: 0;
		background: url(../images/contents/release/VIZL-2515/keyholder.webp) no-repeat center top;
		background-size: 100% auto;
	}

	#release .option + .type > ul > li > ul .data::after {
		font-size: 16px;
	}

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

	#release .track-list > dl > dd dl {
		flex-direction: column;
		width: 100%;
	}

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

	#release .track-list > dl > dd dl dd {
		padding: 0;
		border-left: none;
	}

	#release .track-list ol > li {
		padding: 0 0 8px 0;
	}

	#release .track-list ol > li::before,
	#release .track-list ol > li > p {
		font-size: 15px;
	}

	#release .trailer {
		padding: 0 0;
	}

	#release .VE3WT-12210 {
		padding: 48px 0;
	}

	#release .VE3WT-12210 .detail {
		display: flex;
		flex-direction: column;
	}

	#release .VE3WT-12210 h3 {
		padding: 0 0 8px;
		font-size: 24px;
		text-align: center;
		order: 1;
	}

	#release .VE3WT-12210 h3 span {
		padding: 0 0 8px;
		font-size: 16px;
	}

	#release .VE3WT-12210 .date {
		padding: 0 0 16px;
		font-size: 18px;
		text-align: center;
		order: 2;
	}

#release .VE3WT-12210 .detail::before {
		padding-top: 100%;
		float: none;
		width: 100%;
		order: 3;
	}

	#release .VE3WT-12210 .date + ul {
		order: 4;
	}

	#release .VE3WT-12210 .streaming {
		padding: 16px 0;
	}

	#release .VE3WT-12210 .streaming a {
		margin: 0 auto;
	}

	#release .VE3WT-12210 .campaign-link {
		margin: 0;
		padding: 0 0 0;
		border: none;
		order: 5;
	}

	#release .VE3WT-12210 .campaign-link dt {
		font-size: 15px;
	}

	#release .VE3WT-12210 .campaign-link dd {
		padding-top: 8px;
	}

	#release .purchase-bonus {
		padding-top: 16px;
	}

	.purchase-bonus > dt .jp {
		margin-top: -1.2em;
	}

	#release .purchase-bonus > dd#purchase-bonus-tower,
	#release .purchase-bonus > dd#purchase-bonus-vos {
		margin: 16px 0 0px;
		padding: 16px 8px 16px;
		border-radius: 12px;
	}

	#release .purchase-bonus h3 {
		font-size: 16px;
	}

	#release .purchase-bonus h3::before {
		width: 0.4em;
	}

	#release .bonus > dl {
		margin-bottom: 0;
		padding-top: 16px;
		border-radius: 0 0 8px 8px;
	}

	#release .bonus > dl > dt {
		padding: 24px 16px;
	}

	#release .bonus > dl > dt span {
		font-size: 15px;
		text-align: center;
	}

	#release #purchase-bonus-1 > dl > dt  span,
	#release #purchase-bonus-2 > dl > dt  span {
		padding-top: 8px;
		text-align: left;
	}

#release .bonus > dl > dt span::before {
		top: 6px;
		left: 6px;
		width: 17px;
		height: 17px;
	}

	#release .bonus > dl > dt::before,
	#release .bonus > dl > dt::after {
		top: 15px;
		left: 10px;
		width: 11px;
		height: 1px;
	}

	#release .bonus > dl > dt::after {
		top: 10px;
		left: 15px;
		width: 1px;
		height: 11px;
	}

		#release .bonus > dl > dd {
		padding: 0 8px 24px;
	}

	#release .purchase-bonus > dd {
		padding: 0px 8px 16px;
	}

	#release .bonus > dl > dd > dl {
		padding: 24px 0 0;
		gap: 8px;
	}

	#release .bonus > dl > dd > dl > dt {
	width: 100%;
	height: 3em;
	}

	#release .bonus > dl > dd > dl > dd {
		padding-bottom: 16px;
		width: 100%;
	}

	#release .bonus > dl > dd > dl > dd .list {
		gap: 8px;
	}

	#release .bonus > dl > dd > dl > dd .list > li a {
		padding: 14px 16px 16px;
		font-size: 14px;
		text-align: center;
	}

	#release .bonus > dl > dd > dl > dd .list > li p {
		display: flex;
		text-align: left;
	}

	#release .bonus > dl > dd > dl > dd .list > li a span {
		font-size: 13px;
	}

	#release .bonus > dl > dd > dl > dd .list > li a br {
		display: none;
	}

	#release .notice li::before, #release .track-list .notice p {
		line-height: 1.6;
	}

	#release .bonus .schedule {
		flex-direction: column;
		gap: 0;
	}

	#release #purchase-bonus-1 > dl > dd > .notice,
	#release #purchase-bonus-2 > dl > dd > .notice {
		margin-top: 8px;
		border-top: solid 1px;
	}

	#release #purchase-bonus-1 > dl > dd > .notice li::before,
	#release #purchase-bonus-1 > dl > dd > .notice p,
	#release #purchase-bonus-2 > dl > dd > .notice li::before,
	#release #purchase-bonus-2 > dl > dd > .notice p {
		font-size: 14px;
	}

	#release #purchase-bonus-2 > dl > dd > dl > dd .list::before {
		padding: 0 0 8px;
		font-size: 14px;
		text-align: center;
	}

	#release #purchase-bonus-2 > dl > dd > dl > dd .list:nth-of-type(2)::before {
		padding-top: 16px;
	}

	#release #purchase-bonus-3 .link a {
		margin: 8px auto 0;
		height: sem;
		font-size: 14px;
	}

	#release #purchase-bonus-4 > dl > dd > dl > dd > .list > li > p {
		font-size: 14px;
		text-align: center;
		justify-content: center;
	}

	#release #purchase-bonus-4 .term p,
	#release #purchase-bonus-4 .detail p {
		text-align: center;
	}

	#release #purchase-bonus-4 .detail::after {
		padding-top: calc(71% * 1);
		width: calc(100% * 1);
	}

	#release #purchase-bonus-4 .store > .list > li:not(.vos) {
		padding-top: 8px;
	}

	#release .bonus > dl > dd > dl > dd.store {
		padding-bottom: 0;
	}

	#store-exclusive-bonus {
		padding: 8px 0 36px;
	}

	#store-exclusive-bonus .contents > p {
		padding: 8px 0 16px;
	}

	#store-exclusive-bonus .contents > dl > dt {
		width: 100%;
		height: 3em;
	}

	#store-exclusive-bonus .contents > dl {
		flex-direction: column;
		gap: 8px;
	}

	#store-exclusive-bonus .contents > dl > dd {
	width: 100%;
	}

	#store-exclusive-bonus .contents > dl > dd.product {
	padding-bottom: 16px;
	}

	#store-exclusive-bonus .contents > dl > dd > p {
	text-align: center;
	}

	#store-exclusive-bonus .list {
		padding: 32px 0 40px;
		gap: 24px;
	}

	#store-exclusive-bonus .list li {
		width: 100%;
	}

	#store-exclusive-bonus .list li p {
		padding: 0 0 8px 0;
		justify-content: start;
		height: auto;
		font-size: 13px;
		line-height: 1.2;
		text-align: left;
		order: 1;
	}

	#store-exclusive-bonus .list li dt {
		line-height: 1.2;
	}

	#store-exclusive-bonus .list li dd {
		padding: 0 0 0 1em;
	}

	#store-exclusive-bonus .list li dd::before {
		order: 2;
	}

	#store-exclusive-bonus .list li p br {
		display: none;
	}

	#store-exclusive-bonus .list li.amazon dt {
	padding-bottom: 8px;
	}

	#store-exclusive-bonus .list li.amazon p {
		padding: 0;
	}

	#store-exclusive-bonus .contents > .notice li::before,
	#store-exclusive-bonus .contents > .notice li p {
		font-size: 14px;
	}

	#event {
		padding: 8px 0 36px;
	}

	#campaign {
		padding: 8px 0 80px;
	}

	#campaign .contents > dl {
		padding-top: 8px;
	}

	#campaign .contents > dl > dt {
		font-size: 15px;
	}

	#campaign .contents > dl > dd {
		padding-top: 8px;
	}

	#campaign .contents > dl > dd > ul:not(.link) {
		padding: 1em 0 24px;
	}

	#campaign .contents > dl > dd > ul.link {
		padding: 0 0 0;
	}

	#campaign .contents > dl > dd dl {
		flex-direction: column;
		gap: 8px;
	}

	#campaign .contents > dl > dd dt {
		width: 100%;
		height: 3em;
	}

	#campaign .link a {
		margin: 24px auto 0;
		height: 3em;
		font-size: 14px;
	}

}

@media screen and (orientation: landscape) {



}
