@charset "utf-8";
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.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);
}
/*==============================================================
  ■ (PC)
==============================================================*/
/*==============================================================
  ■ 共通
==============================================================*/
.sectitle {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 175%;
  /* 98px */
  letter-spacing: 0.1em;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 160px;
}
.secread {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 175%;
  /* 35px */
  letter-spacing: 2px;
  text-align: center;
  margin-top: 3px;
}
.titleindex {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #BDBDBD;
  font-size: 1.75rem;
  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: 1.25rem;
  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: 400px;
  height: 80px;
  border-radius: 0px 0px 40px 40px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 175%;
  color: white;
  margin: 30px auto 0;
  transition: all 300ms 0s ease;
}
.btn__more__link:hover {
  border-radius: 0px 0px 60px 60px;
}
/*==============================================================
  ■ BODY
==============================================================*/
.kv {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
}
.kv__container {
  width: 100%;
  height: 100%;
}
.kv__bg {
  width: 100%;
  height: 100%;
}
.kv__bg__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 149px;
  height: 70px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/kv_bg_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.kv__bg__logo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.kv__bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv__acccontainer {
  position: relative;
  width: 100%;
  position: absolute;
  right: 0vw;
  bottom: 1.33333vw;
}
.kv__attention {
  position: relative;
  margin-left: auto;
  width: -webkit-max-content;
  width: max-content;
}
.kv__attention__txt {
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 150%;
  border-radius: 10px 0px 0px 10px;
  background-color: white;
  padding: 18px 20px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  max-width: 70vw;
}
.kv__attention__txt__date {
  min-width: 105px;
}
.kv__attention__txt__body a {
  text-decoration: underline;
}
.kv__attention__btnclose {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #333;
  cursor: pointer;
}
.kv__attention__btnclose:before {
  content: '';
  display: block;
  width: 8px;
  height: 9px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/attention_btnclose.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.kv__attention__btnclose:hover {
  opacity: 0.6;
}
.kv__scroll {
  position: relative;
  position: absolute;
  right: 20px;
  bottom: 80px;
  transition: all 1s 1s ease;
}
.kv__scroll__ring {
  display: block;
  width: 166px;
  height: 164px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/scroll_circle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  animation: ringloop 10s linear 0s infinite normal none running  ;
}
@keyframes ringloop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.kv__scroll__arrow {
  display: block;
  width: 20px;
  height: 51px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/scroll_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 76px;
  top: 57px;
}
.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: 20px;
  bottom: 0px;
}
.info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 100vh;
  margin-top: 100dvh;
  height: 768px;
}
.info .inner {
  width: 80%;
  height: -webkit-max-content;
  height: max-content;
  padding-bottom: 80px;
  max-width: 1125px;
  min-width: 800px;
}
.info__txtcontainer {
  color: #FFF;
  padding-left: 45px;
}
.info__title {
  font-feature-settings: "palt";
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 245%;
  font-size: 2rem;
}
.info__title .span1 {
  font-size: 1.75rem;
  line-height: 175%;
  letter-spacing: -2.8px;
}
.info__title .span2 {
  font-size: 3.5rem;
  line-height: 125%;
  letter-spacing: -5.6px;
  margin-top: 0px;
}
.info__title b {
  font-size: 3rem;
}
.info__read {
  font-size: 1.125rem;
  line-height: 200%;
  margin-top: 50px;
}
.info__pickupcontainer {
  position: absolute;
  right: 50px;
  top: 0px;
  width: 288px;
  color: white;
  padding-top: 90px;
}
.info__pickup__title {
  font-size: 1.25rem;
  font-weight: 600;
}
.info__pickup__list {
  position: relative;
  margin-top: 20px;
}
.info__pickup__list__detail {
  position: relative;
}
.info__pickup__list__detail .img {
  width: 288px;
  height: 192px;
  overflow: hidden;
  border-radius: 0px 0px 80px 80px;
  transition: all 300ms 0s ease;
}
.info__pickup__list__detail .img img {
  width: 288px;
  height: 192px;
  object-fit: cover;
  transition: all 300ms 0s ease;
}
.info__pickup__list__detail .txt {
  padding: 0 20px;
  margin-top: 30px;
}
.info__pickup__list__detail .txt__category {
  font-size: 1rem;
  font-weight: 700;
  line-height: 175%;
}
.info__pickup__list__detail .txt__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 175%;
  margin-top: 14px;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 100%;
}
.info__pickup__list__detail .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.info__pickup__list__detail:hover .img {
  border-radius: 0px 0px 120px 120px;
}
.info__pickup__list__detail:hover .img img {
  transform: scale(1.1);
}
.info__pickup__list .swiper-control__btn {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid white;
  cursor: pointer;
}
.info__pickup__list .swiper-control__btn:before {
  content: "";
  display: block;
  width: 27px;
  height: 9px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/swiper_nav_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -6px;
  top: 8px;
  transition: all 300ms 0s ease;
}
.info__pickup__list .swiper-control__btn:hover:before {
  position: absolute;
  left: -2px;
  top: 8px;
}
.info__pickup__list .swiper-control__btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.info__pickup__list .swiper-control__prev {
  position: absolute;
  left: -63px;
  top: 92px;
  transform: rotate(180deg);
}
.info__pickup__list .swiper-control__next {
  position: absolute;
  right: -63px;
  top: 92px;
}
.groupecontainer {
  position: relative;
  width: 100%;
  background-color: white;
  margin-top: 107px;
  overflow: hidden;
}
.tips {
  padding-top: 73px;
}
.tips__bgline {
  position: absolute;
  left: 0px;
  top: -180px;
  width: 100%;
  height: 576px;
  background: url(https://osaka-info.jp/local_journey/assets/img/home/tips_bgline.svg) top center / 100% 100% no-repeat;
}
.tips__ticker {
  width: 100%;
  height: 53px;
  background: url(https://osaka-info.jp/local_journey/assets/img/home/tips_ticker_pc.svg) 0px 0px / contain repeat-x;
  animation: ticker 10s linear 0s infinite normal none running  ;
}
@keyframes ticker {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -1000px 0px;
  }
}
.tips__list {
  margin-top: 47px;
}
.tips__list__detail {
  position: relative;
  display: inline;
  margin-right: 5px;
}
.tips__list__detail a {
  display: inline;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 240%;
  padding: 6px 18px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  transition: all 300ms 0s ease;
}
.tips__list__detail a:after {
  content: '';
  display: block;
  width: 25px;
  height: 24px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/tips_searchicon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  margin-left: 16px;
}
.tips__list__detail a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.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: 200px;
  margin-top: 160px;
}
.culture__bg {
  top: -480px;
}
.culture__bg__line {
  display: block;
  width: 2560px;
  height: 1060px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_culture.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.culture__bg__body {
  display: block;
  width: 2367px;
  height: 1750px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/bg_culture.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 7%;
  top: 420px;
}
.culture__title {
  position: relative;
  color: #F08D77;
}
.culture__title:before {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/culture_title_acc_left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -30px;
  top: 10px;
}
.culture__title:after {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/culture_title_acc_right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: -30px;
  top: 10px;
}
.culture__list {
  position: relative;
  margin-top: 70px;
}
.culture__list__index {
  position: absolute;
  left: 0;
  top: 0;
  left: calc(50vw - 36vw);
}
.culture__list .swiper {
  position: relative;
  width: 100%;
}
.culture__list .swiper-container {
  width: 100%;
}
.culture__list .swiper-control {
  width: 57vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.culture__list .swiper-control__btn {
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 74px;
  overflow: hidden;
  border: 2px solid #222;
  cursor: pointer;
}
.culture__list .swiper-control__btn:before {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/swiper_nav_arrow_culture.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -21px;
  top: 26px;
  transition: all 300ms 0s ease;
}
.culture__list .swiper-control__btn:hover:before {
  position: absolute;
  left: -1px;
  top: 26px;
}
.culture__list .swiper-control__btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.culture__list .swiper-control__prev {
  position: absolute;
  left: -106px;
  top: 238px;
  left: -7.4vw;
  top: 16.5vw;
  transform: rotate(180deg);
}
.culture__list .swiper-control__next {
  position: absolute;
  right: -106px;
  top: 238px;
  right: -7.4vw;
  top: 16.5vw;
}
.culture__list__detail {
  position: relative;
  width: 61.944vw;
}
.culture__list__detail__container {
  position: relative;
  width: 57vw;
  margin: 0 auto;
}
.culture__list__detail .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.50549451;
  border-radius: 0px 0px 200px 200px;
  overflow: hidden;
  box-shadow: 10px 10px 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;
  transition: all 300ms 0s ease;
}
.culture__list__detail .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 175%;
  padding: 0 20px;
  margin-top: 30px;
}
.culture__list__detail .link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.culture__list__detail:hover .img {
  border-radius: 0px 0px 300px 300px;
}
.culture__list__detail:hover .img img {
  transform: scale(1.1);
}
.culture__list__detail:hover .title {
  opacity: 0.6;
}
.culture__more {
  margin-top: 85px;
}
.culture__more__txt {
  color: #F08D77;
}
.culture__more__link {
  background-color: #F08D77;
}
.secret {
  padding-top: 200px;
  margin-top: 90px;
}
.secret__bg {
  top: -536px;
}
.secret__bg__line {
  display: block;
  width: 2561px;
  height: 838px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_secret.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.secret__title {
  position: relative;
  color: #F7AB5E;
  letter-spacing: 0.05em;
}
.secret__title:before {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/secret_title_acc_left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -30px;
  top: 10px;
}
.secret__title:after {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/secret_title_acc_right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: -30px;
  top: 10px;
}
.secret__listcontainer {
  position: relative;
  width: 71.52277%;
  margin: 70px auto 0;
  display: -ms-flexbox;
  display: flex;
}
.secret__index {
  min-width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
.secret__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 30% 30%;
      grid-template-columns: 30% 30% 30%;
  gap: 70px 5%;
  width: calc(100% - 100px);
}
.secret__list__detail {
  display: block;
  position: relative;
}
.secret__list__detail .img {
  width: 100%;
  border-radius: 0px 0px 100px 100px;
  overflow: hidden;
  box-shadow: 10px 10px 0px #F7AB5E;
  transition: all 300ms 0s ease;
}
.secret__list__detail .img img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  transition: all 300ms 0s ease;
}
.secret__list__detail .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 175%;
  padding: 0 20px;
  margin-top: 30px;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.secret__list__detail .link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.secret__list__detail:hover .img {
  border-radius: 0px 0px 130px 130px;
}
.secret__list__detail:hover .img img {
  transform: scale(1.1);
}
.secret__list__detail:hover .title {
  opacity: 0.6;
}
.secret__more {
  margin-top: 80px;
}
.secret__more__txt {
  color: #F7AB5E;
}
.secret__more__link {
  background-color: #F7AB5E;
}
.nearby {
  padding-top: 200px;
  margin-top: 100px;
}
.nearby__bg {
  top: -133px;
}
.nearby__bg__line {
  display: block;
  width: 2555px;
  height: 772px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_nearby.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.nearby__bg__body {
  display: block;
  width: 2570px;
  height: 2137px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/bg_nearby.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 5%;
  top: 66px;
}
.nearby__title {
  position: relative;
  color: #A2CC5E;
  letter-spacing: 0.05em;
  width: 180px;
}
.nearby__title:before {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/nearby_title_acc_left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -30px;
  top: 10px;
}
.nearby__title:after {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/nearby_title_acc_right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: -30px;
  top: 10px;
}
.nearby__listcontainer {
  width: 71.53%;
  min-width: 768px;
  margin: 0 auto 0;
  margin-top: 66px;
  display: -ms-flexbox;
  display: flex;
}
.nearby__index {
  min-width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
.nearby__groupecontainer {
  width: calc(100% - 100px);
}
.nearby__groupe {
  position: relative;
  border-top: 1px solid #A2CC5E;
  padding-top: 50px;
  padding-bottom: 26px;
}
.nearby__groupe__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 175%;
  text-align: center;
  color: #A2CC5E;
}
.nearby__groupe__img {
  width: 214px;
  height: 390px;
  border-radius: 200px;
  overflow: hidden;
  background-color: #CCC;
  position: absolute;
  left: 4px;
  top: 136px;
}
.nearby__groupe__img img {
  width: 214px;
  height: 390px;
  object-fit: cover;
}
.nearby__groupe .nearby__list {
  position: relative;
  margin-top: 12px;
  padding-left: 290px;
  padding-right: 110px;
}
.nearby__groupe .nearby__list .swiper-control {
  height: 256px;
  position: absolute;
  right: -2px;
  top: 105px;
}
.nearby__groupe .nearby__list .swiper-control_index {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.nearby__groupe .nearby__list .swiper-control_index__hr {
  width: 70px;
  height: 1px;
  background-color: #222;
  transform: rotate(-45deg);
  position: absolute;
  right: -11px;
  top: 128px;
}
.nearby__groupe .nearby__list .swiper-control_index__now {
  position: absolute;
  right: 18px;
  top: 91px;
}
.nearby__groupe .nearby__list .swiper-control_index__all {
  position: absolute;
  right: 18px;
  top: 145px;
}
.nearby__groupe .nearby__list .swiper-control__btn {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #222;
  cursor: pointer;
}
.nearby__groupe .nearby__list .swiper-control__btn:before {
  content: "";
  display: block;
  width: 13px;
  height: 46px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/swiper_nav_arrow_nearby.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 15px;
  top: 12px;
  transition: all 300ms 0s ease;
}
.nearby__groupe .nearby__list .swiper-control__btn:hover:before {
  position: absolute;
  left: 15px;
  top: 2px;
}
.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;
  right: 0px;
  top: 0px;
}
.nearby__groupe .nearby__list .swiper-control__next {
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: rotate(180deg);
}
.nearby__groupe .nearby__list .swiper-container {
  height: 460px;
}
.nearby__groupe .nearby__list__detail {
  position: relative;
  height: 230px;
  padding-top: 28px;
  border-bottom: 1px solid #BDBDBD;
}
.nearby__groupe .nearby__list__detail.swiper-slide-prev {
  border: none;
}
.nearby__groupe .nearby__list__detail.swiper-slide-next {
  border: none;
}
.nearby__groupe .nearby__list__detail:last-child {
  border: none;
}
.nearby__groupe .nearby__list__detail .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 175%;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.nearby__groupe .nearby__list__detail .bodycontainer {
  position: relative;
  margin-top: 10px;
}
.nearby__groupe .nearby__list__detail .bodycontainer .img {
  width: 106px;
  height: 106px;
  border-radius: 0px 0px 40px 40px;
  overflow: hidden;
  box-shadow: 10px 10px 0px #A2CC5E;
  transition: all 300ms 0s ease;
  position: absolute;
  left: 0;
  top: 10px;
}
.nearby__groupe .nearby__list__detail .bodycontainer .img img {
  width: 106px;
  height: 106px;
  object-fit: cover;
  transition: all 300ms 0s ease;
}
.nearby__groupe .nearby__list__detail .bodycontainer .read {
  font-size: 1rem;
  font-weight: 500;
  line-height: 175%;
  padding-left: 140px;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.nearby__groupe .nearby__list__detail .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nearby__groupe .nearby__list__detail:hover .title {
  opacity: 0.6;
}
.nearby__groupe .nearby__list__detail:hover .read {
  opacity: 0.6;
}
.nearby__groupe .nearby__list__detail:hover .img {
  border-radius: 0px 0px 60px 60px;
}
.nearby__groupe .nearby__list__detail:hover .img img {
  transform: scale(1.1);
}
.nearby__more {
  margin-top: 80px;
}
.nearby__more__txt {
  color: #A2CC5E;
}
.nearby__more__link {
  background-color: #A2CC5E;
}
.story {
  padding-top: 200px;
  margin-top: 110px;
}
.story__bg {
  top: -497px;
}
.story__bg__line {
  display: block;
  width: 2585px;
  height: 1248px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_story.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.story__index {
  position: absolute;
  top: 0px;
  left: -110px;
}
.story__title {
  position: relative;
  color: #C388D9;
  letter-spacing: 0.05em;
}
.story__title:before {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/story_title_acc_left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -30px;
  top: 10px;
}
.story__title:after {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/story_title_acc_right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: -30px;
  top: 10px;
}
.story__listcontainer {
  position: relative;
  width: 57.1vw;
  min-width: 768px;
  margin: 67px auto 0;
}
.story__list .swiper-control {
  width: 57.1vw;
  min-width: 768px;
  position: absolute;
  left: 0;
  right: 0;
  top: 230px;
  margin: auto;
  z-index: 4;
}
.story__list .swiper-control__btn {
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 74px;
  overflow: hidden;
  border: 2px solid #222;
  cursor: pointer;
}
.story__list .swiper-control__btn:before {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/swiper_nav_arrow_culture.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -21px;
  top: 26px;
  transition: all 300ms 0s ease;
}
.story__list .swiper-control__btn:hover:before {
  position: absolute;
  left: -1px;
  top: 26px;
}
.story__list .swiper-control__btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.story__list .swiper-control__prev {
  position: absolute;
  left: -7.5vw;
  transform: rotate(180deg);
}
.story__list .swiper-control__next {
  position: absolute;
  right: -7.5vw;
}
.story__list__detail {
  display: -ms-flexbox;
  display: flex;
  width: 57.1vw;
  min-width: 768px;
}
.story__list__detail__indeximg {
  width: 246px;
  height: 527px;
  min-width: 246px;
  border-radius: 20px;
  background-color: #C388D9;
  padding-top: 10px;
}
.story__list__detail__indeximg img {
  display: block;
  width: 226px;
  height: 417px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.story__list__detail__indeximg__txt {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  width: 228px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  padding: 0 10px;
}
.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 {
  position: relative;
  width: calc(100% - 246px);
  padding-left: 40px;
}
.story__list__detail__arealistcontainer__title {
  color: #C388D9;
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: middle;
  height: 60px;
}
.story__list__detail__arealistcontainer__title span.icon {
  display: block;
  width: 26px;
  height: 45px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/story_text_spotguide.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.story__list__detail__arealistcontainer__list {
  width: 100%;
  height: 455px;
  overflow-y: scroll;
  padding-right: 80px;
}
.story__list__detail__arealistcontainer__list::-webkit-scrollbar {
  width: 14px;
}
.story__list__detail__arealistcontainer__list::-webkit-scrollbar-track {
  background-color: #F2F2F2;
  border-radius: 11px;
}
.story__list__detail__arealistcontainer__list::-webkit-scrollbar-thumb {
  background-color: #828282;
  border-radius: 11px;
}
.story__list__detail__arealistcontainer__list__detail {
  position: relative;
  width: 100%;
  height: 154px;
  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:hover .img {
  border-radius: 0px 0px 60px 60px;
}
.story__list__detail__arealistcontainer__list__detail:hover .img img {
  transform: scale(1.1);
}
.story__list__detail__arealistcontainer__list__detail:hover .text {
  opacity: 0.6;
}
.story__list__detail__arealistcontainer__list__detail .img {
  width: 171px;
  height: 100px;
  min-width: 171px;
  border-radius: 0px 0px 40px 40px;
  filter: drop-shadow(10px 10px 0px #C388D9);
  overflow: hidden;
  margin-top: 20px;
  transition: all 300ms 0s ease;
}
.story__list__detail__arealistcontainer__list__detail .img img {
  width: 171px;
  height: 100px;
  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: 40px;
}
.story__list__detail__arealistcontainer__list__detail .text span {
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.story__list__detail__arealistcontainer__list__detail .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.story__notice {
  width: 57.1vw;
  margin: 30px auto 0;
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
}
.story__notice__link:hover {
  opacity: 0.6;
}
.story__notice__text {
  margin-top: 5px;
}
.story__trip {
  width: 57.1vw;
  min-width: 768px;
  margin: 30px auto 0;
  border: 1px solid #BDBDBD;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
}
.story__trip__logo {
  width: 29% ;
}
.story__trip__logo img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
}
.story__trip__body {
  width: 71%;
  padding-right: 60px;
}
.story__trip__body__read {
  font-size: 1rem;
  font-weight: 500;
  line-height: 175%;
  margin-top: -10px;
}
.story__trip__body__applist {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.story__trip__body__applist .ios {
  margin-right: 30px;
  white-space: nowrap;
}
.story__trip__body__applist .ios .qr {
  width: 100px;
  height: 100px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/story_qr_apple.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.story__trip__body__applist .ios .qr a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__trip__body__applist .ios .link {
  width: 109px;
  height: 40px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_dl_logo_apple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.story__trip__body__applist .ios .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__trip__body__applist .ios .link:hover {
  opacity: 0.6;
}
.story__trip__body__applist .android {
  white-space: nowrap;
}
.story__trip__body__applist .android .qr {
  width: 100px;
  height: 100px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/story_qr_google.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.story__trip__body__applist .android .qr a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__trip__body__applist .android .link {
  width: 135px;
  height: 40px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_dl_logo_android.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.story__trip__body__applist .android .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story__trip__body__applist .android .link:hover {
  opacity: 0.6;
}
.story__more {
  margin-top: 90px;
}
.story__more__txt {
  color: #C388D9;
}
.story__more__link {
  background-color: #C388D9;
}
.freely {
  padding-top: 200px;
  margin-top: 160px;
}
.freely__bg {
  top: -636px;
}
.freely__bg__line {
  display: block;
  width: 2609px;
  height: 971px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_freely.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.freely__bg__body {
  display: block;
  width: 2470px;
  height: 1622px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/bg_freely.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 7%;
  top: 510px;
}
.freely__title {
  position: relative;
  color: #7CCCE6;
  letter-spacing: 0.05em;
}
.freely__title:before {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/freely_title_acc_left.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -30px;
  top: 10px;
}
.freely__title:after {
  content: '';
  display: block;
  width: 22px;
  height: 21px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/freely_title_acc_right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: -30px;
  top: 10px;
}
.freely__list {
  position: relative;
  margin-top: 70px;
}
.freely__list__index {
  position: absolute;
  left: 0;
  top: 0;
  left: calc(50% - 71.5vw / 2);
}
.freely__list .swiper-control {
  width: 71.5vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 22.3vw;
  margin: auto;
  z-index: 4;
}
.freely__list .swiper-control__btn {
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 74px;
  overflow: hidden;
  border: 2px solid #222;
  cursor: pointer;
}
.freely__list .swiper-control__btn:before {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/swiper_nav_arrow_culture.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -21px;
  top: 26px;
  transition: all 300ms 0s ease;
}
.freely__list .swiper-control__btn:hover:before {
  position: absolute;
  left: -1px;
  top: 26px;
}
.freely__list .swiper-control__btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.freely__list .swiper-control__prev {
  position: absolute;
  left: -2px;
  transform: rotate(180deg);
}
.freely__list .swiper-control__next {
  position: absolute;
  right: -2px;
}
.freely__list__detail {
  position: relative;
  width: 67vw;
}
.freely__list__detail__container {
  position: relative;
  display: block;
  width: 57.1vw;
  aspect-ratio: 1.15449438;
  background: url(https://osaka-info.jp/local_journey/assets/img/home/freely_swiper_bg.png) center center / contain no-repeat;
  margin: 0 auto 0;
  padding-top: 40px;
}
.freely__list__detail .img {
  width: 51.53vw;
  aspect-ratio: 1.76666667;
  overflow: hidden;
  margin: 0 auto 0;
}
.freely__list__detail .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms 0s ease;
}
.freely__list__detail .title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 175%;
  /* 35px */
  padding: 0 7.5vw;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 2.3vw;
}
.freely__list__detail .read {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.1em;
  padding: 0 7.5vw;
  margin-top: 0.8vw;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.freely__list__detail .link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.freely__list__detail:hover img {
  transform: scale(1.05);
}
.freely__list__detail:hover .title {
  opacity: 0.6;
}
.freely__list__detail:hover .read {
  opacity: 0.6;
}
.freely__more {
  margin-top: 85px;
}
.freely__more__txt {
  color: #7CCCE6;
}
.freely__more__link {
  background-color: #7CCCE6;
}
.news {
  padding-top: 190px;
}
.news__bg {
  top: -606px;
}
.news__bg__line {
  display: block;
  width: 2560px;
  height: 922px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/line_news.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.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: 2.5rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.news__list {
  position: relative;
  margin: 55px auto 0;
  width: 57.083%;
  min-width: 768px;
  border-top: 1px solid #E0E0E0;
}
.news__list__detail {
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px 0px;
}
.news__list__detail .date__wrapper {
  width: 17%;
  min-width: 110px;
}
.news__list__detail .title__wrapper {
  width: 83%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.news__list__detail .date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 175%;
}
.news__list__detail .title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.1em;
}
.news__list__detail .title a {
  text-decoration: underline;
}
.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;
}
.news__list__detail .news__link:hover ~ .title__wrapper {
  opacity: 0.6;
}
.news__list__detail .news__link:hover ~ .date__wrapper {
  opacity: 0.6;
}
.appinfo {
  position: relative;
  background-color: #F6F6F6;
  padding-top: 95px;
  padding-bottom: 120px;
  margin-top: 124px;
}
.appinfo__bg {
  width: 100%;
  height: 70px;
  background: url(https://osaka-info.jp/local_journey/assets/img/home/appinfo_bg.svg) bottom center / 100% 70px no-repeat;
  position: absolute;
  left: 0;
  top: -70px;
}
.appinfo__title {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: -28px;
}
.appinfo__title .textlarge {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
}
.appinfo__container {
  position: relative;
  width: 1033px;
  width: 71.736%;
  max-width: 1400px;
  min-width: 800px;
  background-color: white;
  margin: 0 auto;
  border-radius: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.appinfo__headcontainer {
  display: -ms-flexbox;
  display: flex;
}
.appinfo__logo {
  width: 35%;
  min-width: 35%;
  text-align: center;
  padding-top: 10px;
}
.appinfo__txt {
  width: 65%;
}
.appinfo__txt__read {
  font-size: 1rem;
  font-weight: 500;
  line-height: 175%;
  padding-right: 100px;
}
.appinfo__txt__applist {
  margin-top: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.appinfo__txt__applist .ios {
  margin-right: 30px;
  white-space: nowrap;
}
.appinfo__txt__applist .ios .qr {
  width: 100px;
  height: 100px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_qr_apple.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.appinfo__txt__applist .ios .qr a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appinfo__txt__applist .ios .link {
  width: 130.5px;
  height: 40px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_dl_logo_apple.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.appinfo__txt__applist .ios .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appinfo__txt__applist .ios .link:hover {
  opacity: 0.6;
}
.appinfo__txt__applist .android {
  white-space: nowrap;
}
.appinfo__txt__applist .android .qr {
  width: 100px;
  height: 100px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_qr_google.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.appinfo__txt__applist .android .qr a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appinfo__txt__applist .android .link {
  width: 135px;
  height: 40px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/home/appinfo_dl_logo_android.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.appinfo__txt__applist .android .link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appinfo__txt__applist .android .link:hover {
  opacity: 0.6;
}
.appinfo__more {
  margin-top: 40px;
}
.appinfo__more__link {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  border: 1px solid #222;
  color: #222;
  height: 60px;
}
.appinfo__more__link:after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("https://osaka-info.jp/local_journey/assets/img/icon_newwin.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-left: 6px;
  margin-top: 2px;
}
.appinfo__more__link:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.appinfo__notice {
  padding: 0 100px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 175%;
  /* 24.5px */
  letter-spacing: 0.05em;
  margin-top: 30px;
}
