html {
    position: relative
}

body {
    font-feature-settings: "palt";
    background-color: #fff;
    color: #333;
    font-family: Noto Sans JP,sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-width: 320px;
    text-align: left
}

body:lang(zh-hans) {
    font-family: Microsoft YaHei,å¾®è½¯é›…é»‘,SimSun,sans-serif
}

a {
    color: #C8000F;
    cursor: pointer
}

a img {
    transition: opacity .6s cubic-bezier(.19,1,.22,1)
}

a:hover img {
    opacity: .8
}

form {
    margin: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.fa-solid,.fas {
    font-weight: 900
}

address {
    font-style: normal
}

.footer-upper {
    background-color: #eee
}

.footer-upper__inner {
    color: #7c7c7c;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding: 20px 30px 30px
}

@media screen and (max-width: 767px) {
    .footer-upper__inner {
        color:#454545;
        flex-wrap: wrap;
        font-size: 13px;
        padding: 20px
    }
}

.footer-upper__col {
    display: flex;
    flex-direction: column;
    margin-right: 40px
}

@media screen and (max-width: 767px) {
    .footer-upper__col {
        margin:0;
        width: 50%
    }
}

.footer-upper a {
    color: #7c7c7c;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .footer-upper a {
        color:#454545
    }
}

.footer-upper a:hover {
    color: #6c6c6c;
    text-decoration: underline
}

.footer-lower {
    background-color: #454545;
    display: flex;
    min-height: 200px;
    position: relative
}

@media screen and (max-width: 767px) {
    .footer-lower {
        min-height:160px
    }
}

.footer-lower__inner {
    grid-gap: 10px 0;
    color: #999;
    display: grid;
    flex: 1;
    font-weight: 700;
    gap: 10px 0;
    grid-template-columns: 25% 1fr auto;
    grid-template-rows: auto 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding: 30px 30px 20px
}

.footer-lower__inner>.grid1 {
    grid-area: 1/1/2/2
}

.footer-lower__inner>.grid2 {
    grid-area: 1/2/2/3
}

.footer-lower__inner>.grid3 {
    grid-area: 1/3/2/4
}

.footer-lower__inner>.grid4 {
    grid-area: 2/1/3/4
}

@media screen and (max-width: 1023px) {
    .footer-lower__inner {
        grid-template-columns:1fr auto;
        grid-template-rows: repeat(2,auto) 1fr
    }

    .footer-lower__inner>.grid2 {
        grid-area: 2/1/3/3
    }

    .footer-lower__inner>.grid3 {
        grid-area: 1/2/2/3
    }

    .footer-lower__inner>.grid4 {
        grid-area: 3/1/4/3
    }
}

@media screen and (max-width: 767px) {
    .footer-lower__inner {
        padding:20px
    }
}

.footer-lower a {
    color: #999
}

.footer-lower a:hover {
    color: #dcdcdc
}

.ms1907-top-new-item h2 {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    margin-right: 40px
}

@media screen and (max-width: 639px) {
    .ms1907-top-new-item h2 {
        color:#6c6c6c;
        display: block;
        font-size: 24px;
        margin-right: 0;
        text-align: center
    }
}

.heading {
    align-items: center;
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0 10px 20px
}

@media screen and (max-width: 767px) {
    .heading {
        flex-direction:column;
        font-size: 22px;
        justify-content: center;
        margin: 20px;
        padding: 0 20px 20px
    }
}

.heading.-main {
    font-size: 32px
}

@media screen and (max-width: 767px) {
    .heading.-main {
        font-size:24px
    }
}

.heading__subtitle {
    border-left: 1px solid #454545;
    font-size: 18px;
    font-weight: 500;
    margin-left: 16px;
    margin-top: 4px;
    padding-left: 16px
}

@media screen and (max-width: 767px) {
    .heading__subtitle {
        border-left:none;
        font-size: 16px;
        margin-left: 0;
        margin-top: 8px;
        padding-left: 0
    }

    .heading__subtitle:after,.heading__subtitle:before {
        content: "-";
        display: inline-block;
        margin: 0 .25em
    }
}

.heading.-main .heading__subtitle {
    font-size: 24px;
    margin-top: 6px
}

@media screen and (max-width: 767px) {
    .heading.-main .heading__subtitle {
        font-size:20px
    }
}

.description {
    font-size: 14px;
    margin: 0 10px 30px
}

@media screen and (max-width: 767px) {
    .description {
        display:flex;
        justify-content: center;
        margin: 0 20px 30px
    }
}

.lang\:en\:flex-row-reverse:lang(en) {
    flex-direction: row-reverse
}

.lang\:en\:text-13px:lang(en) {
    font-size: 13px
}

.lang\:ja\:inline:lang(ja) {
    display: inline
}

.after\:colon:after {
    content: ":";
    margin-left: 8px
}

.after\:colon:after,.mobile-line-break>span {
    display: inline-block
}

.hover-flowing-bg,.hover-flowing-bg-x,.hover-flowing-bg-y {
    display: block;
    position: relative
}

.hover-flowing-bg-x:before,.hover-flowing-bg-y:before,.hover-flowing-bg:before {
    background-color: hsla(0,0%,93%,.5);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s cubic-bezier(.19,1,.22,1);
    width: 100%
}

.hover-flowing-bg-x:hover,.hover-flowing-bg-y:hover,.hover-flowing-bg:hover {
    text-decoration: none
}

.hover-flowing-bg-x:hover:before,.hover-flowing-bg-y:hover:before,.hover-flowing-bg:hover:before {
    transition-duration: .6s
}

.hover-flowing-bg-x>*,.hover-flowing-bg-y>*,.hover-flowing-bg>* {
    z-index: 10
}

.hover-flowing-bg-x:before,.hover-flowing-bg:before {
    transform: scaleX(0);
    transform-origin: left center
}

.hover-flowing-bg-x:hover:before,.hover-flowing-bg:hover:before {
    transform: scaleX(1)
}

.hover-flowing-bg-y:before {
    transform: scaleY(0);
    transform-origin: center
}

.hover-flowing-bg-y:hover:before {
    transform: scaleY(1)
}

.accordion {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    position: relative
}

@media screen and (max-width: 767px) {
    .accordion {
        border-radius:0;
        border-width: 1px 0
    }
}

.accordion__index {
    background-color: #eee;
    border-radius: 6px 6px 0 0;
    color: #454545;
    cursor: pointer;
    display: block;
    font-weight: 500;
    padding: 10px 20px 10px 40px;
    position: relative;
    transition: all .4s ease
}

.accordion__index:active,.accordion__index:focus,.accordion__index:hover {
    color: #454545
}

.accordion__index:before {
    border: 2px solid #454545;
    border-bottom: none;
    border-right: none;
    content: "";
    display: block;
    height: 8px;
    left: 16px;
    position: absolute;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transform-origin: center;
    transition: all .3s ease-in-out;
    width: 8px
}

.accordion.-close .accordion__index {
    border-radius: 6px
}

.accordion.-close .accordion__index:before {
    border: 2px solid #454545;
    border-bottom: none;
    border-right: none;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    top: calc(50% - 6px);
    transform: rotate(225deg);
    transform-origin: center;
    transition: all .3s ease-in-out;
    width: 8px
}

@media screen and (max-width: 767px) {
    .accordion.-close .accordion__index,.accordion__index {
        border-radius:0
    }
}

.accordion__content {
    display: block;
    opacity: 1;
    overflow: hidden;
    transition: max-height .4s ease,opacity .4s ease .2s;
    visibility: visible;
    width: 100%
}

.accordion.-close .accordion__content {
    max-height: 0!important;
    opacity: 0;
    transition: all .4s ease;
    visibility: hidden
}

.accordion__content-inner {
    padding: 20px
}

.accordion-group .accordion,.accordion-group .accordion.-close .accordion__index,.accordion-group .accordion__index {
    border-radius: 0
}

