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

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

img:not(.gallery__next, .gallery__prev, .gallery__thum__img) {
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}


html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  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;
}

body {
  background-color: #f7f5ef;
}

.fv {
  position: relative;
}

.fv__batch {
  width: min(256.92px, calc(256.92 / var(--base-size) * 100vw));
  position: absolute;
  right: min(40px, calc(40 / var(--base-size) * 100vw));
  top: min(30px, calc(30 / var(--base-size) * 100vw));
}

.concept {
  padding: min(10px, calc(10 / var(--base-size) * 100vw)) 0
    min(190px, calc(190 / var(--base-size) * 100vw));
  position: relative;
  text-align: center;
  z-index: 1;
}

.concept__deco1 {
  position: absolute;
  top: max(-25px, calc(-25 / var(--base-size) * 100vw));
  left: 13.8%;
  width: min(256.23px, calc(256.23 / var(--base-size) * 100vw));
}

.concept__deco2 {
  width: min(256.23px, calc(256.23 / var(--base-size) * 100vw));
  position: absolute;
  bottom: max(-36px, calc(-36 / var(--base-size) * 100vw));
  left: 19.6%;
}

.concept__deco3 {
  width: min(180px, calc(180 / var(--base-size) * 100vw));
  position: absolute;
  bottom: min(187px, calc(187 / var(--base-size) * 100vw));
  right: 14%;
}

.concept__ttl {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  color: #9b0000;
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  font-weight: 600;
  margin-bottom: min(58px, calc(58 / var(--base-size) * 100vw));
  letter-spacing: 0.1em;
}

.concept__detail {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #9b0000;
  font-size: min(18px, calc(18 / var(--base-size) * 100vw));
  line-height: 1.65em;
  letter-spacing: 0.1em;
}

.specialworks {
  overflow: hidden;
  background-color: #fff;
  padding: min(90px, calc(90 / var(--base-size) * 100vw)) 0 0;
  position: relative;
  z-index: 2;
}

.specialworks__deco1 {
  width: min(256.23px, calc(256.23 / var(--base-size) * 100vw));
  right: max(-10px, calc(-10 / var(--base-size) * 100vw));
  top: min(90px, calc(90 / var(--base-size) * 100vw));
  position: absolute;
}

.specialworks__deco3 {
  width: 43.6%;
  right: 0;
  position: absolute;
  bottom: min(248px, calc(248 / var(--base-size) * 100vw));
}

.specialworks__deco2 {
  width: min(180px, calc(180 / var(--base-size) * 100vw));
  left: 7.2%;
  position: absolute;
  bottom: min(75px, calc(75 / var(--base-size) * 100vw));
}

.specialworks__wrap {
  max-width: min(948px, calc(948 / var(--base-size) * 100vw));
  margin: auto;
  text-align: center;
}

.specialworks__ttl {
  display: inline-block;
  border-top: min(1px, calc(1 / var(--base-size) * 100vw)) solid #ffb6af;
  border-bottom: min(1px, calc(1 / var(--base-size) * 100vw)) solid #ffb6af;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: min(50px, calc(50 / var(--base-size) * 100vw));
  color: #9b0000;
  padding: min(5px, calc(5 / var(--base-size) * 100vw)) 0;
  max-width: min(383px, calc(383 / var(--base-size) * 100vw));
  margin: 0 auto min(43px, calc(43 / var(--base-size) * 100vw));
  width: 90%;
}

.specialworks__ttl--profile {
  margin-bottom: min(97px, calc(97 / var(--base-size) * 100vw));
}

.specialworks__img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.specialworks__text {
  margin-top: max(-38px, calc(-38 / var(--base-size) * 100vw));
  padding: min(88px, calc(88 / var(--base-size) * 100vw))
    min(160px, calc(160 / var(--base-size) * 100vw))
    min(63px, calc(63 / var(--base-size) * 100vw)) 0;
  background-color: #f7f5ef;
}

.specialworks__row {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  margin-bottom: min(28px, calc(28 / var(--base-size) * 100vw));
  text-align: left;
}

.specialworks__main {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  text-align: left;
  border-bottom: min(2px, calc(2 / var(--base-size) * 100vw)) solid #ffb6af;
}

.specialworks__row--last {
  margin-bottom: 0;
}

