@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap');
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}

ul,
ol,
li {
  list-style: none;
}

picture,
img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a {
  color: inherit;
  text-decoration: underline;
}

#bova2026 {
  min-width: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: 400;
  font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bova2026 .wrap {
  position: relative;
  max-width: none;
  overflow: clip;
  margin: 0;
  padding: 0;
}
#bova2026 .side {
  position: fixed;
  top: 0;
  width: calc(50% - 205.5px);
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  #bova2026 .side {
    display: none;
  }
}
#bova2026 .side__in {
  container-type: inline-size;
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: opacity 150ms ease-out;
}
@media screen and (max-width: 1099.9px) {
  #bova2026 .side__in {
    opacity: 0;
    pointer-events: none;
  }
}
#bova2026 .side__dc1 {
  position: absolute;
  left: calc(-115 / 594 * 100cqw);
  top: calc(-115 / 594 * 100cqw);
  width: calc(427 / 594 * 100cqw);
  aspect-ratio: 854/806;
  pointer-events: none;
}
#bova2026 .side__dc1 img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .side__tt {
  position: absolute;
  left: calc(50 / 594 * 100cqw);
  top: calc(235 / 594 * 100cqw);
  width: calc(493 / 594 * 100cqw);
}
#bova2026 .side__tt span {
  display: block;
  position: relative;
  max-width: 493px;
  margin: 0 auto;
  aspect-ratio: 986/1113;
}
#bova2026 .side__tt span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .side__dc2 {
  position: absolute;
  right: calc(-105 / 594 * 100cqw);
  bottom: calc(-117 / 594 * 100cqw);
  width: calc(496 / 594 * 100cqw);
  aspect-ratio: 992/1007;
  pointer-events: none;
}
#bova2026 .side__dc2 img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .side__nv {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 594 * 100cqw);
  position: absolute;
  left: calc(50 / 594 * 100cqw);
  bottom: calc(80 / 594 * 100cqw);
}
@container (min-width: 594px) {
  #bova2026 .side__nv {
    gap: 30px;
    left: 50px;
    bottom: 80px;
  }
}
#bova2026 .side__nv li a {
  display: block;
  position: relative;
}
#bova2026 .side__nv li a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .side__nv li:nth-child(1) a {
  width: calc(112 / 594 * 100cqw);
  aspect-ratio: 224/82;
}
@container (min-width: 594px) {
  #bova2026 .side__nv li:nth-child(1) a {
    width: 112px;
  }
}
#bova2026 .side__nv li:nth-child(2) a {
  width: calc(56 / 594 * 100cqw);
  aspect-ratio: 112/82;
}
@container (min-width: 594px) {
  #bova2026 .side__nv li:nth-child(2) a {
    width: 56px;
  }
}
#bova2026 .side__nv li:nth-child(3) a {
  width: calc(224 / 594 * 100cqw);
  aspect-ratio: 448/82;
}
@container (min-width: 594px) {
  #bova2026 .side__nv li:nth-child(3) a {
    width: 224px;
  }
}
#bova2026 .side.is-l {
  left: 0;
  background: url('/campaign/bova2026/img/bg_side_01.webp') repeat 100% 0/28px 28px;
}
#bova2026 .side.is-r {
  right: 0;
  background: url('/campaign/bova2026/img/bg_side_01.webp') repeat 0 0/28px 28px;
}
#bova2026 .main {
  container-type: inline-size;
  position: relative;
  min-height: 100vh;
  overflow: clip;
  background: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #bova2026 .main {
    width: 411px;
    margin: 0 auto;
    box-shadow: -1px 0 0 1px #000, 1px 0 0 1px #000;
  }
}
#bova2026 [data-swing] {
  --swing-angle: 0deg;
  animation: swing 2000ms ease-in-out infinite;
}
#bova2026 [data-swing='-10'] {
  --swing-angle: -10deg;
}
#bova2026 [data-swing='15'] {
  --swing-angle: 15deg;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(var(--swing-angle));
  }
  100% {
    transform: rotate(0deg);
  }
}
#bova2026 [data-float] {
  --float-y: calc(0 / 375 * 100cqw);
  --float-duration: 0ms;
  animation: float var(--float-duration) ease-in-out infinite;
}
#bova2026 [data-float='5-1000'] {
  --float-y: calc(5 / 375 * 100cqw);
  --float-duration: 1000ms;
}
#bova2026 [data-float='-5-2000'] {
  --float-y: calc(-5 / 375 * 100cqw);
  --float-duration: 2000ms;
}
#bova2026 [data-float='7-2000'] {
  --float-y: calc(7 / 375 * 100cqw);
  --float-duration: 2000ms;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(var(--float-y));
  }
  100% {
    transform: translateY(0);
  }
}
#bova2026 [data-scale] {
  animation: scale-up 2000ms ease-in-out infinite;
}
@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
#bova2026 [data-rotate-in] {
  transform: rotate(-10deg);
  transition: transform 1000ms ease;
}
#bova2026 [data-rotate-in].is-rotated {
  transform: rotate(0deg);
}

