@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
  line-height: 1.45;
  font-size: 1.4rem;
  color: #333;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 0 60px 0 80px;
  transition: 0.3s ease all;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header .l-header__logo {
  margin-top: 20px;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 9;
}
.l-header .l-header__logo:hover {
  opacity: 0.7;
}
.l-header .l-header__inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.5s;
  height: 100%;
}

.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  mix-blend-mode: multiply;
  z-index: 9;
}
.l-header__list li {
  margin-left: 20px;
}
.l-header__list li:first-child {
  margin-left: 0;
}
.l-header__list li.nav__contact {
  display: none;
}
.l-header__list li a {
  font-size: 1.4rem;
  position: relative;
  display: block;
  text-decoration: none;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #026D33;
  transition: opacity 0.3s ease;
}
.l-header__list li a:hover {
  opacity: 0.7;
}
.l-header__list .nav__sp {
  display: none;
}

.c-hamburger {
  display: none;
}

.l-header.fixed {
  background-color: #fff;
  position: fixed;
  z-index: 999999;
}
.l-header.fixed .l-header__logo {
  margin-top: 0;
}
.l-header.fixed .l-header__logo svg path {
  fill: #026D33;
}

@media screen and (max-width: 1200px) {
  .l-header {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 45px;
    padding: 0;
    background-color: #fff;
  }
  .l-header .l-header__inner {
    padding: 0 15px;
  }
  .l-header .l-header__logo {
    margin-top: 0;
  }
  .l-header .l-header__logo svg {
    width: 30px;
  }
  .l-header .l-header__logo svg path {
    fill: #026D33;
  }
  .l-header__nav {
    z-index: 99999;
    width: 100%;
    background: #026D33;
    padding: 80px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    height: 100vh;
  }
  .l-header__nav .l-header__list {
    display: block;
    padding-bottom: 0;
    mix-blend-mode: inherit;
  }
  .l-header__nav .l-header__list li {
    text-align: center;
    margin-left: 0;
  }
  .l-header__nav .l-header__list li:not(:last-child) {
    margin-bottom: 45px;
  }
  .l-header__nav .l-header__list li a {
    font-size: 1.8rem;
    line-height: 1.44;
    color: #fff;
    font-weight: bold;
  }
  .l-header__nav .l-header__list li.nav__contact {
    display: block;
  }
  .l-header__nav .l-header__list li.nav__contact a {
    width: 80%;
    max-width: 248px;
    margin: auto;
    height: 50px;
    color: #026D33;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #fff;
  }
  .l-header__nav .l-header__list .nav__pc {
    display: none;
  }
  .l-header__nav .l-header__list .nav__sp {
    display: inline-block;
  }
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 15px;
    width: 45px;
    height: 45px;
    z-index: 999;
    display: block;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    width: 25px;
    left: 15px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 18px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 24px;
    width: 14px;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    width: 25px;
    -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
  }
  .p-float__btn {
    width: 100%;
    max-width: 100%;
    height: 70px;
    left: 50%;
    bottom: 0;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-float__btn a {
    width: 94%;
    max-width: 360px;
    height: 50px;
    border-bottom: 4px solid #C8B149;
    font-size: 1.4rem;
    transition: none;
  }
  .p-float__btn a:hover {
    opacity: 1;
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  background-color: #F3F1F1;
  padding-top: 60px;
}
.l-footer .l-footer__logo {
  text-align: center;
  margin-bottom: 30px;
}
.l-footer .l-footer__logo .c-copyLight {
  text-align: right;
  font-size: 1.6rem;
}

.l-footer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 40px;
  border-bottom: 2px solid #fff;
}
.l-footer__list li {
  margin-left: 34px;
}
.l-footer__list li a {
  font-size: 1.6rem;
  position: relative;
  transition: opacity 0.3s ease;
}
.l-footer__list li a:hover {
  opacity: 0.7;
}
.l-footer__list li a .fa-chevron-right {
  color: #026D33;
  margin-right: 2px;
}

.c-copyLight {
  padding: 25px 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #9A9A9A;
}

@media screen and (max-width: 768px) {
  .l-footer .l-footer__logo {
    text-align: center;
    max-width: 235px;
    margin: 0 auto 30px auto;
  }
  .l-footer__list li {
    margin-left: 20px;
  }
  .l-footer__list li a {
    font-size: 1.3rem;
  }
  .l-footer__list li a .fa-chevron-right {
    margin-right: 2px;
  }
  .c-copyLight {
    padding: 10px 0 80px 0;
    font-size: 1rem;
  }
}
/* ------- animation ------- */
.js-fadeIn {
  opacity: 0;
  transition: 1s ease;
}

