@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 */
/*
    共通style
*/
/* -- btn --*/
/* -- crm -- */
/* -- 中央配置 -- */
/* -- 画像をトリミング -- */
/* -- アニメーション -- */
/* フェード */
/* フェードアップ */
/* ===== style.css ===== */
/* -- body -- */
body {
  font: 16px/1.875 "Zen Kaku Gothic New", sans-serif;
  color: #4A200D;
  background: #EFEAE3;
  /* - headerOpen - */
}
body.headerOpen {
  height: 100%;
  overflow: hidden;
}

/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1176px;
}
@media screen and (max-width: 1206px) {
  .inner {
    margin: 0 15px;
    width: auto;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

/*
    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: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 27px 0 34px;
  z-index: 1000;
  /* -- logo -- */
  /* -- gnav -- */
  /* -- open -- */
}
.header-logo {
  position: relative;
  padding-left: 35px;
  z-index: 20;
}
.header-gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-right: 39px;
  width: calc(100vw - 200px);
  /* - btn - */
  /* - cnt - */
}
.header-gnav-btn {
  position: relative;
  width: 83px;
  z-index: 20;
}
.header-gnav-btn a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 38px;
  background: #4A200D;
  border: none;
  border-radius: 10rem;
  transition: color 0.6s, background 0.6s;
  display: block;
  position: relative;
  transition: background 0.6s;
}
.header-gnav-btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  transition: opacity 0.6s;
}
.header-gnav-btn a span.close {
  color: #4A200D;
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .header-gnav-btn {
    display: none;
  }
}
.header-gnav-cnt {
  padding-top: 6px;
}
.header-gnav-cnt-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.header-gnav-cnt-list li:not(:last-child) {
  margin-right: 40px;
}
.header-gnav-cnt-list li p a {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.header-gnav-cnt .copyright {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .header-gnav-cnt {
    display: block !important;
  }
  .header-gnav-cnt .copyright {
    display: none;
  }
}
.open .header {
  /* -- gnav -- */
}
.open .header-gnav {
  /* - btn - */
}
.open .header-gnav-btn a {
  background: #EFEDE6;
}
.open .header-gnav-btn a span.open {
  opacity: 0;
}
.open .header-gnav-btn a span.close {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .header {
    align-items: flex-start;
    padding: 13px 0;
    /* -- logo -- */
    /* -- gnav -- */
  }
  .header-logo {
    box-sizing: content-box;
    padding: 4px 0 0 15px;
    width: 86px;
  }
  .header-gnav {
    padding-right: 17px;
    width: auto;
    /* - cnt - */
  }
  .header-gnav-cnt {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 52.2% 0 50px;
    height: 100dvh;
    background: #4A200D;
    z-index: 10;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-gnav-cnt::-webkit-scrollbar {
    display: none;
  }
  .header-gnav-cnt-list {
    text-align: center;
    display: block;
  }
  .header-gnav-cnt-list li:not(:last-child) {
    margin: 0 0 31px;
  }
  .header-gnav-cnt-list li p a {
    font-size: 26px;
    color: #FFF;
  }
}

/*
    footer
*/
.footer {
  padding: 31px 0 25px;
}
.footer .copyright {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 23px 0;
  }
}

/*
    toTop
*/
.toTop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
}
@media screen and (max-width: 900px) {
  .toTop {
    bottom: 15px;
    right: 15px;
  }
}

/*
    mv
*/
.mv {
  padding: 120px 0 27px;
  background: url(../img/mv_bg@2x.png) no-repeat center/cover;
}
.mv .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 901px) {
  .mv .inner {
    padding: 0 2.59% 0 7%;
    max-width: none;
  }
}
.mv-slider {
  width: 68.4%;
}
@media screen and (min-width: 900px) and (max-width: 1330px) {
  .mv-slider {
    width: calc(100% - 400px);
  }
}
.mv-slider .splide__slide {
  overflow: hidden;
  border-radius: 10px;
}
.mv-slider .splide__slide img {
  width: 100%;
  transform: scale(1.15);
  transition: transform 7.5s ease-out;
}
.mv-slider .splide__slide.is-active img {
  transform: scale(1);
  transition-delay: 0s;
}
.mv-txtBox {
  color: #FFF;
  margin: 0 -2% 55px 0;
  width: 33%;
}
@media screen and (min-width: 900px) and (max-width: 1330px) {
  .mv-txtBox {
    margin-bottom: 25px;
    width: 400px;
  }
}
.mv-txtBox h1 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.024em;
}
.mv-txtBox-txt {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.13;
  letter-spacing: -0.026em;
  margin-top: 21px;
}
.mv-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 26px;
  padding-right: 5px;
  width: 100%;
}
.mv-tag li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 6px 0 8px;
  height: 25px;
  background: none;
  border: 1px solid #FFF;
  border-radius: 10rem;
  transition: color 0.6s, background 0.6s;
  font-size: 11px;
  font-weight: 500;
}
.mv-tag li:not(:last-child) {
  margin-right: 8px;
}
@media screen and (min-width: 900px) and (max-width: 950px) {
  .mv-tag li {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .mv {
    padding: 76px 0 24px;
    background: url(../img/mv_bg_sp@2x.png) no-repeat center bottom/100% auto;
  }
  .mv .inner {
    display: block;
    padding: 0 15px;
  }
  .mv-slider {
    width: auto;
    padding-top: 44px;
  }
  .mv-slider .splide__slide {
    padding-top: 101.4%;
  }
  .mv-slider .splide__slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .mv-txtBox {
    margin: 18px -25px 0 0;
    width: auto;
  }
  .mv-txtBox h1 {
    font-size: 36px;
    line-height: 1.25;
  }
  .mv-txtBox-txt {
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: -0.034em;
    margin-top: 14px;
  }
  .mv-tag {
    justify-content: flex-start;
    margin: 15px -25px 0 0;
    padding-right: 0;
    width: auto;
  }
  .mv-tag li {
    margin-bottom: 6px;
    padding: 0 7px;
    height: 22px;
    font-size: 9px;
  }
  .mv-tag li:not(:last-child) {
    margin-right: 4px;
  }
}

/*
    contents
*/
/* -- h -- */
/* - h2 - */
h2 {
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.06em;
  color: #4A200D;
  text-align: center;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.05;
  }
}

/* -- btn --*/
.btn {
  margin: 0 auto;
  max-width: 196px;
}
.btn a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 30px;
  height: 49px;
  background: #4A200D;
  border: 1px solid #4A200D;
  border-radius: 10rem;
  transition: color 0.6s, background 0.6s;
}
.btn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 11px;
  height: 11px;
  background: url(../img/btn_arrow.svg) no-repeat center/100% auto;
  content: "";
  transition: transform 0.6s;
}
.btn.orange a {
  background: #EF822B;
  border-color: #EF822B;
}
@media screen and (min-width: 901px) {
  .btn a:hover {
    opacity: 1;
  }
  .btn a:hover::after {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 900px) {
  .btn a {
    font-size: 13px;
    padding: 0 25px 0 15px;
  }
}

/* -- catchBox -- */
.catchBox {
  position: relative;
  margin-top: 160px;
  z-index: 30;
}
.catchBox .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .catchBox .inner {
    padding: 0 7% 0 0;
    max-width: none;
  }
}
.catchBox-imgBox {
  position: relative;
  width: 61.5%;
}
.catchBox-imgBox-obj {
  position: absolute;
  top: -16%;
  right: 8.5%;
}
.catchBox-imgBox-img {
  overflow: hidden;
  border-radius: 0 10px 10px 0;
}
.catchBox-imgBox-img img {
  width: 100%;
}
.catchBox-txtBox {
  margin-top: 2px;
  width: 30.8%;
}
.catchBox-txtBox-tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66;
}
.catchBox-txtBox-txt {
  font-weight: 500;
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .catchBox {
    margin-top: 26.6%;
  }
  .catchBox .inner {
    display: block;
  }
  .catchBox-imgBox {
    margin: 0 19px 0 -15px;
    width: auto;
  }
  .catchBox-imgBox-obj {
    top: -40px;
    right: 11%;
    width: 51px;
  }
  .catchBox-txtBox {
    margin-top: 32px;
    width: auto;
  }
  .catchBox-txtBox-tit {
    font-size: 22px;
    line-height: 1.54;
  }
  .catchBox-txtBox-txt {
    margin-top: 11px;
  }
}

