@charset "utf-8";

.pc {
	display: none !important;
}

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

#global-header .muji-logo {
	width: 124px;
}
#global-header .muji-logo img {
	width: 100%;
	height: auto;
}


#menu {
	position: fixed;
	width: 100%;
	height: calc(100% - 50px);
	left: 0;
	top: 50px;
	z-index: 2100;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 400ms ease-out;
}
#menu .inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 110px 0 0;
	background: #fff;
}

body.opened-menu #menu {
	opacity: 1;
	visibility: visible;
}

#menu .content {
	position: relative;
	width: 200px;
}
#menu .content li + li {
	margin-top: 55px;
}
#menu .content a {
	font-size: 18px;
	font-weight: 700;
	transition: all 300ms ease-out;
}



#menu .lang {
	position: relative;
	width: 200px;
	margin: 75px 0 0;
}
#menu .lang ul {
	display: flex;
}
#menu .lang li {
	position: relative;
}
#menu .lang li + li {
	margin-left: 24px;
}
#menu .lang li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	left: -12px;
	top: calc(50% - 10px);
	background: #d9d9d9;
}
#menu .lang a {
	font-size: 20px;
	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:active {
	color: #000;
}



@media screen and (max-height:680px) {
	#menu .inner {
		padding-top: 80px;
	}
	#menu .content li + li {
		margin-top: 40px;
	}
	#menu .lang {
		margin-top: 60px;
	}
}

@media screen and (max-height:550px) {
	#menu .inner {
		padding-top: 60px;
	}
	#menu .content li + li {
		margin-top: 30px;
	}
	#menu .lang {
		margin-top: 50px;
	}
}

@media screen and (max-height:440px) {
	#menu .inner {
		padding-top: 38px;
	}
	#menu .content li + li {
		margin-top: 18px;
	}
	#menu .lang {
		margin-top: 28px;
	}
	
	#menu .content a,
	#menu .lang a {
		font-size: 18px;
	}
}




#menu-button {
	position: fixed;
	width: 30px;
	height: 30px;
	right: 27px;
	top: 10px;
	z-index: 2110;
}
#menu-button button {
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 0;
	border: none;
	background: none;
	cursor: pointer;
}
#menu-button button i {
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	left: 3px;
	top: calc(50% - 1px);
	background: #000;
	transition: all 200ms ease-out;
}
#menu-button button i:nth-child(1) {
	margin-top: -6px;
}
#menu-button button i:nth-child(3) {
	margin-top: 6px;
}


body.opened-menu #menu-button button i:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}
body.opened-menu #menu-button button i:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}
body.opened-menu #menu-button button i:nth-child(2) {
	opacity: 0;
}







#global-footer {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	padding: 38px 0 34px;
	text-align: center;
	background: #d9d9d9;
}
#global-footer .logo {
	width: 140px;
}
#global-footer .logo img {
	width: 100%;
	height: auto;
}
#global-footer .copyright {
	margin: 10px 0 0;
	font-size: 10px;
}





#kv {
	position: fixed;
	width: 100%;
	height: 100%;
	height: 100lvh;
	left: 0;
	top: 0;
	z-index: 10;
}
#kv .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	height: 100lvh;
	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%;
	height: 100lvh;
	left: 0;
	top: 0;
	z-index: 50;
	background: #000;
	pointer-events: none;
	opacity: 0;
}


#intro {
	position: relative;
	height: 100vh;
	height: 100lvh;
	z-index: 100;
}
#intro .title {
	position: absolute;
	width: calc(100vw - 64px);
	max-width: 330px;
	height: auto;
	right: 0;
	bottom: 170px;
	z-index: 50;
	background: #fff;
}
#intro h1 {
}
#intro .title img {
	width: 100%;
	height: auto;
}


#message {
	position: relative;
	z-index: 100;
	padding-top: calc(50vh + 50px);
	padding-bottom: 50vh;
}
#message h2 {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
#message .lead {
	/*
	width: calc(100vw - 60px);
	*/
	width: 300px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 2;
	color: #fff;
}

html.jp #message .lead {
	width: 302px;
	max-width: 302px;
	text-align: justify;
	font-feature-settings: "palt" 1;
}



#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: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 2;
	text-align: center;
	color: #fff;
}




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




#image-list {
	margin: 195px 0 0;
	padding: 60px 24px 60px;
	background: #333;
}
#image-list ul {
}
#image-list li {
	position: relative;
}
#image-list li + li {
	margin-top: 15px;
}
#image-list img {
	width: 100%;
	height: auto;
}








.slide {
	position: relative;
	font-size: 0;
}
.slick-dots {
	position: absolute;
	display: flex;
	right: 20px;
	bottom: 0;
	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: 80px 0 60px;
	background: #f2f2f2;
}
#container {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 10px;

}

#movie {
}

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

#movie .content {
}
#movie .map {
	width: 210px;
}
#movie .map img {
	width: 100%;
	height: auto;
}

#movie .thailand .map {
	width: 192px;
}
#movie .bulgaria .map {
	width: 225px;
}

#movie .detail {
	margin: 55px 0 0 70px;
}
#movie .detail p {
	font-size: 13px;
	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: 22px 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: 16px;
	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:active {
	color: #fff;
	background: #000;
}
#movie .link a:active::before {
	filter: invert(1);
}




#interview {
	margin: 120px 0 0;
}
#interview hz {
	font-size: 20px;
	font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
}
#interview .text {
	margin: 40px 0 0 70px;
}
#interview .text p {
	margin-right: 5px;
	line-height: 1.8;
}
html.jp #interview .text p {
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic W7 JIS2004", sans-serif;
	text-align: justify;
	font-feature-settings: "palt" 1;
}

#interview .interview-list {
	margin: 90px 0 0;
}
#interview .interview-list ul {
}
#interview .interview-list li {
}
#interview .interview-list li:nth-child(2n) {
}
#interview .interview-list li:nth-child(n + 2) {
	margin-top: 10px;
}

#interview .interview-list a {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	
	padding: 30px 30px 30px 20px;
	background: #fff;
	border-radius: 24px;
	cursor: pointer;
}
#interview .interview-list dl {
	box-sizing: border-box;
	position: relative;
	width: 158px;
	padding: 0 0 0 38px;
}
#interview .interview-list dt {
	width: 120px;
	border-radius: 60px;
	overflow: hidden;
}
#interview .interview-list dt img {
	width: 100%;
	height: auto;
}
#interview .interview-list dd:nth-of-type(1) {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1;
}
html.jp #interview .interview-list dd:nth-of-type(1) {
	font-size: 18px;
	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: 12px;
	font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
}


#interview .interview-list p {
	width: 100%;
	margin: 120px 0 0;
}
html.jp #interview .interview-list p {
	font-size: 16px;
	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: 80px;
	height: 80px;
	left: 20px;
	top: 210px;
	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: 36px;
	height: 36px;
	left: calc(50% - 14px);
	top: calc(50% - 18px);
	background: url(../img/icon_play.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	transition: all 300ms ease-out;
}

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




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

#ad .text {
	position: relative;
	margin: 26px 0 0;
	padding: 0 2px 130px;
	transition: all 300ms ease-out;
}
#ad .text dl {
}

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

#ad .text dd {
	margin: 24px 0 0;
}
html.jp #ad .text .inner {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 2;
	font-feature-settings: "palt" 1;
}
html.en #ad .text .inner {
	font-size: 15px;
	line-height: 1.6;
}
html.cn #ad .text .inner {
	font-size: 13px;
	line-height: 1.8;
}

#ad .text .more {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
}
#ad .text .more button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 68px;
	height: 50px;
	margin: 0 auto;
	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: 50px;
}





#ad .view {
	position: relative;
	margin: 64px 0 0;
}
#ad .view .inner {
	display: flex;
	justify-content: center;
}
#ad .view button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 185px;
	height: 48px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	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: 640px;
	z-index: 100;
	aspect-ratio: 16 / 9;
	padding: 50px 11px;
}
#modal-player iframe {
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 360px;
}





#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: 140px;
	height: 45px;
	right: 0;
	bottom: -45px;
	padding: 10px 0 0;
}
#modal-controller.played {
	background: none;
}

#close-button {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: -34px;
}
#modal-controller .inner button {
	width: 30px;
	height: 30px;
}
#modal-controller .inner button + button {
	margin-left: 26px;
}





#close-button {
	position: absolute;
	background: url(../img/btn_close_sp.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: 640px;
	z-index: 100;
	aspect-ratio: 2400 / 1582;
	padding: 50px 11px;
}
#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: 20px;
	height: 20px;
	right: 0;
	top: -34px;
	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;
}








