/* -------sns icon--------- */
@font-face {
	font-family: 'sns_ico';
	src:
		url('../fonts/sns_ico.ttf?sij4de') format('truetype'),
		url('../fonts/sns_ico.woff?sij4de') format('woff'),
		url('../fonts/sns_ico.svg?sij4de#sns_ico') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.snsIcon {
	font-family: 'sns_ico' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #000;
}

.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-tw:before { content: "\e908";}
.icon-yt:before { content: "\e909";}
.icon-x:before { content: "\e90a";}


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
html {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #fff;
	font-size: min(3.4vw, 16px);
	line-height: 1.8;
	letter-spacing: 0.08em;
}
body {
	position: relative;
}
@keyframes bg {
	0%{background-position:0% 0%}
	50%{background-position:100% 100%}
	100%{background-position:0% 0%}
}
body::before,
body::after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 120vh;
	height: 120svh;
}
body::before {
	background: linear-gradient(120deg, #0d99c8 40%, #e9c396 85%);
	background-size: 200% 200%;
	animation: bg 16s ease 0s infinite;
	z-index: -1;
}
body::after {
	background-image: url(../images/bk_noise.png);
	background-repeat: repeat;
	background-size: 200px;
    z-index: -1;
}

img {
	width: 100%;
	vertical-align: middle;
}
li {
	list-style: none;
}
a {
	transition: all 0.5s ease;
	text-decoration: none;
	color: #000;
}

section {
	position: relative;
	padding-top: min(8vw, 64px);
}
section h2 {
	font-family: Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 24px;
	font-weight: bold;
	padding: 1.2em 0.6em 0;
}
.contentWrap {
	margin: auto;
	max-width: 1400px;
	padding: 80px 128px;
}
.bgWhite {
	background-color: #fff;
	color: #000;
}

.anim {
	opacity: 0;
	transition: all .4s ease-out;
}
.anim.on {
	opacity: 1;
}

.listDisk > li {
	margin-left: 1.2em;
	list-style: disc;
}
.listAasterisk {
	list-style: none;
	padding-left: 1.2em;
}
.listAasterisk > li {
	text-indent: -1.2em;
}
.listAasterisk > li:before {
	content: "※";
	margin-right: 0.2em;
}

/* .comingSoon {
	font-family: dnp-shuei-mincho-pr6, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 36px;
	text-align: center;
	padding: 60px 0;
} */

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

@media screen and (min-width:881px) {
	a:hover {
		opacity: 0.6;
	}
	.sp {display: none;}


	section h2 {
		position: absolute;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		border-top: #fff solid 2px;
	}

	.bgWhite h2 {
		border-top: #000 solid 2px;
	}
}
@media screen and (max-width:880px) {
	body::before {
		background: linear-gradient(110deg, #0d99c8 40%, #e9c396 85%);
		background-size: 200% 200%;
		animation: bg 14s ease 0s infinite;
	}
	.pc {display: none;}


	section h2 {
    font-size: min(4.6vw, 24px);
    border-left: #fff solid 2px;
    padding: 0em 0.8em;
    margin-left: 0.6em;
	}
	.contentWrap {
		padding: min(10vw, 80px) min(6vw, 64px);
	}
	.bgWhite h2 {
		border-left: #000 solid 2px;
	}

	/* .comingSoon {
		font-size: min(5.2vw, 36px);
		padding: min(6vw, 60px) 0;
	} */
}

.opYT {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 9998;
}
.opYT .ytWrap {
    width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.opYT .ytWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.opYT .ytClose {
	position: absolute;
    bottom: 17px;
    left: 50%;
	transform: translateX(-50%);
    width: 40px;
    height: 40px;
	z-index: 10;
}

.opYT.close {
	transform: translateY(-100%);
}

/* ------- op --------- */
/* #op {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	animation: opBg 1s ease-out 1.8s forwards;
}
#op img {
	width: 30%;
	max-width: 200px;
	opacity: 0;
	animation: oplogo .6s ease-out .5s forwards;
}
@keyframes opBg {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes oplogo {
	0% { opacity: 0;}
	100% { opacity: 1;}
} */
/* ////////////////////////////////////////////////////////////////////////////////

	menu button

//////////////////////////////////////////////////////////////////////////////// */
header {
	position: relative;
	z-index: 2;
	opacity: 0;
	animation: op 1s ease-out 1.6s forwards;
}
.mainNav {
  display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.mainNav a {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
  font-size: 20px;
  text-decoration: none;
}

@media screen and (min-width:821px) {
	header {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 24px 0;
		position: fixed;
		top: 0;
		left: 0;
		transition: all 0.4s;
	}
	header.on {
		background-color: #fff;
		padding: 16px 0;
	}
	header.on .mainNav a {
		color: #000;
	}
	header .hdrLogo {
		width: 130px;
	}
	#globalNav {
		max-width: calc(100% - 200px);
	}
	.mainNav li {
		margin-left: 20px;
	}
	.mainNav li:first-child {
		margin-left: 0;
	}

	#menuButton {
		display: none;
	}
}
@media screen and (max-width:820px) {
	header .hdrLogo {
		display: none;
	}
	#menuButton {
    display: block;
    width: 60px;
    height: 40px;
    position: fixed;
    top: 7vw;
    right: 0;
    z-index: 9999;
	}
	#menuButton span {
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
	}
	header.on #menuButton span {
    background: #000;
	}
	#menuButton.active span,
	#menuButton.mvOn span {
		background: #fff;
	}
	#menuButton span:first-child { top: 14px;}
	#menuButton span:last-child { bottom: 14px;}

	#menuButton.active span:first-child {
		transform: translateY(5px) rotate(45deg);
	}
	#menuButton.active span:last-child {
		transform: translateY(-5px) rotate(-45deg);
	}

	#globalNav {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	.navWrap {
		background: linear-gradient(150deg, #0d99c8 0%, #e9c396 90%);
		height: 100vh;
		width: 100vw;
	}
	.mainNav {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100vw;
		height: 90vh;
    height: 100svh;
		background: linear-gradient(150deg, #0d99c8 0%, #e9c396 90%);
	}
	.mainNav a {
		font-size: 4vh;
		line-height: 2.2;
		letter-spacing: 0.1em;
	}
	.mainNav a.menuBroadcast {
		font-size: 2.4vh;
	}
}
/* ////////////////////////////////////////////////////////////////////////////////

	MainVisual

//////////////////////////////////////////////////////////////////////////////// */
.mainVisual {
	position: relative;
	width: 100vw;
	height: 100vh;
	color: #fff;
}
.mainVisual .mainImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	animation: op 1s ease-out 0.5s forwards;
	overflow: hidden;
}
.mainVisual .mainImg img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainVisual .mainImg img {
	animation: zoom 30s linear forwards;
}
@keyframes zoom {
	0% { transform: scale(1);}
	100% { transform: scale(1.8);}
}


