@charset "UTF-8";
/*body.modal-open {
  overflow: hidden;
}*/
.saba {
  display: contents !important;
  font-family: "Kiwi Maru", serif;
}

.saba.wht {
  color: #FFFFFF !important;
}

main.page-enjoy {
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  main.page-enjoy {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  main.page-enjoy {
    font-size: 2.564vw;
  }
}
/*共通 */
.sec_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* モーダル */
#modal.character {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 3rem;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  z-index: 10001;
}

/* モーダルがactiveの時 */
#modal.character.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
#modal.character .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* モーダルのコンテンツ */
#modal.character .modal__content {
  width: 100%;
  max-width: 80rem;
  /*max-height: 80vh;*/
  position: relative;
  background-color: #FFFFFF;
  padding: 7rem 3rem;
  border-radius: 5.8rem;
}

#modal.character .modal__content .modal_inner {
  width: 100%;
  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;
}

#modal.character .modal__content .modal_inner > .txt_wrap {
  /*width: calc(380/660*100%);*/
}

#modal.character .modal__content .modal_inner > .txt_wrap .ttl {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  /*line-height: calc(60/23);*/
  line-height: 1;
  color: #1D8286;
  white-space: nowrap;
}

#modal.character .modal__content .modal_inner > .txt_wrap .ttl > span {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  background: radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), #F5FF00 10px, transparent 10px), radial-gradient(circle at 10px calc(100% - 10px), #F5FF00 10px, transparent 10px), linear-gradient(to bottom, #fff calc(100% - 20px), transparent calc(100% - 20px)), linear-gradient(to right, transparent 10px, #F5FF00 10px, #F5FF00 calc(100% - 10px), transparent calc(100% - 10px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#modal.character .modal__content .modal_inner > .txt_wrap .ttl > span > span {
  font-size: 2.7rem;
}

#modal.character .modal__content .modal_inner > .txt_wrap .txt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.5;
  color: #1D8286;
  text-align: left;
  margin-top: 3rem;
}

#modal.character .modal__content .modal_inner > .txt_wrap .favorite {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#modal.character .modal__content .modal_inner > .txt_wrap .favorite .food {
  width: 13.3rem;
  height: 2.4rem;
  padding-bottom: 0.1em;
  border-radius: 10rem;
  background-color: #1D8286;
  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;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 1.5rem;
}

#modal.character .modal__content .modal_inner > .txt_wrap .favorite span {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  color: #1D8286;
  padding-bottom: 0.1em;
}

#modal.character .modal__content .modal_inner > .img_wrap {
  /* width: calc(275/660*100%);*/
  width: 27.5rem;
}

/* 閉じるボタン */
#modal.character .modal__close-btn {
  position: absolute;
  top: 4rem;
  right: 5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  cursor: pointer;
}

#modal.character .modal__close-btn .lineClose {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}

#modal.character .modal__close-btn .lineClose:before,
#modal.character .modal__close-btn .lineClose:after {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 4px;
  background: #61C1C9;
  display: block;
  z-index: -1;
  left: 0;
  top: 50%;
}

