@charset "utf-8";


    html {
        /* font-family: "Lato", serif; */
        font-family: "Noto Sans JP", serif;
        color: #333;
    }

    /* ファーストビュー */
    .fv {
        background-image: url(../images/fv.jpg);
        background-repeat: no-repeat;
        /* background-position: 91% 242%; */
        background-size: cover;
        /* height: 741px; */
        color: #f3f3f3;
        height: 100vh;
    }
    
    /* ファーストビューのみのwidth */
    .fv .width {
        width: 80%;
        margin: 0 auto;
        position: relative;
    }

    /* ヘッダー */
    header {
        position: fixed;
    }

    /* h1 {
        font-family: "Lato", serif;
        text-align: right;
        padding-top: 20px;
    } */

    /* h1 span {
        font-size: 12px;
    } */

    /* ヘッダーここまで */


    /* ＝＝＝＝FV上部＝＝＝＝ */
   
    .catch {
        /* display: flex;
        flex-direction: row-reverse;
        justify-content: center; */
        padding-top: 80px;
    }

    .catch_copy {
        font-size: 50px;
        /* line-height: 1.5; */
        /* writing-mode: vertical-rl; */
    }

    .subcatch_copy {
        font-size: 20px;
        font-weight: 200;
        /* writing-mode: vertical-rl; */
        padding-right: 10px;
        padding-top: 20px;
    }

    /* カラー9種類 */
    .upside img {
        display: block;
        width: 200px;
        /* height: 100px; */
        position: absolute;
        top: 70px;
        right: 22px;
    }


    /* =====CTAエリア===== */
    .cta {
        position: relative;
        /* フォントカラー */
        color: #f4fff8;
        width: 460px;
        padding-top: 140px;
    }

    /* 強調エリア */
    .emphasis-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .emphasis01,
    .emphasis02,
    .emphasis03 {
        background-image: url(../images/cta-img.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 145px;
        height: 145px;
        font-weight: normal;
        /* テキストの調整 */
        text-align: center;
        padding-top: 20px;
    }

    .emphasis01 {
        line-height: 1.2;
        padding-top: 36px;
    }

    .emphasis02 {
        line-height: 1.2;
        padding-top: 54px;
    }

    .emphasis03 {
        line-height: 1.2;
        padding-top: 54px;
    }

    .emphasis01 span,
    .emphasis02 span {
        font-size: 28px;
    }

    /* ＝＝＝＝＝＝＝＝価格帯＝＝＝＝＝＝＝＝ */
    .price_range {
        padding: 20px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        color: #f3f3f3;
    }

    /* セット価格サークル */
    .circle {
        font-size: 20px;
        line-height: 1.2;
        position: relative;
        display: inline-block;
        width: 115px;
        height: 115px;
        border-radius: 50%;
        border: solid 1px #f3f3f3;
            
    }

    .circle span {
        position: absolute;
        display: inline-block;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 115px;
        text-align: center;
    }

    /* プライス */
    .price {
        font-family: "Lato", serif;
        font-size: 120px;
        letter-spacing: -2px;
        text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.75);
    }

    .price span {
        font-size: 40px;
    }

    .price .tax {
        font-family: "Noto Sans JP", serif;
        writing-mode: vertical-rl;
        font-size: 15px;
        letter-spacing: 2px;
        padding-left: 3px;
    }


    /* ＝＝＝＝＝＝＝＝ボタン＝＝＝＝＝＝＝＝ */
    button {
        /* 要素をフレックス */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;

        /* きらんの指定 */
        position: relative;

        /* ボタン大きさ */
        width: 100%;
        height: 70px;

        /* 色、影、角 */
        background-color: rgba(238,188,61,1);
        box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
        border-radius: 50px;
        border: none;

        /* ボタンきらん */
        overflow: hidden;

        &::after {
            animation: anime_cvbtn02 6s infinite;
            content: '';
            position: absolute;
            top: -10%;
            left: -20%;
            width: 40px;
            height: 100%;
            transform: scale(2) rotate(20deg);
            background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
        }
    }

    /* //ボタン　きらん　アニメーション */
    @keyframes anime_cvbtn02 {
        0% {
            left: -20%;
        }

        10% {
            left: 120%;
        }

        100% {
            left: 120%;
        }
    }

    /* ショッピングカートAND矢印 */
    button img {
        display: block;
        width: 30px;
        height: 30px;
    }

    .btn {
        color: #333;
        transform-origin: center;
        /* リンクの下線を消す */
        text-decoration: none;
        font-size: 19px;
    }

    /* ＝＝＝＝＝＝＝＝ボタンここまで＝＝＝＝＝＝＝＝ */


    /* section01 Concept */
    .section01 {
        background-color: #f4fff8;
        padding: 50px 0;
    }

    .section01 h3 {
        font-size: 30px;
        font-family: "Roboto", serif;
        border-bottom: solid;
        /* 線指定 */
        padding-bottom: 5px;
        /* 余白指定 */
        margin-bottom: 15px;
        /* 周りの余白指定 */
    }

    .section01 h4 {
        display: inline-block;
        font-size: 18px;
        padding-top: 20px;
        line-height: 1.5;
    }

    .section01 p {
        padding-top: 15px;
        line-height: 1.3;
    }

    .section01 img {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-radius: 10px;
    }




    .section02 {
        background-color: #4d4847;
        height: 500px;
    }

    footer {
        background-color: crimson;
        height: 200px;
    }