@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: #002a7c url(../img/bg1.jpg) center top 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;
}
.sp-btn {
    display: none;
}

.sp-nav {
    display: flex;
    align-items: center;
    width: 500px;
    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 {
    background: #fee457 url(../img/menu_bg.jpg) center center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 15px 5px rgba(254, 225, 90, 1);
    border: #fff solid 2px;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 20px;
    overflow: hidden;
}
.sp-nav .sp-nav_body ul {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}
.sp-nav .sp-nav_body ul li {
    border-bottom: #ffffff solid 1px;
    width: 100%;
}
.sp-nav .sp-nav_body ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 10% 15px;
    font-size: 18px;
    line-height: 1;
    color: #471e1e;
    position: relative;
}
.sp-nav .sp-nav_body ul li a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #471e1e;
    border-right: 3px solid #471e1e;
    transform: rotate(45deg);
    position: absolute;
    right: 10%;
    top: calc(50% - 5px);
    transition: right ease .3s;
}
.sp-nav .sp-nav_body ul li:hover a::before {
    right: 8%;
}
.sp-nav .sp-nav_body ul li a span span {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    line-height: 1;
}

.sp-nav .sp-nav_body .sp-nav_btn {
    background-color: #471e1e;
    border-radius: 4px;
    width: 80%;
    margin: 0 auto 10px;
}
.sp-nav .sp-nav_body .sp-nav_btn a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 39px;
    color: #ffffff;
    position: relative;
}
.sp-nav .sp-nav_body .sp-nav_btn a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    transition: right ease .3s;
}
.sp-nav .sp-nav_body .sp-nav_btn a:hover::before {
    right: 10px;
}
.sp-nav .sp-nav_body .sp-nav_btn span {
    display: block;
    font-size: 16px;
    line-height: 1;
}

.sp-nav .sp-nav_body .sp-nav_netorder {
    width: 75%;
    margin: 0 auto;
    padding-top: 10px;
}
.sp-nav .sp-nav_body .sp-nav_netorder a {
    background-color: #471e1e;
    border-radius: 30px;
    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 a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 35px;
    top: calc(50% - 5px);
    transition: right ease .3s;
}
.sp-nav .sp-nav_body .sp-nav_netorder a:hover::before {
    right: 30px;
}
.sp-nav .sp-nav_body .sp-nav_netorder span {
    display: block;
    width: 55%;
}

