html {
	font-size: 15px;
	height: auto;
	min-height: 100%;
	width: 100%;
}

body {
	background: #e3dfda;
	color: #F2F2F2;
	font-family: "BIZ UDPMincho", serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

main,
section,
article,
div {
	position: relative;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	scroll-behavior: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
}

ul,
ol,
li {
	list-style: none;
}

button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

dt {
	font-weight: normal;
}

em {
	font-style: normal;
}

.dn {
	display: none;
}

img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #D991B9;
	border: none;
}

::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 10px;
	box-shadow: none;
}

* {
	scrollbar-color: #fff #D991B9;
	scrollbar-width: thin;
}

::selection {
	background: #D991B9;
	color: #000;
}

/* for Firefox */

::-moz-selection {
	background: #D991B9;
	color: #000;
}

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

.c-heading {
	color: #7eba9c;
	font-family: "Sacramento", "BIZ UDPMincho", cursive;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	text-align: center;
}

.c-heading--cast {
	left: -5px;
}

.c-heading--sub {
	background: #A68B03;
	border-radius: 5px;
	box-shadow: inset 0px 0px 10px rgba(13, 8, 0, 0.54);
	color: #242101;
	display: grid;
	font-size: 18px;
	font-weight: 400;
	height: 50px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	margin-top: 50px;
	place-content: center;
	text-align: center;
	width: 100%;
}

.c-heading--sub--notice {
	margin-bottom: 20px;
}

.c-heading--small {
	border-bottom: 1px solid #ffffc6;
	border-top: 1px solid #ffffc6;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin-bottom: 28px;
	margin-top: 40px;
	padding: 12px 10px;
	position: relative;
}

.c-button {
	background: #ffc6ff;
	border-radius: 30px;
	box-shadow: inset 0px 0px 10px rgba(13, 8, 0, 0.32);
	color: #00010D;
	filter: brightness(0.85);
	height: 60px;
	margin: 40px auto 0;
	max-width: 375px;
	position: relative;
	transition: filter 0.6s ease;
	width: 90%;
}

.c-button a {
	display: grid;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0.1em;
	place-content: center;
	width: 100%;
}

.c-kome-mark {
	align-items: baseline;
	display: flex;
	position: relative;
}

.c-kome-mark::before {
	content: "※";
	flex-shrink: 0;
	left: 0;
	position: relative;
	width: 1em;
}

.c-list-mark {
	align-items: baseline;
	display: flex;
	position: relative;
}

.c-list-mark::before {
	content: "・";
	flex-shrink: 0;
	left: 0;
	position: relative;
	width: 1em;
}

.l-loading {
	background: #D9D4CC;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-loading.is-loaded {
	opacity: 0;
	pointer-events: none;
	transition: opacity 2s ease;
}

.l-container {
	position: relative;
}

.l-container::before {
	background: url(./assets/images/item/side-l.webp) no-repeat top right/cover;
	content: "";
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.32));
	height: 100lvh;
	left: -30px;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: clamp(120px, calc(150*0.073vw), 150px);
	z-index: 5;
}

.l-container::after {
	background: url(./assets/images/item/side-r.webp) no-repeat top left/cover;
	content: "";
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.32));
	height: 100lvh;
	pointer-events: none;
	position: fixed;
	right: -30px;
	top: 0;
	width: clamp(120px, calc(150*0.073vw), 150px);
	z-index: 5;
}

.l-header {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 15;
}

.l-header__logo {
	filter: brightness(1) drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.64));
	left: min(calc(25*0.073vw), 25px);
	pointer-events: auto;
	position: absolute;
	top: min(calc(30*0.073vw), 30px);
	transition: filter 0.6s ease;
	width: 120px;
	will-change: filter;
}

.l-header__button {
	border-radius: 50%;
	bottom: min(calc(30*0.073vw), 30px);
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.64));
	pointer-events: auto;
	position: absolute;
	right: min(calc(30*0.073vw), 30px);
	transition: transform 0.2s ease;
	width: 90px;
	will-change: transform;
}

.l-mainvisual {
	height: 200vh;
	position: relative;
	width: 100%;
}

.l-mainvisual::-webkit-scrollbar {
	display: none;
}

.l-mainvisual__top {
	height: 100vh;
}

.l-mainvisual__content {
	height: 100vh;
}

.l-mainvisual__visual {
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.32));
	height: 92vh;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
}

.l-mainvisual__visual img {
	height: 100%;
	width: auto;
}

.l-mainvisual__title {
	left: calc(50% - clamp(calc(300px*0.612), calc(300*0.073vw), 300px));
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
}

.l-mainvisual__title span {
	background: #00010D;
	display: block;
	font-size: clamp(18px, calc(28*0.073vw), 28px);
	font-weight: 400;
	padding: 0.5em 1em;
	position: relative;
	white-space: nowrap;
	width: fit-content;
	word-break: keep-all;
}

