@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {
	font-size: 1em;
	font-weight: 400;
}

.section_1 .heading_wrap .heading .sub {
	font-size: 1.6em;
	font-weight: 400;
}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	gap: 24px;
	width: 90%;
}

.section_1 .item_wrap {
	gap: 24px;
}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {}

.section_1 .post_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 80%;
}

.section_1 .post_wrap .post_wrap_inner .post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .img {
	width: 100%;
	height: auto;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .img img {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3.5;
	object-fit: cover;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .date {
	border-bottom: 1px #000000 solid;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .title {}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .writing {}

.section_1 .post_wrap .post_memo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_memo .post_memo_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .post_wrap .post_memo .post_memo_inner .post_memo_hd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding: 12px 0;
	border: 1px #000000 solid;
}

.section_1 .post_wrap .post_memo .post_memo_inner .post_memo_hd .hd {}

.section_1 .post_wrap .post_memo .post_memo_inner .post_memo_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_memo .post_memo_inner .post_memo_text .text {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0;
	}

	.section_1 .heading_wrap {
		margin-right: auto;
	}

	.section_1 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_1 .content_wrap .content {
		width: 90%;
		max-width: 1190px;
	}

	.section_1 .post_wrap {
		width: 100%;
	}

	.section_1 .post_wrap .post_wrap_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
		width: 100%;
	}

	.section_1 .post_wrap .post_wrap_inner .post {
		width: calc((100% - (24px * 2)) / 3);
	}

	.section_1 .post_wrap .post_memo {
		width: max-content;
		max-width: 100%;
	}

	.section_1 .post_wrap .post_memo .post_memo_inner .post_memo_hd {
		max-width: 396px;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .post_wrap {
		gap: 60px;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .heading_wrap .heading .main {
		font-size: 0.75em;
	}

	.section_1 .heading_wrap .heading .sub {
		font-size: 1.5em;
	}

	.section_1 .content_wrap .content {
		gap: 72px;
	}

	.section_1 .post_wrap {
		gap: 132px;
	}

	.section_1 .post_wrap .post_wrap_inner {
		gap: 36px;
	}

	.section_1 .post_wrap .post_wrap_inner .post {
		width: calc((100% - (36px * 2)) / 3);
	}

	.section_1 .post_wrap .post_memo .post_memo_inner {
		gap: 36px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {
	background-color: #7BCCCF;
    background-image: url(../img/top_about_deco_1.webp), url(../img/top_about_deco_2.webp), url(../img/top_about_deco_3.webp);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 25% auto, 25% auto, 25% auto;
    background-position: -5% 35%, 95% 68%, 5% 100%;
}

.section_2 .inner {
	padding: 20% 0;
}

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	color: #ffffff;
}

.section_2 .heading_wrap .heading.deco_side::before {
	width: 48px;
	background-image: url(../img/hd_deco_left_top_about.webp);
}

.section_2 .heading_wrap .heading.deco_side::after {
	width: 48px;
	background-image: url(../img/hd_deco_right_top_about.webp);
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {
	gap: 60px;
	width: 90%;
}

.section_2 .item_wrap {
	gap: 24px;
}

.section_2 .item_wrap .item {}

.section_2 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_2 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 84px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
	color: #ffffff;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 .num {
	position: absolute;
	top: 0;
	left: 60px;
	transform: translate(0, -75%);
	width: max-content;
	font-family: "Bilbo Swash Caps", cursive;
	font-size: 4rem;
	line-height: 1;
	color: #8ADBDE;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_2 {}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-size: 10% auto, 10% auto, 10% auto;
        background-position: 5% 10%, 5% 95%, 95% 95%;
	}

	.section_2 .inner {
		padding: 5% 0;
	}

	.section_2 .content_wrap .content {
		width: 90%;
		max-width: 1240px;
	}

	.section_2 .box_wrap .box_wrap_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 12px;
	}

	.section_2 .box_wrap .box_wrap_inner .box {
		width: calc((100% - (12px * 2)) / 3);
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		justify-content: flex-start;
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 {
		width: max-content;
		max-width: 100%;
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 .num {
		left: -12px;
		transform: translate(0, -75%);
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .heading_wrap .heading.deco_side::before {
		left: -36px;
		width: 96px;
	}

	.section_2 .heading_wrap .heading.deco_side::after {
		right: -24px;
		width: 54px;
	}

	.section_2 .content_wrap .content {
		gap: 96px;
	}

	.section_2 .item_wrap .item .item_inner {
		gap: 72px;
	}

	.section_2 .box_wrap .box_wrap_inner {
		gap: 36px;
	}

	.section_2 .box_wrap .box_wrap_inner .box {
		width: calc((100% - (36px * 2)) / 3);
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner {
		gap: 36px;
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 36px;
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 .num {
		left: -36px;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {
    background-image: url(../img/top_price_deco_1.webp), url(../img/top_price_deco_2.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: 10% auto, 10% auto;
    background-position: 5% 5%, 95% 95%;
}

.section_3 .inner {
	z-index: 1;
	padding: 20% 0 40%;
}

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {
	gap: 24px;
	width: 90%;
}

.section_3 .item_wrap {
	gap: 24px;
}

.section_3 .item_wrap .item {}

.section_3 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_3 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_3 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 100%;
}

.section_3 .box_wrap .box_wrap_inner .box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 208px;
	padding: 24px 0;
	background-color: #ffffff;
	box-shadow: 0px 4px 32px -3px rgba(189, 189, 189, 0.25);
}

.section_3 .box_wrap .box_wrap_inner .box::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 16px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #8ADBDE;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 45%;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .tag {
	padding: 4px 0;
	width: 100%;
	background-color: #7BCCCF;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	color: #ffffff;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .name {
	padding-bottom: 4px;
	border-bottom: 1px #D9D9D9 solid;
	font-weight: 500;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .price {
	font-size: 0.875rem;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .price .highlight {
	display: inline-block;
	font-size: 1.71428571em;
	font-weight: 700;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .price_sub {}

@media screen and (min-width: 768px) {
	.section_3 {
		background-size: 5% auto, 5% auto;
        background-position: 5% 20%, 95% 80%;
	}

	.section_3 .inner {
		padding: 5% 0 10%;
	}

	.section_3 .content_wrap .content {
		width: 90%;
		max-width: 1240px;
	}

	.section_3 .box_wrap .box_wrap_inner {
		flex-direction: row;
		align-items: stretch;
		gap: 12px;
	}

	.section_3 .box_wrap .box_wrap_inner .box {
		justify-content: flex-start;
		width: calc((100% - (12px * 3)) / 4);
	}

	.section_3 .box_wrap .box_wrap_inner .box::before {}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: 75%;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		justify-content: flex-start;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 {
		width: max-content;
		max-width: 100%;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 .num {
		left: -12px;
		transform: translate(0, -75%);
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .box_wrap .box_wrap_inner .box {
		width: 296px;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .heading_wrap .heading.deco_side::before {
		left: -36px;
		width: 96px;
	}

	.section_3 .heading_wrap .heading.deco_side::after {
		right: -24px;
		width: 54px;
	}

	.section_3 .content_wrap .content {
		gap: 96px;
	}

	.section_3 .item_wrap .item .item_inner {
		gap: 72px;
	}

	.section_3 .box_wrap .box_wrap_inner {
		gap: 18px;
	}

	.section_3 .box_wrap .box_wrap_inner .box {
		padding: 60px 0;
	}

	.section_3 .box_wrap .box_wrap_inner .box::before {
		width: 36px;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner {
		gap: 48px;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 16px;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .name {
		font-size: 1.5rem;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .price {
		font-size: 1rem;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .price .highlight {
		font-size: 2.25em;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .price_sub {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_4 {
	position: relative;
	z-index: 0;
	background-color: #E0F7FD;
    background-image: url(../img/top_enjoy_deco_1.webp), url(../img/top_enjoy_deco_2.webp), url(../img/top_enjoy_deco_3.webp);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 35% auto, 25% auto, 45% auto;
    background-position: 105% 20%, -5% 55%, 110% 95%;
	overflow: visible;
}

.section_4::before {
    content: "";
    position: absolute;
	z-index: -1;
    top: 0.5px;
    left: 0;
    transform: translate(0, -100%);
    width: 90%;
    height: auto;
    aspect-ratio: 312 / 99;
    background-image: url(../img/border_ice_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.section_4 .inner {
	padding: 20% 0;
}

.section_4 .wrap {}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {
	color: #1B9097;
}

.section_4 .heading_wrap .heading.deco_side::before {
	top: 75%;
	width: 48px;
	aspect-ratio: 94 / 118;
	background-image: url(../img/hd_deco_left_top_enjoy.webp);
}

.section_4 .heading_wrap .heading.deco_side::after {
	width: 36px;
	aspect-ratio: 72 / 104;
	background-image: url(../img/hd_deco_right_top_enjoy.webp);
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {
	gap: 60px;
	width: 90%;
}

.section_4 .item_wrap {
	gap: 24px;
}

.section_4 .item_wrap .item {}

.section_4 .item_wrap .item .item_inner {
	gap: 36px;
}

.section_4 .posi {}

.section_4 .posi .posi_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: max-content;
	max-width: 100%;
}

.section_4 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.section_4 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.section_4 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	/* width: 160px; */
	width: calc((100% - (20px * 1)) / 2);
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100vmax;
	background-color: #8ADBDE;
}

.section_4 .box_wrap .box_wrap_inner .box:nth-child(even) {
	background-color: #8ABEDE;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 100%;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 48px;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .img_small {
	width: 36px;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .img_big {
	width: 60px;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.section_4 {
		background-size: 15% auto, 10% auto, 20% auto;
		background-position: 95% 20%, 5% 70%, 105% 95%;
	}

	.section_4::before {
		width: 60%;
		aspect-ratio: 1064 / 329;
		background-image: url(../img/border_ice_pc.svg);
	}

	.section_4 .inner {
		padding: 5% 0;
	}

	.section_4 .content_wrap .content {
		width: 90%;
		max-width: 1155px;
	}

	.section_4 .posi {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.section_4 .box_wrap {
		gap: 180px;
	}

	.section_4 .box_wrap .box_wrap_inner .box {
		width: calc((100% - (20px * 3)) / 4);
		max-width: 264px;
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_4 .heading_wrap .heading.deco_side::before {
		left: -60px;
		width: 96px;
	}

	.section_4 .heading_wrap .heading.deco_side::after {
		right: -48px;
		width: 54px;
	}

	.section_4 .posi .posi_inner {
		gap: 48px;
	}

	.section_4 .box_wrap {
		gap: 324px;
	}

	.section_4 .box_wrap .box_wrap_inner {
		gap: 36px;
	}

	.section_4 .box_wrap .box_wrap_inner .box {
		width: calc((100% - (36px * 3)) / 4);
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner {
		gap: 12px;
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: 60px;
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .img_big {
		width: 96px;
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .img_small {
		width: 48px;
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
