@charset "UTF-8";
@media only screen and (min-width: 0) {
	/* Default: Mobile S M L: 0 ~ 575px */
}
@media only screen and (min-width: 576px) {
	/* Mobile Landscape: 576 ~ 767px */
}
@media only screen and (min-width: 768px) {
	/* Tablet: 768 ~ 991px */
}
@media only screen and (min-width: 992px) {
	/* Laptop: 992 ~ 1439px */
}
@media only screen and (min-width: 1440px) {
	/* Laptop L: 1440px ~ */
}
@media all and (min-width: 768px) {
	.contents-footer .row-3 {
		margin-left: auto;
		margin-right: auto;
		width: 720px;
	}
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0;
}

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

caption, th {
	text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

a {
	outline: none;
	color: #177e5c;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link, a:visited {
	color: #177e5c;
}
a:hover {
	color: #FAA145;
}

textarea::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
	color: #ccc;
}
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
textarea:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
	color: #ccc;
}

main {
	display: block;
}

button {
	padding: 0;
	border: none;
	background: transparent;
	transition: 0.3s;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: inherit;
	cursor: pointer;
}

* {
	box-sizing: border-box;
}

[class^=icon-], [class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-g_translate:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-star-o:before {
	content: "";
}

.icon-user:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-close:before, .icon-remove:before, .icon-times:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-repeat:before, .icon-rotate-right:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-bookmark:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-map-marker:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.icon-times-circle:before {
	content: "";
}

.icon-chevron-up:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-comments:before {
	content: "";
}

.icon-thumbs-o-up:before {
	content: "";
}

.icon-thumbs-o-down:before {
	content: "";
}

.icon-star-half:before {
	content: "";
}

.icon-bookmark-o:before {
	content: "";
}

.icon-chain:before, .icon-link:before {
	content: "";
}

.icon-angle-left:before {
	content: "";
}

.icon-angle-right:before {
	content: "";
}

.icon-angle-up:before {
	content: "";
}

.icon-angle-down:before {
	content: "";
}

.icon-star-half-empty:before, .icon-star-half-full:before, .icon-star-half-o:before {
	content: "";
}

html {
	--headerbarBlockSize: 60px;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	color: #2D383E;
	font-size: 16px;
	line-height: 1.8;
	background-color: #f8f8f8;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
}
body.lang-zh {
	font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
body.lang-cn {
	font-family: "Microsoft Yahei", "微软雅黑", sans-serif;
}
body.lang-en {
	font-family: arial, helvetica, sans-serif;
}
body.lang-ja {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

input,
textarea {
	font-size: 16px;
	line-height: 1.8;
	font-family: sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-weight: bold;
}

.indent-half {
	text-indent: -0.5em;
}

.contents-body {
	padding-bottom: 32px;
	position: relative;
}

.com-modal {
	pointer-events: none;
}
.com-modal .com-rl-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
}
.com-modal .com-rl-content {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 10000;
	margin-left: auto;
	margin-right: auto;
	transition: 0.4s;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	background: #ffffff;
	width: 80%;
	max-height: 80%;
	padding: 16px;
	border-radius: 2px;
}
.com-modal .com-rl-content .com-rl-close {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	color: #ccc;
	z-index: 2;
	line-height: 24px;
}
.com-modal .com-rl-content .com-rl-close .rl-icon {
	display: inline-block;
	transform: rotate(45deg);
	font-size: 24px;
}
.com-modal .com-rl-content .com-rl-close:hover {
	color: #3BB78F;
}
.com-modal .com-rl-content .com-rl-header {
	text-align: center;
}
.com-modal .com-rl-content .com-rl-content-body {
	overflow: auto;
}
.com-modal.st-show {
	pointer-events: auto;
}
.com-modal.st-show .com-rl-overlay,
.com-modal.st-show .com-rl-content {
	opacity: 1;
	visibility: visible;
}

.com-totop {
	position: fixed;
	right: 8px;
	bottom: 8px;
	z-index: 998;
	display: none;
}
.com-totop button {
	width: 44px;
	height: 44px;
	line-height: 44px;
	background-color: #3BB78F;
	color: #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.14);
	cursor: pointer;
	transition: 0.28s;
}
.com-totop button .rl-icon {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 28px;
	line-height: 42px;
}
@media all and (min-width: 768px) {
	.com-totop {
		right: 16px;
		bottom: 16px;
	}
}
@media all and (min-width: 992px) {
	.com-totop button:hover {
		background-color: #FAA145;
	}
}

.contents-header {
	background: rgba(255, 255, 255, 0.66);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	padding: 8px 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
.contents-header .row-logo {
	margin: 0 auto 0 8px;
	height: 36px;
}
.contents-header .row-logo img {
	height: 100%;
	width: auto;
	vertical-align: top;
}
.lang-ja .contents-header .row-logo, .lang-en .contents-header .row-logo {
	position: relative;
	top: 4px;
}
.contents-header .rl-alerm {
	height: 44px;
}
.contents-header .rl-alerm button {
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
}
.contents-header .rl-alerm button img {
	height: 24px;
	width: auto;
}
.contents-header .rl-user {
	height: 44px;
	margin-right: 4px;
}
.contents-header .rl-user .rl-bt-login {
	line-height: 44px;
	font-size: 32px;
	color: #F2755A;
}
.contents-header .rl-user .rl-bt-login:hover {
	color: #F2755A !important;
}
.contents-header .rl-user .rl-bt-login.st-not-login {
	cursor: pointer;
	color: #727272;
}
.contents-header .modal-login.com-modal .com-rl-content {
	max-height: 90%;
	max-width: 480px;
}
.contents-header .modal-login.com-modal .com-rl-content-body {
	padding: 32px;
}
.contents-header .modal-login.com-modal .com-rl-content-body .row {
	padding: 8px 0;
}
.contents-header .modal-login.com-modal .rl-page {
	display: none;
	opacity: 0;
	transition: 0.6s;
}
.contents-header .modal-login.com-modal .rl-page.st-active {
	display: block;
	opacity: 1;
}
.contents-header .modal-login.com-modal .rl-field {
	text-align: center;
	margin: 16px 0;
}
.contents-header .modal-login.com-modal .rl-field label {
	display: block;
}
.contents-header .modal-login.com-modal .rl-field input {
	width: 100%;
	text-align: left;
}
.contents-header .modal-login.com-modal .rl-field button {
	margin-top: 32px;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	display: inline-block;
	padding: 0 32px;
	background: #3BB78F;
	color: #fff;
	border: none;
	cursor: pointer;
}
.contents-header .rl-menu {
	height: 44px;
}
.contents-header .rl-menu button {
	height: 100%;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
}
.contents-header .rl-menu button img {
	height: 24px;
	width: auto;
}
.contents-header .modal-menu.com-modal .com-rl-content {
	max-height: 100%;
	height: 100%;
	width: 100%;
	background: rgba(12, 31, 19, 0.29);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
	padding-left: 0;
	padding-right: 0;
}
.contents-header .modal-menu.com-modal .com-rl-content .com-rl-close {
	top: 18px;
	right: 13px;
}
.contents-header .modal-menu.com-modal .com-rl-content .rl-panels {
	display: flex;
	flex-wrap: wrap;
	margin-top: 64px;
}
.contents-header .modal-menu.com-modal .com-rl-content .rl-panels li {
	padding: 0 4px;
	width: 50%;
	margin-bottom: 16px;
	font-size: 0px;
}
.contents-header .modal-menu.com-modal .com-rl-content .rl-panels li img {
	width: 100%;
	height: auto;
}
.contents-header .modal-menu.com-modal .com-rl-content .rl-panels li .rl-label {
	text-align: center;
	display: block;
	font-size: 14px;
	color: #3BB78F;
}
@media all and (min-width: 768px) {
	.contents-header .modal-menu.com-modal .com-rl-content .rl-panels {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 112px;
	}
	.contents-header .modal-menu.com-modal .com-rl-content .rl-panels li {
		width: 33%;
	}
}
@media all and (min-width: 992px) {
	.contents-header .modal-menu.com-modal .com-rl-content .rl-panels {
		width: 960px;
	}
	.contents-header .modal-menu.com-modal .com-rl-content .rl-panels li .rl-label {
		font-size: 22px;
	}
}
@media all and (min-width: 1440px) {
	.contents-header .modal-menu.com-modal .com-rl-content .rl-panels {
		width: 1200px;
	}
}

.contents-footer {
	position: relative;
	margin-top: 96px;
	padding-top: 64px;
	background: #84c376;
	background: linear-gradient(180deg, #84c376 0%, #009eba 100%);
}
@media all and (min-width: 992px) {
	.contents-footer {
		margin-top: 160px;
	}
}
.contents-footer .row-1 {
	width: auto;
	height: 90px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -73px;
}
.contents-footer .row-1 img {
	width: auto;
	height: 100%;
}
@media all and (min-width: 992px) {
	.contents-footer .row-1 {
		height: 126px;
		top: -102px;
	}
}
.contents-footer .row-2 {
	text-align: center;
	color: #fff;
}
.contents-footer .row-2 img {
	width: 270px;
	height: auto;
}
.contents-footer .row-3 {
	margin-top: 32px;
	color: #fff;
	text-align: center;
	padding-left: 24px;
	padding-right: 24px;
}
.contents-footer .row-3 p {
	font-size: 14px;
	display: inline-block;
	text-align: left;
}
@media all and (min-width: 992px) {
	.contents-footer .row-3 p {
		text-align: center;
	}
}
.contents-footer .row-nav-lang {
	text-align: center;
	margin-top: 32px;
	padding-bottom: 32px;
}
.contents-footer .row-nav-lang .select-lang {
	display: inline-block;
	line-height: 44px;
	height: 44px;
	background: #fff;
	position: relative;
	width: 240px;
	font-size: 14px;
	border-radius: 22px;
	cursor: pointer;
	color: #000;
}
.contents-footer .row-nav-lang .select-lang img {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 2px;
	right: 2px;
}
.contents-footer .row-nav-lang .com-modal .com-rl-header {
	letter-spacing: 0.1em;
	font-size: 12px;
	color: #2b7e63;
}
.contents-footer .row-nav-lang .com-modal .com-rl-content {
	max-width: 480px;
	padding: 32px;
	background: linear-gradient(142deg, #5bd0aa 0, #97c1bb 99%);
}
.contents-footer .row-nav-lang .com-modal .com-rl-content .com-rl-close {
	top: 12px;
	right: 12px;
	line-height: 1;
}
.contents-footer .row-nav-lang .com-modal .com-rl-content .com-rl-close svg {
	width: 20px;
	height: 20px;
}
.contents-footer .row-nav-lang .com-modal .com-rl-content .com-rl-close path {
	fill: #ccc;
	transition: fill 0.3s;
}
.contents-footer .row-nav-lang .com-modal .com-rl-content .com-rl-close:hover path {
	fill: #3bb78f;
}
.contents-footer .row-nav-lang .com-modal .rl-items {
	margin-top: 16px;
	padding-bottom: 16px;
}
.contents-footer .row-nav-lang .com-modal .rl-items a {
	display: block;
	line-height: 48px;
	height: 48px;
	margin: 0 auto;
	max-width: 240px;
	border-bottom: 1px dashed #d2dcd3;
	letter-spacing: 0.06em;
	color: #fff;
	background-image: url(/edo/img/header/images/mainLinksImage-arrow__20200629-0413__.webp);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 6px;
}
.contents-footer .row-nav-lang .com-modal .rl-items a.--current {
	color: #1e9478;
}
.contents-footer .row-nav-lang .com-modal .rl-items a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.contents-footer .row-nav-lang .com-modal .rl-items .--isSubstitute a {
	color: #ddd;
	position: relative;
	background-image: none;
}
.contents-footer .row-nav-lang .com-modal .rl-items .--isSubstitute a::after {
	position: absolute;
	content: "";
	display: block;
	inset-inline-end: 20px;
	inset-block-start: 50%;
	transform: translateY(-50%);
	inline-size: 9px;
	block-size: 10px;
	background-color: #ddd;
	mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAdCAMAAACDkYxEAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAD2Awx7EI9UEVvqyll5CIeHBpW1yGJGgAAABwSURBVCjP1ck3FoMwFATAlf2VyGHvf1brOQpYShdMO6g4MwcpGGlBTsOiCWI8n/zxWr61++n41W2nZ6WvZ+DG8JuRO+NnJh5Mr5kpzCgWSguw8sSKeFYRyeuxBNx13fDPMl+YrIwiy3Io3LUqR1kJD7pGJTXM0/XYAAAAAElFTkSuQmCC");
	mask-repeat: no-repeat;
	mask-size: cover;
}
.contents-footer .row-links {
	padding: 32px 0;
}
.contents-footer .row-links li {
	text-align: center;
	margin: 16px 0;
}
.contents-footer .row-links a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
@media all and (min-width: 768px) {
	.contents-footer .row-links {
		text-align: center;
	}
	.contents-footer .row-links li {
		display: inline-block;
		margin: 0 8px;
	}
}
.contents-footer .row-bottom {
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 16px 0;
	overflow: hidden;
}
.contents-footer .row-bottom span {
	word-break: break-all;
	white-space: nowrap;
}

.b-headerBar {
	background: rgba(255, 255, 255, 0.66);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	inline-size: 100%;
	padding-block: 8px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	block-size: 60px;
}
.b-headerBar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(10px, 3vw, 20px);
	padding-inline: 8px;
	margin-inline: auto;
}
.b-headerBar__logo {
	display: flex;
	align-items: center;
	flex: 0 1 auto;
}
.b-headerBar__logo.--glt {
	block-size: 36px;
	inline-size: 170px;
	margin-bottom: clamp(-5px, -1%, -1px);
}
.b-headerBar__logo.--mt-takao-plusone {
	inline-size: 150px;
	block-size: 24px;
	margin-bottom: clamp(1px, 1%, 5px);
}
.b-headerBar__logo.--prince-snowresorts-ski {
	inline-size: 78px;
	block-size: 50px;
}
.b-headerBar__logo img {
	block-size: auto;
	inline-size: 100%;
}
.b-headerBar__buttons {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.b-headerBar__buttons img {
	block-size: 100%;
}
.b-headerBar__languageButton {
	inline-size: 44px;
	block-size: 44px;
}
.b-headerBar__languageButton svg {
	inline-size: 25px;
	block-size: 25px;
	vertical-align: bottom;
}
.b-headerBar__languageButton .fill-target {
	fill: #373737;
	transition: 0.28s;
}
.b-headerBar__languageButton:hover .fill-target {
	fill: #f2755a;
}
.b-headerBar__accountButton {
	inline-size: 25px;
	block-size: 25px;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23222222%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C2c2.8%2C0%2C5%2C2.2%2C5%2C5s-2.2%2C5-5%2C5S7%2C9.8%2C7%2C7S9.2%2C2%2C12%2C2z%20M12%2C0C8.1%2C0%2C5%2C3.1%2C5%2C7s3.1%2C7%2C7%2C7s7-3.1%2C7-7%20S15.9%2C0%2C12%2C0z%20M18.4%2C13.4c-0.5%2C0.5-1.1%2C0.9-1.7%2C1.3c2.9%2C1.9%2C4.4%2C5.1%2C5%2C7.3H2.3c0.6-2.3%2C2.1-5.5%2C5-7.4c-0.6-0.4-1.2-0.8-1.7-1.3%20C1.4%2C16.4%2C0%2C21.8%2C0%2C24h24C24%2C21.9%2C22.6%2C16.4%2C18.4%2C13.4z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.b-headerBar__accountButton.st-hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23f2755a%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C2c2.8%2C0%2C5%2C2.2%2C5%2C5c0%2C2.8-2.2%2C5-5%2C5S7%2C9.8%2C7%2C7C7%2C4.2%2C9.2%2C2%2C12%2C2z%20M12%2C0C8.1%2C0%2C5%2C3.1%2C5%2C7c0%2C3.9%2C3.1%2C7%2C7%2C7%20s7-3.1%2C7-7C19%2C3.1%2C15.9%2C0%2C12%2C0z%20M18.4%2C13.4c-0.5%2C0.5-1.1%2C0.9-1.7%2C1.3c2.9%2C1.9%2C4.4%2C5.1%2C5%2C7.3H2.3c0.6-2.3%2C2.1-5.5%2C5-7.4%20c-0.6-0.4-1.2-0.8-1.7-1.3C1.4%2C16.4%2C0%2C21.8%2C0%2C24h24C24%2C21.9%2C22.6%2C16.4%2C18.4%2C13.4z%22%2F%3E%3C%2Fsvg%3E");
}
.b-headerBar__noticeButton {
	block-size: 30px;
	margin-left: 20px;
}
.b-headerBar__menuButton {
	inline-size: 46px;
	block-size: 46px;
	position: relative;
}
.b-headerBar__menuButtonLine {
	right: 0;
	left: 0;
	display: block;
	inline-size: calc(100% - 15px);
	block-size: 2px;
	margin: auto;
	background: #000;
	position: absolute;
	top: calc(50% - 2px);
}
.b-headerBar__menuButtonLineTop {
	transform: rotate(0deg) translateY(-10px);
}
.b-headerBar--menuIsOpen .b-headerBar__menuButtonLineTop {
	transform: rotate(45deg) translateY(0);
}
.b-headerBar__menuButtonLineMiddle {
	opacity: 1;
}
.b-headerBar--menuIsOpen .b-headerBar__menuButtonLineMiddle {
	opacity: 0;
}
.b-headerBar__menuButtonLineBottom {
	transform: rotate(0deg) translateY(10px);
}
.b-headerBar--menuIsOpen .b-headerBar__menuButtonLineBottom {
	transform: rotate(-45deg) translateY(0);
}
.b-headerBar__menu {
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	background: linear-gradient(142deg, #5bd0aa 0%, #97c1bb 99%);
	block-size: calc(100% - 60px);
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 15px 15px 0;
	position: fixed;
	top: 60px;
	left: 0;
	inline-size: 100%;
}
.b-headerBar--menuIsOpen .b-headerBar__menu {
	opacity: 1;
	pointer-events: auto;
}
@media only screen and (min-width: 768px) {
	.b-headerBar__mainLinks {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-inline-size: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}
.b-headerBar__mainLinksItem {
	display: flex;
	align-items: center;
	background-image: url("/edo/img/header/images/mainLinksImage-arrow__20200629-0413__.webp");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 10px;
	padding: 20px 50px 20px 20px;
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 0 #46ab8c;
	flex: 0 0 49%;
	transition: 0.2s;
}
@media only screen and (min-width: 768px) {
	.b-headerBar__mainLinksItem {
		max-inline-size: 49%;
	}
}
.b-headerBar__mainLinksItem:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.b-headerBar__mainLinksImage {
	display: none;
	margin-right: 15px;
}
.b-headerBar__mainLinksImage img {
	display: block;
	inline-size: 96px;
}
@media only screen and (min-width: 576px) {
	.b-headerBar__mainLinksImage {
		display: block;
	}
}
.b-headerBar__mainLinksTexts {
	color: #fff;
}
.b-headerBar__mainLinksTitle {
	font-size: 18px;
	font-weight: bold;
}
.b-headerBar__mainLinksCaption {
	font-size: 12px;
}
@media only screen and (min-width: 768px) {
	.b-headerBar__subLinks {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.b-headerBar__languageLinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	box-shadow: 0 1px 0 0 #46ab8c;
	flex: 0 0 49%;
	gap: 4px 16px;
	font-size: 14px;
	padding: 32px 16px;
}
.b-headerBar__languageLinksItem:hover {
	text-decoration: underline;
}
.b-headerBar__languageLinksItem:link, .b-headerBar__languageLinksItem:visited {
	color: #fff;
}
.b-headerBar__languageLinksItem.--current {
	color: #1e9478;
}
.b-headerBar__snsLinks {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
}
.b-headerBar__snsLinks a {
	margin: 0 8px;
}
.b-headerBar__snsLinks a .fill-target {
	transition: 0.28s;
	fill: #fff;
}
.b-headerBar__snsLinks a:hover .fill-target {
	fill: #39524c;
}
.b-headerBar__snsLinks svg {
	max-block-size: 44px;
	max-inline-size: 44px;
}
.b-headerBar__info {
	text-align: center;
	padding: 30px 0;
}
.b-headerBar__logoAlt {
	transition: 0.2s;
}
.b-headerBar__logoAlt:hover {
	opacity: 0.7;
}
.b-headerBar__copyright {
	color: #fff;
	font-size: 10px;
}
.b-headerBar .rl-login-icon {
	cursor: pointer;
	transition: 0.28s;
	inline-size: 25px;
	block-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.b-headerBar .rl-login-icon.st-login {
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23f2755a%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M12%2C2c2.8%2C0%2C5%2C2.2%2C5%2C5c0%2C2.8-2.2%2C5-5%2C5S7%2C9.8%2C7%2C7C7%2C4.2%2C9.2%2C2%2C12%2C2z%20M12%2C0C8.1%2C0%2C5%2C3.1%2C5%2C7c0%2C3.9%2C3.1%2C7%2C7%2C7%20s7-3.1%2C7-7C19%2C3.1%2C15.9%2C0%2C12%2C0z%20M18.4%2C13.4c-0.5%2C0.5-1.1%2C0.9-1.7%2C1.3c2.9%2C1.9%2C4.4%2C5.1%2C5%2C7.3H2.3c0.6-2.3%2C2.1-5.5%2C5-7.4%20c-0.6-0.4-1.2-0.8-1.7-1.3C1.4%2C16.4%2C0%2C21.8%2C0%2C24h24C24%2C21.9%2C22.6%2C16.4%2C18.4%2C13.4z%22%2F%3E%3C%2Fsvg%3E");
}
.b-headerBar__urgentNotice {
	background-color: rgba(255, 5, 5, 0.7);
	color: #fff;
	padding: 10px 5px;
	text-align: center;
	position: relative;
	top: 6px;
}
.b-headerBar__urgentNotice p {
	margin: 0;
	font-size: 14px;
}
.b-headerBar__urgentNotice a {
	color: #fff;
	text-decoration: underline;
}

.b-search {
	margin: 32px auto 32px;
	width: 90%;
	max-width: 480px;
}
.b-search__form {
	display: flex;
}
.b-search__form input[type=text] {
	font-size: 18px;
	flex-grow: 1;
	height: 44px;
	line-height: 42px;
	padding: 0 16px;
	border: 1px solid #7d9d93;
	border-right: none;
	outline: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.b-search__form button {
	color: #fff;
	background-color: #3BB78F;
	cursor: pointer;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	transition: background-color 0.28s;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.b-search__form button svg {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}
.b-search__form button svg .fill-target {
	fill: #fff;
}
.b-search__form button:hover {
	background-color: #FAA145;
}

.b-login {
	pointer-events: none;
	opacity: 0;
	transition: 0.2s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	overflow: scroll;
	height: 100vh;
	z-index: 9500;
	font-family: sans-serif;
}
@media only screen and (min-width: 576px) {
	.b-login {
		background: rgba(0, 0, 0, 0.75);
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.b-login--isOpen {
	pointer-events: auto;
	opacity: 1;
}
.b-login__container {
	opacity: 0.95;
	width: 100%;
	background: linear-gradient(142deg, #5bd0aa 0%, #97c1bb 99%);
	position: relative;
}
@media only screen and (min-width: 576px) {
	.b-login__container {
		width: 500px;
	}
}
.b-login__containerInner {
	width: 100%;
	height: 100%;
	background-image: url("/edo/img/header/images/login-bg__20200629-0413__.webp");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 160px;
	padding: 25px;
}
@media only screen and (min-width: 576px) {
	.b-login__containerInner {
		padding: 50px;
	}
}
.b-login__title {
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 30px;
}
.b-login__snsButton {
	display: flex;
	align-items: center;
	background-color: #fff;
	height: 45px;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 #e9e9e9;
	margin-bottom: 10px;
	font-size: 14px;
	color: #8a8a8a;
	cursor: pointer;
}
.b-login__snsButton::before {
	content: "";
	display: block;
	width: 42px;
	height: 25px;
	border-right: 1px solid #59d1ab;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 10px;
}
@media only screen and (min-width: 576px) {
	.b-login__snsButton::before {
		width: 90px;
	}
}
.b-login__snsButton--facebook::before {
	background-image: url("/edo/img/header/images/login-facebook__20200629-0413__.webp");
}
.b-login__snsButton--google::before {
	background-image: url("/edo/img/header/images/login-google__20200629-0413__.webp");
}
.b-login__border {
	color: #fff;
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.b-login__border span {
	margin: 0 15px;
	font-size: 16px;
}
@media only screen and (min-width: 576px) {
	.b-login__border span {
		font-size: 24px;
	}
}
.b-login__border::before, .b-login__border::after {
	content: "";
	display: block;
	height: 1px;
	flex: 1 1;
	background-color: #fff;
	box-shadow: 0 1px 0 0 #46ab8c;
}
.b-login__formItem {
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 10px;
}
.b-login__formItem--email {
	padding: 0 15px;
	font-size: 14px;
}
.b-login__formItem--password {
	padding: 0 15px;
	font-size: 14px;
}
.b-login__formItem--submit {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background-color: #f2755a;
	box-shadow: 0 1px 0 0 #000;
	cursor: pointer;
}
.b-login__recover {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-top: 24px;
}
.b-login__recover + .b-login__recover {
	margin-top: 8px;
}
.b-login__recover:link, .b-login__recover:visited {
	color: #fff;
	text-decoration: underline;
}
.b-login__recover::before {
	content: "";
	display: block;
	background-image: url("/edo/img/header/images/login-arrow__20200629-0413__.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 6px;
	height: 12px;
	margin-right: 5px;
}
.b-login__close {
	position: absolute;
	top: 0;
	right: 0;
}
.b-login__closeButton {
	position: relative;
	width: 46px;
	height: 46px;
	cursor: pointer;
}
.b-login__closeButtonLine {
	right: 0;
	left: 0;
	display: block;
	width: calc(100% - 15px);
	height: 4px;
	margin: auto;
	background: #fff;
	border-radius: 6px;
	transition: 0.3s;
	position: absolute;
	top: calc(50% - 2px);
}
.b-login__closeButtonLineTop {
	transform: rotate(45deg) translateY(0);
}
.b-login__closeButtonLineBottom {
	transform: rotate(-45deg) translateY(0);
}
.b-login .rl-page {
	display: none;
}
.b-login .rl-page .rl-message-thanks {
	color: #fff;
	font-size: 14px;
	padding: 64px 0;
}
.b-login .rl-page .rl-message-success {
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 64px 0;
}
.b-login .rl-page.st-active {
	display: block;
}

.cookie-privacy {
	display: none;
	background: rgba(237, 249, 234, 0.7490196078);
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 16px;
	z-index: 1000;
}
.cookie-privacy .col-text {
	font-size: 14px;
}
.cookie-privacy .col-button {
	text-align: center;
	margin-top: 16px;
}
.cookie-privacy .col-button button {
	background: #3BB78F;
	color: #fff;
	transition: 0.28px;
	line-height: 36px;
	height: 36px;
	padding: 0 32px;
	cursor: pointer;
}
.cookie-privacy .col-button button:hover {
	background: #FAA145;
}
@media all and (min-width: 768px) {
	.cookie-privacy {
		padding: 32px;
	}
	.cookie-privacy .col-text {
		text-align: center;
	}
	.cookie-privacy .wrap {
		width: 720px;
		margin: 0 auto;
	}
}

.japan-map {
	--_primary-color: #3AB78E;
	--_active-color: #faa145;
	--_transition-duration: .2s;
	--_line-width-percent: 10.5%;
	--_line-color: #C1E9FF;
	container-type: inline-size;
	inline-size: clamp(1px, 100%, 1133px);
	text-align: center;
	margin-inline: auto;
	position: relative;
}
.japan-map.--withLine {
	border-image: linear-gradient(-10deg, transparent 0%, transparent calc(50% - var(--_line-width-percent)), var(--_line-color) calc(50% - var(--_line-width-percent)), var(--_line-color) calc(50% + var(--_line-width-percent)), transparent calc(50% + var(--_line-width-percent)), transparent 100%) fill 0//0 100vi;
}

.japan-map__image {
	max-inline-size: 100%;
	block-size: auto;
}

a.japan-map__button {
	display: flex;
	position: absolute;
	background-color: #fff;
	border-radius: calc(infinity * 1px);
	border: 2px solid var(--_primary-color);
	inline-size: clamp(80px, 10cqi, 100px);
	font-size: clamp(13px, 1.5cqi, 16px);
	transform: translate(-50%, -50%);
	transition: background-color var(--_transition-duration), color var(--_transition-duration), border-color var(--_transition-duration);
	font-weight: bold;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 0.5em 0.2em;
	color: var(--_primary-color);
	filter: drop-shadow(0px 3px 10px rgba(152, 184, 201, 0.7));
}
[lang=ko] a.japan-map__button, [lang=en] a.japan-map__button {
	padding-block-start: 0.6em;
}
a.japan-map__button.--hokkaido {
	top: 2%;
	left: 77%;
}
@media only screen and (min-width: 576px) {
	a.japan-map__button.--hokkaido {
		top: 26%;
		left: 85%;
	}
}
a.japan-map__button.--tohoku {
	top: 51%;
	left: 81%;
}
@media only screen and (min-width: 576px) {
	a.japan-map__button.--tohoku {
		left: 71%;
	}
}
a.japan-map__button.--hokuriku {
	top: 38%;
	left: 54%;
}
@media only screen and (min-width: 576px) {
	a.japan-map__button.--hokuriku {
		top: 50%;
		left: 49%;
	}
}
a.japan-map__button.--kanto {
	top: 74%;
	left: 71%;
}
@media only screen and (min-width: 576px) {
	a.japan-map__button.--kanto {
		top: 77%;
		left: 67%;
	}
}
a.japan-map__button.--chubu {
	top: 90%;
	left: 57%;
}
@media only screen and (min-width: 576px) {
	a.japan-map__button.--chubu {
		top: 89%;
		left: 49%;
	}
}
a.japan-map__button.--kansai {
	top: 52%;
	left: 42%;
}
@media only screen and (min-width: 576px) {
	a.japan-map__button.--kansai {
		top: 56%;
		left: 40%;
	}
}
a.japan-map__button.--kinki {
	top: 65%;
	left: 40%;
}
@media only screen and (min-width: 576px) {
	a.japan-map__button.--kinki {
		top: 65%;
		left: 40%;
	}
}
a.japan-map__button.--chugoku {
	top: 59%;
	left: 20%;
}
@media only screen and (min-width: 576px) {
	a.japan-map__button.--chugoku {
		top: 61%;
		left: 29%;
	}
}
a.japan-map__button.--shikoku {
	top: 89%;
	left: 35%;
}
@media only screen and (min-width: 576px) {
	a.japan-map__button.--shikoku {
		top: 89%;
		left: 32%;
	}
}
a.japan-map__button.--kyushu {
	top: 97%;
	left: 14%;
}
@media only screen and (min-width: 768px) {
	a.japan-map__button.--kyushu {
		top: 64%;
		left: 13%;
	}
}
a.japan-map__button.--okinawa {
	top: 24%;
	left: 23%;
}
@media only screen and (min-width: 1440px) {
	a.japan-map__button.--okinawa {
		top: 45%;
		left: 12%;
	}
}
a.japan-map__button.--active {
	background-color: var(--_active-color);
	color: #fff;
	border-color: #fff;
}

.japan-map__list {
	position: absolute;
	border: 2px solid #B8D3E2;
	border-radius: 5px;
	background-color: #fff;
	inset-inline-end: 15px;
	inset-block-end: 0;
	padding: 1em;
	display: none;
}
@media only screen and (min-width: 768px) {
	.japan-map__list {
		display: block;
	}
}

.japan-map__listItem {
	font-size: 13px;
	position: relative;
	padding-inline-start: 1em;
	inline-size: fit-content;
}
.japan-map__listItem::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 50%;
	transform: translateY(-50%);
	inline-size: 7px;
	block-size: 9px;
	background-color: var(--_primary-color);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transition: background-color var(--_transition-duration);
}
.japan-map__listItem.--active::before {
	background-color: var(--_active-color);
}
.japan-map__listItem.--active .japan-map__listLink {
	border-color: var(--_active-color);
}

.japan-map__listLink {
	display: grid;
	justify-content: start;
	border-bottom: 1px solid transparent;
	transition: border-color var(--_transition-duration);
}

.japan-map__area {
	transition: fill var(--_transition-duration);
}
.japan-map__area.--active {
	fill: var(--_active-color);
}

@keyframes japan-map-wiggle {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-6deg);
	}
	75% {
		transform: rotate(6deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes japan-map-fish-swim {
	0%, 100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(30px);
	}
}
@keyframes japan-map-plane-fly {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	25% {
		transform: translateY(-8px) rotate(-2deg);
	}
	75% {
		transform: translateY(8px) rotate(2deg);
	}
}
@keyframes japan-map-ship-wave {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	25% {
		transform: translateY(-6px) rotate(-3deg);
	}
	75% {
		transform: translateY(6px) rotate(3deg);
	}
}
.japan-map__illust > g {
	transform-box: fill-box;
	transform-origin: bottom;
}
.japan-map__illust.--active > g {
	animation: japan-map-wiggle 0.5s ease-in-out;
}
.japan-map__illust.--active ~ .japan-map__illust.--active > g {
	animation-delay: 0.1s;
}
~ .japan-map__illust.--active ~ .japan-map__illust.--active.--active > g {
	animation-delay: 0.2s;
}
~ .japan-map__illust.--active ~ .japan-map__illust.--active.--active ~ .japan-map__illust.--active ~ .japan-map__illust.--active.--active > g {
	animation-delay: 0.3s;
}
.japan-map__illust.--fish1 > g, .japan-map__illust.--fish2 > g, .japan-map__illust.--fish3 > g {
	animation: japan-map-fish-swim 4s ease-in-out infinite;
}
.japan-map__illust.--fish1 > g {
	animation-delay: 0s;
}
.japan-map__illust.--fish2 > g {
	animation-delay: -1.3s;
}
.japan-map__illust.--fish3 > g {
	animation-delay: -2.6s;
}
.japan-map__illust.--plane > g {
	animation: japan-map-plane-fly 3.5s ease-in-out infinite;
	animation-delay: -0.8s;
}
.japan-map__illust.--ship > g {
	animation: japan-map-ship-wave 4.5s ease-in-out infinite;
	animation-delay: -1.5s;
}

*,
::before,
::after {
	--clamp-root-font-size: 16;
	--clamp-slope: calc((var(--font-size-clamp-max) - var(--font-size-clamp-min)) / (var(--clamp-viewport-max) - var(--clamp-viewport-min)));
	--clamp-y-axis-intersection: calc(var(--font-size-clamp-min) - (var(--clamp-slope) * var(--clamp-viewport-min)));
	--clamp-preffered-value: calc(
	  var(--clamp-y-axis-intersection) * (1rem / var(--clamp-root-font-size)) + (var(--clamp-slope) * 100vi)
	);
	--clamp: clamp(
	  calc(var(--font-size-clamp-min) * (1rem / var(--clamp-root-font-size))),
	  var(--clamp-preffered-value),
	  calc(var(--font-size-clamp-max) * (1rem / var(--clamp-root-font-size)))
	);
	font-size: var(--clamp) !important;
}

:root:has(:modal) {
	overflow: hidden;
	scrollbar-gutter: stable;
}

body {
	--clamp-viewport-min: 375;
	--clamp-viewport-max: 1366;
	--font-size-clamp-min: 14;
	--font-size-clamp-max: 16;
	--text-color: #262626;
	--header-height: 60px;
	--sp-margin-inline: 20px;
	font-family: "Noto Sans JP", system-ui;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: var(--text-color);
	margin: 0;
	position: relative;
	background-color: #FAF8F0;
}
@media only screen and (min-width: 992px) {
	body {
		--header-height: 76px;
	}
}

section[id] {
	margin-block-start: -50px;
	padding-block-start: 50px;
}

summary {
	display: block;
	list-style: none;
	/* デフォルトのリストマーカーを削除 */
	cursor: pointer;
	/* デフォルトのカーソルを変更 */
	margin: 0;
	padding: 0;
}

details {
	display: block;
	margin: 0;
	padding: 0;
}

details summary::-webkit-details-marker {
	display: none;
	/* Safari特有のマーカーを非表示 */
}

.mtp-access {
	background-color: #103669;
	position: relative;
	display: flow-root;
	padding-block-end: 10%;
}

.mtp-access__title {
	--font-size-clamp-min: 20;
	--font-size-clamp-max: 42;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-block-start: clamp(40px, 9vw, 100px);
	margin-block-end: 30px;
}

.mtp-access__image {
	position: absolute;
	inset-block-start: -45px;
	margin-inline: auto;
	inset-inline: 0;
}

.mtp-access__train {
	display: block;
	margin-inline: auto;
	max-inline-size: 75vw;
}

.mtp-access__links {
	max-inline-size: 1094px;
	margin-inline: auto;
	padding-inline: var(--sp-margin-inline);
}

.mtp-enjoy {
	background-color: #F1675A;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(239, 232, 207, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(239, 232, 207, 0.2) calc(100% - 1px));
	background-size: 26px 26px;
	background-repeat: repeat;
	background-position: left top;
	position: relative;
	display: flow-root;
	padding-block-end: 10%;
	padding-inline: 5px;
	margin-block-start: clamp(40px, 8vw, 100px);
}

.mtp-enjoy__inner {
	max-inline-size: 1200px;
	margin-inline: auto;
}

.mtp-enjoy__image {
	position: absolute;
	inset-block-start: -45px;
	margin-inline: auto;
	inset-inline: 0;
}

.mtp-enjoy__title {
	margin-block-start: clamp(60px, 6vw, 80px);
	margin-block-end: 30px;
	margin-inline: auto;
	position: relative;
	inline-size: fit-content;
}
.mtp-enjoy__title h1 {
	--font-size-clamp-min: 24;
	--font-size-clamp-max: 42;
	font-weight: 600;
	text-align: center;
	text-wrap: balance;
	line-height: 1.5;
}
[lang=en] .mtp-enjoy__title h1 {
	--font-size-clamp-min: 20;
}
.mtp-enjoy__title img {
	position: absolute;
	inset-inline-end: -20px;
	inset-block-start: -40px;
	inline-size: 80px;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy__title img {
		inset-inline-end: -60px;
		inset-block-start: -40px;
		inline-size: 120px;
	}
}

.mtp-enjoy__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	margin-block-start: 60px;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.mtp-enjoy__item {
	border: 2px solid var(--text-color);
	background-color: #fff;
	overflow: hidden;
	margin: -1px;
}

a.mtp-enjoy__link {
	--_transition-duration: .3s;
	color: inherit;
}
@media (any-hover: hover) {
	a.mtp-enjoy__link:hover .mtp-enjoy__LinkImage img {
		opacity: 0.8;
	}
	a.mtp-enjoy__link:hover .mtp-enjoy__LinkImage span {
		background-color: #F1675A;
	}
	a.mtp-enjoy__link:hover .mtp-enjoy__text {
		color: #F1675A;
	}
}

.mtp-enjoy__LinkImage {
	position: relative;
	overflow: hidden;
}
.mtp-enjoy__LinkImage span {
	--font-size-clamp-min: 10;
	--font-size-clamp-max: 17;
	z-index: 1;
	font-weight: 600;
	position: absolute;
	inset-inline-start: clamp(5px, 1.5vw, 20px);
	inset-block-start: clamp(5px, 1.5vw, 20px);
	background-color: var(--text-color);
	color: #fff;
	padding: 0.3em 0.7em;
	border-radius: calc(infinity * 1px);
	transition: background-color var(--_transition-duration);
}
.mtp-enjoy__LinkImage img {
	block-size: auto;
	inline-size: 100%;
	display: block;
	transition: opacity var(--_transition-duration);
}

.mtp-enjoy__text {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding: clamp(10px, 5%, 20px);
	gap: 5px;
	transition: color var(--_transition-duration);
}
.mtp-enjoy__text span {
	--font-size-clamp-min: 14;
	--font-size-clamp-max: 20;
	line-height: 1.25;
	font-weight: 600;
}
.mtp-enjoy__text img {
	inline-size: clamp(20px, 3vw, 40px);
	block-size: clamp(20px, 3vw, 40px);
}

.mtp-enjoy-BigBanner {
	color: initial !important;
	position: relative;
	display: flex;
	gap: 50px;
	flex-direction: column;
	justify-content: flex-start;
	padding-inline: clamp(30px, 5vw, 50px) 30px;
	padding-block: clamp(60px, 10vw, 100px);
	max-inline-size: 1400px;
	margin-inline: auto;
	margin-block-end: 10%;
	overflow: hidden;
	block-size: clamp(400px, 70vh, 660px);
	block-size: clamp(400px, 70dvh, 660px);
	background-color: #F1675A;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(239, 232, 207, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(239, 232, 207, 0.2) calc(100% - 1px));
	background-size: 26px 26px;
	background-repeat: repeat;
	background-position: left top;
	border-radius: 50px;
	outline: 10px solid transparent;
	transition: outline 0.3s;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy-BigBanner {
		block-size: clamp(400px, 65vh, 660px);
		block-size: clamp(400px, 65dvh, 660px);
		justify-content: center;
	}
}
@media (any-hover: hover) {
	.mtp-enjoy-BigBanner:hover {
		outline: 10px solid #f5d92f;
	}
	.mtp-enjoy-BigBanner:hover .mtp-enjoy-BigBanner__title p {
		background-color: #f5d92f;
	}
	.mtp-enjoy-BigBanner:hover .mtp-enjoy-BigBanner__button {
		color: #f5d92f;
	}
	.mtp-enjoy-BigBanner:hover .mtp-enjoy-BigBanner__imagesCol1 ul,
.mtp-enjoy-BigBanner:hover .mtp-enjoy-BigBanner__imagesCol2 ul {
		animation-play-state: paused;
	}
}

.mtp-enjoy-BigBanner__title {
	inline-size: fit-content;
	z-index: 1;
}
.mtp-enjoy-BigBanner__title > div {
	position: relative;
	inline-size: fit-content;
}
.mtp-enjoy-BigBanner__title > div:nth-child(2) p {
	margin-block-start: -1px;
	letter-spacing: 3px;
}
[lang=en] .mtp-enjoy-BigBanner__title > div:nth-child(2) p {
	letter-spacing: 0;
}
.mtp-enjoy-BigBanner__title > div img {
	position: absolute;
	inset-inline-end: -15%;
	inset-block-start: 0;
	transform: translateY(-50%);
	width: 7em;
	height: auto;
}
.mtp-enjoy-BigBanner__title p {
	--font-size-clamp-min: 28;
	--font-size-clamp-max: 58;
	font-weight: bold;
	background-color: #fff;
	color: #1A1A1A;
	border: 2px solid #262626;
	padding: 0.1em 0.3em;
	display: block;
	inline-size: fit-content;
	position: relative;
	transition: background-color 0.3s;
	white-space: nowrap;
}
[lang=en] .mtp-enjoy-BigBanner__title p {
	--font-size-clamp-min: 20;
	--font-size-clamp-max: 50;
	letter-spacing: -1px;
}
.mtp-enjoy-BigBanner__title p::after {
	content: "";
	position: absolute;
	inset-inline-start: 6px;
	inset-block-start: 6px;
	width: 100%;
	height: 100%;
	background-color: #CE6056;
	border: 2px solid #262626;
	z-index: -1;
}

.mtp-enjoy-BigBanner__button {
	display: grid;
	grid-template-columns: 1fr auto;
	background-color: var(--text-color);
	border: 2px solid var(--text-color);
	border-radius: 20px;
	padding: clamp(15px, 4vw, 30px) clamp(10px, 2vw, 20px);
	color: #fff;
	gap: 1em;
	max-inline-size: 450px;
	transition: color 0.3s;
	z-index: 1;
}

.mtp-enjoy-BigBanner__buttonText {
	--font-size-clamp-min: 16;
	--font-size-clamp-max: 20;
	font-weight: 600;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.mtp-enjoy-BigBanner__buttonImage {
	align-self: center;
}

.mtp-enjoy-BigBanner__images {
	position: absolute;
	gap: 21px;
	justify-content: flex-end;
	bottom: 21px;
	left: 0;
	pointer-events: none;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy-BigBanner__images {
		inset-inline-end: 21px;
		display: flex;
		top: 0;
		bottom: auto;
		left: auto;
	}
}
.mtp-enjoy-BigBanner__images img {
	inline-size: clamp(150px, 20vw, 285px);
	block-size: auto;
	display: block;
	border-radius: 20px;
	margin-inline-end: 14px;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy-BigBanner__images img {
		margin-block-end: 21px;
		margin-inline-end: 0;
	}
}

.mtp-enjoy-BigBanner__imagesCol1 {
	overflow: hidden;
	block-size: 100%;
	position: relative;
	margin-block-end: 14px;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy-BigBanner__imagesCol1 {
		margin-block-end: 0;
		margin-block-end: 21px;
	}
}
.mtp-enjoy-BigBanner__imagesCol1 ul {
	inline-size: 100%;
	display: flex;
	flex-direction: row;
	animation: mtp-enjoy-BigBanner-scroll-left 25s linear infinite;
}
.mtp-enjoy-BigBanner__imagesCol1 ul:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 100%;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy-BigBanner__imagesCol1 ul {
		inline-size: auto;
		flex-direction: column;
		animation: mtp-enjoy-BigBanner-scroll-up 25s linear infinite;
		top: 0;
	}
	.mtp-enjoy-BigBanner__imagesCol1 ul:nth-of-type(2) {
		position: absolute;
		top: 100%;
		left: auto;
	}
}

.mtp-enjoy-BigBanner__imagesCol2 {
	overflow: hidden;
	block-size: 100%;
	position: relative;
}
.mtp-enjoy-BigBanner__imagesCol2 ul {
	inline-size: 100%;
	display: flex;
	flex-direction: row;
	animation: mtp-enjoy-BigBanner-scroll-right 25s linear infinite;
}
.mtp-enjoy-BigBanner__imagesCol2 ul:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: -100%;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy-BigBanner__imagesCol2 ul {
		inline-size: auto;
		flex-direction: column;
		animation: mtp-enjoy-BigBanner-scroll-down 25s linear infinite;
	}
	.mtp-enjoy-BigBanner__imagesCol2 ul:nth-of-type(2) {
		position: absolute;
		top: -100%;
		left: auto;
	}
}

@keyframes mtp-enjoy-BigBanner-scroll-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}
@keyframes mtp-enjoy-BigBanner-scroll-down {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}
@keyframes mtp-enjoy-BigBanner-scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes mtp-enjoy-BigBanner-scroll-right {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
.mtp-enjoy-filter {
	background-color: #fff;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F4F0DF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F4F0DF calc(100% - 1px));
	background-size: 26px 26px;
	background-repeat: repeat;
	background-position: left 19px top 16px;
	padding: 1.5em;
	border-radius: 20px;
}
@media (max-width: 768px) {
	.mtp-enjoy-filter {
		position: fixed;
		top: calc(var(--header-height) + 10px);
		left: 20px;
		right: 20px;
		z-index: 100;
		padding: 1em;
		border-radius: 12px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		transform: translateY(-100%);
		opacity: 0;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}
	.mtp-enjoy-filter.--mobile-open {
		transform: translateY(0);
		opacity: 1;
	}
}

.mtp-enjoy-filter__title {
	font-size: 18px;
	margin-block-end: 1em;
	font-weight: bold;
	text-align: center;
}

.mtp-enjoy-filter__item:not(:first-child) {
	margin-block-start: 0.5em;
}

.mtp-enjoy-filter__button {
	border: 2px solid #262626;
	border-radius: calc(infinity * 1px);
	background-color: #fff;
	padding: 0.5em 1.2em;
	transition: background-color 0.3s, color 0.3s;
	color: #262626;
}
.mtp-enjoy-filter__button.--active {
	background-color: #262626;
	color: #fff;
}
@media (any-hover: hover) {
	.mtp-enjoy-filter__button:hover {
		background-color: #262626;
		color: #fff;
	}
}

.mtp-enjoy-filter__buttonText {
	white-space: nowrap;
	font-weight: bold;
}

.mtp-enjoy-filter__resetButton {
	margin-block-start: 1em;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.3s;
	color: #262626;
}
.mtp-enjoy-filter__resetButton::before {
	content: "✕";
	display: inline-block;
	margin-inline-end: 5px;
	color: var(--text-color);
}
@media (any-hover: hover) {
	.mtp-enjoy-filter__resetButton:hover {
		opacity: 0.7;
	}
}

.mtp-enjoy-filter__mobileTrigger {
	display: none;
}
@media (max-width: 768px) {
	.mtp-enjoy-filter__mobileTrigger {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		top: calc(var(--header-height) + 10px);
		left: 20px;
		right: 20px;
		z-index: 99;
		background-color: #fff;
		padding: 12px 16px;
		border-radius: 12px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		cursor: pointer;
		transition: all 0.3s ease;
		gap: 12px;
	}
	.mtp-enjoy-filter__mobileTrigger::before {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
	}
	.mtp-enjoy-filter__mobileTrigger:active {
		transform: scale(0.98);
	}
}

.mtp-enjoy-filter__mobileLabel {
	font-weight: bold;
	color: var(--text-color);
	font-size: 14px;
}

.mtp-enjoy-filter__mobileIcon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mtp-enjoy-filter__mobileIcon::before {
	--font-size-clamp-min: 8;
	--font-size-clamp-max: 8;
	content: "⚫⚫⚫";
	font-size: 8px;
	letter-spacing: 1px;
	transform: rotate(90deg);
	color: var(--text-color);
}
.mtp-enjoy-filter.--mobile-open .mtp-enjoy-filter__mobileIcon::before {
	content: "✕";
	font-size: 14px;
	transform: rotate(0deg);
}

.mtp-enjoy-filter__mobileClose {
	display: none;
}
@media (max-width: 768px) {
	.mtp-enjoy-filter__mobileClose {
		position: absolute;
		top: 12px;
		right: 12px;
		width: 36px;
		height: 36px;
		display: none;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 999px;
		background-color: rgba(0, 0, 0, 0.05);
		color: var(--text-color);
		font-size: 20px;
		line-height: 1;
		cursor: pointer;
		transition: background-color 0.3s ease, opacity 0.3s ease;
		z-index: 2;
	}
	.mtp-enjoy-filter.--mobile-open .mtp-enjoy-filter__mobileClose {
		display: flex;
	}
}
@media (max-width: 768px) and (any-hover: hover) {
	.mtp-enjoy-filter__mobileClose:hover {
		background-color: rgba(0, 0, 0, 0.1);
	}
}
@media (max-width: 768px) {
	.mtp-enjoy-filter__mobileClose:focus-visible {
		outline: 2px solid var(--text-color);
		outline-offset: 2px;
	}
}

.mtp-enjoy-header {
	margin-block-start: var(--header-height);
	color: initial !important;
	position: relative;
	pointer-events: none;
	z-index: 1;
	display: flex;
	gap: 50px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-inline: clamp(30px, 5vw, 50px) 30px;
	padding-block: clamp(60px, 10vw, 100px);
	max-inline-size: 1400px;
	margin-inline: auto;
	margin-block-end: clamp(50px, 10%, 80px);
	overflow: hidden;
	block-size: clamp(400px, 40vw, 660px);
	background-color: #F1675A;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(239, 232, 207, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(239, 232, 207, 0.2) calc(100% - 1px));
	background-size: 26px 26px;
	background-repeat: repeat;
	background-position: left top;
	border-radius: 50px;
}

.mtp-enjoy-header__title {
	inline-size: fit-content;
	z-index: 1;
}
.mtp-enjoy-header__title > div {
	position: relative;
	inline-size: fit-content;
}
.mtp-enjoy-header__title > div:nth-child(2) p {
	margin-block-start: -1px;
	letter-spacing: 3px;
}
[lang=en] .mtp-enjoy-header__title > div:nth-child(2) p {
	letter-spacing: 0;
}
.mtp-enjoy-header__title > div img {
	position: absolute;
	inset-inline-end: -15%;
	inset-block-start: 0;
	transform: translateY(-50%);
	width: 9em;
	height: auto;
}
.mtp-enjoy-header__title p {
	--font-size-clamp-min: 28;
	--font-size-clamp-max: 58;
	font-weight: bold;
	background-color: #fff;
	color: #1A1A1A;
	border: 2px solid #262626;
	padding: 0.1em 0.3em;
	display: block;
	inline-size: fit-content;
	position: relative;
	transition: background-color 0.3s;
	white-space: nowrap;
}
[lang=en] .mtp-enjoy-header__title p {
	--font-size-clamp-min: 22;
	--font-size-clamp-max: 50;
	letter-spacing: -1px;
}
.mtp-enjoy-header__title p::after {
	content: "";
	position: absolute;
	inset-inline-start: 6px;
	inset-block-start: 6px;
	width: 100%;
	height: 100%;
	background-color: #CE6056;
	border: 2px solid #262626;
	z-index: -1;
}

.mtp-enjoy-header__images {
	position: absolute;
	gap: 21px;
	justify-content: flex-end;
	bottom: 21px;
	left: 0;
	inset-inline-end: -80px;
	display: flex;
	top: -280px;
	bottom: auto;
	left: auto;
	rotate: -20deg;
}
.mtp-enjoy-header__images img {
	inline-size: clamp(150px, 20vw, 285px);
	block-size: auto;
	display: block;
	border-radius: 20px;
	margin-block-end: 21px;
	margin-inline-end: 0;
}

.mtp-enjoy-header__imagesCol1,
.mtp-enjoy-header__imagesCol3,
.mtp-enjoy-header__imagesCol5 {
	overflow: hidden;
	block-size: 100%;
	position: relative;
	margin-block-end: 21px;
}
.mtp-enjoy-header__imagesCol1 ul,
.mtp-enjoy-header__imagesCol3 ul,
.mtp-enjoy-header__imagesCol5 ul {
	inline-size: auto;
	display: flex;
	flex-direction: column;
	animation: mtp-enjoy-header-scroll-up 25s linear infinite;
}
.mtp-enjoy-header__imagesCol1 ul:nth-of-type(2),
.mtp-enjoy-header__imagesCol3 ul:nth-of-type(2),
.mtp-enjoy-header__imagesCol5 ul:nth-of-type(2) {
	position: absolute;
	top: 100%;
	left: auto;
}

.mtp-enjoy-header__imagesCol2,
.mtp-enjoy-header__imagesCol4 {
	overflow: hidden;
	block-size: 100%;
	position: relative;
	margin-block-end: 21px;
}
.mtp-enjoy-header__imagesCol2 ul,
.mtp-enjoy-header__imagesCol4 ul {
	inline-size: auto;
	display: flex;
	flex-direction: column;
	animation: mtp-enjoy-header-scroll-down 25s linear infinite;
}
.mtp-enjoy-header__imagesCol2 ul:nth-of-type(2),
.mtp-enjoy-header__imagesCol4 ul:nth-of-type(2) {
	position: absolute;
	top: -100%;
	left: auto;
}

@keyframes mtp-enjoy-header-scroll-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}
@keyframes mtp-enjoy-header-scroll-down {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}
.mtp-enjoy-layout {
	display: grid;
	grid-template: "side main" auto/1fr auto;
	align-items: start;
	margin-block-end: clamp(40px, 9%, 90px);
	margin-inline: auto;
	inline-size: clamp(320px, 97%, 1320px);
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy-layout {
		gap: 40px;
	}
}

.mtp-enjoy-layout__main {
	grid-area: main;
	padding-block-start: 60px;
}
@media only screen and (min-width: 768px) {
	.mtp-enjoy-layout__main {
		padding-block-start: 0;
	}
}

.mtp-enjoy-layout__side {
	grid-area: side;
	position: sticky;
	top: calc(var(--header-height) + 20px);
	z-index: 100;
}

.mtp-enjoy-leadTexts {
	margin-inline: auto;
	inline-size: clamp(320px, calc(100vw - 30px), 1320px);
	margin-block-end: clamp(50px, 10%, 80px);
}

.mtp-enjoy-leadTexts__text {
	--font-size-clamp-min: 15;
	--font-size-clamp-max: 18;
	margin: 0;
	line-height: 1.8;
}

.mtp-enjoy-links {
	--_spacing: clamp(10px, 2vw, 26px);
	position: relative;
	z-index: 0;
}

.mtp-enjoy-links__title {
	--font-size-clamp-min: 20;
	--font-size-clamp-max: 42;
	color: var(--text-color);
	font-weight: bold;
	margin-block-end: 1.5em;
	/* アニメーション用プロパティ */
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	border-block-end: none;
	transition: max-height 0.4s ease, opacity 0.3s ease, margin-block-end 0.4s ease;
}
.mtp-enjoy-links__title.--show {
	max-height: 200px;
	/* 十分な高さを確保 */
	opacity: 1;
	margin-block-end: 1.5em;
	border-block-end: dashed 2px var(--text-color);
}
.mtp-enjoy-links__title:not(.--show) {
	margin-block-end: 0;
	border-block-end: none;
}

.mtp-enjoy-links__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	gap: calc(var(--_spacing) * 2);
}
@media only screen and (min-width: 992px) {
	.mtp-enjoy-links__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

a.mtp-enjoy-links__link {
	background-color: #fff;
	--_transition-duration: .3s;
	color: var(--text-color);
	padding: var(--_spacing);
	border-radius: 24px;
	display: block;
}
@media (any-hover: hover) {
	a.mtp-enjoy-links__link:hover .mtp-enjoy-links__linkImage img {
		opacity: 0.8;
	}
	a.mtp-enjoy-links__link:hover .mtp-enjoy-links__linkImage span {
		background-color: #F1675A;
	}
	a.mtp-enjoy-links__link:hover .mtp-enjoy-links__text {
		color: #F1675A;
	}
}

.mtp-enjoy-links__linkImage {
	position: relative;
	overflow: hidden;
}
.mtp-enjoy-links__linkImage span {
	--font-size-clamp-min: 10;
	--font-size-clamp-max: 15;
	z-index: 1;
	font-weight: 600;
	position: absolute;
	inset-inline-start: 10px;
	inset-block-start: 10px;
	background-color: var(--text-color);
	color: #fff;
	padding: 0.3em 0.7em;
	border-radius: calc(infinity * 1px);
	transition: background-color var(--_transition-duration);
}
.mtp-enjoy-links__linkImage img {
	block-size: auto;
	inline-size: 100%;
	display: block;
	transition: opacity var(--_transition-duration);
	border-radius: 5px;
}

.mtp-enjoy-links__text {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	padding: var(--_spacing) 0 0;
	gap: 5px;
	transition: color var(--_transition-duration);
}
.mtp-enjoy-links__text span {
	--font-size-clamp-min: 14;
	--font-size-clamp-max: 20;
	line-height: 1.25;
	font-weight: 600;
}
.mtp-enjoy-links__text img {
	inline-size: clamp(20px, 3vw, 40px);
	block-size: clamp(20px, 3vw, 40px);
}

.mtp-enjoy-links__item {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.mtp-enjoy-links__title {
	transition: opacity 0.3s ease, display 0.3s ease;
}

.mtp-facebookInfo {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EFE8CF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EFE8CF calc(100% - 1px));
	background-size: 26px 26px;
	background-repeat: repeat;
	background-position: left top;
	padding-block: clamp(40px, 10%, 100px) clamp(80px, 18%, 180px);
	padding-inline: 5px;
	margin-block-end: clamp(-140px, -12vw, -80px);
}

.mtp-facebookInfo__inner {
	max-inline-size: 1200px;
	margin-inline: auto;
	padding: clamp(30px, 5%, 60px) clamp(15px, 5%, 120px);
	border-radius: 50px;
	background-color: #3C6BBA;
	display: grid;
	grid-template: "title" auto "text" auto "iframe" auto "link" auto/100%;
	gap: 20px;
	justify-content: center;
	text-align: center;
}
@media only screen and (min-width: 992px) {
	.mtp-facebookInfo__inner {
		grid-template: "title iframe" auto "text iframe" auto ". link"/1fr 500px;
		text-align: start;
	}
}

.mtp-facebookInfo__title {
	--font-size-clamp-min: 30;
	--font-size-clamp-max: 42;
	font-weight: 600;
	grid-area: title;
	color: #fff;
	align-self: end;
}
.mtp-facebookInfo__title img {
	inline-size: 100%;
	max-inline-size: 330px;
}

.mtp-facebookInfo__texts {
	grid-area: text;
	color: #fff;
}

.mtp-facebookInfo__iframe {
	grid-area: iframe;
	overflow: scroll;
	max-width: 500px;
	width: 100%;
	justify-self: center;
}

a.mtp-facebookInfo__link {
	grid-area: link;
	color: #fff;
	text-align: center;
}
@media (any-hover: hover) {
	a.mtp-facebookInfo__link:hover {
		text-decoration: underline;
	}
}

.mtp-folding {
	background-color: #F4F0DF;
	padding: 60px var(--sp-margin-inline);
}

.mtp-folding__item {
	--_transition-duration: .3s;
	max-inline-size: 1094px;
	margin-inline: auto;
	margin-block: clamp(20px, 5vw, 60px);
}
.mtp-folding__item:last-child {
	margin-block-end: 0;
}
.mtp-folding__item summary {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	inline-size: 100%;
	block-size: clamp(100px, 12vw, 160px);
	border: 2px solid var(--text-color);
	border-radius: 20px;
	background-color: #3CC3A3;
	padding: 20px;
	transition: opacity var(--_transition-duration);
}
.mtp-folding__item summary::before {
	content: "";
}
.mtp-folding__item summary span {
	--font-size-clamp-min: 16;
	--font-size-clamp-max: 32;
	font-weight: 600;
	text-align: center;
}
.mtp-folding__item summary img {
	rotate: 0deg;
	transition: scale var(--_transition-duration);
}
@media (any-hover: hover) {
	.mtp-folding__item summary:hover {
		cursor: pointer;
		opacity: 0.9;
	}
	.mtp-folding__item summary:hover img {
		scale: 1.2;
	}
}
.mtp-folding__item[open] summary img {
	rotate: 180deg;
}
.mtp-folding__item:last-child summary {
	background-color: #46B6D1;
}

.mtp-folding__list {
	background-color: #fff;
	padding: 5%;
	margin-block-start: 20px;
	border-radius: 20px;
}

a.mtp-folding__link {
	display: grid;
	grid-template: "title" auto "image" auto "text" auto "arrow" auto/auto;
	gap: 15px;
	padding-block-start: clamp(20px, 3%, 35px);
	padding-block-end: clamp(20px, 3%, 35px);
	border-bottom: 1px dashed var(--text-color);
	color: inherit;
	transition: background-color var(--_transition-duration);
}
@media only screen and (min-width: 768px) {
	a.mtp-folding__link {
		grid-template: "image title arrow" auto "image text arrow" 1fr/30% auto 40px;
		gap: 24px 48px;
	}
}
@media (any-hover: hover) {
	a.mtp-folding__link:hover {
		background-color: #fefdf2;
	}
}

.mtp-folding__image {
	grid-area: image;
}
.mtp-folding__image img {
	block-size: auto;
	inline-size: 100%;
}

.mtp-folding__title {
	--font-size-clamp-min: 16;
	--font-size-clamp-max: 20;
	font-weight: 600;
	line-height: 1.5;
	grid-area: title;
}

.mtp-folding__texts {
	grid-area: text;
}

.mtp-folding__icon {
	grid-area: arrow;
	place-self: end;
	inline-size: clamp(30px, 3vw, 40px);
	block-size: clamp(30px, 3vw, 40px);
}
@media only screen and (min-width: 768px) {
	.mtp-folding__icon {
		place-self: center;
	}
}

.mtp-footer {
	margin-block-start: clamp(80px, 12vw, 140px);
}

.mtp-footer__decoration {
	position: relative;
	block-size: clamp(45px, 6.5vw, 90px);
	background-color: #3CC3A3;
	border-block-start: 2px solid var(--text-color);
}
.mtp-footer__decoration img {
	position: absolute;
	inset-block-start: clamp(-120px, -9vw, -60px);
	margin-inline: auto;
	inset-inline: 0;
	inline-size: clamp(300px, 53vw, 721px);
	block-size: auto;
}

.mtp-footer__bottom {
	background-color: #103669;
	padding-block: 25px;
	padding-inline: 15px;
}

.mtp-footer__bottomInner {
	max-inline-size: 1200px;
	margin-inline: auto;
	place-items: center;
}

.mtp-footer__image {
	grid-area: image;
	inline-size: clamp(100px, 40vw, 247px);
	block-size: auto;
}

.mtp-footer__banners {
	grid-area: banner;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	inline-size: 100%;
}
@media only screen and (min-width: 576px) {
	.mtp-footer__banners {
		grid-template-columns: repeat(3, 1fr);
	}
}

.mtp-footer__copyRight {
	--font-size-clamp-min: 10;
	--font-size-clamp-max: 12;
	grid-area: copyright;
	color: #fff;
	text-align: center;
}

.mtp-guide {
	max-inline-size: 1200px;
	margin-inline: auto;
	background-color: #F5D92F;
	border-radius: 50px;
	position: relative;
	margin-block-start: 100px;
	padding-block: clamp(45px, 6vw, 80px);
	padding-inline: clamp(var(--sp-margin-inline), 2.5%, 50px);
}

.mtp-guide__image {
	position: absolute;
	inset-block-start: -45px;
	margin-inline: auto;
	inset-inline: 0;
}

.mtp-guide__title {
	--font-size-clamp-min: 20;
	--font-size-clamp-max: 42;
	font-weight: 600;
	text-align: center;
	margin-block-end: 30px;
}

.mtp-guide__texts {
	--font-size-clamp-min: 14;
	--font-size-clamp-max: 16;
	text-align: left;
}
@media only screen and (min-width: 768px) {
	.mtp-guide__texts {
		text-align: center;
	}
}

.mtp-guide__cource {
	padding-block: 60px;
	overflow: hidden;
	margin-inline: calc(var(--sp-margin-inline) * -1);
}
@media only screen and (min-width: 576px) {
	.mtp-guide__cource {
		margin-inline: 0;
	}
}

.mtp-guide__courceInner {
	position: relative;
	aspect-ratio: 1094/605;
	scale: 1.2;
}
@media only screen and (min-width: 576px) {
	.mtp-guide__courceInner {
		scale: 1;
	}
}
.mtp-guide__courceInner img,
.mtp-guide__courceInner svg {
	position: absolute;
	inline-size: 100%;
	block-size: auto;
	margin: auto;
	inset: 0;
}
.mtp-guide__courceInner img {
	z-index: 0;
}
.mtp-guide__courceInner svg {
	z-index: 1;
}
.mtp-guide__courceInner a[data-modal-open] > rect {
	transition: fill 0.3s;
}
.mtp-guide__courceInner a[data-modal-open]:hover > rect {
	fill: #f5d92f;
}

.mtp-guide__links {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	justify-content: center;
	margin-block-start: 60px;
}
@media only screen and (min-width: 992px) {
	.mtp-guide__links {
		gap: 3%;
		grid-template-columns: repeat(3, 1fr);
	}
}

a.mtp-guide__link {
	background-color: #fff;
	border-radius: 20px;
	padding: clamp(10px, 5vw, 30px);
	display: grid;
	justify-items: center;
	color: inherit;
	transition: scale 0.3s;
}
@media (any-hover: hover) {
	a.mtp-guide__link:hover {
		scale: 1.05;
	}
}

.mtp-guide__linkImage {
	inline-size: clamp(150px, 15vw, 213px);
}

.mtp-guide__linkTitle {
	--font-size-clamp-min: 16;
	--font-size-clamp-max: 20;
	font-weight: 600;
	text-align: center;
	margin-block-end: 20px;
	margin-block-start: 40px;
}

.mtp-guide__linkIcon {
	justify-self: end;
}

.mtp-header {
	position: fixed;
	inset-block: 0;
	inset-inline: 0;
	margin-inline: auto;
	block-size: fit-content;
	z-index: 2;
}

.mtp-header__inner {
	display: grid;
	grid-template: "logo spButtons" 1fr/1fr auto;
	align-items: center;
	gap: clamp(15px, 2%, 36px);
	block-size: var(--header-height);
	padding-inline: clamp(10px, 2vw, 26px);
	background-color: rgba(250, 248, 240, 0.9);
}
@media only screen and (min-width: 1440px) {
	.mtp-header__inner {
		grid-template: "logo nav languageSelect" 1fr/1fr auto auto;
	}
}

.mtp-header__logos {
	display: flex;
	align-items: center;
	gap: clamp(5px, 1vw, 13px);
}

.mtp-header__link {
	display: block;
	inline-size: fit-content;
	block-size: fit-content;
}
@media (any-hover: hover) {
	.mtp-header__link {
		transition: opacity 0.3s;
	}
	.mtp-header__link:hover {
		opacity: 0.8;
	}
}
.mtp-header__link:first-child img {
	block-size: 16.1px;
	inline-size: auto;
	margin-block-end: 5.6px;
}
@media only screen and (min-width: 1440px) {
	.mtp-header__link:first-child img {
		block-size: 23px;
		margin-block-end: 8px;
	}
}
.mtp-header__link:last-child img {
	block-size: 19.6px;
	inline-size: auto;
	margin-block-start: 2.1px;
}
@media only screen and (min-width: 1440px) {
	.mtp-header__link:last-child img {
		block-size: 28px;
		margin-block-start: 3px;
	}
}

.mtp-header__navigation {
	display: none;
}
@media only screen and (min-width: 1440px) {
	.mtp-header__navigation {
		display: block;
	}
}

.mtp-header__navigationList {
	display: flex;
	gap: 24px;
}

a.mtp-header__navigationLink {
	display: flex;
	align-items: center;
	color: var(--text-color);
	font-weight: 600;
	gap: 9px;
	white-space: nowrap;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	a.mtp-header__navigationLink:hover {
		color: #f1675a;
	}
}

.mtp-header__languageSelect {
	position: relative;
	display: none;
}
@media only screen and (min-width: 1440px) {
	.mtp-header__languageSelect {
		display: block;
	}
}
.mtp-header__languageSelect.--active .mtp-header__languageSelectList {
	display: block;
}

.mtp-header__languageSelectButton {
	display: flex;
	align-items: center;
	gap: 4px;
	border: 1px solid var(--text-color);
	border-radius: calc(infinity * 1px);
	padding: 8px 10px;
	background-color: #fff;
	font-weight: 600;
}
.mtp-header__languageSelectButton::after {
	content: "";
	display: block;
	inline-size: 6px;
	block-size: 5px;
	background-color: var(--text-color);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin-inline-start: 10px;
}
@media (any-hover: hover) {
	.mtp-header__languageSelectButton:hover {
		cursor: pointer;
		background-color: #f5d92f;
	}
}

.mtp-header__languageSelectList {
	display: none;
	list-style: none;
	padding: 5px;
	margin: 0;
	position: absolute;
	background-color: #fff;
	border-radius: 20px;
	z-index: 2;
	inset-block-start: 115%;
	inset-inline-start: 0;
	inline-size: 100%;
	text-align: center;
	border: 1px solid var(--text-color);
}
.mtp-header__languageSelectList li {
	padding: 5px;
}
.mtp-header__languageSelectList a {
	--font-size-clamp-min: 14;
	--font-size-clamp-max: 14;
	text-decoration: none;
	color: #000;
}
.mtp-header__languageSelectList a.--current {
	text-decoration: underline;
}
@media (any-hover: hover) {
	.mtp-header__languageSelectList a:hover {
		text-decoration: underline;
	}
}

.mtp-header__spButtons {
	grid-area: spButtons;
	display: block;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}
@media only screen and (min-width: 1440px) {
	.mtp-header__spButtons {
		display: none;
	}
}

.mtp-header__spLanguageSelect {
	display: grid;
	justify-items: center;
	color: inherit;
}
.mtp-header__spLanguageSelect p {
	--font-size-clamp-min: 10;
	--font-size-clamp-max: 10;
}

.mtp-header__spLanguageSelectIcon {
	inline-size: 30px;
	block-size: 30px;
	border: 1px solid var(--text-color);
	border-radius: calc(infinity * 1px);
	background-color: #fff;
	display: grid;
	place-items: center;
}

.mtp-header__spLanguageSelectList {
	display: none;
	list-style: none;
	padding: 10px;
	margin: 0;
	position: absolute;
	background-color: #fff;
	border-radius: 20px;
	z-index: 2;
	inset-block-start: calc(var(--header-height) + 5px);
	inset-inline-end: 5px;
	inline-size: 100%;
	max-inline-size: 150px;
	text-align: center;
	border: 1px solid var(--text-color);
}
.mtp-header__spLanguageSelectList.--active {
	display: block;
}
.mtp-header__spLanguageSelectList li {
	padding: 5px;
}
.mtp-header__spLanguageSelectList a {
	text-decoration: none;
	color: #000;
}
.mtp-header__spLanguageSelectList a.--current {
	text-decoration: underline;
}

.mtp-header__spMenu {
	display: grid;
	justify-items: center;
	color: inherit;
}
.mtp-header__spMenu p {
	--font-size-clamp-min: 10;
	--font-size-clamp-max: 10;
}

.mtp-header__spMenuIcon {
	inline-size: 30px;
	block-size: 30px;
	border: 1px solid var(--text-color);
	border-radius: calc(infinity * 1px);
	background-color: #F5D92F;
	display: grid;
	place-items: center;
	position: relative;
}
.mtp-header__spMenuIcon span {
	position: absolute;
	display: block;
	inline-size: 12px;
	block-size: 1px;
	background-color: var(--text-color);
	margin: auto;
	inset: 0;
}
.mtp-header__spMenuIcon span:first-child {
	inset-block-start: 8px;
}
.mtp-header__spMenuIcon span:last-child {
	inset-block-end: 8px;
}

.mtp-information {
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EFE8CF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EFE8CF calc(100% - 1px));
	background-size: 26px 26px;
	background-repeat: repeat;
	background-position: left top;
	padding-block: clamp(45px, 9vw, 120px);
}

.mtp-information__title {
	--font-size-clamp-min: 20;
	--font-size-clamp-max: 42;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

.mtp-information__links {
	max-inline-size: 1094px;
	margin-inline: auto;
	padding-inline: var(--sp-margin-inline);
}

.mtp-intro {
	display: grid;
	grid-template: "title" auto "image" auto "texts" auto/auto;
	row-gap: 20px;
	column-gap: 80px;
	max-inline-size: 1180px;
	padding-inline: var(--sp-margin-inline);
	margin-inline: auto;
	margin-block-start: clamp(60px, 10vw, 120px);
}
@media only screen and (min-width: 768px) {
	.mtp-intro {
		grid-template: "title image" auto "texts image" 1fr/36% 1fr;
		row-gap: 40px;
	}
}

.mtp-intro__title {
	--font-size-clamp-min: 24;
	--font-size-clamp-max: 48;
	font-weight: 600;
	grid-area: title;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.mtp-intro__title {
		text-align: left;
	}
}

.mtp-intro__texts {
	grid-area: texts;
}

.mtp-intro__image {
	grid-area: image;
}
.mtp-intro__image img {
	block-size: auto;
	inline-size: 100%;
}

.mtp-linkButtonDouble {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	max-inline-size: 1200px;
	margin-inline: auto;
	gap: 30px 4%;
	margin-block: clamp(60px, 10vw, 120px);
	padding-inline: var(--sp-margin-inline);
}
@media only screen and (min-width: 768px) {
	.mtp-linkButtonDouble {
		grid-template-columns: repeat(2, 1fr);
	}
}

a.mtp-linkButtonDouble__link {
	display: grid;
	place-items: center;
	block-size: clamp(85px, 15vw, 212px);
	border: 2px solid var(--text-color);
	border-radius: 20px;
	background-color: #fff;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F4F0DF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F4F0DF calc(100% - 1px));
	background-size: 26px 26px;
	background-repeat: repeat;
	background-position: center center;
	position: relative;
	color: inherit;
	transition: border-color 0.3s;
}
@media (any-hover: hover) {
	a.mtp-linkButtonDouble__link:hover {
		border-color: #f5d92f;
	}
}

.mtp-linkButtonDouble__text {
	--font-size-clamp-min: 16;
	--font-size-clamp-max: 32;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

.mtp-linkButtonDouble__icon {
	position: absolute;
	inset-inline-end: 20px;
	inset-block-end: 20px;
}

a.mtp-linkButtonSingle {
	display: grid;
	grid-template-columns: 1fr auto;
	background-color: var(--text-color);
	border: 2px solid var(--text-color);
	border-radius: 20px;
	padding: clamp(10px, 2vw, 20px);
	color: #fff;
	gap: 1em;
	max-inline-size: 450px;
	margin-inline: auto;
	margin-block: 30px;
	transition: color 0.3s;
}
@media (any-hover: hover) {
	a.mtp-linkButtonSingle:hover {
		color: #f5d92f;
	}
}

.mtp-linkButtonSingle__text {
	--font-size-clamp-min: 16;
	--font-size-clamp-max: 20;
	font-weight: 600;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.mtp-linkButtonSingle__image {
	align-self: center;
}

.mtp-links {
	display: grid;
	grid-auto-rows: 90px;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	justify-content: center;
	margin-block-start: clamp(30px, 5vw, 60px);
	margin-block-end: clamp(30px, 5vw, 60px);
}
@media only screen and (min-width: 992px) {
	.mtp-links {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 120px;
	}
}

a.mtp-links__link {
	display: grid;
	grid-template-columns: 1fr auto;
	background-color: #fff;
	border: 2px solid var(--text-color);
	border-radius: 20px;
	padding: clamp(15px, 3%, 30px);
	color: inherit;
	gap: 1em;
	block-size: 100%;
	transition: border-color 0.3s;
}
@media (any-hover: hover) {
	a.mtp-links__link:hover {
		border-color: #f5d92f;
	}
}

.mtp-links__linkText {
	--font-size-clamp-min: 16;
	--font-size-clamp-max: 20;
	font-weight: 600;
	line-height: 1.2;
	display: flex;
	align-items: center;
}
.mtp-links__linkText br {
	display: none;
}
@media only screen and (min-width: 992px) {
	.mtp-links__linkText br {
		display: block;
	}
}

.mtp-links__linkImage {
	align-self: center;
}

.mtp-mainVisual {
	--_mtp-mainVisual__bgs-width: 0;
	block-size: calc(100svh - var(--header-height) - 27px);
	inline-size: 100vw;
	margin-block-start: var(--header-height);
	margin-block-end: 27px;
	overflow: hidden;
	position: relative;
}

.mtp-mainVisual__image {
	position: absolute;
	margin: auto;
	inset: 0;
	z-index: 1;
	inline-size: clamp(100px, 60vw, 341px);
	block-size: auto;
}

.mtp-mainVisual__bgs {
	--_gap: 27px;
	z-index: -1;
	display: flex;
	gap: var(--_gap);
	block-size: 100%;
	animation: scroll-left 45s linear infinite;
}

.mtp-mainVisual__bgsItem {
	block-size: 100%;
}
.mtp-mainVisual__bgsItem img {
	aspect-ratio: 1/1;
	border-radius: 50px;
	block-size: 100%;
}
.mtp-mainVisual__bgsItem.--half {
	display: flex;
	flex-direction: column;
	gap: var(--_gap);
}
.mtp-mainVisual__bgsItem.--half img {
	block-size: calc((100% - var(--_gap)) / 2);
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-1 * var(--_mtp-mainVisual__bgs-width) * 0.5 - var(--_gap)));
	}
}
.mtp-modal {
	border: unset;
	border-radius: clamp(20px, 3.5vw, 50px);
	background-color: #fff;
	padding: clamp(15px, 3vw, 30px);
	overscroll-behavior: contain;
	inline-size: fit-content;
	inline-size: clamp(300px, 90%, 1200px);
	max-block-size: 95svh;
}
.mtp-modal.--medium {
	inline-size: clamp(300px, 90%, 800px);
}
.mtp-modal.--fit {
	inline-size: fit-content;
}
.mtp-modal::backdrop {
	background: rgba(0, 0, 0, 0.5);
}

.mtp-modal__title {
	--font-size-clamp-min: 20;
	--font-size-clamp-max: 42;
	font-weight: 600;
	text-align: center;
	margin-block-end: 30px;
}

.mtp-modal__texts {
	line-height: 2;
}
.mtp-modal__texts.--align-center {
	text-align: center;
}
.mtp-modal__texts ul {
	padding-inline-start: 1.5em;
}
.mtp-modal__texts li {
	list-style: disc;
}

.mtp-modal__close {
	--font-size-clamp-min: 12;
	--font-size-clamp-max: 15;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-inline: auto;
	margin-block-start: 50px;
	color: inherit;
}
@media (any-hover: hover) {
	.mtp-modal__close:hover {
		text-decoration: underline;
	}
}

.mtp-modal__heading {
	--font-size-clamp-min: 16;
	--font-size-clamp-max: 24;
	font-weight: 600;
	margin-block-end: 20px;
}

.mtp-modal__closeIcon {
	block-size: 20px;
	inline-size: 20px;
	position: relative;
}
.mtp-modal__closeIcon::before, .mtp-modal__closeIcon::after {
	content: "";
	display: block;
	background-color: var(--text-color);
	inline-size: 2em;
	block-size: 2px;
	border-radius: calc(infinity * 1px);
	position: absolute;
	margin: auto;
	inset: 0;
}
.mtp-modal__closeIcon::before {
	rotate: 45deg;
}
.mtp-modal__closeIcon::after {
	rotate: -45deg;
}

.mtp-modal__layout {
	display: grid;
	grid-template: "column1" auto "column2" auto/auto;
	gap: 50px;
}
@media only screen and (min-width: 768px) {
	.mtp-modal__layout {
		grid-template: "column1 column2" auto/50% 1fr;
		gap: 15px;
	}
}
.mtp-modal__layout > *:first-child {
	grid-area: column1;
}
.mtp-modal__layout > *:last-child {
	grid-area: column2;
}

.mtp-modal__image:not(:first-child) {
	margin-block-start: 25px;
}
.mtp-modal__image img {
	display: block;
	margin-inline: auto;
	inline-size: auto;
	block-size: auto;
	max-inline-size: 100%;
	max-block-size: calc(50svh);
}

a.mtp-pageTop {
	position: fixed;
	inset-inline-end: 15px;
	inset-block-end: 15px;
	border: 2px solid var(--text-color);
	border-radius: 20px;
	background-color: #F4F0DF;
	block-size: 80px;
	inline-size: 80px;
	display: grid;
	place-items: center;
	color: inherit;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, background-color 0.3s ease;
}
@media (any-hover: hover) {
	a.mtp-pageTop:hover {
		cursor: pointer;
		background-color: #f5d92f;
	}
}
a.mtp-pageTop.--show {
	opacity: 1;
	visibility: visible;
}
a.mtp-pageTop img {
	position: absolute;
	rotate: 180deg;
	margin-inline: auto;
	inset-inline: 0;
	margin-block-start: -80px;
}
a.mtp-pageTop p {
	--font-size-clamp-min: 11;
	--font-size-clamp-max: 15;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.25;
	margin-block-start: 15px;
}

.mtp-spMenu {
	border: unset;
	max-inline-size: unset;
	max-block-size: unset;
	padding: unset;
	margin-block: unset;
	inset-block-start: 0;
	inline-size: 100vw;
	block-size: 100vb;
	background-color: #FAF8F0;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #EFE8CF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #EFE8CF calc(100% - 1px));
	background-size: 26px 26px;
	background-repeat: repeat;
	background-position: left top;
}

.mtp-spMenu__header {
	display: grid;
	grid-template: "logo spButtons" 1fr/1fr auto;
	align-items: center;
	gap: clamp(15px, 2%, 36px);
	block-size: var(--header-height);
	padding-inline: clamp(10px, 2vw, 26px);
}

.mtp-spMenu__headerLink {
	display: flex;
	align-items: center;
	gap: clamp(5px, 1vw, 13px);
}
.mtp-spMenu__headerLink img:first-child {
	block-size: 16.1px;
	inline-size: auto;
	margin-block-end: 5.6px;
}
@media only screen and (min-width: 1440px) {
	.mtp-spMenu__headerLink img:first-child {
		block-size: 23px;
		margin-block-end: 8px;
	}
}
.mtp-spMenu__headerLink img:last-child {
	block-size: 19.6px;
	inline-size: auto;
	margin-block-start: 2.1px;
}
@media only screen and (min-width: 1440px) {
	.mtp-spMenu__headerLink img:last-child {
		block-size: 28px;
		margin-block-start: 3px;
	}
}

.mtp-spMenu__closeButton {
	display: grid;
	justify-items: center;
	color: inherit;
}
.mtp-spMenu__closeButton p {
	--font-size-clamp-min: 10;
	--font-size-clamp-max: 10;
}

.mtp-spMenu__closeButtonIcon {
	inline-size: 30px;
	block-size: 30px;
	border: 1px solid var(--text-color);
	border-radius: calc(infinity * 1px);
	background-color: #F5D92F;
	display: grid;
	place-items: center;
	position: relative;
}
.mtp-spMenu__closeButtonIcon span {
	position: absolute;
	display: block;
	inline-size: 12px;
	block-size: 1px;
	background-color: var(--text-color);
	margin: auto;
	inset: 0;
}
.mtp-spMenu__closeButtonIcon span:first-child {
	rotate: 45deg;
}
.mtp-spMenu__closeButtonIcon span:last-child {
	rotate: -45deg;
}

.mtp-spMenu__navigation {
	padding-inline: 15px;
	margin-block-start: 40px;
}

.mtp-spMenu__navigationImage {
	display: block;
	block-size: 38px;
	inline-size: 38px;
}

a.mtp-spMenu__navigationLink {
	inline-size: 100%;
	block-size: 90px;
	background-color: #fff;
	border-radius: 20px;
	display: grid;
	align-items: center;
	gap: 16px;
	grid-template-columns: 38px 1fr auto;
	padding: 25px;
	margin-bottom: 16px;
	color: inherit;
}

.mtp-spMenu__navigationText {
	--font-size-clamp-min: 18;
	--font-size-clamp-max: 18;
	font-weight: 600;
	white-space: nowrap;
}

.mtp-spMenu__navigationIcon {
	inline-size: 26px;
	block-size: 26px;
}
.mtp-spMenu__navigationIcon[src$="icon-arrow-black.svg"] {
	rotate: -90deg;
}

.com-breadcrumb {
	width: calc( 100vw - 48px );
	margin: 0 auto 0;
	max-width: 840px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 12px;
}
@media only screen and (min-width: 992px) {
	.com-breadcrumb {
		font-size: 16px;
	}
}

.com-breadcrumb__homeLink {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAdCAMAAACDkYxEAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAD2Awx7EI9UEVvqyll5CIeHBpW1yGJGgAAABwSURBVCjP1ck3FoMwFATAlf2VyGHvf1brOQpYShdMO6g4MwcpGGlBTsOiCWI8n/zxWr61++n41W2nZ6WvZ+DG8JuRO+NnJh5Mr5kpzCgWSguw8sSKeFYRyeuxBNx13fDPMl+YrIwiy3Io3LUqR1kJD7pGJTXM0/XYAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 0.28s;
	margin-bottom: 1px;
	filter: brightness(0) saturate(100%) invert(40%) sepia(17%) saturate(1874%) hue-rotate(109deg) brightness(93%) contrast(87%);
}
.com-breadcrumb__homeLink.st-hover {
	filter: brightness(0) saturate(100%) invert(81%) sepia(22%) saturate(3186%) hue-rotate(326deg) brightness(100%) contrast(97%);
}

.com-breadcrumb__item {
	display: flex;
	align-items: center;
}
.com-breadcrumb__item:not(:last-child):after {
	content: ">";
	font-size: 14px;
	color: #999;
	margin: 0 10px;
}

.com-breadcrumb__link {
	color: #177e5c;
	transition: 0.2s;
}
.com-breadcrumb__link.st-hover {
	color: #177e5c;
}
.com-breadcrumb__link:link, .com-breadcrumb__link:visited {
	color: #177e5c;
}
.com-breadcrumb__link:link.st-hover, .com-breadcrumb__link:visited.st-hover {
	color: #FAA145;
}

.com-breadcrumb__end {
	color: #696a6c;
}