@charset "UTF-8";
/* 東急ステイサービス 2019 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400i,700i");
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/flick/jquery-ui.css");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/* Interactive
   ========================================================================== */
details,
menu {
  display: block;
}

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
   ========================================================================== */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a:not([class]) {
  text-decoration: none;
  color: #0f99ad;
}

a:not([class]):hover {
  text-decoration: underline;
}

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

b {
  font-weight: bold;
}

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

html {
  font-size: 62.5%;
}
@media screen and (max-width: 559px) {
  html {
    min-width: 320px;
  }
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  color: #252525;
}
@media (max-width: 1199px) {
  body {
    margin: auto;
  }
}
body.drawer-active {
  overflow: hidden;
  touch-action: none;
}
@media screen and (max-width: 559px) {
  body {
    min-width: 320px;
  }
}

.reservation-module {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.56s transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.reservation-module:not(.reservation-module--body) {
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px 30px 0;
  background: #252525;
  transform: translateY(-100%);
  z-index: 13;
}
.reservation-module--body {
  padding: 50px 30px 50px;
  background: #111111;
}
.open-reservation .reservation-module {
  transform: none;
}
.reservation-module__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.reservation-module__heading {
  display: flex;
  align-items: baseline;
  font-size: 1.4rem;
  line-height: 1;
}
.reservation-module__heading::before {
  content: attr(data-title-en);
  display: block;
  margin-right: 16px;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.reservation-module--body .reservation-module__heading {
  display: flex;
  align-items: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
  color: #fff;
}
.reservation-module--body .reservation-module__heading::before {
  content: none;
}
.reservation-module--body .reservation-module__heading::after {
  content: attr(data-title-en);
  margin-left: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 1260px) {
  .reservation-module--body .reservation-module__heading {
    font-size: calc(32vw * 100 / 1260);
  }
  .reservation-module--body .reservation-module__heading::after {
    font-size: calc(14vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .reservation-module--body .reservation-module__heading {
    font-size: calc(32vw * 100 / 959);
  }
  .reservation-module--body .reservation-module__heading::after {
    font-size: calc(14vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .reservation-module--body .reservation-module__heading {
    font-size: calc(32vw * 100 / 559);
  }
  .reservation-module--body .reservation-module__heading::after {
    margin-left: calc(14vw * 100 / 559);
    font-size: calc(14vw * 100 / 559);
  }
}
.reservation-module input,
.reservation-module select,
.reservation-module button {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
}
.reservation-module input,
.reservation-module select {
  height: 30px;
  border: none;
}
.reservation-module__row {
  display: flex;
  flex-wrap: wrap;
}
.reservation-module__col01 {
  display: flex;
  flex-wrap: wrap;
  max-width: 580px;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.reservation-module__col02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(420 / 1000 * 100%);
  max-width: 420px;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.reservation-module__col03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(1000 / 1000 * 100%);
  height: 60px;
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.reservation-module__item01, .reservation-module__item02, .reservation-module__item03, .reservation-module__item04 {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.reservation-module__label, .reservation-module__text {
  font-size: 1.3rem;
}
.reservation-module__label {
  width: 80px;
}
.reservation-module__item01 {
  width: 400px;
}
.reservation-module__item01 select {
  width: 280px;
}
.reservation-module__item02 select {
  width: 55px;
  margin-right: 5px;
}
.reservation-module__item03 {
  width: 250px;
}
.reservation-module__item03 input {
  width: 110px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.reservation-module__item03 img {
  width: 26px;
  height: 26px;
}
.reservation-module__item04 {
  width: 150px;
}
.reservation-module__item04 select {
  width: 50px;
}
.reservation-module__item04 .reservation-module__label {
  width: 60px;
}
.reservation-module__links {
  margin-right: 30px;
  font-size: 1.3rem;
}
.reservation-module__link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.32s color;
}
.reservation-module__link:hover {
  color: white;
  text-decoration: underline;
}
.reservation-module__link[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: 0;
  background: url(/img/common/ico_blank_white.svg) no-repeat;
  background-size: 12px;
}
.reservation-module__link--notice {
  display: block;
  padding: 2px 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: 0.32s color, 0.32s background-color;
}
.reservation-module__link--notice:hover {
  background: #fff;
  text-decoration: none;
  color: #252525;
}
.reservation-module__button01, .reservation-module__button02 {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 205px;
  height: 55px;
  color: #fff;
  cursor: pointer;
}
.reservation-module20210216 .reservation-module__button01, .reservation-module20210216 .reservation-module__button02 {
	width: calc(33.33333333% - 10px);
	margin-left: 5px;
	margin-right: 5px;
}
.reservation-module__button01 {
  background: #8e7f64;
}
.reservation-module__button02 {
  background: rgba(255, 255, 255, 0);
}
.reservation-module__close {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.reservation-module__close::before, .reservation-module__close::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: white;
}
.reservation-module__close::before {
  transform: rotateZ(-45deg);
}
.reservation-module__close::after {
  transform: rotateZ(45deg);
}
@media screen and (max-width: 767px) {
  .reservation-module__col01 {
    max-width: 490px;
  }
  .reservation-module input,
  .reservation-module select,
  .reservation-module button {
    font-size: 1.2rem;
  }
  .reservation-module__label, .reservation-module__text {
    font-size: 1.2rem;
  }
  .reservation-module__label {
    width: 70px;
  }
  .reservation-module__item01 {
    width: 330px;
  }
  .reservation-module__item01 select {
    width: 240px;
  }
  .reservation-module__item02 select {
    width: 55px;
  }
  .reservation-module__item03 {
    width: 200px;
  }
  .reservation-module__item03 input {
    width: 80px;
  }
  .reservation-module__item03 img {
    width: 20px;
    height: 20px;
  }
  .reservation-module__item04 {
    width: 130px;
  }
  .reservation-module__item04 select {
    width: 50px;
  }
  .reservation-module__item04 .reservation-module__label {
    width: 60px;
  }
}
@media screen and (max-width: 559px) {
  .reservation-module {
    padding: 30px;
  }
  .reservation-module:not(.reservation-module--body) {
    display: none;
  }
  .reservation-module__bestrate {
    display: block;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid rgba(188, 188, 188, 0.5);
    text-align: center;
  }
  .reservation-module__bestrate img {
    width: 200px;
  }
  .reservation-module__col03 {
    height: auto;
    display: block;
  }
  .reservation-module__heading {
    font-size: calc(32vw * 100 / 559);
    font-family: "Yu Mincho", "YuMincho", serif;
  }
  .reservation-module__heading::before {
    content: none;
  }
  .reservation-module select,
  .reservation-module input {
    height: 36px;
    font-size: 1.6rem;
  }
  .reservation-module__label {
    width: 100%;
    font-size: 1.4rem;
  }
  .reservation-module button {
    font-size: 1.6rem;
  }
  .reservation-module__item01 .reservation-module__label {
    display: none;
  }
  .reservation-module__item01 select {
    width: 100%;
  }
  .reservation-module__item02 {
    display: block;
    width: 55%;
  }
  .reservation-module__item02 select {
    width: 90%;
  }
  .reservation-module__item02 + .reservation-module__item02 {
    width: 45%;
  }
  .reservation-module__item02 + .reservation-module__item02 select {
    width: 70%;
  }
  .reservation-module__item03 {
    display: block;
    width: 100%;
  }
  .reservation-module__item03 input {
    width: calc(100% - 44px);
  }
  .reservation-module__item03 img {
    width: 34px;
    height: 34px;
  }
  .reservation-module__col02 {
    margin-top: 30px;
  }
  .reservation-module20210216 .reservation-module__button01, .reservation-module20210216 .reservation-module__button02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .reservation-module__button02 {
    background: #111111;
  }
  .reservation-module__links {
    margin-top: 8px;
    margin-right: 0;
  }
  .reservation-module__link--notice {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.ui-widget {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 0;
  font-size: 1;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.header {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  background: rgba(37, 37, 37, 0);
  transition: 0.32s height, 0.32s background-color, 0s 0s width;
  z-index: 12;
}
.header__tagline {
  width: 250px;
  margin-left: calc(60vw * 100 / 1980);
}
.header__tagline-text {
  margin-top: 12px;
  font-family: 'メイリオ', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  transition: 0.32s font-size, 0.32s margin-top;
}
.header__logo {
  font-size: 0;
  transition: 0.32s opacity;
  width: 179px;
}
.drawer-active .header__logo {
  opacity: 0;
}
.header__path {
  fill: #fff;
}
.header-nav {
  display: flex;
  width: calc(100% - 740px);
  height: 100%;
  padding-left: 20px;
  align-items: center;
  font-family: 'メイリオ', Arial, Helvetica, sans-serif;
}
.header-nav__item {
  margin-left: 36px;
}
.header-nav__link {
  position: relative;
  text-decoration: none;
  color: #fff;
}
.header-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: none;
  transform: scaleX(0);
  transition: 0.24s background-color, 0.24s transform;
}
.header-nav__link:hover::after {
  background: #fff;
  transform: none;
}
.header-links {
  display: flex;
  height: 100%;
  line-height: 1;
}
.header-links__language, .header-links__hotels {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100%;
  background: #252525;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: 0.24s background-color, 0.24s color;
}
.header-links__language:hover, .header-links__hotels:hover {
  color: white;
}
.header-links__language {
  font-size: 1.4rem;
}
.header-links__reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100%;
  background: #ad9a77;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: 0.24s background-color, 0.24s color;
}
.header-links__reservation_grp {
  background: #8e7f64;
  transition: 0.24s background-color, 0.24s color;
}
.header-links__reservation:hover, .header-links__reservation_grp:hover {
  color: white;
}
.header-links__arrow01::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-right: 6px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}
.header-links__arrow02 {
  display: flex;
  justify-content: space-between;
  width: 12px;
  transform: rotateZ(-90deg);
}
.header-links__arrow02::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 4px 3px 0;
  border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;
}
.header-links__arrow02::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}
.body--state-fixed .header {
  height: 60px;
  background: rgba(37, 37, 37, 0.5);
}
.body--state-fixed .header__tagline-text {
  margin-top: 6px;
  font-size: 1.1rem;
}
.drawer-active .header {
  background: rgba(37, 37, 37, 0);
  transition: 0.32s height, 0.32s background-color, 0s 0.32s width;
  width: 60px;
}
@media screen and (max-width: 959px) {
  .header-links__language, .header-links__hotels {
    font-size: 1.4rem;
    width: 96px;
  }
  .header-links__reservation {
    font-size: 1.4rem;
    width: 80px;
  }
}
@media screen and (max-width: 559px) {
  .header {
    height: 60px;
  }
  .header__tagline-text {
    margin-top: 6px;
    font-size: 1.1rem;
  }
  .header-links {
    display: none;
  }
}

.header-language {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  background: #252525;
  transform: translateX(-50%);
  font-size: 1.3rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.32s opacity, 0.32s visibility;
}
.header-links__language:hover .header-language {
  opacity: 1;
  visibility: visible;
}
.header-language__link {
  display: block;
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-align: center;
  transition: 0.32s background-color, 0.32s color;
}
.header-language__link:hover {
  background: #666;
  color: white;
}

.header-hotels {
  position: absolute;
  top: 100%;
  right: -130px;
  width: 520px;
  padding-left: 10px;
  padding-bottom: 20px;
  display: flex;
  background: #252525;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.32s opacity, 0.32s visibility;
}
.header-links__hotels:hover .header-hotels {
  opacity: 1;
  visibility: visible;
}
.header-hotels__col01 {
  width: 230px;
}
.header-hotels__col02 {
  flex: 1;
}
.header-hotels__area {
  margin-top: 5px;
  padding: 6px;
}

.header-hotels__link {
  position: relative;
  display: block;
  padding: 6px 10px 6px 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.32s background-color, 0.32s color;
  /*
    &::after {
      content: '';
      display: block;
      width: 6px;
      height: 1px;
      background: rgba(#fff, 1);
      transform: rotateZ(30deg);
      top: calc(50% - 1px);
    }
    */
}
.header-hotels__link::before, .header-hotels__link::after {
  position: absolute;
  left: 6px;
  top: 50%;
}
.header-hotels__link::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
.header-hotels__link:hover {
  background: #666;
  color: white;
}
@media screen and (max-width: 959px) {
  .header-hotels {
    right: -90px;
  }
}

.header-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.32s opacity, 0.32s transform;
  -webkit-overflow-scrolling: touch;
}
.header-drawer__nav01, .header-drawer__nav02 {
  position: relative;
  width: 66%;
  height: 100vh;
  margin-left: 34%;
  padding: calc(20vw * 100 / 559);
  padding-top: 10px;
  font-size: 1.4rem;
  overflow: hidden;
}
.header-drawer__nav01::before, .header-drawer__nav02::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #252525;
  transform: translateX(32px);
  transition: 0.32s 0.16s opacity, 0.32s 0.16s transform;
  z-index: -1;
}
.drawer-active .header-drawer__nav01::before, .drawer-active .header-drawer__nav02::before {
  transform: none;
}
.header-drawer__nav02 {
  display: none;
}
.header-drawer__link01, .header-drawer__link02 {
  position: relative;
  display: block;
  padding: calc(16vw * 100 / 559);
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transform: translateX(16px);
  transition: 0.32s 0.32s opacity, 0.32s 0.32s transform;
}
.header-drawer__link01--arrow::before, .header-drawer__link02--arrow::before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
.header-drawer__link01--reservation, .header-drawer__link02--reservation {
  background: #63573e;
}
.header-drawer__link01--language::before, .header-drawer__link01--language::after, .header-drawer__link02--language::before, .header-drawer__link02--language::after {
  position: absolute;
  content: '';
  display: block;
  background: #fff;
  transition: 0.32s opacity, 0.32s transform;
}
.header-drawer__link01--language::before, .header-drawer__link02--language::before {
  width: 1em;
  height: 1px;
  top: 50%;
  right: 30px;
}
.header-drawer__link01--language::after, .header-drawer__link02--language::after {
  width: 1px;
  height: 1em;
  top: calc(50% - 0.5em);
  right: calc(0.5em + 30px);
}
.header-drawer__link01--language[data-active]::before, .header-drawer__link02--language[data-active]::before {
  transform: rotateZ(-180deg);
}
.header-drawer__link01--language[data-active]::after, .header-drawer__link02--language[data-active]::after {
  transform: rotateZ(-270deg) scaleY(0);
}
.drawer-active .header-drawer {
  opacity: 1;
  visibility: visible;
}
.drawer-active .header-drawer__link01, .drawer-active .header-drawer__link02 {
  opacity: 1;
  transform: none;
}

.header-drawer-language {
  padding: 0 calc(16vw * 100 / 559);
  height: 0;
  overflow: hidden;
}
.header-drawer-language__link {
  display: block;
  padding: calc(8vw * 100 / 559) calc(16vw * 100 / 559);
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transform: translateX(16px);
  transition: 0.32s 0.32s opacity, 0.32s 0.32s transform;
}
.header-drawer__link01[data-active] + .header-drawer-language {
  height: auto;
}
.header-drawer__link01[data-active] + .header-drawer-language .header-drawer__link01[data-active] + .header-drawer-language__link {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.header-drawer__link01[data-active] + .header-drawer-language .header-drawer-language__link {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.sp-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 60px;
  width: 60px;
  padding: 8px;
  background: #fff;
  border: 10px solid rgba(37, 37, 37, 0);
  outline: none;
  cursor: pointer;
  transition: all 0.32s ease-out;
}
.sp-button span {
  position: absolute;
  display: block;
  background: #252525;
  width: 22px;
  height: 2px;
  left: 9px;
  transition: 0.32s;
}
.sp-button span:nth-of-type(1) {
  top: 10px;
}
.sp-button span:nth-of-type(2) {
  top: 19px;
}
.sp-button span:nth-of-type(3) {
  bottom: 10px;
}
.drawer-active .sp-button span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.drawer-active .sp-button span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.drawer-active .sp-button span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.footer {
  background: #222;
  padding: 160px 80px 150px;
  color: rgba(255, 255, 255, 0.8);
}
.footer__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer__logo {
  margin-top: 86px;
}
.footer__copyright {
  margin-top: 130px;
  color: rgba(255, 255, 255, 0.24);
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .footer {
    padding: calc(160vw * 100 / 1260) calc(80vw * 100 / 1260) calc(150vw * 100 / 1260);
  }
  .footer__logo {
    margin-top: calc(86vw * 100 / 1260);
  }
  .footer__copyright {
    margin-top: calc(130vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .footer {
    padding: calc(160vw * 100 / 959) calc(80vw * 100 / 959) calc(150vw * 100 / 959);
  }
  .footer__logo {
    margin-top: calc(86vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .footer {
    padding: calc(160vw * 100 / 559) calc(80vw * 100 / 559) calc(150vw * 100 / 559);
  }
  .footer__logo {
    margin-top: calc(86vw * 100 / 559);
  }
  .footer__copyright {
    font-size: 1rem;
  }
}

.footer-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-buttons__item {
  width: calc(589 / 1200 * 100%);
}
.footer-buttons__item:nth-of-type(n + 3) {
  margin-top: 20px;
}
.footer-buttons__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-decoration: none;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.footer-buttons__link svg {
  width: 37px;
  height: 37px;
  margin-right: 20px;
}
.footer-buttons__bg {
  fill: none;
}
.footer-buttons__path {
  fill: #fff;
  opacity: 0.6;
}
@media screen and (max-width: 1260px) {
  .footer-buttons__item {
    font-size: calc(16vw * 100 / 1260);
  }
  .footer-buttons__item:nth-of-type(n + 3) {
    margin-top: calc(20vw * 100 / 1260);
  }
  .footer-buttons__link {
    height: calc(92vw * 100 / 1260);
  }
  .footer-buttons__link svg {
    width: calc(37vw * 100 / 1260);
    height: calc(37vw * 100 / 1260);
    margin-right: calc(20vw * 100 / 1260);
  }
}
@media screen and (max-width: 1260px) and (max-width: 959px) {
  .footer-buttons__item {
    font-size: calc(16vw * 100 / 959);
  }
  .footer-buttons__item:nth-of-type(n + 3) {
    margin-top: calc(20vw * 100 / 959);
  }
  .footer-buttons__link {
    height: calc(92vw * 100 / 959);
  }
  .footer-buttons__link svg {
    width: calc(37vw * 100 / 959);
    height: calc(37vw * 100 / 959);
    margin-right: calc(20vw * 100 / 959);
  }
}
@media screen and (max-width: 1260px) and (max-width: 559px) {
  .footer-buttons__item {
    font-size: calc(16vw * 100 / 559);
  }
  .footer-buttons__item:nth-of-type(n + 3) {
    margin-top: calc(20vw * 100 / 559);
  }
  .footer-buttons__link {
    height: calc(92vw * 100 / 559);
  }
  .footer-buttons__link svg {
    width: calc(37vw * 100 / 559);
    height: calc(37vw * 100 / 559);
    margin-right: calc(15vw * 100 / 559);
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 40px;
}
.footer-links::after {
  content: '';
  display: block;
  height: 0;
  background: #fff;
  width: 100%;
  order: 2;
}
.footer-links__item {
  margin-top: 15px;
  order: 1;
}
@media screen and (max-width: 1280px) {
  .footer-links__item {
    width: 25%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .footer-links__item {
    width: 33.33333%;
  }
}
.footer-links__item:nth-of-type(n + 9) {
  order: 3;
}
.footer-links__link {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.32s color;
  text-decoration: none;
}
.footer-links__link:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1280px) {
  .footer-links {
    justify-content: flex-start;
  }
  .footer-links::after {
    content: none;
  }
}
@media screen and (max-width: 1260px) {
  .footer-links {
    margin-top: calc(36vw * 100 / 1260);
  }
  .footer-links__item {
    margin-top: calc(15vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .footer-links {
    margin-top: calc(36vw * 100 / 959);
  }
  .footer-links__item {
    margin-top: calc(15vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .footer-links {
    margin-top: calc(36vw * 100 / 559);
  }
  .footer-links__item {
    width: 50%;
    margin-top: calc(15vw * 100 / 559);
    font-size: calc(16vw * 100 / 559);
  }
}

.footer-related {
  margin-top: 50px;
}
.footer-related__heading {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer-related__heading::before {
  display: block;
  content: '';
  width: 50px;
  height: 1px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.footer-banner-slider {
  margin-top: 36px;
}
.footer-banner-slider__item {
  width: 287px;
  padding-left: 6px;
  padding-right: 6px;
}
.footer-banner-slider .slick-arrow {
  position: absolute;
  top: calc(64px / 2);
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: none;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
  transition: 0.3s;
}
.footer-banner-slider .slick-arrow:hover {
  border-color: #252525;
  background: rgba(255, 255, 255, 0.5);
}
.footer-banner-slider .slick-arrow:before,
.footer-banner-slider .slick-arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.footer-banner-slider .slick-arrow:hover:before,
.footer-banner-slider .slick-arrow:hover:after {
  background: #252525;
}
.footer-banner-slider .slick-prev {
  left: -44px;
}
.footer-banner-slider .slick-prev:before {
  transform: rotate(-45deg);
  margin-top: -6px;
  margin-left: -9px;
}
.footer-banner-slider .slick-prev:after {
  transform: rotate(-135deg);
  margin-top: 6px;
  margin-left: -9px;
}
.footer-banner-slider .slick-next {
  right: -44px;
}
.footer-banner-slider .slick-next:before {
  transform: rotate(45deg);
  margin-top: -6px;
  margin-left: -9px;
}
.footer-banner-slider .slick-next:after {
  transform: rotate(135deg);
  margin-top: 6px;
  margin-left: -9px;
}
.footer-banner-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 0;
}
.footer-banner-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
}
.footer-banner-slider li.slick-active {
  background: white;
}
.footer-banner-slider .slick-dots button {
  opacity: 0;
  cursor: pointer;
}

.footer-sns {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.footer-sns__item {
  margin-left: 6px;
  margin-right: 6px;
  line-height: 1;
}
.footer-sns__link {
  opacity: 0.46;
  transition: 0.32s opacity;
}
.footer-sns__link:hover {
  opacity: 1;
}

.page-top {
  position: fixed;
  right: 0;
  bottom: 80px;
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.32s opacity, 0.32s visibility;
}
.body--state-fixed2 .page-top {
  opacity: 1;
  visibility: visible;
}
.page-top::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
}
.page-top__link {
  position: relative;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  transform: rotateZ(270deg);
  color: #fff;
}
.page-top__link::before {
  position: absolute;
  right: -80px;
  top: 50%;
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, #fff 50%, #252525 50%) 200% bottom;
  background-size: 200% 1px;
}
@media screen and (max-width: 559px) {
  .page-top {
    right: -20px;
  }
  .page-top__link {
    background: #000;
  }
  .page-top__link::before {
    content: none;
  }
}

.nav_ttl {
  font-size: 14px;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 559px) {
  .nav_ttl {
    margin-top: calc(20vw * 100 / 559);
  }
}

.area-wrap-title {
  font-size: 16px;
}

.b_line {
  border-bottom: solid 1px #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.footer_top {
  background-color: #1c1822;
}

@media only screen and (max-width: 767px) {
  .footer_top {
    padding: 30px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_top {
    padding: 50px 0 40px;
  }

  .footer_top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer_top ul li {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .footer_top ul li {
    text-align: center;
    margin-bottom: 10px;
    line-height: 2;
  }
}
.footer_top ul li:not(:first-of-type) {
  padding: 0 25px;
}

@media print, screen and (min-width: 768px) {
  .footer_top ul li:first-of-type {
    padding-right: 0;
  }
}
.footer_top ul li:nth-child(2) {
  border-right: solid 1px #fff;
}

.footer_top ul li:nth-child(3) {
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .footer_top ul li:nth-child(3) {
    margin-bottom: 0;
  }
}
.footer_top ul li:nth-child(3) a {
  color: #fff;
}

.footer_top ul li:nth-child(3) a, .footer_top ul li:nth-child(3) span {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .footer_wrap {
    padding: 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .nav_ttl {
    padding: 7px 0;
  }
}
.nav_ttl.mbtm {
  margin-bottom: 15px;
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 1500px) {
  .footer_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_nav {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav li {
    width: 48%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_nav li:not(:last-of-type) {
    padding-right: 25px;
  }
}
.footer_nav li a {
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer_nav li a {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 981px) {
  .area_l {
    width: 48%;
  }
}
.area_wrap {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .area_wrap {
    font-size: 12px;
  }

  .area_wrap a {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 981px) {
  .area_wrap.area_top, .area_wrap.area_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .area_wrap.area_top .area_r ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .area_wrap.area_top .area_r ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .area_wrap.area_top .area_l ul:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
  }

  .area_wrap.area_top .area_l ul li {
    float: left;
    width: 48%;
  }

  .area_wrap.area_top .area_l ul li:nth-child(2) {
    float: right;
  }
}
.area_wrap.area_btm {
  position: relative;
}

@media print, screen and (min-width: 560px) {
  .area_wrap.area_btm ul li {
    width: 47%;
  }
}
.area_wrap p.sub_ttl {
  border-left: solid 1px #312a3f;
  padding-left: 10px;
  margin: 7px 0 7px;
  color: rgba(255, 255, 255, 0.8);
}

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .area_wrap ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .area_wrap ul.dp_flex_odd {
    justify-content: flex-start;
  }
}
.area_wrap ul li p.glay {
  color: #999;
  position: relative;
  padding-left: 12px;
}

.area_wrap ul li p.glay:before {
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .area_wrap ul li p.glay {
    font-size: calc(16vw * 100 / 559);
  }
}
@media print, screen and (min-width: 768px) {
  .area_wrap ul li p.glay span {
    font-size: 12px;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .area_wrap ul li p.glay span {
    font-size: 10px;
    padding-left: 10px;
  }
}
.area_wrap ul li a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
  position: relative;
  padding-left: 12px;
  font-size: 13px;
}

.area_wrap ul li a:before {
  position: absolute;
  top: 10px;
  left: 0px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-top: 1px solid #a19bad;
  border-right: 1px solid #a19bad;
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  .area_wrap ul li a span {
    font-size: 12px;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .area_wrap ul li a span {
    font-size: 10px;
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .area_wrap .area_r {
    width: 48%;
  }

  .area_wrap .area_r ul li {
    width: 48%;
  }
}
.dp_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 559px) {
  .dp_flex {
    display: block;
  }
}

@media screen and (max-width: 559px) {
  .area_wrap ul li a {
    margin-top: calc(10vw * 100 / 559);
    margin-bottom: 0;
    font-size: calc(16vw * 100 / 559);
  }
}

.home-jumbotron {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #252525;
}
.home-jumbotron__catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  z-index: 1;
}
.home-jumbotron__catch::before {
  content: 'SCROLL';
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(135vw * 100 / 1980);
  transform: translateX(-50%);
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  color: #fff;
}
.home-jumbotron__catch::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: calc(107vw * 100 / 1980);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, white 51%, white);
  background-size: 1px 200%;
  background-position: 0 100%;
  transform-origin: 0 100%;
  animation: scroll 3s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  z-index: 1;
}
.home-jumbotron__logo svg {
  width: 134px;
  height: 17px;
}
.home-jumbotron__path {
  fill: #fff;
}
.home-jumbotron__heading {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 4.8rem;
  color: #fff;
  letter-spacing: 0.19;
}
.home-jumbotron__best-rate {
  position: absolute;
  right: 50px;
  bottom: 40px;
}
.home-jumbotron__best-rate a {
  display: block;
}
.home-jumbotron__best-rate img {
  transition: 0.32s opacity;
}
.home-jumbotron__best-rate a:hover img {
  opacity: 0.85;
}
/* 20221219：ファーストビュー動画化 */
.home-jumbotron__movie{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-jumbotron__movie video{
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 20221219：ここまで */
@media screen and (max-width: 1260px) {
  .home-jumbotron__heading {
    font-size: calc(48vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-jumbotron__heading {
    font-size: calc(48vw * 100 / 959);
  }
}
@media screen and (max-width: 959px) {
  .home-jumbotron {
    height: 50vh;
    min-height: 50vh;
  }
  .home-jumbotron__catch {
    height: 50vh;
    min-height: 50vh;
  }
  .home-jumbotron__catch::before, .home-jumbotron__catch::after {
    content: none;
  }
  .home-jumbotron__best-rate {
    right: 38px;
    bottom: 30px;
  }
}
@media screen and (max-width: 559px) {
  .home-jumbotron {
    height: 60vh;
    min-height: 60vh;
  }
  .home-jumbotron__heading {
    font-size: calc(36vw * 100 / 559);
  }
  .home-jumbotron__catch {
    position: relative;
    height: 60vh;
    min-height: 60vh;
  }
  .home-jumbotron__catch::before, .home-jumbotron__catch::after {
    content: '';
    display: block;
    width: 100%;
    left: 0;
    transform: none;
    animation: none;
  }
  .home-jumbotron__catch::before {
    top: 0;
    height: 60px;
    background: linear-gradient(to bottom, #111111, rgba(17, 17, 17, 0));
  }
  .home-jumbotron__catch::after {
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0), #111111);
  }
  .home-jumbotron__best-rate {
    display: none;
  }
}

@keyframes scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -200%;
  }
}
.home-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
  background: #000;
  overflow: hidden;
}
.home-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.home-slider .slick-slide, .home-slider__item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home-slider img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-ratio="vertical"] .home-slider img {
  width: auto;
  height: 100%;
}
[data-ratio="horizontal"] .home-slider img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .home-slider {
    height: 50vh;
    min-height: 50vh;
  }
  .home-slider .slick-slide, .home-slider__item {
    height: 50vh;
  }
}
@media screen and (max-width: 559px) {
  .home-slider {
    height: 60vh;
    min-height: 60vh;
  }
  .home-slider .slick-slide, .home-slider__item {
    height: 60vh;
  }
  [data-ratio="vertical"] .home-slider img,
  [data-ratio="horizontal"] .home-slider img {
    width: auto;
    min-width: 0;
    height: 100%;
  }
}

.home-news {
  padding: 32px 80px;
  background: #111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.home-news__inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.home-news__title {
  display: flex;
  align-items: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
  color: #fff;
}
.home-news__title::after {
  content: attr(data-title-en);
  margin-left: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.6rem;
}
.home-news__button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: 0.32s color, 0.32s background-color;
}
.home-news__button:hover {
  background: #fff;
  color: #252525;
}
@media screen and (max-width: 1260px) {
  .home-news__title {
    font-size: calc(32vw * 100 / 1260);
  }
  .home-news__title::after {
    font-size: calc(14vw * 100 / 1260);
  }
  .home-news__button {
    width: calc(140vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-news {
    padding-left: calc(80vw * 100 / 959);
    padding-right: calc(80vw * 100 / 959);
  }
  .home-news__title {
    font-size: calc(32vw * 100 / 959);
  }
  .home-news__title::after {
    font-size: calc(14vw * 100 / 959);
  }
  .home-news__button {
    width: calc(140vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-news {
    padding: calc(40vw * 100 / 559) calc(80vw * 100 / 559);
  }
  .home-news__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-news__title {
    font-size: calc(32vw * 100 / 559);
  }
  .home-news__title::after {
    margin-left: calc(14vw * 100 / 559);
    font-size: calc(14vw * 100 / 559);
  }
  .home-news__button {
    position: static;
    width: calc(140vw * 100 / 559);
    font-size: 12px;
  }
}

.home-news-list {
  width: 100%;
  margin-top: 16px;
}
.home-news-list__link {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  color: #fff;
  transition: 0.32s background-color;
}
.home-news-list__link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.home-news-list__link--alert {
  background: rgba(204, 0, 0, 0.8);
}
.home-news-list__link--alert:hover {
  background: #cc0000;
}
.home-news-list__date {
  width: 150px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.15em;
  line-height: 1.5;
  transition: 0.32s color;
}
.home-news-list__link--alert .home-news-list__date {
  color: rgba(255, 255, 255, 0.6);
}
.home-news-list__link:hover .home-news-list__date {
  color: rgba(255, 255, 255, 0.8);
}
.home-news-list__title {
  width: calc(100% - 150px);
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.15em;
  line-height: 1.5;
  transition: 0.32s color;
}
.home-news-list__link:hover .home-news-list__title {
  color: white;
}
@media screen and (max-width: 1260px) {
  .home-news-list__date, .home-news-list__title {
    font-size: calc(16vw * 100 / 1260);
  }
  .home-news-list__date {
    width: calc(150vw * 100 / 1260);
  }
  .home-news-list__title {
    width: calc(100% - calc(150vw * 100 / 1260));
  }
}
@media screen and (max-width: 959px) {
  .home-news-list__date, .home-news-list__title {
    font-size: calc(16vw * 100 / 959);
  }
  .home-news-list__date {
    width: calc(150vw * 100 / 959);
  }
  .home-news-list__title {
    width: calc(100% - calc(150vw * 100 / 959));
  }
}
@media screen and (max-width: 559px) {
  .home-news-list {
    margin-top: calc(8vw * 100 / 559);
  }
  .home-news-list__link {
    flex-direction: column;
  }
  .home-news-list__date {
    font-size: 12px;
  }
  .home-news-list__title {
    font-size: 14px;
  }
  .home-news-list__date {
    width: auto;
  }
  .home-news-list__title {
    width: auto;
  }
}

.home-concept {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
  background: url(/assets/img/home2019/bg_concept.jpg) no-repeat center;
  background-size: cover;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #fff;
}
.home-concept__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}
.home-concept__col01 {
  width: 360px;
}
.home-concept__col02 {
  width: calc(100% - 470px);
}
.home-concept__title {
  font-size: 4.2rem;
}
.home-concept__title::before {
  content: attr(data-title-en);
  display: block;
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
.home-concept__text {
  font-size: 1.8rem;
  line-height: 2.11111;
}
.home-concept__text span {
  margin-right: 2px;
  letter-spacing: -2px;
}
@media screen and (max-width: 1260px) {
  .home-concept__col01 {
    width: calc(360vw * 100 / 1260);
  }
  .home-concept__col02 {
    width: calc(100% - calc(470vw * 100 / 1260));
  }
  .home-concept__title {
    font-size: calc(42vw * 100 / 1260);
  }
  .home-concept__title::before {
    margin-bottom: calc(40vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
  .home-concept__text {
    font-size: calc(18vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-concept {
    padding-left: calc(80vw * 100 / 959);
    padding-right: calc(80vw * 100 / 959);
  }
  .home-concept__row {
    flex-direction: column;
  }
  .home-concept__col01, .home-concept__col02 {
    width: 100%;
  }
  .home-concept__title {
    font-size: calc(42vw * 100 / 959);
  }
  .home-concept__title::before {
    margin-bottom: calc(40vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
  .home-concept__text {
    margin-top: calc(40vw * 100 / 959);
    font-size: calc(18vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-concept {
    height: auto;
    padding: calc(80vw * 100 / 559);
  }
  .home-concept__row {
    flex-direction: column;
  }
  .home-concept__col01, .home-concept__col02 {
    width: 100%;
  }
  .home-concept__title {
    font-size: calc(42vw * 100 / 559);
    letter-spacing: 0.1em;
  }
  .home-concept__title::before {
    margin-bottom: calc(40vw * 100 / 559);
    font-size: 13px;
  }
  .home-concept__text {
    margin-top: calc(40vw * 100 / 559);
    font-size: 14px;
  }
}

.home-support {
  padding: 120px 20px;
  background: #fff;
}
.home-support__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.home-support__heading {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 4.2rem;
  line-height: 1.75;
  text-align: center;
}
.home-support__heading::before {
  content: attr(data-title-en);
  display: block;
  margin-bottom: 34px;
  font-family: 'メイリオ', Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.home-support__item {
  margin-top: 76px;
}
.home-support__image {
  position: relative;
  padding-top: calc(369 / 1200 * 100%);
}
.home-support__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  z-index: 0;
}
.home-support__bg > div {
  width: 50%;
}
.home-support__bg img {
  display: block;
  width: 100%;
}
.home-support__body {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.home-support__body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotateZ(-45deg);
}
.home-support__list {
  display: flex;
  align-items: center;
  line-height: 1;
}
.home-support__list::before {
  content: '';
  width: 1px;
  height: 40px;
  background: #252525;
  transform: rotateZ(28deg);
  margin-left: 16px;
  margin-right: 16px;
  order: 1;
}
.home-support__list li:first-child {
  order: 0;
}
.home-support__list li:last-child {
  order: 2;
}
.home-support__padding {
  padding-left: 1em;
}
.home-support__text {
  width: 100%;
  max-width: 520px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}
.aos-init .home-support__body {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.72s opacity, 0.72s transform;
}
.aos-init .home-support__bg > div {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.72s opacity, 0.72s transform;
}
.aos-init .home-support__text {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.72s opacity, 0.72s transform;
}
.animated .home-support__body {
  opacity: 1;
  transform: none;
  transition-delay: 0.32s;
}
.animated .home-support__bg > div {
  opacity: 1;
  transform: none;
}
.animated .home-support__bg > div:nth-of-type(2) {
  transition-delay: 0.16s;
}
.animated .home-support__text {
  opacity: 1;
  transform: none;
  transition-delay: 0.48s;
}
@media screen and (max-width: 1260px) {
  .home-support {
    padding: calc(120vw * 100 / 1260) calc(20vw * 100 / 1260);
  }
  .home-support__heading {
    font-size: calc(42vw * 100 / 1260);
  }
  .home-support__heading::before {
    margin-bottom: calc(34vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
  .home-support__body {
    top: calc(50% - calc(100vw * 100 / 1260));
    left: calc(50% - calc(100vw * 100 / 1260));
    width: calc(200vw * 100 / 1260);
    height: calc(200vw * 100 / 1260);
  }
  .home-support__item {
    margin-top: calc(76vw * 100 / 1260);
  }
  .home-support__list {
    font-size: calc(16vw * 100 / 1260);
  }
  .home-support__list::before {
    height: calc(40vw * 100 / 1260);
    margin-left: calc(16vw * 100 / 1260);
    margin-right: calc(16vw * 100 / 1260);
  }
  .home-support__text {
    margin-top: calc(38vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-support {
    padding: calc(120vw * 100 / 959) calc(20vw * 100 / 959);
  }
  .home-support__heading {
    font-size: calc(42vw * 100 / 959);
  }
  .home-support__heading::before {
    margin-bottom: calc(34vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
  .home-support__body {
    top: calc(50% - calc(100vw * 100 / 959));
    left: calc(50% - calc(100vw * 100 / 959));
    width: calc(200vw * 100 / 959);
    height: calc(200vw * 100 / 959);
  }
  .home-support__item {
    margin-top: calc(76vw * 100 / 959);
  }
  .home-support__list {
    font-size: calc(16vw * 100 / 959);
  }
  .home-support__list::before {
    height: calc(40vw * 100 / 959);
    margin-left: calc(16vw * 100 / 959);
    margin-right: calc(16vw * 100 / 959);
  }
  .home-support__text {
    margin-top: calc(38vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-support {
    padding: calc(120vw * 100 / 559) calc(20vw * 100 / 559);
  }
  .home-support__heading {
    font-size: calc(38vw * 100 / 559);
    font-feature-settings: 'palt';
    letter-spacing: 0.1em;
  }
  .home-support__heading::before {
    margin-bottom: calc(34vw * 100 / 559);
    font-size: 13px;
    letter-spacing: 0;
  }
  .home-support__item {
    margin-top: calc(76vw * 100 / 559);
  }
  .home-support__image {
    padding-top: calc(738 / 600 * 100%);
  }
  .home-support__bg {
    display: flex;
    flex-direction: column;
  }
  .home-support__bg > div {
    width: 100%;
  }
  .home-support__body {
    top: calc(50% - calc(100vw * 100 / 559));
    left: calc(50% - calc(100vw * 100 / 559));
    width: calc(200vw * 100 / 559);
    height: calc(200vw * 100 / 559);
  }
  .home-support__list {
    font-size: calc(16vw * 100 / 559);
  }
  .home-support__list::before {
    height: calc(40vw * 100 / 559);
    margin-left: calc(16vw * 100 / 559);
    margin-right: calc(16vw * 100 / 559);
  }
  .home-support__text {
    margin-top: calc(38vw * 100 / 559);
    font-size: 14px;
  }
}

.home-featured__heading {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 4.2rem;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}
.home-featured__heading::before {
  content: attr(data-title-en);
  display: block;
  margin-bottom: 34px;
  font-family: 'メイリオ', Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.home-featured__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
.home-featured__item + .home-featured__item {
  margin-top: 100px;
}
.home-featured__item--reverse {
  flex-direction: row-reverse;
}
.home-featured__item::after {
  content: '';
  display: block;
  width: 50%;
}
.home-featured__image01 {
  width: 55.20833%;
  margin-right: calc(1060 / 1920 * -100% + 50%);
}
.home-featured__item--reverse .home-featured__image01 {
  margin-left: calc(1060 / 1920 * -100% + 50%);
  margin-right: 0;
}
.home-featured__image01 img {
  width: 100%;
}
.home-featured__image02 {
  width: 50%;
  margin-top: calc(80vw * 100 / 1920);
}
.home-featured__image02 img {
  width: 100%;
}
.home-featured__body {
  display: flex;
  justify-content: flex-end;
  width: 55.20833%;
  margin-top: calc(-130vw * 100 / 1920);
  margin-right: calc(1060 / 1920 * -100% + 50%);
  padding-left: calc(80vw * 100 / 1920);
  text-decoration: none;
}
.home-featured__item--reverse .home-featured__body {
  justify-content: flex-start;
  margin-left: calc(1060 / 1920 * -100% + 50%);
  margin-right: 0;
  padding-left: 0;
  padding-right: calc(80vw * 100 / 1920);
}
.home-featured__body-inner {
  position: relative;
  max-width: 800px;
  padding: 48px 120px 58px;
  background: #252525;
  color: #fff;
  transition: 0.32s background-color;
}
.home-featured__body:hover .home-featured__body-inner {
  background: #000;
}
.home-featured__title {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
}
.home-featured__text {
  margin-top: 8px;
  line-height: 2;
  letter-spacing: 0.15em;
}
.home-featured__access {
  margin-top: 6px;
}
.home-featured__access li {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.home-featured__access li:first-child {
  margin-right: 50px;
}
.home-featured__link {
  margin-top: 14px;
  text-align: center;
}
.home-featured__button {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 26px;
  background: rgba(255, 255, 255, 0.16);
  letter-spacing: 0.15em;
  text-decoration: none;
  line-height: 1.1;
  color: #fff;
  transition: 0.32s color, 0.32s background-color;
  z-index: 1;
}
.home-featured__body:hover .home-featured__button {
  background: white;
  color: #252525;
}
@media screen and (max-width: 1260px) {
  .home-featured__heading {
    font-size: calc(42vw * 100 / 1260);
  }
  .home-featured__heading::before {
    margin-bottom: calc(34vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
  .home-featured__item {
    margin-top: calc(70vw * 100 / 1260);
  }
  .home-featured__item + .home-featured__item {
    margin-top: calc(100vw * 100 / 1260);
  }
  .home-featured__body-inner {
    padding: calc(48vw * 100 / 1260) calc(120vw * 100 / 1260) calc(58vw * 100 / 1260);
  }
  .home-featured__title {
    font-size: calc(32vw * 100 / 1260);
  }
  .home-featured__text {
    font-size: calc(16vw * 100 / 1260);
  }
  .home-featured__link {
    margin-top: calc(36vw * 100 / 1260);
  }
  .home-featured__button {
    padding: calc(26vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-featured__heading {
    font-size: calc(42vw * 100 / 959);
  }
  .home-featured__heading::before {
    margin-bottom: calc(34vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
  .home-featured__item {
    margin-top: calc(70vw * 100 / 959);
  }
  .home-featured__item + .home-featured__item {
    margin-top: calc(100vw * 100 / 959);
  }
  .home-featured__body-inner {
    padding: calc(48vw * 100 / 959) calc(74vw * 100 / 959) calc(58vw * 100 / 959);
  }
  .home-featured__title {
    font-size: calc(26vw * 100 / 959);
  }
  .home-featured__text {
    font-size: calc(16vw * 100 / 959);
  }
  .home-featured__link {
    margin-top: calc(36vw * 100 / 959);
  }
  .home-featured__button {
    padding: calc(26vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-featured__heading {
    font-size: calc(38vw * 100 / 559);
  }
  .home-featured__heading::before {
    margin-bottom: calc(34vw * 100 / 559);
    font-size: 13px;
  }
  .home-featured__item {
    margin-top: calc(70vw * 100 / 559);
    padding-left: calc(20vw * 100 / 559);
    padding-right: calc(20vw * 100 / 559);
  }
  .home-featured__item + .home-featured__item {
    margin-top: calc(100vw * 100 / 559);
  }
  .home-featured__image01, .home-featured__image02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .home-featured__item--reverse .home-featured__image01 {
    margin-left: 0;
  }
  .home-featured__body {
    justify-content: center;
    width: 100%;
    margin-top: calc(80vw * 100 / 1920);
    margin-right: 0;
    padding-left: 0;
  }
  .home-featured__item--reverse .home-featured__body {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  .home-featured__body-inner {
    padding: calc(55vw * 100 / 559);
  }
  .home-featured__title {
    font-size: calc(36vw * 100 / 559);
    line-height: 1.5;
  }
  .home-featured__text {
    margin-top: 16px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .home-featured__link {
    margin-top: calc(36vw * 100 / 559);
  }
  .home-featured__button {
    padding: calc(26vw * 100 / 559);
    font-size: 13px;
  }
}

.home-all-in-one {
  margin-top: 160px;
  padding-bottom: 190px;
}
.home-all-in-one__heading {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 4.2rem;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}
.home-all-in-one__heading::before {
  content: attr(data-title-en);
  display: block;
  margin-bottom: 40px;
  font-family: 'メイリオ', Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.home-all-in-one__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-top: 62px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.home-all-in-one__col {
  width: calc(366 / 1200 * 100%);
  text-align: center;
}
.home-all-in-one__link {
  text-decoration: none;
}
.home-all-in-one__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 366px;
  background: #f4f4f4;
  transition: 0.32s background-color;
}
.home-all-in-one__image img {
  transition: 0.32s transform;
}
.home-all-in-one__link:hover .home-all-in-one__image {
  background: rgba(244, 244, 244, 0.75);
}
.home-all-in-one__link:hover .home-all-in-one__image img {
  transform: scale(1.08);
}
.home-all-in-one__text {
  display: inline-block;
  margin-top: 36px;
  line-height: 1.75;
  color: #666;
}
.home-all-in-one__text-inner {
  background: linear-gradient(to right, #fbce00 50%, transparent 50%) 100% bottom/200% 30% no-repeat;
  background-repeat: no-repeat;
  transition: background-position 0.32s;
}
.home-all-in-one__link:hover .home-all-in-one__text-inner {
  background-position: 0% bottom;
}
@media screen and (max-width: 1260px) {
  .home-all-in-one {
    margin-top: calc(160vw * 100 / 1260);
    padding-bottom: calc(190vw * 100 / 1260);
  }
  .home-all-in-one__heading {
    font-size: calc(42vw * 100 / 1260);
  }
  .home-all-in-one__heading::before {
    margin-bottom: calc(40vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
  .home-all-in-one__row {
    margin-top: calc(62vw * 100 / 1260);
  }
  .home-all-in-one__image {
    height: calc(366vw * 100 / 1260);
  }
  .home-all-in-one__text {
    font-size: calc(16vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-all-in-one {
    margin-top: calc(160vw * 100 / 959);
    padding-bottom: calc(190vw * 100 / 959);
  }
  .home-all-in-one__heading {
    font-size: calc(42vw * 100 / 959);
  }
  .home-all-in-one__heading::before {
    margin-bottom: calc(40vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
  .home-all-in-one__row {
    margin-top: calc(62vw * 100 / 959);
  }
  .home-all-in-one__image img {
    width: calc(130vw * 100 / 959);
  }
  .home-all-in-one__text {
    margin-top: calc(36vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-all-in-one {
    margin-top: calc(160vw * 100 / 559);
    padding-bottom: calc(190vw * 100 / 559);
  }
  .home-all-in-one__heading {
    font-size: calc(38vw * 100 / 559);
  }
  .home-all-in-one__heading::before {
    margin-bottom: calc(40vw * 100 / 559);
    font-size: 13px;
  }
  .home-all-in-one__row {
    flex-wrap: wrap;
    margin-top: calc(62vw * 100 / 559);
  }
  .home-all-in-one__col {
    width: 100%;
    margin-top: calc(30vw * 100 / 559);
    text-align: left;
  }
  .home-all-in-one__link {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .home-all-in-one__image {
    width: calc(360vw * 100 / 559);
    height: calc(360vw * 100 / 559);
    margin-right: auto;
    margin-left: auto;
  }
  .home-all-in-one__image img {
    width: calc(300vw * 100 / 959);
  }
  .home-all-in-one__text {
    font-size: 14px;
  }
}

.home-hotel-list {
  padding-top: 156px;
  padding-bottom: 160px;
  background: #252525 url(/assets/img/home2019/bg_hotel_list.jpg) no-repeat center bottom;
  background-size: 100% auto;
  color: rgba(255, 255, 255, 0.8);
}
.home-hotel-list__heading01 {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 4.2rem;
  color: white;
  line-height: 1.66667;
  font-weight: 500;
}
.home-hotel-list__heading01::before {
  content: attr(data-title-en);
  display: block;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.home-hotel-list__heading02 {
  max-width: 1760px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 3.4rem;
  color: white;
  letter-spacing: 0.1em;
}
.home-hotel-list__row01 {
  display: flex;
  width: 100%;
  max-width: 1760px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}
.home-hotel-list__col01 {
  width: 50%;
  padding-top: 86px;
  padding-left: 16px;
  padding-right: 32px;
}
.home-hotel-list__col01-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-hotel-list__col02 {
  width: 50%;
  padding-left: 50px;
}
.home-hotel-list__image01 {
  width: calc(300 / 752 * 100%);
}
.home-hotel-list__title01 {
  margin-left: 38px;
  font-size: 2.6rem;
  color: white;
  line-height: 1;
}
.home-hotel-list__title01-number {
  font-size: 4.8rem;
}
.home-hotel-list__title01::after {
  display: block;
  content: attr(data-title-en);
  margin-top: 34px;
  text-transform: uppercase;
  font-size: 8.2rem;
}
.home-hotel-list__text01 {
  margin-top: 68px;
  line-height: 2.25;
}
.home-hotel-list__title02 {
  font-size: 2.4rem;
  color: white;
}
.home-hotel-list__row02 {
  display: flex;
  width: 100%;
  max-width: 1760px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}
.home-hotel-list__col03 {
  width: 50%;
}
.home-hotel-list__col04 {
  width: 50%;
}
.home-hotel-list__link {
  margin-top: 70px;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home-hotel-list__button {
  display: inline-block;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.32s color, 0.32s background-color;
}
.home-hotel-list__button:hover {
  background-color: #fff;
  color: #252525;
}
@media screen and (max-width: 1600px) {
  .home-hotel-list__title01 {
    margin-left: calc(38vw * 100 / 1600);
    font-size: calc(26vw * 100 / 1600);
  }
  .home-hotel-list__title01-number {
    font-size: calc(48vw * 100 / 1600);
  }
  .home-hotel-list__title01::after {
    margin-top: calc(34vw * 100 / 1600);
    font-size: calc(82vw * 100 / 1600);
  }
}
@media screen and (max-width: 1260px) {
  .home-hotel-list {
    padding-top: calc(156vw * 100 / 1260);
    padding-bottom: calc(160vw * 100 / 1260);
  }
  .home-hotel-list__heading01 {
    padding-left: calc(80vw * 100 / 1260);
    padding-right: calc(80vw * 100 / 1260);
    font-size: calc(42vw * 100 / 1260);
  }
  .home-hotel-list__heading01::before {
    margin-bottom: calc(40vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
  .home-hotel-list__heading02 {
    margin-top: calc(100vw * 100 / 1260);
    padding-left: calc(80vw * 100 / 1260);
    padding-right: calc(80vw * 100 / 1260);
    font-size: calc(34vw * 100 / 1260);
  }
  .home-hotel-list__row01 {
    margin-top: calc(50vw * 100 / 1260);
    padding-left: calc(80vw * 100 / 1260);
    padding-right: calc(80vw * 100 / 1260);
  }
  .home-hotel-list__row02 {
    margin-top: calc(50vw * 100 / 1260);
    padding-left: calc(80vw * 100 / 1260);
    padding-right: calc(80vw * 100 / 1260);
  }
  .home-hotel-list__title02 {
    font-size: calc(24vw * 100 / 1260);
  }
  .home-hotel-list__text01 {
    margin-top: calc(68vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
  .home-hotel-list__link {
    margin-top: calc(70vw * 100 / 1260);
    width: calc(260vw * 100 / 1260);
  }
  .home-hotel-list__button {
    font-size: calc(16vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-hotel-list {
    background-size: auto 50%;
    padding-top: calc(156vw * 100 / 959);
    padding-bottom: calc(160vw * 100 / 959);
  }
  .home-hotel-list__heading01 {
    padding-left: calc(80vw * 100 / 959);
    padding-right: calc(80vw * 100 / 959);
    font-size: calc(42vw * 100 / 959);
  }
  .home-hotel-list__heading01::before {
    margin-bottom: calc(40vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
  .home-hotel-list__heading02 {
    margin-top: calc(100vw * 100 / 959);
    padding-left: calc(80vw * 100 / 959);
    padding-right: calc(80vw * 100 / 959);
    font-size: calc(34vw * 100 / 959);
  }
  .home-hotel-list__row01 {
    flex-direction: column;
    margin-top: 0;
    padding-left: calc(80vw * 100 / 959);
    padding-right: calc(80vw * 100 / 959);
  }
  .home-hotel-list__col01 {
    width: 100%;
    padding-top: calc(86vw * 100 / 959);
    padding-left: 0;
    padding-right: 0;
  }
  .home-hotel-list__col01-header {
    justify-content: center;
  }
  .home-hotel-list__col02 {
    width: 100%;
    padding-top: calc(86vw * 100 / 959);
    padding-left: 0;
  }
  .home-hotel-list__row02 {
    display: flex;
    flex-direction: column;
    margin-top: calc(50vw * 100 / 959);
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(80vw * 100 / 959);
    padding-right: calc(80vw * 100 / 959);
  }
  .home-hotel-list__col03 {
    width: 100%;
  }
  .home-hotel-list__col04 {
    width: 100%;
    margin-top: calc(50vw * 100 / 959);
  }
  .home-hotel-list__title01 {
    margin-left: calc(38vw * 100 / 959);
    font-size: calc(26vw * 100 / 959);
  }
  .home-hotel-list__title01-number {
    font-size: calc(48vw * 100 / 959);
  }
  .home-hotel-list__title01::after {
    margin-top: calc(34vw * 100 / 959);
    font-size: calc(82vw * 100 / 959);
  }
  .home-hotel-list__title02 {
    font-size: calc(24vw * 100 / 959);
  }
  .home-hotel-list__text01 {
    margin-top: calc(68vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
  .home-hotel-list__link {
    margin-top: calc(70vw * 100 / 959);
    width: calc(260vw * 100 / 959);
  }
  .home-hotel-list__button {
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-hotel-list {
    padding-top: calc(156vw * 100 / 559);
    padding-bottom: calc(160vw * 100 / 559);
  }
  .home-hotel-list__heading01 {
    padding-left: calc(80vw * 100 / 559);
    padding-right: calc(80vw * 100 / 559);
    font-size: calc(37vw * 100 / 559);
  }
  .home-hotel-list__heading01::before {
    margin-bottom: calc(40vw * 100 / 559);
    font-size: 13px;
  }
  .home-hotel-list__heading02 {
    margin-top: calc(100vw * 100 / 559);
    font-size: calc(34vw * 100 / 559);
  }
  .home-hotel-list__row01 {
    flex-direction: column;
    padding-left: calc(80vw * 100 / 559);
    padding-right: calc(80vw * 100 / 559);
  }
  .home-hotel-list__col01 {
    padding-top: calc(86vw * 100 / 559);
    padding-left: 0;
    padding-right: 0;
  }
  .home-hotel-list__col02 {
    padding-top: calc(86vw * 100 / 559);
  }
  .home-hotel-list__col04 {
    margin-top: 0;
  }
  .home-hotel-list__title01 {
    margin-left: calc(26vw * 100 / 559);
    font-size: calc(20vw * 100 / 559);
  }
  .home-hotel-list__title01-number {
    font-size: calc(36vw * 100 / 559);
  }
  .home-hotel-list__title01::after {
    margin-top: calc(34vw * 100 / 559);
    font-size: calc(58vw * 100 / 559);
  }
  .home-hotel-list__title02 {
    font-size: calc(23vw * 100 / 559);
  }
  .home-hotel-list__text01 {
    margin-top: calc(68vw * 100 / 559);
    font-size: 14px;
  }
  .home-hotel-list__link {
    margin-top: calc(70vw * 100 / 559);
    width: calc(260vw * 100 / 559);
  }
  .home-hotel-list__button {
    font-size: 13px;
  }
}

.home-hotel-list-row01 {
  display: flex;
  flex-wrap: wrap;
}
.home-hotel-list-row01__col {
  width: calc(100% / 3);
  padding-right: 20px;
}
@media screen and (max-width: 559px) {
  .home-hotel-list-row01 {
    display: block;
  }
  .home-hotel-list-row01__col {
    width: auto;
  }
}

.home-hotel-list-row02 {
  display: flex;
}
.home-hotel-list-row02__col {
  padding-right: 20px;
}
.home-hotel-list-row02__col:nth-of-type(1) {
  width: 45%;
}
.home-hotel-list-row02__col:nth-of-type(2) {
  width: 55%;
}
@media screen and (max-width: 559px) {
  .home-hotel-list-row02 {
    display: block;
  }
  .home-hotel-list-row02__col:nth-of-type(1), .home-hotel-list-row02__col:nth-of-type(2) {
    width: auto;
  }
}

.home-hotel-list-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 660px;
  margin-top: 72px;
}
.home-hotel-list-area__item {
  order: 0;
  width: calc(168 / 660 * 100%);
  text-align: center;
}
.home-hotel-list-area__item:nth-of-type(n + 4) {
  margin-top: 43px;
}
.home-hotel-list-area__item:nth-of-type(7) {
  margin-left: calc(84 / 660 * 100%);
}
.home-hotel-list-area__item:nth-of-type(8) {
  margin-right: calc(84 / 660 * 100%);
}
.home-hotel-list-area__text {
  margin-top: 23px;
}
@media screen and (max-width: 1260px) {
  .home-hotel-list-area {
    margin-top: calc(72vw * 100 / 1260);
  }
  .home-hotel-list-area__item:nth-of-type(n + 4) {
    margin-top: calc(43vw * 100 / 1260);
  }
  .home-hotel-list-area__text {
    margin-top: calc(23vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-hotel-list-area {
    margin-top: calc(72vw * 100 / 959);
  }
  .home-hotel-list-area__item:nth-of-type(n + 4) {
    margin-top: calc(43vw * 100 / 959);
  }
  .home-hotel-list-area__text {
    margin-top: calc(23vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-hotel-list-area {
    margin-top: calc(72vw * 100 / 559);
  }
  .home-hotel-list-area__item:nth-of-type(n + 4) {
    margin-top: calc(43vw * 100 / 559);
  }
  .home-hotel-list-area__text {
    margin-top: calc(23vw * 100 / 559);
    font-size: 13px;
  }
}

.home-hotel-list-hotels__label, .home-hotel-list-hotels__check {
  display: none;
}
.home-hotel-list-hotels__item + .home-hotel-list-hotels__item {
  margin-top: 40px;
}
.home-hotel-list-hotels__title {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
}
.home-hotel-list-hotels__title::before {
  display: block;
  content: '';
  width: 50px;
  height: 1px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.home-hotel-list-hotels__list01 {
  margin-top: 25px;
}
.home-hotel-list-hotels__list01 + .home-hotel-list-hotels__list01 {
  margin-top: 45px;
}
.home-hotel-list-hotels__list01 dt {
  width: 100%;
  font-size: 1.8rem;
}
.home-hotel-list-hotels__list01 dd {
  margin-top: 12px;
  line-height: 1.5;
}
.home-hotel-list-hotels__list01 a {
  position: relative;
  display: block;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.32s color;
}
.home-hotel-list-hotels__list01 a::before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: calc(0.5em + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
.home-hotel-list-hotels__list01 a[href]:hover {
  color: white;
  text-decoration: underline;
}
.home-hotel-list-hotels__list01 a:not([href]):hover {
  text-decoration: none;
}
@media (max-width: 1680px) {
  .home-hotel-list-hotels__list01 dd {
    font-size: 1.4rem;
  }
}
.home-hotel-list-hotels__list02 {
  margin-top: 25px;
}
.home-hotel-list-hotels__list02 li {
  margin-top: 12px;
  line-height: 1.5;
}
@media (max-width: 1680px) {
  .home-hotel-list-hotels__list02 li {
    font-size: 1.4rem;
  }
}
.home-hotel-list-hotels a {
  position: relative;
  display: block;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.32s color;
}
.home-hotel-list-hotels a::before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  top: calc(0.5em + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #fff;
}
.home-hotel-list-hotels a[href]:hover {
  color: white;
  text-decoration: underline;
}
.home-hotel-list-hotels a:not([href]):hover {
  text-decoration: none;
}
@media screen and (max-width: 1260px) {
  .home-hotel-list-hotels--horizontal .home-hotel-list-hotels__item:nth-of-type(n + 3) {
    margin-top: calc(50vw * 100 / 1260);
  }
  .home-hotel-list-hotels__title {
    font-size: calc(24vw * 100 / 1260);
  }
  .home-hotel-list-hotels__title::before {
    width: calc(50vw * 100 / 1260);
    margin-right: calc(10vw * 100 / 1260);
  }
  .home-hotel-list-hotels__list01 {
    margin-top: calc(25vw * 100 / 1260);
  }
  .home-hotel-list-hotels__list01 + .home-hotel-list-hotels__list01 {
    margin-top: calc(45vw * 100 / 1260);
  }
  .home-hotel-list-hotels__list01 dt {
    font-size: calc(18vw * 100 / 1260);
  }
  .home-hotel-list-hotels__list01 dd {
    margin-top: calc(12vw * 100 / 1260);
    font-size: calc(14vw * 100 / 1260);
  }
  .home-hotel-list-hotels__list02 {
    margin-top: calc(25vw * 100 / 1260);
  }
  .home-hotel-list-hotels__list02 li {
    margin-top: calc(12vw * 100 / 1260);
    font-size: calc(14vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-hotel-list-hotels--horizontal .home-hotel-list-hotels__item:nth-of-type(n + 3) {
    margin-top: calc(50vw * 100 / 959);
  }
  .home-hotel-list-hotels__title {
    font-size: calc(24vw * 100 / 959);
  }
  .home-hotel-list-hotels__title::before {
    width: calc(50vw * 100 / 959);
    margin-right: calc(10vw * 100 / 959);
  }
  .home-hotel-list-hotels__list01 {
    margin-top: calc(25vw * 100 / 959);
  }
  .home-hotel-list-hotels__list01 + .home-hotel-list-hotels__list01 {
    margin-top: calc(45vw * 100 / 959);
  }
  .home-hotel-list-hotels__list01 dt {
    font-size: calc(18vw * 100 / 959);
  }
  .home-hotel-list-hotels__list01 dd {
    margin-top: calc(12vw * 100 / 959);
    margin-right: calc(48vw * 100 / 959);
    font-size: calc(14vw * 100 / 959);
  }
  .home-hotel-list-hotels__list02 {
    margin-top: calc(25vw * 100 / 959);
  }
  .home-hotel-list-hotels__list02 li {
    margin-top: calc(12vw * 100 / 959);
    font-size: calc(14vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-hotel-list-hotels--horizontal .home-hotel-list-hotels__item {
    margin-top: 0;
    width: 100%;
  }
  .home-hotel-list-hotels--horizontal .home-hotel-list-hotels__item:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .home-hotel-list-hotels__title {
    padding: 3px 8px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.4rem;
    color: #252525;
  }
  .home-hotel-list-hotels__title::before {
    content: none;
    width: calc(50vw * 100 / 559);
    margin-right: calc(10vw * 100 / 559);
  }
  .home-hotel-list-hotels__label {
    position: relative;
    display: block;
    padding: 8px 36px 8px 16px;
    border: 1px solid #444;
    background: #252525;
    font-size: 1.4rem;
    color: #fff;
  }
  .home-hotel-list-hotels__label span {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
  }
  .home-hotel-list-hotels__label span::before, .home-hotel-list-hotels__label span::after {
    position: absolute;
    content: '';
    display: block;
    background: #666;
    transition: 0.32s transform;
  }
  .home-hotel-list-hotels__label span::before {
    width: 14px;
    height: 2px;
    left: calc(50% - 7px);
    top: calc(50% - 1px);
    transform: rotateZ(-180deg);
  }
  .home-hotel-list-hotels__label span::after {
    width: 2px;
    height: 14px;
    left: calc(50% - 1px);
    top: calc(50% - 7px);
    transform: rotateZ(-180deg) scaleY(1);
  }
  .home-hotel-list-hotels__label.accordion-button--active span::before {
    transform: rotateZ(0);
  }
  .home-hotel-list-hotels__label.accordion-button--active span::after {
    transform: rotateZ(0) scaleY(0);
  }
  .home-hotel-list-hotels__list01 {
    display: block;
    overflow: hidden;
    flex-direction: column;
    margin-top: 0;
    transition: 0.32s height, 0.32s transform, 0.32s opacity;
    opacity: 0;
  }
  .home-hotel-list-hotels__list01::before {
    content: '';
    display: block;
    height: 10px;
  }
  .home-hotel-list-hotels__list01::after {
    content: '';
    display: block;
    height: 15px;
  }
  .home-hotel-list-hotels__list01 + .home-hotel-list-hotels__list01 {
    margin-top: 5px;
  }
  .home-hotel-list-hotels__list01 dt {
    display: none;
  }
  .home-hotel-list-hotels__list01 dt::before, .home-hotel-list-hotels__list01 dt::after {
    content: none;
  }
  .home-hotel-list-hotels__list01 dd {
    margin-top: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .home-hotel-list-hotels__list01.accordion-box--active {
    opacity: 1;
    transform: none;
  }
  .home-hotel-list-hotels__list02 {
    margin-top: 0;
    transition: 0.32s height, 0.32s transform, 0.32s opacity;
    opacity: 0;
    overflow: hidden;
  }
  .home-hotel-list-hotels__list02::before {
    content: '';
    display: block;
    height: 10px;
  }
  .home-hotel-list-hotels__list02::after {
    content: '';
    display: block;
    height: 15px;
  }
  .home-hotel-list-hotels__list02 li {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }
  .home-hotel-list-hotels__list02.accordion-box--active {
    opacity: 1;
    transform: none;
  }
}

.home-blogs {
  padding: 110px 80px 160px;
  background-color: #333;
}
.home-blogs__heading {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 4.2rem;
  color: white;
  line-height: 1.66667;
  text-align: center;
  font-weight: 500;
}
.home-blogs__heading::before {
  content: attr(data-title-en);
  display: block;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.home-blogs__link {
  margin-top: 70px;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home-blogs__button {
  display: inline-block;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.32s color, 0.32s background-color;
}
.home-blogs__button:hover {
  background-color: #fff;
  color: #252525;
}
@media screen and (max-width: 1260px) {
  .home-blogs {
    padding: calc(110vw * 100 / 1260) calc(80vw * 100 / 1260) calc(160vw * 100 / 1260);
  }
  .home-blogs__heading {
    font-size: calc(42vw * 100 / 1260);
  }
  .home-blogs__heading::before {
    content: attr(data-title-en);
    margin-bottom: calc(40vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
  .home-blogs__link {
    margin-top: calc(70vw * 100 / 1260);
    width: calc(260vw * 100 / 1260);
  }
  .home-blogs__button {
    font-size: calc(16vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-blogs {
    padding: calc(110vw * 100 / 959) calc(80vw * 100 / 959) calc(160vw * 100 / 959);
  }
  .home-blogs__heading {
    font-size: calc(42vw * 100 / 959);
  }
  .home-blogs__heading::before {
    content: attr(data-title-en);
    margin-bottom: calc(40vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
  .home-blogs__link {
    margin-top: calc(70vw * 100 / 959);
    width: calc(260vw * 100 / 959);
  }
  .home-blogs__button {
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-blogs {
    padding: calc(110vw * 100 / 559) calc(80vw * 100 / 559) calc(160vw * 100 / 559);
  }
  .home-blogs__heading {
    font-size: calc(38vw * 100 / 559);
  }
  .home-blogs__heading::before {
    content: attr(data-title-en);
    margin-bottom: calc(40vw * 100 / 559);
    font-size: 13px;
  }
  .home-blogs__link {
    margin-top: calc(70vw * 100 / 559);
    width: calc(260vw * 100 / 559);
  }
  .home-blogs__button {
    font-size: 13px;
  }
}

.home-blogs-entries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.home-blogs-entries__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(580 / 1200 * 100%);
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.home-blogs-entries__date {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.2;
}
.home-blogs-entries__category {
  margin-left: 20px;
  line-height: 1.2;
}
.home-blogs-entries__category-link {
  display: inline-block;
  padding: 3px 18px;
  background: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  color: #252525;
  transition: 0.32s background-color;
}
.home-blogs-entries__category-link:hover {
  background: white;
}
.home-blogs-entries__title {
  width: 100%;
  margin-top: 10px;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.home-blogs-entries__link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.32s color;
}
.home-blogs-entries__link:hover {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 1260px) {
  .home-blogs-entries {
    margin-top: calc(42vw * 100 / 1260);
    padding-left: calc(20vw * 100 / 1260);
    padding-right: calc(20vw * 100 / 1260);
  }
  .home-blogs-entries__item {
    padding-top: calc(22vw * 100 / 1260);
    padding-bottom: calc(22vw * 100 / 1260);
  }
  .home-blogs-entries__date {
    font-size: calc(16vw * 100 / 1260);
  }
  .home-blogs-entries__category {
    margin-left: calc(20vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
  .home-blogs-entries__category-link {
    padding: 3px calc(18vw * 100 / 1260);
  }
  .home-blogs-entries__title {
    margin-top: calc(10vw * 100 / 1260);
    font-size: calc(16vw * 100 / 1260);
  }
}
@media screen and (max-width: 959px) {
  .home-blogs-entries {
    margin-top: calc(42vw * 100 / 959);
    padding-left: calc(20vw * 100 / 959);
    padding-right: calc(20vw * 100 / 959);
  }
  .home-blogs-entries__item {
    padding-top: calc(22vw * 100 / 959);
    padding-bottom: calc(22vw * 100 / 959);
  }
  .home-blogs-entries__date {
    font-size: calc(16vw * 100 / 959);
  }
  .home-blogs-entries__category {
    margin-left: calc(20vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
  .home-blogs-entries__category-link {
    padding: 3px calc(18vw * 100 / 959);
  }
  .home-blogs-entries__title {
    margin-top: calc(10vw * 100 / 959);
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px) {
  .home-blogs-entries {
    flex-direction: column;
    margin-top: calc(42vw * 100 / 559);
    padding-left: 0;
    padding-right: 0;
  }
  .home-blogs-entries__item {
    width: 100%;
    padding-top: calc(22vw * 100 / 559);
    padding-bottom: calc(22vw * 100 / 559);
  }
  .home-blogs-entries__date {
    margin-right: calc(20vw * 100 / 559);
    font-size: 13px;
  }
  .home-blogs-entries__category {
    margin-left: 0;
    font-size: 12px;
  }
  .home-blogs-entries__category-link {
    padding: 3px calc(18vw * 100 / 559);
  }
  .home-blogs-entries__title {
    margin-top: calc(10vw * 100 / 559);
    font-size: 14px;
  }
}

.home-slider__item.current img,
[data-slick-index="0"] .home-slider__item.current img,
[data-slick-index="3"] .home-slider__item.current img {
  animation: scale-up 15s linear both;
}
@media screen and (max-width: 559px) {
  .home-slider__item.current img,
  [data-slick-index="0"] .home-slider__item.current img,
  [data-slick-index="3"] .home-slider__item.current img {
    animation: scale-up-sp 15s linear both;
  }
}

[data-slick-index="1"] .home-slider__item.current img,
[data-slick-index="4"] .home-slider__item.current img,
[data-slick-index="6"] .home-slider__item.current img {
  animation: move-down 15s linear both;
  transform-origin: 0% center;
}
@media screen and (max-width: 559px) {
  [data-slick-index="1"] .home-slider__item.current img,
  [data-slick-index="4"] .home-slider__item.current img,
  [data-slick-index="6"] .home-slider__item.current img {
    animation: move-down-sp 15s linear both;
  }
}

[data-slick-index="2"] .home-slider__item.current img,
[data-slick-index="5"] .home-slider__item.current img {
  animation: move-left 15s linear both;
  transform-origin: 0 center;
}
@media screen and (max-width: 559px) {
  [data-slick-index="2"] .home-slider__item.current img,
  [data-slick-index="5"] .home-slider__item.current img {
    animation: move-left-sp 15s linear both;
  }
}

@keyframes scale-up {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.25) rotate(0.1deg);
  }
}
@keyframes scale-up-sp {
  0% {
    transform: translate(-50%, -50%) scale(1.15) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4) rotate(0.1deg);
  }
}
@keyframes move-down {
  0% {
    transform: scale(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.1) translate(-50%, -40%);
  }
}
@keyframes move-down-sp {
  0% {
    transform: scale(1.25) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.25) translate(-50%, -40%);
  }
}
@keyframes move-left {
  0% {
    transform: scale(1.1) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.1) translate(-60%, -50%);
  }
}
@keyframes move-left-sp {
  0% {
    transform: scale(1.25) translate(-50%, -50%);
  }
  100% {
    transform: scale(1.25) translate(-60%, -50%);
  }
}
@media screen and (min-width: 560px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 559px) {
  .sp-hide {
    display: none !important;
  }
}
.reservation-module-body {
  overflow: hidden;
  background: #252525;
}

.virus-baner__wrapper {
  background-color: #252525;
  padding: 60px 30px;
  color: #fff;
}
@media screen and (max-width: 559px) {
  .virus-baner__wrapper {
    padding: 0;
  }
}
.virus-baner__wrapper .virus-baner__inner {
  background-image: url(/assets/img/home2020/virus-bnr-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1800px;
  margin: 0 auto;
  text-align: center;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .virus-baner__wrapper .virus-baner__inner {
    background-image: url(/assets/img/home2020/virus-bnr-01-sp.jpg);
  }
}
.virus-baner__wrapper .virus-baner__inner .virus-baner {
  padding: 60px 15px;
}
@media screen and (max-width: 559px) {
  .virus-baner__wrapper .virus-baner__inner .virus-baner {
    padding: 0;
  }
}
@media screen and (max-width: 559px) {
  .virus-baner__wrapper .virus-baner__inner {
    padding: 50px 70px;
  }
}
.virus-baner__wrapper .virus-baner__title {
  font-size: 36px;
  margin-bottom: 55px;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.virus-baner__wrapper .virus-baner__title .sp-br__2020 {
  display: none;
}
@media screen and (max-width: 559px) {
  .virus-baner__wrapper .virus-baner__title {
    font-size: 26px;
  }
  .virus-baner__wrapper .virus-baner__title .sp-br__2020 {
    display: block;
  }
}
@media screen and (max-width: 559px) {
  .virus-baner__wrapper .virus-baner__title {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .virus-baner__wrapper .virus-baner__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.virus-baner__wrapper .virus-baner__txt {
  font-size: 20px;
  margin-bottom: 55px;
  line-height: 1.8;
  font-family: "Yu Mincho", "YuMincho", serif;
}
@media screen and (max-width: 559px) {
  .virus-baner__wrapper .virus-baner__txt {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 480px) {
  .virus-baner__wrapper .virus-baner__txt {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.virus-baner__wrapper .virus-baner__txt .sp-br__2020 {
  display: none;
}
@media screen and (max-width: 609px) {
  .virus-baner__wrapper .virus-baner__txt .sp-br__2020 {
    display: block;
  }
}
.virus-baner__wrapper .virus-baner__txt .sp-br__2020__02 {
  display: block;
}
.virus-baner__wrapper .home-news__button {
  position: static;
  margin: 0 auto;
  max-width: 260px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #fff;
  width: 100%;
}

/* ---------------------------------
	goto_baner sp
---------------------------------- */
.goto-baner__wrapper {
  background-color: #252525;
  padding: 0 30px 60px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .goto-baner__wrapper {
    padding: 20px;
  }
}


/* ---------------------------------
	home-banner
---------------------------------- */
.home-banner__wrapper {
  background-color: #252525;
  color: #fff;
  text-align: center;
  padding: 60px 30px;
}
.home-banner__inner:nth-child(n+2) {
  padding-top: 30px;
}
.home-banner__remote {
  width: 100%;
  max-width: 990px;
  height: auto;
  margin: 0 auto;
}
.home-banner__item {
  display: inline-block;
  margin: auto;
  max-width: 990px;
  padding-top: 30px;
}
.home-banner__item:first-child {
  padding-top: 0;
}
.home-banner__item.-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 0;
}
.home-banner__half {
  display: block;
}
@media screen and (max-width: 1024px) {
  .home-banner__item.-half {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 559px) {
  .home-banner__wrapper {
    padding: 20px;
  }
  .home-banner__inner:nth-child(n+2) {
    padding-top: 20px;
  }
  .home-banner__item {
    padding-top: 20px;
  }
  .home-banner__item.-half {
    gap: 20px 0;
  }
}


/* ---------------------------------
	weekly_monthly
---------------------------------- */
.top0324__wrapper {
    background-color: #111;
    color: #252525;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 60px 30px;
}
.home-banner__inner.top0324__wrapper {
  background-color: unset;
  padding: 30px 0 0;
}

.top0324__box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 990px;
    padding: 20px 50px;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    z-index: 0;
    position: relative;
}

.top0324__box01:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: -2;
    background-image: url("/assets/img/home2019/top0324_back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.top0324__box01:after {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: -1;
    background-color: rgba(0,0,0,0.1);
    opacity: 0;
    transition: 0.5s;
    top: 0;
    left: 0;
}

.top0324__box01:hover:after {
    opacity: 1;
    transition: 0.5s;
}

.top0324__title {
    font-family: YuMincho, 'Yu Mincho', 'serif';
    font-size: 28px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
}

.top0324__box01-left {
    width: 50%;
    max-width: 504px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 0;
}

.top0324__box01-left-item {
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
}

.top0324__box01-left-image img {
    width: 100%;
}

.top0324__box01-left-text {
    font-size: 90%;
    display: inline-block;
    vertical-align: middle;
}

.top0324__box01-left-text br {
    display: none;
}

.top0324__box01-right {
    width: 50%;
    max-width: 416px;
    padding-left: 15px;
}

.top0324__box01-right ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.top0324__box01-right ul li {
    width: 33.333333%;
    padding: 0 5px;
    box-sizing: border-box;
}

.top0324__box01-right p {
    font-size: 90%;
    margin-top: 5px;
}

.top0324__box01-right-text br {
    display: none;
}

.goto-baner__wrapper_0324 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.goto-baner__inner_0324 img {
    width: 100%;
    max-width: 990px;
    height: auto;
}

@media screen and (max-width: 1024px){
    .top0324__title {
        display: block;
        font-size: 24px;
    }
    .top0324__box01 {
        padding: 20px;
    }
    .top0324__box01-left {
        width: 55%;
    }
    .top0324__box01-right {
        width: 45%;
    }
    .top0324__box01-right-text br {
        display: block;
    }
}

@media screen and (max-width: 768px){
    .top0324__title {
        padding: 0;
    }
    .top0324__box01-left {
        width: 100%;
        padding: 0;
    }
    .top0324__box01-right {
        width: 100%;
        padding-top: 20px;
    }
    .top0324__box01-right-text br {
        display: none;
    }
}

@media screen and (max-width: 559px) {
    .top0324__wrapper {
        padding: 30px;
    }
    .home-banner__inner.top0324__wrapper {
      padding: 20px 0 0;
    }
    .top0324__title {
        font-size: 18px;
    }
    .goto-baner__wrapper_0324 {
        padding: 20px 20px 0;
    }
}



/* ---------------------------------
	2022 予約モジュール変更
---------------------------------- */
.home-reservation {
  background-color: #121212;
  color: #fff;
  padding: 30px;
}
@media screen and (max-width: 559px){
  .home-reservation {
    padding-top: 56px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.home-reservation #search-box-root {
  margin: auto;
  max-width: 1060px;
}

.home-reservation__nmb {
  margin: auto;
  max-width: 1060px;
  padding: 32px 32px 0;
  text-align: center;
}
@media screen and (max-width: 1024px){
  .home-reservation__nmb {
    padding: 16px 12px;
  }
}



/* ---------------------------------
	202210 グループトップ フローティングバナー
---------------------------------- */
.floating-banner {
  position: fixed;
  top: 20%;
  right: 0;
  transition: transform .3s;
  z-index: 3;
}
.floating-banner:hover {
  transform: translateY(-4px);
}
.floating-banner__close {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  cursor: pointer;
  display: block;
  position: absolute;
  top: -4px;
  left: -8px;
  width: 20px;
  height: 20px;
}
.floating-banner__close::before,
.floating-banner__close::after {
  content: '';
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
}
.floating-banner__close::before {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.floating-banner__close::after {
  transform: translate(-50%,-50%) rotate(45deg);
}
.floating-banner__link {
  display: block;
}
@media screen and (max-width: 1024px){
  .floating-banner {
    max-width: 88px;
    top: 12%;
  }
}

/* ベストレート保証ヘッダーに移動：ここから */
.header-links__bestrate {
  background-color: #252525;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
  transition: color .24s;
  width: 120px;
  height: 100%;
}
.header-links__bestrate:hover {
  color: #fff;
}
.header.-update202210 .sp-button {
  display: none;
}
@media screen and (max-width: 959px){
  .header-links__bestrate {
    width: 96px;
  }
}
@media screen and (max-width: 768px){
  .header.-update202210 {
    height: 60px;
  }
  .header.-update202210 .header__tagline-text {
    margin-top: 6px;
    font-size: 1.1rem;
  }
  .header.-update202210 .header-links {
    display: none;
  }
  .header.-update202210 .sp-button {
    display: block;
  }
}
/* ベストレート保証ヘッダーに移動：ここまで */



/* ---------------------------------
	202211 グループトップ 長期滞在まわり改修
---------------------------------- */
.home-recommend{
  background-color: #222;
  padding: 60px 20px;
}
.home-recommend__inner{
  margin: auto;
  width: min(1200px, 100%);
}
.home-recommend__box{
}
.home-recommend__box:hover .home-recommend__arrow{
  opacity: 1;
}
.home-recommend__item{
  margin: 0 20px;
  max-width: 560px;
  width: 100%;
}
.home-recommend__link{
  display: block;
  transition: opacity .3s;
}
.home-recommend__link:hover{
  opacity: .8;
}
.home-recommend__arrow{
  background-color: #686869;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  outline: none;
  position: absolute;
  top: calc(50% - 20px);
  transition: background-color .3s, opacity .7s;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.home-recommend__arrow:hover{
  background-color: #8e7f64;
}
.home-recommend__arrow::before{
  content: '';
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  top: 11px;
  transition: .3s;
  width: 16px;
  height: 16px;
}
.home-recommend__arrow.-prev{
  left: 32px;
}
.home-recommend__arrow.-prev::before{
  left: 15px;
  transform: rotate(-135deg);
}
.home-recommend__arrow.-next{
  right: 32px;
}
.home-recommend__arrow.-next::before{
  right: 15px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px){
  .home-recommend{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-recommend__box{
    margin: auto;
    width: min(560px, 100%);
  }
  .home-recommend__box:hover .home-recommend__arrow{
    opacity: 0;
  }
  .home-recommend__item{
    margin: initial;
  }
}


.home-longstay{
  background-color: #222;
  padding: 40px;
}
.home-longstay__inner{
  margin: 0 auto 40px;
  width: min(1560px, 100%);
}
.home-longstay__title{
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
.home-longstay__btn{
  background-color: #484848;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 12px 16px 14px;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  width: min(260px, 100%);
}
.home-longstay__btn:hover{
  background-color: #fff;
  color: #222;
}

.home-longstay-wm{
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 52px;
}
.home-longstay-wm > *{
  width: calc(50% - 20px);
}
.home-longstay-wm__info{
  margin-top: -10px;
}
.home-longstay-wm__heading{
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
.home-longstay-wm__heading span{
}
.home-longstay-wm__lead{
  line-height: 2;
}
.home-longstay-wm__btn{
  margin-top: 54px;
}

.home-longstay-residence{
  display: grid;
  grid-template-columns: auto 624px auto;
  margin-top: 60px;
}
.home-longstay-residence__info{
  background-color: #2B2B2B;
  color: #fff;
  order: 1;
  padding: 24px 16px;
  text-align: center;
}
.home-longstay-residence__sub{
  font-family: "Yu Mincho", "YuMincho", serif;;
  font-size: 2.8rem;
  margin-bottom: 5px;
}
.home-longstay-residence__heading{
  font-family: "Yu Mincho", "YuMincho", serif;;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.home-longstay-residence__heading span{
  color: #AC9977;
}
.home-longstay-residence__lead{
  font-size: 2rem;
}
.home-longstay-residence__btn{
  margin: 24px auto 0;
}
.home-longstay-residence__place{
  position: relative;
}
.home-longstay-residence__place.-yotsuya{
  order: 2;
}
.home-longstay-residence__img{
  height: 100%;
}
.home-longstay-residence__img img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.home-longstay-residence__place figcaption{
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  margin: auto;
  padding: 7px 20px 3px;
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  width: max-content;
}

@media screen and (max-width: 1400px){
  .home-longstay-wm__heading span{
    display: block;
  }
}

@media screen and (max-width: 1260px){
  .home-longstay__title{
    font-size: calc(42vw * 100 / 1260);
  }
  .home-longstay-wm{
    margin-top: calc(52vw * 100 / 1260);
  }
  .home-longstay-wm__heading{
    font-size: calc(36vw * 100 / 1260);
  }
  .home-longstay-wm__btn{
    margin-top: calc(56vw * 100 / 1260);
  }
  .home-longstay-residence{
    grid-template-columns: auto calc(624vw * 100 / 1260) auto;
  }
  .home-longstay-residence__sub{
    font-size: calc(28vw * 100 / 1260);
  }
  .home-longstay-residence__heading{
    font-size: calc(32vw * 100 / 1260);
  }
  .home-longstay-residence__lead{
    font-size: calc(20vw * 100 / 1260);
  }
  .home-longstay__btn,
  .home-longstay-wm__lead,
  .home-longstay-residence__place figcaption{
    font-size: calc(16vw * 100 / 1260);
  }
}

@media screen and (max-width: 959px){
  .home-longstay__title{
    font-size: calc(42vw * 100 / 959);
  }
  .home-longstay-wm{
    margin-top: calc(52vw * 100 / 959);
  }
  .home-longstay-wm__heading{
    font-size: calc(36vw * 100 / 959);
  }
  .home-longstay-residence{
    grid-template-columns: auto auto;
  }
  .home-longstay-residence__info{
    grid-column: 1/3;
  }
  .home-longstay-residence__place.-aoyama{
    order: 2;
  }
  .home-longstay-wm__btn{
    margin-top: calc(56vw * 100 / 959);
  }
  .home-longstay-residence__sub{
    font-size: calc(28vw * 100 / 959);
  }
  .home-longstay-residence__heading{
    font-size: calc(32vw * 100 / 959);
  }
  .home-longstay-residence__lead{
    font-size: calc(20vw * 100 / 959);
  }
  .home-longstay__btn,
  .home-longstay-wm__lead,
  .home-longstay-residence__place figcaption{
    font-size: calc(16vw * 100 / 959);
  }
}
@media screen and (max-width: 559px){
  .home-longstay{
    padding: 30px 20px;
  }
  .home-longstay__inner{
    margin-bottom: 0;
  }
  .home-longstay__title{
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .home-longstay__title span{
    display: block;
  }
  .home-longstay-wm{
    margin-top: 32px;
  }
  .home-longstay-wm > *{
    width: 100%;
  }
  .home-longstay-wm__heading{
    font-size: 2.1rem;
    text-align: center;
  }
  .home-longstay-wm__btn{
    margin: 32px auto 0;
  }
  .home-longstay-residence{
    grid-template-columns: auto;
  }
  .home-longstay-residence__info{
    grid-column: initial;
  }
  .home-longstay-residence__sub{
    font-size: 1.8rem;
  }
  .home-longstay-residence__heading{
    font-size: 2.2rem;
  }
  .home-longstay-residence__heading .br{
    display: block;
  }
  .home-longstay-residence__lead{
    font-size: 1.4rem;
  }
  .home-longstay__btn,
  .home-longstay-wm__lead,
  .home-longstay-residence__place figcaption{
    font-size: 1.4rem;
  }
}


/* ディープリンク設置 */
@media screen and (max-width: 768px){
  .header.-withapp,
  .header-drawer.-withapp,
  .home-jumbotron.-withapp{
    top: 56px;
    transition: 0.32s top, 0.32s height, 0.32s background-color, 0s 0s width;
  }
  .header.-withapp.-scroll,
  .header-drawer.-withapp.-scroll,
  .home-jumbotron.-withapp.-scroll{
    top: 0;
  }
}
