@charset "UTF-8";
/* CSS Document */

.header {
  background: transparent !important;
}

.header .header__wapper h1 img {
  filter: brightness(0);
}

.menu span {
  background: #000000;
}

.nav__ul__li__a {
  color: #000000;
}

.nav__ul__li__a span {
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
}

.top {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  height: 650px;
}

img {
  width: 100%;
}

.top__wapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.top__wapper__bottom {
  width: 95%;
  margin: 0 auto;
  display: flex;
  margin-top: -20%;
}

.top__wapper__bottom__text {
  width: 35%;
  margin-top: 30%;
  text-align: left;
}

.top__wapper__bottom__text h3 {
  font-size: 3.4rem;
  font-family: var(--oribitron);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.top__wapper__bottom__text p {
  font-size: 1.2rem;
  font-family: var(--arial);
  font-weight: 400;
}

.top__wapper__bottom__image {
  display: block;
  margin-left: -5%;
  margin-right: -25%;
  width: 100%;
}

.top__wapper__bottom__image img,
.top__wapper__bottom__image source {
  width: 100%;
}

.top__wapper h2 {
  font-family: var(--oribitron);
  font-size: clamp(5rem, 9vw, 13rem);
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  width: 95%;
  margin: 0 auto;
  clip-path: inset(0 0 100% 0);
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.active .top__wapper h2 {
  clip-path: inset(0 0 0 0);
}

.top__wapper__bottom__text,
.top__wapper__bottom__image {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.active .top__wapper__bottom__text,
.active .top__wapper__bottom__image {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.active .top__wapper__bottom__text {
  transition-delay: 0.75s;
}

.top__wapper__bottom__text span {
  display: block;
  width: fit-content;
  margin-top: 30px;
  line-height: 1.4;
  padding: 4px 10px;
  border: solid 1px #FFFFFF;
}

.about {
  position: relative;
}

.about img,
.about source {
  min-height: 780px;
  max-height: 800px;
  width: 100%;
  object-fit: cover;
}

.about__wapper {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 60px 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}

.about__wapper.active {
  opacity: 1;
}

.about__wapper::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
}

.about__wapper h2,
.about__wapper p {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  line-height: 1.75;
  font-size: 1.6rem;
  margin-left: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  max-width: 720px;
  width: 100%;
  transition: 0.5s;
  transform: translateY(50px);
  opacity: 0;
}

.about__wapper.active h2,
.about__wapper.active p {
  transform: translateY(0);
  opacity: 1;
}

.about__wapper h2 {
  font-size: 3rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.feature {
  padding: 150px 0;
  margin: 0 auto;
}

.feature__title {
  font-family: var(--oribitron);
  font-weight: 700;
  margin-bottom: 75px;
}

.feature__title h2 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.feature__title small {
  font-size: 1.2rem;
  display: block;
}

.feature__contents {
  display: flex;
  justify-content: flex-end;
}

.feature__contents ul {
  width: 550px;
  padding: 0 2.5vw;
  text-align: left;
}

.feature__contents ul li {
  height: 100vh;
}

.feature__contents ul li strong {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--oribitron);
}

.feature__contents ul li h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 1.75;
}

.feature__contents ul li p {
  line-height: 1.75;
  font-size: 1.6rem;
}

.feature__contents__images {
  width: calc(50vw + 210px);
}

.feature__contents__images__wapper {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}

.feature__contents__images__wapper div {
  width: 100%;
  height: 100%;
  transition: 0.25s;
}

.feature__contents__images__wapper .fadeout {
  opacity: 0;
}

.feature__contents__images__wapper div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature__contents__images__wapper div:nth-child(2),
.feature__contents__images__wapper div:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.feature__contents__images__wapper div:nth-child(3) {
  z-index: -2;
}

.feature__image1 img {
  object-position: 40% 50%;
}

.feature__image3 img {
  object-position: 25% 50%;
}

.product {
  padding-bottom: 150px;
}

.sec2__ul {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sec2__ul__li {
  display: flex;
  width: calc(100% / 4 - 12.5px);
}

.sec2__ul__li__a {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}

.sec2__ul__li__a img {
  display: block;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.sec2__ul__li__a h3 {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}

.sec2__ul__li__a p {
  font-weight: 600;
  letter-spacing: 0.1rem;
}


@media (max-width: 1024px) {

  .open .nav__ul__li__a {
    color: #FFFFFF;
  }

  .fixde .header .header__wapper h1 img {
    filter: none;
  }

  .close.menu span {
    background: #FFFFFF;
  }
}



@media (max-width: 1024px) {
  .top {
    height: auto;
  }

  .top__wapper {
    height: 100%;
    overflow-x: hidden;
  }


  .top__wapper__bottom__image {
    margin-left: -7.5%;
    margin-right: 0%;
    width: 120%;
  }

  .top__wapper__bottom {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .top__wapper__bottom__text {
    margin-top: -20%;
    width: 100%;
  }

  .sec2__ul {
    flex-wrap: wrap;
    gap: 20px;
  }

  .sec2__ul__li {
    width: calc(100% / 2 - 10px);
  }

  .feature__contents ul {
    width: 380px;
  }
}

.feature__sp {
  display: none;
}

@media (max-width: 767px) {

  .about img,
  .about source {
    min-height: auto;
    max-height: auto;
    height: 600px;
    width: 100%;
    object-fit: cover;
  }

  .about__wapper {
    width: 100%;
    padding: 20px 0;
  }

  .about__wapper h2,
  .about__wapper p {
    width: 100%;
  }

  .about__wapper h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .about__wapper p {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.75;
  }

  .feature {
    padding: 75px 0;
  }

  .feature__contents ul {
    display: none;
  }

  .feature__contents__images__wapper {
    position: static;
    height: auto;
  }

  .feature__contents__images__wapper .fadeout {
    opacity: 1;
  }

  .feature__contents__images__wapper div:nth-child(2),
  .feature__contents__images__wapper div:nth-child(3) {
    position: static;
    opacity: 1 !important;
  }

  .feature__sp {
    display: block;
    padding: 20px 0 50px;
    width: 90% !important;
    margin: 0 auto;
    text-align: left;
  }

  .feature__sp strong {
    font-family: var(--oribitron);
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
  }

  .feature__sp h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.1rem;
  }

  .feature__sp p {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 1.75;
  }

  .product {
    padding-bottom: 75px;
  }

  .feature__contents__images {
    width: 100%;
  }
}


.comming__text {
  font-size: 3.8rem;
  font-family: var(--oribitron);
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 200px;
}

.experience {
  width: 95%;
  max-width: 1440px;
  padding-top: 150px;
  margin: 0 auto;
}

.experience__title {
  font-family: var(--oribitron);
  font-weight: 700;
  margin-bottom: 50px;
}

.experience__title h2 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.experience__title small {
  font-size: 1.2rem;
  display: block;
}

.experience__ul {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.experience__ul__li {
  position: relative;
  width: calc(100% / 3);
  padding-bottom: 20px;
}

.experience__ul__li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background: #000000;
}

.experience__ul__li:nth-child(3)::after {
  content: none;
}

.experience__ul__li small {
  font-size: 3.5rem;
  font-family: var(--oribitron);
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.experience__ul__li h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.experience__ul__li p {
  text-align: left;
  line-height: 2.6rem;
}

.about2 {
  margin-bottom: 150px;
}

.about2 img,
.about2 source {
  min-height: 450px;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

.about2 .about__wapper h2 {
  font-size: 2.4rem;
}

.athlete {
  width: 95%;
  max-width: 1440px;
  padding-bottom: 150px;
  margin: 0 auto;
}

.athlete__title {
  font-family: var(--oribitron);
  font-weight: 700;
  margin-bottom: 75px;
}

.athlete__title h2 {
  font-size: 3.5rem;
  margin-bottom: 10px;
}

.athlete__title small {
  font-size: 1.2rem;
  display: block;
}

.athlete__ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.athlete__ul__li {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.athlete__ul__li div {
  width: calc(100% / 2 - 25px);
  text-align: left;
}

.athlete__ul__li div span {
  display: block;
  font-family: var(--oribitron);
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: solid 1px #000000;
  margin-bottom: 30px;
}

.athlete__ul__li div h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

.athlete__ul__li div small {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.athlete__ul__li div p:nth-of-type(1) {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 100px;
}

.athlete__ul__li div p:nth-of-type(2) {
  background: #F2F2F2;
  padding: 20px;
  line-height: 2.6rem;
}