@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;
	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.opAnim a {
	opacity: 0;
}
.fixedBnr a img {
	width: 1.5em;
}

.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;}
}
/* @keyframes bodyBg {
	0% {
		opacity: 0.6;
		transform: translateY(0);
	}
	25% {
		opacity: 1;
		transform: translateY(-13%);
	}
	50% {
		opacity: 0.6;
		transform: translateY(-26%);
	}
	75% {
		opacity: 1;
		transform: translateY(-13%);
	}
	100% {
		opacity: 0.6;
		transform: translateY(0);
	}
} */

#mainVisual {
	position: relative;
	height: 88vh;
	height: 100svh;
	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;
}


.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;
}

/* #mainVisual .mainImg01 {
	-webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
} */
/* #mainVisual .mainImg01,
#mainVisual .mainImg02 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60vw;
	height: 60svh;
	opacity: 0;
}
#mainVisual .mainImg01 > div,
#mainVisual .mainImg02 > div {
	position: relative;
	width: 100%;
	height: 100%;
}
#mainVisual .mainImg01 {
	animation: mainImg01 2s ease-in 0.5s forwards;
}
#mainVisual .mainImg02 {
	animation: mainImg02 2s ease-in 1.7s forwards;
}
#mainVisual .mainImg01 img,
#mainVisual .mainImg02 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 20%;
}
@keyframes mainImg01 {
	0% {
		width: 60vw;
		height: 60svh;
		opacity: 0;
	}
	33% {
		opacity: 0.4;
	}
	100% {
		width: 100vw;
		height: 100svh;
		opacity: 0;
	}
}
@keyframes mainImg02 {
	0% {
		width: 60vw;
		height: 60svh;
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	100% {
		width: 100vw;
		height: 100svh;
		opacity: 1;
	}
} */

@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;
	}

	/* #mainVisual .mainImg01,
	#mainVisual .mainImg02 {
		background-color: #6572c1;
	}
	#mainVisual .mainImg01 > div,
	#mainVisual .mainImg02 > div {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 74%;
		-webkit-mask-image: linear-gradient(180deg, transparent 3%, white 40%);
		mask-image: linear-gradient(180deg, transparent 3%, white 40%);
	} */
}


#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%;
}
/*
@keyframes parallax-small-anim {
  from {
    transform: translateY(-60vw);
  }
  to {
    transform: translateY(40vw);
  }
}
*/
#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 .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:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8em;
  height: 1px;
  background-color: #fff;
} */
#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;
}


@media screen and (min-width: 821px) {
	#release {
		padding-bottom: calc(min(10vw, 100px) + 20vh);
	}
/*
	#release .releaseBg {
		transform: translateY(-60vw);

		animation: parallax-small-anim linear;
		animation-timeline: scroll();
	}
*/

	#release .releaseMain .btnWrap a {
		width: calc((100% - min(4vw, 24px))/2);
	}
}
@media screen and (max-width: 820px) {
	/* #release .releaseBg {
		margin-top: 0;
		transform: translateY(-80vw);
	}
	@keyframes parallax-small-anim {
		from {
			transform: translateY(-80vw);
		}
		to {
			transform: translateY(40vw);
		}
	} */
  #release {
    padding-bottom: 100vh;
  }
	#release .releaseBg {
/*		margin-top: min(14vw, 80px);*/
    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 .trackWrap .trackList li p:first-child {
		width: 11vw;
	}
	#release .trackWrap .trackList li p:last-child {
		width: calc(100% - 11vw);
	}
}


#video {
  position: relative;
	/* background: linear-gradient(180deg, #6370BF 0%, #795698 60%, #2C4297 90%); */
}
#video::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("../images/main_bg.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.4;
}
#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);
}


#calender {
	background-color: #2C4297;
	/* padding-bottom: 0; */
}
#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(67, 139, 85, 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;
	/* min-height: 47vw; */
}
#footer .footerBg {
	position: absolute;
	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%);
}
#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;
		/* 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);
	}
}
