@charset "utf-8";

/* =================================================
_content
================================================== */
@media screen and (min-width: 768px) {
  .sp {
    display: none!important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }

  .ttl_name {
    font-size: 16px;
    line-height: 1.5;
    padding: 9px 17px;
    text-align: center;
  }
}

.main {
  width: 932px;
}

@media screen and (max-width: 767px) {
  .main {
    padding: 0 15px;
    width: 100%;
  }
}

.main_visual h1 {
  margin: 0;
}

.leadbox {
  margin: 20px auto 0;
  width: 700px;
}

.main > .leadbox {
  margin-top: 32px;
}

.main p {
  font-size: 1.7rem;
  line-height: 2.6rem;
}

.main p + p {
  margin-top: 1.6em;
}

@media screen and (max-width: 767px) {
  .leadbox {
    margin: 15px auto 0;
    width: 100%;
  }

  .main > .leadbox {
    margin-top: 18px;
  }

  .main p {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }

  .main p + p {
    margin-top: 1.4em;
  }
}

.sec_xl {
  margin: 64px auto 0;
}

.sec_xl + .sec_xl {
  margin-top: 64px;
}

.sec_xl > .inner {
  margin: 16px 26px 0;
  width: auto;
}

.sec_xl > .inner > .leadbox {
  margin: 0 auto;
  width: 700px;
}

.ttl_xl {
  box-shadow: inset 0 -2px 0 #f75586;
  line-height: 0;
  overflow: hidden;
}

.ttl_xl .l_inner {
  background: url("/useful/player_blog/assets/image/bg-ttl-xl.png") no-repeat right top;
  border-bottom-width: 1px;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-right: 60px;
  min-width: 266px;
  min-width: 292px;
  padding: 9px 178px 7px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec_xl {
    margin: 29px 0 0;
    width: auto;
  }

  .sec_xl + .sec_xl {
    margin-top: 30px;
  }

  .ttl_xl {
    box-shadow: inset 1px -2px 0 #f75586;
    padding-bottom: 1px;
  }

  .ttl_xl .l_inner {
    background-position: right -40px top;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-right: 0;
    min-width: 220px;
    padding: 8px 120px 7px 16px;
    position: relative;
  }

  .sec_xl > .inner {
    margin: 16px 0 0;
  }

  .sec_xl > .inner > .leadbox {
    margin: 0 auto;
    width: 100%;
  }
}

.sec_lg {
  margin-top: 35px;
}

.ttl_lg {
  font-size: 1.9rem;
  line-height: 2.4rem;
  padding-left: 28px;
  position: relative;
  transform: translateX(-20px);
}

.ttl_lg::before {
  background: #f75586;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.sec_lg > .inner {
  margin-top: 0;
  width: 100%;
}

.sec_lg .ttl_lg + .inner {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sec_lg {
    margin-top: 20px;
  }

  .sec_lg + .sec_lg {
    margin-top: 20px;
  }

  .sec_lg .ttl_lg + .inner, .sec_lg > .inner {
    margin-top: 13px;
  }

  .ttl_lg {
    letter-spacing: -1px;
    padding-left: 25px;
    transform: translateX(0);
  }

  .ttl_lg::before {
    height: 18px;
    width: 18px;
  }
}

.list_sns_box {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -21px 0 0;
  width: calc(100% + 21px);
}

.list_sns_box a:hover {
  opacity: .7;
}

.list_sns_box > li {
  display: flex;
  margin: 16px 17px 0 0;
}

@media screen and (min-width: 768px) {
  .list_sns_box > li:nth-child(3n+2):last-child,
  .list_sns_box > li:nth-child(3n+1):last-child {
    position: relative;
  }

  .list_sns_box > li:nth-child(3n+2):last-child::after,
  .list_sns_box > li:nth-child(3n+1):last-child::after {
    background: url("/useful/player_blog/assets/image/img-blank01.png") no-repeat center center / 136px auto;
    content: "";
    display: block;
    height: 100%;
    left: calc(200% + 32px);
    position: absolute;
    top: 0;
    width: calc(100% + 2px);
  }

  .list_sns_box > li:nth-child(3n+2):last-child::after {
    left: calc(100% + 16px);
    width: calc(100% + 2px);
  }
}

.sns_box {
  background: #fffff9;
  border: 1px solid #094a19;
  position: relative;
  width: 282px;
}

.sns_box > .ttl {
  background: #0a3190;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 3px 5px;
  text-align: center;
}