.mvText {
	position: absolute;
	top: 50%;
	left: 5vw;
	transform: translateY(-50%);
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4;
}
.titleWrap h1 {
	font-size: 6vw;
	line-height: 1.2;
	margin-bottom: 0.8vw;
}
.titleWrap h1 span {
	display: block;
	font-size: 4vw;
}
.titleWrap {
	margin-bottom: 4vw;
	font-size: 2.6vw;
}
.mvText > p:nth-of-type(1) {
	font-size: 3vw;
}
.mvText > p:nth-of-type(2) {
	font-size: 2.4vw;
}
.mvText > p:nth-of-type(2) span {
	font-size: 0.74em;
}

.mvBnr {
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: min(26vw, 410px);
	z-index: 1;
}
.mvBnr::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: linear-gradient( 100deg, rgb(13,153,200) 0%, rgb(233,195,150) 100%);
	z-index: -1;
	border-radius: 6px;
	opacity: 0.9;
}
.mvBnr > div {
	display: flex;
	justify-content: space-between;
	padding: 5% 8%;
}
.mvBnr .jacket {
	width: 25%;
}
.mvBnr .textWrap {
	width: 68.5%;
	font-family: Helvetica, sans-serif;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mvBnr .textWrap p:nth-child(1) {
	font-size: min(1.3vw, 20px);
	font-weight: bold;
}
.mvBnr .textWrap p:nth-child(2) {
	font-size: min(0.88vw, 15px);
}
.mvBnr .textWrap a {
	display: inline-block;
	width: 80%;
	font-size: min(0.88vw, 15px);
	padding: 2%;
	background-color: #ff6600;
	color: #fff;
	border-radius: 0.3em;
	margin-top: 4%;
}

.playlistBnr {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 300px;
	line-height: 0;
	z-index: 1;
}

.mainVisual .logo45th {
	display: inline-block;
	position: absolute;
	top: max(9vh, 84px);
	top: max(10svh, 84px);
	right: 4.8vw;
	width: 12vw;
	opacity: 0;
	animation: op 1s ease-out 1.6s forwards;
}
.scroll {
	position: absolute;
	left: 50%;
	bottom: -6vh;
	width: 1px;
	height: 12vh;
	overflow: hidden;
}
.scroll::before {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 1px;
	height: 100%;
	animation: scroll 1.4s linear infinite;
}
@keyframes scroll {
	0% { transform: translateY(-100%);}
	100% { transform: translateY(100%);}
}
@media screen and (min-width: 881px) {
	/* .mainVisual .cooperation {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	} */
	.mainVisual .mainImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 880px) {
	.mainVisual {
    height: 90vh;
    height: 100svh;
	}
	.mainVisual .mainImg {
		height: 90vh;
    height: 100svh;
	}

	.mvText.nybnr {
    	top: 40%;
	}

	.titleWrap h1 {
		font-size: 9vw;
		margin-bottom: 1.6vw;
	}
	.titleWrap h1 span {
		font-size: 6vw;
	}
	.titleWrap {
		margin-bottom: 6vw;
		font-size: 3.9vw;
	}
	.mvText > p:nth-of-type(1) {
		font-size: 4.5vw;
	}
	.mvText > p:nth-of-type(2) {
		font-size: 3.6vw;
	}
	.mainVisual .logo45th {
		top: 3vw;
		left: 6vw;
		right: auto;
		width: 24vw;
	}
	.mvBnr {
		width: min(86vw, 410px);
		right: 50%;
		transform: translateX(50%);
		bottom: 8vw;
	}
	.mvBnr::before {
		border-radius: 4px;
	}
	.mvBnr .textWrap p:nth-child(1) {
		font-size: min(4.2vw, 20px);
	}
	.mvBnr .textWrap p:nth-child(2) {
		font-size: min(3.2vw, 15px);
	}
	.mvBnr .textWrap a {
		font-size: min(3.2vw, 15px);
	}

	.mvBnr.sbs {
		width: 78%;
	}
	.mvBnr.sbs > div {
		padding: 3% 10%;
	}
	.mvBnr.sbs .jacket {
		width: 22%;
	}
	.mvBnr.sbs .textWrap p:nth-child(1) {
    	line-height: 1.2;
	}
	.mvBnr.sbs .textWrap p:nth-child(2) {
		font-size: min(3vw, 15px);
	}
	.mvBnr.sbs .textWrap a {
		font-size: min(2.8vw, 12px);
	}

	.playlistBnr {
		width: 78%;
    	bottom: 35vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.scroll {
		display: none;
	}

}

/* ////////////////////////////////////////////////////////////////////////////////

	SECTION

//////////////////////////////////////////////////////////////////////////////// */

/* ---- INTRO ---- */

.artistPhoto {
    margin: min(8vw, 100px) auto 0;
    max-width: 980px;
	line-height: 0;
	padding: 0 min(6vw, 60px);
}
#intro .contentWrap .logoImg {
	display: block;
	margin: auto;
	width: 34%;
	max-width: 357px;
	margin-bottom: 40px;
}
#intro .contentWrap .introTitle {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
}
#intro .contentWrap .introTitle + p {
	font-size: 18px;
	line-height: 2.4;
}
#intro .contentWrap p.last {
	font-size: min(4.6vw, 22px);
	font-weight: bold;
	margin-top: 2em;
	line-height: 1.4;
}

