@charset "UTF-8";

/* ↓PC（横幅640px超）の場合 */
html {
    /* 1rem = 1pxと定義 */
    font-size: 1px;
}

/* ↓スマホ（横幅640px以上）の場合 */


@media screen and (max-width: 640px) {
    html {
        font-size: .75px;
    }

}

body {
    font-size: 16rem;
    color: #000000;
    font-family: "Noto Sans JP";
    font-feature-settings: 'palt' on;
    min-width: 375px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.maru {
    font-family: "Zen Maru Gothic", serif;
}




.inner {
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

/* グローバルまたは共通スタイルとして定義 */
:root {
    /* Desktop SVGs */
    --tooth-svg-downward: url('data:image/svg+xml;utf8,<svg width="30" height="15" viewBox="0 0 30 15" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 15,15 30,0" fill="white"/></svg>');
    --tooth-svg-upward: url('data:image/svg+xml;utf8,<svg width="30" height="15" viewBox="0 0 30 15" xmlns="http://www.w3.org/2000/svg"><polygon points="0,15 15,0 30,15" fill="white"/></svg>');

    /* Mobile SVGs */
    --tooth-svg-downward-mobile: url('data:image/svg+xml;utf8,<svg width="22" height="11" viewBox="0 0 22 11" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 11,11 22,0" fill="white"/></svg>');
    --tooth-svg-upward-mobile: url('data:image/svg+xml;utf8,<svg width="22" height="11" viewBox="0 0 22 11" xmlns="http://www.w3.org/2000/svg"><polygon points="0,11 11,0 22,11" fill="white"/></svg>');
}

/*fv
================================================*/


#fv {
    position: relative;
    padding: 35px 0 calc(143px + 6.4%);
    margin: 0 auto ;
    background: url(../img/bk_main.png) center top no-repeat;
    background-color: #ECC332;
    background-size: cover;
    z-index: 1;
}


#fv h1 {
    margin: 0 0 65px;
}

#fv h1 img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width:670px) {
    #fv {
        padding: 23px 0 calc(143px + 6.4%);
        background: url(../img/bk_main_s.png) center top no-repeat;
        background-color: #ECC332;
        background-size: cover;
        margin: 0 auto;
    }


    #fv h1 {
        margin-bottom: 56px;
    }
}




/*about
================================================*/

.about .inner {
    max-width: 770px;
    margin: 0 auto;
}

.about .txt {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 50px;
}

.about .box {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    max-width: 673px;
    margin: 0 auto 50px;
}

.about .box li {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    flex: 1;
}

.about .box a:hover {
    opacity: .75;
}

.about .box li img {
    max-width: 100%;
}

.about .box li:first-of-type {
    max-width: 49px;
}

@media screen and (max-width:670px) {
    .about .inner {
        padding: 0 20px;
    }
    .about .txt {
        font-size: 15px;
    }

    .about .box {
        padding: 8px 16px;
    }

    .about .box li {
        font-size: 12px;
        line-height: 1.7;
    }

    .about .box li:first-of-type {
        max-width: 40px;
    }
}


/*parts
================================================*/

.btn a {
    display: block;
    max-width: 420px;
    width: 100%;
    border: 6px solid rgba(255, 255, 255, .6);
    position: relative;
    text-align: center;
    padding: 25px 16px;
    transition: .3s;
    border-radius: 20px;
}

.btn a:hover {
    border: 4px solid rgba(255, 255, 255, .6);
    padding: 27px 18px;
}

.btn a>img {
    height: 28px;
    width: auto;
}

.btn a i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
}

.btn a i img {
    width: 100%;
    height: auto;
}

.btn_fanclub a {
    background: #EF8200;
}

.btn_line a {
    background: #25A21C;
}

.btn_entry a {
    background: #FB404E;
    max-width: 500px;
    margin: 0 auto;
    padding: 15px 16px;
}

.btn_entry a:hover {
    border: 4px solid rgba(255, 255, 255, .6);
    padding: 17px 18px;
}

.btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    gap: 20px;
}

.btns>li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px) / 2);
}

@media screen and (max-width:1110px) {
    .btns {
        flex-direction: column;
        gap: 10px;
    }
    .btn a i {
        display: none;
    }

    .btns>li {
        width: 100%;
        max-width: 300px;
    }

    .btn a>img {
        height: 22px;
    }

    .btn a {
        padding: 23px 16px;
    }

    .btn a:hover {
        padding: 25px 18px;
    }

    .btn_entry a {
        padding: 20px 16px;
        max-width: 310px;
    }

    .btn_entry a>img {
        height: 18px;
        width: auto;
    }

    .btn_entry a i {
        display: block;
        width: 16px;
        height: 16px;
    }
}


/*course
================================================*/

#course {
    position: relative;
    z-index: 5;
}

#course .inner {
    position: relative;
    z-index: 5;
}

.course-premium {
    background-image: url(../img/bk_premium02.png),url(../img/bk_premium.png);
    background-position: center top 100px , center top;
    background-size: 100% auto,cover;
    background-repeat: no-repeat;
    padding: 4.16% 0 calc(150px + 6.4%);
    margin-top: -6.4%;
}

.course-special {
    background-image: url(../img/bk_special02.png),url(../img/bk_special.png);
    background-position: center top 90px , center top;
    background-size: 100% auto,cover;
    background-repeat: no-repeat;
    padding: 4.16% 0 calc(150px + 6.4%);
    margin-top: -6.4%;
}

.course-challenge {
    background-image: url(../img/bk_challenge02.png),url(../img/bk_challenge.png);
    background-position: center top 150px , center top;
    background-size: 100% auto,cover;
    background-repeat: no-repeat;
    padding: 4.16% 0 150px;
    margin-top: -6.4%;
}

.course-premium .prize h3 {
    background-color: #C01A27;
}

.course-premium .prize h3 span {
    color: #C01A27;
}

.course-premium .prize li {
    border: 5px solid #C01A27;
}

.tit_course {
    max-width: 570px;
    position: relative;
    margin: 0 auto 54px;
}

.tit_course img {
    max-width: 100%;
    height: auto;
}

.fig_prize01 {
    position: absolute;
    max-width: 136px;
    left: -188px;
    top: -60px;
    z-index: 1;
}

.fig_prize02 {
    position: absolute;
    max-width: 185px;
    right: -208px;
    top: -54px;
    z-index: 1;
}

.fig_prize03 {
    position: absolute;
    max-width: 150px;
    left: -202px;
    top: -60px;
    z-index: 1;
}

.fig_prize04 {
    position: absolute;
    max-width: 155px;
    right: -201px;
    top: -60px;
    z-index: 1;
}

.fig_prize05 {
    position: absolute;
    max-width: 167px;
    left: -204px;
    top: -64px;
    z-index: 1;
}

.fig_prize06 {
    position: absolute;
    max-width: 154px;
    right: -203px;
    top: -50px;
    z-index: 1;
}

.fig_prize_s01 {
    position: absolute;
    max-width: 209px;
    top: -153px;
    left: 8px;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.fig_prize_s02 {
    max-width: 270px;
    margin: 100px auto 0;
}

.fig_prize_s02 img {
    max-width: 100%;
}

.prize {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: center;
}

.prize li {
    border-radius: 24px;
    overflow: hidden;
    border: 5px solid #FB404E;
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px) / 3);
    min-width: 380px;
}

.prize img {
    max-width: 100%;
}

.prize h3 {
    background-color: #FB404E;
    padding: 5px 8px 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .02em;
}

.prize h3 span {
    color: #FB404E;
    background-color: #fff;
    padding: 2px 17.5px;
    border-radius: 100vmax;
    display: block;
    width: fit-content;
    margin: 0 auto 8px;
}

.prize div {
    padding: 10px 30px 16px;
    background-color: #fff;
    height: 100%;
}

.prize figure {
    max-width: 320px;
    margin: 0 auto 10px;
}

.prize p {
    font-size: 15px;
    line-height: 1.6;
}

@media screen and (max-width:1150px) {
    .fig_prize01 {
        display: none;
    }
    
    .fig_prize02 {
        display: none;
    }
    
    .fig_prize03 {
        display: none;
    }
    
    .fig_prize04 {
        display: none;
    }
    
    .fig_prize05 {
        display: none;
    }
    
    .fig_prize06 {
        display: none;
    }
    
}


