@charset "UTF-8";
header {
  z-index: 1000;
}

#g-nav.panelactive {
  z-index: 1999;
}

#g-nav-list {
  z-index: 1999;
}

#g-nav-list .close-menu {
  z-index: 1999;
}

#g-nav .navigation {
  z-index: 1900;
}

/*gnav背景*/
.circle-bg {
  z-index: 1000;
}

#kv_visual {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

#kv_visual .kumo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#kv_visual .kumo.kumo1 {
  width: 265%;
  left: -18.8%;
  top: 8%;
}

@media screen and (max-width: 768px) {
  #kv_visual .kumo.kumo1 {
    width: 265.38462vw;
    top: 19.10256vw;
  }
}

#kv_visual .heading {
  width: 31.30952380952381%;
  position: absolute;
  z-index: 2;
  top: 8.814814814814815%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #kv_visual .heading {
    width: 87.4359vw;
    top: 15vh;
  }
}

#kv_visual .slider li {
  padding-top: 30vh;
  /*position: relative;
      a{
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        height: 100%;
        img{
          width: 68.45238095238095%;
          position: absolute;
          top: 24.89%;
          left: 50%;
          transform: translateX(-50%);
          z-index: 2;
          @include mq_max {
            width: vw(780);
            top: vw(660);
          }
        }
        &.big{
          img{
            position: absolute;
            width:36.904761904761905%;
            top: 25.185185185185183%;
            @include mq_max {
              width: vw(780);
              top: vw(660);
            }
          }
        }
        &:hover{
          opacity: 1;
        }
      }*/
}

@media screen and (max-width: 768px) {
  #kv_visual .slider li {
    padding-top: 35vh;
  }
}

#kv_visual .slider li a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 68.45vw;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #kv_visual .slider li a {
    width: 100%;
  }
}

#kv_visual .slider li a img {
  width: 68.45vw;
  max-width: 1150px;
}

@media screen and (max-width: 768px) {
  #kv_visual .slider li a img {
    width: 100vw;
  }
}

#kv_visual .slider li a:hover {
  opacity: 1;
}

#kv_visual .slider__bg-blue {
  background-color: #00a3c2;
}

#kv_visual .slider__bg-purple {
  background-color: #cfa7cd;
}

#kv_visual .slider__bg-yellow {
  background-color: #e5e379;
}

#kv_visual .slider__bg-red {
  background-color: #f29674;
}

#kv_visual .slider .slide-arrow {
  z-index: 1;
  position: absolute;
  top: 52%;
  display: block;
  width: 5.357vw;
  height: 5.357vw;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #kv_visual .slider .slide-arrow {
    width: 14.10256vw;
    height: 14.10256vw;
    top: 99.74359vw;
  }
}

#kv_visual .slider .slide-arrow.prev-arrow {
  left: 10.416666666666668%;
  background-image: url("../img/members/prev-arrow.png");
}

@media screen and (max-width: 768px) {
  #kv_visual .slider .slide-arrow.prev-arrow {
    left: 4.61538vw;
  }
}

#kv_visual .slider .slide-arrow.next-arrow {
  right: 10.416666666666668%;
  background-image: url("../img/members/next-arrow.png");
}

@media screen and (max-width: 768px) {
  #kv_visual .slider .slide-arrow.next-arrow {
    right: 4.61538vw;
  }
}

#kv_visual .slider .slide-arrow:hover {
  cursor: pointer;
}

#section1 {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0 20px 0;
  background-color: #c5c12a;
}

@media screen and (max-width: 768px) {
  #section1 {
    padding: 0 0 2.5641vw 0;
    margin-top: -10vh;
  }
}

#section1 h2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 0 50px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  background-color: #c5c12a;
  padding: 3.5rem 0;
}

@media screen and (max-width: 768px) {
  #section1 h2 {
    padding: 19.23077vw 0 3.84615vw 0;
    margin: 0 auto 7.69231vw auto;
  }
}

#section1 h2 img {
  width: 53.9rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #section1 h2 img {
    width: 76.92308vw;
  }
}

#section1 h2.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #c5c12a;
  padding: 3.5rem 0 3.5rem 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #section1 h2.fixed {
    padding: 19.23077vw 0 3.84615vw 0;
  }
}

#section1 .inner .members_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#section1 .inner .members_wrap h3 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 100vh;
  border: solid 3px;
  padding: 16px 0;
  margin: 0 0 36px 0;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap h3 {
    font-size: 3.84615vw;
    padding: 2.30769vw 0;
    margin: 0 0 3.07692vw 0;
  }
}

