@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap");
@import url("all.css");
/*===============================

共通

================================*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.fade_wrap {
  position: relative;
  margin: 0 auto;
}

.fademovie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fade_text_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fade_text_02 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}

.fade_text_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

.fade_click_inner {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 103%;
  height: 103%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}

.fade_image {
  position: absolute;
  top: 3.5%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 92%;
  height: 92%;
  z-index: 1;
  object-fit: cover;
}

.fade_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fade_click {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.swiper-slide-active .fade_text_01 {
  animation: slideFromText 1s ease 0s 1 normal;
}

.swiper-slide-active .fade_text_02 {
  animation: slideFromText 1s ease 0s 1 normal;
}

.swiper-slide-active .fade_text_inner {
  animation: slideFromWhite 1.5s ease 0s 1 normal;
  animation-fill-mode: forwards;
}

.swiper-slide-active .fade_image {
  animation: slideFromWhite 1.5s ease 0s 1 normal;
  animation-fill-mode: forwards;
}

.swiper-slide-active .fade_movie {
  animation: slideFromRightMovie 555.5s ease 0s 1 normal;
}

.swiper-slide-active .fade_click {
  animation: slideFromClick 1.5s ease 0s 1 normal;
  animation-fill-mode: forwards;
}

.swiper-slide-active .fade_click_inner {
  animation: slideFromWhite 1.5s ease 0s 1 normal;
  animation-fill-mode: forwards;
}

@keyframes slideFromText {
  0%, 25% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideFromClick {
  0%, 25% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideFromWhite {
  0%, 25% {
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    opacity: 0;
  }
}
.main_pc_01 {
  animation-delay: 0.5s;
}

.main_pc_02 {
  animation-delay: 1s;
}

.main_pc_03 {
  animation-delay: 1.5s;
}

.main_pc_04 {
  animation-delay: 2s;
}

.main_pc_05 {
  animation-delay: 2.5s;
}

.main_pc_06 {
  animation-delay: 3s;
}

.main_pc_07 {
  animation-delay: 3.5s;
}

.main_pc_08 {
  animation-delay: 4.5s;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeStay {
  animation-name: fadeStayAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeStayAnime {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mainFrom01 {
  0%, 25% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes mainFrom02 {
  0%, 25% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*
オン・オフ
================================*/
.button2 {
  display: inline-block;
  background: #b37700;
  width: 250px;
  padding: 20px 30px 20px 20px;
  text-align: center;
  color: #FFF;
  margin: 10px;
  border: 1px solid;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .button2 {
    width: 100%;
    margin: 5px 0;
  }
}

.button2::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 20px;
  height: 5px;
  border: none;
  border-right: 2px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: skew(45deg);
  transition: 0.3s;
}

.button2:hover::after {
  right: 10px;
  width: 30px;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: white;
  color: black;
  font-family: "Zen Old Mincho", serif;
  font-weight: 100;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
}

/*
補足
================================*/
.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

.br_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-wrap: wrap;
  }
}

@keyframes index01 {
  0% {
    bottom: -600px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0;
  }
  11% {
    opacity: 0.1;
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.5;
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.4;
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0;
  }
}
@keyframes index02 {
  0% {
    bottom: -400px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  11% {
    opacity: 0.1;
  }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.4;
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2);
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0;
  }
}
.index {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url(../img/index_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .index {
    height: 100vh;
  }
}
.index h1 {
  display: block;
  width: 100%;
  padding: 50px 0 50px;
  color: white;
  font-size: 1.6rem;
  text-align: center;
  text-shadow: #000 2px 0px 2px, #000 -2px 0px 2px, #000 0px -2px 2px, #000 -2px 0px 2px, #000 2px 2px 2px, #000 -2px 2px 2px, #000 2px -2px 2px, #000 -2px -2px 2px, #000 1px 2px 2px, #000 -1px 2px 2px, #000 1px -2px 2px, #000 -1px -2px 2px, #000 2px 1px 2px, #000 -2px 1px 2px, #000 2px -1px 2px, #000 -2px -1px 2px, #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
}
@media screen and (max-width: 767px) {
  .index h1 {
    padding: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.index .logo {
  width: 500px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .index .logo {
    width: 90%;
  }
}
.index .btn {
  max-width: 300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .index .btn {
    max-width: 250px;
  }
}
.index .btn ul {
  display: flex;
}
.index .btn li {
  width: 100%;
}

.index__box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index__box > img {
  width: 100%;
  display: block;
}

.index01 {
  position: absolute;
  right: 0;
  animation: steam01 10s infinite linear;
  opacity: 0;
}

.index02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  opacity: 0;
}

.index03 {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  animation: steam02 12s infinite linear;
  animation-delay: 6s;
  opacity: 0;
}

.index01 img, .index03 img {
  width: 532px;
  height: 800px;
}

.index02 img {
  width: 399px;
  height: 600px;
}

.header {
  background-image: url("../img/header_bg.jpg");
  background-size: 50% auto;
}
@media screen and (max-width: 767px) {
  .header {
    justify-content: center;
  }
}
.header__container {
  position: relative;
  display: flex;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 767px) {
  .header__container {
    display: none;
  }
}
.header h1 {
  display: block;
  padding: 15px 100px;
  font-weight: 300;
  font-size: 1.3rem;
}
.header__tel {
  position: absolute;
  top: 10px;
  right: 100px;
}
.header__tel img {
  height: 25px;
}

header.scroll_nav {
  background-color: rgba(0, 0, 0, 0.9);
  transition: 1.5s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: black;
  color: white;
  font-size: 1.7rem;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 10px 0 15px;
    font-size: 1.5rem;
  }
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 11;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background-color: black;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hamburger {
    right: 10px;
    top: 10px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 10px;
  background: white;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 13px;
}

.hamburger span:nth-child(2) {
  top: 23px;
}

.hamburger span:nth-child(3) {
  top: 33px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 24px;
  left: 10px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 24px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav {
  width: 900px;
  margin: auto;
  padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  nav {
    width: 100%;
    padding: 10px 0 0;
  }
}
nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  nav .container {
    display: block;
  }
}
nav .left-menu ul,
nav .right-menu ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  nav .left-menu ul,
nav .right-menu ul {
    display: none;
  }
}
nav .left-menu ul li,
nav .right-menu ul li {
  display: inline-block;
}
nav .left-menu ul li a,
nav .right-menu ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  font-size: 1.8rem;
  writing-mode: vertical-rl;
  line-height: 2;
}
nav .logo img {
  max-width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  nav .logo img {
    max-width: 150px;
    margin: auto;
    padding: 0 0 10px;
  }
}
nav .tel {
  padding: 25px 0;
  font-size: 2.5rem;
}
nav .open {
  padding: 0 0 25px;
  font-size: 1.3rem;
  line-height: 1.5;
}

/* メニュー背景　*/
nav.globalmenu {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalmenu ul {
  width: 100%;
  padding: 100px 0 0;
}

nav.globalmenu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

nav.globalmenu ul li:last-child {
  padding-bottom: 0;
}

nav.globalmenu ul li:hover {
  background: white;
}

nav.globalmenu ul li:hover a {
  color: black;
}

nav.globalmenu ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-decoration: none;
}

/* クリックでjQueryで追加・削除 */
nav.globalmenu.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}

nav.globalmenu.active .icon {
  display: flex;
  justify-content: center;
}
nav.globalmenu.active .icon img {
  width: auto;
  height: 40px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  nav.globalmenu.active .icon img {
    height: 30px;
    margin-right: 20px;
  }
}

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