@import url("https://use.typekit.net/yde4bao.css");
@charset "UTF-8";
< !--#include virtual="/um/v7/css/reset.css"-- >

body {
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  line-height: 1;
}
body, h1, h2, h3, h4, h5, div, p, dl, dt, dd, ol, ul, li, form, table, caption, tbody, tfoot, thead, tr, th, td, article, figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  box-sizing: border-box;
}
p {
  background-color: rgba(255, 255, 255, 0);
}
img, iframe {
  border: none;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.relative {
  position: relative;
}
.hid {
  visibility: hidden;
}
.cover {
  width: 100%;
  height: 100%;
}
@media print {
  .noprint {
    display: none !important;
  }
}
/*font*/
.tCenter {
  text-align: center !important
}
.tRight {
  text-align: right !important
}
.tLeft {
  text-align: left !important
}
/*font-size*/
html {
  font-size: 62.5%;
} /* = 10px */
body {
  font-size: 1.6rem;
} /* = 16px */
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.3rem;
}
h3 {
  font-size: 2.1rem;
}
h4 {
  font-size: 2.0rem;
}
p {
  font-size: 1.6rem;
}
.f160 {
  font-size: 160%;
}
.f140 {
  font-size: 140%;
}
.f130 {
  font-size: 130%;
}
.f120 {
  font-size: 120%;
}
.f110 {
  font-size: 110%;
}
.f95 {
  font-size: 95%;
}
.f90 {
  font-size: 90%;
}
.f85 {
  font-size: 85% !important;
}
.f80 {
  font-size: 80% !important;
}
.f75 {
  font-size: 75% !important;
}
.stgrn {
  color: #D65E7B;
}
.stgrn2 {
  color: #0185AC;
}
.stgrn3 {
  color: #7A4896;
}
.ffsp {
  font-feature-settings: "palt";
}
/*link*/
a {
  text-decoration: none;
  color: #68524c;
  /*  transition: opacity 0.7s ease;*/
}
a:hover {
  text-decoration: none;
  color: #68524c;
  /*  opacity: 0.7;*/
}
#menu {
  position: relative;
  background-image: linear-gradient(rgba(214, 94, 123, 0.8)), url("../img/bg/bg1.jpg");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: cover;
  z-index: 2;
  border-block: 1px solid #42390E;
}
@media all and (min-width: 992px) {
  #menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/menu/menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
  }
  #menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50% !important;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 1100px;
    height: 112px;
    z-index: 0;
  }
  #menu::before, #menu::after {
    pointer-events: none;
  }
}
#menu li, header #logo a, a.btn_prev, a.btn_s, a.btn_i, #prevnext ul li a, .update li a, .bnarea ul li a, .bn_prev a, #gotop a, a.btn_df, ul.bnr li a, .btnitem, #snsarea #sns a, .paraviorg {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header #logo a:hover, a.btn_i:hover, a.btn_df:hover, .bn_prev a:hover, #gotop a:hover, ul.bnr li a:hover, .btnitem:hover, #snsarea #sns a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.no-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.zomin {
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.longhand {
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*/////////////////////////////////////////////////////////////////////////
コンテンツ用CSS／オリジナル設定
/////////////////////////////////////////////////////////////////////////*/
#body {
  position: relative;
  width: 100%;
  /*  height: 100%;*/
  overflow: hidden;
  z-index: 0;
  background-image: linear-gradient(rgba(30, 181, 212, 0.6)), url("../img/bg/bg4.jpg");
}
/*
#con-body > * {
  position: relative;
  z-index: 0;
}
*/
#body {
  position: relative;
}
#body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 100vh;
  background-image: url(../img/bg/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -2;
  pointer-events: none;
}
.inner:not(.slider-unit div.outer ul, .slider-pics div.outer ul) {
  max-width: 1100px;
  margin: 0 auto;
}
#top main {
  width: 1100px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  #top main {
    width: 100%;
  }
}
#top h1 {
  width: 100%;
  height: auto;
  padding: 70.8333333333% 0 0;
  position: relative;
  margin: 0 auto;
}
#top h1 .main1 {
  background: url(../img/main/main.jpg) no-repeat left bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: fadein 1.5s cubic-bezier(.4, 0, .2, 1) normal;
}
#top h1 .main2 {
  position: absolute;
  top: 32%;
  right: 3%;
  width: 29.5%;
  opacity: 0;
  animation: fadein .8s ease-in .5s 1 forwards;
}
#top h1 .main3 {
  position: absolute;
  left: 10%;
  top: 6%;
  width: 8.9%;
  opacity: 0;
  animation: fadein 1.25s ease 1s 1 forwards;
}
#top h1 .main4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2%;
  width: 26%;
  opacity: 0;
  animation: fadein 1.25s ease 1.5s 1 forwards;
}
#top h1 .main1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.topbnr {
  padding: .5em 0;
  background-image: linear-gradient(135deg, rgba(8, 79, 4, .5) 0%, rgba(8, 98, 0, .6) 40%, rgba(9, 108, 0, .6) 100%), url("../img/bg/bg3.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, center center;
  background-size: auto, cover;
}
.topbnr2 {
  position: relative;
  padding: 2.5em 0;
  margin: 0 auto;
  background-repeat: no-repeat, no-repeat;
  background-image: linear-gradient(rgba(246, 205, 202, .75)), url("../img/bg/bg3.jpg");
  width: 100%;
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center top;
  border-block: 1px solid #42390E;
}
.bn_recruit {
  margin: 1em auto;
  width: 500px;
  height: 150px;
  position: relative;
  box-shadow: 8px 8px 20px rgba(8, 98, 0, 0.8);
}
.bn_box {
  position: relative;
}
.bn_box::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
}
.bn_top {
  margin: 1em auto;
  width: 700px;
  height: 137px;
  position: relative;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(13, 13, 13, .8);
  box-shadow: 4px 4px 16px rgba(13, 13, 13, 0.25);
}
.bn_recruit a, .bn_top a {
  display: block;
  width: 100%;
  height: 100%;
  background: url() no-repeat left bottom;
  background-size: cover;
  transition: 0.5s;
}
.bn_recruit a:hover, .bn_top, .bn_bottom a:hover {
  opacity: 0.5;
}
.bn_bottom {
  margin: 1em auto;
  width: 650px;
  height: 195px;
  position: relative;
  background-color: rgba(255, 255, 255, .5);
  box-shadow: 4px 4px 16px rgba(13, 13, 13, 0.25);
}
.bn_bottom a {
  display: block;
  width: 100%;
  height: 100%;
  background: url() no-repeat left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s;
}
.bn_bottom a {
  background-image: url("../img/top/bnr_goods2.jpg");
}
#top_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
/*menu*/
#menu {
  margin: 0 auto;
  position: relative;
  padding: 1em 0;
}
#menu:before, #menu:after, #toplink:before, #toplink:after, .topbnr2:before, #share:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
#toplink:before {
  top: 4px;
  border-top: 1px solid rgba(255, 255, 255, .8);
}
.line1 {
  color: transparent;
}
#menu ul {
  /*  max-width: 1080px;*/
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#menu ul::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  top: 4px;
  border-top: 1px solid #42390E;
}
#menu ul::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  bottom: 4px;
  border-top: 1px solid #42390E;
}
#menu li {
  text-align: center;
  padding: 0;
  vertical-align: middle;
  position: relative;
  margin: 0;
  width: 14%;
  height: 85px;
  width: calc(100% / 7);
}
#menu li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  color: #97bde5;
  position: relative;
  left: 2px;
  z-index: 5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
#menu li a:hover {
  transform: translateY(-1px);
}
#menu li p {
  line-height: 100%;
}
#menu li span.sub {
  display: none
}
#menu li span.ttlruby {
  display: none;
}
#menu li span.ttlruby::before, #menu li span.ttlruby::after {
  content: "";
  width: 8px;
  height: 1px;
  background: #013442;
}
#menu li.menu5 span.sub {
  /*  letter-spacing: .25em;*/
}
#menu li.menu4 span.sub {
  letter-spacing: -.13em;
}
#menu li.menu6 span.sub {
  line-height: 1em
}
@media all and (max-width: 1024px) {
  #menu {
    margin: 0 auto;
    position: relative;
    padding: 1.3em 0;
  }
}
@media all and (max-width: 991px) {
  #menu {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    background-image: linear-gradient(rgba(214, 94, 123, 0.8)), url("../img/bg/bg1_sp.jpg");
  }
  #menu ul {
    width: 100%;
  }
  #menu li {
    height: 100px;
    margin: 0;
    width: 24%
  }
  #menu li a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  #menu li.menu1, #menu li.menu2, #menu li.menu3, #menu li.menu4 {
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
  }
  #menu li:nth-child(n+5) {
    margin-top: 2%;
  }
}
/*sns*/
#toplink {
  position: relative;
  width: 100%;
  margin: 4em auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
  background: url(../img/top/bg4.png) no-repeat center top;
  background-size: cover;
}
#toplink .bnr {
  width: 35%;
  text-align: right;
  color: #fff;
  padding: 0 6vw 0 0;
  border-right: 1px solid rgba(255, 255, 255, .5);
}
#toplink .bnr span {
  font-size: 115%;
  display: inline-block;
  width: 100%;
  margin: .5em 0 0;
}
#toplink .bnr a {
  display: block;
  width: 220px;
  height: 50px;
  margin: 0 0 0 auto;
  position: relative;
  background: url(../img/top/tbsfree.svg) no-repeat center center;
  background-size: contain;
}
#toplink .bnr a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slash {
  width: 25px;
}
#snslink {
  width: 50%;
  margin: 0 0 0 3%;
  text-align: left;
  padding: 0;
  position: relative;
}
#snslink p {
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  font-size: 180%;
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 10px rgba(11, 46, 123, .8);
}
#snslink p span {
  display: block;
  font-size: 1.25rem !important;
  padding: .6em 0 0;
}
#snslink #sns {
  text-align: center;
  margin: 0 0 0 1em;
  display: inline-block;
  vertical-align: middle;
}
#snslink #sns a {
  width: 70px;
  height: 70px;
  margin: 0 5px 0;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  transition: .3s;
  border: 1px solid #fff;
}
#snslink #sns a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40%;
}
@media all and (max-width: 991px) {
  #snslink p {
    font-size: 3.4vw;
  }
  #snslink {
    width: 55%;
    margin: 0 0 0 4%;
  }
  #snslink #sns a {
    width: 60px;
    height: 60px;
    margin: 0 2px 0;
  }
}
.notice {
  background-color: rgba(255, 255, 255, 0.6);
}
.notice p {
  text-align: center;
  color: #003586;
  font-weight: 500;
  font-size: 120%;
  padding: 1.8em .5em 1.8em;
  line-height: 140%;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0 0 1px rgba(255, 255, 255, 1);
}
#next {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  background-image:
    linear-gradient(to bottom, rgba(228, 207, 88, 0.75) 0%, rgba(228, 207, 88, 0.75) calc(75% - 1px), #42390E calc(50% - 1px), #42390E calc(50% + 1px), rgba(214, 94, 123, 0.75) calc(75% + 1px), rgba(214, 94, 123, 0.75) 100%);
  border-inline: 1px solid #42390E;
}
#next::before {
  content: "";
  position: absolute;
  top: 8%;
  right: 38px;
  width: 85%;
  height: 45%;
  box-shadow: rgba(1, 30, 60, 0.2) 8px 8px 24px;
  background-image: linear-gradient(rgba(214, 94, 123, 0)), url(../img/top/blackboard.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center top;
}
#next h2, #topics h2, #whatsnew h2, #stream h2 {
  font-size: 850%;
  font-weight: 600;
  display: block;
  text-align: center;
  animation: headingColor 16s infinite;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-indent: -9999px;
  position: relative;
  display: block;
  width: 80%;
  margin-bottom: 32px
}
#next h2 {
  position: relative;
  overflow: hidden;
  background: url("../img/title/nextstory.png") no-repeat left / contain;
  margin: 0 auto;
  top: 13px;
}
#topics h2 {
  position: relative;
  overflow: hidden;
  background: url("../img/title/topics1.png") no-repeat left / contain;
  margin: 0 auto;
  top: 13px;
  left: -.3em;
}
#whatsnew h2 {
  position: relative;
  overflow: hidden;
  background: url("../img/title/whatnew.png") no-repeat center / contain;
  margin: 0 auto;
  top: 13px;
}
#stream h2 {
  position: relative;
  overflow: hidden;
  background: url("../img/title/stream.png") no-repeat left / contain;
  margin: 0 auto;
}
#next .inner {
  padding: 0 0 2em;
}
#newep::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 70px;
  width: 300px;
  height: 100px;
  background-image: url(../img/top/item1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  pointer-events: none;
  z-index: 2;
  top: 4rem;
}
#newep::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70px;
  width: 160px;
  height: 160px;
  background-image: url(../img/top/item2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  pointer-events: none;
  z-index: 2;
  top: 98rem;
  transform: rotate(-12deg);
}
#newep h3.tagline {
  text-align: center;
  font-size: 300%;
  font-weight: 600;
  padding: .1em 0 .2em;
  color: #fff;
  line-height: 130%;
  text-shadow: 0px 0px 6px #086200, 0px 0px 10px #086200;
  border-top: 1px solid rgba(234, 223, 174, .7);
  border-bottom: 1px solid rgba(234, 223, 174, .7);
  margin: -.2em 0 .4em;
  background: linear-gradient(to right, rgba(8, 98, 0, 0) 0%, rgba(8, 98, 0, 0.8) 25%, rgba(8, 98, 0, 0.8) 50%, rgba(8, 98, 0, 0.8) 75%, rgba(8, 98, 0, 0) 100%);
}
#next .nextmov {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
div.mov-inner {
  position: relative;
  height: 0;
  padding-top: 53.4375%;
  padding-top: 56.25%;
  background-color: #000;
}
div.mov-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#storyline {
  position: relative;
  width: 85%;
  padding: 0 0 1em 0;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin: 1.5em auto 0;
  z-index: 0
}
#newep span.epnume {
  content: "";
  position: absolute;
  top: 30px;
  width: 100%;
  height: 100%;
  background-color: #F8F7F2;
  z-index: -1;
  border: 1px solid #42390E;
  box-shadow: 4px 4px 0 0 #D65E7B;
}
#storyline::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 100%;
  height: 100%;
  background-color: #F8F7F2;
  z-index: -1;
  border: 1px solid #42390E;
  box-shadow: 4px 4px 0 0 #D65E7B;
  text-decoration: none;
  color: #013442;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  line-height: 1.9;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  background-image: linear-gradient(to bottom, rgba(1, 82, 107, 0.12) 1px, transparent 1px);
  background-size: 100% 1.9em;
  background-position: 0 1.9em;
}
#storyline::after {
  content: "";
  position: absolute;
  top: calc(50% + 40px);
  left: 16px;
  transform: translateY(-50%);
  width: 18px;
  height: 220px;
  background-image: repeating-linear-gradient(to bottom, #D65E7B 0px, #D65E7B 14px, transparent 14px, transparent 37px);
  pointer-events: none;
}
.box_oadate {
  align-items: center;
  margin-right: 2em
}
#newep span.epnum {
  font-size: 350%;
  color: #013442;
  display: block;
  line-height: 100%;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .05em;
  position: absolute;
  top: 30px;
  left: 80px;
}
#newep span.epnum span.sharp {
  font-size: 70%;
}
#newep span.epnum span.number {
  font-size: 40%;
  font-weight: 500;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  margin: 0 auto;
  padding: 2.5em 0;
  position: relative;
  background-image: linear-gradient(rgba(228, 207, 88, 0.75)), url(../img/bg/bg1.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
  border: 1px solid #42390E;
}
#storyline p.text {
  font-size: 110%;
  word-break: break-all;
  color: #013442;
  width: 80%;
  padding: .4em 4em 0 0;
  line-height: 1.8;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
#next .oadate img {
  width: 100%;
}
#next .date {
  color: #E84385;
  font-size: 500%;
  font-family: ambroise-std, serif;
  font-weight: 600
}
#next .onair {
  color: #E84385;
  font-size: 450%;
  font-family: ambroise-std, serif;
  font-weight: 600
}
#next .small {
  font-size: 80%;
}
.marker {
  width: 275px;
  margin: 0 auto;
}
.marker a, a.btn_df {
  position: relative;
  left: 0;
  font-size: 200%;
  display: block;
  width: 100%;
  text-align: center;
  color: #013442;
  padding: .7em 0;
  transition: 0.3s;
}
.marker a span {
  font-size: 70%;
  position: relative;
  top: -17px;
  left: 16px;
}
#next .marker a {
  display: inline-block;
  width: 100%;
  background: url(../img/btn/btn1.png) no-repeat center / contain;
  position: relative;
  left: 135%;
}
#tbstopics .marker a {
  display: inline-block;
  width: 100%;
  background: url(../img/btn/btn2.png) no-repeat center / contain;
  position: relative;
  left: 135%;
}
.marker a:hover {
  background: #F7E6BE;
}
#highlight label {
  position: relative;
  position: relative;
  font-size: 200%;
  display: block;
  width: 100%;
  text-align: center;
  color: rgb(1, 52, 66);
  padding: 0.7em 0px;
  transition: 0.3s;
  background: url(../img/btn/btn2.png) center center / contain no-repeat;
}
.marker a span, a.btn_df span, #highlight label span {
  display: inline-block;
  font-weight: 600
}
#topics a.tolist {
  position: relative;
  left: 135%;
  font-size: 200%;
  display: block;
  width: 100%;
  text-align: center;
  color: #013442;
  padding: .7em 0;
  transition: 0.3s;
  z-index: 3
}
#topics a.tolist span {
  display: inline-block;
}
@media all and (max-width: 991px) {
  #newep {
    width: 96%;
    margin: 0 auto;
  }
  #storyline {
    width: 100%;
    margin: 0 auto 0;
  }
  #next .oadate {
    width: unset;
  }
}
/*tbsfree*/
#mov_tbsfree {
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  background-image: linear-gradient(to top, rgba(8, 79, 4, .4) 0%, rgba(8, 98, 0, .75) 50%, rgba(9, 108, 0, .9) 100%), url(../img/top/bg45.png), url(../img/top/bg5.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 0, center center, center center;
  background-size: auto, cover, cover;
  border-bottom: 1px solid rgba(234, 223, 174, .7);
}
/*topics*/
#tbstopics {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(rgba(1, 133, 172, 0.75)), url(../img/bg/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll, fixed;
  background-size: 100% 100%, cover;
  border-inline: 1px solid #42390E;
}
#tbstopics::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image:
    url("../img/top/wave1.svg"), linear-gradient(rgba(214, 94, 123, 0.75), rgba(214, 94, 123, 0.75)), url(../img/bg/bg1.jpg);
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: top left, center center, center center;
  background-attachment: scroll, scroll, fixed;
  background-size: 1100px 50px, 100% 100%, cover;
  -webkit-mask-image: url("../img/top/wave2.svg");
  mask-image: url("../img/top/wave2.svg");
  -webkit-mask-size: 1100px 50px;
  mask-size: 1100px 50px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  pointer-events: none;
  z-index: 2;
}
#tbstopics h2 {
  letter-spacing: -.1em;
  color: #fff;
}
#topics {
  position: relative;
  padding: 0;
  background-size: 140px;
  padding: 0 0;
}
@media all and (min-width: 768px) {
  #topics {
    max-width: 1080px;
    margin: 0 auto;
  }
}
/*whatsnew*/
#whatsnew {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(rgba(214, 94, 123, 0.75));
  border-inline: 1px solid #42390E;
  border-style: solid;
  border-color: #42390E;
  border-width: 0 1px 1px 1px;
  z-index: -2
}
#update {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 2em;
  z-index: 0;
}
#update ul#topicslist {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  /*  height: 350px;*/
  overflow-y: scroll;
  padding: .5em 0 0 0;
  margin: 0 auto;
}
#update ul::-webkit-scrollbar {
  width: 1px;
}
#update ul::-webkit-scrollbar-track {
  background: none;
}
#update ul::-webkit-scrollbar-corner {
  display: none;
}
#update ul::-webkit-scrollbar-thumb {
  background: #E05648;
}
#update ul#topicslist li {
  width: 44.8%;
  max-width: 480px;
  height: auto;
  position: relative;
  margin: 0 0 1.5em 2.5em;
  z-index: 1;
  background-color: #fff;
  background-image:
    linear-gradient(to right, rgba(66, 57, 14, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(66, 57, 14, 0.1) 1px, transparent 1px);
  background-size: 10px 10px;
  background-position: center center;
  border: 1px solid #42390E;
  box-shadow: 4px 4px 0 0 #D65E7B;
  box-sizing: border-box;
}
#update ul#topicslist li a span.thum {
  width: 185px;
  height: 135px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: top;
  margin: 0 2.5% 0 0;
  vertical-align: middle;
  background-color: #fff border-radius: 8px;
}
#update ul#topicslist li p {
  display: inline-block;
  line-height: 1.4;
  padding: 0;
  width: auto;
  vertical-align: middle;
  font-weight: 400;
  font-size: 100%;
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
}
#update ul#topicslist li a {
  display: block;
  width: 100%;
  color: #013442;
  transition: 0.3s;
}
#update ul#topicslist li a:hover {
  background-color: rgba(224, 86, 72, .05);
}
#update ul#topicslist li span.tag {
  color: #fff;
  font-size: 80%;
  display: inline-block;
  position: absolute;
  bottom: 70%;
  text-align: right;
  line-height: 100%;
  padding: .4em .6em .2em;
  background: #D65E7B;
  width: 12%;
  text-align: center;
  font-family: ambroise-std, serif;
}
#update ul#topicslist li span.ymd {
  color: #D65E7B;
  font-size: 100%;
  display: inline-block;
  position: absolute;
  bottom: 6%;
  right: 1.5%;
  text-align: right;
  line-height: 100%;
  padding: 0 .2em 0;
  font-family: ambroise-std, serif;
}
#update .ytbthum {
  background-position: center center !important;
  background-size: contain !important;
}
#update .thum_90 {
  background-position: center center !important;
  background-size: 90% !important;
}
#update .thum_80 {
  background-position: center center !important;
  background-size: 80% !important;
  background-color: rgba(245, 242, 238, .9) !important;
}
@media all and (min-width: 768px) {
  #update ul#topicslist {
    justify-content: start;
    align-items: start;
  }
}
@media all and (max-width: 991px) {
  #update ul#topicslist {
    height: auto;
    width: 96%;
  }
  #update ul#topicslist li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  #update ul#topicslist li p {
    width: 60%;
    font-size: 90%;
    padding: 4% 0 2%;
  }
  #update ul#topicslist li span.ymd {
    font-size: 85%;
  }
  #update ul#topicslist li a span.thum {
    width: 35%;
    height: auto;
    margin: 0 3% 0 0;
    position: relative;
    padding: 28% 0 0;
  }
}
/*bnr*/
.bnarea {
  padding: 3em 0 3em;
  margin: 0 auto;
  position: relative;
  background-color: #F3DDA8;
}
.bnarea::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/bg/bg1.jpg") no-repeat center / cover;
  opacity: 0.3;
  pointer-events: none;
}
.bnarea::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 4px;
  border-top: 1px solid #B59F62;
}
.line2 {
  color: transparent;
}
.line2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 4px;
  border-top: 1px solid #B59F62;
}
ul.bnr, ul.streambnr {
  display: flex;
  flex-flow: row wrap;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  z-index: 1;
}
ul.bnr li {
  width: 460px;
  margin: 0 .5em;
}
ul.bnr li.bnr_event {
  width: 660px;
  margin: 1.5em 1.5em 1.5em;
}
ul.bnr li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
  aspect-ratio: 10 / 3;
  border-radius: 8px;
  transition: 0.3s;
}
ul.bnr li.bnr_event a {
  border-radius: 8px;
  border: 1px solid #E05648;
}
ul.bnr li a:hover {
  background-color: rgba(243, 221, 168, .05)
}
ul.bnr li.bnr_event a {
  background-image: url("../img/bnr/bnr_event.jpg");
}
ul.bnr li.bn_goods a {
  background-image: url("../img/top/bnr_goods.jpg");
}
ul.bnr li.bn_newsdig a {
  background-image: url("../img/top/bnr_newsdig.png");
}
#sns_str {
  background-size: 120%;
}
/*post*/
#snspost {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0px auto;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/bg/bg5.jpg);
  background-position:
    center top, center top;
  background-size:
    100% 100%, 30% auto;
  background-repeat:
    repeat-y, repeat-x;
  padding: 2.5em 0px;
  border-bottom: 1px solid rgb(66, 57, 14);
}
#snspost p {
  vertical-align: middle;
  display: inline-block;
  font-size: 220%;
  text-align: center;
  color: #013442;
  font-weight: 500
}
#snspost p span.outgo {
  display: block;
  font-size: 1.25rem !important;
  padding: .6em 0 0;
}
#snspost #sns {
  text-align: center;
  margin: 0 0 0 1em;
  display: inline-block;
  vertical-align: middle;
  position: relative
}
#snspost #sns a {
  width: 80px;
  height: 80px;
  margin: 0 5px 0;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  transition: .3s;
  background: #0B4A93;
  transition: 0.3s;
}
#snspost #sns a:hover {
  background-color: #0B4A93;
}
#snspost #sns a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 48%;
}
#snspost p.htag {
  font-size: 110%;
  display: block;
  padding: 3em 0 .5em;
  line-height: 100% !important;
  font-weight: 500;
}
#snspost p.htag:not(span) {
  /*  text-shadow: 0px 0px 6px rgba(240, 232, 215, 1), 0px 0px 8px rgba(240, 232, 215, 1);*/
}
#snspost p.htag span {
  font-size: 155%;
  color: #fff;
  padding: 1% 0 0;
  display: inline-block;
  text-shadow: none;
  font-weight: 600;
}
#snspost a.postbtn {
  width: 320px;
  color: #fff;
  padding: .7em 0;
  font-size: 160%;
  margin: .5em auto 0;
  display: block;
  transition: .3s;
  border: 1px solid rgba(255, 255, 255, 0.9);
  transform: skewX(-21deg);
  background: rgba(0, 0, 0, 0.4);
}
#snspost a.postbtn span {
  display: inline-block;
  transform: skewX(21deg);
}
/*footer*/
footer {
  text-align: center;
  padding: 2.5em 0 0;
  z-index: 0;
  width: 1100px;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(rgba(1, 133, 172, 0.75));
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
  border-inline: 1px solid #42390E;
}
footer p.copy {
  text-align: center;
  padding: 2.5em 0;
  font-size: 80%;
  line-height: 140%;
  color: #fff;
  margin-top: 40px
}
footer p.copy a {
  color: #fff;
}
/*f2*/
footer.dir2 {
  margin: 0 auto;
}
/*------------------　2nd　------------------ */
header {
  background-size: cover;
  background: linear-gradient(to bottom, #0185AC 0%, #1EB5D4 100%);
}
#top header {
  background-size: cover;
  background: linear-gradient(to bottom, #0185AC 0%, #1EB5D4 100%);
}
header#dir {
  padding: 0;
  margin: 0 auto;
  position: relative;
}
header#dir #logo {
  margin: 0 auto;
  padding: 2em 0 2em;
  animation: fadein 1.5s ease 0s 1 normal;
  -webkit-animation: fadein 2s ease 0s 1 normal;
}
header#dir #logo a {
  max-width: 800px;
  height: 160px;
  display: block;
  margin: 0 auto;
  background: url("../img/title.png") no-repeat center center;
  background-size: contain;
}
.wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(rgba(228, 207, 88, 0.75));
  background-repeat: repeat-y;
  background-position: top center;
  background-size: auto;
  border-inline: 1px solid #42390E;
}
.wrap .bn_top {
  margin: 1em auto 2em;
  box-shadow: 8px 8px 20px rgba(84, 67, 37, 0.3);
}
.wrap .bn_bottom, {
  margin: 1em auto 2em;
  box-shadow: 8px 8px 20px rgba(84, 67, 37, 0.3);
}
h1#ttl {
  position: relative;
  z-index: 11;
  margin: 0 auto 8px;
  font-weight: 600;
  max-width: 1000px;
  padding: 0;
  position: relative;
  font-size: 850%;
  overflow: hidden;
  position: relative;
  top: 20px;
}
#caststaff h1#ttl {
  font-size: 800%;
}
#info h1#ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/title/news.png) no-repeat center / contain;
  margin: 0 auto;
}
#about h1#ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/title/about.png") no-repeat center / contain;
  margin: 0 auto;
}
#caststaff h1#ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/title/caststaff.png) no-repeat center / contain;
  margin: 0 auto;
}
#story h1#ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/title/story.png) no-repeat center / contain;
  margin: 0 auto;
}
#chart h1#ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/title/chart.png) no-repeat center / contain;
  margin: 0 auto;
}
#articles h1#ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/title/topics2.png) no-repeat center / contain;
  margin: 0 auto;
}
h1#ttl span.hdl {
  opacity: 0;
}
h1#ttl span.subtxt {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 3.5rem;
  letter-spacing: .05em;
  color: #fff;
  margin: 0 0 .5em .25em;
  font-family: "longhand-lp", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  padding: 0;
  text-shadow: 0px 0px 6px #d6aa56, 0px 0px 8px #d6aa56;
}
#contents {
  max-width: 960px;
  background-color: #F8F7F2;
  padding: 4em 0 4em;
  margin: 0 auto 3em;
  position: relative;
  border: 1px solid #013442;
  color: #013442;
}
#special #contents {
  padding: 0 !important;
}
#contents .inner {
  width: 90%;
}
#contents .inner p {
  font-size: 105%;
  padding: 1em 0 .5em;
  line-height: 1.7;
  font-weight: 400;
}
#contents .inner p span.sub_ttl_p {
  font-size: 120%;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  color: #D65E7B;
  border-bottom: 2px dotted #D65E7B;
  margin-bottom: .8em;
}
#contents .inner p span.sub_ttl_b {
  font-size: 120%;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  color: #0185AC;
  border-bottom: 2px dotted #0185AC;
  margin-bottom: .8em;
}
#contents .inner p span.sub_ttl_pl {
  font-size: 120%;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  color: #7A4896;
  border-bottom: 2px dotted #7A4896;
  margin-bottom: .8em;
}
#contents span.catch {
  background: linear-gradient(transparent 60%, rgba(228, 207, 88, 0.4) 60%);
  display: inline;
}
.ph_cut {
  width: 700px;
  height: 467px;
  margin: 1.5em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.ph_cut_l {
  width: 400px;
  height: 600px;
  margin: 1.5em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.lazy {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lazy img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bdr {
  padding: .8em 1.5em;
  margin: 1.5em auto;
  font-size: 95%;
  background-color: rgba(255, 251, 244, 0.8);
}
.bdr2 {
  padding: .8em 1.5em;
  margin: 1.5em auto .5em;
  font-size: 95%;
  border: 1px solid #dabd64;
  box-shadow: 10px 10px 20px rgba(197, 152, 97, 0.2);
}
.fuchidori {
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #fef900;
  -webkit-text-stroke: 1px #fd52ba;
  text-stroke: 1px #fd52ba;
}
a.btn_df {
  font-size: 180%;
  width: 40%;
  margin: 1.25em auto;
  padding: 1em 0;
}
#highlight label {
  font-size: 170%;
  width: 40%;
  margin: 1.25em auto;
  padding: 1em 0;
}
@media all and (max-width: 991px) {
  header#dir {
    padding: 5% 0 0;
  }
  header#dir #logo {
    width: 88%;
    height: auto;
    padding: 18% 0 0;
    position: relative;
    margin: 0 auto 5%;
  }
  header#dir #logo a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  h1#ttl {
    height: 21vw;
    top: 4vw;
  }
  /*
  #chart h1#ttl {
    width: 70%;
    height: 90px;
  }
  #caststaff h1#ttl {
    width: 85%;
    height: 90px;
  }
*/
  #contents {
    width: 96%;
    margin: 0 auto 5%;
    padding: 5% 0;
    box-sizing: border-box;
  }
  .ph_cut {
    width: 95%;
    height: 0;
    padding: 63% 0 0;
    position: relative;
    margin: 1em auto;
  }
  .ph_cut_l {
    width: 60%;
    height: 0;
    padding: 90% 0 0;
    position: relative;
    margin: 1em auto .5em;
  }
}
/*about*/
#highlight h2 {
  font-weight: 600;
  line-height: 180%;
  font-size: 160%;
  margin: .5em 0 .5em;
  text-align: center;
}
#highlight h3 {
  font-weight: 600;
  line-height: 150%;
  font-size: 140%;
  margin: 1em 0 0;
  color: #1d9a12;
}
#highlight h3 span {
  border-bottom: 3px double #1d9a12;
  padding: 0 0 .1em;
  display: inline-block;
}
#highlight h3 + p {
  padding: .5em 0 !important;
}
#highlight h4 {
  font-weight: 500;
  line-height: 160%;
  font-size: 130%;
  padding: 1em 0 .5em;
  text-align: center;
}
#highlight .ph1 {
  width: 600px;
  height: 424.5px;
}
#highlight .ph1 span {
  width: 100%;
  height: 100%;
  background-image: url(../img/about.jpg);
  background-position: center center;
  position: absolute;
  z-index: auto;
  display: block;
  background-size: cover;
}
#highlight .ph1:before, #cast table td {
  padding: .5em .5em .5em 1em;
  font-size: 90%;
}
#highlight p.cap {
  font-size: 85%;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
#highlight .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
#highlight input:checked ~ .hidden_show {
  padding: 0;
  height: auto;
  opacity: 1;
}
#highlight label {
  cursor: pointer;
}
#highlight label span {
  font-size: 80%;
  position: relative;
  top: -14px;
  left: 16px;
}
#highlight input {
  display: none;
}
#highlight .comment {
  padding: .8em 1.5em;
  margin: 1.5em 0;
  position: relative;
  border: 1px solid #D65E7B;
  box-shadow: 4px 4px 0 0 #D65E7B;
  width: 99%;
}
#highlight .comment_b {
  padding: .8em 1.5em;
  margin: 1.5em 0;
  position: relative;
  border: 1px solid #0185AC;
  box-shadow: 4px 4px 0 0 #0185AC;
  width: 99%;
}
#highlight .comment_pl {
  padding: .8em 1.5em;
  margin: 1.5em 0;
  position: relative;
  border: 1px solid #7A4896;
  box-shadow: 4px 4px 0 0 #7A4896;
  width: 99%;
}
#highlight .comment_yl {
  padding: .8em 1.5em;
  margin: 1.5em 0;
  position: relative;
  border: 1px solid #DDBF00;
  box-shadow: 4px 4px 0 0 #DDBF00;
  width: 99%;
}
#highlight .comment h3 {
  line-height: 140%;
  font-size: 120%;
  margin: .2em 0 0;
  color: #D65E7B;
  padding: .2em .8em;
  text-align: center;
  border-bottom: 1px solid #D65E7B;
}
#highlight .comment h3.blue {
  line-height: 140%;
  font-size: 120%;
  margin: .2em 0 0;
  color: #0185AC;
  padding: .2em .8em;
  text-align: center;
  border-bottom: 1px solid #0185AC;
}
#highlight .comment h3.purple {
  line-height: 140%;
  font-size: 120%;
  margin: .2em 0 0;
  color: #7A4896;
  padding: .2em .8em;
  text-align: center;
  border-bottom: 1px solid #7A4896;
}
#highlight .comment h3.yellow {
  line-height: 140%;
  font-size: 120%;
  margin: .2em 0 0;
  color: #DDBF00;
  padding: .2em .8em;
  text-align: center;
  border-bottom: 1px solid #DDBF00;
}
#highlight .comment h3 span {
  border: none;
}
#highlight .comment h4 {
  padding: 0 0 0 2.5em;
  margin: .8em 0 .2em;
  font-size: 115%;
  font-weight: 500;
  text-align: left;
  position: relative;
  color: #ff8f9f;
}
#highlight .comment h4 + p {
  padding: 0 0 .5em !important;
}
#highlight .comment h4:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ff8f9f;
  position: absolute;
  left: 0;
  top: 50%;
}
#highlight .comment p {
  padding: .5em;
}
.emphasis {
  text-emphasis: filled dot black;
  -webkit-text-emphasis: filled dot black;
}
@media all and (max-width: 991px) {
  #highlight .ph1 {
    width: 90%;
    height: 0;
  }
  #highlight .ph1 span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/*caststaff*/
#caststaff h1#ttl span.hdl {
  letter-spacing: -.2em;
  padding: 0 .4em .6em 0;
}
#caststaff .slash {
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
}
#caststaff h2 {
  color: #fff;
  font-size: 160%;
  position: relative;
  display: inline-block;
  position: relative;
  margin: 0 auto 1.3em;
  font-style: normal;
  padding: .4em 4em .2em;
  width: 40%;
  font-family: ambroise-std, serif;
  letter-spacing: .05em;
  background-image: linear-gradient(rgba(1, 133, 172, 0.75)), url(../img/bg/bg1.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
}
#caststaff h2.staff {
  margin: 1em auto 0;
  padding: .4em 4em .2em;
  background-image: linear-gradient(rgba(1, 133, 172, 0.75)), url(../img/bg/bg1.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: cover;
}
#caststaff h3 {
  margin: 1.3em auto .4em;
  font-size: 105%;
  font-weight: 600;
  position: relative;
  line-height: 170%;
  color: #D65E7B;
}
#caststaff .credit {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 140%;
  line-height: 1.8;
  color: #013442
}
#caststaff .credit span.f80 {
  font-size: 80% !important;
}
#caststaff .credit span.f80_2 {
  font-size: 85%;
  line-height: 130%;
  display: block;
}
#caststaff .credit span.f80_3 {
  font-size: 1.5rem;
  line-height: 100%;
  display: block;
  line-height: 130% !important;
  margin: -.2em 0 .25em;
}
#caststaff table {
  width: 98%;
  margin: 0 auto;
  font-size: 140%;
}
#caststaff table td {
  text-align: center;
  padding: 2% 0;
  line-height: 1;
  font-weight: 400;
  color: #013442;
}
#caststaff table td.cname {
  text-align: left;
  width: 48%;
  vertical-align: middle;
  color: #013442
}
span.group {
  font-size: 80%;
}
span.record {
  font-size: 80%;
  position: relative;
  right: 10px
}
span.onodera {
  font-size: 80%;
}
#caststaff table td.chara {
  text-align: right;
  width: 48%;
  vertical-align: middle;
  color: #D65E7B;
  line-height: 100%;
  font-weight: 600;
}
#caststaff table td.naka {
  padding: 0;
  font-size: 80%;
  vertical-align: middle;
  line-height: 0;
  color: rgba(224, 86, 72, .7);
  font-weight: 400;
}
#caststaff table td.maru {
  font-size: 80%;
  color: #D65E7B;
  padding: .5% 0;
  font-weight: 400;
}
#caststaff table tr.shohei1 td {
  padding: 2% 0 1%;
}
#caststaff table tr.shohei2 td {
  padding: 0 0 2%;
}
#caststaff ruby[data-ruby] {
  position: relative;
}
#caststaff ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1.4em;
  right: -2em;
  text-align: center;
  font-size: .5em;
}
/*share*/
#share {
  width: 100%;
  text-align: center;
  margin: 0% auto 0;
  vertical-align: middle;
  padding: 2.5em 0;
  align-items: center;
  position: relative;
  border-inline: 1px solid #42390E;
  border-style: solid;
  border-color: #42390E;
  border-width: 1px 0 1px 0;
  background-image: linear-gradient(rgba(214, 94, 123, 0.75)), url(../img/bg/bg1.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
  background-size: 100% 100%, cover;
  background-position: center center;
}
#top #share {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  background-image: linear-gradient(rgba(1, 133, 172, 0.75));
  border-inline: 1px solid #42390E;
  border-style: solid;
  border-color: #42390E;
  border-width: 0 1px 1px 1px;
}
#share span {
  position: relative;
  color: #fff;
  font-weight: 600;
}
#info #share span, #about #share span, #caststaff #share span, #story #share span, #chart #share span {
  animation: headingColor 16s infinite;
}
#share ul {
  display: inline-block;
  margin: 0 0 0 .5em;
  vertical-align: middle;
}
#share ul li {
  display: inline-block;
  border-radius: 50%;
  margin: 0 .4em 0;
}
#share ul li img {
  width: 50px;
}
#share ul li a {
  display: block;
  transition: 0.3s;
}
#share ul li a:hover {
  opacity: .8
}
/*//////pc//////*/
@media all and (min-width: 992px) {
  .nobr {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .nobr2 {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .pcbr {
    display: none;
  }
}
/*//////smp//////*/
@media all and (max-width: 991px) {
  #body {
    position: relative;
    width: 100%;
    /*  height: 100%;*/
    overflow: hidden;
    z-index: 0;
    background-image: linear-gradient(rgba(30, 181, 212, 0.6)), url("../img/bg/bg4_sp.jpg");
  }
  #body::before {
    width: 94%;
    background-image: url("../img/bg/bg1_sp.jpg");
  }
  body, p {
    font-size: 1.3rem;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 1.5em;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  .f90 {
    font-size: 1.2rem;
  }
  .hidtxt {
    visibility: visible;
  }
  .hid_sp {
    display: none;
  }
  .ph_cut img, .ph_cut_l img, #spot #trailer img, #update ul#topicslist li span.thum img, #newep figure#mainph span img, header#dir #logo a img, .bn_recruit a, .bn_tdc a, .bn_top a, .bn_bottom a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  header {
    background-size: cover;
  }
  #top header {
    background-size: cover;
  }
  /*menu*/
  #menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/menu/menu_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    max-width: 94%;
    margin: 0 auto;
  }
  #menu li {
    height: 0;
    padding: 18% 0 0;
  }
  #menu li a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  #menu li span.sub {
    font-size: 4.3vw;
    font-weight: 600;
  }
  #menu li.menu6 span.sub {
    letter-spacing: -.1em;
  }
  #menu li span.ttlruby {
    font-size: 2.6vw;
  }
  #menu li span.ttlruby::before, #menu li span.ttlruby::after {
    width: 8px;
  }
  .topbnr {
    padding: 4% 0;
  }
  .topbnr2 {
    padding: 3% 0;
  }
  .topbnr2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/bg/bg3_sp.png") center center;
    background-repeat: repeat-x;
    background-size: cover;
    opacity: 0.4;
    pointer-events: none;
  }
  .bn_recruit {
    margin: 0 auto;
    width: 80%;
    height: 0;
    padding: 24% 0 0;
  }
  .bn_box {
    position: relative;
    padding: 4% 0;
  }
  .bn_box::after {
    bottom: -2%;
  }
  .bn_top {
    margin: 0 auto;
    width: 96%;
    height: 0;
    padding: 18.359375% 0 0;
  }
  .bn_bottom {
    margin: 0 auto;
    width: 96%;
    height: 0;
    padding: 28.8% 0 0;
  }
  #toplink {
    padding: 4.5% 0 4%;
    margin: 5% auto 0;
    text-align: center;
  }
  #toplink .bnr {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
  }
  #toplink .bnr a {
    width: 40%;
    height: 0;
    padding: 10% 0 0;
    margin: 0 2% 0 0;
  }
  #toplink .bnr span {
    font-size: 4.1vw;
    margin: 0;
    width: 55%;
    display: inline-block;
    padding: 0;
  }
  #snslink {
    width: 95%;
    text-align: center;
    margin: 2.5% auto 0;
  }
  #snslink p {
    font-size: 5vw;
    padding: 0 !important;
    width: 35%;
    letter-spacing: -.05em;
  }
  #snslink p span {
    display: block;
    font-size: 2vw !important;
    padding: 5% 0 0;
    letter-spacing: 0 !important;
  }
  #snslink #sns {
    margin: 0 0 0 .5%;
    width: 56%;
  }
  #snslink #sns a {
    width: 13.5vw;
    height: 13.5vw;
    margin: 0 .9% 0;
  }
  .slash {
    display: none;
  }
  .notice p {
    font-size: 3vw;
    padding: 3.5% 1%;
    line-height: 160%;
  }
  #next h2, #topics h2, #whatsnew h2, #stream h2 {
    font-size: 11vw;
    padding: 0 3.5vw 2.5vw 2vw;
    width: 100%
  }
  #topics h2 {
    left: 0;
  }
  #next h2 span, #topics h2 span, #whatsnew h2 span, #stream h2 span {
    font-size: 5.5vw;
  }
  /*next*/
  #next {
    width: 94%;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, rgba(228, 207, 88, 0.75) 0%, rgba(228, 207, 88, 0.75) calc(65% - 1px), #42390E calc(50% - 1px), #42390E calc(50% + 1px), rgba(214, 94, 123, 0.75) calc(65% + 1px), rgba(214, 94, 123, 0.75) 100%);
  }
  #next::before {
    content: "";
    position: absolute;
    top: 16vw;
    left: 7vw;
    width: 94%;
    height: 50vw;
  }
  #next .inner {
    padding: 0 0 2vw;
  }
  #next .box_oadate {
    align-items: center;
    margin-right: 2vw;
    position: relative;
    top: 1vw;
  }
  #next .date {
    font-size: 10.5vw;
  }
  #next .onair {
    font-size: 6.5vw;
  }
  #next .small {
    font-size: 8.5vw;
  }
  #newep {
    margin: 0 auto;
    width: 94%;
  }
  #newep::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2vw;
    width: 42vw;
    height: 17vw;
    top: 5vw;
  }
  #newep::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3vw;
    width: 27vw;
    height: 27vw;
    top: 143vw;
  }
  #newep h3.tagline {
    font-size: 7vw;
  }
  #next .nextmov {
    width: 100%;
  }
  #storyline {
    width: 100%;
    padding: 0;
    outline-offset: -5px;
  }
  #storyline::before {
    content: "";
    width: 100%;
    text-decoration: none;
    color: #013442;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    line-height: 1.8;
    padding-top: 0.2vw;
    padding-bottom: 0.2vw;
    background-image: linear-gradient(to bottom, rgba(1, 82, 107, 0.15) 1px, transparent 1px);
    background-size: 100% 5.8vw;
    background-position: 0 5vw;
  }
  #storyline::after {
    content: "";
    position: absolute;
    top: calc(50% + 30px);
    left: 2vw;
    transform: translateY(-50%);
    width: 3.8vw;
    height: 56vw;
    background-image: repeating-linear-gradient(to bottom, #D65E7B 0px, #D65E7B 2.7vw, transparent 2.7vw, transparent 7.5vw);
    pointer-events: none;
  }
  #newep span.epnum {
    left: 9vw;
    font-size: 8vw;
  }
  #newep span.epnum span.sharp {
    font-size: 5.5vw;
  }
  #newep span.epnum span.number {
    font-size: 4vw;
  }
  #storyline p.text {
    font-size: 3.2vw;
    padding: 0;
    width: 72%;
    gap: 0px;
    margin: 3% 3% 0 3%;
  }
  #storyline p.text::before {
    width: 90%;
    position: relative;
    top: -10px;
  }
  #next .oadate {
    width: unset;
  }
  #storyline .marker {
    width: 48%;
    margin: 5% auto 0;
  }
  #newep .marker a {
    width: 50vw;
    font-size: 6vw;
    position: relative;
    left: 50%;
    top: 10px;
  }
  .marker a span {
    position: relative;
    top: -3vw;
    left: 5vw;
  }
  .marker {
    margin: 0 auto;
    width: 235px
  }
  /*topics*/
  #tbstopics {
    width: 94%;
    padding: 0 0;
    margin: 0 auto;
    background-image: linear-gradient(rgba(1, 133, 172, 0.75)), url(../img/bg/bg1_sp.jpg);
  }
  #tbstopics::after {
    bottom: -22vw;
    height: 25vw;
    background-size: 450px 25px, 100vw 100vw, cover;
    -webkit-mask-size: 450px 35px;
    mask-size: 450px 25px;
  }
  #topics {
    background-size: 20%;
    padding: 0 0 0;
    background-position: left 1% top 0;
  }
  #topics a.tolist {
    width: 50vw;
    font-size: 6vw;
    position: relative;
    left: 50%;
  }
  /*whatsnew*/
  #whatsnew {
    width: 94%;
    margin: 0 auto;
    padding: 0 0 2vw;
    background-image: linear-gradient(rgba(214, 94, 123, 0.75));
  }
  #update {
    padding: 0 0 2%;
    width: 100%;
  }
  #update h2 {
    padding: 0 4vw 2.6vw 4vw;
  }
  #update ul#topicslist {
    height: auto;
    margin: 1% auto 0;
    width: 94%;
    overflow-y: scroll;
    /*    height: 460px;*/
    padding: 0;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding: 0 2% 0 0;
  }
  #update ul#topicslist li {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 1.5% 3.5% auto;
  }
  #update ul#topicslist li p {
    line-height: 130% !important;
    font-size: 3.4vw;
    padding: 4% 0 2%;
    width: 58%;
  }
  #update ul#topicslist li span.ymd {
    font-size: 3.5vw;
  }
  .bnarea {
    padding: 3% 0 3%;
  }
  ul.bnr {
    width: 100%;
    align-items: center;
  }
  ul.bnr li {
    width: 94%;
    height: auto;
    margin: 3% auto;
  }
  ul.bnr li.bnr_event {
    width: 94%;
    height: auto;
    margin: 3% auto;
  }
  ul.bnr li a {
    height: 0;
    padding: 30% 0 0;
  }
  #sns_str {
    background-position: left 25% top 0;
    background-size: cover;
  }
  /*post*/
  #snspost {
    padding: 4% 0 4%;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/bg/bg5_sp.jpg);
    background-size:
      100% 100%, 60% auto;
  }
  #snspost p {
    font-size: 5.6vw;
  }
  #snspost p span.outgo {
    display: block;
    font-size: 2vw !important;
    padding: 5% 0 0;
    letter-spacing: 0 !important;
  }
  #snspost #sns {
    margin: 0 0 0 1%;
    width: 52%;
  }
  #snspost #sns a {
    width: 14vw;
    height: 14vw;
    margin: 0 .5% 0;
  }
  #snspost p.htag {
    font-size: 3vw;
    line-height: 130% !important;
    padding: 7.5% 0 2.5%;
  }
  #snspost p.htag span {
    font-size: 5vw;
    padding: 2% 0 0;
  }
  #snspost a.postbtn {
    width: 60%;
    font-size: 4.5vw;
  }
  footer {
    width: 94%;
    margin: 0 auto;
  }
  footer p.copy {
    width: 100%;
    padding: 5%;
    margin-top: 0
  }
  #gotop {
    bottom: 0;
    right: 0;
    z-index: 11;
  }
  #gotop a {
    width: 60px;
    height: 60px;
  }
  /*------------------　2nd　------------------ */
  h1#ttl {
    font-size: 8.5vw;
    margin-bottom: 1vw;
  }
  h1#ttl span.subtxt {
    font-size: 5.5vw;
  }
  .wrap {
    width: 94%;
    padding: 0 0 0;
  }
  .wrap .bn_top {
    margin: 0 auto 5%;
  }
  .wrap .bn_bottom {
    margin: 0 auto 5%;
  }
  #contents {
    padding: 8% 0;
  }
  #contents .inner {
    width: 98%;
  }
  #contents .inner p {
    padding: .5em 0 1em;
    line-height: 160%;
  }
  #contents .inner p.f85, #contents .inner p.f80 {
    line-height: normal !important;
  }
  #contents .inner p span.sub_ttl_p, #contents .inner p span.sub_ttl_b {
    font-size: 4vw;
  }
  .bdr {
    width: 92%;
    padding: .4em 0;
  }
  /*about*/
  #highlight h2 {
    font-size: 3.7vw;
    padding: 0 1% 2.5%;
    line-height: 160%;
  }
  #about #contents p, #story #contents p {
    padding: 1em 4% .5em;
  }
  #highlight h3 {
    font-size: 4.5vw;
    padding: 0 4%;
    margin: 5% auto 1.5%;
    line-height: 140%;
  }
  #highlight h3 span {
    padding: 0 0 .25em;
  }
  #highlight h3 + p {
    padding: .5em 4% .5em !important;
  }
  #highlight h4 {
    font-size: 4vw;
    padding: 2% 1% 0;
  }
  #highlight .ph1 {
    margin: 0 auto;
  }
  #highlight .comment h3 {
    margin: 0;
  }
  #highlight .comment {
    width: 94%;
    margin: .8em auto 1em;
    padding: 4% 5%;
    background-size: 50%;
  }
  #highlight .comment p {
    padding: 1% 0 0 !important;
  }
  #highlight label span {
    position: relative;
    top: -2.4vw;
    left: 5vw;
  }
  /*caststaff*/
  #caststaff .slash {
    width: 3.5vw;
  }
  #caststaff h2 {
    margin: 0 auto 5%;
    font-size: 130%;
    padding: .2em 0 0;
  }
  #caststaff h2.staff {
    margin: 8% auto 0;
    padding: .2em 0 0;
  }
  #caststaff h3 {
    margin: 5% auto 1.5%;
  }
  #caststaff h3:first-of-type {
    margin: 5% auto 1.5%;
  }
  #caststaff table {
    width: 100%;
    margin: 0 auto;
  }
  #caststaff table td {
    padding: 3.5% 0;
  }
  #caststaff table td.cname {
    font-size: 4.3vw;
    width: 59%;
  }
  span.group {
    font-size: 2.7vw;
  }
  span.record {
    font-size: 2.7vw;
    top: -2.4vw;
  }
  span.onodera {
    font-size: 2.7vw;
  }
  span.nosp {
    display: none
  }
  #caststaff table td.chara {
    font-size: 4.3vw;
    width: 46%;
  }
  #caststaff table td.chara2 {
    position: absolute;
  }
  #caststaff table td.naka {
    font-size: 3.5vw;
    vertical-align: middle;
  }
  #caststaff .credit {
    font-size: 4.3vw;
    margin: 0 auto;
    width: 100%;
  }
  #caststaff table td.cname span.f90 {
    font-size: 3vw;
  }
  #caststaff table td.maru {
    font-size: 75%;
    padding: 2% 0 !important;
    line-height: 100% !important;
  }
  #caststaff table td.blank {
    padding: 3.5% 0;
  }
  #caststaff table td.cname span.f75 {
    font-size: 2.5vw !important;
  }
  #caststaff .credit span.f80_2 {
    font-size: 90%;
  }
  #caststaff .credit span.f80_3 {
    font-size: 2.8vw;
    margin: -.2em 0 3%;
  }
  #caststaff table tr.shohei1 td {
    padding: 2.5% 0 1%;
  }
  #caststaff table tr.shohei2 td {
    padding: 0 0 2.5%;
  }
  a.btn_df, #highlight label {
    width: 70%;
    margin: 5% auto;
    padding: 5% 0;
    font-size: 5vw;
    letter-spacing: .05em;
  }
  /*share*/
  #share {
    width: 100%;
    margin: 2% auto 0;
    padding: 6% 0;
    background-image: linear-gradient(rgba(214, 94, 123, 0.75)), url(../img/bg/bg1_sp.jpg);
  }
  #top #share {
    width: 94%;
    margin: 0 auto;
  }
  #share ul li {
    margin: 0 .2em 0;
  }
  #share ul li img {
    width: 40px;
  }
}
@media all and (max-width: 320px) {
  a.btn_ap {
    width: 70%;
  }
}
.md-inner {
  box-shadow: none !important;
}
.md-caption {
  color: #222 !important;
}
.fadedown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadedown;
  -ms-animation-name: fadedown;
  animation-name: fadedown;
  visibility: visible !important;
}
@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.nocontxt {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  text-align: center;
}
.nocontxt img {
  pointer-events: none;
}
.soon {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
#menu li.soon span.sub, #menu li.soon span.ttlruby {
  opacity: .4
}
/*	.announce
============================== */
.announce {
  color: #FFFFFF;
  background-color: #0d0d0d;
  text-align: center;
  padding: 2.7em 0 2.2em;
  letter-spacing: .1rem;
  position: relative
}
.announce:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
  animation: headingColor 16s infinite;
}
.announce p {
  font-size: 3rem;
}
.note {
  font-size: 2rem;
}
.space {
  letter-spacing: -1rem;
}
@media all and (max-width: 991px) {
  .announce {
    padding: 4% 0 2.5%;
  }
  .announce p {
    font-size: 4.5vw;
    line-height: 1.2em;
  }
  .note {
    font-size: 2.8vw;
    line-height: 0;
  }
}
/*	.pagetop
============================== */
body::after {
  content: "";
  position: fixed;
  width: 0;
  height: 0;
  background: url("../img/top/top_hover.png") no-repeat;
  pointer-events: none;
  opacity: 0;
}
div.pagetop {
  position: fixed;
  transition: right ease 1s;
  z-index: 2;
  right: -164px;
}
div.pagetop a {
  display: block;
  background-image: url("../img/top/top.png");
  background-size: cover;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right bottom;
}
div.pagetop a:hover {
  background-image: url("../img/top/top_hover.png");
}
@media all and (min-width: 992px) {
  div.pagetop {
    bottom: 20px;
  }
  div.pagetop-on {
    right: 0;
  }
  div.pagetop-off {
    right: -164px;
  }
  div.pagetop a {
    width: 160px;
    height: 160px;
  }
}
@media all and (max-width: 991.98px) {
  div.pagetop {
    bottom: 24px;
  }
  div.pagetop-on {
    right: -10px;
  }
  div.pagetop-off {
    right: -120px;
  }
  div.pagetop a {
    width: 118px;
    height: 118px;
  }
}