/* -- newsEventBox -- */
.newsEventBox {
  position: relative;
  margin-top: 162px;
  padding: 42px 0 284px;
  background: #E6DBCA;
  z-index: 10;
}
.newsEventBox > * {
  position: relative;
  z-index: 20;
}
.newsEventBox::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 1px;
  bottom: auto;
  margin: 0 auto;
  padding-top: 29.649%;
  background: url(../img/newsEventBox_bg.png) no-repeat center top/100% auto;
  transform: translateY(-100%);
  content: "";
  z-index: 10;
}
.newsEventBox .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .newsEventBox .inner {
    margin: 0;
    padding: 0 0 0 4%;
    max-width: none;
  }
}
.newsEventBox-txtBox {
  position: relative;
  margin-bottom: 31px;
  width: 277px;
}
.newsEventBox-txtBox > * {
  position: relative;
  z-index: 20;
}
.newsEventBox-txtBox-obj {
  position: absolute;
  top: -75px;
  left: 0;
  z-index: 10;
}
.newsEventBox-txtBox h2 {
  padding: 0 3% 0 15%;
}
.newsEventBox-txtBox h2 span {
  display: block;
}
.newsEventBox-txtBox h2 span:nth-child(1) {
  text-align: left;
}
.newsEventBox-txtBox h2 span:nth-child(2) {
  padding-right: 4%;
}
.newsEventBox-txtBox h2 span:nth-child(3) {
  text-align: right;
}
.newsEventBox-txtBox .btn {
  margin-top: 28px;
}
.newsEventBox-slider {
  width: calc(100% - 334px);
}
.newsEventBox-slider-cnt-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.newsEventBox-slider-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%);
}
.newsEventBox-slider-cnt-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  display: -webkit-box;
  overflow: hidden;
  margin-top: 15px;
}
.newsEventBox-slider .splide__arrow {
  margin-top: -29px;
  width: 70px;
  height: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  background: #FFF;
  opacity: 1;
}
.newsEventBox-slider .splide__arrow svg {
  display: none;
}
.newsEventBox-slider .splide__arrow::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/splide_arrow.svg) no-repeat center/100% auto;
  content: "";
}
.newsEventBox-slider .splide__arrow--prev {
  left: -35px;
}
.newsEventBox-slider .splide__arrow--prev::before {
  transform: scale(-1, 1);
}
.newsEventBox-slider .splide__arrow--next {
  right: 6%;
}
@media screen and (max-width: 900px) {
  .newsEventBox {
    margin-top: 30.8%;
    padding: 16px 0 178px;
  }
  .newsEventBox::after {
    padding-top: 41.601%;
    background: url(../img/newsEventBox_bg_sp.png) no-repeat center top/100% auto;
  }
  .newsEventBox .inner {
    display: block;
  }
  .newsEventBox-txtBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    width: auto;
  }
  .newsEventBox-txtBox-obj {
    top: -50px;
    width: 51px;
  }
  .newsEventBox-txtBox h2 {
    font-size: 32px;
    line-height: 1.18;
    width: 162px;
    padding: 0 0 0 4.7%;
  }
  .newsEventBox-txtBox .btn {
    margin: 0;
    width: calc(100% - 190px);
  }
  .newsEventBox-slider {
    margin: 40px -15px 0;
    width: auto;
  }
  .newsEventBox-slider .splide__arrow {
    width: 56px;
    height: 56px;
  }
  .newsEventBox-slider .splide__arrow::before {
    background-size: 130% auto;
  }
  .newsEventBox-slider .splide__arrow--prev {
    left: 6.4%;
  }
  .newsEventBox-slider .splide__arrow--next {
    right: 6.4%;
  }
}

