@charset "utf-8";
/*COMMON*/

/* BASEFONT[10px] */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 1.75;
    font-family: YakuHanJP, "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
    color: #000;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}

/* IE */

@media all and (-ms-high-contrast: none) {
    body {
        font-family: "メイリオ", Meiryo, "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
    }
}

.txt-hidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.fade {
    transition: .3s;
}

.fade:hover {
    opacity: 0.7;
}

img {
    vertical-align: bottom;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

.futura-pt {
    font-family: futura-pt, sans-serif;
    /* font-weight: 300; */
    /* font-weight: 500; */
    font-variant-ligatures: no-common-ligatures;
}

.tsukuardgothic {
    font-family: fot-tsukuardgothic-std, sans-serif;
    /* font-weight: 400; */
    /* font-weight: 700; */
}

.jost {
    font-family: 'Jost', sans-serif;
}

/* start loading */

@keyframes loadAnime {
    0% {
        transform: scale(0.75);
    }
    100% {
        transform: scale(1);
    }
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

#loadWrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 20000;
    background: #fff;
}

#loadIcon {
    font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    color: #000;
    letter-spacing: 0.075em;
    line-height: 2em;
    font-size: 1.1rem;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    color: #000;
    transform: translate(0, -50%);
    z-index: 20001;
}

#loadIcon img {
    animation: loadAnime .5s alternate infinite;
}
#loadIcon {
    /* width: 50%; */
    /* left: 50%; */
    padding: 0 35%;
}

#loadIcon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    width: 100px;
    height: auto;
}

/* end loading */

/* start nav */

#nav .gnav {
    transition: all 0s;
}

#nav {
    position: absolute;
    top: 28px;
    right: 50px;
}

.gnav .box ul.list {
    display: flex;
}

.gnav .box ul.list li {
    line-height: 1.8;
    position: relative;
    margin-left: 38px;
    margin-bottom: 10px;
}

.gnav .box ul.list li a {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1rem;
}

/* end nav */

#header h1 {
    position: absolute;
    top: 30px;
    left: 50px;
    width: 172px;
}

#header h1 img {
    width: 100%;
}

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

#main .link {
    display: block;
    border: solid 6px #000;
    text-align: center;
    margin: 69px auto 0;
    padding: 35px 0;
    max-width: 960px;
    /* box-shadow */
    width: 100%;
    background-color: #F0F0F0;
    box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.2);
}

#main .link span {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
}

#main .link.ctn-btn {
    max-width: 500px;
    position: relative;
}

#main .link.ctn-btn span {
    position: relative;
    padding-left: 40px;
}

#main .link.ctn-btn span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 28px;
    height: 19px;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/icon_contact.png);
    background-size: 100%;
}

.contents-body {
    /* height: 3000px; */
}

.bg1 {
    /* background-color: #F0F0F0; */
}

.bg2 {
    /* background-color: #F5F5F5; */
}

.bg3 {
    background-color: #dfdede;
}

#contents1 {
    /* width: calc(100% - 100px); */
    /* border-radius: 0 150px 150px 0; */
    overflow: hidden;
    /* margin-right: 120px; */
}

#contents2 {
    width: 100%;
    /* padding-left: 120px; */
}

#contents1 .contents-body {
    /* padding-left: 120px; */
    /* padding-bottom: 60px; */
    position: relative;
}

#contents2 .contents-body {
    /* border-radius: 150px 0 0 0; */
    /* padding-right: 120px; */
}

#contents1 .contents-body:before, #contents1 .contents-body:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background-repeat: no-repeat;
}

#contents1 .contents-body:before {
    display: none;
    width: 550px;
    top: 196px;
    right: 0;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_parts1.png);
}

#contents1 .contents-body:after {
    display: none;
    width: 450px;
    top: 196px;
    left: 0;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_parts2.png);
}

.inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

#main .inner {
    position: relative;
    z-index: 10;
}

h3 {
    font-style: normal;
    line-height: 1;
}

#footer {
    background-color: #000;
    padding: 68px 0 20px;
    background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_footer.jpg);
    background-size: cover;
    position: relative;
    z-index: 9;
}

#footer .title {
    text-align: center;
    margin-bottom: 75px;
    display: block;
}

#footer .gnav {
    margin-bottom: 35px;
}

#footer .gnav .box ul.list {
    justify-content: center;
}

#footer .gnav .box ul.list li {
    /* margin-left: 38px; */
}

#footer .gnav .box ul.list li:first-child {
    margin-left: 0;
}

#footer .gnav .box ul.list li a {
    color: #fff;
}


#footer .share-icon {
display: flex;
justify-content: center;
margin: 0 0 50px;
}
#footer .share-icon a {
    height: 30px;
    margin: 0 16px;
    transition: .3s;
}
#footer .share-icon a img {
    height: 100%;
}
#footer .share-icon a:hover {
    opacity: 0.7;
}

#copyright {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.06rem;
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 70px;
    z-index: 100;
}

#pagetop img {
    width: 100%;
}

@media screen and (max-width: 1360px) {
    /*--------------------------------------------------------------
----------------------------------------------------------------
NAV change
----------------------------------------------------------------
----------------------------------------------------------------*/
    /* start nav */
    #nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #nav:before {
        content: "";
        position: fixed;
        z-index: 99;
        background-color: rgba(51, 51, 51, 0.5);
        top: 0;
        left: 0;
        opacity: 0;
        transition: 0.2s;
    }
    #nav.active:before {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    #panel-list {
        /* margin: 0 auto; */
        /* text-align: center; */
        width: 100%!important;
    }
    #panel-btn {
        display: inline-block;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 20px;
        right: 20px;
        z-index: 9999;
    }
    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 10px;
        width: 25px;
        height: 3px;
        margin: 0;
        background: #000;
        transition: 0.2s;
        /* border-radius: 10px; */
    }
    #panel-btn-icon:before, #panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 25px;
        height: 3px;
        background: #000;
        transition: 0.3s;
        /* border-radius: 10px; */
    }
    #panel-btn-icon.close:before, #panel-btn-icon.close:after {
        background: #000;
    }
    #panel-btn-icon:before {
        margin-top: -10px;
    }
    #panel-btn-icon:after {
        margin-top: 6px;
    }
    #panel-btn .close {
        background: transparent;
    }
    #panel-btn .close:before, #panel-btn .close:after {
        margin-top: 0;
    }
    #panel-btn .close:before {
        transform: rotate(-45deg);
    }
    #panel-btn .close:after {
        transform: rotate(-135deg);
    }
    #nav {display: none;}
    #nav.nav_sp {display: block;}
    #nav.active #panel-btn {
        position: fixed;
    }
    #nav .gnav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        background-color: #efefef;
        transform: translate(312px);
        transition: all 0.2s;
        /* opacity: 0; */
    }
    #nav.active .gnav {
        transform: translate(0px);
        /* opacity: 1; */
        width: 200px;
    }
    #nav .gnavInner {
        position: relative;
        width: 100%;
        height: 100%;
        /* overflow-y: scroll; */
        display: flex;
        align-items: center;
    }
    #nav .gnav a {
        color: #000;
    }
    #nav .gnav .box {
        margin-right: 0;
    }
    #nav .gnav .box h3 {
        line-height: 1;
        color: #fff;
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: 0.3rem;
        margin-top: 38px;
        margin-bottom: 0;
    }
    #nav .gnav .box ul.list {
        /* margin: 17px 0 0 19px; */
        display: block;
    }
    #nav .gnav .box ul.list li {
        line-height: 2;
        position: relative;
    }
    #nav .gnav .box ul.list li:before {
        /* content: ""; */
        /* position: absolute; */
        /* top: 15px; */
        /* left: -15px; */
        /* width: 8px; */
        /* height: 1px; */
        /* background-color: #dd8d8d; */
    }
    #nav .gnav .box ul.list li a {
        font-size: 2.4rem;
        font-weight: 600;
    }
    #nav .gnav .box:nth-of-type(2) h3 {
        margin-bottom: 34px;
        margin-top: 28px;
    }
    #nav .gnav .box .share {
        display: flex;
        margin: 50px 0 0 5px;
    }
    #nav .gnav .box .share a {
        width: 26px;
        height: 26px;
        display: block;
        margin-right: 12px;
    }
    #nav .gnav .box .share a img {
        width: 100%;
    }
    #nav .gnav .info {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 40px 0 0 0;
    }
    #nav .gnav .info a {
        margin-left: 20px;
    }
    #nav .gnav .info a:first-child {
        margin-left: 0;
    }
    /* end nav */
}

@media screen and (min-width: 640px) {
    /*--------------------------------------------------------------
  ----------------------------------------------------------------
  PC only
  ----------------------------------------------------------------
  ----------------------------------------------------------------*/
    .sp {
        display: none!important;
    }
}

