@charset "UTF-8";
/* _media.scss 
-------------------------------------------------------*/
/* /_media.scss
-------------------------------------------------------*/
/* _font.scss 
-------------------------------------------------------*/
/* /_font.scss
-------------------------------------------------------*/
/* _over.scss
-------------------------------------------------------*/
/* /_over.scss
-------------------------------------------------------*/
/* _other.scss
-------------------------------------------------------*/
/* /_other.scss
  -------------------------------------------------------*/
/* _top.scss 
-------------------------------------------------------*/
.footer_top {
  display: block;
}

/* メインビジュアル */
.sectMv {
  height: 808px;
  background: url(/partnership_taira/assets/images/top/bg_mv.jpg) center/cover;
}
.sectMv_wrap {
  height: 100%;
  position: relative;
}
.sectMv_parts_01 {
  position: absolute;
  left: -548px;
  top: -144px;
  z-index: 20;
}
.sectMv_parts_02 {
  position: absolute;
  right: -573px;
  top: 19px;
  z-index: 20;
  display: block;
}
.sectMv_ball {
  width: 123px;
  position: absolute;
  top: 362px;
  left: 221px;
  z-index: 20;
}
.sectMv_tit {
  position: absolute;
  left: -170px;
  bottom: -209px;
  z-index: 30;
  opacity: 0;
  -webkit-animation: fadeIn2 1s ease 1s forwards;
          animation: fadeIn2 1s ease 1s forwards;
}
.sectMv_slider {
  width: 798px;
  position: relative;
  right: 0;
  z-index: 10;
  margin-left: auto;
}
.sectMv_slider-2 {
  width: 100%;
}
.sectMv_slider_wrap-2 {
  overflow: hidden;
}
.sectMv_slider_next {
  right: -60px;
  background: url(/partnership_taira/assets/images/common/bg_arrow_right.png) no-repeat;
}
.sectMv_slider_prev {
  left: -60px;
  background: url(/partnership_taira/assets/images/common/bg_arrow_left.png) no-repeat;
}
.sectMv_slider_item {
  text-align: right;
}
.sectMv_slider_pagination {
  position: relative;
  bottom: -30px;
}
.sectMv_slider_pagination .swiper-pagination-bullet:nth-child(n) {
  width: 15px;
  height: 15px;
  background: #BBBBBB;
  margin: 0 15px;
  opacity: 1;
}
.sectMv_slider_pagination .swiper-pagination-bullet-active:nth-child(n) {
  background: #f87f15;
}
@media screen and (max-width: 767px) {
  .sectMv {
    height: 717px;
    background-image: url(/partnership_taira/assets/images/top/bg_mv_sp.jpg);
  }
  .sectMv_parts_01 {
    width: 130.8571428571%;
    left: -25%;
    top: -8%;
  }
  .sectMv_parts_02 {
    width: 146.2857142857%;
    right: -76%;
    top: auto;
    bottom: -10%;
  }
  .sectMv_ball {
    width: 67px;
    top: 440px;
    left: 27px;
  }
  .sectMv_tit {
    width: 104.8571428571%;
    left: -3%;
    bottom: -5%;
  }
  .sectMv_slider {
    width: 400px;
    position: absolute;
    right: -50px;
    bottom: 90px;
  }
  .sectMv_slider-2 {
    position: static;
    width: 100%;
  }
  .sectMv_slider_item {
    aspect-ratio: 798/1009;
  }
  .sectMv_slider_next {
    display: none;
  }
  .sectMv_slider_prev {
    display: none;
  }
}

