@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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");
:root {
  font-size: 62.5%;
}

@media (max-width: 1120px) {
  :root {
    font-size: 0.8928571429vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 2.5641025641vw;
  }
}
.for_sp {
  display: none;
}

.for_pc {
  display: inline-block;
}

.img-gap {
  margin-top: 10px;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none !important;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

/***************************************************** pc */
@media (min-width: 769px) {
  a,
  img {
    transition: 0.3s ease-in-out;
  }
  a:active {
    opacity: 0.5;
  }
  a:hover {
    opacity: 0.5;
  }
  a:hover img {
    opacity: 0.5;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .upview {
    -moz-animation: showup 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
    -o-animation: showup 0.6s linear 0s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0s 1 normal forwards;
  }
  .upview.uv2 {
    -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
  }
  .upview.uv3 {
    -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
  }
  .upview.uv4 {
    -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
  }
  .upview.uv5 {
    -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  .downview {
    -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
  }
  .downview.dv2 {
    -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  }
  .downview.dv3 {
    -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  }
  .downview.dv4 {
    -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw,
  .mainw_pc {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .img100 {
    width: 100%;
  }
  .img100 img {
    width: 100%;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
}
/***************************************************** sp */
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.45;
  }
  a,
  img {
    transition: 0.3s ease-in-out;
  }
  a:active {
    opacity: 0.7;
  }
  a:hover {
    opacity: 0.7;
  }
  a:hover img {
    opacity: 0.7;
  }
  .wrap,
  #page {
    width: 100%;
    position: relative;
  }
  .for_pc {
    display: none !important;
  }
  .for_tab {
    display: none;
  }
  .for_pcnotab,
  .for_nw {
    display: none !important;
  }
  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
  }
  .upview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showdown {
    opacity: 0;
    transition: 1s;
    transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
  }
  .downview {
    -moz-animation: showup 1s linear 0s 1 normal forwards;
    -webkit-animation: showup 1s linear 0s 1 normal forwards;
    -o-animation: showup 1s linear 0s 1 normal forwards;
    -ms-animation: showup 1s linear 0s 1 normal forwards;
  }
  .showleft {
    opacity: 0;
    transition: 1s;
    transform: translateX(-4vw);
    -webkit-transform: translateX(-4vw);
    -moz-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    -o-transform: translateX(-4vw);
  }
  .leftview {
    -moz-animation: showleft 1s linear 0s 1 normal forwards;
    -webkit-animation: showleft 1s linear 0s 1 normal forwards;
    -o-animation: showleft 1s linear 0s 1 normal forwards;
    -ms-animation: showleft 1s linear 0s 1 normal forwards;
  }
  .showright {
    opacity: 0;
    transition: 1s;
    transform: translateX(4vw);
    -webkit-transform: translateX(4vw);
    -moz-transform: translateX(4vw);
    -ms-transform: translateX(4vw);
    -o-transform: translateX(4vw);
  }
  .rightview {
    -moz-animation: showright 1s linear 0s 1 normal forwards;
    -webkit-animation: showright 1s linear 0s 1 normal forwards;
    -o-animation: showright 1s linear 0s 1 normal forwards;
    -ms-animation: showright 1s linear 0s 1 normal forwards;
  }
  /* common
  ---------------------------------------------------------------------- */
  .mainw {
    width: 90.666vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /* keyframe
  ---------------------------------------------------------------------- */
}
footer {
  padding: 3.8rem 0;
}
footer .footer_navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
footer .footer_navi ul a {
  padding: 0.8rem 3rem;
  display: inline-block;
}
footer .footer_navi li:nth-child(n+2) {
  border-left: 1px solid #d3d0d0;
}
footer .copy {
  font-size: 1rem;
  text-align: center;
  padding: 1rem 0;
}
footer .footer_rinc ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  width: 100%;
  max-width: 120rem;
  margin: 2.4rem auto;
}
footer .footer_rinc ul li {
  font-size: 1.4rem;
}
footer .footer_rinc ul li:nth-child(n+2) {
  border-left: initial;
}
footer .footer_rinc ul li a {
  padding: 0.5rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 1.3rem 0 10rem;
  }
  footer .footer_navi ul {
    font-size: 1.2rem;
    flex-wrap: wrap;
  }
  footer .footer_navi ul a {
    padding: 0.4rem 1rem;
  }
  footer .footer_navi li {
    width: 50%;
  }
  footer .footer_rinc ul li {
    width: 30%;
    font-size: 1.2rem;
  }
  footer .footer_rinc ul li a {
    padding: 0rem;
  }
  footer .footer_rinc ul li:nth-of-type(1) {
    width: 100%;
    padding-left: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */