@charset "utf-8";

.sp {
	display: none !important;
}

#global-header {
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 2000;
	background: #fff;
}
#global-header .inner {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 32px 0 50px;
}

#menu {
}
#menu .content {
	position: fixed;
	right: 196px;
	top: 23px;
	z-index: 2020;
}
#menu .content ul {
	display: flex;
}
#menu .content li + li {
	margin-left: 60px;
}
#menu .content li a {
	transition: all 300ms ease-out;
}
#menu .content li a:hover {
	opacity: 0.7;
}

html.en #menu .content li a {
	font-weight: 700;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html.cn #menu .content li a {
	font-weight: 700;
}





#menu .lang {
	position: fixed;
	right: 32px;
	top: 23px;
	z-index: 2010;
}
#menu .lang ul {
	display: flex;
}
#menu .lang li {
	position: relative;
}
#menu .lang li + li {
	margin-left: 20px;
}
#menu .lang li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 16px;
	left: -10px;
	top: calc(50% - 7px);
	background: #d9d9d9;
}
#menu .lang a {
	font-size: 1rem;
	font-weight: 700;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d9d9d9;
	transition: all 300ms ease-out;
}
html.jp #menu .lang .jp a,
html.en #menu .lang .en a,
html.cn #menu .lang .zh a {
	color: #000;
}
#menu .lang a:hover {
	color: #000;
}



#global-footer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 250px;
	z-index: 1000;
	text-align: center;
	background: #d9d9d9;
}
#global-footer .logo {
	width: 230px;
}
#global-footer .logo img {
	width: 100%;
	height: auto;
}
#global-footer .copyright {
	margin: 24px 0 0;
	font-size: 1rem;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#menu-button {
	display: none;
}






#kv {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
#kv .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

#kv .bg img,
#kv .bg video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}
#kv .bg iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
html[data-view-mode="wide"] #kv .bg iframe {
	width: calc(100vw + 2px);
	height: calc(56.25vw + 2px);
}
html[data-view-mode="tall"] #kv .bg iframe {
	width: calc(178vh + 2px);
	height: calc(100vh + 2px);
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background: #000;
	pointer-events: none;
	opacity: 0;
}


#intro {
	position: relative;
	height: 100vh;
	min-height: 460px;
	/*
	max-height: 64.285vw;
	*/
	z-index: 100;
}
#intro .title {
	position: absolute;
	width: 496px;
	height: 120px;
	left: 62px;
	bottom: 72px;
	z-index: 50;
	background: #fff;
}
html.en #intro .title {
	width: 499px;
}
#intro h1 {
}
#intro .title img {
	width: 100%;
	height: auto;
}

#intro .scroll {
	position: absolute;
	width: 58px;
	height: 27px;
	left: calc(50% - 29px);
	bottom: 58px;
	z-index: 100;
	background: url(../img/arrow_down.svg) 0 0  no-repeat;
	background-size: 100% auto;
}



#message {
	position: relative;
	z-index: 100;
	padding-top: calc(100vh + 50px);
	padding-bottom: calc(100vh);
}
#message h2 {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
#message .lead {
	width: 542px;
	margin: 0 auto;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 2;
	color: #fff;
}
html.jp #message .lead {
	width: 553px;
	letter-spacing: 0;
	text-align: justify;
	font-feature-settings: "palt" 1;
}
html.en #message .lead {
	width: 645px;
}


#comingsoon {
	position: sticky;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 100;
}
#comingsoon p {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 2;
	text-align: center;
	color: #fff;
}

#sns {
	margin: 170px auto 0;
	text-align: center;
}
#sns dt {
	font-size: 1.125rem;
	font-weight: 600;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.02em;
}
#sns dd {
	margin: 26px 0 0;
}
#sns ul {
	display: flex;
	justify-content: center;
}
#sns li {
	width: 46px;
	height: 46px;
}
#sns li img {
	width: 100%;
	height: 100%;
	transition: all 300ms ease-out;
}
#sns li + li {
	margin-left: 43px;
}
#sns li a {
	display: block;
	cursor: pointer;
}
#sns li a:hover img {
	opacity: 0.7;
}



#image-list {
	margin: 90px 0 0;
	padding: 175px 0;
	background: #333;
}
#image-list ul {
	max-width: 1200px;
	margin: 0 auto;
}
#image-list li {
	position: relative;
}
#image-list li + li {
	margin-top: 50px;
}
#image-list img {
	width: 100%;
	height: auto;
}



.slide {
	position: relative;
	font-size: 0;
}
.slick-dots {
	position: absolute;
	display: flex;
	right: 20px;
	bottom: 5px;
	z-index: 100;
}
.slick-dots li + li {
	margin-left: 2px;
}
.slick-dots button {
	position: relative;
	width: 60px;
	height: 20px;
	font-size: 0;
	border: none;
	background: none;
	cursor: pointer;
}
.slick-dots button::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #fff;
	opacity: 0.3;
}
.slick-dots .slick-active button::after {
	opacity: 1;
}



