@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
    color: white;

    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    line-height: normal;
}
p {
    line-height: 24px;
}
h2 {
    display: inline-block;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: #00AAEB;
    border-bottom: 1px solid white;
    padding-bottom: 6px;
    margin-bottom: 40px;
    text-align: left;
}
h3 {
    display: inline-block;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #00AAEB;
    border-bottom: 1px solid white;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
h4 {
    font-weight: bold;
}
body {
    background: black;
}


/*メインビジュアル*/
#animation_container {
	position:absolute;
	margin:auto;
	left:0;right:0;
  }
#mv {
    display: flex;
    width: 100%;
    height:100vh;
    max-height:1080px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
#mv img {
    width: 100%;
    height:100%;
    object-fit: contain;
}

#container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    background-image: linear-gradient(rgba(4, 0, 0, 0.8),rgba(4, 0, 0, 0.8)),url("../images/mv@2x.png");
    background-size: 100% 100%, auto 100vh;
    background-repeat: no-repeat, repeat-y;
    background-position: center top;
}
.section-margin {
    margin-bottom: 80px;
}
.section-margin:last-child {
    margin-bottom:160px;
}
.flex-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}

/*イメージ動画*/
#movie {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}


/*企業オンリーデー*/
#banners {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: black;
}
#text-box {
    z-index: 2;
    display: flex;
    flex-direction: column;
}
#banners p {
    font-size: 70px;
    font-weight: bold;
    line-height: 90px;
    margin-top: 2%;
    margin-left: 2%;
}
#banners .en {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    margin-bottom: 5px;
}
#banners a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 290px;
    height: 75px;
    text-align: right;
}
.arrow {
    position: relative;
    width: 36px;
    height: 10px;
    z-index: 2;
    margin-left: 5%;
}
.arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 98px;
    height: 98px;
    background: #00AAEB;
    border-radius: 50%;
    z-index: -1;
}
.arrow .line01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: white;
}
.arrow .line02 {
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right bottom;
    width: 15px;
    height: 3px;
    background-color: white;
    transform: rotate(45deg);
}
#banners a p {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}
#banners img {
    position: absolute;
    width: 810px;
    height: auto;
    top: 50%;
    right: -140px;
    transform: translateY(-50%);
    z-index: 1;
}
.imgsp {
    display:none;
}


/*開催日、場所*/
#date-place {
    display: flex;
    width: 100%;
    height: auto;
    gap: 40px;
}
#date {
    max-width: 480px;
    width: 100%;
}
#date li {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}
#place {
    max-width: 480px;
    width: 100%;
}
#place li {
    padding-bottom: 12px;
}
#place li:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
}


/*来場者へのお願い*/
#visitor-info {
    padding: 80px 53px;
    text-align: center;
    background: rgba(98, 98, 98, 0.5);
}


/*コンセプト、テーマ*/
#concept-theme {
    display: flex;
    height: auto;
    justify-content: space-between;
}

/*コンセプト*/
#concept {
    max-width: 480px;
    width: 100%;
    height: auto;
}
#concept p {
    margin-bottom: 12px;
}
#ac-box {
    height: auto;
}
#ac-btn {
    display: inline-flex;
    align-items: center;
    width: 192px;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    cursor: pointer;
}
.triangle-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    border-right: 0;
    transition: transform 0.3s;
}
#ac-btn.is-active .triangle {
    transform: rotate(90deg);
}
#ac-text {
    display: none;
    padding-top: 12px;
}

/*テーマ*/
#theme {
    max-width: 480px;
    width: 100%;
}
#theme p {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
}


/*インタビュー*/
.interview-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    width: 100%;
    gap: 20px;
}
.interview-photo {
    max-width: 280px;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.interview-photo img {
    max-width: 280px;
    width: 100%;
    height: 100%;
}
.interview-box .name-box {
    display: flex;
    flex-direction: column;
    gap:12px;
    text-align: center;
}
.interview-box .name{
    font-size: 24px;
}
.interview-box .main-text {
    flex-grow: 1;
}
.interview-box .movie-box {
    max-width: 480px;
    width: 100%;
    height: auto;
}
.interviwe-video {
    display:block;
    margin:0 auto;
}


/*スライド*/
.slick {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.slick-list {
    margin: 0;
}
#slick-up {
    margin-bottom: 20px;
}
.slick li {
    margin: 0;
}
.slick img {
    display: block;
    width: 320px;
    height: 240px;
    object-fit: cover;
    margin: 0 10px;
}


/*WEBクリエイター*/
#web-creators .flex-box {
    gap:40px;
}
#web-creators .flex-box img {
    max-width: 480px;
    width: 100%;
    height: 100%;
}
#web-creators .flex-box .text-box {
    display:flex;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    width: 100%;
    height: auto;
    gap: 20px;
}
#web-creators .flex-box .text-box #member {
    font-size: 14px;
    color: #A9A9A9;
}