.introSliderWrap {
	display: flex;
	background: #000;
	overflow: hidden;
}
.introSlider {
	width: fit-content;
	display: flex;
	height: 300px;
	animation: slide 36s linear infinite both;
}
.introSlider img {
	height: 100%;
	width: auto;
}
@keyframes slide {
	0% { transform: translateX(0%);}
	100% { transform: translateX(-100%);}
}
@media screen and (max-width: 880px) {
	#intro .contentWrap .logoImg {
		width: 60%;
		margin-bottom: min(8vw, 40px);
	}
	#intro .contentWrap .introTitle {
		font-size: min(6.6vw, 32px);
		margin-bottom: min(4vw, 28px);
	}
	#intro .contentWrap .introTitle + p {
		font-size: min(3.8vw, 18px);
		line-height: 2;
	}

	.introSlider {
		height: min(24vh, 300px);
	}
}


/* ---- NEWS ---- */

.newsList {
	max-width: 960px;
	margin: auto;
}
.newsList li {
	padding: 24px 0;
	border-bottom: #000 solid 1px;
}
.newsList li a {
	display: flex;
	text-decoration: none;
}
.newsList li a span {
	display: inline-block;
}
.newsList li a span:nth-child(1) {
	width: 120px;
	margin-top: 0.2em;
}
.newsList li a span:nth-child(2) {
	width: calc(100% - 120px);
	font-size: min(3.8vw, 18px);
	font-weight: bold;
}
.moreBtn {
	display: flex;
	justify-content: flex-end;
	margin-top: 32px;
}
.moreBtn a {
	display: inline-block;
	position: relative;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-right: 0.8em;
}
.moreBtn a::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	background-image: url(../images/btn_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 1em;
	width: 0.5em;
}
@media screen and (max-width: 880px) {
	.newsList li {
		padding: min(3vw, 24px) 0;
	}
	.newsList li a {
		display: block;
	}
	.newsList li a span:nth-child(1) {
		width: 100%;
		margin-top: 0;
	}
	.newsList li a span:nth-child(2) {
		width: 100%;
		font-size: min(3.8vw, 18px);
	}
	.moreBtn {
		margin-top: min(6vw, 32px);
	}
	.moreBtn a {
		font-size: min(4.2vw, 20px);
	}
}

