/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-padding-top: 80px;
}
html:has(.c-style__renew2025) {
  margin-top: 0 !important;
}

body {
  line-height: 1;
}

:has(#renew) .c-header::after {
  background-color: transparent;
  background: url(../image/common/img_bg.webp) 50% -1px/cover no-repeat;
  top: -1px;
}
:has(#renew) .c-gnav {
  background: url(../image/common/img_bg.webp) right top/cover no-repeat;
}

.c-style__renew2025 {
  position: relative;
  padding-top: 80px;
}
.c-style__renew2025 .c-bg {
  position: absolute;
  z-index: -1;
  display: none;
  inset: 0;
}
.c-style__renew2025 .c-bg::after {
  height: 100vh;
  height: 100lvh;
  position: sticky;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  min-height: 100vh;
  background: url(../image/common/img_bg.webp) center top/cover no-repeat;
}
.c-style__renew2025:has(#renew) .c-bg {
  display: block;
}

#renew {
  position: relative;
  overflow: clip;
  z-index: 0;
  font-size: 0.875rem;
}

#renew {
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.625;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #000;
}
#renew *,
#renew ::before,
#renew ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
#renew p,
#renew a,
#renew button,
#renew figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
#renew a,
#renew button {
  color: inherit;
  text-decoration: none;
}
#renew a:hover,
#renew button:hover {
  text-decoration: none;
}
#renew :where(img:not([src$=".svg"])) {
  width: 100%;
}
#renew img,
#renew svg {
  max-width: 100%;
  height: auto;
  line-height: 1;
}
#renew .is-palt {
  font-feature-settings: "palt";
}
#renew a,
#renew .h_opacity {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
#renew .full {
  width: 100%;
}
#renew .js-according {
  cursor: pointer;
}
#renew .inview {
  visibility: hidden;
}
#renew .inview.inview_opacity {
  opacity: 0;
}
#renew .fadeUp,
#renew .fadeIn {
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#renew .fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}
#renew .fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}
@keyframes ani_fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 100%;
  padding-inline: 17px;
  margin-inline: auto;
}

