body {
    position: relative;
    background: #fff;
    color: #393939;
    font-family: -apple-sysytem, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif
}

    body.is-modal-window__open {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0
    }

main {
    position: relative
}

img {
    width: 100%
}

.Modal-FirstViewWrap {
    font-family: "Noto Sans JP";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 103;
    letter-spacing: 0;
}

.Modal-FirstViewWrap .Modal-Container {
   background: white;
   margin: auto;
   max-width: 800px;
   position: relative;
   width: 100%;
}

.Modal-FirstViewWrap .Modal-Container h2 {
   font-weight: 700;
   line-height: 100%;
   text-align: center;
   margin: 0 0 20px;
}

.Modal-FirstViewWrap .Modal-Container h2 + p {
   text-align: left;
   margin: 0 0 30px;
}

.Modal-FirstViewWrap .Modal-Container > p {
   font-weight: 700;
   line-height: 120%;
}

.Modal-FirstViewWrap .Modal-Container .BorderBlock {
   border-radius: 4px;
   border: 3px solid #2F5390;
   color: #0C234C;
   font-weight: 700;
   padding: 40px 0;
   text-align: center;
}

.Modal-FirstViewWrap .Modal-Container .BorderBlock > p {
   width: 100%;
}

.Modal-FirstViewWrap .Modal-Container .BorderBlock > p + p {
   margin-top: 20px;
}

.Modal-FirstViewWrap .Modal-Container .BorderBlock + p {
   margin-top: 20px;
}

.Modal-FirstViewWrap .Modal-Container .BorderBlock + p a {
   color: #393939;
   text-decoration: underline;
}

.Modal-close {
    position: absolute;
    --ClosePosi: 16px;
    top: var(--ClosePosi);
    width: var(--ClosrSize);
    height: var(--ClosrSize);
    cursor: pointer;
}

    .Modal-close::before,
    .Modal-close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 2px;
        background-color: #333;
        transform-origin: center;
    }

    .Modal-close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .Modal-close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

@media screen and (max-width: 768px) {
    .is-pc__only {
        display: none
    }

    .is-sp__only {
        display: block
    }

    .Modal-FirstViewWrap .Modal-Container {
        padding: 60px 20px;
    }

        .Modal-FirstViewWrap .Modal-Container h2 {
            font-size: 20px;
        }

            .Modal-FirstViewWrap .Modal-Container h2 + p {
                font-size: 16px;
            }

        .Modal-FirstViewWrap .Modal-Container .BorderBlock > p {
            font-size: 18px;
            line-height: 27px;
        }

        .Modal-FirstViewWrap .Modal-Container .BorderBlock + p {
            font-size: 14px;
            line-height: 21px;
            text-align: left;
        }

    .Modal-close {
        --ClosrSize: 36px;
        left: var(--ClosePosi);
    }

        .Modal-close::before,
        .Modal-close::after {
            width: 30px;
        }
}

@media screen and (min-width: 769px) {
    .is-pc__only {
        display: block
    }

    .is-sp__only {
        display: none
    }

    .Modal-FirstViewWrap .Modal-Container {
        border-radius: 8px;
        padding: 80px;
    }

    .Modal-FirstViewWrap .Modal-Container h2 {
        font-size: 32px;
    }

    .Modal-FirstViewWrap .Modal-Container h2 + p {
         font-size: 20px;
    }

    .Modal-FirstViewWrap .Modal-Container .BorderBlock > p {
         font-size: 24px;
         line-height: 36px;
    }

    .Modal-FirstViewWrap .Modal-Container .BorderBlock + p {
        font-size: 16px;
        text-align: center;
    }

    .Modal-close {
        --ClosrSize: 40px;
        right: var(--ClosePosi);
    }

    .Modal-close::before,
    .Modal-close::after {
        width: 33px;
    }
}

.p-mv {
    position: relative;
    padding: 40px 0 14px
}

