.p-kodawari {
  background: url("../../img/legacy/kodawari/bg.webp") repeat center center;
  padding: 0 0 13rem;
}
@media (max-width: 767px) {
  .p-kodawari {
    padding: 0 0 7rem;
  }
}
.p-kodawari__title {
  text-align: center;
  padding: 30px 0;
  background: url("../../img/legacy/kodawari/title_bg.webp") no-repeat center center;
  mix-blend-mode: multiply;
  background-size: 60px;
  letter-spacing: 0.06em;
  font-size: 26px;
}
.p-kodawari__title span {
  font-size: 0.88em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-kodawari__title {
    font-size: 38px;
    padding: 76px 0;
    background-size: 88px;
  }
}
.p-kodawari__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kodawari__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
  }
}
.p-kodawari__section {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section {
    height: calc(100vh - 100px);
    min-height: 600px;
  }
}
.p-kodawari__section:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  mix-blend-mode: multiply;
}
.p-kodawari__section__hero {
  padding-top: 16vw;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section__hero {
    padding-top: 5vw;
  }
}
.p-kodawari__section__body {
  padding: 0 12.333vw 20vw;
  gap: 8vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section__body {
    padding: 0 10vw;
    gap: 3rem 0;
  }
}
.p-kodawari__section__body img {
  width: 85%;
}
.p-kodawari__section__body p {
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--01 .p-kodawari__inner {
    grid-template-columns: 41.66% 58.33%;
    grid-template-rows: repeat(2, 1fr);
    padding-left: 5.3vw;
  }
}
.p-kodawari__section--01 .p-kodawari__section__hero {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--01 .p-kodawari__section__hero {
    padding-top: 0;
    padding-bottom: 3rem;
    align-items: end;
  }
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--01 .p-kodawari__section__hero img {
    width: 44.53vw;
    position: relative;
    left: 3vw;
  }
}
.p-kodawari__section--01 .p-kodawari__section__heroImg {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--01 .p-kodawari__section__heroImg {
    margin-top: 0;
    grid-row: 1/3;
    grid-column: 2/3;
    display: flex;
    align-items: center;
  }
}
.p-kodawari__section--01 .p-kodawari__section__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--01 .p-kodawari__section__body {
    background: url("../../img/legacy/kodawari/section01_bottom_bg.webp") no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--01 .p-kodawari__section__body {
    justify-content: start;
    padding: 0 7vw;
  }
}
.p-kodawari__section--01 .p-kodawari__section__body img {
  max-width: 272px;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--01 .p-kodawari__section__body img {
    position: absolute;
    top: 2vw;
    right: 0;
    transform: translateX(80%);
    width: 18vw;
  }
}
.p-kodawari__section--01 img {
  display: block;
}
.p-kodawari__section--01:before {
  background: #951D1A;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--01:before {
    background: linear-gradient(to bottom, #951D1A, #951D1A 50%, #41100D 85%, #210A0A 100%);
  }
}
.p-kodawari__section--02 .p-kodawari__section__hero {
  background: url("../../img/legacy/kodawari/section02_bg.webp");
  background-size: cover;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--02 .p-kodawari__section__hero {
    background-position: center 36%;
  }
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--02 .p-kodawari__section__hero {
    aspect-ratio: 1200/2345;
  }
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--02 .p-kodawari__section__hero img {
    width: 44.8vw;
  }
}
.p-kodawari__section--02 .p-kodawari__section__body img {
  max-width: 333px;
}
.p-kodawari__section--02:before {
  background: #553117;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--02:before {
    background: linear-gradient(to bottom, #180302, #230704 20%, #553117 50%, #553117 100%);
  }
}
.p-kodawari__section--03 .p-kodawari__section__hero {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--03 .p-kodawari__section__hero {
    aspect-ratio: 1200/2102;
    background: url("../../img/legacy/kodawari/section03_bg.webp");
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--03 .p-kodawari__section__hero {
    order: 2;
    background: url("../../img/legacy/kodawari/section03_bg-pc.webp");
    background-size: cover;
    padding-left: 5.5vw;
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--03 .p-kodawari__section__hero img {
    width: 25.333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--03 .p-kodawari__section__body {
    background: url("../../img/legacy/kodawari/section03_bottom_bg.webp") no-repeat;
    background-size: 100%;
  }
}
.p-kodawari__section--03 .p-kodawari__section__body img {
  max-width: 335px;
}
.p-kodawari__section--03:before {
  background: #951D1A;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--03:before {
    background: linear-gradient(to bottom, #0B0C0B, #250D0B 30%, #951D1A 75%, #951D1A 100%);
  }
}
.p-kodawari__section--04 {
  color: #725320;
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--04 {
    height: auto;
    aspect-ratio: 16/10;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--04 .p-kodawari__inner {
    grid-template-columns: 55% 45%;
  }
}
.p-kodawari__section--04 .p-kodawari__section__hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--04 .p-kodawari__section__hero {
    background: url("../../img/legacy/kodawari/section04_bg.webp");
    background-size: cover;
    aspect-ratio: 1200/1725;
  }
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--04 .p-kodawari__section__hero {
    background: url("../../img/legacy/kodawari/section04_bg-pc.webp") no-repeat center right;
    background-size: cover;
    justify-content: end;
    align-items: start;
    padding: 11vw 16vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--04 .p-kodawari__section__hero img {
    width: 32.53vw;
    position: relative;
    left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kodawari__section--04 .p-kodawari__section__body {
    background: url("../../img/legacy/kodawari/section04_bottom_bg.webp") no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-kodawari__section--04 .p-kodawari__section__body {
    padding-left: 0;
    padding-right: 13vw;
  }
}
.p-kodawari__section--04 .p-kodawari__section__body img {
  max-width: 296px;
}
.p-kodawari .btnContainer .btn {
  background: #fff;
}
.p-kodawari .btnContainer .btn:hover {
  background: #F4902D;
}
