*,
*::after,
*::before {
	box-sizing: border-box;
	word-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	color: inherit;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
	list-style-type: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

html {
	font-size: 0.0694444444vw;
}

body {
	color: #555;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	position: relative;
}

html.is-fixed,
body.is-fixed {
	overflow-y: hidden;
}

@font-face {
	font-family: "banana";
	src: url("../font/YDWbananaslipplus.otf") format("opentype");
}

.l-header {
	position: fixed;
	width: 100%;
	top: 24px;
	left: 0px;
	z-index: 20;
	transform-origin: top left;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none !important;
}

.l-header-inner {
	width: 100%;
	padding-inline: 40px;
	margin-inline: auto;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.l-header__logo {
	flex-shrink: 0;
	width: 321px;
	aspect-ratio: 321/83;
}

.l-header__drawer {
	position: absolute;
	top: 25px;
	right: 28px;
	z-index: 11;
	transition: all 0.3s ease;
}

.l-header__drawerIcon {
	width: 27px;
	height: 19px;
}

.l-header__drawerBar {
	width: 100%;
	height: 3px;
	background: #ffcb39;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	translate: -50%;
	transition: all 0.3s ease;
}

.l-header__drawerBar.--1 {
	top: 0;
}

.l-header__drawerBar.--2 {
	top: 8px;
}

.l-header__drawerBar.--3 {
	top: 16px;
}

.l-header__drawer.is-active {
	rotate: 360deg;
}

.l-header__drawer.is-active .l-header__drawerBar.--1 {
	top: 8px;
	rotate: -45deg;
}

.l-header__drawer.is-active .l-header__drawerBar.--2 {
	top: 8px;
	width: 0;
}

.l-header__drawer.is-active .l-header__drawerBar.--3 {
	top: 8px;
	rotate: 45deg;
}

.l-header-page {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 20;
}

.l-header-page::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.l-header-page::after {
	content: "";
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	height: 100svh;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.l-header-page.is-active::after {
	opacity: 1;
	pointer-events: all;
}

body:has(.l-header-page) main {
	padding-top: 100px;
}

.l-header-page__menu {
	margin-inline: auto;
}

.l-header-page__menu.is-active {
	translate: 0%;
}

.l-header-page__link-wrap {
	max-width: 960px;
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.l-header-page__link {
	flex-shrink: 0;
	width: 132px;
}

.l-header-page__link.--area .l-header-page__text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.l-header-page__link.--area .l-header-page__text::after {
	content: "";
	width: 10px;
	aspect-ratio: 1/1;
	background-color: #555;
	-webkit-mask: url(../img/gray-arrow.svg) no-repeat center/contain;
	mask: url(../img/gray-arrow.svg) no-repeat center/contain;
	transition: all 0.3s ease;
}

.l-header-page__link.--area.is-active .l-header-page__text::after {
	rotate: 180deg;
}

.l-header-page__icon {
	width: 54px;
	margin-inline: auto;
}

.l-header-page__text {
	font-family: "banana", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	transition: all 0.3s ease;
}

.l-header-page__area-wrap {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	translate: 0 -100%;
	z-index: -2;
	transition: all 0.3s ease;
}

.l-header-page__area-wrap.is-active {
	translate: 0 0;
}

.l-header-page__area {
	height: 60px;
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 32px;
	background: #75acd3;
}

.l-header-page__area a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-family: "banana", sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
}

.l-header-page__area a::before {
	content: "";
	width: 10px;
	height: 16px;
	background-color: #fff;
	-webkit-mask: url(../img/pin-icon.svg) no-repeat center/contain;
	mask: url(../img/pin-icon.svg) no-repeat center/contain;
	transition: all 0.3s ease;
}

.l-header--login {
	width: 100%;
	height: 100px;
	background: #ffcb39;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}

body:has(.p-terms) .l-header--login,
body:has(.p-privacy) .l-header--login {
	position: unset;
}

.l-footer {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-footer__logo {
	width: 320px;
}

.l-footer__copyright {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.l-footer-page {
	background: #c7f1ff;
	padding-block: 28px 12px;
}

.l-footer-page__main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 70px;
}

.l-footer-page__nav {
	display: flex;
	gap: 40px;
}

.l-footer-page__menu-wrap {
	display: contents;
}

.l-footer-page__menu {
	width: 328px;
	height: 65px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.l-footer-page__menu.--other {
	width: 87px;
}

.l-footer-page__menu.--terms {
	width: 134px;
	gap: 8px;
	justify-content: unset;
}

.l-footer-page__list {
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer-page__list a {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: "banana", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
}

.l-footer-page__list a::before {
	content: "";
	width: 12px;
	aspect-ratio: 10/14;
	background: url(../img/pagination-icon.svg) no-repeat center center/contain;
}

.l-footer-page .l-footer__copyright {
	text-align: center;
}

.l-footer--login {
	width: 100%;
	height: 32px;
	background: #ffcb39;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-inner {
	max-width: 1312px;
	width: 84.4444444444vw;
	margin-inline: auto;
}

.c-button {
	font-family: "banana", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin-top: 40px;
	padding: 14px 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	flex-shrink: 0;
	border-radius: 8px;
	background: #ffcb39;
	transition: all 0.3s ease;
	pointer-events: auto;
	cursor: pointer;
	color: #555;
	text-transform: uppercase;
}

.c-button::after {
	content: "";
	display: inline-block;
	transition: transform 0.3s ease;
	width: 32px;
	height: 32px;
	padding-left: 32px;
	background: url(../img/hikouki-icon.svg) no-repeat center center/contain;
}

.c-button:hover::after {
	transform: translateX(12px);
}

.c-member__cards {
	place-items: center;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	-moz-column-gap: 17px;
	column-gap: 17px;
}

.c-membercard {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	max-width: 200px;
	margin-inline: auto;
}

.c-membercard a {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	justify-content: center;
}

.c-membercard__icon {
	aspect-ratio: 200/200;
	width: 100%;
	height: auto;
	max-width: 200px;
	margin-inline: auto;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
}

.c-membercard__icon img {
	aspect-ratio: 200/200;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	border-radius: 50%;
}

.c-membercard__name {
	text-align: center;
	margin-top: 8px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}

.c-membercard__label-container {
	margin-top: 8px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
	z-index: 5;
}

.c-membercard__label {
	white-space: nowrap;
	font-family: "banana", sans-serif;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 6.5px;
	height: 18px;
	width: auto;
	border-radius: 30px;
	background: #fff;
}

.c-membercard__label svg {
	flex-shrink: 0; /* アイコンのサイズ固定 */
}

.c-membercard__label--web-production {
	color: #4278dd;
}

.c-membercard__label--web-app {
	color: #f16c6c;
}

.c-membercard__label--web-design {
	color: #f2a15f;
}

.c-membercard__label--shopify {
	color: #2dc997;
}

.c-membercard__label--video-editing {
	color: #d34e4e;
}

.c-membercard__label--python {
	color: #f2c23a;
}

.c-membercard__label--writing {
	color: #469ddc;
}

.c-membercard__label--java {
	color: #eb5555;
}

.c-membercard__label--line-construction {
	color: #70b05d;
}

.c-membercard__label--lightning {
	color: #ffa917;
}

.c-membercard__label--web-marketing {
	color: #30ADE9;
}

.c-membercard__label--instagram-operation {
	background: linear-gradient(90deg, #7f42ff -5.38%, #ff4095 47.81%, #ffbe4a 101.01%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.c-membercard__label--instagram-operation::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.c-membercard__label--default {
	color: #555;
}

.c-cloud__left {
	position: absolute;
	height: auto;
	width: 1112px;
	aspect-ratio: 1112/661;
	bottom: -464px;
	left: -852px;
	animation: steam 2s ease-in-out infinite;
}

.c-cloud__right {
	position: absolute;
	height: auto;
	width: 1112px;
	aspect-ratio: 1112/661;
	bottom: -464px;
	right: -696px;
	animation: steam 2s ease-in-out infinite;
	transition: bottom 1s ease, right 1s ease;
}

.c-nami__container {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.c-nami__wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
}

.c-nami {
	width: 65px;
	height: 10px;
	opacity: 1;
	visibility: visible;
	pointer-events: none;
}

.c-nami1 {
	animation: waveFlow 4.2s ease-in-out infinite, fadePattern1 5.8s ease-in-out infinite;
	animation-delay: 0s, 0.3s;
	position: absolute;
	top: 17%;
	right: 5%;
}

.c-nami2 {
	animation: waveFlow 5.5s ease-in-out infinite, fadePattern2 6.2s ease-in-out infinite;
	animation-delay: 0.8s, 1.1s;
	position: absolute;
	top: 62%;
	right: 5%;
}

.c-nami3 {
	animation: waveFlow 4.8s ease-in-out infinite, fadePattern3 5.5s ease-in-out infinite;
	animation-delay: 2.1s, 1.8s;
	position: absolute;
	bottom: 22%;
	right: 22%;
}

.c-nami4 {
	animation: waveFlowSlow 7.2s ease-in-out infinite, fadePattern2 8.1s ease-in-out infinite;
	animation-delay: 0.4s, 2.3s;
	position: absolute;
	bottom: 30%;
	left: 8%;
}

.c-nami5 {
	animation: waveFlowSlow 6.1s ease-in-out infinite, fadePattern1 7.3s ease-in-out infinite;
	animation-delay: 1.5s, 0.7s;
	position: absolute;
	top: 18%;
	left: 9%;
}

.c-label {
	color: #fff;
	background: #5d9bc8;
	font-family: "banana", sans-serif;
	font-size: clamp(14px, 1.39vw, 20px);
	line-height: 1.2;
	letter-spacing: 0.05em;
	border-radius: 20px;
	min-width: 165px;
	padding: 8px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-page-title {
	padding-block: 24px;
	width: 100%;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #fff;
	background: #5d9bc8;
	font-family: "banana", sans-serif;
	text-align: center;
}

.c-page-title2 {
	text-align: center;
	font-size: clamp(28px, 2.51vw, 36px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin-top: 32px;
}

.c-page-descriptin {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-top: 8px;
}

.c-costume-parent {
	aspect-ratio: 56/109;
	transform-origin: bottom;
}

.c-costume-pants {
	width: 100%;
	height: 100%;
	background: url(../img/costume-pants.webp) no-repeat bottom 2rem center/contain;
}

.c-costume-pants::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	background: url(../img/costume-pants.gif) no-repeat bottom 2rem center/contain;
	opacity: 0;
	z-index: -1;
}

.c-costume-skirt {
	width: 100%;
	height: 100%;
	background: url(../img/costume-skirt.webp) no-repeat bottom center/contain;
}

.c-costume-skirt::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	background: url(../img/costume-skirt.gif) no-repeat bottom center/contain;
	opacity: 0;
	z-index: -1;
}

.p-top__kamome {
	opacity: 1 !important;
	visibility: visible !important;
}

body.show-japan-region .p-top__kamome {
	opacity: 0 !important;
	visibility: hidden !important;
}

body.show-world-only .p-header__logo {
	opacity: 0.5 !important;
}

body.show-world-only .p-top__kamome {
	opacity: 0 !important;
	visibility: hidden !important;
}

body.loading {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}

body.loading .l-header,
body.loading .p-header__logo,
body.loading .p-header__logo img,
body.loading .p-top__scroll-container,
body.loading .l-footer,
body.loading .p-top__jet,
body.loading .p-top__pagination {
	opacity: 0 !important;
	visibility: hidden !important;
}

.p-top__nami-container {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none !important;
}

.p-top__nami-wrap {
	position: relative;
	width: 100%;
	height: 100vh;
}

.p-top__nami {
	width: 65px;
	height: 10px;
	pointer-events: none !important;
}

.p-top__nami1 {
	animation: waveFlow 4.2s ease-in-out infinite, fadePattern1 5.8s ease-in-out infinite;
	animation-delay: 0s, 0.3s;
	position: absolute;
	top: 30%;
	right: 28%;
}

.p-top__nami2 {
	animation: waveFlow 5.5s ease-in-out infinite, fadePattern2 6.2s ease-in-out infinite;
	animation-delay: 0.8s, 1.1s;
	position: absolute;
	top: 47%;
	left: 33%;
}

.p-top__nami3 {
	animation: waveFlowSlow 6.1s ease-in-out infinite, fadePattern1 7.3s ease-in-out infinite;
	animation-delay: 1.5s, 0.7s;
	position: absolute;
	top: 30%;
	left: 20%;
}

.p-top__nami4 {
	animation: waveFlow 4.8s ease-in-out infinite, fadePattern3 5.5s ease-in-out infinite;
	animation-delay: 2.1s, 1.8s;
	position: absolute;
	bottom: 31%;
	right: 25%;
}

.p-top__nami5 {
	animation: waveFlowSlow 7.2s ease-in-out infinite, fadePattern2 8.1s ease-in-out infinite;
	animation-delay: 0.4s, 2.3s;
	position: absolute;
	bottom: 24%;
	left: 5%;
}

.p-top__nami6 {
	animation: waveFlow 5.9s ease-in-out infinite, fadePattern3 6.7s ease-in-out infinite;
	animation-delay: 2.8s, 0.9s;
	position: absolute;
	top: 10%;
	right: 15%;
}

.p-top__nami7 {
	animation: waveFlowSlow 6.6s ease-in-out infinite, fadePattern1 7.8s ease-in-out infinite;
	animation-delay: 1.2s, 3.1s;
	position: absolute;
	top: 40%;
	right: 10%;
}

.p-top__nami8 {
	animation: waveFlow 5.3s ease-in-out infinite, fadePattern2 6.9s ease-in-out infinite;
	animation-delay: 3.4s, 1.6s;
	position: absolute;
	top: 67%;
	left: 23%;
}

.p-top__nami9 {
	animation: waveFlowSlow 7.7s ease-in-out infinite, fadePattern3 8.4s ease-in-out infinite;
	animation-delay: 0.6s, 2.7s;
	position: absolute;
	top: 20%;
	left: 30%;
}

.p-top__nami10 {
	animation: waveFlow 4.6s ease-in-out infinite, fadePattern1 5.2s ease-in-out infinite;
	animation-delay: 2.9s, 0.2s;
	position: absolute;
	bottom: 21%;
	right: 35%;
}

.p-top__nami11 {
	animation: waveFlowSlow 6.8s ease-in-out infinite, fadePattern2 7.5s ease-in-out infinite;
	animation-delay: 1.7s, 3.5s;
	position: absolute;
	bottom: 44%;
	left: 14%;
}

.p-top__jet {
	aspect-ratio: 340/340;
	max-width: 340px;
	width: min(340rem, 340px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 7;
	background: url(../img/top-jet.webp) no-repeat center center/contain;
}

.p-top__jet img {
	opacity: 0;
}

.p-top__jet:hover {
	background: url(../img/top-jet2.webp) no-repeat center center/contain;
}

body:not(.loading) .p-top__jet {
	opacity: 0;
	visibility: hidden;
}

body:not(.loading) .p-top__jet.show-top.--top {
	top: 55%;
	right: 10%;
	visibility: visible !important;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s linear infinite 1.7s;
}

body:not(.loading) .p-top__jet.show-hokkaido.--hokkaido {
	top: 30%;
	right: 5%;
	visibility: visible !important;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
}

body:not(.loading) .p-top__jet.show-tohoku.--tohoku {
	top: 65%;
	right: 8%;
	visibility: visible !important;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
}

body:not(.loading) .p-top__jet.show-kanto.--kanto {
	top: 40%;
	right: 8%;
	visibility: visible !important;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
}

body:not(.loading) .p-top__jet.show-chubu.--chubu {
	top: 55%;
	right: 13%;
	visibility: visible !important;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
}

body:not(.loading) .p-top__jet.show-kinki.--kinki {
	top: 40%;
	right: 8%;
	visibility: visible !important;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
}

body:not(.loading) .p-top__jet.show-chugoku.--chugoku {
	top: 18%;
	right: 40%;
	visibility: visible !important;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
}

body:not(.loading) .p-top__jet.show-shikoku.--shikoku {
	top: 35%;
	right: 2%;
	visibility: visible !important;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
}

body:not(.loading) .p-top__jet.show-kyushu.--kyushu {
	top: 25%;
	right: 65%;
	visibility: visible !important;
	animation: jetFlyIn2 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
	transform: scaleX(-1);
}

body:not(.loading) .p-top__jet.show-okinawa.--okinawa {
	top: 40%;
	right: 10%;
	visibility: visible !important;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
}

body:not(.loading) .p-top__jet.show-world.--world {
	width: 23.8931834153%;
	position: absolute;
	top: 51%;
	right: 27%;
	transform-origin: center center;
	visibility: visible !important;
	animation: jetFlyInWorld 2.5s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 4s ease-in-out infinite 2.5s;
}

.p-top__kamome {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease, transform 0.8s ease;
	z-index: 15;
	pointer-events: none;
}

.p-top__kamome1 {
	width: clamp(36px, 36px + 63 * (100vw - 375px) / 1065, 99px);
	max-width: 99px;
	aspect-ratio: 99/86;
	top: 34%;
	right: 5%;
	animation: kamomeFly1 8s ease-in-out infinite;
}

.p-top__kamome2 {
	width: clamp(60px, 60px + 110 * (100vw - 375px) / 1065, 170px);
	max-width: 170px;
	aspect-ratio: 170/80;
	top: 62%;
	left: 7%;
	animation: kamomeFly2 10s ease-in-out infinite;
	animation-delay: -3s;
}

.p-top__region-text-label {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease 0.5s;
	text-align: left;
	z-index: 10;
}

.p-top__region-text-en {
	font-family: "Poppins", sans-serif;
	font-size: min(85rem, 85px);
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.05em;
	color: #fff;
	text-transform: uppercase;
}

.p-top__region-text-jp {
	color: #fff;
	font-family: "banana", sans-serif;
	font-size: min(42rem, 42px);
	line-height: 120%;
	letter-spacing: 0.05em;
}

.p-top__region-button {
	font-family: "banana", sans-serif;
	font-size: min(16rem, 16px);
	line-height: 120%;
	letter-spacing: 0.16em;
	padding: min(13rem, 13px) 70rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: min(9rem, 9px);
	flex-shrink: 0;
	border-radius: min(8rem, 8px);
	background: #ffcb39;
	transition: transform 0.3s ease;
	pointer-events: auto;
	cursor: pointer;
	color: #555;
	margin-top: min(12rem, 12px);
}

.p-top__region-button::after {
	content: "";
	display: inline-block;
	transition: transform 0.3s ease;
	width: min(32rem, 32px);
	height: min(32rem, 32px);
	padding-left: min(32rem, 32px);
	background: url(../img/hikouki-icon.svg) no-repeat center center/contain;
}

.p-top__region-button:hover::after {
	transform: translateX(12rem);
}

.p-top__pagination {
	position: fixed;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 10;
}

.p-top__pagination-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.p-top__pagination-dot.is-active {
	background: url(../img/pagination-icon.svg) no-repeat center center/contain;
	width: 12px;
	aspect-ratio: 11/14;
	height: auto;
	margin-top: -3px;
	animation: bounce 1s ease;
}

.p-footer__cloud,
.l-footer,
.p-footer__cloud-left,
.p-footer__cloud-right,
.p-top__nami-container,
.p-top__nami-wrap,
.p-top__nami {
	pointer-events: none !important;
}

body.theme-day .p-top__scroll-container {
	background-color: #82e3fe !important;
}

body.theme-day .p-top__nami {
	filter: none;
	transition: filter 0.3s ease;
}

body.theme-day .p-top__nami path,
body.theme-day .p-top__nami .wave-path {
	stroke: #c7f1ff !important;
	transition: stroke 0.3s ease;
}

body.theme-day .p-header__logo img {
	content: url("../img/top-logo.webp") !important;
}

body.theme-night .p-top__scroll-container {
	background-color: #75acd3 !important;
	transition: background-color 0.3s ease;
}

body.theme-night .p-top__nami {
	filter: brightness(0.8);
	transition: filter 0.3s ease;
}

body.theme-night .p-top__nami path,
body.theme-night .p-top__nami .wave-path {
	stroke: #5d9bc8 !important;
	transition: stroke 0.3s ease;
}

body.theme-night .p-header__logo img {
	content: url("../img/top-logo-night.webp") !important;
}

body.theme-night .p-top__cloud-image {
	opacity: 0.4 !important;
}

.p-top__map-container {
	position: relative;
	z-index: 3;
}

.p-top__map-image-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	opacity: 0;
	visibility: hidden;
}

.p-top__map-image-wrap.is-active {
	opacity: 1;
	visibility: visible;
}

.p-top__map-image-top {
	width: 95%;
	height: 95%;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

.p-top__map-image#japanMap {
	width: 2500px;
	height: 3200px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) translate(var(--tx, 0px), var(--ty, 0px)) scale(var(--s, 1));
	transform-origin: center center;
	transition: transform 0.5s ease;
	opacity: 0;
	visibility: hidden;
}

.p-top__map-image#japanMap.is-active {
	opacity: 1;
	visibility: visible;
}

.p-top__region-group {
	position: absolute; /* 北海道 */ /* 東北 */ /* 関東 */ /* 中部 */ /* 近畿 */ /* 中国 */ /* 四国 */ /* 九州 */ /* 沖縄 */
}

.p-top__region-group#regionGroupHokkaido {
	top: 0;
	right: 0;
}

.p-top__region-group#regionGroupTohoku {
	top: 759px;
	right: 509px;
}

.p-top__region-group#regionGroupKanto {
	top: 1531px;
	right: 672px;
}

.p-top__region-group#regionGroupChubu {
	top: 1289px;
	right: 805px;
}

.p-top__region-group#regionGroupKinki {
	top: 1761px;
	right: 1207px;
}

.p-top__region-group#regionGroupChugoku {
	top: 1790px;
	right: 1536px;
}

