@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, a, dl, dt, dd, ol, ul, li, button, input, textarea, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-size: 1.6rem;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline-width: 0;
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

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

th {
  font-weight: normal;
}

hr {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

code, kbd, pre, samp {
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

blockquote, q {
  quotes: none;
}

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

@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}

@media screen and (max-width: 750px) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.25, 0.75);
    transform: translate(-50%, -50%) scale(1.25, 0.75);
  }
  50% {
    -webkit-transform: translate(-50%, -150%) scale(1, 1);
    transform: translate(-50%, -150%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.25, 0.75);
    transform: translate(-50%, -50%) scale(1.25, 0.75);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.25, 0.75);
    transform: translate(-50%, -50%) scale(1.25, 0.75);
  }
  50% {
    -webkit-transform: translate(-50%, -150%) scale(1, 1);
    transform: translate(-50%, -150%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.25, 0.75);
    transform: translate(-50%, -50%) scale(1.25, 0.75);
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
}

html {
  height: 100%;
}

body {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #2b1b16;
}

body.noscroll {
  overflow: hidden;
}

body img {
  vertical-align: bottom;
}

body [data-target-mask] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

body [data-target-mask][right].action, body [data-target-mask][left].action, body [data-target-mask][up].action, body [data-target-mask][down].action {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

body [data-target-mask][right] {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

body [data-target-mask][left] {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}

body [data-target-mask][up] {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}

body [data-target-mask][down] {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

body [data-target] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
}

body [data-target].action {
  opacity: 1;
}

body [data-target][nomotion] {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

body [data-target][slideup] {
  -webkit-transform: translateY(1.56vw) scale(1);
  transform: translateY(1.56vw) scale(1);
}

body [data-target][slideup].action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body [data-target][slidedown] {
  -webkit-transform: translateY(-1.56vw) scale(1);
  transform: translateY(-1.56vw) scale(1);
}

body [data-target][slidedown].action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body [data-target][slideleft] {
  -webkit-transform: translateX(1.56vw) scale(1);
  transform: translateX(1.56vw) scale(1);
}

body [data-target][slideleft].action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

body [data-target][slideright] {
  -webkit-transform: translateX(-1.56vw) scale(1);
  transform: translateX(-1.56vw) scale(1);
}

body [data-target][slideright].action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

body [data-lzy] {
  opacity: 0;
}

body [data-lzy].action {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

body .disable-hover {
  pointer-events: none;
}

body #defineSVG {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  min-height: calc(100vh - 76px);
}

#mainContents {
  width: calc(100% - 255px);
}

#globalHeader {
  width: 255px;
}

#globalHeader .inner {
  padding: 30px 60px;
}

#globalHeader .logo {
  width: 75px;
  height: 265px;
  margin-bottom: 65px;
}

#globalHeader .logo a {
  background: url(../img/common/logo_tate.svg) no-repeat 0 0;
  background-size: 100% 100%;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}

#globalHeader .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#globalHeader .gnavi .nav {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
}

#globalHeader .gnavi .nav span {
  display: none;
}

#globalHeader .gnavi .nav:after {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2b1b16;
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media screen and (min-width: 750px) {
  #globalHeader .gnavi .nav:hover:after {
    width: 100%;
  }
}

#globalHeader .gnavi .nav.active:after {
  width: 100%;
}

#globalHeader .gnavi .n_about {
  background-image: url(../img/common/nav_1.svg);
  width: 100px;
  height: 20px;
}

#globalHeader .gnavi .n_news {
  background-image: url(../img/common/nav_2.svg);
  width: 52px;
  height: 18px;
}

#globalHeader .gnavi .n_space {
  background-image: url(../img/common/nav_3.svg);
  width: 101px;
  height: 20px;
}

#globalHeader .gnavi .n_space_kebara {
  background-image: url(../img/common/nav_4.svg);
  width: 123px;
  height: 20px;
}

#globalHeader .gnavi .n_online {
  background-image: url(../img/common/nav_5.svg);
  width: 66px;
  height: 18px;
}

#globalHeader .gnavi .n_contact {
  background-image: url(../img/common/nav_6.svg);
  width: 135px;
  height: 20px;
}

@media screen and (min-width: 750px) {
  #globalHeader .gnavi #acc:hover ul {
    height: 270px;
  }
}

#globalHeader .gnavi #acc.open ul {
  height: 270px;
}

#globalHeader .gnavi #acc ul {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  white-space: nowrap;
  color: #9fa0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#globalHeader .gnavi #acc ul li {
  margin-bottom: 10px;
}

#globalHeader .gnavi #acc ul li.active a {
  color: #2b1b16;
}

#globalHeader .gnavi #acc ul li.active a:after {
  width: 100%;
}

#globalHeader .gnavi #acc ul a {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

#globalHeader .gnavi #acc ul a:after {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2b1b16;
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media screen and (min-width: 750px) {
  #globalHeader .gnavi #acc ul a:hover {
    color: #2b1b16;
  }
  #globalHeader .gnavi #acc ul a:hover:after {
    width: 100%;
  }
}

#globalFooter {
  background-color: #2b1b16;
  color: #ffffff;
}

#globalFooter .inner {
  max-width: 1280px;
  margin: auto;
  padding: 20px;
  position: relative;
}

#globalFooter dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#globalFooter dl dt {
  font-size: 1.4rem;
  margin-right: 50px;
  letter-spacing: 0.2em;
}

#globalFooter dl dd {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

#globalFooter .copyright {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1rem;
  letter-spacing: 0.15em;
}

.wrap_white {
  background-color: #ffffff;
}

.sec_title {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 45px;
  letter-spacing: 0.2em;
}

[data-page='top'] #mv {
  position: relative;
  min-height: 100vh;
  padding-top: 100vh;
}

[data-page='top'] #mv .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[data-page='top'] #mv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

[data-page='top'] #mv .cover {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

[data-page='top'] #mv .visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 700px;
}

[data-page='top'] #mv .visual .logo {
  background: url(../img/common/logo_tate.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 60px;
  height: 196px;
  position: absolute;
  top: 32px;
  left: 55px;
  text-indent: -9999px;
}

[data-page='top'] #mv .visual .ic_scroll {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/common/ic_scroll.svg) no-repeat 0 0;
  background-size: 100% 100%;
  width: 32px;
  height: 21px;
  position: absolute;
  bottom: 42px;
  left: 50%;
}

[data-page='top'] #mv .visual .ic_scroll a {
  display: block;
  width: 100%;
  height: 100%;
}

[data-page='top'] #mv .intro {
  min-height: 860px;
  height: 100vh;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

[data-page='top'] #mv .intro .btn {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 84px;
  left: 50%;
  border: 1px solid #2b1b16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 18px;
  font-size: 1rem;
}

@media screen and (min-width: 750px) {
  [data-page='top'] #mv .intro .btn:hover {
    background-color: #2b1b16;
    color: #ffffff;
  }
}

[data-page='top'] #mv .intro .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: -100px;
}

[data-page='top'] #mv .intro .txt h1 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}

[data-page='top'] #mv .intro .txt p {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-right: 100px;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

[data-page='top'] #mv .intro .txt .sub {
  text-align: right;
}

[data-page='top'] #globalHeader .inner {
  padding-top: 60px;
}

[data-page='top'] #space {
  padding-bottom: 100px;
  padding-top: 70px;
}

[data-page='top'] #space .space_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-page='top'] #space .space_list .unit a {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 750px) {
  [data-page='top'] #space .space_list .unit a:hover {
    opacity: 0.5;
  }
}

[data-page='top'] #space .space_list .u1 {
  width: 381px;
}

[data-page='top'] #space .space_list .u2 {
  width: 490px;
  margin-top: -50px;
}

[data-page='top'] #space .space_list .u3 {
  width: 388px;
}

[data-page='top'] #space .space_list .u4 {
  width: 283px;
  margin-bottom: 45px;
}

[data-page='top'] #space .space_list .u5 {
  width: 235px;
  margin-bottom: 45px;
}

[data-page='top'] #space .space_list .u6 {
  width: 355px;
  margin-top: 45px;
}

[data-page='top'] #space .space_list .u7 {
  width: 333px;
}

[data-page='top'] #space .space_list .u8 {
  width: 269px;
}

[data-page='top'] #news {
  position: relative;
  padding: 65px 0 110px;
}

[data-page='top'] #news:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f3f3f3;
  content: '';
  width: 150vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
  z-index: 0;
}

[data-page='top'] #news .sec_inner {
  position: relative;
  z-index: 2;
}

[data-page='top'] #news .news_list {
  margin-bottom: 80px;
}

[data-page='top'] #news .news_list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
}

[data-page='top'] #news .news_list .swiper-slide:first-child {
  grid-column: 1/3;
  grid-row: 1/4;
}

[data-page='top'] #news .news_list .swiper-slide:first-child .unit .txt .description {
  display: block;
}

[data-page='top'] #news .news_list .unit a {
  overflow: hidden;
}

[data-page='top'] #news .news_list .unit a img,
[data-page='top'] #news .news_list .unit a video {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 750px) {
  [data-page='top'] #news .news_list .unit a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

[data-page='top'] #news .news_list .unit figure {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}

[data-page='top'] #news .news_list .unit .txt {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  padding: 0 5px;
}

[data-page='top'] #news .news_list .unit .txt .category {
  font-size: 1rem;
  color: #9a9a9b;
  margin-bottom: 10px;
}

[data-page='top'] #news .news_list .unit .txt .date {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

[data-page='top'] #news .news_list .unit .txt .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

[data-page='top'] #news .news_list .unit .txt .description {
  font-size: 1.1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: none;
}

[data-page='top'] #news .btn {
  margin: auto;
  display: block;
  width: 28px;
}

[data-page='top'] #news .btn img {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 750px) {
  [data-page='top'] #news .btn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

[data-page='space'],
[data-page='space_kebara'] {
  padding: 75px 0 0;
}

[data-page='space'] #container,
[data-page='space_kebara'] #container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article,
  [data-page='space_kebara'] article {
    padding-right: 20px;
  }
}

[data-page='space'] article .title,
[data-page='space_kebara'] article .title {
  text-align: center;
}

[data-page='space'] article .floor,
[data-page='space_kebara'] article .floor {
  position: relative;
}

[data-page='space'] article .floor .point,
[data-page='space_kebara'] article .floor .point {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  width: 3.13vw;
  height: 3.13vw;
  border-radius: 100%;
  display: block;
}

[data-page='space'] article .floor .point:after,
[data-page='space_kebara'] article .floor .point:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  width: 1.33vw;
  height: 2.97vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -8px;
}

[data-page='space'] article .floor .point.up:after,
[data-page='space_kebara'] article .floor .point.up:after {
  -webkit-animation: up 1s infinite;
  animation: up 1s infinite;
  background-image: url(../img/common/ic_arrow-up.svg);
}

[data-page='space'] article .floor .point.down:after,
[data-page='space_kebara'] article .floor .point.down:after {
  -webkit-animation: down 1s infinite;
  animation: down 1s infinite;
  background-image: url(../img/common/ic_arrow-down.svg);
}

[data-page='space'] article .floor figcaption,
[data-page='space_kebara'] article .floor figcaption {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  position: absolute;
  right: 110px;
  bottom: 60px;
}

[data-page='space'] article .description,
[data-page='space_kebara'] article .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 150px;
}

[data-page='space'] article .description h2,
[data-page='space_kebara'] article .description h2 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.11em;
  width: 40%;
}

[data-page='space'] article .description .txt,
[data-page='space_kebara'] article .description .txt {
  width: calc(60% - 45px);
  line-height: 2.2;
  font-size: 1.5rem;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article .description,
  [data-page='space_kebara'] article .description {
    display: block;
  }
  [data-page='space'] article .description h2,
  [data-page='space_kebara'] article .description h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  [data-page='space'] article .description .txt,
  [data-page='space_kebara'] article .description .txt {
    width: 100%;
  }
}

[data-page='space'] article .slide,
[data-page='space_kebara'] article .slide {
  margin-bottom: 200px;
}

[data-page='space'] article .slide .swiper,
[data-page='space_kebara'] article .slide .swiper {
  position: relative;
}

[data-page='space'] article .slide .swiper-button-prev,
[data-page='space'] article .slide .swiper-button-next,
[data-page='space_kebara'] article .slide .swiper-button-prev,
[data-page='space_kebara'] article .slide .swiper-button-next {
  width: 47px;
  height: 47px;
  margin-top: -28px;
}

[data-page='space'] article .slide .swiper-button-prev:after,
[data-page='space'] article .slide .swiper-button-next:after,
[data-page='space_kebara'] article .slide .swiper-button-prev:after,
[data-page='space_kebara'] article .slide .swiper-button-next:after {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  width: 100%;
  height: 100%;
}

[data-page='space'] article .slide .swiper-button-prev:after,
[data-page='space_kebara'] article .slide .swiper-button-prev:after {
  background-image: url(../img/common/ic_arrow-left.svg);
}

