html, body {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'YakuHanJP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    background-color: #000;
    color: #fff;
}

.pc-only {
    display: block !important;
}

.sp-only {
    display: none !important;
}

.no-gap {
    margin-right: -2px;
}

.container {
    max-width: 1728px;
    padding: 0 64px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
  

@media (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
    
    .sp-only {
        display: block !important;
    }
}

header {
    position: absolute;
    top: 26px;
    display: block;
    width: 100%; 
    z-index: 10;
}

.header-inner {
    width: 100%;
    max-width: 1728px;
    display: flex;
    justify-content: flex-start;
    color: white;
    margin: 0 auto;
}

.header-inner span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.header-inner span:first-of-type {
    padding-left: 64px;
}

.header-inner span:first-child::after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 1px;
    background: #FCFCFC;
    margin: 0 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.fv {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
    margin: 0 auto;
}

.fv-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1728px;
    aspect-ratio: 1281 / 751;
    max-height: 982px;
    margin: 0 auto;
    position: relative;
    background: url('../images/fv-bg-pc.jpg') no-repeat center top / contain;
}

.fv-left-text {
    margin-top: 174px;
    margin-left: 69px;
}

.fv-subtitle {
    max-width: 264px;
    height: auto;
    margin-bottom: 40px;
}

.fv-logo img {
    max-width: 282px;
    height: auto;
    margin-bottom: 56px;
}

.fv-bottom-copy {
    max-width: 752px;
    text-wrap: nowrap;
}

.fv-bottom-copy h2 {
    font-size: 26px;
    margin-bottom: 12px;
}

.fv-bottom-copy p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.fv-right-copy {
    position: relative;
    text-align: right;
}

.fv-deep-dive-logo {
    position: relative;
    top: 0;
    right: 0;
    max-width: 494px;
    height: auto;
}

.fv-badge {
    max-width: 302px;
    height: auto;
    margin-top: 126px;
    margin-right: 33px;
}

.limited .fv-right-copy {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.limited .fv-badge {
    margin-top: 20px;
}

.fv-badge-50off {
    max-width: 302px;
    height: auto;
    margin-top: 87px;
    margin-right: 33px;
}

.fv-right-copy p {
    max-width: 203px;
    height: auto;
    text-align: left;
    text-wrap: nowrap;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 111px;
    margin-right: 207px;
}

.limited .fv-right-copy p {
    margin-top: 39px;
}

@media (min-width: 1728px) {
    .header-inner span:first-of-type {
        padding-left: 115px;
    }
    .fv-left-text {
        margin-top: 227px;
        margin-left: 120px;
    }
    .fv-logo img {
        max-width: 282px;
        height: auto;
        margin-bottom: 153px;
    }
    .fv-badge {
        margin-top: 164px;
        margin-right: 70px;
    }
    .fv-badge-50off {
        margin-top: 116px;
        margin-right: 70px;
    }
    .fv-right-copy p {
        margin-top: 140px;
        margin-right: 362px;
    }
    .limited .fv-right-copy p {
        margin-top: 75px;
    }
}

@media (max-width: 768px) {
    header {
        position: static;
        display: block;
        background-color: #000;
    }
    
    .header-inner {
        max-width: 100%;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: #ffffff;
        margin: 0 auto;
        padding-left: 0;
    }
    
    .header-inner span {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1px;
    }

    .header-inner span:first-of-type {
        padding-left: 0;
    }
    
    .header-inner span:first-child::after {
        content: "";
        display: inline-block;
        width: 64px;
        height: .7px;
        background: #FCFCFC;
        margin: 0 5px;
        margin-top: -2px;
        vertical-align: middle;
    }

    .fv-inner {
        position: relative;
        display: inline-block;
        max-width: 100%;
        height: auto;
        aspect-ratio: 388 / 470;
        background: url('../images/fv-bg-sp.jpg') no-repeat center top / contain;
        margin: 0 auto;
    }

    .limited .fv-inner {
        background: url('../images/fv-bg-sp-50off.jpg') no-repeat center top / contain;
    }

    .fv-left-text {
        position: absolute;
        bottom: 1px;
        margin-top: 272px;
        margin-left: 17px;
    }
    
    .fv-subtitle {
        max-width: 206px;
        height: auto;
        margin-bottom: 14px;
    }
    
    .fv-logo img {
        max-width: 203px;
        height: auto;
        margin-bottom: 0;
    }

    .fv-bottom-copy {
        max-width: 100%;
        text-wrap: auto;
    }
    
    .fv-bottom-copy h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    
    .fv-bottom-copy p {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 1px;
    }
    
    .fv-right-copy {
        position: relative;
        text-align: right;
        font-size: 12px;
        line-height: 1.7;
    }

    .fv-right-copy p {
        position: absolute;
        top: 182px;
        right: 40px;
        font-size: 12px;
        font-weight: 400;
        margin-top: 0;
        margin-right: 0;
    }
    
    .fv-deep-dive-logo {
        position: relative;
        top: 0;
        right: 0;
        max-width: 494px;
        height: auto;
    }
    
    .fv-badge {
        max-width: 217px;
        height: auto;
        margin-top: 13px;
        margin-right: 10px;
    }

    .fv-bottom-copy {
        width: 100%;
    }

    .sp-fv-bottom {
        background-color: black;
        padding: 27px 10px 190px 20px;
    }

    .sp-fv-bottom .fv-bottom-copy {
        position: static;
    }

    .sp-fv-bottom h2 {
        font-size: 24px;
        line-height: 1.5;
        letter-spacing: 0;
        margin-bottom: 21px;
        color: white;
    }

    .sp-fv-bottom p {
        font-size: 15px;
        color: #A1A1A1;
        line-height: 1.8;
        letter-spacing: .5px;
    }
    
    .limited .fv-badge {
        max-width: 182px;
        margin-top: 10px;
        margin-right: 11px;
    }
    
    .fv-badge-50off {
        max-width: 182px;
        height: auto;
        margin-top: 17px;
        margin-right: 11px;
    }
    
    .limited .fv-right-copy p {
        margin-top: 0px;
    }
}

@media (max-width: 390px) {
    header span:first-child::after {
    width: 54px;
    margin-top: -4px;
    }
}
  

.howto {
    position: relative;
    color: #fff;
    padding: 194px 0 206px;
}

.howto-inner {
    position: relative;
    max-width: 946px;
    max-height: 210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
}

.howto-title img {
    position: relative;
    width: 389px;
    height: auto;
    margin-bottom: 23px;
    z-index: 3;
}

.howto-text {
    max-width: 520px;
    display: flex;
    flex-direction: column;
}

.howto-text h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .7px;
    margin-bottom: 19px;
}

.howto-text p {
    color: #A1A1A1;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .6px;
}

.howto-video {
    display: inline-block;
    position: relative;
}

.howto-video video {
    position: relative;
    width: 381px;
    height: 210px;
    object-fit: contain;
    background-color: #101828;
    z-index: 2;
}

.howto-video::before {
    content: '';
    position: absolute;
    top: -122px;
    right: -98px;
    width: 140px;
    height: 480px;
    background: url('../images/bubble01.png') no-repeat center/contain;
    z-index: -1;
}

.btn-primary {
    position: relative;
    bottom: -98px;
    right: -74%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 235px;
    height: 46px;
    background-color: #0040FF;
    color: #fff;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1.4px;
    z-index: 3;
}

.limited .btn-primary {
    width: 271px;
}

.limited .btn-primary::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 32px;
    width: 100%;
    max-width: 215px;
    height: 25px;
    background-image: url("../images/btn-badge-pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.btn-primary::after {
    content: "";
    position: absolute;
    right: 8%;
    width: 6px;
    height: 6px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
}

.limited .btn-primary::after {
    right: 5%;
}

.btn-primary.fixed {
    position: fixed;
    bottom: 34px;
    right: 5.2vw;
    z-index: 999;
}

.pr--m {
    padding-right: 20px;
}

.btn-primary .label,
.btn-cta .label {
    display: inline-block;
    color: #FFF200;
    font-weight: bold;
    padding: 2px 6px;
    margin-right: 3px;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -1px;
}

.limited-label {
    display: none;
}

.limited .limited-label {
    display: inline-block;
}

.btn-cta .label {
    text-decoration: underline;
}

.cta-fixed {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 351px;
    z-index: 999;
    transition: opacity 0.3s ease;
}

