@charset "UTF-8";
/*メインビジュアル*/
.main {
  width: 100vw;
  height: 148vw;
  position: relative;
  z-index: -2;
}
.main iframe {
  display: none;
}
.main video {
  width: 100vw;
  height: 148vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 500px) {
  .main {
    height: 57vw;
  }
  .main video {
    display: none;
  }
  .main iframe {
    display: block;
  }
}

/*インスタ*/
.instagram {
  position: relative;
  text-align: center;
  height: auto;
}
.instagram::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0C0F4C;
  transform: skewY(7deg);
  z-index: -1;
}
.instagram_wrap {
  position: relative;
  padding: 60px 5%;
}
.instagram_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg-blue.jpg) no-repeat center;
  background-size: cover;
  height: auto;
  transform: skewY(-7deg);
  z-index: -1;
}
.instagram h1 {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.instagram_btn {
  width: 150px;
  margin: 20px 4% 0 auto;
}
.instagram .instafeed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.instagram .instafeed li {
  max-width: 200px;
  width: 37vw;
  height: 37vw;
  max-height: 200px;
  display: flex;
  align-items: center;
  background: #000;
  overflow: hidden;
}
@media (min-width: 500px) {
  .instagram {
    top: -5px;
  }
}
@media (min-width: 840px) {
  .instagram {
    top: -5px;
  }
  .instagram::before {
    transform: skewY(4deg);
  }
  .instagram h1 {
    margin-bottom: 30px;
  }
  .instagram_wrap {
    padding: 60px 5% 80px;
  }
  .instagram_wrap::before {
    transform: skewY(-4deg);
  }
  .instagram .instafeed {
    max-width: 780px;
    margin: 0 auto;
  }
  .instagram .instafeed li {
    width: 180px;
    height: 180px;
  }
  .instagram_btn {
    width: 780px;
    max-width: 780px;
    margin: 30px auto 0;
  }
  .instagram_btn img {
    width: 180px;
    margin: 0 15px 0 auto;
  }
}

/*チーム*/
.team {
  text-align: center;
  padding: 60px 8%;
}
.team h1 {
  color: #0C0F4C;
  border-bottom: 1px solid #0C0F4C;
  margin-bottom: 30px;
}
.team_top-slider a {
  color: #333;
}
.team_top-slider_content {
  margin-bottom: 40px;
}
.team_top-slider_content .full-photo {
  width: 100%;
  border: 2px solid #B97E12;
}
.team_top-slider_content .full-photo img {
  width: 100%;
}
.team_top-slider_content .alphabet {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.2rem;
  text-align: right;
  font-weight: 700;
  opacity: 0.5;
  color: #B97E12;
  line-height: 0.7;
}
.team_top-slider_content h5 {
  text-align: left;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.team_top-slider_content .description {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.team_top-slider_content .description strong {
  font-weight: 600;
}
.team_menber {
  padding: 0 0 0 10px;
}
.team_menber ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 15px 30px;
  margin-bottom: 30px;
}
.team_menber ul li {
  max-width: 178px;
  width: 43%;
  text-align: left;
  line-height: 1;
}
.team_menber ul li div {
  border: 2px solid #B97E12;
  margin-bottom: 0.5rem;
}
.team_menber ul li h5 {
  color: #333;
  font-weight: 600;
}
.team_menber ul li small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  color: #B97E12;
  font-weight: 700;
}
.team_btn {
  width: 265px;
  margin: 0 0 0 auto;
}
@media (min-width: 840px) {
  .team {
    padding: 80px 5% 100px;
  }
  .team h1 {
    margin: 0 0 40px;
  }
  .team_top-slider {
    max-width: 760px;
    margin: 0 auto;
  }
  .team_top-slider .team_flex {
    display: flex;
    justify-content: left;
    gap: 50px;
  }
  .team_top-slider_content {
    margin-bottom: 30px;
  }
  .team_top-slider_content .full-photo {
    width: 330px;
  }
  .team_top-slider_content h5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .team_top-slider_content small {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 25px;
  }
  .team_top-slider_content small img {
    width: 16px;
    display: inline;
    margin: 0 0.5rem -3px 0;
  }
  .team_top-slider_content .description {
    display: block;
    padding-right: 3rem;
  }
  .team_top-slider_content .description span {
    display: block;
    height: 0.8rem;
  }
  .team_top-slider_content .description a {
    text-decoration: underline;
  }
  .team_menber ul {
    max-width: 780px;
    margin: 0 auto 50px;
    gap: 20px 45px;
    padding: 0;
  }
  .team_menber ul li {
    width: 160px;
  }
  .team_menber ul li h5 {
    font-size: 1.6rem;
    margin: 7px 0 2px;
  }
  .team_menber ul li small {
    font-size: 1.1rem;
  }
  .team_btn {
    width: 780px;
    max-width: 780px;
    margin: 0 auto;
  }
  .team_btn img {
    width: 310px;
    margin: 0 0 0 auto;
  }
}

/*スポンサー*/
.sponsorship {
  position: relative;
  text-align: center;
}
.sponsorship::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0C0F4C;
  transform: skewY(-7deg);
  z-index: -1;
  height: auto;
}
.sponsorship_wrap {
  position: relative;
  padding: 50px 5% 170px;
}
.sponsorship_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg-navy.jpg) no-repeat center;
  background-size: cover;
  height: auto;
  transform: skewY(7deg);
  z-index: -1;
}
.sponsorship h1 {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}
.sponsorship_all {
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 35px 0 40px;
}
.sponsorship_all div {
  width: 260px;
  margin: 0 auto 40px;
}
.sponsorship_all ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 30px;
  width: 290px;
  margin: 0 auto;
  align-items: center;
}
.sponsorship_all ul li {
  width: 130px;
}
.sponsorship_all ul li:nth-child(4) img {
  width: 50px;
  margin: 0 auto;
}
.sponsorship_all ul li:nth-child(5) img {
  width: 85px;
  margin: 0 auto;
}
.sponsorship_all ul li:nth-child(6) img {
  width: 75px;
  margin: 0 auto;
}
.sponsorship p {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}
.sponsorship_btn {
  background-color: #B97E12;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 13px 0;
}
.sponsorship_btn a {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 430px) {
  .sponsorship_wrap {
    padding: 60px 5% 280px;
  }
}
@media (min-width: 840px) {
  .sponsorship::before {
    transform: skewY(-4deg);
  }
  .sponsorship_wrap::before {
    transform: skewY(4deg);
  }
  .sponsorship h1 {
    margin-bottom: 30px;
  }
  .sponsorship_all {
    max-width: 780px;
    margin: 0 auto 30px;
    padding: 60px 0 70px;
  }
  .sponsorship_all div {
    width: 360px;
    margin-bottom: 50px;
  }
  .sponsorship_all ul {
    width: 100%;
    justify-content: center;
    gap: 40px;
  }
  .sponsorship_all ul li {
    width: 180px;
  }
  .sponsorship_all ul li:nth-child(2) {
    width: 160px;
  }
  .sponsorship_all ul li:nth-child(2) img {
    width: 160px;
    margin: 0 auto;
  }
  .sponsorship_all ul li:nth-child(4) {
    width: 60px;
  }
  .sponsorship_all ul li:nth-child(4) img {
    width: 60px;
    margin: 0 auto;
  }
  .sponsorship_all ul li:nth-child(5) {
    width: 100px;
  }
  .sponsorship_all ul li:nth-child(5) img {
    width: 100px;
    margin: 0 auto;
  }
  .sponsorship_all ul li:nth-child(6) {
    width: 85px;
  }
  .sponsorship_all ul li:nth-child(6) img {
    width: 85px;
    margin: 0 auto;
  }
  .sponsorship p {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .sponsorship_btn {
    max-width: 390px;
    height: 51px;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}

/*スライダー矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 35%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  height: 27px;
  width: 27px;
  z-index: 10;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: -15px;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-right: 27px solid #B97E12; /*矢印の色*/
}

.slick-next { /*次へ矢印の位置と形状*/
  right: -15px;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 27px solid #B97E12; /*矢印の色*/
}/*# sourceMappingURL=top.css.map */