@media screen and (min-width: 750px) {
  [data-page='space'] article .slide .swiper-button-prev:hover:after,
  [data-page='space_kebara'] article .slide .swiper-button-prev:hover:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

[data-page='space'] article .slide .swiper-button-next:after,
[data-page='space_kebara'] article .slide .swiper-button-next:after {
  background-image: url(../img/common/ic_arrow-right.svg);
}

@media screen and (min-width: 750px) {
  [data-page='space'] article .slide .swiper-button-next:hover:after,
  [data-page='space_kebara'] article .slide .swiper-button-next:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

[data-page='space'] article .slide .swiper-button-disabled,
[data-page='space_kebara'] article .slide .swiper-button-disabled {
  opacity: 0;
}

[data-page='space'] article .slide .swiper_main,
[data-page='space_kebara'] article .slide .swiper_main {
  margin-bottom: 18px;
}

[data-page='space'] article .slide .swiper_thumb,
[data-page='space_kebara'] article .slide .swiper_thumb {
  padding: 0 30px;
}

[data-page='space'] article .slide .swiper_thumb .swiper-wrapper.center,
[data-page='space_kebara'] article .slide .swiper_thumb .swiper-wrapper.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-page='space'] article .slide .swiper_thumb .swiper-button-prev,
[data-page='space'] article .slide .swiper_thumb .swiper-button-next,
[data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-prev,
[data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-next {
  width: 19px;
  height: 19px;
  margin-top: -10px;
}

[data-page='space'] article .slide .swiper_thumb .swiper-button-prev,
[data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-prev {
  left: 0;
}

[data-page='space'] article .slide .swiper_thumb .swiper-button-next,
[data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-next {
  right: 0;
}

[data-page='space'] article .slide .swiper_thumb .swiper-slide,
[data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide {
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}

[data-page='space'] article .slide .swiper_thumb .swiper-slide:before,
[data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide:before {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2b1b16;
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

[data-page='space'] article .slide .swiper_thumb .swiper-slide.swiper-slide-thumb-active:before,
[data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide.swiper-slide-thumb-active:before {
  width: 100%;
}

@media screen and (min-width: 750px) {
  [data-page='space'] article .slide .swiper_thumb .swiper-slide:hover:before,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide:hover:before {
    width: 100%;
  }
}

[data-page='space'] .access,
[data-page='space_kebara'] .access {
  margin: auto;
  width: calc(100% + ((100vw - 100%) / 2));
  max-width: 1480px;
  position: relative;
  min-height: 500px;
}

[data-page='space'] .access .map,
[data-page='space_kebara'] .access .map {
  pointer-events: none;
}

[data-page='space'] .access .info,
[data-page='space_kebara'] .access .info {
  position: absolute;
}

[data-page='space'] .access .info dl,
[data-page='space_kebara'] .access .info dl {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  margin-bottom: 30px;
}

[data-page='space'] .access .info dl dt,
[data-page='space_kebara'] .access .info dl dt {
  margin-bottom: 50px;
}

[data-page='space'] .access .info dl dd,
[data-page='space_kebara'] .access .info dl dd {
  font-size: 1.2rem;
  line-height: 1.6;
}

[data-page='space'] .access .info .sns li,
[data-page='space_kebara'] .access .info .sns li {
  margin-bottom: 15px;
}

[data-page='space'] .access .info .sns a,
[data-page='space_kebara'] .access .info .sns a {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 750px) {
  [data-page='space'] .access .info .sns a:hover,
  [data-page='space_kebara'] .access .info .sns a:hover {
    opacity: 0.6;
  }
}

[data-page='space'] .access .info .sns img,
[data-page='space_kebara'] .access .info .sns img {
  width: 30px;
}

[data-page='space'] .access .info .sns img.black,
[data-page='space_kebara'] .access .info .sns img.black {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

[data-page='space'] #modal,
[data-page='space_kebara'] #modal {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

[data-page='space'] #modal.active,
[data-page='space_kebara'] #modal.active {
  opacity: 1;
  visibility: visible;
}

[data-page='space'] #modal .modal_inner,
[data-page='space_kebara'] #modal .modal_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-page='space'] #modal .modal_contents,
[data-page='space_kebara'] #modal .modal_contents {
  background-color: #ffffff;
  max-width: 800px;
  min-height: 365px;
  position: relative;
}

[data-page='space'] #modal #btnModalClose,
[data-page='space_kebara'] #modal #btnModalClose {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 750px) {
  [data-page='space'] #modal #btnModalClose:hover,
  [data-page='space_kebara'] #modal #btnModalClose:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

[data-page='space'] #modal .swiper_point,
[data-page='space_kebara'] #modal .swiper_point {
  padding: 30px 60px;
}

[data-page='space'] #modal .swiper-button-prev,
[data-page='space'] #modal .swiper-button-next,
[data-page='space_kebara'] #modal .swiper-button-prev,
[data-page='space_kebara'] #modal .swiper-button-next {
  width: 27px;
  height: 27px;
  margin-top: -14px;
}

[data-page='space'] #modal .swiper-button-prev:after,
[data-page='space'] #modal .swiper-button-next:after,
[data-page='space_kebara'] #modal .swiper-button-prev:after,
[data-page='space_kebara'] #modal .swiper-button-next:after {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  width: 100%;
  height: 100%;
}

[data-page='space'] #modal .swiper-button-prev:after,
[data-page='space_kebara'] #modal .swiper-button-prev:after {
  background-image: url(../img/common/ic_arrow-left.svg);
}

@media screen and (min-width: 750px) {
  [data-page='space'] #modal .swiper-button-prev:hover:after,
  [data-page='space_kebara'] #modal .swiper-button-prev:hover:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

[data-page='space'] #modal .swiper-button-next:after,
[data-page='space_kebara'] #modal .swiper-button-next:after {
  background-image: url(../img/common/ic_arrow-right.svg);
}

@media screen and (min-width: 750px) {
  [data-page='space'] #modal .swiper-button-next:hover:after,
  [data-page='space_kebara'] #modal .swiper-button-next:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

[data-page='space'] #modal .swiper-button-disabled,
[data-page='space_kebara'] #modal .swiper-button-disabled {
  opacity: 0;
}

[data-page='space'] #modal .swiper-wrapper,
[data-page='space_kebara'] #modal .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-page='space'] #modal .swiper-slide,
[data-page='space_kebara'] #modal .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-page='space'] #modal .swiper-slide figure,
[data-page='space_kebara'] #modal .swiper-slide figure {
  width: calc(50% - 20px);
}

[data-page='space'] #modal .swiper-slide dl,
[data-page='space_kebara'] #modal .swiper-slide dl {
  width: 50%;
}

[data-page='space'] #modal .swiper-slide dl dt,
[data-page='space_kebara'] #modal .swiper-slide dl dt {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.11em;
  margin-bottom: 25px;
}

[data-page='space'].casadecha .title,
[data-page='space_kebara'].casadecha .title {
  margin-bottom: 45px;
}

[data-page='space'].casadecha .title img,
[data-page='space_kebara'].casadecha .title img {
  height: 38px;
}

[data-page='space'].casadecha .floor,
[data-page='space_kebara'].casadecha .floor {
  margin-bottom: 110px;
}

[data-page='space'].casadecha .floor .p1,
[data-page='space_kebara'].casadecha .floor .p1 {
  top: 87.4%;
  left: 19.2%;
}

[data-page='space'].casadecha .floor .p2,
[data-page='space_kebara'].casadecha .floor .p2 {
  top: 86.4%;
  left: 22.9%;
}

[data-page='space'].casadecha .floor .p3,
[data-page='space_kebara'].casadecha .floor .p3 {
  top: 98.6%;
  left: 43.6%;
}

[data-page='space'].casadecha .floor .p4,
[data-page='space_kebara'].casadecha .floor .p4 {
  top: 43.4%;
  left: 22.3%;
}

[data-page='space'].casadecha .floor .p5,
[data-page='space_kebara'].casadecha .floor .p5 {
  top: 21.4%;
  left: 22.5%;
}

[data-page='space'].casadecha .access .info,
[data-page='space_kebara'].casadecha .access .info {
  top: -2.34vw;
  left: 3.13vw;
}

[data-page='space'].casadecha .access .info dl dt img,
[data-page='space_kebara'].casadecha .access .info dl dt img {
  height: 27px;
}

[data-page='space'].bring .title,
[data-page='space_kebara'].bring .title {
  margin-bottom: 45px;
}

[data-page='space'].bring .title img,
[data-page='space_kebara'].bring .title img {
  height: 32px;
}

[data-page='space'].bring .mv,
[data-page='space_kebara'].bring .mv {
  margin-bottom: 60px;
}

[data-page='space'].bring .floor,
[data-page='space_kebara'].bring .floor {
  margin-bottom: 110px;
}

[data-page='space'].bring .floor .p1,
[data-page='space_kebara'].bring .floor .p1 {
  top: 5.4%;
  left: 45.2%;
}

[data-page='space'].bring .floor .p2,
[data-page='space_kebara'].bring .floor .p2 {
  top: 22.4%;
  left: 50.9%;
}

[data-page='space'].bring .floor .p3,
[data-page='space_kebara'].bring .floor .p3 {
  top: 59%;
  left: 49.6%;
}

[data-page='space'].bring .access .map,
[data-page='space_kebara'].bring .access .map {
  padding-left: 100px;
}

[data-page='space'].bring .access .info,
[data-page='space_kebara'].bring .access .info {
  top: 1.56vw;
  left: 3.13vw;
}

[data-page='space'].bring .access .info dl dt img,
[data-page='space_kebara'].bring .access .info dl dt img {
  height: 30px;
}

[data-page='space'].no11 .title,
[data-page='space_kebara'].no11 .title {
  margin-bottom: 110px;
}

[data-page='space'].no11 .title img,
[data-page='space_kebara'].no11 .title img {
  height: 36px;
}

[data-page='space'].no11 .mv,
[data-page='space_kebara'].no11 .mv {
  margin-bottom: 30px;
}

[data-page='space'].no11 .floor,
[data-page='space_kebara'].no11 .floor {
  margin-bottom: 90px;
}

[data-page='space'].no11 .floor .p1,
[data-page='space_kebara'].no11 .floor .p1 {
  top: 86.4%;
  left: 15%;
}

[data-page='space'].no11 .floor .p2,
[data-page='space_kebara'].no11 .floor .p2 {
  top: 0.4%;
  left: 52.9%;
}

[data-page='space'].no11 .floor .p3,
[data-page='space_kebara'].no11 .floor .p3 {
  top: 33%;
  left: 52.6%;
}

[data-page='space'].no11 .access .map,
[data-page='space_kebara'].no11 .access .map {
  padding-left: 140px;
}

[data-page='space'].no11 .access .info,
[data-page='space_kebara'].no11 .access .info {
  top: 2.34vw;
  left: 3.13vw;
}

[data-page='space'].no11 .access .info dl dt img,
[data-page='space_kebara'].no11 .access .info dl dt img {
  height: 24px;
}

[data-page='space'].rubluck .title,
[data-page='space_kebara'].rubluck .title {
  margin-bottom: 50px;
}

[data-page='space'].rubluck .title img,
[data-page='space_kebara'].rubluck .title img {
  height: 32px;
}

[data-page='space'].rubluck .mv,
[data-page='space_kebara'].rubluck .mv {
  margin-bottom: 50px;
}

[data-page='space'].rubluck .floor,
[data-page='space_kebara'].rubluck .floor {
  margin-bottom: 90px;
}

[data-page='space'].rubluck .floor .p1,
[data-page='space_kebara'].rubluck .floor .p1 {
  top: 24.4%;
  left: 77%;
}

[data-page='space'].rubluck .floor .p2,
[data-page='space_kebara'].rubluck .floor .p2 {
  top: 23.4%;
  left: 49.9%;
}

[data-page='space'].rubluck .floor .p3,
[data-page='space_kebara'].rubluck .floor .p3 {
  top: 42%;
  left: 86.6%;
}

[data-page='space'].rubluck .floor .p4,
[data-page='space_kebara'].rubluck .floor .p4 {
  top: 33%;
  left: 62.6%;
}

[data-page='space'].rubluck .access .info,
[data-page='space_kebara'].rubluck .access .info {
  bottom: 7.81vw;
  left: 4.69vw;
}

[data-page='space'].rubluck .access .info dl dt img,
[data-page='space_kebara'].rubluck .access .info dl dt img {
  height: 24px;
}

[data-page='space'].wakaya .title,
[data-page='space_kebara'].wakaya .title {
  margin-bottom: 75px;
}

[data-page='space'].wakaya .title img,
[data-page='space_kebara'].wakaya .title img {
  height: 36px;
}

[data-page='space'].wakaya .mv,
[data-page='space_kebara'].wakaya .mv {
  margin-bottom: 30px;
}

[data-page='space'].wakaya .floor,
[data-page='space_kebara'].wakaya .floor {
  margin-bottom: 110px;
}

[data-page='space'].wakaya .floor .p1,
[data-page='space_kebara'].wakaya .floor .p1 {
  top: 40.4%;
  left: 7%;
}

[data-page='space'].wakaya .floor .p2,
[data-page='space_kebara'].wakaya .floor .p2 {
  top: 55.4%;
  left: 96.5%;
}

[data-page='space'].wakaya .floor .p3,
[data-page='space_kebara'].wakaya .floor .p3 {
  top: 24%;
  left: 57.6%;
}

[data-page='space'].wakaya .floor .p4,
[data-page='space_kebara'].wakaya .floor .p4 {
  top: 17%;
  left: 48.6%;
}

[data-page='space'].wakaya .floor .p5,
[data-page='space_kebara'].wakaya .floor .p5 {
  top: 53%;
  left: 91.6%;
}

[data-page='space'].wakaya .access,
[data-page='space_kebara'].wakaya .access {
  padding-top: 14.84vw;
}

[data-page='space'].wakaya .access .info,
[data-page='space_kebara'].wakaya .access .info {
  top: 0;
  left: 4.69vw;
}

[data-page='space'].wakaya .access .info dl dt img,
[data-page='space_kebara'].wakaya .access .info dl dt img {
  height: 30px;
}

[data-page='space'].kudo .title,
[data-page='space_kebara'].kudo .title {
  margin-bottom: 65px;
}

[data-page='space'].kudo .title img,
[data-page='space_kebara'].kudo .title img {
  height: 48px;
}

[data-page='space'].kudo .mv,
[data-page='space_kebara'].kudo .mv {
  margin-bottom: 60px;
}

[data-page='space'].kudo .floor,
[data-page='space_kebara'].kudo .floor {
  margin-bottom: 120px;
}

[data-page='space'].kudo .floor .p1,
[data-page='space_kebara'].kudo .floor .p1 {
  top: 13%;
  left: 75%;
}

[data-page='space'].kudo .floor .p2,
[data-page='space_kebara'].kudo .floor .p2 {
  top: 95.4%;
  left: 57.5%;
}

[data-page='space'].kudo .floor .p3,
[data-page='space_kebara'].kudo .floor .p3 {
  top: 41%;
  left: 2.6%;
}

[data-page='space'].kudo .floor .p4,
[data-page='space_kebara'].kudo .floor .p4 {
  top: 91%;
  left: 39.6%;
}

[data-page='space'].kudo .access,
[data-page='space_kebara'].kudo .access {
  padding-top: 18.75vw;
}

[data-page='space'].kudo .access .info,
[data-page='space_kebara'].kudo .access .info {
  top: 0;
  left: 4.69vw;
}

[data-page='space'].kudo .access .info dl dt img,
[data-page='space_kebara'].kudo .access .info dl dt img {
  height: 33px;
}

[data-page='space'].hinosyokudo .title,
[data-page='space_kebara'].hinosyokudo .title {
  margin-bottom: 45px;
}

[data-page='space'].hinosyokudo .title img,
[data-page='space_kebara'].hinosyokudo .title img {
  height: 42px;
}

[data-page='space'].hinosyokudo .mv,
[data-page='space_kebara'].hinosyokudo .mv {
  margin-bottom: 60px;
}

[data-page='space'].hinosyokudo .floor,
[data-page='space_kebara'].hinosyokudo .floor {
  margin-bottom: 120px;
}

[data-page='space'].hinosyokudo .floor .p1,
[data-page='space_kebara'].hinosyokudo .floor .p1 {
  top: 17%;
  left: 17%;
}

[data-page='space'].hinosyokudo .floor .p2,
[data-page='space_kebara'].hinosyokudo .floor .p2 {
  top: 48%;
  left: 89%;
}

[data-page='space'].hinosyokudo .floor .p3,
[data-page='space_kebara'].hinosyokudo .floor .p3 {
  top: 24%;
  left: 20.6%;
}

[data-page='space'].hinosyokudo .floor .p4,
[data-page='space_kebara'].hinosyokudo .floor .p4 {
  top: 26%;
  left: 29.6%;
}

[data-page='space'].hinosyokudo .access .info,
[data-page='space_kebara'].hinosyokudo .access .info {
  top: 1.95vw;
  left: 3.13vw;
}

[data-page='space'].hinosyokudo .access .info dl dt img,
[data-page='space_kebara'].hinosyokudo .access .info dl dt img {
  height: 30px;
}

[data-page='space'].misatomiso .title,
[data-page='space_kebara'].misatomiso .title {
  margin-bottom: 50px;
}

[data-page='space'].misatomiso .title img,
[data-page='space_kebara'].misatomiso .title img {
  height: 38px;
}

[data-page='space'].misatomiso .mv,
[data-page='space_kebara'].misatomiso .mv {
  margin-bottom: 60px;
}

[data-page='space'].misatomiso .slide,
[data-page='space_kebara'].misatomiso .slide {
  margin-bottom: 120px;
}

[data-page='space'].misatomiso .project,
[data-page='space_kebara'].misatomiso .project {
  padding-bottom: 125px;
}

[data-page='space'].misatomiso .project figure,
[data-page='space_kebara'].misatomiso .project figure {
  text-align: center;
  margin-bottom: 40px;
}

[data-page='space'].misatomiso .project figure img,
[data-page='space_kebara'].misatomiso .project figure img {
  height: 446px;
}

[data-page='space'].misatomiso .project dl,
[data-page='space_kebara'].misatomiso .project dl {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  max-width: 620px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid #c7c7c7;
}

[data-page='space'].misatomiso .project dl:last-of-type,
[data-page='space_kebara'].misatomiso .project dl:last-of-type {
  margin-bottom: 120px;
  border-bottom: 1px solid #c7c7c7;
}

[data-page='space'].misatomiso .project dl dt,
[data-page='space_kebara'].misatomiso .project dl dt {
  width: 120px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

[data-page='space'].misatomiso .project dl dd,
[data-page='space_kebara'].misatomiso .project dl dd {
  width: calc(100% - 120px);
  line-height: 2;
}

[data-page='space'].misatomiso .project .btn,
[data-page='space_kebara'].misatomiso .project .btn {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 127px;
  margin-left: auto;
  display: block;
}

@media screen and (min-width: 750px) {
  [data-page='space'].misatomiso .project .btn:hover,
  [data-page='space_kebara'].misatomiso .project .btn:hover {
    opacity: 0.6;
  }
}

[data-page='about'] #mainContents {
  padding: 0 30px 120px;
}

[data-page='about'] .main figure {
  max-width: 663px;
  margin-bottom: 50px;
}

[data-page='about'] .main h1 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.11em;
  line-height: 1.7;
}

[data-page='about'] .main p {
  font-size: 1.5rem;
  line-height: 2.2;
}

[data-page='about'] .sub {
  border-top: 1px solid #2b1b16;
  padding-top: 100px;
  margin-top: 100px;
}

[data-page='about'] .sub h2 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 45px;
}

[data-page='about'] .sub dl {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2.1;
}

[data-page='about'] .sub dl dt {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  width: 118px;
}

[data-page='about'] .sub dl dd {
  width: calc(100% - 118px);
}

[data-page='about'] .sub dl.company dt {
  font-weight: bold;
}

[data-page='contact'] #mainContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 160px 0;
}

[data-page='contact'] section {
  max-width: 510px;
}

[data-page='contact'] section .title {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 80px;
}

[data-page='contact'] section p {
  margin-bottom: 50px;
}

[data-page='contact'] section p:last-of-type {
  margin-bottom: 0;
}

[data-page='contact'] section a {
  color: #2b1b16;
  text-decoration: underline;
}

@media screen and (min-width: 750px) {
  [data-page='contact'] section a:hover {
    text-decoration: none;
  }
}

[data-page='news'] #mainContents {
  padding: 50px 80px 150px;
}

[data-page='news'] .navi {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-page='news'] .navi a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: block;
  border-right: 1px solid #2b1b16;
  line-height: 1;
  margin-right: 13px;
  margin-bottom: 15px;
  padding-right: 13px;
}

[data-page='news'] .navi a:first-of-type {
  border-left: 1px solid #2b1b16;
  padding-left: 13px;
}

@media screen and (min-width: 750px) {
  [data-page='news'] .navi a:hover {
    opacity: 0.6;
  }
}

[data-page='news'] .navi.tags {
  margin-bottom: 60px;
}

[data-page='news'] .news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 80px;
  margin-bottom: 130px;
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}

[data-page='news'] .news_list .unit a {
  overflow: hidden;
}

[data-page='news'] .news_list .unit a img,
[data-page='news'] .news_list .unit a video {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 750px) {
  [data-page='news'] .news_list .unit a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

[data-page='news'] .news_list .unit figure {
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}

[data-page='news'] .news_list .unit .txt {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  padding: 0 5px;
}

[data-page='news'] .news_list .unit .txt .category {
  font-size: 1rem;
  color: #9a9a9b;
  margin-bottom: 10px;
}

[data-page='news'] .news_list .unit .txt .date {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

[data-page='news'] .news_list .unit .txt .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}

[data-page='news'] .news_list .unit .txt .description {
  font-size: 1.1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: none;
}

[data-page='news'] .pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3rem;
}

