:root { /* Color styles */
	--mono-white: #ffffff;
	--mono-bk15: #d9d9d9;
	--mono-bk100: #000000;
	--color-brown: #663a2a;
	--color-brown_light: #eae1cf;
	--color-brown_light2: #fbf6ec;
	--color-mint: #4fb4b2;
	--color-mint_light: #b1dfdb;
	--color-mint_light2: #d0ede8;
	--color-mint_light3: #f0f7f7;
	--color-yellow: #ffdf7e;
	--color-yellow_light: #ffeed9;
	--color-yellow_light2: #fffce7;
	--color-orange: #f8a333;
	--color-orange_light: #ffc982;
	--color-orange_dark: #e66101;
	--color-pink: #fa8d74;
	--color-pink_light: #f8ccc3;
	--color-pink_light2: #fff5f2;
	--pattern-iceage_brown: #663a2a;
	--pattern-iceage_orange: #e66101;
}

body {
	background: var(--color-yellow_light2, #FFFCE7);
	color: var(--color-brown, #663A2A);
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	position: relative;
}

body::before,
body::after {
	aspect-ratio: 91/50;
	background: url(../img/top/flag.webp) no-repeat center/contain;
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 182px;
	z-index: 1;
}

body::before {
	left: 0;
}

body::after {
	right: 0;
	transform: scale(-1, 1);
}

.s-of-hidden {
	overflow: hidden;
}

.s-sp {
	display: none;
}

.s-pc {
	display: block;
}

.u-hover-od {
	transition: 0.3s;
}

.u-hover-od:hover {
	color: var(--color-orange_dark);
}

.c-wrap {
	margin: 0 auto;
	max-width: 1060px;
	padding-inline: 30px;
	width: 100%;
}

.c-button {
	align-items: center;
	border-radius: 100px;
	box-shadow: 0 4px 0 0 rgba(102, 58, 42, 0.15);
	color: #fff;
	cursor: pointer;
	display: flex;
	display: flex;
	font-size: 16px;
	gap: 11px;
	justify-content: center;
	line-height: 140%;
	padding: 11px 22px 10px 12px;
	position: relative;
	transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.15s ease, opacity 0.15s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button.--br {
	background-color: var(--pattern-iceage_brown);
	background-image: url(../img/common/ol_iceage.webp);
	background-repeat: repeat;
	background-size: 400px;
}

.c-button.--list {
	font-size: 14px;
	line-height: 130%;
	width: 100%;
}

.c-button.--header {
	font-size: 14px;
	gap: 5px;
	line-height: 130%;
}

.c-button.--or {
	background-color: var(--color-orange, #F8A333);
}

.c-button.--bgor {
	background: var(--pattern-iceage_orange, url(../img/common/btn-contact.webp) lightgray 0% 0%/100px 100px repeat, #E66101);
}

.c-button.--pk {
	background-color: var(--color-pink, #FA8D74);
}

.c-button.--mt {
	background-color: var(--color-mint, #4FB4B2);
}

.c-button__arrow {
	aspect-ratio: 1/1;
	border-right: 2px solid white;
	border-top: 2px solid white;
	display: block;
	transform: rotate(45deg);
	width: 8px;
}

.c-head-line {
	display: flex;
	gap: 7px;
	justify-content: center;
	margin-top: 30px;
}

.c-head-line span {
	aspect-ratio: 1/1;
	border-radius: 100px;
	display: block;
	width: 8px;
}

.c-head-line span:nth-child(3n+1) {
	background-color: var(--color-orange_light, #FFC982);
}

.c-head-line span:nth-child(3n+2) {
	background-color: var(--color-mint_light2, #D0EDE8);
}

.c-head-line span:nth-child(3n) {
	background-color: var(--color-yellow_light, #FFEEB9);
}

.u-wave--top-w {
	position: relative;
}

.u-wave--top-w::before {
	aspect-ratio: 120/7.038;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	top: -1px;
	width: 100%;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--mono-white, #FFF);
}

.u-wave--top-yl {
	position: relative;
}

.u-wave--top-yl::before {
	aspect-ratio: 120/7.038;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	top: -1px;
	width: 100%;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--color-yellow_light2, #FFFCE7);
}

.u-wave--top-pk {
	position: relative;
}

.u-wave--top-pk::before {
	aspect-ratio: 120/7.038;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	top: -1px;
	width: 100%;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--color-pink_light, #F8CCC3);
}

.u-wave--top-mt {
	position: relative;
}

.u-wave--top-mt::before {
	aspect-ratio: 120/7.038;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	top: -1px;
	width: 100%;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--color-mint_light, #D0EDE8);
}

.u-wave--bottom-w {
	position: relative;
}

.u-wave--bottom-w::after {
	aspect-ratio: 120/7.038;
	bottom: -1px;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	width: 100%;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--mono-white, #FFF);
	transform: scale(1, -1);
}

.u-wave--bottom-w-rev {
	position: relative;
}

.u-wave--bottom-w-rev::after {
	aspect-ratio: 120/7.038;
	bottom: -1px;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	width: 100%;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--mono-white, #FFF);
}

.u-wave--bottom-pk {
	position: relative;
}

.u-wave--bottom-pk::after {
	aspect-ratio: 120/7.038;
	bottom: -1px;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	width: 100%;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--color-pink_light, #F8CCC3);
	transform: scale(1, -1);
}

.u-wave--bottom-yl {
	position: relative;
}

.u-wave--bottom-yl::after {
	aspect-ratio: 120/7.038;
	bottom: -1px;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	width: 100%;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--color-yellow_light2, #FFFCE7);
	transform: scale(1, -1);
}

.u-wave--bottom-yl-sp {
	position: relative;
}

.u-wave--bottom-yl02 {
	position: relative;
}

.u-wave--bottom-yl02::after {
	aspect-ratio: 120/7.038;
	bottom: -1px;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	width: 100%;
	z-index: 0;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background: var(--color-yellow, #FFDF7E);
	transform: scale(1, -1);
}

.u-wave--bottom-mt {
	position: relative;
}

.u-wave--bottom-mt::after {
	aspect-ratio: 120/7.038;
	bottom: -1px;
	content: "";
	left: 0;
	mask-image: url(../img/common/wave-bottom-w.webp);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	width: 100%;
	-webkit-mask-image: url(../img/common/wave-bottom-w.webp);
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--color-mint_light, #D0EDE8);
	transform: scale(1, -1);
}

.js-fade-slide {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease var(--delay, 0s), transform 0.7s ease var(--delay, 0s);
}

.js-fade-slide.--visible {
	opacity: 1;
	transform: translateY(0);
}

.header {
	left: 50%;
	max-width: 1040px;
	padding-inline: 20px;
	pointer-events: none;
	position: fixed;
	top: 30px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 99;
}

.header .u-wave--bottom-yl02::after {
	display: none;
}

.header__inner {
	align-items: center;
	background: #fff;
	background: var(--mono-white, #FFF);
	border-radius: 15px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
	pointer-events: all;
}

.header__logo {
	width: 173px;
}

.header__logo.--sp {
	display: none;
}

.header__img {
	display: none;
}

.header__list {
	align-items: center;
	display: flex;
	gap: 30px;
}

.header__list li {
	line-height: 1;
}

.header__list li.sp {
	display: none;
}

.header__link {
	font-size: 14px;
	line-height: 1.4;
}

.header__link .sp {
	display: none;
}

.header__sub-list {
	display: none;
}

.header__button {
	display: none;
}

.header__button.--open span:nth-child(1) {
	background-color: var(--color-brown, #663A2A);
	transform: translateY(6px) rotate(45deg);
}

.header__button.--open span:nth-child(2) {
	opacity: 0;
}

.header__button.--open span:nth-child(3) {
	background-color: var(--color-brown, #663A2A);
	transform: translateY(-6px) rotate(-45deg);
}

.header__nav-button {
	display: none;
}

body.--nav-open {
	overflow: hidden;
}

@media (hover: none) {

.c-button:active {
	box-shadow: 0 1px 0 0 rgba(102, 58, 42, 0.15);
	transform: translateY(3px);
}

}

@media (hover: hover) {

.c-button:hover {
	box-shadow: 0 1px 0 0 rgba(102, 58, 42, 0.15);
	transform: translateY(3px);
}

.c-button.--br:hover {
	background-color: rgba(102, 58, 42, 0.7);
}

.c-button.--or:hover,
.c-button.--list.--or:hover {
	background-color: rgba(248, 163, 51, 0.7);
}

.c-button.--pk:hover,
.c-button.--list.--pk:hover {
	background-color: rgba(250, 141, 116, 0.7);
}

.c-button.--mt:hover,
.c-button.--list.--mt:hover {
	background-color: rgba(79, 180, 178, 0.7);
}

.c-button.--bgor:hover {
	opacity: 0.75;
}

}

@media screen and (max-width: 1020px) {

.header {
	background: var(--color-yellow, #FFDF7E);
	height: 100dvh;
	left: auto;
	overflow-y: auto;
	padding-bottom: 50px;
	padding-inline: 0;
	pointer-events: all;
	right: 0;
	top: 0px;
	transform: translateX(100%);
	transition: 0.3s;
}

.header.--open {
	transform: translateX(0);
}

.header .u-wave--bottom-yl02::after {
	display: block;
}

.header__inner {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 100%;
}

.header__content {
	align-items: center;
	background: #FFEEB9;
	display: flex;
	flex-direction: column;
	gap: 26px;
	padding: 36px 0 0;
	width: 100%;
}

.header__logo {
	width: 136px;
}

.header__logo.--sp {
	display: block;
	left: 50%;
	position: absolute;
	top: 36px;
	transform: translateX(-50%);
	width: 136px;
	z-index: 1;
}

.header__nav {
	width: 100%;
}

.header__img {
	display: block;
	position: relative;
	width: 179px;
	z-index: 1;
}

.header__list li.pc {
	display: none;
}

.header__list li.sp {
	display: block;
}

.header__list {
	align-items: start;
	border-top: 1px dashed var(--mono-white, #FFF);
	flex-direction: column;
	gap: 1px;
	margin-top: 30px;
	padding: 0 15px;
	width: 100%;
}

.header__list > li {
	border-bottom: 1px dashed var(--mono-white, #FFF);
	padding-block: 11px;
	padding-left: 24px;
	position: relative;
	width: 100%;
}

.header__list > li::before {
	border-bottom: 2px solid #663A2A;
	border-right: 2px solid #663A2A;
	content: "";
	display: block;
	height: 8.5px;
	left: 4px;
	position: absolute;
	top: 19px;
	transform: rotate(-45deg);
	width: 8.5px;
}

.header__link {
	font-size: 18px;
}

.header__link .sp {
	display: inline-block;
}

.header__link .pc {
	display: none;
}

.header__sub-list {
	align-items: flex-start;
	display: flex;
	font-size: 16px;
	gap: 20px;
	margin-top: 5px;
}

.header__button {
	align-items: center;
	aspect-ratio: 1/1;
	background: var(--mono-white, #FFF);
	border-radius: 100px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	pointer-events: all;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 54px;
	z-index: 100;
}

.header__button span {
	display: block;
	height: 2px;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
	width: 18px;
}

.header__button span:nth-child(1) {
	background-color: var(--color-orange, #F8A333);
}

.header__button span:nth-child(2) {
	background-color: var(--color-pink, #FA8D74);
}

.header__button span:nth-child(3) {
	background-color: var(--color-mint, #4FB4B2);
}

.header__nav-button {
	align-items: center;
	border: 1px solid var(--color-brown, #663A2A);
	border-radius: 100px;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	gap: 3px;
	justify-content: center;
	margin-top: 30px;
	padding: 10px 20px;
	transition: 0.3s;
}

.header__nav-button:hover {
	opacity: 0.7;
}

.header__nav-button-icon {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	position: relative;
	width: 24px;
}

.header__nav-button-icon span {
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center center;
	width: 18px;
}

.header__nav-button-icon span:nth-child(1) {
	background-color: var(--color-brown, #663A2A);
	transform: translate(-50%, -50%) rotate(45deg);
}

.header__nav-button-icon span:nth-child(2) {
	background-color: var(--color-brown, #663A2A);
	transform: translate(-50%, -50%) rotate(-45deg);
}

}

@media screen and (max-width: 767px) {

body::before,
body::after {
	width: 111.25px;
}

.s-sp {
	display: block;
}

.s-pc {
	display: none;
}

.c-wrap {
	max-width: 500px;
	padding-inline: 15px;
}

.c-wrap.--sp {
	max-width: 100%;
	padding-inline: 0;
}

.c-button {
	padding: 15px 25px 15px 15px;
	width: 230px;
}

.c-button.--list {
	font-size: 16px;
	padding: 10px 25px 10px 15px;
	width: 90%;
}

.c-button.--bgor {
	padding: 17px 25px;
}

.c-head-line {
	margin-top: 20px;
}

.u-wave--top-w::before {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--top-yl::before {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--top-pk::before {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--top-mt::before {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--bottom-w::after {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--bottom-w-rev::after {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--bottom-pk::after {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--bottom-yl::after {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--bottom-yl-sp::after {
	bottom: -1px;
	content: "";
	left: 0;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	position: absolute;
	width: 100%;
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	background-color: var(--color-yellow_light2, #FFFCE7);
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	transform: scale(1, -1);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--bottom-yl02::after {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

.u-wave--bottom-mt::after {
	mask-image: url(../img/common/wave-bottom-w-sp.webp);
	-webkit-mask-image: url(../img/common/wave-bottom-w-sp.webp);
	aspect-ratio: 25/2;
}

}

