@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter, .news_slider .date {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato, .card.hot a::before, .slide .num, .sub_ttl span {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ お土産情報一覧
====================================================== */
.sub_ttl {
  margin-bottom: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.sub_ttl span {
  display: block;
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .sub_ttl span {
    font-size: 30px;
  }
}

.read {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .read {
    margin-bottom: 25px;
  }
}

#souvenir {
  background: #F8F8F8;
}
#souvenir .bg_wht {
  background: #fff;
}
#souvenir .bg_1 {
  background: #FFFDEA;
}
#souvenir .bg_2 {
  background: #FDF17D;
}
#souvenir section {
  padding: 66px 0 67px;
}
@media screen and (max-width: 767px) {
  #souvenir section {
    padding: 50px 0 65px;
  }
}
#souvenir .bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  width: min(100%, 890px);
  padding: 0;
  margin: 0 auto;
}
#souvenir .bnr_list li {
  width: min(100%, 280px);
  padding-top: 30px;
  position: relative;
}
#souvenir .bnr_list li img {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
#souvenir .bnr_list li.kyoto p {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/bnr_list01_bg.svg);
}
#souvenir .bnr_list li.shin-osaka p {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/bnr_list02_bg.svg);
}
#souvenir .bnr_list li.shin-kobe p {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/bnr_list03_bg.svg);
}
#souvenir .bnr_list p {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  padding: 0.3em 0 1em;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#souvenir .more {
  background: #fff;
}
#souvenir .more::before {
  background: #FFC90D;
}
#souvenir .more:hover a {
  color: inherit;
}
#souvenir .more:hover a::before {
  background: transparent;
  border-color: currentColor;
}

.item {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 0 40px;
}
.item:not(:last-of-type) {
  margin-bottom: 80px;
}
.item .ttl_logo {
  margin-bottom: 30px;
  text-align: center;
}
.item .ttl_logo img {
  height: 40px;
}
.item .img {
  border-radius: 10px;
  overflow: hidden;
}
.item p {
  margin-bottom: 20px;
}
.item .shop_list li:not(:last-child) {
  margin-bottom: 10px;
}
.item .shop_list li a {
  padding-left: 17px;
  position: relative;
}
.item .shop_list li a::before {
  content: "";
  vertical-align: middle;
  color: #333;
  width: 9px;
  height: 9px;
  border: 1px solid #E57200;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
  position: absolute;
  top: 9px;
  left: 0;
}
.item .shop_btn {
  border: 2px solid #B89DC4;
  border-radius: 8px;
  width: min(100%, 270px);
  margin-top: 25px;
}
.item .shop_btn a {
  display: block;
  padding: 6px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .item {
    display: block;
  }
  .item:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .item:nth-of-type(1) .ttl_logo img {
    height: 31px;
  }
  .item:nth-of-type(2) .ttl_logo img {
    height: 33px;
  }
  .item .img {
    margin-bottom: 25px;
  }
  .item p {
    margin-bottom: 30px;
  }
  .item .shop_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .item .shop_list li a::before {
    top: 7px;
  }
  .item .shop_btn {
    margin: 35px auto 0;
  }
}

#ig .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 0;
}
#ig .container .txt_wrap {
  width: 40%;
}
#ig .container .txt_wrap .sub_ttl {
  margin-bottom: 30px;
}
#ig .container .txt_wrap .more {
  margin: 0 auto;
}
#ig .container .txt_wrap .more::after {
  content: "";
  background: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/ig_more.png) no-repeat center/contain;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 5px;
  left: 5px;
  pointer-events: none;
}
#ig .container .insta_wrap {
  width: 60%;
  min-width: 480px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
#ig .container .insta_wrap li a {
  display: block;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  #ig .container {
    display: block;
    padding-bottom: 90px;
    position: relative;
  }
  #ig .container .txt_wrap {
    width: 100%;
  }
  #ig .container .txt_wrap .sub_ttl {
    margin-bottom: 30px;
  }
  #ig .container .txt_wrap .more {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  #ig .container .insta_wrap {
    width: calc(100% + 36px);
    min-width: 0;
    margin: 0 -18px;
  }
}