/*フロアガイド*/
#floor-guide .flex-box {
    gap:0;
}
.floor-container {
    align-items: stretch;
    width: 100%;
}
.floor-column {
    width:100%;
    max-width:325px;
    display: flex;
    flex-direction: column;
}
.floor-back {
    height:100%;
    max-height:540px;
    background:#040000;
    padding:20px;
    margin-bottom:12px;
}
.floor-column h4 {
    font-size: 20px;
}
.floor-sub {
    font-weight: bold;
    font-family: "helvetica-neue-lt-pro", sans-serif;
}
.floor-sub .year {
    font-size:14px;
    font-weight:bold;
}
.floor-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    flex-grow: 1;
}
.floor-list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    flex: 1;
    min-height: 73px;
}
.floor-list li.merged-floor {
    flex: 2;
    height: auto;
    padding: 20px 0;
}
.east-4 {
    padding: 39.8px 0;
}
.speas {
    padding: 39px 0;
}
#central .floor-list li:nth-child(3),
#central .floor-list li:nth-child(4) {
    border: none;
}
.floor-list .num {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    width: 49px;
    flex-shrink: 0;
}
.floor-list li.merged-floor .num {
    line-height: 90px;
    display: block;
}
.floor-list .desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.floor-list .desc small {
    font-size: 12px;
    font-weight: bold;
}
.entrance {
    color: #00AAEB;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: bold;
}
.floor-movie {
    width: 100%;
    height: auto;
    margin-top: auto;
}
.floor-movie video {
    width: 100%;
    height: 176px;
}

/*アクセス*/
#access #access-container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#access .access-box {
    max-width: 320px;
}
#access .map {
    margin-bottom: 20px;
}
#access ul li h4 {
    margin-bottom: 12px;
}


/*フッター*/
#footer {
    width: 100%;
    padding: 80px 0 40px;
    text-align: center;
    border-top: 1px solid white;
}
.footer-nav {
    max-width: 1000px;
    margin: 0 auto;
}
.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22.57px;
    margin-bottom: 80px;
}
.footer-nav a {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #00AAEB;
}

