@charset "UTF-8";
/**
===================================
選手詳細
===================================*/
/*
profile
---------------------------*/
#profile .wrap {
  margin-bottom: -80px;
  padding: 0;
}
#profile .inner {
  position: relative;
  width: 100%;
  max-width: initial;
}
#profile .main {
  position: relative;
  z-index: 2;
}
#profile .main.espolada .imgContent {
  background: radial-gradient(86.75% 86.75% at 50% 50%, #006689 0%, #A0D8EF 100%);
}
#profile .main.espolada .label p {
  background: -webkit-gradient(linear, left top, right top, from(#52D2F9), to(#031838));
  background: linear-gradient(90deg, #52D2F9 0%, #031838 100%);
}
#profile .main.irneve .imgContent {
  background: radial-gradient(86.75% 86.75% at 50% 50%, #A0D8EF 0%, #DA9AE6 100%);
}
#profile .main.irneve .label p {
  background: -webkit-gradient(linear, left top, right top, color-stop(32.69%, #F682E3), color-stop(75%, #7F4E8F), to(#031838));
  background: linear-gradient(90deg, #F682E3 32.69%, #7F4E8F 75%, #031838 100%);
}
#profile .main .imgContent {
  position: relative;
  width: 98%;
  max-width: 450px;
  border-radius: 0px 0px 30px 0px;
}
#profile .main .imgContent .number {
  position: absolute;
  bottom: 17%;
  right: 43%;
  width: auto;
  height: auto;
}
#profile .main .imgContent .number p {
  font-size: 50px;
  font-weight: 400;
  font-family: "Protest Revolution", sans-serif;
  color: transparent;
  text-shadow: 1px 1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff, -1px -1px #ffffff, 0 1px #ffffff, 0 -1px #ffffff, 1px 0 #ffffff, -1px 0 #ffffff;
  opacity: 0.8;
}
#profile .main .imgContent .number p span {
  font-size: 120px;
  font-weight: 400;
  font-family: "Protest Revolution", sans-serif;
  color: transparent;
  text-shadow: 1px 1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff, -1px -1px #ffffff, 0 1px #ffffff, 0 -1px #ffffff, 1px 0 #ffffff, -1px 0 #ffffff;
}
#profile .main .imgContent .imgWrap {
  position: relative;
  width: 42%;
  max-width: 185px;
  margin: 0 29px 0 auto;
  aspect-ratio: 3/4;
  z-index: 3;
}
#profile .main .imgContent .imgWrap.comingSoon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(3, 24, 56, 0.8);
  border-radius: 4px;
}
#profile .main .imgContent .imgWrap.comingSoon p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  border-radius: 4px;
  text-shadow: 0px 0px 9.02632px #52D2F9;
}
#profile .main .player {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 2.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  z-index: 4;
}
#profile .main .player .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#profile .main .player .tag .position {
  font-size: 12px;
  font-weight: 700;
  color: #031838;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#profile .main .player .label {
  min-width: 120px;
  margin-top: 10px;
}
#profile .main .player .label p {
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
}
#profile .main .player .label p + p {
  margin-left: 5px;
}
#profile .main .player .en {
  margin-top: 10px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  line-height: 110%;
  color: #031838;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#profile .main .player .jp {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #031838;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#profile .detail {
  position: relative;
  top: -80px;
  right: 0;
  width: 100%;
  padding: 110px 8px 40px;
  background: #031838;
}
#profile .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 16px;
}
#profile .detail dl + dl {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 0.5px solid #DBDAD7;
}
#profile .detail dt {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #DBDAD7;
}
#profile .detail dd {
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #ffffff;
}
@media (min-width: 480px) {
  #profile .main .label {
    margin-top: 14px;
  }
  #profile .main .label p {
    padding: 8px;
    font-size: 14px;
  }
  #profile .main .player .en {
    font-size: 40px;
  }
  #profile .main .player .jp {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  #profile .wrap {
    margin-bottom: 0;
    padding: 76px 0 0;
  }
  #profile .main .imgContent {
    width: 50%;
    max-width: initial;
    min-width: 500px;
  }
  #profile .main .imgContent::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto 0;
    width: auto;
    height: 80%;
    max-height: 300px;
    background: url("/img/common/logo-mark-pale.svg");
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1/1;
    opacity: 0.6;
  }
  #profile .main .imgContent .dataWrap {
    position: relative;
    max-width: 960px;
    margin: 0 0 0 auto;
  }
  #profile .main .imgContent .number {
    top: 10px;
    left: 3%;
    right: auto;
    margin: auto 0;
    height: 150px;
  }
  #profile .main .imgContent .number p {
    font-size: 60px;
  }
  #profile .main .imgContent .number p span {
    font-size: 150px;
  }
  #profile .main .imgContent .imgWrap {
    width: 40%;
    max-width: 300px;
    margin: 0 auto;
  }
  #profile .main .imgContent .imgWrap.comingSoon p {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    text-shadow: 0px 0px 9.02632px #52D2F9;
  }
  #profile .main .player {
    top: 50px;
    bottom: auto;
    left: auto;
    right: 5%;
  }
  #profile .main .player .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #profile .main .player .tag .position {
    font-size: 30px;
  }
  #profile .main .player .label {
    min-width: 150px;
    margin-top: 0;
  }
  #profile .main .player .label p {
    padding: 12px;
    font-size: 16px;
  }
  #profile .main .player .en {
    font-size: 47px;
  }
  #profile .main .player .jp {
    font-size: 20px;
    text-align: right;
  }
  #profile .detail {
    position: absolute;
    top: 27vw;
    right: 5%;
    width: 70%;
    max-width: 750px;
  }
  #profile .detail dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  #profile .detail dt {
    width: 155px;
    font-size: 16px;
    text-align: right;
  }
  #profile .detail dd {
    width: calc(100% - 155px);
    margin-top: 0;
    padding-left: 40px;
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  #profile .main .imgContent .number {
    height: 165px;
  }
  #profile .main .imgContent .number p span {
    font-size: 165px;
  }
  #profile .main .player .en {
    font-size: 60px;
  }
  #profile .main .player .jp {
    font-size: 22px;
  }
  #profile .detail {
    top: 25vw;
  }
}
@media (min-width: 1180px) {
  #profile .detail {
    top: 278px;
    left: 27.5vw;
    right: 0;
    margin: 0 auto;
    max-width: 1000px;
    padding: 160px 100px 40px;
  }
}
@media (min-width: 1440px) {
  #profile .main .imgContent::before {
    right: 100px;
  }
  #profile .main .imgContent .number {
    left: 80px;
    height: 200px;
  }
  #profile .main .imgContent .number p {
    font-size: 80px;
  }
  #profile .main .imgContent .number p span {
    font-size: 200px;
  }
  #profile .main .player {
    right: 0;
    left: 19vw;
    margin: 0 auto;
  }
  #profile .main .player .en {
    font-size: 80px;
  }
  #profile .main .player .jp {
    margin-top: 20px;
    font-size: 30px;
  }
}

