@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : player.css
Description : 注目選手インタビュー
===================================================================== */
/* ========================================================
    player
======================================================== */
.player {
  position: relative;
  width: 100%;
  padding: 8rem 0 0 0;
}
.player::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff0f5;
  z-index: -2;
}
.player::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 35rem;
  background-color: #ffffff;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .player::after {
    height: 30.5rem;
  }
}
.player_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .player_column {
    width: 83.3333333333%;
  }
}
.player_ttl {
  position: relative;
  width: 100%;
  padding-top: 7.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .player_ttl {
    padding-top: 5.8rem;
  }
}
.player_ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 6.4rem;
  height: 6.2rem;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .player_ttl::before {
    width: 4.8rem;
    height: 4.7rem;
  }
}
.player_ttl > span {
  color: #00a051;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .player_ttl > span {
    font-size: 4.5rem;
  }
}
.player_list {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  padding-bottom: 16rem;
}
@media screen and (min-width: 768px) {
  .player_list {
    padding-bottom: 6rem;
  }
}
.player_list::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  display: block;
  width: 100vw;
  height: 29.5rem;
  background-color: #e7316e;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .player_list::before {
    height: calc(100% - 28rem);
  }
}
.player_tab {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -1.6rem;
}
.player_tab > li {
  width: 22.4rem;
  margin-left: 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .player_tab > li {
    width: 25%;
    margin-left: 1% !important;
  }
}
.player_tab > li:nth-child(3n+1) {
  margin-left: 0 !important;
}
.player_tab > li.is-active > a {
  border-color: #00a051;
  background-color: #00a051;
}
.player_tab > li.is-active > a > span {
  color: #ffffff;
}
.player_tab > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 0.6rem solid #e7316e;
  border-bottom: none;
  background-color: #ffffff;
  transition: none;
}
@media screen and (min-width: 768px) {
  .player_tab > li > a {
    border-width: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .player_tab > li > a:hover {
    border-color: #00a051;
    background-color: #00a051;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .player_tab > li > a:hover > span {
    color: #ffffff;
  }
}
.player_tab > li > a > span {
  display: block;
  padding: 1.4rem 0 2rem 0;
  color: #e7316e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .player_tab > li > a > span {
    padding: 1.2rem 0 1.8rem 0;
    font-size: 2rem;
  }
}
.player_panel {
  position: relative;
  width: 100%;
}
.player_panel > li {
  display: none;
}
.player_panel > li.is-show {
  display: block;
}
.player_cont {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .player_cont {
    padding-top: 6rem;
  }
}
.player_text {
  position: relative;
  width: 64rem;
  margin: 0 auto;
  padding: 0;
  background-color: #fff0f5;
}
@media screen and (min-width: 768px) {
  .player_text {
    width: 64%;
    margin: 0;
    padding: 4.8rem 7% 12rem 7%;
  }
}
.player_subttl {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .player_subttl {
    text-align: left;
  }
}
.player_subttl > span {
  display: inline-block;
  color: #00a051;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .player_subttl > span {
    font-size: 3.8rem;
  }
}
.player_profile {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .player_profile {
    margin-top: 4.8rem;
  }
}
.player_profile > dt {
  position: relative;
  width: 11em;
  color: #00a051;
  transform: rotate(0.03deg);
}
.player_profile > dt::after {
  content: "：";
  position: absolute;
  right: 0.5em;
  top: 0;
  display: block;
}
.player_profile > dd {
  position: relative;
  width: calc(100% - 11em);
  transform: rotate(0.03deg);
}
.player_intro {
  position: relative;
  margin-top: 6rem;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .player_intro {
    margin-top: 4.8rem;
  }
}
.player_img {
  position: relative;
  width: 32rem;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .player_img {
    width: 30%;
    margin: 0;
  }
}
.player_movie {
  position: relative;
  width: 48rem;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .player_movie {
    width: 36%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .player_movie > a:hover {
    opacity: 1;
  }
}
.player_white {
  position: relative;
  padding-bottom: 12rem;
}
.player_white::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.player_cs {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .player_cs {
    font-size: 3.5rem;
  }
}/*# sourceMappingURL=player.css.map */