/* ********************************************************************
        story
******************************************************************** */
#story {
  padding: calc(108 / 750 * 100%) 0 calc(100 / 750 * 100%);
  background-color: #f8f8f8;
  overflow: hidden;
}
#story h2 {
  width: calc(200/670 *100%);
  margin-bottom: calc(46/670 *100%);
  position: relative;
}
#story h2::after {
  content: "";
  display: block;
  width: calc(366/650 *100%);

  padding-top: calc(271/650 *100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../images/top/img_shape3.png) no-repeat center/contain;
  margin-top: calc(0/650 *100%);
  margin-left: calc(300/200 *100%);
  z-index: 10;
}
#story .story_box {
  width: calc(650 / 670 * 100%);
  margin: 0 auto;
}
#story .story_box::before, #story .story_box::after {
  content: "";
  display: block;
  width: calc(493/650 *100%);
  padding-top: calc(500/650 *100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#story .story_box::before {
  background: url(../images/top/img_shape1.png) no-repeat center/contain;
  margin-top: calc(-350/650 *100%);
  margin-left: calc(246/650 *100%);
}
#story .story_box::after {
  width: calc(387/650 *100%);
  background: url(../images/top/img_shape2.png) no-repeat center/contain;
  margin-top: calc(135/650 *100%);
  margin-left: calc(-250/650 *100%);
}
#story .story_wrap {
  z-index: 3;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 0 calc(38 / 750 * 100%) 0;
  position: relative;
  z-index: 50;
}
#story .story_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#story h3 {
  color: #fff100;
  background: #ed7da3;
  font-size: 4rem;
  font-weight: 700;
  box-shadow: 0.6666vw 0.6666vw 0 #fff100;
  margin: 0 calc(20 / 670 * 100%) 0 0;
  padding: 0 calc(15/750 *100%);
  display: inline-block;
  position: relative;
  z-index: 50;
}

#story h4 {
  text-align: center;
  color: #ed7da3;
  font-size: 6rem;
  font-weight: 700;
  display: block;
  z-index: 50;
  padding: 1em 0;
}
#story h4::before {
  content: "『 ";
}
#story h4::after {
  content: " 』";
}

#story p.next_onair {
  font-size: 3rem;
  color: #009d97;
  font-weight: 700;
  padding-top: calc(13 / 670 * 100%);
  position: relative;
  z-index: 50;
}
#story p.next_onair small {
  font-size: 2.4rem;
}
#story p.discription {
  clear: both;
  font-size: 2.4rem;
  padding-bottom: calc(0 / 670 * 100%);
  position: relative;
  z-index: 50;
}
#story .column {
  margin-bottom: calc(70 / 670 * 100%);
}
#story .column figure {
  margin-bottom: calc(50 / 670 * 100%);
}
#story .column figure img {
  border-radius: 10px;
}
#story .column p {
  font-size: 2.4rem;
  line-height: 2;
}

.other_images li {
  margin-bottom: calc(50 / 670 * 100%);
}

.other_images li img{
  border-radius: 10px;
}