.no_transition #gnav {
  transition: none !important;
}
.no_transition #gnav .c-gnav__submenu {
  transition: none !important;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: transform 0.5s 0.3s ease-in-out;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.625;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #000;
}
.c-header *,
.c-header ::before,
.c-header ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.c-header p,
.c-header a,
.c-header button,
.c-header figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.c-header a,
.c-header button {
  color: inherit;
  text-decoration: none;
}
.c-header a:hover,
.c-header button:hover {
  text-decoration: none;
}
.c-header :where(img:not([src$=".svg"])) {
  width: 100%;
}
.c-header img,
.c-header svg {
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.c-header .is-palt {
  font-feature-settings: "palt";
}
.c-header a,
.c-header .h_opacity {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.c-header {
  font-weight: 700;
}
.c-header.is-show {
  transform: translateY(0);
}
.c-header.is-hide {
  transform: translateY(-100%);
}
.c-header::after {
  content: "";
  inset: 0;
  background-color: #f6f6f6;
  position: absolute;
  z-index: -1;
}
.c-header .c-header__inner {
  padding-inline: 18px;
}
.c-header .c-header__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-top: 3px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.c-header .c-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header .c-header__logo {
  width: 161px;
}
.c-header .c-header__logo a {
  display: block;
}
.c-header .c-header__logo img {
  display: block;
}
.c-header .c-header__other {
  display: flex;
}
.c-header .c-header__membership, .c-header .c-header__login {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  font-size: 0.59375rem;
}
.c-header .c-header__membership {
  color: #fff000;
  letter-spacing: 0.15em;
  background-color: #00a6e9;
}
.c-header .c-header__login {
  background-color: #000543;
  color: #fff;
  letter-spacing: 0.1em;
}
.c-header .c-header__service {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -3;
  display: none;
}
.c-header .c-header__service__list {
  justify-content: flex-end;
  display: flex;
  transition: transform 0.5s 0.3s ease-in-out;
}
.c-header .c-header__service__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.5s;
  transition-property: color, background-color;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
}
.c-header .c-header__hamburger {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.c-header .c-header__hamburger > * {
  position: absolute;
  height: 1px;
  border-radius: 2px;
  width: 33px;
  background-color: #000;
  transition: 0.5s;
  transition-property: opacity, transform;
}
.c-header .c-header__hamburger > *:first-child {
  transform: translateY(-9px);
}
.c-header .c-header__hamburger > *:last-child {
  transform: translateY(9px);
}
.c-header .c-header__hamburger.is-open > * {
  transform: translateY(0) rotate(45deg);
}
.c-header .c-header__hamburger.is-open > *:nth-child(2) {
  opacity: 0;
}
.c-header .c-header__hamburger.is-open > *:last-child {
  transform: translateY(0) rotate(135deg);
}
.c-header .c-gnav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  overflow-y: auto;
  overflow-x: clip;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 0.9375rem;
  padding-block: 76px 40px;
  padding-inline: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-property: opacity visibility;
}
.c-header .c-gnav.is-open {
  opacity: 1;
  visibility: visible;
}
.c-header .c-gnav__member {
  display: flex;
  gap: 13px;
  margin-bottom: 14px;
}
.c-header .c-gnav__membership, .c-header .c-gnav__login {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 50px;
  background-color: #000543;
  width: 100%;
}
.c-header .c-gnav__login {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
.c-header .c-gnav__membership {
  letter-spacing: 0.15em;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  color: #fff000;
  line-height: 1.4;
  background-color: #00a6e9;
}
.c-header .c-gnav__membership small {
  font-size: 0.71875rem;
  letter-spacing: 0.1em;
}
.c-header .c-gnav__item {
  position: relative;
  z-index: 0;
  margin-bottom: 16px;
}
.c-header .c-gnav__item:last-child {
  margin-bottom: 0;
}
.c-header .c-gnav__link {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
  height: 50px;
  width: 100%;
  background-color: #fff;
  gap: 10px;
  padding-inline: 37px 25px;
  letter-spacing: 0.1em;
  position: relative;
  opacity: 1;
}
.c-header .c-gnav__link:not(.js_drop_menu) {
  padding-right: 20px;
}
.c-header .c-gnav__link:not(.js_drop_menu)::after {
  content: "";
  aspect-ratio: 300/66;
  background: url(../image/common/icon_arrow01.svg) center/contain no-repeat;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.9));
  width: 27.5px;
  flex-shrink: 0;
  transform: none !important;
}
.c-header .c-gnav__link::before {
  position: absolute;
  top: 100%;
  height: 12px;
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-header .c-gnav__link::after {
  content: "";
  aspect-ratio: 179/150;
  background: url(../image/common/icon_chevron.svg) center/contain no-repeat;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
  width: 14px;
  flex-shrink: 0;
  margin-block: auto;
  margin-right: 7px;
}
.c-header .c-gnav__link.is-active::after {
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.c-header .c-gnav__submenu {
  padding-top: 1px;
  display: none;
  font-weight: 500;
}
.c-header .c-gnav__subttl {
  height: 37px;
  display: flex;
  align-items: center;
  background-color: #b2e4f8;
  padding-inline: 37px 25px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
.c-header .c-gnav__subcol {
  margin-top: 1px;
}
.c-header .c-gnav__subcol:first-child {
  margin-top: 0;
}
.c-header .c-gnav__subcol:first-child .c-gnav__subttl {
  display: none;
}
.c-header .c-gnav__subitem:not(:last-child) {
  margin-bottom: 1px;
}
.c-header .c-gnav__sublink {
  letter-spacing: 0.1em;
  background-color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: 37px 25px;
  gap: 10px;
  font-size: 0.8125rem;
}
.c-header .c-gnav__sublink::after {
  content: "";
  aspect-ratio: 300/66;
  background: url(../image/common/icon_arrow01.svg) center/contain no-repeat;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.9));
  width: 27.5px;
  flex-shrink: 0;
}
.c-header .c-gnav__service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 13px;
  padding-top: 43px;
}
.c-header .c-gnav__service__link {
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000543;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.c-header .c-gnav__service__link.is-black {
  background-color: #000;
}
.c-header .c-gnav__service__link.is-blue {
  background-color: #00a6e9;
}

.c-footer {
  padding-inline: 20px;
  background-color: #000;
  padding-block: 64px 117px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.625;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", sans-serif;
  color: #000;
}
.c-footer *,
.c-footer ::before,
.c-footer ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.c-footer p,
.c-footer a,
.c-footer button,
.c-footer figure {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.c-footer a,
.c-footer button {
  color: inherit;
  text-decoration: none;
}
.c-footer a:hover,
.c-footer button:hover {
  text-decoration: none;
}
.c-footer :where(img:not([src$=".svg"])) {
  width: 100%;
}
.c-footer img,
.c-footer svg {
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.c-footer .is-palt {
  font-feature-settings: "palt";
}
.c-footer a,
.c-footer .h_opacity {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.c-footer .c-footer__inner {
  margin-inline: auto;
  color: #fff;
}
.c-footer .c-footer__entry {
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 41px;
  justify-content: center;
}
.c-footer .c-footer__membership, .c-footer .c-footer__login {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.19em;
  padding-inline: 20px;
  padding-block: 10px;
  font-size: 1.23125rem;
  max-width: 311px;
  min-height: 58px;
  opacity: 1;
  transition: transform 0.5s ease;
}
.c-footer .c-footer__membership, .c-footer .c-footer__login {
  font-weight: 700;
}
.c-footer .c-footer__membership {
  background-color: #fff;
  color: #000;
}
.c-footer .c-footer__login {
  color: #FFF000;
  background-color: #00A6E9;
}
.c-footer .c-footer__nav {
  display: grid;
  font-weight: 400;
  grid-template-columns: repeat(2, 1fr);
  gap: 41px 32px;
  margin-top: 71px;
  padding-inline: 8px 7px;
}
.c-footer .c-footer__nav .item-ttl {
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
}
.c-footer .c-footer__nav .item-link {
  letter-spacing: 0.19em;
  font-size: 1.0565625rem;
}
.c-footer .c-footer__nav .item-sublist {
  margin-top: 14px;
  margin-right: -17px;
}
.c-footer .c-footer__nav .item-sub {
  line-height: 1.3054545455;
  font-size: 0.6875rem;
}
.c-footer .c-footer__nav .item-sub:not(:first-child) {
  margin-top: 13px;
}
.c-footer .c-footer__nav .item-sublink {
  letter-spacing: 0.07em;
}
.c-footer .c-footer__last {
  padding-inline: 8px;
  margin-top: 50px;
}
.c-footer .c-footer__note {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 0.65625rem;
  line-height: 1.6652380952;
}
.c-footer .c-footer__brand {
  margin-top: 29px;
  flex-grow: 1;
  max-width: 400px;
  margin-inline: auto;
  display: block;
}
.c-footer .c-footer__brand__link {
  margin-inline: auto;
  display: block;
}

.c-totop {
  position: absolute;
  top: 0;
  bottom: -20px;
  right: 20px;
  z-index: 100;
  display: flex;
  pointer-events: none;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-totop.is-show {
  opacity: 1;
}
.c-totop.is-show .c-totop__tool {
  pointer-events: all;
  transform: translateY(0);
}
.c-totop__tool {
  position: sticky;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateY(70px);
  pointer-events: none;
  transition: transform 0.5s ease;
}
.c-totop__member {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  line-height: 1.3288453692;
  color: #FFF000;
  font-weight: 700;
  background-color: #00A6E9;
  text-align: center;
  letter-spacing: 0.15em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 98px;
  font-size: 0.9375rem;
  line-height: 1.285;
  gap: 5px;
  opacity: 1;
}
.c-totop__member svg {
  content: "";
  aspect-ratio: 300/42;
  display: block;
  position: relative;
  width: 48px;
  height: auto;
  fill: currentColor;
}
.c-totop__back {
  aspect-ratio: 1;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-totop__back {
  opacity: 0.7;
}
.c-totop__back svg {
  fill: #00A6E9;
  width: 12px;
  content: "";
  aspect-ratio: 179/150;
}

#renew .c-ttl01 {
  letter-spacing: 0.2em;
  font-family: "tt-travels-next", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 2.8125rem;
  letter-spacing: 0.17em;
}
#renew .c-ttl01 + .c-ttl02 {
  margin-top: 12px;
}
#renew .c-ttl02 {
  margin-inline: auto;
  text-align: center;
}
#renew .c-ttl02::before, #renew .c-ttl02::after {
  content: "";
  display: block;
  width: 100%;
  margin-inline: auto;
}
#renew .c-ttl02::before {
  border-top: 2px solid currentColor;
  border-bottom: 1px solid currentColor;
  height: 5px;
}
#renew .c-ttl02::after {
  height: 1px;
  background-color: currentColor;
}
#renew .c-ttl02 {
  font-weight: 700;
  font-size: 1.15625rem;
  line-height: 1.3513513514;
  letter-spacing: 0.11em;
}
#renew .c-ttl02::before {
  margin-bottom: 10px;
}
#renew .c-ttl02::after {
  margin-top: 9px;
}