@media screen and (min-width: 769px) {
    .p-mv {
        background: url(../../../../img/cp/saison/bg_left.png), url(../../../../img/cp/saison/bg_right.png);
        background-repeat: no-repeat;
        background-position: left 0 top 0, right 0 top 0;
        background-size: contain
    }
}

@media screen and (max-width: 768px) {
    .p-mv {
        background: url(../../../../img/cp/saison/bg_top.png), url(../../../../img/cp/saison/bg_bottom.png);
        background-repeat: no-repeat;
        background-position: top, bottom;
        background-size: contain;
        padding: 40px 0 15px
    }
}

.p-mv .p-mv__inner {
    max-width: 1044px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px
}

@media screen and (max-width: 768px) {
    .p-mv .p-mv__inner {
        padding: 0 15px
    }
}

.p-mv .p-mv__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .p-mv .p-mv__ttl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-mv .p-mv__ttl__image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 769px) {
    .p-mv .p-mv__ttl__image {
        width: 48%
    }

        .p-mv .p-mv__ttl__image:first-child {
            margin-right: 30px
        }
}

@media screen and (max-width: 768px) {
    .p-mv .p-mv__ttl__image:nth-child(2) {
        padding: 8px 20px 0
    }
}

.p-mv .p-mv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .p-mv .p-mv__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-mv .p-mv__content__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width: 769px) {
    .p-mv .p-mv__content__image:nth-child(1) {
        width: 35%
    }

    .p-mv .p-mv__content__image:nth-child(3) {
        width: 65%
    }
}

@media screen and (max-width: 768px) {
    .p-mv .p-mv__content__image:nth-child(2) {
        padding: 0 25px
    }
}

.p-mv__content__bottom{
    width:100%;
    margin:50px auto 0;
}

.p-mv__txt {
    font-size: 1.2rem;
    color: #0C234C;
    margin-top: 15px
}

.p-mv__txt_bold {
    font-size: 1.2rem;
    color: #e80000;
    margin-top: 15px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .p-mv__txt {
        margin-top: 14px
    }
}

.p-policyWrap {
    width: 80%;
    height: 18%;
    margin: 40px auto 0
}

@media screen and (max-width: 768px) {
    .p-policyWrap {
        width: 100%
    }
}

.p-policy {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .p-policy {
        max-width: 310px;
        margin: 0 auto 10px
    }
}

.p-policy input {
    display: none
}

    .p-policy input:checked+label:after {
        content: "";
        position: absolute;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 12px;
        height: 6px;
        margin-top: -5px;
        top: 50%;
        left: 4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: 2px solid;
        border-left: 2px solid;
        border-color: #0C234C
    }

.p-policy label {
    position: relative;
    color: #0C234C;
    padding-left: 30px;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .p-policy label {
        padding-left: 26px;
        display: block;
        text-align: center
    }
}

.p-policy label a {
    color: #0C234C;
    border-bottom: 1px solid #0C234C
}

.p-policy p{
    position: relative;
    color: #0C234C;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .p-policy p {
        padding-left: 26px;
        display: block;
        text-align: center
    }
}

.p-policy a {
    color: #0C234C;
    border-bottom: 1px solid #0C234C
}

.p-policy label:before {
    content: "";
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #0C234C;
    background-color: transparent;
    border-radius: 3px
}

.p-submit_btnarea {
    width: 100%;
    max-height: 80px;
    margin: 0 auto
}

    .p-submit_btnarea .p-submit_btn_img_pc {
        display: block
    }

@media screen and (max-width: 768px) {
    .p-submit_btnarea .p-submit_btn_img_pc {
        display: none
    }
}

.p-submit_btnarea .p-submit_btn_img_sp {
    display: block
}

@media screen and (min-width: 961px) {
    .p-submit_btnarea .p-submit_btn_img_sp {
        display: none
    }
}

.p-form__btn {
    position: relative;
    width: 100%;
    padding: 25px 0;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: relative;
    color: #fff;
    background-color: #e20020;
    border-radius: 11px
}

@media screen and (max-width: 768px) {
    .p-form__btn {
        padding: 20px 0;
        min-width: 260px
    }
}

.p-form__btn__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
    min-width: 415px;
    max-width: 415px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.05em
}

@media screen and (max-width: 768px) {
    .p-form__btn__txt {
        font-size: 4vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 240px;
        max-width: 500px;
        width: 100%;
        text-align: center
    }
}

.p-form__btn__txt span {
    font-size: 2rem;
    color: #e20020;
    background-color: #fff;
    padding: 2px 30px;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media screen and (max-width: 768px) {
    .p-form__btn__txt span {
        font-size: 3.2vw;
        padding: 2px 15px;
        margin-right: 10px
    }
}

.p-form__btn:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.9
}

.p-form__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 20px;
    background: url(../../../../img/cp/saison/arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (max-width: 768px) {
    .p-form__btn:after {
        width: 10px;
        height: 15px;
        right: 5%
    }
}

.button__active {
    cursor: pointer;
    color: #fff;
    background-color: #e20020
}

.button__noActive {
    cursor: default;
    background-color: #9a9a9a
}

    .button__noActive:hover {
        opacity: 1
    }

    .button__noActive p span {
        color: #9a9a9a
    }

.p-campaign {
    background: #2F5390;
    color: #fff
}

.p-campaign__inner {
    max-width: 1044px;
    width: 100%;
    padding: 47px 10px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .p-campaign__inner {
        max-width: 482px;
        padding: 30px 10px
    }
}

.p-campaign__ttl {
    font-size: 4.6rem;
    text-align: center;
    margin-bottom: 47px
}

@media screen and (max-width: 768px) {
    .p-campaign__ttl {
        font-size: 2rem;
        margin-bottom: 30px
    }
}

.p-campaign__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    color: #393939;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 30px 75px;
    margin-bottom: 40px
}

@media screen and (max-width: 768px) {
    .p-campaign__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 30px 11px 14px
    }

        .p-campaign__card:last-child {
            margin-bottom: 0
        }
}

.p-campaign__card img {
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width: 768px) {
    .p-campaign__card img {
        padding: 0 30px
    }
}

.p-campaign__card:nth-child(1):before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 90px solid transparent;
    border-left: 90px solid #0C244A;
    position: absolute;
    z-index: 100
}

@media screen and (max-width: 768px) {
    .p-campaign__card:nth-child(1):before {
        border-bottom: 70px solid transparent;
        border-left: 70px solid #0C244A
    }
}

.p-campaign__card:nth-child(1):after {
    content: "STEP\A 1";
    white-space: pre;
    display: block;
    top: 5px;
    color: #fff;
    left: 5px;
    position: absolute;
    z-index: 101;
    font-size: 1.6rem
}

@media screen and (max-width: 768px) {
    .p-campaign__card:nth-child(1):after {
        font-size: 1.4rem;
        top: 1px
    }
}

.p-campaign__card:nth-child(2):before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 90px solid transparent;
    border-left: 90px solid #0C244A;
    position: absolute;
    z-index: 100
}

@media screen and (max-width: 768px) {
    .p-campaign__card:nth-child(2):before {
        border-bottom: 70px solid transparent;
        border-left: 70px solid #0C244A
    }
}

.p-campaign__card:nth-child(2):after {
    content: "STEP\A 2";
    white-space: pre;
    display: block;
    top: 5px;
    color: #fff;
    left: 5px;
    position: absolute;
    z-index: 101;
    font-size: 1.6rem
}

@media screen and (max-width: 768px) {
    .p-campaign__card:nth-child(2):after {
        font-size: 1.4rem;
        top: 1px
    }
}

.p-campaign__card:nth-child(3):before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 90px solid transparent;
    border-left: 90px solid #0C244A;
    position: absolute;
    z-index: 100
}

