/********* 共通 *********/
p {
    font-size: 1.6rem;
}

/********* ヘッダー *********/
.fs-l-header {
    padding: 32px 0 0;
}
.header-left-container,
.header-right-container {
    display: none;
}

.header-nav-container {
    display: flex;
    align-items: baseline;
}
.header-items-search{
    position: relative;
    cursor: pointer;
}
.header-items-search > span{
    position: relative;
}
.header-items-search > span::before {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-image: url(https://seiwas.itembox.design/item/header_01.svg?t=20250317190541);
    border-right-width: 1px;
    border-left-color: currentColor;
    display: inline-block;
    height: 26px;
    width: 20px;
}
.header-items-search > span > span {
    padding: 8px;
    text-decoration: none;
}
.fs-l-header__utility *:last-child {
    align-self: auto;
}
.fs-p-headerUtilityMenu__list > li:first-child {
    margin-left: 8px;
}
.fs-l-header__utility *:nth-child(2) {
    margin-left: 8px;
}
.header-items-search {
    margin-left: 0 !important;
}

.header-items-column a {
color: #3c3c3c;
    padding: 8px;
    margin-bottom: -8px;
    text-decoration: none;
position: relative;
}

.header-items-column a::before {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-image: url(https://seiwas.itembox.design/item/icon-book.svg?t=20250317190541);
    border-right-width: 1px;
    border-left-color: currentColor;
    display: inline-block;
    height: 26px;
    width: 20px;
}

.logout.my-false { display: none; }
.login.my-true { display: none; }

.fs-l-header__contents {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.fs-l-header__utility {
    display: flex;
    align-items: end;
    margin-bottom: 10px;
}
fs-p-headerUtilityMenu__login {
position: relative;
}

li.header-items-search {
    position: relative;
}
.fs-p-headerUtilityMenu__list span.fs-pt-menu__link {
cursor: pointer;
}
.fs-p-headerUtilityMenu__list span.fs-pt-menu__link:hover {
opacity: .5;
    transition: all .3s;
}
.fs-p-headerUtilityMenu__list a::before,
.fs-p-headerUtilityMenu__list span.fs-pt-menu__link::before {
position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-image: url(https://seiwas.itembox.design/item/header_01.svg?t=20250317190541);
    border-right-width: 1px;
    border-left-color: currentColor;
    display: inline-block;
    height: 26px;
    width: 20px;
}
.fs-p-headerUtilityMenu__list .fs-pt-menu__item:nth-child(2) a::before,
.fs-p-headerUtilityMenu__list .fs-pt-menu__item:nth-child(1) a::before {
    background-image: url(https://seiwas.itembox.design/item/header_02.svg?t=20250317190541);
}
.fs-p-headerUtilityMenu__list .fs-pt-menu__item:nth-child(3) a::before,
.fs-p-headerUtilityMenu__list .fs-pt-menu__item:nth-child(4) a::before {
    background-image: url(https://seiwas.itembox.design/item/header_03.svg?t=20250317190541);
}
.fs-p-headerUtilityMenu__list .fs-pt-menu__item:nth-child(5) a::before {
    background-image: url(https://seiwas.itembox.design/item/header_04.svg?t=20250317190541);
}
.fs-l-header__welcomeMsg {
    margin-right: 40px;
}
.fs-p-logo {
    padding: 0;
}
.fs-l-header__welcomeMsg {
    font-size: 12px;
}

.fs-p-headerNavBar {
    background: none;
    border-bottom: none;
    color: #1b1b1b;
margin: 10px 0;
}
.fs-p-headerNavigation__listItem {
justify-content: center;
}
.fs-p-headerNavigation__listItem a {
    color: #1b1b1b !important;
    padding: 16px;
}
.headerNavigation__listItem_mypage {
    margin-top: 6px;
}

.fs-p-headerNavigation {
    max-width: 1000px;
    justify-content: center;
}
.fs-p-headerNavigation__list {
    width: 100%;
}

.fs-p-cartItemNumber {
    top: -30px;
    background: #9E7E38;
}
.headerNavigation_sp_show {
display:none;
}

/* ヘッダー検索ボタン */
.custom-header-search-container {
    display: none;
    border: 1px solid #c1c1c1;
    position: absolute;
    padding: 16px;
    background-color: #fff;
    z-index: 1000;
min-width: 240px;
    transition: all;
    left: 50%;
    transform: translateX(-50%);
top: 20px;
}
.header-right-container .fs-clientInfo.is-ready {
    display: flex;
}
.fs-p-inputGroup {
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
}
.fs-p-inputGroup__button {
    background: #1d1d1d;
}


/********* メガメニュー *********/
.has-child > a {
    position: relative;
}
.has-child > a::before {
    transition: .3s;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    bottom: 0;
    content: "";
    height: 6px;
    position: absolute;
    right: -10px;
    top: 43%;
    transform: translateY(-50%) rotate(135deg);
    width: 6px;
}
.nav_open > a::before {
    transform: translateY(-50%) rotate(315deg);
    top: 50%;
}
.has-child > div {
    display: none;
}
.gn-container {
    background-color: #fff;
    position: absolute;
    top: 170px;
    left: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: 1000;
}
.gn-container > div {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
.gn-container > div > div > div {
    margin-bottom: 64px;
}
.gn-container p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.gn-container ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 8px;
    padding: 0;
}
.gn-container li {
    list-style: none;
    margin: 8px 16px;
}
.gn-container a {
    font-size: 12px;
    padding: 0;
    color: #464646;
}
.gn-container a:hover {
    opacity: 0.5;
    transition: all .3s;
}
.gn-left-container,
.gn-right-container {
    margin: 24px 40px;
    margin-bottom: 0;
}

.fs-c-slick .slick-dots li {
    height: 3px;
    width: 40px;
}
.fs-c-slick .slick-dots li button:before {
    content: "";
    width: 40px;
    height: 3px;
    background: #aaa;
}

.header-factoryBrand .gn-container ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-factoryBrand .gn-container ul li a img {
    width: 80%;
}

@media screen and (max-width:960px) {
.headerNavigation_sp_show {
display:block;
}
.fs-p-cartItemNumber {
    top: -5px;
}
.fs-client-cart-count--0 {
    display: none !important;
}

.fs-l-page {
    margin-top: 82px;
}
.fs-l-header__logo {
    max-width: 180px;
    padding: 0;
}
.fs-p-headerUtilityMenu__list > li + li {
    margin-left: 0;
}
.fs-p-headerUtilityMenu__list > li:first-child + li,
.fs-p-headerUtilityMenu__list > li + li {
    margin-left: 8px !important;
}
.fs-p-headerUtilityMenu__list a {
    padding: 0 7px;
}
.header-right-container {
    display: block;
}
.fs-l-header__utility {
    display: none;
}
.header-left-container,
.header-right-container ul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0;
}
.header-right-container li {
    list-style: none;
}
.fs-l-header__contents {
    align-items: center;
}
.header-left-container > div,
.header-right-container li {
    margin: 0 16px;
}

.fs-l-header {
    padding: 8px 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
    top: 0;
}


.custom-header-search-container {
    padding: 16px 16px 24px;
    min-width: 100%;
    left: 0;
    transform: translateX(0);
    top: 82px;
    border: none;
}
.fs-p-searchForm__button {
    height: auto;
}
.fs-p-searchForm__button::before {
    font-size: 1.8rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.fs-pt-carousel__track .slick-dots {
    bottom: -20px;
}

/********* メガメニュー *********/
    .hamburger {
        display: block;
        position: relative;
    width: 26px;
        height: 24px;
        cursor: pointer;
        margin: 4px auto 0;
        transition:background .3s;
    }
    .hamburger span {
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    left: 0;
    background: #393939;
    transition: 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 2px;
    }
    .hamburger span:nth-child(2) {
        top: 10px;
    }
    .hamburger span:nth-child(3) {
    top: 18px;
}
    /* ナビ開いてる時のボタン */
    .hamburger.nav_active span:nth-child(1) {
            top: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .hamburger.nav_active span:nth-child(2),
    .hamburger.nav_active span:nth-child(3) {
            top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .fs-p-headerNavBar {
        display: none;
height: calc(100vh - 60px);
    padding-bottom: 160px;
    overflow-y: scroll;
    background: #fff;
    width: 100%;
    }
    .fs-p-headerNavigation__list {
        flex-direction: column;
        overflow-y: scroll;
    }
    .fs-p-headerNavigation__listItem {
        background-color: #F2F2F2;
        border-bottom: 1px solid #fff;
        font-weight: bold;
        font-size: 16px;
    }
    .has-child > div {
        position: static;
        width: 100%;
        margin: 0 auto;
    }
    .gn-container > div {
        flex-direction: column;
    }
    .gn-left-container, .gn-right-container {
        margin: 0;
    }
    .has-child > a::before {
        right: 20px;
    }
    .gn-container p {
        padding: 16px;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px #f5f5f5 solid;
        margin-bottom: 0;
        cursor: pointer;
        position: relative;
    }
    .gn-container ul {
        display: none;
        margin: 0;
    }
    .gn-container li {
        margin: 0 16px;
    }
    .header-factoryBrand .gn-container ul {
        display: block;
    }
    .header-factoryBrand .gn-container li {
        margin: 0;
    }
    .header-factoryBrand .gn-container ul li a {
        align-items: flex-start;
    }
.header-factoryBrand .gn-container ul {
    display: flex;
    justify-content: space-around;
}

    .gn-container a {
display: block;
        font-size: 16px;
        border-bottom: 1px #f5f5f5 solid;
        padding: 20px;
        font-weight: normal;
    }
    .gn-container > div > div > div {
        margin: 0 16px 0;
    }
    .gn-container p::before {
        transition: .3s;
        border-right: 1px solid #333;
        border-top: 1px solid #333;
        bottom: 0;
        content: "";
        height: 6px;
        position: absolute;
        right: 20px;
        top: 43%;
        transform: translateY(-50%) rotate(135deg);
        width: 6px;
    }
    .gn-container p.nav_child_open::before {
        transform: translateY(-50%) rotate(315deg);
        top: 50%;
    }

    .header-left-container a,
.header-right-container a {
        display: block;
        color: #1b1b1b;
        text-decoration: none;
    }
    .header-left-container a img,
.header-right-container a img {
            width: 18px;
    height: 26px;
        display: block;
    }
.header-left-container > a,
.header-right-container a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-items-search, .fs-p-headerUtilityMenu__register {
    display: none;
}
.fs-l-header__welcomeMsg {
    display: none !important;
}
.fs-l-header__utility {
height: 54px;
    align-items: flex-end;
    margin-bottom: 0;
    padding: 0;
}
.fs-p-headerUtilityMenu__list a {
    padding: 0 15px;
    font-size: 14px !important;
}
.fs-p-headerNavigation__listItem a {
width: 100%;
}
.fs-p-headerNavigation__listItem {
    flex-direction: column;
}
.gn-container p {
    margin: 0;
}


}


@media screen and (max-width:768px) {
.fs-l-page {
    margin-top: 66px;
}
.fs-p-logo {
    max-width: 100%;
    margin: 0 auto;
}
.fs-p-headerUtilityMenu__list.is-ready,
.header-left-container {
    flex-wrap: nowrap;
}
.fs-p-headerUtilityMenu__list > li,
.header-sp, .sp-header-search-btn {
    flex-shrink: 0;
}
.fs-p-headerNavigation__link {
font-size: 16px !important;
align-items: flex-start;
}

.header-left-container > div.header-sp,
.sp-header-search-btn a,
.header-right-container li {
    margin: 0 8px;
    flex-shrink: 0;
}
.header-left-container > div.sp-header-search-btn {
margin: 0 !important;
}
.fs-l-header {
    padding: 6px 0;
}
.header-sp-ttl, .sp-header-search-btn, .header-right-container a {
    font-size: 10px;
}
.header-right-container {
    padding: 0;
}

.fs-l-header__logo {
    flex-shrink: 8;
}
.header-sp-ttl {
    display: block;
}

.custom-header-search-container {
top: 66px;
}

.header-factoryBrand .gn-container li {
    margin: 0;
    width: 100%;
}
.header-factoryBrand .gn-container ul li a {
    align-items: center;
}
.header-factoryBrand .gn-container ul li a img {
    width: 80%;
    max-width: 240px;
}

}

@media screen and (max-width:599px) {
.header-sp-ttl, .sp-header-search-btn, .header-right-container a {
    font-size: 9px;
}
.header-left-container > div.header-sp, .sp-header-search-btn a, .header-right-container li {
    margin: 0 7px;
}
}


/********* 【共通】common-info *********/
.common-info {
    margin: 120px 0 0;
width: 100%;
}
.insta-container {
    display: block;
    padding: 54px;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B !important;
    border-top: #1B1B1B 1px solid;
    border-bottom: #1B1B1B 1px solid;
    max-width: 824px;
    margin: 0 auto;
    letter-spacing: 2px;
}
.insta-container:hover {
    color: #1B1B1B;
    text-decoration: none;
}
.insta-container img {
    max-width: 120px;
    margin-bottom: 8px;
}
.common-info-container {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 120px auto 0;
    max-width: 736px;
    padding: 60px 0 0;
}
.common-info-container .img {
    height: 40px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-info-container .img img {
    height: 40px;
}
.common-info-container p {
    letter-spacing: 2px;
    line-height: 1.6;
    color: #1b1b1b;
    font-size: 1.2rem;
}

@media screen and (max-width:768px) {
.common-info {
    margin: 0;
}
.insta-container {
    display: none;
}
.common-info-container {
    margin-top: 0;
    flex-wrap: wrap;
}
.common-info-container > div {
    width: 50%;
    margin-bottom: 8px;
}
.common-info-container > div:last-child {
    margin-bottom: 0;
}
.common-info-container p {
    font-size: 1.1rem;
}
.common-info-container .img img {
    height: 32px;
}
.common-info-container .img {
    height: 32px;
    margin-bottom: 8px;
}
}


/********* フッター *********/
.fs-l-footer {
    border-top: none;
    padding: 0;
}
a:hover {
    opacity: .5;
    transition: all .3s;
}
.footer-logo {
    max-width: 260px;
    text-align: center;
    margin: 40px auto;
}
.footer-nav {
    margin: 0;
padding: 0;
    display: flex;
    justify-content: center;
}
.footer-nav li {
    list-style: none;
    margin: 0 32px;
}
.footer-nav li a {
    text-decoration: none;
    color: #1B1B1B;
}
.footer-sns {
    margin: 56px 0 32px;
    display: flex;
    justify-content: center;
}
.footer-sns img {
    width: 28px;
    height: 28px;
}
.footer-sns a {
    display: block;
    margin: 0 16px;
}
.fs-p-footerCopyright {
    color: #1b1b1b;
    background-color: transparent;
    padding: 32px 0;
}

.sp-footer-nav {
    display: none;
    flex-wrap: wrap;
}
.sp-footer-nav li {
    list-style: none;
    max-width: 50%;
    width: 100%;
    margin-bottom: 16px;
}
.sp-footer-nav li a {
    text-decoration: none;
    color: #1b1b1b;
}

@media screen and (max-width:768px) { 
.fs-l-footer {
    padding: 0;
}
.footer-nav {
    display:none;
}
.footer-logo {
max-width: 200px;
    margin-bottom: 0;
padding-top: 0;
}
.footer-sns {
    margin: 24px 0;
    display: flex;
    justify-content: center;
}
.fs-p-footerCopyright {
padding-top: 0;
}

.sp-footer-nav {
    display: flex;
margin: 0 16px 40px;
padding:0;
padding-top: 40px;
}

}


/********* 【トップページ】*********/
.fs-body-top .fs-pt-carousel .slick-list.draggable {
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}

/********* 【トップページ】スライダー上部 2行のニュース *********/
ul.top-headline{
    margin:0 0 0 -40px;
}
ul.top-headline li{
    text-align:center;
    padding:0.4rem 0;
    list-style:none;
    position:relative;
}
ul.top-headline li:first-child{
    background:#ECECEC;
}
ul.top-headline li:first-child::before{
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    bottom: 0;
    content: "";
    height: 8px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    transform: rotate(45deg);
    width: 8px;
}
ul.top-headline li:first-child a{
    color:#333;
    font-size:1.2rem;
}
ul.top-headline li:last-child{
    background:#7D7D7D;
}
ul.top-headline li:last-child a{
    color:#fff;
    font-size:1.2rem;
}
ul.top-headline li:last-child::before{
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    bottom: 0;
    content: "";
    height: 8px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    transform: rotate(45deg);
    width: 8px;
}

/********* 【トップページ】ニュース *********/
.fs-l-page {
    overflow: hidden;
}

.top-news-container {
    margin-top: 72px;
    display: flex;
    padding: 24px 32px;
    border-top: 1px solid #1B1B1B;
    border-bottom: 1px solid #1B1B1B;
}
.top-news-container h2 {
    margin-top: 0;
    margin-right: 48px;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0;
}
.top-news-container ul {
    margin: 10px 0 0;
}
.top-news-container ul li {
    list-style: none;
    color: #1B1B1B;
    margin-bottom: 12px;
}
.top-news-container ul li:last-child {
    margin-bottom: 0;
}
.top-news-container ul li a {
    text-decoration: none;
    color: #1B1B1B;
    font-size: 14px;
}
.top-news-container .news-date {
    min-width: 82px;
    margin-right: 24px;
}

@media screen and (max-width:768px) {
.fs-body-top .fs-l-main {
    margin-top: 0;
}
.fs-l-main {
    padding: 16px;
}
.top-news-container ul {
    padding: 0;
    margin: 0;
}
.top-news-container {
    padding: 8px 4px;
    margin-top: 0;
    flex-direction:column;
}
.top-news-container h2 {
    font-size: 16px;
    margin-right: 16px;
    margin-bottom: 10px;
    min-width: 45px;
}
.top-news-container ul li{
    display:flex;
    margin-bottom:6px;
}
.top-news-container ul li a span {
    display: block;
    font-size: 12px;
    color: #717171;
    flex-shrink:0;
}

}

/********* 【トップページ】見出し *********/
h2.top-section-ttl {
    margin-top: 140px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    color: #1B1B1B;
    font-weight: normal;
}
h2.top-section-ttl span {
    margin-top: 8px;
    display: block;
    font-size: 14px;
}

@media screen and (max-width:768px) { 
h2.top-section-ttl {
    margin-top: 64px;
}
}

/********* 【トップページ】新着商品セクション *********/
.new-arrival-section.fs-c-productListCarousel.fs-c-slick {
    display: block;
}
.new-arrival-section span.fs-c-productListCarousel__ctrl {
    display: none !important;
}
.new-arrival-section .fs-c-productListCarousel__list {
    display: block;
}
.new-arrival-section div.slick-track {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    grid-gap: 24px;
    width: 100% !important;
    transform: none !important;
}
.new-arrival-section div.slick-track::before {
    content: none !important;
}
.new-arrival-section article.fs-c-productListCarousel__list__item.fs-c-productListItem {
    min-width: 100%;
    margin: 0;
}
@media screen and (max-width:768px) { 
.new-arrival-section div.slick-track {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 16px !important;
}
}

/********* 【トップページ】商品価格パーツ *********/
.fs-c-productName__copy {
    margin-bottom: 4px;
}
.fs-c-productListItem__control {
    display: none;
}
.fs-c-productPrice__main__label {
    display: none;
}
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation,.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #1b1b1b !important;
}
.fs-c-productListItem__productName {
    margin: 16px 0 4px;
}
/* TOPの表示数を4つにする */


/********* 【トップページ】ランキング *********/
#fs_Top .fs-p-heading--lv2 {
    display: none;
}
.top_ranking_conatiner .fr3-item {
    border: 0.3px solid #e5e5e5;
}
.top_ranking_conatiner .fr3-item__link:hover {
    text-decoration: none;
}
.top_ranking_conatiner .fr3-item__productName {
    padding: 0 8px;
}
.top_ranking_conatiner .fr3-item__productPrice {
    padding: 4px 8px 16px;
}
.top_ranking_conatiner .fr3-item__link {
    gap: 16px;
}
.top_ranking_conatiner .fr3-item__productName {
    padding: 0 8px;
    color: #3c3c3c;
}
.fr3-item:hover .fr3-item__productPrice {
    opacity: .5;
}

@media screen and (max-width:599px) {
.top_ranking_conatiner .fr3-item__link {
    gap: 8px;
}
.top_ranking_conatiner .fr3-item__productPrice {
    padding: 4px 6px 8px;
}
.top_ranking_conatiner .fr3-item__productName {
    padding: 0 6px;
}
}

/********* MOREボタン *********/
.more {
    margin-top: 48px;
    text-align: center;
}
.more a {
    display: inline-block;
    text-decoration: none;
    color: #1b1b1b;
    border: #C5C5C5 1px solid;
    padding: 18px 72px;
}
.more a:hover {
    transition: all .3s;
    opacity: .5;
}

@media screen and (max-width:768px) {
.more {
    margin-top: 36px;
}
    .more a {
    padding: 16px 96px;
}
}

/********* 【トップページ】トピックス *********/
.top-topics {
    position: relative;
    margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
	width: 100vw;
}
.top-topics::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 77%;
    left: 0;
    top: 100px;
    background-color: #EEE8E5;
    z-index: -1000;
}
.top-topics-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}
.top-topics-container a {
    max-width: calc(100%/3);
    background: #fff;
    display: block;
    margin: 0 16px;
    text-decoration: none;
    color: #1B1B1B;
    width: 100%;
}
.top-topics-container a div {
    padding: 16px 16px;
    min-height: 91px;
}

@media screen and (max-width:768px) {
.top-topics {
    margin-bottom: 100px;
}
    .top-topics-container {
        padding-bottom: 0;
    }
    .top-topics-container a {
        max-width: 95%;
    }
    .top-topics-container a div {
        text-align: left;
        font-size: 14px;
        min-height: 80px;
    }
    .top-topics-container a img {
        display: block;
        width: 100%;
    }
.top-topics::before {
    top: 140px;
}
}
@media screen and (max-width:415px) {
.top-topics::before {
    top: 100px;
}
}

/********* 【トップページ】商品を探す *********/
.top-itemSearch ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.top-itemSearch ul li {
    list-style: none;
    max-width: calc(100%/2 - 2%);
    width: 100%;
    margin: 16px 1%;
    border: 1px #CBCBCB solid;
}
.top-itemSearch ul li a {
    display: block;
    text-decoration: none;
    color: #1B1B1B;
    padding: 24px 10px;
    font-size: 14px;
    position: relative;
}
.top-itemSearch ul li a::before {
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    bottom: 0;
    content: "";
    height: 8px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    transform: rotate(45deg);
    width: 8px;
}
.top-itemSearch ul li a:hover {
    opacity: .5;
    transition: all .3s;
}
@media screen and (max-width:768px) {
.top-itemSearch,
.top-itemSearch_ttl {
    display: none;
}
}

/********* 【トップページ】役立つ情報 *********/
.top-info {
    background-color: #F8F8F8;
    margin: 148px calc(50% - 50vw) 0;
	padding: 74px calc(50vw - 50% + 8px);
	width: 100vw;
}
.top-info-logo {
    text-align: center;
}
.top-info h2.top-section-ttl {
    margin-top: 48px;
    margin-bottom: 56px;
}
.top-info-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.top-info-container a {
    max-width: calc(100%/3);
    background: #fff;
    display: block;
    margin: 0 16px;
    text-decoration: none;
    color: #1B1B1B;
    width: 100%;
}
.top-info-container a div {
    padding: 20px 0 24px;
    text-align: center;
}

@media screen and (max-width:768px) {
.top-info {
    margin-top: 100px;
    padding: 56px calc(50vw - 50%) 46px;
}
.top-info-logo img {
max-width: 230px;
}
.top-info h2.top-section-ttl {
font-size: 22px;
    margin: 40px 0;
}
.top-info-container {
    flex-direction: column;
}
.top-info-container a {
    display: flex;
    max-width: 100%;
    margin: 0 0 40px;
}
.top-info-container a img {
    max-width: 45%;
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.top-info-container a div {
    padding: 24px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}
}

@media screen and (max-width:415px) {
.top-info-container a {
    margin-bottom: 24px;
}
.top-info-container a img {
     max-width: 35%;
    height: 90px;
}
.top-info-container a div {
    padding: 16px;
}
}

/********* 【商品詳細】 *********/
.fs-c-productMainImage__expandButton.fs-c-buttonContainer,
.fs-c-productListItem__viewMoreImageButton {
    display: none;
}

.fs-c-breadcrumb__list {
overflow-x: auto;
    white-space: nowrap;
    max-width: 1200px;
    margin: 0 auto;
padding: 5px 8px;
}
.fs-c-breadcrumb a {
    color: #707070;
}
.fs-l-product2 .fs-c-featuredProduct .fs-c-featuredProduct__title {
    display: none;
}

.cate-h1-contatiner h1 {
    color: #3c3c3c;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}
.cate-h1-contatiner p {
    margin: 2.4rem 0 0;
    text-align: right;
}

h1.fs-c-productNameHeading.fs-c-heading {
    font-size: 2rem;
}
.fs-c-productNumber {
    border: none;
    padding: 0;
}
.fs-c-productNumber__number {
    font-weight: normal;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
    margin-bottom: 0;
}
.fs-l-product2 .fs-c-price__value {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 4px;
}
.fs-l-product2 .fs-c-productPrice {
    font-weight: bold;
}
.fs-c-productPointDisplay {
    background: transparent;
    color: #707070;
    padding: 0;
    font-size: 1rem;
}
.fs-c-button--addToWishList--detail.fs-c-button--particular {
    background: transparent;
    padding: 8px 40px;
    box-shadow: none;
}

.fs-c-productQuantityAndWishlist__quantity {
    padding-left: 48px;
    position: relative;
}
.fs-c-quantity__number.fs-system-quantity-text,
.fs-c-quantity__select.fs-system-quantity-list {
    width: 40px;
}
.fs-c-productQuantityAndWishlist__quantity::before {
    position: absolute;
    content: "数量";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
}
.fs-l-productLayout .fs-c-button--primary {
    padding: 24px;
    font-size: 1.8rem;
    background: #9E7E38;
    border: none;
margin-top: 8px;
    position: relative;
max-width: 580px;
    width: 100%;
}
.fs-c-button--addToCart--detail .fs-c-button__label {
    position: relative;
    margin-left: 26px;
}
.fs-c-button--addToCart--detail .fs-c-button__label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-image: url(https://seiwas.itembox.design/item/cart_white.svg?t=20250317190541);
    border-right-width: 1px;
    border-left-color: currentColor;
    display: inline-block;
    height: 26px;
    width: 20px;
}

/* 商品詳細ページ */
.fs-c-featuredProduct__title {
margin: 0 !important;
    font-size: 1.8rem;
    padding: 20px;
    padding-left: 50px;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    color: #7c8790;
    position: relative;
color: #404040;
    font-weight: bold;
    cursor: pointer;
}
.fs-p-productDescription {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 2rem 0 48px;
    margin: 0 !important;
}
.fs-p-productDescription--full {
    display: block;
}
.fs-c-featuredProduct__title::before,
.fs-c-featuredProduct__title::after {
    content:'';
    position:absolute;
    left:14px;
    top: 50%;
    transform: translateY(-50%);
    width:16px;
    height:2px;
    background-color:#333;
    transition: all .5s;
}
.fs-c-featuredProduct__title::after {
    transform: translateY(-50%) rotate(90deg);
}
.detail-open::after {
    transform: translateY(-50%);
}
.fs-p-productDescription--full-ttl {
border-bottom: none;
    margin-top: 40px !important;
}
.fs-p-productDescription--short-ttl {
border-bottom: none;
}

.fs-p-productDescription--full-ttl.detail-open,
.fs-p-productDescription--short-ttl.detail-open {
border-bottom: 1px solid #CBCBCB;
}

.fs-c-productQuantityAndWishlist {
    grid-template-columns: 0.5fr 1fr;
}

.fs-c-productThumbnail__image {
    margin: 4px 1%;
    flex-basis: auto;
    min-width: auto;
    max-width: calc(100% / 8 - 2%);
}

div.product-delivery{
    background:#ececec;
    padding:1% 2%;
}
div.product-delivery h2{
    text-align:center;
    font-size:1.8rem;
}

ul.product-warning{
    margin:0 0 0 -2rem;
}
ul.product-warning li{
    margin-bottom:0.6rem;
}

.product_content_youtube {
    margin-top: 40px;
}
.product_content_youtube iframe {
    height: 270px;
}


@media screen and (max-width:599px) {
.fs-c-breadcrumb__list {
    padding: 5px 16px;
}

.fs-c-productThumbnail__image {
    margin: 4px 1%;
    max-width: calc(100% / 5 - 2%);
}
.product_content_youtube iframe {
    height: 230px;
}
.item-giftbox-banner {
    margin-bottom: 0 !important;
}


}


.items-colorVariation-container {
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    padding: 32px 0;
    margin-top: 10px;
    margin-bottom: 16px;
}
.items-colorVariation-container ul {    
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-gap: 12px;
    width: 100% !important;
    transform: none !important;
margin:0;
padding: 0;
}
.items-colorVariation-container li {
    list-style: none;
text-align: center;
}
.items-colorVariation-container li a {
    text-decoration: none;
    color: #1B1B1B;
    font-size: 1.2rem;
}
.items-colorVariation-container img {
    width: 100%;
}

/********* 【サイドバー】 *********/

@media screen and (max-width:1200px) {
aside.fs-p-drawer.fs-l-sideArea {
    display: none;
}
}

/********* 【カート】 *********/
a.fs-c-button--continueShopping.fs-c-button--standard {
    background: transparent;
    box-shadow: none;
    padding: 16px 24px;
}
.fs-c-cartTable__actionButton__container > button {
    font-size: 1rem;
    white-space: nowrap;
}
#fs_ShoppingCart .fs-c-wishlistProduct {
    margin-top: 56px;
}

/********* 【商品一覧】 *********/
.fs-c-sortItems__list__item.is-active {
    background: #9E7E38;
}
.fs-c-subgroupList__link {
    background: #fff;
}
.fs-c-subgroup .fs-c-listControl {
    display: none;
}
.fs-p-scrollingCartButton {
    display: none !important;
}
.fs-c-subgroupList > li {
    box-sizing: border-box;
    margin-right: 24px;
    margin-bottom: 8px;
    flex-basis: auto;
    flex-grow: 0;
}
a.fs-c-subgroupList__link {
    padding: 0;
    border: none;
}
.fs-c-subgroupList__label {
    position: relative;
    padding-left: 24px;
}
.fs-c-subgroupList__label::after {
    position: absolute;
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3c3c3c;
    content: "\e90c";
    font-size: 2.2rem;
    grid-column: 3;
    grid-row: 1/3;
    left: 0;
}
.fs-c-subgroupList__link::after {
display: none;
}

@media screen and (max-width:768px) {
ul.fs-c-subgroupList {
    flex-wrap: nowrap;
    width: max-content;
}
.fs-c-subgroupList > li {
flex-basis: auto;
    margin-right: 16px;
}
.fs-c-subgroupList__link {
    grid-template-columns: auto 1fr 0;
}
.fs-c-subgroup {
overflow: auto;
}
}

/* group brand kinshoku/roytouch */
div.mainvisual img{
width:100%;
height:auto;
}
.kinshoku,
.roytouch{
display:flex;
flex-wrap:wrap;
}
.kinshoku div.img,
.roytouch div.img{
width:200px;
background:#1B2E5D;
margin-right:20px;
display:flex;
align-items:center;
justify-content:center;
}
.roytouch div.img{
background:#582600;
}	
.kinshoku div.img img{
width:80%;
height:auto;
}
.roytouch div.img img{
width:70%;
height:auto;
}
.kinshoku div.txt,
.roytouch div.txt{
width:calc(100% - 220px);
}
.kinshoku div.txt p,
.roytouch div.txt p{
font-size:1.4rem;
line-height:1.8;
width:90%;
margin:2% auto;
}

@media screen and (max-width:768px) {
.kinshoku,
.roytouch{
flex-direction:column;
}
.kinshoku div.img,
.roytouch div.img{
width:100%;
margin-right:0;
justify-content:center;
}
.kinshoku div.img img,
.roytouch div.img img{
width:30%;
}
.kinshoku div.txt,
.roytouch div.txt{
width:100%;
}
.kinshoku div.txt p,
.roytouch div.txt p{
line-height:1.6;
width:100%;
}
}



/********* 【サイドバー】 *********/
.fs-p-sideMenu > li {
    margin: 0 0 24px;
}
.fs-p-sideMenu span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    border: none;
    font-weight: bold;
    font-size: 16px;
    padding-left: 0;
}

.fs-p-sideMenu .fs-pt-menu__link::before, .fs-p-sideMenu .fs-pt-menu__link::after {
    display: none;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border-bottom: none;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 a {
    padding: 8px 16px;
}
.fs-p-sideMenu a:hover {
    background: transparent;
    color: #3c3c3c;
    opacity: .7;
}
.fs-p-drawer__heading {
    font-size: 1.6rem;
    color: #3c3c3c;
    font-weight: bold;
    border: none;
    text-align: left;
    padding: 0;
    margin-bottom: 8px;
}
.fs-l-sideArea {
    max-width: 240px;
    width: 100%;
}
.custom_sideMenu_lists {
    margin: 0;
    padding: 0;
    margin-top: 40px;
}
.custom_sideMenu_lists li {
    list-style: none;
    margin-bottom: 8px;
}
.custom_sideMenu_lists li a {
    color: #1b1b1b;
    font-size: 1.4rem;
}

.fs-l-sideArea li:hover span.fs-pt-menu__heading.fs-pt-menu__heading--lv1::before {
    opacity: 0.5;
    transition: all .5s;
}
.fs-p-sideMenu span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    position: relative; 
    margin: 0 0 0 8px;
}
.fs-l-sideArea span.fs-pt-menu__heading.fs-pt-menu__heading--lv1::before {
    position: absolute !important;
    content: "";
    background: #3c3c3c;
    width: 3px;
    height: 24px;
    left: -12px;
}

/********* 【会員登録ページ】 *********/
.fs-p-logo {
    align-items: self-start;
    max-width: 1200px;
    margin: 0 auto;
}
.fs-l-header--min {
    padding: 16px;
    border-bottom: none;
}

/********* 【特定商】 *********/
.fs-c-documentArticle__heading {
    background: transparent;
    color: #3c3c3c;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 2.4rem 0 8px;
    padding: 4px 8px;
    text-align: left;
    padding-left: 0;
}

.fs-c-documentColumn__heading {
    color: #3c3c3c;
    border-color: #b2b2b2;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 8px;
    margin-bottom: 8px;
    position: relative;
    margin-top: 3.6rem;
    padding-left: 0;
}
.fs-c-documentColumn__heading:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #9E7E38;
    width: 20%;
    height: 1px;
}
.fs-c-documentColumn__content p {
    margin: 1rem 0;
    line-height: 1.6;
    font-size: 1.6rem;
}

.listing li {
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 1.6rem;
}

/********* 【お問合せページ】 *********/
.page-contact_box {
    margin-bottom: 32px;
}
.page-contact_btn {
    text-align: center;
    margin-top: 40px;
}
.page-contact_btn input[type="submit"] {
    border: none;
    padding: 20px;
    max-width: 200px;
    width: 100%;
    background: #9E7E38;
    color: #fff;
    cursor: pointer;
    border-radius: 0 !important;
}


/********* 【SEIWAについて】 *********/
.page-about > section {
    margin-top: 64px;
}
.page-about h2 {
    font-size: 24px;
    padding: 0 0 10px;
    margin: 0 0 30px;
    position: relative;
    border-bottom: 3px solid #eee;
}
.page-about h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    height: 0;
    border-bottom: 3px solid #9E7E38;
}
.page-about h3 {
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: bold;
    border-left: 10px solid #9E7E38;
    padding-left: 10px;
    margin-bottom: 20px;
}

dl.table {
    margin: 0px 0 15px;
    list-style: none;
    overflow: auto;
}
dl.table dt {
    clear: both;
    width: 150px;
    float: left;
    padding: 15px 0;
    line-height: 1.6;
}
dl.table dd {
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px 150px;
    line-height: 1.6;
    margin: 0px;
}
dl.table dd ul {
padding: 0;
    margin: 0;
    margin-left: 20px;
}

.flex-container-three {
    display: flex;
}
.map iframe {
    width: 100%;
    height: 250px;
}

.flex-conatiner-two {
    display: flex;
}
.flex-conatiner-two div {
    width: 50%;
}
.page-about .flex-conatiner-two div.img {
    display: flex;
    margin-left: 16px;
}
.page-about .flex-conatiner-two div.img img {
height: 135px;
}

.logo-info-container {
    display: flex;
}
.logo-info-container div.txt {
    box-shadow: 1px 1px 3px #ccc;
    width: 60%;
    padding: 2%;
    height: max-content;
    background: rgba(255,255,255,0.8);
    margin: auto -5% 0 0;
    z-index: 2;
    line-height: 1.6;
    font-size: 16px;
}
.flex-row-reverse {
    flex-direction: row-reverse;
    margin-bottom: 48px;
}
.flex-row-reverse div.txt {
    margin:auto 0 0 -5%;
}

.about-05 > section {
    margin-bottom: 56px;
}
.about-07 > section {
    margin-bottom: 16px;
}

@media screen and (max-width:768px) {
.page-about h2::after {
    width: 100px;
}
dl.table dt {
    width: auto;
    float: inherit;
    padding: 15px 0 0;
    color: #666;
}
dl.table dd {
    border-bottom: 1px solid #ddd;
    padding: 5px 0 15px;
}

.logo-info-container {
    flex-direction: column-reverse;
}
.logo-info-container div.txt {
    width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width:599px) {
.about-07 > section {
    flex-direction: column-reverse;
}
.flex-conatiner-two div {
    width: 100%;
}
.page-about .flex-conatiner-two div.img {
    margin-left: 0;
}
.page-about .flex-conatiner-two div.img img {
    height: auto;
}
.map iframe {
    height: 180px;
}
}

/* 20240509追加パーツ */
.txt-container {
    display: flex;
    margin-bottom: 24px;
}
.txt-container .img {
    max-width: 240px;
    min-width: 240px;
}
.txt-container .img img {
    width: 100%;
}
.txt-container section {
    margin-left: 24px;
}
.txt-container section h2 {
    font-size: 24px;
    padding: 0 0 10px;
    margin: 16px 0 24px;
    position: relative;
    border-bottom: 3px solid #eee;
}
.txt-container section h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    height: 0;
    border-bottom: 3px solid #9E7E38;
}
@media screen and (max-width: 768px) {
.txt-container section h2::after {
    width: 100px;
}
}
@media screen and (max-width: 599px) {
    .txt-container {
        flex-direction: column;
    }
    .txt-container .img {
        max-width: 100%;
    }
    .txt-container section {
        margin-left: 0;
    }
}

.flexImg-col-one,
.flexImg-col-two {
    margin: 0 -0.5% 24px;
    padding: 0;
    display: flex;
}
.flexImg-col-one li,
.flexImg-col-two li {
    list-style: none;
    margin: 0 0.5%;
    width: 49%;
}
.flexImg-col-one li img,
.flexImg-col-two li img {
    width: 100%;
}
@media screen and (max-width: 599px) {
    .flexImg-col-one {
        flex-direction: column;
        margin: 0 0 24px;
    }
    .flexImg-col-two {
        flex-wrap: wrap;
        margin: 0 -8px 24px;
    }
    .flexImg-col-one li {
        margin: 0 0 16px;
    }
    .flexImg-col-two li {
        width: calc(100% / 2 - 16px);
        margin: 0 8px 16px;
    }
.txt-container section h2 {
    font-size: 20px;
    margin: 16px 0;
}
}