@charset "UTF-8";
/* ==========================================================================
	root
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
:root {
  --base-pc-width:1680;
  --base-sp-width:375;
  --vwPC: calc(100vw / 1680);
  --vwSP: calc(100vw / 375);
  --easeInQuad:cubic-bezier(0.5, 0, 0.75, 0);
  --easeOutQuad:cubic-bezier(0.23, 1, 0.32, 1);
  --easeOutQuint:cubic-bezier(.25, .46, .45, .94);
  --easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeOutCubic:cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
  --easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
  --easeInCirc:cubic-bezier(0.55, 0, 1, 0.45);
  --theme-color:#004161;
  --base-text-color:#000;
  --base-bg-color:#EEE5DD;
  --base-color-black:#000;
  --hanten:scale(-1, -1);
  --hantenX:scale(-1, 1);
  --hantenY:scaleY(-1); }

@media screen and (min-width: 801px) {
  :root {
    --vwPC: calc(100vw / 1680);
    --fz11: max(1.1rem, 10px);
    --fz12: max(1.2rem, 11px);
    --fz13: max(1.3rem, 12px);
    --fz14: max(1.4rem, 12px);
    --fz15: max(1.5rem, 13px);
    --fz16: max(1.6rem, 14px);
    --fz17: max(1.7rem, 15px);
    --fz18: max(1.8rem, 16px);
    --fz19: max(1.9rem, 17px);
    --fz20: max(2.0rem, 18px);
    --fz21: max(2.1rem, 18px);
    --fz22: max(2.2rem, 18px);
    --fz23: max(2.3rem, 20px);
    --fz24: max(2.4rem, 20px);
    --fz25: max(2.5rem, 21px);
    --fz26: max(2.6rem, 22px);
    --fz27: max(2.7rem, 23px);
    --fz28: max(2.8rem, 24px);
    --fz30: max(3rem, 26px);
    --fz32: max(3.2rem, 28px);
    --fz34: max(3.4rem, 30px);
    --fz36: max(3.6rem, 32px);
    --fz40: max(4rem, 36px);
    --fz48: max(4.8rem, 44px);
    --fz56: max(5.6rem, 52px);
    --fz64: max(6.4rem, 60px); } }
@media screen and (max-width: 800px) {
  :root {
    --vwSP: calc(100vw / 375);
    --fz10: clamp(10px, calc(10 * var(--vwSP)), 12px);
    --fz11: clamp(11px, calc(11 * var(--vwSP)), 13px);
    --fz12: clamp(12px, calc(12 * var(--vwSP)), 14px);
    --fz13: clamp(13px, calc(13 * var(--vwSP)), 14px);
    --fz14: clamp(14px, calc(14 * var(--vwSP)), 16px);
    --fz15: clamp(15px, calc(15 * var(--vwSP)), 17px);
    --fz16: clamp(16px, calc(16 * var(--vwSP)), 18px);
    --fz17: clamp(17px, calc(17 * var(--vwSP)), 19px);
    --fz18: clamp(18px, calc(18 * var(--vwSP)), 20px);
    --fz19: clamp(19px, calc(19 * var(--vwSP)), 21px);
    --fz20: clamp(20px, calc(20 * var(--vwSP)), 22px);
    --fz21: clamp(21px, calc(21 * var(--vwSP)), 23px);
    --fz22: clamp(22px, calc(22 * var(--vwSP)), 24px);
    --fz24: clamp(24px, calc(24 * var(--vwSP)), 26px);
    --fz25: clamp(25px, calc(25 * var(--vwSP)), 27px);
    --fz26: clamp(26px, calc(26 * var(--vwSP)), 28px);
    --fz27: clamp(27px, calc(27 * var(--vwSP)), 29px);
    --fz28: clamp(28px, calc(28 * var(--vwSP)), 30px);
    --fz30: clamp(30px, calc(30 * var(--vwSP)), 32px);
    --fz32: clamp(32px, calc(23 * var(--vwSP)), 35px);
    --fz35: clamp(35px, calc(25 * var(--vwSP)), 39px);
    --fz36: clamp(36px, calc(36 * var(--vwSP)), 40px);
    --fz38: clamp(38px, calc(38 * var(--vwSP)), 42px);
    --fz40: clamp(40px, calc(40 * var(--vwSP)), 44px);
    --fz45: clamp(45px, calc(45 * var(--vwSP)), 49px);
    --fz56: clamp(56px, calc(56 * var(--vwSP)), 60px); } }
/* ==========================================================================
	html
========================================================================== */
html.wf-active {
  visibility: visible; }

