
@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  font-size: 62.5%;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
  h1 {
    font-size: 1.4rem;
}
h2 {
  font-size: 3rem;
}
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem
  }
}

.float-nav {
  z-index: 50 !important;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
main {
  margin: 105px 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main {
    position: relative;
    top: 150px;
    /* overflow: auto; */
    margin: 0;
  }
}

.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}
.wrapper > section:nth-child(even) {
  background: #fafafa;
}

.sec__wrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec__wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 20px 50px;
  }
}

section.mv .sec__wrap {
  padding: 0 20px 30px;
}

.display__pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .display__pc {
    display: block !important;
  }
}

.display__sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .display__sp {
    display: none !important;
  }
}

.display__none {
  display: none !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.facility__none {
  height: 0 !important;
  padding: 0 !important;
}

a:hover, button:hover {
  opacity: 0.6;
}

.blef {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.wrap-top-btn {
  z-index: 200 !important;
}

html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.bg__blue01 {
  background-color: #a8216b !important;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
a {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

:focus {
  outline: none;
}

input {
  font-size: 16px;
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
#renewal2022 .gnav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}
#renewal2022 .gnav__container {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__container {
    min-width: 1280px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}
#renewal2022 .gnav__1st {
  position: relative;
  height: 45px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #a8216b;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__1st {
    height: 60px !important;
    font-size: 1.4rem;
    margin: auto;
    padding: 0;
    max-width: 1280px;
  }
}
#renewal2022 .gnav__1st .gnav__facility {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__1st .gnav__facility {
    margin: auto;
  }
}
#renewal2022 .gnav__1st .searchUI {
  width: 300px;
  padding: 4px 10px;
  border-left: 1px solid #fff;
}
#renewal2022 .gnav__1st > ul > li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-left: 1px solid #fff;
}
#renewal2022 .gnav__1st > ul > li > a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  height: 100%;
  padding: 0 30px 0 50px;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(1) > a, #renewal2022 .gnav__1st > ul > li:nth-of-type(2) > a, #renewal2022 .gnav__1st > ul > li:nth-of-type(3) > a, #renewal2022 .gnav__1st > ul > li:nth-of-type(4) > a, #renewal2022 .gnav__1st > ul > li:nth-of-type(5) > a {
  position: relative;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(1) > a:before, #renewal2022 .gnav__1st > ul > li:nth-of-type(2) > a:before, #renewal2022 .gnav__1st > ul > li:nth-of-type(3) > a:before, #renewal2022 .gnav__1st > ul > li:nth-of-type(4) > a:before, #renewal2022 .gnav__1st > ul > li:nth-of-type(5) > a:before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 15px;
  width: 18px;
  height: 18px;
  margin: auto;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(1) > a:before {
  background: url(/urban/common/image/new/header/icon_time.svg) center center/cover no-repeat;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(2) > a:before {
  background: url(/urban/common/image/new/header/icon_access.svg) center center/cover no-repeat;
}

#renewal2022 .gnav__1st > ul > li:nth-of-type(3) {
  position: relative;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(3) > a {
  padding: 0 30px 0 40px;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(3) > a:before {
  top: 0;
  bottom: 0;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(/urban/common/image/new/header/icon_nav_global.svg) center center/cover no-repeat;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(3) > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#renewal2022 .gnav__1st .logo__header02 {
  width: 220px;
  padding: 4px 10px;
  border-left: 1px solid #fff;
}
#renewal2022 .gnav__balloon {
  display: none;
  position: fixed;
  z-index: 200;
  width: 100%;
  padding: 0;
  top: 105px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon {
    width: 144px;
    top: auto;
    padding: 20px 0 0;
  }
}
#renewal2022 .gnav__balloon__list {
  position: relative;
  padding: 20px 20px 40px;
  background: #a8216b;
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon__list {
    padding: 10px 0;
  }
}
#renewal2022 .gnav__balloon__list > li {
  width: 47%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon__list > li {
    width: 100%;
  }
}
#renewal2022 .gnav__balloon__list > li:hover {
  background: rgba(255, 255, 255, 0.3);
}
#renewal2022 .gnav__balloon__list > li:hover > a {
  opacity: 1;
}
#renewal2022 .gnav__balloon__list > li > a {
  color: #fff;
  font-weight: initial;
  padding: 12px 10px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon__list > li > a {
    padding: 4px 10px;
    border-bottom: 0;
  }
}
#renewal2022 .gnav__balloon__list > li .current {
  font-weight: bold;
}
#renewal2022 .gnav__balloon__list:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__balloon__list:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #a8216b;
  }
}
#renewal2022 .gnav__2nd {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  position: relative;
  z-index: 100;
  height: 60px;
  font-size: 1.6rem;
  font-weight: normal;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__2nd {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__2nd {
    height: 90px;
    font-weight: bold;
    max-width: 1280px;
    margin: 0 auto;
  }
}
#renewal2022 .gnav__2nd > div:first-of-type {
  width: 50%;
  margin: 0 auto 0 0;
}
#renewal2022 .gnav__2nd > div:first-of-type > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
#renewal2022 .gnav__2nd > div:first-of-type > a > img {
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__2nd > div:first-of-type {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    width: 240px;
    padding: 10px 30px;
    padding: 10px 0 10px 30px;
  }
  #renewal2022 .gnav__2nd > div:first-of-type > a {
    display: block;
    width: 100%;
  }
}
#renewal2022 .gnav__3rd {
  position: fixed;
  top: auto;
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
  overflow-y: scroll;
  height: auto;
  padding: 0;
  width: 100%;
  color: #fff;
  background: #a8216b;
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd {
    display: block;
    position: relative;
    z-index: 90;
    opacity: 0;
    top: 0;
    right: 0;
    height: calc(100% - 80px);
    padding: 0;
    overflow: auto;
    -ms-overflow-style: none; /* これを追加 */
    scrollbar-width: none;
  }
  #renewal2022 .gnav__3rd:-webkit-scrollbar {
    display: none;
  }
}
#renewal2022 .gnav__3rd__wrapper {
  overflow: auto;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 50px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: 1280px;
    padding: 50px;
    height: auto;
  }
}
#renewal2022 .gnav__3rd__wrapper > .gnav__item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper > .gnav__item {
    width: 50%;
  }
}
#renewal2022 .gnav__3rd__wrapper > .gnav__item > ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#renewal2022 .gnav__3rd__wrapper > .gnav__item > ul:first-of-type {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper > .gnav__item > ul:first-of-type {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 0 0 30px;
  }
}
#renewal2022 .gnav__3rd__wrapper > .gnav__item > ul:first-of-type > li {
  width: 100%;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper > .gnav__item > ul:first-of-type > li {
    width: 47%;
  }
}
#renewal2022 .gnav__3rd__wrapper > .gnav__item:first-child {
  padding: 0;
}
#renewal2022 .gnav__item {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
#renewal2022 .gnav__item > ul {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#renewal2022 .gnav__item > ul:first-of-type {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#renewal2022 .gnav__item > ul:last-of-type {
  margin: 24px 0 0;
}
#renewal2022 .gnav__item > ul:last-of-type > li {
  font-size: 1.4rem;
  padding: 4px;
  width: 40%;
}
#renewal2022 .gnav__item > ul:last-of-type > li:nth-of-type(1), #renewal2022 .gnav__item > ul:last-of-type > li:nth-of-type(3) {
  width: 60%;
}
#renewal2022 .gnav__item > ul > li {
  width: 45%;
}
#renewal2022 .gnav__item-btn {
  display: block;
  width: 240px;
  color: #a8216b;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
#renewal2022 .gnav__item-ttl {
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 0;
  padding: 0 0 0 70px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__item-ttl {
    height: auto;
    margin: 0;
  }
}
#renewal2022 .gnav__item-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url(/urban/common/image/new/header/icon_point_square.png) center center/contain no-repeat;
}
#renewal2022 .gnav__item-txt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 0 0;
}
#renewal2022 .gnav__item-lead {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 0 0 16px;
}
#renewal2022 .gnav__item-lead:before {
  content: "※";
  position: absolute;
  top: 9px;
  left: 0;
}
#renewal2022 .gnav__main > li {
  margin: 0 0 0 4px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__main > li {
    margin: 0;
  }
}
#renewal2022 .gnav__main > li .icon-header-01:before {
  background: url(/urban/common/renew/assets/img/icon/icon_header_01_sp.svg) center center/contain no-repeat;
}
#renewal2022 .gnav__main > li .icon-header-close01:before {
  background: url(/urban/common/renew/assets/img/header/icon_cross_colored.svg) center center/140% no-repeat;
}
#renewal2022 .gnav__main > li .icon-header-02:before {
  background: url(/urban/common/renew/assets/img/icon/icon_header_02_sp.png) center center/contain no-repeat;
}
#renewal2022 .gnav__main > li .icon-header-03:before {
  background: url(/urban/common/renew/assets/img/header/icon_cross_colored.svg) center center/140% no-repeat;
}
#renewal2022 .gnav__main > li .icon-login:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(/urban/common/images/icon_header_03_sp.png) center center/contain no-repeat;
}
#renewal2022 .gnav__main > li > p {
  position: relative;
  width: 60px;
  height: 60px;
}
#renewal2022 .gnav__main > li > p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 12px auto;
}
#renewal2022 .gnav__main > li > p > span:nth-child(1), #renewal2022 .gnav__main > li > p > span:nth-child(2), #renewal2022 .gnav__main > li > p > span:nth-child(3) {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #a8216b;
}
#renewal2022 .gnav__main > li > p > span:nth-child(1) {
  bottom: 28px;
  right: 0;
  left: 0;
}
#renewal2022 .gnav__main > li > p > span:nth-child(2) {
  bottom: 36px;
  right: 0;
  left: 0;
}
#renewal2022 .gnav__main > li > p > span:nth-child(3) {
  bottom: 44px;
  right: 0;
  left: 0;
}
#renewal2022 .gnav__main > li > p > span:last-of-type {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 26px;
  margin: auto;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.1;
  background: none;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__main > li {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  #renewal2022 .gnav__main > li > a {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    height: 100%;
    padding: 0 22px;
  }
  #renewal2022 .gnav__main > li:last-of-type {
    padding: 0 20px 0 0;
  }
}
#renewal2022 .gnav__guide > li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
}
#renewal2022 .gnav__guide > li > a {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#renewal2022 .gnav__guide > li > a > .icon {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
#renewal2022 .gnav__guide > li > a > .icon:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70%;
  height: 70%;
  margin: auto;
}
#renewal2022 .gnav__guide > li > a > p {
  width: 100%;
}
#renewal2022 .gnav__guide > li > a > p > span {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  height: 40px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}
#renewal2022 .gnav__guide-mall {
  width: 100%;
  height: 40px;
  background: #dcdcdc;
  background: linear-gradient(135deg, #dcdcdc 0%, #dcdcdc 20%, #fafafa 80%, #fafafa 100%);
}
#renewal2022 .gnav__guide-mall .icon {
  width: 100%;
  height: 50px;
}
#renewal2022 .gnav__guide-mall .icon:before {
  background: url(/urban/common/image/new/header/logo_mall.svg) center center/contain no-repeat;
}
#renewal2022 .gnav__guide-point {
  width: 100%;
  height: 40px;
  background: linear-gradient(135deg, #c6e5fa 0%, #c6e5fa 20%, #ecf6fb 80%, #ecf6fb 100%);
}
#renewal2022 .gnav__guide-point .icon {
  width: 100%;
  height: 50px;
}
#renewal2022 .gnav__guide-point .icon:before {
  background: url(/urban/common/image/new/header/icon_point.svg) center center/contain no-repeat;
}
#renewal2022 .gnav__guide-member {
  color: #fff;
  width: 100%;
  height: 40px;
  background: #4299d4;
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
}
#renewal2022 .gnav__guide-member .icon {
  width: 100%;
  height: 50px;
}
#renewal2022 .gnav__guide-member .icon:before {
  background: url(/urban/common/image/new/header/icon_member.svg) center center/contain no-repeat;
}
#renewal2022 .gnav__guide-member .icon:after {
  content: "";
  position: absolute;
  margin: auto;
  top: -20px;
  bottom: 0;
  right: -60px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/urban/common/image/new/header/icon_check.svg) center center/contain no-repeat;
}
#renewal2022 .gnav__guide-close {
  color: #fff;
  width: 100%;
  height: 40px;
  background: #a8216b;
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
}
#renewal2022 .gnav__guide-close .icon {
  width: 100%;
  height: 60px;
}
#renewal2022 .gnav__guide-close .icon:before {
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: url(/urban/common/image/new/header/icon_cross.svg) center center/contain no-repeat;
}
#renewal2022 .gnav__menu__bg {
  display: none;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: calc(2044px + env(safe-area-inset-bottom));
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  background-attachment: fixed;
}
#renewal2022 .gnav__menu__open {
  right: 0 !important;
}
#renewal2022 .gnav__menu__wrapper {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: -120%;
  width: 80vw;
  background: #fff;
  z-index: 100;
  -webkit-filter: blur(0) !important;
          filter: blur(0) !important;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: scroll !important;
  max-height: 100vh;
}
@media screen and (max-width: 767px) {
  #renewal2022 .gnav__menu__wrapper {
    max-height: inherit;
    position: fixed;
    display: block;
    bottom: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: auto !important;
  }
}
#renewal2022 .gnav__menu__wrapper > ul {
  width: 100%;
  background: #a8216b;
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #a8216b 80%, #a8216b 100%);
}
#renewal2022 .gnav__menu__wrapper > ul > li > a,
#renewal2022 .gnav__menu__wrapper > ul > li > span {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 16px 24px;
  border-top: 1px solid #fff;
}
#renewal2022 .gnav__menu__wrapper > ul .gnavi__toactive:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) !important;
          transform: translate(-50%, -50%) rotate(0deg) !important;
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__lowhas {
  position: relative;
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__lowhas:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__lowhas:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__lowhas:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline:after {
  background: #343434;
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline > a, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline > span {
  color: #343434;
  background: #f0f0f0;
  border-top: 0;
  border-bottom: 1px solid #999;
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low:after {
  background: #343434;
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low > a, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low > span {
  position: relative;
  color: #343434;
  font-size: 1.3rem;
  background: #f0f0f0;
  border-top: 0;
  border-bottom: 1px solid #999;
  padding: 16px 24px 16px 44px;
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low > a:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-grayline-low > span:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 26px;
  width: 8px;
  height: 1px;
  background: #343434;
  margin: auto;
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-low > a, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-low > span {
  position: relative;
  color: #343434;
  font-size: 1.3rem;
  background: #f0d9e1;
  border-top: 0;
  border-bottom: 1px solid #f0d9e1;
  padding: 16px 24px 16px 44px;
}
#renewal2022 .gnav__menu__wrapper > ul .gnav__menu-low > a:before, #renewal2022 .gnav__menu__wrapper > ul .gnav__menu-low > span:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 26px;
  width: 8px;
  height: 1px;
  background: #a8216b;
  margin: auto;
}
#renewal2022 .gnav__menu-close {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  width: 100%;
  height: 57px;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  #renewal2022 .gnav__menu-close {
    background-color: #fff;
  }
}
#renewal2022 .gnav__menu-close > span {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  width: 56px;
  height: 46px;
  text-align: center;
  font-size: 0.9rem;
}
#renewal2022 .gnav__menu-close > span:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 2px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #a8216b;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#renewal2022 .gnav__menu-close > span:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 2px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #a8216b;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#renewal2022 .gnav__logo {
  margin-right: 10px;
  width: 30%;
}
#renewal2022 .gnav__wrap {
  background-color: #fff;
}
#renewal2022 .shadow__header {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
#renewal2022 .member-logged {
  color: #fff;
  background: #a8216b;
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #a8216b 80%, #a8216b 100%);
}
#renewal2022 .member-logged .icon {
  width: 100%;
  height: 50px;
}
#renewal2022 .member-logged .icon:before {
  background: url(/urban/common/image/new/header/icon_member.svg) center center/contain no-repeat;
}
#renewal2022 .member-logged .icon:after {
  content: "";
  position: absolute;
  margin: auto;
  top: -20px;
  bottom: 0;
  right: -60px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/urban/common/images/icon_check.png) center center/contain no-repeat;
}
#renewal2022 .gnav__main.type02 > li > a > p {
  position: relative;
  width: 60px;
  height: 60px;
}
#renewal2022 .gnav__main.type02 > li .icon-login > span {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 26px;
  margin: auto;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.1;
  background: none;
}
#renewal2022 .gnav__main.type02 > li .icon-login::before {
  background: url(/urban/common/renew/assets/img/icon/icon_header_02_sp.png) center center/contain no-repeat;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 12px auto;
}
#renewal2022 .gnav__main.type02 > li .icon-login.notlogin::after {
  content: none;
}
#renewal2022 .gnav__main.type02 > li .icon-header-close {
  display: none;
}
#renewal2022 .gnav__main.type02 > li .icon-header-close:before {
  background: url(/urban/common/renew/assets/img/header/icon_cross_colored.png) center center/140% no-repeat;
}
#renewal2022 .gnav__main.type02 > li.is-open p {
  display: none;
}
#renewal2022 .gnav__main.type02 > li.is-open .icon-header-close {
  display: block;
}
#renewal2022 .gnav__guide-member.notlogin .icon::after {
  content: none;
}
#renewal2022 .gnav__3rd__wrapper.type02 > .gnav__item > ul:first-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#renewal2022 #site-translate-header-wrapper ~ .gnav {
  top: 44px;
}
#renewal2022 .gnav.type02 .gnav__1st .gnav__facility {
  width: 270px;
}
@media screen and (max-width: 767px) {
  #renewal2022 .gnav.type02 .gnav__1st .gnav__facility {
    width: 200px;
  }
}
#renewal2022 .gnav.type02 .gnav_body {
  display: none;
}

#renewal2022 .sec__head {
  margin: 0 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #renewal2022 .sec__head {
    margin: 0;
    padding: auto;
  }
}
#renewal2022 .sec__head > p {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #renewal2022 .sec__head > h2 {
    width: 100%;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #renewal2022 .sec__head > p {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
  }
}
#renewal2022 .sec__head > p > span {
  display: block;
  width: auto;
  color: #666;
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5rem 0 0;
}
#renewal2022 .sec__head > h2 > span {
  display: block;
  width: auto;
  color: #666;
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .sec__head > p > span {
    font-size: 1.6rem;
  }
  #renewal2022 .sec__head > h2 > span {
    font-size: 1.6rem;
  }
}
#renewal2022 .sec__head > span {
  width: 100%;
  color: #666;
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5rem 0 0;
  padding: 0;
}
#renewal2022 .sec__head > a {
  position: absolute;
  right: 0;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 50px;
  background: #a8216b;
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  #renewal2022 .sec__head > a {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    background: #a8216b;
    background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .sec__head {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #renewal2022 .sec__head > p {
    width: auto;
    font-size: 3rem;
    font-weight: bold;
  }
  #renewal2022 .sec__head > span {
    width: auto;
    color: #666;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0.5rem 0 0;
    padding: 0 20px;
  }
  #renewal2022 .sec__head > a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 50px;
    background: #a8216b;
    background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #renewal2022 .sec__head > a {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    background: #a8216b;
    background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
  }
}
#renewal2022 .sec__mall__ttl {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#renewal2022 .sec__mall__ttl > img {
  max-width: 80px;
  margin: 0 16px 4px 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .sec__mall__ttl > img {
    max-width: 140px;
    margin: 5px 26px 0 0;
  }
  #renewal2022 .sec__mall__ttl > img > img {
    width: 100%;
    max-width: auto;
  }
}
#renewal2022 .sec__mall__ttl > span {
  width: 100% !important;
}
#renewal2022 .sec__feature__head > a {
  display: block;
  color: #a8216b;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 50px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #renewal2022 .sec__feature__head > a {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
  }
}

@media screen and (min-width: 768px) {
  #renewal2022 .footer {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__container {
    min-width: 1280px;
  }
}
#renewal2022 .footer__line {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 0;
}
#renewal2022 .footer__line > ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.bk-color{
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__line {
    width: 100%;
  }
}
#renewal2022 .footer__copy {
  color: #4b5253;
  font-size: 0.9rem;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__copy {
    font-size: 1.1rem;
  }
}
#renewal2022 .footer__btn > a {
  display: block;
  width: 240px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #a8216b;
  margin: 30px auto 0;
}
#renewal2022 .footer__gradient-01 {
  background: #a8216b;
  background: -webkit-gradient(linear, left top, right top, from(#a8216b), to(#0094d2));
  background: linear-gradient(to right, #a8216b 0%, #0094d2 100%);
  color: #fff;
}
#renewal2022 .footer__gradient-02 {
  background-color: #e0b4c4;
  color: #343434;
}
#renewal2022 .footer__gray {
  background: #f5f5f5;
}
#renewal2022 .footer__lightblue01 {
  background: #f0d9e1;
}
#renewal2022 .footer__sitelink {
  padding: 10px 20px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__sitelink {
    width: calc(100% - 340px);
    padding: 10px 10px 10px 30px;
  }
}
#renewal2022 .footer__sitelink > ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__sitelink > ul {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0;
  }
}
#renewal2022 .footer__sitelink > ul > li {
  width: 49%;
  font-size: 0.9rem;
  height: auto;
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__sitelink > ul > li {
    width: 25%;
    font-size: 1.4rem;
  }
}
#renewal2022 .footer__sns {
  width: 100%;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__sns {
    width: 320px;
    margin-right: 30px;
    padding: 30px 10px;
  }
}
#renewal2022 .footer__sns__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#renewal2022 .footer__sns > ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 20px 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__sns > ul {
    margin: 16px 0 0 0;
  }
}
#renewal2022 .footer__sns > ul > li > a {
  width: 40px;
  height: 40px;
  margin: 0 3px;
}
#renewal2022 .footer__item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item {
    width: 1280px;
  }
}
#renewal2022 .footer__item-01 {
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 {
    padding: 0 30px;
    overflow: auto;
  }
}
#renewal2022 .footer__item-01 ul {
  width: 100%;
  font-weight: bold;
  padding: 0 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul {
    padding: 30px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#renewal2022 .footer__item-01 ul:first-of-type {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul:first-of-type {
    border-bottom: 1px solid #4d99cd;
  }
}
#renewal2022 .footer__item-01 ul:first-of-type > li:first-child {
  width: 100%;
  font-size: 1.6rem;
  padding: 15px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul:first-of-type > li:first-child {
    width: auto;
    font-size: 2rem;
    padding: 0 60px 0 0;
  }
  #renewal2022 .footer__item-01 ul:first-of-type > li:first-child:before, #renewal2022 .footer__item-01 ul:first-of-type > li:first-child:after {
    content: none;
  }
}
#renewal2022 .footer__item-01 ul:first-of-type > li:first-child > a:before, #renewal2022 .footer__item-01 ul:first-of-type > li:first-child > a:after {
  content: none;
}
#renewal2022 .footer__item-01 ul:first-of-type > li:first-child:before, #renewal2022 .footer__item-01 ul:first-of-type > li:first-child:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  right: -8px;
  top: 50%;
  width: 14px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul:first-of-type > li:first-child:before, #renewal2022 .footer__item-01 ul:first-of-type > li:first-child:after {
    content: none;
  }
}
#renewal2022 .footer__item-01 ul:first-of-type > li:first-child:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(2), #renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(3), #renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(4), #renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(5), #renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(6) {
  display: none;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(2), #renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(3), #renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(4), #renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(5), #renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(6) {
    display: block;
  }
}
#renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(6) {
  position: relative;
  padding: 15px 0;
}
#renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(6) > img {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 78.5px;
}
#renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(6) > a > span:last-child {
  color: #666;
  display: none;
}
#renewal2022 .footer__item-01 ul:first-of-type > li:nth-of-type(6) > a::after {
  display: none;
}
#renewal2022 .footer__item-01 ul > li {
  width: 100%;
  font-size: 1.4rem;
  border-bottom: 1px solid #4d99cd;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul > li {
    width: auto;
    border-bottom: 0;
  }
}
#renewal2022 .footer__item-01 ul > li span {
  position: relative;
  padding: 0 0 0 40px;
}
#renewal2022 .footer__item-01 ul > li span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul > li span {
    padding: 0;
  }
  #renewal2022 .footer__item-01 ul > li span:before {
    content: none;
  }
}
#renewal2022 .footer__item-01 ul > li .icon-footer-01:before {
  background: url(/urban/common/renew/assets/img/icon/icon_footer_01.png) center center/contain no-repeat;
}
#renewal2022 .footer__item-01 ul > li .icon-footer-02:before {
  background: url(/urban/common/renew/assets/img/icon/icon_footer_02.png) center center/contain no-repeat;
}
#renewal2022 .footer__item-01 ul > li .icon-footer-03:before {
  background: url(/urban/common/renew/assets/img/icon/icon_footer_03.png) center center/contain no-repeat;
}
#renewal2022 .footer__item-01 ul > li .icon-footer-04:before {
  background: url(/urban/common/renew/assets/img/icon/icon_footer_04.png) center center/contain no-repeat;
}
#renewal2022 .footer__item-01 ul > li .icon-footer-05:before {
  background: url(/urban/common/renew/assets/img/icon/icon_footer_05.png) center center/contain no-repeat;
}
#renewal2022 .footer__item-01 ul > li > a {
  position: relative;
  padding: 15px 0;
}
#renewal2022 .footer__item-01 ul > li > a:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul > li > a:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 10px;
    margin: auto;
    background: #4d99cd;
  }
}
#renewal2022 .footer__item-01 ul > li > a:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 6px;
  width: 6px;
  height: 6px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul > li > a:after {
    top: 2px;
    bottom: 0;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul > li > a {
    padding: 0 30px;
  }
}
#renewal2022 .footer__item-01 ul > li:first-child > a {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul > li:first-child > a {
    padding: 0 40px 0 0;
  }
}
#renewal2022 .footer__item-01 ul > li:last-child > a:before {
  content: none;
}
#renewal2022 .footer__item-02 {
  display: none;
  padding: 20px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-02 {
    display: block;
  }
}
#renewal2022 .footer__item-02 > .footer__line {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
#renewal2022 .footer__item-02 > .footer__line:nth-of-type(3) .footer__item-02__ttl > span:before {
  content: none;
}
#renewal2022 .footer__item-02 > .footer__line:nth-of-type(3) .footer__item-02__ttl > span:last-of-type {
  display: block;
  font-size: 1.2rem;
  font-weight: inherit;
}
#renewal2022 .footer__item-02 > .footer__line:last-of-type {
  border-bottom: 0;
}
#renewal2022 .footer__item-02 > .footer__line:last-of-type .footer__item-02__ttl > span:before {
  content: none;
}
#renewal2022 .footer__item-02__ttl {
  width: 250px;
}
#renewal2022 .footer__item-02__ttl span {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
#renewal2022 .footer__item-02__ttl span:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -20px;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #a8216b;
  border-right: 1px solid #a8216b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#renewal2022 .footer__item-02__info {
  width: calc(100% - 250px);
}
#renewal2022 .footer__item-02 dl {
  margin: 0 0 10px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#renewal2022 .footer__item-02 dl:last-of-type {
  margin: 0;
}
#renewal2022 .footer__item-02 dl > dt {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 10px 0 0;
}
#renewal2022 .footer__item-02 dl > dd.ddcol {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
#renewal2022 .footer__item-02 dl > dd.ddcol > p:first-of-type {
  width: 280px;
}
#renewal2022 .footer__item-02 dl > dd.ddcol > p > span {
  display: block;
}
#renewal2022 .footer__item-02 dl > dd {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 1.4rem;
}
#renewal2022 .footer__item-02 dl > dd > p {
  padding: 0 10px 0 0;
}
#renewal2022 .footer__item-02 dl > dd span {
  font-size: 1.2rem;
}
#renewal2022 .footer__item-02 dl > dd span.phonenum {
  font-size: 2.4rem;
  padding: 0 20px 0 10px;
}
#renewal2022 .footer__item-03 {
  overflow: hidden;
  padding: 30px 0 30px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-03 {
    padding: 60px 30px 30px;
  }
}
#renewal2022 .footer__item-03__ttl {
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-03__ttl {
    padding: 0;
    font-size: 1.8rem;
  }
}
#renewal2022 .footer__item-03 ul::-webkit-scrollbar {
  display: none;
}
#renewal2022 .footer__item-03 ul {
  display: -webkit-box;
  width: 100vw;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 30px;
  padding: 10px 0 30px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-03 ul {
    overflow-x: none;
    white-space: nowrap;
    width: auto;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
#renewal2022 .footer__item-03 ul:last-child {
  border: none;
}
#renewal2022 .footer__item-03 ul > li {
  width: 30vw;
  padding: 0 10px 0 0;
}
#renewal2022 .footer__item-03 ul > li:first-of-type {
  margin: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-03 ul > li {
    width: 11.5%;
    margin: 0 1% 0 0;
    padding: 0;
  }
  #renewal2022 .footer__item-03 ul > li:nth-of-type(8n) {
    margin: 0;
  }
  #renewal2022 .footer__item-03 ul > li:first-of-type {
    margin: 0 10px 0 0;
  }
}
#renewal2022 .footer__item-04 {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-04 {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}
#renewal2022 .footer__item-05 {
  padding: 40px 20px 30px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-05 {
    padding: 40px 30px 30px;
  }
}
/* #renewal2022 .footer__item-05 ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
} */
@media screen and (min-width: 768px) {
  /* #renewal2022 .footer__item-05 ul {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  } */
}
/* #renewal2022 .footer__item-05 ul > li {
  width: 50%;
} */
/* @media screen and (min-width: 768px) {
  #renewal2022 .footer__item-05 ul > li {
    width: 16.6666666667%;
  }
} */
#renewal2022 .footer__item-05 ul > li > a {
  border-right: 1px solid #f5f5f5;
  background: #fff;
}
#renewal2022 .footer__item-05 ul > li > a > img {
  width: 80%;
  margin: auto;
}
#renewal2022 .footer__item-05 ul > li:last-of-type > a {
  border: 0;
}
#renewal2022 .footer__item-06 {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 30px 30px 70px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-06 {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 30px 10px;
  }
}
#renewal2022 .footer__item-06 .footer__line:first-of-type {
  margin: 20px 0 0;
}
#renewal2022 .footer__item-06 .footer__line:first-of-type ul li:first-of-type {
  width: 100%;
  text-align: center;
}
#renewal2022 .footer__item-06 .footer__line:first-of-type, #renewal2022 .footer__item-06 .footer__line:last-of-type {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#renewal2022 .footer__item-06 .footer__line:last-child > ul > li > a {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-06 .footer__line:first-of-type {
    width: 70%;
    margin: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #renewal2022 .footer__item-06 .footer__line:first-of-type ul li:first-of-type {
    width: auto;
    text-align: left;
  }
  #renewal2022 .footer__item-06 .footer__line:last-of-type {
    width: 30%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #renewal2022 .footer__item-06 .footer__line:last-of-type > ul > li > a {
    padding: 0 0 0 10px;
  }
}
#renewal2022 .footer__item-06 ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 1.1rem;
}
#renewal2022 .footer__item-06 ul > li {
  position: relative;
  margin: 0;
}
#renewal2022 .footer__item-06 ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 10px;
  margin: auto;
  background: #999;
}
#renewal2022 .footer__item-06 ul > li:first-of-type:before, #renewal2022 .footer__item-06 ul > li:last-of-type:before {
  content: none;
}
#renewal2022 .footer__item-06 ul > li:not(:first-of-type) {
  font-weight: bold;
}
#renewal2022 .footer__item-06 ul > li > a {
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-06 ul > li > a {
    padding: 0 20px;
  }
}
#renewal2022 .footer__item--bgwhite {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item--bgwhite {
    background-color: transparent;
  }
}
#renewal2022 .footer__tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#renewal2022 .footer__tab > button {
  width: 33.3333333333%;
  height: 40px;
  color: #a8216b;
  border: 1px solid #a8216b;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
#renewal2022 .footer__tab > button:not(:last-child) {
  margin-right: 2px;
}
#renewal2022 .footer__tab--click {
  background: #a8216b;
  background: -webkit-gradient(linear, left top, right top, from(#a8216b), to(#0094d2));
  background: linear-gradient(to right, #a8216b 0%, #0094d2 100%);
  color: #fff !important;
  border-color: transparent !important;
}
#renewal2022 .footer__tab--click:hover {
  opacity: 1;
}
#renewal2022 .footer__tab--click:hover > a {
  opacity: 1;
}
#renewal2022 .footer__menutab {
  border: 1px solid #a8216b;
  margin-top: -1px;
  padding: 30px 0 30px 0;
}
#renewal2022 .footer__tabcontent > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#renewal2022 .footer__tabcontent > ul:last-child {
  margin-top: 30px;
}
#renewal2022 .footer__tabcontent > ul > li {
  width: 25%;
  text-align: center;
}
#renewal2022 .footer__tabcontent > ul > li:not(:nth-child(4)) {
  border-right: 1px solid #b2b2b2;
}
#renewal2022 .footer__tabcontent > ul > li > a > span {
  position: relative;
  font-weight: bold;
}
#renewal2022 .footer__tabcontent > ul > li > a > span:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -20px;
  width: 8px;
  height: 8px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #343434;
  border-right: 1px solid #343434;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#renewal2022 .footer__mall {
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__mall {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30px;
  }
}
#renewal2022 .footer__mall--icon {
  padding: 12px 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__mall--icon {
    padding: 0 10px 0 16px;
  }
}
#renewal2022 .footer__mall--tab {
  width: 100%;
  height: 100%;
  padding: 30px;
}
#renewal2022 .footer__mall--sptab {
  width: 100%;
}
#renewal2022 .footer__mall--title {
  padding: 0 !important;
}
#renewal2022 .footer__mall--title--active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
}
#renewal2022 .footer__mall .footer__line {
  width: 100%;
}
#renewal2022 .footer__mall .footer__line > ul {
  padding: 0;
}
#renewal2022 .footer__mall .footer__line > ul > li {
  padding: 15px 20px !important;
  width: 100%;
  position: relative;
}
#renewal2022 .footer__mall .footer__line > ul > li::after, #renewal2022 .footer__mall .footer__line > ul > li::before {
  right: 10px !important;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  top: 50%;
  width: 14px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#renewal2022 .footer__mall .footer__line > ul > li::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
#renewal2022 .footer__mall .footer__line .footer__sptab--content {
  width: 100%;
  background-color: #c5e2ef;
  padding: 25px 20px 0 20px;
}
#renewal2022 .footer__mall .footer__line .footer__sptab--content > a {
  display: block;
  color: #343434;
  padding-bottom: 25px;
  font-size: 13px;
}
#renewal2022 .footer__mall .footer__line .footer__sptab--content > a::before {
  content: "−";
}
#renewal2022 .footer.type02 .footer__suggest {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__suggest {
    padding: 0 30px;
  }
}
#renewal2022 .footer.type02 .footer__suggest__content {
  margin-bottom: 9px;
  font-size: 7px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__suggest__content {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
#renewal2022 .footer.type02 .footer__suggest__content:first-child > .footer__suggest__description > p {
  width: auto;
}
#renewal2022 .footer.type02 .footer__suggest__ttl {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__suggest__ttl {
    margin-bottom: 4px;
  }
}
#renewal2022 .footer.type02 .footer__suggest__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#renewal2022 .footer.type02 .footer__suggest__description > a {
  padding-right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__suggest__description > a {
    width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__suggest__description > a > img {
    margin-top: 0.5vw;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__suggest__description > a {
    padding-right: 20px;
  }
}
#renewal2022 .footer.type02 .footer__suggest__description > p {
  width: 86.5%;
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__item-01 .footer__dropdow > li span {
    padding-right: 10px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__item-01 .footer__dropdow > li:nth-of-type(5) > a:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__item-01 .footer__dropdow > li:nth-of-type(6) span {
    padding-right: 85px;
  }
}
#renewal2022 .footer.type02 .footer__item-03 {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__item-03 {
    padding: 60px 30px 0px 30px;
  }
}
#renewal2022 .footer.type02 .footer__line .footer__item-parking {
  max-width: 184px;
}
#renewal2022 .footer.type02 .footer__line .footer__item-parking:not(:first-of-type) {
  display: none;
}
#renewal2022 .footer.type02 .footer__sns > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#renewal2022 .footer.type02 .footer__sns > ul > li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__sns > ul > li:not(:last-child) {
    margin-right: 24px;
  }
}

.body-top .wrap-top-btn.scrolled {
  opacity: 1;
}

.body-top .wrap-top-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body-top .wrap-top-btn a {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 60px;
  height: 60px;
  padding: 40px 0 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background: url(/urban/common/images/pagetop.png) no-repeat center 9px #242424;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-bottom: 61px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  line-height: 1.4;
  word-break: break-all;
  letter-spacing:normal;
}
@media screen and (max-width: 768px) {
  .body-top .wrap-top-btn {
    right: 20px;
    bottom: 66px;
  }
  .body-top .wrap-top-btn a {
    margin-bottom: 80px;
    font-size: 10px;
  }
}




.body-top .wrap-top-btn a:hover {
  opacity: 1;
}

#renewal2022 ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
#renewal2022 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
#renewal2022 ::-moz-placeholder {
  /* Others */
  color: #999;
}
#renewal2022 ::-ms-input-placeholder {
  /* Others */
  color: #999;
}
#renewal2022 ::placeholder {
  /* Others */
  color: #999;
}
#renewal2022 .searchUI > form {
  position: relative;
  width: 100%;
}
#renewal2022 .searchUI > form:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(/urban/common/renew/assets/img/header/icon_search.svg) center center/cover no-repeat;
  z-index: 100;
}
#renewal2022 .searchUI__txtb {
  border-radius: 6px;
  border: 2px solid #888;
  font-size: 1.4rem;
  padding: 7px 85px 7px 10.5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .searchUI__txtb {
    width: 100%;
    font-size: 1.4rem;
    padding: 12px 90px 12px 10px;
  }
}
#renewal2022 .searchUI__btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #a8216b;
  border-radius: 0 6px 6px 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  width: 90px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track > a {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#renewal2022 .slick-list {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .slick-list {
    padding: 0 150px 0 0;
  }
}
#renewal2022 .slick-prev.slick-disabled {
  opacity: 0 !important;
}
#renewal2022 .slick-next.slick-disabled:before,
#renewal2022 .slick-next.slick-disabled:after {
  -webkit-transform: rotate(-135deg) !important;
          transform: rotate(-135deg) !important;
  opacity: 1 !important;
}
#renewal2022 .slick-next.slick-disabled:after {
  left: 16px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .slick-next.slick-disabled:after {
    left: 30px;
  }
}
#renewal2022 .mv .slick-slide:not(.slick-current) {
  position: relative;
}
#renewal2022 .mv .slick-slide:not(.slick-current):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  margin: auto;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
#renewal2022 .mv .slick-slide img {
  display: block;
  height: 100%;
  max-width: 100%;
 
}
#renewal2022 .mv li.slick-slide {
  height: 136px;
}
#renewal2022 .mv li.slick-slide a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
}
#renewal2022 .event .slick-prev, #renewal2022 .event .slick-next {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 100px;
  opacity: 1;
}
#renewal2022 .slick-next {
  right: -10px;
  border-radius: 60px 0 0 60px;
}
#renewal2022 .slick-next:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}
#renewal2022 .slick-next:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .slick-next {
    right: 0;
  }
  #renewal2022 .slick-next:before {
    left: 20px;
  }
  #renewal2022 .slick-next:after {
    left: 20px;
  }
}
#renewal2022 .slick-prev {
  left: -10px;
  border-radius: 0 60px 60px 0;
}
#renewal2022 .slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 8px;
}
#renewal2022 .slick-prev:after {
  display: none;
}
@media screen and (min-width: 768px) {
  #renewal2022 .slick-prev {
    left: 0;
  }
  #renewal2022 .slick-prev:before {
    left: 20px;
  }
}
#renewal2022 .slick-prev, #renewal2022 .slick-next {
  height: 30px;
  width: 30px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
