@charset "utf-8";
/************************************************

@style.css

©︎ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#main {
}

.link-btn-hover {
  color: #fff;
  padding: 5px;
  position: relative;
}

.link-btn-hover::after {
  content: "";
  display: block;
  background: #931e15;
  width: 0;
  height: 2px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  transition: all .4s ease;
}

.link-btn-hover.act::after {
  width: 100%;
  height: 2px;
}

@media all and (min-width:897px) {
  .link-btn-hover:hover::after {
    width: 100%;
    height: 2px;
  }
}

.coming-txt {
  padding: 150px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.txt-404 {
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
  padding: 100px;
  letter-spacing: 6px;
  font-family: double-pica-sc, serif;
  font-weight: 400;
  font-style: normal;
}

.txt-404-sub {
  display: block;
  font-size: 30%;
}


/*-------------------------------

TOP

-------------------------------*/
#top {
  background: #000 url("../img/common/bg.jpg") center top no-repeat fixed;
  background-size: 1920px auto;
}

#top .nav {
  margin: 0 0 0 30px;
  padding: 0 0 50px 30px;
  border-left: 1px solid rgba(255,255,255,.4);
  font-size: 15px;
  letter-spacing: 6px;
  position: relative;
}

#top .nav::after {
  content: "";
  display: block;
  width: 145px;
  height: 1px;
  background: rgba(255,255,255,.4);
  position: absolute;
  bottom: 20px;
  left: -18px;
}

#top .nav .nav-box:nth-child(1) {
  display: none;
}

#top .nav .nav-box {
  margin: 0 0 30px;
}

#top-main {
  position: relative;
  height:  calc((100vw - 320px)*1.41458334 + 70px);
  min-height: 1428px;
}

#top-main-contents {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 320px;
  /*height: calc(100% - 760px);*/
  pointer-events: none;
}

#top-main-ttl {
  width: 320px;
  margin: 34px 0 25px 30px;
}

#top-main-onair {
  width: 100%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin: 0 0 60px 30px;
  letter-spacing: 3px;
  line-height: 1em;
}

.top-main-onair-sub {
  font-size: 80%;
  display: block;
  padding: 5px 0;
  white-space: nowrap;
}

#top-main-copy {
  position: absolute;
  z-index: 1;
  top: 2%;
  right: 4%;
  width: 8.458334%;
}

/*
#main-visual
-------------------------------*/
#main-visual {
  width: calc(100% - 320px);
  height:  calc((100vw - 320px)*1.41458334);
  min-height: 1358px;
  position: relative;
  line-height: 0em;
  background: #000;
  top: 70px;
  left: 320px;
}

.main-visual-box {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  /*opacity: 0;*/
}

.main-visual-box img {
  transform: scale(1.2);
  transition: all 2s cubic-bezier(.22,.9,.7,.94);
}

.main-visual-box.act img {
  transform: scale(1);
}

.main-visual-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: url("../img/top/burn_01.png") no-repeat;*/
  background: #000 url(../img/common/bg.jpg) center top no-repeat;
    background-size: 1920px auto;
	-webkit-mask: url("../img/top/burn_02.png");
	mask: url("../img/top/burn_02.png");
  -webkit-mask-size: 5300% 100%;
  mask-size: 5300% 100%;
  pointer-events: none;
}

.main-visual-box.act::after {
  animation: burn 1.5s steps(52) both;
}

@media all and (-ms-high-contrast: none) {
  .main-visual-box::after {
    content: none;
    display: none;
    animation: none !important;
  }
}

@keyframes burn {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
/*
#top-contents
-------------------------------*/
#top-contents {
  /*width: 320px;
  position: relative;
  margin-top: -760px;*/
  display: flex;
  flex-wrap: wrap;
}

#top-news-twitter {
  order: 1;
  position: absolute;
  top: 220px;
  width: 320px;
}


.top-contents-box {
  width: 100%;
  height: 350px;
  padding: 30px;
}

.top-contents-ttl {
  width: 200px;
  margin: 0 auto 30px;
  padding: 0 0 10px;
  color: #fff;
  font-family: double-pica-sc, serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.top-contents-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 0;
  bottom: -3px;
  left: 0;
}

.top-contents-box-inner {
  position: relative;
  z-index: 1;
}

.event-bnr {
  width: 88%;
  margin: 0 auto 7%;
}
.ova-bnr {
  width: 80%;
  margin: 0 auto 7%;
}

.bnr-line {
  width: 88%;
  height: 1px;
  background: #fff;
  margin: 0px auto 20px;
}

/*
#top-movies
-------------------------------*/
#top-movies-container {
  order: 2;
  width: 100%;
  height: 640px;
  position: relative;
}

#top-movies-container .top-contents-ttl {
  padding: 50px 0 10px;
  margin: 0 auto 100px;
}

#top-movies-container-inner {
  position: relative;
  z-index: 1;
}

#top-movies-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

#top-movies-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/overlay.png") repeat rgba(0,0,0,.3);
  background-size: 2px 2px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

#player-bg {
  width: 100%;
  height: calc(56.25vw + 200px);
  margin-top: calc(-100px - (56.35vw - 640px)/2);
}

.top-movies-more {
  width: 210px;
  margin: 70px auto 0;
}

/*
#top-news
-------------------------------*/
#top-news {
  position: relative;
}

.top-news-bg {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff0000;
  background: radial-gradient(#ff0000, transparent);
  mix-blend-mode: color-dodge;
  opacity: .2;
}

.top-news-box {
  margin: 0 auto 15px;
  letter-spacing: 3px;
}

.top-news-box:nth-last-child(1) {
  margin: 0 auto;
  display: none;
}

.top-news-box-link {
  color: #fff;
  position: relative;
}

.top-news-box-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  left: calc(100% - 30px);
  top: 50%;
  position: absolute;
  z-index: 1;
  background: #fff;
  transition: all .4s ease-in-out;
}

@media all and (min-width:897px) {
  .news-box-link:hover::after {
    width: 30px;
  }
}

.top-news-box-thumb {
  display: none;
  width: 160px;
  height: 90px;
  background: #fff;
  overflow: hidden;
}

.top-news-box-contents {
  width: 100%;
  /*padding: 0 0 0 40px;*/
}

.top-news-box-header {
  font-size: 10px;
  letter-spacing: 1px;
}

.top-news-box-date {
  font-family: 'Bolton';
  color: #6c6c6c;
}

.top-news-tag {
  font-family: double-pica-sc, serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 1;
}

.top-news-tag::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #9a1913;
  position: absolute;
  z-index: -1;
}

.top-news-box-ttl {
  font-size: 13px;
  line-height: 1.5em;
  /*display: flex;
  align-items: center;*/
  height: 70px;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.top-news-more {
  width: 210px;
  margin: 30px auto;
}

/*
#top-twitter
-------------------------------*/
#top-twitter {
  position: relative;
}

.top-twitter-bg {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22228b;
  background: radial-gradient(#22228b, #000);
  mix-blend-mode: color;
  opacity: .6;
}

.top-twitter-ttl {
  color: #fff;
  font-family: double-pica-sc, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.top-twitter-ttl-deco {
  width: 203px;
  margin: 15px auto;
}

.top-twitter-name {
  font-size: 10px;
  color: #000;
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R";
}

.top-twitter-more {
  width: 210px;
  margin: 30px auto;
}

.top-twitter-box {
  height: 185px;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.top-twitter-box iframe {
  min-height: 100% !important;
}

#top-bnr-container {
  padding: 50px 0;
  background: #000;
}

.bnr-item {
  width: 200px;
  margin: 0 10px;
}

/*-------------------------------

CONTENTS

-------------------------------*/
.container {
  
}

.container-inner {
  position: relative;
  z-index: 1;
}

.container-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.container-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sub .container {
  padding: 120px 0 150px;
}

#contents-header-ttl {
  font-family: 'decnodi', serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  /*width: 300px;*/
  margin: 0 auto 50px;
  padding: 80px 0 50px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 8px;
  text-indent: 8px;
  position: relative;
}

#contents-header-ttl::after {
  content: "";
  display: block;
  width: 208px;
  height: 13px;
  background: url("../img/common/ttl_deco.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: calc(50% - 104px);
}


.contents-ttl {
  width: 858px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.posts-nav {
  font-size: 12px;
  font-family: 'Bolton';
  position: relative;
  top: -30px;
  display: flex;
  justify-content: flex-end;
}

.pager-btn {
  margin: 0 15px;
  color: #fff;
}

.pager-link-btn {
  color: #fff;
  display: block;
}

.deco-bottom {
  width: 102px;
  margin: 50px auto 0;
}

/*-------------------------------

NEWS

-------------------------------*/
#news {
  background: #000 url("../img/common/bg.jpg") center top no-repeat fixed;
  background-size: 1920px auto;
}

#news-contents {
  width: 1060px;
  margin: 0 auto;
}

#news-tag-container {
  color: #fff;
  font-family: double-pica-sc, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 3px;
  margin: 0 0 20px;
  position: relative;
  top: 20px;
  right: 0;
}

.news-tag-nav {
  margin: 0 10px;
}

.news-contents-inner {
  padding: 80px;
  position: relative;
  color: #fff;
  min-height: 500px;
}

.news-contents-inner::before {
  content: "";
  display: block;
  width: 540px;
  height: 498px;
  background: url("../img/news/frame_top.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  pointer-events: none;
}

.news-contents-inner::after {
  content: "";
  display: block;
  width: 540px;
  height: 498px;
  background: url("../img/news/frame_bottom.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.news-box {
  margin: 0 auto 30px;
  letter-spacing: 3px;
}

.news-box:nth-last-child(1) {
  margin: 0 auto;
}

.news-box-link {
  color: #fff;
  position: relative;
}

.news-box-link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  left: calc(100% - 30px);
  top: 50%;
  position: absolute;
  z-index: 1;
  background: #fff;
  transition: all .4s ease-in-out;
}

@media all and (min-width:897px) {
  .news-box-link:hover::after {
    width: 30px;
  }
}

.news-box-thumb {
  width: 160px;
  height: 90px;
  background: #fff;
  overflow: hidden;
}

.news-box-contents {
  width: 740px;
  padding: 0 0 0 40px;
}

.news-box-header {
  font-size: 10px;
}

.news-box-date {
  font-family: 'Bolton';
  color: #6c6c6c;
}

.news-tag {
  font-family: double-pica-sc, serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 1;
}

.news-tag::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #9a1913;
  position: absolute;
  z-index: -1;
}

.news-box-ttl {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R";
  font-size: 13px;
  line-height: 1.8em;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 40px 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}


/*
detail
-------------------------------*/
#news-detail {
}

.news-detail-header {
  margin: 0 0 40px;
  justify-content: space-between;
}

.news-detail-ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 60px;
  letter-spacing: 3px;
  line-height: 1.5em;
}

.news-detail-content {
  line-height: 2em;
  font-size: 13px;
  width: 100%;
  overflow: hidden;
}

.news-detail-content a {
  color: #98843e;
  text-decoration: underline;
  transition: all .2s ease;
}

.news-detail-content a:hover {
  text-decoration: none;
  opacity: .8;
}

.news-detail-content img {
  max-width: 100%;
  height: auto;
}

.news-detail-content iframe {
  max-width: 100%;
}

.news-detail-share {
  align-items: center;
}

.news-detail-share-txt {
  font-size: 10px;
  letter-spacing: 3px;
}

.share-btn {
  color: #fff;
  margin: 0 10px;
}

#news-detail-control {
  font-family: double-pica-sc, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  padding: 60px 0 0;
  letter-spacing: 8px;
  position: relative;
  z-index: 10;
}

#prev-btn {
  width: 30%;
}

#home-btn {
  width: 30%;
}

#next-btn {
  width: 30%;
}

.control-btn {
  color: #fff;
  position: relative;
}

.control-btn-line {
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 4px 20px;
  display: inline-block;
}

/*-------------------------------

ONAIR

-------------------------------*/
#onair {
  text-shadow: 0 0 10px rgba(0,0,0,1);
}

.onair-container {
  font-size: 24px;
  width: 940px;
  height: auto;
  margin: 100px auto 0;
  background-image: url("../img/onair/frame_top.png"), url("../img/onair/frame_bottom.png");
  background-size: 250px 40px;
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1em;
  padding: 48px 0;
}

.onair-txt {
  font-size: 18px;
  display: flex;
}

.onair-txt:not(:nth-last-child(1)) {
  padding: 0 0 20px;
}

.onair-txt0 {
  width: 250px;
  text-align: right;
}

.onair-txt1 {
  width: 550px;
  padding: 0 0 0 20px;
  text-align: left;
  white-space: nowrap;
}

.onair-txt2 {
  font-size: 20px;
  text-align: center;
  padding: 30px 0 0 0;
}

.pt30 {padding-top: 20px !important;}

.onair-notes {
  font-size: 11px;
  padding: 30px 0 0;
}

.onair-coming-txt {
  font-size: 18px;
  text-align: center;
  padding: 30px 0 0 0;
}

.ondemand-ttl {
  font-family: 'decnodi', serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  /* width: 300px; */
  margin: 0 auto 50px;
  padding: 120px 0 50px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 8px;
  text-indent: 8px;
  position: relative;
}

.ondemand-ttl::after {
  content: "";
  display: block;
  width: 208px;
  height: 13px;
  background: url(../img/common/ttl_deco.png) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: calc(50% - 104px);
}

.ondemand-container {
  width: 880px;
  margin: 0 auto 50px;
  color: #fff;
}

.ondemand-container-ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  padding: 0 0 15px;
}

.ondemand-txt{
  text-align: center;
  font-size: 16px;
  padding: 0 0 20px;
}

.ondemand-notes {
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.5em;
}

.ondemand-item {
  width: 200px;
  margin: 10px;
}

.ondemand-item-link {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
}

.ondemand-item-link:hover {
  color: #fff;
  background: #98843e;
  text-shadow: none;
}

.ondemand-item-mini {
  font-size: 50%;
  display: block;
  margin-top: -6.5em;
}

.ondemand-item-mini-link {
  font-size: 10px;
  display: block;
  margin: 10px 0;
  letter-spacing: 0.5px;
}

.ondemand-item-mini-link a {
  color: #98843e;
  text-decoration: underline;
}
 
.ondemand-minogashi-item {
  text-align: center;
  margin: 0 0 30px;
}

.ondemand-minogashi-name {
  width: 300px;
  margin: 0 auto 15px;
}

.ondemand-minogashi-item-inner .ondemand-minogashi-name {
  margin: 0 10px 15px;
}

/*STREAMING*/
.streaming-header-ttl {
  font-family: 'decnodi', serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
  /* width: 300px; */
  margin: 60px auto 20px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 8px;
  text-indent: 8px;
  position: relative;
  display: table;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 12px 0 9px;
}

.streaming-txt {
  color: #fff;
  text-align: center;
  margin: 0 0 50px;
}

.streaming-container {
  width: 880px;
  margin: 0 auto 50px;
  color: #fff;
  text-align: center;
}

.streaming-area-ttl {
  font-size: 24px;
  padding: 0 0 10px;
  line-height: 1em;
}

.streaming-box {
  margin: 0 0 30px;
}

.streaming-ttl {
  font-size: 16px;
  padding: 0 0 10px;
  line-height: 1.5em;
}

.streaming-list {
  
}

.streaming-list-item {
  width: 200px;
  margin: 10px;
}

.streaming-notes {
  text-align: center;
  font-size: 12px;
  color: #fff;
}


#onair-tag-container {
  margin: 0 auto 30px;
}

.onair-tokuten-btn {
  margin: 0 10px;
}

.onair-tokuten-link-btn {
  width: 180px;
  height: 40px;
  padding: 13px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}

.onair-tokuten-link-btn.act,
.onair-tokuten-link-btn:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}

.ondemand-item-link-sub {
  font-size: 80%;
}

#onair-season-container {
  margin: 0 auto 30px;
}

.onair-season-btn {
  margin: 0 10px;
}

.onair-season-link-btn {
  width: 280px;
  height: 40px;
  padding: 13px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}

.onair-season-link-btn.act,
.onair-season-link-btn:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}

.onair-season:nth-child(2) {
  display: none;
  opacity: 0;
}


/*-------------------------------

STAFF&CAST

-------------------------------*/
#staffcast {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  text-indent: 6px;
}

#staff {
  padding: 0 0 60px;
}

.staffcast-ttl {
  font-family: 'decnodi', serif;
  font-size: 14px;
  line-height: 1em;
  padding: 15px 0;
  position: relative;
  display: table;
  margin: 0 auto 40px;
  width: 120px;
}

.staffcast-ttl::before,
.staffcast-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url("../img/staffcast/line.png") no-repeat;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}

.staffcast-ttl::before {
  top: 0;
  left: 0;
}

.staffcast-ttl::after {
  bottom: 0;
  right: 0;
}

.staffcast-list {
}

.staffcast-role {
  font-size: 14px;
  line-height: 1em;
  color: #b6a051;
  position: relative;
  display: table;
  margin: 0 auto 15px;
}

.staffcast-role::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("../img/staffcast/deco_right.png") no-repeat;
  background-size: cover;
  top: 4px;
  right: -15px;
  position: absolute;
}

.staffcast-role::before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("../img/staffcast/deco_left.png") no-repeat;
  background-size: cover;
  top: 4px;
  left: -15px;
  position: absolute;
}

.staffcast-name {
  font-size: 20px;
  line-height: 1.2em;
}

.staffcast-list .staffcast-name:not(:nth-last-child(1)) {
  padding-bottom: 40px;
}

.staffcast-name-mini {
  font-size: 14px;
  margin: 0 5px 0 0;
}

.staffcast-name-sub {
  font-size: 14px;
}

/*-------------------------------

STORY

-------------------------------*/
#story {
}

#story .container-inner {
}

.intro-txt {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  text-indent: 6px;
  font-size: 16px;
  line-height: 2.2em;
}

.story-nav {
  color: #fff;
  font-size: 14px;
  padding: 0 0 40px;
}

.story-nav-box {
  margin: 0 10px 20px;
}

.story-nav-btn {
  color: #fff;
}

#story-contents-main-inner {
  align-items: flex-start;
}

#story-ttl {
  font-size: 28px;
  line-height: 1.5em;
  padding: 0 0 30px;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
}

#story-detail-thumb-container {
  width: 550px;
  margin: 0 30px 0 0;
  justify-content: space-between;
}

.story-detail-thumb-box {
  width: 49%;
  margin: 0 0 2%;
  line-height: 0em;
}

#story-detail-contents {
  color: #fff;
  line-height: 2em;
  font-size: 14px;
  letter-spacing: 2px;
  width: 600px;
  padding: 20px;
  background-image: url("../img/story/frame_top.png"), url("../img/story/frame_bottom.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: top left, bottom right;
}

#story-detail-txt {
  padding: 0 0 30px;
}

#story-detail-staff {
  font-size: 12px;
}

/*-------------------------------

CHARACTERS

-------------------------------*/
#characters {
  
}

#characters-list {
  padding: 20px 0;
}

.characters-list-box {
  width: 165px;
  margin: 0 5px 40px;
  cursor: pointer;
}

.characters-list-box-sub {
  width: 254px;
  margin: 0 5px 0;
}

.character-list-line2 {
  justify-content: center;
  width: 100%;
}

#characters-detail-container {
  width: 1280px;
  margin: 0 auto;
  display: none;
}

.characters-detail-box {
  position: relative;
  z-index: 1;
  display: none;
  height: 1103px;
}

.characters-img {
  width: 380px;
  margin: 0 0 0 130px;
}

.characters-bg {
  width: 1920px;
  position: absolute;
  z-index: -1;
  top: 110px;
  left: -320px;
}

.characters-txt-box {
  position: absolute;
  z-index: 2;
  top: 175px;
  left: 525px;
  color: #fff;
  font-size: 16px;
  padding: 30px;
  width: calc(1280px - 525px + (100vw - 1280px)/2);
}

.red .characters-txt-box {
  background: #1c0000;
}

.blue .characters-txt-box {
  background: #000517;
}

.green .characters-txt-box {
  background: #031700;
}

.characters-name {
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 25px;
}

.characters-cv {
  background: #fff;
  color: #000;
  display: inline-block;
  line-height: 1em;
  padding: 5px;
  margin: 0 0 30px;
}

.characters-txt {
  line-height: 2em;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -2.2em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  white-space: nowrap;
  transform: scale(.7);
}

/* 以下追加 */
rt {
  display: none;
}

#chara5 [data-ruby]::before {
  left: -30px;
}

.characters-detail-sub {
  height: 700px;
}

.characters-detail-sub .characters-img {
  width: 760px;
  height: 427px;
  background: #eee;
  margin: 0 auto;
  position: relative;
}

.characters-detail-sub .characters-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/characters/img_frame.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.characters-detail-sub .characters-txt-box {
  top: 438px;
  left: 260px;
  width: 760px;
}

/*-------------------------------

GOODS

-------------------------------*/
#goods {
}


#goods-tag-container {
  width: 750px;
  margin: 0 auto 45px;
  padding: 0 0 20px;
  background: url("../img/goods/tag_frame.png") no-repeat center bottom;
  background-size: 100% auto;
  
  color: #fff;
  font-family: double-pica-sc, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 3px;
}

.goods-tag-nav {
  margin: 0 30px;
}

.goods-tag-nav span {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#goods-box-container {
  width: 1050px;
  margin: 0 auto;
}

.goods-box {
  width: 320px;
  margin: 0 15px 50px;
}

.goods-box-link {
  
}

.goods-thumb {
  width: 320px;
  height: 320px;
  padding: 11px;
  background: url("../img/goods/frame.png") no-repeat;
  background-size: cover;
}

.goods-box.bddvd .goods-thumb {
  width: 320px;
  height: 440px;
  padding: 11px;
  background: url("../img/goods/frame_bd.png") no-repeat;
  background-size: cover;
}

.goods-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
/*
.goods-box.bddvd .goods-thumb-img {
  object-fit: cover;
}
*/

.goods-box-ttl {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  padding: 10px 0;
}

#goods .posts-nav {
  justify-content: center;
  padding: 50px 0 0;
}

/*
detail
-------------------------------*/
#goods-detail-container {
  width: 980px;
  margin: 50px auto;
  justify-content: space-between;
  align-items: flex-start;
}

#goods-detail-thumb-container {
  width: 450px;
}

#goods-detail-thumb {
  width: 450px;
  height: 450px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

#goods-detail-thumb-bd {
  width: 450px;
  height: 630px;
  background: #000;
  position: relative;
  overflow: hidden;
}

.goods-detail-thumb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: contain;
  opacity: 0;
}

.goods-detail-thumb-img.bd {
  object-fit: cover;
}

#goods-detail-thumb-nav {
  margin: 10px 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#goods-detail-thumb-nav.bddvd {
  display: none;
}

.goods-detail-thumb-nav-box {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 12.5px;
  background: #fff;
}

.goods-detail-thumb-nav-box:not(:nth-child(5n)) {
  margin-right: 12.5px;
}

.goods-detail-thumb-nav-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.goods-detail-thumb-nav-box.act::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 2px solid #000;
  background: rgba(0,0,0,.3)
}

.goods-detail-thumb-nav-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#goods-detail-spec-container {
  width: 460px;
  position: relative;
  color: #fff;
}

#goods-detail-spec-container::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  position: absolute;
  top: -5px;
  left: -5px;
  pointer-events: none;
}

#goods-detail-spec-container::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background-size: cover;
  position: absolute;
  bottom: -5px;
  right: -5px;
  pointer-events: none;
}

#goods-detail-spec-header {
  width: 100%;
  padding: 10px 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid rgba(255,255,255,.3);
  justify-content: space-between;
  align-items: center;
}

.goods-detail-cat {
  background: #664816;
  text-align: center;
  padding: 3px 10px;
  color: #fff;
  font-size: 11px;
}

#goods-detail-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 15px;
}

.goods-detail-artist {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 20px;
}

#goods-detail-spec-main {
  padding: 30px 0 0;
}

#goods-detail-spec-main {
  font-size: 13px;
  line-height: 1.5em;
}

#goods-detail-spec {
  padding: 0 0 20px;
  font-size: 13px;
}

.goods-detail-spec-ttl {
  border: 1px solid #fff;
  padding: 2px 10px;
  display: inline-block;
}

.goods-detail-spec-txt {
  padding: 10px 0 20px;
  font-size: 13px;
  line-height: 1.8em;
}

#goods-detail-spec-contents {
  padding: 0 0 50px;
}

#goods-detail-spec-link {
  display: table;
  margin: 0 auto 30px;
  border: 1px solid #b2b2b2;
  color: #fff;
  width: 50%;
  text-align: center;
  padding: 10px 0;
}

#goods-detail-spec-footer {
  border-top: 1px solid #f1f1f1;
  padding: 10px 0 0;
}

#bddvd-tag-container {
  margin: 0 auto 30px;
}

.goods-tokuten-btn {
  margin: 0 10px;
}

.goods-tokuten-link-btn {
  width: 180px;
  height: 40px;
  padding: 13px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}

.goods-tokuten-link-btn.act,
.goods-tokuten-link-btn:hover {
  background: #fff;
  color: #000;
}

#bddvd-tokuten-container {
  color: #fff;
  line-height: 1.8em;
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-image: url(../img/story/frame_top.png), url(../img/story/frame_bottom.png);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: top left, bottom right;
}

#bddvd-tokuten-container img {
  max-width: 100%;
  height: auto;
}

#bddvd-tokuten-container a {
  color: #9a1913;
  text-decoration: underline;
  transition: all .2s ease;
}

#bddvd-tokuten-container a:hover {
    text-decoration: none;
    opacity: .8;
}

#bddvd-tokuten-container h4 {
  font-size: 120%;
  color: #b6a051;
}


/*-------------------------------

MOVIES

-------------------------------*/
#movies {
  
}

#movies-box-container {
  width: 1040px;
  margin: 0 auto;
}

#movies-box-container .movies-box {
  margin: 0 20px 40px;
}

.movies-box {
  margin: 0 20px;
}

.movies-box-thumb {
  width: 480px;
  height: 270px;
  background: #000;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.movies-box-thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/frame.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  pointer-events: none;
}

.movies-box-thumb::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.movies-icon {
  position: absolute;
  z-index: 2;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.movies-box-txt {
  color: #fff;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.5em;
}

.movies-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}



/*-------------------------------

SPECIAL

-------------------------------*/
#special {
}

.special-contents-inner {
  width: 900px;
  margin: 0 auto;
}

.special-box {
  margin: 0 0 40px;
}

.special-box-thumb {
  position: relative;
  line-height: 0em;
  width: 900px;
}

.special-box-thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #664816;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.special-box-thumb::before {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: calc(100% - 12px);
  border: 1px solid #664816;
  top: 6px;
  left: -6px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

/*
detail
-------------------------------*/
#special-detail {
  color: #fff;
  width: 1060px;
  margin: 0 auto;
  position: relative;
  min-height: 500px;
  padding: 80px;
}

#special-detail::before {
  content: "";
  display: block;
  width: 540px;
  height: 498px;
  background: url("../img/news/frame_top.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  pointer-events: none;
}

#special-detail::after {
  content: "";
  display: block;
  width: 540px;
  height: 498px;
  background: url("../img/news/frame_bottom.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.special-detail-thumb {
  margin: 0 auto 80px;
}

.special-detail-header {
  margin: 0 0 40px;
  justify-content: space-between;
}

.special-detail-ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 60px;
  letter-spacing: 3px;
}

.special-detail-content {
  line-height: 2em;
  font-size: 13px;
  width: 100%;
  overflow: hidden;
}

.special-detail-content a {
  color: #98843e;
  text-decoration: underline;
  transition: all .2s ease;
}

.special-detail-content a:hover {
  text-decoration: none;
  opacity: .8;
}

.special-detail-content img {
  max-width: 100%;
  height: auto;
}

.special-detail-content iframe {
  max-width: 100%;
}

.special-detail-share {
  padding: 30px 0 40px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 1;
  align-items: center;
}

.special-detail-share-txt {
  font-size: 10px;
  letter-spacing: 3px;
}

.share-btn {
  color: #fff;
  margin: 0 10px;
}

#special-detail-control {
  font-family: double-pica-sc, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 12px;
  padding: 60px 0 0;
  letter-spacing: 8px;
}

#special-detail-control #home-btn {
  width: 60%;
}

.special-detail-content h4 {
  font-size: 14px;
  line-height: 1em;
  padding: 15px 0;
  position: relative;
  display: table;
  margin: 0 auto 20px;
}

.special-detail-content h4::before,
.special-detail-content h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url("../img/staffcast/line.png") no-repeat;
  background-size: cover;
  position: absolute;
  pointer-events: none;
}

.special-detail-content h4::before {
  top: 0;
  left: 0;
}

.special-detail-content h4::after {
  bottom: 0;
  right: 0;
}

/*
icons
-------------------------------*/
.special-icons-box {
  width: 200px;
  margin: 0 20px 20px 0;
}

.special-icons-img {
  
}

.special-icons-dl {
  width: 100%;
  padding: 5px 0;
  border: 1px solid;
  text-decoration: none !important;
  text-align: center;
}

/*
#prev-btn {
  width: 30%;
}

#home-btn {
  width: 30%;
}

#next-btn {
  width: 30%;
}

.control-btn {
  color: #fff;
  position: relative;
}

.control-btn-line {
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 4px 20px;
  display: inline-block;
}
*/

/************************************************

SP

************************************************/
@media all and (max-width:896px) {
  
  /*-------------------------------

  TOP

  -------------------------------*/
  #top {
    background-position: center center;
  }
  #top-main {
    position: relative;
    height: auto;
    min-height: auto;
  }

  #top-main-contents {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #top-main-ttl {
    width: 50vw;
    margin: 0 auto;
    padding: 116vw 0 2vw;
  }

  #top-main-onair {
    font-size: 5.5vw;
    margin: 0 auto;
  }
  
  .top-main-onair-sub {
    padding: 1vw 0 0;
  }
  
  #top-main-copy {
    position: absolute;
    z-index: 1;
    top: 4.6vw;
    left: 2vw;
    width: 10vw;
  }

  .top-share-container {
    position: initial;
    z-index: 5;
    top: auto;
    right: auto;
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }

  .top-share-txt {
    font-size: 10px;
    letter-spacing: 3px;
    color: #fff;
    transform: rotate(0);
    padding: 13px 0;
  }

  .top-share-container-inner {
    padding: 0 0 0 10px;
    display: flex;
  }

  .top-share-box {
    padding: 5px;
  }

  .top-share-box .share-btn {
    margin: 0;
    font-size: 20px;
  }
  
  #top .nav {
    display: none;
  }

  /*
  #main-visual
  -------------------------------*/
  #main-visual {
    width: 100%;
    height: 141.334vw;
    min-height: auto;
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    line-height: 0em;
    overflow: hidden;
  }
  
  /*
  #top-contents
  -------------------------------*/
  #top-contents {
    margin: 0 auto;
    width: 100%;
  }

  .top-contents-box {
    width: 100%;
    height: auto;
    padding: 10vw 5vw 0;
  }

  .top-contents-ttl {
    width: 54vw;
    margin: 0 auto 10vw;
    padding: 0 0 3.6vw;
  }

  .top-contents-box-inner {
    padding: 0;
    width: 80vw;
    margin: 0 auto;
  }

  .top-news-box {
    margin: 0 auto 15px;
    padding: 0 0 15px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  .top-news-box:nth-last-child(1) {
    display: block;
  }

  .top-news-box-link {
    color: #fff;
  }
  
  .top-news-box-link::after {
    content: none;
    display: none;
  }

  .top-news-box-thumb {
    width: 90px;
    height: 50px;
    background: #fff;
    display: block;
  }

  .top-news-box-contents {
    width: calc(100% - 90px);
    padding: 0 0 0 15px;
  }

  .top-news-box-header {
    font-size: 8px;
    padding: 0 0 5px;
  }

  .top-news-box-date {
  }

  .top-news-tag {
  }

  .top-news-tag::after {
  }

  .top-news-box-ttl {
    font-size: 10px;
    line-height: 1.8em;
    height: auto;
    padding: 0;
    border-bottom: none;
  }

  .top-news-more {
    width: 42vw;
    margin: 0 auto;
    padding: 10vw 0;
  }
  
  #top-twitter-container {
    display: block;
    width: 80vw;
    margin: 0 auto 10%;
  }

  .top-twitter-more {
    width: 42.4vw;
    margin: 10vw auto;
  }

  .top-twitter-box {
    width: 100%;
    height: 80vw;
    overflow: hidden;
  }
  
  .top-twitter-box iframe {
    width: 80vw !important;
    height: 80vw !important;
  }
  
  #top-bnr-container {
    padding: 8vw 0;
  }
  
  .bnr-item {
    width: 27vw;
    margin: 0 1.5vw;
  }
  
  #top-news-twitter {
    position: initial !important;
    top: 0 !important;
    width: 100%;
  }

  .event-bnr {
    width: 90%;
    margin: 7% auto -2%;
  }
  .ova-bnr {
    width: 80%;
    margin: 7% auto -2%;
  }
  
  .bnr-line {
    width: 90%;
    height: 1px;
    background: #fff;
    margin: 7% auto 0;
  }
  
  /*
  #top-movies
  -------------------------------*/
  #top-movies-container {
    order: 0;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 4%;
  }

  #top-movies-container .top-contents-ttl {
    padding: 8vw 0 3.6vw;
    margin: 0 auto 10vw;
  }

  #top-movies-container-inner {
    position: relative;
    z-index: 1;
  }

  #top-movies-container .movies-box {
    width: 80vw;
  }

  #top-movies-container .movies-box-thumb {
    width: 80vw;
    height: calc(80vw * .5625);
    display: block;
  }

  #top-movies-bg {
    display: none;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
  }

  #top-movies-bg::after {
  }

  #player-bg {
    width: 220%;
    height: calc(100% + 200px);
    margin-top: -100px;
    margin-left: -60%;
  }

  .top-movies-more {
    width: 42vw;
    margin: 0 auto;
    padding: 10vw 0;
  }



  /*-------------------------------

  CONTENTS

  -------------------------------*/
  .container {

  }
  
  #sub .container {
    padding: 70px 0 20vw;
  }
  
  #contents-header {
    margin: 0 0 10vw;
  }

  #contents-header-ttl {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0 8vw;
    font-size: 15px;
    letter-spacing: 4px;
    text-indent: 4px;
  }
  
  #contents-header-ttl::after {
    content: "";
    display: block;
    width: 150px;
    height: 10px;
    background: url(../img/common/ttl_deco.png) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: calc(50% - 75px);
  }

  .contents-ttl {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 8%;
  }
  
  .news-pager {
    font-size: 10px;
    padding: 8% 0 0;
  }

  .posts-nav {
    justify-content: center;
    top: 0;
  }

  .pager-btn {
    margin: 0 15px;
  }

  .pager-link-btn {
    color: #fff;
  }
  
  .pager-link-btn[rel="next"],
  .pager-link-btn[rel="prev"]{
    width: 40px;
    height: 1px;
    padding: 0;
    background: #fff;
    text-indent: -99999px;
    margin: 9px 0 0;
  }
  
  .deco-bottom {
    width: 26vw;
    margin: 10vw auto 0;
  }
  
  .container-bg-img {
    width: 100%;
    height: auto;
    object-fit: initial;
  }
  
  /*-------------------------------

  NEWS

  -------------------------------*/
  #news {
    background: none;
  }
  
  #news-contents {
    width: 100%;
    margin: 0 auto;
  }

  #news-tag-container {
    font-size: 8px;
    letter-spacing: 3px;
    width: 100%;
    padding: 0 0 0 60px;
    margin: 0 0 20px;
    position: relative;
    top: 20px;
    right: 0;
  }

  .news-tag-nav {
    margin: 0 10px;
  }

  .news-tag-nav-link {
    color: #fff;
    padding: 5px;
    position: relative;
  }

  .news-tag-nav-link::after {
    content: "";
    display: block;
    background: #931e15;
    width: 0;
    height: 2px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    transition: all .2s ease;
  }

  .news-tag-nav-link.act::after {
    width: 100%;
    height: 2px;
  }

  .news-contents-inner {
    padding: 10%;
    position: relative;
    color: #fff;
    min-height: 50vh;
  }

  .news-contents-inner::before {
    width: 72vw;
    height: 66.4vw;
    right: 3.4vw
  }

  .news-contents-inner::after {
    width: 72vw;
    height: 66.4vw;
    left: 3.4vw;
  }
  
  .news-box {
    margin: 0 auto 15px;
    padding: 0 0 15px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  .news-box:nth-last-child(1) {
    display: block;
  }

  .news-box-link {
    color: #fff;
  }
  
  .news-box-link::after {
    content: none;
    display: none;
  }

  .news-box-thumb {
    width: 90px;
    height: 50px;
    background: #fff;
    display: block;
  }

  .news-box-contents {
    width: calc(100% - 90px);
    padding: 0 0 0 15px;
  }

  .news-box-header {
    font-size: 8px;
    padding: 0 0 5px;
  }

  .news-box-date {
  }

  .news-tag {
  }

  .news-tag::after {
  }

  .news-box-ttl {
    font-size: 10px;
    line-height: 1.8em;
    height: auto;
    padding: 0;
    border-bottom: none;
  }

  /*
  detail
  -------------------------------*/
  #news-detail {
    font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R";
  }

  .news-detail-header {
    margin: 0 0 5%;
    font-size: 10px;
  }

  .news-detail-ttl {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 0 0 10%;
    letter-spacing: 3px;
  }

  .news-detail-content {
    line-height: 1.5em;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
  }

  .news-detail-content a {
    color: #98843e;
    text-decoration: underline;
    transition: all .2s ease;
  }

  .news-detail-content a:hover {
    text-decoration: none;
    opacity: .8;
  }

  .news-detail-content img {
    max-width: 100%;
    height: auto;
  }

  .news-detail-content iframe {
    width: 100%;
    height: calc(80vw * .5625);
  }

  .news-detail-share {
    display: block;
    position: absolute;
    right: -6%;
    top: 54vw;
  }

  .news-detail-share-txt {
    font-size: 10px;
    letter-spacing: 3px;
    transform: rotate(90deg) translateY(14px);
    width: 50px;
  }
  
  .news-detail-share-container {
    display: block;
    padding: 10px 0 0 0;
    width: 20px;
  }

  .news-detail-share-container .share-btn {
    color: #fff;
    margin: 0 0 10px;
  }

  #news-detail-control {
    font-size: 10px;
    padding: 8% 0 0;
    letter-spacing: 5px;
  }

  #prev-btn {
    width: 30%;
  }

  #home-btn {
    width: 30%;
  }

  #next-btn {
    width: 30%;
  }

  .control-btn {
    color: #fff;
    position: relative;
  }

  .control-btn-line {
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 0;
    display: inline-block;
    position: absolute;
    z-index: 0;
    bottom: -5px;
  }
  
  #prev-btn .control-btn-line {
    left: -20px;
  }

  #next-btn .control-btn-line {
    right: -20px;
  }
 
  /*-------------------------------

  ONAIR

  -------------------------------*/
  #onair {
  }

  .onair-container {
    font-size: 20px;
    width: 90vw;
    margin: 20vw auto 0;
    background-image: url("../img/onair/frame_top.png"), url("../img/onair/frame_bottom.png");
    background-size: 66.66vw 10.66vw;
    background-position: top right, bottom left;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    line-height: 2em;
    padding: 13vw 0;
  }
  
  .onair-txt {
    font-size: 14px;
    display: block;
  }

  .onair-txt:not(:nth-last-child(1)) {
    padding: 0 0 20px;
  }

  .onair-txt0 {
    width: auto;
    text-align: center;
    display: block;
  }

  .onair-txt1 {
    width: auto;
    padding: 0;
    text-align: center;
    display: block;
  }
  
  .onair-notes {
    font-size: 8px;
    padding: 8% 0 0;
  }

  .onair-coming-txt {
    font-size: 14px;
  }
  
  .onair-txt2 {
    font-size: 18px;
    text-align: center;
    padding: 30px 0 0 0;
  }

  .pt30 {padding-top: 20px !important;}

  .ondemand-ttl {
    width: 100%;
    margin: 0 auto;
    padding: 16vw 0 8vw;
    font-size: 15px;
    letter-spacing: 4px;
    text-indent: 4px;
  }

  .ondemand-ttl::after {
    content: "";
    display: block;
    width: 150px;
    height: 10px;
    background: url(../img/common/ttl_deco.png) no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: calc(50% - 75px);
  }
  
  .ondemand-container {
    width: 90vw;
    margin: 20vw auto 0;
  }

  .ondemand-container-ttl {
    font-size: 18px;
    padding: 0 0 5vw;
  }

  .ondemand-txt{
    font-size: 13px;
    padding: 0 0 5vw;
  }

  .ondemand-notes {
    padding: 3vw 2vw;
    font-size: 12px;
  }

  .ondemand-item {
    width: 46%;
    margin: 2%;
  }

  .ondemand-item-link {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }

  .ondemand-item-link:hover {
    background: none;
  }

  .ondemand-item-mini {
    margin-top: -5.8em;
  }

  .ondemand-minogashi-item {
    text-align: center;
    margin: 0 0 30px;
  }

  .ondemand-minogashi-name {
    width: 46%;
    margin: 2% auto;
  }

  .ondemand-minogashi-item-inner .ondemand-minogashi-name {
    margin: 2%;
  }
  
  .ondemand-minogashi-txt {
    font-size: 12px;
    padding: 2vw 0;
  }
  
  /*STREAMING*/
  .streaming-header-ttl {
    font-size: 15px;
    letter-spacing: 4px;
    text-indent: 4px;
  }

  .streaming-txt {
    color: #fff;
    text-align: center;
    margin: 0 14vw 10vw;
    line-height: 1.5em;
    word-break: break-word;
  }

  .streaming-container {
    width: 90vw;
    margin: 0 auto 10vw;
  }

  .streaming-area-ttl {
    font-size: 18px;
    padding: 0 0 5vw;
  }

  .streaming-box {
    margin: 0 0 30px;
  }

  .streaming-ttl {
    font-size: 14px;
    padding: 0 0 10px;
    word-break: break-word;
  }

  .streaming-list {

  }

  .streaming-list-item {
    width: 46%;
    margin: 2%;
  }

  .streaming-notes {
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  #onair-tag-container {
    margin: 0 auto 5%;
  }

  .onair-tokuten-btn {
    margin: 0 2vw;
  }

  .onair-tokuten-link-btn {
    width: 35vw;
    height: 40px;
    padding: 13px;
    font-size: 12px;
  }

  .onair-tokuten-link-btn:hover {
    background: none;
    color: #fff;
  }
  
  .ondemand-item-link-sub {
    font-size: 50%;
  }

  #onair-season-container {
    margin: 0 auto 8%;
  }

  .onair-season-btn {
    margin: 0 2vw;
  }

  .onair-season-link-btn {
    width: 40vw;
    height: 40px;
    padding: 13px;
    font-size: 12px;
  }

  .onair-season-link-btn:not(.act):hover {
    background: none;
    color: #fff;
  }
  
  /*-------------------------------

  STAFF&CAST

  -------------------------------*/
  #staffcast {
    color: #fff;
    text-align: center;
    letter-spacing: 6px;
    text-indent: 6px;
  }

  #staff {
    padding: 0 0 60px;
  }

  .staffcast-ttl {
    font-size: 12px;
    line-height: 1em;
    padding: 15px 0;
    position: relative;
    display: table;
    margin: 0 auto 40px;
    width: 120px;
  }

  .staffcast-ttl::before,
  .staffcast-ttl::after {
  }

  .staffcast-ttl::before {
    top: 0;
    left: 0;
  }

  .staffcast-ttl::after {
    bottom: 0;
    right: 0;
  }

  .staffcast-list {
  }

  .staffcast-role {
    font-size: 11px;
    line-height: 1em;
    color: #b6a051;
    position: relative;
    display: table;
    margin: 0 auto 15px;
    letter-spacing: 4px;
  }

  .staffcast-role::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background: url("../img/staffcast/deco_right.png") no-repeat;
    background-size: cover;
    top: 4px;
    right: -15px;
    position: absolute;
  }

  .staffcast-role::before {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    background: url("../img/staffcast/deco_left.png") no-repeat;
    background-size: cover;
    top: 4px;
    left: -15px;
    position: absolute;
  }

  .staffcast-name {
    font-size: 15px;
    line-height: 1.5em;
  }

  .staffcast-list .staffcast-name:not(:nth-last-child(1)) {
    padding-bottom: 40px;
  }

  .staffcast-name-mini {
    font-size: 11px;
    margin: 0 5px 0 0;
  }

  .staffcast-name-sub {
    font-size: 11px;
  }

  /*-------------------------------

  STORY

  -------------------------------*/
  #story {
  }
  
  #story .container-inner {
    width: 90vw;
    margin: 0 auto;
  }

  .intro-txt {
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    text-indent: 4px;
    font-size: 13px;
    line-height: 2.2em;
  }

  .story-nav {
    color: #fff;
    font-size: 12px;
    padding: 0 0 5%;
  }

  .story-nav-box {
    margin: 0 10px 20px;
  }

  .story-nav-btn {
    color: #fff;
  }

  #story-ttl {
    font-size: 20px;
    padding: 0 0 5%;
  }

  #story-contents-main-inner {
    display: block;
  }

  #story-detail-thumb-container {
    width: 100%;
    margin: 0 0 5%;
  }

  .story-detail-thumb-box {
  }

  #story-detail-contents {
    font-size: 13px;
    width: 100%;
  }

  #story-detail-txt {
    padding: 0 0 10%;
  }

  /*-------------------------------

  CHARACTERS

  -------------------------------*/
  #characters {

  }

  .characters-list-box {
    width: 30vw;
    margin: 0 1vw 2vw;
    cursor: default;
  }
  
  #characters-detail-container {
    width: 100%;
  }

  .characters-detail-box {
    position: relative;
    z-index: 1;
    display: none;
    height: auto;
  }

  .characters-img {
    width: 45vw;
    margin: 0 0 0 5vw;
  }

  .characters-bg {
    width: 100%;
    top: 10vw;
    left: 0;
  }

  .characters-txt-box {
    position: relative;
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 5%;
    width: 100%;
  }

  .characters-name {
    font-size: 20px;
    margin: 0 0 5%;
  }

  .characters-cv {
    padding: 5px;
    margin: 0 0 8%;
  }

  .characters-txt {
    line-height: 2em;
    word-break: break-all;
  }

  #chara5 [data-ruby]::before {
    left: -20px;
  }
  
  .character-list-line2 {
    width: 90%;
    margin-bottom: 8vw;
  }

  .characters-list-box-sub {
    width: 46vw;
  }

  .characters-detail-sub .characters-img {
    width: 100%;
    height: auto;
  }

  .characters-detail-sub .characters-txt-box {
    top: 0;
    left: 5%;
    width: 90%;
  }
  
  .characters-detail-sub .characters-img {
    width: 90%;
    height: auto;
    line-height: 0;
    margin: 20% 5% 5%;
}

  
  /*-------------------------------

  GOODS

  -------------------------------*/
  #goods-tag-container {
    width: 90vw;
    margin: 0 auto 8%;
    padding: 0 0 10px;
    background: url("../img/goods/tag_frame.png") no-repeat center bottom;
    background-size: 100% auto;

    font-size: 8px;
  }

  .goods-tag-nav {
    margin: 0 10px;
  }


  #goods-box-container {
    width: 96vw;
    margin: 0 auto;
  }

  .goods-box {
    width: 46vw;
    margin: 0 1vw 4vw;
  }

  .goods-box-link {

  }

  .goods-thumb {
    width: 46vw;
    height: 46vw;
    padding: 1.47vw;
  }

  .goods-box-ttl {
    font-size: 14px;
    padding: 2vw 0;
  }

  #goods .posts-nav {
    justify-content: center;
    padding: 10vw 0 0;
  }
  
  .goods-box-link {

  }

  .goods-box.bddvd .goods-thumb {
    width: 46vw;
    height: calc(46vw * 1.4);
    padding: 1.47vw;
  }

  /*
  #goods-detail
  -------------------------------*/
  #goods-detail-container {
    width: 90%;
    margin: 50px auto;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  #goods-detail-thumb-container {
    width: 100%;
    margin: 0 0 10%;
  }

  #goods-detail-thumb {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
  }
  
  #goods-detail-thumb-bd {
    width: 100%;
    height: auto;
    position: relative;
  }

  
  #goods-detail-thumb::after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  #goods-detail-thumb-bd::after {
    content: "";
    display: block;
    padding-top: 140%;
  }

  #goods-detail-thumb-nav {
    margin: 10px 0;
    justify-content: flex-start;
  }

  .goods-detail-thumb-nav-box {
    width: 19%;
    height: auto;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5%;
  }
  
  .goods-detail-thumb-nav-box:not(:nth-child(5n)) {
    margin-right: 1.25%;
  }
  
  .goods-detail-thumb-nav-box::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .goods-detail-thumb-nav-box.not::after {
    content: "";
    display: block;
    width: 110px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: calc(50% - .5px);
    left: calc(50% - 55px);
    opacity: .2;
  }

  .goods-detail-thumb-nav-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #goods-detail-spec-container {
    width: 100%;
    position: relative;
    padding: 0;
  }

  #goods-detail-spec-header {
    width: 100%;
    padding: 0;
  }
  
  #goods .news-detail-share {
    position: initial;
    display: flex;
  }
  
  #goods .news-detail-share-txt {
    transform: none;
  }
  
  #goods .news-detail-share-container {
    width: 90px;
    display: flex;
  }
  
  #goods .news-detail-share-container li {
    margin: 0 3%;
  }

  #goods-detail-ttl {
    font-size: 18px;
    padding: 0 0 5%;
    font-weight: bold;
    line-height: 1.5em;
  }
  
  .goods-detail-artist {
    font-size: 16px;
    padding: 0 0 5%;
  }

  #goods-detail-spec-main {
    padding: 5% 0 0;
  }

  #goods-detail-spec-main {
    font-size: 12px;
    line-height: 1.5em;
  }

  #goods-detail-spec {
    padding: 0 0 20px;
  }

  #goods-detail-spec-txt {
    padding: 0 0 30px;
  }

  #goods-detail-spec-link {
    border: 1px solid #fff;
    color: #fff;
  }

  #goods-detail-spec-footer {
    border-top: 1px solid #f1f1f1;
    padding: 10px 0 0;
  }

  .goods-detail-cat {
    padding: 2px 8px;
    font-size: 10px;
  }

  #goods-detail-spec-main {
    padding: 5% 0 0;
  }

  #goods-detail-spec-main {
    font-size: 11px;
    line-height: 1.5em;
  }

  #goods-detail-spec {
    padding: 0 0 20px;
    font-size: 11px;
  }

  .goods-detail-spec-ttl {
    border: 1px solid #fff;
    padding: 2px 10px;
    display: inline-block;
  }

  .goods-detail-spec-txt {
    padding: 5px 0 15px;
    font-size: 13px;
  }

  #goods-detail-spec-contents {
    padding: 0 0 15%;
  }
  
  #bddvd-tag-container {
    margin: 0 auto 8%;
  }

  .goods-tokuten-btn {
    margin: 0 2vw;
  }

  .goods-tokuten-link-btn {
    width: 40vw;
    height: 40px;
    padding: 13px;
    font-size: 12px;
  }

  .goods-tokuten-link-btn:hover {
    background: none;
    color: #fff;
  }

  #bddvd-tokuten-container {
    width: 90vw;
    margin: 0 auto;
    font-size: 12px;
  }
  
  #bddvd-tokuten-container h4 {
    font-size: 120%;
    color: #b6a051;
  }


  
  /*-------------------------------

  MOVIES

  -------------------------------*/
  #movies {

  }

  #movies-box-container {
    width: 100%;
    margin: 0 auto;
  }

  #movies-box-container .movies-box {
    margin: 0 20px 40px;
  }

  .movies-box {
    margin: 0 auto 5%;
  }

  .movies-box-thumb {
    width: 90vw;
    height: calc(90vw * .5625);
  }

  .movies-box-thumb::before {
  }

  .movies-box-thumb::after {
  }

  .movies-icon {
    position: absolute;
    z-index: 2;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }

  .movies-box-txt {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.5em;
  }

  .movies-thumb-img {
  }

  .youtube {
  }

  /*-------------------------------

  SPECIAL

  -------------------------------*/
  #special {
  }

  .special-contents-inner {
    width: 100%;
    margin: 0 auto;
  }

  .special-box {
    margin: 0 0 8vw;
  }

  .special-box-thumb {
    position: relative;
    line-height: 0em;
    width: 90vw;
    margin: 0 auto;
  }

  .special-box-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #664816;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }

  .special-box-thumb::before {
    width: calc(100% + 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: -3px;
  }

  /*
  detail
  -------------------------------*/
  #special-detail {
    width: 100%;
    padding: 10%;
    position: relative;
    color: #fff;
    min-height: 50vh;
  }

  #special-detail::before {
    width: 72vw;
    height: 66.4vw;
    right: 3.4vw;
  }

  #special-detail::after {
    width: 72vw;
    height: 66.4vw;
    left: 3.4vw;
  }
  
  .special-detail-thumb {
    margin: 0 auto 10vw;
  }
  
  .special-detail-header {
    margin: 0 0 40px;
    justify-content: space-between;
  }

  .special-detail-ttl {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 60px;
    letter-spacing: 3px;
  }

  .special-detail-content {
    line-height: 2em;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
  }

  .special-detail-content a {
    color: #98843e;
    text-decoration: underline;
    transition: all .2s ease;
  }

  .special-detail-content a:hover {
    text-decoration: none;
    opacity: .8;
  }

  .special-detail-content img {
    max-width: 100%;
    height: auto;
  }

  .special-detail-content iframe {
    max-width: 100%;
  }

  .special-detail-share {

  }

  .special-detail-share-txt {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .share-btn {
    color: #fff;
    margin: 0 10px;
  }

  #special-detail-control {
    font-family: double-pica-sc, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    padding: 60px 0 0;
    letter-spacing: 8px;
  }
  
  /*
  icons
  -------------------------------*/
  .special-icons-box {
    width: 46%;
    margin: 0 4% 8% 0;
  }
  
  .special-icons-container .special-icons-box:nth-child(2n) {
    margin: 0 0 8%;
  }

  .special-icons-dl {
  }

  
  
}