@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;
}
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%;
	color: #fff;
}

.wrap {
	padding-top: 0 !important;
  position: relative;
  z-index: 2;
}
section {
	padding: 140px 80px;
}
section h2.en {
	font-size: 26px;
	letter-spacing: 0.45em;
  text-indent: 0.45em;
	line-height: 1.6;
  text-align: center;
}
.titleWrap {
  margin-bottom: min(8vw, 60px);
}

.innerWrap {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	z-index: 1;
}

.fixedBnr {
	position: fixed;
	right: 4vw;
	bottom: 4vw;
	text-align: center;
	z-index: 10;

	opacity: 0;
	/* animation: fadeIn 3s ease-out 0.5s forwards; */
	animation: fadeIn 1.5s ease-out 1.3s forwards;
}
.fixedBnr a {
	display: block;
	font-size: min(3.8vw, 18px);
	padding: 0.9em 2.2em 1em ;
	background-color: #438b55;
	border: #fff solid 2px;
	color: #fff;
	border-radius: 200px;
}
.fixedBnr a span {
	display: block;
	font-size: 0.5em;
	color: #f9f4ac;
}

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

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

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

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

	body::before {
		background-size: 60%;
	}

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

	section {
		padding: min(14vw, 100px) min(6vw, 60px);
	}
	section h2.en {
		position: absolute;
		top: max(-120px);
		left: max(-80px);
		font-size: 26px;
		letter-spacing: 0.45em;
		line-height: 1.6;
	}
	section h2.ja {
		position: absolute;
		top: max(-126px);
		right: max(-80px);
		font-size: 16px;
		letter-spacing: 0.3em;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	section.indention h2.en {
		top: max(-160px);
	}
	section.indention h2.ja {
		top: max(-146px);
	}

	section h2.en {
    position: static;
    font-size: min(6vw, 26px);
    letter-spacing: 0.3em;
    text-indent: 0;
    padding-left: 0.3em;
	}
	section h2.ja {
    position: static;
    font-size: min(3.2vw, 16px);
    letter-spacing: 0.15em;
    -ms-writing-mode: unset;
    writing-mode: unset;
    padding-top: 2vw;
	}
}

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

.gradient-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.gradient-bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gradient-bg .g1 {
  background: url("../images/bg01.jpg") no-repeat center center;
  background-size: cover;
  z-index: 2;
  opacity: 0;
  animation: fadeBg 5s linear 0s infinite alternate;
}
.gradient-bg .g2 {
  background: url("../images/bg02.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}

@keyframes fadeBg {
	0% {opacity: 0;}
	70% {opacity: 1;}
}


#mainVisual {
	position: relative;
	height: 88vh;
	height: 100svh;
	font-weight: 700;
}
#mainVisual::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;
}
#mainVisual .title {
	position: absolute;
	top: 42%;
	left: 4%;
	width: 43.5%;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
	opacity: 0;
	animation: fadeIn 3.5s ease-out 0.8s forwards;
	line-height: 1.3;
}
#mainVisual .title p:nth-child(1) {
	font-size: 3.6vw;
	letter-spacing: 0.2em;
	margin-bottom: 2.4vw;
}
#mainVisual .title p:nth-child(2) {
	font-size: 1.35vw;
	font-weight: 500;
	letter-spacing: 0.08em;
}
#mainVisual .title p:nth-child(3) {
	font-size: 5.25vw;
	letter-spacing: 0.2em;
}
#mainVisual .mainPic {
	position: absolute;
	top: 50%;
	right: 6%;
	width: 44.5%;
	transform: translateY(-50%);
	opacity: 0;
	animation: fadeIn 3.5s ease-out 0.5s forwards;
  z-index: 1;
}
#mainVisual .bnr {
	position: absolute;
	left: 6%;
	bottom: 8%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	font-size: min(2.6vw, 40px);
	letter-spacing: 0.1em;
	line-height: 1.4;
	background-color: #438b55;
	width: min(14vw, 210px);
	height: min(14vw, 210px);
	border-radius: 50%;
	color: #fff;
	opacity: 0;
	animation: fadeIn 1.5s ease-out 1.3s forwards;
  text-align: center;
  overflow: hidden;
}
#mainVisual .bnr p:nth-child(1) {
	font-size: 0.5em;
}
#mainVisual .bnr p:nth-child(2) {
  line-height: 1.1;
  font-size: 1.1em;
}
#mainVisual .bnr p:nth-child(2) span {
  display: block;
	font-size: 0.4em;
  line-height: 2;
}
#mainVisual .bnr p:nth-child(3) {
	font-size: 0.55em;
  letter-spacing: 0.1em;
	margin-top: 0.6vw;
  background-color: #fff;
  color: #438b55;
  width: 100%;
  padding: 0.6em 0 1.3em;
}