html {
  font: normal normal normal 62.5%/1 '游ゴシック体','Yu Gothic', YuGothic, 'Noto Sans JP', Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro', 'Meiryo', メイリオ, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

@media screen and (min-width: 800px) {
  body {
    scroll-padding-top: 80px; } }
body {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: var(--base-text-color);
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: 0;
  font-size: 62.5%;
  scroll-behavior: smooth; }

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

body.nav-open {
  overflow: hidden; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

a {
  color: var(--base-text-color);
  text-decoration: none;
  -webkit-transition: all 0.4s var(--easeOutCubic);
  transition: all 0.4s var(--easeOutCubic); }

a:hover,
.trns:hover {
  -webkit-transition: all 0.4s var(--easeOutCubic);
  transition: all 0.4s var(--easeOutCubic); }
  @media screen and (min-width: 801px) {
    a:hover,
    .trns:hover {
      opacity: .6; } }

input,
select,
textarea,
button,
*:before,
*:after {
  -webkit-transition: opacity 0.4s all var(--easeOutQuad);
  -webkit-transition: opacity 0.4s var(--easeOutQuad);
  transition: opacity 0.4s var(--easeOutQuad);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

img {
  width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden !Important; }

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

.svg {
  display: block;
  -o-object-fit: contain;
     object-fit: contain; }

path {
  -webkit-transition: fill 0.4s var(--easeOutQuad);
  transition: fill 0.4s var(--easeOutQuad); }

@media screen and (min-width: 801px) {
  .pc_off {
    display: none !important; }

  .sp_off {
    display: block !Important; } }
@media screen and (max-width: 800px) {
  .pc_off {
    display: block !important; }

  .sp_off {
    display: none !Important; } }
img.preload {
  display: none; }

::-moz-selection {
  background: var(--theme-color); }

::selection {
  background: var(--theme-color); }

/* Safari */
::-moz-selection {
  background: var(--theme-color); }

.all_wrap {
  position: relative;
  overflow: hidden;
  z-index: 100; }

.-italic {
  font-style: italic; }

.fit_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  background-size: cover;
  z-index: 1; }

@media (min-width: 851px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/* ==========================================================================
	inview
========================================================================== */
.inview.bt_one,
.inview.bt > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s var(--easeOutCubic), -webkit-transform 0.6s var(--easeOutCubic);
  transition: opacity 0.6s var(--easeOutCubic), -webkit-transform 0.6s var(--easeOutCubic);
  transition: opacity 0.6s var(--easeOutCubic), transform 0.6s var(--easeOutCubic);
  transition: opacity 0.6s var(--easeOutCubic), transform 0.6s var(--easeOutCubic), -webkit-transform 0.6s var(--easeOutCubic);
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

.inview.bt.move > * {
  opacity: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  .inview.bt.move > *:nth-child(1) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .inview.bt.move > *:nth-child(2) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .inview.bt.move > *:nth-child(3) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  .inview.bt.move > *:nth-child(4) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  .inview.bt.move > *:nth-child(5) {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s; }
  .inview.bt.move > *:nth-child(6) {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s; }
  .inview.bt.move > *:nth-child(7) {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s; }
  .inview.bt.move > *:nth-child(8) {
    -webkit-transition-delay: 2.4s;
            transition-delay: 2.4s; }
  .inview.bt.move > *:nth-child(9) {
    -webkit-transition-delay: 2.7s;
            transition-delay: 2.7s; }
  .inview.bt.move > *:nth-child(10) {
    -webkit-transition-delay: 3s;
            transition-delay: 3s; }
  .inview.bt.move > *:nth-child(11) {
    -webkit-transition-delay: 3.3s;
            transition-delay: 3.3s; }
  .inview.bt.move > *:nth-child(12) {
    -webkit-transition-delay: 3.6s;
            transition-delay: 3.6s; }
  .inview.bt.move > *:nth-child(13) {
    -webkit-transition-delay: 3.9s;
            transition-delay: 3.9s; }

.inview.bt.-fst.move > * {
  opacity: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  .inview.bt.-fst.move > *:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .inview.bt.-fst.move > *:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .inview.bt.-fst.move > *:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .inview.bt.-fst.move > *:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .inview.bt.-fst.move > *:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .inview.bt.-fst.move > *:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .inview.bt.-fst.move > *:nth-child(7) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  .inview.bt.-fst.move > *:nth-child(8) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }
  .inview.bt.-fst.move > *:nth-child(9) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  .inview.bt.-fst.move > *:nth-child(10) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  .inview.bt.-fst.move > *:nth-child(11) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s; }
  .inview.bt.-fst.move > *:nth-child(12) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  .inview.bt.-fst.move > *:nth-child(13) {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s; }

.inview.bt_one.move {
  opacity: 100;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.inview.op {
  opacity: 0;
  visibility: hidden; }
  .inview.op.move {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .8s;
    transition: opacity .8s; }

.clip-text {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0); }
  .clip-text.move {
    -webkit-animation: clipReveal 0.6s var(--easeInQuad) forwards;
            animation: clipReveal 0.6s var(--easeInQuad) forwards; }

/* ==========================================================================
    animation
========================================================================== */
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes clipReveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); } }
@keyframes clipReveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); } }
/* ==========================================================================
	head
========================================================================== */
.head {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--base-color-black);
  width: 100%;
  box-sizing: border-box;
  z-index: 100; }
  .head .logo {
    width: 130px; }
  .head .logo-canal {
    width: 83px;
    margin-left: 15px;
    margin-right: auto; }
  .head .g-nav {
    /*width: 500px;*/
    width: 420px; }
    .head .g-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .head .g-nav li a {
      display: block; }
    .head .g-nav li.concept_link a {
      width: 86px; }
    .head .g-nav li.info_link a {
      width: 77px; }
    .head .g-nav li.floor_link a {
      width: 107px; }
    .head .g-nav li.insta_link a {
      width: 40px; }
    .head .g-nav li.x_link a {
      width: 36px; }

