﻿/* anime navi fix */
.aniHeader .inner {
	display: block!important;
  text-align: left!important;
  margin: 0!important;
  width: auto!important;
}
@media screen and (max-width: 960px) {
	header#cmnHdr #manuPanel dt a,
	header#cmnHdr .gNav li a {
		font-size: 14px!important;
	}
}
@media screen and (min-width: 1201px) {
	header#cmnHdr .gNav li a {
		font-size: 14px!important;
	}
}


* {
  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%;
}

.mincho {
  font-family:
    'リュウミン EB-KL',
    '游明朝',
    'Yu Mincho',
    YuMincho,
    'Hiragino Mincho ProN',
    'Hiragino Mincho Pro',
    'HGS明朝E',
    'メイリオ',
    Meiryo,
    serif;
}
.mincho_b {
  font-family:
    'リュウミン EH-KL',
    '游明朝',
    'Yu Mincho',
    YuMincho,
    'Hiragino Mincho ProN',
    'Hiragino Mincho Pro',
    'HGS明朝E',
    'メイリオ',
    Meiryo,
    serif;
  font-weight: bold;
}

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: 66px;
  left: 0;
  width: 100%;
  height: calc(100vh - 66px);
  background-position: center top;
  background-size: cover !important;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .bg_fixed {
    top: 0;
    height: 100vh;
  }
}

.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");
  }
}
.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.episode {
  background-image: url("../../common/img/bg_episode.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.episode {
    background-image: url("../../common/img/bg_episode_sp.jpg");
  }
}
.bg_fixed.movie {
  background-image: url("../../common/img/bg_movie.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.movie {
    background-image: url("../../common/img/bg_movie_sp.jpg");
  }
}
.bg_fixed.music {
  background-image: url("../../common/img/bg_music.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.music {
    background-image: url("../../common/img/bg_music_sp.jpg");
  }
}
.bg_fixed.program {
  background-image: url("../../common/img/bg_program.jpg");
}
@media screen and (max-width: 750px) {
  .bg_fixed.program {
    background-image: url("../../common/img/bg_program_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: #000984;
  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: #000984;
}

a:link {
  color: #000984;
}

a:visited {
  color: #000984;
}

@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: 40px;
}
@media screen and (min-width: 751px) {
  .mgnTop {
    margin-top: 60px;
  }
}

.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: #C193FF!important;
}
.text_pink {
  color: #ff336a!important;
}
.text_green {
  color: #64EF88!important;
}
.text_yellow {
  color: #FFD41F!important;
}
.text_orange {
  color: #ff7d00!important;
}
.text_blue {
  color: #00a2ff!important;
}
.text_red {
  color: #E60012!important;
}
.text_black {
  color: #000000!important;
}
.text_navy {
  color: #9aa0bf!important;
}
.text_white {
  color: #ffffff!important;
}


/* opc */
@media screen and (min-width: 751px) {
	a.opc {
		display: block;
		background: #ffffff;
	}
	a.opc img {
		display: block;
		transition: opacity 0.3s;
	}
	a.opc:hover img {
		opacity: 0.8;
	}
}



/*----------------------------------------------------
inner
----------------------------------------------------*/

.inner,
.innerSP {
  text-align: center;
  margin: 0 3.33333%;
}
.innerPC {
  text-align: center;
}
.inner.narr,
.innerPC.narr {
	max-width: 900px;
}
@media screen and (min-width: 751px) {
  .inner,
  .innerPC {
    margin: 0 20px;
  }
  .innerSP {
    margin: 0;
  }
}
@media screen and (min-width: 941px) {
  .inner.narr,
  .innerPC.narr {
    margin: 0 auto;

  }
}
@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: 99999;
}
#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  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;
}
@media screen and (min-width: 751px) {
  #loader {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
  }
}


/*----------------------------------------------------
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: 0;
    right: 74px;
    margin-top: 27px;
    z-index: 100;
    width: 24%;
    height: 46px;
  }
  #sharebtn .spBlock {
    display: none;
  }
  #sharebtn .nhksns {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: space-between;
  }
  #sharebtn .nhksns li {
    display: block;
    width: 32px;
    padding: 0 3px;
    line-height: 0;
  }
  #sharebtn .nhksns li a {
    display: block;
  }
}

@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: #5F3ECF;
  z-index: 100;
  transition: 0.3s all;
}
@media screen and (min-width: 751px) {
  #siteHead {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  }
}

#siteHeadMain .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #siteHeadMain::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #5F3ECF;
  }
  #siteHeadMain .inner {
    margin: 0;
    padding: 8px 5px;
  }
}

#siteHeadMain .logo {
  position: relative;
  width: 45.06%;
  padding-left: 4%;
  line-height: 0;
}

#siteHeadMain .menu {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: .3s ease-in-out;
}

#siteHeadMain .menu  span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  transition: 0.4s cubic-bezier(0.45, 0.49, 0.77, 1.15);
}
#siteHeadMain .menu  span:nth-child(1) {
  top: 5px;
}
#siteHeadMain .menu  span:nth-child(2) {
  top: 15px;
}
#siteHeadMain .menu  span:nth-child(3) {
  top: 25px;
}

#siteHeadMain .menu.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
#siteHeadMain .menu.open span:nth-child(2) {
  top: 15px;
  width: 0%;
  right: 50%;
}
#siteHeadMain .menu.open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

@media screen and (max-width: 750px) {
  #siteHeadMain.open {
    transition-delay: 0.3s;
  }
}

@media screen and (min-width: 751px) {
  #siteHeadMain {
    height: 66px;
    position: relative;
  }
  #siteHeadMain .inner {
    display: block;
    position: relative;
    height: 100%;
    z-index: 1;
  }
  #siteHeadMain .logo {
    width: 36%;
    max-width: 291px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
  }
  #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: -1;
  }
  #nav .vote.forPCib,
  #nav .ranking.forPCib {
    display: block;
  }
  #nav .wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    z-index: -1;
    background: #5F3ECF;
  }
  #nav ul {
    z-index: -1;
    margin: 2% 8.666666% 0;
    border-bottom: solid 1px #ffffff;
  }

  #nav li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: normal;
    padding: 16px 0;
    text-align: left;
    border-top: solid 1px #ffffff;
    box-sizing: border-box;
  }
  #nav li:first-child a {
    border-top: none;
  }
  #nav li a img {
    width: 45.48387%;
  }

  #nav li.sub {
    position: relative;
    margin-top: calc(-45.48387% * 0.1418 - 26px);
  }
  #nav li.sub .plane {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px .5em 10px 1em;
  }
  #nav li.sub a {
    position: relative;
    padding: 10px 0 12px;
    border-top: none;
    border-bottom: dashed 1px #ffffff;
  }
  #nav li.sub a:last-child {
    border-bottom: none;
  }
  #nav li.sub .sub_inner {
    margin-left: 46%;
  }
  #nav li.sub .sub_inner .en {
    display: block;
    font-size: 14px;
  }
  #nav li.sub a img {
    width: 82.45%;
  }
}
@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;
  }
  #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: 160px;
    background: #5F3ECF;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  }
  #nav li .sub_pc.view a {
    text-align: left;
    background: none;
    color: #fff;
  }
  #nav li a .hvrLine::before {
    background: #fff;
  }
  #nav li a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
    padding: 0 1.2vw;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    margin-top: -10px;
  }
  #nav li a:first-child {
    margin-top: 0;
  }
  #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 {
  position: fixed;
  top: auto;
  bottom: 100px;
  left: auto;
  right: 10px;
  width: 60px;
  max-width: none;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -10;
}
#toPageTop img {
  display: block;
  width: 100%;

}
#toPageTop.view {
  opacity: 1;
  bottom: 100px;
  z-index: 99;
}
#toPageTop.view:hover {
  bottom: 92px;
}
@media screen and (max-width: 750px) {
  #toPageTop {
    bottom: 20px;
    right: 5px;
    width: 50px;
  }
  #toPageTop.view {
    bottom: 30px;
  }
  #toPageTop.view:hover {
    bottom: 30px;
  }
}


/*----------------------------------------------------
shareTopSp
----------------------------------------------------*/

#shareTopSp {
  position: relative;
  background: rgba(255,255,255,0.5);
  padding: 20px 0 40px;
}
#shareTopSp .text {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}
#shareTopSp .nhk-snsbtn {
  margin-bottom: 0;
}
#shareTopSp .nhksns-guide {
  display: none!important;
}
@media screen and (min-width: 751px) {
  #shareTopSp {
    display: none;
  }
}


/*----------------------------------------------------
breadcrumb
----------------------------------------------------*/
#breadcrumb {
  padding: 0 20px;
  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;
  margin: 0 auto 50px;
}

#pageTitle h1 img {
  width: 83.73333%;
}
#pageVote #pageTitle h1 img {
  width: 80%;
}

@media screen and (min-width: 751px) {
  #pageTitle {
    max-width: 1000px;
    margin: 0 auto 70px;
  }
  #pageTitle h1 img {
    width: 100%;
    max-width: 627px;
  }
  #pageVote #pageTitle h1 img {
    width: 100%;
    width: 600px;
  }
}

/* btn */
#pageTitle .btn_prev a {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: '';
  margin: -40px 0 0 0;
  width: 28px;
  height: 80px;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.7));
}
#pageTitle .btn_prev a::before,
#pageTitle .btn_prev a::after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 1px;
  height: 24px;
  content: '';
  background: #ffffff;
}
#pageTitle .btn_prev a::before {
  transform: rotate(30deg);
  margin-top: -20px;
}
#pageTitle .btn_prev a::after {
  transform: rotate(150deg);
}

#pageTitle .btn_next a {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  margin: -40px 0 0 0;
  width: 28px;
  height: 80px;
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.7));
}
#pageTitle .btn_next a::before,
#pageTitle .btn_next a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1px;
  height: 24px;
  content: '';
  background: #ffffff;
}
#pageTitle .btn_next a::before {
  transform: rotate(-30deg);
  margin-top: -20px;
}
#pageTitle .btn_next a::after {
  transform: rotate(-150deg);
}

@media screen and (min-width: 751px) {
  #pageTitle .btn_prev a {
    left: 0;
    width: 80px;
  }
  #pageTitle .btn_prev a::before,
  #pageTitle .btn_prev a::after {
    left: 30px;
    width: 3px;
    height: 34px;
    transition: all .1s ease-in-out;
  }
  #pageTitle .btn_prev a:hover::before,
  #pageTitle .btn_prev a:hover::after {
    left: 20px;
  }
  #pageTitle .btn_prev a::before {
    transform: rotate(45deg);
    margin-top: -26px;
  }
  #pageTitle .btn_prev a::after {
    transform: rotate(135deg);
    margin-top: -2px;
  }

  #pageTitle .btn_next a {
    right: 0;
    width: 80px;
  }
  #pageTitle .btn_next a::before,
  #pageTitle .btn_next a::after {
    right: 30px;
    width: 3px;
    height: 34px;
    transition: all .1s ease-in-out;
  }
  #pageTitle .btn_next a:hover::before,
  #pageTitle .btn_next a:hover::after {
    right: 20px;
  }
  #pageTitle .btn_next a::before {
    transform: rotate(-45deg);
    margin-top: -26px
  }
  #pageTitle .btn_next a::after {
    transform: rotate(-135deg);
    margin-top: -2px;
  }
}


/*----------------------------------------------------
searchNotice
----------------------------------------------------*/
#searchNotice {
  position: relative;
  background: rgba(255,255,255,0.9);
  margin: 13px 0;
  padding: 2px 25px;
  box-sizing: border-box;
}

#searchNotice::before,
#searchNotice::after {
  position: absolute;
  top: -13px;
  width: 13px;
  height: 13px;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#searchNotice::before {
  left: 0;
  background-position: right bottom;
  background-image: url(../img/news_t_l.png);
}
#searchNotice::after {
  right: 0;
  background-position: left bottom;
  background-image: url(../img/news_t_r.png);
}

#searchNotice .ex_deco {
  position: relative;
}
#searchNotice .ex_deco::before,
#searchNotice .ex_deco::after {
  position: absolute;
  bottom: -15px;
  width: 13px;
  height: 13px;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#searchNotice .ex_deco::before {
  left: -25px;
  background-position: right top;
  background-image: url(../img/news_b_l.png);
}
#searchNotice .ex_deco::after {
  right: -25px;
  background-position: left top;
  background-image: url(../img/news_b_r.png);
}

#searchNotice .ex_box {
  position: relative;
}
#searchNotice .ex_box::before,
#searchNotice .ex_box::after {
  position: absolute;
  left: -13px;
  width: calc(100% + 26px);
  height: 13px;
  max-height: 100%;
  display: block;
  content: '';
  background: rgba(255,255,255,0.9);
}
#searchNotice .ex_box::before {
  top: -15px;
}
#searchNotice .ex_box::after {
  bottom: -15px;
}
#searchNotice h2 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 0.4em;
  border-bottom: dashed 1px #000984;
}
#searchNotice .text {
  margin-top: 1em;
  font-size: 13px;
  line-height: 1.5;
}
#searchNotice .finished {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  #searchNotice {
    padding: 12px 25px;
  }
  #searchNotice h2 {
    font-size: 20px;
  }
  #searchNotice .text {
    font-size: 14px;
    line-height: 1.78;
  }
  #searchNotice .finished {
    font-size: 18px;
  }

  #searchNotice .ex_deco::before,
  #searchNotice .ex_deco::after {
    bottom: -25px;
  }

  #searchNotice .ex_box::before {
    top: -25px;
  }
  #searchNotice .ex_box::after {
    bottom: -25px;
  }
}



/*----------------------------------------------------
contents block
----------------------------------------------------*/

.contents {
  padding-top: 40px;
}
.contents .block.pgb {
  padding-bottom: 60px;
}
.contents .block {
  padding: 30px 0;
  z-index: 0;
}
.contents .block.pgt {
  padding-top: 60px;
}
.contents .block.pgb {
  padding-bottom: 60px;
}
@media screen and (min-width: 751px) {
  .contents {
    padding-top: 60px;
  }
  .contents .block {
    padding: 35px 0;
  }
  .contents .block.pgb {
    padding-bottom: 120px;
  }
  .contents .block.pgt {
    padding-top: 75px;
  }
}


/*----------------------------------------------------
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: 30px;
}

.contents .pager>ol>li:first-child,
.contents .pager>ol>li:last-child,
.contents .pager>ol>li li {
  padding: 0 2px;
}
.contents .pager>ol>li:first-child a,
.contents .pager>ol>li:last-child a {
	font-size: 10px;
}
.contents .pager>ol>li:first-child a,
.contents .pager>ol>li:last-child a,
.contents .pager>ol>li li a {
  background: #ffffff;
  border: solid 1px #ffffff;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.contents .pager>ol>li li.current a {
  color: #ffffff!important;
  background: #000984;
}
@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: 44px;
    font-size: 18px;
  }
  .contents .pager>ol>li:first-child a,
	.contents .pager>ol>li:last-child a {
		font-size: 14px;
		font-weight: bold;
	}
  .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.7;
  }
  .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: #000984;
  }
}


.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: -34px;
}
.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: -34px;
}

.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:first-child a {
    margin-right: 5px;
  }
  .contents .block .pager>ol>li:last-child a {
    margin-left: 5px;
  }
  .contents .block .pager>ol>li li.is-pc-show {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .contents .block .pager>ol>li:first-child a {
    margin-right: 10px;
  }
  .contents .block .pager>ol>li:last-child a {
    margin-left: 10px;
  }
}


/*----------------------------------------------------
returnTop
----------------------------------------------------*/
.returnTop a {
  display: block;
  max-width: 500px;
  margin: 0 auto 20px;
  color: #ffffff;
  background: #AE9400;
  font-size: 15px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  border: solid 1px #ffffff;
  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: 15px;
}
@media screen and (min-width: 751px) {
  .returnTop a {
    font-size: 18px;
    line-height: 40px;
    border-radius: 20px;
    background-size: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .returnTop a:hover {
    color: #000000;
    background: #ffffff;
  }
  .returnTop a span {
    padding-left: 27px;
  }
  .returnTop a:hover span {
    background-image: url(../img/icon_back_black.png);
    background-size: 20px;
  }
}


/*----------------------------------------------------
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;
  }
}


/*----------------------------------------------------
formLink
----------------------------------------------------*/

#formLink {
  position: relative;
  border-top-color: #AE9400;
}
#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: 74px;
    height: 74px;
    margin: -37px 0 0 -37px;
  }
  a .movThumb img,
  a .movThumb::before {
    transition: all .2s;
  }
  a:hover .movThumb img {
    opacity: 0.7;
  }
  a:hover .movThumb::before {
    width: 84px;
    height: 84px;
    margin: -42px 0 0 -42px;
  }
}

/* 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: #AE9400;
  border-radius: 25px;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.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: #ffffff;
}
@media screen and (min-width: 751px) {
  .searchBack {
    margin-top: 50px;
    font-size: 18px;
    line-height: 45px;
    min-width: 300px;
  }
  .searchBack a {
    min-width: 300px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .searchBack a:hover {
    color: #000984;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .searchBack a span {
    padding-left: 30px;
    background-size: 20px auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .searchBack a:hover span {
    background-image: url(../img/icon_back_black.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: 14px;
  text-align: left;
}
#voteForm fieldset .heading label.space {
  letter-spacing: 0.5em;
}
#voteForm .heading {
  display: block;
  width: 100%;
  background: #DADADA;
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  text-align: left;
  padding: 0.5em 0.8em;
  box-sizing: border-box;
  font-weight: bold;
}
#voteForm #form-series .heading,
#voteForm #form-chara .heading,
#voteForm #form-words .heading {
  background: #5F3ECF;
  color: #ffffff;
}
#voteForm .field {
  margin-top: 5px;
}
#voteForm #form-sex .field {
  border: solid 1px #626262;
}
#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: 18px;
    overflow: hidden;
    position: relative;
  }
  #voteForm .heading,
  #voteForm .field {
    float: left;
  }
  #voteForm .heading {
    width: 26%;
    font-size: 18px;
    padding: 0.5em 0.8em;
    display: table;
    text-align: center;
  }
  #voteForm .heading label {
    display: table-cell;
    vertical-align: middle;
  }
  #voteForm .field {
    width: calc(74% - 20px);
    margin: 0 0 0 20px;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
  }
  #voteForm .field .radioWrap {
    padding: 20px;
  }
  #voteForm .field .radioWrap label {
    margin-left: 35px;
  }
  #voteForm fieldset#form-chara,
  #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;
  }
  #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 {
    font-size: 14px;
    width: 3em;
    padding: 0.3em 0;
    margin: 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 .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;
  }
}


/*----------------------------------------------------
footer_top_copyright
----------------------------------------------------*/

.footer_top_copyright {
  padding: 24px 0;
  background: linear-gradient(90deg, rgba(255, 217, 217, 0.9), rgba(255, 255, 201, 0.9) 60%, rgba(216, 255, 255, 0.9));
}
.footer_top_copyright span {
  display: inline-block;
  font-size: 10px;
  line-height: 1.4;
  padding: 0 0.6em;
}
@media screen and (min-width: 751px) {
  .footer_top_copyright {
    padding: 50px 0;
    background: linear-gradient(90deg, rgba(255, 217, 217, 0.6), rgba(255, 255, 201, 0.6) 60%, rgba(216, 255, 255, 0.6));
  }
  .footer_top_copyright span {
    font-size: 14px;
  }
}


/*----------------------------------------------------
bnrBox
----------------------------------------------------*/

.contents .block.bnrBox {
  padding: 0;
}
.bnrBox .contain {
  position: relative;
  background: url(../img/bnrs_bg.png) repeat-y center top;
  background-size: 100% auto;
  padding: 0 8.66% 5.3%;
  margin: 14vw auto;
  box-sizing: border-box;
}
.bnrBox .contain::before,
.bnrBox .contain::after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: calc(14vw + 1px);
}
.bnrBox .contain::before {
  top: -14vw;
  background: url(../img/bnrs_top.png) no-repeat center top;
  background-size: 100% 100%;
}
.bnrBox .contain::after {
  bottom: -14vw;
  background: url(../img/bnrs_bottom.png) no-repeat center bottom;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
  .bnrBox .contain {
    padding: 0 10%!important;
  }
  .bnrBox .contain.program {
    padding: 0 7.8%!important;
  }
}
@media screen and (min-width: 1058px) {
  .bnrBox .contain {
    margin: 140px auto;
  }
  .bnrBox .contain::before,
  .bnrBox .contain::after {
    height: 141px;
  }
  .bnrBox .contain::before {
    top: -140px;
  }
  .bnrBox .contain::after {
    bottom: -140px;
  }
}


/* bigTitle */
.bnrBox .contain .bigTitle {
  width: 88.7%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .bnrBox .contain .bigTitle {
    width: 64%;
    max-width: 512px;
  }
}


/* period */
.bnrBox .contain .period {
  position: relative;
  margin-top: calc(9% + 33px);
  background: #ffffff;
  border: solid 3px #5F3ECF;
  border-radius: 10px;
  padding: 28px 14px 14px;
}
.bnrBox .contain .period .periodTitle {
  width: 240px;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -120px;
}
.bnrBox .contain .period .text {
  font-size: 15px;
  line-height: 1.428;
  font-weight: bold;
}
.bnrBox .contain .period .text em,
.bnrBox .contain .period .text strong {
  font-size: 17px;
}
@media screen and (min-width: 751px) {
  .bnrBox .contain .period {
    margin: 70px auto 0;
    max-width: 800px;
    padding: 40px 20px 20px;
  }
  .bnrBox .contain .period .periodTitle {
    width: 264px;
    margin-left: -132px;
    top: -23px;
  }
  .bnrBox .contain .period .text {
    font-size: 22px;
  }
  .bnrBox .contain .period .text em,
  .bnrBox .contain .period .text strong {
    font-size: 27px;
  }
}


/* voteLinks */
.bnrBox .contain .voteLinks li {
  margin-top: 10%;
}
@media screen and (min-width: 751px) {
  .bnrBox .contain .voteLinks {
    padding: 10px 0 0;
  }
  .bnrBox .contain .voteLinks li {
    margin: 40px auto 0;
    max-width: 720px;
  }
  .bnrBox .contain .voteLinks li a {
    display: block;
  }
  .bnrBox .contain .voteLinks li a img {
    display: block;
    transition: all 0.2s;
  }
  .bnrBox .contain .voteLinks li a:hover img {
    opacity: 0.8;
  }
}


/*----------------------------------------------------
btn_links
----------------------------------------------------*/

.btn_links {
  padding-top: 10%;
}
.btn_links .btn {
  margin: 20px auto 0;
  width: 100%;
  max-width: 250px;
}
.btn_links .btn:first-child {
  margin-top: 0;
}
.btn_links .btn a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 40px;
  border-radius: 40px;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(to bottom, #FF95DF, #C395FF);
  border: solid 2px #ffffff;
  box-shadow: 3px 3px 8px rgba(0,0,0,.16);
}
.btn_links .btn a .icon {
  display: inline-block;
  padding-left: 24px;
  background: url(../../common/img/icon_mail.svg) no-repeat left center;
  background-size: 19px auto;
}
@media screen and (min-width: 751px) {
  .btn_links {
    padding-top: 60px;
  }
  .btn_links .btn {
    margin: 25px auto 0;
    max-width: 600px;
  }
  .btn_links .btn a {
    font-size: 20px;
    line-height: 70px;
    border-radius: 70px;
    transition: all 0.2s;
  }
  .btn_links .btn a:hover {
    opacity: 0.8;
    box-shadow: 3px 3px 8px rgba(0,0,0,.3);
  }
  .btn_links .btn a .icon {
    padding-left: 50px;
    background-size: 38px auto;
  }
}



/*----------------------------------------------------
bnrBox fix
----------------------------------------------------*/

.bnrBox .contain.search {
  padding-top: 30px;
}
@media screen and (min-width: 751px) {
  .bnrBox .contain.search {
    padding-top: 60px;
  }
}


/*----------------------------------------------------
searchBox
----------------------------------------------------*/

.contents .block.searchBox {
  padding: 10px 0 0;
}
.contents .block.searchBox.mgn {
	padding-top: 30px;
}
.searchBox .contain {
  position: relative;
  background: url(../img/search_bg.png) repeat-y center top;
  background-size: 100% auto;
  padding: 0 8.66% 5.3%;
  margin: 14vw auto;
  box-sizing: border-box;
}
.searchBox .contain::before,
.searchBox .contain::after {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: calc(14vw + 1px);
}
.searchBox .contain::before {
  top: -14vw;
  background: url(../img/search_top.png) no-repeat center top;
  background-size: 100% 100%;
}
.searchBox .contain::after {
  bottom: -14vw;
  background: url(../img/search_bottom.png) no-repeat center bottom;
  background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
	.contents .block.searchBox.mgn {
		padding-top: 60px;
	}
  .searchBox .contain {
    padding: 0 10%!important;
  }
}
@media screen and (min-width: 1058px) {
  .searchBox .contain {
    margin: 140px auto;
  }
  .searchBox .contain::before,
  .searchBox .contain::after {
    height: 140px;
  }
  .searchBox .contain::before {
    top: -140px;
  }
  .searchBox .contain::after {
    bottom: -140px;
  }
}

/* bigTitle */
.searchBox .bigTitle {
	position: relative;
  width: 102px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .searchBox .bigTitle {
    width: 204px;
  }
}

/* searchSubTitle */
.searchSubTitle {
	width: 100%;
	height: 32px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	font-weight: bold;
	background: url(../../common/img/title_search_bg_sp.png) no-repeat center bottom;
	background-size: 100% auto;
}
@media screen and (min-width: 751px) {
	.searchSubTitle {
		height: 46px;
		font-size: 20px;
		background: url(../../common/img/title_search_bg_pc.png) no-repeat center bottom;
		background-size: 100% auto;
	}
}

/* freeWord */
#freeWord {
	margin-top: 40px;
}
#freeWord form {
	margin-top: 30px;
	display: flex;
}
#freeWord .input {
	flex: 1;
}
#freeWord .submit {
	width: 70px;
}
#freeWord input.btnSearch {
	text-indent: -9999px;
	border: 0px;
	width: 70px;
	height: 40px;
	background: #ffffff url(../../common/img/btn_search_sp.png) no-repeat 0 0;
	background-size: 70px 40px;
}
#freeWord input[type="search"]{
	background: #ffffff;
  color: #000000;
  font-size: 15px;
  line-height: 40px;
  border: solid 1px #707070;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

#freeWord .freeWordNote {
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.64;
	text-align: center;
}

@media screen and (min-width: 751px) {
	#freeWord {
		margin-top: 60px;
	}
	#freeWord form {
		margin-top: 40px;
	}
	#freeWord .submit {
		width: 139px;
	}
	#freeWord input.btnSearch {
		cursor: pointer;
		width: 139px;
		height:45px;
		background-image: url(../../common/img/btn_search_pc.png);
		background-size: 139px 45px;
	}
	#freeWord input.btnSearch {
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#freeWord input.btnSearch:hover {
		opacity: 0.8;
	}
  #freeWord input[type="search"]{
    font-size: 20px;
    line-height: 45px;
    height: 45px;
  }

  #freeWord .freeWordNote {
		margin-top: 1.8em;
		font-size: 16px;
		line-height: 1.875;
	}
}

/* lineup */

#lineup {
	margin-top: 50px;
}
@media screen and (min-width: 751px) {
	#lineup {
		margin-top: 80px;
	}
}

#lineup .main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#lineup .main li {
  margin-top: 35px;
  width: 46.774%; 
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#lineup .main li a {
	display: block;
  color: ##000984;
  background: #ffffff;
	text-decoration: none;
}
#lineup .main li img {
	display: block;
	width: 100%;
}
#lineup .main li .wrap {
  position: relative;
  padding: 0.8em;
  margin-top: auto;
  background-color: transparent;
}
#lineup .main li .title {
  font-size: 13px;
  line-height: 1.346;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 100%;
}

#lineup .note_bottom {
	margin-top: 60px;
	border: solid 1px #000984;
	border-width: 1px 0;
	padding: 1.2em 0;
}
#lineup .note_bottom .text {
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
}

@media screen and (min-width: 751px) {
	#lineup .main {
		padding-top: 20px;
	}
	#lineup .main li {
    margin-top: 60px;
		width: 31.25%;
	}
	#lineup .main::after{
  	content: '';
  	display: block;
  	width: 31.25%;
	}
	#lineup .main li .wrap {
		padding: 1em;
	}
  #lineup .main li .title {
    font-size: 16px;
    line-height: 1.5625;
  }

	#lineup .main li a .image img {
		transition: all 0.4s;
	}
	#lineup .main li a:hover .image img {
		opacity: 0.8;
	}

	#lineup .main li a .wrap {
		transition: all 0.4s;
	}
	#lineup .main li a:hover .wrap {
		box-shadow: 3px 3px 8px rgba(0,0,0,.16);
	}

	#lineup .note_bottom {
		margin-top: 60px;
		padding: 1.2em;
	}
	#lineup .note_bottom .text {
		font-size: 14px;
		line-height: 1.6;
	}
}


/* sub_box */
.searchBox .sub_box .title {
	font-size: 16px;
	line-height: 1.3;
}
.searchBox .sub_box .text {
	padding-top: 1em;
	font-size: 14px;
	line-height: 1.53;
}
.searchBox .sub_box .text p {
	margin-top: 1em;
}
@media screen and (min-width: 751px) {
	.searchBox .sub_box .title {
		font-size: 18px;
		line-height: 1.5;
	}
	.searchBox .sub_box .text {
		font-size: 16px;
		line-height: 1.875;
	}
}


/*----------------------------------------------------
voteMaintenance
----------------------------------------------------*/

.voteMaintenance .text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  background: #ffffff; 
}
@media screen and (min-width: 751px) {
  .voteMaintenance .text {
    padding: 30px 20px;
    font-size: 30px;
    line-height: 1.2;
  }
}


/*----------------------------------------------------
voteNews
----------------------------------------------------*/

#voteNews {
  margin-top: 40px;
}
@media screen and (min-width: 751px) {
  #voteNews {
    margin-top: 60px;
  }
}


/* text_box */

#voteNews.block .text_box p {
  font-size: 15px;
  line-height: 1.666;
  font-weight: bold;
  text-align: center;
  padding: 25px 15px;
  border-radius: 10px;
  background-color: #ffffff;
}
#voteNews.block .text_box p.finished {
  display: none;
  color: #ffffff;
  background: #5F3ECF;
}
body.voted #voteNews.block .text_box p {
  display: none;
}
body.voted #voteNews.block .text_box p.finished {
  display: block;
}
@media screen and (min-width: 751px) {
  #voteNews.block .text_box p {
    padding: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
}



/* more */

#voteNews .more {
  font-size: 18px;
  line-height: 1.5;
  line-height: 1.3;
  font-weight: bold;
}
body.voted #voteNews .more.voted {
  margin-top: 10px;
}
@media screen and (min-width: 751px) {
  #voteNews .more {
    font-size: 25px;
  }
}

/* error */

#voteNews.block.error {
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold;
  text-align: left;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.95);
}
@media screen and (min-width: 751px) {
  #voteNews.block.error {
    padding: 36px 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

/* normal */

#voteNews.block.normal {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
}
#voteNews.block.normal .title {
  display: inline-block;
  line-height: 2;
  padding: 0 0.5em;
  border-bottom: solid 1px #000000;
}
#voteNews.block.normal .wrap {
  margin: 16px 0 0;
  text-align: left;
}
#voteNews.block.normal .text {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 751px) {
  #voteNews.block.normal {
    padding: 10px 10px 10px 0;
    font-size: 16px;
    display: flex;
  }
  #voteNews.block.normal .title {
    width: 6em;
    border-bottom: none;
    border-right: solid 1px #000000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #voteNews.block.normal .wrap {
    flex: 1;
    margin: 0;
    padding: 10px 0 10px 20px;
  }
}


/*----------------------------------------------------
voted fix
----------------------------------------------------*/

body #formLink {
  display: none;
}

body #voteNews .more.voted {
  display: none;
}

/* voted */
body.voted #formLink {
  display: block;
}
body.voted #voteNews .more.voted {
  display: block;
}
body.voted #voteForm {
  display: none;
}
#pageMessage.voted #voteForm {
  display: block;
}
body.voted #voteForm.voted_view {
  display: block;
}
.seriesYear {
  text-align: left;
}


/*----------------------------------------------------
message_error_title
----------------------------------------------------*/

.message_error_title {
  padding: 15px 0;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  .message_error_title {
    font-size: 26px;
  }
}


/*----------------------------------------------------
obiTitle
----------------------------------------------------*/

.obiTitle {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.36;
  text-align: center;
  padding: 0.3em 0.6em;
  background: #A48300;
  font-family:
    'リュウミン EB-KL',
    '游明朝',
    'Yu Mincho',
    YuMincho,
    'Hiragino Mincho ProN',
    'Hiragino Mincho Pro',
    'HGS明朝E',
    'メイリオ',
    Meiryo,
    serif;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .obiTitle {
    font-size: 30px;
    padding: 0.2em 0.6em;
  }
}


/*----------------------------------------------------
red_more
----------------------------------------------------*/

.red_more {
  text-align: center;
  padding-bottom: 6px;
}
.red_more a {
  display: block;
  color: #A48300;
  font-style: 13px;
  letter-spacing: 0.05em;
  line-height: 40px;
  border-radius: 40px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  max-width: 250px;
  margin: 0 auto;
  padding: 0 20px;
  background: linear-gradient(to right, #FFDEDE, #FFFFFF);
  border: solid 2px #ffffff;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
  box-sizing: border-box;
}

@media screen and (min-width: 751px) {
  .red_more a {
    font-style: 16px;
    line-height: 40px;
    transition: all 0.3s;
  }
  .red_more a:hover {
    background: #A48300;
    color: #ffffff;
  }
}


/*----------------------------------------------------
column image_
----------------------------------------------------*/

@media screen and (min-width: 751px) {
  .column.image_left,
  .column.image_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column.image_right {
    flex-direction: row-reverse;
  }
  .column.image_left .image,
  .column.image_right .image {
    width: 46.4444%;
  }
  .column.image_left .wrap,
  .column.image_right .wrap {
    width: 50%;
  }
}


/*----------------------------------------------------
contain program
----------------------------------------------------*/

.contain.program .announce {
  margin-top: 40px;
}

.contain.program .announce .imageWrap {
  margin-top: 30px;
}

.contain.program .announce .date {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.contain.program .announce .date .time {
  display: block;
  font-size: 14px;
  margin-top: 0.2em;
}
.contain.program .announce .text {
  margin-top: 20px;
}
.contain.program .announce .red_more {
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .contain.program .announce {
    margin: 60px auto 0;
    max-width: 800px;
  }
  .contain.program .announce .imageWrap {
    margin-top: 60px;
  }

  .contain.program .announce .date {
    margin-top: 60px;
    font-size: 27px;
  }
  .contain.program .announce .date .time {
    font-size: 22px;
  }
  .contain.program .announce .text {
    margin-top: 30px;
  }
  .contain.program .announce .red_more {
    margin-top: 40px;
  }
}


/*----------------------------------------------------
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;
}


/*----------------------------------------------------
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);
  }
}
.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;
  }
}


/*----------------------------------------------------
ranking
----------------------------------------------------*/

.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;
}

















/*----------------------------------------------------
ttl_line
----------------------------------------------------*/

.ttl_line {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.28;
  font-weight: bold;
  text-align: left;
  margin-left: 7px;
  padding: 0.3em 0.8em;
  background: #000000;
}
.ttl_line::before {
  position: absolute;
  top: 0;
  left: -7px;
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: #000000;
}
.ttl_line.purple { background: #5F3ECF; }
.ttl_line.purple::before { background: #5F3ECF; }

.ttl_line.gold { background: #AE9400; }
.ttl_line.gold::before { background: #AE9400; }

.ttl_line.pink { background: #FFBECD; color: #000984; }
.ttl_line.pink::before { background: #FFBECD; }

.ttl_line.blue { background: #C5FFE9; color: #000984; }
.ttl_line.blue::before { background: #C5FFE9; }

@media screen and (min-width: 751px) {
  .ttl_line {
    font-size: 24px;
    margin-left: 14px;
  }
  .ttl_line::before {
    left: -14px;
    width: 7px;
  }
}


/*----------------------------------------------------
col
----------------------------------------------------*/

.col_sp_1,
.col_sp_2,
.col_sp_3,
.col_sp_4,
.col_pc_1,
.col_pc_2,
.col_pc_3,
.col_pc_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_sp_2.rep,
.col_pc_2.rep {
  flex-direction: row-reverse;
}
.col_sp_1 li,
.col_sp_2 li,
.col_sp_3 li,
.col_sp_4 li,
.col_pc_1 li,
.col_pc_2 li,
.col_pc_3 li,
.col_pc_4 li {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .col_sp_2 li {
    width: 48%;
  }
  .col_sp_3 li {
    width: 31.111%;
  }
  .col_sp_3::before {
    content: '';
    display: block;
    width: 31.111%;
    order: 1;
  }
  .col_sp_4 li {
    width: 23.333%;
  }
  .col_sp_4::before {
    content: '';
    display: block;
    width: 23.333%;
    order: 1;
  }
  .col_sp_4::after {
    content: '';
    display: block;
    width: 23.333%;
  }
}
@media screen and (min-width: 751px) {
  .col_pc_2 li {
    width: 48%;
  }
  .col_pc_3 li {
    width: 31.111%;
  }
  .col_pc_3::before {
    content: '';
    display: block;
    width: 31.111%;
    order: 1;
  }
  .col_pc_4 li {
    width: 23.333%;
  }
  .col_pc_4::before {
    content: '';
    display: block;
    width: 23.333%;
    order: 1;
  }
  .col_pc_4::after {
    content: '';
    display: block;
    width: 23.333%;
  }
}


/*----------------------------------------------------
col_list
----------------------------------------------------*/

.col_list li {
  margin-top: 30px;
}
.col_list li .imageWrap.solo {
  margin-top: 20px;
}
.col_list li .imageWrap a {
  display: block;
}
@media screen and (max-width: 750px) {
  .col_list .col_sp_1 li {
    margin-top: 60px;
  }
  .col_list .col_sp_1 li:first-child {
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .col_list li {
    margin-top: 80px;
  }
  .col_list li .imageWrap.solo {
    margin-top: 12px;
  }
}


/*----------------------------------------------------
col_banner
----------------------------------------------------*/

.col_banner li {
  margin-top: 10px;
}
.col_banner li a {
  display: block;
  background: #ffffff;
}
.col_banner li a img {
  display: block;
}
@media screen and (min-width: 751px) {
  .col_banner li {
    margin-top: 25px;
  }
  .col_banner li a img {
    transition: all 0.3s;
  }
  .col_banner li a:hover img {
    opacity: 0.7;
  }
}


/*----------------------------------------------------
triBox
----------------------------------------------------*/

.triBox,
.ttlBox {
  position: relative;
  color: #ffffff;
  background: #000000;
  padding: 10px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 2em;
  box-sizing: border-box;
}
.ttlBox {
  padding: 20px 12px;
  font-size: 17px;
  border: solid 2px #ffffff;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
.triBox::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #000000;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin: 0 0 -11px -10px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  .triBox,
  .ttlBox {
    margin-bottom: 20px;
    padding: 14px;
    font-size: 18px;
  }
  .ttlBox {
    margin-bottom: 0;
    padding: 22px 20px;
    font-size: 30px;
  }
}

.triBox.purple,
.ttlBox.purple {
  background: #5F3ECF;
}
.triBox.purple::after {
  background: #5F3ECF;
}

.triBox.gold,
.ttlBox.gold {
  background: #AE9400;
}
.triBox.gold::after {
  background: #AE9400;
}

.triBox.pink,
.ttlBox.pink {
  background: #FFBECD;
  color: #000984;
}
.triBox.pink::after {
  background: #FFBECD;
}

.triBox.blue,
.ttlBox.blue {
  background: #C5FFE9;
  color: #000984;
}
.triBox.blue::after {
  background: #C5FFE9;
}


/*----------------------------------------------------
rLink
----------------------------------------------------*/

.rLink a {
  display: block;
  position: relative;
  color: #ffffff;
  background: #000000;
  margin: 0 auto;
  padding: 14px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  border-radius: 24px;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  max-width: 500px;
}
.rLink.short a {
  max-width: 200px;
}
@media screen and (min-width: 751px) {
  .rLink a {
    padding: 18px;
    font-size: 18px;
    border-radius: 30px;
    border: solid 2px #ffffff;
    transition: all 0.3s;
  }
  .rLink.short a {
    max-width: 290px;
  }
  .rLink a:hover {
    text-decoration: underline;
    opacity: 0.9;
  }
}
.rLink.purple a {
  background: #5F3ECF;
}
.rLink.gold a {
  background: #AE9400;
}
.rLink.pink a {
  background: #FFBECD;
  color: #000984;
}
.rLink.blue a {
  background: #C5FFE9;
  color: #000984;
}


/*----------------------------------------------------
arrLink
----------------------------------------------------*/

.arrLink a {
  display: block;
  position: relative;
  color: #ffffff;
  background: #000000;
  margin: 0 auto;
  padding: 14px 50px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  border: solid 2px #ffffff;
}
.arrLink a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 36px;
  height: 10px;
  margin-top: -5px;
  background: url('../../common/img/arrlink_white.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.arrLink.purple a {
  background: #5F3ECF;
}
.arrLink.gold a {
  background: #AE9400;
}
.arrLink.pink a {
  background: #FFBECD;
  color: #000984;
}
.arrLink.blue a {
  background: #C5FFE9;
  color: #000984;
}
.arrLink.pink a::after,
.arrLink.blue a::after {
  background: url('../../common/img/arrlink_purple.svg') no-repeat 0 0;
  background-size: 100% 100%;
}

@media screen and (min-width: 751px) {
  .arrLink a {
    padding: 20px 160px;
    font-size: 18px;
    transition: all 0.3s;
  }
  .arrLink a::after {
    right: 20px;
    width: 120px;
    height: 18px;
    margin-top: -9px;
    transition: all 0.3s;
  }
  .arrLink a:hover::after {
    right: 10px;
  }
  .arrLink a:hover {
    text-decoration: underline;
    opacity: 0.9;
  }
}





/*----------------------------------------------------
outTitle
----------------------------------------------------*/

.contents .outTitle {
  width: 81.2%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .contents .outTitle {
    width: 60.9%;
    max-width: 609px;
  }
}



/*----------------------------------------------------
specialMovie
----------------------------------------------------*/

#specialMovie {
  padding: 30px 0 60px;
}
#specialMovie .lead {
  margin-top: 35px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}
#specialMovie .title {
  color: #000984;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.2em;
  border-bottom: solid 2px #AE9400;
  margin-bottom: 6px;
}
@media screen and (min-width: 751px) {
  #specialMovie {
    padding: 75px 0 100px;
  }
  #specialMovie .lead {
    margin-top: 70px;
    font-size: 18px;
  }
  #specialMovie .title {
    font-size: 24px;
    margin-bottom: 12px;

  }
}


/*----------------------------------------------------
subTitleLine
----------------------------------------------------*/

.subTitleLine {
  font-family:
    'リュウミン EB-KL',
    '游明朝',
    'Yu Mincho',
    YuMincho,
    'Hiragino Mincho ProN',
    'Hiragino Mincho Pro',
    'HGS明朝E',
    'メイリオ',
    Meiryo,
    serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  vertical-align: top;
  padding-bottom: 0.9em;
  background: url(../img/subtitle_line.png) no-repeat center bottom;
  background-size: 256px auto;
}
@media screen and (max-width: 350px) {
  .subTitleLine {
    background-size: 220px auto;
  }
}
@media screen and (min-width: 751px) {
  .subTitleLine {
    font-size: 28px;
    padding-bottom: 1em;
    background-size: 512px auto;
  }
}


/*----------------------------------------------------
programMain
----------------------------------------------------*/

#programMain {
  padding: 30px 0 60px;
}
#programMain .contentsTitle {
  font-family:
    'リュウミン EB-KL',
    '游明朝',
    'Yu Mincho',
    YuMincho,
    'Hiragino Mincho ProN',
    'Hiragino Mincho Pro',
    'HGS明朝E',
    'メイリオ',
    Meiryo,
    serif;
  color: #ffffff;
  background: #A48300;
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.6em 0;
}
@media screen and (min-width: 751px) {
  #programMain {
    padding: 75px 0 100px;
  }
  #programMain .contentsTitle {
    font-size: 30px;
    line-height: 1.2;
    padding: 0.2em 0;
  }
}


/*----------------------------------------------------
personList
----------------------------------------------------*/

.personList {
  padding-top: 60px;
  padding-bottom: 10px;
}
.personList li {
  position: relative;
  max-width: 320px;
  margin: 50px auto 0;
  padding: 0 10px 20px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.27));
  background: url("../img/prog_box_bottom.png") no-repeat center bottom;
  background-size: 100% auto;
}
.personList li::before {
  position: absolute;
  top: -25px;
  left: 0;
  overflow: hidden;
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  background: url("../img/prog_box_top.png") no-repeat center bottom;
  background-size: 100% auto;
}
.personList li .image {
  width: 43%;
}
.personList li .wrap {
  width: 50%;
  text-align: left;
}
.personList li .wrap .text {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0.4em;
}
.personList li .wrap .name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
.personList li .wrap .shoulder {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0.3em;
}
@media screen and (min-width: 751px) {
  .personList {
    padding-top: 100px;
  }
  .personList .col_list.col_pc_2 li {
    width: 46.56%;
  }
  .personList li {
    max-width: none;
    margin-top: 75px;
    padding: 0 10px 25px 25px;
  }
  .personList li .wrap .text {
    font-size: 19px;
  }
  .personList li .wrap .name {
    font-size: 22px;
  }
  .personList li .wrap .shoulder {
    font-size: 19px;
  }
}








/*----------------------------------------------------
others
----------------------------------------------------*/

#nolCmnFooterSection,
#loadingWrap {
  position: relative!important;
  z-index: 1;
}

.aniHeader {
  z-index: 400!important;
}

.nol_newsAreaWrap {
  position: relative;
  background: #fff;
  z-index: 500;
}


/* loadingWrap padding */
#loadingWrap {
  padding-top: 46px;
}
@media screen and (min-width: 751px) {
  #loadingWrap {
    padding-top: 66px;
  }
}


/* staticReturn */
#staticReturn.block {
  padding-bottom: 60px;
}
@media screen and (min-width: 751px) {
  #staticReturn.block {
    padding-bottom: 90px;
  }
}



