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

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

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;
}
.main {
  background-image: url(./assets/img/body-back.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: min(2440px, calc(2440 / var(--base-size) * 100vw)) auto;
  overflow: hidden;
}

.main__bg {
  max-width: min(1440px, calc(1440 / var(--base-size) * 100vw));
  width: 100%;
  margin: 0 auto;
  background-image: url(./assets/img/main-back.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: visible;
  background-color: #fff;
}

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

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

.about__wrap {
  width: 100%;
  max-width: min(1440px, calc(1440 / var(--base-size) * 100vw));
  margin-top: min(-54px, calc(-54 / var(--base-size) * 100vw));
}

.about__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: min(5px, calc(5 / var(--base-size) * 100vw));
  width: 96%;
  max-width: min(1440px, calc(1440 / var(--base-size) * 100vw));
  margin: 0 auto;
  position: relative;
  top: min(54px, calc(54 / var(--base-size) * 100vw));
  z-index: 1;
}

.about__img {
  width: min(342px, calc(342 / var(--base-size) * 100vw));
}
.about__img2 {
  margin-top: min(27px, calc(27 / var(--base-size) * 100vw));
}

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

.about__box {
  padding: min(187px, calc(187 / var(--base-size) * 100vw))
    min(85px, calc(85 / var(--base-size) * 100vw))
    min(53px, calc(53 / var(--base-size) * 100vw));
  max-width: min(852px, calc(852 / var(--base-size) * 100vw));
  margin: 0 min(127px, calc(127 / var(--base-size) * 100vw)) 0 auto;
  position: relative;
  background-image: url(./assets/img/about-back.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #646464;
  overflow: visible;
}

.about__deco {
  position: absolute;
  left: 0;
  top: 0;
  width: min(1481px, calc(1481 / var(--base-size) * 100vw));
}

.about__ttl {
  font-size: min(70px, calc(70 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1.2em;
  position: absolute;
  left: min(-267px, calc(-267 / var(--base-size) * 100vw));
  top: min(62px, calc(62 / var(--base-size) * 100vw));
  color: #646464;
  letter-spacing: -0.1em;
  z-index: 1;
}

.about__label {
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: min(30px, calc(30 / var(--base-size) * 100vw));
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}

.about__text {
  font-size: min(18px, calc(18 / var(--base-size) * 100vw));
  line-height: 2.2em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  z-index: 1;
}

.message {
  padding: min(113px, calc(113 / var(--base-size) * 100vw)) 0
    min(124px, calc(124 / var(--base-size) * 100vw));
  position: relative;
  z-index: 2;
}

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

.message__ttl {
  font-size: min(45px, calc(45 / var(--base-size) * 100vw));
  line-height: 1em;
  margin-bottom: min(55px, calc(55 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: #646464;
  letter-spacing: -0.1em;
}

.message__detail {
  font-size: min(18px, calc(18 / var(--base-size) * 100vw));
  line-height: 2.2em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  color: #646464;
}

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

.present__wrap {
  background-image: url(./assets/img/present-back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: min(1440px, calc(1440 / var(--base-size) * 100vw));
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: min(676px, calc(676 / var(--base-size) * 100vw));
}

.present__ttl {
  position: absolute;
  left: 0;
  top: 0;
}

.present__label {
  padding-left: min(130px, calc(130 / var(--base-size) * 100vw));
  padding-top: min(17px, calc(17 / var(--base-size) * 100vw));
  padding-right: min(14px, calc(14 / var(--base-size) * 100vw));
  padding-bottom: min(3px, calc(3 / var(--base-size) * 100vw));
  font-size: min(55px, calc(55 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1em;
  color: #fce7ff;
  background-color: #787878;
  display: inline-block;
}

.present__sub {
  padding-left: min(130px, calc(130 / var(--base-size) * 100vw));
  padding-bottom: min(10px, calc(10 / var(--base-size) * 100vw));
  padding-right: min(10px, calc(10 / var(--base-size) * 100vw));
  font-size: min(34px, calc(34 / var(--base-size) * 100vw));
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 1em;
  color: #fce7ff;
  background-color: #787878;
  display: inline-block;
  transform: translateY(min(-1px, calc(-1 / var(--base-size) * 100vw)));
}

.present__img {
  position: absolute;
  right: min(111px, calc(111 / var(--base-size) * 100vw));
  top: min(39px, calc(39 / var(--base-size) * 100vw));
  width: min(712px, calc(712 / var(--base-size) * 100vw));
}

.present__text {
  position: absolute;
  display: inline-block;
  left: 0;
  top: min(171px, calc(171 / var(--base-size) * 100vw));
}

.present__top {
  display: inline-block;
  padding: min(8px, calc(8 / var(--base-size) * 100vw))
    min(402px, calc(402 / var(--base-size) * 100vw))
    min(8px, calc(8 / var(--base-size) * 100vw))
    min(131px, calc(131 / var(--base-size) * 100vw));
  background: linear-gradient(to right, #befdff, #fdf1ff);
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.5em;
  color: #646464;
}

.present__bottom {
  display: inline-block;
  padding: min(19px, calc(19 / var(--base-size) * 100vw))
    min(402px, calc(402 / var(--base-size) * 100vw))
    min(8px, calc(8 / var(--base-size) * 100vw))
    min(117px, calc(117 / var(--base-size) * 100vw));
  background: linear-gradient(to left, #befdff, #fdf1ff);
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.5em;
  color: #646464;
}

.present__small {
  font-size: min(25px, calc(25 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.4em;
  color: #646464;
}

.present__large {
  font-size: min(45px, calc(45 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1.3em;
  color: #646464;
}

.present__link {
  padding: min(27px, calc(27 / var(--base-size) * 100vw))
    min(93px, calc(93 / var(--base-size) * 100vw))
    min(27px, calc(27 / var(--base-size) * 100vw))
    min(33px, calc(33 / var(--base-size) * 100vw));
  background-color: #787878;
  color: #fce7ff;
  font-size: min(34px, calc(34 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.gallery {
  background-image: url(./assets/img/gallery-back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery__wrap {
  position: relative;
  padding: min(150px, calc(150 / var(--base-size) * 100vw)) 0
    min(22px, calc(22 / var(--base-size) * 100vw));
  width: 100%;
  max-width: min(1440px, calc(1440 / var(--base-size) * 100vw));
  margin: 0 auto;
}

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

.gallery__prev {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery__next {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery__slider {
  width: min(900px, calc(900 / var(--base-size) * 100vw));
  max-width: 100%;
  margin: auto;
  position: relative;
  background-color: #fff;
}

.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__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: min(900px, calc(900 / var(--base-size) * 100vw));
}
.gallery .slick-track {
  display: flex;
}
.gallery .slick-slide {
  height: min(900px, calc(900 / var(--base-size) * 100vw)) !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: "Noto Serif JP", serif;
  font-weight: 400;
  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: #646464;
}
.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(55px, calc(55 / var(--base-size) * 100vw));
  max-width: min(550px, calc(550 / var(--base-size) * 100vw));
}


.gallery__sub{
   font-size:  min(14px, calc(14 / var(--base-size) * 100vw));
    margin-top:  min(15px, calc(15 / var(--base-size) * 100vw));
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: Medium;
      color: #646464;
      line-height: 1em;
  }

.gallery__thum {
  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;
}

.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}
.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.gallery__artist {
  text-align: center;
  font-size: min(18px, calc(18 / var(--base-size) * 100vw));
  margin-top: min(10px, calc(10 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #646464;
}

.gallery__note {
  text-align: center;
  margin-top: min(80px, calc(80 / var(--base-size) * 100vw));
  font-size: min(12px, calc(12 / var(--base-size) * 100vw));
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #646464;
}

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

.artist__wrap {
  width: 100%;
  max-width: min(1440px, calc(1440 / var(--base-size) * 100vw));
  margin: 0 auto;
  position: relative;
  padding: min(112px, calc(112 / var(--base-size) * 100vw)) 0 0;
}

.artist__item {
  background: #fff;
  margin-bottom: min(30px, calc(30 / var(--base-size) * 100vw));
}

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

.artist__txt {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.artist__txt__inner {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: min(53px, calc(53 / var(--base-size) * 100vw)) 0
    min(57px, calc(57 / var(--base-size) * 100vw))
    min(200px, calc(200 / var(--base-size) * 100vw));
  position: relative;
  gap: min(40px, calc(40 / var(--base-size) * 100vw));
}

.artist__thum {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transition: 0.5s width ease-out;
}

.artist__thum.hover {
  width: 0;
}

.artist__name {
  font-size: min(40px, calc(40 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1em;
  color: #646464;
}

.artist__name_en {
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 1em;
  color: #646464;
}

.artist__content {
  padding-left: min(200px, calc(200 / var(--base-size) * 100vw));
  display: flex;
  display: none;
}

.artist__left {
  width: min(516px, calc(516 / var(--base-size) * 100vw));
  padding-right: min(34px, calc(34 / var(--base-size) * 100vw));
  overflow-y: scroll;
  max-height: min(724px, calc(724 / var(--base-size) * 100vw));
}

.artist__right {
  width: min(724px, calc(724 / var(--base-size) * 100vw));
  height: min(724px, calc(724 / var(--base-size) * 100vw));
  object-fit: cover;
}

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

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

.artist__text {
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
  line-height: 2em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #646464;
  position: relative;
  letter-spacing: 0em;
}

.artist__text--last {
  padding-bottom: min(30px, calc(30 / var(--base-size) * 100vw));
}

.artist__line {
  width: 100%;
  margin: min(30px, calc(30 / var(--base-size) * 100vw)) 0;
  height: 0.25px;
  background-color: #646464;
}

.printmaking__wrap {
  width: 100%;
  padding: min(200px, calc(200 / var(--base-size) * 100vw))
    min(126px, calc(126 / var(--base-size) * 100vw))
    min(152px, calc(152 / var(--base-size) * 100vw))
    min(136px, calc(136 / var(--base-size) * 100vw));
  max-width: min(1440px, calc(1440 / var(--base-size) * 100vw));
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  background: linear-gradient(to right bottom, #fffef0, #f8e4a3);
}

.printmaking__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

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

.printmaking__label {
  margin-bottom: min(30px, calc(30 / var(--base-size) * 100vw));
  font-size: min(25px, calc(25 / var(--base-size) * 100vw));
  padding: min(8px, calc(8 / var(--base-size) * 100vw))
    min(6px, calc(6 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  line-height: 1em;
  color: #646464;
  background-color: #fff;
  display: inline-block;
}

.printmaking__detail {
  padding: 0 min(7px, calc(7 / var(--base-size) * 100vw));
  font-size: min(18px, calc(18 / var(--base-size) * 100vw));
  line-height: 1.8em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #646464;
  position: relative;
  margin-bottom: min(60px, calc(60 / var(--base-size) * 100vw));
}

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

.venue__wrap {
  position: relative;
  padding: min(182px, calc(182 / var(--base-size) * 100vw)) 0
    min(143px, calc(143 / var(--base-size) * 100vw));
  width: 100%;
  max-width: min(1440px, calc(1440 / var(--base-size) * 100vw));
  margin: 0 auto;
}

.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: #fff;
  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(20px, calc(20 / var(--base-size) * 100vw));
  margin-bottom: 0;
  color: #646464;
  font-weight: 600;
}

.venue__label {
  font-size: min(16px, calc(16 / var(--base-size) * 100vw));
  color: #646464;
  font-weight: 600;
}

.venue__area {
  font-size: min(13px, calc(13 / var(--base-size) * 100vw));
  line-height: 1.3em;
  color: #646464;
  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: linear-gradient(to right, #fad3ff, #afe8ff);
  color: #646464;
}

.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: #646464;
  font-size: min(10px, calc(10 / 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;
}

.cta-batch {
  position: fixed;
  bottom: min(11px, calc(11 / var(--base-size) * 100vw));
  right: min(11px, calc(11 / var(--base-size) * 100vw));
  z-index: 5;
  width: min(164px, calc(164 / var(--base-size) * 100vw));
}

.hum {
  position: fixed;
  top: min(10px, calc(10 / var(--base-size) * 100vw));
  right: min(10px, calc(10 / var(--base-size) * 100vw));
  z-index: 5;
  width: min(84px, calc(84 / var(--base-size) * 100vw));
  height: min(84px, calc(84 / var(--base-size) * 100vw));
  border-radius: min(100px, calc(100 / var(--base-size) * 100vw));
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: min(1px, calc(1 / var(--base-size) * 100vw)) solid #fff;
}

.hum__line {
  display: inline-block;
  width: min(39px, calc(39 / var(--base-size) * 100vw));
  position: relative;
  height: min(26px, calc(26 / var(--base-size) * 100vw));
}

.hum__line__top {
  position: absolute;
  top: 0;
  width: min(39px, calc(39 / var(--base-size) * 100vw));
  height: min(1px, calc(1 / var(--base-size) * 100vw));
  background-color: #646464;
}

.hum__line__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(27px, calc(27 / var(--base-size) * 100vw));
  height: min(1px, calc(1 / var(--base-size) * 100vw));
  background-color: #646464;
  transform: translate(-50%, -50%);
}

.hum__line__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(19px, calc(19 / var(--base-size) * 100vw));
  height: min(1px, calc(1 / var(--base-size) * 100vw));
  background-color: #646464;
  transform: translateX(-50%);
}

.hum-nav {
  position: fixed;
  top: 0;
  right: 0%;
  width: min(483px, calc(483 / var(--base-size) * 100vw));
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  z-index: 10;
  padding-top: min(118px, calc(118 / var(--base-size) * 100vw));
  transition: 0.3s;
}
.hum-nav.close {
  transform: translateX(100%);
}

.hum-nav__link {
  display: block;
  padding-left: min(80px, calc(80 / var(--base-size) * 100vw));
  margin-bottom: min(20px, calc(20 / var(--base-size) * 100vw));
}

.hum-nav__link--cta {
  padding: min(13px, calc(13 / var(--base-size) * 100vw)) 0
    min(13px, calc(13 / var(--base-size) * 100vw))
    min(80px, calc(80 / var(--base-size) * 100vw));
  background-color: #fff;
}

.hum-nav__link__cta {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-size: min(30px, calc(30 / var(--base-size) * 100vw));
  line-height: 1em;
  color: #646464;
  display: block;
}

.hum-nav__link__large {
  font-size: min(20px, calc(20 / var(--base-size) * 100vw));
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #646464;
}

.hum-nav__link__small {
  display: block;
  color: #646464;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: min(15px, calc(15 / var(--base-size) * 100vw));
}

.hum-nav__close {
  width: min(28px, calc(28 / var(--base-size) * 100vw));
  position: absolute;
  right: min(40px, calc(40 / var(--base-size) * 100vw));
  top: min(40px, calc(40 / var(--base-size) * 100vw));
  cursor: pointer;
}

.sp-only {
  display: none;
}

.footer {
  text-align: center;
  margin: 50px auto 90px;
  font-size: 14px;
  line-height: 2em;
  color: #646464;
}

.artist__arrow {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  transition: 0.3s;
}

.artist__arrow.open {
  transform: translateY(-50%) rotateX(180deg);
}

.slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #646464;
}

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

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

.slick-dots {
  background-color: #fff;
  padding: 7px 12px;
  border-radius: 100px;
  display: inline-flex;
  gap: 17px;
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  margin: 15px auto 0;
}

.printmaking__left {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  :root {
    --base-size: 393;
  }
  .main__bg {
    background-image: url(./assets/img/main-back-sp.webp);
  }
  .cta-batch {
    position: fixed;
    bottom: calc(10 / var(--base-size) * 100vw);
    right: calc(10 / var(--base-size) * 100vw);
    z-index: 5;
    width: calc(100vw - calc(20 / var(--base-size) * 100vw));
}

.main__bg {
    background-image: url(./assets/img/main-back-sp.webp);
}

.about__top {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.about__wrap {
    margin: 0;
}

.about__img {
    width: calc(217 / var(--base-size) * 100vw);
    display: block;
}
.about__img1 {
    margin-left: auto;
}

.about__img2 {
    margin: calc(4 / var(--base-size) * 100vw) auto;
}

.about__img3 {
    margin: 0;
}

.about__box {
    width: calc(100% - calc(26 / var(--base-size) * 100vw));
    margin: auto;
    max-width: none;
    padding: calc(30 / var(--base-size) * 100vw) calc(23 / var(--base-size) * 100vw) calc(37 / var(--base-size) * 100vw);
    margin-top: -calc(13 / var(--base-size) * 100vw);
}

.about__ttl {
    position: relative;
    left: 0;
    top: 0;
    font-size: calc(41 / var(--base-size) * 100vw);
    margin-bottom: calc(23 / var(--base-size) * 100vw);
}

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

.about__text {
    font-size: calc(13 / var(--base-size) * 100vw);
    line-height: 1.73em;
}

.message {
    padding: calc(23 / var(--base-size) * 100vw) 0 calc(47 / var(--base-size) * 100vw);
}
.message__ttl {
    margin-bottom: calc(17 / var(--base-size) * 100vw);
    font-size: calc(25 / var(--base-size) * 100vw);
}
.message__detail {
    font-size: calc(12 / var(--base-size) * 100vw);
    letter-spacing: 0.05em;
}
.present {
    padding: calc(30 / var(--base-size) * 100vw) 0;
}
.present__wrap {
    height: auto;
    padding-top: calc(85 / var(--base-size) * 100vw);
    padding-bottom: calc(25 / var(--base-size) * 100vw);
}
.present__label {
    font-size: calc(30 / var(--base-size) * 100vw);
    padding: calc(10 / var(--base-size) * 100vw) calc(8 / var(--base-size) * 100vw) calc(3 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
}
.present__sub {
    padding: 0 calc(5 / var(--base-size) * 100vw) calc(6 / var(--base-size) * 100vw) calc(23 / var(--base-size) * 100vw);
    font-size: calc(20 / var(--base-size) * 100vw);
}
.present__text {
    position: static;
}
.present__top {
    padding: calc(10 / var(--base-size) * 100vw) calc(0 / var(--base-size) * 100vw) calc(0 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
    font-size: calc(14 / var(--base-size) * 100vw);
    width: calc(337 / var(--base-size) * 100vw);
}
.present__bottom {
    padding: calc(0 / var(--base-size) * 100vw) calc(0 / var(--base-size) * 100vw) calc(11 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
    width: calc(337 / var(--base-size) * 100vw);
    line-height: 1em;
}
.present__img {
    position: static;
    width: calc(289 / var(--base-size) * 100vw);
    display: block;
    margin: 0 auto;
    height: auto;
    margin-top: -calc(4 / var(--base-size) * 100vw);
}
.present__small {
    font-size: calc(15 / var(--base-size) * 100vw);
    line-height: 1em;
}
.present__large {
    font-size: calc(25 / var(--base-size) * 100vw);
    line-height: 1em;
}

.present__link {
    font-size: calc(18 / var(--base-size) * 100vw);
    padding: calc(13 / var(--base-size) * 100vw) calc(14 / var(--base-size) * 100vw) calc(13 / var(--base-size) * 100vw) calc(10 / var(--base-size) * 100vw);
}

.gallery__wrap {
    padding: calc(80 / var(--base-size) * 100vw) 0 calc(14 / var(--base-size) * 100vw);
}
.gallery .slick-slide {
    height: calc(420 / var(--base-size) * 100vw) !important;
}
.gallery__box {
    width: 100%;
}
.gallery__img {
    object-fit: contain;
    max-height: min(calc(300 / var(--base-size) * 100vw), calc(300 / var(--base-size) * 100vw));
    width: min(calc(300 / var(--base-size) * 100vw), calc(300 / var(--base-size) * 100vw));
    max-width: 100%;
    margin: auto;
}
.gallery__label {
    font-size: calc(15 / var(--base-size) * 100vw);
    margin-top: calc(11 / var(--base-size) * 100vw);
    font-weight: 400;
}
.gallery__artist {
    font-size: calc(12 / var(--base-size) * 100vw);
}

.gallery__sub{
   font-size: calc(10 / var(--base-size) * 100vw);
  margin-top: calc(10 / var(--base-size) * 100vw);
  }
.gallery__thums {
    width: calc(270 / var(--base-size) * 100vw);
    gap: calc(5 / var(--base-size) * 100vw);
    margin-top: calc(27 / var(--base-size) * 100vw);
}
.gallery__thum {
    width: calc(50 / var(--base-size) * 100vw);
}
.gallery__thum__img {
    height: calc(50 / var(--base-size) * 100vw);
    width: calc(50 / var(--base-size) * 100vw);
}
.gallery__note {
    text-align: center;
    margin-top: calc(30 / var(--base-size) * 100vw);
    font-size: calc(10 / var(--base-size) * 100vw);
}
.artist__thum {
    position: static;
    transform: translateX(0) !important;
    width: 100% !important;
}
.artist__txt {
}

.artist__txt__inner {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: calc(0 / var(--base-size) * 100vw);
    padding: calc(16 / var(--base-size) * 100vw) calc(0 / var(--base-size) * 100vw);
}

.artist__name {
    font-size: calc(25 / var(--base-size) * 100vw);
    padding-left: calc(20 / var(--base-size) * 100vw);
}

.artist__content {
    padding: 0;
    flex-wrap: wrap;
}

.artist__right {
    order: 1;
    width: 100%;
    height: auto;
}


  .artist__left {
    width: 100%;
    order: 2;
    padding: 0;
    overflow: auto;
    max-height: none;
  }

  .artist__text {
    padding: 0 calc(20 / var(--base-size) * 100vw) calc(20 / var(--base-size) * 100vw);
    font-size: calc(15 / var(--base-size) * 100vw);
  }

  .artist__name_en {
    font-size: calc(20 / var(--base-size) * 100vw);
    padding-left: calc(15 / var(--base-size) * 100vw);
  }

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

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

  .printmaking__wrap {
    padding: calc(89 / var(--base-size) * 100vw) calc(22 / var(--base-size) * 100vw) calc(29 / var(--base-size) * 100vw);
    background: none;
    position: relative;
  }

  .printmaking__wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: linear-gradient(to right bottom, #fffef0 30%, #f8e4a3 60%);
  }

  .printmaking__box {
    flex-wrap: wrap;
  }
  .printmaking__left {
    width: 100%;
  }
  .sns__nav {
    margin: calc(20 / var(--base-size) * 100vw) 0;
    justify-content: center;
    gap: calc(20 / var(--base-size) * 100vw);
  }
  .artist__txt {
    align-items: flex-end;
  }
  .artist__right {
    margin: calc(20 / var(--base-size) * 100vw) 0;
  }
  .sns__link {
    width: calc(20 / var(--base-size) * 100vw);
  }
  .artist__item {
    margin-bottom: calc(10 / var(--base-size) * 100vw);
  }
  .artist__item--last {
    margin-bottom: 0;
  }
  .artist {
    padding: calc(30 / var(--base-size) * 100vw) 0;
  }
  .printmaking__right {
    order: 1;
  }

  .printmaking__left {
    order: 2;
  }

  .printmaking__label {
    margin-bottom: calc(15 / var(--base-size) * 100vw);
    font-size: calc(20 / var(--base-size) * 100vw);
    padding: calc(10 / var(--base-size) * 100vw) 0;
    display: block;
    text-align: center;
  }
  .printmaking__detail {
    padding: 0;
    font-size: calc(15 / var(--base-size) * 100vw);
    line-height: 1.6em;
    color: #646464;
    position: relative;
    letter-spacing: 0;
    margin-bottom: calc(28 / var(--base-size) * 100vw);
  }
  .printmaking__detail--last {
    margin-bottom: 0;
  }
  .printmaking__left {
    margin-top: calc(25 / var(--base-size) * 100vw);
  }
  .venue__wrap {
    padding: calc(91 / var(--base-size) * 100vw) 0 calc(61 / var(--base-size) * 100vw);
  }
  .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;
    margin-bottom: calc(7 / var(--base-size) * 100vw);
  }
  .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 {
    font-size: calc(11 / var(--base-size) * 100vw);
  }
  .about {
    padding-top: calc(12 / var(--base-size) * 100vw);
  }
  .artist__wrap {
    padding-top: calc(69 / var(--base-size) * 100vw);
  }
  .about__deco {
    width: calc(367 / var(--base-size) * 100vw);
    left: calc(10 / var(--base-size) * 100vw);
  }
  .about__box {
    background-image: url(./assets/img/about-back-sp.webp);
  }

  .footer {
    text-align: center;
    margin: calc(50 / var(--base-size) * 100vw) auto calc(90 / var(--base-size) * 100vw);
    font-size: calc(10 / var(--base-size) * 100vw);
    padding: 0 5%;
  }

    .hum{
      right: calc(-20 / var(--base-size) * 100vw);
      top: calc(-20 / var(--base-size) * 100vw);
    }

  .hum-nav {
    width: 100%;
  }
  .hum-nav__link {
    padding-left: 0;
    text-align: center;
  }
  .hum{
    width: calc(70 / var(--base-size) * 100vw);
    height: calc(70 / var(--base-size) * 100vw);
  }
  .hum__line{
    position: relative;
    left: calc(-6 / var(--base-size) * 100vw);
    bottom:  calc(-6 / var(--base-size) * 100vw);
  }
  .hum__line{
    width: calc(21 / var(--base-size) * 100vw);
    height: calc(18 / var(--base-size) * 100vw);
  }

  .hum__line__top {
    position: absolute;
    top: 0;
    width: min(21px, calc(21 / var(--base-size) * 100vw));
    height: 1px;
    background-color: #646464;
}

.hum__line__center {
    left: auto;
    right: 0;
    width: min(14px, calc(14 / var(--base-size) * 100vw));
    height: 1px;
    transform: translateY(-50%);
}
.hum__line__bottom{
  width: min(10px, calc(10 / var(--base-size) * 100vw));
  transform: translate(0);
}

}