._lp {
    overflow: hidden;
    width: 1000px;
    padding-left: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

._container {
    background-color: #fff;
    width: 500px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

._main {
    position: relative;
}
._main ._mainimg_container {
    background-color: #001459;
    width: 100%;
    overflow: hidden;
}
._main ._mainimg_container ._mainimg1 {
    width: 100%;
    position: relative;
    z-index: 1;
}
._main ._mainimg_container ._mainimg1 ._mainimg1_img {
    width: 100%;
}
._main ._mainimg_container ._mainimg1 ._mainimg1_copy {
    width: 30.6%;
    position: absolute;
    left: 2%;
    top: 0;
}
._main ._mainimg_container ._mainimg1 ._mainimg1_name {
    width: 31.2%;
    position: absolute;
    left: 2%;
    bottom: 3%;
}
._main ._mainimg_container ._mainimg2 {
    width: 100%;
    position: relative;
    z-index: 2;
}
._main ._mainimg_container ._mainimg2 ._mainimg2_img {
    width: 100%;
}
._main ._mainimg_container ._mainimg2 ._mainimg2_copy {
    width: 32.2%;
    position: absolute;
    right: 2%;
    top: -8%;
}
._main ._mainimg_container ._mainimg2 ._mainimg2_name {
    width: 35.6%;
    position: absolute;
    right: 2%;
    bottom: 4%;
}
._main ._mainimg_container ._mainimg_notes {
    width: 100%;
    position: relative;
    z-index: 3;
}
._main ._mainimg_container ._mainimg_notes span {
    border-bottom: #ffffff solid 2px;
}
._main ._mainimg_container ._mainimg_announcement {
    border-bottom: #ffffff solid 2px;
    width: 100%;
    position: relative;
    z-index: 4;
}


._main ._main_navi {
    width: 100%;
}
._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 {
    width: 33.3333%;
}
._main ._main_navi ul ._main_navi_item2 {
    width: 50%;
}

._menu {
    width: 100%;
    padding: 0 0 50px 0;
    position: relative;
    z-index: 1;
}
._menu._menu1 {
    background: #21369f url(../img/bg2.jpg) center top no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
    z-index: 10;
}
._teaser ._menu._menu1 {
    padding-top: 100px;
}
._menu._menu2 {
    background: #813515 url(../img/bg3.jpg) center top no-repeat;
    background-size: 100% auto;
    border-top: #21369f solid 30px;
    z-index: 20;
}
._menu._menu3 {
    background: #af2a0b url(../img/bg4.jpg) center top no-repeat;
    background-size: 100% auto;
    z-index: 30;
}
._menu._menu4 {
    background: #fde86a;
    z-index: 40;
}


._menu ._main_tvcm {
    width: 100%;
    padding: 70px 0 40px;
}
._menu ._main_tvcm h3 {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}
._menu ._main_tvcm p {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}
._menu ._main_tvcm ._main_tvcm_video {
    width: 82%;
    margin: 0 auto;
    position: relative;
}
._menu ._main_tvcm ._main_tvcm_video figure {
    border: #fff solid 1px;
    overflow: hidden;
}
._menu ._main_tvcm ._main_tvcm_video ._btn_play {
    width: 22%;
    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_sizzle {
    width: 100%;
    padding: 0 0 30px 0;
}
._menu ._menu_sizzle ._menu_sizzle_video1 {
    margin-bottom: 10px;
    margin-left: 14%;
    width: 52%;
    position: relative;
}
._menu ._menu_sizzle ._menu_sizzle_video1 ._video_text1 {
    width: 40%;
    position: absolute;
    left: -20%;
    top: 25%;
    z-index: 20;
}
._menu ._menu_sizzle ._menu_sizzle_video1 video {
    width: 100%;
}
._menu ._menu_sizzle ._menu_sizzle_video2 {
    margin-bottom: 10px;
    margin-left: 34%;
    width: 52%;
    position: relative;
}
._menu ._menu_sizzle ._menu_sizzle_video2 ._video_text2 {
    width: 40%;
    position: absolute;
    right: -20%;
    top: -35%;
    z-index: 20;
}
._menu ._menu_sizzle ._menu_sizzle_video2 video {
    width: 100%;
}

._menu ._menu_main {
    width: 100%;
    position: relative;
}
._menu._menu1 ._menu_main {
    padding-top: 180px;
}
._menu._menu1 ._menu_main ._menu_main_text {
    width: 34%;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
}
._teaser ._menu._menu1 ._menu_main {
    padding-top: 100px;
}
._teaser ._menu._menu1 ._menu_main ._menu_main_text {
    width: 34%;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 2;
}
._menu._menu2 ._menu_main {
    padding-top: 140px;
}
._menu._menu2 ._menu_main ._menu_main_text {
    width: 35.6%;
    position: absolute;
    right: 4%;
    top: -40px;
    z-index: 2;
}
._menu._menu3 ._menu_main {
    padding-top: 60px;
}
._menu ._menu_nametext {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: 0 auto 20px;
}
._menu ._menu_gentei {
    display: block;
    width: 10%;
    position: absolute;
    left: 5%;
    top: -150%;
}
._menu ._menu_allergytext {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
._menu ._menu_allergytext a {
    text-decoration: underline;
    color: #fff;
}
._menu ._menu4_main {
    width: 100%;
    position: relative;
}
._menu ._menu4_main ._menu4_main_title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
._menu ._menu4_main ._menu4_main_text1 {
    width: 45%;
    position: absolute;
    left: 55%;
    top: 23%;
    z-index: 2;
}
._menu ._menu4_main ._menu4_main_text1 span a {
    display: block;
    padding-left: 4%;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    color: #b90154;
    position: relative;
    z-index: 5;
}
._menu ._menu4_main ._menu4_main_text2 {
    width: 45%;
    position: absolute;
    left: 14%;
    top: 72%;
    z-index: 3;
}
._menu ._menu4_main ._menu4_main_text2 span a {
    display: block;
    padding-left: 5%;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    color: #b90154;
    position: relative;
    z-index: 5;
}

._menu ._menu_kodawari {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, .1);
    width: 90%;
    margin: 0 auto;
}
._menu ._menu_kodawari ._menu_kodawari_title {
    display: block;
    padding: 15px;
    position: relative;
}
._menu ._menu_kodawari ._menu_kodawari_title::before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #3440b0;
    border-bottom: 0;
}
._menu ._menu_kodawari.active ._menu_kodawari_title::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 0;
    border-bottom: 15px solid #3440b0;
}
._menu._menu2 ._menu_kodawari ._menu_kodawari_title::before {
    border-top: 15px solid #813515;
}
._menu._menu2 ._menu_kodawari.active ._menu_kodawari_title::before {
    border-top: 0;
    border-bottom: 15px solid #813515;
}
._menu._menu3 ._menu_kodawari ._menu_kodawari_title::before {
    border-top: 15px solid #813515;
}
._menu._menu3 ._menu_kodawari.active ._menu_kodawari_title::before {
    border-top: 0;
    border-bottom: 15px solid #813515;
}
._menu._menu4 ._menu_kodawari ._menu_kodawari_title::before {
    border-top: 15px solid #b90154;
}
._menu._menu4 ._menu_kodawari.active ._menu_kodawari_title::before {
    border-top: 0;
    border-bottom: 15px solid #b90154;
}
._menu ._menu_kodawari ._menu_kodawari_title span {
    display: block;
    width: 35%;
    margin: 0 auto;
}
._menu ._menu_kodawari ._menu_kodawari_body {
    display: block;
    padding: 5px 15px 15px 15px;
}
._menu ._menu_kodawari ._menu_kodawari_text {
    background-image: linear-gradient(180deg, #efefef 1px, transparent 1px);
    background-size: 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
}
._menu ._menu_kodawari ._menu_kodawari_text p {
    font-size: 17px;
    letter-spacing: .05em;
}
._menu ._menu_kodawari ._menu_kodawari_text p span {
    font-size: 12px;
    letter-spacing: .05em;
}


._appli {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
._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;
}


._campaign {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-bottom: 30px;
}
._campaign ._campaign_title {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}

._campaign ._campaign_step {
    width: 100%;
    padding-bottom: 10px;
}
._campaign ._campaign_step ._step_item {
    width: 90%;
    margin: 0 auto 15px;
    position: relative;
}
._campaign ._campaign_step ._step_item figure {
    width: 100%;
}
._campaign ._campaign_step ._step_item ._step_item_body {
    width: 100%;
    padding-left: 37%;
    padding-right: 4%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
._campaign ._campaign_step ._step_item ._step_item_body ._stepnumber {
    background-color: #e33939;
    border-radius: 15px;
    width: 90px;
    height: 30px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._campaign ._campaign_step ._step_item ._step_item_body ._stepnumber span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
}
._campaign ._campaign_step ._step_item ._step_item_body ._steptext {
    font-size: 18px;
    font-feature-settings: "palt";
    line-height: 1.4;
    text-align: justify;
}
._campaign ._campaign_step ._step_item ._step_item_body ._steptext a {
    color: #e33939;
    text-decoration: underline;
}

._campaign ._campaign_present {
    width: 100%;
    margin: 0 auto 25px;
}

._campaign ._campaign_line {
    width: 90%;
    margin: 0 auto 25px;
    padding-top: 30px;
}

._campaign ._campaign_kiyaku {
    width: 90%;
    background-color: #fff;
    border-radius: 2px;
    margin: 0 auto;
}
._campaign ._campaign_kiyaku ._campaign_kiyaku_title {
    display: block;
    padding: 15px;
    position: relative;
}
._campaign ._campaign_kiyaku ._campaign_kiyaku_title::before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #3440b0;
    border-bottom: 0;
}
._campaign ._campaign_kiyaku.active ._campaign_kiyaku_title::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 0;
    border-bottom: 15px solid #3440b0;
}
._campaign ._campaign_kiyaku ._campaign_kiyaku_title span {
    display: block;
    width: 22%;
    margin: 0 auto;
}
._campaign ._campaign_kiyaku ._campaign_kiyaku_body {
    display: block;
    padding: 15px;
}
._campaign ._campaign_kiyaku a {text-decoration: underline; color: #d90e00}
._campaign ._campaign_kiyaku a:hover {text-decoration: none;}

._campaign ._campaign_kiyaku .ttl1 {
    font-size: 18px;
    font-feature-settings: "palt";
    margin: 0 0 18px 0;
}
._campaign ._campaign_kiyaku .ttl2 {
    font-size: 14px;
    font-feature-settings: "palt";
    padding: 1em 0 0 0;
}
._campaign ._campaign_kiyaku .text-list1 {
    width: 100%;
}
._campaign ._campaign_kiyaku .text-list1 li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
}
._campaign ._campaign_kiyaku .text-list1 li.no-indent {
    padding-left: 0;
    text-indent: 0;
}
._campaign ._campaign_kiyaku .text-list1 li span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
}
._campaign ._campaign_kiyaku .text1 {
    font-size: 12px;
}
._campaign ._campaign_kiyaku .text1 span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
}
._campaign ._campaign_kiyaku .text2 {
    padding-top: 1em;
    font-size: 12px;
}
._campaign ._campaign_kiyaku .text3 {
    display: block;
    padding-left: 4.5em;
    text-indent: -4.5em;
    font-size: 12px;
}
._campaign ._campaign_kiyaku .text-notes {
    font-size: 10px;
}
._campaign ._campaign_kiyaku::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
._campaign ._campaign_kiyaku::-webkit-scrollbar-thumb {
    background: rgba(86, 86, 86, 1);
    border-radius: 5px;
    margin: 20px 20px 20px 0;
    padding-right: 20px;
    display: block;
}
._campaign ._campaign_kiyaku::-webkit-scrollbar-track {
    background: rgba(193, 193, 193, 1);
    border-radius: 5px;
    margin: 20px 20px 20px 0;
    display: block;
    padding-right: 20px;
}


._netorder {
    width: 100%;
    background: #fff;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    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 {
    background-color: #027749;
    position: relative;
    width: 100%;
    padding: 40px 0;
}
.footer .copy {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #fff;
}



.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: 1016px) {
    ._mos_logo {
        background-color: #ffffff;
        width: 500px;
        height: 60px;
        position: fixed;
        left: calc(50% - 250px);
        bottom: auto;
        top: 0;
        transform: translateX(0);
        z-index: 3000;
        display: flex;
        align-items: center;
    }
    ._mos_logo a {
        display: block;
        width: 11%;
        margin: 0 auto;
    }
    ._mos_logo .is-sp {
        display: block !important;
    }
    ._mos_logo .is-pc {
        display: none !important;
    }
    

	.sp-btn {
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        display: block;
        position: fixed;
        left: 50%;
        top: 5px;
        transform: translateX(180px);
        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: #002a7c url(../img/bg1.jpg) center top no-repeat;
        background-size: cover;
        width: 500px;
        height: 100%;
        position: fixed;
        right: auto;
        left: 50%;
        top: 0;
        transform: scale(.8) 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: scale(1) translateX(-50%);
        opacity: 1;
        transition: all .3s ease;
    }
    
    ._lp {
        overflow: hidden;
        width: 500px;
        padding-left: 0;
        padding-top: 60px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    
    ._container {
        background-color: #fff;
        width: 500px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    ._menu._menu2 {
        border-top: #21369f solid 40px;
        z-index: 20;
    }
    
    .page-top {
        width: 90px;
        position: fixed;
        bottom: 30px;
        right: auto;
        left: 30px;
        z-index: 1000;
        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 {
        display: flex;
        position: fixed;
        bottom: 0;
        left: calc(50% -250px);
        width: 500px;
        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(1%);
    }
    .open_sp_menu .float-nav.is-show {
        opacity: 0;
    }
    .float-nav .float-nav-item {
        width: 50%;
    }
}



@media (max-width: 516px) {
    ._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;
    }
    
	.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: #002a7c url(../img/bg1.jpg) center top no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: fixed;
        right: auto;
        left: 0;
        top: 0;
        transform: scale(.8) translateX(0);
        transform-origin: center center;
    }
    .open_sp_menu .sp-nav {
        transform: scale(1) translateX(0);
    }
    .sp-nav .sp-nav_body {
        width: 80%;
        margin: 0 auto;
    }
    .sp-nav .sp-nav_body ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 12vw;
        padding: 0 0 0 5vw;
        font-size: 4.2vw;
        line-height: 1;
        position: relative;
    }
    .sp-nav .sp-nav_body ul li a::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #471e1e;
        border-right: 2px solid #471e1e;
        transform: rotate(45deg);
        position: absolute;
        right: 8%;
        top: calc(50% - 4px);
        transition: right ease .3s;
    }
    .sp-nav .sp-nav_body ul li:hover a::before {
        right: 6%;
    }
    .sp-nav .sp-nav_body ul li a span span {
        display: block;
        padding-top: .4em;
        font-size: 3.2vw;
        line-height: 1;
    }
    
    .sp-nav .sp-nav_body .sp-nav_btn {
    }
    .sp-nav .sp-nav_body .sp-nav_btn a {
        height: 30px;
    }
    .sp-nav .sp-nav_body .sp-nav_btn span {
        display: block;
        font-size: 3.8vw;
        line-height: 1;
    }
    
    .sp-nav .sp-nav_body .sp-nav_netorder {
    }
    .sp-nav .sp-nav_body .sp-nav_netorder a {
        border-radius: 30px;
        height: 60px;
    }
    .sp-nav .sp-nav_body .sp-nav_netorder a::before {
        right: 25px;
    }
    .sp-nav .sp-nav_body .sp-nav_netorder a:hover::before {
        right: 20px;
    }
    .sp-nav .sp-nav_body .sp-nav_netorder span {
        font-size: 5vw;
    }
    
    ._lp {
        width: 100%;
        padding-top: 12.95vw;
    }
    
    ._menu {
    }
    
    
    ._container {
        width: 100%;
    }
    
    ._menu {
        padding: 0 0 10vw 0;
    }
    ._menu._menu1 {
        padding-bottom: calc(16vw - 30px);
    }


    ._menu ._main_tvcm {
        width: 100%;
        padding: 14vw 0;
    }
    ._menu ._main_tvcm h3 {
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 1;
        text-align: center;
        color: #ffffff;
    }
    ._menu ._main_tvcm p {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1;
    }

    ._menu ._menu_sizzle {
        width: 100%;
        padding: 0 0 12vw 0;
    }
    ._menu ._menu_sizzle ._menu_sizzle_video1 {
        margin-bottom: 4vw;
    }
    ._menu ._menu_sizzle ._menu_sizzle_video2 {
        margin-bottom: 0;
    }

    ._menu._menu1 ._menu_main {
        padding-top: 40vw;
    }
    ._menu._menu1 ._menu_main ._menu_main_text {
        top: 4vw;
    }
    ._teaser ._menu._menu1 ._menu_main {
        padding-top: 16vw;
    }
    ._teaser ._menu._menu1 ._menu_main ._menu_main_text {
        top: -20vw;
    }
    ._menu._menu2 ._menu_main {
        padding-top: 28vw;
    }
    ._menu._menu2 ._menu_main ._menu_main_text {
        top: -8vw;
    }
    ._menu._menu3 ._menu_main {
        padding-top: 10vw;
    }
    ._menu ._menu_nametext {
        margin: 0 auto 4vw;
    }
    ._menu ._menu_allergytext {
        margin-bottom: 10vw;
        font-size: 12px;
        line-height: 1;
        text-align: center;
    }

    ._menu ._menu_kodawari {
        background-color: #ffffff;
        border-radius: 2px;
        box-shadow: 4px 4px 0px 0px rgba(50, 50, 50, .1);
        width: 90%;
        margin: 0 auto;
    }
    ._menu ._menu_kodawari ._menu_kodawari_title {
        display: block;
        padding: 3vw;
        position: relative;
    }
    ._menu ._menu_kodawari ._menu_kodawari_title::before {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: calc(50% - 8px);
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 15px solid #3440b0;
        border-bottom: 0;
    }
    ._menu ._menu_kodawari.active ._menu_kodawari_title::before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 0;
        border-bottom: 15px solid #3440b0;
    }
    ._menu._menu2 ._menu_kodawari ._menu_kodawari_title::before {
        border-top: 15px solid #813515;
    }
    ._menu._menu2 ._menu_kodawari.active ._menu_kodawari_title::before {
        border-top: 0;
        border-bottom: 15px solid #813515;
    }
    ._menu._menu3 ._menu_kodawari ._menu_kodawari_title::before {
        border-top: 15px solid #813515;
    }
    ._menu._menu3 ._menu_kodawari.active ._menu_kodawari_title::before {
        border-top: 0;
        border-bottom: 15px solid #813515;
    }
    ._menu._menu4 ._menu_kodawari ._menu_kodawari_title::before {
        border-top: 15px solid #b90154;
    }
    ._menu._menu4 ._menu_kodawari.active ._menu_kodawari_title::before {
        border-top: 0;
        border-bottom: 15px solid #b90154;
    }
    ._menu ._menu_kodawari ._menu_kodawari_title span {
        display: block;
        width: 35vw;
        margin: 0 auto;
        line-height: 1;
    }
    ._menu ._menu_kodawari ._menu_kodawari_body {
        display: block;
        padding: 1vw 4vw 4vw;
    }
    ._menu ._menu_kodawari ._menu_kodawari_text p {
        font-size: 16px;
        letter-spacing: .05em;
    }
    ._menu ._menu_kodawari ._menu_kodawari_text p span {
        font-size: 11px;
        letter-spacing: .05em;
    }

    ._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;
    }
    
    ._campaign {
        padding-bottom: 5vw;
    }
    ._campaign ._campaign_title {
        padding: 5vw 0;
    }
    
    ._campaign ._campaign_step {
        width: 100%;
    }
    ._campaign ._campaign_step ._step_item {
        width: 90%;
        margin: 0 auto 4vw;
        position: relative;
    }
    ._campaign ._campaign_step ._step_item ._step_item_body ._stepnumber {
        background-color: #e33939;
        border-radius: 3vw;
        width: 20vw;
        height: 6vw;
        margin-bottom: .3em;
    }
    ._campaign ._campaign_step ._step_item ._step_item_body ._stepnumber span {
        display: block;
        font-size: 3.2vw;
    }
    ._campaign ._campaign_step ._step_item ._step_item_body ._steptext {
        font-size: 3.6vw;
    }
    ._campaign ._campaign_step ._step_arr {
        height: calc(10vw / 2);
        width: 10vw;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        margin: 0 auto 4vw;
    }
    
    ._campaign ._campaign_present {
        margin: 0 auto 6vw;
    }
    
    ._campaign ._campaign_line {
        margin: 0 auto 6vw;
    }
    
    ._campaign ._campaign_kiyaku {
    }
    ._campaign ._campaign_kiyaku ._campaign_kiyaku_title {
        display: block;
        padding: 3vw;
        position: relative;
    }
    ._campaign ._campaign_kiyaku ._campaign_kiyaku_title::before {
        content: "";
        display: block;
        position: absolute;
        right: 4vw;
        top: calc(50% - 8px);
    }
    ._campaign ._campaign_kiyaku ._campaign_kiyaku_title span {
        display: block;
        width: 22vw;
        margin: 0 auto;
        line-height: 1;
    }
    ._campaign ._campaign_kiyaku ._campaign_kiyaku_body {
        display: block;
        padding: 3vw;
    }
    ._campaign ._campaign_kiyaku a {text-decoration: underline; color: #d90e00}
    ._campaign ._campaign_kiyaku a:hover {text-decoration: none;}
    ._campaign ._campaign_kiyaku .ttl1 {
        font-size: 14px;
        margin: 0 0 14px 0;
    }
    ._campaign ._campaign_kiyaku .ttl2 {
        font-size: 11px;
    }
    ._campaign ._campaign_kiyaku .text-list1 li {
        font-size: 11px;
    }
    ._campaign ._campaign_kiyaku .text-list1 li.no-indent {
        padding-left: 0;
        text-indent: 0;
    }
    ._campaign ._campaign_kiyaku .text-list1 li span {
        font-size: 10px;
    }
    ._campaign ._campaign_kiyaku .text1 {
        font-size: 11px;
    }
    ._campaign ._campaign_kiyaku .text1 span {
        font-size: 10px;
    }
    ._campaign ._campaign_kiyaku .text2 {
        padding-top: 1em;
        font-size: 11px;
    }
    ._campaign ._campaign_kiyaku .text3 {
        font-size: 11px;
    }
    ._campaign ._campaign_kiyaku .text-notes {
        font-size: 10px;
    }
    
    
    
    ._netorder {
        padding-bottom: 10vw;
    }
    ._netorder ._netorder_ttl {
        background-color: #007749;
        width: 100%;
        margin-bottom: 10vw;
        padding: 5vw 0;
        text-align: center;
    }
    
    
    ._life {
        background: #daf5df url(../img/life_bg.png) no-repeat center top;
        background-size: 100% auto;
        padding-top: 15%;
        position: relative;
        z-index: 100;
    }
    ._life_content {
        background-color: #daf5df;
        padding: 15vw 0;
        text-align: center;
    }
    ._life_content .inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    ._life_content .ttl {
        width: 70%;
        margin: 0 auto;
    }
    ._life_content .desc {
        font-size: 3.8vw;
        color: #00d700;
        line-height: 1.8;
        padding: 1em 0;
    }
    ._life_content .img {
        width: 80%;
        margin: 0 auto;
    }
    ._life_content .btn {
        width: 80%;
        margin: 0 auto;
        padding-top: 5vw;
    }
    
    .page-top {
        width: 20vw;
        position: fixed;
        bottom: 14vw;
        left: 2vw;
        z-index: 1000;
        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 {
        left: auto;
        bottom: 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;
    }
    
    .footer {
        background-color: #027749;
        position: relative;
        width: 100%;
        padding: 20px 0;
    }
    .footer .copy {
        font-size: 10px;
        letter-spacing: 0;
    }
}