@media screen and (max-width:960px) {
    .course-premium {
        background-image: url(../img/bk_premium02_s.png),url(../img/bk_premium.png);
        background-position: center top 8px , center top;
        padding: 12% 0 calc(60px + 6.4%);
    }
    
    .course-special {
        background-image: url(../img/bk_special02_s.png),url(../img/bk_special.png);
        background-position: center top , center top;
        padding: 12% 0 calc(60px + 6.4%);
    }
    
    .course-challenge {
        background-image: url(../img/bk_challenge02_s.png),url(../img/bk_challenge.png);
        background-position: center top 30px , center top;
        padding: 12% 0 54px;
    }

    .tit_course {
        margin: 0 auto 40px;
    }
    
    .prize li {
        width: 100%;
        min-width: initial;
        max-width: 480px;
    }
    
    .prize h3 {
        font-size: 18px;
    }
    
    .prize h3 span {
        font-size: 20px;
    }

    
    .prize figure {
        max-width: 266px;
    }
    
    .prize p {
        font-size: 12px;
    }
}

/*more
================================================*/

#more {
    padding: 80px 0;
    position: relative;
    margin: 0 auto;
    background-color: #5AB800;
}


#more .inner {
    position: relative;
    z-index: 1;
}

#tit_more {
    max-width: 840px;
    margin: 0 auto 50px;
}

#tit_more img {
    width: 100%;
    height: auto;
    display: block;
}

#more .txt {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
    margin: 50px 0;
}


@media screen and (max-width:670px) {
    #more {
        padding-bottom: 100px;
    }


    #tit_more {
        padding: 0 5px;
        margin-bottom: 30px;
        max-width: 480px;
    }

    #more .txt {
        font-size: 16px;
        padding: 0 32px;
        margin: 0 0 30px;
    }

    #more .note {
        font-size: 12px;
        margin: 0 0 24px;
    }

}

#flow {
    display: flex;
    flex-wrap: wrap;
    max-width: 1152px;
    margin: 50px auto 0;
    gap: 26px 24px;
    position: relative;
}

#flow>li {
    border-radius: 24px;
    border: 3px solid #089114;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: calc((100% - 24px) / 2);
}


#flow>li h3 {
    border-radius: 18px 18px 0 0;
    background: #089114;
    padding: 12px 8px 16px 8px;
    text-align: center;
}

#flow>li h3 img {
    height: 28px;
    width: auto;
}

#flow ul {
    padding: 16px 24px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#flow ul>li {
    display: flex;
    flex-direction: column;
}

#flow ul>li:nth-of-type(1) {
    width: 300px;
    margin: 0 24px 0 0;
    text-align: center;
}

#flow ul>li:nth-of-type(2) {
    width: calc(100% - 300px - 24px);
}

#flow ul>li:nth-of-type(1) p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 8px;
}

#flow ul>li:nth-of-type(1) p span {
    display: block;
    font-size: 16px;
    margin: 8px 0 0;
    font-weight: 400;
}

.arrow_b {
    width: 30px;
    margin: 0 auto 8px;
}

.arrow_b img {
    width: 100%;
    height: auto;
}

.img_flow img {
    width: 100%;
    height: auto;
}

.fig_flow01_s {
    display: none;
}

#more>.btn_fanclub {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}


#more>.fig_main01 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    width: 372px;
    height: 329px;
    z-index: 10;
}

#more>.fig_main01 img {
    width: 100%;
    height: auto;
}


@media screen and (max-width:1150px) {

    #flow ul>li:nth-of-type(1) {
        width: 270px;
        margin: 0 16px 0 0;
    }

    #flow ul>li:nth-of-type(2) {
        width: calc(100% - 270px - 16px);
    }

    #flow ul>li:nth-of-type(1) p {
        font-size: 20px;
    }

    #flow ul>li:nth-of-type(1) p span {
        font-size: 14px;
    }

    .br01 {
        display: block;
    }
}

@media screen and (max-width:960px) {

    #flow {
        max-width: 680px;
        margin: 50px auto 0;
    }

    #flow>li {
        width: 100%;
    }

}

@media screen and (max-width:670px) {

    #flow {
        margin: 50px auto 0;
    }

    #flow>li h3 {
        padding: 12px;
    }

    #flow>li h3 img {
        height: 21px;
        width: auto;
    }

    #flow ul {
        padding: 26px 36px;
    }

    #flow ul>li:nth-of-type(1) {
        width: 100%;
        margin: 0 0 16px;
    }

    #flow ul>li:nth-of-type(2) {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    #flow ul>li:nth-of-type(1) p {
        font-size: 20px;
    }

    #flow ul>li:nth-of-type(1) p span {
        font-size: 16px;
    }

}

