body {
  font-family: "Hiragino Mincho ProN", YuMincho, serif;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  background: #000;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 1.111vw;
  }
}
@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
}

.gothic {
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  max-width: 100%;
}

@media (min-width: 641px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .pc-only {
    display: none !important;
  }
}
.c-header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .c-header {
    height: 6.944vw;
  }
}
@media screen and (max-width: 640px) {
  .c-header {
    height: 20.93vw;
  }
}
.c-header > .inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  padding-right: 72px;
  padding-top: 60px;
}
@media screen and (max-width: 1440px) {
  .c-header > .inner {
    padding: 2.083vw;
    padding-right: 5vw;
    padding-top: 4.167vw;
  }
}
@media screen and (max-width: 640px) {
  .c-header > .inner {
    padding: 13.488vw 6.744vw 2.326vw;
  }
}
.c-header h1 {
  width: 160px;
  height: 23px;
  position: absolute;
  top: 48px;
  left: 96px;
}
@media screen and (max-width: 1440px) {
  .c-header h1 {
    width: 11.111vw;
    height: 1.597vw;
    top: 3.333vw;
    left: 6.667vw;
  }
}
@media screen and (max-width: 640px) {
  .c-header h1 {
    width: 22.326vw;
    height: 3.256vw;
    top: 3.721vw;
    left: 4.419vw;
  }
}
.c-header h1 a {
  display: block;
}
.c-header h1 img {
  display: block;
  width: 100%;
}
.c-header nav {
  display: block;
}
.c-header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .c-header nav ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.c-header nav ul li {
  border-left: 1px solid #B1B1B1;
}
@media screen and (max-width: 640px) {
  .c-header nav ul li {
    text-align: center;
    width: 100%;
    height: 4.186vw;
  }
}
.c-header nav ul li a {
  display: block;
  padding: 0 2em;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  color: #B1B1B1;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .c-header nav ul li a {
    font-size: 1.111vw;
    line-height: 1.597vw;
  }
}
@media screen and (max-width: 640px) {
  .c-header nav ul li a {
    padding: 0;
    font-size: 2.326vw;
    line-height: 4.186vw;
    margin: 0 auto;
  }
}
.c-header nav ul li a span {
  position: relative;
}
.c-header nav ul li a span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #B1B1B1;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .c-header nav ul li a span:before {
    bottom: -0.139vw;
  }
}
.c-header nav ul li a:hover span:before {
  opacity: 1;
}
.c-header nav ul li:last-child {
  border-right: 1px solid #B1B1B1;
}
.c-header nav ul li.current a span:before {
  opacity: 1;
}
.c-header nav ul .insta-link a {
  transition: 0.3s;
}
.c-header nav ul .insta-link a span {
  display: block;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 1440px) {
  .c-header nav ul .insta-link a span {
    width: 1.597vw;
    height: 1.597vw;
  }
}
@media screen and (max-width: 640px) {
  .c-header nav ul .insta-link a span {
    width: 4.186vw;
    height: 4.186vw;
    margin: 0 auto;
  }
}
.c-header nav ul .insta-link a span:before {
  content: "";
  display: none;
}
.c-header nav ul .insta-link a span img {
  display: block;
}
.c-header nav ul .insta-link a:hover {
  opacity: 0.6;
}

main {
  display: block;
  position: relative;
}

