@charset "UTF-8";
/* CSS Document */


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

	Common

//////////////////////////////////////////////////////////////////////////////// */
html {
	scroll-behavior: smooth;
}

a[target="_blank"]:not([class])::after {
	margin-left: 0.4em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
ul { list-style: none;}

.anim {
	opacity: 0;
	transform: translateY(40px);
	transition: all .6s ease-out;
}
.anim.on {
	opacity: 1;
	transform: translateY(0);
}


body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: .05em;
	-webkit-text-size-adjust: 100%;
	background-color: #2C4297;
	color: #fff;
}

.wrap {
	padding-top: 0 !important;
  position: relative;
  z-index: 2;
}
section {
	padding: min(10vw, 100px) 0;
}
#mainVisual + section {
	padding-top: min(20vw, 200px);
}
body.v1 section:last-child {
	padding-bottom: min(20vw, 200px);
}
section h2 {
	font-size: min(5.4vw, 26px);
	letter-spacing: 0.45em;
  text-indent: 0.45em;
	line-height: 1.6;
  text-align: center;
  margin-bottom: min(8vw, 60px);
}
.innerWrap {
	position: relative;
	max-width: 1080px;
	padding: 0 min(6vw, 64px);
	margin: 0 auto;
	z-index: 1;
}

.btnWrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: min(4vw, 24px);
}
.btnWrap a {
	width: 100%;
	max-width: 320px;
	min-width: fit-content;
	display: block;
	padding: min(3vw, 18px);
	font-size: min(3vw, 14px);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 100px;
}

.fixedBnr {
	position: fixed;
	left: 4vw;
	bottom: 4vw;
	text-align: center;
	z-index: 10;
}
.fixedBnr a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: min(1.5vw, 12px);
	font-size: min(3.3vw, 14px);
	padding: 1em 1.8em 1.2em;
	letter-spacing: 0;
	background: linear-gradient( -20deg, rgb(60,81,162) 0%, rgb(115,90,162) 50%, rgb(111,114,188) 100%);
	color: #fff;
	border-radius: 200px;
}
.fixedBnr a[target="_blank"]:not([class])::after {
	margin-left: 0;
}
.fixedBnr.opAnim a {
	opacity: 0;
}
.fixedBnr a img {
	width: 1.5em;
}
.fixedBnr.v2 {
	bottom: calc(4vw + 70px);
}

.listDisc,
.listAsterisk {
	list-style: none;
	padding-left: 1.2em;
	font-size: min(3vw, 14px);
}
.listDisc > li,
.listAsterisk > li {
	text-indent: -1.2em;
	font-weight: normal;
	line-height: 1.4;
}
.listDisc > li + li,
.listAsterisk > li + li {
	margin-top: 0.3em;
}
.listDisc > li:before,
.listAsterisk > li:before {
	margin-right: 0.2em;
}
.listDisc > li:before {
	content: "・";
}
.listAsterisk > li:before {
	content: "※";
}
.textRed,
.listDisc > li.caution,
.listAsterisk > li.caution {
	color: #ff3e3e;
}

@media screen and (min-width: 821px) {

	.pc-none { display: none !important;}

	a { transition: all 0.3s ease-out !important;}
	a:hover { opacity: 0.5;}

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

	.sp-none { display: none !important;}

	section h2 {
    letter-spacing: 0.3em;
    text-indent: 0.3em;
	}

	.fixedBnr a {
		line-height: 1.2;
	}
	.fixedBnr a img {
    width: 1.8em;
	}
}

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

.bodyBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 136svh;
	transform: translateY(-18%);
	/* animation: bodyBg 4s ease-out 0.8s infinite; */
	/* animation: bodyBg 12s ease-out 0.8s infinite;
	background: linear-gradient( -20deg, rgb(60,81,162) 0%, rgb(115,90,162) 50%, rgb(111,114,188) 100%); */
}
.bodyBg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@keyframes bodyBg {
	0% { opacity: 1;}
	50% { opacity: .6;}
	100% { opacity: 1;}
}

