@charset "UTF-8";

html {
  font-size: 62.5%;

}


body {
  font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    background: #F9F9F9;
    color: #303030;
font-size: 1.5rem;
font-weight: 400;
letter-spacing: 1.8px;
width: 100%;

}
html, body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



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

  .pc__br {
    display: none;
  }
  
  .pc__img {
    display: none;
  }

.pc__1 {
  display: none;
}

@media screen and (min-width: 768px) {

  .sp__1 {
    display: none;
  }

  .pc__1 {
    display: block;
  }

  .sp__Br {
    display: none;
  }


}




.header {
    font-family: "Noto Sans JP", sans-serif;
    padding: 40px 5.3% 30px;
    position: fixed; /* 固定 */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8888; /* 手前に出す */
  }
  
  .nav {
    width: 100%;    
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
    background-size: contain;
    /* background-color: #fff; */

  }
  
  .nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 5.3% 30px;
    background-color: #fff;
    
  }
  
  .nav__list {
    padding-top: 100px;
    padding-left: 8%;
    padding-right: 20%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 100vh;
  }
  
  .nav__item {
    padding-top: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-align: right;

  }
  
  .nav.active {
    transform: translateX(0);
  }
  
  .header__btn {
    display: block;
    width: 32px;
    height: auto;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 5.3%;
  }
  
  .nav__btn {
    display: block;
    width: 32px;
    height: auto;
    cursor: pointer;
    position: absolute;
    right: 5.3%;
    top: 27px;
  }
  
  .pc {
    display: none;
  }

  .nav__link {
    display: inline-block;
    transition:
      transform 0.35s ease,
      text-shadow 0.4s ease;
  }
  
  /* hover */
  .nav__item:hover .nav__link {
    transform: translate(0px, -3px);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }
  .footer__item:hover .nav__link {
    transform: translate(0px, -3px);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }


  .nav__linkk {
    display: inline-block;
    transition:
      transform 0.35s ease,
      text-shadow 0.4s ease;
  }
  
  /* hover */
  .nav__item:hover .nav__linkk {
    transform: translate(-1px, 4px);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }
  .footer__item:hover .nav__linkk {
    transform: translate(-1px, 4px);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }

  @media screen and (min-width: 768px) {
    .header {
      padding-left: 6.9%;
      padding-right: 6.9%;
      padding-top: 0px;
      background-color: rgba(255, 255, 255, 0.2);

    }

 
  
    .nav {
      width: auto;
      height: auto;
      padding: 0;
      position: static;
      transform: translate(0);
      background-image: none;
      background-color: transparent;
    }
  
    .nav__list {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-top: 0;
      width: 100%;
      gap: 50px;
      padding-left: 0;
      padding-right: 0;
      padding-top: 50px;
      height: auto;
      background-color: rgba(255, 255, 255, 0);
    }
  
    .nav__item {
      color: #303030;
      font-size: 1.4rem;
      font-weight: 350;
      line-height: normal;
      margin-top: 0;
letter-spacing: 2.88px;
padding-top: 0px;
    }
  
    .nav__header {
      display: none;


    }
  
    .header__btn {
      display: none;
    }
  
    .nav__buy {
      display: none;
    }
  
    .pc {
      display: block;
    }
  
    .sp {
      display: none;
    }
  }


  @media screen and (min-width: 1024px) {
    .nav__item {
      font-size: 1.6rem;
    }


  }




  /* -----footer----- */

.footer {
    background-image: url(../images/spfooter.jpg);
    background-size: cover;
    padding: 100px 5.3% 40px;
  
  }
  
  .footer__inner {
    max-width: 1440px;
    margin: 0 auto;
  }
  
  .footer__item {
  
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1.12px;
  padding-bottom: 32px;
  text-align: right;
  padding-right: 10%;
  color: #5f5f5f;
  }
  
  
  .footer__pribasy {
    font-size: 1rem;
    font-weight: 500;
    padding-top: 80px;
    padding-bottom: 5px;
  }
  
  .copyright {
    font-size: 1rem;
    font-weight: 500;
  
  }
  
  
  @media screen and (min-width: 768px) {
  
    .footer {
      background-image: url(../images/pcfooter.jpg);
      background-size: cover;
      padding: 100px 10.4% 50px;
      z-index: 9999;
      position: relative;
    }
  
    .footer__list {
      display: flex;
      justify-content: flex-end;
      gap: 50px;
      padding-top: 100px;
    }
  
    
    .footer__item {
    
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 0px;
    text-align: right;
    padding-right: 0px;
  
    }
    
    
    .footer__pribasy {
      font-size: 1.2rem;
      font-weight: 500;
      padding-top: 300px;
      padding-bottom: 10px;
    }
    
    .copyright {
      font-size: 1.1rem;
      font-weight: 500;
    
    }
  
  }
  
  
  
  .page-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 40px;
    height: 40px;
   
    background-image: url(../images/topbtn.png);
    background-size: cover;
  
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: normal;
    z-index: 9000;
    transition: transform 0.3s, opacity 0.3s;
  
  
    opacity: 0;
    pointer-events: none;
  }
  
  /* ホバーしたらちょい浮く */
  .page-top:hover {
    transform: translateY(-5px);
  }
  
  
  
  .page-top.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  
  @media screen and (min-width: 768px) {
  
    .page-top {
      right: 40px;
      bottom: 40px;
      width: 60px;
      height: 60px;
      font-size: 1.3rem;
    }
     
  
  
  
  }
  