
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee00 !important;
}
#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;
	}
}

.pc_only{
	display: block;
}
.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc_only{
		display: none;
	}
	.sp_only {
		display: block;
	}
}

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
.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: var(--font);
	color: #010006;
	font-size: 62.5%;
	line-height: 1.7;
}


/*共通*/
.content-wrap{
	max-width: 900px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}
@media screen and (max-width:1024px){
	.content-wrap{
		padding: 6rem 2rem;
	}
}
@media screen and (max-width:768px){
	.content-wrap{
		max-width: 490px;
	}
}

/*商品説明*/

.ANNASUI{
	margin-top: 0;
	background-color: #010006;
}

.annasui_contents{
	max-width: 900px;
	width: 100%;
	background-color: #FFF;
	margin: 0 auto 6rem;
	padding: 6rem;
}
.annasui_contents .annasui_ttl{
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}
.annasui_contents .annasui_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
}
.annasui_contents .annasui_box .annasui_img{
	max-width: 240px;
	width: 100%;
	margin: 0 auto;
}
.annasui_contents .annasui_box .annasui_info{
	width: 100%;
}
.annasui_contents .annasui_box .annasui_info .annasui_subttl{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
	color: #010006;
}
.annasui_contents .annasui_box .annasui_info .annasui_text{
	font-size: 1.8rem;
	text-align: center;
}
.annasui_lead{
	text-align: center;
}
.annasui_lead span{
	display: inline-block;
	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
	margin-bottom: 6rem;
}

.nav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:2rem;
}
.nav li{
	width:31%;
}
.nav li p{
	width: 100%;
	background-color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 2rem 0;
	transition: all 0.3s;
	border-radius: 10px;
}
.nav li p a{
	border-radius: 10px;
}
.nav li p:hover{
	background-color: #8d539f;
	color: #fff;
	border-radius: 10px;
}
@media screen and (max-width:1024px){
	.annasui_contents .annasui_box .annasui_img{
		margin: 0 auto 3rem;
	}
	.annasui_contents{
		padding: 3rem;
	}
	.annasui_contents .annasui_box{
		display: block;
	}
	.annasui_contents .annasui_box .annasui_info .annasui_subttl{
		text-align: center;
	}
	.annasui_contents .annasui_box .annasui_info .annasui_text{
		text-align: center;
		font-size: 1.6rem;
	}
}
@media screen and (max-width:768px){
	.ANNASUI{
		background-color: #010006;
	}
	.nav{
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
		gap:2rem;
	}
	.nav li{
		width: 100%;
		margin-bottom: 20px;
	}
	.nav li:last-child{
		margin-bottom: 0;
	}
	.nav li p{
		font-size: 1.8rem;
	}
}

/*商品共通*/
.content_subttl{
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #010006;
}
.content_ttl{
	font-size: 6.4rem;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 6rem;
	color: #010006;
}
.content_bgttl{
	position: absolute;
	color: #FFF;
	writing-mode: vertical-lr;
	font-family: "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
	font-size: 8rem;
	line-height: 1;
	font-weight: bold;
	top: 30px;
	left: 0;
	opacity: 0.6;
}

.product_box{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 6rem;
}
.product_box:last-child{
	margin-bottom: 0;
}
.product_box .product_img{
	position: relative;
	width: 50%;
	background-color: #FFF;
}

.product_box .product_info{
	width: 50%;
	background-color: #010006;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem 2rem;
}
.product_box .product_info .product_infobox{
	width: 100%;
}
.product_onepoint{
	position: absolute;
	max-width: 282px;
	width: 100%;
}
.product_box .product_name{
	font-size: 2.2rem;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
}
.twobox .product_box .product_name{
	margin-bottom: 1rem;
}
.product_box .product_text{
	font-size: 1.5rem;
	color: #FFF;
	text-align: center;
	margin-bottom: 2rem;
}
.twobox .product_box .product_text{
	margin-bottom: 1rem;
}
.product_box .product_btn{
	max-width: 360px;
	width: 100%;
	background-color: #FFF;
	font-size: 2rem;
	color: #010006;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	padding: 1rem 0;
	transition: all 0.3s;
	border-radius: 10px;
}
.product_box .product_btn:hover{
	background-color: #8d539f;
	color: #FFF;
	text-decoration: none;

}
.product_box a:hover,.product_box a:focus {
    color: #005580;
    text-decoration: none;
}
.twomt{
	margin-top: 15px;
}
.order1{
	order: 1;
}
.order2{
	order: 2;
}
@media screen and (max-width:1366px){
	.content_bgttl{
	font-size: 6.4rem;
}

.product_onepoint{
	width: 40%;
}
}
@media screen and (max-width:768px){
	.product_box{
		display: grid;
		justify-content: stretch;
	}
	.product_box .product_img,
	.product_box .product_info{
		width: 100%;
	}
	.product_box .product_info {
			padding: 3rem;
	}
	.order1{
		order: 2;
	}
	.order2{
		order: 1;
	}
	.content_subttl{
		font-size: 2rem;
	}
	.content_ttl{
		font-size: 3.4rem;
	}
	.content_bgttl{
		display: none;
	}
	.product_box .product_name{
		font-size: 1.8rem;
	}
	.product_box .product_text{
		font-size: 1.4rem;
	}
	.product_box .product_btn{
		font-size: 1.6rem;
	}
	.product_onepoint{
		width: 50%;
	}
	.twomt{
		margin-top: 10px;
	}
}
@media screen and (max-width:520px){
	.content_subttl{
		font-size: 1.8rem;
	}
	.content_ttl{
		font-size: 2.6rem;
	}
	.content_bgttl{
		display: none;
	}
	.product_onepoint{
		width: 35%;
	}
}


/*ソックス*/
.highgauge{
	position: relative;
	background-color: #ebddff;
	border-top: 25px solid #8F79B7;
}

/*ベーシック*/
.basic{
	position: relative;
	background-color: #8F79B7;
}
/*商品アイコン*/
.product_onepoint.basic01{
	max-width: 152px;
	aspect-ratio: 1 / 1;
	width: 100%;
	left: 2%;
	top: 2%;
}
.product_onepoint.basic02{
	max-width: 149px;
	aspect-ratio: 149 / 157;
	width: 100%;
	left: 3%;
	bottom: 9%;
}
.product_onepoint.basic03{
	max-width: 160px;
	aspect-ratio: 160 / 156;
	width: 100%;
	left: 10%;
	bottom: 10%;
}
.product_onepoint.basic04{
	max-width: 162px;
	aspect-ratio: 162 / 149;
	width: 100%;
	left: 3%;
	bottom: 5%;
}
.product_onepoint.basic05{
	max-width: 173px;
	aspect-ratio: 173 / 155;
	width: 100%;
	right: 5%;
	top: 30%;
}
@media screen and (max-width:450px){
	.product_onepoint.basic01,
	.product_onepoint.basic02,
	.product_onepoint.basic03,
	.product_onepoint.basic04,
	.product_onepoint.basic05{
		width: 34%;
	}
}
/*コレクション*/
.seasonal{
	position: relative;
	background-color: #ebddff;
}
.product_onepoint.collection01{
	max-width: 182px;
	aspect-ratio: 182 / 157;
	width: 100%;
	right: 5%;
	top: 30%;
}
.product_onepoint.collection02{
	max-width: 165px;
	aspect-ratio: 165 / 156;
	width: 100%;
	right: 5%;
	top: 30%;
}
.product_onepoint.collection03{
	max-width: 178px;
	aspect-ratio: 178 / 158;
	width: 100%;
	right: 5%;
	bottom: 30%;
}
.product_onepoint.collection04{
	max-width: 136px;
	aspect-ratio: 1 / 1;
	width: 100%;
	left: 2%;
	top: 2%;
}
.product_onepoint.collection05{
	max-width: 167px;
	aspect-ratio: 165 / 143;
	width: 100%;
	right: 4%;
	top: 30%;
}
@media screen and (max-width:450px){
	.product_onepoint.collection01,
	.product_onepoint.collection02,
	.product_onepoint.collection03,
	.product_onepoint.collection04,
	.product_onepoint.collection05{
		width: 34%;
	}
}
/*スペシャル*/
.special{
	position: relative;
	background-color: #c3a4f4;
}
.product_onepoint.special01{
	max-width: 172px;
	aspect-ratio: 172 / 158;
	width: 100%;
	right: 4%;
	top: 30%;
}
.product_onepoint.special02{
	max-width: 154px;
	aspect-ratio: 154 / 147;
	width: 100%;
	right: 22%;
	top: 20%;
}
.product_onepoint.special03{
	max-width: 138px;
	aspect-ratio: 138 / 131;
	width: 100%;
	left: 2%;
	top: 2%;
}
@media screen and (max-width:450px){
	.product_onepoint.special01,
	.product_onepoint.special02,
	.product_onepoint.special03{
		width: 34%;
	}
}
/*一覧*/
.list{
	background-color: #FFF;
}
.list_btn{
	max-width: 700px;
	margin: 0 auto;
	opacity: 1;
}
.list_btn:hover{
	opacity: 0.6;
}



/**/
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 106px;
    height: 106px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
		display: block;
  }
  .pagetop.is-visible {
    opacity: 1;
    visibility: visible;
  }
	@media screen and (max-width:768px){
		.pagetop {
			display: none;
		}
	}