@charset "UTF-8";

/* -- page loading overlay -------------------------------------------------- */
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: #0d1020;
  transition:
    opacity 0.7s ease,
    visibility 0.7s ease;
  opacity: 1;
  visibility: visible;
}

html.skip-home-loader #page-loader {
  display: none;
}

#page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-ring {
  position: relative;
  width: 64px;
  height: 64px;
}

.loader-ring::before,
.loader-ring::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;
}

.loader-ring::before {
  border-top-color: rgba(255, 255, 255, 0.15);
  border-right-color: rgba(255, 255, 255, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.15);
}

.loader-ring::after {
  border-top-color: #c8a96e;
  animation: loader-spin 0.9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.loader-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  animation: loader-pulse 1.6s ease-in-out infinite;
}

@keyframes loader-pulse {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}

/* -- greeting ------------------------------------------------------------------ */
.strike-through {
  text-decoration: line-through;
  color: black;
  text-decoration-color: red;
}

/* -- greeting ------------------------------------------------------------------ */
.chairman-area {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.img-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 32px;
  text-align: right;
}

.img-container > img {
  max-width: 200px;
  flex-shrink: 0;
}

.img-container ul {
  margin: 0 0 7px 0;
  padding: 0;
  max-width: 34rem;
}

.img-container ul li {
  list-style: none;
  line-height: 1.65;
  font-size: 105%;
  color: #4a4a4a;
  /* padding-right: 1rem; */
}

.img-container ul li:nth-child(1) {
  font-size: 105%;
  line-height: 1.45;
  color: #4a4a4a;
  margin-bottom: 7px;
}

.img-container ul li:nth-child(2) {
  margin-bottom: 4px;
}

.img-container ul li:nth-child(3) {
  font-size: 80%;
  color: #4a4a4a;
  line-height: 1.45;
}

.img-container ul li:nth-child(1) > span,
.img-container ul li:nth-child(3) > span {
  display: inline-block;
}

@media (max-width: 575.98px) {
  .img-container {
    flex-direction: column; /* スマホ表示時は縦に並べる */
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .img-container img {
    order: 1; /* 画像を最初に表示 */
    margin-bottom: 15px; /* 画像の下に余白を追加 */
  }

  .img-container .chaiman {
    order: 2; /* リストを2番目に表示 */
  }

  .img-container ul {
    margin: 0;
  }

  .img-container ul li:nth-child(1) {
    font-size: 16px;
  }

  .img-container ul li:nth-child(2) {
    font-size: 16px;
  }

  .img-container ul li:nth-child(3) {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .img-container img {
    width: 100%;
  }
}

/* -- access header source text ---------------------------------------------- */
.header-source {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  padding-right: 26px;
}

.header-source-line {
  display: flex;
  align-items: center;
  margin: 0;
  white-space: nowrap;
}

.header-source-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  margin-right: 5px;
}

.header-source-value {
  color: #fff;
  font-size: clamp(1.1rem, 0.9rem + 0.35vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}

.header-source-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  font-size: 0.6em;
  line-height: 1;
  margin-left: 0;
}

.greeting-txt {
  max-width: 1040px;
  margin: 0 auto;
}

.greeting-txt > p {
  line-height: 2.2;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: justify;
  /* text-align-last: justify; */
  text-justify: inter-ideograph;
}

.greeting-txt > p > span {
  padding-left: 1em;
}

/* --開催概要 ------------------------------------------------------- */

.overview {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  z-index: 1 !important;
}

.overview-row {
  display: flex;
  justify-content: space-between; /* 両端揃え */
  align-items: center; /* 縦中央揃え */
  border-bottom: 1px solid #ddd; /* 各行にボーダー */
  padding: 10px 0;
}

.overview-title {
  flex: 1; /* タイトル部分がフレックスで伸縮する設定 */
  max-width: 6em; /* 最大幅を10remに制限 */
  text-align: justify; /* 両端揃え */
  text-align-last: justify; /* 最終行も両端揃え */
  color: #1565c0;
  font-weight: 700;
  margin-right: 45px;
  padding: 15px 0;
}

.overview-content {
  flex: 2; /* 内容部分をタイトルの2倍の幅に */
  padding-left: 10px; /* タイトルと内容に間隔を追加 */
  text-align: left; /* 内容は左揃え */
  padding: 15px 0;
  font-weight: 500;
}

.overview-content > small {
  font-weight: 500;
}

/* 768px以下のレスポンシブデザイン */
@media (max-width: 767.98px) {
  .overview-row {
    display: flex;
    flex-direction: column; /* フレックスのまま縦並びに変更 */
    align-items: start; /* 縦中央揃え */
  }

  .overview-title {
    margin-bottom: 5px; /* タイトルと内容の間にスペースを追加 */
    text-align: left; /* 左揃えに変更 */
    padding: 0;
    max-width: initial; /* 最大幅を解除 */
  }

  .overview-content {
    padding-left: 0; /* 余白を削除 */
    padding: 0;
  }
}

/* --演題募集 ------------------------------------------------------- */

.cfa {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 10vh;
  z-index: 1 !important;
}

.cfa h2 {
  font-weight: 700;
  font-size: 20px !important;
  letter-spacing: 0.01em;
  padding: 0.25em;
  border-bottom: 2px solid #1565c0b4;
  line-height: 1.25;
  margin-top: 45px;
  margin-bottom: 12px;
}

.cfa h2:first-child {
  margin-top: 0;
}

.cfa h3 {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.075em;
  padding: 0.75em 0.5em 0.85em 0.5em;
  border-left: 4px solid #1565c0b4;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 10px;
  background: #f5f5f5;
}

.cfa p {
  padding: 0 0.25em;
}

.cfa table td {
  padding: 1em;
  line-height: 1.45;
}

.cfa table.category th {
  font-weight: normal;
  background: #f5f5f5;
  text-align: center;
  width: 3em !important;
}

.cfa table.category td {
  padding-left: 1em;
  padding-right: 1.5em;
  white-space: nowrap;
}

.cfa .alert-warning {
  background: #feffea;
    display: inline-block !important;
}

.cfa ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  color: #000 !important;
  display: inline-block !important;
}