/*
qa
---------------------------*/
#qa .wrap {
  padding: 60px 0 70px;
}
#qa .inner02 {
  width: 98%;
}
#qa .contentsWrap {
  margin-bottom: 50px;
  padding: 40px 16px 80px;
  background: #ffffff;
  border-radius: 30px;
}
#qa .contentsWrap dl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DBDAD7;
}
#qa .contentsWrap dl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#031838), to(rgba(3, 24, 56, 0)));
  background: linear-gradient(90deg, #031838 0%, rgba(3, 24, 56, 0) 100%);
}
#qa .contentsWrap dl:last-of-type {
  border-bottom: none;
}
#qa .contentsWrap dl:last-of-type::before {
  content: none;
}
#qa .contentsWrap dt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #031838;
}
#qa .contentsWrap dd {
  padding-top: 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #031838;
}
#qa .btnWrap {
  width: 300px;
  margin: 0 auto;
}
#qa .btnWrap a {
  position: relative;
  width: 100%;
  padding: 21px 5px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  background: #031838;
  border-radius: 3px;
}
#qa .btnWrap a::before, #qa .btnWrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  margin: auto 0;
  width: 10px;
  height: 2px;
  background: #ffffff;
}
#qa .btnWrap a::before {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#qa .btnWrap a::after {
  bottom: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 769px) {
  #qa .wrap {
    padding: 438px 0 120px;
  }
  #qa .inner02 {
    width: 90%;
  }
  #qa .contentsWrap {
    margin-bottom: 100px;
    padding: 80px 100px 120px;
  }
  #qa .contentsWrap dt {
    font-size: 16px;
  }
  #qa .contentsWrap dd {
    font-size: 20px;
  }
}/*# sourceMappingURL=profile-detail.css.map */