@charset "utf-8";
/*---------------------------------------------------------------------------- common */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');

 [data-inview] {
     opacity: 0;
}
 [data-inview="js-fade-left"] {
     translate: -80px 0;
}
 [data-inview="js-fade-right"] {
     translate: 80px 0;
}
 [data-inview="js-fade-up"] {
     translate: 0 80px;
}
 [data-inview="js-fade-down"] {
     translate: 0 -80px;
}

@media (min-width: 769px){
    .sp{
        display: none;
    }
}
@media (max-width: 768px){
    .pc{
        display: none;
    }
}
section[class^="cont-"]{
    padding-bottom: 8rem;
}
.inner{
    width: min(90%, 1080px);
    margin: 0 auto;
}
#breadcrumb{
    padding: calc(70px + 24px) 0 24px;
}
.enfont{
    text-transform: uppercase;
    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;
}
#samurai .icon_extenallink:after {
    position: absolute;
    -webkit-mask-image: url(../img/common/externallink_2.svg);
    display: inline-block;
    width: 12px;
    height: 12px;
}
#samurai .cont-campaign .icon_extenallink:after {
    background-color: #ffffff;
}
#samurai section.cont-footer a .icon_extenallink:after{
    position: initial;
    background-color: #333333;
}
.ttl-style{
    background-color: #15243E;
    color: #fff;
    position: relative;
    padding: 1rem 1rem 1rem 2.8rem;
    font-weight: 600;
    font-size: 1.8rem;
}
.ttl-style:before{
    content: '';
    width: 5px;
    height: calc(100% - 2rem);
    display: inline-block;
    position: absolute;
    left: 1.5rem;
    top: 1rem;
    background-color: #B51A26;
}
main{
    background-color: #F7FAFF;
}
a{
    text-decoration: none;
}
.flexbox{
    display: flex;
}

.section-heading{
    text-align: center;
    margin-bottom: 4rem;
    padding-top: 8rem;
    width: 100%;
}
.ttl-underbar .enfont{
    font-size: min(9vw, 5.6rem);
    line-height: 1.2;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, transparent 40%, #A0211B 50%, transparent 60%) 1;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
}
.section-heading h2{
    color: #14243E;
}
.bg-navy{
    background-color: #14243E;
    color: #DDDDDD;
}
.bg-navy .section-heading h2{
    color: #DDDDDD;
}
#samurai .link_btn {
    display: block;
    padding: 8px;
    margin: 20px auto 0;
    width: 500px;
    max-width: 85%;
    text-align: center;
    color: #222c49;
    font-weight: bold;
    box-sizing: border-box;
    border: solid 1px #fff;
    background-color: #c7cdd1;
    transition: .2s;
}
#samurai .link_btn:hover{
    color: #ffffff;
    background-color: #304065;
    border: solid 1px #636777;
}

@media screen and (max-width: 600px) {
    section[class^="cont-"] {
        padding-bottom: 5rem;
    }
    .ttl-style{
        font-size: 1.5rem;
    }
    .ttl-underbar .enfont{
        border-image: linear-gradient(to right, transparent 30%, #A0211B 50%, transparent 70%) 1;
    }
    .mod_inner01.inner{
        width: 100%;
    }
    #samurai .link_btn{
        margin-top: 10px;
    }
}
/*---------------------------------------------------------------------------- FV */
.fv_wrap{
    background:url(../img/samurai/bg-stripe.svg),linear-gradient(0deg,#0E1B65,#086F9D);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
}
.fv_wrap .inner {
    position: relative;
    overflow: hidden;
}
.fv_wrap .inner img[alt="RAXUS"]{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width:80%;
    opacity: 0.6;
    mix-blend-mode: luminosity;
}
.fv_wrap .inner .kv img{
    position: relative;
    top: -3rem;
}
@media screen and (max-width: 600px) {
    #gHeader{
        background-color: #fff;
    }
    .fv_wrap{
        background-size: 140%;
        padding-top: 6rem;
    }
    .fv_wrap .inner img[alt="RAXUS"]{
        top: -0rem;
        width: 100%;
    }
}

