.breadcrumbs {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: var(--font-mideum);
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 3.2vw;
    margin-top: 6.6666666667vw;
  }
}
.breadcrumbs__arrow {
  margin-inline: 1em;
}
.page-wrapper {
  padding-top: var(--header-height);
}
@media (max-width: 767px) {
  .page-wrapper {
    padding-top: 0;
  }
}
.page-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-kv {
    height: 80vw;
    padding-top: var(--header-height);
  }
}
.page-content {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page-content {
    margin-top: 16vw;
    margin-bottom: 10.6666666667vw;
  }
}

.page-header {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .page-header {
    margin-bottom: 8vw;
  }
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-title {
    font-size: 7.3333333333vw;
  }
}
.page-title__en {
  font-family: var(--font-en);
  font-size: 60px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-title__en {
    font-size: 9.6vw;
  }
}
.page-title__jp {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-title__jp {
    font-size: 5.6vw;
  }
}

.header {
  background: #fff;
  position: relative;
  pointer-events: none;
}
.header a,
.header button {
  pointer-events: auto;
}
.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding-left: 50px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .header__container {
    height: 13.3333333333vw;
    padding-left: 6.6666666667vw;
    padding-right: 1.3333333333vw;
  }
}
.header__logo {
  font-family: var(--font-en);
  font-size: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .header__logo {
    margin-top: 0.1em;
  }
}
.header__logo a {
  color: var(--color-default);
}
.header__menuBtn {
  width: 80px;
  height: 80px;
  background: #fff;
  color: var(--color-default);
  margin-left: auto;
  position: relative;
}
@media (max-width: 767px) {
  .header__menuBtn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

#interview .page-kv {
  background: url(../img/interview_kv.jpg) 50%/cover no-repeat;
}
@media (max-width: 767px) {
  #interview .page-kv {
    background-image: url(../img/interview_kv@sp.jpg);
  }
}

#shrine .page-kv {
  background: url(../img/shrine_kv.jpg) 50%/cover no-repeat;
}
@media (max-width: 767px) {
  #shrine .page-kv {
    background-image: url(../img/shrine_kv@sp.jpg);
  }
}

#crafts .page-kv {
  background: url(../img/crafts_kv.jpg) 50%/cover no-repeat;
}
@media (max-width: 767px) {
  #crafts .page-kv {
    background-image: url(../img/crafts_kv@sp.jpg);
  }
}

.craftsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px;
}
@media (max-width: 767px) {
  .craftsItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}

.craftsItem {
  width: calc((100% - 110px) / 3);
}
@media (max-width: 767px) {
  .craftsItem {
    width: 100%;
  }
}
.craftsItem__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .craftsItem__detail {
    margin-top: 4vw;
  }
}
.craftsItem__img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .craftsItem__img {
    border-radius: 2.6666666667vw;
  }
}
.craftsItem__title {
  font-size: 15px;
}
@media (max-width: 767px) {
  .craftsItem__title {
    font-size: 4vw;
  }
}

.crafts__content {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .crafts__content {
    padding-top: 13.3333333333vw;
  }
}
.crafts__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media (max-width: 767px) {
  .crafts__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12vw;
  }
}
.crafts__figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 460px;
}
@media (max-width: 767px) {
  .crafts__figure {
    width: 100%;
  }
}
.crafts__detail {
  width: 100%;
  padding-top: 10px;
  font-size: 15px;
}
.crafts__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .crafts__title {
    font-size: 5.6vw;
    margin-bottom: 8vw;
  }
}

.craftsSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .craftsSlider {
    gap: 5.3333333333vw;
  }
}
.craftsSlider__thumbnailSlide {
  width: 130px;
  height: 130px;
}
@media (max-width: 767px) {
  .craftsSlider__thumbnailSlide {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.craftsSlider__thumbnail .splide__track--nav > .splide__list > .splide__slide {
  border: none;
}
.craftsSlide {
  overflow: hidden;
}
.craftsSlide__img {
  width: 100%;
  height: 100%;
}
.craftsSlide__img.--thumbnail {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.mediaText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  padding-top: 100px;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .mediaText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
    padding-top: 13.3333333333vw;
    margin-top: 16vw;
  }
}
.mediaText.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .mediaText.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mediaText:after {
  content: "";
  display: block;
  width: max(calc(50% + 280px), 69.4444444444vw);
  height: 500px;
  background-image: url(../img/ptn_2.jpg);
  background-size: 128px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .mediaText:after {
    width: 81.3333333333vw;
    height: calc(100% - 13.3333333333vw);
    left: -5.3333333333vw;
  }
}
.mediaText.--reverse:after {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .mediaText.--reverse:after {
    left: -5.3333333333vw;
    right: auto;
  }
}
.mediaText__media {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 480px;
}
@media (max-width: 767px) {
  .mediaText__media {
    width: 100%;
  }
}
.mediaText__media :where(picture) {
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mediaText__media :where(picture) {
    margin-bottom: 6.6666666667vw;
  }
}
.mediaText__media :where(picture):last-child {
  margin-bottom: 0;
}
.mediaText__text {
  width: 550px;
}
@media (max-width: 767px) {
  .mediaText__text {
    width: 100%;
  }
}
.mediaText__text :where(h2) {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.27em;
  margin-bottom: calc(50px - 0.5em);
}
@media (max-width: 767px) {
  .mediaText__text :where(h2) {
    font-size: 5.3333333333vw;
    margin-bottom: calc(10.6666666667vw - 0.5em);
  }
}
.mediaText__text :where(h2):first-child {
  margin-top: -0.5em;
}
.mediaText__text :where(h2):last-child {
  margin-bottom: -0.5em;
}
.mediaText__text :where(p) {
  font-size: 15px;
  margin-block: 1.8em;
}
@media (max-width: 767px) {
  .mediaText__text :where(p) {
    font-size: 3.7333333333vw;
  }
}
.mediaText__text :where(p):first-child {
  margin-top: -0.4em;
}
.mediaText__text :where(p):last-child {
  margin-bottom: -0.4em;
}
@media (max-width: 767px) {
  .mediaText__text :where(picture) {
    display: block;
    margin-block: 5.3333333333vw;
  }
  .mediaText__text :where(picture):first-child {
    margin-bottom: 0;
  }
  .mediaText__text :where(picture):last-child {
    margin-bottom: 0;
  }
}