@charset "UTF-8";
/* Scss Document */
/* Fonts */
/* 画像パス */
/* 色設定 */
/* *** mixins *** */
/* *** common variables *** */
/* break point 
---------------------------------------------- */
/* hover style
---------------------------------------------- */
/* color
---------------------------------------------- */
/* *** ①One-Tone *** */
/* *** ②Two-Tone *** */
/* break point */
/* hover */
/* PC、SP画像の切り替え */
/* スペック＞金額箇所 横並びのスタイル（SPのみ.incと.excl共通） */
/* -----------------------------------------------
  ① clamp関数
----------------------------------------------- */
/* --- 10px = 1rem --- */
/* -----------------------------------------------
  ② Y軸減少計算
----------------------------------------------- */
/* --- 画面を縮小させた際にコンテンツのY軸距離を広げる関数 --- */
/* --------------------------------------------
  共通スタイル
-------------------------------------------- */
.anime.fadeIn {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}
.anime.fadeUp {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s, transform 0.8s;
  transition-delay: 0.5s;
}
.anime.is_anime {
  opacity: 1;
  transform: translateY(0);
}

body {
  height: auto;
}

.tas-contents {
  background: var(--white);
  color: var(--greyK80);
  font-feature-settings: "palt";
  position: relative;
  /* 共通H2タイトル */
  /* チケットボタン */
}
.tas-contents .no-break {
  display: inline-block;
}
.tas-contents .note {
  padding-block-start: 0.8rem;
}
@media (min-width: 769px) {
  .tas-contents .note {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .tas-contents .note {
    font-size: 1rem;
  }
}
.tas-contents .img-roman2-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tas-contents .img-roman2-wrap .txt {
  margin-inline-end: 0.2em;
}
.tas-contents .img-roman2-wrap .img-roman2-block {
  display: flex;
  align-items: center;
}
.tas-contents .img-roman2-wrap .img-roman2 {
  margin-inline-start: 0.3em;
  transform: skewX(-13deg);
  transform-origin: left center;
  display: inline-block;
}
.tas-contents .img-roman2-wrap:not(.is-windows) .img-roman2 {
  height: 0.8em;
}
.tas-contents .img-roman2-wrap.is-windows .img-roman2 {
  height: 1em;
  padding-block-end: 0.2em;
}
.tas-contents .inner-wrap {
  max-width: 100%;
}
.tas-contents section {
  position: relative;
}
.tas-contents .bg-btm {
  position: relative;
  z-index: 0;
}
@media (min-width: 769px) {
  .tas-contents .bg-btm {
    margin-block-end: 8rem;
  }
}
@media (max-width: 768px) {
  .tas-contents .bg-btm {
    margin-block-end: 11%;
  }
}
.tas-contents .bg-btm::after {
  content: "";
  width: 100%;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
@media (min-width: 769px) {
  .tas-contents .bg-btm::after {
    background-image: url("/tas/index/images/bg/bg_subaru_tas2026_btm_pc.webp");
  }
}
@media (max-width: 768px) {
  .tas-contents .bg-btm::after {
    background-image: url("/tas/index/images/bg/bg_subaru_tas2026_btm_sp.webp");
  }
}
@media (min-width: 769px) {
  .tas-contents .bg-btm::after {
    height: 142px;
    aspect-ratio: 720/53;
    bottom: -79px;
  }
}
@media (max-width: 768px) {
  .tas-contents .bg-btm::after {
    aspect-ratio: 640/159;
    bottom: -27%;
  }
}
.tas-contents .bg-btm .ttl-h2-wrap {
  background-color: #0a1835;
}
@media (min-width: 769px) {
  .tas-contents .bg-btm .ttl-h2-wrap {
    padding-block: 8rem;
  }
}
@media (max-width: 768px) {
  .tas-contents .bg-btm .ttl-h2-wrap {
    padding-block: 15.63% 12.5%;
  }
}
@media (min-width: 769px) {
  .tas-contents :not(.bg-btm) > .ttl-h2-wrap {
    margin-block-end: 8.8rem;
    padding-block: 3.8rem;
  }
}
@media (max-width: 768px) {
  .tas-contents :not(.bg-btm) > .ttl-h2-wrap {
    margin-block-end: 16%;
    padding-block: 5.4%;
  }
}
.tas-contents .ttl-h2-wrap {
  line-height: 1.16;
  text-align: center;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.tas-contents .ttl-h2-wrap::before {
  content: "";
  margin-inline: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 769px) {
  .tas-contents .ttl-h2-wrap::before {
    background-image: url("/tas/index/images/bg/bg_ttl_pc.webp");
  }
}
@media (max-width: 768px) {
  .tas-contents .ttl-h2-wrap::before {
    background-image: url("/tas/index/images/bg/bg_ttl_sp.webp");
  }
}
@media (min-width: 769px) {
  .tas-contents .ttl-h2-wrap::before {
    width: 652px;
    aspect-ratio: 652/157;
  }
}
@media (max-width: 768px) {
  .tas-contents .ttl-h2-wrap::before {
    width: 96.25%;
    aspect-ratio: 616/149;
  }
}
@media (min-width: 769px) {
  .tas-contents .ttl-h2-wrap h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .tas-contents .ttl-h2-wrap h2 {
    font-size: clamp(1.4rem, 0.257rem + 3.57vw, 3rem);
  }
}
.tas-contents .ttl-h2-wrap h2 .en {
  line-height: 1;
  font-weight: var(--fwBold);
  font-style: italic;
  display: block;
}
@media (min-width: 769px) {
  .tas-contents .ttl-h2-wrap h2 .en {
    font-size: 150%;
  }
}
@media (max-width: 768px) {
  .tas-contents .ttl-h2-wrap h2 .en {
    font-size: 190%;
  }
}
@media (min-width: 769px) {
  .tas-contents .ticket_btn_wrap {
    margin-block-start: 9.6rem;
  }
}
@media (max-width: 768px) {
  .tas-contents .ticket_btn_wrap {
    margin-block-start: 6.4rem;
  }
}
.tas-contents .ticket_btn {
  clip-path: polygon(0% 0%, 92.69% 0%, 100% 50%, 92.69% 100%, 0% 100%);
}
@media (min-width: 769px) {
  .tas-contents .ticket_btn {
    width: min(100%, 620px);
  }
}
@media (max-width: 768px) {
  .tas-contents .ticket_btn {
    width: min(100%, 400px);
    margin-inline: auto;
  }
}
@media (min-width: 769px) {
  .tas-contents .ticket_btn.center {
    margin-inline: auto;
  }
}
.tas-contents .ticket_btn a {
  padding: 1rem;
  background-color: #b55704;
  display: flex;
  align-items: center;
  position: relative;
  transition: var(--transition);
}
@media (hover: hover) {
  .tas-contents .ticket_btn a:hover {
    background-color: #f75500;
  }
}
.tas-contents .ticket_btn a::after {
  content: "";
  aspect-ratio: 1/1;
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
}
@media (min-width: 769px) {
  .tas-contents .ticket_btn a::after {
    width: 3.08%;
    right: 9.62%;
  }
}
@media (max-width: 768px) {
  .tas-contents .ticket_btn a::after {
    width: 2.67%;
    right: 6.67%;
  }
}
.tas-contents .ticket_btn a .pict_wrap {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .tas-contents .ticket_btn a .pict_wrap {
    flex-basis: 20%;
    margin-inline-end: 11.2%;
  }
}
@media (max-width: 768px) {
  .tas-contents .ticket_btn a .pict_wrap {
    flex-basis: 18.1%;
    margin-inline-end: 12.07%;
  }
}
.tas-contents .ticket_btn a .pict_wrap::after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  background: url("/tas/index/images/btn_img_rainbow.webp") top/contain no-repeat;
}
@media (min-width: 769px) {
  .tas-contents .ticket_btn a .pict_wrap::after {
    right: -32%;
  }
}
@media (max-width: 768px) {
  .tas-contents .ticket_btn a .pict_wrap::after {
    right: -36%;
  }
}
.tas-contents .ticket_btn a .text {
  flex: 1;
  color: var(--white);
  font-weight: var(--fwBold);
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .tas-contents .ticket_btn a .text {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .tas-contents .ticket_btn a .text {
    font-size: clamp(1.6rem, 0rem + 5vw, 2rem);
  }
}
.tas-contents .ticket_btn a .text::after {
  content: "";
  position: absolute;
  background: url(/common_carlineup/images/icon/icn_arrow_white.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

/* フッター上書き */
.page-btm-row {
  background-color: var(--white);
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.footer.footer-simple {
  margin-block-start: 0;
}

/* ----------------------------------
  背景画像設定
---------------------------------- */
.lp-contents {
  /* 背景装飾 */
}
.lp-contents::before {
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 769px) {
  .lp-contents::before {
    background-image: url("/tas/index/images/ttl_subaru_tas2026_pc.webp"), url("/tas/index/images/bg/bg_subaru_tas2026_pc.webp");
  }
}
@media (max-width: 768px) {
  .lp-contents::before {
    background-image: url("/tas/index/images/ttl_subaru_tas2026_sp.webp"), url("/tas/index/images/bg/bg_subaru_tas2026_sp.webp");
  }
}
@media (min-width: 769px) {
  .lp-contents::before {
    aspect-ratio: 720/53;
    transform: translateY(-54%);
    background-size: 75%, 100%;
    background-position: 50% 70%, top;
  }
}
@media (max-width: 768px) {
  .lp-contents::before {
    aspect-ratio: 601/177;
    transform: translateY(-42%);
    background-size: 95%, 100%;
    background-position: center bottom, top;
  }
}
@media (min-width: 769px) {
  .lp-contents .lp-contents-inner {
    margin-block-start: 9.2rem;
  }
}
@media (max-width: 768px) {
  .lp-contents .lp-contents-inner {
    margin-block-start: 24%;
  }
}

/* パララクス風 */
.parallax-layer {
  position: sticky;
  top: 0;
  z-index: 1;
}

.parallax-overlayer {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

/* 背景固定 */
.bg-fixed-layer-wrap {
  width: 100%;
  position: relative;
}

.bg-fixed-layer {
  position: -webkit-sticky;
  position: sticky;
  inset: 0;
  height: 100vh;
  margin-bottom: -100vh;
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  /* 背景画像 */
}
.bg-fixed-layer.bg-img-exhibition {
  background-color: #010e48;
}
@media (min-width: 769px) {
  .bg-fixed-layer.bg-img-exhibition {
    background-image: url("/tas/index/images/bg/bg_message_pc.webp");
  }
}
@media (max-width: 768px) {
  .bg-fixed-layer.bg-img-exhibition {
    background-image: url("/tas/index/images/bg/bg_message_sp.webp");
  }
}
@media (min-width: 769px) {
  .bg-fixed-layer.bg-img-booth-contents {
    background-image: url("/tas/index/images/bg/bg_booth_pc.webp");
  }
}
@media (max-width: 768px) {
  .bg-fixed-layer.bg-img-booth-contents {
    background-image: url("/tas/index/images/bg/bg_booth_sp.webp");
  }
}

.bg-fixed-layer-content {
  position: relative;
}

/* ----------------------------------
  menu
---------------------------------- */
.pc_tas_menu_wrapper {
  width: 100%;
}

@media (min-width: 769px) {
  .tas_menu {
    position: relative;
    z-index: 10;
  }
  .tas_menu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media (max-width: 768px) {
  .tas_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background-color: rgba(240, 240, 240, 0.96);
    overscroll-behavior: contain;
    overflow-y: scroll;
    z-index: 1101;
  }
}
.tas_menu ul {
  display: flex;
}
@media (min-width: 769px) {
  .tas_menu ul {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .tas_menu ul {
    flex-direction: column;
    row-gap: 2rem;
  }
}
@media (min-width: 769px) {
  .tas_menu ul li {
    flex-basis: 160px;
    aspect-ratio: 164/127;
    flex-shrink: 0;
  }
}
.tas_menu ul li a {
  position: relative;
}
@media (min-width: 769px) {
  .tas_menu ul li a {
    height: 100%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .tas_menu ul li a:hover {
    opacity: 0.7;
  }
  .tas_menu ul li a::before, .tas_menu ul li a::after {
    content: "";
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    inset: 0;
  }
  .tas_menu ul li a::before {
    background-image: url("/tas/index/images/rim_nav_bg.webp");
    z-index: -1;
  }
  .tas_menu ul li a::after {
    background-image: url("/tas/index/images/rim_nav_line.webp"), url("/tas/index/images/rim_nav_glow.webp");
  }
}
@media (max-width: 768px) {
  .tas_menu ul li a {
    padding-block: 1.6rem;
    padding-inline: 2rem;
    display: block;
  }
  .tas_menu ul li a::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border: solid 2px var(--black);
    border-top: none;
    border-left: none;
    top: 50%;
    right: 2rem;
    transform: translateX(-75%) rotate(-45deg);
  }
  .tas_menu ul li a[href^="#"]::after {
    transform: translate(-50%, -75%) rotate(45deg);
  }
}
.tas_menu ul li a .jp {
  font-weight: var(--fwBold);
}
@media (min-width: 769px) {
  .tas_menu ul li a .jp {
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .tas_menu ul li a .jp {
    font-size: 1.4rem;
  }
}

.sp_tas_menu_wrap {
  position: sticky;
  top: 0;
  z-index: 1101;
}
.sp_tas_menu_wrap .sp_tas_menu_open {
  position: absolute;
  top: 1.6rem;
  right: 0.8rem;
  background-color: #dfdfdf;
  width: 5rem;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.sp_tas_menu_wrap .sp_tas_menu_open span {
  display: block;
  width: 2.2rem;
  height: 4px;
  background: var(--black);
  border-radius: 9999px;
  margin-block-end: 0.4rem;
}
.sp_tas_menu_wrap .sp_tas_menu_open .menu_text {
  font-family: "Goldman", serif;
  font-size: 0.8rem;
  line-height: 1;
}
.sp_tas_menu_wrap .tas_menu_btn_row {
  display: flex;
  justify-content: end;
  padding-inline: 2rem;
  padding-block: 1.6rem;
}
.sp_tas_menu_wrap .tas_menu_btn_row .sp_tas_menu_close {
  width: 3rem;
  height: 3rem;
  border: none;
  position: relative;
}
.sp_tas_menu_wrap .tas_menu_btn_row .sp_tas_menu_close span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--black);
  border-radius: 9999px;
  position: absolute;
  top: 50%;
}
.sp_tas_menu_wrap .tas_menu_btn_row .sp_tas_menu_close span:nth-child(1) {
  transform: rotate(45deg);
}
.sp_tas_menu_wrap .tas_menu_btn_row .sp_tas_menu_close span:nth-child(2) {
  transform: rotate(-45deg);
}

/* ----------------------------------
  MV
---------------------------------- */
.mv-section {
  display: grid;
}
.mv-section > * {
  grid-area: 1/1;
}
.mv-section .mv-inner {
  z-index: 1;
}
@media (min-width: 769px) {
  .mv-section .mv-inner {
    margin: 1.04%;
  }
}
@media (max-width: 768px) {
  .mv-section .mv-inner {
    margin: 3.13%;
  }
}
@media (min-width: 769px) {
  .mv-section .logo-tas {
    width: 11%;
  }
}
@media (max-width: 768px) {
  .mv-section .logo-tas {
    width: 17%;
  }
}
@media (min-width: 769px) {
  .mv-section .txt-tas {
    width: 42%;
    margin-block-start: 7%;
  }
}
@media (max-width: 768px) {
  .mv-section .txt-tas {
    width: 63%;
  }
}
.mv-section .no-controls .vjs-control-bar,
.mv-section .no-controls .vjs-big-play-button {
  display: none !important;
}

/* ----------------------------------
  MV下
---------------------------------- */
.event-schedule-wrap {
  max-width: 940px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .event-schedule-wrap {
    margin-block: 1.6rem 3.2rem;
  }
}
@media (max-width: 768px) {
  .event-schedule-wrap {
    margin-block-end: 7.5%;
  }
}

.message-wrap {
  max-width: 1200px;
  margin-inline: auto;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .message-wrap {
    margin-block: 4.8rem 6.4rem;
    aspect-ratio: 60/29;
  }
}
@media (max-width: 768px) {
  .message-wrap {
    margin-block: 13.44% 20%;
    aspect-ratio: 634/867;
  }
}
.message-wrap::before, .message-wrap::after {
  content: "";
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
}
.message-wrap::before {
  mix-blend-mode: overlay;
  transform: translateZ(0);
}
@media (min-width: 769px) {
  .message-wrap::before {
    background-image: url("/tas/index/images/rim_hexagon_bg_pc.webp");
  }
}
@media (max-width: 768px) {
  .message-wrap::before {
    background-image: url("/tas/index/images/rim_hexagon_bg_sp.webp");
  }
}
@media (min-width: 769px) {
  .message-wrap::after {
    background-image: url("/tas/index/images/rim_hexagon_line_pc.webp");
  }
}
@media (max-width: 768px) {
  .message-wrap::after {
    background-image: url("/tas/index/images/rim_hexagon_line_sp.webp");
  }
}
.message-wrap h2 {
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .message-wrap h2 {
    margin-block-end: 2.5%;
    font-size: clamp(3.2rem, 1.868rem + 1.73vw, 3.6rem);
  }
}
@media (max-width: 768px) {
  .message-wrap h2 {
    margin-block-end: 4.7%;
    font-size: clamp(2.4rem, 0.686rem + 5.36vw, 4.8rem);
  }
}
.message-wrap h2 .jp {
  display: block;
}
@media (min-width: 769px) {
  .message-wrap h2 .jp {
    font-size: 44.44%;
  }
}
@media (max-width: 768px) {
  .message-wrap h2 .jp {
    font-size: 50%;
  }
}
.message-wrap h2 .en {
  font-family: "Hiragino Mincho ProN", YuMincho, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  display: block;
}
.message-wrap .txt {
  font-family: "Hiragino Mincho ProN", YuMincho, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  text-align: center;
}
@media (min-width: 769px) {
  .message-wrap .txt {
    font-size: clamp(2.4rem, 0.403rem + 2.6vw, 3rem);
  }
}
@media (max-width: 768px) {
  .message-wrap .txt {
    font-size: clamp(1.4rem, 0.257rem + 3.57vw, 3rem);
  }
}
.message-wrap .txt p.fn-l {
  font-size: 120%;
}
@media (min-width: 769px) {
  .message-wrap .txt p:not(:last-of-type) {
    margin-block-end: 3.5%;
  }
}
@media (max-width: 768px) {
  .message-wrap .txt p:not(:last-of-type) {
    margin-block-end: 8%;
  }
}

/* ----------------------------------
  展示車両
---------------------------------- */
@media (min-width: 769px) {
  .exhibition-section {
    padding-block: 12.8rem;
  }
}
@media (max-width: 768px) {
  .exhibition-section {
    padding-block: 24% 7.2rem;
  }
}
.exhibition-section .model_area {
  /* 縦横並び共通 */
  --sp-inlineP: .8rem;
  --icn-hexM: 1.6rem;
  --place:
    "title"
    "picture"
    "text";
  display: grid;
  grid-template: var(--place);
  gap: 1.6rem 2rem;
  color: var(--white);
  position: relative;
  /* 縦並びレイアウト */
  /* 横並びレイアウト */
  /* 縦横並び共通コンテンツ */
}
@media (min-width: 769px) {
  .exhibition-section .model_area:not(.row) {
    padding: 1.6rem 7% 8%;
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area:not(.row) {
    width: calc(100% + 32px);
    margin-inline-start: -16px;
    padding: 5% var(--sp-inlineP) 10%;
  }
}
@media (min-width: 769px) {
  .exhibition-section .model_area:not(.row):not(:last-of-type) {
    margin-block-end: 6.4rem;
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area:not(.row):not(:last-of-type) {
    margin-block-end: 3%;
  }
}
.exhibition-section .model_area:not(.row) .title {
  flex-direction: column;
  text-align: center;
}
@media (min-width: 769px) {
  .exhibition-section .model_area:not(.row) .title {
    font-size: clamp(2.8rem, 1.468rem + 1.73vw, 3.2rem);
  }
}
.exhibition-section .model_area:not(.row) .title::before {
  content: "";
  margin-block-end: var(--icn-hexM);
  aspect-ratio: 76/66;
  background: url("/tas/index/images/icn/icn_4hex.webp") top/contain no-repeat;
  display: block;
}
@media (min-width: 769px) {
  .exhibition-section .model_area:not(.row) .title::before {
    width: 88px;
    height: 76px;
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area:not(.row) .title::before {
    width: 44px;
    height: 38px;
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area:not(.row) .img_wrap picture {
    width: calc(100% + (var(--sp-inlineP) - 0.4rem) * 2);
    margin-inline-start: calc((var(--sp-inlineP) - 0.4rem) * -1);
  }
}
@media (min-width: 769px) {
  .exhibition-section .model_area:not(.row) .text {
    padding: 2.6rem 4.2rem;
    font-size: clamp(1.9rem, 1.567rem + 0.43vw, 2rem);
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area:not(.row) .text {
    padding-block-end: 4rem;
    padding-inline: 0.8rem;
  }
}
.exhibition-section .model_area:not(.row)::before, .exhibition-section .model_area:not(.row)::after {
  content: "";
  position: absolute;
  z-index: -1;
  clip-path: polygon(50% 0, 100% 9%, 100% 91%, 50% 100%, 0 91%, 0 9%);
}
.exhibition-section .model_area:not(.row)::before {
  inset: 0;
  background-color: #ea0033;
}
.exhibition-section .model_area:not(.row)::after {
  inset: 0.1em;
  background-color: var(--black);
}
.exhibition-section .model_area.row {
  border: solid 1px #ea0033;
  /* 左右互い違いレイアウト */
}
@media (min-width: 769px) {
  .exhibition-section .model_area.row {
    padding: 3.2rem;
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area.row {
    padding: 2.4rem var(--sp-inlineP);
  }
}
@media (min-width: 769px) {
  .exhibition-section .model_area.row:not(:last-of-type) {
    margin-block-end: 8rem;
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area.row:not(:last-of-type) {
    margin-block-end: 2.4rem;
  }
}
@media (min-width: 769px) {
  .exhibition-section .model_area.row .title {
    font-size: clamp(2.8rem, 2.134rem + 0.87vw, 3rem);
  }
}
.exhibition-section .model_area.row .title::after {
  content: "";
  margin-inline-start: var(--icn-hexM);
  background: url("/tas/index/images/icn/icn_3hex.webp") top/contain no-repeat;
  display: block;
}
@media (min-width: 769px) {
  .exhibition-section .model_area.row .title::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area.row .title::after {
    width: 30px;
    height: 30px;
  }
}
.exhibition-section .model_area.row .title span {
  flex: 1;
}
@media (min-width: 769px) {
  .exhibition-section .model_area.row .text {
    margin-block-end: 15px;
    font-size: clamp(1.4rem, 0.734rem + 0.87vw, 1.6rem);
  }
}
@media (min-width: 769px) {
  .exhibition-section .model_area.row:not(.reverse) {
    --place:
      "picture title"
      "picture ."
      "picture text"
      / 60% 1fr;
  }
}
@media (min-width: 769px) {
  .exhibition-section .model_area.row.reverse {
    --place:
      "title picture"
      ". picture"
      "text picture"
      / 1fr 60%;
  }
}
.exhibition-section .model_area .title {
  grid-area: title;
  font-weight: var(--fwBold);
  font-style: italic;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .exhibition-section .model_area .title {
    font-size: 2.4rem;
  }
}
.exhibition-section .model_area .title.noicon::after {
  content: none;
}
.exhibition-section .model_area .title .subtitle {
  font-size: 70%;
}
@media (min-width: 769px) {
  .exhibition-section .model_area .title .subtitle {
    margin-block-start: 0.4em;
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area .title .subtitle {
    margin-block-start: 0.8em;
  }
}
.exhibition-section .model_area .pict {
  grid-area: picture;
}
.exhibition-section .model_area .caption {
  grid-area: caption;
  margin-block-start: 0.8rem;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .exhibition-section .model_area .caption {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .exhibition-section .model_area .caption {
    padding-inline: 0.8rem;
  }
}
.exhibition-section .model_area .text {
  grid-area: text;
}
@media (max-width: 768px) {
  .exhibition-section .model_area .text {
    font-size: 1.4rem;
  }
}
.exhibition-section .model_area .text p {
  line-height: 1.8;
}
.exhibition-section .model_area .text p:not(:last-of-type) {
  margin-block-end: 2.4rem;
}

.link_button {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .link_button {
    margin-block-start: 2.4rem;
  }
}
@media (max-width: 768px) {
  .link_button {
    margin-block-start: 2rem;
    max-width: 35rem;
    width: 86.719%;
  }
}
.link_button a {
  position: relative;
  display: block;
  padding: 0.2rem;
  color: var(--white);
  background-color: var(--white);
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
}
.link_button a:hover span {
  background-color: #340466;
}
.link_button a:hover span.btn_oth {
  background-color: #c9144b;
}
.link_button a span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #23213c;
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  transition: all 0.4s;
}
.link_button a span.btn_oth {
  background-color: #580a22;
}
@media (min-width: 769px) {
  .link_button a span {
    padding-block: 1.4rem;
    font-size: clamp(1.2rem, -0.132rem + 1.73vw, 1.6rem);
  }
}
@media (max-width: 768px) {
  .link_button a span {
    padding-block: 1.4rem;
    font-size: clamp(1.2rem, 0.914rem + 0.89vw, 1.6rem);
  }
}
.link_button a span::after {
  content: "";
  position: absolute;
  right: 10%;
  display: flex;
  border: 2px solid;
  border-color: var(--white) var(--white) transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  z-index: 3;
}
@media (min-width: 769px) {
  .link_button a span::after {
    width: 10px;
    height: 10px;
    top: 45%;
  }
}
@media (max-width: 768px) {
  .link_button a span::after {
    width: 8px;
    height: 8px;
    top: 47%;
  }
}

/* ----------------------------------
  ブース イベント
---------------------------------- */
.booth-events-section {
  background-color: #1f275c;
  border-bottom: solid 2px #000061;
}
@media (min-width: 769px) {
  .booth-events-section {
    padding-block-end: 12rem;
  }
}
@media (max-width: 768px) {
  .booth-events-section {
    padding-block-end: 7.2rem;
  }
}
@media (min-width: 769px) {
  .booth-events-section .unveilpath-wrap {
    padding-block: 9rem;
  }
}
@media (max-width: 768px) {
  .booth-events-section .unveilpath-wrap {
    padding-block: 15% 5.6rem;
  }
}
.booth-events-section .unveilpath-wrap h3 {
  color: var(--white);
  font-weight: var(--fwBold);
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .booth-events-section .unveilpath-wrap h3 {
    margin-block-end: 3rem;
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .booth-events-section .unveilpath-wrap h3 {
    margin-block-end: 2rem;
    font-size: clamp(1.8rem, 0.8rem + 3.13vw, 3.2rem);
  }
}
@media (min-width: 769px) {
  .booth-events-section .unveilpath-wrap .pic_area {
    margin-block-end: 4rem;
  }
}
@media (max-width: 768px) {
  .booth-events-section .unveilpath-wrap .pic_area {
    width: calc(100% + 32px);
    margin-inline-start: -16px;
    margin-block-end: 2rem;
  }
}
.booth-events-section .unveilpath-wrap .text_box {
  color: var(--white);
}
@media (min-width: 769px) {
  .booth-events-section .unveilpath-wrap .text_box {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .booth-events-section .unveilpath-wrap .text_box {
    margin-inline: 0.8rem;
  }
}
.booth-events-section .unveilpath-wrap .text_box .text {
  font-weight: var(--fwBold);
}
@media (min-width: 769px) {
  .booth-events-section .unveilpath-wrap .text_box .text {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .booth-events-section .unveilpath-wrap .text_box .text {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .booth-events-section .unveilpath-wrap .text_box .note {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .booth-events-section .unveilpath-wrap .text_box .note {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .booth-events-section .cols_area {
    padding-block-start: 9rem;
    padding-inline: 4rem;
  }
}
@media (max-width: 768px) {
  .booth-events-section .cols_area {
    padding-block-start: 5.6rem;
  }
}
.booth-events-section .cols {
  display: flex;
  position: relative;
  background-color: #f4f2ec;
}
@media (min-width: 769px) {
  .booth-events-section .cols {
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2.4rem 4.35%;
    padding: 2.5rem 3rem;
    margin-block-end: 6.8rem;
  }
}
@media (max-width: 768px) {
  .booth-events-section .cols {
    flex-direction: column;
    gap: 2.4rem;
    padding: 1rem 1rem 2rem;
    margin-block-end: 5rem;
  }
}
@media (min-width: 769px) {
  .booth-events-section .cols .pic_area {
    width: 55.435%;
  }
}
.booth-events-section .cols .text_area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (min-width: 769px) {
  .booth-events-section .cols .text_area {
    flex: 1;
  }
}
.booth-events-section .cols .text_area .cols_text {
  font-size: 1.6rem;
}
.booth-events-section .cols .text_area .cols_text:not(:last-of-type) {
  margin-block-end: 1.6rem;
}
.booth-events-section .cols .text_area .heading {
  position: relative;
  color: #000071;
  font-weight: var(--fwBold);
  line-height: 1.2;
}
@media (min-width: 769px) {
  .booth-events-section .cols .text_area .heading {
    padding-block-end: 2rem;
    font-size: 3rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .booth-events-section .cols .text_area .heading {
    padding-block: 2.4rem 2rem;
    text-align: center;
    font-size: clamp(1.8rem, 0.514rem + 4.02vw, 3.6rem);
  }
}
.booth-events-section .cols .text_area .heading::before {
  content: "";
  width: 100%;
  height: 10px;
  background: url("/tas/index/images/line_2tone.webp") bottom/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.booth-events-section .cols .text_area .heading::after {
  content: "";
  background: url("/tas/index/images/icn/icn_3hex.webp") top/contain no-repeat;
}
@media (min-width: 769px) {
  .booth-events-section .cols .text_area .heading::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .booth-events-section .cols .text_area .heading::after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 769px) {
  .booth-events-section .cols .text_area .heading span:not([class]) {
    flex: 1;
  }
}
.booth-events-section .cols .text_area .heading span:not([class]).jp {
  color: var(--greyK80);
  font-weight: var(--fwBold);
  font-size: 80%;
}

.schedule_btn_wrap {
  width: min(100%, 600px);
  margin-inline: auto;
}
.schedule_btn_wrap .schedule_btn {
  border-radius: 50px;
  background-color: #000071;
  color: var(--white);
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  display: block;
}
.schedule_btn_wrap .schedule_btn:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .schedule_btn_wrap .schedule_btn {
    padding: 2rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .schedule_btn_wrap .schedule_btn {
    padding: 1.6rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 769px) {
  .accordion_container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .accordion_container {
    margin-block-start: 2.4rem;
  }
}
.accordion_container .accordion_head {
  background-color: #010a30;
  color: var(--white);
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
}
.accordion_container .accordion_head:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .accordion_container .accordion_head {
    padding: 2rem 2.8rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .accordion_container .accordion_head {
    height: 90px;
    padding: 1rem;
    font-size: clamp(1.8rem, 1.657rem + 0.45vw, 2rem);
    display: flex;
    align-items: center;
  }
}
.accordion_container .accordion_head::before, .accordion_container .accordion_head::after {
  content: "";
  width: 2rem;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .accordion_container .accordion_head::before, .accordion_container .accordion_head::after {
    right: 2.4rem;
  }
}
@media (max-width: 768px) {
  .accordion_container .accordion_head::before, .accordion_container .accordion_head::after {
    right: 0.6rem;
  }
}
.accordion_container .accordion_head::after {
  transition: all 0.3s ease-in-out;
  transform: translateX(-50%) rotate(90deg);
}
.accordion_container .accordion_head.is_open::before {
  opacity: 0;
}
.accordion_container .accordion_head.is_open::after {
  transform: translateX(-50%) rotate(180deg);
}
.accordion_container .accordion_head span {
  width: calc(100% - 4rem);
  display: inline-block;
}
.accordion_container .accordion_content {
  border: solid #021122;
  background-color: var(--white);
  display: none;
}
@media (min-width: 769px) {
  .accordion_container .accordion_content {
    padding: 1.6rem;
    border-width: 2px;
  }
}
@media (max-width: 768px) {
  .accordion_container .accordion_content {
    padding: 1rem;
    border-width: 1px;
  }
}
.accordion_container .accordion_content p:not([class]) {
  line-height: 1.3;
}
@media (min-width: 769px) {
  .accordion_container .accordion_content p:not([class]) {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .accordion_container .accordion_content p:not([class]) {
    font-size: 1.6rem;
  }
}
.accordion_container .accordion_content p:not([class]):not(:last-of-type) {
  margin-block-end: 2rem;
}
.accordion_container .accordion_content .accordion_cols {
  display: flex;
}
@media (min-width: 769px) {
  .accordion_container .accordion_content .accordion_cols {
    gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .accordion_container .accordion_content .accordion_cols {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 769px) {
  .accordion_container .accordion_content .accordion_cols .text_wrap {
    flex: 1;
    padding-inline: 0.5em;
  }
}
@media (max-width: 768px) {
  .accordion_container .accordion_content .accordion_cols .text_wrap {
    padding-block: 1em;
  }
}
@media (min-width: 769px) {
  .accordion_container .accordion_content .accordion_cols .pict_wrap {
    flex-basis: 41.3%;
  }
}
.accordion_container .accordion_area:not(:last-of-type) {
  margin-block-end: 0.1rem;
}

/* booth-events-section ステージスケジュール表　モーダル */
/* ----------------------------------
  ブース コンテンツ
---------------------------------- */
@media (min-width: 769px) {
  .booth-contents-section {
    padding-block: 16rem;
  }
}
@media (max-width: 768px) {
  .booth-contents-section {
    padding-block: 24% 20%;
  }
}
.booth-contents-section .lead {
  color: var(--white);
}
@media (min-width: 769px) {
  .booth-contents-section .lead {
    margin-block-end: 8rem;
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .booth-contents-section .lead {
    margin-block-end: 4.8rem;
    font-size: clamp(1.6rem, 1.314rem + 0.89vw, 2rem);
  }
}
.booth-contents-section .cols {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #f6f6f6;
  /* 互い違いレイアウト */
}
@media (min-width: 769px) {
  .booth-contents-section .cols {
    gap: 1.6rem;
    padding: 2.4rem;
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols {
    flex-direction: column;
    gap: 8rem;
    padding: clamp(5.4rem, 3.543rem + 5.8vw, 8rem) 1.6rem 2rem;
  }
}
@media (min-width: 769px) {
  .booth-contents-section .cols:not(:last-of-type) {
    margin-block-end: 7.2rem;
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols:not(:last-of-type) {
    margin-block-end: 5.6rem;
  }
}
@media (min-width: 769px) {
  .booth-contents-section .cols .text_area {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .booth-contents-section .cols .text_area > div:not([class]) {
    margin-block: auto;
  }
}
.booth-contents-section .cols .text_area .heading {
  font-weight: var(--fwBold);
  display: flex;
  gap: 1rem;
}
@media (min-width: 769px) {
  .booth-contents-section .cols .text_area .heading {
    margin-block-end: 4rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols .text_area .heading {
    margin-block-end: 1.8rem;
    font-size: clamp(2rem, 1.571rem + 1.34vw, 2.6rem);
  }
}
.booth-contents-section .cols .text_area .heading::before {
  content: "";
  background: url("/tas/index/images/icn/icn_grad_dots.webp") top/contain no-repeat;
}
@media (min-width: 769px) {
  .booth-contents-section .cols .text_area .heading::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols .text_area .heading::before {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 769px) {
  .booth-contents-section .cols .text_area .cols_text {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols .text_area .cols_text {
    font-size: clamp(1.4rem, 1.257rem + 0.45vw, 1.6rem);
  }
}
@media (min-width: 769px) {
  .booth-contents-section .cols .pic_area {
    width: 57.609%;
  }
}
@media (min-width: 769px) {
  .booth-contents-section .cols .unit {
    width: 100%;
  }
}
.booth-contents-section .cols .unit .line_title {
  text-align: center;
  color: var(--white);
  background: linear-gradient(90deg, #000071 0%, #000071 40%, #ff0036 100%);
  margin-block-end: 1.6rem;
}
@media (min-width: 769px) {
  .booth-contents-section .cols .unit .line_title {
    padding-block: 1.2rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols .unit .line_title {
    padding-block: 0.6rem;
    font-size: clamp(1.6rem, 1.029rem + 1.79vw, 2.4rem);
  }
}
.booth-contents-section .cols .unit .row {
  display: flex;
}
@media (max-width: 768px) {
  .booth-contents-section .cols .unit .row {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .booth-contents-section .cols .unit p {
    width: 50%;
    font-size: 1.8rem;
    padding-block: 1.8rem;
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols .unit p {
    padding-block: 1rem;
    font-size: clamp(1.4rem, 1.114rem + 0.89vw, 1.8rem);
  }
}
@media (min-width: 769px) {
  .booth-contents-section .cols .unit .pic_area {
    width: 50%;
    margin-inline-start: 2.6rem;
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols .unit .pic_area {
    margin-block-end: 1.6rem;
  }
}
@media (min-width: 769px) {
  .booth-contents-section .cols:not(.reverse) {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols:not(.reverse) {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
  }
}
.booth-contents-section .cols:not(.reverse) .note {
  text-align: right;
}
@media (min-width: 769px) {
  .booth-contents-section .cols.reverse {
    flex-direction: row-reverse;
    clip-path: polygon(90% 0, 100% 24%, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols.reverse {
    clip-path: polygon(85% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 768px) {
  .booth-contents-section .cols.reverse .note {
    text-align: right;
  }
}

.live_area {
  color: var(--white);
  background-color: #1f30a3;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .live_area {
    padding-block: 4.2rem 7.2rem;
  }
}
@media (max-width: 768px) {
  .live_area {
    padding-block: 3.2rem 5.6rem;
  }
}
.live_area .tv_icon {
  height: auto;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .live_area .tv_icon {
    width: 7.3rem;
    margin-block-end: 2.4rem;
  }
}
@media (max-width: 768px) {
  .live_area .tv_icon {
    width: 5rem;
    margin-block-end: 1.6rem;
  }
}
.live_area .heading {
  text-align: center;
}
@media (min-width: 769px) {
  .live_area .heading {
    font-size: 3.6rem;
    margin-block-end: 4.8rem;
  }
}
@media (max-width: 768px) {
  .live_area .heading {
    margin-block-end: 2.8rem;
    line-height: 1.2;
    font-size: clamp(2rem, 1.429rem + 1.79vw, 2.8rem);
  }
}
.live_area .date {
  text-align: center;
  font-family: "Goldman", serif;
}
@media (min-width: 769px) {
  .live_area .date {
    font-size: 3rem;
    margin-block-end: 1.6rem;
  }
}
@media (max-width: 768px) {
  .live_area .date {
    margin-block-end: 2.4rem;
    font-size: clamp(2rem, 1.429rem + 1.79vw, 2.8rem);
  }
}
.live_area .date_wrap {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .live_area .date_wrap {
    font-size: 3rem;
    margin-block-end: 4.8rem;
    width: 35.2rem;
  }
}
@media (max-width: 768px) {
  .live_area .date_wrap {
    width: 32rem;
    margin-block-end: 3.5rem;
    font-size: clamp(2rem, 1.429rem + 1.79vw, 2.8rem);
  }
}
@media (max-width: 470px) {
  .live_area .date_wrap {
    width: 28rem;
  }
}
@media (max-width: 340px) {
  .live_area .date_wrap {
    width: 23rem;
  }
}
.live_area .date_wrap li {
  line-height: 1.2;
}
.live_area .date_wrap li span:first-of-type {
  display: inline-block;
  width: 3.5em;
  font-size: 80%;
}
.live_area .date_wrap li span:nth-of-type(2),
.live_area .date_wrap li span:last-of-type {
  font-family: "Goldman", serif;
}
.live_area .date_wrap li span:nth-of-type(3) {
  font-size: 80%;
}
.live_area .text {
  text-align: center;
}
@media (min-width: 769px) {
  .live_area .text {
    font-size: 1.6rem;
    margin-block-end: 5rem;
  }
}
@media (max-width: 768px) {
  .live_area .text {
    width: 88%;
    margin-inline: auto;
    margin-block-end: 4rem;
    font-size: clamp(1.4rem, 1.257rem + 0.45vw, 1.6rem);
    text-align: left;
  }
}
.live_area .youtube_link {
  border: 1px solid var(--white);
  border-radius: 20px;
  transition: var(--transition);
  max-width: 500px;
  margin-inline: auto;
}
.live_area .youtube_link:hover {
  opacity: 0.7;
}
.live_area .youtube_link a {
  color: var(--white);
  font-weight: var(--fwBold);
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .live_area .youtube_link a {
    padding: 1rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .live_area .youtube_link a {
    padding: 1.6rem;
    font-size: clamp(1.4rem, 0.686rem + 2.23vw, 2.4rem);
  }
}
.live_area .youtube_link a::before {
  content: "";
  width: 70px;
  height: 50px;
  background: url("/tas/index/images/icn/icn_youtube.webp") top/contain no-repeat;
}
.live_area .youtube_link a .txt {
  flex: 1;
}
@media (min-width: 769px) {
  .live_area .youtube_link a .txt {
    padding-inline-start: 2.4rem;
  }
}
@media (max-width: 768px) {
  .live_area .youtube_link a .txt {
    padding-inline-start: 1.6rem;
  }
}
@media (min-width: 769px) {
  .live_area .tab {
    width: 620px;
    margin-inline: auto;
    padding-block-start: 8.4rem;
  }
}
@media (max-width: 768px) {
  .live_area .tab {
    padding-block-start: 4rem;
  }
}
.live_area .tab .tab__menu {
  position: relative;
  width: 100%;
}
.live_area .tab .tab__menu .tab__menu-item {
  cursor: pointer;
  position: relative;
  width: calc(50% - 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: #000071;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  border-left: 2px solid var(--white);
}
@media (min-width: 769px) {
  .live_area .tab .tab__menu .tab__menu-item {
    height: 6.4rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .live_area .tab .tab__menu .tab__menu-item {
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
.live_area .tab .tab__menu .tab__menu-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--white);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (min-width: 769px) {
  .live_area .tab .tab__menu .tab__menu-item::before {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 768px) {
  .live_area .tab .tab__menu .tab__menu-item::before {
    width: 1rem;
    height: 1rem;
  }
}
.live_area .tab .tab__menu .tab__menu-item::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #1f30a3;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media (min-width: 769px) {
  .live_area .tab .tab__menu .tab__menu-item::after {
    top: -3px;
    right: -3px;
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 768px) {
  .live_area .tab .tab__menu .tab__menu-item::after {
    top: -4px;
    right: -4px;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.live_area .tab .tab__menu .tab__menu-item p {
  text-align: center;
}
.live_area .tab .tab__menu .tab__menu-item.is-active {
  border-bottom: none;
  border-right: 2px solid var(--white);
  border-top: 2px solid var(--white);
  border-left: 2px solid var(--white);
}
@media (min-width: 769px) {
  .live_area .tab .tab__menu .tab__menu-item.is-active {
    height: 8rem;
  }
}
@media (max-width: 768px) {
  .live_area .tab .tab__menu .tab__menu-item.is-active {
    height: 4rem;
  }
}
.live_area .tab .tab__menu .tab__menu-item:first-of-type {
  position: absolute;
  left: 0;
  bottom: 0;
}
.live_area .tab .tab__menu .tab__menu-item:first-of-type.is-active {
  bottom: -2px;
}
.live_area .tab .tab__menu .tab__menu-item:last-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
}
.live_area .tab .tab__menu .tab__menu-item:last-of-type.is-active {
  bottom: -2px;
}
.live_area .tab .tab__panel {
  background-color: #000071;
  padding: 1rem;
  border: 2px solid var(--white);
}
.live_area .tab .tab__panel-box01,
.live_area .tab .tab__panel-box02 {
  display: none;
}
.live_area .tab .tab__panel-box.is-show {
  display: block;
}
.live_area .tab .tab__panel-box .pic_area img {
  aspect-ratio: 118/61;
}

.mov_area {
  color: var(--white);
  background-color: #1f275c;
  border-bottom: solid 2px #000061;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .mov_area {
    padding-block: 4.2rem 7.2rem;
  }
}
@media (max-width: 768px) {
  .mov_area {
    padding-block: 3.2rem 5.6rem;
  }
}
.mov_area h2 {
  text-align: center;
}
@media (min-width: 769px) {
  .mov_area h2 {
    margin-block-end: 4.8rem;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .mov_area h2 {
    margin-block-end: 2.5rem;
    font-size: clamp(1.4rem, 0.257rem + 3.57vw, 3rem);
  }
}
.mov_area h2 .en {
  line-height: 1;
  font-weight: var(--fwBold);
  font-style: italic;
  display: block;
}
@media (min-width: 769px) {
  .mov_area h2 .en {
    font-size: 160%;
  }
}
@media (max-width: 768px) {
  .mov_area h2 .en {
    font-size: 200%;
  }
}
.mov_area .video_area.comingsoon-area {
  display: block;
  aspect-ratio: 270/480;
  height: 100%;
  background: var(--black);
  position: relative;
}
.mov_area .video_area.comingsoon-area p.comingsoon {
  line-height: 1;
  font-weight: var(--fwBold);
  font-style: italic;
  color: var(--white);
  text-align: center;
  padding-block-start: 30%;
}
@media (min-width: 769px) {
  .mov_area .video_area.comingsoon-area p.comingsoon {
    font-size: 165%;
  }
}
@media (max-width: 768px) {
  .mov_area .video_area.comingsoon-area p.comingsoon {
    font-size: 160%;
  }
}
.mov_area .video_area.comingsoon-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(/common_carlineup/images/bc_mov/btn_play.webp) 50% 50% no-repeat;
  width: 100%;
  opacity: 0.2;
}
.mov_area .cmn-carousel-prev,
.mov_area .cmn-carousel-next {
  background: transparent url(/assets/images/icn_slider_arrow.svg) no-repeat center center/16px 16px;
}
.mov_area .cmn-carousel-prev:hover,
.mov_area .cmn-carousel-next:hover {
  border-color: var(--white);
}
.mov_area .cmn-carousel-page {
  background-color: var(--white);
  border: 3px solid #1f275c;
}
.mov_area .cmn-carousel-page.is-active {
  border: 3px solid var(--white);
}

.campaign_area {
  background-color: #050608;
  position: relative;
}
@media (max-width: 768px) {
  .campaign_area .inner-xs-wrap2 {
    width: 100%;
  }
}
.campaign_area .container {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .campaign_area .container {
    padding-block: 2.4%;
  }
}
@media (max-width: 768px) {
  .campaign_area .container {
    padding-block: 8%;
  }
}
.campaign_area .text_area {
  text-align: center;
  color: var(--white);
  font-weight: var(--fwBold);
}
@media (min-width: 769px) {
  .campaign_area .text_area .text {
    margin-block-end: 1%;
    font-size: clamp(1.8rem, -0.197rem + 2.6vw, 2.4rem);
  }
}
@media (max-width: 768px) {
  .campaign_area .text_area .text {
    margin-block-end: 2%;
    font-size: clamp(1.6rem, 1.314rem + 0.89vw, 2rem);
  }
}
.campaign_area .text_area .title {
  margin-block-end: 0.8rem;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .campaign_area .text_area .title {
    font-size: clamp(2.6rem, -0.729rem + 4.33vw, 3.6rem);
  }
}
@media (max-width: 768px) {
  .campaign_area .text_area .title {
    font-size: clamp(2rem, 1.571rem + 1.34vw, 2.6rem);
  }
}
.campaign_area .campaign_button {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .campaign_area .campaign_button {
    max-width: 440px;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .campaign_area .campaign_button {
    max-width: 35rem;
    width: 86.719%;
  }
}
.campaign_area .campaign_button a {
  padding: 0.2rem;
  display: block;
  background-color: var(--white);
  clip-path: polygon(9% 0, 91% 0, 100% 50%, 91% 100%, 9% 100%, 0% 50%);
}
.campaign_area .campaign_button a:hover span {
  background-color: #EF0039;
}
.campaign_area .campaign_button a span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: #6d0040;
  clip-path: polygon(9% 0, 91% 0, 99.7% 50%, 91% 100%, 9% 100%, 0.3% 50%);
  transition: var(--transition);
}
@media (min-width: 769px) {
  .campaign_area .campaign_button a span {
    padding-block: 1.6rem;
    font-size: clamp(1.6rem, 1.179rem + 0.55vw, 2rem);
  }
}
@media (max-width: 768px) {
  .campaign_area .campaign_button a span {
    padding-block: 1.4rem;
    font-size: clamp(1.4rem, 1.257rem + 0.45vw, 1.6rem);
  }
}
.campaign_area .campaign_button a span::after {
  content: "";
  position: absolute;
  right: 10%;
  display: flex;
  border: 2px solid;
  border-color: var(--white) var(--white) transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  z-index: 3;
}
@media (min-width: 769px) {
  .campaign_area .campaign_button a span::after {
    width: 10px;
    height: 10px;
    top: 50%;
  }
}
@media (max-width: 768px) {
  .campaign_area .campaign_button a span::after {
    width: 0.6em;
    height: 0.6em;
    top: 47%;
  }
}

/* ----------------------------------
  イベント概要
---------------------------------- */
.event-guide-section {
  background-color: var(--white);
}
@media (min-width: 769px) {
  .event-guide-section .event_title_area {
    margin-block-end: 10rem;
    padding-block-start: 10rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_title_area {
    margin-block-end: 12%;
    padding-block-start: 16%;
  }
}
.event-guide-section .event_title_area h3 {
  font-weight: var(--fwBold);
  font-family: "Lato", sans-serif;
  font-style: italic;
  color: #000071;
  text-align: center;
  line-height: 1;
}
@media (min-width: 769px) {
  .event-guide-section .event_title_area h3 {
    margin-block-end: 1.4rem;
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_title_area h3 {
    margin-block-end: 4%;
    font-size: clamp(2.4rem, 1.114rem + 4.02vw, 4.2rem);
  }
}
.event-guide-section .event_title_area .event_period {
  color: #d50024;
  font-weight: var(--fwBold);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .event-guide-section .event_title_area .event_period {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_title_area .event_period {
    font-size: clamp(2rem, 0.714rem + 4.02vw, 3.8rem);
  }
}
@media (min-width: 769px) {
  .event-guide-section .event_title_area .event_period .week {
    font-size: 2.4rem;
  }
}
.event-guide-section .area_title {
  padding: 0.4em;
  color: var(--white);
  background: linear-gradient(90deg, #000071 0%, #000071 40%, #ff0036 100%);
  line-height: 1;
}
@media (min-width: 769px) {
  .event-guide-section .area_title {
    width: 130px;
    margin-block-end: 2.4rem;
    font-size: 2.4rem;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .event-guide-section .area_title {
    width: 32%;
    text-align: center;
    font-size: clamp(1.6rem, 0.457rem + 3.57vw, 3.2rem);
    margin-inline: auto;
    margin-block-end: 3.2rem;
  }
}
.event-guide-section .block_marker {
  padding-inline-start: 1.5em;
}
.event-guide-section .block_marker::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background: linear-gradient(90deg, #000071 0%, #000071 40%, #ff0036 100%);
  margin-inline: -1.5em 0.5em;
  vertical-align: text-bottom;
}
.event-guide-section .event_schedule_area .event_schedule {
  margin-block-end: 5.6rem;
  font-weight: var(--fwBold);
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.event-guide-section .event_schedule_area .event_schedule tbody tr,
.event-guide-section .event_schedule_area .event_schedule tbody th,
.event-guide-section .event_schedule_area .event_schedule tbody td {
  font-weight: inherit;
}
.event-guide-section .event_schedule_area .event_schedule tbody tr {
  vertical-align: baseline;
}
@media (min-width: 769px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr th {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr th {
    padding-block-end: 1rem;
    font-size: 1.6rem;
  }
}
.event-guide-section .event_schedule_area .event_schedule tbody tr td {
  display: flex;
}
@media (min-width: 769px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr td {
    align-items: baseline;
    justify-content: space-between;
    max-width: 33rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr td {
    padding-block-end: 1rem;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr td .day {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr td .day {
    font-size: 2.4rem;
  }
}
.event-guide-section .event_schedule_area .event_schedule tbody tr td .day .week {
  font-size: 50%;
  margin-inline-start: 0.8em;
}
@media (min-width: 769px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr td .time {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr td .time {
    font-size: 1.8rem;
  }
}
.event-guide-section .event_schedule_area .event_schedule tbody tr.row_border {
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 769px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr.pd_top th,
  .event-guide-section .event_schedule_area .event_schedule tbody tr.pd_top td {
    padding-block-start: 1.2rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr.pd_top th,
  .event-guide-section .event_schedule_area .event_schedule tbody tr.pd_top td {
    padding-block-start: 1rem;
  }
}
@media (min-width: 769px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr.pd_bottom th,
  .event-guide-section .event_schedule_area .event_schedule tbody tr.pd_bottom td {
    padding-block-end: 1.2rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_schedule_area .event_schedule tbody tr.pd_bottom th,
  .event-guide-section .event_schedule_area .event_schedule tbody tr.pd_bottom td {
    padding-block-end: 1rem;
  }
}
.event-guide-section .event_place_area {
  margin-block-end: 8rem;
}
.event-guide-section .event_place_area .event_place {
  font-weight: var(--fwBold);
}
@media (min-width: 769px) {
  .event-guide-section .event_place_area .event_place {
    font-size: 2.4rem;
    margin-block-end: 4.6rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_place_area .event_place {
    font-size: 1.8rem;
    width: fit-content;
    margin-inline: auto;
    margin-block-end: 2.8rem;
    padding-inline-start: 0;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_place_area .event_place::before {
    content: none;
  }
}
.event-guide-section .event_place_area .hall_map_area {
  width: 100lvw;
  margin-inline-start: calc((-100lvw + 100%) / 2);
  background-color: #3e7f9a;
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .event-guide-section .event_place_area .hall_map_area {
    padding-block: 4rem;
    padding-inline: 4rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_place_area .hall_map_area {
    padding-block: 4rem;
    padding-inline: 0.4rem;
  }
}
.event-guide-section .event_place_area .hall_map_area .hall_map_area_inn {
  width: 100%;
}
@media (min-width: 769px) {
  .event-guide-section .event_place_area .hall_map_area .hall_map_area_inn {
    max-width: 118.5rem;
  }
}
.event-guide-section .event_access_area {
  margin-block-end: 8rem;
}
.event-guide-section .event_access_area .event_access {
  font-weight: var(--fwBold);
}
@media (min-width: 769px) {
  .event-guide-section .event_access_area .event_access {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_access_area .event_access {
    font-size: 1.8rem;
    padding-inline-start: 1.5em;
    text-indent: -1.5em;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_access_area .event_access:not(:last-child) {
    margin-block-end: 2.4rem;
  }
}
.event-guide-section .event_access_area .event_access::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 4/5;
  background-image: url("/tas/index/images/icn/icn_train.webp");
  margin-inline-end: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -0.25em;
}
@media (min-width: 769px) {
  .event-guide-section .event_access_area .event_access .transfer {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event_access_area .event_access .transfer {
    font-size: 1.4rem;
  }
}
.event-guide-section .event-guide-access__map svg,
.event-guide-section .event-guide-access__map img,
.event-guide-section .event-guide-access__map picture {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .event-guide-section .event-guide-access__map {
    margin-top: 30px;
    position: relative;
    width: 100vw;
    translate: -50% 0;
    margin-left: 50%;
  }
  .event-guide-section .event-guide-access__icon {
    position: absolute;
    inset: 0;
    top: 0;
    margin: auto;
    margin-top: 11.25%;
    width: 13.8888888889%;
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.32));
  }
  .event-guide-section .event-guide-access__link {
    cursor: pointer;
    border: 0;
    display: grid;
    grid-template-columns: auto 20px;
    justify-content: center;
    align-items: center;
    width: 118px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.2rem;
    margin: auto;
    border-radius: 3.84rem;
    background: #000;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.32);
    width: 186px;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    transition: 0.25s;
  }
  .event-guide-section .event-guide-access__link:hover {
    opacity: 0.5;
  }
  .event-guide-section .event-guide-access__link-label {
    color: var(--white);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .event-guide-section .event-guide-access__map {
    margin-top: 30px;
    position: relative;
    width: 100vw;
    translate: -50% 0;
    margin-left: 50%;
  }
  .event-guide-section .event-guide-access__icon {
    position: absolute;
    inset: 0;
    top: 0;
    margin: auto;
    margin-top: 43.2%;
    width: 48%;
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.32));
  }
  .event-guide-section .event-guide-access__link {
    cursor: pointer;
    border: 0;
    display: grid;
    grid-template-columns: auto 20px;
    justify-content: center;
    align-items: center;
    width: 186px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.2rem;
    margin: auto;
    border-radius: 3.84rem;
    background: #000;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.32);
    width: 186px;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .event-guide-section .event-guide-access__link-label {
    color: var(--white);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
}

/* ----------------------------------
  check
---------------------------------- */
.check-section {
  background-color: var(--white);
}
@media (min-width: 769px) {
  .check-section {
    margin-block-start: 9.2rem;
    padding-block-end: 12rem;
  }
}
@media (max-width: 768px) {
  .check-section {
    margin-block-start: 5.2rem;
    padding-block-end: 10rem;
  }
}
.check-section .title_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-end: 3rem;
}
@media (min-width: 769px) {
  .check-section .title_area {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .check-section .title_area {
    gap: 1.6rem;
  }
}
.check-section .title_area h2 {
  font-family: "Goldman", serif;
}
@media (min-width: 769px) {
  .check-section .title_area h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .check-section .title_area h2 {
    font-size: clamp(3rem, 2.429rem + 1.79vw, 3.8rem);
  }
}
.check-section .title_area .balloon_icon {
  height: auto;
}
@media (min-width: 769px) {
  .check-section .title_area .balloon_icon {
    width: 9rem;
  }
}
@media (max-width: 768px) {
  .check-section .title_area .balloon_icon {
    width: 9rem;
  }
}
.check-section .lead {
  text-align: center;
}
@media (min-width: 769px) {
  .check-section .lead {
    font-size: 1.8rem;
    margin-block-end: 3rem;
  }
}
@media (max-width: 768px) {
  .check-section .lead {
    margin-block-end: 5rem;
    font-size: clamp(1.6rem, 1.457rem + 0.45vw, 1.8rem);
  }
}
.check-section .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .check-section .icon_wrap {
    gap: 8rem;
    margin-block-end: 10rem;
  }
}
@media (max-width: 768px) {
  .check-section .icon_wrap {
    gap: 3.2rem;
    margin-block-end: 7rem;
  }
}
.check-section .icon_wrap .icon {
  height: auto;
  transition: 0.4s;
}
.check-section .icon_wrap .icon:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .check-section .icon_wrap .icon {
    width: 6.4rem;
  }
}
@media (max-width: 768px) {
  .check-section .icon_wrap .icon {
    width: 4.8rem;
  }
}
@media (min-width: 769px) {
  .check-section .link_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.5rem;
  }
}
.check-section .link_wrap li {
  height: auto;
  transition: 0.4s;
}
.check-section .link_wrap li:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .check-section .link_wrap li {
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .check-section .link_wrap li {
    width: 62.5%;
    margin-inline: auto;
    margin-block-end: 2.5rem;
  }
}

/* ----------------------------------
  map
---------------------------------- */
#mapModal {
  width: 100%;
  height: 80%;
  max-height: 75rem;
}

#gmap {
  width: 100%;
  height: 100%;
}

.mfp-bg {
  background: url(/tas/index/images/bg/bg_modal.png);
}

.mfp-content {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mfp-close {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 1.8rem 1rem;
  color: var(--white);
  font-style: normal;
  font-size: 2.8rem;
  transition: 0.25s opacity;
  display: block;
  color: var(--greyK80);
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* Brightcove調整 */
/* .js-vertical-not-modal-mov-slider .video_area {
    position: relative;
    width: 100%;
    overflow: hidden;
} *//*# sourceMappingURL=style.css.map */


