@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

html {
  font-size: 10px;

  /* for iPhone */
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family:
    'A1 Gothic R JIS2004',
    'A1ゴシック R JIS2004',
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
  width: 100%;
  height: 100%;
}

.ai_m {
  font-family:
    'A1 Gothic M JIS2004',
    'A1ゴシック M JIS2004',
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
}
.ai_b {
  font-family:
    'A1 Gothic B JIS2004',
    'A1ゴシック B JIS2004',
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
}

#playerList {
  font-family:
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif!important;
}

img {
  width :100%;
  vertical-align: top;
}
a img  {
  border: none;
}
ul,ol,li {
  list-style-type: none;
}
input,label,select,textarea {
  vertical-align: middle;
}


/* SP コピーガード */
#main img {
  pointer-events: none;
  -webkit-touch-callout: none; /* default or none */
    -webkit-user-select: none; /* auto or none */
            user-select: none;
}
#main .controller img,
#main .prev img,
#main .next img{
  pointer-events: auto;
  -webkit-touch-callout: default;
    -webkit-user-select: auto;
            user-select: auto;
}

/* mfp保存禁止 */
.mfp-figure figure {
  position: relative;
}
.mfp-figure figure::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url(../images/dam.png) no-repeat;
  background-size: 100% 100%;
}


/*----------------------------------------------------
common
----------------------------------------------------*/

body {
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  background: #000000 url(../images/bg_black_sp.png);
  background-size: 14px auto;
  text-align: center;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
    background-image: url(../images/bg_black_pc.png);
    background-size: 19px auto;
  }
}

.off {
  display: none;
}
.on {
  display: block;
}

@media screen and (max-width: 750px) {
  html,
  body {
    height: auto;
    width: 100%;
    overflow-x: hidden;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  html,
  body {
    height: 100%;
  }
  .forPC {
    display: block;
  }
  .forSP {
    display: none;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: #000000;
}
a:link {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 751px) {
  a:hover {
    text-decoration: underline;
  }
  a img.alpha {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover img.alpha {
    opacity: 0.8;
  }
}

.nowrap {
  white-space: nowrap;
}

/* text change */
.large {
  font-size: 1.36em;
}
.small {
  font-size: 0.8em;
}

/* text color */
.white{
  color: #ffffff;
}
.black {
  color: #000000;
}
.yellow {
  color: #fff100;
}
.red {
  color: #e34934;
}
.purple {
  color: #7238ad;
}
.green {
  color: #44b77e;
}
.blue {
  color: #3580ba;
}
.orange {
  color: #eb9800;
}
.olive{
  color: #c4be27;
}
.pink{
  color: #d04aa9;
}


/*----------------------------------------------------
inner
----------------------------------------------------*/

.inner,
.innerSP,
.innerPC,
.headInner {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.inner,
.innerSP,
.headInner {
  padding: 0 4.66%;
}
@media screen and (min-width: 751px) {
  .inner,
  .innerPC,
  .headInner {
    margin: 0 auto;
    padding: 0 20px;
  }
  .innerSP {
    padding: 0;
  }
}
@media screen and (min-width: 1041px) {
  .inner,
  .innerPC {
    width: 1000px;
    padding: 0;
  }
}


/*----------------------------------------------------
loading
----------------------------------------------------*/

#loaderBg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 10000;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  color: #555555;
  z-index: 10001;
}
#loader p {
  display: none;
  margin-top: 10px;
  color: #555555;
}
#loader img {
  display: none;
  width: 100%;
  height: auto;
  max-width: 100px;
}
@media screen and (min-width: 751px) {
  #loader img {
    max-width: 100px;
  }
}


/*----------------------------------------------------
forIE
----------------------------------------------------*/

body .forIE {
  display: none;
}
body.ie .noIE {
  display: none;
}
body.ie .forIE {
  display: block;
}


/*----------------------------------------------------
siteHead
----------------------------------------------------*/

#siteHead {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
#siteHeadBody {
  position: relative;
  width: 100%;
  height: 70px;
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 3px 3px 4px rgba(0,0,0, 0.3);
}
#siteHead h1 {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 178px;
  margin-top: -13px;
}
#siteHead .podCast {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: right;
  padding-top: 11px;
}
#siteHead .podCast .entry a {
  display: block;
  width: 117px;
  height: 25px;
  line-height: 27px;
  border-radius: 13px;
  font-size: 11px;
  color: #ffffff;
  font-family:
    'A1 Gothic M JIS2004',
    'A1ゴシック M JIS2004',
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
  font-weight: bold;
  text-align: left;
  background: #8900FF url(../images/icon_pdc.svg) no-repeat left 10px center;
  background-size: 12px auto;
  padding-left: 26px;
  box-sizing: border-box;
  filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.2));
}
#siteHead .podCast .entry a:hover {
  text-decoration: none;
}
#siteHead .podCast .howto a {
  position: relative;
  margin-top: 7px;
  display: inline-block;
  font-size: 12px;
}
#siteHead .podCast .howto a:hover {
  text-decoration: none;
}
#siteHead .podCast .howto a::before {
  position: absolute;
  top: 0.4em;
  left: -1em;
  content: '';
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 340px) {
  #siteHead h1 {
    left: 10px;
    width: 160px;
    margin-top: -13px;
  }
  #siteHead .podCast {
    right: 10px;
  }
}
@media screen and (min-width: 751px) {
  #siteHeadBody {
    height: 100px;
  }
  #siteHead h1 {
    left: 40px;
    width: 300px;
    margin-top: -18px;
  }
  #siteHead .podCast {
    top: auto;
    bottom: 16px;
    right: 35px;
    padding-top: 0;
    letter-spacing: -.40em;
  }
  #siteHead .podCast .entry,
  #siteHead .podCast .howto {
    display: inline-block;
    letter-spacing: normal;
  }
  #siteHead .podCast .howto {
    margin-left: 50px;
  }
  #siteHead .podCast .entry a {
    width: 170px;
    height: 36px;
    line-height: 39px;
    border-radius: 18px;
    font-size: 15px;
    background-position: left 16px center;
    background-size: 18px auto;
    padding-left: 46px;
    transition: all 0.3s;
  }
  #siteHead .podCast .entry a:hover {
    background-color: #A740FF;
  }
  #siteHead .podCast .howto a {
    margin-top: 0;
    font-size: 14px;
  }
  #siteHead .podCast .howto a:hover {
    text-decoration: underline;
  }
  #siteHead .podCast .howto a::before {
    left: -1.5em;
    transition: all 0.3s;
  }
  #siteHead .podCast .howto a:hover::before {
    left: -1em;
  }
}
@media screen and (min-width: 851px) {
  #siteHead h1 {
    width: 356px;
    margin-top: -25px;
  }
}


/*----------------------------------------------------
emergency
----------------------------------------------------*/

#emergency {
  display: none;
  background: #D50000;
}
#emergency .inner {
  text-align: left;
}
#emergency li {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  border-top: solid 1px rgba(255,255,255,0.3);
  padding: 0.8em 22px 0.7em;
  font-family:
    'A1 Gothic M JIS2004',
    'A1ゴシック M JIS2004',
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
}
#emergency li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  width: 15px;
  height: 17px;
  margin-top: -9px;
  background: url(../images/icon_emg.svg) no-repeat 0 0;
  background-size: 100% auto;
}
#emergency li:first-child {
  border-top: none;
}
#emergency li a {
  position: relative;
  display: block;
  color: #ffffff;
}
#emergency li a::before {
  position: absolute;
  top: 50%;
  right: -22px;
  content: '';
  display: block;
  width: 6px;
  height: 11px;
  margin-top: -6px;
  background: url(../images/arr_white.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (min-width: 751px) {
  #emergency li {
    padding: 0.6em 44px 0.5em;
    font-size: 20px;
  }
  #emergency li::before {
    width: 31px;
    height: 34px;
    margin-top: -17px;
  }
  #emergency li a::before {
    right: -44px;
    width: 12px;
    height: 24px;
    margin-top: -10px;
    transition: all 0.3s;
  }
  #emergency li a:hover::before {
    right: -54px;
  }
}


