@charset "UTF-8";

.kv__title::after {
	display: none;
}

.kv__title .inner {
	font-size: 4.4rem;
}

.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: 10rem;
	line-height: 1.4;
	color: var(--gold);
	-webkit-text-fill-color: transparent;
}

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

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

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

.section .row {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
}

.section .left {
	width: 60%;
	margin: 0 -4rem 0 0;
}

.section .right {
	width: 48%;
	margin: 8rem 0 0 auto;
	padding: 6.4rem 5.6rem;
	background: var(--white);
	position: relative;
}

.section .left .inner {
	width: calc(80% - 4rem);
	margin: auto;
	font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
	text-align: center;
	transform: translate(-2rem, 0);
}

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

.section .left .inner .title strong {
	position: relative;
	font-size: 2rem;
	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;
}

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

.section .bg01 {
	width: 52rem;
	position: absolute;
	top: -23rem;
	right: -4rem;
}

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

.section .limit {
	width: 18rem;
	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: 7rem;
	display: inline-block;
	font-size: 18px;
	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: 2rem;
	font-weight: bold;
	color: var(--blue);
}

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

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

.section .plan-name {
	margin: 1.6rem 0 0;
	position: relative;
	font-size: 3.2rem;
	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 4.8rem;
	position: relative;
	font-size: 1.8rem;
	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: 0;
}

.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 {
	margin-top: 2rem;
	text-align: center;
}

.section .plan-btn a {
	width: 100%;
	padding: 2.4rem 3.2rem;
	border-radius: 9999px;
	background: linear-gradient(135deg, #ff7eb3, #ff477e);
	box-shadow: 0 5px 15px rgba(255, 71, 126, 0.3);
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-size: 1.6rem;
	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;
	margin-left: 1rem;
	transition: transform 0.3s ease-in-out;
}

.section .plan-btn a:hover {
	background: linear-gradient(135deg, #ff477e, #ea266b);
	box-shadow: 0 8px 20px rgba(214, 51, 108, 0.4);
	transform: translateY(5px);
}

.section .plan-btn a:hover .arrow-icon {
	transform: translateX(5px);
}

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

.section04 .left {
	width: 64%;
	margin: 0;
	padding: 0 6.4rem;
}