main {
	position: relative;
	z-index: 900;
	padding: 110px 0 120px;
	background: #f2f2f2;
}
#container {
	box-sizing: border-box;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;

}




#movie {
}

#movie .movie-column + .movie-column {
	margin-top: 150px;
}

#movie h2 {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
#movie h3 {
	font-size: 2.0rem;
	font-weight: 700;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#movie .slide {
	margin: 45px 0 0;
}
#movie .slide-item img {
	width: 100%;
	height: auto;
}

#movie .content {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
#movie .map {
	position: relative;
	width: 338px;
	margin-top: -40px;
}
#movie .map img {
	width: 100%;
	height: auto;
}

#movie .thailand .map {
	width: 308px;
}
#movie .bulgaria .map {
	width: 365px;
}


#movie .detail {
	width: 455px;
}
#movie .detail p {
	font-size: 1rem;
	line-height: 1.6;
}
html.jp #movie .detail p {
	font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
	text-align: justify;
}
html.en #movie .detail p {
}
html.cn #movie .detail p {
	line-height: 1.8;
}



#movie .link {
	margin: 25px 0 0;
}
#movie .link li + li {
	margin-top: 19px;
}
#movie .link a {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 185px;
	height: 44px;
	font-size: 1.0rem;
	font-weight: 500;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #000;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#movie .link a::before {
	display: inline-block;
	content: "";
	width: 12px;
	height: 14px;
	margin-right: 10px;
	background: url(../img/icon_play.svg) 0 0 no-repeat;
	background-size: 100% auto;
	transition: all 300ms ease-out;
}
#movie .link a:hover {
	color: #fff;
	background: #000;
}
#movie .link a:hover::before {
	filter: invert(1);
}




#interview {
	margin: 150px 0 0;
}
#interview h3 {
	font-size: 2.0rem;
	font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
}
#interview .text {
	display: flex;
	justify-content: flex-end;
	margin: 45px 0 0;
}
#interview .text p {
	width: 578px;
	line-height: 1.6;
}
html.jp #interview .text p {
	width: 585px;
	font-size: 1.25rem;
	font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
	text-align: justify;
	font-feature-settings: "palt" 1;
}

#interview .interview-list {
	margin: 95px 0 0;
}
#interview .interview-list ul {
	display: flex;
	flex-wrap: wrap;
}
#interview .interview-list li {
	width: calc((100% - 50px) / 2);
}
#interview .interview-list li:nth-child(2n) {
	margin-left: 50px;
}
#interview .interview-list li:nth-child(n + 3) {
	margin-top: 50px;
}

#interview .interview-list a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	
	padding: 60px 60px 40px 30px;
	background: #fff;
	border-radius: 24px;
	cursor: pointer;
}
#interview .interview-list dl {
	box-sizing: border-box;
	position: relative;
	width: 180px;
	padding: 0 0 0 40px;
}
#interview .interview-list dt {
	width: 140px;
	border-radius: 70px;
	overflow: hidden;
}
#interview .interview-list dt img {
	width: 100%;
	height: auto;
}
#interview .interview-list dd:nth-of-type(1) {
	margin: 25px 0 0;
	text-align: center;
	line-height: 1;
}
html.jp #interview .interview-list dd:nth-of-type(1) {
	font-size: 1.625rem;
	font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
}
html.jp #interview .interview-list dd:nth-of-type(2) {
	position: absolute;
	text-orientation: upright;
	left: 0;
	top: 0;
}
html.jp #interview .interview-list dd:nth-of-type(2) span {
	writing-mode: vertical-rl;
	white-space: nowrap;
	font-size: 0.875rem;
	font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
}


#interview .interview-list p {
	width: 100%;
	margin: 85px 0 0;
}
html.jp #interview .interview-list p {
	font-size: 1.25rem;
	font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
}

#interview .interview-list .play {
	box-sizing: border-box;
	position: absolute;
	display: block;
	width: 88px;
	height: 88px;
	left: 30px;
	top: 220px;
	font-size: 0;
	border: 2px solid #000;
	border-radius: 44px;
	transition: all 300ms ease-out;
}
#interview .interview-list .play::before {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	left: calc(50% - 15px);
	top: calc(50% - 20px);
	background: url(../img/icon_play.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	transition: all 300ms ease-out;
}

#interview .interview-list a:hover .play {
	background: #000;
}
#interview .interview-list a:hover .play::before {
	filter: invert(1);
}




#ad {
	margin: 200px 0 0;
}
#ad h2 {
	font-size: 2.0rem;
	font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
}
#ad .image {
	margin: 45px 0 0;
}
#ad .image img {
	width: 100%;
	height: auto;
}