/* -- floorMapBox -- */
.floorMapBox {
  position: relative;
  padding-top: 46px;
  z-index: 20;
  /* - shopBox - */
}
.floorMapBox > * {
  position: relative;
  z-index: 20;
}
.floorMapBox::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 1px;
  bottom: auto;
  right: 35px;
  left: 35px;
  margin: 0 auto;
  padding-top: 160px;
  background: url(../img/floorMapBox_bg.png) no-repeat center bottom/100% 160px;
  transform: translateY(-100%);
  content: "";
  z-index: 10;
}
.floorMapBox-obj {
  position: absolute;
  top: -119px;
  right: 102px;
}
.floorMapBox-map {
  overflow: hidden;
  margin: 47px auto 0;
  max-width: 980px;
  border-radius: 10px;
}
.floorMapBox-shopBox {
  margin-top: 140px;
}
@media screen and (max-width: 1276px) {
  .floorMapBox-shopBox {
    padding: 0 35px;
  }
}
.floorMapBox-shopBox > * {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.floorMapBox-shopBox > *:not(:last-child) {
  margin-bottom: 140px;
}
.floorMapBox-shopBox > *:not(:last-child).shop07 .floorMapBox-shopBox-txtBox {
  width: 100%;
}
.floorMapBox-shopBox-slider {
  padding-bottom: 90px;
  width: 58.3%;
}
.floorMapBox-shopBox-slider-obj {
  position: absolute;
  right: -19px;
  bottom: 0;
}
.shop02 .floorMapBox-shopBox-slider-obj {
  right: -28px;
  bottom: -6px;
}
.shop03 .floorMapBox-shopBox-slider-obj {
  right: -24px;
  bottom: 5px;
}
.shop04 .floorMapBox-shopBox-slider-obj {
  right: -11px;
  bottom: -2px;
}
.shop06 .floorMapBox-shopBox-slider-obj {
  bottom: -25px;
}
.shop08 .floorMapBox-shopBox-slider-obj {
  right: -35px;
  bottom: -21px;
}
.shop09 .floorMapBox-shopBox-slider-obj {
  right: 0;
  bottom: -60px;
}
.shop10 .floorMapBox-shopBox-slider-obj {
  right: 0;
  bottom: -4px;
}
.floorMapBox-shopBox-slider .splide__track {
  overflow: hidden;
  border-radius: 10px;
}
.floorMapBox-shopBox-slider .splide__slide img {
  width: 100%;
}
.floorMapBox-shopBox-slider .splide__pagination {
  bottom: 68px;
}
.floorMapBox-shopBox-slider .splide__pagination__page {
  margin: 0 6px;
  background: #BCBCBC;
  opacity: 1;
}
.floorMapBox-shopBox-slider .splide__pagination__page.is-active {
  background: #E95429;
  transform: scale(1);
}
.floorMapBox-shopBox-slider .splide__arrow {
  margin-top: -45px;
  width: 70px;
  height: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  background: #FFF;
  opacity: 1;
}
.floorMapBox-shopBox-slider .splide__arrow svg {
  display: none;
}
.floorMapBox-shopBox-slider .splide__arrow::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/splide_arrow.svg) no-repeat center/100% auto;
  content: "";
}
.floorMapBox-shopBox-slider .splide__arrow--prev {
  left: -35px;
}
.floorMapBox-shopBox-slider .splide__arrow--prev::before {
  transform: scale(-1, 1);
}
.floorMapBox-shopBox-slider .splide__arrow--next {
  right: -35px;
}
.floorMapBox-shopBox-txtBox {
  margin-top: 4px;
  width: 33.4%;
}
.floorMapBox-shopBox-txtBox-name {
  position: relative;
  margin-bottom: 27px;
  padding-left: 59px;
}
.floorMapBox-shopBox-txtBox-name-num {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  height: 42px;
  background: #E95429;
  border: none;
  border-radius: 10rem;
  transition: color 0.6s, background 0.6s;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  width: 42px;
  position: absolute;
  top: 4px;
  left: 1px;
}
.floorMapBox-shopBox-txtBox-name-tit {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
.floorMapBox-shopBox-txtBox-name-tit span:not(.en) {
  font-size: 13px;
  display: block;
  margin-top: 3px;
}
.floorMapBox-shopBox-txtBox-name-tit .en {
  display: inline-block;
}
.floorMapBox-shopBox-txtBox-tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
}
.floorMapBox-shopBox-txtBox-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  margin-top: 12px;
}
.floorMapBox-shopBox-txtBox .btn {
  margin: 22px 0 0;
}
.floorMapBox-shopBox-txtBox .btn.orange {
  margin-top: 11px;
}
.floorMapBox-shopBox-txtBox-shop {
  margin-top: 32px;
  padding: 22px 0;
  border-top: 1px solid #DBCFC0;
  border-bottom: 1px solid #DBCFC0;
}
.floorMapBox-shopBox-txtBox-shop dl dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
}
.floorMapBox-shopBox-txtBox-shop dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  margin-top: 6px;
}
.floorMapBox-shopBox-txtBox-shop dl dd:not(:last-child) {
  margin-bottom: 14px;
}
.floorMapBox-shopBox-txtBox-shop-txt > *:not(:last-child) {
  margin-bottom: 4px;
}
.floorMapBox-shopBox-txtBox-shop-come {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 7px;
}
.floorMapBox-shopBox-txtBox-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0 12px;
  border-bottom: 1px solid #DBCFC0;
}
.floorMapBox-shopBox-txtBox-sns-tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  margin-right: 17px;
}
.floorMapBox-shopBox-txtBox-sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
.floorMapBox-shopBox-txtBox-sns-list li:not(:last-child) {
  margin-right: 10px;
}
.floorMapBox-shopBox-txtBox-sns-list li a {
  vertical-align: middle;
}
.floorMapBox-shopBox-txtBox-sns-list li img {
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .floorMapBox {
    padding-top: 0;
    /* - shopBox - */
  }
  .floorMapBox::after {
    right: 15px;
    left: 15px;
    padding-top: 101px;
    background: url(../img/floorMapBox_bg_sp.png) no-repeat center top/100% 101px;
  }
  .floorMapBox-obj {
    top: -99px;
    right: 30px;
    width: 92px;
  }
  .floorMapBox h2 {
    position: relative;
    top: -7px;
  }
  .floorMapBox-map {
    margin: 35px auto 0;
  }
  .floorMapBox-shopBox {
    margin: 49px 13px 0;
    padding: 0;
  }
  .floorMapBox-shopBox > * {
    display: block;
  }
  .floorMapBox-shopBox > *:not(:last-child) {
    margin-bottom: 64px;
  }
  .floorMapBox-shopBox-slider {
    padding-bottom: 45px;
    width: auto;
  }
  .floorMapBox-shopBox-slider-obj {
    width: 30%;
    right: -21px;
    bottom: -3px;
  }
  .shop02 .floorMapBox-shopBox-slider-obj {
    right: -17px;
    bottom: -11px;
    width: 34%;
  }
  .shop03 .floorMapBox-shopBox-slider-obj {
    right: -20px;
    bottom: 1px;
    width: 33%;
  }
  .shop04 .floorMapBox-shopBox-slider-obj {
    right: -18px;
    bottom: -3px;
    width: 29%;
  }
  .shop06 .floorMapBox-shopBox-slider-obj {
    bottom: -3px;
    width: 29%;
  }
  .shop08 .floorMapBox-shopBox-slider-obj {
    width: 34%;
    right: -23px;
    bottom: -1px;
  }
  .shop09 .floorMapBox-shopBox-slider-obj {
    width: 31%;
    right: -13px;
    bottom: -6px;
  }
  .shop10 .floorMapBox-shopBox-slider-obj {
    width: 24.5%;
    right: -18px;
    bottom: 4px;
  }
  .floorMapBox-shopBox-slider .splide__pagination {
    bottom: 27px;
  }
  .floorMapBox-shopBox-slider .splide__pagination__page {
    margin: 0 5px;
  }
  .floorMapBox-shopBox-slider .splide__arrow {
    margin-top: -22px;
    width: 44px;
    height: 44px;
  }
  .floorMapBox-shopBox-slider .splide__arrow::before {
    background-size: 140% auto;
  }
  .floorMapBox-shopBox-slider .splide__arrow--prev {
    left: -22px;
  }
  .floorMapBox-shopBox-slider .splide__arrow--next {
    right: -22px;
  }
  .floorMapBox-shopBox-txtBox {
    margin-top: 2px;
    width: auto;
  }
  .floorMapBox-shopBox-txtBox-name {
    margin-bottom: 18px;
    padding-left: 54px;
  }
  .floorMapBox-shopBox-txtBox-name-num {
    font-size: 16px;
    left: 2px;
    width: 40px;
    height: 40px;
  }
  .floorMapBox-shopBox-txtBox-name-tit {
    font-size: 32px;
  }
  .floorMapBox-shopBox-txtBox-name-tit span:not(.en) {
    margin-top: -1px;
  }
  .floorMapBox-shopBox-txtBox-tit {
    line-height: 1.44;
  }
  .floorMapBox-shopBox-txtBox-txt {
    margin-top: 14px;
  }
  .floorMapBox-shopBox-txtBox .btn {
    max-width: none;
  }
  .floorMapBox-shopBox-txtBox .btn.orange {
    margin-top: 14px;
  }
  .floorMapBox-shopBox-txtBox-shop {
    padding: 22px 0 14px;
  }
  .floorMapBox-shopBox-txtBox-shop dl dt {
    font-size: 16px;
    line-height: 1.66;
  }
  .floorMapBox-shopBox-txtBox-sns {
    padding: 15px 0 13px;
  }
  .floorMapBox-shopBox-txtBox-sns-tit {
    font-size: 16px;
    margin-right: 21px;
  }
}