.limited .btn-cta::before {
    content: "";
    position: absolute;
    top: -17px;
    left: -7px;
    width: 100%;
    width: 73px;
    height: 73px;
    background-image: url("../images/btn-badge-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.btn-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background-color: #0040FF;
    color: #fff;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1.4px;
}

.limited .btn-cta {
    padding-left: 20px;
}

.btn-cta::after {
    content: "";
    position: absolute;
    right: 9%;
    width: 6px;
    height: 6px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
}

.cta-fixed.hide {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 1728px) {
    .btn-primary.fixed {
        right: 18.45%;
    }
}
  
@media (min-width: 769px) {
    .cta-fixed {
        display: none !important;
    }
}
  

@media (max-width: 768px) {
    .howto {
        position: relative;
        background-color: #000;
        color: #fff;
        margin-top: -1px;
        padding: 0 0 131px;
    }

    .howto-inner {
        max-width: calc(100% - 40px);
        max-height: 100%;
        margin: 0 auto;
        flex-direction: column;
        gap: 0;
    }

    .howto-video video {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 auto 20px;
    }

    .howto-video::before {
        content: '';
        position: absolute;
        top: -77%;
        right: -8%;
        width: 76px;
        height: 248px;
        background: url('../images/bubble01.png') no-repeat center/contain;
        z-index: 1;
    }

    .howto-title img {
        display: block;
        width: 279px;
        margin-bottom: 14px;
    }

    .howto-text h3 {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 19px;
    }
}


.features {
    position: relative;
    color: #fff;
    padding: 0 0 153px;
}

.features-inner {
    margin: 0 auto;
    text-align: center;
}

.features-title img {
    position: relative;
    width: 297px;
    height: auto;
    margin: 0 auto 19px;
    z-index: 5;
}

.features h3 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 1.5;
    margin-bottom: 19px;
    z-index: 6;
}

.features-lead {
    position: relative;
    display: inline-block;
    max-width: 919px;
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    letter-spacing: .6px;
    color: #A1A1A1;
    margin: 0 auto 81px;
    z-index: 5;
}

.features-lead::before {
    content: '';
    position: absolute;
    top: -134px;
    left: -31%;
    width: 210px;
    height: 345px;
    background: url('../images/bubble02.jpg') no-repeat center/contain;
    z-index: 0;
}

.features-lead::after {
    content: '';
    position: absolute;
    top: 560px;
    right: -12%;
    width: 93px;
    height: 236px;
    background: url('../images/bubble03.png') no-repeat center/contain;
    z-index: 0;
}

.feature-items {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1110px;
    gap: 80px 68px;
    padding-left: 73px;
    padding-right: 97px;
    margin: 0 auto;
    z-index: 5;
}

.feature-item {
    position: relative;
    max-width: 521px;
    width: calc(50% - 34px);
    height: auto;
    text-align: left;
    z-index: 4;
}

.feature-image {
    position: relative;
    margin-bottom: 27px;
}

.feature-image img {
    width: 100%;
    height: auto;
}

.feature-image::after {
    content: "";
    position: absolute;
    top: -26px;
    left: 13px;
    width: 44px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.badge-1 .feature-image::after {
    background-image: url('../images/num-1.png');
}
.badge-2 .feature-image::after {
    background-image: url('../images/num-2.png');
}
.badge-3 .feature-image::after {
    background-image: url('../images/num-3.png');
}
.badge-4 .feature-image::after {
    background-image: url('../images/num-4.png');
}

.feature-item h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.feature-item p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.7px;
    color: #aaa;
}

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

    .features-inner {
        max-width: calc(100% - 40px);
    }

    .feature-image {
        margin-bottom: 17px;
    }

    .features-title {
        text-align: left;
    }

    .features-title img {
        width: 218px;
        margin-bottom: 14px;
    }

    .features h3 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 8px;
    }

    .features-lead {
        max-width: 100%;
        font-size: 15px;
        margin-bottom: 84px;
    }

    .feature-items {
        flex-direction: column;
        align-items: center;
        gap: 66px;
        padding-left: 0;
        padding-right: 0;
    }

    .feature-item {
        width: 100%;
    }

    .feature-image::after {
        top: -21px;
        left: -8px;
        width: 43px;
        height: 50px;
    }

    .features-lead::before {
        top: -161%;
        left: 81%;
        width: 126px;
        height: 208px;
        z-index: -1;
    }
    
    .features-lead::after {
        top: 82%;
        right: 23%;
        width: 49px;
        height: 100px;
        transform: rotate(75deg);
        z-index: -1;
    }
}


.plan {
    position: relative;
    text-align: center;
    color: #fff;
    padding-bottom: 72px;
}

.plan-title img {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 17px;
}

.plan-subtitle {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 9px;
    z-index: 2;
}

.plan-description {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #A1A1A1;
    letter-spacing: 1px;
    margin-bottom: 46px;
    z-index: 1;
}

