/**
 * Fonts
 */
.tourDetailPage__pageHeader {
  background: #000;
}
.tourDetailPage__pageHeader__iframeWrap {
  width: 90%;
  height: 49.5vw;
  max-height: 972px;
  /* 
  width: 100%;
  height: 55vw;
  max-height: 1080px; // 1920 x 1080
  */
  margin: auto;
}
.tourDetailPage__pageHeader iframe {
  width: 100%;
  height: 100%;
}
.tourDetailPage__cont {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__cont {
    padding: 8.3333333333vw 0;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__cont {
    padding: 14.4927536232vw 0;
  }
}
.tourDetailPage__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) {
  .tourDetailPage__cont::before {
    width: 29%;
    max-width: 560px;
    height: 113.1944444444vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__cont::before {
    width: 30%;
    height: 94.3%;
  }
}
.tourDetailPage__cont .container {
  position: relative;
}
.tourDetailPage__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) {
  .tourDetailPage__ttl span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__ttl span {
    font-size: 6.038647343vw;
  }
}
.tourDetailPage__ttl b {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.12em;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__ttl b {
    font-size: 2.7777777778vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__ttl b {
    font-size: 6.038647343vw;
    margin-top: 1.2077294686vw;
  }
}
.tourDetailPage__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__flexWrap {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__flexWrap {
    display: block;
    margin-top: 7.2463768116vw;
  }
}
.tourDetailPage__image {
  width: 600px;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__image {
    width: 41.6666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__image {
    width: 100%;
  }
}
.tourDetailPage__txt {
  width: 680px;
  margin-left: 80px;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__txt {
    margin-left: 3.8194444444vw;
    width: 47.2222222222vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__txt {
    margin: 9.6618357488vw 0 0 0;
    width: 100%;
  }
}
.tourDetailPage__txt__item ~ .tourDetailPage__txt__item {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__txt__item ~ .tourDetailPage__txt__item {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__txt__item ~ .tourDetailPage__txt__item {
    margin-top: 3.6231884058vw;
  }
}
.tourDetailPage__location {
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .tourDetailPage__location {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__location {
    margin-top: 16.9082125604vw;
    padding: 7.2463768116vw 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.tourDetailPage__location__ttl {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1280px) {
  .tourDetailPage__location__ttl {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__location__ttl {
    font-size: 4.347826087vw;
    font-weight: bold;
  }
}
.tourDetailPage__location__txt {
  margin-top: 30px;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1280px) {
  .tourDetailPage__location__txt {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__location__txt {
    margin-top: 3.6231884058vw;
    font-size: 3.6231884058vw;
    line-height: 2;
  }
}
.tourDetailPage__thumbList {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__thumbList {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__thumbList {
    display: block;
    margin-top: 16.9082125604vw;
  }
}
.tourDetailPage__thumbList__item {
  width: 256px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__thumbList__item {
    width: 17.7777777778vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__thumbList__item {
    width: 78%;
  }
}
.tourDetailPage__thumbList__item ~ .tourDetailPage__thumbList__item {
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__thumbList__item ~ .tourDetailPage__thumbList__item {
    margin-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__thumbList__item ~ .tourDetailPage__thumbList__item {
    margin: 8.4541062802vw auto 0;
  }
}
.tourDetailPage__thumbList__item img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tourDetailPage__thumbList__image {
  cursor: pointer;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 829px) {
  .tourDetailPage__thumbList__image {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tourDetailPage__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);
  }
  .tourDetailPage__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;
  }
}
.tourDetailPage #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);
}
.tourDetailPage #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) {
  .tourDetailPage #thumbListModal::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    top: 3.4722222222vw;
    right: 3.4722222222vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage #thumbListModal::before {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
    top: 7.2463768116vw;
    right: 7.2463768116vw;
  }
}
.tourDetailPage #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) {
  .tourDetailPage #thumbListModal img {
    max-width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage #thumbListModal img {
    max-width: 90%;
  }
}
.tourDetailPage__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) {
  .tourDetailPage__pagination {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__pagination {
    margin-top: 24.154589372vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__pagination__item {
    width: 25%;
  }
}
.tourDetailPage__pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tourDetailPage__pagination__item a::before, .tourDetailPage__pagination__item a::after {
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
.tourDetailPage__pagination__item a::before {
  background: #000;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__pagination__item a::before {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__pagination__item a::before {
    width: 10.8695652174vw;
    height: 10.8695652174vw;
  }
}
.tourDetailPage__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) {
  .tourDetailPage__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) {
  .tourDetailPage__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) {
  .tourDetailPage__pagination__item a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tourDetailPage__pagination__item a .storyPage__pagination__txt {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tourDetailPage__pagination__item a::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tourDetailPage__pagination__item a:hover {
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tourDetailPage__pagination__item a:hover::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #333;
  }
  .tourDetailPage__pagination__item a:hover .storyPage__pagination__txt {
    border-color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.tourDetailPage__pagination__item--prev a {
  padding-left: 70px;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__pagination__item--prev a {
    padding-left: 4.8611111111vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__pagination__item--prev a {
    padding-left: 12.077294686vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.tourDetailPage__pagination__item--prev a::before {
  left: 0;
}
.tourDetailPage__pagination__item--prev a::after {
  left: 18px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__pagination__item--prev a::after {
    left: 1.25vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__pagination__item--prev a::after {
    left: 4.8309178744vw;
  }
}
.tourDetailPage__pagination__item--next a {
  padding-right: 70px;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__pagination__item--next a {
    padding-right: 4.8611111111vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__pagination__item--next a {
    padding-right: 14.4927536232vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tourDetailPage__pagination__item--next a::before {
  right: 0;
}
.tourDetailPage__pagination__item--next a::after {
  right: 18px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__pagination__item--next a::after {
    right: 1.25vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__pagination__item--next a::after {
    right: 4.8309178744vw;
  }
}
.tourDetailPage__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) {
  .tourDetailPage__pagination__txt {
    padding-bottom: 0.3472222222vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__pagination__txt {
    padding-bottom: 0;
    width: 7.2463768116vw;
    height: 10.8695652174vw;
    border-width: 1.2077294686vw;
  }
}
.tourDetailPage__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) {
  .tourDetailPage__pagination__txt span {
    margin-right: 1.0416666667vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (max-width: 828px) {
  .tourDetailPage__pagination__txt span {
    margin-right: 1.8115942029vw;
    font-size: 6.038647343vw;
  }
}
.tourDetailPage__pagination__txt b {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .tourDetailPage__pagination__txt b {
    font-size: 1.3888888889vw;
  }
}

.tourListPage {
  padding: 120px 0 70px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .tourListPage {
    padding: 8.3333333333vw 0 4.8611111111vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage {
    padding: 14.4927536232vw 0 8.4541062802vw;
  }
}
.tourListPage::before {
  content: "";
  background: #F8F8F8;
  width: 50%;
  height: 956px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .tourListPage::before {
    height: 66.3888888889vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage::before {
    height: 97.8260869565vw;
  }
}
.tourListPage__ttl {
  position: relative;
  display: table;
  margin: auto;
  font-size: 6rem;
}
@media screen and (max-width: 1440px) {
  .tourListPage__ttl {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__ttl {
    font-size: 9.6618357488vw;
  }
}
.tourListPage__txt {
  position: relative;
  display: table;
  margin: auto;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .tourListPage__txt {
    font-size: 1.5277777778vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__txt {
    display: block;
    font-size: 3.6231884058vw;
    text-align: center;
  }
}
.tourListPage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
  margin-left: -60px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .tourListPage__list {
    margin-top: 6.9444444444vw;
    margin-left: -4.1666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__list {
    margin-top: 14.4927536232vw;
    margin-left: 0vw;
  }
}
.tourListPage__list__item {
  width: 288px;
  max-width: 288px;
  min-width: 288px;
  margin-left: 60px;
}
@media screen and (max-width: 1440px) {
  .tourListPage__list__item {
    margin-left: 4.1666666667vw;
    width: 20vw;
    max-width: 20vw;
    min-width: 20vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__list__item {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    margin-left: 0vw;
  }
  .tourListPage__list__item:not(:first-child) {
    margin-top: 8.4541062802vw;
  }
}
.tourListPage__list__item:nth-child(n+5) {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .tourListPage__list__item:nth-child(n+5) {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__list__item:nth-child(n+5) {
    margin-top: 8.4541062802vw;
  }
}
.tourListPage__list__item a {
  display: block;
  height: 100%;
  -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);
  position: relative;
}
@media screen and (max-width: 828px) {
  .tourListPage__list__item a {
    -webkit-box-shadow: 0 1.2077294686vw 2.4154589372vw 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 1.2077294686vw 2.4154589372vw 0 rgba(0, 0, 0, 0.3);
  }
}
.tourListPage__list__item a img {
  width: 100%;
}
@media screen and (min-width: 829px) {
  .tourListPage__list__item a:hover .tourListPage__list__image::before {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .tourListPage__list__item a:hover .tourListPage__list__image 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;
  }
}
.tourListPage__list__order {
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .tourListPage__list__order {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__list__order {
    font-size: 4.347826087vw;
  }
}
.tourListPage__list__order b {
  margin: 0 7px;
  font-size: 4rem;
}
@media screen and (max-width: 1440px) {
  .tourListPage__list__order b {
    margin: 0 0.4861111111vw;
    font-size: 3.1944444444vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__list__order b {
    margin: 0 0.845410628vw;
    font-size: 8.9371980676vw;
  }
}
.tourListPage__list__image {
  position: relative;
  overflow: hidden;
}
.tourListPage__list__image img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tourListPage__list__image::before, .tourListPage__list__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 829px) {
  .tourListPage__list__image::before {
    background: black;
    z-index: 1;
    opacity: 0.2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
}
.tourListPage__list__image::after {
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
}
.tourListPage__list__cont {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px 25px 15px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .tourListPage__list__cont {
    padding: 1.0416666667vw 1.0416666667vw 1.7361111111vw 1.0416666667vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__list__cont {
    padding: 1.8115942029vw 3.0193236715vw 6.038647343vw 3.0193236715vw;
  }
}
.tourListPage__list__num {
  font-family: expo-serif-pro, serif;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  font-size: 2.6rem;
}
@media screen and (max-width: 1440px) {
  .tourListPage__list__num {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__list__num {
    font-size: 5.3140096618vw;
  }
}
.tourListPage__list__txt {
  font-size: 2.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  .tourListPage__list__txt {
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__list__txt {
    font-size: 4.8309178744vw;
  }
}
.tourListPage__pagination {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .tourListPage__pagination {
    margin-top: 9.7222222222vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination {
    display: block;
    margin-top: 16.9082125604vw;
  }
}
.tourListPage__pagination__item:not(:first-child) {
  margin-left: 100px;
}
@media screen and (max-width: 1440px) {
  .tourListPage__pagination__item:not(:first-child) {
    margin-left: 6.9444444444vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination__item:not(:first-child) {
    margin: 12.077294686vw 0 0 0;
  }
}
.tourListPage__pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination__item a {
    max-width: 70%;
    margin: auto;
  }
}
.tourListPage__pagination__item a::before, .tourListPage__pagination__item a::after {
  position: relative;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
.tourListPage__pagination__item a::before {
  background: #000;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1440px) {
  .tourListPage__pagination__item a::before {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination__item a::before {
    width: 10.8695652174vw;
    height: 10.8695652174vw;
  }
}
.tourListPage__pagination__item a::after {
  width: 14px;
  height: 14px;
  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) {
  .tourListPage__pagination__item a::after {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
    border-top: solid 0.1388888889vw #fff;
    border-right: solid 0.1388888889vw #fff;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__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) {
  .tourListPage__pagination__item a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tourListPage__pagination__item a .storyPage__pagination__txt {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tourListPage__pagination__item a::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tourListPage__pagination__item a:hover {
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .tourListPage__pagination__item a:hover::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #333;
  }
  .tourListPage__pagination__item a:hover .storyPage__pagination__txt {
    border-color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.tourListPage__pagination__item--prev a {
  padding-left: 70px;
}
@media screen and (max-width: 1440px) {
  .tourListPage__pagination__item--prev a {
    padding-left: 4.8611111111vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination__item--prev a {
    padding-left: 14.4927536232vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tourListPage__pagination__item--prev a::before {
  left: 0;
}
.tourListPage__pagination__item--prev a::after {
  left: 22px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media screen and (max-width: 1440px) {
  .tourListPage__pagination__item--prev a::after {
    left: 1.5277777778vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination__item--prev a::after {
    left: 4.8309178744vw;
  }
}
.tourListPage__pagination__item--next a {
  padding-right: 70px;
}
@media screen and (max-width: 1440px) {
  .tourListPage__pagination__item--next a {
    padding-right: 4.8611111111vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination__item--next a {
    padding-right: 14.4927536232vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.tourListPage__pagination__item--next a::before {
  right: 0;
}
.tourListPage__pagination__item--next a::after {
  right: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
  .tourListPage__pagination__item--next a::after {
    right: 1.5277777778vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination__item--next a::after {
    right: 4.8309178744vw;
  }
}
.tourListPage__pagination__txt {
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .tourListPage__pagination__txt {
    padding-bottom: 0.3472222222vw;
    font-size: 1.8055555556vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination__txt {
    padding-bottom: 0.6038647343vw;
    border-width: 0.4830917874vw;
    font-size: 4.8309178744vw;
    width: 100%;
  }
}
.tourListPage__pagination__txt span {
  margin: 0 8px;
}
@media screen and (max-width: 1440px) {
  .tourListPage__pagination__txt span {
    margin: 0 0.5555555556vw;
  }
}
@media screen and (max-width: 828px) {
  .tourListPage__pagination__txt span {
    margin: 0 0.9661835749vw;
  }
}