@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
:root {
  --color-navy: #13294b;
  --color-white: #fff;
  --color-beige: #e7dac9;
  --color-gray: #5d5d5d;
  --color-lightblue: #9cd9e9;
  --color-bg-primary: #f5e5d2;
  --color-bg-navy: #13294b;
  --color-bg-white: #fff;
  --color-bg-beige: #e7dac9;
  --color-bg-black: #000;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --font-family-sans: "Zen Kaku Gothic New", sans-serif;
  --font-family-eng: "Montserrat", sans-serif;
  --font-family-eng-sub: "Inter", sans-serif;
  --site-padding: 8.46001322vw;
  --site-padding-lg: 17.1296296vw;
  --site-padding-md: 10.87vw;
  --site-padding-sm: 7.69230769vw;
  --site-margin: 8.46001322vw;
  --site-margin-lg: 17.1296296vw;
  --site-margin-md: 10.87vw;
  --site-margin-sm: 7.69230769vw;
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.single-column #htlMainContent {
  width: 100vw !important;
}

@media print, screen and (max-width: 1220px) {
  #htlContents.single-column,
  .single-column #htlMainContent,
  div#RthCustomizeW {
    width: 100% !important;
  }
}
div#RthCustomizeW {
  color: var(--color-navy);
  font-size: 1rem;
  font-family: var(--font-family-sans);
  position: relative;
  font-weight: 400;
  font-kerning: normal;
  font-feature-settings: "palt";
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  background: var(--color-bg-primary);
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  width: 100vw !important;
}

/*
  reset.css
*/
body {
  margin: 0;
}