/* ---- RELEASE ---- */

#release h3 {
	position: relative;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 80px;
	line-height: 1.6;
}
#release h3 span {
	font-family: Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}
#release h3::before {
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	content: "";
	background-color: #fff;
	width: 24px;
	height: 1.5px;
}

#release .flexWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.discWrap {
	width: 62%;
}
.discWrap .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 40px;
}
.discWrap .trackWrap {
	display: flex;
}
.discWrap .trackWrap .trackList {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: 500;
}
.discWrap .trackWrap .trackList dt {
	width: 40px;
	margin-bottom: 16px;
}
.discWrap .trackWrap .trackList dd {
	width: calc(100% - 40px);
	margin-bottom: 16px;
}
/* [data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	width: 180%;
	transform: translate(50%, -100%);
	top: -0.4em;
	right: 50%;
	text-align: center;
	line-height: 1;
	font-size: 0.5em;
} */

.discWrap ul {
	border: #fff solid 1px;
	border-radius: 8px;
	padding: 20px 40px;
	margin-top: 48px;
}
.discWrap ul li {
	padding: 16px 0;
	border-bottom: #fff solid 1px;
	display: flex;
}
.discWrap ul li:first-child {
	padding-top: 0;
}
.discWrap ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.discWrap ul li > p {
	width: 100px;
	font-size: min(3.4vw, 16px);
}
.discWrap ul li > div {
	width: calc(100% - 100px);
	font-weight: bold;
	font-size: min(3vw, 14px);
}
.discWrap ul li > div p + p {
	margin-top: 1em;
}
.discWrap ul li .badge {
	display: block;
	font-size: 13px;
	text-align: center;
	width: 120px;
	padding: 0.1em 0;
	margin-bottom: 0.5em;
	border-radius: 50px;
	background-color: #fff;
	color: #63a6bc;
}

.jacketWrap {
	width: 32%;
}
.jacketWrap .img {
	margin-bottom: 36px;
}