@media (max-width: 1000px) {
    h2 {
        font-size:32px;
        font-weight:bold;
        line-height:32px;
        margin-bottom:20px;
    }
    h3 {
        font-size: 22px;
        font-weight: bold;
        line-height: 22px;
        padding-bottom: 10px;
    }
    
    /*メインビジュアル*/
    #canvas {
        width: calc(1vw * calc(375 / 3.75));
    }
    #mv {
        height:max(calc(1vw * calc(798 / 10.00)), 667px);
    }
    #container {
        width:calc(1vw * calc(375 / 3.75));
        padding:12.8% 5.3% 0;
        background-size:100% 100%, auto 667px;
    }
    .section-margin {
        margin-bottom:14.4%;
    }
    .section-margin:last-child {
        margin-bottom:26.9%;
    }
    
    /*イメージ動画*/
    .movie-image {
        width:100%;
        height:max(calc(1vw * calc(563 / 10.00)), 189px);
    }
    #movie {
        width:calc(1vw * calc(335 / 3.75));
        margin-bottom:7.5%;
    }
    
    /*企業オンリーデー*/
    #banners {
        height:max(calc(1vw * calc(480 / 10.00)), 335px);
    }
    #text-box {
        width: 100%;
        position:absolute;
        z-index: 2;
        bottom:0;
    }
    .pc-only {
        display:none;
    }
    #banners p {
        font-size:max(calc(1vw * calc(65 / 10.00)), 32px);
        line-height:100%;
        margin-top: 2.8%;
        margin-left: 3.5%;
    }
    .sp-border,.en {
        -webkit-text-stroke: 2px black;
        text-stroke: 1px black;
        paint-order: stroke;
    }
    #banners .en {
        margin-bottom: 1.5%;
    }
    #banners a {
        width:max(calc(1vw * calc(310 / 10.00)), 220px);
        height:max(calc(1vw * calc(78 / 10.00)), 45px);
    }
    .arrow {
        width: max(calc(1vw * calc(36 / 10.00)), 22px);
        height: 5px;
        margin-left: 3.8%;
    }
    .arrow::after {
        top: 170%;
        left: max(calc(1vw * calc(25 / 10.00)), 36%);
        width:max(calc(1vw * calc(98 / 10.00)), 56px);
        height:max(calc(1vw * calc(98 / 10.00)), 56px);
    }
    .arrow .line01 {
        bottom: -3px;
        left:max(calc(1vw * calc(4.7 / 10.00)), 0px);
        height: max(calc(1vw * calc(3 / 10.00)), 2px);
    }
    .arrow .line02 {
        bottom: -3px;
        left:max(calc(1vw * calc(24 / 10.00)), 0px);
        width: max(calc(1vw * calc(15 / 10.00)), 10px);
        height: max(calc(1vw * calc(3 / 10.00)), 2px);
    }
    #banners a p {
        font-size: max(calc(1vw * calc(24 / 10.00)), 20px);
    }
    #banners img {
        width:max(calc(1vw * calc(700 / 10.00)), 416px);
        height: auto;
        top: 26%;
        right: -107px;
        transform: translateY(-50%);
        z-index: 1;
    }
    .imgpc {
        display:none;
    }
    .imgsp {
        display:block;
    }
    
    /*開催日、場所*/
    #date-place {
        flex-direction: column;
        gap: 48px;
    }
    #date li {
        font-size: 24px;
        line-height: 32px;
    }
    #date li span {
        font-weight:bold;
    }
    #place li:nth-child(2) {
        font-size: 20px;
        line-height:28px;
    }
    
    /*来場者へのお願い*/
    #visitor-info {
        padding:40px 20px;
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
    }
    #visitor-info p {
        width: 100%;
        max-width: 600px;
        text-align: left;
        margin: 0 auto;
    }
    
    /*コンセプト、テーマ*/
    #concept-theme {
        flex-direction: column;
        gap: 48px;
    }
    
    /*コンセプト*/
    #concept {
        max-width:1000px;
        width: 100%;
    }
    #concept p {
        margin-bottom: 10px;
    }
    #ac-btn {
        width: 144px;
        font-size: 24px;
        line-height: 24px;
    }
    .triangle-box {
        width: 24px;
        height: 24px;
    }
    .triangle {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid white;
    }
    #ac-text {
        padding-top: 10px;
    }
    
    /*テーマ*/
    #theme p {
        font-size: 24px;
        line-height: 24px;
    }
    
    /*インタビュー*/
    #interview .flex-box {
        flex-direction: column;
        margin:0 auto;
    }
    .interview-box {
        max-width: 1000px;
    }
    .interview-photo {
        width:max(calc(1vw * calc(280 / 10.00)), 220px);
    }
    .interview-photo img {
        width:max(calc(1vw * calc(280 / 10.00)), 220px);
    }
    .interview-box .name-box {
        gap:10px;
    }
    .interview-box .name{
        font-size: 20px;
    }
    .interview-box .movie-box {
        max-width: 1000px;
    }
    .interviwe-video {
    display:block;
    width:max(calc(1vw * calc(600 / 8.00)), 335px);
    height:max(calc(1vw * calc(350 / 8.00)), 187px);
    margin:0 auto;
    }
    
    /*スライド*/
    #slick-up {
        margin-bottom: 12px;
    }
    .slick img {
        width:max(calc(1vw * calc(320 / 10.00)), 180px);
        height:max(calc(1vw * calc(240 / 10.00)), 135px);
        margin: 0 12px;
    }
    
    /*WEBクリエイター*/
    #web-creators .flex-box {
        flex-direction: column;
        gap:12px;
    }
    #web-creators .flex-box img {
        max-width: 1000px;
    }
    #web-creators .flex-box .text-box {
        max-width: 1000px;
        gap: 12px;
    }
    
    /*フロアガイド*/
    #floor-guide .flex-box {
        flex-direction: column;
    }
    .floor-column {
        width:100%;
        max-width:1000px;
        margin-bottom:24px;
    }
    .floor-movie video {
        height:max(calc(1vw * calc(300 / 10.00)), 188px);
    }
    
    /*アクセス*/
    #access #access-container{
        flex-direction: column;
    }
    #access .access-box {
        max-width: 1000px;
    }
    #access .map {
        width:100%;
        height:max(calc(1vw * calc(600 / 10.00)), 335px);
        margin-bottom: 12px;
    }
    
    /*フッター*/
    #footer {
        padding: 48px 20px 24px;
        text-align: left;
    }
    .footer-nav {
        max-width: 1000px;
    }
    .footer-nav ul {
        gap: 24px;
        margin-bottom: 48px;
        justify-content: space-between;
    }
    .footer-nav a {
        font-size: 20px;
    }
    .footer-nav .nav-width {
        width:44%;
    }
    .footer-nav .nav-width2 {
        width:48%;
    }
    
    @media (min-width:800px){
        #date-place {
            flex-direction: row;
        }
        #concept-theme {
            flex-direction: row;
        }
    }
    @media (min-width:600px){
        .footer-nav .nav-width {
            width:20%;
        }
        .footer-nav .nav-width2 {
            width:20%;
        }
    }
}