div#RthCustomizeW h1,
div#RthCustomizeW h2,
div#RthCustomizeW h3,
div#RthCustomizeW h4,
div#RthCustomizeW h5,
div#RthCustomizeW h6 {
  font-weight: var(--font-weight-medium);
}
div#RthCustomizeW a {
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}
div#RthCustomizeW a:hover {
  color: #fff;
  text-decoration: none;
}
div#RthCustomizeW a:focus {
  text-decoration: none;
}
div#RthCustomizeW :active,
div#RthCustomizeW :focus,
div#RthCustomizeW :hover,
div#RthCustomizeW :visited,
div#RthCustomizeW a,
div#RthCustomizeW a:active,
div#RthCustomizeW a:focus,
div#RthCustomizeW a:hover,
div#RthCustomizeW a:visited {
  text-decoration: none;
  outline: none !important;
}
div#RthCustomizeW blockquote {
  margin: 0;
}
div#RthCustomizeW button,
div#RthCustomizeW html input[type=button],
div#RthCustomizeW input[type=reset],
div#RthCustomizeW input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}
div#RthCustomizeW button[disabled],
div#RthCustomizeW html input[disabled] {
  cursor: default;
}
div#RthCustomizeW img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
div#RthCustomizeW html.lenis,
div#RthCustomizeW html.lenis body {
  height: auto;
}
div#RthCustomizeW .lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
div#RthCustomizeW .lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
div#RthCustomizeW .lenis.lenis-stopped {
  overflow: hidden;
}
div#RthCustomizeW .lenis.lenis-scrolling iframe {
  pointer-events: none;
}
div#RthCustomizeW address,
div#RthCustomizeW blockquote,
div#RthCustomizeW dl,
div#RthCustomizeW figure,
div#RthCustomizeW form,
div#RthCustomizeW iframe,
div#RthCustomizeW p,
div#RthCustomizeW pre,
div#RthCustomizeW table {
  margin: 0;
}
div#RthCustomizeW h1,
div#RthCustomizeW h2,
div#RthCustomizeW h3,
div#RthCustomizeW h4,
div#RthCustomizeW h5,
div#RthCustomizeW h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
div#RthCustomizeW ol,
div#RthCustomizeW ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#RthCustomizeW dt {
  font-weight: bold;
}
div#RthCustomizeW dd {
  margin-left: 0;
}
div#RthCustomizeW hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}
div#RthCustomizeW pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
div#RthCustomizeW address {
  font-style: inherit;
}
div#RthCustomizeW a {
  text-decoration: none;
  background-color: transparent;
}
div#RthCustomizeW abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
div#RthCustomizeW b,
div#RthCustomizeW strong {
  font-weight: bolder;
}
div#RthCustomizeW code,
div#RthCustomizeW kbd,
div#RthCustomizeW samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
div#RthCustomizeW small {
  font-size: 80%;
}
div#RthCustomizeW sub,
div#RthCustomizeW sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
div#RthCustomizeW sub {
  bottom: -0.25em;
}
div#RthCustomizeW sup {
  top: -0.5em;
}
div#RthCustomizeW embed,
div#RthCustomizeW iframe,
div#RthCustomizeW img,
div#RthCustomizeW object,
div#RthCustomizeW svg {
  vertical-align: bottom;
}
div#RthCustomizeW button,
div#RthCustomizeW input,
div#RthCustomizeW optgroup,
div#RthCustomizeW select,
div#RthCustomizeW textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}
div#RthCustomizeW [type=button],
div#RthCustomizeW [type=reset],
div#RthCustomizeW [type=submit],
div#RthCustomizeW button {
  cursor: pointer;
}
div#RthCustomizeW [type=button]:disabled,
div#RthCustomizeW [type=reset]:disabled,
div#RthCustomizeW [type=submit]:disabled,
div#RthCustomizeW button:disabled {
  cursor: default;
}
div#RthCustomizeW :-moz-focusring {
  outline: auto;
}
div#RthCustomizeW select:disabled {
  opacity: inherit;
}
div#RthCustomizeW option {
  padding: 0;
}
div#RthCustomizeW fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}
div#RthCustomizeW legend {
  padding: 0;
}
div#RthCustomizeW progress {
  vertical-align: baseline;
}
div#RthCustomizeW textarea {
  overflow: auto;
}
div#RthCustomizeW [type=number]::-webkit-inner-spin-button,
div#RthCustomizeW [type=number]::-webkit-outer-spin-button {
  height: auto;
}
div#RthCustomizeW [type=search] {
  outline-offset: -2px;
}
div#RthCustomizeW [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
div#RthCustomizeW ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}
div#RthCustomizeW [type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}
div#RthCustomizeW label[for] {
  cursor: pointer;
}
div#RthCustomizeW details {
  display: block;
}
div#RthCustomizeW summary {
  display: list-item;
}
div#RthCustomizeW [contenteditable]:focus {
  outline: auto;
}
div#RthCustomizeW table {
  border-collapse: collapse;
  border-color: inherit;
}
div#RthCustomizeW caption {
  text-align: left;
}
div#RthCustomizeW td,
div#RthCustomizeW th {
  padding: 0;
  vertical-align: top;
}
div#RthCustomizeW th {
  font-weight: bold;
  text-align: left;
}
div#RthCustomizeW html {
  font-size: calc(7px + 0.625vw);
}
div#RthCustomizeW html.is-header-search-open,
div#RthCustomizeW html.is-megamenu-open,
div#RthCustomizeW html.is-modal-show,
div#RthCustomizeW html.is-side-nav-open {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div#RthCustomizeW html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  div#RthCustomizeW html {
    font-size: 4.2666666667vw;
  }
}

#RthCustomizeW main {
  display: block;
  box-sizing: border-box;
}

#RthCustomizeW a {
  text-decoration: none;
}

#RthCustomizeW img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}

#RthCustomizeW ol,
#RthCustomizeW ul,
#RthCustomizeW p {
  list-style: none;
}

#RthCustomizeW table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

#RthCustomizeW .mainwrap {
  max-width: 95%;
  margin: auto;
}

