/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.mv {
  position: relative;
  padding: 70px 0 15px;
  background: #008DAC;
}
.mv_slider img {
  width: 90vw;
  height: auto;
}
.mv_slider .slick-slide {
  transition: all .5s;
  opacity: 0.5;
}
.mv_slider .slick-slide.slick-center {
  opacity: 1;
}
.mv_slick-prev, .mv_slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  outline: none;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 15px;
  width: 15px;
  z-index: 1;
}
.mv_slick-prev { /*戻る矢印の位置と形状*/
  left: 8%;
  transform: rotate(-135deg);
}
.mv_slick-next { /*次へ矢印の位置と形状*/
  right: 8%;
  transform: rotate(45deg);
}
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.slick-dots .slick-active button {
  background: #fff;
}
/* match */
.match_bg {
  position: relative;
  padding: 3em 0;
  background: #eff7fa;
}
.match_wrap {
  margin: auto;
  width: 95%;
}
.match {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 2em;
  justify-content: space-between;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.match li {
  position: relative;
  box-sizing: border-box;
  width: calc(20% - 0px);
  background: rgba(255, 255, 255, 0.75);
  height: 230px;
}
.match li:first-child {
  border-radius: 5px 0 0 5px;
}
.match li:nth-child(2) {
  width: calc(60% - 0px);
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.match li:last-child {
  border-radius: 0 5px 5px 0;
}
.match_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.match_logo p {
  color: #008dac;
  font-weight: bold;
  margin: 10px auto 0;
  font-size: 1.2rem;
  width: 90%;
}
.match_logo img {
  width: 80%;
  margin: 0 auto 10px;
  display: block;
}
.match_detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.match_day {
  margin: 0 auto 10px;
}
.match_day p {
  color: #008dac;
  font-size: 1.2rem;
}
.match_day p span {
  font-size: 1.6rem;
}
.match_day div {
  margin: 0.3em auto 0;
  font-size: 1.3rem;
}
.match_day div span {
  display: block;
  margin: 10px auto 0;
}
.match_place {
  width: 90%;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d5d5d5;
}
.match_place div {
  display: inline-block;
  background: #008dac;
  color: #fff;
  padding: 5px 15px 5px;
  border-radius: 5px;
  line-height: 1;
  margin: 0 auto 10px;
  font-size: 1.2rem;
}
.match_place p {
  font-size: 1.2rem;
}
  .match_ranking_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 1em;
    justify-content: center;
  }
  .match_ranking_list li {
    width: 50%;
  }
  .match_ranking_list li:first-child .match_ranking {
    margin: 0;
    border-radius: 10px 0 0 10px;
	   border-right: none;
  }

.match_ranking_list li:last-child .match_ranking div {
  margin: 1.25em auto 2em;
}
.match_ranking {
  width: 100%;
	box-sizing: border-box;
  border: 1px solid #008DAC;
  border-radius: 0 10px 10px 0;
  padding: 15px;
  background: #fff;
  margin: 0em auto 1.5em;
}
.match_ranking div {
  color: #008DAC;
}
.match_ranking p {
  font-weight: bold;
  color: #008DAC;
  line-height: 1;
  font-size: 1.8rem;
  margin: 0 auto 0.8em;
}
.match_ranking p span {
  font-size: 2.8rem;
}
.match_ranking a {
  position: relative;
  text-decoration: none;
  display: block;
  background: #008DAC;
  border-radius: 5px;
  color: #fff !important;
  padding: 8px 0px 8px 10px;
  outline: none;
  transition: ease .2s;
}
.match_ranking a:hover {
  background: #595757;
}
.match_ranking a i {
  padding: 0 0 0 5px;
}
/* topics */
.top_topics_bg {
  padding: 3em 0;
  position: relative;
  background: #fff;
  border-radius: 50px 50px 0 0;
}
.top_topics_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #008DAC;
  z-index: -1;
}
.top_topics_ttl {
  width: 90%;
  margin: auto;
  color: #008DAC;
  font-size: 1.5rem;
  font-weight: 500;
}
.top_topics_ttl span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 2px;
}
.instagram {
  width: 90%;
  margin: 1em auto 2em;
}
/* player */
.player_bg {
  background: url("/img/top/bg_blue.webp") center / cover;
  padding: 3em 0;
}
.player_ttl {
  width: 90%;
  margin: auto;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
.player_ttl span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 2px;
}
.player_slider {
  margin: 1em auto 2em;
}
.player_slider .slick-slide {
  margin: 0 10px;
}
.player_slider li {
  position: relative;
}
.player_slider li img {
  border-radius: 10px;
}
.player_slider_txt01 {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: #0095D1;
  border-radius: 5px;
  width: 35px;
  height: 32px;
  line-height: 35px;
  z-index: 5;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  will-change: transform;
}
.player_slider_in {
  margin: 0.5em auto 0;
  color: #fff;
  font-weight: bold;
}
.player_slider_in p {
  font-size: 1.6rem;
  ;
}
.player_slider_in p span {
  display: block;
  font-family: effra, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}
/* store */
.store_bg {
  background: #EFF7FA;
  padding: 3em 0;
}
.store_bg .player_ttl {
  color: #008DAC;
}
/* about */
.about_bg {
  padding: 3em 0 5em;
}
.about {
  width: calc(90% + 16px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
}
.about li {
  position: relative;
  margin: 1.5em 8px 0em;
  width: calc(100% / 2 - 16px);
  text-align: left;
}
.about li a {
  color: #fff;
  display: block;
  position: relative;
}
.about li p {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 2;
	color: #fff!important;
}
.about li p span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  border-top-left-radius: 2px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.store {
  width: calc(90% + 10px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 2em;
  justify-content: flex-start;
}
.store li {
  margin: 1em 8px 0em;
  width: calc(100% / 2 - 36px);
  text-align: left;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.store_txt {
  margin: 10px auto 5px;
}
.store_price {}
.store_price p {
  color: #008DAC;
  margin: 0 auto 5px;
}
.store_price a {
  display: inline-block;
  position: relative;
  padding: 3px 30px 3px 10px;
  border-radius: 5px;
  color: #fff !important;
  background: #008dac;
}
.store_price a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/img/common/arrow_w.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  transition: ease .2s;
}
.store_price a:hover::after {
  right: 5px;
}
.f_partner_bg {
  padding: 0 0 3em;
}
.f_partner_subttl {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.4rem;
  margin: 0.2em auto 0;
}
.f_partner_subttl span {
  display: inline-block;
}
.collabo_agree {
  width: 95%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 5em;
  justify-content: center;
}
.collabo_agree li {
  margin: 1em 7px 0em;
  width: auto;
}
.collabo_agree li img {
  width: auto;
  height: 25px;
}
.collabo_agree::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  font-size: 1.2rem;
  content: '（建制順）';
}
.f_partner {
  width: 95%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.5em auto 0em;
  justify-content: center;
  align-items: center;
}
.f_partner li {
  margin: 0.8em 5px 0em;
  width: calc(100% / 3 - 10px);
}
.f_partner li img {
  width: auto;
  height: 25px;
}
.f_partner.large li {
  margin: 0.5em 5px 0;
  width: calc(100% / 2 - 10px);
}
.f_partner.large li img {
  height: 35px;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv {
    padding: 70px 0 25px;
  }
  .mv_slider img {
    width: 80vw;
    height: auto;
  }
  /* match */
  .match_bg {
    padding: 5em 0 4em;
  }
  .match {
    max-width: 1000px;
    margin: 1em auto 2em;
    border-radius: 10px;
  }
  .match li {
    width: calc(25% - 0px);
    height: 350px;
  }
  .match li:first-child {
    border-radius: 10px 0 0 10px;
  }
  .match li:nth-child(2) {
    width: calc(50% - 0px);
  }
  .match li:last-child {
    border-radius: 0 10px 10px 0;
  }
  .match_logo p {
    margin: 10px auto 0;
    font-size: 1.8rem;
  }
  .match_logo img {
    width: 60%;
  }
  .match_day {
    margin: 0 auto 10px;
  }
  .match_day p {
    font-size: 2rem;
    line-height: 1;
  }
  .match_day p span {
    font-size: 4rem;
    padding: 0 10px 0 5px;
  }
  .match_day div {
    font-size: 2.3rem;
  }
  .match_day div span {}
  .match_place {
    margin: 0 auto 30px;
  }
  .match_place div {
    padding: 10px 15px 10px;
    font-size: 1.8rem;
  }
  .match_place p {
    letter-spacing: 2px;
    font-size: 2rem;
  }
  .match_ranking_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 3em;
    justify-content: center;
  }
  .match_ranking_list li {
    width: 400px;
  }
  .match_ranking_list li:first-child .match_ranking {
    margin: 0;
    border-radius: 10px 0 0 10px;
    border-bottom: #008DAC 1px solid;
	   border-right: none;
  }
  .match_ranking_list li:last-child .match_ranking div {
    margin: 0 20px 0 0;
  }
  .match_ranking {
    width: 400px;
	  box-sizing: border-box;
    border-radius: 0 10px 10px 0;
    margin: 0em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
  }
  .match_ranking div {
    color: #008DAC;
    font-size: 1.8rem;
    margin: 0 20px 0 0;
  }
  .match_ranking p {
    font-size: 2rem;
    margin: 0;
  }
  .match_ranking p span {
    font-size: 3rem;
  }
  .match_ranking a {
    margin: 0 0 0 15px;
    display: inline-block;
    padding: 8px 20px 8px 20px;
  }
  /* topics */
  .top_topics_bg {
    padding: 4em 0 5em;
    border-radius: 100px 100px 0 0;
  }
  .top_topics_ttl {
    max-width: 1100px;
    font-size: 1.7rem;
  }
  .top_topics_ttl span {
    font-size: 4rem;
  }
  .instagram {
    max-width: 1200px;
    margin: 2em auto 3em;
  }
  /* player */
  .player_bg {
    padding: 5em 0;
  }
  .player_ttl {
    margin: 0 auto;
    font-size: 1.7rem;
  }
  .player_ttl span {
    font-size: 4rem;
  }
  .player_slider {
    margin: 1em auto 3em;
  }
  .player_slider .slick-slide {
    margin: 0 10px;
  }
  .player_slider li img {
    border-radius: 15px;
  }
  .player_slider_txt01 {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 38px;
    line-height: 40px;
    font-size: 2.5rem;
  }
  .player_slider_in {
    margin: 1em auto 0;
  }
  .player_slider_in p {
    font-size: 1.8rem;
    ;
  }
  .player_slider_in p span {
    font-size: 1.6rem;
  }
  /* store */
  .store_bg {
    padding: 5em 0 5em;
  }
  /* about */
  .about_bg {
    padding: 5em 0 8em;
  }
  .about {
    max-width: calc(1100px + 30px);
    width: calc(90% + 16px);
  }
  .about li {
    margin: 2em 15px 0em;
    width: calc(100% / 3 - 30px);
  }
  .about li p {
    bottom: 15px;
    left: 20px;
    font-size: 1.7rem;
  }
  .about li p span {
    letter-spacing: 3px;
    font-size: 2.3rem;
  }
  .store {
    width: calc(80% + 10px);
    margin: 0em auto 3em;
  }
  .store li {
    margin: 1em 15px 0em;
    width: calc(100% / 4 - 70px);
    padding: 20px;
    border-radius: 15px;
  }
  .store_txt {
    margin: 10px auto 5px;
  }
  .store_price {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .store_price p {
    margin: 0;
  }
  .store_price a {
    padding: 3px 35px 3px 10px;
  }
  .f_partner_bg {
    padding: 0 0 5em;
  }
  .f_partner_subttl {
    font-size: 1.8rem;
  }
  .collabo_agree {
    width: 95%;
    margin: 2em auto 8em;
    justify-content: center;
  }
  .collabo_agree li {
    margin: 0em 15px 0em;
    width: auto;
  }
  .collabo_agree li img {
    height: 40px;
  }
  .collabo_agree::after {
    font-size: 1.4rem;
  }
  .f_partner {
    max-width: 1200px;
    margin: 0.2em auto 0em;
    justify-content: flex-start;
  }
  .f_partner li {
    margin: 1.5em 5px 0em;
    width: calc(100% / 5 - 10px);
  }
  .f_partner li img {
    width: auto;
    height: 50px;
  }
  .f_partner.large {
    max-width: 1000px;
    margin: 1em auto 0;
  }
  .f_partner.large li {
    margin: 0.5em 5px 0;
    width: calc(100% / 2 - 10px);
  }
  .f_partner.large li img {
    height: 80px;
  }
}