@charset "UTF-8";
.tohokuContents__inner {
  max-width: 950px;
  margin: 0 auto;
}

.tohokuContents .intro {
  position:relative;
  padding: 50px 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #FFFFFF;
  text-align: center;
}

@media (max-width: 768px) {
  .tohokuContents .intro {
    padding: 50px 20px 55px;
  }
}

.tohokuContents .intro__copy {
  font-size: 32px;
  line-height: 1.6875;
}

@media (max-width: 768px) {
  .tohokuContents .intro__copy {
    font-size: 26px;
  }
}

.tohokuContents .intro__lead {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.78;
}

.tohokuContents .intro__map {
  position: absolute;
  top: -115px;
  right: 33px;
  z-index: 2;
}

@media (max-width: 768px) {
  .tohokuContents .intro__map {
    top: -158px;
    right: 5px;
    width: 116px;
  }
}

.tohokuContents .storyList {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .tohokuContents .storyList {
    margin: 55px 20px 0;
  }
}

.tohokuContents .storyList__links {
  display: flex;
  margin-top: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

@media (max-width: 768px) {
  .tohokuContents .storyList__links {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
}

.tohokuContents .storyList__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 20%;
  padding: 22px 10px 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background: url("../images/ph_kv_beautiful.webp") center center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .tohokuContents .storyList__link {
    width: calc(33.33% - 0.67px);
    min-height: 200px;
    padding: 10px 5px 0;
    margin-top: 1px;
  }
}

@media (max-width: 768px) {
  .tohokuContents .storyList__link--beautiful {
    width: calc(50% - 0.5px);
  }
}

.tohokuContents .storyList__link--festival {
  background-image: url("../images/ph_kv_festival.webp");
}

@media (max-width: 768px) {
  .tohokuContents .storyList__link--festival {
    width: calc(50% - 0.5px);
  }
}

.tohokuContents .storyList__link--train {
  background-image: url("../images/ph_kv_train.webp");
  background-position: right 10% center;
}

.tohokuContents .storyList__link--hotSpring {
  background-image: url("../images/ph_kv_hotspring.webp");
}

.tohokuContents .storyList__link--reconstruction {
  background-image: url("../images/ph_kv_reconstruction.webp");
}

.tohokuContents .storyList__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease-in-out;
}

.is-pc .tohokuContents .storyList__link:hover:before {
  opacity: 0;
}

.tohokuContents .storyList__txtWrap {
  position: relative;
  z-index: 3;
  text-align: center;
  flex: 1 0 auto;
}

.tohokuContents .storyList__en {
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .tohokuContents .storyList__en {
    font-size: 10px;
  }
}

.tohokuContents .storyList__name {
  display: inline-block;
  margin-top: 18px;
  font-size: 26px;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  white-space: nowrap;
  text-align: left;
}

@media (max-width: 768px) {
  .tohokuContents .storyList__name {
    margin-top: 10px;
    font-size: 18px;
  }
}

.tohokuContents .storyList__copy {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .tohokuContents .storyList__copy {
    padding-bottom: 18px;
    font-size: 10px;
  }
}

.tohokuContents .storyList__copy::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 7px;
  height: 7px;
  z-index: 3;
  margin-left: -3px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .tohokuContents .storyList__copy::after {
    bottom: 10px;
    width: 4px;
    height: 4px;
    margin-left: 2px;
    border-width: 1px;
  }
}

.tohokuContents .tours {
  position: relative;
  display: block;
}

.tohokuContents .tours__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 950px;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .tohokuContents .tours__bg {
    min-width: 100%;
  }
}

.tohokuContents .tours__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.tohokuContents .tours__bg.is-fixed {
  position: fixed;
}

.tohokuContents .tours__bg.is-absolute {
  position: absolute;
  top: auto;
  bottom: 0;
}

.tohokuContents .tours__bg--beautiful {
  background: url("../images/ph_kv_beautiful.webp") center right no-repeat;
  background-size: cover;
}

.tohokuContents .tours__bg--festival {
  background: url("../images/ph_kv_festival.webp") center right no-repeat;
  background-size: cover;
}

.tohokuContents .tours__bg--train {
  background: url("../images/ph_kv_train.webp") center right no-repeat;
  background-size: cover;
}