/* プロフィール */
.sectProf {
  background: url(/partnership_taira/assets/images/top/bg_prof.jpg) center/cover;
}
.sectProf_wrap {
  position: relative;
  z-index: 2;
  padding: 110px 0 0;
  height: 1050px;
}
.sectProf_title {
  position: relative;
  z-index: 5;
}
.sectProf_text {
  width: 550px;
  margin-top: 108px;
  color: var(--color-wh);
  line-height: 2.25;
  position: relative;
  z-index: 20;
}
.sectProf_image {
  position: absolute;
  right: 0;
  top: 233px;
  z-index: 10;
  width: 581px;
}
@media screen and (max-width: 767px) {
  .sectProf {
    background-image: url(/partnership_taira/assets/images/top/bg_prof_sp.jpg);
  }
  .sectProf_wrap {
    padding: 75px 0 50px;
    height: auto;
  }
  .sectProf_title {
    position: relative;
    z-index: 5;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .sectProf_text {
    width: 100%;
    margin-top: 20px;
    font-size: 0.875rem;
  }
  .sectProf_image {
    position: relative;
    right: 0;
    top: 0;
    width: calc(100% + 40px);
    margin: -40px 0 0 -20px;
  }
}

/* 経歴 */
.secHistory {
  background: url(/partnership_taira/assets/images/top/bg_history.jpg) center/cover;
  position: relative;
}
.secHistory_wrap {
  position: relative;
  z-index: 2;
  padding: 173px 0 0;
  height: 1121px;
}
.secHistory_ball {
  position: absolute;
  left: 0;
  top: -90px;
  z-index: 30;
}
.secHistory_parts_01 {
  position: absolute;
  width: 2070px;
  left: -486px;
  top: -326px;
  z-index: 20;
  pointer-events: none;
}
.secHistory_title {
  display: inline-block;
  position: relative;
  padding-bottom: 24px;
}
.secHistory_title::after {
  content: "";
  width: calc(100% + 410px);
  height: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-main);
}
.secHistory_image {
  width: 607px;
  position: absolute;
  bottom: 94px;
  left: -57px;
  z-index: 10;
}
.secHistory_list {
  width: 548px;
  margin: 67px 0 0 auto;
}
.secHistory_item + .secHistory_item {
  margin-top: 20px;
}
.secHistory_item_days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 7px;
  position: relative;
  z-index: 2;
}
.secHistory_item_days_text {
  font-size: 1.125rem;
  font-weight: 700;
}
.secHistory_item_days::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.secHistory_item_main {
  padding: 12px 0 0 18px;
}
.secHistory_item_main_text {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .secHistory {
    background-image: url(/partnership_taira/assets/images/top/bg_history_sp.jpg);
  }
  .secHistory_wrap {
    padding: 128px 0 158px;
    height: auto;
  }
  .secHistory_ball {
    width: 147px;
    left: -31px;
    top: -45px;
  }
  .secHistory_parts_01 {
    width: 124.2857142857%;
    left: -7%;
    top: -3%;
  }
  .secHistory_title {
    width: 225px;
    padding-bottom: 22px;
    margin: 0 auto;
    display: block;
  }
  .secHistory_image {
    width: calc(100% + 40px);
    position: static;
    margin: 33px 0 0 -20px;
  }
  .secHistory_list {
    width: 100%;
    margin: 0 auto;
  }
}

/* ギャラリー */
.secGallery {
  /* background: url(/partnership_taira/assets/images/top/bg_gallery.jpg) center / cover; */
  position: relative;
}
.secGallery_rackets {
  position: absolute;
  right: -213px;
  top: -367px;
}
.secGallery_wrap {
  /* height: 763px; */
  /* padding: 120px 0 0; */
  padding: 0 0 160px;
}
.secGallery_title {
  margin-bottom: 110px;
}
.secGallery_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
.secGallery_item {
  position: relative;
  /* &::after {
      content: '';
      width: 52px;
      height: 52px;
      background: url(/partnership_taira/assets/images/top/icon_zoom.svg) center / 21px no-repeat ,var(--color-wh);
      border-radius: 100%;
      position: absolute;
      right: 14px;
      bottom: 14px;
      box-shadow: 0, 0, 0, .2;
      pointer-events: none;
  } */
}
.secGallery_item_link {
  display: block;
  overflow: hidden;
}
.secGallery_item_link img {
  -webkit-transition: var(--trans-min02);
  transition: var(--trans-min02);
}
.secGallery_item_link img:hover {
  -webkit-transform: var(--img-zoom);
          transform: var(--img-zoom);
}
@media screen and (max-width: 767px) {
  .secGallery {
    /* background-image: url(/partnership_taira/assets/images/top/bg_gallery_sp.jpg); */
  }
  .secGallery_rackets {
    width: 360px;
    right: -106px;
    top: -158px;
  }
  .secGallery_wrap {
    height: auto;
    padding: 132px 0 100px;
  }
  .secGallery_title {
    width: 192px;
    margin-bottom: 60px;
  }
  .secGallery_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
  .secGallery_item {
    width: calc((100% - 20px) / 2);
    /* &::after {
        width: 36px;
        height: 36px;
        background: url(/partnership_taira/assets/images/top/icon_zoom.svg) center / 14px no-repeat ,var(--color-wh);
        right: 10px;
        bottom: 10px;
    } */
  }
}/*# sourceMappingURL=top.css.map */