@charset "UTF-8";

:root {
    scroll-behavior: inherit;
}

body {
    color: black;
    font-family: 'Nunito', 'Kosugi Maru', sans-serif;
}

/*
eccube style reset
*/

.ec-blockBtn--action,
.ec-progress .ec-progress__number {
    background: #8AC75A !important;
}

.ec-progress .is-complete .ec-progress__number {
    background: #018a48 !important;
    transform: scale(1.35);
}

.ec-progress .is-complete .ec-progress__label {
    color: #018a48 !important;
    transform: scale(1.15);
    padding-top: .5em;
}

.product_page .ec-blockBtn--action {
    background: #018a48 !important;
}

.ec-cartHeader .ec-cartHeader__label,
.ec-cartHeader-answer,
a.ec-inlineBtn--action,
.ec-rectHeading h2 {
    background: #018a48 !important;
    color: white;
}

.ec-blockBtn--cancel {
    background: #fcefbf !important;
    color: black !important;
}

.ec-alert-warning {
    background: #f7dddc;
    border: 1px solid #f4cbca;
}

.ec-alert-warning .ec-alert-warning__text {
    color: #82322f;
}

.ec-zipInput input {
    min-width: 11em;
}

/*
miyamoto style
*/

.text-green {
    color: #3FA037 !important;
}

.text-yellow-green {
    color: #8AC75A !important;
}

.text-yellow-yellow-green {
    color: #BFE379 !important;
}

.text-dark-green {
    color: #3FA037 !important;
}

.text-dark-dark-green {
    color: #284e12 !important;
}

.bg-green {
    background: #8AC75A !important;
}

.bg-dark-green {
    background: #018a48 !important;
}

.bg-dark-dark-green {
    background: #284e12 !important;
}

.bg-yellow-green {
    background: #8AC75A !important
}

.bg-light-green {
    background: #eff6ec !important;
}

.bg-yellow {
    background: #fcefbf !important;
}

.bg-orange {
    background: #ff9900 !important;
}

.border-green {
    border-color: #BFE379 !important;
}

.border-yellow-green {
    border-color: #8AC75A !important;
}

.border-darkgreen {
    border-color: #3FA037 !important;
}

.border-dark-darkgreen {
    border-color: #284e12 !important;
}

.border-green-hover {
    transition: all .2s ease;
}

.border-green-hover:hover {
    border-color: #8ac75a !important;
}

.bg-gray {
    background: #ecf0f4 !important;
}

.bg-blue {
    background: #7ba4e4 !important;
}

.main-contents .maxWidth {
    padding-top: 0 !important;  /* 上部の余白を削除 */
}

.main-contents img {
    margin-top: 10px;
    max-width: 100%;
}

/* メンテナンスバナーの余白調整 */
.main-contents .row.mb-4 {
    margin-bottom: 1.5rem !important;  /* バナー間の間隔を調整 */
}

@media (max-width: 768px) {
    .main-contents .row.mb-4 {
        margin-bottom: 1rem !important;  /* スマホ表示時の間隔 */
    }
}

.maxWidth {
    max-width: 980px !important;
}

.slider {
    opacity: 0;
    transition: opacity .3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}

.tooltip.fade {
    opacity: 1;
    font-size: 16px;
}

.tooltip .tooltip-inner {
    max-width: 300px;
    white-space: nowrap;
}

.triangle {
    width: 27px;
    height: 36px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.triangle-bottom {
    width: 36px;
    height: 27px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    z-index: 2;
}

span.r-num {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background: black;
    color: white;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 80%;
}

/*ヘッダー*/
.ec-layoutRole__header {
    z-index: 11;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 10%), 0 2px 2px rgba(0, 0, 0, 6%), 0 0 2px rgba(0, 0, 0, 7%);
}

.have_curtain .ec-overlayRole {
    z-index: 12;
}

.ec-headerNaviRole {
    max-width: none;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: 100%;
    display: flex;
    align-items: center;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    width: 30%;
}

.logo img.logo01 {
    height: 40px;
}

.logo img.logo02 {
    height: 50px;
}

.ec-headerNaviRole .banner {
    background: #026837;
}