ol.custom-ol-1paren {
  list-style: none;
  counter-reset: item;
  padding-left: 0.35em;
}
ol.custom-ol-1paren > li {
  position: relative;
  padding-left: 1.35em;
  text-indent: -1.35em;
  margin-bottom: 0.5em;
  /* 2行目以降の字下げ */
  line-height: 1.8;
}
ol.custom-ol-1paren > li:before {
  counter-increment: item;
  content: counter(item) ') ';
  font-weight: bold;
  margin-right: 0.3em;
}
ol.custom-ol-1paren > li span.ms-4 {
  display: block;
  text-indent: 0;
  padding-left: 2.2em;
}

.del-red {
	text-decoration:line-through;
	text-decoration-color:#ff0000;
}

/* --参加登録 ------------------------------------------------------- */
.reg {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 10vh;
  z-index: 1 !important;
}

.reg h2 {
  font-weight: 700;
  font-size: 20px !important;
  letter-spacing: 0.01em;
  padding: 0.25em;
  border-bottom: 2px solid #1565c0b4;
  line-height: 1.25;
  margin-top: 45px;
  margin-bottom: 12px;
}

.reg h2:first-child {
  margin-top: 0;
}

.reg p {
  padding: 0 0.25em;
}

.reg table.registration-table th {
  font-weight: normal;
  background: #f5f5f5;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}

.reg table.registration-table td {
  padding-left: 2em;
  padding-right: 1em;
  white-space: nowrap;
  text-align: right;
}

.reg p.txt-int {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9em;
  color: #666;
}

/* -- common inline-style replacements -------------------------------------- */
.is-off {
  pointer-events: none;
  opacity: 0.3;
}

.map-v {
  width: 100%;
  height: auto;
  min-height: 50vh;
  border: 0;
}

@media screen and (max-width: 480px) {
  .map-v {
    min-height: 250px;
  }
}

.sch-links {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

.ch-list {
  margin-right: 0 !important;
}

/* -- index modal ------------------------------------------------------------ */
#start-notice {
  display: none;
}

.btn_close {
  display: block;
  text-decoration: none;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  width: 200px;
  margin: 0 auto;
  border: none !important;
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem) !important;
  font-weight: bold;
}

.btn_close:hover {
  background: #ff0000;
  border: none !important;
}

.modal-body p.title {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem) !important;
  font-weight: bold;
  margin-bottom: 25px;
}

.modal-body p.lead {
  font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem) !important;
  color: #000 !important;
  font-weight: 400 !important;
}

.modal-body p.lead > span {
  display: inline-block;
}

.sig-sm {
  font-size: 0.9em;
}

.modal {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* -- index hero ------------------------------------------------------------- */
.mv-wrap {
  padding: 0;
}

#city-lights {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.mv {
  /* ── font-size ( min          vw           max   ) ──────────────────── */
  --fs-badge: clamp(1.6rem, 3.8vw, 4.3rem); /* ×1.000  badge      */
  --fs-ttl: clamp(1.26rem, 3vw, 3.4rem); /* ×0.789  タイトル   */
  --fs-sub: clamp(1.05rem, 2.5vw, 2.83rem); /* ×0.658  サブタイトル */
  --fs-info: clamp(0.7rem, 1.667vw, 1.35rem); /* ×0.439  info 基本  */
  --fs-info-val: clamp(1.07rem, 2.55vw, 2.5rem); /* ×0.671  会期・会場 */
  --fs-info-last: clamp(0.53rem, 1.267vw, 1.2rem); /* ×0.333  住所       */
  --fs-chr-lbl: clamp(0.56rem, 1.333vw, 1.51rem); /* ×0.351  会長ラベル */
  --fs-chr-n: clamp(1.18rem, 2.8vw, 3.17rem); /* ×0.737  会長氏名   */
  --fs-chr-o: clamp(0.46rem, 1.094vw, 1.24rem); /* ×0.288  会長所属   */
  /* ────────────────────────────────────────────────────────────────── */

  background-image: url('../img/topbg.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 40px);
  margin: 20px;
  padding: 3vw 3vw 3vw;
  overflow: hidden;
}

@media (min-width: 576px) and (max-width: 992px) {
  .mv {
    --fs-ttl: clamp(1.53rem, calc(0.4rem + 2.95vw), 2.3rem);
    --fs-badge: clamp(1.75rem, calc(0.54rem + 3.37vw), 2.625rem); /* ×1.000 */
    --fs-sub: clamp(1.15rem, calc(0.36rem + 2.22vw), 1.73rem); /* ×0.658 */
    --fs-info: clamp(0.77rem, calc(0.24rem + 1.48vw), 1.15rem); /* ×0.439 */
    --fs-info-val: clamp(1.17rem, calc(0.36rem + 2.26vw), 1.76rem); /* ×0.671 */
    --fs-info-last: clamp(0.58rem, calc(0.18rem + 1.12vw), 0.87rem); /* ×0.333 */
    --fs-chr-lbl: clamp(0.61rem, calc(0.19rem + 1.18vw), 0.92rem); /* ×0.351 */
    --fs-chr-n: clamp(1.29rem, calc(0.4rem + 2.48vw), 1.93rem); /* ×0.737 */
    --fs-chr-o: clamp(0.5rem, calc(0.15rem + 0.97vw), 0.76rem); /* ×0.288 */
  }
}

.mv-top {
  position: absolute;
  top: 2.5vw;
  right: 3vw;
  z-index: 1;
  text-align: center;
  max-width: 90%;
}

.mv-top .mv-badge,
.mv-top .mv-ttl,
.mv-top .mv-sub {
  font-family: YakuHanMP, 'Zen Old Mincho', serif;
}

.mv-top .mv-ttl,
.mv-top .mv-sub {
  font-family: 'Shippori Mincho', serif;
  font-kerning: auto;
}

.mv-badge {
  font-size: var(--fs-badge);
  margin: 0 0 0.35em 0;
  display: inline-block;
  color: rgba(255, 255, 255);
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
  line-height: 1.2 !important;
}

.mv-badge-num {
  font-size: 0.8em;
  font-weight: 700;
  display: block;
  text-align: left;
  margin-left: 0.1em;
}

.mv-badge-title {
  font-weight: 700;
}

.mv-ttl {
  font-size: var(--fs-ttl);
  color: #fff100;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 0.8vw 0;
  line-height: 1;
  text-shadow:
    0 2px 14px rgba(0, 0, 0, 0.95),
    0 0 2px rgba(0, 0, 0, 0.9);
}

.mv-sub {
  font-size: var(--fs-sub);
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.95);
  line-height: 1;
}

.mv-info {
  --mv-info-gap: 0.8em;
  position: absolute;
  bottom: 3vw;
  right: 3vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  font-family: YakuHanMP, 'Zen Old Mincho', serif;
  font-weight: 600;
  font-size: var(--fs-info);
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.18) 100%); */
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
  padding: 14px 14px 14px 14px;
}

.mv-info::before {
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 68%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 68%, transparent 100%);
  pointer-events: none;
}

.mv-info > * {
  position: relative;
  z-index: 1;
}

.mv-info-row {
  display: flex;
  gap: var(--mv-info-gap);
  align-items: baseline;
}

.mv-info-label {
  flex: 0 0 auto;
  margin: 0;
  color: #fff;
  /* font-size: clamp(2.228rem, 2.156rem + 0.363vw, 2.578rem); */
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  padding: 0.35em 0.34em 0.18em;
  background: rgba(8, 26, 64, 0.72);
  border-radius: 0.14em;
}

.mv-info-value {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.4;
  margin: 0;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.95),
    0 0 14px rgba(0, 0, 0, 0.6);
}

.mv-info-value > div:last-child {
  margin-top: -0.5em;
  font-size: 0.62em;
  color: #fff;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.92),
    0 0 14px rgba(0, 0, 0, 0.5);
  font-weight: 500 !important;
}

.mv-info-value .mv-info-num {
  font-style: normal;
  font-size: 1.75em;
  line-height: 1;
  vertical-align: baseline;
}

.mv-chair {
  --mv-chair-gap: 0.8em;
  position: absolute;
  bottom: 3vw;
  right: 3vw;
  z-index: 1;
  display: flex;
  gap: var(--mv-chair-gap);
  align-items: baseline;
  padding: 8px 14px 7px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.18) 100%);
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
  font-family: YakuHanMP, 'Zen Old Mincho', serif;
}

.mv-chair-label {
  flex: 0 0 auto;
  margin: 0;
  color: #fff;
  font-size: var(--fs-chr-lbl);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.1;
}

.mv-chair-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15em;
}

.mv-chair-n {
  margin: 0;
  font-weight: 600;
  font-size: var(--fs-chr-n);
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
}

.mv-chair-o {
  margin: 0;
  color: #fff;
  font-size: var(--fs-chr-o);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.45;
}

.mv-chair-d {
  margin: 3px 0 0 0;
  color: rgba(200, 200, 200, 0.7);
  font-size: 0.88em;
}

/* ── Gothic variant ─────────────────────────────────────────────────────
   .content-top-imgarea.mv に class="gothic" を追加すると切り替わる
   日本語: BIZ UDGothic  /  数字: Noto Sans JP（既読込・相性◎）
─────────────────────────────────────────────────────────────────────── */
.mv.gothic .mv-top .mv-badge,
.mv.gothic .mv-top .mv-ttl,
.mv.gothic .mv-top .mv-sub {
  font-family: 'BIZ UDGothic', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', sans-serif;
}

.mv.gothic .mv-info,
.mv.gothic .mv-chair {
  font-family: 'BIZ UDGothic', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', sans-serif;
}

.mv.gothic .mv-info-num {
  font-family: 'Inter', 'BIZ UDGothic', sans-serif;
  font-weight: 700;
}

.mv.gothic .mv-scroll .text {
  font-family: 'BIZ UDGothic', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', sans-serif;
}
/* ────────────────────────────────────────────────────────────────────── */

.mv-scroll {
  position: absolute;
  bottom: clamp(22px, 2.8vw, 48px);
  left: clamp(24px, 3.2vw, 60px);
  transform: none;
  z-index: 2;
  display: block !important;
  animation: none;
}

.mv-scroll a {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  width: auto;
  height: auto;
  min-width: 11rem;
  padding: 0.2rem 0 0 1.15rem;
  color: #fff;
  text-decoration: none;
  background: none;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.mv-scroll a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 0.2rem);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 239, 167, 0.95) 0%, rgba(255, 255, 255, 0.26) 100%);
}

.mv-scroll a::after {
  content: '';
  position: absolute;
  left: -0.2rem;
  bottom: -0.05rem;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1px solid rgba(255, 239, 167, 0.95);
  border-bottom: 1px solid rgba(255, 239, 167, 0.95);
  transform: rotate(45deg);
}

.mv-scroll a:hover {
  transform: translateY(2px);
  opacity: 0.92;
}

.mv-scroll-copy {
  display: block;
  margin-left: 0;
  color: rgba(255, 240, 168, 0.92);
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

.mv-scroll .text {
  margin: 0;
  color: #fff;
  font-family: YakuHanMP, 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HGS明朝E', 'MS PMincho', serif;
  font-size: clamp(1.05rem, 1rem + 0.2vw, 1.22rem);
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: none;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

.mv-scroll .arrow {
  position: relative;
  width: 20px;
  height: 4px;
  opacity: 0;
  margin-left: -0.1rem;
  transform: translateY(0) scale3d(0.62, 0.62, 0.62);
  animation: mv-scroll-arrow 2s ease-out infinite;
}

.mv-scroll .arrow:first-of-type {
  margin-top: 0.55rem;
  animation-delay: 0s;
}

.mv-scroll .arrow:nth-of-type(2) {
  margin-top: -0.15rem;
  animation-delay: 0.18s;
}

.mv-scroll .arrow:nth-of-type(3) {
  margin-top: -0.15rem;
  animation-delay: 0.36s;
}

.mv-scroll .arrow:before,
.mv-scroll .arrow:after {
  background: rgba(255, 255, 255, 0.92);
}

@keyframes mv-scroll-arrow {
  0% {
    opacity: 0;
    transform: translateY(-3px) scale3d(0.62, 0.62, 0.62);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translateY(7px) scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 0;
    transform: translateY(12px) scale3d(0.62, 0.62, 0.62);
  }
}

@media (max-width: 991.98px) {
  .main.mv-wrap {
    padding-top: 72px;
  }

  .main.mv-wrap .content-top-imgarea {
    margin-top: 8px;
  }

  .mv {
    min-height: min(calc(100vh - 24px), max(420px, calc((100vw - 24px) * 0.72)));
    margin: 12px;
    padding: 2.4vw;
  }

  .mv-top {
    top: 2.4vw;
    right: 2.4vw;
  }

  /* .mv-badge {
    font-size: clamp(1.1rem, 2.1vw, 1.6rem);
  } */

  /* .mv-info {
    left: 2.4vw;
    line-height: 1.7;
    padding: 10px 0;
  } */

  .mv-chair {
    bottom: 2.4vw;
    right: 2.4vw;
  }

  .mv-scroll {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .mv {
    min-height: min(calc(100vh - 16px), max(300px, calc((100vw - 16px) * 0.8)));
    margin: 8px;
    padding: 3.2vw;
  }

  .mv-top {
    top: 3.2vw;
    right: 3.2vw;
    max-width: 96%;
  }

  /* .mv-badge {
    font-size: clamp(0.82rem, 2.9vw, 1.1rem);
    padding: 2px 8px;
  } */

  /* .mv-info {
    top: 53%;
    left: 3.2vw;
    line-height: 1.5;
    padding: 6px 0;
  } */

  .mv-info-label {
    padding: 0.24em 0.26em 0.12em;
  }

  .mv-info-value {
    line-height: 1.5;
    font-size: 1em;
  }

  .mv-info-value > div:last-child {
    margin-top: -0.35em;
  }

  .mv-chair {
    bottom: 3.2vw;
    right: 3.2vw;
    gap: 0.45em;
    padding: 5px 8px;
  }

  .mv-chair-o {
    line-height: 1.25;
  }

  .mv-scroll {
    display: none !important;
  }

  .mv-scroll a {
    min-width: auto;
    padding-left: 0.95rem;
  }

  .mv-scroll-copy {
    font-size: 0.66rem;
  }

  .mv-scroll .text {
    font-size: 0.92rem;
  }
}

@media (max-width: 575.98px) {
  .main.mv-wrap {
    padding-top: 48px;
  }

  .main.mv-wrap .content-top-imgarea {
    margin-top: 8px;
  }
}
