@charset "UTF-8";
/* CSS Document */
html,
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family:"Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

#lp_wrap {
	position: relative;
	line-height: 2.4;
	font-size: 12px;
	letter-spacing: 1px;
}
.spv {
	display: block;
}
.pcv {
	display: none;
}
@media only screen and (min-width: 769px) {
	.spv {
		display: none;
	}
	.pcv {
		display: block;
	}	
}
#main_visual {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100svh;
    background: url("/static/full/images/cts/2026_summerstyle/main-s.jpg") no-repeat top;
    background-size: cover;
}	
#main_visual h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 8%;
	left: 5%;
	width: 86%;
	z-index: 10
}
#main_visual .logo {
	position: absolute;
	bottom: 4%;
	right: 5%;
	width: 42%;
	z-index: 10
}
#main_visual .visual {
	position: relative;
	overflow: hidden;
	line-height: 0;
}
@media only screen and (min-width: 769px) {
	#main_visual {
		position: sticky;
		top: 0;
		width: 100%;
		height: 100vh;
		background: url("/static/full/images/cts/2026_summerstyle/main-p.jpg") no-repeat top;
		background-size: cover;
	}	
	#main_visual h1 {
		position: absolute;
		top: 50%;
		left: 5%;
		transform: translate(0,-50%);
		width: 32vw;
		z-index: 10
	}
	#main_visual .logo {
		position: absolute;
		bottom: 4%;
		right: auto;
		left: 5%;
		width: 18%;
		z-index: 10
	}
}





#main_contents {
	position: sticky;
	background: #FFF;
	border-radius: 30px 30px 0 0;
}
@media only screen and (min-width: 769px) {
	#main_contents {
		max-width: 45vw;
		margin: 0 0 0 42vw;
		background: #FFF;
		box-sizing: border-box;
		padding: 20px;
		border-radius: 30px 30px 0 0;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 0.2);
	}	
	
}
#main_contents .read {
	width: 100%;
	box-sizing: border-box;
	padding:20% 5%;
	position: relative;
}
#main_contents .read h2 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 14px;
}
#main_contents .read p {
	text-align: center;

}
@media only screen and (min-width: 769px) {
	#main_contents .read {
		padding:10% 5% 20%;
		text-align: center;
	}	
}

#main_contents .section {
	position: relative;
	margin-bottom: 25%;
	overflow: hidden;
}

#main_contents .section .img {
	line-height: 0;
	position: relative
}
#main_contents .section .main {
	width: 95%;
	margin: 0;
	position: relative;
}
#main_contents .section .main h3 {
	width: 60%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	line-height: 0;
}
#main_contents .section:nth-of-type(2) .main {
	width: 95%;
	margin: 0 0 0 5%;
}

#main_contents .section .main .img {
	margin: -8% auto 0;
}
#main_contents .section .txt {
	width: 90%;
	margin: 14% auto;
}
@media only screen and (min-width: 769px) {
	#main_contents .section .txt {
		width: 90%;
		margin: 6% auto;
	}
	#main_contents .section .main h3 {
		width: 40%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
		line-height: 0;
	}
	#main_contents .section .main .img {
		margin: -5% auto 0;
	}
}

#main_contents .section .txt .comment {
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
}
#main_contents .section .txt p {
	padding-left: 5%;
	position: relative;
}
#main_contents .section .txt p::before {
	content: "“";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 1;
}
#main_contents .section .detail {
	width: 100%;
	margin: 10% auto;
	position: relative;
}
#main_contents .section .detail .img:nth-of-type(1) {
	width: 55%;
}
#main_contents .section .detail .img:nth-of-type(2) {
	width: 35%;
	margin: -30% 0 0 60%;
}
#main_contents .section .detail .img:nth-of-type(3) {
	width: 80%;
	margin: 5%;
}
#main_contents .section:nth-of-type(2) .detail .img:nth-of-type(1) {
	margin-left: 45%;
}
#main_contents .section:nth-of-type(2) .detail .img:nth-of-type(2) {
	width: 35%;
	margin: -30% 0 0 5%;
}
#main_contents .section:nth-of-type(2) .detail .img:nth-of-type(3) {
	margin: 5% 0 5% 15%;
}


