@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: #3B9AED;
    font-family: "Zen Kaku Gothic New";
    font-feature-settings: 'palt' on;
    min-width: 320px;
    position: relative;
    margin: 0 auto;
    background: #EFFCFF;
}
.wrap {
    overflow: hidden;
    background-color: #f3f8ff;
}

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


@media screen and (max-width:670px) {
    #fv {
        --fv-bottom-height: 20.36vw;
    }

    #fv {
        --fv-bottom-height: 20.36vw;
    }

    .wrap {
        background-color: #f3f8ff;
    }
    
}



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


/*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;
    }
}


/* グローバルまたは共通スタイルとして定義 */
: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;
    z-index: 4;
    width: 100%;
    height: auto;
    pointer-events: none;
}

#fv {
    --fv-bottom-height: 6.25vw;
}

@media screen and (min-width:671px) {
    #fv {
        height: min(50.78125vw, 700px);
    }

    #fv h1 {
        height: calc(100% - var(--fv-bottom-height));
        overflow: hidden;
    }

    #fv h1 img.sp_none {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

#fv::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: var(--fv-bottom-height);
    left: 0;
    z-index: 5;
    max-height: 548px;
    margin: 18px 0;
    background-image: url(../img/fv_ttl.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    pointer-events: none;
}

#fv h1 {
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

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

.fv_fig {
    position: absolute;
    top: calc((100% - var(--fv-bottom-height)) / 2);
    z-index: 2;
    height: min(78%, calc(100% - var(--fv-bottom-height) - 32px));
    max-height: 548px;
    transform: translateY(-50%);
    pointer-events: none;
}

.fv_fig img {
    display: block;
    width: auto;
    height: 100%;
}

.fv_fig_sp img,
.fv_bottom_img img {
    display: block;
    width: 100%;
    height: auto;
}

.fv_fig_left {
    left: max(0px, calc((100% - 1440px) / 2));
}

.fv_fig_right {
    right: max(0px, calc((100% - 1440px) / 2));
}

.fv_fig_sp {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.fv_bg_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}

.fv_bg_top img {
    display: block;
    width: 100%;
    height: auto;
}

.fv_bottom_img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    width: 100%;
    pointer-events: none;
}


@media screen and (max-width:670px) {
    #fv {
        --fv-bottom-height: 20.36vw;
    }

    #fv::before {
        background-image: url(../img/fv_ttl_s.png);
        background-size: 100% auto;
        background-position: center top;
        top: 62px;
        bottom: 0;
        height: auto;
        max-height: 100%;
        margin: 0;
    }

    .fv_fig_top {
        top: 0;
        z-index: 2;
    }

    .fv_fig_bottom {
        bottom: calc(var(--fv-bottom-height) + 8px);
        z-index: 4;
    }
} 


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

.about {
    position: relative;
    z-index: 3;
    margin-top: 0;
    padding: 20px 35px;
}

.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 294px;
    aspect-ratio: 588 / 776;
    background-image: url(../img/about_bg_img_01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
}

.about::after {
    content: "";
    position: absolute;
    bottom: -15%;
    right: 0;
    width: 320px;
    aspect-ratio: 640 / 870;
    background-image: url(../img/about_bg_img_02.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
}

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

.about>.inner {
    max-width: 750px;
    margin: 0px auto 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.about .txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    color:#3B4959;
    text-align: center;
    margin-top: 40px;
}


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

    .about {
        padding-bottom: 82px;
    }

    .about::before{
        left: -120px;
    }

     .about::after{
        right: -60px;
        width: 200px;
    }

    .about .txt {
        font-size: 18px;
        line-height: 1.8;
    }

}


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

.btn {
    max-width: 350px;
}

