.lp-team-list {
  /* index */
  /* lp-team-list__wrapper (background: black) */
  /* team-data */
  /* movie */
  /* player */
}
.lp-team-list .team-idx_ls {
  padding-top: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw;
}
.lp-team-list .team-idx_ls .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-team-list .team-idx_ls .item_main .img {
  margin-bottom: 2.1333333333vw;
  width: 40.5333333333vw;
  height: auto;
}
.lp-team-list .team-idx_ls .item_main .org {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  color: #8A8A8A;
  line-height: 1.8;
}
.lp-team-list .team-idx_ls .item_main .name {
  font-size: 15px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
}
.lp-team-list .team-idx_ls .item_btn {
  margin-top: 2.1333333333vw;
}
.lp-team-list .team-idx_ls .item_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.01;
  background-color: #DC0416;
}
@media (min-width: 768px) {
  .lp-team-list .team-idx_ls {
    padding-top: 50px;
    gap: 0 20px;
  }
  .lp-team-list .team-idx_ls .item_main .img {
    margin-bottom: 10px;
    width: 275px;
  }
  .lp-team-list .team-idx_ls .item_main .org {
    font-size: 1.4rem;
  }
  .lp-team-list .team-idx_ls .item_main .name {
    font-size: 1.9rem;
  }
  .lp-team-list .team-idx_ls .item_btn {
    margin-top: 15px;
  }
  .lp-team-list .team-idx_ls .item_btn a {
    height: 50px;
    font-size: 1.5rem;
  }
}
.lp-team-list .disp-sp, .lp-team-list .disp-pc {
  display: none;
}
@media (max-width: 767px) {
  .lp-team-list .disp-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .lp-team-list .disp-pc {
    display: block;
  }
}
.lp-team-list .team-list__ttl {
  padding: 6.4vw 0 1.0666666667vw;
  border-bottom: 1px solid #707070;
  margin-bottom: 6.9333333333vw;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
}
.lp-team-list .school__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-team-list .school__list--item {
  margin: 0 8% 10.6666666667vw 0;
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .lp-team-list .school__list--item:nth-child(even) {
    margin-right: 0;
  }
}
.lp-team-list .school__list--item .main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-team-list .school__list--item .main img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-team-list .school__list--item .main p {
  margin: 2.1333333333vw 0;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.3;
}
.lp-team-list .school__list--item .main p span {
  display: block;
  margin-bottom: 1.0666666667vw;
  font-size: 12px;
  font-size: 3.2vw;
  color: #A9A9A9;
}
.lp-team-list .school__list--item .data {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-team-list .school__list--item .data button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.lp-team-list .school__list--item .data > a, .lp-team-list .school__list--item .data > button, .lp-team-list .school__list--item .data > span {
  margin-top: 1.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9.0666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  text-align: center;
}
.lp-team-list .school__list--item .data > a.large, .lp-team-list .school__list--item .data > button.large, .lp-team-list .school__list--item .data > span.large {
  margin-top: 2.6666666667vw;
  color: #fff;
  font-weight: 700;
  background-color: #DC0416;
}
.lp-team-list .school__list--item .data > a.small, .lp-team-list .school__list--item .data > button.small, .lp-team-list .school__list--item .data > span.small {
  font-size: 13px;
  font-size: 3.4666666667vw;
}
.lp-team-list .school__list--item .data > a, .lp-team-list .school__list--item .data > button {
  border: 0.2666666667vw solid #DC0416;
  color: #DC0416;
}
.lp-team-list .school__list--item .data > span {
  border: 0.2666666667vw solid #D9D9D9;
  color: #D9D9D9;
}
.lp-team-list .school__list--item .data > span.large {
  color: #D9D9D9;
  font-weight: 400;
  background: transparent;
}
.lp-team-list .school__list--item .data .balloon {
  display: none;
  position: absolute;
  z-index: 10;
  top: -14.4vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 47vw;
  background-color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lp-team-list .school__list--item .data .balloon.is-balloon {
  display: block;
}
.lp-team-list .school__list--item .data .balloon__inner {
  padding: 2.6666666667vw 2.6666666667vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-team-list .school__list--item .data .balloon__inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.6666666667vw;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 3.2vw solid transparent;
  border-top: 3.2vw solid #000;
  border-bottom-width: 0;
}
.lp-team-list .school__list--item .data .balloon__inner > a, .lp-team-list .school__list--item .data .balloon__inner > span {
  margin-bottom: 2.6666666667vw;
  width: 100%;
  height: 8.5333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.1;
}
.lp-team-list .school__list--item .data .balloon__inner > a:hover, .lp-team-list .school__list--item .data .balloon__inner > span:hover {
  opacity: 1;
}
.lp-team-list .school__list--item .data .balloon__inner > a {
  color: #fff;
  font-weight: 700;
  background-color: #DC0416;
}
.lp-team-list .school__list--item .data .balloon__inner > a:hover {
  background-color: #F75461;
}
.lp-team-list .school__list--item .data .balloon__inner > span {
  color: #D9D9D9;
  background-color: #fff;
}
.lp-team-list .player_ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10.6666666667vw 8vw;
}
.lp-team-list .player_ls .item {
  width: 40.5333333333vw;
}
.lp-team-list .player_ls .item .ph {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.lp-team-list .player_ls .item .ph img {
  margin-bottom: 2.6666666667vw;
  width: 40.5333333333vw;
  height: auto;
}
.lp-team-list .player_ls .item .ttl {
  margin-bottom: 3.2vw;
  font-size: 16px;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.lp-team-list .player_ls .item .ttl span {
  margin-right: 0.5em;
}
.lp-team-list .player_ls .item .pos {
  margin-bottom: 1.0666666667vw;
  font-size: 12px;
  font-size: 3.2vw;
}
.lp-team-list .player_ls .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-team-list .player_ls .item dl dt, .lp-team-list .player_ls .item dl dd {
  margin-bottom: 1.3333333333vw;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.2;
}
.lp-team-list .player_ls .item dl dt {
  width: 30%;
}
.lp-team-list .player_ls .item dl dd {
  width: 68%;
}
@media (min-width: 768px) {
  .lp-team-list .player_ls {
    gap: 60px 40px;
  }
  .lp-team-list .player_ls .item {
    width: 260px;
  }
  .lp-team-list .player_ls .item .ph img {
    margin-bottom: 16px;
    width: 260px;
  }
  .lp-team-list .player_ls .item .ttl {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .lp-team-list .player_ls .item .pos {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .lp-team-list .player_ls .item dl dt, .lp-team-list .player_ls .item dl dd {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .lp-team-list .player_ls .item dl dt {
    width: 30%;
  }
  .lp-team-list .player_ls .item dl dd {
    width: 68%;
  }
}
@media (min-width: 768px) {
  .lp-team-list .team-list__ttl {
    padding: 50px 0 8px;
    margin-bottom: 32px;
    font-size: 2.8rem;
  }
  .lp-team-list .school__list--item {
    margin: 0 40px 40px 0;
    width: 360px;
  }
  .lp-team-list .school__list--item:nth-child(3n) {
    margin-right: 0;
  }
  .lp-team-list .school__list--item .main p {
    margin: 16px 0;
    font-size: 2rem;
  }
  .lp-team-list .school__list--item .main p span {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
  .lp-team-list .school__list--item .data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp-team-list .school__list--item .data > a, .lp-team-list .school__list--item .data > button, .lp-team-list .school__list--item .data > span {
    margin-top: 0;
    height: 56px;
    font-size: 1.4rem;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32%;
    height: 50px;
  }
  .lp-team-list .school__list--item .data > a.large, .lp-team-list .school__list--item .data > button.large, .lp-team-list .school__list--item .data > span.large {
    margin-top: 10px;
    width: 100%;
    font-size: 1.6rem;
  }
  .lp-team-list .school__list--item .data > a.small, .lp-team-list .school__list--item .data > button.small, .lp-team-list .school__list--item .data > span.small {
    font-size: 1.4rem;
  }
  .lp-team-list .school__list--item .data > a, .lp-team-list .school__list--item .data > button {
    border: 1px solid #DC0416;
  }
  .lp-team-list .school__list--item .data > span {
    border: 1px solid #D9D9D9;
    color: #D9D9D9;
  }
  .lp-team-list .school__list--item .data .balloon {
    top: -110px;
    width: 240px;
  }
  .lp-team-list .school__list--item .data .balloon__inner {
    padding: 8px 8px 0;
  }
  .lp-team-list .school__list--item .data .balloon__inner:before {
    bottom: -22px;
    border: 12px solid transparent;
    border-top: 12px solid #000;
  }
  .lp-team-list .school__list--item .data .balloon__inner > a, .lp-team-list .school__list--item .data .balloon__inner > span {
    margin-bottom: 8px;
    height: 36px;
    font-size: 1.4rem;
  }
  .lp-team-list .school__list--item .data .balloon__inner > a {
    color: #fff;
    font-weight: 700;
    background-color: #DC0416;
  }
  .lp-team-list .school__list--item .data .balloon__inner > span {
    color: #D9D9D9;
    background-color: #fff;
  }
}
.lp-team-list__wrapper {
  color: #fff;
  background-color: #000;
}
.lp-team-list .team-data {
  padding-bottom: 13.3333333333vw;
}
.lp-team-list .team-data .team__ttl {
  padding: 10.6666666667vw 5.3333333333vw 8.5333333333vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-indent: 0.6rem;
  text-align: center;
}
.lp-team-list .team-data .team__ttl span {
  display: block;
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #8A8A8A;
}
.lp-team-list .team-data__ranking {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
}
.lp-team-list .team-data__photo {
  width: 100%;
}
.lp-team-list .team-data__photo img {
  width: 100%;
  height: auto;
}
.lp-team-list .team-data__theme {
  margin: 12.8vw 8vw;
}
.lp-team-list .team-data__theme .c-start {
  padding-left: 8vw;
  background: url(/assets/images/team/ico__comment--start.svg) 0 0 no-repeat;
  background-size: 4.8vw 4vw;
}
.lp-team-list .team-data__theme .c-finish {
  padding-right: 8vw;
  background: url(/assets/images/team/ico__comment--finish.svg) right 0 no-repeat;
  background-size: 4.8vw 4vw;
}
.lp-team-list .team-data__theme strong {
  display: block;
  padding-top: 0.5333333333vw;
  font-size: 18px;
  font-size: 4.8vw;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
}
.lp-team-list .team-data__main {
  margin: 13.3333333333vw auto 0;
  width: 88%;
}
.lp-team-list .team-data__main--ttl {
  font-size: 24px;
  font-size: 6.4vw;
}
.lp-team-list .team-data__main-logo {
  margin-bottom: 2.6666666667vw;
}
.lp-team-list .team-data__main-logo img {
  width: 26.6666666667vw;
  height: auto;
}
.lp-team-list .team-data__list {
  padding-top: 1.0666666667vw;
  width: 100%;
}
.lp-team-list .team-data__list--item {
  margin-top: 4.8vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.lp-team-list .team-data__list--item .ttl {
  margin-right: 5.3333333333vw;
  font-weight: 700;
}
.lp-team-list .team-data__list--item.flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .lp-team-list .team-data {
    padding-bottom: 88px;
  }
  .lp-team-list .team-data .team__ttl {
    padding: 80px 0 56px;
    font-size: 3.6rem;
  }
  .lp-team-list .team-data .team__ttl span {
    font-size: 2.4rem;
  }
  .lp-team-list .team-data .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp-team-list .team-data__photo {
    width: 720px;
  }
  .lp-team-list .team-data__photo img {
    width: 640px;
  }
  .lp-team-list .team-data__ranking {
    font-size: 2rem;
  }
  .lp-team-list .team-data__theme {
    margin: 60px 0 0;
    width: 100%;
    text-align: center;
  }
  .lp-team-list .team-data__theme .c-start {
    display: inline-block;
    padding-left: 40px;
    background-size: 24px auto;
  }
  .lp-team-list .team-data__theme .c-finish {
    display: iniline-block;
    padding-right: 40px;
    background-size: 24px auto;
  }
  .lp-team-list .team-data__theme strong {
    padding-top: 4px;
    font-size: 2.4rem;
  }
  .lp-team-list .team-data__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  .lp-team-list .team-data__main--ttl {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .lp-team-list .team-data__main-logo {
    margin-bottom: 24px;
  }
  .lp-team-list .team-data__main-logo img {
    width: 100px;
  }
  .lp-team-list .team-data__list {
    padding-top: 8px;
    width: 100%;
  }
  .lp-team-list .team-data__list--item {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .lp-team-list .team-data__list--item .ttl {
    margin-right: 20px;
  }
}
.lp-team-list .movie {
  padding: 10.6666666667vw 0;
  background-color: #454545;
}
.lp-team-list .movie__list {
  width: 100%;
}
@media (max-width: 767px) {
  .lp-team-list .movie__list--item {
    margin-bottom: 5.3333333333vw;
  }
}
.lp-team-list .movie__list--item:last-child {
  margin-bottom: 0;
}
.lp-team-list .movie__list--item > p {
  margin-bottom: 3.2vw;
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  color: #fff;
}
.lp-team-list .movie__list--item > a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lp-team-list .movie__list--item > a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.lp-team-list .movie__list--item .ph {
  margin-bottom: 3.2vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lp-team-list .movie__list--item .ph img {
  width: 100%;
  height: auto;
}
.lp-team-list .movie__list--item .box {
  margin: 0 auto 6.4vw;
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-team-list .movie__list--item .box a, .lp-team-list .movie__list--item .box span {
  display: block;
  margin-right: 1%;
  margin-left: 1%;
  width: 48%;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 8.5333333333vw;
  background-color: #DC0416;
}
.lp-team-list .movie__list--item .box span {
  color: #D9D9D9;
  background-color: #fff;
}
.lp-team-list .movie__list--item .note-list p {
  font-size: 11px;
  font-size: 2.9333333333vw;
  color: #D9D9D9;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lp-team-list .movie {
    padding: 50px 0 32px;
  }
  .lp-team-list .movie__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp-team-list .movie__list--item {
    margin: 0 10px;
    width: 340px;
  }
  .lp-team-list .movie__list--item:first-child {
    margin-left: 0;
  }
  .lp-team-list .movie__list--item:last-child {
    margin-right: 0;
  }
  .lp-team-list .movie__list--item p {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .lp-team-list .movie__list--item .ph {
    margin-bottom: 12px;
  }
  .lp-team-list .movie__list--item .box {
    margin: 0 auto;
    width: 100%;
  }
  .lp-team-list .movie__list--item .box a, .lp-team-list .movie__list--item .box span {
    font-size: 1.3rem;
    line-height: 36px;
  }
  .lp-team-list .movie__list--item .note-list {
    margin-top: 16px;
  }
  .lp-team-list .movie__list--item .note-list p {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
.lp-team-list .player {
  margin-top: 10.6666666667vw;
}
.lp-team-list .player__ttl {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  padding-bottom: 1.0666666667vw;
  border-bottom: 0.2666666667vw solid #000;
}
.lp-team-list .player__table {
  margin-top: 4.2666666667vw;
  width: 100%;
}
.lp-team-list .player__table th, .lp-team-list .player__table td {
  border-right: 0.5333333333vw solid #fff;
  border-bottom: 1.3333333333vw solid #fff;
}
.lp-team-list .player__table th {
  padding: 1.6vw 0;
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.1;
  color: #fff;
  background-color: #A3A3A3;
}
.lp-team-list .player__table th.th1, .lp-team-list .player__table th.th3 {
  padding-right: 0.5333333333vw;
  padding-left: 0.5333333333vw;
}
.lp-team-list .player__table th.th4 {
  border-right: 0;
}
.lp-team-list .player__table td {
  padding: 2.6666666667vw 0;
  font-size: 12px;
  font-size: 3.2vw;
  background-color: #FBFBFB;
}
.lp-team-list .player__table td.td2, .lp-team-list .player__table td.td4 {
  padding-right: 1.6vw;
  padding-left: 1.6vw;
}
.lp-team-list .player__table td.td1, .lp-team-list .player__table td.td3 {
  text-align: center;
}
.lp-team-list .player__table td.td2 {
  width: 45%;
}
.lp-team-list .player__table td.td4 {
  border-right: 0;
}
@media (min-width: 768px) {
  .lp-team-list .player {
    margin-top: 60px;
  }
  .lp-team-list .player__ttl {
    font-size: 2.4rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
  }
  .lp-team-list .player__table {
    margin-top: 30px;
  }
  .lp-team-list .player__table th, .lp-team-list .player__table td {
    border-right: 2px solid #fff;
    border-bottom: 5px solid #fff;
  }
  .lp-team-list .player__table th {
    border-bottom: 10px solid #fff;
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .lp-team-list .player__table th.th1, .lp-team-list .player__table th.th3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lp-team-list .player__table td {
    padding: 12px 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .lp-team-list .player__table td.td2, .lp-team-list .player__table td.td4 {
    padding-right: 1.6vw;
    padding-left: 1.6vw;
  }
  .lp-team-list .player__table td img {
    display: inline;
    margin-left: 10px;
    vertical-align: -1px;
  }
}
.lp-team-list .movie__slick {
  margin-top: 14.9333333333vw;
  margin-bottom: 8vw;
}
.lp-team-list .post__list {
  width: 100%;
}
.lp-team-list .post__list--item {
  padding: 0 2.6666666667vw;
}
.lp-team-list .post__list--item > .inner {
  width: 56vw;
}
.lp-team-list .post__list--item > .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.lp-team-list .post__list--item > .inner a .item__photo {
  margin-bottom: 2.6666666667vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lp-team-list .post__list--item > .inner a .item__photo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.lp-team-list .post__list--item > .inner a .item__data .date {
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: #666666;
}
.lp-team-list .post__list--item > .inner a .item__data .text {
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
  width: 100%;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lp-team-list .post__list--item > .inner a .item__data .text__sub {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 400;
}
.lp-team-list .post__list--item > .inner a .item__data .team {
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.lp-team-list .slick-dots {
  margin: 5.3333333333vw auto 10.6666666667vw;
  width: 94.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-team-list .slick-dots > li {
  padding: 0 1.3333333333vw;
}
.lp-team-list .slick-dots > li button {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  font-size: 1px;
  line-height: 1px;
  background: #b3b3b3;
}
.lp-team-list .slick-dots > li.slick-active button {
  background: #dc0416;
}
@media (min-width: 768px) {
  .lp-team-list .movie__slick {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .lp-team-list .post__list {
    width: 100%;
  }
  .lp-team-list .post__list--item {
    padding: 0 20px;
  }
  .lp-team-list .post__list--item > .inner {
    width: 250px;
  }
  .lp-team-list .post__list--item > .inner a .item__photo {
    margin-bottom: 20px;
  }
  .lp-team-list .post__list--item > .inner a .item__data .date {
    font-size: 1.4rem;
  }
  .lp-team-list .post__list--item > .inner a .item__data .team {
    font-size: 1.4rem;
  }
  .lp-team-list .post__list--item > .inner a .item__data .text {
    font-size: 1.6rem;
  }
  .lp-team-list .post__list--item > .inner a .item__data .text__sub {
    font-size: 1.4rem;
  }
  .lp-team-list .slick-dots {
    margin: 40px auto 96px;
  }
  .lp-team-list .slick-dots > li {
    padding: 0 8px;
  }
  .lp-team-list .slick-dots > li button {
    width: 12px;
    height: 12px;
  }
}
/*# sourceMappingURL=team-list.css.map */