@charset "UTF-8";
.concept{
    max-width: 575px;
    margin: 0 auto;
}
@media screen and (min-width : 769px) {
.concept{
    max-width: 1440px;
    margin: 0 auto;
}
}
/* ===================================
food_mood
=================================== */
.fm_p{
    width: 45%;
}
.fm{
    margin-top: 20px;
    margin-left: 10%;
}
.fm_t{
    font-family: "Kaisei Opti";
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 10%;
    margin-left: 10%;
}
.fm_icon{
    color: var(--primary-yellow);
    font-family: Bevan;
    font-size: 4rem;
}
.fm_txt{
    background-image: url(../images/food.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: 70%;
    background-position-y: 20px;
    display: flex;
    justify-content: space-between;
}
.fm_deco{
    width: 15%;
}
.fm_txt_2{
    background-image: url(../images/mood.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: 94%;
    background-position-y: 40px;
    display: flex;
    justify-content: flex-start;
}
.fm_t_2{
    font-family: "Kaisei Opti";
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 12%;
    padding-left: 4%;
}
.fm_box_2{
    width: 90%;
    text-align: right;
    padding-top: 20px;
}
.fm_box_pc_1,
.fm_box_pc_2{
    display: none;
}
/* recruit 427 */
@media screen and (min-width : 427px) {
    .fm_t{
        font-size: 1.6rem;
    }
    .fm_t_2{
        font-size: 1.6rem;
        padding-top: 10%;
    }
}
/* recruit 501 */
@media screen and (min-width : 501px) {
    .fm_t{
        font-size: 1.8rem;
    }
    .fm_t_2{
        font-size: 1.8rem;
        padding-top: 14%;
    }
}
/* foodmood pc */
@media screen and (min-width : 769px) {
    .fm_box_pc_1,
    .fm_box_pc_2{
        display: flex
    }
    .fm_box_1{
        display: none;
    }
    .fm_deco{
        padding-top: 40px;
        width: 11%;
        margin-left: 100px;
    }
    .fm_deco_2{
        padding-top: 40px;
        width: 10%;
    }
    .fm_t{
        font-size: 1.4rem;
        padding-top: 120px;
    }
    .fm_t_2{
        font-size: 1.4rem;
        padding-top: 100px;
        padding-left: 100px;
    }
    .fm_txt{
        background-size: 32%;
        background-position-x: 76%;
        background-position-y: 60px;
    }
    .fm_box_2{
        width: 40%;
        padding: 0;
        margin: 78px 30px 0 0 ;
    }
    .fm_box_pc3{
        width: 50%;
        padding: 40px;
    }
    .fm_txt_2{
        background-size: 32%;
        margin-top: 20px;
    }
}
/* foodmood 1160 */
@media screen and (min-width : 1160px) {
    .fm_box_2{
        width: 60%;
        padding: 40px 100px;
        margin: 0;
    }
    .fm_t{
        font-size: 1.8rem;
    }
    .fm_t_2{
        font-size: 1.8rem;
        padding-top: 160px;
        padding-left: 180px;
    }
}
/* ===================================
scene
=================================== */
.scene{
    background-image: url(../images/t_info.png);
}
.title{
    color: var(--primary-white);
    text-align: center;
    font-family: Bevan;
    font-size: 3rem;
    padding-top: 10px;
}
.subtitle{
    color: var(--primary-white);
    font-family: "Kaisei Opti";
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.scene_p{
    position: relative;
    padding-top: 28px;
}
.photo_2{
    width: 48%;
    position: absolute;
    z-index: 2;
    margin-left: 6%;
}
.photo_1{
    width: 48%;
    position: absolute;
    left: 48%;
    top: 48px;
    z-index: 1;
}
.scene_txt{
    color: var(--primary-white);
    font-size: 1.4rem;
    font-weight: 500;
    width: 86%;
    padding-top: 44%;
    margin: 0 auto;
    padding-bottom: 20px;
}
/* scene pc */
@media screen and (min-width : 769px) {
    .title{
        font-size: 8rem;
    }
    .scene_t{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 48px;
        padding-top: 32px;
    }
    .subtitle{
        font-size: 2.6rem;
        padding: 20px 0 0 20px;
    }
    .scene_txt{
        font-size: 1.8rem;
        width: 74%;
        padding-top: 280px;
        margin: 0;
        margin-left: 90px;
        padding-bottom: 30px;
    }
    .scene_box{
        display: flex;
        justify-content: center;
    }
    .scene_p{
        width: 50%;
    }
}
/* ===================================
seat
=================================== */
.title_2{
    color: var(--primary-red);
    text-align: center;
    font-family: Bevan;
    font-size: 3rem;
    padding-top: 10px;
}
.subtitle_2{
    color: var(--primary-red);
    font-family: "Kaisei Opti";
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}
.seat_content{
    display: flex;
    justify-content: center;
    margin-top: -20px;
}
.item1{
    width: 55%;
    margin-right: -30px;
}
.item2{
    width: 55%;
    margin-left: -30px;
}
.seat_content_2{
    display: flex;
    justify-content: center;
    margin-top: -50px;
}
/* seat pc */
@media screen and (min-width : 769px) {
    .title_2{
        font-size: 8rem;
}
    .subtitle_2{
        font-size: 2.6rem;
    }
    .seat_box{
        display: flex;
        justify-content: center;
    }
    .item1{
        width: 55%;
        margin-right: -90px;
    }
    .seat_content_2{
        margin-top: -16px;
    }
    .item2{
        margin: 0;
    }
}