/* ---------- ヘッダー ---------- */

.item_info_container {
    margin-bottom: 8rem;
}

.item_page_header {
    padding-bottom: 4.4rem;
}

.item_page_heading {
    width: 100%;
    font-size: 3rem;
    line-height: 1.4;
    margin: 0;
}

/* ----- 画像 ----- */

.item_img_container {
    width: 50rem;
    margin: 0 auto 6rem;
}

.item_img_main_container {
    position: relative;
}

.item_img_main .slick-slide img,
.item_img_thumb_img img {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
}

.item_img_main .slick-track {
    display: flex;
    align-items: center;
}

.item_img_main_item {
    text-align: center;
}

.item_img_thumb_list {
    margin: 0 -.4rem;
}

.item_img_thumb_item {
    width: calc(100% / 6);
    padding: .8rem .4rem 0;
    transition: 0.5s ease-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.is-current.item_img_thumb_item {
    opacity: 0.7;
}

.item_img_thumb_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* ----- カート ----- */

.item_cart_container {
    padding: 6rem 4% 6rem 8%;
    background: #FAF6EC;
    border-radius: 5px;
    margin-bottom: 8rem;
}

.item_cart_title {
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.4;
    padding-bottom: 2.4rem;
}

.item_cart_main {
    width: 55%;
    padding-right: 3%;
}

.item_cart_price_container {
    padding-bottom: 3.2rem;
}

.item_cart_price_discount,
.item_cart_price_regular {
    font-size: 1.8rem;
}

.item_cart_price_before_discount {
    padding-top: 1.2rem;
    font-size: 1.5rem;
    text-decoration: line-through;
}

/* オプション */

.item_form {
    margin: 0;
}

.item_option_container {
    padding-bottom: 3.2rem;
}

.item_option_heading {
    font-size: 1.5rem;
    padding-bottom: 1.2rem;
    font-weight: 700;
}

.item_option_select {
    width: 88%;
    height: 4.4rem;
    border: 1px solid #333;
}

.item_option_select:focus,
.item_option_select:focus-visible {
    border: none;
}

/* 数量 */

.item_cart_form_stock {
    padding-bottom: 3rem;
    align-items: center;
}

.item_cart_form_input {
    align-items: center;
}

.item_cart_form_input_text {
    font-size: 1.5rem;
    padding-right: 2rem;
}

.item_cart_form_input input {
    text-align: center;
    width: 9rem;
    height: 4rem;
    color: #333;
    background: #fff;
    font-size: 1.8rem;
    border-radius: 0;
}

.number_cotroler_container {
    margin-left: 1.6rem;
}

.number_cotroler {
    font-size: 0;
    padding: 2px;
    display: block;
}

.number_cotroler_up::before,
.number_cotroler_down::before {
    border-left: 1px solid;
    border-top: 1px solid;
    width: .8rem !important;
    height: .8rem !important;
    content: "";
    display: block;
}

.number_cotroler_up::before {
    transform: rotate(45deg);
}

.number_cotroler_down::before {
    transform: rotate(225deg);
}

.item_cart_form_stock_num {
    margin-left: 6%;
    color: #C74A3A;
    font-size: 1.4rem;
}

/* カートボタン */
.cart_button {
    width: 26rem;
    height: 6rem;
    font-size: 2rem;
    margin: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50vmax;
    font-weight: 700;
}

.cart_in_button {
    background: #85B23E;
    color: #fff;
}

.cart_in_button svg {
    width: 2.4rem;
    height: 2rem;
    margin-right: .7rem;
}

.cart_in_button:hover {
    background: #64911D;
}

.cart_in_button_soldout,
.cart_in_button_off {
    color: #333;
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: left;
    padding: 0;
}

.cart_membersonly {
    font-size: 1.8rem;
}

/*リンク*/
.item_cart_sub {
    width: 45%;
}

.item_cart_souryo {
    margin-bottom: 3.6rem;
}

.item_cart_souryo_title {
    padding-bottom: 1.4rem;
    font-size: 1.7rem;
    color: #C74A3A;
    font-weight: 700;
}

.item_cart_souryo_text {
    font-size: 1.5rem;
    line-height: 1.6;
}

.item_main_link_item + .item_main_link_item {
    margin-top: 1.4rem;
}

.item_main_link {
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
}


/* ----- 本文 ----- */

.item_body {
    font-size: 1.7rem;
    line-height: 1.75;
}

.item_body img {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    border-radius: .5rem;
}

.item_body h2 {
    font-size: 2.8rem;
    line-height: 1.4;
}

.item_body h3 {
    font-size: 2.5rem;
    margin-top: 6rem;
    line-height: 1.4;
}

.item_body a {
    text-decoration: underline;
}

.item_category {
    margin-top: 8rem;
}

.item_category li {
    margin-right: 1.2rem;
}

.item_category a {
    background: #FAF6EC;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: .5rem .8rem;
  display: block;
        margin-bottom: .8rem;
}

.item_category a:hover {
    background: #EDE7D6;
    color: #333;
}

.item_category li:has(a[href$="2829554"]),
.item_category li:has(a[href$="3142254"]),
.item_category li:has(a[href$="3142255"]):nth-last-child(2) {
    display: none;
}



/* ----- レビュー ----- */

.item_review_container {
    padding-top: 6rem;
    border-top: 1px solid #c1beb6;
    padding-bottom: 6rem;
    border-bottom: 1px solid #c1beb6;
}

.item_review_header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.6rem;
}

