@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;800&family=Noto+Serif+JP:wght@400;600;700&family=Open+Sans:wght@500&display=swap');

/* ------------------------------------------------
  reset
------------------------------------------------ */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

sup {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 60%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
caption, th{
	font-weight: normal;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
}
area {
	border:none;
	outline:none;
}

blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}

strong {
	font-weight: inherit;
}


/* ------------------------------------------------
  common
------------------------------------------------ */

html,body {
	height: 100%;
}

html {
	font-size: 2.666666666666667vw;
	scroll-behavior: smooth;
/* 		font-size: 3.74vw; */
}
@media screen and (min-width:750px){
	html {
		font-size: 125%;
	}
}


/*html.lock,*/
html.lock body {
  height: 100vh;
	/*overflow: hidden;*/
}

body {
	color: #806b70;
	font-family: Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ ", Meiryo, Osaka, sans-serif;
	font-weight: 400;
	line-height:1.4;
	font-size: 1rem;
	letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";
}

#stage {
	min-width: 375px;
	background-color: #fef5f1;
/* 	background-color: #fff; */
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#wrapper {
	max-width: 750px;
	background-color: #f7e9ee;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#wrapper section {
	position: relative;
	z-index: 10;
}
#wrapper .inner {
	margin: 0 auto;
	box-sizing: border-box;
}
#wrapper img {
	width: 100%;
	height: auto;
}
#contents {
	position: relative;
}



a {
	color: inherit;
	outline: none;
	text-decoration:none;
}
a:active,
a:focus {
	text-decoration:none;
}


a:hover,
a:hover span {
	text-decoration: none;
	outline: none;
}

a.underline {
	text-decoration: underline;
}
a.underline:hover {
	opacity: 0.7;
}

a:hover span {
	text-decoration: none;
}

a.disabled {
	pointer-events: none;
}

a.comingsoon {
	pointer-events: none;
	opacity: 0.5;
}

@media screen and (min-width: 750px) {
	.fade {
		opacity: 1;
		transition: opacity 0.6s ease;
	}
	.fade:hover {
		opacity: 0.6;
	}
}

img.liquid {
	width: 100%;
	height: auto;
}




/* ------------------------------------------------
  フッター
------------------------------------------------ */
#footer {
	background-color: #B78791;
	padding: 3rem 2.3rem 5rem;

	font-family: Noto Serif JP, Noto Sans JP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ ", Meiryo, Osaka, sans-serif;
	font-weight: 400;
}
#footer .logo {
	width: 9.4rem;
	margin-bottom: 2.2rem;
}
#footer .logo a {
	display: block;
}
#footer .group {
	display: block;
}
#footer .left .menu,
#footer .left .sub_menu {
	display: block;
}
#footer .left .sub_menu {
	margin-top: 1.5rem;
}
#footer .left .menu li + li {
	margin-left: 0;
	margin-top: 0.5rem;
}
#footer .left .sub_menu li + li {
	margin-left: 0;
	margin-top: 1rem;
}
#footer .left .menu a {
	font-size: 1.6rem;
	color: #f9e6df;
	letter-spacing: 0.1em;
}
#footer .left .menu a span {
	display: inline-block;
	font-size: 1rem;
	margin-left: 1rem;
}
#footer .left .sub_menu a {
	font-size: 1rem;
	color: #f9e6df;
	letter-spacing: 0.1em;
}

#footer .right .social_menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
#footer .right .social_menu .social_x {
	width: 3.7rem;
}
#footer .right .social_menu .social_instagram {
	width: 3.5rem;
}
#footer .right .social_menu .social_tiktok {
	width: 3rem;
}
#footer .right .social_menu .social_youtube {
	width: 5.4rem;
}

#footer .right .social_menu li + li {
	margin-left: 2.2rem;
}
#footer .right .copyright {
	font-size: 1rem;
	color: #f9e6df;
	letter-spacing: 0.1em;
	text-align: left;
}




/* ------------------------------------------------
  モーダル
------------------------------------------------ */
.remodal-overlay {
	background-color: rgba(0,0,0,0.7);
}

.remodal {
  width: 100% !important;
	font-size: 0;
  position: relative;
}
.remodal .en {
	font-family: Noto Serif JP;
}
.remodal.item {
	max-width: 75rem;
}
.remodal.item .body {
	color: #8a6c73;
	background-color: #e8dddc;
		padding: 2rem 1.5rem 2.5rem;
}
/* .remodal.item .body .category {
		font-size: 1.3rem;
		font-weight: 600;
}
.remodal.item .body .name {
		font-size: 1.6rem;
		margin-top: 0.8rem;
}
.remodal.item .body .capacity {
		font-size: 1.2rem;
} */

.remodal.item .body .guide {
		font-size: 1.4rem;
		margin-top: 2rem;
}
.remodal.item .body .guide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
		width: 2.5rem;
		height: 2rem;
	background-image: url(../images/ico_cart.svg);
	background-repeat: no-repeat;
	background-size: contain;
		margin-top: -0.4rem;
		margin-right: 0.7rem;
}
.remodal.item .body .group {
		width: 85%;
	margin: 0 auto;
		display: block;
		margin-top: 2rem;
}
.remodal.item .body .group li {
	margin: 0 1.5rem;
		text-align: center;
}
	.remodal.item .body .group li + li {
		margin-top: 1.3rem;
	}
.remodal.item .body .group li a {
		font-size: 1.4rem;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		line-height: 1.4;
		text-align: left;
		padding: 0.9rem;
		padding-left: 3.3rem;
		padding-right: 3.3rem;
}
.remodal.item .body .group li.off a {
	opacity: 0.5;
	pointer-events: none;
}
.remodal.item .body .group li a span {
	display: block;
	text-align: center;
	padding-bottom: 0.1em;
}
.remodal.item .body .group li a.lines_2 span {
	font-size: 80%;
	margin-top: -0.57rem;
	margin-bottom: -0.57rem;
}
.remodal.item .body .group li .note {
	font-size: 1.1rem;
	margin-top: 0.5rem;
}

.remodal.item .body .group li.ec_soon a {
  color: #fff;
  border-color: rgba(138, 108, 115, 0.2);
  background-color: rgba(138, 108, 115, 0.3);
  pointer-events: none;
}
.remodal.item .body .group li.ec_soon a > span {
  display: none !important;
}
.remodal.item .body .group li.ec_soon a::after {
  content: "coming soon";
  background-image: none;
  text-align: center;
  padding: 0 0 0.1em;
  width: 100%;
  height: auto;
  position: static;
}
.remodal .btn_close {
	text-indent: -100%;
  overflow: hidden;
  position: absolute;
		top: -2.5rem;
  right: 0;
  z-index: 10;
		width: 2rem;
		height: 2rem;
  background-image: url(../images/modal_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 750px) {
	.remodal.item {
		max-width: 37.5rem;
	}
	.remodal.item .body .guide {
		font-size: 1.1rem;
	}
	.remodal.item .body .guide::before {
			width: 2rem;
			height: 1.6rem;
			margin-right: 0.5rem;
	}
	.remodal.item .body .group {
		width: 65%;
	}

	.remodal.item .body .group li a {
		font-size: 1rem;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		line-height: 1.4;
		text-align: left;
		padding: 0.9rem;
		padding-left: 3.3rem;
		padding-right: 3.3rem;
	}
}

.remodal.movie {
	max-width: 1200px;
}
.remodal.movie .movie {
  width: 100%;
  max-height: 80dvh;
  aspect-ratio: 16/9;
	position: relative;
  overflow: hidden;
}
.remodal.movie iframe,
.remodal.movie video {
  aspect-ratio: 16/9;
}

.remodal .movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
	.remodal .movie {
    max-width: 100%;
    width: 142dvh;
    margin: 0 auto;
  }
}

#switch ul {
		padding: 0 1.5rem;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
}
#switch ul li {
		width: 30rem;
		margin: 0 0.5rem;
	color: #8a6c73;
	text-align: center;
}

#switch ul li .img {
		width: 8.4rem;
		margin: 0 auto 1.5rem;
}
#switch ul li .img img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#switch ul li .name {
		font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin: 0 -2rem 0.7rem;
}
#switch ul li .txt {
		font-size: 0.9rem;
	letter-spacing: 0.06em;
	line-height: 1.3;
	margin: 0 -2rem 0.5rem;
}
#switch ul li .capacity {
		font-size: 0.9rem;
	letter-spacing: 0.06em;
}
#switch ul li .btn_buy {
		width: 12rem;
	margin: 1.5rem auto 0;
}
#switch ul li .btn_buy a {
	display: block;
	font-size: 0.9rem;
	color: #f9e6df;
	width: 100%;
	padding: 0.7rem 0 0.8rem;
	line-height: 1;
	background-color: #BB9799;
	border-radius: 10rem;
	position: relative;
	text-align: center;
	transition: all 0.2s ease;
}
#switch ul li .btn_buy a:hover {
	text-decoration: none;
	color: #FFF!important;
	background-color: #8a6d73!important;
	border-color: #8a6d73!important;
}
#switch ul li .btn_buy a::after {
	content: "";
	display: block;
		width: 0.5rem;
	height: 0;
		padding-top: 0.6rem;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/link_arrow0.svg);
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
		right: 1rem;
	z-index: 100;
	margin: auto;
	transition: right 0.2s ease;
}

.item_head {
		width: 30rem;
		margin: 0 auto;
	color: #8a6c73;
	text-align: center;
}

.item_head .img {
		width: 8.4rem;
/* 		width: 13.4rem; */
		margin: 0 auto 1.5rem;
}
.item_head .img img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.item_head .name {
		font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin: 0 -2rem 0.7rem;
}
.item_head .txt {
		font-size: 0.9rem;
	letter-spacing: 0.06em;
	line-height: 1.3;
	margin: 0 -2rem 0.5rem;
}
.item_head .capacity {
		font-size: 0.9rem;
	letter-spacing: 0.06em;
}


.link_more {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.link_more a {
	font-size: 2rem;
	color: #806B70;
	display: inline-block;
	position: relative;
	letter-spacing: 0.06em;
	padding: 1.8rem;
	padding-left: 4rem;
	padding-right: 6rem;
	border: 1px solid #8A6C73;
	border-radius: 100rem;
	transition: all 0.2s ease;
}
.link_more a:hover {
	text-decoration: none;
	color: #FFF!important;
	background-color: #8a6d73!important;
	border-color: #8a6d73!important;
}
.link_more a::after {
	content: "";
	display: block;
	width: 1rem;
	height: 0;
	padding-top: 1.2rem;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/link_arrow3.svg);
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3rem;
	z-index: 100;
	margin: auto;
	transition: right 0.15s ease;
}
.link_more a:hover::after {
	background-image: url(../images/link_arrow0.svg);
	right: 2rem;
}

	.link_more a {
		font-size: 1.2rem;
		padding: 1rem;
		padding-left: 2.5rem;
		padding-right: 4rem;
	}
	.link_more a::after {
		width: 0.7rem;
		padding-top: 0.8rem;
		right: 2rem;
	}






/* ----------------------------
  デバイス振り分け
---------------------------- */
.sp_disp {
	display: none!important;
}

@media screen and (max-width: 640px) {
	.pc_disp {
		display: none!important;
	}
	.sp_disp {
		display: block!important;
	}
	table.sp_disp {
		display: table!important;
	}
	tbody.sp_disp {
		display: table-row-group!important;
	}
	img.sp_disp {
		display: inline-block!important;
	}
	br.sp_disp {
		display: inline!important;
	}
}


/* ------------------------------------------------
 movie.icon
------------------------------------------------ */
.movie.has_icon {
	border-radius: 1rem;
  position: relative;
	display: block;
	overflow: hidden;
}
.movie.has_icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  display: block;
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  transition: transform 1.4s ease;
}
.movie.has_icon:hover::before {
  transform: scale(0.95);
}
.movie.has_icon.movie_howto::before {
  background-image: url(../images/movie_icon.png);
	width: 11.6rem;
	aspect-ratio: 232 / 198;
}
