@charset "utf-8";
/************************************************

@style.css

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/************************************************************************************************

TOP -PC

************************************************************************************************/
#top-main{
  background: #000;
}

#top-visual {
  position: relative;
  z-index: 0;
  min-width: 1280px;
  overflow: hidden;
}

.top-visual-ttl {
  display: none;
}

#top-visual-slide-container {
  width: 100%;
  height: 1520px;
  position: relative;
  z-index: 0;
}

.top-visual-slide-box {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}

.top-visual-slide-box-inner {
  width: 1280px;
  margin: 0 auto;
  line-height: 0em;
}

.top-visual-img {
  width: 1920px;
  margin-left: calc((1920px - 1280px)/-2);
}

/*1920px以上*/
@media all and (min-width:1920px) {
  .top-visual-img {
    width: 100vw;
    margin-left: calc((100vw - 1280px)/-2);
  }
}

#top-visual-top-right {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#top-visual-en-txt {
  width: 66px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#top-visual-catch {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 99px;
  width: 85px;
}

#top-bnr-container {
  width: 100%;
  height: 240px;
  background: rgba(147,157,164,.8);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;

  align-items: center;
}

#top-bnr-container-inner {
  width: 750px;
  margin: 0 auto;
}

#top-bnr-container p {
  width: 240px;
  height: 135px;
  overflow: hidden;
  margin: 0 5px;
}

#top-bnr-container p a {
  display: block;
  width: 100%;
  height: 100%;
}

#top-bnr-container p a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top-visual-bottom-right {
  position: absolute;
  z-index: 2;
  bottom: 300px;
  right: 15px;
}

#top-visual-control {
  width: 30px;
  margin: 0 0 83px 0;
}

.top-visual-switch-btn {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto 15px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.top-visual-switch-btn.act {
  background: #fff;
  color: #000;
}

#share-container {
  width: 30px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.53);
}

.share-txt {
  width: 75px;
  height: 20px;
  margin: 0 0 25px -27px;
  color: #fff;
  white-space: nowrap;

  transform: rotate(90deg);
}

.share-list {
  text-align: center;
}

.share-box {
  margin: 0 auto 25px;
}


/*PCのみ*/
@media all and (min-width:813px) {
  
  .top-visual-switch-btn:hover {
    background: #fff;
    color: #000;
  }
}

#top-contents {
  border-top: 13px solid #e9f1f3;
  padding: 120px 0;
}

.top-section {
  background: #fff;
}

.top-section-inner {
  width: 880px;
  margin: 0 auto;
}

.top-section-ttl {
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 1em;
  padding: 0 0 36px;
}

.top-contents-ttl {
  font-size: 26px;
  line-height: 1em;
  color: #171717;
  margin: 0 0 35px;
}

.top-more-box {
  margin: 25px 0 0 0;
}

.top-more-btn {
  color: #ff8abf;
  font-size: 15px;
  padding: 5px 0;
  display: flex;
}

.top-more-btn-arrow {
  width: 8px;
  height: 15px;
  overflow: hidden;
  display: block;
  margin: 0 8px 0 0;
}

/*
#top-news
********************/
#top-news-container {
  margin: 0 0 0 85px;
}

#top-news-container-inner {
  height: 245px;
  overflow-y: scroll;
}

.top-news-box {
  width: 340px;
  margin: 0 0 20px 0;
}

.top-news-box:nth-child(even) {
  margin: 0 0 20px;
}

.top-news-box-link {
  display: flex;
  color: #000;
}

.top-news-box-thumb {
  width: 80px;
  height: 42px;
  background: #313131;
  margin: 0 10px 0 0;
  overflow: hidden;
}

.top-news-box-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  
.top-news-box-txt {
  font-size: 12px;
  line-height: 1.2em;
  width: calc(100% - 90px);
}

.top-news-box-date {
  color: #bb830b;
  margin: 0 5px 0 0;
}

/*
#top-twitter
********************/
#top-twitter-container {
  margin: 0 0 0 100px;
}

#top-twitter-container-inner {
  width: 270px;
  height: 245px;
}

#top-twitter-container-inner iframe {
  height: 100% !important;
}

#top-twitter-link-box {
  text-align: right;
  margin: 10px 0 0;
}

/*
#top-story
********************/
#top-story {
  min-height: 850px;
  padding: 100px 0 80px;
  background: #eee url("../img/top/story/bg.jpg") no-repeat center center / cover;
}

#top-story-nav {
  margin: 0 auto 35px;
}

.top-story-nav-box {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 3px;
  padding: 3px 5px;
  cursor: pointer;
}

.top-story-nav-box:hover,
.top-story-nav-box.act {
  background: #fff;
  color: #6f2752;
}

#top-story-box-container {
  width: 600px;
  margin: 0 auto;
}

.top-story-box-ttl {
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
  padding: 0 0 10px;
  color: #fff;
  font-weight: normal;
}

.top-story-content {
  color: #fff;
  font-size: 13px;
  line-height: 1.8em;
  letter-spacing: .7px;
}

.top-story-box img {
  width: 100%;
  vertical-align: bottom;
}

.top-story-content div {
  display: flex;
  height: 290px;
  margin: 0 0 1em;
  background: #000;
}

.top-story-content div p {
  width: 515px;
  height: 290px;
  overflow: hidden;
  position: relative;
}

.top-story-content div p img {
  position: absolute;
}

.top-story-content div ul {
  width: 85px;
}

.top-story-content div ul li {
  line-height: 0em;
  height: calc(100% / 6);
  overflow: hidden;
  position: relative;
}

.top-story-content div ul li.act::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 1px solid #ff8abf;
}

.top-story-content div ul li img {
  height: 100%;
  object-fit: cover;
}

#top-story-txt {
  text-align: center;
}

#top-intro-container {
  width: 600px;
  margin: 0 auto;
  color: #fff;
}

#top-intro-disc {
  padding: 30px 20px;
  border: 1px dashed #fff;
  font-size: 13px;
  line-height: 1.8em;
}

#top-intro-contents {
  margin: 30px 0 0;
  position: relative;
  z-index: 1;
}

#top-intro-txt {
  width: 310px;
  font-size: 14px;
  line-height: 2em;
  font-weight: bold;
  padding: 0 7px;
  /* word-break: keep-all; */
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#top-intro-img {
  width: 311px;
  position: absolute;
  z-index: 1;
  top: -56px;
  right: -33px;
}

/*
#top-movie
********************/
#top-movie {
  padding: 90px 0;
  background: #eee url("../img/top/movie/bg.jpg") no-repeat center center / cover;
}

#top-movie-screen {
  position: relative;
  width: 600px;
  margin: 0 auto;
  background: #000;
}

#top-movie-screen::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#top-movie-player {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top-movie-thumb-list {
  width: 615px;
  margin: 20px auto;
}

.top-movie-thumb-box {
  width: 190px;
  margin: 0 7.5px;
}

.top-movie-thumb-ttl {
  padding: 5px 0;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

#top-movie-more {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #ff8abf;
}

#top-movie-more .top-more-btn {
  padding: 10px 0;
  justify-content: center;
}

#top-movie-more .top-more-btn:hover {
  color: #fff;
  background: #ff8abf;
}

#top-movie-more .top-more-btn:hover .top-more-btn-arrow img {
  margin: -15px 0 0 0;
}