#section1 .inner .members_wrap .members {
  width: calc(87.27272727272727% / 3);
  margin-left: 6.36363636364%;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap .members {
    width: 42.94872vw;
    margin-left: 3.58974vw;
  }
}

#section1 .inner .members_wrap .members .thumb {
  position: relative;
  text-align: center;
  aspect-ratio: 288 / 319;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

#section1 .inner .members_wrap .members .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

#section1 .inner .members_wrap .members .thumb .front, #section1 .inner .members_wrap .members .thumb .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: solid 3px;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap .members .thumb .front, #section1 .inner .members_wrap .members .thumb .back {
    border-radius: 3.07692vw;
  }
}

#section1 .inner .members_wrap .members .thumb .back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

#section1 .inner .members_wrap .members .thumb.flipped .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#section1 .inner .members_wrap .members .thumb.flipped .back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

#section1 .inner .members_wrap .members .thumb .switch {
  display: block;
  width: 20.13888888888889%;
  position: absolute;
  top: 5.208333333333334%;
  right: 5.208333333333334%;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap .members .thumb .switch {
    width: 8.20513vw;
    top: 1.92308vw;
    right: 1.92308vw;
  }
}

#section1 .inner .members_wrap .members .thumb .switch:hover {
  cursor: pointer;
}

#section1 .inner .members_wrap .members .link {
  background-color: #000;
  border-radius: 14px;
  height: 90px;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap .members .link {
    border-radius: 1.79487vw;
    height: 12.82051vw;
    margin: 1.92308vw 0 0 0;
  }
}

#section1 .inner .members_wrap .members .link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
}

#section1 .inner .members_wrap .members .link a p {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.45;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap .members .link a p {
    font-size: 4.10256vw;
  }
}

#section1 .inner .members_wrap .members .link a p small {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap .members .link a p small {
    font-size: 2.5641vw;
  }
}

#section1 .inner .members_wrap .members .link a:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../img/members/members_link_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap .members .link a:after {
    width: 4.35897vw;
    height: 4.35897vw;
    right: 2.05128vw;
  }
}

#section1 .inner .members_wrap .members.blue .thumb .front {
  background-color: #00a3c2;
}

#section1 .inner .members_wrap .members.purple .thumb .front {
  background-color: #cfa7cd;
}

#section1 .inner .members_wrap .members.yellow .thumb .front {
  background-color: #e5e379;
}

#section1 .inner .members_wrap .members.red .thumb .front {
  background-color: #f29674;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap .members:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  #section1 .inner .members_wrap .members:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap .members:nth-of-type(n+3) {
    margin-top: 5.12821vw;
  }
}

@media screen and (min-width: 769px) {
  #section1 .inner .members_wrap .members:nth-of-type(n+4) {
    margin-top: 36px;
  }
}

#section1 .inner .members_wrap:nth-of-type(n+2) {
  margin: 100px 0 0 0;
}

@media screen and (max-width: 768px) {
  #section1 .inner .members_wrap:nth-of-type(n+2) {
    margin: 10.25641vw 0 0 0;
  }
}

#section2 {
  position: relative;
  z-index: 999;
  padding: 80px 0 180px 0;
  background-color: #c5c12a;
}

@media screen and (max-width: 768px) {
  #section2 {
    padding: 10.25641vw 0 23.07692vw 0;
  }
}

#section2 .inner h2 {
  text-align: center;
  width: 49.7979797979798%;
  margin: 0 auto 35px auto;
}

@media screen and (max-width: 768px) {
  #section2 .inner h2 {
    width: 86.92308vw;
    margin: 0 auto 5.12821vw auto;
  }
}

#section2 .inner .img {
  width: 50.5rem;
  margin: 0 auto 36px auto;
}

@media screen and (max-width: 768px) {
  #section2 .inner .img {
    width: 94.87179vw;
    max-width: 104.61538vw;
    margin: 0 -2.5641vw 6.15385vw -2.5641vw;
  }
}

#section2 .inner .text {
  font-size: 1.98rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #section2 .inner .text {
    font-size: 3.46154vw;
  }
}

#section2 .inner .coming_soon {
  max-width: 454px;
  text-align: center;
  background-color: #b7b7b7;
  border-radius: 100vh;
  margin: 16px auto 0 auto;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  #section2 .inner .coming_soon {
    max-width: 100%;
    margin: 2.05128vw auto 0 auto;
    padding: 2.30769vw 0;
  }
}

#section2 .inner .coming_soon img {
  width: 22.5rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  #section2 .inner .coming_soon img {
    width: 45.38462vw;
  }
}