.ec-headerNaviRole .banner span {
    color: #ffce3b;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: inherit;
}

ul.menu {
    display: flex;
    margin-bottom: 7px;
}

ul.menu img {
    width: 33px;
}

ul.menu p {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding-top: 5px;
}

ul.menu li {
    width: 100px;
    position: relative;
    text-align: center;
}

ul.menu li:hover {
    background: #deeeff;
}

ul.menu a:hover {
    text-decoration: none;
}

ul.menu li+li::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #9fc1a2;
    display: inline-block;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}

.ec-headerNavSP {
    position: static;
    z-index: 0;
}

.ec-headerNaviRole .fa-bars {
    position: static;
    transform: none;
}

.ec-cartNavi .ec-cartNavi__badge {
    background: #e54657;
}

.ec-cartNavi {
    height: 40px;
}

.ec-layoutRole__header .headerSearch {
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    visibility: hidden;
}

.ec-layoutRole__header.active .headerSearch {
    opacity: 1;
    z-index: 2;
    overflow: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.ec-headerNavSP .triangle {
    clip-path: polygon(0 100%, 100% 100%, 50% 0);
    width: 24px;
    margin-left: -12px;
    bottom: -22px;
    height: 20px;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
}

.ec-layoutRole__header.active .triangle {
    opacity: 1;
    z-index: 2;
    overflow: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ec-drawerRole .ec-itemNav__nav li {
    float: inherit;
}

.ec-drawerRole .ec-itemNav__nav i {
    cursor: pointer;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
    font-size: 15px;
    padding: 20px 1em;
    background: transparent;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    font-size: 15px;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav ul {
    display: none;
    left: 0;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav ul .img-wrap {
    min-width: 50px;
    width: auto;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav ul li.active {
    background: #ececec;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
    background: transparent;
}

@media (min-width: 768px) {
    .logo img.logo01 {
        height: 49px;
    }

    .login {
        background: linear-gradient(to bottom, #a5d2ff, #50a6fd);
        border-radius: 5px;
    }

    .ec-headerNaviRole .ec-headerRole__cart {
        display: none;
    }

    .ec-cartNavi .ec-cartNavi__icon {
        color: #222;
        font-size: 22px;
    }

    .ec-cartNavi .ec-cartNavi__badge {
        top: -5px;
        left: -7px;
    }

    .header-bottom .ec-itemNav {
        text-align: left;
    }

    .header-bottom .ec-categoryNaviRole {
        padding: 0;
    }

    .header-bottom .ec-itemNav__nav li ul {
        overflow: hidden;
        height: 0;
        background: white;
        box-shadow: 0 0 5px #ccc;
    }

    .header-bottom .ec-itemNav__nav li ul li a {
        border-bottom: 0;
        padding: 3px 14px;
        font-size: 15px;
        font-weight: 500;
        color: #222;
        background: white;
    }

    .header-bottom .ec-itemNav__nav h2 {
        margin: 10px 10px 0 0;
        background: linear-gradient(to bottom, #d8815e, #9e4a27);
        font-size: 15px;
        font-weight: 600;
        padding: 1em 2em;
        border-radius: 0 5px 0 0;
        border: 1px solid #a54e2a;
        border-bottom: 0;
        color: white;
    }

    .header-bottom .ec-itemNav__nav h2::after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        color: white;
        padding-left: 4px;
    }

    .ec-itemNav__nav li ul li ul:before {
        color: #ccc;
        top: calc(1.5em + 3px);
        left: -12px;
    }

    .header-bottom .ec-itemNav__nav>li:hover li:hover>a {
        background: #e5f4ff;
    }

    .header-bottom .ec-itemNav__nav>li:hover>ul {
        overflow: visible;
        height: auto;
        padding: 1em 5px;
    }

    .header-bottom .ec-itemNav__nav li:hover>ul {
        overflow: visible;
        height: auto;
        padding: 1em 10px;
    }

    .header-bottom .ec-itemNav__nav li ul li a {
        width: 190px;
    }
}

@media (max-width: 767px) {
    .ec-headerNaviRole__nav {
        display: none !important;
    }

    .header-bottom .ec-headerRole__cart {
        display: none;
    }

    .header-bottom .ec-categoryNaviRole {
        display: none !important;
    }

    .header-bottom {
        justify-content: center;
        padding-right: 0;
        padding-top: 10px;
    }

    .ec-headerNaviRole {
        padding: 1em 1em 10px;
    }

    .ec-cartNavi {
        padding: 0;
    }

}


/*トップガイド*/
#top-guide ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    flex-wrap: wrap;
}

#top-guide ul li+li {
    margin-left: 1em;
}

.guide-register {
    background: #ffedcc;
    text-align: center;
    width: 240px;
    white-space: nowrap;
}

.guide-register a {
    display: block;
}

.guide-register p span {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.guide-register .btn1 {
    background: linear-gradient(to bottom, #ffba54, #fd9427);
    color: white;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #f99000;
    width: 90%;
    margin: 0 auto;
    padding: 8px;
    border-radius: 5px;
}

li.guide-register .btn2 {
    background: linear-gradient(to bottom, white, #ececec);
    padding: 5px 0;
    width: 90%;
    font-size: 12px;
    margin: 5px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: black;
}

@media (min-width: 768px) {
    .guide_sp {
        display: none;
    }
}

@media (max-width: 1023px) {
    .guide-register {
        background: none;
        width: 90%;
        margin-top: 1em;
        margin-left: 0;
    }
}


/*スライダー*/

.slick-slide img {
    width: 100%;
}

#slider .arrow {
    background: #571f07;
    height: 100%;
    position: absolute;
    z-index: 10;
    border: none;
    width: 30px;
}

#slider .prev {
    top: 0;
    left: 485px;
}

#slider .next {
    top: 0;
    right: 485px;
}

#slider .prev::before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #777;
    font-weight: bold;
}

#slider .next::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #777;
    font-weight: bold;
}

#slider .slick-slider {
    margin-bottom: 50px;
}

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

#slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

#slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#slider .slick-dots li button:hover,
#slider .slick-dots li button:focus {
    outline: none;
}

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

#slider .slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;

}

#slider .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

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

#slider .slide {
    position: relative;
    max-width: 100vw;
}

.slide-txt {
    position: absolute;
}

.slide-txt p {
    color: white;
    font-size: 45px;
    text-shadow: 1px 1px 5px #222;
    white-space: nowrap;
    font-weight: bold;
}

.slide1 .slide-txt {
    top: 10%;
    left: 10%;
}

.slide2 .slide-txt {
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
}

.slide3 .slide-txt {
    bottom: 3em;
    left: 8%;
}

.slide4 .slide-txt {
    bottom: 2em;
    right: 5%;
    text-align: right;
}

.slide5 .slide-txt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (min-width: 900px) {
    #slider .slick-slide img {
        padding: 0 10px;
    }

    #slider .slick-slide:not(.slick-center) {
        -webkit-filter: opacity(.5);
        -moz-filter: opacity(.5);
        -o-filter: opacity(.5);
        -ms-filter: opacity(.5);
        filter: opacity(.5);
        transition: .2s linear;
    }

}

@media (max-width: 767px) {
    .slide-txt p {
        font-size: 25px;
    }
}

/*メインコンテンツ*/


#main section+section {
    padding: 2.5em 0 0;
}

/*トップ*/
#page_homepage .TopTitle {
    position: relative;
    width: 164px;
    margin-bottom: -7px;
}

#page_homepage .TopTitle h2 {
    position: absolute;
    top: 0;
    font-weight: 700;
}

#page_homepage .TopTitle img {
    padding-top: 7px;
}

@media(min-width:768px) {
    #page_homepage .TopTitle {
        width: 260px;
        margin-bottom: -28px;
    }

    #page_homepage .TopTitle h2 {}
}

/*
商品カテゴリー
*/
#TopCategory ul {
    min-width: 980px;
}

#TopCategory div::-webkit-scrollbar {
    display: none;
}

#TopCategory li {
    width: 100%;
}

#TopCategory li a {
    margin-bottom: 1em;
    display: block;
}

#TopCategory li p {
    text-align: center;
    font-size: 16px;
}

#TopCategory .slick-slider li:nth-of-type(2n+1) .ratio {
    /*background: #cfe2f3ff;*/
}

#TopCategory .slick-slider li:nth-of-type(6n-4) .ratio {
    /*background: #f4ccccff;*/
}

#TopCategory .slick-slider li:nth-of-type(6n-3) .ratio {
    /*background: #fff2ccff;*/
}

#TopCategory .slick-slider li:nth-of-type(6n-2) .ratio {
    /*background: #d9ead3ff;*/
}

@media(min-width:767px) {
    #TopCategory li {
        width: calc(100% / 8);
    }
}

/*商品スライダー*/
.slick-slider img {
    height: 100%;
}

.item-img {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slider li {
    padding: 0 10px;
    max-width: 323px;
}

.slick-slider .arrow {
    background: #036a31;
    width: 29px;
    height: 30px;
    opacity: .7;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
}

.slick-slider .prev {
    top: calc(50% - 15px);
    left: 7px;
}

.slick-slider .next {
    top: calc(50% - 15px);
    right: 7px;
}

.slick-slider .arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 4px);
}

.slick-slider .prev::before {
    transform: rotate(-135deg);
    left: calc(50% - 3px);
}

.slick-slider .slick-disabled {
    display: none !important;
}

.slick-slider p.name {
    margin: 10px 0;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    white-space: pre-wrap;
}

.slick-slider p.price {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.slick-slider p.price small {
    color: #222;
    font-size: 11px;
    white-space: nowrap;
}

.slick-slider a:hover img {
    opacity: .7;
}

/*お知らせ*/
#TopNews {
    background: #bbdbf376;
}

.ec-newsRole {
    padding: 0;
}

.ec-newsRole .ec-newsRole__newsHeading {
    cursor: inherit;
}

.ec-newsRole__newsTitle a {
    color: #222;
    font-weight: normal;
    font-size: 14px;
}

.ec-newsRole .ec-newsRole__newsDate {
    margin: 0;
    font-size: 14px;
    color: #222;
}

.ec-newsRole .ec-newsRole__newsClose {
    display: none;
}

.ec-newsRole .ec-newsRole__newsColumn {
    min-width: calc(100% - 140px);
}

.ec-newsRole .ec-newsRole__newsItem {
    padding: 5px 0;
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
    border: 0;
    padding: 5px 0;
}

.news-link {
    display: none;
    text-align: right;
}

.news-link a {
    color: #9b6f58;
    font-size: 14px;
}

@media (min-width: 768px) {
    .ec-newsRole .ec-newsRole__newsHeading {
        display: flex;
        align-items: center;
    }

    .ec-newsRole .ec-newsRole__news {
        border: none;
        padding: 0;
    }

    .ec-newsRole {
        padding: 0;
    }

    .ec-newsRole .ec-newsRole__newsDate {
        font-size: 16px;
        min-width: 140px;
    }

    .ec-newsRole__newsTitle a {
        font-size: 16px;
    }
}

#TopMenu img.icon {
    max-height: 78px;
    object-fit: contain;
}

.clipWrap {
    position: relative;
    padding-top: 11px;
}

.clipWrap img.clip {
    position: absolute;
    width: 50px;
    top: -23px;
    left: calc(50% - 25px);
}

@media (min-width: 768px) {
    #TopMenu img.icon {
        height: 54px;
    }
}

/*
ご利用ガイド
*/
#TopGuide h2:before {
    content: none;
}

#TopGuide h2 img {
    height: 36px;
    width: 36px;
    object-fit: contain;
}

#TopGuide .useful img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

#TopGuide .TopGuide-btn p {
    font-size: 17px;
}

#TopGuide .TopGuide-btn img {
    width: 100px;
}

/*
その他
*/
.ec-footerRole h2 {
    margin: 0 0 1em;
    font-size: 1.6rem;
    text-align: left;
}

.ec-footerRole h2 span {
    padding: 3px 6px;
    margin-right: 6px;
    border-radius: 2px;
    color: white;
}

.ec-footerRole h2:before {
    content: none;
}