.news_slider {
  display: none;
  margin: 0 -15px;
}
.news_slider.slick-initialized {
  display: block;
}
.news_slider a {
  display: block;
}
.news_slider .slick-slide {
  margin: 0 15px;
}
.news_slider .img {
  background: #fff;
  margin-bottom: 18px;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.news_slider .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.news_slider .date {
  display: block;
  margin-bottom: 8px;
  color: #F07F0E;
  font-size: 12px;
  font-weight: 500;
}
.news_slider p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news_slider {
    margin: 0 -18px;
  }
  .news_slider .slick-slide {
    margin: 0 11.5px;
  }
  .news_slider .img {
    margin-bottom: 14px;
  }
  .news_slider .date {
    margin-bottom: 5px;
    font-size: 11px;
  }
}

.btn_area {
  padding: 68px 18px;
}
.btn_area .faq_btn {
  border: 1px solid #B7B7B7;
  border-radius: 8px;
  width: min(100%, 309px);
  margin: 0 auto 30px;
  overflow: hidden;
}
.btn_area .faq_btn a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 19px;
  padding: 22.5px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
}
.btn_area .faq_btn a::before {
  content: "";
  background: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/icon_faq.svg) no-repeat center/contain;
  width: 29.73px;
  height: 25.81px;
}
@media screen and (max-width: 767px) {
  .btn_area {
    padding: 43px 18px 30px;
  }
  .btn_area .faq_btn {
    width: min(100%, 279px);
    margin-bottom: 45px;
  }
  .btn_area .faq_btn a {
    gap: 0 13px;
  }
}

.bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: min(100%, 873px);
  padding: 70px 20px;
  margin: 0 auto;
}
.bnr_list li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .bnr_list {
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  .bnr_list li {
    width: 100%;
  }
  .bnr_list li:not(:last-child) {
    margin-bottom: 3px;
  }
}

/* ▼ お土産情報 詳細
====================================================== */
#shin-osaka .bg_1 {
  background: #FFFBDD;
}
#shin-osaka .bg_2 {
  background: #FFECD6;
}
#shin-osaka .bg_3 {
  background: #FDDCB6;
}
#shin-osaka .bg_4 {
  background: #FDF17D;
}

#kyoto .bg_1 {
  background: #FEF1F8;
}
#kyoto .bg_2 {
  background: #F8E5F8;
}
#kyoto .bg_3 {
  background: #FDE2F0;
}

#shin-kobe .bg_1 {
  background: #ECF0FC;
}
#shin-kobe .bg_2 {
  background: #F7F9FF;
}
#shin-kobe .bg_3 {
  background: #DFE6F8;
}
#shin-kobe .bg_4 {
  background: #CAD4EF;
}

#shin-osaka .bnr_list .shin-osaka {
  display: none;
}
#shin-osaka .inner_ttl, #shin-osaka .area_icon {
  color: #F07F0E;
}
#shin-osaka .date_box {
  background-color: #F2A588;
}
#shin-osaka .cat_list li.active {
  background-color: #F07F0E;
}
#shin-osaka .bg_ttl {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/shin-osaka/ttl_bg.svg);
}
#shin-osaka .anchor_list a {
  background-color: #FDF17D;
}
#shin-osaka .anchor_list li:nth-child(1) a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/shin-osaka/icon01.svg);
}
#shin-osaka .anchor_list li:nth-child(2) a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/shin-osaka/icon02.svg);
}
#shin-osaka .anchor_list li:nth-child(3) a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/shin-osaka/icon03.svg);
}
#shin-osaka .more {
  border-color: #F07F0E;
  background-color: #F07F0E;
  color: #fff;
}
#shin-osaka .more::before {
  background: #fff;
}
#shin-osaka .more a::before {
  background: #fff;
  border-color: #F07F0E;
}
#shin-osaka .more a::after {
  border-color: #000;
}
#shin-osaka .more a:hover {
  color: #000;
}
#shin-osaka .slick-dots li.slick-active {
  background-color: #E7B301;
}
@media screen and (max-width: 767px) {
  #shin-osaka .anchor_list {
    background-color: #FDF17D;
  }
  #shin-osaka .anchor_list li:not(:last-child) {
    border-color: #F07F0E;
  }
}

