@charset "UTF-8";
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
/* story
========================================== */
.story-area a {
  display: block;
}

/* story-article
------------------------------------------ */
.story-article-body {
  margin: 0 auto;
  padding: 40px 45px;
  background-color: #fff;
}

.story-article-mainImg {
  width: 100%;
  max-width: 960px;
  height: 0;
  margin: 20px auto 0;
  padding-top: calc(667 / 1000 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story-article-contents p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.story-article-contents p span.male {
  color: #0eb6b4;
}
.story-article-contents p span.female {
  color: #e41167;
}

.story-article-contents figure {
  width: 100%;
  max-width: 870px;
  height: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: #ff5189 1px solid;
  box-shadow: 3px 3px 0px 0px #ff5189;
}

.story-article-contents figure.fig-l {
  float: left;
  width: 49%;
  padding-top: calc(667 / 1000 * 50%);
  margin: 0 2em 1em 0;
}

.story-article-contents figure.fig-r {
  float: right;
  width: 49%;
  padding-top: calc(667 / 1000 * 50%);
  margin: 0 0 1em 2em;
}

.story-article-contents figure.fig-col2 {
  float: left;
  width: 49%;
  margin-left: 2%;
}

.story-article-contents figure.fig-col2:nth-of-type(2n+1) {
  clear: both;
  margin-left: 0;
}

.story-article-contents br.cb {
  clear: both;
}

.story-article-title {
  display: flex;
  align-items: baseline;
  margin: 30px auto 25px;
  padding: 0 20px;
  font-size: 0;
  line-height: 1;
  vertical-align: baseline;
  background: url(../images/story/bg_tit.jpg) repeat-x 0 bottom;
}

.story-article-title span.number {
  padding-right: 5px;
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #e50065;
}

.story-article-title span.date {
  margin-left: 0.8rem;
  color: #e50065;
  font-size: 2rem;
}

.story-movie-data {
  padding-top: 56.3%;
  position: relative;
  background: #fff;
  border: #ff5189 1px solid;
  box-shadow: 3px 3px 0px 0px #ff5189;
}

.story-movie-data iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.detail {
  padding: 20px 0 30px;
  text-align: center;
}
.detail img {
  width: 85%;
  max-width: 370px;
}

@media only screen and (max-width: 600px) {
  .story-article-body {
    margin: 0 3%;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
  }

  .story-article-mainImg {
    width: calc(100% + 1px);
    height: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .story-article-contents {
    padding: 0 3%;
  }

  .story-article-contents p {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .story-article-contents figure.fig-l {
    float: none;
    width: 100%;
    padding-top: calc(667 / 1000 * 100%);
    margin: 0 auto 1.5em;
  }

  .story-article-contents figure.fig-r {
    float: none;
    width: 100%;
    padding-top: calc(667 / 1000 * 100%);
    margin: 0 auto 1.5em;
  }

  .story-article-contents br.cb {
    display: none;
  }

  .story-article-title {
    margin: 20px auto 10px;
    padding: 0;
  }

  .story-article-title span.number {
    font-size: 4rem;
    letter-spacing: 0;
    margin-left: 0;
  }

  .story-article-title span.date {
    font-size: 1.3rem;
  }
}
/* story-share
------------------------------------------ */
.story-share {
  display: table;
  width: 100%;
  max-width: 960px;
  margin: 30px auto 40px;
  border-radius: 2px;
  overflow: hidden;
}

.story-share-title,
.story-share-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #efefef;
  padding: 20px 0;
}

.story-share-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  width: 170px;
}

.story-share-title br {
  display: none;
}

.story-share-body {
  border-left: 1px solid #fff;
}

.story-share-body > ul:after {
  content: "";
  display: block;
  clear: both;
}

.story-share-body > ul > li {
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}

.story-share-body > ul > li > a {
  display: block;
  width: 123px;
  text-align: center;
  padding: 7px 0;
  border-radius: 2px;
  color: #fff;
}

.story-share-body > ul > li > a.facebook {
  background-color: #3b5998;
}

.story-share-body > ul > li > a.twitter {
  background-color: #55acee;
}

.story-share-body > ul > li > a.line {
  background-color: #00b900;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .story-share {
    max-width: 100%;
  }

  .story-share-body > ul > li {
    margin: 5px 0;
  }

  .story-share-body > ul > li > a {
    width: 100px !important;
  }
}
@media only screen and (max-width: 600px) {
  .story-share {
    max-width: 94%;
    margin: 6% auto;
  }

  .story-share-title,
  .story-share-body {
    padding: 15px 0;
  }

  .story-share-title {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.1;
    width: 85px;
  }

  .story-share-title br {
    display: block;
  }

  .story-share-body > ul > li {
    padding: 0 10px;
  }

  .story-share-body > ul > li > a {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .story-share-body > ul > li > a.facebook {
    background-image: url("../images/sns/sns-facebook-square.png") !important;
  }

  .story-share-body > ul > li > a.twitter {
    background-image: url("../images/sns/sns-twitter-square.png") !important;
  }

  .story-share-body > ul > li > a.line {
    background-image: url("../images/sns/sns-line-square.png") !important;
  }
}
/* story-channel
------------------------------------------ */
.story-channel-area {
  margin-top: 30px;
}

.story-channel-area::before,
.story-channel-area::after {
  content: '';
  width: 100%;
  height: 4px;
  background: url(../images/story/dots.jpg) repeat-x 0 0;
  display: block;
}

.story-channel-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 40px;
  overflow: hidden;
}

.story-channel-title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  color: #e50065;
}

.story-channel-list {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.story-channel-item {
  display: inline-block;
  width: 48.45%;
  vertical-align: top;
}

.story-channel-item:not(:first-child) {
  margin-left: 3.1%;
}

.story-channel-item a {
  width: 100%;
  padding: 13px 10px;
  border-radius: 3px;
}

.story-channel-item a span {
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.story-channel-item.tada a {
  background-color: #ff005a;
}

.story-channel-item.tada a span {
  background-image: url("../images/story/story-channel-tada-pc.png");
}

.story-channel-item.hulu a {
  background-color: #67ae3e;
}

.story-channel-item.hulu a span {
  background-image: url("../images/story/story-channel-hulu-pc.png");
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .story-channel-inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .story-channel-inner {
    max-width: 100%;
    padding: 5% 0;
    margin: 0 3%;
  }

  .story-channel-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .story-channel-list {
    width: 100%;
    font-size: 0;
  }

  .story-channel-item {
    width: 47%;
  }

  .story-channel-item:not(:first-child) {
    margin-left: 6%;
  }

  .story-channel-item a {
    padding: 13px 10px;
  }

  .story-channel-item a span {
    height: 43px;
  }

  .story-channel-item.tada a span {
    background-image: url("../images/story/story-channel-tada-sp.png");
  }

  .story-channel-item.hulu a span {
    background-image: url("../images/story/story-channel-hulu-sp.png");
  }
}
/* backnumber
========================================== */
.backnumber-area {
  padding: 40px 25px;
  background: #ff5189;
}

.backnumber-title {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  margin: 1% 0 2%;
  padding-top: 1.5%;
  background: url(../images/story/h3.png) no-repeat center top;
  background-size: contain;
}

.backnumber-body {
  margin: 0 auto;
  background-color: transparent;
}

.backnumber-num {
  /* preload for Webfont */
  display: none;
  font-family: "";
}

.backnumber-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.backnumber-list:after {
  content: '';
  display: block;
  clear: both;
}

.backnumber-list-item.is-new:after {
  content: '最新話追加!';
  display: inline-block;
  position: absolute;
  top: 144px;
  right: 0;
  background: #e4007f;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  line-height: 1;
  min-width: 7.5rem;
  text-align: center;
}

.backnumber-list-item {
  width: 24%;
  margin-left: 1.333%;
  margin-top: 0.8%;
  margin-bottom: 0.8%;
  background: #fff;
  position: relative;
}

.backnumber-list-item:nth-child(4n+1) {
  margin-left: 0;
}

.backnumber-list-item a {
  display: block;
}

.backnumber-list-item.is-current a {
  pointer-events: none;
}

.backnumber-list-item-img {
  width: 100%;
  padding-top: 66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.backnumber-list-title {
  color: #ff5189;
}

.backnumber-list-number {
  font-size: 2.5rem;
  padding-right: 3%;
}

.backnumber-list-texts {
  padding: 2% 4% 4%;
  font-size: 1.4rem;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .backnumber-area {
    margin: 3% 0 0;
    padding: 4% 4% 2%;
  }

  .backnumber-title {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    margin: 3% 0 0;
    padding-top: .2%;
    font-size: 1.6rem;
  }

  .backnumber-body {
    margin: 0 auto;
    padding: 0 0 3%;
  }

  .backnumber-list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
    padding: 3% 0 0;
  }

  .backnumber-list-item {
    width: 100%;
    margin-top: 2%;
    margin-left: 0;
    position: relative;
    vertical-align: bottom;
    float: none;
  }
  .backnumber-list-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .backnumber-list-item.is-new:after {
    top: 0;
  }

  .backnumber-list-item-img {
    width: 40%;
    padding-top: 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .backnumber-list-texts {
    width: 60%;
    min-height: 25vw;
    padding: 1% 2%;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .backnumber-list-comment {
    white-space: normal !important;
  }

  .backnumber-list-number {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .backnumber-area {
    margin: 3% 0 0;
    padding: 4% 4% 2%;
  }

  .backnumber-title {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    margin: 3% 0 0;
    padding-top: .2%;
    font-size: 2.5vw;
  }

  .backnumber-body {
    margin: 0 auto;
    padding: 0 0 3%;
  }

  .backnumber-list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
    padding: 3% 0 0;
  }

  .backnumber-list-item {
    width: 100%;
    margin-top: 2%;
    margin-left: 0;
    position: relative;
    vertical-align: bottom;
    float: none;
  }
  .backnumber-list-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .backnumber-list-item.is-new:after {
    top: 0;
    font-size: 2vw;
  }

  .backnumber-list-item-img {
    width: 40%;
    padding-top: 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .backnumber-list-texts {
    width: 60%;
    min-height: 25vw;
    padding: 1% 2%;
    font-size: 2.4vw;
    line-height: 1.5;
  }

  .backnumber-list-comment {
    white-space: normal !important;
  }

  .backnumber-list-number {
    font-size: 3.5vw;
  }
}