.ec-footerRole ul li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ec-blockTopBtn {
    bottom: 67px;
}

.ec-footerRole ul li+li a::before {
    content: '｜';
    padding: 0 .2em;
}

.ec-footerRole .links a {
    font-size: 12px;
}

@media (min-width: 768px) {
    .ec-footerRole ul a {
        font-size: 15px;
    }
    .ec-footerRole ul li {
    list-style: none;
}
}

/*サイドメニュー*/

#side-menu ul img {
    width: 45px;
    padding-right: 3px;
}

#side-menu .ec-itemNav__nav li a {
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
}

#side-menu .ec-categoryNaviRole {
    padding: 0;
}

#side-menu .ec-itemNav {
    text-align: left;
}

#side-menu .ec-categoryNaviRole {
    max-width: 250px;
}

#side-menu .ec-itemNav__nav>li:hover>a {
    background: #f6eee3;
}

@media (min-width: 768px) {
    #side-menu .ec-itemNav__nav li {
        float: none;
        width: 222px;
    }

    #side-menu .ec-itemNav__nav li a {
        text-align: left;
    }
}

/*サービス*/

ul.ser-list li a {
    color: #222;
}

ul.ser-list li a:hover {
    color: #d86363;
    text-decoration: none;
}

ul.ser-list li+li {
    padding-top: 8px;
}

ul.ser-list li::before {
    content: "\f138";
    font-family: 'Font Awesome 5 Free';
    color: #9c5e47;
    padding-right: 5px;
    font-weight: bold;
}

/*
商品一覧
*/
#ProductTitle {
    min-height: 150px;
}

#ProductCategory {
    margin-bottom: 1rem;
}

#ProductCategory ul {
    min-width: 980px;
}

#ProductCategory li {
    width: 100%;
}

#ProductCategory li a {
    margin-bottom: 1em;
    display: block;
}

#ProductCategory li p {
    text-align: center;
    font-size: 16px;
}

#ProductCategory div::-webkit-scrollbar {
    display: none;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    align-items: baseline;
    height: auto;
}

#page_product_list .ec-layoutRole__contents {
    padding-top: 0;
}

.ec-shelfGrid li img.selfMedi {
    height: 1.5em;
}

.ec-shelfGrid li p.small {
    font-size: 12px;
}

.ec-shelfGrid .product_description_list {
    white-space: pre-line;
}

.ec-shelfGrid .product_description_list.readmore {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ec-shelfGrid .active .product_description_list {
    display: block;
    overflow: visible;
}

.ec-pager {
    font-size: 18px;
}

@media (min-width: 767px) {
    #ProductCategory li {
        width: calc(100% / 8);
    }
}

/*
商品詳細ページ
*/
#page_product_detail .slick-slider {
    margin-bottom: 30px;
}

#page_product_detail .slide-item {
    cursor: zoom-in;
}

#page_product_detail .slick-arrow {
    outline: none;
}

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

#page_product_detail .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

#page_product_detail .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#page_product_detail .slick-dots li button:hover,
#page_product_detail .slick-dots li button:focus {
    outline: none;
}

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

#page_product_detail .slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;

}

#page_product_detail .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

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

#page_product_detail .slick-arrow {
    width: 40px;
    height: 40px;
    z-index: 2;
}

#page_product_detail .ec-layoutRole__contents {
    padding-top: 0;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px;
    font-weight: bold;
}

.ec-productRole form#form1 .ec-select select {
    min-width: auto;
    max-width: inherit;
    width: 100%;
}

.ec-productRole form#form1 .questionWrap {
    display: flex;
    padding: .25em 0;
    flex-wrap: wrap;
}

.ec-productRole form#form1 .questionWrap .questionText {
    width: 35%;
    padding: 0 1em;
}

.ec-productRole form#form1 .questionWrap .questionText h4 span {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background: black;
    color: white;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 80%;
}

.ec-productRole form#form1 .questionWrap .questionForm {
    width: 65%;
    padding: 0 1em;
}

.ec-productRole form#form1 .questionWrap .questionForm>div {
    display: flex;
    flex-wrap: wrap;
}