#kyoto .bnr_list .kyoto {
  display: none;
}
#kyoto .inner_ttl, #kyoto .area_icon {
  color: #E0417E;
}
#kyoto .date_box {
  background-color: #8EEBC7;
}
#kyoto .cat_list li.active {
  background-color: #E0417E;
}
#kyoto .bg_ttl {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/kyoto/ttl_bg.svg);
}
#kyoto .anchor_list a {
  background-color: #FFCEE9;
}
#kyoto .anchor_list li:nth-child(1) a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/kyoto/icon01.svg);
}
#kyoto .anchor_list li:nth-child(2) a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/kyoto/icon02.svg);
}
#kyoto .anchor_list li:nth-child(3) a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/kyoto/icon03.svg);
}
#kyoto .more {
  border-color: #EF82C1;
  background-color: #EF82C1;
  color: #fff;
}
#kyoto .more::before {
  background: #fff;
}
#kyoto .more a::before {
  background: #fff;
  border-color: #EF82C1;
}
#kyoto .more a::after {
  border-color: #000;
}
#kyoto .more a:hover {
  color: #000;
}
#kyoto .slick-dots li.slick-active {
  background-color: #E0417E;
}
@media screen and (max-width: 767px) {
  #kyoto .anchor_list {
    background-color: #FFCEE9;
  }
  #kyoto .anchor_list li:not(:last-child) {
    border-color: #E0417E;
  }
}

#shin-kobe .bnr_list .shin-kobe {
  display: none;
}
#shin-kobe .inner_ttl, #shin-kobe .area_icon {
  color: #644BB7;
}
#shin-kobe .date_box {
  background-color: #F7CCEF;
}
#shin-kobe .cat_list li.active {
  background-color: #644BB7;
}
#shin-kobe .bg_ttl {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/shin-kobe/ttl_bg.svg);
}
#shin-kobe .anchor_list a {
  background-color: #CEDCFD;
}
#shin-kobe .anchor_list li:nth-child(1) a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/shin-kobe/icon01.svg);
}
#shin-kobe .anchor_list li:nth-child(2) a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/shin-kobe/icon02.svg);
}
#shin-kobe .anchor_list li:nth-child(3) a::before {
  background-image: url(https://en.dailyservice.co.jp/assets/common/img/souvenir/shin-kobe/icon03.svg);
}
#shin-kobe .more {
  border-color: #644BB7;
  background-color: #644BB7;
  color: #fff;
}
#shin-kobe .more::before {
  background: #fff;
}
#shin-kobe .more a::before {
  background: #fff;
  border-color: #644BB7;
}
#shin-kobe .more a::after {
  border-color: #000;
}
#shin-kobe .more a:hover {
  color: #000;
}
#shin-kobe .slick-dots li.slick-active {
  background-color: #644BB7;
}
@media screen and (max-width: 767px) {
  #shin-kobe .anchor_list {
    background-color: #CEDCFD;
  }
  #shin-kobe .anchor_list li:not(:last-child) {
    border-color: #644BB7;
  }
}

.area_ttl {
  margin-bottom: 23px;
  text-align: center;
}
.area_ttl span {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 7px;
}
.area_ttl .ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area_ttl {
    margin-bottom: 10px;
  }
  .area_ttl span {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .area_ttl .ttl {
    font-size: 20px;
  }
}

.inner_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .inner_ttl {
    font-size: 18px;
  }
}

.bg_ttl {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  padding: 6px 0 16px;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold !important;
}
.bg_ttl:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .bg_ttl {
    background-size: 162.37px;
    padding: 5px 0 11.5px;
    font-size: 13px;
  }
  .bg_ttl:not(:first-of-type) {
    margin-top: 45px;
  }
}

.txt_right {
  text-align: right;
}

.area {
  padding: 70px 0 90px;
}
@media screen and (max-width: 767px) {
  .area {
    padding: 50px 0 40px;
  }
}

.read_area {
  padding: 56px 20px 58px;
}
.read_area p {
  margin-bottom: 20px;
  text-align: center;
}
.read_area .more {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .read_area {
    padding: 40px 18px;
  }
  .read_area p {
    text-align: left;
  }
  .read_area p.inner_ttl {
    margin-bottom: 13px;
  }
  .read_area .more {
    margin: 0 auto;
  }
}

.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  padding: 60px 20px 0;
}
.anchor_list li {
  width: 250px;
  font-size: 14px;
  font-weight: 500;
}
.anchor_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  border-radius: 8px;
  height: 75px;
  text-align: center;
}
.anchor_list li a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.anchor_list li:nth-child(1) a::before {
  width: 41.45px;
  height: 34.97px;
}
.anchor_list li:nth-child(2) a::before {
  width: 37.44px;
  height: 33.09px;
}
.anchor_list li:nth-child(3) a::before {
  width: 41.79px;
  height: 36.41px;
}
@media screen and (max-width: 767px) {
  .anchor_list {
    gap: 0;
    padding: 12px 2px;
  }
  .anchor_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 13px;
  }
  .anchor_list li:not(:last-child) {
    border-right: 1px dotted cadetblue;
  }
  .anchor_list li a {
    display: block;
    border-radius: 0;
    height: 100%;
    padding-top: 56px;
    position: relative;
  }
  .anchor_list li a::before {
    width: 100% !important;
    height: 56px !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .anchor_list li:nth-child(1) a::before {
    background-size: 41.45px;
  }
  .anchor_list li:nth-child(2) a::before {
    background-size: 37.44px;
  }
  .anchor_list li:nth-child(3) a::before {
    background-size: 41.79px;
  }
}

