@charset "UTF-8";

.kv__title::after {
	display: none;
}

.intro02 {
	margin: 8rem 0 0;
	text-align: center;
}

.intro02__title-en {
	background: url(../common/img/texture01.png) repeat center center / cover;
	-webkit-background-clip: text;
	font-family: var(--text-en);
	font-size: 2.4rem;
	line-height: 1.2;
	color: var(--gold);
	-webkit-text-fill-color: transparent;
}

.intro02 .intro02__title {
	margin: 1.6rem 0 0;
	font-size: 2.4rem;
	color: var(--beige);
	letter-spacing: 0.05em;
}

/*================================================================
# section01
================================================================ */
.section-wrap {
	width: 100%;
	margin: -4rem 0 0;
}

.section {
	max-width: 1420px;
	margin: 0 auto;
	padding: 6.4rem 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", Meiryo, sans-serif;
}

.section .row {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.section .left {
	width: 88%;
	margin: -6.4rem auto 0;
	position: relative;
	z-index: 1;
	order: 2;
}

.section .right {
	width: 100%;
	margin: 8rem 0 0 auto;
	padding: 6.4rem 3.2rem 8rem;
	background: var(--white);
	position: relative;
	z-index: 1;
	order: 1;
}

.section .left .inner {
	margin: auto;
	font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
	text-align: center;
}

.section .left .inner .title {
	margin: 2.4rem 0 0;
}

.section .left .inner .title strong {
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
}

.section .left .inner .title strong:before {
	width: 1px;
	height: 40px;
	background-color: var(--beige);
	position: absolute;
	content: "";
	top: -4px;
	left: -24px;
	transform: rotate(-45deg);
}

.section .left .inner .title strong::after {
	width: 1px;
	height: 40px;
	background-color: var(--beige);
	position: absolute;
	content: "";
	top: -4px;
	right: -20px;
	transform: rotate(45deg);
}

.section .left .inner .text {
	margin: 0.8rem 0;
	font-size: 1.4rem;
}

.section .left .inner .img {
	margin: 2.4rem 0;
}

.section .bg01 {
	width: 32rem;
	position: absolute;
	top: -20rem;
	right: -4rem;
}

.section .bg02 {
	width: 55rem;
	position: absolute;
	bottom: -8rem;
	left: -43rem;
	z-index: 0;
}

.section .limit {
	width: 15rem;
	position: absolute;
	top: -8rem;
	right: 5rem;
}

.section .plan-popup {
	padding: 4px 15px;
	border: 2px solid #ea266b;
	border-radius: 9999px;
	background-color: var(--white);
	position: absolute;
	top: -2.4rem;
	left: 4rem;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ea266b;
}

.section .plan-popup:before {
	width: 15px;
	height: 15px;
	border-right: 2px solid #ea266b;
	background-color: var(--white);
	position: absolute;
	content: "";
	top: 100%;
	left: 50px;
	transform: skew(-25deg);
}

.section .plan-copy {
	padding: 0;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--blue);
}

.section .plan-tag {
	margin: 2.4rem 0 0;
	position: relative;
}

.section .plan-tag span {
	padding: 0.5rem 0.8rem;
	border-bottom: 2px solid #f4ced6;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ea266b;
	letter-spacing: 0;
}

.section .plan-name {
	margin: 1.6rem 0 0;
	position: relative;
	font-size: 2.8rem;
	font-weight: bold;
	color: #ea266b;
}

.section .plan-text {
	margin: 2.4rem 0 0;
	position: relative;
	font-size: 1.4rem;
	line-height: 2;
	color: var(--blue);
}

.section .plan-point {
	margin: 1.6rem 0 0;
	padding: 3rem;
	border-radius: 0.8rem;
	background-color: #f9ebef;
	position: relative;
}

.section .plan-point .title {
	padding: 0 0 0 .8rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ea266b;
}

.section .plan-point .title::before {
	width: 4rem;
	height: 4.3rem;
	background: url("spring2025/icon.png");
	background-size: contain;
	position: absolute;
	content: "";
	top: -0.8rem;
	left: -3.8rem;
}

.section .plan-point .title::after {
	width: 100%;
	height: 2px;
	background: #f4ced6;
	position: absolute;
	content: "";
	right: 0;
	bottom: -10px;
}

.section .plan-point ul {
	margin: 3.2rem 0 0 0.8rem;
	padding: 0;
	list-style: none;
	position: relative;
	font-size: 16px;
}

.section .plan-point li {
	padding: 0 0 0 0.8rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--blue);
}

.section .plan-point li strong {
	padding: 0;
	background: linear-gradient(transparent 40%, #f9ee59 40%);
	color: #ea266b;
}

.section .plan-point li::before {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #f0a2b9;
	position: absolute;
	content: "";
	top: 1rem;
	left: -6px;
}

.section .plan-point li+li {
	margin: 0.8rem 0 0;
}

.section .plan-btn {
	width: 100%;
	margin-top: 2rem;
	text-align: center;
}

.section .plan-btn a {
	width: 100%;
	padding: 1.6rem;
	border-radius: 9999px;
	background: linear-gradient(135deg, #ff7eb3, #ff477e);
	box-shadow: 0 5px 15px rgba(255, 71, 126, 0.3);
	position: relative;
	display: block;
	overflow: hidden;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.section .plan-btn a .arrow-icon {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease-in-out;
}

.section .note {
	margin: 1.6rem 0 0;
	position: relative;
	font-size: 1.1rem;
	color: var(--blue);
	z-index: 1;
}