.js-fadeIn.active {
  opacity: 1;
}

.js-text-bg::after {
  width: 0;
  transition: width 0.5s ease;
}

.js-text-bg.active:after {
  width: 100%;
}

.js-ttl {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.6s ease;
}

.js-ttl.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.js-ttl-bg:before {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 0.6s ease;
}

.js-ttl-bg.active:before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.c-fixed {
  position: sticky;
  top: 0;
}
.c-fixed .vibes {
  width: 442px;
}
.c-fixed.fixed-right {
  right: 0;
}

/* ------- utility ------- */
sup,
sub {
  font-size: 1rem;
}

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

.u-right {
  text-align: right;
}

.u-note {
  font-size: 1.2rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  sup,
  sub {
    font-size: 0.8rem;
  }
  .u-note {
    font-size: 1rem;
  }
}
/* ------- layout ------- */
.l-container {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}

.l-main__contents {
  width: 50%;
  max-width: 78rem;
  overflow: hidden;
  background: url("../img/top_bg.png") no-repeat top center/cover;
}

.l-side__left {
  width: 32%;
  padding: 0 3rem;
}
.l-side__left .c-fixed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100vh;
}

@media (max-width: 992px) {
  .l-side__left {
    display: none;
  }
  .l-side__right {
    display: none;
  }
  .l-main__contents {
    width: 100%;
  }
}
/* ------- mv ------- */
.p-mv {
  position: relative;
  z-index: 100;
  position: relative;
  height: 100vh;
  min-height: 104rem;
  max-height: 120rem;
  background: url("../img/mv.jpg") no-repeat center center/cover;
  padding-bottom: 2rem;
}
.p-mv .u-sp {
  display: none;
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__container {
  width: 100%;
  height: 100%;
}

.p-mv__wrap {
  width: calc(100% - 2rem);
  max-width: 92rem;
  height: 100%;
  margin: auto;
  padding-top: 2.5rem;
  position: relative;
}

.p-mv__item.item1 {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 12rem;
  left: 8rem;
}
.p-mv__item.item1 .text1 {
  max-width: 25.6rem;
  position: relative;
}
.p-mv__item.item1 .text2 {
  margin-top: -9rem;
  max-width: 46.5rem;
  margin-left: 6.6rem;
  transition-delay: 0.3s;
}
.p-mv__item.item2 {
  transition-delay: 0.2s;
  position: absolute;
  bottom: 16rem;
  left: 14rem;
  max-width: 31.5rem;
}
.p-mv__item.item2 .note {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding-left: 2rem;
}

.p-mv__ttl {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 100%;
  max-width: 92rem;
}

.stroke {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -0.6rem;
  left: 0.6rem;
  z-index: 1;
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
}

.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}

.stroke .border.top,
.stroke .border.bottom {
  width: 0;
}

.stroke .border.top {
  border-top: 2px solid #1e2675;
  right: 0;
  top: 0.8rem;
}

.stroke .border.bottom {
  border-bottom: 2px solid #1e2675;
  left: -1.4rem;
  bottom: -0.2rem;
}

.stroke .border.right,
.stroke .border.left {
  height: 0;
}

.stroke .border.right {
  border-right: 2px solid #1e2675;
  border-top: 2px solid #1e2675;
  right: -4rem;
  top: 3.4rem;
  -ms-transform: rotate(10deg);
      transform: rotate(10deg);
  -ms-transform-origin: top;
      transform-origin: top;
}

.stroke .border.left {
  border-left: 2px solid #1e2675;
  left: -5.4rem;
  bottom: 2.4rem;
  -ms-transform: rotate(10deg);
      transform: rotate(10deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
}

.stroke .border.right-top,
.stroke .border.left-bottom {
  width: 0;
}

.stroke .border.right-top {
  border-top: 2px solid #1e2675;
  right: -4rem;
  top: 3.4rem;
}

.stroke .border.left-bottom {
  border-top: 2px solid #1e2675;
  left: -5.4rem;
  bottom: 2.4rem;
}

.stroke.is-animated .border {
  opacity: 1;
}

.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1s;
}

.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1s;
}

.stroke.is-animated .border.right-top,
.stroke.is-animated .border.left-bottom {
  animation: stroke-side 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1s;
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 116%;
    opacity: 1;
  }
}
@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 70%;
    opacity: 1;
  }
}
@keyframes stroke-side {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 16px;
    opacity: 1;
  }
}
.p-mv__sp {
  display: none;
}