@media print, screen and (min-width: 1261px) {
  #RthCustomizeW .mainwrap {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}
.u-font-jp {
  font-family: var(--font-family-sans);
}

.u-c-white {
  color: var(--color-white);
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/*
  front page
*/
#RthCustomizeW .kv {
  width: 100%;
  height: 100vh;
  background-image: url(../images/top_fv.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#RthCustomizeW .kv:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-bg-black);
  opacity: 0.3;
  top: 0;
  left: 0;
}
#RthCustomizeW .p-top-kv-menu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 6.60066007vh;
  z-index: 4;
}
#RthCustomizeW .p-top-kv-menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  width: 100%;
  gap: 5vw;
}
#RthCustomizeW .p-top-kv-menu__item {
  overflow: hidden;
  white-space: nowrap;
}
#RthCustomizeW .p-top-kv-menu__item a {
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  font-size: clamp(10px, 0.8vw, 14px);
  color: var(--color-white);
}
#RthCustomizeW .u-hover-text span {
  position: relative;
  display: table;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.35, 1);
}
#RthCustomizeW .u-hover-text span:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  /* 下に配置 */
  width: 100%;
  color: var(--color-white);
}
#RthCustomizeW .u-hover-text:hover span {
  transform: translateY(-100%);
}
#RthCustomizeW .p-top-kv-menu__item a:hover,
#RthCustomizeW .p-top-kv-menu__item a:visited,
#RthCustomizeW .p-top-kv-menu__item a:active {
  color: var(--color-white);
}
#RthCustomizeW .p-top-kv__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
#RthCustomizeW .p-top-kv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#RthCustomizeW .p-top-kv__logo img {
  width: 28.6375661vw;
  transition: var(--easeOutCubic) 1.5s;
  margin: 0 auto;
  display: table;
}
#RthCustomizeW .p-top-kv__copy {
  position: absolute;
  top: 50%;
  left: 15.8730159vw;
  transform: translateY(-50%);
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-regular);
  color: var(--color-white);
  font-size: 2vw;
  line-height: 1.3;
}
#RthCustomizeW .p-top-kv__lead {
  position: absolute;
  top: 50%;
  right: 15.8730159vw;
  transform: translateY(-50%);
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-regular);
  color: var(--color-white);
  font-size: 0.8vw;
  line-height: 1.8;
  width: 13.7566138vw;
}
#RthCustomizeW .p-top-kv__copy span {
  display: block;
}
#RthCustomizeW .u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  /* 新旧両対応 */
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#RthCustomizeW .c-kv__circle {
  width: 47.5529101vw;
  height: 28.505291vw;
  overflow: visible;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 14vw;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#RthCustomizeW .c-reservation {
  position: fixed;
  right: 2.64550265vw;
  bottom: 4.40044004vh;
  z-index: 111111;
  overflow: hidden;
}
@media (max-width: 767px) {
  #RthCustomizeW .c-reservation {
    bottom: 2.5dvh;
    right: 5.12820513vw;
  }
}
#RthCustomizeW .c-reservation a {
  display: block;
  padding: 19px 15px;
  background: var(--color-lightblue);
  border-radius: 0.4rem;
  transition: var(--easeOutCubic) 0.5s;
}
@media (max-width: 767px) {
  #RthCustomizeW .c-reservation a {
    padding: 1.7rem 1.4rem;
  }
}
@media (max-width: 375px) {
  #RthCustomizeW .c-reservation a {
    padding: 1.5rem 1rem;
  }
}
#RthCustomizeW .c-reservation a:hover {
  background: var(--color-white);
}
#RthCustomizeW .c-reservation a:hover .u-hover-text span {
  transform: translateY(-100%);
}
#RthCustomizeW .is-page-loaded .c-reservation {
  opacity: 1;
  transition: var(--easeOutCubic) 0.8s;
  transition-delay: 0.5s;
}
#RthCustomizeW .c-reservation__row {
  display: flex;
  align-items: center;
}
#RthCustomizeW .c-reservation__text {
  color: var(--color-navy);
  position: relative;
  padding-right: 1.3rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  overflow: hidden;
}
#RthCustomizeW .c-reservation__text-en {
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  font-size: clamp(12px, 0.8vw, 13px);
}
#RthCustomizeW .c-reservation__text-en.u-hover-text span::before {
  color: var(--color-navy);
}
#RthCustomizeW .c-reservation__text-jp {
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-regular);
  font-size: clamp(9px, 0.6vw, 10px);
}
#RthCustomizeW .c-reservation__icon {
  padding-left: 1.3rem;
  position: relative;
  padding-left: 1.3rem;
}
#RthCustomizeW .c-reservation__icon:after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 1px;
  height: calc(100% - 4px);
  background: var(--color-navy);
}
#RthCustomizeW .c-reservation__icon img {
  width: clamp(16px, 1.0666667vw, 17px);
}
#RthCustomizeW .l-footer {
  background: var(--color-bg-navy);
  position: relative;
  z-index: 999;
  transition: var(--easeOutCubic) 0.5s;
  overflow: hidden;
  padding-bottom: 140px;
}
#RthCustomizeW .l-footer-urban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../images/urban_bg.jpg);
  height: 600px;
  position: relative;
}
#RthCustomizeW .l-footer-urban::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: var(--color-bg-navy);
  opacity: 0.6;
  transition: var(--easeOutCubic) 0.5s;
}
#RthCustomizeW .l-footer-urban__logo {
  width: 15.1455026vw;
  margin: 0 auto 4rem;
}
#RthCustomizeW .l-footer-urban__box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--site-padding);
  z-index: 2;
}
#RthCustomizeW .l-container {
  padding: 0 var(--site-padding);
}
#RthCustomizeW .l-footer-top {
  display: flex;
  padding-top: 13rem;
  align-items: center;
}
#RthCustomizeW .l-footer-logo {
  width: 14.243386vw;
}
#RthCustomizeW .l-footer-logo__name {
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-medium);
  font-size: 0.866667vw;
  margin-top: 2rem;
}
#RthCustomizeW .l-footer-img {
  width: 195px;
  border-radius: 100px;
  margin-left: auto;
  overflow: hidden;
}
#RthCustomizeW .l-footer-middle {
  margin-top: 50px;
}
#RthCustomizeW .l-footer-middle__inner {
  display: flex;
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#RthCustomizeW .l-footer-menu {
  display: flex;
  gap: 5.95238095vw;
}
@media print, screen and (max-width: 1160px) {
  #RthCustomizeW .l-footer-menu {
    display: flex;
    gap: 3vw;
  }
}
#RthCustomizeW .l-footer-menu__item {
  margin-bottom: 3rem;
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  font-size: clamp(11px, 0.8vw, 13px);
  overflow: hidden;
}
#RthCustomizeW .l-footer-menu__item a {
  display: table;
}
#RthCustomizeW .l-footer-info {
  margin-left: auto;
}
#RthCustomizeW .l-footer-info__list {
  display: flex;
  color: #fff;
  gap: 3.96825397vw;
}
#RthCustomizeW .l-footer-info__ttl {
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-bold);
  font-size: clamp(11px, 0.8vw, 13px);
  margin-bottom: 1rem;
}
#RthCustomizeW .l-footer-info__detail {
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-medium);
  font-size: clamp(11px, 0.8vw, 13px);
  line-height: 1.8;
}
#RthCustomizeW .l-footer-bottom {
  padding-top: 5rem;
}
#RthCustomizeW .l-footer-bottom__inner {
  display: flex;
  align-items: center;
}
#RthCustomizeW .l-footer-copyright {
  margin-left: auto;
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  font-size: clamp(9px, 0.66667vw, 11px);
}

/*
  main
*/
#RthCustomizeW .top-about {
  display: flex;
}
#RthCustomizeW .top-about__ttl, #RthCustomizeW .top-about__txt {
  width: 50%;
}
#RthCustomizeW .top-about .p-top-concept__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
#RthCustomizeW .top-about__ttl {
  padding-left: 50px;
}
#RthCustomizeW .top-about__txt {
  margin-left: auto;
  padding: 15vh var(--site-padding);
  position: relative;
  box-sizing: border-box;
}
#RthCustomizeW .p-top-concept__ttl-sub img {
  width: 40.8068783vw;
  height: 5.687831vw;
}
#RthCustomizeW .p-top-concept__ttl-main img {
  width: 40.8068783vw;
  height: 7.010582vw;
}
#RthCustomizeW .c-paragraph {
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-medium);
  font-size: clamp(12.5px, 0.9333333vw, 14.5px);
  line-height: 2;
}
#RthCustomizeW .c-paragraph--md {
  font-size: clamp(11px, 0.8vw, 13px);
}
#RthCustomizeW .c-paragraph--sm {
  font-size: clamp(9px, 0.67777vw, 11px);
}
#RthCustomizeW .c-heading-tag {
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  font-size: clamp(10px, 0.8vw, 13px);
  color: var(--color-navy);
  white-space: nowrap;
}
#RthCustomizeW .p-top-concept__inner .c-heading-tag {
  margin-bottom: 40px;
}
#RthCustomizeW .up-txt {
  overflow: hidden;
}
#RthCustomizeW .up-txt__point {
  display: block;
  transform: translateY(100%);
  transition: var(--easeOutCubic) 1s;
}
#RthCustomizeW .up-txt.is-onscreen .up-txt__point {
  transform: translateY(0px);
}
#RthCustomizeW .p-top-concept-urban {
  margin-top: 50px;
}
#RthCustomizeW .p-top-concept-urban__ttl {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
#RthCustomizeW .p-top-concept-urban__ttl p {
  font-size: 14px;
}
#RthCustomizeW .p-top-concept-urban__img {
  width: 7.6vw;
  overflow: hidden;
}
#RthCustomizeW .p-top-concept-urban__img img {
  border-radius: 300px;
}
#RthCustomizeW .bgImg {
  position: relative;
  /* height: 180vh; */
}
#RthCustomizeW .bgImg-wrap {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#RthCustomizeW .bgImg-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg-black);
  content: "";
  opacity: 0.3;
}
#RthCustomizeW .bgImg.top-stay .bgImg-wrap {
  background-image: url(../images/stay_bg_03.jpg);
}
#RthCustomizeW .bgImg.top-food .bgImg-wrap {
  background-image: url(../images/food_bg.jpg);
}
#RthCustomizeW .bgImg.top-bath .bgImg-wrap {
  background-image: url(../images/bath-sauna_bg.jpg);
}
#RthCustomizeW .bgImg-wrap__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1620px;
  width: 85%;
  z-index: 1;
}
#RthCustomizeW .bgImg-wrap__main {
  width: 58%;
}
#RthCustomizeW .bgImg-wrap__ttl {
  width: 40%;
}
#RthCustomizeW .bgImg-wrap__ttl h2 {
  color: var(--color-white);
}
#RthCustomizeW .bgImg-wrap__ttl h2 small {
  font-size: 18px;
  letter-spacing: 0.4em;
  margin-top: 1em;
}
#RthCustomizeW .c-heading-section {
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  font-size: clamp(50px, 4vw, 70px);
  color: var(--color-navy);
  overflow: hidden;
}
#RthCustomizeW .p-top-feature-text {
  width: 30vw;
  color: var(--color-white);
}
#RthCustomizeW .c-heading {
  font-family: var(--font-family-sans);
  font-weight: var(--font-weight-medium);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.8;
  margin-bottom: 45px;
}
#RthCustomizeW .c-heading-sub {
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-regular);
  font-size: clamp(10px, 0.8vw, 12px);
  display: block;
  margin-top: 1rem;
  opacity: 0.5;
}
#RthCustomizeW .arr-link.c-button--white a:hover span {
  color: var(--color-white);
}
#RthCustomizeW .arr-link.c-button--white a:hover .arr-link__icon {
  background-color: #fff;
}
#RthCustomizeW .arr-link.c-button--white a:hover .arr-link__icon::before {
  background: var(--color-navy);
}
#RthCustomizeW .arr-link.c-button--white a:hover .arr-link__icon::after {
  border-top: 1px solid var(--color-navy);
  border-right: 1px solid var(--color-navy);
}
#RthCustomizeW .arr-link.c-button--white a .arr-link__icon {
  border-color: var(--color-white);
}
#RthCustomizeW .arr-link.c-button--white a .arr-link__icon::before {
  background: var(--color-white);
}
#RthCustomizeW .arr-link.c-button--white a .arr-link__icon::after {
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
#RthCustomizeW .arr-link.button-box a {
  min-width: 210px;
  justify-content: space-between;
  background: var(--color-navy);
  padding: 20px;
  border-radius: 30px;
  transition: var(--easeOutCubic) 0.3s;
}
#RthCustomizeW .arr-link.button-box a .c-button-text {
  padding-bottom: 0;
}
#RthCustomizeW .arr-link.button-box a .c-button-text::before, #RthCustomizeW .arr-link.button-box a .c-button-text::after {
  content: none;
}
#RthCustomizeW .arr-link.button-box a:hover {
  color: var(--color-navy);
  background: var(--color-white);
}
#RthCustomizeW .arr-link.button-box a:hover .arr-link__icon {
  border-color: var(--color-navy);
}
#RthCustomizeW .arr-link.button-box a:hover span {
  color: var(--color-navy);
}
#RthCustomizeW .arr-link a:hover span {
  color: var(--color-navy);
}
#RthCustomizeW .arr-link a:hover .arr-link__icon {
  background-color: var(--color-navy);
}
#RthCustomizeW .arr-link a:hover .arr-link__icon::before {
  background: var(--color-white);
}
#RthCustomizeW .arr-link a:hover .arr-link__icon::after {
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
}
#RthCustomizeW .arr-link__icon {
  width: 43px;
  height: 23px;
  border-radius: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-navy);
  position: relative;
  transition: all 0.3s;
}
#RthCustomizeW .arr-link__icon::before, #RthCustomizeW .arr-link__icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.3s;
}
#RthCustomizeW .arr-link__icon::before {
  left: 0;
  right: 0;
  width: 10px;
  height: 1px;
  background: var(--color-navy);
  margin-left: auto;
  margin-right: auto;
}
#RthCustomizeW .arr-link__icon::after {
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color-navy);
  border-right: 1px solid var(--color-navy);
  transform: rotate(45deg);
}
#RthCustomizeW .c-button {
  margin-top: 40px;
  display: table;
}
#RthCustomizeW .c-button a {
  display: flex;
  color: var(--color-navy);
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  gap: 0.6rem;
  align-items: center;
  overflow: hidden;
}
#RthCustomizeW .c-button:hover .u-hover-button span {
  transform: translateY(calc(-100% - 0.6rem));
}
#RthCustomizeW .c-button-text {
  position: relative;
  display: table;
  padding-bottom: 0.6rem;
  font-size: 12px;
  overflow: hidden;
}
#RthCustomizeW .c-button-text:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: var(--color-navy);
  width: 100%;
  height: 1px;
  transition: var(--easeOutCubic) 0.3s;
}
#RthCustomizeW .c-button-text:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: var(--color-navy);
  width: 0%;
  height: 1px;
  transition: var(--easeOutCubic) 0.3s;
  transition-delay: 0.2s;
}
#RthCustomizeW .c-button--white a:hover .c-button-text::before {
  width: 100%;
}
#RthCustomizeW .c-button--white a:hover .c-button-text::after {
  width: 0;
}
#RthCustomizeW .c-button--white .c-button-text:after {
  background: var(--color-white);
}
#RthCustomizeW .c-button--white .c-button-text:before {
  background: var(--color-white);
}
#RthCustomizeW .c-button--white .c-button-icon {
  border: 1px solid var(--color-white);
}
#RthCustomizeW .c-button a:hover .c-button-text::before {
  width: 100%;
}
#RthCustomizeW .c-button a:hover .c-button-text::after {
  width: 0;
}
#RthCustomizeW .c-button--white a {
  color: var(--color-white);
}
#RthCustomizeW .u-hover-button span {
  position: relative;
  display: table;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.35, 1);
}
#RthCustomizeW .u-hover-button span:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: calc(100% + 0.6rem);
  /* 下に配置 */
  width: 100%;
}
#RthCustomizeW .u-hover-button:hover span {
  transform: translateY(calc(-100% - 0.6rem));
}
#RthCustomizeW .top-bicycle {
  padding-top: 20vh;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
