﻿* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

html {
  font-size: 10px;

  /* for iPhone */
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family:
  YuGothic,
  "游ゴシック",
  'ヒラギノ角ゴ Pro W3',
  'Hiragino Kaku Gothic Pro',
  'メイリオ',
  'Meiryo',
  'Osaka',
  'ＭＳ Ｐゴシック',
  sans-serif;
  padding: 0!important;
  width: 100%;
  height: 100%;
}
img {
  max-width :100%;
  vertical-align: bottom;
}
#nol_header img {
  max-width: none;
}

a img  {
  border: none;
}

ul,ol,li {
  list-style-type: none;
}

input,label,select,textarea {
  vertical-align: middle;
}

.is-sp-show {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp-show {
    display: block;
  }
}
.is-pc-show {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc-show {
    display: none;
  }
}

/*  */

.bg_fixed {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .bg_fixed {
    top: 50px;
  }
}
.bg_fixed.chara {
  background-image: url("../../common/img/bg_character.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.chara {
    background-image: url("../../common/img/bg_character_sp.jpg");
  }
}
.bg_fixed.series {
  background-image: url("../../common/img/bg_series.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.series {
    background-image: url("../../common/img/bg_series_sp.jpg");
  }
}
.bg_fixed.music {
  background-image: url("../../common/img/bg_song.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.music {
    background-image: url("../../common/img/bg_song_sp.jpg");
  }
}
.bg_fixed.monster {
  background-image: url("../../common/img/bg_monster.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.monster {
    background-image: url("../../common/img/bg_monster_sp.jpg");
  }
}
.bg_fixed.special  {
  background-image: url("../../common/img/bg_special.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.special {
    background-image: url("../../common/img/bg_special_sp.jpg");
  }
}
.bg_fixed.bangumi {
  background-image: url("../../common/img/bg_bangumi.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.bangumi {
    background-image: url("../../common/img/bg_bangumi_sp.jpg");
  }
}
.bg_fixed.program {
  background-image: url("../../common/img/bg_bangumi.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.program {
    background-image: url("../../common/img/bg_bangumi_sp.jpg");
  }
}
.bg_fixed.bg_result_saishu {
  background-image: url("../../common/img/bg_result.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.bg_result_saishu {
    background-image: url("../../common/img/bg_result_sp.jpg");
  }
}
.bg_fixed.bg_result_chukan {
  background-image: url("../../common/img/bg_result_chukan.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.bg_result_chukan {
    background-image: url("../../common/img/bg_result_chukan_sp.jpg");
  }
}
.bg_fixed.error {
  background-image: url("../../common/img/bg_error.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.error {
    background-image: url("../../common/img/bg_error_sp.jpg");
  }
}
/*  */


/* 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-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
----------------------------------------------------*/

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.clearfix{display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix{display:block;}


body {
  color: #000000;
  font-size: 15px;
  line-height: 1.78;
  width: 100%;
  background: #ffffff;
  text-align: center;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
    line-height: 1.875;
  }
}

.off {
  display: none;
}
.on {
  display: block;
}

@media screen and (min-width: 751px) {
  html,
  body {
    height: 100%;
  }
  .forPC {
    display: block;
  }
  .forPCib {
    display: inline-block;
  }
  .forSP {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  html,
  body {
    height: auto;
  }
  .forPC,
  .forPCib {
    display: none;
  }
  .forSP {
    display: block;
  }
}

a {
  outline: none;
  text-decoration: underline;
  color: #000000;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

@media screen and (min-width: 751px) {
  a:hover {
    text-decoration: none;
  }
  a img.alpha {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover img.alpha {
    opacity: 0.8;
  }
}
.nowrap {
  white-space: nowrap;
}

.shadow {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.ibLeft {
  display: inline-block;
  text-align: left;
}

.disp_i {
  display: inline;
}
.disp_ib {
  display: inline-block;
}
.disp_b {
  display: block;
}

.alignLeft {
  text-align: left!important;
}
.alignCenter {
  text-align: center!important;
}
.alignRight {
  text-align: right!important;
}

/*SPのみtext alignを指定*/
@media screen and (max-width: 750px) {
  .sp_alignLeft {
    text-align: left !important;
  }
  .sp_alignCenter {
    text-align: center !important;
  }
  .sp_alignRight {
    text-align: right !important;
  }
}
/*PCのみtext alignを指定*/
.pc_alignLeft,
.pc_alignCenter ,
.pc_alignRight {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .pc_alignLeft {
    text-align: left !important;
  }
  .pc_alignCenter {
    text-align: center !important;
  }
  .pc_alignRight {
    text-align: right !important;
  }
}

.mgnTop {
  margin-top: 25px;
}
@media screen and (min-width: 751px) {
  .mgnTop {
    margin-top: 40px;
  }
}

.btm10 {
  margin-bottom: 10px!important;
}
.btm15 {
  margin-bottom: 15px!important;
}
.btm20 {
  margin-bottom: 20px!important;
}
.btm30 {
  margin-bottom: 30px!important;
}
.btm40 {
  margin-bottom: 40px!important;
}

.npt {
  padding-top: 0!important;
}
.npb {
  padding-bottom: 0!important;
}

/* text change */

.large {
  font-size:1.07em;/*font-size: 1.36em;*/
}
@media screen and (min-width: 751px) {
 .large {
  font-size:1.13em;/*font-size: 1.36em;*/
  }
}
.small {
  font-size: 0.8em;
}
.bold {
  font-weight: bold;
}

.text_purple {
  color: #e788ff!important;
}
.text_purpler {
  color: #7E5FE4!important;
}
.text_pink {
  color: #ff336a!important;
}
.text_green {
  color: #30cba7!important;
}
.text_yellow {
  color: #ff9900!important;
}

.text_orange {
  color: #ff7d00!important;
}
.text_blue {
  color: #00a2ff!important;
}
.text_red {
  color: #dc0000!important;
}
.text_black {
  color: #000000!important;
}
.text_navy {
  color: #9aa0bf!important;
}
.text_white {
  color: #ffffff!important;
}


/*----------------------------------------------------
inner
----------------------------------------------------*/

.inner,
.innerSP {
  text-align: center;
  margin: 0 3.33333%;
}
.innerPC {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .inner,
  .innerPC {
    margin: 0 20px;
  }
  .innerSP {
    margin: 0;
  }
}
@media screen and (min-width: 1057px) {
  .inner,
  .innerPC {
    margin: 0 auto;
    width: 1000px;
  }
}


/*----------------------------------------------------
loading
----------------------------------------------------*/

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 10000;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  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;
  }
}


/*----------------------------------------------------
imgHov
----------------------------------------------------*/

@media screen and (min-width: 751px) {
  .imgHov .image {
    display: block;
    overflow: hidden;
    cursor: pointer;
  }
  .imgHov .image img {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }

  .imgHov .image {
    background: #ffffff;
  }
  .imgHov:hover .image img {
    opacity: 0.8;
  }
}


/*----------------------------------------------------
hvrLine
----------------------------------------------------*/

@media screen and (min-width: 751px) {
  .hvrLine {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvrLine:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 10px;
    background: #000000;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .current>a .hvrLine:before,
  a:hover .hvrLine:before,
  a:focus .hvrLine:before,
  a:active .hvrLine:before {
    left: 0;
    right: 0;
  }
}


/*----------------------------------------------------
sharebtn
----------------------------------------------------*/

#sharebtn {
  margin-top: 6vw;
  text-align: center;
  letter-spacing: -.40em;
  padding: 0;
  transition: 0.3s all;
}
#sharebtn .nhk-snsbtn {
  display: inline;
  letter-spacing: normal;
  vertical-align: top;
}
#sharebtn .nhksns {
  letter-spacing: -.40em;
}
#sharebtn .nhksns li {
  display: inline-block;
  letter-spacing: normal;
  width: 10%;
  margin: 0;
  padding: 0 0.7%;
}
#sharebtn .nhksns li img {
  vertical-align: top;
  width: 100%;
}

#sharebtn .spBlock {
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 5px;
  vertical-align: bottom;
}

#sharebtn .help {
  display: inline-block;
}
#sharebtn .help span {
  display: inline;
  color: #000000;
}
#sharebtn .help a {
  display: inline;
}
#sharebtn .help img {
  display: inline;
  /* width: 22px; */
  vertical-align: bottom;
  padding-left: 5px;
}

#sharebtn .nhksns-guide {
  display: none!important;
}

@media screen and (max-width: 750px) {
  #sharebtn {
    position: fixed;
    top: 100px;
    right: 15%;
    margin-top: 0;
    z-index: 100;
    width: 24%;
  }
  #sharebtn .spBlock {
    display: none;
  }
  #sharebtn .nhksns {
    display: flex;
    justify-content: space-between;
  }
  #sharebtn .nhksns li {
    display: block;
    width: 30%;
    padding: 0;
    line-height: 0;
  }
}

@media screen and (min-width: 751px) {
  #sharebtn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    margin-top: 180px;/* see global.js */
    padding: 10px 10px 14px 10px;
    background-color: rgba(255,255,255,0.8);

    box-shadow: -1px 3px 5px rgba(0,0,0, 0.25);
    -webkit-box-shadow: -1px 3px 5px rgba(0,0,0, 0.25);
    -moz-box-shadow: -1px 3px 5px rgba(0,0,0, 0.25);

    border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0 / 0 10px 10px 0;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #sharebtn .spBlock {
  display: block;
  margin-left: 0;
  }
  #sharebtn .nhksns li,
  #sharebtn .help {
    display: block;
    width: 40px;
    margin-top: 8px;
    padding: 0;
    text-align: left;
  }
  #sharebtn .nhksns li:first-child {
    margin-top: 0;
  }
  #sharebtn .help span {
    display: inline-block;
    color: #787979;
    width: 3em;
    text-align: left;
    margin-bottom: 4px;
  }
  #sharebtn .help a {
    display: block;
  }
  #sharebtn .help img {
    width: 28px;
    padding-left: 0;
  }
  #sharebtn a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #sharebtn a:hover img {
    opacity: 0.8;
  }
}


/*----------------------------------------------------
emergency
----------------------------------------------------*/
#emergency {
  display: none;
  background: #fff100;
}
#emergency.forAll {
  display: block;
}
#pageHome #emergency.forTop {
  display: block;
}
#emergency .inner {
  text-align: left;
  padding: 0;
}
#emergency .title {
  color: #cc0000;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#emergency li {
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  border-top: solid 1px #ded200;
  padding: 0.7em 0;
}
#emergency li:first-child {
  border-top: none;
}
#emergency li a {
  color: #000000;
}
@media screen and (min-width: 751px) {
  #emergency li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1257px) {
  #emergency li {
    text-align: center;
  }
}


/*----------------------------------------------------
siteHead
----------------------------------------------------*/

#siteHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #ffffff;
  z-index: 100;
  transition: 0.3s all;
}
@media screen and (max-width: 750px) {
  #siteHeadMain .inner {
    background-color: #fff;
  }
  /* #siteHead {
    top: 85px;
  } */
}
@media screen and (min-width: 751px) {
  #pageIndex #siteHead {
    background: transparent;
  }
  /* #siteHead {
    top: 80px;
  } */
  #pageIndex #siteHeadMain {
    background: none;
  }
}

#siteHeadMain .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* margin: 8px 0; */
}
@media screen and (max-width: 750px) {
  #siteHeadMain .inner {
    margin: 0;
    padding: 8px 5px;
  }
}
#siteHeadMain .logo {
  width: 52%;
  padding:5px;
  line-height: 0;
}
#siteHeadMain .menu {
  width: 10%;
  max-width: 100px;
}
@media screen and (max-width: 750px) {
  /* white box */
  /* #pageIndex #siteHeadMain {
    position: relative;
  } */
  #siteHeadMain.open {
    /* background:#fff; */
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 751px) {
  #siteHeadMain {
    height: 70px;
    position: relative;
  }
  #pageIndex #siteHeadMain {
    background: none;
  }
  #siteHeadMain .inner {
    display: block;
    position: relative;
    height: 100%;
    z-index: 1;
  }
  #siteHeadMain .logo {
    width: 33.4%;
    max-width: 266px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -21px;
  }
  #siteHeadMain .menu {
    display: none;
  }
  #siteHeadMain .innerPC {
    height: 0;
  }
  #nav {
    z-index: 2;
  }
}


/*----------------------------------------------------
nav
----------------------------------------------------*/

#nav {
  position: relative;
}

#nav .wrap {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -150vh;
  -webkit-transition: all 0.3s;
  transition-delay:0.3s;
  transition: all 0.7s cubic-bezier(.39,.34,0,.79);
  z-index: 0;
}
#nav .wrap.open {
  margin-top: 0;
  min-height: 100vh;
  transition-delay:0.0s;
  transition: all 0.7s cubic-bezier(.39,.34,0,.79);
}

@media screen and (max-width: 750px) {
  /* #nav {
    z-index: -10;
  } */
  #nav .vote.forPCib,
  #nav .ranking.forPCib {
    display: block;
  }
  #nav .wrap {
    right: -100%;
    background: rgba(255,255,255,0.97);
    box-shadow:0px 2px 4px -2px #c7c7c7;
  }
  #nav .wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    z-index: -1;
    background: -moz-linear-gradient(left, #0143A4 0%, #00003C 100%);
    background: -webkit-linear-gradient(left, #0143A4 0%,#00003C 100%);
    background: linear-gradient(to right, #0143A4 0%,#00003C 100%);
  }
  #nav li {
    margin: 0 3.33333%;
  }
  #nav li a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    line-height: 1.3;
    font-weight: normal;
    padding: 16px 3.33333%;
    text-align: left;
    box-sizing: border-box;
  }
  #nav li:first-child a,
  #nav li.sub a:first-child {
    border-top: none;
  }
  #nav li.sub {
    position: relative;
  }
  @media screen and (max-width: 750px) {
    #nav li.sub {
      margin-top: -40px;
    }
  }
  #nav li.sub .plane {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0 0 3.33333%;
  }
  #nav li.sub a {
    position: relative;
    padding: 16px .5em 16px 1em;
  }
  #nav li.sub .sub_inner {
    margin-left: 110px;
    border: 2px solid #fff;
    background: -moz-linear-gradient(left, #0143A4 0%, #00003C 100%);
    background: -webkit-linear-gradient(left, #0143A4 0%,#00003C 100%);
    background: linear-gradient(to right, #0143A4 0%,#00003C 100%);
    border-radius: 8px;
  }
}
@media screen and (min-width: 751px) {
  #nav {
    height: 82px;
    top: -81px;
  }
  #nav .wrap {
    display: block;
    text-align: right;
    position: static;
    top: 0;
    width: auto;
    margin-top: 0;
  }
  #nav ul {
    display: inline-block;
    letter-spacing: normal;
    text-align: right;
    margin-top: 25px;
  }
  #pageIndex #nav ul {
    margin-top: 32px;
  }
  #nav li {
    display: inline-block;
  }
  #nav li.sub {
    display: none;
  }

  #nav li.forPCib {
    position: relative;
  }
  #nav li .sub_pc {
    display: none;
  }
  #nav li .sub_pc.view {
    display: block;
    position: absolute;
    right: -20px;
    width: 140px;
    background: -moz-linear-gradient(left, #0143A4 0%, #00003C 100%);
    background: -webkit-linear-gradient(left, #0143A4 0%,#00003C 100%);
    background: linear-gradient(to right, #0143A4 0%,#00003C 100%);
    border: 1px solid #fff;
    border-radius: 5px;
  }
  #nav li .sub_pc.view a {
    text-align: left;
    background: none;
    color: #fff;
  }
  #nav li .sub_pc.view a .hvrLine::before {
    background: #fff;
  }
  #nav li a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
    padding: 0 1.2vw;
    cursor: pointer;
    background: rgba(255,255,255,0.8);
    text-decoration: none;
    font-family:'A1ゴシック M JIS2004';
  }
  #nav li img {
    width: 8.89vw;
    max-width: 110px;
    vertical-align: middle;
  }
  #nav li a img {
    display: inline;
  }
  #nav li a img.is-sp-show {
    display: none;
  }
}
@media screen and (min-width: 1057px) {
  #nav li a {
    padding: 0 18px;
  }
}


/*----------------------------------------------------
siteFoot
----------------------------------------------------*/

#siteFoot {
  padding: 0;
}
#siteFoot .insideBnr,
#fTwitter,
#siteFoot .bnr {
  padding-top: 9.3vw;
}
#siteFoot .insideBnr li {
  margin-top: 4vw;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
#siteFoot .insideBnr li:first-child {
  margin-top: 0;
}

