  @charset "UTF-8";

.top-kv {
  position: relative;
  padding-top: 90px;
  margin: 0 auto;
  text-align: center;
  @media screen and (max-width: 767px) {
    overflow: hidden;
  }
  > img {
    width: 100%;
    max-height: 866.25px;
    @media screen and (max-width: 767px) {
      max-height: 100%;
    }
  }
  .kv-inner {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1980px;
    margin: 0 auto;
    height: calc( 100% - 90px );
  }
  .img-ttl {
    position: absolute;
    top: min(4vw, 90px);
    left: 3vw;
    width: min(50vw, 956px);
    @media screen and (max-width: 767px) {
      top: min(8vw, 60px);
      left: 3vw;
      width: min(90vw, 696px);
    }
    img {
      width: 100%;
    }
  }
  .img1 {
    position: absolute;
    top: min(22vw, 435px);
    left: min(30%, 550px);
    width: min(22vw, 460px);
    animation: floating-x 8s ease-in-out infinite alternate-reverse;
    @media screen and (max-width: 767px) {
      top: min(82vw, 560px);
      left: 0;
      width: min(40vw, 259px);
    }
    img {
      width: 100%;
      animation: floating-y 3s ease-in-out infinite alternate-reverse;
    }
  }
  .img2 {
    position: absolute;
    top: min(18vw, 350px);
    left: 54%;
    width: min(18vw, 370px);
    animation: floating-x 3s ease-in-out infinite alternate-reverse;
    @media screen and (max-width: 767px) {
      top: min(70vw, 465px);
      left: 36%;
      width: min(33vw, 246px);
    }
    img {
      width: 100%;
      animation: floating-y 8s ease-in-out infinite alternate-reverse;
    }
  }
  .img3 {
    position: absolute;
    top: min(12vw, 220px);
    left: 73%;
    width: min(25vw, 519px);
    animation: floating-x 8s ease-in-out infinite alternate-reverse;
    @media screen and (max-width: 767px) {
      top: min(51vw, 363px);
      left: 68%;
      width: min(45vw, 294px);
    }
    img {
      width: 100%;
      animation: floating-y 5s ease-in-out infinite alternate-reverse;
    }
  }
  .img4 {
    position: absolute;
    top: min(3vw, 60px);
    left: 83%;
    width: min(14vw, 272px);
    animation: floating-x 2s ease-in-out infinite alternate-reverse;
    @media screen and (max-width: 767px) {
      top: min(49vw, 330px);
      left: 62%;
      width: min(23vw, 158px);
    }
    img {
      width: 100%;
      animation: floating-y 5s ease-in-out infinite alternate-reverse;
    }
  }
}

