@charset "UTF-8";
/*====================================

    00.Base_Settings

====================================*/
/*mainColor*/
/*baseColor*/
/*txtColor*/
/*blandColor*/
/*====================================

    00.Base_Mixin

====================================*/
/*alt*/
/*textIndent*/
/*
 story.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
#zambi_story {
  /* story
  ========================================== */
  /* story-article
  ------------------------------------------ */
  /* story-share
  ------------------------------------------ */
  /* story-channel
  ------------------------------------------ */
  /* backnumber
  ========================================== */
  /* backnumber-item（numbering)
  ------------------------------------------ */
}
#zambi_story h2, #zambi_story h3, #zambi_story h4, #zambi_story p, #zambi_story li, #zambi_story span, #zambi_story a {
  color: #ffffff;
  line-height: 2.2;
  letter-spacing: 0.15em;
}
#zambi_story .story-area {
  margin: 0 auto;
  background: #362e35 url(../images/common/bg02.gif) repeat 0 0;
}
#zambi_story .story-area a {
  display: block;
}
#zambi_story .story-area .d-box-title {
  background: url(../images/story/h2_tit_story.png) no-repeat 0 0;
  padding: 0;
  width: 59.4%;
  min-width: 594px;
  padding-top: 20.00592%;
  position: absolute;
  top: 0%;
  left: -10%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#zambi_story .story-area .d-box-body {
  padding: 200px 0 120px;
}
#zambi_story .story-inner {
  position: relative;
}
#zambi_story .story-article-body {
  margin: 0 auto;
  padding: 0 24px;
}
#zambi_story .story-article-contents {
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff;
  border-image-source: url(../images/common/line_wh02.gif);
  border-image-slice: 0 0 100 0;
}
#zambi_story .story-article-contents p {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  padding: 48px 0 12px;
}
#zambi_story .story-article-contents figure {
  width: 100%;
  max-width: 912px;
  height: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#zambi_story .story-article-contents figure.fig-main {
  width: 100%;
  max-width: 912px;
  height: 0;
  margin: 0 auto;
  padding-top: calc(608 / 912 * 100%);
  background-repeat: no-repeat;
  background-position: center;
}
#zambi_story .story-article-contents figure.fig-l {
  float: left;
  width: 48.8%;
  padding-top: calc(608 / 912 * 48.8%);
  margin: 0;
}
#zambi_story .story-article-contents figure.fig-r {
  float: right;
  width: 48.8%;
  padding-top: calc(608 / 912 * 48.8%);
  margin: 0;
}
#zambi_story .story-article-contents figure.fig-col2 {
  float: left;
  width: 49%;
  margin-left: 2%;
}
#zambi_story .story-article-contents figure.fig-col2:nth-of-type(2n+1) {
  clear: both;
  margin-left: 0;
}
#zambi_story .story-article-contents br.cb {
  clear: both;
}
#zambi_story .story-article-title {
  text-align: center;
  padding-top: 10px;
}
#zambi_story .story-article-title span.number {
  display: block;
  margin: 0 auto;
  height: 0;
  width: 25%;
  min-width: 200px;
  padding-top: 6.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#zambi_story .story-article-title span.date {
  display: block;
  color: #ffffff;
  opacity: 0.8;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 1em 0 2em;
}
#zambi_story .story-share {
  display: table;
  width: 100%;
  max-width: 960px;
  margin: 30px auto 40px;
  border-radius: 2px;
  overflow: hidden;
}
#zambi_story .story-share-title, #zambi_story .story-share-body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #ffffff;
}
#zambi_story .story-share-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  width: 170px;
  color: #ffffff;
  border-right: none;
}
#zambi_story .story-share-title br {
  display: none;
}
#zambi_story .story-share-body > ul:after {
  content: "";
  display: block;
  clear: both;
}
#zambi_story .story-share-body > ul > li {
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}
#zambi_story .story-share-body > ul > li > a {
  display: block;
  width: 123px;
  text-align: center;
  padding: 7px 0;
  border-radius: 2px;
  color: #ffffff;
}
#zambi_story .story-share-body > ul > li > a.facebook {
  background-color: #3b5998;
}
#zambi_story .story-share-body > ul > li > a.twitter {
  background-color: #55acee;
}
#zambi_story .story-share-body > ul > li > a.line {
  background-color: #00b900;
}
#zambi_story .story-channel-inner {
  max-width: 912px;
  margin: 0 auto;
  overflow: hidden;
}
#zambi_story .story-channel-title {
  margin: 20px 0;
  font-size: 2.2rem;
  text-align: center;
}
#zambi_story .story-channel-list {
  width: 88%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