@media screen and (min-width: 821px) {
	#mainVisual.count .title {
		width: 45%;
		height: 70vh;
	}
	#mainVisual.count .mainPic {
		top: 46%;
	}
}
@media screen and (max-width: 820px) {
	#mainVisual {
		height: 168vw;
	}
	#mainVisual .title {
		top: 132vw;
    left: 50%;
    width: 80vw;
    transform: translate(-50%, -50%);
		line-height: 1.4;
    text-align: center;
	}
	#mainVisual .title p:nth-child(1) {
		font-size: 6.8vw;
		margin-bottom: 2.4vw;
	}
	#mainVisual .title p:nth-child(2) {
		font-size: 3vw;
	}
	#mainVisual .title p:nth-child(3) {
		font-size: 9.4vw;
	}
	#mainVisual .mainPic {
    top: 28vw;
		right: 50%;
		width: 80vw;
		transform: translate(50%, 0);
	}
	#mainVisual .bnr {
    top: 22vw;
    left: auto;
    right: 4vw;
		bottom: auto;
		transform: translateY(-50%);
		font-size: min(5.2vw, 44px);
		width: min(26vw, 240px);
		height: min(26vw, 240px);
	}
  #mainVisual .bnr p:nth-child(2) {
    line-height: 1;
    font-size: 1.16em;
  }
  #mainVisual .bnr p:nth-child(3) {
    margin-top: 0.3em;
    padding: 0.4em 0 1.2em;
  }
}

#release .releaseMain {
	display: flex;
	justify-content: space-between;
  border: #fff solid 1px;
  border-radius: 8px;
  padding: min(8vw, 60px);
}
#release .releaseMain .releaseTxt {
	width: 46%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}
#release .releaseMain .releaseTxt h3 {
  font-size: 42px;
  font-weight: 400;
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: .2em;
}
#release .releaseMain .releaseTxt h3 span {
	display: inline-block;
	font-size: .42em;
	font-weight: 500;
	letter-spacing: .1em;
}
#release .releaseMain .releaseTxt .day {
	font-size: 20px;
	letter-spacing: .14em;
	margin-top:  10px;
	margin-bottom: 25px;
}
#release .releaseMain .releaseTxt .day span {
	font-size: 0.75em;
	display: inline-block;
}
#release .releaseMain .releaseTxt .price {
	font-size: 14px;
	letter-spacing: .1em;
	margin-bottom: 40px;
}

#release .releaseMain .releaseTxt .campaignTxt {
	font-size: min(3.4vw, 16px);
	border: #fff solid 1px;
	border-radius: 8px;
	padding: min(4vw, 24px);
	margin-top: min(4vw, 32px);
	line-height: 1.6;
}
#release .releaseMain .releaseTxt .campaignTxt p:first-child {
	font-size: min(3.8vw, 18px);
	margin-bottom: 0.5em;
}
#release .releaseMain .releaseTxt .campaignTxt p:nth-child(2) {
	text-align: left;
}
#release .releaseMain .releaseTxt .campaignTxt .btn {
	margin-top: min(4vw, 20px) !important;
}

#release .releaseMain .releaseTxt a.btn {
	display: block;
	width: 80%;
	max-width: 360px;
	background-color: #438b55;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 15px;
	border-radius: 40px;
	margin: 24px auto 0;
}
#release .releaseMain .releaseTxt a.btn:nth-of-type(1) {
	margin-top: 0;
}
#release .releaseMain .releaseTxt a.btn::after {
	margin-left: 8px;
}
#release .releaseMain .jacket {
	width: 46%;
	line-height: 0;
}