.tohokuContents .tours__bg--hotSpring {
  background: url("../images/ph_kv_hotspring.webp") center right no-repeat;
  background-size: cover;
}

.tohokuContents .tours__bg--reconstruction {
  background: url("../images/ph_kv_reconstruction.webp") center right no-repeat;
  background-size: cover;
}

.tohokuContents .tours__bgMovie {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  height: 100%;
}

.tohokuContents .tours__bgMovie.is-width {
  width: 100%;
  height: auto;
}

.tohokuContents .tours__inner {
  position: relative;
  z-index: 20;
  min-height: 100vh;
  padding-bottom: 100px;
}

.tohokuContents .tours__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .tohokuContents .tours__top {
    height: 300px;
  }
}

.tohokuContents .tours__en {
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 768px) {
  .tohokuContents .tours__en {
    font-size: 16px;
  }
}

.tohokuContents .tours__title {
  display: grid;
  margin: 30px auto 0;
  font-size: 54px;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .tohokuContents .tours__title {
    font-size: 32px;
  }
}

.tohokuContents .tours__play {
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.tohokuContents .tours__play span::before {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto;
  background: url("../images/pic_play.png") center center no-repeat;
  background-size: contain;
}

.tohokuContents .tours__contents {
  margin: 30px 40px 0;
  padding: 75px 46px 80px;
  text-align: center;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .tohokuContents .tours__contents {
    margin: 20px 20px 0;
    padding: 25px 20px 40px;
  }
}

.tohokuContents .tours__copy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.46;
}

@media (max-width: 768px) {
  .tohokuContents .tours__copy {
    font-size: 25px;
  }
}

.tohokuContents .tours__lead {
  margin-top: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .tohokuContents .tours__lead {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.9;
  }
}

.tohokuContents .story {
  position: relative;
  margin-top: 38px;
}

@media (max-width: 768px) {
  .tohokuContents .story {
    margin-top: 0;
    padding: 0 20px;
  }
}

.tohokuContents .story__scroll {
  position: relative;
}

.tohokuContents .story__list {
  display: inline-flex;
  padding: 44px 0;
}

@media (max-width: 768px) {
  .tohokuContents .story__list {
    padding: 25px 0;
  }
}

.tohokuContents .story__list::after {
  content: "";
  display: block;
  width: 0.1px;
  height: 1px;
}

.tohokuContents .about {
  margin-top: 96px;
  padding: 60px 80px 60px;
  background: #F4F0D1;
}

@media (max-width: 768px) {
  .tohokuContents .about {
    margin-top: 60px;
    padding: 0;
  }
}

@media not all and (max-width: 768px) {
  .tohokuContents .about__contents {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .tohokuContents .about__contents {
    display: none;
    padding-bottom: 40px;
  }
}

.tohokuContents .about__title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .tohokuContents .about__title {
    position: relative;
    padding: 18px;
    font-size: 16px;
    border-bottom: 2px solid #FFFFFF;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .tohokuContents .about__title::before, .tohokuContents .about__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 13px;
    height: 1px;
    background: #333333;
    margin-top: -0.5px;
  }
}

.tohokuContents .about__title::before {
  transition: opacity 0.3s ease-in-out;
  transform: rotate(90deg);
}

.tohokuContents .about__title.is-active::before {
  opacity: 0;
}

.tohokuContents .about__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .tohokuContents .about__row {
    display: block;
    margin-top: 0;
    padding: 40px 20px 0;
  }
}

.tohokuContents .about__row:nth-child(even) {
  flex-direction: row-reverse;
}

.tohokuContents .about__ph {
  width: calc(50% - 20px);
}

@media (max-width: 768px) {
  .tohokuContents .about__ph {
    width: 100%;
  }
}

.tohokuContents .about__col {
  width: calc(50% - 20px);
}

@media (max-width: 768px) {
  .tohokuContents .about__col {
    width: 100%;
    margin-top: 20px;
  }
}

.tohokuContents .about__copy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
}

.tohokuContents .about__lead {
  margin-top: 5px;
  font-size: 16px;
}

.tohokuContents .about .generalBtn {
  margin-top: 44px;
}

.tohokuModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}

.tohokuModal__item {
  position: relative;
  z-index: 102;
  width: calc(100% - 40px);
  max-width: 880px;
}

.tohokuModal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: none;
}

.tohokuYoutube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.tohokuYoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