#modal.character .modal__close-btn .lineClose:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#modal.character .modal__close-btn .lineClose:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #modal.character .modal__content {
    width: 98%;
    max-width: 36rem;
    padding: 4rem 2rem;
    border-radius: 4rem;
  }
  #modal.character .modal__content .modal_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  #modal.character .modal__content .modal_inner > .txt_wrap {
    /*width: calc(380/660*100%);*/
  }
  #modal.character .modal__content .modal_inner > .txt_wrap .ttl {
    font-size: 2.2rem;
    text-align: center;
  }
  #modal.character .modal__content .modal_inner > .txt_wrap .ttl > span {
    padding-left: 0.5rem;
    padding-bottom: 0.3rem;
    background: radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), #F5FF00 10px, transparent 10px), radial-gradient(circle at 10px calc(100% - 10px), #F5FF00 10px, transparent 10px), linear-gradient(to bottom, #fff calc(100% - 20px), transparent calc(100% - 20px)), linear-gradient(to right, transparent 10px, #F5FF00 10px, #F5FF00 calc(100% - 10px), transparent calc(100% - 10px));
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  #modal.character .modal__content .modal_inner > .txt_wrap .ttl > span > span {
    font-size: 2.7rem;
    padding-bottom: 0.3rem;
    background: radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), #F5FF00 10px, transparent 10px), radial-gradient(circle at 10px calc(100% - 10px), #F5FF00 10px, transparent 10px), linear-gradient(to bottom, #fff calc(100% - 20px), transparent calc(100% - 20px)), linear-gradient(to right, transparent 10px, #F5FF00 10px, #F5FF00 calc(100% - 10px), transparent calc(100% - 10px));
    display: inline-block;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-top: 2rem;
  }
  #modal.character .modal__content .modal_inner > .txt_wrap .txt {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 3rem;
  }
  #modal.character .modal__content .modal_inner > .txt_wrap .favorite {
    margin-top: 3rem;
    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;
  }
  #modal.character .modal__content .modal_inner > .txt_wrap .favorite .food {
    width: 13.3rem;
    height: 2.4rem;
    padding-bottom: 0.1em;
    border-radius: 10rem;
    background-color: #1D8286;
    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;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 1.5rem;
  }
  #modal.character .modal__content .modal_inner > .txt_wrap .favorite span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: bold;
    color: #1D8286;
    padding-bottom: 0.1em;
  }
  #modal.character .modal__content .modal_inner > .img_wrap {
    /* width: calc(275/660*100%);*/
    width: 23.8rem;
  }
  /* 閉じるボタン */
  #modal.character .modal__close-btn {
    position: absolute;
    top: 2.5rem;
    right: 3rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    cursor: pointer;
  }
  #modal.character .modal__close-btn .lineClose {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
  }
  #modal.character .modal__close-btn .lineClose:before,
  #modal.character .modal__close-btn .lineClose:after {
    content: "";
    position: absolute;
    width: 3.5rem;
    height: 4px;
    background: #61C1C9;
    display: block;
    z-index: -1;
    left: 0;
    top: 50%;
  }
}
/* #page_ttl_wrap
----------------------------------------- */
#page_ttl_wrap {
  position: relative;
  z-index: 1;
  background: url("../img/enjoy/page_ttl_wrap_bg.jpg") repeat-x center 30rem;
  background-size: contain;
}

#page_ttl_wrap::before {
  content: "";
  width: 100%;
  height: 32rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fef468;
}

#page_ttl_wrap h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 59rem;
  position: relative;
  z-index: 1;
}

#page_ttl_wrap h1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /*aspect-ratio: 1366 / 669;*/
  background: url("../img/enjoy/page_ttl_bg.png") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#page_ttl_wrap h1 img {
  margin-top: 7rem;
  opacity: 0;
}

body.is_loaded #page_ttl_wrap h1 img {
  -webkit-animation-name: concept_txt_anim;
          animation-name: concept_txt_anim;
  /*アニメーションの定義名*/
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  /*アニメーション変化時間 ※デフォルト*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*アニメーションの開始と終了時の状態を指定*/
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes concept_txt_anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes concept_txt_anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#page_ttl_wrap .inner {
  padding-bottom: 20rem;
  margin-bottom: -10rem;
}

#page_ttl_wrap .inner .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.7777777778;
  color: #1D8286;
  text-align: center;
  margin-top: 6rem;
  position: relative;
}

#page_ttl_wrap .inner .txt_wrap h2 {
  font-weight: 700;
  margin-bottom: 2em;
}

#page_ttl_wrap .inner .txt_wrap .txt {
  position: relative;
}

#page_ttl_wrap .inner .txt_wrap .what_kind_character {
  position: absolute;
  bottom: -4rem;
  right: -4rem;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  cursor: pointer;
}

#page_ttl_wrap .inner .txt_wrap .what_kind_character .illust {
  width: 17.6rem;
  position: relative;
  z-index: 2;
}

#page_ttl_wrap .inner .txt_wrap .what_kind_character .click {
  position: absolute;
  right: -5rem;
  bottom: 3.5rem;
  z-index: 1;
}

#page_ttl_wrap .inner .txt_wrap .what_kind_character .click #click_what_svg path {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#page_ttl_wrap .inner .txt_wrap .what_kind_character a:hover {
  opacity: 1;
}

#page_ttl_wrap .inner .txt_wrap .what_kind_character a:hover .click #click_what_svg .cls-2 {
  fill: #61c1c9;
}

#page_ttl_wrap .inner .txt_wrap .what_kind_character a:hover .click #click_what_svg .cls-3 {
  fill: #ffffff;
}