@media (max-width: 992px) {
  .p-mv {
    height: auto;
    min-height: auto;
    background: none;
    padding-bottom: 0;
  }
  .p-mv .u-pc {
    display: none;
  }
  .p-mv .u-sp {
    display: block;
  }
  .p-mv__sp {
    position: relative;
    display: block;
  }
  .p-mv__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-mv__wrap {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto;
    padding: 2.5rem 2.5rem 0;
  }
  .p-mv__item.item1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 4.8rem;
    left: 8.8rem;
  }
  .p-mv__item.item1 .text1 {
    margin: 0;
    width: 100%;
    max-width: 14.2rem;
  }
  .p-mv__item.item1 .text2 {
    margin: 0;
    width: 100%;
    max-width: 5.6rem;
    -ms-transform: translateY(-1rem);
        transform: translateY(-1rem);
    margin-left: 3.4rem;
  }
  .p-mv__item.item1 .text3 {
    margin: 0;
    width: 100%;
    max-width: 19.4rem;
    margin-left: 1.6rem;
    -ms-transform: translateY(-1.6rem);
        transform: translateY(-1.6rem);
    transition-delay: 0.6s;
  }
  .p-mv__item.item2 {
    bottom: 14.8rem;
    left: 3.4rem;
    max-width: 100%;
  }
  .p-mv__item.item2 img {
    width: 100%;
    max-width: 18.6rem;
  }
  .p-mv__item.item2 .note {
    font-size: 0.7rem;
  }
  .p-mv__item.item2 .note br {
    display: none;
  }
  .p-mv__ttl {
    bottom: 2.4rem;
    left: 2.4rem;
    max-width: 35rem;
  }
  .stroke .border.top {
    border-top: 1px solid #1e2675;
    right: 0;
    top: 0.6rem;
  }
  .stroke .border.bottom {
    border-bottom: 1px solid #1e2675;
    left: -1.4rem;
    bottom: -0.2rem;
  }
  .stroke .border.right,
  .stroke .border.left {
    height: 0;
  }
  .stroke .border.right {
    border-right: 1px solid #1e2675;
    border-top: 1px solid #1e2675;
    right: -1.6rem;
    top: 2rem;
  }
  .stroke .border.left {
    border-left: 1px solid #1e2675;
    left: -3rem;
    bottom: 1.2rem;
  }
  .stroke .border.right-top,
  .stroke .border.left-bottom {
    width: 0;
  }
  .stroke .border.right-top {
    border-top: 1px solid #1e2675;
    right: -1.5rem;
    top: 2rem;
  }
  .stroke .border.left-bottom {
    border-top: 1px solid #1e2675;
    left: -2.9rem;
    bottom: 1.2rem;
  }
  .stroke.is-animated .border.top,
  .stroke.is-animated .border.bottom {
    animation-delay: 1.4s;
  }
  .stroke.is-animated .border.right,
  .stroke.is-animated .border.left {
    animation-delay: 1.2s;
  }
  .stroke.is-animated .border.right-top,
  .stroke.is-animated .border.left-bottom {
    animation-delay: 1s;
  }
  @keyframes stroke-side {
    0% {
      width: 0;
      opacity: 1;
    }
    100% {
      width: 8px;
      opacity: 1;
    }
  }
}
/* ------------ intro ------------ */
.p-intro__block.block1 {
  padding-top: 6rem;
  margin-bottom: 7.5rem;
}
.p-intro__block.block1 .ttl {
  width: 84%;
  margin: 0 auto;
  margin-bottom: 5.8rem;
}
.p-intro__block.block1 .text-1 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}

.p-intro__block.block2 {
  padding: 6rem 2rem 6rem;
  position: relative;
  z-index: 2;
  background: url("../img/intro_bg.png") no-repeat top center/cover;
  margin-bottom: 2rem;
}
.p-intro__block.block2 .text-1 {
  text-align: center;
  width: 24%;
  margin: 0 auto;
  margin-top: -8rem;
  transition-delay: 0.6s;
}
.p-intro__block.block2 .text-2 {
  margin-top: -1rem;
  text-align: center;
  transition-delay: 1s;
}
.p-intro__block.block2 .text-3 {
  text-align: center;
  width: 96%;
  margin: 0 auto;
}
.p-intro__block.block2 .img-1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: -5rem;
  -ms-transform: translateX(2rem);
      transform: translateX(2rem);
  transition-duration: 0.6s;
}
.p-intro__block.block2 .img-2 {
  width: 85%;
  -ms-transform: translateX(2rem);
      transform: translateX(2rem);
}
.p-intro__block.block2 .ttl {
  text-align: center;
  position: relative;
  max-width: 51.6rem;
  margin: -2rem auto 0;
}
.p-intro__block.block2 .ttl figure {
  position: relative;
  z-index: 1;
  transition-delay: 0.5s;
}
.p-intro__block.block2 .ttl.js-text-bg::after {
  content: "";
  display: block;
  height: 20px;
  background-color: #ffff00;
  position: absolute;
  top: 8.6rem;
  z-index: 0;
  -ms-transform-origin: top left;
      transform-origin: top left;
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
}
.p-intro__block.block2 .text-4 {
  width: 98%;
  margin: 0 auto;
  text-align: center;
  margin-top: 1rem;
}
.p-intro__block.block2 .text-5 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 6rem;
  -ms-transform: translateX(2rem);
      transform: translateX(2rem);
}
.p-intro__block.block2 .text-6 {
  text-align: center;
  margin-top: 6rem;
}

@media (max-width: 992px) {
  .p-intro__block.block1 {
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-intro__block.block1 .ttl {
    width: 66%;
    margin-bottom: 2.8rem;
  }
  .p-intro__block.block1 .text-1 {
    width: 54%;
    margin-bottom: 1rem;
  }
  .p-intro__block.block2 {
    padding: 4rem 2rem 3rem;
    background: url("../img/intro_bg.png") no-repeat top center/100% 100%;
  }
  .p-intro__block.block2 .text-1 {
    width: 24%;
    margin: 0 auto;
    margin-top: -4rem;
  }
  .p-intro__block.block2 .text-2 {
    width: 94%;
    margin: 0 auto;
  }
  .p-intro__block.block2 .text-3 {
    width: 80%;
  }
  .p-intro__block.block2 .img-1 {
    margin: 0 auto;
    margin-top: -2rem;
    -ms-transform: translateX(1.4rem);
        transform: translateX(1.4rem);
    width: 60%;
  }
  .p-intro__block.block2 .img-2 {
    -ms-transform: translateX(-4rem);
        transform: translateX(-4rem);
    width: 70%;
    margin: 0 auto;
  }
  .p-intro__block.block2 .ttl {
    width: 72%;
    margin: -1rem auto 0;
  }
  .p-intro__block.block2 .ttl.js-text-bg::after {
    height: 10px;
    top: 4rem;
  }
  .p-intro__block.block2 .text-4 {
    width: 80%;
  }
  .p-intro__block.block2 .text-5 {
    width: 80%;
    margin-top: 2.8rem;
    -ms-transform: translateX(1rem);
        transform: translateX(1rem);
  }
  .p-intro__block.block2 .text-6 {
    margin-top: 3rem;
  }
}
/* ------------ point ------------ */
.p-point {
  padding: 0 2rem;
  margin-bottom: 8rem;
}
.p-point .block {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.p-point .block:not(:last-child) {
  margin-bottom: 6.5rem;
}

@media (max-width: 992px) {
  .p-point {
    margin-bottom: 5rem;
  }
  .p-point .block:not(:last-child) {
    margin-bottom: 3rem;
  }
}
/* ------------ care ------------ */
.p-care__block {
  position: relative;
  padding: 22rem 0;
}
.p-care__block span {
  display: inline-block;
}
.p-care__block .product {
  -ms-transform: translateX(-4rem);
      transform: translateX(-4rem);
  width: 100%;
  max-width: 30.9rem;
  margin: 0 auto;
}
.p-care__block .item {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  max-width: 18.8rem;
}
.p-care__block .item::after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 70px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  -ms-transform: rotate(60deg);
      transform: rotate(60deg);
  animation: 2s shine infinite ease;
}
.p-care__block .item.item1 {
  top: 0;
  left: 38%;
}
.p-care__block .item.item2 {
  top: 14%;
  left: 62%;
}
.p-care__block .item.item3 {
  top: 44%;
  left: 68%;
}
.p-care__block .item.item4 {
  top: 68%;
  left: 52%;
}
.p-care__block .item.item5 {
  top: 68%;
  left: 24%;
}
.p-care__block .item.item6 {
  top: 44%;
  left: 8%;
}
.p-care__block .item.item7 {
  top: 14%;
  left: 14%;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.p-care {
  padding: 7rem 0 0;
}
.p-care .ttl {
  text-align: center;
  width: 93%;
  margin: 0 auto;
}
.p-care .note {
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width: 992px) {
  .p-care__block {
    padding: 10rem 0;
  }
  .p-care__block .product {
    -ms-transform: translateX(-2.4rem);
        transform: translateX(-2.4rem);
    max-width: 15.8rem;
  }
  .p-care__block .item {
    max-width: 9rem;
  }
  .p-care__block .item.item1 {
    top: 0;
  }
  .p-care__block .item.item2 {
    top: 14%;
  }
  .p-care__block .item.item3 {
    top: 46%;
  }
  .p-care__block .item.item4 {
    top: 70%;
  }
  .p-care__block .item.item5 {
    top: 70%;
  }
  .p-care__block .item.item6 {
    top: 46%;
  }
  .p-care__block .item.item7 {
    top: 14%;
  }
  .p-care {
    padding: 4rem 0 0;
  }
  .p-care .ttl {
    width: 80%;
  }
  .p-care .note {
    font-size: 1rem;
    margin-top: 1.6rem;
  }
}
/* ------------ use ------------ */
.p-use {
  padding: 8rem 0;
}
.p-use .wrap {
  background: url("../img/use_bg.png") no-repeat center top/100% 100%;
  padding: 12rem 0 15rem;
}
.p-use .ttl {
  text-align: center;
}
.p-use .p-use__step {
  width: 76%;
  margin: 0 auto;
  text-align: center;
  margin-top: 6rem;
}

@media (max-width: 992px) {
  .p-use {
    padding: 3.5rem 0 6rem;
  }
  .p-use .wrap {
    padding: 2rem 0 8rem;
  }
  .p-use .ttl {
    width: 64%;
    margin: 0 auto;
  }
  .p-use .p-use__step {
    width: 74%;
  }
}
/* ------------ recommend ------------ */
.p-recommend .img-2 {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  margin-top: 7rem;
}

@media (max-width: 992px) {
  .p-recommend .img-2 {
    width: 80%;
    margin-top: 2rem;
  }
}
/* ------------ product bottom ------------ */
.p-product__bottom {
  margin: 8rem 0 0;
}
.p-product__bottom .fBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 2rem;
  margin-bottom: 5rem;
}
.p-product__bottom .fBox .item__img {
  width: 30%;
  margin-top: -4rem;
}
.p-product__bottom .fBox .item__text {
  width: 47%;
  color: #1e2675;
}
.p-product__bottom .fBox .item__text .name {
  font-weight: 900;
  font-size: 4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.p-product__bottom .fBox .item__text .detail {
  font-size: 2.4rem;
  font-size: clamp(1.4rem, 1.25vw, 2.4rem);
  display: inline-block;
}
.p-product__bottom .fBox .item__text .price {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.875vw, 3.6rem);
  margin-left: 12px;
}
.p-product__bottom .fBox .item__text .tax {
  font-size: 3.6rem;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.042vw, 3.6rem);
  margin-left: 8px;
}