#renewal2022 .slick-prev:before, #renewal2022 .slick-prev:after, #renewal2022 .slick-next:before, #renewal2022 .slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #a8216b;
  border-right: 2px solid #a8216b;
}
@media screen and (min-width: 768px) {
  #renewal2022 .slick-prev, #renewal2022 .slick-next {
    height: 60px;
    width: 60px;
  }
  #renewal2022 .slick-prev:before, #renewal2022 .slick-prev:after, #renewal2022 .slick-next:before, #renewal2022 .slick-next:after {
    width: 14px;
    height: 14px;
  }
}
#renewal2022 .slick-prev:hover,
#renewal2022 .slick-prev:focus,
#renewal2022 .slick-next:hover,
#renewal2022 .slick-next:focus {
  outline: none;
  background: #fff;
  color: transparent;
}
#renewal2022 .slick-dots {
  bottom: -26px;
  padding: 0 10px;
  line-height: 0.1;
}
@media screen and (min-width: 768px) {
  #renewal2022 .slick-dots {
    bottom: -36px;
    top: 102%;
  }
}
#renewal2022 .slick-dots li.slick-active button:before {
  color: #a8216b;
  opacity: 1;
}
#renewal2022 .slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #renewal2022 .slick-dots li {
    height: 20px;
    width: 20px;
    padding: 0 10px;
  }
}
#renewal2022 .slick-dots li button {
  padding: 0;
}
#renewal2022 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  font-size: 0.9rem;
  line-height: 11px;
  text-align: center;
  color: #D2D2D2;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.mv__slider .slick-slide:not(:first-child) {
  display: none;
}

.mv__slider .slick-slide:first-child {
  float: none;
  margin: 0 auto;
}

.mv__slider.slick-initialized .slick-slide:not(:first-child) {
  display: block;
}

.mv__slider.slick-initialized .slick-slide:first-child {
  float: left;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0 !important;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  vertical-align: middle !important;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal-wrapper:after {
  vertical-align: middle !important;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c !important;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .remodal {
    display: block;
  }
}
.remodal > ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.remodal > ul > li {
  width: 47%;
  padding: 10px 4px;
  border-bottom: 1px solid #dcdcdc;
}
.remodal > ul > li:nth-last-of-type(1), .remodal > ul > li:nth-last-of-type(2) {
  border: 0;
}
.remodal__ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

.remodal-close {
  position: absolute;
  top: 16px;
  left: auto;
  right: -10px;
  width: 100px;
  font-size: 1rem;
}
.remodal-close:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 10px;
  right: auto;
  width: 1px;
  height: 20px;
  background: #a8216b;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.remodal-close:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 10px;
  right: auto;
  width: 1px;
  height: 20px;
  margin: auto;
  background: #a8216b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal {
  padding: 20px !important;
}
@media screen and (min-width: 768px) {
  .remodal {
    display: block;
  }
}
.remodal > ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.remodal > ul > li {
  width: 47%;
  padding: 10px 4px;
  border-bottom: 1px solid #dcdcdc;
}
.remodal > ul > li:nth-last-of-type(1), .remodal > ul > li:nth-last-of-type(2) {
  border: 0;
}
.remodal__ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

.remodal-close {
  position: absolute;
  top: 16px !important;
  left: auto;
  right: -10px !important;
  width: 100px !important;
  font-size: 1rem !important;
}
.remodal-close:before {
  content: "" !important;
  position: absolute;
  top: 2px !important;
  bottom: 0;
  left: 10px !important;
  right: auto;
  width: 1px !important;
  height: 20px;
  background: #a8216b;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.remodal-close:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 10px;
  right: auto;
  width: 1px;
  height: 20px;
  margin: auto;
  background: #a8216b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.remodal-wrapper {
  overflow: hidden;
}

.remodal.detailcoupons,
.remodal.registration {
  padding: 0 !important;
  position: relative;
}

.remodal-wrapper {
  overflow: hidden;
}

.shop-guide-wrap {
  padding-bottom: 60px;
}

.shop-guide-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shop-guide-wrap .shop-guide .inner-section {
  margin-top: 20px;
  padding: 0;
}

.shop-guide-wrap .inner-section {
  margin: 0 17px 30px;
}

.shop-guide-wrap .md-pager-list-wrap {
  padding-bottom: 0;
}

.shop-guide-wrap .u-ta-c {
  text-align: center !important;
}

.shop-guide-wrap .wrap-search {
  background-color: #D7EDF9;
  padding: 15px 10px;
}

.shop-guide-wrap .wrap-search .parent-menu01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 535px;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li {
  width: calc(50% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li + li {
  margin-left: 4px;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  position: relative;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li > a.active {
  background: #3EA9E4;
  color: #fff;
  font-weight: bold;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li > a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #3EA9E4 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -4.5px;
  bottom: -8px;
}

.shop-guide-wrap .wrap-search .wrap-search-content {
  background-color: #fff;
  margin-top: 10px;
  padding: 15px 12px;
}

.shop-guide-wrap .wrap-search .wrap-search-content .inner {
  display: none;
}

.shop-guide-wrap .wrap-search .wrap-search-content .inner.active {
  display: block;
}

.shop-guide-wrap .wrap-search .wrap-search-content .txt {
  font-size: 14px;
  line-height: 1.6;
  color: #444444;
}

.shop-guide-wrap .wrap-search .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
}

.shop-guide-wrap .wrap-search .list-category > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  margin: 10px 0 0 10px;
  position: relative;
}

.shop-guide-wrap .wrap-search .list-category > li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: transparent no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}

.shop-guide-wrap .wrap-search .list-category > li.category-all:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-all.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-womens:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-womens.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-mens:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-mens.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-mens-womens:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-mens-womens.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-kids:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-kids.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-kimono:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-kimono.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-fashion:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-fashion.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-gourmet:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-gourmet.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-interior:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-interior.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-other:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-other.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-family:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-family.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-sports:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/category-sports.png);
}

.shop-guide-wrap .wrap-search .list-category input {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 0;
  width: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
}

.shop-guide-wrap .wrap-search .list-category input:checked + span {
  background-color: #D7EDF9;
}

.shop-guide-wrap .wrap-search .list-category label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
}

.shop-guide-wrap .wrap-search .list-category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #3EA9E4;
  color: #3EA9E4;
  padding: 6px 12px 6px 40px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
}

.shop-guide-wrap .wrap-search .list-floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
}

.shop-guide-wrap .wrap-search .list-floor > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3% - 6px);
  margin: 6px 0 0 6px;
  position: relative;
}

.shop-guide-wrap .wrap-search .list-floor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
}

.shop-guide-wrap .wrap-search .list-floor span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #3EA9E4;
  color: #3EA9E4;
  padding: 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
}

.shop-guide-wrap .wrap-search .list-floor + .txt {
  margin-top: 20px;
}

.shop-guide-wrap .wrap-search .list-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
}

.shop-guide-wrap .wrap-search .list-order > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(16.6666667% - 6px);
  margin: 6px 0 0 6px;
  position: relative;
}

.shop-guide-wrap .wrap-search .list-order a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
}

.shop-guide-wrap .wrap-search .list-order span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #3EA9E4;
  color: #3EA9E4;
  padding: 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
}

.shop-guide-wrap .wrap-search .list-order + .txt {
  margin-top: 20px;
}

.shop-guide-wrap .wrap-search-box {
  position: relative;
  margin-bottom: 15px;
}

.shop-guide-wrap .wrap-search-box form {
  position: relative;
}

.shop-guide-wrap .wrap-search-box input[type=search] {
  width: 100%;
  border: 1px solid #4E9FEB;
  border-radius: 5px;
  padding: 14px 40px 14px 10px;
  -webkit-appearance: none;
}

.shop-guide-wrap .wrap-search-box input[type=search]::-webkit-input-placeholder {
  color: #CCCCCC;
}

.shop-guide-wrap .wrap-search-box input[type=search]:-ms-input-placeholder {
  color: #CCCCCC;
}

.shop-guide-wrap .wrap-search-box input[type=search]::-ms-input-placeholder {
  color: #CCCCCC;
}

.shop-guide-wrap .wrap-search-box input[type=search]::-moz-placeholder {
  color: #CCCCCC;
}

.shop-guide-wrap .wrap-search-box input[type=search]::placeholder {
  color: #CCCCCC;
}

.shop-guide-wrap .wrap-search-box input[type=submit] {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url(/urban/common/renew/common/image/icon-shopguide/icon-search.png) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
}

.shop-guide-wrap .list-pager {
  margin-top: 10px;
}

.shop-guide-wrap .list-pager dt {
  font-size: 12px;
}

.shop-guide-wrap .list-pager dd {
  font-size: 18px;
}

.shop-guide-wrap .list-pager dd span {
  font-weight: bold;
}

.shop-guide-wrap .wrap-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -10px 17px 30px;
}

.shop-guide-wrap .wrap-list-btn > * {
  width: calc(50% - 6px);
}

.shop-guide-wrap .wrap-btn {
  text-align: center;
  margin-top: 15px;
}

.shop-guide-wrap .wrap-btn button {
  display: block;
  width: 100%;
  max-width: 535px;
  margin: 0 auto;
  background-color: #3EA9E4;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  border-radius: 6px;
  cursor: pointer;
}

.shop-guide-wrap .wrap-btn button span {
  display: inline-block;
  position: relative;
}

.shop-guide-wrap .wrap-btn button span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -3px 0 0 5px;
  vertical-align: middle;
}

.shop-guide-wrap .wrap-btn .btn-more, .shop-guide-wrap .wrap-btn .btn-arrow {
  display: block;
  width: 100%;
  max-width: 535px;
  margin: 30px auto 0;
  border: 1px solid #3EA9E4;
  text-align: center;
  color: #3EA9E4;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.shop-guide-wrap .wrap-btn .btn-more span, .shop-guide-wrap .wrap-btn .btn-arrow span {
  display: inline-block;
  position: relative;
}

.shop-guide-wrap .wrap-btn .btn-more span::after, .shop-guide-wrap .wrap-btn .btn-arrow span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #3EA9E4;
  border-right: 2px solid #3EA9E4;
  margin: -6px 0 0 5px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop-guide-wrap .wrap-btn .btn-more.col-01, .shop-guide-wrap .wrap-btn .btn-arrow.col-01 {
  color: #FFFFFF;
  background: #3EA9E4;
}

.shop-guide-wrap .wrap-btn .btn-more.col-01 span::after, .shop-guide-wrap .wrap-btn .btn-arrow.col-01 span::after {
  border-color: #FFFFFF;
}

.shop-guide-wrap .wrap-btn .btn-st {
  display: block;
  width: 100%;
  max-width: 535px;
  margin: 30px auto 0;
  border: 1px solid #3EA9E4;
  text-align: center;
  color: #3EA9E4;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.shop-guide-wrap .wrap-btn .btn-st span {
  display: inline-block;
  position: relative;
}

.shop-guide-wrap .wrap-btn .btn-st.col-01 {
  color: #FFFFFF;
  background: #3EA9E4;
}

.shop-guide-wrap .wrap-btn .btn-st.col-01 span::after {
  border-color: #FFFFFF;
}

.shop-guide-wrap .wrap-btn .btn-arrow span::after {
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0 0 5px;
}

.shop-guide-wrap .wrap-btn .btn-more.ico-tel, .shop-guide-wrap .wrap-btn .btn-arrow.ico-tel, .shop-guide-wrap .wrap-btn .btn-st.ico-tel {
  font-size: 1.4rem;
  padding: 15px 0;
}

.shop-guide-wrap .wrap-btn .btn-more.ico-tel:before, .shop-guide-wrap .wrap-btn .btn-arrow.ico-tel:before, .shop-guide-wrap .wrap-btn .btn-st.ico-tel:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  background: transparent no-repeat center center;
  background-size: contain;
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-tel-w.png);
}

.shop-guide-wrap .wrap-btn .btn-more.ico-mall, .shop-guide-wrap .wrap-btn .btn-arrow.ico-mall, .shop-guide-wrap .wrap-btn .btn-st.ico-mall {
  font-size: 1.4rem;
  padding: 15px 6px;
}

.shop-guide-wrap .wrap-btn .btn-more.ico-mall:before, .shop-guide-wrap .wrap-btn .btn-arrow.ico-mall:before, .shop-guide-wrap .wrap-btn .btn-st.ico-mall:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin-right: 5px;
  background: transparent no-repeat center center;
  background-size: contain;
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-mall-w.png);
}

.shop-guide-wrap .wrap-btn .ico-floor span {
  display: inline-block;
  position: relative;
}

.shop-guide-wrap .wrap-btn .ico-floor span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-floor.png);
  background-size: contain;
  margin-right: 10px;
}

.shop-guide-wrap .wrap-section {
  position: relative;
  margin-top: 30px;
}

.shop-guide-wrap .wrap-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#abc4fa), to(#bef3ea));
  background-image: linear-gradient(to right, #abc4fa, #bef3ea);
  margin-bottom: 20px;
}

.shop-guide-wrap .wrap-hdg:before, .shop-guide-wrap .wrap-hdg:after {
  content: "";
  display: block;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#abc4fa), to(#bef3ea));
  background-image: linear-gradient(to right, #abc4fa, #bef3ea);
  margin: 0 -17px;
}

.shop-guide-wrap .wrap-hdg .md-title_02 {
  padding: 9px 0;
}

.shop-guide-wrap .wrap-hdg .md-title_02:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: contain;
}

.shop-guide-wrap .wrap-hdg .md-title_02.ico-open:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-open.png);
}

.shop-guide-wrap .wrap-hdg .md-title_02.ico-shop:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-shop.png);
}

.shop-guide-wrap .wrap-hdg .md-title_02.ico-new:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-new.png);
}

.shop-guide-wrap .wrap-hdg .md-title_02.ico-item:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-item.png);
}

.shop-guide-wrap .wrap-hdg .md-title_02.ico-coordinate:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-coordinate.png);
}

.shop-guide-wrap .wrap-hdg .md-title_02.ico-event:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-event.png);
}

.shop-guide-wrap .wrap-hdg .md-title_02.ico-coupon:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-coupon.png);
}

.shop-guide-wrap .wrap-hdg .md-title_02.ico-brand:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-brand.png);
}

.shop-guide-wrap .wrap-hdg .md-title_02.ico-shop-detail:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-shop-detail.png);
}

.shop-guide-wrap .wrap-content + .wrap-content:before {
  content: "";
  display: block;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#abc4fa), to(#bef3ea));
  background-image: linear-gradient(to right, #abc4fa, #bef3ea);
  margin: 30px -17px 0;
}

.shop-guide-wrap .wrap-content .inner {
  margin-top: 18px;
}

.shop-guide-wrap .wrap-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
}

.shop-guide-wrap .link-txt {
  font-size: 1.2rem;
  color: #3EA9E4;
}

.shop-guide-wrap .link-txt span {
  text-decoration: underline;
}

.shop-guide-wrap .link-txt.arrow span {
  display: inline-block;
  position: relative;
}

.shop-guide-wrap .link-txt.arrow span::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-bottom: 1px solid #3EA9E4;
  border-right: 1px solid #3EA9E4;
  margin: 0 0 0 8px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shop-guide-wrap .link-txt.arrow.pt01 span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

.shop-guide-wrap .link-txt.col-01 {
  color: #444;
}

.shop-guide-wrap .list-box {
  margin-top: 20px;
}

.shop-guide-wrap .list-box li + li {
  margin-top: 30px;
}

.shop-guide-wrap .list-box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #444;
  text-decoration: none;
}

.shop-guide-wrap .list-box li a .box-img {
  width: 50%;
}

.shop-guide-wrap .list-box li a .box-txt {
  font-size: 1.4rem;
  margin-left: 15px;
  width: 50%;
}

.shop-guide-wrap .list-box li a .box-txt dd {
  margin-top: 10px;
}

.shop-guide-wrap .list-box li a .box-txt .box-ttl {
  font-weight: bold;
  margin-top: 10px;
}

.shop-guide-wrap .list-box li a .box-txt .box-sub {
  font-size: 1.1rem;
  color: #3EA9E4;
}

.shop-guide-wrap .list-box li a .box-txt .box-dtl.ico-floor {
  display: inline-block;
  position: relative;
}

.shop-guide-wrap .list-box li a .box-txt .box-dtl.ico-floor:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-floor-01.png);
  background-size: contain;
  margin-right: 7px;
}

.shop-guide-wrap .list-box.pt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop-guide-wrap .list-box.pt02 li {
  width: calc(33.3% - 20px);
}

.shop-guide-wrap .list-box.pt02 li a {
  display: block;
}

.shop-guide-wrap .list-box.pt02 li a .box-img {
  display: block;
  position: relative;
  width: 100%;
}

.shop-guide-wrap .list-box.pt02 li a .box-img:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.shop-guide-wrap .list-box.pt02 li a .box-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.shop-guide-wrap .list-box.pt02 li a .box-txt {
  margin-left: 0;
  width: 100%;
}

.shop-guide-wrap .list-box.pt02 li a .box-ttl {
  font-weight: normal;
  color: #3EA9E4;
  margin-top: 10px;
}

.shop-guide-wrap .list-box.pt02 li:nth-child(2), .shop-guide-wrap .list-box.pt02 li:nth-child(3) {
  margin-top: 0;
}

.shop-guide-wrap .list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -14px;
}

.shop-guide-wrap .list-card .card {
  margin-top: 20px;
  width: calc(50% - 14px);
  margin-left: 14px;
}

.shop-guide-wrap .list-card .card a {
  display: block;
  text-decoration: none;
}

.shop-guide-wrap .list-card .card .card-img {
  display: block;
  text-align: center;
  position: relative;
}

.shop-guide-wrap .list-card .card .card-img:before {
  content: "";
  display: block;
  padding-top: 120%;
}

.shop-guide-wrap .list-card .card .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.shop-guide-wrap .list-card .card .card-info {
  margin-top: 10px;
}

.shop-guide-wrap .list-card .card .card-info .card-lbl {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  line-height: 0;
  padding: 11px 7px 10px 10px;
  margin-bottom: 10px;
}

.shop-guide-wrap .list-card .card .card-info .card-lbl.lbl-col01 {
  background-color: #145D95;
}

.shop-guide-wrap .list-card .card .card-info .card-lbl.lbl-col02 {
  background-color: #00ABEA;
}

.shop-guide-wrap .list-card .card .card-info .card-ttl {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #444444;
  max-height: 68px;
  overflow: hidden;
}

.shop-guide-wrap .list-card .card .card-info .card-ttl:before, .shop-guide-wrap .list-card .card .card-info .card-ttl:after {
  content: "";
  position: absolute;
  background: #fff;
}

.shop-guide-wrap .list-card .card .card-info .card-ttl:before {
  content: "…";
  right: 0;
  bottom: 0;
}

.shop-guide-wrap .list-card .card .card-info .card-ttl:after {
  width: 100%;
  height: 100%;
}

.shop-guide-wrap .list-card .card .card-info .card-ttl.no-lbl {
  padding-top: 30px;
}

.shop-guide-wrap .list-card .card .card-info .card-dtl {
  font-size: 1.1rem;
  color: #3EA9E4;
  margin-top: 10px;
}

.shop-guide-wrap .list-card .card .card-info .card-date {
  font-size: 1.1rem;
  color: #999999;
  margin-top: 3px;
}

.shop-guide-wrap .list-card .card .card-info .card-date.new:after {
  content: "NEW";
  font-size: 1.1rem;
  color: #FF0000;
  margin-left: 10px;
}

.shop-guide-wrap .list-coupon li.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 8px);
  margin: 30px 0 0 8px;
}

.shop-guide-wrap .list-coupon li.slick-slide > a {
  display: block;
  width: 100%;
  background-color: #F3F3F3;
  padding: 5px 5px 15px;
  text-decoration: none;
  color: #444444;
  font-size: 11px;
  line-height: 1.6;
  min-height: 0%;
}

.shop-guide-wrap .list-coupon li.slick-slide > a .box_img {
  display: block;
  position: relative;
  text-align: center;
}

.shop-guide-wrap .list-coupon li.slick-slide > a .box_img::before {
  content: "";
  display: block;
  padding-top: 75.084746%;
}

.shop-guide-wrap .list-coupon li.slick-slide > a .box_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.shop-guide-wrap .list-coupon .coupon-txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
}

.shop-guide-wrap .list-coupon .coupon-txt .wrap-logo {
  width: 40px;
}

.shop-guide-wrap .list-coupon .coupon-txt .wrap-txt {
  width: calc(100% - 45px);
}

.shop-guide-wrap .list-coupon .coupon-txt .txt {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-all;
  max-height: 32px;
  overflow: hidden;
}

.shop-guide-wrap .list-coupon .coupon-txt .txt:before, .shop-guide-wrap .list-coupon .coupon-txt .txt:after {
  content: "";
  position: absolute;
  background: #F3F3F3;
}

.shop-guide-wrap .list-coupon .coupon-txt .txt:before {
  content: "…";
  right: 0;
  bottom: 0;
}

.shop-guide-wrap .list-coupon .coupon-txt .txt:after {
  width: 100%;
  height: 100%;
}

/* edit ngc 20220113 from*/
/* .shop-guide-wrap .list-coupon .coupon-txt .txt-off { text-align: right; color: #CC0000; font-weight: bold; font-size: 14px; } */
.shop-guide-wrap .list-coupon .coupon-txt .txt-off {
  text-align: left;
  color: #CC0000;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

/* edit ngc 20220113 here*/
.shop-guide-wrap .list-coupon .box_txt {
  margin: 0 -5px;
  padding: 5px;
  border-top: 2px dashed #fff;
  width: calc(100% + 10px);
}

.shop-guide-wrap .list-coupon .box_txt .box_ttl {
  color: #3EA9E4;
}

.shop-guide-wrap .list-coupon .box_txt .box_sub {
  margin-top: 5px;
}

.shop-guide-wrap .list-coupon.js-slick-coupon .slick-dots {
  left: 3px;
  bottom: -20px;
}

.shop-guide-wrap .list-coupon.js-slick-coupon .slick-dots li {
  width: 10px;
  height: 10px;
}

.shop-guide-wrap .list-coupon.js-slick-coupon .slick-dots li:last-child {
  margin-left: 7px;
}

.shop-guide-wrap .list-coupon.js-slick-coupon .slick-dots li.slick-active button:before {
  background: #3EA9E4;
  border-color: #3EA9E4;
}

.shop-guide-wrap .list-coupon.js-slick-coupon .slick-dots button {
  width: 10px;
  height: 10px;
}

.shop-guide-wrap .list-coupon.js-slick-coupon .slick-dots button:before {
  content: "";
  opacity: 1;
  width: 9px;
  height: 9px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
}

.shop-guide-wrap .list-st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}

.shop-guide-wrap .list-st li {
  margin-left: 15px;
}

.shop-guide-wrap .list-rank {
  margin-top: 20px;
  margin-left: -10px;
  width: calc(100% + 26px);
}

.shop-guide-wrap .list-rank li {
  width: calc(28vw - 10px);
  margin-left: 10px;
}

.shop-guide-wrap .list-rank li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #444444;
}

.shop-guide-wrap .list-rank li a .number {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  padding-top: 2px;
  font-size: 1.3rem;
  color: #444444;
}

.shop-guide-wrap .list-rank li a .number:before, .shop-guide-wrap .list-rank li a .number:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: -1;
  border-radius: 50%;
}

.shop-guide-wrap .list-rank li a .number:before {
  top: 0;
  left: 0;
  background-image: linear-gradient(94deg, #5789f4, #6fceda);
  padding: 1px;
}

.shop-guide-wrap .list-rank li a .number:after {
  background-color: #fff;
  top: 1px;
  left: 1px;
}

.shop-guide-wrap .list-rank li a .item dt {
  font-size: 1.1rem;
  color: #999999;
}

.shop-guide-wrap .list-rank li a .item dd {
  font-size: 1.5rem;
  line-height: 1.35;
}

.shop-guide-wrap .list-rank li a .item dd span {
  font-size: 1rem;
}

.shop-guide-wrap .list-rank li a .item dd.col-01 {
  color: #e32a2a;
}

.shop-guide-wrap .box-shop-guide {
  margin: 30px 17px;
}

.shop-guide-wrap .box-shop-guide .shop-img.brand__img__slide .slick-dots li {
  width: 10px;
  height: 10px;
}

.shop-guide-wrap .box-shop-guide .shop-img.brand__img__slide .slick-dots li.slick-active button:before {
  background: #3EA9E4;
  border-color: #3EA9E4;
}

.shop-guide-wrap .box-shop-guide .shop-img.brand__img__slide .slick-dots button {
  width: 10px;
  height: 10px;
}

.shop-guide-wrap .box-shop-guide .shop-img.brand__img__slide .slick-dots button:before {
  content: "";
  opacity: 1;
  width: 9px;
  height: 9px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
}

.shop-guide-wrap .box-shop-guide .shop-guide .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.shop-guide-wrap .box-shop-guide .shop-guide .ttl .wrap-img {
  max-width: 69px;
  max-height: 69px;
  margin: auto 20px auto 0;
}

.shop-guide-wrap .box-shop-guide .shop-guide .ttl .wrap-txt {
  font-size: 1.6rem;
  border-left: 1px solid #CCCCCC;
  padding: 0 10px;
}

.shop-guide-wrap .box-shop-guide .shop-guide .ttl .wrap-txt span {
  display: block;
  font-size: 1.1rem;
  color: #3EA9E4;
  margin-bottom: 10px;
}

.shop-guide-wrap .box-shop-guide .shop-guide .detail {
  font-size: 1.4rem;
  background: #F3F3F3;
  padding: 22px 17px;
  margin: 20px -17px;
}

.shop-guide-wrap .box-shop-guide .shop-guide .detail > * + * {
  margin-top: 20px;
}

.shop-guide-wrap .box-shop-guide .shop-guide .detail .time {
  position: relative;
  padding-left: 24px;
}

.shop-guide-wrap .box-shop-guide .shop-guide .detail .time:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-time-01.png);
}

.shop-guide-wrap .box-shop-guide .shop-guide .detail .floor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop-guide-wrap .box-shop-guide .shop-guide .detail .floor > span {
  position: relative;
  padding-left: 24px;
}

.shop-guide-wrap .box-shop-guide .shop-guide .detail .floor > span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-floor-01.png);
}

.shop-guide-wrap .box-shop-guide .shop-guide .detail .floor .link-txt {
  font-size: 1.2rem;
  text-align: right;
}

.shop-guide-wrap .box-shop-guide .shop-guide .txt {
  font-size: 1.4rem;
}

.shop-guide-wrap .wrap-info {
  background-color: #D7EDF9;
  padding: 15px 12px;
}

.shop-guide-wrap .wrap-info .lead {
  font-size: 1.8rem;
  color: #3EA9E4;
  text-align: center;
  margin-bottom: 15px;
}

.shop-guide-wrap .wrap-info .list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
}

.shop-guide-wrap .wrap-info .list-anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3% - 10px);
  margin: 10px 0 0 10px;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}

.shop-guide-wrap .wrap-info .list-anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 85px;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
  width: 100%;
  border: 1px solid #3EA9E4;
  color: #3EA9E4;
  padding: 10px 7px;
  background-color: #fff;
  border-radius: 4px;
}

.shop-guide-wrap .wrap-info .list-anchor li a span {
  text-align: center;
  margin: 24px 0 10px;
  letter-spacing: -0.3px;
}

.shop-guide-wrap .wrap-info .list-anchor > li a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent no-repeat center center;
  background-size: contain;
}

.shop-guide-wrap .wrap-info .list-anchor > li a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #3EA9E4;
  border-right: 2px solid #3EA9E4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop-guide-wrap .wrap-info .list-anchor > li.ico-new a:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-new.png);
}

.shop-guide-wrap .wrap-info .list-anchor > li.ico-coordinate a:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-coordinate.png);
}

.shop-guide-wrap .wrap-info .list-anchor > li.ico-event a:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-event.png);
}

.shop-guide-wrap .wrap-info .list-anchor > li.ico-coupon a:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-coupon.png);
}

.shop-guide-wrap .wrap-info .list-anchor > li.ico-brand a:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-brand.png);
}

.shop-guide-wrap .wrap-info .list-anchor > li.ico-shop-detail a:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-shop-detail.png);
}

.shop-guide-wrap .wrap-mov-content {
  max-width: 640px;
  margin: 30px auto 0;
}

.shop-guide-wrap .wrap-mov-content .wrap-mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.shop-guide-wrap .wrap-mov-content .wrap-mov video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop-guide-wrap .wrap-mov-content .wrap-txt .dl-txt .date, .shop-guide-wrap .wrap-mov-content .wrap-txt .dl-txt .dtl {
  margin-top: 9px;
}

.shop-guide-wrap .wrap-mov-content .wrap-txt .dl-txt .date {
  font-size: 1.1rem;
  color: #999999;
}

.shop-guide-wrap .wrap-mov-content .wrap-txt .dl-txt .dtl {
  font-size: 1.4rem;
}

.shop-guide-wrap .shop-introduce {
  margin: 18px auto 0;
}

.shop-guide-wrap .shop-introduce .wrap-img {
  width: 43.4666%;
  margin: 0 auto;
}

.shop-guide-wrap .shop-introduce .dl-txt .ttl, .shop-guide-wrap .shop-introduce .dl-txt .ddl {
  font-size: 1.4rem;
}

.shop-guide-wrap .shop-introduce .dl-txt .ttl {
  margin-top: 20px;
}

.shop-guide-wrap .dl-st dt {
  padding: 10px;
  background: #F3F3F3;
}

.shop-guide-wrap .dl-st dt:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 10px;
}

.shop-guide-wrap .dl-st dt.ico-shop:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-shop-01.png);
}

.shop-guide-wrap .dl-st dt.ico-time:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-time-01.png);
}

.shop-guide-wrap .dl-st dt.ico-last:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-last-01.png);
}

.shop-guide-wrap .dl-st dt.ico-seat:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-seat-01.png);
}

.shop-guide-wrap .dl-st dt.ico-floor:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-floor-01.png);
}

.shop-guide-wrap .dl-st dt.ico-tel:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-tel-01.png);
}

.shop-guide-wrap .dl-st dt.ico-fax:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-fax-01.png);
}

.shop-guide-wrap .dl-st dt.ico-link:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-link-01.png);
}

.shop-guide-wrap .dl-st dt.ico-category:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-category-01.png);
}

.shop-guide-wrap .dl-st dt.ico-brand:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-brand-01.png);
}

.shop-guide-wrap .dl-st dt.ico-item:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-item-01.png);
}

.shop-guide-wrap .dl-st dt.ico-parking:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-parking-01.png);
}

.shop-guide-wrap .dl-st dt.ico-info:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-info-01.png);
}

.shop-guide-wrap .dl-st dt.ico-card:before {
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-card-01.png);
}

.shop-guide-wrap .dl-st dd {
  padding: 15px;
}

.shop-guide-wrap .dl-st .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop-guide-wrap .txt-ico:before {
  content: "";
  display: inline-block;
}

.shop-guide-wrap .txt-ico.ico-floor:before {
  width: 18px;
  height: 18px;
  background-image: url(/urban/common/renew/common/image/icon-shopguide/icon-floor-01.png);
  background-size: contain;
  margin-right: 10px;
  vertical-align: middle;
}

.shop-guide-wrap .wrap-img-area {
  display: block;
  margin-top: 18px;
  text-align: center;
}

.shop-guide-wrap .wrap-top-btn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 5;
}

.shop-guide-wrap .wrap-top-btn a {
  position: relative;
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  background: #3EA9E4;
  background: rgba(62, 169, 228, 0.2);
}

.shop-guide-wrap .wrap-top-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #3EA9E4;
  border-right: 2px solid #3EA9E4;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  margin: 0 auto;
}

.shop-guide-wrap .wrap-top-btn {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.shop-guide-wrap .wrap-top-btn.scrolled {
  opacity: 1;
}

.shop-guide-wrap .sns-area {
  margin-bottom: -130px;
}

.brand-label {
  margin-top: 20px;
  margin-left: -5px;
}

.brand-label li {
  display: inline-block;
  background-color: #3EA9E4;
  font-size: 1rem;
  margin: 0 0px 5px 5px;
  color: #fff;
  padding: 13px 10px 11px 10px;
  line-height: 0;
}

.md-carousel__recommend_items {
  margin-left: -14px;
}

.md-carousel__recommend_items .card {
  margin-left: 14px;
}

.js-wrap-slick-recommend-items.list-card .slick-next {
  right: -14px;
}

.md-carousel__ranking .img {
  position: relative;
}

.md-carousel__ranking .img:before {
  content: "";
  display: block;
  padding-top: 120%;
}

.md-carousel__ranking .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.md-carousel__ranking button, .js-slick-coupon button, .js-wrap-slick-recommend-items button, .md-carousel__recommend_items button {
  z-index: 1;
}

.wrap-coupon-detail-content {
  max-width: 650px;
  margin: auto;
  z-index: 10000001;
  background: #fff;
  position: relative;
}

.wrap-coupon-detail-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap-coupon-detail-content .wrap-head, .wrap-coupon-detail-content .wrap-foot {
  background: #3EA9E4;
  color: #fff;
  text-align: center;
  position: relative;
}

.wrap-coupon-detail-content .wrap-head .hdg, .wrap-coupon-detail-content .wrap-foot .hdg {
  font-size: 14px;
  font-weight: bold;
  padding: 16px;
}

.wrap-coupon-detail-content .wrap-head .btn-close, .wrap-coupon-detail-content .wrap-foot .btn-close {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  text-decoration: none;
}

.wrap-coupon-detail-content .wrap-head .btn-close a, .wrap-coupon-detail-content .wrap-foot .btn-close a {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.wrap-coupon-detail-content .wrap-head .btn-close a:before, .wrap-coupon-detail-content .wrap-head .btn-close a:after, .wrap-coupon-detail-content .wrap-foot .btn-close a:before, .wrap-coupon-detail-content .wrap-foot .btn-close a:after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.wrap-coupon-detail-content .wrap-head .btn-close a:before, .wrap-coupon-detail-content .wrap-foot .btn-close a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wrap-coupon-detail-content .wrap-head .btn-close a:after, .wrap-coupon-detail-content .wrap-foot .btn-close a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wrap-coupon-detail-content .wrap-head .close a, .wrap-coupon-detail-content .wrap-foot .close a {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.wrap-coupon-detail-content .inner {
  padding: 20px;
}

.wrap-coupon-detail-content .wrap-row2 .wrap-img img {
  width: 100%;
  height: auto;
}

.wrap-coupon-detail-content .wrap-row2 .wrap-txt .hdg {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #444444;
  margin-top: 20px;
}

.wrap-coupon-detail-content .wrap-row2 .wrap-txt .txt-off {
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  text-align: center;
  color: #D11F1F;
  font-size: 30px;
  font-weight: bold;
}

.wrap-coupon-detail-content .wrap-row2 .wrap-txt .txt-limit {
  margin-top: 20px;
}

.wrap-coupon-detail-content .wrap-row2 .wrap-txt .txt-limit dt {
  font-weight: bold;
  font-size: 14px;
}

.wrap-coupon-detail-content .wrap-row2 .wrap-txt .txt-limit dd {
  margin-top: 5px;
  border: 1px solid #3EA9E4;
  text-align: center;
  color: #3EA9E4;
  font-weight: bold;
  font-size: 12px;
  padding: 8px;
}

.wrap-coupon-detail-content .wrap-row2 .wrap-txt .txt {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #444444;
}

.wrap-coupon-detail-content .wrap-txt-add {
  margin-top: 10px;
  text-align: center;
}

.wrap-coupon-detail-content .wrap-txt-add p {
  line-height: 1.6;
}

.wrap-coupon-detail-content .wrap-txt-add p.txt-channel {
  font-weight: bold;
}

.wrap-coupon-detail-content .wrap-txt-add p.txt-member {
  font-weight: bold;
}

.wrap-coupon-detail-content .wrap-txt-add p.txt-time {
  font-weight: bold;
  font-size: 12px;
}

.wrap-coupon-detail-content .wrap-txt-add p.txt-description {
  margin-top: 5px;
  font-size: 12px;
}

.wrap-coupon-detail-content .wrap-btn-coupon .btn-coupon {
  margin-top: 15px;
}

.wrap-coupon-detail-content .wrap-btn-coupon button, .wrap-coupon-detail-content .wrap-btn-coupon a {
  display: block;
  outline: none;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 5px;
  text-align: center;
  background-color: #3EA9E4;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.wrap-coupon-detail-content .wrap-btn-coupon button span, .wrap-coupon-detail-content .wrap-btn-coupon a span {
  display: block;
  text-align: center;
  font-size: 11px;
}

.wrap-coupon-detail-content .wrap-btn-coupon button:disabled, .wrap-coupon-detail-content .wrap-btn-coupon a:disabled {
  background-color: #CCCCCC;
  padding: 20px 5px;
  cursor: default;
}

.wrap-coupon-detail-content .wrap-sore {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-coupon-detail-content .wrap-sore .wrap-img {
  width: 90px;
}

.wrap-coupon-detail-content .wrap-sore .wrap-img img {
  width: 80px;
  height: auto;
}

.wrap-coupon-detail-content .wrap-sore .wrap-txt {
  width: calc(100% - 90px);
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.wrap-coupon-detail-content .wrap-sore .txt-name {
  color: #707070;
  font-size: 12px;
  line-height: 1.4;
}

.wrap-coupon-detail-content .wrap-sore .txt-hdg {
  margin-top: 3px;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

.wrap-coupon-detail-content .wrap-sore .txt-category {
  margin-top: 3px;
  color: #3EA9E4;
  font-size: 11px;
}

.wrap-coupon-detail-content .wrap-attend {
  margin-top: 30px;
}

.wrap-coupon-detail-content .wrap-attend .txt-hdg {
  font-weight: bold;
  font-size: 14px;
  color: #444444;
}

.wrap-coupon-detail-content .wrap-attend .list-attend {
  margin-top: 5px;
}

.wrap-coupon-detail-content .wrap-attend .list-attend > li {
  padding-left: 1em;
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  color: #444444;
}

.wrap-coupon-detail-content .wrap-attend .list-attend > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 1.6;
}

.wrap-coupon-detail-content .txt-conf {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #1E561F;
}

.wrap-coupon-detail-content .txt-conf p {
  width: 250px;
  border-radius: 5px;
  text-align: center;
  padding: 25px 10px;
  background-color: #FCFFF5;
  border: 1px solid #A8C599;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wrap-coupon-detail-content .txt-conf p a {
  display: block;
  margin-top: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #1E561F;
  text-align: center;
}

.wrap-coupon-detail-content.detail .wrap-head {
  display: none;
}

.body-top .shop-guide-wrap .wrap-section {
  margin-top: 0;
}

.body-top .shop-guide-wrap .wrap-section::before {
  content: none;
}

.body-top .shop-guide-wrap .wrap-section .list-coupon {
  margin-top: -30px;
  margin-bottom: 20px;
}

.body-top .shop-guide-wrap .wrap-section .list-coupon {
  margin-right: 8px;
}

.body-top .shop-guide-wrap .wrap-section .list-coupon .slick-next {
  right: -8px;
}

.shop-guide-wrap .adjust-slider .list-card {
  display: block !important;
}

.shop-guide-wrap .adjust-slider .list-coupon {
  display: block !important;
}

.shop-guide-wrap .adjust-slider .list-coupon li.slick-slide {
  display: block !important;
}

@media print, screen and (min-width: 769px) {
  .shop-guide-wrap.pt01 {
    width: 995px;
    margin: 0 auto;
  }
  .shop-guide-wrap .inner-section {
    margin: 0 35px 30px;
  }
  .shop-guide-wrap .wrap-search {
    padding: 20px 15px;
  }
  .shop-guide-wrap .wrap-search .list-category {
    margin-left: -15px;
  }
  .shop-guide-wrap .wrap-search .list-category > li {
    width: calc(20% - 15px);
    margin: 15px 0 0 15px;
  }
  .shop-guide-wrap .wrap-search .list-floor {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -15px;
  }
  .shop-guide-wrap .wrap-search .list-floor > li {
    width: calc(20% - 15px);
    margin: 15px 0 0 15px;
  }
  .shop-guide-wrap .wrap-search .list-order {
    margin-top: -5px;
    margin-left: -15px;
  }
  .shop-guide-wrap .wrap-search .list-order > li {
    width: calc(10% - 15px);
    margin: 15px 0 0 15px;
  }
  .shop-guide-wrap .wrap-search .list-order a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .shop-guide-wrap .wrap-search .list-order a:hover {
    background-color: #D7EDF9;
  }
  .shop-guide-wrap .wrap-search-box {
    max-width: 535px;
    margin: 0 auto 15px;
  }
  .shop-guide-wrap .wrap-list-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -15px;
  }
  .shop-guide-wrap .wrap-list-btn > * {
    max-width: 300px;
    margin-left: 15px;
  }
  .shop-guide-wrap .wrap-btn button, .shop-guide-wrap .wrap-btn .btn-more, .shop-guide-wrap .wrap-btn .btn-arrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .shop-guide-wrap .wrap-btn button:hover, .shop-guide-wrap .wrap-btn .btn-more:hover, .shop-guide-wrap .wrap-btn .btn-arrow:hover {
    opacity: 0.7;
  }
  .shop-guide-wrap .wrap-hdg {
    margin: 0 -35px;
  }
  .shop-guide-wrap .wrap-hdg:before, .shop-guide-wrap .wrap-hdg:after {
    margin: 0;
  }
  .shop-guide-wrap .wrap-hdg .md-title_02 {
    padding: 9px 17px;
  }
  .shop-guide-wrap .wrap-content + .wrap-content:before {
    margin: 30px -35px 0;
  }
  .shop-guide-wrap .link-txt {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .shop-guide-wrap .link-txt:hover {
    opacity: 0.7;
  }
  .shop-guide-wrap .list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop-guide-wrap .list-box li {
    width: calc(50% - 15px);
  }
  .shop-guide-wrap .list-box li:nth-child(2) {
    margin-top: 0;
  }
  .shop-guide-wrap .list-box li:nth-child(even) {
    margin-left: 30px;
  }
  .shop-guide-wrap .list-box li a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .shop-guide-wrap .list-box li a:hover {
    opacity: 0.7;
  }
  .shop-guide-wrap .list-box.pt02 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .shop-guide-wrap .list-box.pt02 li {
    width: 137px;
  }
  .shop-guide-wrap .list-box.pt02 li + li {
    margin-top: 0;
    margin-left: 20px;
  }
  .shop-guide-wrap .list-card {
    margin-left: -30px;
  }
  .shop-guide-wrap .list-card .card {
    width: 208px;
    margin-left: 30px;
  }
  .shop-guide-wrap .list-card .card a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .shop-guide-wrap .list-card .card a:hover {
    opacity: 0.7;
  }
  .shop-guide-wrap .list-coupon {
    margin-left: -24px;
    margin-top: -10px;
  }
  .shop-guide-wrap .list-coupon .slick-slide {
    margin: 30px 0 0 24px;
  }
  .shop-guide-wrap .list-coupon .slick-slide > a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .shop-guide-wrap .list-coupon .slick-slide > a:hover {
    opacity: 0.7;
  }
  .shop-guide-wrap .list-st li a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .shop-guide-wrap .list-st li a:hover {
    opacity: 0.7;
  }
  .shop-guide-wrap .list-rank li {
    width: 150px;
  }
  .shop-guide-wrap .list-rank li a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .shop-guide-wrap .list-rank li a:hover {
    opacity: 0.7;
  }
  .shop-guide-wrap .box-shop-guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0;
  }
  .shop-guide-wrap .box-shop-guide .shop-img, .shop-guide-wrap .box-shop-guide .shop-guide {
    width: calc(50% - 15px);
  }
  .shop-guide-wrap .box-shop-guide .shop-img {
    max-width: 483px;
  }
  .shop-guide-wrap .box-shop-guide .shop-guide .ttl {
    margin-top: 0;
  }
  .shop-guide-wrap .box-shop-guide .shop-guide .detail {
    padding: 15px;
    margin: 20px 0;
  }
  .shop-guide-wrap .wrap-info .list-anchor li {
    width: calc(16.6% - 10px);
  }
  .shop-guide-wrap .wrap-info .list-anchor li a {
    min-height: 75px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .shop-guide-wrap .wrap-info .list-anchor li a:hover {
    opacity: 0.7;
  }
  .shop-guide-wrap .wrap-info .list-anchor li a span {
    margin-top: 30px;
  }
  .shop-guide-wrap .shop-introduce .wrap-img {
    max-width: 208px;
  }
  .shop-guide-wrap .shop-introduce .dl-txt .ttl {
    text-align: center;
  }
  .shop-guide-wrap .dl-st div {
    display: table;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
  }
  .shop-guide-wrap .dl-st div:first-child {
    border-top: 1px solid #E6E6E6;
  }
  .shop-guide-wrap .dl-st div dt {
    display: table-cell;
    width: 210px;
  }
  .shop-guide-wrap .wrap-top-btn a {
    right: 36px;
  }
  .shop-guide-wrap .sns-area {
    margin-bottom: -16px;
  }
  .brand-label {
    margin-left: -10px;
  }
  .brand-label li {
    padding: 12px 9px;
    line-height: 0;
    letter-spacing: 0.05rem;
    font-size: 1.1rem;
    margin: 0 0 10px 10px;
  }
  .md-carousel__recommend_items {
    margin-left: -30px;
  }
  .md-carousel__recommend_items .card {
    margin-left: 30px;
  }
  .js-wrap-slick-recommend-items.list-card .slick-next {
    right: -16px;
  }
  .js-wrap-slick-recommend-items.list-card .slick-prev {
    left: 20px;
  }
  .wrap-coupon-detail-content {
    margin-top: 30px;
  }
  .wrap-coupon-detail-content .wrap-head .btn-close a, .wrap-coupon-detail-content .wrap-foot .btn-close a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .wrap-coupon-detail-content .wrap-head .btn-close a:hover, .wrap-coupon-detail-content .wrap-foot .btn-close a:hover {
    opacity: 0.7;
  }
  .wrap-coupon-detail-content .wrap-head .close a, .wrap-coupon-detail-content .wrap-foot .close a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .wrap-coupon-detail-content .wrap-head .close a:hover, .wrap-coupon-detail-content .wrap-foot .close a:hover {
    opacity: 0.7;
  }
  .wrap-coupon-detail-content .wrap-row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrap-coupon-detail-content .wrap-row2 .wrap-img {
    width: 48%;
  }
  .wrap-coupon-detail-content .wrap-row2 .wrap-txt {
    width: 48%;
  }
  .wrap-coupon-detail-content .wrap-row2 .wrap-txt .hdg {
    margin-top: 0;
  }
  .wrap-coupon-detail-content .wrap-row2 .wrap-txt .txt-off {
    margin-top: 0;
  }
  .wrap-coupon-detail-content .wrap-btn-coupon {
    display: none;
  }
  .wrap-coupon-detail-content .wrap-sore {
    margin-top: 10px;
  }
  .wrap-coupon-detail-content.detail .wrap-head {
    display: block;
  }
  .body-top .shop-guide-wrap .wrap-section .list-coupon {
    margin: 0 0 0 -8px;
  }
}
.detailcoupons {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0px;
  max-width: 90%;
  margin: 0px auto;
  padding: 20px 0;
  overflow: auto;
  background: none;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.detailcoupons::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (min-width: 768px) {
  .detailcoupons {
    max-width: 650px;
    padding: 50px 0;
  }
}
.detailcoupons .wrap-coupon-detail-content {
  margin: 0 auto 0;
}
.detailcoupons .wrap-coupon-detail-content .wrap-row2 .wrap-txt .txt-limit dt {
  text-align: left;
}
.detailcoupons .wrap-coupon-detail-content .wrap-sore .wrap-txt {
  text-align: left;
}
.detailcoupons .wrap-coupon-detail-content .wrap-attend {
  text-align: left;
}
.detailcoupons .remodal-wrapper {
  padding: 10px;
}

#renewal2022 .tag {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowarap;
  -ms-flex-wrap: nowarap;
  -webkit-flex-wrap: nowarap;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  #renewal2022 .tag {
    font-size: 1.2rem;
  }
}
#renewal2022 .tag > li {
  padding: 1px 10px 2px;
  margin: 0 2px 0 0;
}
#renewal2022 .tag-01 {
  color: #fff;
  background: #e04e4c;
}
#renewal2022 .tag-02 {
  color: #fff;
  background: #006bb4;
}
#renewal2022 .tag-03 {
  color: #fff;
  background: #888;
}
#renewal2022 .tag-04 {
  color: #f3a1a4;
  background: #eee;
}
#renewal2022 .tag-05 {
  color: #a8216b;
  background: #eee;
}
#renewal2022 .rank__img,
#renewal2022 .combine__img {
  position: relative;
}
#renewal2022 .rank__1st, #renewal2022 .rank__2nd, #renewal2022 .rank__3rd, #renewal2022 .rank__lower,
#renewal2022 .combine__1st,
#renewal2022 .combine__2nd,
#renewal2022 .combine__3rd,
#renewal2022 .combine__lower {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #renewal2022 .rank__1st, #renewal2022 .rank__2nd, #renewal2022 .rank__3rd, #renewal2022 .rank__lower,
#renewal2022 .combine__1st,
#renewal2022 .combine__2nd,
#renewal2022 .combine__3rd,
#renewal2022 .combine__lower {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
  }
}
#renewal2022 .rank__1st,
#renewal2022 .combine__1st {
  background: #b9871b;
}
#renewal2022 .rank__2nd,
#renewal2022 .combine__2nd {
  background: #888;
}
#renewal2022 .rank__3rd,
#renewal2022 .combine__3rd {
  background: #874c43;
}
#renewal2022 .rank__lower,
#renewal2022 .combine__lower {
  color: #343434;
  background: #fff;
}