.specialworks__label {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #9b0000;
  font-size: min(20px, calc(20 / var(--base-size) * 100vw));
  line-height: 1.8em;
  display: inline-block;
  width: min(299px, calc(299 / var(--base-size) * 100vw));
  padding-left: min(179px, calc(179 / var(--base-size) * 100vw));
}

.specialworks__label--last {
  width: auto;
}

.specialworks__detail {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #9b0000;
  font-size: min(24px, calc(24 / var(--base-size) * 100vw));
  line-height: 1.8em;
}

.specialworks__inner {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #9b0000;
  font-size: min(16px, calc(16 / var(--base-size) * 100vw));
  line-height: 2em;
  text-align: left;
  padding-left: min(181px, calc(181 / var(--base-size) * 100vw));
  margin-top: min(30px, calc(30 / var(--base-size) * 100vw));
  letter-spacing: 0;
}

.commitment {
  padding: min(85px, calc(85 / var(--base-size) * 100vw)) 0
    min(100px, calc(100 / var(--base-size) * 100vw));
  position: relative;
  background: linear-gradient(0deg, #ffe7e5 20%, #ffffff 100%);
  text-align: center;
}

.commitment__deco1 {
  width: min(256.23px, calc(256.23 / var(--base-size) * 100vw));
  position: absolute;
  bottom: min(183px, calc(183 / var(--base-size) * 100vw));
  right: 3.2%;
}

.commitment__deco2 {
  width: 38%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}

.commitment__wrap {
  position: relative;
  z-index: 1;
  max-width: min(1063px, calc(1063 / var(--base-size) * 100vw));
  margin: auto;
  flex-wrap: wrap;
  width: 90%;
}

.commitment__ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  border-top: min(1px, calc(1 / var(--base-size) * 100vw)) solid #ffb6af;
  border-bottom: min(1px, calc(1 / var(--base-size) * 100vw)) solid #ffb6af;
  font-size: min(31px, calc(31 / var(--base-size) * 100vw));
  color: #9b0000;
  padding: min(12px, calc(12 / var(--base-size) * 100vw)) 0
    min(17px, calc(17 / var(--base-size) * 100vw));
  max-width: min(383px, calc(383 / var(--base-size) * 100vw));
  margin: 0 auto min(25px, calc(25 / var(--base-size) * 100vw));
  width: 90%;
}

.commitment__catch {
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
  color: #9b0000;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 2em;
  margin-bottom: min(41px, calc(41 / var(--base-size) * 100vw));
  letter-spacing: 0;
}

.commitment__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.commitment__left {
  width: 100%;
  text-align: left;
  order: 2;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

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

.commitment__right {
  width: 56%;
  order: 1;
}

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

.slick-dotted.slick-slider {
  margin-bottom: min(60px, calc(60 / var(--base-size) * 100vw));
}

.commitment__label {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #9b0000;
  font-size: min(17px, calc(17 / var(--base-size) * 100vw));
  margin-bottom: min(10px, calc(10 / var(--base-size) * 100vw));
  padding-bottom: min(4px, calc(4 / var(--base-size) * 100vw));
  text-align: center;
  letter-spacing: 0;
}

.commitment__detail {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #9b0000;
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
  line-height: 2em;
  padding: 0 min(14px, calc(14 / var(--base-size) * 100vw));
  letter-spacing: 0;
  line-height: 1.6em;
}

.commitment__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.profile {
  padding: min(168px, calc(168 / var(--base-size) * 100vw)) 0
    min(101px, calc(101 / var(--base-size) * 100vw));
  text-align: center;
  position: relative;
}

.profile__deco1 {
  width: min(254.34px, calc(254.34 / var(--base-size) * 100vw));
  position: absolute;
  top: min(90px, calc(90 / var(--base-size) * 100vw));
  left: min(99px, calc(99 / var(--base-size) * 100vw));
  margin: 0 auto;
}

.profile__deco2 {
  width: min(180px, calc(180 / var(--base-size) * 100vw));
  position: absolute;
  bottom: min(84px, calc(84 / var(--base-size) * 100vw));
  right: min(116px, calc(116 / var(--base-size) * 100vw));
}

.profile__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(67px, calc(67 / var(--base-size) * 100vw));
}