@media all and (min-width: 768px) {
  #story {
    padding: calc(80 / 1200 * 100%) 0 calc(100 / 1200 * 100%);
  }
  #story h2 {
    width: calc(188/1000 *100%);
    margin-bottom: calc(30/1000 *100%);
  }
  #story h2::after {
    content: "";
    display: block;
    width: 53px;
    padding-top: calc(271/650 *100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../images/top/img_shape3.png) no-repeat center/contain;
    margin-top: calc(0/650 *100%);
    margin-left: calc(700/188 *100%);
    z-index: 10;
  }
  #story .story_box {
    width: calc(880 / 1000 * 100%);
  }
  #story .story_box::before, #story .story_box::after {
    content: "";
    display: block;
    width: calc(556/1000 *100%);
    padding-top: calc(271/650 *100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #story .story_box::before {
    background: url(../images/top/img_shape1.png) no-repeat center/contain;
    margin-top: calc(-200/650 *100%);
    margin-left: calc(446/650 *100%);
  }
  #story .story_box::after {
    background: url(../images/top/img_shape2.png) no-repeat center/contain;
    margin-top: calc(181/650 *100%);
    margin-left: calc(-184/650 *100%);
  }
  #story h3 {
    margin: 0 calc(20 / 880 * 100%) 0 0;
    float: left;
    font-size: 4rem;
  }
  #story h4 {
    font-size: 3rem;
    padding: 1em 0 0;
  }
  #story p.next_onair {
    font-size: 2.2rem;
  }
  #story p.next_onair small {
    font-size: 1.6rem;
  }
  #story p.discription {
    clear: both;
    font-size: 1.6rem;
    line-height: 2;
    padding-top: calc(0 / 880 * 100%);
    padding-bottom: calc(50 / 880 * 100%);
  }
  #story .column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(66 / 1000 * 100%);
  }
  #story .column figure {
    width: calc(460 / 1000 * 100%);
    margin-bottom: 0;
  }
  #story .column p {
    width: calc(460 / 1000 * 100%);
    font-size: 1.6rem;
    line-height: 1.9;
  }
  #story .column.photoR {
    flex-flow: row-reverse;
  }

  .story_images_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
  }

  .other_images li {
		width: calc(460 / 1000 * 100%);
    margin-bottom: calc(66 / 1000 * 100%);
	}

	.other_images .story_txt_list_photo {
		width: 100% !important;
	}


}
/* ********************************************************************
        share
******************************************************************** */
#share {
  background: #f8f8f8;
}
#share .inner {
  border-top: 1px solid #a0d9f6;
  border-bottom: 1px solid #a0d9f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#share h3 {
  width: calc(190 / 630 * 100%);
  margin: 0;
  padding: 0;
}
#share ul.share_btn {
  margin: calc(40 / 630 * 100%) auto;
  width: calc(394 / 630 * 100%) !important;
  max-width: 394px;
  display: flex;
  justify-content: center;
}
#share ul.share_btn li {
  width: calc(120 / 394 * 100%);
  margin: 0 calc(10 / 630 * 100%) calc(10 / 630 * 100%);
}
#share ul.share_btn li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: calc(100 / 120 * 100%);
  border-radius: 20px;
  transition: all .3s;
}
#share ul.share_btn li.sns_btn-twitter a {
  background: #a0d9f6 url(../images/common/icon_twitter.png) no-repeat center/contain;
}
#share ul.share_btn li.sns_btn-insta a {
  background: #a0d9f6 url(../images/common/icon_insta.png) no-repeat center/contain;
}
#share ul.share_btn li.sns_btn-line a {
  background: #a0d9f6 url(../images/common/icon_line.png) no-repeat center/contain;
}
#share ul.share_btn li.sns_btn-twitter a:hover {
  background: #8ccaff url(../images/common/icon_twitter.png) no-repeat center/contain;
}
#share ul.share_btn li.sns_btn-insta a:hover {
  background: #91a5ff url(../images/common/icon_insta.png) no-repeat center/contain;
}
#share ul.share_btn li.sns_btn-line a:hover {
  background: #7cd588 url(../images/common/icon_line.png) no-repeat center/contain;
}

@media all and (min-width: 768px) {
  #share {
    background: #f8f8f8;
  }
  #share .inner {
    display: flex;
    justify-content: center !important;
    align-items: center;
    max-width: 1000px;
  }
  #share h3 {
    display: block;
    width: 110px;
    margin: 0 calc(30 / 1000 * 100%) 0 0 !important;
  }
  #share ul.share_btn {
    margin: calc(30 / 1000 * 100%) 0;
    width: calc(394 / 1000 * 100%) 0 !important;
    max-width: 394px;
    display: flex;
    justify-content: center;
  }
  #share ul.share_btn li {
    width: 120px;
    margin: 0 calc(10 / 394 * 100%);
  }
  #share ul.share_btn li a {
    padding-top: calc(40 / 120 * 100%);
  }
}
#sp_contents_bnr {
  background: #f8f8f8;
}

/* ********************************************************************
        backnumber
******************************************************************** */
#backnumber {
  background: #e1f2ed;
  padding: calc(120 / 750 * 100%) 0;
  overflow: hidden;
}
#backnumber h2 {
  width: calc(420/670 *100%);
  margin: 0 auto calc(70/670 *100%);
}
#backnumber ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#backnumber ul li {
  width: calc(300/630 *100%);
  margin-bottom: calc(30/630 *100%);
  position: relative;
}
#backnumber ul li:nth-child(2n) {
  margin-left: calc(30/630 *100%);
}
#backnumber ul li img {
  border-radius: 10px;
}
#backnumber ul li span {
  display: block;
  width: 30px;
  height: 28px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  z-index: 10;
  color: white;
  text-align: center;
  font-size: 1.8rem;
  line-height: 25px;
  background: url(../images/story/hart.png) no-repeat center/contain;
}

@media all and (min-width: 768px) {
  #backnumber {
    padding: calc(110 / 1000 * 100%) 0;
  }
  #backnumber h2 {
    width: calc(413/1000 *100%);
    margin: 0 auto calc(40/1000 *100%);
  }
  #backnumber ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #backnumber ul li {
    width: calc((100% - 100px)/5);
    margin-bottom: calc(25/1000 *100%);
    margin-right: calc(25/1000 *100%);
    position: relative;
  }
  #backnumber ul li:nth-child(2n) {
    margin-left: 0;
  }
  #backnumber ul li:nth-child(5n) {
    margin-right: 0;
  }
  #backnumber ul li span {
    width: 34px;
    height: 31px;
    font-size: 1.4rem;
    line-height: 28px;
  }
}