/*main
================================================*/


#main {
    padding: 80px 0;
    position: relative;
    color: #fff;
    background: url(../img/main_bg.jpg) center top no-repeat;
    background-size: cover;
}



#main .inner {
    max-width: calc(1010px + 24px * 2);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#main ol {
    margin: 0 auto;
}

#main ol li {
    max-width: 700px;
    padding: 24px 108px;
    border-radius: 24px;
    border: 4px solid #FB8B40;
    background: #FFF;
    color: #000;
    margin: 0 auto;
}

#main ol li:not(:last-of-type) {
    margin-bottom: 16px;
}

#main ol li h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 150%;
    padding: 0 0 16px;
    border-bottom: 1px solid #000;
    margin: 0 0 16px;
}

#main ol li p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.05em;
}

#main ol li p small {
    font-size: 16px;
}

#main ol li p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.7px;
    padding: 8px 0 0;
}

#main ol li p.note {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    letter-spacing: .05em;
}

#terms {
    margin-bottom: 80px;
    position: relative;
}

#terms h2 {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

#terms h2 img {
    height: 60px;
    width: auto;
}



@media screen and (max-width:670px) {

    #main {
        background: url(../img/main_bg_s.jpg) center top no-repeat;
        background-size: cover;
    }

    #terms {
        margin-bottom: 70px;
    }

    #terms h2 {
        margin: 0 auto 24px;
    }

    #terms h2 img {
        height: 45px;
        width: auto;
    }


    #main ol li {
        padding-left: 16px;
        padding-right: 16px;
    }

    #main ol li h3 {
        font-size: 19px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    #main ol li p {
        font-size: 18px;
    }
    #main ol li p small {
        font-size: 16px;
    }

}

#announcement h2 {
    margin: 0 auto 30px;
    text-align: center;
}

#announcement h2 img {
    height: 60px;
    width: auto;
}


@media screen and (max-width:670px) {


    #announcement h2 {
        margin: 0 auto 24px;
    }

    #announcement h2 img {
        height: 45px;
        width: auto;
    }

    #announcement .box {
        max-width: 600px;
        margin: 0 auto;
        padding: 18px 12px;
        border-radius: 8px;
    }

}

@media screen and (max-width:450px) {
    .badge {
        width: 101px;
        height: 99px;
    }
}

/*info
================================================*/

#info {
    background: #F53944;
    padding: 80px 0;
}

#info .inner {
    max-width: calc(1280px + 24px * 2);
    margin: 0 auto;
}

#info h3 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 40px;
    font-weight: 900;
    line-height: 90%;
    margin: 0 auto 40px;
}

#caution {
    max-width: 767px;
    margin: 0 auto 80px;
}

#caution ul {
    padding-left: 1.25em;
    margin: 0 auto 32px;
}


#caution li {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    list-style-type: disc;

}

#caution p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
}

#contact p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.25px;
}

#contact p a {
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
}

#contact p a:hover {
    opacity: .75;
}

@media screen and (max-width:670px) {
    #info {
        padding: 80px 0;
    }

    #info .inner {
        padding: 0;
    }

    #info h3 {
        font-size: 30px;
        margin: 0 auto 32px;
    }

    #caution {
        padding: 0 20px;
    }

    #caution li,
    #caution p {
        font-size: 13.5px;
    }

    #contact p {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.938px;
    }
}

/*footer
================================================*/
#footer {
    padding: 40px 10px;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
}

#footer .inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

#footer ul {
    margin: 0 auto 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

#footer ul li {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
}

#footer li img {
    height: 50px;
    width: auto;
}

#footer div {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    margin: 0 0 16px;
}

#footer div p:nth-of-type(1) {
    margin: 0 0 16px;
    font-size: 14px;
}

#footer div p:nth-of-type(2) {
    font-size: 12px;
}

#footer .inner>p {
    font-size: 12px;
}


/*bits
================================================*/
@media screen and (min-width:1000px) {}

.pc_none {
    display: none !important;
}

.sp_none {
    display: block !important;
}

@media screen and (max-width:670px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}

/*
@media screen and (max-width:670px) {
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  dt,
  dd {
    display: flex;
    flex-direction: column;
  }
}
*/