.profile__ttl {
  font-size: min(40px, calc(40 / var(--base-size) * 100vw));
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #9b0000;
}

.profile__right {
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #9b0000;
  text-align: left;
}

.work {
  position: relative;
  z-index: 1;
}

.work__ttl {
  text-align: center;
  font-size: min(20px, calc(20 / var(--base-size) * 100vw));
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #9b0000;
  background-color: #fff;
  padding: min(2px, calc(2 / var(--base-size) * 100vw)) 0;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.work__ttl__inner {
  display: inline-block;
  position: relative;
}

.work__ttl__inner::before {
  display: inline-block;
  content: "";
  width: min(15px, calc(15 / var(--base-size) * 100vw));
  height: min(1px, calc(1 / var(--base-size) * 100vw));
  position: absolute;
  top: 50%;
  left: calc(100% + min(20px, calc(20 / var(--base-size) * 100vw)));
  transform: translate(-50%, -50%);
  background-color: #9b0000;
}

.work__ttl__inner::after {
  display: inline-block;
  content: "";
  width: min(15px, calc(15 / var(--base-size) * 100vw));
  height: min(1px, calc(1 / var(--base-size) * 100vw));
  position: absolute;
  top: 50%;
  left: calc(100% + min(20px, calc(20 / var(--base-size) * 100vw)));
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #9b0000;
  transition: 0.3s;
}

.work__ttl__inner.active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.work__detail {
  padding: min(30px, calc(30 / var(--base-size) * 100vw)) 0
    min(45px, calc(45 / var(--base-size) * 100vw));
  text-align: center;
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
  line-height: 2em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #9b0000;
  background-color: rgba(255, 255, 255, 0.5);
}

.gallery {
  text-align: center;
  padding: min(110px, calc(110 / var(--base-size) * 100vw)) 0
    min(96px, calc(96 / var(--base-size) * 100vw));
  background: linear-gradient(0deg, #ffe7e5 20%, #f7f5ef 100%);
  position: relative;
  z-index: 0;
}

.gallery--deco2 {
  width: min(180px, calc(180 / var(--base-size) * 100vw));
  position: absolute;
  bottom: min(273px, calc(273 / var(--base-size) * 100vw));
  left: 10%;
}

.gallery--deco1 {
  width: min(303px, calc(303 / var(--base-size) * 100vw));
  position: absolute;
  top: max(-91px, calc(-91 / var(--base-size) * 100vw));
  right: 0.625%;
}

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

.gallery__box {
  position: relative;
}

.gallery__prev,
.gallery__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(18.7px, calc(18.7 / var(--base-size) * 100vw));
  z-index: 2;
  cursor: pointer;
}

.gallery__prev {
  right: calc(100% + min(15px, calc(15 / var(--base-size) * 100vw)));
}
.gallery__next {
  left: calc(100% + min(15px, calc(15 / var(--base-size) * 100vw)));
}

.gallery__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 min(35px, calc(35 / var(--base-size) * 100vw));
}
.gallery .slick-track {
  display: flex;
}
.gallery .slick-slide {
  height: auto !important;
}
.gallery__img {
  object-fit: contain;
  max-height: min(800px, calc(800 / var(--base-size) * 100vw));
  width: min(800px, calc(800 / var(--base-size) * 100vw));
  max-width: 100%;
  margin: auto;
}
.gallery__label {
  width: 100%;
  text-align: center;
  margin-top: min(34px, calc(34 / var(--base-size) * 100vw));
  font-family: Shippori Mincho;
  font-weight: 500;
  font-style: Medium;
  font-size: min(20px, calc(20 / var(--base-size) * 100vw));
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #9b0000;
}
.gallery__thums {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: min(10px, calc(10 / var(--base-size) * 100vw));
  margin: auto;

  margin-top: min(70px, calc(70 / var(--base-size) * 100vw));
  max-width: min(470px, calc(470 / var(--base-size) * 100vw));
}

.gallery__thum {
  width: 13.7%;
  position: relative;
  cursor: pointer;
}

.gallery__thum.active img {
  opacity: 0.5;
}

.gallery__thum__img {
  height: min(70px, calc(70 / var(--base-size) * 100vw));
  width: min(70px, calc(70 / var(--base-size) * 100vw));
  object-fit: cover;
  object-fit: cover;
}
.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.privilege {
  padding: min(188px, calc(188 / var(--base-size) * 100vw)) 0
    min(123px, calc(123 / var(--base-size) * 100vw));
  background-color: #ffd6d2;
  position: relative;
}

.privilege__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(./assets/img/privilege-bg.webp);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

.privilege__deco1 {
  position: absolute;
  right: calc(50% + min(257px, calc(257 / var(--base-size) * 100vw)));
  top: min(72px, calc(72 / var(--base-size) * 100vw));
  width: min(461px, calc(461 / var(--base-size) * 100vw));
}

.privilege__deco2 {
  position: absolute;
  left: calc(50% - min(110px, calc(110 / var(--base-size) * 100vw)));
  bottom: 0;
  width: min(676.12px, calc(676.12 / var(--base-size) * 100vw));
}

.privilege__deco3 {
  position: absolute;
  right: calc(50% - min(40px, calc(40 / var(--base-size) * 100vw)));
  top: min(122px, calc(122 / var(--base-size) * 100vw));
  width: min(676.12px, calc(676.12 / var(--base-size) * 100vw));
  z-index: 4;
}

.privilege__deco4 {
  position: absolute;
  left: calc(50% + min(11px, calc(11 / var(--base-size) * 100vw)));
  bottom: min(14px, calc(14 / var(--base-size) * 100vw));
  width: min(702.2px, calc(702.2 / var(--base-size) * 100vw));
}

.privilege__wrap {
  max-width: min(852px, calc(852 / var(--base-size) * 100vw));
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 5;
}

.privilege__left {
  width: 50%;
}

.privilege__label {
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #9b0000;
  text-align: center;
  display: block;
}

.privilege__ttl {
  display: inline-block;
  font-size: min(50px, calc(50 / var(--base-size) * 100vw));
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: min(75px, calc(75 / var(--base-size) * 100vw));
  color: #9b0000;
}

.privilege__large {
  text-align: left;
  font-family: Shippori Mincho;
  font-weight: 600;
  font-style: SemiBold;
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  leading-trim: NONE;
  line-height: min(38px, calc(38 / var(--base-size) * 100vw));
  letter-spacing: 0%;
  color: #9b0000;
  margin-bottom: min(13px, calc(13 / var(--base-size) * 100vw));
}

.privilege__detail {
  font-family: Shippori Mincho;
  font-weight: 500;
  font-style: Medium;
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
  leading-trim: NONE;
  line-height: 2em;
  letter-spacing: 0%;
  text-align: left;
  color: #9b0000;
}

.privilege__img {
  width: min(597px, calc(597 / var(--base-size) * 100vw));
  position: absolute;
  left: calc(50% - min(64px, calc(64 / var(--base-size) * 100vw)));
  transform: rotate(8.7deg);
  transform-origin: center;
  top: min(107px, calc(107 / var(--base-size) * 100vw));
}

.venue {
  padding: min(108px, calc(108 / var(--base-size) * 100vw)) 0
    min(163px, calc(163 / var(--base-size) * 100vw));
  position: relative;
}

.venue__deco1 {
  position: absolute;
  top: min(90px, calc(90 / var(--base-size) * 100vw));
  right: calc(50% + min(320px, calc(320 / var(--base-size) * 100vw)));
  width: min(256.23px, calc(256.23 / var(--base-size) * 100vw));
}

.venue__deco2 {
  position: absolute;
  bottom: min(153px, calc(153 / var(--base-size) * 100vw));
  left: calc(50% + min(350px, calc(350 / var(--base-size) * 100vw)));
  width: min(256.23px, calc(256.23 / var(--base-size) * 100vw));
}

.venue__wrap {
  text-align: center;
}

.venue__ttl {
  display: inline-block;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: min(50px, calc(50 / var(--base-size) * 100vw));
  color: #9b0000;
  padding: min(5px, calc(5 / var(--base-size) * 100vw)) 0;
  margin: 0 auto min(14px, calc(14 / var(--base-size) * 100vw));
  position: relative;
  width: 90%;
}

.venue__ttl::before,
.venue__ttl::after {
  display: inline-block;
  content: "";
  width: min(383.28px, calc(383.28 / var(--base-size) * 100vw));
  height: min(1px, calc(1 / var(--base-size) * 100vw));
  position: absolute;

  left: 50%;
  transform: translateX(-50%);
  background-color: #ffb6af;
}

.venue__ttl::before {
  top: 0;
}

.venue__ttl::after {
  bottom: 0;
}

.venue__sub {
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #9b0000;
  margin-bottom: min(50px, calc(50 / var(--base-size) * 100vw));
}

.venue__list {
  max-width: min(802px, calc(802 / var(--base-size) * 100vw));
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(15px, calc(15 / var(--base-size) * 100vw));
}

.venue__item {
  background-color: #ffd6d2;
  width: calc(50% - min(25px, calc(25 / var(--base-size) * 100vw)));
  text-align: left;
  position: relative;
  padding: min(15px, calc(15 / var(--base-size) * 100vw))
    min(163px, calc(152 / var(--base-size) * 100vw))
    min(15px, calc(15 / var(--base-size) * 100vw))
    min(20px, calc(20 / var(--base-size) * 100vw));
}

.venue__date {
  font-size: min(17px, calc(17 / var(--base-size) * 100vw));
  margin-bottom: min(7px, calc(7 / var(--base-size) * 100vw));
  color: #9b0000;
  font-weight: 600;
}

.venue__label {
  font-size: min(17px, calc(17 / var(--base-size) * 100vw));
  margin-bottom: min(7px, calc(7 / var(--base-size) * 100vw));
  color: #9b0000;
  font-weight: 600;
}

.venue__area {
  font-size: min(13px, calc(13 / var(--base-size) * 100vw));
  line-height: 1.3em;
  color: #9b0000;
  font-weight: 500;
}

.venue__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(152px, calc(152 / var(--base-size) * 100vw));

  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(9px, calc(9 / var(--base-size) * 100vw));

  font-family: Noto Sans JP;
  font-weight: 500;
  font-style: Medium;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: #9b0000;
  color: #ffd6d2;
}

.venue__link__inner {
  line-height: 1.3em;
  font-size: min(17px, calc(17 / var(--base-size) * 100vw));
}

.venue__link:hover {
  opacity: 0.8;
}

.venue__arrow {
  display: inline-block;
  transform: translateY(-36%);
  margin-left: min(10px, calc(10 / var(--base-size) * 100vw));
  width: min(21.27px, calc(21.27 / var(--base-size) * 100vw));
}
.info__memo{
  margin-top: min(5px, calc(5 / var(--base-size) * 100vw));
  color: #9B0000;
  font-size: min(11px, calc(11 / var(--base-size) * 100vw));
  position: relative;
  padding-left: 23px;
  min-height: 2em;
}

.info__memo::before{
  content: "備考";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E5E5E5;
  color: #646464;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 3px;
  font-size: 11px;
  line-height: 1.1em;
  text-align: center;
  border-radius: 100px;
  font-weight: 400;
  /* 縦書き */
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 18px;
  height: 33px;
  
}

.footer {
  padding: 0 0 min(106px, calc(106 / var(--base-size) * 100vw));
  text-align: center;
  font-size: min(14px, calc(14 / var(--base-size) * 100vw));
  color: #9b0000;
  font-weight: 300;
}

.slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(11px, calc(11 / var(--base-size) * 100vw));
  top: 0;
  bottom: 0;
  margin-top: min(29px, calc(29 / var(--base-size) * 100vw));
}
.slick-dots li {
  margin: 0;
  width: min(10px, calc(10 / var(--base-size) * 100vw));
  height: min(10px, calc(10 / var(--base-size) * 100vw));
}
.slick-dots li button {
  width: min(10px, calc(10 / var(--base-size) * 100vw));
  height: min(10px, calc(10 / var(--base-size) * 100vw));
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  width: min(10px, calc(10 / var(--base-size) * 100vw));
  height: min(10px, calc(10 / var(--base-size) * 100vw));

  border-radius: 50%;
  border: min(1px, calc(1 / var(--base-size) * 100vw)) solid #9b0000;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
  background-color: #9b0000;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 769px) {
  .sp-only {
    display: inline-block;
  }
  :root {
    --base-size: 393;
  }
  .concept {
    padding: calc(13 / var(--base-size) * 100vw) 0
      calc(117 / var(--base-size) * 100vw);
    overflow: hidden;
  }
  .fv {
    overflow: hidden;
  }
  .fv__batch {
    right: calc(-16 / var(--base-size) * 100vw);
    top: calc(97 / var(--base-size) * 100vw);
    width: calc(163 / var(--base-size) * 100vw);
  }

  .concept__ttl {
    font-size: calc(19 / var(--base-size) * 100vw);
    line-height: 1.53em;
    margin-bottom: calc(52 / var(--base-size) * 100vw);
  }
  .concept__detail {
    font-size: calc(14 / var(--base-size) * 100vw);
    line-height: 1.7em;
  }
  .concept__deco1 {
    top: calc(12 / var(--base-size) * 100vw);
    left: calc(-74.2 / var(--base-size) * 100vw);
    width: calc(152.23 / var(--base-size) * 100vw);
  }
  .concept__deco2 {
    width: calc(154.23 / var(--base-size) * 100vw);
    bottom: calc(-68 / var(--base-size) * 100vw);
    left: calc(-21.4 / var(--base-size) * 100vw);
  }
  .concept__deco3 {
    width: calc(105 / var(--base-size) * 100vw);
    bottom: calc(267 / var(--base-size) * 100vw);
    right: calc(-41 / var(--base-size) * 100vw);
  }

  .specialworks {
    padding: calc(34 / var(--base-size) * 100vw) 0
      calc(47 / var(--base-size) * 100vw);
    background-color: #fff;
  }
  .specialworks__ttl {
    font-size: calc(33 / var(--base-size) * 100vw);
    margin-bottom: calc(37 / var(--base-size) * 100vw);
    max-width: calc(255 / var(--base-size) * 100vw);
    border-top: calc(2 / var(--base-size) * 100vw);
    border-bottom: calc(2 / var(--base-size) * 100vw);
  }
  .specialworks__text {
    padding: calc(40 / var(--base-size) * 100vw) 0 0;
    margin: 0;
    background-color: #fff;
  }
  .specialworks__img {
    width: 100%;
  }
  .specialworks__label {
    padding: 0;
    width: calc(165 / var(--base-size) * 100vw);
    padding-left: calc(54 / var(--base-size) * 100vw);
    font-size: calc(17.5 / var(--base-size) * 100vw);
  }
  .specialworks__main {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .specialworks__detail {
    font-size: calc(21 / var(--base-size) * 100vw);
    line-height: 1.5em;
  }
  .specialworks__label--last {
    width: auto;
  }
  .specialworks__inner {
    padding-left: calc(54 / var(--base-size) * 100vw);
    padding-right: calc(37 / var(--base-size) * 100vw);
    font-size: calc(13 / var(--base-size) * 100vw);
    line-height: 2em;
    margin-top: calc(20 / var(--base-size) * 100vw);
    letter-spacing: 0;
  }
  .specialworks__row {
    margin-bottom: calc(28 / var(--base-size) * 100vw);
  }
  .specialworks__deco3 {
    bottom: calc(-12 / var(--base-size) * 100vw);
  }

  .commitment {
    padding: calc(44 / var(--base-size) * 100vw) 0
      calc(66 / var(--base-size) * 100vw);
  }
  .commitment__deco1 {
    width: min(calc(90 / var(--base-size) * 100vw), 90px);
    position: absolute;
    bottom: min(calc(409 / var(--base-size) * 100vw), 409px);
    right: auto;
    left: 0;
  }
  .commitment__ttl {
    font-size: calc(20 / var(--base-size) * 100vw);
    max-width: calc(255 / var(--base-size) * 100vw);
    margin-bottom: calc(29 / var(--base-size) * 100vw);
  }
  .commitment__catch {
    font-size: calc(13 / var(--base-size) * 100vw);
    letter-spacing: 0;
    margin-bottom: calc(18 / var(--base-size) * 100vw);
  }
  .commitment__wrap {
    flex-wrap: wrap;
    width: 96%;
  }
  .commitment__right {
    width: 100%;
    order: 0;
  }
  .commitment__left {
    width: 100%;
    order: 1;
    flex-wrap: wrap;
  }
  .commitment__left__item {
    width: 100%;
    margin-bottom: calc(20 / var(--base-size) * 100vw);
  }
  .slick-dots {
    gap: calc(11 / var(--base-size) * 100vw);
    margin-top: calc(13 / var(--base-size) * 100vw);
  }
  .slick-dots li button:before {
    width: calc(7 / var(--base-size) * 100vw);
    height: calc(7 / var(--base-size) * 100vw);
    border: calc(1 / var(--base-size) * 100vw) solid #9b0000;
    box-sizing: border-box;
  }
  .slick-dots li button {
    width: calc(7 / var(--base-size) * 100vw);
    height: calc(7 / var(--base-size) * 100vw);
  }
  .slick-dots li {
    width: calc(7 / var(--base-size) * 100vw);
    height: calc(7 / var(--base-size) * 100vw);
  }
  .commitment__left {
    padding: calc(35 / var(--base-size) * 100vw) 0 0;
  }
  .commitment__label {
    padding-left: calc(12 / var(--base-size) * 100vw);
    font-size: calc(14.7 / var(--base-size) * 100vw);
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .commitment__detail {
    font-size: calc(12 / var(--base-size) * 100vw);
    margin-bottom: calc(3 / var(--base-size) * 100vw);
    padding: 0 calc(11 / var(--base-size) * 100vw);
  }

  .profile {
    padding: calc(77 / var(--base-size) * 100vw) 0
      calc(34 / var(--base-size) * 100vw);
  }
  .profile__wrap {
    flex-wrap: wrap;
    gap: 0;
    width: 90%;
    margin: auto;
  }
  .profile__ttl {
    width: 100%;
    font-size: calc(25 / var(--base-size) * 100vw);
  }
  .specialworks__ttl--profile {
    margin-bottom: calc(27 / var(--base-size) * 100vw);
  }
  .profile__right {
    margin-top: calc(16 / var(--base-size) * 100vw);
    font-size: calc(12 / var(--base-size) * 100vw);
    line-height: 2em;
  }
  .work__ttl {
    font-size: calc(13 / var(--base-size) * 100vw);
  }
  .work__ttl__inner {
    width: 100%;
  }
  .work__ttl__inner::before {
    right: calc(26 / var(--base-size) * 100vw);
    left: auto;
  }
  .work__ttl__inner::after {
    right: calc(26 / var(--base-size) * 100vw);
    left: auto;
  }
  .work__detail {
    padding: calc(20 / var(--base-size) * 100vw) 5%
      calc(22 / var(--base-size) * 100vw);
    text-align: left;
    font-size: calc(11 / var(--base-size) * 100vw);
    line-height: 1.8em;
  }
  .gallery {
    padding: calc(75 / var(--base-size) * 100vw) 0
      calc(48 / var(--base-size) * 100vw);
    width: 100%;
    overflow: hidden;
  }
  .gallery--deco1 {
    right: calc(-30 / var(--base-size) * 100vw);
    width: calc(158.29 / var(--base-size) * 100vw);
    bottom: calc(18 / var(--base-size) * 100vw);
    top: auto;
  }
  .gallery--deco2 {
    width: calc(118.82 / var(--base-size) * 100vw);
    top: calc(-91 / var(--base-size) * 100vw);
    right: calc(-28 / var(--base-size) * 100vw);
    left: auto;
  }
  .venue {
    overflow: hidden;
  }
  .gallery__next {
    right: calc(0 / var(--base-size) * 100vw);
    left: auto;
    width: calc(10 / var(--base-size) * 100vw);
  }
  .gallery__prev {
    left: calc(0 / var(--base-size) * 100vw);
    right: auto;
    width: calc(10 / var(--base-size) * 100vw);
  }
  .privilege {
    height: calc(499 / var(--base-size) * 100vw);
    overflow: hidden;
  }
  .privilege__ttl {
    font-size: calc(23 / var(--base-size) * 100vw);
  }
  .privilege__label {
    font-size: calc(16 / var(--base-size) * 100vw);
  }
  .privilege__ttl {
    position: absolute;
    left: calc(72 / var(--base-size) * 100vw);
    margin: 0;
    top: calc(59 / var(--base-size) * 100vw);
    z-index: 6;
  }
  .privilege__wrap {
    position: static;
  }
  .privilege__deco1 {
    right: auto;
    left: calc(-51.89 / var(--base-size) * 100vw);
    top: calc(5.5 / var(--base-size) * 100vw);
    width: calc(200.69 / var(--base-size) * 100vw);
  }
  .privilege__deco2 {
    right: calc(-90 / var(--base-size) * 100vw);
    left: auto;
    bottom: calc(93 / var(--base-size) * 100vw);
    width: calc(282.87 / var(--base-size) * 100vw);
  }
  .privilege__deco3 {
    right: auto;
    left: calc(-16.3 / var(--base-size) * 100vw);
    top: calc(26 / var(--base-size) * 100vw);
    width: calc(294.18 / var(--base-size) * 100vw);
  }
  .privilege__deco4 {
    left: auto;
    right: calc(-151 / var(--base-size) * 100vw);
    bottom: calc(106 / var(--base-size) * 100vw);
    width: calc(293.79 / var(--base-size) * 100vw);
  }
  .privilege__img {
    width: calc(333.25 / var(--base-size) * 100vw);
    left: calc(32 / var(--base-size) * 100vw);
    transform: rotate(5.7deg);
    transform-origin: center;
    top: calc(113 / var(--base-size) * 100vw);
  }
  .privilege__large {
    font-size: calc(20 / var(--base-size) * 100vw);
    line-height: 1.25em;
    margin-bottom: calc(5 / var(--base-size) * 100vw);
  }
  .privilege__detail {
    font-size: calc(12 / var(--base-size) * 100vw);
    line-height: 1.75em;
  }
  .privilege__under {
    position: absolute;
    bottom: calc(20 / var(--base-size) * 100vw);
    left: calc(42 / var(--base-size) * 100vw);
    z-index: 6;
  }
  .venue {
    padding: calc(41 / var(--base-size) * 100vw) 0
      calc(54 / var(--base-size) * 100vw);
    overflow: hidden;
  }
  .venue__ttl {
    font-size: calc(33 / var(--base-size) * 100vw);
  }
  .venue__ttl::before,
  .venue__ttl::after {
    width: calc(251.65 / var(--base-size) * 100vw);
  }
  .venue__sub {
    font-size: calc(20 / var(--base-size) * 100vw);
    margin-bottom: calc(38 / var(--base-size) * 100vw);
  }
  .venue__item {
    width: 100%;
    padding: calc(11 / var(--base-size) * 100vw)
      calc(163 / var(--base-size) * 100vw) calc(11 / var(--base-size) * 100vw)
      calc(15 / var(--base-size) * 100vw);
  }
  .venue__list {
    width: 94%;
  }
  .venue__date {
    font-size: calc(16 / var(--base-size) * 100vw);
    line-height: 1em;
  }
  .venue__label {
    font-size: calc(16 / var(--base-size) * 100vw);
    line-height: 1em;
    margin-bottom: calc(7 / var(--base-size) * 100vw);
  }
  .venue__area {
    font-size: calc(11 / var(--base-size) * 100vw);
  }

  .info__memo {
    color: #9b0000;
    font-size: calc(11 / var(--base-size) * 100vw);
  }

  .venue__deco1 {
    position: absolute;
    top: calc(95 / var(--base-size) * 100vw);
    right: calc(-62 / var(--base-size) * 100vw);
    width: calc(193.23 / var(--base-size) * 100vw);
  }
  .venue__deco2 {
    bottom: calc(2 / var(--base-size) * 100vw);
    left: calc(-4 / var(--base-size) * 100vw);
    width: calc(137 / var(--base-size) * 100vw);
  }
  .specialworks__img {
    position: relative;
    z-index: 1;
  }
  .specialworks__deco1 {
    right: 0;
    transform: translateX(50%);
    top: calc(250 / var(--base-size) * 100vw);
    width: calc(212 / var(--base-size) * 100vw);
  }

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

  .gallery__thum__img {
    width: calc(45 / var(--base-size) * 100vw);
    height: calc(45 / var(--base-size) * 100vw);
  }
  .profile__deco1 {
    display: none;
  }

  .profile__deco2 {
    display: none;
  }

  .specialworks__deco2 {
    display: none;
  }
  .footer{
    font-size: 12px;
    width: 90%;
    margin: auto;
  }
}