[data-page='news'] .pagenavi .prev,
[data-page='news'] .pagenavi .next {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}

[data-page='news'] .pagenavi .prev {
  background-image: url(../img/common/ic_arrow-left.svg);
  margin-right: 70px;
}

@media screen and (min-width: 750px) {
  [data-page='news'] .pagenavi .prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

[data-page='news'] .pagenavi .next {
  background-image: url(../img/common/ic_arrow-right.svg);
  margin-left: 70px;
}

@media screen and (min-width: 750px) {
  [data-page='news'] .pagenavi .next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

[data-page='news'] .pagenavi .number {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  margin: 0 5px;
  opacity: 0.5;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 750px) {
  [data-page='news'] .pagenavi .number:hover {
    opacity: 1;
  }
}

[data-page='news'] .pagenavi .current {
  opacity: 1;
}

[data-page='news'] article {
  max-width: 630px;
}

[data-page='news'] article header {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  margin-bottom: 50px;
}

[data-page='news'] article header .category {
  font-size: 1.2rem;
  letter-spacing: 0.11em;
  color: #9e9e9f;
  margin-bottom: 25px;
}

[data-page='news'] article header .date {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

[data-page='news'] article header .title {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
}

[data-page='news'] article footer {
  position: relative;
}

[data-page='news'] article footer a {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
}

[data-page='news'] article footer a.prev {
  background-image: url(../img/common/ic_arrow-left.svg);
  width: 20px;
  height: 20px;
  left: 0;
}

@media screen and (min-width: 750px) {
  [data-page='news'] article footer a.prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

[data-page='news'] article footer a.next {
  background-image: url(../img/common/ic_arrow-right.svg);
  width: 20px;
  height: 20px;
  right: 0;
}

@media screen and (min-width: 750px) {
  [data-page='news'] article footer a.next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

[data-page='news'] article footer a.index {
  background-image: url(../img/common/ic_index.svg);
  width: 29px;
  height: 23px;
  left: 50%;
  margin-left: -15px;
}

@media screen and (min-width: 750px) {
  [data-page='news'] article footer a.index:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

[data-page='news'] article .post {
  margin-bottom: 100px;
}

[data-page='news'] article .post > * {
  margin-bottom: 35px;
  line-height: 2;
}

[data-page='news'] article .post a {
  color: #2b1b16;
  text-decoration: underline;
}

@media screen and (min-width: 750px) {
  [data-page='news'] article .post a:hover {
    text-decoration: none;
  }
}

[data-page='news'] article .post h1,
[data-page='news'] article .post h2,
[data-page='news'] article .post h3,
[data-page='news'] article .post h4,
[data-page='news'] article .post h5,
[data-page='news'] article .post h6 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

[data-page='news'] article .post h1 {
  font-size: 21px;
}

[data-page='news'] article .post h2 {
  font-size: 20px;
}

[data-page='news'] article .post h3 {
  font-size: 19px;
}

[data-page='news'] article .post h4 {
  font-size: 18px;
}

[data-page='news'] article .post h5 {
  font-size: 17px;
}

[data-page='news'] article .post h6 {
  font-size: 16px;
}

[data-page='news'] article .post figure {
  margin-bottom: 70px;
}

[data-page='news'] article .post .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}

[data-page='news'] article .post .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 1.4rem;
  }
  #wrapper {
    position: relative;
    overflow: hidden;
  }
  #container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;
    min-height: calc(100vh - 76px);
  }
  #mainContents {
    width: calc(100% - 255px);
  }
  #globalHeader {
    width: 255px;
  }
  #globalHeader .inner {
    padding: 30px 60px;
  }
  #globalHeader .logo {
    width: 75px;
    height: 265px;
    margin-bottom: 65px;
  }
  #globalHeader .logo a {
    background: url(../img/common/logo_tate.svg) no-repeat 0 0;
    background-size: 100% 100%;
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalHeader .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #globalHeader .gnavi .nav {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
  #globalHeader .gnavi .nav span {
    display: none;
  }
  #globalHeader .gnavi .nav:after {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #2b1b16;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  #globalHeader .gnavi .nav:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  #globalHeader .gnavi .nav.active:after {
    width: 100%;
  }
  #globalHeader .gnavi .n_about {
    background-image: url(../img/common/nav_1.svg);
    width: 100px;
    height: 20px;
  }
  #globalHeader .gnavi .n_news {
    background-image: url(../img/common/nav_2.svg);
    width: 52px;
    height: 18px;
  }
  #globalHeader .gnavi .n_space {
    background-image: url(../img/common/nav_3.svg);
    width: 101px;
    height: 20px;
  }
  #globalHeader .gnavi .n_space_kebara {
    background-image: url(../img/common/nav_4.svg);
    width: 123px;
    height: 20px;
  }
  #globalHeader .gnavi .n_online {
    background-image: url(../img/common/nav_5.svg);
    width: 66px;
    height: 18px;
  }
  #globalHeader .gnavi .n_contact {
    background-image: url(../img/common/nav_6.svg);
    width: 135px;
    height: 20px;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  #globalHeader .gnavi #acc:hover ul {
    height: 270px;
  }
}

