@charset "utf-8";

/* common selector
--------------------------------------*/
body {
    font-weight: 500;
    width: 100%;
    display: block;
}

.fs-l-page {
    overflow: hidden !important;
}

h2 {
    font-family: "futura-pt", "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 3.25em;
    font-weight: normal;
    margin: initial;
}

h3 {
    margin: 0.5em 0 3.75em 0;
}

.fs-l-page h3{
    text-align: center;
}

section {
    margin-bottom: 12.5rem;
}

.sec-container,
nav.fs-c-breadcrumb {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

nav.fs-c-breadcrumb {
    padding-top: 2.25%;
}

.bg-gray {
    width: 100%;
    padding: 12.5rem 0;
    background: #F7F7F5;
}

.section_btn {
    width: 57.5%;
    display: block;
    padding: 1.5rem 0;
    margin: 4.5rem auto 0;
    color: #fff !important;
    background: #000;
    text-align: center;
}

.section_btn:hover {
    opacity: 0.7;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}


@media screen and (min-width: 1200px) {

    .fs-l-sideArea+.fs-l-pageMain,
    .fs-l-pageMain+.fs-l-sideArea {
        max-width: 1200px;
    }
}

section.fs-l-pageMain {
    margin: 2.25em auto 0 auto;
}

section.fs-l-pageMain h2,
.fs-body-category h2 {
    text-align: center;
    font-weight: normal;
}

section.fs-l-pageMain h3,
body#fs_ProductCategory h3,
.fs-body-product section.fs-l-pageMain {
    text-align: center;
    font-size: 1.15em;
    font-weight: normal;
    margin: 0.65em 0 4.55em 0;
}

section.fs-l-pageMain .item_series h3 {
    text-align: left;
    margin: 1.25em 0 1.25em 0;
    font-weight: bold;
}

section.fs-l-pageMain .item_series h3:nth-child(2) {
    margin: 2.25em 0 1.25em 0;
    border-top: 1px solid;
}

section.fs-l-pageMain .item_series h3 br {
    display: none;
}

.fr2-carousel .rcmd-slick-list {
    margin: 0 48pxt;
}

.fs-l-productLayout__item.fs-l-productLayout__item--3 .top_ttl_bg {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 1.55em;
}

section.fs-l-pageMain .top_ttl_bg img {
    max-width: 400px;
}

.fs-pt-column__heading {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 1.75rem 0 1.25rem;
}

.fs-pt-column__description {
    font-weight: 400;
    display: block;
    margin-bottom: 3.75rem;
}

.fs-c-productListItem__productName {
    text-align: left !important;
}

.fs-c-productName__copy {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.fs-c-productName__copy,
.fs-c-productName__name,
.fs-c-productName__variation {
    line-height: 140%;
}

.fs-c-productPrice__main__label {
    font-size: 1.15rem;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fr2-listItem__productPrice.fr2-price {
    font-size: 2.00rem;
    color: #000000;
    margin-right: 3px;
}

.fs-body-top .fs-c-productMark__mark {
    border-radius: 0px;
}

.fs-c-productMark__mark--image2 {
    padding: 0;
    border: 2px solid #666666;
    width: 52px;
    height: 52px;
}

.fs-c-productMark__mark--image3 {
    padding: 0;
    width: 52px;
    height: 52px;
}

span.fs-c-productMark__mark--image.fs-c-productMark__mark {
    background: none;
}

.fs-c-heading {
    line-height: 170%;
    letter-spacing: 2px;
}

.fs-c-productNumber {
    border: none;
    padding: 0;
    font-size: 1.35rem;
}

.fs-c-productNumber__number {
    font-weight: normal;
}

span.fs-c-price__currencyMark {
    font-size: 1.00em;
    font-weight: normal;
}

span.fs-c-price__value {
    font-size: 1.00em;
    font-weight: normal;
}

.fs-c-button--inquiryAboutProduct {
    color: #FFF;
    width: 100%;
    text-align: center;
}

.fs-c-subgroupList__image {
    margin-right: 0;
}

.fs-top-feature-title {
    position: relative;
}

.fs-top-feature-title-link {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #3572b0;
}

.fs-top-feature-title-link:visited {
    color: #3572b0;
}

.fs-top-feature {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fs-top-feature-item {
    margin: 0 0 8px;
    padding: 0;
    overflow: hidden;
}

.fs-top-feature-item a {
    display: block;
}

.fs-top-feature-item img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

/*定価に取消線を入れる*/
.fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
}

/*カラバリ*/
.fs-c-productMark__mark--image2 {
    padding: 0;
    border: 2px solid #666666;
    width: 52px;
    height: 52px;
}

.fs-c-productMark__mark--image3 {
    padding: 0;
    width: 52px;
    height: 52px;
}

@media screen and (max-width: 768px) {

    .fs-l-page {
        margin-top: 140px;
    }

    h2 {
        font-size: 2.25em !important;
    }

    section {
        margin-bottom: 8.5rem;
    }

    .sec-container {
        padding: 0 3.75%;
    }

    .bg-gray {
        padding: 8.5rem 0 !important;
    }

    .section_btn {
        width: 87.5%;
        padding: 1.5rem 0;
    }

    h3 {
        margin: 0.5em 0 2em 0;
    }

    nav.fs-c-breadcrumb {
        padding-top: 0%;
    }

    .fs-c-breadcrumb__list {
        padding: 0 1.25em !important;
    }

    .fs-c-breadcrumb__listItem {
        display: contents !important;
    }


    .fs-pt-column__heading {
        font-size: 18px;
        margin: 1.25rem 0 1rem;
    }

    .fs-pt-column__description {
        font-size: 14px;
        margin-bottom: 3.25rem;
    }

    section.fs-l-pageMain h3 {
        margin: 0.65em 0 1.55em 0;
    }

    .fr2-carousel .rcmd-slick-list {
        margin: 0 !important;
    }

    .fs-c-productListCarousel.fs-c-slick {
        position: relative;
    }

    .fs-c-productListCarousel.fs-c-slick .fs-c-productListCarousel__ctrl {
        position: absolute;
        top: 20%;
    }

    .fs-c-productListCarousel.fs-c-slick span.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next.slick-arrow {
        right: -5%;
    }

    .fs-c-productListCarousel.fs-c-slick span.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev.slick-arrow {
        left: -5%;
        z-index: 1;
    }

    .fr2-carousel .rcmd-slick-next {
        right: -7.5% !important;
    }

    .fr2-carousel .rcmd-slick-prev {
        left: -7.5% !important;
    }

    a.fr2-listItem__link {
        display: block;
    }

    .fs-c-productMark__mark {
        font-size: 8.05px !important;
    }

}

@media screen and (max-width: 640px) {

    .fs-l-page {
        margin-top: 126.25px;
    }

}



/* header・footer共通
  --------------------------------------*/
.fs-p-logo {
    padding: 2px;
}

/*SNS*/
li.fs-p-footerSnsLink__item img {
    float: left;
    margin: -10px 7px 0 0;
}

.fs-p-footerSnsLink {
    display: flex;
}

.fs-p-footerSnsLink__item+.fs-p-footerSnsLink__item {
    margin-left: 8px;
}

a.fs-p-footerSnsLink__item__icon.contact_btn {
    background: #000;
    border-radius: 100px;
    padding: 0.55em 3.25em;
    color: #fff;
    margin-top: -8px;
}

li.fs-p-footerSnsLink__item:nth-child(4) a br,
li.fs-p-footerSnsLink__item:nth-child(5) a br {
    display: none !important;
}

img.contact_btn_icon {
    float: left;
    margin: 2px 5px 0 0 !important;
}

@media screen and (max-width: 768px) {

    .fs-sp-drawer__menu,
    .fs-l-footer .menu_dw {
        font-size: 15px !important;
    }

    /*SNS*/
    .fs-p-footerSnsLink {
        display: inline-block;
        margin: 0 auto;
        padding: 0 0.65em;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 7.55em;
        display: flex;
        flex-wrap: wrap;
    }

    .fs-p-footerSnsLink>li {
        box-sizing: border-box !important;
        width: fit-content !important;
        display: inline-block !important;
        text-align: center !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    li.fs-p-footerSnsLink__item {
        vertical-align: middle;
        order: 2;
    }

    .fs-p-footerSnsLink__item+.fs-p-footerSnsLink__item {
        margin-left: initial;
    }

    li.fs-p-footerSnsLink__item img {
        float: left;
        margin: initial;
    }

    li.fs-p-footerSnsLink__item.re_footer_sns_contact {
        clear: both;
        width: 100%;
        margin: 0 auto 0 auto;
        box-sizing: border-box;
        display: block;
    }

    li.fs-p-footerSnsLink__item:nth-child(5) {
        width: auto;
        max-width: 77px;
        overflow-wrap: break-word;
    }

    li.fs-p-footerSnsLink__item:nth-child(6) {
        width: 90% !important;
        max-width: 100%;
        overflow-wrap: break-word;
        order: 1 !important;
        margin-bottom: 13.5px;
    }

    a.fs-p-footerSnsLink__item__icon {
        color: #000;
    }

    a.fs-p-footerSnsLink__item__icon.contact_btn {
        background: #000;
        padding: 1em 3.25em;
        color: #fff;
    }

    img.contact_btn_icon {
        float: left;
        margin: 2px 5px 0 0 !important;
    }

    li.fs-p-footerSnsLink__item:nth-child(4) a,
    li.fs-p-footerSnsLink__item:nth-child(5) a {
        font-size: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    li.fs-p-footerSnsLink__item:nth-child(4) a img,
    li.fs-p-footerSnsLink__item:nth-child(5) a img {
        margin-bottom: 3.5px;
    }

    li.fs-p-footerSnsLink__item:nth-child(4) a br,
    li.fs-p-footerSnsLink__item:nth-child(5) a br {
        display: block !important;
    }

    li.fs-p-footerSnsLink__item img {
        width: 45px;
    }

    li.fs-p-footerSnsLink__item:nth-child(6) img {
        width: 22.5px;
    }

    .accordion_btn>.menu-item {
        position: relative;
    }

    .accordion_btn>.menu-item::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        width: 0px;
        height: 0px;
        border: 0.45em solid transparent;
        border-left: 0.8em solid #000;
    }

    .accordion_btn.open>.menu-item::after {
        transform: rotate(90deg);
        right: 10px;
    }

}

@media screen and (max-width: 400px) {

    .fs-p-logo a {
        width: 88.5%;
        display: flex;
        justify-content: center;
    }

}

/* header
  --------------------------------------*/
.fs-l-header {
    padding-top: 0;
}

.fs-l-header__logo {
    display: inline-block;
    width: 28%;
}

.fs-p-welcomeMsg {
    font-size: 0.95em;
}

.fs-clientInfo.is-ready {
    margin-top: 0;
    margin-bottom: 0;
}

.fs-l-header__utility {
    display: inline-block;
    width: 71%;
    text-align: right;
}

nav.fs-p-headerUtilityMenu {
    display: inline-block;
    width: 95%;
}

.fs-p-productSearch {
    width: 4%;
    border-bottom: 0;
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
}

.fs-p-productSearch__formSwitch {
    background: none;
}

.fs-p-productSearch__search {
    width: 400px;
    top: 157px;
    right: 0;
    position: absolute;
    z-index: 2;
    background: #fff;
}

.fs-p-productSearch__search td.fs-c-inputTable__dataCell {
    width: 334px;
}

.fs-c-button--secondary {
    background: #000;
    border: 1px solid #000;
}

.fs-l-header__contents {
    display: block;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.fs-p-headerNavBar {
    background: #000000;
    border-bottom: 0;
}

.fs-p-headerNavigation {
    margin: auto;
    max-width: 1160px;
    display: block;
}

.fs-p-headerNavigation__link {
    padding: 4px;
}

ul.fs-p-headerNavigation__list {
    display: block;
}

li.fs-p-headerNavigation__listItem {
    display: inline-block;
    width: auto;
    padding: 0 0.65em;
}

ul.fs-pt-menu.fs-pt-menu--lv1 span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    display: block !important;
}

.fs-l-header .menu_dw ul {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.fs-l-header .menu_dw ul>li>a {
    padding: 7px 30px !important;
}

table.fs-p-productSearch__inputTable.fs-c-inputTable tr:nth-child(3) {
    display: none;
}

.scroll-infinity__list--left {
    margin: 0;
}

.loop_wrap {
    display: flex;
    width: 100vw;
    height: auto;
    overflow: hidden;
}

.loop_wrap img {
    width: 100%;
    height: 30px;
    position: absolute;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
}

.fs-p-headerUtilityMenu__list>li {
    display: flex;
    margin-right: 14px;
}

.fs-p-headerUtilityMenu__list a::before {
    content: none;
}

li.fs-pt-menu__item.fs-pt-menu__item--lv1::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: -4px;
}

li.Re\.HeaderNavigationMenu_cart.fs-pt-menu__item.fs-pt-menu__item--lv1::before {
    background-image: url(https://ucollection.itembox.design/item/icon_cart.png);
}

li.Re\.HeaderNavigationMenu_favorite.fs-pt-menu__item.fs-pt-menu__item--lv1::before {
    background-image: url(https://ucollection.itembox.design/item/icon_favorite.png);
}

li.Re\.HeaderNavigationMenu_login.fs-pt-menu__item.fs-pt-menu__item--lv1::before {
    background-image: url(https://ucollection.itembox.design/item/icon_login.png);
}

li.Re\.HeaderNavigationMenu_guide.fs-pt-menu__item.fs-pt-menu__item--lv1::before {
    background-image: url(https://ucollection.itembox.design/item/icon_guide.png);
}

li.Re\.HeaderNavigationMenu_ginza.fs-pt-menu__item.fs-pt-menu__item--lv1::before {
    background-image: url(https://ucollection.itembox.design/item/icon_shop.png);
}

/* PCヘッダーナビゲーション */
.fs-l-header .menu_dw {
    position: relative;
    width: 100%;
    background-color: #000;
}

.fs-l-header .menu_dw ul>li {
    display: inline-block;
}

.fs-l-header .menu_dw ul>li>a {
    padding: 15px 30px;
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #fff;
}

.fs-l-header .menu_dw ul>li>span {
    margin-left: 1.2em;
}

.fs-l-header .menu_dw ul>li:hover>a {
    background-color: #F7F7F5;
    color: #444;
    text-decoration: none;
}

.fs-l-header .menu_dw ul li ul {
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    background: #F7F7F5;
    z-index: 2;
    padding: 4.25em 3.15em 3.05em 3.15em;
}

.fs-l-header .menu_dw ul li ul li {
    display: block;
}

.fs-l-header .menu_dw ul li ul li a {
    background-color: #F7F7F5;
    color: #444;
    padding: 15px 30px;
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.fs-l-header .menu_dw ul li ul li a:hover {
    background-color: #fff;
}

.fs-l-header .menu_dw ul li ul {
    display: none;
}

.fs-l-header .menu_dw ul li:hover ul {
    display: block;
}

.fs-l-header .menu_dw ul.fs-pt-menu__submenu.fs-pt-menu--lv2 {
    list-style: none;
    width: 100%;
}

ul.fs-pt-menu__submenu.fs-pt-menu--lv2 li {
    display: inline-block;
    width: 32%;
}

.fs-l-header .menu_dw ul.fs-pt-menu.fs-pt-menu--lv1 {
    padding: 0 7.25em;
    background: #F7F7F5;
    margin-top: -47px;
}

.fs-l-header .menu_dw ul.fs-pt-menu__submenu.fs-pt-menu--lv2 {
    background: #F7F7F5;
}

li.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--brand:before {
    display: none;
}

ul.fs-pt-menu.fs-pt-menu--lv1 span.fs-pt-menu__heading.fs-pt-menu__heading--lv1 {
    display: none;
}

.fs-l-header ul.menu_dw_child {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 3.25em 1.15em 3.05em 1.15em;
}

.fs-l-header ul.menu_dw_child li {
    display: inline-block !important;
    width: 20%;
    padding-bottom: 1.15em;
    position: relative;
}

.fs-l-header ul.menu_dw_child li span.span_left {
    display: inline-block;
    width: 49%;
    margin: 0;
    text-align: left;
    vertical-align: top;
}

.fs-l-header ul.menu_dw_child li img {
    display: inline-block;
    width: 25%;
    margin: 0;
    border: 1px solid #000;
    padding: 8px;
    background: #fff;
    box-sizing: border-box;
}

.fs-l-header ul.menu_dw_child li::before {
    position: absolute;
    top: 1.20em;
    left: 2.00em;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #000;
    content: "";
}

/* ヘッダーお知らせ */
.fs-l-header__banner-slick .slick-slide img {
    height: 30px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.fs-l-header__news {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    user-select: none;
    background: #f7f7f5;
    padding: 0.55em 0.15em;
}

.fs-l-header__news-item {
    font-size: 1em;
    text-align: center;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    animation: slideshow4 24.5s linear infinite;
    /*件数を増やしたら合計の秒数を変更*/
    opacity: 0;
}

.fs-l-header__news-item a {
    color: #000000;
    text-decoration: none;
}

@keyframes slideshow4 {
    0% {
        opacity: 0;
    }

    7% {
        opacity: 1;
    }

    10% {
        opacity: 1;
    }

    15% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*↑追加する場合は件数を増やして%を調整*/
.fs-l-header__news-item:nth-of-type(1) {
    animation-delay: 0s;
}

.fs-l-header__news-item:nth-of-type(2) {
    animation-delay: 3.5s;
}

.fs-l-header__news-item:nth-of-type(3) {
    animation-delay: 7s;
}

.fs-l-header__news-item:nth-of-type(4) {
    animation-delay: 10.5s;
}

.fs-l-header__news-item:nth-of-type(5) {
    animation-delay: 14s;
}

.fs-l-header__news-item:nth-of-type(6) {
    animation-delay: 17.5s;
}

.fs-l-header__news-item:nth-of-type(7) {
    animation-delay: 21s;
}

/*追加する場合は件数を増やして、3.5s足した数字を入力*/
.fs-icon--navCtrl,
.re_header_navi_menu,
.fs-sp-drawer {
    display: none;
}

@media screen and (max-width: 768px) {

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

    .fs-l-header {
        padding-top: 0;
    }

    .fs-l-header__contents {
        padding: 0 7.5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .fs-l-header__logo {
        width: 205px;
        position: relative;
        z-index: 999;
    }

    .fs-icon--navCtrl,
    .re_header_navi_menu,
    .fs-sp-drawer {
        display: block;
    }

    .fs-icon--navCtrl {
        font-size: 1.85em;
    }

    .fs-icon--close {
        font-size: 2.5em;

    }

    .fs-l-header__utility {
        display: none !important;
    }

    ul.re_header_navi_menu {
        list-style: none;
        margin: initial;
        display: flex;
        z-index: 999;
    }

    ul.re_header_navi_menu li {
        width: 27.5px;
        margin: 2.5px;
    }

    .fs-l-header .menu_dw {
        display: none;
    }

    /* メニューアイコン */
    .fs-sp-drawerButton__icon {
        cursor: pointer;
        font-size: 24px;
        margin: 20px;
        display: inline-block;
    }

    /* メニューの基本設定 */
    .fs-sp-drawer {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: left 0.3s ease;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        padding: 42.5px 7.5px 20px;
        transition: all 0.35s linear 0s;
        z-index: 99;
    }

    .fs-sp-drawer.open {
        left: 0%;
    }

    .accordion_contents {
        display: none;
        padding-left: 7.5px;
    }

    .accordion_contents>li:first-of-type {
        margin-top: 12.5px;
    }

    .fs-sp-drawer__scroll {
        height: 97.5%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .fs-sp-drawer__menu {
        list-style: none !important;
        padding: 0 10px;
        margin: 3rem 0 5rem;
    }

    .fs-sp-drawer__menu ul {
        list-style: none;
    }

    .fs-sp-drawer__menu li {
        padding: 15px 7.5px;
        border-bottom: 1px solid #ddd;
    }

    .fs-sp-drawer__menu li:last-of-type {
        padding: 15px 7.5px 0;
        border-bottom: initial;
    }

    .fs-sp-drawer__menu a {
        text-decoration: none;
        color: black;
        display: block;
    }

    .accordion_contents {
        display: none;
        padding-left: 15px;
    }

    /*検索窓のエリア*/
    #search-wrap {
        position: relative;
    }

    #search-text:focus {
        position: absolute;
        right: 10px;
        width: 250px;
        padding: 20px 0 20px 45px;
        box-shadow: 0 2px rgba(6, 0, 1, .26);
    }

    #search-text {
        -webkit-appearance: none;
        width: 30px;
        height: 27.75px;
        border: none;
        background: #fff url(https://ucollection.itembox.design/item/icon_search.png) no-repeat 2.5px center;
        background-size: 27.5px 27.5px;
        transition: all 0.5s;
        outline: none;
        cursor: pointer;
    }
}

@media screen and (max-width: 400px) {

    .fs-l-header__logo {
        padding: 0 !important;
    }

    .fs-p-logo a {
        width: 88.5%;
    }

}

/* 商品一覧共通
  --------------------------------------*/
h2.fs-c-productListItem__productName {
    text-align: left !important;
}

h2.fs-c-productListItem__productName a:hover {
    text-decoration: none;
}

span.fs-c-productName__copy {
    font-size: 16px;
    font-weight: normal;
    margin-top: 3.5%;
}

span.fs-c-productName__name {
    line-height: 23px;
    font-size: 13px;
}


.fs-c-productMark>li {
    margin-bottom: 0.20em;
}

.fs-c-productPrice__main__label:after {
    content: "";
    white-space: pre;
}

span.fs-c-price__currencyMark {
    font-size: 1.00em;
    font-weight: normal;
}

span.fs-c-price__value {
    font-size: 1.00em;
    font-weight: normal;
}

span.fs-c-productPrice__main__label {
    position: relative;
}

.fs-c-productListItem__prices.fs-c-productPrices span.fs-c-productPrice__main__label {
    position: fixed;
}

span.fs-c-productPrice__main__price.fs-c-price {
    position: relative;
    margin-top: 0.95em;
}

.fs-c-productListItem__control.fs-c-buttonContainer {
    display: none;
}


/* footer
  --------------------------------------*/

/*最近見た商品*/
.viewed-items .fs-p-heading--lv2 {
    display: none !important;
}

.viewed-items h3.fr2-listItem__productName {
    margin: 1em 0 1.35em !important;
    text-align: left !important;
}

.fr2-listItem__productPrice.fr2-price {
    font-size: 2rem;
}

/*STORE INFORMATION*/
.fs-l-footer__contents {
    margin: auto;
    width: 100%;
    max-width: none;
}

.fs-l-footer {
    position: relative;
    border-top: 0;
    background-color: #fff;
    color: #000;
}

.fs-l-footer a {
    text-decoration: none;
}

footer.fs-l-footer section.feature_recommend {
    margin: 0 0 5.55em 0;
}

h3.fr2-listItem__productName {
    margin-bottom: 1.25em;
}

div#_rcmdjp_display_2 {
    margin-bottom: 4.25em;
}

div#_rcmdjp_display_2 h2.fs-p-heading--lv2 {
    display: none;
}

div#_rcmdjp_display_2 h2.fr2-productListItem__productName {
    line-height: 23px;
    font-size: 13px;
    text-align: left;
    margin-bottom: 1.55em;
}

div#_rcmdjp_display_2 span.fr2-price__value,
div#_rcmdjp_display_2 span.fr2-price__currencyMark {
    font-size: 1.30em;
}

.footer_store_information_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}

.footer_store_information_list li {
    width: calc(90%/3);
    display: inline-block;
    vertical-align: top;
}

.footer_store_information_list li:nth-of-type(1),
.footer_store_information_list li:nth-of-type(3) {
    height: 100% !important;
}

.footer_store_information_list .store-exterior,
.footer_store_information_list iframe {
    width: 100% !important;
    min-height: 453px !important;
    object-fit: cover;
}

.footer_store_information_list li:nth-child(3n) {
    margin-right: 0;
}

ul.footer_store_information_list h4 {
    font-size: 1.35em;
    margin: 0.8em 0;
}

ul.footer_store_information_list p {
    line-height: 1.95em;
}

.img_tax {
    max-width: 200px;
    margin: 1.25em 0;
}

a.footer_store_information_btn {
    width: 100%;
    background: #000;
    display: block;
    text-align: center;
    padding: 0.65em 0;
    color: #fff;
}

a.footer_store_information_btn:hover {
    background: #888;
    text-decoration: none;
}

/*AFTER SERVICE*/
.footer_after_service_list {
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: 1160px;
}

.footer_after_service_list li {
    width: calc(96%/2);
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}

.footer_after_service_list li:nth-child(2n) {
    margin-right: 0;
}

ul.footer_after_service_list h4 {
    font-size: 1.35em;
    margin: 0.8em 0;
}

ul.footer_after_service_list p {
    line-height: 1.95em;
}

.img_ueni {
    max-width: 337px;
    margin: 1.25em 0;
}

.fs-l-footer__box {
    background: #F7F7F5;
    padding: 3.5rem 0;
}

.fs-l-footer .menu_dw {
    list-style: none !important;
    padding-left: 0;
    max-width: 1216px;
    margin: 0 auto 25px;
    padding: 0 2.25rem;
    display: flex;
    justify-content: space-between;
}

.fs-l-footer .menu_dw>li {
    width: 22.5%;
}

.fs-l-footer .menu_dw li a {
    color: #000 !important;
}

.fs-l-footer .menu-title {
    font-size: 1.05em;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 5px;
    margin-bottom: 12.5px;
    display: block;
    width: 100%;
}

.fs-l-footer .menu_dw_child {
    font-size: 13px;
    list-style: none !important;
    padding-left: 5px;
}

.fs-l-footer .menu_dw_child li {
    margin-bottom: 7.5px;
}

.fs-l-footer .fs-sp-drawer {
    display: none;
}

.fs-l-footer__box .fs-l-footer__logo {
    display: block;
    margin: 2.25em auto 0 auto;
}

.fs-p-footerCopyright {
    background-color: #000000;
    padding: 0.95em 0 2.25em 0;
}

@media screen and (max-width: 768px) {

    /*フッターここから*/
    .fs-l-footer__contents {
        margin: auto;
        width: 100%;
        max-width: none;
        overflow: hidden;
    }

    .fs-l-footer {
        position: relative;
        border-top: 0;
        background-color: #fff;
        color: #000;
    }

    /*STORE INFORMATION*/
    .store_information {
        width: 100%;
    }

    .footer_store_information_list {
        width: 100%;
        list-style: none;
        padding: 0;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
    }

    .footer_store_information_list li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .footer_store_information_list .store-exterior,
    .footer_store_information_list iframe {
        min-height: 475px !important;
    }

    ul.footer_store_information_list h4 {
        font-size: 1.35em;
        margin: 0.8em 0;
    }

    ul.footer_store_information_list p {
        line-height: 1.95em;
    }

    .img_tax {
        max-width: 200px;
        margin: 1.25em 0;
    }

    a.footer_store_information_btn {
        width: 100%;
        padding: 0.65em 0;
        margin-bottom: 3.5rem;
    }

    a.footer_store_information_btn:hover {
        background: #888;
        text-decoration: none;
    }

    /*AFTER SERVICE*/
    .after_service {
        width: 100%;
        margin: 0 auto;
        padding: 2.55em 0.85em;
    }

    .after_service h3 {
        margin-bottom: 2.55em;
    }

    .footer_after_service_list {
        list-style: none;
        padding: 0;
        width: 100%;
    }

    .footer_after_service_list li {
        width: 100%;
        margin-right: 0;
        display: inline-block;
        vertical-align: top;
    }

    .footer_after_service_list li:nth-child(2n) {
        margin-right: 0;
    }

    ul.footer_after_service_list h4 {
        font-size: 1.35em;
        margin: 0.8em 0;
    }

    ul.footer_after_service_list p {
        line-height: 1.95em;
    }

    .img_ueni {
        max-width: 337px;
        margin: 1.25em 0;
    }

    /*フッターメニュー*/
    .fs-l-footer .menu_dw {
        flex-direction: column;
    }

    .fs-l-footer .menu_dw a {
        color: #000 !important;
    }

    .fs-l-footer .menu_dw>li {
        width: 100%;
    }

    .fs-l-footer .menu_dw {
        display: none;
    }

    .fs-l-footer .fs-icon--close:before {
        display: none;
    }

    .fs-l-footer .fs-sp-drawer .fs-p-footerSnsLink {
        display: none;
    }

    .fs-l-footer .fs-sp-drawer {
        display: block;
    }

    .fs-l-footer .fs-sp-drawer,
    .fs-l-footer .ffs-icon--close,
    .fs-l-footer .fs-sp-drawer__scroll,
    .fs-l-footer .fs-sp-drawer .fs-sp-drawer__scroll {
        display: contents;
    }

    .fs-l-header__logo {
        display: flex;
    }

    .fs-l-footer__utility__box .fs-l-header__logo {
        display: block;
        margin: 2.25em auto 0 auto;
    }

    .fs-p-footerCopyright {
        background-color: #000000;
        padding: 0.95em 0 2.25em 0;
    }

    footer.fs-l-footer .fs-p-footerSnsLink {
        margin-bottom: 0;
    }

    footer.fs-l-footer .menu {
        padding-top: 3.25em;
    }

}