@charset "UTF-8";
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
/*
 story.css
 本サイト各ページ用CSS
*/
/* story
========================================== */
.story-area a {
  display: block;
}

.updown07 {
  -webkit-animation: updown 1s infinite ease-in-out alternate;
          animation: updown 1s infinite ease-in-out alternate;
}

.updown08 {
  -webkit-animation: updown 1.2s infinite ease-in-out alternate;
          animation: updown 1.2s infinite ease-in-out alternate;
}

.updown09 {
  -webkit-animation: updown .8s infinite ease-in-out alternate;
          animation: updown .8s infinite ease-in-out alternate;
}

.roll07 {
  -webkit-animation: roll 1.3s infinite ease-in-out alternate;
          animation: roll 1.3s infinite ease-in-out alternate;
}

.roll08 {
  -webkit-animation: roll 1.5s infinite ease-in-out alternate;
          animation: roll 1.5s infinite ease-in-out alternate;
}

.roll09 {
  -webkit-animation: roll 1s infinite ease-in-out alternate;
          animation: roll 1s infinite ease-in-out alternate;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

.chara07 {
  width: 8.08333%;
  position: absolute;
  top: 4vw;
  left: 5vw;
  z-index: 1;
}

.chara07 span {
  padding-top: 135.05155%;
  background: url(../images/common/chara_07.png) no-repeat center top;
  background-size: contain;
  display: block;
}

.chara08 {
  width: 11.91667%;
  position: absolute;
  top: 3vw;
  right: 4vw;
  z-index: 1;
}

.chara08 span {
  padding-top: 107.69231%;
  background: url(../images/common/chara_08.png) no-repeat center top;
  background-size: contain;
  display: block;
}

.chara09 {
  width: 5.41667%;
  position: absolute;
  bottom: 1vw;
  left: 3vw;
  z-index: 1;
}

.chara09 span {
  padding-top: 204.61538%;
  background: url(../images/common/chara_09.png) no-repeat center top;
  background-size: contain;
  display: block;
}

.story-area {
  position: relative;
}

.story-area::before {
  content: '';
  width: 100%;
  padding-top: 34.41667%;
  background: url(../images/common/deco_01.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  top: -10vw;
  left: 0;
}

.story-area::after {
  content: '';
  width: 100%;
  padding-top: 34.33333%;
  background: url(../images/common/deco_02.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -7vw;
  left: 0;
}

.story-area .d-box-title {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 0;
  font-size: 0;
  margin: 0 0 35px;
  padding-top: 12.16667%;
  background: url(../images/story/tit_story.png) no-repeat center top;
  background-size: contain;
}

.story-area .story-inner {
  padding: 80px 0;
}

/* story-article
------------------------------------------ */
.story-article-body {
  margin: 0 auto;
  background: #fff;
  padding: 40px 40px;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 50px 20px rgba(176, 225, 248, 0.2);
          box-shadow: 0px 0px 50px 20px rgba(176, 225, 248, 0.2);
}

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

.story-article-contents p {
  margin: 0;
  padding: 5px 0;
  font-size: 1.6rem;
  line-height: 2;
}

.story-article-contents p.episode-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0096dc;
}

.story-article-contents figure {
  width: 100%;
  max-width: 840px;
  height: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

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

.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 {
  padding: 30px 0 20px;
}

.story-article-title span.number {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #FFF;
  font-size: 2.7rem;
  font-weight: bold;
  background: #0096dc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.story-article-title span.number:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 20px solid #0096dc;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.story-article-title span.date {
  padding-left: 20px;
  color: #0096dc;
  font-size: 3rem;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .d-contentsWrap .chara07 {
    width: 12.93333%;
    top: 5vw;
  }
  .d-contentsWrap .chara08 {
    width: 19.06667%;
    top: 2vw;
  }
  .d-contentsWrap .chara09 {
    width: 8.66667%;
    bottom: -1vw;
  }
  .story-area .story-inner .d-box-title {
    padding-top: 19.46667%;
  }
  .story-article-body {
    padding: 4%;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(176, 225, 248, 0.1);
            box-shadow: 0px 0px 10px 10px rgba(176, 225, 248, 0.1);
  }
  .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 0;
  }
  .story-article-contents p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .story-article-contents p.episode-title {
    font-size: 1.6rem;
  }
  .story-article-contents figure.fig-l {
    margin-top: 5%;
    margin-bottom: 7%;
  }
  .story-article-contents figure.fig-r {
    margin-top: 5%;
    margin-bottom: 7%;
  }
  .story-article-contents br.cb {
    display: none;
  }
  .story-article-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .story-article-title span.number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 4vw;
    letter-spacing: 0.05rem;
  }
  .story-article-title span.number:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: -6px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 15px solid #0096dc;
  }
  .story-article-title span.date {
    padding-left: 15px;
    line-height: 1.6;
  }
}

