@charset "UTF-8";
/* ==========================================================================
 * import
========================================================================== */
/* ==========================================================================
 *
 * 関数定義ファイル
 *
========================================================================== */
/* ==========================================================================
break points
========================================================================== */
/* メディアクエリー
-------------------------------------*/
/* ==========================================================================
 site spacer
========================================================================== */
/* inner
 * サイトの基本幅を定義するスペーサー
-------------------------------------*/
/* ==========================================================================
 * font family
========================================================================== */
/* ==========================================================================
 * colors
========================================================================== */
/* ==========================================================================
 * mixin
========================================================================== */
/* utility
-------------------------------------*/
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* セットプロパティ
-------------------------------------*/
/* カラー */
/*-------- レスポンシブサイズ (pc=1920px) --------*/
/*------- レスポンシブサイズ (sp=375px) -------*/
/*! destyle.css v3.0.2 | 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,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

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 */
  -moz-appearance: none;
  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 */
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/*---------- font-weight ----------*/
@font-face {
  font-family: "Gill Sans";
  src: url("/wp-content/themes/hotelier/assets/fonts/gill-sans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("/wp-content/themes/hotelier/assets/fonts/gill-sans.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans";
  src: url("/wp-content/themes/hotelier/assets/fonts/gillsans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ブレイクポイント関連 */
/* フォント */
/* アニメーション用 */
/* レイアウト用 */
body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

main {
  position: relative;
}

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

.md {
  display: block;
}
@media (max-width: 599px) {
  .md {
    display: none !important;
  }
}

.sm {
  display: none;
}
@media (max-width: 599px) {
  .sm {
    display: block !important;
  }
}

/**
 * ----------------------------------------
 * ボタン
 * ----------------------------------------
*/
.c-btn {
  font-family: "heisei-mincho-std", serif;
  font-weight: 500;
  font-style: normal;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.2916666667vw;
  gap: 1.1458333333vw;
  font-size: 1.8229166667vw;
  text-align: center;
  color: #fff;
  background-color: #ecae4b;
  border-radius: 2.0833333333vw;
}
.c-btn:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
@media (max-width: 599px) {
  .c-btn {
    position: relative;
    gap: 5.867vw;
    width: 43.2vw;
    font-size: 5.33333vw;
    border-radius: 10.66666vw;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 0.6770833333vw;
  height: 0.9375vw;
  background-image: url(/wp-content/themes/renew/shared/images/common/c-btn-white-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 599px) {
  .c-btn::after {
    position: absolute;
    right: 2.6666666667vw;
    width: 2.9333333333vw;
    height: 4vw;
  }
}

/**
 * ----------------------------------------
 * タイトル
 * ----------------------------------------
*/
.c-ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.6041666667vw;
  margin-left: 9.53125vw;
  color: #000000;
}
@media (max-width: 599px) {
  .c-ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
    margin-left: 9.06666vw;
    line-height: 1;
  }
}
.c-ttl span {
  z-index: 1;
}
.c-ttl span.en {
  font-family: "tahoma", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.75vw;
}
@media (max-width: 599px) {
  .c-ttl span.en {
    font-size: 7.467vw;
  }
}
.c-ttl span.ja {
  font-family: "heisei-mincho-std", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625vw;
}
@media (max-width: 599px) {
  .c-ttl span.ja {
    font-size: 3.73333vw;
    margin-left: 8vw;
  }
}
.c-ttl::before {
  content: "";
  transition: transform 0.8s ease-out, height 0.8s ease-out;
  position: absolute;
  transform: translateX(-31.25vw);
  bottom: 0.78125vw;
  width: 20.8333333333vw;
  height: 2.9166666667vw;
  background-color: #ecae4b;
  z-index: 0;
}
@media (max-width: 599px) {
  .c-ttl::before {
    transform: translateX(-66.6667vw);
    bottom: 5.33333vw;
    width: 30.6667vw;
    height: 5.33333vw;
  }
}

.c-ttl.fade-anime::before {
  transition: transform 0.8s ease-out, height 0.8s ease-out;
  transform: translateX(-10.4166666667vw);
}
@media (max-width: 599px) {
  .c-ttl.fade-anime::before {
    transform: translateX(-10.66666vw);
  }
}

.c-ttl-white {
  color: #fff;
}

/**
 * ----------------------------------------
 * ボーダー
 * ----------------------------------------
*/
.bd-l {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}
.bd-l:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.6041666667vw;
  width: 1px;
  height: 100%;
  background-color: #000000;
}

.bd-l-white {
  color: #fff !important;
}
.bd-l-white::before {
  background-color: #fff;
}

.bd-l-yellow::before {
  background-color: #ebb246;
}

.bd-vertical-ylw {
  transition: height 0.8s ease-out;
  display: block;
  width: 0.2604166667vw;
  height: 0px;
  background-color: #ebb246;
}
@media (max-width: 599px) {
  .bd-vertical-ylw {
    width: 1px;
  }
}

.bd-vertical-ylw.inview-fadeDown {
  transition: height 0.8s ease-out;
  height: 15.625vw;
}
@media (max-width: 599px) {
  .bd-vertical-ylw.inview-fadeDown {
    height: 21.335vw;
  }
}

.bd-vertical-white {
  transition: height 0.8s ease-out;
  display: block;
  width: 0.2604166667vw;
  height: 0;
  background-color: #fff;
}
@media (max-width: 599px) {
  .bd-vertical-white {
    width: 1px;
    height: 0;
  }
}

.bd-vertical-white.inview-fadeDown-white {
  transition: height 0.8s ease-out;
  height: 17.96875vw;
}
@media (max-width: 599px) {
  .bd-vertical-white.inview-fadeDown-white {
    height: 21.335vw;
  }
}

/**
 * ----------------------------------------
 * その他レイアウト
 * ----------------------------------------
*/
p.bd-l.txt {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.6666666667vw;
  line-height: 1.8;
  color: #000000;
  margin-left: 12.1354166667vw;
}
@media (max-width: 599px) {
  p.bd-l.txt {
    font-size: 5.867vw;
    margin-left: 12.267vw;
  }
}

p.lead {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  margin-left: 12.1354166667vw;
  font-size: 0.9375vw;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

/**
 * ----------------------------------------
 * fadeアニメーション
 * ----------------------------------------
*/
.js-fade-80 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  position: relative;
  z-index: -1;
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.inview80 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.js-fade-60 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.inview60 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.js-fade-30 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.inview30 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.js-fade-0 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.inview0 {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.animeStagger {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1.5s;
}

.header {
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
.header .l-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7.65625vw;
  padding: 0 1.875vw;
}
@media (max-width: 599px) {
  .header .l-header-wrap {
    justify-content: unset;
    gap: 0;
    padding: 2.6666666667vw 1.6vw;
  }
}
.header .l-header-wrap h1 a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: block;
  width: fit-content;
}
.header .l-header-wrap h1 a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.header .l-header-wrap h1 a img {
  width: 6.6666666667vw;
}
@media (max-width: 599px) {
  .header .l-header-wrap h1 a img {
    width: 25.333vw;
  }
}
.header .l-header-wrap ul.menu-list {
  display: flex;
  align-items: center;
  gap: 2.34375vw;
}
@media (max-width: 599px) {
  .header .l-header-wrap ul.menu-list {
    display: none;
  }
}
.header .l-header-wrap ul.menu-list li.menu__item a.menu__link {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 0.7291666667vw;
  padding: 1.3020833333vw 0;
  font-size: 1.5625vw;
  color: #8f9091;
}
.header .l-header-wrap ul.menu-list li.menu__item a.menu__link img {
  width: 1.25vw;
}
.header .l-header-wrap ul.menu-list li.menu__item ul.drop-menu {
  position: absolute;
  top: 100%;
  display: none;
  transition: all 0.3s;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.header .l-header-wrap ul.menu-list li.menu__item ul.drop-menu li.drop-menu__item a.drop-menu__link {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  padding: 0.78125vw;
  font-size: 1.3020833333vw;
  color: #8f9091;
  text-align: center;
}
.header .l-header-wrap ul.menu-list li.menu__item ul.drop-menu li.drop-menu__item a.drop-menu__link:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.header .l-header-wrap ul.menu-list li.menu__item .drop-menu.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.header .l-header-wrap .c-btn {
  width: 12.7604166667vw;
  font-size: 1.40625vw;
  border-radius: 2.0833333333vw;
}
@media (max-width: 599px) {
  .header .l-header-wrap .c-btn {
    gap: 1.3333333333vw;
    width: 31.2vw;
    margin-left: 21.335vw;
    font-size: 3.73333vw;
    border-radius: 10.66666vw;
    padding-left: 0;
  }
  .header .l-header-wrap .c-btn::after {
    position: relative;
    right: auto;
    width: 2.4vw;
    height: 2.9333333333vw;
  }
}
.header #nav-open {
  display: none;
}
@media (max-width: 599px) {
  .header #nav-open {
    display: block;
    width: 10.133vw;
    height: 6.4vw;
    margin: 0 0 0 3.73333vw;
  }
  .header #nav-open span {
    width: 10.133vw;
  }
  .header #nav-open span::before, .header #nav-open span::after {
    width: 100%;
  }
  .header #nav-open span::before {
    bottom: -2.6666666667vw;
  }
  .header #nav-open span::after {
    bottom: -5.33333vw;
  }
}