@media screen and (max-width: 800px) {
  .head {
    height: 70px;
    padding: 0; }
    .head .logo {
      width: 140px;
      margin: 0 auto; }
    .head .logo-canal {
      display: none; }
    .head .g-nav {
      display: none;
      width: 500px; }
      .head .g-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .head .g-nav li a {
        display: block; }
      .head .g-nav li.concept_link a {
        width: 86px; }
      .head .g-nav li.info_link a {
        width: 77px; }
      .head .g-nav li.floor_link a {
        width: 107px; }
      .head .g-nav li.insta_link a {
        width: 40px; }
      .head .g-nav li.x_link a {
        width: 36px; } }
/* ==========================================================================
	hamburger
========================================================================== */
.hamburger {
  display: none; }

@media screen and (max-width: 800px) {
  .hamburger {
    width: 30px;
    height: 25px;
    position: fixed;
    top: 21px;
    right: 18px;
    cursor: pointer;
    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: 9999; }
    .hamburger .border {
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #fff;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
      .hamburger .border:nth-child(1) {
        top: 0; }
      .hamburger .border:nth-child(2) {
        top: 12px; }
      .hamburger .border:nth-child(3) {
        top: 24px; }
    .hamburger.active .border:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 12px; }
    .hamburger.active .border:nth-child(2) {
      opacity: 0; }
    .hamburger.active .border:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 12px; } }
