@charset "UTF-8";
/* カラー */
/* フォント */
.altTxt {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
}

[data-scroll] {
  opacity: 0;
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
}

[data-scroll].anime-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

[data-scroll].anime-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

[data-scroll].anime-top {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

[data-scroll].anime-bottom {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

[data-scroll="in"] {
  opacity: 1.0;
}

[data-scroll="in"].anime-left {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-scroll="in"].anime-right {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-scroll="in"].anime-top {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-scroll="in"].anime-bottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*
 story.css
 本サイト各ページ用CSS
*/
/* story
========================================== */
.story-area {
  position: relative;
  padding: 80px 0 0;
  background-image: url(../images/common/bg_gray.png);
  background-size: 421px;
}

@media (max-width: 600px) {
  .story-area {
    background-size: 210.5px;
    padding: 40px 0 0;
  }
}

.story-area:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 217px;
  height: 100%;
  background-image: url(../images/common/story_en.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
}

@media (max-width: 600px) {
  .story-area:before {
    width: 100%;
    background-size: auto 350px;
    background-position: right 10px;
  }
}

.story-area:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0%;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 689px;
  background-image: url(../images/common/topics_line.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 600px) {
  .story-area:after {
    background-position: left top;
    background-size: 80% auto;
    top: 10%;
  }
}

.story-area a {
  display: block;
}

.story-inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.story-title {
  width: 100%;
  height: 77px;
  background-image: url(../images/common/story_tit.png);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 600px) {
  .story-title {
    height: 38.5px;
    background-size: auto 100%;
  }
}

.story-box-body {
  margin-top: 50px;
}

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

@media (max-width: 600px) {
  .story-box-body {
    margin-top: 20px;
  }
}

/* story-article
------------------------------------------ */
.story-article-body {
  margin: 0 auto;
  padding: 70px;
  background-color: #fff;
  background-image: url(../images/common/bg_cloud_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 60px -10px;
}

@media (max-width: 992px) {
  .story-article-body {
    padding: 70px 30px 100px;
  }
}

@media (max-width: 600px) {
  .story-article-body {
    padding: 30px 20px;
  }
}

.story-article-mainImg {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  margin-left: 10px;
}

.story-article-mainImg:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68.69%;
  background-image: url(../images/common/bg_line.png);
}

@media (max-width: 600px) {
  .story-article-mainImg:before {
    top: 5px;
    left: -5px;
    background-size: 8px 10px;
  }
}

.story-article-mainImg:before {
  padding-top: calc(614 / 860 * 100%);
}

@media (max-width: 600px) {
  .story-article-mainImg {
    margin-left: 5px;
    width: calc(100% - 5px);
  }
}

.story-article-mainImg .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(614 / 860 * 100%);
  background-image: url(../images/story/thumb_01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.story-article-contents {
  color: #141414;
}

@media (max-width: 600px) {
  .story-article-contents {
    padding-bottom: 30px;
  }
}

.story-article-contents .story-article-txt {
  font-size: 18px;
  overflow: hidden;
  padding-top: 40px;
}

@media (max-width: 600px) {
  .story-article-contents .story-article-txt {
    font-size: 12px;
    padding-top: 20px;
  }
}

.story-article-contents .story-article-txt > span {
  color: #bd1019;
}

.story-article-contents .story-article-txt > span.mb {
  display: inline-block;
  height: 3rem;
}

@media (max-width: 600px) {
  .story-article-contents .story-article-txt > span.mb {
    height: 2rem;
  }
}

.story-article-contents .story-article-txt .story-article-txt-thumb {
  width: calc((100% - 40px) / 2);
  max-width: 100%;
  margin: 25px auto 0;
  position: relative;
  margin-left: 10px;
  margin-left: 40px;
  margin-bottom: 20px;
  float: right;
}

.story-article-contents .story-article-txt .story-article-txt-thumb:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68.69%;
  background-image: url(../images/common/bg_line.png);
}

@media (max-width: 600px) {
  .story-article-contents .story-article-txt .story-article-txt-thumb:before {
    top: 5px;
    left: -5px;
    background-size: 8px 10px;
  }
}

.story-article-contents .story-article-txt .story-article-txt-thumb:before {
  top: 7px;
  left: -7px;
  padding-top: calc(285 / 414 * 100%);
}

@media (max-width: 600px) {
  .story-article-contents .story-article-txt .story-article-txt-thumb {
    display: block;
    width: calc(100% - 5px);
    margin: 2rem 0 1rem 5px;
  }
}

.story-article-contents .story-article-txt .story-article-txt-thumb .thumb {
  display: block;
  position: relative;
  height: 0;
  padding-top: calc(285 / 414 * 100%);
  background-image: url(../images/story/thumb_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.story-article-contents .story-article-txt .story-article-txt-point {
  font-weight: bold;
  font-size: 34px;
  display: block;
  margin-top: 5rem;
}

@media (max-width: 600px) {
  .story-article-contents .story-article-txt .story-article-txt-point {
    font-size: 19px;
    margin-top: 2.5rem;
  }
}

.story-article-contents .story-article-txt .story-article-txt-point > span.line {
  display: inline-block;
  width: 5rem;
  height: 2px;
  background: #141414;
  -webkit-transform: translate(0, -1.3rem);
          transform: translate(0, -1.3rem);
  font-size: 0;
  line-height: 0;
  margin: 0 5px;
}

@media (max-width: 600px) {
  .story-article-contents .story-article-txt .story-article-txt-point > span.line {
    width: 2rem;
    -webkit-transform: translate(0, -0.7rem);
            transform: translate(0, -0.7rem);
    margin: 0;
  }
}

.story-article-thumbs {
  margin-top: 50px;
}

@media (max-width: 600px) {
  .story-article-thumbs {
    margin-top: 30px;
  }
}

.story-article-thumbs > ul {
  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;
  width: 100%;
}

.story-article-thumbs > ul > li {
  width: calc((100% - 60px) / 2);
  max-width: 100%;
  margin: 25px auto 0;
  position: relative;
  margin-left: 10px;
  margin-left: 30px;
}

.story-article-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68.69%;
  background-image: url(../images/common/bg_line.png);
}

@media (max-width: 600px) {
  .story-article-thumbs > ul > li:before {
    top: 5px;
    left: -5px;
    background-size: 8px 10px;
  }
}

.story-article-thumbs > ul > li:before {
  top: 7px;
  left: -7px;
  padding-top: calc(285 / 414 * 100%);
}

.story-article-thumbs > ul > li .thumb {
  position: relative;
  height: 0;
  padding-top: calc(285 / 414 * 100%);
  background-image: url(../images/story/thumb_03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.story-article-thumbs > ul > li:nth-child(-n + 2) {
  margin-top: 0;
}

.story-article-thumbs > ul > li:nth-child(2) .thumb {
  background-image: url(../images/story/thumb_04.png);
}

.story-article-thumbs > ul > li:nth-child(3) .thumb {
  background-image: url(../images/story/thumb_05.png);
}

.story-article-thumbs > ul > li:nth-child(4) .thumb {
  background-image: url(../images/story/thumb_06.png);
}

@media (max-width: 600px) {
  .story-article-thumbs > ul > li {
    width: calc(100% - 5px);
    margin-left: 5px;
  }
  .story-article-thumbs > ul > li:nth-child(1) {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .story-article-thumbs > ul > li:nth-child(1):before {
    padding-top: calc(303 / 303 * 100%);
  }
  .story-article-thumbs > ul > li:nth-child(1) .thumb {
    padding-top: calc(303 / 303 * 100%);
    background-image: url(../images/story/thumb_03_sp.png);
  }
  .story-article-thumbs > ul > li:nth-child(2) {
    width: calc(50% - 10px);
  }
  .story-article-thumbs > ul > li:nth-child(2):before {
    padding-top: calc(303 / 303 * 100%);
  }
  .story-article-thumbs > ul > li:nth-child(2) .thumb {
    padding-top: calc(303 / 303 * 100%);
    background-image: url(../images/story/thumb_04_sp.png);
  }
}

.story-article-btn {
  margin-top: 60px;
}

@media (max-width: 600px) {
  .story-article-btn {
    margin-top: 30px;
  }
}

.story-article-btn > a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  background: #333333;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
}

@media (max-width: 600px) {
  .story-article-btn > a {
    font-size: 14px;
    padding: 10px 0;
  }
}

.story-article-btn > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffffff;
}

@media (max-width: 600px) {
  .story-article-btn > a:after {
    border-width: 5px 0 5px 6.5px;
  }
}

.story-article-movies {
  margin-top: 60px;
}

@media (max-width: 600px) {
  .story-article-movies {
    margin-top: 30px;
  }
}

.story-article-movies > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

@media (max-width: 600px) {
  .story-article-movies > ul {
    display: block;
  }
}

.story-article-movies > ul > li {
  width: calc((100% - 40px) / 2);
}

@media (max-width: 600px) {
  .story-article-movies > ul > li {
    width: 100%;
  }
  .story-article-movies > ul > li + li {
    margin-top: 20px;
  }
}

.story-article-movies > ul > li > a {
  display: block;
  position: relative;
}

.story-article-movies > ul > li > a:before, .story-article-movies > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 30;
}

.story-article-movies > ul > li > a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 29px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  margin-left: 7px;
}

.story-article-movies > ul > li > a:after {
  width: 76px;
  height: 76px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

.story-article-movies > ul > li > a .story-article-movies-img {
  padding-top: 56%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 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;
}

.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: 94%;
    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;
  }
  .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;
  }
}
