@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
th,
td,
dt,
dd,
ul,
ol,
li,
table,
tt,
td,
tr {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

sup {
  font-size: 40%;
  vertical-align: super;
  top: 0.3em;
  margin-right: 0.2em;
}

.serif {
  font-family: "A1明朝", "A1 Mincho", serif;
  font-display: swap;
}

.serif-en {
  font-family: "Times New Roman", Times, serif;
  font-display: swap;
}

.bold {
  font-weight: 700;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

.entry-header {
  display: none;
}

.entry-content {
  margin: 0 auto;
  overflow-x: hidden;
}

.l-breadcrumb {
  display: none;
}

.l-breadcrumb__item:nth-child(2) {
  display: none;
}

.l-breadcrumb__item:nth-child(3) {
  margin-left: 5px;
}

.entry-content {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.08em !important;
  color: #1a1311;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  transform: translateY(3px) translateX(3px);
  box-shadow: none;
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.entry-content section:last-child {
  margin-bottom: 0 !important;
}

.navbar-nav .dropdown-menu {
  min-width: 166px;
  border-radius: 0.5rem;
  padding:0.8rem 0;
}

/* common parts */
.full-width {
  width: 100%;
}

.w1120 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.w920 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .w1120,
  .w920,
  .w800 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.color-main {
  color: #eb6100;
}

.white_bg {
  background-color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.white-marker span {
  display: inline;
  padding: 8px 10px;
  /*2行になっても左右のパディングを維持 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(transparent 60%, #ffffff 60%);
}

.img-shadow {
  mix-blend-mode: multiply;
}

/* PC-SP表示切り替え */
@media (min-width: 651px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 650px) {
  .hidden-sp {
    display: none;
  }
}
/* SP用改行 */
@media (min-width: 651px) {
  .br-sp {
    display: none;
  }
}
/* PC用改行 */
@media (max-width: 650px) {
  .br-pc {
    display: none;
  }
}
/* ====================================
   MV Section (Video)
   アスペクト比 1920:816 固定
==================================== */
.mv {
  position: relative;
  width: 100%;
  /* アスペクト比を維持するための高さ計算 (816 / 1920 * 100 = 42.5vw) */
  height: 42.5vw;
  min-height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .mv {
    height: 110vw;
    min-height: auto;
  }
}

.mv_video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mv_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv_content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.mv_copy-area {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv_catch {
  font-size: 4.5em;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media screen and (max-width: 650px) {
  .mv_catch {
    font-size: 2.8rem;
  }
}

.mv_subcatch {
  writing-mode: horizontal-tb;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  padding-top: 5px;
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 650px) {
  .mv_subcatch {
    font-size: 1.8rem;
  }
}

/* =============================
　intro
================================ */
.intro {
  padding: 60px 0 90px;
  background-image: url(/wp-content/uploads/2025/12/intro_chemical.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 60px;
  background-size: clamp(225px, 31.6vw + 106px, 312px) auto;
}
@media screen and (min-width: 1025px) {
  .intro {
    background-size: 28% auto;
  }
}

.intro_header {
  margin-bottom: 50px;
}

.intro_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .intro_title {
    font-size: 3.6rem;
  }
}
.intro_title .cross-icon {
  width: 0.9em;
  height: 0.9em;
  margin: 0 0.2em;
  stroke-width: 2; /* 線の太さ */
  flex-shrink: 0;
}
@media screen and (max-width: 650px) {
  .intro_title .cross-icon {
    margin: 0 0.1em;
  }
}
.intro_title .cross-line {
  stroke: #1a1311;
  stroke-linecap: butt; /* 線の端を角張らせる */
}

.intro_subtitle {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .intro_subtitle {
    font-size: 2rem;
    width: 320px;
  }
}
.intro_subtitle::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #1a1311;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.intro_subtitle::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #1a1311;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-intro-txt {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .p-intro-txt {
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.p-intro-txt span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 650px) {
  .p-intro-txt span {
    padding: 0;
  }
}

/* =============================
　story
================================ */
.p-story {
  color: #1a1311;
  line-height: 1.8;
  margin-bottom: 100px;
  overflow-x: hidden;
}
@media screen and (max-width: 799px) {
  .p-story {
    margin-bottom: 60px;
  }
}
.p-story-item:first-child {
  padding-top: 70px;
}
.p-story-inner {
  background-color: #f8f8f8;
  padding-bottom: 80px;
  width: 92%;
  margin: 0 auto;
  padding: 0 4% 80px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-story-inner {
    padding: 0 20px 40px;
  }
  .p-story-inner:first-child {
    padding-bottom: 80px;
  }
}
.p-story-media {
  position: relative;
  z-index: 10;
  display: block;
}
.p-story-media--left {
  margin-left: calc((100vw - 100%) / -2);
  width: calc(50vw + 400px);
  max-width: 92vw;
  margin-bottom: -40px;
  top: -70px;
}
.p-story-media--right {
  margin-left: auto;
  margin-right: calc((100vw - 100%) / -2);
  width: calc(50vw + 400px);
  max-width: 92vw;
  margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .p-story-media {
    width: 92vw !important;
    max-width: none;
    top: -40px;
    margin-bottom: 0;
  }
}
.p-story-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* 651px〜799px の時は縦並びにする */
}
@media screen and (max-width: 799px) {
  .p-story-content {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .p-story-content {
    padding: 0;
    margin-bottom: 20px;
  }
}
.p-story-title {
  width: 250px;
  flex-shrink: 0;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 799px) {
  .p-story-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
.p-story-txt {
  width: calc(100% - 280px);
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 799px) {
  .p-story-txt {
    width: 100%;
    letter-spacing: 0.02em;
  }
}
.p-story-txt .serif {
  letter-spacing: 0.08em;
}
.p-story-nutrition {
  background: #fff;
  padding: 20px;
  margin-top: 40px;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .p-story-nutrition {
    display: block;
  }
}
.p-story-nutrition-caption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-story-nutrition-caption {
    width: 100%;
  }
}
.p-story-nutrition-list {
  width: calc(100% - 150px);
  padding-left: 15px;
  border-left: 1px solid #1a1311;
  font-size: 1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .p-story-nutrition-list {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    border-left: none;
    border-top: 1px solid #1a1311;
    justify-content: center;
  }
  .p-story-nutrition-list::after {
    display: none !important;
  }
}
.p-story-nutrition-list li {
  list-style: disc !important;
  margin-left: 15px;
  padding-right: 15px;
}

/* =============================
　発酵イメージ
================================ */
.p-visual-separator {
  padding-bottom: 100px;
}
@media screen and (max-width: 799px) {
  .p-visual-separator {
    padding-bottom: 60px;
  }
}
.p-visual-separator.wow {
  visibility: hidden;
}

/* =============================
　details
================================ */
.p-details {
  position: relative;
  background-color: #fef6f3;
  overflow-x: clip;
}
.p-details .white-marker span {
  background-image: linear-gradient(rgba(254, 246, 243, 0.3) 60%, #ffffff 60%);
}
.p-details .p-detail {
  padding: 100px 0;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 799px) {
  .p-details .p-detail {
    padding: 70px 0;
  }
}
.p-details .p-detail:last-child {
  border: none;
}
.p-details .p-detail-title {
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.p-details .p-detail-title sup {
  top: -0.1em;
  margin-bottom: -0.5em;
}
@media screen and (max-width: 650px) {
  .p-details .p-detail-title {
    font-size: 3.2rem;
  }
}
.p-details .p-detail-head-txt {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
}

/* --- detail-01 --- */
.p-detail-01 .p-detail-01-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 650px) {
  .p-detail-01 .p-detail-01-head {
    display: block;
  }
}
.p-detail-01 .p-detail-01-head-img {
  width: 70vw;
  max-width: 485px;
  margin-top: -120px;
  margin-left: -120px;
  z-index: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-detail-01 .p-detail-01-head-img {
    width: 60%;
    max-width: none;
    margin-top: -90px;
    margin-left: -90px;
  }
}
@media screen and (max-width: 650px) {
  .p-detail-01 .p-detail-01-head-img {
    width: 100%;
    max-width: none;
    margin-top: -110px;
    margin-left: 0;
  }
}
.p-detail-01 .p-detail-01-head-sec {
  width: 60%;
  max-width: 500px;
  margin-left: -80px;
  z-index: 2;
  position: relative;
  /* タブレット幅(651px-1024px)での調整 */
}
@media screen and (max-width: 1024px) {
  .p-detail-01 .p-detail-01-head-sec {
    min-width: 500px;
    width: 100%;
    margin-left: -100%;
  }
}
@media screen and (max-width: 650px) {
  .p-detail-01 .p-detail-01-head-sec {
    min-width: auto;
    max-width: none;
    margin-top: -40px;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.p-detail-01 .p-detail-01-head-sec .p-detail-head-txt span {
  background-color: rgba(254, 246, 243, 0.6);
  padding: 2px 0;
}
.p-detail-01 .p-detail-01-kobo-olive {
  width: 293px;
  margin: 30px auto;
}
@media screen and (max-width: 650px) {
  .p-detail-01 .p-detail-01-kobo-olive {
    width: 100%;
    max-width: 293px;
  }
}
.p-detail-01 .p-detail-01-kobo-olive {
  width: 293px;
  margin: 30px auto;
}
.p-detail-01 .p-detail-01-caption {
  font-size: 1rem;
  line-height: 1.4;
}
.p-detail-01 .p-detail-content .p-detail-sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  align-items: center;
  white-space: nowrap;
}
.p-detail-01 .p-detail-content .p-detail-sub-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #eb6100;
  margin-left: 15px;
}
.p-detail-01 .p-detail-content .p-detail-sub-txt {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.p-detail-01 .p-detail-content .p-detail-ingredients-wrap {
  align-items: flex-start;
}
@media screen and (max-width: 799px) {
  .p-detail-01 .p-detail-content .p-detail-ingredients-wrap {
    display: block;
  }
}
.p-detail-01 .p-detail-content .p-detail-ingredients {
  padding: 20px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 799px) {
  .p-detail-01 .p-detail-content .p-detail-ingredients {
    padding: 40px;
  }
}
@media screen and (max-width: 650px) {
  .p-detail-01 .p-detail-content .p-detail-ingredients {
    padding: 20px;
  }
}
.p-detail-01 .p-detail-content .p-detail-ingredients--boost {
  background-color: #fff5db;
}
@media screen and (max-width: 799px) {
  .p-detail-01 .p-detail-content .p-detail-ingredients--boost {
    margin-bottom: 20px;
  }
}
.p-detail-01 .p-detail-content .p-detail-ingredients--moist {
  background-color: #effcff;
}
.p-detail-01 .p-detail-content .p-detail-ingredients dl {
  border-bottom: 1px solid #1a1311;
  padding: 20px 0;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .p-detail-01 .p-detail-content .p-detail-ingredients dl {
    display: block;
  }
}
.p-detail-01 .p-detail-content .p-detail-ingredients dl:first-child {
  padding-top: 0;
}
.p-detail-01 .p-detail-content .p-detail-ingredients dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-detail-01 .p-detail-content .p-detail-ingredients dt {
  font-size: 1.4rem;
  font-weight: 700;
  width: 120px;
}
@media screen and (max-width: 650px) {
  .p-detail-01 .p-detail-content .p-detail-ingredients dt {
    margin-bottom: 5px;
  }
}
.p-detail-01 .p-detail-content .p-detail-ingredients dd {
  font-size: 1.2rem;
  width: calc(100% - 140px);
}
@media screen and (max-width: 650px) {
  .p-detail-01 .p-detail-content .p-detail-ingredients dd {
    width: 100%;
  }
}
@media screen and (max-width: 799px) {
  .p-detail-01 .p-detail-content .p-detail-ingredients {
    width: 100%;
  }
}

/* --- detail-02 --- */
.p-detail-02 {
  position: relative;
}
.p-detail-02 .p-detail-02-head {
  margin-bottom: 50px;
}
.p-detail-02 .p-detail-02-head-img-shadow,
.p-detail-02 .p-detail-02-head-img {
  width: 60%;
  max-width: 680px;
  position: absolute;
  top: -150px;
  right: auto;
  left: 50%;
  margin-left: 60px;
}
@media screen and (max-width: 799px) {
  .p-detail-02 .p-detail-02-head-img-shadow,
  .p-detail-02 .p-detail-02-head-img {
    width: 70%;
    top: -130px;
    right: -26vw;
    left: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 650px) {
  .p-detail-02 .p-detail-02-head-img-shadow,
  .p-detail-02 .p-detail-02-head-img {
    width: 80%;
    min-width: 400px;
    top: -80px;
    right: -150px;
  }
}
@media screen and (max-width: 799px) {
  .p-detail-02 .p-detail-02-head-sec {
    display: block;
  }
}
.p-detail-02 .p-detail-02-head-sec .p-detail-head-txt {
  width: 60%;
  max-width: 500px;
}
@media screen and (max-width: 799px) {
  .p-detail-02 .p-detail-02-head-sec .p-detail-head-txt {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}
.p-detail-02 .p-detail-02-head-graphic {
  width: 38%;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .p-detail-02 .p-detail-02-head-graphic {
    width: 100%;
  }
}
.p-detail-02 .p-detail-02-head-graphic .p-detail-02-label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #707070;
  width: 200px;
  margin-bottom: 14px;
}
.p-detail-02 .p-detail-02-head-graphic .p-detail-02-img-beta {
  height: 64px;
  width: auto;
  margin: 0 auto;
}
.p-detail-02 .p-detail-02-head-graphic .p-detail-02-img-beta img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.p-detail-02 .p-detail-02-head-graphic .p-detail-02-arrow {
  width: 45px;
  height: auto;
  margin: 20px auto;
}
.p-detail-02 .p-detail-02-head-graphic .p-detail-02-img-vit-a {
  height: 52px;
  width: auto;
}
.p-detail-02 .p-detail-02-head-graphic .p-detail-02-img-vit-a img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.p-detail-02 .p-detail-02-box {
  border: 1px solid #eb6100;
  padding: 30px;
  align-items: center;
}
@media screen and (max-width: 799px) {
  .p-detail-02 .p-detail-02-box {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .p-detail-02 .p-detail-02-box {
    padding: 20px;
  }
}
.p-detail-02 .p-detail-02-box .p-detail-02-box-txt {
  width: 52%;
}
@media screen and (max-width: 799px) {
  .p-detail-02 .p-detail-02-box .p-detail-02-box-txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-detail-02 .p-detail-02-box .p-detail-02-box-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.08em;
}
.p-detail-02 .p-detail-02-box .p-detail-02-box-sub-txt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-detail-02 .p-detail-02-box .p-detail-02-box-img {
  width: 45%;
  max-width: 374px;
}
@media screen and (max-width: 799px) {
  .p-detail-02 .p-detail-02-box .p-detail-02-box-img {
    width: 100%;
    margin: 0 auto;
  }
}

/* --- detail-03 --- */
.p-detail-03 {
  position: relative;
  padding-bottom: 140px !important;
}
@media screen and (max-width: 650px) {
  .p-detail-03 {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 650px) {
  .p-detail-03 .p-detail-03-head {
    display: block;
  }
}
.p-detail-03 .p-detail-03-head-img-shadow,
.p-detail-03 .p-detail-03-head-img {
  width: 500px;
  position: absolute;
  top: -80px;
  left: auto;
  right: 50%;
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  .p-detail-03 .p-detail-03-head-img-shadow,
  .p-detail-03 .p-detail-03-head-img {
    width: 50%;
    min-width: 375px;
    top: -5%;
    left: -7vw;
  }
}
@media screen and (max-width: 650px) {
  .p-detail-03 .p-detail-03-head-img-shadow,
  .p-detail-03 .p-detail-03-head-img {
    width: 100%;
    left: -10vw;
    top: -50px;
  }
}
.p-detail-03 .p-detail-03-head-sec {
  width: 55%;
  margin-left: auto;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-detail-03 .p-detail-03-head-sec {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .p-detail-03 .p-detail-03-head-sec {
    min-width: auto;
    max-width: none;
    margin-top: 40%;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .p-detail-03 .p-detail-03-head-sec .p-detail-title {
    font-size: clamp(2.4rem, 2.012rem + 1.94vw, 2.8rem);
    letter-spacing: 0.08em;
  }
}
.p-detail-03 .p-detail-03-head-sec .p-detail-head-txt span {
  background-color: rgba(254, 246, 243, 0.6);
  padding: 2px 0;
}
.p-detail-03 .p-detail-03-total-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* =============================
　evidence
================================ */
.p-evidence {
  width: 100%;
  margin-top: -40px;
}
.p-evidence .p-evidence-bg {
  width: 100%;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2025/12/evid_img.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 130px;
  background-size: clamp(586px, 71.3vw + 122px, 1120px) auto;
}
@media screen and (min-width: 1401px) {
  .p-evidence .p-evidence-bg {
    background-size: 1120px auto;
  }
}
@media screen and (max-width: 650px) {
  .p-evidence .p-evidence-bg {
    background-image: url(/wp-content/uploads/2025/12/evid_img_sp.webp);
    background-size: 96%;
    padding-bottom: 80px;
  }
}

.p-evidence-header {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 799px) {
  .p-evidence-header {
    display: block;
    margin-bottom: 30px !important;
  }
}
.p-evidence-header .p-evidence-header-title {
  background-color: #eb6100;
  color: #fff;
  position: relative;
  padding: 20px 60px 20px 0;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 799px) {
  .p-evidence-header .p-evidence-header-title {
    width: 60%;
  }
}
@media screen and (max-width: 650px) {
  .p-evidence-header .p-evidence-header-title {
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 25px 15px 10px;
    margin: 0;
  }
}
.p-evidence-header .p-evidence-header-title h2 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.14em;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 799px) {
  .p-evidence-header .p-evidence-header-title h2 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 650px) {
  .p-evidence-header .p-evidence-header-title h2 {
    padding-left: 0;
    font-size: 2.8rem;
    text-align: left;
  }
}
.p-evidence-header .p-evidence-header-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: #eb6100;
  z-index: 0;
}
.p-evidence-header .p-evidence-header-txt {
  width: calc(100% - 340px);
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 60px 0 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 799px) {
  .p-evidence-header .p-evidence-header-txt {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
.p-evidence-header .p-evidence-header-txt p {
  font-size: 1.4rem;
  line-height: 2.2;
  letter-spacing: 0.08em;
  color: #1a1311;
  margin: 0;
}

/* エビデンスグリッド */
.p-evidence-grid {
  display: grid;
  border: none;
  overflow: visible;
  padding-right: 1px;
  padding-bottom: 1px;
}
@media screen and (min-width: 651px) {
  .p-evidence-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 650px) {
  .p-evidence-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

.p-evidence-card {
  padding: 30px;
  border: 1px solid #707070;
  margin-right: -1px;
  margin-bottom: -1px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  /* 比較エリアの構造 */
}
.p-evidence-card.wow {
  visibility: hidden;
}
@media screen and (max-width: 650px) {
  .p-evidence-card {
    padding: 40px;
  }
  .p-evidence-card:nth-child(1) {
    order: 1;
  }
  .p-evidence-card:nth-child(4) {
    order: 2;
  }
  .p-evidence-card:nth-child(2) {
    order: 3;
  }
  .p-evidence-card:nth-child(3) {
    order: 4;
  }
  .p-evidence-card:nth-child(5) {
    order: 5;
  }
  .p-evidence-card:nth-child(6) {
    order: 6;
  }
}
.p-evidence-card .p-evidence-card-title {
  font-size: 3.2rem;
  text-align: center;
  border-bottom: 1px solid #1a1311;
  margin-bottom: 15px;
}
.p-evidence-card .p-evidence-card-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
  height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-evidence-card .p-evidence-card-comparison {
  margin-bottom: 15px;
}
.p-evidence-card .p-evidence-card-comparison .p-evidence-card-visual {
  align-items: center;
  justify-content: space-between;
}
.p-evidence-card .p-evidence-card-comparison .p-evidence-card-visual .p-evidence-card-img {
  width: 45%;
}
.p-evidence-card .p-evidence-card-comparison .p-evidence-card-visual .p-evidence-card-img img {
  width: 100%;
  display: block;
}
.p-evidence-card .p-evidence-card-comparison .p-evidence-card-visual .p-evidence-card-arrow {
  width: 12px;
}
.p-evidence-card .p-evidence-card-comparison .p-evidence-card-visual .p-evidence-card-arrow img {
  width: 100%;
}
.p-evidence-card .p-evidence-card-comparison .p-evidence-card-captions {
  margin-top: 8px;
  justify-content: space-between;
}
.p-evidence-card .p-evidence-card-comparison .p-evidence-card-captions p {
  width: 45%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
}
.p-evidence-card .p-evidence-card-comparison .p-evidence-card-captions p.is-after {
  font-weight: 700;
}
.p-evidence-card .p-evidence-card-graph {
  margin-bottom: 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-evidence-card .p-evidence-card-point {
  margin-top: auto;
  color: #eb6100;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px;
  border: 2px solid #eb6100;
  position: relative;
  min-height: 4.5em;
  display: flex;
  align-items: center;
}
.p-evidence-card .p-evidence-card-point::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/12/evid_fukidashi_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  top: -11px;
  right: -2px;
}
.p-evidence-card .p-evidence-card-point rt {
  color: #1a1311;
  font-weight: 400;
  font-size: 0.6em;
}

/* =============================
　アイテムラインアップ
================================ */
.p-lineup {
  width: 100%;
  padding-top: 140px;
  background-color: #fbfbfb;
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 799px) {
  .p-lineup {
    padding-top: 100px;
  }
}
@media screen and (max-width: 650px) {
  .p-lineup {
    padding-top: 60px;
  }
}
.p-lineup .p-lineup-title {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.18em;
  line-height: 1.8;
  margin-bottom: 90px;
}
@media screen and (max-width: 799px) {
  .p-lineup .p-lineup-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .p-lineup .p-lineup-title {
    margin-bottom: 60px;
  }
}

.p-lineup-grid {
  display: grid;
  width: calc(100% + 2px);
  margin-left: -1px;
  border: none;
  /* 上段: PCで4列 */
  /* 下段: PCで6列 */
  /* 650px以下の共通調整 */
}
.p-lineup-grid--top {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-lineup-grid--top {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-lineup-grid--top .p-lineup-card {
  padding: 20px 30px 40px;
}
.p-lineup-grid--top .p-lineup-card-img img {
  aspect-ratio: 416/362;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1080px) {
  .p-lineup-grid--top {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-lineup-grid--top .p-lineup-card-img img {
    width: 70%;
    margin: 0 auto;
  }
}
.p-lineup-grid--bottom {
  grid-template-columns: repeat(6, 1fr);
  margin-top: -1px;
}
.p-lineup-grid--bottom .p-lineup-card {
  padding: 15px 15px 30px;
}
.p-lineup-grid--bottom .p-lineup-card-img img {
  aspect-ratio: 390/300;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1080px) {
  .p-lineup-grid--bottom {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .p-lineup-grid--top, .p-lineup-grid--bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* カード共通設定 */
.p-lineup-card {
  border: 1px solid #1a1311;
  margin-left: -1px;
  margin-top: -1px;
  box-sizing: border-box;
  background-color: #fbfbfb;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-lineup-card.wow {
  visibility: hidden;
}
.p-lineup-card .p-lineup-card-name {
  font-size: 1.8rem;
  height: 3.6em;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-lineup-card .p-lineup-card-name {
    font-size: 14px;
    height: 3.2em;
  }
}
.p-lineup-card .p-lineup-card-img {
  width: 100%;
  margin-bottom: 20px;
}
.p-lineup-card .p-lineup-card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-lineup-card .p-lineup-card-txt {
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .p-lineup-card .p-lineup-card-txt {
    width: 90%;
    max-width: 320px;
  }
}
@media screen and (max-width: 650px) {
  .p-lineup-card .p-lineup-card-txt {
    font-size: 1rem;
  }
}

/* =============================
　merit
================================ */
.merit {
  margin-bottom: 80px;
}

/* コンセプト一例 */
.merit-ex {
  padding: 60px;
  background-color: #fffbf9;
}

@media screen and (max-width: 650px) {
  .merit-ex {
    padding: 20px;
  }
}
.merit-ex_head {
  text-align: center;
  margin-bottom: 40px;
}
.merit-ex_head .merit-ex_head_title {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.merit-ex_head .merit-ex_head_title h3 {
  font-weight: 700;
}
.merit-ex_head .merit-ex_head_sub-title {
  font-size: 1.6rem;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 650px) {
  .merit-ex_head .merit-ex_head_title {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .merit-ex_head .merit-ex_head_sub-title {
    font-size: 1.4rem;
    letter-spacing: 0.4em;
  }
}
.merit-ex_items .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
.merit-ex_items .flex li {
  width: 30%;
}
.merit-ex_items .merit-ex_item-header {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.merit-ex_items .merit-ex_item-header h4 {
  font-weight: 700;
  position: relative;
  padding-left: 10px;
}
.merit-ex_items .merit-ex_item-header h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #1a1311;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.merit-ex_items .merit-ex_item-txt {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.merit-ex_items .merit-ex_item-img .flex::after {
  content: none;
}
.merit-ex_items .merit-ex_item-img li {
  width: 18%;
}
.merit-ex_items .merit-ex_item-img .merit-ex_icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 8px;
}
.merit-ex_items .merit-ex_item-img .merit-ex_icon img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.merit-ex_items .merit-ex_item-img .merit-ex_icon .merit-ex_icon_wide {
  width: 120px;
  height: auto;
}
.merit-ex_items .merit-ex_item-img .merit-ex_icon-caption {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .merit-ex_items .flex {
    display: block;
  }
  .merit-ex_items .flex li {
    width: 100%;
    margin-bottom: 40px;
  }
  .merit-ex_items .merit-ex_item-header {
    letter-spacing: 0.04em;
  }
  .merit-ex_items .merit-ex_item-txt {
    line-height: 1.8;
  }
  .merit-ex_items .merit-ex_item-img .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .merit-ex_items .merit-ex_item-img li {
    width: 30%;
    margin-bottom: 20px;
  }
  .merit-ex_items .merit-ex_item-img .merit-ex_icon {
    width: 90px;
    height: 90px;
  }
  .merit-ex_items .merit-ex_item-img .merit-ex_icon img {
    width: 84px;
  }
  .merit-ex_items .merit-ex_item-img .merit-ex_icon .merit-ex_icon_wide {
    width: 100px;
  }
  .merit-ex_items .merit-ex_item-img .merit-ex_icon-caption {
    font-size: 1.2rem;
  }
}
/* =============================
　suggestion
================================ */
.suggestion_title h3 {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
  .suggestion_title h3 {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    width: 100%;
    top: 15px;
  }
}
/* =============================
　cta
================================ */
.cta {
  margin: 40px auto 0;
}

.cta_btn_wrap {
  justify-content: space-around;
  margin-bottom: 200px;
}

.cta_btn {
  width: 100%;
  height: auto;
  max-width: 240px;
}

@media screen and (max-width: 650px) {
  .cta_btn {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 650px) {
  .cta_btn_wrap {
    display: block;
  }
}
/* =============================
　animation
================================ */
.animate__animated {
  /* 全てのアニメーションを少しゆっくり */
  animation-duration: 1s !important;
  animation-fill-mode: both;
  /* もっとゆっくりにしたい場合 */
}
.animate__animated.is-slow {
  animation-duration: 2.5s !important;
}

@keyframes fadeInSubtle {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeInSubtle {
  animation-name: fadeInSubtle;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes fadeInLeftSubtle {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate__fadeInLeftSubtle {
  animation-name: fadeInLeftSubtle;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes fadeInRightSubtle {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate__fadeInRightSubtle {
  animation-name: fadeInRightSubtle;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes fadeInUpSubtle {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate__fadeInUpSubtle {
  animation-name: fadeInUpSubtle;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* スマホでは HTML の data-wow-delay を無視 */
@media screen and (max-width: 650px) {
  .wow {
    animation-delay: 0s !important;
  }
}