/* åŸºæœ¬ãƒ•ã‚©ãƒ³ãƒˆè¨­å®š */
html,
body {
    font-family: 'Noto Sans JP', sans-serif !important;
}

.cLogo {
    position: absolute;
    top: 1%;
    left: 5%;
    width: 21%;
    max-width: 350px;
    z-index: 1000;
}

.main-visual-section-wrapper {
    margin: 0 auto;
    width: 100%;
    background: url(../img/main_pc_bg.jpg) no-repeat center center;
    background-size: cover;
    max-width: 1500px;
}

.uservoice-section {
    background: #FFE440;
    padding: 100px 0;
}

.tokuten-section {
    background: url(../img/tokutenbgtop.png) top center;
    background-size: cover;
    padding: 100px 0;
}

.main-visual-section {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    /* 16:9æ¯”çŽ‡ */
    height: 0;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
}

.tokutentxt1 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 3rem;
    display: block;
}

.tokutentxt2 {
    font-size: 1.2rem;
}

.title-container {
    height: 42vw;
    align-items: center;
    justify-content: center;
    display: flex;
}

.video-container {
    max-width: 960px;
    margin: 0 auto;
}

.video-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9æ¯”çŽ‡ */
    height: 0;
    overflow: hidden;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sho-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
    counter-reset: number;
}

.sho-list li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.7em;
    text-align: left;
    counter-increment: number;
}

.text {}

.text h3 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.user-img {
    display: block;
    margin: 0 auto 1rem auto;
}

.voice-section {
    background-color: #f6f7f8;
    padding: 1rem;
}

.dousa-section {
    background-color: #f6f7f8;
    padding: 1rem;
}

.dousa-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 4rem;
}

.voice-section .container {
    max-width: 1160px;
}

.voice-inner {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    height: 100%;
    font-size: 15px;
    line-height: 1.6;
}

.qa-section {
    background: url(../img/qabg.jpg) no-repeat center center;
    background-size: cover;
    padding: 4rem 0;
}

.qa-section .container {
    max-width: 960px;
}

.q-area,
.a-area {
    background-color: #ffffff;
    padding: 2rem 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 0.2rem;
}

.q-area p,
.a-area p {
    margin-bottom: 0;
}

.q-area {
    font-weight: bold;
    font-size: 1.3rem;
}


.mb-5 {
    margin-bottom: 4rem !important;
}

.mt-5 {
    margin-top: 4rem !important;
}

.imgmax {
    max-width: 920px;
    margin: 0 auto;
}

.txt-read {
    font-size: 1.2rem;
    text-align: left;
    max-width: 900px;
    margin: 4rem auto;
    line-height: 2.2;
}

hr {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* å„ãƒ–ãƒ­ãƒƒã‚¯å…±é€š */
.platform-block {
    flex: 1 1 240px;
    border-radius: 8px;
    overflow: hidden;
    /* è¦‹å‡ºã—ã®è§’ä¸¸ã‚’ä¿ã¤ */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    /* æœ¬æ–‡ã¯ç™½èƒŒæ™¯ */
}

/* è¦‹å‡ºã—éƒ¨åˆ† */
.platform-title {
    margin: 0;
    padding: 1rem;
    font-size: 1.25rem;
    color: #fff;
}

/* æœ¬æ–‡éƒ¨åˆ† */
.platform-content {
    padding: 1.5rem 0.5rem;
    color: #333;
    background: #fff;
    text-align: left;
    font-size: 14px;
}

.platform-content ul {
    margin: 0;
    padding-left: 1.2em;
}

.platform-content li {
    margin-bottom: 0.5em;
    line-height: 1.4;
}

/* ã‚«ãƒ©ãƒ¼æŒ‡å®š */
.windows .platform-title {
    background: #0072c6;
}

.mac .platform-title {
    background: #666;
}

.android .platform-title {
    background: #94c11f;
}

.ios .platform-title {
    background: #e6007e;
}

/* æ³¨æ„æ›¸ã */
.note {
    margin-top: 15px;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.iconimg {
    box-shadow: 1px 1px 10px #8080806e;
}

.buy-section {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.buy-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 1px solid #56a2e5;
    padding-bottom: 1rem;
}

.midashi-col {
    padding: 20px 45px;
}

.text-col {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 19px;
    line-height: 1.8;
}

.mainlogo {
    width: 50%;
    top: 9%;
    left: 28%;
    position: absolute;
    right: auto;
}

.mainlogoImg {
    width: 78%;
    position: absolute;
    top: 47%;
    left: 12%;
}

.maincatch {

    margin: 0 auto;

    display: block;

    width: 60%;
}

.about-section {
    background-color: #ffffff;
}

.about-section2 {
    background: url(../img/catch2bg.png) no-repeat center center;
    background-size: cover;
}

.about-section3 {
    background: url(../img/catch3bg.png) no-repeat center center;
    background-size: cover;
}

.about2-section {
    background: url(../img/bg001.png) no-repeat center center;
    background-size: cover;
}

.maim-bottom {
    background: linear-gradient(to right, #611ce9, #892de4);
}

.buy-title {
    font-size: 20px;
    font-weight: bold;
}

.buy-title2 {
    font-size: 20px;
    font-weight: bold;
}

.buy-btn {
    background: linear-gradient(to right, #00C9FF, #ce46f8);
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: bold;
}

.news-list-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
}

.news-list-wrapper::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    border: 5px solid transparent;
    background: linear-gradient(135deg, rgb(21 199 255) 0%, rgb(111 55 215) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(255 191 0) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}

.header-gradient {
    background: linear-gradient(135deg, #5a36c5, #ff2a8c);
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
}

.news dt {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.news h2 {
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
    margin: 0 auto;
    width: fit-content;
    border-radius: 0;
    padding: 0.7rem 3rem;
    margin-bottom: -27px !important;
    z-index: 100;
    position: relative;
    transform: skewX(-5deg);
}

.news-list-wrapper {
    padding: 2rem;
    border-radius: 0.5rem;
}

.news-list {
    padding: 0rem 1rem;
    border-radius: 1rem;
    height: 8rem;
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.vertical-gradient {
    background: linear-gradient(to bottom, #3f2b47 0%, #511b9b 40%, #6bd0ff 100%);
}

.kochira-btn {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 1000;
    width: 13%;
    max-width: 140px;
}

.kanshu {
    position: absolute;
    display: block;
    font-size: 14px;
    padding: 5px 15px;
    border: 1px solid white;
    bottom: 0%;
    right: 1%;
    color: white;
    text-shadow: 2px 1px black;
    filter: drop-shadow(2px 4px 6px black);
}

.whiteArea {
    background: white;
    border-radius: 2rem;
    border: 8px solid black;
    margin-top: 20px;
    padding: 2rem 7rem;
}

.uservoice-section .whiteArea {
    max-width: 900px;
    padding: 2px 45px;
}

.tokuten-section .whiteArea {
    max-width: 900px;
    padding: 45px 45px;
}

.tokuten-section .dash {
    border-bottom: 2px dashed #b7b7b7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}


.uservoice-section .whiteArea .d-flex {
    justify-content: start;
    align-items: center;
    margin: 40px 0px 5px;
}

.uservoice-section .whiteArea h3 {
    margin-bottom: 5px;
    font-size: 1.7rem;
}

.voicenum {
    background: #1fabed;
    color: white;
    font-weight: bold;
    font-size: 120%;
    padding: 5px 50px;
    border-radius: 5rem;
    margin-right: 30px;
}

.whiteArea2 {
    background: white;
    border-radius: 2rem;
    margin-top: 20px;
    max-width: 960px !important;
    padding: 0rem 5rem;
}

.tokutenimg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.fdcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.4;
    background: linear-gradient(transparent 85%, #faff24 85%);
    width: fit-content;
}

.midashiimg1 {
    width: 80%;
    max-width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.title01 {
    font-weight: bold;
    font-size: 2.7rem;
    display: inline;
    line-height: 1.7;
    padding-bottom: 0px;
    background: linear-gradient(transparent 85%, #ff51ca 85%);
}

.title02 {
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 1.7;
    padding-bottom: 0px;
    background: #239be3;
    padding: 2rem;
    color: white;
    width: 100%;
    border-radius: 10rem;
}

.contents-section1 .title01 {
    font-weight: bold;
    font-size: 2.7rem;
    display: inline;
    line-height: 1.7;
    padding-bottom: 0px;
    background: linear-gradient(transparent 85%, #51bfff 85%);
}


/* å·¦ã®ä¸¸ã„é’ã„â– ï¼ˆâ—ï¼‰ */
.feature-title__bullet {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #f56542;
    /* ãŠå¥½ã¿ã®é’ã« */
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 0.5em;
}

.contents-section1 .feature-title__bullet {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #4269e1;
    /* ãŠå¥½ã¿ã®é’ã« */
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 0.5em;
}

.tokuten-section .row .feature-title {
    background: none;
}

.tokuten-section .row:nth-child(1) .feature-title__bullet {
    background-color: #f81694;
    width: 1.2em;
    height: 1.2em;
}

.tokuten-section .row:nth-child(1) .feature-title__text {
    color: #f81694;
    font-size: 1.6rem
}

.tokuten-section .row:nth-child(2) .feature-title__bullet {
    background-color: #9932cc;
    width: 1.2em;
    height: 1.2em;
}

.tokuten-section .row:nth-child(2) .feature-title__text {
    color: #9932cc;
    font-size: 1.6rem
}

.tokuten-section .row:nth-child(3) .feature-title__bullet {
    background-color: #3acd31;
    width: 1.2em;
    height: 1.2em;
}

.tokuten-section .row:nth-child(3) .feature-title__text {
    color: #3acd31;
    font-size: 1.6rem
}


/* ã‚¿ã‚¤ãƒˆãƒ«æ–‡å­—ï¼‹ä¸‹ç·šé¢¨ãƒã‚¤ãƒ©ã‚¤ãƒˆ */
.feature-title__text {
    position: relative;
    font-weight: bold;
    /* èƒŒæ™¯è‰²ãƒã‚¤ãƒ©ã‚¤ãƒˆ */

    /* é»„è‰²ãƒã‚¤ãƒ©ã‚¤ãƒˆ */
    padding: 0 0.1em;
    /* å·¦å³ã«ã¡ã‚‡ã£ã¨ä½™ç™½ã‚’å…¥ã‚Œã‚‹ã¨è¦‹æ „ãˆè‰¯ã„ */
    /* ä¸‹ç·šã‚’å°‘ã—é£›ã³å‡ºã•ã›ãŸã„å ´åˆã¯æ“¬ä¼¼è¦ç´ ã§èª¿æ•´ã‚‚å¯ */
}

.trainer-section {
    background: url(../img/ryo.jpg) top center;
    background-size: cover;
    max-width: 1140px;
    margin: 100px auto;
    border-radius: 31px;
}

.ryo-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
}

.badge {
    background-color: #ffeb3b;
    color: black;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    padding-top: 18px;
    font-size: 21px;
    line-height: 1.4;
    position: absolute;
    top: 20%;
}

.info {
    position: absolute;
    bottom: 10%;
    text-align: center;
    color: white;
}

.title {
    font-size: 18px;
    margin: 0 0 10px;
}

.title strong {
    font-size: 22px;
}

.sub {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.t-menu li {
    padding: 0.5rem;
    font-size: 1rem;
    border: 2px solid #ff4401;
    border-radius: 2rem;
    width: 16rem;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    color: #ff4401;
    font-weight: bold;
}

/* æœ¬æ–‡ */
.feature-item__body {
    line-height: 1.6;
    font-size: 0.95em;

    /* æ”¹è¡Œã‚’åæ˜  */
}


/* ã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.contents-section1 {
    background: url(../img/longbg.gif) no-repeat center center;
    background-size: cover;
    padding: 0px 0px 100px 0px;
}


/* ãƒ†ã‚­ã‚¹ãƒˆ */
.txtn1 {
    font-size: 120%;
    line-height: 2.5;
    color: black;
}

.txtb {
    font-weight: bold;
}

.txtb1 {
    font-size: 160%;
    font-weight: bold;
    color: #0026ed;
}

.txtb2 {
    font-size: 400%;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    padding: 3% 0px;
    line-height: 1.43;
}

.txtb3 {
    font-size: 200%;
    margin: 0;
    padding: 3% 0px;
    line-height: 2.2;
}

.txtb4 {
    font-size: 120%;
    font-weight: bold;
}

.txtc1 {
    color: yellow;
}

.txtc2 {
    color: #0026ed;
    font-weight: bold;
}

.maincap {
    position: absolute;
}

.col-12.col-md-4.text-center.pt-3.pb-3 img {
    width: 100%;
}

.pc {
    display: block;
}

.sp {
    display: none;
}


@media screen and (min-width: 1300px) {
    .kochira-btn {
        position: fixed;
        right: calc((100% - 1350px) / 2 + 20px);
        top: 20px;
    }

}

@media screen and (min-width: 1515px) {}


@media screen and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³å‘ã‘ã®ã‚¹ã‚¿ã‚¤ãƒ« */
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .main-visual-section {
        padding-bottom: 130%;
    }

    .cLogo {
        top: 1%;
        left: -1%;
        width: 54%;
    }

    .whiteArea {
        background: white;
        border-radius: 2rem;
        border: 8px solid black;
        margin-top: 20px;
        padding: 0rem 2rem;
    }

    .contents-section1 .title01 {
        font-size: 2.3rem;
        display: inline;
    }

    .txtn1 {
        font-size: 100%;
        line-height: 2.5;
    }

    .txtb2 {
        font-size: 187%;
    }

    .txtb3 {
        font-size: 109%;
        padding: 3% 0px;
        line-height: 2.2;
    }


}