/* ==========================================================================
	global-nav
========================================================================== */
/*ハンバーガーメニュー*/
.global-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background: #000;
  overflow: scroll;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1); }
  .nav-open .global-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 9997; }
  .global-nav .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .global-nav .logo img {
      width: 140px; }
  .global-nav .nav_inr {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .global-nav .link-txt {
    display: block;
    margin: 0 auto 46px; }
    .global-nav .link-txt.-concept {
      width: 25.75%;
      min-width: 103px; }
    .global-nav .link-txt.-shop {
      width: 23.25%;
      min-width: 93px; }
    .global-nav .link-txt.-floor {
      width: 32%;
      min-width: 128px; }
  .global-nav ul {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto; }
    .global-nav ul .insta_link {
      width: 40px; }
    .global-nav ul .x_link {
      width: 33px; }
  .global-nav .menu-foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px; }
    .global-nav .menu-foot .logo_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 230px;
      margin: 0 auto 10px; }
      .global-nav .menu-foot .logo_area .f_logo {
        width: 129px; }
      .global-nav .menu-foot .logo_area .logo-canal {
        width: 89px;
        -webkit-transform: translateY(-8px);
                transform: translateY(-8px); }
    .global-nav .menu-foot .text_area {
      width: 270px;
      max-width: 95%;
      margin: 0 auto; }
      .global-nav .menu-foot .text_area p {
        font-size: 12px;
        line-height: 20px;
        font-weight: 700;
        color: #fff; }

/* ==========================================================================
	kv
========================================================================== */
#kv {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 900px;
  background: #000;
  margin-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible; }
  #kv .kvs {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  #kv .kvs:not(.v01):before, #kv .kvs:not(.v01):after {
    content: "";
    display: block;
    position: absolute;
    background: #bcaa55;
    z-index: 5; }
  #kv .kvs:not(.v01):before {
    left: 0;
    top: 0;
    width: 330px;
    height: 120px;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 0, 0 0, 0 100%); }
  #kv .kvs:not(.v01):after {
    right: 0;
    bottom: 0;
    width: 740px;
    height: 265px;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 100%); }
  #kv .v01 {
    padding-top: 210px; }
  #kv .corner_img {
    position: absolute;
    z-index: 8; }
    #kv .corner_img.-lt {
      top: 0;
      left: 0;
      width: 52.6%;
      max-width: 789px; }
    #kv .corner_img.-rb {
      right: 0;
      bottom: 0;
      width: 78.2%;
      max-width: 1173px; }
  #kv .inr {
    position: relative;
    width: 90%;
    max-width: 1384px;
    margin: 0 auto;
    margin: 0 auto; }
  #kv h2 {
    position: relative;
    width: 700px;
    margin: 0 auto 30px;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 0.6s var(--easeInQuad);
    transition: -webkit-clip-path 0.6s var(--easeInQuad);
    transition: clip-path 0.6s var(--easeInQuad);
    transition: clip-path 0.6s var(--easeInQuad), -webkit-clip-path 0.6s var(--easeInQuad);
    z-index: 10; }
  #kv h3 {
    position: relative;
    width: 670px;
    margin: 0 auto;
    z-index: 10; }
  #kv h4 {
    position: absolute;
    right: 9.21875%;
    top: 80px;
    width: clamp(90px, 7.6%, 114px);
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
    margin: 0 auto;
    z-index: 10; }
  #kv p {
    position: absolute;
    right: 58px;
    bottom: 38px;
    width: 284px;
    z-index: 10; }
  #kv.move h2 {
    -webkit-clip-path: inset(0);
            clip-path: inset(0); }
  #kv.move h4 {
    opacity: 1; }
  #kv .kv-pagination {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    height: 15px;
    text-align: center;
    z-index: 10; }
  #kv .kv-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #d9c989;
    background: transparent;
    opacity: 0.95; }
  #kv .kv-dot.is-active {
    background: #d9c989; }

@media screen and (max-width: 1200px) {
  #kv h4 {
    right: 3%;
    top: 20px; } }
@media screen and (max-width: 800px) {
  #kv {
    height: auto;
    aspect-ratio: 400/477;
    margin-top: 70px; }
    #kv .kvs:not(.v01):before {
      width: 37%;
      aspect-ratio: 148/53;
      height: auto; }
    #kv .kvs:not(.v01):after {
      width: 59.5%;
      aspect-ratio: 238/86;
      height: auto; }
    #kv .v01 {
      padding-top: 38.75vw; }
    #kv .corner_img.-lt {
      width: 69.25%; }
    #kv .corner_img.-rb {
      width: 100%; }
    #kv .inr {
      width: 100%; }
    #kv h2 {
      width: 71%;
      margin: 0 auto 14px; }
    #kv h3 {
      width: 67.75%; }
    #kv h4 {
      right: 9%;
      top: 7.5vw;
      width: 10.75%; }
    #kv p {
      position: absolute;
      width: 22.5%;
      right: 5%;
      bottom: 2.5157232704%; } }
/* ==========================================================================
	intro
========================================================================== */
.intro {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  padding: 135px 0 120px; }
  .intro h2 {
    position: relative;
    width: 181px;
    aspect-ratio: 181/365;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .intro h2 span {
      display: block;
      position: absolute;
      top: 0;
      -webkit-clip-path: inset(0 0 100% 0);
              clip-path: inset(0 0 100% 0);
      -webkit-transition: -webkit-clip-path 0.4s var(--easeInQuad);
      transition: -webkit-clip-path 0.4s var(--easeInQuad);
      transition: clip-path 0.4s var(--easeInQuad);
      transition: clip-path 0.4s var(--easeInQuad), -webkit-clip-path 0.4s var(--easeInQuad); }
      .intro h2 span:first-child {
        width: 50.2762430939%;
        right: 0; }
      .intro h2 span:nth-child(2) {
        width: 59.6685082873%;
        left: 0;
        -webkit-transition-delay: .4s;
                transition-delay: .4s; }
  .intro p {
    font-size: 25px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 10px; }
  .intro.move h2 span {
    -webkit-clip-path: inset(0);
            clip-path: inset(0); }

@media screen and (max-width: 800px) {
  .intro {
    display: block;
    width: 85%;
    max-width: 380px;
    padding: 85px 0 70px; }
    .intro h2 {
      width: 36.1764705882%;
      min-width: 123px;
      margin: 0 auto 35px; }
    .intro p {
      font-size: 18px;
      line-height: 38px;
      margin-top: 0;
      margin-right: 0; } }
/* ==========================================================================
	slide_area
========================================================================== */
.slide_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-bottom: 115px; }
  .slide_area .slide_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: loop-slide 60s infinite linear 1s both;
            animation: loop-slide 60s infinite linear 1s both; }
  .slide_area .slides {
    position: relative;
    width: 450px;
    height: 300px;
    margin-right: 8px; }

@media screen and (max-width: 800px) {
  .slide_area {
    height: 190px;
    margin-bottom: 75px; }
    .slide_area .slides {
      position: relative;
      width: 284px;
      height: 190px;
      margin-right: 4px; } }
