@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Giga&display=swap");
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir=rtl] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
/* Icons */
@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	color: transparent;
}
.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[dir=rtl] .slick-prev {
	left: auto;
}
[dir=rtl] .slick-next {
	right: auto;
}
/* Dots */
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow: auto;
	opacity: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
	padding: 0;
	-webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
}
.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 80%;
	margin: auto;
	text-align: left;
	max-width: 1000px;
	border-radius: 0px;
	cursor: auto;
}
.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: absolute;
	right: -25px;
	top: -25px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgb(0, 0, 0);
	border: 0.5px solid #fff;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
	outline: none;
}
.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 36%;
	border-radius: 4px;
	background: #fff;
	translate: -50% -50%;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.modaal-close:before {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.modaal-close:after {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

@media screen and (max-width: 800px) {
	.modaal-close {
		width: 36px;
		height: 36px;
	}
	.modaal-close:before, .modaal-close:after {
		width: 2px;
	}
}
.modaal-content-container {
	overflow: hidden;
	border: 1px solid #000;
}
.modaal-content-container video {
	width: 100%;
	height: auto;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}
.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

@keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes instaReveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}
.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	        animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}
.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}
.modaal-gallery-item img {
	display: block;
}
.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
	background: #afb7bc;
}
.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
	margin: -5px 0 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.modaal-gallery-control:after {
	margin: 5px 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}
.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
	left: 22px;
}
.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}
.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	width: 92.8572%;
	max-width: 1300px;
	margin: auto;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.modaal-video-wrap {
		border-radius: 15px;
	}
}
.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed,
.modaal-video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px;
	}
}
@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}
	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		-webkit-transform: none;
		        transform: none;
		background: rgba(0, 0, 0, 0.7);
	}
	.modaal-gallery-control:before, .modaal-gallery-control:after {
		background: #fff;
	}
	.modaal-gallery-next {
		left: auto;
		right: 20px;
	}
	.modaal-gallery-prev {
		left: 20px;
		right: auto;
	}
}
@media screen and (max-width: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
}
@media screen and (max-height: 1100px) {
	.modaal-instagram iframe {
		width: 700px !important;
	}
}
@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.modaal-instagram iframe {
		width: 600px !important;
	}
}
@media screen and (max-height: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
	.modaal-video-container {
		max-width: 900px;
		max-height: 510px;
	}
}
@media only screen and (max-width: 600px) {
	.modaal-instagram iframe {
		width: 280px !important;
	}
}
@media only screen and (max-height: 820px) {
	.modaal-gallery-label {
		display: none;
	}
}
.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(0.25);
	        transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 0.1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
	100% {
		opacity: 0.1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.modaal-loading-spinner > div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner > div > div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.12s;
	animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.37s;
	animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.62s;
	animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	        animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: 0.87s;
	animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@-webkit-keyframes floatUp_5 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
}

