@charset "utf-8";
body {
    /*background: linear-gradient(135deg, #FFF, #A5C264);*/
    font-family: 'Kosugi Maru', sans-serif;
}


/* --------------------
 Header
-------------------- */

header.l-header {
    background: #FFF;
    /*border-bottom: 5px solid #ff7800;*/
}

.b-login__link {
    background-color: #A5C264;
    border-radius: 100px;
    color: #FFF;
}

.b-header__logo-link {
    color: #333;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 30px;
}


/* --------------------
 footer 
-------------------- */

.b-footer__body {
    background-image: none;
    border-radius: 0px;
    background: none;
}

footer.l-footer {
    background: #333;
    /*background: linear-gradient(135deg, #A5C264, #59694D);*/
}

.b-footer__bottom-contents {
    border-top: #FFF solid 1px;
}

.c-scroll-to-top__text,
.b-footer__navi-link,
a.b-footer__menu-link,
.b-footer__copy-text,
.b-footer__logo-link-text {
    color: #FFF;
}

@media screen and (max-width: 480px) {
    .b-footer__bottom-contents {
        border-top: #FFF solid 0px;
    }
}


/* --------------------
 ドロワー 
-------------------- */

.l-drawer__body {
    background-color: rgba(255, 255, 255, 0.8);
}

.b-category-nav-sp,
.b-login-sp {
    background-color: rgba(255, 255, 255, 0);
}

.b-search-product {
    background-color: rgba(255, 255, 255, 0.5);
}

.b-login-sp__link,
.l-drawer__sns-label,
.b-category-nav-sp__name {
    color: #333!important;
}

.b-nav-sp__button:after,
.b-nav-sp__button:before,
.l-drawer__button--close:after,
.l-drawer__button--close:before {
    background: #333!important;
}


/* --------------------
 TOP main
-------------------- */

.l-main {
    background: #FFF;
    /*background: linear-gradient(-35deg, #FFF 80%, #EEDDBB);*/
}

