/*
Theme Name: satsuki
*/

@charset "UTF-8";

:root {
  --base-size: 393;
}

html {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

img,
video {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
}

li {
  list-style: none;
}

.container {
  position: relative;
}
.container__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.container__logo {
  position: fixed;
  top: 67svh;
  left: calc(50% - min(312.5px, calc(312.5 / var(--base-size) * 100vw)));
  width: min(71px, calc(71 / var(--base-size) * 100vw));
  z-index: -1;
}

.container__center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(443.94px, calc(443.94 / var(--base-size) * 100vw));
  z-index: -1;
}

.main {
  width: min(393px, calc(393 / var(--base-size) * 100vw));
  max-width: 100%;
  margin: auto;
}

.fv {
  background-image: url(./assets/img/fv-bg.webp);
  background-color: #1e081e;
  background-size: cover;
  background-position: top center;
  position: relative;
  height: min(1371px, calc(1371 / var(--base-size) * 100vw));
}

.fv__ttl {
  width: min(135px, calc(135 / var(--base-size) * 100vw));
  position: absolute;
  left: min(9px, calc(9 / var(--base-size) * 100vw));
  top: min(26px, calc(26 / var(--base-size) * 100vw));
}

.fv__concept {
  position: absolute;
  top: min(686px, calc(686 / var(--base-size) * 100vw));
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 88%;
}

.fv__concept__ttl {
  font-size: min(23px, calc(23 / var(--base-size) * 100vw));
  margin-bottom: min(43px, calc(43 / var(--base-size) * 100vw));
  line-height: 1em;
  color: #321e32;
}

.fv__concept__text {
  font-size: min(16px, calc(16 / var(--base-size) * 100vw));
  line-height: 2em;
  color: #321e32;
}

.about {
  padding: min(43px, calc(43 / var(--base-size) * 100vw)) 0 0;
  background-color: #1e081e;
  color: #fff;
}

.about__top {
  text-align: center;
  margin-bottom: min(32px, calc(32 / var(--base-size) * 100vw));
}

.about__label {
  font-size: min(17px, calc(17 / var(--base-size) * 100vw));
}

.about__line {
  height: 0.1px;
  width: min(180px, calc(180 / var(--base-size) * 100vw));
  margin: auto;
  background-color: #e60012;
}

.about__text {
  margin-top: min(7px, calc(7 / var(--base-size) * 100vw));
  font-size: min(29px, calc(29 / var(--base-size) * 100vw));
  letter-spacing: 0.05em;
}

.about__detail1 {
  padding: min(24px, calc(24 / var(--base-size) * 100vw)) 0;
  text-align: center;
  line-height: 1.85em;
  background-image: url(./assets/img/about-back1.webp);
  background-size: cover;
  background-position: bottom right;
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
}

.about__detail2 {
  padding: min(24px, calc(24 / var(--base-size) * 100vw)) 0;
  text-align: center;
  line-height: 1.85em;
  background-image: url(./assets/img/about-back2.webp);
  background-size: cover;
  background-position: top left;
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
}
.genga {
  padding: min(36px, calc(36 / var(--base-size) * 100vw)) 0
    min(60px, calc(60 / var(--base-size) * 100vw));
  background: linear-gradient(to right, #edd260, #d4ab1f);
  text-align: center;
  position: relative;
}

.genga__label {
  font-size: min(27px, calc(27 / var(--base-size) * 100vw));
  color: #321e32;
}

.genga__ttl {
  font-size: min(31px, calc(31 / var(--base-size) * 100vw));
  color: #321e32;
  margin-bottom: min(16px, calc(16 / var(--base-size) * 100vw));
}

.genga__img {
  width: 68%;
}

.genga__detail {
  margin-top: min(28px, calc(28 / var(--base-size) * 100vw));
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
  line-height: 1.9em;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.genga__detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 0.25px;
  background-color: #e60012;
  transform: rotate(-45deg);
  transform-origin: top right;
}

.progress {
  background: #fff;
  color: #000;
  height: 100%;
  position: fixed;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.genga__deco {
  width: min(97.6px, calc(97.6 / var(--base-size) * 100vw));
  position: absolute;
}

.genga__deco1 {
  top: 0;
  left: 0;
}

.genga__deco2 {
  top: 0;
  right: 0;
}

.genga__deco3 {
  bottom: 0;
  left: 0;
}

.genga__deco4 {
  right: 0;
  bottom: 0;
}

.gallery {
  padding: min(74px, calc(74 / var(--base-size) * 100vw)) 0
    min(108px, calc(108 / var(--base-size) * 100vw));
  text-align: center;
  background-color: #eeeff4;
  position: relative;
}

.gallery__wrap {
  width: 70%;
  margin: auto;
}

.gallery__label {
  margin-top: min(15px, calc(15 / var(--base-size) * 100vw));
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
  color: #503f50;
}

.gallery__left {
  width: min(50.47px, calc(50.47 / var(--base-size) * 100vw));
  top: min(20px, calc(20 / var(--base-size) * 100vw));
  bottom: min(20px, calc(20 / var(--base-size) * 100vw));
  left: min(12px, calc(12 / var(--base-size) * 100vw));
  position: absolute;
  max-height: calc(100% - calc(40px, calc(40 / var(--base-size) * 100vw)));
  object-fit: contain;
}

.gallery__right {
  width: min(50.47px, calc(50.47 / var(--base-size) * 100vw));
  top: min(20px, calc(20 / var(--base-size) * 100vw));
  bottom: min(20px, calc(20 / var(--base-size) * 100vw));
  right: min(12px, calc(12 / var(--base-size) * 100vw));
  max-height: calc(100% - calc(40px, calc(40 / var(--base-size) * 100vw)));
  object-fit: contain;
  position: absolute;
}

.gallery__center {
  position: relative;
}

.gallery__prev {
  position: absolute;
  top: 50%;
  left: min(8px, calc(8 / var(--base-size) * 100vw));
  transform: translateY(-50%);
  z-index: 1;
}

.gallery__next {
  position: absolute;
  top: 50%;
  right: min(8px, calc(8 / var(--base-size) * 100vw));
  transform: translateY(-50%);
  z-index: 1;
}

.gallery__img img {
  max-width: min(278px, calc(278 / var(--base-size) * 100vw));
  max-height: min(450px, calc(450 / var(--base-size) * 100vw));
  object-fit: contain;
  display: block;
  margin: auto;
}
.gallery__img {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery .slick-track {
  display: flex;
}
.gallery .slick-slide {
  height: auto !important;
}
.slick-dotted.slick-slider {
  margin: 0 auto;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}

.slick-dots li button:before {
  content: "";
  width: min(7px, calc(7 / var(--base-size) * 100vw));
  height: min(7px, calc(7 / var(--base-size) * 100vw));
  background-color: #b9b2b9;
  border-radius: 100%;
}

.slick-dots {
  bottom: max(-63px, calc(-63 / var(--base-size) * 100vw));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(17px, calc(17 / var(--base-size) * 100vw));
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background-color: #503f50;
  opacity: 1;
}

.venue {
  background: #503f50;
  text-align: center;
  padding: min(23px, calc(23 / var(--base-size) * 100vw)) 0
    min(30px, calc(30 / var(--base-size) * 100vw));

  color: #fff;
}

.good-top {
  margin-top: min(31px, calc(31 / var(--base-size) * 100vw));
}

.venue__ttl {
  font-size: min(27px, calc(27 / var(--base-size) * 100vw));
  letter-spacing: 0.15em;
}
.venue__label {
  font-size: min(13px, calc(13 / var(--base-size) * 100vw));
  margin-bottom: min(10px, calc(10 / var(--base-size) * 100vw));
}

.venue__list {
  width: 89%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(11px, calc(11 / var(--base-size) * 100vw));
  margin-top: min(18px, calc(18 / var(--base-size) * 100vw));
}

.venue__item {
  width: 100%;
  padding: min(24px, calc(24 / var(--base-size) * 100vw))
    min(27px, calc(27 / var(--base-size) * 100vw));
  border-radius: min(20px, calc(20 / var(--base-size) * 100vw));
  border: 1px solid #b28500;
  background-color: #3f2c3f;
  position: relative;
}

.venue__item--inactive::before {
  content: "この会場は終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: min(18px, calc(18 / var(--base-size) * 100vw));
  color: #000;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  border-radius: min(20px, calc(20 / var(--base-size) * 100vw));
}

.venue__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: min(13px, calc(13 / var(--base-size) * 100vw));
  margin-bottom: min(11px, calc(11 / var(--base-size) * 100vw));
}

.venue__row:last-child {
  margin-bottom: 0;
}

.venue__batch {
  width: min(63px, calc(63 / var(--base-size) * 100vw));
  font-size: min(13px, calc(13 / var(--base-size) * 100vw));
  letter-spacing: 0.05em;
  white-space: nowrap;
  background-color: #fff;
  color: #3f2c3f;
  border-radius: min(5px, calc(5 / var(--base-size) * 100vw));
}

.venue__content {
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
  letter-spacing: 0.05em;
  text-align: left;
  width: calc(100% - min(76px, calc(76 / var(--base-size) * 100vw)));
  margin-top: max(-6px, calc(-6 / var(--base-size) * 100vw));
}

.venue__content--large {
  font-size: min(18px, calc(18 / var(--base-size) * 100vw));
}

.venue__memo {
  font-size: min(12px, calc(12 / var(--base-size) * 100vw));
  display: block;
  text-align: left;
}
.footer {
  text-align: center;
  padding: min(22px, calc(22 / var(--base-size) * 100vw)) 0
    min(30px, calc(30 / var(--base-size) * 100vw));
  background-color: #503f50;
  color: #fff;
  font-size: min(10px, calc(10 / var(--base-size) * 100vw));
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.form {
  padding: min(12px, calc(12 / var(--base-size) * 100vw)) 0
    min(26px, calc(26 / var(--base-size) * 100vw));
  background-color: #74607d;
}

.form__ttl {
  font-size: min(23px, calc(23 / var(--base-size) * 100vw));
  letter-spacing: 0.05em;
  margin-bottom: min(10px, calc(10 / var(--base-size) * 100vw));
  text-align: center;
  color: #fff;
}

.nav {
  position: fixed;
  right: calc(50% - min(260.98px, calc(260.98 / var(--base-size) * 100vw)));
  transform: translateX(100%);
  top: 30svh;
}

.nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  gap: min(12px, calc(12 / var(--base-size) * 100vw));
}

.nav__item {
  position: relative;
}

.nav__icon {
  width: min(33.17px, calc(33.17 / var(--base-size) * 100vw));
  position: absolute;
  left: 100%;
  top: max(-10px, calc(-10 * var(--base-size) * 0.1));
  transition: 0.3s ease-in-out;
}

.nav__link {
  color: #fff;
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
  letter-spacing: 0.1em;
}

.nav__inner {
  font-size: min(18.51px, calc(18.51 / var(--base-size) * 100vw));
  display: inline-block;
  margin-right: min(10px, calc(10 / var(--base-size) * 100vw));
}

/*以下ハンバーガーメニューcss*/
.sp-hum {
  display: none;
}

.page-deco1,
.page-deco2 {
  width: 108.55px;
  position: fixed;
  top: 0;
}

.page-deco1 {
  left: 0;
}

.page-deco2 {
  right: 0;
}
@media screen and (max-width: 768px) {
  .page-deco1,
  .page-deco2 {
    display: none;
  }
  .nav {
    display: none;
  }

  .container__logo {
    display: none;
  }

  .main {
    width: 100%;
  }

  .container__bg {
    display: none;
  }

  .main {
    width: 100%;
  }

  .fv {
    height: calc(1371 / var(--base-size) * 100vw);
  }

  .fv__ttl {
    width: calc(135 / var(--base-size) * 100vw);
    left: calc(9 / var(--base-size) * 100vw);
    top: calc(26 / var(--base-size) * 100vw);
  }

  .fv__concept {
    top: calc(686 / var(--base-size) * 100vw);
  }

  .fv__concept__ttl {
    font-size: calc(23 / var(--base-size) * 100vw);
    margin-bottom: calc(43 / var(--base-size) * 100vw);
  }

  .fv__concept__text {
    font-size: calc(16 / var(--base-size) * 100vw);
  }

  .about {
    padding: calc(43 / var(--base-size) * 100vw) 0 0;
  }

  .about__top {
    margin-bottom: calc(32 / var(--base-size) * 100vw);
  }

  .about__label {
    font-size: calc(17 / var(--base-size) * 100vw);
  }

  .about__line {
    width: calc(180 / var(--base-size) * 100vw);
  }

  .about__text {
    margin-top: calc(7 / var(--base-size) * 100vw);
    font-size: calc(29 / var(--base-size) * 100vw);
  }

  .about__detail1 {
    padding: calc(24 / var(--base-size) * 100vw) 0;
    font-size: calc(14 / var(--base-size) * 100vw);
  }

  .about__detail2 {
    padding: calc(24 / var(--base-size) * 100vw) 0;
    font-size: calc(14 / var(--base-size) * 100vw);
  }

  .genga {
    padding: calc(36 / var(--base-size) * 100vw) 0
      calc(60 / var(--base-size) * 100vw);
  }

  .genga__label {
    font-size: calc(27 / var(--base-size) * 100vw);
  }

  .genga__ttl {
    font-size: calc(31 / var(--base-size) * 100vw);
    margin-bottom: calc(16 / var(--base-size) * 100vw);
  }

  .genga__detail {
    margin-top: calc(28 / var(--base-size) * 100vw);
    font-size: calc(14 / var(--base-size) * 100vw);
  }

  .genga__deco {
    width: calc(97.6 / var(--base-size) * 100vw);
  }

  .gallery {
    padding: calc(74 / var(--base-size) * 100vw) 0
      calc(108 / var(--base-size) * 100vw);
  }

  .gallery__label {
    margin-top: calc(15 / var(--base-size) * 100vw);
    font-size: calc(14 / var(--base-size) * 100vw);
  }

  .gallery__left {
    width: calc(50.47 / var(--base-size) * 100vw);
    top: calc(20 / var(--base-size) * 100vw);
    bottom: calc(20 / var(--base-size) * 100vw);
    left: calc(12 / var(--base-size) * 100vw);
    max-height: calc(100% - calc(40 / var(--base-size) * 100vw));
  }

  .gallery__right {
    width: calc(50.47 / var(--base-size) * 100vw);
    top: calc(20 / var(--base-size) * 100vw);
    bottom: calc(20 / var(--base-size) * 100vw);
    right: calc(12 / var(--base-size) * 100vw);
    max-height: calc(100% - calc(40 / var(--base-size) * 100vw));
  }

  .gallery__prev {
    left: calc(8 / var(--base-size) * 100vw);
  }

  .gallery__next {
    right: calc(8 / var(--base-size) * 100vw);
  }

  .slick-dots li button:before {
    width: calc(7 / var(--base-size) * 100vw);
    height: calc(7 / var(--base-size) * 100vw);
  }

  .slick-dots {
    bottom: calc(-66 / var(--base-size) * 100vw);
    gap: calc(10 / var(--base-size) * 100vw);
  }

  .venue {
    padding: calc(23 / var(--base-size) * 100vw) 0
      calc(30 / var(--base-size) * 100vw);
  }

  .good-top {
    margin-top: calc(31 / var(--base-size) * 100vw);
  }

  .venue__ttl {
    font-size: calc(27 / var(--base-size) * 100vw);
  }

  .venue__label {
    font-size: calc(13 / var(--base-size) * 100vw);
    margin-bottom: calc(10 / var(--base-size) * 100vw);
  }

  .venue__list {
    gap: calc(11 / var(--base-size) * 100vw);
    margin-top: calc(18 / var(--base-size) * 100vw);
  }

  .venue__item {
    padding: calc(24 / var(--base-size) * 100vw)
      calc(27 / var(--base-size) * 100vw);
    border-radius: calc(20 / var(--base-size) * 100vw);
  }

  .venue__row {
    gap: calc(13 / var(--base-size) * 100vw);
    margin-bottom: calc(11 / var(--base-size) * 100vw);
  }

  .venue__batch {
    width: calc(63 / var(--base-size) * 100vw);
    font-size: calc(13 / var(--base-size) * 100vw);
    border-radius: calc(5 / var(--base-size) * 100vw);
  }

  .venue__content {
    margin-top: calc(-6 / var(--base-size) * 100vw);
    width: calc(100% - calc(76 / var(--base-size) * 100vw));
    font-size: calc(15 / var(--base-size) * 100vw);
  }

  .venue__content--large {
    font-size: calc(18 / var(--base-size) * 100vw);
  }

  .venue__memo {
    font-size: calc(12 / var(--base-size) * 100vw);
  }

  .footer {
    padding: calc(22 / var(--base-size) * 100vw) 0
      calc(30 / var(--base-size) * 100vw);
    font-size: calc(10 / var(--base-size) * 100vw);
  }

  .form {
    padding: calc(12 / var(--base-size) * 100vw) 0
      calc(26 / var(--base-size) * 100vw);
  }

  .form__ttl {
    font-size: calc(23 / var(--base-size) * 100vw);
    margin-bottom: calc(10 / var(--base-size) * 100vw);
  }
  .container__center {
    display: none;
  }
}

.area__list {
  padding: 0;
}

.area__link {
  position: relative;
  width: 100%;
  height: auto;
  padding: calc(11 / var(--base-size) * 100vw)
    calc(14 / var(--base-size) * 100vw);
  font-size: calc(20 / var(--base-size) * 100vw);
  margin-top: calc(20 / var(--base-size) * 100vw);
}

.area__area {
  width: 100%;
  color: #EFCB45;
  font-size: calc(26 / var(--base-size) * 100vw);
}

.category {
  width: calc(86 / var(--base-size) * 100vw);
  position: absolute;
  right: calc(12 / var(--base-size) * 100vw);
  top: calc(12 / var(--base-size) * 100vw);
}

.category__item {
  padding: calc(4 / var(--base-size) * 100vw) 0;
  font-size: calc(12 / var(--base-size) * 100vw);
}

.area__list {
  padding: min(12px, calc(12 / var(--base-size) * 100vw));
}

.area__item {
  padding: min(24px, calc(24 / var(--base-size) * 100vw))
    min(40px, calc(40 / var(--base-size) * 100vw));
  background-color: #291433;
  width: 100%;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.area__left {
  width: calc(100% - min(205px, calc(205 / var(--base-size) * 100vw)));
}

.area__area {
  font-style: normal;
  text-align: center;
  font-size: min(22px, calc(22 / var(--base-size) * 100vw));
}

.area__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(50px, calc(50 / var(--base-size) * 100vw));
  padding: 7px 0;
  position: relative;
  margin-top: 9px;
}

.area__wrap::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(
    to right,
    #efcb45 0px,
    #efcb45 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px 0.5px;
  background-repeat: repeat-x;
  background-position: left top;
}

.area__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-image: linear-gradient(
    to right,
    #efcb45 0px,
    #efcb45 3px,
    transparent 3px,
    transparent 6px
  );
  background-size: 6px  0.5px;
  background-repeat: repeat-x;
  background-position: left top;
}
.area__line {
  width: min(2px, calc(2 / var(--base-size) * 100vw));
  background-color: #001b7c;
  height: min(31.52px, calc(31.52 / var(--base-size) * 100vw));
  margin: 0 min(20px, calc(20 / var(--base-size) * 100vw));
}

.area__addr {
  font-size: min(16px, calc(16 / var(--base-size) * 100vw));
  color: #fff;

  font-style: normal;
}
.area__term {
  font-size: min(13px, calc(13 / var(--base-size) * 100vw));
  color: #001b7c;

  font-style: normal;
  margin-bottom: min(3px, calc(3 / var(--base-size) * 100vw));
}

.area__note {
  font-size: min(13px, calc(13 / var(--base-size) * 100vw));
  color: #001b7c;

  font-style: normal;
  margin-bottom: min(3px, calc(3 / var(--base-size) * 100vw));
}

.area__atention {
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
  color: #ff5514;

  font-style: normal;
  margin-bottom: min(3px, calc(3 / var(--base-size) * 100vw));
}

.area__link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(205px, calc(205 / var(--base-size) * 100vw));
 background: linear-gradient(90deg, #EDD260 6%, #D4AB1F 100%);
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(27px, calc(27 / var(--base-size) * 100vw));
  text-align: left;
  font-style: normal;
  color: #321e32;
  font-size: min(21px, calc(21 / var(--base-size) * 100vw));
  margin: 0;
}

.area__arrow {
  width: min(14.04px, calc(14.04 / var(--base-size) * 100vw));
  position: absolute;
  right: min(20px, calc(20 / var(--base-size) * 100vw));
  top: 50%;
  transform: translateY(-50%);
}

.area__ttl {
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
}

.area__line {
  margin-left: 0;
  height: min(45px, calc(45 / var(--base-size) * 100vw));
}

.area__addr {
  font-size: min(16px, calc(16 / var(--base-size) * 100vw));
}

.area__term {
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
  margin-top: min(10px, calc(10 / var(--base-size) * 100vw));
}

.area__note {
  font-size: min(12px, calc(12 / var(--base-size) * 100vw));
}

.area__atention {
  font-size: min(12px, calc(12 / var(--base-size) * 100vw));
}

.area__item {
  padding: min(16px, calc(16 / var(--base-size) * 100vw));
  border-radius: 20px;
  border: 1px solid #B28500
}

.area__left {
  width: 100%;
}

.area__link {
  position: relative;
  width: 100%;
  height: auto;
  padding: min(7px, calc(7 / var(--base-size) * 100vw))
    min(14px, calc(14 / var(--base-size) * 100vw));
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
  margin-top: min(15px, calc(15 / var(--base-size) * 100vw));
  border-radius: 10px;
}
