
@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
.coupon2022area, .remodal-wrapper {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}
.coupon2022area a, .remodal-wrapper a {
  text-decoration: none;
  outline: none;
}
.coupon2022area .display__pc, .remodal-wrapper .display__pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .display__pc, .remodal-wrapper .display__pc {
    display: block !important;
  }
}
.coupon2022area .display__sp, .remodal-wrapper .display__sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .display__sp, .remodal-wrapper .display__sp {
    display: none !important;
  }
}
.coupon2022area .display__none, .remodal-wrapper .display__none {
  display: none !important;
}
.coupon2022area .disabled, .remodal-wrapper .disabled {
  pointer-events: none;
  opacity: 0.6;
}
.coupon2022area a, .coupon2022area button, .remodal-wrapper a, .remodal-wrapper button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.coupon2022area a:hover, .coupon2022area button:hover, .remodal-wrapper a:hover, .remodal-wrapper button:hover {
  opacity: 0.6;
}

/* A Modern CSS Reset */
.coupon2022area *,
.coupon2022area *::before,
.coupon2022area *::after, .remodal-wrapper *,
.remodal-wrapper *::before,
.remodal-wrapper *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coupon2022area h1,
.coupon2022area h2,
.coupon2022area h3,
.coupon2022area h4,
.coupon2022area p,
.coupon2022area figure,
.coupon2022area blockquote,
.coupon2022area dl,
.coupon2022area dd,
.coupon2022area ul,
.coupon2022area li,
.coupon2022area a, .remodal-wrapper h1,
.remodal-wrapper h2,
.remodal-wrapper h3,
.remodal-wrapper h4,
.remodal-wrapper p,
.remodal-wrapper figure,
.remodal-wrapper blockquote,
.remodal-wrapper dl,
.remodal-wrapper dd,
.remodal-wrapper ul,
.remodal-wrapper li,
.remodal-wrapper a {
  margin: 0;
}
.coupon2022area ul[role=list],
.coupon2022area ol[role=list], .remodal-wrapper ul[role=list],
.remodal-wrapper ol[role=list] {
  list-style: none;
}
.coupon2022area a:not([class]), .remodal-wrapper a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.coupon2022area img,
.coupon2022area picture, .remodal-wrapper img,
.remodal-wrapper picture {
  max-width: 100%;
  display: block;
}
.coupon2022area input,
.coupon2022area button,
.coupon2022area textarea,
.coupon2022area select, .remodal-wrapper input,
.remodal-wrapper button,
.remodal-wrapper textarea,
.remodal-wrapper select {
  font: inherit;
  border: 0;
}
@media (prefers-reduced-motion: reduce) {
  .coupon2022area *,
.coupon2022area *::before,
.coupon2022area *::after, .remodal-wrapper *,
.remodal-wrapper *::before,
.remodal-wrapper *::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;
  }
}
.coupon2022area ul,
.coupon2022area ol, .remodal-wrapper ul,
.remodal-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.coupon2022area a, .remodal-wrapper a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.coupon2022area :focus, .remodal-wrapper :focus {
  outline: none;
}

.coupon2022area .head__title {
  font-size: 17px;
  font-weight: bold;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__title {
    font-size: 20px;
    padding: 30px 0px;
  }
}
.coupon2022area .head__info-item {
  position: relative;
  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;
  border: 1px solid #D2D2D2;
}
.coupon2022area .head__info-item > div {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.coupon2022area .head__info-btn {
  width: 140px;
  color: #fff;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D6DBE0));
  background: linear-gradient(to bottom, #FFFFFF 0%, #D6DBE0 100%);
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__info-btn {
    width: 240px;
    padding: 0;
  }
}
.coupon2022area .head__info-btn > a {
  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;
  background: #6084A2;
  background: -webkit-gradient(linear, left top, left bottom, from(#6084A2), to(#002C4E));
  background: linear-gradient(to bottom, #6084A2 0%, #002C4E 100%);
  width: 100%;
  height: 90%;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  margin: 5px;
  padding: 10px 10px;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__info-btn > a {
    width: 100%;
    height: 60px;
    margin: 10px;
    padding: 10px 30px 10px 10px !important;
    text-align: left;
  }
}
.coupon2022area .head__info-btn > a > img {
  width: 26px;
}
.coupon2022area .head__info-btn > a > img + span {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__info-btn > a > img + span {
    width: 50%;
  }
}
.coupon2022area .head__info-btn > a > span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__info-btn > a > span {
    text-align: center;
  }
}
.coupon2022area .head__arrow {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__arrow {
    padding: 20px 10px !important;
  }
}
.coupon2022area .head__arrow:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 12px;
  right: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__arrow:before {
    top: -3px;
    bottom: 0;
    right: 20px;
    left: auto;
  }
}
.coupon2022area .head__info-member, .coupon2022area .head__info-none {
  position: relative;
  width: calc(100% - 110px);
  padding: 20px 4px 20px 20px;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D6DBE0));
  background: linear-gradient(to bottom, #FFFFFF 0%, #D6DBE0 100%);
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__info-member, .coupon2022area .head__info-none {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    width: calc(100% - 240px);
  }
}
.coupon2022area .head__info-member > 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;
}
.coupon2022area .head__info-member > ul > li {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: calc(100% - 100px);
  font-size: 12px;
  padding: 0 0 0 14px;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__info-member > ul > li {
    width: calc(100% - 110px);
  }
}
.coupon2022area .head__info-member > ul > li:first-of-type {
  display: block;
  width: 100px;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__info-member > ul > li:first-of-type {
    width: 110px;
    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;
  }
}
.coupon2022area .head__info-member .head__info-inner > ul > li > span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__info-member > ul:first-of-type > li {
    display: block;
  }
}
.coupon2022area .head__info-member > ul:last-of-type {
  cursor: pointer;
}
.coupon2022area .head__info-member > p {
  color: #343434;
  font-size: 16px;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__info-member > p {
    width: 100%;
    padding: 0 10px 0 20px;
  }
}
.coupon2022area .head__tips-tri {
  position: relative;
}
.coupon2022area .head__tips-tri:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 20px solid #FFF;
  z-index: 93;
}
.coupon2022area .head__tips {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .head__tips {
    top: 70px;
    left: 40%;
    right: 0;
    bottom: 0;
    width: 40%;
  }
}
.coupon2022area .head__tips__wrap {
  -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);
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  z-index: 92;
}
.coupon2022area .head__tips__wrap > p {
  font-size: 12px;
}
.coupon2022area .head__info-none {
  color: #295272;
  font-size: 14px;
  font-weight: bold;
}

#coupon2022 {
  /** sort Select **/
}
#coupon2022 .sort-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#coupon2022 .sort-select-wrapper select {
  display: none;
}
#coupon2022 .sort-select {
  position: relative;
  display: inline-block;
}
#coupon2022 .sort-select-trigger {
  position: relative;
  display: block;
  width: 160px;
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  color: #343434;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#coupon2022 .sort-select-trigger:hover {
  opacity: 0.6;
}
#coupon2022 .sort-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 50%;
  right: 14px;
  margin-top: -3px;
  border-bottom: 1px solid #343434;
  border-right: 1px solid #343434;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
#coupon2022 .sort-select.opened .sort-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}
#coupon2022 .sort-options {
  position: absolute;
  display: block;
  top: 50px;
  left: 0;
  right: 0;
  min-width: 100%;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  z-index: 91;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#coupon2022 .sort-select.opened .sort-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#coupon2022 .option-hover:before {
  background: #f9f9f9;
}
#coupon2022 .sort-option {
  position: relative;
  display: block;
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  color: #343434;
  cursor: pointer;
}
#coupon2022 .sort-option:first-of-type {
  border-radius: 8px 8px 0 0;
}
#coupon2022 .sort-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 8px 8px;
}
#coupon2022 .sort-option:hover {
  color: #fff;
  background: rgba(56, 95, 127, 0.6);
}
#coupon2022 .sort-option.selection {
  color: #fff;
  background: #385F7F;
}
#coupon2022 .searchUI__textbox {
  position: relative;
}
#coupon2022 .searchUI__textbox > input {
  width: 100%;
  border-radius: 8px;
  padding: 14px 40px 14px 14px;
  background: #F6F6F6;
}

.slick-prev, .slick-next {
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  position: relative;
  border-radius: 50px;
  z-index: 100;
  top: 200px !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);
}
.slick-prev:before, .slick-next:before {
  content: "" !important;
}

.slick-prev {
  left: 10px !important;
}
.slick-prev:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #343434;
  border-right: 2px solid #343434;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-next {
  right: 10px !important;
}
.slick-next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 10px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #343434;
  border-right: 2px solid #343434;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.maintile__slider__sp > ul {
  overflow-x: auto;
  padding: 20px 10px;
  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: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
@media screen and (min-width: 1024px) {
  .maintile__slider__sp > ul {
    /* display: block; */
    padding: 0 40px;
    max-width: 1000px;
    margin: 24px auto 0;
  }
}
.maintile__slider__sp > ul > li {
  width: calc(50vw + 10px) !important;
  margin: 0 10px;
  background: #fff;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.maintile__slider__sp > ul > li > .maintile__item > .maintile__img {
  width: 100%;
  position: relative;
  background: #fff;
}
.maintile__slider__sp > ul > li > .maintile__item {
  background: #fff;
  padding: 5px;
}
.maintile__slider__sp .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.mcpremium__slider__sp {
  padding: 0 0 20px;
}
.mcpremium__slider__sp > ul {
  overflow: auto;
  padding: 20px 10px;
  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: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.mcpremium__slider__sp > ul > li {
  width: calc(50vw + 10px) !important;
  margin: 0 10px;
  padding: 0 10px;
  background: #fff;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 200px;
}
@media screen and (min-width: 1024px) {
  .mcpremium__slider__sp > ul > li {
    padding: 0;
    max-width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .mcpremium__slider__sp > ul {
    padding: 0 40px;
    max-width: 1000px;
    margin: 24px auto 0 !important;
  }
}
.mcpremium__slider__sp > ul > li > .mcpremium__item > .mcpremium__img {
  position: relative;
  background: #fff;
  padding: 100% 0 0 0;
}
@media screen and (min-width: 1024px) {
  .mcpremium__slider__sp > ul > li > .mcpremium__item > .mcpremium__img {
    max-width: none;
    max-height: none;
  }
}
.mcpremium__slider__sp > ul > li > .mcpremium__item {
  background: #fff;
  padding: 5px;
}
.maintile__slider__sp .slider-maintile-mop {
  max-width: 590px;
}

#coupon2022 .remodal-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}
#coupon2022 .wide__wrapper {
  padding: 15px 0 0;
  max-width: auto;
}
#coupon2022 .remodal-overlay {
  z-index: 99999;
}
#coupon2022 .remodal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 15px;
  height: auto;
  overflow: hidden;
  z-index: 1000000;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .remodal-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#coupon2022 .remodal-select {
  max-width: 840px;
}
#coupon2022 .remodal {
  margin: 0;
  width: 100%;
}
#coupon2022 .remodal__notice {
  font-size: 12px;
  border-top: 1px solid #D2D2D2;
  padding: 20px 15px;
}
#coupon2022 .remodal > ul {
  border-top: 1px solid #D2D2D2;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .remodal > 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;
  }
}
#coupon2022 .remodal > ul > li {
  font-size: 14px;
  text-align: left;
  padding: 12px 15px;
  border-bottom: 1px solid #D2D2D2;
}
#coupon2022 .remodal > ul > li:nth-child(odd) {
  border-right: 1px solid #D2D2D2;
}
#coupon2022 .remodal > ul > li:nth-child(2n+1):last-child {
  border-bottom: 0;
}
#coupon2022 .remodal > ul > li:nth-child(2n):last-child {
  border-bottom: 0;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .remodal > ul > li {
    width: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
  }
  #coupon2022 .remodal > ul > li:nth-child(2n+1):nth-last-child(2) {
    border-bottom: 0;
  }
  #coupon2022 .remodal > ul > li:hover {
    color: #4C6E89;
  }
}
#coupon2022 .remodal__title {
  font-size: 16px;
  font-weight: bold;
  padding: 50px 15px 15px 15px;
}
#coupon2022 [data-remodal-id=remodal-select0],
#coupon2022 [data-remodal-id=remodal-select1],
#coupon2022 [data-remodal-id=remodal-select2] {
  max-height: calc(100vh - 160px);
  overflow-y: scroll;
}

