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

@style.css

(c) ULM Co.,Ltd. - http://www.ulm-design.com
*****************************************--*/
/*--********************************************************************************

@PC

********************************************************************************--*/
#main {
  position: relative;
  z-index: 1;
}

.top-radio-box {
  position: relative;
}

.top-radio-link {
  display: block;
}

.top-radio-txt {
  width: 100%;
  height: 23px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
}

.txt404 {
  color: #fff;
  padding: 200px 0;
  text-align: center;
  font-size: 80px;
  font-family: 'IM Fell DW Pica', serif;
  line-height: 1.2em;
}

.txt404-sub {
  display: block;
  font-size: 50%;
}

.top-bnr-box {
  margin: 20px auto;
}

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

#top

--------------------------------------------------------------*/
.top-main {
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-main::after {
  content: "";
  display: block;
  width: 100%;
  min-height: 902px;
  height: calc(902 * ((100vw - 560px) / 782));
  background: #060203;
  /*background: url(../img/top/main_bg.jpg) no-repeat top center;*/
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#side-bnr-container {
  display: none;
}

.top-main #side-bnr-container {
  display: block;
}

#side-bnr-container .bnr-box {
  margin: 0 0 10px;
}

#sp-bnr-container {
  display: none;
}

/*-------------------------------
#top-main-visual
-------------------------------*/
#top-main-visual {
  width: calc(100% - 560px);
  line-height: 0;
  position: relative;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
}

.top-visual {
  transform: scale(1.2);
  opacity: 0;
  position: relative;
  z-index: 1;
}

.top-visual.act {
  opacity: 1;
  transform: scale(1);
  transition: all 2s ease-out;
}

/*.top-visual-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  filter: blur(25px);
}

.top-visual-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

.top-copy {
  position: absolute;
  width: 7%;
  top: 1.57%;
  right: 1.8%;
  z-index: 2;
  display: none;
  opacity: 0;
  filter: blur(10px);
}

.top-copy.act {
  filter: blur(0);
  opacity: 1;
  transition: all 1s 1s ease-out;
}

.top-subcopy {
  position: absolute;
  width: 80%;
  z-index: 2;
  bottom: .5%;
  left: 10%;
  opacity: 0;
  transform: translate(-10px, 0);
}

.top-subcopy.act {
  transform: translate(0,0);
  opacity: 1;
  transition: all .3s 2s ease-out;
}

/*-------------------------------
#top-side
-------------------------------*/
#top-side-left,
#top-side-right {
  width: 280px;
  padding: 20px;
}

#top-side-left {
  background: #060203;/* url("../img/top/top_bg_left.png") center top repeat-y;
  background-size: cover;*/
}

#top-side-right {
  background: #060203;/*url("../img/top/top_bg_right.png") center top repeat-y;
  background-size: cover;*/
}

/*-------------------------------
#side-right
-------------------------------*/
#side-right {
  width: 280px;
  padding: 17px 0 0;
}

.top-side-contents {
  color: #fff;
  margin: 0 auto;
  padding: 20px 0 30px;
}

.top-side-bnr {
  display: block;
  margin: 10px 0;
  transition: all 0.5s ease;
}

.top-side-bnr:hover {
  opacity: .6;
}

.top-side-contents-header {
  overflow: hidden;
  margin: 0 0 10px;
  font-family: 'IM Fell DW Pica', serif;
  justify-content: space-between;
  align-items: baseline;
}

.top-side-contents-ttl {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 3px;
}

.top-side-news-box {
  color: #fff;
  font-size: 12px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  background: rgba(0,0,0,.9);
  padding: 10px;
  margin: 0 0 1px 0;
  display: block;
}

.top-side-news-date {
  font-family: 'IM Fell DW Pica', serif;
  color: #936901;
  font-size: 13px;
  margin: 0 0 5px;
}

.top-side-news-txt {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.top-side-twitter-box {
  background: rgba(0,0,0,.9);
  border: 1px solid #3d3b32;
}

.top-side-btn {
  padding: 0 17px;
  margin: 0 0 40px;
}

.top-side-btn-a {
  margin: 0 0 20px;
}

/*-------------------------------
.top-pv
-------------------------------*/
#top-pv-container {
  color: #fff;
  padding: 50px 0 25px;
  position: relative;
  background: url(../img/top/pv_bg_pt.png) repeat top center / 1500px 2000px;
  /* z-index: 0; */
  width: 100%;
}
#top-pv-container a {
  transition: all 0.5s ease;
}
#top-pv-container a:hover {
  opacity: .6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#top-pv-container::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../img/top/pv_bg.jpg") no-repeat top center / cover;
  top: 0;
  left: 0;
}

#top-pv-header {
  font-family: 'IM Fell DW Pica', serif;
  color: #fff;
  margin: 0 0 40px;
}

.top-pv-ttl {
  font-size: 30px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1em;
}

.top-pv-link {
  position: absolute;
  top: 55px;
  right: 0;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding: 0 50px 10px 10px;
}

#top-pv-box-container {
  padding: 0 0 50px;
}

.top-pv-box-container-inner {
  margin: 0 0 58px;
}

.top-pv-box {
  width: 445px;
  margin: 0;
}

.top-pv-box-thumb {
  position: relative;
  display: block;
}

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

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

.pv-thumb-img {
  object-fit: cover;
}

.pv-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 2;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  opacity: .5;
}

.top-pv-box-txt {
  font-size: 14px;
  text-indent: -1em;
  padding: 10px 0 0 1em;
  line-height: 1.4em;
}

.top-pv-txt {
  font-size: 14px;
}

.top-pv-ul {
  display: flex;
  justify-content: center;
}

.top-pv-li {
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0 5px;
  border-radius: 10px;
}

.top-pv-choice {
  background: #9b0000;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../img/common/arrow_left.png) !important;
  background-size: 40% auto !important;
  background-color: rgba(0,0,0,.8);
  height: 100%;
  top: 0;
  padding: 0 10px;
  width: 30px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/common/arrow_right.png) !important;
    background-size: 40% auto !important;
    background-color: rgba(0,0,0,.8);
    height: 100%;
    top: 0;
    padding: 0 10px;
    width: 30px;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: #9b0000 !important;
}



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

下層ページ共通

--------------------------------------------------------------*/
#contents-side {
  width: 280px;
  padding: 20px 19px 20px 20px;
  background: rgba(0,0,0,.5);
  border-right: solid 1px #292929;
}

#contents-main {
  width: calc(100% - 280px);
  padding: 30px 0 200px;
}

#contents-header {
  font-family: 'IM Fell DW Pica', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  margin: 0 0 45px;
}

.contents-ttl {
  font-size: 60px;
  text-align: center;
  margin: 0 0 25px;
  color: #fff;
  line-height: 1em;
  letter-spacing: 5px;
}

.contents-sub-ttl {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 0 2px;
  letter-spacing: 7px;
  text-align: center;
  line-height: 1em;
}

.contents-header-nav {
  height: 40px;
  position: relative;
  border-bottom: solid 2px #fff;
  font-weight: 500;
}

.contents-header-nav-ttl {
  font-size: 12px;
  color: #fff;
  opacity: .5;
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 25px;
}

.contents-header-nav-inner {
  color: #fff;
  font-size: 24px;
  margin: 0 20px;
  letter-spacing: 2px;
  /*font-style: italic;*/
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  display: flex;
}

.contents-header-nav-inner.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.contents-header-nav-inner.tag {
  font-family: 'IM Fell DW Pica', "serif";
}

.contents-header-nav-btn {
  color: #fff;
  font-size: 16px;
  padding: 12px 20px 11px;
  margin: 1px;
  letter-spacing: 2px;
  line-height: 1em;
  transition: all .3s ease;
  font-style: oblique;
  height: calc(100% - 5px);
}

