@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 {
	position: relative;
}

.section_1 .heading_wrap .heading .main,
.section_1 .heading_wrap .heading .sub {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

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

.section_1 .item_wrap {
	gap: 24px;
}

.section_1 .item_wrap .item {}

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

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

.section_1 .hd_wrap .hd_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	font-size: 1.5rem;
}

.section_1 .hd_wrap .hd_wrap_inner .text {
	font-family: "Zen Old Mincho", serif;
	line-height: 1;
}

.section_1 .hd_wrap .hd_wrap_inner .main {
	position: relative;
	font-size: 1em;
}

.section_1 .hd_wrap .hd_wrap_inner .main::before,
.section_1 .hd_wrap .hd_wrap_inner .main::after {
    content: "";
    position: absolute;
    top: 50%;
	width: 48px;
    height: 1px;
    background-color: #201E46;
    transform: translate(0, -50%);
}

.section_1 .hd_wrap .hd_wrap_inner .main::before {
	left: -12px;
	transform: translate(-100%, -50%);
}

.section_1 .hd_wrap .hd_wrap_inner .main::after {
	right: -12px;
	transform: translate(100%, -50%);
}

.section_1 .hd_wrap .hd_wrap_inner .sub {
	font-size: 0.6em;
}

.section_1 .box_wrap {}

.section_1 .box_wrap .box_wrap_inner {
	gap: 24px;
}

.section_1 .box_wrap .box_wrap_inner .box {}

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

.section_1 .box_wrap .box_wrap_inner .box .img img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.section_1 .box_wrap .box_wrap_inner .box .text_wrap {}

.section_1 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner {
	font-size: 1rem;
}

.section_1 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text {
	font-family: "Zen Old Mincho", serif;
}

.section_1 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .title {
	font-size: 1em;
}

.section_1 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .price {
	font-size: 1.25em;
}

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

	.section_1 .box_wrap .box_wrap_inner {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 24px;
	}

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

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

@media screen and (min-width: 1440px) {
	.section_1 .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_1 .hd_wrap .hd_wrap_inner {
		gap: 24px;
		font-size: 2.5rem;
	}

	.section_1 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner {
		font-size: 1.25rem;
	}
}

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

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

.section_2 {}

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

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	position: relative;
}

.section_2 .heading_wrap .heading .main,
.section_2 .heading_wrap .heading .sub {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .item_wrap {}

.section_2 .item_wrap .item {}

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

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

.section_2 .hd_wrap .hd_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	font-size: 1.5rem;
}

.section_2 .hd_wrap .hd_wrap_inner .text {
	font-family: "Zen Old Mincho", serif;
	line-height: 1;
}

.section_2 .hd_wrap .hd_wrap_inner .main {
	position: relative;
	font-size: 1em;
}

.section_2 .hd_wrap .hd_wrap_inner .main::before,
.section_2 .hd_wrap .hd_wrap_inner .main::after {
    content: "";
    position: absolute;
    top: 50%;
	width: 48px;
    height: 1px;
    background-color: #201E46;
    transform: translate(0, -50%);
}

.section_2 .hd_wrap .hd_wrap_inner .main::before {
	left: -12px;
	transform: translate(-100%, -50%);
}

.section_2 .hd_wrap .hd_wrap_inner .main::after {
	right: -12px;
	transform: translate(100%, -50%);
}

.section_2 .hd_wrap .hd_wrap_inner .sub {
	font-size: 0.6em;
}

.section_2 .slider_wrap {
	width: 100%;
}

.section_2 .swiper-slide img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

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

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

@media screen and (min-width: 1440px) {
	.section_2 .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_2 .hd_wrap .hd_wrap_inner {
		gap: 24px;
		font-size: 2.5rem;
	}
}

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

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