@font-face {
    font-family: Font Awesome\ 5 Free;
    src: url(/html/plugin/Exp/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(/html/plugin/Exp/assets/webfonts/fa-regular-400) format("woff2");
    font-display: swap;
    font-weight: 900;
    font-style: normal
}

body,
html {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Noto Sans Japanese, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1pc;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    background-color: #fff;
    color: #000;
    min-width: 20pc
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #333;
    font-weight: 400
}

a:focus,
a:hover {
    color: rgba(26, 80, 152, .8);
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    letter-spacing: 0;
    color: #000
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

img {
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto
}

p {
    margin-bottom: 15px
}

button {
    font-family: Noto Sans CJK JP, sans-serif
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mb20 {
    margin-bottom: 20px !important
}

.wp100 {
    width: 100% !important
}

.btn {
    padding: 9px 10px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    box-shadow: none;
    border-color: transparent
}

button,
button.btn {
    outline: 0 !important;
    box-shadow: none
}

.ec-select select,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-left: 15px;
    padding-right: 30px;
    color: #000;
    background: url(../images/common/arrow-down.png) no-repeat center right 10px transparent !important
}

input {
    box-shadow: none
}

@media screen and (max-width:991px) {
    .sb__category ul>li.cat__has-sub>a:before {
        content: "\f107"
    }

    .sb__category ul>li.opened>a:before {
        content: "\f106"
    }

    .form-control {
        box-shadow: none;
        width: auto
    }

    .have_curtain .ec-overlayRole {
        z-index: 6
    }

    .ec-drawerRole .sb__delivery-date .ttl {
        background-color: #c00;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 10px 8px
    }

    .nav__contact-info {
        font-size: 9pt;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        padding: 10px
    }

    .nav__contact-info a {
        text-decoration: none
    }

    .nav__contact-info i {
        font-size: 14px
    }

    .nav__contact-info>* {
        width: calc(100% - 10px/2);
        border: 1px solid #c00;
        border-radius: 3px;
        padding: 5px;
        align-items: center;
        justify-content: center;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    .nav__contact-info>:nth-child(2n) {
        margin-left: 10px
    }

    .nav__contact-info .nav__label {
        color: inherit
    }

    .nav__contact-info .link__phone {
        font-size: 1pc
    }

    .nav__contact-info .link__phone i {
        font-size: 9pt
    }

    .nav__contact-info .link__phone .label__hour-open {
        font-size: 10px;
        color: #000;
        font-weight: lighter
    }

    .nav__search .form-inline {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center
    }

    .nav__search .form-inline .form-group label {
        font-size: 9pt;
        margin: 0 5px
    }

    .nav__search .form-inline .form-group .form__input {
        width: 5pc
    }
}

.sb__category .ttl {
    margin-top: 50px
}

.sb__category ul {
    padding: 0;
    margin: 0
}

.sb__category ul li {
    list-style-type: none;
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #ccc
}

.sb__category ul .cat__menu-sub li {
    border-bottom: 0
}

.sb__category ul li a {
    color: #000;
    text-decoration: none;
    padding-right: 30px;
    font-size: .8rem
}

.sb__category ul>li {
    margin-bottom: 1px
}

.sb__category ul>li>a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

.sb__category ul>li>a:before {
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-display: swap;
    position: absolute;
    color: #c00b01;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.sb__category ul>li>a>span {
    margin-right: 15px
}

.sb__category ul>li.cat__has-sub {
    position: relative
}

.sb__category>ul ul li {
    display: block;
    margin: 14px 0 20px 20px;
    padding: 0
}

.sb__category .onclick-area {
    width: 100%;
    height: 52px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.sb__category .onclick-area:hover {
    background: #fff;
    cursor: pointer;
    opacity: .5
}

.main__content .ttl {
    font-size: 1.2rem;
    padding-bottom: 10px
}

.top-section-title {
    padding-right: 20px
}

@media screen and (min-width:768px) {
    .sb__category>ul ul li {
        margin: 9pt 0 9pt 35px;
        padding: 0
    }

    .main__content .ttl {
        font-size: 1.4rem;
        padding-bottom: 10px;
        margin: 30px 0 0
    }
}

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

.ttl {
    font-size: 1.1rem;
    color: #333
}

.ttl i {
    margin-right: 5px
}

.sb__category .ttl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 30px 0 0;
    text-align: left
}

.img-full {
    width: 100%
}

.info {
    font-size: .8rem
}

.info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 6px 0
}

.info dl:not(:last-child) {
    border-bottom: 1px solid #aaa
}

.info dt {
    font-weight: 400;
    text-align: left;
    width: calc(100% - 5pc);
    -webkit-flex-basis: calc(100% - 80px);
    flex-basis: calc(100% - 80px)
}

.info dd {
    width: 5pc;
    text-align: right;
    font-weight: 700
}

.form__button,
.form__input {
    margin: 5px 0 5px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #999
}

.form__button.onScroll,
.form__input {
    margin-left: 0
}

.form__input {
    color: #000
}

.search__form .form-group {
    margin: 0
}

.form__checkbox {
    position: relative;
    text-align: left
}

.form__checkbox label {
    display: inline-block;
    padding-left: 30px;
    font-weight: 400;
    margin: 0 !important
}

.form__checkbox label:after,
.form__checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.form__checkbox label:before {
    width: 20px;
    height: 20px;
    z-index: 1;
    border: 1px solid #999
}

.form__checkbox label:after {
    z-index: 2;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 9pt;
    border: solid #c00;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
}

.form__group-color .form__checkbox {
    text-align: center
}

.form__group-color .form__checkbox label {
    width: 34px;
    height: 34px;
    position: relative
}

.form__group-color .form__checkbox label:before {
    width: 34px;
    height: 34px;
    z-index: 1
}

.form__group-color .form__checkbox label:after {
    z-index: 2;
    left: 9pt;
    top: 5px;
    width: 10px;
    height: 20px;
    border: solid green;
    border-width: 0 3px 3px 0;
    opacity: 0
}

.form__checkbox input {
    position: absolute;
    top: 3px;
    left: 4px;
    z-index: 3;
    opacity: 0;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

.form__checkbox input:checked+label,
.form__checkbox input:checked+label:before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.form__checkbox input:checked+label:before {
    border-color: #009e97
}

.form__checkbox input:checked+label:after {
    opacity: 1
}

.form__group-color .form__checkbox input:checked+label {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.form__group-color .form__checkbox input:checked+label:before {
    border: 2px solid green;
    background-color: hsla(0, 0%, 100%, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.form__radio {
    position: relative
}

.form__radio label {
    padding-left: 22px;
    font-weight: 400
}

.ec-blockRadio .form__radio label {
    padding-left: 0
}

.form__radio label:after,
.form__radio label:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.form__radio label:before {
    width: 15px;
    height: 15px;
    z-index: 1;
    border: 1px solid #999;
    left: 0;
    top: 4px
}

.ec-blockRadio .form__radio label:before {
    border: 0
}

.form__radio label:after {
    z-index: 2;
    width: 9px;
    height: 9px;
    background-color: #009e97;
    left: 3px;
    top: 7px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ec-blockRadio .form__radio label:after {
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 4px solid #009e97;
    background-color: transparent;
    left: 0;
    top: 0;
    border-radius: 0
}

.form__radio input {
    position: absolute;
    z-index: 3;
    opacity: 0
}

.form__radio input:checked+label:before {
    border-color: #999
}

.form__radio input:checked+label:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.checkbox__error label:before,
.input__error,
.radio__error label:before {
    border-color: red
}

.form__group-color>div {
    display: inline-block
}

.form__group-color>div:not(:first-child) {
    margin-left: 10px
}

.search__form {
    position: relative;
    padding: 18px 0
}

.search__area button,
.search__area input[type=text] {
    border: 1px solid #c00b01;
    width: 100%;
    background: 0;
    border-radius: unset
}

@media screen and (max-width:991px) {
    .search__area input[type=text] {
        border: 1px solid #c00b01;
        width: calc(100% - 5pc);
        margin-left: 5px
    }
}

.search__area button {
    padding: 5px;
    margin: 0
}

.search__area button i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.search__advance {
    display: none;
    z-index: 10;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 600px
}

.search__advance::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.search__advance::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d1d1d1
}

.search__advance::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 0 0 4px #aaa inset
}

.search__advance label {
    font-weight: 400;
    margin: 0 10px
}

.search__advance dl {
    margin: 0
}

.search__advance dl dd,
.search__advance dl dt {
    margin: 10px 0
}

.search__advance dl .form__input {
    height: 34px
}

.search__advance dl:not(:last-child) {
    border-bottom: 1px solid #ddd
}

@media screen and (min-width:991px) {
    .search__advance {
        position: absolute;
        background-color: #fff;
        right: 0;
        top: 100%;
        width: 100%;
        box-shadow: 1px 0 15px hsla(0, 0%, 60%, .48);
        padding: 2pc 55px;
        z-index: 7;
        min-width: 700px
    }

    .search__advance.onScroll {
        right: auto;
        left: 0
    }

    .search__advance dl {
        margin: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }

    .search__advance dl dd,
    .search__advance dl dt {
        flex: auto
    }

    .search__advance dl dt {
        width: 130px
    }

    .search__advance dl dd {
        width: calc(100% - 130px)
    }

    .search__advance dl .form__input {
        width: 250px
    }
}

@media screen and (max-width:1024px) {
    .search__advance .form__input[type=number] {
        width: 150px
    }
}

.search__anchor {
    font-size: 15px;
    line-height: 2.2;
    font-weight: 700;
    margin: 5px;
    text-align: center;
    display: inline-block;
    height: 44px;
    vertical-align: middle;
    padding: 5px 9pt 5px 14px;
    word-break: keep-all;
    white-space: nowrap;
    cursor: pointer;
    width: 380px;
    position: relative;
    background: #fff;
    border: 1px solid #c00b01;
    color: #c00b01
}

.search__anchor:hover {
    background: #c00b01;
    color: #fff
}

.search__anchor.onScroll {
    width: 200px;
    font-size: 15px
}

.search__anchor.onScroll.opened:after,
.search__anchor.onScroll:not(.opened):after {
    margin-top: -6px;
    width: 10px;
    height: 10px;
    right: 8px
}

.search__anchor:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%
}

.search__anchor:not(.opened):after {
    margin-top: -10px;
    transform: rotate(-135deg)
}

.search__anchor.opened:after,
.search__anchor:not(.opened):after {
    width: 14px;
    height: 14px;
    background: transparent;
    text-indent: -9999px;
    border-top: 3px solid #c00b01;
    border-left: 3px solid #c00b01;
    transition: all 0 ease-in-out;
    text-decoration: none;
    color: transparent
}

.search__anchor.opened:after {
    margin-top: -5px;
    transform: rotate(45deg)
}

.search__anchor:not(.opened):hover:after,
.search__anchor.opened:hover:after {
    border-color: #fff
}

@media screen and (min-width:991px) {
    .search__area {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-end;
        margin: 0 auto;
        padding: 0;
        max-width: 85pc
    }

    .search__area>:not(.search__anchor):not(.form__button) {
        flex: auto
    }

    .onScroll .search__area>:not(.search__anchor):not(.form__button) {
        flex: none
    }

    .search__area input {
        width: calc(100% - 250px - 75pt)
    }

    .search__area input.onScroll::-webkit-input-placeholder {
        font-size: 10px !important
    }

    .search__area button {
        margin: 5px 0;
        width: 75pt;
        height: 44px;
        flex-basis: 100px;
        background-color: #c00b01;
        color: #fff
    }

    .search__area button.onScroll {
        width: 50px;
        flex-basis: 45px
    }
}

@media screen and (min-width:1600px) {
    .search__area {
        max-width: 975pt
    }
}

@media screen and (min-width:1025px) {
    .search__anchor {
        text-align: center;
        padding-right: 30px
    }

    .search__advance {
        min-width: 980px;
        max-width: 980px
    }
}

@media screen and (max-width:1024px) {
    .search__advance .form__group-color>div {
        margin-left: 0
    }
}

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

    .search__area {
        position: relative;
        border: 1px solid #ddd
    }

    .search__area button {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 70px;
        height: 100%;
        flex-basis: 70px;
        background-color: #c00b01;
        color: #fff
    }
}

.search__area button i {
    margin-right: 0
}

.search__advance {
    font-size: 14px
}

.site__main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 3pc;
    min-height: 500px;
    max-width: 1400px;
    margin: 0 auto
}

.ec-blockTopBtn {
    width: 40px;
    height: 40px;
    background-color: #ff9500;
    z-index: 9;
    right: 20px;
    bottom: 40px
}

.ec-blockTopBtn:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 10px
}

.ec-blockTopBtn:hover {
    opacity: 1
}

@media only screen and (max-width:767px) {
    .ec-blockTopBtn {
        bottom: 75px
    }
}

.ec-drawerRole {
    background-color: #fff;
    box-shadow: 0 3px 6px #00000029
}

.nav__cart .ec-cartNaviNull__message {
    background-color: #ff9500
}

@media only screen and (min-width:992px) {
    .nav__cart .ec-cartNavi {
        display: block;
        height: auto;
        background-color: transparent;
        min-width: auto;
        font-size: .8rem
    }

    .nav__cart .ec-cartNavi.onScroll {
        font-size: .6rem
    }
}

@media only screen and (max-width:991px) {
    .ec-cartNaviNull {
        min-width: 200px
    }
}

@media screen and (min-width:992px) {
    .sp {
        display: none !important
    }
}

@media screen and (min-width:992px) {
    .main__sidebar_left {
        width: 220px;
        -webkit-flex-basis: 220px;
        flex-basis: 220px
    }

    .main__content {
        width: calc(100% - 15pc);
        -webkit-flex-basis: calc(100% - 240px);
        flex-basis: calc(100% - 240px);
        margin-left: 20px
    }
}

@media screen and (min-width:1600px) {
    .site__main {
        padding: 20px 3pc
    }

    .search__anchor {
        width: 380px
    }

    .container {
        width: 1230px
    }
}

@media screen and (max-width:991px) {
    .site__main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        padding-top: 120px
    }

    .main__content,
    .main__sidebar_left {
        width: 100%
    }
}

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