.ec-productRole form#form1 .questionWrap .questionForm .form-check {
    margin-right: 1em;
}

#page_product_detail .tags p {
    font-size: 12px;
}

#page_product_detail .tags img {
    height: 1.5em;
}

.ec-productRole form#form1 {
    background: #eff6ec;
    padding: 1rem;
    padding-bottom: 0;
}

.ec-price .ec-price__price {
    font-size: 25px;
}

#page_product_detail .ec-numberInput input[type='number'] {
    margin-bottom: 0;
}

#page_product_detail .bg-light-green {
    background: #eff6ec;
}

@media(max-width:767px) {
    .ec-productRole form#form1 .questionWrap .questionText {
        width: 100%;
        padding: 0;
    }

    .ec-productRole form#form1 .questionWrap .questionForm {
        width: 100%;
        padding: 0;
    }
}

/*SPメイン*/
#main_sp {
    padding: 0 10px;
}

#main_sp h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #93462b;
    font-weight: 550;
}

#main_sp .slick-slider {
    display: flex;
    white-space: nowrap;
    padding-bottom: 10px;
}

#main_sp ul.list-banner {
    display: flex;
    flex-wrap: wrap;
}

#main_sp ul.list-banner li {
    width: 50%;
}

#main_sp .list-banner img {
    padding: 3px;
}

#main_sp section:nth-child(n+3) {
    border-top: 1px solid #debea7;
    margin-top: 2em;
}

#main_sp section {
    padding-top: 2em;
}

/*トップガイドSP*/

#top-guide_sp ul li {
    width: calc(100% /3);
    text-align: center;
}

#top-guide_sp ul {
    display: flex;
    flex-wrap: wrap;
}

#top-guide_sp li.guide-register {
    width: 100% !important;
    background: none;
    margin-top: 1em;
}


#top-guide_sp ul li img {
    width: 60px;
    margin-bottom: 10px;
}

#top-guide_sp ul li p {
    font-size: 13px;
}

#top-guide_sp ul li span {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(to bottom, white 60%, #fff201 40%);
}

@media (max-width: 767px) {
    .guide_pc {
        display: none;
    }
}

/*カテゴリメニューSP*/

#main_sp #side-menu .ec-categoryNaviRole {
    max-width: 100%;
}

.ec-categoryNaviRole {
    display: block !important;
}

.ec-itemNav__nav li a {
    border: 0;
}

#main_sp .ec-itemNav__nav {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

#main_sp .ec-itemNav__nav li {
    width: calc(100% / 3);
}

#main_sp #side-menu .ec-itemNav__nav li a {
    font-size: 12px;
    text-align: center;
}

#main_sp #side-menu ul img {
    width: 90%;
    padding-right: 0;
}


@media (min-width: 768px) {
    #main_sp {
        display: none;
    }
}


/*フッター*/
.ec-footerRole {
    border-top: 0;
    color: #333;
}

.ec-footerRole h2 {
    background: #cfe2f3ff;
}

.ec-footerRole ul {
    border-radius: 2rem;
}

.ec-footerRole .goTop span {
    background: rgba(0, 0, 0, .4);
}

.footer_pc .footer-list {
    display: flex;
    padding: 0 1em;
}

.footer_pc .footer-list ul {
    width: calc(100%/4);
    padding: 0 1em;
}

.footer_pc .footer-list h2 {
    font-size: 16px;
    font-weight: 600;
    color: #a34f2d;
}