#siteFoot .bnr li {
  margin-top: 4vw;
}
#siteFoot .bnr li:first-child {
  margin-top: 0;
}

#fTwitter h2 {
  background: rgba(255,255,255,0.6);
  padding: 10px 0;
  line-height: 0;
  font-size: 0;
}
#fTwitter h2 img {
  width: 42.8vw;
}
#fTweet {
  margin-top: 2.66vw;
}
#fTweet li {
  display: inline-block;
  box-sizing: border-box;
}
#fTweet li:first-child {
  padding-right: 4vw;
}
#fTweet li img {
  height: 6.6666vw;
}


@media screen and (min-width: 751px) {
  #siteFoot {
    padding: 0;
  }
  #siteFoot .insideBnr {
    padding-top: 60px;
  }
  #siteFoot .bnr {
    padding-top: 40px;
  }

  #siteFoot .insideBnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #siteFoot .insideBnr li {
    margin-top: 0;
    margin-bottom: 1.8%;
    width: 49.166%;
    max-width: 590px;
  }

  #siteFoot .bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #siteFoot .bnr li {
    margin-top: 20px;
    width: 23.166%;
    max-width: 278px;
  }
  #siteFoot .bnr li:first-child {
    margin-top: 20px;
  }
  #siteFoot .bnr::before{
    content:"";
    display: block;
    width:23.166%;
    order:1;
  }
  #siteFoot .bnr::after{
    content:"";
    display: block;
    width:23.166%;
  }

  #siteFoot .insideBnr li a,
  #siteFoot .bnr li a {
    display: block;
    background: #ffffff;
  }
  #siteFoot .insideBnr li a img,
  #siteFoot .bnr li a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #siteFoot .insideBnr li a:hover img,
  #siteFoot .bnr li a:hover img {
    opacity: 0.8;
  }

  #fTwitter {
    background: rgba(255,255,255,0.6);
    padding: 20px 0;
    margin-top: 60px;
    text-align: center;
  }
  #fTwitter h2 {
    background: transparent;
    padding: 15px 0 0 0;
    width: 260px;
    margin: 0 auto 20px;
  }
  #fTwitter h2 img {
    width: 200px;
  }
  #fTweet {
    display: inline-block;
    margin-top: 0;
    letter-spacing: normal;
    width: 590px;
  }

  #fTweet li:first-child {
    padding-right: 30px;
  }
  #fTweet li img {
    height: 50px;
  }
  #fTweet li a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #fTweet li a:hover img {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1001px) {
  #fTwitter .innerPC {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #fTwitter h2 {
    margin: 0 70px 0 0;
  }
}


/*----------------------------------------------------
toPageTop
----------------------------------------------------*/

#toPageTop img {
  position: fixed;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 20px;
  width: 47px;
  max-width: none;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -10;
}
#toPageTop.short img {
  top: 430px;
  bottom: auto;
  right: -10px;
}
#toPageTop.view img {
  opacity: 1;
  bottom: 100px;
  z-index: 99;
}
#toPageTop.view img:hover {
  bottom: 110px;
}
@media screen and (max-width: 750px) {
  #toPageTop img {
    bottom: 20px;
    right: 10px;
    width: 30px;
  }
  #toPageTop.short img {
    top: auto;
    bottom: 20px;
    right: 5px;
  }
  #toPageTop.view img {
    bottom: 30px;
  }
  #toPageTop.view img:hover {
    bottom: 30px;
  }
}




/*----------------------------------------------------
breadcrumb
----------------------------------------------------*/
#breadcrumb {
  padding: 0 20px;
  /* border-top: solid 1px #ffffff; */
  /* background: #fff; */
  font-size: 13px;
  line-height: 30px;
}
#breadcrumb .inner {
  text-align: left;
}
#breadcrumb ul {
  letter-spacing: -.40em;
}
#breadcrumb li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  white-space: normal;
  color: #fff;
  padding-right: 40px;
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li:before {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  content: '';
  margin: -4.5px 0 0 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#breadcrumb li:last-child:before {
  display: none;
}
#breadcrumb li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}
@media all and (min-width: 1057px) {
  #breadcrumb {
    font-size: 14px;
  }
}
@media all and (min-width: 751px) {
  #breadcrumb {
    margin-top: 70px;
  }
}
@media all and (max-width: 750px) {
  #breadcrumb {
    display: none;
  }
}


/*----------------------------------------------------
pageTitle
----------------------------------------------------*/

#pageTitle {
  position: relative;
  background-size: 17px 17px;
  padding: 32px 0;
}
#pageTitle .btn_prev a {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  content: '';
  margin: -25px 0 0 0;
  width: 25px;
  height: 25px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  #pageTitle .btn_prev a {
    width: 12.5px;
    height: 12.5px;
    margin-top: -8px;
  }
}
#pageTitle .btn_next a {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  content: '';
  margin: -25px 0 0 0;
  width: 25px;
  height: 25px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 750px) {
  #pageTitle .btn_next a {
    width: 12.5px;
    height: 12.5px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 751px) {
  #pageTitle {
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px 0;
  }
}
#pageTitle.simple {
  padding: 16px 0;
  border-bottom: none;
}
#pageTitle h1 img {
  height: 165px;
}
#pageTitle .category {
  margin: 35px 0 0;
}
#pageTitle .category.yellow {
  background: linear-gradient(transparent 70%, #FCFF9E 0);
}
#pageTitle .category.blue {
  background: linear-gradient(transparent 70%, #DAF4FF 0);
}
#pageTitle .category.purple {
  background: linear-gradient(transparent 70%, #E9ECFF 0);
}
#pageTitle .category.pink {
  background: linear-gradient(transparent 70%, #FFF1F5 0);
}
#pageTitle .category img {
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #pageTitle .category {
    margin: 15px 0 0;
    text-align: center;
  }
}

/*以下Color未対応--START-------------------------------------*/
#pageTitle.orange {
  background-image: url(../img/bg_dot_orange.png);
  border-bottom-color: #ff7d00;
}
#pageTitle.orange .category {
  background: #ff7d00;
}

#pageTitle.blue {
  background-image: url(../img/bg_dot_blue.png);
  border-bottom-color: #00a2ff;
}
#pageTitle.blue .category {
  background: #00a2ff;
}

#pageTitle.red {
  background-image: url(../img/bg_dot_red.png);
  border-bottom-color: #dc0000;
}
#pageTitle.red .category {
  background: #dc0000;
}

#pageTitle.white {
  background-image: url(../img/bg_dot_white.png);
  border-bottom-color: #000000;
}
#pageTitle.white .category {
  background: #000000;
}
@media screen and (min-width: 751px) {
#pageIndex #pageTitle {
  background-image: url(../img/bg_dot_white.png);
}
}
/*以下Color未対応--END--------------------------------------*/

@media screen and (min-width: 751px) {
  #pageTitle {
    background-size: 33px 33px;
    padding: 35px 0 70px;
  }
  #pageTitle.simple {
    padding: 36px 0;
  }
}
@media screen and (max-width: 750px) {
  #pageVote #pageTitle h1 img {
    height: 115px;
  }
  #pageSpecial #pageTitle h1 img {
    width: 165px;
  }
  #pageRanking #pageTitle h1 img {
    width: 89px;
  }
  #pageMessage #pageTitle h1 img {
    width: 110px;
  }
  #pageSpecial #pageTitle h1 img {
    width: 180px;
  }
  #pageBangumi #pageTitle h1 img {
    width: 235px;
  }
}


/*----------------------------------------------------
contents block
----------------------------------------------------*/

.contents .block {
  padding: 30px 0;
  z-index: 0;
}
.contents .block.grey.line {
  background-image: url(../img/bg_sha_grey.png);
}
.contents .block.purple.line {
  background-image: url(../img/bg_sha_purple.png);
}
.contents .block.pink.line {
  background-image: url(../img/bg_sha_pink.png);
}
.contents .block.green.line {
  background-image: url(../img/bg_sha_green.png);
}
.contents .block.topgreen.line {
  background-image: url(../img/bg_sha_topgreen.png);
}
.contents .block.lightgreen.line {
  background-image: url(../img/bg_sha_light_green.png);
}
.contents .block.lightergreen.line {
  background-image: url(../img/bg_sha_lighter_green.png);
}
.contents .block.yellow.line {
  background-image: url(../img/bg_sha_yellow.png);
}
.contents .block.blue.line {
  background-image: url(../img/bg_sha_blue.png);
}


@media screen and (max-width: 750px) {
  .contents .block.line {
    background-size:  16px 16px;
  }
  .contents {
    margin-top: 55px;
  }
}
@media screen and (min-width: 751px) {
  .contents .block {
    padding: 35px 0;
  }
}

/* dot */

/*----------------------------------------------------
triLine
----------------------------------------------------*/

.contents .triLine {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .contents .triLine {
    font-size: 18px;
    line-height: 37px;
    margin: 0 auto 40px;
  }
}

/* triLine colored */

.contents #form .triLine,
.contents .triLine.colored {
  position: relative;
  color: #011558;
  font-size: 18px;
  line-height: 1.3;
  padding: 10px;
  background: #fff;
}
.contents #form .triLine:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
@media screen and (min-width: 751px) {
  .contents #form .triLine,
  .contents .triLine.colored {
    margin: 0 auto 50px;
    font-size: 20px;
    padding: 14px;
  }
}

/* solidLine dashedLine */
.contents .solidLine,
.contents .dashedLine {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  border-bottom: solid 1px #000000;
}
.contents .dashedLine {
  border-bottom-style: dashed;
}
.contents .solidLine.short,
.contents .dashedLine.short {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .contents .solidLine,
  .contents .dashedLine {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 40px;
  }
}
/* triLine colored */
.contents .solidLine.purple,
.contents .dashedLine.purple {
  border-bottom-color: #e788ff;
}
.contents .solidLine.orange,
.contents .dashedLine.orange {
  border-bottom-color: #ff7d00;
}
.contents .solidLine.yellow,
.contents .dashedLine.yellow {
  border-bottom-color: #ffbc00;
}
.contents .solidLine.blue,
.contents .dashedLine.blue {
  border-bottom-color: #00a2ff;
}
.contents .solidLine.pink,
.contents .dashedLine.pink {
  border-bottom-color: #ff005e;
}
.contents .solidLine.green,
.contents .dashedLine.green {
  border-bottom-color: #30CBA7;
}
.contents .solidLine.red,
.contents .dashedLine.red {
  border-bottom-color: #dc0000;
}

/* sqTitle */
.contents .sqTitle {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  border: solid 1px #000000;
  text-align: center;
  padding: 0.4em;
}
.contents .sqTitle.bdr_simple,
.contents .sqTitle.bdr_line {
  position: relative;
  text-align: left;
  border: none;
  padding: 0 0 0 0.6em;
}
.contents .sqTitle.bdr_line {
  padding-bottom: 0.6em;
  border-bottom: solid 1px #000000;
}

.contents .sqTitle.line {
  padding: 0 0 0.4em 0;
  border-width: 0 0 1px 0;
}

.contents .sqTitle.bg {
  color: #ffffff!important;
  background: #000000;
}

.contents .sqTitle.bdr {
  position: relative;
  padding-left: 1.2em;
  text-align: left;
}
.contents .sqTitle.bdr::before,
.contents .sqTitle.bdr_simple::before,
.contents .sqTitle.bdr_line::before {
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  content: '';
  display: block;
  width: 3px;
  height: 1.4em;
  background: #000000;
}
.contents .sqTitle.bdr_simple::before,
.contents .sqTitle.bdr_line::before {
  position: absolute;
  top: 0;
  left: 0;
}

.contents .sqTitle.bg.bdr::before {
  background: #ffffff!important;
}

@media screen and (min-width: 751px) {
  .contents .sqTitle {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 40px;
  }
  .contents .sqTitle.bdr {
    padding-left: 1.6em;
  }
  .contents .sqTitle.bdr_simple,
  .contents .sqTitle.bdr_line {
    padding: 0 0 0 0.8em;
  }
  .contents .sqTitle.bdr_line {
    padding-bottom: 0.2em;
  }
  .contents .sqTitle.line {
    padding: 0 0 0.2em 0;
  }
  .contents .sqTitle.bdr::before {
    left: 0.8em;
    width: 5px;
    height: 1.5em;
  }
  .contents .sqTitle.bdr_simple::before,
  .contents .sqTitle.bdr_line::before {
    left: 0;
  }
}
/* color */
.contents .sqTitle.purple {
  color: #e788ff;
  border-color: #e788ff;
}
.contents .sqTitle.purple.bg {
  background: #e788ff;
}
.contents .sqTitle.bdr.purple::before,
.contents .sqTitle.bdr_simple.purple::before,
.contents .sqTitle.bdr_line.purple::before {
  background: #e788ff;
}

.contents .sqTitle.orange {
  color: #ff7d00;
  border-color: #ff7d00;
}
.contents .sqTitle.orange.bg {
  background: #ff7d00;
}
.contents .sqTitle.bdr.orange::before,
.contents .sqTitle.bdr_simple.orange::before,
.contents .sqTitle.bdr_line.orange::before {
  background: #ff7d00;
}

.contents .sqTitle.yellow {
  color: #FF9900;
  border-color: #FF9900;
}
.contents .sqTitle.yellow.bg {
  background: #ffbc00;
}
.contents .sqTitle.bdr.yellow::before,
.contents .sqTitle.bdr_simple.yellow::before,
.contents .sqTitle.bdr_line.yellow::before {
  background: #ffbc00;
}

.contents .sqTitle.blue {
  color: #00a2ff;
  border-color: #00a2ff;
}
.contents .sqTitle.blue.bg {
  background: #00a2ff;
}
.contents .sqTitle.bdr.blue::before,
.contents .sqTitle.bdr_simple.blue::before,
.contents .sqTitle.bdr_line.blue::before {
  background: #00a2ff;
}

.contents .sqTitle.pink {
  color: #ff005e;
  border-color: #ff005e;
}
.contents .sqTitle.pink.bg {
  background: #ff005e;
}
.contents .sqTitle.bdr.pink::before,
.contents .sqTitle.bdr_simple.pink::before,
.contents .sqTitle.bdr_line.pink::before {
  background: #ff005e;
}

.contents .sqTitle.green {
  color: #30CBA7;
  border-color: #30CBA7;
}
.contents .sqTitle.green.bg {
  background: #30CBA7;
}
.contents .sqTitle.bdr.green::before,
.contents .sqTitle.bdr_simple.green::before,
.contents .sqTitle.bdr_line.green::before {
  background: #30CBA7;
}

.contents .sqTitle.red {
  color: #dc0000;
  border-color: #dc0000;
}.contents .sqTitle.red.bg {
  background: #dc0000;
}
.contents .sqTitle.bdr.red::before,
.contents .sqTitle.bdr_simple.red::before,
.contents .sqTitle.bdr_line.red::before {
  background: #dc0000;
}

.contents .sqTitle.black {
  color: #000000;
  border-color: #000000;
}
.contents .sqTitle.black.bg {
  background: #000000;
}
.contents .sqTitle.bdr.black::before,
.contents .sqTitle.bdr_simple.black::before,
.contents .sqTitle.bdr_line.black::before {
  background: #000000;
}

.bg_circle_yellow {
  background: url(../img/bg_circle_yellow_left.png) top left repeat-y, url(../img/bg_circle_yellow_right.png) top right repeat-y;
}
.bg_circle_pink {
  background: url(../img/bg_circle_pink_left.png) top left repeat-y, url(../img/bg_circle_pink_right.png) top right repeat-y;
}
.bg_circle_blue {
  background: url(../img/bg_circle_blue_left.png) top left repeat-y, url(../img/bg_circle_blue_right.png) top right repeat-y;
}
.bg_circle_purple {
  background: url(../img/bg_circle_purple_left.png) top left repeat-y, url(../img/bg_circle_purple_right.png) top right repeat-y;
}
.bg_circle_green {
  background: url(../img/bg_circle_green_left.png) top left repeat-y, url(../img/bg_circle_green_right.png) top right repeat-y, url(../img/bg_circle_green_bottom.png) bottom center no-repeat;
}
.bg_circle_topgreen {
  background: url(../img/bg_circle_topgreen_left.png) top left repeat-y, url(../img/bg_circle_topgreen_right.png) top right repeat-y, url(../img/bg_circle_topgreen_bottom.png) bottom center no-repeat;;
}
@media screen and (max-width: 1000px) {
  .bg_circle_yellow,
  .bg_circle_pink,
  .bg_circle_blue,
  .bg_circle_green,
  .bg_circle_topgreen {
    background-size: 30%;
  }
}
.bg_circle_yellow,
.bg_circle_pink,
.bg_circle_blue,
.bg_circle_green,
.bg_circle_topgreen {
  z-index: 0;
}

/*----------------------------------------------------
.titleWrap hrBar hrDot(タイトル水平線)
----------------------------------------------------*/

.contents .titleWrap {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .contents .titleWrap {
    margin-bottom: 50px;
  }
}
/*---------- 水平線のBASE CSS ----------*/
.contents .titleWrap.hrBar h2,
.contents .titleWrap.hrDot h2{
  position: relative;
  z-index: 1;
}
.contents .titleWrap.hrBar::before,
.contents .titleWrap.hrBar::after {
  content: "";
  width: 50vw;
  height: 2px;
  background-color: #fff;
  position: absolute;
  display: block;
  top:50%;
  transform:translateY(-50%);
}
.contents .titleWrap.hrBar::before {
  left: 50%;
}
.contents .titleWrap.hrBar::after {
  right: 50%;
}
/*個別色設定*/
.contents .titleWrap.purple.hrBar::before ,
.contents .titleWrap.purple.hrBar::after {
  background-color: #E788FF;
}
.contents .titleWrap.pink.hrBar::before ,
.contents .titleWrap.pink.hrBar::after {
  background-color: #FF336A;
}
.contents .titleWrap.green.hrBar::before ,
.contents .titleWrap.green.hrBar::after {
  background-color: #30CBA7;
}
.contents .titleWrap.yellow.hrBar::before ,
.contents .titleWrap.yellow.hrBar::after {
  background-color: #FF9900;
}
.contents .titleWrap.navy.hrBar::before ,
.contents .titleWrap.navy.hrBar::after {
  background-color: #9AA0BF;
}

/*---------- 水平DOTのBASE CSS ----------*/
.contents .titleWrap.hrDot::before ,
.contents .titleWrap.hrDot::after {
  content: "";
  width: 50vw;
  height: 2px;
  background-color: #fff;
  background: url(../img/dot_line_purple.png);
  background-size: 10px 2px;
  position: absolute;
  display: block;
  top:50%;
  transform:translateY(-50%);
}
.contents .titleWrap.hrDot::before {
  left: 50%;
}
.contents .titleWrap.hrDot::after {
  right: 50%;
}

/*個別色設定*/
.contents .titleWrap.purple.hrDot::before ,
.contents .titleWrap.purple.hrDot::after {
  background-image: url(../img/dot_line_purple.png);
}
.contents .titleWrap.pink.hrDot::before ,
.contents .titleWrap.pink.hrDot::after {
  background-image: url(../img/dot_line_pink.png);
}
.contents .titleWrap.green.hrDot::before ,
.contents .titleWrap.green.hrDot::after {
  background-image: url(../img/dot_line_green.png);
}
.contents .titleWrap.yellow.hrDot::before ,
.contents .titleWrap.yellow.hrDot::after {
  background-image: url(../img/dot_line_yellow.png);
}
.contents .titleWrap.navy.hrDot::before ,
.contents .titleWrap.navy.hrDot::after {
  background-image: url(../img/dot_line_navy.png);
}
.contents .titleWrap.gradpink.hrDot::before ,
.contents .titleWrap.gradpink.hrDot::after {
  background-image: url(../img/dot_line_gradpink.png);
}

@media screen and (min-width: 751px) {
  .contents .titleWrap.hrBar::before ,
  .contents .titleWrap.hrBar::after {
    height: 3px;
  }
  .contents .titleWrap.hrDot::before ,
  .contents .titleWrap.hrDot::after {
    height: 4px;
    background-size: 20px 4px;
  }
}

/*---------- 角丸のBASE CSS ----------*/
.contents .titleWrap .hRound {
  border:3px solid #fff;
  padding: 0.4em 0.5em;
  line-height: 22px;
  font-size: 20px;
  color:#fff;
  background-color: #000;
  border-radius: 22px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  box-sizing: border-box;
}
/*個別色設定*/
.contents .titleWrap.purple .hRound {
  background-color: #E788FF;
}
.contents .titleWrap.pink .hRound {
  background-color: #FF336A;
}
.contents .titleWrap.green .hRound {
  background-color: #30CBA7;
}
.contents .titleWrap.yellow .hRound {
  background-color: #FF9900;
}
.contents .titleWrap.navy .hRound {
  background-color: #9AA0BF;
}
@media screen and (min-width: 751px) {
  .contents .titleWrap .hRound {
    font-size: 30px;
    padding: 0.6em 0.5em;
    border-radius: 32px;
  }
}

/*---------- 吹き出しのBASE CSS ----------*/
.contents .titleWrap .hBaloon {
  position: relative;
  color: #fff;
  background-color: #000;
  font-size: 15px;
  padding:10px;
  box-sizing: border-box;
  line-height: 1.3;
  margin-bottom: 30px;
}
.contents .titleWrap .hBaloon::before {
  content: '';
  position: absolute;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  left: calc(50% - 10px);
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #000000 transparent transparent transparent;
}
/*個別色設定*/
.contents .titleWrap.purple .hBaloon {
  background-color: #7A76DF;
}
.contents .titleWrap.purple .hBaloon::before {
  border-color: #7A76DF transparent transparent transparent;
}
.contents .titleWrap.pink .hBaloon {
  background-color: #FFCBD9;
  color: #7776E5;
}
.contents .titleWrap.pink .hBaloon::before {
  border-color: #FFCBD9 transparent transparent transparent;
}
.contents .titleWrap.green .hBaloon {
  background-color: #CDFFE8;
  color: #7776E5;
}
.contents .titleWrap.green .hBaloon::before {
  border-color: #CDFFE8 transparent transparent transparent;
}
.contents .titleWrap.grey .hBaloon {
  background-color: #9AA0BF;
}
.contents .titleWrap.grey .hBaloon::before {
  border-color: #9AA0BF transparent transparent transparent;
}

@media screen and (min-width: 751px) {
  .contents .titleWrap.half .hBaloon {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    font-size: 18px;
  }
  .contents .titleWrap .hBaloon {
    font-size: 20px;
    padding:8px;
  }
  .contents .titleWrap .hBaloon::before {
    border-width: 11px 14px 0 14px;
    left: calc(50% - 14px);
  }
}

.noticeLine {
  width: 50%;
  margin: 0 auto;
  color: #7E5FE4;
  border-bottom: 1px solid #7E5FE4;
  margin-bottom: 30px;
}
/*---------- borderのBASE CSS ----------*/
.hDecoBdr {
  position: relative;
  color:#000;
  font-size: 15px;
  margin-bottom: 20px;
  padding:6px 6px 6px 15px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  border:1px solid #000;
  background-color: #fff;
}
.hDecoBdr::before {
  content:"";
  position: absolute;
  width: 3px;
  height: calc(100% - 12px);
  left: 6px;
  top: 50%;
  transform:translateY(-50%);
  background-color: #000;
}
/*個別色設定*/
.hDecoBdr.whiteblue {
  border-color: #00C5CB;
  color:#00C5CB;
}
.hDecoBdr.whiteblue::before {
  background-color:#00C5CB;
}
.hDecoBdr.blue {
  border-color: #00C5CB;
  background: #00C5CB;
  color:#fff;
}
.hDecoBdr.blue::before {
  background-color:#fff;
}
.hDecoBdr.whitepurple {
  color:#7776E5;
  border-color: #7776E5;
}
.hDecoBdr.whitepurple::before {
  background-color:#7776E5;
}
.hDecoBdr.purple {
  color:#fff;
  border-color: #7776E5;
  background: #7776E5;
}
.hDecoBdr.purple::before {
  background-color:#fff;
}

@media screen and (min-width: 751px) {
  .hDecoBdr{
    font-size: 20px;
    padding:10px 14px 10px 32px;
  }
  .hDecoBdr::before {
    width: 5px;
    left: 14px;
    height: calc(100% - 20px);

  }
}
/*----------------------------------------------------
linkRound(リンクボタン)
----------------------------------------------------*/
/*---------- linkRoundのBASE CSS ----------*/
.contents .block .linkRound {
  font-size: 12px;
  font-weight: 500;
  color:#fff;
  line-height: 1.3;
  background-color: #000;
  border:1px solid #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  display: inline-block;
  width: 100%;
  text-decoration: none;
  padding:5px;
  box-sizing: border-box;
  margin-top: 15px;
  border-radius: 15px;
  text-align: center;
}
.contents .block .linkRound.min {
  width: 54%;
}
.contents .block .linkRound.movie {
  width: 61.76%;
  font-size: 13px;
  padding:0;
  line-height: 20px;
}
.contents .block .linkRound.purple {
  background-color: #7776E5;
}
.contents .block .linkRound.grey {
  background-color: #9AA0BF;
}
.contents .block .linkRound.black {
  background-color: #000000;
}

@media screen and (min-width: 751px) {
  .contents .block .linkRound {
    font-size: 16px;
    padding:12px;
    margin-top: 25px;
    border-radius: 25px;
    max-width: 500px;
    transition:all 0.3s;
    box-sizing: border-box;
  }
  .contents .block .linkRound:hover {
    opacity: 0.7;
  }
  .contents .block .linkRound.min {
    max-width: 290px;
  }
  .contents .block .linkRound.movie {
    width: 62.5%;
    min-width: 170px;
    font-size: 12px;
    line-height: 25px;
  }
}

/*動画一覧の動画を見るボタンの場合特殊*/

.contents .block .c_box .linkRound {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  border:none;
  box-shadow: none;
  min-width: auto;
  z-index: 1;
}

/*----------------------------------------------------
pager
----------------------------------------------------*/

.contents .pager {
  margin-top: 40px;
}
.contents .pager>ol {
  letter-spacing: -.40em;
}
.contents .pager li {
  display: inline-block;
  letter-spacing: normal;
}
.contents .pager a {
  display: block;
  text-decoration: none;
}
.contents .pager>ol>li:first-child a,
.contents .pager>ol>li:last-child a,
.contents .pager>ol>li li a {
  width: 30px;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  background: transparent;
  border-radius: 15px;
}
.contents .pager>ol>li li {
  padding: 0 2px;
}
.contents .pager>ol>li li a {
  background: #ffffff;
  border: solid 1px #000000;
}
.contents .pager>ol>li li.current a {
  color: #ffffff!important;
  background: #000000;
}
@media screen and (min-width: 751px) {
  .contents .pager {
    margin-top: 90px;
  }
  .contents .pager>ol>li:first-child a,
  .contents .pager>ol>li:last-child a,
  .contents .pager>ol>li li a {
    width: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 18px;
  }
  .contents .pager>ol>li li {
    padding: 0 6px;
  }

  .contents .pager>ol>li:first-child a,
  .contents .pager>ol>li:last-child a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contents .pager>ol>li:first-child a:hover,
  .contents .pager>ol>li:last-child a:hover {
    opacity: 0.6;
  }
  .contents .pager>ol>li li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .contents .pager>ol>li li a:hover {
    color: #ffffff!important;
    background: #000000;
  }
}

/* colors */
.contents .block .pager>ol>li:first-child a,
.contents .block .pager>ol>li:first-child a {
  color: #011558;
}
.contents .block .pager>ol>li:last-child a,
.contents .block .pager>ol>li:last-child a {
  color: #011558;
}
.contents .block .pager>ol>li li a,
.contents .block .pager>ol>li li a {
  color: #011558;
  border-color: #011558;
}
.contents .block .pager>ol>li li.current a,
.contents .block .pager>ol>li li.current a {
  background: #011558;
}
@media screen and (min-width: 751px) {
  .contents .block .pager>ol>li li a:hover,
  .contents .block .pager>ol>li li a:hover {
    background: #011558;
  }
}

.contents .block .pager.dotPrev_show>ol>li li:first-child a {
  position: relative;
  margin-right: 30px;
}
.contents .block .pager.dotPrev_show>ol>li li:first-child a:after {
  content: url('../../common/img/icon_paginaiton_dot.svg');
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
}
.contents .block .pager.dotNext_show>ol>li li:last-child a {
  position: relative;
  margin-left: 30px;
}
.contents .block .pager.dotNext_show>ol>li li:last-child a:after {
  content: url('../../common/img/icon_paginaiton_dot.svg');
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
}

.contents .pager .pagePrevBtn,
.contents .pager .pageNextBtn {
  display: none;
}
.contents .pager.pagePrevBtn_show .pagePrevBtn,
.contents .pager.pageNextBtn_show .pageNextBtn {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  /* .contents .block .pager>ol>li li:first-child a {
    margin-right: 40px;
  }
  .contents .block .pager>ol>li li:last-child a {
    margin-left: 40px;
  } */
  .contents .block .pager>ol>li li.is-pc-show {
    display: none;
  }
}

.errorpage .errorWrapTop {
  padding-bottom: 0;
}

.error_maintanance {
  max-width: 1000px;
  margin: 0 20px 20px;
  padding: 15px 0;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #011558;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  .error_maintanance {
    margin: 0 auto 20px;
    font-size: 30px;
  }
}
.errorpage #voteNews p {
  color: #011558;
}
#voteNews .text {
  color: #011558;
}


/*----------------------------------------------------
returnTop
----------------------------------------------------*/
.returnTop a {
  display: block;
  max-width: 500px;
  margin: 0 auto 20px;
  color: #ffffff;
  background: #9AA0BF;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px #9AA0BF;
  box-sizing: border-box;
  border-radius: 20px;
}
.returnTop a span {
  display: inline-block;
  padding-left: 25px;
  background: url(../img/icon_back_white.png) no-repeat left center;
  background-size: 18px;
}
@media screen and (min-width: 751px) {
  .returnTop a {
    font-size: 18px;
    line-height: 42px;
    border-radius: 20px;
    background-size: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .returnTop a:hover {
    color: #9AA0BF;
    background: #ffffff;
  }
  .returnTop a span {
    padding-left: 27px;
  }
  .returnTop a:hover span {
    background-image: url(../img/icon_back_gray.png);
  }
}


/*----------------------------------------------------
column
----------------------------------------------------*/

ul.sp_col_1,
ul.sp_col_2,
ul.sp_col_3,
ul.sp_col_4,
ul.pc_col_1,
ul.pc_col_2,
ul.pc_col_3,
ul.pc_col_4 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* center */
ul.sp_col_1.center,
ul.sp_col_2.center,
ul.sp_col_3.center,
ul.sp_col_4.center,
ul.pc_col_1.center,
ul.pc_col_2.center,
ul.pc_col_3.center,
ul.pc_col_4.center {
  overflow: hidden;
  justify-content: center;
}


@media screen and (max-width: 750px) {
  ul.sp_col_1 li {
    width: 100%;
    margin-top: 2.8%;
  }
  ul.sp_col_2 li {
    width: 49%;
    margin-top: 2%;
  }
  ul.sp_col_3 li {
    width: 32.6%;
    margin-top: 1%;
  }
  ul.sp_col_4 li {
    width: 24.5%;
    margin-top: 0.8%;
  }

  ul.sp_col_3::after{
    content: '';
    display: block;
    width: 32.6%;
  }
  ul.sp_col_4::before{
    content: '';
    display: block;
    width: 24.5%;
    order: 1;
  }
  ul.sp_col_4::after{
    content: '';
    display: block;
    width: 24.5%;
  }

  /* ul.sp_col_5 {
    display: block!important;
    width: 100.5%;
    margin-left: -0.5%;
    overflow: hidden;
  }
  ul.sp_col_5 li {
    float: left;
    width: 18.1666%;
    margin-left: 0.5%;
    margin-top: 0.5%;
  } */

  ul.sp_col_6 {
    display: block!important;
    width: 100.5%;
    margin-left: -0.5%;
    overflow: hidden;
  }
  ul.sp_col_6 li {
    float: left;
    width: 16.1666%;
    margin-left: 0.5%;
    margin-top: 0.5%;
  }

  ul.sp_col_1 li:nth-child(1),
  ul.sp_col_2 li:nth-child(1),
  ul.sp_col_2 li:nth-child(2),
  ul.sp_col_3 li:nth-child(1),
  ul.sp_col_3 li:nth-child(2),
  ul.sp_col_3 li:nth-child(3),
  ul.sp_col_4 li:nth-child(1),
  ul.sp_col_4 li:nth-child(2),
  ul.sp_col_4 li:nth-child(3),
  ul.sp_col_4 li:nth-child(4),
  ul.sp_col_6 li:nth-child(1),
  ul.sp_col_6 li:nth-child(2),
  ul.sp_col_6 li:nth-child(3),
  ul.sp_col_6 li:nth-child(4),
  ul.sp_col_6 li:nth-child(5),
  ul.sp_col_6 li:nth-child(6) {
    margin-top: 0;
    position: relative;
  }

  ul.sp_col_2.center {
    width: 101%;
    margin-left: -1%;
  }
  ul.sp_col_2.center li {
    margin-left: 1%;
  }

  ul.sp_col_2.center {
    width: 101%;
    margin-left: -1%;
  }
  ul.sp_col_2.center li {
    margin-left: 1%;
  }

  ul.sp_col_3.center {
    width: 100.7333%;
    margin-left: -0.7333%;
  }
  ul.sp_col_3.center li {
    margin-left: 0.7333%;
  }
  ul.sp_col_3.center::after{
    display: none;
  }

  ul.sp_col_4.center {
    width: 100.5%;
    margin-left: -0.5%;
  }
  ul.sp_col_4.center li {
    margin-left: 0.5%;
  }
  ul.sp_col_4.center::before,
  ul.sp_col_4.center::after {
    display: none;
  }

  ul.sp_col_6.center {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.sp_col_6.center li {
    float: none;
  }
}
@media screen and (min-width: 751px) {
  ul.pc_col_1 li {
    width: 100%;
    margin-top: 2.8%;
  }
  ul.pc_col_1 li:first-child {
    margin-top: 0;
  }
  ul.pc_col_2 li {
    width: 49%;
    margin-top: 2%;
  }
  ul.pc_col_3 li {
    width: 32.6%;
    margin-top: 1.2%;
  }
  ul.pc_col_4 li {
    width: 24%;
    margin-top: 0.8%;
  }

  ul.pc_col_3::after{
    content: '';
    display: block;
    width: 32.6%;
  }
  ul.pc_col_4::before{
    content: '';
    display: block;
    width: 24%;
    order: 1;
  }
  ul.pc_col_4::after{
    content: '';
    display: block;
    width: 24%;
  }

  ul.pc_col_6 {
    display: block!important;
    width: 100.5%;
    margin-left: -0.5%;
    overflow: hidden;
  }
  ul.pc_col_6 li {
    float: left;
    width: 16.1666%;
    margin-left: 0.5%;
    margin-top: 0.5%;
  }

  ul.pc_col_1 li:nth-child(1),
  ul.pc_col_2 li:nth-child(1),
  ul.pc_col_2 li:nth-child(2),
  ul.pc_col_3 li:nth-child(1),
  ul.pc_col_3 li:nth-child(2),
  ul.pc_col_3 li:nth-child(3),
  ul.pc_col_4 li:nth-child(1),
  ul.pc_col_4 li:nth-child(2),
  ul.pc_col_4 li:nth-child(3),
  ul.pc_col_4 li:nth-child(4),
  ul.pc_col_6 li:nth-child(1),
  ul.pc_col_6 li:nth-child(2),
  ul.pc_col_6 li:nth-child(3),
  ul.pc_col_6 li:nth-child(4),
  ul.pc_col_6 li:nth-child(5),
  ul.pc_col_6 li:nth-child(6) {
    margin-top: 0;
    position: relative;
  }

  ul.pc_col_2.center {
    width: 101%;
    margin-left: -1%;
  }
  ul.pc_col_2.center li {
    margin-left: 1%;
  }

  ul.pc_col_2.center {
    width: 101%;
    margin-left: -1%;
  }
  ul.pc_col_2.center li {
    margin-left: 1%;
  }

  ul.pc_col_3.center {
    width: 100.7333%;
    margin-left: -0.7333%;
  }
  ul.pc_col_3.center li {
    margin-left: 0.7333%;
  }
  ul.pc_col_3::after{
    display: none;
  }

  ul.pc_col_4.center {
    width: 100.5%;
    margin-left: -0.5%;
  }
  ul.pc_col_4.center li {
    margin-left: 0.5%;
  }
  ul.pc_col_4.center::before,
  ul.pc_col_4.center::after {
    display: none;
  }

  ul.pc_col_6.center {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.pc_col_6.center li {
    float: none;
  }
}


/* banners */
.banners li a img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .banners li a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .banners li a:hover img {
    opacity: 0.8;
  }
}


/*----------------------------------------------------
media
----------------------------------------------------*/
.media {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  line-height: 16px;
  width: 40px;
  font-weight: bold;
  text-align: center;
  background: #7999ff;
}
.media-tv .media {
  background: #7999ff;
}
.media-mov .media {
  background: #ff7c7c;
}
.media-ova .media {
  background: #ffa000;
}
.media-etc .media {
  background: #3cbab6;
}


/*----------------------------------------------------
formLink
----------------------------------------------------*/

#formLink {
  position: relative;
}
#formLink.purple {
  border-top-color: #e788ff;
}
#formLink.orange {
  border-top-color: #ff7d00;
}
#formLink.yellow {
  border-top-color: #ffbc00;
}
#formLink.blue {
  border-top-color: #DAF4FF;
}
#formLink.pink {
  border-top-color: #ff005e;
}
#formLink.green {
  border-top-color: #30CBA7;
}
#formLink.red {
  border-top-color: #dc0000;
}
@media screen and (min-width: 751px) {
  #formLink {
    padding: 33px 0 100px;
  }
  #formLink ul a {
    transition: 0.3s all;
  }
  #formLink ul a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 751px) {
  #formLink ul {
    padding-top: 35px;
  }
  @media screen and (min-width: 751px) {
    #pageIndex #formLink ul {
      padding-top: 0;
    }
  }
  #formLink li {
    margin-top: 2%;
  }
  #formLink li a {
    font-size: 25px;
    padding: 20px 0 8px;
  }
  #formLink li a em {
    font-size: 45px;
  }
  #formLink li a span {
    display: block;
    position: relative;
    margin-top: 18px;
    font-size: 25px;
    background-color: transparent;
    background-image: none!important;
    z-index: 1;
  }
  #formLink li a span::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
  }
  #formLink li a:hover span::before {
    animation: bgSlide 0.6s ease-out;
  }

  #formLink li a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 36px;
    height: 23px;
    margin: -12px 0 0 -5em;
    background: url(../../common/img/icon_wa_blue.png) no-repeat 0 0;
    background-size: 100% 100%;
    z-index: -1;
  }
  #formLink li a:hover span::after {
    animation: arSlide 1.2s ease-out infinite;
  }
  #formLink li.blue a span::after,
  #formLink li.series a span::after {
    background-image: url(../../common/img/icon_wa_blue.png);
  }
  #formLink li.purple a span::after,
  #formLink li.mecha a span::after {
    background-image: url(../../common/img/icon_wa_purple.png);
  }
  #formLink li.green a span::after,
  #formLink li.chara a span::after {
    background-image: url(../../common/img/icon_wa_green.png);
  }
  #formLink li.yellow a span::after,
  #formLink li.songs a span::after {
    background-image: url(../../common/img/icon_wa_yellow.png);
  }
  #formLink li.red a span::after {
    background-image: url(../../common/img/icon_wa_red.png);
  }
  #formLink li.orange a span::after {
    background-image: url(../../common/img/icon_wa_orange.png);
  }
  #formLink ul {
    margin: 10% 3.33333% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #formLink ul:first-child {
    margin: 0 3.33333%;
  }
  #formLink li {
    margin-right: 2%;
  }
  #formLink li:nth-child(2n) {
    margin-right: 0;
  }
}
@keyframes bgSlide {
  0% {
    width: 0%;
    opacity: 0.5;
  }
  50% {
    width: 100%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arSlide {
  0% {
    opacity: 0.2;
    left: 46%;
  }
  40% {
    opacity: 1;
    left: 50%;
  }
}


#formLink > p {
  margin: 40px 20px 20px;
}

#formLink ul {
  margin: 10% 0 0;
}

#formLink li {
  width: 100%;
}


@media screen and (max-width: 750px) {

  #formLink ul.sp_col_2 {
    margin: 8% 0 0;
  }
  #formLink ul.sp_col_2 li {
    width: 49%;
    margin-top: 2%;
  }
  #formLink ul.sp_col_2 li a {
    border-width: 3px;
    font-size: 3.6vw;
    padding: 2.2vw 0 7.6vw;
  }
  #formLink ul.sp_col_2 li a em {
    font-size: 5.8vw;
  }
  #formLink ul.sp_col_2 li a span {
    bottom: 8px;
    background-position: 8.8vw center;
    background-size: 4.6vw;
    font-size: 3.2vw;
    padding: 0.2em;
  }


  #formLink ul.sp_col_3 {
    margin: 8% 0 0;
  }
  #formLink ul.sp_col_3 li {
    width: 32.6%;
    margin-top: 1%;
  }
  #formLink ul.sp_col_3::after{
    content: '';
    display: block;
    width: 32.6%;
  }
  #formLink ul.sp_col_3 li a {
    border-width: 3px;
    font-size: 2.8vw;
    line-height: 1.4;
    padding: 2.2vw 0 6.8vw;
  }
  #formLink ul.sp_col_3 li a em {
    font-size: 4.2vw;
  }
  #formLink ul.sp_col_3 li a span {
    bottom: 6px;
    background-position: 3.2vw center;
    background-size: 3.8vw;
    font-size: 2.6vw;
    padding: 0.25em;
  }
}

@media screen and (min-width: 751px) {
  #formLink ul {
    margin: 50px 0 0 0;
  }
  #formLink ul:first-child {
    margin: 0;
  }

  #formLink li {
    width: 49%;
  }
  #formLink ul.pc_col_3 li {
    width: 32.6%;
    margin-top: 1.2%;
  }
    #formLink ul.pc_col_3::after {
    content: '';
    display: block;
    width: 32.6%;
  }
  #formLink ul.pc_col_3 li a {
    font-size: 18px;
    line-height: 1.4;
    padding: 12px 0 0;
  }
  #formLink ul.pc_col_3 li a em {
    font-size: 30px;
  }
  #formLink ul.pc_col_3 li a span {
    margin-top: 14px;
    font-size: 18px;
  }
  #formLink ul.pc_col_3 li a span::after {
    width: 24px;
    height: 18px;
    margin: -9px 0 0 -5em;
  }


  #formLink ul.pc_col_4 li {
    width: 24.5%;
    margin-top: 0.8%;
  }
  #formLink ul.pc_col_4::before,
  #formLink ul.pc_col_4::after {
    content: '';
    display: block;
    width: 24.5%;
  }
  #formLink ul.pc_col_4::before {
    order:1;
  }
  #formLink ul.pc_col_4 li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0 0;
  }
  #formLink ul.pc_col_4 li a em {
    font-size: 22px;
  }
  #formLink ul.pc_col_4 li a span {
    margin-top: 12px;
    font-size: 16px;
  }
  #formLink ul.pc_col_4 li a span::after {
    width: 18px;
    height: 12px;
    margin: -6px 0 0 -4.6em;
  }
}


/*----------------------------------------------------
cmnLead
----------------------------------------------------*/

@media screen and (min-width: 751px) {
  .cmnLead {
    font-size: 18px;
  }
}


/*----------------------------------------------------
blockColumn
----------------------------------------------------*/

.blockColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blockColumn li {
  margin-top: 20px;
  width: 48.4%;
}
.blockColumn li a {
  position: relative;
  display: block;
  background: #ffffff;
  height: 100%;
  text-decoration: none;
}
.blockColumn li img {
  display: block;
  width: 100%;
}
.blockColumn li .wrap {
  position: relative;
  padding: 24px 6% 14px;
}
.blockColumn li .wrap.noMedia {
  padding: 14px 6%;
}
.blockColumn li .media {
  position: absolute;
  top: 0;
  left: 0;
}
.blockColumn li .title {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .blockColumn {
    padding-top: 10px;
  }
  .blockColumn::before{
    content: '';
    display: block;
    width: 24%;
    order: 1;
  }
  .blockColumn::after{
    content: '';
    display: block;
    width: 24%;
  }
  .blockColumn li {
    margin-top: 26px;
    width: 24%;
  }
  .blockColumn li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .blockColumn li:hover {
    box-shadow: 0 8px 14px rgba(0,0,0,0.2);
  }
  .blockColumn li .wrap {
    padding: 26px 8% 14px;
  }
  .blockColumn li .wrap.noMedia {
    padding: 14px 8%;
  }
  .blockColumn li .title {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* damBtn */
.damBtn {
  margin-top: 5px;
  text-align: center;
}
.damBtn span {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  font-weight: bold;
  border-radius: 13px;
  padding: 0 1em;
  width: 100%;
  max-width: 150px;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .damBtn {
    margin-top: 8px;
  }
  .damBtn span {
    font-size: 12px;
    line-height: 25px;
  }
  a .damBtn span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover .damBtn span {
    opacity: 0.8;
  }
}
/* color */
.block.purple .damBtn span {
  background: #e788ff;
}
.block.orange .damBtn span {
  background: #ff7d00;
}
.block.yellow .damBtn span {
  background: #ffbc00;
}
.block.blue .damBtn span {
  background: #00a2ff;
}
.block.pink .damBtn span {
  background: #ff005e;
}
.block.green .damBtn span {
  background: #30CBA7;
}
.block.red .damBtn span {
  background: #dc0000;
}

/*----------------------------------------------------
.movThumb
----------------------------------------------------*/
.movie.popup {
  transition: all .3s;
}
.movie.popup:hover {
  opacity: .8;
  transition: all .3s;
}

.movThumb {
  position: relative;
}
.movThumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  pointer-events: none;
  width: 8vw;
  height: 8vw;
  background: url(../img/icon_mov.png) no-repeat 0 0;
  background-size: 100% 100%;
  margin: -4vw 0 0 -4vw;
  z-index: 2;
}
.movThumb img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .movThumb::before {
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
  }
}

/* triWrap */
.blockColumn .triWrap {
  position: relative;
  padding: 8px 8px 0;
  overflow: hidden;
}
.blockColumn .triWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: #888888;
  opacity: 0.3;
}
.blockColumn .triWrap::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  box-sizing: border-box;
  border: 300px solid transparent;
  border-bottom: 120px solid #ffffff;
}
.blockColumn .triWrap .image {
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .blockColumn .triWrap {
    padding: 12px 12px 0;
  }
}
/* color */
.block.purple .blockColumn .triWrap::before {
  background: #e788ff;
}
.block.orange .blockColumn .triWrap::before {
  background: #ff7d00;
}
.block.yellow .blockColumn .triWrap::before {
  background: #ffbc00;
}
.block.blue .blockColumn .triWrap::before {
  background: #00a2ff;
}
.block.pink .blockColumn .triWrap::before {
  background: #ff005e;
}
.block.green .blockColumn .triWrap::before {
  background: #30CBA7;
}
.block.red .blockColumn .triWrap::before {
  background: #dc0000;
}

.blockColumn .purple .triWrap::before {
  background: #e788ff!important;
}
.blockColumn .orange .triWrap::before {
  background: #ff7d00!important;
}
.blockColumn .yellow .triWrap::before {
  background: #ffbc00!important;
}
.blockColumn .blue .triWrap::before {
  background: #00a2ff!important;
}
.blockColumn .pink .triWrap::before {
  background: #ff005e!important;
}
.blockColumn .green .triWrap::before {
  background: #30CBA7!important;
}
.blockColumn .red .triWrap::before {
  background: #dc0000!important;
}
.blockColumn .black .triWrap::before {
  background: #888888!important;
}


/*----------------------------------------------------
searchBack
----------------------------------------------------*/

.searchBack {
  margin-top: 35px;
}
.searchBack a {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  min-width: 250px;
  background: -moz-linear-gradient(top, #0143A4 0%, #00003C 100%);
  background: -webkit-linear-gradient(top, #0143A4 0%,#00003C 100%);
  background: linear-gradient(to bottom, #0143A4 0%,#00003C 100%);
  border-radius: 25px;
  border: 1px solid #fff;
}
.searchBack a span {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/icon_back_white.png) no-repeat left center;
  background-size: 14px auto;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .searchBack {
    margin-top: 50px;
    font-size: 18px;
    line-height: 45px;
    min-width: 300px;
  }
  .searchBack a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .searchBack a:hover {
    color: #011558;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .searchBack a span {
    padding-left: 25px;
    background-size: 20px auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .searchBack a:hover span {
    background-image: url(../img/icon_back.png);
    background-size: 20px auto;
    color: #011558;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}


/*----------------------------------------------------
placeholder - freeWord
----------------------------------------------------*/

#freeWord input::-webkit-input-placeholder {
  color: #707070;
  font-size: 14px;
}
#freeWord input:-ms-input-placeholder {
  color: #707070;
  font-size: 14px;
}
#freeWord input::-moz-placeholder {
  color: #707070;
  font-size: 14px;
}
#freeWord :placeholder-shown {
  color: #707070;
  font-size: 14px;
}
#freeWord ::-webkit-input-placeholder {
  color: #707070;
  font-size: 14px;
}
#freeWord :-moz-placeholder {
  color: #707070; opacity: 1;
  font-size: 14px;
}
#freeWord ::-moz-placeholder {
  color: #707070; opacity: 1;
  font-size: 14px;
}
#freeWord :-ms-input-placeholder {
  color: #707070;
  font-size: 14px;
}


/*----------------------------------------------------
voteForm
----------------------------------------------------*/

#voteForm textarea,
#voteForm input[type="text"]{
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  #voteForm textarea,
  #voteForm input[type="text"]{
    font-size: 20px;
  }
}

/* textarea */
#voteForm textarea,
#voteForm input[type="text"],
#voteForm input[type="email"] {
  border: solid 1px #626262;
  background: #ffffff;
  padding: 8px 1em;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 0;
}
#voteForm textarea.filled,
#voteForm input[type="text"].filled,
#voteForm input[type="email"].filled {
  border: solid 1px #626262;
}
#voteForm textarea:focus,
#voteForm input[type="text"]:focus,
#voteForm input[type="email"]:focus {
  border: solid 1px #1d97c5;
  background: #ffffff;
}
#voteForm textarea {
  height: 10em;
}
@media screen and (min-width: 751px) {
  #voteForm textarea,
  #voteForm input[type="text"],
  #voteForm input[type="email"] {
    font-size: 14px;
    padding: 13px 1em;
  }
  #voteForm input[type="text"] {
    height: 4.8em;
  }
  #voteForm textarea {
    height: 16em;
  }
}


/* layout */
#voteForm fieldset {
  position: relative;
  display: block;
  border: none;
  margin-top: 20px;
  text-align: left;
}
#voteForm fieldset .heading label.space {
  letter-spacing: 0.5em;
}
#voteForm .heading {
  display: block;
  width: 100%;
  background: #002B7F;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  text-align: left;
  padding: 0.5em 0.8em;
  box-sizing: border-box;
}

#voteForm .field {
  margin-top: 5px;
}
#voteForm .field .radioWrap {
  background: #ffffff;
  padding: 10px;
  letter-spacing: -.40em;
}
#voteForm .field .radioWrap label {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
}
#voteForm .field .radioWrap label:first-child {
  margin-left: 0;
}
#form-reason .heading br.ex {
  display: none;
}
#voteForm .count {
  display: block;
  line-height: 1;
  text-align: right;
  margin-top: 5px;
}
@media screen and (min-width: 751px) {
  #voteForm fieldset {
    margin-top: 22px;
    overflow: hidden;
    position: relative;
  }
  #voteForm .heading,
  #voteForm .field {
    float: left;
  }
  #voteForm .heading {
    width: 26%;
    font-size: 18px;
    padding: 0.5em 0.8em;
    display: table;
  }
  #voteForm .heading label {
    display: table-cell;
    vertical-align: middle;
  }
  #voteForm .field {
    width: 74%;
    margin-top: 0;
    padding: 10px;
    background: #c7c7c7;
    box-sizing: border-box;
  }
  #voteForm .field .radioWrap {
    padding: 20px;
  }
  #voteForm .field .radioWrap label {
    margin-left: 35px;
  }

  #voteForm fieldset#form-reason {
    padding-bottom: 1.3em;
  }
  #voteForm .count {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }

  #voteForm .error {
    width: 100%;
  }
}
@media screen and (min-width: 1057px) {
  #voteForm .heading {
    padding: 0.5em 0.8em 0.5em 40px;
  }
  #form-reason .heading br.ex {
    display: block;
  }
}


/* req */
#voteForm .req {
  display: inline-block;
  color: #ffffff;
  background: #ff0000;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.3em 0.4em;
  margin-left: 8px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #voteForm .req {
    display: block;
    font-size: 14px;
    width: 3em;
    padding: 0.3em 0;
    margin: 2px 0 0 0;
  }
}


/*----------------------------------------------------
select
----------------------------------------------------*/

select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.selectWrap{
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}
.selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #626262;
  background: #ffffff;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
  padding: 0.4em 0.7em;
}
.selectWrap::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  margin-top: -3px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-top: 8px solid #000000;
  z-index: 99;
}
@media screen and (min-width: 751px) {
  .selectWrap::after {
    right: 15px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 12px solid #000000;
  }
}

/* voteForm */
#voteForm .selectWrap select {
  height: 45px;
}
@media screen and (min-width: 751px) {
  #voteForm .selectWrap select {
    height: 65px;
  }
}


/*----------------------------------------------------
radio button
----------------------------------------------------*/

/* radio design */
input[type="radio"] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
}
.radio_bg {
  display: inline-block;
  background: url(/anime/ff/asset/common/img/form_radiobtn.png) no-repeat left bottom;
  background-size: 22px auto;
  height: 22px;
  line-height: 22px;
  padding: 0 0 0 28px !important;
  cursor: pointer;
  overflow: hidden;
}
.radio_bg span {
  vertical-align: middle;
  line-height: 22px;
}
.radio_on {
  background-position: left top;
}
.mwform-radio-field {
  display: block;
  margin: 10px 0 0;
}


/*----------------------------------------------------
checkbox
----------------------------------------------------*/

input[type=checkbox] {
  display: none;
}
.checkbox {
  font-size: 14px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px 5px 5px 35px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  vertical-align: 1px;
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 30%;
  left: 0px;
  display: block;
  margin-top: -8px;
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
  content: '';
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 40%;
  left: 10px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 14px;
  border-right: 2px solid #000000;
  border-bottom: 4px solid #000000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}


/*----------------------------------------------------
btnSubmit reset
----------------------------------------------------*/

input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
.btnSubmit,
.reset {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: #000000;
  border: solid 1px #000000;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  padding: 1.2em;
  box-sizing: border-box;
}
.btnSubmit {
  letter-spacing: 0.6em;
  padding-left: 1.6em;
}
.reset {
  background: #707070;
  border-color: #707070;
}
@media screen and (min-width: 751px) {
  .btnSubmit,
  .reset {
    cursor: pointer;
    font-size: 20px;
    padding: 1.3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btnSubmit:hover {
    color: #011558;
    background: #fff;
    border-color: #fff;
  }
  .reset:hover {
    color: #707070;
    background: #ffffff;
  }
}


/*----------------------------------------------------
modal
----------------------------------------------------*/

.mfp-bottom-bar {
  display: none;
}
.mfp-close img {
  width: 30px!important;
}
.mfp-iframe-holder .mfp-close {
  top: -54px!important;
}
@media only screen and (max-width: 750px) {
  .mfp-container {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .mfp-close img {
    width: 30px!important;
  }
  .mfp-iframe-holder .mfp-close {
    top: -40px!important;
  }
}

/* popup */
.popup-block {
  background: transparent;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 960px;
  height: auto;
  position:relative;
  z-index:9999;
}
.popup-block iframe {
  width: 100%;
}
.popup-block .button {
  text-align: right;
  padding: 10px 0;
  opacity: 0.8;
}
.popup-block .button:hover {
  opacity: 1;
}
.popup-block .button img {
  width: 48px;
}

.popup-block .mfp-close {
  display: none;
}

@media only screen and (max-width: 750px) {
  .popup-block {
    width: 100%;
  }
  .popup-block .button {
    text-align: right;
    padding-top: 5px;
    margin: 0;
  }
  .popup-block .button img {
    width: 30px;
    padding-right: 6px;
  }
}


/* フェード */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* frameplayer読み込み時にスクロールバーが出るのを回避 */
.mfp-iframe-scaler {
  padding-top: 56.25%;
  padding-top: calc(56.25% + 6px)!important;
}


/*----------------------------------------------------
埋め込みレスポンシブ
----------------------------------------------------*/

.umekomi {
  position: relative;
  /* padding-bottom: 56.25%; */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.umekomi iframe,
.umekomi object,
.umekomi embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* height: 56.25%; */
}
@media only screen and (max-width: 750px) {
  .umekomi iframe,
  .umekomi object,
  .umekomi embed {
    height: 100%;
  }
}


/*----------------------------------------------------
white-popup-block
----------------------------------------------------*/

.mfp-container {
  padding-left: 0!important;
  padding-right: 0!important;
}
.white-popup-block {
  position: relative;
  background-color: #edeff2;
  margin: 40px 20px;
  padding: 0;
  text-align: center;
  max-width: 1060px;
  box-sizing: border-box;
  z-index:9999;
}
.white-popup-block .designWrap {
  background: url('../../common/img/bg_modal_inner.png') left top repeat;
}
.white-popup-block .designWrap_line01,
.white-popup-block .designWrap_line02 {
  width: calc(100% - 300px);
}
.white-popup-block .designWrap_line03,
.white-popup-block .designWrap_line04 {
  height: calc(100% - 300px);
}
.white-popup-block .designWrap_line01 {
  top: 23px;
}
.white-popup-block .designWrap_line02 {
  bottom: 32px;
}
@media screen and (max-width: 750px) {
  .white-popup-block .designWrap_line02 {
    bottom: 30px;
  }
}
.white-popup-block .designWrap_line03 {
  left: 12px;
}
.white-popup-block .designWrap_line04 {
  right: 12px;
}
.white-popup-block .designWrap::before {
  content: url("../../common/img/design_ffdif01.svg");
}
.white-popup-block .designWrap::after {
  content: url("../../common/img/design_ffdif02.svg");
}
.white-popup-block .designWrap_bottom::before {
  content: url("../../common/img/design_ffdif03.svg");
}
.white-popup-block .designWrap_bottom::after {
  content: url("../../common/img/design_ffdif04.svg");
}
.white-popup-block .mfp-close {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  right: 0;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .white-popup-block .mfp-close {
    top: -35px;
  }
}
.white-popup-block .mfp-close img {
  display: block;
  width: 100%;
}
.white-popup-block .movie-player iframe {
  width: 100%;
}

@media only screen and (min-width: 751px) {
  .mfp-container {
    padding-left: 6px!important;
    padding-right: 6px!important;
  }
  .white-popup-block{
    margin:40px auto 20px;
    padding: 0;
  }
  .white-popup-block .mfp-close {
    width: 50px;
    height: 50px;
    top: -45px;
    right: 0;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .white-popup-block .mfp-close:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 1061px) {
  .white-popup-block {
    padding: 0;
  }
  .white-popup-block .button {
    right: 0;
  }
}


/* contents */
.white-popup-block .head {
  position: relative;
  min-height: 75px;
}
.white-popup-block .head img {
  display: block;
  width: 130px;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .white-popup-block .head {
    display: flex;
    align-items: center;
  }
  .white-popup-block .head img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.white-popup-block .head .wrap {
  margin-top: 10px;
  padding: 10px 0;
  color: #011558;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .white-popup-block .head .wrap {
    margin-left: 60px;
    border: 1px solid #011558;
  }
}
.white-popup-block .head h1 {
  font-size: 3.6vw;
  line-height: 1.2;
}
.white-popup-block .head .year {
  display: inline-block;
  font-size: 11px;
  margin-left: 0.5em;
}
.white-popup-block .text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  color: #011558;
}
.white-popup-block .images {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.white-popup-block .images::after {
  content: '';
  display: block;
  width: 32.8%;
}
.white-popup-block .images li {
  width: 32.8%;
}
.white-popup-block .images li img {
  display: block;
}
@media screen and (min-width: 421px) {
  .white-popup-block .head {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; */
  }
  .white-popup-block .head img {
    position: relative;
    width: 50%;
  }
  /* .white-popup-block .head .wrap {
    margin-left: 0;
    width: 62%;
  } */
  .white-popup-block .head .year {
    font-size: 12px;
  }
  .white-popup-block .text {
    font-size: 15px;
    margin-top: 20px;
  }
  .white-popup-block .images {
    margin-top: 25px;
  }
  .white-popup-block .images li {
    width: 32.4%;
  }
  .white-popup-block .images::after {
    width: 32.4%;
  }
}
@media screen and (min-width: 751px) {
  .white-popup-block .head {
    /* margin-top: 30px; */
    padding: 0;
  }
  .white-popup-block .head img {
    width: 45%;
    margin: 0 auto;
    max-width: 256px;
  }
  .white-popup-block .head .wrap {
    width: 70%;
    margin-left: 5%;
  }
  .white-popup-block .head h1 {
    font-size: 3vw;
  }
  .white-popup-block .head .year {
    font-size: 13px;
  }
  .white-popup-block .text {
    font-size: 16px;
    margin-top: 25px;
  }
  .white-popup-block .images {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1001px) {
  .white-popup-block .head h1 {
    font-size: 30px;
  }
  .white-popup-block .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px;
  }
  .white-popup-block .images {
    margin-top: 30px;
  }
}


/* vote */
.white-popup-block .vote {
  margin: 20px 5% 0;
}
.white-popup-block .vote a {
  display: block;
  font-size: 15px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  background: -moz-linear-gradient(right,  #8D41FF 0%, #6DDFDB 100%);
  background: -webkit-linear-gradient(right,  #8D41FF 0%,#6DDFDB 100%);
  background: linear-gradient(to left,  #8D41FF 0%,#6DDFDB 100%);
  border: solid 1px #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.white-popup-block .vote a span {
  position: relative;
  display: inline-block;
  padding-right: 1.4em;
}
.white-popup-block .vote a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
}

.white-popup-block .vote.mov a {
  background: #ff7c7c;
  border-color: #ff7c7c;
}
.white-popup-block .vote.ova a {
  background: #ffa000;
  border-color: #ffa000;
}
.white-popup-block .vote.etc a {
  background: #3cbab6;
  border-color: #3cbab6;
}

@media screen and (min-width: 751px) {
  .white-popup-block .vote {
    margin: 40px 5% 0;
  }
  .white-popup-block .vote a {
    font-size: 18px;
    line-height: 54px;
  }
  .white-popup-block .vote a span::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  .white-popup-block .vote a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .white-popup-block .vote a span::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .white-popup-block .vote a:hover {
    background: #ffffff;
    color: #7999ff;
  }
  .white-popup-block .vote a:hover span::after {
    border-top-color: #7999ff;
    border-right-color: #7999ff;
  }

  .white-popup-block .vote.mov a:hover {
    color: #ff7c7c;
  }
  .white-popup-block .vote.mov a:hover span::after {
    border-top-color: #ff7c7c;
    border-right-color: #ff7c7c;
  }

  .white-popup-block .vote.ova a:hover {
    color: #ffa000;
  }
  .white-popup-block .vote.ova a:hover span::after {
    border-top-color: #ffa000;
    border-right-color: #ffa000;
  }

  .white-popup-block .vote.etc a:hover {
    color: #3cbab6;
  }
  .white-popup-block .vote.etc a:hover span::after {
    border-top-color: #3cbab6;
    border-right-color: #3cbab6;
  }
}


/*----------------------------------------------------
img-popup-block
----------------------------------------------------*/

.img-popup-block {
  position: relative;
  background-color: transparent;
  margin: 0 auto;
  padding:  40px 0 10px;
  text-align: center;
  max-width: 1060px;
  box-sizing: border-box;
  z-index:9999;
}
.img-popup-block .mfp-close {
  position: absolute;
  width: 80px;
  height: 40px;
  top: 0;
  right: 0;
  margin: 0;
}
.img-popup-block .mfp-close img {
  display: block;
  width: 100%!important;
}
.img-popup-block .image img {
  width: 100%;
}
.img-popup-block .text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 1em;
  padding: 0 15px;
}

@media only screen and (min-width: 751px) {
  .img-popup-block{
    margin:0 auto;
    padding:  40px 0 20px;
  }
  .img-popup-block .mfp-close {
    width: 80px;
    height: 40px;
    top: 0;
    right: 0;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .img-popup-block .mfp-close:hover {
    opacity: 1;
  }
  .img-popup-block .text {
    font-size: 18px;
    margin-top: 1.2em;
    padding: 0;
  }
}
@media only screen and (min-width: 1061px) {
  .img-popup-block .button {
    right: 0;
  }
}


/*----------------------------------------------------
s_button
----------------------------------------------------*/

.s_button {
  text-align: center;
}
.s_button a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.5em 1em;
  box-sizing: border-box;
  min-width: 220px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: #000000;
  border-radius: 1.2em;
}
@media screen and (min-width: 751px) {
  .s_button.left {
    text-align: left;
  }
  .s_button.center {
    text-align: center;
  }
  .s_button.right {
    text-align: right;
  }
  .s_button a {
    font-size: 16px;
    min-width: 290px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .s_button a:hover {
    opacity: 0.8;
  }
}

/* color */
.block.purple .s_button a {
  background: #e788ff;
}
.s_button.purple a {
  background: #e788ff!important;
}
.block.orange .s_button a {
  background: #ff7d00;
}
.s_button.orange a {
  background: #ff7d00!important;
}
.block.yellow .s_button a {
  background: #ffbc00;
}
.s_button.yellow a {
  background: #ffbc00!important;
}
.block.blue .s_button a {
  background: #00a2ff;
}
.s_button.blue a {
  background: #00a2ff!important;
}
.block.pink .s_button a {
  background: #ff005e;
}
.s_button.pink a {
  background: #ff005e!important;
}
.block.green .s_button a {
  background: #30CBA7;
}
.s_button.green a {
  background: #30CBA7!important;
}
.block.red .s_button a {
  background: #dc0000;
}
.s_button.red a {
  background: #dc0000!important;
}
.s_button.black a {
  background: #000000!important;
}


/*----------------------------------------------------
m_box
----------------------------------------------------*/

.m_box {
  margin-top: 25px;
  /*padding-top: 25px;*/
}
.m_box:first-child {
  margin-top: 0;
  padding-top: 10px;
}

.m_box.border {
  padding: 15px;
  border: solid 1px #707070;
}

.m_box_wrap .m_box {
  border-top: dashed 1px #000000;
}
.m_box_wrap .m_box:first-child {
  border-top: none;
}

.m_box .title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 1em;
}
.m_box .text {
  font-size: 14px;
  line-height: 1.78;
  margin-top: 0.6em;
}
.m_box .s_button {
  margin-top: 15px;
}

.m_box .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.m_box .head .title {
  width: 48%;
  text-align: left;
}
.m_box .head .imageWrap {
  width: 48%;
}

@media screen and (min-width: 751px) {
  .m_box {
    margin-top: 50px;
  }
  .m_box:first-child {
    margin-top: 0;
  }

  .m_box.border {
    padding: 3%;
  }

  .m_box_wrap .m_box {
    padding-top: 50px;
  }
  .m_box_wrap .m_box:first-child {
    padding-top: 0;
  }

  .m_box .title {
    font-size: 18px;
    margin-top: 0.2em;
    text-align: left;
  }
  .m_box .text {
    font-size: 16px;
    margin-top: 0.5em;
    text-align: left;
  }
  .m_box .s_button {
    margin-top: 10px;
  }

  .m_box.pc_img_left,
  .m_box.pc_img_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m_box.pc_img_left .imageWrap,
  .m_box.pc_img_right .imageWrap {
    width: 43%;
  }
  .m_box.pc_img_left .movieWrap,
  .m_box.pc_img_right .movieWrap {
    width: 43%;
  }
  .m_box.pc_img_left .wrap,
  .m_box.pc_img_right .wrap {
    width: 54%;
  }

  .m_box.withHead.pc_img_left .head,
  .m_box.withHead.pc_img_right .head {
    width: 43%;
  }
  .m_box.withHead.pc_img_left .wrap,
  .m_box.withHead.pc_img_right .wrap {
    width: 54%;
  }

  .m_box.withHead.pc_img_left .imageWrap,
  .m_box.withHead.pc_img_right .imageWrap {
    width: 100%;
  }

  .m_box.pc_img_right {
    flex-direction: row-reverse;
  }

  .m_box .head {
    display: block;
    margin-bottom: 0;
  }
  .m_box .head .title {
    width: 100%;
  }
  .m_box .head .imageWrap {
    width: 100%;
  }
}

/* m_box_col */
.m_box_col .m_box .imageWrap {
  width: 48%;
}
.m_box_col .m_box .wrap {
  width: 49%;
}

.m_box_col .m_box.bg {
  background: #f3f3f3;
}
.m_box_col .m_box.border {
  padding: 0;
}
.m_box_col .m_box.bg .wrap,
.m_box_col .m_box.border .wrap {
  padding: 10px 5px 10px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .m_box_col .m_box {
    padding-top: 0;
  }
  .m_box_col .m_box:first-child {
    margin-top: 35px;
  }
  .m_box_col .m_box .title,
  .m_box_col .m_box .text {
    margin-top: 0;
  }
  .m_box_col .m_box.pc_img_left,
  .m_box_col .m_box.pc_img_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m_box_col .m_box.pc_img_left .imageWrap,
  .m_box_col .m_box.pc_img_right .imageWrap {
    width: 43%;
  }
  .m_box_col .m_box.pc_img_left .wrap,
  .m_box_col .m_box.pc_img_right .wrap {
    width: 54%;
  }
}
@media screen and (min-width: 751px) {
  .m_box_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m_box_col .m_box {
    padding-top: 0;
    width: 49%;
  }
  .m_box_col .m_box:first-child {
    margin-top: 45px;
  }
  .m_box_col .m_box.bg .wrap,
  .m_box_col .m_box.border .wrap {
    padding: 5px 5px 5px 0;
  }
}



/*----------------------------------------------------
share_ex
----------------------------------------------------*/

#share_ex .nhksns-guide,
#share_ex .nhksns-help {
  display: none!important;
}


/*----------------------------------------------------
hr
----------------------------------------------------*/

hr {
  margin: 2em 0;
  border:none;
  border-top: solid 1px #707070;
  height: 1px;
}
hr.dash {
  border-top-style: dashed;
}
hr.dot {
  border-top-style: dotted;
  border-width: 2px;
}

@media screen and (min-width: 751px) {
  hr {
    margin: 50px 0;
  }
  hr.narrow {
    margin:24px 0;
  }
}


/*----------------------------------------------------
tab
----------------------------------------------------*/

.tab .head li {
  background: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.8em 0.2em;
  border: solid 1px #000000;
  box-sizing: border-box;
}
.tab .head li.bg {
  color: #ffffff!important;
}
.tab .head.sp_col_4 li {
  font-size: 14px;
  padding: 0.6em 0.1em;
}
.tab .head.sp_col_6 li {
  font-size: 13px;
  padding: 0.4em 0.1em;
}

.tab .head li.active {
  color: #ffffff!important;
}
.tab .head li.active.bg {
  background: #ffffff!important;
}

.tab .head li.purple {
  color: #e788ff;
  border-color: #e788ff;
}
.tab .head li.bg.purple {
  background: #e788ff;
}
.tab .head li.active.purple {
  background: #e788ff;
}
.tab .head li.active.bg.purple {
  color: #e788ff!important;
}

.tab .head li.orange {
  color: #ff7d00;
  border-color: #ff7d00;
}
.tab .head li.bg.orange {
  background: #ff7d00;
}
.tab .head li.active.orange {
  background: #ff7d00;
}
.tab .head li.active.bg.orange {
  color: #ff7d00!important;
}

.tab .head li.yellow {
  color: #ffbc00;
  border-color: #ffbc00;
}
.tab .head li.bg.yellow {
  background: #ffbc00;
}
.tab .head li.active.yellow {
  background: #ffbc00;
}
.tab .head li.active.bg.yellow {
  color: #ffbc00!important;
}

.tab .head li.blue {
  color: #00a2ff;
  border-color: #00a2ff;
}
.tab .head li.bg.blue {
  background: #00a2ff;
}
.tab .head li.active.blue {
  background: #00a2ff;
}
.tab .head li.active.bg.blue {
  color: #00a2ff!important;
}

.tab .head li.pink {
  color: #ff005e;
  border-color: #ff005e;
}
.tab .head li.bg.pink {
  background: #ff005e;
}
.tab .head li.active.pink {
  background: #ff005e;
}
.tab .head li.active.bg.pink {
  color: #ff005e!important;
}

.tab .head li.green {
  color: #30CBA7;
  border-color: #30CBA7;
}
.tab .head li.bg.green {
  background: #30CBA7;
}
.tab .head li.active.green {
  background: #30CBA7;
}
.tab .head li.active.bg.green {
  color: #30CBA7!important;
}

.tab .head li.red {
  color: #dc0000;
  border-color: #dc0000;
}
.tab .head li.bg.red {
  background: #dc0000;
}
.tab .head li.active.red {
  background: #dc0000;
}
.tab .head li.active.bg.red {
  color: #dc0000!important;
}

.tab .head li.skyblue {
  color: #00C5CB;
  border-color: #00C5CB;
}
.tab .head li.bg.skyblue {
  background: #00C5CB;
}
.tab .head li.active.skyblue {
  background: #00C5CB;
}
.tab .head li.active.bg.skyblue {
  color: #00C5CB!important;
}

.tab .head li.black {
  color: #000000;
  border-color: #000000;
}
.tab .head li.bg.black {
  background: #000000;
}
.tab .head li.active.black {
  background: #000000;
}
.tab .head li.active.bg.black {
  color: #000000!important;
}

@media screen and (min-width: 751px) {
  .tab .head li {
    cursor: pointer;
    font-size: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tab .head.sp_col_4 li,
  .tab .head.sp_col_6 li {
    font-size: 20px;
    padding: 0.8em 0.2em;
  }

  .tab .head li:hover {
    color: #ffffff;
  }
  .tab .head li.bg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tab .head li:hover.bg {
    background: #ffffff!important;
  }

  .tab .head li:hover.purple {
    background: #e788ff;
  }
  .tab .head li:hover.bg.purple {
    color: #e788ff!important;
  }

  .tab .head li:hover.orange {
    background: #ff7d00;
  }
  .tab .head li:hover.bg.orange {
    color: #ff7d00!important;
  }

  .tab .head li:hover.yellow {
    background: #ffbc00;
  }
  .tab .head li:hover.bg.yellow {
    color: #ffbc00!important;
  }

  .tab .head li:hover.blue {
    background: #00a2ff;
  }
  .tab .head li:hover.bg.blue {
    color: #00a2ff!important;
  }

  .tab .head li:hover.pink {
    background: #ff005e;
  }
  .tab .head li:hover.bg.pink {
    color: #ff005e!important;
  }

  .tab .head li:hover.green {
    background: #30CBA7;
  }
  .tab .head li:hover.bg.green {
    color: #30CBA7!important;
  }

  .tab .head li:hover.red {
    background: #dc0000;
  }
  .tab .head li:hover.bg.red {
    color: #dc0000!important;
  }

  .tab .head li:hover.skyblue {
    background: #00C5CB;
  }
  .tab .head li:hover.bg.skyblue {
    color: #00C5CB!important;
  }

  .tab .head li:hover.black {
    background: #000000;
  }
  .tab .head li:hover.bg.black {
    color: #000000!important;
  }
}


/* tab body */
.tab .body .contain {
  background: #ffffff;
  padding: 2em 1em;
  display: none;
}
.tab .body .contain.active {
  display: block;
}


/*----------------------------------------------------
a.icon
----------------------------------------------------*/

a.icon {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-left: 1.4em;
  line-height: 1.3;
}
a.icon::before,
a.icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
}
a.icon::before {
  width: 1.2em;
  height: 1.2em;
  background: #000000;
  border-radius: 0.6em;
}
a.icon::after {
  width: 0.3em;
  height: 0.3em;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0.3em 0 0 0.25em;
}
@media screen and (min-width: 751px) {
  a.icon:hover {
    text-decoration: underline;
  }
}


/*----------------------------------------------------
a.box
----------------------------------------------------*/

a.box {
  font-size: 18px;
  line-height: 1.4;
  border: solid 1px #000000;
  text-decoration: none;
  padding: 0.2em 1em;
}
a.box.bg {
  color: #ffffff;
  background: #000000;
}
a.box.round {
  border-radius: 1em;
}
@media screen and (min-width: 751px) {
  a.box {
    font-size: 22px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a.box:hover {
    color: #ffffff;
    background: #000000;
  }
  a.box.bg:hover {
    color: #000000;
    background: #ffffff;
  }
}
a.box.disp_ib {
  margin: 10px 10px 0;
}
a.box.disp_ib:first-child {
  margin-top: 0;
}

/* m_box c_box a.box */
.m_box a.box,
.m_box a.box.disp_ib:first-child {
  margin-top: 15px;
  font-size: 14px;
}
.c_box a.box,
.c_box a.box.disp_ib:first-child {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  .m_box a.box,
  .m_box a.box.disp_ib:first-child {
    margin-top: 25px;
    font-size: 16px;
  }

  .c_box a.box,
  .c_box a.box.disp_ib:first-child {
    margin-top: 10px;
    font-size: 16px;
  }
}


/*----------------------------------------------------
btn_link
----------------------------------------------------*/

.btn_link {
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .btn_link {
    bottom: 20px;
  }
}


/*----------------------------------------------------
.faq
----------------------------------------------------*/

.faq {
  text-align: left
}
.faq li {
  margin-top: 25px;
}
.faq li:first-child {
  margin-top: 0;
}
.faq .question {
  font-weight: normal;
}
.faq .question,
.faq .answer {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
.faq .answer {
  margin-top: 20px;
}
.faq .answer .text p {
  margin-top: 0.6em;
}
.faq .answer .text p:first-child {
  margin-top: 0;
}
.faq .question::before,
.faq .question::after,
.faq .answer::before,
.faq .answer::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
}
.faq .question::before,
.faq .answer::before {
  width: 22px;
  height: 22px;
  background: #000000;
  border-radius: 11px;
}
.faq .question::after,
.faq .answer::after {
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0 0.35em;
}
.faq .question::after {
  content: 'Q.';
}
.faq .answer::after {
  content: 'A.';
}
@media screen and (min-width: 751px) {
}


/*----------------------------------------------------
.caption
----------------------------------------------------*/

.caption {
  display: block;
  margin-top: 0.6em;
  font-size: 14px;
  line-height: 1.26;
}
a .caption {
  text-decoration: none!important;
}
@media screen and (min-width: 751px) {
  .caption {
    margin-top: 0.8em;
    font-size: 16px;
  }
}


/*----------------------------------------------------
.slider
----------------------------------------------------*/

.slider li {
  padding-bottom: 0;
}
.slider li {
  width: 100%;
}
.slider li img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .slider a img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .slider a:hover img {
    opacity: 0.8;
  }
}

.bx-wrapper .bx-caption {
  position: relative;
  bottom: auto;
  left: auto;
  background: transparent;
}
.bx-wrapper .bx-caption span {
  color: #000000;
  font-size: 14px;
  line-height: 1.26;
  padding: 0.6em 0 0;
  box-sizing: border-box;
  font-family: YuGothic, "游ゴシック", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
.innerPC .bx-wrapper .bx-caption span {
  padding: 0.6em 3.33333% 0;
}
.innerPC .bx_narrow .bx-wrapper .bx-caption span {
  padding: 0.6em 0 0;
}
@media screen and (min-width: 751px) {
  .bx-wrapper .bx-caption span {
    font-size: 16px;
    padding: 0.8em 0 0 0;
  }
  .innerPC .bx-wrapper .bx-caption span,
  .innerPC .bx_narrow .bx-wrapper .bx-caption span {
    padding: 0.8em 0 0 0;
  }
}

/* bx_narrow */
.bx_narrow {
  padding: 0 25px;
}
@media screen and (min-width: 751px) {
  .bx_narrow {
    padding: 0 40px;
  }
}


/*----------------------------------------------------
bx-wrapper
----------------------------------------------------*/

.bx-wrapper {
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border: none!important;
  background: transparent!important;
  margin-bottom: 0!important;
}



/*----------------------------------------------------
c_box
----------------------------------------------------*/

.c_box li {
  margin-top: 35px!important;
  background: #ffffff;
  position: relative;
}
.c_box .sqTitle {
  margin-bottom: 0;
}
.c_box .title {
  padding: 10px;
  font-size: 14px;
}
.c_box .text {
  text-align: left;
}
.c_box .caption {
  padding-left: 10px;
  padding-right: 10px;
}
.c_box .wrap {
  padding: 15px 15px 20px;
}
.c_box .wrap.npt {
  padding-top: 0!important;
}
@media screen and (max-width: 750px) {
  .c_box.sp_col_2 .wrap {
    padding: 15px 8px 20px;
  }
  .c_box.sp_col_3 .title {
    padding-left: 4px;
    padding-right: 4px;
  }
  .c_box.sp_col_3 .wrap {
    padding: 15px 4px 20px;
  }
  .c_box.sp_col_3 a.box.disp_ib {
    margin-left: 2px;
    margin-right: 2px;
  }

  /* wide */
  .c_box li.wide {
    width: 100%;
    padding: 10px 10px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c_box li.wide .wideLeft {
    width: 43%;
  }
  .c_box li.wide .wideRight {
    width: 55%;
  }
}
@media screen and (min-width: 751px) {
  .c_box li {
    margin-top: 45px!important;
  }
  .c_box .title {
    padding: 15px;
    font-size: 18px;
  }
  .c_box .wrap {
    padding: 15px 15px 20px;
  }
  .c_box.pc_col_4 .wrap {
    padding: 15px 8px 20px;
  }
}

/* color */
.c_box li a.box.bg {
  color: #ffffff!important;
}
@media screen and (min-width: 751px) {
  .c_box li a.box:hover {
    color: #ffffff!important;
  }
  .c_box li a.box.bg:hover {
    background: transparent;
    color: #000000!important;
  }
}


.c_box li.purple {
  background: #f7f3ff;
}
.c_box li.purple .sqTitle {
  color: #e788ff;
}
.c_box li.purple .sqTitle.bdr_simple::before {
  background: #e788ff;
}
/* a.box */
.c_box li.purple a.box {
  color: #e788ff;
  border-color: #e788ff;
}
.c_box li.purple a.box.bg {
  background: #e788ff;
}
@media screen and (min-width: 751px) {
  .c_box li.purple a.box:hover {
    background: #e788ff;
  }
  .c_box li.purple a.box.bg:hover {
    color: #e788ff!important;
    background: transparent;
  }
}


.c_box li.orange {
  background: #fff2e5;
}
.c_box li.orange .sqTitle {
  color: #ff7d00;
}
.c_box li.orange .sqTitle.bdr_simple::before {
  background: #ff7d00;
}
/* a.box */
.c_box li.orange a.box {
  color: #ff7d00;
  border-color: #ff7d00;
}
.c_box li.orange a.box.bg {
  background: #ff7d00;
}
@media screen and (min-width: 751px) {
  .c_box li.orange a.box:hover {
    background: #ff7d00;
  }
  .c_box li.orange a.box.bg:hover {
    color: #ff7d00!important;
    background: transparent;
  }
}


.c_box li.yellow {
  background: #fff8e5;
}
.c_box li.yellow .sqTitle {
  color: #ffbc00;
}
.c_box li.yellow .sqTitle.bdr_simple::before {
  background: #ffbc00;
}
/* a.box */
.c_box li.yellow a.box {
  color: #ffbc00;
  border-color: #ffbc00;
}
.c_box li.yellow a.box.bg {
  background: #ffbc00;
}
@media screen and (min-width: 751px) {
  .c_box li.yellow a.box:hover {
    background: #ffbc00;
  }
  .c_box li.yellow a.box.bg:hover {
    color: #ffbc00!important;
    background: transparent;
  }
}


.c_box li.blue {
  background: #e5f6ff;
}
.c_box li.blue .sqTitle {
  color: #00a2ff;
}
.c_box li.blue .sqTitle.bdr_simple::before {
  background: #00a2ff;
}
/* a.box */
.c_box li.blue a.box {
  color: #00a2ff;
  border-color: #00a2ff;
}
.c_box li.blue a.box.bg {
  background: #00a2ff;
}
@media screen and (min-width: 751px) {
  .c_box li.blue a.box:hover {
    background: #00a2ff;
  }
  .c_box li.blue a.box.bg:hover {
    color: #00a2ff!important;
    background: transparent;
  }
}


.c_box li.pink {
  background: #ffe5ee;
}
.c_box li.pink .sqTitle {
  color: #ff005e;
}
.c_box li.pink .sqTitle.bdr_simple::before {
  background: #ff005e;
}
/* a.box */
.c_box li.pink a.box {
  color: #ff005e;
  border-color: #ff005e;
}
.c_box li.pink a.box.bg {
  background: #ff005e;
}
@media screen and (min-width: 751px) {
  .c_box li.pink a.box:hover {
    background: #ff005e;
  }
  .c_box li.pink a.box.bg:hover {
    color: #ff005e!important;
    background: transparent;
  }
}


.c_box li.green {
  background: #e5f4f3;
}
.c_box li.green .sqTitle {
  color: #30CBA7;
}
.c_box li.green .sqTitle.bdr_simple::before {
  background: #30CBA7;
}
/* a.box */
.c_box li.green a.box {
  color: #30CBA7;
  border-color: #30CBA7;
}
.c_box li.green a.box.bg {
  background: #30CBA7;
}
@media screen and (min-width: 751px) {
  .c_box li.green a.box:hover {
    background: #30CBA7;
  }
  .c_box li.green a.box.bg:hover {
    color: #30CBA7!important;
    background: transparent;
  }
}


.c_box li.red {
  background: #fce5e5;
}
.c_box li.red .sqTitle {
  color: #dc0000;
}
.c_box li.red .sqTitle.bdr_simple::before {
  background: #dc0000;
}
/* a.box */
.c_box li.red a.box {
  color: #dc0000;
  border-color: #dc0000;
}
.c_box li.red a.box.bg {
  background: #dc0000;
}
@media screen and (min-width: 751px) {
  .c_box li.red a.box:hover {
    background: #dc0000;
  }
  .c_box li.red a.box.bg:hover {
    color: #dc0000!important;
    background: transparent;
  }
}

/*----------------------------------------------------
f_box(スマホ　画像とタイトル2カラム テキスト1カラム)
----------------------------------------------------*/
@media screen and (max-width: 750px) {
  .f_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .f_box .imageWrap{
    width: 48%;
  }
  .f_box .f_title{
    width: 46.5%;
  }
  .f_box .wrap {
    width: 100%;
    margin-top: 1em;
  }
}
@media screen and (min-width: 751px) {
  .f_box {
    overflow: hidden;
  }
  .f_box .imageWrap{
    width: 43%;
  }
  .f_box .f_title{
    width: 53.5%;
  }
  .f_box .wrap {
    width: 53.5%;
    margin-top: 1em;
  }
  .f_box.pc_img_right .imageWrap{
    float:right;
  }
  .f_box.pc_img_right .f_title{
    float:left;
  }
  .f_box.pc_img_right .wrap{
    float:left;
  }
  .f_box.pc_img_left .imageWrap{
    float:left;
  }
  .f_box.pc_img_left .f_title{
    float:right;
  }
  .f_box.pc_img_left .wrap{
    float:right;
  }
}

/*----------------------------------------------------
cmnNews
----------------------------------------------------*/

#cmnNews .triLine {
  background: #ffed93;
}
#cmnNews li {
  margin-top: 1.2em;
  padding-top: 1.2em;
  border-top: dashed 1px #000000;
}
#cmnNews li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#cmnNews li p {
  margin-top: 0.6em;
}
#cmnNews li p:first-child {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  #cmnNews.block {
    padding: 40px 0;
  }
  #cmnNews .triLine {
    margin: 0 auto 30px;
  }
}


/*----------------------------------------------------
table
----------------------------------------------------*/

table.cmn {
  width: 100%;
  border: 1px solid #000000;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
table.cmn th,
table.cmn td {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0.5em;
  text-align: left;
  line-height: 1.3;
}
table.cmn thead th {
  color: #ffffff;
  background-color: #838282;
  font-weight: normal;
  text-align: center;
}
table.cmn tbody th {
  text-align: center;
  font-weight: normal;
  width: 30%;
}
table.cmn hr {
  margin: 1em 0;
  border-color: #707070;
}
@media screen and (min-width: 751px) {
  table.cmn th,
  table.cmn td {
    padding: 1em;
  }
}



.footer_top_copyright {
  padding: 90px 0 70px;
  background: rgba(1,21,88,0.49);
}

.footer_top_copyright span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .footer_top_copyright {
    padding: 10% 0;
  }
  .footer_top_copyright span {
    font-size: 12px;
  }
}

#pageSpecial .contents .sub_txt {
  margin: 0;
  font-size: 16px;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}

/* --------special-------- */

@media screen and (min-width: 751px) {
  #pageSpecial .movie_sec .inner {
    display: flex;
    flex-wrap: wrap;
  }
  #pageSpecial .movie_sec .inner .s_movie {
    width: 48%;
    margin-right: 4%;
  }
  #pageSpecial .contents .sub_txt {
    margin: 50px 0 0;
    font-size: 18px;
  }
  #pageSpecial #pageTitle {
    padding: 35px 0 0;
  }
  #pageSpecial .movie_sec .inner .s_movie {
    margin-bottom: 50px;
  }
  #pageSpecial .movie_sec .inner .s_movie:nth-child(2n) {
    margin-right: 0;
  }
  #pageSpecial .s_movie h2 {
    font-size: 24px;
  }
}

#pageSpecial .movie_sec .inner .s_movie {
  margin-bottom: 25px;
}

#pageSpecial .s_movie h2 {
  padding: 15px;
  font-size: 16px;
  font-weight: normal;
}
#pageSpecial .s_movie h2 span {
  display: block;
  padding-left: 15px;
  color: #011558;
  border-left: 6px solid #011558;
  text-align: left;
}

#pageSpecial .s_movie .s_movie_btn a {
  padding: 5px 25px;
  border-radius: 50px;
  background: #011558;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .5s;
}

#pageSpecial .s_movie .s_movie_btn {
  padding: 15px;
}

#pageSpecial .s_movie .s_movie_btn a:hover {
  background: #fff;
  color: #000;
  transition: all .5s;
}

#pageSpecial .s_movie img {
  width: 100%;
}

#pageSpecial .movie_sec h2 {
  background: #fff;
}
#pageSpecial .movie_sec .s_movie_btn {
  background: #fff;
}
/* --------special-------- */

#pageBangumi .contents .block {
  padding: 0;
}

@media screen and (max-width: 750px) {
  #pageBangumi .contents .block {
    margin: 10px;
    padding: 15px 10px;
    background: url('../../common/img/bg_square_shine.png');
  }
  #pageBangumi .contents .block .inner {
    margin: 0;
  }
}

#pageBangumi .bangumi_info {
  margin: 20px 0 35px;
}

#pageBangumi .bangumi_info .bangumi_info_txt {
  margin-top: 20px;
  padding: 20px;
  text-align: left;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #pageBangumi .bangumi_info .bangumi_info_txt {
    padding: 0;
    background: transparent;
  }
}

#pageBangumi .bangumi_info .bangumi_info_txt h3,
#pageBangumi .bangumi_info .bangumi_info_txt p {
  font-size: 16px;
  font-weight: bold;
  color: #011558;
}

#pageBangumi .bangumi_info .bangumi_info_txt span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  color: #011558;
}

#pageBangumi .bangumi_btn a {
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  background: #7E5FE4;
  border-radius: 40px;
  border: 2px solid #7E5FE4;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all .5s;
}

#pageBangumi .bangumi_btn a:hover {
  color: #7E5FE4;
  background: #fff;
  transition: all .5s;
}

#pageBangumi .bangumi_lower {
  margin-top: 60px;
}

#pageBangumi .shutuensha h3 {
  position: relative;
  border-top: 1px solid #011558;
  border-bottom: 1px solid #011558;
  margin: 15px 0 45px;
  font-size: 32px;
  color: #011558;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  #pageBangumi .shutuensha h3 {
    font-size: 16px;
  }
}

#pageBangumi .shutuensha_guest ul {
  display: flex;
  margin-bottom: 120px;
}

#pageBangumi .shutuensha_guest ul li {
  width: 32%;
  margin-right: 2%;
}

#pageBangumi .shutuensha_guest ul li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 751px) {
  #pageBangumi .bangumi_info {
    display: flex;
    margin: 55px 0 65px;
  }
  #pageBangumi .bangumi_info .bangumi_info_img {
    max-width: 430px;
  }
  #pageBangumi .bangumi_info .bangumi_info_txt {
    width: 535px;
    margin-left: 35px;
    margin-top: 0;
    padding: 20px;
    text-align: left;
  }
  #pageBangumi .bangumi_info .bangumi_info_txt h3,
  #pageBangumi .bangumi_info .bangumi_info_txt p {
    font-size: 20px;
    font-weight: bold;
  }

  #pageBangumi .bangumi_btn a {
    font-size: 20px;
  }

  #pageBangumi .shutuensha h3 {
    margin: 35px 0 40px;
  }

  #pageBangumi .bangumi_info .bangumi_info_txt span {
    display: block;
    margin-top: 30px;
    font-size: 14px;
  }
}

#pageBangumi .bangumi_lower_wrap {
  display: flex;
  justify-content: center;
}
#pageBangumi .bangumi_lower {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  #pageBangumi .bangumi_lower {
    margin-top: 40px;
  }
}
#pageBangumi .bangumi_lower_square {
  max-width: 250px;
  margin: 0 80px 50px 0;
  padding: 20px 25px;
  background: -moz-linear-gradient(left, #0143A4 0%, #010047 100%);
  background: -webkit-linear-gradient(left, #0143A4 0%,#010047 100%);
  background: linear-gradient(to right, #0143A4 0%,#010047 100%);
  border-radius: 9px;
  box-sizing: border-box;
}
#pageBangumi .bangumi_lower_wrap.col_2 .bangumi_lower_square:nth-child(2n) {
  margin-right: 0;
}
#pageBangumi .bangumi_lower_wrap.col_3 .bangumi_lower_square:nth-child(3n) {
  margin-right: 0;
}
#pageBangumi .bangumi_lower_square_side {
  display: flex;
  align-items: center;
  max-width: 430px;
  margin: 0 35px 0 0;
  padding: 15px;
}
#pageBangumi .bangumi_lower_square_side .bangumi_lower_square_img {
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #pageBangumi .bangumi_lower_square_side .bangumi_lower_square_img img {
    max-width: 105px;
  }
}
#pageBangumi .bangumi_lower_square_side .bangumi_lower_square_txt {
  padding-left: 20px;
  text-align: left;
}
#pageBangumi .bangumi_lower_square_nomg {
  margin-right: 0;
}
.bangumi_lower_square_txt p {
  margin: 10px 0 0;
  font-size: 25px;
  color: #fff;
}
.bangumi_lower_square_txt span {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  #pageBangumi .bangumi_lower_wrap {
    flex-wrap: wrap;
  }
  #pageBangumi .bangumi_lower_square {
    width: 49%;
    max-width: initial;
    margin: 0 2% 35px 0;
    padding: 20px 25px;
  }
  #pageBangumi .bangumi_lower_wrap.col_3 .bangumi_lower_square:nth-child(2n) {
    margin-right: 0;
  }
  #pageBangumi .bangumi_lower_square {
    padding: 15px;
  }
  #pageBangumi .bangumi_lower_square_nomg {
    margin-right: 0;
  }
  #pageBangumi .bangumi_lower_square_side {
    width: 100%;
    max-width: 100%;
    margin: 0 0 35px;
    padding: 15px;
  }
  .bangumi_lower_square_txt p {
    font-size: 15px;
  }
  .bangumi_lower_square_txt span {
    font-size: 12px;
  }
}
.sorry_txt {
  font-size: 20px;
}

@media screen and (min-width: 751px) {
  .sorry_txt {
    font-size: 26px;
  }
}

@media screen and (max-width: 1000px) {
  #pageBangumi .bangumi_lower_wrap {
    flex-wrap: wrap;
  }
  #pageBangumi .bangumi_lower_square {
    width: 49%;
    max-width: initial;
    margin: 0 2% 35px 0;
    padding: 20px 25px;
  }
  #pageBangumi .bangumi_lower_wrap.col_3 .bangumi_lower_square:nth-child(2n) {
    margin-right: 0;
  }
  #pageBangumi .bangumi_lower_square {
    padding: 15px;
  }
  #pageBangumi .bangumi_lower_square_nomg {
    margin-right: 0;
  }
  #pageBangumi .bangumi_lower_square_side {
    width: 100%;
    max-width: 100%;
    margin: 0 0 17px;
    padding: 15px;
  }
  .bangumi_lower_square_txt p {
    font-size: 15px;
  }
  .bangumi_lower_square_txt span {
    font-size: 12px;
  }
}

/* ----------------------------------- */
/* additional */
/* ----------------------------------- */

.bg_blue_grad {
  background: #01008d;
  background: -moz-linear-gradient(top, #01008d 0%, #010047 100%);
  background: -webkit-linear-gradient(top, #01008d 0%,#010047 100%);
  background: linear-gradient(to bottom, #01008d 0%,#010047 100%);
}
.designWrap {
  position: relative;
  background-image: url("../../common/img/bg_square_shine.png");
  background-size: 100%;
  background-position: center top;
}
.designWrap .inner {
  max-width: 1100px;
}
.designWrap_bottom {
  padding: 60px 25px 80px;
}
@media screen and (min-width: 751px) {
  .designWrap_bottom {
    padding: 60px 40px;
  }
}
.designWrap:after,
.designWrap:before,
.designWrap_bottom:after,
.designWrap_bottom:before {
  display: block;
  position: absolute;
}
.designWrap:before {
  content: url("../../common/img/design_ff01.svg");
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 750px) {
  .designWrap:before {
    content: url("../../common/img/design_ff01_sp.png");
  }
}
.designWrap:after {
  content: url("../../common/img/design_ff02.svg");
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 750px) {
  .designWrap:after {
    content: url("../../common/img/design_ff02_sp.png");
  }
}
.designWrap_bottom:before {
  content: url("../../common/img/design_ff03.svg");
  bottom: 10px;
  left: 10px;
}
@media screen and (max-width: 750px) {
  .designWrap_bottom:before {
    content: url("../../common/img/design_ff03_sp.png");
  }
}
.designWrap_bottom:after {
  content: url("../../common/img/design_ff04.svg");
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 750px) {
  .designWrap_bottom:after {
    content: url("../../common/img/design_ff04_sp.png");
  }
}
.designWrap_line01,
.designWrap_line02 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 220px);
  height: 2px;
  background-color: #011558;
}
.designWrap_line01 {
  top: 30px;
}
.designWrap_line02 {
  bottom: 30px;
}
.designWrap_line03,
.designWrap_line04 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2px;
  height: calc(100% - 220px);
  background-color: #011558;
}
.designWrap_line03 {
  left: 15px;
}
.designWrap_line04 {
  right: 15px;
}
@media screen and (max-width: 750px) {
  .designWrap_line01,
  .designWrap_line02 {
    width: calc(100% - 130px);
  }
  .designWrap_line03,
  .designWrap_line04 {
    height: calc(100% - 130px);
  }
}
@media screen and (max-width: 750px) {
  .designWrap_line01 {
    top: 10px;
  }
  .designWrap_line02 {
    bottom: 10px;
  }
  .designWrap_line03 {
    left: 10px;
  }
  .designWrap_line04 {
    right: 10px;
  }
}
#nav li a {
  color: #011558;
}
@media screen and (max-width: 750px) {
  #nav li a {
    color: #fff;
  }
}
.hvrLine::before {
  background: #011558;
}
#bottomvote {
  margin: 60px 0 0;
}
@media screen and (max-width: 750px) {
  #bottomvote {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  #bottomvote h2.ffTtl img {
    height: 100px;
  }
}
#bottomvote .fourVoteSection ul {
  margin-top: 50px;
}
@media screen and (min-width: 751px) {
  #bottomvote .fourVoteSection ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#bottomvote .fourVoteSection ul li {
  width: 100%;
  margin: 0 0 2% 0;
}
@media screen and (min-width: 751px) {
  #bottomvote .fourVoteSection ul li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  #bottomvote .fourVoteSection ul li a {
    transition: all .3s;
  }
  #bottomvote .fourVoteSection ul li a:hover {
    opacity: .8;
    transition: all .3s;
  }
}
#bottomvote .fourVoteSection ul li:nth-child(2n) {
  margin-right: 0;
}
.form_bg {
  padding: 10px;
  background-color: rgba(255,255,255, 0.85);
}
.hoverOpa a {
  transition: all .3s;
}
.hoverOpa a:hover {
  opacity: 0.8;
  transition: all .3s;
}
@media screen and (max-width: 750px) {
  header#cmnHdr .gNav {
    padding-bottom: 10px;
  }
}

.grade_blue_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: -moz-linear-gradient(left, #0143A4 0%, #010047 100%);
  background: -webkit-linear-gradient(left, #0143A4 0%,#010047 100%);
  background: linear-gradient(to right, #0143A4 0%,#010047 100%);
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 9px;
  border: 2px solid #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,.27);
}
@media screen and (max-width: 750px) {
  .grade_blue_ttl {
    padding: 10px;
    font-size: 16px;
  }
}

.grade_btn_skyblue a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(to right, #003BFF 0%, #5BC2BE 100%);
  text-align: center;
  border-radius: 40px;
  border: 2px solid #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,.27);
  max-width: 400px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.grade_btn_skyblue a:hover {
  opacity: .8;
}

.bangumi_lower {
  padding: 50px;
  background: url('../../common/img/bg_square_shine.png');
}
@media screen and (max-width: 750px) {
  .bangumi_lower {
    padding: 20px 10px;
    background: none;
  }
}


/*----------------------------------------------------
movie 再生ボタン
----------------------------------------------------*/
.movieWrap.umekomi {
  display: block;
  position: relative; }
.movieWrap.umekomi iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.movieWrap.umekomi.square {
  background: transparent!important;
}
.movieWrap.umekomi iframe.square {
  width: 56.25%;
  left: 21.875%;
}
.movie_douteki {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
/*  */
.bangumi_upper .wrap {
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .bangumi_upper .wrap {
    padding: 25px 0;
    background: transparent;
  }
}
.bangumi_upper .programWrap {
  margin: 40px 0 0;
  border-bottom: 0;
}
/* @media screen and (max-width: 750px) { */
.bangumi_upper .programWrap .aboutTxt {
  margin-top: 0;
}
/* } */
/*----------------------------------------------------
program
----------------------------------------------------*/
#program {
  margin-bottom: 140px;
}
#program h2 {
  margin-bottom: 70px;
}
.programWrap {
  position: relative;
  margin-top: 120px;
}
@media screen and (min-width: 751px) {
  .programWrap {
    margin: 0 0 70px;
    padding-bottom: 50px;
    border-bottom: dotted 2px #011558;
  }
}
.programWrap:last-child {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .programWrap .btn_normal {
    text-align: center;
  }
}
.programWrap .btn_normal a {
  display: inline-block;
  margin-top: 30px;
  padding: 7px 45px 5px;
  border: 1px solid #011558;
  border-radius: 20px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #011558;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 2px 2px 2px rgba(0,0,0,.30);
}
@media screen and (min-width: 751px) {
  .programWrap .btn_normal a:hover {
    border: 1px solid #011558;
    color: #fff;
    background-color: #011558;
    transition: all .3s;
  }
}
.programWrap .wrap .pc_alignLeft {
  text-align: left;
}
.aboutTtl {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #011558;
}
@media screen and (max-width: 750px) {
  .aboutTtl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -85px;
    left: 0;
    height: 60px;
    background: linear-gradient(to right, #01008d 0%,#010047 100%);
    font-size: 17px;
    color: #fff;
    text-align: center;
    border-radius: 9px;
    border: 2px solid #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.27);
  }
  /* .aboutTtl.gyou2 {
    top: -85px;
  } */
}
.m_box .text {
  margin-top: 0;
}
.aboutTxt {
  display: block;
  margin: 25px 0 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .aboutTxt .is-pc-show {
    display: inline-block;
  }
}
.aboutTxt,
.aboutTxtNormal {
  color: #011558;
}
.aboutTxtNormal {
  margin-top: 20px;
}
@media screen and (min-width: 751px) {
  .aboutTxt .aboutTxtDate .is-pc-show {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .aboutTxt .aboutTxtDate {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #011558;
    line-height: 1;
  }
  .aboutTxt .aboutTxtDate01:after {
    content: url('../../common/img/icon_bs.svg');
    position: absolute;
    top: 0;
    right: -43px;
  }
  .aboutTxt .aboutTxtDate02:after {
    content: url('../../common/img/icon_nhk.svg');
    position: absolute;
    top: 0;
    right: -43px;
  }
  .aboutTxt .aboutTxtTime {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #011558;
  }
  .aboutTxtNormal {
    font-size: 15px;
    font-weight: normal;
    color: #011558;
  }
  .aboutTxt .aboutTxt01,
  .aboutTxt .aboutTxt02 {
    display: block;
    margin: 25px 0 0;
  }
}

/* template */

#template .bg_fixed {
  display: none;
}

.triLine.grade,
.triLine_noarrow.grade {
  position: relative;
  max-width: 1000px;
  margin: 20px auto 40px;
  padding: 10px 0 5px;
  color: #fff;
  font-weight: normal;
  background: #01008d;
  background: -moz-linear-gradient(right, #0143A4 0%, #00003C 100%);
  background: -webkit-linear-gradient(right, #0143A4 0%,#00003C 100%);
  background: linear-gradient(to right, #0143A4 0%,#00003C 100%);
  border: 2px solid #fff;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  box-sizing: border-box;
}
.triLine_noarrow.grade {
  font-size: 30px;
  font-weight: bold;
  border-radius: 9px;
}

@media screen and (max-width: 750px) {
  .triLine.grade {
    padding: 10px 0 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .triLine.grade {
    margin: 20px;
  }
}

@media screen and (max-width: 750px) {
  .triLine_noarrow.grade {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .triLine_noarrow.grade {
    margin: 20px 40px;
  }
}

.triLine.grade:after,
.triLine_noarrow.grade:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 25px;
  height: 10px;
  margin: auto;
  z-index: 1;
  background-image: url('../../common/img/arrow_triangle.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.triLine_noarrow.grade:after {
  background-image: none;
}

.btn_grade a,
.btn_grade_l a,
.btn_grade_blue a,
.btn_grade_l_blue a,
.btn_grade_grey a,
.btn_grade_l_grey a {
  display: block;
  max-width: 290px;
  margin: 20px auto;
  padding: 5px 20px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all .3s;
  box-sizing: border-box;
}
.btn_grade_l a,
.btn_grade_l_blue a,
.btn_grade_l_grey a {
  max-width: 500px;
}
.btn_grade a,
.btn_grade_l a {
  background: -moz-linear-gradient(left, #003BFF 0%, #5BC2BE 100%);
  background: -webkit-linear-gradient(left, #003BFF 0%,#5BC2BE 100%);
  background: linear-gradient(to right, #003BFF 0%, #5BC2BE 100%);
}
.btn_grade_blue a,
.btn_grade_l_blue a {
  background: #011558;
}
.btn_grade_grey a,
.btn_grade_l_grey a {
  background: #9AA0BF;
}
@media screen and (min-width: 751px) {
  .btn_grade a:hover,
  .btn_grade_l a:hover,
  .btn_grade_blue a:hover,
  .btn_grade_l_blue a:hover,
  .btn_grade_grey a:hover,
  .btn_grade_l_grey a:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 750px) {
  .btn_grade a,
  .btn_grade_blue a,
  .btn_grade_grey a {
    max-width: 200px;
    font-size: 14px;
  }
  .btn_grade_l a,
  .btn_grade_l_blue a,
  .btn_grade_l_grey a {
    max-width: 300px;
    font-size: 14px;
  }
}

.left_bar_ttl {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 10px 15px;
  text-align: left;
  border: 1px solid #011558;
  box-sizing: border-box;
}
.left_bar_ttl span {
  display: block;
  padding: 0 15px;
  font-size: 20px;
  color: #011558;
  border-left: 5px solid #011558;
}
.left_bar_ttl.blue {
  background: #011558;
}
.left_bar_ttl.blue span {
  display: block;
  background: #011558;
  color: #fff;
  border-left: 5px solid #fff;
}
@media screen and (max-width: 750px) {
  .left_bar_ttl span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .left_bar_ttl {
    margin: 20px;
  }
}

.sky_square {
  max-width: 1000px;
  margin: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .sky_square {
    width: 100%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 750px) {
  .sky_square {
    min-height: 150px;
  }
}
.square_1,
.square_wrap {
  width: 100%;
  margin: 20px 0;
  box-sizing: border-box;
}
.square_1,
.square_2 {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .square_1,
  .square_wrap {
    margin: 20px 0;
  }
}
.square_1 {
  box-sizing: border-box;
}
.square_wrap {
  display: flex;
}
.square_wrap .square_2 {
  background: #EEFAFF;
  margin-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .square_wrap .square_2 {
    margin-right: 20px;
  }
}
.square_wrap .square_2:last-child {
  margin-right: 0;
}

.ranking_wrap {
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .ranking_wrap {
    margin: 20px;
  }
}
.ranking_ttl {
  width: 49%;
  margin-right: 2%;
}
.ranking_ttl:last-child {
  margin-right: 0;
}
.ranking_ttl a {
  display: block;
}
.ranking_ttl a:hover {
  opacity: .8;
  transition: .3s;
}
.ranking_ttl span {
  position: relative;
  display: block;
}
.ranking_ttl a span {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .ranking_ttl a span {
    font-size: 14px;
  }
}
.ranking_ttl span:before,
.ranking_ttl span:after {
  position: absolute;
  top: 12px;
  bottom: 0;
  width: 30px;
  height: 20px;
}
.ranking_ttl span:before {
  left: -50px;
}
.ranking_ttl span:after {
  right: -50px;
}
@media screen and (max-width: 750px) {
  .ranking_ttl span:before,
  .ranking_ttl span:after {
    top: 10px;
    width: 17px;
    height: 11px;
  }
}
.ranking_ttl.blue span:before,
.ranking_ttl.blue span:after {
  content: url('../../common/img/icon_crown_blue.svg');
}
@media screen and (max-width: 750px) {
  .ranking_ttl.blue span:before,
  .ranking_ttl.blue span:after {
    content: url('../../common/img/icon_crown_blue_sp.png');
  }
}
.ranking_ttl.green span:before,
.ranking_ttl.green span:after {
  content: url('../../common/img/icon_crown_green.svg');
}
@media screen and (max-width: 750px) {
  .ranking_ttl.green span:before,
  .ranking_ttl.green span:after {
    content: url('../../common/img/icon_crown_green_sp.png');
  }
}
.ranking_ttl.red span:before,
.ranking_ttl.red span:after {
  content: url('../../common/img/icon_crown_red.svg');
}
@media screen and (max-width: 750px) {
  .ranking_ttl.red span:before,
  .ranking_ttl.red span:after {
    content: url('../../common/img/icon_crown_red_sp.png');
  }
}
.ranking_ttl.skyblue span:before,
.ranking_ttl.skyblue span:after {
  content: url('../../common/img/icon_crown_skyblue.svg');
}
@media screen and (max-width: 750px) {
  .ranking_ttl.skyblue span:before,
  .ranking_ttl.skyblue span:after {
    content: url('../../common/img/icon_crown_skyblue_sp.png');
  }
}
@media screen and (max-width: 750px) {
  .ranking_ttl span:before  {
    left: -21px;
  }
  .ranking_ttl span:after  {
    right: -21px;
  }
}
.ranking_ttl.blue {
  border: 1px solid #011558;
}
.ranking_ttl.blue a {
  color: #011558;
}
.ranking_ttl.green {
  border: 1px solid #007F9C;
}
.ranking_ttl.green a {
  color: #007F9C;
}
.ranking_ttl.red {
  border: 1px solid #D50000;
}
.ranking_ttl.red a {
  color: #D50000;
}
.ranking_ttl.skyblue {
  border: 1px solid #47B0E1;
}
.ranking_ttl.skyblue a {
  color: #47B0E1;
}




.ranking_ttl.active span:before,
.ranking_ttl.active span:after {
  content: url('../../common/img/icon_crown.svg');
  position: absolute;
  top: 12px;
  bottom: 0;
  width: 30px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  .ranking_ttl.active span:before,
  .ranking_ttl.active span:after {
    width: 17px;
    height: 11;
    top: 10px;
    content: url('../../common/img/icon_crown_sp.png');
  }
}
.ranking_ttl.blue.active {
  background: -moz-linear-gradient(top, #011558 0%, #006CB4 100%);
  background: -webkit-linear-gradient(top, #011558 0%,#006CB4 100%);
  background: linear-gradient(to bottom, #011558 0%, #006CB4 100%);
}
.ranking_ttl.green.active {
  background: -moz-linear-gradient(top, #015858 0%, #00AFB4 100%);
  background: -webkit-linear-gradient(top, #015858 0%,#00AFB4 100%);
  background: linear-gradient(to bottom, #015858 0%, #00AFB4 100%);
}
.ranking_ttl.red.active {
  background: -moz-linear-gradient(top, #580000 0%, #B40000 100%);
  background: -webkit-linear-gradient(top, #580000 0%,#B40000 100%);
  background: linear-gradient(to bottom, #580000 0%, #B40000 100%);
}
.ranking_ttl.skyblue.active {
  background: -moz-linear-gradient(top, #007BB4 0%, #7CD5FF 100%);
  background: -webkit-linear-gradient(top, #007BB4 0%,#7CD5FF 100%);
  background: linear-gradient(to bottom, #007BB4 0%, #7CD5FF 100%);
}
.ranking_ttl.active a {
  color: #fff;
}


#nolCmnFooterSection,
#loadingWrap {
  position: relative!important;
  z-index: 1;
}

.aniHeader {
  z-index: 400!important;
}

.nol_newsAreaWrap {
  position: relative;
  background: #fff;
  z-index: 500;
}