#renewal2022 .fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#renewal2022 .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.table-overview {
  width: 100%;
  line-height: 1.8;
  text-align: left;
}
.table-overview tr th {
  width: 16rem;
  padding: 0.8rem;
  vertical-align: top;
}
.table-overview tr td {
  width: calc(100% - 16rem);
  padding: 0.8rem 1.6rem;
  vertical-align: top;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * Page
 * -------------------------------------------------------------------
 */
#renewal2022 .mv .slick__list {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #renewal2022 .mv .slick__list {
    padding: 0 150px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .mv .slick-slide img {
    max-width: 100%;
    height: 100%; 
    
  }
}
@media all and (-ms-high-contrast: none) {
  #renewal2022 .mv { /* IE11 */ }
  #renewal2022 .mv *::-ms-backdrop, #renewal2022 .mv li.slick-slide {
    width: auto !important;
  }
}
#renewal2022 .mv__wapper {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #renewal2022 .mv__wapper {
    overflow: auto;
  }
}
#renewal2022 .mv > .sec__wrap {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .mv > .sec__wrap {
    width: 100%;
    min-width: 1280px;
    padding: 0 0px 30px;
  }
}
#renewal2022 .mv > .sec__wrap > ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 20px 10px 30px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .mv > .sec__wrap > ul {
    margin: 20px 0 0;
  }
}
#renewal2022 .mv > .sec__wrap > ul > li {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  width: calc((100% - 30px) / 2);
  margin: 10px 10px 0 0;
}
#renewal2022 .mv > .sec__wrap > ul > li:nth-of-type(4n) {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .mv > .sec__wrap > ul > li {
    width: calc((100% - 30px) / 4);
  }
  #renewal2022 .mv > .sec__wrap > ul > li:nth-of-type(4n) {
    margin: 10px 0 0 0;
  }
}
#renewal2022 .mv__searchUI {
  background-color: #f0f0f0;
  height: 126px;
  text-align: center;
}
#renewal2022 .mv__searchUI .searchUI {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#renewal2022 .mv__searchUI .searchUI input, #renewal2022 .mv__searchUI .searchUI form {
  width: 560px;
}
#renewal2022 .mv__searchUI .searchUI input {
  border-width: 2px;
}
#renewal2022 .mv__searchUI .searchUI button {
  width: 90px;
  height: 100%;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  #renewal2022 .mv__searchUI .searchUI button {
    font-size: 14px;
    width: 85px;
  }
}
#renewal2022 .mv__searchUI .searchUI > form::before {
  right: 12px;
  width: 23px;
  height: 23px;
}
#renewal2022 .mv.type02 .sec__wrap {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {

  #renewal2022 .topics {
    border-bottom: 0;
    background: #fff;
  }
}
#renewal2022 .topics__pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics__pc {
    display: -webkit-box !important;
    display: flex !important;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #renewal2022 .topics__pc > li {
    margin: 0 10px 10px 0;
  }
  #renewal2022 .topics__pc > li:nth-of-type(4n) {
    margin: 0 0 10px 0;
  }
}
#renewal2022 .topics .searchUI {
  padding: 10px 0;
}
#renewal2022 .topics > .sec__wrap {
  padding: 0;
}
#renewal2022 .topics > .sec__wrap > .sec__head {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics > .sec__wrap {
    margin: 0 auto;
  }
}
#renewal2022 .topics > .sec__wrap > ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  z-index: 10;
  padding: 20px 20px 10px;
  background: #f0f0f0;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics > .sec__wrap > ul {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 20px 0 0;
  }
}
#renewal2022 .topics > .sec__wrap > ul > li:not(:last-child) {
  width: calc((100% - 20px) / 3);
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics > .sec__wrap > ul > li:not(:last-child) {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
  }
  #renewal2022 .topics > .sec__wrap > ul > li:not(:last-child):nth-of-type(4n) {
    margin: 0 0 10px 0;
  }
}
#renewal2022 .topics > .sec__wrap > ul > li:last-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics > .sec__wrap > ul > li:last-of-type {
    width: calc((100% - 30px) / 4);
  }
}
#renewal2022 .topics > .sec__wrap > .topics__tile > li > a {
  position: relative;
}
#renewal2022 .topics > .sec__wrap > .topics__tile > li > a > span {
  position: absolute;
}
#renewal2022 .topics > .sec__wrap > .topics__tile > li > a > span {
  font-size: 2.9vw;
  position: absolute;
  top: 78%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#renewal2022 .topics__more {
  padding: 0 0 20px;
}
#renewal2022 .topics__more > a {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding: 10px 40px;
  font-size: 1.4rem;
  border-bottom: 1px solid #dcdcdc;
}
#renewal2022 .topics__more > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #a8216b;
  border-right: 2px solid #a8216b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#renewal2022 .topics__tile {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 10px;
}
#renewal2022 .topics.type02 .mv__searchUI {
  height: auto;
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics.type02 .mv__searchUI {
    margin-bottom: 30px;
    height: 126px;
  }
}
@media screen and (max-width: 767px) {
  #renewal2022 .topics.type02 .mv__searchUI .searchUI {
    padding: 0 20px 15px 20px;
  }
  #renewal2022 .topics.type02 .mv__searchUI .searchUI input {
    width: 100%;
    border-width: 1px;
  }
}
#renewal2022 .topics.type02 .mv__searchUI .searchUI .searchUI__btn > img {
  width: 17px;
  margin: 0 6px 0 0;
}
#renewal2022 .topics.type02 .mv__searchUI .searchUI form {
  z-index: 12;
}
@media screen and (max-width: 767px) {
  #renewal2022 .topics.type02 .mv__searchUI .searchUI form {
    width: 100%;
  }
}
#renewal2022 .topics.type02 .mv__searchUI .searchUI form::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #renewal2022 .topics.type02 .sec__wrap > ul {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#renewal2022 .topics.type02 .sec__wrap > ul > li {
  width: calc((100% - 20px) / 3);
  margin: 0 0 10px 0;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #renewal2022 .topics.type02 .sec__wrap > ul > li {
    padding: 3px 6px;
    min-height: 24vw;
  }
  #renewal2022 .topics.type02 .sec__wrap > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 100%;
  }
  #renewal2022 .topics.type02 .sec__wrap > ul > li > a > span {
    position: static;
    display: block;
    -webkit-transform: none;
            transform: none;
    margin-top: -8px;
    padding-top: 4px;
  }
  #renewal2022 .topics.type02 .sec__wrap > ul > li > a > img {
    width: 46%;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics.type02 .sec__wrap > ul > li {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
  }
  #renewal2022 .topics.type02 .sec__wrap > ul > li:nth-of-type(4n) {
    margin: 0 0 10px 0;
  }
}
#renewal2022 .topics.type02 .topics__emergency {
  font-size: 12px;
  margin-bottom: 8px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 20px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics.type02 .topics__emergency {
    padding: 10px 15px;
    margin-bottom: 24px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #renewal2022 .topics.type02 .searchUI__txtb {
    font-size: 16px;
  }
}
#renewal2022 .combine,
#renewal2022 .rank,
#renewal2022 .feature,
#renewal2022 .coupon,
#renewal2022 .shopnews,
#renewal2022 .open,
#renewal2022 .event,
#renewal2022 .open {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(40%, #f0d9e1), color-stop(60%, #f0d9e1));
  background: linear-gradient(to bottom, #fff 40%, #f0d9e1 40%, #f0d9e1 60%);
}
#renewal2022 .feature {
  background: #a8216b;
  background: -webkit-gradient(linear, left top, right top, from(#a8216b), to(#0094d2));
  background: linear-gradient(to right, #f0f0f0 0%, #0094d2 100%);
  position: relative;
}
#renewal2022 .feature:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  margin: auto;
  background: #fff;
}
#renewal2022 .feature > .sec__wrap > .sec__head > p, #renewal2022 .feature > .sec__wrap > .sec__head > span {
  color: #fff;
}
#renewal2022 .feature > .sec__wrap > .sec__head > p > span {
  color: #fff;
  opacity: 0.6;
}
#renewal2022 .feature > .sec__wrap > .sec__head > span {
  opacity: 0.6;
}
#renewal2022 .combine,
#renewal2022 .rank {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(40%, #f0f0f0), color-stop(60%, #f0f0f0));
  background: linear-gradient(to bottom, #fff 40%, #f0f0f0 40%, #f0f0f0 60%);
}
#renewal2022 .news .sec__head,
#renewal2022 .feature .sec__head,
#renewal2022 .coupon .sec__head,
#renewal2022 .shopnews .sec__head,
#renewal2022 .open .sec__head,
#renewal2022 .event .sec__head,
#renewal2022 .show-context .sec__head
 {
  padding: 40px 90px 0 0;
}

@media screen and (max-width: 767px) {
  #renewal2022 .topicsList .sec__head {
    padding: 50px 90px 20px 0;
  }
}
@media screen and (min-width: 768px) {

#renewal2022 .news .sec__head,
#renewal2022 .feature .sec__head,
#renewal2022 .coupon .sec__head,
#renewal2022 .shopnews .sec__head,
#renewal2022 .open .sec__head,
#renewal2022 .event .sec__head {
    padding: 70px 0 0 0;
  }
  #renewal2022 .news .sec__head > p,
#renewal2022 .feature .sec__head > p,
#renewal2022 .coupon .sec__head > p,
#renewal2022 .shopnews .sec__head > p,
#renewal2022 .open .sec__head > p,
#renewal2022 .event .sec__head > p {
    max-width: 70%;
  }
}
#renewal2022 .combine .sec__head,
#renewal2022 .rank .sec__head {
  padding: 40px 90px 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine .sec__head,
#renewal2022 .rank .sec__head {
    padding: 70px 0 0 0;
  }
  #renewal2022 .combine .sec__head > p,
#renewal2022 .rank .sec__head > p {
    max-width: 60%;
  }
}
#renewal2022 .coupon__ttl,
#renewal2022 .feature__ttl {
  height: 4.8rem;
  line-height: 2.4rem;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
#renewal2022 .coupon__ttl span,
#renewal2022 .feature__ttl span {
  margin-right: 1em;
}
#renewal2022 .coupon__ttl:before,
#renewal2022 .feature__ttl:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%);
  bottom: 0;
  content: "…";
  padding-left: 1em;
  position: absolute;
  right: 0;
}
#renewal2022 .coupon__ttl:after,
#renewal2022 .feature__ttl:after {
  background: #fff; /* 背景色 */
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
#renewal2022 .shopnews__ttl,
#renewal2022 .open__ttl,
#renewal2022 .event__ttl {
  height: 4.8rem;
  line-height: 2.4rem;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
#renewal2022 .shopnews__ttl span,
#renewal2022 .open__ttl span,
#renewal2022 .event__ttl span {
  margin-right: 1em;
}
#renewal2022 .shopnews__ttl:before,
#renewal2022 .open__ttl:before,
#renewal2022 .event__ttl:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgb(240, 217, 225)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(240, 217, 225) 30%);
  bottom: 0;
  content: "…";
  padding-left: 1em;
  position: absolute;
  right: 0;
}
#renewal2022 .shopnews__ttl:after,
#renewal2022 .open__ttl:after,
#renewal2022 .event__ttl:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
#renewal2022 .combine__ttl,
#renewal2022 .rank__ttl {
  height: 4.8rem;
  line-height: 2.4rem;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
#renewal2022 .combine__ttl span,
#renewal2022 .rank__ttl span {
  margin-right: 1em;
}
#renewal2022 .combine__ttl:before,
#renewal2022 .rank__ttl:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgb(240, 240, 240)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(240, 240, 240) 30%);
  bottom: 0;
  content: "…";
  padding-left: 1em;
  position: absolute;
  right: 0;
}
#renewal2022 .combine__ttl:after,
#renewal2022 .rank__ttl:after {
  background: #f0f0f0; /* 背景色 */
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
#renewal2022 .event__img,
#renewal2022 .feature__img {
  width: 300px;
  height: 192px;
}
#renewal2022 .event__img > img,
#renewal2022 .feature__img > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#renewal2022 .restaurants .event__img > img {
  object-fit:unset;
}
@media screen and (min-width: 768px) {
  #renewal2022 .event__img,
#renewal2022 .feature__img {
    width: 360px;
    height: 230px;
  }
}
#renewal2022 .event__item,
#renewal2022 .feature__item {
  width: 75%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .event__item,
#renewal2022 .feature__item {
    width: 360px;
  }
}
#renewal2022 .combine__img,
#renewal2022 .rank__img {
  width: 170px;
  height: 200px;
}
#renewal2022 .combine__img > img,
#renewal2022 .rank__img > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__img,
#renewal2022 .rank__img {
    width: 260px;
    height: 310px;
  }
}
#renewal2022 .combine__item,
#renewal2022 .rank__item {
  width: 170px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__item,
#renewal2022 .rank__item {
    width: 260px;
  }
}
#renewal2022 .open__item,
#renewal2022 .shopnews__item,
#renewal2022 .coupon__item {
  width: 150px !important;
}
@media screen and (min-width: 768px) {
  #renewal2022 .open__item,
#renewal2022 .shopnews__item,
#renewal2022 .coupon__item {
    width: 240px !important;
  }
}
#renewal2022 .open__img,
#renewal2022 .shopnews__img {
  width: 150px;
  height: 150px;
}
#renewal2022 .open__img > img,
#renewal2022 .shopnews__img > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .open__img,
#renewal2022 .shopnews__img {
    width: 240px;
    height: 240px;
  }
}
#renewal2022 .box_img {
  width: 150px;
  height: 150px;
}
#renewal2022 .box_img > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .box_img {
    width: 240px;
    height: 240px;
  }
}
#renewal2022 .combine__slider::-webkit-scrollbar,
#renewal2022 .rank__slider::-webkit-scrollbar,
#renewal2022 .feature__slider::-webkit-scrollbar,
#renewal2022 .coupon__slider::-webkit-scrollbar,
#renewal2022 .shopnews__slider::-webkit-scrollbar,
#renewal2022 .open__slider::-webkit-scrollbar,
#renewal2022 .event__slider::-webkit-scrollbar,
#renewal2022 .open__slider::-webkit-scrollbar {
  display: none;
}
#renewal2022 .combine__slider,
#renewal2022 .rank__slider,
#renewal2022 .feature__slider,
#renewal2022 .coupon__slider,
#renewal2022 .shopnews__slider,
#renewal2022 .open__slider,
#renewal2022 .event__slider,
#renewal2022 .open__slider {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  padding: 30px 10px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__slider,
#renewal2022 .rank__slider,
#renewal2022 .feature__slider,
#renewal2022 .coupon__slider,
#renewal2022 .shopnews__slider,
#renewal2022 .open__slider,
#renewal2022 .event__slider,
#renewal2022 .open__slider {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: block;
    padding: 30px 0 0 0;
  }
}
#renewal2022 .combine__item,
#renewal2022 .rank__item,
#renewal2022 .feature__item,
#renewal2022 .coupon__item,
#renewal2022 .shopnews__item,
#renewal2022 .open__item,
#renewal2022 .event__item,
#renewal2022 .open__item {
  margin: 0 2vw;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__item,
#renewal2022 .rank__item,
#renewal2022 .feature__item,
#renewal2022 .coupon__item,
#renewal2022 .shopnews__item,
#renewal2022 .open__item,
#renewal2022 .event__item,
#renewal2022 .open__item {
    margin: 0 10px;
  }
}
#renewal2022 .combine__item:first-of-type,
#renewal2022 .rank__item:first-of-type,
#renewal2022 .feature__item:first-of-type,
#renewal2022 .coupon__item:first-of-type,
#renewal2022 .shopnews__item:first-of-type,
#renewal2022 .open__item:first-of-type,
#renewal2022 .event__item:first-of-type,
#renewal2022 .open__item:first-of-type {
  margin: 0 2vw 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__item:first-of-type,
#renewal2022 .rank__item:first-of-type,
#renewal2022 .feature__item:first-of-type,
#renewal2022 .coupon__item:first-of-type,
#renewal2022 .shopnews__item:first-of-type,
#renewal2022 .open__item:first-of-type,
#renewal2022 .event__item:first-of-type,
#renewal2022 .open__item:first-of-type {
    margin: 0 10px 0 0;
  }
}
#renewal2022 .combine__item:last-of-type,
#renewal2022 .rank__item:last-of-type,
#renewal2022 .feature__item:last-of-type,
#renewal2022 .coupon__item:last-of-type,
#renewal2022 .shopnews__item:last-of-type,
#renewal2022 .open__item:last-of-type,
#renewal2022 .event__item:last-of-type,
#renewal2022 .open__item:last-of-type {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__item:last-of-type,
#renewal2022 .rank__item:last-of-type,
#renewal2022 .feature__item:last-of-type,
#renewal2022 .coupon__item:last-of-type,
#renewal2022 .shopnews__item:last-of-type,
#renewal2022 .open__item:last-of-type,
#renewal2022 .event__item:last-of-type,
#renewal2022 .open__item:last-of-type {
    margin: 0 0 0 10px;
  }
}
#renewal2022 .combine__item > a,
#renewal2022 .rank__item > a,
#renewal2022 .feature__item > a,
#renewal2022 .coupon__item > a,
#renewal2022 .shopnews__item > a,
#renewal2022 .open__item > a,
#renewal2022 .event__item > a,
#renewal2022 .open__item > a {
  display: block;
}
#renewal2022 .combine__item > a > div:first-of-type,
#renewal2022 .rank__item > a > div:first-of-type,
#renewal2022 .feature__item > a > div:first-of-type,
#renewal2022 .coupon__item > a > div:first-of-type,
#renewal2022 .shopnews__item > a > div:first-of-type,
#renewal2022 .open__item > a > div:first-of-type,
#renewal2022 .event__item > a > div:first-of-type,
#renewal2022 .open__item > a > div:first-of-type {
  position: relative;
}
#renewal2022 .combine__item > a > div:first-of-type:after,
#renewal2022 .rank__item > a > div:first-of-type:after,
#renewal2022 .feature__item > a > div:first-of-type:after,
#renewal2022 .coupon__item > a > div:first-of-type:after,
#renewal2022 .shopnews__item > a > div:first-of-type:after,
#renewal2022 .open__item > a > div:first-of-type:after,
#renewal2022 .event__item > a > div:first-of-type:after,
#renewal2022 .open__item > a > div:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#renewal2022 .combine__item > a > div:not(:first-of-type),
#renewal2022 .rank__item > a > div:not(:first-of-type),
#renewal2022 .feature__item > a > div:not(:first-of-type),
#renewal2022 .coupon__item > a > div:not(:first-of-type),
#renewal2022 .shopnews__item > a > div:not(:first-of-type),
#renewal2022 .open__item > a > div:not(:first-of-type),
#renewal2022 .event__item > a > div:not(:first-of-type),
#renewal2022 .open__item > a > div:not(:first-of-type) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #renewal2022 .combine__item > a > div:not(:first-of-type),
#renewal2022 .rank__item > a > div:not(:first-of-type),
#renewal2022 .feature__item > a > div:not(:first-of-type),
#renewal2022 .coupon__item > a > div:not(:first-of-type),
#renewal2022 .shopnews__item > a > div:not(:first-of-type),
#renewal2022 .open__item > a > div:not(:first-of-type),
#renewal2022 .event__item > a > div:not(:first-of-type),
#renewal2022 .open__item > a > div:not(:first-of-type) {
    opacity: 0.9;
  }
}
#renewal2022 .combine__item > a:hover,
#renewal2022 .rank__item > a:hover,
#renewal2022 .feature__item > a:hover,
#renewal2022 .coupon__item > a:hover,
#renewal2022 .shopnews__item > a:hover,
#renewal2022 .open__item > a:hover,
#renewal2022 .event__item > a:hover,
#renewal2022 .open__item > a:hover {
  opacity: 1;
}
#renewal2022 .combine__item > a:hover > div:first-of-type:after,
#renewal2022 .rank__item > a:hover > div:first-of-type:after,
#renewal2022 .feature__item > a:hover > div:first-of-type:after,
#renewal2022 .coupon__item > a:hover > div:first-of-type:after,
#renewal2022 .shopnews__item > a:hover > div:first-of-type:after,
#renewal2022 .open__item > a:hover > div:first-of-type:after,
#renewal2022 .event__item > a:hover > div:first-of-type:after,
#renewal2022 .open__item > a:hover > div:first-of-type:after {
  background: rgba(255, 255, 255, 0.6);
}
#renewal2022 .combine__item > a:hover > div:not(:first-of-type),
#renewal2022 .rank__item > a:hover > div:not(:first-of-type),
#renewal2022 .feature__item > a:hover > div:not(:first-of-type),
#renewal2022 .coupon__item > a:hover > div:not(:first-of-type),
#renewal2022 .shopnews__item > a:hover > div:not(:first-of-type),
#renewal2022 .open__item > a:hover > div:not(:first-of-type),
#renewal2022 .event__item > a:hover > div:not(:first-of-type),
#renewal2022 .open__item > a:hover > div:not(:first-of-type) {
  opacity: 0.6;
}
#renewal2022 .combine__info,
#renewal2022 .rank__info,
#renewal2022 .feature__info,
#renewal2022 .coupon__info,
#renewal2022 .shopnews__info,
#renewal2022 .open__info,
#renewal2022 .event__info,
#renewal2022 .open__info {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 0 0;
}
#renewal2022 .combine__update,
#renewal2022 .rank__update,
#renewal2022 .feature__update,
#renewal2022 .coupon__update,
#renewal2022 .shopnews__update,
#renewal2022 .open__update,
#renewal2022 .event__update,
#renewal2022 .open__update {
  color: #4b5253;
  font-size: 1.1rem;
  margin: 0 0 0 10px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__update,
#renewal2022 .rank__update,
#renewal2022 .feature__update,
#renewal2022 .coupon__update,
#renewal2022 .shopnews__update,
#renewal2022 .open__update,
#renewal2022 .event__update,
#renewal2022 .open__update {
    font-size: 1.4rem;
  }
}
#renewal2022 .combine__ttl,
#renewal2022 .rank__ttl,
#renewal2022 .feature__ttl,
#renewal2022 .coupon__ttl,
#renewal2022 .shopnews__ttl,
#renewal2022 .open__ttl,
#renewal2022 .event__ttl,
#renewal2022 .open__ttl {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__ttl,
#renewal2022 .rank__ttl,
#renewal2022 .feature__ttl,
#renewal2022 .coupon__ttl,
#renewal2022 .shopnews__ttl,
#renewal2022 .open__ttl,
#renewal2022 .event__ttl,
#renewal2022 .open__ttl {
    font-size: 1.8rem;
  }
}
#renewal2022 .combine__facility,
#renewal2022 .rank__facility,
#renewal2022 .feature__facility,
#renewal2022 .coupon__facility,
#renewal2022 .shopnews__facility,
#renewal2022 .open__facility,
#renewal2022 .event__facility,
#renewal2022 .open__facility {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__facility,
#renewal2022 .rank__facility,
#renewal2022 .feature__facility,
#renewal2022 .coupon__facility,
#renewal2022 .shopnews__facility,
#renewal2022 .open__facility,
#renewal2022 .event__facility,
#renewal2022 .open__facility {
    font-size: 1.6rem;
  }
}
#renewal2022 .combine__date,
#renewal2022 .rank__date,
#renewal2022 .feature__date,
#renewal2022 .coupon__date,
#renewal2022 .shopnews__date,
#renewal2022 .open__date,
#renewal2022 .event__date,
#renewal2022 .open__date {
  width: 100%;
  font-size: 1.4rem;
  margin: 20px 0 0 0;
}
#renewal2022 .combine__img,
#renewal2022 .rank__img,
#renewal2022 .feature__img,
#renewal2022 .shopnews__img,
#renewal2022 .open__img,
#renewal2022 .event__img,
#renewal2022 .open__img {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__img,
#renewal2022 .rank__img,
#renewal2022 .feature__img,
#renewal2022 .shopnews__img,
#renewal2022 .open__img,
#renewal2022 .event__img,
#renewal2022 .open__img {
    width: auto;
  }
}
#renewal2022 .box_img {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  #renewal2022 .box_img {
    width: auto;
  }
}
#renewal2022 .coupon__item > a {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #fff;
}
#renewal2022 .coupon__info {
  padding: 0 15px 14px;
}
#renewal2022 .coupon__notice {
  color: #4b5253;
  font-size: 1.3rem;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #dcdcdc;
}
#renewal2022 .news {
  width: 100%;
  margin: 0 auto;
}
/* @media screen and (max-width: 767px) {
  #renewal2022 .news {
    width: 1280px;
    margin: 0;
  }
} */
@media screen and (max-width: 767px) {
  #renewal2022 .news {
    width: 100%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .news {
    width: 1280px;
  }
}
#renewal2022 .news__list {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .news__list {
    margin: 30px 0 0 0;
  }
}
#renewal2022 .news__item {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .news__item {
    padding: 0;
  }
}
#renewal2022 .news__item > li {
  border-bottom: 1px solid #dcdcdc;
}
#renewal2022 .news__item > li:last-of-type {
  border-bottom: 0;
}
#renewal2022 .news__item > li > a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 20px 10px;
}
#renewal2022 .news__item > li > a:hover {
  background: #f0f0f0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #renewal2022 .news__item > li > a {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding: 30px 30px 30px 5px;
  }
}
#renewal2022 .news__item > li > a > p:first-of-type {
  width: 100%;
  font-size: 1.2rem;
}
#renewal2022 .news__item > li > a > p:last-of-type {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 6px 0 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .news__item > li > a > p:first-of-type {
    color: #4b5253;
    font-size: 1.4rem;
    width: 140px;
  }
  #renewal2022 .news__item > li > a > p:last-of-type {
    color: #343434;
    font-size: 1.8rem;
    font-weight: bold;
    width: calc(100% - 140px);
    margin: 0;
  }
}
#renewal2022 .coupon.type02 .box_img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#renewal2022 .coupon.type02 .coupon__item {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  #renewal2022 .coupon.type02 .coupon__slider {
    padding: 30px 0 15px 0;
    margin-bottom: -15px;
  }
}
#renewal2022 .coupon.type02 .coupon__slider .slick-list {
  overflow: visible;
}
#renewal2022 .main__type02 .event__info,
#renewal2022 .main__type02 .open__info,
#renewal2022 .main__type02 .shopnews__info,
#renewal2022 .main__type02 .coupon__info,
#renewal2022 .main__type02 .feature__info,
#renewal2022 .main__type02 .rank__info,
#renewal2022 .main__type02 .combine__info {
  overflow: hidden;
  word-wrap: break-word;
}
#renewal2022 .main__type02 .event__update,
#renewal2022 .main__type02 .open__update,
#renewal2022 .main__type02 .shopnews__update,
#renewal2022 .main__type02 .coupon__update,
#renewal2022 .main__type02 .feature__update,
#renewal2022 .main__type02 .rank__update,
#renewal2022 .main__type02 .combine__update {
  max-width: 100%;
}
#renewal2022 .main__type02 .shopnews__facility,
#renewal2022 .main__type02 .coupon__facility,
#renewal2022 .main__type02 .rank__facility,
#renewal2022 .main__type02 .combine__facility {
  width: 100%;
}
#renewal2022 .ui-autocomplete {
  display: none;
  border: 1px solid #a8216b;
  z-index: 11;
  position: absolute;
  background-color: #f0f0f0;
  padding: 46px 20px 15px 20px;
}
#renewal2022 .ui-autocomplete > li {
  padding-top: 15px;
}
#renewal2022 .ui-autocomplete-category {
  font-weight: bold;
}
#renewal2022 #modal-overlay #modal-panel .btn_close > img {
  display: inline;
}
#renewal2022 #modal-overlay #modal-panel a {
  display: inline;
}

.wrap-logo {
  display: none;
}/*# sourceMappingURL=style.css.map */


/*PARK_P2-221*/
@media screen and (max-width: 767px){
  #renewal2022 .topics.type03 .sec__wrap > ul > li > a > img {
      width: 44%;
  }
  #renewal2022 .topics.type03 .sec__wrap > ul > li > a{
    justify-content: space-evenly;
  }
  #renewal2022 .topics.type03 .sec__wrap > ul > li > a > span{
    font-size: 3.75vw;
    line-height: 1.14;
    min-height: 36px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
/*PARK_P2-221*/
/*PARK_P2-370*/
@media screen and (max-width: 767px){
#renewal2022 .slick-prev {
  left: 0;
  margin-top: auto;
  bottom: -46px;
  background: none;
  box-shadow: none;

}
#renewal2022 .slick-prev:before{
  left: 32px;
}

#renewal2022 .slick-next {
  right: 0;
  margin-top: auto;
  bottom: -46px;
  background: none;
  box-shadow: none;
}
#renewal2022 .slick-next:after{
  left: -12px;
}
#renewal2022 .slick-next:before{
  left: -12px;
}
.slick-ul-layout{
  display: flex;
  justify-content: space-around;
}
.slick-dots{
width: 80%;
}
}
/*PARK_P2-370*/
.searchGenre ul li label.checked:after {
  background: url(/urban/common/images/search_radio_on.png) no-repeat 0 0;
}

@media screen and (min-width: 768px) {
  #renewal2022 .topics.type02 .search-bottom {
    margin-bottom: 0;
  }
 .searchTab li,
 .searchSubmit button,
 .searchBtn button {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	backface-visibility: hidden;
}
.searchBox {
  padding: 0px 15rem 20px 15rem;
  background: #f0f0f0;
}
.search_ttl {
  padding: 20px;
  background: #f0f0f0;
  width: auto;
  text-align: left;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.searchTab {
  display: flex;
  margin: 0 -11px 8px -11px;
}
.searchTab ul {
  display: table;
  border-collapse: separate;
  border-spacing: 11px 0;
  table-layout: fixed;
}
.searchTab.muromachi ul {
  width: 100%;
}
.searchTab li.searchTab01 {
  background-image: url(/urban/common/images/icn_genre02.png), linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
}
.searchTab li.searchTab02 {
  background-image: url(/urban/common/images/icn_genre01.png), linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
}
.searchTab li.searchTab03 {
  background-image: url(/urban/common/images/icn_genre03.png), linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
}
.searchTab li {
  display: table-cell;
  width: 25%;
  height: 80px;
  padding: 0 0 0 92px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  vertical-align: middle;
  background-color: #a8216b;
  background-repeat: no-repeat;
  background-position: 25px center;
  box-sizing: content-box;
  border-radius: 6px;
}
.searchTab .searchTab04 {
  width: calc(25% - 14px);
  flex-shrink: 0;
  margin-right: 11px;
}
.searchTab .searchTab04 a {
  background-image: url(/urban/common/images/icn_genre05.png), linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);;
  color: inherit;
  text-decoration: none;
  height: 80px;
  padding: 0 0 0 92px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  vertical-align: middle;
  background-color: #a8216b;
  background-repeat: no-repeat;
  background-position: 25px center;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  transition: opacity 0.2s linear;
  border-radius: 6px;
}
.searchTabBox {
  display: none;
  margin: 0 0 40px 0;
  padding: 20px 32px 32px 32px;
  border: 3px solid #6a0034;
  background: #fff;
  overflow: hidden;
}
.searchTabBox .clear {
  padding: 0 0 10px 0;
  text-align: right;
}
.clear {
  clear: both;
}
.searchTabBox .clear a {
  display: inline-block;
  padding: 0 26px 0 0;
  font-size: 14px;
  font-weight: bold;
  background: url(/urban/common/images/icn_search_clear.png) no-repeat right center;
}

