#canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.canvas-wrap {
  width: 100%;
  height: 100%;
}

/*============================
BASE
============================*/

html {
  font-size: 62.5%;
}
.p_ico {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 65px;
  cursor: pointer;
}
.p_ico span {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.02em;
  display: block;
  font-size: 1.3rem;
}
.p_arrow {
  position: relative;
  top: -15px;
  -webkit-animation: scroll 1.5s ease-in-out infinite;
  animation: scroll 1.5s ease-in-out infinite;
}
.p_arrowOuter {
  position: absolute;
  left: 3px;
  right: 0;
  margin: 0 auto;
  height: 75px;
  top: 50px;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    top: -15px;
  }
  50% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}

@keyframes scrollSp {
  0% {
    top: -20px;
  }
  80% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}

footer {
  position: absolute;
  width: 100%;
}
.header {
  position: relative;
  width: 100%;
}
#body {
  position: absolute;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

img,
svg,
video {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #fff;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.section-title {
  color: #333;
  font-size: 2vw;
}

.title-wrapper.slideright {
  opacity: 1;
  transition: 4.5s;
  transform: translateX(0);
}

.section-title.sliderdown {
  opacity: 1;
  transition: 1.5s;
  transform: translateY(0);
}

.first-item:hover,
.brand-item:hover,
.active-item:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

/*============================
HEADER
============================*/

.header {
  background-color: black;
}

.site-logo {
  width: 120px;
}

.burger-btn {
  display: none;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
}

.header-nav {
  font-size: 1.4rem;
  transform: translateY(25px);
}

.nav-list {
  display: flex;
}

.nav-item a {
  position: relative;
  padding: 0 10px 2px;
  font-weight: bold;
}

.nav-item a::after,
.nav-item a::before {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s;
  width: 0;
}

.nav-item a::before {
  left: 50%;
}

.nav-item a::after {
  right: 50%;
}

.nav-item a:hover::before,
.nav-item a:hover::after {
  width: 50%;
  transition: 0.3s;
}

/*============================
FV
============================*/

.fv {
  position: relative;
  height: 55vw;
  overflow: hidden;
}

.title-wrapper {
  z-index: 2;
  position: absolute;
  top: 5%;
  left: 10%;
  line-height: 2;
  opacity: 0;
  transform: translateX(-20px);
}

.fv_camp {
  position: relative;
  height: 15vw;
  width: 100%;
  overflow: hidden;
  background-image: url(../images/camp_h1.JPG);
  background-size: cover;
  filter: grayscale(90%) contrast(80%);
  color: #fff;
}

.title-wrapper-camp {
  font-family: "Anton", sans-serif;
  position: absolute;
  /* top: 25%;
  left: 40%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 2;
}
.title-wrapper-privacy {
  font-family: "Anton", sans-serif;
  position: absolute;
  top: 25%;
  left: 30%;
  line-height: 2;
}
.entry-body {
  text-align: center;
}
h1 {
  font-size: 3.8vw;
  font-weight: bold;
}

.h1-span {
  font-size: 6.4vw;
}

.title-copy {
  font-weight: bold;
  font-size: 2vw;
}

.fv-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1);
  filter: grayscale(20%) contrast(60%);
}

.black {
  height: 15px;
  background-color: #333;
}

/*============================
SUBSCRIPTION
============================*/

.subsc-list {
  display: flex;
  align-items: center;
}

.subsc-item {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.subsc-img-wrapper {
  display: block;
  background-color: #333;
  height: 25vw;
}

.img1 {
  background-image: url(../images/school.jpg);
  background-size: cover;
  background-position: center;
}

.img2 {
  background-image: url(../images/youtube.JPG);
  background-size: cover;
  background-position: center;
}

/* .subsc-img-filter {
  opacity: 0.2;
} */

/*============================
YOU TUBE
============================*/

/*============================
FIRST
============================*/

.first,
.brand {
  width: 73vw;
  margin: 30px auto;
  padding: 0 30px;
  opacity: 0;
  transform: translateX(-20px);
}

.first.sliderdown {
  opacity: 1;
  transition: 1.5s;
  transform: translateY(0);
}

.brand.sliderdown {
  opacity: 1;
  transition: 1.5s;
  transform: translateY(0);
}

.first-list1 {
  margin-bottom: 20px;
}
.action-list {
  margin-top: 20px;
}
.first-list1,
.action-list,
.first-list2,
.brand-list,
.youtube-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.padding {
  padding: 0 1.5vw;
}

.first-item,
.brand-item
 {
  width: 35vw;
  height: 18vw;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 6px 6px #333;
  position: relative;
  transition: 0.3s;
}

.img3 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/TEAM.JPG);
  background-size: cover;
  background-position: center;
}

