/* ==================================================
Mixin
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@font-face {
  font-weight: 700;
  font-display: swap;
  font-family: "Economica";
  src: url("./../../../assets/fonts/Economica-Bold.ttf") format("truetype");
}
.sec_insta {
  background-color: #eee;
  display: flex;
  width: 100%;
  position: relative;
}
.sec_insta_wrapper {
  display: flex;
  position: relative;
}
.sec_insta_flex {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.sec_insta_inner_label {
  background-color: #0d0000;
  color: #fff;
  position: relative;
  line-height: 1;
}
.sec_insta_inner_label::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
}
.sec_insta_inner_label::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}
.sec_insta_inner_description {
  line-height: 1.35;
}
.sec_insta_inner_button {
  background-color: #ee0000;
  position: relative;
  line-height: 1;
}
.sec_insta_inner_button::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
}
.sec_insta_inner_button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}
.sec_insta_inner_button a {
  color: #fff;
  display: block;
  position: relative;
  transition: all 300ms ease;
}

@media screen and (max-width: 960px) {
  .sec_insta {
    padding-bottom: 14vw;
  }
  .sec_insta_wrapper {
    flex-direction: column-reverse;
    padding-top: 17.3333333333vw;
  }
  .sec_insta_wrapper + .sec_insta_wrapper .sec_insta_pics {
    height: 61vw;
  }
  .sec_insta_flex {
    position: relative;
  }
  .sec_insta_inner_heading {
    margin-top: 13.3333333333vw;
    margin-bottom: 7.2vw;
  }
  .sec_insta_inner_label {
    margin-bottom: 7.2vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 4.5333333333vw;
    width: 66.6666666667vw !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_insta_inner_label::before {
    left: -6vw;
    border-width: 8vw 6vw 0 6vw;
  }
  .sec_insta_inner_label::after {
    right: -6vw;
    border-width: 0 6vw 8vw 6vw;
  }
  .sec_insta_inner_description {
    max-width: 80vw;
    width: 100%;
    margin: 0 auto 1em;
  }
  .sec_insta_inner_button {
    margin-top: 8vw;
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_insta_inner_button::before {
    left: -6vw;
    border-width: 18vw 6vw 0 6vw;
  }
  .sec_insta_inner_button::after {
    right: -6vw;
    border-width: 0 6vw 18vw 6vw;
  }
  .sec_insta_inner_button a {
    font-size: 5.3333333333vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .sec_insta_inner_button a::after {
    content: "";
    position: absolute;
    background: url(./../../../assets/img/common/arrow-sp@2x.png) no-repeat;
    background-size: cover;
    width: 16vw;
    height: 1.8vw;
    right: 6.6666666667vw;
    top: calc((100% - 1.8vw) / 2);
  }
  .sec_insta_pics {
    max-width: 80vw;
    width: 100%;
    margin: 0 auto;
  }
  .sec_insta_pics iframe {
    width: 80vw !important;
    height: 80vw !important;
  }
}
@media all and (min-width: 961px) {
  .sec_insta {
    padding-bottom: 80px;
    height: 1056px;
  }
  .sec_insta_wrapper {
    padding-top: 80px;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
  }
  .sec_insta_wrapper + .sec_insta_wrapper {
    align-items: center;
  }
  .sec_insta_flex {
    max-width: 926px;
  }
  .sec_insta_inner {
    margin-left: 6.3vw;
  }
  .sec_insta_inner_heading {
    margin-bottom: 40px;
  }
  .sec_insta_inner_label {
    margin-bottom: 40px;
    font-size: 24px;
    width: 350px;
    padding: 10px 0;
  }
  .sec_insta_inner_label::before {
    left: -20px;
    border-width: 44px 20px 0 20px;
  }
  .sec_insta_inner_label::after {
    right: -20px;
    border-width: 0 20px 44px 20px;
  }
  .sec_insta_inner_description {
    margin-bottom: 16px;
    letter-spacing: -1px;
  }
  .sec_insta_inner_button {
    margin: 44px auto 0;
    width: 290px;
  }
  .sec_insta_inner_button::before {
    left: -22px;
    border-width: 80px 22px 0 22px;
  }
  .sec_insta_inner_button::after {
    right: -22px;
    border-width: 0 22px 80px 22px;
  }
  .sec_insta_inner_button a {
    font-size: 16px;
    padding: 22px 0;
    transition: all 300ms ease;
  }
  .sec_insta_inner_button a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 1px;
    right: 28px;
    width: 36px;
    top: 50%;
    transition: all 300ms ease;
  }
  .sec_insta_inner_button a::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 18px;
    height: 1px;
    right: 28px;
    top: 25px;
    transform: rotate(30deg);
    transition: all 300ms ease;
  }
  .sec_insta_inner_button:hover a {
    color: #0d0000;
  }
  .sec_insta_inner_button:hover a::before {
    background-color: #0d0000;
  }
  .sec_insta_inner_button:hover a::after {
    background-color: #0d0000;
  }
}
@media all and (min-width: 961px) and (max-width: 1024px) {
  .sec_insta_inner {
    margin-left: 8vw;
  }
}
.sec_mv {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.sec_mv_heading {
  color: #333333;
  position: absolute;
  font-weight: bold;
  flex-shrink: 0;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .sec_mv {
    margin-bottom: 8vw;
  }
  .sec_mv_heading {
    font-size: 3.7333333333vw;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  .sec_mv_heading img {
    height: 9.6vw !important;
    width: auto;
    margin-bottom: 2vw;
  }
  .sec_mv picture img {
    width: 100%;
    height: auto;
  }
}
@media all and (min-width: 961px) {
  .sec_mv {
    padding-left: 20px;
    max-width: 1460px;
    width: 100%;
    height: 628px;
    position: relative;
    margin: 0 auto 162px;
  }
  .sec_mv_heading {
    font-size: 27px;
    top: 60px;
    left: 0;
    background: #FFF;
    padding: 40px 0 40px 95px;
    position: absolute;
    height: 223px;
  }
  .sec_mv_heading img {
    margin-bottom: 30px;
  }
  .sec_mv_heading::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    right: -100px;
    border-width: 223px 100px 0 0px;
    z-index: -1;
  }
  .sec_mv picture {
    position: absolute;
    right: -20px;
    top: 0;
  }
}
/* Page Athlete */
.sec_athlete_list__items_heading {
  font-weight: bold;
  text-align: center;
}
.sec_athlete_list__items_profile {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.sec_athlete_list__items_profile::after {
  content: "";
  position: absolute;
  background: url(./../../assets/img/athlete/img_s-mark@2x.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.sec_athlete_list__items_profile_data_dlist__items {
  display: flex;
  align-items: baseline;
}
.sec_athlete_list__items_profile_data_dlist__items dt {
  font-weight: bold;
}
.sec_athlete_list__items_profile_data_dlist__items dd {
  text-align: center;
}
.sec_athlete_list__items_profile_data_dlist__items .name {
  font-weight: bold;
}
.sec_athlete_list__items_detail_heading {
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #000;
}
.sec_athlete_list__items_detail_heading::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("./../../assets/img/common/icon_naname@2x.png") no-repeat;
  background-size: cover;
}
.sec_athlete_list__items_detail_record {
  min-width: 336px;
}

@media screen and (max-width: 960px) {
  .sec_athlete {
    margin-top: 14.1333333333vw;
    margin-bottom: 24vw;
    background: url("./../../assets/img/athlete/img_sp-back@2x.png") no-repeat center top 100vw, url("./../../assets/img/athlete/img_sp-back2@2x.png") no-repeat center top 202vw, url("./../../assets/img/athlete/img_sp-back3@2x.png") no-repeat center top 497vw, url("./../../assets/img/athlete/img_sp-back@2x.png") no-repeat center top 615vw, url("./../../assets/img/athlete/img_sp-back4@2x.png") no-repeat center top 759vw;
    background-size: 100%, 100%, 100%;
  }
  .sec_athlete_list__items_heading {
    font-size: 4.8vw;
    margin-bottom: 5.0666666667vw;
    line-height: 1.4;
  }
  .sec_athlete_list__items_profile {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #FFF;
    margin-bottom: 8vw;
    width: 85.3333333333vw !important;
    padding-top: 3.7333333333vw;
    padding-right: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    padding-left: 5.3333333333vw;
  }
  .sec_athlete_list__items_profile::after {
    width: 40vw !important;
    height: 48.2666666667vw !important;
    top: -4.8vw;
    left: -6.4vw;
  }
  .sec_athlete_list__items_profile_img img {
    width: 36.1333333333vw !important;
    height: auto;
  }
  .sec_athlete_list__items_profile_data img {
    width: 32vw !important;
    height: auto;
    margin-top: 3.7333333333vw;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5.3333333333vw;
  }
  .sec_athlete_list__items_profile_data_dlist__items {
    margin-bottom: 3.4666666667vw;
  }
  .sec_athlete_list__items_profile_data_dlist__items:last-child {
    margin-bottom: 1.3333333333vw;
  }
  .sec_athlete_list__items_profile_data_dlist__items dt {
    font-size: 2.1333333333vw;
    width: 16vw !important;
  }
  .sec_athlete_list__items_profile_data_dlist__items dd {
    font-size: 2.1333333333vw;
  }
  .sec_athlete_list__items_profile_data_dlist__items dd p {
    text-align: left;
  }
  .sec_athlete_list__items_profile_data_dlist__items .name {
    font-size: 3.8666666667vw;
    margin-bottom: 0.5333333333vw;
  }
  .sec_athlete_list__items_profile_data_dlist__items .name--small {
    font-size: 3.6vw;
  }
  .sec_athlete_list__items_profile_data_dlist__items .name + p {
    font-size: 1.6vw;
  }
  .sec_athlete_list__items_detail {
    width: 85.3333333333vw !important;
    margin-bottom: 13.3333333333vw;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_athlete_list__items_detail_heading {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 3.2vw;
  }
  .sec_athlete_list__items_detail_heading::before {
    top: 0.4vw;
    width: 3.7333333333vw !important;
    height: 3.7333333333vw !important;
  }
  .sec_athlete_list__items_detail_info {
    font-size: 3.7333333333vw;
    margin-bottom: 7.4666666667vw;
    text-align: center;
    line-height: 1.9;
  }
  .sec_athlete_list__items_detail_info:last-child {
    margin-bottom: 13.3333333333vw;
  }
}
@media all and (min-width: 961px) {
  .sec_athlete {
    margin-bottom: 130px;
  }
  .sec_athlete_list__items_heading {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .sec_athlete_list__items_heading br {
    display: none;
  }
  .sec_athlete_list__items_profile {
    margin: 0 auto 90px;
    width: 645px;
    height: 400px;
    padding: 28px 28px 28px 45px;
  }
  .sec_athlete_list__items_profile::after {
    width: 300px;
    height: 362px;
    top: -36px;
    left: -48px;
  }
  .sec_athlete_list__items_profile_data img {
    margin: 28px 0 48px;
  }
  .sec_athlete_list__items_profile_data_dlist__items {
    margin-bottom: 28px;
  }
  .sec_athlete_list__items_profile_data_dlist__items dt {
    font-size: 16px;
    width: 120px;
  }
  .sec_athlete_list__items_profile_data_dlist__items dd {
    font-size: 16px;
  }
  .sec_athlete_list__items_profile_data_dlist__items .name {
    font-size: 29px;
  }
  .sec_athlete_list__items_profile_data_dlist__items .name--small {
    font-size: 27px;
  }
  .sec_athlete_list__items_profile_data_dlist__items .name + p {
    font-size: 12px;
  }
  .sec_athlete_list__items_detail {
    width: 740px;
    margin: 0 auto 50px;
    row-gap: 36px;
    display: flex;
    row-gap: 36px;
    justify-content: center;
  }
  .sec_athlete_list__items_detail_heading {
    font-size: 16px;
    padding: 0 0 14px 30px;
    margin-bottom: 20px;
  }
  .sec_athlete_list__items_detail_heading::before {
    top: 3px;
    width: 15px;
    height: 16px;
  }
  .sec_athlete_list__items_detail_info {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 2;
  }
}
