/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#area-1, #area-2, #area-3, #area-4, #area-5, #area-6, #area-7, #area-8 {
  margin-top: -70px;
  padding-top: 70px;
  z-index: -1;
}
/* topics */
.topics_bg {
  margin: 70px auto 0;
  padding: 3em 0 5em;
}
.topics_pagettl.noborder {
  border-bottom: none;
}
.topics_pagettl {
  width: 90%;
  text-align: left;
  color: #008DAC;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #0C2878;
  margin: 0 auto 2em;
}
.topics_pagettl span {
  color: #0C2878;
  display: inline-block;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 0 10px 0 0;
}
.contents {
  margin: 0px auto 0;
  padding: 3em 0;
  width: 90%;
  max-width: 1200px;
}
.contents_main {
  margin: 0 auto 3em;
}
.sidenav {
  text-align: left;
  width: 95%;
  margin: auto;
}
.sidenav_ttl {
  font-family: effra, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.8rem;
  color: #008DAC;
}
.sidenavi_list {
  position: relative;
  margin: 0.5em auto 0;
}
.sidenavi_list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0;
  list-style-type: none !important;
}
.sidenavi_list li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-weight: 400;
  color: #008DAC;
  padding: 0 8px 0 2px;
}
.topics_cate {
  text-align: left;
  font-family: effra, sans-serif;
  font-weight: 700;
  color: #008DAC;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: -1em auto 0.5em;
  padding: 0 0 0 10px;
}
.news.toppage {
  width: calc(90% + 16px);
  margin: 1em auto 3em;
}
.news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
}
.news li {
  margin: 40px 8px 0em;
  width: calc(100% / 2 - 16px);
  position: relative;
  text-align: left;
}
.news li:nth-child(-n+2) {
  margin: 0 8px 0;
}
.news li::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/img/common/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s;
}
.news li:hover::after {
  left: 5px;
}
.news li img {
  border-radius: 10px;
}
.news li p {
  font-size: 1.2rem;
  margin: 10px auto 5px;
}
.topics_txt {
  text-align: left;
  margin: 1.5em auto;
  line-height: 1.8
}
.topics_txt a {
  text-decoration: underline;
}
.topics_txt img {
  max-width: 100%;
  height: auto;
  margin-bottom: 6px;
}
.topics_txt p {
  margin-bottom: 6px;
}
.topics_ttl {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 0 0 1em;
  margin: 0 auto 1em;
}
.topics_ttl div {
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}
.topics_ttl div span {
  display: inline-block;
  background: #008DAC;
  color: #fff;
  padding: 0.2em 1em;
  margin: 0 0px 0 10px;
  font-size: 1.0rem;
  border-radius: 5px;
}
.topics_ttl p {
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.topics_btn_entry {
  text-align: left;
}
.topics_btn_entry a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  background: #008DAC;
  padding: 10px 60px 10px;
  border-radius: 50px;
  outline: none;
  transition: ease .2s;
}
.topics_btn_entry a span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.topics_btn_entry a::after {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
  content: '\f060';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  z-index: 3;
  transition: all .3s;
}
.topics_btn_entry a:hover::after {
  left: 5px;
}
.pagenation {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 3em auto 0em;
  justify-content: center;
}
.pagenation li {
  margin: 0 5px;
}
/*矢印が右に移動する*/
.pagenation01 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 30px;
  color: #333;
  text-decoration: none;
  outline: none;
}
.pagenation01::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 0%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  transition: all .3s;
}
.pagenation01::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 0px;
  left: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(-35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
.pagenation01:hover::before {
  left: -5%;
}
.pagenation01:hover::after {
  left: -5%;
}
.pagenation02 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 30px;
  color: #333;
  text-decoration: none;
  outline: none;
}
.pagenation02::before {
  content: '';
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: -5px;
  left: 15%;
  /*下線の形状*/
  width: 85%;
  height: 1px;
  background: #333;
  /*アニメーションの指定*/
  transition: all .3s;
}
.pagenation02::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 0px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all .3s;
}
.pagenation02:hover::before {
  left: 20%;
}
.pagenation02:hover::after {
  right: -5%;
}
/* player */
.player_bg {
  padding: 3em 0 3em;
}
.player {
  width: calc(90% + 16px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 2em;
  justify-content: flex-start;
}
.player li {
  position: relative;
  margin: 0em 8px 2em;
  width: calc(100% / 2 - 16px);
  padding: 0 0 20px;
}
.player li img {
  border-radius: 10px;
}
.player li p {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background: #008DAC;
  border-radius: 5px;
  width: 35px;
  height: 32px;
  line-height: 35px;
  z-index: 1;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.player li div {
  margin: 0.5em auto 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}
.player li div span {
  display: block;
  font-family: effra, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #008DAC !important;
}
.player li a::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/img/common/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  transition: ease .2s;
}
.player li a:hover::after {
  left: 5px;
}
.player_profile_wrap {
  width: 90%;
  margin: 0 auto 3em;
}
.player_profile_img {
  margin: auto;
  max-width: 200px;
}
.player_profile_img img {
  border-radius: 15px;
}
.player_profile_txt {
  margin: 1em auto 0;
  text-align: left;
}
.player_profile_name {
  margin: 0 auto 1em;
}
.player_profile_name div {
  color: #008DAC;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  position: relative;
  padding: 0 0 0 20px;
}
.player_profile_name div::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '#';
  font-size: 2.5rem;
}
.player_profile_name p {
  color: #008DAC;
  font-weight: bold;
  font-size: 2rem;
}
.player_profile_name p span {
  display: block;
  font-family: effra, sans-serif;
  color: #595757;
  font-size: 1.5rem;
}
.player_profile {
  margin: 0em auto 0em;
}
.player_profile li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid #008DAC;
}
.player_profile li dt {
  width: 90px;
  color: #fff;
  background: #008DAC;
  text-align: center;
  border-radius: 30px;
  padding: 4px 0;
  font-size: 1.2rem;
}
.player_profile li dd {
  width: calc(100% - 105px);
  text-align: left;
  padding: 4px 0 0;
}
.player_interview_wrap {
  background: #EFF7FA;
  width: 90%;
  margin: auto;
  padding: 15px 0 20px;
  border-radius: 20px;
}
.player_interview {
  width: 90%;
  margin: 0em auto 0em;
}
.player_interview li {
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #008DAC;
}
.player_interview li div {
  font-weight: bold;
  color: #008DAC;
  font-size: 1.4rem;
  margin: 0 auto 0.2em;
}
.supporter_bnr {
  background: #0095D1;
  padding: 20px 0;
  border-radius: 20px;
  margin: 3em auto 1.5em;
  width: 85%;
  position: relative;
}
.supporter_bnr::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  content: '';
  background: url("/img/player/mascot.webp") center left / cover;
  opacity: 0.5
}
.supporter_bnr::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("/img/common/arrow_w.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: ease .2s;
}
.supporter_bnr:hover::after {
  right: 5px;
}
.supporter_bnr h2 {
  position: relative;
  z-index: 1;
  color: #FFEA00;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.supporter_bnr h2 span {
  display: block;
  font-family: effra, sans-serif;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
}
.supporter_bnr div {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3px 0;
  font-weight: bold;
  margin: 0.8em auto;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.supporter_bnr p {
  position: relative;
  z-index: 1;
  color: #fff;
}
/* STAFF */
.staff_list {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 3em;
  justify-content: space-between;
}
.staff_list li {
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
}
.staff_list li:nth-child(-n+2) {
  margin: 0 5px;
}
.staff_list li div {
  margin: 0.5em auto 0em;
  color: #0394D0;
}
.staff_list li p {
  font-size: 1.5rem;
}
.staff_list li img {
  border-radius: 10px;
height: 180px;
object-fit: cover; 
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .topics_bg {
    margin: 70px auto 0;
    padding: 4em 0 10em;
  }
  .topics_pagettl {
    max-width: 1100px;
    font-size: 1.7rem;
  }
  .topics_pagettl span {
    font-size: 4rem;
    padding: 0 10px 0 0;
  }
  /* topics */
  .contents {
    padding: 5em 0 10em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .contents_main {
    width: 75%;
    margin: 0 0em;
  }
  .sidenav_stickey {
    /*stickyで固定*/
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    /*固定したい位置*/
    top: 100px;
  }
  .sidenav {
    width: 20%;
    padding: 0;
    margin: 0;
  }
  .sidenav_ttl {
    line-height: 1.2;
    font-size: 2.3rem;
  }
  .sidenavi_list {}
  .sidenavi_list li {
    padding: 0.5em 0 0.5em 0em;
  }
  .topics_cate {
    margin: -0.5em auto 0;
    font-size: 3rem;
    letter-spacing: 3px;
    padding: 0 0 0 20px;
  }
  .news.toppage {
    width: calc(90% + 20px);
    width: calc(1100px + 20px);
    margin: 1em auto 4em;
  }
  .news li {
    margin: 60px 15px 0;
    width: calc(100% / 3 - 30px);
  }
  .news li:nth-child(-n+3) {
    margin: 0 15px 0;
  }
  .news li::after {
    bottom: -30px;
    width: 20px;
    height: 20px;
  }
  .news li img {
    border-radius: 20px;
  }
  .news li p {
    font-size: 1.2rem;
    margin: 15px auto 5px;
  }
  .topics_txt {
    margin: 2em auto;
  }
  .topics_ttl {
    margin: 0 auto 2em;
  }
  .topics_ttl div {
    font-size: 1.3rem;
  }
  .topics_ttl p {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  /* player */
  .player_bg {
    padding: 5em 0 5em;
  }
  .player {
    max-width: calc(1100px + 30px);
    width: calc(90% + 30px);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
  }
  .player li {
    margin: 0em 15px 3em;
    width: calc(100% / 3 - 30px);
  }
  .player li img {
    border-radius: 20px;
  }
  .player li p {
    top: 15px;
    left: 15px;
    width: 45px;
    height: 43px;
    line-height: 45px;
    font-size: 2.8rem;
  }
  .player li div {
    font-size: 2rem;
  }
  .player li div span {
    font-size: 1.7rem;
  }
  .player li a {}
  .player_profile_wrap {
    max-width: 1100px;
    margin: 0 auto 3em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .player_profile_img {
    margin: 10px 0 0;
    max-width: 400px;
  }
  .player_profile_img img {
    border-radius: 20px;
  }
  .player_profile_txt {
    margin: 0;
    width: calc(100% - 450px);
  }
  .player_profile_name {
    margin: 0 auto 0.5em;
  }
  .player_profile_name div {
    font-size: 10rem;
    padding: 0 0 0 35px;
  }
  .player_profile_name div::before {
    top: 10px;
    font-size: 4rem;
  }
  .player_profile_name p {
    line-height: 1.4;
    font-size: 4rem;
  }
  .player_profile_name p span {
    font-size: 2.3rem;
  }
  .player_profile {
    width: calc(100% + 24px);
    margin: 0em auto 0em -12px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .player_profile li {
    margin: 0 12px 0em;
    width: calc(100% / 2 - 24px);
    font-size: 1.7rem;
    letter-spacing: 2px;
    padding: 14px 0px;
  }
  .player_profile li:nth-last-child(-n+2) {
    width: calc(100% / 1 - 24px);
  }
  .player_profile li dt {
    width: 130px;
    padding: 3px 0;
    font-size: 1.6rem;
  }
  .player_profile li dd {
    width: calc(100% - 150px);
    padding: 3px 0 0;
  }
  .player_interview_wrap {
    max-width: 1100px;
    margin: auto;
    padding: 40px 0 50px;
    border-radius: 30px;
  }
  .player_interview {
    max-width: 900px;
    margin: 0em auto 0em;
  }
  .player_interview li {
    padding: 20px 0px;
  }
  .player_interview li div {
    font-size: 2rem;
    margin: 0 auto 0.2em;
  }
  .player_interview li p {
    font-size: 1.7rem;
  }
  .supporter_bnr {
    padding: 30px 0;
    border-radius: 25px;
    margin: 5em auto 3em;
    max-width: 800px;
  }
  .supporter_bnr::before {
    width: 25%;
  }
  .supporter_bnr::after {
    right: 30px;
    width: 25px;
    height: 25px;
  }
  .supporter_bnr:hover::after {
    right: 25px;
  }
  .supporter_bnr h2 {
    font-size: 2rem;
  }
  .supporter_bnr h2 span {
    font-size: 4rem;
    line-height: 1;
  }
  .supporter_bnr div {
    padding: 3px 0;
    margin: 0.8em auto;
    font-size: 2rem;
    letter-spacing: 3px;
  }
  .supporter_bnr p {
    letter-spacing: 2px;
  }
  /* STAFF */
  .staff_list {
    max-width: 1120px;
    margin: 0em auto 5em;
  }
  .staff_list li {
    margin: 2em 10px 0em;
    width: calc(100% / 4 - 20px);
  }
  .staff_list li:nth-child(-n+4) {
    margin: 0 10px;
  }
  .staff_list li div {
    margin: 0.8em auto 0em;
  }
  .staff_list li p {
    font-size: 2rem;
    line-height: 1.5;
  }
  .staff_list li img {
    border-radius: 20px;
	  height:300px;
  }

}

/***************/
.blog_pager1 {
	width: 100%;
	margin-bottom: 0px;
	height: 50px;
	padding-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
.wp-pagenavi {
	clear: both;
	text-align: center;
	height: 0px;
	padding-top: 0px;
}
.wp-pagenavi a, .wp-pagenavi span {
        color: #999;
        background-color: #FFF;
        border: solid 1px #e0e0d2;
        padding: 8px 15px;
        margin: 0 2px;
        white-space: nowrap;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        text-align: center;
        text-decoration: none;
}
.wp-pagenavi a:hover {
        color: #FFF;
        background-color: #000000;
        border-color: #000000;
}
.wp-pagenavi span.current {
        color: #FFF;
        background-color: #000000;
        border-color: #000000;
        font-weight: bold;
}
