@charset "UTF-8";

/* reset */
html #rei_sp, body #rei_sp, #rei_sp div, #rei_sp span, #rei_sp object, #rei_sp iframe,
h1, #rei_sp h2, #rei_sp h3, #rei_sp h4, #rei_sp h5, #rei_sp h6, #rei_sp p, #rei_sp blockquote, #rei_sp pre,
abbr, #rei_sp address, #rei_sp cite, #rei_sp code,
del, #rei_sp dfn, #rei_sp em, #rei_sp img, #rei_sp ins, #rei_sp kbd, #rei_sp q, #rei_sp samp,
small, #rei_sp strong, #rei_sp sub, #rei_sp sup, #rei_sp var, #rei_sp b, #rei_sp i,
dl, #rei_sp dt, #rei_sp dd, #rei_sp ol, #rei_sp ul, #rei_sp li,
fieldset, #rei_sp form, #rei_sp label, #rei_sp legend,
table, #rei_sp caption, #rei_sp tbody, #rei_sp tfoot, #rei_sp thead, #rei_sp tr, #rei_sp th, #rei_sp td,
article, #rei_sp aside, #rei_sp dialog, #rei_sp figure, #rei_sp footer, #rei_sp header,
hgroup, #rei_sp menu, #rei_sp nav, #rei_sp section,
time, #rei_sp mark, #rei_sp audio, #rei_sp video {
	margin: 0;
	padding: 0;
}
.ft_pageTop{
    z-index: 0;
}

/* lotomels */

.reveal{
  opacity: 0;
  transform: translateY(16px);
}
.reveal.is-show{
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s ease;
}

/* common */
#lotomels,#lotomels a, .lotomels_banner a{
    font-family: "Zen Maru Gothic", sans-serif;
}
#lotomels a, .lotomels_banner a{
    transition: all .2s;
}
#lotomels a:hover, .lotomels_banner a:hover{
    opacity: 0.7;
}
#lotomels .sec_ttl{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 80px 0 40px 0;
}
@media (max-width: 767px) {
    #lotomels .sec_ttl{
        gap: calc(8vw / 375 * 100);
        padding: calc(40vw / 375 * 100) 0 calc(20vw / 375 * 100) 0;
    }
}
#lotomels .sec_ttl p{
    color: #222;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%;
    letter-spacing: 1.2px;
}
@media (max-width: 767px) {
    #lotomels .sec_ttl p{
        font-size: calc(14vw / 375 * 100);
        letter-spacing: calc(0.7vw / 375 * 100);
    }
}
#lotomels .cv_link,.lotomels_banner .cv_link{
    max-width: 680px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    padding: 16px 20px;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    #lotomels .cv_link,.lotomels_banner .cv_link{
        border-radius: 16px;
        padding: 12px 10px;
    }
}
#lotomels .cv_link.rd,.lotomels_banner .cv_link.rd{
    background: #D5352F;
    box-shadow: 0 6px 0 0 #B11B16, 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}

#lotomels .cv_link.rd:hover,.lotomels_banner .cv_link.rd:hover{
    box-shadow: 0 1px 0 0 #B11B16, 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}
#lotomels .cv_link:hover,.lotomels_banner .cv_link:hover{
    transform: translateY(5px);
}
#lotomels .cv_link.or{
    background: #FC8F00;
    box-shadow: 0 6px 0 0 #D17700, 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}

#lotomels .cv_link.or:hover{
    box-shadow: 0 1px 0 0 #D17700, 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}
#lotomels .cv_link.bl,.lotomels_banner .cv_link.bl{
    background: #0A306B;
    box-shadow: 0 6px 0 0 #021026, 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}

#lotomels .cv_link.bl:hover,.lotomels_banner .cv_link.bl:hover{
    box-shadow: 0 1px 0 0 #021026, 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}
