.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
#story-page {
  width: 100%;
}

.header {
  position: relative;
  left: auto;
  top: auto;
  background-color: #fff8da;
}

.header:after {
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  background: url("../img/common/bg_tri_beige.png") center top repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 0;
}

.header__inner {
  width: 900px;
  height: 185px;
}

.header__logo {
  height: 277px;
  left: 0;
  transform: translate(0, 0);
}

.header__logo a {
  transform: translate(0, 53px);
}

.header__han {
  display: none;
}

.header__menu {
  display: none;
}

.headline {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.headline__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 110px 0 64px;
  text-align: center;
  border: none;
}

.numbers {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.numbers__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 25px;
  zoom: 1;
  border: none;
}

.numbers__inner:after {
  content: "";
  clear: both;
  display: block;
}

.numbers__list {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.numbers__list ul {
  letter-spacing: 0;
  font-size: 0;
}

.numbers__list li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 30px 15px 30px;
  width: 56px;
}

.numbers__list li.is--current a {
  color: #c7f500;
}

.numbers__list li.is--current a:after {
  background-color: #c7f500;
  transform: scale(1, 1);
}

.numbers__list li.is--none {
  pointer-events: none;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.numbers__list a {
  text-decoration: none;
  color: #fff8da;
  font-size: 23px;
  letter-spacing: .1em;
  font-family: clarendon-text-pro, serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
  display: block;
  position: relative;
}

.numbers__list a:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff8da;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transition: all .3s;
}

.numbers__list a:hover:after {
  transform: scale(1, 1);
}

.detail {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.detail__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 160px;
  zoom: 1;
}

.detail__inner:after {
  content: "";
  clear: both;
  display: block;
}

.detail__title {
  text-align: center;
  vertical-align: top;
  margin-bottom: 35px;
}

.title--num {
  display: inline-block;
  width: 53px;
  height: 53px;
  vertical-align: top;
  background: url("../img/story/num_bg.png") center top no-repeat;
  background-size: cover;
  line-height: 53px;
  font-size: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #84d6ff;
}

.title--text {
  display: inline-block;
  font-size: 27px;
  letter-spacing: .05em;
  line-height: 53px;
  color: #fff8da;
  margin-left: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.detail__imgs {
  width: 100%;
}

.detail__imgs ul {
  display: block;
  width: 100%;
  zoom: 1;
}

.detail__imgs ul:after {
  content: "";
  clear: both;
  display: block;
}

.detail__imgs li {
  width: 280px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  line-height: 1.0em;
  border-radius: 10px;
  overflow: hidden;
}

.detail__imgs li.size--wide {
  width: 100%;
  margin-right: 0;
}

.detail__imgs li:last-of-type {
  margin-right: 0;
}

.detail__desc {
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.75em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff8da;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #story-page {
    width: 100%;
  }
  .header {
    position: relative;
    left: auto;
    top: auto;
    background-color: #fff8da;
  }
  .header:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    bottom: -8px;
    bottom: -2.13333vw;
    background: url("../img/common/bg_tri_beige.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .header__inner {
    width: 85.333%;
    height: 107.5px;
    height: 28.66667vw;
  }
  .header__logo {
    height: 185px;
    height: 49.33333vw;
    left: 0;
    transform: translate(0, 0);
  }
  .header__logo a {
    transform: translate(0, 23px);
    transform: translate(0, 6.13333vw);
  }
  .header__han {
    display: block;
  }
  .headline {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .headline__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-top: 122px;
    padding-top: 32.53333vw;
    padding-bottom: 51px;
    padding-bottom: 13.6vw;
    text-align: center;
    border: none;
  }
  h2 img {
    width: 129.5px;
    width: 34.53333vw;
    height: auto;
  }
  .numbers {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .numbers__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    zoom: 1;
    border: none;
  }
  .numbers__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .numbers__list {
    text-align: center;
    width: 100%;
  }
  .numbers__list ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .numbers__list li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    width: 50px;
    width: 13.33333vw;
    text-align: left;
  }
  .numbers__list li.is--current a {
    color: #c7f500;
  }
  .numbers__list li.is--current a:after {
    background-color: #c7f500;
    transform: scale(1, 1);
  }
  .numbers__list li.is--none {
    pointer-events: none;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .numbers__list a {
    text-decoration: none;
    color: #fff8da;
    font-size: 21.5px;
    font-size: 5.73333vw;
    letter-spacing: .1em;
    font-family: clarendon-text-pro, serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 35px;
    line-height: 9.33333vw;
    display: block;
    position: relative;
  }
  .numbers__list a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    height: 0.8vw;
    background-color: #fff8da;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: none;
  }
  .numbers__list a:hover:after {
    transform: scale(0, 1);
  }
  .detail {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .detail__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 85px;
    padding-bottom: 22.66667vw;
    zoom: 1;
  }
  .detail__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .detail__title {
    text-align: center;
    vertical-align: top;
    margin-bottom: 26.5px;
    margin-bottom: 7.06667vw;
  }
  .title--num {
    display: inline-block;
    width: 36px;
    width: 9.6vw;
    height: 36px;
    height: 9.6vw;
    vertical-align: top;
    background: url("../img/story/num_bg.png") center top no-repeat;
    background-size: cover;
    line-height: 36px;
    line-height: 9.6vw;
    font-size: 13.5px;
    font-size: 3.6vw;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #84d6ff;
  }
  .title--text {
    display: inline-block;
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: .05em;
    line-height: 36px;
    line-height: 9.6vw;
    color: #fff8da;
    margin-left: 10px;
    margin-left: 2.66667vw;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .detail__imgs {
    width: 100%;
    margin-bottom: 5.5px;
    margin-bottom: 1.46667vw;
  }
  .detail__imgs ul {
    display: block;
    width: 100%;
    zoom: 1;
  }
  .detail__imgs ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .detail__imgs li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
    margin-bottom: 2.93333vw;
    float: left;
    line-height: 1.0em;
    border-radius: 5px;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .detail__imgs li.size--wide {
    width: 100%;
    margin-right: 0;
  }
  .detail__imgs li:nth-last-of-type(2), .detail__imgs li:last-of-type {
    margin-right: 0;
    width: 48%;
  }
  .detail__imgs li:nth-last-of-type(2) {
    margin-right: 4%;
  }
  .detail__desc {
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .05em;
    line-height: 1.75em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff8da;
  }
}
