@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
#first .worryArea {
  background: #424242;
  padding: min(40px,4.167vw) 0 min(60px,6.2505vw); }
  #first .worryArea h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      #first .worryArea h2 {
        margin-bottom: 15px; } }
    #first .worryArea h2 span.small {
      margin-bottom: 20px; }
    #first .worryArea h2 span.text {
      vertical-align: middle; }
      @media (max-width: 480px) {
        #first .worryArea h2 span.text {
          width: 35%; } }
  #first .worryArea ul {
    justify-content: center; }
    @media (max-width: 480px) {
      #first .worryArea ul {
        flex-direction: column;
        margin: 0 auto; } }
    #first .worryArea ul li {
      width: 44%;
      background: #fff;
      position: relative;
      height: 310px; }
      #first .worryArea ul li::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/check.svg") no-repeat center center/contain;
        width: 80px;
        height: 80px;
        top: 0;
        left: 0;
        z-index: 3; }
        @media (max-width: 480px) {
          #first .worryArea ul li::before {
            width: 60px;
            height: 60px; } }
      #first .worryArea ul li figure {
        text-align: center;
        height: 200px;
        display: flex;
        width: 70%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        padding-left: 40px; }
        @media (max-width: 480px) {
          #first .worryArea ul li figure {
            text-align: center;
            height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 20px;
            width: 60%;
            margin: 0 auto; } }
      #first .worryArea ul li p {
        text-align: center;
        font-size: clamp(16px, 2.8vw, 28px);
        letter-spacing: 0.1em;
        line-height: 1.5; }
      #first .worryArea ul li:nth-child(2n) {
        margin: 0 0 0 10px; }
      #first .worryArea ul li:nth-child(n + 3) {
        margin-top: 10px; }
      @media (max-width: 480px) {
        #first .worryArea ul li {
          width: 70%;
          margin: 10px auto;
          height: 230px; }
          #first .worryArea ul li:nth-child(2n), #first .worryArea ul li:nth-child(n + 3) {
            margin: 10px auto; } }
#first .superfood .head {
  position: relative;
  text-align: center;
  padding: min(60px,6.2505vw) 0 10px;
  margin-bottom: 150px; }
  #first .superfood .head::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 95px 375px 0 375px;
    border-color: #ffffff transparent transparent transparent;
    top: 100%;
    left: 0;
    filter: drop-shadow(0px 30px 20px rgba(0, 0, 0, 0.1)); }
    @media (max-width: 768px) {
      #first .superfood .head::before {
        border-width: 95px 50vw 0 50vw; } }
    @media (max-width: 480px) {
      #first .superfood .head::before {
        border-width: 60px 50vw 0 50vw; } }
  #first .superfood .head p {
    font-size: clamp(16px, 2.8vw, 28px);
    padding-bottom: 30px;
    letter-spacing: 0.075em; }
    @media (max-width: 480px) {
      #first .superfood .head p {
        padding-bottom: 15px; } }
  #first .superfood .head h2 {
    letter-spacing: 0.075em;
    background: linear-gradient(transparent 80%, #FFEB5D 0%);
    padding-bottom: 5px;
    display: inline-block; }
    #first .superfood .head h2 span {
      font-size: clamp(40px, 8.6vw, 86px);
      position: relative;
      letter-spacing: 0.1em;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500; }
      #first .superfood .head h2 span::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/emphasis_maru.svg") no-repeat center center/contain;
        width: 311px;
        height: 131px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 480px) {
          #first .superfood .head h2 span::before {
            width: 130px;
            height: 80px;
            top: 58%;
            left: 47%; } }
#first .superfood .body {
  position: relative; }
  #first .superfood .body p.lead {
    text-align: center;
    font-size: clamp(24px, 4.8vw, 48px);
    letter-spacing: 0.075em;
    margin-bottom: 40px;
    font-feature-settings: "palt"; }
    @media (max-width: 480px) {
      #first .superfood .body p.lead {
        margin-top: -50px;
        position: relative;
        margin-bottom: 80px; } }
    #first .superfood .body p.lead span {
      display: inline-block;
      font-size: clamp(16px, 2.8vw, 28px);
      letter-spacing: 0.075em;
      position: relative; }
      #first .superfood .body p.lead span::before, #first .superfood .body p.lead span::after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: #000000;
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg); }
      #first .superfood .body p.lead span::before {
        left: -40px;
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg); }
        @media (max-width: 480px) {
          #first .superfood .body p.lead span::before {
            left: -30px; } }
      #first .superfood .body p.lead span:after {
        right: -40px; }
        @media (max-width: 480px) {
          #first .superfood .body p.lead span:after {
            right: -30px; } }
  #first .superfood .body .photoBox {
    position: relative;
    overflow: hidden; }
    @media (max-width: 480px) {
      #first .superfood .body .photoBox figure {
        width: 60%; } }
    #first .superfood .body .photoBox figure:nth-of-type(1) {
      margin-left: -10px; }
    #first .superfood .body .photoBox figure:nth-of-type(2) {
      text-align: right;
      margin-top: -80px;
      margin-right: -10px; }
      @media (max-width: 480px) {
        #first .superfood .body .photoBox figure:nth-of-type(2) {
          margin: -50px 0 0 auto; } }
    #first .superfood .body .photoBox figure:nth-of-type(3) {
      margin-top: -215px;
      margin-left: 60px; }
      @media (max-width: 480px) {
        #first .superfood .body .photoBox figure:nth-of-type(3) {
          margin: -40px 0 0 0; } }
  #first .superfood .body .text {
    margin: -40px 0 0 auto;
    padding-bottom: 60px;
    width: 50%; }
    @media (max-width: 480px) {
      #first .superfood .body .text {
        width: 55%;
        margin: 0 0 0 auto;
        padding-bottom: 40px; } }
    #first .superfood .body .text p {
      font-size: clamp(14px, 2.4vw, 24px);
      letter-spacing: 0.075em;
      line-height: 1.75; }
  #first .superfood .body .btn {
    background: #C94E8F;
    border-radius: 10px;
    padding: 35px 10px;
    margin: 0 auto 60px;
    position: relative;
    width: 80%; }
    #first .superfood .body .btn::before {
      content: '';
      position: absolute;
      background: url("../img/lp/index/arrow.svg") no-repeat center center/contain;
      width: 18px;
      height: 36px;
      top: 50%;
      transform: translateY(-50%);
      right: 25px;
      /*アニメーションの指定*/
      transition: all .3s; }
      @media (max-width: 480px) {
        #first .superfood .body .btn::before {
          right: 10px;
          width: 10px;
          height: 23px; } }
    #first .superfood .body .btn:hover::before {
      right: 10px; }
    @media (max-width: 480px) {
      #first .superfood .body .btn {
        padding: 20px 10px; } }
    #first .superfood .body .btn a {
      display: block;
      color: #fff;
      font-size: clamp(20px, 3.6vw, 36px);
      letter-spacing: 0.075em;
      font-weight: 500;
      line-height: 1;
      text-align: center; }
  #first .superfood .body .bg {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    z-index: -1; }
    @media (max-width: 480px) {
      #first .superfood .body .bg {
        top: -100px; } }
    #first .superfood .body .bg picture {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      overflow: hidden; }
      #first .superfood .body .bg picture::before {
        content: '';
        padding-top: 157.6%;
        width: 100%;
        display: block; }
      #first .superfood .body .bg picture source, #first .superfood .body .bg picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
