@charset "UTF-8";
.p_product .product_detail_price_value .num,
.p_product .product_detail_quantity_value_opts_dis span,
.p_product .product_detail_quantity_value_opts_ori span {
    font-family: "Oswald", sans-serif;
}

.scrollable {
    overflow: auto;
    margin-right: -14px;
}

.p_product {
    color: #1a1a1a;
    background-color: #fff;
}
.p_product .intro {
    padding-top: 38px;
}
.p_product .intro_heading {
    font-size: 1.25875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
}
.p_product .lr_product {
    margin-left: -12px;
    margin-right: -12px;
}
.p_product .product_detail_grid {
    display: flex;
    flex-direction: column;
}
.p_product .product_detail_grid_item:nth-child(2) {
    padding-left: 10px;
    padding-right: 16px;
}
.p_product .product_detail_gallery {
    margin: 0 -15px;
}
.p_product .product_detail_gallery_preview {
    position: relative;
}
.p_product .product_detail_gallery_preview_photo {
    width: 100%;
    aspect-ratio: 1.1829652997;
}
.p_product .product_detail_gallery_preview_photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p_product .product_detail_gallery_preview_arrows {
    width: calc(100% - 25px);
    position: absolute;
    top: calc(50% - 20px);
    left: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p_product .product_detail_gallery_preview_prev,
.p_product .product_detail_gallery_preview_next {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    position: relative;
}
.p_product .product_detail_gallery_preview_prev::before,
.p_product .product_detail_gallery_preview_next::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    border-radius: 999px;
    mix-blend-mode: soft-light;
}
.p_product .product_detail_gallery_preview_prev::after,
.p_product .product_detail_gallery_preview_next::after {
    content: "";
    width: 9.2331px;
    height: 9.2331px;
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    rotate: 45deg;
    translate: 0 -50%;
    border: 0;
    border-top: 1.134px solid rgba(51, 51, 51, 0.2);
    border-right: 1.134px solid rgba(51, 51, 51, 0.2);
}
.p_product .product_detail_gallery_preview_prev::after {
    content: "";
    left: calc(50% - 3px);
    scale: -1 -1;
}
.p_product .product_detail_gallery_snap {
    width: 115px;
    margin-top: 12px;
    margin-left: 8px;
}
.p_product .product_detail_gallery_snap .slick-list {
    overflow: visible;
}
.p_product .product_detail_gallery_snap_photo {
    width: 105px;
    aspect-ratio: 1;
    margin-left: 5px;
    margin-right: 5px;
}
.p_product .product_detail_gallery_snap_photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p_product .product_detail_youtube {
    width: calc(100% - 25px);
    aspect-ratio: 1.7307692308;
    background-color: #888;
    position: relative;
    left: -4px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
}
.p_product .product_detail_youtube iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p_product .product_detail_tags {
    font-size: 0.974375rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.033em;
    font-feature-settings: "palt";
    margin-top: 30px;
}
.p_product .product_detail_title {
    font-size: 1.24rem;
    font-weight: 700;
    letter-spacing: 0.033em;
    line-height: 1.2857862903;
    font-feature-settings: "palt";
    margin-top: 4px;
    margin-right: -20px;
}
.p_product .product_detail_cate {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 11px;
    margin-left: -7px;
}
.p_product .product_detail_cate span {
    background-color: #e1e1e1;
    border-radius: 999px;
    font-size: 0.664375rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.1;
    font-feature-settings: "palt";
    padding: 6px 19px;
}
.p_product .product_detail_txt {
    font-size: 0.7975rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.033em;
    font-feature-settings: "palt";
    text-align: justify;
    margin-top: 19px;
    margin-left: -7px;
}
.p_product .product_detail_price {
    display: flex;
    gap: 16px;
    align-items: center;
    border-bottom: 0.567px solid #888;
    margin-top: 13px;
    padding-bottom: 2px;
}
.p_product .product_detail_price_tag {
    font-size: 0.974375rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
}
.p_product .product_detail_price_value {
    font-size: 1.24rem;
    font-weight: 700;
    line-height: 1.5357862903;
    letter-spacing: 0.08em;
    display: inline-flex;
    gap: 6px;
    align-items: baseline;
}
.p_product .product_detail_price_value .num {
    font-size: 2.43625rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.033em;
    position: relative;
    top: 3px;
}
.p_product .product_detail_quantity {
    margin-top: 18px;
}
.p_product .product_detail_quantity_value {
    display: flex;
    gap: 19px;
    align-items: baseline;
}
.p_product .product_detail_quantity_value_tag {
    font-size: 0.974375rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
    flex-shrink: 0;
}
.p_product .product_detail_quantity_value_opts {
    width: 105.4252px;
    height: 30.4252px;
    position: relative;
}
.p_product .product_detail_quantity_value_opts_dis {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    pointer-events: none;
    border: 0.425px solid #666;
    border-radius: 2px;
    display: inline-flex;
    gap: 6px;
    align-items: baseline;
    justify-content: center;
    padding-right: 24px;
}
.p_product .product_detail_quantity_value_opts_dis::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("./../images/common/icon_quantity_opts.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% + 5px);
    right: 15px;
    translate: 0 -50%;
}
.p_product .product_detail_quantity_value_opts_ref,
.p_product .product_detail_quantity_value_opts_ori {
    position: absolute;
    z-index: 0;
    inset: 0;
    outline: 0;
    border: 0;
    padding: 5px 10px;
}
.p_product .product_detail_quantity_value_opts_dis,
.p_product .product_detail_quantity_value_opts_ori {
    font-size: 0.7975rem;
    font-weight: 500;
    letter-spacing: 0.033em;
}
.p_product .product_detail_quantity_value_opts_dis span,
.p_product .product_detail_quantity_value_opts_ori span {
    font-size: 1.32875rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.033em;
}
.p_product .product_detail_quantity_value_opts_ref {
    display: none;
}
.p_product .product_detail_action {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.p_product .product_detail_action_submit {
    width: calc(100% - 46px - 4px);
    border: 0;
    outline: 0;
    color: #fff;
    background-color: #3355a4;
    border-radius: 2px;
    font-size: 0.974375rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
}
.p_product .product_detail_action_fav {
    width: 45.4252px;
    height: 45.4252px;
    cursor: pointer;
    border: 0.425px solid #bbb;
    border-radius: 2px;
    padding: 8px 8px 2px;
}
.p_product .product_detail_stock {
    width: 105.4252px;
    height: 30.4252px;
    font-size: 0.7975rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.033em;
    font-feature-settings: "palt";
    border: 0.425px solid #666;
    border-radius: 2px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_product .product_detail_back {
    display: block;
    font-size: 0.7975rem;
    font-weight: 400;
    letter-spacing: 0.033em;
    line-height: 1.1;
    font-feature-settings: "palt";
    border-bottom: 0.567px solid #888;
    margin-top: 15px;
    padding-left: 2px;
    padding-bottom: 10px;
}
.p_product .product_detail_notify {
    display: flex;
    gap: 9px;
    flex-direction: column;
    padding: 14px 10px 10px 1px;
}
.p_product .product_detail_notify li {
    display: block;
    line-height: 1;
}
.p_product .product_detail_notify_link {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-size: 0.7975rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.033em;
    font-feature-settings: "palt";
}
.p_product .product_detail_notify_link .icon {
    width: 20px;
}
.p_product .product_detail_sns {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    font-size: 0.7975rem;
    font-weight: 500;
    letter-spacing: 0.033em;
    font-feature-settings: "palt";
    border: 0.425px solid #666;
    border-radius: 4px;
    margin-top: 8px;
    padding: 15px 31px 14px 13px;
}
.p_product .product_detail_sns_lists {
    display: flex;
    gap: 12px;
    align-items: center;
}
.p_product .product_detail_sns_link {
    width: 30px;
    display: block;
}
.p_product .product_detail_spec {
    margin-top: 71px;
    padding-left: 9px;
}
.p_product .product_detail_spec_title {
    font-size: 0.974375rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.p_product .product_detail_spec_table {
    width: 860px;
}
.p_product .product_detail_spec_table th,
.p_product .product_detail_spec_table td {
    border: 0.4252px solid #666;
}
.p_product .product_detail_spec_table thead th {
    height: 50.4252px;
    font-size: 0.885625rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.033em;
    font-feature-settings: "palt";
    text-align: center;
    vertical-align: middle;
    background-color: #d5d5d5;
    padding: 5px;
}
.p_product .product_detail_spec_table thead th:nth-child(1) {
    width: 74px;
}
.p_product .product_detail_spec_table thead th:nth-child(2) {
    width: 70px;
}
.p_product .product_detail_spec_table thead th:nth-child(3) {
    width: 49px;
}
.p_product .product_detail_spec_table thead th:nth-child(4) {
    width: 90px;
}
.p_product .product_detail_spec_table thead th:nth-child(5) {
    width: 70px;
}
.p_product .product_detail_spec_table thead th:nth-child(6) {
    width: 70px;
}
.p_product .product_detail_spec_table thead th:nth-child(7) {
    width: 70px;
}
.p_product .product_detail_spec_table thead th:nth-child(8) {
    width: 88px;
}
.p_product .product_detail_spec_table thead th:nth-child(9) {
    width: 71px;
}
.p_product .product_detail_spec_table thead th:nth-child(10) {
    width: 110px;
}
.p_product .product_detail_spec_table tbody td {
    height: 40px;
    font-size: 0.885625rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    font-feature-settings: "palt";
    text-align: center;
    vertical-align: middle;
}
.p_product .product_detail_spec_table_arrows {
    width: calc(100% - 16px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 10px;
    position: relative;
}
.p_product .product_detail_spec_table_next,
.p_product .product_detail_spec_table_prev {
    width: 30px;
    height: 30px;
    background-color: #e1e1e1;
    border-radius: 2px;
    position: absolute;
    bottom: calc(100% + 1px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.p_product .product_detail_spec_table_next img,
.p_product .product_detail_spec_table_prev img {
    width: 15.8411px;
}
.p_product .product_detail_spec_table_prev {
    right: 33px;
}
.p_product .product_detail_spec_table_prev img {
    scale: -1 1;
}
.p_product .product_detail_spec_table_next {
    right: 0;
}
.p_product .product_detail_unknown {
    width: calc(100% - 24px);
    height: 250.3803px;
    position: relative;
    left: -4px;
    margin-left: auto;
    margin-right: auto;
    border: 0.38px solid #666;
    margin-top: 23px;
}
@media screen and (min-width: 768px) {
    .scrollable {
        width: 100%;
        margin-right: 0;
    }
    .p_product .intro {
        padding-top: 48px;
    }
    .p_product .intro_heading {
        font-size: 2.87875rem;
        font-feature-settings: "palt";
    }
    .p_product .lr_product {
        margin-top: 44px;
        margin-left: 0;
        margin-right: 0;
    }
    .p_product .lr_product_main {
        padding-bottom: 97px;
    }
    .p_product .product_detail_grid {
        gap: 40px;
        flex-wrap: wrap;
        flex-direction: row;
        padding-left: 3px;
    }
    .p_product .product_detail_grid_item:nth-child(1) {
        width: calc(54.6511627907% - 20px);
        width: clamp(54.6511627907% - 20px, (1024px - 100vw) * 1000, 100%);
    }
    .p_product .product_detail_grid_item:nth-child(2) {
        width: calc(45.3488372093% - 20px);
        width: clamp(45.3488372093% - 20px, (1024px - 100vw) * 1000, 100%);
        margin-top: -7px;
        padding-left: 0;
        padding-right: 0;
    }
    .p_product .product_detail_gallery {
        margin: 0;
    }
    .p_product .product_detail_gallery_preview_photo {
        aspect-ratio: 1.1842105263;
    }
    .p_product .product_detail_gallery_preview_arrows {
        display: none;
    }
    .p_product .product_detail_gallery_snap {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .p_product .product_detail_gallery_snap_photo {
        width: calc(25% - 7.5px);
        margin-left: 0;
        margin-right: 0;
        cursor: pointer;
    }
    .p_product .product_detail_youtube {
        width: 100%;
        margin-top: 27px;
        margin-left: 0;
        margin-right: 0;
    }
    .p_product .product_detail_tags {
        font-size: 0.974375rem;
        margin-top: 2px;
    }
    .p_product .product_detail_title {
        font-size: 1.24rem;
        margin-top: 9px;
    }
    .p_product .product_detail_cate {
        margin-top: 16px;
        margin-left: -3px;
    }
    .p_product .product_detail_cate span {
        font-size: 0.664375rem;
        padding: 5px 16px 6px;
    }
    .p_product .product_detail_txt {
        font-size: 0.885625rem;
        line-height: 1.8002822865;
        margin-top: 24px;
        margin-left: 0;
    }
    .p_product .product_detail_price {
        gap: 19px;
        margin-top: 45px;
        padding-bottom: 8px;
    }
    .p_product .product_detail_price_tag {
        font-size: 0.974375rem;
        padding-bottom: 5px;
    }
    .p_product .product_detail_price_value {
        gap: 9px;
        font-size: 1.24rem;
    }
    .p_product .product_detail_price_value .num {
        font-size: 2rem;
    }
    .p_product .product_detail_quantity {
        margin-top: 31px;
    }
    .p_product .product_detail_quantity_value {
        gap: 16px;
    }
    .p_product .product_detail_quantity_value_tag {
        font-size: 0.974375rem;
    }
    .p_product .product_detail_quantity_value_opts_dis {
        padding-right: 24px;
    }
    .p_product .product_detail_quantity_value_opts_ref,
    .p_product .product_detail_quantity_value_opts_ori {
        padding: 5px 10px;
        cursor: pointer;
    }
    .p_product .product_detail_quantity_value_opts_ref:hover,
    .p_product .product_detail_quantity_value_opts_ori:hover {
        opacity: 0.8;
    }
    .p_product .product_detail_quantity_value_opts_dis,
    .p_product .product_detail_quantity_value_opts_ori {
        font-size: 0.7975rem;
    }
    .p_product .product_detail_quantity_value_opts_dis span,
    .p_product .product_detail_quantity_value_opts_ori span {
        font-size: 1.32875rem;
        position: relative;
        bottom: -2px;
    }
    .p_product .product_detail_action {
        margin-top: 12px;
    }
    .p_product .product_detail_action_submit {
        font-size: 0.974375rem;
        transition: opacity 150ms linear;
    }
    .p_product .product_detail_action_submit:hover {
        opacity: 0.8;
    }
    .p_product .product_detail_action_fav {
        padding: 6px 8px 3px;
        transition: opacity 150ms linear;
    }
    .p_product .product_detail_action_fav:hover {
        opacity: 0.8;
    }
    .p_product .product_detail_stock {
        font-size: 0.7975rem;
        margin-top: 9px;
    }
    .p_product .product_detail_back {
        font-size: 0.7975rem;
        margin-top: 30px;
        padding-left: 6px;
        padding-bottom: 9px;
    }
    .p_product .product_detail_notify {
        padding: 18px 10px 10px 6px;
    }
    .p_product .product_detail_notify_link {
        font-size: 0.7975rem;
    }
    .p_product .product_detail_sns {
        font-size: 0.7975rem;
        margin-top: 40px;
        padding: 14px 49px 14px 10px;
    }
    .p_product .product_detail_sns_lists {
        position: relative;
        top: 3px;
    }
    .p_product .product_detail_sns_link {
        width: 30px;
    }
    .p_product .product_detail_spec {
        margin-top: 81px;
        padding-left: 0;
    }
    .p_product .product_detail_spec_title {
        font-size: 0.875rem;
        letter-spacing: 0.18em;
        padding-left: 3px;
    }
    .p_product .product_detail_spec_table {
        width: 100%;
        min-width: 768px;
        margin-top: 10px;
    }
    .p_product .product_detail_spec_table thead th {
        height: 50.4252px;
        font-size: 0.885625rem;
        padding: 5px;
    }
    .p_product .product_detail_spec_table tbody td {
        height: 40px;
    }
    .p_product .product_detail_spec_table_arrows {
        display: none;
    }
    .p_product .product_detail_unknown {
        width: 100%;
        left: 0;
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
    }
}


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