.jacketWrap .purchase:not(:last-child) {
	margin-bottom: 28px;
}
.jacketWrap .purchase p:nth-child(1) {
	font-size: min(3.4vw, 16px);
	font-weight: bold;
	margin-bottom: min(1vw, 8px);
}
.jacketWrap .purchase p:nth-child(1) span {
	display: inline-block;
	font-size: min(3vw, 12px);
}
.jacketWrap .purchase p:nth-child(2) {
	font-size: min(3vw, 12px);
	margin-bottom: 8px;
}
.jacketWrap .btnWrap {
	display: flex;
	justify-content: center;
}
.jacketWrap .btnWrap a {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	text-align: center;
	font-weight: bold;
	font-size: min(3vw, 14px);
	padding: 12px;
	background-color: #ff6600;
	color: #fff;
	border-radius: 0.3em;
}

.bonusDisc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: min(8vw, 60px);
	padding-bottom: min(8vw, 60px);
	border-bottom: #fff solid 1px;
}
.bonusDisc h4 {
	width: 100%;
	font-size: min(4.2vw, 24px);
	margin-bottom: min(4vw, 20px);
    line-height: 1.2;
}
.bonusDisc h4 span {
	font-size: 0.6em;
    font-weight: normal;
}
.bonusDisc .bonusDiscTxt {
	width: 40%;
}
.bonusDisc .bonusDiscTxt p {
	margin-top: min(4vw, 20px);
	font-size: min(3.2vw, 14px);
    letter-spacing: 0.02em;
}
.bonusDisc .bonusDiscTxt p:first-child {
	margin-top: 0;
}
.bonusDisc .bonusDiscImg {
	width: 55%;
	line-height: 0;
}

.bonusMovie {
	max-width: 820px;
    margin: min(6vw, 50px) auto 0;
    width: 100%;
}


.specialBook {
	margin-top: min(8vw, 60px);
	width: 100%;
}
.specialBook h4 {
	font-size: min(4.2vw, 24px);
	margin-bottom: min(4vw, 20px);
	line-height: 1.2;
}
.specialBook h4 span {
	font-size: 0.6em;
    font-weight: normal;
}
.specialBook p {
	margin-top: min(4vw, 20px);
	font-size: min(3.2vw, 14px);
    letter-spacing: 0.02em;
}
.specialBook .spBoxImg {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	margin-top: min(6vw, 30px);
	gap: min(2vw, 30px) 0;
}
.specialBook .spBoxImg > div {
    width: 52.5%;
	line-height: 0;
}
.specialBook .spBoxImg > ul {
	width: 44.8%;
	border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}
.specialBook .spBoxImg > ul li {
	padding: 0;
    border-bottom: none;
    display: block;
	width: 100%;
	line-height: 0;
}


.purchasePrivilege {
	display: flex;
	justify-content: space-between;
	
    padding-top: min(8vw, 60px);
    border-top: #fff solid 1px;
    margin-top: min(8vw, 60px);
}
.purchasePrivilege .ppTxt {
    width: 58%;
}
.purchasePrivilege .ppTxt h4 {
	width: 100%;
    font-size: min(4.2vw, 24px);
    margin-bottom: min(6vw, 30px);
    line-height: 1.6;
}
.purchasePrivilege .ppTxt p {
	margin-top: min(4vw, 20px);
    font-size: min(3.2vw, 14px);
    letter-spacing: 0.02em;
}
.purchasePrivilege .ppTxt .present {
	background-color: #fff;
    padding: min(6vw, 30px) 17%;
    margin-top: min(7vw, 40px);
	line-height: 0;
}
.purchasePrivilege .ppImg {
    width: 36%;
	line-height: 0;
}


