@charset "utf-8";
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
.header__title {
  display: none !important;
}
.sectitle {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 7.46667vw;
  font-weight: 600;
  line-height: 175%;
  /* 98px */
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 21.33333vw;
}
.secread {
  font-size: 4vw;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2.4vw;
}
.titleindex {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #BDBDBD;
  font-size: 3.73333vw;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.secbg {
  position: absolute;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
}
.btn__more__txt {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  line-height: 175%;
  /* 35px */
  letter-spacing: 0.1em;
}
.btn__more__txt .spt {
  display: inline-block;
}
.btn__more__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 84vw;
  height: 16vw;
  border-radius: 0px 0px 8vw 8vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 175%;
  color: white;
  margin: 8vw auto 0;
}
/*==============================================================
  ■ (SP)
==============================================================*/
.kv {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
}
.kv__container {
  width: 100%;
  height: 100%;
}
.kv__splogo {
  width: 26.667vw;
  height: 26.667vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/header_gnavi_logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 2.66667vw;
  top: 2.66667vw;
}
.kv__splogo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kv__bg {
  width: 100%;
  height: 100%;
}
.kv__bg__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.kv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.kv__bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv__acccontainer {
  width: 100%;
  position: absolute;
  right: 0vw;
  bottom: 4vw;
}
.kv__attention {
  position: relative;
  margin-left: auto;
  width: 92%;
}
.kv__attention__txt {
  display: -ms-flexbox;
  display: flex;
  font-size: 3.46667vw;
  line-height: 175%;
  border-radius: 1.33333vw 0px 0px 1.33333vw;
  box-shadow: 0px 0.53333vw 1.33333vw 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  padding: 3.73333vw 5.33333vw;
}
.kv__attention__txt__date {
  min-width: 22.66667vw;
}
.kv__attention__txt__body a {
  text-decoration: underline;
}
.kv__attention__btnclose {
  position: absolute;
  left: -4vw;
  top: -4vw;
  width: 8vw;
  height: 8vw;
  border-radius: 4vw;
  background-color: #333;
  cursor: pointer;
}
.kv__attention__btnclose:before {
  content: '';
  width: 2.133vw;
  height: 2.4vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/attention_btnclose.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.kv__attention__btnclose:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kv__scroll {
  position: absolute;
  right: 2.66667vw;
  bottom: 18.66667vw;
  transition: all 1s 1s ease;
}
.kv__scroll__ring {
  width: 36.52vw;
  height: 36.08vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/scroll_circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  animation: ringloop 10s linear 0s infinite normal none running  ;
}
.kv__scroll__ring a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@keyframes ringloop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.kv__scroll__arrow {
  width: 4.4vw;
  height: 11.22vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/scroll_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 16vw;
  top: 12.93333vw;
}
.kv__scroll__arrow a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kv__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #222;
  opacity: 0.8;
  pointer-events: none;
  opacity: 0;
}
.kv.newsclose .kv__scroll {
  position: absolute;
  right: 2.66667vw;
  bottom: 0vw;
}
.info {
  margin-top: 100vh;
  margin-top: 100dvh;
}
.info .inner {
  width: 84vw;
  padding-top: 17.33333vw;
  margin: 0 auto;
}
.info__txtcontainer {
  color: #FFF;
  width: 100%;
}
.info__title {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 185%;
  font-size: 7.46667vw;
}
.info__title .span1 {
  font-size: 7.46667vw;
  line-height: 175%;
  letter-spacing: -0.37333vw;
  white-space: nowrap;
}
.info__title .span2 {
  font-size: 10.66667vw;
  line-height: 125%;
  letter-spacing: -0.53333vw;
  margin-top: 2.66667vw;
}
.info__title b {
  font-size: 10.66667vw;
}
.info__read {
  font-size: 4vw;
  line-height: 240%;
  margin-top: 16vw;
}
.info__pickupcontainer {
  margin-top: 18.66667vw;
  color: white;
  padding-bottom: 19.6vw;
  width: 100vw;
  margin-left: -8vw;
}
.info__pickup__title {
  font-size: 5.33333vw;
  font-weight: 600;
  padding-left: 8vw;
}
.info__pickup__list {
  position: relative;
  margin-top: 8vw;
}
.info__pickup__list__detail {
  position: relative;
  width: 84vw;
}
.info__pickup__list__detail .img {
  width: 84vw;
  height: 46.66667vw;
  overflow: hidden;
}
.info__pickup__list__detail .img img {
  width: 84vw;
  height: 46.66667vw;
  object-fit: cover;
  border-radius: 0px 0px 26.66667vw 26.66667vw;
  transition: all 300ms 0s ease;
}
.info__pickup__list__detail .txt {
  padding: 0 2.66667vw;
  margin-top: 5.33333vw;
}
.info__pickup__list__detail .txt__category {
  font-size: 3.46667vw;
  font-weight: 700;
  line-height: 175%;
}
.info__pickup__list__detail .txt__title {
  font-size: 4vw;
  font-weight: 700;
  line-height: 175%;
  margin-top: 1.86667vw;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
}
.info__pickup__list__detail .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.info__pickup__list .swiper-control {
  display: none;
}
.groupecontainer {
  position: relative;
  width: 100%;
  background-color: white;
  overflow: hidden;
}
.tips {
  padding-top: 12vw;
}
.tips__bgline {
  position: absolute;
  right: 0vw;
  top: 0vw;
  width: 89.6vw;
  height: 87.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/tips_bgline_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.tips__bgline a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tips__ticker {
  width: 100%;
  height: 7.2vw;
  background: url(https://osaka-info.jp/local_journey/assets/img/home/tips_ticker_sp.svg) top center / 100% 100% repeat-x;
  animation: ticker 10s linear 0s infinite normal none running  ;
}
@keyframes ticker {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -133.33333vw 0px;
  }
}
.tips__list {
  margin-top: 6.66667vw;
}
.tips__list__detail {
  position: relative;
  display: inline;
  margin-right: 1.33333vw;
}
.tips__list__detail a {
  display: inline;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 4.53333vw;
  font-weight: 700;
  line-height: 240%;
  padding: 0.8vw 2.4vw;
  transition: all 300ms 0s ease;
}
.tips__list__detail a:after {
  content: '';
  width: 4.333vw;
  height: 4.16vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/tips_searchicon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-left: 2.13333vw;
}
.tips__list__detail a:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tips__list__detail:nth-child(1) a {
  background-color: #F08D77;
}
.tips__list__detail:nth-child(2) a {
  background-color: #F7AB5E;
}
.tips__list__detail:nth-child(3) a {
  background-color: #A2CC5E;
}
.tips__list__detail:nth-child(4) a {
  background-color: #C388D9;
}
.tips__list__detail:nth-child(5) a {
  background-color: #7CCCE6;
}
.culture {
  padding-top: 26.66667vw;
  margin-top: 14.93333vw;
}
.culture__bg {
  top: -36.8vw;
}
.culture__bg__line {
  width: 100vw;
  height: 92.267vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_culture_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.culture__bg__line a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.culture__bg__body {
  width: 100vw;
  height: 284.8vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/bg_culture_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0vw;
  top: 36vw;
}
.culture__bg__body a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.culture__title {
  position: relative;
  color: #F08D77;
}
.culture__title:before {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/culture_title_acc_left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -6.66667vw;
  top: 0vw;
}
.culture__title:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.culture__title:after {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/culture_title_acc_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -6.66667vw;
  top: 0vw;
}
.culture__title:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.culture__list {
  position: relative;
  margin-top: 11.73333vw;
}
.culture__list__index {
  display: none;
}
.culture__list .swiper {
  position: relative;
  width: 100%;
}
.culture__list .swiper-control {
  display: none;
}
.culture__list__detail {
  position: relative;
  width: 84.26667vw;
}
.culture__list__detail .img {
  position: relative;
  width: 84.26667vw;
  height: 56vw;
  border-radius: 0px 0px 26.66667vw 26.66667vw;
  overflow: hidden;
  box-shadow: 1.33333vw 1.33333vw 0px #F08D77;
  transition: all 300ms 0s ease;
}
.culture__list__detail .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.culture__list__detail .title {
  font-size: 4vw;
  font-weight: 700;
  line-height: 175%;
  padding: 0 2.66667vw;
  margin-top: 5.33333vw;
}
.culture__list__detail .link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.culture__more {
  margin-top: 14.66667vw;
}
.culture__more__txt {
  color: #F08D77;
}
.culture__more__link {
  background-color: #F08D77;
}
.secret {
  padding-top: 26.66667vw;
  margin-top: 26.66667vw;
}
.secret__bg {
  top: -44.8vw;
}
.secret__bg__line {
  width: 100vw;
  height: 75.733vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_secret_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.secret__bg__line a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.secret__title {
  position: relative;
  color: #F7AB5E;
  letter-spacing: 0.05em;
}
.secret__title:before {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/secret_title_acc_left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -6.66667vw;
  top: 0vw;
}
.secret__title:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.secret__title:after {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/secret_title_acc_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -6.66667vw;
  top: 0vw;
}
.secret__title:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.secret__listcontainer {
  position: relative;
}
.secret__index {
  display: none;
}
.secret__list {
  width: 84vw;
  margin: 10.66667vw auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.secret__list__detail {
  display: block;
  position: relative;
  width: 39.2vw;
  margin-bottom: 12vw;
}
.secret__list__detail .img {
  width: 100%;
  border-radius: 0px 0px 13.33333vw 13.33333vw;
  overflow: hidden;
  box-shadow: 1.33333vw 1.33333vw 0px #F7AB5E;
  transition: all 300ms 0s ease;
}
.secret__list__detail .img img {
  width: 39.2vw;
  height: 26.13333vw;
  object-fit: cover;
}
.secret__list__detail .title {
  font-size: 4vw;
  font-weight: 700;
  line-height: 175%;
  padding: 0 2.66667vw;
  margin-top: 2.66667vw;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.secret__list__detail .link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.secret__list__detail:nth-child(1) {
  width: 84vw;
  margin-bottom: 12vw;
}
.secret__list__detail:nth-child(1) .img {
  border-radius: 0px 0px 26.66667vw 26.66667vw;
}
.secret__list__detail:nth-child(1) .img img {
  width: 84vw;
  height: 56vw;
  object-fit: cover;
}
.secret__list__detail:nth-child(1) .title {
  margin-top: 5.33333vw;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
}
.secret__list__detail:nth-child(n + 6) {
  display: none;
}
.secret__more {
  margin-top: 3.33333vw;
}
.secret__more__txt {
  color: #F7AB5E;
}
.secret__more__link {
  background-color: #F7AB5E;
}
.nearby {
  padding-top: 26.66667vw;
  margin-top: 26.66667vw;
}
.nearby__bg {
  top: -8.4vw;
}
.nearby__bg__line {
  width: 100vw;
  height: 69.6vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_nearby_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.nearby__bg__line a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nearby__bg__body {
  width: 100vw;
  height: 484.533vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/bg_nearby_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 0vw;
  top: 28.8vw;
}
.nearby__bg__body a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nearby__title {
  position: relative;
  color: #A2CC5E;
  letter-spacing: 0.05em;
  width: 24vw;
}
.nearby__title:before {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/nearby_title_acc_left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -6.66667vw;
  top: 0vw;
}
.nearby__title:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nearby__title:after {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/nearby_title_acc_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -6.66667vw;
  top: 0vw;
}
.nearby__title:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nearby__listcontainer {
  width: 100%;
  margin: -1.33333vw auto 0;
  display: -ms-flexbox;
  display: flex;
}
.nearby__index {
  display: none;
}
.nearby__groupecontainer {
  width: 100%;
}
.nearby__groupe {
  position: relative;
  padding-top: 10.66667vw;
}
.nearby__groupe:after {
  content: '';
  width: 84vw;
  height: 0.13333vw;
  background-color: #A2CC5E;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.nearby__groupe:last-child:after {
  display: none;
}
.nearby__groupe__title {
  font-size: 4vw;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
  color: #A2CC5E;
}
.nearby__groupe__img {
  width: 39.2vw;
  height: 60.26667vw;
  border-radius: 53.33333vw;
  overflow: hidden;
  background-color: #CCC;
  margin: 8.53333vw auto 0;
}
.nearby__groupe__img img {
  width: 39.2vw;
  height: 60.26667vw;
  object-fit: cover;
}
.nearby__groupe .nearby__list {
  position: relative;
  margin-top: 1.6vw;
  padding-bottom: 24vw;
}
.nearby__groupe .nearby__list .swiper-control {
  position: absolute;
  left: 0vw;
  bottom: 13.33333vw;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.nearby__groupe .nearby__list .swiper-control_index {
  font-size: 4vw;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  height: 8vw;
}
.nearby__groupe .nearby__list .swiper-control_index__hr {
  width: 10.66667vw;
  height: 0.26667vw;
  background-color: #222;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
}
.nearby__groupe .nearby__list .swiper-control_index__now {
  display: inline;
  vertical-align: middle;
}
.nearby__groupe .nearby__list .swiper-control_index__all {
  display: inline;
  vertical-align: middle;
}
.nearby__groupe .nearby__list .swiper-control__btn {
  position: relative;
  width: 8vw;
  height: 8vw;
  border-radius: 13.33333vw;
  overflow: hidden;
  border: 0.26667vw solid #222;
  cursor: pointer;
}
.nearby__groupe .nearby__list .swiper-control__btn:before {
  content: "";
  width: 5.6vw;
  height: 2.133vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/swiper_nav_arrow_nearby_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0vw;
  top: 2.53333vw;
}
.nearby__groupe .nearby__list .swiper-control__btn:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nearby__groupe .nearby__list .swiper-control__btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.nearby__groupe .nearby__list .swiper-control__prev {
  position: absolute;
  left: 25.33333vw;
  top: 0vw;
  transform: rotate(180deg);
}
.nearby__groupe .nearby__list .swiper-control__next {
  position: absolute;
  right: 25.33333vw;
  top: 0vw;
}
.nearby__groupe .nearby__list .swiper-container {
  height: 61.33333vw;
}
.nearby__groupe .nearby__list__detail {
  position: relative;
  padding-top: 3.73333vw;
}
.nearby__groupe .nearby__list__detail .title {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  line-height: 175%;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 84vw;
  margin: 0 auto;
}
.nearby__groupe .nearby__list__detail .bodycontainer {
  position: relative;
  margin-top: 5.33333vw;
}
.nearby__groupe .nearby__list__detail .bodycontainer .img {
  width: 22.4vw;
  height: 22.4vw;
  border-radius: 0px 0px 8vw 8vw;
  overflow: hidden;
  box-shadow: 1.33333vw 1.33333vw 0px #A2CC5E;
  position: absolute;
  left: 8vw;
  top: 1.33333vw;
}
.nearby__groupe .nearby__list__detail .bodycontainer .img img {
  width: 22.4vw;
  height: 22.4vw;
  object-fit: cover;
}
.nearby__groupe .nearby__list__detail .bodycontainer .read {
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 175%;
  padding-left: 36vw;
  padding-right: 8vw;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.nearby__groupe .nearby__list__detail .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nearby__more {
  margin-top: 4vw;
}
.nearby__more__txt {
  color: #A2CC5E;
}
.nearby__more__link {
  background-color: #A2CC5E;
}
.story {
  padding-top: 26.66667vw;
  margin-top: 28.66667vw;
}
.story__bg {
  top: -40.93333vw;
}
.story__bg__line {
  width: 100vw;
  height: 112.8vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_story_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.story__bg__line a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__index {
  display: none;
}
.story__title {
  position: relative;
  color: #C388D9;
  letter-spacing: 0.05em;
}
.story__title:before {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/story_title_acc_left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -50px;
  top: 0px;
}
.story__title:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__title:after {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/story_title_acc_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -50px;
  top: 0px;
}
.story__title:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__list {
  margin-top: 11.46667vw;
}
.story__list .swiper-control {
  display: none;
}
.story__list__detail {
  width: 72vw;
  margin: 0 auto;
}
.story__list__detail.swiper-slide-active .story__list__detail__arealistcontainer {
  display: block;
}
.story__list__detail__indeximg {
  width: 49.86667vw;
  height: 106.93333vw;
  background-color: #C388D9;
  border-radius: 5.33333vw;
  margin: 0 auto;
  padding-top: 2.66667vw;
}
.story__list__detail__indeximg img {
  display: block;
  width: 45.6vw;
  height: 84.53333vw;
  object-fit: cover;
  border-radius: 5.33333vw;
  overflow: hidden;
  margin: 0 auto;
}
.story__list__detail__indeximg__txt {
  text-align: center;
  color: white;
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 175%;
  width: 45.33333vw;
  height: 20vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  padding: 0 2.66667vw;
}
.story__list__detail__indeximg__txt span {
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.story__list__detail__arealistcontainer {
  display: none;
  position: relative;
  width: 74.66667vw;
  margin-top: 10.66667vw;
  margin-left: -1.33333vw;
}
.story__list__detail__arealistcontainer__title {
  color: #C388D9;
  font-size: 4vw;
  font-weight: 700;
  vertical-align: middle;
  line-height: 175%;
  display: -ms-flexbox;
  display: flex;
}
.story__list__detail__arealistcontainer__title span.icon {
  width: 6.933vw;
  height: 12vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/story_text_spotguide.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.66667vw;
}
.story__list__detail__arealistcontainer__title span.icon a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__list__detail__arealistcontainer__title span.text {
  margin-top: -1.33333vw;
  padding-left: 2.66667vw;
  display: inline-block;
}
.story__list__detail__arealistcontainer__list {
  width: 100%;
  height: 71.2vw;
  overflow-y: scroll;
  padding-right: 2.66667vw;
  margin-top: 6.66667vw;
}
.story__list__detail__arealistcontainer__list::-webkit-scrollbar {
  width: 2.66667vw;
}
.story__list__detail__arealistcontainer__list::-webkit-scrollbar-track {
  background-color: #F2F2F2;
  border-radius: 2.66667vw;
}
.story__list__detail__arealistcontainer__list::-webkit-scrollbar-thumb {
  background-color: #828282;
  border-radius: 2.66667vw;
}
.story__list__detail__arealistcontainer__list__detail {
  position: relative;
  width: 100%;
  height: 23.73333vw;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BDBDBD;
}
.story__list__detail__arealistcontainer__list__detail:first-child {
  border-top: 1px solid #BDBDBD;
}
.story__list__detail__arealistcontainer__list__detail .img {
  width: 22.4vw;
  height: 13.06667vw;
  min-width: 22.4vw;
  border-radius: 0px 0px 8vw 8vw;
  filter: drop-shadow(1.33333vw 1.33333vw 0px #C388D9);
  transform: translateZ(0);
  overflow: hidden;
  margin-top: 5.33333vw;
  transition: all 300ms 0s ease;
}
.story__list__detail__arealistcontainer__list__detail .img img {
  width: 22.4vw;
  height: 13.06667vw;
  object-fit: cover;
  transition: all 300ms 0s ease;
}
.story__list__detail__arealistcontainer__list__detail .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 5.33333vw;
  padding-right: 5.33333vw;
}
.story__list__detail__arealistcontainer__list__detail .text span {
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 175%;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.story__list__detail__arealistcontainer__list__detail .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.story__notice {
  width: 73.333vw;
  margin: 6.66667vw auto 0;
  text-align: right;
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
}
.story__notice__text {
  font-size: 2.93333vw;
  margin-top: 1.6vw;
  text-align: left;
}
.story__trip {
  width: 84vw;
  min-width: 84vw;
  margin: 10.66667vw auto 0;
  border: 1px solid #BDBDBD;
  border-radius: 5.33333vw;
  padding-top: 8vw;
  padding-bottom: 7.46667vw;
  display: -ms-flexbox;
  display: flex;
}
.story__trip__logo {
  min-width: 29.33333vw;
}
.story__trip__logo img {
  display: block;
  width: 16vw;
  height: 16vw;
  object-fit: contain;
  margin: 0 auto;
}
.story__trip__body {
  min-width: 54.66667vw;
}
.story__trip__body__read {
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 175%;
  padding-right: 6.66667vw;
  margin-top: -1.6vw;
}
.story__trip__body__applist {
  margin-top: 6.66667vw;
  margin-left: -21.33333vw;
  width: 68vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.story__trip__body__applist .ios .qr {
  display: none;
}
.story__trip__body__applist .ios .link {
  width: 31.32vw;
  height: 9.6vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_dl_logo_apple.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.story__trip__body__applist .ios .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__trip__body__applist .android .qr {
  display: none;
}
.story__trip__body__applist .android .link {
  width: 31.32vw;
  height: 9.6vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_dl_logo_android.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.story__trip__body__applist .android .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__more {
  margin-top: 17.33333vw;
}
.story__more__txt {
  color: #C388D9;
}
.story__more__link {
  background-color: #C388D9;
}
.freely {
  padding-top: 26.66667vw;
  margin-top: 28vw;
}
.freely__bg {
  top: -53.33333vw;
}
.freely__bg__line {
  width: 100vw;
  height: 86.4vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_freely_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.freely__bg__line a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.freely__bg__body {
  width: 100vw;
  height: 366.933vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/bg_freely_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0vw;
  top: -29.33333vw;
}
.freely__bg__body a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.freely__title {
  position: relative;
  color: #7CCCE6;
  letter-spacing: 0.05em;
}
.freely__title:before {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/freely_title_acc_left.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -6.66667vw;
  top: 0vw;
}
.freely__title:before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.freely__title:after {
  content: '';
  width: 4.4vw;
  height: 4.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/freely_title_acc_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -6.66667vw;
  top: 0vw;
}
.freely__title:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.freely__list {
  position: relative;
  margin-top: 10.66667vw;
}
.freely__list__index {
  display: none;
}
.freely__list .swiper-control {
  display: none;
}
.freely__list__detail {
  position: relative;
  width: 77.33333vw;
  height: 130.66667vw;
  background: url(https://osaka-info.jp/local_journey/assets/img/home/freely_swiper_bg_sp.svg) center center / contain no-repeat;
}
.freely__list__detail .img {
  width: 62.66667vw;
  height: 35.46667vw;
  overflow: hidden;
  margin: 9.33333vw auto 0;
}
.freely__list__detail .img img {
  width: 62.66667vw;
  height: 35.46667vw;
  object-fit: cover;
}
.freely__list__detail .title {
  font-size: 4vw;
  font-weight: 700;
  line-height: 175%;
  /* 35px */
  padding: 0 8vw;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 5.06667vw;
}
.freely__list__detail .read {
  font-size: 3.46667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.1em;
  padding: 0 8vw;
  margin-top: 4vw;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.freely__list__detail .link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.freely__more {
  margin-top: 18vw;
}
.freely__more__txt {
  color: #7CCCE6;
}
.freely__more__link {
  background-color: #7CCCE6;
}
.news {
  padding-top: 26.66667vw;
  margin-top: 4vw;
}
.news__bg {
  top: -33.33333vw;
}
.news__bg__line {
  width: 100vw;
  height: 83.2vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_news_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.news__bg__line a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news__index {
  display: none;
}
.news__title {
  position: relative;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 7.46667vw;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.news__list {
  position: relative;
  margin: 12.66667vw auto 0;
  width: 84vw;
  border-top: 1px solid #E0E0E0;
}
.news__list__detail {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6.13333vw 0px;
}
.news__list__detail .date__wrapper {
  width: 26.66667vw;
}
.news__list__detail .title__wrapper {
  width: 57.33333vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.news__list__detail .date {
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 175%;
}
.news__list__detail .title {
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.1em;
}
.news__list__detail .news__link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.news__list__detail .news__link ~ .title__wrapper {
  text-decoration: underline;
}
.appinfo {
  position: relative;
  background-color: #F6F6F6;
  padding-top: 15.33333vw;
  padding-bottom: 18.66667vw;
  margin-top: 21.86667vw;
}
.appinfo__bg {
  width: 100%;
  height: 6.4vw;
  background: url(https://osaka-info.jp/local_journey/assets/img/home/appinfo_bg_sp.svg) bottom center / 100% 6.4vw no-repeat;
  position: absolute;
  left: 0vw;
  top: -6.4vw;
}
.appinfo__line {
  width: 100vw;
  height: 78.133vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_line_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0vw;
  bottom: 1.33333vw;
}
.appinfo__line a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appinfo__title {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.26667vw;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0vw;
  top: -5.06667vw;
}
.appinfo__title .textlarge {
  font-size: 7.46667vw;
  font-weight: 600;
  line-height: 100%;
}
.appinfo__container {
  position: relative;
  width: 84vw;
  background-color: white;
  margin: 0 auto;
  border-radius: 10.66667vw;
  padding: 15.46667vw 8vw 13.33333vw;
}
.appinfo__logo {
  width: 35.46667vw;
  height: 21.33333vw;
  margin: 0 auto;
}
.appinfo__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.appinfo__txt {
  margin-top: 12vw;
}
.appinfo__txt__read {
  font-size: 3.46667vw;
  font-weight: 500;
  line-height: 175%;
}
.appinfo__txt__applist {
  margin-top: 5.86667vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.appinfo__txt__applist .ios .qr {
  display: none;
}
.appinfo__txt__applist .ios .link {
  width: 33.06vw;
  height: 10.133vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_dl_logo_apple.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.appinfo__txt__applist .ios .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appinfo__txt__applist .android .qr {
  display: none;
}
.appinfo__txt__applist .android .link {
  width: 33.06vw;
  height: 10.133vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_dl_logo_android.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.appinfo__txt__applist .android .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appinfo__more {
  margin-top: 5.33333vw;
}
.appinfo__more__link {
  font-size: 4vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  border: 1px solid #222;
  color: #222;
  width: 100%;
  height: 16vw;
}
.appinfo__more__link:after {
  content: '';
  width: 3.733vw;
  height: 3.733vw;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/icon_newwin.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-left: 1.86667vw;
  margin-top: 0.26667vw;
}
.appinfo__more__link:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appinfo__notice {
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.05em;
  margin-top: 6.66667vw;
}