.img4 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/camp.JPG);
  background-size: cover;
  background-position: center;
}

.img5 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/yuuki.JPG);
  background-size: cover;
  background-position: center;
}

.img6 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/masaki.JPG);
  background-size: cover;
  background-position: center;
}

.img7 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/gobernante.jpg);
  background-size: cover;
  background-position: center;
}

.img8 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/blend.jpg);
  background-size: cover;
  background-position: center;
}

.img9 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/coaching.jpg);
  background-size: cover;
  background-position: center;
}

.img10 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/Affect.jpg);
  background-size: cover;
  background-position: center;
}

.img11 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/personal.JPG);
  background-size: cover;
  background-position: center;
}

.img12 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/online.jpg);
  background-size: cover;
  background-position: center;
}

.img13 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/junior.jpg);
  background-size: cover;
  background-position: center;
}

.img14 {
  width: 35vw;
  height: 18vw;
  background-image: url(../images/cup.jpg);
  background-size: cover;
  background-position: center;
}

.fill1 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill2 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill3 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill4 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill5 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill6 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill7 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill8 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill9 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill10 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

.fill11 {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.7;
}

/* .team-img-wrapper,
.camp-img-wrapper,
.gobernante-img-wrapper,
.xcollect-img-wrapper,
.coaching-img-wrapper {
  display: block;
  background-color: #333;
} */

/* .team-img-filter,
.camp-img-filter,
.gobernante-img-filter,
.xcollect-img-filter,
.coaching-img-filter {
  opacity: 0.2;
} */

/* .camp-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  background-color: #333;
  opacity: 0.5;
  display: block;
} */

.button-copy {
  font-weight: bold;
  color: rgb(245, 245, 245);
  font-family: "Anton", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  font-size: 1vw;
}
.button-copy-sub {
  font-weight: bold;
  color: rgb(245, 245, 245);
  font-family: "Anton", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  font-size: 1.4vw;
}

.icon-span {
  color: rgb(245, 245, 245);
  font-family: "Anton", sans-serif;
  font-weight: bold;
  font-size: 2.8vw;
}

/*============================
BRAND
============================*/

.section-title {
  font-weight: bold;
  font-family: "Anton", sans-serif;
  color: rgb(46, 44, 44);
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 3px solid #333;
  width: 50vw;
  opacity: 0;
  transform: translateY(-20px);
}

.gebernante-copy1 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-weight: 300;
}

.gebernante-copy2 {
  position: absolute;
  top: 55%;
  left: 40%;
  transform: translate(-30%, 0);
  text-align: center;
  font-weight: bold;
}

.icon-span-gob {
  color: rgb(245, 245, 245);
  font-family: "Anton", sans-serif;
  font-weight: bold;
  font-size: 2.8vw;
}

/*============================
ACTIVE
============================*/

.padding2 {
  padding: 0 1.5vw;
}

.active {
  width: 73vw;
  margin: 30px auto;
  padding: 0 30px;
  opacity: 0;
  transform: translateY(-20px);
}

.active-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.active.sliderdown {
  opacity: 1;
  transition: 1.5s;
  transform: translateY(0);
}

.active-item {
  width: 22vw;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 6px 6px #333;
  position: relative;
  transition: 0.3s;
}

.active-fz {
  font-size: 1.2vw;
}

