@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background-color: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: justify;
  min-width: 1334px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: unset;
  }
}
main,
header,
footer,
section {
  display: block;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.mainCnt {
  display: block;
  width: calc(100% - 50px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cmnVertBar {
  position: relative;
  padding-right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  z-index: 10;
}
.cmnVertBar:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1px solid #000000;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.cmnVertBar.barIn:before {
  width: 180px;
}
.cmnVertBar__txt {
  font-size: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  letter-spacing: 0;
  font-weight: bold;
  letter-spacing: 0.27em;
}

.mask-bg {
  color: transparent !important;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0ms 450ms;
  transition: color 0ms 450ms;
}
.mask-bg:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 101%);
          transform: translate(0, 101%);
}
.mask-bg__mv:after {
  background: -webkit-gradient(linear, left top, right top, from(#6fc6a5), color-stop(50%, #77acb3), to(#5c94c4));
  background: linear-gradient(to right, #6fc6a5 0%, #77acb3 50%, #5c94c4 100%);
}
.mask-bg__mv.is-animated {
  color: #ededed !important;
}
.mask-bg__mv.is-animated:after {
  -webkit-animation: mask-bg 0.9s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg 0.9s cubic-bezier(0.8, 0, 0.17, 1);
}
.mask-bg__txtBlk:after {
  background: -webkit-gradient(linear, left top, right top, from(#6fc6a5), color-stop(50%, #77acb3), to(#5c94c4));
  background: linear-gradient(to right, #6fc6a5 0%, #77acb3 50%, #5c94c4 100%);
}
.mask-bg__txtBlk.is-animated {
  color: #000 !important;
}
.mask-bg__txtBlk.is-animated:after {
  -webkit-animation: mask-bg 0.9s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg 0.9s cubic-bezier(0.8, 0, 0.17, 1);
}
@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translate(0, 101%);
            transform: translate(0, 101%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@keyframes mask-bg {
  0% {
    -webkit-transform: translate(0, 101%);
            transform: translate(0, 101%);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

.bg .bg-wrap {
  position: relative;
  display: inline-block;
}
.bg .bg-wrap .inn {
  color: transparent;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.bg.is-animated .bg-wrap:before {
  -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.bg.is-animated .inn {
  color: #fff;
}
@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.fade0 {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.fade0In {
  -webkit-animation: fade0In 0.9s ease 0s both;
          animation: fade0In 0.9s ease 0s both;
}

@-webkit-keyframes fade0In {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade0In {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade1 {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.fade1In {
  -webkit-animation: fade1In 0.9s ease 0.5s both;
          animation: fade1In 0.9s ease 0.5s both;
}

@-webkit-keyframes fade1In {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade1In {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.header__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 62px 0;
  width: calc(100% - 106px);
  margin-left: auto;
  margin-right: auto;
}
.header__cnt--logoArea {
  width: 200px;
}
.header__cnt--logoArea--link {
  display: block;
}
.header__cnt--logoArea--img {
  display: block;
}
.header__cnt nav {
  padding-right: 19px;
}
.header__cnt--list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__cnt--list--item:not(:last-of-type) {
  margin-right: 32px;
}
.header__cnt--list--item--link {
  padding: 5px 5px;
  display: block;
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: bold;
  position: relative;
}
.header__cnt--list--item--link:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__cnt--list--item--link:hover:after {
  width: 100%;
}
.header__cnt--spanBox {
  width: 30px;
  height: 10px;
  position: relative;
  right: 20px;
}
.header__cnt--spanBox span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 100%;
  background-color: #000;
}
.header__cnt--spanBox span:first-of-type {
  top: 0;
}
.header__cnt--spanBox span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.header__cnt--spanBox span:last-of-type {
  bottom: 0;
}
.header__spNav {
  position: fixed;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__spNav.on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__spNav--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 29px 0;
}
.header__spNav--head--close {
  position: relative;
  width: 30px;
  height: 25px;
}
.header__spNav--head--close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.header__spNav--head--close span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__spNav--head--close span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__spList--item--link {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 5px 5px;
  display: block;
}

@media screen and (max-width: 1000px) {
  .header__cnt {
    width: calc(100% - 46px);
  }
  .header__cnt--logoArea {
    width: 140px;
  }
  .header__cnt--list--item:not(:last-of-type) {
    margin-right: 19px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
    top: -1px;
  }
  .header__cnt {
    padding: 29px 0px;
    width: 100%;
  }
  .header__cnt--logoArea {
    width: 174px;
    margin-left: 27px;
    z-index: 100;
  }
  .header__cnt nav {
    position: fixed;
    width: 100vw;
    top: 0px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    height: 100vh;
    padding-right: 0;
  }
  .header__cnt nav.on {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header__cnt--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding: 101px 26px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
  }
  .header__cnt--list--item {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    margin-left: 50px !important;
  }
  .header__cnt--list--item:not(:last-of-type) {
    padding: 0;
    margin: 0;
  }
  .header__cnt--list--item:not(:first-of-type) {
    margin-top: 23px;
  }
  .header__cnt--list--item--link {
    font-size: 1.6rem;
    padding: 10px 5px;
    text-align: left;
  }
  .header__cnt--spanBox span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__cnt--spanBox.on span {
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .header__cnt--spanBox.on span:first-of-type {
    -webkit-transform: rotate(45deg) translate(-7px, 14px);
            transform: rotate(45deg) translate(-7px, 14px);
  }
  .header__cnt--spanBox.on span:nth-of-type(2) {
    opacity: 0;
  }
  .header__cnt--spanBox.on span:last-of-type {
    -webkit-transform: rotate(-45deg) translate(-7px, -14px);
            transform: rotate(-45deg) translate(-7px, -14px);
  }
  .header .reserveBtn {
    margin-top: 63px;
    width: 100%;
  }
  .header .reserveBtn__btn {
    width: 100%;
  }
}
.js-bgNav {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: hidden;
  z-index: -10;
  z-index: 9990;
  background-color: transparent;
  display: none;
}
.js-bgNav.on {
  background-color: rgba(0, 0, 0, 0.4);
}

.footer {
  height: 1000px;
}

.fixedNav {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-66%);
          transform: translateY(-66%);
  width: 50px;
  padding: 15px 5px;
}
.fixedNav__container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.toTop {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 10.3%;
  width: 60px;
  opacity: 0;
}

.sectionSwiper {
  /* 画像サイズ調整 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.sectionSwiper .mainSwiper {
  position: relative;
}
.sectionSwiper .swiper-slide {
  height: auto;
}
.sectionSwiper .swiper-slide img {
  height: auto;
  width: 100%;
}
.sectionSwiper .swiper-button-prev,
.sectionSwiper .swiper-button-next {
  height: 50px;
  width: 50px;
}
.sectionSwiper .swiper-button-prev {
  left: 5.6%;
}
.sectionSwiper .swiper-button-next {
  right: 5.6%;
}
.sectionSwiper .swiper-button-prev:after,
.sectionSwiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.sectionSwiper .swiper-button-prev:after {
  background-image: url(../img/swipe_prev.svg);
}
.sectionSwiper .swiper-button-next:after {
  background-image: url(../img/swipe_next.svg);
}
.sectionSwiper .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
}
/*# sourceMappingURL=common.css.map */