/* -- eventSpaceBox -- */
.eventSpaceBox {
  position: relative;
  margin-top: 269px;
  padding: 47px 0 140px;
  background: #E6DBCA;
  z-index: 20;
}
.eventSpaceBox::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 1px;
  bottom: auto;
  right: 35px;
  left: 35px;
  margin: 0 auto;
  padding-top: 11.714%;
  background: url(../img/eventSpaceBox_bg.png) no-repeat center bottom/100% auto;
  transform: translateY(-100%);
  content: "";
  z-index: 10;
}
.eventSpaceBox .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.eventSpaceBox h2 {
  width: 100%;
}
.eventSpaceBox-img {
  overflow: hidden;
  margin-top: 46px;
  width: 58.3%;
  border-radius: 10px;
}
.eventSpaceBox-txtBox {
  margin-top: 44px;
  width: 33.3%;
}
.eventSpaceBox-txtBox-tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66;
}
.eventSpaceBox-txtBox-txt {
  font-weight: 500;
  margin-top: 10px;
}
.eventSpaceBox-txtBox .btn {
  margin-top: 21px;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .eventSpaceBox {
    margin-top: 180px;
    padding: 0 0 253px;
  }
  .eventSpaceBox::after {
    right: 15px;
    left: 15px;
    padding-top: 101px;
    background: url(../img/eventSpaceBox_bg_sp.png) no-repeat center bottom/100% 101px;
  }
  .eventSpaceBox .inner {
    display: block;
    position: relative;
    z-index: 30;
  }
  .eventSpaceBox h2 {
    top: -16px;
  }
  .eventSpaceBox-img {
    margin-top: 18px;
    width: auto;
  }
  .eventSpaceBox-txtBox {
    margin-top: 32px;
    width: auto;
  }
  .eventSpaceBox-txtBox-tit {
    font-size: 22px;
    line-height: 1.54;
  }
  .eventSpaceBox-txtBox-txt {
    margin-top: 11px;
  }
  .eventSpaceBox-txtBox .btn {
    margin: 21px 13px 0;
  }
  .eventSpaceBox-txtBox .btn a {
    font-size: 14px;
    line-height: 1.42;
    height: 70px;
  }
}

