@charset "UTF-8";
html {
    container-type: inline-size;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

/* base */
* {
    box-sizing: border-box;
}
body {
    color: #323232;
    overflow-x: clip;
    font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", "Hiragino Sans","Noto Sans JP", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-synthesis-weight: none;
}
a {
    color: #005ecd;
}
img {
    width: 100%;
    vertical-align: bottom;
}
.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 11;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20%;
    max-width: 960px;
    padding: 1em;
    margin: auto;
}

.header__list01 {
    display: flex;
    gap: 8%;
    align-items: center;
}

.header__img01,
.header__img02 {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrapper {
    position: relative;
    max-width: 960px;
    margin: auto;
}

.wrapper02 {
    background-image: url(../img/img_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__inner {
    padding: 3%;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
}

.footer__nav {
    max-width: 860px;
    margin: auto;
    font-size: 14px;
}

.nav__list01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 3.1rem;
}

.nav__link01 {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
    text-decoration: none;
    color: #323232;
}

.nav__link01::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    top: 77%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../img/img_ico06.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.nav__link01:hover {
    text-decoration: underline;
}

.nav__list01:not(:first-child) {
    margin-top: 10px;
}

.footer__text01 {
    margin-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    font-size: 12px;
}

@media screen and (max-width: 959px) {
    .wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {

}

/* General purpose */
.t-bold {
    font-weight: bold;
}

/* nav */
@media screen and (max-width: 500px) {
}

/* heading */
/* heading */
.heading01__wrapper01 {
    position: relative;
    padding-top: 82px;
    background-color: #f0ff81;
}

.heading01 {
    max-width: 1024px;
    margin: auto;
    text-align: center;
}

.heading01__link-area01 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 2%;
    width: min(50%, 960px);
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-resolution: 1.2dppx) and (max-resolution: 1.3dppx) {
    .heading01__link-area01 {
        width: 55%;
        bottom: 11.5vh;
    }
}


.heading01__link-box01 {
    display: grid;
    place-items: end;
}

.heading01__link-img01 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

.heading02 {
    padding-top: 34px;
}

.heading02__img01 {
    width: 71.66666%;
    margin: auto;
}

.heading03 {
    width: 44.375%;
    margin: 60px auto 0;
}

.heading03.-mt03 {
    margin-top: 0;
}

.sec07 .heading03 {
    width: 41.48%;
}

.heading07 {
    width: 81.25%;
    margin: auto;
}

.sec08__heading04 {
    padding-top: 30px;
}

.sec08__heading05 {
    font-size: 48px;
    font-weight: bold;
}

.sec08__heading-mod01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.sec08__img {
    position: absolute;
    width: 18%;
    max-width: 194px;
    top: -35px;
    left: 5%;
}

.sec08__ttl01 {
    display: inline-block;
    position: relative;
    padding-bottom: 1em;
    font-size: 24px;
    font-weight: bold;
}

.sec08__ttl01::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    background-image: url(../img/img_underline01.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom;
}

.sec08__ttl03.-mtmod01 {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.sec08__ttl03-mod01 {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 1439px) {
    .heading01__link-area01 {
        flex-wrap: wrap;
        align-items: baseline;
        gap: 2%;
        width: 70%;
        bottom: 10vw;
    }

    .heading01__link-box01 {
        width: 38%;
    }

    .heading01__link-box01:nth-child(3),
    .heading01__link-box01:nth-child(4),
    .heading01__link-box01:nth-child(5) {
        margin-top: 0.6em;
        width: 30%;
    }
}

@media screen and (max-width: 1300px) {
    .heading01__link-area01 {
        width: 80%;
        bottom: 11vw;
    }
}

@media screen and (max-width: 1200px) {
    .heading01__link-area01 {
        width: 85%;
        bottom: 12vw;
    }
}

@media screen and (max-width: 1100px) {
    .heading01__link-area01 {
        width: 95%;
        bottom: 13vw;
    }
}

@media screen and (max-width: 1062px) {
    .heading01__link-area01 {
        width: 100%;
        bottom: 14vw;
    }
}

@media screen and (max-width: 959px) {
    .sec08__ttl03.-mtmod01 {
        top: -13vw;
    }
}

@media screen and (max-width: 767px) {
    .heading03 {
        width: 61.375%;
    }
    .sec07 .heading03 {
        width: 61.48%;
    }
    .sec08__img {
        width: 34%;
        top: -6.5vw;
    }
    .sec08__heading05 {
        font-size: 24px;
    }
    .sec08__heading-mod01 {
        font-size: 4vw;
    }
    .heading01__wrapper01 {
        padding-top: 11vw;
    }
    .sec08__ttl03-mod01 {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .heading01__wrapper01 {
        padding-top: 12vw;
    }
}

@media screen and (max-width: 500px) {
        .heading01__wrapper01 {
        padding-top: 13vw;
    }
}

@media screen and (max-width: 400px) {
        .heading01__wrapper01 {
        padding-top: 14vw;
    }
}

@media screen and (max-width: 350px) {
        .heading01__wrapper01 {
        padding-top: 15vw;
    }
}

/* block */
.sec02__wrapper,
.sec05__wrapper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.sec02__wrapper {
    background-image: url(../img/img_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sec05__wrapper {
    background-color: #faff7f;
}

.sec02,
.sec05,
.sec08__wrap02__inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.sec02 {
    text-align: center;
}

.sec05,
.sec08__wrap02__inner {
    padding: 2.5em 0.5em;

}

.sec05 {
    margin-top: 4em;
}

.bnr__container01 {
    width: 73.5416%;
    margin: 28px auto 0;
    padding-bottom: 36px;
}

.sec03 {
    padding: 64px 0.2em 0;
}

.sec04 {
    background: #fff;
    clip-path: polygon(
    50px 0, calc(100% - 50px) 0, 100% 50px,
    100% calc(100% - 50px), calc(100% - 50px) 100%,
    50px 100%, 0 calc(100% - 50px), 0 50px);
}

.sec04__wrapper {
    filter: drop-shadow(5px 5px rgba(34,34,34,0.2));
}

.sec04__inner {
    width: 85%;
    margin: 36px auto 0;
    padding: 2em 0;
}

.card__container01 {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.sec06 {
    margin-top: 40px;
}

.sec06__container01 {
    margin-top: 24px;
    padding: 1em 0;
    background-color: #fff;
}

.sec06__inner {
    width: 93.1372%;
    height: 20em;
    padding: 1em;
    margin: auto;
    line-height: 1.4;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 2px solid #aaa;
}

.sec07 {
    max-width: 1072px;
    margin: auto;
}

.sec08__wrap01 {
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
    border: 8px solid #191919;
    border-radius: 30px;
    background-color: #fff;
}

.sec08__wrap02 {
    width: 100vw;
    margin: 48px calc(50% - 50vw) 0;
    background-color: #faff7f;
}

.sec08__inner {
    width: 86.1733%;
    margin: auto;
}

.sec08__wrap01:first-child::after {
    position: absolute;
    content: '';
    width: 82px;
    height: 48px;
    background-image: url(../img/img_ico03.png);
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
}

.sec08__wrap01:not(:first-child) {
    margin-top: 128px;
}

.sec08__container01 {
    display: flex;
    justify-content: center;
    gap: 6%;
    margin-top: 2em;
}

.sec08__list02 {
    width: 46%;
    flex-shrink: 0;
    text-align: center;
}

.sec08__list03 {
    position: relative;
    &.-mt01 {
        margin-top: 80px;
    }
}

.sec08__list04,
.sec08__list05 {
    margin-top: 2em;
    text-align: left;
    line-height: 1.4;
}

.sec08__list05 {
    font-size: 18px;
}

.sec08__item04,
.sec08__details05,
.list__item04 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec09,
.sec10 {
    max-width: 800px;
    width: 83.333333%;
    margin: auto;
}

.sec09 {
    margin-top: 80px;
}

.sec09__container01 {
    margin-top: 34px;
    padding: 1em;
    text-align: center;
    background-color: #fff;
    border: 4px solid #323232;
    border-radius: 16px;
}

.sec10 {
    margin-top: 52px;
}

.sec10__list01 {
    margin-top: 62px;
}

.sec10__item02 {
    display: block;
    width: 100%;
    padding: 1em;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    color: #fff;
    line-height: 1.6;
    background-color: #7f7f7f;
}

.sec10_item01:not(:first-child) {
    margin-top: 40px;
}

.sec11 {
    margin-top: 72px;
    padding-bottom: 18px;
    text-align: center;
    line-height: 1.5;
}

.sec12 {
    font-size: 24px;
    line-height: 1.4;
}

.sec12:not(:first-child) {
    margin-top: 50px;
}

.sec12__container01 {
    display: flex;
    gap: 2.3333%;
    margin-top: 0.8em;
}

.sec12__container02 {
    margin-top: 0.5em;
}

.sec12__container03 {
    display: none;
    padding: 1em;
    background-color: #efefef;
    border-left: solid 2px #191919;
    border-bottom: solid 2px #191919;
    border-right: solid 2px #191919;
}

.sec12__pic01 {
    max-width: 342px;
    width: 38%;
    flex-shrink: 0;
}

.sec12__list02:not(:first-child) {
    margin-top: 1em;
}

.sec12__text-wrap01 {
    margin-top: 0.8em;
}

.sec12__text-wrap01 .sec12__list02 {
    font-size: 18px;
}

.sec12__block01 {
    margin-top: 1.5em;
}

.sec13 {
    background-color: #000;
    background: linear-gradient(350deg,rgba(89, 89, 89, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.sec13__text01 {
    max-width: 960px;
    padding: 2em 0.5em;
    margin: auto;
}

.swiper__container01 {
    position: relative;
}

.swiper-mv {
    width: 86.1111%;
    margin: 35px auto 0;
}

.swiper-mv__button-prev,
.swiper-mv__button-next {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: transparent;
}

.swiper__container01 .swiper-mv__button-prev {
    background-image: url('../img/img_ico01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 41px;
}

.swiper__container01 .swiper-mv__button-next {
    background-image: url('../img/img_ico02.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 41px;
}

@media screen and (max-width: 959px) {
    .sec08__container01 {
        display: block;
    }
    .sec08__list02 {
        width: 100%;
    }
    .sec08__list03.-mt01 {
        margin-top: 14vw;
    }
    .sec08__list02:not(:first-child) {
        margin-top: 2em;
    }
    .sec12 {
        font-size: 12px;
    }
    .sec12__text-wrap01 .sec12__list02 {
        font-size: 12px;
    }
    .sec12__list02.-fz01 {
        margin-top: 0.8em;
        font-size: 10px;
    }
    .sec10__item02 {
        font-size: 20px;
    }
    .sec12__text-wrap01 {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .swiper__container01 .swiper-mv__button-prev {
        left: -20px;
    }
    .swiper__container01 .swiper-mv__button-next {
        right: -20px;
    }
    .sec06__inner {
        font-size: 12px;
    }
    .sec08__wrap02__inner{
        padding: 2.5em 1em;
    }
    .sec08__list04 {
        font-size: 3vw;
    }
    .sec08__list05 {
        font-size: 3.5vw;
    }
    .sec10__list01 {
        margin-top: 25px;
    }
    .sec10_item01:not(:first-child) {
        margin-top: 16px;
    }
}

@media screen and (max-width: 500px) {
}

/* link */
@media screen and (max-width: 959px) {
}

/* text */
.sec04__text01 {
    padding-top: 40px;
    line-height: 1.2;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.sec04__list01 {
    margin-top: 20px;
}

.sec04__item01 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec06__ttl01,
.sec06__ttl02 {
    margin-top: 1em;
    font-weight: bold;
}

.sec06__ttl02 {
    margin-top: 2em;
}

.sec06__details01 {
    margin-top: 0.5em;
}

.sec06__ttl05 {
    margin-top: 1em;
}

.sec06__item03 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec06__campaign-text01 {
    margin-top: 1.5em;
}


.sec08__text01,
.sec08__text02 {
    margin-top: 1em;
    line-height: 1.4;
    font-weight: bold;
    font-size: 20px;
    color: #cc0033;
}

.sec08__text01 {
    font-size: 14px;
}

.sec08__link02 {
    color: #cc0033;
    &:hover {
        opacity: 0.8;
    }
}

.sec08__item03 {
    margin-top: 1em;
}

.sec08__text03 {
    margin-top: 1em;
    text-align: left;
}

.sec08__text04 {
    font-size: 24px;
    margin-top: 1.5em;
    font-weight: bold;
    color: #cc0033;
    text-align: center;
    line-height: 1.4;
}

.sec08__text05 {
    margin-top: 1em;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
}

.sec08__text06 {
    margin-top: 0.5em;
    font-size: 18px;
    font-weight: bold;
}

.sec08__list01 {
    margin-top: 1em;
    line-height: 1.4;
    font-weight: bold;
    font-size: 14px;
    color: #cc0033;
}

.sec08__caption01 {
    margin-top: 1.5em;
}

.sec09__list01 {
    margin-top: 1em;
    text-align: center;
    font-size: 18px;
}

.sec09__text01 {
    font-size: 24px;
    font-weight: 900;
}

.sec09__list02 {
    margin-top: 1em;
    font-size: 18px;
}

.sec11__text01 {
    margin-top: 20px;
    font-size: 42px;
    font-weight: 900;
}

.sec11__text02 {
    margin-top: 16px;
    font-size: 28px;
}

.sec11__text03 {
    max-width: 900px;
    width: 93.75%;
    margin: 3em auto 0;
    font-size: 10px;
}

.sec11__list01 {
    width: 66%;
    line-height: 1.4;
    margin: 18px auto 0;
    font-size: 20px;
}

.sec11__item01.-mt02 {
    margin-top: 20px;
}

.sec12__text01 {
    font-weight: bold;
    font-size: 22px;
}

.sec12__text02 {
    margin-top: 1.7em;
    font-weight: bold;
}

.sec12__text03 {
    margin-top: 1.5em;
    font-weight: bold;
    text-align: center;
}

.sec12__text04 {
    font-size: 10px;
}

.sec12__ttl01 {
    margin-top: 1.5em;
    font-weight: bold;
}

.sec12__details01 {
    padding-left: 0.8em;
}

.sec12__item02 {
    padding-left: 1em;
    text-indent: -1em;
}

.sec12__deco {
    font-weight: normal;
}

.sec12__img03 {
    max-width: 444px;
    width: 54.4117%;
}

.sec13__img01 {
    display: block;
    max-width: 799px;
    margin: auto;
}


@media screen and (max-width: 959px) {
    .sec04__text01 {
        font-size: 20px;
    }
    .sec09__text01 {
        font-size: 20px;
    }
    .sec11__text03 {
        margin: 2em auto 0;
    }
    .sec12__text01 {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .sec04__list01 {
        padding: 0 1em 1em;
        font-size: 12px;
    }
    .sec04__text01 {
        padding-top: 10px;
        font-size: 16px;
    }

    .sec08__text01 {
        font-size: 2.5vw;
    }

    .sec08__text02,
    .sec08__text03 {
        font-size: 3vw;
    }

    .sec08__text04 {
        font-size: 4vw;
    }

    .sec08__text05 {
        font-size: 3.8vw;
    }

    .sec08__text06 {
        font-size: 3.5vw;
    }

    .sec08__list01 {
        font-size: 2.5vw;
    }

    .sec09__list01 {
        font-size: 14px;
    }

    .sec09__item02 {
        font-size: 14px;
    }

    .sec11__text01 {
        font-size: 4vw;
    }

    .sec11__text02 {
        font-size: 3.6vw;
    }

    .sec11__list01 {
        width: 83.333333%;
        font-size: 3vw;
    }
    .sec11__item01.-mt02 {
        margin-top: 10px;
    }

    .sec12__text04 {
        font-size: 8px;
    }
}
@media screen and (max-width: 500px) {
    .sec09__text01 {
        font-size: 12px;
    }
    .sec09__list01 {
        font-size: 12px;
    }
    .sec09__item02 {
        font-size: 12px;
    }
}

/* table */
.table__wrapper {
    margin-top: 1em;
    border: 2px solid #191919;
}
.table__wrapper tbody td dt,
.table__wrapper tbody td dd {
    display: inline-block;
}
.table__wrapper td dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px;
    text-align: left;
    padding: 0 0.8em;
}
.table__wrapper td dl .note {
    grid-column: 1/3;
}
.sec12__container03 table {
    width: 100%;
}
.sec12__container03 table thead th {
    padding: 0.5em 0;
    background-color: #959595;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.sec12__container03 table thead th:not(:last-child) {
    border-right: 2px solid #fff;
}
.name {
    width: 27%;
}
.benefits {
    width: 51%;
}
.winning {
    width: 22%;
}
.sec12__container03 table tbody th,
.sec12__container03 table tbody td {
    padding: 0.5em 0;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top: 2px solid #b4b4b4;
    border-right: 2px solid #b4b4b4;
}
.sec12__container03 table tbody .border_none01 {
    border-top: none;
}
.sec12__container03 table tbody .border_none02 {
    border-top: none;
    border-right: none;
}
.sec12__container03 table tbody .border_none03 {
    border-right: none;
}
@media screen and (max-width: 959px) {
    .sec12__container03 table thead th {
        font-size: max(2.083vw,12px);
        font-size: 2.083vw;
    }
    .sec12__container03 table tbody th,
    .sec12__container03 table tbody td {
        font-size: max(1.667vw,9px);
    }
}


/* modal */
.modal01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.modal01.active {
    opacity: 1;
    visibility: visible;
}
.modal__list01 {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px;
    width: 80%;
    padding: 2em;
    background-color: #fff;
    margin: auto;
    transform: translate(-50%, -50%);
}
.modal__ttl01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1em;
    font-size: 24px;
    border-bottom: solid 2px #7f7f7f;
}
.modal__img01 {
    cursor: pointer;
    width: 24px;
    height: 24px;
}
.modal__details01 {
    margin-top: 1em;
    line-height: 1.5;
}
.modal__click01 {
    cursor: pointer;
    color: #005ecd;
    text-decoration: underline;
}
@media screen and (max-width: 959px) {
}


/* floating__btn */
.floating__btn {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 2em 0;
    text-align: center;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 2;
}

.floating__btn.is-visible {
    display: block;
    animation: fadeIn 180ms ease-out;
    pointer-events: auto;
}
@media screen and (max-width: 500px) {

}

/* btn */
.btn__area01,
.btn__area02 {
    max-width: 600px;
    margin: auto;
}

.btn__area01 {
    margin-top: 40px;
}

.sec11__btn01 {
    width: 75%;
    margin: 20px auto 0;
}

.sec12__button01 {
    width: 100%;
    padding: 0.8em 0.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    border: solid 2px #191919;
    color: #323232;
}

.sec12__button__img01 {
    width: 30px;
    height: 30px;
}

.sec12__button01.open .sec12__button__img01 {
    height: 4px;
}


@media screen and (max-width: 959px) {
    .btn__area01,
    .btn__area02 {
        width: 90%;
    }

    .sec12__button01 {
        font-size: 3vw;
    }

    .sec12__button__img01 {
        width: 3.2vw;
        height: 3.2vw;
    }

    .sec12__button01.open .sec12__button__img01 {
        height: 0.6vw;
    }
}

/* anchor__btn */
.anchor__btn {
    display: none;
    position: fixed;
    right: 0;
    bottom: 160px;
    width: 200px;
}
.anchor__btn.is-visible {
    display: block;
    animation: fadeIn 180ms ease-out;
    pointer-events: auto;
}
.anchor__btn.close {
    display: none;
}
.anchor__link {
    display: block;
    width: 100%;
}
.close__btn {
    position: absolute;
    top: -32px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
@media screen and (max-width: 959px) {
    .anchor__btn {
        width: 130px;
    }
    .close__btn {
        top: -2em;
    }
}