.page-cover {
  background-color: #fff;
}

.breadcrumb {
  top: 10px;
  filter: invert() brightness(100);
  z-index: 100;
  font-weight: 500;
}

section {
  z-index: 1;
}

footer {
  position: relative;
}

.about-intro {
  padding-bottom: 80px;
  background-color: #181818;
  overflow: hidden;
}

.about-intro .h__ttl,
.kodawari .h__ttl {
  line-height: 36px;
  color: #fff;
  font-weight: 600;
}

.about-intro-image {
  position: relative;
  width: 100%;
  transform: translateX(max(-13.33vw, -80px));
  padding: 26px 0 31px;
}

.about-intro::before,
.about-intro-image::after {
  content: "";
  position: absolute;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.about-intro::before {
  width: 453px;
  height: 535px;
  background-image: url(../img/about/about-intro/soup-decor.webp);
  right: min(-300px, max(-352px, calc(-352px + 50vw - 187.5px)));
  top: min(-400px, max(-410px, calc(-410px + 50vw - 187.5px)));
  z-index: 3;
}

@media (max-width: 360px) {
  .about-intro::before {
    right: -375px;
    z-index: 0;
  }
}

@media (min-width: 500px) {
  .about-intro::before {
    right: min(-300px, max(-352px, calc(-352px + 50vw - 187.5px)));
    top: min(-380px, max(-410px, calc(-410px + 50vw - 187.5px)));
  }
}

.about-intro-image::after {
  width: 223px;
  height: 280px;
  background-image: url(../img/about/about-intro/soup-decor-2.webp);
  left: 0px;
  bottom: 0px;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 10%),
    linear-gradient(to bottom, transparent 0%, black 50%);
  -webkit-mask-composite: destination-in;
  mask-image: linear-gradient(to left, transparent 0%, black 10%),
    linear-gradient(to bottom, transparent 0%, black 50%);
  mask-composite: intersect;
}

.about-intro-image img {
  display: block;
  width: 102.4vw;
  aspect-ratio: 384 / 356;
  margin: 0 auto;
  max-width: 600px;
}

.h__ttl {
  text-align: left;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 35px;
}

.intro-text {
  position: relative;
  color: #fff;
  padding: 20px 35px 0;
  font-weight: 300;
}

.intro-text::before {
  content: "";
  display: block;
  width: 207px;
  height: 168px;
  height: calc(100% - 18px);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 20px;
  bottom: -15px;
}

.kodawari {
  background-color: #181818;
  padding: 18px 20px 150px;
  overflow: hidden;
}

.kodawari * {
  color: #fff;
}

.kodawari-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-left: 55px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.kodawari-title::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 7px);
  transform: translateY(-50%);
  left: 0px;
  width: 165px;
  height: 169px;
  background-image: url(../img/about/kodawari/kodawari-title.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.kodawari-title span {
  font-size: 95px;
  line-height: 138px;
}

.kodawari-container {
  margin: 138px auto 0;
  display: flex;
  flex-direction: column;
  gap: 290px;
  max-width: 550px;
}

.kodawari-item {
  position: relative;
  margin: 0 auto;
}

.kodawari-item * {
  position: relative;
  z-index: 1;
}

.kodawari-item__text {
  font-weight: 300;
}

.kodawari-item::before {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.kodawari-item:first-child::before {
  width: 424px;
  aspect-ratio: 424 / 283;
  background-image: url(../img/about/kodawari/kodawari-1-bg.webp);
  top: -146px;
  right: -101px;
  background-position: right;
  right: -20px;
}

.kodawari-item:nth-child(2)::before {
  width: 265px;
  aspect-ratio: 265 / 397;
  background-image: url(../img/about/kodawari/kodawari-2-bg.webp);
  top: -213px;
  left: -71px;
}

.kodawari-item:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  width: 310px;
  height: auto;
  aspect-ratio: 401 / 383;
  background-image: url(../img/about/kodawari/kodawari-2-bg-2.webp);
  right: -104px;
  top: -394px;
  mix-blend-mode: screen;
}

.kodawari-item:last-child::before {
  width: 330px;
  aspect-ratio: 330 / 192;
  background-image: url(../img/about/kodawari/kodawari-3-bg.webp);
  top: -187.5px;
  right: -79px;
}

.kodawari-item:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  width: 310px;
  height: auto;
  aspect-ratio: 401 / 383;
  background-image: url(../img/about/kodawari/kodawari-2-bg-2.webp);
  left: -129px;
  bottom: -178px;
  mix-blend-mode: screen;
}

@media (max-width: 480px) {
  .kodawari-item:first-child::before {
    background-image: url(../img/about/kodawari/kodawari-1-bg-480.webp);
  }

  .kodawari-item:nth-child(2)::before {
    background-image: url(../img/about/kodawari/kodawari-2-bg-480.webp);
  }

  .kodawari-item:last-child::before {
    background-image: url(../img/about/kodawari/kodawari-3-bg-480.webp);
  }
}

.kodawari-item__title {
  position: relative;
  font-size: 55px;
  line-height: 80px;
  font-weight: 900;
  width: fit-content;
}

.kodawari-item:nth-child(2) .kodawari-item__title {
  margin-left: auto;
}

.kodawari-item__title::before {
  font-size: 122px;
  line-height: 1;
  color: #efefef;
  opacity: 0.13;
  left: 19px;
  top: -58px;
  position: absolute;
  white-space: nowrap;
}

.kodawari-item:first-child .kodawari-item__title::before {
  content: "麺";
}

.kodawari-item:nth-child(2) .kodawari-item__title::before {
  content: "出汁";
  left: -153px;
}

.kodawari-item:last-child .kodawari-item__title::before {
  content: "食材";
}

.kodawari-item__image {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  height: auto;
  max-width: 470px;
}

.media {
  padding: 100px 20px 182px;
  background-image: url(../img/about/media/media-bg-480.webp);
  background-size: cover;
  background-position: left bottom;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) {
  .media {
    padding: 100px 20px 256px;
    background-image: url(../img/about/media/media-bg.webp);
    background-size: cover;
    background-position: left bottom;
    position: relative;
    z-index: 1;
  }
}

.media-container {
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 620px;
}

.media-item__date,
.media-item__title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}

.media-item__title {
  width: calc(100% + 2px);
}

.media-item01__txt__wrap {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.media-item01__txt__wrap>p {
  line-height: calc(28/16);
  color: #1A1819;
}

.media-item01__txt__wrap>a {
  color: #1A1819;
  margin-top: 8px;
  /* border-bottom: #1A1819 1px solid; */
  text-decoration: underline;
  display: block;
}

.media-item__image {
  width: 100%;
  /* height: auto; */
  /*  aspect-ratio: 335 / 188;
  background-color: #707070; */
  margin-top: 16px;
}

.youtube__video__wrap {
  margin-top: 8px;
}

.youtube__video__wrap iframe {
  width: 100%;
  aspect-ratio: 335 / 188;
}


.media .h__ttl {
  text-align: center;
}

.about-intro-content {
  width: fit-content;
  /*  margin: 0 auto; */
}

.store-info {
  padding: 400px 20px 80px;

  margin-top: -260px;
  position: relative;
  z-index: 0;
  background-color: #000;
}

.store-info::before {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: -1;
  content: "";
  background-image: url(../img/about/store-info.webp);
  background-size: 246% auto;
  background-position: 60% top;
  background-size: 191% auto;
  background-position: 85% top;
  background-repeat: no-repeat;
}

@media (min-width: 400px) {
  .store-info::before {
    background-position: 85% center;
  }
}

.store-info .h__ttl {
  color: #fff;
  text-align: center;
  margin-top: -120px;
}

.store-info-table {
  margin: 15px auto 0;
  width: 100%;
  max-width: 620px;
}

.store-info-table tr {
  border-bottom: 1px solid #fff;
}

.store-info-table th {
  font-weight: 500;
}

.store-info-table th,
.store-info-table td {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.store-info-table th {
  padding: 25px min(76px, calc(76px + 50vw - 187.5px)) 5px 0;
  white-space: nowrap;
  text-align: left;
  font-weight: 500;
}

.store-info-table td {
  padding: 25px 0px 5px;
  font-weight: 300;
}

@media (min-width: 768px) {
  @media (min-width: 1128px) {
    .page-cover br {
      display: none;
    }
  }

  .about-intro-content {
    position: relative;
    z-index: 5;
  }

  @media (min-width: 900px) {
    .about-intro {
      padding: 167px 20px 66px 67px;
    }

    .about-intro-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 39px;
      margin-left: max(0px, calc(50vw - 683px));
    }

    .about-intro-image {
      width: min(39.3vw, 536px);
      transform: none;
      aspect-ratio: 1;
      padding: 0;
    }

    .about-intro-image img {
      width: 100%;
      aspect-ratio: 1;
      position: relative;
    }

    .about-intro-image::before {
      content: "";
      display: block;
      width: 645px;
      height: 430px;
      background-image: url(../img/about/about-intro/steam.webp);

      position: absolute;
      left: -223px;
      top: -167px;
      z-index: 0;
      mix-blend-mode: screen;
      mask-image: radial-gradient(circle,
          rgba(0, 0, 0, 1) 50%,
          rgba(0, 0, 0, 0) 100%);
      -webkit-mask-image: radial-gradient(circle,
          rgba(0, 0, 0, 1) 50%,
          rgba(0, 0, 0, 0) 100%);
    }

    .intro-text {
      padding: 20px 18px 18px 18px;
      max-width: 402px;
    }

    .intro-text::before {
      content: "";
      display: block;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      position: absolute;
      height: calc(100% - 28px);
      left: 0;
      bottom: 0;
    }

    .about-intro::before {
      right: min(-66px, calc(-66px + 50vw - 683px));
      top: min(-320px, max(calc(-320px + 50vw - 520px)), -280px);
    }

    .about-intro .h__ttl {
      padding-left: 0;
    }
  }

  .about .common-button a {
    font-size: 16px;
  }

  .about-intro .h__ttl,
  .kodawari .h__ttl {
    line-height: 42px;
  }

  .about-intro .h__ttl {
    font-size: min(30px, 2.9vw);
  }

  .about-intro-image {
    position: relative;
    z-index: 2;
    mix-blend-mode: screen;
  }

  .about-intro-image::after {
    display: none;
  }

  .about-intro::after {
    content: "";
    display: block;
    position: absolute;
    background-size: cover;
    width: max(453px, calc(453px + 50vw - 683px));
    height: 535px;
    background-image: url(../img/about/about-intro/soup-decor.webp);
    left: 0px;
    bottom: 0px;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to left, transparent 0%, black 20%),
      linear-gradient(to bottom, transparent 0%, black 80%);
    -webkit-mask-composite: destination-in;
    mask-image: linear-gradient(to left, transparent 0%, black 20%),
      linear-gradient(to bottom, transparent 0%, black 80%);
    mask-composite: intersect;
  }

  .kodawari {
    padding: 102px 20px 155px;
  }

  .kodawari-title::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% + 7px);
    transform: translateY(-50%);
    left: -5px;
    width: 181px;
    height: 185px;
  }

  .kodawari-title {
    font-size: 35px;
    font-weight: 700;
    padding-left: 55px;
    max-width: 894px;
    width: 100%;
    margin: 0 auto;
  }

  .kodawari-title span {
    font-size: 115px;
    line-height: 142px;
  }

  .kodawari-container {
    margin: 86px auto 0;
    gap: 200px;
    max-width: 894px;
  }

  .kodawari-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: min(70px, max(20px, calc(70px + 50vw - 580px)));
  }

  .kodawari-item:nth-child(2) {
    flex-direction: row-reverse;
  }

  .kodawari-item picture {
    width: 52.3%;
  }

  .kodawari-item__content {
    width: 39.6%;
  }

  .kodawari-item__title {
    font-size: 70px;
    line-height: 101px;
  }

  .kodawari-item__title::before {
    font-size: 162px;
    left: 33px;
    top: -79px;
  }

  .kodawari-item:first-child::before {
    width: min(1090px, 79.8vw);
    aspect-ratio: 1090 / 727;
    background-image: url(../img/about/kodawari/kodawari-1-bg-1366.webp);
    top: -344px;
    right: auto;
    left: 91px;
  }

  .kodawari-item:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    width: 401px;
    height: auto;
    aspect-ratio: 401 / 383;
    background-image: url(../img/about/kodawari/kodawari-2-bg-2.webp);
    right: -204px;
    top: -334px;
  }

  .kodawari-item:nth-child(2) .kodawari-item__title {
    margin-left: 0;
  }

  .kodawari-item:nth-child(2) .kodawari-item__title::before {
    left: 30px;
  }

  .kodawari-item:nth-child(2)::before {
    width: min(700px, 51.3vw);
    aspect-ratio: 700 / 1050;
    top: -286px;
    left: min(-20px, calc(-20px + 447px - 50vw));
  }

  .kodawari-item:last-child::before {
    width: 530px;
    top: -155px;
    right: 31px;
  }

  .kodawari-item:nth-child(3)::after {
    width: 401px;
    left: -265px;
    bottom: -247px;
  }

  .media-container {
    margin-top: 70px;
    gap: 50px;
  }

  .media-item__date,
  .media-item__title {
    font-size: 22px;
    line-height: normal;
    display: inline;
  }

  /* .media-item__image {
    aspect-ratio: 620 / 335;
    margin-top: 24px;
  } */

  .media-item01__txt__wrap {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    display: flex;
  }

  .media-item01__txt__wrap>p {
    line-height: calc(28/16);
    color: #1A1819;
    margin-right: 16px;
  }

  .media-item01__txt__wrap>a {
    color: #1A1819;
    margin-top: 0;
    /* border-bottom: #1A1819 1px solid; */
    text-decoration: underline;
    display: block;
    line-height: calc(28/16);
  }

  .media-item__image {
    width: 100%;
    /* height: auto; */
    /*  aspect-ratio: 335 / 188;
  background-color: #707070; */
    margin-top: 16px;
  }

  .youtube__video__wrap {
    margin-top: 16px;
  }

  .youtube__video__wrap iframe {
    width: 100%;
    aspect-ratio: 335 / 188;
  }


  .store-info {
    padding: 400px 20px 150px;

    margin-top: -390px;
    position: relative;
    z-index: 0;
  }

  .store-info::before {
    width: calc(100vw - 210px);
    right: 0;
    left: auto;
    background-image: url(../img/about/store-info.webp);
    background-size: 100% auto;
    background-position: center min(0px, calc(1366px - 100vw));
  }

  @media (max-aspect-ratio: 1272 / 866) {
    .store-info::before {
      background-size: cover;
    }
  }

  .store-info-table {
    margin-top: 10px;
  }

  .store-info .h__ttl {
    color: #fff;
    text-align: center;
    margin-top: 40px;
  }

  .store-info-table th {
    padding-right: 40px;
  }

  .store-info-table {
    margin: 30px auto 0;
  }

  .store-info-table td {
    padding: 40px 0px 5px;
  }
}