.btn a {
    display: block;
    width: 100%;
    position: relative;
    filter: drop-shadow(0px 5px 0 #fff);
    transition: all .4s;
}

.btn a:hover {
    filter: drop-shadow(0 0 0 #fff);
}

.btn a[href="https://autorace.jp/line/"] {
    filter: drop-shadow(0px 5px 0 #4B535A);
}

.btn a[href="https://autorace.jp/line/"]:hover {
    filter: drop-shadow(0 0 0 #4B535A);
}

.btn img {
    width: 100%;
}

.btn_entry {
    margin: auto;
    position: relative;
    margin-top: 48px;
    z-index: 999;
}

.btn_line{
    position: relative;
    margin-top: 64px;
}

.btn_fanclub{
    position: relative;
    margin-top: 64px;
}

.btn_fan {
    max-width: 350px;
    margin: 40px auto 0;
    position: relative;
    z-index: 2;
}


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

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

.btns>li a {
    filter: drop-shadow(0px 5px 0 #fff);
}

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

    .btn {
        max-width: 320px;
    }

    .btns {
        flex-direction: column;
        gap: 20px;
        margin-top: 50px;
    }

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

    .btn_entry {
        max-width: 300px;
    }

    .btn_fan {
        max-width: 320px;
    }

    .btn_fanclub::before{
        display: none;
    }

    .btn_fanclub{
        margin-top: 0;
    }
}


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

#course {
    --course-edge-height: 12.734375vw;
    position: relative;
    background-color: #FFFDF7;
    margin-top: var(--course-edge-height);
    margin-bottom: var(--course-edge-height);
    z-index: 4;
}

#course::before,
#course::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

#course::before {
    background-image: url(../img/bg_course_top.png);
    aspect-ratio: 2560 / 326;
    bottom: calc(100% - 1px);
    bottom: 100%;
    background-position: center bottom;
    margin-bottom: -2px;
}

#course::after {
    background-image: url(../img/bg_course_bottom.png);
    aspect-ratio: 2560 / 326;
    top: 100%;
    background-position: center top;
    margin-top: -2px;
    z-index: 2;
}

.fig_course01 {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    max-width: 302px;
}

.fig_course02 {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    right: 0px;
    max-width: 320px;
}

#course .inner {
    max-width: 723px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
}


#course img {
    max-width: 100%;
    height: auto;
}

#course ul {
    display: flex;
    flex-direction: column;
    gap: 64px;
    position: relative;
    z-index: 10;
}

#course li {
    position: relative;
    padding: 20px 20px;
}

#course h3 {
    display: flex;
    justify-content: flex-start;
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
}

#course h3 .sp_none {
    height: 98px;
    width: auto;
}


.course-contents {
    display: flex;
    gap: 15px;
}

.course-contents::before{
    content: "";
    position: absolute;
    background-image: url(../img/img_course_num.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -30px;
    left: auto;
    width: 67px;
    height: 50px;
    display: block;
}

.course-contents figure {
    max-width: 320px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3B9AED;
    border-radius: 0 50px;
}

.course-contents img{
    border-radius: 0 50px;
}

.course-contents .course-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-contents .course-info p {
    font-size: 18px;
    line-height: 1.66;
    font-weight: 500;
    color: #4B535A;
    background-color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    border: 2px solid #3B9AED;
}

.course-contents .course-detail {
    margin-top: auto;
    background-color: #fff176;
    color: #5f7fe8;
    font-weight: 900;
    letter-spacing: .05em;
    font-size: 18px;
    line-height: 1.45;
    width: fit-content;
    border-radius: 100vmax;
    padding: 3px 34px;
    span {
        font-size: 22px;
    }
}


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

    .fig_course01.sp_none,
    .fig_course02.sp_none {
        display: none!important;
    }

    .fig_course01.pc_none {
        display: block!important;
        position: absolute;
        z-index: 3;
        top: -100px;
        left: 50%;
        width: 281px;
        transform: translateX(-50%);
    }
   
    #course .inner {
        padding: 100px 0 20px;
    }
}

@media screen and (max-width:670px) {
    #course {
        --course-edge-height: 31.29771vw;
    }

    .fig_course01 .pc_none {
        display: block!important;
        position: absolute;
        z-index: 3;
        top: 600px;
        max-width: 281px;
    }
    

    #course::before{
       background-image: url(../img/bg_course_top_s.png);
       aspect-ratio: 786 / 246;
       bottom: 100%;
       background-position: center bottom;
    }
    
    #course::after{
       background-image: url(../img/bg_course_bottom_s.png);
       aspect-ratio: 786 / 246;
       top: 100%;
       background-position: center top;
    }

    #course .inner {
        padding: 200px 0 20px;
    }

    .course-contents figure {
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
    }

    #course ul {
        gap: 50px;
    }

    #course h3 {
        font-size: 20px;
    }

    .course-contents {
        flex-direction: column;
        position: relative;
    }

    .course-contents::before{
        top: -50px;
        left: calc((100% - min(320px, 100%)) / 2);
    }

    .course-contents .course-info p {
        font-size: 16px;
        line-height: 1.875;
    }
}


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

