@charset "UTF-8";
html {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  height: 0;
  overflow: visible;
  margin: 0;
  border-top-width: 1px;
  color: inherit;
  box-sizing: content-box;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  background: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 75%;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 30px;
  top: 0;
  left: 0;
  position: fixed;
  height: 90px;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
}
.header.is-colored {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.header.is-colored .header__logo {
  filter: none;
}
.header.is-colored .header__link {
  color: #000000;
}
.header.is-colored .hamburger__line {
  background: #000000;
}
.header__container {
  padding-inline: 3.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__logo {
  max-width: 200px;
  width: 100%;
  z-index: 2;
  filter: grayscale(1) invert(1) brightness(1.5);
  -webkit-filter: grayscale(1) invert(1) brightness(1.5);
  will-change: filter;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 140px;
    position: relative;
  }
}
.header__list {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 1200px) {
  .header__list {
    background: #005eb8;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    height: auto;
    padding-top: 90px;
    translate: 0 -100%;
    transition: translate 0.3s, opacity 0.3s, visibility 0.3s;
    gap: 0;
    padding-bottom: 75px;
    opacity: 0;
    visibility: hidden;
  }
}
.header__list.is-active {
  translate: 0 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1200px) {
  .header__item:last-child .header__link {
    border-bottom: 1px solid #fff;
  }
}
.header__link {
  line-height: 1.75;
  letter-spacing: 0em;
  font-size: 1.6rem;
  color: #fff;
  transition: color 0.3s;
  font-weight: 500;
  transition: opacity 0.3s;
}
.header__link::before, .header__link::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.header__link::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.header__link::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
@media (hover) {
  .header__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1200px) {
  .header__link {
    font-size: 2rem;
    display: block;
    padding-block: 22px;
    border-top: 1px solid #fff;
    padding-inline: 45px;
  }
}

.hamburger {
  display: none;
  position: relative;
  width: 28px;
  height: auto;
  aspect-ratio: 55/40;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  position: absolute;
  display: inline-block;
  background: #fff;
  border-radius: 1.5px;
  width: 100%;
  height: 2px;
  transform-origin: center center;
  transition: rotate 0.3s;
}
.hamburger__line--1 {
  top: 0;
}
.hamburger__line--2 {
  top: 50%;
}
.hamburger__line--3 {
  top: 100%;
}
.hamburger.is-active .hamburger__line--1 {
  rotate: 45deg;
  top: 50%;
}
.hamburger.is-active .hamburger__line--2 {
  display: none;
}
.hamburger.is-active .hamburger__line--3 {
  rotate: -45deg;
  top: 50%;
}

.section-title__main {
  height: 6vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .section-title__main {
    height: 4rem;
  }
}
.section-title__main img {
  width: auto;
  height: 100%;
}
.section-title__sub {
  margin-top: 2.0666666667vw;
  line-height: 2.3529411765;
  letter-spacing: 0em;
  font-size: 2.2666666667vw;
  font-weight: 700;
}
.section-title__sub::before, .section-title__sub::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.section-title__sub::before {
  margin-block-end: calc((1 - 2.3529411765) * 0.5em);
}
.section-title__sub::after {
  margin-block-start: calc((1 - 2.3529411765) * 0.5em);
}
@media screen and (max-width: 768px) {
  .section-title__sub {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
.section-title__sub--0mt {
  margin-top: 0;
  color: #fff;
}
.section-title__sub--white {
  color: #fff;
}

.section-inner {
  margin-inline: 10vw;
}
@media screen and (max-width: 768px) {
  .section-inner {
    width: 90%;
    margin-inline: auto;
  }
}

.bg-wrapper {
  position: relative;
  z-index: 3;
  background: #f2f2f2;
  background: linear-gradient(0deg, rgb(242, 242, 242) 50%, rgb(255, 255, 255) 87%, rgb(0, 94, 184) 95%, rgb(0, 94, 184) 100%);
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .bg-wrapper {
    padding-bottom: 5rem;
    background: linear-gradient(0deg, rgb(242, 242, 242) 65%, rgb(255, 255, 255) 91%, rgb(0, 94, 184) 94%, rgb(0, 94, 184) 100%);
  }
}

.fix-btn {
  position: fixed;
  right: 0.6666666667vw;
  bottom: 10px;
  translate: 0 150%;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000000;
  outline: 1px solid #ffffff;
  outline-offset: -7px;
  border-radius: 50%;
  width: 5.3333333333vw;
  aspect-ratio: 1/1;
  gap: 0.6666666667vw;
  transition: translate 0.5s, opacity 0.3s, visibility 0.3s;
}
.fix-btn.is-active {
  translate: 0 0;
  opacity: 1;
  visibility: visible;
}
@media (hover) {
  .fix-btn:hover .fix-btn__arrow {
    translate: 0 -0.2vw;
  }
}
@media screen and (max-width: 768px) {
  .fix-btn {
    width: 80px;
    right: 10px;
    gap: 10px;
  }
}
.fix-btn__arrow {
  -webkit-mask-image: url(././../img/arrow.png);
          mask-image: url(././../img/arrow.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.2vw;
  aspect-ratio: 18/10;
  background: #fff;
  transform: scale(1, -1);
  transition: translate 0.3s;
}
@media screen and (max-width: 768px) {
  .fix-btn__arrow {
    width: 18px;
  }
}
.fix-btn__text {
  line-height: 5;
  letter-spacing: 0em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.0666666667vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fix-btn__text {
    font-size: 16px;
  }
}

.kv {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-top: 6vw;
  background: #000000;
  /* スライド アクティブ時 */
}
@media screen and (max-width: 820px) {
  .kv {
    padding-top: 8vw;
  }
}
@media screen and (max-width: 820px) and (max-width: 768px) {
  .kv {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 820px) and (max-width: 768px) and (max-width: 500px) {
  .kv {
    padding-top: 11rem;
  }
}
.kv__heading {
  position: absolute;
  top: 6.6666666667vw;
  right: 3.3333333333vw;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1vw;
}
@media screen and (max-width: 1200px) {
  .kv__heading {
    top: 9.5vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .kv__heading {
    top: 7rem;
    right: 5%;
    gap: 1.5rem;
  }
}
.kv__title {
  color: #fff;
  font-weight: 700;
  line-height: 3.65625;
  letter-spacing: 0em;
  font-size: 2.1333333333vw;
}
.kv__title::before, .kv__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.kv__title::before {
  margin-block-end: calc((1 - 3.65625) * 0.5em);
}
.kv__title::after {
  margin-block-start: calc((1 - 3.65625) * 0.5em);
}
@media screen and (max-width: 768px) {
  .kv__title {
    font-size: 2rem;
  }
}
.kv__title span.pc {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .kv__title span.pc {
    display: none !important;
  }
}
.kv__title span.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .kv__title span.sp {
    display: inline !important;
  }
}
.kv .swiper-slide.swiper-slide-active img, .kv .swiper-slide.swiper-slide-duplicate-active img, .kv .swiper-slide.swiper-slide-prev img {
  transition-delay: 0s;
  transform: scale(1.05);
  animation: fadeIn 7s linear;
}

@keyframes fadeIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.concept {
  position: relative;
  z-index: 6;
  margin-top: 11.7vw;
}
@media screen and (max-width: 768px) {
  .concept {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .concept {
    margin-top: 4.5rem;
  }
}
.concept::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -4vw;
  right: 0;
  display: inline-block;
  width: 41.6666666667vw;
  height: auto;
  aspect-ratio: 625/228;
  background: url(./../img/bg_deco_01.png) center/contain, no-repeat;
  background-repeat: no-repeat;
}
.concept::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 16.6666666667vw;
  left: 0;
  display: inline-block;
  width: 55.7333333333vw;
  height: auto;
  aspect-ratio: 836/388;
  background: url(./../img/bg_deco_02.png) center/contain, no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .concept::after {
    top: 380px;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .concept::after {
    top: 400px;
  }
}
.concept__wave {
  position: absolute;
  left: 0;
  width: 100%;
  background: #005eb8;
  margin-top: -17.4666666667vw;
  mask-image: url(./../img/bg_wave.png);
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-image: url(./../img/bg_wave.png);
  -webkit-mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  z-index: 0;
}
.concept__line {
  width: 100%;
  position: absolute;
  top: -17.3333333333vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .concept__inner {
    padding-top: 70px;
  }
}
.concept__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .concept__container {
    flex-direction: column;
  }
}
.concept__lead {
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-size: 4vw;
  color: #fff;
  font-weight: 700;
}
.concept__lead::before, .concept__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.concept__lead::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.concept__lead::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media screen and (max-width: 768px) {
  .concept__lead {
    font-size: 3rem;
  }
}
.concept__disc {
  max-width: 45.1333333333vw;
  width: 100%;
  line-height: 2.2727272727;
  letter-spacing: 0em;
  font-size: 1.4666666667vw;
  color: #fff;
  margin-top: 4.6666666667vw;
}
.concept__disc::before, .concept__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.concept__disc::before {
  margin-block-end: calc((1 - 2.2727272727) * 0.5em);
}
.concept__disc::after {
  margin-block-start: calc((1 - 2.2727272727) * 0.5em);
}
@media screen and (max-width: 768px) {
  .concept__disc {
    max-width: 100%;
    margin-top: 35px;
    font-size: 1.4rem;
  }
}
.concept__right {
  margin-top: 11.3333333333vw;
}
@media screen and (max-width: 768px) {
  .concept__right {
    margin-top: 4rem;
  }
}
.concept__map {
  margin-top: 11.9333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .concept__map {
    margin-top: 10rem;
  }
}

.schedule {
  width: 20vw;
  height: auto;
  aspect-ratio: 1/1;
  background: #000000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: calc(-25.8vw);
  left: 6.6666666667vw;
}
@media screen and (max-width: 768px) {
  .schedule {
    width: 15rem;
    top: -100px;
    left: 5%;
  }
}
.schedule__item {
  display: flex;
  align-items: flex-end;
  gap: 0.6666666667vw;
}
@media screen and (max-width: 768px) {
  .schedule__item {
    gap: 1rem;
  }
}
.schedule__item:first-child {
  position: relative;
}
.schedule__item:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.7333333333vw;
  left: 47%;
  translate: 0 100%;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 0.8666666667vw;
  height: auto;
  aspect-ratio: 13/11;
}
@media screen and (max-width: 768px) {
  .schedule__item:first-child::after {
    width: 1rem;
    bottom: -10px;
  }
}
.schedule__date {
  line-height: 1;
  letter-spacing: 0em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 3.4666666667vw;
  font-weight: 700;
  color: #fff;
  translate: 0 10%;
}
@media screen and (max-width: 768px) {
  .schedule__date {
    font-size: 2rem;
  }
}
.schedule__week {
  line-height: 1;
  letter-spacing: 0em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 0.9333333333vw;
  font-weight: 700;
  color: #000000;
  background: #fff;
  border-radius: 9999px;
  padding: 6px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .schedule__week {
    font-size: 1rem;
    padding: 3px;
  }
}
.schedule__top {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  .schedule__top {
    gap: 2rem;
  }
}

.place {
  color: #fff;
  font-weight: 700;
  margin-top: 1.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .place {
    margin-top: 1.2rem;
  }
}
.place__title {
  line-height: 1;
  letter-spacing: 0em;
  font-size: 0.9333333333vw;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.6666666667vw;
}
.place__title::before, .place__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.place__title::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.place__title::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 768px) {
  .place__title {
    font-size: 1.2rem;
  }
}
.place__title::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 5.3333333333vw;
  background: #fff;
}
.place__title::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 5.3333333333vw;
  background: #fff;
}
.place__content {
  line-height: 1.9130434783;
  letter-spacing: 0em;
  font-size: 1.5333333333vw;
  margin-top: 0.6vw;
}
.place__content::before, .place__content::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.place__content::before {
  margin-block-end: calc((1 - 1.9130434783) * 0.5em);
}
.place__content::after {
  margin-block-start: calc((1 - 1.9130434783) * 0.5em);
}
@media screen and (max-width: 768px) {
  .place__content {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.booth {
  position: relative;
  z-index: 5;
  margin-top: 22vw;
}
@media screen and (max-width: 768px) {
  .booth {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .booth {
    margin-top: 14rem;
  }
}
.booth::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(./../img/bg_deco_03.png) center/contain, no-repeat;
  background-repeat: no-repeat;
  top: -17.3333333333vw;
  right: 3.7333333333vw;
  width: 46.2666666667vw;
  height: auto;
  aspect-ratio: 694/485;
  z-index: 1;
}
.booth::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(./../img/bg_deco_04.png) center/contain, no-repeat;
  background-repeat: no-repeat;
  bottom: 25.8vw;
  left: 0;
  width: 15.3333333333vw;
  height: auto;
  aspect-ratio: 230/289;
  z-index: 1;
}
.booth__inner {
  margin-inline: 10vw;
}
.booth__container {
  width: 100%;
  display: grid;
  gap: 0 2.6666666667vw;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  .booth__container {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 3rem;
  }
}
.booth__item {
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border-radius: 0.4vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .booth__item {
    border-radius: 6px;
  }
}
.booth__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667vw;
  width: 100%;
  display: block;
  text-align: center;
}
.booth__title {
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-size: 2vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-block: 2.8vw;
}
.booth__title::before, .booth__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth__title::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.booth__title::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media screen and (max-width: 768px) {
  .booth__title {
    font-size: 1.8rem;
    padding-block: 15px;
  }
}
.booth__title--red {
  background: #3d62ad;
}
.booth__title--orange {
  background: #0098d8;
}
.booth__index {
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 0em;
  font-size: 1.3333333333vw;
  width: 7.3333333333vw;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  gap: 0;
}
.booth__index::before, .booth__index::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth__index::before {
  margin-block-end: calc((1 - 1.25) * 0.5em);
}
.booth__index::after {
  margin-block-start: calc((1 - 1.25) * 0.5em);
}
.booth__index--red {
  background: #3d62ad;
}
.booth__index--orange {
  background: #0098d8;
}
.booth__num {
  line-height: 1;
  letter-spacing: 0em;
  font-size: 2.6666666667vw;
}
.booth__num::before, .booth__num::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth__num::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.booth__num::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.booth__anchors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3333333333vw;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .booth__anchors {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.booth__anchor {
  position: relative;
  background: #fff;
  border-radius: 2.5333333333vw;
  padding-block: 1.2666666667vw 1.2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6666666667vw;
  line-height: 2;
  letter-spacing: 0em;
  font-size: 1.3333333333vw;
  border-radius: 2.5333333333vw;
  width: 16.6666666667vw;
  transition: opacity 0.3s;
}
.booth__anchor::before, .booth__anchor::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth__anchor::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.booth__anchor::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .booth__anchor {
    width: 100%;
    border-radius: 38px;
    padding-block: 15px;
    font-size: 1.6rem;
    flex-direction: row;
    gap: 20px;
  }
}
@media (hover) {
  .booth__anchor:hover {
    opacity: 0.5;
  }
  .booth__anchor:hover::after {
    translate: 0 5px;
  }
}
.booth__anchor:after {
  content: "";
  display: inline-block;
  width: 1.2vw;
  height: auto;
  aspect-ratio: 18/10;
  -webkit-mask-image: url(./../img/arrow.png);
          mask-image: url(./../img/arrow.png);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: translate 0.3s;
}
@media screen and (max-width: 768px) {
  .booth__anchor:after {
    width: 15px;
    margin-block-start: 0;
  }
}
.booth__anchor--red::after {
  content: "";
  background: #3d62ad;
}
.booth__anchor--orange::after {
  content: "";
  background: #0098d8;
}
.booth__anchor--bubble {
  position: absolute;
  top: -1.3333333333vw;
  line-height: 2.8571428571;
  letter-spacing: 0em;
  font-size: 0.9333333333vw;
  color: #3d62ad;
  font-weight: 700;
  background: #fff;
  padding: 0.5333333333vw 1vw 0.4666666667vw;
  border-radius: 0.9333333333vw;
  border: 0.0666666667vw solid #3d62ad;
}
.booth__anchor--bubble::before, .booth__anchor--bubble::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth__anchor--bubble::before {
  margin-block-end: calc((1 - 2.8571428571) * 0.5em);
}
.booth__anchor--bubble::after {
  margin-block-start: calc((1 - 2.8571428571) * 0.5em);
}
@media screen and (max-width: 768px) {
  .booth__anchor--bubble {
    top: 10px;
    padding: 4px 15px;
    border: 1px solid #3d62ad;
    font-size: 1rem;
    translate: 0 -50%;
    left: 0;
  }
}
.booth__content {
  padding: 2vw;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .booth__content {
    padding: 20px;
  }
}
.booth__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.booth__map {
  width: 60vw;
  margin-top: 3.3333333333vw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .booth__map {
    width: 100%;
    margin-top: 50px;
  }
}

.booth-list {
  position: relative;
}
.booth-list--exhibition {
  margin-top: 9.8vw;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .booth-list--exhibition {
    margin-top: 7rem;
  }
}
.booth-list--exhibition::before {
  content: "";
  background: url(./../img/bg_deco_05.png) center/contain, no-repeat;
  position: absolute;
  z-index: -1;
  display: inline-block;
  width: 20.9333333333vw;
  height: auto;
  aspect-ratio: 314/532;
  top: -21vw;
  right: 3.2666666667vw;
}
.booth-list--products {
  z-index: 4;
}
.booth-list--products::before, .booth-list--products::after {
  position: absolute;
  z-index: -1;
  display: inline-block;
  height: auto;
}
.booth-list--products::before {
  content: "";
  background: url(./../img/bg_deco_product.png) center/contain, no-repeat;
  background-repeat: no-repeat;
  width: 27.4666666667vw;
  aspect-ratio: 553/266;
  top: 1.5333333333vw;
  right: 1.3333333333vw;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .booth-list--products::before {
    display: none;
  }
}
.booth-list--products::after {
  content: "";
  background: url(./../img/bg_deco_product_02.png) center/contain, no-repeat;
  width: 33.4vw;
  aspect-ratio: 501/178;
  bottom: 1vw;
  left: 1.0666666667vw;
  translate: 0 100%;
  background-repeat: no-repeat;
}
.booth-list__container {
  background: #fff;
}
.booth-list__container--red {
  border-radius: 7px 7px 0 0;
  margin-top: 4vw;
  border-top: 0.2vw solid #3d62ad;
}
@media screen and (max-width: 768px) {
  .booth-list__container--red {
    border-top-width: 3px;
    margin-top: 3rem;
  }
}
.booth-list__container--orange {
  border-radius: 0 0 7px 7px;
  border-top: 0.2vw solid #0098d8;
}
@media screen and (max-width: 768px) {
  .booth-list__container--orange {
    border-top-width: 3px;
  }
}
.booth-list__head {
  display: flex;
  align-items: center;
  border-radius: 0 0 0.4666666667vw 0.4666666667vw;
  padding: 1.8vw 4.6666666667vw 1.7333333333vw;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.3333333333vw;
}
@media screen and (max-width: 768px) {
  .booth-list__head {
    border-radius: 0 0 7px 7px;
    padding: 15px;
    gap: 20px;
  }
}
.booth-list__head--red {
  background: #3d62ad;
}
.booth-list__head--orange {
  background: #0098d8;
}
.booth-list__area-index {
  background: #fff;
  padding: 1.0666666667vw 2vw;
  border-radius: 1.6vw;
  line-height: 2;
  letter-spacing: 0em;
  font-size: 1.3333333333vw;
  font-weight: 700;
}
.booth-list__area-index::before, .booth-list__area-index::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth-list__area-index::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.booth-list__area-index::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.booth-list__area-index--red {
  color: #3d62ad;
}
.booth-list__area-index--orange {
  color: #0098d8;
}
.booth-list__title {
  line-height: 1;
  letter-spacing: 0em;
  font-size: 2vw;
  color: #fff;
  font-weight: 700;
}
.booth-list__title::before, .booth-list__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth-list__title::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.booth-list__title::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
@media screen and (max-width: 768px) {
  .booth-list__title {
    font-size: 1.8rem;
  }
}
.booth-list__contents {
  padding: 0 4vw 5.3333333333vw;
}
@media screen and (max-width: 768px) {
  .booth-list__contents {
    padding: 0 2rem 4rem;
  }
}
.booth-list__block {
  display: flex;
  gap: 4vw;
  padding-top: 4vw;
}
@media screen and (max-width: 768px) {
  .booth-list__block {
    flex-direction: column;
    padding-top: 30px;
    gap: 30px;
  }
}
.booth-list__block:not(:last-child) {
  border-bottom: 0.0666666667vw solid #cccccc;
  padding-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .booth-list__block:not(:last-child) {
    border-bottom-width: 1px;
    padding-bottom: 30px;
  }
}
.booth-list__block--hydrogen::before {
  content: "";
  display: inline-block;
  width: 21.0666666667vw;
  height: auto;
  aspect-ratio: 316/335;
  position: absolute;
  top: 32.3333333333vw;
  left: -14.1333333333vw;
  background: url(./../img/bg_deco_product_03.png) center/contain, no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .booth-list__block--hydrogen::before {
    display: none;
  }
}
.booth-list__block--electric::before {
  content: "";
  display: inline-block;
  width: 29.9333333333vw;
  height: auto;
  aspect-ratio: 449/213;
  position: absolute;
  bottom: 8.5333333333vw;
  right: -14vw;
  background: url(./../img/bg_deco_product_04.png) center/contain, no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .booth-list__block--electric::before {
    display: none;
  }
}
.booth-list__head {
  display: flex;
}
.booth-list__lead {
  line-height: 1.3333333333;
  letter-spacing: 0em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 2vw;
  font-weight: 700;
  grid-area: 1/2/2/3;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .booth-list__lead {
    font-size: 2rem;
  }
}
.booth-list__lead--red {
  color: #3d62ad;
}
.booth-list__lead--orange {
  color: #0098d8;
}
.booth-list__lead--bubble {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2.8571428571;
  letter-spacing: 0em;
  font-size: 0.9333333333vw;
  color: #3d62ad;
  font-weight: 700;
  background: #fff;
  padding: 0.5333333333vw 1vw 0.4666666667vw;
  border-radius: 0.9333333333vw;
  border: 0.0666666667vw solid #3d62ad;
  margin-bottom: 0.6666666667vw;
}
.booth-list__lead--bubble::before, .booth-list__lead--bubble::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth-list__lead--bubble::before {
  margin-block-end: calc((1 - 2.8571428571) * 0.5em);
}
.booth-list__lead--bubble::after {
  margin-block-start: calc((1 - 2.8571428571) * 0.5em);
}
@media screen and (max-width: 768px) {
  .booth-list__lead--bubble {
    font-size: 1.2rem;
    padding: 4px 8px;
    border-radius: 14px;
    border: 1px solid #3d62ad;
    margin-bottom: 5px;
  }
}
.booth-list__lead--flex {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
}
@media screen and (max-width: 768px) {
  .booth-list__lead--flex {
    gap: 8px;
  }
}
.booth-list__icon {
  display: inline-block;
  height: auto;
}
.booth-list__icon--03 {
  width: 3.8666666667vw;
  aspect-ratio: 58/43;
  background: url(./../img/icon_03.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .booth-list__icon--03 {
    width: 23.2px;
  }
}
.booth-list__icon--04 {
  width: 4.5333333333vw;
  aspect-ratio: 68/68;
  background: url(./../img/icon_04.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .booth-list__icon--04 {
    width: 27.2px;
  }
}
.booth-list__icon--05 {
  width: 6.2666666667vw;
  aspect-ratio: 94/42;
  background: url(./../img/icon_05.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .booth-list__icon--05 {
    width: 37.6px;
  }
}
.booth-list__icon--06 {
  width: 3.4vw;
  aspect-ratio: 51/63;
  background: url(./../img/icon_06.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .booth-list__icon--06 {
    width: 20.4px;
  }
}
.booth-list__disc {
  line-height: 2.2222222222;
  letter-spacing: 0em;
  font-size: 1.2vw;
  margin-top: 1.6666666667vw;
  width: 26vw;
  grid-area: 2/2/3/3;
}
.booth-list__disc::before, .booth-list__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth-list__disc::before {
  margin-block-end: calc((1 - 2.2222222222) * 0.5em);
}
.booth-list__disc::after {
  margin-block-start: calc((1 - 2.2222222222) * 0.5em);
}
@media screen and (max-width: 768px) {
  .booth-list__disc {
    margin-top: 2rem;
    font-size: 1.4rem;
    width: 100%;
    grid-area: 2/1/3/3;
  }
}
.booth-list__disc--col1 {
  width: 100%;
}
.booth-list__left {
  display: grid;
  -moz-column-gap: 2.5333333333vw;
       column-gap: 2.5333333333vw;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(2, auto);
}
@media screen and (max-width: 768px) {
  .booth-list__left {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.booth-list__index {
  line-height: 0.3636363636;
  letter-spacing: 0em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 7.3333333333vw;
  color: #f2f2f2;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 768px) {
  .booth-list__index {
    font-size: 4.8rem;
  }
}
.booth-list__card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-area: 2/2/3/3;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  .booth-list__card-list {
    grid-template-columns: 1fr;
    grid-area: 2/1/3/3;
    gap: 2rem;
    margin-top: 1.5rem;
  }
}
.booth-list__card-item {
  background: #f2f2f2;
  border-radius: 0.4vw;
  padding: 1.71vw;
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .booth-list__card-item {
    border-radius: 6px;
    padding: 25px 15px;
    grid-template-rows: 1fr;
  }
}
.booth-list__card-item--fitHeight {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.booth-list__image {
  width: 100%;
}
.booth-list__image--mt {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .booth-list__image--mt {
    margin-top: 15px;
  }
}
.booth-list__link {
  display: flex;
  align-items: center;
  gap: 1vw;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.6vw;
  margin-top: 2vw;
  font-weight: 700;
  transition: opacity 0.3s;
  line-height: 1.5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .booth-list__link {
    gap: 15px;
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.booth-list__link:first-child {
  margin-top: 0;
}
.booth-list__link--red {
  color: #3d62ad;
}
.booth-list__link--orange {
  color: #0098d8;
}
.booth-list__link--orange::after {
  content: "";
  background: #0098d8;
}
.booth-list__card-disc {
  margin-top: 1.7333333333vw;
  line-height: 2.2222222222;
  letter-spacing: 0em;
  font-size: 1.2vw;
  line-height: 1.7;
}
.booth-list__card-disc::before, .booth-list__card-disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.booth-list__card-disc::before {
  margin-block-end: calc((1 - 2.2222222222) * 0.5em);
}
.booth-list__card-disc::after {
  margin-block-start: calc((1 - 2.2222222222) * 0.5em);
}
@media screen and (max-width: 768px) {
  .booth-list__card-disc {
    line-height: 2;
    letter-spacing: 0em;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 2rem;
  }
  .booth-list__card-disc::before, .booth-list__card-disc::after {
    content: "";
    display: block flow;
    inline-size: 0;
    block-size: 1px;
  }
  .booth-list__card-disc::before {
    margin-block-end: calc((1 - 2) * 0.5em);
  }
  .booth-list__card-disc::after {
    margin-block-start: calc((1 - 2) * 0.5em);
  }
}

.outline {
  position: relative;
  z-index: 2;
  background: #005eb8;
  padding-block: 7.6666666667vw 9.3333333333vw;
}
@media screen and (max-width: 768px) {
  .outline {
    padding-block: 5rem;
  }
}
.outline::after {
  content: "";
  position: absolute;
  background: url(./../img/deco_outline.png) center/contain, no-repeat;
  width: 32.7333333333vw;
  height: auto;
  aspect-ratio: 491/633;
  right: 0;
  top: 9.0666666667vw;
}
.outline__container {
  width: 60vw;
  margin-top: 4vw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .outline__container {
    width: 100%;
    margin-top: 4rem;
  }
}
.outline__list {
  display: flex;
  align-items: center;
  gap: 12vw;
  padding-bottom: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .outline__list {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 2.5rem;
    padding-bottom: 2rem;
  }
}
.outline__list:not(:first-child) {
  padding-top: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .outline__list:not(:first-child) {
    padding-top: 2rem;
  }
}
.outline__list:not(:last-child) {
  border-bottom: 0.0666666667vw solid #fff;
}
@media screen and (max-width: 768px) {
  .outline__list:not(:last-child) {
    border-bottom-width: 1px;
  }
}
.outline__term {
  width: 13.3333333333vw;
  color: #005eb8;
  background: #fff;
  border-radius: 1.5666666667vw;
  padding-block: 1vw 0.9333333333vw;
  line-height: 4;
  letter-spacing: 0em;
  font-size: 1.3333333333vw;
  text-align: center;
}
.outline__term::before, .outline__term::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.outline__term::before {
  margin-block-end: calc((1 - 4) * 0.5em);
}
.outline__term::after {
  margin-block-start: calc((1 - 4) * 0.5em);
}
@media screen and (max-width: 768px) {
  .outline__term {
    width: 100px;
    padding-block: 10px;
    font-size: 1.6rem;
    border-radius: 23.5px;
  }
}
.outline__disc {
  line-height: 2;
  letter-spacing: 0em;
  font-size: 1.3333333333vw;
  color: #fff;
}
.outline__disc::before, .outline__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.outline__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.outline__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .outline__disc {
    font-size: 1.6rem;
  }
}

.bottom {
  position: relative;
  z-index: 1;
  background: #bbe2f1;
  background: linear-gradient(0deg, rgb(187, 226, 241) 1%, rgb(255, 255, 255) 60%);
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  .bottom {
    padding-block: 5rem;
  }
}
.bottom::after {
  content: "";
  position: absolute;
  background: url(./../img/bottom_deco.png) center/contain, no-repeat;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1500/642;
  display: inline-block;
  top: 5.3333333333vw;
  z-index: -1;
}
.bottom__title {
  line-height: 3.3333333333;
  letter-spacing: 0em;
  font-size: 1.6vw;
  font-weight: 700;
  text-align: center;
}
.bottom__title::before, .bottom__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.bottom__title::before {
  margin-block-end: calc((1 - 3.3333333333) * 0.5em);
}
.bottom__title::after {
  margin-block-start: calc((1 - 3.3333333333) * 0.5em);
}
@media screen and (max-width: 768px) {
  .bottom__title {
    font-size: 1.8rem;
  }
}
.bottom__title--mt {
  margin-top: 6.7333333333vw;
}
@media screen and (max-width: 768px) {
  .bottom__title--mt {
    margin-top: 5rem;
  }
}

.ticket__banner {
  display: block;
  border: 0.0666666667vw solid #cccccc;
  border-radius: 1.3333333333vw;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .ticket__banner {
    border-width: 1px;
  }
}
@media (hover) {
  .ticket__banner:hover {
    opacity: 0.5;
  }
}

.link__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
  margin-top: 2.7333333333vw;
}
@media screen and (max-width: 768px) {
  .link__list {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
}
.link__link {
  display: block;
  transition: opacity 0.3s;
}
@media (hover) {
  .link__link:hover {
    opacity: 0.7;
  }
}

.footer {
  position: relative;
  z-index: 5;
  background: #333333;
}
.footer__top {
  padding-block: 6.4vw 5.2666666667vw;
}
@media screen and (max-width: 768px) {
  .footer__top {
    padding-block: 4.5rem;
  }
}
.footer__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__site-title {
  margin-top: 2.1333333333vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: 1.3333333333vw;
  color: #fff;
}
.footer__site-title::before, .footer__site-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.footer__site-title::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.footer__site-title::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .footer__site-title {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 4.6666666667vw;
  margin-top: 4.2vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__nav-list {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 5rem;
  }
}
.footer__nav-link {
  line-height: 1;
  letter-spacing: 0em;
  font-size: 1.0666666667vw;
  transition: opacity 0.3s;
}
.footer__nav-link::before, .footer__nav-link::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.footer__nav-link::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.footer__nav-link::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
@media (hover) {
  .footer__nav-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 1.4rem;
  }
}
.footer__logo {
  width: 20.2vw;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 15rem;
  }
}
.footer__bottom {
  padding-block: 1.3333333333vw 1.4vw;
  font-size: 0.8vw;
  color: #fff;
  border-top: 0.0666666667vw solid #fff;
  text-align: center;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    font-size: 1rem;
    border-top-width: 1px;
    padding-block: 20px;
  }
}/*# sourceMappingURL=style.css.map */