#first .kuroninniku .descBox {
  background: #DDE7EB;
  position: relative;
  margin-bottom: 150px; }
  @media (max-width: 480px) {
    #first .kuroninniku .descBox {
      margin-bottom: 100px; } }
  #first .kuroninniku .descBox::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 95px 375px 0 375px;
    border-color: #DDE7EB transparent transparent transparent;
    top: 100%;
    left: 0; }
    @media (max-width: 480px) {
      #first .kuroninniku .descBox::before {
        border-width: 60px 50vw 0 50vw; } }
  #first .kuroninniku .descBox .head {
    text-align: center;
    padding: min(80px,8.334vw) 0 min(40px,4.167vw);
    border-bottom: 2px solid #424242;
    background: #DDE7EB;
    position: relative; }
    #first .kuroninniku .descBox .head::before, #first .kuroninniku .descBox .head::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 50%; }
    #first .kuroninniku .descBox .head::before {
      border-color: rgba(66, 66, 66, 0);
      border-top-width: 19px;
      border-bottom-width: 19px;
      border-left-width: 19px;
      border-right-width: 19px;
      margin-left: -19px;
      margin-top: 1px;
      border-top-color: #424242; }
    #first .kuroninniku .descBox .head::after {
      border-color: rgba(221, 231, 235, 0);
      border-top-width: 17px;
      border-bottom-width: 17px;
      border-left-width: 17px;
      border-right-width: 17px;
      margin-left: -17px;
      border-top-color: #DDE7EB; }
    #first .kuroninniku .descBox .head p {
      font-size: clamp(16px, 2.8vw, 28px);
      letter-spacing: 0.075em;
      line-height: 1.5;
      margin-bottom: 20px; }
    #first .kuroninniku .descBox .head h2 {
      letter-spacing: 0.01em;
      color: #C94E8F;
      line-height: 1.5; }
  #first .kuroninniku .descBox .photoBox {
    padding: min(50px,5.208vw) 0 0; }
    @media (max-width: 480px) {
      #first .kuroninniku .descBox .photoBox {
        padding-top: 35px; } }
    #first .kuroninniku .descBox .photoBox .lead {
      font-size: clamp(14px, 2.4vw, 24px);
      letter-spacing: 0.075em;
      line-height: 1.75;
      margin-bottom: 20px; }
    #first .kuroninniku .descBox .photoBox picture {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      overflow: hidden; }
      #first .kuroninniku .descBox .photoBox picture::before {
        content: '';
        padding-top: 41.8%;
        width: 100%;
        display: block; }
      #first .kuroninniku .descBox .photoBox picture source, #first .kuroninniku .descBox .photoBox picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    #first .kuroninniku .descBox .photoBox .ttl {
      font-size: clamp(16px, 2.8vw, 28px);
      letter-spacing: 0.075em;
      line-height: 1.75;
      text-align: center;
      margin-top: 30px; }
      #first .kuroninniku .descBox .photoBox .ttl span {
        display: inline-block;
        font-size: clamp(32px, 6.4vw, 64px);
        letter-spacing: 0.075em;
        line-height: 1;
        background: linear-gradient(transparent 75%, #FFEB5D 0%);
        padding-bottom: 8px; }
@media (max-width: 480px) {
  #first .kuroninniku .figBox {
    padding: 0 20px; } }
#first .kuroninniku .figBox h2 {
  text-align: center;
  color: #C94E8F;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: 20px; }
#first .kuroninniku .figBox picture {
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden; }
  #first .kuroninniku .figBox picture::before {
    content: '';
    padding-top: 46.5%;
    width: 100%;
    display: block; }
  #first .kuroninniku .figBox picture source, #first .kuroninniku .figBox picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
#first .component .head {
  background: #424242;
  padding: 20px 0 30px;
  position: relative; }
  #first .component .head::before, #first .component .head::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%; }
  #first .component .head::before {
    border-color: rgba(66, 66, 66, 0);
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 19px;
    border-right-width: 19px;
    margin-left: -19px;
    border-top-color: #424242; }
  #first .component .head p {
    color: #fff;
    text-align: center;
    font-size: clamp(22px, 3.6vw, 36px);
    letter-spacing: 0.075em; }
#first .component .body {
  position: relative;
  padding: min(50px,5.208vw) 0 min(60px,6.2505vw); }
  #first .component .body .componentBox {
    justify-content: center;
    margin-bottom: 20px; }
  #first .component .body ul.unitList {
    width: 40%; }
    #first .component .body ul.unitList li {
      height: 300px; }
      @media (max-width: 480px) {
        #first .component .body ul.unitList li {
          height: 156px; } }
      #first .component .body ul.unitList li figure {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #first .component .body ul.unitList li figure::before {
          content: '';
          padding-top: 100%;
          width: 100%;
          display: block; }
        #first .component .body ul.unitList li figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
      #first .component .body ul.unitList li + li {
        margin-top: 30px; }
    #first .component .body ul.unitList + ul {
      margin: 23% 0 0 30px; }
  #first .component .body .other p {
    text-align: center;
    margin-bottom: 40px;
    position: relative; }
    #first .component .body .other p::before {
      content: "";
      position: absolute;
      height: 2px;
      background: #000;
      width: 125px;
      top: 50%;
      transform: translateY(-50%);
      left: 40px; }
      @media (max-width: 480px) {
        #first .component .body .other p::before {
          width: 50px;
          left: 0; } }
    #first .component .body .other p::after {
      content: "";
      position: absolute;
      height: 2px;
      background: #000;
      width: 125px;
      top: 50%;
      transform: translateY(-50%);
      right: 40px; }
      @media (max-width: 480px) {
        #first .component .body .other p::after {
          width: 50px;
          right: 0; } }
  #first .component .body .other ul {
    margin: auto;
    max-width: 670px;
    width: 100%;
    justify-content: space-between; }
    #first .component .body .other ul::after {
      content: "";
      display: block;
      width: 31.34%; }
    #first .component .body .other ul li {
      border: 2px solid #E087B1;
      color: #C94E8F;
      width: 31.34%;
      text-align: center;
      margin-bottom: 20px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff; }
      @media (max-width: 480px) {
        #first .component .body .other ul li {
          width: 46%;
          height: 50px; } }
  #first .component .body .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1; }
    #first .component .body .bg picture {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      overflow: hidden; }
      #first .component .body .bg picture::before {
        content: '';
        padding-top: 222%;
        width: 100%;
        display: block; }
      #first .component .body .bg picture source, #first .component .body .bg picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }

#second .intro {
  position: relative; }
  #second .intro:before {
    content: '';
    position: absolute;
    background: url("../img/lp/index/intro_vitre.png") no-repeat center center/contain;
    width: 28.8%;
    height: 312px;
    bottom: -80px;
    right: 0;
    z-index: 3; }
    @media (max-width: 480px) {
      #second .intro:before {
        bottom: -80px;
        height: 170px; } }
  #second .intro .head {
    background: #C94E8F;
    padding: 20px 0 20px;
    position: relative; }
    #second .intro .head::before, #second .intro .head::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 50%; }
    #second .intro .head::before {
      border-color: rgba(66, 66, 66, 0);
      border-top-width: 19px;
      border-bottom-width: 19px;
      border-left-width: 19px;
      border-right-width: 19px;
      margin-left: -19px;
      border-top-color: #C94E8F;
      z-index: 3; }
    #second .intro .head p {
      color: #fff;
      text-align: center; }
  #second .intro .body {
    position: relative;
    height: 640px; }
    @media (max-width: 480px) {
      #second .intro .body {
        height: 280px; } }
    #second .intro .body .text {
      position: absolute;
      top: 60px;
      left: 40px;
      width: 62.67%; }
      @media (max-width: 480px) {
        #second .intro .body .text {
          width: 80%;
          top: 35px;
          left: 20px; } }
    #second .intro .body p {
      font-size: clamp(14px, 2.4vw, 24px);
      letter-spacing: 0.075em;
      line-height: 1.75; }
    #second .intro .body .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1; }
      #second .intro .body .bg picture {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #second .intro .body .bg picture::before {
          content: '';
          padding-top: 85.7%;
          width: 100%;
          display: block; }
        #second .intro .body .bg picture source, #second .intro .body .bg picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
