/* General */
@font-face {
    font-family: 'D-DIN-Bold';
    src: url('/enxross/common/font/D-DIN-Bold.woff') format('woff');
}
@font-face {
    font-family: 'D-DIN-Regular';
    src: url('/enxross/common/font/D-DIN.woff') format('woff');
}
.wrapper, .container-in {
    overflow: visible;
}
#mind, #aboutEnxross, #enxrossAward, #applyThemes, #prize, #judges, #enXrossExhibition, #sponsorship, #contact, #application, #overview, #news, #spLecture, #spMC, #guestSpeakers, #host, #credit {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: .875rem;
    line-height: 1.8;
    text-align: justify;
}
h2.headline {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    padding-left: 1.125rem;
    border-left: 4px solid #000;
    margin-bottom: 1.125rem;
}
.bold {
    font-weight: 700;
}
p.text-white {
    color: #fff;
}
.text-p {
    color: #EF0070;
}
.sub-gnav_container {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: .875rem;
    list-style: none;
}
.list-disc li {
    font-family: 'M PLUS 1p', sans-serif;
    list-style: disc;
    list-style-position: inside;
}
img {
    object-fit: contain;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 576px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
/* Responsive Container */
.r-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 64px 0;
}
@media screen and (max-width: 960px) {
    .r-container {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .r-container {
        padding: 36px 0;
    }
}

/* Button */
.btn {
    display: block;
    width: 100%;
    max-width: 231px;
    font-size: .875rem;
    padding: 17px 0;
    text-align: center;
}
.ol.black {
    color: #000;
    border: 1px solid #000;
    transition: all .2s ease-in-out;
}
.ol.black:hover {
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
.solid.black {
    color: #fff;
    background-color: #000;
}
.wide {
    max-width: 100%;
    margin-top: 1.5rem;
}
.btn_container {
    display: flex;
    gap: 1.125rem;
}
.btn_container.r-container {
    justify-content: center;
}
.btn_container.sponsor-btn {
    margin-top: 2.4rem;
}
.ol.white {
    color: #fff;
    border: solid 1px #fff;
    transition: all .2s ease-in-out;
}
.ol.white.hover {
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.btn-title {
    margin-bottom: .8rem;
}
.btn-notes {
    align-self: flex-end;
}
.btn-wrapper {
    flex-grow: 1;
}
.btn-inner {
    display: flex;
    gap: 1.125rem;
}

.btnimg {
    max-width: 100%;
    padding: 0;
    transition: all .2s ease-in-out;
    display: block;
}
.img-btn {
    transition: all .2s ease-in-out;
}
.btnimg:hover > img {
    opacity: .7;
    cursor: pointer;
}

@media screen and (max-width: 576px) {
    .btn {
        max-width: 100%;
    }
    .btn_container {
        flex-direction: column;
    }
}

.in-content {
    margin-top: 2rem;
}

/* Content Title */
.content_title_oneline {
    height: 48px;
}
.content_title_twolines {
    height: 107px;
}

/* Global Navigation */
.gnav_wrap {
    position: sticky;
    /*top: 0;*/
    z-index: 9;
    background-color: #fff;
}
.gnav_container {
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
.gnav_list_item a img {
    height: 48px;
    transition: all .2s ease-in-out;
}
.gnav_list_item a img:hover {
    opacity: .8;
    cursor: pointer;
}
.gnav_container .r-container {
    padding: 0;
}
@media screen and (max-width: 1279.9999px) {
    .gnav_container {
        justify-content: center;
        gap: 12px;
        padding: 12px 0;
    }
}

/* Sub Global Navigation */
.sub-gnav_container_wrap {
    position: sticky;
    z-index: 7;
    /*top: 80px;*/
}
.sub-gnav_container {
    display: flex;
    justify-content: center;
    gap: 36px;
    padding: 11px 0;
    background-color: #000;
    font-size: .875rem;
}
.sub-gnav_list_item a {
    color: #fff;
    white-space: nowrap;
    transition: all .2s ease-in-out;
}
.sub-gnav_list_item a:hover {
    opacity: .8;
    cursor: pointer;
}
@media screen and (max-width: 1279.9999px) {
    /*.gnav_wrap {
        top: 70px;
    }*/
    /*.sub-gnav_container_wrap {
        top: 142px;
    }*/
}
@media screen and (max-width: 768px) {
    .sub-gnav_container{
        padding: 11px 10% 11px 5%;
    }
    .sub-gnav_container.scrollable{
        overflow-x: scroll;
        justify-content: flex-start;
    }
}

/* Container with Background */
.bg_container_c {
    background: url(/enxross/top/images/cross_bg_c_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: -200px;
    background-color: #fff;
}
.bg_container_m {
    background: url(/enxross/top/images/cross_bg_m_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}
.bg_container_black {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 80px;
    padding: 120px 0;
}
/*@media screen and (max-width: 1440px) {
    .bg_container_c {
        background-size: contain;
    } 
}*/
@media screen and (max-width: 768px) {
    .bg_container_c {
        background: url(/enxross/top/images/cross_bg_c_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

/* MV */
.mv_ttl_container {
    width: 100%;
    height: calc(100svh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mv_ttl_obj {
    height: 48px;
    padding: 10px 12px 10px 36px;
    background-color: #000;
    margin-bottom: 1.5rem;
}
.mv_ttl_logo {
    width: 100%;
    max-width: 636px;
    margin-top: 3.5rem;
}
@media screen and (max-width: 1279.9999px) {
    .mv_ttl_container {
        height: calc(100svh - 142px);
    }
}
@media screen and (max-width: 768px) {
    .mv_ttl_obj {
        max-width: 90%;
        padding: 10px 12px 10px 12px;
    }
    .mv_ttl_logo {
        max-width: 90%;
        padding-left: 5%;
        margin-top: 1rem;
    }
}

/* Lead */
.lead_ttl_obj {
    margin: 100px 0;
}
@media screen and (max-width: 768px) {
    .lead_ttl_obj {
        margin: 48px 0;
    }
}

/* enXross */
#aboutEnxross > img {
    margin: 36px 0 12px 0;
}
#mind > img {
    margin: 36px 0 64px 0;
}

/* enXross Award */
#enxrossAward {
    padding-top: 120px;
}
#enxrossAward, #applyThemes, #prize {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
}
#spMC {
    margin-bottom: 64px;
}

/* News */ /* Cards */
#news {
    margin-bottom: 64px;
}
.card-img {
    scale: 100%;
    -webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.card-list {
    display: flex;
    flex-wrap: wrap;
}
.card-list__link {
    width: 25%;
}
.card-list__link:hover {
    cursor: pointer;
}
a.card-list__link:hover>.card-inner>.card-img {
    scale: 103%;
    cursor: pointer;
}
.card-inner {
    position: relative;
    overflow: hidden;
}
.card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    padding: 12px;
    z-index: 2;
}
.card-text p {
    text-align: left;
}
.card-text p:first-of-type {
    font-weight: 900;
}
.card-text p:last-of-type {
    font-size: .8rem;
}
p.news-date {
    font-family: 'D-DIN-Regular', sans-serif;
}
@media screen and (max-width: 768px) {
    .card-list__link {
        width: 33.333333%;
    }
}
@media screen and (max-width: 576px) {
    .card-list__link {
        width: 50%;
    }
    .card-text p {
        font-size: .8rem;
        line-height: 1.4;
    }
}

/* enXross Exhibition */
#enxrossExhibition {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
    margin-top: 64px;
}

/* Guest Speakers */


/* Host */
#host {
    margin-bottom: 64px;
}

/* Spoonsors */
.sponsors-img {
    border: solid 2px #D0D0D0;
}
.sponsors_content_container {
    margin-bottom: 64px;
}

/* Contact */
#contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
    z-index: 8;
}
.contact_title_obj {
    height: 72px;
}
.contact_address_obj {
    height: 18px;
}
.contact_title_container {
    text-align: center;
}
@font-face {
    font-family: 'D-DIN-Bold';
    src: url('/enxross/common/font/D-DIN-Bold.woff') format('woff');
}
.phone-number {
    font-family: 'D-DIN-Bold', sans-serif;
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .contact_title_obj {
        max-width: 70%;
    }
}


/* Credit */
.bg_container_pink {
    background-color: #EF0070;
    padding: 16px 0;
    position: sticky;
    z-index: 8;
    width: 100%;
    left: 0;
}
.bg_container_pink p {
    color: #fff;
    text-align: center;
}
.bg_container_pink p a {
    color: #fff;
    text-decoration: underline;
    transition: all .2s ease-in-out;
}
.bg_container_pink p a:hover {
    opacity: .8;
    cursor: pointer;
}
span.spacing {
    margin-left: 1.5rem;
}
.x-logo {
    height: 16px;
    vertical-align: text-bottom;
}

/* Application */
.linktext-pink {
    color: #EF0070;
    transition: all .2s ease-in-out;
}
.linktext-pink:visited {
    color: #EF0070;
}
.linktext-pink:hover {
    cursor: pointer;
    opacity: .8;
}

/* note RSS cards */
.mu {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    width: 24%;
    justify-content: space-between;
    transition: all .2s ease-in-out;
}
.mu:hover {
    opacity: .7;
}
.mu > figure {
    display: none;
}
#newsContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.4rem;
}
.note-date {
    font-family: 'D-DIN-Regular', sans-serif;
    margin-bottom: .3rem;
}
.note-text {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: .875rem;
}
.note-textarea {
    padding: .8rem;
    flex-grow: 1;
}
@media screen and (max-width: 768px) {
    #newsContent {
        flex-direction: column;
        margin-bottom: 0;
    }
    .mu {
        width: 100%;
        margin-bottom: 1rem;
    }
    
}

.img-banner-btn {
    transition: all .2s ease-in-out;
}
.img-banner-btn:hover {
    opacity: .7;
}


/* モーダル */

/* 写真ホバー時の挙動 */
.card-list__link {
    transition: all ease-in-out .2s;
}
.card-inner {
    overflow: hidden;
}
.card-list__link:hover > .card-inner > img {
    scale: 1.05;
    opacity: .7;
}

/* モーダル見た目 */
.modal-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    background-color: #fff;
}
.modal-inner-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    align-items: flex-start;
}
.modal-inner__img {
    max-width: 321px;
    width: 100%;
}
.modal-inner__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}
.close-btn {
    height: 20px;
    align-self: flex-end;
    transition: all ease-in-out .2s;
}
.close-btn:hover {
    cursor: pointer;
    opacity: .8;
}
.modal-name-wrapper {
    padding-left: 12px;
    border-left: solid 4px #000;
    margin-bottom: 12px;
}
.modal-name-jp {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
}
.modal-name-en {
    font-family: 'D-DIN-Bold', sans-serif;
    font-size: .875rem;
}
.modal-role {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: .875rem;
    font-weight: 900;
}
.modal-bio-title, .modal-comment-title {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: .875rem;
    font-weight: 900;
    margin-bottom: 4px;
}
.modal-bio-text {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
}
.modal-bio-text > li {
    display: flex;
}
.modal-bio-text > li > span:first-of-type {
    text-wrap: nowrap;
    padding-right: 12px;
    min-width: 100px;
}
.modal-bio-text > li > span.year-long {
    min-width: 132px;
}
.modal-bio-text__bottom {
    margin-top: 8px;
}
.modal-container {
    display: none;
}
.modal-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow-y: scroll;
}
.show-modal {
    display: block;
}
@media screen and (max-width: 768px) {
    .modal-inner__img {
        width: 180px;
    }
}
@media screen and (max-width: 576px) {
    .modal-inner {
        padding: 24px;
    }
    .modal-inner-wrapper {
        flex-direction: column;
        gap: 36px;
    }
    .modal-inner__img {
        align-self: center;
    }
    .modal-bio-text > li {
        flex-direction: column;
        margin: 8px 0;
    }
}