@media screen and (max-width: 768px) {
    .p-campaign__card:nth-child(3):before {
        border-bottom: 70px solid transparent;
        border-left: 70px solid #0C244A
    }
}

.p-campaign__card:nth-child(3):after {
    content: "STEP\A 3";
    white-space: pre;
    display: block;
    top: 5px;
    color: #fff;
    left: 5px;
    position: absolute;
    z-index: 101;
    font-size: 1.6rem
}

@media screen and (max-width: 768px) {
    .p-campaign__card:nth-child(3):after {
        font-size: 1.4rem;
        top: 1px
    }
}

.p-campaign__card:nth-child(4):before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 90px solid transparent;
    border-left: 90px solid #0C244A;
    position: absolute;
    z-index: 100
}

@media screen and (max-width: 768px) {
    .p-campaign__card:nth-child(4):before {
        border-bottom: 70px solid transparent;
        border-left: 70px solid #0C244A
    }
}

.p-campaign__card:nth-child(4):after {
    content: "STEP\A 4";
    white-space: pre;
    display: block;
    top: 5px;
    color: #fff;
    left: 5px;
    position: absolute;
    z-index: 101;
    font-size: 1.6rem
}

@media screen and (max-width: 768px) {
    .p-campaign__card:nth-child(4):after {
        font-size: 1.4rem;
        top: 1px
    }
}

@media screen and (min-width: 769px) {
    .p-campaign__card__image {
        width: auto;
        height: 100%;
        max-height: 260px;
        max-width: 360px
    }
}

@media screen and (max-width: 768px) {
    .p-campaign__card__image {
        width: 100%;
        height: 100%;
        max-height: 260px;
        max-width: 360px
    }
}

.p-campaign__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 769px) {
    .p-campaign__content {
        width: 60%;
        min-width: 373px;
        padding: 30px 0;
        margin-right: 30px;
        text-align: left
    }
}

@media screen and (max-width: 768px) {
    .p-campaign__content {
        width: 100%
    }
}

.p-campaign__content__ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
    letter-spacing: 0.05em
}

@media screen and (max-width: 768px) {
    .p-campaign__content__ttl {
        font-size: 1.7rem;
        margin: 0 auto;
        padding: 15px 0
    }
}

.p-campaign__content__txt {
    font-size: 1.9rem;
    letter-spacing: 0
}

@media screen and (max-width: 768px) {
    .p-campaign__content__txt {
        font-size: 1.4rem;
        text-align: left
    }
}

.p-card {
    background-color: #FAFAFA
}

.p-card__inner {
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
    padding: 70px 30px 90px
}

@media screen and (max-width: 768px) {
    .p-card__inner {
        padding: 40px 18px
    }
}

.p-card__ttl {
    position: relative;
    font-size: 4.6rem;
    color: #2F5390;
    letter-spacing: 0.1em
}

    .p-card__ttl:after {
        position: absolute;
        bottom: -20px;
        right: 0;
        left: 0;
        margin: 0 auto;
        max-width: 413px;
        width: 100%;
        content: "";
        border-bottom: 2px solid #2F5390
    }

@media screen and (max-width: 768px) {
    .p-card__ttl:after {
        max-width: 180px;
        bottom: -15px
    }
}

@media screen and (max-width: 768px) {
    .p-card__ttl {
        font-size: 2rem
    }
}

@media screen and (max-width: 768px) {
    .p-card__content {
        padding: 0 10px
    }
}

.p-card__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-card__item {
    max-width: 462px;
    height: 100%;
    width: 100%;
    text-align: left
}

@media screen and (min-width: 769px) {
    .p-card__item {
        padding: 0 20px;
        margin: 100px auto 0
    }
}

@media screen and (max-width: 768px) {
    .p-card__item {
        margin: 40px auto 0
    }
}

.p-card__item img {
    margin-bottom: 32px
}