#bova2026 .mainHd {
  position: relative;
  z-index: 2;
  height: calc(44 / 375 * 100cqw);
  background: #fff;
  box-shadow: 0 calc(4 / 375 * 100cqw) calc(4 / 375 * 100cqw) rgba(0, 0, 0, .25);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#bova2026 .mainHd__lg {
  position: absolute;
  left: calc(10 / 375 * 100cqw);
  top: 50%;
  width: calc(100 / 375 * 100cqw);
  transform: translateY(-50%);
}
#bova2026 .mainHd__lg a {
  display: block;
  aspect-ratio: 196/70;
}
#bova2026 .mainHd__lg a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #bova2026 .mainHd {
    display:none;
  }
}

#bova2026 .mainKv {
  position: relative;
  z-index: 1;
  background: url('/campaign/bova2026/img/bg_main_kv_01.webp') no-repeat 0 0/cover;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#bova2026 .mainKv__p {
  position: relative;
  z-index: 1;
  aspect-ratio: 1125/1761;
}
#bova2026 .mainKv__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bova2026 .mainKv__dc span {
  display: block;
  position: absolute;
  pointer-events: none;
}
#bova2026 .mainKv__dc span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainKv__dc span:nth-child(1) {
  left: calc(-58 / 375 * 100cqw);
  top: calc(-61 / 375 * 100cqw);
  width: calc(174 / 375 * 100cqw);
  aspect-ratio: 524/488;
}
#bova2026 .mainKv__dc span:nth-child(2) {
  right: calc(-73 / 375 * 100cqw);
  bottom: calc(-74 / 375 * 100cqw);
  z-index: 1;
  width: calc(195 / 375 * 100cqw);
  aspect-ratio: 585/595;
}
#bova2026 .mainKv__sr {
  position: absolute;
  left: 50%;
  bottom: calc(-30 / 375 * 100cqw);
  z-index: 1;
  width: calc(88 / 375 * 100cqw);
  aspect-ratio: 1;
  transform: translateX(-50%);
}
#bova2026 .mainKv__sr::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(78 / 375 * 100cqw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
#bova2026 .mainKv__sr__t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#bova2026 .mainKv__sr__t img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainKv__sr__ar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(16 / 375 * 100cqw);
  margin: calc(-12 / 375 * 100cqw) 0 0 calc(-8 / 375 * 100cqw);
  aspect-ratio: 16/19;
}
#bova2026 .mainKv__sr__ar img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bova2026 .mainMs {
  position: relative;
  padding: calc(60 / 375 * 100cqw) 0 calc(80 / 375 * 100cqw);
  background: #ffd93d;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#bova2026 .mainMs__a {
  position: absolute;
  left: 0;
  top: calc(-40 / 375 * 100cqw);
  width: 1px;
}
#bova2026 .mainMs__t {
  display: flex;
  flex-direction: column;
  gap: calc(25 / 375 * 100cqw);
  font-size: calc(18 / 375 * 100cqw);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
#bova2026 .mainMs__t p strong {
  background: linear-gradient(0deg, #fff, #fff) no-repeat 0 calc(100% - (1 / 375 * 100cqw))/100% calc(100% - (3 / 375 * 100cqw));
}
#bova2026 .mainMs__bx {
  position: relative;
  margin: calc(50 / 375 * 100cqw) calc(24 / 375 * 100cqw) 0 calc(20 / 375 * 100cqw);
  padding: calc(30 / 375 * 100cqw) calc(15 / 375 * 100cqw) calc(20 / 375 * 100cqw);
  border: calc(2 / 375 * 100cqw) solid #000;
  background: #fff;
  box-shadow: calc(4 / 375 * 100cqw) calc(4 / 375 * 100cqw) 0 #000;
}
#bova2026 .mainMs__bx__tt {
  position: absolute;
  left: 50%;
  top: calc(-12 / 375 * 100cqw);
  width: calc(124 / 375 * 100cqw);
  aspect-ratio: 372/105;
  transform: translateX(-50%);
}
#bova2026 .mainMs__bx__tt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainMs__bx__t {
  height: calc(105 / 375 * 100cqw);
  overflow: hidden;
  font-size: calc(16 / 375 * 100cqw);
  font-weight: 700;
  line-height: 1.55;
}
#bova2026 .mainMs__bx__ms {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(108 / 375 * 100cqw);
  background: linear-gradient(0deg, #fff calc(78 / 375 * 100cqw), rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: visibility 0ms 400ms, opacity 400ms cubic-bezier(.215, .61, .355, 1);
}
#bova2026 .mainMs__bx__bt {
  position: absolute;
  left: calc(15 / 375 * 100cqw);
  bottom: calc(20 / 375 * 100cqw);
  width: calc(100% - (30 / 375 * 100cqw));
  transition: visibility 0ms 400ms, opacity 400ms cubic-bezier(.215, .61, .355, 1);
}
#bova2026 .mainMs__bx__bt button {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  line-height: 1;
  aspect-ratio: 897/147;
  cursor: pointer;
  appearance: none;
}
#bova2026 .mainMs__bx__bt button img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainMs__bx.is-expand .mainMs__bx__ms {
  visibility: hidden;
  opacity: 0;
}
#bova2026 .mainMs__bx.is-expand .mainMs__bx__bt {
  visibility: hidden;
  opacity: 0;
}

