.adjust-sp {
  letter-spacing: 0.1em;
}

.page-header__bread {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
}

a.page-header__bread-item,
.page-header__bread-item {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(17 / 12);
}

.page-header__bread-item {
  align-items: center;
  display: flex;
  gap: 6px;
}
.page-header__bread-item:first-child {
  border-bottom: 1px solid #fff;
}
.page-header__bread-item:not(:first-child) {
  opacity: 0.7;
}
.page-header__bread-item:not(:first-child)::before {
  background-color: #ef0910;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7px;
  width: 6px;
}

.c-noise {
  position: relative;
  z-index: 1;
}
.c-noise::before {
  background: url(../images/noise.png) repeat center center;
  background-size: 456px 280px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.main__wrap {
  position: relative;
  z-index: 2;
}

a.c-btn-arrow {
  align-items: center;
  display: flex;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
a.c-btn-arrow:hover {
  opacity: 1;
}
a.c-btn-arrow:hover p::after {
  width: 100%;
}
a.c-btn-arrow > p {
  font-size: 14px;
  position: relative;
}
a.c-btn-arrow > p::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
a.c-btn-arrow::after {
  background: url(../images/arrow_cycle.svg) no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.c-title-wrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  position: relative;
}
.c-title-wrap::after {
  background-color: #ef0910;
  bottom: 0;
  content: "";
  height: 35px;
  left: 25px;
  position: absolute;
  width: 1px;
}
.c-title-wrap.c-title-wrap--small {
  padding-bottom: 0;
}
.c-title-wrap.c-title-wrap--small::after {
  display: none;
}
.c-title-wrap.c-title-wrap--small .c-title-en {
  font-size: 40px;
}
.c-title-wrap.c-title-wrap--small .c-title-jp {
  font-size: 13px;
  line-height: calc(19 / 13);
}

.c-title-en {
  color: #ef0910;
  font-family: "Crimson Text", serif;
  font-size: clamp(2.75rem, 1.8985872856rem + 3.6326942482vw, 5rem);
  line-height: 1;
}

.c-title-jp {
  font-size: clamp(1rem, 0.9526992936rem + 0.2018163471vw, 1.125rem);
  font-weight: 500;
  line-height: 1;
}

.c-desc {
  display: flex;
  flex-direction: column;
  gap: 13px;
  line-height: 1.85;
  text-align: justify;
}

.page-main__wrap {
  position: relative;
  z-index: 2;
}

.page-header {
  position: relative;
}

.page-header__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page-header__img::after {
  background-image: linear-gradient(to bottom, #1d1717, rgba(82, 67, 67, 0.4) 51%, #1d1717);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-header__wrap {
  margin-inline: auto;
  max-width: 1306px;
  padding-bottom: 63px;
  padding-inline: 20px;
  padding-top: 60px;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.page-header__wrap > div,
.page-header__wrap a,
.page-header__wrap p,
.page-header__wrap img {
  pointer-events: visible;
}

.page-header__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 77px;
}
.page-header__title .c-title-en {
  color: #fff;
}
.page-header__logo {
  align-items: center;
  background-color: #1d1818;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 5px 8px 7px 7px;
  width: 130px;
}
.page-header__logo img {
  aspect-ratio: 115/36;
}

.page-header__label {
  -webkit-text-stroke: 1px #fff;
  bottom: 42px;
  color: transparent;
  font-family: "Crimson Text", serif;
  font-size: clamp(2.5rem, 1.8614404642rem + 2.7245206862vw, 4.1875rem);
  font-weight: 600;
  line-height: 1;
  opacity: 0.25;
  position: absolute;
  right: 21px;
  text-align: right;
}

@media (min-width: 414px) {
  .adjust-sp {
    letter-spacing: normal;
  }
  .adjust-spwide {
    letter-spacing: 0.1em;
  }
}

@media (min-width: 768px) {
  .adjust-spwide {
    letter-spacing: normal;
  }
  .adjust-tb {
    letter-spacing: 0.1em;
  }
  .c-title-wrap {
    padding-bottom: 60px;
  }
  .c-title-wrap::after {
    height: 50px;
  }
  .c-desc {
    line-height: 2.2;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .adjust-tb {
    letter-spacing: normal;
  }
  .adjust-pc {
    letter-spacing: 0.1em;
  }
  .page-header__wrap {
    padding-inline: 30px 20px;
    padding-top: 40px;
  }
  .page-header__logo {
    margin-top: 6px;
  }
}

@media (min-width: 1366px) {
  .adjust-pc {
    letter-spacing: normal;
  }
  .adjust-lg {
    letter-spacing: 0.1em;
  }
}