@media screen and (max-width: 880px) {
	#release h3 {
		font-size: min(3.2vw, 15px);
		margin-bottom: min(8vw, 80px);
	}
	#release h3::before {
		bottom: max(-2vw, -12px);
	}
	#release h3 span {
		font-size: min(5.4vw, 26px);
	}

	#release .flexWrap {
		display: block;
	}

	.discWrap {
		width: 100%;
	}
	.discWrap .title {
		font-size: min(6.6vw, 32px);
		margin-bottom: min(6vw, 40px);
		text-align: center;
	}
	.discWrap .img {
		margin-bottom: min(6vw, 40px);
	}
	.discWrap .trackWrap {
		display: block;
	}
	.discWrap .trackWrap .trackList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-size: min(3.2vw, 15px);
	}
	.discWrap .trackWrap .trackList dt {
		width: 12%;
		margin-bottom: min(3vw, 16px);
	}
	.discWrap .trackWrap .trackList dd {
		width: 88%;
		margin-bottom: min(3vw, 16px);
	}
	.discWrap ul {
		border-radius: 6px;
		padding: min(3vw, 20px) min(6vw, 40px);
		margin-top: min(4vw, 48px);
	}
	.discWrap ul li {
		padding: min(3vw, 16px) 0;
		display: block;
	}
	.discWrap ul li > p {
		width: 100%;
		font-size: min(3.4vw, 16px);
		margin-bottom: 3vw;
		font-weight: bold;
	}
	.discWrap ul li > div {
		width: 100%;
	}
	.discWrap ul li .badge {
		display: block;
		margin-right: 0;
		font-size: min(2.8vw, 13px);
		width: 30vw;
		max-width: 120px;
	}

	.jacketWrap {
		width: 100%;
		margin-top: min(8vw, 48px);
	}

	.jacketWrap .purchase:not(:last-child) {
		margin-bottom: min(4vw, 28px);
	}
	.jacketWrap .purchase p:nth-child(1) {
		font-size: min(3.4vw, 16px);
	}
	.jacketWrap .purchase p:nth-child(2) {
		font-size: min(2.6vw, 12px);
		margin-bottom: min(2vw, 8px);
	}
	.jacketWrap .btnWrap a {
		font-size: min(3vw, 14px);
		padding: min(3vw, 12px);
	}
	
	.bonusDisc {
		flex-direction: column;
	}
	.bonusDisc h4 {
		line-height: 1.6;
	}
	.bonusDisc h4 span {
		font-size: 0.7em;
	}
	.bonusDisc .bonusDiscTxt {
		width: 100%;
		margin-bottom: min(6vw, 30px);
	}
	.bonusDisc .bonusDiscImg {
		width: 100%;
	}
	
	.specialBook h4 {
		line-height: 1.6;
	}
	.specialBook h4 span {
		font-size: 0.7em;
	}
	
	.purchasePrivilege {
		display: block;
	}
	.purchasePrivilege .ppTxt {
		width: 100%;
	}
	.purchasePrivilege .ppTxt h4 {
		width: 100%;
	}
	
	.purchasePrivilege .ppTxt .present {
		background-color: #fff;
		padding: min(5vw, 30px) 17%;
		margin-top: min(7vw, 40px);
		line-height: 0;
	}
	.purchasePrivilege .ppImg {
		width: 100%;
		margin-top: min(8vw, 40px);
	}
}


#event {
	background-color: #fff;
	color: #000;
}
#event h2 {
    border-top: #000 solid 2px;
}

#event .contentWrap {
	padding-top: 0;
}
#event h3 {
	color: #0d99c8;
	font-size: min(4.4vw, 24px);
	margin-bottom: min(6vw, 30px);
	font-feature-settings: "palt";
}

#event .truckWrap {
	display: flex;
	justify-content: space-between;
}
#event .truckWrap .truckImg {
	line-height: 0;
	width: 50%;
}
#event .truckWrap .truckTxt {
	width: 45%;
	font-size: min(3vw, 14px);
}
#event .truckWrap .truckTxt dl {
	border-bottom: #ccc solid 1px;
	margin-bottom: min(2vw, 10px);
}
#event .truckWrap .truckTxt dl dt {
	font-size: min(3.6vw, 18px);
	font-weight: bold;
	color: #0d99c8;
	border-top: #ccc solid 1px;
	padding-top: min(2vw, 10px);
	margin-bottom: min(2vw, 10px);
}
#event .truckWrap .truckTxt dl dd {
	padding-bottom: min(2vw, 10px);
	display: flex;
	flex-wrap: wrap;
}
#event .truckWrap .truckTxt dl dd h5 {
	font-size: min(3.2vw, 14px);
	font-weight: bold;
	width: 95px;
	margin-bottom: min(3vw, 15px);
}
#event .truckWrap .truckTxt dl dd .areaTxt {
	width: calc(100% - 95px);
	margin-bottom: min(3vw, 15px);
}
#event .truckWrap .truckTxt dl dd p {
	font-size: min(3.2vw, 14px);
}
#event .truckWrap .truckTxt dl dd p + p {
	margin-top: min(5vw, 10px);
}
#event .truckWrap .truckTxt .note {
	font-size: min(3vw, 12px);
}

