@charset "UTF-8";
/* ==============================================================
*  ベース
* ============================================================ */
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #221714;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: #0044CC;
}

a:focus,
*:focus {
  outline: none;
}

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

a img {
  outline: none;
  border-width: 0;
  border-style: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select,
textarea,
input,
form {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  color: inherit;
  font-family: inherit;
  background: #FFFFFF;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

textarea:focus,
input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

:root {
  --cc-main: #bd3c31;
  --space: 30px;
  --w1280: 1280px;
  --w1920: 1920px;
}

/* ================================================

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 569px) {
  body {
    max-width: 1280px;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ==============================================================
*  レイアウト
* ============================================================ */
/* ================================================

- header

================================================ */
.wrapper {
  position: relative;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  min-height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.l-header {
  width: 100%;
  padding-top: 20px;
}

.l-header__inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 0 22px 0 30px;
}

.l-header__logo {
  width: 302px;
}

.l-header__btnList {
  margin-left: auto;
}
.l-header__btnList ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 10px;
  min-width: 139px;
  min-height: 35px;
  font-size: 1.125rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background-color: #bd3c31;
  cursor: pointer;
}
.l-header__btnList ul li a span {
  margin-left: 0.5em;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.l-header__btnList ul li:not(:first-child) {
  margin-top: 8px;
}

.l-header__nav {
  padding-top: 43px;
  margin-left: 80px;
}

ul.l-header__nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-left: 46px;
}
ul.l-header__nav__list li a {
  display: block;
  padding: 0 10px 8px;
  border-bottom: solid 1px #dfcc97;
  font-size: 1.125rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
  -webkit-transition: border-bottom 0.4s;
  transition: border-bottom 0.4s;
}
ul.l-header__nav__list li a span {
  display: block;
  margin-top: 0;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
ul.l-header__nav__list li a:hover {
  border-bottom: solid 1px #bd3c31;
}
ul.l-header__nav__list li a:not([href]) {
  color: #888888;
  cursor: default;
}
ul.l-header__nav__list li:not(:first-child) {
  margin-left: 25px;
}

.outline ul.l-header__nav__list li a[href*=outline],
.gallery ul.l-header__nav__list li a[href*=gallery],
.plan ul.l-header__nav__list li a[href*=plan],
.access ul.l-header__nav__list li a[href*=access],
.location ul.l-header__nav__list li a[href*=location],
.top ul.l-header__nav__list li a[href*=index] {
  border-bottom: solid 1px #bd3c31;
}

/* @media screen */
@media screen and (max-width: 568px) {
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    z-index: 10;
    background-color: #FFFFFF;
  }
  .l-header {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 14px;
  }
  .l-header__inner {
    padding: 0 0 0 15px;
  }
  .l-header__logo {
    width: 184px;
  }
  .l-header__btnList {
    display: none;
  }
  .l-header__nav {
    display: none;
  }
}
/* ================================================

- ハンバーガーボタン

================================================ */
.l-hamburgerBtn {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) and (max-width: 568px) {
  .l-hamburgerBtn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    position: fixed;
    top: 4.267vw;
    right: 2.5vw;
    width: 10.667vw;
    min-height: 10.667vw;
    z-index: 9;
    background-color: #595757;
    border-radius: 0.533vw;
    cursor: pointer;
  }
  .l-hamburgerBtn .l-hamburgerBtn__line {
    width: 25px;
    height: 15px;
    position: relative;
  }
  .l-hamburgerBtn .l-hamburgerBtn__line span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-hamburgerBtn .l-hamburgerBtn__line span::before,
  .l-hamburgerBtn .l-hamburgerBtn__line span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .l-hamburgerBtn .l-hamburgerBtn__line span::before {
    top: -7px;
  }
  .l-hamburgerBtn .l-hamburgerBtn__line span::after {
    top: 7px;
  }
  .l-hamburgerBtn.-active .l-hamburgerBtn__line span {
    background-color: transparent;
  }
  .l-hamburgerBtn.-active .l-hamburgerBtn__line span::before,
  .l-hamburgerBtn.-active .l-hamburgerBtn__line span::after {
    top: 0;
    background-color: #FFFFFF;
  }
  .l-hamburgerBtn.-active .l-hamburgerBtn__line span::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .l-hamburgerBtn.-active .l-hamburgerBtn__line span::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
/* ================================================

- ナビゲーション

================================================ */
.l-nav {
  display: none;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .l-nav {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    -webkit-transition: visibility, opacity 0.3s;
    transition: visibility, opacity 0.3s;
    background-color: #bd3c31;
  }
  .l-nav.-active {
    visibility: visible;
    opacity: 1;
  }
  .l-nav__inner {
    height: 100%;
    padding: 50px 8vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-nav__inner ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-nav__inner ul li a {
    display: block;
    padding-bottom: 10px;
    font-size: 5.3333333333vw;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-align: center;
  }
  .l-nav__inner ul li a span {
    display: block;
    margin-top: 7px;
    font-size: 3.4666666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .l-nav__inner ul li a:not([href]) {
    color: #888888;
    cursor: default;
  }
  .l-nav__inner ul li:not(:first-child) {
    margin-top: 60px;
  }
  .l-nav__inner ul.l-nav__inner__note {
    margin-top: 40px;
    padding-top: 40px;
    border-top: dotted 1px rgba(255, 255, 255, 0.7);
  }
  .l-nav__inner ul.l-nav__inner__note li p {
    font-size: 6.6666666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-align: left;
  }
  .l-nav__inner ul.l-nav__inner__note li:first-child a {
    border-bottom: none;
  }
  .outline .l-nav__inner ul li a[href*=outline],
  .gallery .l-nav__inner ul li a[href*=gallery],
  .plan .l-nav__inner ul li a[href*=plan],
  .access .l-nav__inner ul li a[href*=access],
  .location .l-nav__inner ul li a[href*=location],
  .top .l-nav__inner ul li a[href*=index] {
    border-bottom: solid 1px #bd3c31;
  }
}
/* ================================================

- footer

================================================ */
/* @media screen */
/* ==============================================================
*  モジュール
* ============================================================ */
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .m-btn a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .m-hover-opacity:hover,
  .m-btn a:any-link:hover {
    opacity: 0.7;
  }
}
.m-hover-opacity,
.m-btn a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ================================================

- 共通

================================================ */
.m-body {
  background-color: #bd3c31;
}

.m-wrapper {
  position: relative;
  overflow-x: clip;
}

.m-w1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1200 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1060 {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-w1024 {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-advertisement {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 78px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #FFFFFF;
  z-index: 7;
}

.m-advertisement__inner p {
  font-size: 0.875rem;
  line-height: 1.429;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.m-advertisement__inner p strong {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.m-mv {
  position: relative;
}

.m-mv__photo img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.m-mv__ttl {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  font-size: 10rem;
  text-align: center;
}

.m-mv__note {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .m-advertisement {
    display: none;
    min-height: 0;
    padding: 10px 0;
  }
  .m-advertisement__inner {
    padding: 0 4.8vw;
  }
  .m-advertisement__inner p {
    font-size: 3.2vw;
  }
  .m-mv__photo img {
    height: 82.667vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .m-mv__ttl {
    bottom: -6.133vw;
    font-size: 18.6666666667vw;
  }
  .m-mv__note {
    right: 4vw;
    bottom: 10px;
    font-size: 3.7333333333vw;
  }
}
/* ================================================

- 共通 ボタン

================================================ */
.m-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 320px;
  min-height: 50px;
  padding: 0 15px;
  font-size: 1rem;
  color: var(--cc-main);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-decoration: none;
  border: solid 1px var(--cc-main);
  border-radius: 50px;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.m-btn a span {
  position: relative;
}

.m-btn.-green a {
  color: var(--cc-main);
  border: solid 1px var(--cc-main);
}

.m-btn.-prev a span {
  padding-left: 18px;
}
.m-btn.-prev a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #0089D3;
  border-left: solid 1px #0089D3;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.m-btn.-next a span {
  width: 100%;
  padding-right: 10px;
  text-align: center;
}
.m-btn.-next a span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--cc-main);
}

.m-btn.-green.-next a span::before {
  border-color: transparent transparent transparent var(--cc-main);
}

.m-btn.-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.m-note {
  font-size: 0.6875rem;
  color: #8C8C8C;
  text-align: right;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .m-note {
    font-size: 2.6666666667vw;
    line-height: 1.4;
    text-align: left;
  }
}
/* ================================================

- その他

================================================ */
.m-indent--kome p {
  position: relative;
  padding: 0 0 0 1em;
}
.m-indent--kome p::before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ================================================

- 現地案内図

================================================ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-to,
.fade-leave {
  opacity: 1;
}

.m-modalMap--btn {
  cursor: pointer;
}

.m-modalMap {
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  max-width: 985px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
  cursor: default;
  pointer-events: auto;
}

.m-modalMap__item1 {
  max-width: 945px;
  margin: 0 auto;
}

.m-modalMap__item2 {
  max-width: 413px;
  margin: 20px auto 0;
}

.m-modalMap__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
.m-modalMap__btn button {
  display: block;
  width: calc(50% - 10px);
  padding: 25px 0;
  font-size: 0.875rem;
  text-align: center;
  color: #717071;
  cursor: pointer;
  background-color: #DCDCDC;
}
.m-modalMap__btn button:not(:first-of-type) {
  margin-left: 20px;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .m-modalMap {
    max-height: calc(100vh - 80px);
    padding: 15px 4vw;
  }
  .m-modalMap__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
    padding: 0 4vw;
  }
  .m-modalMap__btn button {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 3.2vw;
  }
  .m-modalMap__btn button:not(:first-of-type) {
    margin: 15px auto 0;
  }
}
/* ================================================

- 空室情報・賃料条件一覧 + お問い合わせボタン

================================================ */
.m-commonArea {
  background-image: url(../images/common/m_btn_bg.jpg);
  background-size: cover;
  background-position: top center;
}

.m-common__btnList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 204px;
}

.m-common__btn {
  width: 280px;
  cursor: pointer;
}

.m-common__btn:not(:first-of-type) {
  margin-left: 40px;
}

.m-ankBtn {
  position: fixed;
  right: 50px;
  bottom: 0;
  width: 65px;
  z-index: 2;
}

#ZZ_common_footer {
  border-top: none !important;
}

@media screen and (max-width: 568px) {
  .m-commonArea {
    background-image: url(../images/common/m_btn_bg_sp.jpg);
  }
  .m-common__btnArea {
    padding: 40px 0;
  }
  .m-common__btnList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-common__btn {
    width: 80vw;
  }
  .m-common__btn:not(:first-of-type) {
    margin-left: 0;
    margin-top: 30px;
  }
  .m-ankBtn {
    display: none;
  }
}
/* ================================================

- コンフォリシリーズ共通スライド

================================================ */
/* ================================================

- フッターリンク

================================================ */
.m-commonLinks {
  background-color: #1A1311;
}

.m-commonLinks__inner ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 50px;
}
.m-commonLinks__inner ul li a {
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
  color: #FFFFFF;
}
.m-commonLinks__inner ul li a span {
  display: inline-block;
  position: relative;
}
.m-commonLinks__inner ul li a span::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  background-color: #FFFFFF;
}
.m-commonLinks__inner ul li a:hover span::after {
  width: 100%;
}
.m-commonLinks__inner ul li:not(:first-of-type) {
  margin-left: 40px;
}

