/*-----------------------------------*/
/*              RESET*/
/*-----------------------------------*/

img{
    max-width: 100%;
    width: 100%;
}
@media (min-width: 769px){
    .sp{
        display: none;
    }
}
@media (max-width: 768px){
    .pc{
        display: none;
    }
}
.inner{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#breadcrumb{
    padding: calc(70px + 24px) 0 24px;
}
/*-----------------------------------*/
/*              COMMON*/
/*-----------------------------------*/
.closed{
    display: none !important;
}
.enfont{
    font-family: 'Titillium Web', sans-serif;
}
[class^=wbc-] > .inner{
    padding: 0 1.5rem 6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1000px;
    width: 100%;    
    margin: 0 auto;
}

.link-btn-wide-w:link,
.link-btn-wide-w:visited{
    color: #fff;
    display: block;
    border: 2.5px solid;
    padding: 1.5rem 3rem;
    font-size: 2.2rem;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
}
.link-btn-wide-w:hover{
    opacity: 0.6;
}
.link-btn-wide-w:after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%) translateX(0%);
        -ms-transform: rotate(45deg) translateY(-50%) translateX(0%);
            transform: rotate(45deg) translateY(-50%) translateX(0%);
    position: absolute;
    right: 2.5rem;
}

.cont-bg-navy{
    background-color: #0a154c;
    color: #ffffff;
}

.ttl-bg-stripe{
    background-image: url(../img/wbc2023/bg_ttl.png);
    background-size: auto;
    background-repeat: repeat-x;
    background-size: auto;
}

.section-ttl{
    text-align: center;
    padding: 5rem 0 3rem;
}
.section-ttl h2{
    font-size: 6.2rem;
    text-shadow: 0 0 10px #0052ff;
}
@media (max-width: 768px) {
    [class^=wbc-] > .inner{
        padding: 0 3% 6rem;
    }
    .section-ttl{
        padding: 3rem 0 2rem;
    }
    .section-ttl h2{
        font-size: 3.8rem;
    }
    .ttl-bg-stripe{
        background-size: 200%;
    }
    .link-btn-wide-w:link, 
    .link-btn-wide-w:visited{
        padding: 1rem 2.2rem 1rem 1rem;
        font-size: 1.5rem;
    }
    .link-btn-wide-w:after{
        right:1.5rem;
    }
}
@media (max-width: 414px) {
    .link-btn-wide-w:after{
        width: 4vw;
        height: 4vw;
        right: 6vw;
    }
}

/*-----------------------------------*/
/*              Key Visual*/
/*-----------------------------------*/

