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

.item_page_header {
    padding-bottom: 4rem;
    align-items: baseline;
}

.item_page_heading {
    width: 100%;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 2.6rem;
    margin: 0;
}

.item_header_price {
    font-size: 1.8rem;
    margin-right: 2.4rem;
}

.item_header_cart {
    color: #870015;
    padding-bottom: .5rem;
    border-bottom: 1px solid;
    align-items: center;
}

.item_header_cart img {
    width: 1.8rem;
    filter: invert(10%) sepia(71%) saturate(5366%) hue-rotate(329deg) brightness(82%) contrast(139%);
    margin-right: .6rem;
    margin-bottom: -0.2rem;
}

.item_header_cart span {
    font-size: 1.7rem;
    font-weight: 600;
}

.item_header_cart:hover {
    color: #720012;
    text-decoration: none;
}

.item_header_cart:hover img {
    filter: invert(9%) sepia(39%) saturate(6629%) hue-rotate(338deg) brightness(98%) contrast(112%);
}

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

.item_img_container {
    padding-bottom: 6.8rem;
}

.item_img_main_container {
    width: 100%;
    position: relative;
}

.item_img_satsuma {
    width: 15%;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    position: absolute;
    top: -8%;
    right: 4%;
    display: block;
    z-index: 1;
}

.item_img_satsuma:hover img {
    filter: grayscale(100%);
}

.item_img_main .slick-prev,
.item_img_main .slick-next {
    font-size: 0;
    width: 54px;
    height: 54px;
    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 #F2F1ED;
    border-top: 1px solid #F2F1ED;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px !important;
    height: 28px !important;
    content: "";
    position: absolute;
    transition: 0.5s ease-out;
    z-index: 1;
    filter: drop-shadow(2px 2px 4px #999);
}

.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: flex;
    align-items: center;
}

.item_img_main_item {
    text-align: center;
}

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

.item_img_thumb_item {
    width: calc(100% / 5);
    padding: 1.2rem .6rem 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_body {
    padding-bottom: 10rem;
    font-size: 1.7rem;
    line-height: 1.8;
}

.item_body > * {
    margin: 2rem 0;
}

.item_body h2:not(:first-child) {
    margin-top: 4rem;
}

.item_body a:not(.item_haikei) {
    text-decoration: underline;
}

.item_body_list {
    margin-top: 6rem;
}

.item_body_list li {
    position: relative;
    padding-left: 8rem;
}

.item_body_list li + li {
    margin-top: 3.2rem;
}

.item_body_list li::before {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

.item_body_list li:nth-child(1)::before {
    content: "一."
}

.item_body_list li:nth-child(2)::before {
    content: "二."
}

.item_body_list li:nth-child(3)::before {
    content: "三."
}

.item_body p:not(:first-child) {
    margin-top: 4rem;
}

.item_haikei {
    background: #222222;
    color: #fff;
    align-items: center;
    margin-top: 10rem;
}

.item_haikei:hover {
    color: #fff;
    text-decoration: none;
    filter: grayscale(100%);
}

.item_haikei_body {
    width: 36%;
    padding: 2% 4%;
}

.item_haikei_logo {
    width: 10rem;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(31deg) brightness(101%) contrast(99%);
    padding-bottom: 2.4rem;
}

.item_haikei_text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 0 !important;
}

.item_haikei_link {
    color: #fff;
    line-height: 1;
    margin-top: 2.8rem;
}

.item_haikei_img {
    width: 64%;
}

.item_detail {
    position: relative;
    margin-top: 8rem;
}

.item_detail_list {
    height: 120px;
    overflow: hidden;
}

.item_detail_list dl {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 2rem 3%;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.6;
}

.item_detail_list dt {
    width: 25%;
    padding: 1rem 4% 1rem 0;
}

.item_detail_list dd {
    width: 75%;
    padding: 1rem 0;
    margin: 0;
}

.show_more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 2rem;
    font-weight: 600;
    width: 100%;
    height: 30px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg,
            rgb(255, 255, 255, 0) 0%,
            rgb(255, 255, 255, 1) 90%);
    cursor: pointer;
    z-index: 1;
}

.show_more span {
    position: relative;
}

.show_more span::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -2rem;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
}

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

.item_cart_container {
    padding: 4.8rem 5% 6rem 7%;
    background: #F2F1ED;
}

.item_cart_title {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 4rem;
}

.item_cart_main {
    width: 62%;
    padding-right: 8%;
}

.item_cart_price_container {
    padding-bottom: 3.2rem;
}

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

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

/* オプション */

.item_option_container {
    padding-bottom: 2.8rem;
}

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

.item_option_select {
    width: 100%;
    height: 3.6rem;
    border-radius: 0;
    border: 1px solid;
}

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

/* 数量 */

.item_cart_form_stock {
    padding-bottom: 4rem;
}

.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: 8rem;
    height: 4rem;
    color: #000;
    background: #fff;
    font-size: 1.7rem;
    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: 10px !important;
    height: 10px !important;
    content: "";
    display: block;
}

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

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

.item_cart_form_stock_number {
    font-size: 1.4rem;
}

/* カートボタン */
.cart_button {
    width: 25rem;
    height: 6rem;
    font-size: 2rem;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.cart_in_button_soldout {
    padding: 0;
}

.cart_in_button {
    background: #870015;
    color: #fff;
}

.cart_in_button img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(31deg) brightness(101%) contrast(99%);
    width: 1.8rem;
    margin-right: .6rem;
}

.cart_in_button:hover {
    background: #720012;
}

.cart_in_button_soldout,
.cart_in_button_off {
    background: #7E7C76;
    color: #fff;
}

.cart_membersonly {
    font-size: 1.8rem;
}

/*リンク*/

.item_cart_sub {
    width: 38%;
}

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

.item_link_item {
    position: relative;
    padding-left: 1.6rem;
}

.item_link_item::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}

.item_link_link {
    font-size: 1.5rem;
    line-height: 1.3;
}

/* ----- 薩摩のさつま説明 ----- */

.item_satsuma {
    padding-top: 10rem;
}

.item_satsuma_logo {
    width: 42%;
    padding-right: 8%;
}

.item_satsuma_body {
    width: 58%;
}

.item_satsuma_text {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: justify;
}

.item_satsuma_link {
    margin-top: 2.8rem;
}

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

.recommend_container {
    padding-top: 15rem;
}

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

.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: #870015;
    font-size: 120%;
    margin-bottom: 6rem;
}

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


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

スマートフォンのみ

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

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

    .item_page_header {
        padding-bottom: 2.4rem;
    }

    .item_page_heading {
        font-size: 2.6rem;
        padding-bottom: 2.2rem;
    }

    .item_header_price {
        font-size: 1.7rem;
        margin-right: 2rem;
    }

    .item_header_cart img {
        width: 1.6rem;
        margin-right: .5rem;
        margin-bottom: -0.2rem;
    }

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

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

    .item_img_container {
        padding-bottom: 3.2rem;
    }

    .item_img_satsuma {
        width: 22%;
        padding: 2px;
        top: -12%;
        right: 2%;
    }

    .item_img_main .slick-prev,
    .item_img_main .slick-next {
        width: 4.8rem;
        height: 4.8rem;
    }

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

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

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

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

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

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

    .item_body {
        padding-bottom: 6rem;
        font-size: 1.7rem;
    }

    .item_body > * {
        margin: 1.2rem 0;
    }


    .item_body h2:not(:first-child) {
        margin-top: 3.2rem;
    }

    .item_body_list {
        font-size: 1.6rem;
        margin-top: 4rem;
    }

    .item_body_list li {
        padding-left: 5.2rem;
    }

    .item_body_list li + li {
        margin-top: 2.4rem;
    }

    .item_body_list li::before {
        font-size: 2.5rem;
    }

    .item_body p:not(:first-child) {
        margin-top: 2.8rem;
    }


    .item_haikei {
        margin-top: 4.8rem;
    }

    .item_haikei_body {
        width: 100%;
        padding: 3.2rem 2.4rem 2.8rem;
    }

    .item_haikei_logo {
        padding-bottom: 1.6rem;
    }

    .item_haikei_text {
        font-size: 1.5rem;
    }

    .item_haikei_link {
        margin-top: 0;
    }

    .item_haikei_img {
        width: 100%;
    }

    .item_detail {
        margin-top: 5rem;
    }

    .show_more {
        font-size: 2rem;
    }

    .item_detail_list {
        margin-bottom: 2.8rem;
    }

    .item_detail_list dl {
        padding: 1.2rem 2%;
        font-size: 1.4rem;
    }

    .item_detail_list dt {
        width: 28%;
        padding: .6rem 2% .6rem 0;
    }

    .item_detail_list dd {
        width: 72%;
        padding: .6rem 0;
    }

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

    .item_cart_container {
        padding: 3.6rem 2rem 4rem;
    }

    .item_cart_title {
        width: 100%;
        font-size: 2.1rem;
        padding-bottom: 3.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.8rem;
    }

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

    /* オプション */

    .item_option_container {
        padding-bottom: 2rem;
    }

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

    .item_option_select {
        height: 3.4rem;
    }

    /* 数量 */

    .item_cart_form_stock {
        padding-bottom: 3.2rem;
    }

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

    .item_cart_form_input input {
        width: 6rem;
        height: 4.4rem;
    }

    .number_cotroler_container {
        margin-left: 1.2rem;
    }

    .number_cotroler {
        padding: 2px;
    }

    .number_cotroler_up::before,
    .number_cotroler_down::before {
        width: 10px !important;
        height: 10px !important;
    }

    .item_cart_form_stock_number {
        font-size: 1.3rem;
    }

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

    .cart_membersonly {
        font-size: 1.6rem;
    }

    /*リンク*/

    .item_cart_sub {
        padding-top: 2.8rem;
        width: 100%;
    }

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

    .item_link_item {
        padding-left: 1.6rem;
    }

    .item_link_link {
        font-size: 1.4rem;
    }

    /* ----- 薩摩のさつま説明 ----- */

    .item_satsuma {
        padding-top: 6rem;
    }

    .item_satsuma_logo {
        width: 72%;
        padding-right: 0;
        padding-bottom: 1.6rem;
    }

    .item_satsuma_body {
        width: 100%;
    }

    .item_satsuma_text {
        font-size: 1.5rem;
    }

    .item_satsuma_link {
        margin-top: 1.2rem;
    }

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

    .recommend_container {
        padding-top: 10rem;
    }

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

    .item_error_statement {
        font-size: 1.5rem;
    }

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

    #logo_i {
        width: 70%;
    }

    .main {
        margin: 15px 8% !important;
        padding: 20px !important;
    }

    .caution {
        margin-bottom: 4rem;
    }
    
    .validation_txt{
        font-size: 17px !important;;
    }

}