/************************************************************************************************

TOP -SP

************************************************************************************************/
@media all and (max-width:812px) {
  
  #top-main{
    background: #000;
  }

  #top-visual {
    position: relative;
    z-index: 0;
    min-width: 100%;
  }
  
  .top-visual-ttl {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 230px;
    line-height: 0em;
    display: block;
  }
  
  #top-visual-slide-container {
    width: 100%;
    height: 141vw;
    overflow: hidden;
  }

  .top-visual-slide-box-inner {
    width: 100%;
    margin: 0 auto;
    line-height: 0em;
  }

  .top-visual-img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #top-visual-top-right {
    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    left: 3.4vw;

  }

  #top-visual-en-txt {
    display: none;
  }

  #top-visual-catch {
    position: absolute;
    z-index: 1;
    top: 19.2vw;
    left: 0;
    right: auto;
    width: 7.6vw;
  }

  #top-bnr-container {
    width: 100%;
    height: 230px;
    background: #e9f1f3;
    position: relative;
    z-index: 2;
    bottom: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #top-bnr-container-inner {
    width: 240px;
  }

  #top-bnr-container p {
  }

  #top-bnr-container p a {
    display: block;
    width: 100%;
    height: 100%;
  }

  #top-bnr-container p a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #top-visual-bottom-right {
    position: absolute;
    z-index: 2;
    top: 110vw;
    bottom: auto;
    right: 0;
  }

  #top-visual-control {
    width: 8px;
    margin: 0;
  }

  .top-visual-switch-btn {
    width: 8px;
    height: 8px;
    margin: 0 auto 10px;
    color: #979797;
    background: #979797;
    cursor: default;
    box-shadow: 1px 1px 1px rgba(0,0,0,.53);
    text-indent: -9999px;
  }

  .top-visual-switch-btn.act {
    background: #fff;
    color: #fff;
  }

  #share-container {
    display: none;
  }
  
  .share-txt {
    display: none;
  }
  
  #top-contents {
    padding: 15% 0 10%;
    border: none;
  }
  
  .top-section-inner {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  /****Twitter*****/
  #top-news-container {
    width: 90%;
    height: auto;
    margin: 0 auto 10%;
    padding: 0;
  }

  .top-contents {
    position: relative;
  }

  .top-contents-ttl {
    width: 100%;
    margin: 0 0 3%;
  }

  .top-contents-inner {
    position: relative;
    width: 100%;
    height: 85vw;
  }

  #top-news-container-inner {
    padding: 0;
  }

  #top-news-scroll {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }

  .top-news-box {
    width: 100%;
    margin: 0 0 5% 0;
  }

  .top-news-box:nth-child(even) {
    margin: 0 0 5% 0;
  }

  .top-news-box-link {
    display: flex;
  }

  .top-news-box-thumb {
    width: 34%;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  
  .top-news-box-thumb:after {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .top-news-box-thumb-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }

  .top-news-box-txt {
    width: 66%;
    font-size: 12px;
    line-height: 1.4em;
    padding: 0 0 0 5%;
  }

  .top-news-box-date {
    color: #a3730e;
    margin: 0 10px 0 0;
    display: block;
  }


  /****Twitter*****/
  #top-twitter-container {
    width: 90%;
    height: auto;
    margin: 0 auto 10%;
  }

  #top-twitter-container-inner {
    width: 100%;
    height: 85vw;
    margin: 0 auto;
  }
  
  #top-twitter-container-inner iframe {
    width: 90vw;
    height: 85vw !important;
  }

  #top-twitter-link-box {
    text-align: right;
    margin: 10px 0 0;
  }

  #top-twitter-link-btn {
    color: #b20909;
    font-size: 15px;
    padding: 5px 0;
  }
  
  .top-more-box {
    margin: 5% 0 0 0;
  }

  /****story*****/
  #top-story {
    min-height: auto;
    padding: 10% 0;
    background: #eee url("../img/top/story/bg.jpg") no-repeat center center / cover;
  }

  .top-story-ttl {
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 1em;
    padding: 0 0 36px;
  }

  #top-story-nav {
    width: 92%;
    margin: 0 auto 25px;
    flex-wrap: wrap;
  }

  .top-story-nav-box {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 2px 10px;
    padding: 3px 5px;
  }

  .top-story-nav-box.act {
    background: #fff;
    color: #6f2752;
  }
  
  #top-story-box-container {
    width: 92%;
    margin: 0 auto;
  }

  .top-story-box-ttl {
    padding: 0 0 3%;
  }

  .top-story-content {
  }

  .top-story-box img {
  }

  .top-story-content div {
    display: block;
    height: 100%;
  }

  .top-story-content div p {
    width: 100%;
    height: 51.73vw;
  }

  .top-story-content div ul {
    width: 100%;
    display: flex;
  }

  .top-story-content div ul li {
    width: calc(100% / 6);
    height: auto;
  }

  .top-story-content div ul li.act::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border: 1px solid #ff8abf;
  }

  .top-story-content div ul li img {
    height: 100%;
    object-fit: cover;
  }

  #top-story-txt {
    text-align: center;
  }

  #top-intro-container {
    width: 92%;
    margin: 0 auto;
  }

  #top-intro-disc {
    padding: 6% 3%;
    border: 1px dashed #fff;
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 0px;
  }

  #top-intro-contents {
    margin: 5% 0 0;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
  }

  #top-intro-txt {
    width: 100%;
    font-size: 13px;
    line-height: 2em;
    font-weight: bold;
    padding: 0;
    order: 2;
    letter-spacing: .5px;
    -webkit-line-break: anywhere;
    line-break: anywhere;
  }

  #top-intro-img {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    order: 1;
    margin: 0 0 5%;
  }
  
  .ls0 {
    letter-spacing: -4px;
  }

  /*
  #top-movie
  ********************/
  #top-movie {
    padding: 15% 0 20%;
    background: #eee url("../img/top/movie/bg.jpg") no-repeat center center / cover;
  }

  #top-movie-screen {
    position: relative;
    width: 90%;
    margin: 0 auto;
    background: #000;
  }

  #top-movie-screen::after {
    content: "";
    display: block;
    padding-top: 56.25%;
  }

  #top-movie-player {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #top-movie-thumb-list {
    width: 90%;
    margin: 20px auto;
    justify-content: space-between;
  }

  .top-movie-thumb-box {
    width: 32%;
    margin: 0;
  }

  .top-movie-thumb-ttl {
    padding: 5px 0;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
  }

  #top-movie-more {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ff8abf;
  }

  #top-movie-more .top-more-btn {
    padding: 10px 0;
    justify-content: center;
  }

}

/************************************************************************************************

NEWS -PC

************************************************************************************************/
#sub-header {
  width: 100%;
}

.sub-header-inner {
  width: 1920px;
  margin: 0 0 0 calc((100% - 1920px)/2);
  line-height: 0em;
}

/************************************************

一覧

************************************************/
#news-list-container {
  width: 826px;
  margin: 0 auto;
}

.news-item {
  width: 255px;
  margin: 0 10px 20px;
}

.news-item-link {
  display: block;
}

.news-thumb-box {
  width: 100%;
  position: relative;
}

.news-thumb-box:after {
  content: "";
  display: block;
  padding-top: 51.3%;
}

.news-thumb-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item-txt-box {
  padding: 8px 4px;
}

.news-item-date {
  color: #e3aa30;
  margin: 0 5px 0 0;
}

.news-item-txt {
  font-size: 12px;
  line-height: 1.2em;
  color: #c5c2ba;
}

/************************************************

詳細

************************************************/
#contents-detail-main {
  width: 800px;
  margin: 0 auto 140px;
  padding: 80px;
  position: relative;
  color: #fff;
}

#contents-detail-main:after,
#contents-detail-main:before,
#contents-detail-main-inner:after,
#contents-detail-main-inner:before {
  content: "";
  display: block;
  width: 230px;
  height: 119px;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

#contents-detail-main:after {
  background: url("../img/common/frame_top_right.png") no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}

#contents-detail-main:before {
  background: url("../img/common/frame_top_left.png") no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

#contents-detail-main-inner:after {
  background: url("../img/common/frame_bottom_right.png") no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
}

#contents-detail-main-inner:before {
  background: url("../img/common/frame_bottom_left.png") no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}