@media screen and (min-width: 1280px) {
  #globalHeader .gnavi #acc.open ul {
    height: 270px;
  }
  #globalHeader .gnavi #acc ul {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height: 0;
    overflow: hidden;
    font-size: 11px;
    white-space: nowrap;
    color: #9fa0a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #globalHeader .gnavi #acc ul li {
    margin-bottom: 10px;
  }
  #globalHeader .gnavi #acc ul li.active a {
    color: #2b1b16;
  }
  #globalHeader .gnavi #acc ul li.active a:after {
    width: 100%;
  }
  #globalHeader .gnavi #acc ul a {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
  }
  #globalHeader .gnavi #acc ul a:after {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #2b1b16;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  #globalHeader .gnavi #acc ul a:hover {
    color: #2b1b16;
  }
  #globalHeader .gnavi #acc ul a:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  #globalFooter {
    background-color: #2b1b16;
    color: #ffffff;
  }
  #globalFooter .inner {
    max-width: 1280px;
    margin: auto;
    padding: 20px;
    position: relative;
  }
  #globalFooter dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #globalFooter dl dt {
    font-size: 1.4rem;
    margin-right: 50px;
    letter-spacing: 0.2em;
  }
  #globalFooter dl dd {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  #globalFooter .copyright {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 1rem;
    letter-spacing: 0.15em;
  }
  .wrap_white {
    background-color: #ffffff;
  }
  .sec_title {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 45px;
    letter-spacing: 0.2em;
  }
  [data-page='top'] #mv {
    position: relative;
    min-height: 100vh;
    padding-top: 100vh;
  }
  [data-page='top'] #mv .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  [data-page='top'] #mv .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  [data-page='top'] #mv .cover {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }
  [data-page='top'] #mv .visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 700px;
  }
  [data-page='top'] #mv .visual .logo {
    background: url(../img/common/logo_tate.svg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 60px;
    height: 196px;
    position: absolute;
    top: 32px;
    left: 55px;
    text-indent: -9999px;
  }
  [data-page='top'] #mv .visual .ic_scroll {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/common/ic_scroll.svg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 32px;
    height: 21px;
    position: absolute;
    bottom: 42px;
    left: 50%;
  }
  [data-page='top'] #mv .visual .ic_scroll a {
    display: block;
    width: 100%;
    height: 100%;
  }
  [data-page='top'] #mv .intro {
    min-height: 860px;
    height: 100vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
  }
  [data-page='top'] #mv .intro .btn {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 84px;
    left: 50%;
    border: 1px solid #2b1b16;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 43px;
    height: 18px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='top'] #mv .intro .btn:hover {
    background-color: #2b1b16;
    color: #ffffff;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='top'] #mv .intro .txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: -100px;
  }
  [data-page='top'] #mv .intro .txt h1 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
  }
  [data-page='top'] #mv .intro .txt p {
    font-size: 1.6rem;
    line-height: 2.25;
    margin-right: 100px;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
  }
  [data-page='top'] #mv .intro .txt .sub {
    text-align: right;
  }
  [data-page='top'] #globalHeader .inner {
    padding-top: 60px;
  }
  [data-page='top'] #space {
    padding-bottom: 100px;
    padding-top: 70px;
  }
  [data-page='top'] #space .space_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [data-page='top'] #space .space_list .unit a {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='top'] #space .space_list .unit a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='top'] #space .space_list .u1 {
    width: 381px;
  }
  [data-page='top'] #space .space_list .u2 {
    width: 490px;
    margin-top: -50px;
  }
  [data-page='top'] #space .space_list .u3 {
    width: 388px;
  }
  [data-page='top'] #space .space_list .u4 {
    width: 283px;
    margin-bottom: 45px;
  }
  [data-page='top'] #space .space_list .u5 {
    width: 235px;
    margin-bottom: 45px;
  }
  [data-page='top'] #space .space_list .u6 {
    width: 355px;
    margin-top: 45px;
  }
  [data-page='top'] #space .space_list .u7 {
    width: 333px;
  }
  [data-page='top'] #space .space_list .u8 {
    width: 269px;
  }
  [data-page='top'] #news {
    position: relative;
    padding: 65px 0 110px;
  }
  [data-page='top'] #news:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f3f3f3;
    content: '';
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    z-index: 0;
  }
  [data-page='top'] #news .sec_inner {
    position: relative;
    z-index: 2;
  }
  [data-page='top'] #news .news_list {
    margin-bottom: 80px;
  }
  [data-page='top'] #news .news_list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
  }
  [data-page='top'] #news .news_list .swiper-slide:first-child {
    grid-column: 1/3;
    grid-row: 1/4;
  }
  [data-page='top'] #news .news_list .swiper-slide:first-child .unit .txt .description {
    display: block;
  }
  [data-page='top'] #news .news_list .unit a {
    overflow: hidden;
  }
  [data-page='top'] #news .news_list .unit a img,
  [data-page='top'] #news .news_list .unit a video {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='top'] #news .news_list .unit a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='top'] #news .news_list .unit figure {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
  }
  [data-page='top'] #news .news_list .unit .txt {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    padding: 0 5px;
  }
  [data-page='top'] #news .news_list .unit .txt .category {
    font-size: 1rem;
    color: #9a9a9b;
    margin-bottom: 10px;
  }
  [data-page='top'] #news .news_list .unit .txt .date {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  [data-page='top'] #news .news_list .unit .txt .title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  [data-page='top'] #news .news_list .unit .txt .description {
    font-size: 1.1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
  }
  [data-page='top'] #news .btn {
    margin: auto;
    display: block;
    width: 28px;
  }
  [data-page='top'] #news .btn img {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='top'] #news .btn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'],
  [data-page='space_kebara'] {
    padding: 75px 0 0;
  }
  [data-page='space'] #container,
  [data-page='space_kebara'] #container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article,
  [data-page='space_kebara'] article {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'] article .title,
  [data-page='space_kebara'] article .title {
    text-align: center;
  }
  [data-page='space'] article .floor,
  [data-page='space_kebara'] article .floor {
    position: relative;
  }
  [data-page='space'] article .floor .point,
  [data-page='space_kebara'] article .floor .point {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
  }
  [data-page='space'] article .floor .point:after,
  [data-page='space_kebara'] article .floor .point:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 17px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -8px;
  }
  [data-page='space'] article .floor .point.up:after,
  [data-page='space_kebara'] article .floor .point.up:after {
    -webkit-animation: up 1s infinite;
    animation: up 1s infinite;
    background-image: url(../img/common/ic_arrow-up.svg);
  }
  [data-page='space'] article .floor .point.down:after,
  [data-page='space_kebara'] article .floor .point.down:after {
    -webkit-animation: down 1s infinite;
    animation: down 1s infinite;
    background-image: url(../img/common/ic_arrow-down.svg);
  }
  [data-page='space'] article .floor figcaption,
  [data-page='space_kebara'] article .floor figcaption {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    position: absolute;
    right: 110px;
    bottom: 60px;
  }
  [data-page='space'] article .description,
  [data-page='space_kebara'] article .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 150px;
  }
  [data-page='space'] article .description h2,
  [data-page='space_kebara'] article .description h2 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.11em;
    width: 40%;
  }
  [data-page='space'] article .description .txt,
  [data-page='space_kebara'] article .description .txt {
    width: calc(60% - 45px);
    line-height: 2.2;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article .description,
  [data-page='space_kebara'] article .description {
    display: block;
  }
  [data-page='space'] article .description h2,
  [data-page='space_kebara'] article .description h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  [data-page='space'] article .description .txt,
  [data-page='space_kebara'] article .description .txt {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'] article .slide,
  [data-page='space_kebara'] article .slide {
    margin-bottom: 200px;
  }
  [data-page='space'] article .slide .swiper,
  [data-page='space_kebara'] article .slide .swiper {
    position: relative;
  }
  [data-page='space'] article .slide .swiper-button-prev,
  [data-page='space'] article .slide .swiper-button-next,
  [data-page='space_kebara'] article .slide .swiper-button-prev,
  [data-page='space_kebara'] article .slide .swiper-button-next {
    width: 47px;
    height: 47px;
    margin-top: -28px;
  }
  [data-page='space'] article .slide .swiper-button-prev:after,
  [data-page='space'] article .slide .swiper-button-next:after,
  [data-page='space_kebara'] article .slide .swiper-button-prev:after,
  [data-page='space_kebara'] article .slide .swiper-button-next:after {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 100%;
    height: 100%;
  }
  [data-page='space'] article .slide .swiper-button-prev:after,
  [data-page='space_kebara'] article .slide .swiper-button-prev:after {
    background-image: url(../img/common/ic_arrow-left.svg);
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='space'] article .slide .swiper-button-prev:hover:after,
  [data-page='space_kebara'] article .slide .swiper-button-prev:hover:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'] article .slide .swiper-button-next:after,
  [data-page='space_kebara'] article .slide .swiper-button-next:after {
    background-image: url(../img/common/ic_arrow-right.svg);
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='space'] article .slide .swiper-button-next:hover:after,
  [data-page='space_kebara'] article .slide .swiper-button-next:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'] article .slide .swiper-button-disabled,
  [data-page='space_kebara'] article .slide .swiper-button-disabled {
    opacity: 0;
  }
  [data-page='space'] article .slide .swiper_main,
  [data-page='space_kebara'] article .slide .swiper_main {
    margin-bottom: 18px;
  }
  [data-page='space'] article .slide .swiper_thumb,
  [data-page='space_kebara'] article .slide .swiper_thumb {
    padding: 0 30px;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-wrapper.center,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-wrapper.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-button-prev,
  [data-page='space'] article .slide .swiper_thumb .swiper-button-next,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-prev,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-next {
    width: 19px;
    height: 19px;
    margin-top: -10px;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-button-prev,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-prev {
    left: 0;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-button-next,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-next {
    right: 0;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-slide,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide {
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-slide:before,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide:before {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #2b1b16;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-slide.swiper-slide-thumb-active:before,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide.swiper-slide-thumb-active:before {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='space'] article .slide .swiper_thumb .swiper-slide:hover:before,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide:hover:before {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'] .access,
  [data-page='space_kebara'] .access {
    margin: auto;
    width: calc(100% + ((100vw - 100%) / 2));
    max-width: 1480px;
    position: relative;
    min-height: 500px;
  }
  [data-page='space'] .access .map,
  [data-page='space_kebara'] .access .map {
    pointer-events: none;
  }
  [data-page='space'] .access .info,
  [data-page='space_kebara'] .access .info {
    position: absolute;
  }
  [data-page='space'] .access .info dl,
  [data-page='space_kebara'] .access .info dl {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    margin-bottom: 30px;
  }
  [data-page='space'] .access .info dl dt,
  [data-page='space_kebara'] .access .info dl dt {
    margin-bottom: 50px;
  }
  [data-page='space'] .access .info dl dd,
  [data-page='space_kebara'] .access .info dl dd {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  [data-page='space'] .access .info .sns li,
  [data-page='space_kebara'] .access .info .sns li {
    margin-bottom: 15px;
  }
  [data-page='space'] .access .info .sns a,
  [data-page='space_kebara'] .access .info .sns a {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='space'] .access .info .sns a:hover,
  [data-page='space_kebara'] .access .info .sns a:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'] .access .info .sns img,
  [data-page='space_kebara'] .access .info .sns img {
    width: 30px;
  }
  [data-page='space'] .access .info .sns img.black,
  [data-page='space_kebara'] .access .info .sns img.black {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  [data-page='space'] #modal,
  [data-page='space_kebara'] #modal {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  [data-page='space'] #modal.active,
  [data-page='space_kebara'] #modal.active {
    opacity: 1;
    visibility: visible;
  }
  [data-page='space'] #modal .modal_inner,
  [data-page='space_kebara'] #modal .modal_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-page='space'] #modal .modal_contents,
  [data-page='space_kebara'] #modal .modal_contents {
    background-color: #ffffff;
    max-width: 800px;
    min-height: 365px;
    position: relative;
  }
  [data-page='space'] #modal #btnModalClose,
  [data-page='space_kebara'] #modal #btnModalClose {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='space'] #modal #btnModalClose:hover,
  [data-page='space_kebara'] #modal #btnModalClose:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'] #modal .swiper_point,
  [data-page='space_kebara'] #modal .swiper_point {
    padding: 30px 60px;
  }
  [data-page='space'] #modal .swiper-button-prev,
  [data-page='space'] #modal .swiper-button-next,
  [data-page='space_kebara'] #modal .swiper-button-prev,
  [data-page='space_kebara'] #modal .swiper-button-next {
    width: 27px;
    height: 27px;
    margin-top: -14px;
  }
  [data-page='space'] #modal .swiper-button-prev:after,
  [data-page='space'] #modal .swiper-button-next:after,
  [data-page='space_kebara'] #modal .swiper-button-prev:after,
  [data-page='space_kebara'] #modal .swiper-button-next:after {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 100%;
    height: 100%;
  }
  [data-page='space'] #modal .swiper-button-prev:after,
  [data-page='space_kebara'] #modal .swiper-button-prev:after {
    background-image: url(../img/common/ic_arrow-left.svg);
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='space'] #modal .swiper-button-prev:hover:after,
  [data-page='space_kebara'] #modal .swiper-button-prev:hover:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'] #modal .swiper-button-next:after,
  [data-page='space_kebara'] #modal .swiper-button-next:after {
    background-image: url(../img/common/ic_arrow-right.svg);
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='space'] #modal .swiper-button-next:hover:after,
  [data-page='space_kebara'] #modal .swiper-button-next:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='space'] #modal .swiper-button-disabled,
  [data-page='space_kebara'] #modal .swiper-button-disabled {
    opacity: 0;
  }
  [data-page='space'] #modal .swiper-wrapper,
  [data-page='space_kebara'] #modal .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  [data-page='space'] #modal .swiper-slide,
  [data-page='space_kebara'] #modal .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  [data-page='space'] #modal .swiper-slide figure,
  [data-page='space_kebara'] #modal .swiper-slide figure {
    width: calc(50% - 20px);
  }
  [data-page='space'] #modal .swiper-slide dl,
  [data-page='space_kebara'] #modal .swiper-slide dl {
    width: 50%;
  }
  [data-page='space'] #modal .swiper-slide dl dt,
  [data-page='space_kebara'] #modal .swiper-slide dl dt {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.11em;
    margin-bottom: 25px;
  }
  [data-page='space'].casadecha .title,
  [data-page='space_kebara'].casadecha .title {
    margin-bottom: 45px;
  }
  [data-page='space'].casadecha .title img,
  [data-page='space_kebara'].casadecha .title img {
    height: 38px;
  }
  [data-page='space'].casadecha .floor,
  [data-page='space_kebara'].casadecha .floor {
    margin-bottom: 110px;
  }
  [data-page='space'].casadecha .floor .p1,
  [data-page='space_kebara'].casadecha .floor .p1 {
    top: 87.4%;
    left: 19.2%;
  }
  [data-page='space'].casadecha .floor .p2,
  [data-page='space_kebara'].casadecha .floor .p2 {
    top: 86.4%;
    left: 22.9%;
  }
  [data-page='space'].casadecha .floor .p3,
  [data-page='space_kebara'].casadecha .floor .p3 {
    top: 98.6%;
    left: 43.6%;
  }
  [data-page='space'].casadecha .floor .p4,
  [data-page='space_kebara'].casadecha .floor .p4 {
    top: 43.4%;
    left: 22.3%;
  }
  [data-page='space'].casadecha .floor .p5,
  [data-page='space_kebara'].casadecha .floor .p5 {
    top: 21.4%;
    left: 22.5%;
  }
  [data-page='space'].casadecha .access .info,
  [data-page='space_kebara'].casadecha .access .info {
    top: -30px;
    left: 40px;
  }
  [data-page='space'].casadecha .access .info dl dt img,
  [data-page='space_kebara'].casadecha .access .info dl dt img {
    height: 27px;
  }
  [data-page='space'].bring .title,
  [data-page='space_kebara'].bring .title {
    margin-bottom: 45px;
  }
  [data-page='space'].bring .title img,
  [data-page='space_kebara'].bring .title img {
    height: 32px;
  }
  [data-page='space'].bring .mv,
  [data-page='space_kebara'].bring .mv {
    margin-bottom: 60px;
  }
  [data-page='space'].bring .floor,
  [data-page='space_kebara'].bring .floor {
    margin-bottom: 110px;
  }
  [data-page='space'].bring .floor .p1,
  [data-page='space_kebara'].bring .floor .p1 {
    top: 5.4%;
    left: 45.2%;
  }
  [data-page='space'].bring .floor .p2,
  [data-page='space_kebara'].bring .floor .p2 {
    top: 22.4%;
    left: 50.9%;
  }
  [data-page='space'].bring .floor .p3,
  [data-page='space_kebara'].bring .floor .p3 {
    top: 59%;
    left: 49.6%;
  }
  [data-page='space'].bring .access .map,
  [data-page='space_kebara'].bring .access .map {
    padding-left: 100px;
  }
  [data-page='space'].bring .access .info,
  [data-page='space_kebara'].bring .access .info {
    top: 20px;
    left: 40px;
  }
  [data-page='space'].bring .access .info dl dt img,
  [data-page='space_kebara'].bring .access .info dl dt img {
    height: 30px;
  }
  [data-page='space'].no11 .title,
  [data-page='space_kebara'].no11 .title {
    margin-bottom: 110px;
  }
  [data-page='space'].no11 .title img,
  [data-page='space_kebara'].no11 .title img {
    height: 36px;
  }
  [data-page='space'].no11 .mv,
  [data-page='space_kebara'].no11 .mv {
    margin-bottom: 30px;
  }
  [data-page='space'].no11 .floor,
  [data-page='space_kebara'].no11 .floor {
    margin-bottom: 90px;
  }
  [data-page='space'].no11 .floor .p1,
  [data-page='space_kebara'].no11 .floor .p1 {
    top: 86.4%;
    left: 15%;
  }
  [data-page='space'].no11 .floor .p2,
  [data-page='space_kebara'].no11 .floor .p2 {
    top: 0.4%;
    left: 52.9%;
  }
  [data-page='space'].no11 .floor .p3,
  [data-page='space_kebara'].no11 .floor .p3 {
    top: 33%;
    left: 52.6%;
  }
  [data-page='space'].no11 .access .map,
  [data-page='space_kebara'].no11 .access .map {
    padding-left: 140px;
  }
  [data-page='space'].no11 .access .info,
  [data-page='space_kebara'].no11 .access .info {
    top: 30px;
    left: 40px;
  }
  [data-page='space'].no11 .access .info dl dt img,
  [data-page='space_kebara'].no11 .access .info dl dt img {
    height: 24px;
  }
  [data-page='space'].rubluck .title,
  [data-page='space_kebara'].rubluck .title {
    margin-bottom: 50px;
  }
  [data-page='space'].rubluck .title img,
  [data-page='space_kebara'].rubluck .title img {
    height: 32px;
  }
  [data-page='space'].rubluck .mv,
  [data-page='space_kebara'].rubluck .mv {
    margin-bottom: 50px;
  }
  [data-page='space'].rubluck .floor,
  [data-page='space_kebara'].rubluck .floor {
    margin-bottom: 90px;
  }
  [data-page='space'].rubluck .floor .p1,
  [data-page='space_kebara'].rubluck .floor .p1 {
    top: 24.4%;
    left: 77%;
  }
  [data-page='space'].rubluck .floor .p2,
  [data-page='space_kebara'].rubluck .floor .p2 {
    top: 23.4%;
    left: 49.9%;
  }
  [data-page='space'].rubluck .floor .p3,
  [data-page='space_kebara'].rubluck .floor .p3 {
    top: 42%;
    left: 86.6%;
  }
  [data-page='space'].rubluck .floor .p4,
  [data-page='space_kebara'].rubluck .floor .p4 {
    top: 33%;
    left: 62.6%;
  }
  [data-page='space'].rubluck .access .info,
  [data-page='space_kebara'].rubluck .access .info {
    bottom: 100px;
    left: 60px;
  }
  [data-page='space'].rubluck .access .info dl dt img,
  [data-page='space_kebara'].rubluck .access .info dl dt img {
    height: 24px;
  }
  [data-page='space'].wakaya .title,
  [data-page='space_kebara'].wakaya .title {
    margin-bottom: 75px;
  }
  [data-page='space'].wakaya .title img,
  [data-page='space_kebara'].wakaya .title img {
    height: 36px;
  }
  [data-page='space'].wakaya .mv,
  [data-page='space_kebara'].wakaya .mv {
    margin-bottom: 30px;
  }
  [data-page='space'].wakaya .floor,
  [data-page='space_kebara'].wakaya .floor {
    margin-bottom: 110px;
  }
  [data-page='space'].wakaya .floor .p1,
  [data-page='space_kebara'].wakaya .floor .p1 {
    top: 40.4%;
    left: 7%;
  }
  [data-page='space'].wakaya .floor .p2,
  [data-page='space_kebara'].wakaya .floor .p2 {
    top: 55.4%;
    left: 96.5%;
  }
  [data-page='space'].wakaya .floor .p3,
  [data-page='space_kebara'].wakaya .floor .p3 {
    top: 24%;
    left: 57.6%;
  }
  [data-page='space'].wakaya .floor .p4,
  [data-page='space_kebara'].wakaya .floor .p4 {
    top: 17%;
    left: 48.6%;
  }
  [data-page='space'].wakaya .floor .p5,
  [data-page='space_kebara'].wakaya .floor .p5 {
    top: 53%;
    left: 91.6%;
  }
  [data-page='space'].wakaya .access,
  [data-page='space_kebara'].wakaya .access {
    padding-top: 190px;
  }
  [data-page='space'].wakaya .access .info,
  [data-page='space_kebara'].wakaya .access .info {
    top: 0;
    left: 60px;
  }
  [data-page='space'].wakaya .access .info dl dt img,
  [data-page='space_kebara'].wakaya .access .info dl dt img {
    height: 30px;
  }
  [data-page='space'].kudo .title,
  [data-page='space_kebara'].kudo .title {
    margin-bottom: 65px;
  }
  [data-page='space'].kudo .title img,
  [data-page='space_kebara'].kudo .title img {
    height: 48px;
  }
  [data-page='space'].kudo .mv,
  [data-page='space_kebara'].kudo .mv {
    margin-bottom: 60px;
  }
  [data-page='space'].kudo .floor,
  [data-page='space_kebara'].kudo .floor {
    margin-bottom: 120px;
  }
  [data-page='space'].kudo .floor .p1,
  [data-page='space_kebara'].kudo .floor .p1 {
    top: 13%;
    left: 75%;
  }
  [data-page='space'].kudo .floor .p2,
  [data-page='space_kebara'].kudo .floor .p2 {
    top: 95.4%;
    left: 57.5%;
  }
  [data-page='space'].kudo .floor .p3,
  [data-page='space_kebara'].kudo .floor .p3 {
    top: 41%;
    left: 2.6%;
  }
  [data-page='space'].kudo .floor .p4,
  [data-page='space_kebara'].kudo .floor .p4 {
    top: 91%;
    left: 39.6%;
  }
  [data-page='space'].kudo .access,
  [data-page='space_kebara'].kudo .access {
    padding-top: 240px;
  }
  [data-page='space'].kudo .access .info,
  [data-page='space_kebara'].kudo .access .info {
    top: 0;
    left: 60px;
  }
  [data-page='space'].kudo .access .info dl dt img,
  [data-page='space_kebara'].kudo .access .info dl dt img {
    height: 33px;
  }
  [data-page='space'].hinosyokudo .title,
  [data-page='space_kebara'].hinosyokudo .title {
    margin-bottom: 45px;
  }
  [data-page='space'].hinosyokudo .title img,
  [data-page='space_kebara'].hinosyokudo .title img {
    height: 42px;
  }
  [data-page='space'].hinosyokudo .mv,
  [data-page='space_kebara'].hinosyokudo .mv {
    margin-bottom: 60px;
  }
  [data-page='space'].hinosyokudo .floor,
  [data-page='space_kebara'].hinosyokudo .floor {
    margin-bottom: 120px;
  }
  [data-page='space'].hinosyokudo .floor .p1,
  [data-page='space_kebara'].hinosyokudo .floor .p1 {
    top: 17%;
    left: 17%;
  }
  [data-page='space'].hinosyokudo .floor .p2,
  [data-page='space_kebara'].hinosyokudo .floor .p2 {
    top: 48%;
    left: 89%;
  }
  [data-page='space'].hinosyokudo .floor .p3,
  [data-page='space_kebara'].hinosyokudo .floor .p3 {
    top: 24%;
    left: 20.6%;
  }
  [data-page='space'].hinosyokudo .floor .p4,
  [data-page='space_kebara'].hinosyokudo .floor .p4 {
    top: 26%;
    left: 29.6%;
  }
  [data-page='space'].hinosyokudo .access .info,
  [data-page='space_kebara'].hinosyokudo .access .info {
    top: 25px;
    left: 40px;
  }
  [data-page='space'].hinosyokudo .access .info dl dt img,
  [data-page='space_kebara'].hinosyokudo .access .info dl dt img {
    height: 30px;
  }
  [data-page='space'].misatomiso .title,
  [data-page='space_kebara'].misatomiso .title {
    margin-bottom: 50px;
  }
  [data-page='space'].misatomiso .title img,
  [data-page='space_kebara'].misatomiso .title img {
    height: 38px;
  }
  [data-page='space'].misatomiso .mv,
  [data-page='space_kebara'].misatomiso .mv {
    margin-bottom: 60px;
  }
  [data-page='space'].misatomiso .slide,
  [data-page='space_kebara'].misatomiso .slide {
    margin-bottom: 120px;
  }
  [data-page='space'].misatomiso .project,
  [data-page='space_kebara'].misatomiso .project {
    padding-bottom: 125px;
  }
  [data-page='space'].misatomiso .project figure,
  [data-page='space_kebara'].misatomiso .project figure {
    text-align: center;
    margin-bottom: 40px;
  }
  [data-page='space'].misatomiso .project figure img,
  [data-page='space_kebara'].misatomiso .project figure img {
    height: 446px;
  }
  [data-page='space'].misatomiso .project dl,
  [data-page='space_kebara'].misatomiso .project dl {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    max-width: 620px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #c7c7c7;
  }
  [data-page='space'].misatomiso .project dl:last-of-type,
  [data-page='space_kebara'].misatomiso .project dl:last-of-type {
    margin-bottom: 120px;
    border-bottom: 1px solid #c7c7c7;
  }
  [data-page='space'].misatomiso .project dl dt,
  [data-page='space_kebara'].misatomiso .project dl dt {
    width: 120px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  [data-page='space'].misatomiso .project dl dd,
  [data-page='space_kebara'].misatomiso .project dl dd {
    width: calc(100% - 120px);
    line-height: 2;
  }
  [data-page='space'].misatomiso .project .btn,
  [data-page='space_kebara'].misatomiso .project .btn {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 127px;
    margin-left: auto;
    display: block;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='space'].misatomiso .project .btn:hover,
  [data-page='space_kebara'].misatomiso .project .btn:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='about'] #mainContents {
    padding: 0 30px 120px;
  }
  [data-page='about'] .main figure {
    max-width: 663px;
    margin-bottom: 50px;
  }
  [data-page='about'] .main h1 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 60px;
    letter-spacing: 0.11em;
    line-height: 1.7;
  }
  [data-page='about'] .main p {
    font-size: 1.5rem;
    line-height: 2.2;
  }
  [data-page='about'] .sub {
    border-top: 1px solid #2b1b16;
    padding-top: 100px;
    margin-top: 100px;
  }
  [data-page='about'] .sub h2 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 45px;
  }
  [data-page='about'] .sub dl {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 2.1;
  }
  [data-page='about'] .sub dl dt {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    width: 118px;
  }
  [data-page='about'] .sub dl dd {
    width: calc(100% - 118px);
  }
  [data-page='about'] .sub dl.company dt {
    font-weight: bold;
  }
  [data-page='contact'] #mainContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 160px 0;
  }
  [data-page='contact'] section {
    max-width: 510px;
  }
  [data-page='contact'] section .title {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 80px;
  }
  [data-page='contact'] section p {
    margin-bottom: 50px;
  }
  [data-page='contact'] section p:last-of-type {
    margin-bottom: 0;
  }
  [data-page='contact'] section a {
    color: #2b1b16;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='contact'] section a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] #mainContents {
    padding: 50px 80px 150px;
  }
  [data-page='news'] .navi {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [data-page='news'] .navi a {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: block;
    border-right: 1px solid #2b1b16;
    line-height: 1;
    margin-right: 13px;
    margin-bottom: 15px;
    padding-right: 13px;
  }
  [data-page='news'] .navi a:first-of-type {
    border-left: 1px solid #2b1b16;
    padding-left: 13px;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='news'] .navi a:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] .navi.tags {
    margin-bottom: 60px;
  }
  [data-page='news'] .news_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 80px;
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] .news_list .unit a {
    overflow: hidden;
  }
  [data-page='news'] .news_list .unit a img,
  [data-page='news'] .news_list .unit a video {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='news'] .news_list .unit a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] .news_list .unit figure {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
  }
  [data-page='news'] .news_list .unit .txt {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    padding: 0 5px;
  }
  [data-page='news'] .news_list .unit .txt .category {
    font-size: 1rem;
    color: #9a9a9b;
    margin-bottom: 10px;
  }
  [data-page='news'] .news_list .unit .txt .date {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  [data-page='news'] .news_list .unit .txt .title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  [data-page='news'] .news_list .unit .txt .description {
    font-size: 1.1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
  }
  [data-page='news'] .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.3rem;
  }
  [data-page='news'] .pagenavi .prev,
  [data-page='news'] .pagenavi .next {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
  }
  [data-page='news'] .pagenavi .prev {
    background-image: url(../img/common/ic_arrow-left.svg);
    margin-right: 70px;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='news'] .pagenavi .prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] .pagenavi .next {
    background-image: url(../img/common/ic_arrow-right.svg);
    margin-left: 70px;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='news'] .pagenavi .next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] .pagenavi .number {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 5px;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='news'] .pagenavi .number:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] .pagenavi .current {
    opacity: 1;
  }
  [data-page='news'] article {
    max-width: 630px;
  }
  [data-page='news'] article header {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    margin-bottom: 50px;
  }
  [data-page='news'] article header .category {
    font-size: 1.2rem;
    letter-spacing: 0.11em;
    color: #9e9e9f;
    margin-bottom: 25px;
  }
  [data-page='news'] article header .date {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  [data-page='news'] article header .title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
  }
  [data-page='news'] article footer {
    position: relative;
  }
  [data-page='news'] article footer a {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
  }
  [data-page='news'] article footer a.prev {
    background-image: url(../img/common/ic_arrow-left.svg);
    width: 20px;
    height: 20px;
    left: 0;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='news'] article footer a.prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] article footer a.next {
    background-image: url(../img/common/ic_arrow-right.svg);
    width: 20px;
    height: 20px;
    right: 0;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='news'] article footer a.next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] article footer a.index {
    background-image: url(../img/common/ic_index.svg);
    width: 29px;
    height: 23px;
    left: 50%;
    margin-left: -15px;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='news'] article footer a.index:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] article .post {
    margin-bottom: 100px;
  }
  [data-page='news'] article .post > * {
    margin-bottom: 35px;
    line-height: 2;
  }
  [data-page='news'] article .post a {
    color: #2b1b16;
    text-decoration: underline;
  }
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
  [data-page='news'] article .post a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 1280px) {
  [data-page='news'] article .post h1,
  [data-page='news'] article .post h2,
  [data-page='news'] article .post h3,
  [data-page='news'] article .post h4,
  [data-page='news'] article .post h5,
  [data-page='news'] article .post h6 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.5;
  }
  [data-page='news'] article .post h1 {
    font-size: 21px;
  }
  [data-page='news'] article .post h2 {
    font-size: 20px;
  }
  [data-page='news'] article .post h3 {
    font-size: 19px;
  }
  [data-page='news'] article .post h4 {
    font-size: 18px;
  }
  [data-page='news'] article .post h5 {
    font-size: 17px;
  }
  [data-page='news'] article .post h6 {
    font-size: 16px;
  }
  [data-page='news'] article .post figure {
    margin-bottom: 70px;
  }
  [data-page='news'] article .post .wp-block-embed__wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  [data-page='news'] article .post .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  body {
    font-size: 1.3rem;
  }
  #wrapper {
    position: relative;
    overflow: hidden;
  }
  #container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 125vw;
    margin: auto;
    min-height: calc(100vh - 7.42vw);
  }
  #mainContents {
    width: calc(100% - 24.9vw);
  }
  #globalHeader {
    width: 24.9vw;
  }
  #globalHeader .inner {
    padding: 2.93vw 5.86vw;
  }
  #globalHeader .logo {
    width: 7.32vw;
    height: 25.88vw;
    margin-bottom: 6.35vw;
  }
  #globalHeader .logo a {
    background: url(../img/common/logo_tate.svg) no-repeat 0 0;
    background-size: 100% 100%;
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalHeader .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #globalHeader .gnavi .nav {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: relative;
    margin-bottom: 2.93vw;
    padding-bottom: 0.78vw;
  }
  #globalHeader .gnavi .nav span {
    display: none;
  }
  #globalHeader .gnavi .nav:after {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #2b1b16;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  #globalHeader .gnavi .nav:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  #globalHeader .gnavi .nav.active:after {
    width: 100%;
  }
  #globalHeader .gnavi .n_about {
    background-image: url(../img/common/nav_1.svg);
    width: 9.77vw;
    height: 1.95vw;
  }
  #globalHeader .gnavi .n_news {
    background-image: url(../img/common/nav_2.svg);
    width: 5.08vw;
    height: 1.76vw;
  }
  #globalHeader .gnavi .n_space {
    background-image: url(../img/common/nav_3.svg);
    width: 9.86vw;
    height: 1.95vw;
  }
  #globalHeader .gnavi .n_space_kebara {
    background-image: url(../img/common/nav_4.svg);
    width: 12.01vw;
    height: 1.95vw;
  }
  #globalHeader .gnavi .n_online {
    background-image: url(../img/common/nav_5.svg);
    width: 6.45vw;
    height: 1.76vw;
  }
  #globalHeader .gnavi .n_contact {
    background-image: url(../img/common/nav_6.svg);
    width: 13.18vw;
    height: 1.95vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  #globalHeader .gnavi #acc:hover ul {
    height: 26.37vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  #globalHeader .gnavi #acc.open ul {
    height: 26.37vw;
  }
  #globalHeader .gnavi #acc ul {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    height: 0;
    overflow: hidden;
    font-size: 1.07vw;
    white-space: nowrap;
    color: #9fa0a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #globalHeader .gnavi #acc ul li {
    margin-bottom: 0.98vw;
  }
  #globalHeader .gnavi #acc ul li.active a {
    color: #2b1b16;
  }
  #globalHeader .gnavi #acc ul li.active a:after {
    width: 100%;
  }
  #globalHeader .gnavi #acc ul a {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
    position: relative;
    padding-bottom: 0.29vw;
  }
  #globalHeader .gnavi #acc ul a:after {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #2b1b16;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  #globalHeader .gnavi #acc ul a:hover {
    color: #2b1b16;
  }
  #globalHeader .gnavi #acc ul a:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  #globalFooter {
    background-color: #2b1b16;
    color: #ffffff;
  }
  #globalFooter .inner {
    max-width: 125vw;
    margin: auto;
    padding: 1.95vw;
    position: relative;
  }
  #globalFooter dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #globalFooter dl dt {
    font-size: 1.4rem;
    margin-right: 4.88vw;
    letter-spacing: 0.2em;
  }
  #globalFooter dl dd {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  #globalFooter .copyright {
    position: absolute;
    bottom: 1.95vw;
    right: 1.95vw;
    font-size: 1rem;
    letter-spacing: 0.15em;
  }
  .wrap_white {
    background-color: #ffffff;
  }
  .sec_title {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 4.39vw;
    letter-spacing: 0.2em;
  }
  [data-page='top'] #mv {
    position: relative;
    min-height: 100vh;
    padding-top: 100vh;
  }
  [data-page='top'] #mv .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  [data-page='top'] #mv .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  [data-page='top'] #mv .cover {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }
  [data-page='top'] #mv .visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 68.36vw;
  }
  [data-page='top'] #mv .visual .logo {
    background: url(../img/common/logo_tate.svg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 5.86vw;
    height: 19.14vw;
    position: absolute;
    top: 3.13vw;
    left: 5.37vw;
    text-indent: -9999px;
  }
  [data-page='top'] #mv .visual .ic_scroll {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/common/ic_scroll.svg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 3.13vw;
    height: 2.05vw;
    position: absolute;
    bottom: 4.1vw;
    left: 50%;
  }
  [data-page='top'] #mv .visual .ic_scroll a {
    display: block;
    width: 100%;
    height: 100%;
  }
  [data-page='top'] #mv .intro {
    min-height: 83.98vw;
    height: 100vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
  }
  [data-page='top'] #mv .intro .btn {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 8.2vw;
    left: 50%;
    border: 1px solid #2b1b16;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.2vw;
    height: 1.76vw;
    font-size: 1rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='top'] #mv .intro .btn:hover {
    background-color: #2b1b16;
    color: #ffffff;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='top'] #mv .intro .txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: -9.77vw;
  }
  [data-page='top'] #mv .intro .txt h1 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
  }
  [data-page='top'] #mv .intro .txt p {
    font-size: 1.6rem;
    line-height: 2.25;
    margin-right: 9.77vw;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
  }
  [data-page='top'] #mv .intro .txt .sub {
    text-align: right;
  }
  [data-page='top'] #globalHeader .inner {
    padding-top: 5.86vw;
  }
  [data-page='top'] #space {
    padding-bottom: 9.77vw;
    padding-top: 6.84vw;
  }
  [data-page='top'] #space .space_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [data-page='top'] #space .space_list .unit a {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='top'] #space .space_list .unit a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='top'] #space .space_list .u1 {
    width: 37.21vw;
  }
  [data-page='top'] #space .space_list .u2 {
    width: 47.85vw;
    margin-top: -4.88vw;
  }
  [data-page='top'] #space .space_list .u3 {
    width: 37.89vw;
  }
  [data-page='top'] #space .space_list .u4 {
    width: 27.64vw;
    margin-bottom: 4.39vw;
  }
  [data-page='top'] #space .space_list .u5 {
    width: 22.95vw;
    margin-bottom: 4.39vw;
  }
  [data-page='top'] #space .space_list .u6 {
    width: 34.67vw;
    margin-top: 4.39vw;
  }
  [data-page='top'] #space .space_list .u7 {
    width: 32.52vw;
  }
  [data-page='top'] #space .space_list .u8 {
    width: 26.27vw;
  }
  [data-page='top'] #news {
    position: relative;
    padding: 6.35vw 0 10.74vw;
  }
  [data-page='top'] #news:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f3f3f3;
    content: '';
    width: 150vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    z-index: 0;
  }
  [data-page='top'] #news .sec_inner {
    position: relative;
    z-index: 2;
  }
  [data-page='top'] #news .news_list {
    margin-bottom: 7.81vw;
  }
  [data-page='top'] #news .news_list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.64vw;
  }
  [data-page='top'] #news .news_list .swiper-slide:first-child {
    grid-column: 1/3;
    grid-row: 1/4;
  }
  [data-page='top'] #news .news_list .swiper-slide:first-child .unit .txt .description {
    display: block;
  }
  [data-page='top'] #news .news_list .unit a {
    overflow: hidden;
  }
  [data-page='top'] #news .news_list .unit a img,
  [data-page='top'] #news .news_list .unit a video {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='top'] #news .news_list .unit a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='top'] #news .news_list .unit figure {
    margin-bottom: 0.49vw;
    overflow: hidden;
    position: relative;
  }
  [data-page='top'] #news .news_list .unit .txt {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    padding: 0 0.49vw;
  }
  [data-page='top'] #news .news_list .unit .txt .category {
    font-size: 1rem;
    color: #9a9a9b;
    margin-bottom: 0.98vw;
  }
  [data-page='top'] #news .news_list .unit .txt .date {
    font-size: 1.2rem;
    margin-bottom: 0.49vw;
  }
  [data-page='top'] #news .news_list .unit .txt .title {
    font-size: 1.2rem;
    margin-bottom: 0.98vw;
    font-weight: bold;
  }
  [data-page='top'] #news .news_list .unit .txt .description {
    font-size: 1.1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
  }
  [data-page='top'] #news .btn {
    margin: auto;
    display: block;
    width: 2.73vw;
  }
  [data-page='top'] #news .btn img {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='top'] #news .btn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'],
  [data-page='space_kebara'] {
    padding: 7.32vw 0 0;
  }
  [data-page='space'] #container,
  [data-page='space_kebara'] #container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article,
  [data-page='space_kebara'] article {
    padding-right: 1.95vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article .title,
  [data-page='space_kebara'] article .title {
    text-align: center;
  }
  [data-page='space'] article .floor,
  [data-page='space_kebara'] article .floor {
    position: relative;
  }
  [data-page='space'] article .floor .point,
  [data-page='space_kebara'] article .floor .point {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    width: 3.91vw;
    height: 3.91vw;
    border-radius: 100%;
    display: block;
  }
  [data-page='space'] article .floor .point:after,
  [data-page='space_kebara'] article .floor .point:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 1.66vw;
    height: 3.71vw;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.86vw 0 0 -0.78vw;
  }
  [data-page='space'] article .floor .point.up:after,
  [data-page='space_kebara'] article .floor .point.up:after {
    -webkit-animation: up 1s infinite;
    animation: up 1s infinite;
    background-image: url(../img/common/ic_arrow-up.svg);
  }
  [data-page='space'] article .floor .point.down:after,
  [data-page='space_kebara'] article .floor .point.down:after {
    -webkit-animation: down 1s infinite;
    animation: down 1s infinite;
    background-image: url(../img/common/ic_arrow-down.svg);
  }
  [data-page='space'] article .floor figcaption,
  [data-page='space_kebara'] article .floor figcaption {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    position: absolute;
    right: 10.74vw;
    bottom: 5.86vw;
  }
  [data-page='space'] article .description,
  [data-page='space_kebara'] article .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14.65vw;
  }
  [data-page='space'] article .description h2,
  [data-page='space_kebara'] article .description h2 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.11em;
    width: 40%;
  }
  [data-page='space'] article .description .txt,
  [data-page='space_kebara'] article .description .txt {
    width: calc(60% - 4.39vw);
    line-height: 2.2;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article .description,
  [data-page='space_kebara'] article .description {
    display: block;
  }
  [data-page='space'] article .description h2,
  [data-page='space_kebara'] article .description h2 {
    width: 100%;
    margin-bottom: 1.95vw;
  }
  [data-page='space'] article .description .txt,
  [data-page='space_kebara'] article .description .txt {
    width: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article .slide,
  [data-page='space_kebara'] article .slide {
    margin-bottom: 19.53vw;
  }
  [data-page='space'] article .slide .swiper,
  [data-page='space_kebara'] article .slide .swiper {
    position: relative;
  }
  [data-page='space'] article .slide .swiper-button-prev,
  [data-page='space'] article .slide .swiper-button-next,
  [data-page='space_kebara'] article .slide .swiper-button-prev,
  [data-page='space_kebara'] article .slide .swiper-button-next {
    width: 4.59vw;
    height: 4.59vw;
    margin-top: -2.73vw;
  }
  [data-page='space'] article .slide .swiper-button-prev:after,
  [data-page='space'] article .slide .swiper-button-next:after,
  [data-page='space_kebara'] article .slide .swiper-button-prev:after,
  [data-page='space_kebara'] article .slide .swiper-button-next:after {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 100%;
    height: 100%;
  }
  [data-page='space'] article .slide .swiper-button-prev:after,
  [data-page='space_kebara'] article .slide .swiper-button-prev:after {
    background-image: url(../img/common/ic_arrow-left.svg);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='space'] article .slide .swiper-button-prev:hover:after,
  [data-page='space_kebara'] article .slide .swiper-button-prev:hover:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article .slide .swiper-button-next:after,
  [data-page='space_kebara'] article .slide .swiper-button-next:after {
    background-image: url(../img/common/ic_arrow-right.svg);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='space'] article .slide .swiper-button-next:hover:after,
  [data-page='space_kebara'] article .slide .swiper-button-next:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] article .slide .swiper-button-disabled,
  [data-page='space_kebara'] article .slide .swiper-button-disabled {
    opacity: 0;
  }
  [data-page='space'] article .slide .swiper_main,
  [data-page='space_kebara'] article .slide .swiper_main {
    margin-bottom: 1.76vw;
  }
  [data-page='space'] article .slide .swiper_thumb,
  [data-page='space_kebara'] article .slide .swiper_thumb {
    padding: 0 2.93vw;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-wrapper.center,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-wrapper.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-button-prev,
  [data-page='space'] article .slide .swiper_thumb .swiper-button-next,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-prev,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-next {
    width: 1.86vw;
    height: 1.86vw;
    margin-top: -0.98vw;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-button-prev,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-prev {
    left: 0;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-button-next,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-button-next {
    right: 0;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-slide,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide {
    position: relative;
    padding-bottom: 0.98vw;
    cursor: pointer;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-slide:before,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide:before {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #2b1b16;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  [data-page='space'] article .slide .swiper_thumb .swiper-slide.swiper-slide-thumb-active:before,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide.swiper-slide-thumb-active:before {
    width: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='space'] article .slide .swiper_thumb .swiper-slide:hover:before,
  [data-page='space_kebara'] article .slide .swiper_thumb .swiper-slide:hover:before {
    width: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] .access,
  [data-page='space_kebara'] .access {
    margin: auto;
    width: calc(100% + ((100vw - 100%) / 2));
    max-width: 144.53vw;
    position: relative;
    min-height: 48.83vw;
  }
  [data-page='space'] .access .map,
  [data-page='space_kebara'] .access .map {
    pointer-events: none;
  }
  [data-page='space'] .access .info,
  [data-page='space_kebara'] .access .info {
    position: absolute;
  }
  [data-page='space'] .access .info dl,
  [data-page='space_kebara'] .access .info dl {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    margin-bottom: 2.93vw;
  }
  [data-page='space'] .access .info dl dt,
  [data-page='space_kebara'] .access .info dl dt {
    margin-bottom: 4.88vw;
  }
  [data-page='space'] .access .info dl dd,
  [data-page='space_kebara'] .access .info dl dd {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  [data-page='space'] .access .info .sns li,
  [data-page='space_kebara'] .access .info .sns li {
    margin-bottom: 1.46vw;
  }
  [data-page='space'] .access .info .sns a,
  [data-page='space_kebara'] .access .info .sns a {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='space'] .access .info .sns a:hover,
  [data-page='space_kebara'] .access .info .sns a:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] .access .info .sns img,
  [data-page='space_kebara'] .access .info .sns img {
    width: 2.93vw;
  }
  [data-page='space'] .access .info .sns img.black,
  [data-page='space_kebara'] .access .info .sns img.black {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  [data-page='space'] #modal,
  [data-page='space_kebara'] #modal {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  [data-page='space'] #modal.active,
  [data-page='space_kebara'] #modal.active {
    opacity: 1;
    visibility: visible;
  }
  [data-page='space'] #modal .modal_inner,
  [data-page='space_kebara'] #modal .modal_inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-page='space'] #modal .modal_contents,
  [data-page='space_kebara'] #modal .modal_contents {
    background-color: #ffffff;
    max-width: 78.13vw;
    min-height: 35.64vw;
    position: relative;
  }
  [data-page='space'] #modal #btnModalClose,
  [data-page='space_kebara'] #modal #btnModalClose {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 0.98vw;
    right: 0.98vw;
    width: 1.76vw;
    height: 1.76vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='space'] #modal #btnModalClose:hover,
  [data-page='space_kebara'] #modal #btnModalClose:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] #modal .swiper_point,
  [data-page='space_kebara'] #modal .swiper_point {
    padding: 2.93vw 5.86vw;
  }
  [data-page='space'] #modal .swiper-button-prev,
  [data-page='space'] #modal .swiper-button-next,
  [data-page='space_kebara'] #modal .swiper-button-prev,
  [data-page='space_kebara'] #modal .swiper-button-next {
    width: 2.64vw;
    height: 2.64vw;
    margin-top: -1.37vw;
  }
  [data-page='space'] #modal .swiper-button-prev:after,
  [data-page='space'] #modal .swiper-button-next:after,
  [data-page='space_kebara'] #modal .swiper-button-prev:after,
  [data-page='space_kebara'] #modal .swiper-button-next:after {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 100%;
    height: 100%;
  }
  [data-page='space'] #modal .swiper-button-prev:after,
  [data-page='space_kebara'] #modal .swiper-button-prev:after {
    background-image: url(../img/common/ic_arrow-left.svg);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='space'] #modal .swiper-button-prev:hover:after,
  [data-page='space_kebara'] #modal .swiper-button-prev:hover:after {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] #modal .swiper-button-next:after,
  [data-page='space_kebara'] #modal .swiper-button-next:after {
    background-image: url(../img/common/ic_arrow-right.svg);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='space'] #modal .swiper-button-next:hover:after,
  [data-page='space_kebara'] #modal .swiper-button-next:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='space'] #modal .swiper-button-disabled,
  [data-page='space_kebara'] #modal .swiper-button-disabled {
    opacity: 0;
  }
  [data-page='space'] #modal .swiper-wrapper,
  [data-page='space_kebara'] #modal .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  [data-page='space'] #modal .swiper-slide,
  [data-page='space_kebara'] #modal .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  [data-page='space'] #modal .swiper-slide figure,
  [data-page='space_kebara'] #modal .swiper-slide figure {
    width: calc(50% - 1.95vw);
  }
  [data-page='space'] #modal .swiper-slide dl,
  [data-page='space_kebara'] #modal .swiper-slide dl {
    width: 50%;
  }
  [data-page='space'] #modal .swiper-slide dl dt,
  [data-page='space_kebara'] #modal .swiper-slide dl dt {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.11em;
    margin-bottom: 2.44vw;
  }
  [data-page='space'].casadecha .title,
  [data-page='space_kebara'].casadecha .title {
    margin-bottom: 4.39vw;
  }
  [data-page='space'].casadecha .title img,
  [data-page='space_kebara'].casadecha .title img {
    height: 3.71vw;
  }
  [data-page='space'].casadecha .floor,
  [data-page='space_kebara'].casadecha .floor {
    margin-bottom: 10.74vw;
  }
  [data-page='space'].casadecha .floor .p1,
  [data-page='space_kebara'].casadecha .floor .p1 {
    top: 87.4%;
    left: 19.2%;
  }
  [data-page='space'].casadecha .floor .p2,
  [data-page='space_kebara'].casadecha .floor .p2 {
    top: 86.4%;
    left: 22.9%;
  }
  [data-page='space'].casadecha .floor .p3,
  [data-page='space_kebara'].casadecha .floor .p3 {
    top: 98.6%;
    left: 43.6%;
  }
  [data-page='space'].casadecha .floor .p4,
  [data-page='space_kebara'].casadecha .floor .p4 {
    top: 43.4%;
    left: 22.3%;
  }
  [data-page='space'].casadecha .floor .p5,
  [data-page='space_kebara'].casadecha .floor .p5 {
    top: 21.4%;
    left: 22.5%;
  }
  [data-page='space'].casadecha .access .info,
  [data-page='space_kebara'].casadecha .access .info {
    top: -2.93vw;
    left: 3.91vw;
  }
  [data-page='space'].casadecha .access .info dl dt img,
  [data-page='space_kebara'].casadecha .access .info dl dt img {
    height: 2.64vw;
  }
  [data-page='space'].bring .title,
  [data-page='space_kebara'].bring .title {
    margin-bottom: 4.39vw;
  }
  [data-page='space'].bring .title img,
  [data-page='space_kebara'].bring .title img {
    height: 3.13vw;
  }
  [data-page='space'].bring .mv,
  [data-page='space_kebara'].bring .mv {
    margin-bottom: 5.86vw;
  }
  [data-page='space'].bring .floor,
  [data-page='space_kebara'].bring .floor {
    margin-bottom: 10.74vw;
  }
  [data-page='space'].bring .floor .p1,
  [data-page='space_kebara'].bring .floor .p1 {
    top: 5.4%;
    left: 45.2%;
  }
  [data-page='space'].bring .floor .p2,
  [data-page='space_kebara'].bring .floor .p2 {
    top: 22.4%;
    left: 50.9%;
  }
  [data-page='space'].bring .floor .p3,
  [data-page='space_kebara'].bring .floor .p3 {
    top: 59%;
    left: 49.6%;
  }
  [data-page='space'].bring .access .map,
  [data-page='space_kebara'].bring .access .map {
    padding-left: 9.77vw;
  }
  [data-page='space'].bring .access .info,
  [data-page='space_kebara'].bring .access .info {
    top: 1.95vw;
    left: 3.91vw;
  }
  [data-page='space'].bring .access .info dl dt img,
  [data-page='space_kebara'].bring .access .info dl dt img {
    height: 2.93vw;
  }
  [data-page='space'].no11 .title,
  [data-page='space_kebara'].no11 .title {
    margin-bottom: 10.74vw;
  }
  [data-page='space'].no11 .title img,
  [data-page='space_kebara'].no11 .title img {
    height: 3.52vw;
  }
  [data-page='space'].no11 .mv,
  [data-page='space_kebara'].no11 .mv {
    margin-bottom: 2.93vw;
  }
  [data-page='space'].no11 .floor,
  [data-page='space_kebara'].no11 .floor {
    margin-bottom: 8.79vw;
  }
  [data-page='space'].no11 .floor .p1,
  [data-page='space_kebara'].no11 .floor .p1 {
    top: 86.4%;
    left: 15%;
  }
  [data-page='space'].no11 .floor .p2,
  [data-page='space_kebara'].no11 .floor .p2 {
    top: 0.4%;
    left: 52.9%;
  }
  [data-page='space'].no11 .floor .p3,
  [data-page='space_kebara'].no11 .floor .p3 {
    top: 33%;
    left: 52.6%;
  }
  [data-page='space'].no11 .access .map,
  [data-page='space_kebara'].no11 .access .map {
    padding-left: 13.67vw;
  }
  [data-page='space'].no11 .access .info,
  [data-page='space_kebara'].no11 .access .info {
    top: 2.93vw;
    left: 3.91vw;
  }
  [data-page='space'].no11 .access .info dl dt img,
  [data-page='space_kebara'].no11 .access .info dl dt img {
    height: 2.34vw;
  }
  [data-page='space'].rubluck .title,
  [data-page='space_kebara'].rubluck .title {
    margin-bottom: 4.88vw;
  }
  [data-page='space'].rubluck .title img,
  [data-page='space_kebara'].rubluck .title img {
    height: 3.13vw;
  }
  [data-page='space'].rubluck .mv,
  [data-page='space_kebara'].rubluck .mv {
    margin-bottom: 4.88vw;
  }
  [data-page='space'].rubluck .floor,
  [data-page='space_kebara'].rubluck .floor {
    margin-bottom: 8.79vw;
  }
  [data-page='space'].rubluck .floor .p1,
  [data-page='space_kebara'].rubluck .floor .p1 {
    top: 24.4%;
    left: 77%;
  }
  [data-page='space'].rubluck .floor .p2,
  [data-page='space_kebara'].rubluck .floor .p2 {
    top: 23.4%;
    left: 49.9%;
  }
  [data-page='space'].rubluck .floor .p3,
  [data-page='space_kebara'].rubluck .floor .p3 {
    top: 42%;
    left: 86.6%;
  }
  [data-page='space'].rubluck .floor .p4,
  [data-page='space_kebara'].rubluck .floor .p4 {
    top: 33%;
    left: 62.6%;
  }
  [data-page='space'].rubluck .access .info,
  [data-page='space_kebara'].rubluck .access .info {
    bottom: 9.77vw;
    left: 5.86vw;
  }
  [data-page='space'].rubluck .access .info dl dt img,
  [data-page='space_kebara'].rubluck .access .info dl dt img {
    height: 2.34vw;
  }
  [data-page='space'].wakaya .title,
  [data-page='space_kebara'].wakaya .title {
    margin-bottom: 7.32vw;
  }
  [data-page='space'].wakaya .title img,
  [data-page='space_kebara'].wakaya .title img {
    height: 3.52vw;
  }
  [data-page='space'].wakaya .mv,
  [data-page='space_kebara'].wakaya .mv {
    margin-bottom: 2.93vw;
  }
  [data-page='space'].wakaya .floor,
  [data-page='space_kebara'].wakaya .floor {
    margin-bottom: 10.74vw;
  }
  [data-page='space'].wakaya .floor .p1,
  [data-page='space_kebara'].wakaya .floor .p1 {
    top: 40.4%;
    left: 7%;
  }
  [data-page='space'].wakaya .floor .p2,
  [data-page='space_kebara'].wakaya .floor .p2 {
    top: 55.4%;
    left: 96.5%;
  }
  [data-page='space'].wakaya .floor .p3,
  [data-page='space_kebara'].wakaya .floor .p3 {
    top: 24%;
    left: 57.6%;
  }
  [data-page='space'].wakaya .floor .p4,
  [data-page='space_kebara'].wakaya .floor .p4 {
    top: 17%;
    left: 48.6%;
  }
  [data-page='space'].wakaya .floor .p5,
  [data-page='space_kebara'].wakaya .floor .p5 {
    top: 53%;
    left: 91.6%;
  }
  [data-page='space'].wakaya .access,
  [data-page='space_kebara'].wakaya .access {
    padding-top: 18.55vw;
  }
  [data-page='space'].wakaya .access .info,
  [data-page='space_kebara'].wakaya .access .info {
    top: 0;
    left: 5.86vw;
  }
  [data-page='space'].wakaya .access .info dl dt img,
  [data-page='space_kebara'].wakaya .access .info dl dt img {
    height: 2.93vw;
  }
  [data-page='space'].kudo .title,
  [data-page='space_kebara'].kudo .title {
    margin-bottom: 6.35vw;
  }
  [data-page='space'].kudo .title img,
  [data-page='space_kebara'].kudo .title img {
    height: 4.69vw;
  }
  [data-page='space'].kudo .mv,
  [data-page='space_kebara'].kudo .mv {
    margin-bottom: 5.86vw;
  }
  [data-page='space'].kudo .floor,
  [data-page='space_kebara'].kudo .floor {
    margin-bottom: 11.72vw;
  }
  [data-page='space'].kudo .floor .p1,
  [data-page='space_kebara'].kudo .floor .p1 {
    top: 13%;
    left: 75%;
  }
  [data-page='space'].kudo .floor .p2,
  [data-page='space_kebara'].kudo .floor .p2 {
    top: 95.4%;
    left: 57.5%;
  }
  [data-page='space'].kudo .floor .p3,
  [data-page='space_kebara'].kudo .floor .p3 {
    top: 41%;
    left: 2.6%;
  }
  [data-page='space'].kudo .floor .p4,
  [data-page='space_kebara'].kudo .floor .p4 {
    top: 91%;
    left: 39.6%;
  }
  [data-page='space'].kudo .access,
  [data-page='space_kebara'].kudo .access {
    padding-top: 23.44vw;
  }
  [data-page='space'].kudo .access .info,
  [data-page='space_kebara'].kudo .access .info {
    top: 0;
    left: 5.86vw;
  }
  [data-page='space'].kudo .access .info dl dt img,
  [data-page='space_kebara'].kudo .access .info dl dt img {
    height: 3.22vw;
  }
  [data-page='space'].hinosyokudo .title,
  [data-page='space_kebara'].hinosyokudo .title {
    margin-bottom: 4.39vw;
  }
  [data-page='space'].hinosyokudo .title img,
  [data-page='space_kebara'].hinosyokudo .title img {
    height: 4.1vw;
  }
  [data-page='space'].hinosyokudo .mv,
  [data-page='space_kebara'].hinosyokudo .mv {
    margin-bottom: 5.86vw;
  }
  [data-page='space'].hinosyokudo .floor,
  [data-page='space_kebara'].hinosyokudo .floor {
    margin-bottom: 11.72vw;
  }
  [data-page='space'].hinosyokudo .floor .p1,
  [data-page='space_kebara'].hinosyokudo .floor .p1 {
    top: 17%;
    left: 17%;
  }
  [data-page='space'].hinosyokudo .floor .p2,
  [data-page='space_kebara'].hinosyokudo .floor .p2 {
    top: 48%;
    left: 89%;
  }
  [data-page='space'].hinosyokudo .floor .p3,
  [data-page='space_kebara'].hinosyokudo .floor .p3 {
    top: 24%;
    left: 20.6%;
  }
  [data-page='space'].hinosyokudo .floor .p4,
  [data-page='space_kebara'].hinosyokudo .floor .p4 {
    top: 26%;
    left: 29.6%;
  }
  [data-page='space'].hinosyokudo .access .info,
  [data-page='space_kebara'].hinosyokudo .access .info {
    top: 2.44vw;
    left: 3.91vw;
  }
  [data-page='space'].hinosyokudo .access .info dl dt img,
  [data-page='space_kebara'].hinosyokudo .access .info dl dt img {
    height: 2.93vw;
  }
  [data-page='space'].misatomiso .title,
  [data-page='space_kebara'].misatomiso .title {
    margin-bottom: 4.88vw;
  }
  [data-page='space'].misatomiso .title img,
  [data-page='space_kebara'].misatomiso .title img {
    height: 3.71vw;
  }
  [data-page='space'].misatomiso .mv,
  [data-page='space_kebara'].misatomiso .mv {
    margin-bottom: 5.86vw;
  }
  [data-page='space'].misatomiso .slide,
  [data-page='space_kebara'].misatomiso .slide {
    margin-bottom: 11.72vw;
  }
  [data-page='space'].misatomiso .project,
  [data-page='space_kebara'].misatomiso .project {
    padding-bottom: 12.21vw;
  }
  [data-page='space'].misatomiso .project figure,
  [data-page='space_kebara'].misatomiso .project figure {
    text-align: center;
    margin-bottom: 3.91vw;
  }
  [data-page='space'].misatomiso .project figure img,
  [data-page='space_kebara'].misatomiso .project figure img {
    height: 43.55vw;
  }
  [data-page='space'].misatomiso .project dl,
  [data-page='space_kebara'].misatomiso .project dl {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    max-width: 60.55vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.44vw 0;
    border-top: 1px solid #c7c7c7;
  }
  [data-page='space'].misatomiso .project dl:last-of-type,
  [data-page='space_kebara'].misatomiso .project dl:last-of-type {
    margin-bottom: 11.72vw;
    border-bottom: 1px solid #c7c7c7;
  }
  [data-page='space'].misatomiso .project dl dt,
  [data-page='space_kebara'].misatomiso .project dl dt {
    width: 11.72vw;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  [data-page='space'].misatomiso .project dl dd,
  [data-page='space_kebara'].misatomiso .project dl dd {
    width: calc(100% - 11.72vw);
    line-height: 2;
  }
  [data-page='space'].misatomiso .project .btn,
  [data-page='space_kebara'].misatomiso .project .btn {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 12.4vw;
    margin-left: auto;
    display: block;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='space'].misatomiso .project .btn:hover,
  [data-page='space_kebara'].misatomiso .project .btn:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='about'] #mainContents {
    padding: 0 2.93vw 11.72vw;
  }
  [data-page='about'] .main figure {
    max-width: 64.75vw;
    margin-bottom: 4.88vw;
  }
  [data-page='about'] .main h1 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 5.86vw;
    letter-spacing: 0.11em;
    line-height: 1.7;
  }
  [data-page='about'] .main p {
    font-size: 1.5rem;
    line-height: 2.2;
  }
  [data-page='about'] .sub {
    border-top: 1px solid #2b1b16;
    padding-top: 9.77vw;
    margin-top: 9.77vw;
  }
  [data-page='about'] .sub h2 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 4.39vw;
  }
  [data-page='about'] .sub dl {
    margin-bottom: 0.98vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 2.1;
  }
  [data-page='about'] .sub dl dt {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    width: 11.52vw;
  }
  [data-page='about'] .sub dl dd {
    width: calc(100% - 11.52vw);
  }
  [data-page='about'] .sub dl.company dt {
    font-weight: bold;
  }
  [data-page='contact'] #mainContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15.63vw 0;
  }
  [data-page='contact'] section {
    max-width: 49.8vw;
  }
  [data-page='contact'] section .title {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 7.81vw;
  }
  [data-page='contact'] section p {
    margin-bottom: 4.88vw;
  }
  [data-page='contact'] section p:last-of-type {
    margin-bottom: 0;
  }
  [data-page='contact'] section a {
    color: #2b1b16;
    text-decoration: underline;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='contact'] section a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] #mainContents {
    padding: 4.88vw 7.81vw 14.65vw;
  }
  [data-page='news'] .navi {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [data-page='news'] .navi a {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: block;
    border-right: 1px solid #2b1b16;
    line-height: 1;
    margin-right: 1.27vw;
    margin-bottom: 1.46vw;
    padding-right: 1.27vw;
  }
  [data-page='news'] .navi a:first-of-type {
    border-left: 1px solid #2b1b16;
    padding-left: 1.27vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='news'] .navi a:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] .navi.tags {
    margin-bottom: 5.86vw;
  }
  [data-page='news'] .news_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.39vw 7.81vw;
    margin-bottom: 12.7vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.91vw 3.91vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] .news_list .unit a {
    overflow: hidden;
  }
  [data-page='news'] .news_list .unit a img,
  [data-page='news'] .news_list .unit a video {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='news'] .news_list .unit a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] .news_list .unit figure {
    margin-bottom: 0.49vw;
    overflow: hidden;
    position: relative;
  }
  [data-page='news'] .news_list .unit .txt {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    padding: 0 0.49vw;
  }
  [data-page='news'] .news_list .unit .txt .category {
    font-size: 1rem;
    color: #9a9a9b;
    margin-bottom: 0.98vw;
  }
  [data-page='news'] .news_list .unit .txt .date {
    font-size: 1.2rem;
    margin-bottom: 0.49vw;
  }
  [data-page='news'] .news_list .unit .txt .title {
    font-size: 1.2rem;
    margin-bottom: 0.98vw;
    font-weight: bold;
  }
  [data-page='news'] .news_list .unit .txt .description {
    font-size: 1.1rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
  }
  [data-page='news'] .pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.3rem;
  }
  [data-page='news'] .pagenavi .prev,
  [data-page='news'] .pagenavi .next {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1.95vw;
    height: 1.95vw;
  }
  [data-page='news'] .pagenavi .prev {
    background-image: url(../img/common/ic_arrow-left.svg);
    margin-right: 6.84vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='news'] .pagenavi .prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] .pagenavi .next {
    background-image: url(../img/common/ic_arrow-right.svg);
    margin-left: 6.84vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='news'] .pagenavi .next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] .pagenavi .number {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0 0.49vw;
    opacity: 0.5;
    width: 2.93vw;
    height: 2.93vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='news'] .pagenavi .number:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] .pagenavi .current {
    opacity: 1;
  }
  [data-page='news'] article {
    max-width: 61.52vw;
  }
  [data-page='news'] article header {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    margin-bottom: 4.88vw;
  }
  [data-page='news'] article header .category {
    font-size: 1.2rem;
    letter-spacing: 0.11em;
    color: #9e9e9f;
    margin-bottom: 2.44vw;
  }
  [data-page='news'] article header .date {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.98vw;
  }
  [data-page='news'] article header .title {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.5;
  }
  [data-page='news'] article footer {
    position: relative;
  }
  [data-page='news'] article footer a {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
  }
  [data-page='news'] article footer a.prev {
    background-image: url(../img/common/ic_arrow-left.svg);
    width: 1.95vw;
    height: 1.95vw;
    left: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='news'] article footer a.prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] article footer a.next {
    background-image: url(../img/common/ic_arrow-right.svg);
    width: 1.95vw;
    height: 1.95vw;
    right: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='news'] article footer a.next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] article footer a.index {
    background-image: url(../img/common/ic_index.svg);
    width: 2.83vw;
    height: 2.25vw;
    left: 50%;
    margin-left: -1.46vw;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='news'] article footer a.index:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] article .post {
    margin-bottom: 9.77vw;
  }
  [data-page='news'] article .post > * {
    margin-bottom: 3.42vw;
    line-height: 2;
  }
  [data-page='news'] article .post a {
    color: #2b1b16;
    text-decoration: underline;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
  [data-page='news'] article .post a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-page='news'] article .post h1,
  [data-page='news'] article .post h2,
  [data-page='news'] article .post h3,
  [data-page='news'] article .post h4,
  [data-page='news'] article .post h5,
  [data-page='news'] article .post h6 {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.5;
  }
  [data-page='news'] article .post h1 {
    font-size: 2.05vw;
  }
  [data-page='news'] article .post h2 {
    font-size: 1.95vw;
  }
  [data-page='news'] article .post h3 {
    font-size: 1.86vw;
  }
  [data-page='news'] article .post h4 {
    font-size: 1.76vw;
  }
  [data-page='news'] article .post h5 {
    font-size: 1.66vw;
  }
  [data-page='news'] article .post h6 {
    font-size: 1.56vw;
  }
  [data-page='news'] article .post figure {
    margin-bottom: 6.84vw;
  }
  [data-page='news'] article .post .wp-block-embed__wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  [data-page='news'] article .post .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
  }
  [data-page='top'] #space .space_list {
    padding-right: 1.95vw;
  }
  [data-page='top'] #space .space_list .u1 {
    width: 24.8vw;
  }
  [data-page='top'] #space .space_list .u2 {
    width: 31.9vw;
    margin-top: -3.26vw;
  }
  [data-page='top'] #space .space_list .u3 {
    width: 25.26vw;
  }
  [data-page='top'] #space .space_list .u4 {
    width: 18.42vw;
    margin-bottom: 2.93vw;
  }
  [data-page='top'] #space .space_list .u5 {
    width: 15.3vw;
    margin-bottom: 2.93vw;
  }
  [data-page='top'] #space .space_list .u6 {
    width: 23.11vw;
    margin-top: 2.93vw;
  }
  [data-page='top'] #space .space_list .u7 {
    width: 21.68vw;
  }
  [data-page='top'] #space .space_list .u8 {
    width: 17.51vw;
  }
  [data-page='top'] #news {
    padding: 6.35vw 1.95vw 10.74vw 0;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 3.73vw;
  }
  body [data-target][slideup] {
    -webkit-transform: translateY(2.67vw) scale(1);
    transform: translateY(2.67vw) scale(1);
  }
  body [data-target][slidedown] {
    -webkit-transform: translateY(-2.67vw) scale(1);
    transform: translateY(-2.67vw) scale(1);
  }
  body [data-target][slideleft] {
    -webkit-transform: translateX(2.67vw) scale(1);
    transform: translateX(2.67vw) scale(1);
  }
  body [data-target][slideright] {
    -webkit-transform: translateX(-2.67vw) scale(1);
    transform: translateX(-2.67vw) scale(1);
  }
  #container {
    display: block;
    max-width: initial;
    min-height: initial;
  }
  #mainContents {
    width: 100%;
    padding: 24vw 6.67vw 40vw;
  }
  #globalHeader {
    width: 100%;
  }
  #globalHeader .inner {
    padding: 0;
  }
  #globalHeader .logo {
    width: 44.67vw;
    height: 12.27vw;
    margin-bottom: 0;
    position: fixed;
    top: 2.67vw;
    left: 2.67vw;
    z-index: 100;
  }
  #globalHeader .logo a {
    background-image: url(../img/common/logo_yoko.svg);
  }
  #globalHeader .gnavi {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 21.33vw 6.67vw 26.67vw;
  }
  #globalHeader .gnavi.active {
    opacity: 1;
    visibility: visible;
  }
  #globalHeader .gnavi .nav {
    background: none !important;
    margin-bottom: 0;
    padding-bottom: 2.67vw;
    padding-top: 2.67vw;
    display: block;
    border-bottom: 1px solid #2b1b16;
    width: calc(100% - 22.67vw) !important;
    height: auto !important;
    color: transparent;
  }
  #globalHeader .gnavi .nav:first-of-type {
    border-top: 1px solid #2b1b16;
  }
  #globalHeader .gnavi .nav:before {
    background-position: 0 50%;
    background-repeat: no-repeat;
    content: '';
    display: block;
    margin-left: 1.33vw;
  }
  #globalHeader .gnavi .nav:after {
    display: none;
  }
  #globalHeader .gnavi .n_about:before {
    background-image: url(../img/common/nav_1.svg);
    width: 33.33vw;
    height: 6.67vw;
  }
  #globalHeader .gnavi .n_news:before {
    background-image: url(../img/common/nav_2.svg);
    width: 17.33vw;
    height: 6vw;
  }
  #globalHeader .gnavi .n_space:before {
    background-image: url(../img/common/nav_3.svg);
    width: 33.67vw;
    height: 6.67vw;
  }
  #globalHeader .gnavi .n_space_kebara:before {
    background-image: url(../img/common/nav_4.svg);
    width: 41vw;
    height: 6.67vw;
  }
  #globalHeader .gnavi .n_online:before {
    background-image: url(../img/common/nav_5.svg);
    width: 22vw;
    height: 6vw;
  }
  #globalHeader .gnavi .n_contact:before {
    background-image: url(../img/common/nav_6.svg);
    width: 45vw;
    height: 6.67vw;
  }
  #globalHeader .gnavi #acc.open ul {
    height: auto;
  }
  #globalHeader .gnavi #acc .nav {
    border-top: none;
  }
  #globalHeader .gnavi #acc ul {
    display: block !important;
    font-size: 3.73vw;
    padding-bottom: 0;
    padding-top: 2.67vw;
    color: #2b1b16;
    padding-left: 2.67vw;
    height: auto;
    overflow: initial;
  }
  #globalHeader .gnavi #acc ul li {
    margin-bottom: 1.33vw;
  }
  #globalHeader .gnavi #acc ul a {
    padding-bottom: 0.67vw;
  }
  #btnMenu {
    position: fixed;
    top: 3.33vw;
    right: 5.33vw;
    width: 14.13vw;
    height: 14.13vw;
    z-index: 100;
  }
  #btnMenu a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #btnMenu span {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #2b1b16;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
  }
  #btnMenu span:nth-child(1) {
    top: 2vw;
  }
  #btnMenu span:nth-child(2) {
    top: 6vw;
  }
  #btnMenu span:nth-child(3) {
    top: 10vw;
  }
  #btnMenu.active {
    border: 1px solid #2b1b16;
  }
  #btnMenu.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6.67vw;
  }
  #btnMenu.active span:nth-child(2) {
    opacity: 0;
  }
  #btnMenu.active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6.67vw;
  }
  #globalFooter {
    position: relative;
  }
  #globalFooter .btn_pagetop {
    background: url(../img/common/ic_pagetop.svg) no-repeat 0 0;
    background-size: 100% 100%;
    display: block;
    width: 11.33vw;
    height: 7.6vw;
    position: absolute;
    top: -20vw;
    left: 50%;
    margin-left: -5.67vw;
  }
  #globalFooter .inner {
    max-width: initial;
    padding: 10vw 6.67vw 4vw;
  }
  #globalFooter dl {
    display: block;
    text-align: center;
    margin-bottom: 13.33vw;
  }
  #globalFooter dl dt {
    font-size: 4.93vw;
    margin: 0 0 4vw 0;
  }
  #globalFooter dl dd {
    font-size: 3.2vw;
  }
  #globalFooter .copyright {
    width: 100%;
    text-align: center;
    bottom: 2.67vw;
    right: 0;
    font-size: 2.67vw;
  }
  .wrap_white {
    background-color: #ffffff;
  }
  .sec_title {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    font-size: 2.67vw;
    font-weight: bold;
    margin-bottom: 6vw;
    letter-spacing: 0.2em;
  }
  [data-page='top'] #globalHeader .logo {
    display: none;
  }
  [data-page='top'] #mv .visual {
    min-height: initial;
  }
  [data-page='top'] #mv .visual .logo {
    width: 19.87vw;
    height: 65.47vw;
    top: 6vw;
    left: 10vw;
  }
  [data-page='top'] #mv .visual .ic_scroll {
    width: 9.73vw;
    height: 6.4vw;
    bottom: 8vw;
  }
  [data-page='top'] #mv .intro {
    min-height: 177.33vw;
  }
  [data-page='top'] #mv .intro .btn {
    display: none;
  }
  [data-page='top'] #mv .intro .txt {
    margin-top: -13.33vw;
  }
  [data-page='top'] #mv .intro .txt h1 {
    font-size: 5.2vw;
  }
  [data-page='top'] #mv .intro .txt p {
    font-size: 3.33vw;
    margin-right: 12vw;
  }
  [data-page='top'] #mv .intro .txt .sub {
    position: absolute;
    bottom: 16vw;
    left: 6.67vw;
  }
  [data-page='top'] #globalHeader .inner {
    padding-top: 0;
  }
  [data-page='top'] #mainContents {
    padding: 0;
  }
  [data-page='top'] #space {
    padding-bottom: 20vw;
    padding-top: 6.67vw;
  }
  [data-page='top'] #space .sec_title {
    display: none;
  }
  [data-page='top'] #space .space_list {
    display: block;
  }
  [data-page='top'] #space .space_list .unit {
    margin-bottom: 13.33vw;
  }
  [data-page='top'] #space .space_list .u1 {
    width: 100%;
  }
  [data-page='top'] #space .space_list .u2 {
    width: 100%;
    margin-top: 0;
  }
  [data-page='top'] #space .space_list .u3 {
    width: 100%;
  }
  [data-page='top'] #space .space_list .u4 {
    width: 100%;
    margin-bottom: 13.33vw;
  }
  [data-page='top'] #space .space_list .u5 {
    width: 100%;
    margin-bottom: 13.33vw;
  }
  [data-page='top'] #space .space_list .u6 {
    width: 100%;
    margin-top: 0;
  }
  [data-page='top'] #space .space_list .u7 {
    width: 100%;
  }
  [data-page='top'] #space .space_list .u8 {
    width: 100%;
  }
  [data-page='top'] #news {
    position: relative;
    padding: 0 0 14.67vw;
  }
  [data-page='top'] #news .sec_title {
    display: none;
  }
  [data-page='top'] #news:before {
    display: none;
  }
  [data-page='top'] #news .sec_inner {
    position: relative;
    z-index: 2;
  }
  [data-page='top'] #news .news_list {
    margin-bottom: 18.67vw;
  }
  [data-page='top'] #news .news_list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  [data-page='top'] #news .news_list .swiper-slide:first-child {
    grid-column: initial;
    grid-row: initial;
  }
  [data-page='top'] #news .news_list .unit a {
    display: block;
  }
  [data-page='top'] #news .news_list .unit figure {
    margin-bottom: 3.33vw;
  }
  [data-page='top'] #news .news_list .unit .txt {
    padding: 0 0.67vw;
  }
  [data-page='top'] #news .news_list .unit .txt .category {
    font-size: 2.67vw;
    margin-bottom: 2.67vw;
  }
  [data-page='top'] #news .news_list .unit .txt .date {
    font-size: 2.93vw;
    margin-bottom: 1.33vw;
  }
  [data-page='top'] #news .news_list .unit .txt .title {
    font-size: 3.73vw;
    margin-bottom: 4vw;
  }
  [data-page='top'] #news .news_list .unit .txt .description {
    display: none;
  }
  [data-page='top'] #news .btn {
    display: none;
  }
  [data-page='space'],
  [data-page='space_kebara'] {
    padding: 0;
  }
  [data-page='space'] #mainContents,
  [data-page='space_kebara'] #mainContents {
    padding-top: 30.67vw;
    padding-bottom: 0;
  }
  [data-page='space'] article .floor .point,
  [data-page='space_kebara'] article .floor .point {
    display: none;
  }
  [data-page='space'] article .floor figcaption,
  [data-page='space_kebara'] article .floor figcaption {
    right: 0;
    bottom: 0;
  }
  [data-page='space'] article .description,
  [data-page='space_kebara'] article .description {
    display: block;
    margin-bottom: 33.33vw;
  }
  [data-page='space'] article .description h2,
  [data-page='space_kebara'] article .description h2 {
    font-size: 5.33vw;
    width: 100%;
    margin-bottom: 13.33vw;
  }
  [data-page='space'] article .description .txt,
  [data-page='space_kebara'] article .description .txt {
    width: 100%;
    font-size: 4.27vw;
  }
  [data-page='space'] article .slide,
  [data-page='space_kebara'] article .slide {
    margin-bottom: 40vw;
    margin-left: -6.67vw;
    width: calc(100% + 13.33vw);
  }
  [data-page='space'] article .slide .swiper-container,
  [data-page='space_kebara'] article .slide .swiper-container {
    overflow: initial;
  }
  [data-page='space'] article .slide .swiper-button-prev,
  [data-page='space'] article .slide .swiper-button-next,
  [data-page='space_kebara'] article .slide .swiper-button-prev,
  [data-page='space_kebara'] article .slide .swiper-button-next {
    width: 4vw;
    height: 4vw;
    margin-top: 0;
    top: auto;
    bottom: -13.33vw;
  }
  [data-page='space'] article .slide .swiper-button-prev,
  [data-page='space_kebara'] article .slide .swiper-button-prev {
    left: 36.67vw;
  }
  [data-page='space'] article .slide .swiper-button-next,
  [data-page='space_kebara'] article .slide .swiper-button-next {
    right: 36.67vw;
  }
  [data-page='space'] article .slide .swiper_main,
  [data-page='space_kebara'] article .slide .swiper_main {
    margin-bottom: 2.4vw;
  }
  [data-page='space'] article .slide .swiper_thumb,
  [data-page='space_kebara'] article .slide .swiper_thumb {
    display: none;
  }
  [data-page='space'] .access,
  [data-page='space_kebara'] .access {
    width: 100%;
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 37.33vw;
  }
  [data-page='space'] .access .info,
  [data-page='space_kebara'] .access .info {
    position: relative;
    margin-bottom: 18.67vw;
    padding: 0 6.67vw;
  }
  [data-page='space'] .access .info dl,
  [data-page='space_kebara'] .access .info dl {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    margin-bottom: 4vw;
  }
  [data-page='space'] .access .info dl dt,
  [data-page='space_kebara'] .access .info dl dt {
    margin-bottom: 6.67vw;
  }
  [data-page='space'] .access .info dl dd,
  [data-page='space_kebara'] .access .info dl dd {
    font-size: 4vw;
  }
  [data-page='space'] .access .info .sns,
  [data-page='space_kebara'] .access .info .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  [data-page='space'] .access .info .sns li,
  [data-page='space_kebara'] .access .info .sns li {
    margin: 0 2.67vw 0 0;
  }
  [data-page='space'] .access .info .sns img,
  [data-page='space_kebara'] .access .info .sns img {
    width: 10.13vw;
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  [data-page='space'] #modal,
  [data-page='space_kebara'] #modal {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-bottom: 33.33vw;
    z-index: 1;
  }
  [data-page='space'] #modal .modal_inner,
  [data-page='space_kebara'] #modal .modal_inner {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [data-page='space'] #modal .modal_contents,
  [data-page='space_kebara'] #modal .modal_contents {
    background-color: #ffffff;
    max-width: 106.67vw;
    min-height: 48.67vw;
    position: relative;
  }
  [data-page='space'] #modal #btnModalClose,
  [data-page='space_kebara'] #modal #btnModalClose {
    display: none;
  }
  [data-page='space'] #modal .swiper_point,
  [data-page='space_kebara'] #modal .swiper_point {
    padding: 0;
  }
  [data-page='space'] #modal .swiper-button-prev,
  [data-page='space'] #modal .swiper-button-next,
  [data-page='space_kebara'] #modal .swiper-button-prev,
  [data-page='space_kebara'] #modal .swiper-button-next {
    display: none;
  }
  [data-page='space'] #modal .swiper-wrapper,
  [data-page='space_kebara'] #modal .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  [data-page='space'] #modal .swiper-slide,
  [data-page='space_kebara'] #modal .swiper-slide {
    display: block;
    width: calc(50% - 3.33vw);
  }
  [data-page='space'] #modal .swiper-slide.wide,
  [data-page='space_kebara'] #modal .swiper-slide.wide {
    width: 100%;
  }
  [data-page='space'] #modal .swiper-slide figure,
  [data-page='space_kebara'] #modal .swiper-slide figure {
    width: 100%;
    margin-bottom: 2.67vw;
  }
  [data-page='space'] #modal .swiper-slide dl,
  [data-page='space_kebara'] #modal .swiper-slide dl {
    width: 100%;
  }
  [data-page='space'] #modal .swiper-slide dl dt,
  [data-page='space_kebara'] #modal .swiper-slide dl dt {
    font-size: 4.67vw;
    margin-bottom: 3.33vw;
  }
  [data-page='space'] #modal .swiper-slide dl dd,
  [data-page='space_kebara'] #modal .swiper-slide dl dd {
    font-size: 3.6vw;
  }
  [data-page='space'].casadecha .title,
  [data-page='space_kebara'].casadecha .title {
    margin-bottom: 10.67vw;
  }
  [data-page='space'].casadecha .title img,
  [data-page='space_kebara'].casadecha .title img {
    height: 6vw;
  }
  [data-page='space'].casadecha .floor,
  [data-page='space_kebara'].casadecha .floor {
    margin-bottom: 20vw;
  }
  [data-page='space'].casadecha .access .info,
  [data-page='space_kebara'].casadecha .access .info {
    top: 0;
    left: 0;
  }
  [data-page='space'].casadecha .access .info dl dt img,
  [data-page='space_kebara'].casadecha .access .info dl dt img {
    height: 5.47vw;
  }
  [data-page='space'].bring .title,
  [data-page='space_kebara'].bring .title {
    margin-bottom: 6vw;
  }
  [data-page='space'].bring .title img,
  [data-page='space_kebara'].bring .title img {
    height: 4.93vw;
  }
  [data-page='space'].bring .mv,
  [data-page='space_kebara'].bring .mv {
    margin-bottom: 8vw;
  }
  [data-page='space'].bring .floor,
  [data-page='space_kebara'].bring .floor {
    margin-bottom: 14.67vw;
  }
  [data-page='space'].bring .access .map,
  [data-page='space_kebara'].bring .access .map {
    padding-left: 0;
  }
  [data-page='space'].bring .access .info,
  [data-page='space_kebara'].bring .access .info {
    top: 0;
    left: 0;
  }
  [data-page='space'].bring .access .info dl dt img,
  [data-page='space_kebara'].bring .access .info dl dt img {
    height: 6vw;
  }
  [data-page='space'].no11 .title,
  [data-page='space_kebara'].no11 .title {
    margin-bottom: 6.67vw;
  }
  [data-page='space'].no11 .title img,
  [data-page='space_kebara'].no11 .title img {
    height: 4.8vw;
  }
  [data-page='space'].no11 .mv,
  [data-page='space_kebara'].no11 .mv {
    margin-bottom: 4vw;
  }
  [data-page='space'].no11 .floor,
  [data-page='space_kebara'].no11 .floor {
    margin-bottom: 12vw;
  }
  [data-page='space'].no11 .access .map,
  [data-page='space_kebara'].no11 .access .map {
    padding-left: 0;
  }
  [data-page='space'].no11 .access .info,
  [data-page='space_kebara'].no11 .access .info {
    top: 0;
    left: 0;
  }
  [data-page='space'].no11 .access .info dl dt img,
  [data-page='space_kebara'].no11 .access .info dl dt img {
    height: 5.33vw;
  }
  [data-page='space'].rubluck .title,
  [data-page='space_kebara'].rubluck .title {
    margin-bottom: 6.67vw;
  }
  [data-page='space'].rubluck .title img,
  [data-page='space_kebara'].rubluck .title img {
    height: 5.73vw;
  }
  [data-page='space'].rubluck .mv,
  [data-page='space_kebara'].rubluck .mv {
    margin-bottom: 6.67vw;
  }
  [data-page='space'].rubluck .floor,
  [data-page='space_kebara'].rubluck .floor {
    margin-bottom: 12vw;
  }
  [data-page='space'].rubluck .access .info,
  [data-page='space_kebara'].rubluck .access .info {
    bottom: 0;
    left: 0;
  }
  [data-page='space'].rubluck .access .info dl dt img,
  [data-page='space_kebara'].rubluck .access .info dl dt img {
    height: 5.33vw;
  }
  [data-page='space'].wakaya .title,
  [data-page='space_kebara'].wakaya .title {
    margin-bottom: 10vw;
  }
  [data-page='space'].wakaya .title img,
  [data-page='space_kebara'].wakaya .title img {
    height: 5.87vw;
  }
  [data-page='space'].wakaya .mv,
  [data-page='space_kebara'].wakaya .mv {
    margin-bottom: 4vw;
  }
  [data-page='space'].wakaya .floor,
  [data-page='space_kebara'].wakaya .floor {
    margin-bottom: 14.67vw;
  }
  [data-page='space'].wakaya .access,
  [data-page='space_kebara'].wakaya .access {
    padding-top: 0;
  }
  [data-page='space'].wakaya .access .info,
  [data-page='space_kebara'].wakaya .access .info {
    top: 0;
    left: 0;
  }
  [data-page='space'].wakaya .access .info dl dt img,
  [data-page='space_kebara'].wakaya .access .info dl dt img {
    height: 6vw;
  }
  [data-page='space'].kudo .title,
  [data-page='space_kebara'].kudo .title {
    margin-bottom: 8.67vw;
  }
  [data-page='space'].kudo .title img,
  [data-page='space_kebara'].kudo .title img {
    height: 6.4vw;
  }
  [data-page='space'].kudo .mv,
  [data-page='space_kebara'].kudo .mv {
    margin-bottom: 8vw;
  }
  [data-page='space'].kudo .floor,
  [data-page='space_kebara'].kudo .floor {
    margin-bottom: 16vw;
  }
  [data-page='space'].kudo .access,
  [data-page='space_kebara'].kudo .access {
    padding-top: 0;
  }
  [data-page='space'].kudo .access .info,
  [data-page='space_kebara'].kudo .access .info {
    top: 0;
    left: 0;
  }
  [data-page='space'].kudo .access .info dl dt img,
  [data-page='space_kebara'].kudo .access .info dl dt img {
    height: 6vw;
  }
  [data-page='space'].hinosyokudo .title,
  [data-page='space_kebara'].hinosyokudo .title {
    margin-bottom: 6vw;
  }
  [data-page='space'].hinosyokudo .title img,
  [data-page='space_kebara'].hinosyokudo .title img {
    height: 5.6vw;
  }
  [data-page='space'].hinosyokudo .mv,
  [data-page='space_kebara'].hinosyokudo .mv {
    margin-bottom: 8vw;
  }
  [data-page='space'].hinosyokudo .floor,
  [data-page='space_kebara'].hinosyokudo .floor {
    margin-bottom: 16vw;
  }
  [data-page='space'].hinosyokudo .access .info,
  [data-page='space_kebara'].hinosyokudo .access .info {
    top: 0;
    left: 0;
  }
  [data-page='space'].hinosyokudo .access .info dl dt img,
  [data-page='space_kebara'].hinosyokudo .access .info dl dt img {
    height: 6vw;
  }
  [data-page='space'].misatomiso .title,
  [data-page='space_kebara'].misatomiso .title {
    margin-bottom: 6.67vw;
  }
  [data-page='space'].misatomiso .title img,
  [data-page='space_kebara'].misatomiso .title img {
    height: 6.27vw;
  }
  [data-page='space'].misatomiso .mv,
  [data-page='space_kebara'].misatomiso .mv {
    margin-bottom: 8vw;
  }
  [data-page='space'].misatomiso .slide,
  [data-page='space_kebara'].misatomiso .slide {
    margin-bottom: 26.67vw;
  }
  [data-page='space'].misatomiso .project,
  [data-page='space_kebara'].misatomiso .project {
    padding-bottom: 40vw;
  }
  [data-page='space'].misatomiso .project figure,
  [data-page='space_kebara'].misatomiso .project figure {
    text-align: center;
    margin-bottom: 22vw;
  }
  [data-page='space'].misatomiso .project figure img,
  [data-page='space_kebara'].misatomiso .project figure img {
    height: auto;
  }
  [data-page='space'].misatomiso .project dl,
  [data-page='space_kebara'].misatomiso .project dl {
    max-width: initial;
    display: block;
    padding: 0;
    border-top: none;
    margin-bottom: 16vw;
  }
  [data-page='space'].misatomiso .project dl:last-of-type,
  [data-page='space_kebara'].misatomiso .project dl:last-of-type {
    margin-bottom: 20vw;
    border-bottom: none;
  }
  [data-page='space'].misatomiso .project dl dt,
  [data-page='space_kebara'].misatomiso .project dl dt {
    width: 100%;
    text-align: left;
    margin-bottom: 3.33vw;
    font-size: 4.67vw;
  }
  [data-page='space'].misatomiso .project dl dd,
  [data-page='space_kebara'].misatomiso .project dl dd {
    width: 100%;
  }
  [data-page='space'].misatomiso .project .btn,
  [data-page='space_kebara'].misatomiso .project .btn {
    width: 28.67vw;
  }
  [data-page='about'] #mainContents {
    padding: 24vw 5.33vw 40vw;
  }
  [data-page='about'] .main figure {
    max-width: initial;
    margin-bottom: 8vw;
  }
  [data-page='about'] .main h1 {
    font-size: 5.2vw;
    margin-bottom: 12vw;
  }
  [data-page='about'] .main p {
    font-size: 3.73vw;
  }
  [data-page='about'] .sub {
    padding-top: 20vw;
    margin-top: 20vw;
  }
  [data-page='about'] .sub h2 {
    font-size: 4.53vw;
    margin-bottom: 17.33vw;
  }
  [data-page='about'] .sub dl {
    margin-bottom: 2.67vw;
    display: block;
  }
  [data-page='about'] .sub dl dt {
    width: 100%;
  }
  [data-page='about'] .sub dl dd {
    width: 100%;
  }
  [data-page='about'] .sub dl.company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [data-page='about'] .sub dl.company dt {
    width: 21.33vw;
  }
  [data-page='about'] .sub dl.company dd {
    width: calc(100% - 21.33vw);
  }
  [data-page='contact'] #mainContents {
    padding: 37.33vw 6.67vw 40vw;
  }
  [data-page='contact'] section {
    max-width: initial;
  }
  [data-page='contact'] section .title {
    font-size: 4.53vw;
    margin-bottom: 18.67vw;
  }
  [data-page='contact'] section p {
    margin-bottom: 13.33vw;
  }
  [data-page='news'] #mainContents {
    padding: 30.67vw 6.67vw 40vw;
  }
  [data-page='news'] .navi {
    font-size: 3.73vw;
  }
  [data-page='news'] .navi a {
    margin-right: 4vw;
    margin-bottom: 4vw;
    padding-right: 4vw;
  }
  [data-page='news'] .navi a:first-of-type {
    padding-left: 4vw;
  }
  [data-page='news'] .navi.tags {
    margin-bottom: 8vw;
  }
  [data-page='news'] .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10.67vw 3.33vw;
    margin-bottom: 24vw;
  }
  [data-page='news'] .news_list .unit figure {
    margin-bottom: 3.33vw;
  }
  [data-page='news'] .news_list .unit .txt {
    padding: 0 0.67vw;
  }
  [data-page='news'] .news_list .unit .txt .category {
    font-size: 2.67vw;
    margin-bottom: 2.67vw;
  }
  [data-page='news'] .news_list .unit .txt .date {
    font-size: 2.93vw;
    margin-bottom: 1.33vw;
  }
  [data-page='news'] .news_list .unit .txt .title {
    font-size: 3.73vw;
    margin-bottom: 4vw;
  }
  [data-page='news'] .news_list .unit .txt .description {
    font-size: 3.47vw;
  }
  [data-page='news'] .pagenavi {
    font-size: 4.67vw;
  }
  [data-page='news'] .pagenavi .prev,
  [data-page='news'] .pagenavi .next {
    width: 8vw;
    height: 8vw;
  }
  [data-page='news'] .pagenavi .prev {
    margin-right: 9.33vw;
  }
  [data-page='news'] .pagenavi .next {
    margin-left: 9.33vw;
  }
  [data-page='news'] .pagenavi .number {
    margin: 0 1.33vw;
    width: 8vw;
    height: 8vw;
  }
  [data-page='news'] article {
    max-width: initial;
  }
  [data-page='news'] article header {
    margin-bottom: 10.67vw;
  }
  [data-page='news'] article header .category {
    font-size: 2.93vw;
    margin-bottom: 6vw;
  }
  [data-page='news'] article header .date {
    font-size: 4.67vw;
    margin-bottom: 1.33vw;
  }
  [data-page='news'] article header .title {
    font-size: 4.67vw;
  }
  [data-page='news'] article footer a.prev {
    width: 8vw;
    height: 8vw;
  }
  [data-page='news'] article footer a.next {
    width: 8vw;
    height: 8vw;
  }
  [data-page='news'] article footer a.index {
    width: 11.6vw;
    height: 9.33vw;
  }
  [data-page='news'] article .post {
    margin-bottom: 36vw;
  }
  [data-page='news'] article .post > * {
    margin-bottom: 8.67vw;
  }
  [data-page='news'] article .post h1 {
    font-size: 4.67vw;
  }
  [data-page='news'] article .post h2 {
    font-size: 4.53vw;
  }
  [data-page='news'] article .post h3 {
    font-size: 4.4vw;
  }
  [data-page='news'] article .post h4 {
    font-size: 4.27vw;
  }
  [data-page='news'] article .post h5 {
    font-size: 4.13vw;
  }
  [data-page='news'] article .post h6 {
    font-size: 4vw;
  }
  [data-page='news'] article .post figure {
    margin-bottom: 9.33vw;
  }
}
