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

a.gensen_icon:not([href*="2663404"]) {
    display: none;
}

a.gensen_icon[href*="2663404"] {
    font-size: 1.6rem;
    display: inline-block;
    padding-bottom: 2.4rem;
}

.item_page_header {
    padding-bottom: 3.2rem;
}

.item_page_header_title {
    font-size: 2.8rem;
    line-height: 1.4;
    padding-bottom: 2.8rem;
}

.group_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.group_item {
    font-size: 1.3rem;
    line-height: 1.8;
}

.group_link {
    text-decoration: underline;
}

.group_item:not(:last-child)::after {
    padding-left: .6rem;
    padding-right: .8rem;
    content: '/';
    color: #E2E1DD;
}


/* ---------- 商品ページメイン ---------- */


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

.item_img_main_container {
    width: 100%;
}

.item_img_main {
    border: 1px solid #E6E5E1;
}

.item_img_main .slick-prev,
.item_img_main .slick-next {
    font-size: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s ease-out;
    z-index: 1;
}

.item_img_main .slick-prev {
    left: 24px;
}

.item_img_main .slick-next {
    right: 24px;
}

.item_img_main .slick-prev:before,
.item_img_main .slick-next:before {
    border-left: 1px solid #E6E5E1;
    border-top: 1px solid #E6E5E1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px !important;
    height: 24px !important;
    content: "";
    position: absolute;
    transition: 0.5s ease-out;
    z-index: 1;
    cursor: pointer;
}

.item_img_main .slick-prev:before {
    transform: rotate(-45deg);
    left: 0;
}

.item_img_main .slick-next:before {
    transform: rotate(135deg);
    right: 0;
}

.item_img_main .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_img_main_item {
    text-align: center;
}

.item_img_thumb_list {
    margin: 0 -5px;
}

.item_img_thumb_container {
    width: 100%;
}

