@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* color */
/* switching */
/* vw計算 */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
/* フェード */
.mv-slider-tit {
  opacity: 0;
  transition: opacity 1.2s;
}
.mv-slider-tit.on {
  opacity: 1;
}

h2::after {
  opacity: 0;
  transition: opacity 1.2s;
}
h2.on::after {
  opacity: 1;
}

/* フェードアップ */
.shop-cnt-txtcnt-logo {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s, transform 1.2s;
}
.shop-cnt-txtcnt-logo.on {
  transform: translateY(0);
  opacity: 1;
}

/* マスクフェード */
.mv-txt {
  mask-image: linear-gradient(-25deg, transparent, transparent 41.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  mask-size: 100% max(300%, 100vh);
  mask-position: center 100%;
}
.mv-txt.on {
  mask-position: center 0;
  transition: mask-position 1.4s linear;
}

/* フェードテキスト */
h2 > * > * {
  transform: translateY(100%);
  transition: transform 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
h2 > *.on > * {
  transform: translateY(0);
}

/* ===== style.css ===== */
/* -- html -- */
/* -- body -- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.0137581463vw;
  line-height: 1.2;
  color: #1C1C1C;
  background: #FFFBF2 url(../img/bg.webp) repeat-y top center/100% auto;
  /* - headerOpen - */
}
body.headerOpen {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 3.7333333333vw;
  }
}

/* -- load -- */
.load {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: url(../img/load_bg.webp) no-repeat top center/cover;
  z-index: 2000;
  transition: transform 0.6s 0.8s;
}
.load-logo {
  width: 14.0231716148vw;
  transition: transform 0.6s, opacity 0.6s;
}
.load.act {
  transform: translateX(-100%);
}
.load.act .load-logo {
  opacity: 0;
  transform: translateY(30%);
}
@media screen and (max-width: 900px) {
  .load {
    background: url(../img/load_bg_sp.webp) no-repeat top center/cover;
  }
  .load-logo {
    width: 40.8346666667vw;
  }
}

/* -- wrapper -- */
#wrapper {
  overflow-x: hidden;
  background: url(../img/bg_img.svg) no-repeat top center/100% auto;
}
@media screen and (max-width: 900px) {
  #wrapper {
    background: url(../img/bg_img_sp.svg) no-repeat top center/100% auto;
  }
}