.accordion-group .accordion:first-child,.accordion-group .accordion:first-child .accordion__index {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.accordion-group .accordion.-close:last-child .accordion__index,.accordion-group .accordion:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.accordion-group .accordion:not(:first-child) {
    border-top: none
}

@media screen and (max-width: 767px) {
    .accordion-group .accordion.-close:last-child .accordion__index,.accordion-group .accordion:first-child,.accordion-group .accordion:first-child .accordion__index,.accordion-group .accordion:last-child {
        border-radius:0
    }
}

.ms-badge {
    border-radius: 4px;
    cursor: default;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap
}

.ms-badge.-red {
    background-color: #cf153c;
    color: #fff
}

.ms-badge.-sm {
    font-size: 14px;
    padding: 4px 12px
}

a.ms-badge {
    cursor: pointer
}

.banner-gsc-instock {
    align-items: center;
    background-color: #fff;
    border: 1px solid #454545;
    border-radius: 10px;
    display: flex;
    font-weight: 900;
    height: 96px;
    justify-content: center;
    letter-spacing: .1em;
    line-height: 1.25;
    max-width: 80%;
    padding: 0 30px;
    width: 960px
}

@media screen and (max-width: 767px) {
    .banner-gsc-instock {
        display:none
    }
}

.banner-gsc-instock:lang(zh-hans) {
    font-family: Noto Sans SC,sans-serif
}

.banner-gsc-instock:hover img {
    opacity: 1
}

.banner-gsc-instock__logo {
    grid-gap: 20px;
    display: grid;
    gap: 20px;
    grid-auto-flow: column;
    width: 27.5%
}

.banner-gsc-instock__logo:lang(zh-hans) {
    width: 30%
}

.banner-gsc-instock__logo img {
    height: 40px;
    width: auto
}

@media screen and (max-width: 1023px) {
    .banner-gsc-instock__logo {
        display:none
    }
}

.banner-gsc-instock__logo-etc {
    align-self: flex-end;
    color: #454545;
    font-size: 16px;
    margin-left: -8px
}

.banner-gsc-instock__logo-etc:lang(zh-hans) {
    font-size: 18px
}

.banner-gsc-instock__title {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 45%
}

@media screen and (max-width: 1023px) {
    .banner-gsc-instock__title {
        width:auto
    }
}

@media screen and (min-width: 1024px) {
    .banner-gsc-instock__title:lang(zh-hans) {
        width:40%
    }
}

.banner-gsc-instock__title-upper {
    color: #fc7e18;
    font-size: 22px;
    margin-left: 4px
}

.banner-gsc-instock__title-upper:lang(zh-hans) {
    font-size: 20px
}

.banner-gsc-instock__title-lower {
    color: #454545;
    font-size: 34px
}

.banner-gsc-instock__title-lower:lang(en) {
    font-size: 32px
}

.banner-gsc-instock__title-lower:lang(zh-hans) {
    font-size: 40px
}

.banner-gsc-instock__updated {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 27.5%
}

@media screen and (max-width: 1023px) {
    .banner-gsc-instock__updated {
        width:auto
    }
}

@media screen and (min-width: 1024px) {
    .banner-gsc-instock__updated:lang(zh-hans) {
        width:30%
    }
}

.banner-gsc-instock__updated-on {
    color: #cf153c;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px
}

@media screen and (max-width: 1023px) {
    .banner-gsc-instock__updated-on {
        margin-left:40px
    }
}

.banner-gsc-instock__updated-on:lang(en) {
    font-size: 20px;
    margin-left: 0;
    width: auto
}

@media screen and (max-width: 1023px) {
    .banner-gsc-instock__updated-on:lang(en) {
        margin-left:20px
    }
}

.banner-gsc-instock__updated-arrow {
    color: #7c7c7c;
    font-size: 48px;
    margin-left: 20px
}

.banner-ad-campaign {
    background: url(/cdn/shop/files/ad_campaign_banner.png) 0 0/100% auto no-repeat;
    border: 4px solid #E60012;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 616px;
    padding: 10px 0 20px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .banner-ad-campaign {
        background:url(/cdn/shop/files/ad_campaign_banner.png) 0/cover no-repeat
    }
}

@media screen and (max-width: 639px) {
    .banner-ad-campaign {
        padding:5px 0 10px
    }
}

.banner-ad-campaign__wrapper {
    margin-bottom: 40px;
    margin-top: -30px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .banner-ad-campaign__wrapper {
        box-sizing:border-box;
        margin-top: 0;
        padding: 0 11px
    }
}

.banner-ad-campaign__copy {
    color: #E60012;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 5px;
    text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff
}

@media screen and (max-width: 639px) {
    .banner-ad-campaign__copy {
        font-size:13px;
        line-height: 1.4
    }
}

.banner-ad-campaign__btn {
    background: #E60012;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 30px;
    padding: 13px 40px;
    transition: background-color .3s
}

.banner-ad-campaign__btn:hover {
    background-color: #A0000D
}

.banner-ad-campaign__btn:hover:after {
    transform: translateX(5px)
}

.banner-ad-campaign__btn:after {
    background: #f0d7d7 url(/cdn/shop/files/btn_arrow_left.svg) left 55% center/8px auto no-repeat;
    border-radius: 15px;
    content: "";
    display: inline-block;
    height: 30px;
    margin-left: 18px;
    transform: translateX(0);
    transition: transform .3s;
    vertical-align: top;
    width: 30px
}

@media screen and (max-width: 767px) {
    .banner-ad-campaign__btn:after {
        border-radius:12px;
        height: 24px;
        margin-left: 12px;
        width: 24px
    }
}

@media screen and (max-width: 639px) {
    .banner-ad-campaign__btn:after {
        background:#f0d7d7 url(/cdn/shop/files/btn_arrow_left.svg) left 55% center/5px auto no-repeat;
        border-radius: 10px;
        height: 20px;
        width: 20px
    }
}

@media screen and (max-width: 767px) {
    .banner-ad-campaign__btn {
        line-height:24px
    }
}

@media screen and (max-width: 639px) {
    .banner-ad-campaign__btn {
        font-size:14px;
        line-height: 20px;
        padding: 8px 20px
    }
}

.breadcrumb {
    color: #454545;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px
}

.breadcrumb>li {
    margin-right: 3px
}

.breadcrumb>li:not(:first-child):before {
    content: ">";
    padding: 0 5px 0 2px
}

.ms-btn {
    align-items: center;
    border: none;
    border-radius: 4px;
    display: flex;
    font-size: 14px;
    justify-content: center;
    letter-spacing: .1rem;
    padding: 10px 30px;
    transition: color .5s,background-color .5s,border-color .5s,opacity .3s;
    width: auto
}

.ms-btn.-rounded {
    border-radius: 30px
}

.ms-btn.-small {
    font-size: 12px;
    padding: 10px
}

.ms-btn.-medium {
    font-size: 15px;
    padding: 15px 40px
}

.ms-btn.-large {
    font-size: 18px;
    padding: 15px 40px
}

.ms-btn.-gray {
    background-color: #6c6c6c;
    color: #fff
}

.ms-btn.-gray:link,.ms-btn.-gray:visited {
    color: #fff
}

.ms-btn.-gray:hover {
    background-color: #7c7c7c
}

.ms-btn.-white {
    background-color: #fff;
    border: 1px solid #454545;
    color: #454545
}

.ms-btn.-white:link,.ms-btn.-white:visited {
    color: #454545
}

.ms-btn.-white:hover {
    background-color: #fff;
    border-color: #7c7c7c;
    color: #7c7c7c
}

.ms-btn.-white-bn {
    background-color: #fff;
    color: #454545
}

.ms-btn.-white-bn:hover {
    opacity: .7
}

.ms-btn.-white-bn:link,.ms-btn.-white-bn:visited {
    color: #454545
}

.ms-btn.-white-bn:hover {
    background-color: #fff
}

.ms-btn.-blue {
    background-color: #E60012;
    color: #fff
}

.ms-btn.-blue:link,.ms-btn.-blue:visited {
    color: #fff
}

.ms-btn.-blue:hover {
    background-color: #A0000D
}

.ms-btn.-light-blue {
    background-color: #C8000F;
    color: #fff
}

.ms-btn.-light-blue:link,.ms-btn.-light-blue:visited {
    color: #fff
}

.ms-btn.-light-blue:hover {
    background-color: #FF1A2E
}

.ms-btn.-orange {
    background-color: #f6ab49;
    color: #fff
}

.ms-btn.-orange:link,.ms-btn.-orange:visited {
    color: #fff
}

.ms-btn.-orange:hover {
    background-color: #ff8600
}

.ms-btn:disabled,.ms-btn:disabled:hover {
    opacity: .5
}

.btn-gray {
    align-items: center;
    background-color: #6c6c6c;
    border: none;
    border-radius: 30px;
    display: flex;
    font-size: 14px;
    justify-content: center;
    padding: 10px 30px;
    transition: color .5s,border-color .5s;
    width: auto
}

.btn-gray,.btn-gray:link,.btn-gray:visited {
    color: #fff
}

.btn-gray:hover {
    background-color: #7c7c7c
}

.btn-gray:hover [class^=fa] {
    color: #7c7c7c
}

.btn-inner-label {
    font-weight: 700
}

.ms-btn-group {
    background-color: #fff;
    border-radius: 4px;
    color: #E60012;
    display: grid;
    grid-auto-flow: column
}

.ms-btn-group.-vertical {
    grid-auto-flow: row
}

.ms-btn-group.-vertical .ms-btn-group__item {
    border-left-width: 1px;
    border-top-width: 0
}

.ms-btn-group.-vertical .ms-btn-group__item:first-child {
    border-radius: 4px 4px 0 0;
    border-top-width: 1px
}

.ms-btn-group.-vertical .ms-btn-group__item:last-child {
    border-radius: 0 0 4px 4px
}

.ms-btn-group__item {
    background-color: transparent;
    border: 1px solid #E60012;
    border-left-width: 0;
    cursor: pointer;
    font-weight: 500;
    padding: 8px;
    text-align: center
}

.ms-btn-group__item:first-child {
    border-left-width: 1px;
    border-radius: 4px 0 0 4px
}

.ms-btn-group__item:last-child {
    border-radius: 0 4px 4px 0
}

.ms-btn-group__item.-active {
    background-color: #E60012;
    color: #fff
}

.ms-btn-group__item input[type=radio] {
    display: none
}

.btn-deadline {
    font-size: 17px;
    font-weight: 700;
    margin: 0 auto 73px;
    padding: 15px 30px;
    transition: background-color .3s;
    width: 50%
}

@media screen and (max-width: 1279px) {
    .btn-deadline {
        margin-bottom:53px
    }
}

@media screen and (max-width: 639px) {
    .btn-deadline {
        margin-bottom:33px;
        padding: 15px 0;
        width: 80%
    }
}

.btn-deadline:after {
    border: 4px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
    display: block;
    height: 13px;
    margin-left: 20px;
    transform: rotate(45deg);
    width: 13px
}

.btn-deadline:hover {
    background-color: #7c7c7c
}

.list-btn-history {
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: -15px;
    padding-top: 7px;
    vertical-align: top
}

@media screen and (max-width: 639px) {
    .list-btn-history {
        display:none
    }
}

.list-btn-history li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px
}

.list-btn-history li a {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    transition: background-color .3s
}

.list-btn-history__one-week-ago a {
    background: #E60012;
    display: block
}

.list-btn-history__one-week-ago a:hover {
    background-color: #A0000D
}

.calendar {
    border-radius: 8px;
    bottom: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    position: fixed;
    right: 20px;
    width: 466px;
    z-index: 40
}

.calendar__header {
    background: #E60012;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 20px
}

.calendar__status-area {
    display: flex
}

.calendar__title {
    align-self: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.calendar__status {
    align-self: center;
    background: #fff;
    border-radius: 4px;
    color: #E60012;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    margin-right: 10px;
    padding: 0 10px
}

.calendar__btn-close {
    align-items: center;
    background-color: transparent;
    border-radius: 9999px;
    box-sizing: border-box;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
    transition: background-color .3s ease;
    width: 34px
}

.calendar__btn-close:hover {
    background-color: #A0000D
}

.calendar__btn-close>i {
    color: #fff
}

.calendar__wrap {
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 17px
}

.calendar__month {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 8px
}

.calendar__base {
    padding: 0 3px;
    width: 210px
}

.calendar__date,.calendar__week {
    grid-gap: 0 6px;
    display: grid;
    gap: 0 6px;
    grid-auto-rows: 24px;
    grid-template-columns: repeat(7,1fr)
}

.calendar__date li,.calendar__week li {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    text-align: center
}

.calendar__week li {
    color: #7c7c7c
}

.calendar__date .-closed {
    color: #cf153c;
    font-weight: 500
}

.calendar__date .-today {
    background: #FFF0F0;
    border-radius: 9999px
}

.calendar__date .-today.-closed {
    background: #cf153c;
    color: #fff
}

.calendar__text-closed {
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 5px 7px;
    text-align: right;
    width: 100%
}

.calendar__text-closed em {
    color: #cf153c;
    font-style: normal;
    font-weight: 500
}

.cart-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .cart-form:not(.-products) {
        display:none
    }
}

.cart-form__inner {
    background-color: #eee;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 124px;
    padding: 10px;
    position: relative
}

.cart-form__input {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    margin-top: -8px
}

.cart-form__input-unit {
    grid-gap: 0 4px;
    align-items: baseline;
    display: grid;
    gap: 0 4px;
    grid-template-columns: repeat(2,auto);
    margin-right: 8px;
    margin-top: 8px
}

.cart-form__input-unit input {
    background-color: #fff;
    border: 1px solid #f6ab49;
    border-radius: 2px;
    color: #7c7c7c;
    font-size: 20px;
    height: 40px;
    padding: 4px;
    text-align: right;
    width: 60px
}

.cart-form__input-unit input:invalid {
    box-shadow: inset 0 0 2px 1px #f6ab49
}

.cart-form__input-unit input:disabled {
    background-color: hsla(0,0%,100%,.5);
    border-color: #ccc;
    opacity: .75
}

.cart-form__input-unit span {
    white-space: nowrap
}

.cart-form__total {
    align-items: baseline;
    display: flex;
    font-size: 13px;
    justify-content: flex-end
}

.cart-form__total input {
    background-color: transparent;
    border-bottom: 1px solid #c8c8c8;
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 500;
    margin: 0 8px;
    padding: 4px;
    text-align: right;
    width: 100px
}

@media screen and (min-width: 768px) {
    .list-search.-grid-view .cart-form {
        margin-top:auto
    }

    .list-search.-grid-view .cart-form__input {
        font-size: 16px
    }

    .list-search.-grid-view .cart-form__input-unit input {
        font-size: 18px;
        height: 30px;
        padding: 4px;
        width: 50px
    }
}

.cart-form.-products .cart-form__inner {
    grid-gap: 0 0;
    align-items: flex-end;
    display: grid;
    gap: 0 0;
    grid-template-columns: auto;
    grid-template-rows: repeat(2,min-content);
    min-height: auto;
    padding: 16px
}

.cart-form.-products .cart-form__inner>.grid1 {
    grid-area: 2/1/3/2
}

.cart-form.-products .cart-form__inner>.grid2 {
    grid-area: 1/1/2/3
}

.cart-form.-products .cart-form__inner>.grid3 {
    grid-area: 2/2/3/3
}

.cart-form.-products .cart-form__input {
    font-size: inherit
}

.cart-form.-products .cart-form__total input {
    width: 80px
}

.add-to-cart {
    background-color: transparent;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: sticky;
    transition: all .2s cubic-bezier(.19,1,.22,1);
    width: 100%;
    z-index: 10
}

.add-to-cart.-search {
    margin-right: -20px;
    width: calc(41.66667% - 105px)
}

@media screen and (max-width: 1023px) {
    .add-to-cart.-search {
        width:calc(100% - 200px)
    }
}

@media screen and (max-width: 767px) {
    .add-to-cart.-search {
        display:none
    }
}

