/*
Theme Name: kamie
*/
@charset "UTF-8";

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

html {
  font-family: "Zen Antique Soft", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  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;
}

.fv {
  height: 100svh;
  overflow: hidden;
  background-image: url(./assets/img/fv-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.fv__img {
  width: calc(643.99 / var(--base-size) * 100vw);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.fv__left {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 200svh;
  position: absolute;
  left: 0;
  top: calc(-235.73 / var(--base-size) * 100vw);
  gap: calc(20 / var(--base-size) * 100vw);
  z-index: 1;
  transition: opacity 0.3s linear;
}

.fv__left__img {
  width: calc(244.2 / var(--base-size) * 100vw);
  aspect-ratio: 244.2 / 235.73;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;

  transition: transform 0.3s linear;
}

.fv__left2 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 200svh;
  position: absolute;
  left: calc(265.48 / var(--base-size) * 100vw);
  bottom: calc(-350.08 / var(--base-size) * 100vw);
  gap: calc(15 / var(--base-size) * 100vw);
  z-index: 1;
  transition: opacity 0.3s linear;
}

.fv__left2__img {
  width: calc(181.32 / var(--base-size) * 100vw);
  aspect-ratio: 181.32 / 175.04;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s linear;
}

.fv__right {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 200svh;
  position: absolute;
  right: 0;
  top: 0;
  gap: calc(20 / var(--base-size) * 100vw);
  z-index: 1;
  transition: opacity 0.3s linear;
}

.fv__right__img {
  width: calc(446.79 / var(--base-size) * 100vw);
  aspect-ratio: 446.79 / 366.83;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s linear;
}

.about__wrap {
  padding: min(140px, calc(140 / var(--base-size) * 100vw)) 0
    min(120px, calc(120 / var(--base-size) * 100vw));
  background-color: #f5f5f5;
  background-image: url(./assets/img/about-back.png);
  background-size: cover;
  background-position: top center;
  position: relative;
}

.about__ttl {
  margin: 0 auto min(55px, calc(55 / var(--base-size) * 100vw));
  max-width: min(452px, calc(452 / var(--base-size) * 100vw));
  width: 90%;
}

.about__detail {
  line-height: 1.8em;
  letter-spacing: 0;
  text-align: center;
  font-size: min(20px, calc(20 / var(--base-size) * 100vw));
  color: #fff;
  margin-bottom: min(50px, calc(50 / var(--base-size) * 100vw));
}

.about__gallery {
  position: relative;
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

.about__prev,
.about__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.about__prev {
  left: min(33px, calc(33 / var(--base-size) * 100vw));
}

.about__next {
  right: min(33px, calc(33 / var(--base-size) * 100vw));
}

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

.slick-dots li {
  width: min(13.88px, calc(13.88 / var(--base-size) * 100vw));
  height: min(13.88px, calc(13.88 / var(--base-size) * 100vw));
  margin: 0 min(10px, calc(10 / var(--base-size) * 100vw));
  position: relative;
}

.slick-dots li button {
  width: min(13.88px, calc(13.88 / var(--base-size) * 100vw));
  height: min(13.88px, calc(13.88 / var(--base-size) * 100vw));
}

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

.slick-dots li.slick-active button:before {
  opacity: 1;
}
.concept {
  background-color: #000942;
  background-image: url(./assets/img/concept-back.png);
  background-size: cover;
  background-position: center;
  padding: min(75px, calc(75 / var(--base-size) * 100vw)) 0
    min(70px, calc(70 / var(--base-size) * 100vw));
  position: relative;
}

.concept__deco {
  position: absolute;
  top: -63px;
  right: 40%;
  width: auto;
  height: min(279.14px, calc(279.14 / var(--base-size) * 100vw));
  z-index: 4;
}

.concept__wrap {
  max-width: 1040px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 5;
}

.concept__ttl {
  font-size: min(50px, calc(50 / var(--base-size) * 100vw));
  line-height: 1.2em;
  color: #000528;
  margin-bottom: min(50px, calc(50 / var(--base-size) * 100vw));
}

.concept__text {
  font-size: min(17px, calc(17 / var(--base-size) * 100vw));
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 2em;
  color: #fff;
}

.concept-deco2 {
  width: min(437px, calc(437 / var(--base-size) * 100vw));
  position: absolute;
  right: 0;
  bottom: min(-10px, calc(-10 / var(--base-size) * 100vw));
  z-index: 1;
}

.artist {
  background-image: url(./assets/img/artist-back.png);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: min(75px, calc(75 / var(--base-size) * 100vw)) 0
    min(90px, calc(90 / var(--base-size) * 100vw));
}

.artist__top {
  display: inline-block;
  position: relative;
  margin-bottom: min(18px, calc(18 / var(--base-size) * 100vw));
}

.artist__ttl {
  font-size: min(55px, calc(55 / var(--base-size) * 100vw));
  color: #5e0005;
  font-weight: 300;
}

.artist__left {
  position: absolute;
  right: calc(100% + min(30px, calc(30 / var(--base-size) * 100vw)));
  width: min(184.37px, calc(184.37 / var(--base-size) * 100vw));
  bottom: min(30px, calc(30 / var(--base-size) * 100vw));
  z-index: 2;
}

.artist__right {
  position: absolute;
  left: 100%;
  width: min(184.37px, calc(184.37 / var(--base-size) * 100vw));
  bottom: min(-37px, calc(-37 / var(--base-size) * 100vw));
  z-index: 2;
}

.artist__list {
  margin-top: min(47px, calc(47 / var(--base-size) * 100vw));
  margin-bottom: min(50px, calc(50 / var(--base-size) * 100vw));
}

.artist__detail {
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  line-height: 1.8em;
  color: #b37a18;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.artist__name {
  cursor: pointer;
}

.artist__color {
  color: #5e0005;
}

.artist__note {
  font-size: min(20px, calc(20 / var(--base-size) * 100vw));
  margin-bottom: min(19px, calc(19 / var(--base-size) * 100vw));
  color: #5e0005;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.artist__under {
  font-size: min(20px, calc(20 / var(--base-size) * 100vw));
  line-height: 2em;
  color: #5e0005;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  max-width: 821px;
  margin: auto;
  width: 90%;
}

.artist__container {
  position: relative;
  padding: min(42px, calc(42 / var(--base-size) * 100vw)) 0;
  background-color: rgba(225, 185, 91, 0.5);
}

.artist__img {
  padding: 0 min(75px, calc(75 / var(--base-size) * 100vw));
  transform: translateX(50%);
}

.artist__prev {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  width: min(67.66px, calc(67.66 / var(--base-size) * 100vw));
}

.artist__next {
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
  cursor: pointer;
  width: min(67.66px, calc(67.66 / var(--base-size) * 100vw));
}
.twitter {
  background-color: #00397c;
  background-image: url(./assets/img/twitter-back.png);
  background-size: contain;
  background-position: center;
  padding: min(38px, calc(38 / var(--base-size) * 100vw)) 0
    min(44px, calc(44 / var(--base-size) * 100vw));
}

.twitter__ttl {
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  color: #001b7c;
  text-align: center;
  margin-bottom: min(10px, calc(10 / var(--base-size) * 100vw));
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.twitter__link {
  width: min(407px, calc(407 / var(--base-size) * 100vw));
  margin: 0 auto;
  display: block;
}

.bottom {
  background-image: url(./assets/img/bottom-back.webp);
  background-position: top center;
  background-size: contain;
  background-repeat: repeat;
  padding: min(96px, calc(96 / var(--base-size) * 100vw)) 0
    min(160px, calc(160 / var(--base-size) * 100vw));
}

.goods__wrap {
  max-width: 1040px;
  width: 90%;
  margin: auto;
  position: relative;
}

.section__ttl {
  padding: min(30px, calc(30 / var(--base-size) * 100vw))
    min(60px, calc(60 / var(--base-size) * 100vw))
    min(20px, calc(20 / var(--base-size) * 100vw));
  background: linear-gradient(
    90deg,
    #e1b95b 0%,
    #eccf81 16%,
    #f9ebb1 39%,
    #fff6c4 50%,
    #f9ebb1 61%,
    #eccf81 84%,
    #e1b95b 100%
  );
  display: flex;
  align-items: center;
  gap: min(20px, calc(20 / var(--base-size) * 100vw));
  position: relative;
}

.section__ttl--click {
  cursor: pointer;
  position: relative;
}

.section__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00397c transparent transparent transparent;
  border-width: min(53.29px, calc(53.29 / var(--base-size) * 100vw))
    min(53.29px, calc(53.29 / var(--base-size) * 100vw)) 0 0;
}

.section__label {
  font-size: min(32px, calc(32 / var(--base-size) * 100vw));
  color: #001b7c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1em;
}

.section__sub {
  font-size: min(23px, calc(23 / var(--base-size) * 100vw));
  color: #001b7c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1em;
}

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

.section__plus::before {
  content: "";
  display: inline-block;
  width: min(45px, calc(45 / var(--base-size) * 100vw));
  height: min(3px, calc(3 / var(--base-size) * 100vw));
  background-color: #001b7c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section__plus::after {
  content: "";
  display: inline-block;
  width: min(45px, calc(45 / var(--base-size) * 100vw));
  height: min(3px, calc(3 / var(--base-size) * 100vw));
  background-color: #001b7c;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.section__ttl--click.open .section__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.goods {
  margin-bottom: min(50px, calc(50 / var(--base-size) * 100vw));
}

.goods__box {
  display: flex;
}

.goods__left {
  padding: min(33px, calc(33 / var(--base-size) * 100vw))
    min(40px, calc(40 / var(--base-size) * 100vw))
    min(50px, calc(50 / var(--base-size) * 100vw))
    min(60px, calc(60 / var(--base-size) * 100vw));
  background-color: #fff;
  width: 64%;
}

.goods__right {
  width: 36%;
  object-fit: cover;
}

.goods__detail {
  font-size: min(16px, calc(16 / var(--base-size) * 100vw));
  line-height: 2em;
  color: #000528;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.venue__wrap {
  max-width: 1040px;
  width: 90%;
  margin: auto;
  position: relative;
}

.venue__list {
  padding: min(73px, calc(73 / var(--base-size) * 100vw))
    min(85px, calc(85 / var(--base-size) * 100vw));
  background-color: #cfd0d7;
  display: flex;
  flex-wrap: wrap;
  gap: min(22px, calc(22 / var(--base-size) * 100vw));
}

.venue__item {
  padding: min(24px, calc(24 / var(--base-size) * 100vw))
    min(40px, calc(40 / var(--base-size) * 100vw));
  background-color: #fff;
  width: 100%;
  position: relative;
}

.venue__ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.venue__area {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  color: #001b7c;
}

.venue__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));
}

