.lp-team-list {
  /* index */
  /* lp-team-list__wrapper (background: black) */
  /* team-data */
  /* movie */
  /* player */
}
.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.07vw;
  border-bottom: 1px solid #707070;
  margin-bottom: 6.93vw;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
}
.lp-team-list .school__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.lp-team-list .school__list--item {
  margin: 0 8% 10.67vw 0;
  width: 46%;
  display: flex;
  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: flex;
  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.13vw 0;
  font-size: 16px;
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 1.3;
}
.lp-team-list .school__list--item .main p span {
  display: block;
  margin-bottom: 1.07vw;
  font-size: 12px;
  font-size: 3.2vw;
  color: #A9A9A9;
}
.lp-team-list .school__list--item .data {
  position: relative;
  width: 100%;
  display: flex;
  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.33vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.07vw;
  font-size: 14px;
  font-size: 3.73vw;
  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.67vw;
  color: #fff;
  font-weight: 700;
  background-color: #DC000C;
}
.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.47vw;
}
.lp-team-list .school__list--item .data > a, .lp-team-list .school__list--item .data > button {
  border: 0.27vw solid #DC000C;
  color: #DC000C;
}
.lp-team-list .school__list--item .data > span {
  border: 0.27vw 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%;
  transform: translate(-50%, 0);
  width: 47vw;
  background-color: #000;
  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.67vw 2.67vw 0;
  display: flex;
  flex-direction: column;
}
.lp-team-list .school__list--item .data .balloon__inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.67vw;
  left: 50%;
  width: 0;
  height: 0;
  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.67vw;
  width: 100%;
  height: 8.53vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-size: 3.47vw;
  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: #DC000C;
}
.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;
}
@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 {
    flex-direction: row;
    flex-wrap: wrap;
    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: flex;
    justify-content: 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 #DC000C;
  }
  .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: #DC000C;
  }
  .lp-team-list .school__list--item .data .balloon__inner > span {
    color: #D9D9D9;
    background-color: #fff;
  }
}
.lp-team-list__wrapper {
  border-top: 1px solid #585858;
  color: #fff;
  background-color: #292929;
}
.lp-team-list .team-data {
  padding-bottom: 13.33vw;
}
.lp-team-list .team-data .team__ttl {
  padding: 10.67vw 5.33vw 6.4vw;
  font-size: 24px;
  font-size: 6.4vw;
  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.73vw;
  color: #8A8A8A;
}
.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(../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(../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.53vw;
  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.33vw auto 0;
  width: 72.3333%;
}
.lp-team-list .team-data__main--ttl {
  margin-bottom: 2.13vw;
  font-size: 26px;
  font-size: 6.93vw;
}
.lp-team-list .team-data__ranking {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
}
.lp-team-list .team-data__list {
  padding-top: 1.07vw;
  width: 100%;
}
.lp-team-list .team-data__list--item {
  margin-top: 4.8vw;
  font-size: 14px;
  font-size: 3.73vw;
}
.lp-team-list .team-data__list--item .ttl {
  margin-right: 5.33vw;
  font-weight: 700;
}
.lp-team-list .team-data__list--item.flex {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .lp-team-list .team-data {
    padding-bottom: 60px;
  }
  .lp-team-list .team-data .team__ttl {
    padding: 80px 0 48px;
    font-size: 4rem;
  }
  .lp-team-list .team-data .team__ttl span {
    font-size: 2.4rem;
  }
  .lp-team-list .team-data .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .lp-team-list .team-data__photo {
    width: 720px;
  }
  .lp-team-list .team-data__photo img {
    width: 640px;
  }
  .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 {
    flex: 1;
    margin: 0;
  }
  .lp-team-list .team-data__main--ttl {
    margin-bottom: 16px;
    font-size: 3.2rem;
  }
  .lp-team-list .team-data__ranking {
    font-size: 2.4rem;
  }
  .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.67vw 0;
  background-color: #454545;
}
.lp-team-list .movie__list {
  width: 100%;
}
@media (max-width: 767px) {
  .lp-team-list .movie__list--item {
    margin-bottom: 5.33vw;
  }
}
.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.33vw;
  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: flex;
  justify-content: 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.53vw;
  background-color: #DC000C;
}
.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.93vw;
  color: #D9D9D9;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lp-team-list .movie {
    padding: 50px 0 32px;
  }
  .lp-team-list .movie__list {
    display: flex;
    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 {
  position: relative;
  margin-top: 10.67vw;
}
.lp-team-list .player .pdf {
  position: absolute;
  top: -3.2vw;
  right: 0;
}
.lp-team-list .player .pdf > a, .lp-team-list .player .pdf > span {
  display: block;
  width: 42.67vw;
  border: 0.53vw solid #B9B9B9;
  padding-right: 3.73vw;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 8.53vw;
  color: #B9B9B9;
  background: url(../images/commons/icons/ico_arrow--right-gray.svg) 95% 48% #fff no-repeat;
  background-size: 1.6vw auto;
  border-radius: 999em;
}
.lp-team-list .player .pdf > a {
  border-color: #DC000C;
  color: #DC000C;
  background-image: url(../images/commons/icons/ico_arrow--right.svg);
}
@media (min-width: 768px) {
  .lp-team-list .player .pdf {
    top: -24px;
  }
  .lp-team-list .player .pdf > a, .lp-team-list .player .pdf > span {
    width: 280px;
    border: 2px solid #B9B9B9;
    padding-right: 16px;
    font-size: 1.6rem;
    line-height: 48px;
    background-size: 8px auto;
  }
  .lp-team-list .player .pdf a {
    border-color: #DC000C;
    color: #DC000C;
    background-image: url(../images/commons/icons/ico_arrow--right.svg);
  }
}
.lp-team-list .player__ttl {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 700;
  padding-bottom: 1.07vw;
  border-bottom: 0.27vw solid #000;
}
.lp-team-list .player__table {
  margin-top: 4.27vw;
  width: 100%;
}
.lp-team-list .player__table th, .lp-team-list .player__table td {
  border-right: 0.53vw solid #fff;
  border-bottom: 1.33vw solid #fff;
}
.lp-team-list .player__table th {
  padding: 1.6vw 0;
  font-size: 12px;
  font-size: 3.2vw;
  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.53vw;
  padding-left: 0.53vw;
}
.lp-team-list .player__table th.th4 {
  border-right: 0;
}
.lp-team-list .player__table td {
  padding: 2.67vw 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.93vw;
  margin-bottom: 8vw;
}
.lp-team-list .post__list {
  width: 100%;
}
.lp-team-list .post__list--item {
  padding: 0 2.67vw;
}
.lp-team-list .post__list--item > .inner {
  width: 56vw;
}
.lp-team-list .post__list--item > .inner a {
  display: flex;
  flex-direction: column-reverse;
}
.lp-team-list .post__list--item > .inner a .item__photo {
  margin-bottom: 2.67vw;
  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.73vw;
  color: #666666;
}
.lp-team-list .post__list--item > .inner a .item__data .text {
  font-size: 14px;
  font-size: 3.73vw;
  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.73vw;
  font-weight: 700;
}
.lp-team-list .slick-dots {
  margin: 5.33vw auto 10.67vw;
  width: 94.6%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lp-team-list .slick-dots > li {
  padding: 0 1.33vw;
}
.lp-team-list .slick-dots > li button {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: 2.67vw;
  height: 2.67vw;
  font-size: 1px;
  line-height: 1px;
  background: #b3b3b3;
}
.lp-team-list .slick-dots > li.slick-active button {
  background: #DC000C;
}
@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;
  }
}

.taC {
  text-align: center !important;
}
/*# sourceMappingURL=team-list.css.map */
