@charset "UTF-8";
/*==============================================================
:root
==============================================================*/
:root {
    --side-margin: clamp(20px, 4%, 60px);
    --swiper-navigation-size: 20px;    
}

/*==============================================================
basic
==============================================================*/
*, *::before, *::after {
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* html, body 
==============================================================*/
html, body {
    width: 100%;
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    font-size: 62.5%;
}

body {
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    font-family: 'Karla', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Osaka, Meiryo, "メイリオ", "MS PGothic", arial, helvetica, sans-serif;
/*
    font-family: 'Karla', "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Osaka, Meiryo, "メイリオ", "MS PGothic", arial, helvetica, sans-serif;
*/
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    color: #383838;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* img
==============================================================*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    opacity: 1;
    transition: opacity .2s;
}

/* a
==============================================================*/
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #595757;
}

a img {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover img {
    opacity: .7;
}

a.alfa {
    opacity: 1;
}

a.alfa:hover {
    opacity: .7;
    transition: opacity .2s;
}

/* Lists
==============================================================*/
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

/* Table
==============================================================*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

/* common
==============================================================*/
/* media
-------------------------------------------------------------*/
.sp {
    display: block;
}

.pc {
    display: none;
}

.media-xs {
    display: block;
}

.media-sm, .media-md, .media-lg, .media-xl {
    display: none;
}

.media-lt-xs, .media-lt-sm, .media-lt-md, .media-lt-lg, .media-lt-xl {
    display: block;
}

.media-gt-xs {
    display: block;
}

.media-gt-sm, .media-gt-md, .media-gt-lg, .media-gt-xl {
    display: none;
}

@media screen and (min-width: 481px) {
    .media-xs {
        display: none;
    }
    .media-sm {
        display: block;
    }
    .media-lt-xs {
        display: none;
    }
    .media-gt-sm {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .media-sm {
        display: none;
    }
    .media-md {
        display: block;
    }
    .media-lt-sm {
        display: none;
    }
    .media-gt-md {
        display: block;
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}

@media screen and (min-width: 961px) {
    .media-md {
        display: none;
    }
    .media-lg {
        display: block;
    }
    .media-lt-md {
        display: none;
    }
    .media-gt-lg {
        display: block;
    }
}

@media screen and (min-width: 1381px) {
    .media-lg {
        display: none;
    }
    .media-xl {
        display: block;
    }
    .media-lt-lg {
        display: none;
    }
    .media-gt-xl {
        display: block;
    }
}

/* clear
-------------------------------------------------------------*/
.clear {
    float: none;
    clear: both;
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/* color
-------------------------------------------------------------*/
.text-accecnt {
    color: #cf3339;
}

/* lazyload
-------------------------------------------------------------*/
.lazyload {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
}

/* reset fs_preview.css
==============================================================*/
.fs-preview-header {
    position: absolute;
    z-index: 10000;
}

/* reset fs_theme.css
==============================================================*/
.main .fs-c-panelContainer {
    max-width: 1380px;
}

.fs-l-main {
    margin: 0 auto;
    max-width: 1380px;
    padding: 0 20px 80px;
}

.fs-l-pageMain {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 960px) {
    .fs-l-main {
        padding-bottom: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .fs-l-sideArea {
        max-width: none;
    }
    .fs-l-sideArea + .fs-l-pageMain,
    .fs-l-pageMain + .fs-l-sideArea {
        max-width: none;
    }
}

@media screen and (min-width: 1380px) {
    .fs-l-sideArea {
        max-width: 330px;
    }
    .fs-l-sideArea + .fs-l-pageMain,
    .fs-l-pageMain + .fs-l-sideArea {
        max-width: 1030px;
    }
}

.fs-c-heading--page {
    margin-top: 35px;
    border: none;
    font-weight: bold;
}

.fs-c-heading--page:empty {
    display: none;
}

@media screen and (min-width: 1200px) {
    .fs-c-heading--page {
        padding-top: 0;
        padding-bottom: 1.2em;
    }
}

@media screen and (min-width: 1380px) {
    .fs-c-heading--page {
        margin-top: 60px;
        margin-bottom: 40px;
    }
}

/* fs member-elm
==============================================================*/
.is-nonmember-elm.is-loggedIn--true {
    display: none;
}

.is-member-elm.is-loggedIn--false {
    display: none;
}

/*==============================================================
form
==============================================================*/
/* btn
==============================================================*/
input[type="button"],
input[type="submit"],
button {
    border: none;
}

.btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 670px;
    height: 60px;
    padding: 0 1em;
    margin: 0 auto;
    line-height: 56px;
    border: 2px solid #595757;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    font-size: 1.8rem;
}

.btn:hover {
    opacity: .7;
    text-decoration: none;
}

.btn--bold {
    font-weight: bold;
}

.btn--s {
    width: 230px;
    max-width: 230px;
    height: 50px;
    line-height: 46px;
    font-size: 1.4rem;
}

.btn-primary {
    background: #fff;
    color: #595757;
    border-color: #EAEAEA;
    cursor: pointer;
}
/*
.btn-primary::after {
    display: block;
    content: '';
    position: absolute;
    transform-origin: center;
    border-style: solid;
    border-color: #595757;
    border-width: 0 2px 2px 0;
    padding: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 5%;
}
*/
.btn-primary:hover,
.btn-primary.is-active {
    opacity: 1;
    background: #78797B;
    border-color: #78797B;
    color: #fff;
}

.btn-primary:hover::after,
.btn-primary.is-active::after {
    border-color: #fff;
}

.btn-primary[disabled],
.btn-primary.disabled,
.btn-primary[disabled]:hover,
.btn-primary.disabled:hover {
    background: #666;
    color: #eee;
    cursor: default;
}

.btn-secondary {
    background: #78797B;
    color: #fff !important;
    border-color: #78797B;
    cursor: pointer;
}

.btn-secondary:hover, .btn-secondary.is-active {
    opacity: 1;
    background: #b5b5b6;
    border-color: #b5b5b6;
}

.btn-nega {
    line-height: 50px;
    border: 1px solid #000 !important;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.btn-nega:hover {
    opacity: 1;
    background: #f2f2f2;
    color: #404040;
}

.btn-nega[disabled],
.btn-nega.disabled,
.btn-nega[disabled]:hover,
.btn-nega.disabled:hover {
    background: #eee;
    color: #666;
    cursor: default;
}

.btn-delete {
    position: relative;
    display: inline-block;
    width: auto !important;
    max-width: none;
    padding-right: 28px;
    padding-left: 10px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.btn-delete::before,
.btn-delete::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    background-color: #000;
    transform: translateY(-50%) rotate(45deg);
}

.btn-delete::before {
    width: 2px;
    height: 16px;
    margin-right: 7px;
}

.btn-delete::after {
    width: 16px;
    height: 2px;
}

@media screen and (min-width: 769px) {
    .btn {
        width: 60%;
    }
    .btn--s {
        width: 120px;
        max-width: 120px;
        height: 50px;
        line-height: 46px;
    }
    .btn--m {
        width: 260px;
    }
}

@media screen and (min-width: 961px) {
    .btn-primary::after {
        padding: 8px;
    }
}

@media screen and (min-width: 1381px) {
    .btn-primary::after {
        padding: 10px;
    }
}

/* form
==============================================================*/
/* placeholder
-------------------------------------------------------------*/
::-webkit-input-placeholder {
    text-align: left;
    font-size: 1.3rem;
    font-weight: normal;
    color: #3b3b3b;
}

:-moz-placeholder {
    text-align: left;
    font-size: 1.3rem;
    font-weight: normal;
    color: #3b3b3b;
}

::-moz-placeholder {
    text-align: left;
    font-size: 1.4rem;
    font-weight: normal;
    color: #3b3b3b;
}

:-ms-input-placeholder {
    text-align: left;
    font-size: 1.3rem;
    font-weight: normal;
    color: #3b3b3b;
}

/* 
-------------------------------------------------------------*/
input, select, textarea {
    font-size: 16px;
}

@media screen and (min-width: 961px) {
    input, select, textarea {
        font-size: 1.3rem;
    }
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

/* style
-------------------------------------------------------------*/
select {
    position: relative;
    width: 100%;
    padding: 0.6em 1.5em 0.6em 1em;
    border: 1px solid #000;
    background-color: #fff;
    transition: all 0.2s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-image: url(../img/common/icon_arrow_down.svg);
}

.form-default input[type="text"],
.form-default input[type="email"],
.form-default input[type="tel"],
.form-default input[type="number"],
.form-default input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #3B3B3B;
    line-height: 38px;
    background: #fff;
    color: #000;
    font-size: 1.6rem;
    text-align: left;
    transition: all 0.2s;
}

.form-default input[type="text"]:focus,
.form-default input[type="email"]:focus,
.form-default input[type="tel"]:focus,
.form-default input[type="number"]:focus,
.form-default input[type="password"]:focus {
    border-color: #000;
}

.form-default textarea {
    width: 100%;
    padding: 1em 20px;
    border: 1px solid #595757;
    background: #fff;
    font-size: 1.3rem;
    transition: all 0.2s;
    border-radius: 0;
}

.form-default textarea:focus {
    border-color: #000;
}

.form-default input[type="button"],
.form-default input[type="submit"] {
    font-size: 1.3rem;
}

.form-default select {
    position: relative;
    width: 100%;
    padding: 0.6em 1.5em 0.6em 1em;
    border: 1px solid #eaeaea;
    background-color: #eaeaea;
    transition: all 0.2s;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-image: url(../img/common/icon_arrow_down.svg);
}

.form-default select:focus {
    border-color: #000;
}

.form-default .form__area {
    max-width: 536px;
    margin: 0 auto;
    padding: 0 0;
    text-align: left;
}

.form-default .form__message {
    position: relative;
    width: 100%;
    margin: 0 0 2em;
}

.form-default .form__group {
    position: relative;
    width: 100%;
    margin: 0 0 2em;
}

.form-default .form__group .btn {
    height: 44px;
}

.form-default .form__group .btn-primary {
    height: 44px;
    line-height: 44px;
}

.form-default .form__group-title {
    padding: 0 0 0.5em;
    text-align: left;
}

.form-default .form__group-item--checkbox .HTMLFORM_LABEL_GROUP {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}

.form-default .form__group-item--checkbox::after {
    content: '';
    display: block;
    clear: both;
}

.form-default .form__group-item--radio .HTMLFORM_ELEMENT {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}

.form-default .form__group-item--radio::after {
    content: '';
    display: block;
    clear: both;
}

.form-default .form__group-item--bg {
    padding: 1.5em 2em;
    background: #eaeaea;
}

.form-default .form__support-inline {
    display: flex;
    justify-content: space-between;
}

.form-default .form__support-inline .sep {
    display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
    line-height: 44px;
    text-align: center;
}

.form-default .form__support-message {
    padding: 0.5em;
    display: inline-block;
}

.form-default .form__elm-gender .form__support-inline label {
    display: inline-block;
    margin-right: 16px;
}

.form-default .form__elm-name .form__support-inline input:not([type="hidden"]),
.form-default .form__elm-name_kana .form__support-inline input:not([type="hidden"]) {
    width: 48%;
}

.form-default .form__elm-tel .form__support-inline {
    align-items: center;
}

.form-default .form__elm-tel .form__support-inline input:not([type="hidden"]) {
    width: 30%;
}

.form-default .form__elm-tel .form__support-inline span {
    width: 5%;
    text-align: center;
}

.form-default .form__action {
    position: relative;
    width: 100%;
    margin: 4em 0 2em;
    padding: 1.5em 0;
    text-align: center;
}

.form-default .form__action-info {
    margin: 0 0 3em;
}

.form-default .form__action .btn {
    margin-bottom: 1em;
}

.form-default .form__action-link {
    text-decoration: underline;
}

.form-default .required {
    color: #cf3339;
}

.search-form {
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
}

.search-form__input-text {
    width: 100%;
}

.search-form__submit {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 38px;
    height: 38px;
    padding: 4px 12px 4px 0;
    background: none;
    display: flex;
    align-items: center;
}

/*
.form-inline {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between;
    
    &__input-text {
    }
    &__btn {
        margin-left: 20px;
    }
}
*/
/*==============================================================
parts
==============================================================*/
/* table-wrapper
==============================================================*/
.table-wrapper {
    width: 100%;
    overflow: auto;
}

/* sns-links
==============================================================*/
.sns-link {
    display: inline-block;
    margin: 0 1em 0 0;
}

.sns-link a {
    display: block;
    min-width: 32px;
    padding: 0.5em 0;
    line-height: 1;
    text-align: center;
}

.sns-link img {
    width: auto;
    height: 20px;
}

/* tab
==============================================================*/
.ctab__target {
    display: none;
}

.ctab__target.ctab--active {
    display: block;
}
/*
.ctab--style-default .ctab__trigger {
    display: block;
    text-align: center;
    border: 2px solid #595757;
    background: #fff;
    color: #595757;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.ctab--style-default .ctab__trigger:hover {
    background: #595757;
    color: #fff;
    text-decoration: none;
}
.ctab--style-default .ctab__trigger.ctab--active {
    background: #595757;
    color: #fff;
}
*/
.ctab--style-default .ctab__trigger {
    display: block;
    text-align: center;
    color: #78797B;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 2rem;
}
.ctab--style-default .ctab__trigger:hover {
    color: #3b3b3b;
    text-decoration: none;
}
.ctab--style-default .ctab__trigger.ctab--active {
    color: #3b3b3b;
}

/* accordion
==============================================================*/
.cacc__trigger {
    position: relative;
    cursor: pointer;
}

.cacc--style-arrow .cacc__trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6%;
    padding: 0.2em;
    line-height: 1;
    border-top: 2px solid #383838;
    border-right: 2px solid #383838;
    transform-origin: center;
/*
    transform: translateY(-50%) rotate(135deg);
*/
    transform: translateY(-50%) translateX(-25%) rotate(45deg);
}

.cacc--style-arrow.cacc--active > .cacc__trigger::after {
    top: 56%;
    transform: translateY(-50%) rotate(-45deg);
}

.cacc--style-plus .cacc__trigger::before, .cacc--style-plus .cacc__trigger::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    background-color: #595757;
    transform: translateY(-50%);
    transition: transform 0.25s ease-out;
}

.cacc--style-plus .cacc__trigger::before {
    width: 2px;
    height: 14px;
    margin-right: 6px;
}

.cacc--style-plus .cacc__trigger::after {
    width: 14px;
    height: 2px;
}

.cacc--style-plus.cacc--active .cacc__trigger::before {
    transform: translateY(-50%) rotate(90deg);
}

.cacc--style-plus.cacc--active .cacc__trigger::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Swiper
==============================================================*/
.swiper-container {
    visibility: hidden;
}

.swiper-container.swiper-container-initialized {
    visibility: visible;
}

.swiper-container .swiper-slide img {
    --swiper-per-view: 1;
    --swiper-space-between: 0;
    --swiper-space-count: 0;
    width: calc((100% - var(--swiper-space-between) * var(--swiper-space-count)) / var(--swiper-per-view));
}

.swiper-container-initialized .swiper-slide img {
    width: auto;
}

.swiper-button-next, .swiper-button-prev {
    color: #b5b5b6;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-pagination {
    line-height: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border: 2px solid #fff;
    vertical-align: middle;
}
.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: transparent;
}

/* modal iziModal
==============================================================*/
.iziModal .iziModal-header-title {
    text-align: center;
    font-weight: bold !important;
    font-size: 1.8rem !important;
}

.mymodal {
    max-width: 960px !important;
    padding: 0;
    background: #fff;
}

.mymodal__container {
    text-align: left;
    background: #fff;
}

.mymodal__pagelinks {
    background: #eaeaea;
}

.mymodal__pagelinks ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.mymodal__pagelinks li {
    flex: 0 0 auto;
}

.mymodal__pagelinks a {
    display: block;
    padding: 1em 2em;
}

.mymodal__summary {
    padding: 2em 20px;
}

.mymodal__summary p {
    margin-bottom: 1em;
}

.mymodal__summary li {
    padding-left: 1em;
    text-indent: -1em;
}

.mymodal-section {
    margin: 0 0 40px;
}

.mymodal-section__title {
    margin: 0 0 20px;
    padding: 0 20px;
    line-height: 40px;
    font-weight: bold;
    background: #eaeaea;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mymodal-section__body {
    padding: 0 20px;
}

.mymodal .measure-images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mymodal .measure-images li p {
    margin: 0 0 0.5em;
}

.mymodal .measure-images li img {
    margin: 0 0 2em;
    border: 1px solid #000;
}

.mymodal .sizechart-tb {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mymodal .sizechart-tb tr:nth-of-type(odd) {
    background: #eaeaea;
}

.mymodal .sizechart-tb th, .mymodal .sizechart-tb td {
    padding: 1em 1.5em;
    word-break: keep-all;
    word-wrap: normal;
    white-space: nowrap;
}

.mymodal .sizechart-tb th {
    border-right: 1px solid #ccc;
}

.mymodal .sizechart-tb td {
    text-align: center;
}

/*==============================================================
layout
==============================================================*/
/* wrapper
==============================================================*/
.wrapper,
.fs-l-page {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.wrapper,
.fs-l-page {
    padding-top: 80px;
}

@media screen and (min-width: 769px) {
    .wrapper,
    .fs-l-page {
        padding-top: 80px;
    }
}

@media screen and (min-width: 961px) {
    .wrapper,
    .fs-l-page {
        padding-top: 110px;
    }
}

.exists-header-information .wrapper,
.exists-header-information .fs-l-page {
    padding-top: 114px;
}
.wrapper:has(.header-information),
.fs-l-page:has(.header-information) {
    padding-top: 114px;
}
@media screen and (min-width: 961px) {
  .exists-header-information .wrapper,
  .exists-header-information .fs-l-page {
      padding-top: 144px;
  }
  .wrapper:has(.header-information),
  .fs-l-page:has(.header-information) {
      padding-top: 144px;
  }
}


/* header
==============================================================*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #DFE1E6;
    height: auto;
    z-index: 100;
}

.header-information {
    position: relative;
    width: 100%;
    height: 34px;
/*
    max-width: 1920px;
*/
    margin: 0 auto;
    z-index: 111;
    background: #383838;
    color: #fff;
    padding: 0 1em;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;

    opacity: 1;
    transition: all .2s;
}
.header-information a {
    color: #fff;
}
.is-scrolled-page .header-information {
    height: 0;
}

.header__container {
    position: relative;
    width: 100%;
    height: 80px;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 111;
    background: #fff;
}

.header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0;
    width: auto;
    height: auto;
    z-index: 2;
}

.header__logo img {
    height: 48px;
    width: auto;
}

.header-links {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    width: auto;
    display: flex;
    letter-spacing: 0;
}
.header-links a:hover {
    text-decoration: none;
    opacity: .7;
}
.header-links__item {
    width: auto;
    height: 60px;
    padding: 10px 0;
    margin: 0 12px;
    line-height: 40px;
    font-size: 1.4rem;
}

.header-links__item-icon {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0;
}

.header-links__item-icon a,
.header-links__item-icon p {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.header-links__item-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}
.drawer-menu__btn-trigger img {
    width: 24px;
    height: 16px;
}
.header-search__btn-trigger img {
    width: 28px;
    height: 28px;
}
.header-links__item-icon.header-tools__item-cart {
    margin-left: 5px;
}
.header-tools__item-cart .header-links__item-icon-text {
    display: none;
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
}
.header-tools__item-cart img {
    width: auto;
    height: 24px;
}


.header-ctrls {
    position: absolute;
    top: 0;
    left: 5px;
}

.header-tools {
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
}

.header-tools__item-about, .header-tools__item-sns, .header-tools__item-entry, .header-tools__item-favorite, .header-tools__item-logout {
    display: none;
}

.header-tools__item-login.is-loggedIn--true, .header-tools__item-member.is-loggedIn--false {
    display: none;
}

.header-tools__item-cart {
    z-index: 1;
}

.header-tools__item-cart .fs-client-cart-count {
    position: absolute;
    top: 6px;
    right: 0px;
    display: inline-block;
    font-size: 6px;
    width: 2em;
    height: 2em;
    line-height: 2;
    letter-spacing: -.05em;
    color: #fff;
    background: #29ABE2;
    border-radius: 50%;
    z-index: 2;
}
.header-tools2 {
    display: none;
}

.header-search-form {
    display: none;
}

.header-about {
    display: none;
}

.header-search {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: auto;
    z-index: 110;
}

.header-search__container {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 111;
}

.header-search.is-active .header-search__container {
    height: 120px;
}

.header-search__panel {
    max-width: 536px;
    padding: 40px 20px 0;
    margin: 0 auto;
}

.header-search__bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 110;
}