.venue__addr {
  font-size: min(20px, calc(20 / var(--base-size) * 100vw));
  color: #001b7c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.venue__term {
  font-size: min(16px, calc(16 / var(--base-size) * 100vw));
  color: #001b7c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: min(3px, calc(3 / var(--base-size) * 100vw));
}

.venue__note {
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
  color: #001b7c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: min(3px, calc(3 / var(--base-size) * 100vw));
}

.venue__atention {
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
  color: #ff5514;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: min(3px, calc(3 / var(--base-size) * 100vw));
}

.venue__link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(205px, calc(205 / var(--base-size) * 100vw));
  background: linear-gradient(
    130.37deg,
    #fff6c4 0%,
    #f9ebb1 22%,
    #eccf81 67%,
    #e1b95b 100%
  );
  display: flex;
  align-items: center;
  padding: 0 min(27px, calc(27 / var(--base-size) * 100vw));
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #001b7c;
  font-size: min(21px, calc(21 / var(--base-size) * 100vw));
}

.venue__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%);
}

.category {
  width: min(108.04px, calc(108.04 / var(--base-size) * 100vw));
  position: absolute;
  top: min(27px, calc(27 / var(--base-size) * 100vw));
  right: min(213px, calc(213 / var(--base-size) * 100vw));
  display: flex;
  flex-wrap: wrap;
  gap: min(5px, calc(5 / var(--base-size) * 100vw));
}