#lotomels .cv_link p,.lotomels_banner .cv_link p{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 165%; /* 39.6px */
    letter-spacing: 1.2px;
}
#lotomels .cv_link p br,.lotomels_banner .cv_link p br{
    display: none;
}
@media (max-width: 767px) {
    #lotomels .cv_link p,.lotomels_banner .cv_link p{
        font-size: 16px;
        letter-spacing: 0.8px;
    }
    #lotomels .cv_link p br,.lotomels_banner .cv_link p br{
        display: inline;
    }
}
#lotomels .cv_link span,.lotomels_banner .cv_link span{
    position: absolute;
    right: 30px;
    width: 26px;
}
@media (max-width: 767px) {
    #lotomels .cv_link span,.lotomels_banner .cv_link span{
        right: 15px;
        width: 20px;
    }
}
/* common till here */
#lotomels main{
    position: relative;
    z-index: 1;
}
#lotomels .main_bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    z-index: -1;
    justify-content: center;
}
#lotomels .main_bg picture source{
    width: 1920px;
    justify-content: center;
    overflow: hidden;
    display: block;
}
@media (max-width: 1440px) {
    #lotomels .main_bg picture source{
        width: calc(1920vw / 1440 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .main_bg picture source{
        width: 100%;
    }
}
@media (max-width: 767px) {
    #lotomels .main_cont{
        padding-top: calc(135vw / 375 * 100);
    }
}
#lotomels .main_ttl_pc{
    display: flex;
    width: 775.977px;
    padding-top: 54px;
    padding-bottom: 184px;
    margin: 0 auto;
}
@media (max-width: 1440px) {
    #lotomels .main_ttl_pc{
        width: calc(775.977vw / 1440 * 100);
        padding-top: calc(54vw / 1440 * 100);
        padding-bottom: calc(184vw / 1440 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .main_ttl_pc{
        display: none;
    }
}

#lotomels .main_top, #lotomels .main_top picture, #lotomels .main_top img{
    display: flex;
    width: 100%;
}
#lotomels .main_cont .main_cont_inner{
    background-color: #fff;
    position: relative;
}
#lotomels .main_ttl_sp{
    display: none;
}
@media (max-width: 767px) {
    #lotomels .main_ttl_sp{
        display: flex;
        margin: 0 auto calc(-8vw / 375 * 100);
        width: calc(290vw / 375 * 100);
        top: calc(-32vw / 375 * 100);
        position: relative;
    }
}
#lotomels .main_insen{
    top: -220px;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 1440px) {
    #lotomels .main_insen{
        top: calc(-220vw / 1440 * 100);
    }
}
@media (max-width: 1220px) {
    #lotomels .main_insen{
        width: calc(1100vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .main_insen{
        top: 0px;
    }
}

#lotomels .movie{
    margin-top: -220px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 100px;
}
@media (max-width: 1440px) {
    #lotomels .movie{
        margin-top: calc(-220vw / 1440 * 100);
        padding-bottom: calc(100vw / 1440 * 100);
    }
}
@media (max-width: 1220px) {
    #lotomels .movie{
        margin-top: calc(-220vw / 1220 * 100);
        padding-bottom: calc(100vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .movie{
        margin-top: 0px;
        padding-bottom: calc(60vw / 375 * 100);
    }
}
#lotomels .movie_bg{
    position: absolute;
    min-width: 1920px;
    left: calc(50% - 960px);
    top: 0px;
}
@media (max-width: 1220px) {
    #lotomels .movie_bg{
        min-width: calc(1920vw / 1220 * 100);
        left: calc(50% - calc(960vw / 1220 * 100));
    }
}
@media (max-width: 767px) {
    #lotomels .movie_bg{
        min-width: 100%;
        left: 0px;
    }
}
#lotomels .movie_inner{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#lotomels .movie_inner .sec_ttl span{
    width: 246px;
    display: flex;
}
@media (max-width: 767px) {
    #lotomels .movie_inner .sec_ttl span{
        width: calc(142vw / 375 * 100);
    }
}
:root{
  --modal-bg: rgba(0,0,0,.6);
  --shadow: 0 20px 50px rgba(0,0,0,.25);
}

/* サムネイル */
#lotomels .thumb {
    position: relative;
    display: inline-grid;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    border: solid 6px #A5DBEF;
}
#lotomels .thumb img {
    display: block;
    width: min(84vw, 720px);
    height: auto;
}

/* モーダル */

#lotomels .modal[hidden] { display: none; }
#lotomels .modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
    align-items: center;
    justify-content: center;
    display: flex;
}
#lotomels .modal__backdrop {
  position: absolute;
  inset: 0;
  background: var(--modal-bg);
}
#lotomels .modal__dialog {
  position: relative;
  margin: 0 auto;
  inset: 0;
  max-width: 960px;
  width: calc(100% - 24px);
  background: #000;
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* 閉じるボタン */
#lotomels .modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 40px; height: 40px;
  border: none;
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