#zambi_story .story-channel-item {
  display: inline-block;
  width: 48.45%;
  vertical-align: top;
}
#zambi_story .story-channel-item:not(:first-child) {
  margin-left: 3.1%;
}
#zambi_story .story-channel-item a {
  width: 100%;
  padding: 13px 10px;
  border-radius: 3px;
}
#zambi_story .story-channel-item a span {
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#zambi_story .story-channel-item.hulu a {
  background-color: #67ae3e;
}
#zambi_story .story-channel-item.hulu a span {
  background-image: url("../images/story/story-channel-hulu-pc.png");
}
#zambi_story .backnumber-area {
  margin-top: 88px;
}
#zambi_story .backnumber-inner {
  padding: 0 24px;
}
#zambi_story .backnumber-title {
  background: url(../images/story/h3_tit_bucknum.png) no-repeat center center;
  padding: 0;
  width: 100%;
  height: 0;
  padding-top: 4.30248%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
  border-image-source: url(../images/common/line_wh01.gif);
  border-image-slice: 0 0 100 0;
}
#zambi_story .backnumber-body {
  margin: 0 auto;
  background-color: transparent;
  padding-top: 32px;
}
#zambi_story .backnumber-num {
  /* preload for Webfont */
  display: none;
}
#zambi_story .backnumber-list {
  width: 100%;
  counter-reset: num;
}
#zambi_story .backnumber-list:after {
  content: '';
  display: block;
  clear: both;
}
#zambi_story .backnumber-list-item {
  width: 31.7%;
  margin-left: 2.4%;
  margin-top: 1.2%;
  margin-bottom: 1.2%;
  position: relative;
  float: left;
}
#zambi_story .backnumber-list-item:nth-child(3n+1) {
  margin-left: 0;
}
#zambi_story .backnumber-list-item:before {
  content: '';
  background-image: url(../images/story/story01/thumb_num.jpg);
  width: 50px;
  height: 50px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: 10;
}
#zambi_story .backnumber-list-item a {
  display: block;
}
#zambi_story .backnumber-list-item.is-current a {
  pointer-events: none;
}
#zambi_story .backnumber-list-item-img {
  width: 100%;
  padding-top: 66.66666%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#zambi_story .backnumber-list-item:nth-child(1):before {
  background-image: url(../images/story/story01/thumb_num.jpg);
}
#zambi_story .backnumber-list-item:nth-child(2):before {
  background-image: url(../images/story/story02/thumb_num.jpg);
}
#zambi_story .backnumber-list-item:nth-child(3):before {
  background-image: url(../images/story/story03/thumb_num.jpg);
}
#zambi_story .backnumber-list-item:nth-child(4):before {
  background-image: url(../images/story/story04/thumb_num.jpg);
}
#zambi_story .backnumber-list-item:nth-child(5):before {
  background-image: url(../images/story/story05/thumb_num.jpg);
}
#zambi_story .backnumber-list-item:nth-child(6):before {
  background-image: url(../images/story/story06/thumb_num.jpg);
}
#zambi_story .backnumber-list-item:nth-child(7):before {
  background-image: url(../images/story/story07/thumb_num.jpg);
}
#zambi_story .backnumber-list-item:nth-child(8):before {
  background-image: url(../images/story/story08/thumb_num.jpg);
}
#zambi_story .backnumber-list-item:nth-child(9):before {
  background-image: url(../images/story/story09/thumb_num.jpg);
}
#zambi_story .backnumber-list-item:nth-child(10):before {
  background-image: url(../images/story/story10/thumb_num.jpg);
}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  #zambi_story {
    /* story
    ========================================== */
    /* story-article
    ------------------------------------------ */
    /* story-share
    ------------------------------------------ */
    /* story-channel
    ------------------------------------------ */
    /* backnumber
    ========================================== */
  }
  #zambi_story .story-area .d-box-title {
    background: url(../images/sp/h2_tit_story_sp.png) no-repeat right 0 top 0;
    background-size: contain;
    width: 100%;
    min-width: auto;
    height: 0;
    padding-top: 25.6%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #zambi_story .story-area .d-box-body {
    padding: 25.6% 0 20%;
  }
  #zambi_story .story-article-body {
    margin: 0 3%;
    padding: 10% 0 0;
    overflow: hidden;
  }
  #zambi_story .story-article-contents {
    padding: 0 3%;
  }
  #zambi_story .story-article-contents p {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 10% 0 5%;
  }
  #zambi_story .story-article-contents figure.fig-main {
    width: calc(100% + 1px);
    height: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #zambi_story .story-article-contents figure.fig-l {
    float: none;
    width: 100%;
    padding-top: calc(667 / 1000 * 100%);
    margin: 0 auto 1.5em;
  }
  #zambi_story .story-article-contents figure.fig-r {
    float: none;
    width: 100%;
    padding-top: calc(667 / 1000 * 100%);
    margin: 0 auto 1.5em;
  }
  #zambi_story .story-article-contents br.cb {
    display: none;
  }
  #zambi_story .story-article-title {
    margin: 0 auto;
    padding: 0;
  }
  #zambi_story .story-article-title span.number {
    width: 50%;
    min-width: auto;
    padding-top: 10%;
    background-size: contain;
  }
  #zambi_story .story-article-title spandate {
    font-size: 1.4rem;
  }
  #zambi_story .story-share {
    bottom: 5% 0 10%;
  }
  #zambi_story .story-share-title, #zambi_story .story-share-body {
    padding: 15px 0;
  }
  #zambi_story .story-share-title {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.1;
    width: 85px;
  }
  #zambi_story .story-share-title br {
    display: block;
  }
  #zambi_story .story-share-body > ul > li {
    padding: 0 10px;
  }
  #zambi_story .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;
  }
  #zambi_story .story-share-body > ul > li > a.facebook {
    background-image: url("../images/sns/sns-facebook-square.png") !important;
  }
  #zambi_story .story-share-body > ul > li > a.twitter {
    background-image: url("../images/sns/sns-twitter-square.png") !important;
  }
  #zambi_story .story-share-body > ul > li > a.line {
    background-image: url("../images/sns/sns-line-square.png") !important;
  }
  #zambi_story .story-channel-inner {
    max-width: 100%;
    margin: 0 3%;
  }
  #zambi_story .story-channel-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #zambi_story .story-channel-list {
    width: 100%;
    font-size: 0;
  }
  #zambi_story .story-channel-item {
    width: 100%;
  }
  #zambi_story .story-channel-item:not(:first-child) {
    margin-left: 6%;
  }
  #zambi_story .story-channel-item a {
    padding: 13px 10px;
  }
  #zambi_story .story-channel-item a span {
    height: 43px;
  }
  #zambi_story .backnumber-area {
    margin: 0 3%;
  }
  #zambi_story .backnumber-inner {
    padding: 0;
  }
  #zambi_story .backnumber-title {
    padding-top: 8.736%;
    background-size: contain;
  }
  #zambi_story .backnumber-body {
    margin: 0 auto;
    padding: 0;
  }
  #zambi_story .backnumber-num {
    /* preload for Webfont */
  }
  #zambi_story .backnumber-list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
    padding: 3% 0 0;
  }
  #zambi_story .backnumber-list-item {
    display: inline-block;
    width: 43.8%;
    position: relative;
    vertical-align: bottom;
    float: none;
  }
  #zambi_story .backnumber-list-item:not(:first-child) {
    margin-left: 3%;
  }
  #zambi_story .backnumber-list-item:before {
    width: 3rem;
    height: 3rem;
    background-size: contain;
    right: 0;
    bottom: 0;
  }
  #zambi_story .backnumber-list-item-img {
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #zambi_story {
    /* story
    ========================================== */
    /* story-article
    ------------------------------------------ */
    /* story-share
    ------------------------------------------ */
    /* story-channel
    ------------------------------------------ */
    /* backnumber
    ========================================== */
  }
  #zambi_story .story-area .d-box-title {
    background: url(../images/sp/h2_tit_story_sp.png) no-repeat right 0 top 0;
    background-size: contain;
    width: 75.53%;
    min-width: auto;
    padding-top: 19.33568%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #zambi_story .story-area .d-box-body {
    padding: 29% 0 14.8%;
  }
  #zambi_story .story-inner {
    padding: 0 3%;
  }
  #zambi_story .story-article-body {
    padding: 0 3%;
  }
  #zambi_story .story-article-title {
    padding: 0;
  }
  #zambi_story .story-share {
    max-width: 100%;
  }
  #zambi_story .story-share-body > ul > li a {
    width: 100px !important;
  }
  #zambi_story .story-channel-inner {
    max-width: 100%;
  }
  #zambi_story .backnumber-area {
    margin: 35px auto 0 !important;
  }
  #zambi_story .backnumber-inner {
    padding: 0 3%;
  }
  #zambi_story .backnumber-title {
    padding-top: 5.46%;
    background-size: contain;
  }
  #zambi_story .backnumber-num {
    /* preload for Webfont */
  }
}
/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