#renew .u_fw_400 {
  font-weight: 400;
}
#renew .u_fw_500 {
  font-weight: 500;
}
#renew .u_fw_600 {
  font-weight: 600;
}
#renew .u_fw_700 {
  font-weight: 700;
}
#renew .u_inline_block {
  display: inline-block;
}
#renew .u_txt_center {
  text-align: center;
}
#renew .u_txt_right {
  text-align: right;
}
#renew .u_hide {
  display: none;
}

#renew .c-btn01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 9px 0;
  background-color: #000543;
  width: 100%;
  min-height: 45px;
  letter-spacing: 0.1em;
  max-width: 331px;
  font-size: 0.9790625rem;
  color: #FFF000;
  padding-block: 9px;
  font-weight: 700;
}
#renew .c-btn02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 7px 0;
  background-color: #000543;
  letter-spacing: 0.15em;
  font-size: 0.8025rem;
  min-height: 36px;
  min-width: 228.5px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #renew .pc {
    display: none !important;
  }
  .c-header .pc {
    display: none !important;
  }
  .c-footer .pc {
    display: none !important;
  }
  .c-totop__member svg {
    stroke: currentColor;
    stroke-width: 0.5px;
  }
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 160px;
  }
  .c-style__renew2025 {
    padding-top: 150px;
  }
  #renew {
    font-size: 0.9375rem;
  }
  #renew .sp {
    display: none !important;
  }
  #renew a[href^=tel] {
    pointer-events: none;
  }
  #renew :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .l-container {
    max-width: 1108px;
    padding-inline: 40px;
  }
  .c-header .sp {
    display: none !important;
  }
  .c-header a[href^=tel] {
    pointer-events: none;
  }
  .c-header :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .c-header.is-show .c-header__service__list {
    transform: translateY(0%);
  }
  .c-header.is-hide .c-header__service__list {
    transform: translateY(-100%);
  }
  .c-header .c-header__inner {
    position: relative;
    padding-inline: 20px;
    padding-block: 20px 0;
  }
  .c-header .c-header__inner::after {
    margin-top: 20px;
  }
  .c-header .c-header__logo {
    width: 288px;
  }
  .c-header .c-header__other {
    gap: clamp(0.625rem, 3.3333333333vw + -1.625rem, 1.375rem);
  }
  .c-header .c-header__membership, .c-header .c-header__login {
    font-size: 0.9375rem;
    height: 40px;
  }
  .c-header .c-header__membership {
    width: clamp(7.5rem, 9.1666666667vw + 1.3125rem, 9.5625rem);
  }
  .c-header .c-header__login {
    width: clamp(7.5rem, 4.1666666667vw + 4.6875rem, 8.4375rem);
  }
  .c-header .c-header__service {
    display: block;
    overflow: clip;
    top: 100%;
    padding-inline: 20px;
  }
  .c-header .c-header__service__link {
    font-size: 0.8125rem;
    height: 40px;
    width: 122px;
  }
  .c-header .c-header__service__link:hover {
    color: #fff !important;
    background-color: #000 !important;
  }
  .c-header .c-header__service__item {
    border-right: 1px solid currentColor;
  }
  .c-header .c-header__service__item:first-child {
    border-left: 1px solid currentColor;
  }
  .c-header .c-header__hamburger {
    width: 40px;
    height: 40px;
  }
  .c-header .c-header__hamburger > * {
    width: 25px;
    height: 2px;
  }
  .c-header .c-gnav {
    padding-inline: 30px;
    padding-block: 100px 40px;
    transition: transform 0.5s ease;
    width: auto;
    min-width: 480px;
    transform: translateX(100%);
    opacity: 1 !important;
    visibility: visible !important;
  }
  .c-header .c-gnav.is-open {
    transform: translateX(0);
  }
  .c-header .c-gnav__member {
    display: none;
  }
  .c-header .c-gnav__link {
    padding-inline: 20px;
    letter-spacing: 0.02em;
  }
  .c-header .c-gnav__subttl {
    padding-inline: 20px;
  }
  .c-header .c-gnav__sublink {
    padding-inline: 20px;
  }
  .c-header .c-gnav__sublink::after {
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.9));
    width: 50px;
  }
  .c-header .c-gnav__service {
    display: none;
  }
  .c-footer .sp {
    display: none !important;
  }
  .c-footer a[href^=tel] {
    pointer-events: none;
  }
  .c-footer :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .c-footer {
    padding-block: 87px 74px;
    padding-inline: 40px;
  }
  .c-footer .c-footer__inner {
    max-width: 1160px;
  }
  .c-footer .c-footer__entry {
    flex-wrap: nowrap;
    gap: clamp(2.5rem, 14.7435897436vw + -4.5769230769rem, 5.375rem);
    max-width: 910px;
  }
  .c-footer .c-footer__membership, .c-footer .c-footer__login {
    max-width: unset;
    min-height: 77px;
    font-size: 1.62625rem;
  }
  .c-footer .c-footer__nav {
    padding-inline: 0;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 56px;
    gap: 30px clamp(1.25rem, 15.9090909091vw + -9.4886363636rem, 3.4375rem);
  }
  .c-footer .c-footer__nav .item-ttl {
    margin-right: -3px;
    padding-bottom: 10px;
  }
  .c-footer .c-footer__nav .item-link {
    font-size: 1.12625rem;
  }
  .c-footer .c-footer__nav .item-sublist {
    margin-top: 19px;
    margin-right: clamp(-2.0625rem, -15vw + 10.125rem, 0rem);
  }
  .c-footer .c-footer__nav .item-sub {
    line-height: 1.3308333333;
    font-size: 0.75rem;
  }
  .c-footer .c-footer__nav .item-sub:not(:first-child) {
    margin-top: 14px;
  }
  .c-footer .c-footer__last {
    padding-inline: 0;
    display: flex;
    margin-top: 67px;
  }
  .c-footer .c-footer__note {
    line-height: 1.6641666667;
    font-size: 0.75rem;
    flex-shrink: 0;
    max-width: 60%;
  }
  .c-footer .c-footer__brand {
    max-width: 100%;
    margin-inline: 0;
    margin-top: 0;
    padding-left: clamp(1.875rem, 4.8076923077vw + -0.4326923077rem, 2.8125rem);
    padding-top: 33px;
  }
  .c-footer .c-footer__brand__link {
    max-width: 319px;
  }
  .c-totop {
    bottom: -25px;
  }
  .c-totop__tool {
    gap: 20px;
    transform: translateY(100px);
  }
  .c-totop__member {
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    width: 166px;
    font-size: 1.531875rem;
    gap: 21px;
  }
  .c-totop__member svg {
    width: 81px;
    top: -13px;
  }
  .c-totop__back {
    width: 50px;
  }
  .c-totop__back svg {
    width: 16px;
  }
  #renew .c-ttl01 {
    letter-spacing: 0.2em;
    font-size: 3.76rem;
  }
  #renew .c-ttl01 + .c-ttl02 {
    margin-top: 13px;
  }
  #renew .c-ttl02::before {
    height: 7px;
    border-top-width: 3px;
  }
  #renew .c-ttl02 {
    letter-spacing: 0.1em;
    line-height: 1.44;
    font-size: 1.5625rem;
    max-width: 716px;
  }
  #renew .c-ttl02::before {
    margin-bottom: 7px;
  }
  #renew .c-btn01 {
    width: auto;
    max-width: unset;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.13em;
    border-radius: 0 0 18px 0;
    font-size: 1.125rem;
    padding-inline: 20px;
    padding-block: 14px;
    min-height: 52px;
    min-width: 380px;
    line-height: 1.3611111111;
  }
  #renew .c-btn02 {
    border-radius: 0 0 13px 0;
    letter-spacing: 0.13em;
    font-size: 0.8125rem;
    padding-inline: 23px;
    min-height: 37px;
  }
}
@media screen and (min-width: 1080px) {
  .c-header .c-header__inner {
    padding-block: 24px 0;
    padding-inline: 0;
    margin-inline: clamp(1.25rem, 6.6666666667vw + -3.25rem, 2.75rem);
  }
  .c-header .c-header__inner::after {
    margin-top: 23px;
  }
  .c-header .c-header__main {
    gap: 10px;
  }
  .c-header .c-header__service {
    padding-inline: 0;
  }
  .c-header .c-header__hamburger {
    display: none;
  }
  .c-header .c-gnav {
    padding: 0;
    min-width: unset;
    z-index: 1;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    background-image: none;
    background-color: transparent;
    height: auto;
    width: auto;
    overflow: unset;
    font-size: 0.875rem;
    padding-right: clamp(0rem, 13.0555555556vw + -8.8125rem, 2.9375rem);
    transform: none !important;
  }
  .c-header .c-gnav__menu {
    display: flex;
    gap: clamp(0.625rem, 1.9444444444vw + -0.6875rem, 1.0625rem);
  }
  .c-header .c-gnav__item {
    margin-bottom: 0;
  }
  .c-header .c-gnav__item:hover {
    z-index: 1;
  }
  .c-header .c-gnav__item:hover .c-gnav__submenu {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .c-header .c-gnav__item:hover .c-gnav__link::before {
    opacity: 1;
  }
  .c-header .c-gnav__item:last-child .c-gnav__submenu {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .c-header .c-gnav__item:nth-child(2) .c-gnav__submenu {
    left: 0;
    transform: translateX(0);
  }
  .c-header .c-gnav__link {
    justify-content: center;
    width: auto;
    font-size: 0.875rem;
    height: 39px;
    min-width: 60px;
    padding-inline: clamp(0.625rem, 2.7777777778vw + -1.25rem, 1.25rem);
  }
  .c-header .c-gnav__link::before {
    content: "";
  }
  .c-header .c-gnav__link::after {
    display: none;
  }
  .c-header .c-gnav__submenu {
    padding-top: 0;
    background-color: #fff;
    display: flex !important;
    height: unset;
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transition-property: opacity, visibility;
    z-index: -1;
    gap: 20px;
    padding-inline: 47px 40px;
    width: -moz-max-content;
    width: max-content;
    padding-block: 30px 24px;
    top: calc(100% + 10px);
  }
  .c-header .c-gnav__subttl {
    letter-spacing: 0.14em;
    height: auto;
    display: block;
    background-color: transparent;
    margin-bottom: 0;
    padding-inline: 0;
    border-bottom: 1px solid currentColor;
    font-size: 0.8125rem;
    padding-bottom: 5px;
  }
  .c-header .c-gnav__subcol {
    margin-top: 0;
  }
  .c-header .c-gnav__subcol:first-child .c-gnav__subttl {
    display: block;
  }
  .c-header .c-gnav__sublist {
    margin-top: 8px;
  }
  .c-header .c-gnav__subitem:not(:last-child) {
    margin-bottom: 2px;
  }
  .c-header .c-gnav__sublink {
    width: auto;
    padding-inline: 0;
    display: inline;
    background-color: transparent;
    font-size: 0.75rem;
    opacity: 1;
    transition: color 0.5s ease;
  }
  .c-header .c-gnav__sublink:hover {
    color: #00a6e9;
  }
  .c-header .c-gnav__sublink::after {
    display: none;
  }
  .c-footer .c-footer__nav {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .c-footer .c-footer__membership:hover, .c-footer .c-footer__login:hover {
    transform: translate(3px, 3px);
  }
  .c-totop__member {
    transition: 0.5s;
    transition-property: background-color, color !important;
  }
  .c-totop__member:hover {
    color: #00A6E9;
    text-decoration: none !important;
    background-color: #FFF000;
  }
  .c-totop__back {
    transition: 0.5s;
    transition-property: opacity;
  }
  .c-totop__back:hover {
    opacity: 1;
  }
  #renew .c-btn01 {
    transition: 0.5s;
    opacity: 1;
    transition-property: background-color;
  }
  #renew .c-btn01:hover {
    background-color: #0074D9 !important;
  }
  #renew .c-btn02 {
    transition: 0.5s;
    opacity: 1;
    transition-property: background-color;
  }
  #renew .c-btn02:hover {
    background-color: #0074D9;
  }
}