.sns_box > .ttl a {
  color: #fff;
  display: block;
  pointer-events: none;
}

.sns_box .ttl.sm {
  font-size: 14px;
  letter-spacing: 0;
}

/* group of red. */
.sns_box.color01 .ttl {
  background: #d7000f;
}

.sns_box.color02 .ttl {
  background: #b7183f;
}

.sns_box.color03 .ttl {
  background: #e6002d;
}

.sns_box.color14 .ttl {
  background: #db005c;
}

.sns_box.color15 .ttl {
  background: #a9002f;
}

.sns_box.color11 .ttl {
  background: #d80c18;
}

.sns_box.color22 .ttl {
  background: #e60039;
}

.sns_box.color31 .ttl {
  background: #a00000;
}

.sns_box.color35 .ttl {
  background: #b5003c;
}

.sns_box.color39 .ttl {
  background: #b61f13;
}

.sns_box.color42 .ttl {
  background: #cf000e;
}

.sns_box.color43 .ttl {
  background: #e60012;
}

.sns_box.color55 .ttl {
  background: #e14b33;
}
/* group of yellow. */
.sns_box.color57 .ttl,
.sns_box.color24 .ttl,
.sns_box.color04 .ttl {
  background: #fff100;
  color: #000;
}

.sns_box.color57 .ttl a,
.sns_box.color24 .ttl a,
.sns_box.color04 .ttl a {
  color: #000;
}

.sns_box.color19 .ttl {
  background: #fcc800;
  color: #000;
}

.sns_box.color19 .ttl a {
  color: #000;
}

/* group of blue. */
.sns_box.color05 .ttl {
  background: #073190;
}

.sns_box.color06 .ttl {
  background: #33a1dc;
}

.sns_box.color07 .ttl {
  background: #004098;
}

.sns_box.color49 .ttl,
.sns_box.color08 .ttl {
  background: #00a0e9;
}

.sns_box.color13 .ttl {
  background: #004ea1;
}

.sns_box.color17 .ttl {
  background: #00205b;
}

.sns_box.color18 .ttl {
  background: #00a0d2;
}

.sns_box.color44 .ttl,
.sns_box.color20 .ttl {
  background: #005bab;
}

.sns_box.color21 .ttl {
  background: #1a1a7c;
}

.sns_box.color23 .ttl {
  background: #005ca2;
}

.sns_box.color25 .ttl {
  background: #023f73;
}

.sns_box.color29 .ttl {
  background: #0054a7;
}

.sns_box.color30 .ttl {
  background: #005bac;
}

.sns_box.color33 .ttl {
  background: #6c9bd2;
}

.sns_box.color40 .ttl,
.sns_box.color37 .ttl {
  background: #063190;
}

.sns_box.color38 .ttl {
  background: #0059a6;
}

.sns_box.color48 .ttl {
  background: #023793;
}

.sns_box.color51 .ttl {
  background: #7fcaf1;
}

.sns_box.color52 .ttl {
  background: #00477e;
}

.sns_box.color54 .ttl {
  background: #66ccff;
}

.sns_box.color56 .ttl {
  background: #171c61;
}

.sns_box.color59 .ttl {
  background: #192f60;
}
/* group of green. */
.sns_box.color09 .ttl {
  background: #6eb92b;
}

.sns_box.color27 .ttl {
  background: #009260;
}

.sns_box.color28 .ttl {
  background: #006937;
}

.sns_box.color41 .ttl {
  background: #14a83c;
}

.sns_box.color45 .ttl {
  background: #26716d;
}

.sns_box.color46 .ttl {
  background: #008136;
}

.sns_box.color50 .ttl {
  background: #045d33;
}

.sns_box.color53 .ttl {
  background: #6eba3d;
}
/* group of orange. */
.sns_box.color10 .ttl {
  background: #ea5404;
}

.sns_box.color26 .ttl {
  background: #ed6d00;
}

.sns_box.color32 .ttl {
  background: #f18900;
}

.sns_box.color36 .ttl {
  background: #eb5e02;
}

.sns_box.color47 .ttl {
  background: #df5a1c;
}
/* group of purple. */
.sns_box.color12 .ttl {
  background: #750069;
}

.sns_box.color16 .ttl {
  background: #583f9a;
}

.sns_box.color34 .ttl {
  background: #8a347d;
}

.sns_box.color60 .ttl {
  background: #8e1d48;
}
/* group of pink. */
.sns_box.color58 .ttl {
  background: #e12a75;
}

