@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Luxurious+Roman&family=Noto+Serif+JP:wght@200..900&display=swap');

.contents {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mincho {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.swiper {
	cursor: pointer;
}

/*---------------------------------------*/
.kv {
	position: relative;
}

.bg-common1.kv {
	padding-block: 0;
}

.bg-common1.kv::before {
	content: none;
}

.kv-image {
	position: relative;
	background-image: url(/attending/media/kyushu/images/pc/kv-SP24-015520D_SP25-062595D_SP24-001923D.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 1300px;
	width: 100%;
	height: 600px;
	margin-inline: auto;
}

.kv-image h1 {
	position: absolute;
	inset: 0;
	display: block;
	width: 869px;
	height: 422px;
	margin: 50px auto auto;
}

/* sec-movie start */
.sec-movie {
	background-color: #E5D7CA;
	padding-block: 60px;
}

.sec-movie_inner {
	display: flex;
	gap: 32px;
}

.sec-movie .seo {
	font-size: 18px;
}

.sec-movie .movie {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.sec-movie .movie dl {
	display: flex;
	flex-direction: column;
	width: 280px;
}

.sec-movie .movie dl dt {
	display: grid;
	align-items: center;
	height: 100%;
	background-color: #374170;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-block: 8px;
}

.btn-schedule_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 650px;
	height: 100px;
	background: linear-gradient(180deg, #D9B036 40%, #C59A1A 70%);
	box-shadow: 0 7px 0 0 #9A7223, 0 8px 15px 0 rgba(0, 0, 0, 0.20);
	border: 3px solid #EBD87A;
	border-radius: 8px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 8px 16px;
	margin-inline: auto;
	margin-block-start: 24px;
	transition: .3s;
}

.btn-schedule_link:hover {
	box-shadow: unset;
	transform: translateY(4px);
}

.btn-schedule_link span {
	font-size: 18px;
}

/* スケジュールモーダル */
#inline-wrap {
	position: relative;
}

#inline-wrap .image {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#inline-wrap .image::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	cursor: pointer;
}

/* sec-movie end */

/* sec-anchor start */
.sec-anchor {
	background-color: #654E49;
	padding-block: 40px;
}

.anchor-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	gap: 16px;
}

.anchor-item {
	display: flex;
}

.anchor-link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	background: #FAFAFA;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.30);
	outline: 1px solid #B28836;
	outline-offset: -3px;
	width: 100%;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	padding-block: 20px 35px;
	transition: opacity .3s;
}

.anchor-link:hover {
	opacity: 0.5;
}

.anchor-link::before,
.anchor-link::after {
	content: '';
	display: block;
}

.anchor-link::before {
	background-image: url(/attending/media/kyushu/images/anchor-deco.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 45px;
	height: 17px;
}

.anchor-link::after {
	position: absolute;
	bottom: 8px;
	left: 50%;
	translate: -50% 0;
	background-color: #B28936;
	width: 12px;
	height: 10px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}

/* sec-anchor end */

/* 背景エリア_start */
.bg-common1 {
	position: relative;
	background-color: #F2EEEC;
	padding-block: 80px;
	z-index: 0;
}

.bg-common2 {
	position: relative;
	background-color: #E6DBD0;
	padding-block: 80px;
	z-index: 0;
}


.bg-common1::before,
.bg-common2::before {
	content: '';
	position: absolute;
	top: 0;
	background-image: url(/attending/media/kyushu/images/pc/deco-line.png);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 33px;
}

.bg-common1::after,
.bg-common2::after {
	content: '';
	position: absolute;
	inset: 0;
	background-position: top left;
	background-repeat: repeat;
	z-index: -1;
}

.bg-common1::after {
	background-image: url(/attending/media/kyushu/images/bg-common1.png);
	background-size: 130px 182px;
	opacity: 0.05;
}

.bg-common2::after {
	background-image: url(/attending/media/kyushu/images/bg-common2.png);
	background-size: 240px 208px;
	opacity: 0.17;
}

.bg-common1 h2 img,
.bg-common2 h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

/* 背景エリア_end */

/* sec-point start */
.point-item {
	position: relative;
	background: #654E49;
	border: 1px solid #E9D9A2;
	width: 620px;
	height: auto;
	gap: 16px;
	outline: 1px solid #E9D9A2;
	outline-offset: -9px;
	padding: 22px 29px 28px 29px;
}

.point-item::before {
	content: "";
	position: absolute;
	inset: 7px;
	z-index: 1;
	pointer-events: none;
	border-image-source: url(/attending/media/kyushu/images/pc/point-deco1.png);
	border-image-slice: 30;
	border-width: 15px;
	border-style: solid;
}

.point-item dl dt {
	position: relative;
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: center;
	gap: 24px;
	height: 120px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.88px;
	color: #fff;
	margin-block-end: 16px;
}

.point-item dl dt::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 100%;
	color: #E9D9A2;
	font-family: "Luxurious Roman", serif;
	font-weight: 400;
	font-size: 42px;
	text-align: center;
	line-height: 1.5;
}