#second .point {
  background: #424242;
  color: #fff; }
  #second .point .head {
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    padding: min(60px,6.2505vw) 0 min(60px,6.2505vw); }
    @media (max-width: 480px) {
      #second .point .head {
        padding-top: 70px; } }
    #second .point .head::before, #second .point .head::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 50%; }
    #second .point .head::before {
      border-color: rgba(66, 66, 66, 0);
      border-top-width: 19px;
      border-bottom-width: 19px;
      border-left-width: 19px;
      border-right-width: 19px;
      margin-left: -19px;
      margin-top: 1px;
      border-top-color: #fff; }
    #second .point .head::after {
      border-color: rgba(221, 231, 235, 0);
      border-top-width: 17px;
      border-bottom-width: 17px;
      border-left-width: 17px;
      border-right-width: 17px;
      margin-left: -17px;
      border-top-color: #424242; }
    #second .point .head p {
      margin-bottom: 20px; }
    #second .point .head h2 {
      text-align: center;
      letter-spacing: 0.1em; }
      #second .point .head h2 span {
        font-family: 'Noto Serif JP', serif;
        font-weight: 500; }
  #second .point .descBox {
    padding: min(40px,4.167vw) 0 min(60px,6.2505vw);
    position: relative; }
    @media (max-width: 480px) {
      #second .point .descBox {
        padding-top: 35px; } }
    #second .point .descBox::before {
      content: '';
      position: absolute;
      background: url("../img/lp/index/text_point.svg") no-repeat center center/contain;
      width: 30.9%;
      height: 99px;
      top: -65px;
      right: 0; }
      @media (max-width: 480px) {
        #second .point .descBox::before {
          top: -53px; } }
    #second .point .descBox .text {
      letter-spacing: 0.075em;
      line-height: 1.75; }
      #second .point .descBox .text + .text {
        margin-top: min(40px,4.167vw); }
  #second .point ul {
    padding: 40px 0; }
    #second .point ul li {
      align-items: center; }
      @media (max-width: 480px) {
        #second .point ul li {
          flex-direction: column; } }
      #second .point ul li p.ttl {
        width: 41.79%;
        max-width: 260px;
        border: 2px solid #fff;
        border-radius: 50%;
        height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: clamp(22px, 3.2vw, 32px);
        letter-spacing: 0.075em;
        font-weight: 500;
        line-height: 1.5;
        font-feature-settings: "palt";
        text-align: center; }
        @media (max-width: 480px) {
          #second .point ul li p.ttl {
            width: 50%;
            margin: 0 auto 20px;
            height: 175px; } }
      #second .point ul li p.text {
        margin: 0 0 0 30px;
        line-height: 1.75; }
        @media (max-width: 480px) {
          #second .point ul li p.text {
            margin: 0; } }
      #second .point ul li + li {
        margin-top: 40px; }
  #second .point .unit {
    text-align: center;
    color: #FFEB5D;
    font-size: clamp(16px, 2.8vw, 28px);
    line-height: 1.75;
    letter-spacing: 0.075em; }
#second .kodawari {
  background: #FFEB5D; }
  #second .kodawari .head {
    border-bottom: 2px solid #424242;
    padding: min(60px,6.2505vw) 0;
    text-align: center;
    position: relative; }
    @media (max-width: 480px) {
      #second .kodawari .head {
        padding-top: 35px; } }
    #second .kodawari .head::before, #second .kodawari .head::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 50%; }
    #second .kodawari .head::before {
      border-color: rgba(66, 66, 66, 0);
      border-top-width: 19px;
      border-bottom-width: 19px;
      border-left-width: 19px;
      border-right-width: 19px;
      margin-left: -19px;
      margin-top: 1px;
      border-top-color: #424242; }
    #second .kodawari .head::after {
      border-color: rgba(221, 231, 235, 0);
      border-top-width: 17px;
      border-bottom-width: 17px;
      border-left-width: 17px;
      border-right-width: 17px;
      margin-left: -17px;
      border-top-color: #FFEB5D; }
    #second .kodawari .head h2 {
      margin-bottom: min(30px,3.1245vw); }
    #second .kodawari .head p {
      font-size: clamp(16px, 2.8vw, 28px);
      font-weight: 500;
      letter-spacing: 0.075em; }
  #second .kodawari .body {
    padding: min(60px,6.2505vw) 0 min(80px,8.334vw);
    position: relative; }
    @media (max-width: 480px) {
      #second .kodawari .body {
        padding-top: 35px;
        padding-bottom: 45px; } }
    #second .kodawari .body ul li {
      align-items: center; }
      #second .kodawari .body ul li figure {
        width: 60px; }
        @media (max-width: 480px) {
          #second .kodawari .body ul li figure {
            width: 40px; } }
      #second .kodawari .body ul li p {
        margin: 0 0 0 30px;
        font-size: clamp(16px, 2.8vw, 28px);
        letter-spacing: 0.05em;
        line-height: 1.5; }
      #second .kodawari .body ul li + li {
        margin-top: 20px; }
    #second .kodawari .body .photoBox {
      position: absolute;
      right: 0;
      top: 60px;
      width: 33.8%; }
      @media (max-width: 480px) {
        #second .kodawari .body .photoBox {
          top: 70px; } }
      #second .kodawari .body .photoBox picture {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #second .kodawari .body .photoBox picture::before {
          content: '';
          padding-top: 100%;
          width: 100%;
          display: block; }
        #second .kodawari .body .photoBox picture source, #second .kodawari .body .photoBox picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
#second .benefits .head {
  background: url("../img/lp/index/benefits.png") no-repeat top center/contain; }
  #second .benefits .head h2 {
    letter-spacing: 0.075em;
    text-align: center;
    padding: min(60px,6.2505vw) 0;
    line-height: 1.7142857143; }
    #second .benefits .head h2 span.big {
      font-size: clamp(40px, 8.6vw, 86px);
      position: relative;
      letter-spacing: 0.1em;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500; }
      #second .benefits .head h2 span.big::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/emphasis_maru.svg") no-repeat center center/contain;
        width: 311px;
        height: 131px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 480px) {
          #second .benefits .head h2 span.big::before {
            width: 130px;
            height: 80px;
            top: 58%;
            left: 47%; } }
    #second .benefits .head h2 span.linear {
      background: linear-gradient(transparent 70%, #FFEB5D 0%); }
  #second .benefits .head .descBox {
    margin-bottom: -60px; }
    @media (max-width: 480px) {
      #second .benefits .head .descBox {
        margin-bottom: -20px; } }
    #second .benefits .head .descBox .photoBox {
      filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
      width: 43.47%; }
      #second .benefits .head .descBox .photoBox picture {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #second .benefits .head .descBox .photoBox picture::before {
          content: '';
          padding-top: 170%;
          width: 100%;
          display: block; }
        #second .benefits .head .descBox .photoBox picture source, #second .benefits .head .descBox .photoBox picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
    #second .benefits .head .descBox .textBox {
      width: 56.53%;
      text-align: center; }
      #second .benefits .head .descBox .textBox p.ttl {
        font-family: 'Noto Serif JP', serif;
        font-size: clamp(36px, 6.4vw, 80px);
        text-align: center;
        line-height: 0.5;
        padding: 40px 0 20px; }
        @media (max-width: 480px) {
          #second .benefits .head .descBox .textBox p.ttl {
            padding: 20px 0 10px; } }
        #second .benefits .head .descBox .textBox p.ttl span {
          font-family: 'Noto Sans JP', sans-serif;
          display: inline-block;
          position: relative;
          font-size: clamp(12px, 2.4vw, 24px);
          letter-spacing: 0.1em;
          line-height: 1.75;
          position: relative; }
          #second .benefits .head .descBox .textBox p.ttl span::before, #second .benefits .head .descBox .textBox p.ttl span::after {
            content: '';
            position: absolute;
            top: 50%;
            display: inline-block;
            width: 20px;
            height: 1px;
            background-color: black; }
          #second .benefits .head .descBox .textBox p.ttl span::before {
            left: -30px; }
          #second .benefits .head .descBox .textBox p.ttl span::after {
            right: -30px; }
      #second .benefits .head .descBox .textBox .unit p {
        font-size: clamp(16px, 2.8vw, 28px);
        line-height: 1.75;
        border-top: 2px solid #CBDBE1;
        letter-spacing: 0.075em;
        font-feature-settings: "palt";
        padding: 10px 0; }
        @media (max-width: 480px) {
          #second .benefits .head .descBox .textBox .unit p {
            padding: 3px 0;
            line-height: 1.7; } }
#second .benefits .body {
  background: #CBDBE1;
  padding: min(100px,10.416vw) 0 min(65px,6.771vw); }
  @media (max-width: 480px) {
    #second .benefits .body {
      padding-top: 50px; } }
  #second .benefits .body p.mainTtl {
    text-align: center;
    font-size: clamp(22px, 3.6vw, 36px);
    letter-spacing: 0.075em;
    line-height: 1.5; }
  #second .benefits .body .textBox p.lead {
    text-align: center;
    font-size: clamp(32px, 6.4vw, 64px);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #C94E8F;
    margin-bottom: 40px; }
    #second .benefits .body .textBox p.lead span {
      font-size: clamp(40px, 6.4vw, 100px); }
  #second .benefits .body .textBox ul li {
    background: #fff;
    padding: min(30px,3.1245vw) 0 min(30px,3.1245vw) min(100px,10.416vw);
    position: relative; }
    @media (max-width: 480px) {
      #second .benefits .body .textBox ul li {
        padding-left: 50px; } }
    #second .benefits .body .textBox ul li p.ttl {
      color: #C94E8F;
      font-weight: 500;
      font-size: clamp(20px, 3.6vw, 36px);
      letter-spacing: 0.05em;
      line-height: 1.3333333333;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        #second .benefits .body .textBox ul li p.ttl {
          margin-bottom: 10px; } }
      #second .benefits .body .textBox ul li p.ttl span {
        font-size: clamp(26px, 6.4vw, 64px);
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1; }
    #second .benefits .body .textBox ul li p.ttl02 {
      color: #C94E8F;
      font-weight: 500;
      font-size: clamp(26px, 3.6vw, 48px);
      letter-spacing: 0.05em;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        #second .benefits .body .textBox ul li p.ttl02 {
          margin-bottom: 10px; } }
    #second .benefits .body .textBox ul li p.text {
      font-size: clamp(16px, 2.8vw, 28px);
      letter-spacing: 0.075em;
      line-height: 1.5; }
    #second .benefits .body .textBox ul li + li {
      margin-top: 20px; }
    #second .benefits .body .textBox ul li:nth-of-type(1) {
      position: relative; }
      #second .benefits .body .textBox ul li:nth-of-type(1)::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/benefit_number01.svg") no-repeat center center/contain;
        width: 120px;
        height: 120px;
        top: 0;
        left: 0; }
        @media (max-width: 480px) {
          #second .benefits .body .textBox ul li:nth-of-type(1)::before {
            width: 60px;
            height: 60px; } }
    #second .benefits .body .textBox ul li:nth-of-type(2) {
      position: relative; }
      #second .benefits .body .textBox ul li:nth-of-type(2)::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/benefit_number02.svg") no-repeat center center/contain;
        width: 120px;
        height: 120px;
        top: 0;
        left: 0; }
        @media (max-width: 480px) {
          #second .benefits .body .textBox ul li:nth-of-type(2)::before {
            width: 60px;
            height: 60px; } }
    #second .benefits .body .textBox ul li:nth-of-type(3) {
      position: relative; }
      #second .benefits .body .textBox ul li:nth-of-type(3)::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/benefit_number03.svg") no-repeat center center/contain;
        width: 120px;
        height: 120px;
        top: 0;
        left: 0; }
        @media (max-width: 480px) {
          #second .benefits .body .textBox ul li:nth-of-type(3)::before {
            width: 60px;
            height: 60px; } }
#second .benefits .presentArea {
  position: relative;
  padding: 40px; }
  #second .benefits .presentArea::before {
    content: '';
    position: absolute;
    background: url("../img/lp/index/benefit_plus.svg") no-repeat center center/contain;
    width: 120px;
    height: 120px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
    @media (max-width: 480px) {
      #second .benefits .presentArea::before {
        width: 80px;
        height: 80px;
        top: -40px; } }
  #second .benefits .presentArea .descBox {
    background: #FFEB5D;
    border: 2px solid #C94E8F;
    padding: 15px 40px;
    position: relative; }
    @media (max-width: 480px) {
      #second .benefits .presentArea .descBox {
        flex-direction: column;
        padding: 30px 15px; } }
    #second .benefits .presentArea .descBox:before {
      content: '';
      position: absolute;
      background: url("../img/lp/index/text_present.svg") no-repeat center center/contain;
      width: 196px;
      height: 81px;
      top: -10px;
      left: 10px; }
      @media (max-width: 480px) {
        #second .benefits .presentArea .descBox:before {
          width: 138px;
          height: 54px; } }
    #second .benefits .presentArea .descBox p {
      margin-top: min(60px,6.2505vw);
      font-size: clamp(22px, 3.6vw, 36px);
      letter-spacing: 0.075em;
      line-height: 1.3333333333;
      font-weight: 500;
      margin-right: 10px; }
    @media (max-width: 480px) {
      #second .benefits .presentArea .descBox figure {
        width: 50%;
        margin: 20px auto 0; } }
#second .check .head {
  background: #FFEB5D;
  padding: min(65px,6.771vw) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  #second .check .head::before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%; }
  #second .check .head::before {
    border-color: rgba(66, 66, 66, 0);
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 19px;
    border-right-width: 19px;
    margin-left: -19px;
    border-top-color: #FFEB5D;
    z-index: 3; }
  #second .check .head p {
    text-align: center;
    font-size: clamp(26px, 4.8vw, 48px);
    letter-spacing: 0.075em; }
    #second .check .head p span {
      font-family: 'Noto Serif JP', serif;
      letter-spacing: 0.1em;
      font-weight: 500; }
#second .check .body {
  padding: min(40px,4.167vw) 0 min(60px,6.2505vw);
  position: relative; }
  #second .check .body::before {
    content: '';
    position: absolute;
    background: url("../img/lp/index/text_check.svg") no-repeat center center/contain;
    width: 244px;
    height: 113px;
    top: -80px;
    right: 50px; }
    @media (max-width: 480px) {
      #second .check .body::before {
        width: 130px;
        height: 80px;
        top: -40px;
        right: 5px; } }
  #second .check .body ul {
    width: 70.15%; }
    @media (max-width: 480px) {
      #second .check .body ul {
        width: 100%; } }
    #second .check .body ul li {
      align-items: center;
      padding: 15px 0; }
      #second .check .body ul li p {
        font-size: clamp(16px, 2.8vw, 28px);
        line-height: 1.75;
        margin-left: 20px; }
        #second .check .body ul li p span {
          color: #C94E8F;
          font-weight: 700; }
      @media (max-width: 480px) {
        #second .check .body ul li figure {
          width: 40px; } }
      #second .check .body ul li + li {
        border-top: 2px solid #CBDBE1; }
  #second .check .body .photoBox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32.13%;
    z-index: -1; }
    @media (max-width: 480px) {
      #second .check .body .photoBox {
        width: 25%;
        z-index: 1; } }
    #second .check .body .photoBox picture {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      overflow: hidden; }
      #second .check .body .photoBox picture::before {
        content: '';
        padding-top: 217%;
        width: 100%;
        display: block; }
      #second .check .body .photoBox picture source, #second .check .body .photoBox picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }

#third .voice .head {
  padding: min(60px,6.2505vw) 0;
  background: #C94E8F;
  position: relative; }
  #third .voice .head::before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%; }
  #third .voice .head::before {
    border-color: rgba(66, 66, 66, 0);
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 19px;
    border-right-width: 19px;
    margin-left: -19px;
    border-top-color: #C94E8F;
    z-index: 3; }
  #third .voice .head::after {
    content: '';
    position: absolute;
    background: url("../img/lp/index/text_voice.svg") no-repeat center center/contain;
    width: 22.53%;
    height: 85px;
    bottom: -40px;
    right: 40px; }
  #third .voice .head p {
    text-align: center;
    font-size: clamp(16px, 2.8vw, 28px);
    letter-spacing: 0.075em;
    line-height: 1.7142857143;
    color: #fff; }
  #third .voice .head h2 {
    color: #fff;
    text-align: center;
    font-size: clamp(24px, 4.8vw, 48px);
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    line-height: 1.5; }
#third .voice .descBox {
  padding: min(60px,6.2505vw) 0 min(80px,8.334vw); }
  @media (max-width: 480px) {
    #third .voice .descBox {
      padding-top: 40px; } }
  #third .voice .descBox dl {
    justify-content: space-between; }
    #third .voice .descBox dl dt {
      width: 50%;
      z-index: -1; }
      #third .voice .descBox dl dt picture {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #third .voice .descBox dl dt picture::before {
          content: '';
          padding-top: 100%;
          width: 100%;
          display: block; }
        #third .voice .descBox dl dt picture source, #third .voice .descBox dl dt picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
      @media (max-width: 480px) {
        #third .voice .descBox dl dt {
          width: 80%; } }
    #third .voice .descBox dl dd {
      width: 60%;
      background: #F2F2F2;
      margin: 50px 5px 0 -11.33%;
      padding: min(40px,4.167vw); }
      #third .voice .descBox dl dd p.ttl {
        font-size: clamp(14px, 2vw, 20px);
        font-weight: 500;
        letter-spacing: 0.075em;
        margin-bottom: 20px; }
      #third .voice .descBox dl dd .textBox p {
        font-size: clamp(14px, 2.4vw, 24px);
        letter-spacing: 0.075em;
        line-height: 1.75; }
        #third .voice .descBox dl dd .textBox p em {
          color: #C94E8F;
          font-weight: 500;
          background: linear-gradient(transparent 75%, #FFEB5D 0%); }
      @media (max-width: 480px) {
        #third .voice .descBox dl dd {
          width: 80%;
          margin: 65% 5px 0 -80%; } }
    #third .voice .descBox dl:nth-child(2n) dd {
      -webkit-order: -1;
      -moz-order: -1;
      -ms-order: -1;
      order: -1;
      margin: 50px -11.33% 0 5px; }
      @media (max-width: 480px) {
        #third .voice .descBox dl:nth-child(2n) dd {
          margin: 65% -80% 0 5px; } }
    #third .voice .descBox dl + dl {
      margin-top: 45px; }
  #third .voice .descBox .notes {
    font-size: clamp(12px, 1.6vw, 16px);
    letter-spacing: 0.075em;
    margin-top: 20px; }
    @media (max-width: 480px) {
      #third .voice .descBox .notes {
        padding: 0 5px; } }
#third .survey .head {
  padding: min(60px,6.2505vw) 0 min(60px,6.2505vw);
  background: #C94E8F;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  #third .survey .head::before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%; }
  #third .survey .head::before {
    border-color: rgba(66, 66, 66, 0);
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 19px;
    border-right-width: 19px;
    margin-left: -19px;
    border-top-color: #C94E8F;
    z-index: 3; }
  #third .survey .head h2 {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.075em; }
    #third .survey .head h2 span {
      font-family: 'Noto Serif JP', serif;
      letter-spacing: 0.1em;
      font-weight: 500; }
#third .survey .body {
  padding: min(50px,5.208vw) 0 min(50px,5.208vw);
  background: #FFEB5D; }
  #third .survey .body .photoBox {
    margin-bottom: 20px; }
    #third .survey .body .photoBox picture {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      overflow: hidden; }
      #third .survey .body .photoBox picture::before {
        content: '';
        padding-top: 76.6%;
        width: 100%;
        display: block; }
      #third .survey .body .photoBox picture source, #third .survey .body .photoBox picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
  #third .survey .body ul li:nth-of-type(1) {
    width: 52.99%;
    margin: 0 auto 0 0; }
  #third .survey .body ul li:nth-of-type(2) {
    width: 65.22%;
    margin: 5px 0 0 auto; }
  #third .survey .body ul li:nth-of-type(3) {
    width: 66.57%;
    margin: 5px auto 0 0; }
  #third .survey .body ul li:nth-of-type(4) {
    width: 74.63%;
    margin: 5px 0 0 auto; }
  #third .survey .body .notes {
    text-align: right;
    font-size: clamp(14px, 2vw, 20px);
    letter-spacing: 0.075em;
    margin-top: 40px; }
#third .present .head {
  position: relative;
  text-align: center;
  padding: min(60px,6.2505vw) 0 10px;
  margin-bottom: 60px; }
  #third .present .head::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 95px 375px 0 375px;
    border-color: #ffffff transparent transparent transparent;
    top: 100%;
    left: 0;
    filter: drop-shadow(0px 30px 20px rgba(0, 0, 0, 0.1)); }
    @media (max-width: 768px) {
      #third .present .head::before {
        border-width: 95px 50vw 0 50vw; } }
    @media (max-width: 480px) {
      #third .present .head::before {
        border-width: 60px 50vw 0 50vw; } }
  #third .present .head p {
    font-size: clamp(26px, 4.8vw, 48px);
    padding-bottom: 30px;
    letter-spacing: 0.1em; }
    @media (max-width: 480px) {
      #third .present .head p {
        padding-bottom: 0; } }
    #third .present .head p span {
      font-size: clamp(40px, 8.6vw, 86px);
      position: relative;
      font-family: 'Noto Serif JP', serif;
      letter-spacing: 0.1em;
      font-weight: 500; }
      #third .present .head p span::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/emphasis_maru.svg") no-repeat center center/contain;
        width: 311px;
        height: 131px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 480px) {
          #third .present .head p span::before {
            width: 130px;
            height: 80px;
            top: 58%;
            left: 47%; } }
#third .present .body {
  position: relative; }
  #third .present .body .intro {
    align-items: center;
    position: relative; }
    #third .present .body .intro .ttl {
      width: 46.4%;
      margin-left: 20px; }
      @media (max-width: 480px) {
        #third .present .body .intro .ttl {
          width: 60%; } }
      #third .present .body .intro .ttl p {
        font-size: clamp(24px, 4.8vw, 48px);
        background: linear-gradient(transparent 60%, #FFEB5D 0%);
        display: inline-block; }
    #third .present .body .intro .photoBox {
      width: 48.8%;
      margin: 0 0 0 auto;
      z-index: -1; }
      #third .present .body .intro .photoBox picture {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #third .present .body .intro .photoBox picture::before {
          content: '';
          padding-top: 123%;
          width: 100%;
          display: block; }
        #third .present .body .intro .photoBox picture source, #third .present .body .intro .photoBox picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
  #third .present .body .descBox01 {
    align-items: center;
    margin: -60px 0 20px 0; }
    @media (max-width: 480px) {
      #third .present .body .descBox01 {
        margin-top: -20px; } }
    #third .present .body .descBox01 .photoBox {
      width: 48.53%; }
      #third .present .body .descBox01 .photoBox picture {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #third .present .body .descBox01 .photoBox picture::before {
          content: '';
          padding-top: 90.9%;
          width: 100%;
          display: block; }
        #third .present .body .descBox01 .photoBox picture source, #third .present .body .descBox01 .photoBox picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
      @media (max-width: 480px) {
        #third .present .body .descBox01 .photoBox {
          margin-right: 10px; } }
    #third .present .body .descBox01 .textBox {
      width: 46.93%; }
      #third .present .body .descBox01 .textBox p {
        color: #C94E8F;
        font-size: clamp(14px, 2.4vw, 24px);
        letter-spacing: 0.05em;
        font-weight: 500;
        margin-bottom: 20px; }
  #third .present .body .descBox02 {
    margin-bottom: min(60px,6.2505vw); }
    #third .present .body .descBox02 .photoBox {
      width: 100%; }
      #third .present .body .descBox02 .photoBox picture {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #third .present .body .descBox02 .photoBox picture::before {
          content: '';
          padding-top: 46.8%;
          width: 100%;
          display: block; }
        #third .present .body .descBox02 .photoBox picture source, #third .present .body .descBox02 .photoBox picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
    #third .present .body .descBox02 .textBox {
      text-align: center; }
      @media (max-width: 480px) {
        #third .present .body .descBox02 .textBox {
          width: 80%;
          margin: 0 auto; } }
      #third .present .body .descBox02 .textBox p {
        color: #C94E8F;
        font-size: clamp(14px, 2.4vw, 24px);
        letter-spacing: 0.05em;
        font-weight: 500;
        margin-bottom: 20px; }
        @media (max-width: 480px) {
          #third .present .body .descBox02 .textBox p {
            margin-bottom: 10px; } }
#third .info {
  background: #DDE7EB; }
  #third .info .textArea {
    padding: min(40px,4.167vw) 0;
    background: #fff; }
    @media (max-width: 480px) {
      #third .info .textArea {
        padding: 25px 0; } }
    #third .info .textArea p {
      text-align: center;
      font-size: clamp(16px, 2.8vw, 28px);
      letter-spacing: 0.075em;
      line-height: 1.7142857143; }
  #third .info .head {
    border-bottom: 2px solid #424242;
    padding: min(60px,6.2505vw) 0;
    position: relative; }
    @media (max-width: 480px) {
      #third .info .head {
        padding-top: 40px; } }
    #third .info .head::before, #third .info .head::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 50%; }
    #third .info .head::before {
      border-color: rgba(66, 66, 66, 0);
      border-top-width: 19px;
      border-bottom-width: 19px;
      border-left-width: 19px;
      border-right-width: 19px;
      margin-left: -19px;
      margin-top: 1px;
      border-top-color: #424242; }
    #third .info .head::after {
      border-color: rgba(221, 231, 235, 0);
      border-top-width: 17px;
      border-bottom-width: 17px;
      border-left-width: 17px;
      border-right-width: 17px;
      margin-left: -17px;
      border-top-color: #DDE7EB; }
    #third .info .head .subTtl {
      text-align: center;
      font-size: clamp(16px, 2.8vw, 28px);
      letter-spacing: 0.075em;
      line-height: 1.7142857143; }
    #third .info .head .mainTtl {
      text-align: center;
      font-size: clamp(24px, 4.8vw, 48px);
      letter-spacing: 0.01em;
      line-height: 1.5; }
      #third .info .head .mainTtl span {
        color: #C94E8F; }
  #third .info .body {
    padding: min(70px,7.2915vw) 0 min(60px,6.2505vw); }
    @media (max-width: 480px) {
      #third .info .body {
        padding: 40px 0; } }
    #third .info .body .photoBox01 {
      position: relative;
      width: 89.33%;
      margin: 0 auto min(40px,4.167vw); }
      #third .info .body .photoBox01::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/info_fig02.jpg") no-repeat center center/contain;
        width: 50.7%;
        height: 226px;
        bottom: -100px;
        left: -40px;
        z-index: 3; }
      #third .info .body .photoBox01 picture {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #third .info .body .photoBox01 picture::before {
          content: '';
          padding-top: 66.2%;
          width: 100%;
          display: block; }
        #third .info .body .photoBox01 picture source, #third .info .body .photoBox01 picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
    #third .info .body .photoBox02 {
      position: relative;
      width: 37.33%;
      margin: 0 0 min(120px,12.4995vw) auto; }
      #third .info .body .photoBox02::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/info_fig04.jpg") no-repeat center center/contain;
        width: 121.43%;
        height: 226px;
        bottom: -50px;
        right: 80%; }
      #third .info .body .photoBox02 picture {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        #third .info .body .photoBox02 picture::before {
          content: '';
          padding-top: 100%;
          width: 100%;
          display: block; }
        #third .info .body .photoBox02 picture source, #third .info .body .photoBox02 picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
    #third .info .body .descBox ul {
      justify-content: space-between;
      margin-bottom: min(50px,5.208vw); }
      #third .info .body .descBox ul li {
        width: 31.94%; }
        #third .info .body .descBox ul li figure {
          width: 100%;
          height: auto;
          display: block;
          position: relative;
          overflow: hidden; }
          #third .info .body .descBox ul li figure::before {
            content: '';
            padding-top: 100%;
            width: 100%;
            display: block; }
          #third .info .body .descBox ul li figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0; }
    #third .info .body .descBox .textBox p {
      letter-spacing: 0.075em; }
      #third .info .body .descBox .textBox p span {
        color: #C94E8F;
        font-weight: 500; }
#third .about .head {
  position: relative;
  padding-top: 60px; }
  @media (max-width: 480px) {
    #third .about .head {
      padding: 0; } }
  #third .about .head::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 95px 375px 0 375px;
    border-color: #ffffff transparent transparent transparent;
    top: 100%;
    left: 0;
    filter: drop-shadow(0px 40px 20px rgba(0, 0, 0, 0.1));
    z-index: 3; }
    @media (max-width: 768px) {
      #third .about .head::before {
        border-width: 95px 50vw 0 50vw; } }
    @media (max-width: 480px) {
      #third .about .head::before {
        border-width: 60px 50vw 0 50vw; } }
  #third .about .head::after {
    content: "";
    position: absolute;
    background: url("../img/lp/index/about_bg.jpg") no-repeat top center/contain;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    z-index: -1; }
  #third .about .head ul {
    width: 71%; }
    @media (max-width: 480px) {
      #third .about .head ul {
        width: 90%; } }
    #third .about .head ul li {
      align-items: center;
      padding: 15px 0; }
      #third .about .head ul li p {
        font-size: clamp(16px, 2.8vw, 28px);
        line-height: 1.75;
        margin-left: 20px; }
        #third .about .head ul li p span {
          color: #C94E8F;
          font-weight: 700; }
      @media (max-width: 480px) {
        #third .about .head ul li figure {
          width: 40px; } }
      #third .about .head ul li + li {
        border-top: 2px solid #CBDBE1; }
  #third .about .head .photoBox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    z-index: -1; }
    @media (max-width: 480px) {
      #third .about .head .photoBox {
        width: 27%;
        z-index: 1; } }
    #third .about .head .photoBox picture {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      overflow: hidden; }
      #third .about .head .photoBox picture::before {
        content: '';
        padding-top: 186.7%;
        width: 100%;
        display: block; }
      #third .about .head .photoBox picture source, #third .about .head .photoBox picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
#third .about .body {
  position: relative;
  z-index: 3;
  margin-top: 110px;
  text-align: center; }
  @media (max-width: 480px) {
    #third .about .body {
      margin-top: 75px; } }
  #third .about .body p.mainTtl {
    text-align: center;
    background: linear-gradient(transparent 80%, #FFEB5D 0%);
    font-size: clamp(22px, 3.6vw, 36px);
    letter-spacing: 0.075em;
    margin: 0 auto 40px;
    display: inline-block; }
    #third .about .body p.mainTtl span {
      font-size: clamp(32px, 6.4vw, 64px);
      position: relative;
      letter-spacing: 0.1em;
      font-family: 'Noto Serif JP', serif; }
      #third .about .body p.mainTtl span::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/emphasis_maru.svg") no-repeat center center/contain;
        width: 266px;
        height: 95px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 480px) {
          #third .about .body p.mainTtl span::before {
            width: 130px;
            height: 80px;
            top: 58%;
            left: 47%; } }
  #third .about .body .descBox .lead {
    background: #333333; }
    #third .about .body .descBox .lead p {
      color: #fff;
      text-align: center;
      font-size: clamp(20px, 3.2vw, 32px);
      letter-spacing: 0.075em;
      padding: 10px 0; }
  #third .about .body .descBox .photoBox {
    padding: min(60px,6.2505vw) 0 0; }
    #third .about .body .descBox .photoBox .sub {
      font-size: clamp(22px, 3.6vw, 36px);
      letter-spacing: 0.05em;
      text-align: center;
      margin-bottom: 40px; }
    #third .about .body .descBox .photoBox .ttl {
      font-family: 'Noto Serif JP', serif;
      font-size: clamp(44px, 6.4vw, 80px);
      text-align: center;
      font-feature-settings: "palt";
      font-weight: 500;
      letter-spacing: 0.075em;
      line-height: 0.5;
      margin-bottom: 30px; }
      #third .about .body .descBox .photoBox .ttl span {
        letter-spacing: 0.1em;
        font-size: clamp(14px, 2.4vw, 24px);
        letter-spacing: 0.075em;
        line-height: 1;
        display: inline-block;
        position: relative; }
        @media (max-width: 480px) {
          #third .about .body .descBox .photoBox .ttl span {
            margin-top: 20px; } }
        #third .about .body .descBox .photoBox .ttl span::before, #third .about .body .descBox .photoBox .ttl span::after {
          content: '';
          position: absolute;
          top: 50%;
          display: inline-block;
          width: 20px;
          height: 1px;
          background-color: black; }
        #third .about .body .descBox .photoBox .ttl span::before {
          left: -30px; }
        #third .about .body .descBox .photoBox .ttl span::after {
          right: -30px; }
    #third .about .body .descBox .photoBox dl {
      justify-content: center;
      margin-bottom: min(40px,4.167vw); }
      @media (max-width: 480px) {
        #third .about .body .descBox .photoBox dl {
          width: 80%;
          margin: 0 auto 40px; } }
      #third .about .body .descBox .photoBox dl dt {
        width: 35.2%;
        filter: drop-shadow(0px 7px 5px rgba(0, 0, 0, 0.2)); }
        @media (max-width: 480px) {
          #third .about .body .descBox .photoBox dl dt {
            width: 90%; } }
      #third .about .body .descBox .photoBox dl dd {
        margin: 0 0 0 30px; }
        @media (max-width: 480px) {
          #third .about .body .descBox .photoBox dl dd {
            margin: 0 0 0 15px; } }
        #third .about .body .descBox .photoBox dl dd .text {
          margin-bottom: 40px; }
          #third .about .body .descBox .photoBox dl dd .text p {
            border-bottom: 2px solid #333333;
            text-align: center;
            font-size: clamp(16px, 2.8vw, 28px);
            line-height: 1.75;
            padding: 5px 0; }
        #third .about .body .descBox .photoBox dl dd .unit {
          text-align: center; }
          #third .about .body .descBox .photoBox dl dd .unit p {
            color: #C94E8F;
            position: relative; }
            #third .about .body .descBox .photoBox dl dd .unit p::before, #third .about .body .descBox .photoBox dl dd .unit p::after {
              content: '';
              position: absolute;
              top: 50%;
              display: inline-block;
              width: 60px;
              height: 2px;
              background-color: #C94E8F;
              -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg); }
              @media (max-width: 480px) {
                #third .about .body .descBox .photoBox dl dd .unit p::before, #third .about .body .descBox .photoBox dl dd .unit p::after {
                  width: 30px; } }
            #third .about .body .descBox .photoBox dl dd .unit p::before {
              left: -40px;
              -webkit-transform: rotate(60deg);
              transform: rotate(60deg); }
              @media (max-width: 480px) {
                #third .about .body .descBox .photoBox dl dd .unit p::before {
                  left: -20px; } }
            #third .about .body .descBox .photoBox dl dd .unit p:after {
              right: -40px; }
              @media (max-width: 480px) {
                #third .about .body .descBox .photoBox dl dd .unit p:after {
                  right: -20px; } }
          #third .about .body .descBox .photoBox dl dd .unit figure {
            width: 50%;
            margin: 0 auto; }
  #third .about .body .descBox ul {
    border-top: 2px solid #C8D8DE; }
    #third .about .body .descBox ul li {
      width: 33.3%;
      color: #E36B1C;
      text-align: center;
      padding: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 480px) {
        #third .about .body .descBox ul li {
          padding: 20px 5px; } }
      #third .about .body .descBox ul li + li {
        border-left: 2px solid #C8D8DE; }
      #third .about .body .descBox ul li.one p {
        font-weight: 500;
        font-size: clamp(16px, 2.8vw, 28px);
        letter-spacing: 0.05em; }
        #third .about .body .descBox ul li.one p span {
          font-size: clamp(24px, 4.8vw, 48px);
          display: block; }
      #third .about .body .descBox ul li.two {
        font-weight: 500;
        font-size: clamp(18px, 3.2vw, 32px);
        letter-spacing: 0.05em; }
        #third .about .body .descBox ul li.two span {
          font-size: clamp(24px, 4.8vw, 48px);
          line-height: 1.3; }
      #third .about .body .descBox ul li.three {
        font-size: clamp(18px, 3.2vw, 32px);
        font-weight: 500; }
        #third .about .body .descBox ul li.three span {
          font-size: clamp(24px, 4.8vw, 48px);
          line-height: 1.3; }

