@charset "UTF-8";

/* =======================================
   KNOW COMMON HEADER
======================================= */
.c-know-header {
  background-color: #fff;
  padding: 15px 0;
}

.c-know-header__inner {
  padding-inline: 65px;
}

.c-know-header__title-wrap {
  align-items: center;
  display: flex;
  min-height: 76px;
  position: relative;
}

.c-know-header__decoration {
  flex-shrink: 0;
  width: 94px;
}

.c-know-header__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: -64px;
  position: relative;
  z-index: 1;
}

/* =======================================
   LIFE
======================================= */
.p-life {
  background-color: #fff;
}

/* =======================================
   LIFE HERO
======================================= */
.p-life-hero__figure {
  position: relative;
}

.p-life-hero__picture {
  display: block;
}

.p-life-hero__picture img {
  aspect-ratio: 992 / 430;
  object-fit: cover;
  width: 100%;
}

.p-life-hero__credit {
  bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  right: 10px;
}

/* =======================================
   LIFE CONTENT
======================================= */
.p-life-content {
  padding: 45px 0 100px;
}

.p-life-content__inner {
  padding-left: 65px;
}

.p-life-content__row {
  align-items: center;
  column-gap: 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-life-content__row + .p-life-content__row {
  margin-top: 88px;
}

.p-life-content__copy {
  min-width: 0;
}

.p-life-content__title {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-life-content__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 48px;
}

.p-life-content__image {
  overflow: hidden;
}

.p-life-content__image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.p-life-content__gallery {
  column-gap: 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 64px;
}

/* =======================================
   PROCESS
======================================= */
.p-process {
  background-color: #fff;
}

/* =======================================
   PROCESS HEADER
======================================= */
.p-process-header {
  border-bottom: 1px solid #b7b7b7;
}

.p-process-header__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-process-header__link {
  align-items: center;
  background-color: #ADE8E8;
  border-radius: 999px;
  display: flex;
  flex-shrink: 0;
  font-size: 2.6rem;
  justify-content: space-between;
  line-height: 1.4;
  min-height: 46px;
  padding: 8px 20px 8px 28px;
  width: 320px;
}

.p-process-header__link-icon {
  height: auto;
  width: 18px;
}

/* =======================================
   PROCESS SECTION
======================================= */
.p-process-section {
  scroll-margin-top: 75px;
}

.p-process-section--tofu {
  padding: 58px 0 78px;
}

.p-process-section--konnyaku {
  border-top: 1px solid #707070;
  padding: 27px 0 100px;
}

.p-process-section__heading {
  align-items: center;
  display: flex;
  min-height: 76px;
  position: relative;
}

.p-process-section__decoration {
  flex-shrink: 0;
  width: 94px;
}

.p-process-section__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: -64px;
  position: relative;
  z-index: 1;
}

.p-process-section__heading + .p-process-list {
  margin-top: 44px;
}

/* =======================================
   PROCESS LIST
======================================= */
.p-process-list__item {
  align-items: start;
  column-gap: 20px;
  display: grid;
  grid-template-columns: 1fr repeat(2, 415px);
}

.p-process-list__item + .p-process-list__item {
  margin-top: 45px;
}

.p-process-list__copy {
  min-width: 0;
  padding-right: 12px;
}

.p-process-list__title {
  align-items: baseline;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-process-list__number {
  flex-shrink: 0;
  width: 50px;
}

.p-process-list__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 17px;
}

.p-process-list__image {
  overflow: hidden;
}

.p-process-list__image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

/* =======================================
   SAFETY
======================================= */
.p-safety {
  background-color: #fff;
}

/* =======================================
   SAFETY HEADER
======================================= */
.p-safety-header__content {
  align-items: center;
  column-gap: 54px;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
}

.p-safety-header__lead {
  font-size: 1.8rem;
  line-height: 1.8;
}

/* =======================================
   SAFETY CONTENT
======================================= */
.p-safety-content {
  background-image: url("../img/common/bg-page.webp");
  background-position: center top;
  padding: 45px 0 140px;
}

.p-safety-content__inner {
  column-gap: 60px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
}

.p-safety-content__body {
  min-width: 0;
}

.p-safety-section + .p-safety-section {
  margin-top: 61px;
}

.p-safety-section__title {
  color: #F7930B;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 23px;
  position: relative;
}

