@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--font);
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP";
  line-height: 200%;
  letter-spacing: 0.05em;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
main {
  width: 100%;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-size: 1.6rem;
  background: #fff;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
:root {
  --main: #403128;
  --main2: #1b6373;
  --main3: #7f330d;
  --font: #332d2b;
  --p: #57473f;
  --box: 0px 0px 2px #878787;
  --maru: 2.5vw;
  --maru2: 2vw;
  --shadow: 10px 10px 10px #888, -10px -10px 10px #fff;
  --back1: linear-gradient(180deg, #fae8db 2%, #fff 96%);
  --vw: 80vw;
}
p,
p span {
  color: var(--p);
  font-weight: 600;
  font-family: "Montserrat", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "YuGothic", "游ゴシック体", "Noto Sans JP";
}
.mail-button,
.phone-button {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1022px) {
  .pc {
    display: none;
  }
  * {
    font-family: "Montserrat", "Noto Sans JP" !important;
  }
  a {
    transition: 0.4s;
  }
  a:hover {
    opacity: 0.7;
  }
  p,
  p span {
    font-size: 1.4rem;
    font-family: "Montserrat", "Noto Sans JP";
    font-weight: 500;
  }
  @media screen and (min-width: 767px) {
    p,
    p span {
      font-size: 1.6rem;
    }
    body .item h2 {
      font-size: 2.8rem;
    }
    body .item3 h3,
    body .item5 h3 {
      font-size: 2rem;
    }
  }
  h1 {
    position: relative;
  }
  h1::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--back1);
    background-size: cover;
    position: fixed;
    inset: 0;
    z-index: -110;
  }
  header {
    width: 100%;
    height: 8rem;
    position: absolute;
    top: 0;
    z-index: 999;
  }
  nav {
    width: 100vw;
    height: 100vh;
    background: var(--main);
    padding-top: 4.8rem;
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 999;
  }
  nav.fade {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  nav ul {
    width: 100%;
    margin: 0 auto 4rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  nav li {
    width: 100%;
  }
  header nav a {
    color: #fff;
  }
  #header-mail {
    width: 4.8rem;
    height: 4.8rem;
    background: var(--main2);
    border-radius: 50%;
    position: fixed;
    top: 8rem;
    right: 2.4rem;
    z-index: 998;
    cursor: pointer;
  }
  #header-mail img {
    width: 40%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sp-nav {
    width: 4.8rem;
    height: 4.8rem;
    background: var(--main2);
    border-radius: 50%;
    position: fixed;
    top: 2.4rem;
    right: 2.4rem;
    z-index: 999;
    cursor: pointer;
  }
  .sp-nav span {
    width: 50%;
    height: 2px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    left: 25%;
    transition: 0.4s;
  }
  .sp-nav span:nth-child(1) {
    top: 35%;
  }
  .sp-nav span:nth-child(2) {
    top: 50%;
  }
  .sp-nav span:nth-child(3) {
    top: 65%;
  }
  .fade span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .fade span:nth-child(2) {
    display: none;
  }
  .fade span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  #header-rogo {
    width: 10rem;
    height: auto;
    object-fit: cover;
    margin: 2.4rem auto;
  }
  header .phone-button {
    border: 1px solid;
  }
  header .flex-button::after {
    display: none;
  }
  .nav-ul {
    display: none;
  }
  .logo {
    width: 24rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12rem;
    z-index: 999;
  }
  .sp-nav:hover,
  #header-mail:hover,
  .mail-button:hover,
  .item .button:hover {
    background: var(--main3);
  }
  .item2 .button,
  .item4 .button,
  .item8 .button {
    background: var(--main2);
    border-radius: 40px;
    padding: 1.2em;
    padding-left: 3em;
    padding-right: 3em;
    color: #fff;
  }
  .button img {
    width: 0.9rem;
    height: 1.03rem;
    object-fit: cover;
    display: inline-block;
    transform: translate(0.8rem, 5%);
  }
  .item2 .button img,
  .item4 .button img,
  .item8 .button img {
    margin-left: 0.4rem;
  }
  .button {
    text-align: center;
    display: inline-block;
    margin: 4rem auto 0 auto;
    font-size: 1.4rem;
  }
  /*---------------------------main----------------------*/
  body {
    position: relative;
    background: #fff;
  }
  body::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--back);
    background-size: cover;
    position: fixed;
    inset: 0;
    z-index: -110;
  }
  .item {
    width: 100%;
    position: relative;
  }
  .item .item-content {
    margin: 0 auto;
    position: relative;
  }
  .item1 {
    height: 76rem;
    padding-top: 24rem;
  }
  .item1 .item-content {
    width: 100vw;
    height: 86rem;
  }
  .flex-button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: min(100%, 40rem);
    margin: 0 auto;
    position: relative;
  }
  .flex-button::after {
    content: "";
    width: 14rem;
    height: 15rem;
    background: url("../images/people-1.png");
    background-size: cover;
    position: absolute;
    bottom: -15rem;
    left: 50%;
    transform: translateX(-55%);
  }
  .item1 .flex-button::before {
    content: "";
    width: 8rem;
    height: 8rem;
    background: url("../images/people-5.png");
    background-size: auto;
    background-size: cover;
    position: absolute;
    bottom: -9rem;
    left: -4rem;
    transform: translateX(-55%);
  }
  .mail-button img,
  .phone-button img {
    display: inline-block;
    margin-right: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    transform: translate(0.4rem, 0.4rem);
    object-fit: cover;
  }
  .phone-button,
  .mail-button {
    display: block;
    margin: 0 auto 1.6rem auto;
    width: 30rem;
    border-radius: 60px;
    background: var(--main);
    text-align: center;
    padding: 1.2em;
    font-size: 1.6rem;
    color: #fff;
  }
  .mail-button {
    background: var(--main2);
  }
  .item h1 {
    width: 100%;
    font-size: min(5.6vw, 2.8rem);
    text-align: center;
    line-height: 160%;
    margin-bottom: 6.4rem;
  }
  h1 {
    font-weight: bold;
  }
  .item h1 span {
    font-size: min(8vw, 4rem);
    font-weight: bolder;
  }
  .item h1::after {
    content: "";
    width: 10rem;
    height: 10rem;
    background: url("../images/people-2.png");
    background-size: cover;
    position: absolute;
    bottom: -9rem;
    right: 1%;
  }
  #rogo {
    width: 30rem;
    height: auto;
    object-fit: cover;
    margin: 0 auto 6.4rem auto;
  }
  .item1-img1 {
    width: 32vw;
    height: 32vw;
    border-radius: 16px;
    position: absolute;
    top: -24rem;
    right: -4vw;
  }
  .item1-img2 {
    width: 28vw;
    height: 28vw;
    border-radius: 16px;
    position: absolute;
    top: -28rem;
    left: 0vw;
  }
  .item1-img4 {
    width: 12rem;
    height: 12rem;
    border-radius: 16px;
    position: absolute;
    bottom: 24rem;
    right: 1vw;
  }
  /*---------------------------item2--------------------------------*/
  .item2 {
    width: 100%;
    padding-top: 4rem;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  .item-content {
    width: 90vw;
    margin: 0 auto;
  }
  .item h2 {
    margin-top: 8rem;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
  }
  .item2 p {
    margin: 2.4rem auto 4rem auto;
  }
  .item2-img1 {
    width: 40vw;
    height: auto;
    border-radius: 2.5vw;
    position: absolute;
    bottom: -34vw;
    right: -2vw;
  }
  .item2-img2 {
    width: 32vw;
    height: auto;
    border-radius: 2.5vw;
    position: absolute;
    bottom: -36vw;
    left: -2vw;
  }
  .item2-img3 {
    display: none;
  }
  .item2-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .item2-right-img {
    width: 12rem;
  }
  .slider {
    display: flex;
    justify-content: space-between;
    width: calc(90vw - 14rem);
  }
  .slider img {
    border-radius: 2rem;
    height: 24rem;
    object-fit: cover;
  }
  .slider li {
    margin-right: 0.8rem;
  }
  /*---------------------------item8---------------------------*/
  .item8 {
    padding-top: 4rem;
  }
  .item8-left {
    margin-bottom: 4rem;
  }
  .item8-left p {
    margin-top: 2.4rem;
  }
  .item8-right {
    width: 100%;
    border-bottom: 1.6px dashed var(--main);
    border-top: 1.6px dashed var(--main);
    padding-top: 4rem;
    padding-bottom: 6.4rem;
  }
  .item8-instruction {
    display: flex;
    justify-content: space-between;
    margin-top: 1.6rem;
  }
  .item8 h3 {
    font-size: 1.8rem;
    text-align: center;
  }
  .item8 h3 span {
    font-weight: bold;
  }
  .box {
    border-radius: 4.6rem;
    background: #fae8db;
    padding-top: 6.4rem;
    width: 30%;
    height: 28rem;
    position: relative;
  }
  .box-3 {
    width: 28%;
    border-radius: 4rem;
  }
  .box p,
  .box span {
    display: block;
    text-align: center;
  }
  .box p {
    width: 100%;
    font-size: 6.4rem;
    position: absolute;
    top: 55%;
    left: calc(50% + 2rem);
    transform: translate(-50%, -50%);
    color: var(--main3);
    font-weight: bold;
  }
  .box span {
    font-size: 1.6rem;
  }
  .box .box-yen {
    display: inline-block;
    color: var(--font);
    margin-left: -1.6rem;
    text-decoration: none;
  }
  .box-2,
  .box-4 {
    transform: translateY(50%);
  }
  #box-3-span {
    width: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @media screen and (max-width: 740px) {
    .item8-instruction {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 1.6rem;
    }
    .box {
      border-radius: 4.6rem;
      padding-top: 3.2rem;
      width: 100%;
      height: 20rem;
      position: relative;
    }
    .box-2,
    .box-4 {
      margin: -0.8rem auto 1.8rem auto;
    }
    .box-4 {
      transform: rotate(90deg);
    }
    .item8 h3 {
      font-size: 1.8rem;
    }
  }
  .item8 .button {
    margin-left: calc(50% - 12rem);
  }
  /*----------------------item3------------------------------*/
  .item3 {
    padding-top: 8rem;
  }
  .item3 h3 span {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    color: #fff;
    background: var(--main);
    font-size: 1.4rem;
    border-radius: 50%;
    position: relative;
    transform: translateY(-1rem);
    text-align: center;
    line-height: 2.4rem;
  }
  .item3-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0rem;
    position: relative;
  }
  .item3-box {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  @media screen and (min-width: 540px) {
    .item3 .item3-box {
      width: 45%;
    }
  }
  .item3-box img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .item3 h3::after {
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--gra1);
    position: absolute;
    left: -5rem;
    top: 60%;
  }
  .item3 h3 {
    margin-bottom: 0.8rem;
    margin-top: -5.4rem;
    font-size: 1.8rem;
    position: relative;
  }
  /*-----------------------------item4-----------------------------*/
  body .item4 {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
  }
  .item4 .item-content,
  .item3 .item-content,
  .item5 .item-content,
  .item7 .item-content {
    width: 90vw;
  }
  .item4 section {
    width: 100%;
    margin: 2.4rem auto;
  }
  @media screen and (min-width: 540px) {
    body .item4 section {
      width: 45%;
    }
  }
  .item4-flex,
  .item5-flex,
  .item6-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.4rem;
  }
  .item4 section img {
    width: 100%;
    border-radius: var(--maru2);
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: top;
    position: relative;
  }
  .item4 .button {
    text-align: center;
    position: absolute;
    bottom: -8rem;
    margin-left: calc(50% - 10rem);
  }
  .item2 a,
  .item4 a {
    font-size: 1.6rem;
  }
  .item4 h3,
  .buy-item h2 {
    line-height: 150%;
    font-size: 1.6rem;
    text-align: left;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .buy {
    display: inline-block;
    width: 7.2rem;
    padding: 0.04em;
    color: #fff;
    border-radius: var(--maru2);
    background: var(--main);
    font-size: 1.4rem;
    text-align: center;
    transform: translateY(-0.4rem);
  }
  .price {
    display: inline-block;
    font-size: 1.4rem;
    text-align: left;
    transform: translateX(-1rem);
    letter-spacing: -0.1em;
    margin-left: 1.6rem;
  }
  .price span {
    font-size: 2.4rem;
    font-weight: bold;
  }
  /*------------------------item5-----------------------------*/
  .item5 {
    position: relative;
    padding-top: 8rem;
  }
  .item5-flex {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  .item5 section {
    width: 100%;
    margin: 0 auto 4rem auto;
  }
  @media screen and (min-width: 740px) {
    body .item5 section {
      width: 28%;
    }
    body .item5 .right {
      width: 3rem;
      height: 3rem;
      transform: translateY(10rem);
      object-fit: cover;
    }
    body .item .right {
      width: 3rem;
      height: 3rem;
      transform: translateY(12rem);
      object-fit: cover;
    }
  }
  .item5 img {
    width: min(100%, 24rem);
    aspect-ratio: 8 / 9;
    border-radius: var(--maru2);
    object-fit: cover;
    margin: 0 auto 0.8rem auto;
  }
  .item5-box {
    margin: 0 auto;
  }
  .item5-box h3 {
    font-size: 1.8rem;
    text-align: center;
  }
  .item .right {
    width: 3rem;
    height: 3rem;
    transform: rotate(90deg);
    margin: -2.4rem auto 2.4rem auto;
    object-fit: cover;
  }
  .item5 p {
    margin: 0.8rem auto 0.8rem auto;
    width: min(100%, 40rem);
  }
  /*-------------------------------------item6-------------------------------------------*/
  .item6 {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .item6 h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }

  /*-------------------------------------------------item7---------------------------------------*/
  .item7 {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
  .item7 .item-content {
    width: min(90%, 640px);
  }
  .item7 h1 {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  .item7 h1::after {
    display: none;
  }
  .item7 span,
  .item3 span,
  .item2 p span,
  .item8 p span,
  .item8 h3 span {
    color: var(--main3);
  }
  .item7 section {
    width: 100%;
    position: relative;
  }
  .item7-flex {
    width: 100%;
    display: block;
    margin-top: -10rem;
    order: 2;
  }
  .item7 .img-fade.move {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  .item7 .js-fade.scroll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  .item7 section img {
    width: min(80%, 40rem);
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: inline-block;
    order: 1;
  }
  .item7 h2 {
    margin-bottom: 0.8rem;
    position: relative;
    font-size: 1.6rem;
    text-align: center;
  }
  .item7 section span,
  .item3 section p span,
  .item2 p span,
  .item8 p span {
    text-decoration: underline dashed 0.4px;
    text-underline-offset: 6px;
  }
  .item7 p {
    margin-top: 0.8rem;
    line-height: 200%;
  }
  .item7-5 {
    margin-bottom: 12rem;
  }
  /*------------------------------------footer--------------------------------------*/
  footer {
    padding-top: 12rem;
    padding-bottom: 1.6rem;
  }
  footer ul {
    width: 90%;
    margin: 0 auto 8rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer li {
    width: 100%;
  }
  .footer-box1 {
    width: 12rem;
    margin: 0 auto;
  }
  .footer-box2 {
    margin: 1.6rem auto;
    text-align: center;
  }
  /*--------------------------------------js----------------------------------------------------*/
}
@media screen and (min-width: 1023px) {
  .sp {
    display: none;
  }
  a {
    transition: 0.4s;
  }
  h1 {
    position: relative;
  }
  h1::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--back1);
    background-size: cover;
    position: fixed;
    inset: 0;
    z-index: -110;
  }
  header {
    width: 100%;
    height: 8rem;
    position: absolute;
    top: 0;
  }
  nav {
    width: 100vw;
    height: 100vh;
    background: var(--main);
    padding-top: 32rem;
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 999;
  }
  nav.fade {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  nav ul {
    width: 94rem;
    margin: 0 auto 8rem;
    display: flex;
    justify-content: space-between;
  }
  header nav a {
    color: #fff;
  }
  #header-mail {
    width: 6.4rem;
    height: 6.4rem;
    background: var(--main2);
    box-shadow: var(--box);
    border-radius: 50%;
    position: fixed;
    top: 12.8rem;
    right: 4rem;
    z-index: 998;
    cursor: pointer;
    transition: 0.4s;
  }
  #header-mail img {
    width: 40%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sp-nav {
    width: 6.4rem;
    height: 6.4rem;
    background: var(--main2);
    box-shadow: var(--box);
    border-radius: 50%;
    position: fixed;
    top: 4.8rem;
    right: 4rem;
    z-index: 999;
    cursor: pointer;
    transition: 0.4s;
  }
  .sp-nav:hover,
  #header-mail:hover,
  .mail-button:hover,
  .item .button:hover {
    background: var(--main3);
  }
  .sp-nav span {
    width: 50%;
    height: 2px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    left: 25%;
    transition: 0.4s;
  }
  .sp-nav span:nth-child(1) {
    top: 35%;
  }
  .sp-nav span:nth-child(2) {
    top: 50%;
  }
  .sp-nav span:nth-child(3) {
    top: 65%;
  }
  .fade span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .fade span:nth-child(2) {
    display: none;
  }
  .fade span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .logo {
    width: 18rem;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 3.2rem;
    left: 5%;
    z-index: 999;
  }
  header .phone-button {
    border: 1px solid;
  }
  .nav-ul {
    display: flex;
    justify-content: space-between;
    width: 88rem;
    position: absolute;
    top: 0rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  @media screen and (min-width: 1023px) and (max-width: 1300px) {
    .nav-ul {
      display: flex;
      justify-content: space-between;
      width: 80rem;
      position: absolute;
      top: 0rem;
      left: calc(100vw - 840px);
      transform: translateX(0%);
      z-index: 9;
    }
    .item1-img1 {
      display: none;
    }
    .logo {
      width: 12rem;
      height: auto;
      object-fit: cover;
      position: absolute;
      top: 4rem;
      left: 4rem;
    }
  }
  #header-rogo {
    width: 16rem;
    position: absolute;
    bottom: 12rem;
    left: 50%;
    transform: translateX(-50%);
  }
  /*---------------------------main----------------------*/
  body {
    position: relative;
    background: #fff;
  }
  body::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--back);
    background-size: cover;
    position: fixed;
    inset: 0;
    z-index: -110;
  }
  .item {
    width: 100%;
    position: relative;
  }
  .item .item-content {
    margin: 0 auto;
    position: relative;
    padding-bottom: 4rem;
  }
  .item h2 {
    margin-top: 12rem;
    font-size: 3.6rem;
  }
  .item4 .item-content,
  .item3 .item-content,
  .item5 .item-content,
  .item7 .item-content,
  .item8 .item-content,
  .item2 .item-content {
    width: var(--vw);
    max-width: 160rem;
  }
  .item1 {
    height: 68vh;
    padding-top: 32vh;
  }
  .item1 .item-content {
    width: 100vw;
  }
  .flex-button {
    display: flex;
    justify-content: space-around;
    width: min(100%, 92rem);
    margin: 0 auto;
    position: relative;
  }
  .flex-button::after {
    content: "";
    width: 16rem;
    height: 17rem;
    background: url("../images/people-1.png");
    background-size: cover;
    position: absolute;
    bottom: -8rem;
    left: 50%;
    transform: translateX(-55%);
  }
  .item1 .flex-button::before {
    content: "";
    width: 12rem;
    height: 12rem;
    background: url("../images/people-5.png");
    background-size: cover;
    position: absolute;
    bottom: 32rem;
    left: -12rem;
    transform: translateX(-55%);
  }
  .mail-button img,
  .phone-button img {
    display: inline-block;
    margin-right: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    transform: translate(0.4rem, 0.4rem);
    object-fit: cover;
  }
  .phone-button,
  .mail-button {
    display: block;
    margin-bottom: 1.6rem;
    width: 34rem;
    border-radius: 60px;
    background: var(--main);
    text-align: center;
    padding: 1.2em;
    font-size: 1.8rem;
    color: #fff;
  }
  .mail-button {
    background: var(--main2);
    box-shadow: var(--box);
  }
  nav .mail-button {
    box-shadow: 0 0 0;
  }
  h1 {
    font-weight: bold;
  }
  .item h1 {
    width: 100%;
    font-size: 3.6rem;
    line-height: 160%;
    margin-bottom: 8rem;
    letter-spacing: 0.1em;
    line-height: 240%;
    text-align: center;
    font-weight: 800;
  }
  .item h1 span {
    font-size: 8rem;
    line-height: 100%;
    font-weight: bolder;
  }
  .item h1::after {
    content: "";
    width: 12rem;
    height: 12rem;
    background: url("../images/people-2.png");
    background-size: cover;
    position: absolute;
    bottom: 6rem;
    right: 10%;
    z-index: 999;
  }
  .item1-img1 {
    width: 20%;
    height: auto;
    border-radius: 2.5vw;
    position: absolute;
    top: -34rem;
    right: 4rem;
  }
  .item1-img2 {
    width: 30%;
    height: 40rem;
    border-radius: 2.5vw;
    position: absolute;
    bottom: -4rem;
    left: -2%;
    z-index: -1;
  }
  .item1-img4 {
    width: 17vw;
    height: auto;
    border-radius: 2.5vw;
    position: absolute;
    top: 32rem;
    right: -4vw;
    z-index: -1;
  }
  /*---------------------------item2--------------------------------*/
  .item2 {
    padding-top: 24rem;
    margin: 0 auto;
    position: relative;
    z-index: 100;
  }
  .item2 .item-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item2-left {
    width: calc(100% - 40rem);
  }
  .item2 h2 {
    margin-top: 4rem;
  }
  .item2 p {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .button {
    text-align: center;
    display: inline-block;
    margin: 4rem auto 0 auto;
    font-size: 1.6rem;
  }
  .item2 .button,
  .item4 .button,
  .item8 .button {
    background: var(--main2);
    box-shadow: var(--box);
    border-radius: 40px;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    color: #fff;
  }
  .button img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
    display: inline-block;
    transform: translate(0.8rem, 20%);
  }
  .item2 .button img,
  .item4 .button img,
  .item8 .button img {
    margin-left: 0.4rem;
    width: 0.9rem;
    height: 1.03rem;
    transform: translate(0.8rem, 3%);
  }
  .item2-img1 {
    width: 24vw;
    height: auto;
    border-radius: 2.5vw;
    position: absolute;
    top: 32rem;
    right: -34vw;
  }
  .item2-img2 {
    width: 18vw;
    height: auto;
    border-radius: 2.5vw;
    position: absolute;
    top: 46rem;
    left: -24vw;
  }
  .item2-img3 {
    width: 24vw;
    height: auto;
    border-radius: 2.5vw;
    position: absolute;
    top: 72rem;
    right: -28vw;
  }
  .item2-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .item2-right-img {
    width: 36rem;
  }
  .slider {
    display: flex;
    justify-content: space-between;
    width: calc(90vw - 38rem);
  }
  .slider img {
    border-radius: 2rem;
    height: 36rem;
    object-fit: cover;
  }
  .slider li {
    margin-right: 0.8rem;
  }
  /*----------------------item8------------------------------*/
  .item8 .item-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item8 .button {
    position: absolute;
    top: 28rem;
    right: 0;
  }
  @media screen and (min-width: 1700px) {
    .item8 .button {
      position: absolute;
      top: 24rem;
      right: 0;
    }
  }
  .item8 .button::after {
    content: "";
    width: 10rem;
    height: 9rem;
    background: url("../images/item8-button.png");
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13rem;
  }
  .item8-left {
    margin-bottom: 4rem;
    width: calc(100% - 44rem);
    max-width: 88rem;
  }
  .item8-left p {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  .item8-right {
    width: 100%;
    border-bottom: 1.6px dashed var(--main);
    border-top: 1.6px dashed var(--main);
    padding-top: 4rem;
    padding-bottom: 6.4rem;
  }
  .item8-instruction {
    display: flex;
    justify-content: space-between;
    margin-top: 1.6rem;
  }
  .item8 h3 {
    font-size: 2rem;
  }
  .item8 h3 span {
    font-weight: bold;
  }
  .box {
    border-radius: 4.6rem;
    background: #fae8db;
    padding-top: 6.4rem;
    width: 30%;
    height: 28rem;
    position: relative;
  }
  .box-3 {
    width: 22%;
    border-radius: 4rem;
  }
  .box p,
  .box span {
    display: block;
    text-align: center;
  }
  .box p {
    width: 100%;
    font-size: 6.4rem;
    position: absolute;
    top: 55%;
    left: calc(50% + 2rem);
    transform: translate(-50%, -50%);
    color: var(--main3);
    font-weight: bold;
  }
  .box span {
    font-size: 2rem;
  }
  .box .box-yen {
    display: inline-block;
    color: var(--font);
    margin-left: -1.6rem;
    text-decoration: none;
  }
  .box-2,
  .box-4 {
    transform: translateY(50%);
  }
  #box-3-span {
    width: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /*----------------------item3------------------------------*/
  .item3 {
    padding-top: 4rem;
  }
  .item3 h2 {
    margin-bottom: 4.8rem;
  }
  .item3 h3 span {
    display: block;
    width: 4rem;
    height: 4rem;
    color: #fff;
    background: var(--main);
    border-radius: 50%;
    position: relative;
    transform: translateY(-1rem);
    text-align: center;
    line-height: 4rem;
  }
  .item3-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -2.4rem;
    position: relative;
  }
  .item3-box {
    width: calc(50% - 2rem);
    margin-bottom: 4rem;
    padding: 2em;
    padding-top: 0;
    background: #fae8db;
    border-radius: 4rem;
  }
  .item3-box img {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }
  .item3 h3::after {
    content: "";
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--gra1);
    position: absolute;
    left: -5rem;
    top: 60%;
  }
  .item3 h3 {
    margin-bottom: 0.8rem;
    margin-top: -5.4rem;
    font-size: 2.4rem;
    position: relative;
  }
  .item3 p {
    font-family: "Montserrat", "Noto Sans JP";
    font-weight: 400;
  }
  .item3 p span {
    font-family: "Montserrat", "Noto Sans JP";
    font-weight: 500;
  }
  /*-----------------------------item4-----------------------------*/
  .item4 {
    width: 100%;
    padding-top: 4rem;
    position: relative;
  }
  .item4 section {
    width: 30%;
    margin: 1.6rem;
  }
  .item4-flex,
  .item5-flex,
  .item6-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 4rem;
  }
  .item4 .item4-flex {
    flex-wrap: nowrap;
    margin-top: 8rem;
  }
  .item4 section img {
    width: 100%;
    border-radius: var(--maru);
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: top;
    position: relative;
  }
  .item4 .button {
    display: block;
    position: absolute;
    top: 3.2rem;
    right: 1.6rem;
  }
  .item4 h3,
  .buy-item h2 {
    line-height: 150%;
    font-size: 2rem;
    text-align: left;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .buy {
    display: inline-block;
    width: 8.8rem;
    padding: 0.04em;
    color: #fff;
    border-radius: var(--maru);
    background: var(--main);
    font-size: 1.6rem;
    text-align: center;
    transform: translateY(-0.4rem);
  }
  .price {
    display: inline-block;
    font-size: 1.6rem;
    text-align: left;
    transform: translateX(-1rem);
    letter-spacing: -0.1em;
    margin-left: 1.6rem;
  }
  .price span {
    font-size: 2.8rem;
  }
  .item4-slider .slide-arrow {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: -4rem;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
  }
  .prev-arrow {
    left: 1.6rem;
    background: url("../images/left.png");
    background-size: cover;
  }
  .next-arrow {
    left: 8rem;
    background: url("../images/button.png");
    background-size: cover;
  }
  .slick-dots {
    position: absolute;
    top: -4rem;
    left: 16rem;
    display: flex;
  }
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button::before {
    width: 1.2rem;
    height: 1.2rem;
  }
  .slick-dots li {
    margin: 0 8px;
  }
  .slick-dots li button {
    background-color: var(--main);
    border: 1px solid var(--main);
    border-radius: 100%;
    font-size: 0;
    cursor: pointer;
  }
  .slick-dots li.slick-active button {
    background: var(--back);
  }
  .slick-dots li button::before {
    content: "";
  }
  /*------------------------item5-----------------------------*/
  .item5 {
    position: relative;
  }
  .item5-flex {
    margin-bottom: 4rem;
  }
  .item5 section {
    width: 30%;
  }
  .item5 img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: var(--maru);
    object-fit: cover;
    margin-bottom: 0.8rem;
  }
  .item5-box {
    margin: 0 auto;
  }
  .item5-box h3 {
    font-size: 2.4rem;
  }
  .item .right {
    width: 1.9rem;
    height: 2.5rem;
    transform: translateY(24rem);
    object-fit: cover;
  }
  .item5 p {
    margin: 0.8rem auto 0 auto;
    font-family: "Montserrat", "Noto Sans JP";
    font-weight: 400;
  }
  /*-------------------------------------item6-------------------------------------------*/
  .item6 {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .item6 h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }

  /*-------------------------------------------------item7---------------------------------------*/
  .item7 {
    padding-top: 20rem;
    padding-bottom: 8rem;
  }
  .item7 h1 {
    margin-bottom: 4rem;
    text-align: left;
    font-size: 3.2rem;
  }
  .item7 h1::after {
    display: none;
  }
  .item7 span,
  .item3 span,
  .item2 p span,
  .item8 p span,
  .item8 h3 span {
    color: var(--main3);
  }
  .item7-flex {
    width: calc(100% - 30rem);
    display: inline-block;
  }
  .item7 section {
    width: 100%;
    position: relative;
    margin-top: -8rem;
  }
  .item7 section img {
    width: 28rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: inline-block;
    transform: translateY(4rem);
  }
  .item7 h2 {
    margin-bottom: 0.8rem;
    position: relative;
    font-size: 2.4rem;
  }
  .item7 section span,
  .item3 section p span,
  .item2 p span,
  .item8 p span {
    text-decoration: underline dashed 0.4px;
    text-underline-offset: 6px;
  }
  .item7 p {
    margin-top: 0.8rem;
    line-height: 200%;
    font-size: 1.8rem;
    font-family: "Montserrat", "Noto Sans JP";
    font-weight: 400;
  }
  .item7 p span {
    font-family: "Montserrat", "Noto Sans JP";
    font-weight: 500;
  }
  .item7-5 {
    margin-bottom: 12rem;
  }
  /*------------------------------------footer--------------------------------------*/
  footer {
    padding-top: 4rem;
    padding-bottom: 1.6rem;
  }
  footer ul {
    width: 94rem;
    margin: 0 auto 8rem auto;
    display: flex;
    justify-content: space-between;
  }
  .footer-box1 {
    width: 16rem;
    margin: 0 auto;
  }
  .footer-box2 {
    margin: 1.6rem auto;
    text-align: center;
  }
  /*--------------------------------------js----------------------------------------------------*/
  .js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    transition: 1.6s;
  }
  .js-fade.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .top-fade {
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
  }
  .top-hidden {
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
  }
}
.img-fade,
.item7 .img-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: 1.6s;
}
.item1 .img-fade,
.item2 .img-fade {
  transform: translateY(20rem);
  opacity: 0;
  transition: 3s;
}
.img-fade.move {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.grecaptcha-badge {
  display: none;
}
