@charset "utf-8";
#header {
    width: 100%;
    height: 750px;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_header.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 10;
}

#header .h-logo {
    width: 834px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -417px;
}

#header .h-logo img {
    width: 100%;
}

#header .h-logo h2 {
    margin: 0px 0 55px 0;
}

#contents1 .contents-body .inner {
    padding-bottom: 0;
}

#main #contents1 {
    position: relative;
    z-index: 1;
}

#main #contents1 .block {
    margin-bottom: 60px;
}

#main #contents1 .block:last-child {
    margin-bottom: 0;
}

#main #contents1 .block h3 {
    margin-bottom: 48px;
}

#main #contents1 .block .text {
    font-size: 1.6rem;
    line-height: 2;
}

#main #contents1 .block .text p {
    margin-bottom: 13px;
}
#main #contents1 .block .text p.large {
    font-size: 1.8rem;
    font-weight: bold;
}

#main #contents1 .block:nth-child(1) {
    padding-top: 65px;
}

#main #contents1 .block:nth-child(1) h3 {
    font-size: 9.0rem;
    /* font-weight: 500; */
    /* letter-spacing: 0.17rem; */
}

#main #contents1 .block:nth-child(2) h3 {
    font-size: 6.0rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

#main #contents1 .block:nth-child(2) h3 span {
    font-size: 5.5rem;
    font-weight: 300;
    padding: 0 15px;
    position: relative;
    top: -8px;
}

#main #contents1 .block:nth-child(3) {
    margin-bottom: 80px;
}

#main #contents1 .block:nth-child(3) .subtitle {
    font-size: 2.9rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    line-height: 1;
    margin-bottom: 0px;
}

#main #contents1 .block:nth-child(3) h3 {
    font-size: 6.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

#main #contents1 .block:nth-child(4) {
    margin-bottom: 50px;
}

#main #contents1 .block:nth-child(4) .subtitle {
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.05rem;
}

#main #contents1 .block:nth-child(4) .subtitle span {
    font-size: 2.4rem;
    font-weight: 400;
}

#main #contents1 .block:nth-child(5) {
    margin-bottom: 0;
}

#main #contents1 .block:nth-child(5) .subtitle {
    font-size: 2.808rem;
    font-weight: 400;
    line-height: 1;
}

#main #contents1 .block:nth-child(5) h3 {
    font-size: 9.173rem;
    font-weight: 400;
    line-height: 1;
}

#contents2 .contents-body .inner {
    padding-bottom: 110px;
}

#contents2 .block:nth-child(1) {
    max-width: 960px;
    display: flex;
    padding-top: 70px;
    flex-wrap: wrap;
}

#contents2 .block-child {
    width: calc(50% - 15px);
    max-width: 465px;
    margin-right: 30px;
    margin-bottom: 50px;
}

#contents2 .block-child:nth-last-child() {
}
#contents2 .block-child:nth-child(2n) {
    margin-right: 0px;
}

#contents2 h3 {
    font-size: 4.0rem;
    margin-bottom: 20px;
    padding-left: 10px;
}

#contents2 .block-child .img {
    margin-bottom: 15px;
}

#contents2 .block .img img {
    width: 100%;
}

#contents2 .block-child .text {
    padding: 0 10px;
    font-size: 1.6rem;
}

#contents2 .link {
    margin: 4px auto 97px;
}

/* Sponsors */

#sponsors {
    clear: both;
}

#sponsors h3 {
    margin-bottom: 30px;
}

.sponsorsLogo {
    margin-bottom: 1.5rem;
}

.sponsorsLogo ul {
    margin: 0;
}

.sponsorsLogo li {
    display: inline-block;
    list-style-type: none;
    list-style-position: inside;
    margin-bottom: 1rem;
}

.sponsorsLogo.sponsorsLogoBig {}

.sponsorsLogo li img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.sponsorsLogo.sponsorsLogoSmall .columns {
    width: calc(19% - 20px)!important;
    margin-right: 20px;
    flex: none;
}

.sponsorsTxt ul {
    width: 100%;
    margin: 0;
}

.sponsorsTxt ul li {
    font-size: 1.5rem;
    display: inline-block;
    margin: 0 .75em .5em 0;
    line-height: 1em;
    color: #333;
}

.sponsorsTxt ul li a {
    line-height: 1.075em;
    letter-spacing: .075em;
}

.sponsorsTxt ul li a:hover {
    text-decoration: underline;
}

.sponsorsTxt.sponsorsTxtBig {
    margin-bottom: 1.5rem;
}

.sponsorsTxt.sponsorsTxtBig ul li {
    font-size: 1.5rem;
    color: #000;
}
.sponsorsTxtSmall2 {
    margin-top: 50px;
}

.sponsorsTxtSmall2 .sponsorsLogo.sponsorsLogoSmall .columns {
    width: calc(14% - 20px)!important;
    margin-right: 20px;
    flex: none;
}
/* /Sponsors */