/*----------------------------------------------------
guide
----------------------------------------------------*/

#guidePc {
  display: none;
}
.guide {
  margin-top: 40px;
  text-align: left;
}
.guide h2 {
  font-size: 15px;
  line-height: 1.3;
  font-family:
  'A1 Gothic B JIS2004',
  'A1ゴシック B JIS2004',
  YuGothic,
  '游ゴシック',
  'ヒラギノ角ゴ Pro W3',
  'Hiragino Kaku Gothic Pro',
  'メイリオ',
  'Meiryo',
  'Osaka',
  'ＭＳ Ｐゴシック',
  sans-serif;
}
.guide .text {
  margin-top: 0.8em;
  font-size: 13px;
  line-height: 1.65;
}
@media screen and (min-width: 751px) {
  #guidePc {
    display: block;
  }
  #guideSp,
  #shareSp {
    display: none;
  }
  .guide {
    /*margin-top: 0;*/
    margin-top: 40px;
  }
  .guide h2 {
    font-size: 18px;
  }
  .guide .text {
    font-size: 16px;
    line-height: 1.5625;
  }
}

/* shareSp */
#shareSp {
  position: relative;
  padding: 35px 0 50px;
}
#shareSp::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #FF0000, #FF8810);
}
#shareSp h2 {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.1;
  font-family:
    'A1 Gothic M JIS2004',
    'A1ゴシック M JIS2004',
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
  font-weight: bold;
}
#shareSp .logo {
  margin: 45px auto;
  width: 73.823%;
}
#shareSp .nhk-snsbtn {
  margin-bottom: 0;
}
#shareSp .nhksns li {
  padding: 0 20px;
}
#shareSp .nhksns img {
  width: 67px;
}
#shareSp .nhksns-guide {
  display: none!important;
}

/* guidePc */
@media screen and (min-width: 751px) {
  #guidePc .side {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #guidePc .side h2 {
    font-size: 16px;
    line-height: 1.1;
    padding-top: 12px;
    font-weight: normal;
    font-family:
      'A1 Gothic R JIS2004',
      'A1ゴシック R JIS2004',
      YuGothic,
      '游ゴシック',
      'ヒラギノ角ゴ Pro W3',
      'Hiragino Kaku Gothic Pro',
      'メイリオ',
      'Meiryo',
      'Osaka',
      'ＭＳ Ｐゴシック',
      sans-serif;
  }
  #guidePc .side .nhksns-guide {
    display: none!important;
  }
  #guidePc .side .nhksns li {
    margin-left: 15px;
  }
  #guidePc .side .nhksns img {
    width: 33px;
  }
  #guidePc .side .nhksns li a img {
    transition: all 0.2s;
  }
  #guidePc .side .nhksns li a:hover img {
    opacity: 0.9;
  }
}


/*----------------------------------------------------
main column
----------------------------------------------------*/

#main {
  padding-top: 30px;
  color: #ffffff;
}
@media screen and (min-width: 751px) {
  #main {
    padding-top: 30px;
  }
  #main .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main .column .main {
    flex: 1;
    max-width: 646px;
  }
  #main .column .side {
    width: 245px;
    margin-left: 30px;
  }
}


/*----------------------------------------------------
main body
----------------------------------------------------*/