.searchSelect {
  clear: both;
  margin: 0 -25px;
  overflow: hidden;
}
.searchClm {
  float: left;
  width: 50%;
  padding: 0 25px 20px 25px;
  box-sizing: border-box;
}
.searchTabBox h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.searchTabBox select {
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #cbcbcb;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: url(/urban/common/images/icn_search_arw.png) no-repeat 97% center;
}
.searchGenre {
  padding: 0 0 20px 0;
}
.forPC {
  display: block;
}
.searchGenre ul {
  padding: 20px 10px 5px 20px;
  background: #fcfcfc;
}
.searchGenre ul li {
  display: inline-block;
  padding: 0 13px 18px 0;
  font-size: 15px;
  font-weight: normal;
  border-bottom: none;
}
.searchGenre ul li label {
  position: relative;
  padding: 2px 0 2px 26px;
}
.searchGenre ul li label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.searchGenre ul li label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url(/urban/common/images/search_radio_off.png) no-repeat 0 0;
}

.searchNum {
  padding: 10px 0;
  color: #cbcbcb;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}
.searchNum em {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #91004f;
  font-size: 32px;
  vertical-align: baseline;
}
.searchSubmit, .searchBtn {
  text-align: center;
}
.searchTab li, .searchSubmit button, .searchBtn button {
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  backface-visibility: hidden;
}
.searchSubmit button {
  background: url(/urban/common/images/icon_search_02.svg) no-repeat 15px center ,linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
  background-size: 25px, auto;
}
.searchSubmit button, .searchBtn button {
  width: 350px;
  height: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.searchGenre {
  padding: 0 0 20px 0;
}
.forPC {
  display: block;
}
.searchGenre ul {
  padding: 20px 10px 5px 20px;
  background: #fcfcfc;
}
.searchGenre ul li {
  display: inline-block;
  padding: 0 13px 18px 0;
  font-size: 15px;
  font-weight: normal;
  border-bottom: none;
}
.searchGenre ul li label {
  position: relative;
  padding: 2px 0 2px 26px;
}
.searchGenre ul li label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.searchGenre ul li label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url(/urban/common/images/search_radio_off.png) no-repeat 0 0;
}
.resultList01 li .item .ttl {
  padding: 0 0 0 17px;
  vertical-align: top;
  background: url(/urban/common/images/icn_arw03.png) no-repeat 0 4px;
}
.searchKeyword {
  width: 50%;
  padding: 0 25px 20px 0;
  box-sizing: border-box;
}
.flex-style {
  display: flex;
  justify-content: center;
}
.searchTab li, .searchSubmit button, .searchBtn button {
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  backface-visibility: hidden;
}
.searchBtn button {
  background: url(/urban/common/images/icn_search_btn.png) no-repeat 15px center, linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
}
.searchResult{
  display: none;
  margin: 0 0 35px 0;
  padding: 36px 10px 5px 36px;
  letter-spacing: -0.4em;
  background: #fff;
}
.searchResult ul li {
  display: inline-block;
  width: 33.333%;
  margin: 0 0 30px 0;
  letter-spacing: normal;
  vertical-align: top;
  box-sizing: border-box;
}
.resultList01 li {
  position: relative;
  padding: 0 0 0 90px;
  min-height: 82px;
}
.searchResult ul li .pic {
  width: 80px;
  padding: 0 10px 0 0;
}
.resultList01 li .pic {
  position: absolute;
  top: 0;
  left: 0;
}
a img, .hover, .link a, .pic a, .gNav a, .headerLogin a, .footerPagetop a, .pdfBtn a {
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  backface-visibility: hidden;
}
.searchResult ul li .pic img  {
  border: 1px solid #b5b5b5;
}
}

@media screen and (max-width: 767px){
  .section {
    position: relative;
    padding: 5px 20px 10px !important;
  }
  .searchBox {
      margin: 0 -10px;
      padding: 12px 10px 7px 10px;
      background: #f0f0f0;
  }
  .search_bk {
    background: #f0f0f0;
  }
  .search_ttl {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }
  .searchTab {
    display: flex;
    margin: 0 -11px 8px -11px;
  }
  .searchTab.muromachi ul {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 11px 0;
    table-layout: fixed;
    justify-content: space-evenly;
  }
  .searchTab li {
    width: 25%;
    height: 30px;
    padding: 40px 0 0 0;
    font-size: 1rem;
    text-align: center;
    background-position: center 10px;
    color: #a8216b;
    cursor: pointer;
    vertical-align: middle;
    background-repeat: no-repeat;
    box-sizing: content-box;
    display: table-cell;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: #ffffff;
}
  .searchTab li.searchTab01 {
    background-image: url(/urban/common/renew/assets/img/search/search_icon_sp_07_restaurant_1.png);
    background-size: 20px 25px;
  }
 .searchTab li.searchTab02 {
  background-image: url(/urban/common/renew/assets/img/search/search_icon_sp_08_shop_1.png);
  background-size: 20px 25px;
}
.searchTab li.searchTab03 {
  background-image: url(/urban/common/renew/assets/img/search/search_icon_sp_09_service_1.png);
  background-size: 20px 25px;
}

 .searchTab .searchTab04 {
  width: calc(25% - 14px);
  flex-shrink: 0;
  margin-right: 11px;
}
.searchTab .searchTab04 a {
  background-image: url(/urban/common/renew/assets/img/search/search_icon_sp_10_cinema_1.png);
  background-size: 20px 25px;
  width: 25%;
  height: 30px;
  padding: 40px 0 0 0;
  font-size: 1rem;
  text-align: center;
  background-position: center 10px;
  color: #a8216b;
  cursor: pointer;
  vertical-align: middle;
  background-repeat: no-repeat;
  box-sizing: content-box;
  display: table-cell;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color : #ffffff;
}
.searchTabBox {
  display: none;
  margin: 0 0 20px 0;
  padding: 6px;
  border: 2px solid #6a0034;
  background: #fff;
  overflow: hidden;
}
.searchTabBox .clear {
  padding: 0 0 5px 0;
  text-align: right;
}
.clear {
  clear: both;
}
.searchTabBox .clear a {
  padding: 0 23px 0 0;
  font-size: 13px;
  background: url(/urban/common/images/icn_search_clear_sp.png) no-repeat right center;
  background-size: 16px 14px;
  display: inline-block;
}
.searchSelect {
  margin: 0;
  overflow: hidden;
}
.searchClm {
  float: none;
  width: auto;
  padding: 0 0 10px 0;
  box-sizing: border-box;
}
.searchTabBox h3 {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: bold;
}
.searchTabBox select {
  width: 100%;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #cbcbcb;
  background: url(/urban/common/images/icn_search_arw_sp.png) no-repeat 97% center;
  background-size: 17px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 16px;
}
.searchGenre {
  padding: 0 0 20px 0;
}
.forPC {
  display: none !important;
}
.searchGenre ul {
  padding: 20px 10px 5px 20px;
  background: #fcfcfc;
}
.searchGenre ul li {
  display: inline-block;
  padding: 0 13px 18px 0;
  font-size: 15px;
  font-weight: normal;
  border-bottom: none;
}
.searchGenre ul li label {
  position: relative;
  padding: 2px 0 2px 26px;
}
.searchGenre ul li label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.forSP {
  display: block;
}
.searchKeyword {
  width: auto;
  padding: 0 0 15px 0;
}
.searchNum {
  padding: 8px 0;
  font-size: 16px;
  color: #cbcbcb;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}
.searchNum em {
  font-size: 24px;
}
.searchNum em {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #91004f;
  vertical-align: baseline;
}
.searchSubmit, .searchBtn {
  text-align: center;
}
.searchResult {
  margin: 0 0 25px 0;
  padding: 25px 10px 5px 10px;
  display: none;
  letter-spacing: -0.4em;
    background: #fff;
}
.searchResult ul li {
  display: block;
  width: auto;
  margin: 0 0 20px 0;
  letter-spacing: normal;
  vertical-align: top;
  box-sizing: border-box;
}
.resultList01 li {
  position: relative;
  padding: 0 0 0 90px;
  min-height: 82px;
}
.searchResult ul li .pic {
  width: 80px;
  padding: 0 10px 0 0;
}
.resultList01 li .pic {
  position: absolute;
  top: 0;
  left: 0;
}
.searchResult ul li .pic img {
  border: 1px solid #b5b5b5;
}
.resultList01 li .item .ttl {
  padding: 0 0 0 17px;
  vertical-align: top;
  background: url(/urban/common/images/icn_arw03.png) no-repeat 0 4px;
}
.searchBtn {
  padding: 0 0 35px 0;
}
.searchSubmit button {
  background: url(/urban/common/images/icon_search_02.svg) no-repeat 15px center ,linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
  background-size: 22px, auto;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border: none;
}
.searchSubmit button, .searchBtn button {
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.searchBtn button {
  background: url(/urban/common/images/icn_search_btn_sp.png) no-repeat 15px center ,linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);
  background-size: 25px, auto;
}
.searchSubmit button, .searchBtn button {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
    border: none;
    cursor: pointer;
}

}

/*
 * Topics
 * -------------------------------------------------------------------
 */

.topics-context {
  padding: 30px;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
}
.topics-banner-left ,.topics-banner-right{
  max-width: 49%;
}
.topics-banner-left a {
  height: 100%;
  width: 100%;
}
.topics__ttl {
  margin: 30px 30px 0 30px;
  margin-right: 30px;
  font-weight: bold;
  height: 4.8rem;
  line-height: 2.4rem;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
.topics__announce {
  max-width: 45%;
}
.topics-banner-rt {
  margin-bottom: 10px ;
}
.topics-banner-rb {
  display: flex;
  justify-content: space-between;
}

.topics-banner-rb > *:only-child {
  flex-basis: auto;
  margin: 0 auto;
}

.topics-banner-rb div {
  max-width: 49%;
}
.announce-ttl {
  font-size: 1.8rem;
  margin-top: 30px;
  font-weight: bold;
  height: 4.8rem;
  line-height: 2.4rem;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
.announce-area {
  padding: 0;
}
.announce-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.announce-area ul li {
  display: inline-block;
  padding: 0;
  letter-spacing: normal;
  width: 49%;
  vertical-align: top;
}
.announce-area ul li a div {
  text-align: left;
  align-items: center;
  display: flex;
  margin-left: 10px;
}
.announce-area ul li a div img {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 15px;
}
.announce-area ul li a div p {
  font-weight: bold;
}
.announce-area ul li a {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 15px 0;
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 767px){
  .topicsList .sec__head p {
    margin-bottom: 30px;
  }
  .topicsList .sec__head h2 {
    margin-bottom: 30px;
  }
  .topics-banner-left {
    background-color: #FFFFFF;
  }
  .topics__ttl {
    margin: 55px 30px 0 30px;
  }

}
@media screen and (max-width: 767px){

  
  .topics-banner-left ,.topics-banner-right{
    max-width: 100%;
  }
  .topics-context {
    padding: 20px;
    background: #f9f9f9;
    display: block;
    justify-content: space-between;
}
.topics__ttl {
  padding: 18px;
  font-weight: bold;
  height: auto;
  line-height: 2.4rem;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  background-color: #FFFFFF;
  margin: 0;
  
}
.topics-banner-right {
  margin-top: 30px;
}
.topics-banner-rt {
  margin-bottom: 20px;
}
/* .topics-banner-rb {
  margin-top: 20px;
} */
.announce-ttl {
  align-items: center;
  display: flex;
  padding-left: 20px;
  background-color: #ffffff;
}
.announce-area {
  padding: 0;
  margin-top: 10px;
}
.announce-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.announce-area ul li a {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 15px 0;
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
}
.announce-area ul li a div {
  display: flex;
}
.announce-area ul li {
  padding: 0;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 1rem;
  align-items: center;
  display: flex;
  width: 48%;
}
.announce-area ul li a div img {
  width: 15px;
  height: 15px;
}
.announce-area ul li a div img {
  margin-right: 5px;
}


#renewal2022 .topics-announce  .announce__lowhas::before,#renewal2022 .topics-announce  .announce__lowhas:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #a8216b;
  right: 20px;
  width: 14px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#renewal2022 .topics-announce  .announce__lowhas:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

#renewal2022 .topics-announce .gnavi__toactive:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;

}


 }
 @media screen and (min-width: 768px) {
  #renewal2022  .show-area .event__img {
    width: 320px;
    height: 320px;
  }
  #renewal2022  .show-two-area .event__img {
    height: 240px;
    width: 240px;
  }

  .show-area {
    padding: 30px 24rem;
    padding-bottom: 0;
  }
  .show-two-area {
    padding: 30px 0 0 6rem;
  }
 }
 .info-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 8px 0 0 0;
  width: 100%;
}
 #renewal2022 .show-context {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(40%, #f0d9e1), color-stop(60%, #f0d9e1));
  background: linear-gradient(to bottom, #fff 45%, #f0d9e1 40%, #f0d9e1 60%);
 }
 #renewal2022 .shopnews {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(40%, #f0d9e1), color-stop(60%, #f0d9e1));
  background: linear-gradient(to bottom, #fff 50%, #f0d9e1 40%, #f0d9e1 60%);
 }

.show-area-bottom {
  padding-bottom: 0;
}
.show-area .info-area {
  display: flex;
  align-items: flex-end;
}
.info-position {
  margin-bottom: 30px;
}
.info-data {
  display: flex;
}
.info-area {
  margin-left: 30px;
}

.show-two-area .info-area {
  display: flex;
  align-items: flex-start;
  margin-left: 30px;
  margin-top: 50px;
}
.show-two-area .first-area,.last-area {
  width: 45%;
}
.show-two-area-postion {
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  #renewal2022 .shopnews__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) { 
  #renewal2022 .show-area .event__img {
    width: 20rem;
    height: 20rem;
 }
 .show-area {
  margin-top: 30px;
 }
 .show-area .flex-style .info-img {
  display: flex;
  justify-content: center;
 }
 .info-area {
  padding: 0 10px;
  margin: 0;
 }
 .info-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 8px 0 0 0;
  width: 100%;
}
.info-position {
  margin-bottom: 30px;
  padding-top: 20px;
}
#renewal2022 .show-context {
  background: linear-gradient(to bottom, #fff 33%, #f0d9e1 33%, #f0d9e1 60%);}

.show-two-area  {
  margin-top: 30px;

}
.show-two-area .info-area {
  margin: 0;
  padding: 0;
}
.show-two-area-postion {
  display: flex;
  justify-content: space-evenly;
}
#renewal2022 .shopnews {
  background: linear-gradient(to bottom, #fff 30%, #f0d9e1 30%, #f0d9e1 60%);
}
}

 #renewal2022 .restaurants {
  background: linear-gradient(to bottom, #fff 40%, #f0d9e1 40%, #f0d9e1 60%);
  }
  #renewal2022 .restaurants .shopnews__ttl:after {
    background: none;
  }
  #renewal2022 .restaurants .shopnews__ttl::before {
    background: none;
    content: "";
  }
  @media screen and (min-width: 768px) {
    #renewal2022 .restaurants .sec__head {
      padding: 70px 0 0 0;
    }
  }

 @media screen and (max-width: 767px) {
  #renewal2022 .coupon__ttl:before, #renewal2022 .feature__ttl:before {
    padding-left: 0;
  }
  #renewal2022 .restaurants .sec__head {
    padding: 40px 90px 0 0;
  }
 }

.accessTab {
  padding: 40px;
  padding-left: 0;
}
.accessTab ul {
  display: flex;
}
.accessTab ul li {
  padding: 10px 0;
  height: auto;
  display: flex;
  vertical-align: middle;
  text-align: center;
  position: relative;
  letter-spacing: 0.25rem;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid #888888;
  border-radius: 6px;
  font-size: 14px;
  margin-right: 8px;
  align-items: center;
  justify-content: center;
  width: 170px;
  max-width: calc(100% / 2);
  flex-direction: column-reverse;
}
.accessTab ul li em {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  cursor: pointer;
  box-sizing: border-box;
}


.accessTab ul li.current {
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #a8216b 80%, #a8216b 100%);
  color: #fff;
  border: unset;
}
.accessTab .current li {
  content: "";
    margin-left: -8px;
    bottom: -9px;
    border-color: #a8216b transparent transparent transparent;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
}
.accessTab ul li img {
  margin-top: 10px;
}
.accessTab ul li.current img {
  display: none;
}
  
em {
  font-style: normal;
}

.accessTab .current :after {
  content: "";
  margin-left: -8px;
  bottom: 0px;
  top: 55px;
  border-color: #a8216b transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
}
.accessBox {
  padding: 30px;
  border: 5px solid #f9f9f9;
  background: #fff;
}
.accessMap {
  position: relative;
  height: 0;
  padding: 35% 0 0 0;
  margin: 0 0 25px 0;
  border: 1px solid #e6e6e6;
}
.accessMap iframe, .accessMap object, .accessMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  vertical-align: bottom;
  border: 0;
}
.accessTxt {
  margin: 0 0 50px 0;
}
.accessTxt h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
}
ol, ul {
  list-style: none;
}
.accessTxt ul li {
  margin: 0 0 8px 0;
}
.accessBtn {
  margin: 0 0 50px 0;
}
.accessBtn ul {
  letter-spacing: -0.4em;
  text-align: center;
}
.accessBtn ul li {
  display: inline-block;
  letter-spacing: normal;
}
.accessBtn ul li a {
  display: block;
  padding: 24px 60px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f0d9e1;
  color: #a8216b;
  border: 1px solid #a8216b;
  border-radius: 6px;

}
.accessList {
  padding: 0 0 10px 0;
  letter-spacing: -0.4em;
}
.accessList li {
  display: inline-block;
  width: 50%;
  margin: 0 0 40px 0;
  letter-spacing: normal;
  vertical-align: top;
}
.accessList li .pic {
  display: table-cell;
  max-width: 190px;
  vertical-align: top;
}
.accessList li .item {
  display: table-cell;
  padding: 0 40px 0 27px;
  vertical-align: top;
}
.accessList li .txt {
  margin: 15px 40px 0 0;
  padding: 10px;
}
.accessList li {
  display: inline-block;
  width: 50%;
  margin: 0 0 40px 0;
  letter-spacing: normal;
  vertical-align: top;
}
.accessList li.info dl {
  padding: 20px 26px 10px 26px;
  background: #f9f9f9;
}
.accessList li.info dl dt {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.accessList li.info dl dd {
  margin: 0 0 10px 0;
}
.accessList li.info dl dt {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: bold;
}
.accessList li .item dl dt {
  margin: 0 0 5px 0;
  color: #91004f;
  font-size: 18px;
  font-weight: bold;
}
img.forPC, br.forPC {
  display: inline-block;
}
.accessTxt ul li a {
  text-decoration: underline;
}
.accessTxt ul li a {
  display:unset;
}
.m-top {
  margin-top: 5rem !important;
}

@media screen and (min-width: 768px) {
  #renewal2022 .parkingLot .sec__head {
      padding: 70px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .accessBtn {
    margin: 0;
  }
  #renewal2022 .parkingLot .sec__head {
    padding: 40px 90px 0 0;
}
.accessTab {
  padding: 10px;
}
.accessTab ul li {
  width: 25%;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: unset;
  height: 55px;
  margin: 0 4px;
  padding: 0;
}
.accessBox {
  margin: 0 -10px;
  padding: 10px 0 20px 0;
  border-bottom: none;
}
.accessMap {
  padding: 100% 0 0 0;
  position: relative;
  height: 0;
  margin: 0 0 25px 0;
  border: 1px solid #e6e6e6;
}

.accessMap iframe, .accessMap object, .accessMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accessTab ul li img {
  margin-top: 0;
  padding: 5px;
}
.accessTab .current :after {
  content: "";
  margin-left: -8px;
  bottom: 0px;
  top: 41px;
  border-color: #a8216b transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
}
.accessTab ul li em {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 1.2rem;
  line-height: unset;
  cursor: pointer;
  box-sizing: border-box;
}
.accessMap {
  padding: 100% 0 0 0;
}
.accessTxt {
  padding: 0px 10px;
  font-size: 1.4rem;
  margin: 0 20px 40px 20px;
}
.accessTxt h3 {
  font-size: 16px;
}
.accessBtn ul {
  letter-spacing: -0.4em;
  padding: 5px 20px 10px !important;
  text-align: center;
}
.accessBtn ul li {
  display: block;
  padding: 17px;
}
.accessBtn ul li a {
  padding: 10px 20px;
}
.accessList li .pic {
  display: none;
}
.accessList {
  padding: 0 10px;
  /* margin: 0 20px 40px 20px; */
}
.accessList li {
  display: block;
  width: auto;
  margin: 0 20px 40px 20px;
  
}
.accessList li.info dl {
  padding: 20px 30px 10px 30px;
  background: #f9f9f9;
}
.accessList li .item {
  display: table-cell;
  padding: 0;
  vertical-align: top;
  font-size: 14px;
}
.accessList li .txt {
  display: none;
}
.accessList li.info {
  margin: 0 -12px 20px -12px;
}
.accessList li.info dl dt {
  font-size: 16px;
}
.accessList li.info dl dd {
  font-size: 14px;
}

}

