@charset "utf-8";

/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

【PC】ウィンドウ幅が768px以下の場合に適用するCSS

■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
@media print,
screen and (max-width:768px) {

    .frozen-dogfood {
        background: url();
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 500;
        color: #484343;
        background-size: contain;
    }

    input[type="checkbox"] {
        background: url(../../img/icon/icon_check_sp@2x.png) no-repeat;
        background-position: left top;
        background-size: 20px 20px;
    }


    /* メイン
======================================== */
    .main_mv {
        margin: auto;
        width:
    }

    /* CONCEPT
======================================== */
    .concept_area {
        padding: 30px;
    }

    .text {
        font-size: 1.2em;
        text-align: center;
        display: block;
    }

    /* タイトル
======================================== */

    section.sec.title {
        background-color: rgb(232, 119, 34);
    }



    h2.title {
        border-left: 3px solid var(--main-color);
        background: var(--main-color-3);
        padding: 10px 20px;
        margin: 50px 0 30px;
        font-size: 5em;
        border-bottom: solid 3px #4a2f1b;
        display: inline-block;
    }

    .main-ttl {
        padding: 10px;
    }

    .title img {
        margin: 17px;
    }


    h2.title_2 {
        font-size: 2em;
        color: #e87822;
        position: relative;
        background: #e87722;
        top: -100px;
        width: 113%;
        right: 20px;
        color: black;
    }

    span.frozen {
        font-size: 2.3m;
    }

    h2.seibun {
        text-align: center;
    }

    /* 詳細背景
======================================== */


    section.sec.shousai {
        background-color: ;
        border-radius: 20px;
    }



    /* fl
======================================== */
    .fl {
        margin: auto;
    }

    .fl img {
        margin: auto;
        display: block;
    }

    .fl p {
        width: 80%;
        margin: auto;
        padding: 20px 53px;
    }

    .left {}

    ul.orange {
        margin: auto;
    }

    ul.orange img {}

    ul.seibun {
        margin-left: 10px;
    }

    ul.seibun li {
        position: relative;
        padding: 9px;
    }

    ul.seibun li::before {
        color: #e87722;
        content: "・";
        font-size: 83px;
        position: absolute;
        top: -41px;
        left: -45px;
    }

    /*  詳細エリア縦３つ
======================================== */

    ul.tate3 {
        margin: auto;
        font-size: 0.9em;
    }


    .tate3 li {}

    li.ando {
        font-weight: bold;
    }



    /*  背景
======================================== */

    .bg_01 {
        background: url(/stg/goods/frozenfood-item/img/bg_01.jpg);
        background-size: cover;
        background-position: center;
        margin-top: 100px;
    }

    ul.hand {
        line-height: 1.5;
        color: #fff;
        padding: 20px;
    }

    .hand li {
        word-break: break-all;
    }


    .bg_02 {
        background: url(/stg/goods/frozenfood-item/img/bg_02.jpg);
        background-size: cover;
        background-position: center;
        margin-top: 100px;
    }

    ul.hand_2 {
        position: relative;
        line-height: 1.5;
        padding: 20px;
    }

    .hand_2 li {
        color: #ff0000;
    }

    .food_up {
        background: url();
        background-size: cover;
        width: 100%;
    }

    /*  右にテキストを重ねる
======================================== */

    .img-left {
        position: relative;
    }

    .img-left img {
        margin: auto;
    }

    .text-right {
        background-color: #ffe47a;
        padding: 20px;
        border-radius: 9px;
        line-height: 1.6;
        margin: 20px 0;
    }

    /*  左にテキストを重ねる
======================================== */

    .img-right {
        position: relative;
    }

    .img-right img {
        margin: auto;
        width: 600px;
    }

    .text-left {
        padding: 20px;
        margin: 20px 0;
        border-radius: 9px;
        background-color: #eaa3a0;
        line-height: 1.6;
    }

    /* common
======================================= */

    .sec {
        margin-top: 26px;
        margin-left: auto;
        margin-right: auto;
    }


    li {
        list-style: none;
    }

    .img {
        vertical-align: bottom;
        object-fit: cover;
    }

    .text {
        font-size: 1.2em;
        text-align: center;
        display: block;
    }

    .price {
        font-size: 1.4em;
        color: #4a2f1b;
    }

    p.zairyou {
        text-align: left;
        padding: 10px;
    }

    span.frozen {
        font-size: 2em;
    }

    span.te {
        font-size: 2em;
        background: rgb(232, 119, 34);
        color: black;
        font-weight: 900;
    }

    /* 成分表
======================================= */

    .seibunhyou {
        width: 100%;
        text-align: center;
    margin-bottom: 15px;
    }

    .seibunhyou ul {
    list-style: none;
    display: inline-block;
    width: 46%;
    }

    .seibunhyou li {
    list-style: none;
    padding: 5px 10px;
    border-bottom: 1px solid black;
    }
    
    /* 診断へ
 ================================================ */
    
    h2.sindanlink {
    background: none;
    text-align:center;
    }

    /* 【共通】ボタン
 ================================================ */
    section.botan_area {
        text-align: center;
        margin: auto;
    }

    .btn_area .btn {
        padding: 7px 0;
        font-size: 1.5em;
        display: block;
        margin: 40px 0 0 0;
        position: relative;
        transition: 0.3s;
        border-radius: 100px;
    }

    .btn_area .btn img {
        position: absolute;
        right: 6.5%;
        top: 50%;
        transform: translateY(-50%);
        width: 25px;
        transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    .btn_area .btn:hover img {
        right: 6%;
    }

    .btn_area .btn:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform 0.3s;
        background: #FAD2BC;
        border-radius: 100px;
    }

    .btn_area .btn:hover:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    .btn_area .btn span {
        position: relative;
        z-index: 1;
    }

    .btn_01 .btn {
        background: #e87822;
        color: #ffff;
    }

    .btn_01 .btn:before {
        background: #FAD2BC;
    }

    .btn_02 .btn {
        background: #e87822;
        color: #4d3924;
    }

    .btn_02 .btn:before {
        background: #FF6700;
    }


    .btn_2 {
        border-radius: 45px;
        background: #f49702;
        border: 1px solid #f49702;
        margin: 20px;
        padding: 5px;
    }




}