.l-mainvisual__title span.sub {
	color: #D9D4CC;
	font-size: 0.6em;
	padding: 0.2em 1em;
	top: clamp(calc(5px*0.612), calc(5*0.073vw), 5px);
}

.l-mainvisual__info {
	left: calc(50% + clamp(calc(350px*0.612), calc(350*0.073vw), 350px));
	position: absolute;
	top: 50%;
	transform: translate(-50%, 0);
}

.l-mainvisual__info span {
	background: #00010D;
	color: #D9D4CC;
	display: block;
	font-size: clamp(12px, calc(18*0.073vw), 18px);
	font-weight: 400;
	padding: 0.2em 1em;
	position: relative;
	white-space: nowrap;
	width: fit-content;
	word-break: keep-all;
}

.l-mainvisual__info span.date {
	top: clamp(calc(5px*0.612), calc(5*0.073vw), 5px);
}

.l-content {
	background: #3c3c3c;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.32), inset 0px 0px 20px rgba(13, 8, 0, 0.16);
	margin: 0 auto 0;
	margin-bottom: calc(100vh + 56px);
	margin-top: 70px;
	padding-bottom: 110px;
	padding-top: 62px;
	position: relative;
	width: 800px;
	z-index: 1;
}

.l-content--under {
	margin-bottom: 100px;
}

.l-content__inner {
	margin: 27px auto 0;
	width: 640px;
}

.l-content__inner--sm {
	margin: 27px auto 0;
	width: 480px;
}

.l-content .fz-big {
	font-size: 28px;
}

.l-content .fz-mid {
	font-size: 22px;
}

.l-content .fz-midsm {
	font-size: 17px;
}

.l-content .fz-base {
	font-size: 15px;
}

.l-content .fz-sm {
	font-size: 13px;
}

.l-content .fz-ssm {
	font-size: 12px;
}

.l-content .fw-400 {
	font-weight: 400;
}

.l-content .fw-500 {
	font-weight: 500;
}

.l-content .lp-wide {
	letter-spacing: 0.1em;
}

.l-content .lp-mid {
	letter-spacing: 0.05em;
}

.l-content .lp-sm {
	letter-spacing: 0.02em;
}

.l-content .lh-125 {
	line-height: 1.25;
}

.l-content .lh-166 {
	line-height: 1.666;
}

.l-content .lh-192 {
	line-height: 1.92;
}

.l-content .text-center {
	text-align: center;
}

.l-content .text-right {
	text-align: right;
}

.l-content .text-fit-content {
	margin: 0 auto 0;
	width: fit-content;
}

.l-content .indent {
	padding-left: 1em;
}

.l-content .cl-sub {
	color: #D9D4CC;
}

.l-content .cl-yel {
	color: #ffffc6;
}

.l-content .mt-sectionbig {
	margin-top: 140px;
}

.l-content .mt-section {
	margin-top: 100px;
}

.l-content .mt-large {
	margin-top: 75px;
}

.l-content .mt-smLarge {
	margin-top: 50px;
}

.l-content .mt-big {
	margin-top: 36px;
}

.l-content .mt-mid {
	margin-top: 25px;
}

.l-content .mt-sm {
	margin-top: 10px;
}

.l-content .mb-list li {
	margin-bottom: 12px;
}

.l-content .mb-list-sm li {
	margin-bottom: 0.3em;
}

.l-content .anchor {
	text-decoration: underline;
}

.l-content .price {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.l-nav {
	background: #e8e8e8;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-left: 50px;
	padding-top: 47px;
	position: fixed;
	right: -375px;
	top: 0;
	transition: right 0.8s ease;
	width: 375px;
	z-index: 12;
}

.l-nav::-webkit-scrollbar {
	display: none;
}

.l-nav.is-open {
	right: 0;
	transition: right 0.8s ease;
}

.l-nav__list {
	font-family: "Sacramento", "BIZ UDPMincho", cursive;
	font-size: 24px;
}

.l-nav__list li {
	margin-bottom: 15px;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.16);
}

.l-nav__list li.menu-ja {
	font-size: 16px;
	letter-spacing: 0.05em;
}

.l-nav__list li a {
	color: #2a2a2a;
	transition: color 0.3s ease;
}

.ob-intro {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.333;
	margin-bottom: 208px;
	position: relative;
}

.ob-intro__pick--01 {
	color: #ffe2c6;
}

.ob-intro__pick--02 {
	color: #ffffc6;
}

.ob-story-container {
	margin-bottom: 62px;
	padding: 50px 0 100px;
	position: relative;
}

.ob-story-container p {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 2.25;
	margin-bottom: 2em;
}

.ob-story-container p:first-child {
	margin-top: 50px;
}

.ob-timetable {
	border-collapse: collapse;
	border-top: 1px solid #ddbcff;
	margin-top: 32px;
}

.ob-timetable tr {
	border-bottom: 1px solid #ddbcff;
	letter-spacing: 0.05em;
	line-height: 1;
}

.ob-timetable th {
	color: #D9D4CC;
	font-weight: 400;
	padding: 12px 0;
	width: calc(100% / 3);
}

