
@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: 767px) {
  body {
    min-width: 1280px;
  }
}

.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: 80px 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main {
    position: relative;
    top: 140px;
    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 {
    min-width: 1280px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 80px 55px 80px;
  }
}

.slider__wrap {
  width: calc(100% + 80px);
}

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;
}

a,
button {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
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;
}

.position__reset {
  position: relative !important;
}

h1 {
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  h1 {
    font-size: 1.4rem;
  }
}

.main02 {
  margin-top: 105px;
}
@media screen and (min-width: 768px) {
  .main02 {
    top: 150px;
    margin-top: 0;
  }
}

.bg__orange01 {
  background-color: #f58500 !important;
}

.cl_red01 {
  color: red !important;
}

.bg__gray01 {
  background-color: #f5f5f5 !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;
}

: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: 20px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #f58500;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__1st {
    height: 50px;
    font-size: 1.4rem;
    margin: auto;
  }
}
#renewal2022 .gnav__1st .gnav__facility {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__1st .gnav__facility {
    left: 20px;
    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(/mop/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(/mop/common/image/new/header/icon_access.svg) center center/cover no-repeat;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(3) > a:before {
  background: url(/mop/common/image/new/header/icon_floor.svg) center center/cover no-repeat;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(4) > a:before {
  background: url(/mop/common/image/new/header/icon_info.svg) center center/cover no-repeat;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(5) {
  position: relative;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(5) > a {
  padding: 0 30px 0 40px;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(5) > a:before {
  top: 0;
  bottom: 0;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(/mop/common/image/new/header/icon_nav_global.svg) center center/cover no-repeat;
}
#renewal2022 .gnav__1st > ul > li:nth-of-type(5) > 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__balloon {
  display: none;
  position: fixed;
  z-index: 200;
  width: 100%;
  padding: 0;
  top: 80px;
  -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: #f58500;
  background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 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 #f58500;
  }
}
#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;
  }
}
#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%;
  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: 80px;
  background: linear-gradient(135deg, #006db7 0%, #006db7 20%, #0094d2 80%, #0094d2 100%);
  overflow-y: scroll;
  height: auto;
  padding: 0;
  width: 100%;
  background: #d7dde1;
  background: linear-gradient(135deg, #d7dde1 0%, #d7dde1 20%, #e9edef 80%, #e9edef 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 0 0 auto;
  padding: 30px 20px 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 0;
    height: auto;
    margin: 0 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 15px;
  border: 1px solid #0f75ba;
}
@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;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__item > ul:first-of-type {
    border-bottom: 1px solid #c5c9cb;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__item > ul:last-of-type {
    margin: 24px 0 0;
  }
}
#renewal2022 .gnav__item > ul:last-of-type > li {
  font-size: 3.47vw;
  padding: 4px;
  width: auto;
}
#renewal2022 .gnav__item > ul:last-of-type > li:nth-child(2n+1) {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__item > ul:last-of-type > li {
    font-size: 1.4rem;
    width: 50%;
  }
  #renewal2022 .gnav__item > ul:last-of-type > li:nth-child(2n+1) {
    padding-right: 0;
  }
}
#renewal2022 .gnav__item > ul > li {
  width: 45%;
}
#renewal2022 .gnav__item-btn {
  display: block;
  width: 240px;
  color: #0f75ba;
  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(/mop/common/image/new/header/icon_point_square.png) center center/contain no-repeat;
}
#renewal2022 .gnav__item-txt {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__item-txt {
    font-size: 1.6rem;
  }
}
#renewal2022 .gnav__item-lead {
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  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(/mop/common/image/new/header/icon_header_01_sp.png) center center/contain no-repeat;
}
#renewal2022 .gnav__main > li .icon-header-001 {
  background-color: #fd8100;
  color: #fff;
}
#renewal2022 .gnav__main > li .icon-header-001:before {
  background: url(/mop/common/image/new/header/icon_cross_white.svg) center center/140% no-repeat;
}
#renewal2022 .gnav__main > li .icon-header-02:before {
  background: url(/mop/common/image/new/header/icon_header_02_sp.png) center center/contain no-repeat;
}
#renewal2022 .gnav__main > li .icon-header-03:before {
  background: url(/mop/common/image/new/header/icon_cross_colored.svg) center center/140% 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: #f58500;
}
#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-point {
  width: 100%;
  height: 40px;
  background: #c6e5fa;
  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(/mop/common/image/new/header/icon_point.svg) center center/contain no-repeat;
}
#renewal2022 .gnav__guide-member {
  width: 100%;
  height: 40px;
  background: #d7dde1;
  background: linear-gradient(135deg, #d7dde1 0%, #d7dde1 20%, #e9edef 80%, #e9edef 100%);
}
#renewal2022 .gnav__guide-member .icon {
  width: 100%;
  height: 50px;
}
#renewal2022 .gnav__guide-member .icon:before {
  background: url(/mop/common/image/new/header/icon_member.svg) center center/contain no-repeat;
}
#renewal2022 .gnav__guide-close {
  width: 100%;
  height: 40px;
  background: #d7dde1;
  background: linear-gradient(135deg, #d7dde1 0%, #d7dde1 20%, #e9edef 80%, #e9edef 100%);
}
#renewal2022 .gnav__guide-close .icon {
  width: 100%;
  height: 50px;
}
#renewal2022 .gnav__guide-close .icon:before {
  top: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: url(/mop/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;
  }
  /* PARK_P2-212 */
  #renewal2022 .footer__item--bgwhite {
    background-color: rgb(255, 255, 255);
  }
  
  #renewal2022 .footer__item-05.footer__item-05-change ul {
    justify-content: space-between;
  }
  /* PARK_P2-212 */
}
#renewal2022 .gnav__menu__wrapper > ul {
  width: 100%;
  background: #f58500;
  background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 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: #d7d7d7;
  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: #fde5c8;
  border-top: 0;
  border-bottom: 1px solid #fde5c8;
  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: black;
  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: #f58500;
  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: #f58500;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#renewal2022 .gnav.type02 .gnav__1st {
  height: 45px;
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav.type02 .gnav__1st {
    height: 60px;
    padding-left: 20px;
  }
}
#renewal2022 .gnav.type02 .gnav__1st .logo__header02 {
  width: 220px;
  padding: 12px 10px;
  border-left: 1px solid #fff;
}
#renewal2022 .gnav.type02 .gnav__1st .gnav__facility {
  left: 20px;
  width: 212px;
  position: static;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav.type02 .gnav__2nd {
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#renewal2022 .gnav.type02 .gnav__3rd {
  top: auto;
}
#renewal2022 .gnav.type02 .gnav__wrap {
  background-color: #fff;
}
#renewal2022 .gnav.type02 .gnav__shadow {
  -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.type02 .gnav__logo {
  width: 30%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #renewal2022 .gnav.type02 .gnav__balloon {
    top: auto;
  }
}
#renewal2022 .gnav.type02 .gnav_body {
  display: none;
}
#renewal2022 .member-logged {
  color: #fff;
  background: #ff7300;
  background: linear-gradient(135deg, #ff7300 0%, #ff7300 20%, #fb9700 80%, #fb9700 100%);
}
#renewal2022 .member-logged .icon {
  width: 100%;
  height: 50px;
}
#renewal2022 .member-logged .icon::before {
  background: url(/mop/common/image/new/header/icon_member_login.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(/mop/common/image/new/header/icon_check.svg) center center/contain no-repeat;
}
#renewal2022 .gnav__main > li > a > p {
  position: relative;
  width: 60px;
  height: 60px;
}
#renewal2022 .gnav__main > li .icon-header-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 > li .icon-header-login::before {
  background: url(/mop/common/image/new/header/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 > li .icon-login::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(/mop/common/image/new/header/icon_header_03_sp.png) center center/contain no-repeat;
}
#renewal2022 .gnav__main > 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(/mop/common/image/new/header/icon_cross_colored.svg) 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;
}
@media screen and (min-width: 768px) {
  #renewal2022 .gnav__3rd__wrapper.type02 > .gnav__item > ul:first-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#renewal2022 .float-nav .icon-n-coupon2 {
  height: 18px !important;
  margin: 3px 0 2px;
}
#renewal2022 .float-nav .icon-n-coupon2::before {
  background: url(/mop/common/images/icon-fix-menu/icon_footer_fixed_04.svg) center center/auto 100% no-repeat;
}
#renewal2022 .float-nav .icon-n-floor2 + span {
  letter-spacing: 0;
  width: 110%;
  margin: 0 0 0 -5%;
}
#renewal2022 .float-nav .icon-n-floor2::before {
  background: url(/mop/common/images/icon-fix-menu/icon_footer_fixed_03.svg) center center/auto 100% no-repeat;
}
#renewal2022 .float-nav .icon-n-point2::before {
  background: url(/mop/common/images/icon-fix-menu/icon_footer_fixed_point.svg) center center/auto 100% no-repeat;
}