#release .trackWrap {
  text-align: left;
	margin-top: min(8vw, 40px);
	padding-top: min(6vw, 20px);
	border-top: #fff solid 1px;
}
#release .trackWrap h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
#release .trackWrap .trackList {
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
}
#release .trackWrap .trackList dt {
	width: 55px;
	margin-bottom: 20px;
  position: relative;
}
#release .trackWrap .trackList dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8em;
  height: 1px;
  background-color: #fff;
}
#release .trackWrap .trackList dd {
	width: calc(100% - 55px);
	margin-bottom: 20px;
  padding-left: 1em;
}
#release .trackWrap .trackList dd span {
	font-size: 18px;
}
#release .trackWrap .trackList dt:last-of-type,
#release .trackWrap .trackList dd:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 820px) {
	#release::after {
    width: 100%;
    height: 100%;
    padding-top: 0;
    top: 0;
    left: 0;
    background-size: 94%;
    background-position: center 38%;
	}
	#release .releaseMain {
		margin-bottom: min(8vw, 40px);
		display: block;
	}
	#release .releaseMain .releaseTxt {
		width: 100%;
		margin-bottom: min(8vw, 40px);
	}
	#release .releaseMain .releaseTxt h3 {
		font-size: min(8.2vw, 36px);
	}
	#release .releaseMain .releaseTxt .day {
		font-size: min(4vw, 20px);
		margin-top:  min(2vw, 10px);
		margin-bottom: min(6vw, 40px);
	}
	#release .releaseMain .releaseTxt .price {
		font-size: min(3.2vw, 14px);
		margin-bottom: min(6vw, 40px);
	}
  #release .releaseMain .releaseTxt a {
		width: 100%;
  }
	#release .releaseMain .releaseTxt a.btn {
		width: 100%;
		margin: min(4vw, 24px) auto 0;
		font-size: min(3.4vw, 16px);
		padding: min(3vw, 15px);
	}
	#release .releaseMain .releaseTxt a.link {
		font-size: min(3.4vw, 16px);
		margin-top: min(6vw, 40px);
	}

	#release .releaseMain .jacket {
		width: 100%;
		margin: 0 auto 6vw;
	}

	#release .trackWrap h4 {
		font-size: min(3.6vw, 16px);
		margin-bottom: min(6vw, 15px);
	}
	#release .trackWrap .trackList {
		font-size: min(4vw, 20px);
	}
	#release .trackWrap .trackList dt {
		width: 11vw;
		margin-bottom: min(4vw, 20px);
	}
	#release .trackWrap .trackList dd {
		width: calc(100% - 11vw);
		margin-bottom: min(4vw, 20px);
	}
	#release .trackWrap .trackList dd span {
		font-size: min(3.8vw, 18px);
	}
}

#theme {
  padding-top: 0;
}
#theme .themeContent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: min(2vw, 10px);
	padding: 56px;
}
#theme .themeContent .word-br {
	display: inline-block;
}
#theme .themeContent .thumb {
	width: 40%;
	line-height: 0;
}
#theme .themeContent .txt {
	width: 55%;
	text-align: center;
	color: #231815;
}
#theme .themeContent .txt .title {
	color: #438b55;
	font-size: 18px;
	margin-bottom: 20px;
	/* font-weight: 700; */
	line-height: 1.6;
}
#theme .themeContent .txt .title .main {
	font-size: 1.2em;
}
#theme .themeContent .txt .cast {
	font-size: 14px;
}
#theme .themeContent .txt .start {
	font-size: 16px;
	margin-top: 24px;
}

#theme .themeContent .txt .btnTieup {
	margin-top: 16px;
}
#theme .themeContent .txt .btnTieup a {
	display: block;
	max-width: 320px;
	margin: 0 auto;
	background-color: #438b55;
	color: #fff;
	font-size: 16px;
	padding: 15px;
	border-radius: 40px;
}
#theme .themeContent .txt .btnTieup a::after {
	margin-left: 10px;
}

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

	#theme::before {
		height: 45vw;
	}
	#theme .themeContent {
		padding-top: min(4vw, 30px);
	}
	#theme .themeContent {
		display: block;

		padding: min(5vw, 32px);
	}
	#theme .themeContent .thumb {
		width: 100%;
		margin-bottom: min(6vw, 40px);
	}
	#theme .themeContent .txt {
		width: 100%;
	}
	#theme .themeContent .txt .title {
		font-size: min(3.8vw, 24px);
		margin-bottom: min(6vw, 20px);
	}
	#theme .themeContent .txt .cast {
		font-size: min(3vw, 14px);
	}
	#theme .themeContent .txt .start {
		font-size: min(3.4vw, 16px);
		margin-top: min(6vw, 24px);
	}
	#theme .themeContent .txt .btnTieup {
		margin-top: min(4vw, 16px);
	}
	#theme .themeContent .txt .btnTieup a {
		font-size: min(3.6vw, 16px);
		padding: min(3vw, 15px);
	}
}


#video {
  position: relative;
}
#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: 16px;
}
.iframeWrap {
	max-width: 800px;
	margin: 0 auto;
}
.iframeWrap div {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 12px;
}
.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframeWrap + .iframeWrap {
	margin: 48px auto 0;
}
@media screen and (max-width: 820px) {
	#video p {
		font-size: min(3.4vw, 16px);
	}
	.iframeWrap div {
		margin-bottom: min(3vw, 12px);
	}
	.iframeWrap + .iframeWrap {
		margin: min(6vw, 48px) auto 0;
	}
}