.item_review_heading {
    padding-bottom: 0;
}

.item_review_link {
    justify-content: flex-end;
}

.item_review_link span {
    font-size: 1.6rem;
}

.review_list_item {
    background: #FCF8F0;
    border-radius: 3rem;
    padding: 2.8rem 6% 3.2rem;
    line-height: 1.5;
}

.review_list_item + .review_list_item {
    margin-top: 2rem;
}

.review_item_header {
    margin-bottom: 1rem;
}

.review_item_star {
    font-size: 1.9rem;
    color: #fd742a;
}

.review_item_img {
    width: 25%;
}

.review_item_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.review_item_body {
    width: 100%;
    font-size: 1.5rem;
}

.review_item_img + .review_item_body {
    width: 75%;
    padding-left: 5%;
}

.review_item_footer {
    margin-top: 1.4rem;
    font-size: 1.4rem;
}

.review_item_name {
    padding-right: 2rem;
}

.review_item_date {
    color: #999;
}

.review_item_reply {
    padding-top: 2.4rem;
    margin-top: 2.4rem;
    border-top: 1px dotted #c1beb6;
}

.review_item_reply_header {
    align-items: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.review_item_reply_heading {
    color: #A3916F;
}

.review_item_reply_date {
    color: #999999;
    padding-left: 1.2rem;
}

.review_item_reply_body {
    font-size: 1.5rem;
}

/* ----- あわせておすすめ ----- */

.recommend_container {
    margin-top: 8rem;
}

/* ----- エラー ----- */

.item_error_statement {
    text-align: center;
    font-size: 1.6rem;
}

/* ----- 年齢確認 ----- */

#logo_i {
    width: 28rem;
    margin: auto;
}

#main_i img {
    width: 12rem;
    margin: auto;
}

.validation_txt_sub {
    padding-bottom: 40px !important;
}

.caution {
    color: #FD742A;
    font-size: 120%;
    margin-bottom: 6rem;
}

.validation_txt {
    color: #FD742A !important;
    font-size: 20px !important;
    line-height: 1.3;
}


/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/

@media screen and (max-width: 767px) {
    /* ---------- ヘッダー ---------- */

    .item_info_container {
        margin-bottom: 6rem;
    }

    .item_page_header {
        padding-bottom: 2.8rem;
    }

    .item_page_heading {
        font-size: 2.2rem;
    }


    /* ----- 画像 ----- */

    .item_img_container {
        width: 100%;
        max-width: 50rem;
        margin: 0 auto 4rem;
    }

    .item_img_thumb_list {
        margin: 0 -.3rem;
    }

    .item_img_thumb_item {
        width: calc(100% / 5);
        padding: .6rem .3rem 0;
    }

    /* ----- カート ----- */

    .item_cart_container {
        padding: 3.2rem 2.8rem 4rem;
        margin-bottom: 4.8rem;
    }

    .item_cart_title {
        font-size: 1.8rem;
        padding-bottom: 2rem;
    }

    .item_cart_main {
        width: 100%;
        padding-right: 0;
    }

    .item_cart_price_container {
        padding-bottom: 2.4rem;
    }

    .item_cart_price_discount,
    .item_cart_price_regular {
        font-size: 1.6rem;
    }

    .item_cart_price_before_discount {
        padding-top: .8rem;
        font-size: 1.4rem;
    }

    /* オプション */
    .item_option_container {
        padding-bottom: 2.4rem;
    }

    .item_option_heading {
        font-size: 1.3rem;
        padding-bottom: 1rem;
    }

    .item_option_select {
        width: 100%;
        height: 4rem;
    }

    /* 数量 */

    .item_cart_form_stock {
        padding-bottom: 3.2rem;
    }

    .item_cart_form_input_text {
        font-size: 1.3rem;
        padding-right: 1.8rem;
    }

    .item_cart_form_input input {
        width: 8rem;
        height: 4rem;
        font-size: 1.6rem;
    }

    .number_cotroler_container {
        margin-left: 1.2rem;
    }

    /* カートボタン */
    .cart_button {
        width: 100%;
        height: 5.4rem;
        font-size: 1.9rem;
    }

    .cart_in_button_soldout,
    .cart_in_button_off {
        font-size: 1.6rem;
        padding: 1.2rem 0;
    }

    .cart_membersonly {
        font-size: 1.6rem;
    }

    /*リンク*/
    .item_cart_sub {
        width: 100%;
        margin-top: 4rem;
    }

    .item_cart_souryo {
        margin-bottom: 2rem;
    }

    .item_cart_souryo_title {
        padding-bottom: .8rem;
        font-size: 1.6rem;
    }

    .item_cart_souryo_text {
        font-size: 1.3rem;
        line-height: 1.6;
    }

    .item_main_link_item + .item_main_link_item {
        margin-top: 1.2rem;
    }

    .item_main_link {
        font-size: 1.4rem;
    }

    /* ----- 本文 ----- */

    .item_body_container {
        padding: 0;
    }

    .item_body {
        font-size: 1.5rem;
    }

    .item_body img {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .item_body h2 {
        font-size: 2.3rem;
    }

    .item_body h3 {
        font-size: 2.1rem;
        margin-top: 4.8rem;
    }

    .item_category a {
        font-size: 1.4rem;
    }

    /* ----- レビュー ----- */

    .item_review_container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .item_review_header {
        margin-bottom: 3.2rem;
    }

    .item_review_link span {
        font-size: 1.5rem;
    }

    .review_list_item {
        border-radius: 2rem;
        padding: 1.6rem 6% 2.4rem;
    }

    .review_list_item + .review_list_item {
        margin-top: 1.4rem;
    }

    .review_item_header {
        margin-bottom: .8rem;
    }

    .review_item_star {
        font-size: 1.7rem;
    }

    .review_item_body {
        font-size: 1.4rem;
    }

    .review_item_footer {
        margin-top: 1.2rem;
        font-size: 1.3rem;
    }

    .review_item_name {
        padding-right: 1.2rem;
    }

    .review_item_reply {
        padding-top: 1.6rem;
        margin-top: 1.6rem;
    }

    .review_item_reply_header {
        font-size: 1.3rem;
        margin-bottom: .8rem;
    }

    .review_item_reply_date {
        padding-left: 1rem;
    }

    .review_item_reply_body {
        font-size: 1.4rem;
    }

    /* ----- あわせておすすめ ----- */

    .recommend_container {
        margin-top: 6rem;
    }

    /* ----- エラー ----- */

    .item_error_statement {
        font-size: 1.5rem;
    }

}
