* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f4cf83;
}

#main.ajiawase-lp {
  width: 100%;
	max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #4b2f1d;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0;
  line-height: 1.8;
}

#main.ajiawase-lp .mincho {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#main.ajiawase-lp h3 {
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#main.ajiawase-lp .noto {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}

#main.ajiawase-lp .sp {
  display: none;
}
#main.ajiawase-lp .sp-br {
  display: none;
}

.bnc-p-home #main.ajiawase-lp {
  margin-top: 0;
  margin-bottom: 0;
}

.ajiawase-lp section + section {
  margin-top: 0;
}

/* ── フェードインアニメーション ── */
.ajiawase-lp .animation {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.ajiawase-lp .animation.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.lp-hero h1.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.ajiawase-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lp-hero {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.lp-hero picture {
  display: block;
}

.kv-bg {
  width: 100%;
  height: auto;
  display: block;
}

.kv-item-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv-item {
  display: block;
  width: 18vw;
  min-width: 216px;
  height: auto;
  position: relative;
  top: -4vw;
  animation: kv-item-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 1s both;
}

@keyframes kv-item-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.lp-anchor {
  width: 100%;
  background: linear-gradient(90deg, #bf1204 0%, #e65a00 50%, #be1104 100%);
}

.lp-anchor a {
  display: block;
  text-decoration: none;
}

.lp-anchor img {
  width: 100%;
}

.lp-anchor-list {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 10px 10px;
}

.lp-section {
  padding: 86px 0;
  background: linear-gradient(90deg, #fdfbf6 0%, #fff 50%, #fdfbf6 100%);
}

.lp-about,
.lp-mist {
  background: linear-gradient(90deg, #fdf2d6 0%, #fbf8f0 50%, #fdf2d6 100%);
}

.lp-about .lead-text {
  text-align: justify;
}

.lp-product {
  background: linear-gradient(90deg, #152547 0%, #284a79 50%, #152547 100%);
  color: #fff;
}

.lp-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  text-align: center;
}

.section-heading {
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #d83b32;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 104px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0;
}

.section-heading h2 + p {
  margin-top: 0px;
  color: #d83b32;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.section-kicker {
  color: #d83b32;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3rem;
  line-height: 1.4;
}

.section-label {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.section-label img {
  width: auto;
  max-height: 80px;
}

.lead-text {
  width: min(100%, 720px);
  margin: 0 auto;
  font-size: 2.86rem;
  line-height: 1.4em;
  text-align: left;
  color: #000;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.vertical-copy {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  margin: 0 0 28px;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 5.4rem;
  font-weight: 200;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.vertical-copy span {
  writing-mode: vertical-rl;
}

.about-visual {
  width: 648px;
  margin: 0 auto 40px;
}

.lp-secret {
  padding-top: 100px;
  padding-bottom: 90px;
}

.lp-secret .section-label {
  margin: 0 0 82px;
}
.lp-secret .section-heading h3 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #d83b32;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.lp-secret .section-heading h4 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #d83b32;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}

.lp-secret p.lead-text {
  width: min(100%, 700px);
  margin: 68px auto 0;
  font-size: 2.8rem;
  line-height: 1.5em;
  text-align: left;
  color: #000;
  font-weight: 300;
}

.flip-layout {
  display: block;
  margin-top: 40px;
  position: relative;
}

.sp-flavor-switch {
  display: none;
}

.sp-flip-visual {
  display: none;
}

.flip-visual {
  margin: 0 auto 0;
}

.flip-visual-inner {
  width: 100%;
  margin: 0 auto;
}
.flip-visual-inner-animation {
  position: relative;
  top: -10px;
  width: 47%;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-visual-inner-animation img {
  height: 480px; /* トリミング後の実際の高さ(px)に更新する */
  width: auto;
  max-width: none;
  display: block;
}

.flavor-card {
  margin: 0;
  text-align: left;
  width: 46%;
}

.flavor-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 70px;
  width: 92%;
  margin: 0 auto;
}

.flavor-card h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #c87924;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.flavor-card p {
  margin: 0px 0 0;
  font-size: 19px;
  line-height: 1.4em;
  text-align: left;
  letter-spacing: 0.02em;
  color: #000;
  font-weight: 300;
}

.flavor-label {
}
.flavor-card.soy .flavor-label img {
  max-width: 162px;
  position: absolute;
  top: 35px;
  left: 30px;
  width: 15vw;
}
.flavor-card.salt .flavor-label img {
  position: absolute;
  top: 35px;
  right: 0px;
  max-width: 178px;
  width: 15.2vw;
}
.flavor-card.soy .flavor-soy-read {
  position: relative;
  left: -106px;
  max-width: none;
  width: 610px;
  margin: 0 0 5px 0;
}
.flavor-card.salt .flavor-salt-read {
  position: relative;
  right: -8px;
  max-width: none;
  width: 610px;
  margin: 0 0 5px 0;
}

.lp-section.lp-mist {
  padding-top: 98px;
  padding-bottom: 60px;
}
.lp-section.lp-mist .section-heading h2 {
  font-size: 80px;
  margin: 60px auto 0;
  letter-spacing: 0.1em;
}

.mist-visual {
  display: flex;
  justify-content: center;
  gap: 0px;
  width: min(100%, 970px);
  margin: 0 auto 18px;
}

.mist-item {
  width: 100%;
  margin: 0;
}

.mist-item img {
  width: 100%;
}

.mist-item figcaption {
  margin-top: 0;
  color: #d80016;
  font-size: 38px;
  line-height: 1em;
}

.mist-item figcaption span {
  display: block;
  font-size: 17px;
}

.lp-section.lp-mist .lead-text {
  width: min(100%, 660px);
  font-weight: 300;
  line-height: 1.5em;
  font-size: 28px;
  letter-spacing: 0.04em;
}

.lp-enjoy {
  padding-bottom: 90px;
}

.lp-section.lp-enjoy .section-heading {
  margin-bottom: 0;
}
.lp-section.lp-enjoy .section-heading h2 {
  font-size: 80px;
  margin: 50px auto 0px;
  letter-spacing: 0.08em;
  font-weight: 300;
}
.lp-section.lp-enjoy .section-heading h3 {
  font-size: 28px;
  padding: 50px 0 42px;
  letter-spacing: 0.08em;
  font-weight: 300;
  color: #000;
  background: url(../images/bg-enjoy-h3.png) no-repeat right 7.5% center;
  background-size: 194px;
}

.enjoy-list {
  display: flex;
  gap: 70px;
  width: 87%;
  margin: 0px auto;
}

.enjoy-card {
  width: calc((100% - 84px) / 3);
  max-width: 300px;
  text-align: left;
}

.enjoy-card img {
  width: 100%;
  margin-bottom: 10px;
}

.enjoy-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.lp-product {
  padding-top: 102px;
  padding-bottom: 54px;
}

.lp-product .section-heading {
  margin-bottom: 22px;
}

.lp-product .section-heading h2,
.lp-product .section-heading h2 + p {
  color: #fff;
}

.lp-product .section-heading h2 {
  font-size: 53px;
  font-weight: 200;
  margin: 62px auto 27px;
}

.lp-product .section-heading h2 + p {
  width: min(100%, 760px);
  margin-right: auto;
  margin-left: auto;
  font-size: 27px;
  font-weight: 300;
  line-height: 1.5em;
}

.product-visual {
  width: 100%;
  margin: 0 auto 0;
  height: 527px;
  position: relative;
}

.product-button {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -15px;
}

.product-button img {
  width: 400px;
}

.to-pagetop a {
  /* background-image: url(../images/img-page-top.png);
  background-size: contain; */
}

.product-visual {
}

.bottom-item-detail {
}

.bottom-item-detail-soy {
  position: absolute;
  top: 5px;
  left: 194px;
  width: 206px;
  z-index: 1;
}

.bottom-item-detail-salt {
  position: absolute;
  top: 4px;
  right: 196px;
  width: 206px;
  z-index: 1;
}

.bottom-item-detail-soy-image {
  position: absolute;
  top: 211px;
  left: 208px;
  width: 290px;
  z-index: 1;
}

.bottom-item-detail-salt-image {
  position: absolute;
  top: 250px;
  right: 185px;
  width: 320px;
  z-index: 1;
}

.bottom-item-detail-photo {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 252px;
  z-index: 2;
}

/* ── product section 時差フェードイン ── */
.bottom-item-detail-photo,
.bottom-item-detail-soy,
.bottom-item-detail-salt,
.bottom-item-detail-soy-image,
.bottom-item-detail-salt-image {
  opacity: 0;
}

.product-visual.is-animated .bottom-item-detail-photo {
  animation: kv-item-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0s both;
}
.product-visual.is-animated .bottom-item-detail-soy {
  animation: kv-item-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s both;
}
.product-visual.is-animated .bottom-item-detail-salt {
  animation: kv-item-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s both;
}
.product-visual.is-animated .bottom-item-detail-soy-image {
  animation: kv-item-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.75s both;
}
.product-visual.is-animated .bottom-item-detail-salt-image {
  animation: kv-item-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 1s both;
}

/* ttl images PC */
@media (min-width: 769px) {
  .ajiawase-lp img.about-ttl-img {
    display: block;
    margin: 5% auto 0%;
    max-width: 100%;
    width: 34%;
  }
  .ajiawase-lp img.secret01-ttl-img {
    display: block;
    margin: 5% auto 0%;
    max-width: 100%;
    width: 53%;
  }
  .ajiawase-lp img.secret02-ttl-img {
    display: block;
    margin: 6% auto 5%;
    max-width: 100%;
    width: 74%;
  }
  .ajiawase-lp img.enjoy-ttl-img {
    display: block;
    margin: 6% auto 0%;
    max-width: 100%;
    width: 71%;
  }
  .ajiawase-lp picture.enjoy-ttl-wrap {
    display: block;
    background: none;
  }
}

@media (min-width: 1200px) and (max-width: 1480px) {
  .about-visual {
    width: 38vw;
    margin: 0 auto 40px;
  }
  .section-heading h2 {
    font-size: 7vw;
  }
  .section-heading h2 + p {
    font-size: 2.5vw;
  }
  .lead-text {
    font-size: 1.8vw;
  }
  .lp-secret .section-heading h3 {
    font-size: 6vw;
  }
  .lp-secret .section-heading h4 {
    font-size: 2.8vw;
  }
  .lp-secret p.lead-text {
    font-size: 1.8vw;
  }
  .flip-visual-inner-animation img {
    height: 25vw;
  }
  .flavor-card.soy .flavor-label img {
    position: absolute;
    top: 50px;
    left: 108px;
    width: 9vw;
  }
  .flavor-card.salt .flavor-label img {
    position: absolute;
    top: 55px;
    right: 102px;
    width: 9.4vw;
  }
  .flavor-card.soy .flavor-soy-read {
    position: relative;
    left: -3vw;
    max-width: none;
    width: 40vw;
    margin: 0 0 20px 0;
  }
  .flavor-card.salt .flavor-salt-read {
    position: relative;
    right: 0;
    max-width: none;
    width: 40vw;
    margin: 0 0 20px 0;
  }
  .flavor-card p {
    margin: 0px 0 0;
    font-size: 1.25vw;
    line-height: 1.4em;
    text-align: left;
    letter-spacing: 0.02em;
    color: #000;
    font-weight: 300;
  }
  .lp-section.lp-mist .section-heading h2 {
    font-size: 4.8vw;
  }
  .mist-visual {
    display: flex;
    justify-content: center;
    gap: 0px;
    width: min(100%, 770px);
    margin: 0 auto 18px;
  }
  .lp-section.lp-mist .lead-text {
    font-size: 1.52vw;
  }
  .lp-section.lp-enjoy .section-heading h2 {
    font-size: 4.4vw;
  }
  .lp-section.lp-mist .lead-text {
    width: min(100%, 560px);
  }
  .lp-section.lp-enjoy .section-heading h3 {
    font-size: 1.6vw;
    padding: 50px 0 42px;
    letter-spacing: 0.08em;
    font-weight: 300;
    color: #000;
    background: url(../images/bg-enjoy-h3.png) no-repeat right 7.5% center;
    background-size: 14%;
  }
  .enjoy-card p {
    margin: 0;
    font-size: 1.25vw;
    line-height: 1.5em;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.04em;
  }
  .section-label img {
    width: auto;
    max-height: 64px;
  }
  .lp-product .section-heading h2 {
    font-size: 2.8vw;
    margin: 43px auto 18px;
  }
  .lp-product .section-heading h2 + p {
    width: min(100%, 760px);
    font-size: 1.5vw;
  }
  .product-visual {
    width: 80%;
    margin: 0 auto 0;
    max-height: 527px;
    min-height: 480px;
    height: 35vw;
  }
  .product-button {
    top: 0;
  }
  .bottom-item-detail-soy {
    position: absolute;
    top: -1px;
    left: 99px;
    max-width: 206px;
    width: 206px;
    z-index: 1;
  }

  .bottom-item-detail-salt {
    position: absolute;
    top: -3px;
    right: 98px;
    max-width: 206px;
    width: 206px;
    z-index: 1;
  }

  .bottom-item-detail-soy-image {
    position: absolute;
    top: 195px;
    left: 112px;
    max-width: 290px;
    width: 290px;
    z-index: 1;
  }

  .bottom-item-detail-salt-image {
    position: absolute;
    top: 227px;
    right: 90px;
    max-width: 320px;
    width: 320px;
    z-index: 1;
  }

  .bottom-item-detail-photo {
    width: 252px;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 252px;
    z-index: 2;
  }
  .product-button img {
    max-width: 400px;
    width: 21vw;
  }
}

@media (max-width: 768px) {
  html,
  body {
    min-width: 0;
  }

  #main.ajiawase-lp .sp {
    display: block;
  }
  #main.ajiawase-lp .sp-br {
    display: block;
  }

  #wrapper,
  #header,
  #header-inner,
  #main.ajiawase-lp,
  #footer {
    width: 100% !important;
    min-width: 0 !important;
  }

  #nav-header,
  #nav-global {
    display: none;
  }

  #main.ajiawase-lp {
    font-size: 1.4rem;
  }

  .kv-bg {
    width: 100%;
  }
  .ajiawase-lp img.kv-item {
    width: 36vw;
    min-width: 140px;
    top: -11vw;
  }

  .lp-anchor-list {
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 20px 18px;
  }

  .lp-section {
    padding: 62px 24px;
    background: linear-gradient(90deg, #f8f2e5 0%, #fff 50%, #f8f2e5 100%);
  }

  .section-heading h2 {
    font-size: 4.6rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

  .section-heading h2 + p {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .section-heading {
    margin: 0 auto 16px;
    text-align: center;
  }

  .vertical-copy {
    gap: 22px;
    font-size: 2rem;
  }

  .about-visual,
  .mist-visual,
  .product-visual {
    width: 100%;
    margin-bottom: 3px;
  }

  .flip-layout {
    display: none;
  }

  .mist-visual,
  .enjoy-list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .mist-item,
  .enjoy-card {
    width: 100%;
  }

  .sp-flavor-switch {
    display: block;
    margin-top: 30px;
  }

  .sp-tap-text {
  }

  .sp-tap-text span {
  }
  .sp-tap-text span img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }

  .sp-flip-visual {
    width: min(100%, 300px);
    margin: 0 auto 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp-flip-visual img {
    height: 242px;
    width: auto;
    max-width: none;
    margin-top: 14px;
  }

  .sp-flavor-button {
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 0;
  }

  .sp-flavor-track {
    display: flex;
    width: 100%;
    transition: transform 0.4s ease;
    will-change: transform;
  }

  .sp-flavor-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .sp-flavor-slide img {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .sp-flavor-slide h3 {
    margin: 16px 0 8px;
    color: #c87924;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .sp-flavor-slide p {
    font-size: 9px;
    line-height: 1.6em;
    text-align: left;
    width: 67%;
    margin: 0 auto;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: #000;
  }

  .sp-flavor-track {
  }
  .sp-flavor-slide.salt {
    background: url(../images/ajiawase-flavor-butter-sp.png) no-repeat center center;
    background-size: 100%;
    min-height: 375px;
    box-sizing: border-box;
    padding-top: 80vw;
  }
  .sp-flavor-slide.soy {
    background: url(../images/ajiawase-flavor-soy-sp.png) no-repeat center center;
    background-size: 100%;
    min-height: 375px;
    box-sizing: border-box;
    padding-top: 80vw;
  }

  .product-button {
    width: min(100%, 200px);
    top: 0;
    margin: 20px auto 0;
  }

  .product-button img {
    width: 100%;
  }

  .to-pagetop a {
    background-image: url(../images/img-page-top-sp.png);
    background-size: contain;
  }

  .lp-section.lp-about {
    padding: 0px 0px 42px;
    background: linear-gradient(90deg, #feefca 0%, #fbf8f0 50%, #feefca 100%);
  }
  .lp-section.lp-secret {
    padding: 50px 0px 36px;
  }
  .lp-anchor {
    width: 100%;
    background: linear-gradient(90deg, #b60305 0%, #e65a00 50%, #b60305 100%);
    padding: 15px 30px;
  }
  .lp-anchor-list {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    gap: 15px 15px;
    padding: 0;
    width: 100%;
  }
  .lp-section.lp-mist .mist-visual {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 92%;
  }
  .lp-section.lp-mist .mist-visual .mist-item {
    width: 48%;
    position: relative;
  }
  .lp-product {
    background: linear-gradient(90deg, #152648 0%, #284a79 50%, #152648 100%);
    color: #fff;
  }
  .lp-section.lp-product {
    padding: 50px 0 35px;
  }

  .lp-anchor a {
    width: 45%;
  }
  .lead-text {
    width: min(100%, 720px);
    width: 92%;
    margin: 0 auto;
    font-size: 1.35rem;
    line-height: 1.65em;
    text-align: left;
    color: #000;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  }
  .section-label img {
    width: 54%;
    max-height: 80px;
    margin: 0 auto;
  }
  .lp-secret .section-label {
    margin: 0 0 40px;
  }
  .lp-secret .section-heading h4 {
    margin: 0;
    padding: 0;
    border: 0;
    color: #d83b32;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .lp-secret .section-heading h3 {
    margin: 0;
    padding: 0;
    border: 0;
    color: #d83b32;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.06em;
  }
  .lp-secret p.lead-text {
    width: 92%;
    margin: 0 auto;
    font-size: 1.35rem;
    line-height: 1.65em;
    text-align: left;
    color: #000;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  }
  .lp-section.lp-secret .section-heading {
    margin: 0 auto 32px;
  }
  .sp-tap-text img {
  }

  .lp-section.lp-mist {
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(90deg, #feefca 0%, #fbf8f0 50%, #feefca 100%);
  }
  .lp-section.lp-mist .section-label img {
    width: 57%;
  }
  .lp-section.lp-mist .section-heading h2 {
    font-size: 40px;
    margin: 30px auto 60px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
  .mist-item img.mist-after-deco {
    position: absolute;
    top: -36px;
    right: -5px;
    width: 184px;
    max-width: none;
    height: auto;
  }
  .mist-item img {
    width: 100%;
    margin-bottom: 20px;
  }
  .mist-item figcaption {
    margin-top: 0;
    color: #d80016;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.07em;
  }
  .mist-item figcaption span {
    display: block;
    font-size: 9px;
    letter-spacing: 0.15em;
  }
  .lp-section.lp-mist .lead-text {
    width: min(100%, 660px);
    font-weight: 300;
    line-height: 1.5em;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  }
  .lp-section.lp-enjoy {
    padding: 55px 0 15px;
  }
  .lp-section.lp-enjoy .section-heading h2 {
    font-size: 40px;
    letter-spacing: 0.05em;
    text-align: left;
    font-weight: 300;
    width: 100%;
    padding: 0 15% 15px;
    margin: 21px auto 0;
    line-height: 1.5em;
    background: url(../images/bg-enjoy-h3.png) no-repeat right 5% bottom 0;
    background-size: 95px;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  }
  .lp-section.lp-enjoy .section-heading h3 {
    font-size: 13px;
    padding: 0 0 27px;
    letter-spacing: 0.05em;
    margin: 0;
    font-weight: 300;
    color: #000;
    background: none;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  }

  .enjoy-list .enjoy-card {
    width: 73%;
    max-width: 100%;
    margin: 0 auto 32px;
  }
  .enjoy-list .enjoy-card:nth-child(2) {
    margin: 0 auto 16px;
  }
  .enjoy-card p {
    margin: 0;
    font-size: 11px;
    line-height: 1.5em;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.03em;
    font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  }
  .enjoy-card img {
    width: 100%;
    margin-bottom: 6px;
  }
  .lp-section.lp-product {
  }
  .lp-section.lp-product .section-label img {
    width: 30%;
  }
  .lp-product .section-heading h2 {
    font-size: 24px;
    font-weight: 200;
    margin: 30px auto 16px;
  }
  .lp-product .section-heading h2 + p {
    width: min(100%, 760px);
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.04em;
  }
  .lp-product .section-heading {
    margin-bottom: 25px;
  }

  .product-visual {
    height: 91vw;
  }

  .bottom-item-detail-soy {
    position: absolute;
    top: 0;
    left: 8vw;
    width: 33vw;
    z-index: 1;
  }

  .bottom-item-detail-salt {
    position: absolute;
    top: 0;
    right: 8vw;
    width: 32vw;
    z-index: 1;
  }

  .bottom-item-detail-soy-image {
    position: absolute;
    top: 26.5vw;
    left: -4.5vw;
    width: 41.4vw;
    z-index: 1;
    overflow: hidden;
  }

  .bottom-item-detail-salt-image {
    position: absolute;
    top: 33.5vw;
    right: -5vw;
    width: 42vw;
    z-index: 1;
    overflow: hidden;
  }

  .bottom-item-detail-photo {
    position: absolute;
    top: 31vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 42vw;
    z-index: 2;
  }

  /* ttl images SP */
  .ajiawase-lp img.about-ttl-img {
    display: block;
    margin: 3% auto 0%;
    max-width: 100%;
    width: 54%;
  }
  .ajiawase-lp img.secret01-ttl-img {
    display: block;
    margin: 0 auto 0%;
    max-width: 100%;
    width: 85%;
  }
  .ajiawase-lp img.secret02-ttl-img {
    display: block;
    margin: 11% auto 18%;
    max-width: 100%;
    width: 62%;
  }
  .ajiawase-lp img.enjoy-ttl-img {
    display: block;
    margin: 9% auto 0;
    max-width: 100%;
    width: 68%;
  }
  .ajiawase-lp picture.enjoy-ttl-wrap {
    display: block;
    background: url(../images/bg-enjoy-h3.png) no-repeat right 16px bottom 0px;
    background-size: 92px;
    padding: 0 0 26px;
  }
}