#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: unset;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  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: 70%;
  font-size: 2rem;
  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;
}
@media screen and (min-width: 768px) {
  #renewal2022 .sec__head > p > 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: #f58500;
  background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 100%);
  font-size: 1rem;
  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: #f58500;
    background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 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: #f58500;
    background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 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: #f58500;
    background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 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: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 50px;
  background: #f58500;
  background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 100%);
}
@media screen and (min-width: 768px) {
  #renewal2022 .sec__feature__head > a {
    display: block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 50px;
    background: #f58500;
    background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 100%);
  }
}

@media screen and (min-width: 768px) {
  #renewal2022 .footer {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__container {
    width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #renewal2022 .footer__container {
    padding: 0 30px;
  }
}
#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;
}
@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: #f58500;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #f58500;
  margin: 30px auto 0;
}
#renewal2022 .footer__gradient-01 {
  background-color: #eeeae5;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__gradient-01 {
    background-color: #f0ede8;
  }
}
#renewal2022 .footer__mall .footer__gradient-01 {
  background: #006db7;
  background: -webkit-gradient(linear, left top, right top, from(#006db7), to(#0094d2));
  background: linear-gradient(to right, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 100%);
  color: #fff;
}
#renewal2022 .footer__gradient-02 {
  background-color: #eeeae5;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__gradient-02 {
    background-color: #fef4e8;
  }
}
#renewal2022 .footer__gray {
  background: #f5f5f5;
}
#renewal2022 .footer__lightblue01 {
  background: #e0f0f7;
}
#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 0px;
  }
}
#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;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #renewal2022 .footer__sitelink > ul > li {
    font-size: 1.3rem;
  }
}
#renewal2022 .footer__sns {
  width: 100%;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__sns {
    width: 330px;
    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 {
  width: 100%;
  margin: 0 auto;
}
#renewal2022 .footer__item-01 {
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 {
    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 {
    border-bottom: 1px solid white;
    padding: 10px 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 #cbc4b8;
  }
}
#renewal2022 .footer__item-01 ul:last-child {
  border-bottom: none;
}
#renewal2022 .footer__item-01 ul:last-child li:first-child, #renewal2022 .footer__item-01 ul:last-child li:last-child {
  border-bottom: none;
}
#renewal2022 .footer__item-01 ul:last-child li:nth-child(2) {
  border-top: 1px solid #cbc4b8;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul:last-child li:nth-child(2) {
    border-top: none;
  }
}
#renewal2022 .footer__item-01 ul > li {
  width: 100%;
  font-size: 1.4rem;
  border-bottom: 1px solid #cbc4b8;
  cursor: pointer;
}
#renewal2022 .footer__item-01 ul > 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 > li:first-child {
    width: 145px;
    font-size: 2rem;
  }
  #renewal2022 .footer__item-01 ul > li:first-child:before, #renewal2022 .footer__item-01 ul > li:first-child:after {
    content: none;
  }
}
#renewal2022 .footer__item-01 ul > li:first-child > a:before, #renewal2022 .footer__item-01 ul > li:first-child > a:after {
  content: none;
}
#renewal2022 .footer__item-01 ul > li:first-child:before, #renewal2022 .footer__item-01 ul > li:first-child:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #f58500;
  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 > li:first-child:before, #renewal2022 .footer__item-01 ul > li:first-child:after {
    content: none;
  }
}
#renewal2022 .footer__item-01 ul > li:first-child:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
#renewal2022 .footer__item-01 ul > li:nth-of-type(2), #renewal2022 .footer__item-01 ul > li:nth-of-type(3), #renewal2022 .footer__item-01 ul > li:nth-of-type(4), #renewal2022 .footer__item-01 ul > li:nth-of-type(5), #renewal2022 .footer__item-01 ul > li:nth-of-type(6) {
  display: none;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-01 ul > li:nth-of-type(2), #renewal2022 .footer__item-01 ul > li:nth-of-type(3), #renewal2022 .footer__item-01 ul > li:nth-of-type(4), #renewal2022 .footer__item-01 ul > li:nth-of-type(5), #renewal2022 .footer__item-01 ul > li:nth-of-type(6) {
    display: block;
  }
}
@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(/mop/common/image/new/footer/icon_footer_01.png) center center/contain no-repeat;
}
#renewal2022 .footer__item-01 ul > li .icon-footer-02:before {
  background: url(/mop/common/image/new/footer/icon_footer_02.png) center center/contain no-repeat;
}
#renewal2022 .footer__item-01 ul > li .icon-footer-03:before {
  background: url(/mop/common/image/new/footer/icon_footer_03.png) center center/contain no-repeat;
}
#renewal2022 .footer__item-01 ul > li .icon-footer-04:before {
  background: url(/mop/common/image/new/footer/icon_footer_04.png) center center/contain no-repeat;
}
#renewal2022 .footer__item-01 ul > li .icon-footer-05:before {
  background: url(/mop/common/image/new/footer/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: 15px;
    margin: auto;
    background: #dcdcdc;
  }
}
#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 #343434;
  border-right: 1px solid #343434;
  -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 25px;
  }
}
#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 0;
  -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:first-of-type, #renewal2022 .footer__item-02 > .footer__line:last-of-type {
  border-bottom: 0;
}
#renewal2022 .footer__item-02 > .footer__line:first-of-type .footer__item-02__ttl > span:before, #renewal2022 .footer__item-02 > .footer__line:last-of-type .footer__item-02__ttl > span:before {
  content: none;
}
#renewal2022 .footer__item-02 > .footer__line:first-of-type .footer__item-02__ttl > span:last-of-type, #renewal2022 .footer__item-02 > .footer__line:last-of-type .footer__item-02__ttl > span:last-of-type {
  display: block;
  font-size: 1.2rem;
  font-weight: inherit;
}
#renewal2022 .footer__item-02 > .footer__line:first-of-type {
  border-bottom: 1px solid #dcdcdc;
}
#renewal2022 .footer__item-02__ttl {
  width: 250px;
}
#renewal2022 .footer__item-02__ttl span {
  font-size: 1.6rem;
  font-weight: bold;
}
#renewal2022 .footer__item-02__ttl .link {
  position: relative;
}
#renewal2022 .footer__item-02__ttl .link::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 100px;
  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__item-02__info {
  width: calc(100% - 250px);
  padding-left: 50px;
}
#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: 300px;
}
#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 0px 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: 20px 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 > 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-03 .last__list {
  border-bottom: none;
  padding: 20px 0 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-03 .last__list {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0 30px 0;
    margin-bottom: 30px;
  }
}
#renewal2022 .footer__item-03 .footer__video {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#renewal2022 .footer__item-03 .footer__video li {
  width: 80%;
  padding: 0 0 0 20px;
}
#renewal2022 .footer__item-03 .footer__video li iframe {
  width: 100%;
  height: 175px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer__item-03 .footer__video li {
    font-size: 3rem;
    font-weight: bold;
    width: calc((100% - 80px) / 3);
  }
  #renewal2022 .footer__item-03 .footer__video li p {
    font-size: 1.8rem;
  }
  #renewal2022 .footer__item-03 .footer__video li iframe {
    width: 100%;
    height: 225px;
  }
}
#renewal2022 .footer__item-special ul {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#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 0px 30px;
  }
}
#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: 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 0px;
  }
}
#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;
}
@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 .footer__line-logo {
  padding: 10px 0px !important;
}
#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.type02 .footer__item-02 > .footer__line:nth-of-type(03) > .footer__item-02__ttl > span:last-of-type {
  display: block;
  font-size: 1.2rem;
  font-weight: inherit;
}
#renewal2022 .footer.type02 .footer__item-02 > .footer__line:last-of-type .ddcol > img:last-of-type {
  display: none;
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__suggest {
    padding: 0 20px;
  }
}
#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 > p {
  width: 86.5%;
}
#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 (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__suggest__description > a {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__suggest__description > a {
    width: 30vw;
  }
  #renewal2022 .footer.type02 .footer__suggest__description > a > img {
    margin-top: 0.5vw;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__item-01 ul {
    padding: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__item-01 ul > li {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__item-01 ul > li {
    padding: 25px 0;
    padding-right: 25px;
    cursor: inherit;
  }
}
#renewal2022 .footer.type02 .footer__item-01 ul > li:first-child {
  font-size: 1.4rem;
  width: auto;
}
#renewal2022 .footer.type02 .footer__item-01 ul > li:first-child > a {
  padding-left: 0;
}
#renewal2022 .footer.type02 .footer__item-01 ul > li:first-child > a::after, #renewal2022 .footer.type02 .footer__item-01 ul > li:first-child > a::before {
  content: "";
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__item-01 ul > li:first-child {
    width: 100%;
    padding: 0;
  }
  #renewal2022 .footer.type02 .footer__item-01 ul > li:first-child::after, #renewal2022 .footer.type02 .footer__item-01 ul > li:first-child::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__item-01 ul > li span {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__item-01 ul > li > a {
    padding: 0 30px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__item-01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#renewal2022 .footer.type02 .footer__item-01 ul .line__border-bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__item-01 ul .line__border-bottom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer.type02 .footer__item-03 .last__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #renewal2022 .footer.type02 .footer__item-03 .last__list > li:nth-of-type(3n+4) {
    margin-left: 20px;
  }
  #renewal2022 .footer.type02 .footer__item-03 .last__list > li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__item-03 ul > li {
    margin: 0 10px 0 0;
  }
  #renewal2022 .footer.type02 .footer__item-03 ul > li:nth-of-type(n + 9) {
    margin-top: 20px;
  }
}
#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;
  }
}
#renewal2022 .footer.type02 .footer__item-02 a {
  display: inline;
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer.type02 .footer__sitelink > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #renewal2022 .footer.type02 .footer__sitelink > ul > li {
    width: 20%;
  }
  #renewal2022 .footer.type02 .footer__sitelink > ul > li:nth-of-type(4) {
    width: 18.5%;
  }
  #renewal2022 .footer.type02 .footer__sitelink > ul > li:nth-of-type(5) {
    width: 21.5%;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer .footer__container.type02 .footer__item-06 .footer__line:first-of-type {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .footer .footer__container.type02 .footer__item-06 .footer__line:last-of-type {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #renewal2022 .footer .footer__container.type02 .footer__item-06 .footer__line:last-of-type > ul > li:first-of-type {
    width: 100%;
    text-align: center;
  }
  #renewal2022 .footer .footer__container.type02 .footer__item-06 .footer__line:last-of-type > ul > li:first-of-type > a {
    display: inline-block;
  }
}
#renewal2022 .footer .footer__container.type02 .footer__item-06 .footer__line:last-of-type ul > li::before {
  content: none;
}