#RthCustomizeW .top-bicycle__wrap {
  display: flex;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
#RthCustomizeW .top-bicycle__wrap.row-r {
  flex-direction: row-reverse;
}
#RthCustomizeW .top-bicycle__main {
  width: 42%;
  padding-right: 50px;
}
#RthCustomizeW .top-bicycle .row-r .top-bicycle__main {
  padding-right: 0;
  padding-left: 50px;
}
#RthCustomizeW .top-bicycle .row-r .p-top-bicycle-text {
  margin-left: auto;
}
#RthCustomizeW .top-bicycle__img {
  width: 58%;
}
#RthCustomizeW .top-bicycle__img img {
  border-radius: 0.4rem;
}
#RthCustomizeW .c-heading--lg {
  font-size: clamp(18px, 1.5333333vw, 23px);
  line-height: 1.8;
  margin-bottom: 40px;
}
#RthCustomizeW .p-top-bicycle__copy {
  margin-top: 8.80088009vh;
}
#RthCustomizeW .p-top-bicycle-text {
  max-width: 560px;
}
#RthCustomizeW .gmap iframe {
  width: 100%;
  vertical-align: bottom;
  filter: grayscale(100%);
}
#RthCustomizeW #access {
  padding-bottom: 20vh;
}
#RthCustomizeW #access .c-paragraph--md {
  margin-top: 20px;
}
#RthCustomizeW .top-facility {
  padding-top: 20vh;
  position: relative;
}
#RthCustomizeW .top-facility h2 {
  text-align: center;
  margin-bottom: 90px;
}
#RthCustomizeW .top-facility__col3 {
  display: flex;
  border-top: solid 1px rgba(17, 40, 73, 0.2);
  border-bottom: solid 1px rgba(17, 40, 73, 0.2);
}
#RthCustomizeW .top-facility__col3 li {
  width: 33.3333333333%;
  padding: 70px 0 110px;
}
#RthCustomizeW .top-facility__col3 li:not(:last-of-type) {
  border-right: solid 1px rgba(17, 40, 73, 0.2);
}
#RthCustomizeW .top-facility__img {
  width: 21.494709vw;
  height: 12.962963vw;
  overflow: hidden;
  border-radius: 50vh;
  margin: 0 auto 3rem;
  transition: var(--easeOutCubic) 0.8s;
}
#RthCustomizeW .top-facility__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: var(--easeOutCubic) 0.8s;
}
#RthCustomizeW .top-facility__img:hover img {
  transform: scale(1.08);
}
#RthCustomizeW .top-facility .c-heading {
  margin-bottom: 0;
}
#RthCustomizeW .c-common__heading {
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-medium);
  font-size: clamp(26px, 2vw, 32px);
  text-align: center;
}
#RthCustomizeW .c-common__heading span {
  margin: 0 auto 50px;
}
#RthCustomizeW .bg-line {
  position: relative;
  clip-path: inset(0 0 0 0);
}
#RthCustomizeW .bg-line::before {
  content: "";
  background-repeat: repeat-y;
  width: 11px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  background-size: 11px;
  background-image: url(../images/bg_line.png);
}/*# sourceMappingURL=style.css.map */
