@charset "UTF-8";

/* story
========================================== */

h1 {
  font-size: 0;
}

.story-area a { display: block; }

/* story-box */
.story-title_story {
  height: 36px;
  background-image: url(../images/story/story_title.png);
}

.story-box-body {
  padding: 60px 0;
  background-color: #fff;
}

/* story-article */
.story-box-body:nth-of-type(2) {
  margin-top: 20px;
}

.story-caption {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  width: 100%;
  margin-bottom: 2%;
  padding: 0 6%;
  font-family: arial;
  letter-spacing: -0.02em;
}

.story-num {
  padding-right: 10px;
  font-size: 72px;
  line-height: 72px;
}

.story-date {
  margin-left: 1%;
  font-size: 20px;
  line-height: 20px;
}

.story-caption.ep7 .story-num {
  padding-right: 0;
}

.story-caption.ep7 .story-text {
  font-size: 40px;
}

/* ストーリーメイン画像 */
/* 1話 */
.story-mainImg {
  width: 100%;
  padding-top: 168.7%;
  background-image: url(../images/story/storyimg_pc.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: contain;
}

/* 2話 */
.story-mainImg.ep2 {  background-image: url(../images/story/storyimg_pc_2.jpg); }
/* 3話 */
.story-mainImg.ep3 {  background-image: url(../images/story/storyimg_pc_3.jpg); }
/* 4話 */
.story-mainImg.ep4 {  background-image: url(../images/story/storyimg_pc_4.jpg); }
/* 5話 */
.story-mainImg.ep5 {  background-image: url(../images/story/storyimg_pc_5.png); }
/* 6話 */
.story-mainImg.ep6 {  background-image: url(../images/story/storyimg_pc_6.png); }
/* 7話 */
.story-mainImg.ep7 {  background-image: url(../images/story/storyimg_pc_7.png); }

@media screen and (max-width: 992px) {
  .story-box-body {
    padding: 50px 0;
  }

  .story-num {
    font-size: 54px;
    line-height: 54px;
  }
  
  .story-date {
    font-size: 16px;
    line-height: 16px;
  }

  .story-caption.ep7 .story-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  .story-title_story {
    height: 20px;
  }

  .story-box-body {
    padding: 30px 0;
  }

  .story-box-body:nth-of-type(2) {
    margin-top: 10px;
  }

  .story-num {
    padding-right: 5px;
    font-size: 36px;
    line-height: 36px;
  }
  
  .story-date {
    font-size: 12px;
    line-height: 12px;
  }

  .story-caption.ep7 .story-text {
    font-size: 2.8vw;
  }

  /* ストーリーメイン画像 */
  /* 1話 */
  .story-mainImg {
    padding-top: 255.35%;
    background-image: url(../images/story/storyimg_sp.jpg);
  }

  /* 2話 */
  .story-mainImg.ep2 {  background-image: url(../images/story/storyimg_sp_2.jpg); }
  /* 3話 */
  .story-mainImg.ep3 {  background-image: url(../images/story/storyimg_sp_3.jpg); }
  /* 4話 */
  .story-mainImg.ep4 {  background-image: url(../images/story/storyimg_sp_4.jpg); }
  /* 5話 */
  .story-mainImg.ep5 {  background-image: url(../images/story/storyimg_sp_5.png); }
  /* 6話 */
  .story-mainImg.ep6 {  background-image: url(../images/story/storyimg_sp_6.png); }
  /* 7話 */
  .story-mainImg.ep7 {  background-image: url(../images/story/storyimg_sp_7.png); }

  }

/* story-share
------------------------------------------ */
.story-share {
  display: table;
  width: 100%;
  padding: 0 6%;
  margin: 40px auto 0;
  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 {
  white-space: nowrap;
}

.story-share-body > ul:after {
  content: "";
  display: block;
  clear: both;
}
.story-share-body > ul > li {
  vertical-align: middle;
  display: inline-block;
  padding: 0 4px;
}
.story-share-body > ul > li > a {
  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 screen and (min-width: 601px) and (max-width: 992px) {
  .story-share-body > ul > li {
    margin: 5px 0;
  }
  .story-share-body > ul > li > a {
    width: 100px !important;
  }
}

@media screen and (max-width: 600px) {
  .story-share {
    margin: 30px auto 0;
    padding: 0 20px;
  }
  .story-share-title,
  .story-share-body {
    padding: 15px 0;
  }
  .story-share-title {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.1;
    min-width: 87px;
  }
  .story-share-title br { display: block; }
  .story-share-body > ul > li {
    padding: 0 10px;
  }
  .story-share-body > ul > li > a {
    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; }
}

/* backnumber
========================================== */
.backnumber-area {
  background-color: #000;
  padding: 60px 65px;
}

.story-title_backnumber {
  height: 27px;
  background-image: url(../images/story/backnumber_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 10px;
  font-size: 0;
}

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

.backnumber-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.backnumber-list-item {
  width: 24%;
  margin-left: 1.33333333%;
  margin-top: 20px;
}

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

.backnumber-list-item-ttl {
  margin-top: 10px;
  font-size: 12px;
  color: #ffce07;
  text-align: center;
}

.backnumber-list-item-num {
  display: block;
  font-family: arial;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

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

@media screen and (max-width: 992px) {
  .backnumber-area {
    padding: 50px;
  }

  .backnumber-list-item {
    width: 32%;
    margin-left: 2%;
  }

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

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

  .backnumber-list-item-ttl {
    font-size: 10px;
  }
  
  .backnumber-list-item-num {
    font-size: 24px;
    line-height: 30px;

  }
}

@media screen and (max-width: 600px) {
  .backnumber-area {
    padding: 30px 20px;
  }

  .story-title_backnumber {
    height: 15px;
    margin-bottom: 5px;
  }

  .backnumber-list-item {
    margin-top: 10px;
  }

  .backnumber-list-item-ttl {
    margin-top: 5px;
  }

  .backnumber-list-item-num {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }

  .backnumber-list-item-ttl {
    font-size: 9px;
    letter-spacing: -0.05em;
  }

}