.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;
}

@media screen and (max-width: 768px) {
  .body-top .wrap-top-btn {
    right: 20px;
    bottom: 66px;
  }
}
.body-top .wrap-top-btn a {
  position: relative;
  display: block;
  font-size: 0;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background: #242424;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.body-top .wrap-top-btn a:after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  margin: 0 auto;
}

.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(/mop/common/image/new/header/icon_search.svg) center center/cover no-repeat;
  z-index: 100;
}
#renewal2022 .searchUI__txtb {
  width: 100%;
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 7px 85px 7px 10px;
  border: 1px solid #888;
  background: #fff;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  #renewal2022 .searchUI__txtb {
    padding: 12px 90px 12px 10px;
    border-width: 2px;
  }
}
#renewal2022 .searchUI__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 0 6px 6px 0;
  background: #f58800;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/mop/okazaki/assets/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: 40%;
  -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 */
@media screen and (min-width: 768px) {
  .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;
  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;
}
#renewal2022 .mv .slick-slide img {
  display: block;
  width: 100%;
  max-width: none;
}
#renewal2022 .event .slick-prev, #renewal2022 .event .slick-next {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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 #f58500;
  border-right: 2px solid #f58500;
}
@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 {
  width: 100%;
  padding: 0 10px;
  line-height: 0.1;
  text-align: center;
  margin: 10px 0;
  position: static;
}
@media screen and (min-width: 768px) {
  #renewal2022 .slick-dots {
    margin-top: 15px;
  }
}
#renewal2022 .slick-dots li.slick-active button:before {
  color: #f58500;
  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: #dcdcdc;
  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;
}

/* 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;
}
.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;
}

/* 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;
  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: 99999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 999999;
  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;
}
.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: #f58500;
  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: #f58500;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.remodal-wrapper {
  overflow: hidden;
}

.remodal.detailcoupons,
.remodal.registration {
  padding: 0 !important;
  position: relative;
  display: inline-block;
}

.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: #000000;
  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 {
  max-height: calc(100vh - 140px);
  padding: 30px;
  overflow-y: auto;
  background: #fff;
}

.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: solid 1px #222;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  color: #f00;
  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 #eaeaea;
  text-align: center;
  color: #999;
  font-weight: bold;
  font-size: 12px;
  padding: 8px;
  background: #f6f6f6;
}

.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: left;
}

.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: #f7a23a;
  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;
  padding: 15px;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.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;
}

@media print, screen and (min-width: 769px) {
  .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;
  }
}
.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;
  }
}
.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: #fff;
  background: #f58500;
}
#renewal2022 .tag-05 {
  color: #006db7;
  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 {
  overflow-x: hidden;
}
#renewal2022 .mv .sec__wrap {
  max-width: none;
}
#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 li.slick-slide {
    width: 1000px !important;
  }
}
@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.type02 > .sec__wrap {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .mv.type02 .slick-initialized.slick-slider {
    margin-bottom: 0;
  }
}
@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:not(:last-child) > a {
  border-radius: 8px;
  position: relative;
}
#renewal2022 .topics > .sec__wrap > ul > li:not(:last-child) > a span {
  position: absolute;
  top: 65%;
  text-align: center;
  font-size: 2.95vw;
  width: 100%;
  line-height: 1.2;
}
#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__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 #f58500;
  border-right: 2px solid #f58500;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#renewal2022 .topics__more > a span {
  font-size: 1rem;
  color: #666666;
}
#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 .event,
#renewal2022 .open,
#renewal2022 .coupon {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #fff), color-stop(25%, #f5f5f5), color-stop(38%, #f5f5f5));
  background: linear-gradient(to bottom, #fff 47%, #f5f5f5 25%, #f5f5f5 38%);
}
@media screen and (min-width: 768px) {
  #renewal2022 .event,
#renewal2022 .open,
#renewal2022 .coupon {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, #fff), color-stop(48%, #f5f5f5), color-stop(16%, #f5f5f5));
    background: linear-gradient(to bottom, #fff 53%, #f5f5f5 48%, #f5f5f5 16%);
  }
}
#renewal2022 .shopnews {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ebe6de), color-stop(48%, #fff), color-stop(52%, #fff));
  background: linear-gradient(to bottom, #ebe6de 50%, #fff 48%, #fff 52%);
}
@media screen and (min-width: 768px) {
  #renewal2022 .shopnews {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #ebe6de), color-stop(48%, #fff), color-stop(52%, #fff));
    background: linear-gradient(to bottom, #ebe6de 56%, #fff 48%, #fff 52%);
  }
}
#renewal2022 .shopnews > .sec__wrap > .sec__head > span {
  opacity: 0.6;
}
#renewal2022 .feature {
  position: relative;
}
#renewal2022 .feature:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  margin: auto;
  background: #f5f5f5;
}
#renewal2022 .feature > .sec__wrap {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .feature > .sec__wrap {
    padding: 30px 80px 90px 80px;
  }
}
#renewal2022 .feature > .sec__wrap > .sec__head > span {
  opacity: 0.6;
}
#renewal2022 .feature .slick-prev,
#renewal2022 .feature .slick-next {
  top: 50%;
}
#renewal2022 .feature__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #renewal2022 .feature__img {
    width: 360px;
    height: 148px;
  }
}
#renewal2022 .feature__item {
  width: 67.1641791045%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .feature__item {
    width: 360px;
  }
}
#renewal2022 .combine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41%, #fff), color-stop(27%, #f0f0f0), color-stop(40%, #f0f0f0));
  background: linear-gradient(to bottom, #fff 41%, #f0f0f0 27%, #f0f0f0 40%);
}

/* PARK_P2-212 */
@media screen and (max-width: 767px) {
  #renewal2022 .combine.combine-lock {
    background: linear-gradient(to bottom, #fff 0%, #fff 160px, #f0f0f0 162px, #f0f0f0 100%);
  }
}
/* PARK_P2-212 */

