/*fs設定打ち消し*/
.fs-l-header {
padding-top: 0 !important;
}
.fs-c-breadcrumb {
display: flex;
justify-content: center;
flex-direction: column;
font-size: 10px;
max-width: 1100px;
margin: auto;
padding-left: 10px;
}
.fs-c-breadcrumb__list {
padding: 0;
}
div.fs-c-breadcrumb {
display: none;
}
.fs-l-footer {
border-top: none;
}

/*fs商品ページ　下部にSPでのサイズ指定も記入*/
.details {}
.details table.spec {
width: 100%;
border: 2px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: 500;
}
.details table.spec tr {
border-bottom: 1px solid #ccc;
}
.details table.spec tr th {
width: 20%;
min-width: 20%;
text-align: left;
border-right: 1px solid #ccc;
background: #eee;
padding: 10px;
}
.details table.spec tr td {
padding: 10px;
border-right: 1px solid #ccc;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
color: #333;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
background: #666;
}
.fs-c-variationPanelList__panel {
border: none;
}
.fs-c-variationPanelList__panel__label {
font-weight: 100;
}
.fs-c-productCarouselMainImage__expandButton {
display: none;
}
.fs-c-productNameHeading {
font-size: 1.4rem;
}
.fs-c-button--primary {
border: none;
line-height: inherit;
padding: 0.8em 1.6em 0.8em;
border-radius: 4px;
background: #666;
}
.fs-c-productNumber {
border: none;
padding: 0;
}
.fs-l-header {
position: sticky;
top: 0;
z-index: 999;
background: #fff;
border: none;
}
div#fs_productCarouselMainImage {
max-width: 500px;
margin: auto;
max-height: 600px;
}
.fs-l-product .fs-l-pageMain {
max-width: 760px;
margin: auto;
}
.fs-c-productCarouselMainImage__image > img {
max-height: 600px;
}
span.fs-c-productPrice__addon {
/*display: none;*/
}
.fs-c-productListItem__salesPeriodNotice.fs-c-productListItem__notice {
background: #999;
}
.fs-c-salesPeriod {
display: none;
}


.en {
font-family: "Jost", sans-serif;
}

.title {
letter-spacing: 5px;
font-size: 2.6vw;
font-size: clamp(22px, 2.6vw, 30px);
text-align: center;
font-weight: 400;
margin-bottom: 3%;
}

.bg0 {
background: #fbf4f0;
padding: 6% 2%;
}
.bg0 .logo {
text-align: center;
margin-bottom: 30px;
}
.bg0 .logo img {
max-width: 230px;
width: 100%;
}
.bg0 .txt {
font-family: serif;
text-align: center;
font-size: 2.6vw;
font-size: clamp(12px, 2.6vw, 17px);
line-height: 200%;
font-weight: 300;
letter-spacing: 1px;
}

.new-item {
padding: 6% 2%;
}
.new-item span {
display: block;
text-align: center;
margin-bottom: 1%;
}
.new-item .list {
display: flex;
justify-content: center;
max-width: 640px;
margin: auto;
flex-wrap: wrap;
}
.new-item .list li {
width: 48%; /*23%*/
margin: 0 1% 4%;
text-align: center;
}
.new-item .list li a {}
.new-item .list li a .img {
margin-bottom: 2%;
}
.new-item .list li a .img img {
width: 100%;
}
.new-item .list li a .name {
font-size: 2.6vw;
font-size: clamp(12px, 2.6vw, 12px);
}
.new-item .list li a .pri {
font-size: 2.6vw;
font-size: clamp(12px, 2.6vw, 14px);
}
.new-item .list li a .pri span {
font-size: 2.6vw;
font-size: clamp(10px, 2.6vw, 12px);
}
.new-item .btn {
display: block;
margin: auto;
border: 1px solid #000;
max-width: 320px;
width: 80%;
text-align: center;
font-size: 2.6vw;
font-size: clamp(22px, 2.6vw, 30px);
font-weight: 300;
letter-spacing: 3px;
}

.coord {
padding: 6% 2%;
background: #fbf4f0;
}
.coord .list {
display: flex;
justify-content: center;
max-width: 1080px;
margin: auto;
flex-wrap: wrap;
}
.coord .list li {
width: 24%;
margin: 0 1% 4%;
text-align: center;
}
.coord .list li a {}
.coord .list li a .img {
margin-bottom: 2%;
}
.coord .list li a .img img {
width: 100%;
}
.coord .btn {
display: block;
margin: auto;
border: 1px solid #000;
max-width: 320px;
width: 80%;
text-align: center;
font-size: 2.6vw;
font-size: clamp(22px, 2.6vw, 30px);
font-weight: 300;
letter-spacing: 3px;
}

.category {
padding: 6% 2%;
}
.category .title {
margin-bottom: 0;
}
.category .subtit {
text-align: center;
margin-bottom: 3%;
}
.category .list {
display: flex;
max-width: 1080px;
flex-wrap: wrap;
justify-content: center;
margin: auto;
}
.category .list li {
width: 31%;
margin: 1%;
}
.category .list li a {
display: block;
position: relative;
border-bottom: 1px solid #000;
line-height: 40px;
padding: 8px 0;
}
.category .list li a img {}
.category .list li a:after {
position: absolute;
content: "";
border: 1px solid #737372;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 4px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
right: 6px;
top: 24px;
}

/*コーデ*/
.coordwrap {
max-width: 760px;
margin: auto;
}
.coordwrap .inner {}
.coordwrap .inner .item_wrap {}
.coordwrap .inner .item_wrap .thum {
max-width: 500px;
text-align: center;
margin: auto auto 20px;
}
.coordwrap .inner .item_wrap .item {}
.coordwrap .inner .item_wrap .item .title {
font-size: clamp(20px, 2.6vw, 26px);
border-bottom: 4px solid #ccc;
padding-bottom: 20px;
}
.coordwrap .inner .item_wrap .item .item_ary {
position: relative;
border-bottom: 1px solid #ccc;
}
.coordwrap .inner .item_wrap .item .item_ary a {
display: flex;
align-items: center;
padding: 20px 10px;
}
.coordwrap .inner .item_wrap .item .item_ary a:after {
position: absolute;
content: "";
border: 1px solid #737372;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 5px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
right: 12px;
top: 28px;
line-height: 50px;
}
.coordwrap .inner .item_wrap .item .item_ary a .item_icon {
margin-right: 5px;
}
.coordwrap .inner .item_wrap .item .item_ary a .item_icon img {
max-width: 30px;
}
.coordwrap .inner .item_wrap .item .item_ary a .item_name {}
.coordwrap .inner .item_wrap .item .item_ary a .item_price {
margin-right: 20px;
margin-left: auto;
}
.coordwrap .inner .item_wrap .item .item_ary a .item_price span {
background: #ddd;
padding: 5px 10px;
}

.coordwrap .inner .item_wrap .item .caution {
font-size: 12px;
padding: 20px;
}
.coordwrap .inner .item_wrap .item .sum {
border-bottom: 4px solid #ccc;
display: flex;
padding-bottom: 20px;
align-items: center;
justify-content: space-between;
}
.coordwrap .inner .item_wrap .item .sum .item_name {}
.coordwrap .inner .item_wrap .item .sum .item_price {}
.coordwrap .inner .item_wrap .item .sum .item_price span {
font-size: clamp(20px, 2.6vw, 26px);
}

/*ここからレスポンシブ指定*/
/*アイパッド*/
@media screen and (max-width: 1024px) {

}

/*アイホン678＋*/
@media screen and (max-width: 767px) {

.bg0 {
padding: 14% 2%;
}
.new-item {
padding: 14% 2%;
}
.new-item .list li {
width: 48%;
}
.coord {
padding: 14% 2%;
}
.coord .list {
margin-bottom: 6%;
}
.coord .list li {
width: 31%;
margin: 0 1% 1%;
}
.category {
padding: 14% 2%;
}
.category .list li {
width: 48%;
}

/*fs商品ページ*/
.details {}
.details table.spec {
}
.details table.spec tr {
}
.details table.spec tr th {
font-size: 10px;
}
.details table.spec tr td {
font-size: 10px;
}

}