@charset "utf-8";

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

.now.menu::before {
	/* content: ""; */
}

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

.all.other {}

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

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

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

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

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

.all {
	position: relative;
}

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

@media screen and (min-width: 1280px) {
	@keyframes rotation_1 {
		0% {
			transform: translate(-25%, 0) rotateZ(0);
		}
		100% {
			transform: translate(-25%, 0) rotateZ(360deg);
		}
	}

	.flow {
        position: absolute;
        bottom: 5%;
        left: 0;
        width: 35%;
        height: auto;
        animation: 10s linear infinite rotation_1;
	}
}

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

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

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

.section_1 {}

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

.section_1 .wrap {
	gap: 48px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

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

.section_1 .content_wrap .content .item_wrap {
	gap: 48px;
}

.section_1 .content_wrap .content .item_wrap .item {
	gap: 24px;
}

.section_1 .content_wrap .content .item_wrap .item .title_wrap {
	position: relative;
	width: 100%;
	padding: 12px 24px;
	padding-left: 60px;
	border-radius: 100vmax;
	background-image: linear-gradient(150deg, rgba(207, 3, 103, 1), rgba(255, 248, 211, 1));
}

.section_1 .content_wrap .content .item_wrap .item .title_wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translate(0, -50%);
	width: 48px;
	height: auto;
	aspect-ratio: 122 / 150;
	background-image: url(../img/icon_rose.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_1 .content_wrap .content .item_wrap .item .title_wrap .title_wrap_inner {}

.section_1 .content_wrap .content .item_wrap .item .title_wrap .title_wrap_inner .text {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	color: #ffffff;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner {
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
	padding-left: 12px;
	border-left: 4px #CF0066 solid;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #CF0066;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table {
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr th,
.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr td {
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr th {
	width: 70%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr td {
	width: 30%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr th div,
.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr td div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

@media screen and (min-width: 768px) {
	.section_1 {}

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

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::before {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {}

	.section_1 .content_wrap .content .item_wrap .item {}

	.section_1 .content_wrap .content .item_wrap .item .title_wrap {
		padding: 12px;
	}

	.section_1 .content_wrap .content .item_wrap .item .title_wrap::before {
		left: 12px;
		width: auto;
		height: 100%;
	}

	.section_1 .content_wrap .content .item_wrap .item .title_wrap .title_wrap_inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
	}

	.section_1 .content_wrap .content .item_wrap .item .title_wrap .title_wrap_inner .text {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.7);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {
		padding-left: 5%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr th,
	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr td {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr th {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr td {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table div {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .link {
		width: 75%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		width: calc((100% - (24px * 1)) * 0.3);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

	.section_1 .content_wrap .content .item_wrap .item_2 .item_inner .text_wrap .table tr td div p {
		text-align: center;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr th {
		background-color: #F7F7F7;
		background: linear-gradient(90deg, #F7F7F7 0%, #F7F7F7 55%, transparent 55%, transparent 100%);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr th div {
		flex-direction: row;
		justify-content: space-between;
		gap: 12px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr td div {
		flex-direction: row;
		justify-content: flex-end;
		gap: 12px;
	}

	.section_1 .content_wrap .content .item_wrap .item_2 .item_inner .text_wrap .table tr td div {
		justify-content: center;
	}

	.section_1 .content_wrap .content .item_wrap .item_3 .item_inner .text_wrap .table tr td div,
	.section_1 .content_wrap .content .item_wrap .item_4 .item_inner .text_wrap .table tr td div {
		justify-content: flex-start;
		width: 60%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap {
		gap: 132px;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		gap: 84px;
	}

	.section_1 .content_wrap .content .item_wrap .item .title_wrap .title_wrap_inner .text {
		font-size: 1.875rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		gap: 36px;
		width: calc((100% - (48px * 1)) * 0.7);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
		border-left: 8px #CF0066 solid;
		font-size: 1.875rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img_wrap {
		width: calc((100% - (48px * 1)) * 0.3);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr th,
	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .table tr td {
		padding: 16px 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item_3 .item_inner .text_wrap .table tr td div,
	.section_1 .content_wrap .content .item_wrap .item_4 .item_inner .text_wrap .table tr td div {
		width: 70%;
	}
}

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

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

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

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

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

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

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