@charset "UTF-8";
/*--------------------------



color



---------------------------*/
@media (prefers-reduced-motion: reduce) {
	.index_list a {
		-webkit-transition: none !important;
		transition: none !important;
	}
	.index_list a[target=_blank]::after {
		-webkit-transition: none !important;
		transition: none !important;
	}
}
/*--------------------------



main_visual



---------------------------*/
#main_visual {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: min(420px, 32.31vw);
	background: var(--cream);
	border-top: 2px solid var(--purple);
	@media only screen and (max-width: 768px) {
		height: auto;
		padding: 20px;
		background-image: url(../image/index/mv_bg_sp.png);
		background-position: top;
	}
}
#main_visual::before, #main_visual::after {
	width: 50%;
	height: 100%;
	top: 0;
	z-index: -1;
	@media only screen and (max-width: 768px) {
		content: none;
	}
}
#main_visual .container figure {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: min(60px, 4.62vw);
	@media screen and (max-width: 768px) {
		flex-direction: column-reverse;
	}
}
#main_visual .container figure .pic {
	min-width: calc(50% - 4.62vw);
	flex-shrink: 1;
}
#main_visual .container figure figcaption {
	width: 50%;
	@media screen and (max-width: 768px) {
		display: flex;
		align-items: center;
		flex-direction: column;
		padding: 0;
		width: 100%;
	}
}
#main_visual .container figure figcaption h1 {
	width: max(45.69vw, 250px);
	max-width: 594px;
	@media screen and (max-width: 768px) {
		width: 80%;
	}
}
#main_visual .container figure figcaption h1 .title {
	margin: 2.31vw 0 3.08vw;
}
#main_visual .container figure figcaption h1 .txt {
	width: min(460px, 35.38vw);
	@media screen and (max-width: 768px) {
		width: 80%;
	}
}
#main_visual .container figure figcaption .txt_box {
	color: var(--purple);
}
#main_visual .container figure figcaption .txt_box p {
	display: -ms-flexbox;
	justify-content: center;
	font-size: var(--fs24);
	line-height: 1.5;
}
/*--------------------------



section0



---------------------------*/
#section01 {
	width: clamp(1030px, 79.3vw, 700px);
	@media screen and (max-width: 1030px) {
		width: 100%;
	}
}
#section01 .container {
	padding: 0 20px;
}
@media only screen and (max-width: 768px) {
	#section01 .container {
		padding: 0;
	}
}
#section01 .container .title_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: +1;
}
#section01 .container .title_box i img {
	width: max(120px, 22.76vw);
	max-width: 296px;
}
#section01 .container .title_box h2 {
	font-size: var(--fs36);
	font-weight: 400;
	color: var(--purple);
	text-align: center;
	letter-spacing: .3em;
	padding-left: .3em;
	border-bottom: 2px solid var(--purple);
	position: relative;
	padding-bottom: 8px;
	margin-top: 15px;
	white-space: nowrap;
}
#section01 .container .title_box h2::after {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 20px);
	content: attr(data-sub);
	display: block;
	color: var(--purple2);
	font-size: var(--fs27);
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	letter-spacing: .6em;
	padding-left: .6em;
}
#section01 .container .column_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px;
	padding: 20px clamp(25px, 3.84vw, 50px) clamp(25px, 3.84vw, 50px);
	margin: -20px 0 0;
	background: var(--cream2);
}
@media only screen and (max-width: 980px) {
	#section01 .container .column_list {
		gap: 40px;
	}
}
#section01 .container .column_list li {
	width: calc(50% - 25px);
	@media only screen and (max-width: 980px) {
		width: calc(50% - 20px);
	}
	@media only screen and (max-width: 768px) {
		width: 100%;
	}
}
#section01 .container .column_list li figure a {
	display: block;
}
#section01 .container .column_list li figure a .thumb {
	margin: 0 0 30px;
	overflow: hidden;
	background: #fff;
	padding: clamp(10px, 1.15vw, 15px);
	width: clamp(100%, 33.84vw, 440px);
	aspect-ratio: 1.91 / 1;
	display: flex;
	justify-content: flex-end;
	@media only screen and (max-width: 768px) {
		margin: 0 0 20px;
	}
}
#section01 .container .column_list li figure a .thumb:has(span) {
	position: relative;
}
#section01 .container .column_list li figure a .thumb span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--purple2);
	font-size: var(--fs24);
}
#section01 .container .column_list li figure a .thumb img {
	display: block;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#section01 .container .column_list li figure a figcaption h3 {
	font-size: var(--fs24);
	color: var(--portas);
	line-height: 1.3;
	letter-spacing: .05em;
	margin: 0 0 10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#section01 .container .column_list li figure a figcaption p {
	font-size: var(--fs18);
	margin-bottom: 1em;
}
#section01 .container .column_list li figure a:hover .thumb::after {
	opacity: 0.5;
}
#section01 .container .column_list li figure a:hover .thumb img {
	transform: scale(1.15);
}
#section01 .container .column_list li figure a:hover figcaption h3 {
	color: var(--purple)
}
#section01 .container .column_list li.comming-soon {
	pointer-events: none;
}
/*--------------------------



structure



---------------------------*/
.wrapper {
	width: 1300px;
	max-width: 100%;
	margin: clamp(35px, 5.38vw, 70px) auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: min(3.85vw, 50px);
	@media screen and (max-width: 1030px) {
		flex-direction: column;
	}
}
nav#cate {
	width: 220px;
	background: url(../image/index/cate_ill.png) no-repeat 50% bottom;
	@media screen and (max-width: 1030px) {
		background: none;
		width: calc(100% - 40px);
		margin: auto;
	}
}
nav#cate li {
	border-top: 2px dashed var(--purple3);
	font-size: var(--fs18);
	line-height: 1.6;
}
nav#cate li a {
	display: flex;
	align-items: center;
	padding: .7em 0;
}
nav#cate li a:hover {
	background: var(--purple4);
	color: var(--purple);
}
nav#cate li a::before {
	content: "";
	display: inline-block;
	background: var(--portas);
	width: 8px;
	height: 8px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	margin-right: 15px;
}
nav#cate li a:hover::before {
	margin-left: 5px;
	margin-right: 10px;
}
nav#cate h4 {
	font-size: var(--fs20);
	font-weight: 400;
	color: var(--purple);
	letter-spacing: .3em;
	border-bottom: 2px solid var(--purple);
	padding-bottom: 8px;
	position: relative;
	margin-left: 55px;
	margin-bottom: 40px;
}
nav#cate h4::after {
	position: absolute;
	left: 56px;
	transform: translate(-56px, 20px);
	content: attr(data-sub);
	display: block;
	color: var(--purple2);
	font-size: var(--fs16);
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	letter-spacing: .2em;
}
nav#cate h4::before {
	position: absolute;
	content: url(../image/index/cate_icon.png);
	left: -45px;
}