.add-to-cart.-is-sticky {
    background-color: hsla(0,0%,100%,.5)
}

.add-to-cart__inner {
    margin: 20px 20px 40px;
    width: 100%
}

@media screen and (min-width: 768px) {
    .add-to-cart.-groups .add-to-cart__inner {
        width:40%
    }
}

.add-to-cart__inner button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #999;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 50px;
    transition: background-color .4s cubic-bezier(.19,1,.22,1);
    width: 100%
}

.add-to-cart__inner button.-active {
    background-color: #f6ab49
}

.add-to-cart__inner button.-active:hover {
    background-color: #ff8600
}

.ms-checkbox {
    cursor: pointer
}

.ms-checkbox__label {
    align-items: baseline;
    display: flex
}

.ms-checkbox__label:before {
    background: #FFF0F0 url(/cdn/shop/files/ico_check.svg) 50%/10px auto no-repeat;
    content: "";
    flex-shrink: 0;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: .2em;
    width: 16px
}

.ms-checkbox.-small .ms-checkbox__label {
    font-size: 12px
}

.ms-checkbox.-small .ms-checkbox__label:before {
    top: .3em
}

.ms-checkbox>input[type=checkbox] {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.ms-checkbox>input[type=checkbox]:checked+.ms-checkbox__label:before {
    background-color: #E60012
}

.ms-check-toggle-icon {
    cursor: pointer;
    justify-content: center
}

.ms-check-toggle-icon,.ms-check-toggle-icon__label {
    align-items: center;
    display: flex
}

.ms-check-toggle-icon>input[type=checkbox] {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.ms-check-toggle-icon>input[type=checkbox]:checked+.ms-check-toggle-icon__label>:first-child,.ms-check-toggle-icon>input[type=checkbox]:not(:checked)+.ms-check-toggle-icon__label>:nth-child(2) {
    display: none
}

.footer {
    background: #E60012;
    padding: 25px 20px 17px
}

.footer__menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 0 25px
}

@media screen and (max-width: 639px) {
    .footer__menu {
        display:block
    }
}

.footer__menu li {
    margin-right: 30px
}

.footer__menu li:last-child {
    margin-right: 0
}

@media screen and (max-width: 639px) {
    .footer__menu li {
        margin-bottom:15px;
        margin-right: 0
    }

    .footer__menu li:last-child {
        margin-bottom: 0
    }
}

.footer__menu a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    position: relative
}

.footer__menu a:after {
    background: #fff;
    bottom: -3px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform .3s ease;
    width: 100%
}

.footer__menu a:hover:after {
    transform: scale(1);
    transform-origin: left top
}

.footer__info {
    border-top: 1px solid #B80010;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 20px;
    max-width: 1170px;
    padding-top: 30px;
    width: 100%
}

.footer__info.-no-navigation {
    border-top: none;
    padding-top: 0
}

@media screen and (max-width: 767px) {
    .footer__info {
        display:block;
        padding-top: 25px
    }
}

.footer__info__inner {
    margin-right: 20px
}

@media screen and (max-width: 767px) {
    .footer__info__inner {
        margin-right:0
    }
}

.footer__info__company {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 5px
}

@media screen and (max-width: 639px) {
    .footer__info__company {
        display:block
    }
}

.footer__info__company dt {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 40px
}

@media screen and (max-width: 639px) {
    .footer__info__company dt {
        margin-bottom:15px
    }
}

.footer__info__company dd {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6
}

@media screen and (max-width: 639px) {
    .footer__info__company dd {
        margin-bottom:20px
    }
}

.footer__info__btn {
    background: #fff;
    border-radius: 6px;
    color: #E60012;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 30px;
    transition: background-color .3s
}

.footer__info__btn:link,.footer__info__btn:visited {
    color: #E60012
}

.footer__info__btn:after {
    background: url(/cdn/shop/files/btn_arrow_left.svg) 100% 100%/6px auto no-repeat;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    transform: translateX(0);
    transition: transform .2s ease;
    width: 6px
}

.footer__info__btn:hover {
    background-color: #FFF0F0
}

.footer__info__btn:hover:after {
    transform: translateX(3px)
}

.footer__info__sns {
    display: flex;
    flex-wrap: nowrap
}

@media screen and (max-width: 767px) {
    .footer__info__sns {
        margin-top:20px
    }
}

.footer__info__sns li {
    margin-right: 10px
}

.footer__info__sns li:last-child {
    margin-right: 0
}

.footer__info__sns a {
    align-items: center;
    background: #fff;
    border-radius: 18px;
    color: #E60012;
    display: flex;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    transition: background-color .3s;
    width: 36px
}

.footer__info__sns a:hover {
    background-color: #FFF0F0
}

.footer__copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 100%
}

.pc-gnav-nav {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 30
}

@media screen and (max-width: 767px) {
    .pc-gnav-nav {
        display:none
    }
}

.pc-gnav-nav__menu {
    display: flex;
    font-size: 0;
    justify-content: center;
    text-align: center
}

.pc-gnav-nav__menu>li {
    border: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 2.2%;
    position: relative
}

.pc-gnav-nav__menu>li>a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: #454545;
    display: inline-block;
    font-weight: 700;
    line-height: 1.1;
    padding: 12px 0 24px
}

.pc-gnav-nav__menu>li.-close ul {
    max-height: 0;
    opacity: 0
}

@media screen and (max-width: 1023px) {
    .pc-gnav-nav__menu>li {
        margin:0 1.8%
    }
}

.pc-gnav-nav__submenu {
    height: 100vh;
    left: 50%;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 34px;
    transform: translate(-50%);
    transition: opacity .2s,max-height .6s cubic-bezier(.19,1,.22,1);
    white-space: nowrap;
    z-index: 30
}

.pc-gnav-nav__submenu li {
    background-color: rgba(0,0,0,.8);
    box-sizing: border-box;
    display: block;
    padding: 9px 24px;
    transform: translateY(20px);
    width: 100%
}

.pc-gnav-nav__submenu li:first-child {
    padding-top: 20px;
    position: relative
}

.pc-gnav-nav__submenu li:first-child:before {
    border: 15px solid transparent;
    border-bottom-color: rgba(0,0,0,.8);
    content: "";
    display: block;
    height: 0;
    left: calc(47.7% - 7px);
    position: absolute;
    top: -30px;
    width: 0
}

.pc-gnav-nav__submenu li:last-child {
    padding-bottom: 20px
}

.pc-gnav-nav__submenu li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    position: relative
}

.pc-gnav-nav__submenu li a:after {
    background-color: #fff;
    bottom: -5px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .4s cubic-bezier(.19,1,.22,1);
    width: 100%
}

.pc-gnav-nav__submenu li a:hover:after {
    transform: scaleX(1);
    transform-origin: left center
}

.sp-gnav-wrapper {
    display: none
}

@media screen and (max-width: 767px) {
    .sp-gnav-wrapper {
        display:block
    }
}

.sp-gnav-wrapper.-close .sp-gnav-btn__inner span {
    display: block
}

.sp-gnav-wrapper.-close .sp-gnav-btn__inner:after,.sp-gnav-wrapper.-close .sp-gnav-btn__inner:before {
    transform: translate(0) rotate(0)
}

.sp-gnav-wrapper.-close .sp-gnav {
    height: 0
}

.sp-gnav-wrapper .sp-gnav-btn {
    display: block;
    left: 10px;
    position: absolute;
    top: 7px;
    width: 46px;
    z-index: 4
}

.sp-gnav-wrapper .sp-gnav-btn__inner {
    display: block;
    height: 46px;
    position: relative
}

.sp-gnav-wrapper .sp-gnav-btn__inner span {
    background-color: #6c6c6c;
    display: none;
    height: 3px;
    left: 15px;
    opacity: 1;
    position: absolute;
    top: 22px;
    transition: opacity .4s cubic-bezier(.19,1,.22,1);
    width: 17px
}

.sp-gnav-wrapper .sp-gnav-btn__inner:after,.sp-gnav-wrapper .sp-gnav-btn__inner:before {
    background-color: #6c6c6c;
    content: "";
    display: block;
    height: 3px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform: translateY(7px) rotate(45deg);
    transform-origin: center center;
    transition: transform .4s cubic-bezier(.19,1,.22,1);
    width: 17px
}

.sp-gnav-wrapper .sp-gnav-btn__inner:after {
    bottom: 14px;
    left: 15px;
    position: absolute;
    top: auto;
    transform: translateY(-7px) rotate(-45deg)
}

.sp-gnav-wrapper .sp-gnav {
    background-color: #fff;
    font-size: 15px;
    height: calc(100vh - 50px);
    left: 0;
    max-height: 100vh!important;
    overflow-y: scroll;
    padding-top: 0;
    position: absolute;
    top: 50px;
    transition: height .4s cubic-bezier(.19,1,.22,1);
    width: 100%;
    z-index: 3
}