@keyframes floating-x {
  0% {
    transform: translateX(-0.5%);
  }
  100% {
    transform: translateX(0.5%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}

.top-slide {
  padding-top: 77px;
  padding-bottom: 47px;
  overflow: hidden;
  .top-slide-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  h2 {
    margin-bottom: 56px;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.45;
    @media screen and (max-width: 991px) {
      padding: 0 16px;
    }
    @media screen and (max-width: 767px) {
      font-size: 2.4rem;
    }
  }
  .infinite-slider {
    margin-bottom: 16px;
    .swiper-wrapper {
      display: flex;
      gap: 36px;
      transition-timing-function: linear;
      .swiper-slide {
        max-width: 230px;
        width: 100%;
        height: 110px;
        margin-top: 16px;
        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }
    }
  }
}

.top-desc {
  padding: 56px 0 80px;
  background-image: url("/assets/new/img/top/top-desc-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  @media screen and (max-width: 991px) {
    margin-bottom: 5rem;
    padding-bottom: 0;
    background: url("/assets/new/img/top/top-desc-bg_sp.png");
  }
  .top-desc-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  h2 {
    margin-bottom: 40px;
    text-align: center;
    @media screen and (max-width: 767px) {
      padding: 0 16px;
    }
    img {
      @media screen and (max-width: 767px) {
        width: 100%;
        max-width: 400px;
      }
    }
  }
  h3 {
    margin-bottom: 56px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.45;
    @media screen and (max-width: 991px) {
      padding: 0 16px;
    }
    @media screen and (max-width: 767px) {
      font-size: 2.4rem;
    }
  }
  .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 75px;
    @media screen and (max-width: 991px) {
      padding: 0 16px;
    }
    @media screen and (max-width: 767px) {
      display: block;
    }
    .txt {
      padding-right: 45px;
      @media screen and (max-width: 767px) {
        margin-bottom: 5rem;
        padding-right: 0;
      }
      p {
        margin-bottom: 20px;
        color: #fff;
        font-size: 2rem;
        @media screen and (max-width: 767px) {
          font-size: 1.6rem;
        }
      }
    }
    .image {
      max-width: 537px;
      @media screen and (max-width: 767px) {
        max-width: 100%;
      }
      img {
        width: 100%;
      }
    }
  }
  .columns {
    .columns-ttl {
      margin-bottom: 20px;
      font-size: 4.2rem;
      font-weight: 600;
      color: #fff;
      text-align: center;
      line-height: 1.45;
      @media screen and (max-width: 991px) {
        margin-bottom: 70px;
      }
      @media screen and (max-width: 767px) {
        font-size: 2.4rem;
      }
    }
    .columns-inner {
      display: grid;
      grid-template-columns: 50% 50%;
      padding-top: 110px;
      @media screen and (max-width: 991px) {
        display: block;
        padding-top: 150px;
      }
    }
    .column {
      position: relative;
      padding: 0 36px 32px;
      @media screen and (max-width: 991px) {
        padding: 0 16px 16px;
      }
      &:nth-of-type(1) {
        height: calc(100% - 90px);
        padding-right: 80px;
        background: linear-gradient(180deg,rgba(215, 215, 230, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        @media screen and (max-width: 991px) {
          height: auto;
          padding-right: 16px;
          padding-bottom: 170px;
        }
        &::after {
          position: absolute;
          left: calc( 100% - 1px );
          top: 0;
          content: "";
          display: block;
          width: 70px;
          height: 100%;
          clip-path: polygon(100% 0, 0 0, 0 100%);
          background: linear-gradient(180deg,rgba(215, 215, 230, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
          @media screen and (max-width: 991px) {
            display: none;
          }
        }
      }
      &:nth-of-type(2) {
        margin-top: 87px;
        padding-left: 80px;
        background: #CC1E2B;
        @media screen and (max-width: 991px) {
          margin-top: 0;
          padding-left: 16px;
          padding-bottom: 36px;
        }
        &::after {
          position: absolute;
          right: calc( 100% - 1px );
          top: 0;
          content: "";
          display: block;
          width: 70px;
          height: 100%;
          clip-path: polygon(100% 100%, 100% 0, 0 100%);;
          background: #CC1E2B;
          @media screen and (max-width: 991px) {
            display: none;
          }
        }
        p {
          color: #fff;
        }
        ul {
          li {
            color: #fff;
          }
        }
      }
      .image {
        margin-top: -110px;
        margin-bottom: 12px;
        text-align: center;
        @media screen and (max-width: 991px) {
          margin-top: 0;
        }
        img {
          @media screen and (max-width: 991px) {
            margin-top: -150px;
          }
        }
      }
      p {
        margin-bottom: 28px;
        font-size: 2.2rem;
        font-weight: 600;
        text-align: center;
        line-height: 1.45;
      }
      ul {
        margin-left: 25px;
        li {
          list-style: disc;
          margin-bottom: 10px;
          &:last-child {
            margin-bottom: 0;
          }
        }
      }
    }
  }
}

.top-merit {
  position: relative;
  padding-top: 56px;
  padding-bottom: 400px;
  background-image: url("/assets/new/img/top/top-merit-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #CC1E2B;
  @media screen and (max-width: 767px) {
    padding-bottom: 50px;
  }
  &::before {
    position: absolute;
    top: 40%;
    right: 0;
    width: 95%;
    height: 500px;
    content: "";
    display: block;
    background-color: #E3E3E3;
    @media screen and (max-width: 767px) {
      display: none;
    }
  }
  &::after {
    position: absolute;
    top: 40%;
    left: -5%;
    width: calc( 10% + 1px );
    height: 500px;
    content: "";
    display: block;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background-color: #E3E3E3;
    @media screen and (max-width: 767px) {
      display: none;
    }
  }
  .top-merit-inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1
  }
  h2 {
    margin-bottom: 45px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.45;
    @media screen and (max-width: 767px) {
      font-size: 2.4rem;
    }
  }
  .blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 0 16px;
    @media screen and (max-width: 767px) {
      display: block;
    }
    .block {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 24px;
      text-align: center;
      background-color: #fff;
      @media screen and (max-width: 767px) {
        width: 90%;
        max-width: 400px;
        padding: 30px;
        margin: 0 auto 25px;
      }
      img {
        width: 100%;
        max-width: 300px;
      }
      p {
        margin-top: auto;
        font-weight: 600;
        text-align: center;
        line-height: 1.4;
        font-size: 2.2rem;
      }
    }
  }
}

.top-qa {
  position: relative;
  padding-bottom: 80px;
  background-color: #E3E3E3;
  .top-qa-inner {
    max-width: 1000px;
    margin: -340px auto 0;
    @media screen and (max-width: 767px) {
      margin: 0 16px 0;
    }
  }
  .top-qa-bt {
    position: relative;
    display: block;
    max-width: 532px;
    aspect-ratio: 532 / 150;
    margin: 0 auto 50px;
    background-image: url("/assets/new/img/top/top-qa-bt-bg.png");
    background-size: cover;
    &:hover {
      opacity: 0.8;
    }
    p {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 2.2rem;
      font-weight: 600;
      color: #fff;
      margin-top: -5px;
      @media screen and (max-width: 767px) {
        font-size: 1.8rem;
      }
    }
  }
  h2 {
    margin-bottom: 56px;
    font-size: 4.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.45;
    @media screen and (max-width: 767px) {
      font-size: 2.4rem;
    }
  }
  ul {
    margin-bottom: 53px;
    li {
      margin-bottom: 16px;
      padding: 16px;
      background-color: #2C2C2C;
      &.open {
        .q .bt::after {
          transform: rotate(0deg);
        }
      }
      .q {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 56px;
        cursor: pointer;
        p {
          display: flex;
          align-items: center;
          gap: 14px;
          position: relative;
          padding-right: 50px;
          color: #fff;
          font-weight: 600;
          font-size: 2.2rem;
          line-height: 2  ;
          @media screen and (max-width: 767px) {
            padding-right: 30px;
            font-size: 1.6rem;
            line-height: 1.8;
          }
          &::before {
            flex-shrink: 0;
            left: 0;
            top: 0;
            content: "Q";
            display: flex;
            align-items: center;
            justify-content: center;
            width: 56px;
            height: 56px;
            color: #fff;
            font-size: 2.2rem;
            font-weight: 600;
            background-color: #CC1E2B;
            @media screen and (max-width: 767px) {
              width: 28px;
              height: 28px;
              font-size: 1.8rem;
            }
          }
        }
        .bt {
          position: absolute;
          right: 0;
          top: 50%;
          width: 40px;
          height: 40px;
          margin-top: -20px;
          @media screen and (max-width: 767px) {
            width: 20px;
            height: 20px;
            margin-top: -10px;
          }
          &::before {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            content: "";
            display: block;
            width: 40px;
            height: 4px;
            background-color: #fff;
            @media screen and (max-width: 767px) {
              width: 20px;
              height: 2px;
            }
          }
          &::after {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            content: "";
            display: block;
            width: 40px;
            height: 4px;
            background-color: #fff;
            transform: rotate(90deg);
            transition: .2s;
            @media screen and (max-width: 767px) {
              width: 20px;
              height: 2px;
            }
          }
        }
      }
      .a {
        display: none;
        padding: 42px 32px;
        margin-top: 18px;
        border-radius: 14px;
        background-color: #fff;
        @media screen and (max-width: 767px) {
          padding: 20px;
        }
        p {
          position: relative;
          padding-left: 70px;
          line-height: 1.7;
          @media screen and (max-width: 767px) {
            padding-left: 40px;
          }
          &::before {
            position: absolute;
            left: 0;
            top: 0;
            content: "A";
            display: flex;
            align-items: center;
            justify-content: center;
            width: 56px;
            height: 56px;
            color: #fff;
            font-size: 2.2rem;
            font-weight: 600;
            background-color: #CC1E2B;
            @media screen and (max-width: 767px) {
              width: 28px;
              height: 28px;
              font-size: 1.8rem;
            }
          }
          a {
            text-decoration: underline;
          }
        }
      }
    }
  }
  .top-qa-banner {
    &:hover {
      opacity: 0.8;
    }
    img {
      width: 100%;
    }
  }
}




.product-page-ttl-inner {
  display: flex;
  align-items: center;
  height: 231px;
  background-image: url(/assets/new/img/product/ttl_bg.png);
  background-size: 95% 231px;
  background-repeat: no-repeat;
  background-position: left bottom;
  @media screen and (max-width: 767px) {
    height: 160px;
    background-image: url(/assets/new/img/product/ttl_bg_sp.png);
    background-size: cover;
  }
  h1 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: 600;
    color: #fff;
    @media screen and (max-width: 767px) {
      padding-left: 16px;
      font-size: 2.7rem;
    }
  }
}

.product-overlap {
  .c-box,
  .prdct-box__flx {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    @media screen and (max-width: 767px) {
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  .c-page_ttl {
    padding-bottom: 80px;
    @media screen and (max-width: 767px) {
      padding-top: 0;
      padding-bottom: 40px;
    }
  }
  .c-inner {
     > h2 {
      @media screen and (max-width: 767px) {
        padding-left: 0;
      }
    }
  }
}

.product-navi {
  min-height: 80px;
  margin-bottom: 100px;
  padding: 27px 0;
  box-shadow: 0 0 50px rgba(0,0,0,0.16);
  background-color: #000;
  @media screen and (max-width: 767px) {
    min-height: auto;
    margin-bottom: 50px;
    padding: 15px 0;
  }
  .product-navi-inner {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
    height: 100%;
    @media screen and (max-width: 767px) {
    }
    li {
      a {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 1.4rem;
        @media screen and (max-width: 767px) {
          font-size: 1.2rem;
        }
        &.link {
          &::after {
            transform: rotate(-90deg);
          }
        }
        &::after {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          background-image: url("/assets/new/img/product/navi-arrow.svg");
        }
      }
    }
  }
}

.product-cont {
  margin-bottom: 120px;
  overflow: hidden;
  @media screen and (max-width: 767px) {
    margin-bottom: 60px;
  }
  .product-cont-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  h2 {
    margin-bottom: 32px;
    font-size: 4.2rem;
    font-weight: 600;
    @media screen and (max-width: 767px) {
      width: 60%;
      padding-left: 16px;
      font-size: 2.8rem;
    }
    img {
      @media screen and (max-width: 767px) {
        width: 100%;
      }
    }
  }
  .flex {
    display: flex;
    gap: 75px;
    margin-bottom: 60px;
    @media screen and (max-width: 767px) {
      display: block;
      margin-bottom: 30px;
    }
    &.reverse {
      flex-direction: row-reverse;
      .image {
        margin-left: 0;
        margin-right: -140px;
        @media screen and (max-width: 767px) {
          float: right;
          margin-bottom: 24px;
          margin-right: 0;
        }
      }
    }
    .image {
      margin-left: -140px;
      @media screen and (max-width: 767px) {
        width: 80%;
        margin-left: 0;
      }
      img {
        @media screen and (max-width: 767px) {
          width: 100%;
        }
      }
    }
    .txt {
      margin-top: 30px;
      @media screen and (max-width: 767px) {
        clear: both;
        padding: 0 16px;
      }
      h3 {
        margin-bottom: 40px;
        font-size: 4.2rem;
        font-weight: 600;
        line-height: 1.4;
        @media screen and (max-width: 767px) {
          margin-bottom: 20px;
          font-size: 2.5rem;
        }
        strong {
          color: #80147F;
          font-weight: 600;
        }
      }
      p {}
    }
  }
  .images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 16px;
    @media screen and (max-width: 767px) {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      flex-wrap: wrap;
      gap: 16px;
      padding: 0 16px;
    }
    a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 240px;
      height: 166px;
      border: 1px solid #EAEAEA;
      background-color: #fff;
      @media screen and (max-width: 767px) {
        max-width: 100%;
        padding: 0 16px;
      }
      &::after {
        position: absolute;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        background-image: url("/assets/new/img/product/icon_popup.png");
      }
      img {
        width: 176px;
        @media screen and (max-width: 767px) {
          width: 100%;
        }
      }
    }
  }
  .product-ttl {
    display: flex;
    align-items: center;
    margin-left: -140px;
    height: 112px;
    margin-bottom: 40px;
    padding-left: 140px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    @media screen and (max-width: 767px) {
      height: auto;
      margin-left: 0;
      padding-left: 16px;
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 1.8rem;
      line-height: 1.4;
    }
    &.product-ttl1 {
      background-image: url("/assets/new/img/product/product-ttl1-bg.png");
      @media screen and (max-width: 767px) {
        background-image: url("/assets/new/img/product/product-ttl1-bg_sp.png");
      }
    }
    &.product-ttl-dt {
      background-image: url("/assets/new/img/product/dt/product-ttl-bg.png");
      @media screen and (max-width: 767px) {
        background-image: url("/assets/new/img/product/dt/product-ttl-bg_sp.png");

      }
      .txt {
        font-size: 1.2rem;
        letter-spacing: 2px;
      }
      .num {
        display: block;
        margin-top: -8px;
        margin-right: 80px;
        font-size: 7.2rem;
        color: #fff;
        opacity: 0.4;
        @media screen and (max-width: 767px) {
          margin-right: 30px;
          font-size: 4rem;
        }
      }
    }
    &.product-ttl-ht {
      background-image: url("/assets/new/img/product/ht/product-ttl-bg.png");
      @media screen and (max-width: 767px) {
        background-image: url("/assets/new/img/product/ht/product-ttl-bg_sp.png");
      }
      .txt {
        font-size: 1.2rem;
        letter-spacing: 2px;
      }
      .num {
        display: block;
        margin-top: -8px;
        margin-right: 80px;
        font-size: 7.2rem;
        color: #fff;
        opacity: 0.4;
        @media screen and (max-width: 767px) {
          margin-right: 30px;
          font-size: 4rem;
        }
      }
    }
  }
  .figure {
    margin-bottom: 80px;
    @media screen and (max-width: 767px) {
      padding: 0 16px;
    }
    .scrollable-figure {
      overflow-x: auto;
      img {
        margin-bottom: 40px;
        @media screen and (max-width: 767px) {
          margin-bottom: 20px;
        }
      }
    }
    p {
      padding-top: 16px;
      text-align: center;
      font-weight: 600;
      @media screen and (max-width: 767px) {
        text-align: left;
      }
    }
  }
  .links {
    padding: 32px 0 92px;
    background-image: url("/assets/new/img/product/cont02-link-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    @media screen and (max-width: 767px) {
      background-image: url("/assets/new/img/product/cont02-link-bg_sp.png");
    }
    .links-inner {
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      @media screen and (max-width: 767px) {
        display: block;
        padding: 0 32px 0px;
      }
    }
    .link {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 475px;
      padding: 10px 0 40px;
      text-align: center;
      background-color: #fff;
      @media screen and (max-width: 767px) {
        margin: 0 auto 22px;
      }
      img {
        @media screen and (max-width: 767px) {
          width: 100%;
        }
      }
      p {
        margin-bottom: 20px;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1.2;
        @media screen and (max-width: 767px) {
          font-size: 1.8rem;
        }
      }
      .c-btn01 {
        margin-top: auto;
        max-width: 260px;
        a {
          padding: 1.18em .5em;
          span {}
        }
      }
    }
  }
}


.product-kv {
  @media screen and (min-width: 1491px) {
    width: 1490px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1490px) {
    img {
      object-fit: cover;
      height: 45vw;
      @media screen and (max-width: 767px) {
        height: 100%;
      }
    }
  }
  img {
    width: 100%;
  }
}

.product-overview {
  background-image: url("/assets/new/img/product/dt/product-overview-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  @media screen and (max-width: 767px) {
    padding-bottom: 340px;
  }
  .txt {
    margin-bottom: 36px;
  }
}

.product-target {
  margin-top: -390px;
  @media screen and (max-width: 767px) {
    margin-top: -240px;
  }
  h2 {
    @media screen and (max-width: 767px) {
      width: 100%;
      text-align: center;
    }
  }
  .flex-block {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    @media screen and (max-width: 767px) {
      display: block;
    }
    .block {
      max-width: 695px;
      @media screen and (max-width: 767px) {
        max-width: 100%;
      }
      &:nth-of-type(1) {
        @media screen and (max-width: 767px) {
          margin-bottom: 24px;
        }
        .image {
          @media screen and (max-width: 767px) {
            width: 80%;
            margin-left: -10%;
          }
        }
        .txt {
          text-align: center;
          padding-left: 160px;
          @media screen and (max-width: 1036px) {
            padding-left: 200px;
          }
          @media screen and (max-width: 767px) {
            padding-left: 16px;
            text-align: left;
          }
        }
      }
      &:nth-of-type(2) {
        .image {
          @media screen and (max-width: 767px) {
            float: right;
            width: 80%;
            margin-right: -10%;
          }
        }
        .txt {
          clear: both;
          text-align: center;
          padding-right: 160px;
          @media screen and (max-width: 1036px) {
            padding-right: 200px;
          }
          @media screen and (max-width: 767px) {
            padding-right: 16px;
            text-align: right;
          }
        }
      }
      .image {
        margin-bottom: 16px;
        img {
          @media screen and (max-width: 767px) {
            width: 100%;
          }
        }
      }
      .txt {
        h3 {
          margin-bottom: 10px;
          font-size: 3.2rem;
          font-weight: 600;
          @media screen and (max-width: 767px) {
            font-size: 2.2rem;
          }
        }
        p {
          font-size: 2.2rem;
          font-weight: 600;
          @media screen and (max-width: 767px) {
            font-size: 1.8rem;
          }
          strong {
            font-weight: 600;
          }
        }
      }
    }
  }
}

.product-recommend {
  h2 {
    @media screen and (max-width: 767px) {
      width: 100%;
    }
  }
 .blocks {
  background-image: url(/assets/new/img/product/dt/product-recommend-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 98%;
  .blocks-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 32px;
    @media screen and (max-width: 1032px) {
      padding-left: 16px;
      padding-right: 16px;
    }
    @media screen and (max-width: 767px) {
      display: block;
    }
  }
  .block {
    max-width: 475px;
    border: 1px solid #fff;
    @media screen and (max-width: 767px) {
      margin: 0 auto 20px;
    }
    .top {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 200px;
      position: relative;
      background-color: #fff;
      @media screen and (max-width: 767px) {
        min-height: 120px;
      }
      &::before {
        position: absolute;
        top: 16px;
        left: 16px;
        content: "";
        display: block;
        width: 48px;
        height: 48px;
        @media screen and (max-width: 767px) {
          top: 8px;
          left: 8px;
          width: 24px;
          height: 24px;
          background-size: cover;
        }
      }
      &::after {
        position: absolute;
        left: 50%;
        bottom: -19px;
        content: "";
        margin-left: -12px;
        width: 24px;
        height: 20px;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background-color: #fff;
        z-index: 10;
      }
    }
    .bottom {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 316px;
      padding: 48px 32px;
      color: #fff;
      @media screen and (max-width: 767px) {
        min-height: 100%;
        padding: 36px 16px;
      }
      &::before {
        position: absolute;
        top: 16px;
        left: 16px;
        content: "";
        display: block;
        width: 56px;
        height: 56px;
        background-image: url(/assets/new/img/product/dt/icon_check.svg);
        @media screen and (max-width: 767px) {
          top: 8px;
          left: 8px;
          width: 28px;
          height: 28px;
          background-size: cover;
        }
      }
      > div {
        margin-top: 24px;
        font-weight: 600;
      }
    }
    p {
      font-size: 2.2rem;
      font-weight: 600;
      text-align: center;
      line-height: 1.4;
      @media screen and (max-width: 767px) {
        font-size: 1.8rem;
      }
    }
  }
 }
}

.product-function {
  h2 {
    @media screen and (max-width: 767px) {
      width: 100%;
    }
    &.ex {
      margin: 0 -50px 32px;
    }
  }
  .column {
    margin-bottom: 80px;
    &:last-child {
      margin-bottom: 0;
    }
    .txt-center {
      margin-bottom: 24px;
      text-align: center;
      font-weight: 600;
      @media screen and (max-width: 767px) {
        text-align: left;
      }
      strong {
        font-weight: 600;
      }
    }
    .txt-center2 {
      max-width: 840px;
      margin: 0 auto;
      font-weight: 600;
      @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        font-weight: 500;
      }
    }
    > .image {
      + * {
        margin-top: 24px;
      }
    }
    .figure {
      + .txt-center2 {
        margin-top: -50px;
      }
    }
  }
  .flex-circle {
    display: flex;
    gap: 100px;
    @media screen and (max-width: 767px) {
      flex-wrap: wrap;
      justify-content: center;
      gap: 0;
    }
    .block {
      @media screen and (max-width: 767px) {
        width: 40%;
        margin: 0 16px 16px;
      }
      .image {
        margin-bottom: 8px;
        img {
          @media screen and (max-width: 767px) {
            width: 100%;
          }
        }
      }
      p {
        font-size: 2.2rem;
        text-align: center;
        line-height: 1.4;
        font-weight: 600;
        @media screen and (max-width: 767px) {
          font-size: 1.7rem;
        }
      }
    }
  }
  .flex-square {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    @media screen and (max-width: 767px) {
      grid-template-columns: repeat(2, 1fr);
    }
    .block {
      @media screen and (max-width: 767px) {
        width: 100%;
        margin: 0;
        text-align: center;
      }
      .image {
        margin-bottom: 5px;
        img {
          width: 100%;
          @media screen and (max-width: 767px) {
            max-width: 176px;
          }
        }
      }
      p {
        text-align: center;
        font-weight: 600;
        @media screen and (max-width: 767px) {
          font-size: 1.7rem;
        }
      }
    }
  }
}

.product-dt {
  .product-overview {
    padding-bottom: 590px;
    background-image: url("/assets/new/img/product/dt/product-overview-bg.png");
    @media screen and (max-width: 767px) {
      background-image: url("/assets/new/img/product/dt/product-overview-bg_sp.png");
      padding-bottom: 250px;
    }
  }
  .product-target {
    margin-top: -470px;
    @media screen and (max-width: 767px) {
      margin-top: -190px;
    }
  }
  .product-target .flex-block .block .txt p strong,
  .product-function .column .txt-center strong {
    color: #39359E;
  }
  .product-recommend .blocks .block,
  .product-recommend .blocks .block .bottom {
    background-color: #39359E;
  }
  .product-recommend .blocks .block .top::before {
    background-image: url(/assets/new/img/product/dt/icon_face.svg);
  }
}

.product-ht {
  .product-cont {
    .images {
      display: flex;
      justify-content: center;
      @media screen and (max-width: 767px) {
        flex-wrap: nowrap;
      }
    }
  }
  .product-overview {
    padding-bottom: 550px;
    background-image: url("/assets/new/img/product/ht/product-overview-bg.png");
    @media screen and (max-width: 767px) {
      background-image: url("/assets/new/img/product/ht/product-overview-bg_sp.png");
      padding-bottom: 230px;
    }
  }
  .product-target {
    margin-top: -470px;
    @media screen and (max-width: 767px) {
      margin-top: -150px;
    }
  }
  .product-target .flex-block .block .txt p strong,
  .product-function .column .txt-center strong {
    color: #E03B87;
  }
  .product-recommend .blocks .block,
  .product-recommend .blocks .block .bottom {
    background-color: #DB2679;
  }
  .product-recommend .blocks .block .top::before {
    background-image: url(/assets/new/img/product/ht/icon_face.svg);
  }
}