.contents-header-nav-btn.act {
  cursor: default;
  color: #000;
  background: #fff;
}

.contents-header-nav-btn:hover {
  color: #000;
  background: #fff;
}

.contents-header-nav-btn.coming {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.tag .contents-header-nav-btn.act,
.tag .contents-header-nav-btn:hover {
  background: #fff;
  color: #000;
}

.contents-nav {
  margin: 40px auto 80px;
}

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

.contents-nav-btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 20px;
  color: #fff;
  transition: all .5s ease;
}

.contents-nav-btn.coming {
  opacity: .5;
  pointer-events: none;
}

.contents-nav-btn.act,
.contents-nav-btn:not(.coming):hover {
  background: #fff;
  color: #000;
}

#contents-bg-container {
  background: #000;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.outer-scratch,
.inner-scratch {
  height: inherit;
}

.outer-scratch::after,
.inner-scratch::after {
  content: '';
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 100px;
  opacity: .4;
  background: url('../img/common/scratch.png') repeat center center /322px auto;
  animation: scratch .45s steps(1) infinite;
}

.inner-scratch::after {
  left: 30%;
  -webkit-animation: inner-scratch 2s infinite;
  animation: inner-scratch 2s infinite;
}

#contents-bg-box::after {
  content: '';
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
  opacity: .1;
  background: url('../img/common/noise.png') repeat center center / 1000px 1000px;
  animation: noise .5s steps(1) infinite;
  /*mix-blend-mode: overlay;*/
}

/* Film Animations */
@keyframes noise {
  0%, 100% { transform: translate(0, 0, 0); }
  10% { transform: translate(-1%, -1%); }
  20% { transform: translate(1%, 1%); }
  30% { transform: translate(-2%, -2%); }
  40% { transform: translate(3%, 3%); }
  50% { transform: translate(-3%, -3%); }
  60% { transform: translate(4%, 4%); }
  70% { transform: translate(-4%, -4%); }
  80% { transform: translate(2%, 2%); }
  90% { transform: translate(-3%, -3%); }
}

@keyframes scratch {
  0%, 100% { transform: translateX(0); opacity: 0.075; }
  10% { transform: translateX(-1%); }
  20% { transform: translateX(1%); }
  30% { transform: translateX(-2%); opacity: 0.09; }
  40% { transform: translateX(3%); }
  50% { transform: translateX(-3%); opacity: 0.05; }
  60% { transform: translateX(8%); }
  70% { transform: translateX(-3%); }
  80% { transform: translateX(10%); opacity: 0.02;}
  90% { transform: translateX(-2%); }
}

@keyframes inner-scratch {
  0% { transform: translateX(0); opacity: 0.08; }
  10% { transform: translateX(-1%); }
  20% { transform: translateX(1%); }
  30% { transform: translateX(-2%); }
  40% { transform: translateX(3%); }
  50% { transform: translateX(-3%); opacity: 0.06; }
  60% { transform: translateX(8%); }
  70% { transform: translateX(-3%); }
  80% { transform: translateX(10%); opacity: 0.03; }
  90% { transform: translateX(20%); }
  100% { transform: translateX(30%); }
}

.new-icon {
  font-size: 10px;
  font-family: 'IM Fell DW Pica', serif;
  color: #fff;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

.new-icon-txt {
  display: block;
  transform: rotate(-45deg) translate(-5px, 10px);
}

.new-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 48px 0 0;
  border-color: #5b0207 transparent transparent transparent;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}


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

#news

--------------------------------------------------------------*/
#news-box-container {
  width: 970px;
  margin: 0 auto;
}

.news-box {
  width: 300px;
  border: solid 1px #393939;
  background: #000;
  margin: 0 10px 40px;
  position: relative;
  transition: all 0.5s ease;
  display: block;
}

.news-box:hover {
  opacity: .6;
  transition: all 0.5s ease;
  text-decoration: none;
}

.news-thumb-box {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

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

.news-txt-box {
}

.news-box-header {
  font-family: 'IM Fell DW Pica', serif;
  border-top: solid 1px #1c1c1c;
  border-bottom: solid 1px #1c1c1c;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}

.news-date {
  color: #936901;
  font-size: 12px;
  padding: 8px 10px ;
  position: relative;
}

.news-cat {
  padding: 10px 10px 6px;
  position: relative;
}

.news-date::after,
.news-cat::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #393939;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  pointer-events: none;
}

.news-txt {
  color: #fff;
  padding: 15px;
  font-size: 13px;
  line-height: 1.5em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.news-btn{
  width: 30px;
  height: 26px;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: solid 1px #333333;
  margin: 0 5px;
  padding: 5px 0 0;
  font-style: oblique;
}

a.news-btn:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

.news-nav {
  color: #fff;
  font-size: 14px;
  margin: 0 20px;
  letter-spacing: 2px;
}

.news-side-txt {
  opacity: .5;
  font-size: 12px;
  top: 13px;
  left: 25px;
  color: #fff;
  position: absolute;
  font-family: "IM Fell DW Pica";
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.page,
.current,
.nextpostslink,
.previouspostslink {
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  background: rgba(0,0,0,.5);
  border: solid 1px #333333;
  margin: 0 5px;
  padding: 13px 0 0;
  transition: all 0.5s ease;
}

.page:hover,
.nextpostslink:hover,
.previouspostslink:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

.current {
  color: #000;
  background: #fff;
}

/*
detail
----------------------------------*/


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

#news_more

--------------------------------------------------------------*/
#detail-box-container {
  width: 970px;
  margin: 0 auto 45px;
  border: solid 1px #393939;
  padding: 5px;
  color: #fff;
}

#detail-box-inner {
  border: solid 1px #393939;
  background: rgba(0,0,0,0.8);
  padding: 0 0 40px;
}

.detail-tag-box {
  border-bottom: solid 1px #393939;
  font-family: 'IM Fell DW Pica', "serif";
  display: flex;
  justify-content: space-between;
}

.detail-tag-left {
}

.detail-data-box {
  
}

.detail-tag-box-ttl {
  border-bottom: solid 1px #393939;
  border-right: solid 1px #393939;
  height: 24px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #818181;
  letter-spacing: 2px;
  padding: 0 20px;
}

.detail-tag-box-txt {
  border-right: solid 1px #393939;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0 20px;
}

.detail-tag-right {
  display: flex;
  height: 55px;
  position: relative;
  z-index: 1;
  bottom: -1px;
}

.detail-tag-p {
  color: #818181;
  display: flex;
  align-items: center;
  margin: 0 27px 0 0;
}

.detail-tag-sns {
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  width: 35px;
  justify-content: center;
}

.detail-tag-twitte {
  border-bottom: solid 1px #1da1f2;
}

.detail-tag-line {
  border-bottom: solid 1px #00c300;
}

.detail-tag-facebook {
  border-bottom: solid 1px #3b5998;
}

.detail-icon-twitter,
.detail-icon-line,
.detail-icon-facebook {
  font-size: 20px;
}

.detail-ttl {
  font-size: 24px;
  line-height: 30px;
  margin: 30px 30px 0;
  border-bottom: solid 1px #393939;
  padding: 0 0 30px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: bold;
}

.detail-txt-container {
  padding: 30px;
  line-height: 2em;
  font-size: 13px;
}

.detail-txt a:hover {
  text-decoration: underline;
}


.detail-control-box {
  width: 180px;
  height: 40px;
  font-family: 'IM Fell DW Pica', "serif";
  font-size: 14px;
}

.detail-control-btn {
  background: rgb(0,0,0,0.5);
  border: solid 1px #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  transition: all 0.5s ease;
  padding: 0 20px 0 0;
  height: 100%;
}z

.detail-control-box:last-child .detail-control-btn {
  padding: 0 0 0 20px;
}

.detail-control-btn:hover {
  opacity: .6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contents-icon {
  max-height: 10px;
  max-width: 12px;
  margin: 0 13px;
}

.coming-txt {
  text-align: center;
  display: block;
  width: 100%;
  padding: 10% 0;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}

.size-full {
  height: auto;
  width: 100%;
}

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

#theater

--------------------------------------------------------------*/
#theater {
  
}

.theater-goods-box-link {
  /*height: calc(100vh - 100px);
  width: calc(2926 * ((100vh - 100px)/2075));*/
  margin: 0 0 80px;
}
/*
.theater-goods-box-link img {
  height: 100%;
  width: auto;
}
*/

#theater-container {
  width: 960px;
  margin: 0 auto;
}

.theater-notes-txt {
  color: #fff;
  padding: 0 0 10px;
  line-height: 1.5em;
  text-shadow: 2px 2px 2px #000;
}

.theater-nav {
  width: 100%;
  background: rgba(0,0,0,.6);
  border: 2px solid #fff;
}

.theater-nav-box {
  width: calc(100%/6);
}

.theater-nav-box a {
  padding: 20px 0;
  display: block;
  text-align: center;
  border-right: 2px solid #fff;
}

.theater-nav-box:nth-last-child(1) a {
  border: none;
}

.theaters-area-ttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0 20px;
  text-shadow: 2px 2px 2px #000;
}

.theaters-header {
  color: #000;
}

.theaters-header-0 {
  width: 15%;
  padding: 15px;
  line-height: 1em;
  background: #fff;
}

.theaters-header-inner {
  width: 85%;
  background: #fff;
}

.theaters-header-1 {
  width: 65%;
  line-height: 1em;
  padding: 15px;
}

.theaters-header-2 {
  width: 15%;
  line-height: 1em;
  padding: 15px;
}

.theaters-header-3 {
  width: 30%;
  line-height: 1em;
  padding: 15px;
}

.theaters-header-4 {
  width: 15%;
  line-height: 1em;
  padding: 15px;
}

.ep3 .theaters-header-1,
.ep3 .area-list-name {
  width: 50%;
}

.ep3 .theaters-header-2,
.ep3 .area-list-loadshow {
  width: 12%;
}

.ep3 .theaters-header-3,
.ep3 .area-list-remarks {
  width: 23%;
}

.theaters-header-4,
.area-list-lv {
  display: none;
}

.ep3 .theaters-header-4,
.ep3 .area-list-lv {
  width: 15%;
  display: block;
}

.area-block {
  background: rgba(0,0,0,.6);
  color: #fff;
}

.area-name {
  width: 15%;
  border: 1px solid #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15px;
  line-height: 1em;
}

.area-list-container {
  width: 85%;
}

.area-list-box {
  border: 1px solid #fff;
}

.area-list-container .area-list-box:nth-last-child(1) {
  margin: 0;
}

.area-list-name {
  width: 65%;
  border-right: 1px solid #fff;
}

.area-list-name a {
  display: block;
  padding: 15px;
}

.area-list-name a:hover {
  color: #da2d31;
}

.area-list-loadshow {
  width: 15%;
  padding: 15px;
  border-right: 1px solid #fff;
}

.area-list-lv {
  width: 15%;
  padding: 15px;
  border-right: 1px solid #fff;
  text-align: center;
}

.area-list-remarks {
  width: 30%;
  padding: 15px;
}

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

#tokuten

--------------------------------------------------------------*/
#tokuten-container {
  color: #fff;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

.tokuten-fin-txt {
  position: absolute;
  z-index: 2;
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  top: 0;
  left: 0;
}

.tokuten-box {
  width: 800px;
  margin: 0 auto 50px;
  padding: 20px 40px 40px;
  position: relative;
  background: rgba(0,0,0,.5);
  border: 1px solid #fff;
}

.tokuten-box-header {
  position: relative;
  line-height: 2em;
  font-weight: bold;
  height: 100px;
  margin: 0 0 20px;
  padding: 40px 0 0;
}

.tokuten-week {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 42px 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10px;
  line-height: 1em;
  text-shadow: none;
  color: #000;
}

.tokuten-week-num {
  font-size: 20px;
}

.tokuten-name {
  font-size: 18px;
}

.tokuten-period {
  font-size: 16px;
}

.tokuten-box-contents {
  width: 600px;
  margin: 0 auto;
}

.tokuten-box-contents img {
  width: 100%;
  height: auto;
}

.tokuten-notes {
  width: 800px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: left;
  font-size: 12px;
}

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

staffcast

--------------------------------------------------------------*/
#staffcast-container {
  color: #fff;
  display: flex;
  justify-content: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.staffcast-box {
  width: 420px;
  position: relative;
  text-shadow: 2px 2px 0 #000;
}

.staffcast-box-ttl {
  transform: rotate(90deg);
  font-size: 40px;
  width: 100%;
  letter-spacing: 15px;
  position: absolute;
  left: -180px;
  top: 195px;
  font-family: "IM Fell DW Pica";
  line-height: 1em;
}

.staffcast-list {
  width: 100%;
  padding: 0 0 0 100px;
  line-height: 1.5em;
}

.staffcast-list-item {
  margin: 0 0 20px;
  font-weight: bold;
}

.staffcast-sub-txt {
  font-size: 12px;
  color: #cccccc;
}

.staffcast-txt {
  font-size: 20px;
  line-height: 1.5em;
}

.staffcast-txt-sub {
  font-size: 16px;
  display: block;
  line-height: 1.4em;
}

.staffcast-txt-mini {
  font-size: 12px;
}

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

story

--------------------------------------------------------------*/
.story-box {
  color: #fff;
  width: 100%;
  text-shadow: 2px 2px 0 #000;
}

.story-box-ttl {
  font-size: 24px;
  margin: 80px auto 50px;
  letter-spacing: 10px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: bold;
  border-bottom: 1px solid #fff;
  display: table;
  line-height: 1.5em;
  position: relative;
}

.story-box-ttl::after {
  content: "";
  display: block;
  background: rgba(255,255,255,.5);
  width: calc((100vw - 180px)/2);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 50%;
}

.story-box-ttl.story-intro-ttl {
  font-family: "IM Fell DW Pica";
  font-size: 40px;
  letter-spacing: 13px;
  text-align: center;
}

.story-txt-box {
  width: 840px;
  margin: 0 auto;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  letter-spacing: 2px;
}

.story-txt-box p {
  font-size: 14px;
  line-height: 2em;;
  margin: 0 0 35px;
}

.story-img-container {
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.story-img-box {
  width: 400px;
  border: 1px solid #fff;
  margin: 10px;
  line-height: 0em;
}

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

character

--------------------------------------------------------------*/
#character-container {
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

#character-nav-container {
  width: 180px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 40px;
}

#character-nav-ttl {
  font-size: 12px;
  color: #818181;
  font-family: "IM Fell DW Pica";
  padding: 0 0 10px;
}

#character-nav-list {
  
}

.character-nav-box {
  width: 100%;
  margin: 0 0 15px;
}

.character-nav-btn {
  width: 180px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
}

.character-nav-btn.act  .character-nav-img,
.character-nav-btn:hover .character-nav-img {
  margin-top: -35px;
}

.character-box {
  width: 950px;
  margin: 0 auto;
  padding: 0 0 0 120px;
  position: relative;
}

.character-nav-img {
  width: 100%;
  height: auto;
}

.character-img-box {
  width: 400px;
  height: 750px;
}

.character-txt-box {
  width: 460px;
  position: absolute;
  top: 250px;
  right: 0px;
}

.character-txt-box0,
.character-txt-box1 {
  background: rgba(0,0,0,.8);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
}

.charcter-txt-box-ttl {
  font-size: 12px;
  color: #818181;
  font-family: "IM Fell DW Pica";
  padding: 5px 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.character-txt-box0 {
  margin: 0 0 10px;
}

.character-change-nav {
  
}

.character-change-nav-box {
  
}

.character-change-nav-btn {
  border-right: 1px solid rgba(255,255,255,.1);
  padding: 10px 20px;
  cursor: pointer;
}

.character-change-nav-btn.act,
.character-change-nav-btn:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.character-txt-box1 {
  position: relative;
}

.character-txt-block-name {
  border-right: 1px solid rgba(255,255,255,.1);
}

.character-txt-block-age {
  border-right: 1px solid rgba(255,255,255,.1);
}

.character-txt-block-cv {
  border-left: 1px solid rgba(255,255,255,.1);
  position: absolute;
  right: 1px;
}

.character-txt-block-prof {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.1);
}

.charcter-txt-box-txt {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
}

.character-prof-txt {
  font-size: 14px;
  line-height: 1.8em;
}

.chart-txt {
  width: 336px;
  margin: 0 auto;
}

.chart-box {
  margin: 30px auto;
  display: block;
  width: 920px;
  position: relative;
}

.secret-btn {
  position: absolute;
  width: 490px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

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

product

--------------------------------------------------------------*/
#product-container {
  
}

.product-music-section {
  text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

.product-music-ttl {
  font-size: 24px;
  font-family: "IM Fell DW Pica";
  text-align: center;
  color: #fff;
  padding: 0 0 50px;
  line-height: 1em;
}

.product-music-box {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto 80px;
}

.product-music-jkt {
  width: 320px;
  height: 320px;
  border: 1px solid #fff;
  overflow: hidden;
}

.product-music-box-inner {
  width: 640px;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  padding: 0 0 0 50px;
}

.product-music-box-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0 0 15px;
}

.product-music-box-artist {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 40px 20px;
  line-height: 1.5em;
  position: relative;
}

.product-music-box-artist::before {
  content: "－";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}


.product-music-box-txt {
  line-height: 2em;
  font-size: 12px;
}

/*
GOODS
--------------------------------------------------------------*/
.goods-cat-nav {
  font-size: 14px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  width: 960px;
  margin: 0 auto 50px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

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

.goods-cast-nav-btn {
  padding: 5px 10px;
  line-height: 1em;
}

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

.product-goods-section {
  text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

.product-goods-box {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.product-goods-img-container {
  width: 320px;
}

.product-goods-img-box {
  width: 320px;
  height: auto;
}

.product-goods-nav {
  padding: 10px 0;
}

.product-goods-nav-box {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.product-goods-nav-box:nth-child(5n) {
  margin: 0 0 5px;
}

.product-goods-nav-box:hover,
.product-goods-nav-box.act {
  opacity: .5;
}

.product-goods-box-inner {
  width: 640px;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  padding: 0 0 0 50px;
  line-height: 1.8em;
}

.product-goods-box-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
}

.product-goods-box-txt {
  font-size: 16px;
  padding: 0 0 30px;
}

.product-goods-box-sub-txt {
  font-size: 12px;
  line-height: 1.5em;
}

.product-goods-link-btn {
  padding: 5px 20px;
  margin: 40px 0 0 0;
  background: rgba(0,0,0,.5);
  border: 1px solid #fff;
}


/*
BD
--------------------------------------------------------------*/
.product-bd-jkt {
  width: 320px;
}

.product-bd-contents {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.product-bd-ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 20px;
}

.product-bd-release {
  padding: 0 0 10px;
}

.product-bd-price {
  padding: 0 0 40px;
}

.product-bd-box-txt {
  line-height: 2em;
  font-size: 12px;
}

.product-bd-box-txt h2,
.product-bd-ttl-m {
  font-size: 130%;
  display: table;
  background: #cba85d;
  color: #0a0101;
  text-shadow: none;
  padding: 0px;
  margin: 0 0 10px;
  font-weight: bold;
}

.product-bd-box-txt h3 {
  font-size: 110%;
  color: #cba85d;
}

.product-bd-tokuten-container {
  line-height: 2em;
  font-size: 12px;
  padding: 80px 0 20px;
}

.product-bd-tokuten-container-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-bd-tokuten-box {
  width: 30%;
  margin: 0 0 2%;
  border: 1px solid #cba85d;
  background: rgba(0,0,0,.3);
  padding: 15px;
}

.product-bd-tokuten-box a {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  /*align-items: flex-end;*/
}

.product-bd-tokuten-ttl {
  line-height: 1.5em;
  font-weight: bold;
  font-size: 13px;
  padding: 0 0 10px;
  color: #cba85d;
  width: 100%;
}

.product-bd-tokuten-img {
  text-align: center;
}

.product-bd-tokuten-img img {
  height: 350px;
  width: 100%;
  object-fit: contain;
}

.product-bd-tokuten-img img.coming {
  width: 100%;
  height: auto;
}

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

special

--------------------------------------------------------------*/
.special-header-nav-btn,
.special-header-nav-btn-off {
  color: #fff;
  font-size: 16px;
  padding: 12px 0 11px;
  margin: 0 20px;
  letter-spacing: 2px;
  line-height: 1em;
  transition: all .5s ease;
}

.special-header-nav-btn:hover {
  opacity: .6;
}

.special-header-nav-btn-off {
  opacity: .2;
}

#special-pv-container {
  width: 960px;
  margin: 0 auto;
}

.special-nav-btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 0 10px;
  transition: all 0.5s ease;
}

.special-nav-btn.act,
.special-nav-btn:not(.coming):hover {
  background: #fff;
  color: #000;
  transition: all 0.5s ease;
}

.special-pv-box {
  width: 300px;
  margin: 0 10px 40px;
  color: #fff;
}

.special-pv-box-thumb {
  position: relative;
  display: block;
  transition: all 0.5s ease;
  background: #000;
}

.special-pv-box-thumb:hover {
  opacity: .6;
  transition: all 0.5s ease;
}

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

.special-pv-box-txt {
  font-size: 13px;
  line-height: 1.3em;
  padding: 10px 0 0 1em;
  text-indent: -1em;
}

.special-pv-txt {
  font-size: 14px;
}

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

special - other

--------------------------------------------------------------*/
#special-other-box {
  text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

.special-other-eyecatch {
  display: block;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}

.special-other-box-ttl {
  text-align: center;
  color: #fff;
  padding: 50px 0 80px;
  font-size: 20px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: bold;
}

.special-other-comment-container {
  color: #fff;
  width: 920px;
  margin: 0 auto;
}

.special-other-comment-box {
  position: relative;
  margin: 0 0 60px;
}

.special-other-comment-name {
  font-size: 18px;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: bold;
}

.special-other-comment-txt {
  line-height: 2em;
  font-size: 13px;
  padding: 0 380px 0 0;
}

.special-other-comment-img {
  width: 340px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}


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

special - event

--------------------------------------------------------------*/
.special-event-container {
  color: #fff;
  width: 920px;
  margin: 0 auto;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

.special-event-ttl {
  font-size: 24px;
  line-height: 1.5em;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  margin: 0 0 30px;
}

.special-event-txt-box {
  font-size: 16px;
  line-height: 2em;
}

.special-event-txt-box a {
  text-decoration: underline;
}

.special-event-txt-box em {
  font-size: 13px;
}

.special-event-txt-box h4 {
  font-size: 20px;
}

.special-event-txt-box strong {
  font-size: 20px;
}

.special-event-box-line {
  display: flex;
}

.special-event-box-ttl {
  min-width: 65px;
  padding: 0 10px 0 0;
}

.special-event-box-txt {
  
}

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

radio

--------------------------------------------------------------*/
#radio-container {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.radio-ttl {
  width: 370px;
  margin: 0 auto 50px;
}

.radio-container-inner {
  width: 900px;
  margin: 0 auto;
  background: rgba(0,0,0,.8);
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.8em;
  font-size: 13px;
}

.radio-haishin-box {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #fff;
}

.radio-movie-box {
  width: 40%;
  position: relative;
  overflow: hidden;
}

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

.radio-movie-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.radio-haishin-box-contents {
  width: 60%;
}

.radio-movie-txt {
  padding: 30px 40px 0;
  font-size: 16px;
}

.radio-section-container {
  padding: 40px 40px 0;
}

.radio-section {
  padding: 0 0 30px;
}

.radio-section-ttl {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #fff;
  margin: 0 0 15px;
}

.radio-section-txt {
}

.radio-segment-container {
  padding: 0 40px 40px;
}

.radio-segment {
  border-bottom: 1px solid rgba(255,255,255,.1);
  margin: 0 0 20px;
}

.radio-segment-ttl {
  padding: 0 0 15px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
}

.radio-segment-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: rgba(233,83,125,.5);
  position: absolute;
  z-index: -1;
  bottom: 16px;
  left: 0;
}

.radio-segment-txt {
  padding: 0 0 20px;
}

.radio-segment-annotation {
  font-size: 12px;
  padding: 0 0 20px;
  line-height: 1.5em;
}

.radio-form-btn {
  width: 400px;
  height: 60px;
  position: relative;
  margin: 0 auto 60px;
  z-index: 1;
}

.radio-form-link-btn {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.radio-form-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 5px;
  border: 1px solid #fff;
  background: #000;
}


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

streaming

--------------------------------------------------------------*/
#streaming-container {
  width: 940px;
  margin: 0 auto;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}

.streaming-txt-container {
  font-size: 14px;
  line-height: 1.8em;
  margin: 0 0 50px;
}

.streaming-txt-container h3 {
  font-size: 20px;
}

.streaming-platform-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
  gap: 20px;
}

.streaming-platform-box {
  width: 300px;
}

.streaming-platform-link {
  width: 100%;
  height: 60px;
  font-size: 16px;
  text-align: center;
  background: rgba(255,255,255,.8);
  color: #865419;
  border-radius: 5px;
  padding: 23px 0;
  transition: background-color .3s ease;
}

.streaming-platform-link:hover {
  background: rgba(255,255,255,1);
}

.streaming-platform-link span {
  font-size: 80%;
}

.streaming-platform-remarks {
  font-size: 11px;
  text-align: center;
  display: block;
  margin: 5px 0 0;
}

.streaming-sub-txt-container {
  font-size: 12px;
  line-height: 1.8em;
  margin: 0 0 50px;
}


.streaming-sub-txt-container {
  font-size: 12px;
  line-height: 1.8em;
  margin: 0 0 50px;
}

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

@SP


********************************************************************************--*/
@media only screen and (max-width: 900px) {

  .top-bnr-box {
    margin: 0 auto 10%;
    width: 90%;
  }  

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

  下層ページ共通

  --------------------------------------------------------------*/
  #side-inner {
    padding: 0;
    display: none;
  }
  
  #drawer-container {
    display: none;
  }
  
  #contents-side {
    width: 0;
    background: none;
    border: none;
    padding: 0;
  }

  #contents-main {
    width: 100%;
    padding: 0;
    margin: 0 0 60px;
  }

  #contents-header {
    margin: 0 0 30px;
  }

  .contents-ttl {
    font-size: 30px;
    text-align: left;
    margin: 0;
    padding: 8% 5%;
  }

  .contents-sub-ttl {
    background: #fff;
    color: #000;
    font-size: 12px;
    padding: 2% 5% 1%;
    letter-spacing: 7px;
    text-align: left;
    line-height: 1em;
  }

  .contents-header-nav {
    height: auto;
    position: relative;
    display: block;
  }

  .contents-header-nav-ttl {
    font-size: 12px;
    color: #fff;
    opacity: .5;
    position: inherit;
    z-index: 1;
    top: auto;
    left: auto;
    text-align: left;
    display: block;
    padding: 10px 0 8px 10px;
  }

  .contents-header-nav-inner {
    color: #fff;
    font-size: 12px;
    margin: 0;
    letter-spacing: 2px;
    /*font-style: italic;*/
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .contents-header-nav-inner.tag {
    font-family: 'IM Fell DW Pica', "serif";
    padding: 0 8px 12px;
  }

  .contents-header-nav-btn {
    color: #fff;
    font-size: 12px;
    padding: 9px 10px 9px;
    letter-spacing: 2px;
    line-height: 1em;
    display: inline-block;
    margin: 1px 0px;
  }
  
  .tag .contents-header-nav-btn {
    border: solid 1px #fff;
    margin: 0px 5px;
  }
  
  .contents-header-nav-btn:hover {
    opacity: 1;
  }

  .news-nav-on {
    background: #fff;
    color: #000;
  }

  .contents-nav {
    margin: 5% auto 8%;
    flex-wrap: nowrap;
  }

  .contents-nav-box {
    margin: 0 2%;
    width: 46%;
  }

  .contents-nav-btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    /* border: 1px solid #fff; */
    /* text-align: center; */
    font-size: 13px;
  }

  .contents-nav-btn:not(.coming):hover {
    background: none;
    color: #fff;
  }
  
  .contents-main-inner {
    width: 100%;
    overflow: hidden;
  }

  #contents-bg-container {
    background: #000;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .contents-bg-img {
    width: 100vw;
    height: 180vw;
    object-fit: cover;
  }

  .outer-scratch,
  .inner-scratch {
    height: inherit;
  }

  .outer-scratch::after,
  .inner-scratch::after {
    content: '';
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 100px;
    opacity: .3;
    background: url('../img/common/scratch.png') repeat center center /322px auto;
    animation: scratch .45s steps(1) infinite;
  }

  .inner-scratch::after {
    left: 30%;
    -webkit-animation: inner-scratch 2s infinite;
    animation: inner-scratch 2s infinite;
  }

  #contents-bg-box::after {
    content: '';
    width: 110%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
    opacity: .11;
    background: url('../img/common/noise.png') repeat center center / 1000px 1000px;
    animation: noise .5s steps(1) infinite;
  }
  
  /*--------------------------------------------------------------

  #top

  --------------------------------------------------------------*/
  .top-main {
    display: flex;
    flex-wrap:wrap;
    background: none;
  }
  
  .top-main::after {
    display: none;
  }
  
  #top-main-visual {
    width: 100%;
　　order: 1;
    background: #000;
  }

  .top-copy {
    top: 14%;
    right: 1%;
  }

  .top-subcopy {
    width: 90%;
    left: 5%;
  }

  #top-side-left,
  #top-side-right {
    width: 100%;
  }

  #top-side-left {
    padding: 0 4%;
    order: 2;
    background: #000;
    z-index: 2;
  }

  #top-pv-container {
    order: 3;
    background: url(../img/top/top_bg_right.png) center bottom repeat-y / 100% auto;
    padding: 50px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  #top-pv-container::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);

    z-index: 0;
  }

  #top-pv-header {
    z-index: 1;
    position: relative;
  }

  .top-pv-link {
    top: 20%;
    font-size: 14px;
    padding: 0 20px 3.5px 7px;
  }

  #top-pv-header {
    margin: 0 0 30px;
  }

  #top-pv-container a:hover {
    opacity: 1;
  }
  
  #top-pv-container a:hover {
    opacity: 1;
  }
  
  .top-side-contents-ttl {
    font-size: 30px;
    text-align: center;
  }
  
  #top-side-left, #top-side-right {
    padding: 0;
  }
  
  .top-side-contents {
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 10% 0%;
    order: 2;
    width: 90%;
  }
  
  .top-side-contents:nth-of-type(2) {
    border-bottom: none;
    order: 3;
  }
  
  .top-side-contents-header {
    position: relative;
    text-align: center;
    display: block;
    margin: 0 0 3%;
  }
  
  .top-side-contents a:hover {
    opacity: 1;
  }
  
  .top-side-contents-link {
    position: absolute;
    right: 0;
    top: 30%;
  }
  
  .top-side-news-box {
    margin: 0 0 2%;
    border: 1px solid rgba(255,255,255,.1);
    padding: 0;
    width: 100%;
  }
  
  .top-side-news-date {
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: inline-block;
    padding: 7px 12px 5px;
  }
  
  .top-side-news-txt {
    padding: 10px 12px 12px;
  }
  
  .top-side-bnr-container {
    display: flex;
    padding: 0 13px;
    margin: 0 0 50px;
  }
  
  .top-side-bnr {
    width: 90%;
    margin: 5% auto;
    transition: none;
    order: 1;
  }
  
  #top-pv-box-container {
    position: relative;
    z-index: 1;
    padding: 0 0 25px;
  }
  
  #top-pv-container::after {
    content: "";
    display: block;
    position: fixed;
    z-index: -2;
    width: 100vw;
    height: 200vw;
    background-image: url(../img/top/pv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    top: 0;
    left: 0;
  }
  
  /*#top-pv-container::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 200vw;
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
  }*/
  
  .top-pv-box {
    width: 90%;
  }
  
  .top-pv-box-txt {
    font-size: 11px;
  }  
  
  #top-side-right {
    order: 4;
    display: flex;
    flex-wrap: wrap;
  }

  #ttl-logo {
    padding: 0;
    width: 65%;
    margin: 4% auto 3%;
  }
  
  #episode {
    margin: 0 auto 2%;
    width: 50%;
    padding: 0;
  }
  
  #koukai {
    padding: 0;
    width: 65%;
    margin: 0 auto 2.5%;
  }
  
  #copy {
    margin: 4% auto 0;
    width: 90%;
  }
  
  #nav {
    display: none;
  }
  
  .side-share-container {
    margin: 0;
    padding: 10% 0;
    display: flex;
    align-items: center;
  }
  
  .side-share-ttl {
    padding: 0 0 0 5.5%;
    width: 27%;
  }
  
  #side-share-list {
    width: 73%;
  }
  
  .side-share-btn {
    margin: 0 16% 0 0;
    font-size: 6vw;
  }
  
  .top-main #side-inner,
  .top-main #drawer-container {
    display: block;
  }

  .top-main #side-bnr-container {
    display: none;
  }
  
  #sp-bnr-container {
    display: block;
    padding: 5% 10%;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  #sp-bnr-container .bnr-box {
    margin: 0 0 3%;
  }

  .top-radio-box {
    width: 90%;
    margin: 0 auto 10%;
    order: 4;
  }

  .top-radio-link {
    display: block;
  }

  .top-radio-txt {
    width: 100%;
    height: 8vw;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
  }

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

  #news

  --------------------------------------------------------------*/
  #news-box-container {
    width: 96%;
    margin: 0 auto 10%;
  }
  
  .news-box:hover {
    opacity: 1;
  }
  
  a.news-btn:hover {
    opacity: 1;
    background: none;
    color: #fff;
  }
  
  .news-inner {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .news-box {
    width: 100%;
    margin: 0 0 2%;
    transition: none;
  }
  
  .news-box {
    display: flex;
  }
  
  .news-thumb-box {
    width: 150px;
    position: relative;
  }
  
  .news-txt-box {
    width: calc(100% - 150px);
  }
  
  .news-box-header {
    width: 100%;
  }
  
  .news-date {
    font-size: 10px;
    padding: 5px;
    white-space: nowrap;
  }
  
  .news-cat {
    font-size: 10px;
    padding: 5px;
    white-space: nowrap;
  }
  
  .news-txt {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px;
  }
  
  /*--------------------------------------------------------------

  news_more

  --------------------------------------------------------------*/
  #detail-box-container {
    width: 96%;
    padding: 3px;
    margin: 0 auto 6%;
  }

  .detail-tag-right {
    height: 44px;
  }

  .detail-tag-p {
    margin: 0 10px 0 0;
    font-size: 10px;
    display: none;
  }

  .detail-tag-sns {
    margin: 0 10px 0 0;
    width: 23px;
  }

  .detail-icon-twitter,
  .detail-icon-line,
  .detail-icon-facebook {
    font-size: 16px;
  }

  .detail-tag-box-ttl {
    height: 20px;
    font-size: 10px;
    padding: 0 5px;
  }

  .detail-tag-box-txt {
    height: 24px;
    font-size: 10px;
    padding: 0 8px;
  }

  .detail-ttl {
    font-size: 16px;
    line-height: 21px;
    margin: 15px 15px 0;
    padding: 0 0 15px;
  }

  .detail-txt-container {
    font-size: 12px;
    padding: 4%;
  }

  .wp-pagenavi {
    display: flex;
    justify-content: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  }

  .page,
  .current,
  .nextpostslink,
  .previouspostslink {
    width: 30px;
    height: 30px;
    font-size: 14px;

    margin: 0 5px;
    padding: 8px 0 0;
    transition: none;
  }

  .page:hover,
  .nextpostslink:hover,
  .previouspostslink:hover {
    background: rgba(0,0,0,.5);
    color: #fff;
  }
  
  .contents-pager {
    flex-wrap: nowrap;
    width: 96%;
    margin: 0 auto;
  }
  
  .detail-control-box {
    margin: 0 1%;
    width: 100%;
  }
  
  .detail-control-btn {
    font-size: 12px;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 10px 0 0;
    background: rgb(0,0,0,.8);
  }

  .detail-control-btn:hover {
    opacity: 1;
    transition: none;
  }

  .contents-icon {
    margin: 0 8px;
  }
  
  .coming-txt {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10% 0;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
  }

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

  theater

  --------------------------------------------------------------*/
  #theaters {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.2em;
  }
  
  #theater-container {
    width: 90%;
  }
  
  .theater-notes-txt {
    font-size: 10px;
  }
  
  .theater-nav {
    flex-wrap: wrap;
  }
  
  .theater-nav-box {
    width: calc(100%/3);
  }
  
  .theater-nav-box a {
    padding: 15px 0;
  }
  
  .theater-nav-box:nth-child(3) a,
  .theater-nav-box:nth-last-child(1) a {
    border: none;
  }
  
  .theater-nav-box:nth-child(1) a,
  .theater-nav-box:nth-child(2) a,
  .theater-nav-box:nth-child(3) a {
    border-bottom: 2px solid #fff;
  }

  
  .theaters-header {
    display: none;
  }

  .theaters-header-0 {
    width: 20%;
    padding: 10px;
    line-height: 1.2em;
  }

  .theaters-header-inner {
    width: 80%;
  }

  .theaters-header-1 {
    width: 65%;
    line-height: 1.2em;
    padding: 10px;
  }

  .theaters-header-2 {
    width: 35%;
    line-height: 1.2em;
    padding: 10px;
  }
  
  .area-block {
    flex-wrap: wrap;
    background: none;
    margin: 0 0 20px;
  }

  .area-name {
    width: 100%;
    padding: 10px 0;
    line-height: 1em;
    background: #fff;
    color: #000;
  }

  .area-list-container {
    width: 100%;
  }
  
  .area-list-box {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 5px;
    background: rgba(0,0,0,.6);
  }
  
  .area-list-box p {
    min-height: 35px;
    position: relative;
    padding-left: 80px;
  }

  .area-list-container .area-list-box:nth-last-child(1) {
    margin: 0;
  }

  .area-list-name {
    width: 100% !important;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
  }
  
  .area-list-name::after {
    content: "劇場名";
    width: 70px;
    height: 100%;
    background: rgba(255,255,255,.2);
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
  }

  .area-list-name a {
    display: block;
    padding: 10px 10px 10px 0;
  }

  .area-list-loadshow {
    width: 100% !important;
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-size: 11px;
  }
  
  .area-list-loadshow::after {
    content: "公開日";
    width: 70px;
    height: 100%;
    background: rgba(255,255,255,.2);
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
  }

  .area-list-lv {
    width: 40% !important;
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-size: 11px;
  }
  
  .area-list-lv::after {
    content: "舞台挨拶中継";
    width: 70px;
    height: 100%;
    background: rgba(255,255,255,.2);
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    text-align: center;
    padding: 10px 0;
    font-size: 8px;
  }

  .area-list-remarks {
    width: 100%;
    padding: 10px;
    font-size: 11px;
  }

  .ep3 .area-list-remarks {
    width: 60% !important;
  }
  
  .area-list-remarks::after {
    content: "備考";
    width: 70px;
    height: 100%;
    background: rgba(255,255,255,.2);
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
  }


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

  #tokuten

  --------------------------------------------------------------*/
  #tokuten-container {

  }

  .tokuten-fin-txt {
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    top: 0;
    left: 0;
  }

  .tokuten-box {
    width: 90%;
    margin: 0 auto 10%;
    padding: 3%;
    position: relative;
  }

  .tokuten-box-header {
    position: relative;
    line-height: 2em;
    height: auto;
    margin: 0 0 5%;
    padding: 0;
  }

  .tokuten-week {
    position: initial;
    margin: 0 auto 5%;
  }

  .tokuten-week-num {
    font-size: 20px;
  }

  .tokuten-name {
    font-size: 16px;
  }

  .tokuten-period {
    font-size: 14px;
  }

  .tokuten-box-contents {
    width: 100%;
    margin: 0 auto;
  }

  .tokuten-notes {
    width: 90%;
  }

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

  staffcast

  --------------------------------------------------------------*/
  #staffcast-container {
    color: #fff;
    display: block;
  }

  .staffcast-box {
    width: 70%;
    margin: 0 auto 20%;
  }

  .staffcast-box-ttl {
    transform: rotate(0deg);
    font-size: 30px;
    width: 100%;
    letter-spacing: 10px;
    position: inherit;
    left: auto;
    top: auto;
    text-align: center;
    padding: 0 0 5%;
  }

  .staffcast-list {
    width: 100%;
    padding: 0;
    line-height: 1.5em;
  }

  .staffcast-list-item {
    margin: 0 0 20px;
    font-weight: bold;
  }

  .staffcast-sub-txt {
    font-size: 12px;
    color: #cccccc;
  }

  .staffcast-txt {
    font-size: 20px;
    line-height: 1.5em;
  }

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

  story.html

  --------------------------------------------------------------*/
  .story-box {
    color: #fff;
    width: 100%;
    text-shadow: 2px 2px 0 #000;
  }

  .story-box-ttl {
    font-size: 20px;
    margin: 5% auto 8%;
    letter-spacing: 5px;
    text-align: center;
  }
  
  .story-box-ttl::after {
    width: calc(100vw/2);
    height: 1px;
  }

  .story-box-ttl.story-intro-ttl {
    font-size: 20px;
  }

  .story-txt-box {
    width: 90%;
    margin: 0 auto;
  }

  .story-txt-box p {
    font-size: 13px;
    line-height: 2em;;
    margin: 0 0 8%;
  }

  .story-img-container {
    width: 90%;
    justify-content: space-between;
  }

  .story-img-box {
    width: 49%;
    margin: 0 0 2%;
  }
  
  /*--------------------------------------------------------------

  character.html

  --------------------------------------------------------------*/
  .character-btn-box {
    margin: 0 5px;
    width: 28.5%;
  }
  .character-btn-btn:hover {
    background: none;
    color: #fff;
  }
  .character-btn-btn {
    width: 100%;
    height: 30px;
    font-size: 2vw;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #character-nav-container {
    width: 90%;
    position: relative;
    left: 0;
    margin: 0 auto 40px;
  }
  
  .character-nav-box {
    width: 31.33%;
    margin: 0 1% 2%;
  }

  .character-nav-btn {
    width: 100%;
    overflow: hidden;
    height: 5.4vw;
    -webkit-touch-callout: none;
  }

  .character-nav-btn.act .character-nav-img {
    margin-top: -19.5%;
  }
  
  .character-nav-btn:hover:not(.act) .character-nav-img {
    margin-top: 0;
  }
  
  .character-nav-img {
    -webkit-touch-callout: none;
  }
  
  #character-nav-list {
    display: flex;
    flex-wrap: wrap;
  }
  
  .character-box {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  
  .character-img-box {
    width: 62.5%;
    height: calc(1500*(62.5vw/800));
    margin: 0 0 0 -6%;
  }
  
  .character-txt-box {
    width: 49%;
    float: right;
    position: absolute;
    top: 27%;
    right: 4%;
  }
  
  .charcter-txt-box-txt {
    padding: 1.7vw 2.2vw;
    font-size: 4vw;
    font-weight: 500;
  }
  
  .character-prof-txt {
    font-size: 2vw;
    line-height: 1.8em;
  }
  
  .charcter-txt-box-ttl {
    font-size: 2vw;
    padding: 1vw 2.2vw;
  }
  
  .character-txt-block-name {
    width: 75%;
  }
  
  .character-txt-block-age {
    width: 25%;
    text-align: center;
  }
  
  .character-txt-block-cv {
    border-left: 0;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  
  .character-change-nav-box {
    width: 50%;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  
  .character-change-nav-box:first-child {
    border-top: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  
  .character-box:first-child .character-change-nav-box:first-child,
  .character-box:nth-child(2) .character-change-nav-box:first-child {
    width: 100%;
    border-bottom: none;
  }
  
  .character-change-nav-box:nth-child(3) .character-change-nav-btn {
    border-right: none;
  }
  
  .character-change-nav-btn {
    padding: 1.7vw 2.2vw;
    font-size: 2vw;
    text-align: center;
  }
  
  .character-txt-block-age {
    border-right: none;
  }
  
  .character-txt-box0 {
    margin: 0 0 10px;
  }
  
  /*--------------------------------------------------------------

  character_chart, character_world

  --------------------------------------------------------------*/
  .chart-box {
    width: 94%;
    margin: 0 auto;
  }
  
  .chart-thumb {
    width: 100%;
  }
  
  .secret-btn {
    width: 80%;
  }
  
  /*--------------------------------------------------------------

  product

  --------------------------------------------------------------*/
  #product-container {
    padding: 5% 0 0 0;
  }

  .product-music-section {
    text-shadow: 2px 2px 2px rgba(0,0,0,1);
  }

  .product-music-ttl {
    font-size: 20px;
    padding: 0 0 5%;
  }

  .product-music-box {
    display: block;
    width: 90%;
    margin: 0 auto 10%;
  }

  .product-music-jkt {
    width: 100%;
    height: auto;
    line-height: 1em;
  }

  .product-music-box-inner {
    width: 100%;
    padding: 0;
  }

  .product-music-box-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 5% 0 3%;
  }

  .product-music-box-artist {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 8% 20px;
    line-height: 1.5em;
    position: relative;
  }

  .product-music-box-artist::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }


  .product-music-box-txt {
    line-height: 2em;
    font-size: 10px;
  }
  
  /*
  GOODS
  --------------------------------------------------------------*/
  .goods-cat-nav {
    font-size: 10px;
    width: 90%;
    margin: 0 auto 10%;
    padding: 0;
  }

  .goods-cat-nav-box {
    margin: 0 4px 15px;
  }

  .goods-cast-nav-btn {
    padding: 5px;
    line-height: 1em;
  }

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

  .product-goods-section {
    text-shadow: 2px 2px 2px rgba(0,0,0,1);
  }

  .product-goods-box {
    display: block;
    width: 90%;
    margin: 0 auto 5%;
    padding: 0 0 5%;
  }
  
  .product-goods-img-container {
    width: 100%;
  }

  .product-goods-img-box {
    width: 100%;
    height: auto;
  }

  .product-goods-nav {
    padding: 10px 0;
  }

  .product-goods-nav-box {
    width: calc((90vw - 20px)/5);
    height: calc((90vw - 20px)/5);
    overflow: hidden;
    margin: 0 5px 0 0;
  }

  .product-goods-box-inner {
    width: 100%;
    padding: 0;
    line-height: 1.8em;
  }

  .product-goods-box-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 5% 0 3%;
    margin: 0 0 5%;
  }

  .product-goods-box-txt {
    font-size: 12px;
    padding: 0 0 8%;
  }

  .product-goods-box-sub-txt {
    font-size: 10px;
    line-height: 1.5em;
  }

  .product-goods-link-btn {
    padding: 5px 20px;
    margin: 10% 0 0 0;
    font-size: 12px;
  }
  
  /*
  BD
  --------------------------------------------------------------*/
  .product-bd-jkt {
    width: 80%;
    margin: 0 auto 8%;
  }

  .product-bd-contents {
    width: 90%;

  }

  .product-bd-ttl {font-size: 15px;line-height: 1.5em;padding: 0 0 5%;}

  .product-bd-release {padding: 0 0 3%;}

  .product-bd-price {padding: 0 0 10%;}

  .flex-center img {
    width: 33.3%;
    height: auto;
  }
  
  .product-bd-box-txt h2,
  .product-bd-ttl-m {
    font-size: 130%;
    display: table;
    background: #cba85d;
    color: #0a0101;
    text-shadow: none;
    padding: 0px;
    margin: 0 0 10px;
    font-weight: bold;
  }

  .product-bd-box-txt h3 {
    font-size: 110%;
    color: #cba85d;
  }

  .product-bd-tokuten-container {
    line-height: 2em;
    font-size: 12px;
    padding: 10% 0 5%;
  }

  .product-bd-tokuten-container-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product-bd-tokuten-box {
    width: 48%;
    margin: 0 0 4%;
    padding: 3%;
  }

  .product-bd-tokuten-ttl {
    font-size: 12px;
  }

  .product-bd-tokuten-img {
    text-align: center;
  }

  .product-bd-tokuten-img img {
    height: auto;
    width: 100%;
  }




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

  special

  --------------------------------------------------------------*/
  .special-header-nav-btn,
  .special-header-nav-btn-off {
    font-size: 12px;
  }
  .special-nav-btn {
    width: 35%;
    height: 30px;
    line-height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .special-nav-btn:hover {
    background: none;
    color: #fff;
  }
  #special-pv-container {
    width: 90%;
  }
  .special-pv-box {
    width: 100%;
    margin: 0 0 30px;
  }
  .special-pv-box-thumb:hover {
    opacity: 1;
  }
  
  /*--------------------------------------------------------------

  special - other

  --------------------------------------------------------------*/
  #special-other-box {
    width: 90%;
    margin: 0 auto;
    text-shadow: 2px 2px 2px rgba(0,0,0,1);
  }

  .special-other-eyecatch {
    display: block;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
  }
  
  .special-other-eyecatch img {
    width: 250px;
    height: auto;
  }

  .special-other-box-ttl {
    padding: 5% 0 15%;
    font-size: 14px;
    line-height: 1.5em;
  }

  .special-other-comment-container {
    color: #fff;
    width: 100%;
    margin: 0 auto;
  }

  .special-other-comment-box {
    position: relative;
    margin: 0 0 10%;
  }

  .special-other-comment-name {
    font-size: 16px;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }

  .special-other-comment-txt {
    line-height: 1.8em;
    font-size: 12px;
    padding: 0;
  }

  .special-other-comment-img {
    width: 100%;
    position: inherit;
    z-index: 1;
    top: 0;
    right: 0;
    padding: 0 0 10px;
  }
  
  /*--------------------------------------------------------------

  special - event

  --------------------------------------------------------------*/
  .special-event-container {
    width: 90%;
    margin: 0 auto;
  }

  .special-event-ttl {
    font-size: 18px;
    line-height: 1.5em;
    border-bottom: 1px solid #fff;
    padding: 0 0 3%;
    margin: 0 0 6%;
    word-break: break-word;
  }

  .special-event-txt-box {
    font-size: 13px;
    line-height: 2em;
  }

  .special-event-txt-box a {
    text-decoration: underline;
  }

  .special-event-txt-box em {
    font-size: 11px;
  }

  .special-event-txt-box h4 {
    font-size: 16px;
  }

  .special-event-txt-box strong {
    font-size: 15px;
  }

  .special-event-box-line {
    display: block;
  }

  .special-event-box-ttl {
    display: block;
    min-width: auto;
    padding: 0;
  }

  .special-event-box-txt {

  }

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

  radio

  --------------------------------------------------------------*/
  #radio-container {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  }

  .radio-ttl {
    width: 60%;
    margin: 0 auto 10%;
  }

  .radio-container-inner {
    width: 90%;
    font-size: 12px;
  }
  
  .radio-haishin-box {
    display: block;
    padding: 5%;
  }
  
  .radio-movie-box,
  .radio-haishin-box-contents {
    width: 100%;
  }
  
  .radio-haishin-box-contents .radio-section-container {
    padding: 5% 0 0;
  }
  
  

  .radio-movie-txt {
    padding: 5% 0 0;
    font-size: 14px;
  }

  .radio-section-container {
    padding: 5% 5% 0;
  }

  .radio-section {
    padding: 0 0 5%;
  }

  .radio-section-ttl {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #fff;
    margin: 0 0 4%;
  }

  .radio-section-txt {
  }

  .radio-segment-container {
    padding: 0 5% 5%;
  }

  .radio-segment {
    margin: 0 0 3%;
  }

  .radio-segment-ttl {
    padding: 0 0 5%;
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    z-index: 1;
  }

  .radio-segment-ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(233,83,125,.5);
    position: absolute;
    z-index: -1;
    bottom: 16px;
    left: 0;
  }

  .radio-segment-txt {
    padding: 0 0 20px;
  }

  .radio-segment-annotation {
    font-size: 11px;
    padding: 0 0 20px;
    line-height: 1.5em;
  }

  .radio-form-btn {
    width: 80%;
    height: 50px;
    position: relative;
    margin: 0 auto 10%;
    z-index: 1;
  }

  .radio-form-link-btn {
    padding: 14px 0;
    font-size: 14px;
  }

  .radio-form-btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 5px;
    border: 1px solid #fff;
    background: #000;
  }

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

  streaming

  --------------------------------------------------------------*/
  #streaming-container {
    width: 90%;
  }

  .streaming-txt-container {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 0 50px;
  }

  .streaming-txt-container h3 {
    font-size: 16px;
  }

  .streaming-platform-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
    margin: 0 0 50px;
  }

  .streaming-platform-box {
    width: 43vw;
    margin: 0;
  }

  .streaming-platform-link {
    width: 100%;
    height: 60px;
    font-size: 12px;
    text-align: center;
    background: rgba(255,255,255,.8);
    color: #865419;
    border-radius: 5px;
    padding: 23px 0;
    white-space: break-spaces;
    transition: none;
  }

  .streaming-platform-link:hover {
    background: rgba(255,255,255,.8);
  }

  .streaming-platform-link span {
    display: block;
    font-size: 80%;
  }

  .streaming-platform-remarks {
    font-size: 11px;
    text-align: center;
    display: block;
    margin: 5px 0 0;
  }

  .streaming-sub-txt-container {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 0 50px;
  }

  .streaming-sub-txt-container {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 0 50px;
  }


  
}