.area_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 500;
}
.area_icon .pt10 {
  padding-top: 10px;
}
.area_icon .pt5 {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .area_icon {
    gap: 0 6px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .area_icon .pt10 {
    padding-top: 5px;
  }
}

#area01 .area_icon img {
  width: 49.07px;
}

#area02 .area_icon img {
  width: 42.28px;
}

#area03 .area_icon img {
  width: 48.8px;
}

.date_box {
  border: 1px solid currentColor;
  border-radius: 30px;
  width: min(100%, 250px);
  padding: 6px 0;
  margin: 0 auto 35px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .date_box {
    width: min(100%, 230px);
    padding: 5px 0;
    margin-bottom: 30px;
  }
}

.cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 5px;
  width: min(100%, 650px);
  margin: 0 auto 85px;
}
.cat_list li {
  background: #BEBEBE;
  border-radius: 30px;
  padding: 5px 14px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cat_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px 4px;
    margin-bottom: 40px;
  }
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 55px;
  margin-bottom: 60px;
}
.flex_wrap.gap20 {
  gap: 15px 20px;
}
.flex_wrap.gap30 {
  gap: 15px 30px;
}
.flex_wrap.gap40 {
  gap: 15px 40px;
}
.flex_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex_wrap.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_wrap > div {
  width: 100%;
}
.flex_wrap > div .img2 {
  width: 92%;
  margin: 0 auto;
}
.flex_wrap > div .img2 + .inner_ttl {
  margin-top: -24px;
}
.flex_wrap > div .more {
  margin: 20px 0 0;
}
.flex_wrap .col_520 {
  width: 52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex_wrap .col_450 {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex_wrap .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex_wrap .inner_flex .img2 {
  width: 99.2%;
  margin: 32px 0 0;
  position: relative;
  -webkit-transform: translateX(-55px);
          transform: translateX(-55px);
  left: -20%;
}
.flex_wrap.reverse .inner_flex .img2 {
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
  left: auto;
  right: -6%;
}
.flex_wrap .inner_ttl {
  margin-bottom: 8px;
}
.flex_wrap p {
  line-height: 1.75;
}
.flex_wrap .round {
  border: 1px solid #000;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .flex_wrap.align_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex_wrap > div {
    width: 100%;
  }
  .flex_wrap > div .img2 {
    width: 100%;
  }
  .flex_wrap > div .more {
    margin: 30px auto 0;
  }
  .flex_wrap .col_520 {
    width: 100%;
  }
  .flex_wrap .col_450 {
    width: 100%;
  }
  .flex_wrap .col_450 .inner_ttl {
    margin-top: -24px;
  }
  .flex_wrap .inner_flex {
    display: block;
  }
  .flex_wrap .inner_flex .img2 {
    width: 100%;
    margin: 0 0 10px;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .flex_wrap.reverse .inner_flex .img2 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .flex_wrap .inner_ttl {
    margin-bottom: 10px;
  }
  .flex_wrap p {
    line-height: 1.75;
  }
  .flex_wrap:nth-of-type(even) .img {
    width: calc(100% + 18px);
    margin-left: -18px;
  }
  .flex_wrap:nth-of-type(even) .round {
    border-left: none;
    border-radius: 0 30px 30px 0;
  }
  .flex_wrap:nth-of-type(odd) .img {
    width: calc(100% + 18px);
    margin-right: -18px;
  }
  .flex_wrap:nth-of-type(odd) .round {
    border-right: none;
    border-radius: 30px 0 0 30px;
  }
  .flex_wrap.sp_left .img {
    margin: 0 0 0 -18px;
  }
  .flex_wrap.sp_left .round {
    border: 1px solid currentColor;
    border-left: none;
    border-radius: 0 30px 30px 0;
  }
  .flex_wrap.sp_right .img {
    margin: 0 -18px 0 0;
  }
  .flex_wrap.sp_right .round {
    border: 1px solid currentColor;
    border-right: none;
    border-radius: 30px 0 0 30px;
  }
}

.famous {
  padding: 46px 0;
  margin-bottom: 70px;
}
.famous .famous_ttl {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.famous .famous_ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.famous .famous_ttl span::before, .famous .famous_ttl span::after {
  content: "";
  display: block;
  border-left: 1px solid #000;
  height: 34px;
}
.famous .famous_ttl span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.famous .famous_ttl span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.famous .famous_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
}
.famous .famous_list li {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
}
.famous .famous_list li .img {
  border-radius: 8px;
  width: 200px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.famous .famous_list li p:nth-of-type(1) {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .famous {
    padding: 30px 0;
    margin-bottom: 55px;
  }
  .famous .famous_ttl {
    font-size: 16px;
  }
  .famous .famous_ttl span {
    gap: 0 15px;
  }
  .famous .famous_ttl span::before, .famous .famous_ttl span::after {
    height: 25px;
  }
  .famous .famous_ttl span::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .famous .famous_ttl span::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .famous .famous_list {
    gap: 35px 20px;
  }
  .famous .famous_list li {
    display: block;
  }
  .famous .famous_list li .img {
    margin-bottom: 15px;
    width: 100%;
  }
  .famous .famous_list li p {
    font-size: 12px;
  }
  .famous .famous_list li p:nth-of-type(1) {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.map {
  background: #fff;
  border-radius: 30px;
  width: min(100%, 780px);
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

#ranking, #pickup {
  padding: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  #ranking, #pickup {
    padding: 40px 0 60px;
  }
}

.slide {
  display: none;
  margin: 0 -15px;
}
.slide.slick-initialized {
  display: block;
}
.slide.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.slide .slick-slide {
  margin: 0 15px;
}
.slide .slick-dots {
  bottom: 0;
}
.slide .slick-dots li {
  background: #BCBCBC;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 0 2.5px;
}
.slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slide .slick-dots li button::before {
  display: none;
}
.slide .card {
  padding-top: 20px;
}
.slide .num {
  background: #fff;
  border-radius: 50%;
  width: 45px;
  aspect-ratio: 1/1;
  line-height: 43px;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 17px;
}
@media screen and (max-width: 767px) {
  .slide {
    margin: 0 -18px;
  }
  .slide.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 22px;
  }
  .slide .slick-slide {
    margin: 0 11.5px;
  }
  .slide .slick-dots li {
    width: 5px;
    height: 5px;
  }
  .slide .card {
    padding-top: 17px;
  }
  .slide .num {
    width: 35px;
    line-height: 33px;
    font-size: 28px;
    left: 8px;
  }
}

.card_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 767px) {
  .card_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 23px;
  }
}

.card {
  font-weight: 500;
  position: relative;
}
.card.new a::before, .card.hot a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 10px;
}
.card.new a::before {
  content: "NEW";
  background: #8DDCFF;
}
.card.hot a::before {
  content: "HOT";
  background: #F07F0E;
  font-weight: bold;
}
.card a {
  display: block;
}
.card .img {
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.card .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.card .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.card .cat li {
  background: #fff;
  width: 70px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
}
.card .cat li.blue {
  background: #A5D4F7;
}
.card .brand {
  font-size: 11px;
  margin-bottom: 5px;
}
.card .name {
  font-weight: bold;
}
.card .price {
  margin-bottom: 5px;
  font-weight: bold;
}
.card .price span, .card .txt {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .card.new a::before, .card.hot a::before {
    width: 47px;
    font-size: 12px;
  }
  .card .cat li {
    width: 60px;
    height: 21px;
    line-height: 21px;
    font-size: 11px;
  }
  .card .brand {
    margin-bottom: 5px;
  }
  .card .price {
    margin-bottom: 5px;
  }
}

/* 新大阪
---------------------------------------- */
#shin-osaka .bg_ttl {
  color: #fff;
}
#shin-osaka .flex_wrap .p_btm {
  position: relative;
  padding-bottom: 8%;
}
#shin-osaka .flex_wrap .p_btm .img_circle {
  width: 34.5%;
  position: absolute;
  right: -42px;
  bottom: 0;
}
#shin-osaka .map {
  padding: 53px 10px 50px;
}
@media screen and (min-width: 768px) {
  #shin-osaka #area03 .map {
    padding: 26px 10px 30px;
  }
}
@media screen and (max-width: 767px) {
  #shin-osaka .flex_wrap .p_btm {
    padding-bottom: 0;
  }
  #shin-osaka .flex_wrap .p_btm .img_circle {
    width: 124px;
    right: 7px;
    bottom: -68px;
  }
  #shin-osaka .map {
    padding: 23px 5px;
  }
  #shin-osaka .spacing {
    letter-spacing: -0.01em;
  }
}