.header-search.is-active .header-search__bg {
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 481px) {
    .header-links__item-icon {
        margin: 0 10px;
    }
    .header-ctrls {
        left: 10px;
    }
    .header-tools {
        right: 10px;
    }
    .header-links__item-icon.header-tools__item-cart {
        margin-left: 0px;
    }
    .header-tools__item-cart .header-links__item-icon-text {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .header-links__item-icon {
        margin: 0 20px;
    }
    .header-ctrls {
        left: 20px;
    }
    .header-tools {
        right: 20px;
    }
}

@media screen and (min-width: 961px) {
    .header {
        height: auto;
    }
    .header__container {
        height: 110px;
    }
    .header__logo {
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
    }
    .header__logo img {
        height: 50px;
    }
    .header-ctrls,
    .header-search {
        display: none;
    }
    .header-links {
        font-size: 1.4rem;
    }
    .header-links__item-icon {
        width: 24px;
        height: 24px;
        margin: 0 10px;
    }
    .header-links__item-icon img {
        height: 26px;
    }
    .header-tools {
        position: absolute;
        top: 6px;
        right: 20px;
        height: 40px;
        z-index: 2;
    }
    .header-tools .header-links__item {
        margin: 0 7px;
    }
    .header-links__item-icon.header-tools__item-cart {
        margin-left: 37px;
    }
    .header-tools__item-about, .header-tools__item-sns, .header-tools__item-entry, .header-tools__item-login, .header-tools__item-favorite, .header-tools__item-logout {
        display: block;
    }
    .header-tools__item-entry.is-loggedIn--true, .header-tools__item-login.is-loggedIn--true, .header-tools__item-member.is-loggedIn--false, .header-tools__item-logout.is-loggedIn--false {
        display: none;
    }
    .header-tools__item-member.header-links__item-icon {
        display: none;
    }
    .header-tools__item-cart .fs-client-cart-count {
        top: 0px;
        right: -6px;
    }
    .header-tools__item-cart .header-links__item-icon-text {
        right: 27px;
    }
    .header-tools__item-cart img {
        height: 20px;
    }
    .header-search-form {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 17px;
        width: 12%;
        max-width: 160px;
        padding: 3px 0;
        z-index: 2;
    }
    .header-search-form .search-form {
        height: 34px;
    }
    .header-search-form .search-form input[type=text] {
        height: 34px;
        padding: 0 32px 0 10px;
        line-height: 32px;
        border-width: 1.5px;
    }
    .header-search-form .search-form__submit {
        width: 32px;
        height: 32px;
        padding: 6px 8px 6px 4px;
    }
    .header-tools2 {
        display: block;
        position: absolute;
        bottom: 17px;
        right: min(calc(12% + 25px), 190px);
        height: 40px;
        z-index: 2;
    }
    .header-tools2 .header-links__item {
        margin: 0 7px;
    }
}
@media screen and (min-width: 1381px) {
    .header-tools .header-links__item {
        margin: 0 10px;
    }
    .header-tools__item-cart .header-links__item-icon-text {
        right: 30px;
    }
    .header-tools2 .header-links__item {
        margin: 0 10px;
    }
    .header-links__item-icon.header-tools__item-cart {
        margin-left: 40px;
    }
}





/* header-nav
-------------------------------------------------------------*/
.header-nav {
    display: none;
}

@media screen and (min-width: 961px) {
    .header-nav {
        display: block;
        width: 100%;
        height: 70px;
        padding: 0 26% 0 18%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 1.6rem;
        z-index: 1;
        
/*
        text-transform: lowercase;
        text-transform: capitalize;
*/
        
    }
    .header-nav a {
        text-decoration: none;
        white-space: nowrap;
    }
    .header-nav__primary-list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .header-nav__primary-link {
        display: block;
        height: 70px;
        padding: 0 10px;
        line-height: 70px;
        letter-spacing: 0;
    }
/*
    .header-nav__primary-item--news {
        margin-left: 20px;
    }
    .header-nav__primary-item--news .header-nav__primary-link {
        position: relative;
    }
    .header-nav__primary-item--news .header-nav__primary-link::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 25px;
        height: 20px;
        width: 1px;
        background: #595757;
    }
*/
    .header-nav__panel {
        display: none;
        position: absolute;
        top: 100%;
        background: rgba(255, 255, 255, 0.9);
        height: auto;
        padding: 20px 1%;
        letter-spacing: 0;
        font-size: 1.4rem;
    }
    .header-nav__panel a:hover {
        opacity: .7;
    }
    .header-nav__panel-contents {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        width: 100%;
        max-height: 50vh;
    }
    .header-nav__primary-item:hover .header-nav__primary-link,
    .header-nav__primary-item.is-active .header-nav__primary-link {
        color: #b5b5b6;
    }
    .header-nav__secondary-list {
        width: 100%;
    }
    .header-nav__secondary-item {
        width: 100%;
    }
    .header-nav__secondary-item a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .header-nav__column {
        padding: 0 1%;
        overscroll-behavior: none;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header-nav__column::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 2px;
    }
    .header-nav__column::-webkit-scrollbar-thumb {
        background: #a8a8a8;
        border-radius: 2px;
        margin-left: 1px;
    }
    .header-nav__column::-webkit-scrollbar-track {
        width: 10px;
        background: #f1f1f1;
    }
    .header-nav__column-title {
        color: #595757;
        margin-bottom: 1.5em;
    }
    .header-nav__column-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .header-nav__category-item .header-nav__panel {
        left: 50%;
        transform: translateX(-50%);
        width: 96%;
        max-width: 1200px;
    }
    .header-nav__category-item .header-nav__secondary-list + .header-nav__secondary-list {
        margin-top: 1.8em;
    }
    .header-nav__category-item .header-nav__column--w0 {
        width: 26%;
        margin-right: 2%;
        padding-right: 2%;
        border-right: 1px solid #595757;
    }
    .header-nav__category-item .header-nav__column--w1 {
        width: 24%;
    }
    .header-nav__category-item .header-nav__column--w2 {
        width: 48%;
    }
    .header-nav__category-item .header-nav__column--w2 .header-nav__secondary-list {
        width: 48%;
        margin-top: 0;
    }
    .header-nav__primary-item--simple {
        position: relative;
    }
    .header-nav__primary-item--simple .header-nav__panel {
        left: -10px;
        transform: translateX(0);
        width: auto;
        max-width: 1200px;
    }
    .header-nav__primary-item--simple .header-nav__secondary-list {
        padding: 0 1.5em;
    }
    .header-nav__primary-item--simple .header-nav__secondary-item a {
        max-width: 160px;
    }
    .header-nav__primary-item--simple .header-nav__column {
        padding: 0;
    }
    .header-nav__primary-item--simple .header-nav__column--w1 {
        width: 100%;
    }
    .header-nav__primary-item--simple .header-nav__column--w2 {
        width: 100%;
    }
    .header-nav__primary-item--simple .header-nav__column--w2 .header-nav__secondary-list {
        width: 50%;
        margin-top: 0;
    }
    .header-nav__primary-item--simple .header-nav__column--w2 .header-nav__secondary-item a {
        min-width: 140px;
        max-width: 160px;
    }
    .header-nav__primary-item--simple .header-nav__column--w2 .header-nav__secondary-list + .header-nav__secondary-list {
        padding-left: 0;
    }
    .header-nav__primary-item--simple .header-nav__column-content {
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 1381px) {
    .header-nav {
        padding: 0 23% 0 23%;
    }
    .header-nav__primary-item {
        padding: 0 2%;
    }
}

/* footer
==============================================================*/
.footer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 1;
    background: #E9E9E9;
}

.footer__container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

/* footer-search-form
-------------------------------------------------------------*/
.footer-search-form {
    width: 80%;
    max-width: 670px;
    margin: 0 auto;
}

/* item-category
-------------------------------------------------------------*/
.item-category {
    font-size: 1.4rem;
    padding: 0 20px;
}

.item-category__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 20px;
}