#event .truckWrap .truckTxt dl dd .areaTxt a {
    color: #0d99c8;
	border: #0d99c8 solid 1px;
	font-size: min(3vw, 12px);
	padding: min(0.4vw, 2px) min(3vw, 15px);
	border-radius: 40px;
	margin-top: min(2vw, 10px);
    display: inline-block;
}


.snsEvent .titleImg {
	line-height: 0;
	margin-bottom: min(6vw, 30px);
	padding-top: min(8vw, 60px);
	border-top: #ccc solid 1px;
}

.snsEvent .snsEventTxt > p {
	font-size: min(3.4vw, 16px);
	margin-bottom: min(4vw, 20px);
}

.snsEvent .snsEventTxt .detail {
	background-color: #e8f3f7;
	border-radius: 8px;
	padding: min(4vw, 20px) min(7vw, 40px);
	margin-top: min(6vw, 30px);
	display: flex;
	flex-wrap: wrap;
	margin-bottom: min(6vw, 30px);
}
.snsEvent .snsEventTxt .detail dt {
	width: 180px;
	padding: min(3vw, 15px) 0;
	border-bottom: #ccc solid 1px;
	color: #0d99c8;
	font-weight: bold;
	font-size: min(3.4vw, 16px);
}
.snsEvent .snsEventTxt .detail dt.wide {
	width: 100%;
	border-bottom: none;
}
.snsEvent .snsEventTxt .detail dd {
	width: calc(100% - 180px);
	padding: min(3vw, 15px) 0;
	border-bottom: #ccc solid 1px;
	font-size: min(3.2vw, 14px);
}
.snsEvent .snsEventTxt .detail dd.flex {
	display: flex;
	justify-content: space-between;
}
.snsEvent .snsEventTxt .detail dd.wide {
	width: 100%;
	border-bottom: none;
	padding-top: 0;
}
.snsEvent .snsEventTxt .detail dd p + p {
	margin-top: min(2vw, 20px);
}

.snsEvent .snsEventTxt .detail dd.flex p {
	width: 48%;
}
.snsEvent .snsEventTxt .detail dd .stickerSample {
	width: 50%;
}

.snsEvent .snsEventTxt .notes {
	font-size: min(3vw, 12px);
	letter-spacing: 0.02em;
}
.snsEvent .snsEventTxt .notes p + p {
	margin-top: min(4vw, 20px);
}

.snsEvent .snsEventTxt a {
	text-decoration: underline;
}

@media screen and (max-width: 880px) {
	
	#event h2 {
		border-top: none;
    	border-left: #000 solid 2px;
	}
	#event .contentWrap {
	    padding-top: min(10vw, 80px);
	}
	
	#event .truckWrap {
		display: block;
	}
	#event .truckWrap .truckImg {
		width: 100%;
    	margin-bottom: min(6vw, 30px);
	}
	
	#event .truckWrap .truckTxt {
		width: 100%;
	}
	
	.snsEvent .snsEventTxt .detail {
		display: block;
	}
	.snsEvent .snsEventTxt .detail dt {
    	width: 100%;
		border-bottom: none;
	}
	.snsEvent .snsEventTxt .detail dd {
    	width: 100%;
		padding-top: 0;
	}
	.snsEvent .snsEventTxt .detail dd.flex {
		display: block;
	}
	.snsEvent .snsEventTxt .detail dd.flex p {
		width: 100%;
	}
	.snsEvent .snsEventTxt .detail dd .stickerSample {
		width: 100%;
		margin-top: min(4vw, 20px);
	}
}


/* ---- MOVIE ---- */
#movie {
	position: relative;
	background-color: #111;
	z-index: 0;
}
#movie::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-image: url(../images/main_img_disc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0.8;
}

#movie .contentWrap.half {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: min(4vw, 20px) 0;
}

.movieWrap {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}
#movie .contentWrap.half .movieWrap {
    width: 49%;
    padding-top: 27.6%;
}

.movieWrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---- Banner Wrap ---- */

#bnrWrap .flexWrap {
	display: flex;
	justify-content: space-between;
}
#bnrWrap .bnrImg {
	display: block;
	width: 31%;
}
@media screen and (max-width: 880px) {
	#bnrWrap .flexWrap {
		display: block;
	}
	#bnrWrap .bnrImg {
		width: 100%;
		margin-bottom: 4vw;
	}
	#bnrWrap .bnrImg:last-child {
		margin-bottom: 0;
	}
}
/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */
footer {
	background-color: #000;
	color: #fff;
	position: relative;
}
footer .ftrSns {
	display: flex;
	border-bottom: #333 solid 1px;
}
footer .ftrSns li {
	width: 20%;
}
footer .ftrSns li + li {
	border-left: #333 solid 1px;
}
footer .ftrSns li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 25px 30px;
}
footer .ftrSns li a i.snsIcon {
	color: #fff;
	font-size: 24px;
	margin-right: 20px;
}
footer .ftrSns li a i.ftrIco {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 20px;
}
footer .ftrSns li a i.ftrIco.ftrIco_x {
	background: url("../images/ico_x.png") no-repeat center center;
	background-size: contain;
}
footer .ftrSns li a i.ftrIco.ftrIco_fb {
	background: url("../images/ico_fb.png") no-repeat center center;
	background-size: contain;
}
footer .ftrSns li a i.ftrIco.ftrIco_yt {
	background: url("../images/ico_yt.png") no-repeat center center;
	background-size: contain;
}
footer .ftrSns li a span {
    width: 45px;
	line-height: 0;
	margin-right: 20px;
}


footer .ftrMain {
	padding: 60px;
	display: block;
}
footer .ftrMain .copyWrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}
footer .ftrMain .copyWrap .logo {
	width: 20%;
	line-height: 0;
}
footer .ftrMain .copyWrap p {
	font-size: 12px;
	width: 60%;
	margin-left: 4%;
}
footer .ftrMain .copyright {
	font-size: 10px;
	margin-top: 40px;
	text-align: center;
}


footer .scrollTop {
	padding: 8px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
	background-color: rgba(00, 00, 00, 0.2);
	border-radius: 8px;
}
footer .scrollTop.on {
	visibility: visible;
  opacity: 1;
}
/* footer .scrollTop.active {
	background-color: rgba(255, 255, 255, 0.8);
} */
footer .scrollTop img {
	transform: rotate(0);
	transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}
footer .scrollTop.floatAnime img {
	transform: rotate(180deg);
}

@media screen and (max-width: 820px) {
	footer .ftrSns {
		display: flex;
		flex-wrap: wrap;
	}
	footer .ftrSns li {
		width: 50%;
	}
	footer .ftrSns li:last-child {
		width: 100%;
	}
	footer .ftrSns li + li {
		border-left: none;
	}
	footer .ftrSns li:nth-child(even) {
		border-left: #333 solid 1px;
	}
	footer .ftrSns li:nth-child(n+3) {
		border-top: #333 solid 1px;
	}

	footer .ftrSns li a {
    	font-size: min(2.6vw, 12px);
		padding: min(4vw, 25px) min(5vw, 30px);
	}
	footer .ftrSns li a i.snsIcon {
		font-size: min(6vw, 24px);
		margin-right: min(3vw, 20px);
	}
	footer .ftrSns li a span {
		width: min(14vw, 45px);
		margin-right: min(4vw, 20px);
	}
	footer .ftrSns li:last-child a {
		justify-content: center;
	}


	footer .ftrMain {
		flex-direction: column-reverse;
		padding: min(12vw, 60px) min(6vw, 60px);
	}
	footer .ftrMain .copyWrap {
		width: 100%;
		display: block;
	}
	footer .ftrMain .copyWrap .logo {
		width: 70%;
		margin: 0 auto min(8vw, 30px);
	}
	footer .ftrMain .copyWrap p {
		font-size: min(3vw, 12px);
		width: 100%;
		margin: 0;
	}
	footer .ftrMain .copyright {
		font-size: min(2.6vw, 10px);
		margin-top: min(8vw, 30px);
	}


	footer .scrollTop {
		right: 3vw;
		bottom: 3vw;
		width: 11.8vw;
    height: 11.8vw;
	}

}