.plan-description::before {
    content: '';
    position: absolute;
    top: -77px;
    left: -52%;
    width: 174px;
    height: 235px;
    background: url('../images/bubble04.png') no-repeat center/contain;
    z-index: 0;
}

.plan-description::after {
    content: '';
    position: absolute;
    top: -178px;
    right: -40%;
    width: 70px;
    height: 200px;
    background: url('../images/bubble01.png') no-repeat center/contain;
    z-index: 0;
}

.plan-slider {
    display: flex;
    gap: 57px;
    justify-content: center;
    text-align: left;
}

.plan-card {
    position: relative;
    width: 397px;
    background: #0D0E18;
    color: white;
    border: 2px solid #2B2B2B;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    padding: 36px 36px 38px 32px;
    z-index: 10;
}

.limited .plan-card::before {
    content: "";
    position: absolute;
    top: -1%;
    left: 75%;
    width: 113px;
    height: 113px;
    background-image: url("../images/btn-badge-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.limited-br {
    display: none;
}

.limited .limited-br {
    display: block;
}

.limited-br-sp {
    display: none;
}

.limited-br-pc {
    display: none;
}

.limited .limited-br-pc {
    display: block;
}

.limited-price {
    display: none;
}

.limited .limited-price {
    display: block;
    width: 283px;
    height: 53px;
    margin-bottom: 17px;
}

.plan-card h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.plan-card .credit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 27px;
    border-radius: 5px;
    background-color: #262626;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 17px;
}

.plan-card .price {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 17px;
}

.limited .price {
    display: none;
}

.plan-card .price-value {
    font-size: 24px;
    font-weight: bold;
}

.plan-card ul {
    list-style: none;
}

.plan-card li {
    position: relative;
    font-size: 15px;
    border-top: 1px solid #2B2B2B;
    box-sizing: border-box;
    padding: 20px 18px 20px;
}

.plan-card li:last-of-type {
    border-bottom: 1px solid #2B2B2B;
    margin-bottom: 38px;
}

.plan-card li.no-detail {
    text-align: center;
    padding-bottom: 20px;
}

.plan-card li.no-detail::before {
    position: relative;
    top: -4px;
    display: inline-block;
    content: "";
    width: 16px;
    height: 3px;
    background-color: #A1A1A1;
}

.plan-card li:not(.no-detail)::before{
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url("../images/icon-check.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.plan-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 48px;
    background-color: #0055ff;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 9999px;
    text-decoration: none;
    margin: 0 auto;
    transition: all 0.3s;
}

.plan-btn:hover {
    background-color: #F5F5F5;
    color: #3B4348;
}

.limited .plan-btn span {
    position: relative;
    padding-left: 120px;
}

.limited .plan-btn span::before {
    content: "";
    position: absolute;
    left: 54%;
    top: -20%;
    width: 1px;
    height: 34px;
    background-color: #fff;
}

.limited .plan-btn:hover span::before {
    background-color: #3B4348;
}

.limited .plan-btn::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 55%;
    transform: translateY(-50%);
    width: 85px;
    height: 34px;
    background-image: url('../images/plan-btn-50off.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .plan {
        padding-bottom: 80px;
        text-align: left;
    }

    .plan-inner {
        padding-left: 20px;
    }

    .plan-title img {
        max-width: 210px;
        text-align: left;
        margin-bottom: 14px;
    }

    .plan-subtitle {
        font-size: 24px;
        margin-bottom: 11px;
    }

    .plan-description {
        display: inline-block;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 0;
        padding-right: 20px;
    }

    .plan-card {
        width: 247px;
        padding: 29px 13px 34px 11px;
        margin-top: 41px;
        margin-right: 18px;
        z-index: 10;
    }

    .limited .plan-card::before {
        content: "";
        position: absolute;
        top: -.7%;
        left: 66%;
        width: 90px;
        height: 90px;
    }

    .limited .limited-br-pc {
        display: none;
    }

    .limited-br-sp {
        display: none;
    }

    .limited .limited-br-sp {
        display: block;
    }

    .limited-price {
        display: none !important;
    }

    .limited .limited-price {
        display: block !important;
        width: 181px;
        height: 76px;
        margin-bottom: 23px;
    }
    

    .plan-card h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .plan-card .credit {
        width: 148px;
        font-size: 13px;
        margin-bottom: 11px;
    }

    .plan-card li {
        font-size: 13px;
        padding: 21px 0 23px 18px;
    }

    .plan-card li.no-detail {
        text-align: center;
        padding-bottom: 23.5px;
    }

    .plan-card li:not(.no-detail)::before{
        top: 23px;
    }

    .plan-btn {
        width: 224px;
        bottom: 0;
    }

    .limited .plan-btn span::before {
        content: "";
        position: absolute;
        left: 56%;
        top: -20%;
        width: 1px;
        height: 34px;
        background-color: #fff;
    }

    .plan-description::before {
        top: -172px;
        left: 68%;
        width: 107px;
        height: 145px;
        background: url('../images/bubble04.png') no-repeat center/contain;
        z-index: 0;
    }

    .plan-description::after {
        display: none
    }
}  


