.lp_contents {
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    background-color: #e9dbcb;
    background-image: url("../img/bg_img.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.m_plus { font-family: "M PLUS Rounded 1c", sans-serif; }

.ib { display: inline-block; }

.main_img_wrap {
    margin-bottom: 20px;
}

.main_ttl {
    width: 682px;
    max-width: 100%;
    aspect-ratio: 682 / 265;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin: 0 auto 30px;
}

.main_ttl_inner {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
    transform: translateY(15%);
}

.main_ttl_logo {
    width: 230px;
    max-width: 33.7%;
    margin: 0 auto;
}

.main_ttl_logo img {
    width: 100%;
}

.main_ttl_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 5px;
}

.main_ttl_txt .em {
    font-size: 6.6rem;
    font-weight: bold;
    color: #e60012;
    line-height: 1;
    display: inline-block;
}

.main_ttl_txt .em .en {
    font-size: 1.1em;
    line-height: 1;
    display: inline-block;
}

.main_ttl_txt .bottom_txt {
    font-size: 3.6rem;
    font-weight: 900;
    display: flex;
    column-gap: 5px;
}

.main_ttl_txt .bottom_txt .sm {
    align-self: center;
}

.main_ttl_txt .bottom_txt .lg {
    font-size: 1.4em;
}

.lang_list {
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
}

.lang_list > li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
}

.lang_list .ttl_01 {
    margin-bottom: 15px;
}

.ttl_01 {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 400 / 90;
    font-size: 4.7rem;
    font-weight: 900;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../img/bg_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.txt_01 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: -3px -3px 1px #fff, 3px -3px 1px #fff, -3px 3px 1px #fff, 3px 3px 1px #fff, 0px 3px 1px #fff, 3px 0px 1px #fff, 0px -3px 1px #fff, -3px 0px 1px #fff;
    margin-bottom: 40px;
}

