body {
  font-family: "Alatsi", "Noto Sans JP", sans-serif;
  background-size: 100% auto;
}
body section.--bk {
  background: #000;
}

.m-club,
.m-fc,
.m-faq,
.g-footer {
  z-index: 1;
}
.m-club:before, .m-club:after,
.m-fc:before,
.m-fc:after,
.m-faq:before,
.m-faq:after,
.g-footer:before,
.g-footer:after {
  content: "";
  background-image: url("../img/bg.png");
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
}
.m-club:before,
.m-fc:before,
.m-faq:before,
.g-footer:before {
  top: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
.m-club:after,
.m-fc:after,
.m-faq:after,
.g-footer:after {
  -webkit-transform: rotate(180deg) translateY(-95%);
          transform: rotate(180deg) translateY(-95%);
  bottom: 0;
}

.g-footer:after {
  content: none;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  border: none;
  appearance: none;
  line-height: 1.6428571429;
  font-weight: 700;
}

p {
  line-height: 1.9;
}

main {
  display: block;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

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

.is-hidden {
  display: none !important;
}

.js-fade {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.js-fade.is-scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.--cs {
  font-weight: 900;
  text-align: center;
}

.m-gallery,
.m-youtube {
  z-index: 0;
}
.m-gallery:before, .m-gallery:after,
.m-youtube:before,
.m-youtube:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url("../img/deco_04.png");
  background-size: cover;
}
.m-gallery:after,
.m-youtube:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.g-cont {
  overflow: hidden;
}
.g-cont:before, .g-cont:after {
  content: "";
  background-image: url("../img/side.png");
  background-size: contain;
  position: absolute;
  height: 100%;
  top: 0;
}
.g-cont:before {
  left: 0;
}
.g-cont:after {
  right: 0;
}

.m-fc__txt a,
.m-club__txt a {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  body:before, body:after {
    content: "";
    display: block;
    position: fixed;
    width: calc((100% - 750px) / 2);
    height: 100%;
    top: 0;
    background-size: 100% auto !important;
    background-repeat: none !important;
    background-position: center !important;
  }
  body:before {
    left: 0;
    background-image: url("../img/kv_bg_left.jpg");
    background-position: center;
  }
  body:after {
    right: 0;
    background-image: url("../img/kv_bg_right.jpg");
    background-position: center;
  }
  .m-club:before, .m-club:after,
  .m-fc:before,
  .m-fc:after,
  .m-faq:before,
  .m-faq:after,
  .g-footer:before,
  .g-footer:after {
    height: 30px;
  }
  .g-cont {
    overflow: hidden;
    width: 750px;
    margin: 0 auto;
    padding-top: 80px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .g-cont:before, .g-cont:after {
    width: 40px;
  }
  main {
    background: #cbbb97;
    width: 670px;
    margin: 0 auto;
    padding-top: 30px;
  }
  [data-device=sp] {
    display: none !important;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.65;
  }
  .modal-pct {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: url("cursor.cur"), auto;
  }
  .modal-pct:hover {
    opacity: 0.65;
  }
  .--cs {
    font-size: 30px;
    padding: 40px 0;
  }
  .m-gallery,
  .m-youtube {
    z-index: 0;
  }
  .m-gallery:before, .m-gallery:after,
  .m-youtube:before,
  .m-youtube:after {
    width: 275px;
    height: 275px;
  }
  .m-gallery:before,
  .m-youtube:before {
    left: 0;
    top: 0;
  }
  .m-gallery:after,
  .m-youtube:after {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
  .m-club:before, .m-club:after,
  .m-fc:before,
  .m-fc:after,
  .m-faq:before,
  .m-faq:after,
  .g-footer:before,
  .g-footer:after {
    height: 4vw;
  }
  .g-cont {
    overflow: hidden;
    padding-top: 18.6666666667vw;
  }
  .g-cont:before, .g-cont:after {
    width: 5.3333333333vw;
  }
  main {
    background: #cbbb97;
    width: 89.3333333333vw;
    margin: 0 auto;
    padding-top: 4vw;
  }
  .--cs {
    font-size: 5.3333333333vw;
    padding: 4vw 0 0;
  }
}
.g-secttl__01, .g-secttl__02, .g-secttl__03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  font-weight: 900;
}
.g-secttl__01:before, .g-secttl__02:before, .g-secttl__03:before {
  content: "";
  background-image: url("../img/secttl.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}
.g-secttl__01 {
  text-align: center;
}
.g-secttl__01 span {
  background: #fff;
}
.g-secttl__01 span img {
  margin: 0;
}
.g-secttl__01 > * {
  display: block;
  margin: 0 auto;
}
.g-secttl__03 {
  line-height: 1.0789473684;
  text-align: center;
}
@media (min-width: 768px) {
  .g-secttl h2 {
    font-size: 49px;
  }
  .g-secttl span {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .g-secttl__01:before, .g-secttl__02:before, .g-secttl__03:before {
    width: 703px;
    height: 7px;
  }
  .g-secttl__01 {
    font-size: 25px;
    margin: 55px auto 45px;
  }
  .g-secttl__01 span {
    padding: 8px;
    margin-bottom: 5px;
  }
  .g-secttl__01 img {
    height: 40px;
    margin-bottom: 10px;
  }
  .g-secttl__02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 25px;
    margin: 55px auto 45px;
  }
  .g-secttl__02 img {
    height: 40px;
    margin-right: 15px;
  }
  .g-secttl__03 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .g-secttl__01:before, .g-secttl__02:before, .g-secttl__03:before {
    width: 93.7333333333vw;
    height: 0.9333333333vw;
  }
  .g-secttl__01 {
    font-size: 3.3333333333vw;
    margin: 7.3333333333vw auto 6vw;
  }
  .g-secttl__01 span {
    padding: 1.0666666667vw;
    margin-bottom: 0.6666666667vw;
  }
  .g-secttl__01 img {
    height: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .g-secttl__02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.3333333333vw;
    margin: 7.3333333333vw auto 6vw;
  }
  .g-secttl__02 img {
    height: 5.3333333333vw;
    margin-right: 2vw;
  }
  .g-secttl__03 {
    font-size: 5.0666666667vw;
  }
}

.g-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
}
.g-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header__logo em strong {
  color: #ddb976;
}
.g-header__logo em, .g-header__logo small {
  display: block;
  color: #fff;
  line-height: 1.2;
}
.g-header__list {
  background: #dfdfdf;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header__btn {
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header__btn.is-open span {
  background: #000;
}
.g-header__btn.is-open span:nth-child(2) {
  opacity: 0;
}
.g-header__btn span {
  background: #fff;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
}
.g-header__items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.g-header__link {
  font-weight: 700;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.g-header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 50%;
}
.g-header__login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #967824;
  color: #fff;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .g-header {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 80px;
    position: fixed;
    width: 670px;
  }
  .g-header__logo {
    width: 80px;
    margin: 0 auto;
  }
  .g-header__btn {
    border: 1px solid #000;
    width: 61px;
    height: 61px;
    border-radius: 7px;
  }
  .g-header__btn span {
    height: 1px;
    width: 22px;
  }
  .g-header__btn span:nth-child(n+2) {
    margin-top: 10px;
  }
  .g-header__list {
    width: 386px;
    height: 598px;
    border-radius: 16px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: -1235px;
    left: 0;
    margin: 0 auto;
  }
  .g-header__items:nth-child(n+2) {
    margin-top: 10px;
  }
  .g-header__link {
    font-size: 16px;
    width: 316px;
    height: 56px;
    border-radius: 0 0 0 13px;
  }
  .g-header__link span {
    font-size: 12px;
    margin-left: 20px;
    margin-right: 30px;
  }
  .g-header__login {
    font-size: 20px;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    width: calc((100vw - 750px) / 2);
  }
  .g-header__login a {
    width: 300px;
    height: 50px;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .g-header {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 18.6666666667vw;
    position: fixed;
    padding: 0 2.6666666667vw 0 4.6666666667vw;
    width: 89.3333333333vw;
  }
  .g-header__logo {
    width: 13.8666666667vw;
  }
  .g-header__btn {
    border: 1px solid #000;
    width: 8.1333333333vw;
    height: 8.1333333333vw;
    border-radius: 0.9333333333vw;
  }
  .g-header__btn span {
    height: 1px;
    width: 2.9333333333vw;
  }
  .g-header__btn span:nth-child(n+2) {
    margin-top: 1.3333333333vw;
  }
  .g-header__list {
    width: 96.6666666667vw;
    height: 80vh;
    border-radius: 2.1333333333vw;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .g-header__list.is-open {
    opacity: 1;
    visibility: visible;
  }
  .g-header__items:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
  .g-header__link {
    font-size: 3.4666666667vw;
    width: 80vw;
    height: 14.9333333333vw;
    border-radius: 0 0 0 3.4666666667vw;
  }
  .g-header__link span {
    font-size: 2.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-right: 8vw;
  }
  .g-header__login {
    width: 26.6666666667vw;
    height: 8vw;
    top: 5.3333333333vw;
    right: 18.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .g-header__login a {
    width: 100%;
    height: 100%;
  }
}

.g-footer {
  background: #fff;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
}
.g-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-footer__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-footer__logo {
  display: block;
  margin: 0 auto;
}
.g-footer__copy {
  text-align: center;
}
.g-footer__pagetop {
  position: absolute;
}
@media (min-width: 768px) {
  .g-footer {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 670px;
  }
  .g-footer__sns {
    padding: 85px 0;
  }
  .g-footer__sns a {
    width: 42px;
    margin: 0 29px;
  }
  .g-footer__logo {
    width: 416px;
    margin-bottom: 115px;
  }
  .g-footer__copy {
    font-size: 20px;
    padding-bottom: 60px;
  }
  .g-footer__pagetop {
    width: 235px;
    bottom: 120px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .g-footer {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 89.3333333333vw;
  }
  .g-footer__sns {
    padding: 11.3333333333vw 0;
  }
  .g-footer__sns a {
    width: 5.6vw;
    margin: 0 3.8666666667vw;
  }
  .g-footer__logo {
    width: 55.4666666667vw;
    margin-bottom: 15.3333333333vw;
  }
  .g-footer__copy {
    font-size: 2.6666666667vw;
    padding-bottom: 8vw;
  }
  .g-footer__pagetop {
    width: 31.3333333333vw;
    bottom: 16vw;
    left: 2vw;
  }
}

.g-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.g-team__list:nth-child(1) {
  border-right: 1px solid #000;
}
.g-team__list img {
  display: block;
}
.g-team__list:before {
  background: #967823;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Alatsi", sans-serif;
  border: 1px solid #000;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.g-team__list.--women:before {
  content: "WOMEN";
}
.g-team__list.--men:before {
  content: "MEN";
}
.g-team__list.--men:after {
  content: "";
  background-image: url("../img/icon_10.svg");
  background-size: cover;
  position: absolute;
}
.g-team__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  border-radius: 9999px;
  border: 1px solid #000;
  margin: 0 auto;
  background: #cbbb97;
  font-weight: 900;
}
@media (min-width: 768px) {
  .g-team__list {
    margin-top: 100px;
    padding: 30px 20px 100px;
    margin-bottom: 40px;
  }
  .g-team__list li {
    width: 40%;
    margin: 0 auto;
  }
  .g-team__list li:nth-child(n+3) {
    margin-top: 30px;
  }
  .g-team__list li a {
    width: 111px;
    height: 50px;
    font-size: 18px;
    margin-top: 20px;
  }
  .g-team__list:before {
    font-size: 28px;
    width: 200px;
    height: 47px;
    border-radius: 6px;
    top: -60px;
  }
  .g-team__list.--men:after {
    width: 196px;
    height: 224px;
    bottom: -190px;
    left: 65px;
  }
}
@media (max-width: 767px) {
  .g-team__list {
    margin-top: 13.3333333333vw;
    padding: 4vw 2.6666666667vw 13.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .g-team__list li {
    width: 40%;
    margin: 0 auto;
  }
  .g-team__list li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .g-team__list li a {
    width: 14.8vw;
    height: 6.6666666667vw;
    font-size: 2.4vw;
    margin-top: 2.6666666667vw;
  }
  .g-team__list:before {
    font-size: 3.7333333333vw;
    width: 26.6666666667vw;
    height: 6.2666666667vw;
    border-radius: 0.8vw;
    top: -8vw;
  }
  .g-team__list.--men:after {
    width: 26.1333333333vw;
    height: 29.8666666667vw;
    bottom: -25.3333333333vw;
    left: 8.6666666667vw;
  }
}

.g-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  color: #000;
  font-weight: 900;
  overflow: hidden;
  background-image: url("../img/btn_bg.png");
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .g-label {
    font-size: 20px;
    width: 549px;
    height: 53px;
  }
  .g-label + .g-label {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .g-label {
    font-size: 2.6666666667vw;
    width: 73.2vw;
    height: 7.0666666667vw;
  }
  .g-label + .g-label {
    margin-top: 6.6666666667vw;
  }
}

@media (min-width: 768px) {
  .g-seclead {
    font-size: 17px;
    margin-bottom: 40px;
    padding: 0 50px;
  }
  .g-seclead img {
    margin: 35px auto;
  }
}
@media (max-width: 767px) {
  .g-seclead {
    font-size: 2.2666666667vw;
    margin-bottom: 5.3333333333vw;
    padding: 0 6.6666666667vw;
  }
  .g-seclead img {
    margin: 4.6666666667vw auto;
  }
}

.g-icon {
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .g-icon.--01 {
    width: 81px;
    height: 91px;
    top: -145px;
    left: 35px;
  }
  .g-icon.--02 {
    width: 101px;
    height: 101px;
    top: -160px;
    right: 17px;
  }
  .g-icon.--03 {
    width: 170px;
    height: 124px;
    top: 55px;
    left: 20px;
  }
  .g-icon.--04 {
    width: 87px;
    height: 97px;
    top: 40px;
    right: 70px;
  }
  .g-icon.--05 {
    width: 150px;
    height: 168px;
    top: -110px;
    left: 30px;
  }
  .g-icon.--06 {
    width: 137px;
    height: 158px;
    top: -90px;
    right: 65px;
  }
  .g-icon.--07 {
    width: 101px;
    height: 101px;
    top: -50px;
    right: 50px;
  }
  .g-icon.--08 {
    width: 138px;
    height: 118px;
    top: -75px;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .g-icon.--01 {
    width: 10.8vw;
    height: 12.1333333333vw;
    top: -19.3333333333vw;
    left: 4.6666666667vw;
  }
  .g-icon.--02 {
    width: 13.4666666667vw;
    height: 13.4666666667vw;
    top: -21.3333333333vw;
    right: 2.2666666667vw;
  }
  .g-icon.--03 {
    width: 22.6666666667vw;
    height: 16.5333333333vw;
    top: 7.3333333333vw;
    left: 2.6666666667vw;
  }
  .g-icon.--04 {
    width: 11.6vw;
    height: 12.9333333333vw;
    top: 5.3333333333vw;
    right: 9.3333333333vw;
  }
  .g-icon.--05 {
    width: 20vw;
    height: 22.4vw;
    top: -14.6666666667vw;
    left: 4vw;
  }
  .g-icon.--06 {
    width: 18.2666666667vw;
    height: 21.0666666667vw;
    top: -12vw;
    right: 8.6666666667vw;
  }
  .g-icon.--07 {
    width: 13.4666666667vw;
    height: 13.4666666667vw;
    top: -6.6666666667vw;
    right: 6.6666666667vw;
  }
  .g-icon.--08 {
    width: 18.4vw;
    height: 15.7333333333vw;
    top: -10vw;
    left: 6.6666666667vw;
  }
}

.m-kv {
  margin-top: 0;
}
.m-kv__txt {
  line-height: 1.6;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.m-kv img {
  width: 100%;
}
@media (min-width: 768px) {
  .m-kv__txt {
    position: absolute;
    font-size: 26px;
    line-height: 1.5357142857;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .m-kv__txt {
    position: absolute;
    font-size: 3.4666666667vw;
    line-height: 1.5357142857;
    bottom: 4vw;
  }
}

.m-service__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-service__ttl img {
  margin: 0 auto;
  display: block;
}
.m-service__box {
  background: #fff;
  margin: 0 auto;
  z-index: 0;
}
.m-service__box:before, .m-service__box:after {
  z-index: -1;
}
.m-service__lead:before, .m-service__lead:after {
  content: "";
  position: absolute;
  background-size: cover !important;
}
.m-service__lead:before {
  background-image: url("../img/icon_04.svg");
}
.m-service__lead:after {
  background-image: url("../img/icon_06.svg");
}
.m-service__txt {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-service__ttl {
    margin-bottom: 80px;
  }
  .m-service__ttl span {
    font-size: 19px;
  }
  .m-service__ttl p {
    font-size: 28px;
  }
  .m-service__ttl img {
    width: 495px;
    margin: 15px auto;
  }
  .m-service__box {
    width: 600px;
    border-radius: 30px;
    padding: 25px 0 0;
  }
  .m-service__box:before, .m-service__box:after {
    content: "";
    background-image: url("../img/service_icon.png");
    background-size: cover;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
  }
  .m-service__box:before {
    bottom: 0;
    right: 0;
  }
  .m-service__box:after {
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .m-service__lead {
    width: 635px;
    margin-left: -8px;
  }
  .m-service__lead:before {
    width: 101px;
    height: 101px;
    top: -90px;
    right: 8px;
  }
  .m-service__lead:after {
    width: 138px;
    height: 99px;
    top: -92px;
    left: -15px;
  }
  .m-service__pct {
    padding: 0 50px;
  }
  .m-service__txt {
    margin-top: 40px;
    padding: 0 55px 45px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .m-service__ttl {
    margin-bottom: 10.6666666667vw;
  }
  .m-service__ttl span {
    font-size: 2.5333333333vw;
  }
  .m-service__ttl p {
    font-size: 3.7333333333vw;
  }
  .m-service__ttl img {
    width: 66vw;
    margin: 2vw auto;
  }
  .m-service__box {
    width: 80vw;
    border-radius: 4vw;
    padding: 3.3333333333vw 0 0;
  }
  .m-service__box:before, .m-service__box:after {
    content: "";
    background-image: url("../img/service_icon.png");
    background-size: cover;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    display: block;
    position: absolute;
  }
  .m-service__box:before {
    bottom: 0;
    right: 0;
  }
  .m-service__box:after {
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .m-service__lead {
    width: 84.6666666667vw;
    margin-left: -1.0666666667vw;
  }
  .m-service__lead:before {
    width: 13.4666666667vw;
    height: 13.4666666667vw;
    top: -12vw;
    right: 1.0666666667vw;
  }
  .m-service__lead:after {
    width: 18.4vw;
    height: 13.2vw;
    top: -12.2666666667vw;
    left: -2vw;
  }
  .m-service__pct {
    padding: 0 6.6666666667vw;
  }
  .m-service__txt {
    margin-top: 5.3333333333vw;
    padding: 0 7.3333333333vw 6vw;
    font-size: 2.2666666667vw;
  }
}

.m-point {
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
}
.m-point:before, .m-point:after {
  content: "";
  position: absolute;
  background-size: cover !important;
}
.m-point:before {
  background-image: url("../img/icon_01.svg");
}
.m-point:after {
  background-image: url("../img/icon_02.svg");
}
.m-point__list {
  margin: 0 auto;
}
.m-point__items {
  background: #cbbb97;
  text-align: center;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  z-index: 1;
}
.m-point__items p {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.3928571429;
  font-weight: 900;
}
.m-point__items span {
  display: block;
  line-height: 1.1;
}
.m-point__txt {
  text-align: center;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .m-point {
    width: 790px;
    height: 790px;
    left: -60px;
    margin-top: 95px;
    margin-bottom: 105px;
  }
  .m-point:before {
    width: 138px;
    height: 118px;
    top: -74px;
    left: 95px;
  }
  .m-point:after {
    width: 107px;
    height: 107px;
    top: -73px;
    right: 95px;
  }
  .m-point__list {
    width: 514px;
  }
  .m-point__items {
    height: 122px;
    border-radius: 15px;
  }
  .m-point__items p {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .m-point__items span {
    font-size: 18px;
  }
  .m-point__items:nth-child(n+2) {
    margin-top: 30px;
  }
  .m-point__items:before, .m-point__items:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: #967823;
    z-index: -1;
  }
  .m-point__items:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: -50px;
    right: -50px;
  }
  .m-point__items:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -50px;
    left: -50px;
  }
  .m-point__txt {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .m-point {
    width: 105.3333333333vw;
    height: 105.3333333333vw;
    left: -8vw;
    margin-top: 12.6666666667vw;
    margin-bottom: 14vw;
  }
  .m-point:before {
    width: 18.4vw;
    height: 15.7333333333vw;
    top: -9.8666666667vw;
    left: 12.6666666667vw;
  }
  .m-point:after {
    width: 14.2666666667vw;
    height: 14.2666666667vw;
    top: -9.7333333333vw;
    right: 12.6666666667vw;
  }
  .m-point__list {
    width: 68.5333333333vw;
  }
  .m-point__items {
    height: 16.2666666667vw;
    border-radius: 2vw;
  }
  .m-point__items p {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .m-point__items span {
    font-size: 2.4vw;
  }
  .m-point__items:nth-child(n+2) {
    margin-top: 4vw;
  }
  .m-point__items:before, .m-point__items:after {
    content: "";
    display: block;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    position: absolute;
    background: #967823;
    z-index: -1;
  }
  .m-point__items:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: -6.6666666667vw;
    right: -6.6666666667vw;
  }
  .m-point__items:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -6.6666666667vw;
    left: -6.6666666667vw;
  }
  .m-point__txt {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}

.m-club {
  background: #fff;
}
.m-club__lead {
  text-align: center;
  line-height: 1.75;
}
.m-club__txt {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-club {
    padding: 15px 0;
  }
  .m-club__lead {
    font-size: 17px;
    margin-top: 15px;
  }
  .m-club__txt {
    width: 560px;
    font-size: 17px;
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .m-club {
    padding: 2vw 0;
  }
  .m-club__lead {
    font-size: 2.2666666667vw;
    margin-top: 2vw;
  }
  .m-club__txt {
    width: 74.6666666667vw;
    font-size: 2.2666666667vw;
    margin-top: 6vw;
  }
}

.m-procedure {
  background: #cbbb97;
}
@media (min-width: 768px) {
  .m-procedure {
    padding: 160px 0 135px;
  }
  .m-procedure__txt {
    font-size: 17px;
    padding: 15px 80px 30px;
  }
}
@media (max-width: 767px) {
  .m-procedure {
    padding: 21.3333333333vw 0 18vw;
  }
  .m-procedure__txt {
    font-size: 2.2666666667vw;
    padding: 2vw 10.6666666667vw 4vw;
  }
}

.m-fc {
  background: #fff;
}
@media (min-width: 768px) {
  .m-fc {
    padding: 80px 0;
  }
  .m-fc__txt {
    font-size: 17px;
    padding: 40px 55px 70px;
  }
}
@media (max-width: 767px) {
  .m-fc {
    padding: 10.6666666667vw 0;
  }
  .m-fc__txt {
    font-size: 2.2666666667vw;
    padding: 5.3333333333vw 7.3333333333vw 9.3333333333vw;
  }
}

.m-ticket__note {
  text-align: center;
}
@media (min-width: 768px) {
  .m-ticket {
    padding: 70px 0 95px;
  }
  .m-ticket__note {
    font-size: 17px;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .m-ticket {
    padding: 9.3333333333vw 0 12.6666666667vw;
  }
  .m-ticket__note {
    font-size: 2.2666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}

.m-faq {
  background: #fff;
}
.m-faq__items {
  border: 1px solid #000;
}
.m-faq__q {
  cursor: pointer;
}
.m-faq__q:before {
  content: "Q";
}
.m-faq__q, .m-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 900;
}
.m-faq__q:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  background: #eeeeee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-faq__q:after {
  content: "";
  position: absolute;
  background-image: url("../img/arw.svg");
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-faq__q.is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m-faq__a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  background: #cabb97;
}
.m-faq__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #cbbb97;
  border-radius: 9999px;
  border: 2px solid #000;
  color: #000;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-faq {
    padding: 40px 35px 45px;
  }
  .m-faq__list {
    margin-top: 40px;
  }
  .m-faq__items {
    padding: 0 25px;
    border-radius: 8px;
  }
  .m-faq__items:nth-child(n+2) {
    margin-top: 15px;
  }
  .m-faq__q, .m-faq__a {
    font-size: 20px;
  }
  .m-faq__q:before, .m-faq__a:before {
    width: 40px;
    height: 40px;
    margin-right: 30px;
  }
  .m-faq__q {
    min-height: 93px;
    padding: 20px 0;
    padding-right: 30px;
  }
  .m-faq__q:after {
    width: 26px;
    height: 14px;
    right: 0;
  }
  .m-faq__a {
    padding-bottom: 30px;
    width: calc(100% + 50px);
    left: -25px;
    padding: 30px 35px;
  }
  .m-faq__btn {
    width: 223px;
    height: 50px;
    margin-top: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .m-faq {
    padding: 5.3333333333vw 4.6666666667vw 6vw;
  }
  .m-faq__list {
    margin-top: 5.3333333333vw;
  }
  .m-faq__items {
    padding: 0 3.3333333333vw;
    border-radius: 1.0666666667vw;
  }
  .m-faq__items:nth-child(n+2) {
    margin-top: 2vw;
  }
  .m-faq__q, .m-faq__a {
    font-size: 2.6666666667vw;
  }
  .m-faq__q:before, .m-faq__a:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 4vw;
  }
  .m-faq__q {
    min-height: 12.4vw;
    padding: 2.6666666667vw 0;
    padding-right: 4vw;
  }
  .m-faq__q:after {
    width: 3.4666666667vw;
    height: 1.8666666667vw;
    right: 0;
  }
  .m-faq__a {
    padding-bottom: 4vw;
  }
  .m-faq__btn {
    width: 29.7333333333vw;
    height: 6.6666666667vw;
    margin-top: 4vw;
    font-size: 2.6666666667vw;
  }
}

.m-inq__txt h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
}
.m-inq__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-inq {
    padding: 70px 0 760px;
  }
  .m-inq__txt {
    padding: 40px 100px 55px;
  }
  .m-inq__txt h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .m-inq__txt p {
    font-size: 17px;
  }
  .m-inq__note {
    font-size: 17px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .m-inq {
    padding: 9.3333333333vw 0 101.3333333333vw;
  }
  .m-inq__txt {
    padding: 5.3333333333vw 13.3333333333vw 7.3333333333vw;
  }
  .m-inq__txt h3 {
    font-size: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-inq__txt p {
    font-size: 2.2666666667vw;
  }
  .m-inq__note {
    font-size: 2.2666666667vw;
    margin-top: 3.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */