@charset "UTF-8";
/*fps-red*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.cnt-block {
  width: 100vw;
  max-width: 1366px;
  margin: 0 auto;
  position: relative; }

header .header {
  font-size: clamp(15px, 1.2445095168vw, 17px);
  line-height: 1.2;
  background-color: #fff; }
  header .header .inner {
    width: 100vw;
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 1em;
    margin: 0 auto; }
    header .header .inner .logo {
      width: 4.0263543192vw;
      max-width: 55px; }
    header .header .inner nav .nav-inner {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      header .header .inner nav .nav-inner .nav-item {
        position: relative; }
        header .header .inner nav .nav-inner .nav-item a {
          color: #474747; }
        header .header .inner nav .nav-inner .nav-item > a {
          padding: 1em;
          display: inline-flex; }
          header .header .inner nav .nav-inner .nav-item > a .icon {
            width: 1.5373352855vw;
            max-width: 21px;
            margin-right: .5em; }
        header .header .inner nav .nav-inner .nav-item.is-show .dropdown, header .header .inner nav .nav-inner .nav-item:hover .dropdown {
          display: block; }
          header .header .inner nav .nav-inner .nav-item.is-show .dropdown:after, header .header .inner nav .nav-inner .nav-item:hover .dropdown:after {
            transform: none; }
        header .header .inner nav .nav-inner .nav-item.nav-dropdown {
          display: block; }
          header .header .inner nav .nav-inner .nav-item.nav-dropdown .nav-toggle {
            display: none; }
    header .header .inner nav .dropdown {
      display: none;
      font-size: clamp(12px, 1.0248901903vw, 14px);
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff;
      box-shadow: 0px 0px 15px 5px rgba(105, 105, 105, 0.1);
      transition: .2s ease; }
      header .header .inner nav .dropdown:after {
        content: '';
        display: block;
        position: absolute;
        width: 1.5em;
        height: 1.5em;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        top: -1em;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        transition: .2s ease-out; }
      header .header .inner nav .dropdown--block {
        overflow-y: scroll;
        width: fit-content;
        padding: 2em 1.5em; }
      header .header .inner nav .dropdown .dropdown-item {
        position: relative; }
        header .header .inner nav .dropdown .dropdown-item > a {
          pointer-events: none; }
        header .header .inner nav .dropdown .dropdown-item.has-child {
          position: relative;
          display: block; }
          header .header .inner nav .dropdown .dropdown-item.has-child:after {
            opacity: 0;
            visibility: hidden;
            content: "";
            position: absolute;
            top: 0;
            right: -22px;
            z-index: 10;
            bottom: 0;
            display: block;
            width: 30px;
            height: 1px;
            margin: auto;
            background: #000;
            transform-origin: left center;
            transform: scaleX(0.5);
            transition: .2s ease-out; }
      header .header .inner nav .dropdown .bnr-area {
        display: flex; }
        header .header .inner nav .dropdown .bnr-area li {
          margin: 0 .7em; }
          header .header .inner nav .dropdown .bnr-area li a {
            padding: 0; }
      header .header .inner nav .dropdown .dropdown--wrap {
        margin: 0 .7em 1em; }
        header .header .inner nav .dropdown .dropdown--wrap h2 {
          font-size: clamp(13px, 1.0980966325vw, 15px);
          font-weight: bold;
          text-align: center;
          color: #fff;
          background-color: #4fabff;
          padding: .5em;
          margin-top: 2em; }
        header .header .inner nav .dropdown .dropdown--wrap h3 {
          font-weight: bold;
          color: #4fabff;
          margin-top: 1em; }
        header .header .inner nav .dropdown .dropdown--wrap--category--box:nth-of-type(n+2) {
          border-top: 1px solid #d1d1d1;
          padding-top: .5em;
          margin-top: 1.5em; }
        header .header .inner nav .dropdown .dropdown--wrap--category--box ul {
          display: flex;
          align-items: center;
          flex-wrap: wrap; }
          header .header .inner nav .dropdown .dropdown--wrap--category--box ul li {
            margin-top: .7em; }
            header .header .inner nav .dropdown .dropdown--wrap--category--box ul li:nth-of-type(n+2) {
              margin-left: 3em; }
            header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a {
              display: flex;
              align-items: center;
              padding: 0 1.5em 0 0;
              position: relative; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a:after {
                content: '';
                position: absolute;
                width: .7em;
                height: .7em;
                border-top: 1px solid #474747;
                border-right: 1px solid #474747;
                top: 50%;
                right: 0;
                transform: rotate(45deg) translateY(-50%);
                margin-top: -.2em; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.hear01 {
                width: 3.1478770132vw;
                max-width: 43px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.hear02 {
                width: 0.9516837482vw;
                max-width: 13px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.hear03 {
                width: 0.878477306vw;
                max-width: 12px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.body01 {
                width: 2.4158125915vw;
                max-width: 33px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.body02 {
                width: 2.3426061493vw;
                max-width: 32px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.face01 {
                width: 2.5622254758vw;
                max-width: 35px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.face02 {
                width: 3.074670571vw;
                max-width: 42px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.baby01 {
                width: 3.0014641288vw;
                max-width: 41px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.care01 {
                width: 2.3426061493vw;
                max-width: 32px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.care02 {
                width: 2.4158125915vw;
                max-width: 33px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.care03 {
                width: 2.4890190337vw;
                max-width: 34px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img.care04 {
                width: 2.7818448023vw;
                max-width: 38px; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a p {
                margin-left: 1em; }
                header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a p em {
                  display: block;
                  font-size: clamp(7px, 0.6588579795vw, 9px); }
      header .header .inner nav .dropdown.products {
        left: -110%; }
        header .header .inner nav .dropdown.products:after {
          left: 69.5%; }
        header .header .inner nav .dropdown.products .bnr-area li {
          width: 10.1756954612vw;
          max-width: 139px; }
          header .header .inner nav .dropdown.products .bnr-area li a {
            padding: 0; }
          header .header .inner nav .dropdown.products .bnr-area li:first-of-type {
            width: 21.9619326501vw;
            max-width: 300px; }
      header .header .inner nav .dropdown.search {
        left: inherit;
        right: 0;
        transform: none; }
        header .header .inner nav .dropdown.search:after {
          left: inherit;
          right: 4em;
          transform: none; }
        header .header .inner nav .dropdown.search .bnr-area li {
          width: 18.0819912152vw;
          max-width: 247px; }
    header .header .inner nav .plus-nav {
      display: none; }
header.hav_plus-nav .plus-nav {
  display: block !important; }
  header.hav_plus-nav .plus-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: clamp(12px, 1.0248901903vw, 14px); }
    header.hav_plus-nav .plus-nav ul li {
      border-right: 1px solid #d1d1d1; }
      header.hav_plus-nav .plus-nav ul li a {
        color: #474747;
        padding: .5em 2em;
        transition: all .3s ease; }
        header.hav_plus-nav .plus-nav ul li a:hover {
          color: #fff;
          opacity: 1; }
    header.hav_plus-nav .plus-nav ul.red li a:hover {
      background-color: #b71b30; }
    header.hav_plus-nav .plus-nav ul.blue li a:hover {
      background-color: #181878; }
    header.hav_plus-nav .plus-nav ul.green li a:hover {
      background-color: #00872d; }
    header.hav_plus-nav .plus-nav ul.pink li a:hover {
      background-color: #e25061; }

main {
  overflow: hidden;
  position: relative; }
  main a {
    color: #474747 !important; }
  main .popup-banner {
    width: 13.17715959vw;
    max-width: 180px;
    clear: both;
    position: fixed;
    bottom: 100px;
    right: 1vw;
    z-index: 100; }
    main .popup-banner .close-button {
      cursor: pointer;
      background: none;
      border: 1px solid #000;
      border-radius: 50%;
      position: absolute;
      bottom: 1em;
      right: 0;
      width: 2em;
      height: 2em;
      font-size: 1.2em; }
  main .pageTop {
    right: 4.5vw; }
  main article h2 {
    font-size: clamp(26px, 2.196193265vw, 30px);
    font-weight: 500;
    text-align: center; }
  main article p.comment {
    font-size: clamp(10px, 0.878477306vw, 12px);
    line-height: 1.4;
    text-align: justify;
    margin-top: 1em;
    text-indent: -1em;
    padding-left: 1em;
    display: block; }
    main article p.comment:nth-of-type(n+2) {
      margin-top: .5em; }
    main article p.comment.no-indent {
      text-indent: 0;
      padding-left: 0; }
  main article .contact-info {
    padding: 5em 0; }
    main article .contact-info .inner {
      width: 62.2254758419vw;
      max-width: 850px;
      margin: 0 auto; }
      main article .contact-info .inner--buy {
        margin: 0 5em; }
        main article .contact-info .inner--buy--bnr {
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          main article .contact-info .inner--buy--bnr li {
            width: 41.5%;
            margin: 3em 1.5em 0; }
      main article .contact-info .inner--contact {
        border-top: 1px solid #d1d1d1;
        padding-top: 3em;
        margin-top: 4em; }
        main article .contact-info .inner--contact p {
          text-align: center; }
          main article .contact-info .inner--contact p.tel {
            font-size: clamp(40px, 4.6120058565vw, 63px);
            font-weight: 500;
            line-height: 1;
            margin-top: .5em; }
          main article .contact-info .inner--contact p.time {
            font-family: "poppins", sans-serif;
            font-size: clamp(18px, 1.6837481698vw, 23px);
            margin-top: .5em; }
            main article .contact-info .inner--contact p.time em {
              display: block;
              font-size: clamp(13px, 1.0980966325vw, 15px);
              text-align: center; }
        main article .contact-info .inner--contact .btn {
          font-size: clamp(16px, 1.2445095168vw, 17px);
          line-height: 1;
          display: table;
          margin: 1.5em auto 0; }
          main article .contact-info .inner--contact .btn a {
            text-align: center;
            padding: 1em 3em 1em 2em;
            border: 1px solid #474747;
            border-radius: 3.0rem;
            position: relative; }
            main article .contact-info .inner--contact .btn a:before, main article .contact-info .inner--contact .btn a:after {
              content: '';
              display: block;
              position: absolute;
              height: 1px;
              background-color: #474747;
              right: 1em;
              transition: all .3s ease; }
            main article .contact-info .inner--contact .btn a:before {
              width: 1.5em;
              top: 55%;
              transform: translateY(-50%); }
            main article .contact-info .inner--contact .btn a:after {
              width: .6em;
              top: 47.5%;
              transform: rotate(45deg) translateY(-50%); }
            main article .contact-info .inner--contact .btn a:hover:before, main article .contact-info .inner--contact .btn a:hover:after {
              right: .5em; }
  main article .news-info {
    background-color: #ebebeb;
    padding: 5em 0;
    margin-top: 4em; }
    main article .news-info .inner {
      width: 62.2254758419vw;
      max-width: 850px;
      margin: 0 auto; }
      main article .news-info .inner--wrap {
        font-size: clamp(15px, 1.0980966325vw, 15px);
        margin-top: .5em; }
        main article .news-info .inner--wrap dl {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; }
          main article .news-info .inner--wrap dl dt,
          main article .news-info .inner--wrap dl dd {
            margin-top: 1em; }
          main article .news-info .inner--wrap dl dt {
            width: 15%;
            text-align: center;
            background-color: #fff;
            border-radius: 3.0rem;
            padding: .4em; }
          main article .news-info .inner--wrap dl dd {
            width: 82.5%; }
  main.pages .contact-info {
    padding-bottom: 0; }

footer {
  background-color: transparent;
  font-size: clamp(12px, 1.0248901903vw, 14px);
  line-height: 1;
  padding-top: 0; }
  footer .sns-area {
    padding: 5em 0; }
    footer .sns-area ul {
      display: flex;
      justify-content: center; }
      footer .sns-area ul li {
        width: 3.074670571vw;
        max-width: 42px;
        margin: 0 1.5em; }
    footer .sns-area .bnr {
      width: 22.4011713031vw;
      max-width: 306px;
      margin: 2em auto 0; }
  footer nav {
    background-color: #a1a1a1;
    padding: 5em 0; }
    footer nav ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      footer nav ul li {
        padding: 0 1.5em; }
        footer nav ul li a {
          color: #fff !important; }
      footer nav ul.about-site {
        font-size: clamp(10px, 0.878477306vw, 12px);
        margin-top: 3em; }
        footer nav ul.about-site li {
          padding: 0 1em; }
          footer nav ul.about-site li:nth-of-type(n+2) {
            border-left: 1px solid #fff; }
  footer .copy-label .logo {
    width: 4.39238653vw;
    max-width: 60px;
    margin: 1em auto 0; }
  footer .copy-label p {
    margin-top: 1em; }

@media screen and (max-width: 767px) {
  .cnt-block {
    width: 100vw;
    max-width: inherit; }

  header {
    padding-bottom: 0; }
    header .header {
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: 99;
      font-size: clamp(15px, 4vw, 17px); }
      header .header .inner {
        width: 100vw;
        max-width: inherit;
        padding: 0; }
        header .header .inner .logo {
          width: 10.6666666667vw;
          max-width: 40px;
          margin-left: .5em; }
        header .header .inner nav .nav-inner .nav-item {
          position: relative; }
          header .header .inner nav .nav-inner .nav-item > a {
            text-align: center;
            padding: 1em; }
            header .header .inner nav .nav-inner .nav-item > a .icon {
              display: none; }
          header .header .inner nav .nav-inner .nav-item.nav-dropdown,
          header .header .inner nav .nav-inner .nav-item .dropdown--wrap {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            header .header .inner nav .nav-inner .nav-item.nav-dropdown a,
            header .header .inner nav .nav-inner .nav-item .dropdown--wrap a {
              flex-grow: 1; }
            header .header .inner nav .nav-inner .nav-item.nav-dropdown .nav-toggle,
            header .header .inner nav .nav-inner .nav-item .dropdown--wrap .nav-toggle {
              position: relative;
              width: 2.5em;
              min-height: 2.5em;
              background: #7db8ee; }
              header .header .inner nav .nav-inner .nav-item.nav-dropdown .nav-toggle:before, header .header .inner nav .nav-inner .nav-item.nav-dropdown .nav-toggle:after,
              header .header .inner nav .nav-inner .nav-item .dropdown--wrap .nav-toggle:before,
              header .header .inner nav .nav-inner .nav-item .dropdown--wrap .nav-toggle:after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                display: block;
                margin: auto;
                background: #fff;
                transition: .2s ease; }
              header .header .inner nav .nav-inner .nav-item.nav-dropdown .nav-toggle:before,
              header .header .inner nav .nav-inner .nav-item .dropdown--wrap .nav-toggle:before {
                width: 1em;
                height: 1px; }
              header .header .inner nav .nav-inner .nav-item.nav-dropdown .nav-toggle:after,
              header .header .inner nav .nav-inner .nav-item .dropdown--wrap .nav-toggle:after {
                width: 1px;
                height: 1em; }
              header .header .inner nav .nav-inner .nav-item.nav-dropdown .nav-toggle.is-open:before,
              header .header .inner nav .nav-inner .nav-item .dropdown--wrap .nav-toggle.is-open:before {
                opacity: 0;
                transform: rotate(90deg); }
              header .header .inner nav .nav-inner .nav-item.nav-dropdown .nav-toggle.is-open:after,
              header .header .inner nav .nav-inner .nav-item .dropdown--wrap .nav-toggle.is-open:after {
                transform: rotate(90deg); }
        header .header .inner nav .dropdown {
          display: none;
          font-size: clamp(12px, 3.4666666667vw, 14px);
          position: fixed;
          top: 5em;
          left: 50% !important;
          transform: translateX(-50%) !important;
          padding: 1em 0; }
          header .header .inner nav .dropdown .dropdown-item {
            position: relative; }
            header .header .inner nav .dropdown .dropdown-item.has-child {
              display: flex;
              flex-wrap: wrap; }
              header .header .inner nav .dropdown .dropdown-item.has-child:after {
                content: "";
                opacity: 0;
                visibility: hidden;
                position: absolute;
                width: 2em;
                height: 1px;
                top: 0;
                bottom: 0;
                right: 1em;
                z-index: 10;
                display: block;
                margin: auto;
                background: #fff;
                transform-origin: left center;
                transform: scaleX(0.5);
                transition: .2s ease-out; }
            header .header .inner nav .dropdown .dropdown-item.is-show:after, header .header .inner nav .dropdown .dropdown-item:hover:after {
              opacity: 1;
              visibility: visible;
              transform: none; }
            header .header .inner nav .dropdown .dropdown-item.is-show .dropdown-child, header .header .inner nav .dropdown .dropdown-item:hover .dropdown-child {
              opacity: 1;
              visibility: visible;
              display: block; }
            header .header .inner nav .dropdown .dropdown-item.is-show > a {
              color: #fff;
              background: #7db8ee; }
            header .header .inner nav .dropdown .dropdown-item a {
              text-align: center; }
            header .header .inner nav .dropdown .dropdown-item .dropdown-child {
              display: block;
              width: 100%;
              transition: .2s ease; }
          header .header .inner nav .dropdown .bnr-area {
            justify-content: space-between;
            flex-wrap: wrap; }
            header .header .inner nav .dropdown .bnr-area li {
              width: 47.5% !important;
              max-width: inherit !important;
              margin: 1.5em 0 0; }
          header .header .inner nav .dropdown--block {
            overflow-y: scroll;
            width: 100vw;
            height: auto;
            max-height: 92vh;
            padding: 0em 1em 3em; }
          header .header .inner nav .dropdown .dropdown--wrap {
            margin: 2em auto 0;
            border: 1px solid #474747; }
            header .header .inner nav .dropdown .dropdown--wrap h2 {
              font-size: clamp(13px, 3.4666666667vw, 15px);
              text-align: left;
              padding: 1.2em 0 1.2em 1em;
              margin-top: 0; }
            header .header .inner nav .dropdown .dropdown--wrap h3 {
              color: #fff;
              text-align: left;
              background-color: #7db8ee;
              padding: 1.2em 1em;
              margin-top: 0; }
            header .header .inner nav .dropdown .dropdown--wrap--category {
              width: 100%; }
              header .header .inner nav .dropdown .dropdown--wrap--category--box {
                width: 100%; }
                header .header .inner nav .dropdown .dropdown--wrap--category--box:nth-of-type(n+2) {
                  border-top: none;
                  padding-top: 0;
                  margin-top: 0; }
                header .header .inner nav .dropdown .dropdown--wrap--category--box ul li {
                  width: 100%;
                  padding: .5em 1.5em .5em 1em;
                  margin-top: 0;
                  border-top: 1px solid #d1d1d1; }
                  header .header .inner nav .dropdown .dropdown--wrap--category--box ul li:nth-of-type(n+2) {
                    margin-left: 0; }
                  header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 0;
                    text-align: left; }
                    header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a .product-img {
                      width: auto !important;
                      margin: 0 auto; }
                    header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a p {
                      width: 80%; }
                      header .header .inner nav .dropdown .dropdown--wrap--category--box ul li a p em {
                        font-size: clamp(7px, 2.4vw, 9px); }
          header .header .inner nav .dropdown.products {
            left: 0; }
            header .header .inner nav .dropdown.products:after {
              left: 35%; }
            header .header .inner nav .dropdown.products .bnr-area li:first-of-type, header .header .inner nav .dropdown.products .bnr-area li:last-of-type {
              width: 100% !important; }
          header .header .inner nav .dropdown.search {
            right: inherit; }
            header .header .inner nav .dropdown.search:after {
              left: 83.5%;
              right: inherit; }
    header.hav_plus-nav .header .inner .logo {
      position: absolute;
      top: 30%;
      left: .5em;
      transform: translateY(-50%); }
    header.hav_plus-nav .plus-nav {
      width: 100vw; }
      header.hav_plus-nav .plus-nav ul {
        justify-content: space-between;
        font-size: clamp(12px, 3.2vw, 14px);
        text-align: center;
        border: solid #d1d1d1;
        border-width: 1px none; }
        header.hav_plus-nav .plus-nav ul li {
          width: 20%; }
          header.hav_plus-nav .plus-nav ul li:last-of-type {
            border-right: none; }
          header.hav_plus-nav .plus-nav ul li a {
            padding: .5em 0; }

  main {
    overflow: hidden;
    padding-top: 6.5em; }
    main .popup-banner {
      width: 42.6666666667vw;
      margin-left: 71vw;
      bottom: 85px; }
    main .pageTop {
      width: 13.3333333333vw;
      margin-left: 70vw; }
    main article h2 {
      font-size: clamp(26px, 6.9333333333vw, 30px); }
    main article p.comment {
      font-size: clamp(10px, 2.6666666667vw, 12px); }
    main article .contact-info {
      padding: 2.5em 0; }
      main article .contact-info .inner {
        width: 87.5%; }
        main article .contact-info .inner--buy {
          margin: 0; }
          main article .contact-info .inner--buy--bnr {
            justify-content: space-between; }
            main article .contact-info .inner--buy--bnr li {
              width: 45%;
              margin: 3em 0 0; }
              main article .contact-info .inner--buy--bnr li:nth-of-type(3) {
                width: 100%; }
        main article .contact-info .inner--contact p.tel {
          font-size: clamp(40px, 10.6666666667vw, 63px); }
        main article .contact-info .inner--contact p.time {
          font-size: clamp(18px, 4.8vw, 23px); }
          main article .contact-info .inner--contact p.time em {
            font-size: clamp(13px, 3.4666666667vw, 15px); }
        main article .contact-info .inner--contact .btn {
          font-size: clamp(16px, 4.5333333333vw, 17px); }
    main article .news-info {
      padding: 2.5em 0;
      margin-top: 4em; }
      main article .news-info .inner {
        width: 87.5%; }
        main article .news-info .inner--wrap {
          font-size: clamp(15px, 4vw, 15px);
          margin-top: 0; }
          main article .news-info .inner--wrap dl dt {
            width: 40%;
            margin-top: 1.5em; }
          main article .news-info .inner--wrap dl dd {
            width: 100%;
            margin-top: .5em; }

  footer {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    padding: 0 !important; }
    footer .sns-area {
      padding: 2.5em 0; }
      footer .sns-area ul li {
        width: 11.2vw; }
      footer .sns-area .bnr {
        width: 81.6vw; }
    footer nav {
      padding: 2.5em 0; }
      footer nav ul {
        flex-direction: column;
        justify-content: center; }
        footer nav ul li {
          padding: 0 1.5em;
          margin-top: 1em; }
          footer nav ul li a {
            text-align: center; }
        footer nav ul.about-site {
          font-size: clamp(12px, 4vw, 15px);
          margin-top: 0; }
          footer nav ul.about-site li {
            padding: 0 1em; }
            footer nav ul.about-site li:nth-of-type(n+2) {
              border-left: none; }
    footer .copy-label .logo {
      width: 16vw; }
    footer .copy-label p {
      margin: 1.5em auto; } }
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }
    ul li img {
      line-height: 0;
      font-size: 0;
      vertical-align: top; }

img {
  border: none;
  vertical-align: bottom; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング 全体の設定
========================================================= */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/ }

html, body {
  font-size: 62.5%;
  overflow: auto; }

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  /*日本語フォントの文字間隔（カーニング）全角スペースを詰める調整、句読点や括弧などの約物を含めた文字間をしっかり詰めてくれます。*/
  color: #474747;
  background: #fff; }

main {
  display: block; }

/*リンクテキスト全般の設定*/
a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
  color: #474747;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

.disabled {
  pointer-events: none; }

.soon {
  pointer-events: none;
  opacity: .5; }

.hide,
.hidden {
  visibility: hidden; }

/*テキスト周りのタグ*/
p {
  line-break: strict; }

/*画像全般の設定*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none; }

/*videoタグ*/
video {
  max-width: 100%; }

/*iframeタグ*/
iframe {
  width: 100%; }

/*レスポンシブ切り替え表示の設定*/
.pc {
  display: block; }

.sp {
  display: none; }

/* =========================================================
 * modal
========================================================= */
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-close {
  text-indent: -9999px;
  font-family: serif;
  font-size: 64px;
  right: -10px !important;
  padding-right: 0 !important;
  top: -50px !important; }

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-wrap .modal-content {
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* content animate it */
.mfp-wrap.mfp-ready .modal-content {
  transform: translateY(0);
  opacity: 1; }

/* content animate out */
.mfp-wrap.mfp-removing .modal-content {
  transform: translateY(30px);
  opacity: 0; }

.mfp-iframe-holder .mfp-content {
  width: 125vmin !important;
  max-width: 90% !important; }

@media screen and (max-width: 767px) {
  /*.mfp-container{
  	padding: 0;
  }
  .modal-content{
  	max-width: 94%;
  	margin: 15vw auto;
  	.popup-modal-close{
  		cursor: pointer;
  		position: absolute;
  		right: 0;
  		top: -41px;
  		span{
  			img{
  				max-width: 31px;
  			}
  		}
  	}
  	&--inner{
  		background-color: #fff;
  		padding: 15px 5% 30px 5%;
  		.team{
  			p{
  				@include fz_vw(11);
  			}
  		}
  		.content{
  			margin-top: 20px;
  			h2{
  				letter-spacing: .04em;
  				@include fz_vw(16);
  			}
  			p{
  				margin-top: 20px;
  				@include fz_vw(12);
  			}
  		}
  		.contact{
  			margin-top: 30px;
  			p{
  				@include fz_vw(12);
  				a{
  					&.tel{
  						pointer-events: visible;
  						text-decoration: underline;
  					}
  				}
  			}
  		}
  	}
  }*/ }
/*スマホサイズの画面でのみ発信リンク*/
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    /*①アンカーのtelを無効化*/
    cursor: default;
    /*②アンカーのポインターをデフォルトにする*/
    text-decoration: none; } }
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%; }

  /*リンクテキスト全般の設定*/
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  /*画像全般の設定*/
  img {
    width: 100%; }

  /*テキスト周りのタグ*/
  .att {
    font-size: 3vw !important;
    font-weight: 400;
    line-height: 1 !important;
    margin-bottom: 1em; }

  /*レスポンシブ切り替え表示の設定*/
  .pc {
    display: none; }

  .sp {
    display: block; } }
