@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
* {
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
input,
select,
textarea {
    font-size: inherit;
    font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"],
label {
    cursor: pointer;
}

li {
    list-style-type: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

img,
table,
input,
select,
textarea,
video,
iframe,
canvas {
    vertical-align: top;
}

img {
    border: none;
}

textarea {
    resize: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:focus {
    outline: none;
    text-decoration: none;
}

q:before,
q:after {
    content: "";
}

i {
    font-style: normal;
}

main {
    display: block;
}

*:focus {
    outline: none;
}
body {
    font-family: 'Noto Sans JP', "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

section {
    display: block !important;
    margin: 0;
    padding: 0;
}

.is-pc {
    display: block;
}
.is-sp {
    display: none;
}
.bg-color1 {
    background-color: #21369f !important;
}
.bg-color2 {
    background-color: #813515 !important;
}
.bg-color3 {
    background-color: #af2a0b !important;
}
.bg-color4 {
    background-color: #fde86a !important;
}
.bg-color5 {
    background-color: #002a7c !important;
}
.bg-color6 {
    background-image: #c8e8dc !important;
}
.bg-color7 {
    background-image: linear-gradient(180deg, rgba(255,228,0,1), rgba(255,198,0,1));
}

.btn-color1 {
    background-color: #481e1e !important;
    transition: all ease .3s;
}
.btn-color1:hover {
    background-color: #5a2a2a !important;
}

.text-color1 {
    color: #ffffff !important;
}
.text-color2 {
    color: #332015 !important;
}
.text-color3 {
    color: #b90154 !important;
}
.text-color4 {
    color: #002a7c !important;
}
.zen-regular {
    font-family: "Open Sans", "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
}
.zen-medium {
    font-family: "Open Sans", "Zen Kaku Gothic New", serif;
    font-weight: 500;
    font-style: normal;
}
.zen-bold {
    font-family: "Open Sans", "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-style: normal;
}
.zen-black {
    font-family: "Open Sans", "Zen Kaku Gothic New", serif;
    font-weight: 900;
    font-style: normal;
}


.accordionBody {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: .5s;
    margin:0;
}
.include-accordion.active .accordionBody {
    padding: 0;
}
.accordionBtn {
    cursor: pointer;
}


._bg {
    background: url(../img/bg_pc.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}
._mos_logo {
    display: block;
    width: 72px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 3000;
    opacity: 1;
    transition: all ease .3s;
}
body.preload ._mos_logo {
    opacity: 0;
}
.sp-btn {
    display: none;
}

.sp-nav {
    display: flex;
    align-items: center;
    width: 540px;
    height: 100%;
    position: fixed;
    right: 50%;
    top: 0;
    transform: scale(1) translateX(0);
    transform-origin: left center;
    opacity: 1;
    transition: none;
    z-index: 1999;
}
.close_sp_menu .sp-nav {
    z-index: 1999;
}
.open_sp_menu .sp-nav {
    display: flex;
    align-items: center;
    transform: scale(1) translateX(0);
    opacity: 1;
    transition: none;
}
.sp-nav .sp-nav_body {
    width: 90%;
    margin: 0 auto;
    transition: all ease .3s;
}
body.preload .sp-nav .sp-nav_body {
    opacity: 0;
}
.sp-nav .sp-nav_body ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 10px;
}
.sp-nav .sp-nav_body ul li {
    box-shadow: 3px 3px 10px 0px rgba(240, 100, 35, 0.2);
    border: #ffffff solid 2px;
    border-radius: 8px;
    width: 49.2%;
    margin-bottom: 1.6%;
    overflow: hidden;
}
body._teaser .sp-nav .sp-nav_body ul li {
    width: 60%;
    margin: 0 auto 2%;
    overflow: hidden;
}
.sp-nav .sp-nav_body ul li._qknavi {
    width: 100%;
    margin-bottom: 2%;
    overflow: hidden;
}
.sp-nav .sp-nav_body ul li a {
}
.sp-nav .sp-nav_body ul li:hover {
}

.sp-nav .sp-nav_body .sp-nav_btn {
    width: 66%;
    margin: 0 auto 10px;
}
.sp-nav .sp-nav_body .sp-nav_btn a {
    background-color: #7f341b;
    background-image: linear-gradient(90deg, rgba(153, 95, 76, 1), rgba(127, 52, 27, 1));
    border-radius: 20px;
    box-shadow: 3px 3px 10px 0px rgba(240, 100, 35, 0.2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    color: #ffffff;
    position: relative;
}
.sp-nav .sp-nav_body .sp-nav_btn span {
    display: block;
    width: 36%;
    line-height: 1;
}

.sp-nav .sp-nav_body .sp-nav_netorder {
    width: 66%;
    margin: 0 auto;
}
.sp-nav .sp-nav_body .sp-nav_netorder a {
    background-color: #7f341b;
    background-image: linear-gradient(90deg, rgba(153, 95, 76, 1), rgba(127, 52, 27, 1));
    border-radius: 30px;
    box-shadow: 3px 3px 10px 0px rgba(240, 100, 35, 0.2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    line-height: 0;
    color: #fff;
    position: relative;
}
.sp-nav .sp-nav_body .sp-nav_netorder span {
    display: block;
    width: 48%;
    line-height: 1;
}

._lp {
    width: 1080px;
    padding-left: 540px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: all ease .3s;
}
body.preload ._lp {
    opacity: 0;
}

._container {
    width: 540px;
    margin: 0 auto;
    position: relative;
}

._main {
    position: relative;
}
._main ._mainimg_container {
    background-color: #ffffff;
    box-shadow: 6px 6px 20px 0px rgba(240, 100, 35, 0.2);
    border-radius: 0 0 20px 20px;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}
._main ._mainimg_container ._mainimg_logo {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
._main ._mainimg_container ._mainimg1 {
    width: 100%;
    position: relative;
    z-index: 2;
}
._main ._mainimg_container ._mainimg1 ._mainimg1_img {
    width: 100%;
}
._main ._mainimg_container ._mainimg1 ._mainimg1_copy {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
._main ._mainimg_container ._mainimg1 ._mainimg1_name {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
._main ._mainimg_container ._mainimg2 {
    width: 100%;
    position: relative;
    z-index: 3;
}
._main ._mainimg_container ._mainimg2 ._mainimg2_img {
    width: 100%;
}
._main ._mainimg_container ._mainimg2 ._mainimg2_copy {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
._main ._mainimg_container ._mainimg2 ._mainimg2_name {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
._main ._mainimg_container ._mainimg_notes {
    width: 100%;
    position: relative;
    z-index: 1;
    line-height: 0;
}
._main ._mainimg_container ._mainimg_notes span {
}
._main ._mainimg_container ._mainimg_announcement {
    border-bottom: #ffffff solid 1px;
    width: 100%;
    position: relative;
    z-index: 1;
}


._main ._main_navi {
    width: 94%;
    margin: 0 auto;
    padding: 2% 0;
}
body._teaser ._main ._main_navi {
    width: 94%;
    margin: 0 auto 40px;
    padding: 2% 0;
}
._main ._main_navi ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
._main ._main_navi ul ._main_navi_item1 {
    box-shadow: 3px 3px 10px 0px rgba(240, 100, 35, 0.2);
    border: #ffffff solid 2px;
    border-radius: 8px;
    width: 49%;
    margin-bottom: 2%;
    overflow: hidden;
}
._main ._main_navi ul ._main_navi_item2 {
    box-shadow: 3px 3px 10px 0px rgba(240, 100, 35, 0.2);
    border: #ffffff solid 2px;
    border-radius: 8px;
    width: 88%;
    margin: 0 auto;
    overflow: hidden;
}

._menu {
    width: 94%;
    margin: 0 auto;
    padding: 0 0 50px 0;
    position: relative;
    z-index: 1;
}
._menu._menu1 {
    background: #d22f08;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    z-index: 10;
}
._menu._menu2 {
    background: #662a09;
    border-radius: 0 0 20px 20px;
    z-index: 20;
}
body._teaser ._menu._menu2 {
    border-radius: 0;
}
._menu._menu3 {
    background: #ef7e00;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    z-index: 30;
}
body._teaser ._menu._menu3 {
    border-radius: 0;
}
._menu._menu4 {
    background: #e6002d;
    border-radius: 0 0 20px 20px;
    margin-bottom: 50px;
    z-index: 40;
}


._menu ._main_tvcm {
    width: 100%;
    padding: 50px 0 20px;
}
._menu ._main_tvcm h3 {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: #823921;
}
._menu ._main_tvcm p {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1;
    text-align: center;
    color: #823921;
}
._menu ._main_tvcm ._main_tvcm_video {
    width: 82%;
    margin: 0 auto;
    position: relative;
}
._menu ._main_tvcm ._main_tvcm_video figure {
    box-shadow: 6px 6px 20px 0px rgba(240, 100, 35, 0.2);
    border-radius: 10px;
    overflow: hidden;
}
._menu ._main_tvcm ._main_tvcm_video ._btn_play {
    width: 15%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
}
._menu ._main_tvcm ._main_tvcm_video video {
    width: 100%;
}

._menu ._menu_main {
    width: 100%;
    position: relative;
}
._menu._menu1 ._menu_main,
._menu._menu2 ._menu_main,
._menu._menu3 ._menu_main,
._menu._menu4 ._menu_main {
    position: relative;
}
._menu._menu1 ._menu_main figure,
._menu._menu2 ._menu_main figure,
._menu._menu3 ._menu_main figure,
._menu._menu4 ._menu_main figure {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
._menu._menu1 ._menu_main ._menu_copy,
._menu._menu2 ._menu_main ._menu_copy {
    display: block;
    width: 20%;
    position: absolute;
    left: 2%;
    top: 5%;
    z-index: 2;
}
._menu._menu1 ._menu_text,
._menu._menu2 ._menu_text {
    width: 100%;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}
._menu._menu3 ._menu_text,
._menu._menu4 ._menu_text {
    width: 100%;
    margin-top: -15px;
    position: relative;
    z-index: 10;
}

._menu ._menu_allergytext {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
._menu ._menu_allergytext a {
    text-decoration: underline;
    color: #fff;
}

._menu ._menu_kodawari {
    width: 100%;
    padding-top: 40px;
}
._menu ._menu_kodawari ._menu_kodawari_text {
    line-height: 2.5em;
    text-align: center;
}
._menu ._menu_kodawari ._menu_kodawari_text p {
    font-size: 18px;
    letter-spacing: .05em;
    color: #ffffff;
}


._features {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
}
._features ._features_bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 600px;
    height: 640px;
}
._features ._features_inner {
    width: 100%;
    padding: 100px 20px 40px;
    position: relative;
    z-index: 2;
}
._features ._features_inner ._features_title {
    width: 100%;
    margin-bottom: 40px;
}
._features ._features_inner ._features_text {
    width: 100%;
    margin-bottom: 40px;
}
._features ._features_inner ._features_logo {
    width: 18%;
    margin: 0 auto;
}
._features ._features_inner ._features_img1 {
    width: 30%;
    position: absolute;
    left: 7%;
    bottom: -3%;
    z-index: 3;
}
._features ._features_inner ._features_img2 {
    width: 30%;
    position: absolute;
    right: 7%;
    bottom: -3%;
    z-index: 3;
}


._quizknock {
    width: 100%;
    padding: 50px 0;
}
._quizknock ._quizknock_text {
    width: 75%;
    margin: 0 auto 10px;
}
._quizknock ._quizknock_bnr {
    background-color: #ffffff;
    box-shadow: 3px 3px 10px 0px rgba(240, 100, 35, 0.2);
    border: #ffffff solid 2px;
    border-radius: 8px;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}
._quizknock ._quizknock_bnr a {
    transition: all ease .3s;
}
._quizknock ._quizknock_bnr a:hover {
    opacity: .85;
}


._quizknock_contents {
    box-shadow: 6px 6px 20px 0px rgba(240, 100, 35, 0.2);
    border-radius: 20px;
    overflow: hidden;
    width: 94%;
    position: relative;
    z-index: 1;
    margin: 0 auto 50px;
}


._appli {
    box-shadow: 6px 6px 20px 0px rgba(240, 100, 35, 0.2);
    border-radius: 20px;
    overflow: hidden;
    width: 94%;
    position: relative;
    z-index: 1;
    margin: 0 auto 50px;
}
._appli ._appli_title {
    display: block;
    width: 100%;
    position: relative;
}
._appli ._appli_title ._appli_download {
    width: 70%;
    position: absolute;
    left: 15%;
    top: 32%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
._appli ._appli_title ._appli_download ._appli_download_apple {
    width: 43.8%;
}
._appli ._appli_title ._appli_download ._appli_download_google {
    width: 53.6%;
}
._appli ._appli_point {
    width: 100%;
}
._appli ._appli_point ._appli_point_title {
    border-bottom: #007749 solid 2px;
    width: 100%;
    position: relative;
}
._appli ._appli_point ._appli_point_title::before {
    content: "";
    display: block;
    background: url(../img/icon_arr2_open.png) center center no-repeat;
    background-size: 100% 100%;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: calc(50% - 21px);
    z-index: 10;
}
._appli ._appli_point.active ._appli_point_title::before {
    background: url(../img/icon_arr2_close.png) center center no-repeat;
    background-size: 100% 100%;
}
._appli ._appli_point ._appli_point_body {
    background-color: #c8e8dc;
    width: 100%;
    padding: 40px 0;
}
._appli ._appli_point ._appli_point_body ._appli_point_body_img {
    width: 100%;
    margin-bottom: 30px;
}
._appli ._appli_point ._appli_point_body ._appli_point_body_textarea {
    width: 90%;
    margin: 0 auto;
}
._appli ._appli_point ._appli_point_body ._appli_point_body_text1 {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.5;
}
._appli ._appli_point ._appli_point_body ._appli_point_body_text2 {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.5;
    color: #d90000;
}
._appli ._appli_point ._appli_point_body ._appli_point_body_list {
    display: block;
}
._appli ._appli_point ._appli_point_body ._appli_point_body_list li {
    margin-bottom: .3em;
    padding-left: 1em;
    font-size: 12px;
    line-height: 1.3;
    text-indent: -1em;
    color: #999;
}
._appli ._appli_point ._appli_point_body ._appli_point_body_btn {
    width: 90%;
    margin: 0 auto;
}



._netorder {
    box-shadow: 6px 6px 20px 0px rgba(240, 100, 35, 0.2);
    border-radius: 20px;
    overflow: hidden;
    width: 94%;
    background: #fff;
    z-index: 10;
    position: relative;
    margin: 0 auto 50px;
    padding-bottom: 30px;
}
._netorder ._netorder_ttl {
    background-color: #007749;
    width: 100%;
    margin-bottom: 40px;
    padding: 30px 0;
    text-align: center;
}
._netorder ._netorder_ttl img {
    width: 64.6%;
    margin: 0 auto;
}
._netorder ._netorder_step {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
._netorder ._netorder_step ._order_step_item {
    width: 40%;
    margin: 0 3% 8%;
}
._netorder ._netorder_btn {
    width: 80%;
    margin: 0 auto;
}


.page-top {
    width: 90px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.page-top a {
    display: block;
    width: 100%;
    transition: opacity ease .3s;
}
.page-top a:hover {
    opacity: .8;
}
.page-top.is-show {
    opacity: 1;
}


.float-nav {
    display: none;
}


.footer {
    position: fixed;
    left: 130px;
    bottom: 30px;
    z-index: 1000;
}
.footer .copy {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: right;
    color: #ffffff;
}



.movie__content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.movie__content a {
    display: block;
    width: 100%;
}
.remodal-wrapper {
    pointer-events: none;
}

.remodal .__modal__close {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -45px;
}

.remodal-youtube {
    pointer-events: auto;
    padding: 10px;
}
.remodal-youtube .modalContent {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.remodal-youtube .modalContent iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


@media screen and (max-width: 1096px) {
    ._bg {
        background: url(../img/bg_pc2.jpg) center center no-repeat;
        background-size: cover;
    }
    
    ._mos_logo {
        background-color: #ffffff;
        width: 100%;
        height: 60px;
        position: fixed;
        left: 0;
        bottom: auto;
        top: 0;
        transform: translateX(0);
        z-index: 3000;
        display: flex;
        align-items: center;
    }
    ._mos_logo a {
        display: block;
        width: 60px;
        margin: 0 auto;
    }
    ._mos_logo .is-sp {
        display: block !important;
    }
    ._mos_logo .is-pc {
        display: none !important;
    }


    .footer {
        background-color: #027749;
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        z-index: 1000;
        padding: 24px 0;
    }
    .footer .copy {
        font-size: 10px;
        letter-spacing: 0.06em;
        line-height: 1;
        text-align: center;
        color: #ffffff;
    }
    

	.sp-btn {
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        right: 15px;
        top: 5px;
        z-index: 4000;
	}
    .sp-btn span {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 4px;
        display: block;
        background-color: #007848;
        transition: all 0.3s ease;
    }
    .sp-btn .first-bar {
        transform: translateY(-10px);
    }
    .sp-btn .second-bar {
        transform: translateY(0);
    }
    .sp-btn .third-bar {
        transform: translateY(10px);
    }
    .sp-btn:focus {
        outline: none;
    }
    .open_sp_menu .sp-btn span {
    }
    .open_sp_menu .sp-btn .first-bar {
        transform: translateY(0) rotate(-135deg)
    }
    .open_sp_menu .sp-btn .second-bar {
        opacity: 0;
    }
    .open_sp_menu .sp-btn .third-bar {
        transform: translateY(0) rotate(135deg);
    }

    .sp-nav {
        display: flex;
        align-items: center;
        background: url(../img/bg_pc2.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: fixed;
        right: auto;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        transform-origin: left center;
        opacity: 0;
        z-index: 1999;
    }
    .close_sp_menu .sp-nav {
        opacity: 0;
        z-index: 1;
    }
    .open_sp_menu .sp-nav {
        display: flex;
        align-items: center;
        transform: translateX(-50%);
        opacity: 1;
        transition: all .3s ease;
    }
    .sp-nav .sp-nav_body {
        width: 540px;
        margin: 0 auto;
    }
    
    ._lp {
        width: 540px;
        padding-left: 0;
        padding-top: 60px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    
    ._container {
        margin: 0 auto;
        position: relative;
    }
    
    .page-top {
        width: 90px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1001;
        opacity: 0;
        transition: opacity 0.6s ease;
    }
    .open_sp_menu .page-top {
        opacity: 0;
    }
    .page-top a {
        display: block;
        width: 100%;
        transition: opacity ease .3s;
    }
    .page-top a:hover {
        opacity: .8;
    }
    .page-top.is-show {
        opacity: 1;
    }
    .open_sp_menu .page-top.is-show {
        opacity: 0;
    }


    .float-nav {
        border-radius: 10px 10px 0 0;
        border: #ffffff solid 2px;
        border-bottom: none;
        overflow: hidden;
        display: flex;
        position: fixed;
        bottom: 0;
        left: calc(50% -270px);
        width: 540px;
        z-index: 3000;
        opacity: 0;
        transform: translateY(100%);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .open_sp_menu .float-nav {
        opacity: 0;
    }
    .float-nav.is-show {
        opacity: 1;
        transform: translateY(1px);
    }
    .open_sp_menu .float-nav.is-show {
        opacity: 0;
    }
    .float-nav .float-nav-item {
        width: 50%;
    }
}



@media (max-width: 556px) {
    ._bg {
        background: url(../img/bg_sp.jpg) center top repeat-y;
        background-size: 100% auto;
    }

    ._mos_logo {
        background-color: #ffffff;
        width: 100%;
        height: 13vw;
        position: fixed;
        left: 0;
        bottom: auto;
        top: 0;
        z-index: 3000;
        display: flex;
        align-items: center;
    }
    ._mos_logo a {
        width: 12vw;
    }


    .footer {
        padding: 5vw 0;
    }
    
	.sp-btn {
        width: 10vw;
        height: 10vw;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        left: auto;
        right: 4vw;
        top: 1vw;
        transform: translateX(0);
	}
    .sp-btn span {
        height: 3px;
    }
    .sp-btn .first-bar {
        transform: translateY(-8px);
    }
    .sp-btn .second-bar {
        transform: translateY(0);
    }
    .sp-btn .third-bar {
        transform: translateY(8px);
    }

    .sp-nav {
        display: flex;
        align-items: center;
        background: url(../img/bg_sp.jpg) center top repeat-y;
        background-size: 100% auto;
        width: 100%;
        height: 100%;
        position: fixed;
        right: auto;
        left: 0;
        top: 0;
        transform: translateX(0);
    }
    .open_sp_menu .sp-nav {
        transform: translateX(0);
    }
    .sp-nav .sp-nav_body {
        width: 94%;
        padding-top: 10vw;
    }

    body._teaser .sp-nav .sp-nav_body ul li {
        width: 66vw;
    }

    .sp-nav .sp-nav_body .sp-nav_btn {
        width: 66%;
        margin: 0 auto 10px;
    }
    .sp-nav .sp-nav_body .sp-nav_btn span {
        display: block;
        width: 50%;
        line-height: 0;
    }

    .sp-nav .sp-nav_body .sp-nav_netorder {
        width: 66%;
        margin: 0 auto;
    }
    .sp-nav .sp-nav_body .sp-nav_netorder span {
        display: block;
        width: 60%;
        line-height: 0;
    }
    
    ._lp {
        width: 100%;
        padding-top: 12.95vw;
    }
    
    ._container {
        width: 100%;
    }
    
    body._teaser ._main ._main_navi {
        margin: 0 auto 5vw;
    }

    
    ._menu ._main_tvcm {
        width: 100%;
        padding: 15vw 0 5vw;
    }
    ._menu ._main_tvcm h3 {
        margin-bottom: 2vw;
        font-size: 12vw;
    }
    ._menu ._main_tvcm p {
        margin-bottom: 4vw;
        font-size: 4vw;
    }
    
    ._menu {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10vw;
        position: relative;
        z-index: 1;
    }
    ._menu._menu1 {
        border-radius: 0;
    }
    ._menu._menu2 {
        border-radius: 0;
    }
    ._menu._menu3 {
        border-radius: 0;
    }
    ._menu._menu4 {
        border-radius: 0;
        margin-bottom: 10vw;
    }

    ._menu._menu1 ._menu_text,
    ._menu._menu2 ._menu_text {
        margin-top: -9.5vw;
    }
    ._menu._menu3 ._menu_text,
    ._menu._menu4 ._menu_text {
        width: 100%;
        margin-top: -3vw;
        position: relative;
        z-index: 10;
    }

    ._menu ._menu_allergytext {
        padding-top: 16px;
        font-size: 11px;
        line-height: 1;
        text-align: center;
    }
    ._menu ._menu_allergytext a {
        text-decoration: underline;
        color: #fff;
    }

    ._menu ._menu_kodawari {
        width: 100%;
        padding-top: 8vw;
    }
    ._menu ._menu_kodawari ._menu_kodawari_text {
        line-height: 2.1em;
        text-align: center;
    }
    ._menu ._menu_kodawari ._menu_kodawari_text p {
        font-size: 4vw;
        letter-spacing: 0;
        color: #ffffff;
    }


    ._features {
        width: 100%;
        margin-bottom: 10vw;
        position: relative;
        overflow: hidden;
    }
    ._features ._features_bg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 1;
        width: 120vw;
        height: 128vw;
    }
    ._features ._features_inner {
        width: 100%;
        padding: 20vw 0 14vw;
        position: relative;
        z-index: 2;
    }
    ._features ._features_inner ._features_title {
        width: 100%;
        margin-bottom: 8vw;
    }
    ._features ._features_inner ._features_text {
        width: 100%;
        margin-bottom: 8vw;
    }
    ._features ._features_inner ._features_logo {
        width: 18vw;
        margin: 0 auto;
    }
    ._features ._features_inner ._features_img1 {
        width: 34vw;
        position: absolute;
        left: 4vw;
        bottom: 0;
        z-index: 3;
    }
    ._features ._features_inner ._features_img2 {
        width: 34vw;
        position: absolute;
        right: 4vw;
        bottom: 0;
        z-index: 3;
    }
    

    ._appli {
        margin-bottom: 10vw;
    }
    ._appli ._appli_point ._appli_point_title::before {
        content: "";
        display: block;
        background: url(../img/icon_arr2_open.png) center center no-repeat;
        background-size: 100% 100%;
        width: 8vw;
        height: 8vw;
        position: absolute;
        right: 4vw;
        top: calc(50% - 4vw);
        z-index: 10;
    }
    ._appli ._appli_point ._appli_point_body {
        background-color: #c8e8dc;
        width: 100%;
        padding: 8vw 0;
    }
    ._appli ._appli_point ._appli_point_body ._appli_point_body_img {
        width: 100%;
        margin-bottom: 6vw;
    }
    ._appli ._appli_point ._appli_point_body ._appli_point_body_textarea {
        width: 90%;
        margin: 0 auto;
    }
    ._appli ._appli_point ._appli_point_body ._appli_point_body_text1 {
        margin-bottom: 1em;
        font-size: 14px;
        line-height: 1.5;
    }
    ._appli ._appli_point ._appli_point_body ._appli_point_body_text2 {
        margin-bottom: 1em;
        font-size: 14px;
        line-height: 1.5;
        color: #d90000;
    }
    ._appli ._appli_point ._appli_point_body ._appli_point_body_list {
        display: block;
    }
    ._appli ._appli_point ._appli_point_body ._appli_point_body_list li {
        margin-bottom: .3em;
        padding-left: 1em;
        font-size: 11px;
        line-height: 1.3;
        text-indent: -1em;
        color: #999;
    }
    ._appli ._appli_point ._appli_point_body ._appli_point_body_btn {
        width: 90%;
        margin: 0 auto;
    }
    
    ._netorder {
        padding-bottom: 10vw;
        margin-bottom: 10vw;
    }
    ._netorder ._netorder_ttl {
        background-color: #007749;
        width: 100%;
        margin-bottom: 10vw;
        padding: 5vw 0;
        text-align: center;
    }
    ._quizknock {
        padding: 10vw 0;
    }
    ._quizknock_contents {
        margin-bottom: 10vw;
    }
    
    .page-top {
        width: 20vw;
        position: fixed;
        bottom: 10vw;
        right: 4vw;
        z-index: 1001;
        opacity: 0;
        transition: opacity 0.6s ease;
    }
    .open_sp_menu .page-top {
        opacity: 0;
    }
    .page-top a {
        display: block;
        width: 100%;
        transition: opacity ease .3s;
    }
    .page-top a:hover {
        opacity: .8;
    }
    .page-top.is-show {
        opacity: 1;
    }
    .open_sp_menu .page-top.is-show {
        opacity: 0;
    }



    .float-nav {
        border-radius: 0;
        border: none;
        border-top: #ffffff solid 2px;
        overflow: hidden;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .open_sp_menu .float-nav {
        opacity: 0;
    }
    .float-nav.is-show {
        opacity: 1;
        transform: translateY(2%);
    }
    .open_sp_menu .float-nav.is-show {
        opacity: 0;
    }
}