.key-visual{
    position: relative;
    background-color: #fff;
}
.key-visual h1{
    line-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
}
.key-visual-sponsorship > img {
    max-width: calc(780px / 2);
    width: 50%;
}
.key-visual-sponsorship{
    background-color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.8rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.key-visual-sponsorship div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 0.5px solid #000;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 0 0.5rem;
    margin-top: 0.5rem;
}
.key-visual-sponsorship div img{
    width: 110px;
    padding-left: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.key-visual-sponsorship div p{
    line-height: 1.4;
    font-weight: 600;
    padding: 0.5rem 1rem 0 1rem;
    color: #333;
    font-size: 13px;
}
.key-visual-sponsorship p{
    padding: 0 1rem 0;
}
.key-visual-sponsorship .copy{
    color: #333;
    font-size: 10px;
    text-align: center;
    margin: 0.5rem 0 0.5rem;
}

@media (max-width: 768px) {
    .key-visual{
        padding-top: 60px;
    }
    .key-visual-sponsorship div p{
        font-size: 12px;
    }
    .key-visual-sponsorship div img{
        max-width: 80px;
    }
    .key-visual-sponsorship{
        padding:  0.5rem 0;
        position: initial;
    }
}
@media (max-width: 414px) {
    .key-visual-sponsorship div p{
        font-size: 3vw;
    }
}

/*-----------------------------------*/
/*              SPECIAL MOVIE*/
/*-----------------------------------*/
.wbc-spemovie.ttl-bg-stripe.bgAdd-bottom{
    background-image: url(../img/wbc2023/bg_ttl.png),
                    url(../img/wbc2023/bg_specialmovie.png);
    background-size: auto, 100%;
    background-repeat: repeat-x, no-repeat;
    background-position: top center, center bottom;
}
.wbc-spemovie .enfont img{
    max-width: 400px;
    display: block;
    margin: 0 auto 0.3rem;
}
.wbc-spemovie ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.wbc-spemovie ul li{
    background-color: rgb(0 0 0 / 90%);
    width: calc(100% / 2 - 1rem);
    padding: 1rem 1rem 0.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.wbc-spemovie ul li:hover{
    opacity: 0.85;
}
.wbc-spemovie ul li a{
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.wbc-spemovie ul li a img{
    margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
    .wbc-spemovie ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .wbc-spemovie ul li{
        width: 100%;
        max-width: 600px;
    }
    .wbc-spemovie .enfont img{
        width: 90%;
        margin: 0 auto;
    }
    .wbc-spemovie.ttl-bg-stripe.bgAdd-bottom{
        background-size: 200%, 100%;
    }
}

/*-----------------------------------*/
/*              SPIRIT*/
/*-----------------------------------*/
.wbc-spirit.ttl-bg-stripe.bgAdd-bottom{
    background-image: url(../img/wbc2023/bg_ttl.png),
                    url(../img/wbc2023/bg_spirit.png);
    background-size: auto, 100%;
    background-repeat: repeat-x, no-repeat;
    background-position: top center, center bottom;
}
.wbc-spirit .spirit-copy img{
    max-width: 600px;
    display: block;
    margin: 0 auto 5rem;
}
@media (max-width: 768px) {
    .wbc-spirit.ttl-bg-stripe.bgAdd-bottom{
        background-size: 200%, 100%;
    }
    .wbc-spirit .spirit-copy img{
        margin-bottom: 2rem
    }
}
/*-----------------------------------*/
/*              RADIO CM*/
/*-----------------------------------*/
.wbc-radio-card{
    background-color: #fff;
    width: 40%;
    box-sizing: border-box;
    border-radius: 8px;
}
.wbc-radio-card a{
    color: #333;
    position: relative;
    text-decoration: none;
    display: block;
    padding: 1.5rem 1rem 1.5rem 2rem;
    border-radius: 8px;
    font-weight: bold;
}
.wbc-radio-card a::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #bf1e03;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -9px;
}
.wbc-radio-card a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
}
.wbc-radio-card-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
@media (max-width: 768px) {
    .wbc-radio-card-list{
        flex-direction: column;
    }
    .wbc-radio-card{
        width: 100%;
    }
}
/*-----------------------------------*/
/*              Twitter CP*/
/*-----------------------------------*/
.wbc-twittercp{
    background-color: #152519;
}

.wbc-twittercp .bgAdd-bottom{
    background-image: url(../img/wbc2023/bg_pattern_stripe.png),
                    url(../img/wbc2023/bg_twittercp.png);
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
    background-position: top,center top;
    padding-bottom: 3rem;
}

.wbc-twittercp .section-ttl{
    padding-bottom: 1rem;
}
.wbc-twittercp .section-ttl + p{
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 2rem;
}
.wbc-twittercp h2 img{
    max-width: 600px;
    width: 80%;
}
.twittercp-entry{
    background-color: #1e36a4;
    padding: 1.8rem 2rem 1.8rem;
    text-align: center;
    -webkit-box-shadow: 0 0 20px #17297e;
            box-shadow: 0 0 20px #17297e;
    max-width: 100%;
    width: 90%;
    margin: 0 auto 3rem;
}
.twittercp-entry a {
    color: #fff;
}
.twittercp-entry h3{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}
.twittercp-entry ol{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    counter-reset: step;
}
.twittercp-entry ol li{
    width: calc(100% / 3);
    padding: 0 2rem 1rem;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.twittercp-entry ol li:before{
    content: counter(step);
    counter-increment: step;
    font-family: 'Titillium Web', sans-serif;
    display: block;
    font-size: 3rem;
}
.twittercp-entry ol li:not(:last-child){
    border-right: 1px solid #4f6dc9;
}
.twittercp-entry ol li b{
    font-weight: 600;
}
.tweet-pickup h3{
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 1.4rem;
}
.tweet-pickup .counter {
    font-weight: 600;
}
.tweet-pickup .counter em{
    font-style: normal;
    font-size: 1.8em;
    padding: 0 0.3rem;
    font-weight: 600;
    line-height: 1;
}

.tweet-pickup-container{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-bottom: 3rem;
}
.tweet-pickup-item{
    border-radius: 8px;
    margin: 1rem 0.5rem;
    background-color: #fff;
    color: #333;
    padding: 1.3rem 1rem;
    font-size: 14px;
}

@media (max-width: 768px) {
    .wbc-twittercp .bgAdd-bottom{
        background-size: 4.5px, 100%;
    }
    .wbc-twittercp .section-ttl + p{
        font-size: 1rem;
    }
    .twittercp-entry{
        padding: 2rem 1rem 1rem;
        width: 85%;
    }
    .twittercp-entry ol{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .twittercp-entry ol li{
        width: 100%;
        padding-left: 30px;
        padding: 1.5rem 0;
        text-align: left;
        position: relative;
        padding-left: 3.5rem;
    }
    .twittercp-entry ol li:before{
        position: absolute;
        left: 0.4rem;
        line-height: 0.6;
    }
    .twittercp-entry ol li:not(:last-child){
        border-right: none;
        border-bottom: 1px solid #4f6dc9;
    }
    .tweet-pickup h3{
        font-size: 1rem;
    }
    .tweet-pickup .counter{
        display: block;
    }
    .tweet-pickup .counter em{
        font-size: 2.4em;
    }
}

@media (min-width: 600px) {
    .tweet-pickup-item{
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
             break-inside: avoid;
    }
    .tweet-pickup-container{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 960px){
    .tweet-pickup-container{
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .tweet-pickup-container{
        padding-top:1rem;
    }
    .tweet-pickup-item:first-child{
        margin-top:0;
    }
}

/*-----------------------------------*/
/*              SCHEDULE*/
/*-----------------------------------*/
@media (max-width: 414px){
    .wbc-schedule .link-btn-wide-w:link,
    .wbc-schedule .link-btn-wide-w:visited{
        font-size: 4vw;
    }
}
/*-----------------------------------*/
/*              Footer*/
/*-----------------------------------*/

.wbc-footer{
    text-align: center;
    padding: 5rem 1rem 1rem;
}
.wbc-footer > .inner{
    max-width: 720px;
}
.wbc-footer h2 img{
    max-width: 250px;
    margin-bottom: 1.5rem;
}
.wbc-footer h2 + p{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2rem;
}
.wbc-footer-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3%;
}
.wbc-footer-link a{
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
}
.wbc-footer-link .wbc-footer-imgWrap{
    border: 1px solid #ccc;
    display: block;
    padding: 2.5rem 2rem 1rem;
    margin-bottom: 0.5rem;
}
.wbc-footer-link .wbc-footer-imgWrap img{
    margin: 0 auto 1rem;
    max-width: 550px;
}
.wbc-footer-link p{
    color: #0a154d;
    font-weight: 600;
}
.wbc-footer-link p:after{
    content: '';
    background-color: #0a154d;
    -webkit-mask-image: url(../img/common/externallink_2.svg);
    width: 12px;
    height: 12px;
    position: initial;
    display: inline-block;
    padding-left: 2px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

@media (max-width: 768px) {
    .wbc-footer-link{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .wbc-footer-link a{
        border: 1px solid #ccc;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom:0.5rem;
        position: relative;
    }
    .wbc-footer-link .wbc-footer-imgWrap{
        border: none;
        padding: 2rem 0 1rem;
        margin-bottom: 0;
    }
    .wbc-footer-link .wbc-footer-imgWrap img{
        max-width:420px;
        width: 100%;
    }
    .wbc-footer-link p{
        width: 100%;
        font-size: 1.7rem;
        line-height: 1.4;
    }
    .wbc-footer-link p span{
        display: block;
        font-size: 0.8em;
    }
    .wbc-footer-link p:after{
        position: absolute;
        right: 3%;
        top: 10px;
    }
}