#ad .text {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 45px 0 0;
	padding: 0 0 130px;
	transition: all 300ms ease-out;
}
#ad .text dl {
	box-sizing: border-box;
	width: 760px;
	padding-right: 120px;
}

#ad .text dt {
}

html.jp #ad .text dt {
	font-size: 2.0rem;
	font-family: "Hiragino Kaku Gothic W8 JIS2004", sans-serif;
	letter-spacing: 0.02em;
	line-height: 2;
}
html.en #ad .text dt {
	font-size: 2.0rem;
	font-weight: 700;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 2;
}
html.cn #ad .text dt {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 2;
}


#ad .text dd {
	margin: 20px 0 0;
}
html.jp #ad .text .inner {
	font-size: 1.125rem;
	letter-spacing: 0.02em;
	line-height: 2;
	font-feature-settings: "palt" 1;
}
html.en #ad .text .inner {
	font-size: 1rem;
	line-height: 2;
}
html.cn #ad .text .inner {
	font-size: 1.125rem;
	line-height: 2;
}

#ad .text .more {
	position: absolute;
	width: 760px;
	height: 50px;
	right: 0;
	bottom: 0;
}
#ad .text .more button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 68px;
	height: 50px;
	margin: 0;
	padding: 0;
	font-size: 0.75rem;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	border: none;
	background: none;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#ad .text .more button::after {
	position: absolute;
	content: "";
	display: block;
	width: 47px;
	height: 25px;
	left: calc(50% - 23.5px);
	bottom: 0;
	background: url(../img/arrow_more.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#ad .text .more button.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}



#ad .text .full {
	height: 0;
	overflow: hidden;
	transition: all 800ms ease-out;
}
#ad .text.show {
	padding-bottom: 80px;
}



#ad .view {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin: 64px 0 0;
}
#ad .view .inner {
	width: 760px;
}
#ad .view button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 64px;
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	border: none;
	background: #000;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#ad .view button:hover {
	opacity: 0.8;
}




#modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10001;
	background: rgba(0,0,0,0.8);
}

#modal-viewer {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10020;
	pointer-events: none;
}
#modal-player {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1380px;
	z-index: 100;
	aspect-ratio: 16 / 9;
	padding: 50px;
}
#modal-player iframe {
	width: 100%;
	height: 100%;
	max-width: 1280px;
	max-height: 720px;
}





#modal-controller button {
	border: none;
	cursor: pointer;
	pointer-events: auto;
}
#modal-controller {
	box-sizing: border-box;
	position: absolute;
	z-index: 50;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.1);
	pointer-events: auto;
}
#modal-controller .inner {
	box-sizing: border-box;
	position: absolute;
	display: flex;
	width: 220px;
	height: 50px;
	right: 0;
	bottom: -50px;
	padding: 10px 0 0;
}
#modal-controller.played {
	background: none;
}

#close-button {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: -60px;
}
#modal-controller .inner button {
	width: 40px;
	height: 40px;
}
#modal-controller .inner button + button {
	margin-left: 40px;
}





#close-button {
	position: absolute;
	background: url(../img/btn_close.svg) 0 0 no-repeat;
	background-size: 100% auto;
	pointer-events: auto;
}
#fullscreen-button {
	background: url(../img/btn_fullscreen.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#play-button {
	background: url(../img/btn_pause.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#play-button.paused {
	background-image: url(../img/btn_play.svg);
}

#mute-button {
	background: url(../img/btn_unmute.svg) 0 0 no-repeat;
	background-size: 100% auto;
}
#mute-button.muted {
	background-image: url(../img/btn_mute.svg);
}


#modal-overlay,
#modal-viewer {
	opacity: 0;
	transition: all 300ms ease-out;
}
body.modal #modal-overlay,
body.modal #modal-viewer {
	opacity: 1;
}











#ad-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10001;
	background: rgba(0,0,0,0.8);
}

#ad-viewer {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10020;
	pointer-events: none;
}
#ad-container {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	max-height: 891px;
	z-index: 100;
	aspect-ratio: 2400 / 1582;
	padding: 50px;
}
#ad-container img {
	width: 100%;
	height: 100%;
	aspect-ratio: 2400 / 1582;
	object-fit: contain;
}

#ad-controller {
	box-sizing: border-box;
	position: absolute;
	z-index: 50;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0);
	pointer-events: auto;
}

#ad-close-button {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: -60px;
	border: none;
	background: url(../img/btn_close.svg) 0 0 no-repeat;
	background-size: 100% auto;
	pointer-events: auto;
	cursor: pointer;
}

#ad-overlay,
#ad-viewer {
	opacity: 0;
	transition: all 300ms ease-out;
}
body.ad #ad-overlay,
body.ad #ad-viewer {
	opacity: 1;
}




