
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
	background-color: #945b5b;
}
.lp_wrap img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: "yu-gothic-pr6n", sans-serif;
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}
.lp_wrap a{
	text-decoration: none;
}
.lp_wrap img{
	width: 100%;
}

/*共通*/
.content-wrap{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}
@media screen and (max-width:768px) {
	.content-wrap{
		padding: 6rem 0;
	}
}

.lead{
	background-color: #945b5b;
	margin-bottom: 0;
}
.lead ._ttl{
	font-size: 3rem;
	font-family: "hiragino-mincho-pron", sans-serif;
	text-align: center;
	color: #FFF;
	padding: 0;
}
.lead .pickup{
	display: flex;
	justify-content: space-between;
  align-items: flex-end;
	gap: 40px;
	margin-bottom: 100px;
}
.lead .pickup li{
	width: calc(100% / 3 - 20px);
}
.lead .pickup li:nth-child(2){
	margin-bottom: 30px;
}
.pickup_text{
	font-size: 16px;
	font-family: "hiragino-mincho-pron", sans-serif;
	text-align: right;
	opacity: 0.5;
	color: #FFF;
	margin-bottom: 20px;
}

.nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0;
}
.nav li{
	width: calc(100% / 4);
	border: 1px solid #FFF;
}
.nav li:nth-child(2),
.nav li:nth-child(3),
.nav li:nth-child(4){
	border-left: 0;
}