.haeder_top .nav__main.pc {
    display: none
}

.haeder_top {
    background: #ffefd6;
    position: sticky;
    z-index: 99999;
}

.haeder_top .nav_message {
    color: #333;
    margin: 0;
    padding: 5px 0;
    font-size: 9pt;
    font-weight: 700
}

.haeder_top ul.nav_menulist {
    display: flex;
    width: 50%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0
}

.haeder_top ul.nav_menulist li {
    list-style: none;
    padding: 10px 15px 9px;
    font-size: .8rem;
    min-width: 10em;
    text-align: center;
    position: relative;
    padding-right: 2em
}

.haeder_top ul.nav_menulist .nav-menu.nav_mypage_login,
.haeder_top ul.nav_menulist .nav-menu.nav_signup {
    padding-right: 15px
}

.haeder_top ul.nav_menulist .nav-menu.nav_mypage:after,
.haeder_top ul.nav_menulist li.nav-menu.nav_support:after {
    content: '\f107';
    display: block;
    color: #fff;
    position: absolute;
    right: 8%;
    top: 25%;
    font-family: Font Awesome\ 5 Free;
    font-display: swap;
    font-weight: 900
}

.haeder_top ul li a {
    color: #fff
}

.haeder_top ul li.nav_signup {
    background: #c00b01
}

