@charset "UTF-8";
/* --------------------------------------------------------------------------
  Page: 完熟生せっけん 特集ページ (namasekken)
  PC First (base = 1200px) / SP breakpoint = max-width 767px(390px)
  -------------------------------------------------------------------------- */
.s-namasekken {
  font-family: var(--font-ja);
}
.s-namasekken__section {
  position: relative;
  width: 86rem;
  margin: 12.4rem auto 0;
}
.s-namasekken__section--hero {
  width: 100%;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
  Media (text + image side-by-side component)
  -------------------------------------------------------------------------- */
.s-namasekken__media-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

/* --------------------------------------------------------------------------
  Hero
  -------------------------------------------------------------------------- */
.s-namasekken__hero,
.s-namasekken__intro {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.s-namasekken__hero {
  position: relative;
  overflow: clip;
}
.s-namasekken__hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
.s-namasekken__hero-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  text-align: center;
  white-space: nowrap;
}
.s-namasekken__hero-label {
  display: block;
  font-size: 1.7rem;
  line-height: 1.5294117647;
  letter-spacing: .1em;
  font-weight: var(--fw-semibold);
  font-family: var(--font-en);
}
.s-namasekken__hero-title {
  margin-top: 1.2rem;
  font-size: 2.6rem;
  line-height: 1.6153846154;
  letter-spacing: .05em;
  font-weight: var(--fw-regular);
}

/* --------------------------------------------------------------------------
  Intro (lead text + index)
  -------------------------------------------------------------------------- */
.s-namasekken__intro {
  padding: 8.3rem 0;
  background-color: #FEFBF1;
}
.s-namasekken__intro-inner {
  width: 80rem;
  margin: 0 auto;
  text-align: center;
}
.s-namasekken__intro-text {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: .08em;
  font-weight: var(--fw-medium);
  color: var(--color-text-default);
}
.s-namasekken__intro-text + .s-namasekken__intro-text {
  margin-top: 4rem;
}
.s-namasekken__index {
  margin-top: 8.5rem;
  padding: 4rem 8.2rem;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}
.s-namasekken__index-label {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: var(--fw-medium);
  font-family: var(--font-en);
}
.s-namasekken__index-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6rem;
  text-align: left;
}
.s-namasekken__index-list li {
  list-style: decimal inside;
  font-size: 1.6rem;
  line-height: 2.375;
  letter-spacing: .17em;
  font-weight: var(--fw-regular);
  font-family: var(--font-ja);
}
.s-namasekken__index-list a {
  color: inherit;
  text-decoration: none;
  margin-left: -0.6rem;
}

/* --------------------------------------------------------------------------
  Section heading / lead (common to all numbered sections)
  -------------------------------------------------------------------------- */
.s-namasekken__section-title {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
  font-size: 2.6rem;
  line-height: 1.4615384615;
  letter-spacing: .05em;
  font-weight: var(--fw-regular);
}
.s-namasekken__section-num {
  font-size: 7.2rem;
  font-weight: 100;
  font-family: var(--font-en);
}
.s-namasekken__section-rule {
  width: 1px;
  height: 6rem;
  margin-left: 3rem;
  margin-right: 2.3rem;
  background-color: currentColor;
}
.s-namasekken__lead {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  text-align: justify;
}
.s-namasekken__sub-title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: var(--fw-medium);
}

/* --------------------------------------------------------------------------
  1. Illustration image
  -------------------------------------------------------------------------- */
.s-namasekken__illustration {
  margin-top: 6.5rem;
}
.s-namasekken__illustration img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------------
  2. Note
  -------------------------------------------------------------------------- */
.s-namasekken__media + .s-namasekken__media {
  margin-top: 5rem;
}
.s-namasekken__note {
  display: flex;
  align-items: center;
  column-gap: 3.2rem;
  margin-top: 5.5rem;
  padding: 3.6rem 3.2rem;
  background-color: var(--color-gray-100);
}
.s-namasekken__note-image {
  flex-shrink: 0;
  width: 12.4rem;
  border-radius: 50%;
  object-fit: cover;
}
.s-namasekken__note-body {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.s-namasekken__note-title {
  font-size: 1.5rem;
  font-weight: var(--fw-medium);
}
.s-namasekken__note-text {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: .012em;
  font-weight: var(--fw-regular);
}

/* --------------------------------------------------------------------------
  4. Label / step list / cite list
  -------------------------------------------------------------------------- */
.s-namasekken__label {
  display: block;
  width: fit-content;
  margin: 5.5rem auto 0;
  padding: 0.9rem 1.4rem;
  border: 1px solid currentColor;
  font-size: 1.8rem;
  letter-spacing: .1em;
  font-weight: var(--fw-medium);
  text-align: center;
}
.s-namasekken__step-list {
  display: grid;
  grid-template-columns: 30rem 30rem 22rem;
  gap: 3rem 2rem;
  margin-top: 4rem;
}
.s-namasekken__step-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.s-namasekken__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 18rem;
  margin-bottom: 1rem;
}
.s-namasekken__step-icon img {
  position: relative;
}
.s-namasekken__step-icon01 {
  width: 18rem;
  left: 2rem;
}
.s-namasekken__step-icon02 {
  width: 17rem;
  top: 0.3rem;
  left: 1.3rem;
}
.s-namasekken__step-icon03 {
  width: 18rem;
  top: 1.6rem;
  left: 2rem;
}
.s-namasekken__step-icon04 {
  width: 16.5rem;
  top: 3.2rem;
  left: 2rem;
}
.s-namasekken__step-icon05 {
  width: 18rem;
  left: 1.8rem;
  top: 0.9rem;
}
.s-namasekken__step-icon06 {
  width: 18rem;
  left: 3.5rem;
  top: 2.5rem;
}
.s-namasekken__step-body {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
}
.s-namasekken__step-num {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  font-size: 2.4rem;
  font-weight: 300;
  font-family: var(--font-en);
}
.s-namasekken__step-rule {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  height: 1px;
  background-color: currentColor;
}
.s-namasekken__step-title {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  letter-spacing: .07em;
  font-weight: var(--fw-medium);
}
.s-namasekken__step-text {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 22.2rem;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: .05em;
  font-weight: var(--fw-regular);
}
.s-namasekken__cite-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-top: 8rem;
}
.s-namasekken__cite-item {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  padding-right: 3rem;
  background-color: var(--color-gray-100);
}
.s-namasekken__cite-image img {
  width: 26rem;
  height: 16.7rem;
  object-fit: cover;
}
.s-namasekken__cite-text {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: var(--fw-regular);
  color: #686868;
}

/* --------------------------------------------------------------------------
  5. Icon row / CTA
  -------------------------------------------------------------------------- */
.s-namasekken__icon-row {
  width: 36rem;
  margin-top: 12.3rem;
}
#section-5 .s-namasekken__cta {
  position: relative;
  margin-top: 11.5rem;
  padding-top: 8rem;
  column-gap: 11.5rem;
}
#section-5 .s-namasekken__cta::before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #ddd;
}
#section-5 .s-namasekken__cta-body {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 13.2rem;
}
#section-5 .s-namasekken__cta-title {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: .05em;
  font-weight: var(--fw-regular);
}
#section-5 .s-namasekken__cta-text {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: .1em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: #686868;
}
#section-5 .s-namasekken__cta-button {
  display: inline-block;
  width: fit-content;
  padding: 1.2rem 2.4rem;
  border: 1px solid currentColor;
  font-size: 1.5rem;
  font-weight: var(--fw-regular);
  margin-top: 4rem;
  border-radius: 5px;
  text-decoration: initial;
}

/* --------------------------------------------------------------------------
  PC (1200px)
  -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .s-namasekken__media {
    display: flex;
    column-gap: 6rem;
    margin-bottom: 4.7rem;
  }
  .s-namasekken__media--reverse {
    flex-direction: row-reverse;
  }
  .s-namasekken__media-image {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
    flex-shrink: 0;
    width: 36rem;
    margin-top: 2.5rem;
  }
  .s-namasekken__cta .s-namasekken__media-image {
    width: 42rem;
    margin-top: 0;
  }
  .s-namasekken .hidden-desktop {
    display: none;
  }
  #section-1 .s-namasekken__lead:last-of-type {
    margin-top: 3rem;
  }
  #section-1 .s-namasekken__sub-title {
    margin-top: 4.7rem;
  }
  #section-2 .s-namasekken__media + .s-namasekken__media .s-namasekken__media-image {
    margin-top: 1rem;
  }
  #section-5 .s-namasekken__cta::before {
    left: 50%;
    width: 110rem;
    transform: translateX(-50%);
  }
}

/* --------------------------------------------------------------------------
  SP (390px)
  -------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .s-namasekken {
    overflow: clip;
  }
  .s-namasekken__section {
    width: 100%;
    margin: 6rem auto;
    padding: 0 2.4rem;
  }
  .s-namasekken__section--hero {
    margin-top: 0;
    padding: 0;
  }
  .s-namasekken .hidden-mobile {
    display: none;
  }
  .s-namasekken__media-image {
    /* width: 34.2rem; */
    margin: 4rem auto 0;
  }
  #section-1 .s-namasekken__media-image {
    width: 26rem;
    margin: 4rem auto 4rem;
  }
  #section-1 .s-namasekken__media-image:nth-of-type(2) {
    width: 34.2rem;
  }
  #section-1 .s-namasekken__illustration {
    width: 28.8rem;
    margin: 4.2rem auto 0;
  }
  #section-2 .s-namasekken__media + .s-namasekken__media .s-namasekken__media-image {
    width: 33.2rem;
  }
  .s-namasekken__hero-label {
    font-size: 1.4rem;
    letter-spacing: .18em;
  }
  .s-namasekken__hero-body {
    top: 47.5%;
  }
  .s-namasekken__hero-title {
    font-size: 2.2rem;
    margin-top: 1.7rem;
    line-height: 1.4545454545;
    letter-spacing: .1em;
  }
  .s-namasekken__intro {
    padding: 7rem 3rem;
  }
  .s-namasekken__intro-inner {
    width: 100%;
  }
  .s-namasekken__intro-text {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    letter-spacing: .05em;
    text-align: left;
  }
  .s-namasekken__index {
    margin-top: 6rem;
    padding: 2.6rem 1.2rem 2rem;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
  }
  .s-namasekken__index-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    text-align: left;
    margin-top: 1rem;
  }
  .s-namasekken__index-list a {
    margin-left: 1.5rem;
  }
  .s-namasekken__index-list li {
    font-size: 1.4rem;
    line-height: 2.4285714286;
    font-weight: var(--fw-regular);
    letter-spacing: 0;
  }
  .s-namasekken__section-title {
    font-size: 2.2rem;
    line-height: 1.2727272727;
    margin-bottom: 2.5rem;
  }
  .s-namasekken__section-num {
    font-size: 5.6rem;
  }
  .s-namasekken__section-rule {
    height: 4.5rem;
    margin: 0 1.85rem;
  }
  .s-namasekken__lead {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
  .s-namasekken__sub-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .s-namasekken__note {
    flex-direction: column;
    align-items: center;
    row-gap: 2.5rem;
    margin-top: 5rem;
    padding: 3.8rem 2.2rem;
    text-align: justify;
  }
  .s-namasekken__note-body {
    align-items: center;
  }
  .s-namasekken__note-title {
    font-size: 1.6rem;
  }
  .s-namasekken__label {
    margin: 5.5rem auto 0;
    padding: 0.9rem 1.4rem;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .s-namasekken__step-list {
    display: flex;
    flex-direction: column;
    row-gap: 2.2rem;
    margin-top: 3.5rem;
  }
  .s-namasekken__step-item {
    display: grid;
    grid-template-columns: 1fr 14rem;
    align-items: center;
    column-gap: 2.4rem;
    text-align: left;
  }
  .s-namasekken__step-item:nth-child(2) {
    padding-bottom: 4rem;
  }
  .s-namasekken__step-item:nth-child(3) {
    padding-bottom: 3.2rem;
  }
  .s-namasekken__step-item:nth-child(4) {
    padding-bottom: 2.1rem;
  }
  .s-namasekken__step-item:nth-child(5) {
    padding-bottom: 3.4rem;
  }
  .s-namasekken__step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14rem;
    height: 14rem;
    margin-bottom: 0;
    flex-shrink: 0;
    order: 2;
  }
  .s-namasekken__step-icon01 {
    width: 14rem;
    top: -.7rem;
    left: 0;
  }
  .s-namasekken__step-icon02 {
    width: 14rem;
    top: 1.5rem;
    left: 0;
  }
  .s-namasekken__step-icon03 {
    width: 14rem;
    top: 0.6rem;
    left: 0;
  }
  .s-namasekken__step-icon04 {
    width: 14rem;
    top: 0.7rem;
    left: 0;
  }
  .s-namasekken__step-icon05 {
    width: 14rem;
    top: 1.6rem;
    left: 0;
  }
  .s-namasekken__step-icon06 {
    width: 14rem;
    top: 1.6rem;
    left: 0rem;
  }
  .s-namasekken__step-body {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
    flex: 1;
    padding-left: 4.2rem;
  }
  .s-namasekken__step-num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .s-namasekken__step-title {
    margin-top: 0;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
  }
  .s-namasekken__step-text {
    width: auto;
    letter-spacing: .02em;
  }
  .s-namasekken__step-rule {
    position: absolute;
    top: 4.6rem;
    left: 1.2rem;
    width: 1px;
    height: 13.6rem;
    background-color: currentColor;
  }
  .s-namasekken__cite-list {
    margin-top: 9.3rem;
  }
  .s-namasekken__cite-item {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding-right: 0;
  }
  .s-namasekken__cite-image img {
    width: 100%;
    height: auto;
  }
  .s-namasekken__cite-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: var(--fw-regular);
    padding: 2rem 2.4rem 2.5rem;
    text-align: left;
  }
  .s-namasekken__icon-row {
    width: 26.4rem;
    margin: 1.5rem auto 4.5rem;
  }
  .s-namasekken__icon-row img {
    width: 100%;
    margin: 0 auto;
  }
  #section-5 .s-namasekken__cta {
    margin-top: 10rem;
    padding-top: 0;
  }
  #section-5 .s-namasekken__cta-body {
    margin-top: 5rem;
  }
  #section-5 .s-namasekken__cta-title {
    font-size: 1.6rem;
    line-height: 1.425;
  }
  #section-5 .s-namasekken__cta-text {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.8333333333;
    letter-spacing: -.03em;
  }
  #section-5 .s-namasekken__cta-button {
    padding: 1.2rem 3.7rem;
    font-size: 1.4rem;
    margin: 3rem auto 0;
    letter-spacing: 0;
  }
}
/* --------------------------------------------------------------------------
  アニメーション
  -------------------------------------------------------------------------- */
.js-fade {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-fade.show{
  opacity: 1;
}
.s-namasekken .s-namasekken__hero .js-fade img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 2.4s cubic-bezier(.215, .61, .355, 1), opacity 1.2s;
}
.s-namasekken .s-namasekken__hero .js-fade.show img {
  transform: scale(1) !important;
  opacity: 1;
}
