<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

/*ãƒ—ãƒ¬ãƒ“ãƒ¥ãƒ¼ãƒ˜ãƒƒãƒ€ãƒ¼éžè¡¨ç¤º*/
.fs-preview-header {
    display: none !important;
}

.fs-l-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* èª¿æ•´CSS */
main.fs-l-main  {
    width: 100%!important;
    max-width: 100%!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin: 0 auto;
    padding: 0px;
    display: block;
    flex-wrap: nowrap;
    justify-content: normal;
}

.fs-l-main .fs-l-pageMain {
    width: 100%!important;
    max-width: 100%!important;
  }


/* TVãƒ•ãƒªãƒ¼ãƒšãƒ¼ã‚¸ãƒ˜ãƒƒãƒ‰éžè¡¨ç¤º */
.fs-c-heading--page{
    display: none;
}

.other-brand-link {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
}
.other-brand-link a {
    display: inline-block;
}

@media screen and (min-width: 960px) {
    * {
        box-sizing: content-box;
        line-height: 1.7;
    }
    .sp_only {
        display: none;
    }
    #gnav_wrapper {
        position: relative;
    }
    .tmhd-24link {
        position: absolute;
        right: 0;
        top: 60px;
        z-index: 1;
        display: inline-block;
    }
}

@media screen and (max-width: 959px) {
    .pc_only {
        display: none;
    }
    #free_shipping {
        line-height: 1;
    }
    #mobile-head .toggle_menu .toggole_down {
        padding-bottom: 0;
        border-bottom: noen;
    }
    .tmhd-24link {
        display: none;
    }
    #mobile-head .toggle_menu li.link-24top {
        padding: 20px 0 !important;
    }
    .other-brand-link {
        right: auto;
        left: 10px;
        bottom: 16%;
    }
    .other-brand-link a img {
        width: 75px;
    }
}


    @media screen and (min-width: 768px) {
        .pc, .pc-only {
        display: inherit;
        }
        .sp, .sp-only {
        display: none !important;
        }
    }

   @media only screen and (max-width:767px) {
    .pc, .pc-only {
       display: none !important;
     }
    .sp, .sp-only {
       display: block !important;
     }
   }</pre></body></html>