/* ============================================================================
page
============================================================================ */
/* top
=========================================================================== */
/* fv
================================================== */
.fv {
  position: relative;
  width: 100%;
  height: 100svh;
  margin-bottom: 7.5rem;
  background: url(../img/top_fv.jpg) no-repeat center/cover;
}
.fv p {
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(50% + 2.5rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.3125rem;
  padding: 1.875rem 0;
  background-image: url(../img/band.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.fv p em {
  font-size: 2rem;
  line-height: 1.15;
  --spacing: .05em;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 1279px) {
  .fv p {
    top: calc(50% + 1.875rem);
  }
}
@media screen and (max-width: 959px) {
  .fv {
    background-image: url(../img/top_fv-sp.jpg);
    margin-bottom: 3.75rem;
  }
  .fv p {
    width: 4rem;
    padding: 1.125rem 0;
  }
  .fv p em {
    font-size: 1.5rem;
  }
}
/* producer
================================================== */
.producer {
  margin-bottom: 8.75rem;
}
.producer h2 {
  margin-bottom: 3.75rem;
}
.producer ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.producer li {
  position: relative;
  height: 30rem;
  margin-top: 1.875rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.producer li:first-child {
  background-image: url(../img/top_producer01.jpg);
}
.producer li:nth-child(2) {
  background-image: url(../img/top_producer02.jpg);
}
.producer li:nth-child(3) {
  background-image: url(../img/top_producer03.jpg);
}
.producer li p {
  position: absolute;
  top: -1.875rem;
  right: 0;
  padding: 1.25rem 1rem;
  background-color: #fff;
  font-size: 1.375rem;
  line-height: 1.2;
  --spacing: .05em;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 959px) {
  .producer {
    margin-bottom: 6.25rem;
  }
  .producer h2 {
    margin-bottom: 3rem;
    font-size: 1.25rem;
  }
  .producer ul {
    grid-template-columns: initial;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .producer li {
    position: relative;
    width: 55%;
    min-width: 16.25rem;
    height: 25rem;
    margin-top: 1.5rem;
  }
  .producer li p {
    top: -1.5rem;
    padding: 1rem 0.75rem;
    font-size: 1.25rem;
  }
  .producer li:first-child {
    background-position: bottom;
  }
  .producer li:nth-child(2) {
    margin-left: auto;
  }
}
@media screen and (max-width: 599px) {
  .producer li {
    width: 72%;
    height: 20rem;
  }
}
/* wholesale
================================================== */
.wholesale {
  position: relative;
  height: 36.375rem;
  margin-bottom: 15rem;
}
.wholesale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  z-index: -1;
  height: 31.25rem;
  background-color: #fff;
}
.wholesale .frame {
  position: relative;
  top: 5rem;
  width: 100%;
}
.wholesale .frame img {
  position: absolute;
  right: 0;
  width: 55%;
  min-height: 31.875rem;
  max-height: 35rem;
  object-fit: cover;
  aspect-ratio: 24/17;
}
.wholesale .inner {
  position: absolute;
  top: 4.5rem;
  max-width: 25rem;
}
.wholesale hgroup {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e1e1df;
}
.wholesale hgroup p {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.8;
}
.wholesale hgroup h2 {
  font-size: 2rem;
  line-height: 1;
}

.wholesale__text {
  margin-bottom: 3rem;
}

@media screen and (max-width: 959px) {
  .wholesale {
    height: initial;
    margin-bottom: 0;
    padding: 16.25rem 0 5rem;
  }
  .wholesale::before {
    top: initial;
    bottom: 0;
    width: 100%;
    height: calc(100% - 4.5rem);
    background-color: #fff;
  }
  .wholesale .frame {
    position: absolute;
    top: 0;
    left: -5%;
    width: 95%;
    height: 13.75rem;
  }
  .wholesale .frame img {
    position: absolute;
    right: initial;
    width: 100%;
    height: 100%;
    min-height: initial;
    max-height: initial;
  }
  .wholesale .inner {
    position: initial;
    top: initial;
    max-width: initial;
  }
  .wholesale hgroup {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .wholesale hgroup p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
  .wholesale hgroup h2 {
    font-size: 1.375rem;
  }
  .wholesale .btn {
    display: flex;
    justify-content: center;
  }
  .wholesale__text {
    margin-bottom: 2.5rem;
  }
}
/* about
================================================== */
.about {
  margin-bottom: 8.75rem;
  padding: 8.75rem 0 10rem;
  background-color: #f2f1e6;
}
.about .c-heading {
  margin-bottom: 3.75rem;
}
.about .contents {
  display: grid;
  grid-template-columns: 53.3% 46.7%;
  margin-bottom: 5rem;
}
.about .textbox {
  position: relative;
  background-color: #fff;
}
.about .textbox .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18.75rem;
}
.about .textbox .catchcopy {
  position: relative;
  margin-bottom: 3.75rem;
}
.about .textbox .catchcopy::before {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1df;
}
.about .textbox em {
  font-size: 2rem;
  line-height: 1;
}
.about .textbox .text {
  line-height: 2;
}
.about .slider {
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
}
.about .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 959px) {
  .about {
    margin-bottom: 4rem;
    padding: 4rem 0 5rem;
  }
  .about .c-heading {
    margin-bottom: 1.875rem;
  }
  .about .contents {
    grid-template-columns: initial;
    margin-bottom: 2.625rem;
  }
  .about .contents img {
    width: 100%;
    max-height: 20rem;
    object-fit: cover;
  }
  .about .textbox {
    padding: 2.5rem 1.25rem;
  }
  .about .textbox .inner {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
  }
  .about .textbox .catchcopy {
    margin-bottom: 3rem;
  }
  .about .textbox .catchcopy::before {
    bottom: -1.5rem;
  }
  .about .textbox em {
    font-size: 1.375rem;
  }
  .about .textbox .text {
    line-height: 2;
  }
  .l-flex--right {
    justify-content: center;
  }
  .slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2.5rem;
  }
}
/* news
================================================== */
.news {
  margin-bottom: 7.5rem;
}
.news h2 {
  margin-bottom: 3rem;
  font-size: 1.75rem;
  line-height: 1.6;
  text-align: center;
}
.news li {
  display: flex;
  gap: 3.75rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e1e1df;
}
.news li:first-child {
  margin-bottom: 1.875rem;
}
.news li time {
  font-size: 1.125rem;
  line-height: 1;
}
.news li h3 {
  margin-bottom: 1.25rem;
}
.news li p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .news {
    margin-bottom: 3rem;
  }
  .news h2 {
    margin-bottom: 2.5rem;
    font-size: 1.375rem;
  }
  .news li {
    flex-direction: column;
    gap: 1rem;
  }
  .news li time,
  .news li h3 {
    font-size: 0.9375rem;
  }
  .news li h3 {
    margin-bottom: 1rem;
  }
  .news li p {
    font-size: 0.8125rem;
  }
}
/* recruit
================================================== */
.recruit {
  width: 90%;
  max-width: 50rem;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 959px) {
  .recruit {
    margin: 0 auto 6.25rem;
  }
}