#main .body .main {
  position: relative;
}
#main .body .side {
  margin-top: 30px;
  padding-bottom: 80px;
}
#main .body .side .topBanners {
  margin-top: 25px;
  background: #535353;
  border-radius: 4px;
  padding: 20px 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .body .side .topBanners li {
  width: 48.815%;
  margin-top: 16px;
}
#main .body .side .topBanners li:nth-child(1),
#main .body .side .topBanners li:nth-child(2) {
  margin-top: 0;
}
#main .body .side .bottomBanners {
  padding-top: 20px;
}
#main .body .side .bottomBanners li {
  margin-top: 30px;
}
#main .body .side .topBanners li a,
#main .body .side .bottomBanners li a {
  display: block;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

#main .body .side .howto {
  margin-top: 25px;
  text-align: right;
}
#main .body .side .howto a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-family:
    'A1 Gothic M JIS2004',
    'A1ゴシック M JIS2004',
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
  padding-left: 16px;
  background: url(../images/arr_white.svg) no-repeat left center;
  background-size: 8px auto;
}

@media screen and (min-width: 751px) {
  #main .body {
    padding: 30px 0 60px;
  }
  #main .body .side {
    margin-top: 0;
    padding-bottom: 0;
  }
  #main .body .side .topBanners {
    margin-top: 20px;
    padding: 20px;
    display: block;
  }
  #main .body .side .topBanners li {
    width: 100%;
    margin-top: 20px;
  }
  #main .body .side .topBanners li:nth-child(2) {
    margin-top: 20px;
  }
  #main .body .side .bottomBanners {
    padding-top: 0;
  }
  #main .body .side .bottomBanners li {
    margin-top: 25px;
  }
  #main .body .side .topBanners li a {
    background: #ffffff;
  }
  #main .body .side .topBanners li a img,
  #main .body .side .bottomBanners li a img {
    transition: all 0.2s;
  }
  #main .body .side .topBanners li a:hover img {
    opacity: 0.8;
  }
  #main .body .side .bottomBanners li a:hover img {
    opacity: 0.9;
  }

  #main .body .side .howto {
    margin-top: 16px;
    text-align: right;
  }
  #main .body .side .howto a {
    padding-top: 4px;
    font-size: 16px;
    padding-left: 18px;
    background-size: 10px auto;
    transition: all 0.2s;
  }
  #main .body .side .howto a:hover {
    padding-left: 12px;
  }
}


/*----------------------------------------------------
btnSort
----------------------------------------------------*/

#btnSort {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 31px;
  font-size: 14px;
  line-height: 33px;
  letter-spacing: -.40em;
  background: #ffffff;
  border-radius: 16px;
}
#btnSort li {
  display:  inline-block;
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  color: #A1A1A1;
}
#btnSort li.active {
  color: #000000;
}
#btnSort li:first-child {
  position: relative;
}
#btnSort li:first-child::after {
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  content: '';
  display: block;
  background: #707070;
}
@media screen and (max-width: 340px) {
  #btnSort {
    width: 140px;
  }
}
@media screen and (min-width: 751px) {
  #btnSort {
    width: 143px;
    height: 27px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 15px;
  }
  #btnSort li:not(.active) {
    cursor: pointer;
    transition: all 0.3s;
  }
  #btnSort li:hover:not(.active) {
    color: #000000;
  }
}


/*----------------------------------------------------
tabTitle
----------------------------------------------------*/

.tabTitle {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  font-family:
    'A1 Gothic M JIS2004',
    'A1ゴシック M JIS2004',
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
  width: 100%;
  height: 49px;
  background: url(../images/title_red_sp.png) no-repeat left top;
  background-size: auto 49px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 24px;
}
.tabTitle.bk {
  color: #000000;
  background-image: url(../images/title_bk_sp.png);
}
.side .tabTitle {
  padding-left: 16px;
}
.tabTitle::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 24px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: left top 20px;
}
.main .tabTitle::before {
  background-image: url(../images/icon_saishin.svg);
  background-size: 16px auto;
}
.side .tabTitle::before {
  background-image: url(../images/icon_osusume.svg);
  background-size: 12px auto;
  background-position: left top 16px;
}
#faq .tabTitle::before {
  background-image: url(../images/icon_faq.svg);
  background-size: 18px auto;
}
#news .tabTitle::before {
  background-image: url(../images/icon_news.svg);
  background-size: 15px auto;
}
@media screen and (min-width: 751px) {
  .tabTitle {
    font-size: 18px;
    height: 40px;
    background-image: url(../images/title_red_pc.png);
    background-size: auto 40px;
    padding-top: 19px;
    padding-left: 30px;
  }
  .tabTitle.bk {
    background-image: url(../images/title_bk_pc.png);
  }
  .side .tabTitle {
    background-image: url(../images/title_side_pc.png);
    padding-left: 16px;
  }
  .tabTitle::before {
    width: 30px;
    height: 40px;
    background-position: left top 18px;
  }
  .main .tabTitle::before {
    background-size: 20px auto;
  }
  .side .tabTitle::before {
    background-size: 13px auto;
    background-position: left top 16px;
  }
  #faq .tabTitle::before {
    background-size: 25px auto;
  }
  #news .tabTitle::before {
    background-size: 20px auto;
  }
}


/*----------------------------------------------------
playerList
----------------------------------------------------*/

#playerList {
  padding-top: 8px;
}
#playerList .okotowari {
  display: none;
  padding: 60px 0 30px;
}
#playerList .posts li {
  margin-top: 18px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#playerList .posts li a {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 2px;
  text-align: left;
  padding: 10px 60px 10px 10px;
  min-height: 3em;
}
#playerList .posts li a:hover {
  text-decoration: none;
}
#playerList .posts li a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -26px;
  background: url(../images/icon_play.png) no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.3));
  z-index: 2;
}
#playerList .posts li .length {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  height: 1.5em;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  margin: 20px 0 0;
}
#playerList .posts li .title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}
#playerList .posts li .date {
  padding-top: 2px;
}
#playerList .posts li .date p {
  margin-top: 7px;
  text-align: left;
}
#playerList .posts li .date span {
  display: inline-block;
  font-size: 11px;
  height: 22px;
  line-height: 24px;
  padding: 0 1.6em;
  border-radius: 12px;
  background: #D3DAE0;
}
#playerList .btnMore {
  margin-top: 44px;
  text-align: center;
}
#playerList .btnMore span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 295px;
  height: 34px;
  border-radius: 20px; 
  border: solid 2px #ffffff;
  background: #000000;
  color: #ffffff;
  line-height: 36px;
    font-family:
    'A1 Gothic B JIS2004',
    'A1ゴシック B JIS2004',
    YuGothic,
    '游ゴシック',
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    'メイリオ',
    'Meiryo',
    'Osaka',
    'ＭＳ Ｐゴシック',
    sans-serif;
}
#playerList .btnMore span::before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -10px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 751px) {
  #playerList {
    margin-top: 20px;
    padding-top: 0;
    background: #535353;
    padding: 10px 25px 30px;
    border-radius: 4px;
  }
  #playerList .okotowari {
    padding: 160px 0;
  }
  #playerList .posts li {
    margin-top: 20px;
  }
  #playerList .posts li a {
    padding: 12px 80px 12px 25px;
  }
  #playerList .posts li a::after {
    width: 49px;
    height: 49px;
    /*top: 8px;*/
    right: 20px;
    margin-top: -34px;
    transition: all 0.3s;
  }
  #playerList .posts li a:hover {
    text-decoration: underline;
  }
  #playerList .posts li a:hover::after {
    opacity: 0.8;
  }
  #playerList .posts li .length {
    margin-top: 20px;
    width: 88px;
  }
  #playerList .posts li .title {
    font-size: 18px;
  }
  #playerList .posts li .date {
    padding-top: 2px;
  }
  #playerList .posts li .date p {
    display: inline-block;
    margin-top: 7px;
  }
  #playerList .posts li .date p:first-child {
    margin-right: 7px;
  }
  #playerList .posts li .date span {
    font-size: 13px;
    height: 25px;
    line-height: 27px;
    padding: 0 1.2em;
    border-radius: 13px;
  }
  #playerList .btnMore {
    margin-top: 44px;
    cursor: pointer;
  }
  #playerList .btnMore span {
    max-width: 480px;
    height: 40px;
    border-radius: 26px;
    line-height: 44px;
    transition: all 0.3s;
  }
  #playerList .btnMore span::before {
    left: 25px;
    margin-top: -11px;
    width: 12px;
    height: 12px;
    transition: all 0.3s;
  }
  #playerList .btnMore span:hover {
    background: #ffffff;
    color: #000000;
  }
  #playerList .btnMore span:hover::before {
    border-bottom-color: #000000;
    border-right-color: #000000;
    margin-top: -6px;
  }
}


/*----------------------------------------------------
faq
----------------------------------------------------*/

#faq {
  background: #FFFFFF;
  padding: 35px 0 50px;
  font-size: 14px;
  line-height: 1.46;
}
#faq .inner {
  text-align: left;
}
#faq li {
  margin-top: 30px;
}
#faq li .qst,
#faq li .ans {
  position: relative;
  padding-left: 1.6em;
}
#faq li .qst:before,
#faq li .ans:before {
  position: absolute;
  top: 0;
  left: 0;
}
#faq li .qst:before {
  content: 'Q.';
}
#faq li .ans {
  margin-top: 30px;
}
#faq li .ans:before {
  content: 'A.';
}
#faq h3 {
  font-weight: normal
}

@media screen and (min-width: 751px) {
  #faq {
    padding: 60px 0;
    font-size: 16px;
    line-height: 1.875;
  }
  #faq ul {
    padding-top: 15px;
  }

}



/*----------------------------------------------------
news
----------------------------------------------------*/

#news {
  background: #CECECE;
  padding: 30px 0 50px;
  font-size: 14px;
  line-height: 1.46;
}
#news .inner {
  text-align: left;
}
#news .wrap {
  margin-top: 30px;
}
#news h3 {
  font-weight: normal;
  margin-bottom: 4px;
}
@media screen and (min-width: 751px) {
  #news {
    padding: 90px 0;
    font-size: 16px;
    line-height: 1.875;
  }
}


/*----------------------------------------------------
banners
----------------------------------------------------*/

#banners {
  background: transparent;
  padding: 20px 0 50px;
}
#banners ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banners li {
  margin-top: 30px;
  width: 100%;
}
#banners li a {
  display: block;
}
@media screen and (min-width: 751px) {
  #banners {
    padding: 70px 0 100px;
  }
  #banners::before{
    content: '';
    display: block;
    width: 24%;
    order: 1;
  }
  #banners::after{
    content: '';
    display: block;
    width: 24%;
  }
  #banners li.large {
    width: 49%;
  }
  #banners li.small {
    width: 24%;
  }
  #banners li a {
    background: #ffffff;
  }
  #banners li a img {
    transition: all 0.3s;
  }
  #banners li a:hover img {
    opacity: 0.8;
  }
}


/*----------------------------------------------------
toPageTop
----------------------------------------------------*/

#toPageTop img {
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 20px;
  width: 60px;
  max-width: none;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -10;
}
#toPageTop.view img {
  opacity: 1;
  bottom: 60px;
  z-index: 99;
}
#toPageTop.view img:hover {
  bottom: 70px;
}
@media screen and (max-width: 750px) {
  #toPageTop img {
    bottom: 20px;
    right: 5px;
    width: 40px;
  }
  #toPageTop.view img {
    bottom: 60px;
  }
  #toPageTop.view img:hover {
    bottom: 60px;
  }
}