#mainVisual {
	position: relative;
	height: 88vh;
	height: 100svh;
	width: 100vw;
	font-weight: 700;
	/* background: linear-gradient(180deg, #6370BF 0%, #795698 36%, #795698 40%, #2C4297 70%); */
}
#mainVisual .aimyon {
	position: absolute;
	top: 5%;
	left: 4%;
	width: 10.4vw;
	z-index: 1;
	opacity: 0;
}
#mainVisual .title {
	position: absolute;
	/* top: 19%; */
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	line-height: 1.3;
	opacity: 0;
}
#mainVisual .title p:nth-child(1) {
	font-size: 1.35vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 0.5em;
}
#mainVisual .title p:nth-child(2) {
	font-size: 4.25vw;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
#mainVisual .release {
	position: absolute;
	right: 4vw;
	bottom: 4vw;
	z-index: 1;
	font-size: 1.8vw;
	font-weight: 500;
	line-height: 1.3;
	opacity: 0;
}
#mainVisual .release span {
	font-size: 0.58em;
}

#mainVisual .mvAnimImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainVisual .mvAnimImg img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 52% 24%;
}
/* #mainVisual .mvAnimImg.bg04 {
	opacity: 0;
	mix-blend-mode: multiply;
} */


.bodyBg {
	opacity: 0.4;
	animation: bodyBgIn 3s ease-in 0.5s forwards;
}
@keyframes bodyBgIn {
	0% {opacity: 0.4;}
	100% {opacity: 1;}
}
body.v1 .fixedBnr.opAnim a {
	animation: fadeIn 1.5s ease-in 3.5s forwards;
}
body.v1 #mainVisual .title {
	top: 42%;
}
body.v1 #mainVisual .aimyon {
	animation: fadeIn 1.5s ease-in 3.5s forwards;
}
body.v1 #mainVisual .title {
	animation: fadeIn 3s ease-in 0.5s forwards;
}
body.v1 #mainVisual .title p:nth-child(1) {
	opacity: 0;
	animation: fadeIn 1s ease-out 2s forwards;
}
body.v1 #mainVisual .release {
	animation: fadeIn 1.5s ease-in 3.5s forwards;
}


body.v2 .fixedBnr.opAnim a {
	animation: fadeIn 1s ease-in 8s forwards;
}
body.v2 #mainVisual .title {
	top: 15%;
}
body.v2 #mainVisual .aimyon {
	animation: fadeIn 1s ease-in 8s forwards;
}
body.v2 #mainVisual .title {
	animation: fadeIn 3s ease-in 6s forwards;
}
body.v2 #mainVisual .title p:nth-child(1) {
	opacity: 0;
	animation: fadeIn 1s ease-out 6.8s forwards;
}
body.v2 #mainVisual .release {
	animation: fadeIn 1s ease-in 8s forwards;
}

/* #mainVisual .mvAnimImg.bg04 {
	animation: fadeIn 1.5s ease-in 1.5s forwards, fadeOut 1.5s ease-in 4.5s forwards;
}
#mainVisual .mvAnimImg.bg03 {
	animation: fadeOut 1.5s ease-in 3s forwards;
}
#mainVisual .mvAnimImg.bg02 {
	animation: fadeOut 1.5s ease-in 4.5s forwards;
}
#mainVisual .mvAnimImg.bg05 {
	animation: fadeOut 1.5s ease-in 6s forwards;
} */
#mainVisual .mvAnimImg.bg02 {
	animation: fadeOut 1.2s linear 5.1s forwards;
}
#mainVisual .mvAnimImg.bg03 {
	animation: fadeOut 1.2s linear 3.9s forwards;
}
#mainVisual .mvAnimImg.bg04 {
	animation: fadeOut 1.2s linear 2.7s forwards;
}
#mainVisual .mvAnimImg.bg05 {
	animation: fadeOut 1.2s linear 1.5s forwards;
}

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


@media screen and (max-width: 820px) {
	#mainVisual .aimyon {
		width: 24vw;
	}
	#mainVisual .title {
		top: 26%;
    left: 50%;
	}
	#mainVisual .title p:nth-child(1) {
		font-size: 3vw;
	}
	#mainVisual .title p:nth-child(2) {
		font-size: 9.4vw;
	}
	#mainVisual .release {
    bottom: 8vw;
		font-size: 4.6vw;
	}

}