.haeder_top ul li.nav_mypage,
.haeder_top ul li.nav_mypage_login {
    background: #333;
    color: #fff;
    cursor: pointer
}

.haeder_top ul li.nav_support {
    background: #d1d1d1;
    cursor: pointer
}

.haeder_top ul li .account__info-point,
.haeder_top ul li.customer_name,
.haeder_top ul li.nav_support a,
.haeder_top ul.nav_menulist li.nav_support:after {
    color: #333
}

.nav_mypage {
    position: relative
}

.haeder_top ul.login_menu_inner {
    width: 110%;
    display: none;
    position: absolute;
    margin-left: -14px;
    margin-top: 5px;
    padding: 0;
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    border: 2px solid #ddd;
    z-index: 11
}

.haeder_top ul .login_menu_inner li a {
    font-size: .7rem;
    color: #333;
    display: block
}

.haeder_top ul .login_menu_inner li {
    padding: 3px 5px;
    text-align: left
}

.site__header {
    position: sticky;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 11;
}

.site__header.is-fixed-pc {
    position: sticky;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 11;
    box-shadow: 0 6px 3px -3px #00000029
}

.ec-sliderRole {
    max-width: 100%;
    padding: 0
}

.slick-slide {
    padding: 0 10px
}

.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 6px #0000004D;
    background: #fff;
    border-radius: 45px;
    color: #c00b01;
    border: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 42%;
    display: block
}

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

    .slick-next,
    .slick-prev {
        display: none !important
    }

    .slick-list {
        padding: 0 !important
    }
}

.slick-next {
    right: 7%;
    z-index: 5;
    padding: 10px 10px 0
}

.slick-prev {
    padding: 10px 15px 0 8px;
    left: 7%;
    z-index: 5
}

.slick-next:before,
.slick-prev:before {
    font-family: Font Awesome\ 5 Free;
    font-display: swap;
    font-size: 30px;
    font-weight: 900;
    color: #c00b01;
    opacity: 1
}

.slick-prev:before {
    content: "\f053"
}