@keyframes floatUp_5 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
}
@-webkit-keyframes floatUp_7 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-7px);
		        transform: translateY(-7px);
	}
}
@keyframes floatUp_7 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-7px);
		        transform: translateY(-7px);
	}
}
@-webkit-keyframes floatUp_10 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@keyframes floatUp_10 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@-webkit-keyframes floatUp_15 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@keyframes floatUp_15 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@-webkit-keyframes sway_15 {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-15px);
		        transform: translateX(-15px);
	}
}
@keyframes sway_15 {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-15px);
		        transform: translateX(-15px);
	}
}
@-webkit-keyframes slide_loop_y {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
@keyframes slide_loop_y {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
@-webkit-keyframes slide_loop_x {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@keyframes slide_loop_x {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate_r {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}
@keyframes rotate_r {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}
.is-fade > *:not(.is-not) {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
	opacity: 1;
}

.box-fade {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
	opacity: 1;
}

.p_hover a:hover {
	opacity: 0.7;
}

.svg.c_white svg {
	fill: #fff;
}
.svg.c_black svg {
	fill: #000;
}

.img-fit img {
	width: 100%;
	height: 100%;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.replace_img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

@media screen and (min-width: 801px) {
	.l_tel {
		pointer-events: none;
	}
}
.slick-prev,
.slick-next {
	width: 80px;
	height: 80px;
	background-color: var(--c_base2);
	border-radius: 35px;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-prev::before,
.slick-next::before {
	width: 16px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	background-color: var(--c_key1);
	-webkit-mask-image: url(../img/common/ico_arrow.svg);
	        mask-image: url(../img/common/ico_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: auto 100%;
	        mask-size: auto 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.slick-prev::before {
	rotate: -135deg;
}

.slick-next::before {
	rotate: 45deg;
}

@media screen and (max-width: 800px) {
	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}
	.slick-prev::before,
	.slick-next::before {
		width: 8px;
	}
	.slick-prev {
		left: 0;
		border-radius: 0 min(4.375vw, 17.5px) min(4.375vw, 17.5px) 0;
	}
	.slick-next {
		right: 0;
		border-radius: min(4.375vw, 17.5px) 0 0 min(4.375vw, 17.5px);
	}
}
.hl_en {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: var(--c_key1);
	text-transform: uppercase;
}

.hl_jp {
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
.hl_jp::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #9ab1d6;
	border: 1px solid #000;
	border-radius: 30px;
	z-index: -1;
	-webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.hl_jp span {
	height: 38px;
	display: inline-block;
	position: relative;
	padding: 0 15px 1px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
}
.fadeIn .hl_jp::before {
	translate: 10px 10px;
}

@media screen and (max-width: 800px) {
	.hl_jp {
		font-size: 13px;
		font-size: clamp(10.5px, 3.25vw, 13px);
	}
	.hl_jp span {
		height: 23px;
		min-width: unset;
		padding: 0 8px 1px;
	}
	.fadeIn .hl_jp::before {
		translate: 5px 5px;
	}
}
.page_title {
	overflow: hidden;
	position: relative;
	padding-bottom: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition-duration: 0.6s, 0s;
	        transition-duration: 0.6s, 0s;
	-webkit-transition-delay: 0.2s, 0s;
	        transition-delay: 0.2s, 0s;
	-webkit-transition-property: opacity, padding;
	transition-property: opacity, padding;
	z-index: 1;
}
.page_title:not(.page_title._noimg)::before, .page_title:not(.page_title._noimg)::after {
	content: "";
}
.page_title:not(.page_title._noimg) .hl_en {
	margin-top: -0.6em;
}
.page_title:not(.page_title._noimg).fadeIn .img {
	scale: 1;
}
.page_title:not(.page_title._noimg).fadeIn::before, .page_title:not(.page_title._noimg).fadeIn::after {
	scale: 1;
	opacity: 1;
}
.page_title._noimg {
	padding: 102px 0 10px;
}
.page_title::before, .page_title::after {
	display: block;
	position: absolute;
	bottom: 13px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0 0;
	pointer-events: none;
	z-index: 3;
	scale: 0.8;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
	transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
	-webkit-transition-property: scale, opacity;
	transition-property: scale, opacity;
	-webkit-animation: floatUp_15 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_15 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.page_title::before {
	right: 50%;
	margin-right: min(25vw, 350px);
	-webkit-transform-origin: 0 100%;
	        transform-origin: 0 100%;
}
.page_title::after {
	left: 50%;
	margin-left: min(25vw, 350px);
	-webkit-transform-origin: 100% 100%;
	        transform-origin: 100% 100%;
}
.page_title .hl_en {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: var(--c_key1);
	font-size: min(8.3334vw, 100px);
	letter-spacing: -0.05em;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
	z-index: 5;
}
.page_title .hl_jp {
	font-size: 20px;
}
.page_title .hl_jp::before {
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.page_title .hl_jp span {
	height: 38px;
	padding: 0 19px 1px;
}
.page_title .img {
	width: 97%;
	max-width: 1350px;
	aspect-ratio: 2700/1080;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border-radius: 270px;
	z-index: 1;
	scale: 0.8;
	-webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
	transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.page_title .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.page_title::before {
	width: min(49.0715%, 687px);
	aspect-ratio: 1374/562;
	background-image: url(../img/room/title_illust01.png);
}
.page_title::after {
	width: min(49.1429%, 688px);
	aspect-ratio: 1376/558;
	background-image: url(../img/room/title_illust02.png);
}

@media screen and (max-width: 800px) {
	.page_title {
		padding-bottom: calc(min(17.5vw, 70px) + 5px);
	}
	.page_title:not(.page_title._noimg) .hl_en {
		margin-top: 0;
	}
	.page_title._noimg {
		padding: 52px 0 10px;
	}
	.page_title .hl_en {
		font-size: min(13.75vw, 55px);
		line-height: 0.9091;
	}
	.page_title .hl_jp {
		font-size: clamp(11.2px, 3.5vw, 14px);
	}
	.page_title .hl_jp span {
		height: 23px;
		padding: 0 12px 1px;
	}
	.page_title .img {
		width: 100%;
		aspect-ratio: 800/600;
		max-width: unset;
		margin-bottom: 34px;
		border: 0.5px solid #000;
		border-radius: min(25vw, 200px);
	}
	.page_title::before {
		width: min(85.875%, 687px);
		bottom: -80px;
		margin-right: 80px;
	}
	.page_title::after {
		width: min(86%, 688px);
		bottom: -75px;
		margin-left: 81px;
	}
}
.cmn_bnr {
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
	background-color: var(--c_base2);
}
.cmn_bnr::before {
	width: 100%;
	height: calc(100% - min(17.8572vw, 250px));
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 50px 50px 0 0;
	background-color: var(--c_base);
	z-index: 1;
}
.cmn_bnr_inner {
	width: 94%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 2;
}
.cmn_bnr_item {
	position: relative;
	z-index: 1;
}
.cmn_bnr_item a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
@media screen and (min-width: 801px) {
	.cmn_bnr_item a:hover .img img {
		scale: 1.1;
	}
	.cmn_bnr_item a:hover .box_text .sub::before {
		background-color: var(--c_key2);
	}
	.cmn_bnr_item a:hover .illust::before {
		rotate: 10deg;
		translate: 0 -4px;
	}
}
.cmn_bnr_item .img {
	overflow: hidden;
	position: relative;
	border-radius: 50px;
	z-index: 1;
}
.cmn_bnr_item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_bnr_item .box_text {
	position: relative;
	z-index: 2;
}
.cmn_bnr_item .box_text .sub {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	height: 26px;
	padding: 0 20px 0 10px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 26px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.cmn_bnr_item .box_text .sub::before {
	width: 10px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	margin-right: 9px;
	background-color: var(--c_key1);
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_bnr_item ._arrow {
	aspect-ratio: 1/1;
	display: block;
	background-color: var(--c_key1);
	background-image: url(../img/common/ico_arrow.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_bnr_item._rounge {
	margin-bottom: 50px;
}
@media screen and (min-width: 801px) {
	.cmn_bnr_item._rounge a:hover ._arrow {
		background-color: var(--c_key2);
	}
}
.cmn_bnr_item._rounge .img {
	margin-bottom: -100px;
}
.cmn_bnr_item._rounge .box_text {
	width: 70%;
	max-width: 700px;
	display: inline-block;
	padding: 46px 0 0 55px;
	position: relative;
	background-color: var(--c_base);
	border-top-right-radius: 50px;
	z-index: 1;
}
.cmn_bnr_item._rounge .box_text::before, .cmn_bnr_item._rounge .box_text::after {
	width: 50px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	background-color: var(--c_base);
	-webkit-mask-image: url(../img/common/parts_radius.svg);
	        mask-image: url(../img/common/parts_radius.svg);
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	rotate: -90deg;
	z-index: 1;
}
.cmn_bnr_item._rounge .box_text::before {
	top: 0;
	left: 0;
	translate: 0 -100%;
}
.cmn_bnr_item._rounge .box_text::after {
	top: 100px;
	right: 0;
	translate: 100% -100%;
}
.cmn_bnr_item._rounge .box_text h3 {
	font-size: 40px;
	margin-bottom: 23px;
}
.cmn_bnr_item._rounge .box_text .sub {
	margin-left: -6px;
}
.cmn_bnr_item._rounge ._arrow {
	width: 70px;
	position: absolute;
	top: 50px;
	right: 50px;
	background-size: 28.5715%;
}
.cmn_bnr_item._rounge .illust {
	width: min(100%, 688px);
	position: absolute;
	right: -200px;
	bottom: -15px;
	z-index: 2;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	-webkit-animation: sway_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: sway_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.cmn_bnr_item._rounge .illust::before, .cmn_bnr_item._rounge .illust::after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
}
.cmn_bnr_item._rounge .illust::before {
	background-image: url(../img/common/cmn_bnr_illust03.png);
	z-index: 4;
	-webkit-transform-origin: 40% 40%;
	        transform-origin: 40% 40%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_bnr_item._rounge .illust::after {
	background-image: url(../img/common/cmn_bnr_illust02.png);
	z-index: 3;
}
.cmn_bnr_item._rounge .illust span {
	display: block;
	position: relative;
	z-index: 5;
}
.cmn_bnr_item:not(._rounge) {
	width: 49.2308%;
	min-height: 220px;
}
@media screen and (min-width: 801px) {
	.cmn_bnr_item:not(._rounge) a:hover .icon ._arrow {
		background-color: var(--c_key2);
	}
}
.cmn_bnr_item:not(._rounge) .img {
	height: 100%;
}
.cmn_bnr_item:not(._rounge) .box_text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.cmn_bnr_item:not(._rounge) .box_text h3 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 20px;
}
.cmn_bnr_item:not(._rounge) .icon {
	width: 105px;
	height: 90px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--c_base);
	border-top-left-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	pointer-events: none;
	z-index: 2;
}
.cmn_bnr_item:not(._rounge) .icon::before, .cmn_bnr_item:not(._rounge) .icon::after {
	width: 45px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	background-color: var(--c_base);
	-webkit-mask-image: url(../img/common/parts_radius.svg);
	        mask-image: url(../img/common/parts_radius.svg);
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	rotate: -180deg;
	z-index: 1;
}
.cmn_bnr_item:not(._rounge) .icon::before {
	left: 0;
	bottom: 0;
	translate: -100% 0;
}
.cmn_bnr_item:not(._rounge) .icon::after {
	top: 0;
	right: 0;
	translate: 0 -100%;
}
.cmn_bnr_item:not(._rounge) .icon ._arrow {
	width: 50px;
	margin: 10px 0 0 0;
	background-size: 32%;
}

@media screen and (max-width: 800px) {
	.cmn_bnr {
		overflow: visible;
		padding-bottom: min(12.5vw, 50px);
	}
	.cmn_bnr::before {
		height: calc(100% - min(28.75vw, 230px));
		border-radius: min(6.25vw, 25px) min(6.25vw, 25px) 0 0;
	}
	.cmn_bnr_inner {
		width: 92.5%;
	}
	.cmn_bnr_item .img {
		border-radius: min(3.75vw, 30px);
	}
	.cmn_bnr_item .box_text .sub {
		font-size: 10px;
		height: 18px;
		margin-left: 3px;
		padding: 0 20px 0 7px;
		border-width: 0.5px;
	}
	.cmn_bnr_item .box_text .sub::before {
		width: 7px;
		margin-right: 8px;
	}
	.cmn_bnr_item._rounge {
		margin-bottom: min(7vw, 56px);
	}
	.cmn_bnr_item._rounge .img {
		aspect-ratio: 740/520;
		margin-bottom: -50px;
	}
	.cmn_bnr_item._rounge .box_text {
		width: 84%;
		max-width: 310px;
		padding: 24px 0 0 19px;
		border-top-right-radius: min(6.25vw, 25px);
	}
	.cmn_bnr_item._rounge .box_text::before, .cmn_bnr_item._rounge .box_text::after {
		width: min(6.25vw, 25px);
	}
	.cmn_bnr_item._rounge .box_text::after {
		top: 50px;
	}
	.cmn_bnr_item._rounge .box_text h3 {
		font-size: min(6.25vw, 25px);
		margin-bottom: 13px;
	}
	.cmn_bnr_item._rounge .box_text .sub {
		margin-left: 2px;
	}
	.cmn_bnr_item._rounge ._arrow {
		width: 35px;
		position: absolute;
		top: 25px;
		right: 33px;
	}
	.cmn_bnr_item._rounge .illust {
		width: 204px;
		overflow: hidden;
		top: -170px;
		bottom: auto;
		right: -5vw;
		-webkit-animation: floatUp_10 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
		        animation: floatUp_10 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	}
	.cmn_bnr_item._rounge .illust::before, .cmn_bnr_item._rounge .illust::after {
		width: 344px;
		aspect-ratio: 1376/828;
	}
	.cmn_bnr_item._rounge .illust span {
		width: 344px;
	}
	.cmn_bnr_item:not(._rounge) {
		width: 47.973%;
		min-height: unset;
	}
	.cmn_bnr_item:not(._rounge) .img {
		aspect-ratio: 355/340;
	}
	.cmn_bnr_item:not(._rounge) .box_text {
		padding-bottom: 5px;
	}
	.cmn_bnr_item:not(._rounge) .box_text h3 {
		font-size: clamp(14.4px, 4.5vw, 18px);
	}
	.cmn_bnr_item:not(._rounge) .icon {
		width: 55px;
		height: 45px;
		border-top-left-radius: min(6.25vw, 25px);
	}
	.cmn_bnr_item:not(._rounge) .icon::before, .cmn_bnr_item:not(._rounge) .icon::after {
		width: min(5vw, 20px);
	}
	.cmn_bnr_item:not(._rounge) .icon ._arrow {
		width: 25px;
	}
}
.cmn_movie {
	overflow: hidden;
	position: relative;
}
.cmn_movie.is-view .cmn_movie_inner::before {
	opacity: 0;
	translate: 10px -10px;
	-webkit-transform-origin: 100% 0%;
	        transform-origin: 100% 0%;
	-webkit-transition-duration: 0.6s;
	        transition-duration: 0.6s;
	-webkit-transition-delay: 0.8s;
	        transition-delay: 0.8s;
}
.cmn_movie.is-view .illust::before {
	opacity: 0;
	translate: 10px -10px;
	-webkit-transform-origin: 100% 0%;
	        transform-origin: 100% 0%;
	-webkit-transition-duration: 0.6s;
	        transition-duration: 0.6s;
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}
.cmn_movie.is-view .illust::after {
	opacity: 0;
	translate: 10px -10px;
	-webkit-transform-origin: 100% 0%;
	        transform-origin: 100% 0%;
	-webkit-transition-duration: 0.6s;
	        transition-duration: 0.6s;
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.cmn_movie.is-view .illust span {
	opacity: 0;
	-webkit-transition-duration: 0.8s;
	        transition-duration: 0.8s;
}
.cmn_movie.is-view.fadeIn .cmn_movie_inner::before {
	opacity: 1;
	translate: 0 0;
}
.cmn_movie.is-view.fadeIn .illust::before {
	opacity: 1;
	translate: 0 0;
}
.cmn_movie.is-view.fadeIn .illust::after {
	opacity: 1;
	translate: 0 0;
}
.cmn_movie.is-view.fadeIn .illust span {
	opacity: 1;
}
.cmn_movie_inner {
	width: 93%;
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
	padding: 106px 0 100px;
}
.cmn_movie_inner::before {
	width: min(8.7693%, 114px);
	aspect-ratio: 228/150;
	content: "";
	display: block;
	position: absolute;
	bottom: 105px;
	left: 0;
	left: -3.923%;
	background-image: url(../img/concept/movie_illust04.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
}
.cmn_movie_hl {
	position: relative;
	margin-bottom: 87px;
	margin-left: min(2.6154%, 34px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 3;
}
.cmn_movie_hl .hl_en {
	font-size: 110px;
	font-size: clamp(100px, 11vw, 110px);
	letter-spacing: -0.05em;
	margin-right: 28px;
}
.cmn_movie_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
.cmn_movie_list_item {
	width: 49.2308%;
	overflow: hidden;
	border-radius: 50px;
}
.cmn_movie_list_item:nth-child(2) {
	margin-top: min(9.2308%, 120px);
}
.cmn_movie_list_item a {
	display: block;
	position: relative;
}
.cmn_movie_list_item a::before, .cmn_movie_list_item a::after {
	width: 100px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	border-radius: 50%;
	translate: 50% -50%;
	z-index: 2;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_movie_list_item a::before {
	background-color: #2b2a23;
	background-image: url(../img/top/tourism_movie_btn_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-animation: rotate 10s infinite linear;
	        animation: rotate 10s infinite linear;
}
.cmn_movie_list_item a::after {
	background-image: url(../img/top/movie_btn_ico.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 14% auto;
	z-index: 3;
}
.cmn_movie_list_item a img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 801px) {
	.cmn_movie_list_item a:hover img {
		scale: 1.1;
	}
}
.cmn_movie .illust {
	width: min(52.9231%, 688px);
	aspect-ratio: 1376/780;
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin-bottom: -32px;
	margin-left: 11.5715%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	z-index: 2;
}
.cmn_movie .illust::before, .cmn_movie .illust::after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
	z-index: 2;
}
.cmn_movie .illust::before {
	width: min(13.9535%, 96px);
	aspect-ratio: 192/126;
	bottom: 50%;
	left: 62.9361%;
	margin-bottom: 31.25%;
	background-image: url(../img/concept/movie_illust02.png);
}
.cmn_movie .illust::after {
	width: min(30.9594%, 213px);
	aspect-ratio: 426/222;
	top: 0;
	left: -23.9825%;
	margin-top: 15.8431%;
	background-image: url(../img/concept/movie_illust03.png);
}
.cmn_movie .illust span {
	display: block;
	-webkit-animation: floatUp_15 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_15 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}

@media screen and (max-width: 800px) {
	.cmn_movie {
		padding-top: 0;
	}
	.cmn_movie_inner {
		width: 92.5%;
		padding: 0 0 min(47.5vw, 190px);
	}
	.cmn_movie_inner::before {
		display: none;
	}
	.cmn_movie_hl {
		margin: 0 0 62px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cmn_movie_hl .hl_en {
		font-size: clamp(48px, 15vw, 60px);
		letter-spacing: -0.08em;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.cmn_movie_hl .hl_jp span {
		width: 80px;
	}
	.cmn_movie_list {
		display: block;
	}
	.cmn_movie_list_item {
		width: 100%;
		border-radius: min(6.25vw, 25px);
	}
	.cmn_movie_list_item:nth-child(2) {
		margin-top: 15px;
	}
	.cmn_movie_list_item a::before, .cmn_movie_list_item a::after {
		width: 110px;
	}
	.cmn_movie .illust {
		width: min(105%, 840px);
		left: 50%;
		bottom: 0;
		margin-bottom: -29px;
		margin-left: -86px;
	}
}
.modaal-wrapper.tateya_02 .modaal-video-container {
	width: 100%;
	height: auto;
	aspect-ratio: 1920/1440;
	overflow: hidden;
	border-radius: min(3.9286vw, 55px);
}
.modaal-wrapper.tateya_02 .modaal-close {
	right: 50%;
	top: 50%;
	margin-top: max(-34.8214%, -487.5px);
	margin-right: max(-46.4285%, -650px);
	translate: 30% -30%;
}
.modaal-wrapper.tateya_01 .modaal-video-container {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	overflow: hidden;
}
.modaal-wrapper.tateya_01 .modaal-close {
	right: 50%;
	top: 50%;
	margin-top: max(-26.1071%, -365.5px);
	margin-right: max(-46.4285%, -650px);
	translate: 50% -50%;
}

@media screen and (max-width: 800px) {
	.modaal-wrapper.tateya_01 .modaal-close {
		right: 0;
		margin-right: 0;
		translate: 0% -50%;
	}
}
html, body, div, span, em, small, main, header, footer, section, nav, ::before, ::after,
h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td,
input, button, textarea, select, option {
	font-style: normal;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	word-break: break-all;
}

ol, ul {
	list-style: none;
}

img {
	vertical-align: bottom;
	-webkit-box-shadow: #000 0 0 0;
	        box-shadow: #000 0 0 0;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

select {
	background-color: transparent;
}
select:focus-visible {
	outline: none;
}

svg {
	width: 100%;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=radio],
button {
	-webkit-appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	border-radius: 0;
}

textarea:focus,
input:focus {
	outline: none;
}

@keyframes floatUp_5 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-5px);
		        transform: translateY(-5px);
	}
}
@keyframes floatUp_7 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-7px);
		        transform: translateY(-7px);
	}
}
@keyframes floatUp_10 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}
@keyframes floatUp_15 {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@keyframes sway_15 {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-15px);
		        transform: translateX(-15px);
	}
}
@keyframes slide_loop_y {
	0% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
@keyframes slide_loop_x {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate_r {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		        transform: rotate(-360deg);
	}
}
.is-fade > *:not(.is-not) {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade > .is-not {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.is-fade.fadeIn > * {
	opacity: 1;
}

.box-fade {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}
.box-fade.fadeIn {
	opacity: 1;
}

.p_hover a:hover {
	opacity: 0.7;
}

.svg.c_white svg {
	fill: #fff;
}
.svg.c_black svg {
	fill: #000;
}

.img-fit img {
	width: 100%;
	height: 100%;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.replace_img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

@media screen and (min-width: 801px) {
	.l_tel {
		pointer-events: none;
	}
}
.slick-prev,
.slick-next {
	width: 80px;
	height: 80px;
	background-color: var(--c_base2);
	border-radius: 35px;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-prev::before,
.slick-next::before {
	width: 16px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	background-color: var(--c_key1);
	-webkit-mask-image: url(../img/common/ico_arrow.svg);
	        mask-image: url(../img/common/ico_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: auto 100%;
	        mask-size: auto 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.slick-prev::before {
	rotate: -135deg;
}

.slick-next::before {
	rotate: 45deg;
}

@media screen and (max-width: 800px) {
	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}
	.slick-prev::before,
	.slick-next::before {
		width: 8px;
	}
	.slick-prev {
		left: 0;
		border-radius: 0 min(4.375vw, 17.5px) min(4.375vw, 17.5px) 0;
	}
	.slick-next {
		right: 0;
		border-radius: min(4.375vw, 17.5px) 0 0 min(4.375vw, 17.5px);
	}
}
.hl_en {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: var(--c_key1);
	text-transform: uppercase;
}

.hl_jp {
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
.hl_jp::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #9ab1d6;
	border: 1px solid #000;
	border-radius: 30px;
	z-index: -1;
	-webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
	transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.hl_jp span {
	height: 38px;
	display: inline-block;
	position: relative;
	padding: 0 15px 1px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
}
.fadeIn .hl_jp::before {
	translate: 10px 10px;
}

@media screen and (max-width: 800px) {
	.hl_jp {
		font-size: 13px;
		font-size: clamp(10.5px, 3.25vw, 13px);
	}
	.hl_jp span {
		height: 23px;
		min-width: unset;
		padding: 0 8px 1px;
	}
	.fadeIn .hl_jp::before {
		translate: 5px 5px;
	}
}
.page_title {
	overflow: hidden;
	position: relative;
	padding-bottom: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition-duration: 0.6s, 0s;
	        transition-duration: 0.6s, 0s;
	-webkit-transition-delay: 0.2s, 0s;
	        transition-delay: 0.2s, 0s;
	-webkit-transition-property: opacity, padding;
	transition-property: opacity, padding;
	z-index: 1;
}
.page_title:not(.page_title._noimg)::before, .page_title:not(.page_title._noimg)::after {
	content: "";
}
.page_title:not(.page_title._noimg) .hl_en {
	margin-top: -0.6em;
}
.page_title:not(.page_title._noimg).fadeIn .img {
	scale: 1;
}
.page_title:not(.page_title._noimg).fadeIn::before, .page_title:not(.page_title._noimg).fadeIn::after {
	scale: 1;
	opacity: 1;
}
.page_title._noimg {
	padding: 102px 0 10px;
}
.page_title::before, .page_title::after {
	display: block;
	position: absolute;
	bottom: 13px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0 0;
	pointer-events: none;
	z-index: 3;
	scale: 0.8;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
	transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
	-webkit-transition-property: scale, opacity;
	transition-property: scale, opacity;
	-webkit-animation: floatUp_15 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_15 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.page_title::before {
	right: 50%;
	margin-right: min(25vw, 350px);
	-webkit-transform-origin: 0 100%;
	        transform-origin: 0 100%;
}
.page_title::after {
	left: 50%;
	margin-left: min(25vw, 350px);
	-webkit-transform-origin: 100% 100%;
	        transform-origin: 100% 100%;
}
.page_title .hl_en {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: var(--c_key1);
	font-size: min(8.3334vw, 100px);
	letter-spacing: -0.05em;
	text-align: center;
	position: relative;
	margin-bottom: 12px;
	z-index: 5;
}
.page_title .hl_jp {
	font-size: 20px;
}
.page_title .hl_jp::before {
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.page_title .hl_jp span {
	height: 38px;
	padding: 0 19px 1px;
}
.page_title .img {
	width: 97%;
	max-width: 1350px;
	aspect-ratio: 2700/1080;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border-radius: 270px;
	z-index: 1;
	scale: 0.8;
	-webkit-transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
	transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.page_title .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.page_title::before {
	width: min(49.0715%, 687px);
	aspect-ratio: 1374/562;
	background-image: url(../img/room/title_illust01.png);
}
.page_title::after {
	width: min(49.1429%, 688px);
	aspect-ratio: 1376/558;
	background-image: url(../img/room/title_illust02.png);
}

@media screen and (max-width: 800px) {
	.page_title {
		padding-bottom: calc(min(17.5vw, 70px) + 5px);
	}
	.page_title:not(.page_title._noimg) .hl_en {
		margin-top: 0;
	}
	.page_title._noimg {
		padding: 52px 0 10px;
	}
	.page_title .hl_en {
		font-size: min(13.75vw, 55px);
		line-height: 0.9091;
	}
	.page_title .hl_jp {
		font-size: clamp(11.2px, 3.5vw, 14px);
	}
	.page_title .hl_jp span {
		height: 23px;
		padding: 0 12px 1px;
	}
	.page_title .img {
		width: 100%;
		aspect-ratio: 800/600;
		max-width: unset;
		margin-bottom: 34px;
		border: 0.5px solid #000;
		border-radius: min(25vw, 200px);
	}
	.page_title::before {
		width: min(85.875%, 687px);
		bottom: -80px;
		margin-right: 80px;
	}
	.page_title::after {
		width: min(86%, 688px);
		bottom: -75px;
		margin-left: 81px;
	}
}
.cmn_bnr {
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
	background-color: var(--c_base2);
}
.cmn_bnr::before {
	width: 100%;
	height: calc(100% - min(17.8572vw, 250px));
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 50px 50px 0 0;
	background-color: var(--c_base);
	z-index: 1;
}
.cmn_bnr_inner {
	width: 94%;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 2;
}
.cmn_bnr_item {
	position: relative;
	z-index: 1;
}
.cmn_bnr_item a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
@media screen and (min-width: 801px) {
	.cmn_bnr_item a:hover .img img {
		scale: 1.1;
	}
	.cmn_bnr_item a:hover .box_text .sub::before {
		background-color: var(--c_key2);
	}
	.cmn_bnr_item a:hover .illust::before {
		rotate: 10deg;
		translate: 0 -4px;
	}
}
.cmn_bnr_item .img {
	overflow: hidden;
	position: relative;
	border-radius: 50px;
	z-index: 1;
}
.cmn_bnr_item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_bnr_item .box_text {
	position: relative;
	z-index: 2;
}
.cmn_bnr_item .box_text .sub {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	height: 26px;
	padding: 0 20px 0 10px;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 26px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.cmn_bnr_item .box_text .sub::before {
	width: 10px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	margin-right: 9px;
	background-color: var(--c_key1);
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_bnr_item ._arrow {
	aspect-ratio: 1/1;
	display: block;
	background-color: var(--c_key1);
	background-image: url(../img/common/ico_arrow.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_bnr_item._rounge {
	margin-bottom: 50px;
}
@media screen and (min-width: 801px) {
	.cmn_bnr_item._rounge a:hover ._arrow {
		background-color: var(--c_key2);
	}
}
.cmn_bnr_item._rounge .img {
	margin-bottom: -100px;
}
.cmn_bnr_item._rounge .box_text {
	width: 70%;
	max-width: 700px;
	display: inline-block;
	padding: 46px 0 0 55px;
	position: relative;
	background-color: var(--c_base);
	border-top-right-radius: 50px;
	z-index: 1;
}
.cmn_bnr_item._rounge .box_text::before, .cmn_bnr_item._rounge .box_text::after {
	width: 50px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	background-color: var(--c_base);
	-webkit-mask-image: url(../img/common/parts_radius.svg);
	        mask-image: url(../img/common/parts_radius.svg);
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	rotate: -90deg;
	z-index: 1;
}
.cmn_bnr_item._rounge .box_text::before {
	top: 0;
	left: 0;
	translate: 0 -100%;
}
.cmn_bnr_item._rounge .box_text::after {
	top: 100px;
	right: 0;
	translate: 100% -100%;
}
.cmn_bnr_item._rounge .box_text h3 {
	font-size: 40px;
	margin-bottom: 23px;
}
.cmn_bnr_item._rounge .box_text .sub {
	margin-left: -6px;
}
.cmn_bnr_item._rounge ._arrow {
	width: 70px;
	position: absolute;
	top: 50px;
	right: 50px;
	background-size: 28.5715%;
}
.cmn_bnr_item._rounge .illust {
	width: min(100%, 688px);
	position: absolute;
	right: -200px;
	bottom: -15px;
	z-index: 2;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	-webkit-animation: sway_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: sway_15 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}
.cmn_bnr_item._rounge .illust::before, .cmn_bnr_item._rounge .illust::after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
}
.cmn_bnr_item._rounge .illust::before {
	background-image: url(../img/common/cmn_bnr_illust03.png);
	z-index: 4;
	-webkit-transform-origin: 40% 40%;
	        transform-origin: 40% 40%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_bnr_item._rounge .illust::after {
	background-image: url(../img/common/cmn_bnr_illust02.png);
	z-index: 3;
}
.cmn_bnr_item._rounge .illust span {
	display: block;
	position: relative;
	z-index: 5;
}
.cmn_bnr_item:not(._rounge) {
	width: 49.2308%;
	min-height: 220px;
}
@media screen and (min-width: 801px) {
	.cmn_bnr_item:not(._rounge) a:hover .icon ._arrow {
		background-color: var(--c_key2);
	}
}
.cmn_bnr_item:not(._rounge) .img {
	height: 100%;
}
.cmn_bnr_item:not(._rounge) .box_text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	translate: 0 -50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.cmn_bnr_item:not(._rounge) .box_text h3 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 20px;
}
.cmn_bnr_item:not(._rounge) .icon {
	width: 105px;
	height: 90px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--c_base);
	border-top-left-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	pointer-events: none;
	z-index: 2;
}
.cmn_bnr_item:not(._rounge) .icon::before, .cmn_bnr_item:not(._rounge) .icon::after {
	width: 45px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	background-color: var(--c_base);
	-webkit-mask-image: url(../img/common/parts_radius.svg);
	        mask-image: url(../img/common/parts_radius.svg);
	-webkit-mask-size: 100% 100%;
	        mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	rotate: -180deg;
	z-index: 1;
}
.cmn_bnr_item:not(._rounge) .icon::before {
	left: 0;
	bottom: 0;
	translate: -100% 0;
}
.cmn_bnr_item:not(._rounge) .icon::after {
	top: 0;
	right: 0;
	translate: 0 -100%;
}
.cmn_bnr_item:not(._rounge) .icon ._arrow {
	width: 50px;
	margin: 10px 0 0 0;
	background-size: 32%;
}

@media screen and (max-width: 800px) {
	.cmn_bnr {
		overflow: visible;
		padding-bottom: min(12.5vw, 50px);
	}
	.cmn_bnr::before {
		height: calc(100% - min(28.75vw, 230px));
		border-radius: min(6.25vw, 25px) min(6.25vw, 25px) 0 0;
	}
	.cmn_bnr_inner {
		width: 92.5%;
	}
	.cmn_bnr_item .img {
		border-radius: min(3.75vw, 30px);
	}
	.cmn_bnr_item .box_text .sub {
		font-size: 10px;
		height: 18px;
		margin-left: 3px;
		padding: 0 20px 0 7px;
		border-width: 0.5px;
	}
	.cmn_bnr_item .box_text .sub::before {
		width: 7px;
		margin-right: 8px;
	}
	.cmn_bnr_item._rounge {
		margin-bottom: min(7vw, 56px);
	}
	.cmn_bnr_item._rounge .img {
		aspect-ratio: 740/520;
		margin-bottom: -50px;
	}
	.cmn_bnr_item._rounge .box_text {
		width: 84%;
		max-width: 310px;
		padding: 24px 0 0 19px;
		border-top-right-radius: min(6.25vw, 25px);
	}
	.cmn_bnr_item._rounge .box_text::before, .cmn_bnr_item._rounge .box_text::after {
		width: min(6.25vw, 25px);
	}
	.cmn_bnr_item._rounge .box_text::after {
		top: 50px;
	}
	.cmn_bnr_item._rounge .box_text h3 {
		font-size: min(6.25vw, 25px);
		margin-bottom: 13px;
	}
	.cmn_bnr_item._rounge .box_text .sub {
		margin-left: 2px;
	}
	.cmn_bnr_item._rounge ._arrow {
		width: 35px;
		position: absolute;
		top: 25px;
		right: 33px;
	}
	.cmn_bnr_item._rounge .illust {
		width: 204px;
		overflow: hidden;
		top: -170px;
		bottom: auto;
		right: -5vw;
		-webkit-animation: floatUp_10 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
		        animation: floatUp_10 1.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	}
	.cmn_bnr_item._rounge .illust::before, .cmn_bnr_item._rounge .illust::after {
		width: 344px;
		aspect-ratio: 1376/828;
	}
	.cmn_bnr_item._rounge .illust span {
		width: 344px;
	}
	.cmn_bnr_item:not(._rounge) {
		width: 47.973%;
		min-height: unset;
	}
	.cmn_bnr_item:not(._rounge) .img {
		aspect-ratio: 355/340;
	}
	.cmn_bnr_item:not(._rounge) .box_text {
		padding-bottom: 5px;
	}
	.cmn_bnr_item:not(._rounge) .box_text h3 {
		font-size: clamp(14.4px, 4.5vw, 18px);
	}
	.cmn_bnr_item:not(._rounge) .icon {
		width: 55px;
		height: 45px;
		border-top-left-radius: min(6.25vw, 25px);
	}
	.cmn_bnr_item:not(._rounge) .icon::before, .cmn_bnr_item:not(._rounge) .icon::after {
		width: min(5vw, 20px);
	}
	.cmn_bnr_item:not(._rounge) .icon ._arrow {
		width: 25px;
	}
}
.cmn_movie {
	overflow: hidden;
	position: relative;
}
.cmn_movie.is-view .cmn_movie_inner::before {
	opacity: 0;
	translate: 10px -10px;
	-webkit-transform-origin: 100% 0%;
	        transform-origin: 100% 0%;
	-webkit-transition-duration: 0.6s;
	        transition-duration: 0.6s;
	-webkit-transition-delay: 0.8s;
	        transition-delay: 0.8s;
}
.cmn_movie.is-view .illust::before {
	opacity: 0;
	translate: 10px -10px;
	-webkit-transform-origin: 100% 0%;
	        transform-origin: 100% 0%;
	-webkit-transition-duration: 0.6s;
	        transition-duration: 0.6s;
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}
.cmn_movie.is-view .illust::after {
	opacity: 0;
	translate: 10px -10px;
	-webkit-transform-origin: 100% 0%;
	        transform-origin: 100% 0%;
	-webkit-transition-duration: 0.6s;
	        transition-duration: 0.6s;
	-webkit-transition-delay: 0.6s;
	        transition-delay: 0.6s;
}
.cmn_movie.is-view .illust span {
	opacity: 0;
	-webkit-transition-duration: 0.8s;
	        transition-duration: 0.8s;
}
.cmn_movie.is-view.fadeIn .cmn_movie_inner::before {
	opacity: 1;
	translate: 0 0;
}
.cmn_movie.is-view.fadeIn .illust::before {
	opacity: 1;
	translate: 0 0;
}
.cmn_movie.is-view.fadeIn .illust::after {
	opacity: 1;
	translate: 0 0;
}
.cmn_movie.is-view.fadeIn .illust span {
	opacity: 1;
}
.cmn_movie_inner {
	width: 93%;
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
	padding: 106px 0 100px;
}
.cmn_movie_inner::before {
	width: min(8.7693%, 114px);
	aspect-ratio: 228/150;
	content: "";
	display: block;
	position: absolute;
	bottom: 105px;
	left: 0;
	left: -3.923%;
	background-image: url(../img/concept/movie_illust04.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
}
.cmn_movie_hl {
	position: relative;
	margin-bottom: 87px;
	margin-left: min(2.6154%, 34px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 3;
}
.cmn_movie_hl .hl_en {
	font-size: 110px;
	font-size: clamp(100px, 11vw, 110px);
	letter-spacing: -0.05em;
	margin-right: 28px;
}
.cmn_movie_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
.cmn_movie_list_item {
	width: 49.2308%;
	overflow: hidden;
	border-radius: 50px;
}
.cmn_movie_list_item:nth-child(2) {
	margin-top: min(9.2308%, 120px);
}
.cmn_movie_list_item a {
	display: block;
	position: relative;
}
.cmn_movie_list_item a::before, .cmn_movie_list_item a::after {
	width: 100px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	border-radius: 50%;
	translate: 50% -50%;
	z-index: 2;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cmn_movie_list_item a::before {
	background-color: #2b2a23;
	background-image: url(../img/top/tourism_movie_btn_bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-animation: rotate 10s infinite linear;
	        animation: rotate 10s infinite linear;
}
.cmn_movie_list_item a::after {
	background-image: url(../img/top/movie_btn_ico.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 14% auto;
	z-index: 3;
}
.cmn_movie_list_item a img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 801px) {
	.cmn_movie_list_item a:hover img {
		scale: 1.1;
	}
}
.cmn_movie .illust {
	width: min(52.9231%, 688px);
	aspect-ratio: 1376/780;
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin-bottom: -32px;
	margin-left: 11.5715%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	z-index: 2;
}
.cmn_movie .illust::before, .cmn_movie .illust::after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
	z-index: 2;
}
.cmn_movie .illust::before {
	width: min(13.9535%, 96px);
	aspect-ratio: 192/126;
	bottom: 50%;
	left: 62.9361%;
	margin-bottom: 31.25%;
	background-image: url(../img/concept/movie_illust02.png);
}
.cmn_movie .illust::after {
	width: min(30.9594%, 213px);
	aspect-ratio: 426/222;
	top: 0;
	left: -23.9825%;
	margin-top: 15.8431%;
	background-image: url(../img/concept/movie_illust03.png);
}
.cmn_movie .illust span {
	display: block;
	-webkit-animation: floatUp_15 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_15 1.6s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
}

@media screen and (max-width: 800px) {
	.cmn_movie {
		padding-top: 0;
	}
	.cmn_movie_inner {
		width: 92.5%;
		padding: 0 0 min(47.5vw, 190px);
	}
	.cmn_movie_inner::before {
		display: none;
	}
	.cmn_movie_hl {
		margin: 0 0 62px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cmn_movie_hl .hl_en {
		font-size: clamp(48px, 15vw, 60px);
		letter-spacing: -0.08em;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.cmn_movie_hl .hl_jp span {
		width: 80px;
	}
	.cmn_movie_list {
		display: block;
	}
	.cmn_movie_list_item {
		width: 100%;
		border-radius: min(6.25vw, 25px);
	}
	.cmn_movie_list_item:nth-child(2) {
		margin-top: 15px;
	}
	.cmn_movie_list_item a::before, .cmn_movie_list_item a::after {
		width: 110px;
	}
	.cmn_movie .illust {
		width: min(105%, 840px);
		left: 50%;
		bottom: 0;
		margin-bottom: -29px;
		margin-left: -86px;
	}
}
.modaal-wrapper.tateya_02 .modaal-video-container {
	width: 100%;
	height: auto;
	aspect-ratio: 1920/1440;
	overflow: hidden;
	border-radius: min(3.9286vw, 55px);
}
.modaal-wrapper.tateya_02 .modaal-close {
	right: 50%;
	top: 50%;
	margin-top: max(-34.8214%, -487.5px);
	margin-right: max(-46.4285%, -650px);
	translate: 30% -30%;
}
.modaal-wrapper.tateya_01 .modaal-video-container {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	overflow: hidden;
}
.modaal-wrapper.tateya_01 .modaal-close {
	right: 50%;
	top: 50%;
	margin-top: max(-26.1071%, -365.5px);
	margin-right: max(-46.4285%, -650px);
	translate: 50% -50%;
}

@media screen and (max-width: 800px) {
	.modaal-wrapper.tateya_01 .modaal-close {
		right: 0;
		margin-right: 0;
		translate: 0% -50%;
	}
}
:root {
	--c_base: #f6f5f4;
	--c_base2: #fbfaf9;
	--c_base3: #fcf9ef;
	--c_key1: #184a9a;
	--c_key2: #e05727;
	--c_text: #131313;
}

html {
	font-size: 10px;
}

body {
	color: #131313;
	line-height: 1;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	padding-top: 144px;
	background-color: var(--c_base2);
}
body::before, body::after {
	width: 100%;
	height: 280px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	pointer-events: none;
	z-index: 100;
}
body::before {
	background-image: url(../img/common/head_bg_deco_l.png);
	background-position: 0 0;
}
body::after {
	background-image: url(../img/common/head_bg_deco_r.png);
	background-position: 100% 0;
}
body.nav_active {
	overflow: hidden;
}

.grecaptcha-badge {
	z-index: 10;
}

@media screen and (min-width: 801px) {
	.pc_off {
		display: none !important;
	}
}
@media screen and (max-width: 800px) {
	body {
		padding-top: 100px;
	}
	body::before, body::after {
		height: 115px;
	}
	.sp_off {
		display: none !important;
	}
}
.wrap_1200 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

/* ========================================

header

======================================== */
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
}
.header .logo {
	width: min(10%, 121px);
	position: absolute;
}
.header_nav {
	margin: 0 auto;
}
.header_nav ul {
	font-size: clamp(12.5px, 1.25vw, 15px);
	font-weight: 500;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (min-width: 801px) {
	.header_nav ul li a:hover {
		color: var(--c_key1);
	}
}
.header_btn {
	position: absolute;
}
.header_btn_item {
	position: relative;
}
.header_btn_item a {
	color: #fff;
	font-weight: 500;
	width: 100%;
	height: 100%;
}
.header_btn_item a::before {
	aspect-ratio: 1/1;
	content: "";
	display: block;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 50% 0;
	        mask-position: 50% 0;
}
@media screen and (min-width: 801px) {
	.header_btn_item a:hover {
		scale: 0.9;
	}
}
.header_btn_item._access a {
	background-color: var(--c_key2);
}
.header_btn_item._access a::before {
	background-color: #fff;
	-webkit-mask-image: url(../img/common/ico_pin.svg);
	        mask-image: url(../img/common/ico_pin.svg);
	-webkit-mask-size: auto 100%;
	        mask-size: auto 100%;
}
.header_btn_item._reserve a {
	background-color: var(--c_key1);
}
.header_btn_item._reserve a::before {
	background-image: url(../img/common/head_btn_reserve_icon.png);
	background-size: 100% auto;
}
.header_normal {
	width: 93%;
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
	padding-top: 40px;
}
.header_normal .logo {
	position: absolute;
	left: 10px;
	top: 46px;
}
.header_normal .header_nav {
	width: 65%;
	max-width: 700px;
	height: 64px;
	position: relative;
	padding: 3px 0;
	background-color: var(--c_key1);
	border-radius: 30px;
}
.header_normal .header_nav::before, .header_normal .header_nav::after {
	width: 10px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	background-color: var(--c_key2);
	border: 5px solid var(--c_base2);
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}
.header_normal .header_nav::before {
	left: -9px;
}
.header_normal .header_nav::after {
	right: -9px;
}
.header_normal .header_nav ul {
	padding: 0 min(2.8572vw, 40px);
	background-color: var(--c_base2);
	border-radius: 29px;
}
.header_normal .header_btn {
	width: clamp(125px, 14.4616%, 188px);
	top: 40px;
	right: 0;
}
.header_normal .header_btn_item {
	width: 58.5107%;
	aspect-ratio: 1/1;
}
.header_normal .header_btn_item a {
	padding-bottom: 8px;
	border: 1px solid #fff;
	border-radius: min(3.5715vw, 50px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_normal .header_btn_item a::before {
	margin-bottom: 9.2593%;
}
.header_normal .header_btn_item._access {
	z-index: 1;
}
.header_normal .header_btn_item._access a {
	font-size: clamp(13px, 1.2308vw, 16px);
}
.header_normal .header_btn_item._access a::before {
	width: 20.3704%;
	max-width: 22px;
}
.header_normal .header_btn_item._reserve {
	margin-top: -22.3405%;
	margin-left: auto;
	z-index: 3;
}
.header_normal .header_btn_item._reserve a {
	font-size: clamp(13px, 1.3077vw, 17px);
}
.header_normal .header_btn_item._reserve a::before {
	width: 24.0741%;
	max-width: 26px;
}
.header_fixed {
	width: 100%;
	max-width: 1300px;
	height: 70px;
	padding: 0 min(2vw, 30px);
	background-color: #fff;
	border-radius: 0 0 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	top: 0;
	right: 50%;
	translate: 50% -100%;
	-webkit-transition: translate 0.3s;
	transition: translate 0.3s;
	z-index: 5;
}
.header_fixed .logo {
	width: min(13.2%, 132px);
	top: calc(50% - 3px);
	left: min(2vw, 30px);
	translate: 0 -50%;
}
.header_fixed .header_nav {
	padding-bottom: 3px;
}
.header_fixed .header_nav ul li:not(:last-of-type) {
	margin-right: 1.6em;
}
.header_fixed .header_nav ul li a .en {
	display: none;
}
.header_fixed .header_btn {
	right: 30px;
	top: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	translate: 0 -50%;
}
.header_fixed .header_btn_item {
	width: clamp(90px, 10vw, 110px);
	width: clamp(90px, 9.1667vw, 110px);
	height: 32px;
}
.header_fixed .header_btn_item a {
	font-size: clamp(12px, 1.2728vw, 14px);
	border-radius: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_fixed .header_btn_item a::before {
	width: 18px;
}
.header_fixed .header_btn_item a .jp {
	padding-bottom: 2px;
}
.header_fixed .header_btn_item a .en {
	display: none;
}
.header_fixed .header_btn_item._access {
	margin-left: 5px;
}
.header_fixed .header_btn_item._access a {
	padding-left: 8.1819%;
}
.header_fixed .header_btn_item._access a::before {
	margin-right: 4.5455%;
}
.header_fixed .header_btn_item._reserve a {
	padding-left: 6.3634%;
}
.header_fixed .header_btn_item._reserve a::before {
	margin-right: 7.2728%;
}
.header_fixed .header_btn_item._out {
	display: none;
}
@media screen and (min-width: 801px) {
	body.fixed .header_fixed {
		-webkit-transition: translate 0.3s;
		transition: translate 0.3s;
		translate: 50% 0;
		opacity: 1;
	}
}

@media screen and (max-width: 1000px) {
	.header_fixed {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.header_fixed .header_nav {
		margin: 0 20px 0 0;
	}
	.header_fixed .header_btn {
		position: relative;
		top: auto;
		right: auto;
		translate: 0 0;
	}
}
@media screen and (max-width: 900px) {
	.header_normal .header_nav {
		width: 68%;
	}
	.header_normal .header_btn {
		width: min(12%, 100px);
		min-width: unset;
		height: 64px;
	}
	.header_normal .header_btn_item {
		width: 100%;
	}
	.header_normal .header_btn_item._access {
		display: none;
	}
	.header_normal .header_btn_item._reserve {
		height: 100%;
		aspect-ratio: auto;
		margin-top: 0;
	}
	.header_normal .header_btn_item._reserve a {
		padding-bottom: 0;
	}
	.header_normal .header_btn_item._reserve a::before {
		width: 20px;
	}
	.header_fixed .header_btn_item._access {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.header {
		height: 100px;
	}
	body.fixed .header::before {
		opacity: 1;
	}
	.header::before {
		width: 100%;
		height: 100px;
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(1.5px);
		        backdrop-filter: blur(1.5px);
		-webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
		-webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgb(0, 0, 0) 100%);
		        mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.5)), to(rgb(0, 0, 0)));
		        mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgb(0, 0, 0) 100%);
		-webkit-mask-composite: source-in, xor;
		        mask-composite: intersect;
		-webkit-transition: all 0.4s linear;
		transition: all 0.4s linear;
		opacity: 0;
	}
	.header .header_normal {
		width: 100%;
		height: 100px;
		position: fixed;
		padding: min(6.25vw, 25px) 0 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		z-index: 100;
	}
	.header .header_normal .logo {
		width: min(41.5vw, 166px);
		height: 46px;
		position: relative;
		top: auto;
		left: auto;
		margin-right: min(2.5vw, 10px);
		margin-left: min(5vw, 20px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header .header_normal .header_nav {
		display: none;
	}
	.header .header_normal .header_btn {
		width: min(27.5vw, 110px);
		height: 46px;
		max-width: unset;
		margin-top: 2px;
		margin-right: calc(min(5vw, 20px) + 60px);
		position: relative;
		top: auto;
		right: auto;
	}
	.header .header_normal .header_btn_item._access {
		display: none;
	}
	.header .header_normal .header_btn_item._reserve a {
		font-size: clamp(10.5px, 3.25vw, 13px);
		padding-bottom: 0;
		border: none;
		border-radius: 45px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.header .header_normal .header_btn_item._reserve a::before {
		width: min(5vw, 20px);
		margin-bottom: 0;
		margin-right: min(2.5vw, 10px);
	}
	.header_inner {
		height: 100vh;
		height: 100dvh;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		z-index: 101;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
		transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
		pointer-events: none;
	}
	.header_fixed {
		height: auto;
		padding: min(32.5vw, 130px) 0 0 0;
		position: relative;
		right: auto;
		top: auto;
		background-color: var(--c_base2);
		border-radius: 0;
		background-image: url(../img/common/head_bg_deco_l.png), url(../img/common/head_bg_deco_r.png);
		background-repeat: no-repeat;
		background-size: auto 115px;
		background-position: 0 0, 100% 0;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		translate: 0 0;
		z-index: 99;
	}
	.header_fixed::after {
		width: 100%;
		height: 382px;
		content: "";
		display: block;
		background-image: url(../img/common/foot_bg_map_sp.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: 50% 100%;
		pointer-events: none;
		z-index: 1;
	}
	.header_fixed_inner {
		height: 100vh;
		overflow: scroll;
	}
	.header_fixed .logo {
		width: min(41.5vw, 166px);
		height: 46px;
		position: absolute;
		top: min(6.25vw, 25px);
		left: min(5vw, 20px);
		margin-right: min(2.5vw, 10px);
		translate: 0 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header_fixed .header_nav {
		width: calc(100% - min(20vw, 80px));
		margin: 0 0 min(7.5vw, 30px);
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	.header_fixed .header_nav ul {
		font-size: clamp(12.8px, 4vw, 16px);
		width: 100%;
		display: block;
		padding-bottom: 0;
	}
	.header_fixed .header_nav ul li {
		height: min(17.75vw, 71px);
	}
	.header_fixed .header_nav ul li:not(:last-of-type) {
		margin: 0;
		border-bottom: 0.5px solid #2e2717;
	}
	.header_fixed .header_nav ul li a {
		width: 100%;
		height: 100%;
		position: relative;
		padding-right: calc(min(7.5vw, 30px) + min(5vw, 20px));
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header_fixed .header_nav ul li a::before, .header_fixed .header_nav ul li a::after {
		width: min(7.5vw, 30px);
		aspect-ratio: 1/1;
		display: block;
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		border-radius: 50%;
		translate: 0 -50%;
	}
	.header_fixed .header_nav ul li a::before {
		background-color: var(--c_key1);
	}
	.header_fixed .header_nav ul li a::after {
		background-color: #fff;
		-webkit-mask-image: url(../img/common/ico_arrow.svg);
		        mask-image: url(../img/common/ico_arrow.svg);
		-webkit-mask-repeat: no-repeat;
		        mask-repeat: no-repeat;
		-webkit-mask-size: min(33.3334%, 10px);
		        mask-size: min(33.3334%, 10px);
		-webkit-mask-position: 50% 50%;
		        mask-position: 50% 50%;
		border-radius: 50%;
	}
	.header_fixed .header_nav ul li a .en {
		font-family: "Lexend Giga", sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
		color: var(--c_key1);
		font-size: 10px;
		text-transform: uppercase;
		display: block;
		margin-left: auto;
	}
	.header_fixed .header_btn {
		width: calc(100% - min(20vw, 80px));
		margin-bottom: min(18.75vw, 75px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.header_fixed .header_btn_item {
		width: 100%;
		height: 50px;
	}
	.header_fixed .header_btn_item a::before {
		width: 20px;
	}
	.header_fixed .header_btn_item a .en {
		font-family: "Lexend Giga", sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
		color: #fff;
		font-size: 10px;
		text-transform: uppercase;
		display: block;
		margin-left: auto;
	}
	.header_fixed .header_btn_item._access {
		display: block;
	}
	.header_fixed .header_btn_item._access a {
		font-size: 14px;
		padding: 0 30px 0 15px;
	}
	.header_fixed .header_btn_item._access a::before {
		width: 20px;
		margin-right: 15px;
	}
	.header_fixed .header_btn_item._reserve {
		margin-bottom: 10px;
	}
	.header_fixed .header_btn_item._reserve a {
		font-size: 14px;
		padding: 0 30px 0 15px;
	}
	.header_fixed .header_btn_item._reserve a::before {
		width: 20px;
		margin-right: 15px;
	}
	.header_fixed .header_btn_item._out {
		width: min(27.5vw, 110px);
		height: 46px;
		display: block;
		position: absolute;
		top: calc(min(6.25vw, 25px) + 2px);
		right: calc(min(5vw, 20px) + 60px);
	}
	.header_fixed .header_btn_item._out a {
		font-size: clamp(10.5px, 3.25vw, 13px);
		padding: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.header_fixed .header_btn_item._out a::before {
		width: min(5vw, 20px);
		margin-bottom: 0;
		margin-right: min(2.5vw, 10px);
	}
	.header_fixed .header_btn_item._out a .jp {
		padding-bottom: 0;
	}
	.header .btn_nav {
		cursor: pointer;
		width: 50px;
		height: 50px;
		display: block;
		position: fixed;
		top: min(6.25vw, 25px);
		right: min(5vw, 20px);
		background-color: var(--c_key1);
		border-radius: 20px;
		z-index: 999;
		-webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
		transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.header .btn_nav .menu {
		width: 100%;
		height: calc(100% - 6px);
		margin-top: 3px;
		background-color: #fbfaf9;
		border-radius: 22.5px;
	}
	.header .btn_nav span, .header .btn_nav::before, .header .btn_nav::after {
		width: 20px;
		height: 2.5px;
		display: block;
		position: absolute;
		left: calc(50% - 10px);
		background: var(--c_key2);
		-webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
		transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
	}
	.header .btn_nav span {
		top: 50%;
	}
	.header .btn_nav::before, .header .btn_nav::after {
		content: "";
		-webkit-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
	}
	.header .btn_nav::before {
		-webkit-animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_top_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	.header .btn_nav::after {
		-webkit-animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_bottom_off cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	body.nav_active .header::before {
		height: 100vh;
	}
	body.nav_active .header_inner {
		opacity: 1;
		visibility: visible;
		pointer-events: unset;
	}
	body.nav_active .header .btn_nav span {
		opacity: 0;
	}
	body.nav_active .header .btn_nav::before {
		-webkit-animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_top_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
	body.nav_active .header .btn_nav::after {
		-webkit-animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
		        animation: btn_nav_bottom_on cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
	}
}
@-webkit-keyframes btn_nav_top_off {
	0% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
	50% {
		top: 50%;
		scale: 1 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: calc(50% - 5px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@keyframes btn_nav_top_off {
	0% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
	50% {
		top: 50%;
		scale: 1 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: calc(50% - 5px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@-webkit-keyframes btn_nav_top_on {
	0% {
		top: calc(50% - 5px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
}
@keyframes btn_nav_top_on {
	0% {
		top: calc(50% - 5px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(30deg);
		        transform: rotate(30deg);
	}
}
@-webkit-keyframes btn_nav_bottom_off {
	0% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
	50% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: calc(50% + 5px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@keyframes btn_nav_bottom_off {
	0% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
	50% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: calc(50% + 5px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@-webkit-keyframes btn_nav_bottom_on {
	0% {
		top: calc(50% + 5px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
}
@keyframes btn_nav_bottom_on {
	0% {
		top: calc(50% + 5px);
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	50% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		top: 50%;
		scale: 1.2 1;
		-webkit-transform: rotate(-30deg);
		        transform: rotate(-30deg);
	}
}
/* ========================================

footer

======================================== */
.footer {
	background-color: #fff;
}
.footer::after {
	width: 100%;
	height: 558px;
	content: "";
	display: block;
	pointer-events: none;
	background-image: url(../img/common/foot_bg_map.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: auto 100%;
	z-index: 10;
}
.footer_inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer_info {
	margin-right: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.footer_info .logo {
	width: 118px;
	width: clamp(90px, 9.077vw, 118px);
	margin-right: clamp(30px, 3.8462vw, 50px);
}
.footer_info_text {
	padding-bottom: 7px;
}
.footer_info_text_address {
	font-family: "Lexend Giga", "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 400;
	font-size: clamp(12.5px, 1.077vw, 14px);
	font-size: 14px;
	line-height: 1.5715;
	margin-bottom: 0.7143em;
}
.footer_info_text_tel {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: clamp(13px, 1.154vw, 15px);
	margin-bottom: 1.9334em;
}
.footer_info_text_tel em {
	font-size: clamp(19px, 1.692vw, 22px);
	font-weight: 300;
	letter-spacing: -0.03em;
	margin-left: 0.3em;
}
.footer_info_text_instagram {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 15px;
}
.footer_info_text_instagram a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer_info_text_instagram a::before {
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	margin-right: 15px;
	background-color: var(--c_text);
	-webkit-mask-image: url(../img/common/footer_info_insta_icon.png);
	        mask-image: url(../img/common/footer_info_insta_icon.png);
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: auto 100%;
	        mask-size: auto 100%;
	-webkit-transition: inherit;
	transition: inherit;
}
.footer_info_text_instagram a span {
	border-bottom: 1px solid var(--c_text);
	-webkit-transition: inherit;
	transition: inherit;
}
@media screen and (min-width: 801px) {
	.footer_info_text_instagram a:hover:before {
		background-color: #d95a2e;
	}
	.footer_info_text_instagram a:hover span {
		color: #d95a2e;
		border-color: #d95a2e;
	}
}
.footer_nav {
	margin-bottom: 30px;
	padding-top: 18px;
}
.footer_nav_main {
	font-size: clamp(15px, 1.231vw, 16px);
	margin-bottom: 0.75em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.footer_nav_main li {
	margin-bottom: 0.75em;
}
@media screen and (min-width: 1201px) {
	.footer_nav_main li:not(:first-of-type) {
		margin-left: 1.85em;
	}
	.footer_nav_main li a:hover {
		color: var(--c_key1);
		text-shadow: 0.2px 0.2px 0 var(--c_key1), -0.2px -0.2px 0 var(--c_key1), -0.2px -0.2px 0 var(--c_key1), 0.2px 0.2px 0 var(--c_key1);
	}
}
.footer_nav_sub {
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.footer_nav_sub li {
	margin-bottom: 1em;
}
@media screen and (min-width: 1201px) {
	.footer_nav_sub li:not(:last-of-type)::after {
		content: "/";
		margin: 0 1em;
	}
}
@media screen and (min-width: 801px) {
	.footer_nav_sub li a:hover {
		opacity: 0.6;
	}
}
.footer_sub {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.footer_sub .copyright {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 32px;
	padding-left: 12px;
}
.footer_sub .pagetop {
	width: 174px;
	margin-right: -20px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.footer_sub .pagetop a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer_sub .pagetop a::after {
	width: 100%;
	aspect-ratio: 174/100;
	content: "";
	display: block;
	position: relative;
	background-image: url(../img/common/foot_pagetop_illust_human.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-animation: floatUp_7 0.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_7 0.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	z-index: 2;
}
.footer_sub .pagetop a::before {
	width: 67px;
	height: 59px;
	content: "";
	display: block;
	position: absolute;
	right: 36px;
	top: 6px;
	background-image: url(../img/common/foot_pagetop_illust_star.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-animation: floatUp_7 0.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	        animation: floatUp_7 0.8s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.footer_sub .pagetop a span {
	width: 110px;
	position: relative;
	display: block;
	margin-bottom: 9px;
	z-index: 3;
}
@media screen and (min-width: 801px) {
	.footer_sub .pagetop a:hover:before {
		opacity: 1;
	}
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
	.footer_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.footer_nav_main {
		font-size: clamp(13.5px, 1.25vw, 15px);
		margin-right: 8.6419%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer_nav_sub {
		font-size: clamp(11.5px, 1.0834vw, 13px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
}
@media screen and (max-width: 800px) {
	.footer {
		position: relative;
		padding-top: 50px;
		background-color: #fcf9ef;
	}
	.footer::after {
		height: 382px;
		background-image: url(../img/common/foot_bg_map_sp.png);
		background-size: auto 100%;
	}
	.footer::before {
		width: 100%;
		height: 80px;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #fcf9ef;
		clip-path: ellipse(130% 511px at 50% 511px);
		translate: 0 -40px;
		z-index: 2;
	}
	.footer_inner {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer_info {
		width: 90%;
		margin: 0 auto 40px;
		padding: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.footer_info .logo {
		width: clamp(60px, 18.5vw, 74px);
		margin-right: clamp(16px, 5vw, 20px);
	}
	.footer_info_text {
		margin-top: -6px;
	}
	.footer_info_text_address {
		font-size: clamp(11.2px, 3.5vw, 14px);
		margin-bottom: 0.5715em;
	}
	.footer_info_text_tel {
		font-size: clamp(10.5px, 3.25vw, 13px);
		margin-bottom: 0.7693em;
	}
	.footer_info_text_tel em {
		font-size: clamp(16px, 5vw, 20px);
	}
	.footer_info_text_instagram {
		font-size: clamp(11.2px, 3.5vw, 14px);
	}
	.footer_info_text_instagram a::before {
		width: 24px;
		height: 24px;
		margin-right: 12px;
	}
	.footer_nav {
		width: 80%;
		margin: 0 auto 4px;
		padding: 0;
	}
	.footer_nav_main {
		font-size: clamp(12px, 3.75vw, 15px);
		margin-bottom: 38px;
		padding-bottom: 25px;
		border-bottom: 1px solid rgba(48, 48, 48, 0.3);
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer_nav_main li {
		margin: 0 13px 15px;
	}
	.footer_nav_sub {
		font-size: clamp(10.5px, 3.25vw, 13px);
		max-width: 360px;
		margin: 0 auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.footer_nav_sub li:nth-child(odd)::after {
		content: "/";
		margin: 0 1em;
	}
	.footer_sub {
		display: block;
		margin-top: 0;
		margin-bottom: 58px;
	}
	.footer_sub .copyright {
		font-size: 11px;
		text-align: center;
	}
	.footer_sub .pagetop {
		width: 150px;
		margin-right: 0;
		position: absolute;
		top: -135px;
		right: 50%;
		translate: 50% 0%;
		z-index: 200;
	}
}
/* ========================================

cmn_attention

======================================== */
.cmn_attention {
	position: relative;
	padding: 100px 0 80px;
	background-color: var(--c_base);
	z-index: 2;
}
.cmn_attention::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 50px 50px 0 0;
}
.cmn_attention_inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 59px 0 65px;
	background-color: var(--c_base);
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.cmn_attention_inner::after {
	width: 118px;
	aspect-ratio: 118/120;
	content: "";
	display: block;
	position: absolute;
	bottom: -29px;
	left: -20px;
	background-image: url(../img/common/cmn_attention_illust02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.cmn_attention_hl {
	width: clamp(100px, 12.5%, 150px);
	margin-left: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (min-width: 801px) {
	.cmn_attention_hl {
		-webkit-writing-mode: vertical-rl;
		    -ms-writing-mode: tb-rl;
		        writing-mode: vertical-rl;
	}
}
.cmn_attention_hl .jp {
	font-size: 30px;
	font-weight: 500;
	margin-right: 18px;
}
.cmn_attention_hl .en {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	color: var(--c_key1);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-top: 4px;
}
.cmn_attention_cont {
	width: calc(90% - clamp(100px, 12.5%, 150px));
	max-width: 920px;
	margin-right: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.cmn_attention_cont > div {
	margin-bottom: 23px;
}
.cmn_attention_cont > div._facilities {
	width: min(40.5%, 370px);
	margin-right: 30px;
}
.cmn_attention_cont > div._note {
	width: calc(100% - min(40.5%, 370px) - 30px);
}
.cmn_attention_cont > div._cancel {
	width: 100%;
	margin-bottom: 0;
}
.cmn_attention_cont dt {
	margin-bottom: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.cmn_attention_cont dt::before {
	font-size: min(1.8vw, 18px);
	content: "/";
	margin: 0 0.8em;
}
.cmn_attention_cont dt em {
	font-size: 18px;
	font-weight: 500;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}
.cmn_attention_cont dt .en {
	font-family: "Lexend Giga", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 12px;
	font-size: min(1.3334vw, 12px);
	margin-top: 2px;
}
.cmn_attention_cont dd {
	font-size: 14px;
	line-height: 1.7143;
}

@media screen and (max-width: 800px) {
	.cmn_attention {
		padding: min(12.5vw, 50px) 0 200px;
		background-color: #fff;
	}
	.cmn_attention::before {
		display: none;
	}
	.cmn_attention_inner {
		width: 92.5%;
		display: block;
		padding: 49px 0 20px;
		border-radius: 15px;
	}
	.cmn_attention_inner::after {
		width: clamp(75px, 23.5vw, 94px);
		scale: -1 1;
		top: 21px;
		right: 20px;
		bottom: auto;
		left: auto;
	}
	.cmn_attention_hl {
		width: 86.4865%;
		margin: 0 auto;
		margin-bottom: min(12.5vw, 50px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cmn_attention_hl .jp {
		font-size: clamp(17px, 5.5vw, 22px);
		margin: 0 0 9px;
	}
	.cmn_attention_hl .en {
		font-size: clamp(10px, 3vw, 12px);
	}
	.cmn_attention_cont {
		width: 86.4865%;
		margin: 0 auto;
	}
	.cmn_attention_cont > div {
		width: 100%;
		padding-bottom: 20px;
	}
	.cmn_attention_cont > div:not(:last-of-type) {
		border-bottom: 1px solid rgba(48, 48, 48, 0.3);
	}
	.cmn_attention_cont > div._facilities {
		width: 100%;
		margin-right: 0;
	}
	.cmn_attention_cont > div._note {
		width: 100%;
	}
	.cmn_attention_cont dt {
		margin-bottom: 10px;
	}
	.cmn_attention_cont dt::before {
		font-size: clamp(10px, 3vw, 12px);
		margin: 0 0.7em;
	}
	.cmn_attention_cont dt em {
		font-size: clamp(12px, 3.75vw, 15px);
	}
	.cmn_attention_cont dt .en {
		font-size: clamp(10px, 3vw, 12px);
	}
	.cmn_attention_cont dd {
		font-size: 13px;
		line-height: 1.5385;
	}
}
/* ========================================

common / header

======================================== */
.cmn_attention {
	display: none;
}

body {
	padding-top: 10px;
	background-color: var(--c_base3);
}
body::before, body::after {
	display: none;
}

.header_normal {
	padding-top: 66px;
}
.header_normal .logo {
	top: 60px;
}
.header_normal .header_nav {
	max-width: 610px;
	padding: 0;
	background-color: unset;
}
.header_normal .header_nav::before, .header_normal .header_nav::after {
	display: none;
}
.header_normal .header_nav ul {
	background-color: unset;
}
.header_normal .header_nav a {
	color: var(--c_base3);
}
.header_normal .header_btn {
	width: clamp(125px, 13.077%, 170px);
	top: 60px;
}
.header_normal .header_btn_item a {
	border: none;
}
@media screen and (min-width: 901px) {
	.header_normal .header_btn_item a {
		border-radius: min(3.2143vw, 45px);
	}
}
.header_normal .header_btn_item._access a {
	color: var(--c_key2);
	font-size: clamp(13px, 1.1539vw, 15px);
	background-color: var(--c_base3);
}
.header_normal .header_btn_item._access a::before {
	background-color: var(--c_key2);
}
.header_normal .header_btn_item._reserve {
	margin-top: -17.647%;
}
.header_normal .header_btn_item._reserve a {
	font-size: clamp(12.5px, 1.077vw, 14px);
}

@media screen and (max-width: 900px) {
	body {
		padding-top: min(1.25vw, 10px);
	}
	.header_normal .header_btn {
		top: 66px;
		width: min(12%, 90px);
	}
	.header_normal .header_btn_item._reserve {
		margin-top: 0;
	}
}
/* ========================================

footer

======================================== */
.footer {
	position: relative;
	margin-top: -50px;
	padding-top: 100px;
	background-color: var(--c_base3);
	border-radius: 50px 50px 0 0;
	z-index: 2;
}

@media screen and (max-width: 800px) {
	.footer {
		padding-top: 50px;
		background-color: #fefdf9;
	}
	.footer::before {
		background-color: #fefdf9;
	}
}
/* ========================================

intro

======================================== */
.intro {
	width: calc(100% - 20px);
	margin: 0 auto;
	padding-top: 211px;
	background-color: var(--c_key2);
	border-radius: 50px 50px 0 0;
}
.intro_img {
	position: relative;
	z-index: 2;
}
.intro_img_main {
	width: min(49.2308%, 640px);
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.intro_img_main::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid var(--c_base3);
}
.intro_img h1 {
	width: min(30.1539vw, 392px);
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: min(6.1539vw, 80px);
	margin-left: min(16.1539vw, 210px);
	z-index: 2;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.intro_img .hl_en {
	width: min(30.2308vw, 393px);
	position: absolute;
	top: 0;
	right: 50%;
	margin-top: min(8.3077vw, 108px);
	margin-right: min(17.4616vw, 227px);
	z-index: 2;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.intro_img .today {
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	color: var(--c_base3);
	font-size: min(4.9231vw, 64px);
	text-align: center;
	width: 100%;
	position: absolute;
	top: -0.63em;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.intro_img .today .date {
	position: relative;
	margin-right: 16px;
	z-index: 3;
}
.intro_img .today .date span:nth-child(1) {
	letter-spacing: 0.02em;
	margin-right: 0.3em;
}
.intro_img .today .week {
	font-size: min(1.5385vw, 20px);
	text-transform: uppercase;
	position: relative;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	padding-top: 8px;
	z-index: 2;
}
.intro_img .today .week::before {
	width: min(575%, 115px);
	aspect-ratio: 230/222;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -36.5079%;
	margin-right: -68.2539%;
	background-image: url(../img/tourism/intro_today_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	z-index: -1;
}
.intro_img .movie {
	width: min(14.6154vw, 190px);
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: max(-9.6923vw, -126px);
	margin-right: min(30.7693vw, 400px);
	z-index: 2;
}
.intro_img .movie a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	border-radius: 50%;
}
.intro_img .movie a::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/tourism/intro_movie_txt.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	-webkit-animation: rotate 60s infinite linear;
	        animation: rotate 60s infinite linear;
	pointer-events: none;
	z-index: 1;
}
@media screen and (min-width: 801px) {
	.intro_img .movie a:hover {
		scale: 0.9;
	}
}
.intro_img .img_loop {
	width: 100vw;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: min(10.6154vw, 138px);
	z-index: 0;
}
.intro_img .img_loop span {
	width: calc(clamp(2702px, 337.8572vw, 4730px) * 2);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: slide_loop_x linear 180s infinite;
	        animation: slide_loop_x linear 180s infinite;
}
.intro_img .img_loop span img {
	width: clamp(2702px, 337.8572vw, 4730px);
}
.intro_message {
	color: var(--c_key2);
	position: relative;
	margin: 0 10px;
	margin-top: -240px;
	padding: calc(240px + min(16.9231vw, 220px)) 0 min(20vw, 260px);
	background-color: var(--c_base3);
	border-radius: 5000px 5000px 0 0;
	z-index: 1;
}
.intro_message_inner {
	max-width: 1360px;
	position: relative;
	margin: 0 auto;
}
.intro_message_cont {
	position: relative;
	margin-top: max(-12.4615vw, -162px);
	z-index: 2;
}
.intro_message_cont h2 {
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-size: min(3.5385vw, 46px);
	line-height: 1.174;
	text-align: center;
	margin-bottom: 0.95653em;
}
.intro_message_cont .txt {
	font-size: clamp(14px, 1.2308vw, 16px);
	line-height: 1.875;
	font-weight: 500;
	text-align: justify;
	width: min(74%, 900px);
	margin: 0 auto;
}
.intro_message .img {
	position: relative;
	z-index: 1;
}
.intro_message .img::before {
	z-index: 2;
}
.intro_message .img._01 {
	width: min(32.3077vw, 420px);
}
.intro_message .img._01::before {
	width: 37.1429%;
	aspect-ratio: 312/72;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 18.8096%;
	margin-top: -4.5238%;
	background-image: url(../img/tourism/intro_img01_parts01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.intro_message .img._02 {
	width: min(23.077vw, 300px);
	margin-left: auto;
	margin-top: max(-13.6923vw, -178px);
}
.intro_message .img._02::before {
	width: 52%;
	aspect-ratio: 312/72;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -7%;
	margin-top: -7%;
	background-image: url(../img/tourism/intro_img02_parts01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.intro_message .img._03 {
	width: min(41.5385vw, 540px);
	margin-top: max(-21.5384vw, -280px);
	margin-bottom: min(9.2308vw, 120px);
	margin-left: min(24.6154vw, 320px);
}
.intro_message .img._04 {
	width: min(26.1539vw, 340px);
	margin-bottom: min(6.3077vw, 82px);
}
.intro_message .img._05 {
	width: min(26.1539vw, 340px);
	margin-top: max(-6.6153vw, -86px);
	margin-bottom: min(6.3077vw, 82px);
	margin-left: auto;
}
.intro_message .img._06 {
	width: min(44.6154vw, 580px);
}
.intro_message .img._06::before {
	width: 30.3449%;
	aspect-ratio: 352/72;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 6.7242%;
	margin-top: -3.4482%;
	background-image: url(../img/tourism/intro_img06_parts01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.intro_message .img._07 {
	width: min(35.3847vw, 460px);
	margin-top: max(-13.2307vw, -172px);
	margin-left: auto;
}
.intro_message .img._07::before {
	width: 36.087%;
	aspect-ratio: 332/72;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -4.3478%;
	margin-top: -4.3478%;
	background-image: url(../img/tourism/intro_img07_parts01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.intro_message .img._08 {
	width: min(27.6924vw, 360px);
	margin-top: max(-8.3076vw, -108px);
	margin-left: min(30vw, 390px);
}

@media screen and (max-width: 800px) {
	.intro {
		width: 100%;
		padding-top: 190px;
		background-color: unset;
		border-radius: 0;
	}
	.intro::before {
		width: calc(100% - min(2.5vw, 20px));
		height: 150%;
		content: "";
		display: block;
		position: absolute;
		top: min(1.25vw, 10px);
		left: min(1.25vw, 10px);
		background-color: var(--c_key2);
		border-radius: min(3.125vw, 25px) min(3.125vw, 25px) 0 0;
	}
	.intro_img {
		margin-bottom: 76px;
	}
	.intro_img_main {
		width: min(67.5vw, 540px);
	}
	.intro_img h1 {
		width: 37.5vw;
		margin-top: 6.5vw;
		margin-left: 8.75vw;
	}
	.intro_img .hl_en {
		width: 50.75vw;
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 20vw;
	}
	.intro_img .today {
		font-size: min(9.25vw, 74px);
		top: -1.78em;
		padding-left: 15px;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.intro_img .today .date {
		line-height: 0.95;
		margin-right: 7px;
		padding-bottom: 0.15em;
	}
	.intro_img .today .date span {
		display: block;
	}
	.intro_img .today .date span:nth-child(1) {
		margin-right: 0;
		margin-left: 8px;
	}
	.intro_img .today .date span:nth-child(2) {
		font-size: min(9.75vw, 78px);
		margin-left: -7px;
	}
	.intro_img .today .week {
		font-size: min(3.75vw, 30px);
		padding-top: 0;
	}
	.intro_img .today .week::before {
		width: min(17.625vw, 141px);
		margin-top: -73.1707%;
		margin-right: -82.9268%;
	}
	.intro_img .movie {
		width: min(22.5vw, 180px);
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-bottom: -7.5vw;
		margin-right: 22.5vw;
	}
	.intro_img .img_loop {
		top: auto;
		left: max(-1.25vw, -10px);
		bottom: -204px;
		margin-top: 0;
	}
	.intro_message {
		margin: 0;
		padding-top: 65.25vw;
		padding-bottom: 32vw;
	}
	.intro_message_cont {
		margin-top: 0;
		margin-bottom: 18.75vw;
	}
	.intro_message_cont h2 {
		font-size: min(7.25vw, 29px);
		line-height: 1.2759;
		margin-bottom: 1.05em;
	}
	.intro_message_cont .txt {
		font-size: min(3.75vw, 15px);
		line-height: 1.6667;
		width: 80%;
	}
	.intro_message .img._01 {
		width: 52.5vw;
	}
	.intro_message .img._01::before {
		width: 57.1429%;
		left: 0;
		margin-top: -7.1428%;
	}
	.intro_message .img._02 {
		width: 35vw;
		margin-top: -46vw;
		margin-bottom: 11.25vw;
	}
	.intro_message .img._02::before {
		width: 80.7143%;
		left: -7.1428%;
		margin-top: -11.4285%;
	}
	.intro_message .img._03 {
		width: 67.5vw;
		margin-top: 0;
		margin-bottom: 11.25vw;
		margin-left: 16.25vw;
	}
	.intro_message .img._04 {
		width: 42.5vw;
		margin-bottom: 16.5vw;
	}
	.intro_message .img._05 {
		width: 42.5vw;
		margin-top: 0;
		margin-bottom: 11.25vw;
	}
	.intro_message .img._06 {
		width: 72.5vw;
		margin-bottom: 10vw;
	}
	.intro_message .img._06::before {
		width: 46.8966%;
		margin-top: -5.5172%;
	}
	.intro_message .img._07 {
		width: 45vw;
		margin-top: 0;
		margin-bottom: 11.25vw;
	}
	.intro_message .img._07::before {
		display: none;
	}
	.intro_message .img._08 {
		width: 57.5vw;
		margin-top: 0;
		margin-left: 0;
	}
	.intro_message .img._08::before {
		width: 52.174%;
		aspect-ratio: 240/54;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: -8.6956%;
		margin-top: -6.5217%;
		background-image: url(../img/tourism/intro_img08_parts01.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
	}
}
/* ========================================

guide

======================================== */
.guide {
	position: relative;
	background-color: var(--c_key2);
	z-index: 1;
}
.guide::before {
	width: 100vw;
	height: 60px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--c_key2);
	-webkit-mask-image: url(../img/common/parts_wave.svg);
	        mask-image: url(../img/common/parts_wave.svg);
	-webkit-mask-repeat: repeat-x;
	        mask-repeat: repeat-x;
	-webkit-mask-position: calc(50% - 206px) 0;
	        mask-position: calc(50% - 206px) 0;
	-webkit-mask-size: 490px 100%;
	        mask-size: 490px 100%;
	translate: 0 -100%;
	z-index: 2;
}
.guide_intro {
	color: var(--c_base3);
	margin-bottom: 87px;
	padding-top: 126px;
}
.guide_intro h2 {
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-size: min(10vw, 110px);
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.guide_intro .desc {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7334;
	text-align: justify;
	width: min(80%, 860px);
	margin: 0 auto;
}
.guide_inner {
	width: calc(100% - 20px);
	margin: 0 auto;
}
.guide_nav ul {
	height: 110px;
	overflow: hidden;
	padding: 40px 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.guide_nav ul li {
	width: 240px;
	height: 120px;
	background-color: var(--c_base3);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.guide_nav ul li:nth-child(1) {
	margin: 0 3px 0 -2px;
	rotate: -5deg;
}
.guide_nav ul li:nth-child(2) {
	margin: 10px 9px 0 0;
	rotate: 5deg;
}
.guide_nav ul li:nth-child(3) {
	rotate: -5deg;
}
.guide_nav ul li:nth-child(4) {
	margin-top: 10px;
}
.guide_nav ul li:nth-child(5) {
	rotate: 5deg;
}
.guide_nav ul li p {
	margin: 22px min(11.6667%, 28px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.guide_nav ul li .en {
	font-family: "Dela Gothic One", sans-serif;
	font-weight: 400;
	font-size: min(1.8182vw, 20px);
}
.guide_nav ul li .jp {
	font-size: min(1.3637vw, 15px);
	font-weight: 500;
}
.guide_nav ul li:not(.current) {
	color: var(--c_key2);
	cursor: pointer;
	background-color: #fff;
}
@media screen and (min-width: 801px) {
	.guide_nav ul li:not(.current):hover {
		translate: 0 -10px;
	}
}
.guide_nav ul li:not(.current) p .en {
	font-size: min(1.6364vw, 18px);
}
.guide_nav ul li:not(.current) p .jp {
	font-size: clamp(10.5px, 1.1819vw, 13px);
}
@media screen and (min-width: 801px) {
	.guide_nav ul li.current {
		translate: 0 -30px;
	}
}
.guide_list {
	padding: min(6.6667vw, 80px) 0 min(8.3334vw, 100px);
	background-color: var(--c_base3);
	border-radius: 0 0 50px 50px;
}
.guide_list_item {
	width: min(95%, 1300px);
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.guide_list_item.fade-in {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.guide_list_item.fade-in.show {
	opacity: 1;
}
@media screen and (min-width: 801px) {
	.guide_list_item.odd .guide_list_item_inner {
		border-left-color: var(--c_base3);
	}
	.guide_list_item.odd .guide_list_item_cont {
		margin-right: 6.1288%;
	}
}
.guide_list_item.odd .guide_list_item_img .parts {
	right: 0;
}
@media screen and (min-width: 801px) {
	.guide_list_item.even {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.guide_list_item.even .guide_list_item_inner {
		border-right-color: var(--c_base3);
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.guide_list_item.even .guide_list_item_cont {
		margin-left: 6.1288%;
	}
}
.guide_list_item.even .guide_list_item_img .parts {
	left: 0;
}
.guide_list_item_person {
	width: clamp(180px, 15.3847vw, 200px);
	position: relative;
	padding: min(3.25vw, 39px) 0 min(2.0834vw, 25px);
	background-color: #fff;
	border: 1px solid #131313;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.guide_list_item_person::before, .guide_list_item_person::after {
	width: 8px;
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	background-color: var(--c_key2);
	border: 1px solid #131313;
	border-radius: 3px;
}
.guide_list_item_person::before {
	left: 9px;
}
.guide_list_item_person::after {
	right: 9px;
}
.guide_list_item_person .profile {
	width: 80%;
	margin-bottom: min(3.3334vw, 40px);
	padding-bottom: min(2.9167vw, 35px);
	border-bottom: 1px dashed #000;
}
.guide_list_item_person .profile h4 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 14px;
}
.guide_list_item_person .profile .icon {
	width: 90px;
	overflow: hidden;
	margin: 0 auto 13px;
	border: 1px solid #131313;
	border-radius: 50%;
}
.guide_list_item_person .profile .name {
	font-size: 12px;
	text-align: center;
}
.guide_list_item_person .profile .name em {
	font-size: 15px;
	font-weight: 500;
	display: block;
	margin-bottom: 7px;
}
.guide_list_item_person .star {
	width: 100%;
}
.guide_list_item_person .star h5 {
	font-size: 13px;
	text-align: center;
	margin-bottom: min(3.4167vw, 41px);
}
.guide_list_item_person .star h5 em {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-top: 5px;
}
.guide_list_item_person .star dl {
	width: min(100%, 158px);
	margin: 0 auto;
}
.guide_list_item_person .star dl dt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2308;
	margin-bottom: 8px;
	padding-left: 17px;
	background-image: url(../img/tourism/guide_ico_check.png);
	background-repeat: no-repeat;
	background-size: 11px;
	background-position: 0 3px;
}
.guide_list_item_person .star dl dd {
	color: #ebd245;
	font-size: 14px;
	margin-bottom: 23px;
	margin-bottom: min(1.9167vw, 23px);
	padding-left: 17px;
}
.guide_list_item_inner {
	width: calc(100% - clamp(180px, 15.3847vw, 200px));
	margin: 35px 0;
	padding: min(6.9231vw, 90px) 4.6154%;
	background-color: #fafafa;
	border: 1px solid #131313;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.guide_list_item_cont {
	width: min(55.38%, 520px);
}
.guide_list_item_cont_top {
	position: relative;
	margin-bottom: min(5.3334vw, 64px);
	padding-left: calc(32px + 5.7693%);
}
.guide_list_item_cont_top .cat {
	color: #fff;
	font-size: min(1.4286vw, 15px);
	font-weight: 500;
	min-height: 90px;
	position: absolute;
	top: calc(50% + 6px);
	left: 0;
	padding: 1.5em 8.5px;
	background-color: #131313;
	border-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	translate: 0 -50%;
}
.guide_list_item_cont_top .cat span {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.guide_list_item_cont_top .cat::before {
	width: min(18.75%, 6px);
	aspect-ratio: 1/1;
	content: "";
	display: block;
	position: absolute;
	top: 0.6667em;
	left: 50%;
	background-color: #fff;
	border-radius: 50%;
	translate: -50% 0;
}
.guide_list_item_cont_top .sub {
	font-size: 16px;
	font-size: min(1.5239vw, 16px);
	margin-bottom: 8px;
}
.guide_list_item_cont_top h3 {
	font-size: min(2.7827vw, 32px);
	line-height: 1.0625;
	margin-left: -0.1em;
}
.guide_list_item_cont .txt {
	font-size: 14px;
	line-height: 1.8462;
	margin-bottom: min(3.6667vw, 44px);
}
.guide_list_item_cont ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.guide_list_item_cont ul li {
	font-size: clamp(14px, 1.3334vw, 16px);
	font-weight: 500;
	width: 49.0385%;
	height: min(5vw, 50px);
}
.guide_list_item_cont ul li a {
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 15px;
	padding-bottom: 2px;
	background-color: #fff;
	border: 1px solid #2e2717;
	border-radius: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.guide_list_item_cont ul li a ._arrow {
	width: min(3.2609vw, 30px);
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: calc((min(5vw, 50px) - min(3.2609vw, 30px)) / 2);
	border-radius: 50%;
	translate: 0 -50%;
}
.guide_list_item_cont ul li a ._arrow::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 50% 50%;
	        mask-position: 50% 50%;
}
@media screen and (min-width: 801px) {
	.guide_list_item_cont ul li._map a:hover {
		color: var(--c_key1);
	}
}
.guide_list_item_cont ul li._map ._arrow {
	background-color: var(--c_key1);
}
.guide_list_item_cont ul li._map ._arrow::before {
	-webkit-mask-image: url(../img/common/ico_pin.svg);
	        mask-image: url(../img/common/ico_pin.svg);
	-webkit-mask-size: 40%;
	        mask-size: 40%;
}
.guide_list_item_cont ul li._web {
	margin-left: -10px;
}
@media screen and (min-width: 801px) {
	.guide_list_item_cont ul li._web a:hover {
		color: var(--c_key2);
	}
}
.guide_list_item_cont ul li._web ._arrow {
	background-color: var(--c_key2);
}
.guide_list_item_cont ul li._web ._arrow::before {
	-webkit-mask-image: url(../img/common/ico_arrow.svg);
	        mask-image: url(../img/common/ico_arrow.svg);
	-webkit-mask-size: 33.3334%;
	        mask-size: 33.3334%;
}
.guide_list_item_img {
	width: min(38.339%, 360px);
	position: relative;
	border: 1px solid #131313;
}
.guide_list_item_img_slide .slick-dots {
	width: 100%;
	text-align: center;
	right: 0;
	bottom: 30px;
	z-index: 10;
}
.guide_list_item_img_slide .slick-dots li {
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 5px;
}
.guide_list_item_img_slide .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #fff;
	border: 1px solid #2e2717;
	border-radius: 50%;
	opacity: 1;
}
.guide_list_item_img_slide .slick-dots li button::before {
	display: none;
}
.guide_list_item_img_slide .slick-dots li.slick-active button {
	background-color: #c4b03e;
}
.guide_list_item_img .parts {
	position: absolute;
	bottom: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
	z-index: 2;
}
.guide_list_item._01 .parts {
	width: 35.1956%;
	margin-right: -16.7597%;
	margin-bottom: -15.3631%;
}
.guide_list_item._02 .parts {
	width: 42.4582%;
	margin-left: -16.7597%;
	margin-bottom: -15.3631%;
}
.guide_list_item._03 .parts {
	width: 21.7878%;
	margin-right: -17.877%;
	margin-bottom: -15.3631%;
}
.guide_list_item._04 .parts {
	width: 19.8325%;
	margin-left: -17.877%;
	margin-bottom: -13.9664%;
}
.guide_list_item._05 .parts {
	width: 32.123%;
	margin-right: -17.877%;
	margin-bottom: -15.3631%;
}
.guide_list_item._06 .parts {
	width: 26.8157%;
	margin-left: -16.7597%;
	margin-bottom: -13.9664%;
}
.guide_list_item._07 .parts {
	width: 34.6369%;
	margin-right: -16.7597%;
	margin-bottom: -13.9664%;
}
.guide_list_item._08 .parts {
	width: 31.0056%;
	margin-left: -16.7597%;
	margin-bottom: -15.3631%;
}
.guide_list_item._09 .parts {
	width: 22.9051%;
	margin-right: -16.2011%;
	margin-bottom: -13.9664%;
}
.guide_list_item._10 .parts {
	width: 34.0783%;
	margin-left: -16.7597%;
	margin-bottom: -18.1564%;
}
.guide_list_item._11 .parts {
	width: 32.6816%;
	margin-right: -16.7597%;
	margin-bottom: -15.0837%;
}
.guide_list_item._12 .parts {
	width: 41.8995%;
	margin-left: -16.7597%;
	margin-bottom: -18.1564%;
}
.guide_list_item._13 .parts {
	width: 27.933%;
	margin-right: -17.3184%;
	margin-bottom: -15.6424%;
}
.guide_list_item._14 .parts {
	width: 47.4861%;
	margin-left: -17.3184%;
	margin-bottom: -15.0837%;
}
.guide_list_item._15 .parts {
	width: 31.285%;
	margin-right: -17.3184%;
	margin-bottom: -15.0837%;
}
.guide_list_item._16 .parts {
	width: 40.2235%;
	margin-left: -16.7597%;
	margin-bottom: -15.3631%;
}
.guide_list_item._17 .parts {
	width: 56.704%;
	margin-right: -16.7597%;
	margin-bottom: -15.0837%;
}
.guide_list_item._18 .parts {
	width: 42.7375%;
	margin-left: -16.7597%;
	margin-bottom: -15.3631%;
}
.guide_list_item._19 .parts {
	width: 63.4079%;
	margin-right: -16.7597%;
	margin-bottom: -15.0837%;
}
.guide_list_item._20 .parts {
	width: 40.2235%;
	margin-left: -16.7597%;
	margin-bottom: -16.7597%;
}
.guide_list_item._21 .parts {
	width: 40.2235%;
	margin-right: -16.7597%;
	margin-bottom: -15.0837%;
}
.guide_list_item._22 .parts {
	width: 31.5643%;
	margin-left: -16.7597%;
	margin-bottom: -16.7597%;
}
.guide_list_item._23 .parts {
	width: 30.1676%;
	margin-right: -17.3184%;
	margin-bottom: -15.3631%;
}
.guide_list_item._24 .parts {
	width: 59.7766%;
	margin-left: -16.7597%;
	margin-bottom: -15.3631%;
}
.guide_sns {
	position: relative;
	padding: 150px 0 335px;
}
.guide_sns::before {
	width: 100%;
	height: 93px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 50px;
	background-image: url(../img/tourism/sns_bg_txt.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: auto 100%;
	-webkit-animation: sns_loop 80s infinite linear;
	        animation: sns_loop 80s infinite linear;
}
.guide_sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.guide_sns ul li {
	width: 140px;
	aspect-ratio: 1/1;
	margin: 0 10px;
}
.guide_sns ul li a {
	width: 100%;
	height: 100%;
	background-color: var(--c_base3);
	border-radius: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.guide_sns ul li a img {
	width: 35px;
}
@media screen and (min-width: 801px) {
	.guide_sns ul li a:hover {
		scale: 0.9;
	}
}

@-webkit-keyframes sns_loop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1326px 0;
	}
}

@keyframes sns_loop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1326px 0;
	}
}
@media screen and (max-width: 800px) {
	.guide::before {
		height: 29px;
		top: 1px;
		-webkit-mask-position: calc(50% - 242px) 0;
		        mask-position: calc(50% - 242px) 0;
		-webkit-mask-size: 246px 100%;
		        mask-size: 246px 100%;
	}
	.guide_intro {
		margin-bottom: 51px;
		padding-top: 92px;
	}
	.guide_intro h2 {
		font-size: 55px;
		line-height: 0.9091;
		margin-bottom: 32px;
	}
	.guide_intro .desc {
		font-size: 15px;
		line-height: 1.6667;
	}
	.guide_inner {
		width: 100%;
		overflow: hidden;
	}
	.guide_nav {
		position: relative;
	}
	.guide_nav::before {
		width: 100%;
		height: 100px;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: var(--c_base3);
		z-index: 1;
	}
	.guide_nav ul {
		height: unset;
		overflow: visible;
		position: relative;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 10px 0 0;
		z-index: 2;
	}
	.guide_nav ul li {
		width: 35vw;
		height: 60px;
		border: 1px solid var(--c_key2);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.guide_nav ul li:nth-child(1) {
		margin: 0 0 0 -3px;
	}
	.guide_nav ul li:nth-child(2) {
		margin-top: 24px;
		margin-left: -10px;
	}
	.guide_nav ul li:nth-child(3) {
		margin-top: 3px;
		margin-left: -16px;
	}
	.guide_nav ul li:nth-child(4) {
		width: 32.5vw;
		margin-top: 0;
		margin-left: -4px;
		margin-right: 16px;
		rotate: -5deg;
	}
	.guide_nav ul li:nth-child(5) {
		width: 32.5vw;
		margin-top: 5px;
	}
	.guide_nav ul li p {
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.guide_nav ul li p .en {
		font-size: 17px;
		margin-bottom: 2px;
	}
	.guide_nav ul li p .jp {
		font-size: 12px;
	}
	.guide_nav ul li:not(.current) p .en {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.guide_nav ul li:not(.current) p .jp {
		font-size: 10px;
	}
	.guide_list {
		padding: 64px 0 75px;
	}
	.guide_list_item {
		width: 100%;
		position: relative;
		margin-bottom: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.guide_list_item::before {
		width: 90%;
		height: 5px;
		content: "";
		display: block;
		margin: 0 auto;
		background-color: #fafafa;
		border: 1px solid #131313;
		border-top: none;
	}
	.guide_list_item_person {
		width: 100%;
		padding: 37px 0 31px 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	.guide_list_item_person::before, .guide_list_item_person::after {
		width: 7px;
		top: 14px;
	}
	.guide_list_item_person::before {
		left: 14px;
	}
	.guide_list_item_person::after {
		right: 14px;
	}
	.guide_list_item_person .profile {
		width: 41.75%;
		margin-bottom: 0;
		padding: 17px 0 16px;
		border-right: 1px dotted #000;
		border-bottom: none;
	}
	.guide_list_item_person .profile h4 {
		font-size: 15px;
		margin-bottom: 22px;
	}
	.guide_list_item_person .profile .icon {
		width: 80px;
		margin-bottom: 18px;
	}
	.guide_list_item_person .profile .name em {
		font-size: 14px;
	}
	.guide_list_item_person .star {
		width: 51%;
		margin-right: 2%;
		margin-right: min(3%, 12px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.guide_list_item_person .star h5 {
		font-size: 15px;
		margin-bottom: 27px;
	}
	.guide_list_item_person .star h5 em {
		font-size: 16px;
	}
	.guide_list_item_person .star dl {
		width: auto;
		display: inline-block;
		margin: 0 min(7%, 14px);
	}
	.guide_list_item_person .star dl dt {
		margin-bottom: 1px;
		background-position: 0 3px;
	}
	.guide_list_item_person .star dl dd {
		margin-bottom: 18px;
		padding-left: 18px;
	}
	.guide_list_item_person .star dl dd:last-of-type {
		margin-bottom: 0;
	}
	.guide_list_item_inner {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 40px;
		border-bottom: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.guide_list_item_cont {
		width: 83.7989%;
	}
	.guide_list_item_cont_top {
		text-align: center;
		margin-bottom: 36px;
		padding: 0 20px;
	}
	.guide_list_item_cont_top .cat {
		font-size: 12px;
		width: 25px;
		min-height: 75px;
		top: 50%;
		padding: 20px 8.5px;
	}
	.guide_list_item_cont_top .sub {
		font-size: 14px;
		padding: 0 20px;
	}
	.guide_list_item_cont_top h3 {
		font-size: 23px;
	}
	.guide_list_item_cont .txt {
		font-size: 14px;
		line-height: 1.6429;
		margin-bottom: 37px;
	}
	.guide_list_item_cont ul {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.guide_list_item_cont ul li {
		font-size: 13px;
		width: 53.3334%;
		height: 35px;
	}
	.guide_list_item_cont ul li a ._arrow {
		width: 20px;
		left: 7.5px;
	}
	.guide_list_item_cont ul li._web {
		margin-left: -20px;
	}
	.guide_list_item_img {
		width: 83.7989%;
		margin-bottom: 49px;
		border-top: none;
	}
	.guide_list_item_img_slide .slick-dots {
		bottom: 20px;
	}
	.guide_list_item_img_slide .slick-dots li {
		width: 8px;
		height: 8px;
	}
	.guide_list_item._01 .parts {
		width: 30.6667%;
		margin-right: -6.3333%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._02 .parts {
		width: 35.6667%;
		margin-left: -7.3333%;
		margin-bottom: -6.6666%;
	}
	.guide_list_item._03 .parts {
		width: 19.6667%;
		margin-right: -6.3333%;
		margin-bottom: -6.6666%;
	}
	.guide_list_item._04 .parts {
		width: 17.3334%;
		margin-left: -6%;
		margin-bottom: -7%;
	}
	.guide_list_item._05 .parts {
		width: 29.3334%;
		margin-right: -6.6666%;
		margin-bottom: -7%;
	}
	.guide_list_item._06 .parts {
		width: 23.3334%;
		margin-left: -6.3333%;
		margin-bottom: -6.6666%;
	}
	.guide_list_item._07 .parts {
		width: 30.3334%;
		margin-right: -7%;
		margin-bottom: -6.6666%;
	}
	.guide_list_item._08 .parts {
		width: 27%;
		margin-left: -6.6666%;
		margin-bottom: -7%;
	}
	.guide_list_item._09 .parts {
		width: 20%;
		margin-right: -7%;
		margin-bottom: -6.6666%;
	}
	.guide_list_item._10 .parts {
		width: 29.6667%;
		margin-left: -7.3333%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._11 .parts {
		width: 28.3334%;
		margin-right: -7.6666%;
		margin-bottom: -7%;
	}
	.guide_list_item._12 .parts {
		width: 36.6667%;
		margin-left: -6.6666%;
		margin-bottom: -7%;
	}
	.guide_list_item._13 .parts {
		width: 23.3334%;
		margin-right: -7.3333%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._14 .parts {
		width: 41.3334%;
		margin-left: -7.3333%;
		margin-bottom: -6.6666%;
	}
	.guide_list_item._15 .parts {
		width: 27.3334%;
		margin-right: -7%;
		margin-bottom: -6.6666%;
	}
	.guide_list_item._16 .parts {
		width: 35%;
		margin-left: -6.6666%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._17 .parts {
		width: 49.6667%;
		margin-right: -7.3333%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._18 .parts {
		width: 36.6667%;
		margin-left: -7%;
		margin-bottom: -7%;
	}
	.guide_list_item._19 .parts {
		width: 54.6667%;
		margin-right: -7%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._20 .parts {
		width: 34.6667%;
		margin-left: -7%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._21 .parts {
		width: 34.6667%;
		margin-right: -7%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._22 .parts {
		width: 27.3334%;
		margin-left: -7%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._23 .parts {
		width: 25.1667%;
		margin-right: -7%;
		margin-bottom: -7.3333%;
	}
	.guide_list_item._24 .parts {
		width: 50%;
		margin-right: -7.3333%;
		margin-bottom: -7.3333%;
	}
	.guide_sns {
		padding: 100px 0 335px;
	}
	.guide_sns::before {
		height: 56px;
		bottom: 245px;
		background-image: url(../img/tourism/sns_bg_txt_sp.png);
		-webkit-animation: sns_loop_sp 80s infinite linear;
		        animation: sns_loop_sp 80s infinite linear;
	}
	.guide_sns ul li {
		width: 90px;
		margin: 0 5px;
	}
	.guide_sns ul li a {
		border-radius: 42px;
	}
	.guide_sns ul li a img {
		width: 23px;
	}
}
@-webkit-keyframes sns_loop_sp {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -770px 0;
	}
}
@keyframes sns_loop_sp {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -770px 0;
	}
}
/* ========================================

common

======================================== */