#more {
    --more-edge-overlap: 12.734375vw;
    position: relative;
    margin-top: calc(var(--more-edge-overlap) * -1);
    padding-top: var(--more-edge-overlap);
    background-color: #A3D8FF;
}

#more .inner {
    position: relative;
    padding-bottom: 100px;
}

#more::before {
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/more_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    top: 0;
    left: 0;
    pointer-events: none;
}

#tit_more {
    max-width: 959px;
    margin: 0 auto 48px;
    padding-top:160px;
    position: relative;
    z-index: 1;
}

#tit_more img {
    max-width: 100%;
    height: auto;
}

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

.more-box {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


.more-box p {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 500;
    color: #333844;
}

.more-box h4 {
    text-align: center;
    margin: 40px 0 20px;
}

.more-box h4 img {
    height: 47px;
}

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

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

    #more {
        --more-edge-overlap: 31.29771vw;
    }

    #more .inner {
        padding: 0 0 90px;
    }

    #tit_more {
        width: 330px;
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

        #tit_more:after {
        display: none;
    }

    .more-box {
        padding: 0 20px;
    }

    .more-box:after {
        display: none;
    }

    .more-box p {
        font-size: 18px;
    }
}


#flow {
    margin: 0 auto 0;
    background-image: url(../img/more_bg.png);
    position: relative;
    z-index: 1;
    background-color: #A3D8FF;
}

#flow .inner {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*.tit_flow {
    text-align: center;
    background-color:#8dc556;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 2;
    padding: 4px;
    margin-bottom: 40px;
}*/

.tit_flow {
    position: relative;
    z-index: 1;
}

.tit_flow img{
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
}

.tit_txt {
    font-size: 22px;
    line-height: 1.54;
    font-weight: 500;
    margin-bottom: 40px;
    color: #252525;
}

.flow_list {
    display: flex;
    gap: 30px 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.flow_list>li:nth-child(odd) {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px) / 2);
    padding: 20px 25px;
    position: relative;
    border-radius: 20px;
}

.flow_list>li:nth-child(even){
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px) / 2);
    padding: 20px 25px;
    position: relative;
    border-radius: 20px;
}

.flow_list>li h4 {
    width: 90px;
    margin-bottom: 10px;
}

.flow_list>li h4 img {
    width: 100%;
}


.flow_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    gap: 8px;
}

.flow_list ul>li {
    display: flex;
    flex-direction: column;
}

.flow_list ul>li:nth-of-type(1) {
    flex: 1;
}

.flow_list ul>li:nth-of-type(2) {
    max-width: 200px;
    flex: 1;
}

.flow_list ul>li:nth-of-type(1) p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 18px;
    color: #53565e;
    font-family: "noto sans JP";
}

.flow_list ul>li:nth-of-type(1) span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #53565e;
}

.arrow_b {
    width: 26px;
    margin: 0 auto 12px;
}

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

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