.item-category__tab {
    width: 24.5%;
}

.item-category__tab-btn {
    line-height: 2.5;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
}

.item-category__panel {
    display: none;
}

.item-category__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.item-category__link {
    width: 100%;
}

.item-category__link a {
    position: relative;
    display: inline-block;
    padding: .2em 1em .2em 0;
    margin: 0.3em 0;
    line-height: 1.2;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-category__link a::after {
    display: block;
    content: '';
    position: absolute;
    transform-origin: center;
    border-style: solid;
    border-color: #595757;
    border-width: 0 2px 2px 0;
    padding: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 2px;
}

.item-category__link a:hover {
    text-decoration: none;
    opacity: .7;
}

@media screen and (min-width: 481px) {
    .item-category__link {
        width: 48%;
    }
}

@media screen and (min-width: 769px) {
    .item-category__links::after {
        content: '';
        width: 33%;
        display: block;
    }
    .item-category__link {
        width: 33%;
    }
}

/* footer-nav
-------------------------------------------------------------*/
.footer-nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px var(--side-margin);
    letter-spacing: 0;
    border-bottom: 1px solid #78797B;
}

.footer-nav a {
    color: #797A7C;
}
.footer-nav__column {
}
.footer-nav__column + .footer-nav__column {
    margin-top: 1.5em;
}
.footer-nav__column-title {
    font-family: 'Roboto Mono', monospace;
    width: 100%;
    margin: 0 0 .5em;
    font-size: 1.6rem;
    font-weight: 500;
}
.footer-nav__column-content {
    font-size: 1.4rem;
}
.footer-nav__list-item {
    margin: 0 0 .5em;
}
.footer-nav__list ul {
    margin: 0.5em 0 0 1em;
}
.footer-nav__list li {
    margin: 0 0 .5em;
}
.footer-nav__sns-list {
    display: flex;
    justify-content: left;
}
.footer-nav__sns-item {
    margin: 0 16px 0 0;
    width: 36px;
}
.footer-nav__sns-item a {
    display: block;
    width: 100%;
    height: auto;
}



@media screen and (min-width: 961px) {
    .footer-nav {
        display: flex;
        justify-content: flex-start;
        gap: 10%;
    }
    .footer-nav__column {
    }
    .footer-nav__column + .footer-nav__column {
        margin-top: 0;
    }
    .footer-nav__column-title {
        font-size: 1.7rem;
    }
    .footer-nav__column-content {
        font-size: 1.5rem;
    }
}


/* footer-bottom
-------------------------------------------------------------*/
.footer-bottom {
    padding: min(5%, 60px) var(--side-margin);
}
.footer-copyright {
    display: inline-block;
    margin: 0 3em 0 0;
    vertical-align: middle;
    font-size: 1.3rem;
}
.footer-sns {
    display: inline-flex;
    gap: 20px;
    vertical-align: middle;
}
.footer-sns__item {
    width: 30px;
}
@media screen and (min-width: 961px) {
    .footer-copyright {
        margin: 0 6em 0 0;
    }
}



/* btn-pagetop
-------------------------------------------------------------*/
.btn-pagetop {
    position: fixed;
    right: 10px;
    bottom: -64px;
    visibility: hidden;
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .2s all;
}

.btn-pagetop a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-pagetop a::before {
    display: block;
    content: '';
    position: absolute;
    transform-origin: center;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    padding: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%) rotate(-135deg);
}

.btn-pagetop a span {
    display: none;
}

.is-scrolled-page .btn-pagetop {
    opacity: 1;
    bottom: 40px;
}

@media screen and (min-width: 961px) {
    .btn-pagetop {
        visibility: visible;
    }
}

@media screen and (min-width: 1656px) {
    .btn-pagetop {
        right: calc(50% - 818px);
    }
}

/* drawer-menu
-------------------------------------------------------------*/
.drawer-menu__btn-trigger {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
}

.drawer-menu__btn-trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 2px;
    transform: translate(-50%, -50%);
    background: black;
    transition: all 0.3s 0.2s;
}

.drawer-menu__btn-trigger span::before,
.drawer-menu__btn-trigger span::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 18px;
    height: 2px;
    background: #000;
    transition: all 0.3s 0.2s;
}

.drawer-menu__btn-trigger span::before {
    top: -6px;
}

.drawer-menu__btn-trigger span::after {
    top: 6px;
}

.drawer-open .drawer-menu__btn-trigger span {
    background: rgba(0, 0, 0, 0);
}

.drawer-open .drawer-menu__btn-trigger span::before {
    width: 12px;
    transform: translate(2px, 2px) rotate(-45deg);
}

.drawer-open .drawer-menu__btn-trigger span::after {
    width: 12px;
    transform: translate(2px, -2px) rotate(45deg);
}

.drawer-menu {
    display: none;
    background: #fff;
}

.drawer-menu__container {
    position: relative;
    width: 100%;
    height: 100%;
}

.drawer-menu__header {
    display: flex;
    flex-wrap: nowrap;
    height: 80px;
    padding: 20px 4% 20px 4%;
    border-bottom: 1px solid #D3D3D3;
}

.drawer-menu__close {
    width: 40px;
    margin-left: 4%;
    flex: 0 0 auto;
}

.drawer-menu__close-btn {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

.drawer-menu__close-btn img {
    vertical-align: baseline;
}

.drawer-menu__search {
    flex: 1 1 auto;
}

.onetop {
    width: 100%;
    padding: .8em 0 0;
    font-size: 2rem;
}

.side-nav {
    width: 100%;
    height: calc(100% - 80px);
    padding: .8em 0 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 2rem;
}
/*
.side-nav .item-category {
    padding: 0 5px;
    margin: 0 auto 40px;
}

.side-nav .item-category__panels {
    padding: 0 5px;
}

.side-nav .sp-footer-nav__sns-list {
    margin: 20px 0 40px;
}
*/
.side-nav__primary-list {
}
.side-nav__primary-list a {
    line-height: 1.2;
}
.side-nav__primary-list a:hover {
    text-decoration: none;
}
.side-nav__primary-item {
}
.side-nav__primary-link {
    position: relative;
    display: block;
    padding: .8em 4%;
}
.side-nav__primary-link:not(.cacc__trigger) {
}
.side-nav__primary-link:not(.cacc__trigger)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6%;
    padding: 0.2em;
    line-height: 1;
    border-top: 2px solid #383838;
    border-right: 2px solid #383838;
    transform-origin: center;
    transform: translateY(-50%) translateX(-25%) rotate(45deg);
}

.side-nav__secondary-list {
    display: none;
}
.side-nav__secondary-item {
}
.side-nav__secondary-item a {
    display: block;
    padding: .8em 4%;
}

.side-nav .footer-sns {
    padding: .8em 4%;
}


@media screen and (min-width: 961px) {
    .drawer-menu {
        display: none !important;
    }
    div[data-drawer-menu=mask] {
        display: none !important;
    }
}

/*==============================================================
page
==============================================================*/
/* page common
==============================================================*/
/* main
-------------------------------------------------------------*/
.main {
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
}

.main__container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.main__container::after {
    content: '';
    display: block;
    clear: both;
}

.main__container--wide {
    max-width: 1920px;
}

.main__container--full {
    max-width: none;
}

.main__header {
    margin-bottom: 20px;
    padding: 1em 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.main__title {
    padding: 0 0;
    font-size: 1.8rem;
    font-weight: bold;
}

.main__body {
    padding: 0 0 40px;
}

.main__message {
    margin: 3em auto 5em;
    padding: 0 0;
    text-align: center;
}

.main-section {
    display: block;
    width: 100%;
    max-width: 1030px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.main-section--full {
    max-width: none;
    padding: 0 0;
}

.main-section--full-nopadding {
    max-width: none;
    padding: 0;
}

.main-section__header {
    position: relative;
    margin-bottom: 20px;
}

.main-section__header-link {
    position: absolute;
    top: 0.9em;
    right: 1.5em;
    display: inline-block;
    border: 1px;
}

.main-section__title {
    margin: 0 0 1.5em;
    padding: 0 0 1em;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.main-section__message {
    margin: 0 auto 1.5em;
    padding: 0 0;
}

.main-section-content {
    margin: 0 0 3em;
}

.main-section-content__title {
    padding: 0.7em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #eaeaea;
    font-weight: bold;
}

.main-section-content__body {
    padding: 1.5em 0;
}

@media screen and (min-width: 961px) {
    .main {
        padding-bottom: 30px;
    }
    .main__header {
        padding: 50px 0 30px;
        border-bottom: none;
    }
    .main__title {
        font-size: 2.4rem;
    }
    .main__message {
        margin: 3em auto 6em;
    }
	.main__container {
		padding-top: 50px;
	}
}

@media screen and (min-width: 1381px) {
    .main-section {
        padding: 0;
    }
}

/* fs-c-breadcrumb
//-------------------------------------------------------------*/
.fs-c-breadcrumb {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 10px;
    color: #595757;
    font-size: 1.3rem;
}

.fs-c-breadcrumb__listItem a {
    color: #595757;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
    color: #595757;
}

@media screen and (min-width: 481px) {
    .fs-c-breadcrumb {
        padding: 0 20px;
    }
}

@media screen and (min-width: 769px) {
    .fs-c-breadcrumb {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1381px) {
    .fs-c-breadcrumb {
        padding: 0;
    }
}

/* グループタイトル名
-------------------------------------------------------------*/
#GroupTitle {
    background-color: #F5F5F5;
	padding: 4% 4% 1.5%;
	margin-bottom: 5%;
}

#GroupTitle h2 {
    font-size: 2.6rem;
	font-weight: 700;
	margin: 0 0 20px!important;
	padding: 0;
}

@media screen and (min-width: 769px) {

    #GroupTitle {
        padding: 2% 3% 1.5%;
        margin-bottom: 5%;
    }
}

/* 
-------------------------------------------------------------*/
.fs-c-productPrices .fs-c-productPrice--listed {
    display: inline-flex;
	text-decoration: line-through;
}

.fs-c-productPrices .exists-special-price .fs-c-productPrice--listed {
    text-decoration: line-through;
}

.fs-c-productPrices .fs-c-productPrice--selling {
    display: inline-flex;
}

.fs-c-productPrices .fs-c-productPrice--listed + .fs-c-productPrice--selling {
    position: relative;
    color: #cf3339;
}

.fs-c-productPrices .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price {
    color: #cf3339;
    font-size: 1.2em;
}

.fs-c-button--addToWishList--icon,
.fs-c-button--removeFromWishList--icon {
    position: relative;
    width: 40px;
    height: 40px;
}

.fs-c-button--addToWishList--icon::before,
.fs-c-button--removeFromWishList--icon::before {
    content: "" !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fs-c-button--addToWishList--icon::before {
    background-image: url("../img/common/icon_favorite_plus.svg");
}

.fs-c-button--removeFromWishList--icon::before {
    background-image: url("../img/common/icon_favorite_on.svg");
}

/* fs-c-productListItem
-------------------------------------------------------------*/
.fs-c-productListItem {
    display: flex;
    flex-direction: column;
    /*
    <span class="fs-c-mark--preorder fs-c-mark">
  <span class="fs-c-mark__label">予約商品</span>
</span>

*/
}

.fs-c-productListItem > form {
    display: flex;
    flex-direction: column;
}

.fs-c-productListItem__imageContainer {
    width: 100%;
    order: -1;
	position: relative;
}

.fs-c-productListItem__image {
    aspect-ratio: 5 / 6;
}

.fs-c-productListItem .list-item-noimage {
    order: -1;
    width: 100%;
    height: 0;
    padding-top: 120%;
    background: #eee;
    position: relative;
    cursor: pointer;
}

.fs-c-productListItem .list-item-noimage::after {
    content: 'NoImage';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #595757;
    width: 100%;
}

.fs-c-productListItem .list-item-noimage a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.fs-c-productListItem .list-item-noimage__ctrl {
    order: 0;
    width: 50%;
    height: 10px;
    align-self: flex-end;
}

.fs-c-productListItem__outOfStock {
    order: -1;
    margin: 0;
    border: none;
    color: #999999;
	padding: 10px;
}

.fs-c-productListItem__notice {
    order: -1;
	margin: 0 !important;
	position: absolute;
}

.fs-c-productListItem__salesPeriodNotice {
    order: -1;
    margin: 0;
    border: none;
}

.fs-c-productListItem__salesPeriod {
    order: -1;
	position: absolute;
	margin: 0;
	padding: 10px;
}

.fs-c-salesPeriod__date dd {
	display: none;
}

.fs-c-salesPeriod__date dt {
	font-size: 0px;
}

dl.fs-c-salesPeriod__date {
	border: none;
	padding: 0px;
	color: #999;
}

.fs-c-salesPeriod__date::before {
	content: 'COMING SOON';
}

.fs-c-productListItem__preorderMessage {
    order: 98;
}

.fs-c-productListItem__viewMoreImageButton {
    order: 0;
    width: 20%;
    height: 50px;
    align-self: flex-end;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
}

.fs-c-productListItem__viewMoreImageButton .fs-c-button--viewMoreImage {
    width: 40px;
    height: 22px;
    position: relative;
}

.fs-c-productListItem__viewMoreImageButton .fs-c-button--viewMoreImage::before {
    content: '';
    background-image: url("../img/common/icon_loupe_plus.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fs-c-productListItem__control {
    order: 0;
    width: 20%;
    height: 50px;
    margin-top: -50px;
    padding: 0;
    padding-bottom: 10px;
    align-self: flex-start;
    justify-content: center;
    align-items: flex-end;
}

.fs-c-productListItem__control .fs-c-button--addToCart--list {
    display: none;
}

.fs-c-productListItem__control .fs-c-button--viewProductDetail {
    display: none;
}

.fs-c-productListItem__control .fs-c-button--subscribeToArrivalNotice--list {
    display: none;
}

.fs-c-productListItem__control > :last-child {
    margin: 0;
    width: 20px;
    height: 20px;
}

.fs-c-productListItem .fs-c-productMarks {
    width: 100%;
    order: 1;
    margin: 5px 0 0;
    padding: 0 .5em;
}

.fs-c-productListItem .fs-c-productMarks > .fs-c-mark {
    display: none;
}

.fs-c-productListItem .fs-c-productMark {
    display: flex;
    flex-wrap: wrap;	
	margin: .5em 0 0;
}

.fs-c-productListItem .fs-c-productMark__item {
    padding: 4px 4px 0 0;
}

.fs-c-productListItem .fs-c-productMark__item .fs-c-productMark__mark,
.fs-c-productListItem .fs-c-productMark__item .fs-c-mark {
    display: block;
    text-align: center;
    line-height: 1.2;
    border-radius: unset;
    font-weight: bold;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fs-c-productListItem__productName {
    order: 2;
    width: 100%;
    margin: 1em 0 0;
    padding: 0 .5em;
}

.fs-c-productListItem__prices {
    order: 2;
    width: 100%;
    margin: 0.25em 0 0;
    padding: 0 .5em;
}

.fs-c-productListItem__productDescription {
    display: none;
}

.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
    display: none;
}

/* pagination-block
-------------------------------------------------------------*/
/* content-block
-------------------------------------------------------------*/
.content-block {
    width: 100%;
    padding: 10px 0;
    margin: 40px auto;
}
.content-block--nomargin {
    padding: 0 !important;
    margin: 0 auto !important;
}

.content-block--bg {
    background: #eaeaea;
    border-top: none;
}

.content-block__container {
    position: relative;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.content-block__container--full {
    max-width: 1920px;
}

.content-block__header {
    margin: 0 0 1em;
    font-size: 2rem;
}

.content-block__title {
    font-family: 'Karla', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, Osaka, Meiryo, "メイリオ", "MS PGothic", arial, helvetica, sans-serif;
    position: relative;
    padding: 0 16px;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
/*
    text-transform: lowercase;
*/
}
/*
.content-block__title::first-letter {
    text-transform: uppercase;
}
*/
.content-block .btn-container {
    padding: 30px 0 10px;
}

.content-block .btn {
    width: 60%;
}

@media screen and (min-width: 961px) {
    .content-block {
        margin: 60px auto;
    }
    .content-block__header {
        margin: 0 0 1.25em;
        font-size: 2rem;
    }
}

@media screen and (min-width: 1381px) {
    .content-block {
        margin: 80px auto;
    }
}

.main__container > .content-block:nth-child(1),
.main-section > .content-block:nth-child(1) {
    margin-top: 0;
}

@media screen and (min-width: 961px) {
    .main-container > .content-block:nth-child(1),
    .main-section > .content-block:nth-child(1) {
        margin-top: 0;
    }
}

@media screen and (min-width: 1381px) {
    .main-container > .content-block:nth-child(1),
    .main-section > .content-block:nth-child(1) {
        margin-top: 20px;
    }
}

/* cat-ranking
-------------------------------------------------------------*/
.cat-ranking {
    font-size: 1.4rem;
    padding: 0 20px;
}

.cat-ranking__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 20px;
}

.cat-ranking__tab {
    width: calc((100% - 20px) / 3);
    max-width: 170px;
}

.cat-ranking__tab-btn {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0;
}

/* banner-block
-------------------------------------------------------------*/
.banner-block {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.banner-block__container {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    vertical-align: bottom;
}

.banner-block__container .banner-block__item {
    width: 50%;
}

.banner-block__container .banner-block__item:nth-of-type(2n+1) {
    padding-right: 0.5%;
}

.banner-block__container .banner-block__item:nth-of-type(2n) {
    padding-left: 0.5%;
}

.banner-block__container + .banner-block__container {
    margin-top: 1%;
}

.banner-block__container--wide .banner-block__item {
    width: 100%;
}

/* error-block
-------------------------------------------------------------*/
/* page-error
-------------------------------------------------------------*/
/* recommend
-------------------------------------------------------------*/
#fs-recommend--flick .fs-p-heading--lv2 {
    display: none;
}

/* ranking 独自タグ
-------------------------------------------------------------*/
.ranking-item__link:hover {
    text-decoration: none;
}

.ranking-item__imageContainer {
    position: relative;
    aspect-ratio: 5 / 6;
}

.ranking-item__number {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    margin: 0;
}

.ranking-item__number span {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 60%;
    text-align: center;
    color: #78797B;
    font-family: 'Roboto Mono', monospace;
    font-size: 1.9rem;
    line-height: 45px;
}

.ranking-item:nth-of-type(1) .ranking-item__number span {
    color: #B2363D;
}

.ranking-item__productName {
    font-size: 1.4rem;
    display: none;
}

.ranking-item__productPrice {
    display: none;
}

@media screen and (min-width: 769px) {
    .ranking-item__number {
        width: 72px;
        height: 72px;
    }
    .ranking-item__number span {
        font-size: 2rem;
        line-height: 45px;
    }
}

/* list-from-carousel
-------------------------------------------------------------*/
.list-from-carousel .fs-c-productListCarousel__ctrl {
    display: none;
}

.list-from-carousel .fs-c-productListCarousel__list {
    width: 100%;
}
/*
.list-from-carousel .fs-c-productListCarousel__list__itemTrack {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-from-carousel .fs-c-productListCarousel__list__item {
    flex-basis: 49%;
    flex-basis: calc((100% - 20px) / 2);
    max-width: none !important;
    min-width: auto !important;
    margin: 0 0 4%;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .list-from-carousel .fs-c-productListCarousel__list__itemTrack::after {
        content: '';
        display: block;
        width: 32%;
    }
    .list-from-carousel .fs-c-productListCarousel__list__item {
        flex-basis: 32%;
    }
}

@media screen and (min-width: 961px) {
    .list-from-carousel .fs-c-productListCarousel__list__itemTrack::before {
        content: '';
        display: block;
        width: 24%;
        order: 1;
    }
    .list-from-carousel .fs-c-productListCarousel__list__itemTrack::after {
        content: '';
        display: block;
        width: 24%;
    }
    .list-from-carousel .fs-c-productListCarousel__list__item {
        flex-basis: 24%;
    }
}
*/

.list-from-carousel .fs-c-productListCarousel__list__itemTrack {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.list-from-carousel .fs-c-productListCarousel__list__item {
    flex-basis: calc((100% - 20px) / 2);
    max-width: none !important;
    min-width: auto !important;
    margin: 0 0 4%;
    overflow: hidden;
}

@media screen and (min-width: 769px) {
    .list-from-carousel .fs-c-productListCarousel__list__item {
        flex-basis: 32%;
        flex-basis: calc((100% - 40px) / 3);
    }
}

@media screen and (min-width: 961px) {
    .list-from-carousel .fs-c-productListCarousel__list__item {
        flex-basis: 24%;
        flex-basis: calc((100% - 60px) / 4);
    }
}



/* home
==============================================================*/

#fs_Top .main {
    padding-bottom: 0 ! important;
}

#fs_Top .content-block__container:not(.content-block__container--full) {
    max-width: 1300px;
}

#fs_Top .btn-fit_guide {
    width: 300px;
    font-size: 2rem;
}

/* pick up
-------------------------------------------------------------*/
#fs_Top .fs-c-productListCarousel__list__itemTrack {
    padding: 0 20px;
    gap: 0;
    justify-content: space-between;
}
#fs_Top .list-from-carousel .fs-c-productListCarousel__list__item {
    flex-basis: calc((100% - 20px) / 2);
}
@media screen and (min-width: 769px) {
    #fs_Top .list-from-carousel .fs-c-productListCarousel__list__item {
        flex-basis: 28.125%;
    }
}

