@charset "UTF-8";
html {
  font-size: 1.3333333333vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #EEE5C9;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
}

*.sp-only {
  display: block;
}
@media screen and (min-width: 891px) {
  *.sp-only {
    display: none;
  }
}

*.pc-only {
  display: none;
}
@media screen and (min-width: 891px) {
  *.pc-only {
    display: block;
  }
}

html {
  font-size: 10px !important;
}
@media screen and (max-width: 890px) {
  html {
    font-size: 1.3333333333vw !important;
  }
}

body {
  background-color: #f5ebcd !important;
}

.top-wrap {
  padding-top: 11.5rem;
  padding-bottom: 9rem;
  background-image: url(/assets/img/common/bg.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .top-wrap {
    padding-bottom: 1rem;
  }
}

.top-intro {
  max-width: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .top-intro {
    max-width: 61.6rem;
  }
}
.top-intro__title h1 {
  width: divceil(310, 600, "%");
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .top-intro__title h1 {
    width: divceil(388, 616, "%");
  }
}
.top-intro__title p {
  width: divceil(342, 600, "%");
  margin: 3rem auto 0;
}
@media screen and (max-width: 890px) {
  .top-intro__title p {
    width: divceil(427, 616, "%");
  }
}
.top-intro__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 3rem;
  padding: 3.3rem 3rem 2.6rem;
  border-top: 2px solid #0050B4;
  border-bottom: 2px solid #0050B4;
}
@media screen and (max-width: 890px) {
  .top-intro__links {
    margin-top: 3.8rem;
    padding: 3.8rem 1rem 3.6rem;
  }
}
.top-intro__links::before, .top-intro__links::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0050B4;
}
.top-intro__links::before {
  top: 5px;
}
@media screen and (max-width: 890px) {
  .top-intro__links::before {
    top: 3px;
  }
}
.top-intro__links::after {
  bottom: 5px;
}
@media screen and (max-width: 890px) {
  .top-intro__links::after {
    bottom: 3px;
  }
}
.top-intro__links li {
  width: 13rem;
}
@media screen and (max-width: 890px) {
  .top-intro__links li {
    width: 18rem;
  }
}

.top-map {
  min-width: 120rem;
  width: 120rem;
  margin: 1.8rem auto 0;
}
@media screen and (max-width: 890px) {
  .top-map {
    margin-top: 9rem;
  }
}

.fukushima-map {
  position: relative;
  background-image: url(/assets/img/recommendation/fukushima.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 153rem;
  aspect-ratio: 1530/1120;
  margin-left: -64.5rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map {
    width: 240rem;
    aspect-ratio: 1530/1184;
    margin-left: -165.5rem;
  }
}
.fukushima-map .announce {
  position: absolute;
  top: 4.9rem;
  right: 24.8rem;
  width: 34.1rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .announce {
    top: -3.1rem;
    right: 13.2rem;
    width: 47.3rem;
  }
}
.fukushima-map .town-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.fukushima-map .town-wrap .town {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  row-gap: 0.6rem;
  position: absolute;
  cursor: pointer;
}
.fukushima-map .town-wrap .town.is-open .detail-box {
  opacity: 1;
  z-index: 10;
  transition: opacity 0.34s ease-out;
}
.fukushima-map .town-wrap .town--flex {
  flex-direction: row-reverse;
  column-gap: 0.3rem;
}
.fukushima-map .town-wrap .town__img {
  width: 5.6rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town__img {
    width: 8.7rem;
  }
}
.fukushima-map .town-wrap .town__marker {
  position: relative;
  width: 2rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town__marker {
    width: 3.2rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(1) {
  top: 9rem;
  right: 17rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(1) {
    top: 15.9rem;
    right: 13rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(2) {
  top: 16.5rem;
  right: 17rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(2) {
    top: 28.5rem;
    right: 13.4rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(3) {
  top: 27rem;
  right: 30rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(3) {
    top: 45.2rem;
    right: 33.7rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(4) {
  top: 31rem;
  right: 15rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(4) {
    top: 52rem;
    right: 10rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(4) .town__img {
  width: 7.3rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(4) .town__img {
    width: 11.4rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(5) {
  top: 31.4rem;
  right: 38.2rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(5) {
    top: 53rem;
    right: 48.2rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(6) {
  top: 38rem;
  right: 27.3rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(6) {
    top: 63.5rem;
    right: 29.3rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(7) {
  top: 42.8rem;
  right: 28.1rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(7) {
    top: 71.4rem;
    right: 31.6rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(8) {
  top: 47.3rem;
  right: 13.8rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(8) {
    top: 79rem;
    right: 7.2rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(9) {
  top: 53.7rem;
  right: 15.7rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(9) {
    top: 90rem;
    right: 10.3rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(10) {
  top: 48.3rem;
  right: 37.7rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(10) {
    top: 81.3rem;
    right: 46.7rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(11) {
  bottom: 23rem;
  right: 27.7rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(11) {
    bottom: 40rem;
    right: 28.7rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(11) .town__img {
  width: 6.8rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(11) .town__img {
    width: 10.5rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(12) {
  bottom: 49.3rem;
  right: 12.7rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(12) {
    bottom: 82.5rem;
    right: 5.7rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(13) {
  bottom: 47.3rem;
  right: 25.7rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(13) {
    bottom: 78rem;
    right: 26.2rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(14) {
  bottom: 43.1rem;
  right: 15.7rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(14) {
    bottom: 71.7rem;
    right: 9.7rem;
  }
}
.fukushima-map .town-wrap .town:nth-of-type(15) {
  bottom: 36.6rem;
  right: 18.3rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .town-wrap .town:nth-of-type(15) {
    bottom: 60.6rem;
    right: 14.5rem;
  }
}
.fukushima-map .map-illust-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.fukushima-map .map-illust-wrap .map-illust {
  position: absolute;
}
.fukushima-map .map-illust-wrap .map-illust:nth-of-type(1) {
  top: 4rem;
  right: 0;
  width: 7.1rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .map-illust-wrap .map-illust:nth-of-type(1) {
    top: 15rem;
    right: 29rem;
    width: 7.3rem;
  }
}
.fukushima-map .map-illust-wrap .map-illust:nth-of-type(2) {
  top: 18rem;
  right: 47rem;
  width: 7.4rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .map-illust-wrap .map-illust:nth-of-type(2) {
    top: 33rem;
    right: 54rem;
    width: 7.6rem;
  }
}
.fukushima-map .map-illust-wrap .map-illust:nth-of-type(3) {
  top: 29rem;
  right: -7rem;
  width: 16.3rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .map-illust-wrap .map-illust:nth-of-type(3) {
    top: 39rem;
    right: 1rem;
    width: 14.3rem;
  }
}
.fukushima-map .map-illust-wrap .map-illust:nth-of-type(4) {
  top: 92rem;
  right: -10rem;
  width: 5.8rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .map-illust-wrap .map-illust:nth-of-type(4) {
    top: 169rem;
    right: 7rem;
    width: 6rem;
  }
}
.fukushima-map .map-illust-wrap .map-illust:nth-of-type(5) {
  top: 66rem;
  right: 51rem;
  width: 9.8rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .map-illust-wrap .map-illust:nth-of-type(5) {
    top: 110rem;
    right: 57rem;
    width: 10rem;
  }
}
.fukushima-map .map-illust-wrap .map-illust:nth-of-type(6) {
  top: 86rem;
  right: 44rem;
  width: 13.6rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .map-illust-wrap .map-illust:nth-of-type(6) {
    top: 145rem;
    right: 56rem;
    width: 14rem;
  }
}
.fukushima-map .map-illust-wrap .map-illust:nth-of-type(7) {
  top: 35rem;
  right: 60rem;
  width: 7.5rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .map-illust-wrap .map-illust:nth-of-type(7) {
    top: 62rem;
    right: 62rem;
    width: 7.7rem;
  }
}
.fukushima-map .map-illust-wrap .map-illust:nth-of-type(8) {
  top: 76rem;
  right: -1rem;
  width: 10.5rem;
}
@media screen and (max-width: 890px) {
  .fukushima-map .map-illust-wrap .map-illust:nth-of-type(8) {
    top: 132rem;
    right: 2rem;
    width: 10.8rem;
  }
}

.detail-box {
  opacity: 0;
  z-index: -100;
  position: absolute;
  bottom: 3.1rem;
  left: -13.4rem;
  width: 28.8rem;
  min-height: 20.2rem;
  padding-top: 3.3rem;
  background-color: #0050B4;
  border-radius: 3.5rem;
  transition: opacity 0.34s ease-out;
}
@media screen and (max-width: 890px) {
  .detail-box {
    bottom: 3.8rem;
    left: -18.4rem;
    width: 40rem;
    min-height: 28rem;
    padding-top: 4.6rem;
  }
}
.detail-box::before {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #0050B4;
}
@media screen and (max-width: 890px) {
  .detail-box::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.detail-box__text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 890px) {
  .detail-box__text {
    font-size: 2.6rem;
    line-height: 1.7692307692;
  }
}
.detail-box__sub-text {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .detail-box__sub-text {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.detail-box .close {
  position: absolute;
  top: -1.2rem;
  right: -1rem;
  background-image: url(/assets/img/recommendation/close-btn.png);
  width: 4.32rem;
  height: 4.32rem;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease;
}
@media screen and (min-width: 891px) {
  .detail-box .close:hover {
    background-image: url("/assets/img/recommendation/close-btn_hoverd.png");
  }
}
@media screen and (max-width: 890px) {
  .detail-box .close {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 890px) {
  .detail-box--left-side {
    left: -33.4rem;
  }
  .detail-box--left-side::before {
    left: 87.5%;
  }
}

.white-bg {
  position: relative;
  padding: 6.2rem 0;
  background-color: #fff;
}
@media screen and (max-width: 890px) {
  .white-bg {
    margin-top: -2.1rem;
    padding: 7.5rem 0;
  }
}
.white-bg::before {
  content: "";
  position: absolute;
  top: -3vw;
  left: 0;
  width: 100%;
  aspect-ratio: 2400/79;
  background-image: url(/assets/img/common/white-line.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
.white-bg::after {
  content: "";
  position: absolute;
  bottom: -2vw;
  left: 0;
  width: 100%;
  aspect-ratio: 2400/79;
  background-image: url(/assets/img/common/white-line.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  transform: rotate(180deg);
}
.white-bg__container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10.5rem;
}
.white-bg__img {
  max-width: 31.4rem;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .white-bg__img {
    max-width: 49.8rem;
    margin: 7rem 0 0 -3.6rem;
  }
}
.white-bg__img img {
  width: 100%;
}
.white-bg__text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #0050B4;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .white-bg__text {
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
}
.white-bg__text::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: -3rem;
  width: 5.1rem;
  height: 4.5rem;
  background-image: url(/assets/img/recommendation/shell.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
.white-bg__link-text {
  max-width: 31.1rem;
  width: 100%;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 890px) {
  .white-bg__link-text {
    max-width: 43.2rem;
    margin-top: 4rem;
  }
}
.white-bg__btn {
  display: block;
  max-width: 26rem;
  width: 100%;
  aspect-ratio: 260/53;
  margin: 2rem auto 0;
  background-image: url(/assets/img/recommendation/campaign_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease;
}
@media screen and (min-width: 891px) {
  .white-bg__btn:hover {
    background-image: url(/assets/img/recommendation/campaign_btn_hoverd.png);
  }
}
@media screen and (max-width: 890px) {
  .white-bg__btn {
    max-width: 36.4rem;
    aspect-ratio: 364/74;
    margin-top: 2.4rem;
  }
}
.white-bg--second .white-bg__container {
  column-gap: 7.7rem;
}
.white-bg--second .white-bg__img {
  max-width: 24.1rem;
}
@media screen and (max-width: 890px) {
  .white-bg--second .white-bg__img {
    max-width: 33.5rem;
    margin: 0 auto;
  }
}
.white-bg--second .white-bg__text::before {
  display: none;
}
.white-bg--second .white-bg__btn {
  background-image: url(/assets/img/recommendation/detail_btn.png);
}
@media screen and (min-width: 891px) {
  .white-bg--second .white-bg__btn:hover {
    background-image: url(/assets/img/recommendation/detail_btn_hoverd.png);
  }
}

.sec {
  padding: 8rem 0 6rem;
  background-color: #F5EBCD;
}
@media screen and (max-width: 890px) {
  .sec {
    padding: 10.5rem 0 13.5rem;
  }
}
@media screen and (max-width: 890px) {
  .sec--second {
    padding-bottom: 6rem;
  }
}
.sec__heading {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .sec__heading {
    max-width: 60rem;
  }
}
.sec__heading + p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .sec__heading + p {
    font-size: 2rem;
  }
}

.spot + .spot {
  margin-top: 9.5rem;
}
@media screen and (max-width: 890px) {
  .spot + .spot {
    margin-top: 9rem;
  }
}
.spot__container {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.spot__container h3 {
  max-width: 42.4rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .spot__container h3 {
    max-width: 54rem;
  }
}
.spot__heading-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .spot__heading-text {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
}

.spot-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.8rem 3.6rem;
  margin-top: 8.7rem;
}
@media screen and (max-width: 890px) {
  .spot-list {
    justify-content: flex-start;
    gap: 2.5rem 3rem;
    max-width: 67rem;
    margin: 6.5rem auto 0;
  }
}
@media screen and (max-width: 890px) {
  .spot-list__item {
    width: 32rem;
  }
}
.spot-list__item:nth-of-type(4) {
  width: 25.7rem;
}
@media screen and (max-width: 890px) {
  .spot-list__item:nth-of-type(4) {
    width: 32rem;
  }
}
.spot-list__item > div {
  width: 25.6rem;
}
@media screen and (max-width: 890px) {
  .spot-list__item > div {
    width: 100%;
  }
}
.spot-list__item img {
  cursor: pointer;
}
.spot-list__text {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0050B4;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .spot-list__text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.spot-list__img {
  position: relative;
}
.spot-list__img .open {
  position: absolute;
  bottom: -0.64rem;
  right: -1rem;
  background-image: url(/assets/img/recommendation/modal-btn.png);
  width: 4.8rem;
  height: 4.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease;
}
@media screen and (min-width: 891px) {
  .spot-list__img .open:hover {
    background-image: url(/assets/img/recommendation/modal_btn_hoverd.png);
  }
}
@media screen and (max-width: 890px) {
  .spot-list__img .open {
    bottom: -1rem;
    width: 6rem;
    height: 6rem;
  }
}

.movie-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  row-gap: 4.8rem;
  max-width: 84rem;
  width: 100%;
  margin: 6rem auto 0;
}
@media screen and (max-width: 890px) {
  .movie-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3.7rem;
    max-width: 67rem;
  }
}
.movie-list__item {
  cursor: pointer;
}
.movie-list__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #0050B4;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .movie-list__text {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.link-youtube {
  margin-top: 3.5rem;
}
@media screen and (max-width: 890px) {
  .link-youtube {
    margin-top: 6rem;
  }
}
.link-youtube p {
  max-width: 37.4rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .link-youtube p {
    max-width: 52rem;
  }
}
.link-youtube a {
  display: block;
  max-width: 26rem;
  width: 100%;
  aspect-ratio: 260/53;
  margin: 0 auto;
  background-image: url(/assets/img/recommendation/more_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease;
}
@media screen and (min-width: 891px) {
  .link-youtube a:hover {
    background-image: url(/assets/img/recommendation/more_btn_hoverd.png);
  }
}
@media screen and (max-width: 890px) {
  .link-youtube a {
    max-width: 36.4rem;
    aspect-ratio: 364/74;
  }
}

.spot-intro-wrap {
  position: relative;
  max-width: 92rem;
  width: 100%;
  margin: 4rem auto 12rem;
}
@media screen and (max-width: 890px) {
  .spot-intro-wrap {
    max-width: 68rem;
  }
}

.spot-intro-item {
  padding: 5rem 0 5rem 3.8rem;
  background-image: url(/assets/img/recommendation/spot-intro-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .spot-intro-item {
    padding: 4rem 0 5rem;
    border-radius: 1.5rem;
  }
}
.spot-intro-item__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 890px) {
  .spot-intro-item__container {
    flex-direction: column;
  }
}
.spot-intro-item__img {
  flex-shrink: 0;
  max-width: 42rem;
  width: 100%;
}
@media screen and (max-width: 890px) {
  .spot-intro-item__img {
    max-width: 100%;
    padding: 0 4rem;
  }
}
.spot-intro-item__text-area {
  flex-grow: 1;
}
.spot-intro-item__name {
  max-width: 30rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 890px) {
  .spot-intro-item__name {
    max-width: 45rem;
    margin-top: -0.8rem;
  }
}
.spot-intro-item__title {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2083333333;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0050b4;
}
@media screen and (max-width: 890px) {
  .spot-intro-item__title {
    font-size: 3.2rem;
  }
}
.spot-intro-item__text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .spot-intro-item__text {
    font-size: 2.2rem;
  }
}

.spot-contents-item {
  display: flex;
  position: relative;
  min-height: 41.5rem;
  padding: 4rem 0 4.5rem 4rem;
}
@media screen and (max-width: 890px) {
  .spot-contents-item {
    flex-direction: column;
    min-height: 105rem;
    padding: 2rem 2rem 7rem;
  }
}
.spot-contents-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.7rem;
  right: 0;
  z-index: 1;
  width: 100%;
  aspect-ratio: 920/30;
  background-image: url(/assets/img/recommendation/blue-three-line.png);
  background-repeat: repeat-x;
  background-size: cover;
}
.spot-contents-item__img {
  position: relative;
  max-width: 41.6rem;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 890px) {
  .spot-contents-item__img {
    max-width: 100%;
  }
}
.spot-contents-item__text-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 890px) {
  .spot-contents-item__text-area {
    margin-top: 6.5rem;
  }
}
.spot-contents-item__copy span {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.3181818182;
  background-color: #ffff00;
  color: #0050B4;
}
@media screen and (max-width: 890px) {
  .spot-contents-item__copy span {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
.spot-contents-item__name {
  margin-top: 1.3rem;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1153846154;
  color: #0050B4;
}
@media screen and (max-width: 890px) {
  .spot-contents-item__name {
    margin-top: 2.5rem;
    font-size: 3.6rem;
    line-height: 1.1111111111;
  }
}
.spot-contents-item__city {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.9333333333;
  color: #0050B4;
}
@media screen and (max-width: 890px) {
  .spot-contents-item__city {
    margin-top: 1.6rem;
    font-size: 2rem;
    line-height: 2;
  }
}
.spot-contents-item__desc {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 890px) {
  .spot-contents-item__desc {
    margin-top: 2.5rem;
    font-size: 2.2rem;
  }
}
.spot-contents-item__btn {
  display: block;
  width: 26rem;
  aspect-ratio: 260/53;
  margin: auto auto 0;
  background-image: url(/assets/img/recommendation/detail_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease;
}
@media screen and (min-width: 891px) {
  .spot-contents-item__btn:hover {
    background-image: url(/assets/img/recommendation/detail_btn_hoverd.png);
  }
}
@media screen and (max-width: 890px) {
  .spot-contents-item__btn {
    width: 36.4rem;
    aspect-ratio: 364/74;
    font-feature-settings: "palt";
  }
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 5rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 890px) {
  .swiper-button-prev, .swiper-button-next {
    top: 54.5%;
    width: 6rem;
    height: 6rem;
  }
}

.swiper-button-prev {
  background-image: url(/assets/img/recommendation/prev-arrow.png);
  left: -4rem;
  transition: all 0.2s ease;
}
@media screen and (min-width: 891px) {
  .swiper-button-prev:hover {
    background-image: url(/assets/img/recommendation/prev-arrow-hoverd.png);
  }
}
@media screen and (max-width: 890px) {
  .swiper-button-prev {
    left: -0.8rem;
  }
}

.swiper-button-next {
  background-image: url(/assets/img/recommendation/next-arrow.png);
  right: -4rem;
  transition: all 0.2s ease;
}
@media screen and (min-width: 891px) {
  .swiper-button-next:hover {
    background-image: url(/assets/img/recommendation/next-arrow-hoverd.png);
  }
}
@media screen and (max-width: 890px) {
  .swiper-button-next {
    right: -0.8rem;
  }
}

@media screen and (max-width: 890px) {
  .swiper-button-prev2, .swiper-button-next2, .swiper-button-prev3, .swiper-button-next3 {
    top: 63%;
  }
}

@media screen and (max-width: 890px) {
  .swiper-button-prev4, .swiper-button-next4 {
    top: 50%;
  }
}

@media screen and (max-width: 890px) {
  .swiper-button-prev4 {
    left: -4.8rem;
  }
}

@media screen and (max-width: 890px) {
  .swiper-button-next4 {
    right: -4.8rem;
  }
}

.swiper-pagination {
  display: flex;
  justify-content: space-between;
  width: 15.6rem;
  margin: 3.4rem auto 0;
}
@media screen and (max-width: 890px) {
  .swiper-pagination {
    width: 26rem;
    margin-top: 5.5rem;
  }
}

.swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1000px;
  background-color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 890px) {
  .swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
  }
}

.swiper-pagination-bullet-active {
  background-color: #0050B4;
  pointer-events: none;
}

.modal {
  display: none;
  place-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.modal--movie .modal__container {
  max-width: 92rem;
  aspect-ratio: 16/9;
  background-color: unset;
}
@media screen and (max-width: 890px) {
  .modal--movie .modal__container {
    max-width: 60rem;
    min-height: unset;
  }
}
.modal--movie .swiper {
  width: 100%;
  height: 100%;
}
.modal.is-active {
  display: grid;
}
.modal__container {
  position: relative;
  max-width: 92rem;
  min-height: 41.5rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #f5ebcd;
}
@media screen and (max-width: 890px) {
  .modal__container {
    max-width: 68rem;
    min-height: 105rem;
    border-radius: 4px;
  }
}
.modal__close {
  position: absolute;
  top: -7rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  background-image: url(/assets/img/recommendation/close-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s ease;
}
@media screen and (min-width: 891px) {
  .modal__close:hover {
    background-image: url(/assets/img/recommendation/close-btn_hoverd.png);
  }
}
@media screen and (max-width: 890px) {
  .modal__close {
    width: 6rem;
    height: 6rem;
  }
}

.yt-movie {
  width: 100%;
  height: 100%;
}
.yt-movie iframe {
  width: 100%;
  height: 100%;
}