#page_ttl_wrap .inner .txt_wrap .what_kind_character .click svg {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #page_ttl_wrap {
    position: relative;
    z-index: 1;
    background: url("../img/enjoy/page_ttl_wrap_bg.jpg") repeat-x center 10rem;
    background-size: 251rem;
  }
  #page_ttl_wrap::before {
    content: "";
    width: 100%;
    height: 12rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #fef468;
  }
  #page_ttl_wrap .inner {
    width: 92%;
  }
  #page_ttl_wrap h1 {
    height: 31.6rem;
  }
  #page_ttl_wrap h1::before {
    background: url("../img/enjoy/page_ttl_bg_sp.png") no-repeat center bottom;
    background-size: cover;
  }
  #page_ttl_wrap h1 img {
    width: 30.8rem;
    margin-top: 4rem;
  }
  #page_ttl_wrap .inner {
    padding-bottom: 10rem;
    margin-bottom: -5rem;
  }
  #page_ttl_wrap .inner .txt_wrap {
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: 2.3529411765;
    margin-top: 6rem;
    position: relative;
  }
  #page_ttl_wrap .inner .txt_wrap h2 {
    font-weight: 700;
    margin-bottom: 2em;
  }
  #page_ttl_wrap .inner .txt_wrap .txt {
    position: relative;
  }
  #page_ttl_wrap .inner .txt_wrap .what_kind_character {
    width: 16.5rem;
    margin: auto;
    margin-top: 2rem;
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #page_ttl_wrap .inner .txt_wrap .what_kind_character .illust {
    width: 16.5rem;
    position: relative;
    z-index: 2;
    margin-right: 6rem;
  }
  #page_ttl_wrap .inner .txt_wrap .what_kind_character .click {
    width: 12rem;
    position: absolute;
    right: -5rem;
    bottom: 3.5rem;
    z-index: 1;
  }
}
/* #spot
----------------------------------------- */
#spot {
  height: calc((100svh - 15.7rem) * 9);
  /*position: sticky;*/
  top: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}

#spot .inner {
  max-width: none;
  padding-top: 18rem;
  padding-bottom: 0;
}

#spot .spot_list_wrap .navigation {
  position: absolute;
  left: 6.5rem;
  top: calc((100svh - 15.7rem) / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

#spot .spot_list_wrap .navigation span {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 50%;
  background-color: #FFFFFF;
}

#spot .spot_list_wrap .navigation span.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #1D8286;
}

#spot .spot_list_wrap .scroll {
  width: 3rem;
  height: 9.5rem;
  border-radius: 10rem;
  background-color: #C2F6FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 5rem;
  top: calc(100svh - 15.7rem - 2.5rem);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#spot .spot_list_wrap .scroll span {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #1D8286;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  white-space: nowrap;
}

#spot .spot_list_wrap .scroll img {
  margin-top: 0.5rem;
}

#spot .spot_list_wrap {
  width: 100%;
  background: url("../img/enjoy/spot_bg01.png") no-repeat center top;
  background-size: 100%;
  position: relative;
}

/*#spot .spot_list_wrap .spot_list {
    position: sticky;
    top: 0;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
}*/
#spot .spot_list_wrap .spot_list {
  width: 100%;
  max-width: 86rem;
  height: calc((100svh - 15.7rem) * 8);
  margin: auto;
  position: relative;
}

#spot .spot_list_wrap .spot_list .spot_con {
  width: 100%;
  height: calc(100svh - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#spot .spot_list_wrap .spot_list .spot_con:not(:first-child) {
  position: absolute;
  top: 0;
}

#spot .spot_list_wrap .spot_list .layout {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  padding-top: 5rem;
}

#spot .spot_list_wrap .spot_list .layout .ttl {
  width: 100%;
  height: 18.6rem;
  background: url("../img/enjoy/spot_ttl_bg1.svg") no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}

#spot .spot_list_wrap .spot_list .layout .ttl img {
  margin-top: 3.5rem;
}

#spot .spot_list_wrap .spot_list > .spot_con:nth-child(even) .layout .ttl {
  background: url("../img/enjoy/spot_ttl_bg2.svg") no-repeat;
  background-size: contain;
}

#spot .spot_list_wrap .spot_list .layout .img {
  width: 100%;
}

#spot .spot_list_wrap .spot_list .layout .fukidashi,
#spot .spot_list_wrap .spot_list .layout .illust,
#spot .spot_list_wrap .spot_list .layout .hashtag,
#spot .spot_list_wrap .spot_list .layout .kira {
  position: absolute;
  z-index: 2;
}

#spot .spot_list_wrap .spot_list .spot_1 .layout .fukidashi {
  top: 20%;
  right: -17rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_1 .layout .illust {
  width: 18rem;
  bottom: 0;
  left: -7rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_1 .layout .hashtag {
  bottom: 3rem;
  right: -2rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_1 .layout .kira {
  bottom: 25rem;
  left: -10rem;
}

#spot .spot_list_wrap .spot_list .spot_2 .layout .fukidashi {
  bottom: 20rem;
  right: -16rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_2 .layout .illust {
  width: 21.6rem;
  bottom: 0;
  right: -5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_2 .layout .hashtag {
  bottom: 2rem;
  left: -5.5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_2 .layout .kira {
  bottom: 13rem;
  right: -14rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_3 .layout .illust {
  width: 20.8rem;
  bottom: 1rem;
  left: -5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_3 .layout .hashtag {
  bottom: 1.5rem;
  right: -5.5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_3 .layout .kira {
  bottom: 19rem;
  left: -9rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_4 .layout .fukidashi {
  bottom: 21rem;
  right: -16rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_4 .layout .illust {
  width: 40rem;
  bottom: 1.5rem;
  right: -20rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_4 .layout .hashtag {
  bottom: 3rem;
  left: 1.5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_4 .layout .kira {
  bottom: 32rem;
  right: -9rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_5 .layout .fukidashi {
  bottom: 0;
  left: -13rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_5 .layout .illust {
  width: 21rem;
  bottom: 0;
  left: -6rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_5 .layout .hashtag {
  bottom: 1.5rem;
  right: -5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_5 .layout .kira {
  bottom: 20rem;
  left: -10rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_6 .layout .illust {
  width: 20.6rem;
  bottom: -1rem;
  right: -9rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_6 .layout .hashtag {
  bottom: 3rem;
  left: -6rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_6 .layout .kira {
  bottom: 21rem;
  right: -10rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_7 .layout .fukidashi {
  bottom: 28rem;
  right: -14rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_7 .layout .illust {
  width: 31.8rem;
  bottom: -3rem;
  left: -13rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_7 .layout .hashtag {
  bottom: 1.5rem;
  right: -4rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_7 .layout .kira {
  bottom: 36rem;
  left: -8rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_8 .layout .fukidashi {
  top: 50%;
  right: -2rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_8 .layout .illust {
  width: 15.9rem;
  bottom: 0;
  right: -3rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_8 .layout .hashtag {
  bottom: 3rem;
  left: 1.5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_8 .layout .kira {
  bottom: 20rem;
  right: -10rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#spot .spot_list_wrap .spot_list .spot_con[style="opacity: 1;"] .layout .illust {
  -webkit-animation-name: fuwa_anim;
          animation-name: fuwa_anim;
  /*アニメーションの定義名*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /*アニメーション変化時間 ※デフォルト*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 1;
}

#spot .spot_list_wrap .spot_list .spot_con[style="opacity: 1;"] .layout .kira {
  -webkit-animation-name: fuwa_anim;
          animation-name: fuwa_anim;
  /*アニメーションの定義名*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /*アニメーション変化時間 ※デフォルト*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 1;
}

@-webkit-keyframes fuwa_anim {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes fuwa_anim {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
#spot .spot_list_wrap .spot_list .spot_con[style="opacity: 1;"] .layout .hashtag {
  -webkit-animation-name: pop_anim;
          animation-name: pop_anim;
  /*アニメーションの定義名*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*アニメーション変化時間 ※デフォルト*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  /*animation-timing-function: linear;*/
  opacity: 0;
}

#spot .spot_list_wrap .spot_list .spot_con[style="opacity: 1;"] .layout .fukidashi {
  -webkit-animation-name: pop_anim;
          animation-name: pop_anim;
  /*アニメーションの定義名*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*アニメーション変化時間 ※デフォルト*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  /*animation-timing-function: linear;*/
  opacity: 0;
}

#spot .spot_list_wrap .spot_list .spot_1[style="opacity: 1;"] .layout .hashtag {
  -webkit-animation: none;
          animation: none;
}

#spot .spot_list_wrap .spot_list .spot_1.active .layout .hashtag {
  -webkit-animation-name: pop_anim;
          animation-name: pop_anim;
  /*アニメーションの定義名*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*アニメーション変化時間 ※デフォルト*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  /*animation-timing-function: linear;*/
  opacity: 0;
}

#spot .spot_list_wrap .spot_list .spot_1[style="opacity: 1;"] .layout .fukidashi {
  -webkit-animation: none;
          animation: none;
}

#spot .spot_list_wrap .spot_list .spot_1.active .layout .fukidashi {
  -webkit-animation-name: pop_anim;
          animation-name: pop_anim;
  /*アニメーションの定義名*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*アニメーション変化時間 ※デフォルト*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  /*animation-timing-function: linear;*/
  opacity: 0;
}

@-webkit-keyframes pop_anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop_anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  85% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#spot .spot_list_wrap .spot_list .txt {
  width: 88.9534883721%;
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2.1875;
  font-weight: bold;
  color: #FFFFFF;
  min-height: 10.5rem;
}

#spot .spot_list_wrap .spot_list .txt span {
  color: #F5FF00;
}

@media only screen and (max-width: 768px) {
  /* #spot
  ----------------------------------------- */
  #spot {
    height: calc((100svh - 7.6rem) * 9);
    /*position: sticky;*/
    top: 0;
    margin: 0 auto;
  }
  #spot .inner {
    max-width: none;
    padding-top: 12rem;
    padding-bottom: 0;
  }
  #spot .spot_list_wrap .navigation {
    position: absolute;
    left: 1.5rem;
    top: calc(100vh - 7.6rem - 12rem);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  #spot .spot_list_wrap .navigation span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
    border-radius: 50%;
    background-color: #FFFFFF;
  }
  #spot .spot_list_wrap.end .navigation {
    top: calc(100svh - 7.6rem - 12rem);
  }
  #spot .spot_list_wrap .navigation span.active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background-color: #1D8286;
  }
  #spot .spot_list_wrap .scroll {
    width: 2.5rem;
    height: 8.5rem;
    border-radius: 10rem;
    background-color: #C2F6FA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 1.5rem;
    top: calc(100vh - 7.6rem - 2rem);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #spot .spot_list_wrap .scroll span {
    font-size: 1.1rem;
  }
  #spot .spot_list_wrap .scroll img {
    width: 0.8rem;
    margin-top: 0.5rem;
  }
  #spot .spot_list_wrap.end .scroll {
    top: calc(100svh - 7.6rem - 2rem);
  }
  #spot .spot_list_wrap {
    width: 100%;
    background: url("../img/enjoy/spot_bg01_sp.png") no-repeat center top;
    background-size: contain;
    position: relative;
  }
  #spot .spot_list_wrap .spot_list {
    width: 100%;
    max-width: 38rem;
    height: calc((100svh - 7.6rem) * 8);
    margin: auto;
    position: relative;
  }
  #spot .spot_list_wrap .spot_list .spot_con {
    width: 100%;
    height: calc(100svh - 7.6rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10rem;
    padding-bottom: 0;
  }
  #spot .spot_list_wrap.end .spot_list .spot_con.spot_8 {
    padding-bottom: 36rem;
  }
  #spot .spot_list_wrap .spot_list .layout {
    padding-top: 5rem;
  }
  #spot .spot_list_wrap .spot_list .layout .ttl {
    width: 100%;
    height: 11.6rem;
    background: url("../img/enjoy/spot_ttl_bg1_sp.svg") no-repeat;
    background-size: contain;
  }
  #spot .spot_list_wrap .spot_list .layout .ttl img {
    margin-top: 1.5rem;
  }
  #spot .spot_list_wrap .spot_list > .spot_con:nth-child(even) .layout .ttl {
    background: url("../img/enjoy/spot_ttl_bg2_sp.svg") no-repeat;
    background-size: contain;
  }
  #spot .spot_list_wrap .spot_list .layout .img {
    width: 100%;
    max-width: 35rem;
    margin: auto;
  }
  #spot .spot_list_wrap .spot_list .layout .fukidashi,
  #spot .spot_list_wrap .spot_list .layout .illust,
  #spot .spot_list_wrap .spot_list .layout .hashtag,
  #spot .spot_list_wrap .spot_list .layout .kira {
    position: absolute;
    z-index: 2;
  }
  #spot .spot_list_wrap .spot_list .spot_1 .layout > .ttl img {
    width: 23.8rem;
  }
  #spot .spot_list_wrap .spot_list .spot_1 .layout .fukidashi {
    width: 18rem;
    top: -5rem;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_1 .layout .illust {
    width: 10rem;
    bottom: -3rem;
    left: -1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_1 .layout .hashtag {
    width: 9rem;
    bottom: -1.5rem;
    right: 0.5rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_1 .layout .kira {
    width: 4.2rem;
    top: -3rem;
    bottom: auto;
    left: 1rem;
  }
  #spot .spot_list_wrap .spot_list .spot_2 .layout > .ttl img {
    width: 27.2rem;
  }
  #spot .spot_list_wrap .spot_list .spot_2 .layout .fukidashi {
    width: 11rem;
    bottom: auto;
    top: -3rem;
    right: auto;
    left: 3rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_2 .layout .illust {
    width: 11rem;
    bottom: -3rem;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_2 .layout .hashtag {
    width: 14rem;
    bottom: -3rem;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_2 .layout .kira {
    width: 4.6rem;
    top: -3.5rem;
    bottom: auto;
    right: 3rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_3 .layout > .ttl img {
    width: 26.5rem;
  }
  #spot .spot_list_wrap .spot_list .spot_3 .layout .illust {
    width: 10.6rem;
    bottom: -3rem;
    left: 2rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_3 .layout .hashtag {
    width: 14rem;
    bottom: -3rem;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_3 .layout .kira {
    width: 5.2rem;
    top: -3.5rem;
    bottom: auto;
    right: 2rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_4 .layout > .ttl img {
    width: 24.3rem;
  }
  #spot .spot_list_wrap .spot_list .spot_4 .layout .fukidashi {
    width: 13rem;
    top: -3.5rem;
    bottom: auto;
    right: auto;
    left: 1.5rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_4 .layout .illust {
    width: 16rem;
    bottom: -3.5rem;
    right: -1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_4 .layout .hashtag {
    width: 9rem;
    bottom: -1.5rem;
    left: 2rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_4 .layout .kira {
    width: 4.8rem;
    top: -4rem;
    bottom: auto;
    right: 1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_5 .layout > .ttl img {
    width: 25.9rem;
  }
  #spot .spot_list_wrap .spot_list .spot_5 .layout .fukidashi {
    width: 12rem;
    top: -3rem;
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_5 .layout .illust {
    width: 12rem;
    bottom: -3.5rem;
    left: 1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_5 .layout .hashtag {
    width: 14rem;
    bottom: -3rem;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_5 .layout .kira {
    width: 4.3rem;
    top: -3rem;
    bottom: auto;
    right: auto;
    left: 4rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_6 .layout > .ttl img {
    width: 25rem;
  }
  #spot .spot_list_wrap .spot_list .spot_6 .layout .illust {
    width: 12rem;
    bottom: -3rem;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_6 .layout .hashtag {
    width: 14rem;
    bottom: -3rem;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_6 .layout .kira {
    width: 4.6rem;
    top: -3.5rem;
    bottom: auto;
    right: 2rem;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_7 .layout > .ttl img {
    width: 26rem;
  }
  #spot .spot_list_wrap .spot_list .spot_7 .layout .fukidashi {
    width: 12rem;
    top: -3rem;
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_7 .layout .illust {
    width: 16.3rem;
    bottom: -4rem;
    left: -1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_7 .layout .hashtag {
    width: 14rem;
    bottom: -3rem;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_7 .layout .kira {
    width: 4.3rem;
    top: -3.5rem;
    bottom: auto;
    left: 2rem;
    right: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_8 .layout > .ttl img {
    width: 26rem;
  }
  #spot .spot_list_wrap .spot_list .spot_8 .layout .fukidashi {
    width: 9rem;
    top: 50%;
    right: -2rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_8 .layout .illust {
    width: 9.6rem;
    bottom: -2rem;
    right: 1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_8 .layout .hashtag {
    width: 9rem;
    bottom: -1.5rem;
    left: 1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .spot_8 .layout .kira {
    width: 4.6rem;
    top: -3.5rem;
    bottom: auto;
    left: auto;
    right: 1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #spot .spot_list_wrap .spot_list .txt {
    width: 73.7142857143%;
    margin-top: 4rem;
    font-size: 1.5rem;
    line-height: 2;
  }
}
/* #other_spot
----------------------------------------- */
#other_spot {
  background: url("../img/enjoy/other_bg2.jpg") repeat-y;
  background-size: 100%;
}

#other_spot .inner {
  max-width: none;
  padding-top: 18rem;
  padding-bottom: 0;
}

#other_spot .other_spot_slider_wrap {
  width: 100%;
  /*max-width: 40rem;*/
  margin: auto;
  margin-top: 12rem;
  position: relative;
}

#other_spot .other_spot_slider_wrap .swiper-slide {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}

#other_spot .other_spot_slider_wrap .swiper-slide .img_wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 25/21;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  z-index: 1;
}

#other_spot .other_spot_slider_wrap .swiper-slide .img_wrap .hashtag {
  width: 10rem;
  position: absolute;
  top: 2rem;
  right: -3rem;
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}

#other_spot .other_spot_slider_wrap .swiper-slide .img_wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#other_spot .other_spot_slider_wrap .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.1) translateY(-5rem);
          transform: scale(1.1) translateY(-5rem);
}

/*#other_spot .other_spot_slider_wrap .swiper-slide.swiper-slide-active .img_wrap img {
    transform: translate(-50%,-50%) scale(1.1);
}*/
#other_spot .other_spot_slider_wrap .swiper-slide .txt_wrap {
  /*position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,100%);*/
  margin-top: -3rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}

#other_spot .other_spot_slider_wrap .swiper-slide .txt_wrap span {
  display: block;
  width: 100%;
  max-width: 37rem;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: bold;
  color: #1D8286;
  text-align: justify;
  margin: auto;
  margin-top: 2rem;
}

#other_spot .other_spot_slider_wrap .swiper-slide.swiper-slide-active .txt_wrap {
  opacity: 1;
}

#other_spot .other_spot_slider_wrap .swiper-slide.swiper-slide-active .img_wrap .hashtag {
  opacity: 1;
}

#other_spot .other_spot_slider_wrap .swiper-button-prev {
  left: -3rem;
  right: auto;
}

#other_spot .other_spot_slider_wrap .swiper-button-next {
  right: -3rem;
  left: auto;
}

#other_spot .bottom_img {
  width: 88.3rem;
  height: 36.6rem;
  margin: auto;
  margin-top: 8rem;
  /*position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translate(-50%,0);*/
  position: relative;
  z-index: 0;
}

#other_spot .bottom_img > img {
  position: absolute;
}

#other_spot .bottom_img .img01 {
  width: 17.432rem;
  left: 0;
  top: 10.698rem;
  z-index: 10;
}

#other_spot .bottom_img .img02 {
  width: 29.843rem;
  left: 10.141rem;
  top: 4.213rem;
  z-index: 9;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

#other_spot .bottom_img .img03 {
  width: 13.789rem;
  left: 30.089rem;
  top: 10.873rem;
  z-index: 8;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

#other_spot .bottom_img .img04 {
  width: 20.345rem;
  left: 25.217rem;
  top: 1.236rem;
  z-index: 7;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#other_spot .bottom_img .img05 {
  width: 12.59rem;
  left: 41.355rem;
  top: 15.755rem;
  z-index: 5;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#other_spot .bottom_img .img06 {
  width: 24.166rem;
  left: 41.41rem;
  top: 4.583rem;
  z-index: 4;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

#other_spot .bottom_img .img07 {
  width: 20.421rem;
  left: 51.212rem;
  top: 10.237rem;
  z-index: 6;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

#other_spot .bottom_img .img08 {
  width: 18.595rem;
  left: 59.334rem;
  top: 6.852rem;
  z-index: 3;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

#other_spot .bottom_img .img09 {
  width: 19.941rem;
  left: 68.374rem;
  top: 8.028rem;
  z-index: 2;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

#other_spot .bottom_img .kira01 {
  width: 7.725rem;
  left: 12.637rem;
  top: 2.6rem;
  z-index: 10;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#other_spot .bottom_img .kira02 {
  width: 9.604rem;
  left: 66.796rem;
  top: 0rem;
  z-index: 10;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#other_spot .bottom_img .bottom_img_anim {
  -webkit-animation-name: bottom_img_anim;
          animation-name: bottom_img_anim;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes bottom_img_anim {
  0%, 50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50.1%, to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes bottom_img_anim {
  0%, 50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50.1%, to {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
#other_spot .bottom_img .fuwa_anim {
  -webkit-animation-name: fuwa_anim;
          animation-name: fuwa_anim;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 6rem;
  height: auto;
  top: 30%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

@media only screen and (max-width: 768px) {
  #other_spot {
    background: url("../img/enjoy/other_bg2.jpg") repeat-y;
    background-size: 100%;
  }
  #other_spot .inner {
    width: 100%;
    max-width: none;
    padding-top: 12rem;
    padding-bottom: 0;
  }
  #other_spot .sec_ttl {
    width: 28rem;
    margin: auto;
  }
  #other_spot .other_spot_slider_wrap {
    max-width: 30rem;
    margin-top: 10rem;
  }
  #other_spot .other_spot_slider_wrap .swiper-slide .img_wrap {
    aspect-ratio: 304/255;
  }
  #other_spot .other_spot_slider_wrap .swiper-slide .img_wrap .hashtag {
    width: 9rem;
    top: -1rem;
    right: -1rem;
  }
  #other_spot .other_spot_slider_wrap .swiper-slide .img_wrap > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #other_spot .other_spot_slider_wrap .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.1) translateY(-5rem);
            transform: scale(1.1) translateY(-5rem);
  }
  #other_spot .other_spot_slider_wrap .swiper-slide .txt_wrap {
    margin-top: -2rem;
  }
  #other_spot .other_spot_slider_wrap .swiper-slide .txt_wrap span {
    max-width: 30rem;
    margin-top: 2rem;
  }
  #other_spot .other_spot_slider_wrap .swiper-button-prev {
    left: -2rem;
    right: auto;
  }
  #other_spot .other_spot_slider_wrap .swiper-button-next {
    right: -2rem;
    left: auto;
  }
  #other_spot .bottom_img {
    width: 38.4rem;
    height: 28.5rem;
    margin: auto;
    margin-top: 3rem;
  }
  #other_spot .bottom_img .img01 {
    width: 12.284rem;
    left: 0;
    top: 12.75rem;
    z-index: 10;
  }
  #other_spot .bottom_img .img02 {
    width: 21.03rem;
    left: 2.018rem;
    top: 4.326rem;
    z-index: 9;
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s;
  }
  #other_spot .bottom_img .img03 {
    width: 9.68rem;
    left: 14.928rem;
    top: 8.828rem;
    z-index: 8;
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
  #other_spot .bottom_img .img04 {
    width: 14.337rem;
    left: 3.203rem;
    top: 0.158rem;
    z-index: 7;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  #other_spot .bottom_img .img05 {
    width: 8.872rem;
    left: 16.64rem;
    top: 15.429rem;
    z-index: 10;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  #other_spot .bottom_img .img06 {
    width: 17.08rem;
    left: 13.48rem;
    top: 0;
    z-index: 10;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  #other_spot .bottom_img .img07 {
    width: 11.817rem;
    left: 22.728rem;
    top: 12.843rem;
    z-index: 6;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  #other_spot .bottom_img .img08 {
    width: 14.61rem;
    left: 23.738rem;
    top: 9.917rem;
    z-index: 3;
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s;
  }
  #other_spot .bottom_img .img09 {
    width: 15.036rem;
    left: 20.619rem;
    top: 2.32rem;
    z-index: 2;
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  #other_spot .bottom_img .kira01 {
    width: 4.124rem;
    left: 1.618rem;
    top: 8.224rem;
    z-index: 10;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #other_spot .bottom_img .kira02 {
    width: 2.052rem;
    left: 28.138rem;
    top: 0.863rem;
    z-index: 10;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 5rem;
    top: 10%;
  }
}
/* #ig_wrap
----------------------------------------- */
#ig_wrap {
  background: url("../img/enjoy/ig_bg2.png") repeat-x 18rem top;
  background-size: 24.3rem 100%;
  margin-top: -10rem;
}

#ig_wrap .inner {
  max-width: 108rem;
  overflow: hidden;
  padding-top: 16rem;
  padding-bottom: 21rem;
}

#ig_wrap .sec_ttl span {
  font-size: 2.1rem;
  line-height: 2.3333333333;
  font-weight: bold;
  color: #1D8286;
  text-align: center;
  margin-top: -0.5em;
}

#ig_wrap .feed_wrap {
  margin-top: 4rem;
  width: 100%;
}

#ig_wrap .feed_wrap #sb_instagram .sbi_photo_wrap {
  border-radius: 2rem;
  overflow: hidden;
}

#ig_wrap .btn_wrap {
  margin: auto;
  margin-top: 4rem;
  width: 37.6rem;
  height: 6.6rem;
}

#ig_wrap .btn_wrap .btn {
  width: 100%;
  height: 100%;
  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;
  background-color: #1D8286;
  border-radius: 10rem;
}

#ig_wrap .btn_wrap .btn .icon {
  margin-right: 1.5rem;
}

#ig_wrap .btn_wrap .btn span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: -0.2em;
}

#ig_wrap .btn_wrap .btn .arrow {
  margin-left: 2rem;
}

#ig_wrap .bottom_img {
  width: 13.9rem;
  position: absolute;
  bottom: 0;
  left: 70%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
}

#ig_wrap .bottom_img.is_show {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #ig_wrap {
    background: url("../img/enjoy/ig_bg2_sp.png") repeat center top;
    background-size: cover;
    margin-top: -5rem;
  }
  #ig_wrap .inner {
    max-width: 33.5rem;
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 20rem;
  }
  #ig_wrap .sec_ttl span {
    font-size: 1.7rem;
    line-height: 1.7647058824;
    font-weight: bold;
    color: #1D8286;
    text-align: center;
    margin-top: -0.5em;
  }
  #ig_wrap .feed_wrap {
    margin-top: 2rem;
    width: 100%;
  }
  #ig_wrap .feed_wrap #sb_instagram .sbi_photo_wrap {
    border-radius: 1rem;
    overflow: hidden;
  }
  #ig_wrap .btn_wrap {
    margin: auto;
    margin-top: 2rem;
    width: 27rem;
    height: 5.3rem;
  }
  #ig_wrap .btn_wrap .btn {
    width: 100%;
    height: 100%;
    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;
    background-color: #1D8286;
    border-radius: 10rem;
  }
  #ig_wrap .btn_wrap .btn .icon {
    margin-right: 1rem;
  }
  #ig_wrap .btn_wrap .btn span {
    font-size: 1.4rem;
    margin-top: -0.2em;
  }
  #ig_wrap .btn_wrap .btn .arrow {
    margin-left: 1.5rem;
  }
  #ig_wrap .bottom_img {
    width: 12.3rem;
    position: absolute;
    bottom: -1rem;
    left: 70%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}/*# sourceMappingURL=enjoy.css.map */