.category__item {
  padding: min(5px, calc(5 / var(--base-size) * 100vw)) 0;
  text-align: center;
  color: #fff;
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1em;
  font-style: normal;
  background-color: gray;
  width: 100%;
  border-radius: min(7px, calc(7 / var(--base-size) * 100vw));
}

.sp-only {
  display: none;
}

.pc-only {
  display: inline-block;
}

.footer {
  padding: min(57px, calc(57 / var(--base-size) * 100vw)) 5%
    min(63px, calc(63 / var(--base-size) * 100vw));
  text-align: center;
  font-size: min(16px, calc(16 / var(--base-size) * 100vw));
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #000528;
}

@media screen and (max-width: 1024px) {
  :root {
    --base-size: 393;
  }
  .fv {
    background-image: url(./assets/img/fv-back-sp.png);
    height: 100svh;
  }

  .fv__left,
  .fv__left2,
  .fv__right {
    width: 100%;
    height: auto;
    display: block;
  }

  .fv__left__img,
  .fv__left2__img,
  .fv__right__img {
    flex-shrink: 0;
    will-change: transform;
    display: block;
    pointer-events: none;
    background-size: cover;
    background-position: center;
    margin: 0 calc(10 / var(--base-size) * 100vw);
  }

  .fv__right {
    left: 0;
    right: auto;
  }

  .fv__right__img {
    width: 37.04svh;
  }

  .fv__left2 {
    bottom: 22.1svh;
    transform: scaleX(-1);
    right: 0;
    left: auto;
  }

  .fv__left2__img {
    width: 14.85svh;
    transform: rotateY(180deg);
  }

  .fv__img {
    width: 100%;
    transform: translate(-50%, -63%);
  }

  .fv__left {
    top: auto;
    bottom: 0;
  }

  .fv__left__img {
    width: 20.6svh;
  }
  .concept {
    padding: calc(60 / var(--base-size) * 100vw) 0
      calc(0 / var(--base-size) * 100vw);
    background: #000942;
  }

  .concept__wrap {
    padding: 0 5% calc(300 / var(--base-size) * 100vw);
    width: 100%;
  }

  .concept__deco {
    height: calc(171.15 / var(--base-size) * 100vw);
    right: 3.44vw;
    left: 0;
    top: calc(-22.25 / var(--base-size) * 100vw);
    margin-bottom: calc(45 / var(--base-size) * 100vw);
  }

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

  .concept__text {
    font-size: calc(15 / var(--base-size) * 100vw);
    position: relative;
    z-index: 1;
  }

  .concept__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
  }

  .concept-deco2 {
    z-index: 6;
    width: calc(175 / var(--base-size) * 100vw);
  }

  .about__wrap {
    padding: calc(65 / var(--base-size) * 100vw) 0
      calc(21 / var(--base-size) * 100vw);
  }

  .about__detail {
    font-size: calc(15 / var(--base-size) * 100vw);
    margin-bottom: calc(33 / var(--base-size) * 100vw);
  }

  .about__ttl {
    width: calc(255.6 / var(--base-size) * 100vw);
    margin-bottom: calc(45 / var(--base-size) * 100vw);
  }

  .sp-only {
    display: inline-block;
  }

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

  .slick-dots li {
    width: calc(7 / var(--base-size) * 100vw);
    height: calc(7 / var(--base-size) * 100vw);
    margin: 0 calc(10 / var(--base-size) * 100vw);
    position: relative;
  }

  .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .slick-dots li button:before {
    content: "";
    width: calc(7 / var(--base-size) * 100vw);
    height: calc(7 / var(--base-size) * 100vw);
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
  }
  .artist {
    padding: calc(43 / var(--base-size) * 100vw) 0
      calc(32 / var(--base-size) * 100vw);
  }

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

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

  .artist__left {
    width: calc(80.13 / var(--base-size) * 100vw);
    right: calc(100% + calc(12 / var(--base-size) * 100vw));
  }

  .artist__right {
    width: calc(72.55 / var(--base-size) * 100vw);
    bottom: calc(-13 / var(--base-size) * 100vw);
  }

  .artist__img {
    padding: 0 calc(22 / var(--base-size) * 100vw);
    transform: translateX(0%);
  }

  .artist__prev,
  .artist__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: calc(25 / var(--base-size) * 100vw);
  }

  .artist__prev {
    left: 7%;
  }
  .artist__next {
    right: 7%;
  }

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

  .pc-only {
    display: none;
  }

  .artist__list {
    margin: calc(20 / var(--base-size) * 100vw) 0
      calc(25 / var(--base-size) * 100vw);
  }

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

  .artist__under {
    font-size: calc(12 / var(--base-size) * 100vw);
    line-height: 1.5em;
    color: #5e0005;
  }
  .twitter__ttl {
    font-size: calc(16 / var(--base-size) * 100vw);
    margin-bottom: calc(6 / var(--base-size) * 100vw);
  }

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

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

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

  .section__ttl {
    padding: calc(10 / var(--base-size) * 100vw) 0
      calc(10 / var(--base-size) * 100vw) calc(28 / var(--base-size) * 100vw);
  }

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

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

  .section__ttl::before {
    border-width: calc(22.7 / var(--base-size) * 100vw)
      calc(22.7 / var(--base-size) * 100vw) 0 0;
  }

  .section__plus::after,
  .section__plus::before {
    width: calc(19.2 / var(--base-size) * 100vw);
    height: calc(3 / var(--base-size) * 100vw);
  }

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

  .goods__box {
    flex-wrap: wrap;
  }

  .goods__left {
    width: 100%;
    padding: calc(20 / var(--base-size) * 100vw)
      calc(25 / var(--base-size) * 100vw);
  }

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

  .goods__right {
    width: 100%;
  }

  .venue__list {
    padding: 0;
  }

  .venue__link {
    position: relative;
    width: 100%;
    height: auto;
    padding: calc(10 / 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);
  }

  .venue__area {
    width: 100%;
    font-size: calc(26 / var(--base-size) * 100vw);
    margin-bottom: calc(10 / 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);
  }

  .venue__ttl {
    flex-wrap: wrap;
    width: calc(100% - calc(86 / var(--base-size) * 100vw));
    align-items: flex-start;
  }

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

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

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

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

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

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

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

  .about__next,
  .about__prev {
    display: none;
  }
  .footer{
    font-size: calc(12 / var(--base-size) * 100vw);
  }
}
