@charset "euc-jp";

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    color: #1A1A1C;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.f-l {
    font-size: 150%;
}

.f-b {
    color: #2685EF;
}

.flow-list a:link,
.flow-list a:visited,
.flow-list a:active {
    color: #2685EF !important;
    font-weight: 600;
}

img {
    max-width: 100%;
}

section {
    margin: 76px auto 0;
}

.campaign {
    line-height: 2.0;
}

.cp-top {
    padding: 50px;
    background: url(../images/monthly-fee/bg-pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes colorchangeanimation-bg {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.fv-deco {
    content: "";
    width: 470px;
    height: 512px;
    position: absolute;
    bottom: 0;
    right: -8%;
}

.main-visual {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 50px;
}

.date {
    font-size: 36px;
    font-weight: bold;
    padding: 20px 0;
    margin: 0 auto;
    color: #1A1A1C;
}

.date span {
    font-size: 24px;
}

h1 {
    font-size: 65px;
    margin-bottom: 1.5rem;
    color: #1A1A1C;
    font-weight: 700;
    line-height: 1.5;
}

.fv-title {
    color: #1A1A1C;
    font-size: 18px;
}

.fv-text {
    color: #1A1A1C;
    font-size: 24px;
    margin-bottom: 2.0rem;
}

.campaign-text {
    display: flex;
    align-items: end;
}

.campaign-text-1 {
    font-size: 48px;
    line-height: 1;
    text-align: left;
}

.campaign-text-2 {
    font-size: 80px;
    line-height: 1;
    margin: 0;
    text-align: left;
}

.campaign-text-2 .f-b {
    font-size: 150%;
    vertical-align: text-bottom;
}

.campaign-text-3 {
    font-size: 250px;
    display: block;
    margin: 0 0 0 10px;
    line-height: .85;
    display: flex;
    align-items: flex-end;
}

.campaign-text-3 .middle {
    font-size: 105px;
    text-align: center;
}

.campaign-text-3 .small {
    font-size: 11px;
    line-height: 2;
    font-weight: 500;
    display: block;
    margin: 5px 0 0 0;
    color: #1a1a1c;
}

.campaign-text-3 .f-b {
    line-height: .75;
}

.campaign-text-3 .free {
    font-size: 45px;
    line-height: 1;
}

.campaign-text-3 .attention {
    font-size: 15px;
    font-weight: 600;
    margin-left: 0;
}

.cp-list-main {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 50px;
}

.cp-list-main li.cp-support {
    margin: 0 1rem;
    width: 230px;
}

.cp-box {
    width: 960px;
    background: #fff;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

.box-title {
    font-size: 36px;
    font-weight: bold;
    color: #2685EF;
    margin: 0;
    text-align: left;
    line-height: 1.5;
}

.box-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.box-text-coupon {
    text-align: left;
}

.box-text-support {
    font-size: 14px;
}

.cp-icon-top {
    margin: -50px 0 0 0;
}

.cp-icon-top img {
    width: 200px;
}

.cp-support-wrap {
    display: block;
    justify-content: space-between;
    align-items: center;
    background: #f1fbff;
    padding: 20px;
    margin: 0;
}

.cp-support-title {
    background: #1A1A1C;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    margin: 10px 0;
    padding: 0 12px;
    line-height: 2;
    display: inline-block;
}

.mv-annotation {
    font-size: 13px;
    color: #1A1A1C;
    font-weight: 400;
}

.cta-btn {
    background: #f5f5f5;
    padding: 5rem 0;
    margin: 3rem;
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.cta-btn a,
.entry a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.cta-btn a:hover,
.entry a:hover {
    text-decoration: none !important;
    transition: .5s;
}

.entry-btn {
    background: #F05A25;
    border: 3px solid #F05A25;
    font-size: 2.2rem;
    border-radius: 50px;
    width: 600px;
    margin: 1rem auto;
    text-align: center;
    padding: 2rem 0;
}

.entry-btn:hover {
    background: #fff;
    color: #F05A25;
    transition: .5s;
}

.entry .cta-text {
    font-size: 2.4rem;
    opacity: 1;
    animation: poyopoyo 2s ease-out infinite;
    text-align: center;
}

@keyframes poyopoyo {

    0%,
    40%,
    60%,
    80% {
        transform: scale(1.0);
    }

    50%,
    70% {
        transform: scale(0.95);
    }

}

.entry p {
    text-align: center;
    font-size: 2.4rem;
}

.login-btn {
    margin: 2.0rem 0 0;
}

.login-btn a {
    background: #fff;
    border: 3px solid #1A1A1C;
    border-radius: 50px;
    width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 1.5rem 0;
    font-size: 2.0rem;
    color: #1A1A1C;
}

.login-btn a:hover {
    background: #1A1A1C;
    color: #ffffff;
}

.login p {
    font-size: 14px;
    margin-bottom: 10px;
}

.cta-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    line-height: 1.5;
}

.cta-tel div:first-child {
    width: 60px;
}

.cta-tel div:first-child img {
    width: 130%;
}

.cta-tel p {
    font-size: 18px;
}

.cta-tel .tel {
    font-size: 36px;
    line-height: 1.2;
}
.cta-tel .tel a {
    color: #1A1A1C;
}

.cta-tel a {
    margin: 5px 0 0 !important;
}
.cp-contents {
    padding: 3rem 0;
}

.cp-contents h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 2rem 0;
    text-align: center;
}

.light-blue-back {
    background: #f1fbff;
}

.scroll-infinity {
    overflow: hidden;
}

.loop_wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
    background: #1A1A1C;
    color: #ffffff;
}

.loop_wrap div {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 3.0rem;
    overflow: hidden;
    font-weight: 600;
    padding: 5px 0;
    margin: 0 40px;
    letter-spacing: 1px;
}

.loop_wrap div {
    animation: loop 50s -25s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.cp-list {
    max-width: 960px;
    margin: 0 auto;
}

.cp-list li {
    text-align: left;
}

.cp-list li.special {
    text-align: left;
    padding: 3rem;
    border: 8px solid #2685EF;
}

.cp-list li.support {
    text-align: left;
    padding: 3rem;
    background: #E3F1F8;
    margin: 3rem 0 0;
}

.text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp-list-title {
    font-size: 1.4rem;
    padding: 0;
    position: relative;
}

.sp-list-title::after {
    position: absolute;
}

.sp-list-title span {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
}

.cp-image {
    text-align: center;
    width: 38%;
}

.cp-title {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cp-text {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.cp-text-small {
    font-size: 1.6rem;
}

.cp-text-area .annotation {
    font-size: 0.75rem;
}

.cp-text-area {
    width: 58%;
    margin: 0 2rem 0 0;
}

.flow-list {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.flow-list li {
    width: 440px;
    text-align: left;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}

.flow-list li .flow-box {
    background: #f5f5f5;
    height: 324px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 20px;
}

.flow-list li .flow-box.finish {
    background: #E3F1F8;
}

.flow-list li:last-child {
    width: 440px;
    border: none;
}

.flow-list li::before {
    position: absolute;
    line-height: 2rem;
    color: #fff;
    background: #1A1A1C;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    top: -1.6rem;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.flow-title {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.circle_number {
    width: 30px;
    height: 30px;
    background: #1A1A1C;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 5px;
    line-height: 30px;
}

.flow-img {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.flow-annotation {
    font-size: 1.4rem;
    max-width: 1200px;
    text-align: left;
    margin: 0.5rem auto 0;
}

.detail-summary {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 960px;
    margin: 0 auto 2.5rem;
    gap: 30px;
    font-size: 1.6rem;
}

.detail-summary dt {
    background: #1A1A1C;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 200px;
}

.detail-summary dd {
    flex: 1;
    text-align: left;
}

.detail-summary span {
    display: block;
    margin-bottom: 1rem;
}

.detail-summary p {
    margin-bottom: 1rem;
}

.detail-summary-list li {
    margin-bottom: 1rem;
}

.fs20-b {
    font-weight: bold;
    font-size: 2.0rem;
}

.fs16-b {
    font-weight: bold;
}

.attention-wrap {
    background: #ffffff;
    width: 960px;
    padding: 2rem 2rem 1rem;
    margin: 0 auto;
}

.attention-wrap h2 {
    font-size: 1.2rem;
    text-align: left;
    margin: 0 0 1rem;
}

.notes-list {
    margin: 0 auto;
    font-size: 1.6rem;
}

.notes-list li {
    position: relative;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 1.0rem;
}

.notes-list li::before {
    content: "";
    position: absolute;
    top: .85em;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #1A1A1C;
    border-radius: 50%;
}

.cp-box .annotation {
    font-size: .7rem;
}

/* zoom 150% */
@media screen and (max-width: 1280px) {
    h1 {
        font-size: 4rem;
    }

    .fv-deco {
        content: "";
        width: 470px;
        height: 512px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .cp-list-main li.cp-support {
        margin: 0 1rem;
        width: 300px;
    }

    .campaign-text-3 .f-b {
        font-size: 200px;
        display: block;
        margin: 0 0 10px 0;
    }

    .campaign-text-3 .small {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 5px 0 0;
    }

    .campaign-text-3 .f-b {
        line-height: .8;
    }

    .campaign-text-3 .free {
        font-size: 45px;
        line-height: 1;
    }

    .campaign-text-3 .attention {
        font-size: 15px;
        font-weight: 600;
        margin-left: 0;
    }

    .cp-support-title {
        background: #1A1A1C;
        border-radius: 20px;
        color: #ffffff;
        font-size: 1.2rem;
        padding: 0 5px;
        margin: 0 0 10px;
    }

    .box-text-support {
        font-size: 1.1rem;
    }

    .date {
        font-size: 2.4rem;
        margin: 0 auto;
    }

    .date span {
        font-size: 1.25rem;
    }

    .box-title {
        font-size: 1.25rem;
    }

    .box-text {
        font-size: 2.4rem;
    }

    .cp-contents h2 {
        font-size: 2.4rem;
    }

    .cp-title {
        font-size: 1.75rem;
    }

    .attention-wrap h2 {
        font-size: 2.4rem;
    }

}

/* Responsive */
@media screen and (max-width: 900px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .campaign {
        padding-top: 60px;
    }

    section {
        margin: 0;
    }

    .cp-top {
        padding: 2rem 0;
        background: url(../images/monthly-fee/bg-sp.webp);
        background-size: contain;
        background-position: center;
    }

    .cp-top::before {
        height: 40px;
    }

    .cp-top::after {
        height: 40px;
    }

    .date {
        font-size: 1.8rem;
        margin: 0 auto;
    }

    .cp-support-title {
        background: #1A1A1C;
        border-radius: 20px;
        color: #ffffff;
        font-size: 1.4rem;
        padding: 0 5px;
        margin: 0 0 10px;
    }

    .box-text-support {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 2.75rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }

    .cp-contents h2 {
        font-size: 2.4rem;
    }

    .main-visual {
        max-width: 90%;
        margin: 0 auto;
        position: relative;
        background: #ffffff;
        text-align: center;
        padding: 30px 20px;
    }

    .campaign-text {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .campaign-text-1 {
        font-size: 30px;
        line-height: 1;
        text-align: center;
    }

    .campaign-text-2 {
        font-size: 30px;
        line-height: 1;
        margin: 0;
        text-align: center;
    }

    .campaign-text-3 {
        font-size: 100px;
        display: flex;
        align-items: flex-end;
        margin: 0;
        justify-content: center;
        font-weight: 600;
        line-height: .6;
    }

    .campaign-text-3 .middle {
        font-size: 50px;
        font-weight: 900;
        margin: 0;
        }

    .small {
        font-size: 10px;
        line-height: 1.2;
        margin: 5px 0 0 0;
        text-align: left;
    }

    .campaign-text-3 .f-b {
        line-height: .8;
        text-align: center;
        font-size: 130px;
    }

    .campaign-text-3 .free {
        font-size: 32px;
        line-height: 1;
    }

    .campaign-text-3 .attention {
        font-size: 11px;
        font-weight: 600;
        margin-left: 0;
        display: inline-block;
    }

    .fv-deco {
        content: "";
        width: 164px;
        height: 178px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .fv-title {
        font-size: 14px;
    }

    .fv-text {
        font-size: 16px;
        margin-bottom: 2rem;
    }

    .box-text-support {
        text-align: center;
    }

    .loop_wrap div {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 1.6rem;
        overflow: hidden;
        font-weight: 600;
        padding: 5px 0;
    }

    .cta-btn {
        background: #f5f5f5;
        padding: 3rem 0;
        margin: 1rem;
        position: relative;
        z-index: 1;
    }

    .entry .cta-text {
        font-size: 1.8rem;
        opacity: 1;
        animation: poyopoyo 2s ease-out infinite;
        text-align: center;
    }

    .cta-tel {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        line-height: 1.5;
        margin: 20px 0 0 0;
    }
    
    .cta-tel div:first-child {
        width: 48px;
    }
    
    .cta-tel div:first-child img {
        width: 130%;
    }
    
    .cta-tel p {
        font-size: 14px;
    }
    
    .cta-tel .tel {
        font-size: 24px;
        line-height: 1.2;
    }
    .cta-tel .tel a {
        color: #1A1A1C;
    }

    .cp-list-main {
        display: block;
        padding: 20px;
    }

    .cp-list-main li {
        margin: 0;
    }

    .cp-list-main li.cp-main {
        width: 100%;
    }

    .cp-list-main li.cp-support {
        margin: 1rem 0 0;
        width: 100%;
    }

    .cp-support-wrap {
        display: block;
        justify-content: space-between;
        align-items: center;
        background: #f1fbff;
        padding: 10px;
        margin: 1rem 0 0 0;
        line-height: 1.5;
    }

    .cp-icon-top img {
        width: 170px;
        margin: 0 0 5px;
    }

    .cp-box {
        width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative;
    }

    .box-title {
        font-size: 1.8rem;
        width: auto;
        margin: 0 0 10px 0;
    }

    .mv-annotation {
        margin: 0 auto;
        text-align: left;
        font-size: 1.4rem;
    }

    .entry-btn {
        width: 90%;
        font-size: 1rem;
    }

    .entry-btn {
        background: #F05A25;
        border: 3px solid #F05A25;
        font-size: 16px;
        border-radius: 50px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 10px;
    }

    .entry,
    .login-btn {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .login-btn a {
        background: #fff;
        border: 3px solid #1A1A1C;
        border-radius: 50px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 10px;
        font-size: 1.4rem;
        color: #1A1A1C;
    }

    .entry p {
        text-align: center;
    }

    .login p {
        font-size: 1.4rem;
    }

    .text-wrap {
        display: block;
    }

    .cp-text-area {
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .cp-list {
        display: block;
    }

    .cp-list li {
        width: 90%;
        margin: 0 auto;
    }

    .cp-title {
        font-size: 2.4rem;
    }

    .cp-list li.special {
        text-align: left;
        padding: 2rem;
        border: 8px solid #2685EF;
    }

    .cp-list li.support {
        text-align: left;
        padding: 2rem;
        background: #E3F1F8;
        margin: 3rem auto 0;
    }

    .cp-icon-top {
        margin: 0;
    }

    .coupon-deco::after {
        right: 0;
    }

    .support-deco::after {
        right: 20px;
    }

    .flow-list {
        display: block;
    }

    .flow-list li {
        width: 90%;
        margin: 0 auto 2.5rem;
    }

    .flow-list li:last-child {
        width: 90%;
        margin-bottom: 1rem;
    }

    .flow-img {
        width: 60%;
    }

    .flow-list li .flow-box {
        background: #f5f5f5;
        height: 240px;
        position: relative;
        margin-bottom: 15px;
        border-radius: 20px;
    }

    .detail-summary {
        display: block;
        width: 90%;
    }

    .detail-summary dt {
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .notes {
        width: 95%;
        border-radius: 10px 10px 0 0;
    }

    .notes::before {
        right: 180px;
    }

    .notes-list {
        width: 100%;
        border-radius: 0 0 10px 10px;
    }

    .attention-wrap {
        width: 90%;
    }

    .cp-image {
        text-align: center;
        width: 100%;
    }
}

/* iPhone SE */
@media screen and (max-width: 375px) {
    h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .box-text {
        font-size: .9rem;
        align-items: flex-start;
    }

    .sp-list-title span {
        font-size: 1.4rem;
    }
}

@media screen and (min-width:1024px) and (max-width:1280px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }

    .footer-wrap {
        width: 100%;
        padding: 0 20px;
    }

    .campaign-text-2 {
        font-size: 70px;
        line-height: 1;
        margin: 0;
        text-align: left;
    }
    
}