@font-face {
  font-family: "zen-kaku";
  src: url("../fonts/ZenKakuGothicNew-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "zen-kaku";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "zen-kaku";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "zen-kaku";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "zen-kaku";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-weight: black;
}
@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "jost";
  src: url("../fonts/Jost-Black.ttf");
  font-weight: 900;
}
body {
  font-family: "zen-kaku", sans-serif;
  font-weight: 500;
  line-height: 1;
}
body .sp_br {
  display: none;
}

#page {
  position: relative;
  z-index: -1;
  height: 0;
}
#page.open {
  display: block;
  z-index: 1;
  height: auto;
}

header {
  margin: 0 auto;
  padding: 19px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
header .header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 17px;
}
header .header_nav a {
  display: block;
  margin: 0 0 0 11px;
  transition: 0.5s;
  opacity: 1;
  font-family: "jost", sans-serif;
  letter-spacing: 0.04em;
}
header .header_nav a.contact {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  padding: 7px 24px;
  border: 1px solid #000;
}
header .header_nav a.contact:hover {
  background-color: #fff;
  color: #000;
}
header .header_nav a:not(.contact):hover {
  opacity: 1;
  color: #aaa;
  transition: 0.5s;
}
header .header_nav .menu_button {
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
header .header_nav .menu_button span {
  width: 100%;
  border-top: 1px solid #000;
  display: block;
}
header .header_nav .menu_button:hover {
  cursor: pointer;
}
header.nav_hide .header_nav > a:not(.contact) {
  opacity: 0;
  transition: 0.5s;
}
header .header_slide_nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
  visibility: hidden;
}
header .header_slide_nav .slide_nav_content {
  background-color: #000;
  width: 320px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 38px 35px;
  overflow-y: auto;
  position: relative;
}
header .header_slide_nav .slide_nav_content .top_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header_slide_nav .slide_nav_content .top_wrap a.contact {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding: 7px 27px;
  display: block;
  font-family: "jost", sans-serif;
}
header .header_slide_nav .slide_nav_content .top_wrap .menu_button {
  width: 32px;
  height: 30px;
  position: relative;
  margin: 0 0 0 17px;
}
header .header_slide_nav .slide_nav_content .top_wrap .menu_button:hover {
  cursor: pointer;
}
header .header_slide_nav .slide_nav_content .top_wrap .menu_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-top: 1px solid #ffffff;
  display: block;
}
header .header_slide_nav .slide_nav_content .top_wrap .menu_button span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(30deg);
}
header .header_slide_nav .slide_nav_content .top_wrap .menu_button span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-30deg);
}
header .header_slide_nav .slide_nav_content .middle_wrap {
  padding: 87px 0 0 0;
}
header .header_slide_nav .slide_nav_content .middle_wrap a {
  display: block;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 16px 13px;
  font-family: "jost", sans-serif;
}
header .header_slide_nav .slide_nav_content .bottom_wrap {
  padding: 0 14px;
  position: absolute;
  bottom: 56px;
}
header .header_slide_nav .slide_nav_content .bottom_wrap a {
  display: block;
  width: 100%;
  margin: 0 0 19px 0;
}
header .header_slide_nav .slide_nav_content .bottom_wrap a.insta_button {
  margin: 0 0 22px 0;
}
header .header_slide_nav .slide_nav_content .bottom_wrap a.has_arrow {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
header .header_slide_nav .slide_nav_content .bottom_wrap a.has_arrow span {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}
header .header_slide_nav .slide_nav_content .bottom_wrap a.has_arrow span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 15px;
  height: 19px;
  background-image: url("../images/common/top_right_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
header .header_slide_nav.open {
  left: 0%;
  right: 0%;
  opacity: 1;
  z-index: 3;
  transition: 0.5s;
  visibility: visible;
}
header .header_slide_nav.open .slide_nav_content {
  transition: 0.5s;
}

footer {
  padding: 109px 0 0 0;
  position: relative;
}
footer .back_move {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
footer .back_move video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
footer .back_move:after {
  content: "";
  background: linear-gradient(to right, #fff 0%, rgba(248, 248, 248, 0.6) 37%, #fff);
  position: absolute;
  top: 0;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .footer_top .footer_title {
  font-size: 82px;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-align: center;
  font-family: "jost", sans-serif;
}
footer .footer_top .footer_sub_title {
  text-align: center;
  padding: 15px 0 0 0;
}
footer .footer_top .footer_sub_title span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0 0 0 38px;
  max-width: 1236px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 18px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
}
footer .footer_top .footer_sub_title span:before {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #FFE600;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer_top .footer_text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding: 37px 0 42px 0;
}
footer .footer_mid {
  text-align: center;
}
footer .footer_mid a {
  display: inline-block;
  padding: 13px 63px 18px;
  font-size: 22px;
  letter-spacing: 0.04em;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  transition: 0.5s;
}
footer .footer_mid a:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
footer .footer_bottom {
  padding: 31px 0 0 0;
  text-align: center;
}
footer .footer_bottom a {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin: 0 14px;
}
footer .footer_bottom a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 15px;
  height: 19px;
  background-image: url("../images/common/bottom_right_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
footer small {
  padding: 114px 0 16px 0;
  display: block;
  text-align: center;
  color: #aaa;
  font-size: 13px;
  font-family: "jost", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  body .sp_br {
    display: block;
  }
  #load_wrap .text_wrap p span {
    font-size: 40px;
  }
  header {
    padding: 19px 19px;
  }
  header .header_nav a:not(.contact) {
    display: none;
  }
  header .header_nav a.contact {
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 6px 16px;
  }
  header .header_nav .menu_button {
    width: 28px;
  }
  header .header_slide_nav .slide_nav_content {
    width: 280px;
    padding: 53px 20px;
  }
  header .header_slide_nav .slide_nav_content .top_wrap a.contact {
    font-size: 13px;
    padding: 7px 17px;
  }
  header .header_slide_nav .slide_nav_content .middle_wrap {
    padding: 84px 0 0 0;
  }
  header .header_slide_nav .slide_nav_content .middle_wrap a {
    font-size: 24px;
    padding: 16px 13px;
  }
  header .header_slide_nav .slide_nav_content .bottom_wrap {
    padding: 110px 0 0 13px;
  }
  footer {
    padding: 115px 0 0 0;
  }
  footer .footer_top .footer_title {
    font-size: 48px;
  }
  footer .footer_top .footer_sub_title {
    padding: 12px 0 0 0;
  }
  footer .footer_top .footer_sub_title span {
    font-size: 13px;
  }
  footer .footer_top .footer_text {
    font-size: 14px;
  }
  footer .footer_top .footer_text br {
    display: none;
  }
  footer .footer_top .footer_text br.sp_br {
    display: block;
  }
  footer .footer_bottom {
    padding: 32px 0 0 0;
  }
  footer .footer_bottom a {
    font-size: 14px;
  }
  footer small {
    padding: 120px 0 23px 0;
  }
}
/*# sourceMappingURL=common.css.map */