.footer_pc .footer-list ul li a {
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

.footer_pc .footer-list ul+ul {
    border-left: 1px solid #e6cec5;
}

.footer_pc .footer-list ul:last-child {
    border: 0;
}

li.contact-link img {
    width: 100%;
}


li.contact-link a {
    background: #a34f2d;
    color: white !important;
    font-size: 16px !important;
    width: 100%;
    max-width: 300px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.sns {
    margin-top: 10px;
}

.sns img {
    width: 40px;
}

.ec-footerTitle__logo p {
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.ec-footerTitle__logo img {
    width: 80px;
}

.footer-banner ul {
    display: flex;
    padding: 0 1em;
}

.footer-banner ul li {
    margin: 5px;
    width: 175px;
}

.footer-banner img {
    width: 100%;
}

.ec-footerTitle {
    padding: 1em;
    text-align: left;
    color: #043f0b;
}

.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 12px;
    color: white;
    font-weight: normal;
}

.ec-headerNaviRole:after {
    content: none;
}

@media (min-width: 768px) {
    .ec-footerRole {
        margin-top: 40px;
    }

    .footer_sp {
        display: none;
    }

    .ec-footerRole .ec-footerRole__inner img {
        width: 49px;
    }

    .ec-footerTitle {
        padding: 1em;
        text-align: right;
        color: #043f0b;
        font-weight: 600;
    }

    .sns img {
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .footer_pc {
        display: none;
    }

    .contact-link {
        background: #f8f8f8;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        border: 1px solid #ccc;
        padding: 10px;
        border-radius: 5px;
    }

    .footer-list ul {
        padding: 30px 1em 1em;
    }

    .footer-list ul li {
        padding: 15px 0;
        border-top: 1px solid white;
        position: relative;
    }

    .footer-list ul li a {
        color: white;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }

    .footer-list ul li:last-child {
        border-bottom: 1px solid white;
    }

    .footer-list ul li:after {
        content: "\f138";
        font-family: 'Font Awesome 5 Free';
        color: white;
        padding-left: 4px;
        position: absolute;
        right: 23px;
        font-size: 20px;
        top: 50%;
        transform: translate(50%, -50%);
        font-weight: bold;
    }

    .footer-bottom ul {
        text-align: center;
    }

    .footer-bottom ul li {
        display: inline-block;
        font-size: 14px;
    }

    .footer-bottom ul li a {
        color: white;
    }

    .footer-bottom li+li::before {
        content: "|";
        color: white;
        padding: 5px;
    }


    .sns {
        text-align: center;
    }

    .sns a {
        padding: 0 10px;
    }

    .ec-footerTitle__logo {
        display: none !important;
    }
}

.bottom_menu .ec-headerSearch {
    border-radius: 2rem;
    margin-left: -46px;
    margin-bottom: 20px;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
}

.bottom_menu .triangle {
    background: #f1f4f5;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    bottom: 0;
    opacity: 0;
    z-index: -1;
    width: 24px;
    height: 20px;
    margin-left: -12px;
    margin-top: -21px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms;
    transition: opacity 450ms ease-in-out, transform 450ms ease-in-out, ease-in-out 300ms, -webkit-transform 450ms ease-in-out;
}

.bottom_menu.active .ec-headerSearch {
    opacity: 1;
    z-index: 2;
    overflow: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bottom_menu.active .triangle {
    opacity: 1;
    z-index: 2;
    overflow: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*
Top
*/
.main-contents {
    margin: 0 auto;
}

/*
TopRanking
*/

#TopProductSlide .slick-track {
    display: flex;
}

/*
cart
*/
.ec-cartAnswerRow li {
    display: table-cell !important;
}

/*
page_help_guide
*/
#page_help_guide .links img {
    max-height: 46px;
    display: block;
    margin: 0 auto;
}

#page_help_guide h2 img {
    height: 32px;
    width: 32px;
}

#page_help_guide ul {
    list-style: disc;
    padding-left: 2em;
    margin-bottom: 2rem;
}

/*
page_faq
*/
#page_faq h2 img {
    height: 32px;
    width: 32px;
}

/*
entry
*/
.ec-select select {
    height: 40px;
}

#page_entry .ec-off1Grid .ec-input input,
#page_entry .ec-off1Grid .ec-halfInput input,
#page_entry .ec-off1Grid .ec-numberInput input,
#page_entry .ec-off1Grid .ec-zipInput input,
#page_entry .ec-off1Grid .ec-telInput input,
#page_entry .ec-off1Grid .ec-select input,
#page_entry .ec-off1Grid .ec-birth input {
    height: 60px;
    font-size: 17px;
}

/*
shopping/confirm
*/
#page_shopping .ec-select__delivery,
#page_shopping_confirm .ec-select__delivery {
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

/*
sitemap
*/