/*---------------------------------------------------------------------------- our vision */
.bg-ourvision{  
    background-color: #060D22;
    background-image: url(../img/samurai/bg_ourvision_stadium.png);
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
}
.cont-ourvision{
    color: #fff;
    margin:0 auto;
    position: relative;
    overflow: hidden;
}
.cont-ourvision .pinned-ci {
    position: absolute;
    right: 0;
    opacity: 0.2;
    width: 100%;
}
.cont-ourvision .pinned-ci img{
    max-width: 600px;
    margin-inline: auto 0;
    display: block;
}
.cont-ourvision .section-heading{
    padding-top: 1rem;
    position: relative;
}
.cont-ourvision .section-heading h2{
    color: #DDDDDD;
    font-size: min(9vw, 5.6rem);
    line-height: 1.2;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
}
.cont-ourvision .inner{
    margin: 0 auto;
    padding-bottom: 2rem;
    position: relative;
}
.cont-ourvision .inner img{
    display: block;
    margin: 0 auto;
}
.cont-ourvision img[alt="raxus_samurai"]{
    margin-top: 5rem;
}
.ourvision-bnr{
    display: block;
    margin: 7rem auto 0;
    width: min(92%, 430px);
}
.ourvision-bnr img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 600px) {
    .cont-ourvision .pinned-ci img{
        width: 60%;
    }
    .bg-ourvision{
        background-size: auto 60%;
        background-position: left 30% bottom -5%;
    }
    .cont-ourvision .inner{
        padding-bottom: 0;
    }
    .cont-ourvision img[alt="raxus_samurai"]{
        margin-top: 4rem;
        max-width: 300px;
    }
    .fv_wrap .inner img[alt="Samurai Japan"]{  
        top: 0;
        padding-top: 1rem;
    }
    .ourvision-bnr{
        margin-top: 5rem;
    }
}
/*---------------------------------------------------------------------------- our story */
.cont-ourstory {
    background-image: url(../img/samurai/bg-circle.png);
    background-position: top;
    background-size: cover;
}
.cont-ourstory .history > div:not(:last-child){
    padding-bottom: 3rem;
}
.cont-ourstory .history h3{
    text-align: center;
    font-size: 5.2rem;
    font-weight: 600;
}
.cont-ourstory .history .flexbox{  
    align-items: flex-start;
}

.cont-ourstory .history .flexbox picture{
    width: calc(50% - 2rem);
    padding-right: 2rem;
}
.cont-ourstory .history .flexbox ul{
    padding-left: 2rem;
    width: 50%;
    border-left: 1px solid;
}
.cont-ourstory .history .flexbox ul li{
    position: relative;
    display: flex;
    margin-bottom: 2rem;
}
.cont-ourstory .history .flexbox ul li span{
    position: relative;
    width: 47px;
    min-width: 47px;
    margin-right: 13px;
}
.cont-ourstory .history .flexbox ul li span:before{
    content: '';
    width: 10px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 1rem;
    background-color: #fff;
    display: inline-block;
}
.cont-ourstory .grayscale{
    filter: grayscale(100%);
}
@media screen and (max-width: 600px) {
    .cont-ourstory .history .flexbox{
        flex-direction: column;
    }
    .cont-ourstory .history h3{
        text-align: left;
        font-size: 2.8rem;
        margin-bottom: 1rem;
    }
    .cont-ourstory .history .flexbox picture,
    .cont-ourstory .history .flexbox ul{
        width: 100%;
    }
    .cont-ourstory .history .flexbox img{
        margin-bottom: 1rem;
    }
    .cont-ourstory .history .flexbox ul{
        border-left: none;
        padding-left: 0;
    }
}
/*---------------------------------------------------------------------------- project */
.cont-project{
    background-image:url(../img/samurai/bg-project.png),
    linear-gradient(to bottom, #132035, #1a3155);
    background-position: top;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
}
.cont-project .section-heading{
    margin-bottom: 8rem;
}
.cont-project .section-heading .enfont{
    font-size: min(8vw,4.6rem);
}
.cont-project ol{
    margin-bottom: 90px;
}
.cont-project li.flexbox:nth-child(even){
    flex-direction: row-reverse;
}
.cont-project li.flexbox:not(:last-child){
    margin-bottom: 8rem;
}
.cont-project li.flexbox{
    gap: 0 4rem;
    align-items: center;
}
.cont-project img[alt^="thumbnail"]{
    width: min(100%,690px);
}
.cont-project img[alt^="Report"]{
    width: min(40vw, 180px);
}
.cont-project .thumbnail{
    flex: 1;
}
.cont-project .project-post{
    text-align: center;
    flex: 0.8;
    gap: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cont-project .project-post img{
    width: 180px;
    height: auto;
}
.cont-project h3{
    font-size: min(5vw,2.6rem);
    font-weight: 600;
}
.cont-project h3 + p{
    line-height: 2;
}
.cont-project h3 + p + a{
    display: inline-block;
    width: min(100%,390px);
    background-color: black;
    box-sizing: border-box;
    padding: min(4vw,2rem) 1rem;
}
.cont-project .thumbnail {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.cont-project .thumbnail li {
    width: calc((100% - 5px) / 2);
}
.cont-project .thumbnail li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: .2s;
}
.cont-project .thumbnail li a:hover {
    opacity: .7;
}
.cont-project .thumbnail li a{
    position: relative;
}
.cont-project .thumbnail li a.play{
    position: relative;
}
.cont-project .thumbnail li a.play::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
}
.cont-project .thumbnail li a.play::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    content: '';
    display: inline-block;
    background-image: url("../img/samurai/play_btn.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.cont-project .thumbnail li a.coming_soon {
    position: relative;
    pointer-events: none;
}
.cont-project .thumbnail li a.coming_soon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.cont-project .thumbnail li a.coming_soon::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    content: 'COMING SOON...';
    display: inline-block;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: bold;
    color: #c7c7c7;
}
@media screen and (max-width: 600px) {
    .cont-project{
        background-size: 250%, cover;
    }
    .cont-project ol{
        margin-bottom: 40px;
    }
    .cont-project li.flexbox,
    .cont-project li.flexbox:nth-child(even){
        flex-direction: column;
    }
    .cont-project .project-post{
        margin-top: -3%;
    }
    .cont-project .thumbnail li a.coming_soon::after{
        font-size: 12px;
    }
    .cont-project .thumbnail li a.play::after {
        width: 30px;
        height: 30px;
    }
}
/*---------------------------------------------------------------------------- yell */
.cont-yell {
    background-color: #0a1c39;
    background-image: url(../img/samurai/bg-yell.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.cont-yell .total{
    margin-bottom: 20px;
    text-align: center;
}
.cont-yell .total div{
    display: block;
    padding: 38px 0 26px;
    margin: 25px auto 60px;
    width: 497px;
    max-width: 100%;
    height: fit-content;
    letter-spacing: 1.0px;
    font-size: 45px;
    font-weight: bold;
    background-image: url(../img/samurai/yell-total.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.cont-yell .yell-top{
    margin-bottom: 100px;
}
.cont-yell .yell-top > p{
    position: relative;
    margin-bottom: 45px;
    text-align: center;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: bold;
}
.cont-yell .yell-top > p::before, .cont-yell .yell-top > p::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 39%;
    height: 1px;
    background-color: #7a8490;
    content: '';
}
.cont-yell .yell-top > p::after{
    right: auto;
    left: 0;
}
.cont-yell .yell-top > ol{
    display: flex;
    gap: 5px;
}
.cont-yell .yell-top > ol li{
    position: relative;
    width: calc((100% - 15px) / 4);
    z-index: 0;
}
.cont-yell .yell-top > ol li:nth-child(even){
    top: 20px;
}
.cont-yell .yell-top > ol li::before{
    position: absolute;
    top: -15px;
    right: 25px;
    width: 26px;
    height: 24px;
    content: '';
    background-image: url("../img/samurai/yell_comma.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.cont-yell .yell-top > ol li::after, .yell-item .message li::after{
    position: absolute;
    top: -25px;
    left: 25px;
    width: 50px;
    height: 50px;
    content: '';
    background-image: url("../img/samurai/yell_icon.png");
    background-size: contain;
}
.cont-yell .yell-top > ol li:nth-child(1)::after{
    background-image: url("../img/samurai/yell_icon_green.png");
}
.cont-yell .yell-top > ol li:nth-child(2)::after{
    background-image: url("../img/samurai/yell_icon_purple.png");
}
.cont-yell .yell-top > ol li:nth-child(3)::after{
    background-image: url("../img/samurai/yell_icon_red.png");
}
.cont-yell .yell-top > ol li:nth-child(4)::after{
    background-image: url("../img/samurai/yell_icon_yellow.png");
}
.cont-yell .yell-top > ol li > p{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 25px 20px 25px;
    box-sizing: border-box;
}
.cont-yell .yell-top > ol li > p::before{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #222c49;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    z-index: -1;
}
.cont-yell > ol {
    flex-direction: column;
    gap: 80px;
    margin-bottom: 70px;
}
.yell-item {
    gap: 50px;
}
.yell-item .info {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 15px;
    width: 460px;
    max-width: 100%;
}
.yell-item h3 {
    position: relative;
    padding-bottom: 13px;
    font-size: 22px;
    font-weight: bold;
}
.yell-item h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #C8C8C8;
    background: linear-gradient(90deg,rgba(200, 200, 200, 1) 0%, rgba(200, 200, 200, 0) 100%);
}
.yell-item .info > p {
    line-height: 2.0;
}
.yell-item .info .number {
    align-items: baseline;
    justify-content: center;
    gap: 20px;
    padding: 7px;
    margin-bottom: 0;
    background-image: url("../img/samurai/yell-sub.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 1px #7a8490;
}
.yell-item .info .number p{
    letter-spacing: 1.5px;
    font-size: 28px;
}
.yell-item .message {
    flex: 1;
}
.yell-item .message p{
    position: relative;
    padding-left: 13px;
    margin-bottom: 10px;
}
.yell-item .message p::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 96%;
    content: '';
    background-color: #C8C8C8;
}
.yell-item .message ol{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 40px;
}
.yell-item .message li{
    position: relative;
    padding: 12px 20px 12px 40px;
    font-size: 14px;
    background-color: #222c49;
}
.yell-item .message li::before{
    position: absolute;
    top: 0;
    left: -29px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 100%;
    content: '';
    background-color: #222c49;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.yell-item .message li::after{
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 600px) {
    .cont-yell{
        background-size: auto;
    }
    .cont-yell .total div{
        margin: 18px auto 40px;
        font-size: 32px;
    }
    .cont-yell .yell-top{
        margin-bottom: 55px;
    }
    .cont-yell .yell-top > p::before, .cont-yell .yell-top > p::after{
        width: 22%;
    }
    .cont-yell .yell-top > ol{
        flex-wrap: wrap;
        gap: 40px 5px;
    }
    .cont-yell .yell-top > ol li{
        width: calc((100% - 10px) / 2);
    }
    .cont-yell .yell-top > ol li::before {
        top: -8px;
        right: 9px;
        width: 22px;
        height: 19px;
    }
    .cont-yell .yell-top > ol li > p{
        padding: 37px 25px 20px 25px;
    }
    .cont-yell .yell-top > ol li::after{
        top: -14px;
        left: 17px;
    }
    .yell-item h3 {
        font-size: 20px;
    }
    .yell-item {
        flex-direction: column;
        gap: 30px;
    }
    .yell-item:nth-child(2) {
        flex-direction: column-reverse;
    }
    .cont-yell > ol {
        gap: 55px;
        margin-bottom: 50px;
    }
    .yell-item .message li{
        padding-left: 25px;
    }
    .yell-item .message li::after {
        top: 5px;
        bottom: auto;
    }
    .cont-yell .yell-top > ol li::after, .yell-item .message li::after{
        width: 40px;
        height: 40px;
    }
}
/*---------------------------------------------------------------------------- results */
.cont-results {
    padding-bottom: 50px;
    background-image: url("../img/samurai/bg-result.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.cont-results .results .ttl {
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    color: #efefef;
    background-color: #15243e;
    background-image: url(../img/samurai/result_head.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
.cont-results .inner {
    flex-direction: column;
    gap: 25px;
}
.cont-results .results .ttl h3 {
    font-size: 13px;
    font-weight: normal;
}
.cont-results .results .ttl h3 > span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.cont-results .results .ttl .location, .cont-results .results .ttl .date{
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 15px;
    background-color: #070d17;
}
.cont-results .results-label {
    padding: 5px 25px;
    font-size: 16px;
    color: #02285b;
    background-color: #cad3de;
}
.cont-results .results .cont {
    align-items: center;
    gap: 10px;
    padding: 20px;
    color: #02285b;
    background-color: #fff;
}
.cont-results .results .info {
    justify-content: center;
    gap: 5px;
    width: 560px;
}
.cont-results .results .info .figure {
    margin-top: 10px;
    font-size: 37px;
    font-weight: bold;
}
.cont-results .results .country img {
    width: 75px;
    height: auto;
}
.cont-results .results .country {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    width: 170px;
}

.cont-results .results .country.win::before {
    position: absolute;
    top: 0;
    bottom: 15px;
    margin: auto;
    content: '';
    width: 50px;
    height: 50px;
    background-image: url("../img/samurai/result_win.png");
    background-size: contain;
    display: inline-block;
}
.cont-results .results .country.win.right::before {
    right: -35px;
}
.cont-results .results .country.win.left::before {
    left: -35px;
}
.cont-results .results-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    height: fit-content;
    font-size: 14px;
    color: #333;
}
.cont-results .results-grid .left .row:first-of-type {
    margin-bottom: 5px;
}
.cont-results .results-grid.right {
    height: fit-content;
}
.cont-results .results-grid .right .row {
    background: #f1f1f1;
    height: 100%;
}
.cont-results .results-grid .label {
    padding: 8px 10px;
    color: #12243d;
    font-size: 13px;
    font-weight: bold;
    min-width: 60px;
    text-align: center;
    letter-spacing: 0.5px;
    background: #c9d3dd;
}
.cont-results .results-grid .value {
    flex: 1;
    padding: 8px 10px;
    line-height: 1.5;
    background: #ecf1f5;
}
.cont-results .results-starting{
    padding: 0 20px 20px 20px;
    background-color: #fff;
}
.cont-results .results-starting h4{
    padding: 2px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #2c3659;
}
.cont-results .results-starting h5{
    padding: 2px 10px;
    color: #333;
    background-color: #cad3de;
}
.cont-results .results-starting dl{
    align-items: center;
    border-bottom: 1px solid #dde0e3;
}
.cont-results .results-starting dt, .cont-results .results-starting dd{
    display: inline-block;
}
.cont-results .results-starting dt{
    margin-right: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #c8d3dc;
}
.cont-results .results-starting dd{
    padding: 5px 10px;
    min-width: 1.5em;
    min-height: 1.5em;
}
.cont-results .results-starting-block{
    gap: 20px;
}
.cont-results .results-starting-box{
    width: calc((100% - 20px) / 2);
}
.cont-results .hidden-match {
    display: none;
}
.cont-results button {
    display: block;
    padding: 12px 20px;
    margin: 15px auto 0;
    width: 370px;
    max-width: 80%;
    font-size: 15px;
    color: #fff;
    background-color: #293d57;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.show-more-btn{
    position: relative;
}
.show-more-btn::before{
    position: absolute;
    top: -2px;
    right: 24px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    content: '';
    border: solid #F1F2F4FF;
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
    box-sizing: border-box;
}
@media screen and (max-width: 600px) {
    .cont-results .results .cont {
        flex-direction: column;
        padding: 18px 10px 10px 10px;
    }
    .cont-results .results .info {
        width: 360px;
        max-width: 100%;
        align-items: center;
    }
    .cont-results .results .info .figure {
        font-size: 27px;
        width: 90px;
        text-align: center;
    }
    .cont-results .results-label{
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }
    .cont-results .results .ttl {
        flex-direction: column;
        padding: 8px 10px;
        font-size: 14px;
        background-image: url(../img/samurai/result_head_sp.png);
    }
    .cont-results .results .ttl {
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 16px;
    }
    .cont-results .results .ttl h3{
        line-height: 1.5;
    }
    .cont-results .results .ttl h3 > span{
        margin-top: 5px;
        font-size: 18px;
        line-height: 1.3;
    }
    .cont-results .results .ttl .location {
        padding: 2px 13px;
        margin-right: 0;
        font-size: 13px;
    }
    .cont-results .results .ttl-info.pc {
        display: none;
    }
    .cont-results .results .ttl-info {
        display: flex;
        gap: 5px;
        padding: 5px 25px;
        font-size: 14px;
        color: #02285b;
        background-color: #cad3de;
    }
    .cont-results .results .ttl-info span {
        display: inline-block;
    }
    .cont-results .results-grid {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        font-size: 13px;
    }
    .cont-results .results-grid .label {
        padding: 5px 10px;
    }
    .cont-results .results-grid .value {
        padding: 5px 8px;
    }
    .cont-results .results .country {
        flex: 1;
        width: auto;
    }
    .cont-results .results .country.win::before {
        top: -14px;
        bottom: auto;
        width: 40px;
        height: 40px;
    }
    .cont-results .results .country.win.right::before {
        right: -5px;
        left: auto;
    }
    .cont-results .results .country.win.left::before {
        right: auto;
        left: -5px;
    }
    .cont-results .results .country p{
        line-height: 1.3;
        font-size: 13px;
    }
    .cont-results .results .country img {
        width: 60px;
    }
    .cont-results .results-starting-block{
        flex-direction: column;
        gap: 10px;
    }
    .cont-results .results-starting-box{
        width: 100%;
    }
    .cont-results .results-starting{
        padding: 0 20px 10px 10px;
    }
    .cont-results .results-starting dl:last-child{
        border-bottom: none;
    }
}
/*---------------------------------------------------------------------------- campaign */
section[class^="cont-"].cont-campaign{
    padding-bottom: 4rem;
}
.cont-campaign .section-heading + .inner > p a{
    text-decoration: underline;
}
.campaign-wrap{
    flex-wrap: wrap;
    gap: 5rem;
    margin-block:4rem;
}
.campaign-list{
    width: calc(50% - 2.5rem);
}
.campaign-card{
    text-align: center;
    background-color: #656565;
    color: #ffffff;
    display: block;
    height: 100%;
}
.campaign-card.active img{
    transition: all .2s ease;
}
.campaign-card.active:hover img{
    filter: brightness(0.8);
}
.campaign-card.closed{
/*    pointer-events: none;*/
}
.campaign-card.closed .campaign-box{
    position: relative;
}
.campaign-card.closed .campaign-box:before{
    content:'';
    background-color: rgb(0,0,0,0.75);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.campaign-card.closed .campaign-box:after{
    content: "終了しました";
    position: absolute;
    z-index: 3;
    color: #ffffff;
    display: block;
    top: 50%;
    left: 50%;
    font-size: 2.4rem;
    font-weight: 600;
    transform: translateY(-50%) translateX(-50%);
}
.campaign-card.active{
    background-color: #003672;
    box-shadow:6px 6px 25px rgb(0 0 0 / 25%);
    transition: all .2s ease;
}
.campaign-card.active:hover{
    position: relative;
    box-shadow:2px 2px 4px rgb(0 0 0 / 25%);
    transform: translateY(0.1rem) translateX(0.1rem);
}
.campaign-card h3{
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
}
.campaign_entry a{
    background-color: #253d56;
    color: #fff;
    text-decoration: none;
    font-size: clamp(1.5rem, 4.2vw, 1rem);
    font-weight: bold;
    padding: 1.5rem;
    display: block;
    text-align: center;
    max-width: 640px;
    margin: 12px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.campaign_entry a:hover{
    opacity: 0.8;
}
@media screen and (max-width: 600px) {
    .campaign-wrap{
        flex-direction: column;
        gap: 2rem;
    }
    .campaign-list{
        width: 100%;
    }
    .campaign-card h3{
        font-size: 1.4rem;
    }
}
/*---------------------------------------------------------------------------- news */
section.cont-news{
    padding-bottom: 6rem;
}
.news_list_wrap{
    background-color: #ffffff;
}
.news_list_item:not(:last-child){
    border-bottom:1px solid #DDDDDD;
}
.news_list_item a {
    padding: 0.8rem 0;
    display: block;
    padding: 2rem;
}
.news_list_item a:hover .article_list_headline{
    text-decoration: underline;
}
.news_list_item .date {
    width: 90px;
    float: left;
}
.news_list_item a .article_list_headline {
    width: calc(100% - 90px);
    margin: 0 0 0 auto;
}
.news_footer_link {
    margin: 10px 0 0px auto;
    text-align: right;
}
.news_footer_link a{

    text-decoration: underline;
    font-size: 0.9em;
}
@media screen and (max-width: 600px) {
    .news_list_item .date{
        float: initial;
        display: block;
        margin-bottom: 0.5rem;
    }
    .news_list_item a .article_list_headline{
        width: 100%;
        margin: 0;
    }
}
/*---------------------------------------------------------------------------- cont-footer */
section.cont-footer{  
    padding-bottom: 6rem;
}
.cont-footer-imgWrap{
    display: block;
    background: #fff;
    border: 1px solid #DDDDDD;
    padding: 2rem;
    max-width: 690px;
    margin: 1rem auto 0;
}
.cont-footer-imgWrap img{
    width: 100%;
    max-width:550px;
    margin: 0 auto;
    display: block;
}