@media screen and (max-width: 1180px) {
    /* @media screen and (max-width: 639px) { */
    /*--------------------------------------------------------------
----------------------------------------------------------------
SP only
----------------------------------------------------------------
----------------------------------------------------------------*/
    .pc {
        display: none!important;
    }
    *:focus {
        outline: none;
    }
    img {
        width: 100%!important;
    }
    #loadIcon img {
    /* padding: 0 36%; */
    }
    #header h1 {
        position: absolute;
        top: 18px;
        left: 20px;
        width: inherit;
        /* top: 0; */
        /* left: 0; */
        /* width: 240px; */
        /* z-index: 1000; */
        /* background-color: #fff; */
        /* padding: 17px 20px 25px; */
        /* width: 100%; */
        z-index: 10;
    }
    #header h1 a {
        max-width: 120px;
        display: block;
    }
    #header h1 img {
        /* width: 100%; */
    }
    #main .link {
        /* display: block; */
        border: solid 4px #000;
        /* text-align: center; */
        margin: 40px auto 0;
        padding: 17px 0px;
        max-width: inherit;
        /* box-shadow */
        width: calc(100% - 40px);
        /* box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.2); */
    }
    #main .link span {
        font-size: 1.6rem;
        /* line-height: 1; */
        /* font-weight: 600; */
    }
    #main .link.ctn-btn {
        max-width: 500px;
        position: relative;
    }
    #main .link.ctn-btn span {
        position: relative;
        padding-left: 30px;
    }
    #main .link.ctn-btn span:before {
        /* content: ""; */
        /* position: absolute; */
        top: 3px;
        /* left: 0; */
        /* display: block; */
        width: 20px;
        height: 13px;
        /* background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/icon_contact.png); */
        /* background-size: 100%; */
    }
    .contents-body {
        /* height: 3000px; */
    }
    .bg1 {
        background-color: inherit;
    }
    .bg2 {
        /* background-color: #F5F5F5; */
    }
    .bg3 {
        background-color: #dfdede;
    }
    #contents1 {
        width: 100%;
        /* border-radius: 0 50px 50px 0; */
        /* overflow: hidden; */
        /* margin-right: 20px; */
    }
    #contents2 {
        width: 100%;
        /* padding-left: 20px; */
    }
    #contents1 .contents-body {
        padding-left: 0px;
        padding-bottom: 0;
        position: relative;
    }
    #contents2 .contents-body {
        /* border-radius: 50px 0 0 0; */
        padding-right: 0;
    }
    #contents1 .contents-body:before, #contents1 .contents-body:after {
        content: "";
        position: absolute;
        z-index: 1;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }
    #contents1 .contents-body:before {
        width: 100%;
        top: 40vw;
        right: 0;
        background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_parts1_sp.jpg);
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }
    #contents1 .contents-body:after {
        width: 100%;
        top: 250vw;
        left: 0;
        background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_parts2_sp.jpg);
    }
    .inner {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }
    #main .inner {
        position: relative;
        z-index: 10;
    }
    .futura-pt {
        font-family: futura-pt, sans-serif;
        /* font-weight: 300; */
        /* font-weight: 500; */
    }
    .tsukuardgothic {
        font-family: fot-tsukuardgothic-std, sans-serif;
        /* font-weight: 400; */
        /* font-weight: 700; */
    }
    h3 {
        font-style: normal;
        line-height: 1;
    }
    #footer {
        /* background-color: #000; */
        padding: 44px 0 20px;
        background-image: url(/summit/wcw2026/wp-content/themes/cancerx_2026/images/bg_footer_sp.jpg);
        /* background-size: cover; */
    }
    #footer .title {
        text-align: center;
        width: 180px;
        margin: 0 auto 45px;
    }
    #footer .title img {
        width: 100%;
    }
    #footer .gnav {
        margin-bottom: 47px;
    }
    #footer .gnav .box ul.list {
        /* justify-content: center; */
        flex-direction: column;
    }
    #footer .gnav .box ul.list li {
        margin-left: 0;
        text-align: center;
        margin-bottom: 9px;
    }
    #footer .gnav .box ul.list li:first-child {
        margin-left: 0;
    }
    #footer .gnav .box ul.list li a {
        color: #fff;
        font-size: 1.7rem;
    }




    #footer .share-icon {
        margin: 0 0 33px;
        }
        #footer .share-icon a {
        }
        #footer .share-icon a img {
        }
        #footer .share-icon a:hover {
        }


    #copyright {
        /* text-align: center; */
        /* color: #fff; */
        font-size: 1.1rem;
        /* letter-spacing: 0.06rem; */
    }
    #pagetop {
        /* position: fixed; */
        /* bottom: 10px; */
        /* right: 10px; */
        width: 50px;
    }
    #pagetop img {
        width: 100%;
    }
}