.slick-next:before {
    content: "\f054"
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

@media screen and (max-width:992px) {
    .slick-dots {
        bottom: -28px
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    text-align: center;
    opacity: .25;
    background-color: #fff;
    box-shadow: 0 0 0 1px #aaa;
    border-radius: 50%
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #c00b01;
    box-shadow: 0 0 0 1px #c00b01
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0
}

.btn_category {
    text-align: center;
    margin: 50px auto
}

.btn_category a {
    border: 1px solid #ccc;
    color: #333;
    padding: 18px 15%;
    position: relative;
    font-weight: 600;
    background: #fff
}

.btn_category a:after {
    content: '\f054';
    display: block;
    color: #c00b01;
    position: absolute;
    right: 3%;
    top: 30%;
    font-family: Font Awesome\ 5 Free;
    font-display: swap;
    font-weight: 900
}

.btn_category a:hover:after {
    color: #fff
}

.nav__main,
.nav__secondary {
    padding: 0 3pc
}

.nav__main {
    align-items: center
}

.nav__currency {
    display: none
}

@media screen and (min-width:992px) {
    .haeder_top .nav_message {
        text-align: left;
        width: 50%
    }

    .haeder_top .nav__main.pc {
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        height: auto;
        max-width: 1400px;
        margin: 0 auto
    }

    .nav__main {
        height: 11pc;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .is-fixed-pc .nav__main {
        height: 5pc;
        position: relative
    }

    .ec-cartNaviWrap i {
        color: #c00
    }
}

.nav__secondary {
    background-color: #c00;
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.ec-headerRole__cart {
    background: 0;
    display: flex;
    align-items: center
}

.ec-cartNavi .ec-cartNavi__icon {
    font-size: 28px;
    display: block;
    color: #333;
    margin: 4px 0
}

.ec-cartNavi .ec-cartNavi__icon.onScroll {
    transform: scale(.85)
}

.nav__secondary .nav__label {
    margin-left: 15px
}

.nav__secondary a {
    color: #fff;
    word-break: keep-all;
    white-space: nowrap
}

.nav__menu>li {
    line-height: 1
}

.nav__menu>li i {
    font-size: 24px
}

.nav__menu>li i.onScroll {
    font-size: 20px
}

@media screen and (min-width:992px) and (max-width:1600px) {
    .nav__menu>li i.onScroll {
        font-size: 14px
    }
}

.nav__label {
    font-size: .6rem;
    color: #000;
    display: inline-block;
    text-align: center
}

.nav__label i {
    margin-right: 15px
}

.nav__label.label__hour-open {
    display: block
}

.link__phone {
    font-size: 20px;
    font-weight: 700;
    color: #c00
}

.ec-cartNaviWrap {
    text-align: left
}

.nav__cart .ec-cartNavi__badge {
    font-family: Noto Sans CJK JP, sans-serif;
    background-color: #ff9500;
    min-width: 18px;
    height: auto;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1
}

.ec-drawerRoleClose {
    left: auto;
    right: 15px;
    top: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ec-drawerRole {
    width: 100%
}

.ec-headerNavSP {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #c00;
    top: 30px;
    background: 0;
    right: 2%;
    left: auto;
    position: static
}

@media only screen and (max-width:991px) {
    .ec-headerNavSP {
        display: block
    }
}

@media all and (-ms-high-contrast:none) {
    .nav__cart .ec-cartNavi__badge {
        font-family: none
    }
}

@media screen and (min-width:992px) {
    .logo {
        width: 20vw;
        margin: 0;
        font-size: .5rem;
        line-height: 1
    }

    .logo img {
        max-width: 220px;
        width: 100%
    }

    .logo span {
        display: block;
        margin: 5px 0;
        color: #000
    }

    .nav__menu img {
        max-width: 30px;
        display: block;
        margin: 0 auto 2px
    }

    .nav__menu img.onScroll {
        max-width: 20px
    }

    .nav__menu {
        padding: 0;
        margin: 0;
        display: inline-block;
        margin-left: auto
    }

    .nav__menu.pc.onScroll {
        width: auto;
        margin-left: auto
    }

    .nav__menu>li {
        list-style-type: none;
        display: table-cell;
        vertical-align: middle;
        border-right: 1px solid #333;
        padding: 0 8px
    }

    .nav__menu>li:not(:first-child) {
        margin-left: 0
    }

    .nav__menu>li i {
        margin-right: 10px
    }

    .nav__menu .account__info {
        padding: 0;
        text-align: right;
        border-bottom: 0;
        line-height: 1.3
    }

    .nav__secondary {
        align-items: center
    }

    .nav__secondary>div {
        font-size: 18px;
        padding: 0
    }

    .nav__secondary>div:not(.nav__search) {
        padding: 0 5px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center
    }

    .nav__secondary>div:not(.nav__search) i {
        font-size: 30px
    }

    .nav__secondary>div:not(.nav__search) a {
        height: 42px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .nav__secondary>div.nav__account,
    .nav__secondary>div.nav__history {
        border-left: 1px solid #fff;
        text-align: center
    }

    .nav__search {
        width: 100%;
        flex-basis: 100%;
        padding: 0;
        transition: none
    }

    .nav__search.onScroll {
        padding: 0;
        position: absolute;
        top: 13px;
        left: 108px;
        z-index: 1000000;
        width: 600px
    }

    .nav__menu>li.nav_mypage {
        padding-right: 0
    }

    .nav_mypage_wrap {
        display: flex
    }

    .nav_mypage_wrap div {
        padding: 0 10px
    }

    .nav__menu>li.nav__phone .nav__label.label__hour-open {
        font-size: .8rem;
        margin: 5px 0 0;
        line-height: 1.3;
        text-align: left
    }

    .nav__menu>li.nav__phone .nav__label.label__hour-open.onScroll {
        font-size: .3rem
    }

    .nav__menu>li.nav__phone .nav__label.label__hour-open b {
        font-size: .9rem
    }

    .nav__menu>li.nav__phone .nav__label.label__hour-open b.onScroll {
        font-size: .6rem
    }
}

.nav__menu>li.nav__phone .link__phone {
    color: #c00
}

@media screen and (min-width:992px) and (max-width:1599px) {
    .nav__menu .account__info p {
        font-size: 9pt
    }

    .nav__menu>li {
        padding: 0 8px
    }

    .nav__menu>li.nav__phone .link__phone {
        font-size: 1pc
    }

    .nav__menu>li.nav__phone .link__phone span {
        font-size: 1rem;
        letter-spacing: .05em;
        font-weight: 700
    }

    .nav__menu>li.nav__phone .link__phone span.onScroll {
        font-size: 1rem
    }

    .nav__search.onScroll {
        left: 108px !important
    }
}

@media screen and (min-width:1025px) {
    .nav__secondary>div:not(.nav__search) i {
        font-size: 40px
    }
}

@media screen and (min-width:1600px) {
    .haeder_top .nav__main.pc {
        padding: 0 3pc;
        max-width: 1400px;
        margin: 0 auto
    }

    .nav__main {
        padding: 0px 48px;
        max-width: 1400px;
        margin: 0 auto
    }

    .nav__search {
        padding: 0
    }
}

@media screen and (min-width:1920px) {
    .nav__search {
        width: 100%;
        flex-basis: 100%
    }
}

@media screen and (max-width:1100px) and (min-width:768px) {
    .nav__menu {
        aspect-ratio: 543/67;
        width: 543px
    }

    .nav__menu>li.nav__phone {
        display: none
    }
}

@media screen and (max-width:1024px) and (min-width:992px) {
    .search__area button {
        flex-basis: 44px;
        position: relative;
        color: transparent
    }

    .search__area button i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 24px
    }
}

@media only screen and (max-width:991px) {
    .search__anchor {
        width: 100%
    }

    .site__header {
        background-color: #fff;
        padding: 0 0 5px;
        position: fixed;
        width: 100%;
        z-index: 8
    }

    .nav__menu>li {
        -webkit-flex: 1;
        flex: 1
    }

    .nav__secondary {
        justify-content: space-between;
        align-items: center;
        text-align: center
    }

    .nav__secondary>div {
        padding: 10px 0;
        flex: 1
    }

    .nav__secondary>div i {
        font-size: 24px
    }

    .logo {
        line-height: 1;
        margin: 5px 0;
        text-align: center
    }

    .logo img {
        max-width: 130px;
        width: 100%
    }

    .logo span {
        display: none !important
    }

    .haeder_top .nav_message {
        font-size: .6rem
    }

    .is-fixed .sp_cart_wrap {
        top: -2px
    }

    .btn_category a {
        width: 90%;
        display: block;
        padding: 18px 8% 18px 5%;
        font-size: .9rem;
        margin: 0 auto
    }

    .btn_category a:after {
        top: 29%
    }

    .sp_cart_wrap {
        display: flex;
        position: absolute;
        right: 0;
        left: auto;
        top: 25px;
        font-size: .5rem;
        align-items: center
    }

    @media only screen and (max-width:450px) {
        .sp_cart_wrap {
            top: 35px
        }
    }

    .is-fixed-pc .nav__main .sp_cart_wrap {
        top: 0
    }

    .sp_cart_wrap div {
        min-width: 50px;
        padding: 2px 1px;
        text-align: center
    }

    .sp_cart_wrap span {
        font-size: .5rem;
        color: #333
    }

    .member_info i {
        display: block;
        font-size: 22px;
        color: #333
    }

    .sp_cart_wrap .ec-cartNavi .ec-cartNavi__icon {
        font-size: 22px;
        color: #333;
        margin: 3px 0 0
    }

    .sp_cart_wrap .ec-headerNavSP i {
        display: block;
        margin: 3px 0 -7px
    }

    .is-fixed {
        position: static;
        top: 0;
        left: 0;
        z-index: 11;
        width: 100%
    }

    .sb__category ul li {
        padding: 20px 0 20px 10px
    }

    .nav__cart .ec-cartNavi__badge {
        margin-left: 0;
        font-size: 10px;
        padding: 3px;
        min-width: 17px;
        top: 0;
        left: 62%
    }

    .ec-cartNavi {
        padding: 8px 0 0 20px
    }

    .ec-cartNavi .ec-cartNavi__icon {
        font-size: 26px
    }

    .ec-drawerRole.is_active,
    .have_curtain .ec-overlayRole {
        display: block
    }

    .ec-drawerRoleClose.is_active {
        display: inline-block
    }
}

.ec-drawerRoleClose+.ec-layoutRole__header .ec-headerNavSP {
    display: none
}

.flows ul,
.ft__menu,
.ft__socials ul,
.news ul,
.product__special ul,
.products,
.ulnone {
    padding: 0;
    margin: 0
}

.flows ul>li,
.ft__menu>li,
.ft__socials ul>li,
.news ul>li,
.product__special ul>li,
.products>li,
.ulnone>li {
    list-style-type: none
}

.products {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.products a {
    text-decoration: none;
    color: inherit
}

.products h3 {
    font-size: .8rem;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: -.5px
}

.products .product__thumb {
    display: block
}

.products .product__thumb img {
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product__special a {
    color: #333
}

.product__special ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.product__special ul>li {
    padding: 10px;
    width: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%
}

.product__special ul>li img {
    border: 1px solid #ddd
}

.product__special ul>li:hover img {
    border-color: #c00
}

@media screen and (max-width:768px) {
    .product__special ul {
        margin: 0 -4px
    }

    .product__special ul>li {
        padding: 4px;
        width: 50%;
        flex: auto
    }
}

@media screen and (min-width:1025px) {
    .product__special ul>li {
        padding: 10px;
        width: 25%;
        flex: auto
    }
}

.product__featured ul>li,
.product__new ul>li {
    width: 50%
}

.product__featured li,
.product__new li {
    padding: 0 10px
}

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

    .product__featured ul>li,
    .product__new ul>li {
        width: 25%;
        max-width: 25%
    }
}

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

    .product__featured li,
    .product__new li {
        padding: 0 10px
    }
}

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

    .product__featured ul,
    .product__new ul {
        -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .product__featured ul::-webkit-scrollbar,
    .product__new ul,
    .product__ranking ul::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .product__featured ul::-webkit-scrollbar-track,
    .product__new ul,
    .product__ranking ul::-webkit-scrollbar-track {
        border-radius: 5px;
        box-shadow: 0 0 4px #aaa inset
    }

    .product__featured ul::-webkit-scrollbar-thumb,
    .product__new ul,
    .product__ranking ul::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #d1d1d1
    }

    .product__featured ul>li,
    .product__new ul>li {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }
}

.product__ranking ul {
    margin: 0 -10px
}

.product__ranking li {
    padding: 0 10px
}

.product__ranking .rating__label {
    text-align: center;
    display: block;
    padding: 10px
}

@media screen and (min-width:768px) {
    .product__ranking ul {
        margin: 0 -1pc;
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .product__ranking li {
        padding: 0 1pc;
        width: 30%;
        height: 25pc
    }

    .product__ranking li:first-child {
        padding: 0 1pc;
        width: 40%
    }
}

@media screen and (max-width:767px) {
    .product__ranking ul {
        -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow-x: scroll;
        overflow-y: hidden
    }

    .product__ranking ul>li {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 33.33333%;
        margin-bottom: 10px
    }
}

.news ul {
    margin-bottom: 30px;
    box-shadow: 0 0 6px #00000029;
    border-radius: 6px;
    padding: 15px
}

.news ul>li {
    margin-bottom: 20px;
    position: relative
}

.news ul>li>a,
.news ul>li>div {
    display: block;
    padding-left: 75pt
}

.news__date {
    width: 90pt;
    position: absolute;
    left: 0;
    top: 0;
    color: #ccc;
    letter-spacing: .7px
}

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

    .news__date {
        display: block;
        position: static;
        color: #000
    }

    .news ul>li>a,
    .news ul>li>div {
        padding-left: 0
    }
}

.site__footer {
    background-color: #f5f5f5
}

.footer__main {
    border-bottom: 2px dotted #db1418
}

.footer__main,
.footer__menu {
    padding: 40px 0
}

.footer__text {
    font-size: 9pt;
    color: #666;
    padding: 30px 0 0;
    background-color: #fff
}

.footer__sub {
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc
}

@media screen and (max-width:990px) {
    .footer__text {
        background-color: #fff;
        padding: 30px 0
    }

    .footer__sub {
        background-color: #f5f5f5;
        border-bottom: 0
    }
}

.footer__copyright {
    background-color: #fff;
    text-align: center;
    font-size: .8rem;
    padding: 40px 0
}

.footer__copyright p {
    margin: 0;
    font-weight: 300
}

.ft__menu>li>a {
    color: inherit;
    font-size: .8rem
}

.ft__menu>li:not(.ft__menu-parent) {
    margin-bottom: 10px
}

.ft__menu-parent {
    font-weight: 700;
    margin: 20px 0 10px
}

.ft__menu>li.ft__menu-parent a {
    font-weight: 700;
    color: #c00
}

.ft__menu>li:first-child {
    margin-top: 0
}

.ft__socials ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px
}

.footer-info {
    display: flex
}

.footer-info li:first-child {
    padding: 0 1.5em 0 0;
    margin-right: 1.5em
}

.footer-info li:nth-child(2) {
    padding: 0 3em;
    border-right: 2px dotted #fff;
    border-left: 2px dotted #fff
}

.footer-info li:last-child {
    padding: 0 0 0 1.5em;
    margin: 0 0 1.5em 1.5em
}

.footer-info .headline {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 3em
}

.footer-info li:first-child .headline {
    margin-top: 0
}

.footer-info .headline-middle {
    margin-top: 1em;
    font-size: 1rem;
    font-weight: 700
}

.footer-info .sentence {
    margin-top: .5em;
    font-size: .8rem
}

.footer-info .detail-link {
    text-align: right;
    margin-top: 1em;
    font-size: .8em
}

.contact-set {
    margin: 1em 0 2em;
    font-size: 1em;
    display: table
}

.contact-set .figure {
    width: 30%;
    box-sizing: border-box;
    padding-right: 10px
}

.contact-set .sentence {
    font-size: 1.4em;
    line-height: 1
}

.contact-set .sentence .small {
    display: block;
    margin-top: 1em;
    font-size: .5em;
    line-height: 1
}

.contact-set .figure,
.contact-set .sentence {
    display: table-cell;
    vertical-align: middle
}

.footer__sub img {
    max-width: 150px
}

.ft-2,
.ft-3,
.ft-5 {
    column-count: 2
}

@media screen and (min-width:481px) {
    .ft__nav-multiple .ft-1 {
        -webkit-flex: 50%;
        flex: 50%
    }
}

@media screen and (min-width:768px) {
    .ft__socials ul>li:not(:first-child) {
        margin-left: 25px
    }
}

@media screen and (min-width:992px) {
    .ft__menu {
        column-count: 1
    }

    .ft-5 {
        column-count: 5
    }

    .ft-3 {
        column-count: 3
    }

    .ft-1 {
        column-count: 1
    }

    .ft__nav-multiple {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    .ft__nav-multiple .ft-2 {
        -webkit-flex: 2;
        flex: 2
    }

    .ft__nav-multiple .ft-1 {
        -webkit-flex: 1;
        flex: 1
    }

    .ft__nav-multiple .ft-1:last-child {
        -webkit-flex: 2;
        flex: 2
    }
}

@media screen and (max-width:991px) {
    .ft__nav-multiple {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    .ft__socials ul>li {
        display: block
    }

    .ft__menu {
        font-size: 14px
    }
}

.side_bn {
    margin: 10px 0;
    cursor: pointer
}

.side_bn:hover {
    opacity: .8
}

.sb__delivery-date {
    padding: 10px 15px;
    background: #ebebeb;
    text-align: center
}

.sb__delivery-date .ttl {
    margin: 10px 0 0;
    font-size: 1.3rem
}

.sb__delivery-date .ttl+p {
    font-size: .7rem;
    margin-bottom: 10px
}

.sb__delivery-date .note {
    font-size: .6rem;
    text-align: left
}

.sb__delivery-date .note a {
    color: #c00
}

@keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.cat__menu-sub {
    display: none;
    font-size: 14px
}

.opened>.cat__menu-sub {
    display: none;
    margin: 20px 0 0;
    animation: a .5s linear 0
}

.product__featured {
    margin-bottom: 75pt
}

.about-hansoku-style .sentence {
    margin: 30px 0;
    line-height: 1.8
}

.about-hansoku-style .sentence a {
    color: #f49d00;
    font-weight: 600
}

.about-hansoku-style .about-hansoku-style_banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.about-hansoku-style .top-banner_sub-list {
    width: 49.5%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 4px #0000004D;
    border: 3px solid #f49d00;
    border-radius: 10px;
    margin: 0 0 45px;
    display: flex;
    align-items: center
}

.about-hansoku-style h3 {
    font-size: 1.3rem;
    color: #333
}

.about-hansoku-style .original .top-banner_sub-list {
    width: 32%
}

.about-hansoku-style .top-banner_sub-list .figure img {
    max-width: 60px;
    width: 100%
}

.about-hansoku-style .top-banner_sub-list .figure {
    padding-right: 30px
}

.about-hansoku-style .original .top-banner_sub-list .figure {
    padding-right: 10px
}

.about-hansoku-style .top-banner_sub-list a {
    position: relative;
    padding-right: 20px;
    display: block;
    width: 100%
}

.about-hansoku-style .top-banner_sub-list a:after {
    content: '\f054';
    display: block;
    color: #333;
    position: absolute;
    right: 0;
    top: 35%;
    font-family: Font Awesome\ 5 Free;
    font-display: swap;
    font-weight: 900
}

.about-hansoku-style .top-banner_sub-list .headline {
    color: #f49d00;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 10px
}

.about-hansoku-style .top-banner_sub-list .sentence {
    margin: 0;
    color: #333;
    line-height: 1.4
}

.about-hansoku-style .original .headline {
    font-size: 1.2rem
}

.about-hansoku-style .original .sentence {
    font-size: .8rem
}

.about-hansoku-style ul {
    margin: 30px 0
}

.about-hansoku-style ul li {
    line-height: 1.8
}

.about-hansoku-style .kaiin-1000pt {
    max-width: 435px;
    display: block
}

.about-hansoku-style .kaiin-1000pt img {
    width: 100%
}

.reason .top-section-title {
    margin-bottom: 30px
}

.reason .top-section-title img {
    max-width: 130px;
    margin-right: 5px
}

.reason .reason_read {
    margin: 30px 0;
    line-height: 1.8
}

.reason-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.reason-point .frame-border-shadow {
    width: 49.5%;
    padding: 25px 20px 5px;
    box-shadow: 0 0 4px #0000004D;
    border: 3px solid #c00b01;
    border-radius: 10px;
    text-align: center;
    margin: 0 0 15px
}

.reason-point .title {
    font-size: 1.4rem;
    position: relative;
    padding-right: 15px
}

.reason-point .title a {
    font-weight: 700
}

.reason-point .title:after {
    content: '\f054';
    display: block;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    font-family: Font Awesome\ 5 Free;
    font-display: swap;
    font-weight: 900
}

.reason-point .sub_title {
    font-weight: 700;
    color: #c00b01;
    font-size: 1rem;
    margin: 15px 0
}

.reason-point .text {
    color: #333;
    font-size: .9rem
}

.reason-point img {
    max-width: 60px
}

.content_title {
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin: 0;
    text-align: left
}

.content_title span {
    display: inline-block;
    width: 100%
}

.content_title span:after {
    margin-top: 10px;
    background-color: #F3A201;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px
}

.qa {
    margin: 0 0 75px;
    background: #FFF7EC;
    padding: 10px
}

.qa .answer {
    display: none
}

.qa h3 {
    position: relative;
    font-size: 1rem;
    margin: 30px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 15px 30px 50px
}

.qa h3:before {
    content: 'Q.';
    color: #f49d00;
    left: 0;
    top: -5px;
    font-size: 1.6rem
}

.qa h3:after,
.qa h3:before {
    display: block;
    position: absolute;
    font-weight: 900
}

.qa h3:after {
    content: '\f078';
    color: #333;
    right: 0;
    top: 0;
    font-family: Font Awesome\ 5 Free;
    font-display: swap
}

.qa .answer {
    line-height: 1.8;
    font-size: .9rem;
    padding: 0 0 30px 50px
}

.qa h3:hover {
    cursor: pointer
}

.sb__category ul li a.ttl2 {
    font-size: 1.1rem;
    color: #333
}

.ttl2 i {
    margin-right: 5px
}

.sb__category ul>li>a.ttl2:before {
    color: #c00b01
}

@media screen and (max-width:991px) {
    .ec-drawerRole .ttl {
        font-size: 1pc;
        padding: 0 10px;
        border-color: #C00;
        padding-bottom: 8px
    }

    .sb__delivery-date {
        padding: 5px;
        border: 0
    }

    .ec-drawerRole .sb__delivery-date .ttl {
        padding: 10px 8px 1px
    }

    .sb__delivery-date .ttl+p {
        background-color: #c00;
        color: #fff;
        padding: 0 0 8px
    }

    .info {
        padding: 0 15px 15px
    }

    .sb__delivery-date .note {
        margin-bottom: 0
    }

    .nav__account,
    .nav__cart-sp,
    .nav__faq,
    .nav__history,
    .nav__mem-register {
        padding: 9pt 10px;
        margin-bottom: 1px
    }

    .nav__faq {
        padding: 8px 10px;
        background: #fafafa
    }

    .nav__account i,
    .nav__cart-sp i,
    .nav__faq i,
    .nav__history i,
    .nav__mem-register i {
        font-size: 18px;
        width: 30px;
        text-align: center
    }

    .nav__account .nav__label,
    .nav__cart-sp .nav__label,
    .nav__faq .nav__label,
    .nav__history .nav__label,
    .nav__mem-register .nav__label {
        display: inline-block;
        color: #000;
        font-size: 14px;
        margin-left: 20px
    }

    .nav__account,
    .nav__cart-sp,
    .nav__history {
        background-color: #c00
    }

    .nav__account i,
    .nav__cart-sp i,
    .nav__history i {
        font-size: 24px;
        color: #fff
    }

    .nav__account .nav__label,
    .nav__cart-sp .nav__label,
    .nav__history .nav__label {
        font-size: 1pc;
        color: #fff
    }

    .about-hansoku-style .top-banner_sub-list {
        width: 100%;
        margin: 0 0 15px
    }

    .about-hansoku-style .original .top-banner_sub-list {
        width: 100%
    }

    .reason-point .frame-border-shadow {
        width: 100%
    }
}

.more_btn_box {
    margin-top: -3.5em;
    padding: 0 0 1em;
    text-align: right;
    pointer-events: none
}

.more_btn_box .hide {
    display: none
}

@media screen and (max-width:992px) {
    .more_btn_box {
        pointer-events: all
    }

    .toggle {
        display: none
    }
}

@media screen and (max-width:375px) {
    .account__info p {
        font-size: 9pt
    }

    .nav__contact-info {
        font-size: 10px;
        padding: 10px 5px
    }

    .nav__contact-info a {
        text-decoration: none
    }

    .nav__contact-info i {
        font-size: 9pt;
        margin-right: 5px
    }

    .nav__contact-info .link__phone {
        font-size: 9pt
    }

    .nav__contact-info .link__phone i {
        font-size: 10px
    }

    .nav__contact-info .link__phone .label__hour-open {
        font-size: 8px;
        color: #000;
        font-weight: lighter
    }
}

.account__info {
    border-bottom: 1px solid #aaa;
    padding: 20px
}

.account__info p {
    font-size: 14px;
    margin: 0
}

.account__info-point {
    font-weight: 700;
    color: #c00
}

.order-title,
.point-title {
    text-align: center;
    margin-top: 20px;
    font-size: 13px
}

.point-title a:hover {
    opacity: 1
}

.order-title hr,
.point-title hr {
    width: 20%;
    border-top: 5px solid #f49d00
}

.point-title ul.point-list {
    display: flex;
    justify-content: center;
    margin-top: 5%
}

.point-title ul.point-list li.point-list-child {
    width: 24%;
    border: 3px solid #f49d00;
    border-radius: 10px;
    margin-left: 1%;
    position: relative
}

@media screen and (max-width:820px) {
    .point-title ul.point-list {
        flex-wrap: wrap
    }

    .point-title ul.point-list li.point-list-child {
        width: 49%
    }
}

li.point-list-child img.point-header {
    width: 50%;
    position: absolute;
    top: -10%;
    left: 25%
}

li.point-list-child img.point-icon {
    width: auto;
    height: 60px
}

li.point-list-child .point-method {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    background: #fffbce;
    padding: 1%;
    margin: 5%
}

li.point-list-child h3 {
    font-size: 18px
}

li.point-list-child .point-description {
    padding: 1%;
    margin: 5%;
    text-align: left;
    height: 5pc
}

@media screen and (max-width:768px) {
    li.point-list-child .point-description {
        height: auto
    }
}

.point-title .point-link {
    color: #c20500;
    font-size: 11px;
    position: relative;
    text-align: left;
    margin: 5%
}

.point-sub-title {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700
}

.point-sub-title span {
    background: #ffefd6;
    font-size: 24px;
    color: #c00b01;
    padding: 5px 5px 0 5px
}

button.register-button {
    color: #fff;
    padding: 2%;
    margin-top: 2%;
    width: 40%;
    font-size: 20px;
    font-weight: 700;
    background: #c20500;
    border-radius: 3px;
    border: 1px solid #c20500;
    box-shadow: 0 5px #670000;
    transition: all .2s ease-out;
    position: relative
}

button.register-button:hover {
    box-shadow: 0 5px transparent;
    background: #fff;
    border: 1px solid #c20500;
    color: #c20500
}

button.register-button:after {
    content: '\f054';
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    font-display: swap;
    color: #fff;
    right: 5%
}

button.register-button:hover:after {
    color: #c20500
}

@media screen and (max-width:768px) {
    button.register-button {
        width: 60%
    }
}

.ranking-list {
    display: flex;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ranking-list .ranking-label {
    padding: 2px 10px
}

.ranking-list .ranking-label.rank-1 {
    background: #db9014;
    color: #fff
}

.ranking-list .ranking-label.rank-2 {
    background: #b7b6b6;
    color: #fff
}

.ranking-list .ranking-label.rank-3 {
    background: #974f0e;
    color: #fff
}

.ranking-list .ranking-label.rank-4 {
    background: #b7b6b6
}

span[name=taxFeeLittle],
span[name=taxFee],
span[name=taxFeeFood] {
    font-size: 100% !important
}

span[name=taxFeeLittle],
span[name=taxFee],
span[name=taxName] {
    display: inline-block
}

.ressetButton {
    background-color: #ccc;
    padding: 10px !important;
    color: #fff;
    border: 0;
    font-weight: 700
}

@media screen and (max-width:991px) {
    .open-ttl {
        background: #eee;
        border: 1px solid #CCC;
        border-radius: 3px;
        position: relative;
        padding: 10px;
        margin: 20px 0
    }

    .open-ttl::after {
        font-size: 28px;
        position: absolute;
        content: "\f107";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        font-display: swap;
        color: #c00b01;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }

    .open-ttl h2 {
        margin: 0 !important;
        border: none !important;
        padding-bottom: 0 !important
    }

    .over-flow-list {
        overflow-x: scroll
    }

    .sp-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: #333;
        border-top: 1px solid #ccc;
        display: table;
        width: 100%;
        height: 60px;
        z-index: 10
    }

    .sp-footer .ec-cartNavi {
        background: 0;
        display: block
    }

    .sp-footer .sp_cart_wrap {
        display: flex;
        position: absolute;
        justify-content: space-around;
        align-items: center;
        top: 0;
        height: 60px;
        width: 100%;
        left: auto;
        right: auto
    }

    .sp-footer .ec-cartNavi,
    .sp-footer .member_info i,
    .sp-footer .sp_cart_wrap .ec-cartNavi .ec-cartNavi__icon,
    .sp-footer a,
    .sp-footer span {
        color: #fff
    }
}

.sb__category ul>li.cat__has-sub .cat__menu-sub li.hover-menu-ttl {
    padding: 20 0
}

.date-text {
    color: #777
}

.column-cate {
    background: #000;
    display: inline-block;
    margin: 10px 0;
    padding: 5px 15px;
    font-size: 10px;
    font-weight: 700;
    color: #fff
}

.product__featured ul,
.product__new ul {
    justify-content: flex-start;
    overflow: hidden;
    flex-wrap: nowrap
}

.product__featured.column img:hover {
    border: 1px solid #c00;
    opacity: .8
}

@media screen and (min-width:992px) {
    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub {
        position: absolute;
        display: flex;
        width: 420px;
        top: -10px;
        left: 170px;
        background: #fff;
        flex-wrap: wrap;
        box-shadow: 0 0 3px #0003;
        z-index: 9;
        border-radius: 5px;
        padding: 20px
    }

    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub li {
        margin: 0;
        padding: 9pt 0;
        border-bottom: 1px solid #ebebeb;
        width: 50%
    }

    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub li a img {
        margin-right: 10px
    }

    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub li:first-child {
        width: 100%
    }

    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub li:first-child a:before {
        content: none
    }

    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub li:first-child b:after {
        content: "\f105";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        font-display: swap;
        color: #c00b01;
        padding-left: 10px;
        transform: translateY(-50%)
    }

    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub li.hover-half {
        width: 50%;
        border-bottom: 1px solid #ececee
    }

    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub li.hover-menu-ttl {
        width: 51%;
        border: 0;
        margin-right: 1%
    }

    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub li.hover-half a:before {
        content: "\f105";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        font-display: swap;
        position: absolute;
        color: #c00b01;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }

    .sb__category ul#category>li.cat__has-sub:hover .cat__menu-sub li.hover-menu-ttl {
        width: 51%;
        border: 0;
        margin-right: 1%;
        padding: 20px 0
    }
}

.slick-slide {
    padding: 0
}

ul.main_visual {
    text-align: center
}

ul.main_visual>li:not(:first-child) {
    display: none
}

#sliderBox {
    opacity: 0;
    transition: opacity .2s linear
}

#sliderBox.slick-initialized {
    opacity: 1
}

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

    .product__featured ul,
    .product__new ul {
        width: 800px;
        justify-content: flex-start;
        overflow: hidden;
        flex-wrap: nowrap
    }

    .sp .sb__delivery-date {
        display: flex;
        padding: 0;
        background: #fff
    }

    .sp .sb__delivery-date .naire-box {
        width: 30%;
        margin-right: 1%;
        background: #eee;
        color: #000;
        display: flex;
        align-items: center
    }

    .sp .sb__delivery-date .naire-box h2.ttl {
        margin: 10px auto 0;
        color: #000;
        font-size: 14px
    }

    .sp .sb__delivery-date .info {
        width: 69%;
        padding: 0
    }

    .sp .sb__delivery-date .ttl+p {
        padding: 0
    }

    .sp .sb__delivery-date .note {
        padding-top: 3px
    }

    .info dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 6px;
        background: #FFEDEC;
        color: #C00B01
    }

    .info dl:not(:last-child) {
        margin-bottom: 3px;
        background: #eee;
        color: #000;
        border: none
    }
}

.product__special li {
    position: relative
}

.product__special li.new-item:before {
    background: url(/html/plugin/Exp/assets/images/new_common/mainsmall_icon_new.png);
    background-repeat: no-repeat;
    background-size: contain
}

.product__special li.new-item:before,
.product__special li.pick-item:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    z-index: 4
}

.product__special li.pick-item:before {
    background: url(/html/plugin/Exp/assets/images/new_common/mainsmall_icon_pick.png);
    background-repeat: no-repeat;
    background-size: contain
}

.products li .product__thumb {
    position: relative
}

.products li .product__thumb.new-item:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: url(/html/plugin/Exp/assets/images/new_common/mainsmall_icon_new.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4
}

.products li .product__thumb.pick-item:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: url(/html/plugin/Exp/assets/images/new_common/mainsmall_icon_pick.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4
}

.products h4 {
    font-size: .8rem;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: -.5px
}

.bag-type-menu.li5 li {
    width: 20% !important
}

.bag-type-menu li.p-40 {
    padding: 25px 0
}

.bag-type-menu li.p-30 {
    padding: 15px 0
}

.tab-headline {
    color: #fc9829;
    border-bottom: 1px solid #eee;
    font-size: 1pc
}

.position-r {
    position: relative
}

@media screen and (min-width:768px) {
    .position-a {
        position: absolute;
        bottom: 0;
        left: 0;
        border: 1px solid #ccc;
        padding: 0 25px;
        width: 38%;
        display: table;
        vertical-align: middle
    }

    .position-r .btn_category a {
        border: 0
    }

    .position-r .btn_category {
        margin: 0
    }

    .position-r .btn_category:hover {
        background-color: #c00;
        opacity: 1
    }

    .position-r .btn_category a:hover,
    .position-r .btn_category:hover a {
        background-color: transparent;
        color: #fff;
        opacity: 1
    }

    .btn_category.position-a a:after {
        right: -5%
    }

    .btn_category.position-a a {
        padding: 18px 0;
        display: table-cell
    }
}

@media screen and (max-width:768px) {
    .position-a {
        border: 0
    }

    .position-r .btn_category a {
        border: 1px solid #ccc
    }

    .btn_category.position-a a {
        padding: 18px 0
    }
}

p {
    margin-bottom: 0
}

.product__special ul>li img {
    transition: all .3s ease-in-out
}

.product__ranking img {
    border: 1px solid transparent
}

.product__ranking img:hover {
    border: 1px solid #c00
}

.product__special a {
    transition: all .3s ease-in-out
}

.product__special a:hover,
.products a:hover {
    opacity: 1
}

.products h3 {
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.products h3 a {
    height: 30px
}

.products p.products_price span {
    font-size: .5rem;
    margin-top: 15px
}

a:hover {
    text-decoration: none;
    opacity: .5
}

@media only screen and (max-width:503px) {
    .products h3 {
        height: 30px
    }
}

.products p.products_price i {
    float: left;
    font-size: 10px
}

.products.col6 p.products_price {
    font-size: 1rem;
    margin-bottom: 0
}

.products.col6 p.products_price span {
    font-size: .25rem
}

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

    .product__featured ul>li,
    .product__new ul>li {
        margin-bottom: 10px
    }
}

.btn_category a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-out
}

