@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  box-sizing: border-box; }

.sp-only {
  display: none; }
  @media (max-width: 768px) {
    .sp-only {
      display: block; } }

.pc-only {
  display: block; }
  @media (max-width: 768px) {
    .pc-only {
      display: none; } }

.o-product-07 {
  background: #fff; }

.hero .hero-title {
  margin: 0; }

.hero .hero-content {
  margin-top: 46px;
  display: grid;
  gap: 63px; }
  @media (max-width: 768px) {
    .hero .hero-content {
      margin-top: 18px;
      gap: 24px;
      padding: 0 10px; } }
  .hero .hero-content .hero-cta {
    display: flex;
    justify-content: center; }
  .hero .hero-content .features ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 768px) {
      .hero .hero-content .features ul {
        gap: 0;
        width: 100%; } }
  .hero .hero-content .features li {
    position: relative;
    width: 268px;
    height: 268px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    padding: 18px;
    white-space: nowrap; }
    @media (max-width: 768px) {
      .hero .hero-content .features li {
        width: calc((100% - 20px) / 3);
        height: auto;
        aspect-ratio: 1 / 1;
        font-size: clamp(10px, 2.6vw, 18px);
        line-height: 1.4;
        padding: 8px; } }
  .hero .hero-content .features .pink {
    background: linear-gradient(235deg, #fc83b5 0%, #ff7bab 45%, #f84978 100%); }
  .hero .hero-content .features .green {
    background: linear-gradient(235deg, #a7e96d 0%, #59c667 35%, #398e47 100%); }
  .hero .hero-content .features .blue {
    background: linear-gradient(235deg, #7fb8f2 0%, #59a5ea 45%, #3f7ac2 100%); }
  .hero .hero-content .features .text {
    margin: 0; }
  .hero .hero-content .features .note-number {
    position: absolute;
    right: 45px;
    bottom: 65px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    display: block;
    color: #fff; }
    @media (max-width: 768px) {
      .hero .hero-content .features .note-number {
        right: 26px;
        bottom: 30px;
        font-size: 8px; } }
    @media (max-width: 390px) {
      .hero .hero-content .features .note-number {
        right: 18px;
        bottom: 22px;
        font-size: 7px; } }
    @media (min-width: 590px) {
      .hero .hero-content .features .note-number {
        right: 40px;
        bottom: 55px; } }
    @media (min-width: 768px) {
      .hero .hero-content .features .note-number {
        right: 50px;
        bottom: 70px; } }
    @media (max-width: 320px) {
      .hero .hero-content .features .note-number {
        right: 12px;
        bottom: 18px;
        font-size: 7px; } }
  .hero .hero-content .note {
    margin-top: 46px;
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    font-weight: 300;
    background-color: #f1f1f1;
    color: #4d4d4d; }
    @media (max-width: 768px) {
      .hero .hero-content .note {
        margin-top: 18px;
        font-size: 10px; } }

.nutrition {
  margin-top: 60px; }
  @media (max-width: 768px) {
    .nutrition {
      margin-top: 30px;
      padding: 0 10px; } }
  .nutrition .text {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
    display: block;
    color: #1a1a1a; }
    @media (max-width: 768px) {
      .nutrition .text {
        font-size: 12px; } }
    .nutrition .text .strong {
      font-weight: 700; }
  .nutrition .image {
    margin-top: 46px; }
    @media (max-width: 768px) {
      .nutrition .image {
        margin-top: 18px; } }
    .nutrition .image img {
      width: 100%;
      height: auto;
      display: block; }
  .nutrition .note {
    margin-top: 46px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    padding: 0 12px;
    position: relative;
    padding-left: 1.2em;
    color: #4d4d4d; }
    @media (max-width: 768px) {
      .nutrition .note {
        margin-top: 18px;
        font-size: 10px; } }
    .nutrition .note::before {
      content: "＊";
      position: absolute;
      left: 5px;
      top: 0; }
      @media (max-width: 768px) {
        .nutrition .note::before {
          left: 3px; } }

.interview {
  margin-top: 60px; }
  @media (max-width: 768px) {
    .interview {
      margin-top: 30px;
      padding: 0 10px; } }
  .interview .wrapper {
    padding: 50px 30px;
    border: 10px solid #e7d6c4; }
    @media (max-width: 768px) {
      .interview .wrapper {
        padding: 10px;
        border-width: 3px; } }
    .interview .wrapper .title {
      font-size: 12px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 28px;
      color: #c69c6d;
      position: relative; }
      @media (max-width: 768px) {
        .interview .wrapper .title {
          font-size: clamp(5px, 1.8vw, 16px);
          margin-bottom: 14px; } }
      .interview .wrapper .title > h1 {
        margin: 0; font-size: 2em;line-height: 1.5;}
@media (max-width: 768px) {
    .interview .wrapper .title > h1{
        font-size: 22px;
        padding-top: 20px;
    }
}
      .interview .wrapper .title::after {
        content: "";
        display: block;
        width: 100%;
        max-width: 750px;
        height: 39px;
        margin: 16px auto 0;
        background: url("/Contents/images/himedic_pro/svg/interview_title_border.svg") center/contain no-repeat; }
        @media (max-width: 768px) {
          .interview .wrapper .title::after {
            margin-top: 8px; } }
    .interview .wrapper .introduction {
      display: flex;
      justify-content: space-between;
      gap: 28px; }
      @media (max-width: 768px) {
        .interview .wrapper .introduction {
          gap: 10px;
          flex-direction: column; } }
      .interview .wrapper .introduction .image{
        width: 460px;
        height: 330px;
flex-shrink: 0;}
        @media (max-width: 768px) {
          .interview .wrapper .introduction .image{
            width: 100%;
            height: auto; } }
      @media (max-width: 768px) {
        .interview .wrapper .introduction .text .names {
          display: flex;
          justify-content: center;
          gap: 10px; } }
      .interview .wrapper .introduction .text .names > h2 {
        font-size: 22px;
        font-weight: 700;
        margin: 0;line-height: 1.5; }
      .interview .wrapper .introduction .text > p {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.7;
        color: #4d4d4d; }
        @media (max-width: 768px) {
          .interview .wrapper .introduction .text > p {
            font-size: 12px; } }
    .interview .wrapper > ul {
      padding: 0; }
      .interview .wrapper > ul > li {
        margin-top: 40px;
        list-style: none; }
        @media (max-width: 768px) {
          .interview .wrapper > ul > li {
            margin-top: 20px;
            border-top: 1px solid #e7d6c4; } }
        .interview .wrapper > ul > li .question > p {
          position: relative;
          padding-left: 48px;
          font-size: 20px;
          font-weight: 600;
          line-height: 1.7;
          color: #c69c6d; }
          @media (max-width: 768px) {
            .interview .wrapper > ul > li .question > p {
              font-size: 16px;margin-top: 10px; } }
        .interview .wrapper > ul > li .question > p::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 28px;
          height: 34px;
          background: url("/Contents/images/himedic_pro/svg/question.svg") center/contain no-repeat; }
        .interview .wrapper > ul > li .answer > p {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.7;
          color: #4d4d4d;margin: 1em 0;}
          @media (max-width: 768px) {
            .interview .wrapper > ul > li .answer > p {
              font-size: 14px; } }
        .interview .wrapper > ul > li .answer .name-green {
          color: #7ac943; }
        .interview .wrapper > ul > li .answer .name-purple {
          color: #be7dbc; }
      .interview .wrapper > ul > li:nth-child(2) {
        display: flex;
        justify-content: space-between;
        gap: 28px; }
        @media (max-width: 768px) {
          .interview .wrapper > ul > li:nth-child(2) {
            flex-direction: column-reverse;
            gap: 10px; } }
        .interview .wrapper > ul > li:nth-child(2) .image{
          width: 240px;
          height: 260px;flex-shrink: 0; }
          @media (max-width: 768px) {
            .interview .wrapper > ul > li:nth-child(2) .image{
              width: 100%;
              height: auto; } }
        .interview .wrapper > ul > li:nth-child(2) .image > p {
          font-size: 14px;
          font-weight: 500;
          line-height: 1.7; }
          @media (max-width: 768px) {
            .interview .wrapper > ul > li:nth-child(2) .image > p {
              text-align: center;
              margin-bottom: 0; } }
        .interview .wrapper > ul > li:nth-child(2) .question > p {
          margin-top: 0; }
          @media (max-width: 768px) {
            .interview .wrapper > ul > li:nth-child(2) .question > p {
              margin-top: 10px; } }
      .interview .wrapper > ul > li:nth-child(3) .image {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        gap: 28px; }
        @media (max-width: 768px) {
          .interview .wrapper > ul > li:nth-child(3) .image {
            width: 100%;
            gap: 10px; } }
        .interview .wrapper > ul > li:nth-child(3) .image > img {
          width: 372.5px;
          height: 250px; }
          @media (max-width: 768px) {
            .interview .wrapper > ul > li:nth-child(3) .image > img {
              width: calc((100% - 10px) / 2);
              height: auto; } }
    .interview .wrapper .movie > p {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.7;
      color: #c69c6d; }
      @media (max-width: 768px) {
        .interview .wrapper .movie > p {
          font-size: 14px; } }
    .interview .wrapper .movie .movie-player {
      margin-top: 20px;
      position: relative;
      background: #9b9b9b;
      border-radius: 6px;
      overflow: hidden;
      aspect-ratio: 16 / 9; }
      @media (max-width: 768px) {
        .interview .wrapper .movie .movie-player {
          margin-top: 0;
          margin-bottom: 10px; } }
    .interview .wrapper .movie .video {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      background: #989898;
      z-index: 1; }
    .interview .wrapper .movie .overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #989898;
      border: none;
      padding: 0;
      cursor: pointer;
      z-index: 2; }
    .interview .wrapper .movie .circle {
      width: 240px;
      height: 240px;
      border: 2px solid #fff;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
      color: #fff;
      text-align: center;
      letter-spacing: 0.2em;
      font-size: 14px; }
      @media (max-width: 768px) {
        .interview .wrapper .movie .circle {
          width: 160px;
          height: 160px;
          font-size: 11px;
          gap: 10px; } }
    .interview .wrapper .movie .icon {
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 16px solid #fff;
      margin-left: 6px; }
      @media (max-width: 768px) {
        .interview .wrapper .movie .icon {
          border-top-width: 8px;
          border-bottom-width: 8px;
          border-left-width: 12px; } }
    .interview .wrapper .movie .movie-player.is-playing .overlay {
      opacity: 0;
      pointer-events: none; }

.voice {
  position: relative;
  margin-top: 120px;margin-bottom: 60px; }
  @media (max-width: 768px) {
    .voice {
      margin-top: 60px;margin-bottom: 30px;
      padding: 0 10px; } }
  .voice .title {
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    width: 800px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/Contents/images/himedic_pro/svg/voice_title.svg") center/contain no-repeat; }
    @media (max-width: 768px) {
      .voice .title {
        top: -80px;
        width: 94%;
        font-size: clamp(5px, 1.8vw, 12px); } }
    .voice .title > h1 {
      margin: 0;font-size: 2em; }
  .voice .wrapper {
    background: #f3eae1;
    border-radius: 5px;
    padding: 80px 0 30px; }
    @media (max-width: 768px) {
      .voice .wrapper {
        padding: 55px 10px 50px;
        overflow: hidden; } }
    .voice .wrapper .voices {
      margin: 0;
      padding: 0; }
      .voice .wrapper .voices > li {
        list-style: none;
        display: flex; }
        .voice .wrapper .voices > li > img {
          width: 135px;
          height: auto; }
        .voice .wrapper .voices > li > p {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.7;
          color: #a57c52; }
      .voice .wrapper .voices > li:nth-child(1) {
        margin-left: 50px; }
        .voice .wrapper .voices > li:nth-child(1) > img {
          margin-right: 23px; }
        .voice .wrapper .voices > li:nth-child(1) > p {
          background: url("/Contents/images/himedic_pro/svg/voice_bubble_top.svg") left top/contain no-repeat;
          padding: 20px 60px; }
      .voice .wrapper .voices > li:nth-child(2) {
        flex-direction: row-reverse;
        margin-top: 10px;
        margin-right: 130px; }
        .voice .wrapper .voices > li:nth-child(2) > img {
          width: 137px;
          margin-left: 33px; }
        .voice .wrapper .voices > li:nth-child(2) > p {
          background: url("/Contents/images/himedic_pro/svg/voice_bubble_bottom.svg") left top/contain no-repeat;
          padding: 30px 60px; }
      .voice .wrapper .voices > p {
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        color: #a57c52;
        text-align: left;
        width: fit-content;
        margin-left: auto;
        margin-right: auto; }
      .voice .wrapper .voices .voice-text {
        position: relative;
        z-index: 100;
        display: block; }
      .voice .wrapper .voices > p:nth-child(1) {
        margin-top: 10px;
        position: relative; }
        .voice .wrapper .voices > p:nth-child(1)::before {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 220%;
          height: 200%;
          background: url("/Contents/images/himedic_pro/svg/voice_bubble_top_sp.svg") center/contain no-repeat;
          z-index: 99; }
      .voice .wrapper .voices > p:nth-child(3) {
        margin-top: 30px;
        position: relative; }
        .voice .wrapper .voices > p:nth-child(3)::before {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 200%;
          height: 300%;
          background: url("/Contents/images/himedic_pro/svg/voice_bubble_bottom_sp.svg") center/contain no-repeat;
          z-index: 99; }
      .voice .wrapper .voices .image {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin: 0 20px; }
        .voice .wrapper .voices .image > img {
          width: 60px;
          height: auto; }

.purchase {
  margin-top: 60px; }
  @media (max-width: 768px) {
    .purchase {
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .purchase .wrapper {
      padding: 0 10px; } }
  .purchase .wrapper > ul {
    padding: 0; }
    .purchase .wrapper > ul > li {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      list-style: none;
      margin: 70px 0;
      padding-top: 25px;
      border-top: 1px solid #f1f1f1; }
      @media (max-width: 768px) {
        .purchase .wrapper > ul > li {
          margin: 30px 0;
          padding-top: 15px; } }
      .purchase .wrapper > ul > li .details {
        display: flex;
        gap: 90px; }
        @media (max-width: 768px) {
          .purchase .wrapper > ul > li .details {
            flex-direction: column;
            align-items: center;
            gap: 20px;
            width: 100%; } }
        @media (max-width: 768px) {
          .purchase .wrapper > ul > li .details .text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; } }
        .purchase .wrapper > ul > li .details .text > p {
          font-size: 16.3px;
          font-weight: 300;
          line-height: 1.7;
          margin: 10px 0; }
          @media (max-width: 768px) {
            .purchase .wrapper > ul > li .details .text > p {
              font-size: 14px;
              margin: 5px 0;
              text-align: center; } }
        .purchase .wrapper > ul > li .details .text > h1 {
          font-size: 32px;
          font-weight: 700;
          margin: 0; }
          @media (max-width: 768px) {
            .purchase .wrapper > ul > li .details .text > h1 {
              font-size: 20px;
              text-align: center; } }
        .purchase .wrapper > ul > li .details .text .price {
          display: flex;
          align-items: center;
          gap: 28px; }
          @media (max-width: 768px) {
            .purchase .wrapper > ul > li .details .text .price {
              flex-direction: column;
              gap: 5px; } }
          .purchase .wrapper > ul > li .details .text .price > p {
            font-weight: 700;
            color: #fff;
            background: #b2b2b2;
            padding: 5px 30px; }
          .purchase .wrapper > ul > li .details .text .price > img {
            width: 267px;
            height: 50px; }
        .purchase .wrapper > ul > li .details .text .image > img {
          width: 370px;
          height: 370px; }
        .purchase .wrapper > ul > li .details .image > img {
          width: 344px;
          height: 285px; }
      .purchase .wrapper > ul > li:nth-child(2) .details {
        width: 100%;
        gap: 0; }
        .purchase .wrapper > ul > li:nth-child(2) .details .text {
          flex-grow: 1; }
        @media (max-width: 768px) {
          .purchase .wrapper > ul > li:nth-child(2) .details .image {
            margin: 0 auto; } }
        .purchase .wrapper > ul > li:nth-child(2) .details .image > img {
          width: 200px;
          height: 258px; }
      .purchase .wrapper > ul > li .cta-button {
        width: 450px;
        height: 50px;
        margin: 50px auto 0; }
        @media (max-width: 768px) {
          .purchase .wrapper > ul > li .cta-button {
            width: 100%;
            height: auto;
            padding: 10px 10px;
            margin: 30px auto 0; } }
        .purchase .wrapper > ul > li .cta-button > a {
          color: #fff;
          text-decoration: none;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%; }
          .purchase .wrapper > ul > li .cta-button > a > span {
            font-size: 16px; }
            @media (max-width: 768px) {
              .purchase .wrapper > ul > li .cta-button > a > span {
                font-size: 22px; } }
  .purchase .wrapper .how-to-eat {
    text-align: center;
    background: #f3eae1;
    padding: 20px 40px;
    border-radius: 5px;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .purchase .wrapper .how-to-eat {
        padding: 10px 10px;
        margin-bottom: 15px; } }
    .purchase .wrapper .how-to-eat > h1 {
      font-size: 22px;
      font-weight: 700;
      margin: 0; }
      @media (max-width: 768px) {
        .purchase .wrapper .how-to-eat > h1 {
          font-size: 18px; } }
    .purchase .wrapper .how-to-eat > p {
      font-size: 15px;
      font-weight: 500;
      line-height: 1.7; }
      @media (max-width: 768px) {
        .purchase .wrapper .how-to-eat > p {
          font-size: 14px;
          margin: 5px 0; } }

.ingredient {
  margin-top: 52px;
  margin-bottom: 85px; }
  @media (max-width: 768px) {
    .ingredient {
      margin-top: 15px;
      margin-bottom: 50px;
      padding: 0 10px; } }
  .ingredient .wrapper .ingredient-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff; }
    @media (max-width: 768px) {
      .ingredient .wrapper .ingredient-table {
        display: block;
        width: 100%; } }
  .ingredient .wrapper th {
    width: 200px;
    background: #e5e5e5;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #cbcbcb;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.7;
    border-left: none;
    border-right: none; }
    @media (max-width: 768px) {
      .ingredient .wrapper th {
        font-size: 12px;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        text-align: center;
        padding: 5px 0;
        display: block;
        width: 100%;
        border-top: none;
        border-bottom: none; } }
    .ingredient .wrapper th > span {
      font-size: 12px; }
      @media (max-width: 768px) {
        .ingredient .wrapper th > span {
          font-size: 11px; } }
  .ingredient .wrapper td {
    border: 1px solid #cbcbcb;
    padding: 16px 18px;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    border-right: none;
    border-left: none; }
    @media (max-width: 768px) {
      .ingredient .wrapper td {
        font-size: 10.5px;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        padding: 5px;
        display: block;
        width: 100%;
        border-top: none;
        border-bottom: none; } }
  @media (max-width: 768px) {
    .ingredient .wrapper .ingredient-table tr:last-child td {
      text-align: center;
      border-bottom: 1px solid #e5e5e5; } }
  .ingredient .wrapper > ul {
    margin-top: 28px;
    margin-bottom: 60px;
    padding: 0; }
    @media (max-width: 768px) {
      .ingredient .wrapper > ul {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .ingredient .wrapper > ul > li {
      list-style: none;
      font-size: 15px;
      line-height: 1.7;
      color: #666666; }
      @media (max-width: 768px) {
        .ingredient .wrapper > ul > li {
          font-size: 11px; } }