.more.pr a {
  padding-right: 1.5em;
}

/* 京都
---------------------------------------- */
#kyoto .map {
  width: min(100%, 634px);
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  #kyoto .spacing {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  #kyoto .map {
    padding: 10px;
  }
  #kyoto #area02 .map {
    padding: 10px 0;
  }
}

/* 新神戸
---------------------------------------- */
#shin-kobe .anchor_list li:nth-child(1) a::before {
  width: 53.12px;
  height: 21.02px;
}
#shin-kobe .anchor_list li:nth-child(2) a::before {
  width: 35.8px;
  height: 41.24px;
}
#shin-kobe .notes {
  font-size: 12px;
  font-weight: 500;
}
#shin-kobe .flex_wrap .img .notes {
  margin-top: 15px;
}
#shin-kobe .flex_wrap .inner_flex .img_col2 {
  width: calc(120% + 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0 0;
  position: relative;
  -webkit-transform: translateX(-55px);
          transform: translateX(-55px);
  left: -20%;
}
#shin-kobe .flex_wrap .inner_flex .img_col2 img {
  width: 75.8%;
}
#shin-kobe .flex_wrap .inner_flex .img_col2 .notes {
  margin: 10% 0 0 -10px;
}
#shin-kobe .map {
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #shin-kobe .sp_mb15 {
    margin-bottom: 15px !important;
  }
  #shin-kobe #area01 .area_icon img {
    width: 53.12px;
  }
  #shin-kobe #area02 .area_icon img {
    width: 43.15px;
  }
  #shin-kobe .notes {
    text-align: right;
  }
  #shin-kobe .flex_wrap .img .notes {
    margin-top: 13px;
  }
  #shin-kobe .flex_wrap .inner_flex .img_col2 {
    width: 100%;
    display: block;
    margin: 0 0 8px;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #shin-kobe .flex_wrap .inner_flex .img_col2 img {
    width: 100%;
  }
  #shin-kobe .flex_wrap .inner_flex .img_col2 .notes {
    margin: 17px 0 0;
  }
  #shin-kobe .map {
    padding: 10px 0;
  }
}

