.loading {
  z-index: calc(infinity);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #000;
}
.loading .loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.body-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: -999;
  background-color: #000;
}
.body-bg section {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.body-bg section iframe {
  box-sizing: border-box;
  height: 56.25vw /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh /* 16:9 の幅なので 177.77% (= 16 ÷ 9)*/;
}
.bg-filter {
  position: relative;
}
.bg-filter:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  z-index: -1;
}
html {
  scroll-behavior: smooth;
}
html * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.hero-container .header-nav .wrap nav ul li,
.hero-container .header-nav .wrap nav ul li a,
.hero-container .header-nav .wrap .language-nav ul li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .hero-container .header-nav .wrap nav ul li,
  .hero-container .header-nav .wrap nav ul li a,
  .hero-container .header-nav .wrap .language-nav ul li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .hero-container .header-nav .wrap nav ul li,
  .hero-container .header-nav .wrap nav ul li a,
  .hero-container .header-nav .wrap .language-nav ul li {
    font-size: 14px;
  }
}
footer small {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  footer small {
    font-size: 12px;
  }
}
h1,
h2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  h1,
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 599px) {
  h1,
  h2 {
    font-size: 20px;
  }
}
h3,
h4,
h5,
h6 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}
h3 {
  margin-bottom: 10px;
}
p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  p {
    font-size: 14px;
  }
}
a {
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.title-block {
  padding: 8% 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1440px) {
  .title-block {
    padding: 7rem 0;
  }
}
@media only screen and (max-width: 599px) {
  .title-block {
    padding: 6rem 0;
  }
}
.title-block img {
  position: fixed;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.title-block h2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .title-block h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .title-block h2 {
    font-size: 20px;
  }
}
.spacer-s {
  height: 20px;
}
@media only screen and (max-width: 599px) {
  .spacer-s {
    height: 10px;
  }
}
.spacer-m {
  height: 40px;
}
@media only screen and (max-width: 599px) {
  .spacer-m {
    height: 20px;
  }
}
.spacer-l {
  height: 80px;
}
@media only screen and (max-width: 599px) {
  .spacer-l {
    height: 40px;
  }
}
.contents-width {
  width: 90vw;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .contents-width {
    width: 85vw;
  }
}
@media only screen and (max-width: 599px) {
  .contents-width {
    width: 90vw;
  }
}
.contents-width-s {
  width: 80vw;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .contents-width-s {
    width: 85vw;
  }
}
@media only screen and (max-width: 599px) {
  .contents-width-s {
    width: 90vw;
  }
}
@media only screen and (max-width: 1024px) {
  .pc-br {
    display: none;
  }
}
.sp-br {
  display: none;
}
@media only screen and (max-width: 599px) {
  .sp-br {
    display: block;
  }
}
ul,
ol {
  margin: 0;
}
.list-none {
  padding-left: 0;
}
.list-none li {
  list-style: none;
}
.section-m {
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  .section-m {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 599px) {
  .section-m {
    padding: 50px 0;
  }
}
.wrap-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-container {
  width: 100%;
  height: 100svh;
  position: relative;
  max-height: 1080px;
}
.hero-container .top-visual {
  z-index: 0;
  width: 100%;
  height: 100%;
}
.hero-container .top-visual .swiper-wrapper {
  margin: 0;
  padding: 0;
}
.hero-container .top-visual .swiper-wrapper .swiper-slide {
  text-align: center;
}
.hero-container .top-visual .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-container .top-contents {
  position: absolute;
  top: 50%;
  width: 90%;
  transform: translateY(-50%);
  max-width: 1440px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .hero-container .top-contents {
    flex-direction: column;
    gap: 2rem;
  }
}
.hero-container .top-contents .catchcopy-block h2 {
  font-size: 40px;
  font-family: serif;
  text-shadow: 1px 1px 3px #000;
}
@media only screen and (max-width: 1024px) {
  .hero-container .top-contents .catchcopy-block h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .hero-container .top-contents .catchcopy-block h2 {
    font-size: 38px;
  }
}
.hero-container .top-contents .logo-block img {
  width: 140px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero-container .top-contents .logo-block h1 img {
  width: 147px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.hero-container .header-nav {
  background-color: #000;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .hero-container .header-nav {
    top: 0;
    background-color: transparent;
    transform: translateY(0);
    z-index: 999;
  }
}
.hero-container .header-nav .wrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .hero-container .header-nav .wrap {
    justify-content: flex-end;
  }
}
.hero-container .header-nav .wrap nav ul {
  display: flex;
  align-items: center;
}
.hero-container .header-nav .wrap nav ul li a {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .hero-container .header-nav .wrap .global-nav {
    display: none;
  }
}
.hero-container .header-nav .wrap .global-nav ul {
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .hero-container .header-nav .wrap .global-nav ul li {
    text-align: center;
  }
}
.hero-container .header-nav .wrap .global-nav ul li a {
  padding: 2rem 0;
}
.hero-container .header-nav .wrap .global-nav ul li a:after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 7px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 599px) {
  .hero-container .header-nav .wrap .language-nav ul {
    gap: 0.5rem;
  }
}
.hero-container .header-nav .wrap .language-nav ul li a {
  padding: 2rem 0.5rem;
  color: #8d8d8d;
}
.hero-container .header-nav .wrap .language-nav ul li a:hover {
  color: #fff;
  opacity: 1;
}
.hero-container .header-nav .wrap .language-nav ul li a.current {
  color: #fff;
}
.hero-container .open-nav {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-container .open-nav .wrap {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 2rem;
  align-items: center;
}
.hero-container .open-nav .wrap .global-nav {
  display: block;
}
.hero-container .open-nav .wrap .global-nav ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 599px) {
  .hero-container .open-nav .wrap .global-nav ul li a {
    padding: 1rem 0;
  }
}
.hero-container .hamburger-btn {
  position: fixed;
  top: 2rem;
  left: 5%;
  width: 30px;
  height: 18px;
  z-index: 999;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .hero-container .hamburger-btn {
    display: block;
  }
}
.hero-container .hamburger-btn span {
  display: block;
  mix-blend-mode: difference;
  position: absolute;
  width: 100%;
  right: 0;
  border-bottom: 1.5px solid #fff;
  transition: 1s;
}
.hero-container .hamburger-btn span:nth-child(1) {
  top: 0;
}
.hero-container .hamburger-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transition: 1.5s;
}
.hero-container .hamburger-btn span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.hero-container .open-hamburger span {
  border-bottom: 1.5px solid #fff;
}
.hero-container .open-hamburger span:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
.hero-container .open-hamburger span:nth-child(2) {
  opacity: 0;
}
.hero-container .open-hamburger span:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}
body.nav-active {
  overflow: hidden;
}
.about-container {
  position: relative;
}
.about-container li {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .about-container li {
    gap: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container li {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.about-container li:nth-child(odd) {
  margin-left: max(5%, calc((100vw - 1440px) / 2));
}
@media only screen and (max-width: 1440px) {
  .about-container li:nth-child(odd) {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container li:nth-child(odd) {
    margin-left: 7.5%;
  }
}
@media only screen and (max-width: 599px) {
  .about-container li:nth-child(odd) {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container li:nth-child(odd) .wrap {
    margin-right: 7.5%;
  }
}
@media only screen and (max-width: 599px) {
  .about-container li:nth-child(odd) .wrap {
    margin-right: 5%;
  }
}
.about-container li:nth-child(even) {
  margin-right: max(5%, calc((100vw - 1440px) / 2));
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1440px) {
  .about-container li:nth-child(even) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container li:nth-child(even) {
    flex-direction: column;
    margin-right: 7.5%;
  }
}
@media only screen and (max-width: 599px) {
  .about-container li:nth-child(even) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-container li:nth-child(even) .wrap {
    margin-left: 7.5%;
  }
}
@media only screen and (max-width: 599px) {
  .about-container li:nth-child(even) .wrap {
    margin-left: 5%;
  }
}
.about-container li .wrap {
  flex-basis: 60%;
}
.about-container li .wrap span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .about-container li .wrap span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .about-container li .wrap span {
    font-size: 14px;
  }
}
.about-container li .wrap-thumb {
  flex-basis: 40%;
}
#product {
  background-color: #fff;
}
#product h2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
  margin: 0;
  text-shadow: 1px 1px 3px #fff;
}
@media only screen and (max-width: 1024px) {
  #product h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 599px) {
  #product h2 {
    font-size: 20px;
  }
}
#product h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  #product h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  #product h3 {
    font-size: 18px;
  }
}
#product p,
#product span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  #product p,
  #product span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  #product p,
  #product span {
    font-size: 14px;
  }
}
.product-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background-image: url("../images/product/product-bg.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 80%;
  height: 60%;
}
@media only screen and (max-width: 1024px) {
  .product-container {
    background-size: auto 60%;
  }
}
@media only screen and (max-width: 599px) {
  .product-container {
    background-size: 12rem auto;
  }
}
@media only screen and (max-width: 1024px) {
  .product-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.product-container li {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1rem;
  align-items: center;
}
.process-container ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .process-container ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .process-container ul {
    grid-template-columns: 1fr;
  }
}
.process-container ul li .wrap {
  padding: 1rem;
}
@media only screen and (max-width: 599px) {
  .process-container ul li .wrap {
    padding: 1rem 0 0.5rem;
  }
}
.movie-block {
  max-width: 700px;
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .movie-block {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .movie-block {
    margin-top: 40px;
  }
}
.movie-block section {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie-block section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.craftsman-container {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 3rem;
  align-items: center;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .craftsman-container {
    grid-template-columns: 0.7fr 1fr;
    padding-bottom: 70px;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 599px) {
  .craftsman-container {
    grid-template-columns: 1fr;
    padding-bottom: 50px 0;
  }
}
.craftsman-container .wrap span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .craftsman-container .wrap span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .craftsman-container .wrap span {
    font-size: 14px;
  }
}
.craftsman-container .wrap .name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .craftsman-container .wrap .name {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .craftsman-container .wrap .name {
    font-size: 14px;
  }
}
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }
}
.contact-wrap .wrap {
  margin: 30px 0;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .contact-wrap .wrap {
    margin: 0 5%;
    padding: 30px 0;
  }
}
.contact-wrap .wrap a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .contact-wrap .wrap a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .contact-wrap .wrap a {
    font-size: 14px;
  }
}
.contact-wrap .wrap h3 span {
  display: block;
}
.contact-wrap .access-block {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 599px) {
  .contact-wrap .access-block {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
}
.contact-wrap .access-block a {
  text-decoration: underline;
  margin-top: 5px;
}
.contact-wrap .contact-block img {
  width: 100%;
  height: 0.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 5px;
}
@media only screen and (max-width: 599px) {
  .contact-wrap .contact-block img {
    height: 0.7rem;
  }
}
footer small {
  padding: 2rem 0;
  display: block;
  text-align: center;
}

/*# sourceMappingURL=app.css.map */
