.container {
	position: relative;
	height: auto;
	background-color: #fff;
	width: 100%;
	max-width: calc(100% - 400px);
	order: 2;
}

#content .utility div {
	position: absolute;
	right: 0px;
	padding: 10px 60px 10px 15px;
	height: 45px;
	background-color: #eeeeee;
}

nav.fs-c-breadcrumb {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	display: inline-block;
	font-size: min(3vw , 16px);
	width: min(100% , 1200px);
	margin: auto;
}

.fs-body-category .fs-l-main .fs-l-pageMain {
	display: block;
	margin: 0 auto;
	padding: 40px 0px 80px 0;
	max-width: 1300px;
}

.org_marker-yellow {
    background: linear-gradient(transparent 60%, #fff236 0%);
    display: inline;
    font-weight: bold;
}

.org_marker-blue {
    background: linear-gradient(transparent 60%,  #dbffff 0%);
    display: inline;
    font-weight: bold;
}

.org_marker-red {
    background: linear-gradient(transparent 60%,  #E6CCFF 0%);
    display: inline;
    font-weight: bold;
}

/* ----- ソルボセイン特徴ブロック表示　CSS ----- */
.sorbo_origin_container {
	font-size: 16px;
	display: flex;
	flex-direction: column;
	gap: 1vh;
	padding: 1vh;
	border: none;
}

[class^="sorbo_origin_box-"] {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 33.3333333333%;
	border: 1px solid black;
	border-radius: 10px;
	background-color: #eeecec;
}

    [class^=sorbo_origin_block-] {
        display: flex;
        flex-direction: row;
        height: auto;
        gap: 1vh;
    }
   .sorbo_origin_box_img {
        margin: auto;
        vertical-align: bottom;
        display: block;
    }
   .sorbo_origin_box_p {
        padding: 16px;
    }

.morigin_container {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    padding: 1vh;
    border: 2px solid #48CAE4;
}

[class^=morigin_block-] {
    display: flex;
    flex-direction: row;
    height: 27.3333333333vh;
    gap: 1vh;
}

@media screen and (max-width:480px) {
    [class^=morigin_block-] {
        flex-direction: column;
        height: 800px;
    }
}

[class^=morigin_box-] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 33.3333333333%;
    border: 1px solid black;
    border-radius: 10px;
    background-color: #eeecec;
}

#fs_Login #content .main .inner,
#fs_MyPageTop #content .main .inner,
#fs_ShoppingCartLogin #content .main .inner,
#fs_WishListLogin #content .main .inner,
#fs_ReviewLogin #content .main .inner,
#fs_PasswordReminder #content .main .inner,
#fs_EditPassword .fs-body-category .fs-l-main .fs-l-pageMain {
	padding: 60px 20px 80px;
	overflow: hidden;
	width: 100%;
}

#fs_Login #content .main .pgTtl,
#fs_MyPageTop #content .main .pgTtl,
#fs_ShoppingCartLogin #content .main .pgTtl,
#fs_WishListLogin #content .main .pgTtl,
#fs_ReviewLogin #content .main .pgTtl,
#fs_PasswordReminder #content .main .pgTtl,
#fs_EditPassword #content .main .pgTtl {
	margin: -20px 00 40px -20px;
}

#fs_Login .fs-c-inputTable,
#fs_WishListLogin .fs-c-inputTable,
#fs_ReviewLogin .fs-c-inputTable {
	margin: 30px 0 0 0;
	width: 100%;
}

#fs_Login .fs-c-inputTable th,
#fs_ShoppingCartLogin .fs-c-inputTable th,
#fs_WishListLogin .fs-c-inputTable th,
#fs_ReviewLogin .fs-c-inputTable th,
#fs_PasswordReminder .fs-c-inputTable th,
#fs_EditPassword .fs-c-inputTable th {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	min-width: 120px;
	width: 40%;
}

#fs_ProductDetails .fs-p-productDescription--short img {
	float: initial;
	padding: 0 0 0 20px;
	vertical-align: top;
}


#content .products.kids .ttl .inner {
	margin: 0 auto;
	padding: 120px 0 0 5%;
	width: 100%;
}

#content .products.kids .purpose .u-row,
#content .products.kids .purpose .l-row {
	display: flex;
	margin-top: 4%;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width:840px){
#content .products.kids .purpose .u-row,
#content .products.kids .purpose .l-row {
	display: flex;
	margin-top: 4%;
	width: 100%;
	text-align: center;
	flex-wrap: wrap;
}
#content .products.kids .purpose .l-row {margin-top: 0;}


#content .products.kids .purpose .u-row .one + .two,
#content .products.kids .purpose .l-row .three + .four {margin-top: 0;}
#content .products.kids .purpose .one,
#content .products.kids .purpose .two,
#content .products.kids .purpose .three,
#content .products.kids .purpose .four{width:100%;}
#content .products.kids .purpose h3 {
	position: relative;
	display: inline-block;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #fff;
	font-size: 4.5vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	height: 25vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
#content .products.kids .purpose h3 span {
	display: block;
	font-size: 70%;
	width: 100%;
}

#content .products.kids .purpose p img {
	height: auto;
	width: 60%;
	margin: 30px 0 0 0;
}

#content .products.kids .purpose .btn a {
	position: relative;
	display: block;
	margin: 10px auto 0 auto;
	padding: 1vw 0;
	width: 80%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 4vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}

}

.fs-body-product #content .fs-l-productLayout {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.fs-body-product #content .fs-l-productLayout {
	display: grid;
	grid-row-gap: 8px;
	width: 100%;
}

@media only screen and (max-width:1350px){

#content .products.kids .ttl h1 {
	display: block;
	font-size: 4.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #002b69;
	text-align: left;
	line-height: 1.2;
	width: 480px;
}
}

@media only screen and (max-width:1250px){

.container {min-width: 1250px;}

.pc{display:none;}


}


@media only screen and (max-width:1020px){

.container {
	position: relative;
	height: auto;
	background-color: #fff;
	width: 95%;
	max-width: 100%;
	order: 2;
	margin: auto;
	min-width:initial;
}

#fs_Login #content .main .inner,
#fs_MyPageTop #content .main .inner,
#fs_ShoppingCartLogin #content .main .inner,
#fs_WishListLogin #content .main .inner,
#fs_ReviewLogin #content .main .inner,
#fs_PasswordReminder #content .main .inner,
#fs_EditPassword .fs-body-category .fs-l-main .fs-l-pageMain {
	padding: 15vw 0 5vw;
	overflow: hidden;
	width: 100%;
}

}



/*==============================================*/
/*============　下層ページ共通用　==============*/
/*==============================================*/

.fs-l-main{}


@media only screen and (max-width:1000px){
.fs-l-main .fs-l-pageMain {overflow: hidden;}
}


/*==============================================*/
/*============　商品ページ調整用　==============*/
/*==============================================*/


.fs-l-main .fs-l-productLayout {
	display: block;
	margin: auto;
	width: min(100% , 1100px);
}
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage{}
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-buttonContainer,
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-productCarouselMainImage__thumbnailList,
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-slick .slick-prev,
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-slick .slick-next,
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-slick .slick-prev::before,
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-slick .slick-next::before,
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-slick.slick-initialized .slick-slide:nth-of-type(n+2){display:none !important;}
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-slick.slick-initialized .slick-track,
.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-slick.slick-slider .slick-list {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transform: initial !important;
	/* transform: initial !important; */
	width: min(70vw , 600px) !important;
	height: min(70vw , 600px) !important;
	padding: 0 !important;
}

.fs-l-main .fs-l-productLayout > .fs-c-productCarouselMainImage > .fs-c-slick.slick-slider .slick-list .fs-c-productCarouselMainImage__image > img {
	max-width: 100%;
	max-height: 100%;
}

.fs-l-main .fs-l-productLayout section.productCommentWrap,
.fs-l-main .fs-l-productLayout section.productCommonWrap,
.fs-l-main .fs-l-productLayout div.fs-c-productReview {
	background-color: initial;
	margin-top: min(2vw , 20px);
}

.fs-l-main .fs-l-productLayout section.productCommentWrap *,
.fs-l-main .fs-l-productLayout section.productCommonWrap *,
.fs-l-main .fs-l-productLayout div.fs-c-productReview * {
	color: #5b5d60;
	line-height: 1.5;
	list-style: none;
}

.fs-l-main .fs-l-productLayout section.productCommentWrap > *,
.fs-l-main .fs-l-productLayout section.productCommonWrap > *,
.fs-l-main .fs-l-productLayout div.fs-c-productReview > * {margin-bottom: min(2vw , 20px);}

.fs-c-productNameHeading

.fs-l-main .fs-l-productLayout section.productCommentWrap *.center,
.fs-l-main .fs-l-productLayout section.productCommonWrap *.center,
.fs-l-main .fs-l-productLayout div.fs-c-productReview *.center {text-align:center;}
.fs-l-main .fs-l-productLayout section.productCommentWrap *.nB,
.fs-l-main .fs-l-productLayout section.productCommonWrap *.nB,
.fs-l-main .fs-l-productLayout div.fs-c-productReview *.nB {margin-bottom:0;}
.fs-l-main .fs-l-productLayout section.productCommentWrap h1 {
	color: #004D9D;
	font-size: min(7vw , 40px);
	font-weight: bold;
	margin: min(2vw , 0px) auto min(3vw , 30px);
	text-align: center;
	position: relative;
	padding-top: min(2vw , 20px);
	border-top: #87adda min(4vw , 10px) solid;
	background-color: initial;
	/*
	margin-top: min(13vw , 50px);
	*/
}
.fs-l-main .fs-l-productLayout section.productCommentWrap h2,
.fs-l-main .fs-l-productLayout section.productCommonWrap h2 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: 0 auto;
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap h2 strong,
.fs-l-main .fs-l-productLayout section.productCommonWrap h2 strong {
	color: #23a5eb;
	font-weight: bold;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap h3,
.fs-l-main .fs-l-productLayout section.productCommonWrap h3 {
	font-size: min(4vw , 25px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin: min(5vw, 50px) auto min(3vw, 30px) 0;
	padding: min(1vw , 10px) min(2vw , 15px);
	width: 100%;
}

.fs-l-main .fs-l-productLayout section.productCommentWrap > h4,
.fs-l-main .fs-l-productLayout section.productCommonWrap > h4 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: 0 auto;
	padding: min(2vw , 10px);
	color: #02326c;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap * + h2,
.fs-l-main .fs-l-productLayout section.productCommonWrap * + h2 {
	margin: min(10vw , 80px) auto min(3vw , 30px);
	font-size: min(3.5vw , 24px) !important;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap > p,
.fs-l-main .fs-l-productLayout section.productCommonWrap > p {
	font-size: min(3.5vw , 24px);
	width: 90%;
	margin: min(2vw , 20px) auto;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap p,
.fs-l-main .fs-l-productLayout section.productCommonWrap p{}
.fs-l-main .fs-l-productLayout section.productCommentWrap p + p,
.fs-l-main .fs-l-productLayout section.productCommonWrap p + p{margin-top: min(3vw , 30px);}
.fs-l-main .fs-l-productLayout section.productCommentWrap p + h3,
.fs-l-main .fs-l-productLayout section.productCommonWrap p + h3,
.fs-l-main .fs-l-productLayout section.productCommentWrap img + h3,
.fs-l-main .fs-l-productLayout section.productCommonWrap img + h3{margin-top:min(10vw, 100px);}
.fs-l-main .fs-l-productLayout section.productCommentWrap p strong,
.fs-l-main .fs-l-productLayout section.productCommonWrap p strong {
	color: #0350a2;
	font-weight:bold;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap p span,
.fs-l-main .fs-l-productLayout section.productCommonWrap p span{}
.fs-l-main .fs-l-productLayout section.productCommentWrap > blockquote,
.fs-l-main .fs-l-productLayout section.productCommonWrap > blockquote {
	font-size: min(3.5vw , 18px);
	background: #eee;
	padding: min(2vw , 20px);
	margin-bottom: min(5vw , 50px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap div.prof {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: min(3vw , 30px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap div.prof img {
	width: min(15vw , 185px);
	margin: 0;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap div.prof p {
	font-size: min(3.5vw , 18px);
	margin-left: min(2vw , 20px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap figure,
.fs-l-main .fs-l-productLayout section.productCommonWrap figure{}
.fs-l-main .fs-l-productLayout section.productCommentWrap > figure,
.fs-l-main .fs-l-productLayout section.productCommonWrap > figure{}
.fs-l-main .fs-l-productLayout section.productCommentWrap img,
.fs-l-main .fs-l-productLayout section.productCommonWrap img {
	margin: auto;
	vertical-align: bottom;
	display: block;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap img + img,
.fs-l-main .fs-l-productLayout section.productCommonWrap img + img,
.fs-l-main .fs-l-productLayout section.productCommonWrap img + a img {margin-top: min(9vw , 50px);}
.fs-l-main .fs-l-productLayout section.productCommentWrap div.fe + img,
.fs-l-main .fs-l-productLayout section.productCommonWrap div.fe + img {margin-top: min(5vw , 50px);}
.fs-l-main .fs-l-productLayout section.productCommentWrap > img,
.fs-l-main .fs-l-productLayout section.productCommonWrap > img{width: auto; height: auto;}
.fs-l-main .fs-l-productLayout section.productCommentWrap div.fe.nowrap,
.fs-l-main .fs-l-productLayout section.productCommonWrapz div.fe.nowrap{flex-wrap:nowrap;}
.fs-l-main .fs-l-productLayout section.productCommentWrap div.fe img {margin:0;}
.fs-l-main .fs-l-productLayout section.productCommentWrap > figure img{}
.fs-l-main .fs-l-productLayout section.productCommentWrap a:not(.imgLink),
.fs-l-main .fs-l-productLayout section.productCommonWrap a:not(.imgLink) {
	width: min(80% , 700px);
	position: relative;
	overflow: hidden;
	background: #02326c;
	border-radius: 10px;
	border: solid 1px #02326c;
	margin: min(5vw,50px) auto min(5vw,50px);
	display: block;
	text-align: center;
	padding: min(1vw , 10px) 0;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap a:not(.imgLink) span,
.fs-l-main .fs-l-productLayout section.productCommonWrap a:not(.imgLink) span {
	font-size: min(4vw , 20px);
	color: #fff;
	position: relative;
	z-index: 2;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap a:not(.imgLink):after,
.fs-l-main .fs-l-productLayout section.productCommonWrap a:not(.imgLink):after {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #fff;
	margin: 0 auto;
	transition: 0.6s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	left: -30px;
	transform: skewX(40deg);
}

.fs-l-main .fs-l-productLayout section.productCommentWrap a:not(.imgLink):hover:after,
.fs-l-main .fs-l-productLayout section.productCommonWrap a:not(.imgLink):hover:after{width:calc(140%);}
.fs-l-main .fs-l-productLayout section.productCommentWrap a:not(.imgLink):hover span,
.fs-l-main .fs-l-productLayout section.productCommonWrap a:not(.imgLink):hover span{color:#02326c;}

.fs-l-main .fs-l-productLayout section.productCommentWrap ul:not(.review) {
	width: 100%;
	padding: min(5vw , 10px) min(5vw , 45px) min(5vw , 30px);
	position: relative;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ul:not(.review) li{
	font-size: min(4vw , 28px);
	line-height: 1;
	position: relative;
	padding:min(2vw , 15px) min(2vw , 15px) min(2vw , 15px) min(4vw , 20px);
	background: initial;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ul:not(.review) li::before {
	content: "";
	background: url(https://sorbothane.itembox.design/item/images/gaihanbosi/s0510.png) no-repeat center center;
	width: 31px;
	height: 31px;
	position: absolute;
	top: min(1vw , 15px);
	margin: auto;
	left: max(-6vw , -20px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ul:not(.review) li p{}
.fs-l-main .fs-l-productLayout section.productCommentWrap ul:not(.review) li h4{}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li img {
	width: auto;
	margin: min(2vw , 20px) auto;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li iframe {
	width: 100%;
	height: min(50vw , 530px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ul:not(.review) li figure{}
.fs-l-main .fs-l-productLayout section.productCommentWrap ul.review {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: min(9vw , 80px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ul.review li {
	width: 31%;
	font-size: min(3.5vw , 18px);
	border: solid 1px #5b5d60;
	border-radius: 5px;
	padding: min(1vw , 10px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ul.review li span.star {
	display: block;
	margin-bottom: min(1vw , 10px);
	font-size: min(4vw , 25px);
	color: #cf750c;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol{
	width: 100%;
	padding: min(5vw , 10px) min(5vw , 45px) min(5vw , 30px);
	position: relative;
	}
.fs-l-main .fs-l-productLayout section.productCommentWrap h3 + ol{margin-top:0; padding-top:0;}
.fs-l-main .fs-l-productLayout section.productCommentWrap h3 + ol li:first-of-type h4{margin-top:0; padding-top:0;}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li {
	font-size: min(3.5vw , 22px);
	line-height: 1.5;
	position: relative;
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li + li {margin-top: min(2vw , 20px);}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li p {
	padding: 0 min(2vw , 20px) min(2vw , 20px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li h4 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: min(1vw , 50px) auto min(2vw , 20px);
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px) min(2vw , 20px) min(2vw , 20px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li + li h3{margin-top: min(7vw , 80px);}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li img{}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li iframe {
	width: 100%;
	height: min(50vw , 530px);
	margin-bottom: min(3vw , 30px);
}
.fs-l-main .fs-l-productLayout section.productCommentWrap ol li figure{}

.fs-l-main .fs-l-productLayout section.reviewCommentWrap{}
.fs-l-main .fs-l-productLayout section.reviewCommentWrap div.staffComment {
	border: 1px solid #e5e5e5;
	padding: min(2vw , 20px);
	border-radius: min(1vw , 10px);
}
.fs-l-main .fs-l-productLayout section.reviewCommentWrap div.staffComment + div.staffComment {
	margin-top: min(3vw , 30px);
}
.fs-l-main .fs-l-productLayout section.reviewCommentWrap div.staffComment h5 {
	color: #003399;
	font-size: min(3.5vw , 20px);
	text-decoration: underline;
	margin-bottom: min(1vw , 10px);
}
.fs-l-main .fs-l-productLayout section.reviewCommentWrap div.staffComment p {
	font-size: min(4vw , 22px);
	font-weight: 700;
}
.fs-l-main .fs-l-productLayout section.reviewCommentWrap div.staffComment p + p {
	font-size: min(3vw , 15px);
	font-weight: normal;
	margin-top: min(1vw , 15px);
	color: #5b5d60;
}

.fs-l-main .fs-l-productLayout section.reviewCommentWrap div.staffComment img {
	width: auto;
	display: block;
	margin: min(3vw , 30px) auto;
}
.fs-l-main .fs-l-productLayout .fs-c-productMainImage {
	width: min(100vw , 800px);
	margin: min(7vw , 70px) auto 0;
}
.fs-l-main .fs-l-productLayout .fs-c-productThumbnail {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: flex-start;
	width: min(100vw , 800px);
	margin: 0 auto min(5vw , 30px);
}

.fs-l-main .fs-l-productLayout .fs-c-productMainImage__expandButton {
	display: none;
}

.fs-l-main .fs-l-productLayout .fs-c-productNameHeading {
	color: #3c3c3c;
	font-size: min(4vw , 26px);
}

.fs-l-main .fs-l-productLayout .fs-c-productPointDisplay {
	background: #fff;
	color: #000;
	display: inline-block;
	font-size: min(3.5vw , 20px);
	line-height: 1;
	padding: 4px 8px;
}

.fs-l-main .fs-l-productLayout div.fs-c-productReview .fs-c-aggregateRating__rating {
	display: flex;
	align-items: baseline;
	flex: 0 1 min(44vw , 230px);
	flex-wrap: wrap;
	font-size: min(3.5vw , 18px);
	font-weight: normal;
	line-height: 1.7;
}

.fs-l-main .fs-l-productLayout div.fs-c-productReview .fs-c-reviewer__name__nickname {
	font-size: min(4vw , 24px);
	font-weight: bold;
}

.fs-l-main .fs-l-productLayout div.fs-c-productReview .fs-c-reviewInfo__date {font-size: min(3.5vw , 18px);}
.fs-l-main .fs-l-productLayout div.fs-c-productReview .fs-c-reviewStars::before {font-size: min(3.5vw , 22px);}
.fs-l-main .fs-l-productLayout div.fs-c-productReview .fs-c-reviewList__item .fs-c-reviewBody {
	border: 1px solid #e5e5e5;
	padding: min(2vw , 20px);
	border-radius: min(1vw , 10px);
	font-size: min(3.5vw , 20px);
	color: #000;
}

.fs-l-main .fs-l-productLayout div.fs-c-productReview .fs-c-reviewList__item span.fs-c-reviewerStatus{color:#fff;}

.fs-l-main .fs-l-productLayout .fs-c-productPrices ~ div {
	margin: min(.2vw , 4px) 0;
	text-align: left;
	justify-content: flex-start;
}

.fs-l-main .fs-l-productLayout .fs-c-productPrices ~ div.fs-c-productQuantityAndWishlist {
	display: flex;
	gap: min(1vw ,10px);
	flex-wrap: wrap;
}
.fs-l-main .fs-l-productLayout .fs-c-productPrices ~ div.fs-c-productQuantityAndWishlist span:nth-of-type(1) {
	width: 100%;
	text-align: left;
	justify-content: flex-start;
}
.fs-l-main .fs-l-productLayout .fs-c-productPrices ~ div.fs-c-productQuantityAndWishlist span:nth-of-type(2) {}

.fs-l-main .fs-l-productLayout .fs-c-productQuantityAndWishlist .fs-system-quantity-list {
	display: block;
	width: 100px;
	border-radius: 0;
	border: 1px solid #000000;
	font-size: min(3.5vw , 15px);
	appearance: auto !important;
	background: #ffd;
	font-weight: bold;
	padding: min(.5vw , 5px) min(1vw , 10px);
}


#fs_ProductDetails.fs-body-product .fs-l-productLayout__item .fs-c-variationAndActions .fs-c-button--particular.fs-c-button--addToWishList--icon{display: none;}

#fs_ProductDetails .fs-c-featuredProduct__header,
#fs_CustomPage .fs-c-featuredProduct__header {
	position: relative;
	margin: min(2vw , 20px) 0 min(2vw , 20px) 0;
	text-align: center;
}

#fs_ProductDetails .fs-c-featuredProduct .fs-c-featuredProduct__title,
#fs_CustomPage .fs-c-featuredProduct .fs-c-featuredProduct__title {
	margin: 0;
	position: relative;
	display: inline-block;
	background-color: #fff;
	margin-left: min(2vw , 20px);
	padding: 0 min(2vw , 20px);
	font-size: min(3.5vw , 25px);
	font-weight: bold;
	color: #000000;
	border-bottom: none;
}

#fs_ProductDetails .fs-c-featuredProduct__header::before,
#fs_CustomPage .fs-c-featuredProduct__header::before {
	content: '';
	background-color: #dedede;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}




/*==================================================*/
/*============　グループページ調整用　==============*/
/*==================================================*/

.fs-body-category .fs-l-main .fs-l-pageMain {
	display: block;
	margin: auto;
	width: min(100% , 1200px);
}

.fs-body-category .fs-l-main .fs-l-pageMain > section:not(.mappingText),
.fs-body-category .fs-l-main .fs-l-pageMain > div {
	margin-bottom: min(9vw , 100px) !important;
}
.fs-body-category .fs-l-main .fs-l-pageMain > h3{
	font-size: min(7vw , 36px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: min(1vw , 10px) 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain > br{display:none;}

.fs-body-category .fs-l-main .fs-l-pageMain .trouble_top_area {
	padding: min(3vw , 30px);
	border-bottom: dotted 1px #FFF;
	background-color: #e6e6fa;
	width: min(90vw , 1100px);
	margin: auto !important;
	margin-bottom: min(5vw , 50px) !important;
}

.fs-body-category .fs-l-main .fs-l-pageMain .trouble_top_area .box .txt_box .title {
	font-size: min(3.5vw , 22px) !important;
	font-weight: bold;
	margin-bottom: min(1.5vw , 15px) !important;
}

.fs-body-category .fs-l-main .fs-l-pageMain .trouble_top_area .box .txt_box .txt {
	font-size: min(3.5vw , 20px) !important;
}

.fs-body-category .fs-l-main .fs-l-pageMain div#cvp_autho {
	font-size: min(3.5vw , 22px) !important;
	padding: 0 min(4vw , 40px);
	line-height: inherit;
	margin-bottom: 0 !important;
}

.fs-body-category .fs-l-main .fs-l-pageMain div#cvp_autho span{
	font-size: min(3.5vw , 22px) !important;
}
.fs-body-category .fs-l-main .fs-l-pageMain .productsList {
	overflow: hidden;
	margin: min(1vw , 10px) 0 min(3vw , 30px) 0;
	font-size: min(4vw , 38px);
	font-weight: bold;
	color: #004d9d;
	text-align: left;
}

.fs-body-category .fs-l-main .fs-l-pageMain .productsList span {
	position: relative;
	display: inline-block;
	margin: 0 min(2vw , 25px) 0 0;
	padding: 0 1em 0 0;
	text-align: left;
}
.fs-body-category .fs-l-main .fs-l-pageMain .productsList span:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 800%;
	height: 2px;
	background-color: #004d9d;
	left: 100%;
}

.fs-body-category .fs-l-main .fs-l-pageMain .heading.products {
	padding: min(2vw , 15px);
	border: 1px solid #f0f0f0;
	margin: min(2vw , 15px) auto !important;
}

.fs-body-category .fs-l-main .fs-l-pageMain .heading.products h1 {
	float: left;
	width: auto;
	font-size: min(4vw , 30px);
	font-weight: bold;
	color: #004d9d;
}

.fs-body-category .fs-l-main .fs-l-pageMain .heading.products::after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.fs-body-category .fs-l-main .fs-l-pageMain h4.rankTitle {
	background: #e2ebf8;
	border-top: #6c9bd2 solid 4px;
	padding: min(5vw , 11px) min(4vw , 25px);
	text-align: center;
	font-size: min(4.5vw , 27px);
	color: #004fa2;
	font-weight: bold;
	position: relative;
}

.fs-body-category .fs-l-main .fs-l-pageMain h4.rankTitle span {
	font-size: min(4.5vw , 27px);
	color: #004fa2;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.fs-body-category .fs-l-main .fs-l-pageMain h4.rankTitle + p,
.fs-body-category .fs-l-main .fs-l-pageMain .summary_content + p,
.fs-body-category .fs-l-main .fs-l-pageMain > p#cvp {
	font-size: min(3.5vw , 22px) !important;
	width: 90%;
	margin: min(4vw, 40px) auto;
}
	

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick + h4,
.fs-body-category .fs-l-main .fs-l-pageMain section + h4 {
	margin-top: min(9vw , 100px);
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick {
	margin-top: 45px;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .slick-list,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: min(92vw , 1080px);
}

.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 {
	display: flex;
	justify-content: flex-start;
	gap: 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track {
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	transform: initial !important;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__ctrl,
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productListItem__productDescription,
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productMarks,
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-button--plain,
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item button,
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productPrice__main__label,
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productPrice__addon__label,
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productPrice__addon,
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-price__currencyMark,
#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productName__copy,
#fs_ProductSearch .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productName__copy,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productName__copy,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-productName__copy,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li > img {display: none !important;}

#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-price__value,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-price__value,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-price__value,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li span.txtbox p.price span{
	font-size: min(3.5vw , 25px);
	font-weight: bold;
}
	
#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-price__value::after,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-price__value::after,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item .fs-c-price__value::after {
	content: "円(税込)";
	font-size: min(2.5vw , 15px);
	text-align: center;
	color: #004D9D;
	font-weight: 500;
}
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li span.txtbox p.price {
	font-size: min(2.5vw , 15px);
	text-align: right;
	color: #004D9D;
	font-weight: 500;
}

#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .slick-slide,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .slick-slide,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	width: calc(min(100vw , 1040px) /3);
	margin: 0 10px;
	max-width: calc(1240px /3);
}


#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li {
	flex-basis: calc(min(92vw , 1040px) /3);
	min-width: calc(min(92vw , 1040px) /3);
	margin: 0 min(0.5vw , 10px);
	padding-bottom: min(15vw , 50px);
	position: relative;
	height: 42vw;
	max-height: 465px;
	max-width: calc(min(100vw , 1040px) /3);
}

#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li span.txtbox p.name {
	position: relative;
	padding-left: min(8vw , 45px);
	font-size: min(3.5vw , 23px);
	width: 95%;
}
#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName span,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName span,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName span,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li span.txtbox p.name {
	font-size: min(3.5vw , 23px);
	color: #1d1d1d;
	line-height: 1.3;
	max-height: 65px;
	overflow: hidden;
	height: 65px;
}
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName span.fs-c-productName__copy{display:none;}
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName:before,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li span.txtbox p.name:before{
	content:"";
	width:min(7vw , 40px);
	height:min(12vw , 60px);
	background:no-repeat center center / 100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	}
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick.fs-c-slick .slick-slide:nth-of-type(1) .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName:before,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li:nth-of-type(1) span.txtbox p.name:before{background-image:url(https://sorbothane.itembox.design/item/img/top/t-icon_rank_01.png);}
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick.fs-c-slick .slick-slide:nth-of-type(2) .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName:before,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li:nth-of-type(2) span.txtbox p.name:before{background-image:url(https://sorbothane.itembox.design/item/img/top/t-icon_rank_02.png);}
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick.fs-c-slick .slick-slide:nth-of-type(3) .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName:before,
.fs-body-category .fs-l-main .fs-l-pageMain div.rankWrap .itemlist01 > li:nth-of-type(3) span.txtbox p.name:before{background-image:url(https://sorbothane.itembox.design/item/img/top/t-icon_rank_03.png);}
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick.fs-c-slick .slick-slide:nth-of-type(4) .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName:before{background-image:url(https://sorbothane.itembox.design/item/img/lower/ooguchi_img_16.png);}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick.fs-c-slick .slick-slide .fs-c-productPrice {
	color: #004fa2;
	font-size: min(5vw , 30px);
	font-weight: bold;
	position: absolute;
	right: min(1vw , 10px);
	bottom: 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick.fs-c-slick .slick-slide img {
	display: block;
	max-width: 330px;
	margin: auto;
	width: 100%;
}


@media only screen and (max-width:1250px){
#fs_ProductCategory .container,
#fs_ProductDetails .container,
#fs_CustomPage .container {
	min-width: 100%;
}
#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item {
	flex-basis: 270px;
	min-width: 100%;
	margin: 0;
	padding-bottom: min(15vw , 50px);
	position: relative;
	height: min(40vw , 465px);
	max-width: 100%;
}
}

@media only screen and (max-width:1000px){

.fs-body-category .fs-l-main .fs-l-pageMain > * {
	padding: 0 4vw;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick {
	margin: 5vw auto 0;
}

#fs_ProductCategory .fs-l-main .fs-l-pageMain div:not(.ooguchiWrap) div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div:not(.ooguchiWrap) div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track,
#fs_CustomPage .fs-l-main .fs-l-pageMain div:not(.ooguchiWrap) div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track {
	justify-content: center;
	flex-wrap: wrap;
}
#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .slick-slide,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .slick-slide,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	width: initial;
	margin: 0;
}


.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track .slick-slide:nth-of-type(1) h2 span.fs-c-productName__copy {
	color: #fff;
	text-align: center;
	background-color: #06A1BE;
	padding: 2.5vw 0 2.5vw;
	font-size: 3vw !important;
	letter-spacing: 0.06em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}

#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item {
	flex-basis: calc(92vw / 3);
	max-width: calc(92vw / 3);
	min-width: calc(92vw / 3);
	margin: 0;
	padding-bottom: min(15vw , 50px);
	position: relative;
	height: 60vw;
	max-height: 415px;
	padding: 0 1vw min(15vw , 50px);
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track .slick-slide h2 span.fs-c-productName__copy {
	color: #fff;
	text-align: center;
	background-color: #06A1BE;
	padding: 2vw 0 2vw;
	font-size: 2.5vw !important;
	letter-spacing: -0.1vw;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}
.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track .slick-slide h2 span.fs-c-productName__name {
	text-align: center;
	font-size: 3vw !important;
	font-weight: bold;
	line-height: 4vw;
	margin-top: 0;
	color: #333333;
	padding: 0 20px;
}

#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName:before,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName:before,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName:before {
	content: "";
	width: 7vw;
	height: 12vw;
	background-size:100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

#fs_ProductCategory .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName span,
#fs_ProductDetails .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName span,
#fs_CustomPage .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list__item h2.fs-c-productListItem__productName span {
	font-size: min(3.5vw , 23px);
	color: #1d1d1d;
	line-height: 1.3;
	max-height: 19vw;
	overflow: hidden;
	padding: 0;
	text-align: left;
	height: 19vw;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track .slick-slide .fs-c-productListCarousel__list__item {
	flex-basis: 100%;
	max-width: 100%;
	min-width: initial;
	margin: 0 auto 40px;
	position: relative;
	padding-top: 10vw;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track .slick-slide .fs-c-productPrice__main__price {
	font-size: 3vw;
	font-weight: bold;
	padding-right: 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track .slick-slide .fs-c-productPrice {
	display: flex;
	justify-content: flex-end;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.productRank.fs-c-slick .fs-c-productListCarousel__list .slick-track .slick-slide .fs-c-productPrice__addon {
	padding-right: 0;
	font-size: 13px;
	text-align: center;
	color: #004D9D;
	font-weight: 500;
}
}

.fs-body-category .fs-l-main .fs-l-pageMain section > p:has(img) {
	text-align: center;
}

.fs-body-category .fs-l-main .fs-l-pageMain section > span {font-size:min(3.5vw , 22px) !important;}

.fs-body-category .fs-l-main .fs-l-pageMain > p.attenTxt{
	color: white;
	background-color: #FF8900;
	font-size: min(3.5vw , 22px) !important;
	border-radius: min(1vw , 10px);
	text-align: center;
	margin: min(2vw , 20px) auto min(7vw , 100px);
	width: min(80% , 1100px);
	padding: min(2vw , 20px) 0;
}}

.fs-body-category .fs-l-main .fs-l-pageMain section.mappingText > p {
	position: static;
	font-size: min(3.5vw , 22px);
	padding: min(4vw , 17px);
	border-radius: 10px;
	max-width: 100%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section + section.mapping {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto min(15vw , 100px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping::before {
	content: "";
	background: #aaa;
	width: min(.5vw , 3px);
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping::after {
	content: "";
	background: #aaa;
	height: min(.5vw , 3px);
	width: 100%;
	position: absolute;
	top: 40%;
	right: 0;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3 {
	font-size: 1.5vw;
	position: absolute;
	font-weight: bold;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3:nth-of-type(1) {
	top: 1.5%;
	left: 33%;
	color: #863915;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3:nth-of-type(2) {
	top: 1.5%;
	right: 28%;
	color: #863915;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3:nth-of-type(3) {
	left: 3%;
	top: 28%;
	color: #030183;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3:nth-of-type(4) {
	bottom: 48%;
	left: 3%;
	color: #030183;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3:nth-of-type(5) {
	bottom: 56%;
	left: 6%;
	color: #030183;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3,
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping p,
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span{z-index:5;}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping > p {
	position: absolute;
	z-index: 5;
	top: -4%;
	right: 2%;
	font-size: 1.3vw;
	padding: 0;
	border-radius: 10px;
	max-width: 42%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping > p::before {
	content: "";
	background: url(https://sorbothane.itembox.design/item/img/lower/mapping_img_01.png) no-repeat center center / 100%;
	width: 70px;
	height: 70px;
	position: absolute;
	top: -20px;
	left: -54%;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow {
	position: absolute;
	width: 12%;
	display: block;
	top: 3%;
	left: 44.5%;
	background: #863915;
	color: #863915;
	height: 4px;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow::before {
	content: "▼";
	font-size: min(5vw , 15px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: rotate(90deg) scaleX(1.5);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow::after {
	content: "▼";
	font-size: min(5vw , 15px);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	transform: rotate(-90deg) scaleX(1.5);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow2 {
	position: absolute;
	width: 4px;
	display: block;
	top: 34%;
	left: 5%;
	background: #030183;
	color: #030183;
	height: 12%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow2::before {
	content: "▼";
	font-size: min(5vw , 15px);
	position: absolute;
	top: -15px;
	left: -5px;
	transform: rotate(180deg) scaleX(1.5);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow2::after {
	content: "▼";
	font-size: min(5vw , 15px);
	position: absolute;
	bottom: -15px;
	left: -5px;
	transform: rotate(0deg) scaleX(1.5);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mappingIcons {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	width: min(12vw , 100px);
	padding-left: 0;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mappingIcons li {
	width: min(7vw , 80px);
	height: min(7vw , 80px);
	border-radius: min(7vw , 80px);
	font-size: min(1vw , 15px);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: min(1vw , 7px) auto;
	color: #fff;
	line-height: 1.3;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mappingIcons li:nth-of-type(1) {
	background: #60c801;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mappingIcons li:nth-of-type(2) {
	background: #f85fc7;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mappingIcons li:nth-of-type(3) {
	background: #f8f800;
	border:solid 1px #dc9d4a;
	color:#000;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mappingIcons li:nth-of-type(4) {
	background: #2f98c8;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mappingIcons li:nth-of-type(5) {
	background: #c69900;
}
/*
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping{
	background: rgb(40,16,104);
	background: linear-gradient(180deg, rgba(40,16,104,1) 0%, rgba(40,64,240,1) 16%, rgba(72,224,216,1) 33%, rgba(88,224,32,1) 49%, rgba(224,240,24,1) 62%, rgba(216,144,16,1) 76%, rgba(208,32,32,1) 90%, rgba(224,168,192,1) 100%);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: min(3vw , 30px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
*/
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: min(3vw , 30px) auto;
	border: 1px solid #ccc;
	background-image: linear-gradient(
        -60deg, 
        rgba(255, 246, 228, 1) 10%, 
        rgba(255, 230, 236, 1) 40%, 
        rgba(244, 230, 255, 1) 68%, 
        rgba(230, 238, 254, 1) 90%);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	background: none;
	column-gap: 0;
	margin: 0;
	height: min(17vw , 255px);
}

@media only screen and (max-width:1750px){
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li {height: min(12vw , 225px);}
}

@media only screen and (max-width:1500px){
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a {
	width: 19%;
}
}

@media only screen and (max-width:1250px){
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li {height: 16vw;}
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a {
	text-decoration: none;
	position: absolute;
	transition: .3s ease-in-out;
	width: 17%;
	z-index: 3;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) a:nth-of-type(1) {
	top: 3%;
	left: 2%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) a:nth-of-type(2) {
	top: 37%;
	left: 9%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) a:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) a:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) a:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) a:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) a:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) a:nth-of-type(2) {
	top: 45%;
	left: 18%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) a:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) a:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) a:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) a:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) a:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) a:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) a:nth-of-type(3) {
	top: 15%;
	left: 30%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) a:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) a:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) a:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) a:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) a:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) a:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) a:nth-of-type(4) {
	top: 33%;
	left: 40%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) a:nth-of-type(5) {
	top: 33%;
	left: 54%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) a:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) a:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) a:nth-of-type(2) {
	top: 54%;
	left: 27%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) a:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) a:nth-of-type(4) {
	top: 59%;
	right: 30%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) a:nth-of-type(5) {
	top: 59%;
	right: 15%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) a:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) a:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) a:nth-of-type(2) {
	top: 80%;
	left: 28%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) a:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) a:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) a:nth-of-type(5) {
	top: 73%;
	right: 19%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) a:nth-of-type(6) {
	top: 73%;
	right: 2%;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) a:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) a:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) a:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) a:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) a:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) a:nth-of-type(6) {
	bottom: 1%;
	right: 2%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a img {
	vertical-align: bottom;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a:hover {opacity:.7;}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a span {
	width: 15%;
	height: 15%;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -15%;
	font-size: min(2.5vw , 10px);
	text-align: center;
	top: 2%;
	color: #000;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a span.icon1{background: #60c801;}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a span.icon2{background: #f85fc7;}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a span.icon3{background: #f8f800; border:solid 1px #dc9d4a;}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a span.icon4{background: #2f98c8;}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a span.icon5{background: #c69900;}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a span + span {
	top: 24%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a span + span + span {
	top: 46%;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li > img {
	position: absolute;
	width: 15%;
	z-index: 2;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li > p {
	position: absolute;
	width: 15%;
	z-index: 2;
	background: #fff;
	padding: 1vw;
	border-radius: 55%;
	border: #555 solid 2px;
	color: #000;
	text-align: center;
	font-size: min(1vw , 15px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li > p::before {
	content: "";
	position: absolute;
	top: -22%;
	left: 50%;
	margin-left: -10%;
	background: #fff;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	width: 19%;
	height: 27%;
	z-index: 2;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li > p::after {
	content: "";
	position: absolute;
	top: -26%;
	left: 50%;
	margin-left: -10%;
	background: #555;
	z-index: 0;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
	width: 19%;
	height: 27%;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(1) {
	top: 26%;
	left: 21%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(1) {
	top: 20%;
	left: 5%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(1) {
	width: 21%;
	right: 31%;
	top: 25%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(1) {
	top: 46%;
	left: 49%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(2) {
	bottom: 39%;
	right: 1%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(1) {
	bottom: 16%;
	left: 20%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(2) {
	bottom: 17%;
	right: 32%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(3) {
	bottom: 0%;
	right: 14%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(4) {
	right: 16%;
	width: 13%;
	bottom: 13%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(1) {
	bottom: 0;
	right: 18%;
	width: 13%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(6) {}

@media only screen and (max-width:1000px){
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping {
	width: 96%;
	margin: auto;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3 {
	font-size: 3vw;
	position: absolute;
	font-weight: bold;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3:nth-of-type(1) {
	top: 1.5%;
	left: 29%;
	color: #863915;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3:nth-of-type(2) {
	top: 1.5%;
	right: 25%;
	color: #863915;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3:nth-of-type(3) {
	left: 2%;
	top: 28%;
	color: #030183;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping h3:nth-of-type(4) {
	bottom: 48%;
	left: 2%;
	color: #030183;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow {height: .7vw;}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow2 {width: 0.7vw;}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow::before,
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow::after,
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow2::before,
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow2::after {font-size: 2.5vw;}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow2::before {
	top: -2.5vw;
	left: -1vw;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping span.arrow2::after {
	bottom: -2.6vw;
	left: -1vw;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping > p {
	font-size: 3.5vw;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping > p::before {
	content: "";
	width: 9vw;
	height: 9vw;
	top: -2vw;
	left: -9vw;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mappingIcons {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 6%;
	width: 17vw;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mappingIcons li {
	width: 10vw;
	height: 10vw;
	border-radius: 14vw;
	font-size: 1.7vw;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: min(1vw , 7px) auto;
	color: #fff;
	line-height: 1.3;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li {
	height: 20vw;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li a {
	text-decoration: none;
	position: absolute;
	transition: .3s ease-in-out;
	width: 20%;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) a:nth-of-type(4) {
	top: 33%;
	left: 37%;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li > img {
	width: 18%;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(1) {
	top: 28%;
	left: 24%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(1) {
	top: 18%;
	left: 5%;
	width: 15%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(1) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(2) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(1) {
	right: 23%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(3) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(4) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(5) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(6) > img:nth-of-type(6) {}

.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(1) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(2) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(3) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(4) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(5) {}
.fs-body-category .fs-l-main .fs-l-pageMain section.mapping ul.mapping li:nth-of-type(7) > img:nth-of-type(6) {}


}

.fs-body-category .fs-l-main .fs-l-pageMain section{color:#5b5d60;}
.fs-body-category .fs-l-main .fs-l-pageMain section figure{text-align:center;}
.fs-body-category .fs-l-main .fs-l-pageMain section + section {margin-top: min(15vw , 100px);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 {
	background-color: initial;
	margin-top: min(13vw , 40px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 h2 {
	color: #004D9D;
	font-size: min(7vw , 50px);
	font-weight: bold;
	margin: min(2vw , 0px) auto min(3vw , 30px);
	text-align: center;
	position: relative;
	padding: min(2vw , 20px) 0;
	border-top: #87adda min(4vw , 10px) solid;
	border-bottom: #87adda min(4vw , 10px) solid;
	display: flex;
	justify-content: center;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content01 div + div{margin-top:min(9vw , 100px) !important;}
/*
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 h3 {
	border-top: #87adda min(4vw , 10px) solid;
	background-color: #e2ebf8;
	padding: min(7vw , 70px) min(5vw , 50px);
	font-size: min(4.5vw , 32px);
	color: #5b5d60;
	font-weight: bold;
	position: relative;
	margin: min(5vw , 50px) auto;
	min-height: 400px;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 h3 strong {
	font-size: 150%;
	color: #3473b6;
	font-weight: bold;
	line-height: 1.5;
}
*/
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 h4 {
	font-size: min(5vw , 28px);
	font-weight: bold;
	text-align: left;
	margin-bottom: min(2vw, 20px);
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px) min(2vw , 10px) min(2vw , 10px) min(30vw , 230px);
	width: 100%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 ul {
	width: 100%;
	padding: min(5vw , 10px) min(5vw , 45px) min(5vw , 30px) min(18vw , 205px);
	position: relative;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 ul::after {
	content: "";
	background: url(https://sorbothane.itembox.design/item/img/lower/gaihanboshi_img_10.png) no-repeat center center / 100%;
	width: 30vw;
	max-width: 90px;
	height: 30vw;
	max-height: 150px;
	position: absolute;
	right: min(24vw , 200px);
	top: max(-15vw , -145px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 ul li {
	font-size: min(4vw , 28px);
	line-height: 1;
	position: relative;
	padding: min(2vw , 15px) min(2vw , 15px) min(2vw , 15px) min(2vw , 20px);
	background: initial;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 ul li::before {
	content: "";
	background: url(https://sorbothane.itembox.design/item/images/gaihanbosi/s0510.png) no-repeat center center;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 15px;
	margin: auto;
	left: -20px;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content02{}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 > h2 {
	font-size: min(7vw , 43px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 h3 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: 0 auto;
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02  figure + h3{margin-top:min(7vw , 70px);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02  figure + figure{margin-top:min(7vw , 70px);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap {
	width: 100%;
	position: relative;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap:first-of-type {display: flex;}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap p {
	font-size: min(4vw , 24px);
	width: 90%;
	margin: min(5vw , 50px) auto;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap:first-of-type figure {
	position: relative;
	width: 30vw;
	max-width: 250px;
	top: -60px;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content02 dl{margin-top:min(4vw , 30px);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 dl dd h4 {
	font-size: min(3.5vw , 23px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(1vw, 5px);
	padding: min(1vw , 10px) 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content02 dl dd{width:40vw; max-width:400px;}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 dl dd figure {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 dl dd figure img{width:100%; height:auto;}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap ul {
	width: 100%;
	padding: 0 min(4vw , 35px);
	margin: min(2vw , 20px) auto;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap ul li {
	font-size: min(4vw , 28px);
	line-height: 1;
	position: relative;
	padding: min(2vw , 15px);
	width: 100%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap ul li:nth-of-type(1):before{content:"(1)";}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap ul li:nth-of-type(2):before{content:"(2)";}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap ul li:nth-of-type(3):before{content:"(3)";}

.fs-body-category .fs-l-main .fs-l-pageMain section.content03 > h3 {
	font-size: min(7vw , 36px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: min(1vw , 10px) 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content03 figure{text-align:center;}

.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap + div.gaihanboshiWrap{margin-top:min(7vw , 50px);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap p {
	font-size: min(4vw , 24px);
	width: 90%;
	margin: min(2vw , 25px) auto;
	line-height: 1.7;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul {
	width: 100%;
	padding: 0 min(4vw , 35px);
	margin: min(2vw , 20px) auto;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul li {
	font-size: min(4vw , 28px);
	line-height: 1;
	position: relative;
	padding: min(2vw , 15px);
	width: 100%;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul:nth-of-type(1) li:nth-of-type(1):before,
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul:nth-of-type(2) li:nth-of-type(1) h4:before{content:"(1)";}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul:nth-of-type(1) li:nth-of-type(2):before,
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul:nth-of-type(2) li:nth-of-type(2) h4:before{content:"(2)";}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul:nth-of-type(1) li:nth-of-type(3):before,
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul:nth-of-type(2) li:nth-of-type(3) h4:before{content:"(3)";}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul:nth-of-type(2) li{margin-top:min(7vw , 60px);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul li h4 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: 0 auto;
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul li p {
	font-size: min(4vw , 24px);
	width: 90%;
	margin: min(2vw , 25px) auto;
	line-height: 1.7;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul li figure {text-align:center;}

.fs-body-category .fs-l-main .fs-l-pageMain section.content04 h3 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: 0 auto;
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap ul {
	width: 100%;
	padding: 0 min(20vw , 205px) 0 min(4vw , 35px);
	margin: min(2vw , 20px) auto;
	position: relative;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap ul::after {
	content: "";
	background: url(https://sorbothane.itembox.design/item/img/lower/gaihanboshi_img_11.png?=1) no-repeat center center / 100%;
	width: 40vw;
	max-width: 150px;
	height: 30vw;
	max-height: 210px;
	position: absolute;
	right: min(4vw , 100px);
	top: 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap ul li,
.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap p {
	font-size: min(4vw , 28px);
	line-height: 1.7;
	position: relative;
	padding: 0 min(2vw , 15px);
	width: 100%;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap p{padding-left:min(6vw , 50px);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap ul li + li {margin-top: min(1vw , 15px);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap ul li:nth-of-type(1):before{content:"(1)";}
.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap ul li:nth-of-type(2):before{content:"(2)";}
.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap ul li:nth-of-type(3):before{content:"(3)";}


.fs-body-category .fs-l-main .fs-l-pageMain section.content05 h3 {
	font-size: min(7vw , 43px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
	align-items: baseline;
}


.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a > .item_catch {
	color: #fff;
	text-align: center;
	background-color: #06A1BE;
	padding: 14px 0 15px;
	font-size: 17px;
	letter-spacing: 0.06em;
	border-radius:min(1.5vw , 7px) min(1.5vw , 7px) 0 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li{
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
  }
  
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li::before {
	content: "";
	display: block;
	height: 36.9px;
	margin: 0 auto 0 0;
	max-width: 139px;
	background: no-repeat center center / 100%;
	width: 30vw;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:nth-of-type(1):before{background-image: url(https://sorbothane.itembox.design/item/images/gaihanbosi/s0205.svg);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:nth-of-type(2):before{background-image: url(https://sorbothane.itembox.design/item/images/gaihanbosi/s0206.svg);}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:nth-of-type(3):before{background-image: url(https://sorbothane.itembox.design/item/images/gaihanbosi/s0207.svg);}

}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a {
  display: block;
  text-decoration: none;
  margin-top: 26px;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .photobox {
  position: relative;
  display: block;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .photobox img {
  width: 100%;
  display: block;
  transition-duration: .3s;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a:hover .photobox img{
  opacity: 0.6;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .photobox .btn_buy {
  width: 123px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .txtbox {
  display: block;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 20px;
  color: #333333;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .price {
  font-size: 13px;
  text-align: center;
  color: #004D9D;
  font-weight: 500;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .price span {
  font-size: 21px;
  font-weight: bold;
  padding-right: 7px;
}


.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container {
	margin-left: 0;
	padding: 0 min(10vw , 100px);
	font-size: min(3.5vw , 20px);
	border: none;
	background: #fff;
	line-height: 1.7;
}

.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container p.toc_title{
	font-size: min(7vw , 36px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: min(1vw , 10px) 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container ol{}
.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container ol li{}
.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container ol li a{
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-bottom: min(1.5vw , 15px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container ol li a:hover {
	color: #00346b;
}

.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container h2 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: min(3vw , 50px) auto min(1vw , 10px);
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}

.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container h3 {
	margin-top: min(4vw , 40px) !important;
}
.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container p:has(img) {
	text-align: center;
	line-height: 1;
	margin: auto;
}
.fs-body-category .fs-l-main .fs-l-pageMain section + .toc_container p:has(img) + p {
	font-size: min(3vw , 15px);
}


.fs-body-category .fs-l-main .fs-l-pageMain .toc_container {
	margin-left: 0;
	padding: 0 min(4vw , 100px);
	font-size: min(3.5vw , 20px);
	border: none;
	background: #fff;
	line-height: 1.7;
}

.fs-body-category .fs-l-main .fs-l-pageMain .toc_container p.toc_title {
	font-size: min(4vw , 26px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: min(1vw , 10px) min(4vw , 20px);
}

.fs-body-category .fs-l-main .fs-l-pageMain .toc_container ol{}
.fs-body-category .fs-l-main .fs-l-pageMain .toc_container ol li{}
.fs-body-category .fs-l-main .fs-l-pageMain .toc_container ol li a{
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-bottom: min(1.5vw , 15px);
}
.fs-body-category .fs-l-main .fs-l-pageMain .toc_container ol li a:hover {
	color: #00346b;
}

.fs-body-category .fs-l-main .fs-l-pageMain .toc_container h2 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: min(3vw , 50px) auto min(1vw , 10px);
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}
.fs-body-category .fs-l-main .fs-l-pageMain .toc_container h3 {
	margin-top: min(4vw , 40px) !important;
}
.fs-body-category .fs-l-main .fs-l-pageMain .toc_container p{}



/*-----------------------------------*/
/*----------　比較表css　------------*/
/*-----------------------------------*/

.fs-body-category .fs-l-main .fs-l-pageMain div.reviewWrap {
	margin-top: min(5vw , 70px);
}
.fs-body-category .fs-l-main .fs-l-pageMain div.reviewWrap p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: min(3vw , 25px) !important;
	font-size: min(3.5vw , 18px) !important;
}
.fs-body-category .fs-l-main .fs-l-pageMain div.reviewWrap p u {
	margin-bottom: min(1.5vw , 15px);
	display: inline-block;
	font-size: min(4vw , 20px);
}

.fs-body-category .fs-l-main .fs-l-pageMain  div:has(table#table03){margin:min(10vw , 100px) auto !important;}


.fs-body-category .fs-l-main .fs-l-pageMain div.comparisonWrap > h2 {
	font-weight: bold;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-top: none;
	border-right: none;
	border-left: none;
	font-size: min(4.5vw, 27px) !important;
	color: #004fa2;
	font-weight: bold;
	background: #fff !important;
	background-color: rgb(221, 221, 221);
	border-bottom: #6c9bd2 dotted 4px;
	padding: min(5vw , 6px) min(4vw , 13px);
	text-align: center;
}

.fs-body-category .fs-l-main .fs-l-pageMain div.cellWrap:has(table#table03) {
	margin: auto !important;
	width: min(100vw , 1200px);
}
.fs-body-category .fs-l-main .fs-l-pageMain div.cellWrap:has(table#table03) .scroollWrap {
	margin: auto !important;
	width: min(94vw , 1080px);
	overflow: scroll;
}
.fs-body-category .fs-l-main .fs-l-pageMain table#table03 {
	max-width: min(100vw , 1200px);
	margin: auto;
	min-width: min(80vw , 800px);
}
.fs-body-category .fs-l-main .fs-l-pageMain table#table03 tr th {
	background-color: #e2ebf8;
	padding: min(2vw , 20px);
	min-width: min(30vw , 300px);
}
.fs-body-category .fs-l-main .fs-l-pageMain table#table03 tr th.fixed {
	min-width: min(20vw , 200px);
	position: sticky;
	left: 0;
}
.fs-body-category .fs-l-main .fs-l-pageMain table#table03 tr td {
	padding: min(2vw , 20px);
	min-width: min(30vw , 300px);
	}
.fs-body-category .fs-l-main .fs-l-pageMain table#table03 tr th a,
.fs-body-category .fs-l-main .fs-l-pageMain table#table03 tr td a {
	text-decoration: none !important;
	color: #000 !important;
	transition-duration: .3s;
}





/*-----------------------------------------------*/
/*----------　外反母趾ページ専用css　------------*/
/*-----------------------------------------------*/


.fs-body-category-gaihanbosi section.oldContent01 {
	background-color: initial;
	background-image: initial;
	background-size: initial;
	background-position: initial;
	background-repeat: initial;
	margin-top: 40px;
}

.fs-body-category.fs-body-category-gaihanbosi .fs-l-main .fs-l-pageMain section.content01 h2::after {
	content: "";
	background: url(https://sorbothane.itembox.design/item/img/lower/gaihanboshi_img_01_02.png?=1) no-repeat center center / 190px;
	width: 40vw;
	height: 50vw;
	max-width: 220px;
	max-height: 230px;
	right: min(10vw , 70px);
	bottom: -360px;
	position: absolute;
	z-index: 2;
}

.fs-body-category-gaihanbosi section.oldContent01 div.wrapper:nth-of-type(2) {
	background-color: #235a9a;
	background-image: url(https://sorbothane.itembox.design/item/images/gaihanbosi/s0201.jpg);
	background-size: auto 23px;
	background-position: top 0 center;
	background-repeat: no-repeat;
	margin-top: 40px;
}

.fs-body-category-gaihanbosi section.oldContent01 div.wrapper:not(:nth-of-type(1)) > h2 {
	font-size: min(7vw , 43px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
}


.fs-body-category-gaihanbosi section.oldContent01 div.wrapper > ul + h2 {margin-top: min(17vw , 70px);}

.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li .rank {
	display: block;
	height: 36.9px;
	margin: 0 auto 0 0;
	width: 30vw;
	max-width: 139px;
}
.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li a {
	display: block;
	text-decoration: none;
	margin-top: 0;
}
.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li{
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
  }
  

.fs-body-category-gaihanbosi section.oldContent02 {
	background-color: #fff !important;
	padding: 0 min(4vw , 100px) !important;
	background-image: url(https://sorbothane.itembox.design/item/images/gaihanbosi/s0t11.png);
	background-size: auto 23px;
	background-position: bottom -2px left 0;
	background-repeat: no-repeat;
}

.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox.howtobox01 {
	margin-top: 0 !important;
	border: 5px solid #ED5A3A;
}

.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .t04 {
	text-align: center;
	font-size: min(5vw , 36px) !important;
	font-weight: bold;
	padding-bottom: min(3vw , 30px) !important;
	margin-top: 0 !important;
}
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .t05 span {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: min(4vw , 23px) !important;
	font-weight: bold;
	line-height: 18px;
	padding: min(1vw , 15px) min(2.5vw , 30px) !important;
	border-radius: 50px;
}
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox {
	width: 70.2%;
	float: left;
	padding-right: 50px;
	min-width: calc(100% - 330px);
	margin-top: 0 !important;
}
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox01 .t06 {
	font-size: min(3.5vw , 22px) !important;
	font-weight: bold;
	line-height: 1.7;
}
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dt {
	width: min(21vw , 150px) !important;
	font-size: min(3.5vw , 22px) !important;
	font-weight: bold;
	line-height: 34px;
}
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd {
	width: calc(100% - min(10vw , 150px)) !important;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd ul:nth-child(1),
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd ul:nth-child(2) {
	width: 100% !important;
}
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox01 dl dd ul li {
	font-size: min(3.5vw , 22px) !important;
}

.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox02 .t06,
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox03 .t06,
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox04 .t06,
.fs-body-category-gaihanbosi section.oldContent02 .wrapper .howtobox .box01 .leftbox.leftbox05 .t06 {
	font-size: min(3.5vw , 22px) !important;
	line-height: 1.7 !important;
}

.fs-body-category-gaihanbosi section.oldContent03 {
	background-color: #fff !important;
	padding: 0 min(4vw , 100px) !important;
	margin-bottom: 100px !important;
	margin-top: 0 !important;
}
.fs-body-category-gaihanbosi section.oldContent03 .wrapper .msg01 {
	width: 330px;
	display: block;
	margin: 0 auto;
}
.fs-body-category-gaihanbosi section.oldContent03 .wrapper .t01 {
	font-size: min(7vw , 42px) !important;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	margin-top: min(1vw , 10px) !important;
}
.fs-body-category-gaihanbosi div.s07 .wrapper .t01 {
	font-size: min(4vw , 26px);
	font-weight: bold;
	line-height: 1.7;
	color: #004D9D;
}
.fs-body-category-gaihanbosi section.oldContent03 .wrapper dl {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: min(3vw , 20px) !important;
	border: 4px solid #333;
	border-radius: 10px;
	background-color: #fff;
	margin-top: min(5vw , 50px) !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-body-category-gaihanbosi section.oldContent03 .wrapper dl dd .t02 span {
	background-color: #EF3C39;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: min(4vw , 23px) !important;
	font-weight: bold;
	line-height: 18px;
	padding: min(1vw , 15px) min(2.5vw , 30px) !important;
	border-radius: 50px;
}

.fs-body-category-gaihanbosi section.oldContent03 .wrapper dl dd .t03 {
	font-size: min(4vw , 28px) !important;
	font-weight: bold;
	margin-top: min(2.5vw , 25px) !important;
	letter-spacing: 4px;
}

.fs-body-category-gaihanbosi section.oldContent03 .wrapper dl dd .t04 {
	font-size: min(3.5vw , 20px) !important;
	line-height: 1.7 !important;
	margin-top: min(2vw , 25px) !important;
}

.fs-body-category-gaihanbosi div.gaihanbosi_contents{
	background-color: #fff;
	padding: 0 min(10vw , 100px);
}
.fs-body-category-gaihanbosi div.gaihanbosi_contents div.s07 {
	border: 4px solid #004D9D;
	border-radius: 10px;
	padding: min(4vw , 40px);
}
.fs-body-category-gaihanbosi div.s07 .wrapper p.t02 {
	text-align: right;
	font-size: min(3vw , 18px);
	margin-top: min(1vw , 10px);
}

.fs-body-category-gaihanbosi div.s07 .wrapper p.t03 {
	text-align: center;
	font-size: min(3.5vw , 23px);
	font-weight: bold;
	margin-top: 30px;
}

.fs-body-category-gaihanbosi div.s07 .wrapper p span {
	font-size: min(3.5vw , 22px) !important;
	line-height: 1.7;
}
.fs-body-category-gaihanbosi div.s07 .wrapper a {
	color: blue;
	text-decoration: underline;
	font-size: min(3vw , 18px);
}

.fs-body-category-gaihanbosi .gaihanbosi_contents + .toc_container {
	margin-left: 0;
	padding: 0 min(10vw , 100px);
	font-size: min(3.5vw , 20px);
	border: none;
	background: #fff;
	line-height: 1.7;
}

.fs-body-category-gaihanbosi .gaihanbosi_contents + .toc_container p.toc_title{
	font-size: min(7vw , 36px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: min(1vw , 10px) 0;
}

.fs-body-category-gaihanbosi .gaihanbosi_contents + .toc_container ol{}
.fs-body-category-gaihanbosi .gaihanbosi_contents + .toc_container ol li{}
.fs-body-category-gaihanbosi .gaihanbosi_contents + .toc_container ol li a{
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-bottom: min(1.5vw , 15px);
}
.fs-body-category-gaihanbosi .gaihanbosi_contents + .toc_container ol li a:hover {
	color: #00346b;
}

.fs-body-category-gaihanbosi .gaihanbosi_contents + .toc_container h2 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: min(3vw , 50px) auto min(1vw , 10px);
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}

.fs-body-category-gaihanbosi .gaihanbosi_contents + .toc_container h3 {
	margin-top: min(4vw , 40px) !important;
}
.fs-body-category-gaihanbosi .gaihanbosi_contents + .toc_container p{}





@media only screen and (max-width:840px){

.fs-body-category .fs-l-main .fs-l-pageMain section.content01 h2 {
	color: #004D9D;
	font-size: min(6vw , 50px);
	font-weight: bold;
	margin: min(2vw , 0px) min(3vw , 30px) min(3vw , 30px);
	text-align: center;
	position: relative;
	padding-top: min(2vw , 20px);
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content01 h2::after {
	content: "";
	background: url(https://sorbothane.itembox.design/item/img/lower/gaihanboshi_img_01_02.png?=1) no-repeat center center / 28vw;
	width: 30vw;
	height: 30vw;
	max-width: 296px;
	max-height: 400px;
	right: 0vw;
	top: 29vw;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content01 h4 {
	font-size: min(4vw , 28px);
	font-weight: bold;
	text-align: left;
	margin-bottom: min(2vw, 20px);
	border-bottom: 2px #02326c solid;
	padding: min(2vw , 10px) min(2vw , 10px) min(2vw , 10px) min(15vw , 100px);
	width: 100%;
	max-width: 500px;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content01 ul {
	width: 90%;
	padding: 0 min(5vw , 45px);
	margin: auto;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 ul::after {
	content: "";
	background: url(https://sorbothane.itembox.design/item/img/lower/gaihanboshi_img_10.png) no-repeat center center / 100%;
	width: 13vw;
	max-width: 120px;
	height: 21vw;
	max-height: 210px;
	position: absolute;
	right: 0;
	top: -19.8vw;
	bottom: initial;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 ul li {
	font-size: min(4vw , 28px);
	line-height: 1;
	position: relative;
	padding: min(2vw , 15px) min(2vw , 15px) min(2vw , 15px) min(4vw , 20px);
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content01 ul li::before {
	content: "";
	background: url(https://sorbothane.itembox.design/item/images/gaihanbosi/s0510.png) no-repeat center center / 100%;
	width: 7vw;
	height: 7vw;
	position: absolute;
	top: 0;
	bottom: initial;
	margin: auto;
	left: -5vw;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap:first-of-type figure {
	position: relative;
	width: 30vw;
	max-width: 300px;
	top: 2vw;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap dl{width:100%;}
.fs-body-category .fs-l-main .fs-l-pageMain section.content02 div.gaihanboshiWrap dl dd{width:48%;}

.fs-body-category .fs-l-main .fs-l-pageMain section.content03 h3 {
	font-size: min(5vw , 43px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: 1.5vw;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content03 div.gaihanboshiWrap ul:nth-of-type(2) {
	width: 100%;
	padding: 0;
}

.fs-body-category-gaihanbosi section.oldContent01 div.wrapper:not(:nth-of-type(1)) > h2 {
	font-size: min(5vw , 43px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: 1.5vw;
}

.fs-body-category-gaihanbosi section.oldContent01 div.wrapper:not(:nth-of-type(1)) > h2 img {
	width: 5vw;
	vertical-align: top;
	margin: 1vw 2vw 0 0;
}

.fs-body-category-gaihanbosi section.oldContent01 div.wrapper:nth-of-type(2) > h2 img {
	width: 55vw;
	vertical-align: top;
	margin: 0px auto 0;
	display: block;
}

.fs-body-category-gaihanbosi section.oldContent01 div.wrapper:nth-of-type(1) {
	background-color: #235a9a;
	background-image: url(https://sorbothane.itembox.design/item/images/gaihanbosi/s0201.jpg);
	background-size: auto 12px;
	background-position: top 0 center;
	background-repeat: no-repeat;
	margin-top: 40px;
}

.fs-body-category-gaihanbosi section.oldContent01 div.wrapper:nth-of-type(2) {
	padding: 7vw 4vw;
	margin-top: 15vw;
	background-size: 130%;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content04 div.gaihanboshiWrap ul::after {
	content: "";
	background: url(https://sorbothane.itembox.design/item/img/lower/gaihanboshi_img_11.png?=1) no-repeat center center / 100%;
	width: 20vw;
	max-width: 150px;
	height: 30vw;
	max-height: 210px;
	position: absolute;
	right: 0;
	top: 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 h3 {
	font-size: min(5vw , 43px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: 1.5vw;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul {
	display: flex;
	margin-top: 40px;
}
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul  + .ttl01 {
    margin-top: 40px;
  }
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul  li {
    width: 100%;
    margin-bottom: 30px;
  }
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul  li .rank {
    display: block;
    height: 21px;
    margin: 0 0 -15px;
  }
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul  li a {
    display: block;
    text-decoration: none;
  }
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul  li a .photobox {
    position: relative;
    display: block;
  }
  
 .fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:not(:nth-of-type(1)) a .photobox {
	position: relative;
	display: block;
	padding-bottom: 15vw;
	background: #f1f1f1;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .photobox img {
    width: 100%;
    display: block;
  }
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .photobox .btn_buy {
    width: 97px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .txtbox {
  }
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .name {
    width: calc(100% - 150px);
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 10px;
    color: #333333;
    text-align: left;
  }
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .price {
    width: 150px;
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
    color: #004D9D;
    font-weight: 500;
  }
.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li a .price span {
    font-size: 18px;
    font-weight: bold;
    padding-right: 3px;
  }

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:nth-of-type(1) a .txtbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:nth-of-type(1) a .name {
	margin-top: 0;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:nth-of-type(1){width:100%;}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:not(:nth-of-type(1)) {
	width: calc(96% / 2);
	margin-bottom: 40px;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:not(:nth-of-type(1)) a .photobox {
	position: relative;
	display: block;
	padding-bottom: 15vw;
	background: #f1f1f1;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:not(:nth-of-type(1)) a .txtbox {
	justify-content: space-between;
	display: block;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:not(:nth-of-type(1)) a > .item_catch {
	padding: 4px 0 4px;
	font-size: 4vw;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:not(:nth-of-type(1)) a .name {
	width: 100%;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 22px;
	margin-top: 10px;
	color: #333333;
	text-align: center;
}

.fs-body-category .fs-l-main .fs-l-pageMain section.content05 > ul li:not(:nth-of-type(1)) a .price {
	width: 100%;
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
	color: #004D9D;
	font-weight: 500;
}


.fs-body-category-gaihanbosi section.oldContent03 {
	background-color: #F0F0F0;
	padding: 30px 20px 70px;
	margin-bottom: 100px;
	margin-top: 0;
}

.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 {
	display: flex;
	margin-top: 40px;
}

.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li:nth-of-type(1){width:100%;}
.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li {
	width: calc(96% / 2);
	margin-bottom: 40px;
}

.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li a .txtbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li:not(:nth-of-type(1)) a .photobox {
	position: relative;
	display: block;
	padding-bottom: 15vw;
	background: #f1f1f1;
}

.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li:not(:nth-of-type(1)) a .txtbox {
	justify-content: space-between;
	display: block;
}

.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li:not(:nth-of-type(1)) a > .item_catch {
	padding: 4px 0 4px;
	font-size: 4vw;
}

.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li:not(:nth-of-type(1)) a .name {
	width: 100%;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 22px;
	margin-top: 10px;
	color: #333333;
	text-align: center;
}

.fs-body-category-gaihanbosi section.oldContent01 .wrapper .itemlist01 li:not(:nth-of-type(1)) a .price {
	width: 100%;
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
	color: #004D9D;
	font-weight: 500;
}

}



/*-------------------------------------------------*/
/*----------　インソールページ専用css　------------*/
/*-------------------------------------------------*/

.fs-body-category.fs-body-category-kaiteki section.content01 h3.t02.font_zen {
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	font-size: min(6vw , 50px);
	font-weight: 500;
	margin-top: 10px;
	letter-spacing: 5px;
	padding-top: min(7vw , 70px);
}
.fs-body-category.fs-body-category-kaiteki section.content01 h3.t02.font_zen img {
	max-width: 370px;
	width: 50vw;
	display: block;
	margin: auto;
}

.fs-body-category.fs-body-category-kaiteki section.content01 > p {
	text-align: center;
	font-size: min(5vw , 35px);
	margin: min(5vw , 30px) auto min(5vw , 60px);
	font-weight: bold;
	border-bottom: 5px double;
}
.fs-body-category.fs-body-category-kaiteki section.content02 > h2 {
	font-size: min(7vw , 43px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
}

.fs-body-category.fs-body-category-kaiteki section.content02 div h2 {
	font-size: min(7vw , 43px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	padding: min(1vw , 10px) min(7vw , 70px);
	margin: 0 auto min(3vw , 30px) 0;
	line-height: 1.5;
}

.fs-body-category.fs-body-category-kaiteki section.content02 div h2 span {
	font-size: 65%;
	display: block;
}

.fs-body-category.fs-body-category-kaiteki section.content02 div h2 strong {color: #fff799; font-weight: bold;}


.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap {
	width: 100%;
	position: relative;
}
.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap + div.insoleWrap,
.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap + h2 {margin-top: min(7vw , 70px);}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap:first-of-type::before {
	content: "";
	position: absolute;
	width: 30vw;
	max-width: 300px;
	top: 0;
	background: url(https://sorbothane.itembox.design/item/img/lower/insole_img_02.png) no-repeat center center / 300px;
	max-height: 400px;
	height: 40vw;
	right: 70px;
	z-index: 1;
}

.fs-body-category.fs-body-category-kaiteki section.content02 div div figure {
	width: 25%;
	display: flex;
	justify-content: center;
}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap p {
	font-size: min(4vw , 24px);
	width: 90%;
	margin: min(2vw , 25px) auto;
}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap p.fe {
	justify-content: flex-start;
	align-items: center;
	}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap p.fe img {
	width: 15%;
	margin: 0 min(2vw , 30px) 0 min(1vw , 10px);
}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul li {
	font-size: min(4vw , 28px);
	line-height: 1;
	position: relative;
	padding: min(2vw , 15px);
	width: 100%;
}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul li h4 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: 0 auto;
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul li p {
	font-size: min(4vw , 24px);
	width: 90%;
	margin: min(2vw , 25px) auto;
	line-height: 1.7;
}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul:nth-of-type(1) li:nth-of-type(1):before,
.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul:nth-of-type(2) li:nth-of-type(1) h4:before{content:"(1)";}
.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul:nth-of-type(1) li:nth-of-type(2):before,
.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul:nth-of-type(2) li:nth-of-type(2) h4:before{content:"(2)";}
.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul:nth-of-type(1) li:nth-of-type(3):before,
.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul:nth-of-type(2) li:nth-of-type(3) h4:before{content:"(3)";}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap ul:nth-of-type(2) li {margin-top: min(7vw , 60px);}
.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap:nth-of-type(2) ul:nth-of-type(1) li {padding: min(3vw , 25px) 0 min(3vw , 35px) 60px;}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap:nth-of-type(2) ul:nth-of-type(1) li strong {
	padding-bottom: min(1.5vw , 15px);
	font-size: min(5vw , 25px);
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.fs-body-category.fs-body-category-kaiteki section.content02 div.insoleWrap:nth-of-type(2) ul:nth-of-type(1) li::before {
	position: absolute;
	top: min(3vw , 25px);
	left: min(2vw , 15px);
}

.fs-body-category.fs-body-category-kaiteki section.content02 .insoleWrap + section.oldContent01 {
	margin:min(5vw , 50px) auto ;
}


.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav {
	width: 95%;
	margin: 0 auto min(9vw , 70px);
	justify-content: flex-start;
}
.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li {
	width: calc(94% / 4);
	position: relative;
	overflow: hidden;
	background: #02326c;
	border-radius: 10px;
	border: solid 1px #02326c;
	margin: 0 0.6%;
}
.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li::after {
	content: '';
	display: block;
	height: 100%;
	width: 0%;
	background: #fff;
	margin: 0 auto;
	transition: 0.6s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	left: -30px;
	transform: skewX(40deg);
}

.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li:hover:after{width:calc(140%);}

.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li + li{margin-top:0;}

.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li:nth-of-type(n+5){margin-top: min(2vw , 20px);}
.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li a {
	color: #fff;
	padding: 0 min(1.5vw , 7px);
	width: 100%;
	display: flex;
	justify-content: flex-start;
	max-height: 70px;
	align-items: center;
	flex-wrap: wrap;
	font-size: min(3vw , 14px);
	position: relative;
	z-index: 2;
	background: initial;
	height: 15vw;
}

.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li:hover a,
.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li:hover a strong,
.fs-body-category.fs-body-category-kaiteki section.content04content04 ul.nav li:hover a::after{color:#02326c;}

/*----
.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li a::after {
	content: ">";
	color: #fff;
	position: absolute;
	right: min(1vw , 7px);
	line-height: 70px;
	font-size: min(3vw , 18px);
	font-family: Yu Gothic , "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
}
*/

.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li a strong img{
	width: 90px;
	height: 60px;
	}

.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li a strong {
	font-size: min(4vw , 16px);
	font-weight: bold;
	width: calc(100% - 100px);
	display: block;
	text-align: left;
	padding-left: 10px;
}
.fs-body-category.fs-body-category-kaiteki section.content04 ul.nav li a strong span {
	font-size: min(4vw , 12px);
	font-weight: bold;
	width: auto;
	display: block;
	text-align: left;
}


@font-face {
  font-family: 'fui'; 
  src: url('https://sorbothane.itembox.design/item/fonts/HuiFontP29.woff') format('woff');
}

.fs-body-category.fs-body-category-kaiteki div.reviewWrap {
	margin: min(5vw , 50px) auto;
}

.fs-body-category.fs-body-category-kaiteki div.reviewWrap > h2 {
	font-size: min(4vw , 25px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
}

.fs-body-category.fs-body-category-kaiteki div.reviewWrap > h2 strong{
font-size:min(7vw , 43px);
	color: #fff;}




.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul.fe {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li {
	width: calc(94% / 3);
	margin: 0 1% 1%;
	background: #fff;
	padding: 0 1.5% 1.5%;
}

.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star h3 {
        color: black;
	font-size: min(3vw , 15px);
	font-weight: normal;
	margin: 0 auto;
	border: none;
	padding: min(2vw , 10px) min(2vw , 20px) min(5vw , 30px);
	text-align: left;
	position: relative;
	font-family: 'fui', sans-serif;
	display: flex;
	align-items: center;
	background: url(https://sorbothane.itembox.design/item/img/lower/insole_review.png) no-repeat center / 100% auto;
	height: 120px;
	bottom: max(-5vw , -40px);
}

.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li a{outline:none;}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star h3:before {
	content: "";
	background: url(https://sorbothane.itembox.design/item/img/lower/insole_img_11.png?=2) no-repeat center center / 100%;
	width: 10vw;
	height: 10vw;
	max-width: 30px;
	max-height: 30px;
	margin-right: min(1vw , 10px);
}
	
/*
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star h3:before {
	content: "";
	background: url(https://sorbothane.itembox.design/item/img/lower/insole_review.png) no-repeat center / 100%;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: -30px;
	z-index: 0;
	left: 0;
}
*/

.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star{}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star figure {
	width: 80%;
	margin: min(2vw , 20px) auto;
	flex-wrap: wrap;
	font-weight: bold;
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star figure span {
	font-size: min(4vw , 20px);
	text-align: center;
	color: #004D9D;
	font-weight: 500;
	display: block;
	width: 100%;
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star figure span::after {
	content: "円 税込";
	font-size: min(3vw , 13px);
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star figure img{display:block;}

.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star p {
	padding: 0 !important;
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star p::before {
	display: block;
	color: #cd6f00;
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star.star1 p:before {content:"★";}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star.star2 p:before {content:"★★";}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star.star3 p:before {content:"★★★";}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star.star4 p:before {content:"★★★★";}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star.star5 p:before {content:"★★★★★";}





@media only screen and (max-width:840px){

.fs-body-category.fs-body-category-kaiteki div.reviewWrap {
	margin: 15vw auto;
}

.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li {
	width: 100%;
	margin: 3vw 0 3vw;
	padding: 2vw 2vw;
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star {
	display: flex;
	padding-top: 0;
	position: relative;
	flex-wrap: wrap;
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star h3 {
	font-size: 4vw;
	position: relative;
	top: 0;
	padding: 0vw 5vw 5vw;
	text-align: left;
	width: 100%;
	margin-bottom: -2vw;
	height: 25vw;
	background-size: auto 100%;
	display: flex;
	align-items: center;
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star figure {
	width: 40%;
	margin: min(2vw , 20px) auto;
	font-weight: bold;
	display: block;
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star p::before {
	display: block;
	font-size: 4.5vw;
}
.fs-body-category.fs-body-category-kaiteki div.reviewWrap ul li .star p {
	margin: 0 0 0 3vw;
	width: 50%;
}

}


.fs-body-category.fs-body-category-kaiteki section + section.oldContent01 {
	margin-top: 0;
	border: none;
}

.fs-body-category.fs-body-category-kaiteki section.oldContent01,
.fs-body-category.fs-body-category-kaiteki section + section.oldContent01 {
	margin-left: 0;
	padding: min(4vw , 30px);
	font-size: min(3.5vw , 17px);
	border: 5px solid #ED5A3A;
	background: #fff;
	line-height: 1.7;
	border-radius: 10px;
	margin-left: min(10vw , 100px) !important;
	margin-right: min(10vw , 100px) !important;
}

.fs-body-category-kaiteki section.oldContent01 h2 {
	margin-bottom: min(2vw , 20px);
	font-size: min(5vw , 35px);
	color: #EF3C39;
	font-weight: bold;
	text-align: center;
}
.fs-body-category-kaiteki section.oldContent01 p{font-size: min(3.5vw , 22px) !important;}
.fs-body-category-kaiteki section.oldContent01 p + h2{margin-top:min(10vw , 70px);}
.fs-body-category-kaiteki section.oldContent01 p[style="float:left;"],
.fs-body-category-kaiteki section.oldContent01 p[style="float:left;"] img {
	width: 90%;
	margin: min(2vw , 15px) auto 0;
	display: block;
	float: none !important;
}

.fs-body-category.fs-body-category-kaiteki section.oldContent01 dl{}
.fs-body-category.fs-body-category-kaiteki section.oldContent01 dl dt{font-size: min(3.5vw , 22px) !important;}
.fs-body-category.fs-body-category-kaiteki section.oldContent01 dl dd{font-size: min(3.5vw , 22px) !important; margin:0;}

.fs-body-category.fs-body-category-kaiteki section.oldContent01.oldContent011,
.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011{
	margin-top: min(4vw , 40px);
	border: 5px solid #fd9226;
}

.fs-body-category-kaiteki section.oldContent01.oldContent011 h2 {
	margin-bottom: min(2vw , 20px);
	font-size: min(5vw , 35px);
	color: #fd9226;
	font-weight: bold;
	text-align: center;
	padding-bottom: min(3vw , 30px);
}

.fs-body-category-kaiteki section.oldContent01.oldContent011 > p {
	font-size: min(4vw , 21px);
	text-align: center;
	padding-bottom: min(3vw , 30px);
}

.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl {
	border-top: 2px dotted #fd9226;
	padding: min(5vw , 50px) 0;
	width: 100%;
}

.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl dt {width: 40%;}
.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl dd {width:55%;}

.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl dd h3 {
	background: #FF8900;
	display: inline-block;
	padding: min(1vw , 10px) min(2vw , 20px);
	border-radius: 100px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl dd p {
	padding: min(1.5vw , 15px) 0;
}

.fs-body-category.fs-body-category-kaiteki section.oldContent01.oldContent011,
.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011{
	margin-top: min(4vw , 40px);
	border: 5px solid #fd9226;
}

.fs-body-category-kaiteki section.oldContent01.oldContent011 h2 {
	margin-bottom: min(2vw , 20px);
	font-size: min(5vw , 35px);
	color: #fd9226;
	font-weight: bold;
	text-align: center;
	padding-bottom: min(3vw , 30px);
}

.fs-body-category-kaiteki section.oldContent01.oldContent011 > p {
	font-size: min(4vw , 21px);
	text-align: center;
	padding-bottom: min(3vw , 30px);
}

.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl {
	border-top: 2px dotted #fd9226;
	padding: min(5vw , 50px) 0;
	width: 100%;
}

.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl dt {width: 40%;}
.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl dd {
	width: 55%;
	margin: 0;
}

.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl dd h3 {
	background: #FF8900;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: min(4vw , 23px) !important;
	font-weight: bold;
	line-height: 18px;
	padding: min(1vw , 15px) min(2.5vw , 30px) !important;
	border-radius: 50px;
}

.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl dd p {
	padding: min(1.5vw , 15px) 0;
}
.fs-body-category.fs-body-category-kaiteki section + section.oldContent01.oldContent011 dl dd p {
	padding: min(1.5vw , 15px) 0;
	font-size: min(3.5vw , 22px) !important;
	line-height: 1.7 !important;
}


.fs-body-category-kaiteki section.oldContent02 {
  border: 4px solid #004D9D;
  border-radius: 10px;
  padding: 60px 80px;
}
.fs-body-category-kaiteki section.oldContent02 h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  color: #004D9D;
  border-bottom: 1px solid #777;
}
.fs-body-category-kaiteki section.oldContent02 img {
  width: 100%;
  display: block;
  margin-top: 60px;
}
.fs-body-category-kaiteki section.oldContent02 h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
.fs-body-category-kaiteki section.oldContent02 p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.fs-body-category-kaiteki section.oldContent02 p img{
float: left;
margin-right: 10px;
margin-bottom: 10px;
width: 180px;}

.fs-body-category-kaiteki section.oldContent03 {
  background-color: #235a9a;
  background-image: url(https://sorbothane.itembox.design/item/img_solbo71.jpg);
  background-size: auto 23px;
  background-position: top 0 center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.fs-body-category-kaiteki section.oldContent03 .wrapper {
  padding: 100px 50px 55px;
  position: relative;
}
.fs-body-category-kaiteki section.oldContent03 .wrapper .t01 {
  text-align: center;
}
.fs-body-category-kaiteki section.oldContent03 .wrapper .t01 span {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
	letter-spacing: .1em;
  background-image: url(https://sorbothane.itembox.design/item/img_solbo73.png);
  background-size: auto 3px;
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
}
.fs-body-category-kaiteki section.oldContent03 .wrapper h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
	letter-spacing: .1em;
  line-height: 35px;
  margin-top: 50px;
  position: relative;
  z-index: 10;
  text-shadow: 1px 1px 0 #235a9a, -1px -1px 0 #235a9a, -1px 1px 0 #235a9a, 1px -1px 0 #235a9a, 0px 1px 0 #235a9a, -1px 0 #235a9a, -1px 0 0 #235a9a, 1px 0 0 #235a9a;
}
.fs-body-category-kaiteki section.oldContent03 .wrapper .t02 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  position: relative;
  margin-top: 0;
  z-index: 10;
  text-shadow: 1px 1px 0 #235a9a, -1px -1px 0 #235a9a, -1px 1px 0 #235a9a, 1px -1px 0 #235a9a, 0px 1px 0 #235a9a, -1px 0 #235a9a, -1px 0 0 #235a9a, 1px 0 0 #235a9a;
}
.fs-body-category-kaiteki section.oldContent03 .wrapper .person {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fs-body-category-kaiteki #content section + section.oldContent04 {
	padding: min(5vw , 50px);
	/*
	background-image: url(https://sorbothane.itembox.design/item/img_solbo70.png);
	background-size: auto 23px;
	background-position: bottom 0 left 0;
	background-repeat: no-repeat;
	*/
	margin-top: 0;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper > p {
	font-size: min(4vw , 20px);
	margin-bottom: min(5vw , 50px);
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .msg01 {
  display: block;
  width: 404px;
  margin: 0 auto;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .t01 {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-top: 15px;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .t01 span {
  color: #EF3C39;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .t02 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  line-height: 38px;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li {
	width: 100%;
	background-color: #fff;
	position: relative;
	padding: min(2vw , 20px) min(2vw , 40px) 0;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li + li{margin-top:min(3vw , 30px);}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li a {
	display: flex;
	height: 100%;
	transition-duration: .3s;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #000;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li a:hover {
  opacity: 0.6;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li p {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 34px;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li p span.red {
	color: #EF3C39;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li p span.orange {
	color: #FD9226;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li p span.blue {
	color: #369FB2;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li img {
	display: block;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li.li01 {
  border: 5px solid #ED5A3A;
  border-radius: 10px;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li.li02 {
  border: 5px solid #FF9E2E;
  border-radius: 10px;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .ul02 li.li03 {
  border: 5px solid #369FB2;
  border-radius: 10px;
}
.fs-body-category-kaiteki section.oldContent04 .wrapper .t03 {
  background-color: #225A9A;
  margin-top: 70px;
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
}
.fs-body-category-kaiteki section.oldContent04  .wrapper .t03 img {
  width: 47px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  margin: 0 auto;
}


.fs-body-category-kaiteki section.oldContent05 {
	padding: 0 min(10vw , 100px) 0 !important;
	margin-bottom: 100px;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper .msg01 {
  width: 330px;
  display: block;
  margin: 0 auto;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper .t01 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 10px;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper .t01 span {
  color: #EF3C39;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px;
  border: 4px solid #333;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl + dl {
  margin-top: 40px;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl dt {
  width: 236px;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl dt img {
  display: block;
  margin: 0 auto;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl dd {
  width: calc(100% - 300px);
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl dd .t02 span {
	background-color: #EF3C39;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: min(4vw , 23px) !important;
	font-weight: bold;
	line-height: 18px;
	padding: min(1vw , 15px) min(2.5vw , 30px) !important;
	border-radius: 50px;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl dd .t03 {
	font-size: min(4vw , 28px) !important;
	font-weight: bold;
	margin-top: min(2.5vw , 25px) !important;
	letter-spacing: 4px;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl dd .t03 span {
  color: #EF3C39;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl dd .t04 {
	font-size: min(3.5vw , 20px) !important;
	line-height: 1.7 !important;
	margin-top: min(2vw , 25px) !important;
}margin-top: 25px;
}
.fs-body-category-kaiteki section.oldContent05 .wrapper dl dd .t04 span {
  font-weight: bold;
  color: #EF3C39;
}



/*---------------------------------------------------------*/
/*----------　フットケアサポートページ専用css　------------*/
/*---------------------------------------------------------*/

.fs-body-category.fs-body-category-footcare-supporter section.s01 .t01 {
	color: #004D9D;
	font-size: min(5vw , 32px);
	font-weight: bold;
}

.fs-body-category.fs-body-category-footcare-supporter section.s01 div h2 {
	font-size: min(4.5vw , 28px);
	font-weight: bold;
	margin: 0 auto min(2vw , 20px);
	border-bottom: 3px #02326c solid;
	padding: min(2vw, 10px);
	text-align: left;
}

.fs-body-category.fs-body-category-footcare-supporter section.s03 h2.t02.font_zen {
	font-family: 'Zen Maru Gothic', sans-serif;
	text-align: center;
	font-size: min(6vw , 50px);
	font-weight: 500;
	margin-top: 10px;
	letter-spacing: 5px;
	padding-top: min(7vw , 70px);
}
.fs-body-category.fs-body-category-footcare-supporter section.s03 h2.t02.font_zen img {
	max-width: 370px;
	width: 50vw;
	display: block;
	margin: auto;
}

.fs-body-category.fs-body-category-footcare-supporter section.s03 h2.t02.font_zen + p{
	font-size: min(3.5vw , 22px) !important;
	width: 90%;
	margin: min(4vw, 40px) auto;
}

.fs-body-category.fs-body-category-footcare-supporter .fs-l-main .fs-l-pageMain div.rankWrap div.more_btn {
	width: min(90vw , 600px);
	position: relative;
	overflow: hidden;
	background: #02326c;
	border-radius: 10px;
	border: solid 1px #02326c;
	margin: 0 auto min(10vw,100px);
}
.fs-body-category.fs-body-category-footcare-supporter .fs-l-main .fs-l-pageMain div.rankWrap div.more_btn:after {
    content: '';
    display: block;
    height: 100%;
    width: 0%;
    background: #fff;
    margin: 0 auto;
    transition: 0.6s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    left: -30px;
    transform: skewX(40deg);
  }
.fs-body-category.fs-body-category-footcare-supporter .fs-l-main .fs-l-pageMain div.rankWrap div.more_btn:hover:after{width:calc(140%);}
.fs-body-category.fs-body-category-footcare-supporter .fs-l-main .fs-l-pageMain div.rankWrap div.more_btn a {
	color: #fff;
	padding: 0 min(1.5vw , 7px);
	width: 100%;
	display: flex;
	justify-content: center;
	max-height: 70px;
	align-items: center;
	flex-wrap: wrap;
	font-size: min(3vw , 14px);
	position: relative;
	z-index: 2;
	background: initial;
	height: 15vw;
	text-decoration: none;
}
.fs-body-category.fs-body-category-footcare-supporter .fs-l-main .fs-l-pageMain div.rankWrap div.more_btn:hover a,
.fs-body-category.fs-body-category-footcare-supporter .fs-l-main .fs-l-pageMain div.rankWrap div.more_btn:hover a span,
.fs-body-category.fs-body-category-footcare-supporter .fs-l-main .fs-l-pageMain div.rankWrap div.more_btn:hover a::after{color:#02326c;}
.fs-body-category.fs-body-category-footcare-supporter .fs-l-main .fs-l-pageMain div.rankWrap div.more_btn a::after {
    content: ">";
    color: #fff;
    position: absolute;
    right: min(1vw , 7px);
    line-height: 70px;
    font-size: min(3vw , 18px);
    font-family: Yu Gothic , "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
  }
.fs-body-category.fs-body-category-footcare-supporter .fs-l-main .fs-l-pageMain div.rankWrap div.more_btn a span {
    font-size: min(4vw , 20px);
    font-weight: bold;
    display: block;
    text-align: center;
  }
 
 
.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 {
	background-color: #fff !important;
	padding: 0 min(4vw , 100px) !important;
	margin-bottom: 100px !important;
	margin-top: 0 !important;
}
.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper .msg01 {
	width: 330px;
	display: block;
	margin: 0 auto;
}
.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper .t01 {
	font-size: min(7vw , 42px) !important;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	margin-top: min(1vw , 10px) !important;
}
.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper dl {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: min(3vw , 20px) !important;
	border: 4px solid #333;
	border-radius: 10px;
	background-color: #fff;
	margin-top: min(5vw , 50px) !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	gap: min(5vw , 50px);
}
.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper dl dt {
	width: min(50vw , 236px);
}
.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper dl dd {
	width: calc(100% - calc( min(50vw , 236px) + min(5vw , 50px)));
	margin: 0;
}

.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper dl dd .t02 span {
	background-color: #EF3C39;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: min(4vw , 23px) !important;
	font-weight: bold;
	line-height: 18px;
	padding: min(1vw , 15px) min(2.5vw , 30px) !important;
	border-radius: 50px;
}

.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper dl dd .t03 {
	font-size: min(4vw , 28px) !important;
	font-weight: bold;
	margin-top: min(2.5vw , 25px) !important;
	letter-spacing: 4px;
}

.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper dl dd .t04 {
	font-size: min(3.5vw , 20px) !important;
	line-height: 1.7 !important;
	margin-top: min(2vw , 25px) !important;
}

.fs-body-category.fs-body-category-footcare-supporter div.gaihanbosi_contents {
	background-color: #fff;
	padding: 0 min(4vw , 100px);
}
.fs-body-category.fs-body-category-footcare-supporter div.gaihanbosi_contents.gaihanbosi_contents:has(div.s06) {
	background-color: #fff;
	padding: 0;
}
.fs-body-category.fs-body-category-footcare-supporter div.gaihanbosi_contents div.s07 {
	border: 4px solid #004D9D;
	border-radius: 10px;
	padding: min(4vw , 40px);
}
.fs-body-category.fs-body-category-footcare-supporter div.s07 .wrapper p.t02 {
	text-align: right;
	font-size: min(3vw , 18px);
	margin-top: min(1vw , 10px);
}

.fs-body-category.fs-body-category-footcare-supporter div.s07 .wrapper p.t03 {
	text-align: center;
	font-size: min(3.5vw , 23px);
	font-weight: bold;
	margin-top: 30px;
}

.fs-body-category.fs-body-category-footcare-supporter div.s07 .wrapper p span {
	font-size: min(3.5vw , 22px) !important;
	line-height: 1.7;
}
.fs-body-category.fs-body-category-footcare-supporter div.s07 .wrapper a {
	color: blue;
	text-decoration: underline;
	font-size: min(3vw , 18px);
}

.fs-body-category.fs-body-category-footcare-supporter .gaihanbosi_contents + .toc_container {
	margin-left: 0;
	padding: 0 min(4vw , 100px);
	font-size: min(3.5vw , 20px);
	border: none;
	background: #fff;
	line-height: 1.7;
}

.fs-body-category.fs-body-category-footcare-supporter .gaihanbosi_contents + .toc_container p.toc_title{
	font-size: min(7vw , 36px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: min(1vw , 10px) 0;
}

.fs-body-category.fs-body-category-footcare-supporter .gaihanbosi_contents + .toc_container ol{}
.fs-body-category.fs-body-category-footcare-supporter .gaihanbosi_contents + .toc_container ol li{}
.fs-body-category.fs-body-category-footcare-supporter .gaihanbosi_contents + .toc_container ol li a{
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-bottom: min(1.5vw , 15px);
}
.fs-body-category.fs-body-category-footcare-supporter .gaihanbosi_contents + .toc_container ol li a:hover {
	color: #00346b;
}

.fs-body-category.fs-body-category-footcare-supporter .gaihanbosi_contents + .toc_container h2 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: min(3vw , 50px) auto min(1vw , 10px);
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}

.fs-body-category.fs-body-category-footcare-supporter .gaihanbosi_contents + .toc_container h3 {
	margin-top: min(4vw , 40px) !important;
}
.fs-body-category.fs-body-category-footcare-supporter .gaihanbosi_contents + .toc_container p{}

.fs-body-category.fs-body-category-footcare-supporter div.productListWrap {
	width: min(94vw , 800px);
	margin: auto;
	text-align: center;
}
.fs-body-category.fs-body-category-footcare-supporter div.productListWrap > a {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.fs-body-category.fs-body-category-footcare-supporter div.productListWrap > a img {
	width: 100%;
}
.fs-body-category.fs-body-category-footcare-supporter div.productListWrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: min(2vw , 20px);
	padding: 0;
	margin: min(2vw , 20px) auto;
}
.fs-body-category.fs-body-category-footcare-supporter div.productListWrap ul li {
	max-width: calc(calc(100% - min(2vw , 20px)) / 2);
}
.fs-body-category.fs-body-category-footcare-supporter div.productListWrap ul li a{}


@media only screen and (max-width:1000px){

.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper dl{gap:0;}
.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper dl dt {
	max-width: 50vw;
	margin: auto;
}
.fs-body-category.fs-body-category-footcare-supporter section.oldContent03 .wrapper dl dd {
	margin: 0;
	width: 100%;
}
}



/*---------------------------------------------------------*/
/*---------------　足底筋膜炎ページ専用css　---------------*/
/*---------------------------------------------------------*/


.fs-body-category-sokuteikinmakuen .fs-l-main .fs-l-pageMain > section:not(.mappingText).content03 > h2 {
	font-size: min(4vw , 30px) !important;
	font-weight: bold;
	padding: 0px 2px;
	color: #002b69;
	padding: min(2vw , 15px) !important;
	border: 1px solid #f0f0f0;
	margin: min(2vw , 15px) auto !important;
	background: none !important;
}


.fs-body-category-sokuteikinmakuen .fs-l-main .fs-l-pageMain > section:not(.mappingText).content03 > h2 + p{
	font-size: min(3.5vw , 22px) !important;
	color: #002b69;
	font-weight: bold;
	padding: min(2vw , 20px);
	line-height: 1.7;
}

.fs-body-category-sokuteikinmakuen div.gaihanbosi_contents {
	padding: 0 min(10vw , 100px);
}
.fs-body-category-sokuteikinmakuen div.gaihanbosi_contents div.s07 {
	border: 4px solid #004D9D;
	border-radius: 10px;
	padding: min(4vw , 40px);
}

.fs-body-category-sokuteikinmakuen div.s07 .wrapper .t01 {
	font-size: min(4vw , 26px);
	font-weight: bold;
	line-height: 1.7;
	color: #004D9D;
}

.fs-body-category-sokuteikinmakuen div.s07 .wrapper p.t02 {
	text-align: right;
	font-size: min(3vw , 18px);
	margin-top: min(1vw , 10px);
}

.fs-body-category-sokuteikinmakuen div.s07 .wrapper p.t03 {
	text-align: center;
	font-size: min(3.5vw , 23px);
	font-weight: bold;
	margin-top: 30px;
}

.fs-body-category-sokuteikinmakuen div.s07 .wrapper p span {
	font-size: min(3.5vw , 22px) !important;
	line-height: 1.7;
}
.fs-body-category-sokuteikinmakuen div.s07 .wrapper a {
	color: blue;
	text-decoration: underline;
	font-size: min(3vw , 18px);
}

.fs-body-category-sokuteikinmakuen .gaihanbosi_contents + .toc_container {
	margin-left: 0;
	padding: 0 min(10vw , 100px);
	font-size: min(3.5vw , 20px);
	border: none;
	background: #fff;
	line-height: 1.7;
}

.fs-body-category-sokuteikinmakuen .gaihanbosi_contents + .toc_container p.toc_title{
	font-size: min(7vw , 36px);
	font-weight: bold;
	text-align: center;
	background: #02326c;
	border-radius: 100px;
	color: #fff;
	margin-bottom: min(2vw, 20px);
	padding: min(1vw , 10px) 0;
}

.fs-body-category-sokuteikinmakuen .gaihanbosi_contents + .toc_container ol{}
.fs-body-category-sokuteikinmakuen .gaihanbosi_contents + .toc_container ol li{}
.fs-body-category-sokuteikinmakuen .gaihanbosi_contents + .toc_container ol li a{
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding-bottom: min(1.5vw , 15px);
}
.fs-body-category-sokuteikinmakuen .gaihanbosi_contents + .toc_container ol li a:hover {
	color: #00346b;
}

.fs-body-category-sokuteikinmakuen .gaihanbosi_contents + .toc_container h2 {
	font-size: min(4.5vw , 32px);
	font-weight: bold;
	margin: min(3vw , 50px) auto min(1vw , 10px);
	border-bottom: 3px #02326c solid;
	padding: min(2vw , 10px);
}

.fs-body-category-sokuteikinmakuen .gaihanbosi_contents + .toc_container h3 {
	margin-top: min(4vw , 40px) !important;
}
.fs-body-category-sokuteikinmakuen .gaihanbosi_contents + .toc_container p{}





/*-------------------------------------------------------------*/
/*---------------　ルームシューズページ専用css　---------------*/
/*-------------------------------------------------------------*/


.fs-body-category-room-shoes .fs-l-main .fs-l-pageMain > .productsList {
	font-size: min(3vw , 20px);
	margin-bottom: 0 !important;
}
.fs-body-category-room-shoes .fs-l-main .fs-l-pageMain > .productsList span {
	position: relative;
	display: inline-block;
	margin: 0 min(2vw , 25px) 0 0;
	padding: 0 1em 0 0;
	text-align: left;
	width: 100%;
}
.fs-body-category-room-shoes .fs-l-main .fs-l-pageMain > .productsList span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #004d9d;
	left: min(10vw , 100px);
}
.fs-body-category-room-shoes .fs-l-main .fs-l-pageMain > .productsList {}
.fs-body-category-room-shoes .fs-l-main .fs-l-pageMain > section:not(.mappingText).content03 > h2 {
	font-size: min(4vw , 30px) !important;
	font-weight: bold;
	padding: 0px 2px;
	color: #002b69;
	padding: min(2vw , 15px) !important;
	border: 1px solid #f0f0f0;
	margin: min(2vw , 15px) auto !important;
	background: none !important;
}


.fs-body-category-room-shoes .fs-l-main .fs-l-pageMain > section:not(.mappingText).content03 h2 + p{
	font-size: min(3.5vw , 22px) !important;
	color: #002b69;
	font-weight: bold;
	padding: min(2vw , 20px);
	line-height: 1.7;
}

.fs-body-category-room-shoes div.gaihanbosi_contents {
	padding: 0 min(10vw , 100px);
}
.fs-body-category-room-shoes div.gaihanbosi_contents div.s07 {
	border: 4px solid #004D9D;
	border-radius: 10px;
	padding: min(4vw , 40px);
}

.fs-body-category-room-shoes div.s07 .wrapper .t01 {
	font-size: min(4vw , 26px);
	font-weight: bold;
	line-height: 1.7;
	color: #004D9D;
}

.fs-body-category-room-shoes div.s07 .wrapper p.t02 {
	text-align: right;
	font-size: min(3vw , 18px);
	margin-top: min(1vw , 10px);
}

.fs-body-category-room-shoes div.s07 .wrapper p.t03 {
	text-align: center;
	font-size: min(3.5vw , 23px);
	font-weight: bold;
	margin-top: 30px;
}

.fs-body-category-room-shoes div.s07 .wrapper p span {
	font-size: min(3.5vw , 22px) !important;
	line-height: 1.7;
}
.fs-body-category-room-shoes div.s07 .wrapper a {
	color: blue;
	text-decoration: underline;
	font-size: min(3vw , 18px);
}

.fs-body-category-room-shoes div.s07 .wrapper p img{width:100%;}




@media only screen and (max-width:1000px){


.fs-l-main .fs-l-productLayout {
	display: block;
	margin: auto;
	width: 100%;
}



}