/* -- accessBox -- */
.accessBox .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .accessBox .inner {
    margin: 0;
    max-width: none;
  }
}
.accessBox-gmap {
  line-height: 0;
  overflow: hidden;
  width: calc(100% - 487px);
}
.accessBox-gmap > * {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.accessBox-gmap iframe,
.accessBox-gmap object,
.accessBox-gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accessBox-txtBox {
  color: #FFF;
  padding: 123px 97px 118px;
  width: 487px;
  background: #4A200D;
}
.accessBox-txtBox h2 {
  font-size: 40px;
  color: #FFF;
  text-align: left;
}
.accessBox-txtBox-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  margin-top: 40px;
}
.accessBox-txtBox-txt > *:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .accessBox {
    position: relative;
    margin-top: -173px;
    z-index: 20;
  }
  .accessBox .inner {
    display: block;
  }
  .accessBox-gmap {
    width: auto;
    border-radius: 10px;
  }
  .accessBox-gmap > * {
    height: 0;
    padding-top: 100%;
  }
  .accessBox-txtBox {
    margin: -172px -15px 0;
    padding: 215px 15px 57px;
    width: auto;
  }
  .accessBox-txtBox h2 {
    font-size: 36px;
    text-align: center;
  }
  .accessBox-txtBox-txt {
    margin-top: 32px;
  }
  .accessBox-txtBox-txt > *:not(:last-child) {
    margin-bottom: 16px;
  }
}

/*
    アニメーション
*/
.rotate {
  animation: rotateY 4s infinite forwards;
}

@keyframes rotateY {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
/*
    js
*/
/* -- ロードアニメーション -- */
#mv {
  opacity: 0;
  transition: opacity 1.2s;
}
#mv.on {
  opacity: 1;
}

.mv-txtBox h1,
.mv-txtBox-txt,
.mv-tag {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s, transform 0.6s;
}
.mv-txtBox h1.on,
.mv-txtBox-txt.on,
.mv-tag.on {
  transform: translateY(0);
  opacity: 1;
}

header {
  transform: translateY(-100%);
  transition: transform 0.6s;
}
header.on {
  transform: translateY(0);
}

#toTop {
  transform: translateY(calc(100% + 24px));
  transition: transform 0.6s;
}
#toTop.on {
  transform: translateY(0);
}

/* -- 'inview' フェードプラグイン -- */
/* フェードアップ */
.fadeUp,
.fadeUpItem > * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s, transform 0.6s;
}
.fadeUp.on,
.fadeUpItem > *.on {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */