@charset "utf-8";

@media (max-width: 1320px) {

    body {
        background-color: #FAACA8;
        background-image: linear-gradient(19deg, #FAACA8 0%, #DDD6F3 100%);


        color: #333333;
        background-attachment: fixed;
        z-index: 1;
        font-family: 'Noto Sans JP', sans-serif;
        transition: .7s;
    }

    .tb-style {
        max-width: 400px;
        margin: 0 auto;
    }

    .fv {
        background-repeat: no-repeat;
        background-position: 91% 242%;
        background-size: cover;
        height: 741px;
        color: #f3f3f3;
        position: relative;
    }

    /* FVの横幅指定 */
    .fv .width {
        width: 90%;
        margin: 0 auto;
    }

    .catch {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        padding-top: 40px;
    }

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

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

    .upside img {
        display: block;
        width: 119px;
        /* height: 100px; */
        position: absolute;
        top: 30px;
        left: 0px;
    }

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

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

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

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

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

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

    /* 無料の文字 */
    .emphasis01 span,
    .emphasis02 span {
        font-size: 28px;
    }


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

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

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

    /* プライス */
    .price {
        font-family: "Lato", serif;
        font-size: 90px;
        letter-spacing: -2px;
        text-shadow: none;
    }

    .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;
    }




}