/* 動画 */
#lotomels .video { width: 100%; height: auto; display: block; max-height: 80svh; background: #000; }

/* iframe 版のレターボックス防止（16:9） */
#lotomels .iframeWrap { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
#lotomels .iframeWrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* 背景スクロール固定用 class */
.body--lock { overflow: hidden; touch-action: none; }


/* ====== 設定値（必要に応じて調整） ====== */
:root{
  /* タイル画像の実寸幅(px)。画像の横幅に合わせてください。 */
  --tile-width: 2388px; /* 例: 添付画像の横幅 */
  /* 1タイルが左へ流れるのに要する時間 */
  --duration: 40s;
}

/* スクロールする帯本体 */
#lotomels .skyline{
    height: 140px;
    /* 画像を繰り返す帯にする */
    background-image: url("../img/town.png"); /* 画像パスに合わせて変更 */
    background-repeat: repeat-x;
    background-position: 0 100%;   /* 下揃えにしたい場合は 100% に。中央なら 50% */
    background-size: auto 100%;    /* 高さ基準でフィットさせる */
    width: 100vw;
    position: absolute;
    bottom: 40px;
    z-index: -1;
    /* 無限スクロール */
    animation: slide-x var(--duration) linear infinite;
}
@media (max-width: 767px) {
    #lotomels .skyline{
        height: 70px;
        bottom: calc(-60vw / 375 * 100);
    }
}

/* 右→左 1 タイルぶん移動したら位置をリセット */
@keyframes slide-x{
  from { background-position-x: 0; }
  to   { background-position-x: calc(-1 * var(--tile-width)); }
}