.item_img_thumb_item {
    width: calc(100% / 6);
    padding: 1rem .5rem 0;
    transition: 0.5s ease-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item_img_thumb_item img {
    border: 1px solid #E6E5E1;
    transition: 0.5s ease-out;
}

.is-current.item_img_thumb_item img {
    opacity: .6;
}


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

.item_cart_container {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.item_cart_main {
    padding: 4rem 2rem;
}

.item_cart_main_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.item_cart_info {
    width: 62%;
    padding-bottom: 3.2rem;
}

.item_cart_form {
    width: 32%;
}

.item_cart_title {
    font-size: 2.2rem;
    line-height: 1.4;
    padding-bottom: 2.4rem;
}

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

.item_cart_price_before_discount {
    padding-top: 14px;
    font-size: 1.4rem;
    color: #838383;
}

/* オプション */

.item_option_container + .item_cart_form_button,
.item_option_container + .item_cart_form_stock {
    padding-top: 3.2rem;
}

.item_option_container + .item_option_container {
    padding-top: 1.2rem;
}


.item_option_heading {
    font-size: 1.4rem;
    padding-bottom: 1.2rem;
}

.item_option_select {
    width: 100%;
    height: 4rem;
    font-size: 1.4rem;
    padding: 0 1rem;
    color: #222;
    border-radius: 0;
    border: 1px solid #2f2f2f;
}

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

/* 数量 */

.item_cart_form_stock {
    padding-bottom: 3.2rem;
}

.item_cart_form_input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_cart_form_input_text {
    font-size: 1.4rem;
    padding-right: 2.8rem;
}

.item_cart_form_input input {
    text-align: center;
    width: 6.4rem;
    height: 4rem;
    background: #fff;
    font-size: 1.8rem;
    border-radius: 0;
    border: 1px solid #222;
}

.number_cotroler_container {
    margin-left: 1.6rem;
}

.number_cotroler {
    font-size: 0;
    padding: .2rem;
    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_button {
    padding-bottom: 1rem;
}

.cart_in_button {
    background: #111;
    color: #fff;
    width: 100%;
    height: 5.6rem;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 3rem;
    cursor: pointer;
}

.cart_in_button:hover {
    color: #fff;
    background: #98968B;
}

.cart_in_button_soldout,
.cart_in_button_off {
    background: #E2E1DD;
    color: #98968B;
    width: 100%;
    height: 5.6rem;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 3rem;
    cursor: none;
}

.cart_in_error_message {
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
}

/*問い合わせ・お気に入り*/
.item_cart_link {
    font-size: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_favorite_button {
    padding-left: 2.8rem;
}

.item_favorite_button button {
    font-size: 1.4rem;
    color: #222;
}

.item_favorite_button button:hover,
.item_favorite_button button.is-added {
    color: #EA5404;
}

.item_cart_link span {
    padding-left: .6rem;
}

/*リンク*/

.item_link_list {
    padding: 2.4rem 0 2rem;
}

.item_link_item + .item_link_item {
    padding-left: 2rem;
}

.item_link_link {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
}


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

.item_detail_body {
    font-size: 1.6rem;
    line-height: 2;
}

.item_honbun {
    margin-top: 6rem;
}

.item_honbun * + * {
    margin-top: 2.8rem;
}

.item_detail_body h2 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 4rem;
}

.item_detail_body h3 {
    font-family: 'Shippori Mincho', serif;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 6.4rem;
}

.item_detail_body h4 {
    font-weight: 500;
}

.item_detail_body a {
    text-decoration: underline;
}

.item_detail_body img {
    display: block;
}

.item_honbun ul {
    margin-left: 2rem;
    list-style: disc;
}

.item_honbun ul li {
    margin-top: .8rem;
}

.item_tsukurite {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 8rem;
}

.item_tsukurite ul {
    margin-left: 2rem;
    list-style: disc;
}

.item_tsukurite ul li {
    margin-top: 1.6rem;
}

.item_tsukurite h2 {
    margin-bottom: 2rem;
}

.item_tsukurite p {
    font-size: 1.5rem;
    line-height: 2;
}

.item_tsukurite_link {
    text-align: right;
    font-size: 1.5rem;
    padding-top: .8rem;
}

.item_spec h3 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.item_spec h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}


.item_spec dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.item_spec dt {
    width: 25.5%;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 0.5%;
    padding: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_spec dd {
    width: 74%;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 2%;
    margin: 0;
    margin-bottom: 0.5%;
}

.item_spec_important dt {
    background: #EFECDC;
}

.item_spec_important dd {
    background: rgba(239, 236, 220, 0.3);
}

.item_spec_important dd > a {
    font-weight: 500;
}

.item_spec_normal dt {
    background: #E8E8E8;
}

.item_spec_normal dd {
    background: rgba(232, 232, 232, 0.5);
}

.item_spec ul {
    margin-left: 2rem;
    list-style-type: disc;
}

.item_spec ul ul {
    list-style-type: circle;
}

.item_spec_memo {
    font-size: 1.3rem;
    padding-top: .8rem;
}

.item_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.item_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.instagram-media {
    margin-top: 2.8rem !important;
    margin-bottom: 0 !important;
}

.item_alcohol_caution {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 1rem 1.6rem;
    background: #EFECDC;
    text-align: center;
}

.item_alcohol_caution + .item_banner{
    margin-top: 4rem;
}


/* ----- 関連商品 ----- */

.item_detail + .related_container {
    padding-top: 6rem;
}

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

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



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

スマートフォンのみ

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

@media screen and (max-width: 767px) {
    .item_info_container {
        padding-bottom: 60px;
    }


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

    a.gensen_icon[href*="2663404"] {
        font-size: 1.5rem;
        padding-bottom: 1.6rem;
    }

    .item_page_header {
        padding-bottom: 2rem;
    }

    .item_page_header_title {
        font-size: 2.4rem;
        padding-bottom: 2rem;
    }

    .group_item:not(:last-child)::after {
        padding-left: .4rem;
        padding-right: .6rem;
    }


    /* ---------- 商品ページメイン ---------- */

    .item_img_container,
    .item_detail {
        width: 100%;
    }


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

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

    .item_img_main .slick-prev {
        left: 1.6rem;
    }

    .item_img_main .slick-next {
        right: 1.6rem;
    }

    .item_img_main .slick-prev:before,
    .item_img_main .slick-next:before {
        width: 2rem !important;
        height: 2rem !important;
    }


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

    .item_cart_container {
        margin-top: 2.4rem;
        margin-bottom: 3.2rem;
    }

    .item_cart_main {
        padding: 3.2rem 0;
    }

    .item_cart_info {
        width: 100%;
    }

    .item_cart_form {
        width: 100%;
    }

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

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


    /* オプション */
    .item_option_heading {
        font-size: 1.3rem;
        padding-bottom: .8rem;
    }

    /* 数量 */
    .item_cart_form_input_text {
        padding-right: 2rem;
    }

    .number_cotroler_up::before,
    .number_cotroler_down::before {
        width: 1rem !important;
        height: 1rem !important;
    }

    /*問い合わせ・お気に入り*/
    .item_cart_link {
        font-size: 1.3rem;
        padding-top: 2.8rem;
    }

    .item_favorite_button {
        padding-left: 1.2rem;
    }

    .item_favorite_button button {
        font-size: 1.3rem;
    }

    /*リンク*/

    .item_link_item {
        width: 100%;
    }

    .item_link_item + .item_link_item {
        padding-left: 0;
        padding-top: 1.4rem;
    }

    .item_link_link {
        font-size: 1.3rem;
    }

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

    .item_detail_body {
        font-size: 1.5rem;
    }

    .item_honbun {
        margin-top: 4rem;
    }

    .item_honbun * + * {
        margin-top: 2.4rem;
    }

    .item_detail_body h2 {
        font-size: 2.4rem;
        margin-bottom: 3.2rem;
    }

    .item_detail_body h3 {
        font-size: 2.1rem;
        margin-top: 6rem;
    }

    .item_tsukurite {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
        margin-top: 6rem;
    }

    .item_tsukurite h2 {
        margin-bottom: 1.2rem;
    }

    .item_tsukurite p {
        font-size: 1.4rem;
    }

    .item_tsukurite p + p {
        margin-top: 1.2rem;
    }

    .item_tsukurite_link {
        font-size: 1.4rem;
    }

    .item_spec {
        font-size: 1.5rem;
    }

    .item_spec h3 {
        margin-top: 3.2rem;
        margin-bottom: 1.6rem;
    }

    .item_spec dt {
        width: 100%;
        line-height: 1.4;
        margin-bottom: 1%;
        padding: 2.5% 5%;
    }

    .item_spec dd {
        width: 100%;
        font-size: 1.3rem;
        padding: 5%;
        margin-bottom: 1%;
    }

    .item_spec_memo {
        font-size: 1.2rem;
        padding-top: .6rem;
    }

    .instagram-media {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .item_alcohol_caution {
        font-size: 1.7rem;
    }


    /* ----- 関連商品 ----- */

    .item_detail + .related_container {
        padding-top: 3.2rem;
    }


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

    .item_error_statement {
        font-size: 1.5rem;
    }

}