@media screen and (max-width: 1180px) {
    /* @media screen and (max-width: 639px) { */
    /*--------------------------------------------------------------
----------------------------------------------------------------
SP only
----------------------------------------------------------------
----------------------------------------------------------------*/
    #header {
        /* width: 100%; */
        height: 133vw;
        /* background-image: none; */
        background-size: 200% 100%;
        background-repeat: no-repeat;
        background-position: top center;
        /* position: relative; */
        /* z-index: 10; */
    }
    #header .h-logo {
        width: 100%;
        margin: 0px auto;
        position: relative;
        top: 0;
        left: 0;
    }
    #header .h-logo img {
        width: 100%;
    }
    #header .h-logo img.sp {
        display: block!important;
    }
    #header .h-logo h2 {
        margin: 0px 0 9.3vw 0;
        position: relative;
        top: 27vw;
        padding: 0 6vw;
    }
    #main .link {
        /* display: block; */
        border: solid 4px #000;
        /* text-align: center; */
        margin: 40px auto 0;
        padding: 17px 0;
        /* max-width: 960px; */
        /* box-shadow */
        width: calc(100% - 40px);
        /* box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.2); */
    }
    #contents1 .contents-body .inner {
        padding-bottom: 0;
    }
    #main #contents1 {
        /* position: relative; */
        /* z-index: 1; */
    }
    #main #contents1 .block {
        margin-bottom: 25px;
    }
    #main #contents1 .block h3 {
        margin-bottom: 14px;
        line-height: 1.2;
    }
    #main #contents1 .block .text {
        font-size: 1.3rem;
        line-height: 1.8;
    }
    #main #contents1 .block .text p {
        margin-bottom: 8px;
    }
    #main #contents1 .block .text p.large {
        font-size: 1.5rem;
    }
    #main #contents1 .block:nth-child(1) {
        padding-top: 45px;
    }
    #main #contents1 .block:nth-child(1) h3 {
        font-size: 3.8rem;
        font-weight: 500;
        letter-spacing: 0.17rem;
    }
    #main #contents1 .block:nth-child(2) h3 {
        font-size: 3.5rem;
        /* font-weight: 500; */
        /* letter-spacing: 0.1rem; */
    }
    #main #contents1 .block:nth-child(2) h3 span {
        font-size: 3.4rem;
        font-weight: 300;
        padding: 0 10px;
        position: relative;
        top: -6px;
    }
    #main #contents1 .block:nth-child(3) {
        margin-bottom: 35px;
    }
    #main #contents1 .block:nth-child(3) .subtitle {
        font-size: 1.8rem;
        /* font-weight: 600; */
        /* letter-spacing: -0.1rem; */
        /* line-height: 1; */
        /* margin-bottom: 0px; */
    }
    #main #contents1 .block:nth-child(3) h3 {
        font-size: 4rem;
        /* font-weight: 500; */
        /* letter-spacing: 0.1rem; */
    }
    #main #contents1 .block:nth-child(4) {
        margin-bottom: 15px;
    }
    #main #contents1 .block:nth-child(4) .subtitle {
        font-size: 2rem;
        line-height: 1;
        font-weight: 600;
        letter-spacing: -0.05rem;
    }
    #main #contents1 .block:nth-child(4) .subtitle span {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.3;
    }
    #main #contents1 .block:nth-child(5) {
        margin-bottom: 0px;
    }
    #main #contents1 .block:nth-child(5) .subtitle {
        font-size: 1.65rem;
        font-weight: 400;
        line-height: 1;
    }
    #main #contents1 .block:nth-child(5) h3 {
        font-size: 5.5rem;
        font-weight: 400;
        line-height: 1;
        max-width: 530px;
    }
    #contents2 .contents-body .inner {
        padding-bottom: 70px;
    }
    #contents2 .block:nth-child(1) {
        display: block;
        padding-top: 20px;
    }
    #contents2 .block-child {
        width: 100%;
        max-width: inherit;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #contents2 .block-child:nth-last-child() {
        margin-right: 0px;
    }
    #contents2 h3 {
        font-size: 3.6rem;
        margin-bottom: 12px;
    }
    #contents2 .block-child .img {
        margin-bottom: 8px;
    }
    #contents2 .block .img img {
        width: 100%;
    }
    #contents2 .block-child .text {
        padding: 0;
    }
    #contents2 .link {
        margin: 45px auto;
        width: 100%;
    }
    /* Sponsors */
    .sponsorsLogo.sponsorsLogoSmall .columns {
        width: calc(33% - 15px)!important;
        flex: none;
        margin-right: 10px;
    }
    .sponsorsTxtSmall2 .sponsorsLogo.sponsorsLogoSmall .columns {
        width: calc(33% - 15px)!important;
        flex: none;
        margin-right: 10px;
    }
    /* /Sponsors */
}