.sns_box.color61 .ttl {
  background: #de0740;
}

.sns_box.color62 .ttl {
  background: #000e33;
}

.sns_box.color63 .ttl {
  background: #b81c21;
}

@media screen and (max-width: 767px) {
  .list_sns_box {
    margin: 0;
    width: auto;
  }

  .list_sns_box > li {
    margin: 0;
    width: 100%;
  }

  .list_sns_box > li + li {
    margin-top: 16px;
  }

  .sns_box {
    margin: 0 auto;
  }
}

.box_inner {
  padding: 8px 8px 11px;
  position: relative;
  z-index: 2;
}

.grp_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.box_inner .grp_btns:first-child {
  margin-top: 4px;
}

.grp_btns .btn {
  align-items: center;
  background: #fff;
  border: 1px solid #094a19;
  border-radius: 4px;
  color: #12852f;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: center;
  line-height: 19px;
  margin: 0 4px;
  padding: 7px 20px 6px 10px;
  position: relative;
  text-align: left;
  min-width: 108px;
}

.grp_btns .btn::after,
.grp_btns .btn.btn_team::after {
  border-color: transparent transparent transparent #12852f;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.grp_btns .btn.disabled {
  background: #d3d8d1;
  border-color: #647260;
  color: #647260;
  pointer-events: none;
}

.grp_btns .btn.disabled::after {
  border-color: transparent transparent transparent #647260;
}

.list_sns {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.list_sns li {
  display: flex;
  margin: 0 6px;
}

.list_sns li a {
  display: block;
  height: 37px;
  overflow: hidden;
  position: relative;
  width: 36px;
}

.list_sns li a img {
  left: 0;
  position: absolute;
  top: 0;
}

.list_sns li.tw a img {
  top: -38px;
}

.list_sns li.yt a img {
  top: -114px;
}

.list_sns li.ins a img {
  top: -152px;
}

.list_sns li.disabled a {
  pointer-events: none;
}

.list_sns li.disabled a img {
  filter: grayscale(100%) opacity(.9);
}

.list_sns li.tw.disabled a img {
  filter: grayscale(0%) opacity(.4);
}

.list_bnr_useful {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2px auto 0;
  max-width: 820px;
}

.list_bnr_useful li {
  margin-top: 15px;
  max-width: 100%;
  width: 400px;
}

.list_bnr_useful li img {
  width: 100%;
}

.list_bnr_useful li a {
  display: inline-block;
}

.list_bnr_useful li .cap {
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .list_bnr_useful {
    display: block;
    margin: 15px auto 0;
    width: 300px;
  }

  .list_bnr_useful li:nth-child(n + 2) {
    margin-top: 16px;
  }

  .list_bnr_useful li a {
    display: inline-block;
  }

  .list_bnr_useful li .cap {
    line-height: 24px;
    margin-top: 6px;
  }
}

/* =================================================
_footer
================================================== */
footer {
  margin-top: 64px;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 32px;
  }
}

/* =================================================
_renewal
================================================== */
#wrap .bc29 .font_resize_wrap.cmn .font_change_box .btn {
  background: #ff6059;
  border-radius: 3px;
}

#wrap .bc29 .font_resize_wrap.cmn .font_change_box .btn:hover,
#wrap .bc29 .font_resize_wrap.cmn .font_change_box .btn.active {
  background: #c33927;
}

.sec_lg_02 {
  margin-top: 36px;
}

.sec_lg_02 > .inner {
  margin-top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec_lg_02 {
    margin-top: 27px;
  }

  .sec_lg_02 + .sec_lg_02 {
    margin-top: 42px;
  }

  .sec_lg_02 > .inner {
    margin-top: 13px;
  }
}

