* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Lato', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'arial', 'helvetica', sans-serif;
}

:root {
    --header-height--pc: 112px;
}

video {
    width: 100%;
}

#locostoko_library {
    font-family: 'Lato', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'arial', 'helvetica', sans-serif;
    overflow-x: hidden;
}

.locostoko_library img {
    width: 100%;
}

.text {
    font-size: clamp(10%, 5vw, 16px);
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.red_text {
    color: #ff0000;
}

.section_box {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

.h1 {
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

/* SPから作成 */
/* *********************
         MVエリア
************************ */
.mv_content .mv {
    width: 100%;
    background-color: #111111;
}

.mv_content .mv .img_box {
    max-width: 1000px;
    margin: 0 auto;
}

.mv_content .main_text {
    max-width: 1000px;
    margin: 28px auto;
    width: 95%;
    text-align: center;
}

.main_text .text {
    font-weight: 600;
    font-size: 3.3vw;
}

.title {
    font-size: clamp(10%, 6vw, 22px);
    margin-bottom: 10px;
    font-weight: 600;

}

.mv_title {
    width: 100%;
    text-align: center;
    padding: 0.4em 0;
    margin-bottom: 5px;
    background-image: linear-gradient(180deg, rgba(243, 222, 151, 1) 32%, rgba(193, 151, 41, 1) 64%);
}

.mv_title .h1 {
    font-size: 5vw;
}

/* *********************
         商品詳細
************************ */
.item_edit_area {
    background-color: #f1f1f1;
}

.item_edit_area:nth-child(2n) {
    background-color: #fff;
}

.item_edit_area .section_box {
    padding-top: 17px;
}

.item_edit_area .title {
    margin-bottom: 17px;
}

.item_edit_area .title .h1 {
    font-size: 5vw;
    text-align: center;
}

.item_edit_area .movie_box {
    margin-bottom: 28px;
}

.item_edit_area .item_edit .edit_img .img_box {
    margin-bottom: 15px;
}

.item_edit .edit_text .text {
    margin-bottom: 28px;
}

.item_edit .price_text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.edit_text .price {
    font-size: 10vw;
    color: #ff0000;
    font-weight: 800;
    padding-left: 10px;
}

.edit_text .OFF_price_box {
    font-size: 4vw;
}

.edit_text .OFF_rate {
    background-color: #ff0000;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 1px;
    font-size: 14px;
}

.edit_text .befor_price {
    text-decoration: line-through;
}

.btn_box {
    width: 80%;
    margin: 0 auto;
}

.btn {
    background-color: #000;
    border: 1px solid #dfc26b;
    color: #dfc26b !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 14px 0;
    font-weight: 600;
    margin-bottom: 28px;
}

.btn.all_btn {
    margin-top: 28px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50px;
    color: #000 !important;
    padding: 22px 0;
    position: relative;
}

.btn.all_btn::after {
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 2em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.5em;
    height: 0.5em;
}


footer {
    margin-top: 0;
}

.u-sp {
    display: inline-block;
}

.u-pc {
    display: none;
}

/* こっからPC */
@media screen and (min-width: 767px) {

    .u-sp {
        display: none;
    }

    .u-pc {
        display: inline-block;
    }

    .text {
        font-size: 16px;
    }

    .logo_box {
        width: 24%;
        margin-bottom: 34px;
    }

    .mv_content .main_text {
        margin: 40px auto;
    }

    .mv_title {
        padding: 0.3em 0;
    }

    .mv_title .h1 {
        font-size: clamp(10%, 31vw, 22px);
    }

    .main_text .text {
        font-size: clamp(10%, 10vw, 22px);
    }

    .title.bg-color {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 25px;
        font-size: 26px;
        padding: 0.5em 0;
    }

    .item_edit_area .movie_box {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 28px;
    }

    .item_edit_area .title .h1 {
        font-size: clamp(10%, 5vw, 31px);
    }

    .item_edit {
        display: flex;
    }

    .item_edit .edit_img {
        width: 50%;
    }

    .item_edit .edit_text {
        width: 50%;
        padding: 0 20px;
    }

    .edit_text .OFF_price_box {
        font-size: clamp(10%, 4vw, 22px);
    }

    .edit_text .price {
        font-size: clamp(10%, 4vw, 45px);
    }

    .item_edit_area .item_edit .edit_img .img_box {
        width: 76%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .btn {
        padding: 14px 0;
        font-size: 19px;
        border: 3px solid #dfc26b;
    }

    .all_btn .btn_box {
        width: 36%;
        margin: 80px auto;
    }

    .item_edit_area .section_box {
        padding-bottom: 38px;
    }



    /* 画像大きく */
    .edit_img .img_box {
        cursor: pointer;
        max-width: 500px;
        overflow: hidden;
        width: 100%;
    }

    .edit_img .img_box img {
        height: auto;
        transition: transform .6s ease;
        /* ゆっくり変化させる */
    }

    .edit_img .img_box:hover img {
        transform: scale(1.1);
        /* 拡大 */
    }


}