#bova2026 .mainHt {
  position: relative;
  z-index: 1;
  padding: calc(60 / 375 * 100cqw) 0 calc(80 / 375 * 100cqw);
  background: #ededed;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#bova2026 .mainHt__dv {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(22 / 375 * 100cqw);
  overflow: hidden;
}
#bova2026 .mainHt__dv::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: calc(600 / 375 * 100cqw);
  height: calc(200 / 375 * 100cqw);
  border-radius: 50%;
  background: #ededed;
  transform: translateX(-50%);
}
#bova2026 .mainHt__dv.is-top {
  top: calc(-22 / 375 * 100cqw);
}
#bova2026 .mainHt__dv.is-top::before {
  top: 0;
}
#bova2026 .mainHt__dv.is-bottom {
  bottom: calc(-22 / 375 * 100cqw);
}
#bova2026 .mainHt__dv.is-bottom::before {
  bottom: 0;
}
#bova2026 .mainHt__tt {
  position: relative;
  width: calc(316 / 375 * 100cqw);
  margin: 0 auto calc(35 / 375 * 100cqw);
  aspect-ratio: 950/378;
}
#bova2026 .mainHt__tt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainHt__st {
  display: flex;
  flex-direction: column;
  gap: calc(60 / 375 * 100cqw);
  margin: 0 calc(24 / 375 * 100cqw) 0 calc(42 / 375 * 100cqw);
}
#bova2026 .mainHt__st__bx {
  position: relative;
  padding: calc(30 / 375 * 100cqw) calc(15 / 375 * 100cqw) calc(20 / 375 * 100cqw);
  border: calc(2 / 375 * 100cqw) solid #000;
  background: #fff;
  box-shadow: calc(4 / 375 * 100cqw) calc(4 / 375 * 100cqw) 0 #000;
}
#bova2026 .mainHt__st__n {
  position: absolute;
  left: calc(-5 / 375 * 100cqw);
  top: calc(-13 / 375 * 100cqw);
  width: calc(68 / 375 * 100cqw);
  aspect-ratio: 204/96;
}
#bova2026 .mainHt__st__n img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainHt__st__bl {
  position: absolute;
  right: calc(-13 / 375 * 100cqw);
  top: calc(-40 / 375 * 100cqw);
  z-index: 1;
  width: calc(132 / 375 * 100cqw);
  aspect-ratio: 396/198;
}
#bova2026 .mainHt__st__bl img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainHt__st__tt {
  position: relative;
  margin-bottom: calc(10 / 375 * 100cqw);
}
#bova2026 .mainHt__st__tt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainHt__st__t {
  font-size: calc(16 / 375 * 100cqw);
  font-weight: 700;
  line-height: 1.55;
}
#bova2026 .mainHt__st li {
  position: relative;
}
#bova2026 .mainHt__st li::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(-23 / 375 * 100cqw);
  top: calc(-3 / 375 * 100cqw);
  width: calc(14 / 375 * 100cqw);
  aspect-ratio: 1;
  box-sizing: border-box;
  border-radius: 99px;
  border: calc(2 / 375 * 100cqw) solid #000;
  background: #ffd93d;
  box-shadow: calc(1 / 375 * 100cqw) calc(1 / 375 * 100cqw) 0 #000;
}
#bova2026 .mainHt__st li:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  left: calc(-17 / 375 * 100cqw);
  top: calc(3 / 375 * 100cqw);
  width: calc(2 / 375 * 100cqw);
  height: calc(100% + (61 / 375 * 100cqw));
  background: url('/campaign/bova2026/img/bg_main_ht_01.webp') repeat-y 0 0/calc(2 / 375 * 100cqw) calc(8 / 375 * 100cqw);
}
#bova2026 .mainHt__st li:nth-child(1) .mainHt__st__tt {
  width: calc(140 / 375 * 100cqw);
  aspect-ratio: 420/120;
}
#bova2026 .mainHt__st li:nth-child(2) .mainHt__st__tt {
  width: calc(252 / 375 * 100cqw);
  aspect-ratio: 756/120;
}
#bova2026 .mainHt__st li:nth-child(3) .mainHt__st__tt {
  width: calc(275 / 375 * 100cqw);
  aspect-ratio: 825/120;
}

