#gnav1 a:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: #e97c9e;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
	transform: rotate(45deg);
}

#mainimage {
	padding: 60px 4dvw 0;
	max-width: calc(1600px + 8dvw);
	box-sizing: border-box;
	margin: 0 auto 120px;
}

#mainimage ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	display: flex;
	gap: 4.16dvw;
}

#mainimage ul li {
	border-right: double #ccc 3px;
	border-bottom: double #ccc 3px;
	padding: 0 3px 3px 0;
	width: calc((100% - 8.32dvw) / 3);
	box-sizing: border-box;
	position: relative;
	opacity: 0;
}



.wf-active #mainimage ul li {
	animation: fadeIn 0.5s ease-in-out forwards;
}

.wf-active #mainimage li:nth-child(1) {
	animation-delay: 0.5s;
}

.wf-active #mainimage li:nth-child(2) {
	animation-delay: 1s;
}

.wf-active #mainimage li:nth-child(3) {
	animation-delay: 1.5s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

#mainimage ul li img {
	display: block;
}

#mainimage ul li strong {
	font-size: 60px;
	font-family: "kaisei-harunoumi", sans-serif;
	font-weight: 500;
	font-style: normal;
	writing-mode: vertical-rl;
	background: linear-gradient(to bottom, rgba(224, 73, 119, 0.9), rgba(224, 73, 119, 0.6));
	color: #fff;
	display: block;
	padding: 15px 5px;
	position: absolute;
	top: -60px;
	right: 7px;
}

#mainimage ul li strong:before {
	content: "";
	width: 50px;
	height: 30px;
	display: block;
	border-right: 1px solid #f4c2d1;
	border-top: 1px solid #f4c2d1;
	position: absolute;
	top: 3px;
	right: 3px;
}

#mainimage ul li strong:after {
	content: "";
	width: 50px;
	height: 30px;
	display: block;
	border-left: 1px solid #f4c2d1;
	border-bottom: 1px solid #f4c2d1;
	position: absolute;
	bottom: 3px;
	left: 3px;
}

main section {
	line-height: 1.8em;
}

#top1 {
	margin: 0 auto 120px;
}

#top1 h2 {
	text-align: center;
	font-size: 60px;
	color: #e04977;
	margin: 0 auto 60px;
}

#top1 .inner {
	display: flex;
	justify-content: center;
	margin: 0 auto 65px;
	min-height: 600px;
}

#top1 article {
	display: flex;
	flex-direction: column;
	line-height: 1.5em;
	gap: 40px;
	writing-mode: vertical-rl;
	font-size: 21px;
	font-feature-settings: 'palt';
}

main .more a {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	border: 3px double #aaaaaa;
	font-size: 28px;
	text-align: center;
	line-height: 66px;
	border-radius: 36px;
	font-family: "kaisei-harunoumi", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #1b1b1b;
	background: #fff url('../images/common/arrow1.svg') no-repeat right 20px center;
	text-decoration: none;
	box-shadow: 0 5px 3px #e5e5e5;
}

main .more a:hover {
	color: #fff;
	background: #e97c9e url('../images/common/arrow1.svg') no-repeat right 20px center;
}

main h2 {
	text-align: center;
	font-size: clamp(50px, 3.125dvw, 60px);
	margin: 0 auto 60px;
}

main h2 .eng {
	display: block;
	color: #e97c9e;
	padding: 10px 0 0;
	font-size: 18px !important;
}

#event {
	border-bottom: 1px solid #d7d7d7;
	padding: 0 0 80px;
	margin: 0 auto 80px;
}

#event h2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 180px;
	background: url('../images/common/midashi1.svg') no-repeat center center;
}

#event_inner {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	display: flex;
}

#event_inner aside {
	width: 190px;
	flex: none;
}

#event_inner aside ul {
	padding: 0;
	list-style: none;
	font-size: 93%;
}

#event_inner aside ul li {
	/* margin-bottom: 15px; */
}

#event_inner aside ul li a {
	text-decoration: none;
}

#event_inner aside ul li a:hover {
	text-decoration: underline;
}

#event_inner aside ul li a.active {
	text-decoration: underline;
}

#event_wrap {
	width: calc(100% - 190px);
	flex: none;
}

#event_wrap article {
	display: flex;
	gap: 5.6%;
}

#event_wrap dl {
	width: calc(83.2% / 4);
	flex: none;
}

#event_wrap dl dt {
	display: block;
	aspect-ratio: 1 / 1;
	max-height: 260px;
	margin-bottom: 10px;
}

#event_wrap dl dt a {
	display: block;
	width: 100%;
	height: 100%;
	background: #dcdcdc url('../images/index/bg_news.webp') no-repeat bottom right;
	background-size: contain;
}

#event_wrap dl dt a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

#event_wrap dl dd .cat {
	font-size: 14px;
	color: #e97c9e;
	margin-bottom: 10px;
}

#event_wrap dl dd time {
	display: block;
	font-size: 14px;
}

#event_wrap dl dd time span {
	display: block;
	color: #fff;
	background: #1b1b1b;
	line-height: 20px;
	border-radius: 10px;
	text-align: center;
	width: 100px;
	margin: 5px 0;
}

#event dd a {
	color: #1b1b1b;
	text-decoration: none;
}

#event dd a:hover {
	color: #e97c9e;
	text-decoration: underline;
}