#lotomels .flow{
    background-color: #F0F9FF;
    padding-bottom: 110px;
    padding-top: 20px;
}
@media (max-width: 767px) {
    #lotomels .flow{
        padding-bottom: calc(60vw / 375 * 100);
        padding-top: calc(10vw / 375 * 100);
    }
}
#lotomels .flow_inner{
    width: calc(100% - 80px);
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    #lotomels .flow_inner{
        width: 84vw;
    }
}
#lotomels .flow .sec_ttl span{
    display: flex;
    width: 440px;
}
@media (max-width: 767px) {
    #lotomels .flow .sec_ttl span{
        width: calc(255vw / 375 * 100);
    }
}
#lotomels .flow_cont{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    #lotomels .flow_cont{
        flex-direction: column;
        gap: calc(10vw / 375 * 100);
        align-items: center;
        margin-bottom: calc(30vw / 375 * 100);
        width: 100%;
    }
}
#lotomels .flow_blk{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 22%;
    gap: 20px 0;
}
@media (max-width: 767px) {
    #lotomels .flow_blk{
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        height: calc(105vw / 375 * 100);
        border: 2px solid #01A8DB;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: calc(10vw / 375 * 100);
        background-color: #fff;
        gap: calc(15vw / 375 * 100);
    }
}
#lotomels .flow_blk span{
    display: flex;
    border-radius: 20px;
    border: 2px solid #01A8DB;
    box-sizing: border-box;
    overflow: hidden;
}
@media (max-width: 767px) {
    #lotomels .flow_blk span{
        border: none;
        border-radius: 0px;
        height: 100%;
        aspect-ratio: 102 / 86;
        display: block;
        width: auto;
    }
}
#lotomels .flow_blk p{
    color: #222;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%;
    letter-spacing: 0.9px;
}
@media (max-width: 1220px) {
    #lotomels .flow_blk p{
        font-size: calc(18vw / 1220 * 100);
        letter-spacing: calc(0.9vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .flow_blk p{
        font-size: calc(15vw / 375 * 100);
        letter-spacing: calc(0.75vw / 375 * 100);
        text-align: left;
    }
}
#lotomels .flow_blk_arrow picture{
    display: flex;
}
#lotomels .flow_blk_arrow{
    display: flex;
    width: 14px;
    height: fit-content;
    margin-top: 85px;
}
@media (max-width: 1220px) {
    #lotomels .flow_blk_arrow{
        width: calc(14vw / 1220 * 100);
        margin-top: calc(85vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .flow_blk_arrow{
        margin-top: 0px;
        width: calc(18vw / 375 * 100);
    }
}
#lotomels .ataru_header{
    position: relative;
    background-color: #FFFFC8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
}
@media (max-width: 1220px) {
    #lotomels .ataru_header{
        height: calc(300vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .ataru_header{
        height: calc(247vw / 375 * 100);
    }
}
#lotomels .ataru_header_bg{
    width: 1440px;
    top: 0px;
    z-index: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 720px);
}
@media (max-width: 1220px) {
    #lotomels .ataru_header_bg{
        width: calc(1440vw / 1220 * 100);
        left: calc(50% - calc(720vw / 1220 * 100));
    }
    #lotomels .ataru_header_bg picture{
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    #lotomels .ataru_header_bg{
        width: auto;
        left: 0px;
        height: 100%;
    }
}
#lotomels .ataru_header_ttl{
    position: absolute;
    z-index: 1;
    display: flex;
    width: 614px;
    top: 70px;
    left: calc(50% - 307px);
}
@media (max-width: 1220px) {
    #lotomels .ataru_header_ttl{
        width: calc(680vw / 1220 * 100);
        top: calc(60vw / 1220 * 100);
        left: calc(50% - calc(340vw / 1220 * 100));
    }
}
@media (max-width: 767px) {
    #lotomels .ataru_header_ttl{
        width: calc(312vw / 375 * 100);
        top: calc(40vw / 375 * 100);
        left: calc(50% - calc(156vw / 375 * 100));
    }
}
#lotomels .ataru_cont{
    margin-top: -40px;
    padding-bottom: 80px;
}
@media (max-width: 1220px) {
    #lotomels .ataru_cont{
        margin-top: calc(-20vw / 1220 * 100);
        padding-bottom: calc(80vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .ataru_cont{
        margin-top: calc(-20vw / 375 * 100);
        padding-bottom: calc(50vw / 375 * 100);
    }
}
#lotomels .ataru_cont_img{
    position: relative;
    width: 676px;
    display: flex;
    margin: 0 auto;
}
@media (max-width: 1220px) {
    #lotomels .ataru_cont_img{
        width: 65%;
    }
}
@media (max-width: 767px) {
    #lotomels .ataru_cont_img{
        width: 84%;
    }
}
#lotomels .ataru_coin_left,#lotomels .ataru_coin_right{
    position: absolute;
    display: flex;
}
@media (max-width: 767px) {
    #lotomels .ataru_coin_left,#lotomels .ataru_coin_right{
        display: none;
    }
}
#lotomels .ataru_coin_left{
    width: 127.69px;
    top: 80px;
    left: -147px;
}
@media (max-width: 1220px) {
    #lotomels .ataru_coin_left{
        width: calc(127.69vw / 1220 * 100);
        top: calc(80vw / 1220 * 100);
        left: calc(-147vw / 1220 * 100);
    }
}
#lotomels .ataru_coin_right{
    width: 168.3px;
    top: 85px;
    right: -159px;
    z-index: 1;
}
@media (max-width: 1220px) {
    #lotomels .ataru_coin_right{
        width: calc(168.3vw / 1220 * 100);
        top: calc(85vw / 1220 * 100);
        right: calc(-159vw / 1220 * 100);
    }
}
#lotomels .ataru_cont p{
    color: #222;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 165%; /* 21.45px */
    letter-spacing: 0.65px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    #lotomels .ataru_cont p{
        font-size: 11px;
        letter-spacing: 0.55px;
        margin: 15px auto 0;
        width: 84%;
        text-align: left;
    }
    #lotomels .ataru_cont p br{
        display: none;
    }
}
#lotomels .menicoin{
    display: flex;
    padding: 0 0 120px 0;
    position: relative;
}
@media (max-width: 767px) {
    #lotomels .menicoin{
        padding: 0 0 60px 0;
    }
}
#lotomels .menicoin_inner{
    width: calc(100% - 80px);
    max-width: 1100px;
    margin: 0 auto;
    background-color: #F8F8F8;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    box-sizing: border-box;
    z-index: 1;
}
@media (max-width: 767px) {
    #lotomels .menicoin_inner{
        width: 84%;
        border-radius: 20px;
        padding: 30px 20px;
    }
}
#lotomels .menicoin_inner .logo{
    display: flex;
    width: 300px;
    margin: 0 auto 30px;
}
@media (max-width: 767px) {
    #lotomels .menicoin_inner .logo{
        width: 60%;
        margin: 0 auto 20px;
    }
}
#lotomels .menicoin_inner > p{
    color: #222;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%; /* 29.7px */
    letter-spacing: 0.9px;
    margin-bottom: 50px;
}
#lotomels .menicoin_inner > p br.sp{
        display: none;
    }