@media screen and (max-width: 768px) {
    .p-card__item img {
        margin-bottom: 15px
    }
}

.p-card__item__ttl {
    font-size: 3.0rem;
    margin-bottom: 24px;
    color: #2F5390
}

@media screen and (max-width: 768px) {
    .p-card__item__ttl {
        font-size: 1.7rem;
        margin-bottom: 12px
    }
}

.p-card__item__txt {
    font-size: 1.9rem
}

@media screen and (max-width: 768px) {
    .p-card__item__txt {
        font-size: 1.4rem
    }
}

.p-premium {
    padding: 70px 40px
}

@media screen and (max-width: 768px) {
    .p-premium {
        padding: 30px 20px 0
    }
}

.p-premium__wrap {
    margin: 0 auto;
    max-width: 1100px
}

.p-premium__ttl {
    font-size: 4.1rem;
    color: #1a1c22;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 41px
}

@media screen and (max-width: 768px) {
    .p-premium__ttl {
        font-size: 2rem;
        margin-bottom: 30px
    }
}

.p-premium__txt {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.p-premium__h3 {
    font-size: 3rem;
    margin-bottom: 30px;
}

.p-premium_note {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 27px;
    margin-bottom: 57px;
}

@media screen and (max-width: 768px) {
    .p-premium__txt {
        font-size: 1.7rem
    }
    .p-premium__h3 {
        font-size: 1.8rem;
    }
    .p-premium_note {
        font-size: 14px;
        font-weight: 300;
        margin-top: 20px;
        margin-bottom: 42px;
    }
}

.p-premium__txt--color_red {
    color: #e80000
}

.p-premium__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 0;
    max-width: 1000px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 768px) {
    .p-premium__list {
        max-width: 500px;
    }
}

.p-premium__item {
    position: relative;
    font-weight: 700;
    line-height: 1.8;
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
    padding-left: 1.7em;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
}

@media screen and (max-width: 768px) {
    .p-premium__item {
        width: 100%;
        font-size: 1.6rem;
        letter-spacing: 1px;
    }

    .p-premium__item:last-of-type {
        margin-bottom: 0;
    }
}

.p-premium__item:before {
    content: '';
    position: absolute;
    background-image: url("https://i.fod.fujitv.co.jp/webfile/web/img/registerpremium/icon_check.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 9px;
    left: 5px;
    width: 35px;
    height: 22px
}

@media screen and (max-width: 768px) {
    .p-premium__item:before {
        width: 18px;
        height: 16px
    }
}

.p-premium__btn {
    position: relative;
    display: block;
    margin-bottom: 90px;
    max-width: 410px;
    width: 100%;
    border: 3px solid #1a1c22;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 90px;
    color: #1a1c22;
    padding: 19px 15px 19px 0;
    font-size: 2.8rem;
    border-radius: 100px
}

@media screen and (min-width: 769px) {
    .p-premium__list + .p-premium__btn {
        margin-top: 57px;
    }
}

@media screen and (max-width: 768px) {
    .p-premium__btn {
        max-width: 270px;
        font-size: 2rem;
        padding: 12px 15px 12px 0;
        margin-bottom: 50px
    }

    .p-premium__list + .p-premium__btn {
        margin-top: 42px;
    }
}

.p-premium__btn:hover {
    border: 3px solid #9d8847;
    color: #9d8847;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

    .p-premium__btn:hover:after {
        border-top: 2px solid #9d8847;
        border-right: 2px solid #9d8847;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

.p-premium__btn:after {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 12px;
    height: 12px;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
    content: '';
    display: block;
    border-top: 2px solid #1a1c22;
    border-right: 2px solid #1a1c22;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -7px
}

.p-premium__image {
    margin: 0 auto;
    max-width: 1200px
}

.p-premium__image-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-summary {
    background-color: #1a1c22;
    color: #fff
}

.p-summary__inner {
    max-width: 1044px;
    width: 100%;
    padding: 70px 14px 40px;
    margin: 0 auto
}
.m-faq {
    max-width: 950px;
    padding: 80px 14px 120px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .p-summary__inner {
        padding: 35px 15px 20px
    }
}

.p-summary__ttl {
    font-size: 4.6rem;
    margin-bottom: 40px;
    line-height: 50px
}

@media screen and (max-width: 768px) {
    .p-summary__ttl {
        font-size: 2rem;
        margin-bottom: 20px
    }
}

.p-summary__txt {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 16px
}

@media screen and (max-width: 768px) {
    .p-summary__txt {
        font-size: 1.2rem
    }
}

.p-summary__items {
    text-align: left
}

.p-summary__item {
    font-size: 1.6rem;
    margin-bottom: 16px
}

@media screen and (max-width: 768px) {
    .p-summary__item {
        font-size: 1.4rem
    }
}

.p-faq {
    background-color: #1a1c22;
    color: #fff
}

@media screen and (min-width: 769px) {
    .p-faq {
        border-bottom: 2px solid #48494F
    }
}

.p-faq .p-contactBtn {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    color: #393939;
    padding: 25px 0;
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    border-radius: 10px
}

@media screen and (max-width: 768px) {
    .p-faq .p-contactBtn {
        font-size: 1.4rem;
        padding: 15px 0;
        margin: 30px auto;
        max-width: 280px
    }
}

.p-faq .p-contactBtn:after {
    position: absolute;
    width: 29px;
    height: 26px;
    content: "";
    background-image: url(../../../../img/cp/saison/arrow_red.png);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30%
}

@media screen and (max-width: 768px) {
    .p-faq .p-contactBtn:after {
        width: 14px;
        height: 12px;
        background-size: contain;
        right: 15%
    }
}

@media screen and (max-width: 768px) {
    .p-faq .m-faq {
        padding: 0
    }
}

.p-service {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    color: #fff
}

@media screen and (max-width: 768px) {
    .p-service {
        font-size: 1.2rem
    }
}

.footer {
    background-color: #1a1c22;
    color: #fff
}

.p-apply {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    z-index: 102;
    color: #fff
}

@media screen and (max-width: 768px) {
    .p-apply {
        padding: 15px 15px 30px
    }
}

.p-apply .p-policyWrap {
    max-width: 780px;
    margin: 20px auto
}

@media screen and (max-width: 768px) {
    .p-apply .p-policyWrap {
        max-width: 580px;
        margin: 0 auto
    }
}

.p-apply .p-policyWrap .p-policy {
    color: #fff
}

    .p-apply .p-policyWrap .p-policy input:checked+label:after {
        content: "";
        position: absolute;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 12px;
        height: 6px;
        margin-top: -5px;
        top: 50%;
        left: 4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: 2px solid;
        border-left: 2px solid;
        border-color: rgba(0, 0, 0, 0.7)
    }

    .p-apply .p-policyWrap .p-policy label {
        color: #fff
    }

@media screen and (max-width: 768px) {
    .p-apply .p-policyWrap .p-policy label {
        font-size: 1.2rem
    }
}

.p-apply .p-policyWrap .p-policy label:before {
    border: none;
    background: #fff
}

.p-apply .p-policyWrap .p-policy label a {
    color: #fff;
    border-bottom: 1px solid #fff
}

@media screen and (max-width: 768px) {
    .p-apply .p-policyWrap .p-submit_btnarea .p-form_btn {
        padding: 0 0 13px
    }
}

.p-apply a {
    color: #fff
}

    .p-apply a:hover {
        opacity: 1
    }

.p-login {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    z-index: 200
}

.p-login__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.55)
}

.p-login__close span {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 24px;
    height: 2px;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .p-login__close span {
        width: 21px
    }
}

.p-login__close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.p-login__close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.p-login__wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 14px;
    padding: 67px 48px 71px
}

