@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;
}


.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;
}



._bg {
    background: #900000 url(../img/mainbg.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}

._mos_logo {
    background-color: #ffffff;
    width: 500px;
    height: 60px;
    position: fixed;
    left: 50%;
    bottom: auto;
    top: 0;
    transform: translateX(0);
    z-index: 3000;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: all ease .3s;
}
body.preload ._mos_logo {
    opacity: 0;
}
._mos_logo a {
    display: block;
    width: 11%;
    margin: 0 auto;
}

.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 {
    width: 80%;
    margin: 0 auto;
    position: relative;
    transition: all ease .3s;
}
body.preload .sp-nav .sp-nav_body {
    opacity: 0;
}
.sp-nav .sp-nav_body .sp-nav_body_bg {
    box-shadow: 10px 10px 10px 0px rgba(60, 0, 5, 0.7);
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}
.sp-nav .sp-nav_body h2 {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
}
.sp-nav .sp-nav_body ul {
    display: block;
    width: 84%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.sp-nav .sp-nav_body ul li {
    border-bottom: #6b0906 solid 1px;
    width: 100%;
    padding: 6% 0;
}
.sp-nav .sp-nav_body ul li:last-child {
    border-bottom: none;
}
.sp-nav .sp-nav_body ul li a {
    display: block;
    transition: opacity ease .3s;
}
.sp-nav .sp-nav_body ul li a:hover {
    opacity: .7;
}


._lp {
    overflow: hidden;
    width: 1000px;
    padding-left: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: all ease .3s;
}
body.preload ._lp {
    opacity: 0;
}

._container {
    background-color: #900000;
    width: 500px;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

._main {
    position: relative;
    z-index: 1;
}
._main ._mainimg_container {
    width: 100%;
    overflow: hidden;
}
._main ._mainimg_container ._mainimg {
    width: 100%;
    position: relative;
    z-index: 1;
}
._main ._mainimg_container ._mainimg_text {
    width: 56%;
    position: absolute;
    left: 3%;
    top: 6%;
    z-index: 2;
}
._main ._mainimg_container ._mainimg_price {
    width: 64%;
    position: absolute;
    right: 2%;
    bottom: 5%;
    z-index: 3;
}
._main ._mainimg_container ._mainimg_pop {
    width: 32%;
    position: absolute;
    left: 2%;
    bottom: 4.5%;
    z-index: 4;
}


._netyoyaku {
    background: url(../img/bg8.jpg) center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 10% 0;
    position: relative;
}
._netyoyaku::before {
    content: "";
    display: block;
    background: url(../img/bg7.jpg) center center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -1px;
}
._netyoyaku::after {
    content: "";
    display: block;
    background: url(../img/bg7.jpg) center center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
._netyoyaku ._netyoyaku_title1 {
    width: 100%;
    position: relative;
}
._netyoyaku ._netyoyaku_title2 {
    width: 100%;
    padding-bottom: 4%;
    position: relative;
}
._netyoyaku ._netyoyaku_img {
    width: 100%;
    margin-top: -1%;
    padding-bottom: 5%;
    position: relative;
}
._netyoyaku ._netyoyaku_bonus {
    width: 100%;
    padding-bottom: 4%;
    position: relative;
}
._netyoyaku ._netyoyaku_sch {
    width: 100%;
    padding-bottom: 4%;
    position: relative;
}
._netyoyaku ._netyoyaku_text1 {
    width: 100%;
    padding-bottom: 6%;
    position: relative;
}
._netyoyaku ._netyoyaku_text2 {
    width: 100%;
    padding-bottom: 6%;
    position: relative;
}
._netyoyaku ._netyoyaku_text3 {
    width: 100%;
    padding: 0 5%;
    position: relative;
}
._netyoyaku ._netyoyaku_text3 p {
    margin-bottom: 10%;
    font-size: 11px;
    font-feature-settings: "palt";
    line-height: 1.5;
}

._netyoyaku ._mymelody {
    background-color: #ee7fb0;
    border: #ffffff solid 6px;
    border-radius: 30px;
    width: 90%;
    margin: 0 auto;
    padding: 6%;
}
._netyoyaku ._mymelody ._mymelody_text {
    width: 100%;
    margin-bottom: 5%;
}
._netyoyaku ._mymelody ._mymelody_btn {
    width: 60%;
    margin: 0 auto 5%;
}
._netyoyaku ._mymelody ._mymelody_btn a {
    display: block;
    width: 100%;
    transition: opacity ease .3s;
}
._netyoyaku ._mymelody ._mymelody_btn a:hover {
    opacity: .8;
}
._netyoyaku ._mymelody ._mymelody_img {
    border: #ffffff solid 1px;
    width: 100%;
}
._netyoyaku ._mymelody ._mymelody_notes {
    width: 100%;
    padding-top: 5px;
    line-height: 0;
}


._cm {
    background: url(../img/bg9.jpg) center top repeat-y;
    background-size: 100% auto;
    width: 100%;
    padding: 10% 0;
    position: relative;
}

._cm h3 {
    display: block;
    margin: 0 auto 6%;
}
._cm ._cm_video {
    width: 82%;
    margin: 0 auto 10%;
    position: relative;
}
._cm ._cm_video figure {
    border: #fff solid 1px;
    overflow: hidden;
}
._cm ._cm_video ._btn_play {
    width: 22%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
}
._cm ._cm_video video {
    width: 100%;
}
._cm ._cm_img1 {
    width: 92%;
    margin: 0 auto 10%;
    position: relative;
}
._cm ._cm_img1 ._cm_img_item1 {
    width: 70%;
}
._cm ._cm_img1 ._cm_img_item1 figure {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
._cm ._cm_img1 ._cm_img_item1 figure video {
    display: block;
    width: 100%;
}
._cm ._cm_img1 ._cm_img_item2 {
    width: 100%;
    margin-top: -3%;
    padding-left: 30%;
}
._cm ._cm_img1 ._cm_img_item2 figure {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
._cm ._cm_img1 ._cm_img_item2 figure video {
    display: block;
    width: 100%;
}
._cm ._cm_img2 {
    width: 70%;
    margin: 0 auto;
    position: relative;
}


._hayawari {
    width: 100%;
    position: relative;
}
._hayawari ._hayawari_body {
    width: 100%;
}


._sakusaku {
    width: 100%;
    position: relative;
}
._sakusaku ._sakusaku_bg {
    width: 100%;
}
._sakusaku ._sakusaku_text1 {
    width: 86%;
    position: absolute;
    left: 7%;
    top: 2.5%;
}
._sakusaku ._sakusaku_text2 {
    width: 87%;
    position: absolute;
    left: 6.5%;
    top: 22.5%;
}
._sakusaku ._sakusaku_text3 {
    width: 68%;
    position: absolute;
    left: 16%;
    top: 29%;
}
._sakusaku ._sakusaku_text4 {
    width: 36%;
    position: absolute;
    left: 32%;
    top: 40%;
}
._sakusaku ._sakusaku_text5 {
    width: 84%;
    position: absolute;
    left: 8%;
    top: 46.5%;
}
._sakusaku ._sakusaku_body {
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0%;
    top: 80%;
}
._sakusaku ._sakusaku_img {
    width: 54.8%;
    position: absolute;
    left: 2%;
    top: 20%;
}
._sakusaku ._sakusaku_price {
    width: 34%;
    position: absolute;
    right: 6%;
    top: 45%;
}
._sakusaku ._sakusaku_btn {
    width: 34%;
    position: absolute;
    right: 6%;
    top: 75%;
}
._sakusaku ._sakusaku_btn a {
    display: block;
    width: 100%;
    transition: opacity ease .3s;
}
._sakusaku ._sakusaku_btn a:hover {
    opacity: .8;
}

._sakusaku_point {
    width: 100%;
    position: relative;
}
._sakusaku_point ._sakusaku_point_bg {
    width: 100%;
}
._sakusaku_point ._sakusaku_point_text {
    width: 84%;
    position: absolute;
    left: 8%;
    top: 6%;
}
._sakusaku_point ._sakusaku_point_method {
    width: 84%;
    position: absolute;
    left: 8%;
    top: 25%;
}

._frozen {
    background-color: #fccf00;
    width: 100%;
    padding: 10px;
    position: relative;
}
._frozen ._frozen_contents {
    background: url(../img/bg5.jpg) center top repeat-y;
    background-size: 100% auto;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}
._frozen ._frozen_contents ._frozen_contents_inner {
    width: 100%;
    padding: 6%;
    position: relative;
}
._frozen ._frozen_contents ._frozen_contents_text1 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 25px;
    z-index: 10;
}
._frozen ._frozen_contents ._frozen_contents_img1 {
    width: 100%;
    padding-top: 20%;
}
._frozen ._frozen_contents ._frozen_contents_img2 {
    width: 30%;
    position: absolute;
    right: 2%;
    top: 210px;
}
._frozen ._frozen_contents ._frozen_contents_price {
    width: 100%;
}
._frozen ._frozen_contents ._frozen_contents_text2 {
    background: url(../img/line1.png) center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 5% 0;
}
._frozen ._frozen_contents ._frozen_contents_btn {
    width: 100%;
    padding-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
._frozen ._frozen_contents ._frozen_contents_btn li {
    width: 48%;
}
._frozen ._frozen_contents ._frozen_contents_btn li a {
    opacity: 1;
    transition: opacity ease .3s;
}
._frozen ._frozen_contents ._frozen_contents_btn li a:hover {
    opacity: .8;
}
._frozen ._frozen_point {
    width: 100%;
    min-height: 80px;
}
._frozen ._frozen_point ._frozen_point_title {
    width: 100%;
    position: relative;
    z-index: 2;
}
._frozen ._frozen_point ._frozen_point_title::before {
    content: "";
    display: block;
    background: url(../img/icon_arr_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;
}
._frozen ._frozen_point.active ._frozen_point_title::before {
    background: url(../img/icon_arr_close.png) center center no-repeat;
    background-size: 100% 100%;
}
._frozen ._frozen_point ._frozen_point_body {
    border-radius: 0 0 15px 15px;
    width: 100%;
    margin-top: -10%;
    position: relative;
    z-index: 1;
}

._roastchicken {
    background-color: #022c6a;
    width: 100%;
    position: relative;
}
._roastchicken ._roastchicken_img {
    width: 100%;
}
._roastchicken ._roastchicken_text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 7.5%;
    z-index: 2;
}
._roastchicken ._roastchicken_price {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
._roastchicken ._roastchicken_btn {
    width: 63%;
    position: absolute;
    left: 18.5%;
    bottom: 5%;
    z-index: 3;
}
._roastchicken ._roastchicken_btn a {
    opacity: 1;
    transition: opacity ease .3s;
}
._roastchicken ._roastchicken_btn a:hover {
    opacity: .8;
}

._varietypack {
    background-color: #f9be00;
    width: 100%;
    padding: 6% 6% 2%;
    position: relative;
}
._varietypack ._varietypack_title {
    width: 100%;
    margin-bottom: 5%;
}
._varietypack ._varietypack_item {
    width: 100%;
    margin-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
._varietypack ._varietypack_item ._varietypack_item_img {
    width: 55%;
}
._varietypack ._varietypack_item ._varietypack_item_body {
    width: 41%;
}
._varietypack ._varietypack_item ._varietypack_item_body ._varietypack_item_body_price {
    width: 100%;
    margin-bottom: 5%;
}
._varietypack ._varietypack_item ._varietypack_item_body ._varietypack_item_body_btn {
    width: 95%;
    margin: 0 auto;
}
._varietypack ._varietypack_item ._varietypack_item_body ._varietypack_item_body_btn a {
    opacity: 1;
    transition: opacity ease .3s;
}
._varietypack ._varietypack_item ._varietypack_item_body ._varietypack_item_body_btn a:hover {
    opacity: .8;
}

._game {
    width: 100%;
    position: relative;
}




._notes {
    background-image: linear-gradient(90deg, rgba(133, 17, 10, 1), rgba(224, 4, 11, 1) 30%, rgba(224, 4, 11, 1) 70%, rgba(133, 17, 10, 1));
    width: 100%;
    padding: 5% 3%;
    position: relative;
    z-index: 1;
}
._notes ._notes_point {
    width: 100%;
    margin-bottom: 4%;
}
._notes ._notes_point ._notes_point_title {
    width: 100%;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
._notes ._notes_point ._notes_point_title::before {
    content: "";
    display: block;
    background: url(../img/icon_open.png) center center no-repeat;
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 2%;
    top: calc(50% - 16px);
    z-index: 10;
}
._notes ._notes_point.active ._notes_point_title::before {
    background: url(../img/icon_close.png) center center no-repeat;
    background-size: 100% 100%;
}
._notes ._notes_point ._notes_point_body {
    width: 100%;
    padding: 20px 0;
}
._notes ._notes_point ._notes_point_body._point_body2 {
    width: 100%;
    padding: 20px 20px 0 20px;
}
._notes ._notes_point ._notes_point_body ._notes_point_body_img {
    width: 100%;
    margin-bottom: 30px;
}
._notes ._notes_point ._notes_point_body ._notes_point_body_textarea {
    width: 90%;
    margin: 0 auto;
}
._notes ._notes_point ._notes_point_body ._notes_point_body_text1 {
    margin-bottom: 1.5em;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
._notes ._notes_point ._notes_point_body ._notes_point_body_text2 {
    margin-bottom: 2em;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}
._notes ._notes_point ._notes_point_body ._notes_point_body_text3 {
    margin-bottom: 1em;
    padding: 0 4%;
    font-size: 15px;
    font-feature-settings: "palt";
    line-height: 1.5;
    color: #fff;
}

._notes ._notes_point ._notes_point_body ._notes_step {
    width: 100%;
    margin-bottom: 30px;
}
._notes ._notes_point ._notes_point_body ._notes_step ._notes_step_title {
    width: 100%;
    margin-bottom: 20px;
}
._notes ._notes_point ._notes_point_body ._notes_step ._notes_step_img {
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._notes ._notes_point ._notes_point_body ._notes_step ._notes_step_img figure {
    width: 40%;
    margin: 0 4%;
    position: relative;
}
._notes ._notes_point ._notes_point_body ._notes_step ._notes_step_img figure ._num {
    display: block;
    width: 20%;
    position: absolute;
    left: -5%;
    top: -3%;
}

._notes ._notes_point ._notes_point_body ._notes_mail {
    border: #ffffff solid 1px;
    width: 100%;
    padding: 10px;
    color: #ffffff;
}
._notes ._notes_point ._notes_point_body ._notes_mail ._notes_mail_text1 {
    font-size: 20px;
    padding: 10px 0 20px;
    text-align: center;
}
._notes ._notes_point ._notes_point_body ._notes_mail ._notes_mail_text2 {
    margin-bottom: 3px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
    line-height: 1.3;
}
._notes ._notes_point ._notes_point_body ._notes_mail ._notes_mail_text3 {
    display: block;
    border-top: #ffffff solid 1px;
    margin-top: 12px;
    padding-top: 12px;
    font-size: 13px;
    line-height: 1.3;
}

._notes ._notes_point ._notes_point_body ._notes_title1 {
    background-color: #ffffff;
    border-radius: 15px;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._notes ._notes_point ._notes_point_body ._notes_title1 span {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #e0050b;
}
._notes ._notes_point ._notes_point_body ._notes_title2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}
._notes ._notes_point ._notes_point_body ._notes_text1 {
    margin-bottom: 12px;
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1;
    color: #ffffff;
    text-align: center;
}
._notes ._notes_point ._notes_point_body ._notes_text2 {
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.5;
    color: #ffffff;
}
._notes ._notes_point ._notes_point_body ._notes_text3 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}
._notes ._notes_point ._notes_point_body ._notes_text4 {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}
._notes ._notes_point ._notes_point_body ._notes_qtext {
    border-bottom: #ffffff solid 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #ffffff;
}
._notes ._notes_point ._notes_point_body ._notes_atext {
    margin-bottom: 25px;
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #ffffff;
}
._notes ._notes_point ._notes_point_body ._notes_atext a {
    text-decoration: underline;
    color: #ffffff;
}
._notes ._notes_point ._notes_point_body ._notes_btn {
    width: 66%;
    margin: 0 auto;
}
._notes ._notes_point ._notes_point_body ._notes_btn a {
    display: block;
    background-color: #017849;
    border: #ffffff solid 1px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}
._notes ._notes_point ._notes_point_body ._notes_btn a:hover {
    background-color: #018c55;
}
._notes ._notes_point ._notes_point_body ._notes_btn a span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}

.accordionBody {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: .5s;
    margin:0;
}
.include-accordion.active .accordionBody {
    padding: 0;
}
.accordionBtn {
    cursor: pointer;
}

.page-top {
    width: 90px;
    position: fixed;
    bottom: 115px;
    left: calc(50% + 400px);
    z-index: 2000;
    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 {
    background-color: #ffffff;
    display: block;
    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: 100%;
}
.float-nav .float-nav-item a {
    width: 100%;
    transition: opacity ease .3s;
}
.float-nav .float-nav-item a:hover {
    opacity: .7;
}


.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;
}


.footer {
    background-color: #027749;
    position: relative;
    width: 100%;
    padding: 40px 0 120px;
}
.footer .copy {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    color: #fff;
}




@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: #117749;
        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/mainbg.jpg) center top no-repeat;
        background-size: cover;
        width: 500px;
        height: 100%;
        position: fixed;
        right: auto;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        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: opacity .3s ease;
    }
    
    ._lp {
        overflow: hidden;
        width: 500px;
        padding-left: 0;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    
    ._container {
        width: 500px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .page-top {
        width: 90px;
        position: fixed;
        bottom: 115px;
        left: calc(50% + 150px);
        z-index: 2000;
        opacity: 0;
        transition: opacity 0.6s ease;
    }

}

@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;
        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 {
        width: 100%;
        line-height: 1;
        position: relative;
    }
    
    ._lp {
        width: 100%;
    }

    ._container {
        width: 100%;
        padding-top: 13vw;
    }

    ._main {
    }

    ._netyoyaku ._netyoyaku_text3 p {
        font-size: 10px;
        font-feature-settings: "palt";
        line-height: 1.5;
    }
    
    ._notes ._notes_point ._notes_point_title::before {
        content: "";
        display: block;
        background: url(../img/icon_open.png) center center no-repeat;
        background-size: 100% 100%;
        width: 7vw;
        height: 7vw;
        position: absolute;
        right: 1.5%;
        top: calc(50% - 3.5vw);
        z-index: 10;
    }
    ._notes ._notes_point.active ._notes_point_title::before {
        background: url(../img/icon_close.png) center center no-repeat;
        background-size: 100% 100%;
    }
    ._notes ._notes_point ._notes_point_body {
        width: 100%;
        padding: 4vw 0;
    }
    ._notes ._notes_point ._notes_point_body._point_body2 {
        width: 100%;
        padding: 4vw 4vw 0 4vw;
    }
    ._notes ._notes_point ._notes_point_body ._notes_point_body_img {
        width: 100%;
        margin-bottom: 20px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_point_body_textarea {
        width: 90%;
        margin: 0 auto;
    }
    ._notes ._notes_point ._notes_point_body ._notes_point_body_text1 {
        font-size: 10px;
        line-height: 1.5;
    }
    ._notes ._notes_point ._notes_point_body ._notes_point_body_text2 {
        font-size: 10px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_point_body_text3 {
        font-size: 14px;
    }

    ._notes ._notes_point ._notes_point_body ._notes_step {
        width: 100%;
        margin-bottom: 20px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_step ._notes_step_title {
        width: 100%;
        margin-bottom: 10px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_step ._notes_step_img {
        width: 100%;
        padding-top: 10px;
    }

    ._notes ._notes_point ._notes_point_body ._notes_mail {
        border: #ffffff solid 1px;
        width: 100%;
        padding: 10px;
        color: #ffffff;
    }
    ._notes ._notes_point ._notes_point_body ._notes_mail ._notes_mail_text1 {
        font-size: 15px;
        padding: 5px 0 10px;
        text-align: center;
    }
    ._notes ._notes_point ._notes_point_body ._notes_mail ._notes_mail_text2 {
        margin-bottom: 3px;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 12px;
        line-height: 1.3;
    }
    ._notes ._notes_point ._notes_point_body ._notes_mail ._notes_mail_text3 {
        display: block;
        border-top: #ffffff solid 1px;
        margin-top: 10px;
        padding-top: 10px;
        font-size: 12px;
        line-height: 1.3;
    }

    ._notes ._notes_point ._notes_point_body ._notes_title1 {
        background-color: #ffffff;
        border-radius: 12px;
        width: 100%;
        height: 24px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ._notes ._notes_point ._notes_point_body ._notes_title1 span {
        display: block;
        font-size: 14px;
        line-height: 1;
        color: #e0050b;
    }
    ._notes ._notes_point ._notes_point_body ._notes_title2 {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 1;
        text-align: center;
        color: #ffffff;
    }
    ._notes ._notes_point ._notes_point_body ._notes_text1 {
        margin-bottom: 10px;
        font-size: 12px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_text2 {
        margin-bottom: 10px;
        font-size: 10px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_text3 {
        margin-bottom: 10px;
        font-size: 12px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_text4 {
        margin-bottom: 10px;
        font-size: 12px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_qtext {
        font-size: 12px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_atext {
        margin-bottom: 15px;
        font-size: 12px;
    }
    ._notes ._notes_point ._notes_point_body ._notes_atext a {
        text-decoration: underline;
        color: #ffffff;
    }
    ._notes ._notes_point ._notes_point_body ._notes_btn {
        width: 70%;
        margin: 0 auto;
    }
    ._notes ._notes_point ._notes_point_body ._notes_btn a {
        display: block;
        background-color: #017849;
        border: #ffffff solid 1px;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all ease .3s;
    }
    ._notes ._notes_point ._notes_point_body ._notes_btn a:hover {
        background-color: #018c55;
    }
    ._notes ._notes_point ._notes_point_body ._notes_btn a span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
    }

    ._frozen {
        padding: 2vw;
    }
    ._frozen ._frozen_contents {
        border-radius: 5vw;
    }
    ._frozen ._frozen_contents ._frozen_contents_inner {
        padding: 5vw;
    }
    ._frozen ._frozen_contents ._frozen_contents_text1 {
        width: 90%;
        position: absolute;
        left: 5%;
        top: 6vw;
        z-index: 10;
    }
    ._frozen ._frozen_contents ._frozen_contents_img1 {
        width: 100%;
        padding-top: 20%;
    }
    ._frozen ._frozen_contents ._frozen_contents_img2 {
        width: 30%;
        position: absolute;
        right: 2%;
        top: 42vw;
    }

    ._frozen ._frozen_point {
        width: 100%;
        min-height: 16vw;
    }
    ._frozen ._frozen_point ._frozen_point_title {
        width: 100%;
        position: relative;
        z-index: 2;
    }
    ._frozen ._frozen_point ._frozen_point_title::before {
        width: 8vw;
        height: 8vw;
        position: absolute;
        right: 4vw;
        top: calc(50% - 4vw);
    }
    ._frozen ._frozen_point ._frozen_point_body {
        border-radius: 0 0 3vw 3vw;
    }

    .page-top {
        width: 20vw;
        position: fixed;
        bottom: 23vw;
        left: 78vw;
    }


    .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: 8vw 0 24vw;
    }
    .footer .copy {
        font-size: 10px;
        letter-spacing: 0;
    }
}