.l-fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0.5);
}
.l-fixed-header .l-header-wrap ul.menu-list li.menu__item ul.drop-menu {
  background-color: rgba(255, 255, 255, 0.5);
}

.l-fixed-header.is-fixed {
  transform: translateY(0);
}

.footer {
  min-height: auto;
  padding: 5vw 0 3.2291666667vw;
  background: #ecae4b;
}
@media (max-width: 599px) {
  .footer {
    padding: 12.8vw 6.933vw 2.9333333333vw;
  }
}
@media (max-width: 599px) {
  .footer .heading--footer {
    margin-bottom: 0;
  }
}
.footer .heading--footer .heading__sub {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3020833333vw;
}
@media (max-width: 599px) {
  .footer .heading--footer .heading__sub {
    font-size: 3.73333vw;
  }
}
.footer .heading--footer .heading__title {
  font-size: 1.6145833333vw;
}
@media (max-width: 599px) {
  .footer .heading--footer .heading__title {
    font-size: 3.73333vw;
  }
}
.footer .heading--footer .heading__title span {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
}
.footer .footer-address {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12.5vw;
  margin-top: 2.8645833333vw;
}
@media (max-width: 599px) {
  .footer .footer-address {
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
    margin-top: 5.33333vw;
  }
}
@media (max-width: 599px) {
  .footer .footer-address .column__block {
    padding-top: 0;
    border-top: none;
  }
}
.footer .footer-address .column__block .text-block p {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375vw;
  color: #fff;
}
@media (max-width: 599px) {
  .footer .footer-address .column__block .text-block p {
    font-size: 3.73333vw;
    line-height: 1.75;
  }
}
.footer .footer-address .column__block .icon-wrap {
  display: flex;
  gap: 0.5208333333vw;
  align-items: center;
}
@media (max-width: 599px) {
  .footer .footer-address .column__block .icon-wrap {
    gap: 2.6666666667vw;
  }
}
.footer .footer-address .column__block .icon-wrap a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: block;
  width: 35px;
  height: 35px;
}
.footer .footer-address .column__block .icon-wrap a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.footer .footer-address .column__block .icon-wrap a img {
  width: 100%;
}
.footer ul.bnr-space {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
  margin-top: 3.0208333333vw;
}
@media (max-width: 599px) {
  .footer ul.bnr-space {
    flex-direction: column;
    gap: 4vw;
    margin-top: 8vw;
  }
}
.footer ul.bnr-space li {
  width: 26.0416666667vw;
}
@media (max-width: 599px) {
  .footer ul.bnr-space li {
    width: 100%;
    padding: 0 0 5.33333vw;
    border-bottom: 1px solid #fff;
  }
  .footer ul.bnr-space li:last-child {
    border-bottom: none;
    padding: 0;
  }
}
.footer ul.bnr-space li a {
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
  display: block;
  width: 100%;
}
.footer ul.bnr-space li a:hover {
  opacity: 0.5;
  transition: all 600ms cubic-bezier(0.17, 0.935, 0.305, 1);
}
.footer ul.bnr-space li p {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3020833333vw;
  text-align: center;
}
@media (max-width: 599px) {
  .footer ul.bnr-space li p {
    font-size: 3.73333vw;
    line-height: 1;
    margin: 1.3333333333vw 0 0 0;
  }
}
.footer .footer__nav {
  width: 93%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .footer .footer__nav {
    width: 100%;
  }
}
.footer .footer__nav .nav--footer {
  margin: 0 auto;
  padding: 3.0208333333vw 3.3854166667vw;
}
@media (max-width: 599px) {
  .footer .footer__nav .nav--footer {
    padding: 6.4vw 0 6.4vw 0;
  }
}
.footer .footer__nav .nav--footer .nav__head {
  margin-left: 2.6041666667vw;
  font-size: 1.8229166667vw;
}
@media (max-width: 599px) {
  .footer .footer__nav .nav--footer .nav__head {
    margin-left: 0;
    margin-bottom: 1.3333333333vw;
  }
}
.footer .footer__nav .nav--footer .nav__head a {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.8229166667vw;
}
@media (max-width: 599px) {
  .footer .footer__nav .nav--footer .nav__head a {
    font-size: 4.26666vw;
  }
}
.footer .footer__nav .nav--footer .nav__head a::before {
  content: none;
}
.footer .footer__nav .nav--footer .nav__head a span {
  width: 100%;
}
@media (max-width: 599px) {
  .footer .footer__nav .nav--footer .nav__list {
    flex-direction: column;
    gap: 4vw;
  }
}
@media (max-width: 599px) {
  .footer .footer__nav .nav--footer .nav__list li {
    width: auto;
  }
}
.footer .footer__nav .nav--footer .nav__list li a {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.40625vw;
}
@media (max-width: 599px) {
  .footer .footer__nav .nav--footer .nav__list li a {
    padding-left: 0;
    font-size: 3.73333vw;
    line-height: 1;
  }
  .footer .footer__nav .nav--footer .nav__list li a::before {
    content: none;
  }
}
.footer .footer__nav .nav--footer .new-nav__list {
  gap: 2.0833333333vw;
}
@media (max-width: 599px) {
  .footer .footer__nav .nav--footer .new-nav__list {
    gap: 4vw;
  }
}
.footer .footer__nav .nav--footer .new-nav__list li {
  width: 25.0520833333vw;
}
@media (max-width: 599px) {
  .footer .footer__nav .nav--footer .new-nav__list li {
    width: auto;
  }
}
@media (max-width: 599px) {
  .footer .footer__nav .first-child {
    margin-top: 6.4vw;
    border-top: 1px solid #fff;
  }
}
.footer .footer__copy {
  margin-top: 6.7708333333vw;
}
@media (max-width: 599px) {
  .footer .footer__copy {
    margin-top: 2.6666666667vw;
  }
}
.footer .footer__copy p {
  font-family: "heisei-mincho-std", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.40625vw;
}
@media (max-width: 599px) {
  .footer .footer__copy p {
    font-size: 3.73333vw;
    text-align: left;
    line-height: 1.75;
  }
}
@media (max-width: 599px) {
  .footer .inner {
    padding: 0;
  }
}

.x {
  display: none;
}