#news-detail-ttl {
  font-size: 28px;
  line-height: 1.4em;
  margin: 0 0 20px;
}

#news-detail-header {
  justify-content: space-between;
}

#news-detail-date {
  color: #e3aa30;
  font-size: 18px;
}

.share-btn {
  margin: 0 0 0 10px;
}

#news-detail-decoration {
  width: 42px;
  margin: 0 auto 35px;
}

#news-detail-contents {
  font-size: 16px;
  line-height: 1.8em;
}

#news-detail-contents a {
  color: #fe98d6;
  text-decoration: none;
}

#news-detail-contents a:hover {
  text-decoration: underline;
}

#news-detail-contents img {
  max-width: 100%;
  height: auto !important;
}

#news-detail-contents iframe {
  max-width: 100%;
}


/* 再リセット */
#news-detail-contents li,
#news-detail-contents ol,
#news-detail-contents ul {
  text-indent: -1.6em;
  padding: 0 0 0 1.6em;
}

#news-detail-contents ol li { list-style: decimal; }
#news-detail-contents ul li { list-style: disc; }

#news-detail-contents blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}


#news-detail-footer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#news-detail-back-btn {
  font-size: 28px;
  color: #bb830b;
  margin: 0 auto;
}

.back-btn-arrow {
  width: 7px;
  margin: 0 25px 0 0;
  display: inline-block;
}

/************************************************************************************************

NEWS -SP

************************************************************************************************/
@media all and (max-width:812px) {
  
  #sub-header {
    width: 100%;
  }

  .sub-header-inner {
    width: 100%;
    margin: 0;
  }


  /************************************************

  一覧

  ************************************************/
  #news-list-container {
    width: 86%;
    margin: 10% auto;
  }

  .news-item {
    width: 100%;
    margin: 0 auto 5%;
  }

  .news-item-link {
    display: flex;
    align-items: flex-start;
  }

  .news-thumb-box {
    width: 25%;
    position: relative;
  }

  .news-thumb-box:after {
    content: "";
    display: block;
    padding-top: 51.3%;
  }

  .news-thumb-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-item-txt-box {
    width: 75%;
    padding: 0 0 0 10px;
  }

  .news-item-date {
    color: #e3aa30;
    display: block;
    margin: 0;
  }

  .news-item-txt {
    font-size: 12px;
    line-height: 1.2em;
    color: #ffffff;
  }


  /************************************************

  詳細

  ************************************************/
  #contents-detail-main {
    width: 94%;
    margin: 5% auto 15%;
    padding: 10% 5%;
    position: relative;
  }

  #contents-detail-main:after,
  #contents-detail-main:before,
  #contents-detail-main-inner:after,
  #contents-detail-main-inner:before {
    width: 25.6vw;
    height: 15.8vw;
  }

  #contents-detail-main:after {
    background: url("../img/common/frame_top_right.png") no-repeat;
    background-size: contain;
  }

  #contents-detail-main:before {
    background: url("../img/common/frame_top_left.png") no-repeat;
    background-size: contain;
  }

  #contents-detail-main-inner:after {
    background: url("../img/common/frame_bottom_right.png") no-repeat bottom;
    background-size: contain;
  }

  #contents-detail-main-inner:before {
    background: url("../img/common/frame_bottom_left.png") no-repeat bottom;
    background-size: contain;
  }

  #news-detail-ttl {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 10px;
  }

  #news-detail-date {
    font-size: 12px;
  }

  #news-detail-decoration {
    width: 42px;
    margin: 5% auto;
  }

  #news-detail-contents {
    font-size: 14px;
  }

  #news-detail-contents a {
    color: #fe98d6;
    text-decoration: none;
  }

  #news-detail-contents a:hover {
    text-decoration: none;
  }

  #news-detail-contents iframe {
    width: 100%;
    height: calc(80vw*.5625);
  }

  #news-detail-footer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  #news-detail-back-btn {
    font-size: 16px;
    color: #bb830b;
    margin: 0 auto;
  }

  .back-btn-arrow {
    width: 4px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  
}

/************************************************************************************************

ONAIR -PC

************************************************************************************************/
#onair-txt {
  padding: 0 0 50px;
  width: 678px;
  margin: 0 auto;
}

#haishin-box {
  padding: 0 0 115px;
  width: 530px;
  margin: 0 auto;
  display: flex;
}

.haishin-btn {
  margin: 0 42px 0 0;
}

.haishin-link-btn {
  width: 156px;
  display: block;
}

.haishin-txt {
  width: 320px;
}

/************************************************************************************************

ONAIR -SP

************************************************************************************************/
@media all and (max-width:812px) {
  #onair-txt {
    padding: 15% 0 10%;
    width: 81vw;
    margin: 0 auto;
  }
  
  #haishin-box {
    padding: 0 0 20%;
    width: 81vw;
    display: flex;
  }

  .haishin-btn {
    margin: 0 6.1vw 0 0;
  }

  .haishin-link-btn {
    width: 31.2vw;
    display: block;
  }

  .haishin-txt {
    width: 44.2vw;
  }

}

/************************************************************************************************

MOVIE -PC

************************************************************************************************/
#movie-screen {
  position: relative;
  width: 600px;
  margin: 0 auto;
  background: #000;
}