#bova2026 .mainVd {
  position: relative;
  padding: calc(80 / 375 * 100cqw) 0;
  background: url('/campaign/bova2026/img/bg_main_vd_01.webp') repeat 50% 0/calc(28 / 375 * 100cqw) calc(28 / 375 * 100cqw);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#bova2026 .mainVd__a {
  position: absolute;
  left: 0;
  top: calc(60 / 375 * 100cqw);
  width: 1px;
}
#bova2026 .mainVd__tt {
  position: relative;
  width: calc(324 / 375 * 100cqw);
  margin: 0 auto calc(60 / 375 * 100cqw);
  aspect-ratio: 973/591;
}
#bova2026 .mainVd__tt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainVd__ls {
  display: flex;
  flex-direction: column;
  gap: calc(80 / 375 * 100cqw);
}
#bova2026 .mainVd__ls__n {
  position: absolute;
  top: calc(-38 / 375 * 100cqw);
  z-index: 1;
  width: calc(103 / 375 * 100cqw);
  aspect-ratio: 309/309;
  pointer-events: none;
}
#bova2026 .mainVd__ls__n img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainVd__ls__pw {
  position: relative;
  margin-bottom: calc(30 / 375 * 100cqw);
}
#bova2026 .mainVd__ls__p a {
  display: block;
  position: relative;
  aspect-ratio: 885/498;
}
#bova2026 .mainVd__ls__p a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainVd__ls__p a > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(40 / 375 * 100cqw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}
#bova2026 .mainVd__ls__p a > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: calc(12 / 375 * 100cqw);
  aspect-ratio: 12/16;
  background: url('/campaign/bova2026/img/icon_play.svg') no-repeat 0 0/contain;
  transform: translate(calc(-4 / 375 * 100cqw), -50%);
}
#bova2026 .mainVd__ls__p a > span > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: calc(1 / 375 * 100cqw) solid rgba(0, 0, 0, .8);
  border-radius: 50%;
  background: rgba(255, 29, 33, .8);
}
#bova2026 .mainVd__ls__dc {
  position: absolute;
  pointer-events: none;
}
#bova2026 .mainVd__ls__dc img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainVd__ls__tt {
  position: relative;
}
#bova2026 .mainVd__ls__tt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainVd__ls__cr {
  margin-top: calc(20 / 375 * 100cqw);
  font-size: calc(12 / 375 * 100cqw);
  font-weight: 700;
  line-height: 1.4;
}
#bova2026 .mainVd__ls__cm {
  margin-top: calc(30 / 375 * 100cqw);
}
#bova2026 .mainVd__ls__cm__tt {
  width: fit-content;
  margin-bottom: calc(10 / 375 * 100cqw);
  padding: calc(3 / 375 * 100cqw) calc(6 / 375 * 100cqw);
  border: calc(1 / 375 * 100cqw) solid #000;
  background: #fff;
  box-shadow: calc(2 / 375 * 100cqw) calc(2 / 375 * 100cqw) 0 #000;
  font-size: calc(15 / 375 * 100cqw);
  font-weight: 700;
  line-height: 1;
}
#bova2026 .mainVd__ls__cm__t {
  height: calc(105 / 375 * 100cqw);
  overflow: hidden;
  font-size: calc(16 / 375 * 100cqw);
  font-weight: 700;
  line-height: 1.55;
}
#bova2026 .mainVd__ls__cm__t strong {
  background: linear-gradient(0deg, #fff, #fff) no-repeat 0 calc(100% - (1 / 375 * 100cqw))/100% calc(100% - (3 / 375 * 100cqw));
}
#bova2026 .mainVd__ls__cm__ms {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(118 / 375 * 100cqw);
  background: linear-gradient(0deg, #ffd93d calc(88 / 375 * 100cqw), rgba(255, 217, 61, 0) 100%);
  pointer-events: none;
  transition: visibility 0ms 400ms, opacity 400ms cubic-bezier(.215, .61, .355, 1);
}
#bova2026 .mainVd__ls__cm__bt {
  position: absolute;
  left: calc(15 / 375 * 100cqw);
  bottom: calc(25 / 375 * 100cqw);
  width: calc(100% - (30 / 375 * 100cqw));
  transition: visibility 0ms 400ms, opacity 400ms cubic-bezier(.215, .61, .355, 1);
}
#bova2026 .mainVd__ls__cm__bt button {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  line-height: 1;
  aspect-ratio: 897/147;
  cursor: pointer;
  appearance: none;
}
#bova2026 .mainVd__ls__cm__bt button img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainVd__ls li {
  position: relative;
  margin: 0 calc(22 / 375 * 100cqw);
  padding: calc(30 / 375 * 100cqw) calc(15 / 375 * 100cqw);
  border: calc(2 / 375 * 100cqw) solid #000;
  background: #ffd93d;
}
#bova2026 .mainVd__ls li:nth-child(2n+1) {
  box-shadow: calc(-4 / 375 * 100cqw) calc(4 / 375 * 100cqw) 0 #000;
}
#bova2026 .mainVd__ls li:nth-child(2n+1) .mainVd__ls__n {
  left: calc(8 / 375 * 100cqw);
}
#bova2026 .mainVd__ls li:nth-child(2n+2) {
  box-shadow: calc(4 / 375 * 100cqw) calc(4 / 375 * 100cqw) 0 #000;
}
#bova2026 .mainVd__ls li:nth-child(2n+2) .mainVd__ls__n {
  right: calc(8 / 375 * 100cqw);
}
#bova2026 .mainVd__ls li:nth-child(1) .mainVd__ls__dc {
  right: calc(-6 / 375 * 100cqw);
  bottom: calc(-64 / 375 * 100cqw);
  width: calc(91 / 375 * 100cqw);
  aspect-ratio: 273/368;
}
#bova2026 .mainVd__ls li:nth-child(1) .mainVd__ls__tt {
  aspect-ratio: 885/263;
}
#bova2026 .mainVd__ls li:nth-child(2) .mainVd__ls__dc {
  left: calc(-2 / 375 * 100cqw);
  bottom: calc(-15 / 375 * 100cqw);
  width: calc(95 / 375 * 100cqw);
  aspect-ratio: 287/274;
}
#bova2026 .mainVd__ls li:nth-child(2) .mainVd__ls__tt {
  aspect-ratio: 885/406;
}
#bova2026 .mainVd__ls li:nth-child(3) .mainVd__ls__dc {
  right: calc(-30 / 375 * 100cqw);
  bottom: calc(-71 / 375 * 100cqw);
  width: calc(113 / 375 * 100cqw);
  aspect-ratio: 339/354;
}
#bova2026 .mainVd__ls li:nth-child(3) .mainVd__ls__tt {
  aspect-ratio: 885/274;
}
#bova2026 .mainVd__ls li.is-expand .mainVd__ls__cm__ms {
  visibility: hidden;
  opacity: 0;
}
#bova2026 .mainVd__ls li.is-expand .mainVd__ls__cm__bt {
  visibility: hidden;
  opacity: 0;
}