.btn_category a:hover {
    background-color: #c00;
    color: #fff;
    opacity: 1
}

.frame-border-shadow.color--red {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-out;
    position: relative;
    padding-bottom: 20px
}

.frame-border-shadow.color--red:hover {
    background-color: #ffeded;
    color: rgba(26, 80, 152, .8)
}

.frame-border-shadow.color--red:hover .sub_title,
.frame-border-shadow.color--red:hover .text,
.frame-border-shadow.color--red:hover .title,
.frame-border-shadow.color--red:hover a,
.frame-border-shadow.color--red:hover img {
    color: #000;
    opacity: .75
}

.products .products_price {
    font-size: 1.8rem;
    color: #c00b01;
    line-height: 1;
    font-weight: 600;
    display: flex
}

.products .products_price p {
    font-size: .8em;
    margin-top: 5px
}

.products .products_price i {
    margin-right: 5px;
    font-weight: 400;
    display: inline-block;
    padding: 5px;
    font-style: normal;
    font-size: .6rem;
    background: #c00b01;
    color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center
}

.products .products_price span {
    font-size: .5rem
}

.product__special ul>li:hover img {
    opacity: 1
}

@media screen and (max-width:545px) {
    .sb__category ul li a {
        font-size: 13px;
        font-weight: 700
    }

    .category-top.sb__category ul>li>a:before {
        right: 5px
    }

    .sb__category ul li a {
        padding-right: 20px
    }

    .products .products_price {
        padding: 5px 0 0;
        text-align: center;
        align-items: center;
        font-size: 1.3rem
    }

    .products .products_price p {
        width: auto;
        text-align: start
    }

    .products .products_price i {
        font-size: 10px;
        height: 30px;
        width: 2pc;
        padding: 5px 0 0
    }

    .product__featured {
        margin-bottom: 50px
    }

    .sp-accordion.main-contents-headline {
        position: relative
    }

    .more_btn_box {
        pointer-events: all;
        position: absolute;
        right: 10px;
        top: 0;
        margin: 0;
        width: 100%
    }
}