.icon-span2 {
  color: rgb(245, 245, 245);
  font-family: "Anton", sans-serif;
  font-weight: bold;
  font-size: 2.3vw;
  padding: 0;
}

.text-span-gob {
  position: relative;
  z-index: 1;
}
/* .text-span-gob:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 20px;
  height: 2px;
  background: #eeff00;
  z-index: -1;
  transition: all 0.8s;
  opacity: .7;
} */
.text-span-gob.isActive:after {
  width: 100%;
}

.text-span {
  position: relative;
  z-index: 1;
}
/* .text-span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background: #bbc711;
  z-index: -1;
  transition: all 0.8s;
  opacity: .7;
} */
.text-span.isActive:after {
  width: 100%;
}

.first-list-smp,
.first-list-smp2 {
  display: none;
}


@media (max-width: 768px) {
  .first-list-smp,
  .first-list-smp2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
/*============================
FOOTER
============================*/

.footer {
  height: 200px;
  background-color: black;
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  width: 160px;
  margin: 0 auto;
  padding: 20px 0;
}

.footer-list {
  text-align: center;
  margin: 0 auto 15px;
  width: 260px;
  display: flex;
  justify-content: space-between;
}

.footer-item {
  font-size: 1.4rem;
  padding-left: 9px;
  border-left: 1px solid #fff;
}

.footer-item:first-of-type {
  padding-left: 0;
  border-left: none;
}

small {
  color: #fff;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  /*============================
  HEADER_TB
  ============================*/
  .site-logo {
    width: 100px;
  }
  .header-inner {
    padding: 0 40px;
  }
  .header-nav {
    display: none;
    font-weight: bold;
    font-size: 4vw;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    height: calc(100vh + 25px);
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 3;
    transform: translateY(-25px);
  }
  .nav-list {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nav-item a {
    display: block;
    padding: 0;
  }
  .nav-item {
    margin-bottom: 40px;
  }
  .nav-item:last-of-type {
    margin-bottom: 0;
  }
  .nav-item a::after,
  .nav-item a::before {
    border-bottom: none;
  }
  .header-nav a {
    color: #333;
  }
  .burger-btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 25px;
    right: 40px;
    z-index: 3;
  }
  .bar {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 22px;
    border-radius: 1px;
  }
  .bar.black {
    background-color: #333;
  }
  .bar_top {
    transform: translateY(-4px);
    transition: transform 0.4s;
  }
  .bar_bottom {
    transform: translateY(4px);
    transition: transform 0.4s;
  }
  .bar.cross.bar_top {
    transform: translateY(2px) rotate(30deg);
    transition: transform 0.4s;
  }
  .bar.cross.bar_mid {
    opacity: 0;
    transition: opacity 0.4s;
  }
  .bar.cross.bar_bottom {
    transform: translateY(-2px) rotate(-30deg);
    transition: transform 0.4s;
  }
  body.noscroll {
    overflow: hidden;
  }
  .header-nav.open {
    display: block;
    animation: open 0.4s linear 0s;
  }
  @keyframes open {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .p_ico {
    display: none;
  }
  /*============================
  FV_TB
  ============================*/
  .fv-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: auto;
    z-index: 1;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(1);
    filter: grayscale(20%) contrast(60%);
  }

  .fv_camp {
    position: relative;
    height: 35vw;
    overflow: hidden;
    background-image: url(../images/camp_h1_sp.JPG);
    background-size: cover;
    background-position: top right;
    filter: grayscale(90%) contrast(80%);
    color: #fff;
  }

  .title-wrapper-camp {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .fv_camp h1{
    font-size: 1.9rem;
  }


  .btn-circle {
    font-size: 1px;
  }

  .p_ico {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 45px;
    cursor: pointer;
  }
  .p_ico span {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.02em;
    display: block;
    font-size: 0.1rem;
  }
  .p_circle {
    width: 7vw;
  }
  .p_arrow {
    position: relative;
    top: -15px;
    -webkit-animation: scroll 1.5s ease-in-out infinite;
    animation: scroll 1.5s ease-in-out infinite;
  }
  .p_arrowOuter {
    position: absolute;
    left: 3px;
    right: 0;
    margin: 0 auto;
    height: 75px;
    top: 50px;
    overflow: hidden;
  }

  /*============================
  BRAND_TB
  ============================*/
  .gebernante-copy2 {
    font-size: 1.8vw;
  }
  .section-title {
    border-bottom: 2px solid #333;
  }
  /*============================
  YouTube
  ============================*/
  #a {
    overflow: hidden;
  }
  .youtube-item {
    display: block;
  }
  /*============================
  FOOTER_TB
  ============================*/
  .footer-logo {
    width: 100px;
  }
  .footer-logo {
    width: 160px;
    padding: 15px 0;
  }
  .footer-list {
    margin: 0 auto 15px;
    width: 260px;
  }
  .footer-item {
    font-size: 1.2rem;
  }
  small {
    color: #fff;
    font-size: 1.2rem;
  }
}

@media (max-width: 520px) {
  /*============================
  BASE_SP
  ============================*/
  .section-title {
    font-weight: bold;
    font-family: "Anton", sans-serif;
    font-size: 1.2rem;
  }
  /*============================
  HEADER_SP
  ============================*/
  .nav-list {
    justify-content: start;
  }
  .nav-item:first-of-type {
    margin-top: 120px;
  }
  /*============================
  FV_SP
  ============================*/
  .button-copy {
    font-size: 1rem;
  }
  .icon-span {
    font-size: 1.4rem;
  }
  /*============================
  BRAND_SP
  ============================*/
  .gebernante-copy1 {
    font-size: 1rem;
  }
  .gebernante-copy2 {
    font-size: 1rem;
  }
  /*============================
  FIRST_SP
  ============================*/
  .first,
  .brand {
    width: 96vw;
    padding: 0;
  }
  .first-item,
  .first-item-mix,
  .brand-item {
    width: 45vw;
    height: 23vw;
    border-radius: 10px;
    box-shadow: 4px 4px 4px #333;
  }
  .img3 {
    width: 45vw;
    height: 25vw;
  }
  .img4 {
    width: 45vw;
    height: 23vw;
  }
  .img5 {
    width: 45vw;
    height: 23vw;
  }
  .img6 {
    width: 45vw;
    height: 23vw;
  }
  .img7 {
    width: 45vw;
    height: 23vw;
  }
  .img8 {
    width: 45vw;
    height: 23vw;
  }
  .img9 {
    width: 45vw;
    height: 23vw;
  }
  .img10 {
    width: 45vw;
    height: 23vw;
  }
  .img11 {
    width: 45vw;
    height: 23vw;
  }
  .img12 {
    width: 45vw;
    height: 23vw;
  }
  .img13 {
    width: 45vw;
    height: 23vw;
  }
  .img14 {
    width: 45vw;
    height: 23vw;
  }
  /*============================
  BRAND_SP
  ============================*/
  .section-title {
    font-weight: bold;
    border-bottom: 2px solid #333;
    width: 50vw;
  }
  .first,
  .brand {
    margin: 20px auto;
  }
  /*============================
  ACTIVE_SP
  ============================*/
  .active {
    width: 96vw;
    padding: 0;
    margin: 20px auto;
  }
  .active-item {
    width: 29vw;
    border-radius: 10px;
    box-shadow: 4px 4px 4px #333;
  }
  .active-fz {
    font-size: 1rem;
  }
  .icon-span2 {
    font-size: 1rem;
  }
  /*============================
  FOOTER_SP
  ============================*/
  .footer {
    height: 140px;
  }
  .footer-logo {
    width: 80px;
    padding: 15px 0;
  }
  .footer-list {
    margin: 0 auto 15px;
    width: 200px;
  }
  .footer-item {
    font-size: 1rem;
    padding-left: 9px;
    border-left: 1px solid #fff;
  }
  small {
    color: #fff;
    font-size: 1rem;
  }
}