#bova2026 .mainOv {
  position: relative;
  padding: calc(60 / 375 * 100cqw) 0 calc(80 / 375 * 100cqw);
  background: #f7f7f7;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#bova2026 .mainOv__a {
  position: absolute;
  left: 0;
  top: calc(40 / 375 * 100cqw);
  width: 1px;
}
#bova2026 .mainOv__dv {
  position: absolute;
  left: 0;
  top: calc(-22 / 375 * 100cqw);
  width: 100%;
  height: calc(22 / 375 * 100cqw);
  overflow: hidden;
}
#bova2026 .mainOv__dv::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(600 / 375 * 100cqw);
  height: calc(200 / 375 * 100cqw);
  border-radius: 50%;
  background: #f7f7f7;
  transform: translateX(-50%);
}
#bova2026 .mainOv__tt {
  position: relative;
  width: calc(335 / 375 * 100cqw);
  margin: 0 auto calc(35 / 375 * 100cqw);
  aspect-ratio: 1019/610;
}
#bova2026 .mainOv__tt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainOv__gr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20 / 375 * 100cqw) calc(10 / 375 * 100cqw);
  margin: 0 calc(20 / 375 * 100cqw) 0 calc(24 / 375 * 100cqw);
}
#bova2026 .mainOv__gr__pr {
  padding: calc(3 / 375 * 100cqw) 0 calc(3 / 375 * 100cqw) calc(10 / 375 * 100cqw);
}
#bova2026 .mainOv__gr__pr__t {
  font-size: calc(20 / 375 * 100cqw);
  font-weight: 700;
  line-height: 1.3;
}
#bova2026 .mainOv__gr__pr__t span {
  font-size: calc(15 / 375 * 100cqw);
}
#bova2026 .mainOv__gr__pr__p {
  position: absolute;
  right: calc(22 / 375 * 100cqw);
  top: calc(15 / 375 * 100cqw);
  width: calc(109 / 375 * 100cqw);
  aspect-ratio: 327/222;
}
#bova2026 .mainOv__gr__pr__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(6deg);
}
#bova2026 .mainOv__gr__u {
  position: relative;
  box-sizing: border-box;
  padding: calc(30 / 375 * 100cqw) calc(10 / 375 * 100cqw) calc(15 / 375 * 100cqw);
  border: calc(2 / 375 * 100cqw) solid #000;
  background: #ffd93d;
  box-shadow: calc(-4 / 375 * 100cqw) calc(4 / 375 * 100cqw) 0 #000;
}
#bova2026 .mainOv__gr__u__tt {
  position: absolute;
  left: calc(-2 / 375 * 100cqw);
  top: calc(-11 / 375 * 100cqw);
}
#bova2026 .mainOv__gr__u__tt img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainOv__gr__u__pd {
  font-size: calc(15 / 375 * 100cqw);
  font-weight: 700;
  line-height: 1.3;
}
#bova2026 .mainOv__gr__u__pd strong {
  font-size: calc(20 / 375 * 100cqw);
}
#bova2026 .mainOv__gr__u__wy {
  font-size: calc(15 / 375 * 100cqw);
  font-weight: 700;
  line-height: 1.4;
}
#bova2026 .mainOv__gr__u:nth-child(1) .mainOv__gr__u__tt {
  width: calc(72 / 375 * 100cqw);
  aspect-ratio: 216/105;
}
#bova2026 .mainOv__gr__u:nth-child(2) .mainOv__gr__u__tt {
  width: calc(112 / 375 * 100cqw);
  aspect-ratio: 336/105;
}
#bova2026 .mainOv__gr__u:nth-child(3) {
  grid-column: 1/-1;
}
#bova2026 .mainOv__gr__u:nth-child(3) .mainOv__gr__u__tt {
  width: calc(132 / 375 * 100cqw);
  aspect-ratio: 396/105;
}
#bova2026 .mainOv__bt {
  margin: calc(30 / 375 * 100cqw) calc(20 / 375 * 100cqw) 0;
}
#bova2026 .mainOv__bt a {
  display: block;
  position: relative;
  aspect-ratio: 1017/252;
}
#bova2026 .mainOv__bt a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bova2026 .mainFt {
  position: relative;
}
#bova2026 .mainFt__hp {
  padding: calc(80 / 375 * 100cqw) 0;
}
#bova2026 .mainFt__hp__lg {
  position: relative;
  width: calc(140 / 375 * 100cqw);
  margin: 0 auto;
  aspect-ratio: 196/70;
}
#bova2026 .mainFt__hp__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#bova2026 .mainFt__hp__t {
  margin-top: calc(10 / 375 * 100cqw);
  font-size: calc(15 / 375 * 100cqw);
  line-height: 1.5;
  text-align: center;
}
#bova2026 .mainFt__hp__t::after {
  content: '';
  display: inline-block;
  width: calc(8 / 375 * 100cqw);
  aspect-ratio: 1;
  margin-left: calc(6 / 375 * 100cqw);
  background: url('/campaign/bova2026/img/icon_external_01.svg') no-repeat 0 0/contain;
  vertical-align: 7%;
}
#bova2026 .mainFt__hp a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
#bova2026 .mainFt__ls {
  display: flex;
  justify-content: center;
  gap: calc(1 / 375 * 100cqw);
  background: #000;
}
#bova2026 .mainFt__ls li {
  position: relative;
}
#bova2026 .mainFt__ls li a {
  display: flex;
  align-items: center;
  height: calc(40 / 375 * 100cqw);
  padding: 0 calc(10 / 375 * 100cqw);
  color: #fff;
  font-size: calc(12 / 375 * 100cqw);
  line-height: 1.5;
  text-decoration: none;
}
#bova2026 .mainFt__ls li:nth-child(n+2)::before {
  content: '';
  display: block;
  position: absolute;
  left: calc(-1 / 375 * 100cqw);
  top: 50%;
  width: calc(1 / 375 * 100cqw);
  height: calc(10 / 375 * 100cqw);
  margin-top: calc(-4 / 375 * 100cqw);
  background: rgba(255, 255, 255, .2);
}
