h1, h2, h3, h4, h5,
article, section,
p, div, span, figure,
ul, ol, li, dl, dt, dd, img, a {
  position: relative;
}

.animate .fadein,
.animate.fadein {
  opacity: 0;
  transition: opacity 1.5s ease 0.3s;
}

.animate.show .fadein,
.animate.show.fadein {
  opacity: 1;
}
.animate.show .fadein.d1,
.animate.show.fadein.d1 {
  transition-delay: 100ms;
}
.animate.show .fadein.d2,
.animate.show.fadein.d2 {
  transition-delay: 200ms;
}
.animate.show .fadein.d3,
.animate.show.fadein.d3 {
  transition-delay: 300ms;
}
.animate.show .fadein.d4,
.animate.show.fadein.d4 {
  transition-delay: 400ms;
}

@media print {
  #start {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 101;
    display: none;
  }
  header {
    background-color: rgba(0, 0, 0, 0);
  }
  header.scrolled {
    background-color: rgba(0, 0, 0, 0.64);
  }
  section#kv {
    aspect-ratio: 3840/2160;
    background: url(../images/top/event_bg2.jpg) center/cover;
  }
  section#kv .kv_pic {
    aspect-ratio: 3840/2160;
    width: 100%;
  }
  section#kv .kv_pic iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  section#kv .btn {
    position: absolute;
    width: 60px;
    aspect-ratio: 1;
    right: 20px;
    bottom: 20px;
  }
  section#kv .btn img {
    position: absolute;
  }
  section#kv .btn .off {
    opacity: 0;
  }
  section#kv .btn.on .off {
    opacity: 1;
  }
  section#intro {
    background: url(../images/top/about_bg.jpg) center/cover;
    padding: 205px 0 118px;
    text-align: center;
  }
  section#intro .news_area {
    text-align: left;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 650px;
    height: 80px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section#intro .news_area .news_title {
    width: fit-content;
    padding-right: 20px;
    border-right: #fff 1px solid;
  }
  section#intro .news_area .news_title img {
    width: 41px;
  }
  section#intro .news_area .slider_wrap {
    width: 492px;
    overflow: hidden;
  }
  section#intro .news_area .slider_wrap .news_slider .slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 39px;
  }
  section#intro .news_area .slider_wrap .news_slider .slide p {
    font-size: 14px;
    line-height: 1.4;
  }
  section#intro .news_area .slider_wrap .news_slider .slide p a {
    color: #fff;
  }
  section#intro p {
    font-size: 18px;
    line-height: 2.25;
  }
  section#pickup .section_title {
    width: 41px;
    position: absolute;
    left: 37px;
    top: -126px;
    z-index: 1;
  }
  section#pickup .events .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  section#pickup .events .row:nth-child(2n) {
    flex-direction: row-reverse;
  }
  section#pickup .events .row .col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 645px;
  }
  section#pickup .events .row .col.pic {
    background: url(../images/top/event_bg1.jpg) center/cover;
  }
  section#pickup .events .row .col.pic .img {
    margin-right: 9px;
    margin-bottom: 9px;
    width: 410px;
  }
  section#pickup .events .row .col.pic .logo {
    position: absolute;
    width: 241px;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 224px);
    top: calc(50% + 199px);
  }
  section#pickup .events .row .col.pic .logo.azabu img {
    width: 180px;
  }
  section#pickup .events .row .col.pic .logo.roppongi img {
    width: 176px;
  }
  section#pickup .events .row .col.pic .logo.toranomon img {
    width: 190px;
  }
  section#pickup .events .row .col.pic .logo.ark img {
    width: 60px;
  }
  section#pickup .events .row .col.pic .logo.omotesando img {
    width: 106px;
  }
  section#pickup .events .row .col.texts {
    background: url(../images/top/event_bg2.jpg) center/cover;
    color: #fff;
  }
  section#pickup .events .row .col.texts .inner {
    width: 455px;
  }
  section#pickup .events .row .col.texts .col_title {
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  section#pickup .events .row .col.texts .text {
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px;
  }
  section#pickup .events .row .col.texts .text small {
    font-size: 12px;
    display: block;
    margin-top: 12px;
  }
  section#pickup .events .row .col.texts .btn_more {
    display: block;
    width: 156px;
    margin-top: 55px;
    margin-left: calc(100% - 156px);
    transition: opacity 0.2s ease;
  }
  section#pickup .events .row .col.texts .btn_more:hover {
    opacity: 0.6;
  }
  section#map_section {
    padding-top: 150px;
  }
  section#map_section .section_title {
    width: 431px;
    margin: 0 auto 50px;
  }
  section#map_section .map {
    display: block;
    width: 970px;
    margin: 0 auto;
  }
  section#map_section .btn_more {
    display: block;
    width: 444px;
    margin-top: 30px;
    margin-left: calc(50% + 156px);
    transition: opacity 0.2s ease;
  }
  section#map_section .btn_more:hover {
    opacity: 0.6;
  }
  #concept {
    aspect-ratio: 1920/1080;
    width: 800px;
    margin: 42px auto 0;
  }
  #concept .video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #concept iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #concept .thumb {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/2024/assets/images/top/concept.jpg) center/cover;
    pointer-events: none;
  }
  #concept .btn {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/2024/assets/images/top/btn_play.svg) calc(100% - 20px) calc(100% - 20px)/70px auto no-repeat;
  }
  #concept .btn.on {
    background-image: url(/2024/assets/images/top/btn_stop.svg);
    opacity: 0.5;
  }
  #modal {
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: rgba(0, 0, 0, 0.8);
  }
  #modal .modal_inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #modal .modal_content {
    width: 300px;
  }
  #modal .modal_content .modal_close {
    width: 30px;
    position: absolute;
    aspect-ratio: 1;
    right: -15px;
    top: -15px;
    background: url(/2024/assets/images/top/btn_close.png) center/contain no-repeat;
  }
  body.modal_open {
    overflow: hidden;
  }
  .modal_open #modal {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) {
  #start {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 101;
    display: none;
  }
  header {
    background-color: rgba(0, 0, 0, 0);
  }
  header.scrolled {
    background-color: rgba(0, 0, 0, 0.64);
  }
  section#kv {
    aspect-ratio: 3840/2160;
    background: url(../images/top/event_bg2.jpg) center/cover;
  }
  section#kv .kv_pic {
    aspect-ratio: 3840/2160;
    width: 100%;
  }
  section#kv .kv_pic iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  section#kv .btn {
    position: absolute;
    width: 60px;
    aspect-ratio: 1;
    right: 20px;
    bottom: 20px;
  }
  section#kv .btn img {
    position: absolute;
  }
  section#kv .btn .off {
    opacity: 0;
  }
  section#kv .btn.on .off {
    opacity: 1;
  }
  section#intro {
    background: url(../images/top/about_bg.jpg) center/cover;
    padding: 205px 0 118px;
    text-align: center;
  }
  section#intro .news_area {
    text-align: left;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 650px;
    height: 80px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section#intro .news_area .news_title {
    width: fit-content;
    padding-right: 20px;
    border-right: #fff 1px solid;
  }
  section#intro .news_area .news_title img {
    width: 41px;
  }
  section#intro .news_area .slider_wrap {
    width: 492px;
    overflow: hidden;
  }
  section#intro .news_area .slider_wrap .news_slider .slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 39px;
  }
  section#intro .news_area .slider_wrap .news_slider .slide p {
    font-size: 14px;
    line-height: 1.4;
  }
  section#intro .news_area .slider_wrap .news_slider .slide p a {
    color: #fff;
  }
  section#intro p {
    font-size: 18px;
    line-height: 2.25;
  }
  section#pickup .section_title {
    width: 41px;
    position: absolute;
    left: 37px;
    top: -126px;
    z-index: 1;
  }
  section#pickup .events .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  section#pickup .events .row:nth-child(2n) {
    flex-direction: row-reverse;
  }
  section#pickup .events .row .col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 645px;
  }
  section#pickup .events .row .col.pic {
    background: url(../images/top/event_bg1.jpg) center/cover;
  }
  section#pickup .events .row .col.pic .img {
    margin-right: 9px;
    margin-bottom: 9px;
    width: 410px;
  }
  section#pickup .events .row .col.pic .logo {
    position: absolute;
    width: 241px;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 224px);
    top: calc(50% + 199px);
  }
  section#pickup .events .row .col.pic .logo.azabu img {
    width: 180px;
  }
  section#pickup .events .row .col.pic .logo.roppongi img {
    width: 176px;
  }
  section#pickup .events .row .col.pic .logo.toranomon img {
    width: 190px;
  }
  section#pickup .events .row .col.pic .logo.ark img {
    width: 60px;
  }
  section#pickup .events .row .col.pic .logo.omotesando img {
    width: 106px;
  }
  section#pickup .events .row .col.texts {
    background: url(../images/top/event_bg2.jpg) center/cover;
    color: #fff;
  }
  section#pickup .events .row .col.texts .inner {
    width: 455px;
  }
  section#pickup .events .row .col.texts .col_title {
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  section#pickup .events .row .col.texts .text {
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px;
  }
  section#pickup .events .row .col.texts .text small {
    font-size: 12px;
    display: block;
    margin-top: 12px;
  }
  section#pickup .events .row .col.texts .btn_more {
    display: block;
    width: 156px;
    margin-top: 55px;
    margin-left: calc(100% - 156px);
    transition: opacity 0.2s ease;
  }
  section#pickup .events .row .col.texts .btn_more:hover {
    opacity: 0.6;
  }
  section#map_section {
    padding-top: 150px;
  }
  section#map_section .section_title {
    width: 431px;
    margin: 0 auto 50px;
  }
  section#map_section .map {
    display: block;
    width: 970px;
    margin: 0 auto;
  }
  section#map_section .btn_more {
    display: block;
    width: 444px;
    margin-top: 30px;
    margin-left: calc(50% + 156px);
    transition: opacity 0.2s ease;
  }
  section#map_section .btn_more:hover {
    opacity: 0.6;
  }
  #concept {
    aspect-ratio: 1920/1080;
    width: 800px;
    margin: 42px auto 0;
  }
  #concept .video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #concept iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #concept .thumb {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/2024/assets/images/top/concept.jpg) center/cover;
    pointer-events: none;
  }
  #concept .btn {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/2024/assets/images/top/btn_play.svg) calc(100% - 20px) calc(100% - 20px)/70px auto no-repeat;
  }
  #concept .btn.on {
    background-image: url(/2024/assets/images/top/btn_stop.svg);
    opacity: 0.5;
  }
  #modal {
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: rgba(0, 0, 0, 0.8);
  }
  #modal .modal_inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #modal .modal_content {
    width: 300px;
  }
  #modal .modal_content .modal_close {
    width: 30px;
    position: absolute;
    aspect-ratio: 1;
    right: -15px;
    top: -15px;
    background: url(/2024/assets/images/top/btn_close.png) center/contain no-repeat;
  }
  body.modal_open {
    overflow: hidden;
  }
  .modal_open #modal {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  header {
    background-color: rgba(0, 0, 0, 0);
  }
  header.scrolled {
    background-color: rgba(0, 0, 0, 0.64);
  }
  section#kv {
    aspect-ratio: 1080/1920;
    background: url(../images/top/event_bg2.jpg) center/cover;
  }
  section#kv .kv_pic {
    aspect-ratio: 1080/1920;
    width: 100%;
  }
  section#kv .kv_pic iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  section#kv .btn_sp {
    position: absolute;
    width: 5rem;
    aspect-ratio: 1;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 2;
    display: block;
  }
  section#kv .btn_sp img {
    position: absolute;
  }
  section#kv .btn_sp .off {
    opacity: 0;
  }
  section#kv .btn_sp.on .off {
    opacity: 1;
  }
  section#intro {
    padding: 1.5rem 1.5rem 7.5rem;
    min-height: 54rem;
    background: url(../images/top/about_bg_sp.jpg) center/cover;
    text-align: center;
  }
  section#intro .news_area {
    text-align: left;
    color: #fff;
    width: 100%;
    height: 6rem;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 1rem;
    padding: 1.3rem 3rem 1.3rem 2.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.3rem;
  }
  section#intro .news_area .news_title {
    width: fit-content;
    padding-right: 2.1rem;
    border-right: #fff 1px solid;
    height: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section#intro .news_area .news_title img {
    width: 4.1rem;
  }
  section#intro .news_area .slider_wrap {
    width: 21.8rem;
    overflow: hidden;
  }
  section#intro .news_area .slider_wrap .news_slider .slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 3.8rem;
  }
  section#intro .news_area .slider_wrap .news_slider .slide p {
    font-size: 1.2rem;
    line-height: 1.9rem;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.8rem;
  }
  section#intro .news_area .slider_wrap .news_slider .slide p a {
    color: #fff;
  }
  section#intro p {
    font-size: 1.5rem;
    line-height: 3.5rem;
  }
  section#pickup .section_title {
    width: 2.05rem;
    position: absolute;
    right: 1.9rem;
    top: -6.2rem;
    z-index: 1;
  }
  section#pickup .events .row {
    width: 100%;
  }
  section#pickup .events .row .col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section#pickup .events .row .col.pic {
    background: url(../images/top/event_bg1.jpg) center/cover;
    height: 37rem;
  }
  section#pickup .events .row .col.pic .img {
    margin-right: 0.5rem;
    margin-top: 5rem;
    width: 20.5rem;
  }
  section#pickup .events .row .col.pic .logo {
    position: absolute;
    width: 17.25rem;
    height: 5rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2.35rem;
    top: 2rem;
  }
  section#pickup .events .row .col.pic .logo.azabu img {
    width: 13rem;
  }
  section#pickup .events .row .col.pic .logo.roppongi img {
    width: 12.67rem;
  }
  section#pickup .events .row .col.pic .logo.toranomon img {
    width: 13.68rem;
  }
  section#pickup .events .row .col.pic .logo.ark img {
    width: 4.32rem;
  }
  section#pickup .events .row .col.pic .logo.omotesando img {
    width: 7.7rem;
  }
  section#pickup .events .row .col.texts {
    background: url(../images/top/event_bg2.jpg) center/cover;
    color: #fff;
    padding: 5rem 3.75rem 5rem;
  }
  section#pickup .events .row .col.texts .col_title {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  section#pickup .events .row .col.texts .text {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 3.25rem;
  }
  section#pickup .events .row .col.texts .text small {
    font-size: 1.1rem;
    line-height: 1.65rem;
    display: block;
    margin-top: 1em;
    white-space: nowrap;
  }
  section#pickup .events .row .col.texts .btn_more {
    display: block;
    width: 14rem;
    margin-top: 3rem;
    margin-left: calc(100% - 14rem);
  }
  section#map_section {
    padding-top: 8.5rem;
  }
  section#map_section .section_title {
    width: 30.55rem;
    margin: 0 auto 2.5rem;
  }
  section#map_section .map {
    display: block;
    width: 35rem;
    margin: 0 auto;
  }
  section#map_section .btn_more {
    display: block;
    width: 32.5rem;
    margin-top: 2rem;
    margin-left: calc(50% - 15rem);
  }
  #concept {
    aspect-ratio: 1;
    width: calc(100% + 3rem);
    margin: 6.3rem -1.5rem 0;
  }
  #concept .video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #concept iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #concept .thumb {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/2024/assets/images/top/concept_sp.jpg) center/cover;
    pointer-events: none;
  }
  #concept .btn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/2024/assets/images/top/btn_play.svg) calc(100% - 1.5rem) calc(100% - 1.5rem)/7rem auto no-repeat;
  }
  #concept .btn.on {
    background-image: url(/2024/assets/images/top/btn_stop.svg);
    opacity: 0.5;
  }
  #modal {
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: rgba(0, 0, 0, 0.8);
  }
  #modal .modal_inner {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #modal .modal_content {
    width: 300px;
  }
  #modal .modal_content .modal_close {
    width: 30px;
    position: absolute;
    aspect-ratio: 1;
    right: -15px;
    top: -15px;
    background: url(/2024/assets/images/top/btn_close.png) center/contain no-repeat;
  }
  body.modal_open {
    overflow: hidden;
  }
  .modal_open #modal {
    opacity: 1;
    pointer-events: auto;
  }
}