.scroll {
  position: fixed;
  top: 47.5%;
  right: 33px;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .scroll {
    right: 2.292vw;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    right: 5%;
    top: unset;
    bottom: 3%;
  }
}
.scroll p {
  line-height: 12px;
  transform: rotate(-90deg);
  transform-origin: right;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .scroll p {
    line-height: 0.833vw;
  }
}
@media screen and (max-width: 640px) {
  .scroll p {
    transform: rotate(0deg);
    line-height: 1;
  }
}
.scroll p i {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .scroll p i {
    width: 3.958vw;
    height: 0.833vw;
  }
}
@media screen and (max-width: 640px) {
  .scroll p i {
    display: none;
  }
}
.scroll p i img {
  display: block;
  transform: translateX(0%);
  transition: 0.3s;
}
.scroll p span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #B1B1B1;
  vertical-align: top;
  margin-left: 1em;
}
@media screen and (max-width: 1440px) {
  .scroll p span {
    font-size: 0.833vw;
  }
}
@media screen and (max-width: 640px) {
  .scroll p span {
    font-size: 2.791vw;
    margin-left: 0;
  }
}
.scroll p:hover i img {
  animation: animation01 1s 0s ease none infinite;
}
@keyframes animation01 {
  0% {
    transform: translateX(101%);
  }
  20% {
    transform: translateX(101%);
  }
  100% {
    transform: translateX(0%);
  }
}
.opening {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
  z-index: 20;
}
.opening_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: brightness(130%);
}
.opening_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opening_txt {
  width: 52.08333vw;
  max-width: 751px;
  max-height: 297px;
  position: absolute;
  top: 52.4%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .opening_txt {
    top: 48.2%;
    transform: translateY(-50%);
    left: 5%;
    width: 90%;
  }
}
.opening_txt .inner {
  padding-top: 39.58333%;
  position: relative;
}
.opening_txt .img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: auto;
  padding-top: 7.06667%;
}
.opening_txt .img01 .img_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.opening_txt .img01 img {
  position: absolute;
  top: 0;
  left: 0;
}
.opening_txt .img01 img:nth-child(1) {
  width: 7.73333%;
  max-width: 58px;
  top: 20px;
}
@media screen and (max-width: 1440px) {
  .opening_txt .img01 img:nth-child(1) {
    top: 1.389vw;
  }
}
.opening_txt .img01 img:nth-child(2) {
  width: 35.6%;
  max-width: 267px;
  left: 63.5%;
}
.opening_txt .img02 {
  position: absolute;
  top: 38.5%;
  left: 0;
  width: 100%;
  opacity: 0.01;
}
.opening_txt .img03 {
  position: absolute;
  top: 73.4%;
  left: 90.41278%;
  max-width: 68px;
  width: 9.0666666667%;
  opacity: 0.01;
  transform: translateX(-20%);
  filter: blur(5px);
}
@media screen and (max-width: 1440px) {
  .opening_txt .img03 {
    filter: blur(0.347vw);
  }
}
.opening.show .opening_bg {
  opacity: 1;
  transition: 0.5s opacity;
}
.opening.show .opening_txt {}
.opening.show .opening_txt .img01 .img_wrap {
  top: 0;
  transition: 1s 0.5s top;
}
.opening.show .opening_txt .img02 {
  opacity: 1;
  transition: 1.5s 1.5s opacity;
}
.opening.show .opening_txt .img03 {
  opacity: 1;
  transition: 0.5s 2.5s cubic-bezier(0.095, 0.64, 0.455, 0.94) transform, 0.5s 2.5s cubic-bezier(0.095, 0.64, 0.455, 0.94) filter, 0.5s 2.5s opacity;
  transform: translateX(0);
  filter: blur(0);
}
.opening.show_2 {
  opacity: 0;
  z-index: -1;
  transition: 1.5s 1.5s opacity, 0s 3s z-index;
}
.opening.show_2 .opening_bg {
  opacity: 0;
  transition: 1.5s 0s opacity;
}
.opening.show_2 .opening_txt {
  opacity: 0;
  transition: 1.5s 0s opacity;
}

.slide-box {
  background: #000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.sec_box {
  width: 100%;
  height: 100%;
  height: 100vh !important;
  height: 100dvh !important;
  position: relative;
}
.sec_box > .inner {
  position: absolute;
  top: 30%;
  left: 30%;
  z-index: 2;
  width: 50%;
  color: #B1B1B1;
  text-align: center;
  padding: 1em 1em;
}
@media screen and (max-width: 640px) {
  .sec_box > .inner {
    left: 10%;
    width: 80%;
    top: 50%;
  }
}
.sec_box > .inner.p-right {
  width: 40%;
  left: 53.5%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sec_box > .inner.p-right {
    left: 0;
    width: 100%;
    padding: 0 6.977vw;
  }
}
.sec_box > .inner p {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
}
@media screen and (max-width: 1440px) {
  .sec_box > .inner p {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 640px) {
  .sec_box > .inner p {
    font-size: 2.791vw;
    line-height: 1.5;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
  }
}
.sec_box .sec_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec_box .sec_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_box .screenshots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0.5;
  display: none;
}
.sec_box .screenshots img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h2_01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #B1B1B1;
  text-align: left;
  padding-left: 35px;
  margin-bottom: 34px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .h2_01 {
    font-size: 1.389vw;
    padding-left: 2.431vw;
    margin-bottom: 2.361vw;
  }
}
@media screen and (max-width: 640px) {
  .h2_01 {
    font-size: 3.721vw;
    padding-left: 6.977vw;
    margin-bottom: 6.047vw;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
  }
}
.h2_01:before {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/h2_icon.svg) no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .h2_01:before {
    width: 1.667vw;
    height: 1.944vw;
  }
}
@media screen and (max-width: 640px) {
  .h2_01:before {
    width: 4.651vw;
    height: 5.581vw;
  }
}
.h2_01 span {
  line-height: 28px;
}
@media screen and (max-width: 1440px) {
  .h2_01 span {
    line-height: 1.944vw;
  }
}
@media screen and (max-width: 640px) {
  .h2_01 span {
    line-height: 5.581vw;
  }
}

.slide01 {
  width: 100%;
}
.slide01 ul {
  width: 100%;
}
.slide01 ul li {
  display: block;
}
.slick-slider {
  -ms-touch-action: auto;
  touch-action: auto;
}
.slick-slider .inner {
  opacity: 0.9 !important;
  transition: 1.5s opacity;
}
.slick-slider .sec_bg {
  filter: brightness(30%);
  transition: 1.5s 0.3s filter;
}
@media screen and (max-width: 640px) {
  .slick-slider .sec_bg {
    transition: 1s 0.2s filter;
  }
}
.slick-slider .slick-current .inner {
  opacity: 1 !important;
}
.slick-slider .slick-current .sec_bg {
  filter: brightness(150%);
}
@media screen and (max-width: 640px) {
  .slick-slider .slick-current .sec_bg {
    filter: brightness(130%);
  }
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 1%;
  right: 1%;
  color: #fff;
  z-index: -1;
}
.slick-slider .slick-next {
  top: 5%;
}
.slick-slider .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider.slick-vertical .slick-slide {
  border: none;
}

.sec01 .inner {
  top: 30%;
}
.sec02 .inner {
  top: 32.8%;
}
@media screen and (max-width: 640px) {
  .sec02 .inner {
    top: 59%;
  }
}
.sec03 .inner {
  top: 25.5%;
}
@media screen and (max-width: 640px) {
  .sec03 .inner {
    top: unset;
    bottom: 0;
    padding-bottom: 21.5% !important;
  }
}
.sec03 .en_txt {
  margin-top: 60px;
  padding-top: 53px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sec03 .en_txt {
    margin-top: 4.167vw;
    padding-top: 3.681vw;
  }
}
@media screen and (max-width: 640px) {
  .sec03 .en_txt {
    margin-top: 12.791vw;
    padding-top: 9.535vw;
  }
}
.sec03 .en_txt:before {
  content: "";
  display: block;
  width: 41px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B1B1B1;
  opacity: 1;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .sec03 .en_txt:before {
    width: 2.847vw;
  }
}
@media screen and (max-width: 640px) {
  .sec03 .en_txt:before {
    width: 8.372vw;
  }
}

