/**
 * Fonts
 */
.storyDetailPage__pageHeader {
  background: #000;
}
.storyDetailPage__pageHeader__img {
 margin:auto;
}
.storyDetailPage__pageHeader__img img{
  width:100%;
  height:100%;
}

.credit{
  font-size: 20px;
  background: #ffffff;
  text-align: right;
}

@media screen and (max-width: 1440px) {
  .credit p {
    font-size: 1.78rem;
    padding: 4px 30px 0 0;
  }
}
@media screen and (max-width: 828px) {
  .credit p {
    font-size: 0.92rem;
    padding:8px 20px 0 0;
  }
}
.event_img {
  display: flex;
  justify-content: center;
  margin:auto;
  padding-top: 100px;
}
.event_img img{
  width:70%;
}

.event_img_sp{
  display: flex;
  justify-content: center;
  margin:auto;
  width:90%
}

.storyDetailPage__cont::before {
  content: "";
  background: #F8F8F8;
  width: 29%;
  max-width: 560px;
  height: 1630px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__cont::before {
    width: 29%;
    max-width: 560px;
    height: 113.1944444444vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__cont::before {
    width: 30%;
    height: 94.3%;
  }
}
.storyDetailPage__cont .container {
  position: relative;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__cont .container {
    padding: 4.2333333333vw 0;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__cont {
    padding:3.2333333333vw 0;
  }
}

.storyDetailPage__ttl span {
  display: block;
  font-family: expo-serif-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__ttl span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__ttl span {
    font-size: 6.038647343vw;
  }
}

.storyDetailPage__ttl b {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__ttl b {
    font-size: 2.7777777778vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__ttl b {
    font-size: 6.038647343vw;
    margin-top: 1.2077294686vw;
  }
}
.storyDetailPage__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__flexWrap {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__flexWrap {
    display: block;
    margin-top: 7.2463768116vw;
  }
}
.storyDetailPage__image {
  width: 600px;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__image {
    width: 41.6666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__image {
    width: 100%;
  }
}
.storyDetailPage__txt {
  width: 680px;
  margin-left: 80px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__txt {
    margin-left: 3.8194444444vw;
    width: 47.2222222222vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__txt {
    margin: 9.6618357488vw 0 0 0;
    width: 100%;
  }
}
.storyDetailPage__txt__item ~ .storyDetailPage__txt__item {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__txt__item ~ .storyDetailPage__txt__item {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__txt__item ~ .storyDetailPage__txt__item {
    margin-top: 3.6231884058vw;
  }
}
.storyDetailPage__location {
  margin-top: 60px;
  padding:0 80px;
}
@media screen and (max-width: 1280px) {
  .storyDetailPage__location {
    width:80%;
    padding:80px 100px;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__location {
    width: 100%;
    padding:80px 30px;
    margin-top: 16.9082125604vw;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.storyDetailPage__location__ttl {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1280px) {
  .storyDetailPage__location__ttl {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__location__ttl {
    font-size: 4.347826087vw;
    font-weight: bold;
  }
}
.storyDetailPage__location__txt {
  margin-top: 30px;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1280px) {
  .storyDetailPage__location__txt {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__location__txt {
    margin-top: 3.6231884058vw;
    font-size: 3.6231884058vw;
    line-height: 2;
  }
}
.storyDetailPage__thumbList {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__thumbList {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__thumbList {
    display: block;
    margin-top: 16.9082125604vw;
  }
}
.storyDetailPage__thumbList__item {
  width: 256px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__thumbList__item {
    width: 17.7777777778vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__thumbList__item {
    width: 78%;
  }
}
.storyDetailPage__thumbList__item ~ .storyDetailPage__thumbList__item {
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__thumbList__item ~ .storyDetailPage__thumbList__item {
    margin-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__thumbList__item ~ .storyDetailPage__thumbList__item {
    margin: 8.4541062802vw auto 0;
  }
}
.storyDetailPage__thumbList__item img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.storyDetailPage__thumbList__image {
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 829px) {
  .storyDetailPage__thumbList__image {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .storyDetailPage__thumbList__image:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .storyDetailPage__thumbList__image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
.storyDetailPage #thumbListModal {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.storyDetailPage #thumbListModal::before {
  content: "";
  background: url(../img/common/spnav__icon--close--white.svg) no-repeat center top;
  background-size: 100%;
  opacity: 0.8;
  z-index: 101;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 50px;
  right: 50px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage #thumbListModal::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    top: 3.4722222222vw;
    right: 3.4722222222vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage #thumbListModal::before {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
    top: 7.2463768116vw;
    right: 7.2463768116vw;
  }
}
.storyDetailPage #thumbListModal img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-width: 1400px;
  max-height: 80%;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage #thumbListModal img {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage #thumbListModal img {
    max-width: 90%;
  }
}
.storyDetailPage__pagination {
  margin-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination {
    margin-top: 24.154589372vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination__item {
    width: 25%;
  }
}
.storyDetailPage__pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.storyDetailPage__pagination__item a::before, .storyDetailPage__pagination__item a::after {
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
.storyDetailPage__pagination__item a::before {
  background: #000;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination__item a::before {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination__item a::before {
    width: 10.8695652174vw;
    height: 10.8695652174vw;
  }
}
.storyDetailPage__pagination__item a::after {
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination__item a::after {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    border-top: solid 0.1388888889vw #fff;
    border-right: solid 0.1388888889vw #fff;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination__item a::after {
    width: 2.8985507246vw;
    height: 2.8985507246vw;
    border-top: solid 0.2415458937vw #fff;
    border-right: solid 0.2415458937vw #fff;
  }
}
@media screen and (min-width: 829px) {
  .storyDetailPage__pagination__item a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .storyDetailPage__pagination__item a .storyPage__pagination__txt {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .storyDetailPage__pagination__item a::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .storyDetailPage__pagination__item a:hover {
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .storyDetailPage__pagination__item a:hover::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #333;
  }
  .storyDetailPage__pagination__item a:hover .storyPage__pagination__txt {
    border-color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.storyDetailPage__pagination__item--prev a {
  padding-left: 70px;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination__item--prev a {
    padding-left: 4.8611111111vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination__item--prev a {
    padding-left: 12.077294686vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.storyDetailPage__pagination__item--prev a::before {
  left: 0;
}
.storyDetailPage__pagination__item--prev a::after {
  left: 18px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination__item--prev a::after {
    left: 1.25vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination__item--prev a::after {
    left: 4.8309178744vw;
  }
}
.storyDetailPage__pagination__item--next a {
  padding-right: 70px;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination__item--next a {
    padding-right: 4.8611111111vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination__item--next a {
    padding-right: 14.4927536232vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.storyDetailPage__pagination__item--next a::before {
  right: 0;
}
.storyDetailPage__pagination__item--next a::after {
  right: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination__item--next a::after {
    right: 1.25vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination__item--next a::after {
    right: 4.8309178744vw;
  }
}
.storyDetailPage__pagination__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination__txt {
    padding-bottom: 0.3472222222vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination__txt {
    padding-bottom: 0;
    width: 7.2463768116vw;
    height: 10.8695652174vw;
    border-width: 1.2077294686vw;
  }
}
.storyDetailPage__pagination__txt span {
  margin-right: 15px;
  font-family: expo-serif-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination__txt span {
    margin-right: 1.0416666667vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (max-width: 828px) {
  .storyDetailPage__pagination__txt span {
    margin-right: 1.8115942029vw;
    font-size: 6.038647343vw;
  }
}
.storyDetailPage__pagination__txt b {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .storyDetailPage__pagination__txt b {
    font-size: 1.3888888889vw;
  }
}

.storyListPage {
  padding: 40px 0 70px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .storyListPage {
    padding: 2.7777777778vw 0 4.8611111111vw;
  }
}
@media screen and (max-width: 828px) {
  .storyListPage {
    padding: 4.8309178744vw 0 8.4541062802vw;
  }
}
.storyListPage::before {
  content: "";
  background: #F8F8F8;
  width: 50%;
  height: 956px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .storyListPage::before {
    height: 66.3888888889vw;
  }
}
@media screen and (max-width: 828px) {
  .storyListPage::before {
    height: 97.8260869565vw;
  }
}
.storyListPage__ttl {
  position: relative;
  display: table;
  margin: auto;
}
.storyListPage__ttl b {
  font-family: expo-serif-pro, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12rem;
  font-style: italic;
}
@media screen and (max-width: 1440px) {
  .storyListPage__ttl b {
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 828px) {
  .storyListPage__ttl b {
    font-size: 23.7922705314vw;
  }
}
.storyListPage__ttl span {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .storyListPage__ttl span {
    font-size: 1.6666666667vw;
    margin-left: 0.6944444444vw;
  }
}
@media screen and (max-width: 828px) {
  .storyListPage__ttl span {
    font-size: 5.3140096618vw;
    margin-left: 1.2077294686vw;
  }
}
.storyListPage__txt {
  position: relative;
  display: table;
  margin: auto;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .storyListPage__txt {
    font-size: 1.5277777778vw;
  }
}
@media screen and (max-width: 828px) {
  .storyListPage__txt {
    display: block;
    font-size: 3.6231884058vw;
    text-align: center;
  }
}
.questionnaire {
  text-align: center;
  margin: 40px auto 10px;
  max-width: 350px;
  width: 100%;
  background: #1B1B1B;
}

.questionnaire a {
  width: 100%;
  line-height: 100px;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
  }
  
.question {
  text-align: center;
  margin: 0 ;
  max-width: 300px;
  width: 100%;
  background: #1B1B1B;
}

.question a {
  width: 100%;
  line-height: 60px;
  font-size: 1.5rem;
  color: #FFFFFF;
  }