.sp-gnav-wrapper .sp-gnav a {
    background-color: #fff;
    color: #454545
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-member {
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 6px 0 0 #eee;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-member a {
    display: block;
    padding: 17px 8px;
    text-align: center
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-member li {
    width: 50%
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-member li.aboutus {
    border-bottom: 1px solid #dcdcdc;
    width: 100%
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-member li.account {
    border-right: 1px solid #dcdcdc
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-member li.wishlist {
    border-top: 1px solid #dcdcdc;
    width: 100%
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-member li.wishlist i {
    color: #6c6c6c;
    font-size: 95%;
    margin: 0 .5em
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon {
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 6px 0 0 #ededed;
    margin-top: 6px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon li {
    border-bottom: 1px solid #dcdcdc
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon>li.-close>a:after {
    top: calc(50% - 7px);
    transform: rotate(45deg)
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon>li.-close .sp-gnav-nav-secondary__outer {
    max-height: 0
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon>li>a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 15px 45px 15px 22px;
    position: relative
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon>li>a:after {
    border: 2px solid #7c7c7c;
    border-left: none;
    border-top: none;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    transform: rotate(-135deg);
    transform-origin: center center;
    transition: transform .4s cubic-bezier(.19,1,.22,1);
    width: 10px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon__inner span:after {
    background-image: url(../../images/2019/ico_header.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    width: 15px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon__inner span.-support:after {
    background-position: -30px top;
    margin-bottom: -3px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon__inner span.-lang:after {
    background-position: -56px -2px;
    background-size: auto 120%;
    margin-bottom: -3px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon__inner span.-current {
    color: #7c7c7c;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    right: 52px;
    top: 16px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-icon__inner span.-current:after {
    display: none
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-secondary li {
    border-bottom: 1px solid rgba(67,67,67,.8)
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-secondary li a {
    background-color: #454545;
    color: #fff;
    display: block;
    padding: 15px 22px 15px 40px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-secondary__outer {
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.19,1,.22,1)
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-secondary__outer ul li a {
    display: block;
    padding: 15px 22px 15px 40px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-primary {
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 6px 0 0 #eee;
    margin-top: 6px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-primary>li.-close .sp-gnav-nav-secondary__outer {
    max-height: 0
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-primary>li.-close>a:after {
    top: calc(50% - 7px);
    transform: rotate(45deg)
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-primary>li .sp-gnav-nav-secondary__outer {
    transition: max-height .4s cubic-bezier(.19,1,.22,1)
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-primary>li.sp-gnav-nav-direct>a:after {
    right: 23px;
    transform: rotate(-45deg)
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-primary>li>a {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    padding: 15px 45px 15px 22px;
    position: relative
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-primary>li>a:after {
    border: 2px solid #7c7c7c;
    border-left: none;
    border-top: none;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    transform: rotate(-135deg);
    transform-origin: center center;
    transition: transform .4s cubic-bezier(.19,1,.22,1);
    width: 10px
}

.sp-gnav-wrapper .sp-gnav .sp-gnav-nav-lang {
    margin-bottom: 40px
}

.image-magnifier-lens {
    background-color: hsla(0,0%,100%,.5);
    border: 1px solid rgba(69,69,69,.7)
}

.image-magnifier-mirror {
    background-color: #fff;
    border: 1px solid #000;
    z-index: 30
}

.infofaq-list__item {
    border-bottom: 1px solid #dcdcdc
}

.infofaq-list__item:first-child {
    border-top: 1px solid #dcdcdc
}

.infofaq-list__link {
    align-items: flex-start;
    display: flex;
    font-weight: 700;
    padding: 18px 20px;
    position: relative
}

.infofaq-list__link:link,.infofaq-list__link:visited {
    color: #454545
}

.infofaq-list__link:after {
    border: 2px solid #454545;
    border-bottom: none;
    border-right: none;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 16px;
    top: calc(50% - 4px);
    transform: rotate(135deg);
    transform-origin: center;
    transition: all .3s ease-in-out;
    width: 8px
}

.infofaq-list__link-date {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-right: 16px;
    white-space: nowrap
}

.infofaq-list__link-title {
    display: flex;
    padding-right: 16px;
    position: relative
}

.infofaq-list__link-title.-faq {
    padding-left: 48px
}

@media screen and (max-width: 639px) {
    .infofaq-list__link-title.-faq {
        padding-left:40px
    }
}

.infofaq-list__link-title.-faq:before {
    background-image: url(/cdn/shop/files/ico_qa_qs.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 24px auto;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 24px
}

.infofaq-list__link-famous {
    align-items: center;
    background-color: #f6ab49;
    border-radius: 9999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    width: 24px
}

.faq,.info {
    margin: 10px 0 40px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .faq,.info {
        margin:0 20px 40px
    }
}

.info__title {
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    padding: 0 10px 15px
}

@media screen and (max-width: 767px) {
    .info__title {
        flex-direction:column;
        padding: 0 0 15px
    }
}

.info__title-date {
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-right: 15px;
    margin-top: 4px;
    white-space: nowrap
}

@media screen and (max-width: 767px) {
    .info__title-date {
        font-size:14px;
        margin-bottom: 2px
    }
}

.info__title-text {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.625
}

@media screen and (max-width: 767px) {
    .info__title-text {
        font-size:18px
    }
}

.info__body {
    margin: 20px 10px
}

@media screen and (max-width: 767px) {
    .info__body {
        margin:20px 0
    }
}

.faq__answer,.faq__question {
    align-items: flex-start;
    display: flex;
    line-height: 1.625
}

.faq__answer:before,.faq__question:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 32px;
    margin-right: 15px;
    width: 32px
}

@media screen and (max-width: 767px) {
    .faq__answer:before,.faq__question:before {
        height:28px;
        width: 28px
    }
}

.faq__question {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 10px 20px
}

@media screen and (max-width: 767px) {
    .faq__question {
        padding:0 0 20px
    }
}

.faq__question:before {
    background-image: url(/cdn/shop/files/ico_qa_q.svg)
}

.faq__answer {
    padding: 20px 10px
}

@media screen and (max-width: 767px) {
    .faq__answer {
        padding:20px 0
    }
}

.faq__answer:before {
    background-image: url(/cdn/shop/files/ico_qa_a.svg)
}

.faq__answer-text,.faq__question-text {
    flex: 1
}

.faq__question-text {
    font-size: 20px;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .faq__question-text {
        font-size:18px
    }
}

.faq__answer-text {
    font-size: 18px
}

@media screen and (max-width: 767px) {
    .faq__answer-text {
        font-size:16px
    }
}

.faq__body {
    margin: -20px 10px 20px 60px
}

@media screen and (max-width: 767px) {
    .faq__body {
        margin:-20px 0 20px 46px
    }
}

.faq-category {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4,1fr)
}

@media screen and (max-width: 1023px) {
    .faq-category {
        grid-template-columns:repeat(3,1fr)
    }
}

@media screen and (max-width: 767px) {
    .faq-category {
        grid-template-columns:1fr
    }
}

.faq-category__item {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .faq-category__item {
        font-size:12px
    }
}

.faq-category__item:before {
    border-radius: 6px
}

.faq-category__item>a {
    border-radius: 6px;
    color: #454545;
    display: block;
    font-weight: 700;
    padding: 10px 20px 10px 40px;
    position: relative
}

.faq-category__item>a:before {
    border: 2px solid #454545;
    border-bottom: none;
    border-right: none;
    content: "";
    display: block;
    height: 8px;
    left: 16px;
    position: absolute;
    top: calc(50% - 4px);
    transform: rotate(135deg);
    transform-origin: center;
    transition: all .3s ease-in-out;
    width: 8px
}

.faq-category__item.-active>a {
    background-color: #eee
}

.info-attention-list {
    max-width: 960px;
    padding: 10px 20px
}

.info-attention-list__link {
    color: #454545;
    display: inline-block;
    font-weight: 700;
    padding: 4px 2px;
    position: relative
}

.info-attention-list__link:after {
    background-color: #454545;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right top;
    transition: transform .3s ease;
    width: 100%
}

.info-attention-list__link:hover:after {
    transform: scale(1);
    transform-origin: left top
}

.info-attention-list__link-date {
    color: #6c6c6c;
    font-size: 12px;
    letter-spacing: .1em;
    margin-right: 16px;
    position: relative;
    top: -1px;
    white-space: nowrap
}

.introduction {
    background-color: #E60012;
    min-height: 40px;
    overflow-x: hidden;
    position: relative
}

@media screen and (max-width: 767px) {
    .introduction {
        display:none
    }
}

.introduction__inner {
    background-color: #FFF0F0;
    color: #E60012;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .1em;
    margin: 0 auto;
    max-width: 1240px;
    min-height: 40px;
    padding: 0 30px
}

.introduction__inner:before {
    background-color: #FFF0F0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 50%;
    z-index: 0
}

@media screen and (max-width: 767px) {
    .introduction__inner {
        padding:0 20px
    }
}

.introduction__aboutus,.introduction__description {
    padding-bottom: 10px;
    padding-top: 10px
}

.introduction__description {
    z-index: 10
}

@media screen and (max-width: 1023px) {
    .introduction__description:lang(en) {
        letter-spacing:.05em
    }
}

.introduction__aboutus {
    color: #fff;
    display: block;
    margin-right: -44px;
    padding: 10px 40px 0;
    position: relative;
    white-space: nowrap;
    z-index: 0
}

.introduction__aboutus:before {
    background-color: #A0000D;
    transform: skewX(-30deg) scaleX(0);
    z-index: -1
}

.introduction__aboutus:hover:before {
    transform: skewX(-30deg) scaleX(1)
}

.introduction__aboutus:after {
    background-color: #E60012;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-30deg);
    z-index: -10
}

.introduction-mobile {
    background-color: #fff
}

.introduction-mobile__inner {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 0 20px 20px;
    text-align: center;
    width: 100%
}

.list-search__item {
    display: flex;
    margin-bottom: 70px;
    position: relative
}

@media screen and (max-width: 767px) {
    .list-search__item {
        border-bottom:1px solid #c8c8c8;
        margin-bottom: 0;
        padding: 20px 30px 20px 20px
    }

    .list-search__item:first-child {
        border-top: 1px solid #c8c8c8
    }

    .list-search__item:after {
        border: 2px solid #454545;
        border-bottom: none;
        border-right: none;
        content: "";
        display: block;
        height: 10px;
        position: absolute;
        right: 20px;
        top: calc(50% - 4px);
        transform: rotate(135deg);
        transform-origin: center;
        transition: all .3s ease-in-out;
        width: 10px
    }
}

.list-search__thumbnail {
    align-items: center;
    border: 1px solid #eee;
    display: flex;
    height: 220px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 220px
}

.list-search__thumbnail.-reduction {
    border-color: #cf153c
}

@media screen and (max-width: 767px) {
    .list-search__thumbnail {
        height:32vw;
        width: 32vw
    }
}

.list-search__thumbnail__banner {
    align-items: flex-end;
    background-color: #cf153c;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 36px;
    justify-content: center;
    left: -23px;
    opacity: .9;
    padding: 0 10px 4px;
    position: absolute;
    top: -5px;
    transform: rotate(315deg);
    width: 72px;
    z-index: 3
}

.list-search__thumbnail__banner:lang(en) {
    font-size: 10px;
    padding-bottom: 2px
}

.list-search__thumbnail__banner:lang(zh-hans) {
    padding-bottom: 1px
}

.list-search__thumbnail img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.list-search__information {
    grid-gap: 10px 0;
    display: grid;
    flex: 1;
    gap: 10px 0;
    grid-template-columns: 50% calc(50% - 54px) auto;
    grid-template-rows: repeat(2,auto) 1fr auto;
    margin-left: 50px
}

@media screen and (max-width: 1023px) {
    .list-search__information {
        grid-template-columns:1fr auto;
        margin-left: 20px
    }
}

@media screen and (max-width: 767px) {
    .list-search__information {
        gap:6px 0
    }
}

.list-search__information>.grid1 {
    grid-area: 1/1/2/4
}

.list-search__information>.grid2 {
    grid-area: 2/1/3/2
}

.list-search__information>.grid2.-group {
    grid-area: 2/1/3/4
}

.list-search__information>.grid3 {
    grid-area: 3/1/4/2
}

.list-search__information>.grid3.-group {
    grid-area: 3/1/5/4
}

.list-search__information>.grid4 {
    grid-area: 4/1/5/2
}

.list-search__information>.grid5 {
    grid-area: 2/2/3/3
}

.list-search__information>.grid6 {
    grid-area: 3/2/5/4
}

.list-search__information>.grid7 {
    grid-area: 2/3/3/4
}

@media screen and (max-width: 1023px) {
    .list-search__information>.grid1 {
        grid-area:1/1/2/3
    }

    .list-search__information>.grid2 {
        grid-area: 2/1/3/3
    }

    .list-search__information>.grid3 {
        grid-area: 3/1/4/3
    }

    .list-search__information>.grid4 {
        grid-area: 4/1/5/3
    }

    .list-search__information>.grid5 {
        grid-area: 5/1/6/2
    }

    .list-search__information>.grid6 {
        grid-area: 6/1/7/3
    }

    .list-search__information>.grid7 {
        grid-area: 5/2/6/3
    }
}

.list-search__product-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    height: 35.2px;
    line-height: 1.1;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .list-search__product-name {
        -webkit-box-orient:vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-size: 14px;
        font-weight: 700;
        height: 36.4px;
        line-height: 1.3;
        overflow: hidden
    }
}

.list-search__product-name a:link,.list-search__product-name a:visited {
    color: #C8000F
}

.list-search__group-items,.list-search__stock-condition {
    align-items: flex-start;
    display: flex;
    font-size: 13px;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .list-search__group-items,.list-search__stock-condition {
        font-size:12px
    }
}

.list-search__stock-condition-inner {
    margin-right: 30px
}

.list-search__group-items-inner,.list-search__stock-condition-inner {
    border-bottom: 1px solid #eee;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding-bottom: 8px
}

@media screen and (max-width: 1023px) {
    .list-search__group-items-inner,.list-search__stock-condition-inner {
        margin-right:0
    }
}

@media screen and (max-width: 767px) {
    .list-search__group-items-inner,.list-search__stock-condition-inner {
        margin-right:10px
    }
}

.list-search__group-items-inner>span:not(:last-child),.list-search__stock-condition-inner>span:not(:last-child) {
    margin-right: 8px
}

.list-search__group-items-list {
    max-height: 126px;
    overflow: auto
}

@media screen and (max-width: 767px) {
    .list-search__group-items-list {
        font-size:12px;
        margin-right: 10px;
        max-height: 54px
    }
}

.list-search__wishlist {
    margin-left: 10px;
    margin-right: 2px
}

.list-search__wishlist .wishlist-btn.wishlist-btn.wishlist-btn {
    min-width: auto !important
}

/* Search template: added-to-wishlist = red border & red heart */
.list-search__wishlist .wishlist-btn.swym-add-to-wishlist.swym-added {
    border-color: #e96359 !important;
    color: #e96359 !important;
}
.list-search__wishlist .wishlist-btn.swym-add-to-wishlist.swym-added .fa-heart {
    color: #e96359 !important;
}

/* PDP: wishlist button stays white bg / black text always */
.product .wishlist-btn.ms-wishlist-btn.swym-button.swym-add-to-wishlist,
.product .wishlist-btn.ms-wishlist-btn.swym-button.swym-add-to-wishlist.swym-added {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #6c6c6c !important;
}
.product .wishlist-btn.ms-wishlist-btn.swym-button.swym-add-to-wishlist .swym-add-to-wishlist,
.product .wishlist-btn.ms-wishlist-btn.swym-button.swym-add-to-wishlist .swym-in-wishlist {
    background: transparent !important;
}
.product .ms-wishlist-btn .wishlist-icon,
.product .ms-wishlist-btn .swym-add-to-wishlist,
.product .ms-wishlist-btn .swym-in-wishlist {
    color: inherit !important;
}

/* Group product page: keep white bg / black text always */
.product.-group .wishlist-btn.swym-button.swym-add-to-wishlist,
.product.-group .wishlist-btn.swym-button.swym-add-to-wishlist.swym-added {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #6c6c6c !important;
}
.product.-group .wishlist-btn.swym-button.swym-add-to-wishlist .swym-add-to-wishlist,
.product.-group .wishlist-btn.swym-button.swym-add-to-wishlist .swym-in-wishlist {
    background: transparent !important;
}
.product.-group .wishlist-btn.swym-button.swym-add-to-wishlist .swym-add-to-wishlist,
.product.-group .wishlist-btn.swym-button.swym-add-to-wishlist .swym-in-wishlist {
    color: inherit !important;
}

/* wishlist tooltip removed */

.list-search__wishlist .wishlist-btn .fa-heart {
    margin: 0
}

.list-search__cart {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media screen and (max-width: 767px) {
    .list-search__cart {
        display:none
    }
}

.list-search__cart-inner {
    background-color: #eee;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 124px;
    padding: 10px;
    position: relative
}

.list-search__cart-input {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    margin-top: -8px
}

.list-search__cart-input-unit {
    grid-gap: 0 4px;
    align-items: baseline;
    display: grid;
    gap: 0 4px;
    grid-template-columns: repeat(2,auto);
    margin-right: 8px;
    margin-top: 8px
}

.list-search__cart-input-unit input {
    background-color: #fff;
    border: 1px solid #f6ab49;
    border-radius: 2px;
    color: #7c7c7c;
    font-size: 20px;
    height: 40px;
    padding: 4px;
    text-align: right;
    width: 60px
}

.list-search__cart-input-unit input:invalid {
    box-shadow: inset 0 0 2px 1px #f6ab49
}

.list-search__cart-input-unit input:disabled {
    background-color: hsla(0,0%,100%,.5);
    border-color: #ccc;
    opacity: .75
}

.list-search__cart-input-unit span {
    white-space: nowrap
}

.list-search__cart-total {
    align-items: baseline;
    display: flex;
    font-size: 13px;
    justify-content: flex-end
}

.list-search__cart-total input {
    background-color: transparent;
    border-bottom: 1px solid #c8c8c8;
    color: #7c7c7c;
    font-size: 18px;
    font-weight: 500;
    margin: 0 8px;
    padding: 4px;
    text-align: right;
    width: 100px
}

@media screen and (min-width: 768px) {
    .list-search.-grid-view {
        grid-gap:20px;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fill,minmax(240px,1fr))
    }

    .list-search.-grid-view .list-search__item {
        flex-direction: column;
        margin-bottom: 30px
    }

    .list-search.-grid-view .list-search__thumbnail {
        margin: auto
    }

    .list-search.-grid-view .list-search__information {
        grid-template-columns: 1fr auto;
        grid-template-rows: repeat(5,auto) 1fr;
        margin-left: 0;
        margin-top: 10px
    }

    .list-search.-grid-view .list-search__information>.grid1 {
        grid-area: 1/1/2/3
    }

    .list-search.-grid-view .list-search__information>.grid2 {
        grid-area: 2/1/3/3
    }

    .list-search.-grid-view .list-search__information>.grid3 {
        grid-area: 3/1/4/2
    }

    .list-search.-grid-view .list-search__information>.grid4 {
        grid-area: 4/1/5/3
    }

    .list-search.-grid-view .list-search__information>.grid5 {
        grid-area: 5/1/6/3
    }

    .list-search.-grid-view .list-search__information>.grid6 {
        grid-area: 6/1/7/3
    }

    .list-search.-grid-view .list-search__information>.grid7 {
        grid-area: 3/2/4/3
    }

    .list-search.-grid-view .list-search__stock-condition-inner {
        margin-right: 0
    }

    .list-search.-grid-view .list-search__cart {
        margin-top: auto
    }

    .list-search.-grid-view .list-search__cart-input {
        font-size: 16px
    }

    .list-search.-grid-view .list-search__cart-input-unit input {
        font-size: 18px;
        height: 30px;
        padding: 4px;
        width: 50px
    }
}

.list-product-info {
    grid-gap: 0 8px;
    display: grid;
    gap: 0 8px;
    grid-template-columns: auto 1fr;
    line-height: 1.6
}

@media screen and (max-width: 767px) {
    .list-product-info {
        font-size:13px
    }
}

.list-product-info>dt {
    display: flex;
    justify-content: space-between;
    min-width: calc(5.25em + 8px)
}

.list-product-info>dt:lang(en) {
    min-width: calc(9.25em + 8px)
}

.list-product-info>dt:after {
    content: ":";
    display: inline-block;
    margin-left: 8px
}

.list-product-info.-search {
    font-size: 13px
}

@media screen and (max-width: 767px) {
    .list-product-info.-search {
        font-size:12px
    }

    .list-product-info.-search>dt {
        min-width: auto
    }
}

.manufacturers {
    background: #FFF0F0;
    box-sizing: border-box;
    padding: 15px 10px 10px
}

.manufacturers a {
    color: #E60012
}

.manufacturers__link a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    position: relative
}

.manufacturers__link.-all {
    margin-bottom: 5px;
    margin-right: 10px;
    text-align: right
}

.manufacturers__link.-all a {
    background: url(/cdn/shop/files/ico_plus.svg?v=1749772745) 100%/10px auto no-repeat;
    font-size: 12px;
    padding-right: 15px
}

.manufacturers__link.-close {
    margin-bottom: 10px;
    padding-top: 7px;
    text-align: center
}

.manufacturers__link.-close a:after {
    background-color: #E60012;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: opacity .3s ease;
    width: 100%
}

.manufacturers__link.-close a:hover:after {
    opacity: 0
}

.manufacturers__list-item {
    box-sizing: border-box;
    margin-bottom: 2px
}

.manufacturers__list-item>dt {
    background: #fff;
    margin-top: 2px
}

.manufacturers__list-item>dt a {
    background: url(/cdn/shop/files/ico_minus.svg) right 10px center/10px auto no-repeat;
    color: #E60012;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    opacity: 1;
    padding: 10px;
    transition: opacity .3s ease
}

.manufacturers__list-item>dt a:hover {
    opacity: .7
}

.manufacturers__list-item>dd {
    background: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 0 10px;
    transition: max-height .3s ease
}

.manufacturers__list-item>dd>dl>dt {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 10px
}

.manufacturers__list-item>dd>dl>dt:first-child {
    padding-top: 5px
}

.manufacturers__list-item>dd>dl>dd,.manufacturers__list-item>dd>ul>li {
    margin-bottom: 4px
}

.manufacturers__list-item.-close>dt a {
    background-image: url(/cdn/shop/files/ico_plus.svg?v=1749772745)
}

.manufacturers__list-item.-close>dd {
    max-height: 0
}

.manufacturers .search-settings__selected>ul>li {
    align-items: stretch;
    color: #333;
    cursor: default;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 1.4;
    padding: 4px;
    transition: background-color .3s ease
}

.manufacturers .search-settings__selected>ul>li:hover {
    background-color: #FFF0F0
}

.manufacturers .search-settings__selected>ul>li>span {
    background: transparent url(../images/ico_clear.svg) no-repeat 100%/8px;
    content: "";
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    padding-left: 20px
}

.header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 10px auto 20px;
    max-width: 1240px;
    padding: 10px 20px
}

@media screen and (min-width: 768px) {
    .header.-lp {
        margin:20px auto
    }
}

@media screen and (max-width: 767px) {
    .header {
        height:60px;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 0px;
        padding: 0
    }
}

.header a {
    color: #6c6c6c
}

.header__wrapper {
    background: #fff;
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 40
}

.header__wrapper.-compact {
    box-shadow: 0 -1px 0 0 #fff,0 0 9px 0 rgba(0,0,0,.15)
}

.header__logo {
    align-items: center;
    display: flex;
    justify-content: left;
    margin-left: 10px;
    margin-right: 18px;
    width: 250px
}

@media screen and (max-width: 1023px) {
    .header__logo {
        margin-right:0;
        width: 150px
    }
}

@media screen and (max-width: 767px) {
    .header__logo {
        width:125px
    }
}

@media screen and (min-width: 1024px) {
    .header.-lp .header__logo {
        width:200px
    }
}

.header__logo img {
    width: 100%
}

.header__search {
    align-items: flex-end;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 34px;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .header__search {
        display:none
    }
}

.header__search.-non-exw-japan {
    height: 40px;
    margin-bottom: 32px
}

@media screen and (max-width: 1023px) {
    .header__search.-non-exw-japan {
        display:flex
    }
}

@media screen and (max-width: 639px) {
    .header__search.-non-exw-japan {
        margin-bottom:24px
    }
}

.header__search.-non-exw-japan .header__search__search-text {
    font-size: 14px;
    height: 40px;
    padding: 11px 16px
}

@media screen and (max-width: 767px) {
    .header__search.-non-exw-japan .header__search__search-text {
        border-radius:0;
        font-size: 12px;
        padding: 10px
    }
}

.header__search.-non-exw-japan .header__search__search-btn {
    height: 40px;
    padding: 0 32px
}

@media screen and (max-width: 767px) {
    .header__search.-non-exw-japan .header__search__search-btn {
        padding:0 20px
    }
}

.header__search.-non-exw-japan .header__search__search-btn i {
    line-height: 2.7
}

.header__search__search-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-color: #eee;
    border: 1px solid #dcdcdc;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    font-family: Noto Sans JP,sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 34px;
    line-height: 1;
    padding: 11px 8px;
    vertical-align: middle;
    width: 100%
}

.header__search__search-btn {
    background-color: #E60012;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    padding: 0 18px;
    text-align: center;
    transition: background-color .3s
}

.header__search__search-btn:hover {
    background-color: #A0000D
}

.header__search__search-btn i {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 2.3
}

@media screen and (max-width: 1023px) {
    .header nav {
        width:calc(100% - 150px)
    }
}

@media screen and (max-width: 767px) {
    .header nav {
        display:none
    }
}

.header__menu {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    margin-top: 5px;
    min-width: 310px
}

.header__menu>li {
    margin-right: 20px;
    position: relative
}

.header__menu>li:last-child {
    margin-right: 0
}

.header__menu>li.-close ul {
    max-height: 0
}

.header__menu__submenu {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
    font-size: 12px;
    height: auto;
    left: 50%;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 40px;
    transform: translate(-50%);
    transition: opacity .2s,max-height .6s cubic-bezier(.19,1,.22,1);
    z-index: 50
}

.header__menu__submenu li a {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #eee;
    color: #6c6c6c;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 16px 20px;
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    white-space: nowrap;
    width: auto
}

.header__menu__submenu li a:hover {
    background-color: #dcdcdc;
    opacity: 1
}

.header__menu__submenu li a:before {
    display: none
}

.header__menu__submenu li a small {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 7px;
    white-space: normal
}

.header__menu a {
    color: #454545;
    display: flex;
    flex-wrap: nowrap;
    transition: opacity .3s;
    width: auto
}

.header__menu a:hover {
    opacity: .7
}

.header__menu a.ms-btn {
    font-size: 12px;
    font-weight: 700;
    height: auto;
    letter-spacing: .05em;
    min-width: 75px;
    padding: 6px 12px;
    text-align: center;
    transition: all .3s;
    width: auto
}

.header__menu a.ms-btn:hover {
    opacity: 1
}

.header__menu__cart {
    padding-right: 10px;
    position: relative;
    z-index: 10
}

.header__menu__cart__count {
    background-color: #ff8600;
    border-radius: 14px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    left: calc(50% - 3px);
    line-height: 1;
    min-width: 20px;
    padding: 4px 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    vertical-align: middle
}

.header__menu__lang {
    border-left: 1px solid #dcdcdc;
    padding: 0 8px 0 16px;
    position: relative
}

.header__menu__lang a {
    font-weight: 700
}

.header__menu__lang span {
    display: inline-block;
    width: max-content;
    font-size: 16px;
    line-height: 1.1;
    vertical-align: top
}

.modal-overlay {
    align-items: center;
    background-color: rgba(0,0,0,.75);
    bottom: 0;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    margin: auto;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: opacity .3s ease 0s,transform 0s ease .3s;
    visibility: visible;
    width: 100vw;
    z-index: 50
}

.modal-overlay.-show {
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s ease 0s
}

.modal-body {
    background-color: #fff;
    border-radius: 6px;
    margin: 20px;
    min-width: 400px;
    opacity: 0;
    text-align: center;
    transform: scale(.3);
    transition: opacity .3s ease 0s,transform 0s ease .3s
}

.modal-overlay.-show .modal-body {
    opacity: 1;
    transform: scale(1);
    transition: transform .3s ease 0s
}

.modal-description {
    align-items: center;
    background-color: #eee;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #454545;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    width: auto
}

.modal-description:after {
    border-color: #eee transparent transparent;
    border-style: solid;
    border-width: 13px 16px 0;
    bottom: -13px;
    content: "";
    height: 0;
    position: absolute;
    width: 0
}

.modal-icon {
    align-items: center;
    background-color: hsla(0,0%,100%,.5);
    border-radius: 9999px;
    border-style: solid;
    border-width: 4px;
    display: flex;
    flex-direction: column;
    font-size: 40px;
    height: 100px;
    justify-content: center;
    width: 100px
}

.modal-close {
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 16px;
    top: 16px
}

.modal-close,.modal-close:active,.modal-close:focus,.modal-close:hover {
    color: #454545
}

.modal-btn-box {
    grid-gap: 0 10px;
    display: grid;
    gap: 0 10px;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fit,minmax(0,1fr));
    grid-template-rows: auto;
    margin: auto;
    padding: 0 30px 30px
}

.modal-btn-box.-half {
    max-width: 50%
}

.news-index {
    background-color: #ff9000;
    color: #fff;
    padding: 12px 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 40
}

@media screen and (max-width: 767px) {
    .news-index {
        font-size:14px;
        padding: 10px 0
    }
}

.news-index dl {
    margin: 0 auto;
    max-width: 1240px;
    min-height: 24px;
    padding: 0 30px
}

.news-index dl dt {
    display: inline-block;
    margin-right: 14px;
    padding-left: 30px;
    position: relative;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .news-index dl dt {
        margin-bottom:4px;
        margin-right: 0;
        padding-left: 16px
    }
}

.news-index dl dt:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0758/4170/0096/files/2019/ico_attention.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 24px
}

@media screen and (max-width: 767px) {
    .news-index dl dt:before {
        height:14px;
        top: .3em;
        width: 14px
    }
}

.news-index dl dd {
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 767px) {
    .news-index dl dd {
        display:block
    }
}

.news-index dl dd a {
    color: #fff;
    text-decoration: underline
}

.pagetop-link {
    background-color: #444;
    border-radius: 4px;
    display: block;
    height: 50px;
    position: relative;
    width: 50px
}

.pagetop-link:after {
    border: 4px solid #fff;
    border-bottom: none;
    border-left: none;
    content: "";
    display: block;
    height: 16px;
    left: 17px;
    position: absolute;
    top: 21px;
    transform: rotate(-45deg);
    width: 16px
}

.pagination {
    border-radius: 4px;
    margin: 0 auto
}

.pagination,.pagination>li {
    display: flex
}

.pagination>li>a,.pagination>li>span {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px #dcdcdc;
    color: #E60012;
    display: flex;
    justify-content: center;
    min-width: 40px;
    padding: 6px;
    text-decoration: none
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    background-color: #eee;
    z-index: 3
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li.active>a,.pagination>li.active>a:focus,.pagination>li.active>a:hover,.pagination>li.active>span,.pagination>li.active>span:focus,.pagination>li.active>span:hover {
    background-color: #E60012;
    box-shadow: 0 0 0 1px #E60012;
    color: #fff;
    cursor: default;
    z-index: 1
}

.pagination>li.disabled>a,.pagination>li.disabled>a:focus,.pagination>li.disabled>a:hover,.pagination>li.disabled>span,.pagination>li.disabled>span:focus,.pagination>li.disabled>span:hover {
    background-color: #fff;
    border-color: #dcdcdc;
    color: #dcdcdc;
    cursor: not-allowed
}

.pswp__counter {
    margin-left: 20px
}

.product {
    grid-gap: 0 20px;
    display: grid;
    gap: 0 20px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: auto 1fr;
    padding-bottom: 40px;
    padding-top: 20px
}

.product.-group {
    padding-top: 40px
}

@media screen and (max-width: 767px) {
    .product {
        display:block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0
    }

    .product.-group {
        padding-top: 20px
    }
}

.product+.product {
    border-top: 1px solid #eee
}

@media screen and (max-width: 767px) {
    .product+.product {
        border-top-width:15px
    }
}

.product>.grid1 {
    grid-area: 1/2/2/3
}

.product>.grid2 {
    grid-area: 1/1/3/2
}

.product>.grid3 {
    grid-area: 2/2/3/3
}

.product__banner {
    height: 90px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 90px
}

.product__banner:after {
    align-items: flex-end;
    background-color: #cf153c;
    color: #fff;
    content: attr(data-content);
    display: flex;
    font-size: 12px;
    height: 36px;
    justify-content: center;
    left: -23px;
    opacity: .9;
    padding: 0 10px 4px;
    position: absolute;
    top: -5px;
    transform: rotate(315deg);
    width: 72px;
    z-index: 3
}

.product__banner:lang(en):after {
    font-size: 10px;
    padding-bottom: 2px
}

.product__banner:lang(zh-hans):after {
    padding-bottom: 1px
}

.product__btn-area {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

@media screen and (max-width: 1279px) {
    .product__btn-area .ms-btn {
        padding:10px 20px
    }
}

.product__btn-area a:lang(en) {
    font-size: 12px
}

.product__btn-area__btn-wrapper {
    margin-left: 10px
}

@media screen and (max-width: 1023px) {
    .product__btn-area__btn-wrapper {
        margin-left:0;
        margin-top: 10px
    }
}

.product__btn-area .-text-note {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 5px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .product__btn-area .-text-note {
        margin-top:2px
    }

    .product__btn-area {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .product__btn-area {
        display:none
    }
}

.product__information {
    display: grid
}

@media screen and (min-width: 1024px) {
    .product__information {
        gap:10px;
        grid-template-columns: repeat(2,1fr)
    }

    .product__information>.grid1 {
        grid-area: 1/1/2/3
    }

    .product__information>.grid2 {
        grid-area: 2/1/3/2
    }

    .product__information>.grid3 {
        grid-area: 2/2/3/3
    }

    .product__information>.grid4 {
        grid-area: 3/1/4/2
    }
}

@media screen and (max-width: 1023px) {
    .product__information>.grid1 {
        margin-bottom:10px
    }
}

.search__select-per-page {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    width: 25%
}

@media screen and (max-width: 1023px) {
    .search__select-per-page {
        margin-left:0
    }
}

@media screen and (max-width: 767px) {
    .search__select-per-page {
        justify-content:center;
        margin: 0 auto 20px;
        width: 100%
    }
}

.search__csv-download {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (max-width: 1023px) {
    .search__csv-download {
        display:none
    }
}

.search__csv-download.-max-lg {
    display: none
}

@media screen and (max-width: 1023px) {
    .search__csv-download.-max-lg {
        display:flex;
        margin-bottom: 30px
    }
}

.search__csv-download .fa-file-csv {
    color: #6c6c6c;
    font-size: 20px;
    margin-right: 10px;
    text-shadow: #fff 2px 0,#fff -2px 0,#fff 0 -2px,#fff 0 2px,#fff 2px 2px,#fff -2px 2px,#fff 2px -2px,#fff -2px -2px,#fff 1px 2px,#fff -1px 2px,#fff 1px -2px,#fff -1px -2px,#fff 2px 1px,#fff -2px 1px,#fff 2px -1px,#fff -2px -1px
}

.search__csv-download p {
    font-size: 12px;
    margin-top: 10px
}

.search__textfield {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eee url(../../images/2019/ico_search.svg) 15px 10px/18px auto no-repeat;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    font-family: Noto Sans JP,sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 38px;
    line-height: 1;
    margin: 10px 2.6% 19px;
    padding: 13px 45px 13px 42px;
    position: relative;
    vertical-align: middle;
    width: 94.8%
}

@media screen and (max-width: 1023px) {
    .search__textfield {
        display:block;
        margin: 0 2.6% 19px
    }
}

.search-settings {
    background: #FFF0F0;
    box-sizing: border-box;
    padding: 15px 10px 10px
}

.search-settings__checklist,.search-settings__inner {
    background-color: #fff;
    padding: 10px
}

.search-settings__checklist>li:not(:last-of-type) {
    margin-bottom: 4px
}

.search-settings__inner .dropdown-menu,.search-settings__inner .dropdown-toggle {
    font-size: 13px
}

.search-settings__date-span {
    grid-gap: 4px 8px;
    align-items: center;
    display: grid;
    font-size: 12px;
    gap: 4px 8px;
    grid-template-columns: max-content auto;
    margin-top: 4px
}

.search-settings__date-span:lang(en) {
    grid-template-columns: auto max-content
}

.search-settings__date-span:lang(en)>:first-child {
    order: 2
}

.search-settings__date-span:lang(en)>:nth-child(2) {
    order: 1
}

.search-settings__date-span:lang(en)>:nth-child(3) {
    order: 4
}

.search-settings__date-span:lang(en)>:nth-child(4) {
    order: 3
}

.search-settings__date-span>input {
    border-bottom: 1px solid #E60012;
    font-size: 13px;
    padding: 4px 8px;
    width: 100%
}

.search-settings__selected {
    background: #dbdfec;
    margin: 10px 0 0;
    padding: 10px
}

.sp-search {
    box-sizing: border-box;
    height: calc(100vh - 50px);
    left: 0;
    max-height: calc(100vh - 50px)!important;
    position: absolute;
    top: 5px;
    transition: max-height .4s cubic-bezier(.6,.25,0,1)
}

.sp-search__wrapper {
    left: 0;
    position: absolute;
    top: 45px;
    width: 100%
}

.sp-search__wrapper.-close .sp-search {
    max-height: 0!important
}

.sp-search__wrapper input {
    margin: 10px 0 19px;
    width: 100%
}

.sp-search__nav-btn {
    display: none;
    position: absolute;
    right: 10px;
    text-align: center;
    top: -35px
}

@media screen and (max-width: 767px) {
    .sp-search__nav-btn {
        display:block
    }
}

.sp-search__nav-btn a {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.sp-search__nav-btn a i {
    color: #6c6c6c;
    display: block;
    font-size: 18px
}

.sp-search__reset-btn,.sp-search__search-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #E60012;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: Noto Sans JP,sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

.sp-search__reset-btn {
    background-color: #fff;
    border: 1px solid #E60012;
    color: #E60012;
    margin-top: 10px
}

.ms-select {
    display: inline-block;
    margin-right: 5px;
    position: relative
}

.ms-select.-category {
    background: #dcdcdc;
    border-radius: 4px 0 0 4px;
    margin-right: 0
}

.ms-select.-category:after {
    color: #7c7c7c;
    display: inline-block;
    right: 8px
}

.ms-select.-category select {
    border: none;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    color: #333;
    font-size: 11px;
    font-weight: 500;
    height: 34px;
    padding: 4px 22px 4px 12px;
    width: 64px
}

.ms-select.-category select:lang(zh-hans) {
    width: 84px
}

.ms-select.-category select:focus {
    outline: 1px solid #999
}

.ms-select.-non-exw-japan select {
    height: 40px
}

@media screen and (max-width: 639px) {
    .ms-select.-non-exw-japan select {
        font-size:10px;
        padding-left: 8px
    }
}

.ms-select:after {
    color: #E60012;
    content: "ï¸";
    content: "";
    font-family: FontAwesome,sans-serif;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px)
}

.ms-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #E60012;
    border-radius: 4px;
    color: #E60012;
    font-size: 14px;
    padding: 6px 32px 6px 8px;
    position: relative;
    width: 100%;
    z-index: 5
}

.ms-select select:focus {
    outline: 1px solid #FF1A2E
}

.banner-top {
    box-sizing: border-box;
    margin: 0 auto 80px;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    width: 100%
}

@media screen and (max-width: 1023px) {
    .banner-top {
        padding:0 2.6%
    }
}

.banner-top .swiper .swiper-wrapper.-double {
    justify-content: center
}

.banner-top .swiper .swiper-wrapper.-double li:last-child {
    margin-right: 0!important
}

@media screen and (max-width: 639px) {
    .banner-top .swiper .swiper-wrapper.-double {
        justify-content:start
    }

    .banner-top .swiper .swiper-wrapper.-double li:last-child {
        margin-right: 10px!important
    }
}

.banner-top .swiper .swiper-wrapper.-single {
    justify-content: center
}

.banner-top .swiper .swiper-wrapper.-single li:last-child {
    margin-right: 0!important
}

.banner-top .swiper .swiper-slide {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    width: 400px
}

.banner-top .swiper .swiper-slide img {
    border-radius: 5px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (max-width: 639px) {
    .banner-top .swiper .swiper-slide {
        width:100%
    }
}

.banner-top__btn-next,.banner-top__btn-prev {
    background: url(https://cdn.shopify.com/s/files/1/0758/4170/0096/files/2019/slide_arrow.png) 0 0/100% auto no-repeat;
    cursor: pointer;
    height: 60px;
    opacity: 1;
    position: absolute;
    right: 19px;
    top: calc(50% - 30px);
    transition: opacity .3s ease;
    width: 30px;
    z-index: 5
}

.banner-top__btn-next:hover,.banner-top__btn-prev:hover {
    opacity: .8
}

@media screen and (max-width: 1023px) {
    .banner-top__btn-next,.banner-top__btn-prev {
        right:2.5%
    }
}

.banner-top__btn-prev {
    left: 19px;
    transform: rotate(180deg)
}

@media screen and (max-width: 1023px) {
    .banner-top__btn-prev {
        left:2.5%
    }
}

.banner-top__pagination {
    bottom: -36px!important;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.banner-top__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-pagination-bullet-vertical-gap: 6px;
    background: #999;
    border-radius: 50%;
    height: 10px;
    margin: 0 var(--swiper-pagination-bullet-vertical-gap);
    transition: opacity .1s ease,background-color .1s ease;
    width: 10px
}

.banner-top__pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background: #E60012;
    opacity: 1
}

.banner-top__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #E60012
}

.swiper-products {
    overflow: hidden;
    padding: 10px 0
}

.swiper-products>.swiper {
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 40px;
    overflow: visible;
    position: relative;
    width: 80%
}

.swiper-products>.swiper:after,.swiper-products>.swiper:before {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 60px;
    z-index: 10
}

@media screen and (max-width: 1023px) {
    .swiper-products>.swiper:after,.swiper-products>.swiper:before {
        width:80px
    }
}

.swiper-products>.swiper:before {
    left: -60px
}

@media screen and (max-width: 1023px) {
    .swiper-products>.swiper:before {
        left:-80px
    }
}

.swiper-products>.swiper:after {
    right: -60px
}

@media screen and (max-width: 1023px) {
    .swiper-products>.swiper:after {
        right:-80px
    }
}

.swiper-products .swiper-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    list-style-type: none;
    max-width: 100%
}

.swiper-products .swiper-wrapper li {
    box-sizing: border-box;
    padding: 0 5px
}

.swiper-products .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.swiper-products .swiper-slide a {
    max-height: 100%;
    max-width: 100%
}

.swiper-products .swiper-slide a img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto
}

.swiper-products .swiper-scrollbar {
    margin-top: 15px;
    position: relative
}

.swiper-products .swiper-scrollbar:after {
    background-color: #eee;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.swiper-products .swiper-scrollbar-drag {
    background-clip: content-box;
    background-color: #E60012;
    border-radius: 0;
    cursor: pointer;
    height: 5px
}

.swiper-products .swiper-scrollbar-drag:active,.swiper-products .swiper-scrollbar-drag:hover {
    background-color: #A0000D
}

.swiper-products .swiper-button-next,.swiper-products .swiper-button-prev {
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    top: 50%;
    transition: background-position .3s ease;
    width: 40px;
    z-index: 30
}

@media screen and (max-width: 639px) {
    .swiper-products .swiper-button-next,.swiper-products .swiper-button-prev {
        border-radius:0;
        height: 100%;
        top: 10px
    }
}

.swiper-products .swiper-button-next.swiper-button-disabled,.swiper-products .swiper-button-prev.swiper-button-disabled {
    opacity: .2
}

.swiper-products .swiper-button-next:after,.swiper-products .swiper-button-prev:after {
    display: none
}

.swiper-products .swiper-button-prev {
    background: #fff url(/cdn/shop/files/ico_arr_left_blue.svg) left 45% center/14px auto no-repeat;
    left: -50px
}

@media screen and (max-width: 1023px) {
    .swiper-products .swiper-button-prev {
        left:-40px
    }
}

.swiper-products .swiper-button-prev:not(.swiper-button-disabled):hover {
    background-position: left 30% center
}

.swiper-products .swiper-button-next {
    background: #fff url(/cdn/shop/files/ico_arr_right_blue.svg) left 55% center/14px auto no-repeat;
    right: -50px
}

@media screen and (max-width: 1023px) {
    .swiper-products .swiper-button-next {
        right:-40px
    }
}

.swiper-products .swiper-button-next:not(.swiper-button-disabled):hover {
    background-position: left 70% center
}

@media screen and (min-width: 768px) {
    .swiper-products.-groups>.swiper {
        width:auto
    }

    .swiper-products.-groups>.swiper:after,.swiper-products.-groups>.swiper:before {
        border-radius: 9999px;
        height: 40px;
        opacity: .7;
        top: calc(50% - 22px);
        width: 40px
    }

    .swiper-products.-groups>.swiper:before {
        left: 2px
    }

    .swiper-products.-groups>.swiper:after {
        right: 2px
    }

    .swiper-products.-groups .swiper-button-prev {
        left: 0
    }

    .swiper-products.-groups .swiper-button-next {
        right: 0
    }
}

.terms {
    counter-reset: count-terms-section;
    font-size: 14px;
    line-height: 1.5
}

.terms .shopify-policy__title {
    display: none;
}

.terms .shopify-policy__container {
    max-width: 100%;
}

.terms h2,.terms h3,.terms p {
    margin: 0;
    padding: 0
}

.terms h2,.terms h3 {
    font-weight: 700;
    line-height: 1.5
}

.terms h2 {
    border-bottom: 1px solid #c8c8c8;
    font-size: 20px;
    padding-bottom: 10px
}

.terms h3 {
    border-left: 5px solid #E60012;
    color: #E60012;
    counter-increment: count-terms-section;
    font-size: 16px;
    margin-bottom: .25em;
}

.terms h3:before {
    content: counter(count-terms-section) ".";
    display: inline-block;
    margin-right: .25em
}

.terms .section {
    grid-gap: 1em 0;
    display: grid;
    gap: 1em 0;
    margin: 30px 10px 40px 20px
}

.terms .section>h3 {
    margin-left: -18px;
    padding-left: 15px
}

.terms>.section {
    display: block;
    margin: 30px 0
}

.terms__revision-history {
    margin: 60px 0;
    text-align: right
}

.terms__revision-history>ul>li {
    margin: .25em 0
}

.terms__paragraph {
    grid-gap: 1em 0;
    counter-reset: count-terms-paragraph;
    display: grid;
    gap: 1em 0;
    margin-top: .5em
}

h3+.terms__paragraph {
    margin-top: 0
}

li>.terms__paragraph {
    gap: .5em 0
}

.terms__paragraph>li {
    grid-gap: .5em .75em;
    counter-increment: count-terms-paragraph;
    display: grid;
    gap: .5em .75em;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto
}

.terms__paragraph>li:before {
    content: counter(count-terms-section) "." counter(count-terms-paragraph);
    font-weight: 700;
    grid-area: 1/1/2/2
}

.terms__paragraph>li>:first-child {
    grid-area: 1/2/2/3
}

.terms__paragraph>li>:nth-child(2) {
    grid-area: 2/2/3/3
}

.terms__paragraph>li>.terms__paragraph>li:before {
    content: counter(count-terms-section) "." counters(count-terms-paragraph,".")
}

.terms__sub-paragraph {
    grid-gap: .25em 0;
    counter-reset: count-terms-sub-paragraph;
    display: grid;
    gap: .25em 0
}

.terms__sub-paragraph>li {
    counter-increment: count-terms-sub-paragraph;
    display: flex
}

.terms__sub-paragraph>li:before {
    content: "(" counter(count-terms-sub-paragraph) ")";
    margin-right: .25em;
    min-width: 2.1em
}

.terms__grid {
    grid-gap: 1em 0;
    display: grid;
    gap: 1em 0
}

.terms__list {
    grid-gap: .25em 0;
    display: grid;
    gap: .25em 0
}

.terms__list>li {
    list-style-type: disc;
    margin-left: 1.25em
}

.terms__definition-list {
    grid-gap: 1em 0;
    display: grid;
    gap: 1em 0
}

.terms__definition-list dt {
    font-weight: 700;
    margin-bottom: 1em
}

.terms__definition-list dd {
    display: list-item;
    list-style-type: disc;
    margin: .25em 0 .25em 1.25em
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.ms1907-und-wrapper {
    border-top: 1px solid #ababab;
    padding-top: 60px
}

@media screen and (max-width: 639px) {
    .ms1907-und-wrapper {
        border-top:none;
        padding-top: 10px
    }
}

.ms1907-und-cont-wrapper {
    margin: 0 auto 60px;
    max-width: 900px;
    position: relative
}

@media screen and (max-width: 1023px) {
    .ms1907-und-cont-wrapper {
        margin:0 4.0323vw 60px
    }
}

@media screen and (max-width: 639px) {
    .ms1907-und-cont-wrapper {
        margin:0 0 60px
    }
}

.ms1907-und-ttl-large {
    border-bottom: 1px solid #ababab;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 34px;
    padding-bottom: 15px
}

@media screen and (max-width: 1023px) {
    .ms1907-und-ttl-large {
        font-size:28px
    }
}

@media screen and (max-width: 639px) {
    .ms1907-und-ttl-large {
        border-bottom-color:#ddd;
        color: #646464;
        font-size: 18px;
        padding: 0 calc(15px + 2.666vw) 15px
    }

    .ms1907-und-ttl-large.-ja {
        font-size: 14px;
        padding: 2px calc(15px + 2.666vw) 13px
    }
}

.ms1907-und-change-list {
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: auto
}

.ms1907-und-change-list.-refine {
    right: 100px
}

.ms1907-und-change-list>a {
    display: inline-block;
    font-size: 12px;
    padding: 18px 20px
}

.ms1907-und-change-list>a:link,.ms1907-und-change-list>a:visited {
    color: #626262
}

.ms1907-und-change-list>a:after {
    border: 2px solid #818181;
    border-left: none;
    border-top: none;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 2px;
    top: calc(50% - 8px);
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform .4s cubic-bezier(.19,1,.22,1);
    width: 8px
}

@media screen and (max-width: 639px) {
    .ms1907-und-change-list {
        right:calc(15px + 2.666vw);
        top: -13px
    }

    .ms1907-und-change-list>a {
        padding: 15px 20px
    }

    .ms1907-und-change-list>a:after {
        top: calc(50% - 8px)
    }
}

.ms1907-und-list-sub-menu {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.15);
    font-size: 12px;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    transition: opacity .2s,height .6s cubic-bezier(.19,1,.22,1);
    z-index: 1
}

.ms1907-und-list-sub-menu a {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #626262;
    display: block;
    padding: 16px 20px 16px 30px;
    position: relative;
    transition: background-color .6s cubic-bezier(.19,1,.22,1);
    white-space: nowrap
}

.ms1907-und-list-sub-menu a:hover {
    background-color: #edf0f4
}

.ms1907-und-list-sub-menu ul {
    text-align: left
}

.ms1907-und-list-sub-menu ul li:first-child {
    border-bottom: none
}

.ms1907-und-list-sub-menu ul li:first-child a {
    border-radius: 4px 4px 0 0
}

.ms1907-und-list-sub-menu ul li:last-child a {
    border-radius: 0 0 4px 4px
}

.ms1907-und-list-sub-menu-active {
    position: relative
}

.ms1907-und-list-sub-menu-active a:before {
    border: 3px solid #686868;
    border-left: none;
    border-top: none;
    content: "";
    display: block;
    height: 9px;
    left: 14px;
    position: absolute;
    top: calc(50% - 6px);
    transform: rotate(45deg);
    width: 4px
}

.ms1907-und-col4 {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 639px) {
    .ms1907-und-col4 {
        display:block
    }
}

.ms1907-und-col4-block {
    line-height: 1.5;
    margin: 35px 0;
    opacity: 1;
    padding: 0 16px;
    transition: opacity .3s ease;
    width: 25%
}

@media screen and (max-width: 767px) {
    .ms1907-und-col4-block {
        line-height:1.5;
        margin: 35px 0;
        padding: 0 16px;
        width: 33.3%
    }
}

@media screen and (max-width: 639px) {
    .ms1907-und-col4-block {
        align-items:flex-start;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 20px calc(15px + 2.666vw) 25px;
        width: 100%
    }
}

.ms1907-und-col4-block.-hidden {
    opacity: 0
}

.ms1907-und-col-border {
    position: relative
}

.ms1907-und-col-border:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: calc(100% + 1px)
}

@media screen and (max-width: 639px) {
    .ms1907-und-col-border:after {
        display:none
    }
}

.ms1907-und-col-border .ms1907-und-col4-block {
    border-right: 1px solid #ababab;
    position: relative
}

.ms1907-und-col-border .ms1907-und-col4-block:after {
    background-color: #ababab;
    bottom: -34px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: calc(100% + 1px)
}

.ms1907-und-col-border .ms1907-und-col4-block:nth-of-type(4n) {
    border-right: none
}

@media screen and (max-width: 767px) {
    .ms1907-und-col-border .ms1907-und-col4-block:nth-of-type(4n) {
        border-right:1px solid #ababab
    }

    .ms1907-und-col-border .ms1907-und-col4-block:nth-of-type(3n) {
        border-right: none
    }
}

@media screen and (max-width: 639px) {
    .ms1907-und-col-border .ms1907-und-col4-block {
        border-bottom:1px solid #ddd;
        border-right: none!important
    }

    .ms1907-und-col-border .ms1907-und-col4-block:after {
        display: none
    }
}

.ms1907-und-list-fig {
    margin-bottom: 20px;
    position: relative
}

@media screen and (max-width: 639px) {
    .ms1907-und-list-fig {
        margin-right:6.1%;
        text-align: center;
        width: 32.5%
    }
}

.ms1907-und-list-fig:before {
    content: "";
    display: block;
    padding-top: 100%
}

.ms1907-und-list-fig img {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.ms1907-und-fig-ttl {
    font-size: 13px;
    margin-bottom: 8px
}

@media screen and (max-width: 639px) {
    .ms1907-und-fig-ttl {
        min-height:auto
    }
}

.ms1907-und-fig-ttl a:hover {
    text-decoration: underline
}

@media screen and (max-width: 639px) {
    .ms1907-und-list-fig-dtlwrapper {
        flex:1
    }
}

.ms1907-und-fig-dtl {
    color: #7c7c7c;
    font-size: 12px;
    margin-bottom: 10px
}

@media screen and (max-width: 639px) {
    .ms1907-und-fig-dtl {
        font-size:11px;
        margin-bottom: 10px
    }
}

.ms1907-und-fig-price {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 4px
}

@media screen and (max-width: 639px) {
    .ms1907-und-fig-price {
        font-size:14px;
        margin-bottom: 5px
    }
}

.ms1907-und-fig-price-discount {
    color: #d60000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px
}

@media screen and (max-width: 639px) {
    .ms1907-und-fig-price-discount {
        font-size:14px
    }
}

.ms1907-und-fig-price span,.ms1907-und-fig-price-discount span {
    margin-right: 2px
}

.ms1907-und-fig-price-large {
    font-size: 16px
}

.ms1907-und-fig-price-middle {
    font-size: 13px;
    font-weight: 400
}

.ms1907-und-fig-price-small {
    font-size: 12px;
    font-weight: 400
}

.ms1907-und-fig-price-xsmall {
    font-size: 11px;
    font-weight: 400
}

@media screen and (max-width: 639px) {
    .ms1907-und-fig-price-large,.ms1907-und-fig-price-middle,.ms1907-und-fig-price-small,.ms1907-und-fig-price-xsmall {
        font-size:10px
    }

    .ms1907-und-list-function {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px
    }
}

.ms1907-und-list-cart-btn {
    margin: 20px 0 4px;
    text-align: center
}

.ms1907-und-list-cart-btn a {
    background-color: #ffae00;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    padding: 11px 33px;
    transition: background-color .4s cubic-bezier(.19,1,.22,1)
}

.ms1907-und-list-cart-btn a:hover {
    background-color: #ff8600
}

@media screen and (max-width: 1023px) {
    .ms1907-und-list-cart-btn a {
        display:block;
        font-size: 12px;
        padding: 11px 0
    }
}

@media screen and (max-width: 639px) {
    .ms1907-und-list-cart-btn {
        flex:1;
        margin-top: 0
    }
}

.ms1907-und-del-btn {
    height: 26px;
    position: absolute;
    right: 14px;
    top: -14px;
    width: 26px
}

.ms1907-und-del-btn a {
    background-color: #484848;
    border-radius: 13px;
    display: block;
    height: 26px;
    position: relative;
    transition: background-color .4s cubic-bezier(.19,1,.22,1);
    width: 26px
}

.ms1907-und-del-btn a:hover {
    background-color: #6f6f6f
}

.ms1907-und-del-btn a:before {
    transform: rotate(45deg);
    transform-origin: center center
}

.ms1907-und-del-btn a:after,.ms1907-und-del-btn a:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 4px;
    left: 5px;
    position: absolute;
    top: 11px;
    width: 16px
}

.ms1907-und-del-btn a:after {
    transform: rotate(-45deg);
    transform-origin: center center
}

@media screen and (max-width: 639px) {
    .ms1907-und-del-btn {
        display:flex;
        height: auto;
        position: static;
        width: 100%
    }

    .ms1907-und-del-btn a {
        background-color: #6c6c6c;
        border-radius: 4px;
        display: block;
        font-size: 12px;
        height: auto;
        margin: auto;
        padding: 5px 10px;
        text-align: center;
        width: auto
    }

    .ms1907-und-del-btn a:link,.ms1907-und-del-btn a:visited {
        color: #fff
    }

    .ms1907-und-del-btn a:after,.ms1907-und-del-btn a:before {
        display: none
    }
}

.ms1907-und-del-txt {
    display: none
}

@media screen and (max-width: 639px) {
    .ms1907-und-del-txt {
        display:inline
    }
}

.ms1907-add-to-cart-box {
    animation: fade .5s ease-in-out forwards;
    background-color: hsla(0,0%,100%,.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: sticky
}

.ms1907-add-to-cart-btn {
    margin: 20px 0
}

.ms1907-add-to-cart-btn button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffae00;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    padding: 20px 50px;
    transition: background-color .4s cubic-bezier(.19,1,.22,1)
}

.ms1907-add-to-cart-btn button:hover {
    background-color: #ff8600
}

.ms1907-wishlist-form-control {
    background-color: #eee;
    border-radius: 5px
}

@media screen and (max-width: 639px) {
    .ms1907-wishlist-form-control {
        min-height:auto
    }
}

.ms1907-wishlist-form-control__inner {
    display: flex;
    flex-direction: column;
    padding: 10px
}

.ms1907-wishlist-form-control__input-wrapper {
    display: flex;
    flex-direction: column
}

.ms1907-wishlist-form-control__input-wrapper.-total {
    border-top: 1px dotted #999;
    margin-top: 5px;
    padding-top: 5px
}

.ms1907-wishlist-form-control__input {
    display: flex;
    flex-wrap: wrap;
    margin: 3px 0;
    max-width: 100%
}

.ms1907-wishlist-form-control__input input {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    padding: 0 5px;
    text-align: right;
    width: 50px
}

.ms1907-wishlist-form-control__input input:disabled {
    background-color: hsla(0,0%,100%,.5);
    opacity: .75
}

.ms1907-wishlist-form-control__input.-total {
    justify-content: flex-end
}

.ms1907-wishlist-form-control__input.-total input {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: none
}

.ms1907-wishlist-form-control__input span {
    margin: 0 2px
}

.ms1907-wishlist-form-control__moq {
    font-size: 12px;
    padding: 0 2px;
    text-align: right
}

.ms1907-no-wishlist {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 16px;
    justify-content: center;
    min-height: 50vh;
    width: 100%
}

@media screen and (max-width: 639px) {
    .ms1907-no-wishlist {
        min-height:30vh;
        padding: 0 calc(15px + 2.666vw)
    }
}

.ms1907-wishlist-where {
    align-items: center;
    color: #626262;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    margin-top: -34px;
    min-height: 34px
}

.ms1907-wishlist-where p:not(:first-child):before {
    content: "|";
    display: inline-flex;
    margin: 0 10px
}

.wishlist-btn.wishlist-btn.wishlist-btn {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-color: #fff !important;
    border: 1px solid #6c6c6c !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    min-width: 250px;
    outline: none !important;
    padding: 12px !important;
    transition: color .5s,border-color .5s !important;color: inherit !important;
    height: auto !important;
}
.swym-added.swym-add-to-wishlist.swym-added.swym-add-to-wishlist {
    background-color: #fff!important;
    color: #000!important;
}

/* Swymが付与するdisabled系クラスの見た目を中和（クリック可の状態を保つ） */
.swym-button.disabled,
.swym-button.swym-disabled,
.swym-add-to-wishlist.disabled,
.swym-add-to-wishlist.swym-disabled {
    opacity: 1 !important;
    filter: none !important;
    pointer-events: auto !important;
}

@media screen and (max-width: 767px) {
    .wishlist-btn {
        width:100%
    }
}

.wishlist-btn.-exists {
    background-color: #fff;
    border: 1px solid #e96359;
    color: #e96359
}

.wishlist-btn .fa-heart {
    margin-right: 4px
}

.anime-beat {
    animation: anime-beat .5s ease
}

@keyframes anime-beat {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.4)
    }

    to {
        transform: scale(1)
    }
}