.sec04 .inner {
  top: 36.5%;
}
@media screen and (max-width: 640px) {
  .sec04 .inner {
    top: 59%;
  }
}
.sec04 .box01 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
}
@media screen and (max-width: 1440px) {
  .sec04 .box01 dl {
    margin-bottom: 0.417vw;
  }
}
@media screen and (max-width: 640px) {
  .sec04 .box01 dl {
    margin-bottom: 0.93vw;
  }
}
.sec04 .box01 dl dt, .sec04 .box01 dl dd {
  font-size: 14px;
  font-weight: normal;
  color: #B1B1B1;
  padding-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .sec04 .box01 dl dt, .sec04 .box01 dl dd {
    font-size: 0.972vw;
    padding-bottom: 0.694vw;
  }
}
@media screen and (max-width: 640px) {
  .sec04 .box01 dl dt, .sec04 .box01 dl dd {
    font-size: 2.791vw;
    padding-bottom: 1.628vw;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
  }
}
.sec04 .box01 dl dt {
  width: 3.5em;
}
.sec04 .box01 dl dd {
  width: calc(100% - 4em);
}
.sec05 .inner {
  top: 28.3%;
}
@media screen and (max-width: 640px) {
  .sec05 .inner {
    top: 59%;
  }
}
.sec05 .address .zip {
  margin-bottom: 13px;
}
@media screen and (max-width: 1440px) {
  .sec05 .address .zip {
    margin-bottom: 0.903vw;
  }
}
@media screen and (max-width: 640px) {
  .sec05 .address .zip {
    margin-bottom: 1.86vw;
  }
}
.sec05 .address .zip span {
  display: inline-block;
}
.sec05 .address .zip span + span {
  margin-left: 0.3em;
}
@media screen and (max-width: 640px) {
  .sec05 .address .zip span + span {
    margin-left: 0.3em;
  }
}
.sec05 .address .map_link {
  margin-left: 9px !important;
}
@media screen and (max-width: 1440px) {
  .sec05 .address .map_link {
    margin-left: 0.625vw !important;
  }
}
@media screen and (max-width: 640px) {
  .sec05 .address .map_link {
    margin-left: 1.86vw !important;
  }
}
.sec05 .address .map_link a {
  display: block;
  text-decoration: underline;
}
.sec05 .address .tel span {
  margin-left: 9px;
}
@media screen and (max-width: 1440px) {
  .sec05 .address .tel span {
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 640px) {
  .sec05 .address .tel span {
    margin-left: 1.86vw;
  }
}
.sec05 .address .tel a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .sec05 .address .tel a {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 640px) {
  .sec05 .address .tel a {
    font-size: 2.791vw;
  }
}

.sec06 .inner {
  top: 32.8%;
}
@media screen and (max-width: 640px) {
  .sec06 .inner {
    top: 59%;
  }
}
.sec06 .tel {
  margin-top: 6px;
}
@media screen and (max-width: 1440px) {
  .sec06 .tel {
    margin-top: 0.417vw;
  }
}
.sec06 .tel span {
  margin-left: 9px;
}
@media screen and (max-width: 1440px) {
  .sec06 .tel span {
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 640px) {
  .sec06 .tel span {
    margin-left: 1.86vw;
  }
}
.sec06 .tel a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .sec06 .tel a {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 640px) {
  .sec06 .tel a {
    font-size: 2.791vw;
  }
}
.sec06 .form {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .sec06 .form {
    margin-top: 3.472vw;
  }
}
@media screen and (max-width: 640px) {
  .sec06 .form {
    margin-top: 6.977vw;
  }
}
.sec06 .form h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1440px) {
  .sec06 .form h3 {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 640px) {
  .sec06 .form h3 {
    font-size: 2.791vw;
  }
}
.sec06 .form .s {
  font-size: 13px;
}
@media screen and (max-width: 1440px) {
  .sec06 .form .s {
    font-size: 0.903vw;
  }
}
@media screen and (max-width: 640px) {
  .sec06 .form .s {
    font-size: 2.558vw;
  }
}
.sec06 .form .form_link {
  margin: 0.5em 0;
}
.sec06 .form .form_link a {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .sec06 .form .form_link a {
    font-size: 0.972vw;
  }
}
@media screen and (max-width: 640px) {
  .sec06 .form .form_link a {
    font-size: 2.791vw;
  }
}

.c-footer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 5%;
  height: 100%;
  text-align: center;
}
.c-footer .copyright {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #B1B1B1;
  position: absolute;
  top: 50%;
  left: 40px;
  white-space: nowrap;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
}
@media screen and (max-width: 1440px) {
  .c-footer .copyright {
    font-size: 0.833vw;
    left: 2.778vw;
  }
}
@media screen and (max-width: 640px) {
  .c-footer .copyright {
    left: 4.651vw;
  }
}