#interview .interviewWrap {
	background-color: #fff;
	padding: 60px;
  border-radius: 8px;
}
#interview.indention h2.en,
#interview.indention h2.ja {
	color: #fff;
}
#interview .interviewWrap .title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 1.6em;
  letter-spacing: 0.06em;
  line-height: 2.2;
}
#interview .interviewWrap p {
	font-size: 16px;
	margin-bottom: 1.8em;
  color: #438b55;
}
#interview .interviewWrap p.reporter {
	color: #000;
}
#interview .interviewWrap .interviewArchives {
	display: none;
  transition: all 0.3s ease-out;
}
#interview .interviewWrap .interviewArchives p:first-child {
  margin-top: min(6vw, 40px);
}
#interview .interviewWrap .interviewArchivesBtn {
	margin-top: 40px;
}
#interview .interviewWrap .interviewArchivesBtn a {
	position: relative;
	display: block;
	max-width: 320px;
	margin: 0 auto;
	background-color: #438b55;
	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 (min-width: 821px) {
  #interview .interviewWrap .title {
    text-indent: -0.6em;
    padding-left: 0.6em;
  }
}
@media screen and (max-width: 820px) {
	#interview .interviewWrap {
		padding: min(8vw, 48px) min(5vw, 32px);
	}
	#interview .interviewWrap .title {
		font-size: min(4.2vw, 18px);
		text-align: center;
    line-height: 2;
	}
	#interview .interviewWrap p {
		font-size: min(3.6vw, 16px);
    letter-spacing: 0;
	}
	#interview .interviewWrap .interviewArchives {
		margin-top: min(8vw, 32px);
	}
	#interview .interviewWrap .interviewArchivesBtn {
		margin-top: min(8vw, 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;
	}
}

#special .movieWrap {
	position: relative;
	border: #da0000 solid 2px;
	border-top: none;
	padding: 60px;
}
#special .movieWrap::before,
#special .movieWrap::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 2px;
	width: calc((100% - min(26vw, 120px))/2);
	background-color: #da0000;
}
#special .movieWrap::before {
	left: 0;
}
#special .movieWrap::after {
	right: 0;
}
#special .movieWrap h3 {
	position: absolute;
	top: -4px;
	left: calc(50% + 0.1em);
	transform: translate(-50%, -50%);
	font-size: 24px;
}
#special .movieWrap > p {
	text-align: center;
	color: #000205;
	font-size: 14px;
	margin-bottom: 32px;
}
#special .movieWrap .btnWrap {
	margin-top: 32px;
}
#special .movieWrap .btnWrap a {
	position: relative;
	display: block;
	max-width: 320px;
	margin: 0 auto;
	background-color: #da0000;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 15px;
	border-radius: 40px;
}
@media screen and (max-width: 820px) {
	#special .movieWrap {
		padding: min(8vw, 48px) min(5vw, 32px);
	}
	#special .movieWrap h3 {
		top: max(-0.7vw, -4px);
    font-size: min(5.6vw, 24px);
	}
	#special .movieWrap > p {
		font-size: min(3.2vw, 14px);
		margin-bottom: min(6vw, 32px);
	}
	#special .movieWrap .btnWrap {
		margin-top: min(6vw, 32px);
	}
	#special .movieWrap .btnWrap a {
		width: 80%;
    font-size: min(3.4vw, 16px);
    padding: min(3vw, 15px);
	}
}

#calender .calenderSchedule {
	background-color: #d7d4d1;
	/* background-image: url(../images/calender.jpg);
	background-repeat: no-repeat;
	background-size: 100%; */
	/* padding: 43.6% 3.7% 3.7%; */
	padding: min(4vw, 32px);
}
#calender .calenderSchedule > div {
	display: flex;
	background-color: #fff;
	border-radius: min(2vw, 10px);
	overflow: hidden;
	margin-top: 1%;
}
#calender .calenderSchedule dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	background-color: #438b55;
	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 {
	color: #000;
	width: 80%;
	padding: 2% 3%;
	font-size: min(1.4vw, 21.6px);
	line-height: 1.7;
}
#calender .calenderSchedule dd a {
	color: #438b55;
	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: #afd7e9a8 solid 2px;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

@media screen and (max-width: 820px) {
	#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 {
	padding: 40px 60px 100px;
  position: relative;
  z-index: 1;
}
#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;
}
#footer .sns-nav {
	margin-bottom: 0;
}

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

	#footer {
		padding: min(8vw, 100px) min(6vw, 60px) 40px;
	}
	#footer > div {
		flex-direction: column-reverse;
	}
	#footer .copyright {
		text-align: center;
		padding-top: min(4vw, 20px);
	}
}