.nav li a{
	font-size: 20px;
	font-family: "hiragino-mincho-pron", sans-serif;
	color: #FFF;
	padding: 20px 0;
}
.nav li a:hover{
	background-color: #FFF;
	color: #945b5b;
}
@media screen and (max-width:768px){
	.lead ._ttl{
		font-size: 2.2rem;
		padding: 0 20px;
	}
	.lead .pickup{
		gap: 10px;
	}
	.lead .pickup li{
		width: calc(100% / 3 - 5px);
	}
	.nav{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.nav li{
		width: calc(100% / 2);
	}
	.nav li a{
		font-size: 18px;
	}
	.pickup_text{
		font-size: 12px;
	}
	.nav li:nth-child(3){
		border-left: 1px solid #FFF;
	}
}


.special{
	background-color: #c8a8c1;
}
.special .content_ttl{
	font-size: 3rem;
	font-family: "hiragino-mincho-pron", sans-serif;
	text-align: center;
	color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 30px 0;
	margin-bottom: 30px;
}
.youtube_player {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube_player iframe {
  width: 100%;
  height: 100%;
}


.lp_wrap .tights,
.lp_wrap .stockings,
.lp_wrap .stockingssocks,
.lp_wrap .inner{
	background-color: #945b5b;
}
.lp_wrap .inner .content-wrap{
	padding-bottom: 6rem;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10rem;
}


/*商品エリア*/
.item_ttl{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0 20px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.ttl_num{
	width: 130px;
	display: inline-block;
	border-right: 1px solid #FFF;
	font-size: 20px;
	font-family: "hiragino-mincho-pron", sans-serif;
	color: #FFF;
	padding: 10px 20px 10px 0;
}
.ttl_num .num{
	font-size: 52px;
	font-family: "hiragino-mincho-pron", sans-serif;
	color: #FFF;
}
.ttl_name{
	display: inline-block;
	width:auto;
	font-size: 52px;
	font-family: "hiragino-mincho-pron", sans-serif;
	text-align: right;
	margin-left: auto;
	color: #FFF;
	padding: 10px 0px 10px 0;
}

.product {
	display: grid;
	grid-template-columns: 1fr 520px;
	gap: 30px;
	align-items: start;
	padding: 0 20px;
}
.product_content{
	order: 1;
}
.product_name{
	font-size: 32px;
	font-family: "hiragino-mincho-pron", sans-serif;
	color: #FFF;
}
.product_name span{
	display: block;
	font-size: 18px;
	color: #FFF;
}
.product_price{
	font-size: 18px;
	color: #FFF;
	margin-bottom: 30px;
}
.product_info{
	font-size: 16px;
	color: #FFF;
	margin-bottom: 30px;
}
.product_subttl{
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 20px;
}
.product_color{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 30px 20px;
}
.product_color ul{
	display: flex;
	justify-content: flex-start;
	gap:10px;
}
.product_color ul li p{
	font-size: 10px;
	text-align: left;
	color: #FFF;
}
.color_text{
	font-size: 10px;
	color: #FFF;
	margin-top: 10px;
}
.product_point{
	padding: 30px 20px;
}
.point_list li{
	font-size: 16px;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
}
.product_size{
	border-top: 1px solid #FFF;
	padding: 30px 20px 0;
}
.size_list{
	max-width: 244px;
	width: 100%;
	background-color: #FFF;
	padding: 20px;
}
.size_list li{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #945b5b;
}
.size_list li:last-child{
	border-bottom: 0px;
}
.size_name{
	color: #945b5b;
	font-size: 16px;
}
.size_list li a{
	max-width: 50px;
	width: 100%;
}
.size_btn{
	color: #FFF;
	font-size: 12px;
	text-align: center;
	background-color: #662f34;
	border: 1px solid #662f34;
	border-radius: 999px;
	padding: 5px 0;
	transition: all 0.3s;
}
.size_btn:hover{
	color: #662f34;
	background-color: #FFF;
	border: 1px solid #662f34;
}

.aside {
	position: sticky;
	top: 24px;
	align-self: start;
	order: 2;
}
.slider-card img {
	width: 100%;
	height: 100%;
	display: block;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}
.slick-prev::after,
.slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%);
}
.slick-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.slick-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
button.slick-prev.slick-arrow{
	left: 0;
}
button.slick-next.slick-arrow {
    right: 0;
}
.slick-dots{
	display: none !important;
}
.slider .slick-slide { height: auto; }
.slider { min-width: 0; }
.slider .slick-list { overflow: hidden; }
@media (max-width: 1024px) {
.product { grid-template-columns: 1fr; }
.aside { position: static; top: auto; }
}

.product_btn{
	max-width: 210px;
	width: 100%;
	font-size: 16px;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #662f34;
	border: 1px solid #662f34;
	border-radius: 999px;
	padding: 10px 0;
	margin: 30px auto 0;
	transition: all 0.3s;
}

.product_btn:hover{
	color: #662f34;
	background-color: #fff;
	border: 1px solid #662f34;

}

.product_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 6rem;
	padding-top: 6rem;
	border-top: 1px solid #FFF;
}
.product_list li{
	width: calc(100% / 4 - 20px);
}
.product_list li a img{
	margin-bottom: 10px;
}
.product_list li p{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.buy_btn{
	max-width: 100px;
	width: 100%;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	background-color: #662f34;
	border: 1px solid #662f34;
	border-radius: 999px;
	margin: 0 auto;
	padding: 5px 0;
	transition: all 0.3s;
}
.buy_btn:hover{
	color: #662f34;
	background-color: #FFF;
	border: 1px solid #662f34;
}

.bottom{
    background: linear-gradient(
      to bottom,
			#b3b3b5 0%,
			#e3e5e5 35%,
			#f0f3f2 50%,
			#e3e5e5 65%,
			#b3b3b5 100%
    );
}
.bottom_img{
	max-width: 610px;
	width: 100%;
	margin: 0 auto;
	padding: 6rem 0;
}

@media screen and (max-width:768px){
	.lp_wrap .inner .content-wrap{
		padding-bottom: 4rem;
		border-bottom: 1px solid #FFF;
		margin-bottom: 6rem;
	}
	.product_content{
		order: 2;
	}
	.aside{
		order: 1;
	}
	.ttl_num{
		font-size: 20px;
	}
	.ttl_num .num{
		font-size: 42px;
	}
	.ttl_name{
		font-size: 42px;
	}
	.product_color ul{
		gap: 5px;
	}
	.product_color,
	.product_point,
	.product_size{
		padding: 20px 10px;
	}
	.product_size{
		padding-bottom: 0;
	}

	.product_list{
		justify-content: center;
		padding: 4rem 2rem 0;
	}
	.product_list li{
		width: calc(100% / 2 - 15px);
	}
	.product_list li a img{
		margin-bottom: 10px;
	}
	.product_name{
		font-size: 26px;
	}
	.point_list li{
		font-size: 14px;
	}
	.bottom_img{
		max-width: 610px;
		width: 100%;
		margin: 0 auto;
		padding: 6rem 2rem;
	}
}

@media screen and (max-width:520px){

	.special .content_ttl{
		padding: 20px 0;
	}
	.ttl_num{
		width: 90px;
		font-size: 20px;
		padding: 10px 10px 10px 0;
	}
	.ttl_num .num{
		font-size: 26px;
	}
	.ttl_name,
	.special .content_ttl{
		font-size: 26px;
	}
	.product_list li{
		width: calc(100% / 2 - 10px);
	}
	.product_list li a img{
		margin-bottom: 10px;
	}
}