.fig_flow01_s {
    display: none;
}



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

    #flow .inner {
        padding: 0 20px;
    }
    

    .flow_list {
        flex-direction: column;
    }

    .flow_list>li {
        width: 100%;
    }

    .flow_list>li {
        padding: 80px 15px 20px;
    }

    .flow_list>li:nth-child(odd),
    .flow_list>li:nth-child(even){
        width: 100%;
        text-align: center;
        border-left: 0;
        border-right: 0;
    }

    .flow_list>li h4 {
        width: 90px;
    }

    .flow_list>li h4 span {
        font-size: 20px;
    }

    .flow_list>li h3 {
        padding: 12px;
    }

    .flow_list>li h3 img {
        height: 21px;
        width: auto;
    }

    .flow_list ul {
        padding: 0;
        flex-direction: column;
        align-items: center;
    }

    .flow_list ul>li {
        width: 100%;
        margin: 0 0 16px;
        flex: 1;
    }

    .flow_list ul>li:nth-of-type(1) p {
        font-size: 16px;
    }

    .flow_list ul>li:nth-of-type(2) {
        margin-bottom: 0;
        max-width: 280px;
    }


    .flow_list ul>li:nth-of-type(1) p strong {
        font-size: 22px;
    }

    .flow_list li ul span {
        font-size: 14px;
        margin-top: 18px;
        text-align: center;
        line-height: 1.4;

    }

    .flow_list ul>li:nth-of-type(1) p:last-of-type {
        margin-bottom: 0;
    }

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

}

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

    #flow {
        
    }

    #flow::before {
        background-image: url(../img/bg_main_s.png);
        background-size: cover;
    }

    .flow_list>li:nth-child(odd),
    .flow_list>li:nth-child(even) {
        padding: 25px;
    }

    .flow_list>li h4 {
        width: 90px;
    }

    .tit_flow {
        line-height: 1.2;
        font-size: 24px;
        margin-bottom: 22px;
    }

    .tit_flow span {
        font-size: 34px;
        letter-spacing: .05em;
    }

    .tit_txt {
        font-size: 18px;
        line-height: 1.5;
        padding: 0 5px;
        margin-bottom: 25px;
    }


}

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


#main {
    --main-edge-height: 12.734375vw;
    position: relative;
    z-index: 2;
    overflow: visible;
    background-color: #FFFDF7;
    margin-top: var(--main-edge-height);
    padding: 80px 0;
}

#main > * {
    position: relative;
    z-index: 2;
}


#main::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    aspect-ratio: 2560 / 326;
    background-image: url(../img/bg_entry_top.png);
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: -2px;
    pointer-events: none;
    z-index: 0;
}


.main-bottom-bg {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 2560 / 326;
    background-color: #EFFCFF;
    background-image: url(../img/bg_entry_bottom.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -2px;
    pointer-events: none;
}


#main .inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#main ol {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#main ol li {
    padding: 30px 32px;
    border-top: 2px solid #3B9AED;
    color: #53565e;
    margin: 0 auto;
    width: 100%;
}

#main ol li h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    gap: 18px;
    align-items: center;
    color: #53565e;
    padding-bottom: 25px;
}

#terms ol li h3:after {
    content: "2026年7月1日(水)～7月31日(金)";
    display: block;
    margin-left: auto;
}

#terms ol li h3:first-of-type {
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 25px;
}

.no_after:after {
    display: none!important;
}

#main ol li h3 span {
    display: block;
    max-width: 36px;
}

#main ol li h3 .terms-heading-text {
    display: inline;
    max-width: none;
}

#main ol li h3 img {
    display: block;
    width: 100%;
    height: auto;
}

#main ol li p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #53565e;
    padding-top: 26px;
    margin-top: 22px;
}

#main ol li p:first-of-type {
    border-top: 2px solid #CCCCCC;
}

#terms ol li p:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#main ol li p small {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

#main ol li p.text-left {
    text-align: left;
}

#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 h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #53565e;
    letter-spacing: .05em;
}

#main ol li h4 span {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .05em;
    color: #53565e;
    margin-top: 15px;
    font-weight: 400;
}

#main ol li p.note {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

#main ol li p.note span {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.7;
    padding-top: 0;
}

#main ol li p.note > span:nth-child(2){
    margin-left: auto;
}

#main ol li p.note > span:nth-child(2) {
    font-size: 28px;
}

#main ol li p.note .date-lg {
    font-size: 38px;
}

#main ol li p.suppl {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: .05em;
    color: #53565e;
    text-align: left;
    padding: 0;
    border: none;
}


#main h2 {
    max-width: 260px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


#main h2 img {
    width: 100%;
}

.fig_main {
    max-width: 329px;
    z-index: 2;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

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

#terms {
    margin-bottom: 60px;
}


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

    #main {
        --main-edge-height: 31.29771vw;
        z-index: 2;
        overflow: visible;
        padding: 16px 0;
    }

    #main::before {
        background-image: url(../img/bg_entry_top_s.png);
        aspect-ratio: 786 / 246;
    }

    #main::after {
        background-image: url(../img/bg_entry_bottom_s.png);
        aspect-ratio: 786 / 246;
    }


    .fig_main {
        max-width: 254px;
        margin: 80px auto 0;
        position: initial;
    }

    #main .inner {
        position: relative;
        z-index: 4;
        padding: 0 20px;
    }
    

    #main h2 {
        margin: 0 auto;
        max-width: 212px;
        top: auto;
    }

    #main ol li {
        padding: 30px 32px;
    }
    
    #main ol li h3 {
        font-size: 22px;    
        line-height: 170%;
        display: flex;
        gap: 16px;
        text-align: left;
        flex-wrap: wrap;
    }

    #terms ol li h3.no_after {
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    #terms ol li h3.no_after > span:first-child {
        flex: 0 0 36px;
    }

    #terms ol li h3.no_after .terms-heading-text {
        flex: 1;
        max-width: none;
        min-width: 0;
    }

    #main ol li p.note > span:nth-child(2){
        margin-left: 0;
        font-size: 28px;
    }

    #main ol li p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        margin-top: 22px;
        padding-top: 26px;
    }


    #main ol li p strong {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: .05em;
        font-weight: 900;
    }

    #main ol li p.note {
        text-align: center;
        flex-direction: column;
        gap: 11px;
        
    }
    #main ol li p.note span {
        padding-top: 0;
        display: block;
    
    }

    #main ol li p.note .date-lg {
        display: inline;
    }

    #main ol li p.note > span:nth-child(2) {
        white-space: nowrap;
    }

    #main ol li p.note span:first-of-type {
        line-height: 1;
    }
    
    #main ol li p.suppl {
        font-size: 18px;
        line-height: 1.4;
    }
    
    #main ol li h4 span {
        margin-top: 15px;
        font-size: 18x;
        line-height: 1.4;
    }

    #terms {
        margin-bottom: 60px;
    }

    #terms ol li h3:after {
    display: flex;
    margin-left: 0;
}
}


@media screen and (max-width:670px) {
    #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 {
    padding: 80px 0 100px;
    position: relative;
    z-index: 3;
    background-color: #EFFCFF;
}

#info::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 301px;
    aspect-ratio: 602 / 1618;
    background-image: url(../img/fig_caution_01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
}

#info::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 279px;
    aspect-ratio: 558 / 776;
    background-image: url(../img/fig_caution_02.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    pointer-events: none;
}


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

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

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

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


#caution li {
    color: #333844;
    font-family: "noto sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    list-style-type: disc;

}

#caution p {
    color: #333844;
    font-family: "noto sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
}

.tit_caution h3 {
    margin-bottom: 0!important;
    line-height: 1; 
}

.tit_caution{
    background-color: #fff;
    padding: 0 50px;
    margin: 0 auto 40px;
    width: 260px;
    height: 60px;
    display: flex;          
    align-items: center;     
    justify-content: center; 
    box-shadow: 0 5px 0 0 #80BAFB;
}

.tit_caution {
    max-width: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 25px;
    background: transparent;
    display: block;
    box-shadow: none;
}

.tit_caution::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 2px solid #3B9AED;
    margin-top: 0;
}

.tit_caution h3 {
    max-width: 260px;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.tit_caution h3 img {
    display: block;
    width: 100%;
    height: auto;
}

#contact h3 {
    color: #333844;
    font-family: "noto sans JP";
}

#contact p {
    color: #333844;
    font-family: "noto sans JP";
    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 80px;
        position: relative;
        z-index: 3;
    }

    #info::before {
        display: none;
    }

    #info::after{
        display: none;
    }


    #info .inner {
        position: relative;
        z-index: 4;
        padding: 0;
    }

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

    .tit_caution {
        max-width: none;
    }

    .tit_caution h3 {
        max-width: 212px;
    }

    #caution {
        padding: 0 20px;
    }

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

    #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: #333844;
}

#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 16px;
}

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

#footer div {
    border-top: 1px solid #53565e;
    border-bottom: 1px solid #53565e;
    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: 18px;
    line-height: 1.66;
}

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

@media screen and (max-width:670px) {
    #footer div p:nth-of-type(2) {
        font-size: 14px;
        line-height: 1.66;
    }
    
}


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