@charset "UTF-8";
/*
Theme Name: yonago kokusai
Version: 1.0.0
*/


html {
	scroll-behavior: smooth;
}

body {
	--fs: 15;
	font-weight: 500;
	color: var(--color-body-1);
	font-family: var(--font-family);
	line-height: calc(25 / 15);
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--color-body-1);
	text-decoration: none;
}

:where(a, button):hover {
	opacity: .7;
}

[id] {
}

@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}


@media(max-width: 767px) {
}

.container {
	padding-right: var(--padding);
	padding-left: var(--padding);
	max-width: calc(var(--container) + var(--padding) + var(--padding));
}

.header {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 100px;
    gap: 10px;
    padding: 0 20px;
}

.header-left {
	position: relative;
	z-index: 999;
}

.header-logo {
	margin-bottom: 0;
	z-index: 999;
}

.header-logo a {
	display: flex;
}

.header-menu {
    display: grid;
    grid-template-columns: auto auto auto;
	align-items: center;
	gap: 5px 15px;
}

.header-menu-abroad {
    list-style: none;
    display: flex;
	justify-content: flex-end;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin-bottom: 0;
}

.header-menu-abroad li a {
	display: flex;
	align-items: center;
	justify-content: center;
	--fs: 14;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: 700;
	min-width: 90px;
	min-height: 23px;
	color: #FFF;
	border-radius: 30px;
}

.header-menu-list {
    grid-column: 1 / 2;
    list-style: none;
    display: flex;
	gap: 10px;
    padding: 0;
    margin-bottom: 0;
}

.header-menu-item a {
	--fs: 14;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0 10px;
}

.header-menu-item-sns {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	align-items: center;
	position: relative;
}

.header-menu-item-sns::before {
	content: "";
	width: 1px;
	height: 100%;
	background: var(--color-body-1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.header-menu-sns {
	grid-row: 1 / 3;
	grid-column: 2 / 3;
}

.header-menu-contact {
    grid-row: 1 / 3;
    grid-column: 3 / 4;
}

.header-menu-sns a,
.header-menu-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	--fs: 14;
	font-weight: 700;
	color: #FFF;
	width: 100px;
	min-height: 50px;
	background: var(--color-gray-2);
	border-radius: 10px;
}

.site-global-nav-button {
	position: absolute;
    width: 80px;
    height: 80px;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
	top: 0;
	right: 0;
	z-index: 999;
}

.site-global-nav-button span {
	width: 35px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
}

.site-global-nav-button span:nth-child(1) {
	transform: translate(-50%,calc(-50% + 8px));
}

.site-global-nav-button span:nth-child(2) {
	transform: translate(-50%,-50%);
}

.site-global-nav-button span:nth-child(3) {
	transform: translate(-50%,calc(-50% - 8px));
}

body.noscroll .site-global-nav-button span:nth-child(1) {
	transform: translate(-50%,-50%) rotate(-45deg);
}

body.noscroll .site-global-nav-button span:nth-child(2) {
	transform: translate(-50%,-50%) rotate(45deg);
}

body.noscroll .site-global-nav-button span:nth-child(3) {
	opacity: 0;
	visibility: hidden;
}


body.noscroll {
	overflow: hidden;
	touch-action: pinch-zoom;
}

body.noscroll .header-nav-toggle::before {
    background-color: rgba(0, 0, 0, .2);
	bottom: 0;
	content: '';
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	cursor: default;
	z-index: -2;
}

@media(max-width: 1199px) {
	.header-logo img {
		width: 300px;
	}
	.header-menu-item a {
		padding: 0 5px;
	}
	.header-menu-sns a,
	.header-menu-contact a {
		width: 90px;
	}
}

@media(max-width: 991px) {
	.header {
		justify-content: center;
		height: 80px;
		padding: 0;
	}
	.header-menu {
		opacity: 0;
		visibility: hidden;
		background-color: #fff;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		padding: 100px var(--padding) 100px;
		z-index: -1;
		transition: right .5s;
		overflow: auto;
		height: 100vh;
		max-height: 100vh;
		z-index: 555;
		transition: 0.5s;
	}
	body.noscroll .header-menu {
		visibility: visible;
		opacity: 1;
	}
	.header-menu-abroad {
		justify-content: center;
		margin-bottom: 30px;
	}
	.header-menu-list {
		display: block;
		max-width: 500px;
		width: 100%;
		margin-bottom: 50px;
		margin-inline: auto;
	}
	.header-menu-item {
		border-bottom: 1px solid var(--color-body-1);
	}
	.header-menu-item a {
		display: block;
		--fs: 15;
		letter-spacing: 0.1em;
		padding: 15px 10px;
	}
	.header-menu-sns a, 
	.header-menu-contact a {
		max-width: 260px;
		width: 100%;
		margin-inline: auto;
	}
	.header-menu-sns a {
		margin-bottom: 15px;
	}
}

@media(max-width: 767px) {
	.header {
		height: 70px;
	}
	.header-logo img {
		width: 275px;
	}
	.site-global-nav-button {
		width: 70px;
		height: 70px;
	}
}

@media(max-width: 575px) {
	.header {
		height: 60px;
	}
	.header-logo img {
		width: 220px;
	}
	.site-global-nav-button {
		width: 60px;
		height: 60px;
	}
	.site-global-nav-button span {
		width: 22px;
	}
	.site-global-nav-button span:nth-child(1) {
		transform: translate(-50%,calc(-50% + 6px));
	}
	.site-global-nav-button span:nth-child(3) {
		transform: translate(-50%,calc(-50% - 6px));
	}
}

/*		フッター		*/
.footer {
	padding-top: 50px;
	padding-bottom: 15px;
}

.footer-logo {
	margin-bottom: 15px;
}

.footer-logo {
	--fs: 20;
	font-weight: 700;
	line-height: calc(24 / 20);
	letter-spacing: 0.1em;
}

.footer-logo a span {
	--fs: 16;
}

.footer address {
	--fs: 14;
	font-weight: 700;
	line-height: calc(20 / 14);
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

.footer-menu-abroad {
	list-style: none;
	gap: 20px;
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 15px;
}

.footer-menu-abroad a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	color: #FFF;
	border-radius: 30px;
}

.footer-menu-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	gap: 10px 25px;
	padding: 0;
	margin-bottom: 0;
}

.footer-menu-list a {
	--fs: 14;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.copyright {
	--fs: 12;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 0;
}

@media(max-width: 991px) {
	.footer-logo {
		margin-bottom: 25px;
	}
}

/*      共通パーツ      */
.section-block {
	padding-top: 85px;
	padding-bottom: 85px;
}

.section-title {
    display: grid;
	gap: 10px;
}

.section-title-ja {
    --fs: 15;
    font-size: var(--font-size);
	letter-spacing: 0.2em;
	margin-bottom: 0;
}

.section-title-en {
    --fs: 33;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: calc(37 / 33);
    order: -1;
}

.more-link {
	position: relative;
	display: inline-block;
	color: var(--color-body-1)!important;
	background: #FFF;
	min-width: 175px;
	text-align: center;
	letter-spacing: 0.1em;
	border: 1px solid var(--color-body-1);
	border-radius: 30px;
	padding: 5px 35px;
	transition: 0.2s;
}

.more-link::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--color-body-1);
	border-right: 1px solid var(--color-body-1);
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(45deg);
}

.more-link:hover {
	opacity: 1;
	color: #FFF!important;
	background: var(--color-body-1);
}

.more-link:hover::before {
	border-color: #FFF;
}

@media(max-width: 991px) {
	.section-block {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

/*      トップ メインビジュアル        */
.mv {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
	overflow-x: clip;
}

/*.mv::before {
    content: "";
    width: 100%;
	aspect-ratio: 300 / 145;
    background: url(img/top-mv-image.svg) no-repeat top center / cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	z-index: 1;
}*/

.mv-item {
    position: relative;
}

.mv-item img {
	min-height: 525px;
	object-fit: cover;
}

.mv-item p {
	font-size: clamp(3.75rem, 2rem + 5vw, 6.625rem);
	letter-spacing: 0.1em;
	line-height: calc(101 / 106);
	font-weight: 700;
    color: #FFF;
    position: absolute;
    bottom: 0;
	margin-bottom: 0;
	transform: translateY(45px);
	z-index: 5;
}

.mv-item .credit{
	position: absolute;
	bottom: 50px;
	right: 15px;
	color: #fff;
	font-size: 11px;
	text-shadow: 2px 2px 0 #000;
}
.page-mv-image .credit{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 11px;
	text-shadow: 2px 2px 0 #000;
}
@media(max-width: 767px) {
	.mv-item .credit{
		bottom: 10px;
		right: 10px;
	}
}

.mv-item.hongkong p {
    left: -15px;
}

.mv-item.taipei p {
    left: 50%;
    transform: translate(-50%,45px);
}

.mv-item.seoul p {
    right: -15px;
}

@media(max-width: 767px) {	
	.mv-item p {
		writing-mode: vertical-rl;
		margin: 0;
	}
	.mv-item.hongkong p {
		left: -5px;
	}
	.mv-item.taipei p {
		left: -5px;
		transform: translateY(45px);
	}
	.mv-item.seoul p {
		right: auto;
		left: -5px;
	}
}

/*@media(max-width: 575px) {
	.mv::before {
		aspect-ratio: 375 / 237;
		background: url(img/top-mv-image_sp.svg) no-repeat top center / cover;
	}
}*/

/*      フライト情報        */
.flight-info {
	--bs-border-color: #333;
}

.flight-info-content {
    display: flex;
    gap: 30px;
    justify-content: space-between;
	margin-bottom: 80px;
}

.flight-info-content a {
	position: relative;
    display: grid;
	place-content: center;
	text-align: center;
	gap: 10px;
    max-width: 300px;
    width: 100%;
	aspect-ratio: 300 / 170;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #FFF;
}

.flight-info-content a::before {
	content: "";
	width: 17px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.flight-info-content a span {
	--fs: 30;
	font-weight: 600;
	letter-spacing: 0.5em;
	margin-left: 0.5em;
}

.flight-info-hongkong {
	background: url(img/flight-hongkong.jpg?v2) center / cover;
}

.flight-info-hongkong::before {
	background: var(--color-theme-1);
}

.flight-info-taipei {
	background: url(img/flight-taipei.jpg?v2) center / cover;
}

.flight-info-taipei::before {
	background: var(--color-theme-2);
}

.flight-info-seoul {
	background: url(img/flight-seoul.jpg?v3) center / cover;;
}

.flight-info-seoul::before {
	background: var(--color-theme-3);
}

.flight-info-seoul::after{
	content: "画像提供：韓国観光公社";
	font-size: 11px;
	color: #fff;
	text-shadow: 2px 2px 0 #000;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

@media(max-width: 991px) {
	.flight-info-content {
		gap: 60px 15px;
	}
}

@media(max-width: 767px) {
	.flight-info-content {
		flex-direction: column;
		align-items: center;
	}
	.flight-info-content a {
		max-width: 500px;
	}
}

@media(max-width: 575px) {
	.flight-info-content a {
		max-width: 300px;
	}
}


/*      トップ 新着情報     */
.top-news {
    background: linear-gradient(to right, var(--color-theme-1) 0%, var(--color-theme-1) 33.33%, var(--color-theme-2) 33.33%, var(--color-theme-2) 66.66%, var(--color-theme-3) 66.66%, var(--color-theme-3) 100%);
    padding-top: 120px;
}

/*		トップ 利用者促進制度		*/
.top-information {
	background: var(--color-gray-1);
}

.top-information-content {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 70px;
}

.top-information-item {
	background: #FFF;
	padding: 35px 20px;
}

.top-information-item > * {
	max-width: 430px;
	margin-inline: auto;
}

.top-information-item h3 {
	--fs: 20;
	font-weight: 700;
	font-size: var(--font-size);
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 30px;
}

.top-information-item p {
	--fs: 16;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.top-information-item p.small {
	--fs: 12;
	font-size: var(--font-size);
}

.top-information-item p span {
	color: var(--color-theme-2);
}

.top-information-item .price {
	--fs: 30;
	letter-spacing: 0.1em;
}

.top-information-item .yen {
	--fs: 20;
}

.top-information-item ul {
	font-weight: 700;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.top-information-item ul li {
	letter-spacing: 0.03em;
	line-height: calc(22 / 15);
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 3px;
}

.top-information-item ul li::before {
	content: "●";
	color: var(--color-theme-2);
}

.top-information-item ul li .small {
	--fs: 14;
	font-size: var(--font-size);
}

.top-information .more-link {
	color: #FFF!important;
	background: var(--color-gray-2);
}

.top-information .more-link:hover {
	color: var(--color-body-1)!important;
	background: #FFF;
}

.top-information .more-link::before {
	border-color: #FFF;
}

.top-information .more-link:hover:before {
	border-color: var(--color-body-1);
}

@media(max-width: 991px) {
	.top-information-content {
		gap: 30px;
	}
}

@media(max-width: 767px) {
	.top-information-content {
		grid-template-columns: 1fr;
		gap: 60px;
	}
}

/*		トップ Q&A		*/
.top-faq {
	background: var(--color-gray-2);
}

.top-faq-content {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 60px 70px;
}

.top-faq-item {
	background: #FFF;
	padding: 40px 20px;
}

.top-faq-item h3 {
	--fs: 26;
	font-size: var(--font-size);
	font-weight: 700;
	color: var(--color-theme-2);
	text-align: center;
	margin-bottom: 30px;
}

.top-faq-item h3 span {
	--fs: 34;
	font-size: var(--font-size);
	font-style: italic;
	margin-right: 10px;
}

.top-faq-item p {
	text-align: center;
	line-height: calc(22 / 15);
	letter-spacing: 0.1em;
}

.faq-item-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	min-height: 26px;
	color: #FFF;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: 500;
	border-radius: 30px;
}

@media(max-width: 991px) {
	.top-faq-content {
		gap: 30px;
	}
}

@media(max-width: 767px) {
	.top-faq-content {
		grid-template-columns: 1fr;
	}
}

@media(max-width: 575px) {
	.top-faq-content {
		gap: 30px;
	}
	.top-faq-item {
		padding: 40px 15px;
	}
	.top-faq-item p {
		letter-spacing: 0.05em;
	}
}

/*      新着情報        */
.news-category-list {
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.news-category-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	min-height: 23px;
	--fs: 14;
	letter-spacing: 0.1em;
	border-radius: 30px;
	transition: 0.2s;
}

.news-category-list a.all {
	color: var(--color-body-1);
	border: 1px solid var(--color-body-1);
}

.news-category-list a.all:hover,
.news-category-list a.all.active {
	opacity: 1;
	color: #FFF;
	background: var(--color-body-1);
}

.news-category-list a.common {
	color: #a0304b;
	border: 1px solid #a0304b;
}

.news-category-list a.common:hover,
.news-category-list a.common.active {
	opacity: 1;
	color: #FFF;
	background: #a0304b;
}

.news-category-list a.cat-hongkong {
	color: var(--color-theme-1);
	border: 1px solid var(--color-theme-1);
}

.news-category-list a.cat-hongkong:hover,
.news-category-list a.cat-hongkong.active {
	opacity: 1;
	color: #FFF;
	background: var(--color-theme-1);
}

.news-category-list a.cat-taipei {
	color: var(--color-theme-2);
	border: 1px solid var(--color-theme-2);
}

.news-category-list a.cat-taipei:hover,
.news-category-list a.cat-taipei.active {
	opacity: 1;
	color: #FFF;
	background: var(--color-theme-2);
}

.news-category-list a.cat-seoul {
	color: var(--color-theme-3);
	border: 1px solid var(--color-theme-3);
}

.news-category-list a.cat-seoul:hover,
.news-category-list a.cat-seoul.active {
	opacity: 1;
	color: #FFF;
	background: var(--color-theme-3);
}

.news-content {
    background: #FFF;
    padding: 35px 50px;
}

.news-list {
    list-style: none;
    padding: 0;
	margin-inline: auto;
    margin-bottom: 0;
}

.news-list li {
    border-top: 1px solid var(--color-body-1);
}

.news-list li:last-child {
    border-bottom: 1px solid var(--color-body-1);
}

.news-list-item {
    position: relative;
    display: grid;
    grid-template-columns: 255px 1fr;
	gap: 5px 35px;
    align-items: baseline;
    padding: 30px 50px 30px 0;
}

.news-list-item::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--color-body-1);
    border-right: 1px solid var(--color-body-1);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}

.news-list-info {
    display: flex;
    align-items: center;
    gap: 35px;
}

.news-list-date {
	--fs: 14;
	letter-spacing: 0.1em;
}

.news-category {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 137px;
	min-height: 23px;
	--fs: 14;
	line-height: 1;
	letter-spacing: 0.1em;
	border-radius: 30px;
}

.news-category.common {
	color: #a0304b;
	border: 1px solid #a0304b;
}

.news-category.cat-hongkong {
	color: var(--color-theme-1);
	border: 1px solid var(--color-theme-1);
}

.news-category.cat-taipei {
	color: var(--color-theme-2);
	border: 1px solid var(--color-theme-2);
}

.news-category.cat-seoul {
	color: var(--color-theme-3);
	border: 1px solid var(--color-theme-3);
}

.news-list-title {
    margin-bottom: 0;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: 50px;
}

.nav-links .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 35px;
	border: 1px solid var(--color-body-1);
}

.nav-links .page-numbers.current {
	color: #FFF;
	background: var(--color-body-1);
}

@media(max-width: 991px) {
	.news-content {
		padding: 30px 20px;
	}
	.news-category-list {
		justify-content: center;
	}
	.news-list-item {
		grid-template-columns: 240px 1fr;
		gap: 5px 15px;
	}
	.news-list-info {
		gap: 15px;
	}
}

@media(max-width: 767px) {
	.news-list-item {
		grid-template-columns: 1fr;
		padding: 15px 0;
		padding-right: 15px;
	}
	.news-list-item::before {
		right: 5px;
	}
}

@media(max-width: 575px) {
	.news-list-info {
		gap: 10px;
	}
	.news-category {
		--fs: 11;
		min-width: 104px;
		min-height: 18px;
	}
	.news-list-title {
		--fs: 14;
	}
}


/*		下層		*/
.page-mv {
	position: relative;
}

/*.page-mv::before {
	content: "";
	width: 100%;
	aspect-ratio: 300 / 145;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}*/

.page-mv-image img {
	min-height: 525px;
	object-fit: cover;
	object-position: center;
}

/*.mv-hongkong::before {
	background: url(img/mv-hongkong-image.svg) no-repeat top center / cover;
}

.mv-taipei::before {
	background: url(img/mv-taipei-image.svg) no-repeat top center / cover;
}

.mv-seoul::before {
	background: url(img/mv-seoul-image.svg) no-repeat top center /  cover;
}*/

.page-mv h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.page-mv-title-en {
	font-size: clamp(3.75rem, 2.559rem + 5.083vw, 6.625rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: -15px;
	transform: translateY(45px);
}

.page-body {
	background: linear-gradient(to right, var(--color-theme-1) 0%, var(--color-theme-1) 33.33%, var(--color-theme-2) 33.33%, var(--color-theme-2) 66.66%, var(--color-theme-3) 66.66%, var(--color-theme-3) 100%);
	padding-top: 85px;
	padding-bottom: 85px;
}

.page-mv + .page-body {
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.page-body-content {
	background: #FFF;
	padding: 35px 50px;
}

.page-title {
	display: grid;
	gap: 10px;
	border-bottom: 1px solid var(--color-body-1);
	padding-bottom: 30px;
	margin-bottom: 35px;
}

.page-title-ja {
	--fs: 15;
	font-size: var(--font-size);
	letter-spacing: 0.2em;
	margin-bottom: 0;
}

.page-title-ja:not(:has(+ .page-title-en)) {
	--fs: 25;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.page-title-en {
	--fs: 33;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: calc(37 / 33);
	order: -1;
}

@media(max-width:991px) {
	.page-body {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.page-body-content {
		padding: 30px 20px;
	}
	.page-title {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
}

@media(max-width: 575px) {
	.page-title-ja {
		letter-spacing: 0;
	}
}

.page-news {
	padding-top: 125px;
}

@media(max-width: 991px) {
	.page-news {
		padding-top: 90px;
	}
}

@media(max-width: 767px) {
	.page-mv-title-en {
		writing-mode: vertical-rl;
		left: -5px;
	}
}

@media(max-width: 575px) {
	.page-mv::before {
		aspect-ratio: 375 / 237;
	}
	.mv-hongkong::before {
		background: url(img/mv-hongkong-image_sp.svg) no-repeat top center / cover;
	}
	.mv-taipei::before {
		background: url(img/mv-taipei-image_sp.svg) no-repeat top center / cover;
	}
	.mv-seoul::before {
		background: url(img/mv-seoul-image_sp.svg) no-repeat top center /  cover;
	}
}

/*		関連リンク		*/
.page-links {
	background: var(--color-gray-1);
}

.page-links-content {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: clamp(20px, -117.163px + 13.841vw, 60px);
}

.page-links-item {
	text-align: center;
}

.page-links-item a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	--fs: 20;
	letter-spacing: 0.1em;
	color: #FFF;
	max-width: 315px;
	width: 100%;
	min-height: 54px;
	border-radius: 50px;
	padding: 5px 40px;
}

.page-links-item a::before {
	content: "";
	width: 9px;
	height: 9px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%) rotate(45deg);
}

@media(max-width: 991px) {
	.page-links-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

.form-contact h2 {
	--fs: 25;
	font-size: var(--font-size);
}

.send-btn,
.back-btn {
	position: relative;
    display: inline-block;
	font-weight: 500;
	width: 260px;
	min-height: 45px;
    text-align: center;
    letter-spacing: 0.1em;
    border: 1px solid var(--color-body-1);
    border-radius: 30px;
	background: transparent;
    transition: 0.2s;
}

.form-group {
	align-items: baseline;
}

.form-control {
	border-color: var(--color-body-1);
}

.birth-year,
.birth-month,
.birth-day {
	padding: .175rem .75rem;
}

.send-btn:hover,
.send-btn:active,
.back-btn:hover,
.back-btn:active {
	opacity: 1;
	color: #FFF;
	background: var(--color-body-1);
}

.page-body-content a {
	color: var(--color-theme-1);
	word-break: break-all;
}

@media(max-width: 575px) {
	.form-contact h2 {
		--fs: 20;
	}
	.birth-year,
	.birth-month,
	.birth-day {
		padding: .175rem .25rem;
	}
}

.single-news-info {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.single-news .page-title h1 {
	--fs: 22;
}

@media(max-width: 991px) {
	.single-news .page-title h1 {
		--fs: 18;
	}
}

.sns-content {
	max-inline-size: max-content;
	margin-inline: auto;
}