@media screen and (max-width: 768px) {
    .p-login__wrapper {
        max-width: 558px;
        width: 90%;
        padding: 8% 6%
    }
}

.p-login__content {
    text-align: center
}

.p-login__txt,
.p-login__txt__fod {
    line-height: 1.7;
    font-size: 2.2rem;
    font-weight: 600
}

@media screen and (max-width: 768px) {

    .p-login__txt,
    .p-login__txt__fod {
        font-size: 3vw
    }
}

.p-login__txt__fod {
    color: #9D8847
}

.p-login__btn__login,
.p-login__btn__fod {
    position: relative;
    display: block;
    margin: 38px auto;
    width: 400px;
    padding: 23px 0;
    border-radius: 35px;
    line-height: 1;
    font-size: 2.4rem;
    color: #fff
}

@media screen and (max-width: 768px) {

    .p-login__btn__login,
    .p-login__btn__fod {
        width: 80%;
        margin: 5% auto;
        padding: 18px 0;
        font-size: 3.3vw
    }
}

.p-login__btn__login:hover,
.p-login__btn__fod:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.7
}

    .p-login__btn__login:hover::after,
    .p-login__btn__fod:hover::after {
        position: absolute;
        top: 50%;
        right: 40px;
        width: 12px;
        height: 12px;
        content: "";
        display: block;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -7px
    }

@media screen and (max-width: 768px) {

    .p-login__btn__login:hover::after,
    .p-login__btn__fod:hover::after {
        right: 6%;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff
    }
}

.p-login__btn__login::after,
.p-login__btn__fod::after {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 12px;
    height: 12px;
    content: "";
    display: block;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -7px
}

@media screen and (max-width: 768px) {

    .p-login__btn__login::after,
    .p-login__btn__fod::after {
        right: 6%;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff
    }
}

.p-login__btn__login {
    background-color: #191C22
}

.p-login__btn__fod {
    background-color: #9D8847
}

.p-login__break {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 370px;
    margin: 2.75em;
    letter-spacing: 0.1em;
    color: #aaa
}

@media screen and (max-width: 768px) {
    .p-login__break {
        width: 80%;
        margin: 0 auto 20px;
        font-size: 1rem
    }
}

.p-login__break::before,
.p-login__break::after {
    display: inline-block;
    content: "";
    width: 35%;
    height: 1px;
    background-color: #aaa
}


.noticeContents {
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 87%, rgba(255, 255, 255, 0) 100%);
    color: #0c234c;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 30px auto 0;
    padding: 20px 30px;
    position: relative;
}
    .noticeContents::before,
    .noticeContents::after {
        background: -webkit-linear-gradient(left, rgba(133, 119, 92, 0.1) 0%, rgba(133, 119, 92, 0.5) 13%, rgba(133, 119, 92, 0.5) 87%, rgba(133, 119, 92, 0.1) 100%);
        background: linear-gradient(to right, rgba(133, 119, 92, 0.1) 0%, rgba(133, 119, 92, 0.5) 13%, rgba(133, 119, 92, 0.5) 87%, rgba(133, 119, 92, 0.1) 100%);
        content: "";
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .noticeContents::before {
        box-shadow: 0px -2px 18px 2px #727272;
        top: -2px;
    }
    .noticeContents::after {
        box-shadow: 0px 2px 18px 2px #727272;
        bottom: -2px;
    }
    .noticeContents a {
        color: #0c234c;
        text-decoration: underline;
    }

@media screen and (max-width: 768px) {
    .noticeContents {
        font-size: 1.6rem;
        padding: 20px 20px;
    }
        .noticeContents::before {
            box-shadow: 0px -4px 15px 0px #727272;
        }
        .noticeContents::after {
            box-shadow: 0px 4px 15px 0px #727272;
        }
}

@media (hover: hover) and (pointer: fine) {
    .m-faq-btn:hover {
        cursor: pointer;
    }
}