.ttl_lg_02 {
  align-items: center;
  background: #f75586;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  box-shadow: 0 -3px 0 0 #f75586, 0 3px 0 0 #f75586;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}

.ttl_lg_02::after,
.ttl_lg_02::before {
  background: url("/useful/player_blog/assets/image/bg-ttl-league-l.png") no-repeat right center / 246px auto;
  content: "";
  display: block;
  flex: 1 1 70px;
  height: 30px;
  max-width: 246px;
}

.ttl_lg_02::after {
  background: url("/useful/player_blog/assets/image/bg-ttl-league-r.png") no-repeat 0 center / 245px auto;
  margin-top: 1px;
  max-width: 245px;
}

.ttl_lg_02 .l_inner {
  flex: 0 1 fit-content;
  font-size: 2.1rem;
  line-height: 2.4rem;
  min-width: 237px;
  padding: 5px 42px 5px 54px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl_lg_02 .l_inner {
    margin: 0 -7px;
  }
}

.box_inner .img {
  margin: 3px auto 0;
  width: 250px;
}

.img + .grp_btns {
  margin: 16px auto 0;
}

.grp_btns .btn::after {
  background: url("/useful/player_blog/assets/image/ico-new-window.png") no-repeat 0 0 / 8px auto;
  border: none;
  height: 8px;
  width: 8px;
}

.grp_btns .btn:nth-child(3) {
  margin-top: 7px;
}

.box_link {
  margin: 14px 7px 0;
}

.box_link > .ttl {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

.box_link > .ttl::after,
.box_link > .ttl::before {
  background: #094a19;
  content: "";
  display: block;
  flex: 1 1 0;
  height: 1px;
}

.box_link > .ttl .l_inner {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 8px;
}

.list_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4px;
  margin-left: -10px;
}

.list_link li {
  display: flex;
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin: 2px 0 0 10px;
  min-width: 120px;
}

.list_link li::before {
  background: #f75586;
  content: "";
  display: block;
  height: 4px;
  margin: 9px 5px 0 0;
  width: 4px;
}

.list_link li a {
  flex: 1 1 0;
}

.column_select {
  display: flex;
  justify-content: center;
  margin: 38px auto 18px;
  width: 390px;
}

@media screen and (min-width: 750.1px) {
  .column_select + .sec_lg {
    margin-top: 0;
  }
}

.column_select li {
  margin-right: 10px;
}

.column_select li a {
  align-items: center;
  background: #fff;
  border: 1px solid #277835;
  box-shadow: 0 2px 0 0 #2f8d3f;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  padding: 0 15px 0 55px;
  position: relative;
  width: 100%;
}

.column_select li.btn_active a {
  background: #b7f19c;
}

.column_select li a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 28px;
  bottom: 0;
  content: "";
  display: block;
  left: 10px;
  position: absolute;
  top: 0;
  width: 28px;
}

.column_select li:first-child a::before {
  background-image: url(/useful/player_blog/assets/image/ico-3column.png);
}

.column_select li:last-child a::before {
  background-image: url(/useful/player_blog/assets/image/ico-3column-lst.png);
}

.cont_j_league {
  margin-top: 42px;
}

.cont_lst .sns_box {
  background: none;
  border: 0;
  width: 280px;
}

.cont_lst .list_sns_box {
  margin: -12px 0 0 29px;
}

.cont_lst .list_sns_box > li {
  margin: 13px 0 2px 0;
  width: 31.5%;
}

.cont_lst .sns_box .ttl {
  background: none;
  color: #181cff;
  font-weight: normal;
  text-align: left;
}

.cont_lst .sns_box .ttl a,
.cont_lst .sns_box .ttl .no_link {
  color: #181cff;
  float: left;
  line-height: 20px;
  padding-left: 30px;
  pointer-events: initial;
  position: relative;
}
.cont_lst .sns_box .ttl .no_link {
  color: #ccc;
}

.cont_lst .sns_box .ttl a::before,
.cont_lst .sns_box .ttl .no_link::before {
  border-color: transparent transparent transparent #277835;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.cont_lst .sns_box .ttl .no_link::before {
  border-color: transparent transparent transparent #ccc;
}

.cont_lst .box_inner {
  display: none;
}

.cont_lst .list_sns_box > li:nth-child(3n+2):last-child::after {
  display: none;
}

.ad_bnrbox_normal {
  border-top: 0;
  margin: 32px auto 50px;
}

@media screen and (max-width: 767px) {
.column_select {
  width: 100%;
}

.column_select li:last-child {
  margin-right: 0;
}

.column_select li a {
  height: 43px;
  padding: 0 7px 0 45px;
}

.sns_box > .ttl {
  padding: 3px 5px 3px 1px;
}

.cont_lst .list_sns_box {
  margin: -10px 0 0 0;
}

.cont_lst .sns_box {
  width: 100%;
}

.cont_lst .sns_box .ttl a,
.cont_lst .sns_box .ttl .no_link {
  padding-left: 10px;
}

.cont_lst .sns_box .ttl a::before,
.cont_lst .sns_box .ttl .no_link::before {
  left: 0;
}

.cont_lst .list_sns_box > li {
  width: 100%;
}

.ad_bnrbox_normal {
  margin: 26px 0 50px;
}
}