@charset "UTF-8";
/* ==========================================================================
	vars
========================================================================== */
/* ==========================================================================
	Foundation
========================================================================== */
/* リセット
----------------------------------------------------------------- */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

*,
::before,
::after {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;
	/* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder;
	/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic;
	/* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto;
	/* Firefox 36+ */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Safari 8 */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS and Safari */
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	/* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~="screen"] {
		display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

/* vars
----------------------------------------------------------------- */
:root {
	--pasmo-pink: #eb6ea5;
	--tourist-blue: #24416F;
	--tourist-fill: #DFE9F8;
	--tourist-blue-light: #B6C9E6;
	--tourist-blue-pale: #F0F6FF;
	--base-black: #000;
	--base-gray: #666;
	--base-border: #ddd;
	--caution-red: #EA0000;
	--font-roboto: 'Roboto', sans-serif;
	--font-sans-jp: 'Noto Sans JP', sans-serif;
	--font-serif-jp: 'Noto Serif JP', serif;
	--font-sans-en: 'Noto Sans', sans-serif;
	--font-serif-en: 'Noto Serif', serif;
	--font-sans-hant: 'Noto Sans TC', sans-serif;
	--font-serif-hant: 'Noto Serif TC', serif;
	--font-sans-hans: 'Noto Sans SC', sans-serif;
	--font-serif-hans: 'Noto Serif SC', serif;
	--font-sans-ko: 'Noto Sans JP', sans-serif;
	--font-serif-ko: 'Noto Serif JP', serif;
	--hoverBezier1: cubic-bezier(0.68,-0.55,0.265,2.5);
	--hoverBezier2: cubic-bezier(0.2,1.17,0.4,1.2);
}

/* ベース
----------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

html.is-fixed {
	overflow: hidden;
}

body {
	color: var(--base-black);
	font-family: var(--font-sans-jp);
	font-size: 1.4rem;
	font-style: normal;
	font-stretch: normal;
	font-optical-sizing: auto;
	font-variation-settings: "wdth" 100;
	line-height: 1.6;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
}

[lang="en"] body {
	font-family: var(--font-sans-en);
}

[lang="zh-cmn-Hant"] body {
	font-family: var(--font-sans-hant);
}

[lang="zh-cmn-Hans"] body {
	font-family: var(--font-sans-hans);
}

[lang="ko"] body {
	font-family: var(--font-sans-ko);
}

@media print, screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}

.is-fixed body {
	overflow: hidden;
}

a {
	color: var(--pasmo-pink);
	text-decoration: none;
	-webkit-transition: color 0.25s var(--hoverBezier2);
	transition: color 0.25s var(--hoverBezier2);
}

a:hover {
	color: #f199c0;
}

strong {
	font-weight: 700;
}

em {
	font-style: normal;
}

span {
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* アイコンフォント
----------------------------------------------------------------- */
@font-face {
	font-family: "iconfont";
	src: url("/global/assets/fonts/IconFont/iconfont.eot");
	src: url("/global/assets/fonts/IconFont/iconfont.eot?#iefix") format("eot"), url("/global/assets/fonts/IconFont/iconfont.woff") format("woff"), url("/global/assets/fonts/IconFont/iconfont.ttf") format("truetype"), url("/global/assets/fonts/IconFont/iconfont.svg#iconfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

.c-icn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-icn-airport::after {
	content: "\EA01";
}

.c-icn-arrow-b::after {
	content: "\EA02";
}

.c-icn-arrow-cir::after {
	content: "\EA03";
}

.c-icn-arrow-double-l::after {
	content: "\EA04";
}

.c-icn-arrow-double-r::after {
	content: "\EA05";
}

.c-icn-arrow-l::after {
	content: "\EA06";
}

.c-icn-arrow-r::after {
	content: "\EA07";
}

.c-icn-arrow-t::after {
	content: "\EA08";
}

.c-icn-balance::after {
	content: "\EA09";
}

.c-icn-benefit::after {
	content: "\EA0A";
}

.c-icn-blank::after {
	content: "\EA0B";
}

.c-icn-bring::after {
	content: "\EA0C";
}

.c-icn-charge::after {
	content: "\EA0D";
}

.c-icn-close::after {
	content: "\EA0E";
}

.c-icn-home::after {
	content: "\EA0F";
}

.c-icn-how-to-buy::after {
	content: "\EA10";
}

.c-icn-key::after {
	content: "\EA11";
}

.c-icn-language::after {
	content: "\EA12";
}

.c-icn-menu::after {
	content: "\EA13";
}

.c-icn-minus::after {
	content: "\EA14";
}

.c-icn-place::after {
	content: "\EA15";
}

.c-icn-plus::after {
	content: "\EA16";
}

.c-icn-return-caution::after {
	content: "\EA17";
}

.c-icn-search::after {
	content: "\EA18";
}

.c-icn-shopping::after {
	content: "\EA19";
}

.c-icn-station-charge::after {
	content: "\EA1A";
}

.c-icn-train-bus::after {
	content: "\EA1B";
}

.c-icn {
	font-weight: 400;
}

.c-icn-pdf {
	width: 18px;
	height: 18px;
}

.c-icn-pdf::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	background-image: url(/global/assets/img/icon-pdf.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

/* ==========================================================================
	base
========================================================================== */
/* ==========================================================================
	Layout
========================================================================== */
/* ヘッダー
----------------------------------------------------------------- */
.l-header {
	position: relative;
	z-index: 100;
	background: #fff;
}

.l-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding-inline: clamp(15px, 4vw, 22.4px);
}

@media print, screen and (min-width: 768px) {
	.l-header__inner {
		height: 110px;
		padding-inline: 30px;
	}
}

.l-header__logo {
	height: 15.5px;
}

.l-header__logo a,
.l-header__logo span {
	display: block;
	width: auto;
	height: 100%;
}

.l-header__logo img {
	display: block;
	width: auto;
	height: 100%;
}

@media print, screen and (min-width: 768px) {
	.l-header__logo {
		height: 31.5px;
	}
}

.l-header__navs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	margin-left: auto;
	padding-left: 30px;
}

@media screen and (max-width: 767px) {
	.l-hamburger {
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
	}
}

.l-hamburger__toggle {
	position: relative;
	display: block;
	width: 60px;
	height: 100%;
}

.l-hamburger__toggle::before, .l-hamburger__toggle::after {
	position: absolute;
	left: calc(50% - 11px);
	display: block;
	content: '';
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: var(--tourist-blue);
	-webkit-transition: .2s;
	transition: .2s;
}

.l-hamburger__toggle::before {
	top: calc(50% - 4px);
}

.l-hamburger__toggle::after {
	top: calc(50% + 4px);
}

.l-hamburger__toggle span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: transparent;
	pointer-events: none;
}

.l-hamburger__toggle.is-open::before {
	top: calc(50% - 1px);
	rotate: 45deg;
}

.l-hamburger__toggle.is-open::after {
	top: calc(50% - 1px);
	rotate: -45deg;
}

@media print, screen and (min-width: 768px) {
	.l-hamburger__toggle {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.l-hamburger__content {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 0fr;
		grid-template-rows: 0fr;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: .3s;
		transition: .3s;
		position: absolute;
		top: 100%;
		z-index: 10;
		right: 0;
		width: 100vw;
		padding-block: 35px 45px;
		padding-inline: clamp(15px, 4vw, 22.4px);
		background: var(--tourist-blue-pale);
	}
	.is-open + .l-hamburger__content {
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	.l-hamburger__contentInner {
		overflow: hidden;
	}
}

.l-subnav {
	font-size: 1.4rem;
}

.l-subnav a {
	color: inherit;
}

.l-subnav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	.l-subnav__list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.l-subnav__item {
	text-align: center;
}

.l-language {
	position: relative;
}

.l-language__toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.l-language__toggle i {
	color: var(--tourist-blue) !important;
}

.l-language__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 0fr;
	grid-template-rows: 0fr;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	transition: .3s;
	pointer-events: none;
}

.is-open + .l-language__content {
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.l-language__contentInner {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.l-language__content {
		margin-top: 10px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-language__content {
		position: absolute;
		top: calc(100% + 10px);
		right: 0;
		width: 120px;
	}
}

@media screen and (max-width: 767px) {
	.l-language__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-language__list {
		padding-block: 10px;
	}
}

.l-language__item {
	display: block;
}

.l-language__item a,
.l-language__item span {
	display: block;
	padding: 8px 5px;
}

.l-language__item span {
	color: #999;
	pointer-events: none;
}

@media print, screen and (min-width: 768px) {
	.l-language__item a,
	.l-language__item span {
		padding: 8px 0;
	}
	.l-language__item a {
		-webkit-transition: .3s;
		transition: .3s;
	}
	.l-language__item a:hover {
		color: var(--tourist-blue);
		background: var(--tourist-blue-pale);
	}
}

/* フッター
----------------------------------------------------------------- */
.l-footer {
	padding-inline: clamp(30px, 8vw, 44.8px);
	padding-block: 30px 44px;
	background: #fff;
}

@media print, screen and (min-width: 768px) {
	.l-footer {
		padding-inline: 30px;
	}
}

.l-footer__inner {
	max-width: 1200px;
	margin-inline: auto;
}

.l-footer__trademark {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--base-border);
	color: var(--base-gray);
	font-size: 1rem;
}

@media print, screen and (min-width: 768px) {
	.l-footer__trademark {
		padding-bottom: 60px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

.l-footer__footnav {
	margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__footnav {
		margin-top: 37px;
	}
}

.l-footer__logo {
	margin: 36px auto 0;
	width: 160px;
}

@media print, screen and (min-width: 768px) {
	.l-footer__logo {
		margin-top: 48px;
	}
}

.l-footer__copyright {
	margin-top: 16px;
	font-size: .8rem;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.l-footer__copyright {
		margin-top: 11px;
	}
}

.l-footnav__item {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.l-footnav__item + .l-footnav__item {
		margin-top: 5px;
	}
}

@media print, screen and (min-width: 768px) {
	.l-footnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 25px;
	}
}

/* メインコンテナ
----------------------------------------------------------------- */
.l-maincontent {
	overflow: hidden;
	background: url(../img/bg_maincontent.png) repeat 0 0/250px 250px;
}

.l-maincontent__card {
	padding-block: clamp(80px, 21.33333vw, 119.46667px) clamp(90px, 24vw, 134.4px);
	background: var(--tourist-blue-pale);
	border-radius: 30px;
}

@media print, screen and (min-width: 768px) {
	.l-maincontent__card {
		padding-block: clamp(120px, 32vw, 179.2px) clamp(140px, 37.33333vw, 209.06667px);
	}
}

/* セクション
----------------------------------------------------------------- */
.l-section {
	padding-inline: clamp(30px, 8vw, 44.8px);
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.l-section {
		padding-inline: 30px;
	}
}

.l-section:not(:first-child) {
	margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
	.l-section:not(:first-child) {
		margin-top: 140px;
	}
}

.l-section__inner {
	max-width: 1200px;
	margin-inline: auto;
	position: relative;
}

.l-maincontent__card .l-section {
	color: var(--base-black);
}

/* ==========================================================================
	コンテンツ
========================================================================== */
/* 共通パーツ
----------------------------------------------------------------- */
[class^="c-icn"] {
	display: inline-block;
	font-weight: 400;
	width: 1em;
	aspect-ratio: 1 / 1;
	line-height: 1;
	background: no-repeat 0 0 / contain;
}

.c-icn-mappin {
	background-image: url(../img/icon_map.png);
}

.c-icn-airline {
	background-image: url(../img/icon_airline.png);
}

.c-icn-holdingfun {
	background-image: url(../img/icon_ougi.png);
	aspect-ratio: 110 / 73;
}

.c-heading-lv2 {
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
	font-family: var(--font-serif-jp);
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

[lang="en"] .c-heading-lv2 {
	font-family: var(--font-serif-en);
}

[lang="zh-cmn-Hant"] .c-heading-lv2 {
	font-family: var(--font-serif-hant);
}

[lang="zh-cmn-Hans"] .c-heading-lv2 {
	font-family: var(--font-serif-hans);
}

[lang="ko"] .c-heading-lv2 {
	font-family: var(--font-serif-ko);
}

@media print, screen and (min-width: 768px) {
	.c-heading-lv2 {
		margin-bottom: 80px;
		font-size: 6.5rem;
	}
}

.c-heading-lv2::before {
	display: block;
	content: '';
	margin: 0 auto 10px;
	width: 42.5px;
	aspect-ratio: 42.5 / 38.79;
	background: url(../img/icon_h2_01.png) no-repeat 0 0/contain;
}

@media print, screen and (min-width: 768px) {
	.c-heading-lv2::before {
		width: 74.5px;
	}
}

.c-heading-lv2 > span {
	color: var(--pasmo-pink);
}

.l-maincontent__card .c-heading-lv2::before {
	background-image: url(../img/icon_h2_02.png);
}

.l-maincontent__card .c-heading-lv2:first-of-type {
	margin-top: 0;
}

.c-heading-lv3 {
	margin-block: 50px 20px;
	padding-right: 20px;
	color: var(--tourist-blue);
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.c-heading-lv3 {
		padding-right: 40px;
		font-size: 4rem;
	}
}

.c-heading-lv3 > [class^="c-icn"] {
	width: 1.32142857em;
	margin-right: 5px;
	vertical-align: -6px;
}

@media print, screen and (min-width: 768px) {
	.c-heading-lv3 > [class^="c-icn"] {
		width: 1.125em;
		margin-right: 0;
		vertical-align: -7px;
	}
}

.c-heading-lv4 {
	margin-block: 40px 30px;
	padding: 10.5px 15px;
	background: var(--tourist-blue);
	border-radius: 10px;
	color: #fff;
	font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
	.c-heading-lv4 {
		margin-block: 60px 40px;
		padding: 9px 15px 10px;
		font-size: 2.8rem;
	}
}

.c-heading-lv4 > [class^="c-icn"] {
	margin-right: 5px;
	vertical-align: -3px;
}

@media print, screen and (min-width: 768px) {
	.c-heading-lv4 > [class^="c-icn"] {
		margin-right: 15px;
		vertical-align: -4px;
	}
}

.c-heading-lv5 {
	margin-bottom: 20px;
	color: var(--tourist-blue);
	font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
	.c-heading-lv5 {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	.c-pairbox__item:not(:first-of-type) {
		margin-top: clamp(30px, 8vw, 44.8px);
	}
}

@media print, screen and (min-width: 768px) {
	.c-pairbox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 40px;
	}
	.c-pairbox__item {
		width: calc((100% - 40px) / 2);
	}
}

.c-table {
	color: #333;
}

.c-table th, .c-table td {
	padding: 20px;
	border: 1px solid var(--tourist-blue-light);
	vertical-align: top;
}

.c-table__inner {
	table-layout: fixed;
	border-collapse: collapse;
	min-width: 100%;
	border: 1px solid var(--tourist-blue-light);
}

.c-table__subtitle {
	background: var(--tourist-fill);
	color: var(--tourist-blue);
}

.c-table__cell {
	background: #fff;
}

.c-note {
	margin-top: 7px;
	color: var(--base-gray);
	font-size: 1rem;
}

.c-button__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 18px;
	min-width: 110px;
	padding: 4px 20px 4px 6px;
	background: var(--tourist-blue);
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.c-button__inner > span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.c-button--map .c-button__inner {
	gap: 5px;
}

.c-button--map .c-icn-map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20px;
	margin-left: 0;
	background-image: url(../img/icon_map_w.png);
}

.c-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

@media print, screen and (min-width: 768px) {
	.c-panel {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-panel + .c-panel {
	margin-top: 30px;
}

.c-panel__thumb {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.c-panel__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding: 25px 20px 30px;
}

.c-panel__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	color: var(--tourist-blue);
	font-size: 2rem;
	font-weight: 700;
}

.c-panel__title::before {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	content: '';
	width: 41px;
	aspect-ratio: 1 / 1;
	background: no-repeat 0 0 / contain;
}

.c-panel__title > span {
	padding-top: 5px;
}

.c-panel__title.train::before {
	background-image: url(../img/icon_train.png);
}

.c-panel__title.bus::before {
	background-image: url(../img/icon_bus.png);
}

.c-panel__title.shop::before {
	background-image: url(../img/icon_shop.png);
}

.c-panel__description {
	margin-top: 20px;
}

.c-panel__description .catch {
	font-size: 1.5rem;
	font-weight: 500;
}

/* KV
----------------------------------------------------------------- */
.kv {
	padding-inline: clamp(30px, 8vw, 44.8px);
	padding-top: 50px;
	color: #fff;
}

@media print, screen and (min-width: 768px) {
	.kv {
		padding-inline: 30px;
	}
}

@media print, screen and (min-width: 768px) {
	.kv {
		padding-top: 80px;
	}
}

.kv__inner {
	max-width: 1200px;
	margin-inline: auto;
	position: relative;
}

.kv__title {
	position: relative;
	z-index: 2;
	margin-bottom: clamp(20px, 5.33333vw, 29.86667px);
}

@media print, screen and (min-width: 768px) {
	.kv__title {
		margin-bottom: 46px;
	}
}

.kv__title .title {
	margin-bottom: clamp(25px, 6.66667vw, 37.33333px);
	text-align: center;
}

.kv__title .title img {
	width: clamp(300px, 80vw, 448px);
}

@media print, screen and (min-width: 768px) {
	.kv__title .title {
		margin-bottom: 22px;
	}
	.kv__title .title img {
		max-width: 1098px;
		width: 100%;
	}
}

.kv__title .subline {
	font-family: var(--font-serif-jp);
	font-size: clamp(24px, 6.4vw, 35.84px);
	line-height: 1.5;
	text-align: center;
}

[lang="en"] .kv__title .subline {
	font-family: var(--font-serif-en);
}

[lang="zh-cmn-Hant"] .kv__title .subline {
	font-family: var(--font-serif-hant);
}

[lang="zh-cmn-Hans"] .kv__title .subline {
	font-family: var(--font-serif-hans);
}

[lang="ko"] .kv__title .subline {
	font-family: var(--font-serif-ko);
}

.kv__title .subline span {
	display: inline-block;
	white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
	.kv__title .subline {
		font-size: 5rem;
	}
}

.kv__image {
	position: relative;
	z-index: 2;
}

@media print, screen and (min-width: 768px) {
	.kv__image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		gap: clamp(37.5px, 3.125vw, 40px);
	}
}

.kv__image .image {
	margin-inline: auto;
	width: clamp(315px, 84vw, 470.4px);
}

@media print, screen and (min-width: 768px) {
	.kv__image .image {
		margin-inline: 0;
		width: 100%;
		max-width: 705px;
	}
}

.kv__badges {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: clamp(20px, 5.33333vw, 29.86667px);
	margin-top: clamp(23px, 6.13333vw, 34.34667px);
}

@media print, screen and (min-width: 768px) {
	.kv__badges {
		margin-right: clamp(56.25px, 4.6875vw, 60px);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc(175 / 1200 * 100%);
		min-width: 130px;
		max-width: 175px;
	}
}

.kv__badges .badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding-top: clamp(4px, 1.06667vw, 5.97333px);
	width: clamp(122px, 32.53333vw, 182.18667px);
	background: url(../img/bg_badge.png) no-repeat 0 0/contain;
	font-size: clamp(13px, 3.46667vw, 19.41333px);
	font-weight: 700;
	line-height: 1.53846154;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.kv__badges .badge {
		padding-top: 6px;
		width: 100%;
		font-size: clamp(18.75px, 1.5625vw, 20px);
	}
}

.kv__lead {
	position: relative;
	z-index: 2;
	margin-top: clamp(118px, 31.46667vw, 176.21333px);
	padding-block: clamp(42px, 11.2vw, 62.72px) clamp(33px, 8.8vw, 49.28px);
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: clamp(22px, 5.86667vw, 32.85333px);
	font-weight: 700;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.kv__lead {
		margin-top: clamp(70.3125px, 5.85938vw, 75px);
		padding-block: 28px;
		padding-left: clamp(276.5625px, 23.04688vw, 295px);
		font-size: clamp(34.6875px, 2.89062vw, 37px);
		text-align: left;
	}
}

.kv__lead .panel {
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% -50%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: inline-block;
	padding: clamp(12px, 3.2vw, 17.92px) clamp(26px, 6.93333vw, 38.82667px) clamp(16px, 4.26667vw, 23.89333px);
	background: #fff;
	border-radius: 60px;
	color: var(--tourist-blue);
	font-family: var(--font-serif-jp);
	font-size: clamp(23px, 6.13333vw, 34.34667px);
	font-weight: 800;
	line-height: 1;
}

[lang="en"] .kv__lead .panel {
	font-family: var(--font-serif-en);
}

[lang="zh-cmn-Hant"] .kv__lead .panel {
	font-family: var(--font-serif-hant);
}

[lang="zh-cmn-Hans"] .kv__lead .panel {
	font-family: var(--font-serif-hans);
}

[lang="ko"] .kv__lead .panel {
	font-family: var(--font-serif-ko);
}

.kv__lead .panel span {
	font-size: clamp(17px, 4.53333vw, 25.38667px);
}

.kv__lead .panel strong {
	font-size: clamp(32px, 8.53333vw, 47.78667px);
}

@media print, screen and (min-width: 768px) {
	.kv__lead .panel {
		top: calc(50% - 20px);
		left: clamp(46.875px, 3.90625vw, 50px);
		translate: 0 -50%;
		width: clamp(208.125px, 17.34375vw, 222px);
		aspect-ratio: 1 / 1;
		padding: 0;
		border-radius: 50%;
		font-size: clamp(33.75px, 2.8125vw, 36px);
	}
	.kv__lead .panel p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: clamp(9.375px, 0.78125vw, 10px);
		height: 100%;
	}
	.kv__lead .panel span {
		font-size: clamp(24.375px, 2.03125vw, 26px);
	}
	.kv__lead .panel strong {
		font-size: clamp(46.875px, 3.90625vw, 50px);
		text-align: center;
	}
}

.kv__decos {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.kv__decos [class^="deco"] {
	position: absolute;
	display: block;
	content: '';
	background: no-repeat 0 0 / contain;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

.kv__decos .deco1 {
	top: clamp(592px, 157.86667vw, 884.05333px);
	left: clamp(-142.37px, -37.96533vw, -212.60587px);
	width: clamp(198.74px, 52.99733vw, 296.78507px);
	aspect-ratio: 300 /	102.86;
	background-image: url(../img/img_deco_cloud01.svg);
}

@media print, screen and (min-width: 768px) {
	.kv__decos .deco1 {
		top: clamp(211.21875px, 17.60156vw, 225.3px);
		left: clamp(-271.875px, -22.65625vw, -290px);
		width: clamp(367.25625px, 30.60469vw, 391.74px);
	}
}

.kv__decos .deco2 {
	top: clamp(125.3px, 33.41333vw, 187.11467px);
	right: clamp(-138.8px, -37.01333vw, -207.27467px);
	width: clamp(175.53px, 46.808vw, 262.1248px);
	aspect-ratio: 300 /	79;
	background-image: url(../img/img_deco_cloud02.svg);
}

@media print, screen and (min-width: 768px) {
	.kv__decos .deco2 {
		top: clamp(631.875px, 52.65625vw, 674px);
		right: clamp(-240px, -20vw, -256px);
		width: clamp(266.85937px, 22.23828vw, 284.65px);
	}
}

.kv__decos .deco3 {
	display: none;
}

@media print, screen and (min-width: 768px) {
	.kv__decos .deco3 {
		bottom: clamp(-149.0625px, -12.42188vw, -159px);
		left: clamp(-76.875px, -6.40625vw, -82px);
		display: block;
		width: clamp(266.85937px, 22.23828vw, 284.65px);
		aspect-ratio: 300 /	79;
		background-image: url(../img/img_deco_cloud02.svg);
	}
}

/* about
----------------------------------------------------------------- */
.about {
	padding-bottom: clamp(104px, 27.73333vw, 155.30667px);
}

@media print, screen and (min-width: 768px) {
	.about {
		padding-bottom: 145px;
	}
}

.about__lead {
	position: relative;
	z-index: 2;
	margin-bottom: clamp(62px, 16.53333vw, 92.58667px);
	padding-block: clamp(22px, 5.86667vw, 32.85333px);
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: clamp(22px, 5.86667vw, 32.85333px);
	font-weight: 700;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.about__lead {
		padding-block: 28px;
		font-size: 3.8rem;
	}
}

.about__list {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.about__list {
		margin-inline: auto;
		width: clamp(315px, 84vw, 470.4px);
	}
}

@media print, screen and (min-width: 768px) {
	.about__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 0 30px;
	}
}

@media screen and (max-width: 767px) {
	.about__list__item + .about__list__item {
		margin-top: clamp(40px, 10.66667vw, 59.73333px);
	}
	.about__list__item:nth-of-type(2n) > div {
		margin-left: auto;
	}
}

@media print, screen and (min-width: 768px) {
	.about__list__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 90px;
	}
	.about__list__item:nth-of-type(2), .about__list__item:nth-of-type(4) {
		padding-bottom: 0;
	}
	.about__list__item:nth-of-type(2) > div, .about__list__item:nth-of-type(4) > div {
		margin-top: auto;
	}
	.about__list__item:nth-of-type(n + 3) > div {
		margin-left: auto;
	}
}

.about__decos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.about__decos [class^="deco"] {
	position: absolute;
	display: block;
	content: '';
	background: no-repeat 0 0 / contain;
}

.about__decos .deco1 {
	top: clamp(125.3px, 33.41333vw, 187.11467px);
	right: clamp(-108.8px, -29.01333vw, -162.47467px);
	width: clamp(175.53px, 46.808vw, 262.1248px);
	aspect-ratio: 300 /	79;
	background-image: url(../img/img_deco_cloud03.svg);
}

@media print, screen and (min-width: 768px) {
	.about__decos .deco1 {
		top: clamp(341.25px, 28.4375vw, 364px);
		right: clamp(-46.6875px, -3.89062vw, -49.8px);
		width: clamp(266.85937px, 22.23828vw, 284.65px);
	}
}

.about__decos .deco2 {
	bottom: clamp(-56.22px, -14.992vw, -83.9552px);
	left: clamp(-66px, -17.6vw, -98.56px);
	width: clamp(175.53px, 46.808vw, 262.1248px);
	aspect-ratio: 300 /	79;
	background-image: url(../img/img_deco_cloud03.svg);
}

@media print, screen and (min-width: 768px) {
	.about__decos .deco2 {
		bottom: clamp(69.375px, 5.78125vw, 74px);
		left: clamp(-210px, -17.5vw, -224px);
		width: clamp(266.85937px, 22.23828vw, 284.65px);
		background-image: url(../img/img_deco_cloud02.svg);
	}
}

.about-balloon {
	position: relative;
	padding: clamp(3px, 0.8vw, 4.48px);
	width: clamp(278.45px, 74.25333vw, 415.81867px);
	aspect-ratio: 487.2 / 466.5;
	background: url(../img/bg_about_frame.svg) no-repeat 0 0/contain;
	text-align: center;
}

@media print, screen and (min-width: 768px) {
	.about-balloon {
		padding: 6px;
		width: 100%;
		max-width: 487.2px;
	}
}

.about-balloon .image {
	aspect-ratio: 1 / 1;
	width: auto;
	height: 100%;
	border-radius: 50%;
}

.about-balloon .text {
	position: absolute;
	left: 0;
	bottom: clamp(15px, 4vw, 22.4px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media print, screen and (min-width: 768px) {
	.about-balloon .text {
		bottom: clamp(30.9375px, 2.57812vw, 33px);
	}
}

.about-balloon .text > span {
	display: block;
	padding: clamp(7px, 1.86667vw, 10.45333px) clamp(20px, 5.33333vw, 29.86667px) clamp(9px, 2.4vw, 13.44px);
	background: var(--pasmo-pink);
	border-radius: 40px;
	color: #fff;
	font-size: clamp(16px, 4.26667vw, 23.89333px);
	font-weight: 700;
	line-height: 1;
}

.about-balloon .text > span:nth-of-type(2) {
	margin-left: clamp(15px, 4vw, 22.4px);
}

@media print, screen and (min-width: 768px) {
	.about-balloon .text > span {
		padding: clamp(12.1875px, 1.01562vw, 13px) clamp(28.125px, 2.34375vw, 30px) clamp(15.9375px, 1.32812vw, 17px);
		font-size: clamp(22.5px, 1.875vw, 24px);
	}
	.about-balloon .text > span:nth-of-type(2) {
		margin-left: clamp(23.4375px, 1.95312vw, 25px);
	}
}

/* buy
----------------------------------------------------------------- */
.buy__price {
	position: relative;
	padding-top: 20px;
}

.buy__price::before {
	position: absolute;
	top: calc(50% + 10px);
	left: 50%;
	z-index: 0;
	translate: -50% -50%;
	display: block;
	content: '';
	width: 345px;
	aspect-ratio: 1184 / 887;
	background: url(../img/bg_buy.png) no-repeat 0 0/contain;
}

.buy__price .price-title {
	position: relative;
	margin-inline: auto;
	padding: 4px 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: var(--pasmo-pink);
	border-radius: 40px;
	color: #fff;
	font-size: 2rem;
}

.buy__price .price-num {
	position: relative;
	color: var(--pasmo-pink);
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.buy__price .price-num > span {
	font-family: var(--font-roboto);
	font-size: 35px;
}

.buy__price .price-note {
	position: relative;
	color: inherit;
	text-align: center;
}

.buy__price .price-feature {
	position: relative;
	margin: 20px auto 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	color: var(--tourist-blue);
	font-size: 1.8rem;
	font-weight: 700;
}

.buy__price .price-feature .c-icn-holdingfun {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 5.7px;
	width: 37.13px;
}

.buy__price .price-feature > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.buy__price .price-feature > li + li {
	margin-top: 10px;
}

.buy__lead {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}

/* use
----------------------------------------------------------------- */
/* メッセージ
----------------------------------------------------------------- */
.c-message {
	padding-inline: clamp(30px, 8vw, 44.8px);
	position: relative;
	z-index: 2;
	background: var(--tourist-blue-pale);
	color: var(--tourist-blue);
	font-size: clamp(14px, 3.73333vw, 20.90667px);
	font-weight: 700;
}

@media print, screen and (min-width: 768px) {
	.c-message {
		padding-inline: 30px;
	}
}

@media screen and (max-width: 767px) {
	.c-message {
		padding-inline: clamp(15px, 4vw, 22.4px);
	}
}

@media print, screen and (min-width: 768px) {
	.c-message {
		font-size: 2.6rem;
	}
}

.c-message__inner {
	max-width: 1200px;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: clamp(18px, 4.8vw, 26.88px);
	padding-block: clamp(40px, 10.66667vw, 59.73333px);
}

@media print, screen and (min-width: 768px) {
	.c-message__inner {
		gap: 30px;
		padding-block: 50px;
	}
}

.c-message__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 clamp(93px, 24.8vw, 138.88px);
	flex: 0 0 clamp(93px, 24.8vw, 138.88px);
	width: clamp(93px, 24.8vw, 138.88px);
}

.c-message__image img {
	position: relative;
	width: 100%;
	height: auto;
	rotate: -6deg;
	border-radius: clamp(4px, 1.06667vw, 5.97333px);
}

@media print, screen and (min-width: 768px) {
	.c-message__image {
		width: 200px;
	}
	.c-message__image img {
		border-radius: 4px;
	}
}

/* ==========================================================================
	ユーティリティ
========================================================================== */
@media screen and (max-width: 767px) {
	[pc] {
		display: none;
	}
}

@media print, screen and (min-width: 768px) {
	[sp] {
		display: none;
	}
}

.u-mt1em {
	margin-top: 1em !important;
}