@media screen and (min-width: 768px) {
  #renewal2022 .combine {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), color-stop(48%, #f0f0f0), color-stop(52%, #f0f0f0));
    background: linear-gradient(to bottom, #fff 55%, #f0f0f0 48%, #f0f0f0 52%);
  }

  /* PARK_P2-212 */
  #renewal2022 .combine.combine-lock {
    background: linear-gradient(to bottom, #fff 0%, #fff 370px, #f0f0f0 372px, #f0f0f0 100%) !important;
  }
  /* PARK_P2-212 */
}
#renewal2022 .news .sec__head,
#renewal2022 .feature .sec__head,
#renewal2022 .coupon .sec__head,
#renewal2022 .shopnews .sec__head,
#renewal2022 .open .sec__head,
#renewal2022 .combine .sec__head,
#renewal2022 .event .sec__head {
  padding: 40px 0px 0 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 .combine .sec__head,
#renewal2022 .event .sec__head {
    padding-top: 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 .combine .sec__head > p,
#renewal2022 .event .sec__head > p {
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine .sec__head,
#renewal2022 .rank .sec__head {
    padding-top: 10px;
  }
  #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: #fff;
  bottom: 0;
  content: "…";
  padding-left: 1em;
  position: absolute;
  right: 0;
}
#renewal2022 .shopnews__ttl:after,
#renewal2022 .open__ttl:after,
#renewal2022 .event__ttl:after {
  background: #fff;
  /* 背景色 */
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
#renewal2022 .open__ttl:before,
#renewal2022 .event__ttl:before {
  background: #f5f5f5;
}
#renewal2022 .open__ttl:after,
#renewal2022 .event__ttl:after {
  background: #f5f5f5;
  /* 背景色 */
}
#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 .main_slider__img,
#renewal2022 .event__img {
  width: 67.1641791045%;
  height: 142.5px;
  background-color: #fff;
}
#renewal2022 .main_slider__img > img,
#renewal2022 .event__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #renewal2022 .main_slider__img,
#renewal2022 .event__img {
    width: 360px;
    height: 229px;
  }
}
#renewal2022 .main_slider__item,
#renewal2022 .event__item {
  width: 67.1641791045%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .main_slider__item,
#renewal2022 .event__item {
    width: 360px;
  }
}
#renewal2022 .combine__img,
#renewal2022 .rank__img {
  background-color: #fff;
  width: 41.0447761194%;
  height: 137.5px;
}
#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: 260px;
  }
}
#renewal2022 .combine__item,
#renewal2022 .rank__item {
  width: 41.0447761194%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .combine__item,
#renewal2022 .rank__item {
    width: 260px !important;
  }
}
#renewal2022 .open__item,
#renewal2022 .shopnews__item,
#renewal2022 .coupon__item {
  width: 41.0447761194%;
}
@media screen and (min-width: 768px) {
  #renewal2022 .open__item,
#renewal2022 .shopnews__item,
#renewal2022 .coupon__item {
    width: 260px !important;
  }
}
#renewal2022 .open__img,
#renewal2022 .shopnews__img {
  width: 41.0447761194%;
  height: 137.5px;
  background-color: #fff;
}
#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: 260px;
    height: 260px;
  }
}
#renewal2022 .box_img {
  width: 41.0447761194%;
  height: 137.5px;
  background-color: #fff;
}
#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: 260px;
    height: 260px;
  }
}
#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 20px;
}
@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 10px;
}
@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 20px;
  }
}
#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;
}
@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 20px 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 20px;
  }
}
#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;
}
#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.4rem;
  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;
  color: #4b5253;
  letter-spacing: 0;
}
@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.4rem;
  }
}
#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%;
  -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%;
  -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 {
  -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 .box_img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  #renewal2022 .feature__slider {
    margin: 30px 0 0 0;
    padding: 0;
  }
}
#renewal2022 .coupon__item > a {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #fff;
}
#renewal2022 .coupon__info {
  overflow: hidden;
  padding: 0 10px 14px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .coupon__info {
    padding: 0 20px 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 15px;
}
@media screen and (min-width: 768px) {
  #renewal2022 .news {
    margin: 0 auto 40px;
  }
}
#renewal2022 .news__list {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .news__list {
    margin: 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 0px;
}
#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 .news .new {
  margin-left: 50px;
  position: relative;
}
#renewal2022 .news .new::before {
  content: "NEW";
  position: absolute;
  left: -50px;
  background-color: #e14e4c;
  padding: 0 8px;
  color: white;
}
@media screen and (min-width: 768px) {
  #renewal2022 .news .new {
    margin-left: 0;
  }
  #renewal2022 .news .new::before {
    left: 80px;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics.type02 .sec__wrap {
    padding: 0 80px;
  }
}
#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);
}
#renewal2022 .topics.type02 .sec__wrap > ul > li:last-of-type {
  width: calc((100% - 20px) / 3);
  margin: 0 0 10px 0;
}
#renewal2022 .topics.type02 .sec__wrap > ul > li:last-of-type > a {
  position: relative;
}
#renewal2022 .topics.type02 .sec__wrap > ul > li:last-of-type > a > span {
  position: absolute;
  top: 65%;
  text-align: center;
  font-size: 2.95vw;
  width: 100%;
  line-height: 1.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 !important;
    display: block;
    -webkit-transform: none;
            transform: none;
    margin-top: -8px;
    padding-top: 4px;
    word-wrap: break-word;
  }
  #renewal2022 .topics.type02 .sec__wrap > ul > li > a > img {
    width: 46%;
    display: inline-block;
  }
}
#renewal2022 .topics.type02 .topics__searchUI {
  height: auto;
  text-align: center;
  position: relative;
  width: 100%;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics.type02 .topics__searchUI {
    height: 126px;
    margin-bottom: 50px;
    height: 126px;
  }
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI {
  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;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #renewal2022 .topics.type02 .topics__searchUI .searchUI {
    padding-bottom: 20px;
  }
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI form {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #renewal2022 .topics.type02 .topics__searchUI .searchUI form {
    width: 560px;
  }
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI form::before {
  display: none;
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI__txtb {
  width: 100%;
  height: 100%;
  z-index: 12;
  position: relative;
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI__btn {
  width: 90px;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  #renewal2022 .topics.type02 .topics__searchUI .searchUI__btn {
    width: 85px;
    font-size: 14px;
  }
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI__btn > img {
  margin-right: 6px;
  width: 18px;
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI__btn--clear {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI__btn--clear:before, #renewal2022 .topics.type02 .topics__searchUI .searchUI__btn--clear:after {
  content: "";
  width: 14px;
  height: 1px;
  display: block;
  background-color: #666;
  position: absolute;
  right: 12%;
  top: 50%;
  z-index: 12;
  cursor: pointer;
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI__btn--clear:before {
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
}
#renewal2022 .topics.type02 .topics__searchUI .searchUI__btn--clear::after {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
}
#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 .banner {
  position: relative;
}
@media screen and (max-width: 767px) {
  #renewal2022 .banner {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .banner .sec__wrap {
    padding: 100px 80px 0px 80px;
  }
}
#renewal2022 .banner__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #renewal2022 .banner__content {
    padding: 30px 0 0;
  }
}
#renewal2022 .banner__content > div:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #renewal2022 .banner__content > div:not(:last-child) {
    margin-right: 20px;
  }
}
#renewal2022 .banner__content > div > a > img {
  width: 360px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #renewal2022 .banner__content > div > a > img {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #renewal2022 .coupon.type02 .coupon__slider {
    padding: 30px 0 15px 0;
    margin-bottom: -15px;
  }
}
#renewal2022 .main02.type03 .event__info,
#renewal2022 .main02.type03 .open__info,
#renewal2022 .main02.type03 .shopnews__info,
#renewal2022 .main02.type03 .coupon__info,
#renewal2022 .main02.type03 .combine__info {
  overflow: hidden;
  word-wrap: break-word;
}
#renewal2022 .main02.type03 .event__update,
#renewal2022 .main02.type03 .open__update,
#renewal2022 .main02.type03 .shopnews__update,
#renewal2022 .main02.type03 .coupon__update,
#renewal2022 .main02.type03 .combine__update {
  max-width: 100%;
}
#renewal2022 .main02.type03 .shopnews__facility,
#renewal2022 .main02.type03 .coupon__facility,
#renewal2022 .main02.type03 .combine__facility {
  width: 100%;
}
#renewal2022 .ui-autocomplete {
  display: none;
  position: absolute;
  border: 1px solid #f58500;
  z-index: 11;
  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;
}
#renewal2022 #site-translate-header-wrapper ~ .gnav {
  top: 44px;
}
#renewal2022 #site-translate-header-wrapper ~ .main02 {
  top: 0;
  margin-top: 0;
}

.wrap-logo {
  display: none;
}
#renewal2022 .footer__item-02 dl > dd.ddcol span.phonenum{
  display: inline;
}
/*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,#renewal2022 .topics.type03 .sec__wrap > ul > li:last-of-type > a > span{
    font-size: 3.75vw;
    line-height: 1.14;
  }

}
/*PARK_P2-221*/

/*PARK_P2-278*/
#footer .footer__btn > a{ 
color: inherit;
}
/*PARK_P2-278*/

/*PARK_P2-434*/
@media screen and (max-width: 767px){
  img {
    height: auto;
  }
}
/*PARK_P2-434*/
/* PARK_P2-474 */
@media screen and (max-width: 767px){
  #renewal2022 .slick-prev {
    left: 0;
    margin-top: auto;
    bottom: -47px;
    background: none;
    box-shadow: none;
  
  }
  #renewal2022 .slick-prev:before{
    left: 32px;
  }
  
  #renewal2022 .slick-next {
    right: 0;
    margin-top: auto;
    bottom: -47px;
    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;
    flex-wrap: wrap;
  }
  #renewal2022 .slick-dots{
    width: 80%;
    position: absolute;
    list-style: none;
    text-align: center;
    margin: 0 0 2px;
    bottom: -25px;
  }
  #renewal2022 .mv {
    overflow-x:unset;
  }
  .slick-list {
    overflow: hidden;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots li button {
    height: unset;
    width: unset;
  }
  #renewal2022 .slick-dots li {
    position: relative;
    display: inline-block;
    height: 5px;
    width: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  #renewal2022 .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 16px;
    height: 0px;
    font-family: "slick";
    font-size: 0.9rem;
    line-height: 0px;
    text-align: center;
    color: #dcdcdc;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  }
/* PARK_P2-474 */
/* PARK_P2-212 */
#renewal2022 .footer__tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#renewal2022 .footer__tab > button {
  width: 33.3333333333%;
  height: 40px;
  color: #f58500;
  border: 1px solid #f58500;
  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: #f58500;
  background: -webkit-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 100%);
  background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 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 #f58500;
  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: "" !important;
  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: #ffe3c2;
  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: "−";
}

@media screen and (min-width: 768px){
  #renewal2022 .mall .sec__wrap{
    padding: 30px 80px 50px;
  }
}
#renewal2022 .mall .sec__head > a {
  background: #ffffff;
  color: #f58500;
  bottom: 25%;
}
#renewal2022 .mall .sec__head > p > img {
  max-width: 80px;
}
@media screen and (min-width: 768px){
  #renewal2022 .mall .sec__head > p > img {
    max-width: 140px;
  }
}

#renewal2022 .mall {
  background: #006db7;
  background: -webkit-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 100%);
  background: linear-gradient(135deg, #f58500 0%, #f58500 20%, #fb9a00 80%, #fb9a00 100%);
  position: relative;
}
#renewal2022 .mall:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  margin: auto;
  background: #fff;
}
#renewal2022 .mall > .sec__wrap > .sec__head .sec__mall__ttl{
  color: #000;
}
#renewal2022 .mall > .sec__wrap > .sec__head .sec__mall__ttl img,#renewal2022 .rank > .sec__wrap > .sec__head .sec__mall__ttl img,#renewal2022 .combine > .sec__wrap > .sec__head .sec__mall__ttl img{
  display: inline;
  margin-bottom: 0;
}

