@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

#main {
    font-family: "Noto Sans JP", sans-serif;
}

#main .jost {
    font-family: "Jost", sans-serif;
}

#promotion {
    line-height: 1.8;
}

#promotion .container {
    max-width: 900px;
}

#promotion #area04 .container {
    text-align: left;
}

.mb25 {
    margin-bottom: 25px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb50 {
    margin-bottom: 35px;
}

.pc {
    display: none;
}
.sp {
    display: block;
}

@media screen and (min-width: 767px) {
    .mb50 {
        margin-bottom: 50px;
    }
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}

.title_bold{
    font-weight: bold;
}

.comingsoon{
    position: relative;
}
.comingsoon::after{
    content: 'Coming Soon';
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    /* background: url(../img/seasonalevent/spring_2025/comingsoon.webp) no-repeat center center/cover; */
    background: #CCCCCCCC;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

#promotion .mv_area {
    margin-bottom: 50px;
    padding-top: 43px;
}

@media screen and (min-width: 767px) {
    #promotion .mv_area {
        margin-bottom: 76px;
        padding-top: 63px;
    }
}

#promotion .mv_area h1.mv {
    max-width: 750px;
    margin: 0 auto;
}

section {
    padding: 0;
    margin-bottom: 50px;
}

@media screen and (min-width: 767px) {
    section {
        padding: 0 50px;
        margin-bottom: 76px;
    }
}

#promotion h2 {
    font-weight: 600;
    font-size: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto 15px;
}

@media screen and (min-width: 767px) {
    #promotion h2 {
        font-size: 39px;
        margin: 0 auto 35px;
    }
}

#promotion h2:before,
#promotion h2:after {
    content: "";
    height: 5px;
    flex-grow: 1;
    background-color: #AFAFAF;
}

#promotion h2:before {
    margin-right: 1em;
}

#promotion h2:after {
    margin-left: 1em;
}

#promotion .read {
    text-align: center;
    font-size: 15px;
}

@media screen and (min-width: 767px) {
    #promotion .read {
        font-size: 17px;
    }
}

#promotion .read a {
    color: #0146A3;
    text-decoration: underline;
}

#promotion .img_320 {
    max-width: 320px;
    margin: 0 auto;
}

#promotion .img_500 {
    max-width: 500px;
}

#promotion .img_520 {
    max-width: 520px;
    margin: 0 auto;
}

#promotion .img_620 {
    max-width: 620px;
    margin: 0 auto;
}

#promotion .img_780 {
    max-width: 780px;
    margin: 0 auto;
}

/* detail_area */
/* #promotion .detail_area {
    margin-bottom: 100px;
} */

#promotion .detail_area .container {
    padding: 30px 0 0;
}

#promotion .detail_area .container li {
    margin-bottom: 30px;
    text-indent: -14px;
    padding-left: 14px;
}
#promotion .detail_area .container li:first-child {
    text-indent: 0;
    padding-left: 0;
}

#promotion .detail_area .container li a {
    color: #0146A3;
    text-decoration: underline;
}

#promotion .detail_area .more_indent {
    display: block;
    text-indent: -3.2em;
    padding-left: 3.2em;
}

#promotion .detail_area.bg_beige {
    padding: 30px 20px;
}


@media screen and (min-width: 767px) {
    #promotion .detail_area .container {
        padding: 50px 50px 55px;
    }
    #promotion .detail_area .container li:first-child {
        font-size: 17px;
    }
    #promotion .detail_area.bg_beige {
        padding: 50px 50px 55px;
    }
}

#promotion .bg_beige {
    background-color: #F7F6F5;
}

#promotion .detail_ttl {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 35px;
}

@media screen and (min-width: 767px) {
    #promotion .detail_ttl {
        font-size: 24px;
        margin-bottom: 50px;
    }
}

#promotion .detail_subttl {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 0 30px;
}

@media screen and (min-width: 767px) {
    #promotion .detail_subttl {
        font-size: 24px;
        margin-bottom: 35px;
    }
}

#promotion .detail_subttl::before,
#promotion .detail_subttl::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25px;
    height: 3px;
    background-color: #8D8D8D;
}

#promotion .detail_subttl::before {
    left: 0;
}

#promotion .detail_subttl::after {
    right: 0;
}

#promotion .detail_txt {
    font-size: 15px;
    margin-bottom: 1em;
}

@media screen and (min-width: 767px) {
    #promotion .detail_txt {
        font-size: 17px;
    }
}

#promotion .attention {
    color: #f00;
}

#promotion .detail_txt.indent {
    text-indent: -1em;
    padding-left: 1em;
}

#promotion ul.detail_list {
    margin-bottom: 2em;
    padding-left: 1em;
}

#promotion ul.detail_list li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 15px;
}

@media screen and (min-width: 767px) {
    #promotion ul.detail_list li {
        font-size: 17px;
    }
}

#promotion ul.detail_list li::before {
    content: "・";
}

#promotion .howto_wrap {
    margin-bottom: 100px;
}

#promotion .howto_txt {
    font-size: 14px;
}

#promotion table.place {
    margin-bottom: 2em;
}

#promotion table.place th {
    font-weight: 400;
    width: 3em;
}

@media screen and (min-width: 767px) {
    #promotion .howto_txt {
        font-size: 16px;
    }
}

#promotion .howto_txt a {
    color: #0146A3;
    text-decoration: underline;
}

#promotion .howto_txt.indent {
    text-indent: -1em;
    padding-left: 1em;
}

#promotion .howto_txt.indent .more_indent {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
#promotion .btm_txt{
    margin-top: 20px;
}
#promotion .btm_txt a {
    color: #0146A3;
    text-decoration: underline;
}