@media screen and (min-width: 961px) {
    #fs_Top .list-from-carousel .fs-c-productListCarousel__list__item {
        flex-basis: 21.428%;
    }
}


/* main-slider
-------------------------------------------------------------*/
.main-slider {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    .main-slider .swiper-container .swiper-slide img {
        --swiper-per-view: 3;
        --swiper-space-between: 14px;
        --swiper-space-count: 2;
    }
}

/* news-slider
-------------------------------------------------------------*/
.news-slider {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.news-slider .btn-container {
    margin-top: 40px;
}
/*
.news-slider .swiper-container .swiper-slide img {
    --swiper-per-view: 2;
    --swiper-space-between: 10px;
    --swiper-space-count: 1;
}

@media screen and (min-width: 769px) {
    .news-slider .swiper-container .swiper-slide img {
        --swiper-per-view: 2;
        --swiper-space-between: 20px;
        --swiper-space-count: 1;
    }
}
*/
/* newsfeature-slider
-------------------------------------------------------------*/
.newsfeature-slider {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.newsfeature-slider .btn-container {
    margin-top: 40px;
}
/*
.newsfeature-slider .swiper-container .swiper-slide img {
    --swiper-per-view: 2;
    --swiper-space-between: 10px;
    --swiper-space-count: 1;
}

@media screen and (min-width: 769px) {
    .newsfeature-slider .swiper-container .swiper-slide img {
        --swiper-per-view: 2;
        --swiper-space-between: 20px;
        --swiper-space-count: 1;
    }
}
*/
/* link-btn-list
-------------------------------------------------------------*/
.link-btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.link-btn-list__item {
    width: 100%;
}
.link-btn-list__item img {
    width: 100%;
}
/*
.link-btn-list__link {
    display: block;
    width: 100%;
    height: auto;
    padding: 1em .25em;
    border: 2px solid #595757;
    background: #fff;
    color: #595757;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    transition: all .2s;
}

.link-btn-list__link:hover {
    background: #595757;
    color: #fff;
    text-decoration: none;
}

.link-btn-list__link.ctab--active {
    background: #595757;
    color: #fff;
}
*/
/*
@media screen and (min-width: 481px) {
    .link-btn-list__item {
        width: 50%;
    }
}
*/
@media screen and (min-width: 769px) {
    .link-btn-list__item {
        width: 50%;
    }
}
@media screen and (min-width: 961px) {
    .link-btn-list {
        flex-wrap: nowrap;
    }
    .link-btn-list__item {
        width: 25%;
    }
}

/* scene
-------------------------------------------------------------*/
/* item-type
-------------------------------------------------------------*/

#scene ul.scene {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

ul.scene li {
    width: 100%;
}
ul.scene li img {
    width: 100%;
    height: auto;
}
@media screen and (min-width: 481px) {
}
@media screen and (min-width: 769px) {
    ul.scene li {
        width: 50%;
    }
}

/* pickup
-------------------------------------------------------------*/
/* item-type
-------------------------------------------------------------*/
.item-type {
    font-size: 1.4rem;
}

.item-type__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 20px;
}

.item-type__tab {
    width: calc((100% - 20px) / 3);
    max-width: 170px;
}

.item-type__tab-btn {
    line-height: 2.5;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0;
}

.item-type__panel {
    display: none;
}

.item-type__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.item-type__link {
    width: 100%;
    padding: 0 .5em;
}

.item-type__link a {
    position: relative;
    display: inline-block;
    padding: .2em 1em .2em 0;
    margin: 0.3em 0;
    line-height: 1.2;
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-type__link a::after {
    display: block;
    content: '';
    position: absolute;
    transform-origin: center;
    border-style: solid;
    border-color: #595757;
    border-width: 0 2px 2px 0;
    padding: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 2px;
}

.item-type__link a:hover {
    text-decoration: none;
    opacity: .7;
}

@media screen and (min-width: 481px) {
    .item-type__link {
        width: 48%;
    }
}

@media screen and (min-width: 769px) {
    .item-type__links::after {
        display: block;
        content: '';
        width: 32%;
    }
    .item-type__link {
        width: 32%;
    }
}

@media screen and (min-width: 961px) {
    .item-type__tabs {
        margin-bottom: 40px;
    }
}

/* ranking-block
-------------------------------------------------------------*/
/* fitguide-banner
-------------------------------------------------------------*/
.fitguide-banner {
    display: flex;
    flex-wrap: wrap;
}

.fitguide-banner__item {
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
}

.fitguide-banner__link {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-weight: bold;
}

.fitguide-banner__link img {
    opacity: 1;
}

.fitguide-banner__link:hover img {
    opacity: 1;
}

.fitguide-banner__link span {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .2s;
}

.fitguide-banner__link span::after {
    display: block;
    content: '';
    position: absolute;
    transform-origin: center;
    border-style: solid;
    border-color: #fff;
    border-width: 0 3px 3px 0;
    padding: 10px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(-45deg);
}

.fitguide-banner__link:hover span {
    opacity: 1;
}

@media screen and (min-width: 769px) {
    .fitguide-banner__item {
        width: 50%;
    }
    .fitguide-banner__item:nth-of-type(2n+1) {
        padding-right: 0.5%;
    }
    .fitguide-banner__item:nth-of-type(2n) {
        padding-left: 0.5%;
    }
    .fitguide-banner__item--wide {
        width: 100%;
    }
    .fitguide-banner__item--wide:nth-of-type(2n+1) {
        padding-right: 0;
    }
    .fitguide-banner__item--wide:nth-of-type(2n) {
        padding-left: 0;
    }
    .fitguide-banner__link {
        font-size: 2.4rem;
    }
}

/* look-banner
-------------------------------------------------------------*/
.look-banner {
    display: flex;
    flex-wrap: wrap;
}

.look-banner__item {
    width: 100%;
    margin-bottom: 5%;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .look-banner {
        justify-content: space-between;
    }
    .look-banner__item {
        width: 49.5%;
    }
}

/* banner-list
-------------------------------------------------------------*/
.banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.banner-list__item {
    width: 100%;
}
.banner-list__item img {
    width: 100%;
}
.banner-list__wide-item {
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .banner-list__item {
        width: 50%;
    }
}
@media screen and (min-width: 961px) {
    .banner-list__item {
        width: 50%;
    }
}




/* item_list
==============================================================*/
/* product-list
-------------------------------------------------------------*/
.product-list {
    padding: 0 0 40px;
}

.product-list__side {
    display: none;
}

.product-list__area {
    max-width: 1380px;
    margin: 0 auto;
}

.product-list__area .fs-c-listControl {
    order: 1;
    align-items: flex-start;
    justify-content: left;
}

.product-list__area .fs-c-sortItems {
    order: 2;
    font-size: 1.4rem;
}

.product-list__area .fs-c-sortItems a {
    color: #595757;
}

.product-list__area .fs-c-sortItems a:hover {
    text-decoration: none;
}

@media screen and (max-width: 961px) {
    .product-list__area .fs-c-productList__controller {
        margin: 0 auto 10px;
    }
    .product-list__area .fs-c-subgroup {
        margin: 0 20px 20px;
        padding: 0;
        position: relative;
    }
    .product-list__area .fs-c-subgroup__trigger {
        width: 100%;
        line-height: 36px;
        text-align: center;
        border-bottom: 1px solid #595757;
        font-size: 1.6rem;
        cursor: pointer;
    }
    .product-list__area .fs-c-subgroup__trigger::after {
        display: block;
        content: '';
        position: absolute;
        transform-origin: center;
        border-style: solid;
        border-color: #595757;
        border-width: 0 2px 2px 0;
        padding: 5px;
        transform: translateY(-50%) rotate(45deg);
        top: 14px;
        right: 10px;
    }
    .product-list__area .fs-c-subgroup.is-active .fs-c-subgroup__trigger::after {
        display: block;
        content: '';
        position: absolute;
        transform-origin: center;
        border-style: solid;
        border-color: #595757;
        border-width: 0 2px 2px 0;
        padding: 6px;
        transform: translateY(-50%) rotate(-135deg);
        top: 18px;
        right: 10px;
    }
    .product-list__area .fs-c-subgroup .fs-c-listControl {
        display: none;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList {
        margin: 0;
        font-size: 1.6rem;
        position: absolute;
        top: 100%;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        padding: 1em .5em;
        z-index: 1;
        display: none;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList__item {
        flex-basis: 100%;
        text-align: center;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList__link {
        display: inline-block;
        background: transparent;
        border: none;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList__link::after {
        display: none;
    }
    .product-list__area .fs-c-subgroup.is-active .fs-c-subgroupList {
        display: flex;
    }
    .product-list__area .fs-c-productList__controller {
        padding: 0 20px;
    }
    .product-list__area .fs-c-sortItems {
        display: none;
    }
    .product-list__area .product-list-sort {
        order: 2;
    }
    .product-list__area .product-list-sort select {
        border: none;
    }
    .product-list__area .fs-p-productSearch {
        margin: 0 20px;
    }
}

@media screen and (min-width: 961px) {
    .product-list {
        padding: 0 20px 80px;
        display: flex;
    }
    .product-list__side {
        display: block;
        flex: 0 1 330px;
        min-width: 200px;
        font-size: 1.4rem;
    }
    .product-list__side-title {
        margin: 0;
        padding: .5em 0;
        font-size: 1.6rem;
    }
    .product-list-nav__item a {
        display: inline-block;
        padding: .5em 0;
    }
    .product-list__area {
        max-width: 1030px;
        flex: 1 1 auto;
    }
    .product-list__area .fs-c-subgroup {
        margin: 0 0 40px;
    }
    .product-list__area .fs-c-subgroup .fs-c-listControl {
        display: none;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList {
        margin: 0;
        font-size: 1.6rem;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList__item {
        flex-basis: 33%;
        flex-grow: 0;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList__link {
        display: inline-block;
        background: transparent;
        border: none;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList__link::after {
        display: none;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList__label {
        position: relative;
        padding-right: 1em;
    }
    .product-list__area .fs-c-subgroup .fs-c-subgroupList__label::after {
        display: block;
        content: '';
        position: absolute;
        transform-origin: center;
        border-style: solid;
        border-color: #595757;
        border-width: 0 2px 2px 0;
        padding: 3px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        right: 2px;
    }
    .product-list__area .fs-c-productList__controller {
        margin: 0 auto 30px;
    }
    .product-list__area .product-list-sort {
        display: none;
    }
    .product-list__area .fs-c-sortItems__label {
        padding: .25em 1em;
        border: none;
    }
    .product-list__area .fs-c-sortItems__list__item {
        padding: 0 .25em;
    }
    .product-list__area .fs-c-sortItems__list__item.is-active {
        background: none;
    }
    .product-list__area .fs-c-sortItems__list__item__label {
        padding: .25em 1em;
        background: #fff;
        border: 1px solid #595757;
    }
    .product-list__area .is-active .fs-c-sortItems__list__item__label {
        background: #595757;
    }
    .product-list__area a.fs-c-sortItems__list__item__label:hover {
        background: #595757;
        color: #fff;
    }
}

@media screen and (min-width: 1381px) {
    .product-list {
        padding: 0 0 80px;
    }
}

.fs-c-pagination {
    font-size: 1.6rem;
    align-items: center;
}

.fs-c-pagination__item {
    position: relative;
    line-height: 1;
    padding: .5em .5em;
    margin: 0 .25em;
    color: #595757;
}

.fs-c-pagination__item--prev::before {
    display: none;
}

.fs-c-pagination__item--prev::after {
    display: block;
    content: '';
    position: absolute;
    transform-origin: center;
    border-style: solid;
    border-color: #595757;
    border-width: 0 2px 2px 0;
    padding: 6px;
    transform: translateY(-50%) rotate(135deg);
    left: 0;
}

.fs-c-pagination__item--next::before {
    display: none;
}

.fs-c-pagination__item--next::after {
    display: block;
    content: '';
    position: absolute;
    transform-origin: center;
    border-style: solid;
    border-color: #595757;
    border-width: 0 2px 2px 0;
    padding: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
}

.fs-c-pagination__item.is-active {
    color: #595757;
    background: none;
}

.fs-c-subgroup + .fs-c-productList__controller .fs-c-pagination,
.fs-c-productList__controller:nth-of-type(1) .fs-c-pagination {
    display: none;
}

.fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
    display: none;
}

.fs-c-productList__list + .fs-c-productList__controller .fs-c-listControl__status {
    display: none;
}

.fs-c-productList__list + .fs-c-productList__controller .fs-c-pagination {
    margin: 0 auto;
}

/* product-list__item
-------------------------------------------------------------*/
.fs-c-productList__list {
    margin: 0 auto 60px;
    justify-content: space-between;
    -ms-grid-columns: calc(49% - 0px) calc(49% - 0px);
    grid-template-columns: calc(49% - 0px) calc(49% - 0px);
}

.fs-c-productList__list > * {
    border-bottom: none;
    padding: 0;
    margin-bottom: 15%;
}

@media screen and (min-width: 481px) {
    .fs-c-productList__list {
        -ms-grid-columns: calc(32.33333% - 0px) calc(32.33333% - 0px) calc(32.33333% - 0px);
        grid-template-columns: calc(32.33333% - 0px) calc(32.33333% - 0px) calc(32.33333% - 0px);
    }
    .fs-c-productList__list > * {
        -ms-grid-row: auto !important;
        grid-row: auto !important;
    }
    .fs-c-productList__list > *:nth-child(3n+1) {
        -ms-grid-column: 1;
        grid-column: 1;
    }
    .fs-c-productList__list > *:nth-child(3n+2) {
        -ms-grid-column: 2;
        grid-column: 2;
    }
    .fs-c-productList__list > *:nth-child(3n) {
        -ms-grid-column: 3;
        grid-column: 3;
    }
}

/*
.product-list__item {
    flex-basis: 50%;
    margin-bottom: 40px;
}
.product-list .product-list__item-container {
    margin: 0 5px;
}

@media screen and (min-width: $media-width-md-min) {
    .product-list__item {
        flex-basis: 33.3%;
    }
}
@media screen and (min-width: $media-width-lg-min) {
    .product-list__item {
        flex-basis: 33.33%;
        margin-bottom: 60px;
    }
    .product-list .product-list__item-container {
        margin: 0 5px;
    }
}
@media screen and (min-width: $media-width-xl-min) {
    .product-list__item {
        flex-basis: 25%;
    }
    .product-list .product-list__item-container {
        margin: 0 8px;
    }
}
*/
/* item_detail
==============================================================*/
/* product-detail__main
-------------------------------------------------------------*/
.product-detail {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto 60px;
}

.product-detail__attention {
    margin: 1em 0 0;
    font-size: 1.2rem;
}

.product-detail__attention a {
    font-weight: bold;
    color: #cf3339;
}

.product-detail .fs-l-productLayout {
    grid-row-gap: 30px;
}

.product-detail .fs-l-productLayout__item--2 {
	margin: 1.5em 0 0;
    padding: 0 20px;
}

@media screen and (max-width: 960px) {
    .product-detail .fs-l-productLayout {
        grid-row-gap: 0;
    }
}

@media screen and (min-width: 961px) {
    .product-detail .fs-l-productLayout {
        grid-template-columns: 49% 49%;
        grid-gap: 2%;
    }
    .product-detail .fs-l-productLayout__item--1 {
        padding: 0 0 0 20px;
    }
    .product-detail .fs-l-productLayout__item--2 {
		margin: 1.5em 0 0;
        padding: 0 20px 0 0;
    }
}

@media screen and (min-width: 1381px) {
    .product-detail .fs-l-productLayout__item--1 {
        padding: 0;
    }
    .product-detail .fs-l-productLayout__item--2 {
		margin: 1.5em 0 0;
        padding: 0;
    }
}

/* product-main-slider
-------------------------------------------------------------*/
.fs-c-productCarouselMainImage__carousel {
    margin-bottom: 20px;
}

.fs-c-productCarouselMainImage__image > img {
    width: 100%;
    max-width: 100%;
    max-height: none;
}

.fs-c-productCarouselMainImage .fs-c-slick .slick-prev {
    background: none;
}

.fs-c-productCarouselMainImage .fs-c-slick .slick-prev::before {
    content: '';
    display: block;
    content: '';
    position: absolute;
    transform-origin: center;
    border-style: solid;
    border-color: #595757;
    border-width: 0 3px 3px 0;
    padding: 8px;
    transform: translateY(-50%) rotate(135deg);
    top: 50%;
    left: 38%;
}

.fs-c-productCarouselMainImage .fs-c-slick .slick-next {
    background: none;
}

.fs-c-productCarouselMainImage .fs-c-slick .slick-next::before {
    content: '';
    display: block;
    content: '';
    position: absolute;
    transform-origin: center;
    border-style: solid;
    border-color: #595757;
    border-width: 0 3px 3px 0;
    padding: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 38%;
}

.fs-c-productCarouselMainImage__expandButton {
    display: none;
}

.fs-c-productCarouselMainImage__thumbnailList {
    margin: 0;
}

.fs-c-productCarouselMainImage__thumbnailList li {
    flex-basis: calc(100% / 4.5);
    margin: 0;
    padding: 0;
}

.fs-c-productCarouselMainImage__thumbnailList li img {
    width: 100%;
}

.product-detail-thumbnailList-hint {
    margin-top: -24px;
    padding: 0 1em;
    text-align: right;
}

@media screen and (min-width: 769px) {
    .fs-c-productCarouselMainImage__thumbnailList li {
    flex-basis: calc(100% / 5.5);
    }
}

@media screen and (min-width: 961px) {
    .fs-c-productCarouselMainImage__thumbnailList li {
        flex-basis: calc(100% / 3);
    }
    .product-detail-thumbnailList-hint {
        padding: 0;
    }
}

/*
.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
    border-color: #fff;
}
.slick-current .fs-c-productCarouselMainImage__thumbnail__img {
    border-color: #666;
}
.fs-c-productCarouselMainImage__thumbnail__img {
    margin: 0 auto;
}


@media screen and (min-width: $media-width-md-min) {
}
@media screen and (min-width: $media-width-lg-min) {
}
*/
/* fs-l-productLayout__item--2
-------------------------------------------------------------*/
.fs-l-product2 .fs-l-productLayout > * > * {
    margin: 15px 0 0;
}

.product-detail .fs-c-productMarks {
    margin-bottom: 30px;
}

.product-detail .fs-c-productMarks > .fs-c-mark {
    display: none;
}

.product-detail .fs-c-productMark {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-detail .fs-c-productMark__item {
    flex-basis: 48%;
    padding: 7px 0 0;
}

.product-detail .fs-c-productMark__item .fs-c-productMark__mark,
.product-detail .fs-c-productMark__item .fs-c-mark {
    display: block;
    text-align: center;
    line-height: 1.2;
    border-radius: unset;
    font-weight: bold;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 481px) {
    .product-detail .fs-c-productMark::after {
        content: '';
        width: 32%;
        display: block;
    }
    .product-detail .fs-c-productMark__item {
        flex-basis: 32%;
        padding: 10px 0 0;
    }
}

@media screen and (min-width: 769px) {
    .product-detail .fs-c-productMark::before {
        content: '';
        width: 24%;
        display: block;
        order: 1;
    }
    .product-detail .fs-c-productMark::after {
        content: '';
        width: 24%;
        display: block;
    }
    .product-detail .fs-c-productMark__item {
        flex-basis: 24%;
        padding: 10px 0 0;
    }
}

.fs-c-productNameHeading {
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.fs-c-productNameHeading__copy {
    display: block;
    margin: .5em 0;
	font-size: 1em;
}

.fs-c-productName__copy {
	font-size: 1.0em;	
}

.fs-c-productNameHeading__name {
    display: block;
    margin: 0 0 .8em;
	font-size: .6em;
}

.fs-c-productName__variation, span.fs-c-productName__name {
	font-size: .7em;
	padding-top: 5px;
}

.fs-c-productNumber {
    display: block;
    border: none;
    margin-bottom: 2em !important;
    padding: 0;
}

.fs-c-productPrices--productDetail {
    display: inline-block;
    margin: 0 0.8em 0 0 !important;
    font-size: 1.6rem;
}

.fs-c-productPointDisplay {
    display: inline-block;
    margin: 0 !important;
    background: #fff;
    color: #595757;
}

.variation-select {
    margin: 30px 0 !important;
}

.variation-select__trigger {
    margin: 0;
    border: 2px solid #29abe2;
    color: #29abe2;
    background: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 56px;
    height: 60px;
    position: relative;
}

.variation-select__trigger::after {
    border-width: 2px !important;
    padding: 6px !important;
    border-color: #29abe2 !important;
}

.variation-select__trigger:hover,
.variation-select.cacc--active .variation-select__trigger {
    color: #fff;
    background: #29abe2;
}

.variation-select__trigger:hover::after,
.variation-select.cacc--active .variation-select__trigger::after {
    border-color: #fff !important;
}

.variation-select__panel {
    display: none;
}

.fs-c-variationAndActions {
    margin: 30px 0 0;
}

.fs-c-variationAndActions__variationLabel {
    display: none;
}

.fs-c-variationList__item:not(:last-child) {
    margin: 0 0 10px;
}

.fs-c-variationList__item__title {
    text-align: left;
    background: none;
}

.fs-c-variationList__item__body {
    flex-wrap: wrap;
}

.fs-c-variationList__item__image {
    flex: 0 0 120px;
}

.fs-c-variationList__item__image img {
    max-width: none;
    max-width: 120px;
    margin-bottom: 10px;
}

.fs-c-variationList__item__cart {
    flex: 1 0 240px;
}

.fs-c-variationCart > li {
    grid-template-columns: 2fr minmax(30px, 1fr) minmax(120px, 2fr);
}

.fs-c-variationCart--withImage > li {
    grid-template-columns: auto 2fr minmax(30px, 1fr) minmax(120px, 2fr);
}

.fs-c-variationCart .fs-c-button--addToWishList--icon,
.fs-c-variationCart .fs-c-button--removeFromWishList--icon {
    width: 30px;
    height: 30px;
}

.fs-c-button--addToCart--variation,
.fs-c-button--subscribeToArrivalNotice--variation {
    padding: .6em .2em;
    font-size: 1.4rem !important;
}

.fs-c-button--addToCart--variation {
    border: 2px solid #29abe2;
    background: #fff;
    color: #29abe2;
    box-shadow: none;
}

.fs-c-button--addToCart--variation:hover {
    background: #29abe2;
    color: #fff;
}

.fs-c-button--subscribeToArrivalNotice--variation {
    border: 2px solid #595757;
    background: #fff;
    color: #595757;
    box-shadow: none;
}

.fs-c-button--subscribeToArrivalNotice--variation:hover {
    background: #595757;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .variation-select__trigger {
        font-size: 2rem;
    }
}

@media screen and (min-width: 961px) {
    .variation-select__trigger {
        border-width: 3px;
        font-size: 2rem;
        line-height: 74px;
        height: 80px;
    }
}

.size-chart .fitguide-banner {
    margin-top: 40px;
}

.size-chart .fitguide-banner__link {
    font-size: 1.8rem;
}

.product-info {
    display: none;
	margin-bottom: 3em;
}

.product-info .product-info__header {
    margin: 2em 0 .5em;
    padding: .25em .5em;
    font-size: 1.2em;
    border-bottom: 2px solid #b5b5b5;
    display: none;
}

.product-info .product-info__item:not(:empty) {
    padding: 1em .5em;
    border-bottom: 1px dotted #b5b5b5;
}

/* fit_guide
==============================================================*/
/* fit-guide
-------------------------------------------------------------*/
.fit-guide-chart {
    margin: 0 auto 40px;
}

@media screen and (min-width: 961px) {
    .fit-guide-chart {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1381px) {
    .fit-guide-chart {
        padding: 0;
    }
}

.fit-guide-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.fit-guide-list p {
    margin: 0;
}

.fit-guide-list__item {
    text-align: center;
    flex: 0 1 50%;
    margin-bottom: 30px;
}

.fit-guide-list__name {
    font-weight: 600;
}

@media screen and (min-width: 481px) {
    .fit-guide-list__item {
        flex-basis: calc(100% / 3);
    }
}

@media screen and (min-width: 769px) {
    .fit-guide-list__item {
        flex-basis: 25%;
    }
}

@media screen and (min-width: 961px) {
    .fit-guide-list {
        padding: 0;
    }
    .fit-guide-list__item {
        flex-basis: calc(100% / 5);
    }
}

/* about
==============================================================*/
/* about
-------------------------------------------------------------*/
.page-about .hero-image {
    margin: 0 0 4em;
    text-align: center;
}

.page-about section {
    margin: 0 auto 6em;
    max-width: 980px;
    padding: 0 20px;
}

.page-about .section-title {
    font-weight: 600;
    font-size: 2rem;
    margin: 0 0 1.5em;
}

.page-about .section-description {
    margin: 0 0 4em;
    font-size: 1.6rem;
    line-height: 2;
}

.page-about .section-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-about .section-images img {
    flex: 0 1 47%;
}

.page-about .section-images img.wide {
    flex: 0 1 100%;
}

@media screen and (min-width: 961px) {
    .page-about .hero-image {
        margin-bottom: 10em;
    }
    .page-about section {
        margin-bottom: 8em;
    }
}

/* contact
==============================================================*/
/* contact
-------------------------------------------------------------*/
.page-contact .agreement {
    margin: 6em 0 3em;
    text-align: center;
}

.page-contact .btn-container li {
    margin: 1em 0;
}

/* cart
==============================================================*/
/* cart
-------------------------------------------------------------*/
.fs-c-cartPayment__button .fs-c-button--purchaseHere,
.fs-c-confirmOrder__button .fs-c-button--confirmOrder {
    border: 2px solid #29abe2;
    background: #29abe2;
    color: #fff;
    box-shadow: none;
    padding: .6em .2em;
}

.fs-c-cartPayment__button .fs-c-button--purchaseHere:hover,
.fs-c-confirmOrder__button .fs-c-button--confirmOrder:hover {
    opacity: .7;
}

/* mypage
==============================================================*/
/* mypage top
-------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .fs-c-accountService {
    gap: 16px;
  }
  .fs-c-accountService__page {
    margin: 0;
    flex: 1 1 128px;
  }
}