.conversionArea {
  background: rgba(224, 135, 177, 0.7);
  padding: min(60px,6.2505vw) 0; }
  .conversionArea h2 {
    font-size: clamp(22px, 3.6vw, 36px);
    letter-spacing: 0.075em;
    margin-bottom: min(40px,4.167vw);
    font-weight: 500;
    text-align: center;
    font-feature-settings: "palt"; }
    @media (max-width: 480px) {
      .conversionArea h2 {
        margin-bottom: 25px; } }
    .conversionArea h2 span {
      font-size: clamp(32px, 6.4vw, 64px);
      position: relative;
      letter-spacing: 0.1em;
      font-family: 'Noto Serif JP', serif; }
      .conversionArea h2 span::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/emphasis_maru.svg") no-repeat center center/contain;
        width: 266px;
        height: 95px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (max-width: 480px) {
          .conversionArea h2 span::before {
            width: 130px;
            height: 80px;
            top: 58%;
            left: 47%; } }
  .conversionArea .first {
    background: #fff;
    padding: min(40px,4.167vw) min(40px,4.167vw) 20px; }
    .conversionArea .first .ttl {
      color: #fff;
      background: #333333;
      font-size: clamp(22px, 3.2vw, 32px);
      text-align: center;
      letter-spacing: 0.075em;
      padding: 15px 0; }
      @media (max-width: 480px) {
        .conversionArea .first .ttl {
          padding: 10px 0; } }
    .conversionArea .first .priceBox {
      padding: 20px 0 0; }
      .conversionArea .first .priceBox figure {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        overflow: hidden; }
        .conversionArea .first .priceBox figure::before {
          content: '';
          padding-top: 20.3%;
          width: 100%;
          display: block; }
        .conversionArea .first .priceBox figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
    .conversionArea .first .notes {
      margin: 5px 0 20px;
      font-size: clamp(12px, 2vw, 20px); }
    .conversionArea .first .btn {
      background: #C94E8F;
      border-radius: 10px;
      padding: 35px 10px;
      position: relative; }
      .conversionArea .first .btn::before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/arrow.svg") no-repeat center center/contain;
        width: 18px;
        height: 36px;
        top: 50%;
        transform: translateY(-50%);
        right: 25px;
        /*アニメーションの指定*/
        transition: all .3s; }
        @media (max-width: 480px) {
          .conversionArea .first .btn::before {
            right: 10px; } }
        @media (max-width: 480px) {
          .conversionArea .first .btn::before {
            width: 10px;
            height: 23px; } }
      .conversionArea .first .btn:hover::before {
        right: 10px; }
      @media (max-width: 480px) {
        .conversionArea .first .btn {
          padding: 20px 10px; } }
      .conversionArea .first .btn a {
        display: block;
        color: #fff;
        font-size: clamp(20px, 3.6vw, 36px);
        letter-spacing: 0.075em;
        font-weight: 500;
        line-height: 1;
        text-align: center; }
  .conversionArea .second {
    margin-top: 25px; }
    .conversionArea .second dl dt span {
      background: rgba(224, 135, 177, 0.3);
      display: inline-block;
      padding: 5px; }
    .conversionArea .second .notes {
      font-size: clamp(12px, 2vw, 20px); }
  .conversionArea .third {
    background: #fff;
    padding: 20px min(40px,4.167vw) min(40px,4.167vw);
    margin-top: 25px; }
    .conversionArea .third .descBox p.ttl {
      background: rgba(224, 135, 177, 0.3);
      color: #C94E8F;
      border-radius: 50%;
      width: 100%;
      max-width: 160px;
      font-size: clamp(16px, 2.8vw, 28px);
      letter-spacing: 0.05em;
      line-height: 1.375;
      height: 160px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media (max-width: 480px) {
        .conversionArea .third .descBox p.ttl {
          max-width: 90px;
          height: 90px; } }
    .conversionArea .third .descBox .textBox {
      width: 100%;
      margin: 0 0 0 20px; }
      .conversionArea .third .descBox .textBox .priceBox {
        align-items: center;
        margin-bottom: 5px; }
        @media (max-width: 480px) {
          .conversionArea .third .descBox .textBox .priceBox {
            margin-bottom: 2px; } }
        .conversionArea .third .descBox .textBox .priceBox p.once {
          color: #fff;
          text-align: center;
          font-size: clamp(14px, 2.8vw, 28px);
          letter-spacing: 0.075em;
          font-weight: 500;
          background: #333333;
          padding: 10px 20px;
          font-feature-settings: "palt"; }
          @media (max-width: 480px) {
            .conversionArea .third .descBox .textBox .priceBox p.once {
              display: inline-block;
              padding: 7px 7px; } }
        .conversionArea .third .descBox .textBox .priceBox .price {
          width: 58.57%;
          margin: 0 0 0 15px; }
          @media (max-width: 480px) {
            .conversionArea .third .descBox .textBox .priceBox .price {
              margin: 5px 0 0 5px; } }
          .conversionArea .third .descBox .textBox .priceBox .price figure {
            width: 100%;
            height: auto;
            display: block;
            position: relative;
            overflow: hidden; }
            .conversionArea .third .descBox .textBox .priceBox .price figure::before {
              content: '';
              padding-top: 24.25%;
              width: 100%;
              display: block; }
            .conversionArea .third .descBox .textBox .priceBox .price figure img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 0; }
      .conversionArea .third .descBox .textBox .notes {
        font-size: clamp(12px, 2vw, 20px);
        margin-bottom: 5px; }
        @media (max-width: 480px) {
          .conversionArea .third .descBox .textBox .notes {
            margin-bottom: 4px;
            text-align: left; } }
      .conversionArea .third .descBox .textBox .btn {
        background: #C94E8F;
        border-radius: 10px;
        padding: 15px 10px;
        position: relative; }
        .conversionArea .third .descBox .textBox .btn::before {
          content: '';
          position: absolute;
          background: url("../img/lp/index/arrow.svg") no-repeat center center/contain;
          width: 10px;
          height: 20px;
          top: 50%;
          transform: translateY(-50%);
          right: 25px;
          /*アニメーションの指定*/
          transition: all .3s; }
          @media (max-width: 480px) {
            .conversionArea .third .descBox .textBox .btn::before {
              right: 10px; } }
        .conversionArea .third .descBox .textBox .btn:hover::before {
          right: 10px; }
        @media (max-width: 480px) {
          .conversionArea .third .descBox .textBox .btn {
            padding: 15px 5px; } }
        .conversionArea .third .descBox .textBox .btn a {
          display: block;
          color: #fff;
          font-size: clamp(16px, 2.8vw, 28px);
          letter-spacing: 0.075em;
          font-weight: 500;
          line-height: 1;
          text-align: center; }
  .conversionArea .present_unit {
    border: 2px solid #C94E8F;
    padding: 20px 20px 20px;
    background: #FFEB5D;
    width: 94.03%;
    margin: 0 auto -40px;
    position: relative; }
    @media (max-width: 480px) {
      .conversionArea .present_unit {
        flex-direction: column; } }
    .conversionArea .present_unit::before, .conversionArea .present_unit::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 50%; }
    .conversionArea .present_unit::before {
      border-color: rgba(66, 66, 66, 0);
      border-top-width: 19px;
      border-bottom-width: 19px;
      border-left-width: 19px;
      border-right-width: 19px;
      margin-left: -19px;
      margin-top: 1px;
      border-top-color: #C94E8F; }
    .conversionArea .present_unit::after {
      border-color: rgba(221, 231, 235, 0);
      border-top-width: 17px;
      border-bottom-width: 17px;
      border-left-width: 17px;
      border-right-width: 17px;
      margin-left: -17px;
      border-top-color: #FFEB5D; }
    .conversionArea .present_unit p {
      margin-top: min(40px,4.167vw);
      font-size: clamp(22px, 3.6vw, 36px);
      letter-spacing: 0.075em;
      line-height: 1.3333333333;
      font-weight: 500;
      margin-right: 10px;
      position: relative; }
      .conversionArea .present_unit p:before {
        content: '';
        position: absolute;
        background: url("../img/lp/index/text_present.svg") no-repeat center center/contain;
        width: 196px;
        height: 81px;
        top: -80px;
        left: 10px; }
        @media (max-width: 480px) {
          .conversionArea .present_unit p:before {
            width: 138px;
            height: 54px;
            top: -55px; } }
    .conversionArea .present_unit figure {
      width: 160px; }
      @media (max-width: 480px) {
        .conversionArea .present_unit figure {
          width: 50%;
          margin: 20px auto 0; } }

#third .conversionArea .first02 {
  padding-top: 80px; }