/* ==========================================================================
	ouka
========================================================================== */
.ouka {
  position: relative;
  margin-bottom: 130px; }
  .ouka h2 {
    width: 727px;
    margin: 0 auto 40px; }
  .ouka .ouka_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    .ouka .ouka_list li {
      width: 32.3333333333%;
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      -webkit-transition: opacity 0.8s var(--easeOutCubic), -webkit-transform 0.8s var(--easeOutCubic);
      transition: opacity 0.8s var(--easeOutCubic), -webkit-transform 0.8s var(--easeOutCubic);
      transition: opacity 0.8s var(--easeOutCubic), transform 0.8s var(--easeOutCubic);
      transition: opacity 0.8s var(--easeOutCubic), transform 0.8s var(--easeOutCubic), -webkit-transform 0.8s var(--easeOutCubic);
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
      .ouka .ouka_list li:nth-child(2) {
        -webkit-transition-delay: .8s;
                transition-delay: .8s; }
      .ouka .ouka_list li:nth-child(3) {
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
    .ouka .ouka_list.move li {
      opacity: 100;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .ouka .ouka-items {
    width: 90%;
    max-width: 1200px;
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    .ouka .ouka-items li {
      display: grid;
      grid-template-columns: clamp(96px, 12vw, 160px) 15px clamp(400px, 48%, 508px) 30px 1fr;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      row-gap: clamp(8px, 2vw, 20px);
      padding: 15px 75px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      -webkit-transition: opacity 0.8s var(--easeOutCubic), -webkit-transform 0.8s var(--easeOutCubic);
      transition: opacity 0.8s var(--easeOutCubic), -webkit-transform 0.8s var(--easeOutCubic);
      transition: opacity 0.8s var(--easeOutCubic), transform 0.8s var(--easeOutCubic);
      transition: opacity 0.8s var(--easeOutCubic), transform 0.8s var(--easeOutCubic), -webkit-transform 0.8s var(--easeOutCubic);
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
      .ouka .ouka-items li:nth-child(2) {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s; }
      .ouka .ouka-items li:nth-child(3) {
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
      .ouka .ouka-items li:nth-child(4) {
        -webkit-transition-delay: 1.2s;
                transition-delay: 1.2s; }
      .ouka .ouka-items li + li {
        border-top: 1px solid #c3b055; }
      .ouka .ouka-items li .illust {
        grid-column: 1;
        width: 100%; }
        .ouka .ouka-items li .illust img {
          display: block;
          width: 100%;
          height: auto; }
      .ouka .ouka-items li h3 {
        grid-column: 3;
        margin: 0; }
        .ouka .ouka-items li h3 img {
          display: block;
          max-width: 100%;
          height: auto; }
      .ouka .ouka-items li:first-child h3 img {
        max-width: 407px; }
      .ouka .ouka-items li:nth-child(2) h3 img {
        max-width: 470px; }
      .ouka .ouka-items li:nth-child(3) h3 img {
        max-width: 408px; }
      .ouka .ouka-items li p {
        grid-column: 5;
        font-size: 16px;
        line-height: 28px;
        font-weight: 700; }
    .ouka .ouka-items.move li {
      opacity: 100;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .ouka .slide_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: loop-slide 200s infinite linear 1s both;
            animation: loop-slide 200s infinite linear 1s both; }
  .ouka .slides {
    position: relative;
    width: 450px;
    height: 300px;
    margin-right: 8px; }

@media screen and (max-width: 1050px) {
  .ouka .ouka-items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0; }
    .ouka .ouka-items li .illust {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 120px;
      margin: 0 20px; }
    .ouka .ouka-items li h3 {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 100%; }
      .ouka .ouka-items li h3 img {
        margin: 0 auto 20px; }
    .ouka .ouka-items li:first-child h3 img {
      width: 80.8219178082%;
      max-width: 590px; }
    .ouka .ouka-items li:nth-child(2) h3 img {
      width: 91.7808219178%;
      max-width: 670px; }
    .ouka .ouka-items li:nth-child(3) h3 img {
      width: 79.4520547945%;
      max-width: 580px; }
    .ouka .ouka-items li:nth-child(4) h3 img {
      width: 92.602739726%;
      max-width: 676px; }
    .ouka .ouka-items li p {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 20px; } }
@media screen and (max-width: 800px) {
  .ouka {
    margin-bottom: 40px; }
    .ouka h2 {
      width: 76.75%;
      margin: 0 auto 35px; }
    .ouka .ouka_list {
      display: block;
      width: 63.5%;
      margin: 0 auto; }
      .ouka .ouka_list li {
        width: 100%; }
        .ouka .ouka_list li + li {
          margin-top: 10px; }
    .ouka .ouka-items li {
      padding: 20px 0; }
      .ouka .ouka-items li p {
        font-size: 12px;
        line-height: 17px; } }
/* ==========================================================================
	info
========================================================================== */
.info {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 95px;
  scroll-margin-top: 50px; }
  .info h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 25px; }
    .info h2 > img {
      width: 575px;
      margin-right: 15px; }
    .info h2 span {
      display: block;
      width: 130px; }
  .info .info_txt {
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
    margin-bottom: 80px; }
  .info .info_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c3b055; }
    .info .info_list:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .info .info_list + .info_list {
      padding-top: 40px; }
    .info .info_list li {
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      display: block;
      scroll-margin-top: 75px; }
      .info .info_list li.is-hidden {
        opacity: 0; }
      .info .info_list li.hide {
        display: none; }
      .info .info_list li.is-show {
        opacity: 1;
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
    .info .info_list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 801px) {
        .info .info_list li a:hover {
          opacity: .7; }
          .info .info_list li a:hover .img img {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); } }
  .info .img {
    position: relative;
    width: 100%;
    aspect-ratio: 390/248;
    -webkit-clip-path: polygon(12.5% 0%, 100% 0%, 87.5% 100%, 0% 100%);
            clip-path: polygon(12.5% 0%, 100% 0%, 87.5% 100%, 0% 100%);
    overflow: hidden;
    margin-bottom: 20px; }
    .info .img img {
      -webkit-transition: -webkit-transform 0.4s var(--easeOutCubic);
      transition: -webkit-transform 0.4s var(--easeOutCubic);
      transition: transform 0.4s var(--easeOutCubic);
      transition: transform 0.4s var(--easeOutCubic), -webkit-transform 0.4s var(--easeOutCubic); }
    .info .img.badge:before {
      content: "";
      display: block;
      position: absolute;
      right: 16px;
      top: 10px;
      width: 66px;
      aspect-ratio: 1/1;
      z-index: 10;
      background-size: cover; }
    .info .img.badge.-kyushu:before {
      background-image: url(../img/icon-badge-kyushu.svg); }
    .info .img.badge.-japan:before {
      background-image: url(../img/icon-badge-japan.svg); }
    .info .img.badge.-new:before {
      background-image: url(../img/icon-badge-new.svg); }
  .info .texts {
    width: 87.9487179487%; }
    @media screen and (min-width: 801px) {
      .info .texts {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    .info .texts h3 {
      width: 100%;
      margin-bottom: 10px; }
    .info .texts p {
      font-size: 18px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 30px; }
  .info .bonus_box {
    width: 87.6923076923%;
    background: #c3b055;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: auto; }
  .info .line_txt {
    position: relative;
    width: 100%;
    text-align: center; }
    .info .line_txt:before, .info .line_txt:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      height: 1px;
      background: #fff;
      z-index: 1; }
    .info .line_txt:before {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    .info .line_txt:after {
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
    .info .line_txt span {
      position: relative;
      display: inline-block;
      font-weight: 700;
      font-size: 15px;
      z-index: 10;
      color: #fff;
      background: #c3b055;
      padding: 5px; }
  .info .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.01em;
    font-weight: 700;
    color: #fff;
    min-height: 65px; }

.genre_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px; }
  .genre_filter p {
    font-size: 15px;
    font-weight: 600; }
  .genre_filter .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px; }
  .genre_filter .filter_btn {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 7px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600; }
    .genre_filter .filter_btn.active {
      background-color: #bcaa55;
      color: #fff;
      border-color: #bcaa55; }

@media screen and (max-width: 800px) {
  .info {
    margin: 0 auto 100px;
    width: 91.25%;
    margin: 0 auto 90px;
    scroll-margin-top: 80px; }
    .info h2 {
      display: block;
      margin-bottom: 13px; }
      .info h2 > img {
        width: 80.5479452055%;
        margin-right: 0;
        margin-bottom: 10px; }
      .info h2 span {
        width: 19.1780821918%; }
    .info .info_txt {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 30px;
      letter-spacing: 0.05em; }
    .info .info_list {
      display: block;
      padding-bottom: 0;
      border: none; }
      .info .info_list + .info_list {
        padding-top: 15px; }
      .info .info_list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #c3b055; }
    .info .img {
      position: relative;
      width: 52.0547945205%;
      margin-bottom: 0; }
      .info .img.badge:before {
        right: 9px;
        top: 4px;
        width: 44px; }
    .info .texts {
      width: 43.8356164384%; }
      .info .texts h3 {
        width: 100%;
        margin-bottom: 10px; }
      .info .texts p {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0; }
    .info .bonus_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-top: 15px;
      padding: 10px 10px 10px 0; }
    .info .line_txt {
      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: 100px;
      text-align: center; }
      .info .line_txt:before, .info .line_txt:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background: #fff;
        z-index: 1; }
      .info .line_txt:before {
        right: 0;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .info .line_txt:after {
        right: 2px;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .info .line_txt span {
        display: inline-block;
        font-size: 12px;
        line-height: 15px;
        padding: 0;
        text-align: center; }
    .info .text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 10px;
      line-height: 15px;
      padding-left: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-height: 50px; }

  .genre_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 35px; }
    .genre_filter p {
      font-size: 15px;
      font-weight: 600; }
    .genre_filter .btn_area {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 200px;
      gap: 10px 0; }
    .genre_filter .filter_btn:last-child {
      width: 100%;
      text-align: center; } }
/* ==========================================================================
	floor
========================================================================== */
.floor {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 170px; }
  .floor h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 65px; }
    .floor h2 > img {
      width: 485px;
      margin-right: 30px; }
    .floor h2 span {
      display: block;
      width: 173px; }
  .floor .map {
    max-width: 1166px;
    margin: 0 auto; }
  .floor .floor_list {
    width: 100%;
    max-width: 1200px;
    margin: 65px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    row-gap: 50px; }

@media screen and (max-width: 1000px) {
  .floor .floor_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 25px; } }
@media screen and (max-width: 800px) {
  .floor {
    width: 91.25%;
    margin: 0 auto 110px; }
    .floor h2 {
      display: block;
      margin-bottom: 40px; }
      .floor h2 > img {
        width: 68.4931506849%;
        margin-right: 0;
        margin-bottom: 10px; }
      .floor h2 span {
        width: 25.2054794521%; } }
/* ==========================================================================
	foot
========================================================================== */
.foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  background: #000;
  gap: 35px; }
  .foot .logo_area {
    width: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45px; }
    .foot .logo_area .logo {
      width: 129px; }
    .foot .logo_area .logo-canal {
      width: 83px;
      margin-left: auto; }
  .foot .text_area {
    width: 360px; }
    .foot .text_area p {
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
      color: #fff; }
  .foot .sns_area {
    width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .foot .sns_area a {
      display: block;
      width: 40px; }
      .foot .sns_area a.x_links {
        width: 35px; }

@media screen and (max-width: 800px) {
  .foot {
    display: block;
    width: 100%;
    height: auto;
    padding: 35px 0 40px; }
    .foot .logo_area {
      width: 230px;
      margin: 0 auto 25px; }
    .foot .text_area {
      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;
      margin: 0 auto 25px; }
      .foot .text_area p {
        display: inline-block;
        width: auto;
        font-size: 12px;
        line-height: 20px; }
    .foot .sns_area {
      width: 104px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto; }
      .foot .sns_area a {
        display: block;
        width: 40px; }
        .foot .sns_area a.x_links {
          width: 35px; } }

/*# sourceMappingURL=style.css.map */