/*
    tag
*/
a {
  color: #1C1C1C;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  width: 100%;
  height: auto;
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    header
*/
.header {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1000;
  /* -- logo -- */
  /* -- gnav -- */
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  height: 8.3272990587vw;
  padding: 0 3.5481535119vw 0 1.0861694424vw;
  background: url(../img/header_bg.webp) no-repeat 0 0/100% auto;
}
.header-logo {
  position: relative;
  padding-top: 1.2309920348vw;
  width: 11.5133960898vw;
  z-index: 20;
}
.header-gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* - btn - */
  /* - cnt - */
}
@media screen and (min-width: 901px) {
  .header-gnav-btn {
    display: none;
  }
}
.header-gnav-cnt-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1.5206372194vw;
}
.header-gnav-cnt-list li:not(:last-child) {
  margin-right: 2.8240405503vw;
}
.header-gnav-cnt-list li a {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.092em;
}
.header-gnav-cnt-list li a::before {
  display: inline-block;
  position: relative;
  top: -0.0724112962vw;
  margin-right: 0.8689355539vw;
  width: 0.7067342505vw;
  height: 0.6270818248vw;
  background: url(../img/arrow.svg) no-repeat 0 0/100% auto;
  content: "";
}
@media screen and (min-width: 901px) {
  .header-gnav-cnt {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  .header {
    display: block !important;
    left: auto;
    margin: 0;
    /* -- logo -- */
    /* -- gnav -- */
  }
  .header-inner {
    display: block;
    height: auto;
    padding: 0;
    background: none;
  }
  .header-logo {
    display: none;
  }
  .header-gnav {
    /* - btn - */
    /* - cnt - */
  }
  .header-gnav-btn {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0 9.3333333333vw;
    background: #FFF;
    z-index: 20;
  }
  .header-gnav-btn a {
    position: relative;
    display: block;
    width: 20vw;
    padding-top: 100%;
  }
  .header-gnav-btn a > span {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 3.7333333333vw;
    right: 5.0666666667vw;
    transition: opacity 0.6s;
  }
  .header-gnav-btn a > span span {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2.6666666667vw;
    letter-spacing: 0.092em;
    color: #666464;
    display: block;
  }
  .header-gnav-btn a > span.open {
    opacity: 1;
  }
  body.headerOpen .header-gnav-btn a > span.open {
    opacity: 0;
  }
  .header-gnav-btn a > span.open img {
    margin-bottom: 2.1333333333vw;
    width: 8.4986666667vw;
  }
  .header-gnav-btn a > span.close {
    opacity: 0;
    padding-right: 0.8vw;
  }
  body.headerOpen .header-gnav-btn a > span.close {
    opacity: 1;
  }
  .header-gnav-btn a > span.close img {
    margin-bottom: 2.4vw;
    width: 6.9946666667vw;
  }
  .header-gnav-cnt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow-y: scroll;
    top: 0;
    right: 0;
    padding: 10.4vw 0 0 1.3333333333vw;
    height: 100vh;
    width: 70.1333333333vw;
    background: #FAF6EC url(../img/header-gnav-cnt_bg.svg) no-repeat bottom 8vw right/81.3333333333vw auto;
    border-radius: 26.6666666667vw 0 0 0;
    transform: translateX(100%);
    transition: transform 0.6s;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-gnav-cnt::-webkit-scrollbar {
    display: none;
  }
  body.headerOpen .header-gnav-cnt {
    transform: translateX(0);
  }
  .header-gnav-cnt-list {
    display: block;
    padding-top: 0;
  }
  .header-gnav-cnt-list li:not(:last-child) {
    margin: 0 0 8.5333333333vw;
  }
  .header-gnav-cnt-list li a {
    font-size: 4.2666666667vw;
  }
  .header-gnav-cnt-list li a::before {
    top: -0.8vw;
    margin-right: 3.2vw;
    width: 2.6026666667vw;
    height: 2.3093333333vw;
  }
}

/*
    contents
*/
/* -- mv -- */
.mv {
  position: relative;
  overflow: hidden;
}
.mv h1 {
  margin-left: 8.8341781318vw;
  padding-top: 3.1860970311vw;
  width: 14.0477914555vw;
}
.mv .header-gnav-cnt-list {
  position: absolute;
  top: 1.8826937002vw;
  left: 30.9920347574vw;
  z-index: 30;
}
.mv .header-gnav-cnt-list li:not(:last-child) {
  margin-right: 3.6929761043vw;
}
.mv-slider {
  position: absolute;
  top: 1.8175235337vw;
  right: -14.0477914555vw;
  width: 83.3454018827vw;
}
.mv-slider::after {
  position: absolute;
  top: -0.1448225923vw;
  left: 1.0861694424vw;
  width: 80.7132512672vw;
  height: 58.8950036206vw;
  background: url(../img/mv-slider_bg.svg) no-repeat 0 0/100% auto;
  z-index: 10;
  content: "";
}
.mv-slider .splide__track {
  position: relative;
  background: #FFFBF2;
  z-index: 20;
  mask: url(../img/mv-slider_mask.svg) no-repeat 0 0/95% auto;
}
.mv-slider .splide__slide img {
  height: 58.4808110065vw;
  width: auto;
  transition: 10s ease-out;
}
.mv-slider .splide__slide.is-active img {
  transform: scale(1.1);
  transition-delay: 0s;
}
.mv-slider-tit {
  position: absolute;
  top: 5.0687907314vw;
  left: 53.2947139754vw;
  width: 10.7566980449vw;
  z-index: 30;
}
.mv-txt {
  font-weight: 500;
  font-size: 1.1585807386vw;
  line-height: 2.0625;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 2.3895727734vw 0 0 7.0963070239vw;
  width: 18.1028240406vw;
}
.mv-img {
  margin: 2.7516292542vw 0 0 -1.9551049964vw;
  width: 32.5126719768vw;
}
@media screen and (max-width: 900px) {
  .mv h1 {
    margin: 0 auto;
    padding: 5.3333333333vw 0 0 3.2vw;
    width: 21.744vw;
    box-sizing: content-box;
  }
  .mv .header-gnav-cnt-list {
    display: none;
  }
  .mv-slider {
    position: relative;
    overflow: hidden;
    top: 0;
    right: 0;
    margin-top: 1.3333333333vw;
    padding-top: 6.1333333333vw;
    width: auto;
  }
  .mv-slider::after {
    top: 3.2vw;
    left: -42.4vw;
    width: 198.9386666667vw;
    height: 143.336vw;
    background: url(../img/mv-slider_bg.svg) no-repeat 0 0/auto 100%;
  }
  .mv-slider .splide__track {
    margin-left: -46.6666666667vw;
    width: 187.3893333333vw;
    mask: url(../img/mv-slider_mask.svg) no-repeat 0 0/100% auto;
  }
  .mv-slider .splide__slide img {
    height: 140.9653333333vw;
  }
  .mv-slider-tit {
    top: 0;
    right: 4.8vw;
    left: auto;
    width: 25.4453333333vw;
  }
  .mv-txt {
    font-size: 3.8vw;
    margin: 5.6vw 0 0;
    width: auto;
  }
  .mv-img {
    display: none;
  }
}

/* -- h2 -- */
h2 {
  font-family: "Oswald", sans-serif;
  font-size: 3.7653874004vw;
  letter-spacing: 0.1em;
  color: #666464;
}
h2 > span {
  display: inline-block;
  overflow: hidden;
}
h2 > span > span {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 10.6666666667vw;
  }
  h2 > span:not(:first-child) {
    display: block;
    margin-top: -2.1333333333vw;
  }
}

/* -- news -- */
.news {
  position: relative;
  margin: -19.4062273715vw 7.3135409124vw 0 auto;
  padding-left: 6.8066618392vw;
  width: 53.9283128168vw;
  z-index: 20;
}
.news h2 {
  position: relative;
  margin-left: 6.2997827661vw;
}
.news h2::after {
  position: absolute;
  top: 0vw;
  left: -13.1064446054vw;
  width: 11.2056480811vw;
  height: 9.6089790007vw;
  background: url(../img/news_bg.svg) no-repeat 0 0/11.2056480811vw auto;
  content: "";
}
.news-cnt {
  position: relative;
  margin-top: 0.5792903693vw;
  z-index: 20;
}
.news-cnt > * {
  background: #FFF;
  border-radius: 0.2896451846vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.2172338885vw 0.434467777vw;
}
.news-cnt > *:not(:last-child) {
  margin-bottom: 0.7241129616vw;
}
.news-cnt a {
  display: block;
  padding: 1.3758146271vw 1.8102824041vw 0.9413468501vw 1.6654598117vw;
}
.news-cnt-day {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.4482259232vw;
  letter-spacing: 0.1em;
}
.news-cnt-day::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.2172338885vw;
  margin-right: 0.8689355539vw;
  width: 0.6212889211vw;
  height: 0.60391021vw;
  background: #008785;
  border-radius: 50%;
  content: "";
}
.news-cnt-txt {
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin: 0.5068790731vw 0 0 1.5206372194vw;
}
@media screen and (max-width: 900px) {
  .news {
    position: relative;
    margin: 11.4666666667vw 0 0;
    padding-left: 0;
    width: auto;
  }
  .news h2 {
    text-align: center;
    margin-left: 1.3333333333vw;
  }
  .news h2::after {
    top: -1.3333333333vw;
    left: -3.7333333333vw;
    width: 32.848vw;
    height: 28.168vw;
    background: url(../img/news_bg.svg) no-repeat 0 0/100% auto;
    transform: rotate(-2deg);
  }
  .news-cnt {
    margin: 2.1333333333vw 6.9333333333vw 0;
  }
  .news-cnt > * {
    border-radius: 1.0666666667vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0.8vw 1.6vw;
  }
  .news-cnt > *:not(:last-child) {
    margin-bottom: 3.7333333333vw;
  }
  .news-cnt a {
    padding: 6.1333333333vw 8vw 4.8vw 7.7333333333vw;
  }
  .news-cnt-day {
    font-size: 4.8vw;
  }
  .news-cnt-day::before {
    top: -0.8vw;
    margin-right: 3.2vw;
    width: 2.288vw;
    height: 2.224vw;
  }
  .news-cnt-txt {
    margin: 2.6666666667vw 0 0;
  }
}

/* -- floormap -- */
.floormap {
  margin-top: -1.3758146271vw;
  padding-top: 16.6545981173vw;
  background: url(../img/floormap_bg01.svg) no-repeat top right/71.6147719044vw auto;
}
.floormap-inner {
  padding: 3.2585083273vw 0 3.6205648081vw;
  background: url(../img/floormap_bg02.webp) no-repeat top right/24.6198406951vw auto;
}
.floormap h2 {
  margin: 0 auto;
  width: 84.2867487328vw;
  position: relative;
}
.floormap h2::after {
  position: absolute;
  top: -6.2273714699vw;
  left: -4.4170890659vw;
  width: 7.4039826213vw;
  height: 6.3906589428vw;
  background: url(../img/floormap_bg03.svg) no-repeat top right/100% auto;
  content: "";
}
.floormap-tabBox {
  position: relative;
  margin: -4.9963794352vw auto 0;
  width: 84.2867487328vw;
  z-index: 20;
}
.floormap-tabBox-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 21.0716871832vw;
}
.floormap-tabBox-btn li {
  width: 10.7530774801vw;
  background: #F2EEE4;
  border-radius: 0.1448225923vw 0.1448225923vw 0 0;
  transition: background 0.6s;
}
.floormap-tabBox-btn li:not(:last-child) {
  margin-right: 0.7241129616vw;
}
.floormap-tabBox-btn li.act {
  background: #FFF;
}
.floormap-tabBox-btn a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 5.6480811007vw;
  background: none;
  border: none;
  border-radius: 0;
  transition: color 0.6s, border 0.6s, background 0.6s, opacity 0.6s;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2.3895727734vw;
  letter-spacing: 0.1em;
  text-align: center;
}
.floormap-tabBox-btn a span {
  font-weight: 400;
  font-size: 1.5930485156vw;
  letter-spacing: 0.1em;
  position: relative;
  top: 0.2172338885vw;
  margin: 0 0.3620564808vw;
}
.floormap-tabBox-btn a span:last-child {
  margin-right: 0;
}
.floormap-tabBox-cnt {
  background: #FFF;
  border-radius: 0.2896451846vw;
}
.floormap-tabBox-cnt > * {
  position: relative;
}
.floormap-tabBox-cnt > *:not(:first-child) {
  display: none;
}
.floormap-tabBox-cnt > *:nth-child(1) .floormap-tabBox-cnt-txt:nth-of-type(1) {
  top: 24.7646632875vw;
  left: 23.7509051412vw;
}
.floormap-tabBox-cnt > *:nth-child(1) .floormap-tabBox-cnt-txt:nth-of-type(2) {
  top: 24.7646632875vw;
  left: 39.8986241854vw;
}
.floormap-tabBox-cnt > *:nth-child(2) .floormap-tabBox-cnt-txt:nth-of-type(1) {
  top: 24.0405503259vw;
  left: 31.1368573497vw;
}
.floormap-tabBox-cnt > *:nth-child(3) .floormap-tabBox-cnt-txt:nth-of-type(1) {
  top: 16.7994207096vw;
  left: 34.395365677vw;
}
.floormap-tabBox-cnt > *:nth-child(3) .floormap-tabBox-cnt-txt:nth-of-type(2) {
  top: 31.9333816075vw;
  left: 25.4887762491vw;
}
.floormap-tabBox-cnt > *:nth-child(4) .floormap-tabBox-cnt-txt:nth-of-type(1) {
  top: 24.6198406951vw;
  left: 30.9920347574vw;
}
.floormap-tabBox-cnt-txt {
  font-size: 1.0137581463vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  background: #fff;
  border-radius: 10rem;
}
.floormap-tabBox-cnt-txt a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 1.5930485156vw 0 1.5206372194vw;
  height: 2.679217958vw;
  background: none;
  border: none;
  border-radius: none;
  transition: color 0.6s, border 0.6s, background 0.6s, opacity 0.6s;
}
.floormap-tabBox-cnt-txt a::after {
  display: inline-block;
  margin-left: 0.7241129616vw;
  width: 0.7067342505vw;
  height: 0.6270818248vw;
  background: url(../img/arrow.svg) no-repeat 0 0/100% auto;
  transform: rotate(90deg);
  content: "";
}
@media screen and (max-width: 900px) {
  .floormap {
    margin-top: 14.1333333333vw;
    padding-top: 35.7333333333vw;
    background: url(../img/floormap_bg01_sp.svg) no-repeat top right/81.3333333333vw auto;
  }
  .floormap-inner {
    padding: 0 0 14.4vw;
    background: url(../img/floormap_bg02_sp.webp) no-repeat top right/53.3333333333vw auto;
  }
  .floormap h2 {
    top: -2.1333333333vw;
    margin: 0 0 0 6.6666666667vw;
    width: auto;
  }
  .floormap h2::after {
    top: -11.2vw;
    left: -13.3333333333vw;
    width: 19.4666666667vw;
    height: 17.3333333333vw;
  }
  .floormap-tabBox {
    margin: -10.6666666667vw 0 0 auto;
    width: 93.0666666667vw;
  }
  .floormap-tabBox-btn {
    justify-content: flex-end;
    margin-left: 0;
  }
  .floormap-tabBox-btn li {
    width: 14.9333333333vw;
    border-radius: 0.5333333333vw 0.5333333333vw 0 0;
  }
  .floormap-tabBox-btn li:not(:last-child) {
    margin-right: 1.3333333333vw;
  }
  .floormap-tabBox-btn a {
    font-size: 7.2vw;
    height: 11.7333333333vw;
  }
  .floormap-tabBox-btn a span {
    font-size: 5.3333333333vw;
    top: 0.5333333333vw;
    margin: 0;
  }
  .floormap-tabBox-cnt {
    border-radius: 1.0666666667vw;
  }
  .floormap-tabBox-cnt > *:nth-child(1) .floormap-tabBox-cnt-txt:nth-of-type(1) {
    top: 37.0666666667vw;
    left: 11.4666666667vw;
  }
  .floormap-tabBox-cnt > *:nth-child(1) .floormap-tabBox-cnt-txt:nth-of-type(2) {
    top: 43.7333333333vw;
    left: 11.4666666667vw;
  }
  .floormap-tabBox-cnt > *:nth-child(2) .floormap-tabBox-cnt-txt:nth-of-type(1) {
    top: 37.3333333333vw;
    left: 11.7333333333vw;
  }
  .floormap-tabBox-cnt > *:nth-child(3) .floormap-tabBox-cnt-txt:nth-of-type(1) {
    top: 25.3333333333vw;
    left: 29.0666666667vw;
  }
  .floormap-tabBox-cnt > *:nth-child(3) .floormap-tabBox-cnt-txt:nth-of-type(2) {
    top: 47.2vw;
    left: 16vw;
  }
  .floormap-tabBox-cnt > *:nth-child(4) .floormap-tabBox-cnt-txt:nth-of-type(1) {
    top: 37.3333333333vw;
    left: 23.2vw;
  }
  .floormap-tabBox-cnt-txt {
    font-size: 2.4vw;
    letter-spacing: 0.05em;
  }
  .floormap-tabBox-cnt-txt a {
    padding: 0 2.4vw;
    height: 5.0666666667vw;
  }
  .floormap-tabBox-cnt-txt a::after {
    position: relative;
    top: -0.2666666667vw;
    margin-left: 0.8vw;
    width: 1.9093333333vw;
    height: 1.696vw;
  }
}

/* -- section -- */
.shop {
  margin-top: 4.317161vw;
}
.shop h2 {
  position: relative;
  margin: 0 auto;
  padding-left: 0.2896451846vw;
  width: fit-content;
}
.shop h2::after {
  position: absolute;
  bottom: -3.1860970311vw;
  left: 11.0065170167vw;
  width: 8.8812454743vw;
  height: 7.7204923968vw;
  background: url(../img/shop_bg01.svg) no-repeat 0 0/100% auto;
  content: "";
}
.shop-cnt {
  margin-top: 7.6755973932vw;
}
.shop-cnt > * {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.shop-cnt-slider {
  overflow: hidden;
  margin-top: 0.3620564808vw;
  width: 53.9464156408vw;
}
.shop-cnt-slider .splide__track {
  margin-left: 0.3620564808vw;
  border-radius: 0.2896451846vw 0 0 0.2896451846vw;
}
.shop-cnt-slider .splide__pagination {
  position: static;
  margin-top: 1.5206372194vw;
  padding: 0 0 1px;
  justify-content: flex-start;
}
.shop-cnt-slider .splide__pagination li {
  position: relative;
  width: 1.5930485156vw;
  height: 1.5930485156vw;
}
.shop-cnt-slider .splide__pagination li:not(:last-child) {
  margin-right: 0.7241129616vw;
}
.shop-cnt-slider .splide__pagination button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0.7241129616vw;
  height: 0.7241129616vw;
  background: #F2EEE4;
  border: none;
  border-radius: 50%;
  opacity: 1;
}
.shop-cnt-slider .splide__pagination button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5930485156vw;
  height: 1.5930485156vw;
}
.shop-cnt-slider .splide__pagination button svg circle {
  stroke-dasharray: 75;
  stroke-dashoffset: 75;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.shop-cnt-slider .splide__pagination button.is-active {
  background: #666464;
  transform: scale(1);
}
.shop-cnt-slider .splide__pagination button.is-active svg circle {
  animation: circle 6s ease-in-out forwards;
}
@media screen and (min-width: 901px) {
  .shop-cnt-slider .splide__pagination button {
    transition: opacity 0.6s;
  }
  .shop-cnt-slider .splide__pagination button:hover {
    opacity: 0.6;
  }
}
.shop-cnt-txtcnt {
  position: relative;
  margin-left: 7.3135409124vw;
  width: 34.0333091962vw;
}
.shop-cnt-txtcnt-logo {
  position: absolute;
  top: -3.2585083273vw;
  right: -2.0275162925vw;
  width: 11.8030412744vw;
}
.shop-cnt-txtcnt-tit {
  position: relative;
  padding-left: 4.1998551774vw;
}
.shop-cnt-txtcnt-tit-num {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 2.8066618392vw;
  background: none;
  border: none;
  border-radius: 50%;
  transition: color 0.6s, border 0.6s, background 0.6s, opacity 0.6s;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.3758146271vw;
  text-align: center;
  width: 2.887038378vw;
  position: absolute;
  top: 1.0861694424vw;
  left: 0;
  background: url(../img/shop-cnt-txtcnt-tit-num_bg.svg) no-repeat 0 0/100% auto;
}
.shop-cnt-txtcnt-tit-name {
  font-weight: 500;
  font-size: 1.6654598117vw;
  line-height: 1.43;
  letter-spacing: 0.1em;
}
.shop-cnt-txtcnt-tit-use {
  font-weight: 500;
  font-size: 1.0861694424vw;
  letter-spacing: 0.1em;
  margin-top: 0.7241129616vw;
}
.shop-cnt-txtcnt-tit-use::before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1448225923vw;
  margin: 0 0.5792903693vw 0 0.0724112962vw;
  width: 1.3758146271vw;
  height: 0.0724112962vw;
  background: #666464;
  content: "";
}
.shop-cnt-txtcnt-txt {
  line-height: 2.57;
  letter-spacing: 0.1em;
  margin-top: 2.5343953657vw;
}
.shop-cnt-txtcnt-btn {
  margin: 1.5206372194vw 0.7965242578vw 0 auto;
  width: 11.8754525706vw;
}
.shop-cnt-txtcnt-btn a {
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 2.9688631427vw 0 1.9551049964vw;
  height: 3.0412744388vw;
  background: #fff;
  border: 1px solid #666464;
  border-radius: 10rem;
  transition: color 0.6s, border 0.6s, background 0.6s, opacity 0.6s;
  font-family: "Oswald", sans-serif;
  font-size: 1.0861694424vw;
  letter-spacing: 0.1em;
}
.shop-cnt-txtcnt-btn a::after {
  position: absolute;
  top: 50%;
  right: -0.0724112962vw;
  transform: translateY(-50%);
  width: 3.0412744388vw;
  height: 3.0412744388vw;
  background: #FAF6EC url(../img/arrow.svg) no-repeat 1.1585807386vw 1.0861694424vw/0.7067342505vw auto;
  border: 1px solid #666464;
  border-radius: 50%;
  content: "";
  transition: background 0.6s;
}
@media screen and (min-width: 901px) {
  .shop-cnt-txtcnt-btn a:hover {
    opacity: 1;
    background: #FAF6EC;
  }
  .shop-cnt-txtcnt-btn a:hover::after {
    background: #FFF url(../img/arrow.svg) no-repeat 1.1585807386vw 1.0861694424vw/0.7067342505vw auto;
  }
}
.shop-cnt-txtcnt-detail {
  margin-top: 2.679217958vw;
  padding-top: 2.7516292542vw;
  background: url(../img/shop-cnt-txtcnt-detail_line.svg) no-repeat -0.1448225923vw 0/100% auto;
}
.shop-cnt-txtcnt-detail-table {
  font-size: 0.9413468501vw;
  width: 100%;
}
.shop-cnt-txtcnt-detail-table > * > tr:not(:last-child) th {
  padding-bottom: 1.1585807386vw;
}
.shop-cnt-txtcnt-detail-table > * > tr > th {
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 8.1824764663vw;
}
.shop-cnt-txtcnt-detail-table > * > tr > td {
  letter-spacing: 0.1em;
}
.shop-cnt-txtcnt-detail-table-time {
  font-size: 0.9413468501vw;
  margin-left: -0.2896451846vw;
}
.shop-cnt-txtcnt-detail-table-time > * > tr:not(:last-child) th {
  padding-bottom: 0.3620564808vw;
}
.shop-cnt-txtcnt-detail-table-time th {
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 2.3171614772vw;
}
.shop-cnt-txtcnt-detail-table-time td {
  font-family: "Oswald", sans-serif;
  font-size: 0.9413468501vw;
  letter-spacing: 0.07em;
  width: 7.2411296162vw;
}
.shop-cnt-txtcnt-detail-table-time td span {
  margin: 0 0.1448225923vw;
}
.shop-cnt-txtcnt-detail-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.0137581463vw;
}
.shop-cnt-txtcnt-detail-sns p {
  width: 2.3077480087vw;
}
.shop-cnt-txtcnt-detail-sns p:not(:last-child) {
  margin-right: 1.4482259232vw;
}
.shop-cnt-txtcnt-detail-sns a {
  display: block;
}
@media screen and (min-width: 901px) {
  .shop-cnt > *:nth-child(2n) {
    flex-direction: row;
  }
  .shop-cnt > *:nth-child(2n) .shop-cnt-slider .splide__track {
    margin: 0 0.3620564808vw 0 0;
    border-radius: 0 0.2896451846vw 0.2896451846vw 0;
  }
  .shop-cnt > *:nth-child(2n) .shop-cnt-slider .splide__pagination {
    justify-content: flex-end;
  }
  .shop-cnt > *:nth-child(2n) .shop-cnt-txtcnt {
    margin: 0 7.3135409124vw 0 0;
  }
  .shop-cnt > .shop01 {
    margin-bottom: 5.2860246198vw;
  }
  .shop-cnt > .shop02 {
    margin-bottom: 3.9102099928vw;
    background: url(../img/shop-cnt_bg01.svg) no-repeat bottom 0.2172338885vw left/53.6567704562vw auto;
  }
  .shop-cnt > .shop03 {
    margin-bottom: 3.9102099928vw;
  }
  .shop-cnt > .shop03 .shop-cnt-txtcnt-logo {
    top: -1.7378711079vw;
    right: -4.3446777697vw;
  }
  .shop-cnt > .shop04 {
    margin-bottom: 5.5032585083vw;
  }
  .shop-cnt > .shop04 .shop-cnt-txtcnt-logo {
    top: -1.8102824041vw;
    right: 2.7516292542vw;
  }
  .shop-cnt > .shop05 {
    margin-bottom: 4.0550325851vw;
  }
  .shop-cnt > .shop06 .shop-cnt-txtcnt-logo {
    top: -1.8826937002vw;
    right: 2.7516292542vw;
  }
}
@media screen and (max-width: 900px) {
  .shop {
    margin-top: 12.8vw;
  }
  .shop h2 {
    padding: 0 10.1333333333vw 0 0;
  }
  .shop h2::after {
    bottom: -1.8666666667vw;
    left: 30.6666666667vw;
    width: 21.3013333333vw;
    height: 18.5173333333vw;
  }
  .shop-cnt {
    margin-top: 9.8666666667vw;
  }
  .shop-cnt > * {
    display: block;
  }
  .shop-cnt-slider {
    margin: 0 0 0 6.6666666667vw;
    width: auto;
  }
  .shop-cnt-slider .splide__track {
    margin-left: 0;
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
  .shop-cnt-slider .splide__pagination {
    margin-top: 4.8vw;
  }
  .shop-cnt-slider .splide__pagination li {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  .shop-cnt-slider .splide__pagination li:not(:last-child) {
    margin-right: 2.6666666667vw;
  }
  .shop-cnt-slider .splide__pagination button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .shop-cnt-slider .splide__pagination button svg {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
  .shop-cnt-slider .splide__pagination button.is-active {
    transform: scale(1.125);
  }
  .shop-cnt-txtcnt {
    margin: 8vw 6.9333333333vw 0;
    width: auto;
  }
  .shop-cnt-txtcnt-logo {
    top: -31.4666666667vw;
    right: -8.2666666667vw;
    width: 34.6666666667vw;
  }
  .shop-cnt-txtcnt-tit {
    padding-left: 13.8666666667vw;
  }
  .shop-cnt-txtcnt-tit-num {
    font-size: 4vw;
    width: 9.0053333333vw;
    height: 8.7546666667vw;
    top: 4.2666666667vw;
  }
  .shop-cnt-txtcnt-tit-name {
    font-size: 5.0666666667vw;
    line-height: 1.736;
  }
  .shop-cnt-txtcnt-tit-use {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
  .shop-cnt-txtcnt-tit-use::before {
    top: -0.1448225923vw;
    margin: 0 2.4vw 0 0;
    width: 5.0666666667vw;
    height: 0.2666666667vw;
  }
  .shop-cnt-txtcnt-txt {
    line-height: 2;
    margin-top: 4.5333333333vw;
  }
  .shop-cnt-txtcnt-btn {
    margin: 6.9333333333vw auto 0;
    width: 65.0666666667vw;
  }
  .shop-cnt-txtcnt-btn a {
    font-size: 4.5333333333vw;
    padding: 0 13.8666666667vw 0 10.4vw;
    height: 13.8666666667vw;
  }
  .shop-cnt-txtcnt-btn a::after {
    right: -0.2666666667vw;
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    background: #FAF6EC url(../img/arrow.svg) no-repeat 5.0666666667vw 5.3333333333vw/3.136vw auto;
  }
  .shop-cnt-txtcnt-detail {
    margin-top: 8vw;
    padding-top: 9.0666666667vw;
    background: url(../img/shop-cnt-txtcnt-detail_line_sp.svg) no-repeat 0 0/auto 0.3253333333vw;
  }
  .shop-cnt-txtcnt-detail-table {
    font-size: 3.4666666667vw;
  }
  .shop-cnt-txtcnt-detail-table > * > tr:not(:last-child) th {
    padding-bottom: 4vw;
  }
  .shop-cnt-txtcnt-detail-table > * > tr > th {
    width: 30.1333333333vw;
  }
  .shop-cnt-txtcnt-detail-table-time {
    font-size: 3.4666666667vw;
    margin-left: -1.0666666667vw;
    width: 100%;
  }
  .shop-cnt-txtcnt-detail-table-time > * > tr {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .shop-cnt-txtcnt-detail-table-time > * > tr:not(:last-child) th {
    padding-bottom: 1.3333333333vw;
  }
  .shop-cnt-txtcnt-detail-table-time th {
    width: 8.5333333333vw;
  }
  .shop-cnt-txtcnt-detail-table-time td {
    font-family: "Oswald", sans-serif;
    font-size: 3.4666666667vw;
    letter-spacing: 0.07em;
    width: calc(100% - 8.5333333333vw);
  }
  .shop-cnt-txtcnt-detail-table-time td span {
    margin: 0 0.5333333333vw;
  }
  .shop-cnt-txtcnt-detail-sns {
    margin-top: 3.4666666667vw;
  }
  .shop-cnt-txtcnt-detail-sns p {
    width: 8.4986666667vw;
  }
  .shop-cnt-txtcnt-detail-sns p:not(:last-child) {
    margin-right: 5.3333333333vw;
  }
  .shop-cnt > *:nth-child(2n) .shop-cnt-slider {
    margin: 0 6.6666666667vw 0 0;
  }
  .shop-cnt > *:nth-child(2n) .shop-cnt-slider .splide__track {
    border-radius: 0 1.0666666667vw 1.0666666667vw 0;
  }
  .shop-cnt > *:nth-child(2n) .shop-cnt-slider .splide__pagination {
    margin-left: 6.6666666667vw;
  }
  .shop-cnt > .shop01 {
    margin-bottom: 16vw;
  }
  .shop-cnt > .shop02 {
    margin-bottom: 16vw;
    padding-bottom: 29.6vw;
    background: url(../img/shop-cnt_bg01_sp.svg) no-repeat bottom right/81.3333333333vw auto;
  }
  .shop-cnt > .shop03 {
    margin-bottom: 16vw;
  }
  .shop-cnt > .shop04 {
    margin-bottom: 15.7333333333vw;
  }
  .shop-cnt > .shop05 {
    margin-bottom: 15.7333333333vw;
  }
}

@keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
}
/* -- section -- */
.gallery {
  margin-top: 9.9203475742vw;
}
.gallery-slider .splide__track {
  display: flex;
}
.gallery-slider .splide__track.show .splide__slide {
  animation: slideAnm 40s linear reverse infinite;
}
.gallery-slider .splide__slide {
  padding-right: 2.8964518465vw;
}
.gallery-slider .splide__slide span {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.1448225923vw;
}
.gallery-slider .splide__slide span img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  top: 0;
  right: 0;
  left: auto;
  width: calc(100% + 10em);
  height: auto;
  transform: translateX(10em);
  animation: imgAnm 40s linear reverse infinite;
}
.gallery-slider .splide__slide.act img {
  animation: imgAnm02 40s linear reverse infinite;
}
.gallery-slider-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.gallery-img01 {
  position: relative;
  z-index: 10;
  margin-top: 5.1412020275vw;
  width: 13.1788559015vw;
  height: 9.9927588704vw;
}
.gallery-img02 {
  margin: 10.0651701665vw 0 0 -8.8341781318vw;
  width: 22.0854453295vw;
  height: 16.7994207096vw;
}
.gallery-img03 {
  margin-top: 2.9688631427vw;
  width: 13.1788559015vw;
  height: 9.9927588704vw;
}
.gallery-img04 {
  margin-top: 7.0963070239vw;
  width: 13.7581462708vw;
  height: 18.1028240406vw;
}
.gallery-img05 {
  margin-left: -3.6205648081vw;
  width: 22.0854453295vw;
  height: 16.7994207096vw;
}
.gallery-img06 {
  margin-top: 7.3859522085vw;
  width: 16.7994207096vw;
  height: 22.0854453295vw;
}
.gallery-img07 {
  width: 16.7994207096vw;
  height: 22.0854453295vw;
}
@media screen and (max-width: 900px) {
  .gallery {
    margin-top: 17.6vw;
  }
  .gallery-slider .splide__track.show .splide__slide {
    animation-duration: 60s;
  }
  .gallery-slider .splide__slide {
    padding-right: 5.3333333333vw;
  }
  .gallery-slider .splide__slide span {
    border-radius: 0.5333333333vw;
  }
  .gallery-slider .splide__slide span img {
    animation-duration: 60s;
  }
  .gallery-img01 {
    margin-top: 8vw;
    width: 24.2666666667vw;
    height: 18.4vw;
  }
  .gallery-img02 {
    margin: 16vw 0 0 -16vw;
    width: 40.5333333333vw;
    height: 30.6666666667vw;
  }
  .gallery-img03 {
    margin-top: 5.6pxvw;
    width: 25.2666666667vw;
    height: 19.1573333333vw;
  }
  .gallery-img04 {
    margin-top: 13.3333333333vw;
    width: 26.376vw;
    height: 34.7066666667vw;
  }
  .gallery-img05 {
    margin-left: -6.9333333333vw;
    width: 42.3413333333vw;
    height: 32.208vw;
  }
  .gallery-img06 {
    margin-top: 14.1333333333vw;
    width: 32.208vw;
    height: 42.3413333333vw;
  }
  .gallery-img07 {
    width: 30.9333333333vw;
    height: 40.5333333333vw;
  }
}

@keyframes slideAnm {
  to {
    transform: translateX(0);
  }
}
@keyframes imgAnm {
  to {
    transform: translateX(0);
  }
}
@keyframes imgAnm02 {
  to {
    transform: translateX(0);
  }
}
/* -- access -- */
.access {
  margin-top: 9.0514120203vw;
}
.access h2 {
  position: relative;
  margin: 0 auto;
  padding-left: 0.2896451846vw;
  width: fit-content;
}
.access h2::after {
  position: absolute;
  top: -3.4757422158vw;
  left: -6.6618392469vw;
  width: 5.4026068067vw;
  height: 5.2519913106vw;
  background: url(../img/access_bg01.svg) no-repeat 0 0/100% auto;
  content: "";
}
.access-box {
  margin-top: -1.3034033309vw;
  padding: 5.792903693vw 0;
  background: url(../img/access_bg02.webp) no-repeat 0 0/24.6198406951vw auto;
}
.access-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  margin: 0 auto;
  width: 84.2867487328vw;
  background: #FFF;
  border-radius: 0.2896451846vw;
}
.access-map {
  overflow: hidden;
  width: calc((100% - 1px) / 2);
  line-height: 0;
}
.access-map > * {
  overflow: hidden;
  position: relative;
  padding-top: 38.9934829833vw;
  height: 0;
}
.access-map iframe,
.access-map object,
.access-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-cnt {
  width: calc((100% - 1px) / 2);
  border-left: 1px solid #F2EEE4;
  box-sizing: content-box;
}
.access-cnt-txtcnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5930485156vw 2.0999275887vw 0 2.3895727734vw;
}
.access-cnt-txtcnt-logo {
  width: 3.2729905865vw;
}
.access-cnt-txtcnt-txtcnt-txt {
  line-height: 1.78;
  letter-spacing: 0.1em;
}
.access-cnt-txtcnt-txtcnt-caution {
  font-size: 0.7241129616vw;
  letter-spacing: 0.1em;
  margin-top: 0.6517016655vw;
}
@media screen and (max-width: 900px) {
  .access {
    margin-top: 28.5333333333vw;
  }
  .access h2 {
    padding-left: 1.0666666667vw;
  }
  .access h2::after {
    top: -12.2666666667vw;
    left: -17.3333333333vw;
    width: 15.776vw;
    height: 15.3333333333vw;
  }
  .access-box {
    margin-top: 9.6vw;
    padding: 8.5333333333vw 0;
    background: url(../img/access_bg02_sp.webp) no-repeat 0 0/53.3333333333vw auto;
  }
  .access-inner {
    display: block;
    width: 86.1333333333vw;
    border-radius: 1.0666666667vw;
  }
  .access-map {
    width: auto;
  }
  .access-map > * {
    padding-top: 35.2vw;
  }
  .access-cnt {
    width: auto;
    border-left: none;
  }
  .access-cnt-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 58.4vw;
  }
  .access-cnt-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
  }
  .access-cnt-txtcnt {
    border-top: 1px solid #F2EEE4;
    padding: 4.2666666667vw 4vw 4.5333333333vw 7.2vw;
  }
  .access-cnt-txtcnt-logo {
    width: 13.024vw;
  }
  .access-cnt-txtcnt-txtcnt {
    width: calc(100% - 19.2vw);
  }
  .access-cnt-txtcnt-txtcnt-txt {
    font-size: 3.2vw;
    line-height: 1.416;
  }
  .access-cnt-txtcnt-txtcnt-txt > :not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .access-cnt-txtcnt-txtcnt-caution {
    font-size: 2.6666666667vw;
    line-height: 1.4;
    margin-top: 2.9333333333vw;
  }
}