.p-safety-section__title::before {
  background-color: #F7930B;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 15px;
}

.p-safety-section__subtitle {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 24px;
}

.p-safety-section__text {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 29px;
}

.p-safety-section__text p + p {
  margin-top: 24px;
}

.p-safety-content__gallery {
  align-content: start;
  display: grid;
  gap: 40px;
}

.p-safety-content__image {
  overflow: hidden;
}

.p-safety-content__image img {
  aspect-ratio: 470 / 300;
  object-fit: cover;
  width: 100%;
}

/* =======================================
   SP
======================================= */
@media (max-width: 767px) {
  /* =======================================
     KNOW COMMON HEADER
  ======================================= */
  .c-know-header {
    padding: 4px 0 5px;
  }

  .c-know-header__inner {
    padding-inline: 20px;
  }

  .c-know-header__title-wrap {
    min-height: 65px;
  }

  .c-know-header__decoration {
    width: 60px;
  }

  .c-know-header__title {
    font-size: 2.1rem;
    margin-left: -35px;
  }

  /* =======================================
     LIFE HERO
  ======================================= */
  .p-life-hero {
    padding-inline: 0;
  }

  .p-life-hero__picture img {
    aspect-ratio: 324 / 230;
  }

  .p-life-hero__credit {
    bottom: 3px;
    font-size: 0.9rem;
    right: 7px;
  }

  /* =======================================
     LIFE CONTENT
  ======================================= */
  .p-life-content {
    padding: 31px 0 80px;
  }

  .p-life-content__inner {
    display: flex;
    flex-direction: column;
    max-width: none;
    padding-inline: 30px;
  }

  .p-life-content__row,
  .p-life-content__gallery {
    display: contents;
  }

  .p-life-content__row:first-child .p-life-content__copy {
    order: 1;
  }

  .p-life-content__row:nth-child(2) .p-life-content__copy {
    margin-top: 60px;
    order: 2;
  }

  .p-life-content__gallery .p-life-content__image:first-child {
    margin-top: 60px;
    order: 3;
  }

  .p-life-content__row:first-child .p-life-content__image {
    margin-top: 12px;
    order: 4;
  }

  .p-life-content__row:nth-child(2) .p-life-content__image {
    margin-top: 12px;
    order: 5;
  }

  .p-life-content__gallery .p-life-content__image:last-child {
    margin-top: 12px;
    order: 6;
  }

  .p-life-content__title {
    font-size: 1.8rem;
  }

  .p-life-content__text {
    font-size: 1.4rem;
    line-height: 2.05;
    margin-top: 18px;
  }

  /* =======================================
     PROCESS HEADER
  ======================================= */
  .p-process-header {
    padding-bottom: 13px;
  }

  .p-process-header__content {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
    position: relative;
  }

  .p-process-header__link {
    align-self: flex-end;
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    bottom: 0;
    font-size: 1.8rem;
    min-height: 32px;
    padding: 5px 13px 5px 20px;
    position: absolute;
    right: -20px;
    width: 220px;
  }

  .p-process-header__link-icon {
    width: 13px;
  }

  /* =======================================
     PROCESS SECTION
  ======================================= */
  .p-process-section {
    scroll-margin-top: 56px;
  }

  .p-process-section__inner {
    padding-inline: 30px;
  }

  .p-process-section--tofu {
    padding: 27px 0 48px;
  }

  .p-process-section--konnyaku {
    padding: 10px 0 80px;
  }

  .p-process-section__heading {
    min-height: 65px;
  }

  .p-process-section__decoration {
    width: 64px;
  }

  .p-process-section__title {
    font-size: 2.1rem;
    margin-left: -35px;
  }

  .p-process-section__heading + .p-process-list {
    margin-top: 21px;
  }

  /* =======================================
     PROCESS LIST
  ======================================= */
  .p-process-list__item {
    display: block;
  }

  .p-process-list__item + .p-process-list__item {
    margin-top: 32px;
  }

  .p-process-list__copy {
    padding-top: 0;
  }

  .p-process-list__title {
    font-size: 1.8rem;
  }

  .p-process-list__number {
    width: 35px;
  }

  .p-process-list__text {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 11px;
  }

  .p-process-list__image {
    margin-top: 13px;
    padding-inline: 15px;
  }

  .p-process-list__image + .p-process-list__image {
    margin-top: 8px;
  }

  /* =======================================
     SAFETY HEADER
  ======================================= */
  .p-safety-header {
    padding-bottom: 13px;
  }

  .p-safety-header__content {
    display: block;
  }

  .p-safety-header__lead {
    font-size: 1.4rem;
    line-height: 1.45;
    padding: 0 11px 7px;
  }

  /* =======================================
     SAFETY CONTENT
  ======================================= */
  .p-safety-content {
    padding: 23px 0 80px;
  }

  .p-safety-content__inner {
    display: block;
    max-width: none;
    padding-inline: 17px;
  }

  .p-safety-section + .p-safety-section {
    margin-top: 55px;
  }

  .p-safety-section__title {
    font-size: 1.8rem;
    line-height: 1.65;
    padding-left: 14px;
  }

  .p-safety-section__title::before {
    height: 10px;
    top: 6px;
    width: 10px;
  }

  .p-safety-section__subtitle {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 19px;
  }

  .p-safety-section__text {
    font-size: 1.4rem;
    line-height: 2.35;
    margin-top: 17px;
  }

  .p-safety-section__text p + p {
    margin-top: 24px;
  }

  .p-safety-content__gallery {
    gap: 20px;
    margin: 34px 10px 0;
  }

  .p-safety-content__image img {
    aspect-ratio: 247 / 157;
  }
}

/* =======================================
   CM
======================================= */
.p-cm {
  background-color: #fff;
}

/* =======================================
   CM HEADER
======================================= */
.p-cm-header {
  border-bottom: 1px solid #b7b7b7;
}

.p-cm-header__content {
  align-items: center;
  column-gap: 22px;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
}

.p-cm-header__lead {
  font-size: 1.8rem;
  line-height: 1.8;
}

/* =======================================
   CM GALLERY
======================================= */
.p-cm-gallery {
  padding: 35px 0 95px;
}

.p-cm-gallery__inner {
  max-width: 1080px;
}

.p-cm-gallery__list {
  column-gap: 100px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 43px;
}

.p-cm-card {
  min-width: 0;
  text-align: center;
}

.p-cm-card__trigger {
  display: block;
  width: 100%;
}

.p-cm-card__thumbnail {
  aspect-ratio: 16 / 9;
  background-color: #b7b7b7;
  border-radius: 11px;
  display: block;
  overflow: hidden;
  position: relative;
}

.p-cm-card__thumbnail > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-cm-card__play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
}

.p-cm-card__play img {
  display: block;
  height: auto;
  width: 100%;
}

.p-cm-card__title {
  color: #0071ce;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
}

.p-cm-card__duration {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2px;
}

/* =======================================
   CM MODAL
======================================= */
body.is-cm-modal-open {
  overflow: hidden;
}

.p-cm-modal {
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.48);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 250px 30px 60px;
  position: fixed;
  z-index: 2000;
}

.p-cm-modal[hidden] {
  display: none;
}

.p-cm-modal__content {
  max-width: 630px;
  width: 100%;
}

.p-cm-modal__player {
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.p-cm-modal__player iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.p-cm-modal__poster {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-cm-modal__poster > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-cm-modal__poster .p-cm-card__play {
  pointer-events: none;
}

/* =======================================
   CM SP
======================================= */
@media (max-width: 767px) {
  .p-cm-header {
    padding-bottom: 0;
  }

  .p-cm-header__content {
    display: block;
    padding-bottom: 25px;
  }

  .p-cm-header__lead {
    font-size: 1.4rem;
    padding-inline: 15px;
  }

  .p-cm-gallery {
    padding: 17px 0 80px;
  }

  .p-cm-gallery__inner {
    max-width: none;
    padding-inline: 12px;
  }

  .p-cm-gallery__list {
    display: block;
  }

  .p-cm-card + .p-cm-card {
    margin-top: 36px;
  }

  .p-cm-card__thumbnail {
    border-radius: 10px;
  }

  .p-cm-card__play {
    width: 42px;
  }

  .p-cm-card__title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 4px;
  }

  .p-cm-card__duration {
    font-size: 1.4rem;
  }

  .p-cm-modal {
    align-items: center;
    padding: 20px 12px;
  }

  .p-cm-modal__content {
    max-width: none;
  }

  .p-cm-modal__player {
    border-radius: 7px;
  }
}