.main-contents {
    margin: 0 auto;
    position: relative;
    background: url(/html/user_data/assets/img/common/main.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.main-txt-wrap {
    text-align: center;
}

.main-ttl {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: center;
    font-size: 8.0em;
    background-image: -webkit-linear-gradient(left, transparent, #FFF 65%, #FFF 35%, transparent);
    background-image: linear-gradient(to right, transparent, #FFF 65%, #FFF 35%, transparent);
    background-position: center;
    background-repeat: no-repeat;
    color: #333;
    margin: 0;
    padding: 200px 0;
}

.main-ttl span {
    display: block;
    font-size: .15em;
}

.b-new-item {
    margin: 60px auto;
}

.top-logo-img {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 890px) {
    .main-ttl {
        top: -10vh;
        font-size: 6.0em;
    }
}

@media screen and (max-width: 480px) {
    .main-ttl {
        top: -10vh;
        font-size: 5.0em;
    }
}


/* 商品一覧 */

.b-new-item__body {
    padding: 60px 0 60px;
    border-radius: 0px;
    /*background: #92ABA5;*/
    background: #FFF;
}

.b-new-item {
    width: 100%;
    max-width: 100%;
    margin: 60px auto 0;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.b-new-item__product-name {
    position: relative;
    top: 10px;
    color: #333;
}

.b-new-item__list {
    justify-content: center;
}

.b-new-item__title {
    text-align: left;
    align-items: flex-start;
}

.b-new-item__title--main {
    color: #333;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 49px;
    letter-spacing: -.025em;
    line-height: 1.2;
    text-indent: -.05em;
}

.b-new-item__product-price--number {
    color: #333;
    margin-top: 10px;
}

.b-new-item__title--sub {
    font-size: .9em;
    color: #333;
}

.b-new-item__list-item {
    padding: 20px 10px;
}

.b-new-item__product-image {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #A5C264;
}

.b-new-item__product-name {
    position: relative;
    top: 10px;
}

.b-new-item__product-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-image: linear-gradient(0deg, #92ABA5 0, rgba(146, 171, 165, .77) 18%, rgba(183, 199, 197, .25) 59%, rgba(255, 255, 255, .02) 76%);
    opacity: 0;
    transition: opacity 175ms 0s cubic-bezier(.4, 0, 1, 1)
}

.b-new-item__product-link:hover .b-new-item__product-image:after {
    opacity: .5;
    background-color: #FFF;
    border: 5px solid #A5C264;
}

.b-new-item__product-price--unit {
    color: #333;
}


/* 文字色変更 */

.c-button--outlined.is-secondary {
    border-color: #A5C264;
    color: #A5C264;
    border-radius: 18px;
    padding-left: 2.1em;
    padding-right: 2.1em;
}

.is-active .p-cart__progress-label {
    color: #A5C264;
}

a {
    color: #A5C264;
}

.p-cart__total-price {
    color: #333;
}


.p-shopping__pay-total-detail--main {
    color: #333;

}
.is-active .p-shopping__progress-label {
    color: #A5C264;
}

.is-active .p-shopping__progress-number {
    color: #fff;
    background: #A5C264;
}
@media screen and (max-width: 1060px) {
    .b-new-item__list-item {
        padding: 20px 10px;
        width: 50%;
    }
    .b-new-item__product-contents {
        position: relative;
    }
    .b-new-item__product-link {
        text-decoration: none;
    }
}

@media screen and (max-width: 769px) {
    p.b-new-item__product-price.mt10 {
        position: relative;
        top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .b-new-item__product-contents {
        padding: 0px;
    }
    .b-new-item__product-name {
        top: 20px;
        font-size: .6em;
    }
    .b-new-item__product-name {
        top: 30px;
        font-size: .65em;
    }
}

p.b-new-item__product-price.mt10 {
    top: 30px;
}


/* --------------------
 News
-------------------- */

.b-news-wrap {
    /*background: linear-gradient(-160deg, #FFF 50%, #A5C264);*/
    padding: 150px 0 60px;
}

.b-news {
    margin: 0px auto;
}

.b-news__post {
    border-bottom: #A5C264 solid 1px;
}


/* --------------------
 商品詳細
-------------------- */

.c-detail-product {
    flex-wrap: wrap;
}

.c-detail-product__gallery {
    width: 30%;
}

.c-detail-product__profile {
    width: 70%;
}

div#js-detail-product__gallery-thumbs {
    display: none;
}

.center-ttl {
    font-weight: bold;
    font-size: 1.25em;
}

.Details-wrap {}

.Details-wrap dl {}

.Details-wrap dt {
    background-color: #eaeaea;
    padding: 5px 0;
}

.Details-wrap dd {
    margin: 0;
}

h1.c-detail-product__title {
    color: #333;
}

.c-detail-product__price-selling--number {
    color: #333;
}

.c-detail-product__price-selling--tax {
    color: #333;
}

.c-detail-product__code--number,
.c-detail-product__price-normal--number {
    color: #333;
}

.c-detail-product__code--label,
.c-detail-product__price-normal--label {
    color: #333;
}

.p-product__title-text {
    color: #333;
}

.c-button--unelevated.is-secondary {
    background-color: #A5C264;
}

.c-button--unelevated.is-secondary:disabled {
    background: rgba(165, 194, 100, 0.7);
}

.is-active .p-cart__progress-number {
    color: #fff;
    background: #A5C264;
}


/* --------------------
 キャンセル・返品・交換
-------------------- */

.p-problem {
    width: 100%;
    max-width: 1322px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 3.5em;
	margin-bottom: 3.5em;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.p-problem__box {
    padding: 0 2rem;
}

.p-problem__sub {
    margin: 3rem -2rem 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}

.p-problem__box p {
    margin: 0 0 0.5rem;
}

.p-problem__box .c-button--unelevated {
    display: flex;
    max-width: 200px;
    height: 40px;
    margin-top: 2rem;
    text-decoration: none;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
}

.c-button-tel {
    display: inline-block;
    margin-left: 1rem;
    color: #577d92;
	text-decoration: none;
}

.p-problem__box ul {
    padding-left: 1rem;
    list-style: none;
}

.p-problem__box li {
    padding-left: 1.25rem;
    font-size: 0.9rem;
    text-indent: -1.25rem;
}

.p-problem__note {
    display: block;
    padding: 0.4rem 1rem;
    color: #fff;
    background: #4f7284;
}

.p-problem__box:last-child {
    margin: 4rem 0 8rem;
}

.p-problem__point {
    display: block;
    font-size: 0.7rem;
    line-height: 2;
}

ul .p-problem__point {
    padding-left: 1rem;
}

.p-problem__box .sp {
    display: none
}

.c-button--unelevated.is-primary {
    background-color: #A5C264;
}

.p-problem__note {
    background: #A5C264;
}
@media screen and (max-width: 479px) {
    .p-problem__box {
        padding: 0;
    }
    .p-problem__sub {
        margin: 2.4rem 0 1rem;
        font-size: 1.1rem;
    }
    .p-problem__point {
        margin-top: 0.4rem;
        line-height: 1.6;
    }
    .p-problem__box .c-button--unelevated {
        margin-top: 1rem;
        margin: 0 auto;
    }
    .p-problem__box ul {
        padding-left: 0;
    }
    .p-problem__box:last-child {
        margin: 2rem 0 4rem;
    }
}

dl.l-drawer__sns {
    display: none;
}