@media (max-width: 767px) {
    #lotomels .menicoin_inner > p{
        font-size: calc(14vw / 375 * 100);
        letter-spacing: calc(0.75vw / 375 * 100);
        margin-bottom: 24px;
    }
    #lotomels .menicoin_inner > p br.sp{
        display: inline;
    }
}
#lotomels .menicoin_info{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    #lotomels .menicoin_info{
        padding: 30px 20px;
        border-radius: 20px;
        margin-bottom: 30px;
    }
}
#lotomels .menicoin_info_img{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
#lotomels .menicoin_info_p{
    color: #222;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%; /* 21.45px */
    letter-spacing: 0.65px;
}
@media (max-width: 1220px) {
    #lotomels .menicoin_info_p{
        font-size: calc(13vw / 1220 * 100);
        letter-spacing: calc(0.65vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .menicoin_info_p{
        font-size: 11px;
        letter-spacing: 0.55px;
    }
    #lotomels .menicoin_info_p br{
        display: none;
    }
}
#lotomels .bg_img01{
    position: absolute;
    display: flex;
    width: 268px;
    top: 200px;
    left: calc(50% - 800px);
    z-index: 0;
}
@media (max-width: 1220px) {
    #lotomels .bg_img01{
        width: calc(268vw / 1220 * 100);
        top: calc(200vw / 1220 * 100);
        left: calc(50% - calc(800vw / 1220 * 100));
    }
}
@media (max-width: 767px) {
    #lotomels .bg_img01{
        display: none;
    }
}
#lotomels .scene{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
    position: relative;
}
@media (max-width: 767px) {
    #lotomels .scene{
        padding-bottom: 50px;
    }
}
#lotomels .scene_inner{
    width: calc(100% - 80px);
    max-width: 1100px;
    margin: 0 auto;
    background-color: #FFF3EC;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    box-sizing: border-box;
    z-index: 1;
    border: solid 3px #FF8E43;
}
@media (max-width: 767px) {
    #lotomels .scene_inner{
        width: 84%;
        border-radius: 20px;
        padding: 20px;
    }
}
#lotomels .scene_h3{
    color: #222;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 165%;
    letter-spacing: 1.6px;
    text-align: center;
    margin-bottom: 40px;
}
#lotomels .scene_h3 .sp{
    display: none;
}
@media (max-width: 1220px) {
    #lotomels .scene_h3{
        font-size: 28px;
        letter-spacing: 1.4px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    #lotomels .scene_h3{
        font-size: calc(20vw / 375 * 100);
        margin-bottom: calc(30vw / 375 * 100);
    }
    #lotomels .scene_h3 .sp{
        display: inline;
    }
}
#lotomels .scene_h3 span{
    color: #FF8E43;
}
#lotomels .scene_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    align-items: flex-start;
}
@media (max-width: 1220px) {
    #lotomels .scene_cont{
        gap: calc(40vw / 1220 * 100) 0;
    }
}
@media (max-width: 767px) {
    #lotomels .scene_cont{
        gap: calc(20vw / 375 * 100) 0;
    }
}
#lotomels .scene_box{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
@media (max-width: 1220px) {
    #lotomels .scene_box{
        gap: calc(25vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .scene_box{
        width: 46%;
        gap: calc(15vw / 375 * 100);
    }
}
#lotomels .scene_box span{
    width: 100%;
    display: flex;
    border-radius: 20px;
    border: 2px solid #FF8E43;
    background: #FFF;
    box-sizing: border-box;
    overflow: hidden;
}