#release .releaseBg {
	position: relative;
	width: 100vw;
	height: 100vh;
	margin-top: min(4vw, 40px);
	opacity: 0;
  transition: opacity 1s ease-out;
  will-change: transform;
}
#release .releaseBg.on {
	opacity: 1;
}
#release .releaseBg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 53% 50%;
}
#release .releaseMain {
  border-radius: 8px;
  padding: min(8vw, 60px);
	background: linear-gradient( 160deg, #2C4297 0%, #795698 50%, #6370BF 100%);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
#release .releaseMain .flexBox {
	display: flex;
	justify-content: space-between;
}
#release .releaseMain .flexBox .jacket {
	width: 40%;
}
#release .releaseMain .flexBox .releaseTxt {
	width: 54.6%;
}
#release .releaseMain .releaseTxt {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}
#release .releaseMain .releaseTxt h3 {
  font-size: min(3.6vw, 42px);
  font-weight: 400;
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: .2em;
	margin-bottom: min(2vw, 16px);
}
#release .releaseMain .releaseTxt h3 span {
	display: block;
	font-size: .42em;
	font-weight: 500;
	letter-spacing: .1em;
}
#release .releaseMain .releaseTxt .price {
	font-size: min(2.6vw, 12px);
	letter-spacing: .1em;
}
#release .releaseMain .releaseTxt .day {
	font-size: min(4vw, 20px);
	letter-spacing: .14em;
		margin-top:  min(2vw, 10px);
		margin-bottom: min(6vw, 40px);
}
#release .releaseMain .releaseTxt .day span {
	font-size: 0.75em;
	display: inline-block;
}
#release .releaseMain .btnWrap a {
	max-width: 260px;
	background-color: #fff;
	color: #3c51a2;
	padding: 1em;
}

#release .releaseEvent {
	padding: min(4vw, 32px);
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: min(2vw, 10px);
	margin-top: min(4vw, 40px);
}
#release .releaseEvent + .releaseEvent {
	margin-top: min(3vw, 24px);
}
#release .releaseEvent .eventText,
#release .releaseEvent .eventImg {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: min(4vw, 40px);
}
#release .releaseEvent .eventText {
	justify-content: space-between;
}
#release .releaseEvent .eventText p {
	font-size: min(3.8vw, 18px);
}
#release .releaseEvent .eventText a {
	max-width: 320px;
	min-width: fit-content;
	display: block;
	padding: 0.6em 2em;
	font-size: min(3vw, 12px);
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 100px;
	border: #fff solid 1px;
}
#release .releaseEvent .eventImg {
	justify-content: center;
	margin-top: min(4vw, 40px);
}
#release .releaseEvent .eventImg > div {
	width: calc((100% - min(4vw, 40px))/2);
}

#release .trackWrap {
	margin-top: min(10vw, 40px);
}
#release .trackWrap h4 {
	font-size: min(3.6vw, 16px);
	margin-bottom: min(6vw, 15px);
}
#release .trackWrap .trackList li {
	display: flex;
	flex-wrap: wrap;
	font-size: min(4vw, 20px);
	padding: min(2vw, 16px) 0;
	border-bottom: rgba(255, 255, 255, 0.4) solid 1px;
}
#release .trackWrap .trackList li p:first-child {
	width: 55px;
  position: relative;
}
#release .trackWrap .trackList li p:last-child {
	width: calc(100% - 55px);
}
#release .trackWrap .trackList li p:last-child span {
	font-size: 0.78em;
}

#release .releaseBenefit {
	border-radius: 8px;
  padding: min(6vw, 40px) min(8vw, 60px) min(8vw, 60px);
	background-color: #fff;
	color: #2c4497;
	margin-top: min(4vw, 40px);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
#release .releaseBenefit h3 {
	text-align: center;
	font-size: min(3.8vw, 18px);
	font-weight: bold;
	margin-bottom: min(5vw, 32px);
}
#release .releaseBenefit h4 {
	text-align: center;
	font-size: min(5.2vw, 28px);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: min(3vw, 24px);
}
#release .releaseBenefit h4 + p {
	text-align: center;
	font-size: min(4.2vw, 20px);
	margin-bottom: min(3vw, 16px);
	line-height: 1.4;
}
#release .releaseBenefit .benefitWrap + .benefitWrap {
	padding-top: min(6vw, 40px);
	border-top: #2c4497 solid 1px;
	margin-top: min(6vw, 40px);
}
#release .releaseBenefit .comingSoon {
	text-align: center;
	font-size: min(4.4vw, 22px);
	padding: min(4vw, 40px) 0;
}
#release .releaseBenefit .benefitImg {
	width: 80%;
	margin: min(4vw, 40px) auto min(6vw, 60px);
}
#release .releaseBenefit .benefitImg img {
	display: block;
	margin: auto;
}
#release .releaseBenefit .benefitWrap a {
	background-color: #2c4497;
}