.txt_02,
.txt_03 {
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.txt_02 {
    color: #900000;
    margin-bottom: 0.6em;
}

.txt_02 .sm {
    font-size: 0.9em;
}

.txt_03 {
    color: #530000;
}

.txt_03 .sm {
    font-size: 0.9em;
}

.foot_logo {
    width: 322px;
    max-width: 100%;
    margin: 60px auto 0;
}

html[lang=en] .main_ttl_txt .em,
html[lang=fr] .main_ttl_txt .em,
html[lang=de] .main_ttl_txt .em,
html[lang=it] .main_ttl_txt .em,
html[lang=es] .main_ttl_txt .em,
html[lang=en] .main_ttl_txt .em,
html[lang=th] .main_ttl_txt .em,
html[lang=id] .main_ttl_txt .em {
    font-size: 4.5rem;
}

html[lang=en] .main_ttl_txt .bottom_txt,
html[lang=fr] .main_ttl_txt .bottom_txt,
html[lang=de] .main_ttl_txt .bottom_txt,
html[lang=it] .main_ttl_txt .bottom_txt,
html[lang=es] .main_ttl_txt .bottom_txt,
html[lang=en] .main_ttl_txt .bottom_txt,
html[lang=th] .main_ttl_txt .bottom_txt,
html[lang=id] .main_ttl_txt .bottom_txt {
    font-size: 2.5rem;
}

html[lang=en] .ttl_01,
html[lang=fr] .ttl_01,
html[lang=de] .ttl_01,
html[lang=it] .ttl_01,
html[lang=es] .ttl_01,
html[lang=en] .ttl_01,
html[lang=th] .ttl_01,
html[lang=id] .ttl_01 {
    font-size: 3rem;
}

@media screen and (min-width: 768px)and (max-width: 1150px) {
    .main_ttl_inner {
        row-gap: 3.9vw;
    }

    .main_ttl_txt .em {
        font-size: 5.74vw;
    }

    .main_ttl_txt .bottom_txt {
        font-size: 3.13vw;
        column-gap: 0.43vw;
    }

    .lang_list {
        gap: 1.74vw 2.6vw;
    }

    .lang_list .ttl_01 {
        margin-bottom: 1.3vw;
    }

    .ttl_01 {
        font-size: 4.1vw;
    }

    .txt_01 {
        font-size: 2.6vw;
    }

    .txt_02,
    .txt_03 {
        font-size: 2.4vw;
    }

    html[lang=en] .main_ttl_txt .em,
    html[lang=fr] .main_ttl_txt .em,
    html[lang=de] .main_ttl_txt .em,
    html[lang=it] .main_ttl_txt .em,
    html[lang=es] .main_ttl_txt .em,
    html[lang=en] .main_ttl_txt .em,
    html[lang=th] .main_ttl_txt .em,
    html[lang=id] .main_ttl_txt .em {
        font-size: 3.9vw;
    }

    html[lang=en] .main_ttl_txt .bottom_txt,
    html[lang=fr] .main_ttl_txt .bottom_txt,
    html[lang=de] .main_ttl_txt .bottom_txt,
    html[lang=it] .main_ttl_txt .bottom_txt,
    html[lang=es] .main_ttl_txt .bottom_txt,
    html[lang=en] .main_ttl_txt .bottom_txt,
    html[lang=th] .main_ttl_txt .bottom_txt,
    html[lang=id] .main_ttl_txt .bottom_txt {
        font-size: 2.17vw;
    }

    html[lang=en] .ttl_01,
    html[lang=fr] .ttl_01,
    html[lang=de] .ttl_01,
    html[lang=it] .ttl_01,
    html[lang=es] .ttl_01,
    html[lang=en] .ttl_01,
    html[lang=th] .ttl_01,
    html[lang=id] .ttl_01 {
        font-size: 2.47vw;
    }
}

@media screen and (max-width: 767px) {
    .lp_contents {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        padding: 40px 20px 60px;
    }

    .main_img_wrap {
        margin-bottom: 20px;
    }

    .main_ttl_inner {
        row-gap: 5.87vw;
    }

    .main_ttl_logo {
        width: 30vw;
    }

    .main_ttl_txt {
        column-gap: 0.65vw;
    }

    .main_ttl_txt .em {
        font-size: 8.6vw;
    }

    .main_ttl_txt .bottom_txt {
        font-size: 5.33vw;
        column-gap: 0.65vw;
    }

    .lang_list {
        grid-template-columns: 1fr;
        gap: 20px 30px;
    }

    .lang_list > li {
        display: block;
    }

    .lang_list .ttl_01 {
        margin-bottom: 15px;
    }

    .ttl_01 {
        font-size: 8vw;
        aspect-ratio: 400 / 80;
    }

    .txt_01 {
        font-size: 5.33vw;
    }

    .txt_02,
    .txt_03 {
        font-size: 6.13vw;
    }

    .foot_logo {
        width: 74.66vw;
        margin: 40px auto 0;
    }

    html[lang=en] .main_ttl_txt .em,
    html[lang=fr] .main_ttl_txt .em,
    html[lang=de] .main_ttl_txt .em,
    html[lang=it] .main_ttl_txt .em,
    html[lang=es] .main_ttl_txt .em,
    html[lang=en] .main_ttl_txt .em,
    html[lang=th] .main_ttl_txt .em,
    html[lang=id] .main_ttl_txt .em {
        font-size: 6.4vw;
    }

    html[lang=en] .main_ttl_txt .bottom_txt,
    html[lang=fr] .main_ttl_txt .bottom_txt,
    html[lang=de] .main_ttl_txt .bottom_txt,
    html[lang=it] .main_ttl_txt .bottom_txt,
    html[lang=es] .main_ttl_txt .bottom_txt,
    html[lang=en] .main_ttl_txt .bottom_txt,
    html[lang=th] .main_ttl_txt .bottom_txt,
    html[lang=id] .main_ttl_txt .bottom_txt {
        font-size: 4vw;
    }

    html[lang=en] .ttl_01,
    html[lang=fr] .ttl_01,
    html[lang=de] .ttl_01,
    html[lang=it] .ttl_01,
    html[lang=es] .ttl_01,
    html[lang=en] .ttl_01,
    html[lang=th] .ttl_01,
    html[lang=id] .ttl_01 {
        font-size: 6.4vw;
    }
}