html {
  font-size: 16px;
}
body {
  width: 100%;
  font-feature-settings: "palt";
  /* font-family: 'Noto Serif JP', serif; */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/main-bg.webp");
}
a {
  text-decoration: none;
  color: #333;
}
.container {
  width: 100%;
}
/*---------------
Top
---------------*/
#header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99;
}
.top-h {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem;
  text-align: center;
}
.container {
  width: 100%;
}
.top-header {
  width: 100%;
  height: 4rem;
  background: url("../img/h_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 3px 4px -1px #000;
}
.top-header .content-box {
  height: 100%;
}
.h-logo {
  padding-left: 0.5rem;
}
.h-logo a {
  display: block;
  height: 3rem;
}
.h-logo a img {
  height: 100%;
}
.h-line {
  text-align: center;
  line-height: 1.2;
  padding-right: 0.5rem;
  margin-right: 3rem;
  min-width: 130px;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #231815;
}
.h-line p {
  height: 1rem;
}
.h-line p img {
  height: 100%;
}
.h-line a {
  display: block;
  height: 1.5rem;
}
.h-line a img {
  height: 100%;
}
/*----------
Nav
----------*/
#menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.nav-toggle {
  padding: 2rem;
  background: url("../img/toggle-btn.webp");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 2px solid #8a521f;
}
.gnavi {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 3;
  transition: 0.5s ease-in-out;
}
.gnavi nav {
  width: 100%;
  padding: 3.75rem 3rem 0;
  text-align: center;
}
.gnavi nav li {
  border-bottom: 1px solid #d1b353;
}
.gnavi nav li a {
  /* color: #ffb500; */
  display: block;
  padding: 0.5rem 0;
  color: #d1c477;
  background: linear-gradient(to bottom, #fad56a 0%, #fefbba 37%, #fff391 60%, #d1b353 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.close-toggle {
  width: 1.75rem;
  height: 2.25rem;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0;
}
.close-toggle:after {
  content: "閉じる";
  display: block;
  font-size: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #d1b353;
}
.close-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #d1b353;
  position: absolute;
}
.close-toggle span:nth-child(1) {
  top: 0.5rem;
  transform: rotate(45deg);
}
.close-toggle span:nth-child(2) {
  top: 0.5rem;
  transform: rotate(-45deg);
}
.navimask {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  background: rgba(0,0,0,0.9);
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.open .nav-toggle {
  opacity: 0;
}
.open .close-toggle {
  opacity: 1
}
.open .gnavi {
  right: 0;
}
.open .navimask {
  left: 0;
}
.contact-btn {
  width: 15rem;
  text-align: center;
  padding: 2rem 0;
  margin: auto;
}
.contact-btn a {
  display: block;
}
.contact-btn a img {
  width: 100%;
}
.link-btn {
  width: 15rem;
  margin: auto;
  background: #181513;
}
.link-btn a {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1rem;
  color: #d1c477;
  background: linear-gradient(to bottom, #fad56a 0%, #fefbba 37%, #fff391 60%, #d1b353 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  box-shadow: 0 10px 10px -10px #000;
}
.link-btn span {
  display: inline-block;
  width: 1rem;
  height: 0.75rem;
  transition: 0.3s ease-in-out;
  margin-right: 0.25rem;
  background: url("../img/ac-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
footer {
  width: 100%;
}
.foot-bar {
  width: 100%;
  padding: 1rem;
  background: url("../img/pt-gld01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-foot-menu {
  width: 100%;
  padding: 1rem 2rem 2rem;
}
.f-logo a {
  display: block;
  width: 124px;
  height: 55px;
  margin: auto;
}
.f-logo img {
  height: 100%;
}
.foot-group {
  width: 100%;
  background: url("../img/group-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.group-h {
  text-align: center;
  padding: 2rem 1rem 1rem;
}
.group-h img {
  width: 45%;
}
.group-list {
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.group-list li {
  width: 100%;
  height: 2.75rem;
  border-top: 2px solid #84560d;
  border-bottom: 2px solid #84560d;
}
.group-list li:nth-child(1),
.group-list li:nth-child(2) {
  line-height: 1.2;
}
.group-list li:nth-child(3) {
  line-height: 2.75rem;
}
.group-list li + li {
  border-top: 0;
}
.group-list li a {
  display: block;
  color: #fff;
}
.group-list li a span {
  font-size: 0.5rem;
}
.copyright {
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  padding: 1rem 0;
}
.copyright a {
  color: #fff;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.underlink-btn {
  width: 65%;
  padding: 3px;

  margin: 2rem auto;
  text-align: center;
  background: linear-gradient(135deg,#bb7f2b 0%,#f6e590 50%,#bb7f2b 100%);
  border-radius: 2rem;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.3)
}
.underlink-btn a {
  display: block;
  padding: 0.25rem 1rem;
  background: linear-gradient(135deg,#231815 0%,#302724 50%,#231815 100%);
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.3) inset;
  color: #f6e590;
  border-radius: 2rem;
}
@media screen and (min-width: 801px) {
  .navimask,
  .top-h .gnavi,
  .nav-toggle,
  .close-toggle {
    display: none;
  }
  .top-header {
    height: 140px;
    padding: 1rem 0;
  }
  #menu {
    justify-content: center;
  }
  .h-logo {
    order: 1;
  }
  .gnavi {
    width: 100%;
    position: static;
    opacity: 1;
    height: auto;
    order: 3;
  }
  .gnavi nav {
    padding: 0;
    width: auto;
  }
  .gnavi nav ul {
    display: flex;
    justify-content: space-between;
  }
  .gnavi nav li {
    padding: 0 0.5rem;
    border: 0;
  }
  .gnavi nav li a {
    color: #181513;
    font-weight: 600;
    background: transparent;
    -webkit-text-fill-color: #181513;
  }
  .gnavi .contact-btn {
    display: none;
  }
  .group-h img {
    width: 20%;
  }
  .h-line {
    order: 2;
    margin-right: 0;
    margin: 0 1rem;
    width: 15%;
    height: auto;
    border-right: 0;
  }
  .h-line p {
    height: auto;
  }
  .h-line a {
    height: auto;
  }
  .h-line p img {
    width: 100%;
    height: auto;
  }
  .h-line a img {
    width: 100%;
    height: auto;
  }
  .f-logo {
    width: 100%;
  }
  .group-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .group-list li {
    width: auto;
    height: auto;
    border: 0;
    padding: 0 1rem;
    border-right: 2px solid #84560d;
    border-left: 2px solid #84560d;
  }
  .group-list li + li {
    border-left: 0;
  }
  .group-list li a span {
    font-size: 0.75rem;
  }
  .underlink-btn {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .content-box {
    width: 1024px;
    max-width: 100%;
    margin: auto;
  }
}

/*----------
Coming Soon
----------*/
@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomDown 12s linear 0s;
  animation: zoomDown 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-pagination-bullet-active {
  background: #555;
}
.coming-slider {
  width: 100%;
  height: 100vh;
}
.slide-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.slide-mask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.coming-wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-40%);
  text-align: center;
}
.coming-wrap h1 {
  font-size: 3rem;
  color: #d1c477;
  background: linear-gradient(to bottom, #fad56a 0%, #fefbba 37%, #fff391 60%, #d1b353 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.coming-wrap h1 p {
  font-size: 1.25rem;
}
.pageback {
  width: 100%;
  margin: 1.5rem auto 0;
  background: #181513;
}
.pageback a {
  display: block;
  padding: 0.25rem 0.5rem;
  color: #d1c477;
  background: linear-gradient(to bottom, #fad56a 0%, #fefbba 37%, #fff391 60%, #d1b353 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #d1c477;
  font-weight: 600;
}