#coupon2022 .detailcoupons {
  max-width: auto;
}
#coupon2022 .membercoupons {
  padding: 0 !important;
  margin: 10px 0 0 0;
  border-radius: 0;
}
#coupon2022 .membercoupons__title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
#coupon2022 .membercoupons__text {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 0;
}
#coupon2022 .membercoupons__inner {
  height: calc(100vh - 220px);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .membercoupons__inner {
    height: calc(100vh - 140px);
  }
}
#coupon2022 .membercoupons__inner::-webkit-scrollbar {
  display: none;
}
#coupon2022 .membercoupons__btn-more {
  color: #0068B7;
}
#coupon2022 .membercoupons__btn-more > p {
  text-align: center;
  cursor: pointer;
}
#coupon2022 .membercoupons__btn-more > p > span {
  font-size: 14px;
  position: relative;
}
#coupon2022 .membercoupons__btn-more > p > span:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: -20px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#coupon2022 .membercoupons__btn-close {
  color: #343434;
}
#coupon2022 .membercoupons__btn-close > p {
  text-align: center;
  cursor: pointer;
  padding: 10px;
}
#coupon2022 .membercoupons__btn-close > p > span {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
#coupon2022 .membercoupons__btn-close > p > span:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: -20px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #343434;
  border-right: 2px solid #343434;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#coupon2022 .membercoupons__btn-close > p > span:before, #coupon2022 .membercoupons__btn-close > p > span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -24px;
  right: auto;
  bottom: 0;
  width: 10px;
  height: 10px;
  display: block;
  width: 16px;
  height: 3px;
  background: #343434;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
#coupon2022 .membercoupons__btn-close > p > span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
  left: -24px;
  right: auto;
  bottom: 0;
}
#coupon2022 .membercoupons__icon-close > p {
  text-align: center;
  display: block;
  height: 40px;
  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;
  background: #fff;
}
#coupon2022 .membercoupons__icon-close > p > span {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  right: 10px;
  cursor: pointer;
}
#coupon2022 .membercoupons__icon-close > p > span:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: -20px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #343434;
  border-right: 2px solid #343434;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#coupon2022 .membercoupons__icon-close > p > span:before, #coupon2022 .membercoupons__icon-close > p > span:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 10px;
  right: auto;
  bottom: 0;
  width: 10px;
  height: 10px;
  display: block;
  width: 20px;
  height: 3px;
  background: #343434;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
#coupon2022 .membercoupons__icon-close > p > span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
  left: 10px;
  right: auto;
  bottom: 0;
}
#coupon2022 .mccampaign {
  padding: 20px 4vw 0 4vw;
  background: #F6F6F6;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mccampaign {
    padding: 20px 2vw 0 2vw;
  }
}
#coupon2022 .mccampaign > 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;
  margin: 20px 0 10px 0;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mccampaign > 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: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
#coupon2022 .mccampaign > ul > li {
  width: 40vw;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mccampaign > ul > li {
    width: 15%;
    margin: 0 2% 0 0;
  }
  #coupon2022 .mccampaign > ul > li:nth-of-type(6n) {
    margin: 0;
  }
}
#coupon2022 .mccampaign__img {
  position: relative;
  height: 25.5vw;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mccampaign__img {
    height: 8.7vw;
    max-height: 99px;
  }
}
#coupon2022 .mccampaign__img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
#coupon2022 .mccampaign__text {
  font-size: 12px;
  margin: 15px 0 20px 0;
  text-align: left;
}
#coupon2022 .mcgroup {
  padding: 30px 4vw;
  background: #F6F6F6;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcgroup {
    padding: 30px 2vw;
  }
}
#coupon2022 .mcgroup > ul {
  margin: 20px 0 30px 0;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcgroup > 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: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
#coupon2022 .mcgroup > ul > li {
  width: 100%;
  background: #fff;
  margin: 4vw 0 0 0;
  -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);
}
#coupon2022 .mcgroup > ul > li:first-of-type {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcgroup > ul > li {
    width: 32%;
    max-height: 120px;
    margin: 0 2% 20px 0;
  }
  #coupon2022 .mcgroup > ul > li:first-of-type {
    margin: 0 2% 20px 0;
  }
  #coupon2022 .mcgroup > ul > li:nth-of-type(3n) {
    margin: 0 0 20px 0;
  }
}
#coupon2022 .mcgroup__item {
  position: relative;
  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;
}
#coupon2022 .mcgroup__img {
  width: 94px;
  height: 94px;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcgroup__img {
    width: 10vw;
    height: 10vw;
    max-width: 94px;
    max-height: 94px;
  }
}
#coupon2022 .mcgroup__img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
#coupon2022 .mcgroup__text {
  width: calc(100% - 94px);
  max-height: 94px;
  font-size: 14px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  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: 20px 50px 20px 20px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcgroup__text {
    width: calc(100% - 94px);
    max-height: 94px;
    padding: 16px 45px 16px 20px;
  }
}
#coupon2022 .mcgroup__medals {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 24px;
  height: auto;
  margin: auto;
}
#coupon2022 .mcgroup__favorite {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 14px;
  height: auto;
  margin: auto;
}
#coupon2022 .mcpremium {
  padding: 30px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#385F7F), color-stop(50%, #385F7F), color-stop(50%, #F6F6F6), to(#F6F6F6));
  background: linear-gradient(180deg, #385F7F 0%, #385F7F 50%, #F6F6F6 50%, #F6F6F6 100%);
  color: #fff;
}
#coupon2022 .mcpremium__text {
  font-size: 16px;
  padding: 0 20px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcpremium__text {
    text-align: center;
  }
}
#coupon2022 .mcpremium__notice {
  font-size: 12px;
  margin: 10px 0 0 0;
  padding: 0 20px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcpremium__notice {
    text-align: center;
  }
}
#coupon2022 .mcpremium__item {
  position: relative;
  height: 100%;
  padding: 5px 5px 35px 5px;
}
#coupon2022 .mcpremium__item-text {
  color: #FF3D57;
  font-size: 12px;
  padding: 16px 5px;
  text-align: left;
}
#coupon2022 .mcpremium__medals {
  position: absolute;
  bottom: 0;
  width: 24px;
  margin: 0 5px 5px 5px;
}
#coupon2022 .mcpremium__img {
  position: relative;
  background: #fff;
  border: 1px solid #EFF0F2;
  overflow: hidden;
  padding: 100% 0 0 0;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcpremium__img {
    width: 100%;
    height: auto;
  }
}
#coupon2022 .mcpremium__img > img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcpremium__img > img {
    max-width: 100%;
    max-height: 100%;
  }
}
#coupon2022 .mcpremium ul {
  overflow: auto;
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcpremium ul {
    overflow: hidden;
    padding: 0 60px 60px;
  }
}
#coupon2022 .mcpremium ul > li {
  background: transparent;
  margin: 0;
  width: calc(50vw + 30px) !important;
  max-width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .mcpremium ul > li {
    width: 19% !important;
    margin: 0 10px;
  }
}
#coupon2022 .mcpremium .slick-slide {
  width: 50vw;
  background: #fff;
  margin: 0 8px 30px;
  padding: 5px;
  -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: 1024px) {
  #coupon2022 .mcpremium .slick-slide {
    width: auto;
    max-width: 200px;
  }
}
#coupon2022 .mcpremium .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#coupon2022 .mcpremium .slick-slide {
  height: auto !important;
}
#coupon2022 .bg-gray {
  background: #EFF0F2;
}
#coupon2022 .bg-two-color {
  background: -webkit-gradient(linear, left top, left bottom, from(#385F7F), color-stop(50%, #385F7F), color-stop(50%, #F6F6F6), to(#F6F6F6));
  background: linear-gradient(180deg, #385F7F 0%, #385F7F 50%, #F6F6F6 50%, #F6F6F6 100%);
}
#coupon2022 .maintile__item {
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}
#coupon2022 .maintile__item-text {
  position: relative;
  color: #FF3D57;
  font-size: 12px;
  padding: 16px 5px 10px 5px;
  text-align: left;
  min-height: 71px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .maintile__item-text {
    font-size: 15px;
    padding: 16px 0 10px;
  }
}
#coupon2022 .maintile__item-favorite:before {
  background: url(../img/icon_favorite_02.svg) center center/contain no-repeat !important;
}
#coupon2022 .maintile__item-title {
  position: relative;
  width: 100%;
  color: #343434;
  font-size: 10px;
  font-weight: bold;
  padding: 10px 5px;
}
#coupon2022 .maintile__item-title:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 10px);
  height: 1px;
  margin: auto auto auto -10px;
  background: url(../img/img_dot.svg) center center repeat-x #758498;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .maintile__item-title {
    font-size: 14px;
  }
}
#coupon2022 .maintile__item-wrap {
  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;
  width: 100%;
}
#coupon2022 .maintile__medals {
  width: 16%;
  max-width: 24px;
  margin: 5px;
}
#coupon2022 .maintile__medals + .maintile__medalsinfo {
  width: auto;
  margin-right: auto;
  padding-left: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#coupon2022 .maintile__medals + .maintile__medalsinfo ul li {
  display: list-item;
}
#coupon2022 .maintile__medalsinfo {
  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;
  align-items: center;
  width: 100%;
  color: #343434;
  font-size: 10px;
}
#coupon2022 .maintile__medalsinfo ul > li {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .maintile__medalsinfo {
    font-size: 12px;
  }
}
#coupon2022 .maintile__tag {
  width: 100%;
}
#coupon2022 .maintile__tag > 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;
  margin: 4px 0 0;
  width: 100%;
}
#coupon2022 .maintile__tag > ul > li {
  width: 48%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #fff;
  font-size: 9px;
  text-align: center;
  background: #677586;
  padding: 2px 0 4px;
  border-radius: 2px;
  letter-spacing: 0;
  margin: 2% 0 0 0;
}
#coupon2022 .maintile__tag > ul > li:nth-child(even) {
  margin: 2% 0 0 2%;
}
#coupon2022 .maintile__img {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 100% 0 0 0;
}
#coupon2022 .maintile__img > img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#coupon2022 .maintile .slick-slide {
  width: 55vw;
  background: #fff;
  margin: 0 8px 30px;
  padding: 5px;
  overflow: hidden;
  -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: 1024px) {
  #coupon2022 .maintile .slick-slide {
    width: auto;
  }
}
#coupon2022 .maintile .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#coupon2022 .maintile .slick-slide {
  height: auto !important;
}
#coupon2022 .maintile .slick-list {
  padding: 0 40px;
}
#coupon2022 .wide__wrapper .membercoupons.-html {
  margin: -15px 0 0 0;
}
#coupon2022 .wide__wrapper .membercoupons.-html .membercoupons__inner {
  height: auto;
  overflow: auto;
}
#coupon2022 .wide__wrapper .mcpremium.-html {
  padding: 30px 0;
}

.shop-guide-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shop-guide-wrap .u-ta-c {
  text-align: center !important;
}

.shop-guide-wrap .wrap-btn {
  text-align: center;
  margin-top: 15px;
}

.shop-guide-wrap .wrap-btn button {
  display: block;
  width: 100%;
  max-width: 535px;
  margin: 0 auto;
  background-color: #3EA9E4;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px;
  border-radius: 6px;
  cursor: pointer;
}

.shop-guide-wrap .wrap-btn button span {
  display: inline-block;
  position: relative;
}

.shop-guide-wrap .wrap-btn button span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -3px 0 0 5px;
  vertical-align: middle;
}

.shop-guide-wrap .wrap-btn .btn-more {
  display: block;
  width: 100%;
  max-width: 535px;
  margin: 30px auto 0;
  border: 1px solid #3EA9E4;
  text-align: center;
  color: #3EA9E4;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.shop-guide-wrap .wrap-btn .btn-more span {
  display: inline-block;
  position: relative;
}

.shop-guide-wrap .wrap-btn .btn-more span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #3EA9E4;
  border-right: 2px solid #3EA9E4;
  margin: -6px 0 0 5px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop-guide-wrap .wrap-search {
  background-color: #D7EDF9;
  padding: 20px 10px;
}

.shop-guide-wrap .wrap-search .parent-menu01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 535px;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li {
  width: calc(50% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li + li {
  margin-left: 4px;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  position: relative;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li > a.active {
  background: #3EA9E4;
  color: #fff;
  font-weight: bold;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li > a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #3EA9E4 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -4.5px;
  bottom: -8px;
}

.shop-guide-wrap .wrap-search .wrap-search-content {
  background-color: #fff;
  margin-top: 10px;
  padding: 15px 12px;
}

.shop-guide-wrap .wrap-search .wrap-search-content .inner {
  display: none;
}

.shop-guide-wrap .wrap-search .wrap-search-content .inner.active {
  display: block;
}

.shop-guide-wrap .wrap-search .wrap-search-content .txt {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #444444;
}

.shop-guide-wrap .wrap-search .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
}

.shop-guide-wrap .wrap-search .list-category > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  margin: 10px 0 0 10px;
  position: relative;
}

.shop-guide-wrap .wrap-search .list-category > li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: transparent no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}

.shop-guide-wrap .wrap-search .list-category > li.category-all:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-all.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-womens:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-womens.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-mens:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-mens.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-mens-womens:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-mens-womens.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-kids:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-kids.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-kimono:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-kimono.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-fashion:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-fashion.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-gourmet:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-gourmet.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-interior:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-interior.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-other:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-other.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-family:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-family.png);
}

.shop-guide-wrap .wrap-search .list-category > li.category-sports:before {
  background-image: url(/lalaport/tokyo-bay/common/image/icon-shopguide/category-sports.png);
}

.shop-guide-wrap .wrap-search .list-category input {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 0;
  width: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
}

.shop-guide-wrap .wrap-search .list-category input:checked + span {
  background-color: #D7EDF9;
}

.shop-guide-wrap .wrap-search .list-category label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
}

.shop-guide-wrap .wrap-search .list-category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #3EA9E4;
  color: #3EA9E4;
  padding: 6px 12px 6px 40px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.shop-guide-wrap .wrap-search .list-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
}

.shop-guide-wrap .wrap-search .list-order > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(16.6666667% - 6px);
  margin: 6px 0 0 6px;
  position: relative;
}

.shop-guide-wrap .wrap-search .list-order a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
}

.shop-guide-wrap .wrap-search .list-order span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #3EA9E4;
  color: #3EA9E4;
  padding: 6px;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.shop-guide-wrap .wrap-search .list-order + .txt {
  margin-top: 20px;
}

.shop-guide-wrap .wrap-section {
  position: relative;
  margin-top: 30px;
}

.shop-guide-wrap .wrap-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#abc4fa), to(#bef3ea));
  background-image: linear-gradient(to right, #abc4fa, #bef3ea);
  margin-bottom: 20px;
}

.shop-guide-wrap .wrap-section .inner-section {
  padding: 0 15px;
}

.shop-guide-wrap .wrap-section .list-pager {
  margin-top: 10px;
}

.shop-guide-wrap .wrap-section .list-pager dt {
  font-size: 1.2rem;
}

.shop-guide-wrap .wrap-section .list-pager dd {
  font-size: 1.8rem;
}

.shop-guide-wrap .wrap-section .list-pager dd span {
  font-weight: bold;
}

.shop-guide-wrap .wrap-section .list-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-top: -15px;
}

.shop-guide-wrap .wrap-section .list-coupon > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 8px);
  margin: 30px 0 0 8px;
}

.shop-guide-wrap .wrap-section .list-coupon > li > a {
  display: block;
  width: 100%;
  background-color: #F3F3F3;
  padding: 5px 5px 15px;
  text-decoration: none;
  color: #444444;
  font-size: 1.1rem;
  line-height: 1.6;
  min-height: 0%;
}

.shop-guide-wrap .wrap-section .list-coupon > li > a .box_img {
  display: block;
  position: relative;
  text-align: center;
}

.shop-guide-wrap .wrap-section .list-coupon > li > a .box_img::before {
  content: "";
  display: block;
  padding-top: 75.084746%;
}

.shop-guide-wrap .wrap-section .list-coupon > li > a .box_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.shop-guide-wrap .wrap-section .list-coupon .coupon-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
  min-height: 0%;
  width: 100%;
}

.shop-guide-wrap .wrap-section .list-coupon .coupon-txt .wrap-logo {
  width: 40px;
}

.shop-guide-wrap .wrap-section .list-coupon .coupon-txt .wrap-txt {
  width: calc(100% - 45px);
}

.shop-guide-wrap .wrap-section .list-coupon .coupon-txt .txt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-all;
}

.shop-guide-wrap .wrap-section .list-coupon .coupon-txt .txt-off {
  text-align: right;
  color: #CC0000;
  font-weight: bold;
  font-size: 1.4rem;
}

.shop-guide-wrap .wrap-section .list-coupon .box_txt {
  min-height: 0%;
  margin: 0 -5px;
  padding: 5px;
  border-top: 2px dashed #fff;
  width: calc(100% + 10px);
}

.shop-guide-wrap .wrap-section .list-coupon .box_txt .box_ttl {
  color: #3EA9E4;
}

.shop-guide-wrap .wrap-section .list-coupon .box_txt .box_sub {
  margin-top: 5px;
}

.wrap-coupon-content {
  max-width: 650px;
  margin: auto;
  z-index: 10000001;
  background: #fff;
  position: relative;
}

.wrap-coupon-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detailcoupons .wrap-head, .detailcoupons .wrap-foot {
  background: #343434;
  color: #fff;
  text-align: center;
  position: relative;
}

.detailcoupons .wrap-head .hdg, .detailcoupons .wrap-foot .hdg {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
}

.detailcoupons .wrap-head .btn-close, .detailcoupons .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;
}

.detailcoupons .wrap-head .btn-close a, .detailcoupons .wrap-foot .btn-close a {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 1;
}

.detailcoupons .wrap-head .btn-close a:before, .detailcoupons .wrap-head .btn-close a:after, .wrap-coupon-content .wrap-foot .btn-close a:before, .wrap-coupon-content .wrap-foot .btn-close a:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 44%;
}

.detailcoupons .wrap-head .btn-close a:before, .detailcoupons .wrap-foot .btn-close a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.detailcoupons .wrap-head .btn-close a:after, .detailcoupons .wrap-foot .btn-close a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.detailcoupons .wrap-head .btn-close, .detailcoupons .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;
}

.detailcoupons .wrap-head .btn-close span, .detailcoupons .wrap-foot .btn-close span {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 1;
  margin: -2px 0 0 0;
}

.detailcoupons .wrap-head .btn-close span:before, .detailcoupons .wrap-head .btn-close span:after, .wrap-coupon-content .wrap-foot .btn-close span:before, .wrap-coupon-content .wrap-foot .btn-close span:after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.detailcoupons .wrap-head .btn-close span:before, .detailcoupons .wrap-foot .btn-close span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.detailcoupons .wrap-head .btn-close span:after, .detailcoupons .wrap-foot .btn-close span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.detailcoupons .wrap-head .close a, .detailcoupons .wrap-foot .close a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  text-align: center;
}

.detailcoupons .inner {
  padding: 20px;
  height: calc(100vh - 220px);
  overflow: scroll;
}

.wrap-coupon-content .wrap-row2 .wrap-img {
  position: relative;
  width: 200px;
  height: 150px;
  margin: 0 auto 15px;
}

.wrap-coupon-content .wrap-row2 .wrap-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .hdg {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #444444;
  margin-top: 20px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-off {
  margin-bottom: 20px;
  padding: 0 10px;
  color: #f00;
  font-size: 2.3rem;
  font-weight: bold;
  border: 1px solid #222;
  border-radius: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit {
  margin-top: 20px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dt {
  font-size: 1rem;
  text-align: left;
  margin: 0 0 16px;
  padding: 16px 0 0 0;
  border-top: 1px solid #D2D2D2;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dd {
  margin-top: 5px;
  border: 1px solid #D2D2D2;
  text-align: center;
  color: #343434;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 8px;
  background: #EFF0F2;
  border-radius: 3px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt {
  margin-top: 15px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #444444;
}

.wrap-coupon-content .wrap-txt-add {
  margin-top: 10px;
  text-align: center;
}

.wrap-coupon-content .wrap-txt-add p {
  line-height: 1.6;
}

.wrap-coupon-content .wrap-txt-add p.txt-channel {
  font-weight: bold;
}

.wrap-coupon-content .wrap-txt-add p.txt-member {
  font-weight: bold;
}

.wrap-coupon-content .wrap-txt-add p.txt-time {
  font-weight: bold;
  font-size: 1.2rem;
}

.wrap-coupon-content .wrap-txt-add p.txt-description {
  margin-top: 5px;
  font-size: 1rem;
  text-align: left;
}

.wrap-coupon-content .wrap-btn-coupon .btn-coupon {
  margin-top: 15px;
}

.wrap-coupon-content .wrap-btn-coupon button, .wrap-coupon-content .wrap-btn-coupon a {
  display: block;
  outline: none;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 5px;
  text-align: center;
  background-color: #385F7F;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
}

.wrap-coupon-content .wrap-btn-coupon .in__active-use {
  color: #9B9B9B;
  background: #DFDFDF !important;
  pointer-events: none;
}

.wrap-coupon-content .wrap-btn-coupon button span, .wrap-coupon-content .wrap-btn-coupon a span {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
}

.wrap-coupon-content .wrap-btn-coupon button:disabled, .wrap-coupon-content .wrap-btn-coupon a:disabled {
  background-color: #CCCCCC;
  padding: 20px 5px;
  cursor: default;
}

.wrap-coupon-content .wrap-sore {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-coupon-content .wrap-sore .wrap-img {
  position: relative;
  width: 90px;
}

.wrap-coupon-content .wrap-sore .wrap-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.wrap-coupon-content .wrap-sore .wrap-txt {
  width: calc(100% - 90px);
  padding-left: 10px;
  text-align: left;
}

.wrap-coupon-content .wrap-sore .txt-name {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.4;
}

.wrap-coupon-content .wrap-sore .txt-hdg {
  margin-top: 3px;
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.wrap-coupon-content .wrap-sore .txt-category {
  margin-top: 3px;
  color: #3EA9E4;
  font-size: 1.1rem;
}

.wrap-coupon-content .wrap-attend {
  margin-top: 30px;
}

.wrap-coupon-content .wrap-attend .txt-hdg {
  font-size: 1rem;
  color: #444444;
  text-align: left;
  margin: 0 0 16px;
}

.wrap-coupon-content .wrap-attend .list-attend {
  margin-top: 5px;
  border: 1px solid #D2D2D2;
  background: #F6F6F6;
  border-radius: 8px;
  padding: 10px;
}

.wrap-coupon-content .wrap-attend .list-attend > li {
  padding-left: 1.6em;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  color: #444444;
  text-align: left;
}

.wrap-coupon-content .wrap-attend .list-attend > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.wrap-coupon-content .txt-conf {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #1E561F;
}

.wrap-coupon-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-content .txt-conf p a {
  display: block;
  margin-top: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #1E561F;
  text-align: center;
}

.wrap-coupon-content.detail .wrap-head {
  display: none;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-medals {
  font-size: 1rem;
  text-align: left;
  margin: 30px 0 16px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:first-of-type {
  width: 14%;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:first-of-type > img {
  width: 70%;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:last-of-type {
  width: 86%;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > ul > li {
  width: 49%;
  font-size: 3vw;
  background: #677586;
  padding: 4px 4px;
  border-radius: 3px;
  color: #fff;
  margin: 4px 1% 0 0;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > p {
  font-size: 1.3rem;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .notice {
  font-size: 1.2rem;
  text-align: left;
  margin: 10px 0 0 0;
}

@media print, screen and (min-width: 769px) {
  section.detailcoupons {
    max-width: 650px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item {
    font-size: 1.4rem;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:first-of-type {
    width: 20%;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:last-of-type {
    width: 80%;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:last-of-type > ul > li {
    font-size: 1.2rem;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > p {
    font-size: 1.6rem;
    margin: 10px 0 0 0;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .notice {
    font-size: 1.2rem;
    text-align: left;
    margin: 10px 0 0 0;
  }

  .wrap-coupon-content .wrap-row2 .wrap-img {
    position: relative;
    width: 220px;
    height: 187px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt {
    width: calc(100% - 250px);
  }

  .wrap-coupon-content .wrap-attend .list-attend > li {
    padding-left: 1.6em;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #444444;
    text-align: left;
  }

  .wrap-coupon-content .wrap-attend .txt-hdg {
    font-size: 1.4rem;
    color: #444444;
    text-align: left;
    margin: 0 0 16px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dt {
    font-size: 1.4rem;
    text-align: left;
    margin: 0 0 16px;
    padding: 16px 0 0 0;
    border-top: 1px solid #D2D2D2;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-medals {
    font-size: 1.4rem;
    text-align: left;
    margin: 30px 0 16px;
  }

  .wrap-coupon-content .wrap-txt-add p.txt-description {
    margin-top: 5px;
    font-size: 1.4rem;
    text-align: left;
  }

  .wrap-coupon-content .inner {
    padding: 20px;
    height: calc(100vh - 140px);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .wrap-coupon-content .inner::-webkit-scrollbar {
    display: none;
  }

  .shop-guide-wrap .wrap-btn button, .shop-guide-wrap .wrap-btn .btn-more {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .shop-guide-wrap .wrap-btn button:hover, .shop-guide-wrap .wrap-btn .btn-more:hover {
    opacity: 0.7;
  }

  .shop-guide-wrap .wrap-search {
    padding: 20px 15px;
  }

  .shop-guide-wrap .wrap-search .list-category {
    margin-left: -15px;
  }

  .shop-guide-wrap .wrap-search .list-category > li {
    width: calc(20% - 15px);
    margin: 15px 0 0 15px;
  }

  .shop-guide-wrap .wrap-search .list-order {
    margin-top: -5px;
    margin-left: -15px;
  }

  .shop-guide-wrap .wrap-search .list-order > li {
    width: calc(10% - 15px);
    margin: 15px 0 0 15px;
  }

  .shop-guide-wrap .wrap-search .list-order a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .shop-guide-wrap .wrap-search .list-order a:hover {
    background-color: #D7EDF9;
  }

  .shop-guide-wrap .wrap-section {
    margin-top: 80px;
  }

  .shop-guide-wrap .wrap-section .inner-section {
    padding: 0 50px 0 30px;
  }

  .shop-guide-wrap .wrap-section .list-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -24px;
    margin-top: -10px;
  }

  .shop-guide-wrap .wrap-section .list-coupon > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 24px);
    margin: 30px 0 0 24px;
  }

  .shop-guide-wrap .wrap-section .list-coupon > li > a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .shop-guide-wrap .wrap-section .list-coupon > li > a:hover {
    opacity: 0.7;
  }

  .wrap-coupon-content {
    margin-top: 30px;
  }

  .wrap-coupon-content .wrap-head .btn-close a, .wrap-coupon-content .wrap-foot .btn-close a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .wrap-coupon-content .wrap-head .btn-close a:hover, .wrap-coupon-content .wrap-foot .btn-close a:hover {
    opacity: 0.7;
  }

  .wrap-coupon-content .wrap-head .close a, .wrap-coupon-content .wrap-foot .close a {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .wrap-coupon-content .wrap-head .close a:hover, .wrap-coupon-content .wrap-foot .close a:hover {
    opacity: 0.7;
  }

  .wrap-coupon-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-content .wrap-row2 .wrap-txt .hdg {
    margin-top: 0;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-off {
    font-size: 2.6rem;
    margin-top: 0;
  }

  .wrap-coupon-content .wrap-btn-coupon {
    display: none;
  }

  .wrap-coupon-content .wrap-sore {
    margin-top: 10px;
  }

  .wrap-coupon-content.detail .wrap-head {
    display: block;
  }
}
/* add */
.detailcoupons {
  margin: 15px 0 0 0 !important;
}
@media screen and (min-width: 1024px) {
  .detailcoupons {
    max-width: 650px;
  }
}

.wrap-coupon-content {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .narrow__wrapper {
    max-width: 650;
  }
}

.detailcoupons .wrap-head .link-back {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 1.4px;
  color: #fff;
}

.detailcoupons .wrap-head .hdg {
  color: #fff;
}

.detailcoupons .wrap-head .btn-close > a, .detailcoupons .wrap-foot .btn-close > a {
  font-size: 0;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels.labels02 .labels__item > p {
  margin: 0;
  text-align: left;
  padding: 0 10px 10px 10px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels.labels02 .labels__item:first-of-type {
  margin-top: 4px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels.labels02 {
  margin-bottom: 20px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels.labels02 .labels__item > ul {
  padding: 0 10px;
}

.wrap-coupon-content .inner {
  width: auto;
}

/* font-sizeをremからpxに変更 */
.shop-guide-wrap .wrap-btn button {
  font-size: 16px;
}

.shop-guide-wrap .wrap-btn .btn-more {
  font-size: 16px;
}

.shop-guide-wrap .wrap-search .parent-menu01 > li {
  font-size: 14px;
}

.shop-guide-wrap .wrap-search .wrap-search-content .txt {
  font-size: 13px;
}

.shop-guide-wrap .wrap-search .list-category span {
  font-size: 12px;
}

.shop-guide-wrap .wrap-search .list-order span {
  font-size: 12px;
}

.shop-guide-wrap .wrap-section .list-pager dt {
  font-size: 12px;
}

.shop-guide-wrap .wrap-section .list-pager dd {
  font-size: 18px;
}

.shop-guide-wrap .wrap-section .list-coupon > li > a {
  font-size: 11px;
}

.shop-guide-wrap .wrap-section .list-coupon .coupon-txt .txt {
  font-size: 12px;
}

.shop-guide-wrap .wrap-section .list-coupon .coupon-txt .txt-off {
  font-size: 14px;
}

.detailcoupons .wrap-head .hdg, .detailcoupons .wrap-foot .hdg {
  font-size: 14px;
}

.detailcoupons .wrap-head .close a, .detailcoupons .wrap-foot .close a {
  font-size: 14px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .hdg {
  font-size: 14px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-off {
  font-size: 23px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dt {
  font-size: 10px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dd {
  font-size: 12px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt {
  font-size: 14px;
}

.wrap-coupon-content .wrap-txt-add p.txt-time {
  font-size: 12px;
}

.wrap-coupon-content .wrap-txt-add p.txt-description {
  font-size: 10px;
}

.wrap-coupon-content .wrap-btn-coupon button, .wrap-coupon-content .wrap-btn-coupon a {
  font-size: 15px;
}

.wrap-coupon-content .wrap-btn-coupon button span, .wrap-coupon-content .wrap-btn-coupon a span {
  font-size: 11px;
}

.wrap-coupon-content .wrap-sore .txt-name {
  font-size: 12px;
}

.wrap-coupon-content .wrap-sore .txt-hdg {
  font-size: 14px;
}

.wrap-coupon-content .wrap-sore .txt-category {
  font-size: 11px;
}

.wrap-coupon-content .wrap-attend .txt-hdg {
  font-size: 10px;
}

.wrap-coupon-content .wrap-attend .list-attend > li {
  font-size: 10px;
}

.wrap-coupon-content .wrap-attend .list-attend > li:before {
  font-size: 12px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .txt-medals {
  font-size: 10px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item {
  font-size: 14px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > p {
  font-size: 13px;
}

.wrap-coupon-content .wrap-row2 .wrap-txt .notice {
  font-size: 12px;
}

@media print, screen and (min-width: 769px) {
  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:last-of-type > ul > li {
    font-size: 12px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > p {
    font-size: 16px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .notice {
    font-size: 12px;
  }

  .wrap-coupon-content .wrap-attend .list-attend > li {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-attend .txt-hdg {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-limit dt {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-medals {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-txt-add p.txt-description {
    font-size: 14px;
  }

  .wrap-coupon-content .wrap-row2 .wrap-txt .txt-off {
    font-size: 26px;
  }
}
.registration .wrap-head, .registration .wrap-foot {
  background: #343434;
  color: #fff;
  text-align: center;
  position: relative;
}

.registration .wrap-head .hdg, .registration .wrap-foot .hdg {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px;
}

.registration .wrap-head .btn-close, .registration .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;
  cursor: pointer;
}

.registration .wrap-head .btn-close a, .registration .wrap-foot .btn-close a {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 1;
}

.registration .wrap-head .btn-close a:before, .registration .wrap-head .btn-close a:after, .wrap-coupon-content .wrap-foot .btn-close a:before, .wrap-coupon-content .wrap-foot .btn-close a:after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.registration .wrap-head .btn-close a:before, .registration .wrap-foot .btn-close a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.registration .wrap-head .btn-close a:after, .registration .wrap-foot .btn-close a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.registration .wrap-head .btn-close, .registration .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;
  cursor: pointer;
}

.registration .wrap-head .btn-close span, .registration .wrap-foot .btn-close span {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 1;
  margin: -2px 0 0 0;
}

.registration .wrap-head .btn-close span:before, .registration .wrap-head .btn-close span:after, .wrap-coupon-content .wrap-foot .btn-close span:before, .wrap-coupon-content .wrap-foot .btn-close span:after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.registration .wrap-head .btn-close span:before, .registration .wrap-foot .btn-close span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.registration .wrap-head .btn-close span:after, .registration .wrap-foot .btn-close span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.registration .wrap-head .close span, .registration .wrap-foot .close span {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}

.registration .inner {
  padding: 20px;
  height: 370px;
  overflow: scroll;
}

@media print, screen and (min-width: 769px) {
  section.registration {
    max-width: 650px;
  }

  .registration .inner {
    padding: 20px;
    height: 420px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .registration .inner::-webkit-scrollbar {
    display: none;
  }
}
.registration {
  margin: 15px 0 0 0 !important;
  max-width: 650px;
}
@media screen and (min-width: 1024px) {
  .registration {
    max-width: 650px;
  }

}
/*PARK_P2-321*/
.pc-tips-coupons-div {
  grid-template-columns: 25% auto;
   display: flex; width: 100%  ;
}
.pc-tips-coupons-a {
  background: url(/coupons/assets/img/background.png)no-repeat center center; 
  background-size: 100% 100%;  
  min-height: 100px;
  width: 100%;
  background-repeat: no-repeat; 
  display: grid;   
  grid-template-columns: 25% auto;
  flex-wrap: nowrap;
}
.pc-tips-coupons-img {
  position: absolute;
  width: 8%;
  margin-left: 4%;
  margin-top: 22px;
  margin-right: 0;
}
.pc-tips-coupons-context {
  position: unset; 
  margin-left: 10%; 
  margin-top: 2rem;
  margin-bottom: 3rem;    
  margin-right: 2.5rem;
  word-break:break-all;
}

.pc-tips-urbanodona-context {
  position: unset; 
  margin-left: 10%; 
  margin-top: 1.7rem;
  margin-bottom: 2rem;    
  margin-right: 1rem;
  word-break:break-all;
}

.pc-tips-mop-context {
  position: unset; 
  margin-left: 8%; 
  margin-top: 2rem;
  margin-bottom: 3rem;
  margin-right: 0.5rem;
  word-break:break-all;
}
.coupon-mop-text-size-1 {
  font-size: 9px;
  margin-right: 0 !important;
  color: #FFF;

}
.coupon-mop-text-size-2 {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
}


@media screen and (min-width: 1024px) {

.pc-tips-margin-top-tokyo-bay-coupon {
      margin-top: 150px !important;
  }
.pc-tips-margin-top-mop-yokohama-coupon {
      margin-top: 150px !important;
  }
.pc-tips-margin-top-urban-muromachi-coupon {
      margin-top: 80px !important;
}
.pc-tips-margin-top-lalag-kawaguchi-coupo {
      margin-top: 145px !important;
}

}
.coupon-text-size-1 {
  font-size: 12px;
  margin-right: 0 !important;
  color: #FFF;
}
.coupon-text-size-2 {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}

.coupon-text-yokohama {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 34%;
}
.coupon-position {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .coupon-text-size-1 {
    font-size: 12px;
    margin-right: 0 !important;
    color: #FFF;
  
  }
  .coupon-text-size-2 {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
  }
}
.pc-tips-mop-img {
  position: absolute;
  width: 9%;
  margin-left: 4%;
  margin-top: 28px;
  margin-right: 0;
}
@media screen and (max-width: 769px) {

  .pc-tips-coupons-context {
    position: unset; 
    margin-left: 10%; 
    margin-top: 3rem;
    margin-bottom: 3rem;    
    margin-right: 2.5rem;
    word-break:break-all;
  }

  .pc-tips-mop-context {
    position: unset; 
    margin-left: 8%; 
    margin-top: 2.8rem;
    margin-bottom: 3.3rem;    
    word-break:break-all;
  }
  .pc-tips-coupons-a {
    background: url(/coupons/assets/img/background.png)no-repeat center center; 
    background-size: 100% 100%;  
    min-height: 100px;
    width: 100%;
    background-repeat: no-repeat; 
    display: grid;   
    grid-template-columns: 20% auto;
    flex-wrap: nowrap;
  }

  .pc-tips-coupons-img {
    position: absolute;
    width: 15%;
    margin-left: 7%;
    margin-top: 30px;
    margin-right: 0;
  }
  .pc-tips-mop-img {
    position: absolute;
    width: 14%;
    margin-left: 7%;
    margin-top: 3rem;
    margin-right: 0;
  }
  .pc-tips-coupons-div{
    display: block;
  }
  .coupon-mop-text-size-1 {
    font-size: 2.5vw;
    margin-right: 0 !important;
    color: #FFF;
  
  }
  .coupon-mop-text-size-2 {
    font-size: 3.5vw;
    color: #FFF;
    font-weight: bold;
  }
  .coupon-text-yokohama {
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 34%;
  }

  .coupon-text-size-1 {
    font-size: 2.5vw;
    margin-right: 0 !important;
    color: #FFF;

  }
  .coupon-text-size-2 {
    font-size: 4vw;
    font-weight: bold;
    color: #FFF;
  }
}
/*PARK_P2-321*/
.wrap-coupon-content .wrap-row2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .wrap-coupon-content .wrap-row2 {
    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;
  }
}

.registration__text {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .registration__text {
    line-height: 30px;
  }
}
.registration__lead {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .registration__lead {
    margin: 40px auto 0;
  }
}
.registration__btn {
  width: 100%;
}
.registration__btn > a {
  display: block;
  width: 70%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #385F7F;
  border-radius: 100px;
  margin: 0 auto;
  padding: 18px;
  margin: 10px auto 0;
  -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: 1024px) {
  .registration__btn > a {
    max-width: 240px;
  }
}

/* font-sizeをremからpxに変更 */
.registration .wrap-head .hdg, .registration .wrap-foot .hdg {
  font-size: 14px;
}

.registration .wrap-head .close span, .registration .wrap-foot .close span {
  font-size: 14px;
}

#coupon2022 .searchUI {
  margin: 15px !important;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI {
    width: 90%;
    max-width: 840px !important;
  }
}
#coupon2022 .searchUI__shopname, #coupon2022 .searchUI__term {
  max-height: calc(100vh - 160px);
  overflow: scroll;
  border-radius: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#coupon2022 .searchUI__shopname::-webkit-scrollbar, #coupon2022 .searchUI__term::-webkit-scrollbar {
  display: none;
}
#coupon2022 .searchUI .searchUI__item-mgt {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI .searchUI__item-mgt {
    margin: 30px 0 0 0;
  }
}
#coupon2022 .searchUI__adjust {
  position: absolute !important;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 86% !important;
}
#coupon2022 .searchUI__item {
  position: relative;
}
#coupon2022 .searchUI__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 40px 20px 20px 20px;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__title {
    font-size: 20px;
    padding: 50px 20px 30px 20px;
  }
}
#coupon2022 .searchUI__notice {
  font-size: 14px;
  padding: 20px 20px 0 20px;
  text-align: center;
  background: #F6F6F6;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__notice {
    padding: 30px 30px 0 30px;
  }
}
#coupon2022 .searchUI__lead {
  font-size: 14px;
  padding: 20px 20px 0 20px;
  text-align: left;
  background: #F6F6F6;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__lead {
    padding: 30px 30px 0 30px;
  }
}
#coupon2022 .searchUI__lead-bold {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 0 20px;
  text-align: center;
  background: #F6F6F6;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__lead-bold {
    margin: 0 0 -10px 0;
    padding: 30px 20px 0 20px;
  }
}
#coupon2022 .searchUI__btn-submit {
  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;
  -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);
  padding: 20px;
}
#coupon2022 .searchUI__btn-submit > button {
  width: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 14px;
  background: #385F7F;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__btn-submit {
    padding: 30px;
  }
}
#coupon2022 .searchUI__btn-search {
  position: absolute;
  top: 6px;
  right: 20px;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url("../img/icon_search.svg") center center/60% no-repeat;
  cursor: pointer;
}
#coupon2022 .searchUI__textbox {
  padding: 0 15px 30px;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__textbox {
    max-width: 420px;
    margin: 0 auto;
    padding: 0 0 30px;
  }
}
#coupon2022 .searchUI__bdb {
  border-bottom: 1px solid #D2D2D2;
}
#coupon2022 .searchUI__inactive {
  border-radius: 5px;
  color: #9B9B9B !important;
  background: #DFDFDF !important;
  pointer-events: none !important;
}
#coupon2022 .searchUI__inactive > label span {
  color: #9B9B9B !important;
  background: #DFDFDF !important;
  pointer-events: none !important;
}
#coupon2022 .searchUI__inactive > label > input {
  pointer-events: none !important;
}
#coupon2022 .searchUI__checklist {
  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: 0 15px 15px 15px;
  background: #F6F6F6;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__checklist {
    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 30px 20px 30px;
  }
}
#coupon2022 .searchUI__checklist > li {
  width: 48%;
  height: 60px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__checklist > li {
    width: 23.5%;
    margin: 10px 2% 10px 0;
  }
  #coupon2022 .searchUI__checklist > li:nth-of-type(4n) {
    margin: 10px 0 10px 0;
  }
}
#coupon2022 .searchUI__checklist > li > label input {
  display: none;
}
#coupon2022 .searchUI__checklist > li > label 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: 100%;
  color: #343434;
  background: #fff;
  font-size: 12px;
  padding: 10px 4px;
  border-radius: 5px;
  cursor: pointer;
  -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: 1024px) {
  #coupon2022 .searchUI__checklist > li > label span {
    font-size: 14px;
    padding: 20px 10px;
  }
}
#coupon2022 .searchUI__checklist > li > label input:checked + span {
  color: #FFF;
  background: #8A96A7;
}
#coupon2022 .searchUI__initialslist {
  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: 0 15px 15px 15px;
  background: #F6F6F6;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__initialslist {
    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: 0 25px 0 25px;
  }
  #coupon2022 .searchUI__initialslist:last-of-type {
    padding: 0 25px 30px 25px;
  }
}
#coupon2022 .searchUI__initialslist > li {
  width: 16.4%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 2% 2% 0 0;
}
#coupon2022 .searchUI__initialslist > li:nth-of-type(5n) {
  margin: 2% 0 0 0;
}
@media screen and (min-width: 1024px) {
  #coupon2022 .searchUI__initialslist > li {
    width: 8.2%;
    height: auto;
    margin: 2% 2% 0 0;
  }
  #coupon2022 .searchUI__initialslist > li:nth-of-type(5n) {
    margin: 2% 2% 0 0;
  }
  #coupon2022 .searchUI__initialslist > li:nth-of-type(10n) {
    margin: 2% 0 0 0;
  }
}
#coupon2022 .searchUI__initialslist > li > label input {
  display: none;
}
#coupon2022 .searchUI__initialslist > li > label 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: 100%;
  color: #343434;
  font-size: 12px;
  padding: 10px 4px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  -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);
}
#coupon2022 .searchUI__initialslist > li > label input:checked + span {
  color: #FFF;
  background: #8A96A7;
}

.coupon2022area .register {
  padding: 30px 25px;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .register {
    padding: 40px 40px;
  }
}
.coupon2022area .register__btn > a {
  color: #385F7F;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  border: 1px solid #D6DBE0;
  border-radius: 100px;
  text-align: left;
  padding: 16px 60px;
  position: relative;
  display: block;
  line-height: 1.6;
  font-size: 14px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EFF0F2));
  background: linear-gradient(to bottom, #fff 0%, #EFF0F2 100%);
}
@media screen and (min-width: 1024px) {
  .coupon2022area .register__btn > a {
    width: 380px;
    margin: 0 auto;
  }
}
.coupon2022area .register__btn > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 24px;
  height: 30px;
  margin: auto;
  background: url(../img/icon_register.svg) center center/auto 100% no-repeat;
}
.coupon2022area .register__btn > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #385F7F;
  border-right: 2px solid #385F7F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.coupon2022area .list-02 {
  padding: 10px 25px 30px;
}
.coupon2022area .list-02__btn > a {
  padding: 16px 60px;
  text-align: left;
  font-size: 12px;
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  background: #385F7F;
  border-radius: 100px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-02__btn > a {
    width: 380px;
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
  }
}
.coupon2022area .list-02__btn > a:before {
  width: 24px;
  height: 24px;
  background: url(../img/icon_heart.svg) center center/100% no-repeat;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-02__btn > a {
    width: 380px;
    margin: 0 auto;
  }
}
.coupon2022area .list-02__btn > a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.coupon2022area .list-02__btn > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-02 {
    padding: 10px 40px 40px;
  }
}
.coupon2022area .toback__btn > a {
  position: relative;
  display: block;
  font-size: 12px;
  padding: 15px 15px 15px 36px;
}
.coupon2022area .toback__btn > a:after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 20px;
  width: 6px;
  height: 6px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #343434;
  border-right: 1px solid #343434;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.coupon2022area .list-head {
  padding: 0 10px;
}
.coupon2022area .list-head__facility {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-head__facility {
    font-size: 20px;
  }
}
.coupon2022area .list-head__search {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  width: 100%;
  margin: 30px 0 0;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-head__search {
    max-width: 780px;
    margin: 30px auto 0;
  }
}
.coupon2022area .list-head__search > li {
  width: calc((100% - 20px) / 3);
  text-align: center;
  background: #fff;
  border-radius: 5px;
  margin: 0 0 0 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  cursor: pointer;
  -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);
}
.coupon2022area .list-head__search > li:first-child {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-head__search > li {
    font-size: 16px;
    margin: 0 0 0 20px;
    border-radius: 8px;
  }
}
.coupon2022area .list-head__search > li > a {
  display: block;
  padding: 20px 4px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-head__search > li > a {
    font-size: 16px;
  }
}
.coupon2022area .list-info {
  position: relative;
  padding: 20px 10px 0;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-info {
    padding: 30px 10px 0;
  }
}
.coupon2022area .list-info__item {
  width: 100%;
  position: relative;
  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;
}
.coupon2022area .list-info__item:first-child {
  padding: 10px 0;
  border-bottom: 1px solid #D2D2D2;
}
.coupon2022area .list-info__item:last-child {
  padding: 30px 0 20px;
}
.coupon2022area .list-info__title {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-info__title {
    font-size: 16px;
  }
}
.coupon2022area .list-info__link {
  font-size: 12px;
  padding: 0 0 0 14px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-info__link {
    font-size: 14px;
  }
}
.coupon2022area .list-info__link > li {
  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;
}
.coupon2022area .list-info__link > li > span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
}
.coupon2022area .list-info__link > li > span > img {
  width: 100%;
}
.coupon2022area .list-info__tips {
  position: absolute;
  top: 70px;
  right: 0;
  width: 75%;
  background: #fff;
  border-radius: 8px;
  max-width: 400px;
  z-index: 92;
  -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: 1024px) {
  .coupon2022area .list-info__tips {
    top: 82px;
    left: auto;
    right: 0;
  }
}
.coupon2022area .list-info__tips-wrapper {
  position: relative;
  padding: 20px 0 30px;
}
.coupon2022area .list-info__tips-wrapper:before {
  content: "";
  position: absolute;
  top: -26px;
  right: 10px;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 93;
}
.coupon2022area .list-info__tips-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
}
.coupon2022area .list-info__tips-list {
  margin: 30px 0 0;
}
.coupon2022area .list-info__tips-list > dt {
  width: 130px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #677586;
  padding: 4px;
  border-radius: 2px;
  margin: 0 15px;
}
.coupon2022area .list-info__tips-list > dd {
  font-size: 14px;
  padding: 10px 15px;
}
.coupon2022area .list-info__tips-list > dd:nth-of-type(1), .coupon2022area .list-info__tips-list > dd:nth-of-type(3), .coupon2022area .list-info__tips-list > dd:nth-of-type(4), .coupon2022area .list-info__tips-list > dd:nth-of-type(6), .coupon2022area .list-info__tips-list > dd:nth-of-type(7), .coupon2022area .list-info__tips-list > dd:nth-of-type(8) {
  border-bottom: 1px solid #D2D2D2;
  margin: 0 0 16px;
}
.coupon2022area .list-info__result {
  width: 50%;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-info__result {
    width: 80%;
    font-size: 14px;
  }
}
.coupon2022area .list-info__result > span:last-of-type {
  display: block;
}
.coupon2022area .list-info__notice {
  font-size: 12px;
  margin: 15px;
}
.coupon2022area .list-info__clear {
  margin: 20px 0;
}
.coupon2022area .list-info__clear > a {
  color: #999;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  text-align: center;
}
.coupon2022area .list-info__clear > a:hover {
  color: #fff;
  background: #999;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-main {
    max-width: 100%;
  }
}
.coupon2022area .list-main .maintile {
  padding: 0;
}
.coupon2022area .list-main .maintile__wrapper {
  padding: 30px 5px;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-main .maintile__wrapper {
    margin: 0 auto;
    padding: 40px;
    max-width: 1000px;
  }
}
.coupon2022area .list-main .maintile__cont {
  margin: 0 auto;
  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: 1024px) {
  .coupon2022area .list-main .maintile__cont {
    padding: 0 6px;
    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;
  }
}
.coupon2022area .list-main .maintile__cont > li {
  width: 50%;
  overflow: hidden;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: solid 4px #EFF0F2;
  background: #fff;
  min-width: auto;
  max-width: 225px;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-main .maintile__cont > li {
    width: 25%;
    min-width: 198px;
  }
}
.coupon2022area .list-main .maintile__cont > li > a {
  display: block;
}
.coupon2022area .list-main .maintile__cont__spacer {
  content: "";
  display: block;
  width: 50%;
  min-width: auto;
  max-width: 225px;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .list-main .maintile__cont__spacer {
    width: 25%;
    min-width: 198px;
  }
}
.coupon2022area .list-main .maintile__text {
  color: #343434;
  font-size: 14px;
  text-align: center;
  padding: 30px;
}
.coupon2022area .list-main .maintile__item {
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 5px 20px 5px;
}
.coupon2022area .list-main .maintile__item-text {
  width: 100%;
  padding: 16px 5px 10px 5px;
  min-height: auto;
}
.coupon2022area .list-main .maintile__item-text:before {
  right: 5px;
}
.coupon2022area .list-main .maintile__item-title {
  width: 100%;
}
.coupon2022area .list-main .maintile__item-wrap {
  width: 100%;
  height: 100%;
  margin: auto 0 0 0;
}
.coupon2022area .list-main .maintile__img {
  position: relative;
  background: #fff;
  width: 100%;
}
.coupon2022area .list-main .maintile__tag > ul {
  margin: 4px 0px 0;
}
.coupon2022area .list-main .maintile__tag > ul > li {
  width: 49.5%;
  margin: 1% 0 0 0;
}
.coupon2022area .list-main .maintile__tag > ul > li:nth-child(even) {
  margin: 1% 0 0 1%;
}
.coupon2022area .list-main .maintile__btn-more {
  color: #0068B7;
  padding: 30px 0 0;
}
.coupon2022area .list-main .maintile__btn-more > p {
  text-align: center;
  cursor: pointer;
}
.coupon2022area .list-main .maintile__btn-more > p > span {
  font-size: 14px;
  position: relative;
}
.coupon2022area .list-main .maintile__btn-more > p > span:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: -20px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #0068B7;
  border-right: 2px solid #0068B7;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 1024px) {
  .coupon2022area .foreword {
    max-width: 100%;
  }
}
.coupon2022area .foreword .maintile {
  padding: 30px 0 0;
}
.coupon2022area .foreword .maintile__text {
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .foreword .maintile__text {
    text-align: center;
  }
}
.coupon2022area .foreword .maintile__notice {
  font-size: 16px;
  margin: 10px 0 0 0;
  padding: 0 20px;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .foreword .maintile__notice {
    text-align: center;
  }
}
.coupon2022area .foreword .maintile__notice > a {
  position: relative;
  font-size: 16px;
  color: #fff;
}
.coupon2022area .foreword .maintile__notice > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .coupon2022area .foreword .maintile > ul {
    padding: 0 40px;
    max-width: 1000px;
    margin: 24px auto 0;
  }
}

.wrap-txt-01 {
  margin-top: 10px;
}

.wrap-txt-01 p.txt-description {
  font-size: 12px;
  text-align: center;
}

#coupon2022 .maintile__tag02 > ul > li:nth-child(even) {
  margin: 2% 0 0 1px;
}

#coupon2022 .maintile__tag02 > ul > li {
  width: 49.5%;
  font-size: 8px;
}

#coupon2022 .maintile__item-text02 {
  position: relative;
  color: #FF3D57;
  font-size: 12px;
  padding: 16px 5px 10px 5px;
  text-align: left;
  min-height: 71px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #coupon2022 .maintile__item-text02 {
    font-size: 15px;
    padding: 16px 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .wrap-txt-01 p.txt-description {
    font-size: 10px;
  }
}
.saison {
  padding: 16px 0;
}

.saison__btn {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto !important;
  background: #f5efd8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5efd8), to(#f2e7b2));
  background: linear-gradient(to bottom, #f5efd8 0%, #f2e7b2 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  padding: 21px 60px 21px 100px;
  font-size: 14px;
  font-weight: bold;
  color: #343434 !important;
}

.saison__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 66px;
  height: 42px;
  margin: auto;
  background: url(../img/img_sidebar_card_saison.png) center center/auto 100% no-repeat;
}

.saison__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #385F7F;
  border-right: 2px solid #385F7F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show-sp {
  display: none !important;
}
.show-pc {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .show-sp {
    display: block !important;
  }
  .show-pc {
    display: none !important;
  }
  .saison {
    margin: 0 15px;
  }

  .saison__btn {
    padding: 11px 10px 11px 85px;
    font-size: 12px;
  }

  .saison__btn::before {
    left: 10px;
    width: 63.5px;
    height: 40.5px;
    height: 42px;
  }

  .saison__btn::after {
    right: 10px;
  }
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000002;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.loader-object {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@media screen and (min-width: 1024px){
  #coupon2022 .gnav__text02{
    margin-top: 12px;
  }
}
#coupon2022 .gnav__item02 > li:first-of-type {
  align-items: center;
}
#coupon2022 .gnav__item02 > li {
align-items: flex-end;
}
#coupon2022 .cap {
margin:0 0 10px;
font-size: 90%;
line-height: 1.5;
color: #ff0000;
}
.scrollbar-hidden{
   -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hidden::-webkit-scrollbar{
  display: none;
}
.break-all{
  word-break: break-all;
}
/* loading-bg */
.loadding-item{
  opacity: 0;
  transition: all 1.5s;
}
.loadding-item.loaded{
  opacity: 1;
}
#loading-bg{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000002;
}
#loading-bg #loader{
  display: block !important;
}
#coupon2022 #mainContents #mainLeft .search-section.wide__wrapper.narrow__wrapper {
padding-top: 0;
}
@media print, screen and (max-width: 768px) {
  .searchUI__btn-close .bottom-fixed{
    position: fixed;
    background: #fff;
    z-index: 9;
  }
}
html:lang(en) #coupon2022 .maintile__item-text { height: auto !important; }




#coupon2022 .mcgroup__content{
  width: calc(100% - 94px);
  padding-bottom: 20px
}
#coupon2022 .mcgroup__content .mcgroup__text01{
  font-size: 10px;
  margin: 10px 15px 0 15px !important;
  padding: 10px 0 0;
  text-align: left;
  background-image: linear-gradient(to right, #758498 10%, rgba(255, 255, 255, 0) 0%);
   background-position: top;
   background-size: 6px 1px;
   background-repeat: repeat-x;
}
#coupon2022 .mcgroup__img {
  margin-left: 15px;
}
#coupon2022 .mcgroup__content .mcgroup__text {
  width: 100%;
  padding: 15px 50px 0 15px;
  font-size: 12px;
}
#coupon2022 .mcgroup__content .mcgroup__text:first-child{
  font-size: 10px;
  margin-bottom: 5px;
}
#coupon2022 .mcgroup__content .mcgroup__text + .mcgroup__text {
  padding: 0 50px 0px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#coupon2022 .mcgroup__content .maintile__tag{
  padding: 0 15px 0;
}
@media screen and (min-width: 1024px){
  #coupon2022 .mcgroup--btn > ul > li{
    max-height: inherit !important;
  }
}
.detailcoupons.fixmodal .wrap-head, .detailcoupons.fixmodal .wrap-foot{
  background: #000000;
}
.detailcoupons.fixmodal .wrap-head .hdg,.detailcoupons.fixmodal .wrap-foot .close a{
  padding: 16px;
}
.detailcoupons.fixmodal .wrap-head .link-back{
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  left: inherit;
  display: block;
  font-size: 0;
  text-decoration: none;
  z-index: 999;
}
.fixmodal .wrap-head .link-back a{
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
.fixmodal .wrap-head .link-back a:after,.fixmodal .wrap-head .link-back a:before{
  content: "";
  width: 24px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.fixmodal .wrap-head .link-back a::before{
  transform: rotate(-45deg);
}
.fixmodal .wrap-head .link-back a:after{
  transform: rotate(45deg);
}
.fixmodal .wrap-coupon-content .wrap-sore .wrap-img{
  width: 120px;
}
.fixmodal .wrap-coupon-content .wrap-sore .wrap-txt{
  width: calc(100% - 120px);
}
.fixmodal .wrap-coupon-content .wrap-sore .wrap-img img{
  max-height: inherit;
  width: 100%;
}
.fixmodal.detailcoupons .inner{
  padding-top: 40px;
  height: calc(100vh - 145px)
}
.fixmodal.detailcoupons{
  margin: 0 !important
}
.fixmodal .wrap-coupon-content .wrap-row2 .wrap-img img{
  position: relative;
}
.fixmodal .txt-link {
    color: #385F7F;
    position: relative;
    padding-right: 7px;
    text-decoration: underline;
    transition: 0.3s;
}
.fixmodal .wrap-coupon-content .wrap-txt-add p.txt-description{
  font-size: 14px;
}
.fixmodal .wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item:first-of-type > img{
  width: 70%;
}
.fixmodal .wrap-coupon-content .wrap-row2 .wrap-txt .labels{
  align-items: center;
}
.fixmodal .wrap-coupon-content .wrap-row2 .wrap-txt .txt-off{
  font-size: 20px;
}

@media print, screen and (max-width: 769px){
  .fixmodal .wrap-coupon-content .wrap-row2 .wrap-img{
    width: 100%;
    height: inherit;
  }
}

.redirect{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 99999999;
  display: none;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}
.redirect .wrap-coupon-content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 600px;
  transform: translate(-50%,-50%);
  border-radius: 8px;
  padding: 30px 15px;
}
.redirect .wrap-coupon-content .inner{
  height: inherit;
}
.redirect .redirect__btn{
  text-align: center;
  color: #343434;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.redirect .redirect__btn:first-child{
  color: #ffffff;
  margin-bottom: 15px;
  background: #385F7F;
}
.redirect .redirect__btn a{
  position: relative;
  padding: 12px;
  display: block;
  font-size: 15px;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.redirect .redirect__btn a:after{
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
}

.redirect .wrap-head{
  margin-bottom: 25px;
}
.redirect .wrap-head .hdg{
  font-size: 16px;
  color: #343434;
  text-align: center;
}
.redirect .btn-close{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.redirect .btn-close span:after, .redirect .btn-close span::before{
  content: "";
  position: absolute;
  right: 22px;
  top: 15px;
  position: absolute;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #000000;
  border-top: none;
  border-right: none;
}
.redirect .btn-close span::before {
  transform: rotate(45deg);
}
.redirect .btn-close span:after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1024px){
  .redirect .wrap-coupon-content .wrap-row2{
    justify-content: space-between;
    margin: 0 20px;
  }
  .redirect .redirect__btn{
    width: 49%;
  }
  .redirect .redirect__btn:last-child{
    margin-top: 0;
  }
}
#coupon2022 .membercoupons--01 .membercoupons__inner{
  /* height: calc(100vh - 135px) */
}

#coupon2022 .mcpremium__item-text {
  word-wrap: break-word;
  padding: 16px 5px 10px !important;
}
#coupon2022 .mcpremium__item-text.mcpremium__item-text--01 {
  padding: 0 5px !important;
  word-wrap: break-word;
  color: #2b2e38;
}


.wrap-coupon-content--01 {
  height: 100%;
}

.fixmodal .add_modal{
  width: 100%;
  height: calc(100vh - 140px);
  border: none;
  outline: none;
  margin-bottom: -7px;
}

@media screen and (max-width:768px){
  .fixmodal .add_modal{
    height: calc(100vh - 200px);
  }
  .fixmodal.detailcoupons .inner{
    height: calc(100vh - 200px)
  }
  .safari .fixmodal .add_modal{
    height: calc(100vh - 210px)
  }
  .safari .fixmodal.detailcoupons .inner{
    height: calc(100vh - 210px)
  }
}
#coupon2022 .mcgroup > ul.mcgroup-inner {
  align-items: stretch;
}

#coupon2022 .mcgroup > ul.mcgroup-inner > li a {
  height: 100%;
  display: block;
}

#coupon2022 .mcgroup > ul.mcgroup-inner > li a .mcgroup__item {
  height: 100%;
}
/* hunger */

#coupon2022 .gnav.gnav--01{
  top: 60px;
}
@media screen and (max-width: 767px) {
  #coupon2022 .gnav.gnav--01{
    top: 45px;
  }
}



.footer--01 .footer__container .footer__head {
  padding: 40px 20px 50px;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  letter-spacing: 0.2rem;
  border-top: 1px solid #D2D2D2;
}
@media screen and (max-width: 767px) {
  .footer--01 .footer__container .footer__head {
    padding: 25px 25px 40px;
    margin-top: 40px;
  }
}
.footer--01 .footer__container .footer__head::after {
  content: "";
  display: table;
  clear: both;
}
.footer--01 .footer__container .footer__head > ul {
  font-size: 1.2rem;
  float: left;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer--01 .footer__container .footer__head > ul {
    margin-left: 0;
  }
}
.footer--01 .footer__container .footer__head > ul::after {
  content: "";
  display: table;
  clear: both;
}
.footer--01 .footer__container .footer__head > ul > li {
  padding-bottom: 10px;
  float: left;
  width: 25%;
  text-align: left;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer--01 .footer__container .footer__head > ul > li {
    width: 100%;
    text-align: left;
    display: block;
  }
  .footer--01 .footer__container .footer__head > ul{
    margin-left: 0;
  }
}

.coupon2022area--01{
  overflow-x: initial !important;
}
#coupon2022 .maintile__tag.type02 > ul > li{
  color: inherit;
  background-color: #f6f6f6;
}
.coupon2022area .list-info__tips-list.type02 > dt{
  background-color: #f6f6f6;
  color: inherit;
}

#shop0000::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 650px) {
    .memst--01 .wrap-coupon-content .wrap-row2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pop-content .memst--01 .wrap-coupon-content .wrap-row2 .wrap-img {
        margin-left: 0;
        margin-right: 0;
    }

    .pop-content .memst--01 .wrap-coupon-content .wrap-row2 .wrap-img {
        position: relative;
        width: 220px;
        height: 187px;
        margin: 0 auto 15px;
    }
    .memst--01 .wrap-coupon-content .wrap-row2 .wrap-txt {
        width: calc(100% - 250px);
    }
    .memst--01 .wrap-coupon-content .wrap-attend .list-attend > li {
        font-size: 14px;
    }
    .memst--01 .wrap-coupon-content .wrap-attend .txt-hdg {
        font-size: 14px;
    }
    .memst--01 .wrap-coupon-content .wrap-btn-coupon {
        display: none;
    }
    .memst--01 .wrap-coupon-content .wrap-row2 .wrap-txt .txt-medals {
        font-size: 14px;
    }
    .memst--01 .wrap-coupon-content .wrap-txt-add p.txt-description {
        font-size: 14px;
    }

    .pop-content .memst--01  .wrap-coupon-content .wrap-sore .wrap-img {
        width: 120px;
    }
    .pop-content .memst--01 .wrap-coupon-content .wrap-row2 .wrap-img img{
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .memst--01 .wrap-coupon-content .wrap-sore {
        margin-top: 10px;
    }
    .memst--01 .wrap-coupon-content .wrap-sore .wrap-img {
        min-width: 120px;
    }

    .memst--01 .wrap-coupon-content .wrap-sore .wrap-img img {
        -o-object-fit: contain;
        object-fit: contain;
        height: auto;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        max-height: inherit;
    }

    .memst--01 .wrap-coupon-content .wrap-row2 .wrap-txt .txt-off {
        font-size: 20px;
    }

    .memst--01 .wrap-coupon-content .wrap-sore .wrap-txt {
        width: calc(100% - 120px);
    }

    .memst--01 .wrap-coupon-content {
        height: 100%;
        position: relative;
        display: block;
    }

  }

.wrap-coupon-content.type02 .wrap-sore .wrap-img img{
  position:static;
  max-width: 160px;
  width: 100%;
}
.wrap-coupon-content.type02 .inner{
  padding-top:20px;
}
.wrap-coupon-content.type02 .wrap-sore{
  align-items:center;
}
  #modal-main.member-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }
  #modal-main.member-page .modal-main-contents{
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 800px;
    max-width: 100%;
  }
  #modal-main.member-page #mypageparts{
    position:relative;
    max-height: 95vh;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    background-color: #ffffff;
    border: none;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  }
  #modal-main.member-page #mypageparts .btn--close{
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
    font-weight: bold;
    position:absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin-right: 20px;
    cursor: pointer;
  }
  #modal-main.member-page #mypageparts .mypageparts--header{
    position: relative;
    background-color: #242424;
    color: #ffffff;
    font-size: 125%;
    font-weight: bold;
    padding: 8px;
    text-align: center;
  }
  #modal-main.member-page #mypageparts .mypageparts--header h2{
    text-align: center;
    padding-top: 15px;
    font-size: 28.8px;
    height:50px;
    line-height:1.1;
  }
  #modal-main.member-page #mypageparts .mypageparts--header h2::before{
    content: 'メンバーズページ';
    padding-top: 10px;
    padding-left: 40px;
    background: url(/odona/common/images/MSP_Point_page-0001.jpg) left center no-repeat;
    background-size: contain;
  }
  #modal-main.member-page #mypageparts .section-note{
    padding: 20px 30px 20px 30px;
  }
  #modal-main.member-page #mypageparts .section-name{
    position: relative;
    font-size: 115%;
    padding: 0 0 10px;
  }
  #modal-main.member-page #mypageparts .section-member{
    padding: 20px 30px 50px 30px;
  }
  #modal-main.member-page #mypageparts .section-member button{
    display:block;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    padding: 10px 0;
    width: 100%;
  }
  #modal-main.member-page #mypageparts .links ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #modal-main.member-page #mypageparts .links ul > li > a{
    display: block;
    background-color: #ffffff;
    border-top: solid 1px #cbcbcb;
    color: #000000;
    padding: 8px 15px 8px 30px;
  }


#coupon2022 .mcgroup-inner.type02 .maintile__tag > ul > li,
#coupon2022 .maintile__cont.type02 .maintile__tag > ul > li,
#coupon2022 .maintile__slider__sp.type02 .maintile__tag > ul > li,
.coupon2022area .list-info__tips-list.type02 > dt{
  background-color: #f6f6f6;
  color: #000000;
}
.wrap-coupon-content .wrap-row2 .wrap-txt .labels .labels__item > ul > li{
  background-color: #f6f6f6;
  color: #000000;
}
#coupon2022 .remodal-overlay {
  opacity: 1 !important;
}