@media screen and (min-width: 821px) {
	#release {
		padding-bottom: calc(min(10vw, 100px) + 20vh);
	}
	#release .releaseMain .btnWrap a {
		width: calc((100% - min(4vw, 24px))/2);
	}
}
@media screen and (max-width: 820px) {
  #release {
    padding-bottom: 100vh;
  }
	#release .releaseBg {
    transition: opacity 1.6s ease-out;

    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
	}

	#release .releaseMain .flexBox {
		display: block;
	}
	#release .releaseMain .flexBox .jacket {
		width: 100%;
		margin-bottom: min(6vw, 64px);
	}
	#release .releaseMain .flexBox .releaseTxt {
		width: 100%;
	}
	#release .releaseMain .releaseTxt h3 {
		font-size: min(6.4vw, 36px);
	}

	#release .releaseEvent .eventText {
		justify-content: center;
		text-align: center;
	}
	#release .releaseEvent .eventImg > div {
		width: 100%;
		max-width: 360px;
	}

	#release .trackWrap .trackList li p:first-child {
		width: 11vw;
	}
	#release .trackWrap .trackList li p:last-child {
		width: calc(100% - 11vw);
	}
}


#video {
  position: relative;
}
#video p {
	font-size: min(3.4vw, 16px)
}
.iframeWrap {
	max-width: 800px;
	margin: 0 auto;
}
.iframeWrap div {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: min(3vw, 12px);
}
.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframeWrap + .iframeWrap {
	margin: min(6vw, 48px) auto 0;
}
#video .iframeWrap {
	padding-top: min(10vw, 100px);
	margin-top: max(-10vw, -100px);
}
#video .iframeWrap + .iframeWrap {
	margin-top: calc(max(-10vw, -100px) + min(6vw, 64px));
}


#interview .interviewWrap {
	background-color: #fff;
	color: #2c4497;
	border-radius: 8px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	padding: min(8vw, 60px);
	/* max-width: 780px;
	margin: auto; */
}
#interview .interviewWrap p:not(.comingSoon) {
	font-size: 16px;
	margin-bottom: 1em;
}
#interview .interviewWrap p.title {
	font-size: 18px;
	text-align: center;
}
#interview .interviewWrap .interviewArchives p.answers {
	color: #d680f1;
}
#interview .interviewWrap .interviewArchives p.credit {
	text-align: right;
	margin-top: min(6vw, 30px);
}
#interview .interviewWrap p span {
	font-weight: bold;
}
#interview .interviewWrap .interviewArchives {
	margin-top: 32px;
	display: none;
}
#interview .interviewWrap .interviewArchivesBtn {
	margin-top: 32px;
}
#interview .interviewWrap .interviewArchivesBtn a {
	position: relative;
	display: block;
	max-width: 320px;
	margin: 0 auto;
	background-color: #2c4497;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 15px;
	border-radius: 40px;
}
#interview .interviewWrap .interviewArchivesBtn a::after {
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 32px;
  content: "";
  width: 16px;
  height: 16px;
  border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
  transform: rotate(-45deg);
  transition: all 0.4s;
}
#interview .interviewWrap .interviewArchivesBtn a.open::after {
  transform: rotate(135deg);
  margin-top: 8px;
}
@media screen and (max-width: 820px) {

	#interview .interviewWrap p:not(.comingSoon) {
		font-size: min(3.6vw, 16px);
	}
	#interview .interviewWrap p.title {
		font-size: min(3.8vw, 18px);
		/* text-align: left; */
	}
	#interview .interviewWrap .interviewArchives {
		margin-top: min(4vw, 32px);
	}
	#interview .interviewWrap .interviewArchivesBtn {
		margin-top: min(4vw, 32px);
	}
	#interview .interviewWrap .interviewArchivesBtn a {
    font-size: min(3.6vw, 16px);
    padding: min(3vw, 15px);
	}
	#interview .interviewWrap .interviewArchivesBtn a::after {
		width: 12px;
		height: 12px;
		border-left: #fff 1px solid;
		border-bottom: #fff 1px solid;
	}
	#interview .interviewWrap .interviewArchivesBtn a.open::after {
		margin-top: 6px;
	}
}