/* ranking float btn
---------------------------------------- */
#shin-osaka #main, #shin-kobe #main, #kyoto #main {
  position: relative;
}

.main_img {
  position: relative;
}

.fixedLink {
  position: absolute;
  bottom: -60px;
  right: 20px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .fixedLink {
    right: 18px;
    bottom: -20px;
  }
}

.fixedLink.fixed {
  position: fixed;
  bottom: 100px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .fixedLink.fixed {
    bottom: 70px;
  }
}

.fixedLink.fixed.none {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: -1;
}

.ranking_btn {
  background: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
  aspect-ratio: 1/1;
  display: inline-block;
  padding: 35px 35px 50px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ranking_btn {
    font-size: 14px;
    padding: 25px 20px 35px;
  }
}
.ranking_btn::before {
  content: "";
  width: 14px;
  height: 14px;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  position: absolute;
  bottom: 20%;
  right: calc(50% - 7px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .ranking_btn::before {
    right: calc(50% - 4px);
    width: 6px;
    height: 6px;
    bottom: 15%;
  }
}

#shin-osaka .ranking_btn {
  background: #FC9188;
}

#shin-kobe .ranking_btn {
  background: #F4BBDC;
}

#kyoto .ranking_btn {
  background: #87EFC5;
}

.shopLink {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background: #fff;
  color: #F07F0E !important;
  text-align: center;
  border: solid 1px #F07F0E;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .shopLink {
    max-width: 250px;
    font-size: 14px;
    padding: 8px 5px;
  }
}
.shopLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #F07F0E;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: -1;
}
.shopLink:hover {
  color: #fff !important;
}
.shopLink:hover::before {
  left: 0;
}

#shin-kobe .shopLink {
  color: #644BB7 !important;
  border: solid 1px #644BB7;
}
#shin-kobe .shopLink::before {
  background: #644BB7;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
#shin-kobe .shopLink:hover {
  color: #fff !important;
}

#kyoto .shopLink {
  color: #E0417E !important;
  border: solid 1px #E0417E;
}
#kyoto .shopLink::before {
  background: #E0417E;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
#kyoto .shopLink:hover {
  color: #fff !important;
}