@charset "UTF-8";
section {
  padding: 8rem 0;
}
@media only screen and (max-width:959px) {
  section {
    padding: 6rem 0 !important
  }
}
@media only screen and (max-width:767px) {
  section {
    padding: 3rem 0 !important
  }
}
.main-vis {
  position: relative;
  width: 100%;
  min-height: 113rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.video-wrap {
  position: absolute;
  /* padding: 2px; */
  top: 42px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}
.main-vis__inner h1 {
  margin: 2rem 0;
  color: #005dac;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .1rem
}
.main-vis__inner p {
  width: 55%;
  max-width: 70rem;
  color: #555;
  font-size: 1.8rem;
  text-shadow: 0 1px 2px #fff, 1px 0 2px #fff, 0 -1px 2px #fff, -1px 0 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
}
.main-vis__btn {
  margin-left: 0
}
.main-vis__btn a {
  font-size: 2.4rem;
}
.swiper-wrapper {
  height: auto !important;
}
@media only screen and (max-width: 959px) {
  .main-vis {
    min-height: 56rem
  }
  video {
    width:  96rem;
    height: 60rem;
    overflow: hidden;
  }  
  .main-vis__inner {
    max-width: 92%;
    padding: 0;
  }
  .main-vis__inner h1 {
    margin: 1rem 0;
    font-size: 4rem;
  }
  .main-vis__btn a {
    height: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-vis__inner {
    max-width: none;
    padding: 0 1.5rem;
    top: 45px;
  }
  video {
    width: 84rem;
    height: 54rem;
    overflow: hidden;
  }  
  .main-vis__inner h1 {
    margin: 0 0 0rem;
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700;
  }
  .main-vis__inner p {
    font-size: inherit;
    width: 100%
  }
  .main-vis__btn a {
    height: 5.5rem;
    font-size: 1.8rem
  }
}
.top-influencer {
  background: linear-gradient(180deg, #f6f6f6 0%, #f6f6f6 70%, #fff 70%, #fff 100%)
}
.top-influencer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
.top-influencer__item {
  width: 7vw;
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
}
.top-influencer__item img {
  box-shadow: 2px 3px 8px rgb(0 0 0 / 15%);
  width: 7vw;
  height: 7vw;
  object-fit: cover;
}
/* .top-influencer__item:nth-child(4), .top-influencer__item:nth-child(8) {
  margin-right: 0
} */
/* .top-influencer__item:nth-child(1) {}
.top-influencer__item:nth-child(2) {
  top: -4rem;
}
.top-influencer__item:nth-child(3) {
  top: -8rem;
}
.top-influencer__item:nth-child(4) {
  top: -12rem;
}
.top-influencer__item:nth-child(6) {
  top: -4rem;
}
.top-influencer__item:nth-child(7) {
  top: -8rem;
}
.top-influencer__item:nth-child(8) {
  top: -12rem;
}
.top-influencer__btn {
  top: 4rem
} */
.top-influencer__btn a {
  width: 50%;
  height: 5.5rem;
  margin: 0 auto;
  padding: 0 .5rem;
  background: #005dac;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 2px 3px 8px rgb(0 0 0 / 15%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media only screen and (max-width:959px) {
  .top-influencer__btn a {
    width: 100%;
    font-size: 1rem
  }
}
@media only screen and (max-width:767px) {
  .top-influencer__list {
    margin-top: 3rem;
  }
}
/**
 * tab
**/
@media only screen and (min-width:768px) {
  .top-feature {
    min-height: 70rem;
  }
}
.top-feature-tab {
  width: 100%;
  max-width: 38rem;
  display: flex;
  cursor: pointer;
}
.top-feature-tab-contents {
  max-width: 45rem;
  display: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 8px 8px 8px rgb(0 0 0 / 15%);
  margin-top: 4rem;
  opacity: 0;
  transition: .2s;
}
.top-feature-tab-contents.show {
  padding: 5rem;
  display: block;
  opacity: 1;
}
.top-feature-tab div {
  width: 100%;
  margin-right: 2%;
  padding: 1rem 0;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 3px 8px rgb(0 0 0 / 15%);
  color: #005dac;
  font-weight: 700;
}
.top-feature-tab-small {
  font-size: .8rem
}
.top-feature-tab div:nth-child(4) {
  margin-right: 0
}
.top-feature-tab div:hover {
  background: #005dac;
  color: #fff;
}
.top-feature-tab div.active {
  background: #005dac;
  color: #fff;
  position: relative;
  z-index: 1;
}
.top-feature__ttl {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-weight: 700
}
.top-feature__img {
  width: 82rem;
  max-width: 70%;
  top: 0;
  right: 80px;
}
@media screen and (max-width: 959px) {
  .top-feature__img {
    /* right: 20px; */
  }
}
@media screen and (max-width: 767px) {
  .top-feature-tab-contents.show {
    padding: 2.5rem
  }
  .top-feature-tab-contents {
    margin-top: 2rem;
  }
  .top-feature__img {
    max-width: 60%;
    right: 0px;
  }
}
.swiper-container {
  padding-bottom: 50px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  background-color: rgba(255, 255, 255, .96) !important;
  background-size: 10px auto !important;
  border-radius: 50%;
  box-shadow: 0 0px 5px rgb(0 0 0 / 30%);
}
.swiper-button-next {
  right: 80px !important
}
.swiper-button-prev {
  left: 80px !important
}
.swiper-pagination-bullet-active {
  background: #005dac !important
}
@media only screen and (max-width: 767px) {
  .swiper-button-next {
    right: 10px !important
  }
  .swiper-button-prev {
    left: 10px !important
  }
  #for_mobile {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .result__img img {
    height: 12rem;
  }
  .result__ttl {
    font-size: 1.2rem;
  }
}