.p-top__region-group#regionGroupShikoku {
	top: 1990px;
	right: 1507px;
}

.p-top__region-group#regionGroupKyushu {
	top: 2061px;
	right: 1870px;
}

.p-top__region-group#regionGroupOkinawa {
	bottom: 0;
	left: 0;
}

.p-top__map-image#worldMapContainer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	opacity: 0;
	visibility: hidden;
	overflow-x: scroll;
	overflow-y: hidden;
	scale: 1.2;
	transition: all 1s ease;
}

.p-top__map-image#worldMapContainer.is-active {
	opacity: 1;
	visibility: visible;
	scale: 1;
}

.p-top__region-group#regionGroupWorld {
	width: 100%;
	height: 100%;
}

.p-top__region-group#regionGroupWorld .p-top__region-image--world {
	width: auto;
	height: 100%;
	aspect-ratio: 5738/3490;
	margin-inline: auto;
	position: relative;
}

.p-top__region-group#regionGroupWorld .p-top__region-image--world img {
	width: 100%;
	height: 100%;
}

.p-top__region-group#regionGroupWorld .p-top__region-text-label {
	top: 65%;
	left: 60%;
}

.p-top__region-group.is-active .p-top__region-map-border {
	visibility: visible;
	scale: 1;
	transition: all 1s ease;
	z-index: 8;
}

.p-top__region-group.is-active .p-top__region-image {
	transition: all 1s ease;
	z-index: 9;
	animation: region_image 1s ease 1 forwards;
}

.p-top__region-map-border {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 5;
	visibility: hidden;
	scale: 1.2;
}

/* 北海道 */

#regionGroupHokkaido .p-top__region-map-border {
	width: 828px;
	height: 784px;
}

/* 東北 */

#regionGroupTohoku .p-top__region-map-border {
	width: 407px;
	height: 845px;
}

/* 関東 */

#regionGroupKanto .p-top__region-map-border {
	width: 348px;
	height: 391em;
}

/* 中部 */

#regionGroupChubu .p-top__region-map-border {
	width: 616px;
	height: 684px;
}

/* 近畿 */

#regionGroupKinki .p-top__region-map-border {
	width: 376px;
	height: 399px;
}

/* 中国 */

#regionGroupChugoku .p-top__region-map-border {
	width: 507px;
	height: 308px;
}

/* 四国 */

#regionGroupShikoku .p-top__region-map-border {
	width: 384px;
	height: 287px;
}

/* 九州 */

#regionGroupKyushu .p-top__region-map-border {
	width: 356px;
	height: 491px;
}

/* 沖縄 */

#regionGroupOkinawa .p-top__region-map-border {
	width: 178px;
	height: 229px;
}

.p-top__region-image {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transform-origin: center center;
	will-change: scale;
	opacity: 0.3;
	z-index: 7;
}

/* 北海道 */

#regionGroupHokkaido .p-top__region-image {
	top: 46.5%;
	left: 43%;
}

/* 東北 */

#regionGroupTohoku .p-top__region-image {
	width: 140%;
	left: 55%;
}

/* 関東 */

#regionGroupKanto .p-top__region-image {
	top: 45%;
	left: 56.5%;
}

/* 中部 */

#regionGroupChubu .p-top__region-image {
	top: 53%;
	left: 52%;
}

/* 近畿 */

#regionGroupKinki .p-top__region-image {
	width: 90%;
	top: 46%;
	left: 52%;
}

/* 中国 */

#regionGroupChugoku .p-top__region-image {
	top: 44%;
}

/* 四国 */

#regionGroupShikoku .p-top__region-image {
	top: 45%;
	left: 55%;
}

/* 九州 */

#regionGroupKyushu .p-top__region-image {
	top: 46%;
}

/* 沖縄 */

#regionGroupOkinawa .p-top__region-image {
	width: 120%;
	top: 42%;
	left: 44%;
}

.p-top__region-text-label {
	transform: scale(var(--inv-s, 1));
	will-change: transform;
	transform-origin: top left;
}

.p-top__region-group.is-active .p-top__region-text-label {
	opacity: 1;
	visibility: visible;
}

.p-top__region-group { /* 北海道 */ /* 東北 */ /* 関東 */ /* 中部 */ /* 近畿 */ /* 中国 */ /* 四国 */ /* 九州 */ /* 沖縄 */
}

.p-top__region-group#regionGroupHokkaido .p-top__region-text-label {
	top: 65%;
	left: 70%;
	transform-origin: top left;
}

.p-top__region-group#regionGroupTohoku .p-top__region-text-label {
	top: 30%;
	right: 90%;
	transform-origin: bottom right;
}

.p-top__region-group#regionGroupKanto .p-top__region-text-label {
	top: 55%;
	left: 105%;
	transform-origin: top left;
}

.p-top__region-group#regionGroupChubu .p-top__region-text-label {
	top: 25%;
	right: 85%;
	transform-origin: bottom right;
}

.p-top__region-group#regionGroupKinki .p-top__region-text-label {
	top: 60%;
	left: 105%;
	transform-origin: top left;
}

.p-top__region-group#regionGroupChugoku .p-top__region-text-label {
	top: 10%;
	right: 65%;
	transform-origin: top right;
}

.p-top__region-group#regionGroupShikoku .p-top__region-text-label {
	top: 57%;
	left: 85%;
	transform-origin: top left;
}

.p-top__region-group#regionGroupKyushu .p-top__region-text-label {
	top: 40%;
	right: 98%;
	transform-origin: top right;
}

.p-top__region-group#regionGroupOkinawa .p-top__region-text-label {
	top: 55%;
	left: 60%;
	transform-origin: top left;
}

.p-top__map-image#worldMapContainer.is-active .p-top__region-text-label {
	opacity: 1;
	visibility: visible;
}

body:not([class*=show-]) .p-header__logo.is-active {
	width: clamp(78px, 78px + 92 * (100vw - 360px) / 1080, 170px) !important;
	opacity: 0.5 !important;
}

.l-footer {
	pointer-events: none;
}

/* ===== ヘッダーロゴの基本設定（ちらつき修正版） ===== */

.p-header__logo {
	display: block;
	margin-left: 24px;
	aspect-ratio: 408/405;
	max-width: 408px;
	pointer-events: all; /* デフォルトをトップページサイズに変更（重要な修正点） */
	width: clamp(125px, 125px + 283 * (100vw - 360px) / 1080, 408px);
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1; /* デフォルト透明度を1に変更（重要な修正点） */
	opacity: 1; /* トランジション速度を短縮 */
	transition: width 0.2s ease, opacity 0.2s ease;
}

.p-header__logo a {
	width: 100%;
}

.p-header__logo img {
	aspect-ratio: 408/405;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.2s ease;
}

.p-header__logo img:hover {
	transform: scale(1.05);
}

/* ===== トップページ専用設定（:has()対応） ===== */

/* トップページの初期状態（確実に大きいサイズ） */

body:has(.p-top__scroll-container) .p-header__logo {
	width: clamp(125px, 125px + 283 * (100vw - 360px) / 1080, 408px) !important;
	opacity: 1 !important;
}

/* ローディング中は非表示 */

body:has(.p-top__scroll-container).loading .l-header {
	opacity: 0 !important;
	visibility: hidden !important;
}

/* ローディング完了後に表示 */

body:has(.p-top__scroll-container):not(.loading) .l-header {
	opacity: 1 !important;
	visibility: visible !important;
}

/* ===== 地域表示時の設定 ===== */

/* 地域表示時のみ小さく（優先度高） */

body:has(.p-top__scroll-container).show-japan-region .p-header__logo,
body:has(.p-top__scroll-container).show-world-only .p-header__logo {
	width: clamp(78px, 78px + 92 * (100vw - 360px) / 1080, 170px) !important;
	opacity: 0.5 !important;
}

/* ===== CSS :has() 未対応ブラウザ用のフォールバック ===== */

/* トップページクラスがある場合 */

.p-top .p-header__logo {
	width: clamp(125px, 125px + 283 * (100vw - 360px) / 1080, 408px) !important;
	opacity: 1 !important;
}

.p-top.loading .l-header {
	opacity: 0 !important;
	visibility: hidden !important;
}

/* ===== JavaScript読み込み前の安定表示 ===== */

/* show-クラスが設定される前は大きいサイズを維持 */

body:not([class*=show-]) .p-header__logo {
	width: clamp(125px, 125px + 283 * (100vw - 360px) / 1080, 408px) !important;
	opacity: 1 !important;
}

/* ===== より確実な初期表示設定 ===== */

/* 最高優先度でデフォルトサイズを設定 */

html .p-header__logo {
	width: clamp(125px, 125px + 283 * (100vw - 360px) / 1080, 408px) !important;
	opacity: 1 !important;
}

/* 地域表示時のみ上書き（より具体的なセレクタ） */

html body.show-japan-region:not(.show-top-only) .p-header__logo,
html body.show-world-only:not(.show-top-only) .p-header__logo {
	width: clamp(78px, 78px + 92 * (100vw - 360px) / 1080, 170px) !important;
	opacity: 0.5 !important;
}

/* ===== 既存のヘッダーコンテナ設定（変更なし） ===== */

.p-header__container {
	position: relative;
	width: 252px;
	height: 224px;
	pointer-events: all;
}

.p-header__earth-button {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	aspect-ratio: 116/116;
	width: 116px;
	height: auto;
	border: none;
	opacity: 1;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 50%;
	z-index: 10;
}

.p-header__earth-button:hover {
	transform: translateX(-50%) scale(1.05);
}

.p-header__earth-button:active {
	transform: translateX(-50%) scale(0.95);
}

.p-header__earth-button img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.p-header__menu-item {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.5s;
	opacity: 0;
	background: #f0d780;
	box-shadow: 2px 2px 4px 0 rgba(204, 186, 126, 0.25);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.p-header__menu-item.show {
	opacity: 1;
}

.p-header__menu-item:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.p-header__menu-item:hover .p-header__menu-icon img {
	transform: scale(1.1);
}

.p-header__search-menu {
	top: 46.875%;
	left: 0;
	transform-origin: left center;
	transition-delay: 0ms;
}

.p-header__search-menu:hover {
	transform: scale(1.1);
}

.p-header__profile-menu {
	top: 64.2857142857%;
	left: 50%;
	transform: translateX(-50%);
	transition-delay: 150ms;
}

.p-header__profile-menu:hover {
	transform: translateX(-50%) scale(1.1);
}

.p-header__settings-menu {
	top: 46.875%;
	right: 0;
	transform-origin: right center;
	transition-delay: 300ms;
}

.p-header__settings-menu:hover {
	transform: scale(1.1);
}

.p-header__menu-icon {
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-header__menu-icon img {
	width: 30px;
	height: 30px;
	transition: all 0.3s ease;
}

.p-header__menu-text {
	font-size: 12px;
	color: #9a7b2f;
	font-family: "banana", sans-serif;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.6px;
}

.p-footer__cloud {
	position: relative;
	width: 100%;
	height: 100%;
}

.p-footer__cloud-left {
	position: absolute;
	height: auto;
	width: 1112px;
	aspect-ratio: 1112/661;
	bottom: -464px;
	left: -852px;
	animation: steam 2s ease-in-out infinite;
}

.p-footer__cloud-right {
	position: absolute;
	height: auto;
	width: 1112px;
	aspect-ratio: 1112/661;
	bottom: -464px;
	right: -696px;
	animation: steam 2s ease-in-out infinite;
	transition: bottom 1s ease, right 1s ease;
}

.p-footer__cloud-right.is-checked {
	bottom: -1000px;
	right: -1000px;
}

.p-footer__cloud-right-button {
	cursor: pointer;
	pointer-events: auto;
	background: transparent;
	position: fixed;
	bottom: 33px;
	right: 90px;
	width: 55px;
	aspect-ratio: 55/85;
	z-index: 11;
	transition: opacity 0.3s ease;
	background: url(../img/top-footer-button.svg) no-repeat center center/contain;
}

.p-footer__cloud-right-button span {
	display: none;
}

.p-footer__cloud-right-button:hover,
.p-footer__cloud-right-button:focus {
	aspect-ratio: 55/94;
	background: url(../img/top-footer-button2.svg) no-repeat center center/contain;
}

.p-footer__cloud-right-button.is-active {
	opacity: 0;
}

.p-footer__cloud-menu-container {
	position: fixed;
	z-index: 12;
	bottom: 0;
	right: 0;
	transform: translateY(500%) translateX(500%) scale(0.5);
	transition: transform 1s ease, opacity 1s ease 0.5s;
	opacity: 0;
}

.p-footer__cloud-menu-container.is-checked {
	transform: translateY(0) translateX(0) scale(1);
	opacity: 1;
}

.p-footer__cloud-menu-container.is-checked::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
	cursor: pointer;
}

.p-footer__cloud-menu-container.is-checked .p-footer__cloud-right {
	display: 0;
}

.p-footer__cloud-menu-container.is-checked .p-footer__cloud-right-button {
	opacity: 0;
}

.p-footer__cloud-menu {
	pointer-events: auto;
	z-index: 14;
	position: relative;
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 40px;
	padding-right: 63px;
	padding-bottom: 26px;
}

.p-footer__cloud-menu::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 521px;
	aspect-ratio: 521/313;
	background: url(../img/menu-cloud.svg) no-repeat center center/contain;
}

.p-footer__cloud-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-footer__cloud-link {
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.6px;
	font-family: "banana", sans-serif;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: opacity 0.2s ease;
}

.p-footer__cloud-link::before {
	content: "";
	width: 10px;
	aspect-ratio: 10/14;
	background: url(../img/pagination-icon.svg) no-repeat center center/contain;
	padding-right: 10px;
}

.p-footer__cloud-link:hover,
.p-footer__cloud-link:focus {
	opacity: 0.6;
}