#event_wrap article#event2,
#event_wrap article#event3,
#event_wrap article#event4,
#event_wrap article#event5 {
	display: none;
}

#event .more {
	padding: 60px 0 0;
}

.wrap1 {
	padding: 60px 0;
	margin: 0 auto 60px;
	background: #f9f9f9;
}

#top2 article {
	padding: 0 4.16dvw;
	display: flex;
	gap: 80px;
}

#top2 article #top2_l {
	width: calc(100% - 660px);
	flex: none;
}

#top2 article #top2_r {
	width: 580px;
	padding: 40px;
	box-sizing: border-box;
	flex: none;
	box-shadow: 0px 5px 5px #dedede;
	background: url('../images/index/bg_pickup.png');
}

#top2 article #top2_r h3 {
	font-size: 24px;
	margin: 0 auto 40px;
	text-align: center;
	position: relative;
}

#top2 article #top2_r h3 img {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
}

#top2 article #top2_r h4 {
	font-size: 30px;
	margin: 0 auto 40px;
}

#top2 article #top2_r figure {
	margin: 0 auto 25px;
}

#top2 article #top2_r figure img {
	display: block;
	width: 420px;
	height: 260px;
	object-fit: cover;
	margin: 0 auto;
}

#top2 article #top2_r dt {
	font-size: 24px;
	border-bottom: 1px solid #e97c9e;
	padding: 0 40px 10px;
	margin: 0 auto 10px;
}

#top2 article #top2_r dd {
	padding: 0 40px 40px;
}

.fc-left h2 {
	font-size: 24px !important;
	text-align: center !important;
}

#news {
	padding: 60px 0;
	margin: 0 auto 240px;
	background: #f9f9f9;
}

#news_wrap {
	margin: 0 auto 60px;
}

#news dl {
	padding: 10px 40px;
	border-bottom: 1px solid #ccc;
}

#news dt {
	margin: 0 auto 10px;
}

#news dt .cat {
	color: #e97c9e;
}

#news dd a {
	display: block;
	color: #1b1b1b;
	text-decoration: none;
	padding: 10px 100px 10px 0;
	background: url('../images/common/news_more.svg') no-repeat center right;
}

#news dd a:hover {
	color: #e97c9e;
	text-decoration: underline;
}

#news2,
#news3,
#news4 {
	display: none;
}

#top3 {
	position: relative;
	padding: 0 0 80px;
	margin: 0 auto 80px;
	background: url('../images/index/bg2.png');
}

#top3_bg1 {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 auto 120px;
}

#top3 h1 {
	font-size: 60px;
	writing-mode: vertical-rl;
	position: absolute;
	z-index: 2;
	top: -115px;
	right: 22%;
	line-height: 1.8em;
}

#top3 h1 span {
	background: rgba(255, 255, 255, 0.9);
	padding: 10px 0;
}

#top3 h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 150px;
	background: url('../images/common/midashi2.svg') no-repeat center center;
}

#top3-1 {
	max-width: 1100px;
	margin: 0 auto 0px;
	text-align: center;
}

#top3-1 ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 40px;
	margin: 0 auto 60px;
}

#top3-1 ul li {
	width: calc((100% - 80px) / 3);
}

#top3-1 ul li img {
	display: block;
}

#top3 .more {
	padding: 60px 0;
}

#top3-2 {
	max-width: 1340px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	gap: 80px;
	justify-content: center;
	align-items: center;
}

#top3-2_l {
	width: 480px;
	flex: none;
}

#top3-2_l h3 {
	font-size: 40px;
	text-align: center;
	margin: 0 auto 40px;
}

#top3-2_l h3 .eng {
	color: #e97c9e;
	display: block;
	font-size: 18px;
}

#top3-2_l select {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	height: 40px;
	margin: 0 auto 20px;
}

#top3-2_l .hanrei {
	font-size: 15px;
}

#top3-2_l iframe {
	width: 100%;
}

#top3-2_r {
	width: calc(100% - 560px);
	flex: none;
}

#top3-2_r dl {
	padding: 40px;
	box-sizing: border-box;
	flex: none;
	margin: 0 auto 60px;
	box-shadow: 0px 5px 5px #dedede;
	background: url('../images/index/bg_pickup.png');
}

#top3-2_r dl dt {
	font-family: "kaisei-harunoumi", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	margin: 0 auto 40px;
	text-align: center;
	position: relative;
}

#top3-2_r dl dt img {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
}

#top3-2_r .more {
	width: 100%;
	padding: 0;
	margin: 30px auto 0px;
}

#top3-2_r .more a {
	max-width: 100% !important;
}

#top4 {
	max-width: 1340px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	gap: 80px;
}

#top4 article {
	width: calc((100% - 80px) / 2);
	flex: none;
	display: flex;
	flex-direction: column;
}

#top4 article h2 {
	height: 150px;
	font-size: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto 40px;
	background: url('../images/common/midashi3.svg') no-repeat center center;
}

#top4 .more {
	padding: 35px 0 0;
	margin-top: auto;
}

#top4 .more a {
	max-width: 100% !important;
}

#top4_l ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#top4_l ul li {
	width: calc((100% - 10px) / 2);
	height: 193px;
}

#top4_l ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top4_l h3 {
	padding: 35px 0;
	text-align: center;
	font-size: 24px;
}

#top4_r ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#top4_r ul li {
	width: calc((100% - 20px) / 3);
	height: 193px;
}

#top4_r ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#top4_r ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}