.multilingual-context {
  padding: 40px;
  background: #f9f9f9;
  margin-top: 20px;
}
.multilingual-context p {
  padding: 20px;
  font-size: 1.7rem;
  padding-left: 10rem;

}
.multilingual-button {
  display: flex;
  padding: 20px;
  padding-left: 9rem;
  padding-right: 7rem;
}
.multilingual-button ul {
  letter-spacing: -0.4em;
  text-align: center;
  display: table;
  border-collapse: separate;
  border-spacing: 11px 0;
  table-layout: fixed;
  width: 100%;
}
.multilingual-button li {
  letter-spacing: normal;
  border-collapse: separate;
  border-spacing: 11px 0;
  table-layout: fixed;
  display: table-cell;
  width: 25%;
  height: 84px;

}
.multilingual-button li a {
  display: block;
  padding: 24px 60px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f0d9e1;
  color: #a8216b;
  border: 1px solid #a8216b;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  
  .multilingual-context {
    padding: 30px 20px;
}
.multilingual-button ul {
  letter-spacing: -0.4em;
  text-align: center;
  display: table;
  border-collapse: separate;
  border-spacing: 5px 0;
  table-layout: fixed;
  width: 100%;
}
.multilingual-context p {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 0 20px;
}
#renewal2022 .multilingual .sec__head {
  padding: 40px 0 0 0;
}
.multilingual-button {
  padding: 0;
  display: flex;

}  
.multilingual-button li {
  height: auto;
}
.multilingual-button li a {
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #f0d9e1;
  color: #a8216b;
  border: 1px solid #a8216b;
  border-radius: 3px;
}
}
 .footerWrap {
  display: flex;
  flex-direction: column;

}

.footerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 45px 0;
  text-align: center;
}

.footerWrap > .footerUnit:first-child  {
  padding-top: 30px;
}
.footerWrap > .footerUnit:last-child  {
  padding-top: 30px;
  border-top: 1px solid #4f4f4f;
}
.footerWrap.footerWrapRayard > .footerUnit:first-child  {
  padding-top: 30px;
  border-top: 1px solid #4f4f4f;
}
.footerWrap.footerWrapRayard > .footerUnit:last-child  {
  padding-top: 30px;
  border-top: 1px solid #ffffff;
}
.footerWrap.footerWrapRayard {
    flex-direction: column-reverse;
}
.footerLogoUrban img {
  width: 260px;
}
.footerClm {
  display: inline-block;
  vertical-align: top;
}

.footerNav01 {
  width: 210px;
}
.footerNav dl dt {
  padding: 0 0 10px 17px;
  font-size: 16px;
  background: url(/urban/common/images/footer_icn_arw01.png) no-repeat 0 5px;
  font-weight: bold;
}
.footerNav dl dd {
  clear: both;
  padding: 0 0 20px 24px;
}

.footerNav dl dd ul li {
  padding: 0 0 7px 9px;
  font-size: 13px;
  word-break: normal;
  background: url(/urban/common/renew/assets/img/bn_footer/footer_icn_arw02.png) no-repeat 0 5px;
}
.footerNav dl {
  display: table-cell;
  vertical-align: top;
}
.footerNav02 {
  width: 370px;
}
.footerClm {
  display: inline-block;
  vertical-align: top;
}
.footerNav03, .footerNav04, .footerNav05, .footerNav06 {
  width: 200px;
}
.footerNav03 {
  width: 270px;
}
.footerNav02 dd ul {
  float: left;
  width: 150px;
  padding: 0 10px 0 0;
}
.footerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 45px 0;
  text-align: center;
}
.footerLogoRayard img {
  width: 200px;
}
.footerNavRayard {
  text-align: center;
}
.footerNav {
  display: table;
  width: 100%;
  padding: 0 0 10px 0;
  overflow: hidden;
}
.footerClm {
  display: inline-block;
  vertical-align: top;
}
.footerNavRayard dl {
  text-align: left;
}
.footerNav dl {
  display: table-cell;
  vertical-align: top;
}
@media screen and (min-width: 768px) { 
  .footerWrap {
    display: flex;
    flex-direction: column;
    padding: 0px 60px;
    background-color: #ffff;
}
  .footerNav01 {
    width: 260px;
  }
  
  .footerNav02 {
    width: 390px;
  }
   .footerNav04, .footerNav05, .footerNav06 {
    width: 170px;
  }
  .footerNav03 {
    width: 270px;
  }
  .footerNav02 dd ul {
    float: left;
    width: 180px;
    padding: 0 10px 0 0;
  }
}

 .pdfBtn a {
  display: inline-block;
  min-width: 250px;
  padding: 12px 53px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 22px;
  background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);

}

.pdfBtn a .icnBlank {
  width: 20px;
  margin: 3px 0 0 5px;
  vertical-align: top;
}

.section {
  position: relative;
  padding: 30px 20px 0;
}
.pdfBtn a  img {
  display: unset;
}
.pdfBtn-center {
  position: relative;
  padding: 0 0 60px 0;
}
@media screen and (max-width: 767px) {

  .pdfBtn a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-size: 22px 22px;
    border-radius: 22px;
    min-width: inherit;
    padding: 11px 40px;
    font-size: 14px;
    background: linear-gradient(135deg, #a8216b 0%, #a8216b 20%, #ba4787 80%, #ba4787 100%);

}
  .pdfBtn-center {
    text-align: center;
    padding: 20px 20px 50px 20px !important; 
  }
}
 .account-link {
  letter-spacing: normal;
  display: flex;
  justify-content: flex-end;
  position: relative;
  bottom: 13px;
 }

 .account-link  a {
  display: flex;
  font-size: 1rem;
  padding: 5px;
  width: 15rem;
  font-weight: bold;
  background-color: #f0f0f0;
  color: #a8216b;
  border: 1px solid #a8216b;
  border-radius: 6px;
  align-items: center;
 }
 .account-link  a img {
  width: 5px;
  height: 8px;
  margin-left: 5px;

 }
.footer__sns ul li a img {display: unset;}

#renewal2022 .gnav__menu__wrapper > ul > li >  .side-flex {
  display: flex;
}

 @media screen and (max-width: 767px) {
  .side-flex img {
    width: 5rem;
    height: 3rem;
    margin-right: 1rem;
  }
  #renewal2022 .gnav__menu__wrapper .side-SNS {
    width: 100%;
    background: #e0b4c4;
    background: linear-gradient(135deg, #e0b4c4 0%, #e0b4c4 20%, #e0b4c4 80%, #e0b4c4 100%);
  }


  #renewal2022 .gnav__menu__wrapper .side-SNS li a {
    padding: 0;
    border-top:unset;
  }
  #renewal2022 .gnav__menu__wrapper .side-banner li a {
    padding: 0;
    border-top:unset;
    display: flex;
    justify-content: center;
  }
  #renewal2022 .gnav__menu__wrapper .side-banner {
    width: 100%;
    background: #f0f0f0;
  }
  #renewal2022 .gnav__menu__wrapper .side-banner li {
    display: flex;
    justify-content: center;
  }
  #renewal2022 .gnav__menu__wrapper .side-banner li img{
    width: 70%;
  }
}


 #shopSearchFreeword {
  background-color: #ffffff;
 }


input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background: url(/urban/common/renew/assets/img/header/icon_cross_colored.png) no-repeat;
  background-size: contain;
}

.footerBanner01 {
  margin: 0 0 15px 0;
}

.footerBanner ul {
  letter-spacing: -0.4em;
  text-align: center;
}
.footerBanner01 li {
  width: 16.6666666667%;
}
@media screen and (max-width: 1024px) {
  .footerNav {
      display: block;
      width: auto;
      padding: 0 0 10px 0;
      text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .footerNav01, .footerNav02, .footerNav03, .footerNav04, .footerNav05, .footerNav06, .footerNav02 dd ul {
      float: none;
      width: auto;
  }
}
 @media screen and (max-width: 767px) {
  #renewal2022 .footer__line .footerBanner01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -webkit-flex-wrap: wrap;
  }

  .footerBanner01 li {
    width: 50%;
}

.footerLogo {
  margin: 0 0 35px 0;
  flex-direction: column;
  text-align: center;
}
.footerWrap > .footerUnit:last-child 
{
  padding-top: 30px;
  border-top: 1px solid #4f4f4f;
  margin: 0 10px 0 10px;
}
.footerWrap.footerWrapRayard > .footerUnit:last-child 
{
  margin: 0;
  padding-top:30px;
  border-top: 1px solid #ffffff;
}
.footerLogoUrban img {
  width: 200px;
}
.footerWrap.footerWrapRayard > .footerUnit:first-child {
  padding-top: 30px;
  border-top: 1px solid #4f4f4f;
  margin: 0 10px 0 10px;
}
.footerWrap > .footerUnit:first-child {
  margin: 0;
  padding-top:30px;
}
.footerWrap {
  margin-top: 30px;
}
.footerNav .footerClm {
  text-align: left;
  display: inline-block;
}
.footerNav {
  margin: 0 -10px 0 0;
}
.footerNav dl {
  display: block;
}
.footerNav dl dd {
  clear: both;
  padding: 0 0 10px 7px;
}
.footerNav dl dt {
  padding: 0 0 15px 0;
  background: none;
}
.footerNav dl dd ul li {
  padding: 0 0 12px 8px;
  background: url(/urban/common/renew/assets/img/bn_footer/footer_icn_arw02.png) no-repeat 0 6px;
  background-size: 4px 9px;
}

}


 @media screen and (min-width: 768px) {

  .searchTab li,
  .searchSubmit button,
  .searchBtn button {
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    backface-visibility: hidden;
  }
  .searchTab li:hover,
  .searchSubmit button:hover,
  .searchBtn button:hover {
    opacity: 0.8;
  }
  .storeAnchor ul li a:hover:after {
    background: #91004f;
  }
  
  .sp-list { display: none; }
  
  }

  .forSP {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .forSP {
        display: block;
    }
}

@media screen and (max-width: 767px) {
  img.forSP, br.forSP {
      display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  #parkingLot {
    padding-top: 150px;
    margin-top: -150px;
  }
}
@media screen and (max-width: 768px) {
  #parkingLot {
    padding-top: 100px;
    margin-top: -100px;
  }
}

 @media screen and (min-width: 768px) {
  .section {
    padding: 30px 0 0;
  }
  .sec__wrap {
    padding: 30px 0 50px;
  }

  #renewal2022 .topicsList .sec__head,
  #renewal2022 .show-context .sec__head,
  #renewal2022 .shopnews .sec__head,
  #renewal2022 .coupon .sec__head,
  #renewal2022 .restaurants .sec__head,
  #renewal2022 .parkingLot .sec__head, 
  #renewal2022 .news .sec__head,
  #renewal2022 .multilingual .sec__head{
    padding: 40px 0 0 0;
  }

  #renewal2022 .footer__item-05 {
    padding: 40px 0px 40px;
 }
 }
 #renewal2022 .footer__item-03 ul:last-of-type {
  border-bottom:none;
 }

  /*
 * html2  
 * -------------------------------------------------------------------
 */
 #renewal2022 .coupon.type02 .content-center{
  display: flex;
  justify-content: center;
 }
 #renewal2022 .coupon.type02 .content-space-evenly{
  display: flex;
  justify-content: space-evenly;
 }

  /*
 * html4  
 * -------------------------------------------------------------------
 */

 .event__info .label2303new .label-03 {
  background-color: #dc514f;
  display: inline-block;
  border: none;
  font-weight: 100;
  margin: 0 10px 10px 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  padding: 1px 10px 2px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
 }

 #renewal2022 .show-context .slick-next,
 #renewal2022 .show-context .slick-prev {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 100px;
  opacity: 1;
 }
 #renewal2022 .event__ttl:after,
 #renewal2022 .shopnews__ttl:after {
  background: #f0d9e1;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
 }
 @media screen and (min-width: 768px) {
  #renewal2022 .shopnews__info .shopnews__ttl {
      font-size: 1.8rem;
  }
}

.couponModalDetail .coupon {
  background:unset !important;
}

 @media screen and (max-width: 767px) {
  
  #renewal2022 .topics.type03 .sec__wrap > ul > li > a > .settingSize {
    width: 50%;
  }
 }

.searchTab .current {
  position: relative;
}
.searchTab .current span{
  border-bottom: 3px solid white;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .searchTab .current {
    position: relative;
  }
  .searchTab .current span{
    border-bottom: 1px solid #a8216b;
    padding-bottom: 0px;
  }

}

 @media screen and (min-width: 768px) {
  #renewal2022 .coupon .event__img {
    width: 320px;
    height: 320px;
  }
  .coupon .info-area {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  #renewal2022 .coupon__showOne .coupon__info {
    padding: 0 0 0 30px;
    margin-right: 10rem;
  }
  #renewal2022 .coupon__showOne {
    width: auto !important;
  }
  #renewal2022 .coupon__showOne  > a{
    background:unset;
  }
  #renewal2022 .coupon__showOne .coupon__info {
    background-color: #FFFFFF;
  }
  #renewal2022 .coupon.type02 .coupon__showOne {
    box-shadow:unset;
  }
  #renewal2022 .coupon__showOne > a:hover > div:first-of-type:after {
    background: unset; 
    opacity: 0.5; 
  }
  #renewal2022 .coupon.type02 .coupon__postion {
    padding: 30px 24rem;
    padding-bottom: 0;
  }
  #renewal2022 .coupon__showOne:first-of-type {
     margin: 0;
  }

  #renewal2022 .coupon.type02 .content-space-evenly {
    padding: 30px 0 0 6rem;
    justify-content: space-around;
  }
  #renewal2022 .coupon .show-two-area-postion .coupon__item{
    display: flex;
    justify-content: center;
    width: 45% !important;
    margin:0;
    box-shadow:unset;
  }
  #renewal2022 .coupon .show-two-area-postion .coupon__item a {
    background: unset;
  }
  #renewal2022 .coupon__item .flex-style {
    display: flex;
        justify-content: center;
  }
  #renewal2022 .show-two-area-postion .coupon__info {
    background-color: #FFFFFF;
    padding-left: 17px;
    padding-right: 0;

  }
  #renewal2022 .show-two-area-postion .event__img {
    height: 240px;
    width: 240px;
  }
  #renewal2022 .coupon__showTwo {
    width: 45%;
  }
  #renewal2022 .coupon__showTwo .info-area {
    display: flex;
    align-items: stretch;
    margin-left: 0;
    margin-top: 50px;
  }
  .coupon__showTwo .coupon__info {
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  #renewal2022 .coupon__showTwo .pc_ttl{
    height: auto !important;
  }
  #renewal2022 .coupon__showOne .pc_ttl{
    height: 30px !important;
  }
 }
 @media screen and (max-width: 768px) {
  .coupon .info-area {
    padding:0;
  }
  #renewal2022 .coupon__showOne .event__date {
    font-size: 1.2rem;
    margin: 0;
  }
  #renewal2022 .coupon__showTwo .event__date {
    font-size: 1.2rem;
    margin: 0;
  }
  #renewal2022 .coupon__showOne{
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    width: 150px !important;
  }
  #renewal2022 .coupon__showOne >a {
    background: #fff;
  }
  #renewal2022 .coupon__showOne > a > div:first-of-type {
    position: relative;
  }
  #renewal2022 .coupon__showOne:first-of-type {
    margin: 0 2vw 0 0;
  }
  #renewal2022 .coupon__showTwo {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .coupon__showTwo:first-of-type {
    margin: 0 2vw 0 0;
  }
  #renewal2022 .coupon__showTwo {
    width: 150px !important;
  }

 }

 .searchTab .unselectable {
   background-color:#d7d2d2;
   color: #a8216b;
   border-radius: 6px;
 }

 @media screen and (min-width: 768px) { 
 .searchTab .current span::after {
  content: "";
  margin-left: -8px;
  bottom: -9px;
  border-color: #a8216b transparent transparent transparent;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
 }
 .searchTab li.searchTab01.unselectable {
  background-image: url(/urban/common/renew/assets/img/search/search_icon_pc_07_restaurant_1.png);
 }
 .searchTab li.searchTab02.unselectable{
  background-image: url(/urban/common/renew/assets/img/search/search_icon_pc_08_shop_1.png);
 }
 .searchTab li.searchTab03.unselectable{
  background-image: url(/urban/common/renew/assets/img/search/search_icon_pc_09_service_1.png);
 }
 .searchTab .searchTab04.unselectable a{
  background-image: url(/urban/common/renew/assets/img/search/search_icon_pc_10_cinema_1.png);
  color: #a8216b;
  background-color:#d7d2d2;
 }
}
@media screen and (max-width: 767px) { 
.searchTab .searchTab04.unselectable a{
  background-color:#d7d2d2;
 }
 .searchTab .current span::after {
  content: "";
  margin-left: -8px;
  bottom: -9px;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
 }
 #renewal2022 .coupon__showTwo .pc_ttl{
  height: auto !important;
}
 .announce-area ul li a div p {
  padding-right: 10px;
 }
 }
 #renewal2022 .restaurants .shopnews__info .shopnews__ttl {
  height: auto;
 }
 #renewal2022 .shopnews .info-ttl {

  line-height: 2.4rem;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
 }
 #renewal2022 .shopnews .info-ttl-one {

  position: relative;
  word-wrap: break-word;
 }
 

 @media screen and (max-width: 767px) { 
  #renewal2022 .topics.type02 .sec__wrap > ul >  .bottom-two-size {
    width: calc((100% - 10px) / 2);
  }
  #renewal2022 .topics.type02 .sec__wrap > ul >  .bottom-two-size >a >img {
    width: 21.5%;
  }

  .side-SNS {
    display: block;
    font-weight: bold;
    padding: 10px 24px;
    display: flex;
    justify-content: center;  
    margin-bottom: -1px;
  }

  .side-SNS-display li {
    padding: 0 10px;
  }
  .side-SNS-display {
    display: block;
    font-weight: bold;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;  
  }
  #renewal2022 .gnav__2nd > div:first-of-type > a {
    padding: 10px 0;
    padding-left: 20px;
    align-items: center;
  }
  
  #renewal2022 .gnav__2nd > div:first-of-type > a > img {
  height: 34.7px;
  }
 }
 @media screen and (min-width: 768px) { 
 #renewal2022 .mv li.slick-slide {
  height: 434px;  
 }
 #renewal2022 .mv li.slick-slide a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; 
 }
 #renewal2022 .footer__item-05 .footerBanner01 {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-flex-wrap: nowrap;
 }
 .topics__ttl {
  height: auto;
  margin:55px 30px;
 }
 }
 #renewal2022 .news-title-bottom {
  margin-bottom: -10px;
 }
 .news-info-top {
  padding-top: 10px;
 }
 .searchBtn {
  display: none;
  }
  @media screen and (min-width: 768px) { 
  #renewal2022 .gnav__2nd > div:first-of-type .headerLogo,
  #renewal2022 .gnav__2nd > div:first-of-type .headerLogoHisaya,
  #renewal2022 .gnav__2nd > div:first-of-type > .headerLogoMuromachi ,
  #renewal2022 .gnav__2nd > div:first-of-type > .headerLogoMiyashita,
  #renewal2022 .gnav__2nd > div:first-of-type > .headerLogoNihonbashi {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) { 
  #renewal2022 .gnav__2nd > div:first-of-type > .headerLogo > img {
    width: 150px;
    height: auto;
  }

  #renewal2022 .gnav__2nd > div:first-of-type > .headerLogoHisaya > img,
  #renewal2022 .gnav__2nd > div:first-of-type > .headerLogoMiyashita > img {
    width: 160px;
    height: auto;
  }
  #renewal2022 .gnav__2nd > div:first-of-type > .headerLogoNihonbashi > img,
  #renewal2022 .gnav__2nd > div:first-of-type > .headerLogoMuromachi > img {
    width: 100px;
    height: auto;
  }
  
}
  /*
 *  PARK_P2-490
 * -------------------------------------------------------------------
 */
 
 /* PARK_P2-559 Start */
 @media screen and (max-width: 767px) {
  #float-nav-new .float-nav {
    z-index: 100 !important;
  }
}
 /* PARK_P2-559 End */