#movie-screen::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#movie-player {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movie-thumb-list {
  width: 615px;
  margin: 35px auto;
}

.movie-thumb-box {
  width: 190px;
  margin: 0 7.5px 25px;
}

.movie-thumb-ttl {
  padding: 5px 0;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}


/************************************************************************************************

MOVIE -SP

************************************************************************************************/
@media all and (max-width:812px) {
  #movie-screen {
    position: relative;
    width: 90%;
    margin: 15% auto 10%;
    background: #000;
  }

  #movie-screen::after {
    content: "";
    display: block;
    padding-top: 56.25%;
  }

  #movie-player {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #movie-thumb-list {
    width: 90%;
    margin: 20px auto;
    justify-content: space-between;
  }

  .movie-thumb-box {
    width: 32%;
    margin: 0 0 3%;
  }

  .movie-thumb-ttl {
    padding: 5px 0;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
  }

}

/************************************************************************************************

STAFFCAST -PC

************************************************************************************************/
.staffcast-box {
  width: 340px;
  padding: 0 0 180px;
}

.staffcast-box-ttl {
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 1em;
  padding: 0 0 35px;
  font-weight: 600;
}

.staffcast-list {
  
}

#staff-list {}

#cast-list {
  justify-content: center;
}

.staffcast-list-block {
  color: #fff;
  font-size: 16px;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
}

.align-top {
  align-items: flex-start;
  line-height: 1.2em;
  letter-spacing: .5px;
}

#cast-list .staffcast-list-block {
  justify-content: center;
}

.staffcast-list-txt0 {
  color: #e3aa30;
  font-size: 12px;
  text-align: right;
  margin: 0 10px 0 0;
  width: 50%;
}

#cast-list .staffcast-list-txt1 {
  width: 50%;
}

#staff-list .staffcast-list-txt0 {
  width: 125px;
}

.txt-small {
  font-size: 80%;
}

.marginBottom50 {
  margin-bottom: 50px;
}


/************************************************************************************************

STAFF/CAST -SP

************************************************************************************************/
@media all and (max-width:812px) {

  #staffcast #contents-main {
    margin: 10% auto;
    display: block;
  }
  
  .staffcast-box {
    width: 100%;
    margin: 0 auto 20%;
    padding: 0;
  }
  
  .staffcast-list-block {
    margin: 0 0 8%;
  }
  
  #staff-list .staffcast-list-txt0 {
    width: 40vw;
  }
  
  .staffcast-box-ttl {
  }
  
  .txt-small {
    font-size: 60%;
  }

  .marginBottom50 {
    margin-bottom: 15%;
  }


}


/************************************************************************************************

CHARACTER -PC

************************************************************************************************/
#character #contents-header {
  height: 150px;
}

#character-list-container {
  width: 700px;
  margin: 0 auto;
}

.character-list-box {
  width: 140px;
  margin: 0 5px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.character-list-box.sizeS {
  width: 128px;
  margin: 60px 8px 30px;
}

.character-list-box:nth-child(9),
.character-list-box:nth-child(10),
.character-list-box:nth-child(11),
.character-list-box:nth-child(12) {
  margin: 0 8px 60px;
}

.character-list-box:hover {
  transform: scale(1.05);
}


/***Detail***/
#character-detail-container {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow-y: scroll;
  padding: 80px 0 0 0;
}

#character-detail-loader {
  width: 30px;
  height: 30px;
  opacity: .5;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#character-detail-box {
  width: 800px;
  height: 668px;
  position: relative;
  margin: 50px auto;
}

#character-detail-box:after,
#character-detail-box:before,
#character-detail-box-inner:after,
#character-detail-box-inner:before {
  content: "";
  display: block;
  width: 230px;
  height: 119px;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

#character-detail-box:after {
  background: url("../img/common/frame_top_right.png") no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}

#character-detail-box:before {
  background: url("../img/common/frame_top_left.png") no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

#character-detail-box-inner:after {
  background: url("../img/common/frame_bottom_right.png") no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
}

#character-detail-box-inner:before {
  background: url("../img/common/frame_bottom_left.png") no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
}

#character-detail-img {
  opacity: 0;
}

.character-detail-img {
  width: 840px;
  position: absolute;
  z-index: 2;
  top: -20px;
  left: -20px;
}

#character-detail-control {
  width: 100%;
  height: 80px;
  background: #8a87ab;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

#character-detail-control-inner {
  width: 720px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#character-detail-close {
  width: 38px;
}

#character-detail-prev,
#character-detail-next {
  width: 88.5px;
}

#character-detail-close:hover,
#character-detail-prev:hover,
#character-detail-next:hover {
  opacity: .5;
  cursor: pointer;
}


/************************************************************************************************

CHARACTER -SP

************************************************************************************************/
@media all and (max-width:812px) {
  #character-list-container {
    width: 90%;
    margin: 0 auto;
  }

  .character-list-box {
    width: 25%;
    margin: 0 0 5%;
  }

  .character-list-box.sizeS {
    width: 23%;
    margin: 1% 1% 4%;
  }

  /***Detail***/
  #character-detail-container {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 80px 0 0 0;
  }

  #character-detail-box {
    width: 94%;
    height: auto;
    position: relative;
    margin: 10% auto;
  }

  #character-detail-box-inner {
    padding: 0 0 5%;
  }

  #character-detail-box:after,
  #character-detail-box:before,
  #character-detail-box-inner:after,
  #character-detail-box-inner:before {
    width: 25.6vw;
    height: 15.8vw;
  }

  #character-detail-box:after {
    background: url("../img/common/frame_top_right.png") no-repeat;
    background-size: contain;
  }

  #character-detail-box:before {
    background: url("../img/common/frame_top_left.png") no-repeat;
    background-size: contain;
  }

  #character-detail-box-inner:after {
    background: url("../img/common/frame_bottom_right.png") no-repeat bottom;
    background-size: contain;
  }

  #character-detail-box-inner:before {
    background: url("../img/common/frame_bottom_left.png") no-repeat bottom;
    background-size: contain;
  }

  .character-detail-img {
    width: 100%;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
  }

  #character-detail-control {
    width: 100%;
    height: 55px;
    background: #8a87ab;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
  }

  #character-detail-control-inner {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #character-detail-close {
    width: 28px;
  }

  #character-detail-prev,
  #character-detail-next {
    width: 80px;
  }

}

/************************************************************************************************

Blu-ray -PC

************************************************************************************************/
#disco-nav{
  margin: 0 0 70px 0;
}

.disco-nav-btn {
  margin: 0 5px;
}

.disco-nav-btn a{
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  color: #867ed4;
  display: block;
  border: 1px solid #e4e4e4;
}

#disco-nav.tag-all .disco-nav-btn:nth-child(1) a,
#disco-nav.tag-755 .disco-nav-btn:nth-child(2) a,
#disco-nav.tag-756 .disco-nav-btn:nth-child(3) a,
#disco-nav.tokuten .disco-nav-btn:nth-child(4) a,
.disco-nav-btn a:hover,
.disco-nav-btn .act {
  color: #fff;
  background: #867ed4;
  border-color: #867ed4;
}

#disco-box-container{
  width: 680px;
  margin: 0 auto;
}

.disco-box{
  width: 160px;
  margin: 0 5px 30px;
}

.disco-box a{
  display: block;
  color: #e3aa30;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
}

.disco-box-thumb{
  display: block;
  width: 100%;
	height: auto;
	line-height: 0em;
  margin: 0 0 10px 0;
  background: #fff;
}

.disco-box-thumb img{
  width: 100%;
  height: auto;
}


.disco-box-txt{
  display: block;
}

/*--********************

@detail

*********************--*/
#disco-detail-container {}

#disco-detail {
	padding-top: 30px;
}

.group {
  font-size: 16px;
  line-height: 1.5em;
}

.group a {
  color: #fe98d6;
}

#disco-detail-decoration {
  width: 42px;
  margin: 35px auto;
}

#disco-detail .title {
	width: 100%;
}

#disco-detail-header{
}

#disco-detail-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  color: #e3aa30;
}

#disco-detail .content {
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;	
}

.disco-detail-line {
  width: 100%;
  padding: 35px 0;
}

.disco-detail-line img {
  width: 100%;
}

#disco-detail-main {
  line-height: 1.5em;
}

.disco-detail-main-inner {
  position: relative;
}

.disco-detail-main-left {
  width: 210px;
}

.disco-detail-jacket {
  width: 100%;
  margin: 0 0 30px 0;
  display: block;
  line-height: 0em;
}

.disco-detail-jacket img {
	width: 100%;
	height: auto;
}

.buy-btn {
  margin: 0 0 20px 0;
}

.buy-btn a,
.download-btn a {
  width: 182px;
  height: 30px;
  line-height: 28px;
  border: 2px solid #867ed4;
  border-radius: 15px;
  display: block;
  text-align: center;
  color: #867ed4;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto;
}

.buy-btn a:hover,
.download-btn a:hover{
  background: #867ed4;
  color: #fff;
}

.disco-detail-main-right{
  width: 430px;
  padding: 0 0 0 30px;
}

.disco-detail-main-right a{
	color: #009b74;
}

#disco-detail img,
.disco-detail-main-right img{
	max-width: 100%;
	height: auto !important;
}

.disco-detail-main-right iframe{
  max-width: 400px;
  height: calc(400px*.5625);
}

.disco-detail-block {
	padding: 0 0 20px 0;
}

.cat{
  color: #e3aa30;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

#disco-detail-main .title{
  font-size: 26px;
  font-weight: bold;
	line-height: 1.2em;
	padding: 0 0 30px 0;
}

#disco-detail-main-footer {
  /*font-size: 13px;
  line-height: 1.5em;*/
}

#disco-detail-main-footer img {
  max-width: 100%;
  height: auto;
}


body.shop{
/*	max-width: 800px;
	min-height: 300px;*/
}

#shop{
	background: #000;
	text-align: center;
	color: #fff;
}

#shop a{
	color: #009b74;
}

.box div{
	padding: 0 0 10px 0;
}

.shop-ttl{
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
}

.ecList{
	list-style: none;
	padding: 10px;
}

.ecList li{
	padding: 10px;
}

#download-box-container .box{
	padding: 0 20px;
}

@media all and (max-width:768px) {
	#download-box-container{
		display: block;
	}

	.ecList li{
		margin: 0 auto;
	}

}

/************************************************************************************************

Blu-ray -SP

************************************************************************************************/
@media all and (max-width:812px) {

  #discography #contents-main {
    width: 94%;
    margin: 10% auto 0;
  }

  #disco-nav{
    margin: 0 0 10% 0;
  }

  .disco-nav-btn {
    width: 23%;
    margin: 0 1%;
  }

  .disco-nav-btn a{
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 11px;
    font-weight: bold;
    background: #fff;
    color: #867ed4;
    display: block;
    border: 1px solid #e4e4e4;
  }

  #disco-box-container{
    width: 100%;
    margin: 0 auto;
  }

  .disco-box{
    width: 49%;
    margin: 0 2% 4% 0;
  }

  .disco-box:nth-child(2n) {
    margin: 0 0 4% 0;
  }

  .disco-box a{
    display: block;
    font-size: 12px;
  }

  .disco-box-thumb{
    display: block;
    width: 100%;
    height: auto;
    line-height: 0em;
    margin: 0 0 10px 0;
    background: #fff;
  }

  .disco-box-thumb img{
    width: 100%;
    height: auto;
  }

  .disco-box-txt{
    display: block;
  }

  /*--********************

  @detail

  *********************--*/
  #disco-detail-container {}

  #disco-detail {
    padding-top: 30px;
  }

  .group {
    font-size: 14px;
    width: 100%;
  }
  
  .group img {
    max-width: 100%;
    height: auto !important;
  }

  #disco-detail-decoration {
    width: 42px;
    margin: 35px auto;
  }

  #disco-detail .title {
    width: 100%;
  }

  #disco-detail-header{
  }

  #disco-detail-ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #e3aa30;
  }

  #disco-detail .content {
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
  }

  .disco-detail-line {
    width: 100%;
    padding: 35px 0;
  }

  .disco-detail-line img {
    width: 100%;
  }

  #disco-detail-main {
    line-height: 1.5em;
  }

  .disco-detail-main-inner {
    position: relative;
  }

  .disco-detail-main-left {
    width: 100%;
    margin: 0 0 8%;
  }

  .disco-detail-jacket {
    width: 100%;
    margin: 0 0 6% 0;
    display: block;
    line-height: 0em;
  }

  .disco-detail-jacket img {
    width: 100%;
    height: auto;
  }

  .buy-btn {
    margin: 0 0 5% 0;
  }

  .buy-btn a,
  .download-btn a {
    width: 182px;
    height: 30px;
    line-height: 28px;
    border: 2px solid #867ed4;
    border-radius: 15px;
    display: block;
    text-align: center;
    color: #867ed4;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
  }

  .buy-btn a:hover,
  .download-btn a:hover{
    background: #867ed4;
    color: #fff;
  }

  .disco-detail-main-right{
    width: 100%;
    padding: 0;
  }

  .disco-detail-main-right iframe{
    max-width: 100%;
    height: calc(400px*.5625);
  }

  .disco-detail-block {
    padding: 0 0 20px 0;
  }

  .cat{
    color: #e3aa30;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
  }

  #disco-detail-main .title{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0 0 30px 0;
  }

  #disco-detail-main-footer {
    /*font-size: 13px;
    line-height: 1.5em;*/
  }

  body.shop{
  /*	max-width: 800px;
    min-height: 300px;*/
  }

  #shop{
    background: #000;
    text-align: center;
    color: #fff;
  }

  #shop a{
    color: #009b74;
  }

  .box div{
    padding: 0 0 10px 0;
  }

  .shop-ttl{
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
  }

  .ecList{
    list-style: none;
    padding: 10px;
  }

  .ecList li{
    padding: 10px;
  }

  #download-box-container .box{
    padding: 0 20px;
  }

	#download-box-container{
		display: block;
	}

	.ecList li{
		margin: 0 auto;
	}

}





/************************************************************************************************

GOODS -PC

************************************************************************************************/
#goods-nav {
	margin: 0 0 50px 0;
}

.goods-nav-box {}

.goods-nav-btn {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #ff8abf;
  text-align: center;
  border: 1px solid #ff8abf;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 5px;
  line-height: 1em;
}

.goods-nav-btn.act,
.goods-nav-btn:hover {
	color: #fff;
	background: #ff8abf;
}

#goods-nav.tag-all .goods-nav-box:nth-child(1) .goods-nav-btn {
	color: #fff;
	background: #ff8abf;
}

#goods-box-container {
  width: 680px;
  margin: 0 auto;
}

.goods-box {
	width: 160px;
	margin: 0 5px 30px;
}

.goods-box-thumb {
	display: block;
	width: 160px;
	background: #fff;
	border: 4px solid #e3aa30;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.goods-box-thumb:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.goods-box-thumb img {
	width: 100%;
	height: 100%;
  object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.goods-box-ttl {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #e3aa30;
	margin: 5px 0 2px 0;
	line-height: 1.2em;
}

.goods-box-price {
	display: block;
	font-size: 12px;
	color: #fff;
}

/*--********************

@item

*********************--*/
#item-wrapper{
	background: #fff;
	width: 100%;
	min-height: 100%;
	padding: 50px;
}

.photo{
	width: 340px;
	height: 340px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	position: relative;
  line-height: 0em;
}

.photo img{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#mainImageCaption {
  margin: 0 0 15px;
}

.thumbnail{
	width: 340px;
}

.item_image{
	width: 60px;
	height: 60px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
}

.item_image:before{
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	border: 2px solid #9f8a4b;
	box-sizing: border-box;
}

.item_image.act:before,
.item_image:hover:before{
	display: block;
}

.item_image:nth-child(5n){
	margin: 0 0 10px 0;
}

.item_image .photo{
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	top: 0px;
	position: absolute;
}

.item_image img{
	width: 100%;
	height: auto;
}

.item-txt-box{
	margin: 0 0 0 55px;
}

.item-ttl{
	font-size: 18px;
	color: #e3aa30;
	padding: 0 0 30px 0;
}

.item-txt {
  line-height: 1.5em;
}

.item-txt a{
	color: #ff8abf;
}

.item-shop-container{
	margin: 5% 0;
}

.item-shop-container div{
	margin: 0 5px 0 0;
}


/************************************************************************************************

GOODS -SP

************************************************************************************************/
@media all and (max-width:812px) {
  
  #goods #contents-main {
    width: 94%;
    margin: 10% auto 0;
  }

	#goods-nav{
		margin: 0 0 5% 0;
		justify-content: center;
	}

	.goods-nav-box{}

	.goods-nav-btn{
		display: block;
		font-size: 11px;
		padding: 5px 6px;
		margin: 0 5px 10px;
	}

	#goods-box-container{
		width: 100%;
		margin: 0 0 5% 0;
	}


	.goods-box{
		width: 49%;
		margin: 0 2% 4% 0;
	}
  
  .goods-box .openCbox {
    display: block;
  }

	.goods-box:nth-child(3n){
		margin: 0 2% 4% 0;
	}

	.goods-box:nth-child(2n){
		margin: 0 0 4% 0;
	}


	.goods-box-thumb{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 2% 0;
		background: #fff;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	
	.goods-box-thumb:after{
		content: "";
		display: block;
		padding-top: 100%;
	}

	.goods-box-thumb img{
		width: 100%;
		height: auto;
		position: absolute;
	}


	.goods-box-ttl{
		display: block;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 5px 0;
	}

	.goods-box-price{
		display: block;
		font-size: 11px;
	}


	/*--********************

	@item

	*********************--*/
	#item-wrapper{
		background: #fff;
		width: 100%;
		min-height: 100%;
		padding: 5%;
	}
	
	#item-wrapper-inner{
		display: block;
	}
	
	.item-box{
		    width: 90%;
    margin: 0 auto;
	}
	
	.item-img-box{
		margin: 0 0 3% 0;
	}

	.photo{
		width: 100%;
		height: auto;
		margin: 0 0 3% 0;
		overflow: hidden;
		border: 1px solid #e4e4e4;
		position: relative;
	}
	
	.photo:after{
		content: none;
		display: none;
	}
	
	.photo img{
		width: 100%;
    height: auto;
		position: relative;
		z-index: 1;
	}

	.thumbnail{
		width: 100%;
	}

	.item_image{
		width: 24%;
		height: auto;
		margin: 0 1.33% 3% 0;
		overflow: hidden;
		position: relative;
		line-height: 0em;
	}
	
	.item_image:after{
		content: "";
		display: block;
		padding-top: 100%;
	}

	.item_image:nth-child(5n){
		margin: 0 1.33% 3% 0;
	}
	
	.item_image:nth-child(4n){
		margin: 0 0 3% 0;
	}
	
	.item_image .photo{
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0;
		top: 0px;
	}

	.item_image .photo img{
		width: 100%;
		height: auto;
	}

	.item-txt-box{
		margin: 0;
	}

	.item-ttl{
		padding: 0 0 4% 0;
    line-height: 1.5em;
	}

}

/************************************************************************************************

SPECIAL -PC

************************************************************************************************/
#special-list-container {
  width: 680px;
  margin: 0 auto;
}

.special-list-box {
  width: 680px;
  margin: 0 0 20px;
}

.special-list-link {
  width: 100%;
  height: 100%;
  display: block;
}

.special-list-img {
  width: 100%;
  height: auto;
}

#special-detail-container {
  width: 860px;
  margin: 0 auto 100px;
  padding: 30px;
  background: #fff;
}

#special-detail-container #contents-detail-main {
  margin: 0 auto;
  padding: 60px;
  color: #000;
}


/************************************************************************************************

SPECIAL -SP

************************************************************************************************/
@media all and (max-width:812px) {

  #special-list-container {
    width: 90%;
    margin: 10% auto;
  }

  .special-list-box {
    width: 100%;
    margin: 0 0 10px;
  }

  .special-list-link {
    width: 100%;
    height: 100%;
    display: block;
  }

  .special-list-img {
    width: 100%;
    height: auto;
  }

  #special-detail-container {
    width: 100%;
    margin: 10% auto 0;
    padding: 0 0 10%;
    background: #fff;
  }

  #special-detail-container #contents-detail-main {
    margin: 0 auto;
    padding: 0 5% 5%;
  }
  
  #special-detail-container #news-detail-ttl {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 5%;
    width: 100vw;
    margin-left: -8vw;
  }
  
  #special-detail-container #contents-detail-main:before,
  #special-detail-container #contents-detail-main:after {
    display: none;
  }



}