.ob-timetable td {
	text-align: center;
	width: calc(100% / 3);
}

.ob-embed-map {
	aspect-ratio: 1/0.61875;
	background: #D9D4CC;
	border-radius: 10px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

.ob-embed-map iframe {
	filter: saturate(0.7);
	height: 100%;
	width: 100%;
}

.ob-timeline {
	background: #D9D4CC;
	border-radius: 10px;
	height: 448px;
	margin: 30px auto 0;
	max-width: 480px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	width: 100%;
}

.ob-timeline::-webkit-scrollbar {
	display: none;
}

.ob-copy {
	color: #0D0D0D;
	font-size: 10px;
	margin: 0 auto;
	padding-bottom: 5px;
	text-align: center;
	width: fit-content;
}

.ob-news {
	display: grid;
	margin-top: 3em;
	row-gap: 1em;
}

.ob-news__row {
	column-gap: 1em;
	display: grid;
	grid-template-columns: 8em 1fr;
}

.ob-news__row a {
	text-decoration: underline;
}

.ob-news__row a:hover {
	text-decoration: none;
}

body::before {
	background-image: radial-gradient(at 96% 2%, #c6d4ee 0px, transparent 100%), radial-gradient(at 62% 58%, #ffd1ee 0px, transparent 100%), radial-gradient(at 14% 86%, #e3f1da 0px, transparent 100%);
	content: "";
	height: 100lvh;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100vw;
	will-change: background;
}

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

.c-button:hover {
	filter: brightness(1.05);
	transition: filter 0.6s ease;
}

.l-header__logo:hover {
	filter: brightness(1.1) drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.64));
	transition: filter 0.6s ease;
}

.l-header__button:hover {
	transform: scale(1.05);
	transition: transform 0.2s ease;
}

.l-content .anchor:hover {
	text-decoration: none;
}

.l-nav__list li a:hover {
	color: #989898;
	transition: color 0.3s ease;
}

}

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

.l-mainvisual__visual {
	height: 75vh;
}

}

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

html {
	font-size: 14px;
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.c-heading {
	font-size: 42px;
}

.c-heading--sub {
	font-size: 16px;
}

.c-heading--small {
	font-size: 15px;
}

.l-container::before {
	display: none;
}

.l-container::after {
	display: none;
}

.l-header__logo {
	left: 10px;
	top: 15px;
	width: 70px;
}

.l-header__button {
	bottom: auto;
	right: 10px;
	top: 15px;
	width: 50px;
}

.l-mainvisual {
	height: 200svh;
}

.l-mainvisual__top {
	height: 100svh;
}

.l-mainvisual__content {
	height: 100svh;
}

.l-mainvisual__visual {
	height: auto;
	max-width: 580px;
	width: 80vw;
}

.l-mainvisual__visual img {
	height: auto;
	width: 100%;
}

.l-mainvisual__title {
	left: 50%;
}

.l-mainvisual__title span.sub {
	font-size: 0.5em;
}

.l-mainvisual__info {
	left: 50%;
}

.l-mainvisual__info span {
	font-size: 15px;
}

.l-content {
	max-width: 780px;
	padding: 50px 10px 75px;
	width: 95%;
}

.l-content--under {
	margin-bottom: 50px;
}

.l-content__inner {
	max-width: 425px;
	width: 92%;
}

.l-content__inner--sm {
	max-width: 375px;
	width: 88%;
}

.l-content .fz-big {
	font-size: 1.3em;
}

.l-content .fz-mid {
	font-size: 1.22em;
}

.l-content .fz-midsm {
	font-size: 1.1em;
}

.l-content .fz-base {
	font-size: 1em;
}

.l-content .fz-sm {
	font-size: 0.85em;
}

.l-content .fz-ssm {
	font-size: 0.5em;
}

.l-content .mt-sectionbig {
	margin-top: 100px;
}

.l-content .mt-section {
	margin-top: 75px;
}

.l-content .mt-large {
	margin-top: 50px;
}

.l-content .mt-smLarge {
	margin-top: 35px;
}

.l-content .mt-big {
	margin-top: 28px;
}

.l-content .mt-mid {
	margin-top: 20px;
}

.l-content .mt-sm {
	margin-top: 6px;
}

.l-nav {
	max-width: 425px;
	padding-bottom: 150px;
	padding-top: 120px;
	right: -425px;
	width: 100%;
}

.ob-intro {
	font-size: 1.1em;
	margin-bottom: 100px;
}

.ob-story-container {
	padding-bottom: 75px;
}

.ob-story-container p {
	font-size: 15px;
	line-height: 1.8;
}

.ob-timetable {
	font-size: 13px;
}

.ob-timetable th {
	width: 40%;
}

.ob-timetable td {
	width: calc(60% / 2);
}

.ob-news__row {
	column-gap: 0;
	grid-template-columns: 100%;
	row-gap: 0.3em;
}

}

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

.is-sp {
	display: block;
}

}