.present-inner {
    position: relative;
    max-width: 1152px;
    width: 100%;
    height: 403px;
    background: url('../images/plan-bg-pc.png') no-repeat center top;
    background-size: cover;
    margin: 0 auto 167px;
}

.present-title {
    position: relative;
    top: 15%;
    left: 5.7%;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
}

.present-title .line1,
.present-title .line2 {
    display: inline-block;
    font-size: 28px;
    line-height: 1.5;
}

.present-title .line2 {
    margin-bottom: 1px;
}

.present-title .line3 {
    display: flex;
    align-items: center;
    font-size: 28px;
}

.present-price {
    display: inline-block;
    max-width: 111px;
    text-align: center;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 9px 7px;
    margin-right: 12px;
}

.present-plain {
    color: #ffffff;
}

.present-highlight {
    color: #DBA255;
}

.present-text {
    position: relative;
    top: 20%;
    left: 5.7%;
    max-width: 691px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.67px;
}

@media screen and (max-width: 768px) {
    .present-inner {
        max-width: 100%;
        height: auto;
        background: none !important;
        margin: 0 auto 89px;
        padding: 0;
    }

    .present-inner::before {
        content: '';
        display: block;
        width: 100%;
        aspect-ratio: 390 / 542;
        background: url('../images/plan-bg-sp.png') no-repeat center top;
        background-size: cover;
    }

    .present-title,
    .present-text {
        display: none;
    }
}


.banner {
    max-width: 1152px;
    width: 100%;
    height: auto;
    margin: 0 auto 156px;
}

.banner-item {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 300px;
    margin-bottom: 21px;
}

.banner-item:last-of-type {
    margin-bottom: 0;
}

.banner-text {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000108;
}

.banner-research .banner-text {
    top: 15%;
    right: 15.5%;
}

.banner-beginner .banner-text {
    top: 16%;
    left: 4%;
}

.banner-research {
    background-image: url('../images/banner-pc-research.png');
}

.banner-beginner {
    background-image: url('../images/banner-pc-beginner.png');
}

@media screen and (max-width: 768px) {
    .banner {
        margin: 0 auto 149px;
    }

    .banner-item {
        background-image: none !important;
        height: auto;
        margin-bottom: 24px;
    }

    .banner-item::before {
        content: '';
        display: block;
        width: 100%;
        aspect-ratio: 390 / 200;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .banner-research::before {
        background-image: url('../images/banner-sp-research.jpg');
    }

    .banner-beginner::before {
        background-image: url('../images/banner-sp-beginner.jpg');
    }

    .banner-text {
        position: static;
        font-size: 24px;
        padding: 14px 20px 0;
        text-align: left;
        color: #fff;
    }
}


.faq {
    position: relative;
    max-width: 960px;
    margin: 0 auto 100px;
    color: #fff;
}

.faq-title img {
    display: block;
    width: 82px;
    height: auto;
    text-align: center;
    margin: 0 auto 15px;
}

.faq-heading {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 19px;
    z-index: 3;
}

.faq-subtext {
    position: relative;
    display: block;
    text-align: center;
    color: #A1A1A1;
    margin: 0 auto 61px;
    z-index: 3;
}

.faq-subtext::before {
    content: '';
    position: absolute;
    top: -175px;
    left: -16%;
    width: 209px;
    height: 345px;
    background: url('../images/bubble05.png') no-repeat center/contain;
    z-index: -1;
}

.faq-subtext::after {
    content: '';
    position: absolute;
    top: 555px;
    right: -12.5%;
    width: 167px;
    height: 348px;
    background: url('../images/bubble06.png') no-repeat center/contain;
    z-index: -1;
}

.faq-list {
    position: relative;
    z-index: 3;
}

.faq-item {
    letter-spacing: 1px;
    border-top: 1px solid #2B2B2B;
    padding-top: 31px;
    padding-bottom: 31px;
}


.faq-item ul li {
    position: relative;
    padding-left: 20px;
}

.faq-item ul li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
    color: #A1A1A1;
    font-size: 16px;
    padding-left: 5px;
}