.p-footer__cloud-menu-close {
	position: absolute;
	bottom: 22%;
	right: 29%;
	width: 45px;
	display: flex;
	align-items: center;
	gap: 4px;
	background: transparent;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.p-footer__cloud-menu-close:hover,
.p-footer__cloud-menu-close:focus {
	opacity: 0.7;
}

.p-footer__cloud-menu-close img {
	width: 10px;
	height: auto;
	aspect-ratio: 10/10;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-footer__cloud-menu-close span {
	font-family: "banana", sans-serif;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -0.72px;
	color: #68d9ff;
}

.p-loading__container {
	width: 100vw;
	height: 100vh;
	background: #82e3fe;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}

.p-loading__container.phase-0 {
	background: rgb(225, 225, 225);
}

.p-loading__container.phase-0 .p-loading__airplane,
.p-loading__container.phase-0 .p-loading__text {
	opacity: 0;
	visibility: hidden;
}

.p-loading__container.phase-0 .p-loading__cloud {
	opacity: 1;
}

/* 2. 初回アクセス時のみローディングを表示 */

body.first-visit .p-loading__container,
body.show-loading .p-loading__container,
body.loading .p-loading__container {
	opacity: 1 !important;
	visibility: visible !important;
}

/* 3. ローディング表示中は他の要素を非表示 */

body.loading .l-header,
body.loading .p-top__scroll-container,
body.loading .l-footer,
body.loading .p-top__jet,
body.loading .p-top__pagination {
	opacity: 0 !important;
	visibility: hidden !important;
}

/* 4. 通常時は全て表示 */

body:not(.loading) .l-header,
body:not(.loading) .p-top__scroll-container,
body:not(.loading) .l-footer,
body:not(.loading) .p-top__pagination {
	opacity: 1;
	visibility: visible;
}

.p-loading__container-inner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.p-loading__cloud {
	position: absolute;
	opacity: 1;
	width: 1112px;
	aspect-ratio: 1112/661;
	transition: all 2s;
	z-index: 10;
}

.p-loading__cloud img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-loading__cloud--1 {
	top: 26%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
}

.p-loading__cloud--2 {
	top: 29%;
	left: 18%;
	transform: translate(-50%, -50%);
	z-index: 14;
}

.p-loading__cloud--3 {
	top: 30%;
	right: 21%;
	transform: translate(50%, -50%);
	z-index: 13;
}

.p-loading__cloud--4 {
	bottom: 10%;
	left: 21%;
	transform: translate(-50%, 50%);
	z-index: 12;
}

.p-loading__cloud--5 {
	bottom: 24%;
	right: 20%;
	transform: translate(50%, 50%);
	z-index: 11;
}

.p-loading__cloud--6 {
	display: none;
}

.p-loading__container.phase-2 .p-loading__cloud--1 {
	transform: translate(-50%, -90%);
}

.p-loading__container.phase-2 .p-loading__cloud--2 {
	transform: translate(-80%, -70%);
}

.p-loading__container.phase-2 .p-loading__cloud--3 {
	transform: translate(80%, -70%);
}

.p-loading__container.phase-2 .p-loading__cloud--4 {
	transform: translate(-80%, 80%);
}

.p-loading__container.phase-2 .p-loading__cloud--5 {
	transform: translate(80%, 80%);
}

.p-loading__container.phase-2 .p-loading__cloud--6 {
	transform: translate(80%, -80%);
}

.p-loading__container.phase-2 .p-loading__airplane {
	right: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 1;
}

.p-loading__container.phase-2 .p-loading__text {
	opacity: 1;
}

.p-loading__container.phase-3 .p-loading__cloud--1 {
	transform: translate(-120%, -120%);
}

.p-loading__container.phase-3 .p-loading__cloud--2 {
	transform: translate(-120%, -120%);
}

.p-loading__container.phase-3 .p-loading__cloud--3 {
	transform: translate(120%, -120%);
}

.p-loading__container.phase-3 .p-loading__cloud--4 {
	transform: translate(-90%, 94%);
}

.p-loading__container.phase-3 .p-loading__cloud--5 {
	transform: translate(90%, 90%);
}

.p-loading__container.phase-3 .p-loading__cloud--6 {
	transform: translate(120%, 120%);
}

.p-loading__container.phase-3 .p-loading__airplane {
	right: 50%;
	transform: translateY(-50%) translateX(50%) scale(1);
	opacity: 1;
}

.p-loading__container.phase-3 .p-loading__text {
	opacity: 1;
}

.p-loading__container.phase-4 .p-loading__cloud--1 {
	transform: translate(-200%, -200%) scale(0.7);
}

.p-loading__container.phase-4 .p-loading__cloud--2 {
	transform: translate(-200%, -200%) scale(1);
}

.p-loading__container.phase-4 .p-loading__cloud--3 {
	transform: translate(200%, -200%) scale(1);
}

.p-loading__container.phase-4 .p-loading__cloud--4 {
	transform: translate(-200%, 200%) scale(1);
}

.p-loading__container.phase-4 .p-loading__cloud--5 {
	transform: translate(200%, 200%) scale(1);
}

.p-loading__container.phase-4 .p-loading__cloud--6 {
	transform: translate(200%, 200%) scale(1);
}

.p-loading__container.phase-4 .p-loading__airplane {
	right: 45%;
	transform: translateY(-50%) translateX(50%) scale(1.1) rotate(-5deg);
	opacity: 1;
	background: url(../img/top-jet2.webp) no-repeat center center/contain;
}

.p-loading__container.phase-4 .p-loading__text {
	opacity: 1;
}

.p-loading__container.phase-5 .p-loading__cloud--1,
.p-loading__container.phase-5 .p-loading__cloud--2 {
	transform: translate(-400%, -400%) scale(0.3);
}

.p-loading__container.phase-5 .p-loading__cloud--3,
.p-loading__container.phase-5 .p-loading__cloud--5,
.p-loading__container.phase-5 .p-loading__cloud--6 {
	transform: translate(200%, -200%) scale(1);
}

.p-loading__container.phase-5 .p-loading__cloud--4 {
	transform: translate(-200%, 200%) scale(1);
}

.p-loading__container.phase-5 .p-loading__airplane {
	right: 200%;
	transform: translateY(-200%) translateX(200%) scale(0.8) rotate(-10deg);
	opacity: 0;
}

.p-loading__container.phase-5 .p-loading__text {
	opacity: 0;
}

.p-loading__airplane {
	position: absolute;
	top: 50%;
	right: -200px;
	width: clamp(150px, 150px + 190 * (100vw - 360px) / 1080, 340px);
	aspect-ratio: 340/340;
	background: url(../img/top-jet.webp) no-repeat center center/contain;
	transform: translateY(-200%) translateX(0%) scale(0);
	opacity: 0;
	transition: transform 3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 3s cubic-bezier(0.34, 1.56, 0.64, 1), right 5s cubic-bezier(0.34, 1.56, 0.64, 1), background-image 0.3s ease;
	z-index: 20;
}

.p-loading__text {
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Poppins", sans-serif;
	font-size: clamp(24px, 4vw, 48px);
	color: white;
	font-weight: 500;
	z-index: 25;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.p-loading__dots::after {
	content: "";
	animation: loadingDots 2s infinite;
}

body.loading .l-header,
body.loading .p-top__scroll-container,
body.loading .l-footer,
body.loading .p-top__jet,
body.loading .p-top__pagination {
	opacity: 0 !important;
	visibility: hidden !important;
}

body:not(.loading) .l-header,
body:not(.loading) .p-top__scroll-container,
body:not(.loading) .l-footer,
body:not(.loading) .p-top__pagination {
	opacity: 1;
	visibility: visible;
}

.p-404 {
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #82e3fe;
}

.p-404__bg-cantainer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 1440/554;
}

.p-404__bg-cantainer img {
	aspect-ratio: 1440/554;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-404__tiger {
	position: absolute;
	z-index: 6;
	animation: tigerWalkOnPath 40s ease-in-out infinite, tigerWalkOnPath2 2s linear infinite;
	aspect-ratio: 411/488;
	width: 28.5416666667vw;
	transition: all 0.3s ease;
}

.p-404__tiger img {
	aspect-ratio: 411/488;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
}

.p-404__inner {
	position: relative;
	text-align: center;
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.p-404__cloud {
	position: absolute;
	top: 11%;
	width: 100%;
	height: 36%;
	z-index: 2;
	animation: cloud 2s linear infinite;
}

.p-404__cloud-left,
.p-404__cloud-right {
	width: 240px;
	aspect-ratio: 240/142;
	position: absolute;
	opacity: 0.8;
	animation: cloudFloat 25s linear infinite;
}

.p-404__cloud-left {
	top: 144px;
	left: -123px;
	animation-delay: 0s;
}

.p-404__cloud-right {
	top: -71px;
	right: -64px;
	animation-delay: -12s;
}

/* かもめのアニメーション */

.p-404__kamome {
	position: absolute;
	top: 14%;
	width: 100%;
	height: 27%;
}

.p-404__kamome-left,
.p-404__kamome-right {
	position: absolute;
	animation: kamomeFly1 15s linear infinite;
}

.p-404__kamome-left {
	max-width: 122px;
	height: auto;
	aspect-ratio: 100/80;
	top: -76px;
	left: 186px;
	animation-delay: -5s;
}

.p-404__kamome-right {
	width: clamp(88px, 88px + 82 * (100vw - 375px) / 1065, 170px);
	max-width: 170px;
	aspect-ratio: 170/80;
	height: auto;
	top: 156px;
	right: 6%;
	animation-delay: -15s;
}

/* テキストコンテナ */

.p-404__text-container {
	margin-top: 6%;
	text-align: center;
	color: #fff;
	font-family: "banana", sans-serif;
	position: relative;
	z-index: 10;
}

.p-404__title {
	font-size: 128px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-404__text {
	font-size: 48px;
	line-height: 1.6;
	margin-top: 8px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-404__button {
	position: absolute;
	z-index: 7;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
}

.p-404__button a {
	background: #68d9ff;
	color: #555;
	font-family: "banana", sans-serif;
	padding: 14px 27px;
	border-radius: 8px;
	font-size: 16px;
	letter-spacing: 0.16em;
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.p-404__button a::after {
	content: "";
	transition: all 0.3s ease;
	background: url(../img/404-button-icon.svg) no-repeat center center/contain;
	width: 28px;
	aspect-ratio: 28/28;
	height: auto;
	padding-left: 28px;
}

.p-404__button a:hover::after {
	transform: translateX(12px);
}

.p-login,
main:has(.um-um_password_id) {
	width: 100%;
	height: calc(100vh - 32px);
	height: calc(100dvh - 32px);
	height: calc(100svh - 32px);
}

.p-login__content,
.um-um_password_id {
	width: 100%;
	padding-top: calc(100px + 10vh);
	padding-top: calc(100px + 10dvh);
	padding-top: calc(100px + 10svh);
}

.p-login__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.05em;
}

.p-login__main {
	max-width: 760px;
	width: 100%;
	margin-inline: auto;
	margin-top: 32px;
}

.p-login__main .um-login {
	max-width: unset !important;
	margin-bottom: unset !important;
}

.p-login__main .um-row._um_row_1 {
	margin-bottom: 16px !important;
}

.p-login__main .um-field {
	padding: unset !important;
}

.p-login__main #um_field_30_user_password {
	margin-top: 16px;
}

.p-login__main .um-field-label label {
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.05em !important;
}

.p-login__main .um-field-label input {
	margin-top: 8px !important;
	height: 50px !important;
	padding-inline: 16px !important;
}

.p-login__main .um-field-checkbox {
	margin-bottom: 16px !important;
}

.p-login__main .um-field-checkbox-option {
	color: #555 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.8 !important;
	margin: 0 !important;
	margin-left: 25px !important;
}

.p-login__main .um-col-alt {
	margin: 0 !important;
}

.p-login__main .um-center {
	position: relative;
}

.p-login__main .um-center::after {
	content: "";
	width: 128px;
	aspect-ratio: 128/28;
	background: url(../img/airplane-btn-icon.svg) no-repeat center right/28px 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease;
	pointer-events: none;
}

.p-login__main #um-submit-btn {
	width: 100% !important;
	height: 55px !important;
	background: #ffcb39 !important;
	color: #555 !important;
	font-family: "banana", sans-serif !important;
	font-size: 16px !important;
	letter-spacing: 0.16em;
	padding-inline: 0 !important;
	padding-right: 40px !important;
}

.p-login__main .um-col-alt-b {
	padding-top: 16px !important;
}

.p-login__main .um-col-alt-b a {
	color: #555 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	letter-spacing: 0.05em !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
	transition: all 0.3s ease;
}

.um-um_password_id.um {
	width: 100% !important;
	max-width: 565px !important;
	padding-inline: 20px;
}

.um-um_password_id.um .um-field-block {
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	letter-spacing: 0.05em !important;
}

.um-um_password_id.um .um-form input[type=text] {
	width: 100% !important;
	height: 51px !important;
	padding-inline: 16px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.05em !important;
	border-radius: 2px !important;
	border: 2px solid #e0e0e0 !important;
}

.um-um_password_id.um .um-col-alt.um-col-alt-b {
	margin-top: 30px !important;
	padding-top: unset !important;
}

.um-um_password_id.um .um-col-alt.um-col-alt-b > div:first-child {
	position: relative;
}

.um-um_password_id.um .um-col-alt.um-col-alt-b > div:first-child::after {
	content: "";
	width: 100px;
	aspect-ratio: 100/28;
	background: url(../img/airplane-btn-icon.svg) no-repeat center right/28px 28px;
	position: absolute;
	top: 50%;
	left: 58%;
	translate: -50% -50%;
	transition: all 0.3s ease;
	pointer-events: none;
}

.um-um_password_id.um .um-col-alt.um-col-alt-b #um-submit-btn {
	width: 100% !important;
	min-height: 55px !important;
	height: 55px !important;
	font-family: "banana", sans-serif !important;
	color: inherit !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.16em !important;
	background: #ffcb39;
	border-radius: 8px !important;
	padding: 0 !important;
	padding-right: 40px !important;
}

.um-um_password_id.um .um-field-block > div {
	text-align: left !important;
}

.p-login p.um-notice.success {
	margin-bottom: 20px !important;
}

.p-login p.um-notice.success .um-icon-ios-close-empty {
	top: 2px !important;
}

.p-login p.um-notice.success .um-icon-ios-close-empty::before {
	display: block !important;
	height: 100% !important;
}

.p-register {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 64px;
}

.p-register__titleWrap {
	text-align: center;
	margin-top: 32px;
}

.p-register__title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.p-register__text {
	font-size: 14px;
	margin-top: 8px;
}

.p-register__main {
	max-width: 760px;
	width: 100%;
	margin-inline: auto;
	margin-top: 32px;
}

.p-register__main .um-26.um {
	margin: 0 !important;
}

.p-register__main .um-row {
	margin: 0 !important;
}

.p-register__main .um-field {
	margin-top: 24px !important;
	padding: unset !important;
}

.p-register__main .um-field-label label {
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.05em !important;
}

.p-register__main .um-field-label .um-req {
	display: inline-block;
	color: #ff7a7a;
	vertical-align: top;
}

.p-register__main .um-field-area input.um-form-field.valid {
	color: inherit !important;
	height: 50px !important;
	padding: 16px !important;
	border: 2px solid #e0e0e0 !important;
	border-radius: 2px !important;
	background: #fff !important;
}

.p-register__main input::-moz-placeholder {
	color: rgba(157, 157, 157, 0.4) !important;
}

.p-register__main input::placeholder,
.p-register__main .select2-selection__placeholder {
	color: rgba(157, 157, 157, 0.4) !important;
}

.p-register__main .select2 .selection .select2-selection.select2-selection--single {
	color: inherit !important;
	height: 50px !important;
	padding-block: 4px !important;
	padding-left: 16px !important;
	border: 2px solid #e0e0e0 !important;
	border-radius: 2px !important;
	background: #fff !important;
}

.p-register__main .select2-selection__arrow::before {
	display: none !important;
}

.p-register__main .select2-selection__arrow::after {
	content: "";
	width: 16px !important;
	aspect-ratio: 10/14;
	background: url(../img/select-arrow.svg) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	right: 18px;
	translate: 0 -50%;
}

.p-register__main .select2-selection__clear {
	left: -15px;
}

.p-register__main .um-field-checkbox {
	float: unset !important;
}

.p-register__main .um-clear {
	display: none !important;
}

.p-register__main .um-field-checkbox-option {
	color: inherit !important;
	font-size: 16px !important;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: unset !important;
	margin-left: 30px !important;
}

.p-register__main #um_field_26_user_costume .um-field-area {
	display: flex;
	gap: 8px;
}

.p-register__main #um_field_26_user_costume .um-field-area .um-field-radio.um-field-half {
	float: unset !important;
}

.p-register__main #um_field_26_user_costume .um-field-half {
	width: auto;
	margin: 0 !important;
}

.p-register__main #um_field_26_user_costume .um-field-radio-option {
	margin-left: 24px;
}

.p-register__main .um-row._um_row_2 .um-col-1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 24px;
}

.p-register__main .um-row._um_row_3 {
	margin-top: 24px !important;
}

.p-register__main .um-row._um_row_3 .um-field-label {
	display: none;
}

.p-register__main .um-row._um_row_3 .um-field-checkbox {
	width: 100% !important;
	margin: 0 !important;
}

.p-register__main .um-row._um_row_3 a {
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: all 0.3s ease;
}

.p-register__main .um-col-alt {
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	margin: 0 !important;
	margin-top: 24px !important;
}

.p-register__main .um-half {
	width: 100% !important;
}

.p-register__main .um-left {
	position: relative;
}

.p-register__main .um-left::after {
	content: "";
	width: 130px;
	aspect-ratio: 130/28;
	background: url(../img/airplane-btn-icon.svg) no-repeat center right/28px 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease;
	pointer-events: none;
}

.p-register__main #um-submit-btn {
	width: 100% !important;
	height: 55px !important;
	background: #ffcb39 !important;
	color: #555 !important;
	font-family: "banana", sans-serif !important;
	font-size: 16px !important;
	letter-spacing: 0.16em !important;
	padding-inline: 0 !important;
	padding-right: 40px !important;
}

.p-register__main .um-right.um-half {
	padding-top: 16px !important;
	text-align: center;
}

.p-register__main .um-right.um-half a {
	display: inline-block !important;
	width: auto !important;
	background: unset !important;
	box-shadow: unset !important;
	color: #555 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.6 !important;
	letter-spacing: 0.05em !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
	padding: unset !important;
	transition: all 0.3s ease;
}

.um-icon-android-checkbox-outline {
	color: #3ba1da !important;
}

.um-field-error .um-faicon-caret-up {
	color: #c74a4a !important;
}

.area {
	overflow: hidden;
}

.p-area {
	background: #82e3fe;
}

.p-area__fv {
	width: 100%;
	height: 1004px;
}

.p-area__fv-inner {
	position: relative;
	height: 100%;
}

.p-area__fv-bg-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-area__fv-bg-container .c-nami5 {
	top: 38%;
	left: 0%;
}

.p-area__jet {
	pointer-events: auto;
	aspect-ratio: 340/340;
	max-width: 340px;
	width: clamp(111px, 111px + 229 * (100vw - 375px) / 1065, 340px);
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	right: -2%;
	z-index: 7;
	opacity: 1;
	visibility: visible;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1), jetFloat 3s linear infinite 1.2s;
	background: url(../img/top-jet.webp) no-repeat center center/contain;
}

