@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&family=Noto+Sans+JP:wght@300&display=swap");
/********************/
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Noto Sans JP", sans-serif;
  font: 16px "Noto Sans JP", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #F9F9F9;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #F9F9F9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #13121B;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-05em {
  margin-bottom: 0.5em;
}

.u-inline-block {
  display: inline-block;
}

.u-text-plane {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .u-text-plane {
    font-size: 1.2rem;
  }
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
  height: auto;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
component > btn
------------------------------
*/
.c-btn-scroll {
  position: absolute;
  width: 10px;
  left: 17px;
  top: 70%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: sk-scroll 2s infinite ease-in-out;
          animation: sk-scroll 2s infinite ease-in-out;
}
.c-btn-scroll:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-btn-scroll {
    width: 8px;
    left: 14px;
  }
}

@-webkit-keyframes sk-scroll {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}

@keyframes sk-scroll {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.c-btn-salon {
  display: block;
  text-align: center;
}
.c-btn-salon:hover .c-btn-salon-slash {
  opacity: 0.8;
}
.c-btn-salon:hover .c-btn-salon-slash::before {
  left: -5px;
}
.c-btn-salon:hover .c-btn-salon-slash::after {
  right: -5px;
}
.c-btn-salon:hover .c-btn-salon-arrow::after {
  margin-left: 1.5em;
}
.c-btn-salon .c-btn-salon-slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-salon .c-btn-salon-slash {
    display: block;
    text-align: center;
    margin: auto;
  }
}
.c-btn-salon .c-btn-salon-slash::before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #F1F1F1;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-salon .c-btn-salon-slash::before {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    height: 100px;
    top: 5px;
    left: 5px;
  }
}
.c-btn-salon .c-btn-salon-slash::after {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #F1F1F1;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-salon .c-btn-salon-slash::after {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    height: 100px;
    top: 5px;
  }
}
.c-btn-salon .c-btn-salon-logo {
  width: 158px;
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  .c-btn-salon .c-btn-salon-logo {
    width: 140px;
    margin: 0 auto 5px;
    margin-right: auto;
    padding-right: 5px;
  }
}
.c-btn-salon .c-btn-salon-text {
  width: 397px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .c-btn-salon .c-btn-salon-text {
    max-width: calc(100% - 70px);
    margin: 0 auto;
    margin-right: auto;
    padding-right: 5px;
  }
}
.c-btn-salon .c-btn-salon-arrow {
  color: #DEAF7D;
  font-size: 2.1rem;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.42em;
  margin-top: 0.75em;
}
.c-btn-salon .c-btn-salon-arrow::after {
  content: "";
  background: url("../img/top/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 1.5em;
  height: 1em;
  margin-left: 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-salon .c-btn-salon-arrow {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 428px) {
  .c-btn-salon .c-btn-salon-arrow {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
}

.c-btn-reserve {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.36em;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-reserve {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 428px) {
  .c-btn-reserve {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    height: 180px;
  }
}
.c-btn-reserve::before {
  content: "";
  background: url("../img/top/img_reserve.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-reserve::before {
    background-image: url("../img/top/img_reserve-sp.jpg");
  }
}
.c-btn-reserve:hover::before {
  opacity: 0.7;
}
.c-btn-reserve--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  padding: 0 0.5em 0.25em;
}
.c-btn-reserve--inner::before {
  content: "";
  background: url("../img/top/ico_reserve.svg") no-repeat left center;
  background-size: contain;
  width: 1em;
  height: 1.5em;
  display: inline-block;
  margin-right: 0.75em;
}
.c-btn-reserve--text {
  color: #DEAF7D;
  position: relative;
  text-align: center;
  text-indent: 0.2em;
  margin-bottom: 0.75em;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-btn-reserve--text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 428px) {
  .c-btn-reserve--text {
    font-size: 1.2rem;
  }
}

/*!
component > title
------------------------------
*/
.c-title-impact {
  color: #DEAF7D;
  text-align: center;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .c-title-impact {
    font-size: 1.8rem;
  }
}

.c-title-equipment {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10rem;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-title-equipment {
    font-size: 5rem;
  }
}
.c-title-equipment-en {
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.05em;
  display: inline-block;
}
.c-title-equipment-jp {
  font-size: 2.2rem;
  font-weight: 400;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .c-title-equipment-jp {
    font-size: 1.6rem;
  }
}

.c-title-en {
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-title-en {
    font-size: 2.6rem;
  }
}

.c-title-jp {
  color: #DEAF7D;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-title-jp {
    font-size: 1.6rem;
  }
}

.c-title-content-en {
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.3em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .c-title-content-en {
    font-size: 1.4rem;
  }
}

.c-title-content-jp {
  color: #DEAF7D;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-title-content-jp {
    font-size: 1.6rem;
  }
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 86%;
  margin: auto;
}

.l-container-l {
  max-width: 1200px;
}

.l-container-m {
  max-width: 1100px;
}

.l-container-s {
  max-width: 760px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: absolute;
  width: 100%;
  height: 38px;
  top: 30px;
  left: 0;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  header {
    top: 20px;
    height: 30px;
  }
}

.header-logo {
  margin: auto;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 140px;
  }
}

