@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: 1.2820512821vw;
  }
}
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);
}

.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;
}

img {
  width: 100%;
}

@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;
}
.l-side__left .logo {
  max-width: 28rem;
  margin: 0 auto;
}

@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;
}
.p-mv .u-sp {
  display: none;
}

.p-mv__ttl {
  position: absolute;
  top: 7.6%;
  left: 12%;
  width: 100%;
  max-width: 14.6rem;
}
.p-mv__ttl img {
  width: 100%;
}
.p-mv__ttl h1 {
  position: relative;
  z-index: 1;
}
.p-mv__ttl .js-ttl-bg {
  display: block;
  width: 2.5rem;
  height: 54rem;
  background-color: #fff;
  position: absolute;
  top: -1.6%;
  left: 52%;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: 0.6s ease;
}
.p-mv__ttl .js-ttl-bg.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-mv__ttl .js-ttl-bg:nth-of-type(2) {
  height: 74rem;
  left: -8%;
}

.p-mv__text {
  position: absolute;
  top: 62%;
  left: 5.4%;
  width: 100%;
  max-width: 54.5rem;
}

.p-mv__text_2 {
  position: absolute;
  top: 83.4%;
  left: 6%;
  width: 100%;
  max-width: 68.3rem;
}

.p-mv__text_3 {
  position: absolute;
  top: 2.5%;
  right: 6%;
  width: 100%;
  max-width: 37.8rem;
}
.p-mv__text_3 img {
  width: 100%;
}

/* ------------ intro ------------ */
.p-intro__block.block1 {
  padding-top: 6rem;
  margin-bottom: 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: -1.5rem;
  text-align: center;
  transition-delay: 1s;
}
.p-intro__block.block2 .text-3 {
  text-align: center;
  width: 96%;
  margin: 0 auto 3rem;
}
.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 3rem;
}
.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: 84%;
  margin: 0 auto;
  text-align: center;
  margin-top: 6rem;
}
.p-intro__block.block2 .text-6 {
  text-align: center;
  margin-top: 1rem;
}

/* ------------ point ------------ */
.p-point {
  padding: 0 1rem 0 2.4rem;
  margin-bottom: 8rem;
  margin-top: -5rem;
}
.p-point .block {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.p-point .block:not(:last-child) {
  margin-bottom: 6.5rem;
}

/* ------------ 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: 7rem;
  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: 12rem 0 0;
}
.p-care .ttl {
  text-align: center;
  max-width: 62.5rem;
  margin: 0 auto;
}
.p-care .note {
  text-align: center;
  font-size: 1.8rem;
}

/* ------------ use ------------ */
.p-use {
  padding: 8rem 0;
}
.p-use .ttl {
  text-align: center;
  max-width: 49.5rem;
  margin: 0 auto;
}
.p-use .p-use__step {
  margin: 0 auto;
  text-align: center;
  margin-top: -2rem;
}

/* ------------ recommend ------------ */
.p-recommend .img-2 {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  margin-top: 7rem;
}

/* ------------ 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;
  display: inline-block;
}
.p-product__bottom .fBox .item__text .price {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 1.2rem;
}
.p-product__bottom .fBox .item__text .tax {
  font-size: 2.4rem;
  font-weight: 400;
  margin-left: 0.8rem;
}

.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;
}

/* ------- 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: 0 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(6) > img {
  max-width: 70%;
}
.p-revival__list .item:nth-child(7) > 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;
}

/* ------- 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: 2.4rem;
  color: #333333;
  font-weight: 700;
}

@media (max-width: 992px) {
  .p-foot {
    padding-bottom: 40%;
  }
}
/* ------- 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 figure {
  max-width: 22rem;
  margin: 0 auto;
}
.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: 78rem;
    padding: 0.8rem 1.4rem 1rem;
    margin: 0 auto;
  }
  .c-floating .c-fBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 1.8rem;
  }
  .c-floating .c-fBox figure {
    max-width: 16rem;
  }
  .c-floating .c-fBox .float__text {
    color: #1e2675;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 2rem;
  }
  .c-floating .c-fBox .float__text strong {
    display: block;
    font-size: 3.6rem;
    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: 18rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-floating .p-buy-btn .text:hover {
    opacity: 1;
  }
  .c-floating .p-buy-btn .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0;
    gap: 1rem;
    width: 100%;
  }
  .c-floating .p-buy-btn .list li {
    max-width: 23.4rem;
  }
  .c-floating .p-buy-btn .list li:not(:last-child) {
    margin: 0;
  }
  .c-floating .p-buy-btn .list li::before {
    content: "";
    display: block;
    width: 3.6rem;
    height: 2.4rem;
    margin: 0 auto 5px;
    background-color: #ab744e;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}