.coupon2022area .list-main .maintile__cont.type-heart > li .wrap__heart{
  position: relative;
  width: 100%;
}
.coupon2022area .list-main .maintile__cont.type-heart > li .wrap__heart .heart{
  position: absolute;
  z-index: 4;
  bottom: -21px;
  right: 6px;
  font-size: 0;
  width: 40px;
  height: 40px;
  transition: opacity 0.4s ease;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.coupon2022area .list-main .maintile__cont.type-heart > li .wrap__heart .heart::before{
  content: "";
  background: url(/coupons/assets/img/icon_heart_empty.png) no-repeat center;
  display: block;
  width: 100%;
  height: 100%;
}
.coupon2022area .list-sort-wrap .btn-sort__heart button.heart_red{
  background-color: #f25f8f12;
  color: #f25f8f;
  box-shadow: inset 0 0 0 1px #f25f8f;
}
.coupon2022area .list-main .maintile__cont.type-heart > li .wrap__heart .heart.heart_red::before,
.coupon2022area .list-sort-wrap .btn-sort__heart button.heart_red::before{
  background: url(/coupons/assets/img/icon_heart_red.png) no-repeat center;
}
.coupon2022area .list-sort-wrap{
  display: flex;
}
.coupon2022area .list-sort-wrap .btn-sort__heart{
  position: absolute;
  top: -42px;
  right: 130px;
}
.coupon2022area .list-sort-wrap .btn-sort__heart button{
  padding: 5px 15px;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  color: #343434;
}
.coupon2022area .list-sort-wrap .btn-sort__heart button::before{
  content: "";
  background: url(/coupons/assets/img/icon_heart_empty.png) no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.wrap-coupon-content .wrap-row2 .wrap-heart{
  padding: 0 20px;
}
.wrap-coupon-content .wrap-row2 .wrap-heart .heart{ 
  font-size: 0;
  width: 40px;
  height: 40px;
  transition: opacity 0.4s ease;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  cursor: pointer;
}
.wrap-coupon-content .wrap-row2 .wrap-heart .heart::before{ 
  content: "";
  background: url(/coupons/assets/img/icon_heart_empty.png) no-repeat center;
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-coupon-content .wrap-row2 .wrap-heart .heart.heart_red::before{
  background: url(/coupons/assets/img/icon_heart_red.png) no-repeat center;
}
#coupon2022 .maintile__cont.type-heart .maintile__item-text{
  padding-top: 26px;
}
#coupon2022 .maintile__cont.type-heart .maintile__img{
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  section.detailcoupons {
    max-width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .coupon2022area .list-sort-wrap .btn-sort__heart{
    position: static;
    margin-right: 15px;
  }
  .coupon2022area .list-main .maintile__cont.type-heart > li .wrap__heart .heart::before{
    background-size: 16px 13px !important;
  }
  .coupon2022area .list-main .maintile__cont.type-heart > li .wrap__heart .heart{
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
  .coupon2022area .list-sort-wrap{
    justify-content: flex-end;
    align-items: center;
  }
  .coupon2022area .list-sort-wrap .btn-sort__heart button{
    width: 160px;
    padding: 10px 25px 10px 15px;
    display: block;
    text-align: left;
  }
  .wrap-coupon-content .wrap-row2 .wrap-heart{
    margin-bottom: 20px;
  }
  .wrap-coupon-content .wrap-row2 .wrap-heart{
    padding: 0;
  }
  #coupon2022 .maintile__cont.type-heart .maintile__item-text{
    padding-top: 20px;
  }
  #coupon2022 .maintile__cont.type-heart .maintile__img{
    margin-bottom: 20px;
  }
  .coupon2022area .list-info__item.has_type-heart{
    flex-wrap: wrap-reverse;
  }
  .coupon2022area .list-info__item.has_type-heart .list-info__result{
    margin-top: 20px;
  }
  .wrap-coupon-content{
    max-width: 100%;
  }
}
#coupon2022 .maintile .slick-list{ 
  width: 100%; 
}
/* PARK_P2-204 */
.coupon2022area .head__info-btn  > a.head__arrow--right {
  padding: 10px 8px;
}
.coupon2022area .head__arrow--right:before{
  transform: rotate(45deg);
  bottom: 8px;
}
@media screen and (max-width: 769px){
  .coupon2022area .head__info-btn > a.head__arrow--right > span{
    font-size: 13px;
  }
  .coupon2022area .head__title--01{
    text-indent: 10px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1024px){
  .coupon2022area .head__arrow--right:before{
    bottom: 0;
  }
  .coupon2022area .head__info-btn--right{
    width: 270px;
  }

}
/*PARK_P2-266*/
#coupon2022 .type02 .mcgroup__content .mcgroup__text:first-child {
  max-height: inherit
}
/*PARK_P2-266*/


/*PARK_P2-321*/
.head__info-banner {
  border: none!important;
  width: 90%;
  margin: 0 auto;
  margin-top:20px;
}

.head__info-banner :first-child {
  margin-right: 20px;
}

.head__info-member{
  display:flex!important;
  width:100%!important;
}

.head__info-inner .display__pc{
  font-size: 12px;
}

.head__info-member li{
  display: flex;
  align-items: center;
}

.head__info-img{
  width:60px;
  margin-left: auto;
  margin-right: 20px;
}

.head__info-inner .display__sp{
  display: flex;
  align-items: center;
}

.coupon2022area .head{
  margin-bottom: 20px;
}

@media screen and (max-width: 769px){
  .coupon2022area .head__info-item {
    display: block;
  }

  .head__info-img{
    width:40px;
    margin-right:20px;
  }
}
 /*PARK_P2-321*/
@media screen and (max-width: 769px){
.sp-tips-margin-top-tokyo-bay-coupon {
  margin-top: 90px !important;
}
.sp-tips-margin-top-urban-muromachi-coupon {
  margin-top: 55px !important;
}
.sp-tips-margin-top-mop-yokohama-coupon {
  margin-top: 190px !important;
}
.sp-tips-margin-top-lalag-kawaguchi-coupo {
  margin-top: 120px !important;
}

}
 /*PARK_P2-321*/

#remodal-notmember.member-page #mypageparts .mypageparts--header h2::before{
  content: 'メンバーズページ';
  padding-top: 10px;
  padding-left: 40px;
  background: url(/odona/common/images/MSP_Point_page-0001.jpg) left center no-repeat;
  background-size: contain;
}

#remodal-notmember.member-page{
  position: absolute;
  width: 800px;
  max-width: 100%;
}



.member-page {
  display: none; /* 初期状態では非表示 */
  position: fixed; /* 画面中央に表示 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; /* 他の要素より前面に表示 */
  background-color: rgba(0,0,0,0.7); /* 背景は半透明の黒 */
  overflow-y: auto; /* 必要に応じてスクロール表示 */
}

#modal-notmember.member-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

#modal-notmember.member-page .modal-main-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 100%;
}

#modal-notmember.member-page #modal-mypageparts {
  position: relative;
  max-height: 95vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  background-color: #ffffff;
  border: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}

#modal-notmember.member-page #modal-mypageparts .btn--close {
  color: #ffffff;
  font-size: 32px;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-right: 20px;
  cursor: pointer;
}

#modal-notmember.member-page #modal-mypageparts .mypageparts--header {
  position: relative;
  background-color: #242424;
  color: #ffffff;
  font-size: 125%;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}

#modal-notmember.member-page #modal-mypageparts .mypageparts--header h2 {
  text-align: center;
  padding-top: 15px;
  font-size: 28.8px;
  height: 50px;
  line-height: 1.1;
}

#modal-notmember.member-page #modal-mypageparts .mypageparts--header h2::before {
  content: 'メンバーズページ';
  padding-top: 10px;
  padding-left: 40px;
  background: url(/odona/common/images/MSP_Point_page-0001.jpg) left center no-repeat;
  background-size: contain;
}

#modal-notmember.member-page #modal-mypageparts .section-note {
  padding: 20px 30px 20px 30px;
}

#modal-notmember.member-page #modal-mypageparts .section-name {
  position: relative;
  font-size: 115%;
  padding: 0 0 10px;
}

#modal-notmember.member-page #modal-mypageparts .section-member {
  padding: 20px 30px 50px 30px;
}

#modal-notmember.member-page #modal-mypageparts .section-member button {
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  padding: 10px 0;
  width: 100%;
}

#modal-notmember.member-page #modal-mypageparts .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#modal-notmember.member-page #modal-mypageparts .links ul > li > a {
  display: block;
  background-color: #ffffff;
  border-top: solid 1px #cbcbcb;
  color: #000000;
  padding: 8px 15px 8px 30px;
}

.section-guest,.section-login{
  text-align: center;
  font-weight: bold;
}

/* .section-guest label,.section-login label{
  font-weight: bold;
} */

#modal-notmember .section-note h3{
  color:red;
  text-align: center;
}
 /*PARK_P2-321*/
.md-title_01-padding-bottom {
  padding-bottom: 0px !important;
}
.head__info-member-brorder {
  border: 1px solid #D2D2D2 !important;
}    
 /*PARK_P2-321*/
#coupon2022 .mypageparts-body > .section-guest > div > a {
  color: #fff;
  border: 1px solid #111;
  background: #111;
  line-height: 40px;
  display: block;
  margin: 20px auto;
  text-align: center;
  width: 90%;
  height: 40px;
}

#coupon2022 .mypageparts-body > .section-login > div > a {
  color: #fff;
  border: 1px solid #111;
  background: #111;
  line-height: 40px;
  display: block;
  margin: 20px auto;
  text-align: center;
  width: 90%;
  height: 40px;
}

.facility-contents::before{
  content: "";
  display: block;
  height: 125px; /* 例: 60px など、実際のヘッダーの高さを指定 */
  margin-top: -125px; /* 同じ値をマイナスで指定 */
  visibility: hidden;
  pointer-events: none;
}

.coupons-list::before{
  content: "";
  display: block;
  height: 120px; /* 例: 60px など、実際のヘッダーの高さを指定 */
  margin-top: -120px; /* 同じ値をマイナスで指定 */
  visibility: hidden;
  pointer-events: none;
}

html { scroll-behavior: smooth;}

@media screen and (max-width: 769px){
  .facility-contents::before {
    content: "";
    display: block;
    height: 75px; /* 例: 60px など、実際のヘッダーの高さを指定 */
    margin-top: -75px; /* 同じ値をマイナスで指定 */
    visibility: hidden;
    pointer-events: none;
  }

  .coupons-list::before{
    content: "";
    display: block;
    height: 85px; /* 例: 60px など、実際のヘッダーの高さを指定 */
    margin-top: -85px; /* 同じ値をマイナスで指定 */
    visibility: hidden;
    pointer-events: none;
  }

  .coupon2022area .head__tips{
    top: 93px!important;
    left: 0%!important;
  }

  .coupon2022area .head__tips-tri:before{
    left: 40%!important;
  }
  /*PARK_P2-321*/
  .coupon2022area .tips-left {
    top: -106px!important;
    left: 0%!important;
  }
 .coupon2022area .sptipsleft:before{
    left: 42%!important;
  }

  /*PARK_P2-321*/
}

@media screen and (min-width: 1024px){
.coupon2022area .head__tips{
  top: 95px!important;
  left: -60%!important;
}
/*PARK_P2-321*/
.coupon2022area .tips-left {
  top: -49px!important;
  left: -61% !important;
}

.coupon2022area .head__tips-tri:before{
  top: 16px!important;
  left: 32%!important;
}
.coupon2022area .tipsleft:before{
  top: 16px!important;
  left: 41%!important;
}
.coupon2022area .banner-width {
  max-width: 437.74px !important;
  /* margin:auto  !important; */
  padding-right: 10px !important;
}

.coupon2022area .yokohama-banner-width {
  max-width: 300.5px !important;
  /* margin:auto  !important; */
  padding-right: 10px !important;
}
.md-page-name-margin {
  margin-bottom: -50px !important;
}
}
.pc-tips-coupons-img-position-2 {
  margin-top: 0;
 }
 .coupon-icon-2{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
  align-content: center;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
 .affiliate-size {
  font-size: 3vw;
 }
 .coupon-icon-2 {
  margin-bottom: 5px;
 }
 #coupon2022 section.facility-top-login{
  margin-top: 20px;
 }
 .coupon-img-location{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
 }
 .coupon-img-location img {
  margin-top: unset;
 }
 .coupon-context1-loaction{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 20px;
 }
 .coupon-context2-loaction{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 20px;
 }
 .sp-tips-coupons-height {
height: 123px;
}
}
.coupon-mop-margin-right {
  margin-right: 0 !important;
}

@media screen and (min-width: 767px) {
  .coupon-icon-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    align-content: center;
    margin-bottom: 10px;
  }

  .pc-tips-coupons-img-position-1 {
    margin-top: 0;
  }
  
}
#coupon2022 section.facility-top-index{
  margin-top: 0;
 }

/*PARK_P2-321*/



