@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;
	}
}

.unit-button {
	width: calc( 100vw - 48px );
	max-width: 840px;
	margin: 32px auto 0;
	position: relative;
	z-index: 1;
}

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;
}
body.noscroll {
	overflow: hidden;
}

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.--psrs-lp {
	inline-size: 240px;
	block-size: 42px;
}
.b-headerBar__logo.--akagi {
	inline-size: 124px;
	block-size: 40px;
	margin-block-end: 6px;
}
.b-headerBar__logo.--tokyoeki-1bangai {
	inline-size: 150px;
	block-size: 37px;
	margin-block-end: 6px;
}
.b-headerBar__logo.--yomiuriland {
	inline-size: 168px;
	block-size: 48px;
	margin-block-end: 6px;
}
.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__formItem--radio {
	display: none;
}
.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;
}

.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;
}

.yri-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	inline-size: 100%;
	block-size: 60px;
	padding-block: 8px;
	background: rgba(255, 255, 255, 0.66);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.yri-header__inner {
	display: flex;
	align-items: center;
	gap: 24px;
	block-size: 100%;
	padding-inline: 8px;
	margin-inline: auto;
}
.yri-header__logo {
	flex-shrink: 0;
}
.yri-header__logoImage {
	display: block;
	width: auto;
	height: 22px;
}
.yri-header__nav {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 16px;
}
.yri-header__navItem {
	white-space: nowrap;
	font-size: 0.9rem;
	text-decoration: none;
}
.yri-header__navItem:link, .yri-header__navItem:visited, .yri-header__navItem:hover {
	color: #111111;
}
.yri-header__navItem:hover {
	text-decoration: underline;
}
.yri-header__lang {
	position: relative;
	flex-shrink: 0;
}
.yri-header__langButton {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #111111;
	border-radius: calc(infinity * 1px);
	padding: 8px 10px;
	background-color: #fff;
	color: #111111;
	font-weight: 600;
	cursor: pointer;
}
@media (any-hover: hover) {
	.yri-header__langButton:hover {
		background-color: #f5f5f5;
	}
}
.yri-header__langButtonIcon {
	display: inline-flex;
	width: 15px;
	height: 15px;
}
.yri-header__langButtonIcon svg {
	display: block;
	width: 100%;
	height: 100%;
}
.yri-header__langButtonChevron {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-inline-start: 4px;
	border-right: 1px solid #37AB9D;
	border-bottom: 1px solid #37AB9D;
	transform: rotate(45deg);
}
.yri-header__langMenu {
	position: absolute;
	inset-block-start: 115%;
	inset-inline-end: 0;
	z-index: 2;
	min-inline-size: 100%;
	inline-size: max-content;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #111111;
	border-radius: 20px;
	text-align: center;
}
.yri-header__langMenuRow {
	padding: 5px;
}
.yri-header__langMenuItem {
	font-size: 14px;
	text-decoration: none;
}
.yri-header__langMenuItem:link, .yri-header__langMenuItem:visited, .yri-header__langMenuItem:hover {
	color: #111111;
}
@media (any-hover: hover) {
	.yri-header__langMenuItem:hover {
		text-decoration: underline;
	}
}
.yri-header__langMenuItem.--current {
	text-decoration: underline;
}
.yri-header__hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	inline-size: 40px;
	block-size: 40px;
	margin-inline-start: auto;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
.yri-header__hamburgerBar {
	display: block;
	inline-size: 24px;
	block-size: 2px;
	margin-inline: auto;
	background: #111111;
	border-radius: 1px;
	transition: transform 0.2s, opacity 0.2s;
}
.yri-header__hamburger.--open .yri-header__hamburgerBar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.yri-header__hamburger.--open .yri-header__hamburgerBar:nth-child(2) {
	opacity: 0;
}
.yri-header__hamburger.--open .yri-header__hamburgerBar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
.yri-header__menu {
	position: absolute;
	inset-block-start: 100%;
	inset-inline: 0;
	z-index: 1;
	max-block-size: calc(100vh - 60px);
	overflow-y: auto;
	background: #ffffff;
	border-block-start: 1px solid #eeeeee;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.yri-header__menuNav {
	display: flex;
	flex-direction: column;
}
.yri-header__menuItem {
	display: block;
	padding: 15px 20px;
	font-weight: 600;
	text-decoration: none;
	border-block-end: 1px solid #f0f0f0;
}
.yri-header__menuItem:link, .yri-header__menuItem:visited, .yri-header__menuItem:hover {
	color: #111111;
}
@media (any-hover: hover) {
	.yri-header__menuItem:hover {
		background-color: #f5f5f5;
	}
}
.yri-header__menuLang {
	padding: 15px 20px;
}
.yri-header__menuLangLabel {
	display: block;
	margin-block-end: 8px;
	font-size: 0.8rem;
	font-weight: 600;
	color: #888888;
}
.yri-header__menuLangList {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.yri-header__menuLangItem {
	text-decoration: none;
}
.yri-header__menuLangItem:link, .yri-header__menuLangItem:visited, .yri-header__menuLangItem:hover {
	color: #111111;
}
.yri-header__menuLangItem.--current {
	text-decoration: underline;
}
@media (max-width: 1199px) {
	.yri-header__nav, .yri-header__lang {
		display: none;
	}
	.yri-header__hamburger {
		display: flex;
	}
}
@media (min-width: 1200px) {
	.yri-header__menu {
		display: none;
	}
}

.yri-mv {
	position: relative;
	padding-block: 80px;
	background: #fff;
}
.yri-mv__inner {
	position: relative;
	inline-size: min(92%, 1200px);
	margin-inline: auto;
	aspect-ratio: 16/9;
}
.yri-mv__band {
	position: absolute;
	inset-block-start: 50%;
	inset-inline-start: 50%;
	inline-size: 100vw;
	block-size: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
	z-index: 0;
}
.yri-mv__slides {
	position: absolute;
	inset: 0;
	border-radius: 30px;
	overflow: hidden;
	z-index: 1;
}
.yri-mv__slide {
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.8s ease;
}
.yri-mv__slide.--active {
	opacity: 1;
}
.yri-mv__thumbs {
	position: absolute;
	inset-block-start: 50%;
	inset-inline-end: 0;
	transform: translate(50%, -50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.yri-mv__thumb {
	position: relative;
	display: block;
	inline-size: 70px;
	block-size: 70px;
	padding: 0;
	border: 2px solid #111111;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.yri-mv__thumb.--active::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 6px solid var(--area-color);
	border-radius: 50%;
	pointer-events: none;
}
.yri-mv__thumbImage {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}
.yri-mv__nav {
	position: absolute;
	inset-block-end: 0;
	inset-inline-end: 100%;
	margin-inline-end: 16px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.yri-mv__label {
	margin: 0;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	white-space: nowrap;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #111111;
}
.yri-mv__labelBullet::before {
	content: "・";
}
.yri-mv__progress {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.yri-mv__progressSeg {
	inline-size: 2px;
	block-size: 20px;
	background-color: rgba(17, 17, 17, 0.1);
}
.yri-mv__progressSeg.--done {
	background-color: #111111;
}
.yri-mv__illust {
	position: absolute;
	inset-block-start: -30px;
	inset-inline-start: 0;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	pointer-events: none;
}
.yri-mv__good, .yri-mv__lucky {
	display: block;
	block-size: 195px;
	inline-size: auto;
}

@media (max-width: 767px) {
	.yri-mv {
		padding-block: 32px 40px;
	}

	.yri-mv__good,
.yri-mv__lucky {
		block-size: 76px;
	}

	.yri-mv__illust {
		inset-block-start: -14px;
		inset-inline-start: -8px;
		transform: none;
	}

	.yri-mv__nav {
		display: none;
	}

	.yri-mv__thumbs {
		inset-block-start: 50%;
		inset-inline-end: 8px;
		transform: translateY(-50%);
		gap: 6px;
	}

	.yri-mv__thumb {
		inline-size: 32px;
		block-size: 32px;
	}

	.yri-mv__thumb.--active::after {
		border-width: 4px;
	}
}
.yri-intro {
	padding-block: 40px 32px;
	background: #fff;
}

.yri-intro__inner {
	inline-size: min(92%, 960px);
	margin-inline: auto;
	text-align: center;
}

.yri-intro__title {
	font-family: "Outfit", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #111111;
}

.yri-intro__description {
	margin-block-start: 14px;
	font-family: "Outfit", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #111111;
	white-space: pre-line;
}

@media (min-width: 768px) {
	.yri-intro {
		padding-block: 56px 40px;
	}

	.yri-intro__title {
		font-size: 2.75rem;
	}

	.yri-intro__description {
		font-size: 1.25rem;
	}
}
.yri-features {
	padding-block-end: 96px;
	background: #fff;
}

.yri-features__inner {
	inline-size: min(92%, 1040px);
	margin-inline: auto;
	padding-block: 8px 40px;
}

.yri-featureNav__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yri-featureNav__link {
	display: flex;
	align-items: center;
	gap: 10px;
	inline-size: 100%;
	padding-block: 0;
	padding-inline: 0 14px;
	overflow: hidden;
	background: #ffffff;
	border: 2px solid var(--feature-accent);
	border-radius: 14px;
	text-decoration: none;
	color: #111111;
}

.yri-featureNav__image {
	flex: none;
	block-size: 88px;
	inline-size: auto;
	aspect-ratio: 206/325;
	object-fit: cover;
	object-position: center;
}

.yri-featureNav__star {
	flex: none;
	inline-size: 18px;
	block-size: 18px;
	object-fit: contain;
}

.yri-featureNav__label {
	flex: 1 1 auto;
	font-family: "Outfit", sans-serif;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: start;
	color: #111111;
}

.yri-featureNav__chevron {
	display: none;
}

@media (min-width: 600px) {
	.yri-featureNav__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 1000px) {
	.yri-featureNav__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 24px 16px;
	}

	.yri-featureNav__link {
		flex: none;
		inline-size: 160px;
		flex-direction: column;
		gap: 0;
		padding: 0;
		overflow: visible;
		background: none;
		border: 0;
		border-radius: 0;
	}

	.yri-featureNav__image {
		inline-size: 100%;
		block-size: auto;
		aspect-ratio: 206/325;
		border: 2px solid #111111;
		border-radius: 30px;
	}

	.yri-featureNav__star {
		inline-size: 26px;
		block-size: 26px;
		margin-block-start: 14px;
	}

	.yri-featureNav__label {
		margin-block-start: 8px;
		font-size: 20px;
		text-align: center;
	}

	.yri-featureNav__chevron {
		display: block;
		inline-size: 18px;
		block-size: auto;
		margin-block-start: 10px;
	}
}
.yri-featureList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.yri-feature {
	position: relative;
	padding-block: 28px 120px;
	background: var(--feature-color);
	border-radius: 60px;
}

.yri-feature + .yri-feature {
	margin-block-start: -60px;
}

.yri-feature:not(.--last) {
	border-end-start-radius: 0;
	border-end-end-radius: 0;
}

.yri-feature__inner {
	inline-size: min(92%, 1040px);
	margin-inline: auto;
	display: grid;
	gap: 32px;
}

.yri-feature__slides {
	position: relative;
	aspect-ratio: 4/3;
	border-radius: 24px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.06);
}

.yri-feature__slide {
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.yri-feature__slide.--active {
	opacity: 1;
}

.yri-feature__captions {
	position: absolute;
	inset-inline: 0;
	inset-block-end: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yri-feature__caption {
	position: absolute;
	inset-inline: 0;
	inset-block-end: 0;
	padding-block: 10px;
	padding-inline: 16px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 700;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.yri-feature__caption.--active {
	opacity: 1;
}

.yri-feature__thumbs {
	display: flex;
	gap: 12px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.yri-feature__thumbsItem {
	flex: 1 1 0;
}

.yri-feature__thumb {
	display: block;
	inline-size: 100%;
	aspect-ratio: 4/3;
	padding: 0;
	border: 3px solid transparent;
	border-radius: 12px;
	overflow: hidden;
	background: none;
	cursor: pointer;
}

.yri-feature__thumb.--active {
	border-color: #2d383e;
}

.yri-feature__thumbImage {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.yri-feature__thumbCaption {
	margin-block-start: 8px;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	color: #111111;
}

.yri-feature__body {
	color: #2d383e;
}

.yri-feature__head,
.yri-feature__headSp {
	text-align: center;
}

.yri-feature__head {
	display: none;
}

.yri-feature__icon {
	inline-size: 54px;
	block-size: 56px;
}

.yri-feature__catch {
	margin: 8px 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.yri-feature__title {
	margin: 4px 0 0;
	font-family: "Outfit", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.yri-feature__desc {
	margin: 0;
	font-size: 1rem;
	line-height: 1.9;
	white-space: pre-line;
}

.yri-feature__copyright {
	margin: 8px 0 0;
	font-size: 0.7rem;
	line-height: 1.5;
	color: #888888;
}

.yri-feature__season {
	display: flex;
	inline-size: fit-content;
	align-items: baseline;
	margin: 24px auto 0;
	padding-block: 6px;
	padding-inline: 16px;
	background: var(--feature-accent);
	border-radius: 5px;
	color: #ffffff;
	font-size: 0.95rem;
	font-weight: 700;
}

.yri-feature__seasonSep {
	margin-inline: 2px;
}

.yri-feature__highlights {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.yri-feature__highlight {
	padding-block: 10px;
	padding-inline: 16px;
	background: #ffffff;
	border-radius: 5px;
	line-height: 1.7;
}

.yri-feature__highlight + .yri-feature__highlight {
	margin-block-start: 8px;
}

.yri-feature__foot {
	margin-block-start: 36px;
	text-align: center;
}

.yri-feature__more {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-inline-size: 240px;
	padding-block: 16px;
	padding-inline: 48px;
	background: #2d383e;
	border-radius: 999px;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.2s;
}

.yri-feature__more,
.yri-feature__more:link,
.yri-feature__more:visited {
	color: #ffffff;
}

.yri-feature__more:hover {
	opacity: 0.85;
}

.yri-feature__moreChevron {
	position: absolute;
	inset-inline-end: 24px;
	inset-block-start: 50%;
	inline-size: 7px;
	block-size: 11px;
	transform: translateY(-50%);
}

.yri-feature__illust {
	position: absolute;
	inset-inline-end: 16px;
	inset-block-end: 0;
	inline-size: 100px;
	block-size: auto;
	transform: translateY(35%);
	pointer-events: none;
}

@media (min-width: 900px) {
	.yri-feature {
		padding-block-start: 56px;
	}

	.yri-feature__icon {
		inline-size: 75px;
		block-size: 77px;
	}

	.yri-feature__thumbCaption {
		font-size: 14px;
	}

	.yri-feature__desc {
		margin-block-start: 14px;
	}

	.yri-feature__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 56px;
		align-items: center;
	}

	.yri-feature__season {
		margin-block-start: 28px;
	}

	.yri-feature__title {
		font-size: 2.5rem;
	}

	.yri-feature__head {
		display: block;
	}

	.yri-feature__headSp {
		display: none;
	}

	.yri-feature__illust {
		inset-inline-end: 56px;
		inline-size: 220px;
		transform: translateY(50%);
	}
}
.yri-eventList {
	padding-block-end: 64px;
	background: #fff;
}

.yri-eventList__inner {
	inline-size: min(92%, 960px);
	margin-inline: auto;
}

.yri-eventList__heading {
	margin-block-end: 32px;
	font-family: "Outfit", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
	color: #111111;
}

.yri-eventList__items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yri-eventList__item {
	display: contents;
}

.yri-eventList__empty {
	color: #2D383E;
}

.yri-eventList__note {
	margin-block-start: 16px;
	font-size: 0.8rem;
	line-height: 1.6;
	text-align: center;
	color: #888888;
}

.yri-eventCard {
	position: relative;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	row-gap: 0;
	overflow: hidden;
	background: #fff;
	border: 2px solid #111111;
	border-radius: 30px;
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yri-eventCard:hover {
	transform: translate(-3px, -3px);
	box-shadow: 6px 6px 0 #37ab9d;
}

.yri-eventCard__thumb {
	grid-row: 1;
	margin: 0;
	aspect-ratio: 16/10;
	overflow: hidden;
	background: #eee;
}

.yri-eventCard__image {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.yri-eventCard__date {
	grid-row: 2;
	margin: 0;
	padding-block-start: 16px;
	padding-inline: 20px;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: start;
	color: #177e5c;
}

.yri-eventCard__title {
	grid-row: 3;
	margin: 0;
	padding-block: 8px 34px;
	padding-inline: 20px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	color: #111111;
}

.yri-eventCard__chevron {
	position: absolute;
	inset-block-end: 20px;
	inset-inline-end: 20px;
	inline-size: 9px;
	block-size: 14px;
	color: #111111;
	transition: transform 0.2s ease, color 0.2s ease;
}

.yri-eventCard:hover .yri-eventCard__chevron {
	transform: translateX(4px);
	color: #37ab9d;
}

@media (min-width: 600px) {
	.yri-eventList__items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 900px) {
	.yri-eventList__heading {
		font-size: 2.375rem;
	}

	.yri-eventList__items {
		grid-template-columns: repeat(4, 1fr);
	}
}
.yri-articleList {
	padding-block: 56px;
	background: #fff;
}

.yri-articleList__inner {
	margin-inline: auto;
}

.yri-articleList__heading {
	margin: 0 0 24px;
	font-family: "Outfit", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
	color: #111111;
}

.yri-articleList__scroll {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	scroll-padding-inline: 20px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.yri-articleList__items {
	display: flex;
	gap: 20px;
	inline-size: fit-content;
	margin-block: 0;
	margin-inline: auto;
	padding: 4px 0 16px;
	list-style: none;
}

.yri-articleList__item {
	flex: 0 0 auto;
	inline-size: 280px;
	scroll-snap-align: start;
}
.yri-articleList__item:first-child {
	margin-inline-start: 20px;
}
.yri-articleList__item:last-child {
	margin-inline-end: 20px;
}

.yri-articleCard {
	display: flex;
	flex-direction: column;
	block-size: 100%;
	overflow: hidden;
	background: #fff;
	border: 2px solid #111111;
	border-radius: 24px;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.yri-articleCard:hover {
	transform: translate(-3px, -3px);
	box-shadow: 6px 6px 0 #37ab9d;
}

.yri-articleCard__thumb {
	margin: 0;
	aspect-ratio: 16/10;
	overflow: hidden;
	background: #eee;
}

.yri-articleCard__image {
	display: block;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.yri-articleCard__body {
	position: relative;
	flex: 1 1 auto;
	padding: 16px 20px 34px;
}

.yri-articleCard__title {
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	color: #111111;
}

.yri-articleCard__chevron {
	position: absolute;
	inset-block-end: 16px;
	inset-inline-end: 20px;
	inline-size: 9px;
	block-size: 14px;
	color: #111111;
	transition: transform 0.2s ease, color 0.2s ease;
}

.yri-articleCard:hover .yri-articleCard__chevron {
	transform: translateX(4px);
	color: #37ab9d;
}

@media (min-width: 768px) {
	.yri-articleList {
		padding-block: 64px;
	}

	.yri-articleList__heading {
		font-size: 2rem;
	}
}
.yri-popular {
	padding-block: 64px;
	background: #fff;
}

.yri-popular__box {
	position: relative;
	padding-block: 56px;
	padding-inline: 32px;
	background: #dff2f0;
	border-radius: 60px;
}

.yri-popular__osuwariGood,
.yri-popular__osuwariLucky {
	position: absolute;
	inline-size: 60px;
	block-size: auto;
	pointer-events: none;
}

.yri-popular__osuwariGood {
	inset-block-start: 0;
	inset-inline-start: 16px;
	transform: translateY(-35%);
}

.yri-popular__osuwariLucky {
	inset-block-end: 0;
	inset-inline-end: 16px;
	transform: translateY(35%);
}

.yri-popular__inner {
	position: relative;
	z-index: 1;
	inline-size: min(100%, 960px);
	margin-inline: auto;
}

.yri-popular__heading {
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #111111;
}

.yri-popular__feature {
	display: grid;
	gap: 24px;
	margin-block-start: 36px;
	padding: 20px;
	background: #fff;
	border: 2px solid #111111;
	border-radius: 30px;
}

.yri-popular__slides {
	position: relative;
	aspect-ratio: 4/3;
	border-radius: 24px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.06);
}

.yri-popular__slide {
	position: absolute;
	inset: 0;
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.yri-popular__slide.--active {
	opacity: 1;
}

.yri-popular__thumbs {
	display: flex;
	gap: 12px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.yri-popular__thumbsItem {
	flex: 1 1 0;
}

.yri-popular__thumb {
	display: block;
	inline-size: 100%;
	aspect-ratio: 4/3;
	padding: 0;
	border: 3px solid transparent;
	border-radius: 12px;
	overflow: hidden;
	background: none;
	cursor: pointer;
}

.yri-popular__thumb.--active {
	border-color: #2d383e;
}

.yri-popular__thumbImage {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.yri-popular__title {
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.2;
	color: #111111;
}

.yri-popular__catch {
	margin: 8px 0 0;
	font-size: 1rem;
	font-weight: 700;
	color: #2d383e;
}

.yri-popular__desc {
	margin: 16px 0 0;
	font-size: 1rem;
	line-height: 1.9;
	color: #2d383e;
}

.yri-popular__foot {
	margin-block-start: 24px;
	text-align: center;
}

.yri-popular__more {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-inline-size: 240px;
	padding-block: 14px;
	padding-inline: 48px;
	background: #2d383e;
	border-radius: 999px;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.yri-popular__more,
.yri-popular__more:link,
.yri-popular__more:visited {
	color: #ffffff;
}

.yri-popular__more:hover {
	opacity: 0.85;
}

.yri-popular__moreChevron {
	position: absolute;
	inset-inline-end: 24px;
	inset-block-start: 50%;
	inline-size: 7px;
	block-size: 11px;
	transform: translateY(-50%);
}

.yri-popular__cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.yri-popular__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.yri-popular__cardLink {
	display: flex;
	flex-direction: column;
	block-size: 100%;
	overflow: hidden;
	background: #fff;
	border: 2px solid #111111;
	border-radius: 30px;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.yri-popular__cardLink:hover {
	transform: translate(-3px, -3px);
	box-shadow: 6px 6px 0 #37ab9d;
}

.yri-popular__cardThumb {
	margin: 0;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: #eee;
}

.yri-popular__cardImage {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.yri-popular__cardBody {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1 1 auto;
	padding: 16px 20px 20px;
}

.yri-popular__cardTitle {
	margin: 0;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #111111;
}

.yri-popular__cardCatch {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	color: #2d383e;
}

.yri-popular__cardDesc {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #2d383e;
}

.yri-popular__cardChevron {
	align-self: flex-end;
	margin-block-start: auto;
	inline-size: 9px;
	block-size: 14px;
	color: #111111;
	transition: transform 0.2s ease, color 0.2s ease;
}

.yri-popular__cardLink:hover .yri-popular__cardChevron {
	transform: translateX(4px);
	color: #37ab9d;
}

.yri-popular__listFoot {
	margin-block-start: 36px;
	text-align: center;
}

.yri-popular__listLink {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-inline-size: 280px;
	padding-block: 16px;
	padding-inline: 48px;
	background: #ffffff;
	border: 2px solid #2d383e;
	border-radius: 999px;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.yri-popular__listLink,
.yri-popular__listLink:link,
.yri-popular__listLink:visited {
	color: #2d383e;
}

.yri-popular__listLink:hover {
	background: #2d383e;
	color: #ffffff;
}

.yri-popular__listChevron {
	position: absolute;
	inset-inline-end: 24px;
	inset-block-start: 50%;
	inline-size: 7px;
	block-size: 11px;
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.yri-popular__box {
		padding-block: 72px;
		padding-inline: 56px;
	}

	.yri-popular__osuwariGood,
.yri-popular__osuwariLucky {
		inline-size: 140px;
	}

	.yri-popular__osuwariGood {
		inset-inline-start: 24px;
		transform: translateY(-50%);
	}

	.yri-popular__osuwariLucky {
		inset-inline-end: 24px;
		transform: translateY(50%);
	}

	.yri-popular__heading {
		font-size: 2.25rem;
	}

	.yri-popular__feature {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 48px;
		align-items: center;
	}
}
@media (min-width: 1200px) {
	.yri-popular__cards {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		inline-size: min(1366px, calc(100vw - 112px));
		margin-inline: 0;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}
.yri-mapBanner {
	padding-block: 48px;
	background: #fff;
}

.yri-mapBanner__inner {
	inline-size: min(92%, 1000px);
	margin-inline: auto;
}

.yri-mapBanner__link {
	display: block;
	transition: opacity 0.2s;
}

.yri-mapBanner__link:hover {
	opacity: 0.9;
}

.yri-mapBanner__image {
	display: block;
	inline-size: 100%;
	block-size: auto;
}

.yri-page {
	padding-block: 56px 72px;
	background: #fff;
	overflow-x: clip;
}

.yri-page__inner {
	inline-size: min(92%, 1000px);
	margin-inline: auto;
}

.yri-page__heading {
	position: relative;
	padding-block: 40px;
	padding-inline: 32px;
	text-align: center;
	background: #D8EBE9;
	border-radius: 30px;
}

.yri-page__title {
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.3;
	color: #111111;
}

.yri-page__good,
.yri-page__lucky {
	position: absolute;
	inset-block-end: -8px;
	block-size: 64px;
	inline-size: auto;
	pointer-events: none;
}

.yri-page__good {
	inset-inline-start: 12px;
}

.yri-page__lucky {
	inset-inline-end: 12px;
}

@media (min-width: 768px) {
	.yri-page {
		padding-block: 80px 96px;
	}

	.yri-page__heading {
		padding-block: 56px;
	}

	.yri-page__title {
		font-size: 2.875rem;
	}

	.yri-page__good,
.yri-page__lucky {
		block-size: 130px;
		inset-block-end: -24px;
	}

	.yri-page__good {
		inset-inline-start: 0;
		transform: translateX(-45%);
	}

	.yri-page__lucky {
		inset-inline-end: 0;
		transform: translateX(45%);
	}
}
.yri-spotList {
	padding-block: 16px 104px;
	background: #fff;
}

.yri-spotList__inner {
	inline-size: min(92%, 1100px);
	margin-inline: auto;
}

.yri-spotList__items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yri-spotList__empty {
	text-align: center;
	color: #2D383E;
}

.yri-spotCard {
	display: flex;
	flex-direction: column;
	block-size: 100%;
	overflow: hidden;
	background: #fff;
	border: 2px solid #111111;
	border-radius: 30px;
	color: inherit;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.yri-spotCard:hover {
	transform: translate(-3px, -3px);
	box-shadow: 6px 6px 0 #37ab9d;
}

.yri-spotCard__thumb {
	position: relative;
	margin: 0;
	aspect-ratio: 16/9;
	background: #eee;
	overflow: hidden;
}

.yri-spotCard__badge {
	position: absolute;
	inset-block-start: 10px;
	inset-inline-end: 10px;
	margin: 0;
	padding: 3px 12px;
	background: #fff;
	border: 2px solid #EA4C44;
	border-radius: 5px;
	font-size: 0.78rem;
	font-weight: bold;
	color: #EA4C44;
}

.yri-spotCard__image {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.yri-spotCard__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 8px;
	padding: 16px 20px 20px;
}

.yri-spotCard__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	color: #111111;
}

.yri-spotCard__chevron {
	align-self: flex-end;
	margin-block-start: auto;
	inline-size: 9px;
	block-size: 14px;
	color: #111111;
	transition: transform 0.2s ease, color 0.2s ease;
}

.yri-spotCard:hover .yri-spotCard__chevron {
	transform: translateX(4px);
	color: #37ab9d;
}

.yri-spotFilter {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.yri-spotTabs {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-block-end: 32px;
}

.yri-spotTabs__label {
	padding: 10px 24px;
	border: 1px solid #D8EBE9;
	border-radius: 999px;
	font-weight: bold;
	white-space: nowrap;
	color: #2D383E;
	background: #fff;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

@media (max-width: 767px) {
	.yri-spotTabs {
		gap: 6px;
		margin-block-end: 24px;
	}

	.yri-spotTabs__label {
		padding: 7px 14px;
		font-size: 0.85rem;
	}
}
.yri-spotTabs__label:hover {
	background: #D8EBE9;
}

#yriSpotFilterAll:checked ~ .yri-spotTabs .yri-spotTabs__label[for=yriSpotFilterAll],
#yriSpotFilterGourmet:checked ~ .yri-spotTabs .yri-spotTabs__label[for=yriSpotFilterGourmet],
#yriSpotFilterShop:checked ~ .yri-spotTabs .yri-spotTabs__label[for=yriSpotFilterShop] {
	color: #fff;
	background: #46ACA6;
	border-color: #46ACA6;
}

#yriSpotFilterGourmet:checked ~ .yri-spotList__items .yri-spotList__item[data-type=shop],
#yriSpotFilterShop:checked ~ .yri-spotList__items .yri-spotList__item[data-type=gourmet] {
	display: none;
}

@media (min-width: 768px) {
	.yri-spotList__items {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
	}
}
.yri-attractionCard {
	display: flex;
	flex-direction: column;
	block-size: 100%;
	overflow: hidden;
	background: #fff;
	border: 2px solid #111111;
	border-radius: 30px;
	color: inherit;
	text-decoration: none;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.yri-attractionCard:hover {
	transform: translate(-3px, -3px);
	box-shadow: 6px 6px 0 #37ab9d;
}

.yri-attractionCard__thumb {
	position: relative;
	margin: 0;
	aspect-ratio: 16/9;
	background: #eee;
	overflow: hidden;
}

.yri-attractionCard__image {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
}

.yri-attractionCard__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	gap: 8px;
	padding: 16px 20px 20px;
}

.yri-attractionCard__chevron {
	align-self: flex-end;
	margin-block-start: auto;
	inline-size: 9px;
	block-size: 14px;
	color: #111111;
	transition: transform 0.2s ease, color 0.2s ease;
}

.yri-attractionCard:hover .yri-attractionCard__chevron {
	transform: translateX(4px);
	color: #37ab9d;
}

.yri-attractionCard__area {
	position: absolute;
	inset-block-start: 10px;
	inset-inline-end: 10px;
	margin: 0;
	padding: 3px 12px;
	background: #fff;
	border: 2px solid #EA4C44;
	border-radius: 5px;
	font-size: 0.78rem;
	font-weight: bold;
	color: #EA4C44;
}

.yri-attractionCard__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
	color: #111111;
}

.yri-attractionCard__lead {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.7;
	color: #2D383E;
}

.yri-attractionCard__restriction {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 4px 0 0;
	padding: 12px;
	border-radius: 10px;
	background: #f6f6f6;
	font-size: 0.78rem;
	line-height: 1.6;
}

.yri-attractionCard__restrictionRow {
	display: flex;
	gap: 8px;
}

.yri-attractionCard__restrictionRow::before {
	content: "";
	flex: 0 0 6px;
	align-self: flex-start;
	inline-size: 6px;
	block-size: 6px;
	margin-block-start: calc((1.6em - 6px) / 2);
	border-radius: 50%;
	background: #37ab9d;
}

.yri-attractionCard__restrictionTerm {
	flex: 0 0 5em;
	margin: 0;
	font-weight: bold;
	color: #555;
}

.yri-attractionCard__restrictionDesc {
	margin: 0;
	color: #2D383E;
}

.yri-attractionCard__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.yri-attractionCard__tag {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #B53415;
	font-size: 0.72rem;
	font-weight: bold;
	color: #fff;
}

.yri-attractionCard__tagIcon {
	inline-size: 14px;
	block-size: 14px;
	object-fit: contain;
}

.yri-attractionCard__tag.--thrill {
	background: #D47614;
}

.yri-attractionCard__tag.--rain {
	background: #146DD4;
}

.yri-attractionCard__tag.--kids {
	background: #15B584;
}

.yri-attractionCard__tag.--oneday {
	background: #B53415;
}

.yri-search {
	padding: 30px 24px;
	background: #f4fcfb;
	border: 2px solid #37ab9d;
	border-radius: 18px;
}

.yri-search__title {
	inline-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #37ab9d;
}

.yri-search__body {
	margin-block-start: 20px;
}

.yri-search__group {
	display: flex;
}
.yri-search__group:not(:last-of-type) {
	margin-block-end: 12px;
}

.yri-search__subTitle {
	flex: 0 0 180px;
	margin: 0;
	font-size: clamp(14px, 1.5vw, 18px);
	font-weight: bold;
	line-height: 1.6;
	color: #37ab9d;
}

.yri-search__list {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 4px 16px;
	margin: 0;
	padding: 0;
	font-size: clamp(13px, 1.5vw, 15px);
	color: #434343;
	list-style: none;
}

.yri-search__item {
	display: flex;
	align-items: center;
}

.yri-search__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.yri-search__input:checked + .yri-search__label {
	border-color: #37ab9d;
	background: #e7f5f2;
}

.yri-search__label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 10px;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}
.yri-search__label:hover {
	background: #fff;
}
.yri-search__label.--active {
	border-color: #37ab9d;
	background: #e7f5f2;
}

.yri-search__count {
	color: #888;
}

.yri-search__select {
	margin-inline: 8px;
	padding: 3px 8px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	color: inherit;
	font-size: inherit;
	cursor: pointer;
}

.yri-search__clear {
	display: block;
	margin-block-start: 16px;
	margin-inline: auto;
	padding: 6px 18px;
	background: #37ab9d;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
.yri-search__clear.--active {
	opacity: 1;
	pointer-events: auto;
}
.yri-search__clear:hover {
	opacity: 0.8;
}

.yri-spotList__item.--hidden {
	display: none;
}

.yri-attractionCount {
	inline-size: fit-content;
	margin-block: 32px 0;
	margin-inline: auto;
	text-align: center;
}

.yri-attractionCount__main {
	margin: 0;
	padding-block-end: 5px;
	padding-inline: 2em;
	line-height: 1;
	border-block-end: 1px solid #434343;
}

.yri-attractionCount__num {
	margin-inline-end: 5px;
	font-family: "Outfit", sans-serif;
	font-size: clamp(26px, 4vw, 44px);
	font-weight: bold;
	color: #37ab9d;
}

.yri-attractionCount__text {
	font-size: clamp(14px, 2vw, 22px);
	font-weight: bold;
}

.yri-attractionCount__sub {
	margin: 6px 0 0;
	font-size: clamp(13px, 2vw, 18px);
}

@media (max-width: 767px) {
	.yri-search {
		padding: 16px;
	}

	.yri-search__title {
		cursor: pointer;
	}

	.yri-search__body {
		overflow: hidden;
		max-block-size: 0;
		margin-block-start: 0;
		opacity: 0;
		pointer-events: none;
		transition: max-block-size 0.2s ease, opacity 0.2s ease, margin-block-start 0.2s ease;
	}
	.yri-search__body.--isOpen {
		max-block-size: 1200px;
		margin-block-start: 16px;
		opacity: 1;
		pointer-events: auto;
	}

	.yri-search__group {
		display: block;
	}
	.yri-search__group:not(:last-of-type) {
		margin-block-end: 16px;
	}

	.yri-search__subTitle {
		margin-block-end: 6px;
	}
}
.yri-areaMap {
	position: relative;
	margin-block-start: -60px;
	padding-block: 56px 72px;
	background: #f8f8f8;
	border-start-start-radius: 60px;
	border-start-end-radius: 60px;
}

.yri-areaMap__inner {
	inline-size: min(92%, 800px);
	margin-inline: auto;
}

.yri-areaMap__heading {
	margin-block-end: 32px;
	font-family: "Outfit", sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
	color: #111111;
}

.yri-areaMap__figure {
	position: relative;
	margin: 0 auto;
	inline-size: 100%;
}

.yri-areaMap__image {
	display: block;
	inline-size: 100%;
	block-size: auto;
	border-radius: 16px;
}

.yri-areaMap__area {
	position: absolute;
	margin: 0;
	padding: 0.3em 0.5em;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.84);
	border: 2px solid #37ab9d;
	border-radius: 18px;
	font-size: clamp(10px, 2vw, 16px);
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
	color: #37ab9d;
	pointer-events: none;
}

.yri-areaMap__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-block-start: 40px;
}

.yri-areaMap__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-inline-size: 280px;
	max-inline-size: 100%;
	padding-block: 14px;
	padding-inline: 28px;
	background: #fff;
	border: 2px solid #111111;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.yri-areaMap__button,
.yri-areaMap__button:link,
.yri-areaMap__button:visited {
	color: #111111;
}

.yri-areaMap__button:hover,
.yri-areaMap__button:active {
	background: #111111;
	color: #ffffff;
}

.yri-areaMap__buttonChevron {
	flex: 0 0 auto;
	inline-size: 7px;
	block-size: 11px;
}

@media (min-width: 768px) {
	.yri-areaMap__heading {
		font-size: 2.375rem;
	}
}
.yri-charge {
	padding-block: 64px;
	background: #fff;
}

.yri-charge__inner {
	inline-size: min(92%, 1000px);
	margin-inline: auto;
}

.yri-charge__heading {
	font-family: "Outfit", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #111111;
}

.yri-charge__scroll {
	margin-block-start: 32px;
	overflow-x: auto;
}

.yri-chargeTable {
	inline-size: 100%;
	min-inline-size: 720px;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.yri-chargeTable__corner,
.yri-chargeTable__rowHead {
	inline-size: 32%;
}

.yri-chargeTable th,
.yri-chargeTable td {
	padding: 14px 12px;
	border-inline-end: 2px solid #d8ebe9;
	border-block-end: 2px solid #d8ebe9;
	text-align: center;
	vertical-align: middle;
}

.yri-chargeTable thead th {
	border-block-start: 2px solid #d8ebe9;
}

.yri-chargeTable tr > :first-child {
	border-inline-start: 2px solid #d8ebe9;
}

.yri-chargeTable__corner {
	border-start-start-radius: 30px;
}

.yri-chargeTable thead th:last-child {
	border-start-end-radius: 30px;
}

.yri-chargeTable tbody tr:last-child > :first-child {
	border-end-start-radius: 30px;
}

.yri-chargeTable tbody tr:last-child > :last-child {
	border-end-end-radius: 30px;
}

.yri-chargeTable th {
	background: #37ab9d;
	color: #ffffff;
}

.yri-chargeTable__colTitle {
	display: block;
	font-size: 0.95rem;
	font-weight: bold;
	line-height: 1.4;
	overflow-wrap: break-word;
}

.yri-chargeTable__colSub {
	display: block;
	margin-block-start: 2px;
	font-size: 0.75rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
}

.yri-chargeTable__rowHead {
	text-align: start;
}

.yri-chargeTable__rowTitle {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4;
	overflow-wrap: break-word;
}

.yri-chargeTable__rowSub {
	display: block;
	margin-block-start: 4px;
	font-size: 0.78rem;
	font-weight: normal;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
}

.yri-chargeTable__price {
	font-family: "Outfit", sans-serif;
	font-size: 1.05rem;
	font-weight: bold;
	color: #111111;
	white-space: nowrap;
}

.yri-charge__notes {
	margin-block-start: 20px;
}

.yri-charge__note {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.7;
	color: #888888;
}

.yri-charge__note + .yri-charge__note {
	margin-block-start: 4px;
}

.yri-charge__excluded {
	margin-block-start: 20px;
	padding: 18px 20px;
	background: #F4F8F7;
	border: 1px solid #DCE6E3;
	border-radius: 12px;
}

.yri-charge__excludedHeading {
	margin: 0 0 8px;
	font-size: 0.95rem;
	font-weight: bold;
	line-height: 1.5;
	color: #2A9374;
}

.yri-charge__excludedText {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.8;
	color: #555555;
}

.yri-charge__excludedText + .yri-charge__excludedText {
	margin-block-start: 6px;
}

.yri-charge__buttons {
	margin-block-start: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.yri-charge__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: min(100%, 420px);
	min-block-size: 54px;
	padding-block: 12px;
	padding-inline: 44px;
	background: #37ab9d;
	border-radius: 999px;
	font-family: "Outfit", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.yri-charge__button,
.yri-charge__button:link,
.yri-charge__button:visited {
	color: #ffffff;
}

.yri-charge__button:hover {
	opacity: 0.85;
}

.yri-charge__buttonChevron {
	position: absolute;
	inset-inline-end: 22px;
	inset-block-start: 50%;
	inline-size: 7px;
	block-size: 11px;
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.yri-charge__heading {
		font-size: 2.5rem;
	}
}
@media (max-width: 767px) {
	.yri-charge {
		padding-block: 40px;
	}

	.yri-charge__scroll {
		margin-block-start: 20px;
		margin-inline-end: calc(50% - 50vw);
		padding-inline-end: 16px;
	}

	.yri-chargeTable {
		min-inline-size: 640px;
	}

	.yri-chargeTable th,
.yri-chargeTable td {
		padding: 8px;
	}

	.yri-chargeTable__colTitle {
		font-size: 0.8rem;
	}

	.yri-chargeTable__colSub {
		font-size: 0.66rem;
	}

	.yri-chargeTable__rowTitle {
		font-size: 0.85rem;
	}

	.yri-chargeTable__rowSub {
		font-size: 0.7rem;
	}

	.yri-chargeTable__price {
		font-size: 0.9rem;
	}
}
.yri-access {
	padding-block: 64px calc(60px + clamp(48px, 10vw, 120px));
	background: #fff;
}

.yri-access__inner {
	inline-size: min(92%, 1000px);
	margin-inline: auto;
}

.yri-access__heading {
	font-family: "Outfit", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #111111;
}

.yri-accessTabs {
	margin-block-start: 32px;
}

.yri-accessTabs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yri-accessTabs__item {
	flex: 1 1 0;
	min-inline-size: 0;
}

.yri-accessTabs__tab {
	inline-size: 100%;
	padding-block: 14px;
	padding-inline: 16px;
	background: #f8f8f8;
	border: 0;
	border-radius: 12px 12px 0 0;
	color: #2d383e;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
}

.yri-accessTabs__tab.--active {
	background: #37ab9d;
	color: #ffffff;
}

.yri-accessTabs__labelFull {
	display: none;
}

.yri-accessTabs__labelSp {
	display: inline;
}

.yri-accessTabs__panel {
	display: none;
	padding-block: 28px;
	padding-inline: 24px;
	background: #f8f8f8;
	border-radius: 0 0 16px 16px;
}

.yri-accessTabs__panel.--active {
	display: block;
}

.yri-accessTabs__text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.9;
	color: #2D383E;
	white-space: pre-line;
}

.yri-accessKeio__heading,
.yri-accessOdakyu__heading,
.yri-accessCar__heading {
	margin-block: 24px 32px;
	margin-inline: 0;
	font-family: "Outfit", sans-serif;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #37ab9d;
}

.yri-accessKeio__routeImage,
.yri-accessOdakyu__routeImage,
.yri-accessCar__routeImage {
	display: block;
	inline-size: 100%;
	max-inline-size: 744px;
	block-size: auto;
	margin-block: 0;
	margin-inline: auto;
}

.yri-accessKeio__gondola,
.yri-accessOdakyu__section {
	margin-block-start: 40px;
}

.yri-accessPill {
	display: block;
	inline-size: fit-content;
	max-inline-size: 100%;
	margin-block: 24px;
	margin-inline: auto;
	padding-block: 8px;
	padding-inline: 20px;
	background: #fff;
	border-radius: 999px;
	font-family: "Outfit", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #37ab9d;
}

.yri-accessKeio__gondolaImage {
	display: block;
	inline-size: 100%;
	block-size: auto;
	margin-block-start: 16px;
	border-radius: 12px;
}

.yri-accessKeio__gondolaDesc,
.yri-accessOdakyu__text {
	margin-block-start: 16px;
	font-size: 1rem;
	line-height: 1.9;
	color: #2D383E;
	white-space: pre-line;
}

.yri-accessOdakyu__subHeading {
	margin-block: 0 12px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.4;
	color: #37ab9d;
}

.yri-accessOdakyu__link {
	display: inline-block;
	margin-block-start: 16px;
	color: #37ab9d;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: underline;
}

.yri-accessCar__notes {
	margin-block-start: 24px;
	padding: 0;
	list-style: none;
}

.yri-accessCar__note {
	font-size: 0.9rem;
	line-height: 1.8;
	color: #2D383E;
}
.yri-accessCar__note + .yri-accessCar__note {
	margin-block-start: 4px;
}

.yri-accessKeio__steps,
.yri-accessOdakyu__steps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-block-start: 28px;
	padding: 0;
	list-style: none;
}

.yri-accessKeio__stepFigure,
.yri-accessOdakyu__stepFigure {
	position: relative;
	margin: 0;
	aspect-ratio: 16/9;
}

.yri-accessKeio__stepImage,
.yri-accessOdakyu__stepImage {
	inline-size: 100%;
	block-size: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.yri-accessKeio__stepNum,
.yri-accessOdakyu__stepNum {
	position: absolute;
	inset-block-start: -4px;
	inset-inline-start: -4px;
	display: flex;
	align-items: center;
	justify-content: center;
	inline-size: 45px;
	block-size: 45px;
	background: #37ab9d;
	border-radius: 50%;
	color: #ffffff;
	font-family: "Outfit", sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
}

.yri-accessKeio__stepText,
.yri-accessOdakyu__stepText {
	margin-block-start: 12px;
	font-size: 0.95rem;
	line-height: 1.7;
	color: #2D383E;
}

@media (min-width: 768px) {
	.yri-access__heading {
		font-size: 2.5rem;
	}

	.yri-accessTabs__labelFull {
		display: inline;
	}

	.yri-accessTabs__labelSp {
		display: none;
	}

	.yri-accessKeio__heading,
.yri-accessOdakyu__heading,
.yri-accessCar__heading {
		margin-block: 40px 48px;
		font-size: 1.75rem;
	}

	.yri-accessPill {
		margin-block: 48px;
		padding-block: 12px;
		padding-inline: 28px;
		font-size: 1.5rem;
	}

	.yri-accessKeio__steps,
.yri-accessOdakyu__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.yri-calendar {
	position: relative;
	margin-block-start: -60px;
	padding-block: 40px 64px;
	background: #f8f8f8;
	border-start-start-radius: 60px;
	border-start-end-radius: 60px;
}

.yri-calendar__inner {
	inline-size: min(92%, 1040px);
	margin-inline: auto;
	text-align: center;
}

.yri-calendar__heading {
	font-family: "Outfit", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	color: #111111;
}

.yri-calendar__lead {
	margin-block-start: 12px;
	font-size: 0.9rem;
	color: #2D383E;
}

.yri-calendar__note {
	margin-block-start: 16px;
	font-size: 0.8rem;
	color: #888888;
}

.yri-cal {
	margin-block-start: 32px;
	padding: clamp(16px, 4vw, 32px);
	background: #fff;
	border-radius: 30px;
}

.yri-cal__nav {
	overflow-x: auto;
}
.yri-cal__nav::-webkit-scrollbar {
	display: none;
}

.yri-cal__navList {
	display: flex;
	inline-size: fit-content;
	margin: 0;
	padding: 0;
	list-style: none;
}

.yri-cal__navItem {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	inline-size: 120px;
}
.yri-cal__navItem:not(:last-child) {
	margin-inline-end: 16px;
}

.yri-cal__navYear {
	font-size: 0.9rem;
	font-weight: bold;
	color: #3BB78F;
}

.yri-cal__navButton {
	display: flex;
	align-items: baseline;
	justify-content: center;
	padding: 8px;
	font-family: "Outfit", sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	color: #3BB78F;
	cursor: pointer;
	border: 1px solid #3BB78F;
	border-radius: 12px;
	transition: color 0.2s, background-color 0.2s;
}
.--current .yri-cal__navButton {
	color: #ffffff;
	background-color: #3BB78F;
}
.yri-cal__navButton:hover {
	color: #ffffff;
	background-color: #3BB78F;
}

.yri-cal__panel {
	display: none;
}
.yri-cal__panel.--active {
	display: block;
}

.yri-cal__table {
	inline-size: 100%;
	margin-block-start: 16px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 9px;
}
@media (max-width: 899px) {
	.yri-cal__table {
		display: none;
	}
}
.yri-cal__table thead th {
	padding-block: 4px;
	font-family: "Outfit", sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
	color: #3BB78F;
}
.yri-cal__table thead th:first-child {
	color: #AB3737;
}
.yri-cal__table thead th:last-child {
	color: #4D5BC9;
}
.yri-cal__table td {
	block-size: 120px;
	vertical-align: top;
	background-color: rgba(59, 183, 143, 0.1);
	border-radius: 10px;
}
.yri-cal__table td.--sun {
	background-color: #f5eaea;
}
.yri-cal__table td.--sat {
	background-color: rgba(39, 54, 175, 0.1);
}
.yri-cal__table td.--current {
	background-color: #ffffff;
	border: 3px solid #3BB78F;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.yri-cal__day {
	block-size: 100%;
	border-radius: 10px;
}
.yri-cal__day.--close {
	font-weight: bold;
	background-color: #C9C9C9;
}
.yri-cal__day.--notFocused {
	opacity: 0.15;
}

.yri-cal__dateInfo {
	display: flex;
	align-items: center;
	padding: 5px;
}

.yri-cal__date {
	display: flex;
	align-items: center;
	justify-content: center;
	inline-size: 26px;
	block-size: 26px;
	font-family: "Outfit", sans-serif;
	font-weight: bold;
	border-radius: 50%;
}

.yri-cal__cell.--sun .yri-cal__date,
.yri-cal__day.--holiday .yri-cal__date {
	color: #AB3737;
}

.yri-cal__cell.--sat .yri-cal__date {
	color: #4D5BC9;
}

.yri-cal__cell.--current .yri-cal__date {
	color: #ffffff;
	background-color: #3BB78F;
}

.yri-cal__dayOfWeek {
	font-size: 0.7rem;
}

.yri-cal__time {
	margin: 4px 0 12px;
	font-family: "Outfit", sans-serif;
	font-size: 1rem;
	color: #434343;
	text-align: center;
	white-space: nowrap;
}

.yri-cal__supplement {
	display: none;
	padding-inline: 4px;
	font-size: 0.7rem;
	line-height: 1.2;
	text-align: center;
	word-break: break-all;
}

html[lang=ja] .yri-cal__supplement {
	display: block;
}

.yri-cal__subInfo {
	margin-block-start: 4px;
}

.yri-cal__subText {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	line-height: 1.2;
}
.yri-cal__subText::before {
	display: block;
	inline-size: 16px;
	block-size: 16px;
	margin-inline-end: 4px;
	content: "";
	border-radius: 50%;
}
.yri-cal__subText.--pool::before {
	background-color: #3CBFD3;
}
.yri-cal__subText.--illumination {
	font-size: 0.65rem;
}
.yri-cal__subText.--illumination::before {
	background-color: #C6B35C;
}

.yri-cal__subTime {
	font-family: "Outfit", sans-serif;
	font-size: 0.65rem;
	text-align: center;
}

.yri-cal__spList {
	margin-block-start: 16px;
}
@media (min-width: 900px) {
	.yri-cal__spList {
		display: none;
	}
}

.yri-cal__spDate {
	display: grid;
	grid-template: "dateInfo time" "dateInfo subInfo" "supplement supplement"/auto 1fr;
	align-items: center;
	padding: 8px 12px;
	background-color: rgba(59, 183, 143, 0.1);
	border-radius: 10px;
}
.yri-cal__spDate:not(:last-child) {
	margin-block-end: 6px;
}
.yri-cal__spDate.--sun {
	background-color: #f5eaea;
}
.yri-cal__spDate.--sat {
	background-color: rgba(39, 54, 175, 0.1);
}
.yri-cal__spDate.--close {
	background-color: #C9C9C9;
}
.yri-cal__spDate.--current {
	background-color: #ffffff;
	border: 3px solid #3BB78F;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.yri-cal__spDate .yri-cal__dateInfo {
	grid-area: dateInfo;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
}
.yri-cal__spDate .yri-cal__time {
	grid-area: time;
	margin: 0;
	text-align: start;
}
.yri-cal__spDate .yri-cal__supplement {
	grid-area: supplement;
	padding-inline: 0;
	text-align: start;
}
.yri-cal__spDate .yri-cal__subInfo {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	grid-area: subInfo;
	align-items: center;
	margin-block-start: 0;
	margin-inline-start: 16px;
}
.yri-cal__spDate.--sun .yri-cal__date {
	color: #AB3737;
}
.yri-cal__spDate.--sat .yri-cal__date {
	color: #4D5BC9;
}

@media (max-width: 767px) {
	.yri-cal__navItem {
		inline-size: 78px;
	}
	.yri-cal__navItem:not(:last-child) {
		margin-inline-end: 8px;
	}

	.yri-cal__navYear {
		font-size: 0.7rem;
	}

	.yri-cal__navButton {
		padding: 5px;
		font-size: 1rem;
		border-radius: 8px;
	}
}
.yri-faq {
	position: relative;
	margin-block-start: -60px;
	padding-block: 56px 64px;
	background: #F4F8F7;
	border-start-start-radius: 60px;
	border-start-end-radius: 60px;
}

.yri-faq__inner {
	inline-size: min(92%, 880px);
	margin-inline: auto;
}

.yri-faq__category + .yri-faq__category {
	margin-block-start: 40px;
}

.yri-faq__categoryHeading {
	margin: 0 0 16px;
	padding-inline-start: 14px;
	border-inline-start: 5px solid #3BB78F;
	font-family: "Outfit", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.3;
	color: #111111;
}

.yri-faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.yri-faq__item {
	background: #fff;
	border: 1px solid #DCE6E3;
	border-radius: 12px;
	overflow: hidden;
}

.yri-faq__q {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 20px;
	cursor: pointer;
	list-style: none;
}
.yri-faq__q::-webkit-details-marker {
	display: none;
}
.yri-faq__q:hover {
	background: #F4F8F7;
}

.yri-faq__qText {
	flex: 1 1 auto;
	position: relative;
	padding-inline-start: 30px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.6;
	color: #222222;
}
.yri-faq__qText::before {
	content: "Q";
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	font-family: "Outfit", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	color: #3BB78F;
}

.yri-faq__qIcon {
	flex: 0 0 auto;
	position: relative;
	inline-size: 14px;
	block-size: 14px;
	transition: transform 0.2s ease;
}
.yri-faq__qIcon::before {
	content: "";
	position: absolute;
	inset-block-start: 1px;
	inset-inline-start: 2px;
	inline-size: 9px;
	block-size: 9px;
	border-inline-end: 2px solid #3BB78F;
	border-block-end: 2px solid #3BB78F;
	transform: rotate(45deg);
}

.yri-faq__item[open] .yri-faq__qIcon {
	transform: rotate(180deg);
}

.yri-faq__a {
	padding: 14px 20px 20px;
}

.yri-faq__aTitle {
	margin: 16px 0 4px;
	font-size: 0.9375rem;
	font-weight: bold;
	color: #3BB78F;
}
.yri-faq__aTitle:first-child {
	margin-block-start: 0;
}

.yri-faq__aText {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.8;
	color: #444444;
}
.yri-faq__aText + .yri-faq__aText {
	margin-block-start: 12px;
}
.yri-faq__aText a {
	color: #2A9374;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.yri-faq {
		padding-block: 64px 88px;
	}

	.yri-faq__categoryHeading {
		font-size: 1.5rem;
	}

	.yri-faq__q {
		padding: 22px 28px;
	}

	.yri-faq__qText {
		font-size: 1.0625rem;
	}

	.yri-faq__a {
		padding: 16px 28px 26px;
	}
}
.yri-breadcrumb {
	padding-block: 24px;
	background: #f8f8f8;
}

.yri-breadcrumb__inner {
	inline-size: min(92%, 1040px);
	margin-inline: auto;
}

.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;
}

.unit-button.type-arrow {
	text-align: center;
	margin-top: 1rem;
}
.unit-button.type-arrow .unit-button__note {
	margin-top: 0;
	max-width: 320px;
	text-align: center;
}
.unit-button.type-arrow-right {
	text-align: right;
	margin-top: 0.5rem;
}
.unit-button.type-arrow-right .unit-button__note {
	margin-top: 0;
	max-width: 320px;
	text-align: right;
	margin-left: auto;
	margin-right: 0;
}

.unit-button__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-inline: auto;
	padding: 14px;
	border-radius: 4px;
	background-color: #3BB78F;
	transition: background-color 0.28s;
	width: clamp(280px ,100% - 32px , 480px);
	color: #fff;
}
@media only screen and (min-width: 768px) {
	.unit-button__link {
		width: min(60%, 480px);
	}
}
.unit-button__link.st-hover {
	background-color: #FAA145;
}

.unit-button__icon {
	flex: 0 0 24px;
	width: 24px;
}
.unit-button__icon svg {
	display: block;
	width: 24px;
	height: 24px;
	vertical-align: top;
	color: #ffffff;
}

.unit-button__text {
	color: #fff;
	flex: 1;
	min-width: 0;
	padding: 0 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.unit-button__text-body {
	text-align: left;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.6;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.unit-button__text-body > span {
	display: inline-block;
}
.unit-button__text-body strong {
	font-weight: bold;
	color: inherit;
	font-size: 1.25em;
	margin: 0 0.1em;
}
.unit-button__text-body em {
	font-style: normal;
	color: inherit;
	font-size: 1.1em;
	margin: 0 0.05em;
}

.unit-button__arrow {
	flex: 0 0 9px;
	margin-left: 10px;
	display: flex;
	align-items: center;
}
.unit-button__arrow svg {
	display: block;
	width: 9px;
	height: 14px;
	max-width: 9px;
	max-height: 14px;
	vertical-align: top;
	color: #ffffff;
}

.unit-button__note {
	width: clamp(280px ,100% - 32px , 480px);
	font-size: 12px;
	color: #999;
	line-height: 1.6;
	margin: 4px auto 8px;
	padding: 0 8px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.unit-button__note {
		width: min(60%, 480px);
	}
}

body {
	padding-block-start: 60px;
}