.contentsWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: -apple-system, "BIZ UDPGothic", sans-serif;
    font-size: 1.6rem
}

@media (max-width:768px) {
    .contentsWrapper {
        font-size: 1.4rem
    }
}

.inner {
    max-width: 960px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: center;
}

.center {
    text-align: center;
}

.mb6r {
    margin-bottom: 6rem;

}

.imgbox {
    width: 700px;
    margin: 50px auto;
    text-align: center;
}

.small {
    font-size: 0.9em;
}

@media (max-width:768px) {
    .imgbox {
        width: 95%
    }

    .flex {
        flex-direction: column;
        align-items: center;
    }
}

.header__logo img {
    width: 100%;
    margin: 0 auto
}

.pre_title img {
    min-width: 0;
}

.section__title {
    position: relative;
    display: flex;
    max-width: 960px;
    margin: 50px auto 0;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    align-items: center;
    justify-content: start;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

@media (max-width:768px) {
    .section__title {
        display: block;
        width: 95%;
        padding: 20px;
        margin-top: 30px;
    }
}

.section__title .titlelabel {
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 2.2rem
}

.section__title .titletext {
    margin-left: 40px;
    font-size: 2.6rem
}

@media (max-width:768px) {
    .section__title .titletext {
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
        line-height: 1.4;
        font-size: 1.8rem
    }

    .section__title .titlelabel {
        text-align: center
    }
}

.period__body h4 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
}

.period__body p {
    font-size: 1.8rem;
    line-height: 1.3;
}

@media (max-width:768px) {
    .period__body {
        margin-left: 0;
        margin-top: 20px;
        line-height: 1.4;
        font-size: 1.8rem
    }

    .period__body h4 {
        font-size: 2rem;
    }


}

.section__title .fw-b {
    font-size: 3.6rem
}

@media (max-width:768px) {
    .section__title .fw-b {
        font-size: 3rem
    }
}

.section__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 130px 130px 100px;
    background-color: #fff;
    z-index: 50;
    border-radius: 10px;
}

@media (max-width:768px) {
    .section__inner {
        max-width: 100%;
        padding: 80px 20px 80px;
        border-radius: 0;
    }
}

.section__img {
    width: 700px;
    margin: 0 auto 6rem;
}

@media (max-width:768px) {
    .section__img {
        width: 95%;
        margin: 0 auto;
    }
}

.bg-red {
    background-color: #e00404
}

.bg-black {
    background-color: #000;
}

.bg-ye {
    background-color: #ffce00;
    margin-top: -50px;
    margin-bottom: -50px;
    z-index: 80
}

.bg-gold {
    background-color: #c3a500;
}

.white {
    color: #fff;
}


.bk {
    color: #000;
}

.green {
    padding-top: 170px;
    padding-bottom: 200px;
    background: linear-gradient(to bottom, #ffd900 0%, #ee3300 100%);
    /* background-image: url(../img/bg02.jpg) */
}

@media (max-width:768px) {
    .green {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.brown {
    /* background-image: url(../img/bg03.png); */
    background-color: #d9b66a;
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8rem 60px 100px
}

@media (max-width:768px) {
    .brown {
        width: 100%;
        border-radius: 0;
        margin-top: 50px;
        padding: 30px 0 50px
    }
}

.description {
    padding-top: 90px;
    padding-bottom: 180px;
    background-image: url(../img/bg01.jpg);
    background-position: center top;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten
}

@media (max-width:768px) {
    .description {
        margin-top: 16px
    }
}

.description__title {
    margin: 100px auto;
    color: #005481;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.42;
    text-align: center
}

@media (max-width:768px) {
    .description__title {
        margin-top: 30px;
        font-size: 5.3vw;
        line-height: 1.5
    }
}

.description__list {
    margin-top: 50px;
}

@media (max-width:768px) {
    .description__list {
        margin-top: 0
    }
}

.description__list>li {
    max-width: 960px;
    margin: 60px auto 0;
    padding: 40px 80px;
    background-color: #fff;
    border: 10px solid #fece00;
    border-radius: 50px;
    color: #000
}

.notice__title {
    display: inline-block;
    padding: .5em 2em;
    border-radius: 3px;
    background-color: #fece00;
}

.description__list .notice {
    margin-top: 1.5em;
    list-style-type: disc;
    line-height: 1.4;
    margin-left: 20px;
}

.description__list .notice li {
    margin-bottom: 1em;
}

@media (max-width:768px) {
    .description__list>li {
        max-width: 95%;
        padding: 20px;
        border: 5px solid #fece00
    }
}

.description__list li .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width:768px) {
    .description__list li .left {
        display: block;
        text-align: center;
    }
}

.description__list li .left img {
    width: 250px
}

@media (max-width:768px) {
    .description__list li .left img {
        width: 150px;
        margin: 0 auto
    }
}

.description__list li .left .name {
    margin-left: 70px;
    font-size: 4rem;
    line-height: 1.3
}

@media (max-width:768px) {
    .description__list li .left .name {
        margin-left: 0;
        margin-top: 30px;
        font-size: 3rem
    }
}

.description__list li .left .fw-r {
    color: #e00203;
    font-size: 4.2rem
}

.description__list li .right {
    margin-top: 50px
}

.description__list li .right img {
    width: 330px;
    margin: 0 auto 30px
}

.preBtn {
    text-align: right;
    margin: 40px auto 0
}

@media (max-width:768px) {
    .preBtn {
        margin-bottom: 30px
    }
}

.preBtn a {
    padding: 15px 45px;
    background-color: #DF7373;
    border: 1px solid #DF7373;
    border-radius: 100vmax;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    transition: 0.2s linear;
    transition-property: background-color, color;
}

.preBtn a:hover {
    background-color: #fff;
    color: #DF7373;
}

.step {
    margin-top: 80px
}

@media (max-width:768px) {
    .step {
        margin-top: 64px
    }
}

.step__list {
    justify-content: center;
    margin-top: 50px
}

@media (max-width:768px) {
    .step__list {
        display: block;
        margin-top: 30px
    }
}

.step__list img {
    margin: 0 auto
}

.step__tv {
    border: 10px solid #fece00
}

@media (max-width:768px) {
    .step__tv {
        border: 8px solid #fece00
    }
}

.step li {
    display: flex;
    margin-top: 50px
}

@media (max-width:768px) {
    .step li {
        display: block
    }
}

.step__num {
    width: 90px;
    height: 90px;
    padding: 19px 29px;
    background-color: #ed501c;
    color: #fff;
    font-size: 5rem;
    font-weight: bold
}

@media (max-width:768px) {
    .step__num {
        width: 70px;
        height: 70px;
        padding: 18px 24px;
        font-size: 3.5rem
    }
}

.step__title {
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 1em 2em;
    border-radius: 10px;
    align-self: center
}

.step__text {
    max-width: 900px;
    padding-left: 60px;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.7;
    text-align: left
}

@media (max-width:768px) {
    .step__title {
        text-align: left;
    }

    .step__text {
        margin-top: 20px;
        padding-left: 0;
        font-size: 1.6rem;
        line-height: 1.75;
        text-align: left
    }
}

.step__img {
    display: flex;
    width: 200px;
    margin: 0 auto;
    justify-content: center
}

@media (max-width:768px) {
    .step__img {
        display: block
    }
}

.step__img img {
    margin-left: 20px
}

@media (max-width:768px) {
    .step__img img {
        margin-left: 0;
        margin-bottom: 20px
    }
}

.step .yellow {
    max-width: 660px;
    margin: 40px 0 40px auto;
    padding: 20px 40px;
    background-color: #fece00;
    color: #000;
    font-weight: bold;
    line-height: 1.5
}

@media (max-width:768px) {
    .step .yellow {
        width: 100%;
        padding: 15px 25px;
        font-size: 1.4rem
    }
}

.note {
    margin-top: 32px;
    padding-left: 20px;
    text-align: left
}

.note__title {
    color: #ff0000
}

.note__text {
    margin-top: 12px
}

@media (max-width:768px) {
    .note__text {
        text-align: left
    }
}

.backnumber {
    margin-top: 70px
}

@media (max-width:768px) {
    .backnumber {
        margin-top: 50px
    }
}

.backnumber__inner {
    width: 95%;
    margin: 40px auto 0
}

.backnumber__day {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    background-color: #d9b66a;
    border-radius: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width:768px) {
    .backnumber__day {
        width: 100%
    }
}

.backnumber__head {
    cursor: pointer;
    position: relative;
    list-style: none;
    color: #000;
    font-size: 2.4rem;
    padding: 30px
}

@media (max-width:768px) {
    .backnumber__head {
        margin-left: 10px;
        padding: 16px;
        font-size: 1.8rem
    }
}

.backnumber__img {
    width: 100%;
    margin: 0 auto;
    border-bottom: none
}

.backnumber__text {
    display: none;
    cursor: default;
    padding: 30px;
    color: #000;
    font-size: 2rem;
    text-align: left;
    line-height: 1.7;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    border-top: none
}

@media (max-width:768px) {
    .backnumber__text {
        padding: 15px;
        font-size: 1.6rem
    }
}

.active+.backnumber__text {
    display: block
}

.caution {
    padding: 110px 110px 300px;
    background-image: url('../img/bg02.jpg');
}

.caution__inner {
    background-color: #fff;
    border-radius: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 40px 40px;
    margin: 60px auto 100px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width:768px) {
    .caution {
        padding: 50px 0 100px
    }

    .caution__inner {
        padding: 1rem 1.4rem 2.5rem;
    }
}

.caution__title {
    font-size: 1.8rem;
    margin-top: 1em;
    margin-bottom: 10px
}

.caution__text {
    margin: 50px auto 0;
    max-width: 950px;
    font-size: 1.6rem;
    line-height: 1.8;
    list-style-type: disc;
}

@media (max-width:768px) {
    .caution__title {
        margin-top: 0;
    }

    .caution__text {
        width: 90%;
    }
}

.cta {
    text-align: center;
    max-width: 650px;
    margin: 130px auto 0;
}

.cta a img {
    transition: 0.2s linear;
    transition-property: transform;
}

.cta a:hover img {
    transform: scale(1.05);
}

@media (max-width:768px) {
    .cta {
        width: 95%;
        margin-top: 60px;
    }
}

.fw-b {
    font-weight: bold
}

.movieWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.movieWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

.movieWrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hover {
    display: block
}

@media (hover:hover) {
    .hover {
        transition: all 0.3s ease-in
    }

    .hover:hover {
        filter: brightness(1.1)
    }
}

.db-sp {
    display: none
}

@media (max-width:768px) {
    .db-pc {
        display: none !important
    }

    .db-sp {
        display: block !important
    }
}

.mt0 {
    margin-top: 0 !important
}

.mt8 {
    margin-top: 8px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt45 {
    margin-top: 45px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt64 {
    margin-top: 64px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt80 {
    margin-top: 80px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb8 {
    margin-bottom: 8px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb45 {
    margin-bottom: 45px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb64 {
    margin-bottom: 64px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.mb80 {
    margin-bottom: 80px !important
}

@media screen and (max-width:768px) {
    .mt10 {
        margin-top: 1.5% !important
    }

    .mt15 {
        margin-top: 2.3% !important
    }

    .mt20 {
        margin-top: 3.1% !important
    }

    .mt25 {
        margin-top: 3.9% !important
    }

    .mt30 {
        margin-top: 4.6% !important
    }

    .mt35 {
        margin-top: 5.4% !important
    }

    .mt40 {
        margin-top: 6.2% !important
    }

    .mt45 {
        margin-top: 7% !important
    }

    .mt50 {
        margin-top: 7.8% !important
    }

    .mt60 {
        margin-top: 9.3% !important
    }

    .mt64 {
        margin-top: 10% !important
    }

    .mt70 {
        margin-top: 10.9% !important
    }

    .mt80 {
        margin-top: 12.5% !important
    }

    .mb10 {
        margin-bottom: 1.5% !important
    }

    .mb15 {
        margin-bottom: 2.3% !important
    }

    .mb20 {
        margin-bottom: 3.1% !important
    }

    .mb25 {
        margin-bottom: 3.9% !important
    }

    .mb30 {
        margin-bottom: 4.6% !important
    }

    .mb35 {
        margin-bottom: 5.4% !important
    }

    .mb40 {
        margin-bottom: 6.2% !important
    }

    .mb45 {
        margin-bottom: 7% !important
    }

    .mb50 {
        margin-bottom: 7.8% !important
    }

    .mb60 {
        margin-bottom: 9.3% !important
    }

    .mb64 {
        margin-bottom: 10% !important
    }

    .mb70 {
        margin-bottom: 10.9% !important
    }

    .mb80 {
        margin-bottom: 12.5% !important
    }
}

/*# sourceMappingURL=style.css.map */