@charset "UTF-8";
.gs18-Header {
  z-index: 300
}

.gs18-Main {
  z-index: 10
}

.gs18-Footer {
  position: relative;
  z-index: 10
}

#ourstories-container-main {
  margin: 610px 0 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.ourstories-container .hero-area {
  height: 725px;
}
#ourstories-container-main.stretchOn{
  margin: 640px 0 0;
}
#ourstories-container-main.click{
  margin: 725px 0 0;
}

#ourstories-container-main.is-show-modal, .ourstories-container .hero-area {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}


.ourstories-container .hero-area.opened .click-text,
.ourstories-container .hero-area.opened{height: 725px;}
.ourstories-container .hero-area .bg {
  background: no-repeat center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.ourstories-container .hero-area.opened .bg {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.ourstories-container .hero-area h2{
  position: absolute;
  top: calc((610px / 2) + (85px / 2));
  right: 50%;
  -webkit-transform: translate(-75px, -50%);
  transform: translate(-75px, -50%);
  font-size: 73px;
  line-height: 1.4;
  text-align: center;
  background-image: url(../images/common/hero_ttl.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 270px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 3;
}
.ourstories-container .hero-area h2.pickup-exists{
  top: calc((610px / 2) + (85px / 2) - (61px / 2));
}
.ourstories-container .hero-area h2>.inner{
  display: block;
  width: 100%;
  position: relative;
  font-weight: 500;
}
.ourstories-container .hero-area h2>.inner:before{
  content: '';
  background-image: url(../images/common/hero_ttl_fukidashi02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: -40px;
  width: 50px;
  height: 52px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ourstories-container .hero-area h2 .red{
  color: #df0f0f;
}
.ourstories-container .hero-area .lead{
  font-size: 18px;
  display: block;
  font-weight: 400;
}
.ourstories-container .hero-area .btn .inner{
  background: #000;
  color: #fff;
  display: block;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 30px auto 0;
  text-align: left;
  box-sizing: border-box;
  width: 215px;
  padding: 13px 25px;
}
.ourstories-container .hero-area .btn .inner:before{
  background: url(../images/common/common_tile_arrow_white.png) no-repeat center;
  background-size: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transition: right .3s, opacity .3s;
  transition: right .3s, opacity .3s;
  width: 33px;
}
.ourstories-container .hero-area .btn .inner:after{
  background: url(../images/common/top_summary_detail_arrow_active.png) no-repeat center;
  opacity: 0;
  background-size: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transition: right .3s, opacity .3s;
  transition: right .3s, opacity .3s;
  width: 33px;
}
.ourstories-container .hero-area:hover .btn .inner{
  color: #e00f0f;
}
.ourstories-container .hero-area:hover .btn .inner:before{
  opacity: 0;
  right: 14px;
}
.ourstories-container .hero-area:hover .btn .inner:after{
  opacity: 1;
  right: 14px;
}

.ourstories-container .hero-area .click-text{
  background-color: rgba(0,0,0,0.7);
  background-repeat: repeat;
  width: 100%;
  height: 725px;
  z-index: 2;
  position: relative;
  display: none;
}
.ourstories-container .hero-area .click-text>a{
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 300px;
  margin-top: -150px;
}
.ourstories-container .hero-area .click-text>a img{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ourstories-container .hero-area .click-text>div{
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #fff;
  margin-left: 50%;
  transform: translateX(35px);
  max-width: calc(1380px / 2);
}
.ourstories-container .hero-area .click-text>div .movie_inner{
  width: 90%;
}
.ourstories-container .hero-area .click-text>div .movie_inner .movie_player{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
.ourstories-container .hero-area .click-text>div .movie_inner .movie_player iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ourstories-container .hero-area .click-text>div .movie_inner>p{
  text-align: right;
}
.ourstories-container .hero-area .click-text>div .movie_inner .modal_movie:hover{
  color: #f50f10;
}

.ourstories-container .hero-area .detail {
  background: rgba(0, 0, 0, .5);
  display: none
}

.ourstories-container .hero-area .caption, .ourstories-container .hero-area .detail {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ourstories-container .carousel {
  bottom: 0;
  left: 4.0625%;
  overflow-x: hidden;
  position: absolute;
  width: 91.875%;
  z-index: 10
}

.ourstories-container .carousel-container {
  background: #fff;
  position: relative;
  z-index: 50
}

.ourstories-container .carousel-container .ourstories-inner:before {
  content: "";
  display: block;
  padding: 3.125% 0 0
}

.ourstories-container .carousel-container .carousel-controller {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20
}

.ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow {
  bottom: .72em;
  cursor: pointer;
  height: .56em;
  position: absolute;
  width: .32em
}

.ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow:after, .ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow:before {
  background: no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%
}

.ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow:after {
  opacity: 0
}

.ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.prev {
  left: 1.2em
}

.ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.prev:before {
  background-image: url(../images/common/top_carousel_arrow_left.png)
}

.ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.prev:after {
  background-image: url(../images/common/top_carousel_arrow_left_active.png)
}

.ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.next {
  right: 1.2em
}

.ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.next:before {
  background-image: url(../images/common/top_carousel_arrow_right.png)
}

.ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.next:after {
  background-image: url(../images/common/top_carousel_arrow_right_active.png)
}

.ourstories-container .carousel-list {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%
}
.ourstories-container .carousel-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 1.19048% 0 0;
  width: 19.04762%
}

.ourstories-container .carousel-item:last-child {
  margin-right: 0
}

.ourstories-container .carousel-item .inner {
  display: block;
  overflow: hidden;
  position: relative
}

.ourstories-container .carousel-item .inner:before {
  content: "";
  display: block;
  padding: 45.08929% 0 0
}

.ourstories-container .carousel-item .inner img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ourstories-container .carousel-item .inner .pc-img-hover {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.ourstories-container .carousel-item .inner .title {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: .36em;
  font-weight: 500;
  justify-content: center;
  line-height: 1.33333;
  opacity: 0;
  padding: 0 1.66667em;
  text-align: center
}

.ourstories-container .article-nav-static {
  background: #fff;
  position: relative;
  z-index: 100
}

.ourstories-container .article-nav-static .ourstories-inner:before {
  content: "";
  display: block;
  padding: 12.10938% 0 0
}

.ourstories-container .article-nav-static-alpha, .ourstories-container .carousel-item .inner .title {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ourstories-container .article-nav-static-alpha .btn-all-article {
  cursor: pointer;
  left: 1.1em;
  position: absolute;
  top: 1.02em;
  width: 1.46em
}

.ourstories-container .article-nav-fixed .btn-open-tags img, .ourstories-container .article-nav-fixed-alpha .btn-all-article img, .ourstories-container .article-nav-static .btn-open-tags img, .ourstories-container .article-nav-static-alpha .btn-all-article img, .ourstories-container .carousel-item .inner .title {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.ourstories-container .article-nav-static-alpha .btn-all-article img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ourstories-container .article-nav-static-alpha .btn-all-article.is-select img:nth-of-type(1) {
  opacity: 0
}

.ourstories-container .article-nav-static-alpha .btn-all-article.is-select img:nth-of-type(2) {
  opacity: 1
}

.ourstories-container .article-nav-static-alpha .article-category-list {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  left: 2.82em;
  position: absolute;
  top: .64em;
  width: 19.2em
}

.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category {
  cursor: pointer;
  position: relative
}

.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category:not(:first-of-type):before {
  background: #000;
  content: "";
  display: block;
  height: 1.52em;
  left: 0;
  position: absolute;
  top: .24em;
  width: 1px
}

.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category .icon {
  height: 1.2em;
  margin: 0 auto;
  position: relative;
  width: 1.2em
}
.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category .icon img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: auto;
  height: 50px;
  -webkit-transform: translate(0%, -90%);
  transform: translate(-50%, -50%);
}
.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category.is-select .icon img,
.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category:hover .icon img,
.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category .icon img.icon-img-hover{
  opacity: 0;
}
.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category.is-select .icon img.icon-img-hover,
.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category:hover .icon img.icon-img-hover{
  opacity: 1;
}
/*
.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category .icon:after, .ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category .icon:before {
  background: no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%;
  display: none;
}*/

.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category .icon:after, .ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category.is-select .icon:before {
  opacity: 0
}

.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category .txt {
  font-size: .36em;
  font-weight: 500;
  line-height: 1;
  padding: 1.11111em 0 0;
  text-align: center;
  -webkit-transition: color .3s;
  transition: color .3s
}

.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category.is-select .icon:after {
  opacity: 1
}
.ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category.is-select .txt {
  color: #e00f0f
}


.ourstories-container .article-nav-static-alpha .article-category-list.has-5-categories .btn-article-category {
  width: 3.32em
}

.ourstories-container .article-nav-static-alpha .article-category-list.has-6-categories .btn-article-category {
  width: 2.88em
}

.ourstories-container .article-nav-static-alpha .article-category-list.has-7-categories .btn-article-category {
  width: 2.56em
}

.ourstories-container .article-nav-static-beta {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ourstories-container .article-nav-static-beta .article-category-list-min {
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  left: .12em;
  position: absolute;
  top: .06em;
  width: 3.26em
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category {
  cursor: pointer;
  margin: .4em 0 0 .28em
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category:nth-of-type(n+7), .ourstories-container .article-nav-static-beta .article-category-list-min.has-7-categories .btn-article-category:nth-of-type(6) {
  display: none
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category .icon, .ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more .icon {
  height: .8em;
  position: relative;
  width: .8em
}
/*
.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category .icon:after, .ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category .icon:before {
  background: no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%;
  display: none;
}*/
.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category .icon img{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  height: 100%;
}
.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category .icon img.icon-img-hover{
  opacity: 0;
}
.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category:hover .icon img.icon-img-hover{
  opacity: 1;
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category .icon:after, .ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category.is-select .icon:before {
  opacity: 0
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category.is-select .icon:after {
  opacity: 1
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category:hover .icon:before {
  opacity: 0
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category:hover .icon:after {
  opacity: 1
}



.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more {
  cursor: pointer;
  display: none;
  margin: .4em 0 0 .28em
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more .icon:after, .ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more .icon:before {
  background: no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more .icon:before {
  background-image: url(../images/common/top_nav_category_more.png)
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more .icon:after {
  background-image: url(../images/common/top_nav_category_more_active.png);
  opacity: 0
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more.is-select .icon:before {
  opacity: 0
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more.is-select .icon:after {
  opacity: 1
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more:hover .icon:before, .ourstories-container .article-nav-static-beta .article-tag-list-wrap .btn-article-tag-more:hover:before {
  opacity: 0
}

.ourstories-container .article-nav-static-beta .article-category-list-min .btn-article-category-more:hover .icon:after, .ourstories-container .article-nav-static-beta .article-tag-list-wrap .btn-article-tag-more:hover:after {
  opacity: 1
}

.ourstories-container .article-nav-static-beta .article-category-list-min.has-7-categories .btn-article-category-more {
  display: block
}

.ourstories-container .article-nav-static-beta .article-tag-list {
  letter-spacing: -.4em;
  position: relative;
  text-align: right
}

.ourstories-container .article-nav-static-beta .article-tag-list-wrap {
  height: 2.36em;
  left: 3.6em;
  overflow: hidden;
  position: absolute;
  top: .34em;
  width: 19.4em
}

.ourstories-container .article-nav-static-beta .article-tag-list-wrap .btn-article-tag-more {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, #fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 40%);
  bottom: 0;
  cursor: pointer;
  height: 1.1em;
  position: absolute;
  right: 0;
  width: 1.5em;
  z-index: 10
}

.ourstories-container .article-nav-static-beta .article-tag-list-wrap .btn-article-tag-more:after, .ourstories-container .article-nav-static-beta .article-tag-list-wrap .btn-article-tag-more:before {
  background: no-repeat center;
  background-size: contain;
  bottom: .2em;
  content: "";
  display: block;
  height: .7em;
  position: absolute;
  right: .2em;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: .7em
}

.ourstories-container .article-nav-static-beta .article-tag-list-wrap .btn-article-tag-more:before {
  background-image: url(../images/common/top_nav_category_more.png)
}

.ourstories-container .article-nav-static-beta .article-tag-list-wrap .btn-article-tag-more:after {
  background-image: url(../images/common/top_nav_category_more_active.png);
  opacity: 0
}

.ourstories-container .article-nav-static-beta .article-tag-list>* {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top
}

.ourstories-container .article-nav-static-beta .article-tag-list .btn-article-tag {
  margin: .38em .2em 0 0
}

.ourstories-container .article-nav-static .category-select-box {
  display: none
}

.ourstories-container .article-nav-static .btn-open-tags {
  cursor: pointer;
  left: 22.8em;
  position: absolute;
  top: 1.06em;
  -webkit-transition: width .3s, left .3s, top .3s;
  transition: width .3s, left .3s, top .3s;
  width: 1.54em;
  z-index: 10
}

.ourstories-container .article-nav-static .btn-open-tags img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

.ourstories-container .article-nav-static .btn-open-tags:after, .ourstories-container .article-nav-static .btn-open-tags:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.ourstories-container .article-nav-static .btn-open-tags:before {
  background: url(../images/common/top_nav_tags_arrow_left.png) no-repeat center;
  background-size: contain;
  height: 25.39683%;
  left: -31.16883%;
  top: 41.26984%;
  width: 11.68831%
}

.ourstories-container .article-nav-static .btn-open-tags:after {
  background: url(../images/common/top_nav_tags_arrow_right.png) no-repeat center;
  background-size: contain;
  height: 40%;
  opacity: 0;
  pointer-events: none;
  right: -40.42553%;
  top: 31.42857%;
  width: 17.02128%
}

.ourstories-container .article-nav-static .btn-open-tags.is-select img:nth-of-type(1) {
  opacity: 0
}

.ourstories-container .article-nav-static .btn-open-tags.is-select img:nth-of-type(2) {
  opacity: 1
}

.ourstories-container .article-nav-fixed {
  background: #fff;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200
}

.ourstories-container .article-nav-fixed .ourstories-inner:before {
  content: "";
  display: block;
  padding: 6.01562% 0 0
}

.ourstories-container .article-nav-fixed-alpha {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ourstories-container .article-nav-fixed-alpha .btn-all-article {
  cursor: pointer;
  left: 3.6em;
  position: absolute;
  top: .42em;
  width: .96em
}

.ourstories-container .article-nav-fixed-alpha .btn-all-article img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ourstories-container .article-nav-fixed-alpha .btn-all-article.is-select img:nth-of-type(1) {
  opacity: 0
}

.ourstories-container .article-nav-fixed-alpha .btn-all-article.is-select img:nth-of-type(2) {
  opacity: 1
}

.ourstories-container .article-nav-fixed-alpha .article-category-list {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  left: 5.2em;
  position: absolute;
  top: .36em;
  width: 15em
}

.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category {
  cursor: pointer;
  position: relative
}

.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category:not(:first-of-type):before {
  background: #000;
  content: "";
  display: block;
  height: .68em;
  left: 0;
  position: absolute;
  top: .08em;
  width: 1px
}

.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category .icon {
  height: .8em;
  margin: 0 auto;
  position: relative;
  width: .8em
}
.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category .icon img{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(0%, -90%);
  transform: translate(-50%, -50%);
}

.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category.is-select .icon img,
.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category:hover .icon img,
.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category .icon img.icon-img-hover{
  opacity: 0;
}
.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category.is-select .icon img.icon-img-hover,
.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category:hover .icon img.icon-img-hover{
  opacity: 1;
}

/*
.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category .icon:after, .ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category .icon:before {
  background: no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%;
  display: none;
}*/

.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category .icon:after, .ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category.is-select .icon:before, .ourstories-container .top-tile-area #article .tile {
  opacity: 0
}

.ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category.is-select .icon:after {
  opacity: 1
}


.ourstories-container .article-nav-fixed-alpha .article-category-list.has-5-categories .btn-article-category {
  width: 2.2em
}

.ourstories-container .article-nav-fixed-alpha .article-category-list.has-6-categories .btn-article-category {
  width: 2.12em
}

.ourstories-container .article-nav-fixed-alpha .article-category-list.has-7-categories .btn-article-category {
  width: 2.08em
}

.ourstories-container .article-nav-fixed .category-select-box {
  display: none
}

.ourstories-container .article-nav-fixed .btn-open-tags {
  cursor: pointer;
  left: 20.92em;
  position: absolute;
  top: .42em;
  width: 1.02em;
  z-index: 10
}

.ourstories-container .article-nav-fixed .btn-open-tags img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0
}

.ourstories-container .article-nav-fixed .btn-open-tags:before {
  background: url(../images/common/top_nav_tags_arrow_left.png) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 32.43243%;
  left: -33.33333%;
  position: absolute;
  top: 43.24324%;
  width: 13.72549%
}

.ourstories-container .article-nav-fixed .btn-open-tags.is-select img:nth-of-type(1) {
  opacity: 0
}

.ourstories-container .article-nav-fixed .btn-open-tags.is-select img:nth-of-type(2) {
  opacity: 1
}

.article-tag-modal {
  display: none;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000
}

.article-tag-modal-bg {
  background: rgba(0, 0, 0, .2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}

.article-tag-modal-main {
  margin: 3.14em auto 1.6em;
  position: relative;
  width: 21.06em
}

.article-tag-modal-main-bottom, .article-tag-modal-main-top {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center
}

.article-tag-modal-main-top:before {
  background: linear-gradient(-45deg, #fff 50%, transparent 50%);
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: .66em;
  width: .66em
}

.article-tag-modal-main-bottom:before, .article-tag-modal-main-top:after {
  background: #fff;
  content: "";
  display: block;
  height: .66em;
  width: 100%
}

.article-tag-modal-main-bottom:after {
  background: linear-gradient(135deg, #fff 50%, transparent 50%);
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: .66em;
  width: .66em
}

.article-tag-modal-main .article-tag-list {
  background: #fff;
  letter-spacing: -.4em;
  padding: .52em 1.8em .42em 1.6em
}

.article-tag-modal-main .article-tag-list>* {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top
}

.article-tag-modal-main .article-tag-list .btn-article-tag {
  margin: .38em 0 0 .2em
}

.article-tag-modal-main .btn-tag-modal-close {
  background: url(../images/common/top_nav_modal_close.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
  height: .46em;
  position: absolute;
  right: .56em;
  top: .4em;
  width: .44em
}

.ourstories-container .top-tile-area {
  background: #f3f3f3;
}
.article-select-serch{
  width: 1240px;
  margin: 0 auto;
  position: relative;
}

.article-select-serch>div{
  display: inline-block;
  vertical-align: top;
}
.article-select-serch-year{
  width: 110px;
  position: absolute;
  top: 10px;
  right: 150px;
}
.article-select-serch-region{
  width: 135px;
  position: absolute;
  top: 10px;
  right: 0;
}
ul.pulldown {
  display: inline-block;
  width: 100%;
  height: 50px;
  overflow-y: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
}
select.current,
ul.pulldown.current li:first-child{
  color: #e00f0f;
}
ul.pulldown:after {
  content: "";
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  width: 6px;
  height: 6px;
  top: 20px;
  right: 20px;
}
ul.pulldown.opened:after{
  top: 24px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
}
ul.pulldown li {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
    background-color: #FFF;
}
ul.pulldown li:first-child{
  padding: 0 20px 0 0;
}

.ourstories-container .top-tile-area .ourstories-inner:before {
  content: "";
  display: block;
  padding: 1.25% 0 0
}

.ourstories-container .top-tile-area .ourstories-inner:after {
  content: "";
  display: block;
  padding: 13.59375% 0 0
}

.ourstories-container .top-tile-area #article-no-result {
  display: none;
  opacity: 0
}

.ourstories-container .top-summary-area {
  background: #000
}

.ourstories-container .top-summary-area .summary-heading {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.4;
  padding: 50px 0;
  text-align: center
}

.ourstories-container .top-summary-area .summary-list {
  padding: 0 0 7.8125%
}

.ourstories-container .top-summary-area .summary-item {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 96.875%;
  z-index: 1
}

.ourstories-container .top-summary-area .summary-item:not(:first-of-type) {
  margin: 1.5625% auto 0
}

.ourstories-container .top-summary-area .summary-item:before {
  content: "";
  display: block;
  padding: 32.25806% 0 0
}

.ourstories-container .top-summary-area .summary-item .bg {
  background-size: cover;
  display: block;
  height: 100%;
  background-position: center center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ourstories-container .top-summary-area .summary-item .caption {
  align-items: center;
  background: rgba(0, 0, 0, .3);
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ourstories-container .top-summary-area .summary-item .caption .sub-title {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1
}

.ourstories-container .top-summary-area .summary-item .caption .title {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin: 14px 0 0
}

.ourstories-container .top-summary-area .summary-item .caption .detail {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 20px 0 0;
  width: 142px
}

.ourstories-container .top-summary-area .summary-item .caption .detail .inner {
  background: #fff;
  display: block;
  padding: 13px 10px;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s
}

.ourstories-container .top-summary-area .summary-item .caption .detail .inner:after, .ourstories-container .top-summary-area .summary-item .caption .detail .inner:before {
  background: no-repeat center;
  background-size: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 12px;
  top: 0;
  -webkit-transition: right .3s, opacity .3s;
  transition: right .3s, opacity .3s;
  width: 33px
}

.ourstories-container .top-summary-area .summary-item .caption .detail .inner:before {
  background-image: url(../images/common/top_summary_detail_arrow.png)
}

.ourstories-container .top-summary-area .summary-item .caption .detail .inner:after {
  background-image: url(../images/common/top_summary_detail_arrow_active.png);
  opacity: 0
}
@media only screen and (min-width: 769px) and (max-width: 980px){
  .ourstories-container .hero-area h2 {
    left: 10%;
    right: auto;
    width: 400px;
    font-size: 58px;
  }
}
@media only screen and (max-width: 768px){
  #ourstories-container-main.stretchOn{
    margin: 630px 0 0;
  }
  .ourstories-container .hero-area{
  	height: 660px;
  }
  #ourstories-container-main.click{
    margin: 660px 0 0;
  }
  .ourstories-container .hero-area.opened .click-text,
  .ourstories-container .hero-area.opened{
    height: 660px;
  }

  .ourstories-container .hero-area h2{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
    width: 80vw;
    height: 35vw;
    background-image: url(../images/common/hero_ttl_sp.png);
    background-size: cover;
    z-index: 2;
  }
  .ourstories-container .hero-area h2>.inner{
    font-size: 7vw;
  }
  .ourstories-container .hero-area .lead{
    font-size: 15px;
  }
  .ourstories-container .hero-area h2>.inner:before{
    display: none;
  }
  .ourstories-container .hero-area h2:before{
    content: "";
    background-image: url(../images/common/hero_ttl_fukidashi02.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 40px;
  }
  .ourstories-container .hero-area .click-text>div{
    margin-right: 0;
    margin-left: 0;
  }
  .ourstories-container .hero-area .click-text>div .movie_inner>p {
    text-align: center;
  }
  .ourstories-container .hero-area .click-text>div{
    transform: none;
    justify-content: center;
  }
}
@media (min-width:769px) {
  .ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category:hover .icon:before, .ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow:hover:before {
    opacity: 0
  }
  .ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category:hover .icon:after, .ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow:hover:after, .ourstories-container .carousel-item .inner:hover .pc-img-hover, .ourstories-container .carousel-item .inner:hover .title {
    opacity: 1
  }
  .ourstories-container .carousel-item .inner .sp-img {
    display: none
  }
  .ourstories-container .article-nav-static-alpha .btn-all-article:hover img:nth-of-type(1) {
    opacity: 0
  }
  .ourstories-container .article-nav-static-alpha .btn-all-article:hover img:nth-of-type(2) {
    opacity: 1
  }
  .ourstories-container .article-nav-static-alpha .article-category-list .btn-article-category:hover .txt, .ourstories-container .top-summary-area .summary-item .caption .detail .inner:hover {
    color: #e00f0f
  }
  .ourstories-container .article-nav-static .btn-open-tags.is-beta {
    left: 23.9em;
    top: 1.06em;
    width: .94em
  }
  .ourstories-container .article-nav-static .btn-open-tags.is-beta:before {
    opacity: 0;
    pointer-events: none
  }
  .ourstories-container .article-nav-static .btn-open-tags.is-beta:after {
    opacity: 1;
    pointer-events: auto
  }
  .ourstories-container .article-nav-static .btn-open-tags:hover img:nth-of-type(1) {
    opacity: 0
  }
  .ourstories-container .article-nav-static .btn-open-tags:hover img:nth-of-type(2) {
    opacity: 1
  }
  .ourstories-container .article-nav-fixed-alpha .btn-all-article:hover img:nth-of-type(1) {
    opacity: 0
  }
  .ourstories-container .article-nav-fixed-alpha .btn-all-article:hover img:nth-of-type(2) {
    opacity: 1
  }
  .ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category:hover .icon:before {
    opacity: 0
  }
  .ourstories-container .article-nav-fixed-alpha .article-category-list .btn-article-category:hover .icon:after {
    opacity: 1
  }
  .ourstories-container .article-nav-fixed .btn-open-tags:hover img:nth-of-type(1) {
    opacity: 0
  }
  .ourstories-container .article-nav-fixed .btn-open-tags:hover img:nth-of-type(2) {
    opacity: 1
  }
  .ourstories-container .top-summary-area .summary-item .caption .detail .inner:hover:before {
    opacity: 0;
    right: 6px
  }
  .ourstories-container .top-summary-area .summary-item .caption .detail .inner:hover:after {
    opacity: 1;
    right: 6px
  }
}

@media screen and (max-width:768px) {

  .gs18-Main {
    margin: 0!important;
  }
  #ourstories-container-main {
    margin: 0;
  }
  #ourstories-container-main.click,
  #ourstories-container-main.stretchOn{
    margin: 0 !important;
  }
  .ourstories-container .hero-area.opened {
    height: 80vh;
  }
  .ourstories-container .hero-area {
    height: 70vh;
    position: relative
  }
  .ourstories-container .hero-area.opened .click-text{
     height: 80vh;
  }
  .ourstories-container .hero-area h2>.inner {
    font-size: 11vw;
    line-height: 1.2;
  }
  .ourstories-container .hero-area h2:before{
    display: none;
  }
  .ourstories-container .carousel {
    left: 3.28125%;
    width: 93.4375%
  }
  .ourstories-container .carousel-container .ourstories-inner:before {
    padding: 8.59375% 0 0
  }
  .ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow {
    bottom: .76em;
    height: .76em;
    width: .44em
  }
  .ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow:after, .ourstories-container .carousel-item .inner .pc-img, .ourstories-container .carousel-item .inner .pc-img-hover {
    display: none
  }
  .ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.prev {
    left: .64em
  }
  .ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.prev:before {
    background-image: url(../images/common/sp/top_carousel_arrow_left.png)
  }
  .ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.next {
    right: .64em
  }
  .ourstories-container .carousel-container .carousel-controller .btn-carousel-arrow.next:before {
    background-image: url(../images/common/sp/top_carousel_arrow_right.png)
  }
  .ourstories-container .carousel-item {
    margin: 0 2.34114% 0 0;
    width: 31.77258%
  }
  .ourstories-container .carousel-item:last-child {
    margin-right: 0
  }
  .ourstories-container .carousel-item .inner:before {
    padding: 60% 0 0
  }
  .ourstories-container .carousel-item .inner .title {
    font-size: .36em;
    line-height: 1.33333;
    opacity: 1;
    padding: 0 2em
  }
  .ourstories-container .article-nav-static .ourstories-inner:before {
    padding: 24.0625% 0 0
  }
  .ourstories-container .article-nav-static .btn-open-tags:after, .ourstories-container .article-nav-static-alpha, .ourstories-container .article-nav-static-beta {
    display: none
  }
  .ourstories-container .article-nav-static .category-select-box {
    background: url(../images/common/sp/top_nav_category_select_arrow.png) no-repeat right .23333em center, -webkit-gradient(linear, left top, right top, color-stop(90.46455%, #fff), color-stop(90.46455%, #000));
    background: url(../images/common/sp/top_nav_category_select_arrow.png) no-repeat right .23333em center, linear-gradient(to right, #fff 90.46455%, #000 90.46455%);
    background-size: .71667em, 100%;
    border: solid 1px #000;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 1.26em;
    height: 1.775em;
    left: .7375em;
    line-height: 1;
    padding: 0 0 0 0.76667em;
    position: absolute;
    top: .88417em;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 13.08333em;
  }
  .ourstories-container .article-nav-fixed .category-select-box.is-select, .ourstories-container .article-nav-static .category-select-box.is-select {
    background-image: url(../images/common/sp/top_nav_category_select_arrow.png), -webkit-gradient(linear, left top, right top, color-stop(90.46455%, #fff), color-stop(90.46455%, #e00f0f));
    background-image: url(../images/common/sp/top_nav_category_select_arrow.png), linear-gradient(to right, #fff 90.46455%, #e00f0f 90.46455%);
    border-color: #e00f0f;
    color: #e00f0f
  }
  .ourstories-container .article-nav-static .btn-open-tags {
    left: 10.18em;
    top: 1.12em;
    width: 1.72em
  }
  .ourstories-container .article-nav-static .btn-open-tags.is-select img:nth-of-type(1),
  .ourstories-container .article-nav-static .btn-open-tags.is-select img:nth-of-type(2) {
    width: auto;
    height: 100%;
  }
  .ourstories-container .article-nav-fixed .ourstories-inner:before {
    padding: 17.1875% 0 0
  }
  .ourstories-container .article-nav-fixed-alpha .btn-all-article {
    left: .64em;
    position: absolute;
    top: .8em;
    width: .96em
  }
  .ourstories-container .article-nav-fixed .btn-open-tags:before, .ourstories-container .article-nav-fixed-alpha .article-category-list {
    display: none
  }
  .ourstories-container .article-nav-fixed .category-select-box {
    background: url(../images/common/sp/top_nav_category_select_arrow.png) no-repeat right .33333em center, -webkit-gradient(linear, left top, right top, color-stop(90.46455%, #fff), color-stop(90.46455%, #000));
    background: url(../images/common/sp/top_nav_category_select_arrow.png) no-repeat right .33333em center, linear-gradient(to right, #fff 90.46455%, #000 90.46455%);
    background-size: .91667em, 100%;
    border: solid 1px #000;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: .96em;
    height: 2.375em;
    left: 2.25em;
    line-height: 1;
    padding: 0 0 0 1.16667em;
    position: absolute;
    top: .625em;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 17.08333em
  }
  .ourstories-container .article-nav-fixed .btn-open-tags {
    left: 11.02em;
    position: absolute;
    top: .78em;
    width: 1.02em
  }
  .article-tag-modal-main {
    margin: 1.44em auto;
    width: 11.24em
  }
  .article-tag-modal-main-top:before {
    height: .48em;
    width: .48em
  }
  .article-tag-modal-main-bottom:before, .article-tag-modal-main-top:after {
    height: .48em
  }
  .article-tag-modal-main-bottom:after {
    height: .48em;
    width: .48em
  }
  .article-tag-modal-main .article-tag-list {
    padding: .9em .56em 1.4em .16em
  }
  .article-tag-modal-main .article-tag-list .btn-article-tag {
    margin: .5em 0 0 .4em
  }
  .article-tag-modal-main .btn-tag-modal-close {
    height: .52em;
    right: .54em;
    top: .44em;
    width: .5em
  }
  .ourstories-container .top-tile-area .ourstories-inner:before {
    padding: .46875% 0 0
  }
  .ourstories-container .top-tile-area .ourstories-inner:after {
    padding: 11.875% 0 0
  }
  .ourstories-container .top-summary-area .summary-heading {
    font-size: .92em;
    line-height: 1.4;
    padding: 6.71875% 0
  }
  .ourstories-container .top-summary-area .summary-list {
    padding: 0 0 10.9375%
  }
  .ourstories-container .top-summary-area .summary-item {
    width: 93.75%
  }
  .ourstories-container .top-summary-area .summary-item:not(:first-of-type) {
    margin: 3.125% auto 0
  }
  .ourstories-container .top-summary-area .summary-item:before {
    padding: 58.33333% 0 0
  }
  .ourstories-container .top-summary-area .summary-item .bg {
    background: no-repeat center;
    background-size: cover;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
  .ourstories-container .top-summary-area .summary-item .caption .sub-title {
    font-size: .48em;
    line-height: 1
  }
  .ourstories-container .top-summary-area .summary-item .caption .title {
    font-size: .92em;
    line-height: 1.4;
    margin: .08696em 0 0
  }
  .ourstories-container .top-summary-area .summary-item .caption .detail {
    font-size: .32em;
    line-height: 1;
    margin: 1.25em 0 0;
    width: 8.875em
  }
  .ourstories-container .top-summary-area .summary-item .caption .detail .inner {
    padding: .8125em .625em
  }
  .ourstories-container .top-summary-area .summary-item .caption .detail .inner:before {
    right: .75em;
    width: 2.0625em
  }
  .ourstories-container .top-summary-area .summary-item .caption .detail .inner:after {
    display: none
  }

  .ourstories-container .hero-area .click-text{
    height: 100%;
  }

  .ourstories-container .hero-area h2{
    top: 90px !important;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 76vw;
    height: 40vw;
    background-image: url(../images/common/hero_ttl_sp2.png?2);
    background-size: cover;
  }
  .ourstories-container .hero-area .lead{
    font-size: 3vw;
    line-height: 1.3;
  }
  .ourstories-container .hero-area .btn .inner {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ourstories-container .hero-area h2>.inner:before{
    display: none;
    margin-left: -13px;
    width: 21px;
    height: 20px;
    bottom: 50%;
    -webkit-transform: translate(0%, -90%);
    transform: translate(0%, -90%);
  }
  .ourstories-container .hero-area h2>.inner:after{
    bottom: -10%;
    right: 5%;
    width: 13px;
    height: 13px;
  }
  .ourstories-container .hero-area h2.opened .inner:after{
    background-image: url(../images/common/hero_ttl_plus_close.png);
  }
  .ourstories-container .hero-area h2:after{
    content: '';
    background-image: url(../images/common/hero_ttl_fukidashi_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    margin-left: -12px;
    width: 25px;
    height: 23px;
    bottom: -20px;
    left: 50%;
  }
  .open_trigger {
    right: 5vw;
    bottom: 3vw;
    transform: scale(0.6);  
  }
  .hero-area:hover .open_trigger {
    transform: scale(0.6) rotate(90deg);
  }
  .hero-area.opened .open_trigger{
    transform: scale(0.6) rotate(180deg)!important;
  }
  .ourstories-container .hero-area .click-text>div{
    padding: 150px 5% 0;
    font-size: 14px;
    height: auto;
  }
  .ourstories-container .hero-area .click-text>a{
    width: 13px;
    height: 13px;
    top: 18%;
    left: 88%;
    margin-left: 0;
    margin-top: 0;
  }
  .ourstories-container .breadcrumb-list {
    padding: 20px .6em 0.43em;
    width: auto;
  }
  .article-select-serch select{
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1.66666;
    width: auto;
    border: none;
    padding: 0 1.8em 0 1.1em;
    background-color: #fff;
    border-radius: 0;
  }
  .article-select-serch>div{
    width: auto;
    position: static;
  }
  .article-select-serch label{
    display: block;
    line-height: 1;
  }
  .ourstories-container .top-tile-area{
    position: relative;
  }
  .article-select-serch {
    position: absolute;
    top: .36em;
    right: 0.4em;
    width: 8em !important;
    text-align: right;
  }
  .region-select-box,
  .year-select-box{
    position: relative;
  }
  .region-select-box:after,
  .year-select-box:after {
    content: "";
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    width: 5px;
    height: 5px;
    top: 34%;
    right: 12%;
    z-index: 3;
  }
}
@media(max-width: 320px) {
  .ourstories-container .hero-area.opened {
    height: 450px;
  }
  .ourstories-container .hero-area {
    height: 425px;
  }
  .ourstories-container .hero-area h2 {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    height: 44vw;
    width: 83vw;
  }
  .ourstories-container .hero-area h2>.inner {
    font-size: 28px;
  }
  .ourstories-container .hero-area .lead{
    font-size: 12px;
    padding: 0 13px;
  }
  .ourstories-container .hero-area .btn .inner {
    padding: 8px 25px;
    margin-top: 
  }
}