@charset "UTF-8";
/* Scss Document */
/* ==============================================================
*  ベース
* ============================================================ */
/********************************************************

setting

********************************************************/
:root {
  --margin-block: 200px; }

@media (min-width: 1101px) and (max-width: 1280px) {
  :root {
    --margin-block: 120px; } }
@media (min-width: 641px) and (max-width: 1100px) {
  :root {
    --margin-block: 90px; } }
@media (max-width: 640px) {
  :root {
    --margin-block: 70px; } }
/* ---- js-sprit ラッパー位置指定 ---- */
.js-sprit-wrapper.left {
  text-align: left; }

.js-sprit-wrapper.center {
  text-align: center; }

.js-sprit-wrapper.right {
  text-align: right; }

/* ---- 文字アニメーション ---- */
.js-sprit span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  filter: blur(5px);
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease; }

.js-sprit span.is-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0); }

/* ----　視差効果画像　---- */
.js-parallax-img {
  position: relative;
  overflow: hidden; }

.js-parallax-img img {
  width: 100%;
  height: auto;
  display: block;
  will-change: transform; }

@keyframes shiny {
  0% {
    top: -100%;
    left: -200%; }
  40% {
    top: 0%;
    /*ボタンの右下方向へ移動させます*/
    left: 100%; }
  100% {
    top: 0%;
    /*ボタンの右下方向へ移動させます*/
    left: 100%; } }
@keyframes blur_out {
  from {
    opacity: 0;
    color: transparent;
    filter: blur(50px);
    transform: scale(1.3);
    text-shadow: 0 0 30px white; }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    text-shadow: 0; } }
@keyframes fade_scale {
  0% {
    transform: scale(1.3);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0; }

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

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

address {
  font-style: inherit; }

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

select:disabled {
  opacity: inherit; }

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

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

legend {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left; }

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

th {
  text-align: left; }

/********************************************************

base

********************************************************/
body {
  font-family: "Noto Sans JP", "YuGothic", "YuGothic UI", "ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #514e4d;
  letter-spacing: 0.1em;
  overflow-x: hidden; }
  @media screen and (max-width: 600px) {
    body {
      letter-spacing: 0.05em; } }

html {
  font-size: 62.5%;
  overflow-x: hidden; }

img {
  width: 100%; }

.pc {
  display: block !important; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none !important; } }

.tab {
  display: none !important; }
  @media screen and (max-width: 970px) {
    .tab {
      display: block !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block !important; } }

.sp_small {
  display: none; }
  @media screen and (max-width: 380px) {
    .sp_small {
      display: block; } }

.font-jp {
  font-family: "Noto Sans JP", "YuGothic", "YuGothic UI", "ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, sans-serif; }

.font-en {
  font-family: "Montserrat", serif; }

.font-en_other {
  font-family: "Inter", serif; }

/* container */
.container {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto; }

.contents-width {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto; }

/* caption */
.caption {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8; }
  @media screen and (max-width: 600px) {
    .caption {
      font-size: 10px;
      line-height: 1.6; } }

/* link */
/* 画像内キャプション */
.img {
  position: relative; }
  .img-cap {
    font-size: 9px;
    font-family: "Noto Sans JP", "YuGothic", "YuGothic UI", "ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, sans-serif;
    position: absolute;
    bottom: 10px;
    right: 10px;
    letter-spacing: 0; }
    .img-cap.wh {
      color: #fff;
      text-shadow: 2px 2px 3px #000; }
    .img-cap.bk {
      color: #000; }
  .img-cap-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    color: #FFF;
    font-size: 1.2rem; }

/* ------------------------------------

button

--------------------------------------*/
.btn-req,
.btn-res,
.btn-limited,
.btn-app,
.btn-more,
.btn-link {
  text-align: center;
  color: #FFF;
  font-family: "Noto Sans JP", "YuGothic", "YuGothic UI", "ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.05em;
  line-height: 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  position: relative; }
  .btn-req.soon:hover, .btn-req.soon:focus, .btn-req.soon:active,
  .btn-res.soon:hover,
  .btn-res.soon:focus,
  .btn-res.soon:active,
  .btn-limited.soon:hover,
  .btn-limited.soon:focus,
  .btn-limited.soon:active,
  .btn-app.soon:hover,
  .btn-app.soon:focus,
  .btn-app.soon:active,
  .btn-more.soon:hover,
  .btn-more.soon:focus,
  .btn-more.soon:active,
  .btn-link.soon:hover,
  .btn-link.soon:focus,
  .btn-link.soon:active {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .btn-req a,
  .btn-res a,
  .btn-limited a,
  .btn-app a,
  .btn-more a,
  .btn-link a {
    color: #FFF;
    padding: 2.5rem 0;
    display: block;
    position: relative;
    /*&::before{
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #d7d7d7;
      filter: blur(5px);
      transform: translateY(5px) scale(1.0);
      mix-blend-mode: multiply;
      border-radius: 40px;
    }*/ }
    .btn-req a.dropshadow,
    .btn-res a.dropshadow,
    .btn-limited a.dropshadow,
    .btn-app a.dropshadow,
    .btn-more a.dropshadow,
    .btn-link a.dropshadow {
      box-shadow: 0px 17px 17.1px 0.9px rgba(84, 84, 84, 0.23); }

.btn-req,
.btn-res {
  position: relative;
  /* 矢印アニメーション */
  /* きらっとアニメーション */ }
  .btn-req a,
  .btn-res a {
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease;
    /* きらっと光る帯 */
    /* hover時の動き */ }
    .btn-req a::after,
    .btn-res a::after {
      content: "";
      font-family: "Material Icons";
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      transition: none; }
    .btn-req a::before,
    .btn-res a::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -30%;
      width: 50%;
      height: 200%;
      background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
      transform: skewX(-25deg);
      animation: shine 2s infinite;
      pointer-events: none; }
    .btn-req a:hover,
    .btn-res a:hover {
      transform: translateY(1px) scale(0.97); }
    .btn-req a:hover::after,
    .btn-res a:hover::after {
      animation: arrow-slide 0.6s forwards; }
@keyframes arrow-slide {
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1; }
  40% {
    transform: translateY(-50%) translateX(150%);
    opacity: 0; }
  60% {
    transform: translateY(-50%) translateX(-50%);
    opacity: 0; }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1; } }
@keyframes shine {
  0% {
    left: -50%; }
  40% {
    left: 120%; }
  100% {
    left: 120%; } }
/* 資料請求(物件エントリー) */
.btn-req a {
  background: linear-gradient(90deg, #69b1c7 0%, #ba8ebe 100%);
  border: 1px solid #c7bada;
  overflow: hidden; }

/* 来場予約 */
.btn-res a {
  background: #c75734; }

/* 限定コンテンツ */
.btn-limited a {
  background: #2a505a; }

/* その他サブのボタン */
.btn-link a {
  transition: transform 0.6s ease;
  border-radius: 40px;
  padding: 3rem 0;
  background: #7f7685;
  font-size: 12px;
  /* hover時の動き */ }
  @media screen and (min-width: 750px) {
    .btn-link a {
      font-size: calc(12px + 0.0017094017 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .btn-link a {
      font-size: 14px; } }
  @media screen and (max-width: 600px) {
    .btn-link a {
      padding: 3rem 0; } }
  .btn-link a:hover {
    transform: translateY(1px) scale(0.97); }
  .btn-link a:hover::after {
    animation: arrow-slide 0.6s forwards; }
.btn-link.font-en {
  font-size: 1.4rem; }
.btn-link.disabled {
  pointer-events: none;
  opacity: .3; }
.btn-link.print {
  font-family: "Montserrat", serif;
  font-size: 1.6rem;
  font-weight: 400; }
  @media screen and (max-width: 600px) {
    .btn-link.print {
      display: none; } }
  .btn-link.print a::before {
    font-family: "Material Icons";
    font-size: 110%;
    vertical-align: sub;
    margin-right: 1rem;
    content: ''; }
.btn-link.arrow {
  transition: transform 0.6s ease;
  /* hover時の動き */ }
  .btn-link.arrow::after {
    content: "";
    font-family: "Material Icons";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: none; }
  .btn-link.arrow:hover::after {
    animation: arrow-slide 0.6s forwards; }
.btn-link.map {
  font-family: "Montserrat", serif;
  font-size: 1.6rem;
  font-weight: 400; }
  .btn-link.map a::before {
    font-family: "Material Icons";
    font-size: 110%;
    vertical-align: sub;
    margin-right: 1rem;
    content: ''; }

.btn-more {
  font-family: "Montserrat", serif;
  width: min(100%, 300px);
  font-size: 1.2rem;
  text-align: left;
  position: relative; }
  .btn-more a {
    color: #514e4d;
    padding-bottom: 20px;
    border-bottom: 1px solid #b4b1b0; }
    .btn-more a::before {
      background: #514e4d;
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .3s; }
    .btn-more a:hover::before {
      transform-origin: left top;
      transform: scale(1, 1); }
    .btn-more a::after {
      content: "";
      font-family: "Material Icons";
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      right: 0; }

/********************************************************

下層ページ

********************************************************/
.bg_gradation__concept {
  background: linear-gradient(to bottom, #f4eeeb 0%, #f4eeeb 80%, #ffffff 100%); }

.bg_gradation__plan {
  background: linear-gradient(to bottom, #ebf5f0 0%, #ebf5f0 80%, #ffffff 100%); }

.bg_gradation__brand {
  background: linear-gradient(to bottom, #ebf7f7 0%, #ebf7f7 80%, #ffffff 100%); }

.bg_gradation__other {
  background: linear-gradient(to bottom, #f8f3f1 0%, #f8f3f1 80%, #ffffff 100%); }

.head-contents {
  padding: clamp(200px, 25vw, 400px) 0 0 0; }
  @media screen and (max-width: 600px) {
    .head-contents {
      padding-top: 100px; } }
  @media screen and (max-width: 380px) {
    .head-contents {
      padding-top: 50px; } }

/* -------------------------------------------------------

heading

------------------------------------------------------- */
/* h3 */
.h3_wrap__head {
  width: 90%;
  margin: 0 auto; }
.h3_wrap .h3_common {
  text-align: center;
  font-size: 18px;
  margin: 0 0 clamp(25px, 3.125vw, 50px) 0;
  line-height: 1.8;
  font-weight: 400; }
  @media screen and (min-width: 750px) {
    .h3_wrap .h3_common {
      font-size: calc(18px + 0.0102564103 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .h3_wrap .h3_common {
      font-size: 30px; } }
  @media screen and (max-width: 750px) {
    .h3_wrap .h3_common {
      font-size: 16px;
      line-height: 1.6; } }
.h3_wrap .h3_text {
  text-align: center;
  font-size: 14px;
  line-height: 2.4; }
  @media screen and (min-width: 750px) {
    .h3_wrap .h3_text {
      font-size: calc(14px + 0.0017094017 * (100vw - 750px)); } }
  @media screen and (min-width: 1920px) {
    .h3_wrap .h3_text {
      font-size: 16px; } }
  @media screen and (max-width: 750px) {
    .h3_wrap .h3_text {
      font-size: 13px;
      text-align: left; } }

/* -------------------------------------------------------

KV

------------------------------------------------------- */
.section_mv_lower-layer {
  position: relative; }
  .section_mv_lower-layer .mv_wrap {
    width: min(90%, 1400px);
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .section_mv_lower-layer .mv_wrap .mv-img {
      width: clamp(300px, 69%, 960px);
      position: absolute;
      right: 0;
      z-index: 2;
      top: clamp(300px, 40%, 550px); }
      @media screen and (max-width: 1170px) {
        .section_mv_lower-layer .mv_wrap .mv-img {
          top: clamp(200px, 33%, 400px); } }
      @media screen and (max-width: 750px) {
        .section_mv_lower-layer .mv_wrap .mv-img {
          width: 80%;
          top: clamp(150px, 30%, 300px); } }
      .section_mv_lower-layer .mv_wrap .mv-img__img {
        position: relative; }
        .section_mv_lower-layer .mv_wrap .mv-img__img .bg img {
          width: 100%;
          border-radius: 20px; }
          @media screen and (max-width: 600px) {
            .section_mv_lower-layer .mv_wrap .mv-img__img .bg img {
              border-radius: 10px; } }
        .section_mv_lower-layer .mv_wrap .mv-img__img .loop-text {
          width: min(30%, 285px);
          position: absolute;
          top: -75px;
          right: -75px;
          animation: spin 50s linear infinite; }
          @media screen and (max-width: 1170px) {
            .section_mv_lower-layer .mv_wrap .mv-img__img .loop-text {
              top: -3%;
              right: -3%; } }
          @media screen and (max-width: 600px) {
            .section_mv_lower-layer .mv_wrap .mv-img__img .loop-text {
              top: -15%; } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
    .section_mv_lower-layer .mv_wrap .h2_wrap {
      color: #FFF;
      position: absolute;
      top: 140px; }
      @media screen and (max-width: 1200px) {
        .section_mv_lower-layer .mv_wrap .h2_wrap {
          top: 100px; } }
      @media screen and (max-width: 750px) {
        .section_mv_lower-layer .mv_wrap .h2_wrap {
          top: 80px; } }
      .section_mv_lower-layer .mv_wrap .h2_wrap h2 {
        font-size: 100px;
        font-family: "Montserrat", serif;
        font-weight: 400; }
        @media screen and (min-width: 1200px) {
          .section_mv_lower-layer .mv_wrap .h2_wrap h2 {
            font-size: calc(100px + 0.0277777778 * (100vw - 1200px)); } }
        @media screen and (min-width: 1920px) {
          .section_mv_lower-layer .mv_wrap .h2_wrap h2 {
            font-size: 120px; } }
        @media screen and (max-width: 1200px) {
          .section_mv_lower-layer .mv_wrap .h2_wrap h2 {
            font-size: 70px; } }
  @media screen and (max-width: 1200px) and (min-width: 750px) {
    .section_mv_lower-layer .mv_wrap .h2_wrap h2 {
      font-size: calc(70px + 0.0666666667 * (100vw - 750px)); } }
  @media screen and (max-width: 1200px) and (min-width: 1200px) {
    .section_mv_lower-layer .mv_wrap .h2_wrap h2 {
      font-size: 100px; } }

        @media screen and (max-width: 750px) {
          .section_mv_lower-layer .mv_wrap .h2_wrap h2 {
            font-size: 40px; } }
      .section_mv_lower-layer .mv_wrap .h2_wrap .font-jp {
        font-size: 12px; }
        @media screen and (min-width: 750px) {
          .section_mv_lower-layer .mv_wrap .h2_wrap .font-jp {
            font-size: calc(12px + 0.0017094017 * (100vw - 750px)); } }
        @media screen and (min-width: 1920px) {
          .section_mv_lower-layer .mv_wrap .h2_wrap .font-jp {
            font-size: 14px; } }
  .section_mv_lower-layer .bg-mv {
    position: relative;
    width: 100%;
    height: 500px; }
    @media screen and (max-width: 1200px) {
      .section_mv_lower-layer .bg-mv {
        height: 400px; } }
    @media screen and (max-width: 750px) {
      .section_mv_lower-layer .bg-mv {
        height: 280px; } }
    .section_mv_lower-layer .bg-mv .bg-mv_wave {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .section_mv_lower-layer .bg-mv .bg-mv_wave img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section_mv_lower-layer .bg-mv .border-scroll {
      width: min(90%, 1400px);
      margin: 0 auto; }
      .section_mv_lower-layer .bg-mv .border-scroll .text-border_wrap {
        position: absolute;
        bottom: 0;
        z-index: 2;
        display: flex;
        mix-blend-mode: difference; }
      .section_mv_lower-layer .bg-mv .border-scroll .text {
        font-family: "Montserrat", serif;
        font-size: 12px;
        letter-spacing: 0.1em;
        color: #FFF;
        writing-mode: vertical-rl;
        font-weight: 300; }
        @media screen and (max-width: 1170px) {
          .section_mv_lower-layer .bg-mv .border-scroll .text {
            font-size: 9px; } }
      .section_mv_lower-layer .bg-mv .border-scroll .border {
        position: relative; }
        .section_mv_lower-layer .bg-mv .border-scroll .border::after {
          content: "";
          position: absolute;
          left: -25px;
          top: 0;
          width: 1px;
          height: 100px;
          background: #FFF;
          animation: pathmove 1.4s ease-in-out infinite;
          opacity: 0;
          mix-blend-mode: difference; }
          @media screen and (max-width: 1170px) {
            .section_mv_lower-layer .bg-mv .border-scroll .border::after {
              height: 60px;
              left: -15px; } }
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 50px;
    opacity: 1; }
  100% {
    height: 0;
    top: 100px;
    opacity: 0; } }
/* ==============================================================
*  レイアウト
* ============================================================ */
/*---------------------------------

header

---------------------------------*/
body.fixed {
  position: fixed;
  width: 100%; }

.nav ul li {
  /*&:nth-child(9){
    &:before{
      width: 35px;
      position: absolute;
      background: #b24b26;
      content: 'NEW';
      font-weight: normal;
      text-align: center;
      padding: 0.2rem 0.2rem 0;
      font-size: 1.2rem;
      font-family: $f-family-en;
      color: #FFF;
      top: -12px;
      right: -3px;
      @include max-screen($breakpoint-max){
        top: 25%;
        right: 0;
      }
    }
  }*/ }

header {
  position: fixed;
  top: 0;
  left: 0;
  flex-shrink: 0;
  z-index: 1000;
  width: 100%;
  color: #514e4d;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all 0.5s cubic-bezier(0.36, 0.14, 0, 1);
  padding: 3px 0; }
  @media screen and (max-width: 1200px) {
    header {
      height: 60px;
      padding: 0; } }
  @media screen and (max-width: 1200px) {
    header .header {
      width: 100%;
      position: relative;
      z-index: 20; } }
  header .logo {
    display: block;
    width: 100px;
    height: 60px;
    margin: 0 1.5rem 0 0;
    background: url(../images/header-logo.svg) no-repeat; }
    @media screen and (max-width: 1200px) {
      header .logo {
        width: 90px;
        margin: 0 0.5rem 0 0; } }
  header .name {
    color: #000;
    font-size: 1.8rem; }
    @media screen and (max-width: 1200px) {
      header .name {
        font-size: 1.4rem; } }
    @media screen and (max-width: 600px) {
      header .name {
        font-size: 1.4rem;
        line-height: 1.2; } }

header.is_scroll {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px); }
  header.is_scroll .header {
    margin-bottom: 0; }
  header.is_scroll .name {
    color: #000; }

header.is_white {
  background: linear-gradient(to bottom, rgba(35, 35, 35, 0.5) 0%, transparent 100%);
  transition: all 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93); }
  header.is_white .logo {
    display: block;
    width: 100px;
    height: 60px;
    margin: 0 1.5rem 0 0;
    background: url(../images/header-logo-white.svg) no-repeat; }
    @media screen and (max-width: 1200px) {
      header.is_white .logo {
        width: 90px;
        margin: 0 0.5rem 0 0; } }
  header.is_white .name {
    color: #fff; }
  header.is_white .btn-hamburger .line {
    background: #fff !important; }
  header.is_white .btn-hamburger .menu {
    color: #fff !important; }
  header.is_white a {
    color: #fff !important; }
    header.is_white a::after {
      color: #fff !important; }

.header-wrapper {
  width: 97%;
  margin: 0 auto;
  padding: 0 0 0.3rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center; }
  @media screen and (max-width: 1200px) {
    .header-wrapper {
      width: 95%;
      padding: 0;
      height: 60px; } }
  .header-wrapper .header-h1 {
    width: 43%;
    max-width: 460px; }
    .header-wrapper .header-h1 h1 a {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center; }
    .header-wrapper .header-h1 img {
      width: 100px;
      margin-right: 1rem;
      color: #fff; }
    @media screen and (max-width: 1400px) {
      .header-wrapper .header-h1 {
        width: 30%; } }
    @media screen and (max-width: 1200px) {
      .header-wrapper .header-h1 {
        width: 75%; } }
    @media screen and (max-width: 600px) {
      .header-wrapper .header-h1 {
        width: 80%; } }
    .header-wrapper .header-h1 h1 {
      margin-top: 0.2rem;
      font-family: "Shippori Mincho", YuMincho, "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", -apple-system, blinkMacSystemFont, serif;
      letter-spacing: 0; }
  .header-wrapper .head-link {
    width: auto;
    margin-left: auto; }
    @media screen and (max-width: 1200px) {
      .header-wrapper .head-link {
        display: none; } }
    .header-wrapper .head-link .wrap-sub-btns {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center; }
      .header-wrapper .head-link .wrap-sub-btns .sub {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        font-size: 10px;
        margin-left: auto;
        margin-right: 15px; }
        @media screen and (min-width: 1200px) {
          .header-wrapper .head-link .wrap-sub-btns .sub {
            font-size: calc(10px + 0.0041666667 * (100vw - 1200px)); } }
        @media screen and (min-width: 1920px) {
          .header-wrapper .head-link .wrap-sub-btns .sub {
            font-size: 13px; } }
        .header-wrapper .head-link .wrap-sub-btns .sub li {
          margin-right: 15px; }
          .header-wrapper .head-link .wrap-sub-btns .sub li:last-child {
            margin-right: 0; }
          .header-wrapper .head-link .wrap-sub-btns .sub li a {
            color: #514e4d;
            transition: all 0.3s ease 0s; }
            .header-wrapper .head-link .wrap-sub-btns .sub li a:after {
              content: "";
              font-family: "Material Icons";
              margin-left: 0.2rem;
              font-size: 1.4rem;
              vertical-align: middle; }
            .header-wrapper .head-link .wrap-sub-btns .sub li a:hover {
              color: #ed8781; }
      .header-wrapper .head-link .wrap-sub-btns .btns_res-req {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        margin-top: 3px;
        margin-left: auto; }
        .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-res,
        .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-limited,
        .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-app,
        .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-req {
          font-size: 14px;
          line-height: 1.2 !important;
          width: auto;
          flex: 0 0 auto; }
          @media screen and (min-width: 1200px) {
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-res,
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-limited,
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-app,
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-req {
              font-size: calc(14px + 0.0027777778 * (100vw - 1200px)); } }
          @media screen and (min-width: 1920px) {
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-res,
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-limited,
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-app,
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-req {
              font-size: 16px; } }
          .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-res a,
          .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-limited a,
          .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-app a,
          .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-req a {
            position: relative;
            transition: .5s;
            overflow: hidden;
            width: 100%;
            padding: 1.2rem 3.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            border-radius: 25px;
            box-shadow: none; }
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-res a:hover,
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-limited a:hover,
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-app a:hover,
            .header-wrapper .head-link .wrap-sub-btns .btns_res-req .btn-req a:hover {
              transform: none; }

/*---------------------------------

hamburger-btn

---------------------------------*/
/* ----　初期表示　---- */
.btn-hamburger {
  display: none; }
  @media screen and (max-width: 1200px) {
    .btn-hamburger {
      display: block;
      z-index: 20;
      position: absolute;
      right: 0;
      margin-left: 0;
      width: 45px;
      height: 55px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      cursor: pointer; } }
  .btn-hamburger .menu {
    display: none; }
    @media screen and (max-width: 1200px) {
      .btn-hamburger .menu {
        display: block;
        width: 100%;
        text-align: center;
        color: #ea9694;
        font-size: 1.0rem;
        position: absolute;
        top: 32px;
        font-family: "Montserrat", serif;
        letter-spacing: 0.01em; } }
  @media screen and (max-width: 1200px) {
    .btn-hamburger .line {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      display: block;
      width: 20px;
      height: 3px;
      background: #ea9694;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; } }
  @media screen and (max-width: 1200px) {
    .btn-hamburger .line_01 {
      top: 10px; } }
  @media screen and (max-width: 1200px) {
    .btn-hamburger .line_02 {
      top: 18px; } }
  @media screen and (max-width: 1200px) {
    .btn-hamburger .line_03 {
      top: 26px; } }

/* ----　開いた時　---- */
@media screen and (max-width: 1200px) {
  .btn-hamburger.is-active .line_01 {
    top: 18px;
    left: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }
@media screen and (max-width: 1200px) {
  .btn-hamburger.is-active .line_02 {
    opacity: 0; } }
@media screen and (max-width: 1200px) {
  .btn-hamburger.is-active .line_03 {
    top: 18px;
    left: 13px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); } }

/*---------------------------------

gnav

---------------------------------*/
.head-gnav {
  /* ---- PC（1281px以上） ---- */
  /* ---- SP(1280px以下) ---- */ }
  .head-gnav .nav {
    padding: 0.5rem 0;
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    font-weight: 400; }
    .head-gnav .nav ul {
      margin: 0 auto;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; }
      .head-gnav .nav ul li {
        width: calc(100% / 10);
        text-align: center;
        font-size: calc(14px + ((16 - 14) * (100vw - 350px) / (1920 - 350)));
        position: relative;
        padding: 0.3rem; }
        .head-gnav .nav ul li a span.base {
          opacity: 1;
          position: relative;
          transition: all 0.3s ease 0s;
          white-space: nowrap; }
        .head-gnav .nav ul li:hover a {
          color: #958b50;
          transition: all 0s; }
          .head-gnav .nav ul li:hover a span.base {
            transition: all 0.3s ease 0s; }
        .head-gnav .nav ul li.tab {
          display: none; }
          @media screen and (max-width: 1200px) {
            .head-gnav .nav ul li.tab {
              display: block !important; } }
        .head-gnav .nav ul li a {
          display: block;
          transition: all 0.3s ease 0s;
          color: #514e4d; }
          @media screen and (max-width: 1200px) {
            .head-gnav .nav ul li a {
              color: #2B2B2B;
              height: 35px;
              display: -webkit-box;
              display: -moz-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              align-items: center;
              -webkit-align-items: center; } }
          .head-gnav .nav ul li a:hover {
            color: #ed8781; }
            .head-gnav .nav ul li a:hover:after {
              background: #958b50; }
          .head-gnav .nav ul li a.disabled {
            pointer-events: none;
            opacity: 0.2; }
        .head-gnav .nav ul li.here a {
          color: #ed8781;
          position: relative; }
  @media screen and (max-width: 1200px) {
    .head-gnav .nav {
      max-width: inherit;
      width: 100%;
      background: #eeeeee; } }
  @media screen and (max-width: 1200px) {
    .head-gnav .nav ul {
      width: 90%;
      justify-content: space-between;
      -webkit-justify-content: space-between; } }
  @media screen and (max-width: 1200px) {
    .head-gnav .nav ul li {
      padding: 0;
      border-right: none;
      width: calc(100% / 2.1);
      text-align: left;
      border-bottom: 1px solid #FFF;
      font-size: calc(12px + ((20 - 12) * (100vw - 350px) / (1920 - 350))); }
      .head-gnav .nav ul li:first-child {
        border-left: none; } }
  @media screen and (max-width: 1200px) {
    .head-gnav .nav ul li#nav_special,
    .head-gnav .nav ul li#nav_map {
      width: 100%; } }

.head-gnav {
  height: 30px;
  margin-bottom: 5px;
  /* ----　SP　---- */
  /* ----　閉じるボタン　---- */ }
  @media screen and (max-width: 1200px) {
    .head-gnav {
      height: auto;
      margin-bottom: 10px; } }
  @media screen and (max-width: 1200px) {
    .head-gnav .nav {
      position: fixed;
      transition: opacity .3s linear;
      top: 60px;
      left: 0;
      overflow: auto;
      height: auto;
      -webkit-overflow-scrolling: touch;
      opacity: 0;
      visibility: hidden;
      padding-bottom: 1.5rem; }
      .head-gnav .nav.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        z-index: 10;
        border-radius: 0 0 30px 30px;
        background: #e7e7e7;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px); }
        .head-gnav .nav.is-active a {
          pointer-events: auto; } }
  @media screen and (max-width: 1200px) {
    .head-gnav .nav ul {
      z-index: 99; } }
  @media screen and (max-width: 1200px) {
    .head-gnav .nav ul li {
      pointer-events: none; }
      .head-gnav .nav ul li.btn-req, .head-gnav .nav ul li.btn-res, .head-gnav .nav ul li.btn-limited, .head-gnav .nav ul li.btn-app {
        color: #FFF;
        justify-content: center;
        -webkit-justify-content: center;
        font-size: 1.6rem;
        width: 100%;
        margin-top: 1rem;
        text-align: center;
        border-bottom: 0; }
        .head-gnav .nav ul li.btn-req::before, .head-gnav .nav ul li.btn-res::before, .head-gnav .nav ul li.btn-limited::before, .head-gnav .nav ul li.btn-app::before {
          content: none; }
        .head-gnav .nav ul li.btn-req a, .head-gnav .nav ul li.btn-res a, .head-gnav .nav ul li.btn-limited a, .head-gnav .nav ul li.btn-app a {
          color: #FFF;
          display: block;
          padding: 2.5rem 0;
          box-shadow: none;
          height: auto;
          border-radius: 40px;
          transition: none;
          /* hover時の動き */ }
          .head-gnav .nav ul li.btn-req a:hover, .head-gnav .nav ul li.btn-res a:hover, .head-gnav .nav ul li.btn-limited a:hover, .head-gnav .nav ul li.btn-app a:hover {
            transform: translateY(0) scale(1);
            box-shadow: none; }
          .head-gnav .nav ul li.btn-req a:hover::after, .head-gnav .nav ul li.btn-res a:hover::after, .head-gnav .nav ul li.btn-limited a:hover::after, .head-gnav .nav ul li.btn-app a:hover::after {
            animation: none; } }
  .head-gnav .close-sp {
    display: none; }
    @media screen and (max-width: 1200px) {
      .head-gnav .close-sp {
        display: block;
        cursor: pointer;
        text-align: center;
        font-family: "Montserrat", serif;
        font-size: 1.6rem;
        font-weight: 400;
        color: #ea9694;
        padding: 1rem 0;
        width: 50%;
        margin: 1rem auto 0; } }

#nav_special {
  position: relative; }
  @media screen and (max-width: 1200px) {
    #nav_special a {
      position: relative;
      line-height: 1.6; } }
  #nav_special .sp-toggle-icon {
    display: none; }
    @media screen and (max-width: 1200px) {
      #nav_special .sp-toggle-icon {
        display: block;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #2B2B2B;
        pointer-events: none; } }
  #nav_special.here a:after {
    bottom: -13px; }
    @media screen and (max-width: 1200px) {
      #nav_special.here a:after {
        bottom: 0; } }
  @media screen and (max-width: 1200px) {
    #nav_special br.pc {
      display: none !important; } }
  #nav_special .sub-menu {
    position: absolute;
    top: 126%;
    left: 0;
    background-color: rgba(6, 25, 39, 0.8);
    z-index: 10;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%; }
    @media screen and (max-width: 1200px) {
      #nav_special .sub-menu {
        width: 100%;
        top: 100%;
        position: relative;
        background-color: transparent;
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none; } }
    #nav_special .sub-menu li {
      border: none;
      border-top: 1px solid #656e75;
      font-size: 13px;
      width: 100%; }
      @media screen and (max-width: 1200px) {
        #nav_special .sub-menu li {
          font-size: 12px; } }
      #nav_special .sub-menu li:first-child {
        border-top: none; }
      #nav_special .sub-menu li a {
        display: block;
        padding: 1rem 1rem;
        color: #FFF;
        text-decoration: none;
        width: 100%; }
        @media screen and (max-width: 1200px) {
          #nav_special .sub-menu li a {
            background: #333;
            height: 35px;
            line-height: 35px;
            padding: 0 1rem; } }
        #nav_special .sub-menu li a:after {
          position: inherit;
          bottom: inherit;
          left: inherit;
          height: auto;
          background: none; }
  @media (min-width: 1280px) {
    #nav_special:hover .sub-menu {
      opacity: 1;
      visibility: visible; } }

/*---------------------------------
キャプション
---------------------------------*/
.block-caption {
  background: #f5f5f5; }
  .block-caption .caption {
    padding: 3rem 0;
    border-top: 1px solid #D9D9D9; }
    .block-caption .caption p {
      max-width: 1200px;
      width: 90%;
      margin: 0 auto; }

/*---------------------------------
footer
---------------------------------*/
footer {
  font-family: "Noto Sans JP", "YuGothic", "YuGothic UI", "ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, sans-serif;
  border-top: 1px solid #D9D9D9;
  padding-bottom: 8rem; }
  @media screen and (max-width: 600px) {
    footer {
      padding-bottom: 6rem; } }
  footer .footer-nav {
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c5c1bb; }
    @media screen and (max-width: 1200px) {
      footer .footer-nav {
        display: none; } }
    footer .footer-nav .nav ul {
      /* ----　SP　---- */ }
      @media screen and (max-width: 1200px) {
        footer .footer-nav .nav ul {
          padding-bottom: 3rem; } }
  footer .footer-wrapper {
    margin: 6rem auto 0;
    padding: 2rem; }
    @media screen and (max-width: 1170px) {
      footer .footer-wrapper {
        padding: 5rem 0;
        margin: 0 auto;
        width: 90%; } }
    footer .footer-wrapper img {
      width: 100%; }
    footer .footer-wrapper .tel {
      width: 90%;
      margin: 0 auto 40px;
      letter-spacing: normal; }
      @media screen and (max-width: 750px) {
        footer .footer-wrapper .tel {
          width: 100%;
          margin: 0 auto; } }
      footer .footer-wrapper .tel .text {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 2rem; }
        @media screen and (max-width: 750px) {
          footer .footer-wrapper .tel .text {
            font-size: 1.2rem;
            line-height: 1.8; } }
      footer .footer-wrapper .tel .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0.7rem; }
        footer .footer-wrapper .tel .wrapper .img-tel {
          width: min(90%, 400px);
          margin-right: 20px; }
          @media screen and (max-width: 750px) {
            footer .footer-wrapper .tel .wrapper .img-tel {
              width: 100%;
              margin-right: 0; } }
        footer .footer-wrapper .tel .wrapper .sub {
          font-size: 1.3rem;
          line-height: 1.5; }
          @media screen and (max-width: 750px) {
            footer .footer-wrapper .tel .wrapper .sub {
              width: 100%;
              text-align: center;
              margin: 2rem auto;
              font-size: 1.0rem; } }
          footer .footer-wrapper .tel .wrapper .sub span.pc {
            display: inline !important; }
            @media screen and (max-width: 600px) {
              footer .footer-wrapper .tel .wrapper .sub span.pc {
                display: none !important; } }
          footer .footer-wrapper .tel .wrapper .sub .cap {
            font-size: 1.0rem;
            margin-top: 0.2rem; }
    footer .footer-wrapper .deve .wrap-deve {
      width: min(100%, 1100px);
      margin: 5rem auto 0;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center; }
      @media screen and (max-width: 600px) {
        footer .footer-wrapper .deve .wrap-deve {
          margin: 3rem auto 0; } }
    footer .footer-wrapper .deve .deve-main a,
    footer .footer-wrapper .deve .deve-sub a,
    footer .footer-wrapper .deve .deve-sub2 a {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      text-align: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 1170px) {
        footer .footer-wrapper .deve .deve-main a,
        footer .footer-wrapper .deve .deve-sub a,
        footer .footer-wrapper .deve .deve-sub2 a {
          justify-content: center;
          -webkit-justify-content: center; } }
    footer .footer-wrapper .deve .deve-main span,
    footer .footer-wrapper .deve .deve-sub span,
    footer .footer-wrapper .deve .deve-sub2 span {
      display: inline-block;
      font-size: 1.2rem;
      color: #1f1f32;
      margin: 0 1.5rem 0 0; }
      @media screen and (max-width: 1170px) {
        footer .footer-wrapper .deve .deve-main span,
        footer .footer-wrapper .deve .deve-sub span,
        footer .footer-wrapper .deve .deve-sub2 span {
          font-size: 1.0rem;
          width: 100%;
          margin: 0 0 15px 0; } }
    footer .footer-wrapper .deve .deve-main {
      width: 37%; }
      @media screen and (max-width: 750px) {
        footer .footer-wrapper .deve .deve-main {
          margin: 4rem auto 0;
          width: 100%; } }
      footer .footer-wrapper .deve .deve-main img {
        width: min(78%, 260px); }
    footer .footer-wrapper .deve .deve-sub2 {
      width: 32%; }
      @media screen and (max-width: 750px) {
        footer .footer-wrapper .deve .deve-sub2 {
          margin: 4rem auto 0;
          width: 100%; } }
      footer .footer-wrapper .deve .deve-sub2 img {
        width: min(66%, 240px); }
  footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0.5rem 0;
    font-family: "Montserrat", serif; }
    @media screen and (max-width: 600px) {
      footer .copyright {
        width: 90%;
        padding-bottom: 50px;
        font-size: 1.0rem;
        line-height: 1.2; } }

/* ページTOP */
.btn-page-top {
  height: 75px;
  width: 75px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2; }
  @media screen and (max-width: 600px) {
    .btn-page-top {
      height: 35px;
      width: 35px;
      right: 1rem;
      bottom: 60px; } }
  .btn-page-top:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(35px);
    opacity: var(0.55);
    transition: opacity 0.3s;
    border-radius: inherit; }
  .btn-page-top:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit; }
  .btn-page-top a {
    text-decoration: none;
    color: #fff;
    text-align: center; }
    .btn-page-top a:before {
      font-family: "Material Icons";
      color: #ea9694;
      content: '';
      font-size: 5.0rem; }
      @media screen and (max-width: 600px) {
        .btn-page-top a:before {
          font-size: 3.0rem; } }

/* スマホ用固定CVボタン */
.foot-nav_sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999; }
  .foot-nav_sp ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .foot-nav_sp ul li {
      line-height: 1.2;
      width: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      font-size: 1.2rem; }
      .foot-nav_sp ul li a {
        width: 100%;
        height: 100%;
        color: #FFF;
        display: block;
        padding: 1.2rem 0;
        display: flex;
        align-items: center;
        justify-content: center; }
  .foot-nav_sp .btn-req a,
  .foot-nav_sp .btn-res a {
    transition: none;
    /* hover時の動き */ }
    .foot-nav_sp .btn-req a:hover,
    .foot-nav_sp .btn-res a:hover {
      transform: translateY(0) scale(1);
      box-shadow: none; }
    .foot-nav_sp .btn-req a:hover::after,
    .foot-nav_sp .btn-res a:hover::after {
      animation: none; }

/* 休業告知 */
/*.notice_of_closure{
  max-width: 600px;
  width: 100%;
  margin: 6rem auto 0;
  padding: 2rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #b14823;
  &.top_info{
    max-width: 800px;
  }
  @include max-screen($breakpoint-sm){
    margin: 2rem auto;
  }
  p{
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #cfcfcf;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
  }

  .tablet-only{
    display: none;
    @include screen(750px, 900px){
      display: block !important;
    }
  }
  b{
    font-size: 1.6rem;
    &.big_title{
      display: block;
      text-align: center;
      margin-bottom: 1.5rem;
    }
  }
  .info_date{
    display: block;
    margin-top: 1.5rem;
    text-align: right;
  }
}*/
/* 休業告知 */
.notice_of_closure {
  max-width: 780px;
  width: 100%;
  margin: 6rem auto 0;
  padding: 2rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #b14823; }
  @media screen and (max-width: 600px) {
    .notice_of_closure {
      margin: 2rem auto; } }
  .notice_of_closure p {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #cfcfcf;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1em; }
  .notice_of_closure span {
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block; }
  .notice_of_closure .tablet-only {
    display: none; }
    @media screen and (min-width: 750px) and (max-width: 900px) {
      .notice_of_closure .tablet-only {
        display: block !important; } }

/* ==============================================================
*  モジュール（汎用的に使用できるスタイル）
* ============================================================ */