@media all and (-ms-high-contrast: none) {
  .noise {
    display: none; } }
/* =========================================================
 * font
========================================================= */
/*Poppins*/
/*Lato*/
/*Roboto Condensed & Roboto*/
/*Noto Sans Japanese*/
/*
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
*/
.poppins {
  font-family: "poppins", sans-serif;
  font-style: normal; }

.lato {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto; }

.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto; }

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening,
.fadein-popup {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fadein-popup {
  translate: none;
  rotate: none;
  scale: none;
  transform: translateY(20px) scale(0.8) !important;
  transition: opacity 0.5s ease-in-out , transform 0.5s ease-in-out; }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1;
  transform: translate(0, 0); }

.fadein-popup.scrollin {
  transform: translate(0, 0) scale(1) !important;
  animation: popup 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
@keyframes topleft {
  0% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(250%, 250%); } }
@keyframes topright {
  0% {
    transform: translate(50%, 50%); }
  100% {
    transform: translate(-100%, 200%); } }
@keyframes bottomleft {
  0% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(150%, -250%); } }
@keyframes bottomright {
  0% {
    transform: translate(50%, 50%); }
  100% {
    transform: translate(-150%, 250%); } }
@keyframes popup {
  0% {
    opacity: 0; }
  80%, 100% {
    opacity: 1; } }
.fadein-topleft {
  animation: topleft 10s infinite linear 1s both; }

.fadein-topright {
  animation: topright 6.3s infinite linear 1s both; }

.fadein-topright02 {
  animation: topright 9.5s infinite linear 1s both; }

.fadein-bottomleft {
  animation: bottomleft 5.5s infinite linear 1s both; }

.fadein-bottomright {
  animation: bottomright 5.5s infinite linear 1s both; }

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
/*::-webkit-scrollbar{/* Chrome, Safari 対応 */
                                             /*
	display: none;
	-webkit-appearance: none;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
                                              /*
scrollbar-width: none;       /* Firefox 対応 */
	                                             /*
}*/
/*垂直方向のスクロールバーに適用*/
/*::-webkit-scrollbar:horizontal {
    display: none;
    -webkit-appearance: none;
}*/
/*水平方向のスクロールバーに適用*/
/*::-webkit-scrollbar:vertical {
    display: none;
    -webkit-appearance: none;
}*/
/* =========================================================
 * CSS Animation　　   /*CSS アニメション
========================================================= */
/*メインビジュのSCROLL*/
@keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@-webkit-keyframes arrow-move {
  0% {
    top: -100%; }
  50% {
    top: 0; }
  100% {
    top: 100%; } }
@keyframes animationZoom {
  100% {
    transform: scale(1.1); } }
@keyframes slideshow {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2); }
  10% {
    opacity: 1;
    transform: scale(1, 1); }
  28% {
    opacity: 1;
    transform: scale(1, 1); }
  38% {
    opacity: 0;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform: scale(1, 1); } }
/* =========================================================
 * cursor event　　   /*cursorイベント
========================================================= */
/*<!--mouse-->
<div id="cursor" class="cursor"></div>*/
#cursor {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: rgba(0, 115, 255, 0.2);
  border-radius: 50%;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
  transition-timing-function: ease-out;
  z-index: 10005; }
  #cursor.hov_ {
    top: -32px;
    left: -32px;
    width: 28px;
    height: 28px;
    transition: .5s;
    background: rgba(0, 115, 255, 0.5); }

@media screen and (max-width: 767px) {
  #cursor {
    display: none; } }
/* =========================================================
 * js Animation　　   /*jS アニメーション
========================================================= */
/*1文字ずつ出現させるためのCSS*/
.eachTextAnime span {
  opacity: 0; }

.eachTextAnime.appeartext span {
  animation: text_anime_on .1s ease-out forwards; }

@keyframes text_anime_on {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.top article .inner {
  width: 70.2781844802vw;
  max-width: 960px;
  margin: 0 auto; }
.top article .main--wrap {
  overflow: hidden; }
  .top article .main--wrap .slider {
    position: relative; }
    .top article .main--wrap .slider .slick-prev {
      left: -85%; }
    .top article .main--wrap .slider .slick-next {
      right: -85%; }
    .top article .main--wrap .slider .slick-list img {
      max-width: 1366px; }
    .top article .main--wrap .slider .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: clamp(10px, 0.878477306vw, 12px);
      bottom: 1.5em;
      position: relative;
      z-index: 1; }
      .top article .main--wrap .slider .slick-dots:after {
        content: '';
        display: block;
        position: absolute;
        width: 15em;
        height: 15em;
        background-color: #fff;
        border-radius: 50%;
        top: -3em;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
      .top article .main--wrap .slider .slick-dots li {
        width: 1em;
        height: 1em;
        margin: 0 .5em; }
        .top article .main--wrap .slider .slick-dots li button:before {
          width: 0.878477306vw;
          height: 0.878477306vw;
          max-width: 12px;
          max-height: 12px;
          background: #d1d1d1; }
        .top article .main--wrap .slider .slick-dots li.slick-active button:before {
          background: #ffccca; }
.top article .lead .inner {
  font-size: clamp(14px, 1.2445095168vw, 17px); }
  .top article .lead .inner--wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .top article .lead .inner--wrap .bnr {
      width: 47%;
      margin-top: 3em; }
      .top article .lead .inner--wrap .bnr.full {
        width: 70%;
        margin: 7em auto 0; }
  .top article .lead .inner--anchor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5em; }
    .top article .lead .inner--anchor li {
      width: 17.7%;
      box-sizing: border-box;
      background: linear-gradient(158deg, #4fabff 0%, #4fabff 50%, #ff7c76 50%, #ff7c76 100%);
      padding: 2px;
      border-radius: .6em;
      transition: all .3s ease; }
      .top article .lead .inner--anchor li a {
        text-align: center;
        background-color: #fff;
        padding: 1em;
        border-radius: .5em; }
        .top article .lead .inner--anchor li a:hover {
          opacity: 1; }
      .top article .lead .inner--anchor li:hover {
        opacity: .7; }
.top article .message {
  font-size: clamp(15px, 1.2445095168vw, 17px);
  background: url("../../imgs/top/bg_message.webp") no-repeat center bottom/cover;
  padding: 5em 0;
  margin-top: 7em; }
  .top article .message h2 {
    font-size: clamp(22px, 2.196193265vw, 30px);
    text-align: left; }
  .top article .message p {
    line-height: 2.5;
    letter-spacing: .02em; }
  .top article .message .inner .drawer-item,
  .top article .message .inner .drawer-item-close {
    font-size: clamp(16px, 1.2445095168vw, 17px);
    line-height: 1;
    display: table;
    margin: 3em auto 0 0;
    transition: all .3s ease; }
    .top article .message .inner .drawer-item.close,
    .top article .message .inner .drawer-item-close.close {
      display: none; }
    .top article .message .inner .drawer-item span,
    .top article .message .inner .drawer-item-close span {
      text-align: center;
      color: #474747;
      background-color: rgba(255, 255, 255, 0.5);
      padding: .7em 3em .7em 2em;
      border: 1px solid #474747;
      border-radius: 3.0rem;
      position: relative; }
      .top article .message .inner .drawer-item span:before, .top article .message .inner .drawer-item span:after,
      .top article .message .inner .drawer-item-close span:before,
      .top article .message .inner .drawer-item-close span:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        background-color: #474747;
        right: 1em;
        transition: all .3s ease; }
      .top article .message .inner .drawer-item span:before,
      .top article .message .inner .drawer-item-close span:before {
        width: 1.5em;
        top: 55%;
        transform: translateY(-50%); }
      .top article .message .inner .drawer-item span:after,
      .top article .message .inner .drawer-item-close span:after {
        width: .6em;
        top: 47.5%;
        transform: rotate(45deg) translateY(-50%); }
      .top article .message .inner .drawer-item span:hover:before, .top article .message .inner .drawer-item span:hover:after,
      .top article .message .inner .drawer-item-close span:hover:before,
      .top article .message .inner .drawer-item-close span:hover:after {
        right: .5em; }
  .top article .message .inner .drawer-item-close {
    margin: 3em 0 0 auto; }
  .top article .message .inner--wrap.more {
    display: none; }
  .top article .message .inner--wrap:nth-of-type(n+2) .inner--wrap--category {
    margin-top: 3em; }
  .top article .message .inner--wrap--category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.5em; }
    .top article .message .inner--wrap--category.row {
      flex-direction: row-reverse; }
    .top article .message .inner--wrap--category--texts {
      width: fit-content; }
      .top article .message .inner--wrap--category--texts .btn {
        font-size: clamp(15px, 1.1713030747vw, 16px);
        line-height: 1;
        display: table;
        margin: 4em auto 0 0; }
        .top article .message .inner--wrap--category--texts .btn a {
          text-align: center;
          color: #fff !important;
          background-color: #474747;
          padding: 1em 3em 1em 1.2em;
          border: 1px solid #474747;
          border-radius: .5em;
          position: relative; }
          .top article .message .inner--wrap--category--texts .btn a:before, .top article .message .inner--wrap--category--texts .btn a:after {
            content: '';
            display: block;
            position: absolute;
            height: 1px;
            background-color: #fff;
            right: 1em;
            transition: all .3s ease; }
          .top article .message .inner--wrap--category--texts .btn a:before {
            width: 1.5em;
            top: 55%;
            transform: translateY(-50%); }
          .top article .message .inner--wrap--category--texts .btn a:after {
            width: .6em;
            top: 47.5%;
            transform: rotate(45deg) translateY(-50%); }
          .top article .message .inner--wrap--category--texts .btn a:hover:before, .top article .message .inner--wrap--category--texts .btn a:hover:after {
            right: .5em; }
        .top article .message .inner--wrap--category--texts .btn.pink a {
          background-color: #ff7c76;
          color: #fff !important;
          border: none; }
          .top article .message .inner--wrap--category--texts .btn.pink a:before, .top article .message .inner--wrap--category--texts .btn.pink a:after {
            background-color: #fff; }
    .top article .message .inner--wrap--category .image {
      width: 40%; }
.top article .container {
  background: url("../img/bg_check.webp");
  padding: 10em 0; }
  .top article .container h2 {
    font-size: clamp(27px, 2.9282576867vw, 40px); }
  .top article .container--block {
    margin-top: 7.5em;
    padding-top: 7.5em; }
    .top article .container--block:nth-of-type(n+2) {
      border-top: 3px solid;
      -webkit-border-image: -webkit-linear-gradient(left, #cacaca 0%, #cacaca 13%, #4fabff 13%, #4fabff 33%, #ff7c76 33%, #ff7c76 67%, #4fabff 67%, #4fabff 79%, #cacaca 79%, #cacaca 83%, #ff7c76 83%, #ff7c76 100%) 1;
      -o-border-image: -o-linear-gradient(left, #cacaca 0%, #cacaca 13%, #4fabff 13%, #4fabff 33%, #ff7c76 33%, #ff7c76 67%, #4fabff 67%, #4fabff 79%, #cacaca 79%, #cacaca 83%, #ff7c76 83%, #ff7c76 100%) 1;
      border-image: linear-gradient(to right, #cacaca 0%, #cacaca 13%, #4fabff 13%, #4fabff 33%, #ff7c76 33%, #ff7c76 67%, #4fabff 67%, #4fabff 79%, #cacaca 79%, #cacaca 83%, #ff7c76 83%, #ff7c76 100%) 1; }
    .top article .container--block .inner {
      width: 52.3426061493vw;
      max-width: 715px;
      margin: 0 auto; }
      .top article .container--block .inner:nth-of-type(n+2) {
        margin-top: 10em; }
      .top article .container--block .inner--title {
        text-align: center; }
        .top article .container--block .inner--title h3 {
          font-size: clamp(25px, 2.635431918vw, 36px);
          font-weight: bold;
          letter-spacing: .1em; }
        .top article .container--block .inner--title h4 {
          font-size: clamp(21px, 2.2693997072vw, 31px);
          line-height: 1;
          margin-top: 1.5em; }
          .top article .container--block .inner--title h4 span {
            display: inline-block;
            background-color: #4fabff;
            color: #fff;
            border-top-left-radius: 1em;
            border-bottom-right-radius: 1em;
            padding: .5em 1.2em; }
        .top article .container--block .inner--title p {
          font-size: clamp(17px, 1.4641288433vw, 20px);
          margin-top: 1em; }
          .top article .container--block .inner--title p em {
            display: block;
            font-size: clamp(15px, 1.317715959vw, 18px);
            font-weight: 500; }
      .top article .container--block .inner--wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        text-align: center; }
        .top article .container--block .inner--wrap--category {
          width: 45%;
          margin-top: 5em !important; }
          .top article .container--block .inner--wrap--category.full {
            width: 100%; }
          .top article .container--block .inner--wrap--category.center {
            width: fit-content;
            margin: 0 auto; }
            .top article .container--block .inner--wrap--category.center .image {
              max-width: 322px;
              margin: 0 auto; }
          .top article .container--block .inner--wrap--category h5 {
            font-size: clamp(18px, 1.6837481698vw, 23px);
            font-weight: bold;
            margin-bottom: .8em; }
          .top article .container--block .inner--wrap--category dl dt {
            font-size: clamp(15px, 1.2445095168vw, 17px);
            margin-top: 1em; }
          .top article .container--block .inner--wrap--category dl dd {
            font-size: clamp(8px, 0.878477306vw, 12px);
            line-height: 1;
            margin-top: .5em; }
            .top article .container--block .inner--wrap--category dl dd span {
              display: inline-block;
              border: 1px solid #474747;
              padding: .3em .8em; }
          .top article .container--block .inner--wrap--category p {
            font-size: clamp(14px, 1.0980966325vw, 15px);
            line-height: 1.6;
            margin-top: 1em; }
            .top article .container--block .inner--wrap--category p.comment {
              font-size: clamp(9px, 0.7320644217vw, 10px);
              line-height: 1.4;
              text-align: justify;
              margin-top: 2em;
              text-indent: -1em;
              padding-left: 1em;
              display: block; }
              .top article .container--block .inner--wrap--category p.comment:nth-of-type(n+2) {
                margin-top: 1em; }
    .top article .container--block .bnr-area {
      font-size: clamp(15px, 1.0980966325vw, 15px);
      line-height: 1; }
      .top article .container--block .bnr-area .popup-btn {
        display: table;
        margin: 4em auto 0;
        background-color: #a1a1a1;
        border-radius: .5em;
        padding: 2px; }
        .top article .container--block .bnr-area .popup-btn a {
          text-align: center;
          color: #fff !important;
          padding: 1em 3em 1em 2em;
          border: 1px solid #fff;
          border-radius: .4em;
          position: relative; }
          .top article .container--block .bnr-area .popup-btn a:before, .top article .container--block .bnr-area .popup-btn a:after {
            content: '';
            display: block;
            position: absolute;
            height: 1px;
            background-color: #fff;
            right: .5em;
            transition: all .1s ease; }
          .top article .container--block .bnr-area .popup-btn a:before {
            width: 1.5em;
            top: 55%;
            transform: translateY(-50%); }
          .top article .container--block .bnr-area .popup-btn a:after {
            width: .6em;
            top: 47.5%;
            transform: rotate(45deg) translateY(-50%); }
        .top article .container--block .bnr-area .popup-btn.close {
          background-color: #474747; }
          .top article .container--block .bnr-area .popup-btn.close a:before, .top article .container--block .bnr-area .popup-btn.close a:after {
            width: 1px;
            right: 1.5em; }
          .top article .container--block .bnr-area .popup-btn.close a:before {
            height: 1.5em; }
          .top article .container--block .bnr-area .popup-btn.close a:after {
            height: .6em;
            top: inherit; }
      .top article .container--block .bnr-area--wrap {
        display: none;
        width: fit-content;
        background-color: #fff;
        box-shadow: 0px 0px 15px 5px rgba(105, 105, 105, 0.2);
        border-radius: 1em;
        padding: 1.5em 1em;
        margin: 2em auto 0;
        position: relative; }
        .top article .container--block .bnr-area--wrap:after {
          content: '';
          display: block;
          position: absolute;
          width: 1em;
          height: 1em;
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          top: -1em;
          left: 50%;
          transform: translateX(-50%);
          background-color: #fff; }
        .top article .container--block .bnr-area--wrap ul {
          display: flex; }
          .top article .container--block .bnr-area--wrap ul li {
            width: 21.2298682284vw;
            max-width: 290px;
            margin: 0 .5em; }
    .top article .container--block.block01 {
      margin-top: 0; }
      .top article .container--block.block01 .inner--wrap--category h5 {
        color: #d61959; }
    .top article .container--block.block02 .inner--wrap--category h5 {
      color: #58b531; }
    .top article .container--block.block05 .inner--wrap--category h5 {
      color: #4fabff; }
.top article .about-skincare {
  background-color: #ffccca;
  padding: 5em 0; }
  .top article .about-skincare .inner {
    width: 87.8477306003vw;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-top-left-radius: 14rem;
    padding: 5em 0; }
    .top article .about-skincare .inner .btn {
      font-size: clamp(16px, 1.2445095168vw, 17px);
      line-height: 1;
      display: table;
      margin: 1.5em auto 0; }
      .top article .about-skincare .inner .btn a {
        text-align: center;
        color: #474747;
        padding: 1em 3em 1em 2em;
        border: 1px solid #474747;
        border-radius: 3.0rem;
        position: relative; }
        .top article .about-skincare .inner .btn a:before, .top article .about-skincare .inner .btn a:after {
          content: '';
          display: block;
          position: absolute;
          height: 1px;
          background-color: #474747;
          right: 1em;
          transition: all .3s ease; }
        .top article .about-skincare .inner .btn a:before {
          width: 1.5em;
          top: 55%;
          transform: translateY(-50%); }
        .top article .about-skincare .inner .btn a:after {
          width: .6em;
          top: 47.5%;
          transform: rotate(45deg) translateY(-50%); }
        .top article .about-skincare .inner .btn a:hover:before, .top article .about-skincare .inner .btn a:hover:after {
          right: .5em; }
      .top article .about-skincare .inner .btn.pink a {
        background-color: #ff7c76;
        color: #fff !important;
        border: none; }
        .top article .about-skincare .inner .btn.pink a:before, .top article .about-skincare .inner .btn.pink a:after {
          background-color: #fff; }
    .top article .about-skincare .inner--wrap {
      width: 80%;
      margin: 0 auto; }
      .top article .about-skincare .inner--wrap--category {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5em; }
        .top article .about-skincare .inner--wrap--category:nth-of-type(n+2) {
          margin-top: 3em; }
        .top article .about-skincare .inner--wrap--category .image {
          width: 22%; }
        .top article .about-skincare .inner--wrap--category--texts {
          width: 55.5%;
          margin-left: 2.5%; }
          .top article .about-skincare .inner--wrap--category--texts h3 {
            font-size: clamp(16px, 1.317715959vw, 18px);
            color: #ff7c76; }
          .top article .about-skincare .inner--wrap--category--texts p {
            font-size: clamp(13px, 1.0980966325vw, 15px);
            margin-top: .8em; }
          .top article .about-skincare .inner--wrap--category--texts .btn {
            font-size: clamp(13px, 1.0980966325vw, 15px);
            display: inline-block;
            margin: 1.2em 0 0; }
            .top article .about-skincare .inner--wrap--category--texts .btn a {
              padding: .8em 3em .8em 2em; }

@media screen and (max-width: 767px) {
  .top article .inner {
    width: 87.5% !important; }
  .top article .main--wrap .slider .slick-prev {
    left: -90%; }
  .top article .main--wrap .slider .slick-next {
    right: -90%; }
  .top article .main--wrap .slider .slick-list img {
    max-width: 100vw; }
  .top article .main--wrap .slider .slick-dots {
    font-size: clamp(10px, 3.2vw, 12px); }
    .top article .main--wrap .slider .slick-dots li button:before {
      width: 3.2vw;
      height: 3.2vw; }
  .top article .lead .inner {
    font-size: clamp(13px, 3.4666666667vw, 17px); }
    .top article .lead .inner--wrap .bnr {
      width: 47%;
      margin-top: 2em; }
      .top article .lead .inner--wrap .bnr.full {
        width: 100%;
        margin: 5em auto 0; }
    .top article .lead .inner--anchor {
      justify-content: center;
      align-items: center;
      margin-top: 1em; }
      .top article .lead .inner--anchor li {
        width: 32%;
        margin: 1.5em .5% 0; }
        .top article .lead .inner--anchor li a {
          padding: .8em 0; }
  .top article .message {
    font-size: clamp(14px, 3.7333333333vw, 17px);
    padding: 3.5em 0;
    margin-top: 3.5em; }
    .top article .message h2 {
      font-size: clamp(22px, 5.8666666667vw, 30px); }
    .top article .message p {
      line-height: 1.8; }
    .top article .message .inner .drawer-item {
      font-size: clamp(16px, 4.2666666667vw, 17px);
      margin: 3em auto 0; }
    .top article .message .inner--wrap--category--texts .btn {
      font-size: clamp(15px, 4vw, 16px);
      margin: 2em auto 0 0; }
    .top article .message .inner--wrap--category .image {
      width: 70vw;
      position: relative;
      right: -6.25vw;
      margin: 2em 0 0 auto; }
    .top article .message .inner--wrap--category.row .image {
      right: inherit;
      left: -6.25vw;
      margin: 2em auto 0 0; }
  .top article .container {
    padding: 5em 0; }
    .top article .container h2 {
      font-size: clamp(27px, 7.2vw, 40px); }
    .top article .container--block .inner {
      margin-top: 5em; }
      .top article .container--block .inner--title h3 {
        font-size: clamp(25px, 6.6666666667vw, 36px); }
      .top article .container--block .inner--title h4 {
        font-size: clamp(21px, 5.6vw, 31px);
        line-height: 1.4; }
        .top article .container--block .inner--title h4 span {
          min-width: 87.5%; }
      .top article .container--block .inner--title p {
        font-size: clamp(16px, 4.2666666667vw, 20px); }
        .top article .container--block .inner--title p em {
          font-size: clamp(15px, 4vw, 18px); }
      .top article .container--block .inner--wrap--category {
        width: 47.5%;
        margin-top: 3em !important; }
        .top article .container--block .inner--wrap--category.full {
          width: 100%; }
        .top article .container--block .inner--wrap--category.center .image {
          max-width: inherit; }
        .top article .container--block .inner--wrap--category h5 {
          font-size: clamp(18px, 4.8vw, 23px); }
        .top article .container--block .inner--wrap--category dl dt {
          font-size: clamp(15px, 4vw, 17px); }
        .top article .container--block .inner--wrap--category dl dd {
          font-size: clamp(8px, 2.1333333333vw, 12px); }
        .top article .container--block .inner--wrap--category p {
          font-size: clamp(14px, 3.7333333333vw, 15px); }
          .top article .container--block .inner--wrap--category p.comment {
            font-size: clamp(9px, 2.4vw, 10px); }
    .top article .container--block .bnr-area {
      font-size: clamp(15px, 4vw, 15px); }
      .top article .container--block .bnr-area .popup-btn {
        margin: 2em auto 0; }
      .top article .container--block .bnr-area--wrap {
        width: 87.5%; }
        .top article .container--block .bnr-area--wrap ul {
          flex-wrap: wrap; }
          .top article .container--block .bnr-area--wrap ul li {
            width: 100%;
            max-width: inherit;
            margin: 0 auto; }
            .top article .container--block .bnr-area--wrap ul li:nth-of-type(n+2) {
              margin-top: 1em; }
    .top article .container--block.block02 .inner--wrap--category, .top article .container--block.block03 .inner--wrap--category, .top article .container--block.block04 .inner--wrap--category, .top article .container--block.block05 .inner--wrap--category {
      width: 87.5% !important;
      margin: 0 auto; }
  .top article .about-skincare {
    padding: 2.5em 0; }
    .top article .about-skincare .inner {
      border-top-left-radius: 4.0rem;
      padding: 2.5em 0 5em; }
      .top article .about-skincare .inner .btn {
        font-size: clamp(16px, 4.5333333333vw, 17px); }
      .top article .about-skincare .inner--wrap {
        width: 87.5%; }
        .top article .about-skincare .inner--wrap--category {
          display: flex;
          flex-wrap: wrap;
          margin-top: 3.5em !important; }
          .top article .about-skincare .inner--wrap--category .image {
            width: 65%;
            margin: 0 auto; }
          .top article .about-skincare .inner--wrap--category--texts {
            width: 100%;
            margin-left: 0; }
            .top article .about-skincare .inner--wrap--category--texts h3 {
              font-size: clamp(16px, 4.2666666667vw, 18px);
              margin-top: 1em; }
            .top article .about-skincare .inner--wrap--category--texts p {
              font-size: clamp(13px, 4vw, 15px); }
            .top article .about-skincare .inner--wrap--category--texts .btn {
              font-size: clamp(13px, 4vw, 15px);
              display: table;
              margin: 1em auto 0; } }
.plus-common article h2 {
  font-size: clamp(22px, 2.1229868228vw, 29px); }
.plus-common article h3 {
  font-size: clamp(18px, 1.6837481698vw, 23px);
  font-weight: bold;
  letter-spacing: .1em; }
.plus-common article p {
  font-size: clamp(16px, 1.2445095168vw, 17px);
  margin-top: 1em; }
  .plus-common article p em {
    display: table;
    font-size: clamp(8px, 0.9516837482vw, 13px);
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    margin: 0 auto; }
.plus-common article .inner {
  width: 70.2781844802vw;
  max-width: 960px;
  margin: 0 auto; }
.plus-common article .main--wrap {
  overflow: hidden; }
  .plus-common article .main--wrap .slider {
    position: relative; }
    .plus-common article .main--wrap .slider .slick-prev {
      left: -85%; }
    .plus-common article .main--wrap .slider .slick-next {
      right: -85%; }
    .plus-common article .main--wrap .slider .slick-list img {
      max-width: 1366px; }
    .plus-common article .main--wrap .slider .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: clamp(10px, 0.878477306vw, 12px);
      bottom: 1.5em;
      position: relative;
      z-index: 1; }
      .plus-common article .main--wrap .slider .slick-dots:after {
        content: '';
        display: block;
        position: absolute;
        width: 15em;
        height: 15em;
        background-color: #fff;
        border-radius: 50%;
        top: -3em;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
      .plus-common article .main--wrap .slider .slick-dots li {
        width: 1em;
        height: 1em;
        margin: 0 .5em; }
        .plus-common article .main--wrap .slider .slick-dots li button:before {
          width: 0.878477306vw;
          height: 0.878477306vw;
          max-width: 12px;
          max-height: 12px;
          background: #d1d1d1; }
        .plus-common article .main--wrap .slider .slick-dots li.slick-active button:before {
          background: #ffccca; }
.plus-common article .shampoo-wash {
  background-color: #f6e4e6;
  padding: 7.5em 0; }
  .plus-common article .shampoo-wash .inner h2 span {
    font-size: clamp(27px, 2.9282576867vw, 40px);
    line-height: 1;
    display: inline-block;
    background-color: #fff;
    color: #eb6d8e;
    padding: .4em 1.2em;
    border: solid #eb6d8e;
    border-width: 2px 0; }
  .plus-common article .shampoo-wash .inner h3 {
    font-weight: 400;
    text-align: center;
    margin-top: 1em; }
  .plus-common article .shampoo-wash .inner p em {
    display: block; }
  .plus-common article .shampoo-wash .inner .figure {
    margin-top: 5em; }
  .plus-common article .shampoo-wash .inner .btn {
    width: 19.2532942899vw;
    max-width: 263px;
    margin: 5em auto 0; }
  .plus-common article .shampoo-wash .inner--wrap h4 {
    text-align: center; }
    .plus-common article .shampoo-wash .inner--wrap h4 span {
      font-size: clamp(24px, 2.196193265vw, 30px);
      line-height: 1;
      display: inline-block;
      color: #eb6d8e;
      padding-bottom: .3em;
      border-bottom: 2px solid #eb6d8e;
      margin-top: 2.5em; }
  .plus-common article .shampoo-wash .inner--wrap--category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .plus-common article .shampoo-wash .inner--wrap--category .bnr {
      width: 48%;
      margin-top: 3em !important; }
      .plus-common article .shampoo-wash .inner--wrap--category .bnr.center {
        margin: 0 auto; }
.plus-common article .pruducts-list {
  background-color: #d1d1d1;
  padding: 7.5em 0;
  margin-top: 1em; }
  .plus-common article .pruducts-list .inner {
    font-size: clamp(16px, 1.8301610542vw, 25px);
    background-color: #fff;
    border-top-left-radius: 4em;
    padding: 1.2em 1em 1em; }
    .plus-common article .pruducts-list .inner h2 {
      pointer-events: none; }
    .plus-common article .pruducts-list .inner--wrap {
      margin-top: 1em; }
      .plus-common article .pruducts-list .inner--wrap .figure {
        width: 66.6178623719vw;
        max-width: 910px; }
.plus-common article .solve-problems h3 {
  font-weight: 500;
  text-align: center;
  margin-top: 5em; }
.plus-common article .solve-problems .worries .inner--wrap {
  display: flex;
  justify-content: space-around; }
  .plus-common article .solve-problems .worries .inner--wrap .bnr {
    width: 30%;
    margin-top: 3em; }
.plus-common article .solve-problems--block--wrap {
  width: 87.8477306003vw;
  max-width: 1200px;
  margin: 0 auto; }
  .plus-common article .solve-problems--block--wrap--category {
    display: flex;
    justify-content: space-around; }
    .plus-common article .solve-problems--block--wrap--category .bnr {
      width: 20%;
      margin-top: 3em; }
      .plus-common article .solve-problems--block--wrap--category .bnr a p {
        font-size: clamp(15px, 1.1713030747vw, 16px);
        text-align: center; }
.plus-common article .faq {
  margin: 7.5em auto;
  padding-top: 7.5em;
  border-top: 3px solid;
  -webkit-border-image: -webkit-linear-gradient(left, #cacaca 0%, #cacaca 13%, #4fabff 13%, #4fabff 33%, #ff7c76 33%, #ff7c76 67%, #4fabff 67%, #4fabff 79%, #cacaca 79%, #cacaca 83%, #ff7c76 83%, #ff7c76 100%) 1;
  -o-border-image: -o-linear-gradient(left, #cacaca 0%, #cacaca 13%, #4fabff 13%, #4fabff 33%, #ff7c76 33%, #ff7c76 67%, #4fabff 67%, #4fabff 79%, #cacaca 79%, #cacaca 83%, #ff7c76 83%, #ff7c76 100%) 1;
  border-image: linear-gradient(to right, #cacaca 0%, #cacaca 13%, #4fabff 13%, #4fabff 33%, #ff7c76 33%, #ff7c76 67%, #4fabff 67%, #4fabff 79%, #cacaca 79%, #cacaca 83%, #ff7c76 83%, #ff7c76 100%) 1; }
  .plus-common article .faq .inner {
    font-size: clamp(16px, 1.2445095168vw, 17px); }
    .plus-common article .faq .inner h2 {
      font-size: clamp(42px, 3.8799414348vw, 53px);
      font-family: "poppins", sans-serif;
      font-weight: 400;
      text-align: center; }
    .plus-common article .faq .inner p {
      font-size: clamp(14px, 1.0248901903vw, 14px);
      margin-top: 0; }
    .plus-common article .faq .inner--wrap--category {
      border: 1px solid #4fabff;
      border-radius: 1em;
      overflow: hidden;
      margin-top: 2em; }
      .plus-common article .faq .inner--wrap--category .question {
        background-color: #a9d6ff;
        display: flex;
        align-items: center;
        padding: .5em 4em .5em 1em;
        position: relative; }
        .plus-common article .faq .inner--wrap--category .question:after {
          content: '';
          display: block;
          position: absolute;
          width: 2em;
          height: 2em;
          border-radius: 50%;
          background: url("../../imgs/plus/common/btn_open.webp") no-repeat center center/cover;
          top: 50%;
          right: 1em;
          transform: translateY(-50%);
          transition: all .3s ease; }
        .plus-common article .faq .inner--wrap--category .question.close:after {
          background: url("../../imgs/plus/common/btn_close.webp") no-repeat center center/cover; }
        .plus-common article .faq .inner--wrap--category .question dt {
          font-size: clamp(34px, 2.4890190337vw, 34px);
          font-family: "poppins", sans-serif;
          font-weight: 400;
          color: #fff;
          margin-right: .5em; }
        .plus-common article .faq .inner--wrap--category .question dd {
          width: fit-content; }
      .plus-common article .faq .inner--wrap--category .answer {
        display: none;
        font-weight: 400;
        padding: 1.5em; }
        .plus-common article .faq .inner--wrap--category .answer .box {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-wrap: wrap; }
          .plus-common article .faq .inner--wrap--category .answer .box p {
            line-height: 1.6; }
          .plus-common article .faq .inner--wrap--category .answer .box .btn {
            font-size: clamp(12px, 0.878477306vw, 12px);
            line-height: 1; }
            .plus-common article .faq .inner--wrap--category .answer .box .btn a {
              text-align: center;
              color: #474747;
              padding: 1em 3em 1em 2em;
              border: 1px solid #474747;
              border-radius: 3.0rem;
              position: relative; }
              .plus-common article .faq .inner--wrap--category .answer .box .btn a:before, .plus-common article .faq .inner--wrap--category .answer .box .btn a:after {
                content: '';
                display: block;
                position: absolute;
                height: 1px;
                background-color: #474747;
                right: 1em;
                transition: all .3s ease; }
              .plus-common article .faq .inner--wrap--category .answer .box .btn a:before {
                width: 1.5em;
                top: 55%;
                transform: translateY(-50%); }
              .plus-common article .faq .inner--wrap--category .answer .box .btn a:after {
                width: .6em;
                top: 47.5%;
                transform: rotate(45deg) translateY(-50%); }
              .plus-common article .faq .inner--wrap--category .answer .box .btn a:hover:before, .plus-common article .faq .inner--wrap--category .answer .box .btn a:hover:after {
                right: .5em; }
            .plus-common article .faq .inner--wrap--category .answer .box .btn.pink a {
              background-color: #ff7c76;
              color: #fff !important;
              border: none; }
              .plus-common article .faq .inner--wrap--category .answer .box .btn.pink a:before, .plus-common article .faq .inner--wrap--category .answer .box .btn.pink a:after {
                background-color: #fff; }
      .plus-common article .faq .inner--wrap--category.c04 .answer .box p {
        width: 82.5%; }
      .plus-common article .faq .inner--wrap--category.c05 .answer .box p {
        width: 87.5%; }
      .plus-common article .faq .inner--wrap--category.c05 .answer .box .image {
        width: 10%; }

.plus-index article .container {
  background: url("../img/bg_check.webp");
  padding: 5em 0; }
  .plus-index article .container--block {
    margin-top: 7.5em; }
    .plus-index article .container--block .inner--title {
      text-align: center; }
      .plus-index article .container--block .inner--title p {
        line-height: 2.5;
        margin-top: 1.5em; }
    .plus-index article .container--block.block01 {
      margin-top: 0; }
      .plus-index article .container--block.block01 .inner--bnr-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .plus-index article .container--block.block01 .inner--bnr-wrap .bnr {
          width: 47%;
          overflow: hidden;
          box-shadow: 0px 0px 15px 5px rgba(105, 105, 105, 0.2);
          border-top-left-radius: 3em;
          margin-top: 5em; }
          .plus-index article .container--block.block01 .inner--bnr-wrap .bnr.center {
            border-top-left-radius: 1.5em;
            margin: 7.5em auto 0; }
    .plus-index article .container--block.block02 {
      margin-top: 12.5em; }
      .plus-index article .container--block.block02 .inner--wrap--category {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 7.5em; }
        .plus-index article .container--block.block02 .inner--wrap--category.c01 {
          align-items: center;
          background-color: #dff0ff;
          padding: 2em; }
          .plus-index article .container--block.block02 .inner--wrap--category.c01 h3 {
            color: #1058b5; }
          .plus-index article .container--block.block02 .inner--wrap--category.c01 .image {
            width: 37%; }
          .plus-index article .container--block.block02 .inner--wrap--category.c01 .txt {
            width: 60%; }
        .plus-index article .container--block.block02 .inner--wrap--category.c02 .image {
          width: 37%; }
        .plus-index article .container--block.block02 .inner--wrap--category.c02 .txt {
          width: 60%; }
          .plus-index article .container--block.block02 .inner--wrap--category.c02 .txt p {
            line-height: 2; }
    .plus-index article .container--block.block03 {
      background-color: #f6e4e6;
      padding: 5em 0; }
      .plus-index article .container--block.block03 .inner--wrap--category {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 7.5em; }
        .plus-index article .container--block.block03 .inner--wrap--category span {
          font-weight: bold;
          color: #b71b30; }
        .plus-index article .container--block.block03 .inner--wrap--category h2 {
          width: 100%;
          text-align: center;
          padding-bottom: .1em; }
          .plus-index article .container--block.block03 .inner--wrap--category h2 span {
            border-bottom: 1px solid #b71b30; }
        .plus-index article .container--block.block03 .inner--wrap--category .image {
          width: 45%;
          margin-top: 5em; }
        .plus-index article .container--block.block03 .inner--wrap--category .txt {
          width: 50%;
          margin-top: 5em; }
          .plus-index article .container--block.block03 .inner--wrap--category .txt p {
            line-height: 1.8; }
        .plus-index article .container--block.block03 .inner--wrap--category.c02 {
          align-items: center; }
          .plus-index article .container--block.block03 .inner--wrap--category.c02 h2 {
            order: 1; }
          .plus-index article .container--block.block03 .inner--wrap--category.c02 .image {
            order: 2; }
          .plus-index article .container--block.block03 .inner--wrap--category.c02 .txt {
            order: 3;
            margin-top: 7.5em; }
    .plus-index article .container--block.block04 .inner h2 {
      margin-top: 2em; }
    .plus-index article .container--block.block04 .inner--wrap--category {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .plus-index article .container--block.block04 .inner--wrap--category .image {
        width: 35%; }
      .plus-index article .container--block.block04 .inner--wrap--category .txt {
        width: 62.5%; }
        .plus-index article .container--block.block04 .inner--wrap--category .txt p {
          line-height: 2; }
          .plus-index article .container--block.block04 .inner--wrap--category .txt p em {
            display: block; }
    .plus-index article .container--block.block04 .inner--bnr-wrap--category {
      display: flex;
      justify-content: space-between;
      margin-top: 2.5em; }
      .plus-index article .container--block.block04 .inner--bnr-wrap--category .bnr {
        width: 22.5%; }
.plus-index article .shampoo-wash {
  padding: 7.5em 0; }
.plus-index article .pruducts-list {
  margin-top: 7.5em; }
.plus-index article .faq {
  padding-top: 0;
  border-top: none;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none; }

.plus-products article .txt-center {
  text-align: center; }
.plus-products article .lead {
  margin-top: 7.5em; }
  .plus-products article .lead .inner h2 {
    color: #ff7c76; }
    .plus-products article .lead .inner h2 em {
      font-size: clamp(23px, 2.4890190337vw, 34px);
      font-weight: 500; }
  .plus-products article .lead .inner .image {
    margin: 10em auto 0; }
  .plus-products article .lead .inner--wrap--category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #474747;
    padding-top: 3.5em;
    margin-top: 3.5em; }
    .plus-products article .lead .inner--wrap--category--texts {
      width: 57.5%; }
      .plus-products article .lead .inner--wrap--category--texts p {
        font-size: clamp(17px, 1.6837481698vw, 23px);
        line-height: 1.8;
        text-align: left;
        margin-top: 0; }
        .plus-products article .lead .inner--wrap--category--texts p em {
          font-size: clamp(22px, 2.3426061493vw, 32px);
          font-weight: 500;
          display: inline-block; }
    .plus-products article .lead .inner--wrap--category .image {
      width: 40%;
      margin: 0; }
      .plus-products article .lead .inner--wrap--category .image.middle {
        width: 45%;
        margin: 10em auto 0; }
.plus-products article .container {
  background-color: #d1d1d1;
  padding: 7.5em 0;
  margin-top: 7.5em; }
  .plus-products article .container--block {
    width: 87.8477306003vw;
    max-width: 1200px;
    background-color: #fff;
    border-top-left-radius: 5em;
    border-top-right-radius: 5em;
    padding: 0em 5em 10em;
    margin: 0 auto; }
    .plus-products article .container--block h2 {
      font-size: clamp(27px, 3.1478770132vw, 43px); }
    .plus-products article .container--block h3 {
      font-size: clamp(16px, 2.0497803807vw, 28px);
      font-weight: 500;
      text-align: center;
      margin-top: .5em; }
      .plus-products article .container--block h3 em {
        font-size: clamp(21px, 2.635431918vw, 36px);
        font-weight: bold; }
    .plus-products article .container--block .inner--title {
      width: fit-content;
      padding: 0 15em;
      margin: 0 auto;
      position: relative; }
      .plus-products article .container--block .inner--title .label {
        width: 12.5em;
        max-width: 115px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
    .plus-products article .container--block .inner--wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .plus-products article .container--block .inner--wrap .figure {
        width: 46%;
        margin-top: 5em !important; }
        .plus-products article .container--block .inner--wrap .figure.center {
          margin: 0 auto; }
      .plus-products article .container--block .inner--wrap--texts {
        width: 100%; }
        .plus-products article .container--block .inner--wrap--texts .center {
          width: fit-content;
          margin: 2em auto 0;
          line-height: 1.8; }
      .plus-products article .container--block .inner--wrap .btn {
        width: 37%;
        margin: 4em auto 0; }
    .plus-products article .container--block .lineup {
      padding-top: 7.5em; }
    .plus-products article .container--block .merit {
      background-color: #ff7c76;
      border-radius: 5em;
      padding: 7.5em 0;
      margin-top: 7.5em; }
      .plus-products article .container--block .merit .inner h2 {
        font-size: clamp(22px, 2.5622254758vw, 35px); }
      .plus-products article .container--block .merit .inner--wrap {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap; }
        .plus-products article .container--block .merit .inner--wrap--category {
          width: 46%;
          margin-top: 5em; }
          .plus-products article .container--block .merit .inner--wrap--category dl {
            display: flex;
            justify-content: center;
            align-items: center; }
            .plus-products article .container--block .merit .inner--wrap--category dl dt {
              width: 1.5em;
              height: 1.5em;
              font-size: clamp(33px, 2.4158125915vw, 33px);
              font-weight: 500;
              color: #fff;
              background-color: #ff7c76;
              text-align: center;
              border-radius: 50%; }
            .plus-products article .container--block .merit .inner--wrap--category dl dd {
              font-size: clamp(16px, 1.317715959vw, 18px);
              line-height: 1.6;
              letter-spacing: .1em;
              text-align: center;
              margin: 0 auto; }
              .plus-products article .container--block .merit .inner--wrap--category dl dd span {
                font-size: clamp(20px, 1.6105417277vw, 22px);
                color: #fff;
                background-color: #ff7c76;
                padding: 0 .3em;
                margin: 0 .2em; }
          .plus-products article .container--block .merit .inner--wrap--category .image {
            margin-top: 1.5em; }
            .plus-products article .container--block .merit .inner--wrap--category .image:nth-of-type(n+2) {
              margin-top: 3em; }
          .plus-products article .container--block .merit .inner--wrap--category p {
            font-size: clamp(15px, 1.0980966325vw, 15px);
            line-height: 1.6; }
            .plus-products article .container--block .merit .inner--wrap--category p em {
              display: block; }
            .plus-products article .container--block .merit .inner--wrap--category p span {
              font-size: clamp(16px, 1.317715959vw, 18px); }
    .plus-products article .container--block .bnr-content p {
      font-size: clamp(15px, 1.0980966325vw, 15px);
      line-height: 1.7;
      margin-top: 3em; }
      .plus-products article .container--block .bnr-content p span {
        font-size: clamp(16px, 1.3909224012vw, 19px); }
      .plus-products article .container--block .bnr-content p:nth-of-type(n+2) {
        margin-top: 1.5em; }
    .plus-products article .container--block .bnr-content .figure {
      width: 48.3162518302vw;
      max-width: 660px;
      margin: 5em auto 0; }
      .plus-products article .container--block .bnr-content .figure.full {
        width: 100%;
        max-width: 100%; }
.plus-products.fps article .lead .inner h2 {
  color: #b71b30; }
.plus-products.fps article .container--block .merit {
  background-color: #f6e4e6; }
  .plus-products.fps article .container--block .merit .inner--wrap--category dl dt {
    background-color: #b71b30; }
  .plus-products.fps article .container--block .merit .inner--wrap--category dl dd span {
    background-color: #b71b30; }
.plus-products.fps article .faq .inner--wrap--category {
  border-color: #ffccca; }
  .plus-products.fps article .faq .inner--wrap--category .question {
    background-color: #ffccca; }
    .plus-products.fps article .faq .inner--wrap--category .question:after {
      background-color: #b71b30; }
.plus-products.deodorant article {
  /*.pruducts-list{
      background-color: #ecf9e9;
      margin-top: 0;
  }*/ }
  .plus-products.deodorant article .lead .inner h2 {
    color: #58b531; }
  .plus-products.deodorant article .lead .inner--wrap--category .image.middle {
    width: 80%; }
  .plus-products.deodorant article .container--block .merit {
    background-color: #ecf9e9; }
    .plus-products.deodorant article .container--block .merit .inner--wrap--category dl dt {
      background-color: #58b531; }
    .plus-products.deodorant article .container--block .merit .inner--wrap--category dl dd span {
      background-color: #58b531; }
  .plus-products.deodorant article .shampoo-wash {
    background-color: #ecf9e9; }
    .plus-products.deodorant article .shampoo-wash .inner h2 span {
      color: #58b531;
      border-color: #58b531; }
    .plus-products.deodorant article .shampoo-wash .inner--wrap h4 span {
      color: #58b531;
      border-color: #58b531; }
  .plus-products.deodorant article .faq .inner--wrap--category {
    border-color: #ceeec5; }
    .plus-products.deodorant article .faq .inner--wrap--category .question {
      background-color: #ceeec5; }
      .plus-products.deodorant article .faq .inner--wrap--category .question:after {
        background-color: #58b531; }
.plus-products.scalp article {
  /*.pruducts-list{
      background-color: #e0e0f3;
      margin-top: 0;
  }*/ }
  .plus-products.scalp article .lead .inner h2 {
    color: #181878; }
  .plus-products.scalp article .container--block .merit {
    background-color: #e0e0f3; }
    .plus-products.scalp article .container--block .merit .inner--wrap--category dl dt {
      background-color: #181878; }
    .plus-products.scalp article .container--block .merit .inner--wrap--category dl dd span {
      background-color: #181878; }
  .plus-products.scalp article .shampoo-wash {
    background-color: #e0e0f3; }
    .plus-products.scalp article .shampoo-wash .inner h2 span {
      color: #181878;
      border-color: #181878; }
    .plus-products.scalp article .shampoo-wash .inner--wrap h4 span {
      color: #181878;
      border-color: #181878; }
  .plus-products.scalp article .faq .inner--wrap--category {
    border-color: #cae6ff; }
    .plus-products.scalp article .faq .inner--wrap--category .question {
      background-color: #cae6ff; }
      .plus-products.scalp article .faq .inner--wrap--category .question:after {
        background-color: #181878; }
.plus-products.sensitive article {
  /*.pruducts-list{
      background-color: #ffefef;
      margin-top: 0;
  }*/ }
  .plus-products.sensitive article .lead .inner h2 {
    color: #e25061; }
  .plus-products.sensitive article .lead .inner--wrap--category p span {
    color: #e25061; }
  .plus-products.sensitive article .lead .inner--wrap--category.c01 {
    flex-direction: column; }
    .plus-products.sensitive article .lead .inner--wrap--category.c01 h2 {
      color: #474747; }
      .plus-products.sensitive article .lead .inner--wrap--category.c01 h2 span {
        color: #e25061; }
    .plus-products.sensitive article .lead .inner--wrap--category.c01 p {
      font-size: clamp(16px, 1.3909224012vw, 19px);
      text-align: center;
      line-height: 1.7; }
  .plus-products.sensitive article .lead .inner--wrap--category.c02 {
    justify-content: center; }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 h3 {
      order: 1;
      width: 100%;
      text-align: center; }
      .plus-products.sensitive article .lead .inner--wrap--category.c02 h3 span {
        display: inline-block;
        color: #fff;
        background-image: linear-gradient(90deg, #fff 0%, #e25061 10%, #e25061 90%, #fff 100%);
        padding: .2em 3em; }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 p {
      font-size: clamp(16px, 1.3909224012vw, 19px);
      text-align: center;
      line-height: 1.7; }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 .inner--wrap--category--texts,
    .plus-products.sensitive article .lead .inner--wrap--category.c02 .image {
      width: 40%;
      margin-top: 5em; }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 .inner--wrap--category--texts p {
      width: fit-content;
      text-align: left;
      margin: 0 auto; }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 .txt01 {
      order: 2; }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 .txt02 {
      order: 5; }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 .i01 {
      order: 3; }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 .i02 {
      order: 4; }
  .plus-products.sensitive article .container--block .merit {
    background-color: #ffefef; }
    .plus-products.sensitive article .container--block .merit .inner--title p {
      text-align: center; }
    .plus-products.sensitive article .container--block .merit .inner--wrap--category dl {
      justify-content: center;
      align-items: center; }
      .plus-products.sensitive article .container--block .merit .inner--wrap--category dl dt {
        background-color: #e25061; }
      .plus-products.sensitive article .container--block .merit .inner--wrap--category dl dd {
        margin: 0 1em; }
        .plus-products.sensitive article .container--block .merit .inner--wrap--category dl dd span {
          background-color: #e25061; }
    .plus-products.sensitive article .container--block .merit .inner--wrap--category p span {
      color: #e25061; }
    .plus-products.sensitive article .container--block .merit .inner--wrap--category .pc {
      margin-top: 5em; }
  .plus-products.sensitive article .shampoo-wash {
    background-color: #ffefef; }
    .plus-products.sensitive article .shampoo-wash .inner h2 span {
      color: #e25061;
      border-color: #e25061; }
    .plus-products.sensitive article .shampoo-wash .inner--wrap h4 span {
      color: #e25061;
      border-color: #e25061; }
  .plus-products.sensitive article .faq .inner--wrap--category {
    border-color: #f0cfd4; }
    .plus-products.sensitive article .faq .inner--wrap--category .question {
      background-color: #f0cfd4; }
      .plus-products.sensitive article .faq .inner--wrap--category .question:after {
        background-color: #e25061; }

@media screen and (max-width: 767px) {
  .plus-common {
    padding-top: 11em; }
    .plus-common article h2 {
      font-size: clamp(22px, 5.8666666667vw, 29px); }
    .plus-common article h3 {
      font-size: clamp(18px, 4.8vw, 23px); }
    .plus-common article p {
      font-size: clamp(15px, 4vw, 17px); }
      .plus-common article p em {
        font-size: clamp(10px, 2.6666666667vw, 12px); }
    .plus-common article .inner {
      width: 87.5% !important; }
    .plus-common article .main--wrap .slider .slick-prev {
      left: -90%; }
    .plus-common article .main--wrap .slider .slick-next {
      right: -90%; }
    .plus-common article .main--wrap .slider .slick-list img {
      max-width: 100vw; }
    .plus-common article .main--wrap .slider .slick-dots {
      font-size: clamp(10px, 3.2vw, 12px); }
      .plus-common article .main--wrap .slider .slick-dots li button:before {
        width: 3.2vw;
        height: 3.2vw; }
    .plus-common article .shampoo-wash {
      padding: 5em 0; }
      .plus-common article .shampoo-wash .inner h2 span {
        font-size: clamp(27px, 7.2vw, 40px);
        line-height: 1;
        display: inline-block;
        background-color: #fff;
        color: #eb6d8e;
        padding: .4em 1.2em;
        border: solid #eb6d8e;
        border-width: 2px 0; }
      .plus-common article .shampoo-wash .inner h3 {
        font-size: clamp(16px, 4.2666666667vw, 29px); }
      .plus-common article .shampoo-wash .inner .figure {
        margin-top: 2em; }
      .plus-common article .shampoo-wash .inner .btn {
        width: 90%;
        margin: 2.5em auto 0; }
      .plus-common article .shampoo-wash .inner--wrap h4 span {
        font-size: clamp(24px, 6.4vw, 30px); }
      .plus-common article .shampoo-wash .inner--wrap--category .bnr {
        width: 100%;
        margin-top: 1.5em; }
    .plus-common article .pruducts-list {
      padding: 5em 0; }
      .plus-common article .pruducts-list .inner {
        font-size: clamp(16px, 4.2666666667vw, 25px);
        border-top-left-radius: 2em; }
        .plus-common article .pruducts-list .inner h2 {
          font-size: clamp(15px, 4vw, 29px);
          padding-right: 2em;
          pointer-events: inherit;
          position: relative; }
          .plus-common article .pruducts-list .inner h2:after {
            content: '';
            display: block;
            position: absolute;
            width: 2em;
            height: 2em;
            border-radius: 50%;
            background: url("../../imgs/plus/common/btn_open-bk.webp") no-repeat center center/cover;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            transition: all .3s ease; }
          .plus-common article .pruducts-list .inner h2.close:after {
            background: url("../../imgs/plus/common/btn_close-bk.webp") no-repeat center center/cover; }
        .plus-common article .pruducts-list .inner--wrap {
          display: none;
          margin-top: 1.5em; }
          .plus-common article .pruducts-list .inner--wrap .figure {
            width: 100%;
            max-width: inherit; }
            .plus-common article .pruducts-list .inner--wrap .figure img {
              width: 229.3333333333vw;
              max-width: inherit; }
    .plus-common article .solve-problems h3 {
      margin-top: 2.5em; }
    .plus-common article .solve-problems .worries .inner--wrap .bnr {
      margin-top: 1.5em; }
    .plus-common article .solve-problems--block--wrap {
      width: 100vw;
      max-width: inherit;
      overflow-x: scroll; }
      .plus-common article .solve-problems--block--wrap--category {
        width: fit-content; }
        .plus-common article .solve-problems--block--wrap--category .bnr {
          width: 53.3333333333vw;
          margin: 1.5em .5em 0; }
          .plus-common article .solve-problems--block--wrap--category .bnr a .image {
            width: 87.5%;
            margin: 0 auto; }
          .plus-common article .solve-problems--block--wrap--category .bnr a p {
            font-size: clamp(13px, 3.4666666667vw, 16px); }
    .plus-common article .faq {
      padding-top: 5em;
      margin: 5em auto; }
      .plus-common article .faq .inner {
        font-size: clamp(16px, 4.2666666667vw, 17px); }
        .plus-common article .faq .inner h2 {
          font-size: clamp(42px, 11.2vw, 53px); }
        .plus-common article .faq .inner p {
          font-size: clamp(14px, 3.7333333333vw, 14px); }
        .plus-common article .faq .inner--wrap--category .question dt {
          font-size: clamp(34px, 9.0666666667vw, 42px); }
        .plus-common article .faq .inner--wrap--category .answer .box p {
          width: 100% !important; }
        .plus-common article .faq .inner--wrap--category .answer .box .image {
          width: 50% !important;
          margin: 1em auto 0; }
        .plus-common article .faq .inner--wrap--category .answer .box .btn {
          display: table;
          font-size: clamp(12px, 3.2vw, 12px);
          margin: 2em auto 0; }

  .plus-index {
    padding-top: 7.5em; }
    .plus-index article .container {
      padding: 2.5em 0; }
      .plus-index article .container--block {
        margin-top: 5em; }
        .plus-index article .container--block .inner--title p {
          line-height: 2; }
        .plus-index article .container--block.block01 {
          margin-top: 0; }
          .plus-index article .container--block.block01 .inner--bnr-wrap .bnr {
            border-top-left-radius: 1.5em;
            margin-top: 2.5em; }
            .plus-index article .container--block.block01 .inner--bnr-wrap .bnr.center {
              width: 100%;
              border-top-left-radius: 1em;
              margin: 3em auto 0; }
        .plus-index article .container--block.block02 {
          margin-top: 5em; }
          .plus-index article .container--block.block02 .inner--wrap--category {
            margin-top: 4em; }
            .plus-index article .container--block.block02 .inner--wrap--category.c01 .image,
            .plus-index article .container--block.block02 .inner--wrap--category.c01 .txt {
              width: 100% !important; }
            .plus-index article .container--block.block02 .inner--wrap--category.c01 .image {
              margin-top: 2em; }
            .plus-index article .container--block.block02 .inner--wrap--category.c02 .image {
              width: 80%;
              margin-left: -7.5%; }
            .plus-index article .container--block.block02 .inner--wrap--category.c02 .txt {
              width: 100%;
              margin-top: 2em; }
              .plus-index article .container--block.block02 .inner--wrap--category.c02 .txt p {
                line-height: 1.4; }
        .plus-index article .container--block.block03 {
          padding: 2.5em 0; }
          .plus-index article .container--block.block03 .inner--wrap--category {
            margin-top: 3.5em; }
            .plus-index article .container--block.block03 .inner--wrap--category .image {
              width: 100%;
              margin-top: 2.5em; }
            .plus-index article .container--block.block03 .inner--wrap--category .txt {
              width: 100%;
              text-align: center;
              margin-top: 1em; }
            .plus-index article .container--block.block03 .inner--wrap--category.c02 {
              align-items: center; }
              .plus-index article .container--block.block03 .inner--wrap--category.c02 h2 {
                order: 2;
                margin-top: 1em; }
              .plus-index article .container--block.block03 .inner--wrap--category.c02 .image {
                order: 1; }
              .plus-index article .container--block.block03 .inner--wrap--category.c02 .txt {
                order: 3;
                margin-top: .5em; }
        .plus-index article .container--block.block04 .inner h2 {
          margin-top: 2em; }
        .plus-index article .container--block.block04 .inner--wrap--category .image {
          width: 80%;
          margin: 0 -7.5% 0 auto;
          order: 1; }
        .plus-index article .container--block.block04 .inner--wrap--category .txt {
          width: 100%;
          order: 2;
          margin-top: 2em; }
        .plus-index article .container--block.block04 .inner--bnr-wrap {
          width: 100vw;
          overflow-x: scroll;
          margin-left: -7.5%; }
          .plus-index article .container--block.block04 .inner--bnr-wrap--category {
            width: fit-content; }
            .plus-index article .container--block.block04 .inner--bnr-wrap--category .bnr {
              width: 40vw;
              margin: 0 2.6666666667vw; }
    .plus-index article .shampoo-wash {
      margin-top: 5em; }
      .plus-index article .shampoo-wash .inner h2 {
        font-size: clamp(17px, 4.5333333333vw, 29px); }
    .plus-index article .pruducts-list {
      margin-top: 2.5em; }
    .plus-index article .faq {
      padding-top: 0; }

  .plus-products article .lead {
    margin-top: 5em; }
    .plus-products article .lead .inner h2 em {
      font-size: clamp(23px, 6.1333333333vw, 34px); }
    .plus-products article .lead .inner .image {
      width: 100% !important;
      margin: 2.5em auto 0 !important; }
    .plus-products article .lead .inner--wrap--category {
      padding-top: 2em;
      margin-top: 2em; }
      .plus-products article .lead .inner--wrap--category--texts {
        width: 100%; }
        .plus-products article .lead .inner--wrap--category--texts p {
          font-size: clamp(16px, 4.2666666667vw, 24px);
          text-align: center; }
          .plus-products article .lead .inner--wrap--category--texts p em {
            font-size: clamp(21px, 5.6vw, 32px); }
      .plus-products article .lead .inner--wrap--category .image {
        width: 100%; }
        .plus-products article .lead .inner--wrap--category .image.middle {
          width: 100%; }
        .plus-products article .lead .inner--wrap--category .image.i01 {
          margin-top: 0 !important; }
      .plus-products article .lead .inner--wrap--category.c02 .inner--wrap--category--texts {
        order: 3;
        margin-top: 2.5em; }
      .plus-products article .lead .inner--wrap--category.c02 .image.middle {
        order: 2; }
      .plus-products article .lead .inner--wrap--category.c02 .image.i01 {
        order: 1; }
  .plus-products article .container {
    padding: 5em 0;
    margin-top: 5em; }
    .plus-products article .container--block {
      width: 90%;
      border-top-left-radius: 2.5em;
      border-top-right-radius: 2.5em;
      padding: 0em 2em 5em; }
      .plus-products article .container--block h2 {
        font-size: clamp(27px, 7.2vw, 43px); }
      .plus-products article .container--block h3 {
        font-size: clamp(16px, 4.2666666667vw, 28px); }
        .plus-products article .container--block h3 em {
          font-size: clamp(21px, 5.6vw, 36px); }
      .plus-products article .container--block .inner {
        width: 95% !important; }
        .plus-products article .container--block .inner--title {
          width: inherit;
          padding: 0; }
          .plus-products article .container--block .inner--title .label {
            width: 20.8vw;
            top: -5vw;
            right: -12.5vw; }
        .plus-products article .container--block .inner--wrap .figure {
          width: 100%;
          margin-top: 2.5em !important; }
        .plus-products article .container--block .inner--wrap .price {
          font-size: clamp(12px, 3.4666666667vw, 14px); }
        .plus-products article .container--block .inner--wrap--texts {
          width: 100%; }
          .plus-products article .container--block .inner--wrap--texts p {
            text-align: center; }
            .plus-products article .container--block .inner--wrap--texts p.center {
              font-size: clamp(12px, 3.4666666667vw, 14px);
              text-align: justify; }
        .plus-products article .container--block .inner--wrap .btn {
          width: 85%; }
      .plus-products article .container--block .lineup {
        padding-top: 5em; }
      .plus-products article .container--block .merit {
        border-radius: 2.5em;
        padding: 5em 1em;
        margin-top: 5em; }
        .plus-products article .container--block .merit .inner h2 {
          font-size: clamp(22px, 5.8666666667vw, 35px); }
        .plus-products article .container--block .merit .inner--wrap--category {
          width: 100%;
          margin-top: 2.5em; }
          .plus-products article .container--block .merit .inner--wrap--category dl {
            flex-direction: column;
            justify-content: center; }
            .plus-products article .container--block .merit .inner--wrap--category dl dt {
              width: 1.5em;
              height: 1.5em;
              font-size: clamp(33px, 8.8vw, 33px);
              margin: 0 auto; }
            .plus-products article .container--block .merit .inner--wrap--category dl dd {
              font-size: clamp(15px, 4vw, 18px);
              margin-top: .5em; }
              .plus-products article .container--block .merit .inner--wrap--category dl dd span {
                font-size: clamp(19px, 5.0666666667vw, 22px); }
          .plus-products article .container--block .merit .inner--wrap--category p {
            font-size: clamp(14px, 3.7333333333vw, 15px); }
            .plus-products article .container--block .merit .inner--wrap--category p span {
              font-size: clamp(16px, 4.2666666667vw, 18px); }
      .plus-products article .container--block .bnr-content p {
        font-size: clamp(15px, 4vw, 15px); }
        .plus-products article .container--block .bnr-content p span {
          font-size: clamp(16px, 4.2666666667vw, 19px); }
      .plus-products article .container--block .bnr-content .figure {
        width: 100%;
        margin: 2.5em auto 0; }
  .plus-products.sensitive article {
    /*.pruducts-list{
        background-color: #ffefef;
        margin-top: 0;
    }*/ }
    .plus-products.sensitive article .lead .inner--wrap--category.c01 p {
      font-size: clamp(16px, 4.2666666667vw, 19px); }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 p {
      font-size: clamp(16px, 4.2666666667vw, 19px); }
    .plus-products.sensitive article .lead .inner--wrap--category.c02 .inner--wrap--category--texts,
    .plus-products.sensitive article .lead .inner--wrap--category.c02 .image {
      width: 100%;
      margin-top: 2.5em !important; }
    .plus-products.sensitive article .container--block .merit .inner--wrap--category dl dd {
      margin: .5em auto 0; }
    .plus-products.sensitive article .container--block .merit .inner--wrap--category .pc {
      margin-top: 5em; }
    .plus-products.sensitive article .shampoo-wash {
      background-color: #ffefef; }
      .plus-products.sensitive article .shampoo-wash .inner h2 span {
        color: #e25061;
        border-color: #e25061; }
      .plus-products.sensitive article .shampoo-wash .inner--wrap h4 span {
        color: #e25061;
        border-color: #e25061; }
    .plus-products.sensitive article .faq .inner--wrap--category {
      border-color: #f0cfd4; }
      .plus-products.sensitive article .faq .inner--wrap--category .question {
        background-color: #f0cfd4; }
        .plus-products.sensitive article .faq .inner--wrap--category .question:after {
          background-color: #e25061; } }
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 120px;
  }
  .btn--choose {
    flex-direction: column;
    width: 100% !important;
  }
  .btn--choose li {
    margin-bottom: 20px;
    width: 100% !important;
  }
  .btn--choose li:last-child {
    margin-bottom: 0;
  }
}
.title--leftbar {
  padding: 0 0 0 15px;
  border-left: solid 5px #cacaca;
  font-size: clamp(25px, 2.635431918vw, 36px);
  font-weight: bold;
  letter-spacing: .1em;
}
.box--caption {
  text-align: center;
  padding: 40px 30px;
  border-radius: 5px;
  background: #f5f2eb;
}
.title--box--caption {
  font-size: clamp(17px, 1.4641288433vw, 20px);
  margin-bottom: 1em;
  font-weight: 500;
}
.btn--choose {
  display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.btn--choose li {
  width: 40%;
  background: linear-gradient(158deg, #4fabff 0%, #4fabff 50%, #ff7c76 50%, #ff7c76 100%);
  padding: 2px;
  border-radius: .6em;
}
.btn--choose a {
  background-color: #fff;
  padding: 1em;
  border-radius: .5em;
  font-size: 15px;
}
.btn--choose a:hover {
  background-color: #fff !important;
  opacity:1;
}
.btn--choose li:hover {
  opacity: .7;
}

.txt--box--caption {
  font-size: clamp(17px, 1.4641288433vw, 20px);
  margin-bottom: 1em;
  font-weight: 500;
}
.txt--box--caption a {
  display: inline;
}
.txt--box--caption:last-child {
  margin-bottom: 0;
}
footer.no-footer-line {
  background: none;
}
header.no-header-line {
  background: none;
}

@media screen and (max-width: 767px) {
  .sp-txt-center {
    text-align: center !important;
  }
  .sp-txt-left {
    text-align: left !important;
  }
  .sp-txt-right {
    text-align: right !important;
  }
  .box--caption {
    padding: 20px;
  }
}
.js-modal-cookie a {
  display: inline !important;
  text-decoration: underline !important;
}