.p-area__jet img {
	aspect-ratio: 340/340;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.p-area__jet:hover {
	background: url(../img/top-jet2.webp) no-repeat center center/contain;
}

.p-area__fv-title {
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	z-index: 11;
	padding-top: 9%;
	text-align: left;
	color: #fff;
}

.p-area__fv-title-en {
	z-index: 4;
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: clamp(28px, 6.66vw, 96px);
	letter-spacing: 0.05em;
}

.p-area__fv-title-ja {
	display: block;
	font-family: "banana", sans-serif;
	font-size: clamp(12px, 3vw, 42px);
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-area__fv_map-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

.p-area__fv_map-wrap {
	position: relative;
	height: 100%;
}

.p-area__fv_map {
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	max-width: 100%;
	max-height: 100%;
}

.p-area__fv_user-icons {
	position: absolute;
	transform: translate(-50% -50%);
	z-index: 5;
}

.p-area__fv_user-icons--tohoku.p-area__fv_user-icons--1 {
	top: 10%;
	left: 29%;
}

.p-area__fv_user-icons--tohoku.p-area__fv_user-icons--2 {
	top: 20%;
	left: 72%;
}

.p-area__fv_user-icons--tohoku.p-area__fv_user-icons--3 {
	top: 48%;
	left: 24%;
}

.p-area__fv_user-icons--tohoku.p-area__fv_user-icons--4 {
	top: 68%;
	left: 51%;
}

.p-area__fv_user-icons--kanto.p-area__fv_user-icons--1 {
	top: 15%;
	left: 22%;
}

.p-area__fv_user-icons--kanto.p-area__fv_user-icons--2 {
	top: 20%;
	left: 72%;
}

.p-area__fv_user-icons--kanto.p-area__fv_user-icons--3 {
	top: 40%;
	left: 30%;
}

.p-area__fv_user-icons--kanto.p-area__fv_user-icons--4 {
	top: 50%;
	left: 65%;
}

.p-area__fv_user-icons--chubu.p-area__fv_user-icons--1 {
	top: 20%;
	left: 70%;
}

.p-area__fv_user-icons--chubu.p-area__fv_user-icons--2 {
	top: 43%;
	left: 16%;
}

.p-area__fv_user-icons--chubu.p-area__fv_user-icons--3 {
	top: 37%;
	left: 48%;
}

.p-area__fv_user-icons--chubu.p-area__fv_user-icons--4 {
	top: 60%;
	left: 41%;
}

.p-area__fv_user-icons--kansai.p-area__fv_user-icons--1 {
	top: 19%;
	left: 11%;
}

.p-area__fv_user-icons--kansai.p-area__fv_user-icons--2 {
	top: 28%;
	left: 42%;
}

.p-area__fv_user-icons--kansai.p-area__fv_user-icons--3 {
	top: 39%;
	left: 72%;
}

.p-area__fv_user-icons--kansai.p-area__fv_user-icons--4 {
	top: 59%;
	left: 47%;
}

.p-area__fv_user-icons--chugoku.p-area__fv_user-icons--1 {
	top: 33%;
	left: 59%;
}

.p-area__fv_user-icons--chugoku.p-area__fv_user-icons--2 {
	top: 22%;
	left: 80%;
}

.p-area__fv_user-icons--chugoku.p-area__fv_user-icons--3 {
	top: 42%;
	left: 12%;
}

.p-area__fv_user-icons--chugoku.p-area__fv_user-icons--4 {
	top: 29%;
	left: 33%;
}

.p-area__fv_user-icons--shikoku.p-area__fv_user-icons--1 {
	top: 17%;
	left: 80%;
}

.p-area__fv_user-icons--shikoku.p-area__fv_user-icons--2 {
	top: 29%;
	left: 38%;
}

.p-area__fv_user-icons--shikoku.p-area__fv_user-icons--3 {
	top: 45%;
	left: 22%;
}

.p-area__fv_user-icons--shikoku.p-area__fv_user-icons--4 {
	top: 32%;
	left: 62%;
}

.p-area__fv_user-icons--kyushu.p-area__fv_user-icons--1 {
	top: 9%;
	left: 25%;
}

.p-area__fv_user-icons--kyushu.p-area__fv_user-icons--2 {
	top: 18%;
	left: 60%;
}

.p-area__fv_user-icons--kyushu.p-area__fv_user-icons--3 {
	top: 36%;
	left: 37%;
}

.p-area__fv_user-icons--kyushu.p-area__fv_user-icons--4 {
	top: 56%;
	left: 54%;
}

.p-area__fv_user-icon {
	display: block;
	position: relative;
	width: clamp(31px, 31px + 76 * (100vw - 375px) / 1065, 107px);
}

.p-area__fv_user-face {
	position: absolute;
	z-index: 1;
	background: #fff;
	border: 1px solid #ffe9e8;
	border-radius: 50%;
	top: 0;
	left: 4px;
	width: clamp(27px, 6.26vw, 90px);
	aspect-ratio: 89/89;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-area__contents {
	background: #82e3fe;
	position: relative;
}

.p-area__contents-inner {
	position: relative;
}

.p-area__contents-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	height: 100%;
	background: #c7f1ff;
}

.p-area__content {
	position: relative;
	z-index: 2;
}

.p-area__content:nth-of-type(odd) { /* 奇数番目のスタイル */
	background: #c7f1ff;
	margin-right: 4%;
	border-radius: 0 28px 28px 0;
}

.p-area__content:nth-of-type(odd) .p-area__content-bg {
	right: 0;
}

.p-area__content:nth-of-type(odd) .p-area__content-title {
	margin-inline: auto 0;
}

/* 偶数番目の要素 */

.p-area__content:nth-of-type(even) { /* 偶数番目のスタイル */
	background: #82e3fe;
	margin-left: 4%;
	border-radius: 28px 0 0 28px;
}

.p-area__content:nth-of-type(even) .p-area__content-bg {
	left: 0;
}

.p-area__content:nth-of-type(even) .p-area__content-head-icon {
	left: auto;
	right: 0;
}

.p-area__content:nth-of-type(even) .p-area__content-body-button {
	margin-inline: auto 0;
}

.p-area__content-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 100%;
	width: auto;
}

.p-area__content-bg img {
	width: 100%;
	height: 100%;
	max-width: 591px;
	aspect-ratio: 200/200;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-area__content-inner {
	max-width: calc(1248px + 10%);
	margin-inline: auto;
	padding: 5%;
	min-height: 566px;
}

.p-area__content-head {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #555;
	width: 100%;
}

.p-area__content-head-icon {
	position: absolute;
	bottom: 0;
	width: 160px;
	aspect-ratio: 160/160;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.p-area__content-title {
	font-family: "banana", sans-serif;
	display: flex;
	align-items: end;
	gap: 4px;
	margin-bottom: 4px;
}

.p-area__content-title img {
	width: auto;
	height: 43px;
}

.p-area__content-title-ja {
	font-size: 36px;
	line-height: 1.2;
	line-height-step: 1.8px;
}

.p-area__content-title-en {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-area__content-body {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-area__content-no-users {
	margin-top: 20px;
	font-size: clamp(16px, 1.67vw, 24px);
	font-weight: 700;
	line-height: 1.2;
}

.p-area__content-cards {
	margin-top: 24px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(5, 217px);
	justify-content: space-between;
	-moz-column-gap: 24px;
	column-gap: 24px;
	width: 100%;
}

.p-area__content-body-button .c-button {
	margin-top: 0;
	display: inline-flex;
}

/* ===== リアルタイムバリデーション用スタイル（既存CSSの最後に追加） ===== */

/* エラー時の入力フィールドスタイル */

.p-offlineform__input.error,
.p-offlineform__select.error {
	border-color: #d32f2f !important;
	background-color: #ffeaea;
}

.p-offlineform__input.error:focus,
.p-offlineform__select.error:focus {
	border-color: #d32f2f !important;
}

/* エラーメッセージの基本スタイル */

.error-message {
	color: #d32f2f;
	font-size: 0.8em;
	margin-top: 4px;
	display: none;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

/* エラーメッセージ表示時 */

.error-message.show {
	display: block !important;
}

/* datepicker用の無効化スタイル */

.ui-datepicker-unselectable {
	background-color: #f5f5f5 !important;
	color: #ccc !important;
	cursor: not-allowed !important;
}

.ui-datepicker-unselectable:hover {
	background-color: #f5f5f5 !important;
	color: #ccc !important;
}

/* エラー状態でのラベル調整 */

.p-offlineform__label {
	position: relative;
}

.p-offlineform__label .error-message {
	position: relative;
	width: 100%;
	margin-top: 4px;
}

.p-prefectures {
	background: #82e3fe;
}

.p-prefectures-mv {
	background: #82e3fe;
	padding-block: min(2.0833333333vw, 30px) 30px;
	position: relative;
}

.p-prefectures-mv__inner {
	width: 100%;
	max-width: 1440px;
	margin-inline: auto;
}

.p-prefectures-mv__img-wrap {
	width: 50%;
	aspect-ratio: 1/1;
	margin-inline: auto;
	position: relative;
	z-index: 6;
}

.p-prefectures-mv__img-wrap.--world {
	width: 90%;
	aspect-ratio: 1539/936;
}

.p-prefectures-mv__img {
	width: 100%;
	height: 100%;
}

.p-prefectures-mv__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}

.p-prefectures-mv__img.--toyama,
.p-prefectures-mv__img.--yamanashi,
.p-prefectures-mv__img.--kyoto,
.p-prefectures-mv__img.--okayama {
	scale: 0.9;
}

.p-prefectures-mv__img.--okinawa {
	scale: 0.8;
}

.p-prefectures__user {
	display: block;
	width: 14%;
	position: absolute;
	translate: -50% -50%;
	z-index: 7;
}

.p-prefectures__user.--1 {
	top: 50%;
	left: 55%;
}

.p-prefectures__user.--2 {
	top: 35%;
	left: 45%;
}

.p-prefectures__user.--3 {
	top: 65%;
	left: 40%;
}

.p-prefectures__user.--world {
	width: 8%;
}

.p-prefectures__user-icon {
	width: 85%;
	aspect-ratio: 1/1;
	border: 1px solid #ffe9e8;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 47%;
	translate: -50%;
}

.p-prefectures__user.--hokkaido.--1 {
	top: 40%;
	left: 70%;
}

.p-prefectures__user.--hokkaido.--2 {
	top: 29%;
	left: 48%;
}

.p-prefectures__user.--hokkaido.--3 {
	top: 50%;
	left: 28%;
}

.p-prefectures__user.--aomori.--1 {
	top: 60%;
	left: 23%;
}

.p-prefectures__user.--aomori.--2 {
	top: 48%;
	left: 48%;
}

.p-prefectures__user.--aomori.--3 {
	top: 65%;
	left: 73%;
}

.p-prefectures__user.--iwate.--1 {
	top: 23%;
	left: 50%;
}

.p-prefectures__user.--iwate.--2 {
	top: 50%;
	left: 35%;
}

.p-prefectures__user.--iwate.--3 {
	top: 65%;
	left: 60%;
}

.p-prefectures__user.--miyagi.--1 {
	top: 22%;
	left: 42%;
}

.p-prefectures__user.--miyagi.--2 {
	top: 62%;
	left: 34%;
}

.p-prefectures__user.--miyagi.--3 {
	top: 30%;
	left: 65%;
}

.p-prefectures__user.--akita.--1 {
	top: 20%;
	left: 45%;
}

.p-prefectures__user.--akita.--2 {
	top: 43%;
	left: 62%;
}

.p-prefectures__user.--akita.--3 {
	top: 65%;
	left: 45%;
}

.p-prefectures__user.--yamagata.--1 {
	top: 30%;
	left: 42%;
}

.p-prefectures__user.--yamagata.--2 {
	top: 43%;
	left: 64%;
}

.p-prefectures__user.--yamagata.--3 {
	top: 72%;
	left: 47%;
}

.p-prefectures__user.--fukushima.--1 {
	top: 53%;
	left: 20%;
}

.p-prefectures__user.--fukushima.--2 {
	top: 42%;
	left: 50%;
}

.p-prefectures__user.--fukushima.--3 {
	top: 55%;
	left: 80%;
}

.p-prefectures__user.--ibaraki.--1 {
	top: 30%;
	left: 60%;
}

.p-prefectures__user.--ibaraki.--2 {
	top: 60%;
	left: 35%;
}

.p-prefectures__user.--ibaraki.--3 {
	top: 65%;
	left: 60%;
}

.p-prefectures__user.--tochigi.--1 {
	top: 25%;
	left: 50%;
}

.p-prefectures__user.--tochigi.--2 {
	top: 60%;
	left: 35%;
}

.p-prefectures__user.--tochigi.--3 {
	top: 55%;
	left: 62%;
}

.p-prefectures__user.--gunma.--1 {
	top: 30%;
	left: 55%;
}

.p-prefectures__user.--gunma.--2 {
	top: 40%;
	left: 25%;
}

.p-prefectures__user.--gunma.--3 {
	top: 60%;
	left: 45%;
}

.p-prefectures__user.--saitama.--1 {
	top: 30%;
	left: 50%;
}

.p-prefectures__user.--saitama.--2 {
	top: 45%;
	left: 25%;
}

.p-prefectures__user.--saitama.--3 {
	top: 50%;
	left: 70%;
}

.p-prefectures__user.--chiba.--1 {
	top: 20%;
	left: 35%;
}

.p-prefectures__user.--chiba.--2 {
	top: 28%;
	left: 57%;
}

.p-prefectures__user.--chiba.--3 {
	top: 60%;
	left: 35%;
}

.p-prefectures__user.--tokyo.--1 {
	top: 32%;
	left: 25%;
}

.p-prefectures__user.--tokyo.--2 {
	top: 41%;
	left: 50%;
}

.p-prefectures__user.--tokyo.--3 {
	top: 39%;
	left: 80%;
}

.p-prefectures__user.--kanagawa.--1 {
	top: 30%;
	left: 50%;
}

.p-prefectures__user.--kanagawa.--2 {
	top: 45%;
	left: 30%;
}

.p-prefectures__user.--kanagawa.--3 {
	top: 42%;
	left: 70%;
}

.p-prefectures__user.--niigata.--1 {
	top: 30%;
	left: 75%;
}

.p-prefectures__user.--niigata.--2 {
	top: 60%;
	left: 58%;
}

.p-prefectures__user.--niigata.--3 {
	top: 70%;
	left: 30%;
}

.p-prefectures__user.--toyama.--1 {
	top: 30%;
	left: 78%;
}

.p-prefectures__user.--toyama.--2 {
	top: 50%;
	left: 25%;
}

.p-prefectures__user.--toyama.--3 {
	top: 52%;
	left: 55%;
}

.p-prefectures__user.--ishikawa.--1 {
	top: 12%;
	left: 50%;
}

.p-prefectures__user.--ishikawa.--2 {
	top: 75%;
	left: 31%;
}

.p-prefectures__user.--ishikawa.--3 {
	top: 48%;
	left: 46%;
}

.p-prefectures__user.--fukui.--1 {
	top: 28%;
	left: 55%;
}

.p-prefectures__user.--fukui.--2 {
	top: 37%;
	left: 80%;
}

.p-prefectures__user.--fukui.--3 {
	top: 70%;
	left: 23%;
}

.p-prefectures__user.--yamanashi.--1 {
	top: 30%;
	left: 45%;
}

.p-prefectures__user.--yamanashi.--2 {
	top: 60%;
	left: 28%;
}

.p-prefectures__user.--yamanashi.--3 {
	top: 48%;
	left: 68%;
}

.p-prefectures__user.--nagano.--1 {
	top: 25%;
	left: 58%;
}

.p-prefectures__user.--nagano.--2 {
	top: 45%;
	left: 42%;
}

.p-prefectures__user.--nagano.--3 {
	top: 77%;
	left: 44%;
}

.p-prefectures__user.--gifu.--1 {
	top: 25%;
	left: 65%;
}

.p-prefectures__user.--gifu.--2 {
	top: 62%;
	left: 30%;
}

.p-prefectures__user.--gifu.--3 {
	top: 58%;
	left: 58%;
}

.p-prefectures__user.--shizuoka.--1 {
	top: 30%;
	left: 75%;
}

.p-prefectures__user.--shizuoka.--2 {
	top: 60%;
	left: 35%;
}

.p-prefectures__user.--shizuoka.--3 {
	top: 60%;
	left: 87%;
}

.p-prefectures__user.--aichi.--1 {
	top: 22%;
	left: 25%;
}

.p-prefectures__user.--aichi.--2 {
	top: 50%;
	left: 45%;
}

.p-prefectures__user.--aichi.--3 {
	top: 35%;
	left: 70%;
}

.p-prefectures__user.--mie.--1 {
	top: 25%;
	left: 50%;
}

.p-prefectures__user.--mie.--2 {
	top: 55%;
	left: 43%;
}

.p-prefectures__user.--mie.--3 {
	top: 42%;
	left: 67%;
}

.p-prefectures__user.--shiga.--1 {
	top: 32%;
	left: 60%;
}

.p-prefectures__user.--shiga.--2 {
	top: 50%;
	left: 40%;
}

.p-prefectures__user.--shiga.--3 {
	top: 70%;
	left: 57%;
}

.p-prefectures__user.--kyoto.--1 {
	top: 22%;
	left: 32%;
}

.p-prefectures__user.--kyoto.--2 {
	top: 40%;
	left: 50%;
}

.p-prefectures__user.--kyoto.--3 {
	top: 60%;
	left: 68%;
}

.p-prefectures__user.--osaka.--1 {
	top: 22%;
	left: 62%;
}

.p-prefectures__user.--osaka.--2 {
	top: 55%;
	left: 70%;
}

.p-prefectures__user.--osaka.--3 {
	top: 70%;
	left: 50%;
}

.p-prefectures__user.--hyogo.--1 {
	top: 18%;
	left: 45%;
}

.p-prefectures__user.--hyogo.--2 {
	top: 48%;
	left: 65%;
}

.p-prefectures__user.--hyogo.--3 {
	top: 42%;
	left: 30%;
}

.p-prefectures__user.--nara.--1 {
	top: 23%;
	left: 45%;
}

.p-prefectures__user.--nara.--2 {
	top: 55%;
	left: 60%;
}

.p-prefectures__user.--nara.--3 {
	top: 75%;
	left: 40%;
}

.p-prefectures__user.--wakayama.--1 {
	top: 25%;
	left: 44%;
}

.p-prefectures__user.--wakayama.--2 {
	top: 45%;
	left: 28%;
}

.p-prefectures__user.--wakayama.--3 {
	top: 70%;
	left: 60%;
}

.p-prefectures__user.--tottori.--1 {
	top: 45%;
	left: 22%;
}

.p-prefectures__user.--tottori.--2 {
	top: 35%;
	left: 50%;
}

.p-prefectures__user.--tottori.--3 {
	top: 43%;
	left: 82%;
}

.p-prefectures__user.--shimane.--1 {
	top: 65%;
	left: 15%;
}

.p-prefectures__user.--shimane.--2 {
	top: 40%;
	left: 50%;
}

.p-prefectures__user.--shimane.--3 {
	top: 20%;
	left: 80%;
}

.p-prefectures__user.--okayama.--1 {
	top: 32%;
	left: 48%;
}

.p-prefectures__user.--okayama.--2 {
	top: 60%;
	left: 30%;
}

.p-prefectures__user.--okayama.--3 {
	top: 52%;
	left: 68%;
}

.p-prefectures__user.--hiroshima.--1 {
	top: 60%;
	left: 52%;
}

.p-prefectures__user.--hiroshima.--2 {
	top: 55%;
	left: 25%;
}

.p-prefectures__user.--hiroshima.--3 {
	top: 35%;
	left: 72%;
}

.p-prefectures__user.--yamaguchi.--1 {
	top: 45%;
	left: 52%;
}

.p-prefectures__user.--yamaguchi.--2 {
	top: 55%;
	left: 25%;
}

.p-prefectures__user.--yamaguchi.--3 {
	top: 55%;
	left: 78%;
}

.p-prefectures__user.--tokushima.--1 {
	top: 40%;
	left: 20%;
}

.p-prefectures__user.--tokushima.--2 {
	top: 50%;
	left: 50%;
}

.p-prefectures__user.--tokushima.--3 {
	top: 40%;
	left: 72%;
}

.p-prefectures__user.--kagawa.--1 {
	top: 55%;
	left: 20%;
}

.p-prefectures__user.--kagawa.--2 {
	top: 45%;
	left: 48%;
}

.p-prefectures__user.--kagawa.--3 {
	top: 35%;
	left: 72%;
}

.p-prefectures__user.--ehime.--1 {
	top: 50%;
	left: 35%;
}

.p-prefectures__user.--ehime.--2 {
	top: 30%;
	left: 52%;
}

.p-prefectures__user.--ehime.--3 {
	top: 12%;
	left: 75%;
}

.p-prefectures__user.--kochi.--1 {
	top: 60%;
	left: 18%;
}

.p-prefectures__user.--kochi.--2 {
	top: 25%;
	left: 40%;
}

.p-prefectures__user.--kochi.--3 {
	top: 18%;
	left: 72%;
}

.p-prefectures__user.--fukuoka.--1 {
	top: 35%;
	left: 30%;
}

.p-prefectures__user.--fukuoka.--2 {
	top: 60%;
	left: 55%;
}

.p-prefectures__user.--fukuoka.--3 {
	top: 25%;
	left: 65%;
}

.p-prefectures__user.--saga.--1 {
	top: 40%;
	left: 28%;
}

.p-prefectures__user.--saga.--2 {
	top: 68%;
	left: 42%;
}

.p-prefectures__user.--saga.--3 {
	top: 40%;
	left: 60%;
}

.p-prefectures__user.--nagasaki.--1 {
	top: 25%;
	left: 40%;
}

.p-prefectures__user.--nagasaki.--2 {
	top: 62%;
	left: 40%;
}

.p-prefectures__user.--nagasaki.--3 {
	top: 52%;
	left: 62%;
}

.p-prefectures__user.--kumamoto.--1 {
	top: 32%;
	left: 42%;
}

.p-prefectures__user.--kumamoto.--2 {
	top: 70%;
	left: 40%;
}

.p-prefectures__user.--kumamoto.--3 {
	top: 35%;
	left: 62%;
}

.p-prefectures__user.--oita.--1 {
	top: 35%;
	left: 28%;
}

.p-prefectures__user.--oita.--2 {
	top: 18%;
	left: 50%;
}

.p-prefectures__user.--oita.--3 {
	top: 65%;
	left: 60%;
}

.p-prefectures__user.--miyazaki.--1 {
	top: 45%;
	left: 35%;
}

.p-prefectures__user.--miyazaki.--2 {
	top: 20%;
	left: 55%;
}

.p-prefectures__user.--miyazaki.--3 {
	top: 65%;
	left: 50%;
}

.p-prefectures__user.--kagoshima.--1 {
	top: 60%;
	left: 32%;
}

.p-prefectures__user.--kagoshima.--2 {
	top: 30%;
	left: 38%;
}

.p-prefectures__user.--kagoshima.--3 {
	top: 65%;
	left: 68%;
}

.p-prefectures__user.--okinawa.--1 {
	top: 65%;
	left: 26%;
}

.p-prefectures__user.--okinawa.--2 {
	top: 35%;
	left: 45%;
}

.p-prefectures__user.--okinawa.--3 {
	top: 15%;
	left: 72%;
}

.p-prefectures__user.--world.--1 {
	top: 55%;
	left: 15%;
}

.p-prefectures__user.--world.--2 {
	top: 35%;
	left: 35%;
}

.p-prefectures__user.--world.--3 {
	top: 33%;
	left: 80%;
}

.p-prefectures-mv__title-wrap {
	color: #fff;
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 9;
}

.p-prefectures-mv__title-wrap.--hokkaido {
	top: 12%;
	left: 4%;
}

.p-prefectures-mv__title-wrap.--yamagata {
	top: 8%;
}

.p-prefectures-mv__title-wrap.--fukushima {
	top: 7%;
}

.p-prefectures-mv__title-wrap.--kanagawa {
	top: 2%;
}

.p-prefectures-mv__title-wrap.--toyama {
	top: 5%;
}

.p-prefectures-mv__title-wrap.--yamanashi {
	top: 3%;
}

.p-prefectures-mv__title-wrap.--wakayama {
	top: 3%;
}

.p-prefectures-mv__title-wrap.--nagasaki {
	top: 4%;
}

.p-prefectures-mv__title-wrap.--kumamoto {
	top: 4%;
}

.p-prefectures-mv__title-wrap.--kagoshima {
	top: 4%;
}

.p-prefectures-mv__title-wrap.--world {
	top: 4%;
}

.p-prefectures-mv__title {
	font-size: min(6.6666666667vw, 96px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.p-prefectures-mv__sub-title {
	font-family: "banana", sans-serif;
	font-size: min(2.9166666667vw, 42px);
	font-weight: 400;
	line-height: 1.2;
}

.p-prefectures-mv__wave {
	width: min(4.1666666667vw, 60px);
	position: absolute;
}

.p-prefectures-mv__wave path,
.p-prefectures-mv__wave .wave-path {
	stroke: #c7f1ff !important;
}

.p-prefectures-mv__wave svg path {
	stroke: #c7f1ff !important;
}

.p-prefectures-mv__wave.--1 {
	top: 10%;
	left: 10%;
	animation: waveFlow 4.2s ease-in-out infinite, fadePattern1 5.8s ease-in-out infinite;
}

.p-prefectures-mv__wave.--2 {
	top: 40%;
	left: 20%;
	animation: waveFlow 5.5s ease-in-out infinite, fadePattern2 6.2s ease-in-out infinite;
}

.p-prefectures-mv__wave.--3 {
	top: 65%;
	left: 5%;
	animation: waveFlowSlow 6.1s ease-in-out infinite, fadePattern1 7.3s ease-in-out infinite;
}

.p-prefectures-mv__wave.--4 {
	top: 90%;
	left: 18%;
	animation: waveFlow 4.8s ease-in-out infinite, fadePattern3 5.5s ease-in-out infinite;
}

.p-prefectures-mv__wave.--5 {
	top: 15%;
	left: 55%;
	animation: waveFlowSlow 7.2s ease-in-out infinite, fadePattern2 8.1s ease-in-out infinite;
}

.p-prefectures-mv__wave.--6 {
	top: 85%;
	left: 55%;
	animation: waveFlow 5.9s ease-in-out infinite, fadePattern3 6.7s ease-in-out infinite;
}

.p-prefectures-mv__wave.--7 {
	top: 10%;
	left: 90%;
	animation: waveFlowSlow 6.6s ease-in-out infinite, fadePattern1 7.8s ease-in-out infinite;
}

.p-prefectures-mv__wave.--8 {
	top: 20%;
	left: 72%;
	animation: waveFlow 5.3s ease-in-out infinite, fadePattern2 6.9s ease-in-out infinite;
}

.p-prefectures-mv__wave.--9 {
	top: 50%;
	left: 82%;
	animation: waveFlowSlow 7.7s ease-in-out infinite, fadePattern3 8.4s ease-in-out infinite;
}

.p-prefectures-mv__wave.--10 {
	top: 93%;
	left: 75%;
	animation: waveFlow 4.6s ease-in-out infinite, fadePattern1 5.2s ease-in-out infinite;
}

.p-prefectures-mv__wave.--11 {
	top: 75%;
	left: 90%;
	animation: waveFlowSlow 6.8s ease-in-out infinite, fadePattern2 7.5s ease-in-out infinite;
}

.p-prefectures-mv__jet {
	width: min(23.6111111111vw, 340px);
	aspect-ratio: 1/1;
	position: absolute;
	top: 71%;
	right: 5%;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1), jetFloat 3s linear infinite 1.2s;
	z-index: 8;
}

.p-prefectures-mv__jet.--aomori {
	top: 55%;
}

.p-prefectures-mv__jet.--world {
	top: 68%;
	right: 23%;
}

.p-prefectures-mv__jet::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/top-jet2.webp) no-repeat center center/contain;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.p-prefectures__prev,
.p-prefectures__next {
	width: 90px;
	aspect-ratio: 90/87;
	position: absolute;
	bottom: 0;
	transition: all 0.3s ease;
	z-index: 9;
	transform-origin: bottom;
}

.p-prefectures__prev {
	position: absolute;
	left: 64px;
}

.p-prefectures__next {
	right: 64px;
}

.p-prefectures__bottom {
	background: #c7f1ff;
}

.p-prefectures__title-wrap {
	display: flex;
	align-items: end;
	gap: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #555;
	font-family: "banana", sans-serif;
}

.p-prefectures__title {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
}

.p-prefectures__sub-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
}

.p-prefectures__member {
	min-height: 20.8333333333vw;
	padding-block: 64px;
}

.p-prefectures__member-wrap {
	max-width: 1440px;
	width: 100%;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(5, 217px);
	justify-content: space-between;
	-moz-column-gap: 24px;
	column-gap: 24px;
	margin-top: 24px;
}

.p-prefectures__member-wrap .c-membercard {
	max-width: unset;
	width: 100%;
	margin-inline: auto;
}

.p-prefectures__no-member-text {
	font-family: "banana", sans-serif;
	font-size: clamp(16px, 1.67vw, 24px);
	font-weight: 400;
	margin-top: 24px;
}

.p-prefectures__specialty {
	padding-block: 64px;
	background: #82e3fe;
	border-radius: 1.9444444444vw 0 0 0;
}

.p-prefectures__specialty-main {
	margin-top: 1.6666666667vw;
}

.p-prefectures__specialty-wrapper {
	transition-timing-function: linear;
}

.p-prefectures__specialty-slide {
	border-radius: 1.1111111111vw;
	overflow: hidden;
	position: relative;
}

.p-prefectures__specialty-img {
	aspect-ratio: 160/190;
}

.p-prefectures__specialty-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-prefectures__specialty-title {
	font-family: "banana", sans-serif;
	font-size: 1.6666666667vw;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	border-radius: 1.1111111111vw 0 0 0;
	padding-block: 0.8333333333vw;
	padding-inline: 1.6666666667vw;
	background: #ffcb39;
	position: absolute;
	right: 0;
	bottom: 0;
}

.p-prefectures__specialty-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: max(12px, 0.8333333333vw);
	position: relative;
	bottom: unset !important;
	left: unset !important;
	margin-top: 24px;
}

.p-prefectures__specialty-pagination span {
	width: max(8px, 0.5555555556vw);
	height: max(8px, 0.5555555556vw);
	background: #fff;
	opacity: 1;
	margin: unset !important;
}

.p-prefectures__specialty-pagination .swiper-pagination-bullet-active {
	width: 10px;
	height: 16px;
	background: transparent url(../img/pagination-icon.svg) no-repeat bottom center/contain !important;
	margin-top: 2px;
	animation: bounce 1s ease;
}

.p-prefectures__bbs {
	padding-block: 64px;
}

.p-offlineparty__main {
	background: #82e3fe;
	padding-block: 2.4305555556vw;
	position: relative;
	overflow: hidden;
}

.p-offlineparty__bg-container .c-nami {
	width: 65rem;
	height: 10rem;
}

.p-offlineparty .c-cloud__left,
.p-offlineparty .c-cloud__right {
	width: 1112rem;
	z-index: 3;
}

.p-offlineparty .c-cloud__left {
	bottom: -392rem;
	left: -831rem;
}

.p-offlineparty .c-cloud__right {
	bottom: -374rem;
	right: -697rem;
}

.p-offlineparty__form-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 3rem;
	color: #68d9ff;
	font-family: "banana", sans-serif;
	font-size: 20rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	position: absolute;
	bottom: 23rem;
	right: 63rem;
	transition: all 0.3s ease;
	z-index: 4;
}

.p-offlineparty__form-btn::before {
	content: "";
	width: 49rem;
	aspect-ratio: 49/59;
	background: url(../img/jet-icon.svg) no-repeat center center/contain;
}

.p-offlineparty__form-btn::after {
	content: "";
	width: 49rem;
	aspect-ratio: 50/70;
	background: url(../img/jet-icon2.svg) no-repeat center center/contain;
	position: absolute;
	top: 1%;
	left: 50%;
	translate: -50%;
	opacity: 0;
}

.p-offlineparty__map-wrap {
	width: 50%;
	margin-inline: auto;
	position: relative;
	z-index: 2;
}

.p-offlineparty__map {
	width: 100%;
}

.p-offlineparty__parson {
	width: 7.9%;
	position: absolute;
	translate: -50%;
}

.p-offlineparty__parson.--hokkaido {
	bottom: 80%;
	left: 82%;
}

.p-offlineparty__parson.--aomori,
.p-offlineparty__parson.--iwate,
.p-offlineparty__parson.--miyagi,
.p-offlineparty__parson.--akita,
.p-offlineparty__parson.--yamagata,
.p-offlineparty__parson.--fukushima {
	bottom: 49%;
	left: 69%;
}

.p-offlineparty__parson.--ibaraki,
.p-offlineparty__parson.--tochigi,
.p-offlineparty__parson.--gunma,
.p-offlineparty__parson.--saitama,
.p-offlineparty__parson.--chiba,
.p-offlineparty__parson.--tokyo,
.p-offlineparty__parson.--kanagawa {
	bottom: 32%;
	left: 63%;
}

.p-offlineparty__parson.--niigata,
.p-offlineparty__parson.--toyama,
.p-offlineparty__parson.--ishikawa,
.p-offlineparty__parson.--fukui,
.p-offlineparty__parson.--yamanashi,
.p-offlineparty__parson.--nagano,
.p-offlineparty__parson.--gifu,
.p-offlineparty__parson.--shizuoka,
.p-offlineparty__parson.--aichi {
	bottom: 29%;
	left: 50%;
}

.p-offlineparty__parson.--mie,
.p-offlineparty__parson.--shiga,
.p-offlineparty__parson.--kyoto,
.p-offlineparty__parson.--osaka,
.p-offlineparty__parson.--hyogo,
.p-offlineparty__parson.--nara,
.p-offlineparty__parson.--wakayama {
	bottom: 22%;
	left: 40%;
}

.p-offlineparty__parson.--tottori,
.p-offlineparty__parson.--shimane,
.p-offlineparty__parson.--okayama,
.p-offlineparty__parson.--hiroshima,
.p-offlineparty__parson.--yamaguchi {
	bottom: 23%;
	left: 18%;
}

.p-offlineparty__parson.--tokushima,
.p-offlineparty__parson.--kagawa,
.p-offlineparty__parson.--ehime,
.p-offlineparty__parson.--kochi {
	bottom: 17%;
	left: 26%;
}

.p-offlineparty__parson.--fukuoka,
.p-offlineparty__parson.--saga,
.p-offlineparty__parson.--nagasaki,
.p-offlineparty__parson.--kumamoto,
.p-offlineparty__parson.--oita,
.p-offlineparty__parson.--miyazaki,
.p-offlineparty__parson.--kagoshima {
	bottom: 9%;
	left: 10%;
}

.p-offlineparty__parson.--okinawa {
	bottom: 15%;
	left: 75%;
}

.p-offlineparty__parson.--world {
	bottom: 20%;
	left: -10%;
}

.p-offlineparty__parson.--world::after {
	content: "World";
	color: #5d9bc8;
	font-family: "banana", sans-serif;
	font-size: 24rem;
	position: absolute;
	top: 105%;
	left: 50%;
	translate: -50%;
}

.p-offlineparty__parsonIcon {
	width: 86%;
	aspect-ratio: 1/1;
	border: max(1px, 1rem) solid #ffe9e8;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 47%;
	translate: -50%;
	z-index: 4;
}

.p-offlineparty__parsonBody {
	width: 100%;
	height: 100%;
}

.p-offlineparty__item-wrap {
	width: 671rem;
	height: 369rem;
	position: absolute;
	top: 74rem;
	left: 64rem;
	z-index: 5;
}

.p-offlineparty__swiper {
	width: 100%;
	height: 100%;
}

.p-offlineparty__swiper-slide {
	height: auto;
}

.p-offlineparty__item {
	width: 100%;
	height: 61rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20rem;
	font-weight: 700;
	background: #fff;
	border-radius: 4rem;
	overflow: hidden;
}

.p-offlineparty__item:has(.--stop) {
	background: #A4A4A4;
}

.p-offlineparty__item:has(.--stop) .p-offlineparty__icon-wrap,
.p-offlineparty__item:has(.--stop) .p-offlineparty__info-wrap {
	opacity: 0.4;
}

.p-offlineparty__icon-wrap {
	display: flex;
	align-items: center;
}

.p-offlineparty__icon {
	width: 30rem;
	aspect-ratio: 1/1;
	border: 1rem solid #ffe9e8;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	margin-right: 8rem;
}

.p-offlineparty__area {
	width: 100rem;
}

.p-offlineparty__info-wrap {
	display: flex;
	align-items: center;
	border-left: 3rem solid #555;
}

.p-offlineparty__day {
	width: 130rem;
	display: flex;
	align-items: center;
	margin-inline: 24rem 12rem;
}

.p-offlineparty__day::before {
	content: "";
	width: 24rem;
	aspect-ratio: 1/1;
	background: url(../img/calendar-icon.svg) no-repeat center center/contain;
}

.p-offlineparty__day span {
	margin-left: auto;
}

.p-offlineparty__time {
	width: 140rem;
	display: flex;
	align-items: center;
	margin-right: 18rem;
}

.p-offlineparty__time::before {
	content: "";
	width: 24rem;
	aspect-ratio: 1/1;
	background: url(../img/watch-icon.svg) no-repeat center center/contain;
}

.p-offlineparty__status {
	width: 155rem;
	aspect-ratio: 155/45;
	border-radius: 8rem;
	background: #ffcb39;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24rem;
	font-weight: 700;
}

.p-offlineparty__status.--stop {
	color: #fff;
	background: #555;
}

.p-offlineparty__prev,
.p-offlineparty__next {
	width: 210rem;
	height: auto;
	aspect-ratio: 210/38;
	border-radius: 4rem;
	background: #fff;
	margin: 0 !important;
	transition: all 0.3s ease;
}

.p-offlineparty__prev::after,
.p-offlineparty__next::after {
	content: "";
	width: 28rem;
	height: auto;
	aspect-ratio: 1/1;
	background-color: #ffcb39;
	-webkit-mask: url(../img/swiper-arrow.svg) no-repeat center/contain;
	mask: url(../img/swiper-arrow.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease;
}

.p-offlineparty__prev {
	top: unset;
	bottom: calc(100% + 10rem);
	left: 50%;
	translate: -50%;
}

.p-offlineparty__prev::after {
	rotate: 180deg;
}

.p-offlineparty__next {
	top: calc(100% + 10rem);
	right: 50%;
	translate: 50%;
}

.p-offlineparty-item {
	width: 100%;
	overflow: hidden;
}

.p-offlineparty-item__wrap {
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	display: grid;
}

.p-offlineparty-item__item {
	max-width: -moz-min-content;
	max-width: min-content;
	width: -moz-fit-content;
	width: fit-content;
	display: grid;
	grid-template-columns: subgrid;
	grid-column: span 6;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-block: 12px;
	color: #fff;
	font-family: "banana", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	cursor: pointer;
}

.p-offlineparty-item__item::after {
	content: "";
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50%;
	z-index: -1;
}

.p-offlineparty-item__item:nth-child(2n-1)::after {
	background: #ffcb39;
}

.p-offlineparty-item__item:nth-child(2n)::after {
	background: #ffbc00;
}

.p-offlineparty-item__main {
	display: grid;
	grid-template-columns: subgrid;
	grid-column: span 6;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.p-offlineparty-item__main::before {
	content: "";
	width: 26px;
	aspect-ratio: 1/1;
	background-color: #FFF;
	-webkit-mask: url(../img/flag-icon.svg) no-repeat center/contain;
	mask: url(../img/flag-icon.svg) no-repeat center/contain;
	transition: all 0.3s ease;
}

.p-offlineparty-item__main::after {
	content: "";
	width: 12px;
	aspect-ratio: 1/1;
	background-color: #FFF;
	-webkit-mask: url(../img/white-arrow.svg) no-repeat center/contain;
	mask: url(../img/white-arrow.svg) no-repeat center/contain;
	transition: all 0.3s ease;
}

.p-bbs {
	margin-top: 8px;
}

.p-bbs__info {
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: "banana", sans-serif;
}

.p-bbs__count {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-bbs__count::before {
	content: "";
	width: 15px;
	aspect-ratio: 1/1;
	background: url(../img/comment-icon.svg) no-repeat center center/contain;
	margin-top: 4px;
}

.p-bbs__sort {
	display: flex;
	gap: 8px;
}

.p-bbs__sort-btn {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 4px 16px;
	border-radius: 8px;
	background: #fff;
}

.p-bbs__sort-btn.is-active {
	background: #ffcb39;
	color: #FFF;
}

.p-bbs__post-wrap {
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
	margin-top: 24px;
}

.p-bbs__post {
	padding-block: 24px;
	border-bottom: 1px solid #5b5b5b;
	transition: all 0.3s ease;
}

.p-bbs__user-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.p-bbs__icon {
	width: 45px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
}

.p-bbs__name-wrap {
	display: flex;
	align-items: end;
	gap: 8px;
	font-weight: 700;
}

.p-bbs__name {
	font-size: 24px;
	letter-spacing: 0.05em;
}

.p-bbs__stay {
	font-size: 16px;
	letter-spacing: 0.05em;
}

.p-bbs__day {
	font-size: 16px;
	letter-spacing: 0.05em;
}

.p-bbs__description {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	white-space: pre-line;
	margin-top: 16px;
}

.p-bbs__link {
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-top: 8px;
}

.p-bbs__link a {
	color: #4278dd;
	text-decoration: underline;
	text-underline-offset: 1px;
}

.p-bbs__btn-wrap {
	display: flex;
	justify-content: right;
	align-items: end;
	gap: 8px;
	margin-top: 16px;
}

.p-bbs__delete-btn {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: transparent;
	cursor: pointer;
	padding-bottom: 2px;
}

.p-bbs__vote-btn {
	color: #a4a4a4;
	font-family: "banana", sans-serif;
	line-height: 1.2;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #a4a4a4;
	background: #fff;
	cursor: pointer;
	position: relative;
}

.p-bbs__vote-btn::before {
	content: "";
	width: 24px;
	aspect-ratio: 1/1;
	background-color: #a4a4a4;
	-webkit-mask: url(../img/vote-icon.svg) no-repeat center/contain;
	mask: url(../img/vote-icon.svg) no-repeat center/contain;
}

.p-bbs__vote-count {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	aspect-ratio: 1/1;
	background: #a4a4a4;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.05em;
}

.p-bbs__vote-btn.is-active {
	color: #555;
	border: 1px solid #ffcb39;
}

.p-bbs__vote-btn.is-active::before {
	background: #ffcb39;
}

.p-bbs__vote-btn.is-active .p-bbs__vote-count {
	background: #ffcb39;
}

.p-bbs__vote-btn .click-line {
	width: 3px;
	height: 20px;
	background: #ffcb39;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	animation: none;
}

.p-bbs__vote-btn .click-line.--1 {
	position: absolute;
	bottom: calc(100% - 2px);
	right: 20px;
}

.p-bbs__vote-btn .click-line.--2 {
	position: absolute;
	top: 50%;
	left: calc(100% + 6px);
	translate: 0 -50%;
	rotate: 90deg;
}

.p-bbs__vote-btn .click-line.--3 {
	position: absolute;
	bottom: calc(100% - 5px);
	left: calc(100% - 8px);
	rotate: 45deg;
	transform-origin: bottom left;
}

.p-bbs__vote-btn.is-active .click-line {
	animation: click-line 0.5s ease 1 forwards;
}

.p-bbs__more-wrap {
	width: 183px;
	margin-inline: auto;
	margin-top: 24px;
}

.p-bbs__more {
	width: 100%;
	height: 55px;
	padding: unset;
	gap: 12px;
	margin-top: unset;
}

.p-bbs__form {
	margin-top: 24px;
}

.p-bbs__form form {
	display: flex;
	flex-direction: column;
}

.p-bbs__form textarea {
	min-height: 200px;
	width: 100%;
	height: auto;
	box-shadow: none;
	border: none;
	background: #FFF;
	padding: 16px;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: 20px;
	font-weight: inherit;
	line-height: 1.2;
	letter-spacing: 0.05em;
	resize: none;
}

#specialty-url {
	-ms-overflow-style: none; /* Internet Explorer and Edge */
	scrollbar-width: none; /* Firefox */
}

#specialty-url::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.p-bbs__form-label {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 16px;
}

.p-bbs__form-label span {
	flex-shrink: 0;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

input[type=url] {
	width: 100%;
	border: none;
	background: #FFF;
	padding: 16px;
	border-radius: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: 20px;
	font-weight: inherit;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-bbs__form textarea::-moz-placeholder,
input[type=url]::-moz-placeholder {
	color: #a4a4a4;
}

.p-bbs__form textarea::placeholder,
input[type=url]::placeholder {
	color: #a4a4a4;
}

.p-bbs__form-submit-wrap {
	margin-top: 16px;
	width: 183px;
	height: 55px;
	margin-inline: auto;
	position: relative;
}

.p-bbs__form-submit-wrap::after {
	content: "";
	width: 100px;
	aspect-ratio: 100/28;
	background: url(../img/airplane-btn-icon.svg) no-repeat center right/28px 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease;
	pointer-events: none;
}

.p-bbs__form-submit {
	display: block;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	background: #ffcb39;
	color: inherit;
	font-family: "banana", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.16em;
	border: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	padding-right: 40px;
	cursor: pointer;
}

.p-bbs__comment {
	margin-right: auto;
}

.p-bbs__comment-btn-wrap {
	font-family: "banana", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.p-bbs__comment-btn {
	display: flex;
	align-items: center;
	gap: 4px;
	background: #FFF;
	border-radius: 8px;
	border: 1px solid #ffcb39;
	padding: 10px 8px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	cursor: pointer;
}

.p-bbs__comment-btn::after {
	content: "";
	width: 10px;
	height: 8px;
	background: url(../img/comment-arrow.svg) no-repeat center center/contain;
	transition: all 0.3s ease;
}

.p-bbs__comment-btn.is-active::after {
	rotate: 180deg;
}

.p-bbs__comment-item-wrap {
	display: flex;
	flex-direction: column;
	gap: 17px;
	margin-top: 17px;
}

.p-bbs__comment-item {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding-bottom: 16px;
	border-bottom: #a4a4a4 solid 1px;
}

.p-bbs__comment-head,
.p-bbs__comment-head a {
	display: flex;
	align-items: center;
	gap: 8px;
}

.p-bbs__comment-icon {
	width: 45px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
}

.p-bbs__comment-author-wrap {
	display: flex;
	align-items: end;
	gap: 8px;
	font-weight: 700;
}

.p-bbs__comment-author {
	font-size: 24px;
	line-height: 1.2;
}

.p-bbs__comment-body {
	margin-top: 16px;
}

.p-bbs__comment-content {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.p-bbs__delete.--comment {
	margin-top: 8px;
}

.p-bbs__delete.--comment button {
	display: block;
	margin-left: auto;
}

.p-bbs__comment-form textarea {
	width: 100%;
	min-height: 192px;
	height: auto;
	border: unset;
	border-radius: 8px;
	padding: 16px;
	margin-top: 24px;
	box-shadow: none;
	background: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font-family: inherit;
	font-size: 20px;
	font-weight: inherit;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-bbs__comment-form textarea::-moz-placeholder {
	color: #a4a4a4;
}

.p-bbs__comment-form textarea::placeholder {
	color: #a4a4a4;
}

.p-bbs__comment-form .c-button {
	border: unset;
	width: 183rem;
	margin-inline: auto;
	margin-top: 16px;
}

.p-members {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.p-members__bg-wrap {
	position: fixed;
	z-index: -1;
	background: #82e3fe;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.p-members__bg-wrap .c-cloud__left {
	bottom: -464px;
	left: -852px;
}

.p-members__kamome {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.p-members__kamome-right,
.p-members__kamome-left {
	position: absolute;
	animation: kamomeFly1 15s linear infinite;
}

.p-members__kamome-right {
	width: 99px;
	height: 86px;
	right: 5%;
	top: 293px;
}

.p-members__kamome-left {
	width: 170px;
	height: 80px;
	top: 493px;
	left: 56px;
}

.p-members__bg-container.c-nami__container {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.p-members__inner.l-inner {
	padding-block: 50px;
	max-width: 1121px;
}

.p-members__search-form {
	width: 82%;
	margin-inline: auto;
	display: flex;
	height: 46px;
	align-items: center;
	position: relative;
}

.p-members__search-form::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url(../img/members-mushimegane.svg) no-repeat center center/contain;
	z-index: 1;
	pointer-events: none;
}

.p-members__search-input {
	border: none;
	border-radius: 8px 0 0 8px;
	width: 89%;
	height: 100%;
	padding: 14px 8px 14px 34px;
}

.p-members__search-input:focus {
	outline: none;
	border-color: #0066cc;
	box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.2);
}

.p-members__search-input:hover {
	border-color: #999;
}

.p-members__search-input::-moz-placeholder {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(157, 157, 157, 0.4);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.p-members__search-input::placeholder {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(157, 157, 157, 0.4);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.p-members__search-btn {
	white-space: nowrap;
	cursor: pointer;
	color: #fff;
	height: 100%;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 11px 8px;
	background: #555555;
	font-weight: 500;
	border-radius: 0 8px 8px 0;
}

.p-members__cards {
	margin-top: 64px;
}

.p-members__card-wrap {
	margin-bottom: 42px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
}

.p-members__card-wrap a {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	justify-content: center;
	max-width: 200px;
}

.p-members__pagination {
	margin-top: 22px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.p-members__pagination-link {
	font-family: "banana", sans-serif;
	font-size: 20px;
	border-radius: 50%;
	font-weight: 400;
	line-height: 1.2;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.p-members__pagination-link.current {
	background: #ffcb39;
}

.p-members__pagination-link:hover {
	opacity: 0.7;
}

.p-members__pagination-link.prev {
	background: url(../img/members-pagenation-left.svg) no-repeat center center/contain;
}

.p-members__pagination-link.next {
	background: url(../img/members-pagenation-right.svg) no-repeat center center/contain;
}

.p-members__button {
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-members__no-results {
	margin-top: 64px;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #fff;
	font-family: "banana", sans-serif;
	text-align: center;
}

.p-members__pagination-info {
	margin-top: 16px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
}

.p-members__pagination-ellipsis {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.p-user {
	background: #82e3fe;
}

.p-user__inner {
	position: relative;
	padding-block: 50px;
}

.p-user__wave {
	width: 64px;
	position: absolute;
	z-index: 2;
}

.p-user__wave path,
.p-user__wave .wave-path {
	stroke: #c7f1ff !important;
}

.p-user__wave svg path {
	stroke: #c7f1ff !important;
}

.p-user__wave.--1 {
	top: 4%;
	left: 8%;
	animation: waveFlow 4.2s ease-in-out infinite, fadePattern1 5.8s ease-in-out infinite;
}

.p-user__wave.--2 {
	top: 3%;
	left: 90%;
	animation: waveFlow 5.5s ease-in-out infinite, fadePattern2 6.2s ease-in-out infinite;
}

.p-user__wave.--3 {
	top: 30%;
	left: -10%;
	animation: waveFlowSlow 6.1s ease-in-out infinite, fadePattern1 7.3s ease-in-out infinite;
}

.p-user__wave.--4 {
	top: 35%;
	right: -8%;
	animation: waveFlow 4.8s ease-in-out infinite, fadePattern3 5.5s ease-in-out infinite;
}

.p-user__wave.--5 {
	top: 70%;
	left: -4%;
	animation: waveFlowSlow 6.1s ease-in-out infinite, fadePattern1 7.3s ease-in-out infinite;
}

.p-user__wave.--6 {
	top: 65%;
	right: -5%;
	animation: waveFlow 4.8s ease-in-out infinite, fadePattern3 5.5s ease-in-out infinite;
}

.p-user__wave.--7 {
	top: 97%;
	left: 8%;
	animation: waveFlowSlow 6.1s ease-in-out infinite, fadePattern1 7.3s ease-in-out infinite;
}

.p-user__wave.--8 {
	top: 97%;
	left: 70%;
	animation: waveFlow 4.8s ease-in-out infinite, fadePattern3 5.5s ease-in-out infinite;
}

.p-user__main {
	width: 100%;
	display: flex;
	gap: 40px;
	padding: 40px 98px;
	background: #fff;
	border-radius: 28px;
	position: relative;
	z-index: 3;
}

.p-user__icon-wrap {
	min-width: 340px;
	width: 453px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-user__icon {
	max-width: 383px;
	width: 100%;
	aspect-ratio: 1/1;
	margin-inline: auto;
	border-radius: 50%;
	overflow: hidden;
	border: 1px #ffe9e8 solid;
}

.p-user__name-wrap {
	display: contents;
}

.p-user__name {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-user__edit-link-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
}

.p-user__edit {
	display: block;
	color: #75acd3;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
	padding: 9px 10px;
	border: 1px solid #75acd3;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.p-user__message {
	font-family: "banana", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.p-user__message.--none {
	min-height: 58px;
}

.p-user__sns-wrap {
	display: flex;
	justify-content: space-around;
	gap: 10px;
}

.p-user__sns {
	max-width: 74px;
	width: 74px;
	aspect-ratio: 1/1;
	background: no-repeat center center/contain;
	border-radius: 50%;
	overflow: hidden;
	transition: all 0.3s ease;
}

.p-user__sns.--twitter {
	background-image: url(../img/x-icon.webp);
}

.p-user__sns.--twitter.--none {
	background-image: url(../img/x-icon-none.webp);
}

.p-user__sns.--instagram {
	background-image: url(../img/instagram-icon.webp);
}

.p-user__sns.--instagram.--none {
	background-image: url(../img/instagram-icon-none.webp);
}

.p-user__sns.--facebook {
	background-image: url(../img/facebook-icon.webp);
}

.p-user__sns.--facebook.--none {
	background-image: url(../img/facebook-icon-none.webp);
}

.p-user__sns.--website {
	background-image: url(../img/website-icon.webp);
}

.p-user__sns.--website.--none {
	background-image: url(../img/website-icon-none.webp);
}

.p-user__sns.--none {
	opacity: 0.6;
	pointer-events: none;
}

.p-user__info-wrap {
	width: 623px;
}

.p-user__info-wrap > dl {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-user__info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.p-user__info dt {
	flex-shrink: 0;
	font-family: "banana", sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 8px 40px;
	border-radius: 20px;
	background: #75acd3;
}

.p-user__info dd {
	font-family: "banana", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.p-user__info.--course dd {
	word-break: keep-all;
}

.p-user__room-wrap {
	margin-top: 40px;
	position: relative;
}

.p-user__room {
	width: 100%;
	aspect-ratio: 623/386;
}

.p-user__table {
	display: none;
	position: absolute;
}

.p-user__table.--talk {
	width: 23.6186348862%;
	aspect-ratio: 218/144;
	top: 35.5%;
	left: 60.8%;
}

.p-user__table.--concentration {
	width: 68.7973997833%;
	aspect-ratio: 635/287;
	top: 11.1%;
	left: 4%;
}

.p-user__table.--chat {
	width: 68.7973997833%;
	aspect-ratio: 635/143;
	top: 60.4%;
	left: 4%;
}

.p-user__table.--meeting {
	width: 23.7269772481%;
	aspect-ratio: 219/143;
	top: 11.1%;
	left: 72.5%;
}

.p-user__table.--free {
	width: 12.0260021668%;
	aspect-ratio: 111/144;
	top: 35.5%;
	left: 84.3%;
}

.p-user__table.--none {
	width: 200px;
	aspect-ratio: 378/85;
	height: 85px;
	top: 54%;
	left: 50%;
	translate: -50% -50%;
}

.p-user__table.is-active {
	display: block;
}

.p-user__btn-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.p-user__btn {
	width: 206px;
	gap: 12px;
	padding: 16px;
	letter-spacing: 0.16em;
	margin-top: unset;
}

.p-user__btn::after {
	width: 26px;
	height: auto;
	aspect-ratio: 1/1;
	padding: unset;
}

.p-user__btn.--prev::after {
	order: -1;
	scale: -1;
}

.p-user__btn:hover::after {
	transform: translateX(8px);
}

.p-delete-modal {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}

.p-delete-modal__content {
	width: 80%;
	padding-block: 40px 20px;
	background: #fff;
	border-radius: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	text-align: center;
}

.p-delete-modal__text {
	font-family: "banana", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-delete-modal__buttons {
	margin-top: 40px;
}

.p-delete-modal__submit {
	width: 400px;
	height: 55px;
	gap: 12px;
	margin-inline: auto;
	margin-top: unset;
}

.p-delete-modal__cancel {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-underline-offset: 2px;
	background: unset;
	margin-top: 10px;
	transition: all 0.3s ease;
}

.p-edit {
	background: #82e3fe;
	position: relative;
	min-height: 100vh;
}

.p-edit__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.p-edit__bg-container {
	position: relative;
}

.p-edit__title h1 {
	position: relative;
	text-align: center;
	z-index: 1;
	padding: 24px;
	font-family: "banana", sans-serif;
	font-size: clamp(24px, 2.5vw, 36px);
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #fff;
	background: #5d9bc8;
}

.p-edit__inner {
	padding-block: 50px;
}

.p-edit__container {
	border-radius: 28px;
	padding: 40px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.p-edit__offline-not-text,
.p-edit__offline-not-text02 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.p-edit__offline-not-text {
	margin-block: 60px;
}

.p-edit__list-item-title,
.p-edit__post-title {
	border-bottom: 1px solid #555;
	font-family: "banana", sans-serif;
	font-size: clamp(30px, 2.5vw, 36px);
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding-bottom: 4px;
}

.p-edit__contents p {
	text-align: center;
	font-size: clamp(16px, 1.26vw, 18px);
}

.p-edit__item-wrap,
.p-edit__post-item-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-edit__list {
	padding-block: 40px 24px;
	border-bottom: 1px solid #a4a4a4;
}

.p-edit__list:last-child {
	border-bottom: none;
}

.p-edit__item,
.p-edit__post-item {
	display: flex;
	gap: 40px;
}

.p-edit__post-item {
	padding-block: 40px 24px;
	border-bottom: 1px solid #a4a4a4;
}

.p-edit__post-item:last-child {
	border-bottom: none;
}

.p-edit__item-row,
.p-edit__post-date-row,
.p-edit__post-content-row {
	display: flex;
	gap: 8px;
	align-items: flex-start;
}

.p-edit__post-date-row:last-of-type,
.p-edit__post-content-row:last-of-type {
	margin-bottom: 0;
}

.p-edit__item-text {
	text-align: left !important;
}

.p-edit__item-text,
.p-edit__post-date-value,
.p-edit__post-content-value {
	font-family: "banana", sans-serif;
	font-size: clamp(18px, 1.67vw, 24px);
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding-block: 4px 8px;
}

.p-edit__button-wrapper,
.p-edit__post-actions {
	align-self: self-end;
	display: flex;
	gap: 24px;
	flex-shrink: 0;
}

.p-edit__form {
	max-width: 623px;
	display: none !important;
}

.p-edit__form.is-visible {
	display: block !important;
}

.p-edit__list .p-edit__form {
	display: none !important;
}

.p-edit__list .p-edit__form.is-visible {
	display: block !important;
}

.p-edit__form-label {
	margin: 16px 0 8px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: clamp(16px, 1.39vw, 20px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-edit__form-label.select-wrapper {
	position: relative;
}

.p-edit__form-label input[type=url],
.p-edit__form-label select,
.p-edit__form-label input {
	outline: none;
	padding: 16px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	border: 2px solid #e0e0e0;
	border-radius: 0;
	color: #555;
}

.p-edit__form-label select:focus,
.p-edit__form-label input[type=text]:focus,
.p-edit__form-label input[type=time]:focus,
.p-edit__form-label input[type=url]:focus {
	border-color: #555;
}

.p-edit__form-label select {
	padding: 16px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/select-icon.svg) no-repeat right 12px center/14px;
}

.p-edit__form-row {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.p-edit__form-button.c-button {
	width: 100%;
}

.p-edit__post-board {
	margin-top: 85px;
	border-radius: 28px;
	padding: 40px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.p-edit__post-list {
	display: flex;
	flex-direction: column;
}

.p-edit__post-content-value {
	flex: 1;
}

.p-edit__post-prefecture {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}

.p-edit__post-url {
	margin-top: 10px;
	font-size: 14px;
}

.p-edit__post-url a {
	text-decoration: underline;
	word-break: break-all;
	transition: opacity 0.3s ease;
}

.p-edit__post-url a:hover {
	opacity: 0.6;
}

.p-edit__post-delete-btn,
.p-edit__toggle,
.p-edit__delete {
	border: 1px solid #a4a4a4;
	background: #fff;
	padding: 8px 36px;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.p-edit__post-delete-btn:hover,
.p-edit__toggle:hover,
.p-edit__delete:hover {
	opacity: 0.6;
}

.p-edit__post-more-wrap,
.p-edit__offline-more-wrap {
	text-align: center;
	margin-top: 30px;
}

.p-edit__post-more-btn:disabled,
.p-edit__offline-more-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.p-edit__post-more-btn.c-button,
.p-edit__offline-more-btn.c-button {
	display: inline-flex;
}

.p-edit__post-no-posts {
	text-align: center;
	padding: 60px 20px;
	font-size: 18px;
}

.p-edit__post-no-posts p {
	font-size: clamp(16px, 1.26vw, 18px);
	font-weight: 400;
}

/* レスポンシブ */

.p-offlineform {
	width: 100%;
	padding-block: 32px;
}

.p-offlineform__inner.l-inner {
	max-width: 760px;
}

.p-offlineform__container {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.p-offlineform__label {
	font-size: clamp(18px, 1.39vw, 20px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
	position: relative;
}

.required {
	display: inline-block;
	background: url(../img/asterisk.svg) no-repeat center center/contain;
	width: 7px;
	height: 11px;
	margin-left: 4px;
	margin-bottom: 8px;
}

.p-offlineform__select,
.p-offlineform__input[type=text],
.p-offlineform__input[type=time],
.p-offlineform__input[type=url] {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 14px;
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #555;
	font-family: "Zen Kaku Gothic New", sans-serif;
	outline: none;
}

.p-offlineform__select:focus,
.p-offlineform__input[type=text]:focus,
.p-offlineform__input[type=time]:focus,
.p-offlineform__input[type=url]:focus {
	border-color: #555;
}

.datepicker-input::-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(157, 157, 157, 0.4);
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.datepicker-input::placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: rgba(157, 157, 157, 0.4);
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-offlineform__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/select-icon.svg) no-repeat right 12px center/14px;
}

.p-offlineform__button {
	margin-top: 0;
	width: 100%;
	padding: 14px 20px;
}

.p-offlineform__edit-button-wrap {
	display: block;
	text-align: center;
}

.p-offlineform__edit-button {
	display: inline-block;
	margin-top: 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #555;
	transition: opacity 0.3s ease;
}

.p-offlineform__edit-button:hover {
	opacity: 0.7;
}

/* ポップアップメッセージのスタイル */

.popup-message {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}

.popup-message__content {
	width: 80%;
	padding-block: 40px 20px;
	background: #fff;
	border-radius: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	text-align: center;
}

.popup-message__text {
	font-family: "banana", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.popup-message__content .p-delete-modal__submit {
	margin-top: 40px;
}

.popup-message--success .popup-message__text {
	color: #555;
}

.popup-message--error .popup-message__text {
	color: #721c24;
}

/* アニメーション */

.popup-message {
	animation: fadeIn 0.3s ease;
}

.popup-message__content {
	animation: slideIn 0.3s ease;
}

.p-privacy {
	padding-bottom: 32px;
}

.p-privacy__title {
	color: #555;
	padding-block: 32px 8px;
	background: transparent;
}

.p-privacy__title span {
	display: block;
	margin-top: 8px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
}

.p-privacy__main {
	max-width: 1000px;
	margin-inline: auto;
}

.p-privacy__main h2 {
	margin-top: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	align-items: center;
	gap: 10px;
}

.p-privacy__main h2::before {
	content: "";
	flex-shrink: 0;
	width: 6px;
	height: 29px;
	background: #ffcb39;
}

.p-privacy__main h3 {
	margin-top: 17px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.p-privacy__main p {
	font-weight: 400;
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.p-privacy__main p + p {
	margin-top: 4px;
}

.p-privacy__main ol + ol,
.p-privacy__main li + li {
	margin-top: 4px;
}

.p-privacy__main ol {
	counter-reset: item-counter;
	list-style: none;
	padding-left: 0;
}

.p-privacy__main ol li {
	font-weight: 400;
	margin-top: 4px;
	counter-increment: item-counter;
	position: relative;
	padding-left: 18px;
	margin-left: 8px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.p-privacy__main ol li::before {
	content: counter(item-counter) ".";
	position: absolute;
	left: 0;
	top: 0;
	color: #ffcb39;
	text-align: left;
	width: auto;
	font-size: 16px;
}

/* 丸付きリスト */

.p-privacy__main ul {
	margin-top: 8px;
	padding-left: 18px;
	margin-left: 8px;
}

.p-privacy__main ul li {
	list-style: disc inside;
	padding-left: 0;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.p-privacy__main ul li::before {
	content: none !important;
}

.p-privacy__button {
	display: block;
	text-align: center;
}

.p-privacy__button .c-button {
	margin-top: 24px;
	display: inline-flex;
}

.p-terms {
	padding-bottom: 32px;
}

.p-terms__title.c-page-title {
	background: transparent;
	color: #555;
	padding-block: 32px 8px;
}

.p-terms__main {
	max-width: 1000px;
	margin-inline: auto;
}

.p-terms__main h2 {
	margin-top: 24px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	align-items: center;
	gap: 10px;
}

.p-terms__main h2::before {
	content: "";
	width: 6px;
	height: 29px;
	background: #ffcb39;
}

.p-terms__main h3 {
	margin-top: 17px;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.p-terms__main p {
	font-weight: 400;
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.p-terms__main p + p {
	margin-top: 4px;
}

.p-terms__main ol {
	counter-reset: item-counter;
	list-style: none;
	padding-left: 0;
}

/* 丸付きリスト */

.p-terms__main ul li {
	list-style: disc inside;
	padding-left: 0;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.p-terms__main ul li::before {
	content: none !important;
}

.p-terms__main ol + ol,
.p-terms__main li + li {
	margin-top: 4px;
}

.p-terms__main ol li {
	font-weight: 400;
	margin-top: 4px;
	counter-increment: item-counter;
	position: relative;
	padding-left: 18px;
	margin-left: 8px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.p-terms__main ol li::before {
	content: counter(item-counter) ".";
	position: absolute;
	left: 0;
	top: 0;
	color: #ffcb39;
	text-align: left;
	width: auto;
	font-size: 16px;
}

.p-terms__button {
	display: block;
	text-align: center;
}

.p-terms__button .c-button {
	margin-top: 24px;
	display: inline-flex;
}

.p-account__btn-wrap {
	display: grid;
	grid-template-columns: repeat(4, 211px);
	justify-content: center;
	gap: 32px;
	margin-top: 32px;
}

.p-account__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 211px;
	height: 40px;
	border: 3px solid #75acd3;
	border-radius: 20px;
	color: #75acd3;
	font-family: "banana", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-account__btn.is-active {
	color: #fff;
	background: #75acd3;
}

.p-account__content {
	max-width: 760px;
	width: 100%;
	margin-inline: auto;
	margin-top: 40px;
}

.p-account__meta {
	width: 383px;
	margin-inline: auto;
}

.p-account__img-wrap {
	border-radius: 50%;
	border: 3px solid #ffe9e8;
	overflow: hidden;
}

.p-account__name-wrap {
	text-align: center;
	margin-top: 8px;
}

.p-account__name {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-account__link {
	display: inline-block;
	color: #75acd3;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-underline-offset: 2px;
	margin-top: 8px;
	transition: all 0.3s ease;
}

.p-account__main {
	margin-top: 32px;
}

.p-account__main .um-field-label > label {
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.05em !important;
	padding-bottom: 8px !important;
}

.p-account__main .um-field-area > input {
	width: 100% !important;
	height: 51px !important;
	padding-inline: 16px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.05em !important;
	border-radius: 2px !important;
	border: 2px solid #e0e0e0 !important;
}

.p-account__main .um-col-alt.um-col-alt-b {
	padding: unset !important;
	margin: 0;
	margin-top: 16px;
	width: 100%;
}

.p-account__main .um-left {
	width: 100%;
	position: relative;
}

.p-account__main .um-left::after {
	content: "";
	width: 100px;
	aspect-ratio: 100/28;
	background: url(../img/airplane-btn-icon.svg) no-repeat center right/28px 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease;
	pointer-events: none;
}

.p-account__main input[type=submit].um-button {
	width: 100% !important;
	min-height: 55px !important;
	height: 55px !important;
	font-family: "banana", sans-serif !important;
	color: inherit !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.16em !important;
	background: #ffcb39;
	border-radius: 8px !important;
	padding: 0 !important;
	padding-right: 40px !important;
}

.p-account__link-custom {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d9bc8;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-align: center;
	margin-top: 16px;
	padding-bottom: 32px;
	transition: all 0.3s ease;
}

.p-account__link-custom::after {
	content: "→";
	transition: all 0.3s ease;
}

.p-account__main.--delete p {
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	letter-spacing: 0.05em !important;
	padding-bottom: 10px;
}

.p-account__content.--custom {
	display: flex;
	flex-direction: column;
}

.p-account__content.--custom .um-profile.um-editing,
.p-account__content.--custom .um-form,
.p-account__content.--custom .um-form form {
	display: contents;
}

.p-account__content.--custom .um-profile-edit.um-profile-headericon,
.p-account__content.--custom .um-profile-nav {
	display: none;
}

.p-account__content.--custom .um-header.no-cover {
	order: -1;
	padding: 0 !important;
	border: unset !important;
	min-height: unset !important;
}

.p-account__content.--custom div.uimob340 .um-header.no-cover .um-profile-photo {
	width: 383px !important;
	aspect-ratio: 1/1;
	margin-inline: auto !important;
}

.p-account__content.--custom div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1/1 !important;
	border: 3px solid #ffe9e8 !important;
	overflow: hidden !important;
}

.p-account__content.--custom .um-dropdown {
	top: 60% !important;
	left: 50% !important;
	translate: -50% -50%;
}

.p-account__content.--custom .um-profile-body.main.main-default {
	width: 100%;
	max-width: unset !important;
	padding-block: 16px 32px;
}

.p-account__content.--custom .um-row._um_row_1 {
	margin: 0;
}

.p-account__content.--custom .um-field {
	padding-top: 16px !important;
}

.p-account__content.--custom .um-field-area {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
}

.p-account__content.--custom div.uimob340 .um-field-half {
	margin: unset !important;
}

.p-account__content.--custom .um-field-label > label {
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.05em !important;
}

.p-account__content.--custom .um-field-checkbox-option {
	color: inherit !important;
	font-size: 16px !important;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-left: 30px !important;
}

.p-account__content.--custom .um-field-area:has(.um-field-radio) {
	flex-direction: row !important;
	gap: 16px !important;
}

.p-account__content.--custom div.uimob340 .um-field-half,
.p-account__content.--custom .um-field-radio.active.um-field-half {
	width: auto !important;
	display: inline-block !important;
}

.p-account__content.--custom .um-field-radio-option {
	width: auto !important;
	min-width: -moz-max-content;
	min-width: max-content;
	margin-left: 30px !important;
}

.p-account__content.--custom .um-row._um_row_1,
.p-account__content.--custom .um-row._um_row_2 {
	margin: unset !important;
}

.p-account__content.--custom .um-row._um_row_2 {
	margin-top: 16px !important;
}

.p-account__content.--custom .um-col-alt {
	margin: unset !important;
	margin-top: 32px !important;
}

.p-account__content.--custom .um-center {
	width: 100%;
	position: relative;
}

.p-account__content.--custom .um-center::after {
	content: "";
	width: 100px;
	aspect-ratio: 100/28;
	background: url(../img/airplane-btn-icon.svg) no-repeat center right/28px 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: all 0.3s ease;
	pointer-events: none;
}

.p-account__content.--custom input[type=submit] {
	width: 100% !important;
	min-height: 55px !important;
	height: 55px !important;
	font-family: "banana", sans-serif !important;
	color: inherit !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.16em !important;
	background: #ffcb39 !important;
	border-radius: 8px !important;
	padding: 0 !important;
	padding-right: 40px !important;
}

/* 767px〜560px: 3枚表示 */

/* 559px以下: 2枚表示 */

.sp-hidden {
	display: none;
}

@media (any-hover: hover) {

.l-header-page__link:hover .l-header-page__icon {
	animation: header_icon 0.5s ease forwards;
}

.l-header-page__link:hover .l-header-page__text {
	color: #ffcb39;
}

.l-header-page__link.--area:hover .l-header-page__text::after {
	background-color: #ffcb39;
}

.l-header-page__area a:hover {
	color: #ffcb39;
}

.l-header-page__area a:hover::before {
	animation: pin 1s ease;
}

.l-footer-page__list a:hover {
	color: #ffcb39;
}

.l-footer-page__list a:hover::before {
	animation: pin 1s ease;
}

.c-costume-parent:hover {
	scale: 1.1;
}

.c-costume-parent:hover .c-costume-pants,
.c-costume-parent:hover .c-costume-skirt {
	background-image: url();
}

.c-costume-parent:hover .c-costume-pants::after,
.c-costume-parent:hover .c-costume-skirt::after {
	opacity: 1;
}

.p-login__main .um-center:hover::after {
	translate: calc(-50% + 15px) -50%;
}

.p-login__main .um-col-alt-b a:hover {
	opacity: 0.7;
}

.um-um_password_id.um .um-col-alt.um-col-alt-b > div:first-child:hover::after {
	translate: calc(-50% + 15px) -50%;
}

.p-register__main .um-row._um_row_3 a:hover {
	opacity: 0.7;
}

.p-register__main .um-left:hover::after {
	translate: calc(-50% + 15px) -50%;
}

.p-register__main .um-right.um-half a:hover {
	opacity: 0.7;
}

.p-prefectures-mv__jet:hover img {
	opacity: 0;
}

.p-prefectures-mv__jet:hover::after {
	opacity: 1;
	visibility: visible;
}

.p-prefectures__prev:hover,
.p-prefectures__next:hover {
	animation: prevnext 0.5s ease 1 forwards;
}

.p-offlineparty__form-btn:hover {
	color: #ffcb39;
}

.p-offlineparty__form-btn:hover::before {
	aspect-ratio: 49/69;
	background-image: url(../img/jet-icon2.svg);
	opacity: 0;
}

.p-offlineparty__form-btn:hover::after {
	opacity: 1;
}

.p-offlineparty__parson.--world:hover::after {
	scale: 0.8333333333;
	top: calc(105% - 3rem);
}

.p-offlineparty__parson:hover {
	scale: 1.2;
}

.p-offlineparty__prev:hover,
.p-offlineparty__next:hover {
	background: #ffcb39;
}

.p-offlineparty__prev:hover::after,
.p-offlineparty__next:hover::after {
	background-color: #fff;
}

.p-offlineparty-item__main:hover::after {
	translate: 10px;
}

.p-bbs__form-submit-wrap:hover::after {
	translate: calc(-50% + 15px) -50%;
}

.p-user__edit:hover {
	color: #fff;
	background: #75acd3;
}

.p-user__sns:hover {
	opacity: 0.7;
}

.p-delete-modal__cancel:hover {
	opacity: 0.7;
}

.p-account__link:hover {
	color: #ffcb39;
}

.p-account__main .um-left:hover::after {
	translate: calc(-50% + 15px) -50%;
}

.p-account__link-custom:hover {
	color: #ffcb39;
}

.p-account__content.--custom .um-center:hover::after {
	translate: calc(-50% + 15px) -50%;
}

}

@media screen and (min-width: 1000px) {

.is-pc-sp {
	display: block;
}

.is-tab {
	display: none;
}

.is-tab-sp {
	display: none;
}

.is-sp {
	display: none;
}

.is-dsp {
	display: none;
}

}

@media screen and (max-width: 1125px) and (min-width: 501px) {

.p-prefectures__member-wrap .c-membercard:nth-child(n+4) {
	margin-top: 24px;
}

}

@media screen and (max-width: 1400px) and (min-width: 1126px) {

.p-prefectures__member-wrap .c-membercard:nth-child(n+5) {
	margin-top: 24px;
}

}

@media screen and (min-width: 1401px) {

.p-prefectures__member-wrap .c-membercard:nth-child(n+6) {
	margin-top: 24px;
}

}

@media screen and (max-width: 1400px) {

.p-area__content-cards {
	grid-template-columns: repeat(4, 217px);
	justify-content: space-around;
}

.p-prefectures__member-wrap {
	grid-template-columns: repeat(4, 217px);
	justify-content: space-around;
}

}

@media screen and (max-width: 1300px) {

.c-member__cards {
	grid-template-columns: repeat(4, 1fr);
}

.p-members__kamome-right {
	right: -3%;
}

.u-hidden-tablet {
	display: none !important;
}

}

@media screen and (max-width: 1200px) {

.p-header__container {
	width: 152px;
	height: 136px;
}

.p-header__earth-button {
	width: 70px;
	height: 70px;
}

.p-header__menu-item {
	width: 47px;
	height: 47px;
}

.p-header__search-menu {
	top: 47.0588235294%;
}

.p-header__profile-menu {
	top: 63.9705882353%;
}

.p-header__settings-menu {
	top: 47.0588235294%;
}

.p-header__menu-icon img {
	width: 18px;
	height: 18px;
}

.p-header__menu-text {
	font-size: 10px;
	letter-spacing: normal;
}

.p-footer__cloud-right {
	bottom: -464px;
	right: -760px;
}

.p-footer__cloud-right-button {
	right: 60px;
}

.p-404__kamome-right {
	right: -2%;
}

.p-user__main {
	flex-direction: column;
	gap: 24px;
}

.p-user__icon-wrap {
	max-width: 700px;
	width: 100%;
	margin-inline: auto;
	min-width: unset;
	flex-direction: row;
	align-items: start;
}

.p-user__icon {
	width: 250px;
	flex-shrink: 0;
}

.p-user__name-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.p-user__name {
	text-align: left;
}

.p-user__edit-link-wrap {
	justify-content: left;
}

.p-user__sns-wrap {
	justify-content: left;
	gap: 20px;
}

.p-user__sns {
	width: 65px;
}

.p-user__info-wrap {
	max-width: 700px;
	width: 100%;
	margin-inline: auto;
}

}

@media screen and (max-width: 1160px) {

.l-footer-page__main {
	flex-direction: column;
	gap: 16px;
	padding-bottom: 40px;
}

}

@media screen and (max-width: 1125px) {

.p-area__content-cards {
	grid-template-columns: repeat(3, 1fr);
}

.p-prefectures__member-wrap {
	grid-template-columns: repeat(3, 1fr);
}

}

@media screen and (max-width: 1100px) {

body:not(.loading) .p-top__jet.show-kyushu.--kyushu {
	top: 35%;
	right: 70%;
}

.p-top__region-group#regionGroupKinki .p-top__region-text-label {
	top: 70%;
	left: 80%;
}

.p-top__region-group#regionGroupKyushu .p-top__region-text-label {
	top: 50%;
	right: 80%;
}

}

@media screen and (max-width: 1040px) {

.c-member__cards {
	grid-template-columns: repeat(3, 1fr);
}

}

@media screen and (max-width: 1024px) {

.p-footer__cloud-right {
	width: 900px;
	bottom: -319px;
	right: -591px;
}

.u-hidden-tablet-small {
	display: none !important;
}

}

@media screen and (max-width: calc(1000px - 1px)) {

.is-pc {
	display: none;
}

.is-pc-sp {
	display: none;
}

.is-tab {
	display: block;
}

.is-sp {
	display: none;
}

.is-dsp {
	display: none;
}

body:has(.l-header-page) main {
	padding-top: 70px;
}

.l-header-inner.--page {
	height: 70px;
	display: flex;
	align-items: center;
}

.l-header__logo.--page-tab {
	width: 216px;
}

.l-header-page__menu {
	max-width: 375px;
	width: 100%;
	height: auto;
	background: #fff;
	padding-block: 40px;
	border-radius: 60px 0 0 60px;
	position: absolute;
	top: 0;
	right: 0;
	translate: 101%;
	transition: all 0.3s ease;
	z-index: 3;
}

.l-header-page__link-wrap {
	max-width: 246px;
	width: 100%;
	height: auto;
	margin-inline: auto;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	gap: 20px;
}

.l-header-page__link {
	width: 100%;
}

.l-header-page__link.--area .l-header-page__text::after {
	display: none;
}

.l-header-page__icon-wrap {
	display: flex;
	align-items: center;
	gap: 6px;
}

.l-header__logo.--page-link {
	order: -1;
	width: 100%;
	max-width: 216px;
}

.l-header-page__icon {
	margin-inline: unset;
}

.l-header-page__area-wrap {
	position: unset;
	translate: 0;
}

.l-header-page__area {
	height: 112px;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	gap: 4px 18px;
	background: transparent;
	margin-left: 20px;
}

.l-header-page__area a {
	color: inherit !important;
	font-size: 16px;
}

.l-header-page__area a::before {
	background-color: #ffcb39;
}

.l-footer-page__nav {
	width: 100%;
	justify-content: center;
}

.c-nami1 {
	top: 9%;
	right: 3%;
}

.c-nami2 {
	top: 40%;
	right: 2%;
}

.c-nami3 {
	right: 8%;
}

body:not(.loading) .p-top__jet.show-chubu.--chubu {
	right: 8%;
}

body:not(.loading) .p-top__jet.show-shikoku.--shikoku {
	top: 60%;
}

.p-top__region-group#regionGroupChubu .p-top__region-text-label {
	top: 40%;
}

.p-top__region-group#regionGroupChugoku .p-top__region-text-label {
	top: 15%;
}

.p-top__region-group#regionGroupShikoku .p-top__region-text-label {
	top: 70%;
	left: 50%;
}

.p-area__fv {
	height: 900px;
}

.p-prefectures-mv {
	padding-block: 4.1666666667vw 90px;
}

.p-prefectures-mv__img-wrap {
	width: 85%;
}

.p-prefectures-mv__title-wrap {
	top: 3.0555555556vw !important;
	left: 4.4444444444vw !important;
}

.p-prefectures-mv__title {
	font-size: 7.7777777778vw;
}

.p-prefectures-mv__sub-title {
	font-size: 3.8888888889vw;
}

.p-prefectures-mv__jet {
	width: 30.5555555556vw !important;
	top: 75% !important;
	right: 4% !important;
}

.p-prefectures-mv__jet.--world {
	top: 65% !important;
	right: 17% !important;
}

.p-user__main {
	gap: 40px;
}

.p-user__icon-wrap {
	max-width: 600px;
	margin-inline: auto;
	flex-direction: column;
	gap: 16px;
}

.p-user__icon {
	max-width: 300px;
	width: 100%;
}

.p-user__name {
	text-align: center;
}

.p-user__edit-link-wrap {
	justify-content: center;
}

.p-user__sns-wrap {
	justify-content: center;
}

.p-user__info-wrap {
	max-width: 600px;
}

.p-user__info {
	flex-direction: column;
	align-items: start;
}

.p-user__room-wrap {
	margin-top: 24px;
}

.p-account__btn-wrap {
	grid-template-columns: repeat(2, 211px);
	gap: 16px;
}

}

@media screen and (max-width: 1000px) {

.p-loading__cloud {
	width: 900px;
}

.p-area__content-inner {
	min-height: 413px;
}

}

@media screen and (max-width: 950px) {

.p-top__kamome1 {
	top: 30%;
	right: 0%;
}

.p-top__kamome2 {
	top: 55%;
	left: 0%;
}

}

@media screen and (max-width: 900px) {

.c-label {
	min-width: 100px;
	padding: 8px 8px;
}

.p-footer__cloud-right {
	width: 900px;
	bottom: -339px;
	right: -661px;
}

.p-footer__cloud-right-button {
	width: 40px;
	right: 25px;
}

.p-edit__item,
.p-edit__post-item {
	flex-direction: column;
}

}

@media (max-width: 768px) {

.p-edit__post-date-row,
.p-edit__post-content-row {
	flex-direction: column;
}

.p-edit__post-date-label,
.p-edit__post-content-label {
	margin-right: 0;
	margin-bottom: 8px;
	align-self: flex-start;
}

}

@media screen and (max-width: 767px) {

html {
	font-size: 0.2777777778vw;
}

.is-pc-tab {
	display: none;
}

.is-pc-sp {
	display: block;
}

.is-tab {
	display: none;
}

.is-sp {
	display: block;
}

.l-header {
	top: 15px;
}

.l-header-inner {
	padding-inline: 5px;
}

.l-header__logo {
	width: 150px;
}

.l-header__drawer {
	top: 17px;
}

body:has(.l-header-page) main {
	padding-top: 52px;
}

.l-header-inner.--page {
	height: 52px;
	padding-inline: 24px;
}

.l-header__logo.--page-tab {
	width: 135px;
}

.l-header--login {
	height: 52px;
}

.l-footer__copyright {
	font-size: 10px !important;
}

.l-footer__logo.--page {
	width: 250px;
}

.l-footer-page__nav {
	gap: 30px;
}

.l-footer-page__menu-wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.l-footer-page__menu-wrap .l-footer-page__menu {
	display: contents;
}

.l-footer-page__menu {
	width: 124px;
	height: 142px;
	justify-content: unset;
	gap: 8px;
}

.c-button {
	font-size: 12px;
	letter-spacing: 0.6px;
	padding: 20px 42px;
	gap: 8px;
}

.c-button::after {
	width: 20px;
	height: 20px;
}

.c-membercard {
	max-width: 140px;
}

.c-membercard__icon {
	aspect-ratio: 140/140;
}

.c-membercard__icon img {
	aspect-ratio: 140/140;
}

.c-membercard__name {
	font-size: 18px;
}

.c-membercard__label-container {
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
}

.c-membercard__label {
	padding: 4px 3px;
}

.c-cloud__left {
	width: 312px;
	aspect-ratio: 312/185;
	bottom: -136px;
	left: -220px;
}

.c-cloud__right {
	width: 312px;
	aspect-ratio: 312/185;
	bottom: -98px;
	right: -199px;
}

.c-nami {
	width: 28px;
	height: 4px;
}

.c-page-title {
	font-size: 24px;
	padding-block: 12px;
}

.c-costume-parent {
	aspect-ratio: 56/105;
}

.p-top__nami1,
.p-top__nami2,
.p-top__nami4,
.p-top__nami6,
.p-top__nami8,
.p-top__nami9 {
	display: none;
}

.p-top__jet {
	width: 111rem;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}

body:not(.loading) .p-top__jet.show-top.--top {
	top: 42%;
	right: 42%;
	animation: jetFlyIn2 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
	transform: scaleX(-1);
}

body:not(.loading) .p-top__jet.show-hokkaido.--hokkaido {
	top: 30%;
	right: 4%;
}

body:not(.loading) .p-top__jet.show-tohoku.--tohoku {
	top: 65%;
	right: 60%;
	animation: jetFlyIn2 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
	transform: scaleX(-1);
}

body:not(.loading) .p-top__jet.show-kanto.--kanto {
	top: 65%;
	right: 62%;
	animation: jetFlyIn2 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
	transform: scaleX(-1);
}

body:not(.loading) .p-top__jet.show-chubu.--chubu {
	top: 20%;
	right: 38%;
}

body:not(.loading) .p-top__jet.show-kinki.--kinki {
	top: calc(55% + 100px);
	right: 7%;
}

body:not(.loading) .p-top__jet.show-chugoku.--chugoku {
	top: 20%;
	right: 50%;
}

body:not(.loading) .p-top__jet.show-shikoku.--shikoku {
	top: calc(23% + 20px);
	right: 47%;
	animation: jetFlyIn2 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
	transform: scaleX(-1);
}

body:not(.loading) .p-top__jet.show-kyushu.--kyushu {
	top: 80%;
	right: 5%;
	animation: jetFlyIn 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, jetFloat 3s ease-in-out infinite 1.7s;
	transform: scaleX(1);
}

body:not(.loading) .p-top__jet.show-okinawa.--okinawa {
	top: 45%;
	right: 5%;
}

body:not(.loading) .p-top__jet.show-world.--world {
	width: 12.0870265915%;
	top: 44%;
	right: 38%;
}

.p-top__kamome1 {
	top: 54%;
	right: 3%;
	min-width: 36px;
	aspect-ratio: 36/30;
	animation: kamomeFly1 8s ease-in-out infinite;
}

.p-top__kamome2 {
	top: 52%;
	left: 7%;
	min-width: 60px;
	aspect-ratio: 60/28;
}

.p-top__region-text-en {
	font-size: min(28rem, 28px);
}

.p-top__region-text-jp {
	font-size: 12px;
}

.p-top__region-button {
	font-size: 12px;
	padding: 10px 40px;
	gap: 8px;
	margin-top: 5px;
}

.p-top__region-button::after {
	width: 20px;
	height: 20px;
}

.p-top__region-group#regionGroupWorld .p-top__region-text-label {
	top: 53%;
	left: 50%;
}

.p-top__region-group#regionGroupHokkaido .p-top__region-text-label {
	top: 92%;
	left: 42%;
}

.p-top__region-group#regionGroupKanto .p-top__region-text-label {
	top: 105%;
	left: 40%;
}

.p-top__region-group#regionGroupChubu .p-top__region-text-label {
	top: 30%;
	right: 76%;
}

.p-top__region-group#regionGroupKinki .p-top__region-text-label {
	top: 92%;
	left: 12%;
}

.p-top__region-group#regionGroupChugoku .p-top__region-text-label {
	right: 72%;
}

.p-top__region-group#regionGroupShikoku .p-top__region-text-label {
	top: 72%;
	left: 55%;
}

.p-top__region-group#regionGroupKyushu .p-top__region-text-label {
	top: 55%;
}

.p-top__region-group#regionGroupOkinawa .p-top__region-text-label {
	top: 57%;
	left: 55%;
}

.p-header__logo {
	margin-left: 10px;
}

.p-footer__cloud-left {
	width: 312px;
	aspect-ratio: 312/185;
	bottom: -136px;
	left: -220px;
}

.p-footer__cloud-right {
	width: 312px;
	aspect-ratio: 312/185;
	bottom: -98px;
	right: -199px;
}

.p-footer__cloud-right-button {
	bottom: 6px;
	right: 7px;
	width: 35px;
}

.p-footer__cloud-menu {
	gap: 20px;
	padding-right: 40px;
}

.p-footer__cloud-menu::before {
	width: 400px;
	aspect-ratio: 400/240;
}

.p-footer__cloud-menu-close {
	bottom: 20%;
	right: 28%;
	width: 40px;
}

.p-loading__cloud {
	width: 800px;
}

.p-loading__cloud--1 {
	top: 54%;
	left: 2%;
	transform: translate(-50%, -50%);
	z-index: 15;
}

.p-loading__cloud--2 {
	top: 17%;
	left: 28%;
	transform: translate(-50%, -50%);
	z-index: 14;
}

.p-loading__cloud--3 {
	top: 18%;
	right: 21%;
	transform: translate(50%, -50%);
	z-index: 13;
}

.p-loading__cloud--4 {
	bottom: 10%;
	left: 21%;
	transform: translate(-50%, 50%);
	z-index: 12;
}

.p-loading__cloud--5 {
	bottom: 14%;
	right: 31%;
	transform: translate(50%, 50%);
	z-index: 11;
}

.p-loading__cloud--6 {
	display: block;
	bottom: 43%;
	right: 16%;
	transform: translate(50%, 50%);
	z-index: 11;
}

.p-404__cloud-left,
.p-404__cloud-right {
	display: none;
}

.p-404__kamome-left {
	display: none;
}

.p-404__kamome-right {
	right: -41px;
	top: 124px;
}

.p-404__text-container {
	margin-top: 9%;
}

.p-404__title {
	font-size: 64px;
}

.p-404__text {
	font-size: 20px;
}

.p-404__button {
	bottom: 12px;
}

.p-404__button a {
	font-size: 12px;
	padding: 10px 29px;
	gap: 8px;
}

.p-404__button a::after {
	width: 20px;
	aspect-ratio: 20/20;
	padding-left: 20px;
}

.p-login__content,
.um-um_password_id {
	padding-top: calc(52px + 10vh);
	padding-top: calc(52px + 10dvh);
	padding-top: calc(52px + 10svh);
}

.p-login__title {
	font-size: 24px;
}

.p-login__main .um-field-label label {
	font-size: 16px !important;
}

.um-um_password_id.um .um-col-alt.um-col-alt-b > div:first-child::after {
	left: 63%;
}

.p-register__main .um-field-label label {
	font-size: 16px !important;
}

.p-register__main .um-field-checkbox-option {
	font-size: 14px !important;
}

.p-register__main .um-row._um_row_2 .um-col-1 {
	grid-template-columns: 1fr;
}

.p-area__fv {
	height: 427px;
}

.p-area__jet {
	right: 5%;
	top: auto;
	bottom: 0;
	width: clamp(80px, 25vw, 200px);
}

.p-area__fv-title {
	padding-top: 2.5%;
}

.p-area__fv_map-container {
	width: 90%;
}

.p-area__content:nth-of-type(odd) {
	margin-right: 0;
}

.p-area__content:nth-of-type(even) {
	margin-left: 0;
}

.p-area__content-head-icon {
	width: 74px;
	aspect-ratio: 74/74;
}

.p-area__content-title img {
	height: 29px;
}

.p-area__content-title-ja {
	font-size: 24px;
}

.p-prefectures-mv {
	padding-block: 4.1666666667vw 11.1111111111vw;
}

.p-prefectures-mv__img-wrap.--world {
	width: 100%;
}

.p-prefectures__user.--aomori.--3 {
	top: 58%;
	left: 72%;
}

.p-prefectures-mv__wave {
	width: 7.7777777778vw;
}

.p-prefectures__prev,
.p-prefectures__next {
	width: 50rem;
}

.p-prefectures__prev {
	left: 10rem;
}

.p-prefectures__next {
	right: 10rem;
}

.p-prefectures__title {
	font-size: 28px;
}

.p-prefectures__sub-title {
	font-size: 18px;
}

.p-prefectures__member {
	padding-block: 32px;
	background: #82e3fe;
	position: relative;
	z-index: 2;
}

.p-prefectures__member::after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 28px 28px 0 0;
	background: #c7f1ff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.p-prefectures__specialty {
	border-radius: unset;
	padding-block: 32px;
}

.p-prefectures__specialty-main {
	margin-top: 6.6666666667vw;
}

.p-prefectures__specialty-title {
	font-size: 4.4444444444vw;
	border-radius: 2.2222222222vw 0 0 0;
	padding-block: 2.2222222222vw;
	padding-inline: 3.3333333333vw;
}

.p-prefectures__specialty-pagination .swiper-pagination-bullet-active {
	height: 14px;
}

.p-prefectures__bbs {
	padding-block: 32px;
}

.p-offlineparty__main {
	padding-block: 100rem 125rem;
}

.p-offlineparty__bg-container .c-nami {
	width: 28rem;
	height: 4rem;
}

.p-offlineparty .c-cloud__left,
.p-offlineparty .c-cloud__right {
	width: 250rem;
}

.p-offlineparty .c-cloud__left {
	bottom: -85rem;
	left: -140rem;
}

.p-offlineparty .c-cloud__right {
	bottom: -70rem;
	right: -110rem;
}

.p-offlineparty__form-btn {
	font-size: 12rem;
	text-align: center;
	bottom: 5rem;
	right: 5rem;
}

.p-offlineparty__form-btn::before {
	width: 25rem;
}

.p-offlineparty__form-btn::after {
	width: 25rem;
}

.p-offlineparty__map-wrap {
	width: 100%;
}

.p-offlineparty__item-wrap {
	width: 140rem;
	height: 216rem;
	top: 40rem;
	left: 32rem;
}

.p-offlineparty__item {
	height: 51rem;
	font-size: 10rem;
}

.p-offlineparty__icon-wrap {
	width: 45rem;
	flex-direction: column;
	gap: 4rem;
}

.p-offlineparty__icon {
	width: 20rem;
	margin: unset;
}

.p-offlineparty__area {
	width: 100%;
	text-align: center;
}

.p-offlineparty__info-wrap {
	flex-direction: column;
	align-items: start;
	gap: 3rem;
	padding-inline: 6rem;
	border-left: 2rem solid #555;
}

.p-offlineparty__day {
	width: 100%;
	margin: unset;
}

.p-offlineparty__day::before {
	width: 10rem;
}

.p-offlineparty__day span {
	margin: unset;
}

.p-offlineparty__time {
	width: unset;
	margin: unset;
	text-align: left;
}

.p-offlineparty__time::before {
	width: 10rem;
}

.p-offlineparty__status {
	width: 69rem;
	aspect-ratio: 69/15;
	font-size: 10rem;
	border-radius: 4rem;
}

.p-offlineparty__prev,
.p-offlineparty__next {
	width: 100rem;
}

.p-offlineparty__prev::after,
.p-offlineparty__next::after {
	width: 14rem;
}

.p-offlineparty__prev {
	bottom: calc(100% + 5rem);
}

.p-offlineparty__next {
	top: calc(100% + 5rem);
}

.p-offlineparty-item__item {
	font-size: 14px;
}

.p-offlineparty-item__main {
	gap: 12px;
	font-size: 14px;
}

.p-offlineparty-item__main::before {
	width: 16px;
}

.p-offlineparty-item__main::after {
	width: 10px;
}

.p-bbs__count {
	font-size: 14px;
}

.p-bbs__post {
	padding-block: 12px;
}

.p-bbs__name {
	font-size: 18px;
}

.p-bbs__stay {
	font-size: 12px;
}

.p-bbs__day {
	font-size: 12px;
}

.p-bbs__description {
	font-size: 16px;
}

.p-bbs__link {
	font-size: 16px;
}

.p-bbs__btn-wrap {
	margin-top: 8px;
}

.p-bbs__more-wrap {
	width: 146px;
}

.p-bbs__more {
	height: 40px;
	padding: unset;
}

.p-bbs__more::after {
	padding-left: unset;
}

.p-bbs__form textarea {
	min-height: 103px;
	padding: 8px;
	font-size: 16px;
}

.p-bbs__form-label {
	flex-direction: column;
	align-items: start;
	gap: 8px;
	margin-top: 8px;
}

.p-bbs__form-label span {
	font-size: 16px;
}

input[type=url] {
	font-size: 16px;
	padding: 8px 8px 10px;
}

.p-bbs__form-submit-wrap {
	width: 146px;
	height: 40px;
}

.p-bbs__form-submit-wrap::after {
	width: 68px;
	background-size: 20px 20px;
}

.p-bbs__form-submit {
	font-size: 12px;
	padding-right: 30px;
}

.p-bbs__comment-author {
	font-size: 18px;
}

.p-bbs__comment-stay {
	font-size: 12px;
}

.p-bbs__comment-date {
	font-size: 12px;
}

.p-bbs__comment-content {
	font-size: 16px;
}

.p-bbs__comment-form textarea {
	min-height: 103px;
	padding: 8px;
	font-size: 16px;
}

.p-members__kamome-right {
	right: -2px;
	width: 46px;
	height: 40px;
	top: 220px;
}

.p-members__kamome-left {
	left: 11%;
	width: 60px;
	height: 28px;
	top: 500px;
}

.p-members__inner.l-inner {
	padding-block: 40px;
}

.p-members__search-form {
	width: 100%;
}

.p-members__card-wrap {
	margin-bottom: 24px;
}

.p-members__card-wrap a {
	max-width: 140px;
}

.p-members__no-results {
	margin-top: 32px;
	font-size: 20px;
}

.p-members__pagination-ellipsis {
	display: none;
}

.p-members__pagination-link {
	display: none;
}

.p-members__pagination-link.prev,
.p-members__pagination-link.next,
.p-members__pagination-link.current {
	display: flex;
}

.p-members__pagination-link.current + .p-members__pagination-link:not(.next) {
	display: flex;
}

.p-members__pagination-link:has(+ .p-members__pagination-link.current):not(.prev) {
	display: flex;
}

.p-user__wave {
	width: 28px;
}

.p-user__main {
	padding: 20px 16px;
	gap: 24px;
}

.p-user__icon-wrap {
	max-width: 450px;
}

.p-user__name-wrap {
	gap: 16px;
}

.p-user__name {
	font-size: 24px;
}

.p-user__message {
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	font-size: 16px;
}

.p-user__sns {
	width: 46px;
}

.p-user__info-wrap {
	max-width: 450px;
}

.p-user__info dd {
	font-size: 16px;
}

.p-user__table.--none {
	width: 150px;
	top: 60%;
}

.p-user__btn-wrap {
	margin-top: 24px;
}

.p-user__btn {
	width: 145px;
	gap: 8px;
	padding: 13px 12px;
	letter-spacing: 0.05em;
}

.p-delete-modal__content {
	padding-block: 30px 20px;
	padding-inline: 20px;
}

.p-delete-modal__text {
	font-size: 28px;
}

.p-delete-modal__buttons {
	margin-top: 30px;
}

.p-delete-modal__submit {
	width: 260px;
}

.p-edit__title h1 {
	padding: 12px;
}

.p-edit__container {
	padding: 40px 20px;
}

.p-edit__item-row,
.p-edit__post-date-row,
.p-edit__post-content-row {
	flex-direction: column;
}

.p-edit__item-text,
.p-edit__post-date-value,
.p-edit__post-content-value {
	padding-block: 0px;
	padding-left: 8px;
}

.p-offlineform__edit-button {
	font-size: 10px;
}

.popup-message__content {
	padding-block: 30px 20px;
	padding-inline: 20px;
}

.popup-message__text {
	font-size: 28px;
}

.popup-message__content .p-delete-modal__submit {
	width: 200px;
}

.p-privacy {
	padding-bottom: 24px;
}

.p-privacy__title {
	padding-block: 24px;
	margin-bottom: -24px;
}

.p-privacy__title span {
	font-size: 12px;
	text-align: left;
}

.p-privacy__main h2 {
	font-size: 18px;
	gap: 5px;
}

.p-privacy__main h3 {
	font-size: 16px;
}

.p-privacy__main p {
	font-size: 12px;
}

.p-privacy__main ol li {
	font-size: 12px;
}

.p-privacy__main ol li::before {
	font-size: 12px;
}

.p-terms {
	padding-bottom: 24px;
}

.p-terms__title.c-page-title {
	padding-block: 24px;
	margin-bottom: -24px;
}

.p-terms__main h2 {
	font-size: 18px;
	gap: 5px;
}

.p-terms__main h3 {
	font-size: 16px;
}

.p-terms__main p {
	font-size: 12px;
}

.p-terms__main ol li {
	font-size: 12px;
}

.p-terms__main ol li::before {
	font-size: 12px;
}

.p-account__meta {
	width: 250px !important;
}

.p-account__content.--custom div.uimob340 .um-header.no-cover .um-profile-photo {
	width: 250px !important;
}

}

@media screen and (max-width: 620px) {

body:not(.loading) .p-top__jet.show-chubu.--chubu {
	top: 22%;
	right: 12%;
}

.p-top__region-group#regionGroupChubu .p-top__region-text-label {
	top: 8%;
	right: 45%;
}

}

@media screen and (max-width: 600px) {

.l-footer-page__nav {
	justify-content: unset;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
}

.l-footer-page__menu.--other {
	-moz-column-gap: 52px;
	column-gap: 52px;
}

body:not(.loading) .p-top__jet.show-chugoku.--chugoku {
	top: calc(60% + 100px);
	right: 10%;
}

.p-top__region-group#regionGroupChugoku .p-top__region-text-label {
	top: unset;
	bottom: 100%;
	right: 45%;
	transform-origin: bottom right;
}

.p-loading__cloud {
	width: 700px;
}

}

@media screen and (max-width: 560px) {

.p-area__content-inner {
	min-height: 395px;
}

.p-area__content-cards {
	grid-template-columns: repeat(2, 1fr);
}

}

@media screen and (max-width: 559px) {

.c-member__cards {
	margin-top: 32px;
	grid-template-columns: repeat(2, 1fr);
}

.u-hidden-sp {
	display: none !important;
}

}

@media screen and (max-width: 550px) {

.p-top__region-group#regionGroupKyushu .p-top__region-text-label {
	top: 94%;
	right: unset;
	left: -10%;
	transform-origin: top left;
}

}

@media screen and (max-width: 500px) {

.p-404__bg-cantainer {
	aspect-ratio: 360/292;
}

.p-404__bg-cantainer img {
	aspect-ratio: 360/292;
}

.p-404__tiger {
	bottom: 51px;
	width: 59.4444444444vw;
	aspect-ratio: 214/254;
	animation: tigerWalkOnPathSp 30s ease-in-out infinite, tigerWalkOnPath2 7s ease infinite;
}

.p-404__tiger img {
	aspect-ratio: 214/254;
}

.um-um_password_id.um .um-form input[type=text]::-moz-placeholder {
	font-size: 12px !important;
}

.um-um_password_id.um .um-form input[type=text]::placeholder {
	font-size: 12px !important;
}

.p-area__fv_user-face {
	left: 2px;
}

.p-prefectures__member-wrap {
	grid-template-columns: repeat(2, 1fr);
}

.p-prefectures__member-wrap .c-membercard:nth-child(n+3) {
	margin-top: 24px;
}

.p-account__btn-wrap {
	grid-template-columns: repeat(1, 300px);
}

.p-account__btn {
	width: 300px;
}

.sp-hidden {
	display: block;
}

}

@media screen and (max-width: 440px) {

.p-top__region-group#regionGroupTohoku .p-top__region-text-label {
	top: 15%;
	right: 65%;
}

}

@media screen and (max-width: 400px) {

.p-loading__cloud {
	width: 542px;
}

.p-user__edit-link-wrap {
	flex-direction: column;
}

.p-user__edit {
	width: 170px;
}

}

@media (max-width: 375px) {

.l-header {
	top: 2px;
}

}

@media screen and (max-width: 375px) {

.p-footer__cloud-right {
	bottom: -92px;
	right: -231px;
}

}

@media screen and (max-width: calc(360px - 1px)) {

.is-dsp {
	display: block;
}

.p-top__region-group#regionGroupKinki .p-top__region-text-label {
	top: 100%;
}

}

@media screen and (max-width: 360px) {

.p-area__content-inner {
	min-height: 374px;
}

}

@keyframes header_icon {

0% {
	rotate: 0deg;
}

20% {
	rotate: 10deg;
}

40% {
	rotate: -10deg;
}

60% {
	rotate: 10deg;
}

80% {
	rotate: -10deg;
}

100% {
	rotate: 0deg;
}

}

@keyframes pin {

0% {
	translate: 0 0%;
}

20% {
	translate: 0 -50%;
}

40% {
	translate: 0 0%;
}

60% {
	translate: 0 -40%;
}

80% {
	translate: 0 0%;
}

100% {
	translate: 0 0%;
}

}

@keyframes steam {

0%,100% {
	transform: translateY(0) scale(1);
	opacity: 0.8;
}

50% {
	transform: translateY(-8px) scale(1.05);
	opacity: 1;
}

}

@keyframes waveFlow {

0% {
	transform: translateY(0) translateX(0) scale(1) translateZ(0);
	opacity: 0.6;
}

25% {
	transform: translateY(-5px) translateX(3px) scale(1.02) translateZ(0);
	opacity: 0.8;
}

50% {
	transform: translateY(-8px) translateX(-2px) scale(1.05) translateZ(0);
	opacity: 1;
}

75% {
	transform: translateY(-3px) translateX(4px) scale(1.03) translateZ(0);
	opacity: 0.9;
}

100% {
	transform: translateY(0) translateX(0) scale(1) translateZ(0);
	opacity: 0.6;
}

}

@keyframes waveFlowSlow {

0% {
	transform: translateY(0) translateX(0) scale(1) translateZ(0);
	opacity: 0.5;
}

30% {
	transform: translateY(-6px) translateX(-3px) scale(1.03) translateZ(0);
	opacity: 0.7;
}

60% {
	transform: translateY(-10px) translateX(2px) scale(1.06) translateZ(0);
	opacity: 0.9;
}

100% {
	transform: translateY(0) translateX(0) scale(1) translateZ(0);
	opacity: 0.5;
}

}

@keyframes fadePattern1 {

0%,100% {
	opacity: 0.6;
}

30% {
	opacity: 0.4;
}

70% {
	opacity: 0.8;
}

}

@keyframes fadePattern2 {

0%,100% {
	opacity: 0.5;
}

40% {
	opacity: 0.7;
}

80% {
	opacity: 0.3;
}

}

@keyframes fadePattern3 {

0%,100% {
	opacity: 0.4;
}

50% {
	opacity: 0.9;
}

}

@keyframes jetFlyIn {

0% {
	translate: 150% -200%;
	opacity: 0;
}

30% {
	opacity: 1;
}

100% {
	translate: 0% -50%;
	opacity: 1;
}

}

@keyframes jetFlyIn2 {

0% {
	translate: -250% -200%;
	opacity: 0;
	transform: scaleX(-1);
}

30% {
	opacity: 1;
}

100% {
	translate: 0% -50%;
	opacity: 1;
	transform: scaleX(-1);
}

}

@keyframes jetFlyInWorld {

0% {
	translate: 200% -200%;
	opacity: 0;
}

30% {
	opacity: 1;
}

100% {
	translate: 0% -50%;
	opacity: 1;
}

}

@keyframes jetFloat {

0%,100% {
	translate: 0% -50%;
	opacity: 1;
}

33% {
	translate: 0% -52%;
}

66% {
	translate: 0% -50%;
}

}

@keyframes kamomeFly1 {

0% {
	transform: translateX(0) translateY(0) rotate(0deg);
}

25% {
	transform: translateX(-30px) translateY(-15px) rotate(-2deg);
}

50% {
	transform: translateX(-50px) translateY(-30px) rotate(0deg);
}

75% {
	transform: translateX(-20px) translateY(-20px) rotate(2deg);
}

100% {
	transform: translateX(0) translateY(0) rotate(0deg);
}

}

@keyframes kamomeFly2 {

0% {
	transform: translateX(0) translateY(0) rotate(0deg) scale(1);
}

30% {
	transform: translateX(40px) translateY(-20px) rotate(3deg) scale(1.05);
}

60% {
	transform: translateX(60px) translateY(-40px) rotate(-1deg) scale(0.95);
}

80% {
	transform: translateX(25px) translateY(-25px) rotate(2deg) scale(1.02);
}

100% {
	transform: translateX(0) translateY(0) rotate(0deg) scale(1);
}

}

@keyframes bounce {

0% {
	transform: translateY(0px) scale(1);
}

30% {
	transform: translateY(-10px) scale(1.2);
}

50% {
	transform: translateY(0) scale(0.8);
}

70% {
	transform: translateY(-10px) scale(1);
}

100% {
	transform: translateY(0) scale(1);
}

}

@keyframes region_image {

0% {
	opacity: 1;
	scale: 1.5;
}

100% {
	opacity: 1;
	scale: 1;
}

}

@keyframes loadingDots {

0%,20% {
	content: "";
}

40% {
	content: ".";
}

60% {
	content: "..";
}

80%,100% {
	content: "...";
}

}

@keyframes tigerWalkOnPath2 {

0% {
	rotate: -10deg;
}

50% {
	rotate: 10deg;
}

100% {
	rotate: -10deg;
}

}

@keyframes tigerWalkOnPath {

0% {
	bottom: 30%;
	left: 90%;
	scale: 0.3;
}

20% {
	scale: 0.5;
}

40% {
	scale: 1;
}

90% {
	scale: 1.1;
}

100% {
	bottom: -50%;
	left: -50%;
}

}

@keyframes tigerWalkOnPathSp {

0% {
	bottom: 20%;
	left: 75%;
	rotate: -10deg;
	scale: 0.3;
}

10% {
	rotate: 10deg;
}

20% {
	rotate: -10deg;
	scale: 0.5;
}

30% {
	rotate: 10deg;
}

40% {
	rotate: -10deg;
	scale: 1;
}

50% {
	rotate: 10deg;
}

60% {
	rotate: -10deg;
}

70% {
	rotate: 10deg;
}

80% {
	rotate: -10deg;
}

90% {
	rotate: 10deg;
}

100% {
	opacity: 1;
	bottom: -100%;
	left: -200%;
	rotate: 0deg;
}

}

@keyframes cloud {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-8px);
}

}

@keyframes prevnext {

0% {
	scale: 1;
}

50% {
	scale: 1.1;
}

100% {
	scale: 1;
}

}

@keyframes click-line {

0% {
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

49% {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

51% {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

100% {
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes slideIn {

from {
	transform: translateY(-50px);
	opacity: 0;
}

to {
	transform: translateY(0);
	opacity: 1;
}

}