/* @media screen */
@media screen and (max-width: 569px) {
  .m-commonLinks__inner {
    padding: 30px 0;
  }
  .m-commonLinks__inner ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .m-commonLinks__inner ul li {
    width: 50%;
  }
  .m-commonLinks__inner ul li span,
  .m-commonLinks__inner ul li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 2.9333333333vw;
    text-align: center;
  }
  .m-commonLinks__inner ul li:not(:first-of-type) {
    margin-left: 0;
  }
  .m-commonLinks__inner ul li:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
}
/* ==============================================================
*  プリント
* ============================================================ */
/* ================================================

- プリント

================================================ */
@media print {
  .m-container,
  #ZZ_common_footer {
    display: none;
  }
  _:-ms-lang(x)::-ms-backdrop, .wrapper > :not(#printarea) {
    display: block;
  }
  *::-ms-backdrop,
  .footer,
  .m-commonArea,
  .container,
  .l-nav,
  .mv,
  .l-header {
    display: none !important;
  }
  .m-modalMap {
    display: block !important;
    opacity: 1 !important;
  }
  _::-webkit-full-page-media, _:future, :root .m-modalMap {
    position: static !important;
    -webkit-transform: translateY(0) translateX(0) !important;
            transform: translateY(0) translateX(0) !important;
  }
}