/* 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;
  letter-spacing: 0.1rem;
}

.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: 100%;
    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;
    letter-spacing: 0.1rem;
  }
  .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-inner {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

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

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

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

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

.story-channel-item a {
  width: 100%;
}

.story-channel-item a span {
  display: block;
  padding-top: 20%;
  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 span {
  background-image: url("../images/story/story-channel-hulu.jpg");
}

@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%;
    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: 100%;
  }
  .story-channel-item:not(:first-child) {
    margin-left: 6%;
  }
  .story-channel-item a span {
    height: 80px;
  }
  .story-channel-item.tada a span {
    background-image: url("../images/story/story-channel-tada-sp.png");
  }
}

/* story-channel
========================================== */
#story-channel {
  margin-top: 60px;
}

#story-channel .story-channel-title {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 0;
  font-size: 0;
  padding-top: 3.27273%;
  background: url(../images/story/tit_channel.png) no-repeat center top;
  background-size: contain;
  margin-bottom: 40px;
}

/* backnumber
========================================== */
.backnumber-area {
  margin-top: 80px;
  margin-bottom: 20px;
}

.backnumber-title {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 0;
  font-size: 0;
  padding-top: 3.81818%;
  background: url(../images/story/tit_backnumber.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 {
  width: 100%;
  counter-reset: num;
}

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

.backnumber-list-item {
  width: 30.66%;
  margin-left: 4%;
  margin-top: 5%;
  position: relative;
  float: left;
}

.backnumber-list-item p {
  margin-top: 2px;
  color: #0096dc;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}

.backnumber-list-item p span {
  font-size: 2.6rem;
  font-weight: bold;
  padding-right: 10px;
}

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

.backnumber-list-item:before {
  counter-increment: num;
  content: "#" counter(num);
  position: absolute;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-color: #000;
  border-radius: 100%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 1px;
  text-align: center;
  left: -5px;
  top: -10px;
  z-index: 10;
  display: none;
}

.backnumber-list-item.is-current:before {
  background-color: #999;
}

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

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

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

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .backnumber-area {
    margin: 35px auto 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  #story-channel {
    margin-top: 40px;
  }
  #story-channel .story-channel-title {
    margin-bottom: 7%;
    padding-top: 5.6%;
  }
  .backnumber-area {
    margin: 3% 0;
  }
  .backnumber-title {
    margin-top: 8%;
    margin-bottom: 3%;
    padding-top: 5.6%;
  }
  .backnumber-body {
    margin: 0 auto;
    padding: 0 0 3%;
  }
  .backnumber-list {
    width: 100%;
    overflow: hidden;
    font-size: 0;
  }
  .backnumber-list-item {
    display: inline-block;
    width: 48.5%;
    position: relative;
    vertical-align: bottom;
    margin-left: 0;
    float: none;
  }
  .backnumber-list-item a p {
    font-size: 1.4rem;
  }
  .backnumber-list-item a p span {
    font-size: 2rem;
  }
  .backnumber-list-item:nth-child(odd) {
    margin-left: 0;
  }
  .backnumber-list-item:nth-child(even) {
    margin-left: 3%;
  }
  .backnumber-list-item:before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2rem;
    line-height: 2.2;
    letter-spacing: 1px;
    left: -5px;
    top: -10px;
  }
  .backnumber-list-item-img {
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 992px) {
  .chara07 {
    width: 9.7%;
  }
  .chara08 {
    width: 14.3%;
    top: 1vw;
  }
  .chara09 {
    width: 6.5%;
    bottom: -1vw;
  }
  .story-area .story-inner {
    width: 94%;
    padding: 60px 0;
  }
  .story-article-title span.date {
    font-size: 4vw;
  }
}
/*# sourceMappingURL=story.css.map */