#renewal2022 .mall > .sec__wrap > .sec__head .sec__mall__ttl span.sec__mall__ttl--sub{
  opacity: 1;
  font-size: 3rem;
  margin-top: 0;
}
@media screen and (min-width: 769px){
  #renewal2022 .mall > .sec__wrap > .sec__head .sec__mall__ttl span.sec__mall__ttl--sub{
    flex: 1;
  }
}
@media screen and (max-width: 768px){
  #renewal2022 .mall > .sec__wrap > .sec__head .sec__mall__ttl span.sec__mall__ttl--sub{
    font-size: 2rem;
  }
  #renewal2022 .mall > .sec__wrap > .sec__head .sec__mall__ttl,#renewal2022 .rank > .sec__wrap > .sec__head .sec__mall__ttl,#renewal2022 .combine > .sec__wrap > .sec__head .sec__mall__ttl{
  width: 100%;
  display: inline-block;
}
}
#renewal2022 .mall > .sec__wrap > .sec__head > p, #renewal2022 .mall > .sec__wrap > .sec__head > span {
  color: #fff;
}
#renewal2022 .mall > .sec__wrap > .sec__head > p > span {
  color: #fff;
  opacity: 0.6;
}
#renewal2022 .mall > .sec__wrap > .sec__head > span {
  opacity: 0.6;
}
#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 .rank-background {
  background: linear-gradient(to bottom, #fff 0%, #fff 160px, #f0f0f0 162px, #f0f0f0 100%);
}
#renewal2022 .mall .sec__head {
  padding: 40px 90px 0 0;
}
@media screen and (min-width: 768px) {
#renewal2022 .mall .sec__head{
    padding: 70px 0 0 0;
  }
#renewal2022 .mall .sec__head > p,#renewal2022 .combine .sec__head > p, #renewal2022 .rank .sec__head > p {
    max-width: 70%;
  }
}

#renewal2022 .mall__ttl {
  height: 4.8rem;
  line-height: 2.4rem;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
#renewal2022 .mall__ttl span {
  margin-right: 1em;
}
#renewal2022 .mall__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 .mall__ttl:after {
  background: #fff; /* 背景色 */
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
#renewal2022 .mall__img {
  width: 300px;
  height: 192px;
}
#renewal2022 .mall__img > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
#renewal2022 .mall__img {
    width: 360px;
    height: 230px;
  }
}
#renewal2022 .mall__item {
  width: 75%;
}
@media screen and (min-width: 768px) {
#renewal2022 .mall__item {
    width: 360px;
  }
}
#renewal2022 .mall__slider::-webkit-scrollbar {
  display: none;
}
#renewal2022 .mall__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 .mall__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 .mall__item{
  margin: 0 2vw;
}
@media screen and (min-width: 768px) {
#renewal2022 .mall__item{
    margin: 0 10px;
  }
}
#renewal2022 .mall__item:first-of-type {
  margin: 0 2vw 0 0;
}
@media screen and (min-width: 768px) {
#renewal2022 .mall__item:first-of-type{
    margin: 0 10px 0 0;
  }
}
#renewal2022 .mall__item:last-of-type {
  margin: 0;
}
@media screen and (min-width: 768px) {
#renewal2022 .mall__item:last-of-type {
    margin: 0 0 0 10px;
  }
}
#renewal2022 .mall__item > a{
  display: block;
}
#renewal2022 .mall__item > a > div:first-of-type{
  position: relative;
}
#renewal2022 .mall__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 .mall__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 .mall__item > a > div:not(:first-of-type){
    opacity: 0.9;
  }
}
#renewal2022 .mall__item > a:hover{
  opacity: 1;
}
#renewal2022 .mall__item > a:hover > div:first-of-type:after{
  background: rgba(255, 255, 255, 0.6);
}
#renewal2022 .mall__item > a:hover > div:not(:first-of-type){
  opacity: 0.6;
}
#renewal2022 .mall__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 .mall__update{
  color: #4b5253;
  font-size: 1.1rem;
  margin: 0 0 0 10px;
}
@media screen and (min-width: 768px) {
#renewal2022 .mall__update{
    font-size: 1.4rem;
  }
}
#renewal2022 .mall__ttl{
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 8px 0 0 0;
}
@media screen and (min-width: 768px) {
#renewal2022 .mall__ttl {
    font-size: 1.8rem;
  }
}
#renewal2022 .mall__facility{
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
#renewal2022 .mall__facility{
    font-size: 1.6rem;
  }
}
#renewal2022 .mall__date{
  width: 100%;
  font-size: 1.4rem;
  margin: 20px 0 0 0;
}
#renewal2022 .mall__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 .mall__img{
    width: auto;
  }
}
.is-fixed{
  position: static;
}
#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 .sec__head > a{
  bottom: 15%;
}
/* PARK_P2-212*/
#renewal2022 .rank .sec__mall__head > p > .sec-online ,#renewal2022 .combine .sec__mall__head > p > .sec-online {
  width: auto !important;
  font-weight: bold;
  color: unset;
  margin:unset;
}
@media screen and (min-width: 768px){
  #renewal2022 .sec__head > p >  .sec-online {
    margin-left: 20px;
  }
  #renewal2022 .rank .sec__mall__head{
    margin-top: 10px;
  }
  #renewal2022 .rank .sec__mall__head  > p ,#renewal2022 .combine .sec__mall__head  > p{
    max-width: 70%;
  }
  #renewal2022 .rank .sec__mall__head > p > .sec-online ,#renewal2022 .combine .sec__mall__head > p > .sec-online {
    font-size: 3rem;
    margin-left: 20px;
  }
  .onlySP {
    display: none;
  }
}
@media screen and (max-width: 767px){
  #renewal2022 .rank .sec__mall__head > p > .sec-online ,#renewal2022 .combine .sec__mall__head > p > .sec-online {
    font-size: 2rem;
  }
  #renewal2022 .combine.combine-lock ,#renewal2022 .rank-background {
    background: linear-gradient(to bottom, #fff 0%, #fff 195px, #f0f0f0 162px, #f0f0f0 100%);
  
  }
  .onlySP {
    display: block;
  }
}
 #renewal2022 .mall > .sec__wrap > .sec__head  .ttl-color {
    color: #fff;
}
/* PARK_P2-212*/


