:root {
    --expo-blue: #006cb7;
    --expo-red: #e70012;
}

#pre-load {
    position:fixed;
    z-index:150;
    width:100%;
    height:100%;
    background:#fff;
    top:0;
    left:0;
}
#pre-load p {
    position:relative;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align:center;
}
#pre-load p img {
    width: 160px;
    height: auto;
}

#contents-wrapper {
    width: 900px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: 0.05em;
}

#team-expo {
    position: relative;
}

h1#team-expo-head {
    position: relative;
    margin: 0;
    padding: 60px 0;
    bottom: auto;
    left: auto;
    text-align: center;
    color: var(--expo-blue);
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
}

#team-expo-content {
    padding-bottom: 50px;
    background: #f5f9fd;
}

.team-expo-btn-wrap {
    width: 640px;
    margin: 0 auto 60px auto;
}
.team-expo-btn-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.team-expo-btn-head span {
    background: linear-gradient(90deg, #006cb7, #e70012);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.team-expo-btn-head::before,
.team-expo-btn-head::after {
    content: "";
    height: 1px;
    background: #333;
    flex-grow: 1;
}
.team-expo-btn-head::before {
    background: linear-gradient(90deg, #006cb7, #335493);
}
.team-expo-btn-head::after {
    background: linear-gradient(90deg, #b41836, #e70012);
}
.team-expo-btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
}
.team-expo-btn-list li {
    width: calc((100% - 40px) / 2);
}
a.team-expo-btn {
    display: block;
    padding: 18px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.team-expo-btn-ins {
    background-color: var(--expo-blue);
}
.team-expo-btn-you {
    background-color: var(--expo-red);
}
@media (hover: hover) {
    a.team-expo-btn:hover {
        text-decoration: none;
        filter: opacity(0.6);
    }
}

.team-expo-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
}

.team-expo-content-box {
    padding: 0 50px;
    margin-top: 60px;
}
.team-expo-content-box-head {
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid rgba(51 51 51 / 0.5);
}
.team-expo-challenge-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    justify-content: center;
}
.team-expo-challenge-list-sp {
    flex-direction: column;
    align-items: center;
}
.team-expo-challenge-list li {
    width: calc((100% - 40px) / 2);
    text-align: center;
}
.team-expo-challenge-list-sp li.sp {
    width: 100%;
}
.team-expo-challenge-img {
    border-radius: 5px;
}

.team-expo-insta-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 35px;
}
.team-expo-insta-list li {
    position: relative;
    width: calc((100% - 4px) / 3);
}
.team-expo-insta-list li::before{
    content: "";
    display: block;
    padding-top: 100%;
}
.team-expo-insta-list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.team-expo-insta-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-expo-challenge-title {
    margin-top: 1em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.team-expo-challenge-text {
    margin-top: 0.75em;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}
.team-expo-challenge-link {
    margin-top: 1em;
    display: inline-block;
    padding: 0.7em 4em;
    font-size: 14px;
    font-weight: bold;
    color: var(--expo-blue);
    border: 1px solid var(--expo-blue);
    border-radius: 5px;
}
@media (hover: hover) {
    .team-expo-challenge-link:hover {
        text-decoration: none;
        filter: opacity(0.6);
    }
}
.team-expo-message {
    margin-top: 60px;
    padding: 60px;
    background: linear-gradient(90deg, #006cb7, #e70012);
    color: #fff;
}
.team-expo-message-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.team-expo-message-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.team-expo-content-box-text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.team-expo-information {
    padding: 0 50px;
    margin-top: 60px;
}
.team-expo-info-wrap {
    padding: 40px;
    background: #fff;
}
.team-expo-info-head {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.team-expo-info-list {
    border-top: 1px solid #eaeaea;
}
.team-expo-info-list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}
.team-expo-info-date {
    width: 130px;
    font-size: 12px;
}
.team-expo-info-box {
    flex: 1;
}
.team-expo-info-title {
    margin-bottom: 5px;
    line-height: 1.7;
    font-size: 13px;
    font-weight: bold;
}
.team-expo-info-text {
    font-size: 12px;
    line-height: 1.7;
}
.team-expo-bottom {
    margin-top: 50px;
    text-align: center;
}
.team-expo-bottom-text {
    text-align: center;
    line-height: 1.7;
}
.team-expo-bottom-bnr {
    display: inline-block;
    margin-bottom: 30px;
}
br.smpbr {
    display: none;
}

.team-expo-youtube-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 35px;
}
.team-expo-youtube-list li {
    position: relative;
    width: calc((100% - 50px) / 3);
}
.team-expo-youtube-thumb {
    position: relative;
}
.team-expo-youtube-thumb.play::after {
    content: "";
    position: absolute;
    display: block;
    width: 78px;
    height: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/team-expo2025-program-artra/img/yt_play_btn.svg") no-repeat;
    background-size: contain;
}
@media (hover: hover) {
    .team-expo-youtube-list li a:hover {
        filter: opacity(0.8);
    }
}
.team-expo-youtube-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 5px;
}
.team-expo-youtube-title {
    margin-top: 15px;
    font-size: 14px;
}

.team-expo-join {
    width: 640px;
    margin: 30px auto 60px auto;
    text-align: center;
}
a.team-expo-join-btn,
a.team-expo-btn-sp {
    display: inline-block;
    width: 300px;
    text-align: center;
}
.team-expo-challenge-text + .team-expo-join-btn {
    margin-top: 30px;
}
.team-expo-challenge-text + .team-expo-btn-sp {
    margin-top: 15px;
}
.team-expo-message + .team-expo-btn-wrap {
    margin-top: 60px;
}
.team-expo-text strong {
    color: var(--expo-blue);
    font-weight: bold;
}

#form-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0 0 0 / 0.7);
    z-index: 10;
}
#form-box-contents {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#form-box-inner {
    width: min(90%, 480px);
    background: #fff;
    border-radius: 10px;
}
#form-wrap {
    padding: 40px 30px;
}
#form-wrap.loaded {
    display: none;
}
.form-head {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
}
.form-input {
}
.form-input:not(:last-of-type) {
    margin-bottom: 10px;
}
.form-input input {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.7;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background-color: #efefef;
}
.form-submit {
    margin-top: 25px;
    padding: 0 40px;
}
.form-submit-head {
    margin-bottom: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.form-submit button {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    background-color: var(--expo-red);
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 10px;
    letter-spacing: 0.08em;
    cursor: pointer;
}
#form-complete {
    position: relative;
    display: none;
    padding: 40px 30px;
}
.loaded + #form-complete {
    display: block;
}
.form-complete-head {
    margin-bottom: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.form-complete-close {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    top: 15px;
    right: 15px;
}
.form-complete-close::before,
.form-complete-close::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 36px;
    top: 50%;
    left: 50%;
    background-color: #ccc;
}
.form-complete-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.form-complete-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 576px) {
    body {
        max-width: 100%;
        min-width: 100%;
    }
    br.smpbr {
        display: inline;
    }
    #head-inner {
        width: 100% !important;
        height: 70px;
        padding: 0 15px;
    }
    #contents-wrapper,
    #top-btn-area,
    #foot-inner {
        width: 100%;
    }
    
    #head-inner {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #head-inner h1 {
        position: relative;
        bottom: auto;
        left: auto;
    }
    #head-logo img {
        height: 36px;
        width: auto;
    }
    #global-menu {
        position: fixed;
        top:0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 70px 15px 0 15px;
        z-index:10;
        background:linear-gradient(rgba(255,255,255,0.9), rgba(245,245,245,1.0));
        width:100%;
        transform:translateX(102%);
        transition: all 0.2s ease;
    }
    #global-menu.active {
        transform:translateX(0px);
    }
    #global-menu li {
        display: block;
        margin-left: 0;
        border-bottom:1px rgba(0,0,0,0.3) dotted;
    }
    #global-menu li:first-of-type {
        border-top:1px rgba(0,0,0,0.3) dotted;
    }
    #global-menu li a {
        display: block;
        text-align: center;
        padding: 1em;
    }
    #global-menu .global-menu-sp::before {
        content: attr(data-alt);
        font-size: 14px;
        font-weight: bold;
        color: #666;
        letter-spacing: 0.08em;
    }
    #global-menu .global-menu-sp img {
        display: none;
    }
    #head-inner #global-menu-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        position: absolute;
        width:50px;
        height:50px;
        top:10px;
        right:15px;
        z-index:100;
    }
    #head-inner #global-menu-nav span {
        display:block;
        background:#04287e;
        width:26px;
        height:2px;
    }
    #bread-area,
    #top-btn-area {
        display: none;
    }
    .content-wrap {
        padding: 15px;
    }
    #foot-wrapper {
        margin-top: 0;
        padding: 20px 15px;
        border-top: 1px solid #d0e6f2;
        height: auto;
        background-image: none;
        background: linear-gradient(#fff, #d0e6f2);
    }
    #foot-info {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 20px;
    }
    #foot-info a {
        display: inline-block;
        width: 100%;
        height: auto;
        text-align: center;
    }
    #foot-info a img.btn-hover {
        display: none;
    }
    #foot-info .btn-foot-form {
        display: block;
        padding: 8px 0;
        background: linear-gradient(#fff 40%, #f0f0f0 60%, #eee);
        box-shadow: 0 0 0 1px #d1d1d1 inset, 0 0 0 2px #fff inset;
        border-radius: 5px;
        color: #666;
        font-size: 13px;
        font-weight: bold;
    }
    #foot-info .btn-foot-form::before {
        content: "\304A\554F\3044\5408\308F\305B\30D5\30A9\30FC\30E0\306F\3053\3061\3089";
    }
    #foot-link-box {
        position: relative;
        text-align: left;
        top: auto;
        right: auto;
    }
    ul.footer-link {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 15px;
    }
    ul.footer-link li {
        font-size: 12px;
        margin-left: 0;
        float: none;
    }
    .act_link {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 12px;
    }
    #foot-link-box .clearfix {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    #foot-link-box .number {
        width: 100%;
        padding-top: 0;
        font-size: 12px;
        float: none;
    }
    #foot-link-box .jpx_box {
        float: none;
        margin-top: 0;
        text-align: center;
        margin-right: 0;
    }
    #foot-link-box .pmark_box {
        margin-top: 0;
        float: none;
    }
    #foot-link-box .health_box {
        margin-top: 0;
        float: none;
        margin-left: 0;
    }
    #foot-link-box address {
        margin-top: 20px;
        font-size: 10px;
        font-style: normal;
    }
    
    h1#team-expo-head {
        position: relative;
        margin: 0;
        padding: 30px 0 40px 0;
        bottom: auto;
        left: auto;
        font-size: 18px;
    }
    #team-expo-head img {
        width: 100%;
        height: auto;
    }
    .team-expo-btn-head {
        margin-bottom: 10px;
    }
    
    .team-expo-insta-list {
        gap: 1px;
    }
    .team-expo-insta-list li {
        width: calc((100% - 2px) / 3);
    }
    
    .team-expo-text {
        text-align: left;
    }
    .team-expo-text br {
        display: none;
    }
    .team-expo-text br + br {
        display: inline;
    }
    
    .team-expo-btn-wrap {
        width: 100%;
        margin: 0 auto 40px auto;
    }
    .team-expo-head-img img {
        width: 100%;
        height: auto;
    }
    .team-expo-content-box {
        padding: 0;
        margin-top: 40px;
    }
    .team-expo-content-box-head {
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .team-expo-challenge-list {
        flex-wrap: wrap;
    }
    .team-expo-challenge-list li {
        width: 100%;
    }
    .team-expo-challenge-img img {
        width: 100%;
        height: auto;
    }
    .team-expo-challenge-title {
        margin-top: 1.5em;
        font-size: 16px;
    }
    .team-expo-challenge-text + .team-expo-join-btn {
        margin-top: 15px;
    }
    .team-expo-challenge-text {
        margin-top: 0.75em;
        text-align: left;
    }
    .team-expo-challenge-text br {
        display: none;
    }
    .team-expo-message {
        margin-top: 40px;
        padding: 30px 20px;
    }
    .team-expo-message-title {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .team-expo-message-text {
        font-size: 14px;
        text-align: left;
    }
    .team-expo-message-text br {
        display: none;
    }
    .team-expo-message-text + .team-expo-message-text {
        margin-top: 1.5em;
    }
    .team-expo-insta-list {
        margin-top: 20px;
    }
    .team-expo-information {
        padding: 0;
        margin-top: 40px;
    }
    .team-expo-info-wrap {
        padding: 30px;
    }
    .team-expo-info-list li {
        flex-direction: column;
    }
    .team-expo-info-date {
        width: 100%;
        margin-bottom: 1em;
    }
    .team-expo-bottom {
        margin-top: 40px;
    }
    .team-expo-bottom-bnr {
        display: block;
        width: 100%;
    }
    .team-expo-bottom-bnr img {
        width: 100%;
        height: auto;
    }
    .team-expo-btn-head span {
        line-height: 1.3;
        text-align: center;
    }
    .team-expo-btn-list {
        column-gap: 10px;
    }
    .team-expo-btn-list li {
        width: calc((100% - 10px) / 2);
    }
}


@media (max-width: 576px) {
    .team-expo-join {
        width: 100%;
        margin: 30px auto 60px auto;
    }
    #form-wrap {
        padding: 20px 15px;
    }
    .form-head {
        font-size: 16px;
    }
    .form-submit {
        padding: 0;
    }
    /*#form-complete {
        padding: 20px 15px;
    }*/
    
    .team-expo-youtube-list {
        gap: 10px;
        margin-top: 20px;
    }
    .team-expo-youtube-list li {
        width: calc((100% - 10px) / 2);
    }
    .team-expo-youtube-thumb.play::after {
        width: 62px;
        height: 44px;
    }
    .team-expo-youtube-title {
        font-size: 13px;
    }
}