.p-buy-btn {
  margin: 2rem auto 0;
  width: 100%;
  max-width: 58rem;
  position: relative;
  background: url("../img/btn_bg.png") no-repeat center top/100% 100%;
  padding: 2.4rem;
}
.p-buy-btn .text {
  text-align: center;
}
.p-buy-btn .text:hover {
  opacity: 0.8;
}
.p-buy-btn .list {
  width: 100%;
  margin: 3rem auto 0;
}
.p-buy-btn .list li {
  text-align: center;
}
.p-buy-btn .list li:not(:last-child) {
  margin-bottom: 2rem;
}
.p-buy-btn:hover .list {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 992px) {
  .p-product__bottom {
    margin: 4rem 0 0;
  }
  .p-product__bottom .fBox {
    margin-bottom: 3.5rem;
  }
  .p-product__bottom .fBox .item__text {
    width: 50%;
  }
  .p-product__bottom .fBox .item__text .name {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .p-product__bottom .fBox .item__text .detail {
    font-size: 1.4rem;
  }
  .p-product__bottom .fBox .item__text .price {
    font-size: 1.8rem;
    margin-left: 4px;
  }
  .p-product__bottom .fBox .item__text .tax {
    font-size: 1rem;
    margin-left: 4px;
  }
  .p-buy-btn {
    margin: 0 auto;
    width: 100%;
    max-width: 29rem;
    padding: 1.4rem 1rem;
  }
  .p-buy-btn .text {
    width: 80%;
    margin: 0 auto;
  }
  .p-buy-btn .list {
    margin: 1rem auto 0;
  }
  .p-buy-btn .list li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
/* ------- revival ------- */
.p-revival {
  padding: 7rem 0;
}
.p-revival .ttl {
  text-align: center;
  margin-bottom: 2rem;
}

.p-revival__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  gap: 6rem 2rem;
}
.p-revival__list .item {
  width: calc(50% - 1rem);
  text-align: center;
}
.p-revival__list .item > img {
  max-width: 54%;
}
.p-revival__list .item:nth-child(1) > img {
  max-width: 28%;
}
.p-revival__list .item:nth-child(2) > img {
  max-width: 19%;
}
.p-revival__list .item:nth-child(3) > img {
  max-width: 32%;
}
.p-revival__list .item:nth-child(4) > img {
  max-width: 16%;
}
.p-revival__list .item:nth-child(5) > img {
  max-width: 28%;
}
.p-revival__list .item:nth-child(8) > img {
  max-width: 70%;
}
.p-revival__list .item:nth-child(9) > img {
  max-width: 70%;
}
.p-revival__list .name {
  font-size: 2.8rem;
  color: #1e2675;
  font-weight: 500;
  min-height: 7rem;
  margin: 2rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-revival__list .name sup {
  font-size: 1.6rem;
}
.p-revival__list .name .sm {
  font-size: 1.4rem;
  display: block;
}

@media (max-width: 992px) {
  .p-revival {
    padding: 3rem 0;
  }
  .p-revival .ttl {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .p-revival__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 2rem;
    padding: 0 2.5rem;
  }
  .p-revival__list .name {
    font-size: 1.4rem;
    min-height: 3.5rem;
    margin: 0.8rem 0;
  }
  .p-revival__list .name sup {
    font-size: 1rem;
  }
  .p-revival__list .name .sm {
    font-size: 1rem;
    display: block;
  }
}
/* ------- foot ------- */
.p-foot ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0;
}

.p-foot ul li {
  line-height: 1;
}

.p-foot ul li:first-child {
  border-right: 1px solid #333;
  margin-right: 2rem;
  padding-right: 2rem;
}

.p-foot ul li a {
  font-size: max(1.8rem, 16px);
  color: #333333;
  font-weight: 700;
}

@media (max-width: 992px) {
  .p-foot {
    padding-bottom: 34%;
  }
  .p-foot ul li a {
    font-size: 1.2rem;
  }
}
/* ------- side right ------- */
.l-side__right {
  width: 32%;
  padding: 0 3rem;
}
.l-side__right .c-fixed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100vh;
}
.l-side__right .p-product__item {
  text-align: center;
  width: 100%;
  position: relative;
}
.l-side__right .p-product__item .ttl {
  font-size: max(1.7rem, 16px);
  font-weight: 700;
  margin-top: 2rem;
}
.l-side__right .p-buy-btn {
  background: url("../img/side_btn_bg.png") no-repeat top center/cover;
  max-width: 264px;
  margin-top: 2rem;
  padding: 2.4rem 1.6rem 1.6rem;
  border-radius: 20px;
}
.l-side__right .p-buy-btn .text {
  text-align: center;
  color: #fff;
  font-size: max(2.1rem, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-side__right .p-buy-btn .list {
  margin-top: 1.6rem;
}
.l-side__right .p-buy-btn .list li:not(:last-child) {
  margin-bottom: 1.4rem;
}

/* ------- floating btn ------- */
.c-floating {
  display: none;
}

@media (max-width: 992px) {
  .c-floating {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    background: url("../img/floating_bg.png") no-repeat top center/cover;
  }
  .c-floating .wrap {
    width: 100%;
    max-width: 780px;
    padding: 0.8rem 1rem 1rem;
    margin: 0 auto;
  }
  .c-floating .c-fBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 0.6rem;
  }
  .c-floating .c-fBox figure {
    max-width: 8rem;
  }
  .c-floating .c-fBox .float__text {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .c-floating .c-fBox .float__text strong {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .c-floating .p-buy-btn {
    background: none;
    position: static;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    border-radius: 0;
    max-width: 100%;
  }
  .c-floating .p-buy-btn .text {
    max-width: 9rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-floating .p-buy-btn .list {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    gap: 1rem;
    width: 100%;
  }
  .c-floating .p-buy-btn .list li:not(:last-child) {
    margin: 0;
  }
  .c-floating .p-buy-btn .list li::before {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    margin: 0 auto 5px;
    background-color: #fff790;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}