#lotomels .scene_box p{
    color: #222;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%; /* 29.7px */
    letter-spacing: 0.9px;
}
#lotomels .scene_box p .sp{
    display: none;
}
@media (max-width: 1220px) {
    #lotomels .scene_box p{
        font-size: calc(18vw / 1220 * 100);
        letter-spacing: calc(0.9vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    #lotomels .scene_box p{
        font-size: calc(14vw / 375 * 100);
        letter-spacing: calc(0.7vw / 375 * 100);
    }
    #lotomels .scene_box p .sp{
        display: inline;
    }
}
#lotomels .bg_img02{
    position: absolute;
    display: flex;
    width: 156px;
    top: 200px;
    right: calc(50% - 760px);
    z-index: 0;
}
@media (max-width: 1220px) {
    #lotomels .bg_img02{
        width: calc(156vw / 1220 * 100);
        top: calc(200vw / 1220 * 100);
        right: calc(50% - calc(760vw / 1220 * 100));
    }
}
@media (max-width: 767px) {
    #lotomels .bg_img02{
        display: none;
    }
}

#lotomels .map{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    gap: 50px;
}
@media (max-width: 767px) {
    #lotomels .map{
        gap: 24px;
        width: 84vw;
        margin: 0 auto 60px;
    }
}
#lotomels .map_img{
    display: flex;
    max-width: 680px;
    margin: 0 auto;
    width: calc(100% - 40px);
}
@media (max-width: 767px) {
    #lotomels .map_img{
        width: 84vw;
    }
}
#lotomels .caution{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
}
@media (max-width: 767px) {
    #lotomels .caution{
        padding-bottom: 60px;
    }
}
#lotomels .caution_inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    padding: 40px 60px;
    border-radius: 20px;
    background: #F8F8F8;
    max-width: 750px;
    box-sizing: border-box;
    width: calc(100% - 80px);
}
@media (max-width: 767px) {
    #lotomels .caution_inner{
        flex-direction: column;
        padding: 20px 30px;
        gap: 6px;
        border-radius: 20px;
        width: 84vw;
    }
}
#lotomels .caution_inner_right p{
    color: #01A8DB;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 185%; /* 29.7px */
    letter-spacing: 0.9px;
}
@media (max-width: 767px) {
    #lotomels .caution_inner_right p{
        font-size: 12px;
        letter-spacing: 0.7px;
    }
}
#lotomels .caution_inner_left li{
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 185%; /* 29.7px */
    letter-spacing: 0.9px;
    text-indent: -15px;
    padding-left: 15px;
    list-style-type: none;
}
@media (max-width: 767px) {
    #lotomels .caution_inner_left li{
        font-size: 12px;
        letter-spacing: 0.7px;
    }
}
#lotomels .caution_inner_left a{
    color: #01A8DB;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 185%;
    letter-spacing: 0.9px;
    text-decoration-line: underline;
}
@media (max-width: 767px) {
    #lotomels .caution_inner_left a{
        font-size: 12px;
        letter-spacing: 0.7px;
    }
}

.ft_wrap {
    margin: 0 0 100px 0;
}
.lotomels_banner.fixed_banner{
    position: fixed;
    background: rgba(255, 255, 255, 0.70);
    padding: 20px 0;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}
@media (max-width: 767px) {
    .lotomels_banner.fixed_banner{
        padding: 12px 0;
    }
}
.lotomels_banner .fixed_banner_inner{
    max-width: 1100px;
    margin: 0 auto;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 767px) {
    .lotomels_banner .fixed_banner_inner{
        width: 94vw;
        gap: 10px;
    }
}
@media (max-width: 767px) {
    .lotomels_banner .fixed_banner_inner a{
        padding: 12px 2.6vw 12px 3vw;
        justify-content: space-between;
    }
}
.lotomels_banner .fixed_banner_inner a p{
    font-size: 18px;
    letter-spacing: 0.9px;
}
@media (max-width: 1220px) {
    .lotomels_banner .fixed_banner_inner a p{
        font-size: calc(18vw / 1220 * 100);
        letter-spacing: calc(0.9vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    .lotomels_banner .fixed_banner_inner a p{
        font-size: calc(12vw / 375 * 100) !important;
        letter-spacing: calc(0.6vw / 375 * 100) !important;
        width: 100%;
    }
}
.lotomels_banner .fixed_banner_inner a span{
    width: 16px;
}
@media (max-width: 1220px) {
    .lotomels_banner .fixed_banner_inner a span{
        width: calc(16vw / 1220 * 100);
    }
}
@media (max-width: 767px) {
    .lotomels_banner .fixed_banner_inner a span{
        width: calc(14vw / 375 * 100);
        right: 0px;
        position: relative;
    }
}