@charset "UTF-8";
/*
  hero
————————————————————————————————————————— */
.p-hero__wrap {
  position: relative;
}

.p-hero__wrap.-second {
  position: relative;
  margin: 0 auto;
  padding: 5.625rem 0;
}

.p-hero__figure {
  max-width: 147px;
  margin: 0 auto 1.5rem;
}
.p-hero__figure img {
  width: 100%;
  display: block;
  height: auto;
}

.p-hero__title {
  font-family: "gotham";
  font-size: 3.4375rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: center;
  color: #212121;
}
.p-hero__title span {
  display: block;
  font-size: 1.25rem;
  line-height: 2.5;
  letter-spacing: 0.2em;
  text-align: center;
  color: #474645;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}

.p-hero__title2 {
  /*
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic",
      "メイリオ", "Meiryo", sans-serif;
  */
  font-size: 3.4375rem;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-align: center;
  color: #fff;
}
.p-hero__title2 span {
  font-family: "gotham";
  display: block;
  font-size: 1.25rem;
  line-height: 2.5;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-hero__title3 {
  font-family: "gotham";
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000;
}
.p-hero__title3 img {
  max-width: 385px;
  margin-top: 3.125rem;
}

.p-hero__head {
  position: relative;
  margin: 0 auto;
  padding: 4rem 0;
}

.p-hero__head.-outline {
  background-color: #d19f40;
}

.p-hero__head.-general {
  background-color: #4f9fb5;
}

.p-hero__head.-request {
  background-color: #4fb592;
}

.p-hero__head.-intro {
  background-color: #dbce6b;
  box-sizing: border-box;
  padding: 7rem 0;
}

.p-hero__head.-contact {
  background-color: #be7db5;
}

.p-hero__head.-event {
  background-color: #93b147;
}

.p-hero__head.-reservation {
  background-color: #d65c51;
}

.-general .p-hero__title2 {
  font-size: 1.9rem;
}

.-intro .p-hero__title2 {
  font-size: 1.875rem;
}

.-event .p-hero__title2 {
  font-size: 1.9rem;
}

.-contact .p-hero__title2 {
  font-size: 1.9rem;
}
.-contact .p-hero__title2 span {
  font-size: 1.125rem;
}

.-reservation .p-hero__title2 {
  font-size: 1.9rem;
}
.-reservation .p-hero__title2 span {
  font-size: 1.125rem;
}

.-request .p-hero__title2 {
  font-size: 1.9rem;
}
.-request .p-hero__title2 span {
  font-size: 1.125rem;
}

.p-hero__figure2 {
  max-width: 265px;
  margin: 0 auto 3.75rem;
}
.p-hero__figure2 img {
  width: 100%;
}

.p-hero__figure3 img {
  width: 100%;
  max-width: 95px;
  display: block;
  margin: 0 auto 1.5rem;
}
.p-hero__figure3 span {
  font-family: "gotham";
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: 0.15em;
  text-align: center;
}

.p-hero__title4 {
  margin-bottom: 3.75rem;
  margin-top: 3.375rem;
}

.p-hero__title4-figure {
  max-width: 340px;
  margin: 0 auto;
}
.p-hero__title4-figure img {
  width: 100%;
}

.p-hero__main-vis {
  padding: 9px;
  box-sizing: border-box;
}
.p-hero__main-vis img {
  width: 100%;
}

/* ======================
プリローダー
=========================*/
#wrapper {
  width: 100%;
}

.unload {
  /* height: 100vh; */
  overflow: hidden;
}

.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  box-sizing: border-box;
  padding: 9px;
}

.start-img {
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1.5s ease-in 0s;
}

/* ======================
スライダー
=========================*/
.-reform .p-hero__figure {
  max-width: unset;
  margin: unset;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
.swiper-container .swiper-wrapper .swiper-slide-prev img,
.swiper-container .swiper-wrapper .swiper-slide-active img,
.swiper-container .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 30s;
  animation-fill-mode: forwards;
}

.p-hero__catch-box {
  max-width: 256px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}

.p-hero__catch-img img {
  width: 100%;
}

/* ファーストビュー調整 */
.home .l-header {
  height: 100vh;
}

.home .l-header .p-hero__wrap {
  height: 100vh;
}

.home .l-header .p-hero__main-vis {
  height: 100vh;
}

.home .l-header .p-hero__main-vis img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=page-company copy.css.map */