/*!
layout > footer
------------------------------
*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 22px;
  background-color: #000;
}

.footer-copy {
  text-align: center;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer-copy aside {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer-copy aside {
    font-size: 1rem;
  }
}

/*!
page > top
------------------------------
*/
.top-fv {
  width: 100%;
  height: 100%;
  min-height: 1040px;
  max-height: 100vh;
  position: relative;
  padding-bottom: 75px;
}
@media screen and (max-width: 1100px) {
  .top-fv {
    min-height: 920px;
  }
}
@media screen and (max-width: 768px) {
  .top-fv {
    min-height: 680px;
  }
}
@media screen and (max-width: 428px) {
  .top-fv {
    min-height: 460px;
    padding-bottom: 0;
  }
}

.top-fv-inner {
  position: absolute;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
}

.top-fv-txt {
  position: absolute;
  width: 32%;
  max-width: 180px;
  top: 192px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-animation: show 2.5s both;
          animation: show 2.5s both;
}
@media screen and (max-width: 768px) {
  .top-fv-txt {
    top: 100px;
    max-width: 150px;
  }
}

.top-fv-car {
  position: absolute;
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 967px;
  width: 88%;
  margin: auto;
  -webkit-animation: show 2.5s both;
          animation: show 2.5s both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 428px) {
  .top-fv-car {
    bottom: 30px;
  }
}

.top-fv-title {
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  -webkit-animation: show 3s both;
          animation: show 3s both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-fv-opt {
  text-align: center;
  font-size: 1.3rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  margin: 1.5em auto;
  -webkit-animation: show 3s both;
          animation: show 3s both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .top-fv-opt {
    font-size: 1rem;
  }
}

.top-impact {
  margin: 80px auto 65px;
}
@media screen and (max-width: 768px) {
  .top-impact {
    margin: 50px auto 50px;
  }
}
@media screen and (max-width: 428px) {
  .top-impact {
    margin: 40px auto;
  }
}

.top-impact-lead {
  color: #fff;
  text-align: center;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .top-impact-lead {
    font-size: 1.8rem;
  }
}

.top-impact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 860px) {
  .top-impact-inner {
    display: block;
  }
}

.top-impact-title {
  font-size: 4.7rem;
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  width: 340px;
}
@media screen and (max-width: 860px) {
  .top-impact-title {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-impact-title {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.top-impact-title--1 {
  display: inline-block;
  letter-spacing: 0.4em;
  margin: 0 0.2em;
}
@media screen and (max-width: 428px) {
  .top-impact-title--1 {
    text-align: center;
    text-indent: 0.4em;
  }
}
.top-impact-title--2 {
  display: inline-block;
  letter-spacing: 0.34em;
  margin: 0 0.2em;
}
@media screen and (max-width: 428px) {
  .top-impact-title--2 {
    text-align: center;
    text-indent: 0.34em;
  }
}
.top-impact-title--3 {
  display: inline-block;
  margin: 0 0.2em;
}
@media screen and (max-width: 428px) {
  .top-impact-title--3 {
    text-align: center;
  }
}

.top-impact-text {
  width: calc(100% - 340px);
  line-height: 2.7;
  font-size: 1.4rem;
}
@media screen and (max-width: 860px) {
  .top-impact-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-impact-text {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.top-base {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
  margin-top: 3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-base {
    font-size: 1.2rem;
  }
}
.top-base h2 {
  font-weight: 300;
}

.top-base-car {
  position: absolute;
  width: 55.3%;
  right: -20%;
  bottom: -160px;
  z-index: 3;
}
@media screen and (max-width: 428px) {
  .top-base-car {
    bottom: -110px;
    width: 70%;
  }
}

.top-equipment {
  margin: 80px auto 70px;
  padding: 100px 0 0;
  background: url("../img/top/bg_equipment.jpg") no-repeat top center;
  background-size: 100% 50%;
}
@media screen and (max-width: 768px) {
  .top-equipment {
    margin: 80px auto 40px;
    padding: 50px 0 0;
    background-size: 100% 70%;
  }
}

.top-equipment-title {
  width: 213px;
  height: 11px;
  margin-bottom: 5px;
}

.top-equipment-slide {
  position: relative;
}
.top-equipment-slide .splide__pagination {
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 54.5%;
}
@media screen and (max-width: 428px) {
  .top-equipment-slide .splide__pagination {
    bottom: 10px;
  }
}
.top-equipment-slide .splide__pagination li {
  width: 25%;
}
.top-equipment-slide .splide__pagination li button {
  width: calc(100% - 2px);
  height: 5px;
  background-color: #13121B;
  border: none;
  outline: none;
  margin: auto;
  -webkit-transition: 1s;
  transition: 1s;
}
.top-equipment-slide .splide__pagination li button.is-active {
  background-color: #F1F1F1;
}
.top-equipment-slide .splide__pagination li button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 428px) {
  .top-equipment-slide .splide__pagination li button {
    height: 3px;
  }
}

.top-equipment-slide-item img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top-equipment-slide-item img {
    border-radius: 3px;
  }
}

.top-bed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .top-bed {
    display: block;
    margin: 0 auto 45px;
  }
}

.top-bed-left {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .top-bed-left {
    width: 100%;
  }
}

.top-bed-right {
  width: calc(100% - 310px);
}
@media screen and (max-width: 768px) {
  .top-bed-right {
    width: 100%;
    margin-top: 10px;
  }
}

.top-bed-image {
  margin: 40px auto 0;
  /*figure{
  	width: 23.4%;
  	img{
  		@include g.radius;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .top-bed-image {
    margin: 20px auto 0;
  }
}

.top-bed-item {
  display: grid;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 20px;
  grid-template-columns: 47% 1fr;
  margin: 50px auto 0;
  /*@include g.maxmq(lg){
  	grid-template-columns: 1fr;
  }*/
}
@media screen and (max-width: 1100px) {
  .top-bed-item {
    grid-template-columns: 50% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-bed-item--inner {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 10px;
}
@media screen and (max-width: 1100px) {
  .top-bed-item--inner {
    grid-column: 2/3;
    align-self: flex-end;
  }
}
.top-bed-item--image {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 1100px) {
  .top-bed-item--image {
    grid-row: 1/2;
  }
}
.top-bed-item--image img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top-bed-item--image img {
    border-radius: 3px;
  }
}
.top-bed-item--text {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 1100px) {
  .top-bed-item--text {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.top-floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 80px;
}
@media screen and (max-width: 860px) {
  .top-floor {
    display: block;
    margin: 0 auto 50px;
  }
}
.top-floor .top-floor-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 365px;
}
@media screen and (max-width: 860px) {
  .top-floor .top-floor-text {
    width: 100%;
  }
}
.top-floor .top-floor-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 415px);
}
@media screen and (max-width: 860px) {
  .top-floor .top-floor-image {
    width: 100%;
    margin-top: 20px;
  }
}
.top-floor .top-floor-image img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top-floor .top-floor-image img {
    border-radius: 3px;
  }
}

.top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .top-content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 428px) {
  .top-content {
    display: block;
    margin-top: 60px;
  }
}

.top-content-item {
  display: grid;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  grid-template-columns: 40% 1fr;
}
@media screen and (max-width: 768px) {
  .top-content-item {
    grid-template-columns: 40% 1fr;
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
}
.top-content-item--title {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .top-content-item--title {
    grid-column: 1/2;
    text-align: right;
    align-self: flex-end;
  }
}
.top-content-item--text {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .top-content-item--text {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 1em;
  }
}
.top-content-item figure {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .top-content-item figure {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.top-content-item figure img {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top-content-item figure img {
    border-radius: 3px;
  }
}

/*.top-content-item{
	width: 30.9%;
	margin-bottom: 50px;
	@include g.maxmq(ml){
		width: 46.5%;
	}
	@include g.maxmq(sm){
		width: 80%;
		margin: auto;
		margin-bottom: 25px;
	}
	figure{
		img{
			@include g.radius;
		}
	}
}*/
.top-caution {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 60px auto 20px;
}
@media screen and (max-width: 768px) {
  .top-caution {
    font-size: 1rem;
    margin: 30px auto 10px;
  }
}

.top-reserve {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.top-reserve--margin {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-reserve--margin {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */