body{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    min-width: 315px;
    font-feature-settings: "palt";
}
img{
    max-width: 100%;
}
iframe{
    max-width: 100%;
}
a{
    box-sizing: border-box;
}
.a-otf{
    font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
}
.din{
    font-family: "din-2014", sans-serif;
}
.u-desktop{
    display: none;
}
.u-mobile{
    display: block;
}
.wrapper{
    width: calc(100% - 60px);
    margin: 0 auto;
}
.wrapper2{
    width: calc(100% - 110px);
    margin: 0 auto;
}
@media only screen and (max-width: 374px) {
    .wrapper{
        width: calc(100% - 30px);
    }
    .wrapper2{
        width: calc(100% - 45px);
    }
}
@media only screen and (min-width: 751px) {
    .u-desktop {
        display: block;
    }
    .u-mobile {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    .wrapper{
        width: 800px;
    }
    .wrapper2{
        width: 720px;
    }
}


.fv{
    aspect-ratio: 375/422;
    background-color: #6DD2E3;
    position: relative;
}
.fv__video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fv__video img,
.fv__video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fv__txt{
    /*
    max-width: 325px;
    width: calc(100% - 50px);
    */
    max-width: 450px;
    width: calc((325 / 375) * 100vw);
    position: absolute;
    top: calc(50% - 22px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.fv__ttl{
    margin-bottom: 20px;
}
.fv__ttl .en{
    max-width: 100%;
    margin: 0 auto 16px;
}
.fv__ttl .jp{
    font-size: 15px;
    letter-spacing: 0.56em;
    font-weight: bold;
    width: 100%;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.fv__period{
    width: calc(100% - 13px);
    margin: 0 auto;
}

@media only screen and (max-width: 374px) {
    .fv__ttl .jp{
        font-size: 14px;
        letter-spacing: 0.4em;
    }
}
@media only screen and (min-width: 751px) {
    .fv{
        height: 700px;
        aspect-ratio: unset;
    }
    .fv__txt{
        
    }
    .fv__ttl{
        margin-bottom: 30px;
    }
    .fv__ttl .en{
        margin-bottom: 24px;
    }
    .fv__ttl .jp{
        font-size: 20px;
        height: 32px;
    }
    .fv__period{
        width: calc(100% - 20px);
    }
}
@media only screen and (min-width: 1024px) {
    .fv{
        
    }
}
@media only screen and (min-width: 1440px) {
    .fv{
        height: auto;
        aspect-ratio: unset;
        position: unset;
        background-color: unset;
    }
    .fv__video{
        width: 400px;
        height: auto;
        position: static;
    }
    .fv__txt{
        
    }
    
}

#anc__entry{
    padding-top: calc(50vh - 85px);
    margin-top: calc((50vh - 85px) * -1);
}
#anc__prize,
#anc__work,
#anc__what,
#anc__summary,
#anc__schedule,
#anc__partner{
    padding-top: 85px;
    margin-top: -85px;
}

.prize::before,
.work::before,
.what::before,
.summary::before,
.schedule::before,
.partner::before{
    content: "";
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
}
.prize::before{
    height: calc(100% - 72px);
    top: 72px;
    background-color: #6DD2E3;
    z-index: -1;
}
.work::before{
    height: 36px;
    background-color: #6DD2E3;
}
.what::before{
    height: 36px;
    background-color: #fff;
}
.summary::before{
    height: 33px;
    background-color: #B6D600;
}
.schedule::before{
    height: 36px;
    background-color: #fff;
}
.partner::before{
    height: 33px;
    background-color: #FFB9FF;
}

.prize::after,
.work::after,
.what::after,
.summary::after,
.schedule::after{
    content: "";
    width: 25px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.prize::after{
    bottom: 10px;
    background-color: #fff;
}
.work::after{
    bottom: 33px;
    background-color: #B6D600;
}
.what::after{
    bottom: 25px;
    background-color: #fff;
}
.summary::after{
    bottom: 16px;
    background-color: #FFB9FF;
}
.schedule::after{
    bottom: 27px;
    background-color: #fff;
}


.fukidashi{
    width: 260px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.fukidashi span{
    font-size: 15px;
    letter-spacing: 0.12em;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 2;
}
.fukidashi::before{
    content: "";
    width: 276.5px;
    aspect-ratio: 276.5/53;
    position: absolute;
    right: -2px;
    bottom: -8px;
    display: block;
    background-image: url(../img/fukidashi_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 374px) {
    
}
@media only screen and (min-width: 751px) {
    .prize::before{
        height: calc(100% - 108px);
        top: 108px;
    }
    .work::before{
        height: 53px;
    }
    .what::before{
        height: 54px;
    }
    .summary::before{
        height: 48px;
    }
    .schedule::before{
        height: 54px;
    }
    .partner::before{
        height: 49px;
    }
    .prize::after,
    .work::after,
    .what::after,
    .summary::after,
    .schedule::after{
        width: 35px;
        height: 21px;
    }
    .prize::after{
        bottom: 15px;
    }
    .work::after{
        bottom: 49px;
    }
    .what::after{
        bottom: 37px;
    }
    .summary::after{
        bottom: 24px;
    }
    .schedule::after{
        bottom: 40px;
    }

    .fukidashi{
        width: 390px;
        height: 45px;
    }
    .fukidashi span{
        font-size: 22px;
    }
    .fukidashi::before{
        width: 412px;
        right: -3px;
        bottom: -12px;
    }
}
@media only screen and (min-width: 1440px) {
    .prize::before{
        height: calc(100% - 0px);
        top: 0;
    }
}



.prize{
    padding-bottom: 55px;
    position: relative;
    margin-top: -72px;
}
.prize__box{
    width: calc(100% - 85px);
    padding: 0 22.5px 15px;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}
.prize__box::before{
    content: "";
    width: 100%;
    height: calc(100% - 20px);
    background-color: #fff;
    box-shadow: 5px 5px 5px rgba(4, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.prize__ttl{
    max-width: 245px;
    margin: 0 auto 5px;
}
.prize__icon{
    width: 37px;
    margin: 0 auto 4.5px;
    display: block;
}
.prize__1st,
.prize__2nd{
    margin-bottom: 20px;
}
.prize__1st dt,
.prize__2nd dt{
    font-size: 14px;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #fff;
    background-color: #00B9D2;
    width: 100%;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 13px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
}
.prize__etc{
    margin-bottom: 15px;
}
.prize__etc dt{
    font-size: 12.5px;
    line-height: 1.25;
    letter-spacing: 0.12em;
    font-weight: bold;
    color: #00B9D2;
}
.prize__etc dt .small{
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
}
.prize__etc dt .note{
    font-size: 10px;
    line-height: 1.34;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
    display: block;
}
.prize__list{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.prize__list li{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.prize__list li::before{
    content: "";
    display: inline-block;
    width: 17.5px;
    aspect-ratio: 17.5/16.5;
    background-image: url(../img/icon_star.png);
    background-size: contain;
}
.prize__list li p{
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-color: rgba(0, 185, 210, 0.2);
    text-decoration-thickness: 6px;
    text-underline-offset: -2px;
    text-decoration-skip-ink: none;
}
.prize__list li p .small{
    font-weight: bold;
}
.prize__list li .small{
    font-size: 10px;
    line-height: 1.34;
    font-weight: 400;
}

@media only screen and (max-width: 374px) {
    .prize__box{
        width: calc(100% - 30px);
    }
}
@media only screen and (min-width: 751px) {
    .prize{
        padding-bottom: 82px;
        margin-top: -108px;
    }
    .prize__box{
        padding: 0 34px 22px;
        margin-bottom: 45px;
    }
    .prize__box::before{
        height: calc(100% - 30px);
        box-shadow: 7px 7px 7px rgba(4, 0, 0, 0.7);
    }
    .prize__ttl{
        max-width: 367px;
    }
    .prize__icon{
        width: 56px;
        margin: 0 auto 8px;
    }
    .prize__1st,
    .prize__2nd{
        margin-bottom: 30px;
    }
    .prize__1st dt,
    .prize__2nd dt{
        font-size: 21px;
        height: 40px;
        margin-bottom: 20px;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
    }
    .prize__etc{
        margin-bottom: 22px;
    }
    .prize__etc dt{
        font-size: 18px;
    }
    .prize__etc dt .small{
        font-size: 15px;
    }
    .prize__etc dt .note{
        font-size: 15px;
    }
    .prize__list{
        gap: 8px 0;
    }
    .prize__list li{
        gap: 7px;
    }
    .prize__list li::before{
        width: 26px;
    }
    .prize__list li p{
        font-size: 18px;
        text-decoration-thickness: 9px;
        text-underline-offset: -3px;
    }
    .prize__list li .small{
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) {
    
    .prize__box{
        max-width: 825px;
    }
    .prize__list{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .prize__list li{
        width: 50%;
    }
    
}
@media only screen and (min-width: 1440px) {
    .prize{
        padding-top: 85px;
        margin-top: 0;
    }
}

.work{
    background-color: #fff;
    padding-bottom: 82px;
    position: relative;   
}
.work__ttl{
    width: 329px;
    margin: 0 auto 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}
.work__ttl::before{
    
}
.work__ttl img{
    width: 100%;
}
.work__ttl p{
    font-size: 15px;
    letter-spacing: 0.12em;
    font-weight: bold;
    border-bottom: 3px solid #6DD2E3;
    padding-bottom: 4px;
}
.work__body{
    margin-bottom: 30px;
}
.work__list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.work__item{
    aspect-ratio: 16/9;
    border: 5px solid #6DD2E3;
}
.work__item iframe{
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 374px) {
    .work{
        
    }
    .work::before{
        height: 30px;
    }
    .work__ttl{
        width: 280px;
    }
}
@media only screen and (min-width: 751px) {
    .work{
        padding-bottom: 123px;
    }
    .work__ttl{
        width: 494px;
        margin-bottom: 40px;
        gap: 20px;
    }
    .work__ttl p{
        font-size: 22px;
        border-bottom: 5px solid #6DD2E3;
        padding-bottom: 6px;
    }
    .work__body{
        margin-bottom: 45px;
    }
    .work__list{
        gap: 20px;
    }
    .work__item{
        border: 7px solid #6DD2E3;
    }
}
@media only screen and (min-width: 1024px) {
  
}


.what{
    padding-bottom: 60px;
    background-color: #B6D600;
    position: relative;
}
.what__ttl{
    width: 325px;
    margin: 0 auto 32px;
    position: relative;
}
.what__body{
    margin-bottom: 20px;
}
.what__h3{
    margin: 30px auto 10px;
}
.what__concept{
    width: 250px;
    margin: 0 auto 10px;
    padding: 4px 0;
    border-bottom: 2px solid #fff;
}
/*
.what__concept{
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.14em;
    font-style: italic;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: table;
    margin: 0 auto 10px;
    padding-top: 2px;
}
*/
.what__desc{
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.06em;
}
.what__list{
    margin-top: 4px;
}
.what__list li{
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.06em;
    padding-left: 1em;
    text-indent: -1em;
}

@media only screen and (max-width: 374px) {
    .what::before{
        height: 30px;
    }
    .what__ttl{
        width: 280px;
    }
}
@media only screen and (min-width: 751px) {
    .what{
        padding-bottom: 90px;
    }
    .what__ttl{
        width: 487px;
        margin-bottom: 48px;
    }
    .what__body{
        margin-bottom: 30px;
    }
    .what__h3{
        margin: 45px auto 15px;
    }
    .what__concept{
        width: 375px;
        margin-bottom: 15px;
        padding: 6px 0;
        border-bottom: 3px solid #fff;
    }
    /*
    .what__concept{
        font-size: 37px;
        border-bottom: 3px solid #fff;
        margin-bottom: 15px;
        padding-top: 3px;
    }
    */
    .what__desc{
        font-size: 18px;
    }
    .what__list{
        margin-top: 6px;
    }
    .what__list li{
        font-size: 18px;
    }
}
@media only screen and (min-width: 1024px) {
  
}

.summary{
    background-color: #fff;
    padding-bottom: 50px;
    position: relative;
}
.summary__ttl{
    width: 320px;
    max-width: 100%;
    margin: 0 auto 28px;
    position: relative;
}
.summary__body{
    margin-bottom: 20px;
}
.summary__content{
    font-size: 12px;
    line-height: 1.41;
    background-color: #FFF600;
    margin-top: 25px;
    padding-bottom: 20px;
    position: relative;
}
.summary__content::before{
    content: "";
    background-color: #546700;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 100%;
    left: calc(50% + 73px);
    clip-path: polygon(0% 0, 100% 100%, 0 100%);
}
.summary__content p{
    
}
.summary__h4{
    font-size: 16px;
    letter-spacing: 0.12em;
    font-weight: bold;
    width: 146px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0 auto 12px;
    position: relative;
}
.summary__h4::before,
.summary__h4::after{
    content: "";
    background-color: #FFF600;
    position: absolute;
    width: calc(50% + 1px);
    height: 16px;
    bottom: -1px;
}
.summary__h4::before{
    left: -1px;
    clip-path: polygon(0% 0, 100% 100%, 0 100%);
}
.summary__h4::after{
    right: -1px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.summary__dl dd,
.summary__detail{
    width: calc(100% - 42px);
    margin: 0 auto;
}
.summary__dl > div{
    margin-top: 12px;
}
.summary__dl dt{
    line-height: 15px;
    letter-spacing: 0.02em;
    font-weight: bold;
    color: #fff;
    height: 15px;
    display: flex;
    background-color: #000;
    margin-bottom: 7px;
    overflow: hidden;
}
.summary__dl dt span{
    font-weight: bold;
    color: #000;
    width: 96px;
    text-align: center;
    background-color: #fff;
    margin-right: 20px;
    position: relative;
    display: block;
}
.summary__dl dt span::after{
    content: "";
    height: calc(100% + 6px);
    width: 7px;
    background-color: #000;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: -3px;
    right: -1px;
}
.summary__dl dd{
    
}
.summary__list li{
    padding-left: 1em;
    text-indent: -1em;
}
.summary__list li::before{
    content: "・";
}
.summary__h5{
    line-height: 1.45;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
}
.summary__h5::before{
    content: "■";
    color: #fff;
}
.summary__detail dl{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.summary__detail dl > div{
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.summary__detail dl dt{
    color: #fff;
    background-color: #000;
    padding: 0px 6px;
}


.summary__h5 + .summary__list,
.summary__h5 + p,
.summary__list + p,
.summary__list + dl{
    padding-left: 1em;
    
}
.summary__detail + .summary__detail{
    margin-top: 2px;
}

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

}
@media only screen and (min-width: 751px) {
    .summary{
        padding-bottom: 75px;
    }
    .summary__ttl{
        width: 480px;
        margin-bottom: 42px;
    }
    .summary__body{
        margin-bottom: 30px;
    }
    .summary__content{
        font-size: 18px;
        margin-top: 37px;
        padding-bottom: 26px;
    }
    .summary__content::before{
        width: 12px;
        height: 12px;
        left: calc(50% + 110px);
    }
    .summary__h4{
        font-size: 24px;
        width: 220px;
        height: 69px;
        margin-bottom: 18px;
    }
    .summary__h4::before,
    .summary__h4::after{
        height: 24px;
    }
    .summary__dl dd,
    .summary__detail{
        width: calc(100% - 63px);
    }
    .summary__dl > div{
        margin-top: 18px;
    }
    .summary__dl dt{
        line-height: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
    .summary__dl dt span{
        width: 144px;
        margin-right: 30px;
    }
    .summary__dl dt span::after{
        width: 10px;
    }
    .summary__detail dl > div{
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 6px;
    }
    .summary__detail dl dt{
        text-align: center;
        width: 5em;
        flex-shrink: 0;
    }

    .summary__detail + .summary__detail{
        margin-top: 3px;
    }
}
@media only screen and (min-width: 1024px) {
  
}



.schedule{
    padding-bottom: 75px;
    background-color: #FFB9FF;
    position: relative;
}
.schedule__ttl{
    width: 250px;
    margin: 0 auto 45px;
    position: relative;
}
.schedule__body{
    
}
.schedule__h3{
    font-size: 15px;
    letter-spacing: 0.12em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}
.schedule__detail{
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}
.schedule__detail::after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 112px;
    background-color: #000;
}
.schedule__detail > div{
    width: 100%;
    display: flex;
    gap: 17px;
}
.schedule__detail dt{
    width: 112px;
    display: flex;
    font-style: italic;
    align-items: flex-start;
    gap: 3px;
    flex-shrink: 0;
}
.schedule__detail .day{
    font-size: 32px;
    letter-spacing: -0.04em;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.schedule__detail .day span{
    font-size: 25px;
    letter-spacing: -0.2em;
    font-weight: 300;
    margin-left: 2px;
}
.schedule__detail .youbi{
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
}
.schedule__detail dd{
    font-size: 12px;
    line-height: 1.58;
    margin-top: 12px;
}

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

}
@media only screen and (min-width: 751px) {
    .schedule{
        padding-bottom: 112px;
    }
    .schedule__ttl{
        width: 375px;
        margin-bottom: 67;
    }
    .schedule__h3{
        font-size: 22px;
        margin-bottom: 18px;
    }
    .schedule__detail{
        gap: 6px;
    }
    .schedule__detail::after{
        left: 168px;
    }
    .schedule__detail > div{
        gap: 26px;
    }
    .schedule__detail dt{
        width: 168px;
        gap: 4.5px;
    }
    .schedule__detail .day{
        font-size: 48px;
    }
    .schedule__detail .day span{
        font-size: 37px;
        margin-left: 3px;
    }
    .schedule__detail .youbi{
        font-size: 27px;
        margin-top: 18px;
    }
    .schedule__detail dd{
        font-size: 18px;
        margin-top: 18px;
    }
}
@media only screen and (min-width: 1024px) {
  
}




.partner{
    background-color: #fff;
    padding-bottom: 42px;
    position: relative;
}
.partner__ttl{
    width: 230px;
    margin: 0 auto 36px;
    position: relative;
}
.partneer__ttl-present{
    width: 314px;
    margin: 0 auto;
}
.partneer__ttl-support{
    width: 318px;
    margin: 40px auto 0;
}
.partner__body{
    
}
.partner__bosyu{
    font-size: 20px;
    font-weight: bold;
    color: #251814;
    width: 264px;
    height: 52px;
    border: 5px solid #FFB9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 2px 2px 0px rgba(6, 0, 1, 0.4);
    margin: 40px auto;
}
.partner__body2 p{
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.625;
    font-weight: bold;
    text-align: center;
}
.partner__body2 p span{
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
    display: block;
    margin-top: 4px;
}
.partner__list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px 25px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.partner_hba{
    width: 298px;
}
.partner__mediamagic{
    width: 111px;
}
.partner_impl{
    width: 111px;
}
.partner_hokkaido{
    width: 100px;
}
.partner_keizai{
    width: 164px;
}
.partner_nhk{
    width: 168px;
}
.partner_hbc{
    width: 75px;
}
.partner_stv{
    width: 185px;
}
.partner_htb{
    width: 88px;
}
.partner_uhb{
    width: 178px;
}
.partner_35{
    width: 141px;
}
.partner_doushin{
    width: 137px;
}
.partner_jcom{
    width: 92px;
}
.partner_hokuei{
    width: 79px;
}
.partner_senmon{
    width: 222px;
}
.partner_jal{
    width: 215px;
}
.partner_nomaps{
    width: 115px;
}
.partner__shusai{
    margin-bottom: 40px;
}
.partner__kyousai{
    margin-bottom: 20px;
}
.partner__special{

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

}
@media only screen and (min-width: 751px) {
    .partner{
        padding-bottom: 63px;
    }
    .partner__ttl{
        width: 345px;
        margin-bottom: 54px;
    }
    .partneer__ttl-present{
        width: 470px;
    }
    .partneer__ttl-support{
        width: 472px;
        margin: 60px auto 0;
    }
    .partner__bosyu{
        font-size: 30px;
        height: 78px;
        border: 7px solid #FFB9FF;
        box-shadow: 3px 3px 0px rgba(6, 0, 1, 0.4);
        margin: 60px auto;
    }
    .partner__body2 p{
        font-size: 18px;
    }
    .partner__body2 p span{
        font-size: 16px;
    }
    .partner__list{
        gap: 22.5px 40px;
        margin-top: 22.5px;
        margin-bottom: 37.5px;
    }

    .partner_hba{
        width: 450px;
    }
    .partner__mediamagic{
        width: 166px;
    }
    .partner_impl{
        width: 166px;
    }
    .partner_hokkaido{
        width: 150px;
    }
    .partner_keizai{
        width: 246px;
    }
    .partner_nhk{
        width: 246px;
    }
    .partner_hbc{
        width: 112.5px;
    }
    .partner_stv{
        width: 278px;
    }
    .partner_htb{
        width: 132px;
    }
    .partner_uhb{
        width: 262px;
    }
    .partner_35{
        width: 211px;
    }
    .partner_doushin{
        width: 205px;
    }
    .partner_jcom{
        width: 138px;
    }
    .partner_hokuei{
        width: 120px;
    }
    .partner_senmon{
        width: 333px;
    }
    .partner_jal{
        width: 322px;
    }
    .partner_nomaps{
        width: 172px;
    }
    
    .partner__shusai{
        margin-bottom: 60px;
    }
    .partner__kyousai{
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1024px) {
    
}


.cta{
    
}
.cta__body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cta__entry{
    background-color: #000;
    width: 100%;
    padding: 14px 28px 17px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
}
.cta__entry img{
    max-width: 206px;
    display: block;
    margin: 0 auto 9px;
}
.cta__entry p{
    font-size: 13.5px;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #231815;
    width: 100%;
    height: 23px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta__sample{
    background-color: #FFFF00;
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
}
.cta__sample p{
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: #000;
}



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

}
@media only screen and (min-width: 751px) {
    .cta__body{
        gap: 15px;
    }
    .cta__entry{
        padding: 21px 42px 25px;
        box-shadow: 4.5px 4.5px 0px rgba(255, 255, 255, 1);
    }
    .cta__entry img{
        max-width: 312px;
        margin-bottom: 13px;
    }
    .cta__entry p{
        font-size: 21px;
        height: 35px;
    }
    .cta__sample{
        height: 81px;
        box-shadow: 4.5px 4.5px 0px rgba(0, 0, 0, 1);
    }
    .cta__sample p{
        font-size: 24px;
    }
}
@media only screen and (min-width: 1024px) {
    .cta__body{
        flex-direction: row;
        align-items: unset;
        gap: 20px;
    }
    .cta__sample{
        width: calc((100% - 20px) / 2);
        height: unset;
    }
    .cta__entry{
        width: calc((100% - 20px) / 2);
        padding: 21px 15px 15px;
    }
}


.twitter__body{
    border: 7px solid #000;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.twitter__body p{
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #251814;
    display: flex;
    align-items: center;
    gap: 5px;
}
.twitter__body p span{
    width: 30px;
    display: block;
}
@media only screen and (max-width: 374px) {

}
@media only screen and (min-width: 751px) {
    .twitter__body{
        border: 10px solid #000;
        height: 112px;
    }
    .twitter__body p{
        font-size: 30px;
        gap: 7px;
    }
    .twitter__body p span{
        width: 45px;
    }
}
@media only screen and (min-width: 1024px) {
  
}



.main{
    position: relative;
    padding-top: 85px;
}
.main::before{
    content: "";
    width: 100%;
    height: calc(85px / 2);
    background-color: #6DD2E3;
    position: absolute;
    top: calc(85px / 2);
    left: 0;
}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1440px) {
    .main{
        display: flex;
        gap: 50px;
    }
    .main::before{
        display: none;
    }
    .pc__left{
        width: 580px;
        height: calc(100vh - 85px);
        position: sticky;
        top: 85px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .pc__left::before{
        content: "";
        width: calc(100% - 50px);
        height: calc(100% + 42.5px);
        background-color: #6DD2E3;
        position: absolute;
        top: -42.5px;
        left: 0;
        z-index: -1;
    }
    .pc__right{
        width: calc(100% - 580px - 50px);
        margin-top: -85px;
        margin-left: auto;
    }
}


.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.header__inner{
    width: calc(100% - 32px);
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}
.header__limit{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-top: 5px;
    margin-top: -5px;
}
.header__limit dt{
    font-size: 12px;
    letter-spacing: 0.12em;
    font-weight: bold;
    text-align: center;
}
.header__limit dd{
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
}
.header__limit .day{
    font-size: 46px;
    letter-spacing: 0;
    font-weight: bold;
    margin-right: 2px;
}
.header__right{
    display: flex;
    align-items: center;
    gap: 15px;
}
.header__tw{
    width: 38px;
}

.header__navList{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.header__navItem{
    position: relative;
}
.header__navItem a{
    color: #fff;
}
.header__navItem span{
    display: block;
}
.header__navItem.is-active a::after{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.header__navItem .en{
    /*
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    */
    position: relative;
    margin-bottom: 12px;
}
.header__navItem .jp{
    font-size: 10px;
    font-weight: bold;
}
.nav__entry .en{
    width: 58px;
}
.nav__work .en{
    width: 105px;
}
.nav__what .en{
    width: 108px;
}
.nav__summary .en{
    width: 120px;
}
.nav__schedule .en{
    width: 92px;
}
.nav__partner .en{
    width: 83px;
}
.header__navSp{
    display: flex;
    width: 45px;
    height: 38px;
    align-items: center;
    justify-content: center;
}
.header__navBtn{
    width: 45px;
    height: 29px;
    position: relative;
    cursor: pointer;
}
.header__navBtn span{
    width: 45px;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    border-radius: 3px;
    left: 0;
    transition: all .3s ease 0s;
}
.header__navBtn span:nth-of-type(1){
    top: 0;
}
.header__navBtn span:nth-of-type(2){
    top: 13px;
}
.header__navBtn span:nth-of-type(3){
    top: 26px;
}
.is--opened .header__navBtn span:nth-of-type(1){
    transform: translateY(13px) rotate(-45deg);
}
.is--opened .header__navBtn span:nth-of-type(2){
    opacity: 0;
}
.is--opened .header__navBtn span:nth-of-type(3){
    transform: translateY(-13px) rotate(45deg);
}
.header__sp{
    display: block;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: calc((220 / 375) * 100%);
    min-width: 220px;
    height: 100vh;
    top: 0;
    right: calc((220 / 375) * -100%);
    z-index: 100;
    padding: 20px 20px 20px 30px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease 0s;
}
.header__sp.is--active{
    opacity: 1;
    pointer-events: auto;
    right: 0;
}
.header__sp .header__navSp{
    position: absolute;
    top: calc((85px - 38px) / 2);
    right: 16px;
}
.header__sp .header__navBtn span{
    background-color: #fff;
}
@media only screen and (max-width: 374px) {

}
@media only screen and (min-width: 751px) {
    .header__limit dt{
        font-size: 15px;
    }
    .header__limit dd{
        font-size: 17px;
    }
    .header__limit .day{
        font-size: 50px;
        margin-right: 2px;
    }
    .header__right{
        gap: 20px;
    }
    .header__sp{
        width: 400px;
        right: -400px;
    }
    .header__navList{
        gap: 45px;
    }
    .header__navItem.is-active a::after{
        bottom: 24px;
    }
    .header__navItem .en{
        /*
        font-size: 20px;
        margin-bottom: 12px;
        */
        margin-bottom: 18px;
    }
    .header__navItem .jp{
        font-size: 15px;
    }
    .nav__entry .en{
        width: 87px;
    }
    .nav__work .en{
        width: 157px;
    }
    .nav__what .en{
        width: 162px;
    }
    .nav__summary .en{
        width: 180px;
    }
    .nav__schedule .en{
        width: 138px;
    }
    .nav__partner .en{
        width: 124px;
    }
}
@media only screen and (min-width: 1024px) {
    .header__inner{
        /*width: 800px;*/
    }
    .header__sp .header__navSp{
        /*right: calc((100% - 800px) / 2);*/
    }
}


.footer{
    color: #fff;
    background-color: #323333;
    padding: 30px 0;
}
.footer p{
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.625;
    text-align: center;
}
.footer p span{
    font-size: 10px;
    line-height: 1.5;
    display: block;
    margin-top: 4px;
}
@media only screen and (max-width: 374px) {

}
@media only screen and (min-width: 751px) {
    .footer{
        padding: 45px 0;
    }
    .footer p{
        font-size: 18px;
    }
    .footer p span{
        font-size: 15px;
    }
}
@media only screen and (min-width: 1024px) {
  
}