#main_contents .section .pick {
	position: relative;
	margin: 10% auto;
	width: 100%;
	box-sizing: border-box;
}
#main_contents .section .pick .img {
	line-height: 0;
}
#main_contents .section .pick .img .v_tit {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
}
#main_contents .section .pick .data {
	width: 20%;
	max-width: 60px;
	position: absolute;
	bottom: 2%;
	left: 3%;
	filter: invert(1)
}
#main_contents .section:nth-of-type(3) .pick .data {
	left: auto;
	right: 3%;
	filter: invert(0)
}
#main_contents .section:nth-of-type(4) .pick .data {
	left: auto;
	right: 3%;
	filter: invert(1)
}
@media only screen and (min-width: 769px) {
	#main_contents .section .pick {
		position: relative;
		margin: 10% auto;
		width:75%;
		box-sizing: border-box;
	}
	
}


#main_contents .section .pick .data .item {
	margin: 0 0 5%;
}
#main_contents .section .pick .data p {
	text-align: center;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4;
	color: #FFF;
}
#main_contents .section .pick .data .icon {
	width: 100%;
	margin: 10px auto 0;
}
#main_contents .section .list {
	margin: 5% auto;
	width: 90%;
}
#main_contents .section .list li a,#main_contents .section .list li p {
	position: relative;
	display: block;
	padding: 10px 0;
	margin: 0;
	color: #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box
}
#main_contents .section .list li a::before {
	content: "BUY";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	background: #000;
	color: #FFF;
	padding: 5px 15px;
	line-height: 1;
	
}

#main_contents .profile {
	margin: 5% auto;
	max-width: 300px;
	width: 80%;
}
#main_contents .profile .face {
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
}
#main_contents .profile p.name {
	text-align: center;
	font-weight: 500;
}
#main_contents .profile p.ig {
	text-align: center;
	font-weight: 500;
}
#main_contents .profile p.ig a {
	color: #000;
	text-decoration: underline;
}
#main_contents .foot {
	padding: 5% 0;
	margin: 10% auto 0
}
#main_contents .foot .f_logo{
	width: 50%;
	max-width: 200px;
	margin: 0 auto 5%;
	filter: invert(1);
}
#main_contents .foot .copyright{
	text-align: center;
	font-size: 10px;
}


.anim {
	opacity: 0;
	transition: 1.4s all 0s ease;
}
.anim.ac {
	opacity: 1;
}

#main_visual h1 {
	opacity: 0;
	filter: blur(10px);
	transition: 1.4s all 0.5s ease;
}
#main_visual .logo {
	opacity: 0;
	filter: blur(10px);
	transition: 1.4s all 0.5s ease;
}
#main_visual {
	opacity: 0;
	filter: blur(10px);
	transition: 1.4s all 0s ease;
}

#main_visual.ac h1, #main_visual.ac .logo, #main_visual.ac {
	opacity: 1;
	filter: blur(0);
}
#main_contents .section .main h3 {
	transform: translate(0px,-20px);
	transition: 1s all 0s ease;
}
#main_contents .section .main h3.ac{
	opacity: 1;
	transform: translate(0)
}
#main_contents .section .detail .img:nth-of-type(1) {
	opacity: 0;
	transform: translate(-20px,0);
	transition: 1s all 0s ease;
}
#main_contents .section .detail .img:nth-of-type(2) {
	opacity: 0;
	transform: translate(20px,0);
	transition: 1s all 0s ease;
}
#main_contents .section .detail .img:nth-of-type(3) {
	opacity: 0;
	transform: translate(0px,20px);
	transition: 1s all 0s ease;
}
#main_contents .section:nth-of-type(2) .detail .img:nth-of-type(1) {
	opacity: 0;
	transform: translate(20px,0);
	transition: 1s all 0s ease;
}
#main_contents .section:nth-of-type(2) .detail .img:nth-of-type(2) {
	opacity: 0;
	transform: translate(-20px,0);
	transition: 1s all 0s ease;
}
#main_contents .section:nth-of-type(2) .detail .img:nth-of-type(3) {
	opacity: 0;
	transform: translate(20px,0);
	transition: 1s all 0s ease;
}
#main_contents .section .detail .img.ac,#main_contents .section:nth-of-type(2) .detail .img.ac {
	opacity: 1;
	transform: translate(0)
}