#calender {
	background-color: #2C4297;
}
#calender .calenderSchedule {
	padding: min(4vw, 32px);
}
#calender .calenderSchedule > div {
	display: flex;
	border-radius: min(4vw, 20px);
	overflow: hidden;
	margin-top: 1%;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
#calender .calenderSchedule dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	background-color: #7c5b9b;
	font-size: min(2.6vw, 32px);
	font-weight: 700;
	padding-bottom: 0.1em;
}
#calender .calenderSchedule dt span {
	display: block;
	font-size: 0.45em;
	padding-left: 0.4em;
	padding-top: 0.3em;
}
#calender .calenderSchedule dd {
	background-color: #fff;
	color: #000;
	width: 80%;
	padding: 2% 3%;
	font-size: min(1.4vw, 21.6px);
	line-height: 1.5;
}
#calender .calenderSchedule dd a {
	color: #7c5b9b;
	text-decoration: underline;
}
#calender .calenderSchedule dd a::after {
	display: none;
}
#calender .calenderSchedule dd span:not(.no-wrap) {
	display: inline-block;
	font-size: 0.78em;
	margin-left: 1em;
}
#calender .calenderSchedule dd br + span:not(.no-wrap) {
	margin-left: 0;
}
#calender .calenderSchedule dd span.no-wrap {
	display: inline-block;
}
#calender .calenderSchedule dd p + p {
	border-top: rgba(124, 91, 155, 0.4) solid 2px;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

@media screen and (max-width: 820px) {
	#calender .calenderSchedule {
		padding: 0;
	}
	#calender .calenderSchedule > div {
		min-height: 14vw;
		margin-top: 2%;
	}
	#calender .calenderSchedule dt {
		flex-direction: column;
    width: 18%;
    font-size: min(4vw, 32px);
		line-height: 1.4;
	}
	#calender .calenderSchedule dt span {
		padding-left: 0;
    padding-top: 0;
	}
	#calender .calenderSchedule dd {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 82%;
		font-size: min(3.2vw, 21.6px);
	}
	#calender .calenderSchedule dd p + p {
		border-top: #afd7e9 solid 1px;
	}
}

#footer {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: min(4vw, 40px);
  z-index: 0;
}
#footer.v2 {
	min-height: 47vw;
}
#footer .footerBg {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 65vw;
	z-index: -2;
	mask-image: linear-gradient(180deg, transparent 3%, white 50%);
  -webkit-mask-image: linear-gradient(180deg, transparent 3%, white 50%);

	opacity: 0;
	transition: opacity 1.5s ease;
}
#footer.on .footerBg {
	opacity: 1;
}
#footer .footerBg img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 5%;
}
footer .sns-nav {
	display: flex;
	gap: min(4vw, 20px);
	margin-bottom: 0;
}
footer .sns-nav li {
	margin: 0;
	vertical-align: bottom;
}
#footer .sns-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #2c4397;
	width: min(8.6vw, 40px);
	height: min(8.6vw, 40px);
	border-radius: 100%;
}
#footer .sns-nav a i {
	font-size: min(5.2vw, 22px);
}
footer .sns-nav a svg {
	width: min(5.4vw, 23px);
	height: min(5.4vw, 23px);
}
#footer .sns-nav a,
#footer .sns-nav a svg {
	color: #fff;
	fill: #fff;
}
#footer .sns-nav a img {
	width: 28px;
}
#footer .sns-nav a svg,
#footer .sns-nav a img,
.sns-nav a i {
	vertical-align: text-top;
}
#footer .copyright {
	color: #fff;
	line-height: 1.2;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0;
}

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

	#footer {
		flex-direction: column;
		justify-content: end;
		align-items: center;
	}
	#footer.v2 {
		min-height: 72vw;
	}
	#footer .footerBg {
		height: 87vw;
		-webkit-mask-image: linear-gradient(180deg, transparent 3%, white 40%);
		mask-image: linear-gradient(180deg, transparent 3%, white 40%);
	}
	#footer > div {
		flex-direction: column-reverse;
	}
	#footer .copyright {
		width: 100%;
		text-align: center;
		padding-top: min(4vw, 20px);
	}
}