/*
    footer
*/
.footer {
  position: relative;
  margin-top: 0.7965242578vw;
  padding-top: 6.3721940623vw;
}
.footer-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 69.3700217234vw;
}
.footer-inner {
  padding: 5.5032585083vw 78.7834902245vw 2.8964518465vw 4.4170890659vw;
  background: #1E3434;
}
.footer-inner * {
  color: #FAF6EC;
}
.footer-inner-link li:not(:last-child) {
  margin-bottom: 0.7965242578vw;
}
.footer-inner-link a {
  font-size: 0.8689355539vw;
  letter-spacing: 0.1em;
}
.footer-inner-link a::before {
  display: inline-block;
  margin-right: 0.8689355539vw;
  width: 0.7067342505vw;
  height: 0.6270818248vw;
  background: url(../img/arrow_white.svg) no-repeat 0 0/100% auto;
  content: "";
}
.footer-inner-logo {
  margin: 4.2722664736vw auto 0;
  width: 5.7313540912vw;
}
.footer-inner .copyright {
  font-family: "Oswald", sans-serif;
  font-size: 0.7241129616vw;
  letter-spacing: 0.1em;
  margin-top: 1.0861694424vw;
}
@media screen and (max-width: 900px) {
  .footer {
    margin-top: 11.7333333333vw;
    padding-top: 0;
  }
  .footer-logo {
    position: static;
    width: 100%;
  }
  .footer-inner {
    padding: 9.6vw 5.3333333333vw 9.3333333333vw;
  }
  .footer-inner-link {
    margin: 0 auto;
    width: fit-content;
  }
  .footer-inner-link li:not(:last-child) {
    margin-bottom: 2.9333333333vw;
  }
  .footer-inner-link a {
    font-size: 3.2vw;
  }
  .footer-inner-link a::before {
    margin-right: 3.2vw;
    width: 2.6026666667vw;
    height: 2.3093333333vw;
  }
  .footer-inner-logo {
    margin: 9.0666666667vw auto 0;
    width: 21.1066666667vw;
  }
  .footer-inner .copyright {
    font-family: "Oswald", sans-serif;
    font-size: 2.6666666667vw;
    text-align: center;
    margin-top: 4vw;
  }
}/*# sourceMappingURL=style.css.map */