@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 2;
	font-family: "Shippori Mincho", serif;
	color: #505050;
}
.en {
	font-family: "Playfair Display", serif;
}
.pcv {
	display: none;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,p,a {
	margin: 0;
	padding: 0;
}

#lp_wrap {
	position: relative;
}
@media only screen and (min-width: 769px)  {
	.spv {
		display: none;
	}
	.pcv {
		display: block;
	}
	
}
#main_visual {
	width: 100%;
	height: 100svh;
	position: relative;
}
#main_visual .visual {
	background: url("/static/full/images/cts/2026_springstyle_ep1/visual-02.webp") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 92svh;
}
#main_visual .title {
	position: absolute;
	bottom: 12%;
	left: 2%;
	width: 96%;
}
#main_visual .title h1 {
	position: relative;
	line-height: 0;
}
#main_visual .title h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#main_visual .title h1 span:nth-of-type(1) {
	position: relative;
}
#main_visual .logo {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	height: 8svh;
	background: #F7E7EE;
}
#main_visual .logo img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 46%;
	line-height: 0;
	filter: invert(1)
}
@media only screen and (min-width: 769px)  {
	#main_visual .visual {
		background: url("/static/full/images/cts/2026_springstyle_ep1/visual-01.webp") no-repeat top;
		background-size: cover;
		width: 100%;
		height: 100vh;
	}
	#main_visual .title {
		bottom: auto;
		top: 14%;
		left: auto;
		right: 4%;
		width: 44%;
	}
	#main_visual .logo {
		position: absolute;
		bottom: 5%;
		left: auto;
		right: 4%;
		width: 20%;
		height: auto;
		background: none;
	}
	#main_visual .logo img {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0);
		width: 100%;
		filter: invert(0)
	}
}
#main_contents {
	position: relative;
	margin: 10% auto;
}
@media only screen and (min-width: 769px)  {
	#main_contents {
		position: relative;
		margin: 5% auto;
	}
	#main_contents .inner {
		max-width: 600px;
		margin: 0 auto;
		position: relative;
	}
	
}

#main_contents .read {
	position: relative;
	margin-bottom: 25%;
}
#main_contents .read .line {
	width: 1px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
#main_contents .read .line span {
	display: block;
	width: 1px;
	height: 50px;
	background: #707070;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	animation: line_anim 2s ease-out 0s infinite;
}
@keyframes line_anim {
	0% {
		transform: translate(0,-100%)
	}
	50% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(0,100%)
	}
}
#main_contents .read .ep {
	width: 50%;
	margin: 0 auto;
}
#main_contents .read h2 {
	text-align: center;
	font-size: 28px;
	color: #C48DA8;
	font-weight:400;
	margin: 2% auto 4%
}
#main_contents .read p {
	text-align: center;
	font-size: 12px;
	line-height: 2;
}
@media only screen and (min-width: 769px)  {
	#main_contents .read h2 {
		font-size: 45px;
	}
	#main_contents .read p {
		font-size: 22px;
	}
	
}

#main_contents .section {
	position: relative;
	margin: 25% auto;
}
#main_contents .section .img {
	line-height: 0;
	position: relative;
}
#main_contents .section .main {
	position: relative;
	padding-top: 6%;
}
#main_contents .section .main h3 {
	position: absolute;
	top: 0;
	left: 4%;
	width: 22%;
	z-index: 10
}
#main_contents .section .main .copy {
	width: 70%;
	margin-left: 28%;
	line-height: 0;
	margin-bottom: 1%;
}
@media only screen and (min-width: 769px)  {
	
}

#main_contents .section .sub {
	position: relative;
	margin: 10% auto 5%;
	z-index: 2;
}
#main_contents .section .sub .box {
	position: relative;
}
#main_contents .section .sub .box .img {
	width: 65%;
}
#main_contents .section .sub .box .line {
	position: absolute;
	top: 0;
	left: 70%;
	width: 30%;
	height: 100%;
	background: url("/static/full/images/cts/2026_springstyle_ep1/line-01.svg") no-repeat left top;
	background-size: auto 100%;
}
#main_contents .section .sub .box:nth-of-type(2) .img {
	margin:6% 0 0 26%;
}
@media only screen and (min-width: 769px)  {

}

#main_contents .section .data {
	position: relative;
	width: 90%;
	margin: 0 auto;
	z-index: 1;
	padding-bottom: 5%;
}
#main_contents .section .data::before {
	content: "";
	background: #FDF7FA;
	position: absolute;
	top: -50%;
	left: 0;
	width: 100%;
	height: 150%;
	border-radius: 300px 300px 0 0;
	z-index: -1;
}
#main_contents .section .data h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 4%;
}
#main_contents .section .data p {
	font-size: 12px;
	width: 90%;
	margin: 0 auto;
	line-height: 2;
	letter-spacing: 0.5px;
}
#main_contents .section .data ul {
	width: 76%;
	margin: 8% auto;
}
#main_contents .section .data ul li {
	margin-bottom: 1%;
}
#main_contents .section .data ul li a,#main_contents .section .data ul li p {
	font-size: 12px;
	display: block;
	color: #4E4E4E;
	text-decoration: none;
	position: relative;
	line-height: 2;
	margin: 0;
	width: 100%;
}
#main_contents .section .data ul li .name {
	display: inline-block;
	width: 34%;
}
#main_contents .section .data ul li .small {
	font-size: 9px;
}
#main_contents .section .data ul li a::before {
	content: "DETAIL";
	background: #909090;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	text-align: center;
	line-height: 1.8;
	transition: 0.4s all 0s ease;
}
#main_contents .section .data ul li a:hover::before {
	content: "DETAIL";
	background: #C48DA8;
}
#main_contents .section .data ul li a::after,#main_contents .section .data ul li p::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65%;
	height: 1px;
	background: #909090;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .data h4 {
		font-size: 30px;
	}
	#main_contents .section .data p {
		font-size: 18px;
		width: 83%;
	}
	#main_contents .section .data ul li a,#main_contents .section .data ul li p {
		font-size: 18px;
	}
	#main_contents .section .data ul li .small {
		font-size: 14px;
	}
}

#main_contents .section.no2 .main .img {
	width: 78%;
	margin-left: 22%;
}
#main_contents .section.no2 .sub .box .img {
	width: 90%;
}
#main_contents .section.no2 .sub .box:nth-of-type(2) .img {
	width: 60%;
	margin: 10% auto 0;
}
#main_contents .section.no2 .sub .box .line {
	position: absolute;
	top: 0;
	left: 82%;
	width: 18%;
	height: 100%;
	background: url("/static/full/images/cts/2026_springstyle_ep1/line-02.svg") no-repeat left top;
	background-size: auto 100%;
}
@media only screen and (min-width: 769px)  {

}


#main_contents .section.no3 .main .img {
	width: 86%;
	margin: 0 auto;
}
#main_contents .section.no3 .sub .box .img {
	width: 100%;
}
#main_contents .section.no3 .sub .box:nth-of-type(2) .img {
	width: 80%;
	margin: 10% 0 0 20%;
}
#main_contents .section.no3 .sub .box .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 16%;
	height: 100%;
	background: url("/static/full/images/cts/2026_springstyle_ep1/line-03.svg") no-repeat right top;
	background-size: auto 100%;
}
@media only screen and (min-width: 769px)  {

}

.foot {
	position: relative;
}
.foot .copy {
	width: 70%;
	margin: 0 auto;
	position: relative;
}
.foot .copy::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 1px;
	height: 20px;
	background: #4E4E4E;
}
.foot h3 {
	width: 80%;
	margin: 5% auto 2%;
	position: relative;
}
.foot p {
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
}
.foot .prof {
	background: #F7E7EE;
	border: 1px solid #707070;
	width: 80%;
	margin: 5% auto;;
	padding: 2% 4% 4%;
	box-sizing: border-box;
	position: relative;
}
.foot .prof::before {
	content: "";
	background: #F7E7EE;
	width: 100%;
	height: 100%;
	border: 1px solid #707070;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1
}
.foot .prof .title {
	text-align: center;
	font-size: 12px;
	font-family: "Baskervville", serif;
	letter-spacing: 0.8px;
	margin-bottom: 4%;
	position: relative;
}
.foot .prof .title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50%;
	height: 1px;
	background: #707070
}
.foot .prof .title::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 50%;
	height: 1px;
	background: #707070
}
.foot .prof p {
	width: 100%;
	font-size: 10px;
}
.foot .staff p {
	font-family: "Playfair Display", serif;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	margin: 15% auto;
	padding-top: 6%;
	border-top: 1px solid #707070;
	width: 75%;
}
@media only screen and (min-width: 769px)  {
	.foot {
		width: 90%;
		margin: 0 auto
	}
	.foot .copy {
		width: 65%;
	}
	.foot h3 {
		width: 75%;
	}
	.foot p {
		font-size: 18px;
	}
	.foot .prof {
		background: #F7E7EE;
		border: 1px solid #707070;
		width: 80%;
		margin: 5% auto;;
		padding: 2% 5% 5%;
		box-sizing: border-box;
		position: relative;
	}
	.foot .prof .title {
		font-size: 20px;
	}
	.foot .prof p {
		font-size: 14px;
	}
	.foot .staff p {
		font-family: "Playfair Display", serif;
		font-size: 14px;
	}
}

.sideL {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 300px);
	height: 100%;
}
.sideL span {
	display: block;
	position: sticky;
	top: 0;
	height: 100vh;
}
.sideL span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 350px;
}

.sideR {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% - 300px);
	height: 100%;
}
.sideR span {
	display: block;
	position: sticky;
	top: 0;
	height: 100vh;
}
.sideR span ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30%;
	max-width: 140px;
}
.sideR span ul li {
	position: relative;
	box-sizing: border-box;
	line-height: 0;
	padding: 5% 20% 5% 0;
}
.sideR span ul li::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 2%;
	width: 16%;
	height: 1px;
	background: #4E4E4E;
	
}
.sideR span ul li:nth-last-of-type(1)::after {
	display: none;
	
}
.sideR span ul li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 18%;
	background: url("/static/full/images/cts/2026_springstyle_ep1/thumbnail_tit-01.svg") no-repeat center;
	background-size: 100%;
}
.sideR span ul li:nth-of-type(2)::before {
	background: url("/static/full/images/cts/2026_springstyle_ep1/thumbnail_tit-02.svg") no-repeat center;
	background-size: 100%;
}
.sideR span ul li:nth-of-type(3)::before {
	background: url("/static/full/images/cts/2026_springstyle_ep1/thumbnail_tit-03.svg") no-repeat center;
	background-size: 100%;
}
.sideR span ul li a img {
	opacity: 0.6;
	transition: 0.4s all 0s ease;
}
.sideR span ul li a.active img,.sideR span ul li a:hover img {
	opacity: 1;
}

#main_visual .visual,#main_visual .logo {
	opacity: 0;
	transition: 1.6s all 0s ease;
}
#main_visual.ac .visual,#main_visual.ac .logo {
	opacity: 1;
}
#main_visual .title h1 span:nth-of-type(1) {
	opacity: 0;
	transition: 1.2s all 1s ease;
}
#main_visual .title h1 span:nth-of-type(2) {
	opacity: 0;
	transition: 1.2s all 1.8s ease;
}
#main_visual.ac .title h1 span {
	opacity: 1;
}
#main_visual .title h1 span:nth-of-type(3) img {

  clip-path: inset(0 100% 0 0);
}
#main_visual.ac .title h1 span:nth-of-type(3) img {
	animation: clipReveal 1s ease-out 2.6s forwards;
}

.anim {
	opacity: 0;
	transition: 1.4s all 0.1s ease;
}
.anim.ac {
	opacity: 1;
}
.main .img {
	opacity: 0;
	transition: 1.8s all 0.1s ease;
}
.main.ac .img {
	opacity: 1;
}
.main h3 {
	clip-path: inset(0 0 100% 0);
}
.main.ac h3 {
	animation: clipReveal 1s ease-out 0.8s forwards;
}
.main .copy {
	opacity: 0;
	transition: 1.2s all 1.6s ease;
}
.main.ac .copy {
	opacity: 1;
}
.sub .box .img {
	overflow: hidden;
}
.sub .box:nth-of-type(1) .img img {
	opacity: 0;
	transform: translate(-30%,0);
	transition: 1.6s all 0.1s ease;
}
.sub .box:nth-of-type(2) .img img {
	opacity: 0;
	transform: translate(30%,0);
	transition: 1.6s all 0.1s ease;
}
.sub .box.ac .img img{
	opacity: 1;
	transform: translate(0)
}

.foot .copy img {
	clip-path: inset(0 100% 0 0);
}
.foot .copy.ac img {
	animation: clipReveal 1s ease-out 0.1s forwards;
}
.foot .prof .title::before {
	width: 0%;
	transition: 1s all 0.2s ease;
}
.foot .prof .title::after {
	width: 0%;
	transition: 1s all 0.2s ease;
}
.foot .prof .title.ac::before {
	width: 50%;
}
.foot .prof .title.ac::after {
	width: 50%;
}

@keyframes clipReveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}