.faq-item a {
    color: #A1A1A1;
}

.faq-item:last-of-type {
    border-bottom: 1px solid #2B2B2B;
}

.faq-item dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}

.faq-item dd {
    font-size: 15px;
    color: #A1A1A1;
    line-height: 1.8;
    letter-spacing: .5px;
}

.faq-item dd ol {
    padding-left: 2%;
}

@media (max-width: 768px) {
    .faq {
        max-width: calc(100% - 40px);
        margin: 0 auto 77px;
    }

    .faq-title img {
        max-width: 61px;
        margin: 0 0 8px;
    }

    .faq-heading {
        font-size: 24px;
        text-align: left;
        margin-bottom: 15px;
    }

    .faq-subtext {
        font-size: 15px;
        text-align: left;
        margin: 0 0 39px;
    }

    .faq-subtext::after {
        top: -160px;
        right: 0%;
        width: 111px;
        height: 231px;
    }

    .faq-subtext::before {
        display: none;
    }

    .faq-item {
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .faq-item dt {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .faq-item dd {
        font-size: 15px;
        letter-spacing: .5px;
    }

    .faq-item dd ol {
        padding-left: 5.5%;
    }

    .faq-item ul li {
        padding-left: 15px;
    }
    
    .faq-item ul li::before {
        padding-left: 2px;
    }
}


.footer {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #A1A1A1;
    margin: 0 auto 132px;
}

.footer-links {
    display: flex;
    gap: 34px;
}

.footer-links a {
    font-size: 12px;
    color: #A1A1A1;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        text-align: center;
        margin-bottom: 118px;
    }
  
    .footer-copy {
        font-size: 10px;
        order: 1;
    }
  
    .footer-links {
        order: 0;
        gap: 24px;
    }

    .footer-links a {
        font-size: 10px;
    }
}


.common-header {
    position: static;
    background-color: #000;
    border-bottom: 1px solid #2B2B2B;
}

.common-header-inner {
    max-width: 1280px;
    height: 83px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    padding-left: 64px;
    margin: 0 auto;
}

.common-header-inner a {
    text-decoration: none;
}

.common-header span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.common-header span:first-child::after {
    content: "";
    display: inline-block;
    width: 44px;
    height: 1px;
    background: #FCFCFC;
    margin: 0 15px;
    margin-top: -2px;
    vertical-align: middle;
}

.page-common {
    padding: 150px 0 96px;
}

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

.page-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 11px;
}

.page-sub {
    font-size: 15px;
    color: #A1A1A1;
    letter-spacing: 1px;
    margin-bottom: 105px;
}

.page-block {
    margin-bottom: 32px;
    border-top: 1px solid #2B2B2B;
}

.page-block div {
    border-top: 1px solid #2B2B2B;
    padding-top: 32px;
    padding-bottom: 32px;
}

.page-block dl {
    border-bottom: 1px solid #2B2B2B;
}

.page-block dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.page-block dd {
    font-size: 15px;
    font-weight: normal;
    color: #A1A1A1;
    line-height: 1.8;
    letter-spacing: 1px;
}

.page-block ol {
    list-style: decimal;
    padding-left: 1.5em;
}

.page-block ol ol {
    list-style: decimal;
    padding-left: 1.5em;
}

.page-block ol li:nth-child(n+10) {
    margin-left: 9px;
}

.page-end {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    text-align: right;
    font-size: 15px;
    color: #A1A1A1;
    letter-spacing: 1px;
}

.mb--m {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .common-header{
        padding: 0;
    }
    .common-header-inner {
        max-width: 100%;
        height: 48px;
        justify-content: center;
        font-size: 15px;
        color: #ffffff;
        padding-left: 0;
        margin: 0 auto;
    }
    .common-header span {
        font-size: 15px;
    }
    .common-header span:first-child::after {
        width: 64px;
        margin: 0 5px;
    }
    .page-inner {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
    .page-common {
        padding: 82px 0 64.5px;
    }
    .page-title {
        font-size: 24px;
    }
    .page-sub {
        margin-bottom: 88px;
    }
    .page-block dt {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .page-block dd {
        font-size: 15px;
        letter-spacing: .8px;
    }
}