.ttl.top-section-title {
    line-height: 2
}

.frame-border-shadow.color--red {
    position: relative
}

.frame-border-shadow.color--red a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1
}

.reason-point .title {
    cursor: pointer;
    color: #c00b01;
    font-weight: 700
}

.reason {
    position: relative
}

.reason .more_btn_box {
    top: 15px
}

.reason-point .text {
    text-align: left
}

.production-example-anniversary {
    margin-top: 75pt
}

.production-example-anniversary .sentence {
    font-size: 15px;
    line-height: 1.7;
    margin: 1em 0 0
}

.production-example-anniversary-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    width: 100%
}

.production-example-anniversary-list {
    padding: 5px;
    width: 33%
}

.production-example-anniversary-list p {
    margin-top: 10px;
    font-size: 12px
}

.more-info_btn {
    background-color: #c00;
    pxborder-radius: 5px;
    display: table
}

.generic-heading {
    position: relative;
    border-bottom: 3px solid #c00;
    float: none;
    margin: 0;
    padding-bottom: .2em
}

.generic-heading_headline {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.common-right-link .more-info_btn {
    margin: 0 0 0 auto
}

.common-right-link {
    margin: 20px 0 0
}

.more-info_btn-body {
    display: table-cell;
    vertical-align: middle;
    height: 2em;
    padding: 0 3em;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #fff
}

.text-right {
    text-align: right
}

.mt10 {
    margin-top: 10px
}

@media only screen and (max-width:768px) {
    .production-example-anniversary-list {
        width: 49%
    }

    .bag-type-wrap #sliderBox2>li:not(:first-child) {
        display: none
    }
}

.production-example-anniversary-list-inner {
    display: block
}

.category-top .cat__menu li {
    border-top: 1px solid #ccc;
    border-bottom: 0
}

.category-top .cat__menu .cat__menu-sub li {
    border-bottom: 0;
    border-top: 0
}