/* Product */
.p-product {
    margin-bottom: 90px;
}
/* form */
.p-product select {
    box-sizing: border-box;
    padding: 5px;
    height: 40px;
    border: 1px solid #C2C0BB !important;
    font-size: 16px;
}
.p-product input[type=text] {
    box-sizing: border-box;
    padding: 5px;
    height: 40px;
    border: 1px solid #C2C0BB !important;
    font-size: 16px;
}
.p-product-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1030px) {
    .p-product-main {
        display: block;
    }
}
.p-product-img {
    width: 530px;
}
@media screen and (max-width: 1030px) {
    .p-product-img {
        width: auto;
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 767px) {
    .p-product-img {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }
}
.p-product-img__main {
    text-align: center;
}
@media screen and (max-width: 1030px) {
    .p-product-img__main {
        margin-left: auto;
        margin-right: auto;
        width: 530px;
    }
}
@media screen and (max-width: 767px) {
    .p-product-img__main {
        width: auto;
    }
}
.p-product-img__main-item {
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-product-img__main-item {
        text-align: center;
    }
}
.p-product-img__main-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.p-product-img__main-item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-product-img__main-item img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.p-product-thumb-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 8px;
}
@media screen and (max-width: 1030px) {
    .p-product-thumb-list {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: nowrap;
    }
}
.p-product-thumb-list__item {
    box-sizing: border-box;
    margin-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    width: 20%;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
    .p-product-thumb-list__item {
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0;
        width: 90px;
    }
}
@media screen and (max-width: 767px) {
    .p-product-thumb-list__item {
        margin-right: 5px;
        width: 60px;
    }
}
.p-product-thumb-list__item:hover,
.p-product-thumb-list__item.is-current {
    opacity: 0.7;
    cursor: pointer;
}
@media screen and (max-width: 1030px) {
    .p-product-thumb-list__item img {
        width: 90px;
    }
}
@media screen and (max-width: 767px) {
    .p-product-thumb-list__item img {
        width: 60px;
    }
}
.p-product-thumb-list__img {
    /* overflow用 */
    position: relative;
    text-align: center;
}
@media screen and (max-width: 1030px) {
    .p-product-thumb-list__img {
        width: 90px;
    }
}
@media screen and (max-width: 767px) {
    .p-product-thumb-list__img {
        width: 60px;
        text-align: center;
    }
}
.p-product-thumb-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.p-product-thumb-list__img img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.p-product-img__main .slick-prev,
.p-product-img__main .slick-next {
    top: 50%;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .p-product-img__main .slick-prev,
    .p-product-img__main .slick-next {
        width: 45px;
        height: 45px;
    }
}
.p-product-img__main .slick-prev:before,
.p-product-img__main .slick-next:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transition: all 0.4s ease;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .p-product-img__main .slick-prev:before,
    .p-product-img__main .slick-next:before {
        top: 15px;
    }
}
.p-product-img__main .slick-prev {
    left: 15px;
}
@media screen and (max-width: 767px) {
    .p-product-img__main .slick-prev {
        left: 0px;
    }
}
.p-product-img__main .slick-prev:before {
    transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
    .p-product-img__main .slick-prev:before {
        left: 17px;
    }
}
.p-product-img__main .slick-next {
    right: 15px;
}
@media screen and (max-width: 767px) {
    .p-product-img__main .slick-next {
        right: 0px;
    }
}
.p-product-img__main .slick-next:before {
    left: 4px;
    transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
    .p-product-img__main .slick-next:before {
        left: 13px;
    }
}
/***** 商品情報 *****/
.p-product-info {
    width: 410px;
}
@media screen and (max-width: 1030px) {
    .p-product-info {
        width: auto;
    }
}
.p-product-info__ttl {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .p-product-info__ttl {
        font-size: 21px;
    }
}
.p-product-info__ttl img {
    vertical-align: middle;
}
.p-product-info__id {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .p-product-info__id {
        margin-top: 5px;
        font-size: 10px;
    }
}
.p-product-price {
    margin-top: 20px;
    margin-bottom: 20px;
}
.p-product-price__sell {
    font-size: 18px;
}
@media (max-width: 767.9px) {
    .p-product-price__sell {
        font-size: 30px;
        font-weight: 400;
        color: #333;
    }
}
.p-product-price__normal {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .p-product-price__normal {
        font-size: 12px;
    }
}
.p-product-price__list-price {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .p-product-price__list-price {
        font-size: 12px;
    }
}
/* オプション table */
.p-product-option-tbl {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow-x: auto;
}
.p-product-option-tbl table {
    margin-bottom: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
}
.p-product-option-tbl table div {
    display: inline-block !important;
}
.p-product-option-tbl th {
    min-width: 100px;
}
.p-product-option-tbl th,
.p-product-option-tbl td {
    padding: 12px 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 0;
    text-align: center;
}
.p-product-option-tbl label {
    display: inline-block !important;
    margin-left: 5px;
    margin-bottom: 0;
}
.p-product-option-tbl input {
    margin-top: 0;
}
/* オプション select */
.p-product-option-select {
    margin-top: 30px;
    margin-bottom: 30px;
}
.p-product-option-select__box {
    margin-top: 15px;
}
.p-product-option-select__ttl {
    margin-bottom: 5px;
    font-weight: bold;
}
/* 名入れ */
.p-product-name {
    margin-top: 30px;
    margin-bottom: 30px;
}
.p-product-name__box {
    margin-top: 15px;
}
.p-product-name__ttl {
    margin-bottom: 5px;
    font-weight: bold;
}
.p-product-name__body input {
    width: 100%;
}
/* 数量 */
.p-product-form-stock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.p-product-form-stock__input {
    display: flex;
    align-items: center;
}
.p-product-form-stock__input input {
    width: 60px;
}
.p-product-form-stock__unit {
    margin-left: 10px;
}
.p-product-form-stock__stock {
    margin-left: 25px;
}
/* ボタン */
.p-product-form-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-product-form-btn__cart {
    width: 100%;
}
@media screen and (max-width: 1030px) {
    .p-product-form-btn__cart {
        flex: 1;
        width: auto;
    }
}
.p-product-form-btn__favorite {
    width: 50px;
}
.p-product-form-btn__favorite-btn {
    display: inline-block;
    margin-top: 22px;
    margin-left: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite-btn.is-added {
    color: #000000;
}
.p-product-form-btn__favorite-btn svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}
.p-product-form__error-message {
    color: #DB5656;
    margin-top: 15px;
}
/* SNS */
.p-product-sns-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.p-product-sns-list__item {
    margin-right: 20px;
}
/* link */
.p-product-link-list {
    margin-top: 40px;
}
.p-product-link-list__item {
    margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
    .p-product-link-list__item {
        margin-bottom: 30px;
    }
}
/***** 商品詳細 *****/
.p-product__ttl {
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.4;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
    .p-product__ttl {
        margin-bottom: 30px;
        font-size: 18px;
    }
}
.p-product-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 75px;
}
@media screen and (max-width: 1030px) {
    .p-product-detail {
        display: block;
    }
}
.p-product-explain {
    width: 410px;
}
@media screen and (max-width: 1030px) {
    .p-product-explain {
        margin-bottom: 60px;
        width: auto;
    }
}
.p-product-explain__body {
    line-height: 2;
}
.p-product-other {
    width: 530px;
    order: -1;
}
@media screen and (max-width: 1030px) {
    .p-product-other {
        width: auto;
    }
}
.product_exp_teiki {
    padding: 0 !important;
}
.product_exp_teiki .month {
    width: 72px;
    height: 54px;
    background-color: #D5D2CB;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.product_exp_teiki .beans {
    padding-left: 30px;
    background-color: #E6E2DB;
    width: calc(100% - 72px);
    width: 685px;
}
.product_exp_teiki td {
    border-bottom: 1px #F5F5F5 solid;
}
/* おすすめ商品 */
.p-product-recommend-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
    .p-product-recommend-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 60px;
    }
}
.p-product-recommend-list__item {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 33.3333%;
    word-break: break-all;
}
@media screen and (max-width: 767px) {
    .p-product-recommend-list__item {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.p-product-recommend-list__img {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-product-recommend-list__img {
        margin-bottom: 5px;
        text-align: center;
    }
}
.p-product-recommend-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.p-product-recommend-list__img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-product-recommend-list__img img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.p-product-recommend-list__price {
    margin-top: 15px;
    font-size: 12px;
    color: #909090;
}
@media screen and (max-width: 767px) {
    .p-product-recommend-list__price {
        margin-top: 0;
    }
}
.p-product-recommend-list__price.is-strikethrough {
    margin-top: 0;
    text-decoration: line-through;
}
.p-product-recommend-list__expl {
    margin-top: 15px;
    font-size: 12px;
}
/* レビュー */
.p-product-review {
    margin-bottom: 60px;
}
.p-product-review__item {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 40px;
    background: #f8f8f8;
}
@media screen and (max-width: 767px) {
    .p-product-review__item {
        padding: 20px;
    }
}
.p-product-review__heading {
    margin-bottom: 15px;
}
.p-product-review__ttl {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 18px;
}
.p-product-review-info {
    margin-top: 10px;
    margin-bottom: 10px;
}
.p-product-review-info__item {
    display: inline-block;
    font-size: 12px;
}
.p-product-review-info__item.is-type {
    margin-right: 35px;
}
.p-product-review__img {
    margin-bottom: 15px;
    text-align: center;
}
.p-product-review__body {
    margin-top: 15px;
    line-height: 2;
}
.p-product-review__rates {
    display: flex;
    flex-wrap: wrap;
}
.p-product-review__rate {
    width: 18px;
    height: 18px;
    vertical-align: -0.3em;
    fill: currentColor;
    fill: #d8d8d8;
}
.p-product-review__rate.is-color {
    fill: #000000;
}
/* レビュー 返信 */
.p-product-review-reply {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}
.p-product-review-reply__ttl {
    font-weight: bold;
}
.p-product-review-reply__body {
    font-size: 12px;
}
.p-product-review-reply__date {
    font-size: 12px;
}
.p-product-review__btn {
    margin-top: 45px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-product-review__btn {
        margin-top: 30px;
    }
}
.input-prepend.input-append input {
    font-size: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100px;
    text-align: right;
}
/******************************/
/* my css start */
/******************************/
@media (max-width: 767.9px) {
    .l-header {
        width: 100vw;
    }
}
.product-area {
    background: #F7F4ED;
}
@media (max-width: 767.9px) {
    .product-area {
        background: transparent;
    }
}
.p-product {
    margin-bottom: 0;
}
@media (max-width: 767.9px) {
    .p-product {
        background: transparent;
    }
}
form[name=product_form] {
    margin-bottom: 0;
}
.product__cat-link {
    padding: 0 28px;
    padding-top: 12px;
    margin-bottom: 0;
}
@media (max-width: 767.9px) {
    .product__cat-link {
        padding-top: 5px;
        padding-bottom: 5px;
        background: #F7F4EF;
    }
}
.product__cat-link-inner {
    max-width: 1180px;
    text-align: right;
    margin: 0 auto;
}
@media (max-width: 767.9px) {
    .product__cat-link-inner {
        text-align: left;
    }
}
.product__cat-link-inner a {
    display: inline-block;
    line-height: 1;
    font-size: 11px;
    font-weight: 400;
    color: #520B12;
    letter-spacing: 0.05em;
}
@media (min-width: 768px) {
    .product__cat-link-inner a {
        font-size: 12px;
        padding-bottom: 11px;
        border-bottom: 1px solid #95524D;
    }
}
.md-beans-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.product__md-header-container {
    padding-bottom: 21px;
    border-bottom: 1px solid #959595;
}
.product__md-header {
    padding-top: 40px;
}
.on-fined {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #F7F4ED;
    z-index: 1000;
    box-sizing: border-box;
}
@media (max-width: 835px) {
    .on-fined {
        top: 51px;
    }
}
@media (max-width: 767.9px) {
    .product__md-header {
        padding-top: 0;
    }
}
.product__md-header .product-cat {
    line-height: 1;
    font-size: 11px;
    font-weight: 500;
    color: #504C41;
    letter-spacing: .05em;
    margin-bottom: 14px;
}
@media (max-width: 767.9px) {
    .product__sm-header {
        margin-bottom: 25px;
    }
    .product__sm-header .product-cat {
        font-size: 11px;
        font-weight: 300;
        color: #333;
        margin-bottom: 9px;
    }
}
.product__md-header .product-name {
    line-height: 1;
    font-size: 29px;
    font-weight: 300;
    color: #504C41;
    letter-spacing: 0;
    margin: 0;
}
@media (max-width: 767.9px) {
    .product__sm-header .product-name {
        line-height: 1.4;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: .05em;
        margin: 0 0 5px;
        color: #65372c;
    }
}
.product__md-header-right {
    display: flex;
    align-items: flex-end;
    column-gap: 10px;
}
@media (max-width: 767.9px) {
    .other-glum-links {
        position: relative;
    }
}
.glum-list-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 30px;
    font-size: 11px;
    font-weight: 300;
    color: #504C41;
    letter-spacing: .025em;
    border: 1px solid #868585;
    border-radius: 25px;
    box-sizing: border-box;
}
@media (max-width: 767.9px) {
    .glum-list-item a {
        width: 147px;
        margin-left: auto;
        border: 1px solid #C9C9C9;
        font-weight: 400;
    }
    .glum-list-item:not(:last-of-type):not(.show-glam) {
        margin-bottom: 3px;
    }
    .show-glam {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }
}
.glum-list-item.show-glam a {
    /* width: 170px;
    height: 45px;
    font-size: 16px; */
    font-weight: 500;
    color: #fff;
    background: #8b554f;
    border: none;
    letter-spacing: 0.025em;
    box-sizing: border-box;
}
@media (max-width: 767.9px) {
    .glum-list-item.show-glam a {
        width: 147px;
        height: 37px;
        font-size: 13px;
    }
}
.glum-list-item.show-glam a:hover {
    text-decoration: none;
    opacity: 1;
}
form[name=product_form] .page-product-main {
    padding: 0 28px;
    margin-top: 40px;
}
@media (max-width: 767.9px) {
    form[name=product_form] .page-product-main {
        margin-top: 0;
        padding: 0;
    }
}
form[name=product_form] .page-product-main-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 767.9px) {
    form[name=product_form] .page-product-main-inner {
        display: block;
    }
}
.product-md-img-area-left {
    width: calc(95% - 400px + 6px);
    /* width: calc(60.85% + 6px); */
    max-width: 715px;
}
@media (max-width: 767.9px) {
    .product-md-img-area-left {
        width: 100%;
        max-width: 100%;
    }
}
.product-img-columns-container {
    display: flex;
    width: 100%;
}
@media (min-width: 768px) {
    .product-promotion-container {
        margin-top: 40px;
        padding-top: 47px;
        border-top: 1px solid #95524D;
    }
}
@media (max-width: 767.9px) {
    .product-promotion-container {
        padding: 0 10px;
        margin-top: 40px;
        border-top: none;
    }
}
@media (max-width: 767.9px) {
    .product-img-columns-container {
        display: block;
    }
}
.l-main {
    overflow: visible;
}
.product-thumb {
    width: 12.3%;
    max-width: 88px;
    margin-right: 20px;
    /* margin-right: 14px; */
}
.product-thumb-inner {
    position: sticky;
    top: 0;
    left: 0;
}
.product-thumb-img {
    width: 100%;
    height: auto;
}
.product-thumb-img:not(:last-of-type) {
    margin-bottom: 7px;
}
.p-product-img {
    width: 85.73%;
    max-width: 613px;
}
@media (max-width: 767.9px) {
    .p-product-img {
        position: relative;
        width: 100%;
        max-width: inherit;
        margin-left: 0;
        margin-bottom: 43px;
    }
}
.p-product-info {
    max-width: 400px;
    width: 400px;
    /* width: 34.13%; */
}
@media (max-width: 767.9px) {
    .p-product-info {
        width: 100%;
        max-width: 100%;
        padding: 0 28px;
        box-sizing: border-box;
    }
}
.p-product-info-inner {
    position: sticky;
    top: 0;
    right: 0;
}
@media (min-width: 768px) {
    .product .swiper {
        overflow: visible;
    }
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-pagination {
        display: none !;
    }
    .product .swiper-wrapper {
        display: block;
    }
    .swiper-slide:not(:last-of-type) {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #C9C9C9;
    }
    .swiper-slide img {
        width: 100%;
    }
}
@media (max-width: 767.9px) {
    .swiper-button-prev.swiper-button-disabled {
        opacity: 1 !important;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0 !important;
        width: 30px !important;
        height: 45px !important;
        font-size: 14px !important;
        color: #fff !important;
        background: #95524d !important;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0 !important;
        width: 30px !important;
        height: 45px !important;
        background: #95524d !important;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }
    .swiper-button-prev::after,
    .swiper-rtl .swiper-button-next::after {
        content: none !important;
        font-family: inherit !important;
    }
    .swiper-button-next::after,
    .swiper-rtl .swiper-button-prev::after {
        content: '〉' !important;
        font-family: inherit !important;
        font-size: 17px !important;
        color: #fff !important;
        margin-right: -10px;
    }
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -6px !important;
        transform: translateY(100%);
    }
    .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
        background: #4A1214 !important;
        opacity: 1 !important;
        box-sizing: border-box !important;
        margin: 0 1.7px !important;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 7px !important;
        height: 7px !important;
        background: transparent !important;
        opacity: 1 !important;
        border: 1px solid #4A1214;
    }
}
/*価格と配送方法スライダー　林*/
.swiper-button-next-deliver-left.swiper-button-disabled,
.swiper-button-next-deliver-right.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.beans-deliver-swiper-right {
    position: relative;
}
.swiper-button-next-deliver-left,
.swiper-button-next-deliver-right {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev-deliver-left,
.swiper-button-prev-deliver-right {
    right: auto;
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev-deliver-left.swiper-button-disabled,
.swiper-button-prev-deliver-right.swiper-button-disabled {
    opacity: 1 !important;
}
.swiper-button-prev-deliver-left,
.swiper-rtl .swiper-button-next-deliver-left,
.swiper-button-prev-deliver-right,
.swiper-rtl .swiper-button-next-deliver-right {
    left: 0 !important;
    width: 30px !important;
    height: 45px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #95524d !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.swiper-button-next-deliver-right,
.swiper-rtl .swiper-button-prev-deliver-right,
.swiper-button-next-deliver-left,
.swiper-rtl .swiper-button-prev-deliver-left {
    right: 0 !important;
    width: 30px !important;
    height: 45px !important;
    background: #95524d !important;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.swiper-button-prev-deliver-left::after,
.swiper-rtl .swiper-button-next-deliver-left::after,
.swiper-button-prev-deliver-right::after,
.swiper-rtl .swiper-button-next-deliver-right::after {
    content: none !important;
    font-family: inherit !important;
}
.swiper-button-next-deliver-left::after,
.swiper-rtl .swiper-button-prev-deliver-left::after,
.swiper-button-next-deliver-right::after,
.swiper-rtl .swiper-button-prev-deliver-right::after {
    content: '〉' !important;
    font-family: inherit !important;
    font-size: 17px !important;
    color: #fff !important;
    margin-right: -10px;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -6px !important;
    transform: translateY(100%);
}
.swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    background: #4A1214 !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    margin: 0 1.7px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 7px !important;
    height: 7px !important;
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid #4A1214;
}
.swiper-button-prev-deliver-left,
.swiper-button-prev-deliver-right {
    left: 0 !important;
    width: 30px !important;
    height: 45px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #95524d !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
/*価格と配送方法スライダーここまで*/
/*マンスリーマガジン用*/
.swiper-button-next-mc.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.beans-deliver-swiper-right {
    position: relative;
}
.swiper-button-next-mc {
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev-mc {
    right: auto;
    position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev-mc.swiper-button-disabled {
    opacity: 1 !important;
}
.swiper-button-prev-mc,
.swiper-rtl .swiper-button-next-mc {
    left: 0 !important;
    width: 30px !important;
    height: 45px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #95524d !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.swiper-button-next-mc,
.swiper-rtl .swiper-button-prev-mc {
    right: 0 !important;
    width: 30px !important;
    height: 45px !important;
    background: #95524d !important;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.swiper-button-prev-mc::after,
.swiper-rtl .swiper-button-next-mc::after {
    content: none !important;
    font-family: inherit !important;
}
.swiper-button-next-mc::after,
.swiper-rtl .swiper-button-prev-mc::after {
    content: '〉' !important;
    font-family: inherit !important;
    font-size: 17px !important;
    color: #fff !important;
    margin-right: -10px;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -6px !important;
    transform: translateY(100%);
}
.swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    background: #4A1214 !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    margin: 0 1.7px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 7px !important;
    height: 7px !important;
    background: transparent !important;
    opacity: 1 !important;
    border: 1px solid #4A1214;
}
.swiper-button-prev-mc {
    left: 0 !important;
    width: 30px !important;
    height: 45px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #95524d !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
/*ここまで*/
.product-desc-title {
    line-height: 34px;
    font-size: 19px;
    font-weight: 500;
    color: #520B12;
    letter-spacing: .05em;
    margin: -10px 0 15px;
}
@media (max-width: 767.9px) {
    .product-desc-title {
        line-height: 26px;
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 15px;
    }
}
.product-desc-cont {
    line-height: 26px;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    letter-spacing: .025em;
    margin: 0 0 27px;
}
@media (max-width: 767.9px) {
    .product-desc-cont {
        line-height: 22px;
        font-size: 13px;
        font-weight: 500;
    }
}
.product-desc-link-wrap {
    line-height: 1.61;
    font-size: 13px;
    font-weight: 300;
    color: #520B12;
    letter-spacing: .025em;
    margin: 0 0 20px;
}
.md-info-title {
    line-height: 1.5;
    font-size: 17px;
    font-weight: 500;
    color: #65372C;
    letter-spacing: .075em;
    margin: 0 0 8px;
}
.md-info-size {
    line-height: 1.5;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    letter-spacing: .015em;
    margin: 0;
}
.md-info-size-mame {
    line-height: 1.5;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    letter-spacing: .015em;
    margin: 0;
}
.enji {
    color: #65372C;
    font-weight: 500;
}
@media (max-width:767.9px) {
    .md-info-size {
        margin: 0;
    }
}
.p-product-price {
    margin-top: 19px;
    margin-bottom: 30px;
}
@media (max-width: 767.9px) {
    .p-product-price {
        margin-top: 10px;
        margin-bottom: 0;
    }
}
.p-product-price>* {
    line-height: 1;
    font-size: 35px;
    font-weight: 300;
    color: #333333;
    letter-spacing: .05em;
    margin: 0;
}
@media (max-width: 767.9px) {
    .p-product-price>* {
        font-size: 24px;
        color: #333333;
        margin: 0;
    }
}
.product-num-input,
.product_cart_select {
    height: auto !important;
    line-height: 1;
    font-size: 13px !important;
    font-weight: 300;
    color: #333;
    letter-spacing: .025em;
    padding: 14px 20px !important;
    border-radius: 0;
    border-color: #C2C0BB !important;
}
@media (min-width: 768px) {
    .product-num-input,
    .product_cart_select {
        padding: 11px 20px !important;
        border-color: #504C41 !important;
    }
}
.product_cart_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-ms-expand {
    display: none;
}
@media (min-width: 768px) {
    .product-num-inner {
        display: flex;
        margin-bottom: 36px;
    }
    .product-num-input {
        width: calc(45% - 20px);
        margin-right: 20px;
    }
    .product_cart_select {
        width: 55%;
    }
}
@media (max-width: 767.9px) {
    .product-num-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 6px;
        margin-bottom: 24px;
    }
    .product-num-input {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }
    .product_cart_select {
        width: 100%;
        box-sizing: border-box;
        /* margin-top: 6px; */
    }
}
.product-cart-btm {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #504C41;
    letter-spacing: .075em;
    border: none;
    border-radius: 35px;
}
@media (max-width: 767.9px) {
    .product-cart-btm {
        height: 58px;
        font-size: 15px;
    }
}
.bean-delivery-desc {
    margin-top: 44px;
    border: 1px solid #95524D;
}
@media (max-width: 767.9px) {
    .bean-delivery-desc {
        margin-top: 30px;
    }
}
.bean-delivery-desc__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EFEAE1;
    padding: 7px 20px 7px 34px;
}
@media (max-width: 767.9px) {
    .bean-delivery-desc__head {
        padding: 7px 10px 7px 20px;
    }
}
.bean-delivery-desc__title {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    letter-spacing: .025em;
    margin-bottom: 0;
}
@media (max-width: 767.9px) {
    .bean-delivery-desc__title {
        line-height: 1.61;
        font-size: 13px;
    }
}
.bean-delivery-desc__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96.78px;
    height: 27.62px;
    line-height: 1.5;
    font-size: 11px;
    font-weight: 300;
    color: #504C41;
    background: #FFFFFF;
    letter-spacing: .025em;
    border: 1px solid #C9C9C9;
    border-radius: 24px;
}
@media (max-width: 767.9px) {
    .bean-delivery-desc__link {
        width: 101.72px;
        height: 27.77px;
    }
}
.bean-delivery-desc__body {
    line-height: 1.53;
    font-size: 13px;
    font-weight: 300;
    color: #333;
    letter-spacing: 0;
    padding: 20px 34px;
}
@media (max-width: 767.9px) {
    .bean-delivery-desc__body {
        font-size: 11px;
        padding: 15px 22px;
    }
}
/******************************/
/* 商品説明テーブル start */
/******************************/
.product-promotion-container h3 {
    line-height: 34px;
    font-size: 24px;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    color: #504C41;
    letter-spacing: .025em;
    margin-top: 0;
    margin-bottom: 8px;
    padding: 8px 0px 8px 36px;
    border-left: 2px solid #8b554f;
}
@media (max-width: 767.9px) {
    .product-promotion-container h3 {
        line-height: 1.55;
        line-height: 26px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: .05em;
        margin-bottom: 4px;
        padding-left: 26px;
        font-family: "FP-ヒラギノ角ゴ ProN W3";
        border-left: 1px solid #8b554f;
    }
}
.product-promotion-container dl:not(last-of-type) {
    margin-bottom: 2px;
}
.product-promotion-container dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 66px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
    color: #520B12;
    padding-right: 30px;
    padding-left: 40px;
    letter-spacing: .025em;
    border: 1px solid #A7A7A7;
}
@media (max-width: 767.9px) {
    .product-promotion-container dt {
        height: 48px;
        line-height: 2;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.025em;
        padding-right: 36px;
        padding-left: 36px;
    }
}
@media (min-width: 768px) {
    .product-promotion-container dt {
        font-family: "FP-ヒラギノ角ゴ ProN W3",
            "Helvetica Neue",
            "Hiragino Sans",
            "Hiragino Kaku Gothic ProN",
            "Meiryo",
            sans-serif;
    }
}
.product-promotion-container dt::after {
    content: '＋';
    font-size: 17px;
    font-weight: 300;
    color: #520B12;
}
@media (max-width: 767.9px) {
    .product-promotion-container dt::after {
        content: '＋';
        font-size: 12px;
        font-weight: 500;
        color: #520B12;
    }
}
.product-promotion-container dt.ppdd-open::after {
    content: '−';
}

.product-promotion-container dd {
    display: none;
    background: #EFEAE1;
    padding: 45px;
    margin-left: 0;
}
.product-promotion-container .beans-open dd{
display:block;
}
@media (max-width: 767.9px) {
    .product-promotion-container dd {
        background: #EFEAE1;
        padding: 26px 36px 30px;
        margin-left: 0;
    }
}
.product-promotion-container h4 {
    line-height: 1.625;
    font-size: 16px;
    font-weight: 500;
    color: #520B12;
    letter-spacing: .025em;
    margin-top: 0;
    margin-bottom: 18px;
}
@media (max-width: 767.9px) {
    .product-promotion-container h4 {
        line-height: 26px;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .product-promotion-container h4 {
        font-family: "FP-ヒラギノ角ゴ ProN W5",
            "Helvetica Neue",
            "Hiragino Sans",
            "Hiragino Kaku Gothic ProN",
            "Meiryo",
            sans-serif;
    }
}
.product-promotion-container dd *+h4 {
    margin-top: 30px;
}
@media (max-width: 767.9px) {
    .product-promotion-container dd *+h4 {
        margin-top: 20px;
    }
}
.product-promotion-container dd p,
.product-promotion-container dd img {
    margin-bottom: 18px;
}
@media (max-width: 767.9px) {
    .product-promotion-container dd p,
    .product-promotion-container dd img {
        margin-bottom: 12px;
    }
}
.product-promotion-container dd p {
    line-height: 1.814;
    font-size: 15px;
    font-weight: 300;
    color: #4F4C42;
    letter-spacing: .025em;
}
@media (max-width: 767.9px) {
    .product-promotion-container dd p {
        line-height: 22px;
        font-size: 13px;
    }
}
.p-promotion-youtube-link {
    background-color: #D9D6CB;
    color: #520B12;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 13px;
    margin-bottom: 31px;
    border-radius: 10px;
}
/*ハンドドリップの抽出方法について余白修正*/
.handdrip dd h4.mb30{
margin-bottom:18px;
}
.handdrip .basic-title{
margin-top:0;
margin-bottom:0;  
}
.handdrip .handdrip-basic-number{
  font-size:160%;
  font-family: "FP-ヒラギノ明朝 StdN W5";
}
@media screen and (max-width:767.9px){
.handdrip dd h4.mb30{
margin-bottom:5px;
}
  .handdrip dd img{
  margin-top:24px;
    margin-bottom:24px;
  }
  .handdrip dd .smmt12{
  margin-top:12px;
  }
  .handdrip .handdrip-basic-number{
  font-size:120%;
  font-family: "FP-ヒラギノ明朝 StdN W5";
}
  
}

/******************************/
/* 商品説明テーブル end */
/******************************/
/******************************/
/* コーヒー豆の価格と配送方法 */
/******************************/
.product-bottom-container {
    margin-top: 56px;
}
@media (max-width: 767.9px) {
    .product-bottom-container {
        margin-top: 40px;
        border-bottom: none;
    }
}
@media (min-width: 768px) {
    .product-bottom-container {
        padding-right: 28px;
        padding-left: 28px;
    }
    .product-bottom-inner {
        max-width: 1180px;
        margin-right: auto;
        margin-left: auto;
        border-top: 1px solid #95524D;
    }
}
.product-bottom-inner h3 {
    line-height: 1;
    font-size: 24px;
    font-weight: 300;
    color: #333;
    letter-spacing: .05em;
    margin-top: 52px;
    margin-bottom: 21px;
}
.product-bottom-inner h3.border-left {
    border-left: 2px solid #8b554f;
    padding: 8px 0px 8px 36px;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    margin-bottom: 8px;
}
@media (max-width: 767.9px) {
    .product-bottom-inner h3 {
        line-height: 1.2;
        font-size: 19px;
        margin-top: 40px;
        margin-bottom: 14px;
        font-weight: 300;
    }
    .product-bottom-inner h3.border-left {
        border-left: 1px solid #8b554f;
        margin-left: 10px;
        padding: 8px 0px 8px 26px;
        font-family: "FP-ヒラギノ角ゴ ProN W3";
        margin-bottom: 5px;
    }
}
.beans-price-and-delivery-imgs {
    margin-bottom: 10px;
    overflow: hidden;
}
.beans-price-and-delivery-imgs img {
    width: 100%;
}
@media (max-width:767.9px) {
    .beans-price-and-delivery-imgs {
        width: calc(100% - (10px * 2));
        margin: 0 auto 10px;
    }
}
@media (min-width: 768px) {
    .beans-price-and-delivery-imgs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 3px;
    }
}
@media (max-width: 767.9px) {
    .beans-price-and-delivery-imgs picture:not(:last-of-type) img {
        margin-bottom: 2px;
    }
}
.beans-price-and-delivery-desc {
    border: 1px solid #95524D;
    padding: 37px 53px 40px;
}
@media (max-width: 767.9px) {
    .beans-price-and-delivery-desc {
        width: calc(100% - (10px * 2));
        border: 1px solid #95524D;
        padding: 24px 36px 25px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}
@media (min-width: 768px) {
    .beans-price-and-delivery-desc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 60px;
    }
}
@media (max-width: 767.9px) {
    .beans-price-and-delivery-desc-dl:not(:last-of-type) {
        margin-bottom: 25px;
    }
}
.beans-price-and-delivery-desc-dt {
    line-height: 1.73;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    letter-spacing: 0;
    padding-bottom: 14px;
    margin-bottom: 17px;
    border-bottom: 1px solid #95524D;
}
@media (max-width: 767.9px) {
    .beans-price-and-delivery-desc-dt {
        line-height: 1.66;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        padding-bottom: 5px;
        margin-bottom: 11px;
    }
}
@media (max-width: 767.9px) {
    .beans-price-and-delivery-desc-dd {
        line-height: 18px;
        font-size: 12px;
        margin-left: 0;
        font-weight: 400;
    }
}
.beans-price-and-delivery-desc-danger {
    color: #520B12;
    margin-top: 1em;
    margin-bottom: 0;
}
/******************************/
/* 人気のコーヒー豆 */
/******************************/
.product-page-other-list-container .product-page-other-list-title {
    line-height: 1;
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    color: #333;
    letter-spacing: .05em;
    margin-top: 80px;
    margin-bottom: 73px;
}
@media (max-width: 767.9px) {
    .product-page-other-list-container {
        padding: 0 28px;
    }
    .product-page-other-list-container .product-page-other-list-title {
        font-size: 18px;
        color: #504C41;
        margin-top: 54px;
        margin-bottom: 38px;
    }
}
.product-page-other-list {
    margin-bottom: 60px;
}
@media (max-width: 767.9px) {
    .product-page-other-list {
        margin-bottom: 27px;
    }
}
.other-list-beans .product-page-other-list {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767.9px) {
    .other-list-beans .product-page-other-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        column-gap: 35px;
        row-gap: 42px;
    }
}
.product-page-other-list-item {
    position: relative;
    width: 20%;
    max-width: 214px;
}
@media (max-width: 767.9px) {
    .product-page-other-list-item {
        width: 100%;
    }
}
.product-page-other-list-item::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    font-size: 21px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: .05em;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
    .product-page-other-list-item::before {
        width: 28px;
        height: 28px;
        font-size: 15px;
    }
}
.other-item1::before {
    content: '1';
    background: #D3C68F;
}
.other-item2::before {
    content: '2';
    background: #C3C4CC;
}
.other-item3::before {
    content: '3';
    background: #D3AE8F;
}
.other-item4::before {
    content: '4';
    background: #989898;
}
.other-item4::before {
    content: '4';
    background: #989898;
}
.product-page-other-list-item img {
    margin-bottom: 15px;
}
@media (max-width: 767.9px) {
    .product-page-other-list-item img {
        margin-bottom: 10px;
    }
}
.other-item-name {
    line-height: 1.63;
    font-size: 11px;
    font-weight: 500;
    color: #504C41;
    letter-spacing: .05em;
    margin-bottom: 0 0 10px;
}
.product-page-other-list-item .glum-list-item a {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #504C41;
    letter-spacing: .025em;
    border-color: #C9C9C9;
}
@media (max-width: 767.9px) {
    .product-page-other-list-item .glum-list-item a {
        font-size: 10px;
        height: 20px;
    }
}
.product-page-other-list-item .glum-list-item:not(:last-of-type) {
    margin-bottom: 3px;
}
@media (max-width: 767.9px) {
    .product-page-other-list-item .glum-list-item:not(:last-of-type) {
        margin-bottom: 2px;
    }
}
.product-page-other-list-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 252px;
    height: 64px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #95524D;
    letter-spacing: .075em;
    border-radius: 35px;
    padding: 0 15px;
    margin: 0 auto;
}
@media (max-width: 767.9px) {
    .product-page-other-list-link {
        height: 42px;
        font-size: 13px;
        display: inline-block;
        width: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        line-height: 3;
    }
}
/******************************/
/* リキッドコーヒー */
/******************************/
@media (max-width: 767.9px) {
    .product-page-other-list-container.other-list-liquid1,
    .product-page-other-list-container.other-list-liquid2 {
        padding: 0;
    }
}
.other-list-liquid2 .product-page-other-list-title {
    margin-top: 104px;
}
@media (max-width: 767.9px) {
    .other-list-liquid2 .product-page-other-list-title {
        margin-top: 62px;
    }
}
.other-list-liquid1 .product-page-other-list,
.other-list-liquid2 .product-page-other-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 59px;
}
@media (max-width: 767.9px) {
    .other-list-liquid1 .product-page-other-list,
    .other-list-liquid2 .product-page-other-list {
        grid-template-columns: 1fr 1fr;
        column-gap: 5px;
        row-gap: 50px;
    }
}
.other-list-liquid1 .product-page-other-list-item,
.other-list-liquid2 .product-page-other-list-item {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 767.9px) {
    .other-list-liquid1 .product-page-other-list-item:nth-of-type(odd) *:not(img):not(a),
    .other-list-liquid2 .product-page-other-list-item:nth-of-type(odd) *:not(img):not(a) {
        padding-left: 28px;
        padding-right: 5px;
    }
    .other-list-liquid1 .product-page-other-list-item:nth-of-type(even) *:not(img):not(a),
    .other-list-liquid2 .product-page-other-list-item:nth-of-type(even) *:not(img):not(a) {
        padding-right: 28px;
        padding-left: 5px;
    }
}
@media (max-width: 767.9px) {
    .other-list-liquid1 .product-page-other-list-item img,
    .other-list-liquid2 .product-page-other-list-item img {
        width: 100%;
    }
}
.other-list-liquid1 .product-page-other-list-item h4,
.other-list-liquid2 .product-page-other-list-item h4 {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    color: #504C41;
    letter-spacing: .05em;
    margin-top: 0;
    margin-bottom: 10px;
}
@media (max-width: 767.9px) {
    .other-list-liquid1 .product-page-other-list-item h4,
    .other-list-liquid2 .product-page-other-list-item h4 {
        line-height: 1.41;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
.other-list-liquid1 .product-page-other-list-item .other-item-liquid-model,
.other-list-liquid2 .product-page-other-list-item .other-item-liquid-model {
    line-height: 1.58;
    font-size: 12px;
    font-weight: 300;
    color: #504C41;
    letter-spacing: .05em;
    margin-bottom: 15px;
}
@media (max-width: 767.9px) {
    .other-list-liquid1 .product-page-other-list-item .other-item-liquid-model,
    .other-list-liquid2 .product-page-other-list-item .other-item-liquid-model {
        line-height: 1.4;
        font-size: 10px;
        letter-spacing: .025em;
        margin-bottom: 7px;
    }
}
.other-list-liquid1 .product-page-other-list-item .other-item-liquid-price,
.other-list-liquid2 .product-page-other-list-item .other-item-liquid-price {
    line-height: 1.35;
    font-size: 20px;
    font-weight: 500;
    color: #504C41;
    letter-spacing: .05em;
    margin-bottom: 0;
}
@media (max-width: 767.9px) {
    .other-list-liquid1 .product-page-other-list-item .other-item-liquid-price,
    .other-list-liquid2 .product-page-other-list-item .other-item-liquid-price {
        line-height: 1.8;
        font-size: 15px;
        letter-spacing: .05em;
    }
}
.product-page-other-list-container img {
    width: 100%;
}
/******************************/
/* ショッピングガイド */
/******************************/
.guide-cont-container {
    margin-top: 105px;
    padding-bottom: 110px;
}
.guide-cont-container__faq{padding: 0 0 110px;}
@media (max-width: 767.9px) {
    .guide-cont-container{
        margin-top: 50px;
        padding: 0 10px 50px;
    }
  .guide-cont-container__faq{padding: 0 10px 50px; margin-top:0px;}
}
.guide-cont-head__heading {
    font-size: 24px;
    margin-bottom: 8px;
    border-left: 2px solid #8b554f;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    padding: 8px 0px 8px 36px;
}
@media (max-width: 767.9px) {
    .guide-cont-head__heading {
        line-height: 1;
        font-size: 19px;
        color: #504C41;
        letter-spacing: .04em;
        margin-bottom: 5px;
        padding: 8px 0px 8px 26px;
        border-left: 1px solid #8b554f;
        font-family: "FP-ヒラギノ角ゴ ProN W3";
    }
}
.top-cont-guide {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.top-cont-guide__dt {
    background: #4F4C42;
    padding: 0 60px;
}
@media (max-width: 767.9px) {
    .top-cont-guide__dt {
        padding: 0 36px;
    }
}
.top-cont-guide__dt:not(.first) {
    margin-top: 1px;
}
.top-cont-guide__dd {
    display: none;
    background: #EFEAE1;
    padding: 1em;
    margin-left: 0;
    margin-bottom: 5px;
}
@media (max-width: 767.9px) {
    .top-cont-guide__dd {
        background: #F7F4EF;
    }
}
.top-cont-guide__dt-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1175px;
    height: 43px;
    line-height: 1;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin: 0 auto 0 auto;
    letter-spacing: 0;
}
@media (max-width: 767.9px) {
    .top-cont-guide__dt-p {
        font-size: 14px;
        font-weight: 400;
    }
}
.top-cont-guide__dt-p::after {
    content: '＋';
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.guide-open .top-cont-guide__dt-p::after {
    content: '−';
}
@media (max-width: 767.9px) {
    .top-cont-guide__dt-p::after {
        font-size: 13px;
    }
}
/******************************/
/* dd content */
/******************************/
.top-cont-guide__dd {
    padding: 40px 60px;
}
@media (max-width: 767.9px) {
    .top-cont-guide__dd {
        padding: 36px;
    }
}
.guide-grid-container {
    /* display: grid; */
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
@media (max-width: 767.9px) {
    .guide-grid-container {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}
.guide-text-heading {
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding-bottom: 14px;
    margin-bottom: 17px;
    letter-spacing: 0;
    border-bottom: 1px solid #4A1214;
}
@media (max-width: 767.9px) {
    .guide-text-heading {
        line-height: 1.6;
        font-weight: 500;
        font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 12px;
    }
}
.guide-text-content {
    line-height: 1.6;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 0;
}
@media (max-width: 767.9px) {
    .guide-text-content {
        line-height: 1.75;
        letter-spacing: 0.025em;
        font-weight: 400;
    }
}
.guide-text-content+.guide-text-content,
picture+.guide-text-content {
    margin-top: 1em;
}
.op-cont-guide__inner-dd {
    margin-left: 0;
}
.guide-img {
    margin-top: 20px;
}
@media (max-width: 767.9px) {
    .guide-img {
        margin-top: 10px;
    }
}
.guide-img1 {
    width: 232px;
    height: auto;
}
@media (max-width: 767.9px) {
    .guide-img1 {
        width: 212px;
    }
}
.guide-img2,
.guide-img3,
.guide-img4,
.guide-img5 {
    width: 100%;
}
.guide-table {
    display: grid;
    grid-template-columns: 64% 36%;
    border-top: 1px solid #C9C9C9;
    margin-top: 1em;
}
.guide-table-item {
    display: flex;
    align-items: center;
    line-height: 1.6;
    font-size: 12px;
    font-weight: 300;
    color: #383230;
    letter-spacing: 0;
    padding: 10px 15px;
    /* border-right: 1px solid #C9C9C9; */
    border-bottom: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
}
@media (max-width: 767.9px) {
    .guide-table-item {
        line-height: 1.8;
        font-size: 11px;
        padding: 10px 14px;
    }
}
/******************************/
/* ショッピングガイド（終わり） */
/******************************/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
    0% {
        opacity: 1;
        /* -webkit-transform: translateY(-20px);
    transform: translateY(-20px);*/
    }
    100% {
        opacity: 1;
        /* -webkit-transform: translateY(0);
    transform: translateY(0);*/
    }
}
@keyframes slideDown {
    0% {
        opacity: 1;
        /* -webkit-transform: translateY(-20px);
    transform: translateY(-20px);*/
    }
    100% {
        opacity: 1;
        /* -webkit-transform: translateY(0);
    transform: translateY(0);*/
    }
}
.slide-down {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}
@-webkit-keyframes slideUp {
    0% {
        /* -webkit-transform: translateY(20px);
    transform: translateY(20px);*/
    }
    100% {
        /* -webkit-transform: translateY(0px);
    transform: translateY(0px);*/
    }
}
@keyframes slideUp {
    0% {
        /*  -webkit-transform: translateY(20px);
    transform: translateY(20px);*/
    }
    100% {
        /*  -webkit-transform: translateY(0px);
    transform: translateY(0px);*/
    }
}
.slide-up {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
.content-wrap {
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.close-btn,
.more-btn {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient(top,
            rgba(239, 234, 225, 0) 0%,
            rgba(239, 234, 225, 1) 60%);
    background: -webkit-linear-gradient(top,
            rgba(239, 234, 225, 0) 0%,
            rgba(239, 234, 225, 1) 60%);
    background: linear-gradient(to bottom,
            rgba(239, 234, 225, 0) 0%,
            rgba(239, 234, 225, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
            endColorstr='#ffffff',
            GradientType=0);
}
.close-btn {
    background: none;
}
.slide-up {
    height: 150px;
    padding-bottom: 0;
    overflow: hidden;
}
.slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
}
.more-btn p {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background: #8b554f;
    padding: 5px 20px;
    width: 80%;
    border-radius: 20px;
}
.close-btn {
    padding: 0;
}
.close-btn p {
    background: #8b554f;
}
.more-btn .open-txt,
.more-btn .close-txt {
    color: #fff;
}
/*価格と配送方法　林*/
.beans-deliver-swiper .swiper-button-next {
    right: 0 !important;
    width: 30px !important;
    height: 45px !important;
    background: #95524d !important;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}
.beans-deliver-swiper .swiper-button-prev::after {
    content: none !important;
}
.beans-deliver-swiper .swiper-button-prev.swiper-button-disabled,
.beans-deliver-swiper .swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
}
.beans-deliver-swiper .swiper-button-next::after {
    content: '〉' !important;
    font-family: inherit !important;
    font-size: 17px !important;
    color: #fff !important;
    margin-right: -10px;
}
.beans-deliver-swiper .swiper-button-prev {
    left: 0 !important;
    width: 30px !important;
    height: 45px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #95524d !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.beans-deliver-swiper .swiper-pagination {
    display: none !important;
}
.beans-deliver-swiper {
    position: relative;
}
/* 続きを読む　渡邊 ここから */
.read-more-002 {
    position: relative;
}
.read-more-002 p {
    display: -webkit-box;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 開く前に見せたい行数を指定 */
}
.read-more-002:has(:checked) p {
    display: block;
}
.read-more-002 p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    content: '';
}
.read-more-002:has(:checked) p::after {
    content: none;
}
.read-more-002 label {
    display: flex;
    gap: 0 4px;
    position: absolute;
    transform: translateX(-50%);
    color: #520B12;
    ;
    font-size: .8em;
    text-align: right;
    bottom: -30px;
    right: -15px;
}
.read-more-002:has(:checked) label {
    display: none;
}
.read-more-002 input {
    display: none;
}
/* 続きを読む　渡邊 ここまで */
/* マンスリーマガジン用 中村 */
.mc-swiper {
    overflow: hidden;
    position: relative;
}
.mc-swiper .swiper-wrapper {
    display: flex;
}
.mc-swiper-container .mc-swiper-title {
    line-height: 30px;
    font-size: 24px;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    font-weight: 300;
    color: #333;
    letter-spacing: .05em;
    margin-top: 105px;
    margin-bottom: 8px;
    border-left: 2px solid #8b554f;
    padding: 8px 0px 8px 36px;
}
@media (max-width: 767.9px) {
    .mc-swiper-container .mc-swiper-title {
        line-height: 26px;
        font-size: 19px;
        padding: 8px 0px 8px 26px;
        margin-top: 50px;
        margin-bottom: 5px;
        margin-left: 10px;
        border-left: 1px solid #8b554f;
    }
}
.mc-swiper .swiper-slide:not(:last-of-type) {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
@media (max-width: 767.9px) {
    .mc-swiper .swiper-slide:not(:last-of-type) {
        padding-bottom: 0 !important;
    }
}
@media (min-width: 768px) {
    .mc-swiper .swiper-slide {
       width: calc(25% - ((30px * 3) / 4));
        background: #F0EDE6;
       padding: 0;
        box-sizing: border-box;
    }
    .mc-swiper .swiper-slide .mc-header {
        line-height: 1;
        font-size: 10px;
        font-weight: 300;
        color: #333;
        text-align: center;
        margin-bottom: 12px;
        letter-spacing: .025em;
    }
}
@media (max-width: 767.9px) {
    .mc-swiper .swiper-slide {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .mc-swiper .swiper-slide img {
        width: 100%;
    }
    .mc-swiper .swiper-slide .mc-header {
        line-height: 1;
        font-size: 11px;
        font-weight: 300;
        letter-spacing: .025em;
        text-align: center;
        margin-bottom: 20px;
    }
}
.mc-swiper .swiper-button-next {
    right: 0 !important;
    width: 30px !important;
    height: 45px !important;
    background: #95524d !important;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}
.mc-swiper .swiper-button-prev::after {
    content: none !important;
}
.mc-swiper .swiper-button-prev.swiper-button-disabled,
.mc-swiper .swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
}
.mc-swiper .swiper-button-next::after {
    content: '〉' !important;
    font-family: inherit !important;
    font-size: 17px !important;
    color: #fff !important;
    margin-right: -10px;
}
.mc-swiper .swiper-button-prev {
    left: 0 !important;
    width: 30px !important;
    height: 45px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #95524d !important;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.mc-swiper .swiper-pagination {
    display: none !important;
}
/* マンスリーマガジン用 中村 ここまで */
/*その他商品　渡邊ここから*/
@media (min-width: 767.9px)and (max-width: 1110px){
.other-list-beans .product-page-other-list{
  justify-content: stretch;
}
.other-list-beans .product-page-other-list li:nth-child(n+2):nth-child(-n+4){
  margin-left: calc(20%/3);
}
}
/********* click post *********/
.click-post-container {
    padding: 0 28px;
    margin-top: 105px;
}
@media (max-width: 767.9px) {.click-post-container {margin-top: 50px;}}
.click-post-inner {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}
.click-post-title {
    line-height: 1;
    font-size: 24px;
    font-weight: 300;
    color: #333;
    letter-spacing: .05em;
    margin-top: 0;
    margin-bottom: 19px;
}
@media (max-width: 767.9px) {
    .click-post-title {
        font-size: 13px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
}
.click-post-ul {
    padding: 25px 53px;
    border: 1px solid #95524D;
}
@media (max-width: 767.9px) {.click-post-ul {padding: 25px 20px;}}
.click-post-li {
    line-height: 21px;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    letter-spacing: 0;
   list-style: none;
}
@media (max-width: 767.9px) {
    .click-post-li {font-size: 11px;}
}
@media (min-width: 836px) {.product-bottom-container,.product__cat-link {padding: 0 5vw;}}
@media (max-width: 767.9px) {.js-glam-list {min-height: 37px;}.product-desc-cont{font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", "Hiragino Sans", sans-serif;}}
.medatu-txt{font-size:17px;color: #520B12;font-weight:600;}
@media (min-width: 768px) {.product-name, .product-desc-cont, .p-product-price>*, .mincho-local, dd p{font-family: "Hiragino Mincho ProN", "Times New Roman", "YuMincho", "Yu Mincho", "MS PMincho", serif !important;}}
@media (min-width: 836px) {
  .product__md-header .product-name{font-size: 28px;}
  .p-product-price>*{font-size: 30px;}
  .p-product-price{margin-top: 11px;}
  .md-info-title{font-size: 16px;}
  dd p{color:#000!important;}
}