@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;700&display=swap");
@keyframes hero_slide {
  0% {
    background-position: 0px center;
  }
  100% {
    background-position: -1710px center;
  }
}
#indexTAS2026 {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans Japanese", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
  color: #fff;
  background: #191E32;
}
#indexTAS2026 * {
  box-sizing: border-box;
  position: relative;
}
#indexTAS2026 a {
  text-decoration: none;
}
#indexTAS2026 img, #indexTAS2026 video {
  display: block;
  width: 100%;
  height: auto;
}
#indexTAS2026 .en {
  font-family: Inter;
}
#indexTAS2026 .italic {
  font-style: italic;
}
#indexTAS2026 .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

@media print {
  body {
    min-width: 1140px;
    background: #191E32;
  }
  #pc-header {
    background: #fff;
  }
  #indexTAS2026 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 200px;
  }
  #indexTAS2026 .sp {
    display: none !important;
  }
  #indexTAS2026 a,
  #indexTAS2026 .map_btn {
    transition: opacity 0.2s ease;
  }
  #indexTAS2026 a:hover,
  #indexTAS2026 .map_btn:hover {
    opacity: 0.7;
  }
  #indexTAS2026 div.bg_area {
    background: url(../img/bg2.png) no-repeat center top/1920px;
    padding-top: 110px;
    margin-top: -220px;
  }
  #indexTAS2026 section {
    width: 100%;
  }
  #indexTAS2026 section.hero_sec {
    height: 1000px;
    background: url(../img/hero.png) no-repeat center top/1920px;
    position: relative;
    z-index: 1;
  }
  #indexTAS2026 section.hero_sec .inner_wrap {
    height: 100%;
    width: 1100px;
    margin: auto;
    position: relative;
  }
  #indexTAS2026 section.hero_sec .inner_wrap .note {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 140px;
  }
  #indexTAS2026 section.intro_sec {
    text-align: center;
    z-index: 1;
  }
  #indexTAS2026 section.intro_sec .text1 {
    font-size: 35px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 32px;
  }
  #indexTAS2026 section.intro_sec .text2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
  }
  #indexTAS2026 section.intro_sec .links {
    margin-top: 70px;
  }
  #indexTAS2026 section.intro_sec .links div {
    width: 410px;
    height: 160px;
    border-radius: 10px 10px 0 0;
    padding-top: 15px;
    padding-bottom: 7px;
    box-sizing: border-box;
    background: url("../img/links_btn_bg1.png") no-repeat center/100%;
    margin: auto;
    display: grid;
    align-content: space-between;
  }
  #indexTAS2026 section.intro_sec .links div p {
    color: #fff;
    text-align: center;
  }
  #indexTAS2026 section.intro_sec .links div p.main {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  #indexTAS2026 section.intro_sec .links div p.sub {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
    padding: 0 20px 5px;
    position: relative;
  }
  #indexTAS2026 section.intro_sec .links div p.sub span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .links div p.sub::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #indexTAS2026 section.intro_sec .links div a {
    display: block;
    width: 180px;
    padding: 10px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    background-image: url("../img/links_btn_icon1.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    color: #0051A4;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
  }
  #indexTAS2026 section.intro_sec .links div a span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .links2 {
    width: fit-content;
    margin: 150px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #indexTAS2026 section.intro_sec .links2 div {
    width: 194px;
    height: 160px;
    border-radius: 10px 10px 0 0;
    padding-top: 15px;
    padding-bottom: 7px;
    box-sizing: border-box;
    background: url("../img/links_btn_bg2.png") no-repeat center/100%;
    margin: auto;
    display: grid;
    align-content: space-between;
  }
  #indexTAS2026 section.intro_sec .links2 div p {
    color: #fff;
    text-align: center;
  }
  #indexTAS2026 section.intro_sec .links2 div p.main {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }
  #indexTAS2026 section.intro_sec .links2 div p.sub {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
    padding: 0 10px 10px;
    position: relative;
  }
  #indexTAS2026 section.intro_sec .links2 div p.sub span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .links2 div p.sub::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #indexTAS2026 section.intro_sec .links2 div a {
    display: block;
    width: 180px;
    padding: 10px 8px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    background-image: url("../img/links_btn_icon2.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    color: #0051A4;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
  }
  #indexTAS2026 section.intro_sec .links2 div a span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .movie_text {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin: 150px auto 40px;
  }
  #indexTAS2026 section.intro_sec .movie_text .light {
    font-weight: 300;
  }
  #indexTAS2026 section.intro_sec .video_area {
    width: 640px;
    aspect-ratio: 640/360;
    margin: 0 auto 118px;
  }
  #indexTAS2026 section.intro_sec .video_area .video_frame:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #indexTAS2026 section.intro_sec .video_area .dummy {
    width: 640px;
    height: 360px;
    background: url("../img/movie_dummy.jpg") no-repeat center/100%;
    margin: auto;
  }
  #indexTAS2026 section .inner_wrap {
    width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #indexTAS2026 section .section_title {
    width: 100%;
  }
  #indexTAS2026 section .section_title .en {
    display: block;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    font-style: italic;
  }
  #indexTAS2026 section .section_title .en .light {
    font-weight: 300;
  }
  #indexTAS2026 section .section_title .jp {
    display: inline-block;
    margin-top: 12px;
    font-size: 20px;
    line-height: 1;
  }
  #indexTAS2026 section.custom_sec {
    padding: 0 0 200px;
    margin-top: 150px;
    z-index: 0;
  }
  #indexTAS2026 section.custom_sec .section_title {
    margin-bottom: 60px;
  }
  #indexTAS2026 section.custom_sec .custom_car {
    width: 1100px;
    margin: 0 auto;
  }
  #indexTAS2026 section.custom_sec .custom_car .row {
    min-height: 630px;
    padding-top: 410px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .pc_bg {
    position: absolute;
    width: 1197px;
    height: auto;
    max-width: none;
    left: 0;
    top: 0;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts {
    width: 574px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text1 {
    font-size: 37px;
    font-weight: bold;
    line-height: 45px;
    padding-bottom: 12px;
    border-bottom: #fff 1px solid;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text1 .indent {
    display: inline-block;
    text-indent: -0.5em;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text1 small {
    display: block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 200;
    margin-top: 10px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text2 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 200;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .text3 {
    width: 425px;
    position: absolute;
    top: 520px;
    left: 640px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 200;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .text3 .box {
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 2px 7px;
    border: 1px solid #fff;
    margin-top: 12px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .detail_btn {
    display: block;
    width: 248px;
    height: 40px;
    padding-right: 10px;
    line-height: 40px;
    color: #0051A4;
    position: absolute;
    left: 780px;
    top: 615px;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .detail_btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transform-origin: right top;
    transform: skewX(-10deg);
    width: 100%;
    height: 100%;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(n+2) {
    margin-top: 120px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(6) {
    padding-top: 437px;
  }
  #indexTAS2026 section.custom_sec .custom_car .note {
    margin-top: 124px;
    font-size: 12px;
    text-align: right;
  }
  #indexTAS2026 section.program_sec {
    padding: 0 0 148px;
    z-index: 1;
  }
  #indexTAS2026 section.program_sec .section_title {
    margin-bottom: 100px;
  }
  #indexTAS2026 section.program_sec .program_links {
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #indexTAS2026 section.program_sec .program_links div {
    width: 300px;
    height: 160px;
    border-radius: 10px 10px 0 0;
    padding-top: 20px;
    padding-bottom: 7px;
    box-sizing: border-box;
    background: url("../img/program_links_btn_bg.png") no-repeat center/100%;
    margin: auto;
    display: grid;
    align-content: space-between;
  }
  #indexTAS2026 section.program_sec .program_links div p {
    color: #fff;
    text-align: center;
  }
  #indexTAS2026 section.program_sec .program_links div p.main {
    font-size: 65px;
    line-height: 80px;
    font-weight: 600;
  }
  #indexTAS2026 section.program_sec .program_links div p.main small {
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
  }
  #indexTAS2026 section.program_sec .program_links div a {
    display: block;
    width: 180px;
    padding: 10px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    background-image: url("../img/links_btn_icon2.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    color: #0051A4;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
  }
  #indexTAS2026 section.program_sec .program_links div a span {
    font-weight: 700;
  }
  #indexTAS2026 section.program_sec .stage_program {
    width: 100%;
  }
  #indexTAS2026 section.program_sec .stage_program .box {
    width: 1070px;
    height: 393px;
    background: url("../img/program_box_bg.png") no-repeat bottom center/100%;
    margin: 100px auto 80px;
    padding: 99px 40px 45px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_date {
    position: absolute;
    left: 40px;
    top: 0;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_title .sub {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    display: block;
    width: fit-content;
    padding-bottom: 9px;
    border-bottom: #fff 1px solid;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_title .main {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin-top: 15px;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_text {
    margin-top: 15px;
    width: 414px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  #indexTAS2026 section.program_sec .stage_program .date {
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
    font-style: italic;
    margin-bottom: 40px;
  }
  #indexTAS2026 section.program_sec .stage_program .date small {
    font-size: 50px;
    line-height: 1;
  }
  #indexTAS2026 section.program_sec .stage_program .row {
    width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table {
    width: 960px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr th {
    width: 180px;
    padding-top: 28px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr th p {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td {
    width: calc(100% - 180px);
    border-bottom: #fff 1px solid;
    padding: 30px 0;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p {
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p.title {
    font-size: 30px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p.title small {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner {
    width: 400px;
    position: relative;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_title {
    width: 430px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_title .sub {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    display: block;
    width: fit-content;
    padding-bottom: 9px;
    border-bottom: #fff 1px solid;
    margin-bottom: 15px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_title .main {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cast {
    width: 100%;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    padding: 15px 0;
    margin-top: 25px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cast .cast_set {
    padding: 0 0.5em;
    display: flex;
    align-items: start;
    gap: 1em;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cast .cast_set .dt {
    padding: 0 1em;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cap {
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    margin-top: 20px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.comingsoon::before {
    content: "Coming Soon";
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: calc(100% - 80px);
    border: #fff 1px solid;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail1::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 673/422;
    position: absolute;
    right: -40px;
    bottom: 0;
    background: url("../img/detail1_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail2::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 828/611;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail2_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail2 .detail_inner .detail_title {
    width: 440px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail3::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 837/558;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail3_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail4::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 765/510;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail4_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail5::before {
    content: "";
    display: block;
    width: auto;
    height: calc(100% - 78px);
    aspect-ratio: 340/508;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url("../img/detail5_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail6::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 736/487;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail6_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail7::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 853/569;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail7_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr:first-of-type td {
    border-top: #fff 1px solid;
  }
  #indexTAS2026 section.program_sec .stage_program .row.row3 {
    margin-bottom: 96px;
  }
  #indexTAS2026 section.program_sec .stage_program .note {
    display: block;
    width: 960px;
    margin: auto;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: right;
  }
  #indexTAS2026 section.showcase_sec {
    min-height: 840px;
    padding-bottom: 250px;
    box-sizing: content-box;
    position: relative;
  }
  #indexTAS2026 section.showcase_sec::before {
    content: "";
    display: block;
    width: 100%;
    height: 750px;
    background: url("../img/showcase_bg.png") no-repeat center/auto 100%;
    position: absolute;
    bottom: 250px;
    left: 0;
  }
  #indexTAS2026 section.showcase_sec .copy {
    margin-top: 88px;
    font-size: 50px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
  }
  #indexTAS2026 section.showcase_sec .text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  #indexTAS2026 section.goods_sec {
    padding-bottom: 30px;
  }
  #indexTAS2026 section.goods_sec .text {
    display: block;
    width: 1040px;
    margin: 65px auto 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 200;
  }
  #indexTAS2026 section.goods_sec .cap {
    display: block;
    width: 1040px;
    margin: 25px auto 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
  }
  #indexTAS2026 section.goods_sec .image {
    width: 1041px;
    margin: 55px auto 0;
  }
  #indexTAS2026 section.goods_sec .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  #indexTAS2026 section.goods_sec .comingsoon {
    width: 960px;
    height: 550px;
    border: #fff 1px solid;
    margin: auto;
    position: relative;
  }
  #indexTAS2026 section.goods_sec .comingsoon::after {
    content: "Coming Soon";
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    display: block;
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #indexTAS2026 .bottom_note {
    width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1140px;
    background: #191E32;
  }
  #pc-header {
    background: #fff;
  }
  #indexTAS2026 {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 200px;
  }
  #indexTAS2026 .sp {
    display: none !important;
  }
  #indexTAS2026 a,
  #indexTAS2026 .map_btn {
    transition: opacity 0.2s ease;
  }
  #indexTAS2026 a:hover,
  #indexTAS2026 .map_btn:hover {
    opacity: 0.7;
  }
  #indexTAS2026 div.bg_area {
    background: url(../img/bg2.png) no-repeat center top/1920px;
    padding-top: 110px;
    margin-top: -220px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  #indexTAS2026 div.bg_area {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  #indexTAS2026 section {
    width: 100%;
  }
  #indexTAS2026 section.hero_sec {
    height: 1000px;
    background: url(../img/hero.png) no-repeat center top/1920px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  #indexTAS2026 section.hero_sec {
    height: auto;
    aspect-ratio: 1920/1000;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  #indexTAS2026 section.hero_sec .inner_wrap {
    height: 100%;
    width: 1100px;
    margin: auto;
    position: relative;
  }
  #indexTAS2026 section.hero_sec .inner_wrap .note {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 140px;
  }
  #indexTAS2026 section.intro_sec {
    text-align: center;
    z-index: 1;
  }
  #indexTAS2026 section.intro_sec .text1 {
    font-size: 35px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 32px;
  }
  #indexTAS2026 section.intro_sec .text2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
  }
  #indexTAS2026 section.intro_sec .links {
    margin-top: 70px;
  }
  #indexTAS2026 section.intro_sec .links div {
    width: 410px;
    height: 160px;
    border-radius: 10px 10px 0 0;
    padding-top: 15px;
    padding-bottom: 7px;
    box-sizing: border-box;
    background: url("../img/links_btn_bg1.png") no-repeat center/100%;
    margin: auto;
    display: grid;
    align-content: space-between;
  }
  #indexTAS2026 section.intro_sec .links div p {
    color: #fff;
    text-align: center;
  }
  #indexTAS2026 section.intro_sec .links div p.main {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  #indexTAS2026 section.intro_sec .links div p.sub {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
    padding: 0 20px 5px;
    position: relative;
  }
  #indexTAS2026 section.intro_sec .links div p.sub span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .links div p.sub::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #indexTAS2026 section.intro_sec .links div a {
    display: block;
    width: 180px;
    padding: 10px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    background-image: url("../img/links_btn_icon1.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    color: #0051A4;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
  }
  #indexTAS2026 section.intro_sec .links div a span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .links2 {
    width: fit-content;
    margin: 150px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  #indexTAS2026 section.intro_sec .links2 div {
    width: 194px;
    height: 160px;
    border-radius: 10px 10px 0 0;
    padding-top: 15px;
    padding-bottom: 7px;
    box-sizing: border-box;
    background: url("../img/links_btn_bg2.png") no-repeat center/100%;
    margin: auto;
    display: grid;
    align-content: space-between;
  }
  #indexTAS2026 section.intro_sec .links2 div p {
    color: #fff;
    text-align: center;
  }
  #indexTAS2026 section.intro_sec .links2 div p.main {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }
  #indexTAS2026 section.intro_sec .links2 div p.sub {
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
    padding: 0 10px 10px;
    position: relative;
  }
  #indexTAS2026 section.intro_sec .links2 div p.sub span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .links2 div p.sub::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #indexTAS2026 section.intro_sec .links2 div a {
    display: block;
    width: 180px;
    padding: 10px 8px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    background-image: url("../img/links_btn_icon2.png");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    color: #0051A4;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
  }
  #indexTAS2026 section.intro_sec .links2 div a span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .movie_text {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin: 150px auto 40px;
  }
  #indexTAS2026 section.intro_sec .movie_text .light {
    font-weight: 300;
  }
  #indexTAS2026 section.intro_sec .video_area {
    width: 640px;
    aspect-ratio: 640/360;
    margin: 0 auto 118px;
  }
  #indexTAS2026 section.intro_sec .video_area .video_frame:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #indexTAS2026 section.intro_sec .video_area .dummy {
    width: 640px;
    height: 360px;
    background: url("../img/movie_dummy.jpg") no-repeat center/100%;
    margin: auto;
  }
  #indexTAS2026 section .inner_wrap {
    width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #indexTAS2026 section .section_title {
    width: 100%;
  }
  #indexTAS2026 section .section_title .en {
    display: block;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    font-style: italic;
  }
  #indexTAS2026 section .section_title .en .light {
    font-weight: 300;
  }
  #indexTAS2026 section .section_title .jp {
    display: inline-block;
    margin-top: 12px;
    font-size: 20px;
    line-height: 1;
  }
  #indexTAS2026 section.custom_sec {
    padding: 0 0 200px;
    margin-top: 150px;
    z-index: 0;
  }
  #indexTAS2026 section.custom_sec .section_title {
    margin-bottom: 60px;
  }
  #indexTAS2026 section.custom_sec .custom_car {
    width: 1100px;
    margin: 0 auto;
  }
  #indexTAS2026 section.custom_sec .custom_car .row {
    min-height: 630px;
    padding-top: 410px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .pc_bg {
    position: absolute;
    width: 1197px;
    height: auto;
    max-width: none;
    left: 0;
    top: 0;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts {
    width: 574px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text1 {
    font-size: 37px;
    font-weight: bold;
    line-height: 45px;
    padding-bottom: 12px;
    border-bottom: #fff 1px solid;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text1 .indent {
    display: inline-block;
    text-indent: -0.5em;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text1 small {
    display: block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 200;
    margin-top: 10px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text2 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 200;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .text3 {
    width: 425px;
    position: absolute;
    top: 520px;
    left: 640px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 200;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .text3 .box {
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 2px 7px;
    border: 1px solid #fff;
    margin-top: 12px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .detail_btn {
    display: block;
    width: 248px;
    height: 40px;
    padding-right: 10px;
    line-height: 40px;
    color: #0051A4;
    position: absolute;
    left: 780px;
    top: 615px;
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .detail_btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transform-origin: right top;
    transform: skewX(-10deg);
    width: 100%;
    height: 100%;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(n+2) {
    margin-top: 120px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(6) {
    padding-top: 437px;
  }
  #indexTAS2026 section.custom_sec .custom_car .note {
    margin-top: 124px;
    font-size: 12px;
    text-align: right;
  }
  #indexTAS2026 section.program_sec {
    padding: 0 0 148px;
    z-index: 1;
  }
  #indexTAS2026 section.program_sec .section_title {
    margin-bottom: 100px;
  }
  #indexTAS2026 section.program_sec .program_links {
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #indexTAS2026 section.program_sec .program_links div {
    width: 300px;
    height: 160px;
    border-radius: 10px 10px 0 0;
    padding-top: 20px;
    padding-bottom: 7px;
    box-sizing: border-box;
    background: url("../img/program_links_btn_bg.png") no-repeat center/100%;
    margin: auto;
    display: grid;
    align-content: space-between;
  }
  #indexTAS2026 section.program_sec .program_links div p {
    color: #fff;
    text-align: center;
  }
  #indexTAS2026 section.program_sec .program_links div p.main {
    font-size: 65px;
    line-height: 80px;
    font-weight: 600;
  }
  #indexTAS2026 section.program_sec .program_links div p.main small {
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
  }
  #indexTAS2026 section.program_sec .program_links div a {
    display: block;
    width: 180px;
    padding: 10px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    background-image: url("../img/links_btn_icon2.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    color: #0051A4;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
  }
  #indexTAS2026 section.program_sec .program_links div a span {
    font-weight: 700;
  }
  #indexTAS2026 section.program_sec .stage_program {
    width: 100%;
  }
  #indexTAS2026 section.program_sec .stage_program .box {
    width: 1070px;
    height: 393px;
    background: url("../img/program_box_bg.png") no-repeat bottom center/100%;
    margin: 100px auto 80px;
    padding: 99px 40px 45px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_date {
    position: absolute;
    left: 40px;
    top: 0;
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_title .sub {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    display: block;
    width: fit-content;
    padding-bottom: 9px;
    border-bottom: #fff 1px solid;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_title .main {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin-top: 15px;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_text {
    margin-top: 15px;
    width: 414px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  #indexTAS2026 section.program_sec .stage_program .date {
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
    font-style: italic;
    margin-bottom: 40px;
  }
  #indexTAS2026 section.program_sec .stage_program .date small {
    font-size: 50px;
    line-height: 1;
  }
  #indexTAS2026 section.program_sec .stage_program .row {
    width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table {
    width: 960px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr th {
    width: 180px;
    padding-top: 28px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr th p {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td {
    width: calc(100% - 180px);
    border-bottom: #fff 1px solid;
    padding: 30px 0;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p {
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p.title {
    font-size: 30px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p.title small {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner {
    width: 400px;
    position: relative;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_title {
    width: 430px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_title .sub {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    display: block;
    width: fit-content;
    padding-bottom: 9px;
    border-bottom: #fff 1px solid;
    margin-bottom: 15px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_title .main {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cast {
    width: 100%;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    padding: 15px 0;
    margin-top: 25px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cast .cast_set {
    padding: 0 0.5em;
    display: flex;
    align-items: start;
    gap: 1em;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cast .cast_set .dt {
    padding: 0 1em;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cap {
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    margin-top: 20px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.comingsoon::before {
    content: "Coming Soon";
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: calc(100% - 80px);
    border: #fff 1px solid;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail1::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 673/422;
    position: absolute;
    right: -40px;
    bottom: 0;
    background: url("../img/detail1_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail2::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 828/611;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail2_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail2 .detail_inner .detail_title {
    width: 440px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail3::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 837/558;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail3_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail4::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 765/510;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail4_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail5::before {
    content: "";
    display: block;
    width: auto;
    height: calc(100% - 78px);
    aspect-ratio: 340/508;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url("../img/detail5_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail6::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 736/487;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail6_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail7::before {
    content: "";
    display: block;
    width: auto;
    height: 100%;
    aspect-ratio: 853/569;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/detail7_bg.png") no-repeat center/100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr:first-of-type td {
    border-top: #fff 1px solid;
  }
  #indexTAS2026 section.program_sec .stage_program .row.row3 {
    margin-bottom: 96px;
  }
  #indexTAS2026 section.program_sec .stage_program .note {
    display: block;
    width: 960px;
    margin: auto;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: right;
  }
  #indexTAS2026 section.showcase_sec {
    min-height: 840px;
    padding-bottom: 250px;
    box-sizing: content-box;
    position: relative;
  }
  #indexTAS2026 section.showcase_sec::before {
    content: "";
    display: block;
    width: 100%;
    height: 750px;
    background: url("../img/showcase_bg.png") no-repeat center/auto 100%;
    position: absolute;
    bottom: 250px;
    left: 0;
  }
  #indexTAS2026 section.showcase_sec .copy {
    margin-top: 88px;
    font-size: 50px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
  }
  #indexTAS2026 section.showcase_sec .text {
    margin-top: 24px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  #indexTAS2026 section.goods_sec {
    padding-bottom: 30px;
  }
  #indexTAS2026 section.goods_sec .text {
    display: block;
    width: 1040px;
    margin: 65px auto 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 200;
  }
  #indexTAS2026 section.goods_sec .cap {
    display: block;
    width: 1040px;
    margin: 25px auto 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
  }
  #indexTAS2026 section.goods_sec .image {
    width: 1041px;
    margin: 55px auto 0;
  }
  #indexTAS2026 section.goods_sec .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  #indexTAS2026 section.goods_sec .comingsoon {
    width: 960px;
    height: 550px;
    border: #fff 1px solid;
    margin: auto;
    position: relative;
  }
  #indexTAS2026 section.goods_sec .comingsoon::after {
    content: "Coming Soon";
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    display: block;
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #indexTAS2026 .bottom_note {
    width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  body {
    background: #191E32;
  }
  #pc-header {
    background: #fff;
  }
  #indexTAS2026 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
  }
  #indexTAS2026 .pc {
    display: none !important;
  }
  #indexTAS2026 div.bg_area {
    background: url(../img/bg2_sp.png) center top/100% no-repeat;
    padding-top: 80px;
    margin-top: -107px;
  }
  #indexTAS2026 section {
    width: 100%;
  }
  #indexTAS2026 section.hero_sec {
    aspect-ratio: 750/783;
    background: url(../img/hero_sp.png) no-repeat center top/100% auto;
    position: relative;
    z-index: 1;
  }
  #indexTAS2026 section.hero_sec .inner_wrap {
    width: 86.6666666667%;
    height: 100%;
    margin: auto;
    position: relative;
  }
  #indexTAS2026 section.hero_sec .inner_wrap .note {
    color: #fff;
    font-size: 10px;
    text-align: right;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 60px;
  }
  #indexTAS2026 section.intro_sec {
    text-align: center;
    padding: 0 0 50px;
    z-index: 1;
  }
  #indexTAS2026 section.intro_sec .text1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  #indexTAS2026 section.intro_sec .text2 {
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
  }
  #indexTAS2026 section.intro_sec .links {
    margin-top: 62px;
  }
  #indexTAS2026 section.intro_sec .links div {
    width: 250px;
    height: 120px;
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
    padding-bottom: 9px;
    box-sizing: border-box;
    background: url("../img/links_btn_bg1.png") no-repeat top center/100%;
    margin: auto;
    display: grid;
    align-content: space-between;
  }
  #indexTAS2026 section.intro_sec .links div p {
    color: #fff;
    text-align: center;
  }
  #indexTAS2026 section.intro_sec .links div p.main {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
  }
  #indexTAS2026 section.intro_sec .links div p.sub {
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
    padding-bottom: 5px;
    position: relative;
  }
  #indexTAS2026 section.intro_sec .links div p.sub span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .links div p.sub::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #indexTAS2026 section.intro_sec .links div a {
    display: block;
    width: 150px;
    padding: 6px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    background-image: url("../img/links_btn_icon1.png");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 12px;
    color: #0051A4;
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
    text-align: left;
  }
  #indexTAS2026 section.intro_sec .links div a span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .links2 {
    max-width: 295px;
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px 12px;
    flex-wrap: wrap;
  }
  #indexTAS2026 section.intro_sec .links2 div {
    width: 140px;
    height: 116px;
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
    padding-bottom: 6px;
    box-sizing: border-box;
    background: url("../img/links_btn_bg2.png") no-repeat center/100%;
    margin: auto;
    display: grid;
    align-content: space-between;
  }
  #indexTAS2026 section.intro_sec .links2 div p {
    color: #fff;
    text-align: center;
  }
  #indexTAS2026 section.intro_sec .links2 div p.main {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
  }
  #indexTAS2026 section.intro_sec .links2 div p.sub {
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
    width: fit-content;
    margin: auto;
    padding: 0 25px 8px;
    position: relative;
  }
  #indexTAS2026 section.intro_sec .links2 div p.sub span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .links2 div p.sub::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #indexTAS2026 section.intro_sec .links2 div a {
    display: block;
    width: 130px;
    padding: 7px 5px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    background-image: url("../img/links_btn_icon2.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 11px;
    color: #0051A4;
    font-size: 9px;
    line-height: 11px;
    font-weight: 300;
    text-align: left;
  }
  #indexTAS2026 section.intro_sec .links2 div a span {
    font-weight: 700;
  }
  #indexTAS2026 section.intro_sec .movie_text {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    margin: 60px auto 20px;
  }
  #indexTAS2026 section.intro_sec .movie_text .light {
    font-weight: 200;
  }
  #indexTAS2026 section.intro_sec .video_area {
    width: 100%;
    aspect-ratio: 640/360;
    margin: 0 auto 80px;
  }
  #indexTAS2026 section.intro_sec .video_area .video_frame:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #indexTAS2026 section.intro_sec .video_area .dummy {
    width: 100%;
    height: auto;
    aspect-ratio: 640/360;
    background: url("../img/movie_dummy.jpg") no-repeat center/100%;
    margin: auto;
  }
  #indexTAS2026 section .inner_wrap {
    width: 86.6666666667%;
    margin: 0 auto;
    padding: 0;
  }
  #indexTAS2026 section .section_title {
    width: 100%;
  }
  #indexTAS2026 section .section_title .en {
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
  }
  #indexTAS2026 section .section_title .en .light {
    font-weight: 200;
  }
  #indexTAS2026 section .section_title .jp {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1;
  }
  #indexTAS2026 section.custom_sec {
    padding: 50px 0 120px;
    z-index: 0;
  }
  #indexTAS2026 section.custom_sec .custom_car {
    width: 100%;
    margin: 35px auto 0;
    padding: 0 15px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row {
    position: relative;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .sp_pic {
    width: 100%;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts {
    margin-top: 40px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    white-space: nowrap;
    padding-bottom: 7px;
    border-bottom: #fff 1px solid;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text1 small {
    display: block;
    font-size: 10px;
    line-height: 17px;
    font-weight: 200;
    margin-top: 7px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .texts .text2 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 17px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .sp_bg {
    width: 325px;
    max-width: none;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .text3 {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: -0.02em;
    width: 170px;
    margin-top: 76px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .text3 .box {
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 2px 6px;
    border: 1px solid #fff;
    margin-top: 12px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .detail_btn {
    display: block;
    width: 160px;
    height: 26px;
    padding-right: 10px;
    margin-top: 22px;
    font-size: 10px;
    line-height: 26px;
    font-weight: 600;
    color: #0051A4;
    text-align: center;
  }
  #indexTAS2026 section.custom_sec .custom_car .row .detail_btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transform-origin: right top;
    transform: skewX(-15deg);
    width: 100%;
    height: 100%;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(n+2) {
    margin-top: 60px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(1) {
    padding-bottom: 10px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(2) {
    padding-bottom: 24px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(3) {
    padding-bottom: 0;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(3) .sp_bg {
    bottom: 0;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(3) .detail_btn {
    margin-top: 40px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(4) {
    padding-bottom: 74px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(5) {
    padding-bottom: 8px;
  }
  #indexTAS2026 section.custom_sec .custom_car .row:nth-child(6) {
    padding-bottom: 8px;
  }
  #indexTAS2026 section.custom_sec .custom_car .note {
    margin-top: 50px;
    margin-left: 65px;
    font-size: 9px;
    line-height: 16px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #indexTAS2026 section.program_sec {
    padding: 0 0 124px;
    z-index: 1;
  }
  #indexTAS2026 section.program_sec .section_title {
    margin-bottom: 52px;
  }
  #indexTAS2026 section.program_sec .program_links {
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
  }
  #indexTAS2026 section.program_sec .program_links div {
    width: 250px;
    height: 98px;
    border-radius: 10px 10px 0 0;
    padding-top: 12px;
    padding-bottom: 3px;
    box-sizing: border-box;
    background: url("../img/program_links_btn_bg.png") no-repeat center/100%;
    margin: auto;
    display: grid;
    align-content: space-between;
  }
  #indexTAS2026 section.program_sec .program_links div p {
    color: #fff;
    text-align: center;
  }
  #indexTAS2026 section.program_sec .program_links div p.main {
    font-size: 35px;
    line-height: 43px;
    font-weight: 600;
  }
  #indexTAS2026 section.program_sec .program_links div p.main small {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
  }
  #indexTAS2026 section.program_sec .program_links div a {
    display: block;
    width: 130px;
    padding: 7px;
    box-sizing: border-box;
    margin: auto;
    background-color: #fff;
    background-image: url("../img/links_btn_icon2.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px;
    color: #0051A4;
    font-size: 9px;
    line-height: 10px;
    font-weight: 300;
    text-align: left;
  }
  #indexTAS2026 section.program_sec .program_links div a span {
    font-weight: 700;
  }
  #indexTAS2026 section.program_sec .stage_program {
    width: 100%;
  }
  #indexTAS2026 section.program_sec .stage_program .box {
    width: 295px;
    height: 408px;
    background: url("../img/program_box_bg_sp.png") no-repeat bottom center/100%;
    margin: 93px auto 75px;
    padding: 48px 20px 0;
    box-sizing: border-box;
    position: relative;
    text-align: left;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_date {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_title .sub {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    display: block;
    width: fit-content;
    padding-bottom: 5px;
    border-bottom: #fff 1px solid;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_title .main {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 12px;
  }
  #indexTAS2026 section.program_sec .stage_program .box .box_text {
    margin-top: 12px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
  }
  #indexTAS2026 section.program_sec .stage_program .date {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    font-style: italic;
    margin-bottom: 30px;
  }
  #indexTAS2026 section.program_sec .stage_program .date small {
    font-size: 20px;
    line-height: 1;
  }
  #indexTAS2026 section.program_sec .stage_program .row {
    width: 100%;
    padding: 0 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table {
    width: 100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr th {
    width: 90px;
    padding-top: 14px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr th p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td {
    width: calc(100% - 90px);
    border-bottom: #fff 1px solid;
    padding: 18px 0;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p {
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p.title {
    font-size: 15px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p.title small {
    display: block;
    margin-top: 9px;
    font-size: 10px;
    line-height: 22px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td p.title small.indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail {
    padding-bottom: 175px;
    position: relative;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner {
    width: 100%;
    position: static;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_title {
    width: 100%;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_title .sub {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    display: block;
    width: fit-content;
    padding-bottom: 5px;
    border-bottom: #fff 1px solid;
    margin-bottom: 11px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_title .main {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .detail_text {
    margin-top: 12px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cast {
    width: 100%;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    padding: 10px 5px;
    margin-top: 15px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cast .cast_set {
    display: flex;
    align-items: start;
    gap: 1em;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cast .cast_set .dt {
    padding: 0 1em;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail .detail_inner .cap {
    font-size: 9px;
    line-height: 13px;
    font-weight: 300;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.comingsoon::before {
    content: "Coming Soon";
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: calc(100% - 80px);
    border: #fff 1px solid;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail::before {
    content: "";
    display: block;
    width: auto;
    height: 175px;
    aspect-ratio: 525/350;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail1::before {
    aspect-ratio: 555/350;
    background-image: url("../img/detail1_bg_sp.png");
    right: -15px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail2 {
    padding-bottom: 242px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail2::before {
    background-image: url("../img/detail2_bg_sp.png");
    bottom: 66px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail3::before {
    background-image: url("../img/detail3_bg_sp.png");
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail4::before {
    background-image: url("../img/detail4_bg_sp.png");
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail5 {
    padding-bottom: 350px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail5::before {
    height: 315px;
    aspect-ratio: 410/629;
    background-image: url("../img/detail5_bg_sp.png");
    bottom: 20px;
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail6::before {
    background-image: url("../img/detail6_bg_sp.png");
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr td.detail.detail7::before {
    background-image: url("../img/detail7_bg_sp.png");
  }
  #indexTAS2026 section.program_sec .stage_program .row .program_table tr:first-of-type td {
    border-top: #fff 1px solid;
  }
  #indexTAS2026 section.program_sec .stage_program .row.row3 {
    margin-bottom: 40px;
  }
  #indexTAS2026 section.program_sec .stage_program .note {
    font-size: 9px;
    line-height: 13px;
    font-weight: 400;
    text-align: right;
  }
  #indexTAS2026 section.showcase_sec {
    padding-bottom: 135px;
    box-sizing: content-box;
    position: relative;
  }
  #indexTAS2026 section.showcase_sec::before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 750/293;
    background: url("../img/showcase_bg_sp.png") no-repeat center/auto 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
  }
  #indexTAS2026 section.showcase_sec .copy {
    margin-top: 35px;
    font-size: 23px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
  }
  #indexTAS2026 section.showcase_sec .text {
    margin-top: 21px;
    font-size: 10px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
  }
  #indexTAS2026 section.goods_sec {
    padding: 50px 15px 0;
  }
  #indexTAS2026 section.goods_sec .text {
    margin-top: 38px;
    font-size: 10px;
    line-height: 17px;
    font-weight: 200;
  }
  #indexTAS2026 section.goods_sec .cap {
    margin-top: 25px;
    font-size: 10px;
    line-height: 17px;
    font-weight: 200;
  }
  #indexTAS2026 section.goods_sec .cap li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #indexTAS2026 section.goods_sec .image {
    width: 100%;
    margin: 10px auto 0;
  }
  #indexTAS2026 section.goods_sec .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  #indexTAS2026 section.goods_sec .comingsoon {
    width: 960px;
    height: 550px;
    border: #fff 1px solid;
    margin: auto;
    position: relative;
  }
  #indexTAS2026 section.goods_sec .comingsoon::after {
    content: "Coming Soon";
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    display: block;
    width: fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #indexTAS2026 .bottom_note {
    margin: 0 auto;
    width: 86.6666666667%;
    font-size: 12px;
    line-height: 18px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
#indexTAS2026 .modal {
  width: var(--size);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: -1;
}
#indexTAS2026 .modal.open {
  opacity: 1;
  z-index: 100;
  animation: modalOpen 0.5s linear;
}
#indexTAS2026 .modal.close {
  opacity: 0;
  z-index: -1;
  animation: modalClose 0.5s linear;
}
#indexTAS2026 .modal .modal_bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
#indexTAS2026 .modal .modal_con {
  width: 90%;
  max-width: 800px;
  height: auto;
  max-height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#indexTAS2026 .modal .modal_con .modal_close {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  transform: rotate(45deg);
}
#indexTAS2026 .modal .modal_con .modal_close::before, #indexTAS2026 .modal .modal_con .modal_close::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#indexTAS2026 .modal .modal_con .modal_close::before {
  width: 100%;
  height: 1px;
}
#indexTAS2026 .modal .modal_con .modal_close::after {
  width: 1px;
  height: 100%;
}
#indexTAS2026 .modal .modal_con .modal_inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
#indexTAS2026 .modal .modal_con .modal_inner img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

@keyframes modalOpen {
  0% {
    z-index: -1;
    opacity: 0;
  }
  1% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: 100;
    opacity: 1;
  }
}
@keyframes modalClose {
  0% {
    z-index: 100;
    opacity: 1;
  }
  99% {
    z-index: 100;
    opacity: 0;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}