#top {
  position: relative;
  box-sizing: border-box;
}
#top .logo {
  background: var(--bg1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4vw 2vw;
  z-index: 3;
  position: relative;
}
#top .logo img {
  width: 50vw;
  height: auto;
}
#top h1 {
  font-size: 13px;
  position: absolute;
  top: 50vw;
  left: 3vw;
  z-index: 2;
  line-height: 1.6;
  min-height: 100vw;
}
#belt {
  position: absolute;
  z-index: 9999;
  transition: 0.3s;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#navigation {
  background: var(--bg-bd);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  padding: 15vw 6vw 50px;
  overflow: auto;
  touch-action: auto !important;
  pointer-events: visible !important;
  bottom: 0;
}
#navigation .gr-main {
  margin-bottom: 100px;
  height: auto;
}
#navigation .nav-list li {
  text-align: center;
}
#navigation .nav-list li + li {
  margin-top: 2vw;
}
#navigation .nav-list a {
  font-size: 5vw;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
}
#navigation .nav-list a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  background: var(--prim);
  height: 100%;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
#navigation .nav-list a.active {
  color: #fff;
}
#navigation .nav-list a.active::before {
  opacity: 1;
}
#navigation .insta {
  width: 12vw;
  margin: 5vw auto 0;
}
#navigation .gr-tel {
  text-align: center;
  border-top: 1px solid currentColor;
  padding: 4vw 0 4vw;
  margin-top: 6vw;
}
#navigation .gr-tel .tel-main {
  --scale: 2.5;
}
#navigation .btn-web {
  margin-bottom: 130px;
}
.navOpen {
  overflow: hidden;
}
.navOpen #belt {
  visibility: visible;
  opacity: 1;
  height: auto;
  touch-action: auto !important;
  pointer-events: visible !important;
}
.navOpen #belt #navigation {
  overflow: auto !important;
  touch-action: auto !important;
  pointer-events: visible !important;
}
.navOpen .ft_bnr_fixed {
  bottom: 0 !important;
  border-top: 0;
}
.navOpen .ft_bnr_fixed a {
  touch-action: auto !important;
  pointer-events: visible !important;
}
#footer {
  position: relative;
  padding: 15vw 3vw 120px !important;
  z-index: 3;
  background: #000;
  color: #fff;
  box-sizing: border-box;
  margin-top: -1px;
}
#footer .logo {
  width: 70vw;
  margin: 0 auto;
}
#footer .gr-tel {
  text-align: center;
  margin-top: 5vw;
  white-space: nowrap;
}
#footer .btn-web {
  margin-top: 3vw;
}
#footer .gr-info {
  margin-top: 5vw;
}
#footer .gr-info dl {
  display: flex;
  border-bottom: 1px solid #4d4d4d;
  padding: 8px 0 8px;
  line-height: 2;
  gap: 4px;
}
#footer .gr-info dt {
  min-width: 90px;
}
#footer .gr-info .map {
  display: block;
  font-size: 11px;
}
#footer .gr-info .map .icon {
  width: 10px;
  height: auto;
  margin-right: 3px;
}
#footer .gr-info .map span {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 300;
}
#footer .sns-gr {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
}
#footer .sns-gr .label {
  min-width: 90px;
}
#footer .sns-gr .insta {
  width: 30px;
}
#footer .ft2 {
  margin-top: 6vw;
  position: relative;
  padding-top: 3vw;
}
#footer .ft2::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 110vw;
  height: 1px;
  background: gray;
  top: 0;
}
#footer .socialbuttons {
  margin: auto;
  display: flex;
  gap: 20px;
}
#footer .btn-url {
  text-align: center;
  margin-top: 5vw;
  line-height: 1.5;
}
#footer .btn-url .icon {
  max-width: 16px;
  margin: -3px 4px 0 0;
  display: inline-block;
  height: auto;
}
#footer .btn-url .copy {
  display: inline-block;
}
#footer .cookies_link {
  text-align: center;
  line-height: 1.5;
  margin-top: 5vw;
}
#footer .cookies_link a {
  text-decoration: underline;
  padding-bottom: 2px;
  text-underline-offset: 5px;
}
#footer .cookies_link .icon {
  max-width: 14px;
  margin: -3px 0 0 5px;
  display: inline-block;
  height: auto;
}
#footer address {
  margin-top: 4vw;
  line-height: 1.5;
}
#footer #pagetop {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  width: 10vw;
  margin: 20vw auto 0;
  visibility: visible !important;
  opacity: 1 !important;
}
.ft_bnr_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  width: 100%;
  z-index: 999999;
  align-items: flex-end;
  align-items: stretch;
  padding: 0;
  align-items: flex-end;
  border-top: 1px solid #fff;
}
.ft_bnr_fixed li {
  flex: 1;
  background: var(--prim);
  box-sizing: border-box;
}
.ft_bnr_fixed li:not(.hamburger) a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 10px 5px 5px;
  height: 70px;
  box-sizing: border-box;
}
.ft_bnr_fixed li:not(.hamburger) img {
  height: 50px;
  width: auto;
}
.ft_bnr_fixed li:not(.hamburger) + li {
  border-left: 1px solid #fff;
}
.ft_bnr_fixed .hamburger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
  width: 70px;
  height: 70px;
  border-left: 1px solid #fff;
  background: var(--prim);
  padding-top: 5px;
  box-sizing: border-box;
}
.ft_bnr_fixed .hamburger.is-active {
  background: #fff;
}
.ft_bnr_fixed .hamburger.is-active .close {
  opacity: 1;
}
.ft_bnr_fixed .hamburger.is-active .menu {
  opacity: 0;
}
.ft_bnr_fixed .hamburger img {
  transition: 0.3s;
  width: 46px;
}
.ft_bnr_fixed .hamburger .close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.remodal-wrapper {
  transition: 0.3s;
  text-align: center;
  overflow: hidden auto;
  padding-bottom: 10px;
}
.remodal {
  z-index: 9999999;
  box-sizing: border-box;
  text-align: left;
  padding: 20px 0 15vw;
  background: var(--bg-bd);
}
.remodal .close1 {
  transition: 0.5s;
  color: #222 !important;
  width: 50px;
  height: 50px;
  display: block;
  position: sticky;
  top: 0;
  right: 5px;
  margin-left: auto;
  z-index: 999;
  margin-right: -5px;
  opacity: 0.7;
}
.remodal .close1::before,
.remodal .close1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #222;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  transition: 0.3s;
}
.remodal .close1:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.remodal .close1:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.remodal .close1:hover {
  opacity: 0.4;
}
.remodal .pop-main {
  margin-top: 5vw;
}
.remodal .pop-ttl {
  text-align: center;
  white-space: nowrap;
  line-height: 1.8;
}
.remodal .pop-txt {
  text-align: center;
}
.remodal .pop-menu {
  margin-top: 10vw;
}
.remodal .item {
  margin-bottom: 40px;
}
.remodal .item .list {
  margin-top: 15px;
  line-height: 1.7142857143;
  font-size: 15px;
}
.remodal .item .list * {
  letter-spacing: 0.15em;
}
.remodal .item .list dl {
  display: flex;
  line-height: 2;
  padding: 10px 0 10px;
  line-height: 1.5625;
  line-height: 1.6;
  justify-content: space-between;
  border-bottom: 1px solid #8b8881;
  gap: 15px;
}
.remodal .item .list dl dt {
  min-width: 120px;
}
.remodal .item .list dl dd {
  white-space: nowrap;
  align-self: flex-end;
}
.remodal .item .list .gr-note dl {
  padding-bottom: 0;
  border: none;
}
.remodal .item .list .gr-note .note {
  padding-top: 0;
}
.remodal .item .note {
  border-bottom: 1px solid #8b8881;
  padding: 10px 0 10px;
  font-size: 13px;
}
.remodal .item-ttl {
  text-align: center;
  margin: 0 auto;
  line-height: 1.8;
  border-bottom: 1px solid currentColor;
  font-size: 18px;
  padding: 5px 5px;
}
h2,
h3,
h4 {
  line-height: 2.34375;
  letter-spacing: 0.05em;
  font-weight: 500;
}
h2 *,
h3 *,
h4 * {
  letter-spacing: inherit;
  font: inherit;
  line-height: inherit;
}
.slick-dots {
  display: flex;
  gap: 3vw;
  flex-direction: column;
  position: absolute;
  bottom: 4vw;
  right: 3vw;
}
.slick-dots li {
  border-radius: 0;
  background: var(--bg3);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 3vw;
  height: 3vw;
}
.slick-dots li button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: inherit;
  background: #000 !important;
  width: auto;
  height: auto;
  opacity: 0;
  transition: 0.3s;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.gr-tel {
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
.gr-tel .tel-top {
  --scale: 1.8;
  font-weight: 500;
}
.gr-tel .tel-main {
  --scale: 2;
}
.gr-tel .icon {
  width: 5vw;
  height: auto;
  margin: -1vw 1vw 0 0;
}
.btn-shared a {
  font-family: "Noto Serif JP";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 5vw;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background: var(--prim);
  width: 100%;
  box-sizing: border-box;
  padding: 5vw 2vw;
}
.btn-shared a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 10vw;
  right: 0;
  background: currentColor;
}
.btn-shared .icon {
  width: 7vw;
  margin-right: 2vw;
  height: auto;
}
.btn-pop a {
  font-family: "Noto Serif JP";
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 4vw 2vw 4vw;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  position: relative;
  font-size: 5vw;
}
.btn-pop a::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  left: 0;
}
.btn-pop a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/shared/icon_plus.png") no-repeat center center/100%;
  width: 6vw;
  height: 10vw;
  right: 8vw;
}
.scroll-down-wrap {
  width: 30vw;
  position: fixed;
  bottom: 100px;
  right: 2vw;
  transition: 1.5s;
  z-index: 9;
  opacity: 0;
}
.scroll-down-wrap.active {
  transform: rotate(360deg) scale(0.9);
  opacity: 0 !important;
  visibility: hidden;
}
.scroll-down-wrap .scroll-down {
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
body:not(#index) #top h1 {
  text-shadow: 0 0 10px #fff;
  max-height: 100vw;
  top: 40vw;
}
body:not(#index) #top #key {
  min-height: 120vw;
}
.bg-bd {
  background: var(--bg-bd);
}
@media (min-width: 768px) {
  body:not(#index) #top h1 {
    text-shadow: 0 0 10px #fff;
    max-height: 798px;
    top: 160px;
  }
  body:not(#index) #top #key {
    min-height: 798px;
  }
  #top{
    margin-top: 150px;
  }
  #top h1 {
    left: 30px;
    z-index: 2;
    line-height: 1.6;
    min-height: 300px;
  }
  #belt {
    opacity: 1;
    visibility: visible;
    height: 150px;
    width: 100%;
  }
  #navigation {
    background: var(--bg1);
    height: 150px;
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  #navigation .nav-logo {
    width: 210px;
    padding: 3px 0 0 36px;
  }
  #navigation .nav-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #navigation .nav-logo a:hover {
    opacity: 1;
  }
  #navigation .nav-logo img {
    width: 100%;
    height: auto;
  }
  #navigation .gr-main {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
  #navigation .nav-list {
    display: flex;
    flex: 1;
    margin-left: 44px;
  }
  #navigation .nav-list ul {
    display: flex;
    gap: 26px;
    white-space: nowrap;
  }
  #navigation .nav-list ul + ul {
    margin-top: 14px;
  }
  #navigation .nav-list li + li {
    margin-top: 0;
  }
  #navigation .nav-list a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    transition: 0.3s;
  }
  #navigation .nav-list a::before {
    display: none;
  }
  #navigation .nav-list a.active,
  #navigation .nav-list a:hover {
    color: var(--prim);
    opacity: 1;
  }
  #navigation .nav-list .nav2 {
    align-self: flex-end;
    margin: 0 20px -25px auto;
  }
  #navigation .nav-list .nav2 li {
    position: relative;
  }
  #navigation .nav-list .nav2 li + li::before {
    content: "";
    position: absolute;
    top: 55%;
    transform: translateY(-50%) rotate(23deg);
    height: 20px;
    left: -12px;
    width: 1px;
    background: #fff;
  }
  #navigation .nav-list .nav2 a {
    font-style: italic;
    position: relative;
    display: block;
  }
  #navigation .nav-list .nav2 a * {
    font: inherit;
  }
  #navigation .nav-right {
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #navigation .gr-tel {
    border-top: none;
    padding: 19px 0 0;
    margin-top: 0;
    color: #fff;
  }
  #navigation .gr-tel .icon {
    filter: invert(1);
  }
  #navigation .btn-web {
    margin-bottom: 0;
  }
  #navigation .btn-web a {
    font-size: 18px;
    min-width: unset;
    width: 250px;
  }
  #navigation .btn-web a::before {
    display: none;
  }
  #navigation .btn-web .icon {
    margin-right: 5px;
  }
  #footer {
    padding: 0 30px 40px !important;
  }
  #footer .wrap {
    max-width: 1300px;
  }
  #footer .ft-nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 0 16px;
    max-width: 970px;
    margin: 0 auto;
  }
  #footer .ft-nav a {
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    padding: 36px 9px 14px;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  #footer .ft-nav a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--prim);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
  }
  #footer .ft-nav a:hover::before,
  #footer .ft-nav a.active::before {
    opacity: 1;
  }
  #footer .ft1 {
    display: flex;
    max-width: 1007px;
    margin: 97px auto 0;
  }
  #footer .ft1-left {
    width: 350px;
    padding-left: 12px;
  }
  #footer .logo {
    width: 313px;
    margin: 0;
    margin: 0 auto;
  }
  #footer .logo img {
    width: 100%;
    height: auto;
  }
  #footer .gr-tel {
    margin-top: 30px;
    letter-spacing: 0.05em;
  }
  #footer .gr-tel .tel-main {
    letter-spacing: 0.1em;
    margin-top: -1px;
  }
  #footer .gr-tel .icon {
    margin: -8px 8px 0 0;
  }
  #footer .btn-web {
    margin-top: 28px;
  }
  #footer .ft1-right {
    margin: -36px 0 0 126px;
  }
  #footer .gr-info {
    margin-top: 20px;
  }
  #footer .gr-info dl {
    padding: 16px 0 16px;
  }
  #footer .gr-info dt {
    min-width: 127px;
  }
  #footer .gr-info .map {
    font-size: 12px;
    margin-top: 5px;
  }
  #footer .gr-info .map .icon {
    width: 12px;
    margin-right: 4px;
  }
  #footer .gr-info .map span {
    text-underline-offset: 5px;
  }
  #footer .sns-gr {
    margin: 15px 0 0 -2px;
  }
  #footer .sns-gr .label {
    min-width: 59px;
  }
  #footer .sns-gr .insta {
    width: 32px;
  }
  #footer .sns-gr .insta img {
    width: 100%;
    height: auto;
  }
  #footer .ft2 {
    margin-top: 83px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
  }
  #footer .ft2::before {
    width: 100%;
  }
  #footer .socialbuttons {
    margin: auto;
    display: flex;
    gap: 20px;
  }
  #footer .btn-url {
    text-align: left;
    margin-top: 7px;
    line-height: 1.5;
    font-size: 14px;
  }
  #footer .btn-url .icon {
    max-width: 16px;
    margin: -3px 4px 0 0;
    display: inline-block;
    height: auto;
  }
  #footer .btn-url .copy {
    display: inline-block;
  }
  #footer .btn-url .copy:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #footer .ft2-right {
    font-size: 12px;
    text-align: right;
    padding-top: 27px;
  }
  #footer .cookies_link {
    margin-top: 0;
    text-align: right;
  }
  #footer .cookies_link a:hover {
    text-decoration: none;
  }
  #footer .cookies_link .icon {
    max-width: 14px;
    margin: -3px 0 0 5px;
    display: inline-block;
    height: auto;
  }
  #footer address {
    margin-top: 8px;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
  #footer #pagetop {
    width: 33px;
    margin: 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  #footer #pagetop img {
    width: 100%;
    height: auto;
  }
  .remodal-wrapper {
    transition: 0.3s;
    text-align: center;
  }
  .remodal {
    padding: 20px 0 100px;
    max-width: 1200px;
  }
  .remodal .close1 {
    margin-right: -50px;
    width: 55px;
  }
  .remodal .pop-menu {
    margin-top: 50px;
  }
  .remodal .row {
    display: flex;
    gap: 40px;
  }
  .remodal .row2 {
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
  }
  .remodal .col {
    flex: 1;
  }
  .remodal .item-ttl {
    padding: 6px 5px;
  }
  .remodal .item {
    margin-bottom: 40px;
  }
  .remodal .item .list {
    margin-top: 15px;
    font-size: 15px;
  }
  .remodal .item .list dl {
    display: flex;
    line-height: 2;
    line-height: 1.5625;
    line-height: 1.6;
    justify-content: space-between;
  }
  .remodal .item .list dl dt {
    min-width: 120px;
  }
  .remodal .close2 {
    width: 250px;
  }
  .remodal .close2:hover {
    opacity: 0.7;
  }
  .remodal .close2 .close {
    right: 20px;
  }
  .slick-dots {
    gap: 9px;
    bottom: 20px;
    right: 10px;
  }
  .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .slick-dots li:hover {
    opacity: 0.6;
  }
  .slick-dots .slick-active {
    opacity: 1 !important;
    cursor: default;
  }
  .gr-tel {
    line-height: 1.4;
    font-weight: 400;
  }
  .gr-tel .tel-top {
    --scale: 2.3;
  }
  .gr-tel .tel-main {
    --scale: 2.8;
  }
  .gr-tel .icon {
    width: 18px;
    height: auto;
    margin: -3px 3px 0 0;
  }
  .btn-shared a {
    font-size: 20px;
    padding: 19px 10px 19px;
    min-width: 350px;
    width: auto;
  }
  .btn-shared a::before {
    width: 35px;
  }
  .btn-shared .icon {
    width: 23px;
    margin-right: 10px;
  }
  .btn-pop a {
    padding: 12px 10px 16px;
    font-size: 32px;
    letter-spacing: 0.1em;
    transition: 0.3s;
  }
  .btn-pop a:hover {
    opacity: 0.7;
  }
  .btn-pop a::before {
    top: 7px;
    bottom: 7px;
  }
  .btn-pop a::after {
    width: 25px;
    height: 25px;
    right: 109px;
  }
  .scroll-down-wrap {
    bottom: 100px;
    right: 30px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #footer .ft-nav a {
    font-size: 14px;
  }
  #navigation .nav-logo {
    padding-left: 10px;
    min-width: 150px;
  }
  #navigation .nav-list {
    margin-left: 20px;
  }
  #navigation .nav-list a {
    font-size: 16px;
  }
  #navigation .btn-web a {
    width: 200px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  #navigation .nav-list ul {
    gap: 20px;
  }
  #navigation .nav-list a {
    font-size: 15px;
  }
  #footer .ft1-right {
    margin-left: 80px;
  }
}