.point-item dl dt::after {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	translate: 0 -50%;
	width: 40px;
	height: 84px;
	background-image: url(/attending/media/kyushu/images/pc/point-deco2.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.point-item dl dt p span {
	font-size: 28px;
	color: #F9E372;
}

.swiper-point-wrapper {
	position: relative;
	counter-reset: number 0;
	margin-block-start: 48px;
}

.swiper-point-wrapper .swiper-wrapper {
	margin-block-end: 24px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
}

.swiper-scrollbar {
	background: #fff;
	opacity: 0.5;
}

.swiper-scrollbar-drag {
	background: #888;
}

/* sec-point end */

/* sec-present start */
.present-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.present-caption {
	width: 800px;
	font-size: 18px;
	margin-inline: auto;
	text-align: center;
}

.present-list {
	margin-block-start: 47px;
}

.present-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.present-item figure figcaption {
	position: relative;
	font-size: 21px;
	font-weight: 700;
	color: #654E49;
	line-height: 1.4;
	letter-spacing: 0.84px;
	text-align: center;
	margin-block-start: 12px;
	padding-block-start: 30px;
}

.present-item figure figcaption::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 48px;
	height: 25px;
	background-image: url(/attending/media/kyushu/images/present-deco1.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.present-item figure figcaption span{
	font-size: 16px;
}

.present-note {
	width: 1024px;
	background-color: rgba(255, 255, 255, 0.65);
	border: 1px solid #654E49;
	color: #654E49;
	font-size: 16px;
	margin-block-start: 32px;
	margin-inline: auto;
	padding-block: 3px;
	text-align: center;
}

/* sec-present end */

/* sec-hotel start */
.sec-hotel {
	position: relative;
	background-color: #283765;
	z-index: 0;
	padding-block: 80px;
}

.sec-hotel::before {
	content: '';
	position: absolute;
	top: 0;
	background-image: url(/attending/media/kyushu/images/pc/deco-line.png);
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 33px;
}

.sec-hotel::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(/attending/media/kyushu/images/hotel-bg1.png);
	background-size: 286px 320px;
	background-position: top left;
	background-repeat: repeat;
	opacity: 0.3;
	z-index: -1;
}

.sec-hotel h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

.hotel-title {
	position: relative;
	background-color: #B02B2B;
	border-top: 2px solid #B28836;
	border-bottom: 2px solid #B28836;
	padding-block: 20px;
	margin-block-start: 48px;
	z-index: 2;
}

.hotel-title::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(/attending/media/kyushu/images/hotel-bg2.png);
	background-size: 500px 500px;
	opacity: 0.13;
	z-index: -1;
}

.hotel-title .caption {
	display: block;
	font-size: 24px;
	font-weight: 500;
}

.hotel-title h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 1024px;
	margin-inline: auto;
}

.hotel-title h3:before,
.hotel-title h3:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.hotel-grade {
	position: absolute;
	top: -2px;
	left: calc(50% + (1024px / 2) - (150px / 2));
	translate: -50% 0;
	width: 150px;
	height: 185px;
}

.hotel1 .hotel-title h3:before {
	top: 50%;
	left: 0;
	translate: 0 -50%;
	background-image: url(/attending/media/kyushu/images/pc/hotel-day2.png);
	width: 170px;
	height: 85px;
}

.hotel2 .hotel-title h3:before {
	top: 50%;
	left: 0;
	translate: 0 -50%;
	background-image: url(/attending/media/kyushu/images/pc/hotel-day3.png);
	width: 170px;
	height: 85px;
}

.hotel3 .hotel-title h3:before {
	top: 50%;
	left: 0;
	translate: 0 -50%;
	background-image: url(/attending/media/kyushu/images/pc/hotel-day1.png);
	width: 170px;
	height: 85px;
}

.swiper-hotel-wrapper .swiper-controls {
	background: #000;
	padding-block: 10px;
}

.swiper-hotel-wrapper .swiper-controls_inner {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
}

.swiper-hotel-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-hotel-wrapper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-hotel-wrapper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.3;
}

.swiper-hotel-wrapper .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.swiper-hotel-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.swiper-hotel-wrapper .swiper-button-next,
.swiper-hotel-wrapper .swiper-button-prev {
	position: relative;
	top: 0;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: 12px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.swiper-hotel-wrapper .swiper-button-prev {
	left: 0px;
	right: auto;
}

.swiper-hotel-wrapper .swiper-button-next {
	right: 0px;
	left: auto;
}

.swiper-hotel-wrapper .swiper-button-next:after,
.swiper-hotel-wrapper .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 12px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.hotel-desc {
	position: relative;
	z-index: 1;
}

.hotel-desc .hotel-caption {
	width: 670px;
	margin-block-start: 16px;
}

.hotel-caption {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.35px;
	color: #FFF;
	margin-block-start: 16px;
}

.hotel-logo {
	position: absolute;
	right: 0;
	bottom: 0;
}

.hotel-img_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-block-start: 40px;
}

.hotel3 {
	padding-block-end: 80px;
}

.hotel3-content {
	display: grid;
	grid-template-columns: 600px 1fr;
	gap: 40px;
	margin-block-start: 40px;
}

.hotel3-content figure figcaption {
	font-size: 18px;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 1.35px;
	margin-block-start: 18px;
}

.hotel3-content ul li:not(:first-child) {
	margin-block-start: 24px;
}

.all-inclusive_content {
	position: relative;
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 40px;
	background-image: linear-gradient(90deg, #D5DCE7 20%, #F4F8FF 50%, #D5DCE7 80%);
	outline: 1px solid #283765;
	outline-offset: -7px;
	margin-block-start: 40px;
	padding-block: 40px;
	padding-inline: 26px;
	z-index: 0;
}

.all-inclusive_content::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	border-image-source: url(/attending/media/kyushu/images/pc/hotel-deco1.png);
	border-image-slice: 36;
	border-width: 18px;
	border-style: solid;
}

.all-inclusive_content dl {
	line-height: 1.5;
}

.all-inclusive_content dl dt {
	position: relative;
	color: #374170;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1.04px;
}

.all-inclusive_content dl dt::after {
	content: '';
	position: absolute;
	left: 50%;
	translate: -50% 0;
	bottom: -15px;
	background-image: url(/attending/media/kyushu/images/pc/hotel-deco2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 506px;
	height: 24px;
}

.all-inclusive_content dl .text {
	font-size: 18px;
	letter-spacing: 1.35px;
	margin-block-start: 26px;
}

.all-inclusive_content dl .notice {
	font-size: 14px;
	letter-spacing: 1.05px;
	margin-block-start: 16px;
}

/* sec-hotel end */

/* sec-gourmet start */
.gourmet-content_item {
	position: relative;
	background: #F8F2E9;
	border: 3px solid #66221A;
}

.gourmet-content1 .gourmet-content_item span {
	display: block;
	width: 146px;
	height: 146px;
	position: absolute;
	top: -30px;
	left: -20px;
}

.gourmet-content2 .gourmet-content_item span {
	display: block;
	width: 116px;
	height: 116px;
	position: absolute;
	top: -20px;
	left: -20px;
}

.gourmet-content1 dl .text {
	padding-block: 24px;
	padding-inline: 40px;
	border-top: 2px solid #66221A;
}

.gourmet-content2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	margin-block-start: 48px;
}

.gourmet-content2 dl .text {
	padding-block: 16px;
	padding-inline: 24px;
	border-top: 2px solid #66221A;
}

/* sec-gourmet end */

/* sec-sightseeing start */
.sightseeing-content .text, .sightseeing-content_column .text{
	font-size: 18px;
}

.sightseeing-content {
	background-color: #FAFAFA;
	border: solid 1px #374170;
}

.sightseeing-content:not(:first-child) {
	margin-block-start: 40px;
}

.sightseeing-content dl {
	position: relative;
	padding-block: 32px 40px;
	padding-inline: 56px;
	z-index: 0;
}

.sightseeing-content dl::before {
	content: "";
	position: absolute;
	inset: 5px;
	z-index: -1;
	pointer-events: none;
	border-image-source: url(/attending/media/kyushu/images/pc/sightseeing-deco1.png);
	border-image-slice: 112;
	border-width: 56px;
	border-style: solid;
	border-image-repeat: round;
}

.sightseeing-content dl dt {
	font-size: 28px;
	font-weight: 700;
	color: #465A94;
	line-height: 1.5;
	letter-spacing: 2.1px;
	text-align: center;
}

.sightseeing-content dl dt span {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 1.5px;
}

.sightseeing-content dl .text {
	line-height: 1.5;
	letter-spacing: 1.2px;
	margin-block-start: 18px;
}

.sightseeing-content_column {
	position: relative;
	display: flex;
	background-color: #FAFAFA;
	border: solid 1px #374170;
	margin-block-start: 40px;
}

.sightseeing-content_column figure {
	width: 450px;
	flex-shrink: 0;
	margin: 0;
}

.sightseeing-content_column dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	flex: 1;
	position: relative;
	padding-block: 24px;
	padding-inline: 32px;
	z-index: 0;
}

.sightseeing-content_column dl::before {
	content: "";
	position: absolute;
	inset: 5px;
	z-index: -1;
	pointer-events: none;
	border-image-source: url(/attending/media/kyushu/images/pc/sightseeing-deco1.png);
	border-image-slice: 112;
	border-width: 56px;
	border-style: solid;
}

.sightseeing-content_column dl dt {
	font-size: 28px;
	font-weight: 700;
	color: #465A94;
	line-height: 1.5;
	letter-spacing: 2.1px;
	text-align: center;
}

.sightseeing-content_column.sightseeing-content_notice dl {
	justify-content: flex-start;
	padding-block: 18px;
}

.sightseeing-content_column.sightseeing-content_notice__right dl {
	justify-content: flex-start;
}

.sightseeing-notice_content {
	position: absolute;
	left: 0;
	bottom: -50px;
	display: grid;
	grid-template-columns: 207px 1fr;
}

.sightseeing-notice_content p {
	width: calc(572px - 207px - 32px);
	padding-block-start: 0.5em;
}

.sightseeing-notice_content__right {
	position: absolute;
	right: 0;
	bottom: -50px;
	display: grid;
	grid-template-columns: 1fr 207px;
}

.sightseeing-notice_content__right p {
	width: calc(572px - 207px - 32px);
	padding-block-start: 1em;
}

.sightseeing-content .sightseeing-split {
	margin-block-start: 36px;
}

.sightseeing-content .sightseeing-split p {
	background-color: #D5DCE7;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #374170;
	text-align: center;
	letter-spacing: 1.5px;
	padding-block: 12px;
	padding-inline: 16px;
}

.sightseeing-content .sightseeing-split p span {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.sightseeing-content .sightseeing-split p span::before,
.sightseeing-content .sightseeing-split p span::after {
	content: "";
	display: block;
	background-image: url(/attending/media/kyushu/images/sightseeing-deco2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 51px;
	height: 24px;
}

.sightseeing-content .sightseeing-split p span::after {
	scale: -1 1;
}

.sightseeing-content .sightseeing-split div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-block-start: 16px;
}

.sightseeing-content .sightseeing-split figcaption {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #374170;
	text-align: center;
	letter-spacing: 1.5px;
	margin-top: 10px;
}
/* sec-sightseeing end */

/* sec-tour start */
.block-tab {
	display: flex;
	justify-content: space-between;
}

.block-tab_item {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #374170;
	width: calc(100% / 9);
	font-weight: 600;
	color: #374170;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}

.block-tab_item:not(:last-child) {
	border-right: none;
}

.block-tab_item.current {
	background-color: #374170;
	color: #fff;
}

.block-tab_contents {
	background-color: #374170;
	padding: 16px;
}

.tour-choice {
	font-size: 18px;
	font-weight: 700;
	color: #374170;
	text-align: center;
	letter-spacing: 1.44px;
	margin-block-start: 48px;
}

.block-tab_contents-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.tour-template {
	background: #FFF;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.tour-link:only-child {
	grid-column: 1 / -1;
}

.tour-link:hover {
    opacity: 0.7;
}

.block-tour {
	margin-block-start: 16px;
}

.dept {
	background: #FFEEBE;
	border-radius: 0 0 8px 0;
	width: fit-content;
	font-size: 16px;
	font-weight: 600;
	color: #794E00;
	line-height: 1;
	letter-spacing: 1.2px;
	padding-block: 8px;
	padding-inline: 20px;
}

.details {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	padding-block: 12px 16px;
	padding-inline: 14px;
}

.name {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.5;
	letter-spacing: 1.35px;
}

.details-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-block-start: auto;
}

.price {
	color: #DB2100;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.button {
	display: flex;
	border-radius: 4px;
	background: #05A0BF;
	box-shadow: 0 5px 0 0 #00697C;
	justify-content: center;
	align-items: center;
	gap: 3px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 10px 12px;
}


.notour {
	grid-column: 1 / -1;
	background: #FFF;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-block: 12px
}

.block-bn {
	margin-block: 80px;
}

.block-bn img {
	display: block;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}

.block-bn p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.12px;
	margin-block-start: 10px;
}

.block-tv img {
	display: block;
	width: 960px;
	margin-block-start: 32px;
	margin-inline: auto;
}

/* sec-tour end */

.custom-swipe-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 15px 40px;
	border-radius: 12px;
	z-index: 10;
	pointer-events: none;
	transition: opacity 0.5s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
}

.custom-swipe-hint::before {
	content: "";
	background-image: url(/attending/media/kyushu/images/il-scroll.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 76px;
	height: 94px;
	animation: swipe-hand 1.5s infinite ease-out;
}

@keyframes swipe-hand {

	0%,
	20% {
		transform: translateX(0);
		opacity: 1;
	}

	70% {
		transform: translateX(-40px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 0;
	}
}

.custom-swipe-hint.is-hidden {
	opacity: 0;
}