@charset "UTF-8";
/* =======================================================================
shop rewrite
======================================================================= */
html.is-modal {
  overflow: hidden;
}

@media print {
  html.is-modal header,
  html.is-modal main,
  html.is-modal footer {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .m-shop-search-area-map {
    max-width: 690px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-select + .m-select {
    margin-top: 10px;
  }
}

/* =======================================================================
coupon
======================================================================= */
/* common */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

#l-wrapper {
  min-width: unset;
}

@media screen and (min-width: 768px) {
  .p-coupon-container {
    max-width: 1180px;
    margin-inline: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-container {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

/* header */
.p-coupon-index-header {
  background-color: #0395d1;
}
@media screen and (min-width: 768px) {
  .p-coupon-index-header {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.3%, rgba(255, 255, 255, 0)), color-stop(33.3%, rgb(3, 158, 216)), color-stop(66.6%, rgb(3, 158, 216)), color-stop(66.6%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.3%, rgb(3, 158, 216) 33.3%, rgb(3, 158, 216) 66.6%, rgba(255, 255, 255, 0) 66.6%, rgba(255, 255, 255, 0) 100%);
    background-size: 225px 225px;
    background-position: 50% 50%;
    max-height: 400px;
  }
}

.p-coupon-index-header-title {
  text-align: center;
}

.p-coupon-archive-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0395d1;
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-header {
    background-image: url("/coupon/images/title_archive_bg.png"), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.3%, rgba(255, 255, 255, 0)), color-stop(33.3%, rgb(3, 158, 216)), color-stop(66.6%, rgb(3, 158, 216)), color-stop(66.6%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: url("/coupon/images/title_archive_bg.png"), linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 33.3%, rgb(3, 158, 216) 33.3%, rgb(3, 158, 216) 66.6%, rgba(255, 255, 255, 0) 66.6%, rgba(255, 255, 255, 0) 100%);
    background-size: auto 100%, 225px 225px;
    background-position: 50% 50%, 50% 50%;
    background-repeat: no-repeat, repeat;
    height: 240px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-coupon-archive-header-title {
    width: 100%;
    margin-inline: auto;
    max-width: 1100px;
  }
}

/* footer */
@media screen and (min-width: 768px) {
  .p-coupon-footer {
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-coupon-footer-inner {
    padding: 40px;
    border-top: dotted 1px rgb(3, 158, 216);
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-footer-inner {
    padding: 30px 15px 15px;
    background-color: rgb(3, 158, 216);
  }
}

.p-coupon-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-coupon-footer-nav {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-footer-nav {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-coupon-footer-nav > * {
    font-size: 0.875rem;
    color: rgb(3, 158, 216);
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-footer-nav > * {
    font-size: 1.4rem;
    color: rgb(255, 255, 255);
  }
}
.p-coupon-footer-nav > * a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-coupon-footer-nav > * a {
    color: rgb(3, 158, 216);
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-footer-nav > * a {
    color: rgb(255, 255, 255);
  }
}
.p-coupon-footer-nav > * a .ico {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-coupon-footer-nav > * a .ico {
    background-color: rgb(233, 243, 246);
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-footer-nav > * a .ico {
    background-color: rgb(255, 255, 255);
  }
}
.p-coupon-footer-nav > * a .ico:before {
  content: "";
  border-left: solid 6px rgb(3, 158, 216);
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.p-coupon-footer-cr {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-coupon-footer-cr {
    margin-top: 30px;
    color: rgb(3, 158, 216);
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-footer-cr {
    margin-top: 30px;
    color: rgb(255, 255, 255);
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-coupon-pt {
    position: fixed;
    z-index: 5001;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background-color: rgb(3, 158, 216);
    border-radius: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-pt {
    display: none;
  }
}

/* title */
.p-coupon-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(3, 158, 216);
}
@media screen and (min-width: 768px) {
  .p-coupon-title {
    min-height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-title {
    min-height: 40px;
  }
}
.p-coupon-archive .p-coupon-title {
  background-color: rgb(246, 236, 110);
}
.p-coupon-title .ico {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-coupon-title .ico {
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-title .ico {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.p-coupon-title .ico:before, .p-coupon-title .ico:after {
  content: "";
  width: 100%;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-coupon-title .ico:before, .p-coupon-title .ico:after {
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-title .ico:before, .p-coupon-title .ico:after {
    height: 2px;
  }
}
.p-coupon-title .ico:after {
  rotate: 90deg;
}
.p-coupon-title.is-on .ico:after {
  opacity: 0;
  width: 0;
}
.p-coupon-title img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-coupon-title img {
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-title img {
    height: 21px;
  }
}

/* search */
.p-coupon-search-gps {
  padding: 0 15px 25px;
}

.p-coupon-search-gps-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(93, 183, 92);
  height: 48px;
  border-radius: 100vmax;
  text-align: center;
}
.p-coupon-search-gps-btn img {
  width: auto;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .p-coupon-search-toggle {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-coupon-search-sec {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-search-sec--area {
    background-color: rgb(233, 243, 246);
  }
}
@media screen and (min-width: 768px) {
  .p-coupon-search-sec + .p-coupon-search-sec {
    margin-top: 50px;
  }
}

.p-coupon-search-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-coupon-search-title {
    gap: 10px;
    margin-bottom: 20px;
    font-size: 1rem;
    color: rgb(3, 158, 216);
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-search-title {
    margin-bottom: 10px;
    font-size: 1.4rem;
    color: rgb(70, 70, 70);
  }
}
.p-coupon-search-title .ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("/coupon/images/icons_search-cond.png");
}
@media screen and (max-width: 767px) {
  .p-coupon-search-title .ico {
    display: none;
  }
}
.p-coupon-search-title .ico--genre {
  background-position: -64px 0;
}

.p-coupon-search-genre {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-coupon-search-genre {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-search-genre {
    gap: 10px 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-coupon-search-genre__item {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-search-genre__item {
    font-size: 1.4rem;
  }
}
.p-coupon-search-genre__item input {
  display: none;
}
.p-coupon-search-genre__item input:checked + label {
  background-color: rgb(246, 236, 110);
}
.p-coupon-search-genre__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(218, 241, 249);
}
@media screen and (min-width: 768px) {
  .p-coupon-search-genre__item label {
    gap: 20px;
    border-radius: 10px;
    min-height: 80px;
    border: solid 3px rgb(206, 235, 245);
    padding: 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-search-genre__item label {
    gap: 10px;
    border-radius: 5px;
    min-height: 55px;
    border: solid 2px rgb(206, 235, 245);
    padding: 5px 10px;
  }
}
.p-coupon-search-genre__item label .ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .p-coupon-search-genre__item label .ico {
    width: 58px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-search-genre__item label .ico {
    width: 36px;
    height: 36px;
  }
}
.p-coupon-search-genre__item label .ico--gourmet {
  background-image: url("/coupon/images/icon_genre_gourmet.png");
}
.p-coupon-search-genre__item label .ico--shopping {
  background-image: url("/coupon/images/icon_genre_shopping.png");
}
.p-coupon-search-genre__item label .ico--hotel-traffic {
  background-image: url("/coupon/images/icon_genre_hotel-traffic.png");
}
.p-coupon-search-genre__item label .ico--other {
  background-image: url("/coupon/images/icon_genre_other.png");
}

.p-coupon-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  background-color: rgb(93, 183, 92);
  border-radius: 100vmax;
}
@media screen and (min-width: 768px) {
  .p-coupon-search-btn {
    margin-top: 50px;
    width: 530px;
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-search-btn {
    width: calc(100% - 30px);
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 40px;
  }
}
.p-coupon-search-btn img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-coupon-search-btn img {
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-search-btn img {
    height: 16px;
  }
}

.p-coupon-cond {
  background-color: rgb(233, 243, 246);
}
@media screen and (min-width: 768px) {
  .p-coupon-cond {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-cond {
    margin: 0 15px;
    padding: 10px 10px;
  }
}

.p-coupon-cond-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-coupon-cond-heading {
    margin-bottom: 15px;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-cond-heading {
    margin-bottom: 10px;
    gap: 10px;
  }
}

.p-coupon-cond-title img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-coupon-cond-title img {
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-cond-title img {
    height: 12px;
  }
}

.p-coupon-cond-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  background-color: rgb(3, 158, 216);
  color: rgb(255, 255, 255);
  font-family: "mplus", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-coupon-cond-btn {
    min-height: 48px;
    font-size: 1rem;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-cond-btn {
    min-height: 24px;
    font-size: 1rem;
    width: 100px;
  }
}

.p-coupon-cond-inner {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-coupon-cond-inner {
    border-radius: 6px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-cond-inner {
    border-radius: 3px;
    padding: 10px 10px;
  }
}

.p-coupon-cond-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-coupon-cond-item {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-cond-item {
    gap: 5px 10px;
  }
}
.p-coupon-cond-item__title {
  padding: 2px 5px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  background-color: rgb(233, 243, 246);
  color: rgb(3, 158, 216);
}
@media screen and (min-width: 768px) {
  .p-coupon-cond-item__title {
    font-size: 1rem;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-cond-item__title {
    font-size: 1.2rem;
    width: 70px;
  }
}
.p-coupon-cond-item__content {
  color: rgb(3, 158, 216);
}
@media screen and (min-width: 768px) {
  .p-coupon-cond-item__content {
    width: calc(100% - 110px);
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-cond-item__content {
    width: calc(100% - 80px);
    font-size: 1.2rem;
  }
}

/* archive */
@media screen and (min-width: 768px) {
  * + .p-coupon-archive {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  * + .p-coupon-archive {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-coupon-archive-inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-inner {
    margin: 20px 15px 0;
  }
}

.p-coupon-archive-list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-list {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-list {
    gap: 20px;
  }
}

.p-coupon-archive-item {
  background-color: rgb(233, 243, 246);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-item {
    border-radius: 3px;
  }
}

@media screen and (min-width: 768px) {
  .p-coupon-archive-item-inner {
    display: inherit;
    -ms-grid-rows: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-coupon-archive-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-col {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-col__img {
    aspect-ratio: 260/200;
    width: 50.3875968992%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-col__img {
    aspect-ratio: 260/130;
    margin-bottom: 15px;
  }
}
.p-coupon-archive-col__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-col__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

.p-coupon-archive-item-more {
  background-color: rgb(191, 228, 241);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-item-more {
    padding: 10px 30px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-item-more {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}
.p-coupon-archive-item-more .ico {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: rgb(233, 243, 246);
}
.p-coupon-archive-item-more .ico:before {
  content: "";
  border-left: solid 6px rgb(3, 158, 216);
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.p-coupon-archive-title {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-title {
    font-size: 2rem;
  }
}

.p-coupon-archive-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-area {
    margin-top: 15px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-area {
    margin-top: 10px;
    gap: 5px;
  }
}
.p-coupon-archive-area > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  color: rgb(255, 255, 255);
  background-color: rgb(90, 197, 224);
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-area > * {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-area > * {
    font-size: 1.2rem;
  }
}

.p-coupon-archive-text {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-text {
    margin-top: 15px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-text {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}

.p-coupon-archive-datetime {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-datetime {
    margin-top: 15px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-datetime {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.p-coupon-archive-btn {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  background-color: rgb(3, 158, 216);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-coupon-archive-btn {
    margin-top: 50px;
    max-width: 340px;
    min-height: 60px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-archive-btn {
    margin-top: 40px;
    max-width: 170px;
    min-height: 30px;
    font-size: 1.4rem;
  }
}

/* modal */
.p-coupon-modal-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  z-index: 5015;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-loading {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-loading {
    font-size: 1.2rem;
  }
}

.p-coupon-modal,
.p-coupon-modal-bg,
.p-coupon-modal-loading,
.p-coupon-modal-inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
}
.p-coupon-modal.is-on,
.p-coupon-modal-bg.is-on,
.p-coupon-modal-loading.is-on,
.p-coupon-modal-inner.is-on {
  pointer-events: auto;
  opacity: 1;
}

.p-coupon-modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  min-height: 100svh;
  max-height: 100lvh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5010;
}

.p-coupon-modal-inner {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5020;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-inner {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-inner {
    padding: 20px 15px;
  }
}

.p-coupon-modal-item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item {
    max-width: 1100px;
  }
}

.p-coupon-modal-item-inner {
  overflow: auto;
  background-color: rgb(255, 255, 255);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-inner {
    border-radius: 10px;
    padding: 60px;
    max-height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-inner {
    border-radius: 5px;
    padding: 20px 20px 30px;
    max-height: calc(100vh - 40px);
  }
}
.p-coupon-modal-item-inner::-webkit-scrollbar {
  display: none;
}

.p-coupon-modal-close {
  position: absolute;
  background-color: rgb(90, 197, 224);
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-close {
    right: -20px;
    top: -20px;
    width: 64px;
    height: 64px;
    border: solid 3px rgb(255, 255, 255);
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-close {
    right: -10px;
    top: -10px;
    width: 32px;
    height: 32px;
    border: solid 2px rgb(255, 255, 255);
  }
}
.p-coupon-modal-close:before, .p-coupon-modal-close:after {
  content: "";
  width: 60%;
  position: absolute;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-close:before, .p-coupon-modal-close:after {
    height: 3px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-close:before, .p-coupon-modal-close:after {
    height: 2px;
  }
}
.p-coupon-modal-close:before {
  rotate: 45deg;
}
.p-coupon-modal-close:after {
  rotate: -45deg;
}

@media screen and (min-width: 768px) {
  .p-coupon-modal-item-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 40px;
  }
}
.p-coupon-modal-item-col__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-col__img {
    aspect-ratio: 480/370;
    width: 44.4444444444%;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-col__img {
    aspect-ratio: 480/240;
    margin-bottom: 20px;
  }
}
.p-coupon-modal-item-col__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-col__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media screen and (min-width: 768px) {
  .p-coupon-modal-item-btns {
    margin-top: 60px;
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-btns {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.p-coupon-modal-item-btns > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  color: rgb(255, 255, 255);
  background-color: rgb(3, 158, 216);
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-btns > * {
    min-height: 60px;
    width: 250px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-btns > * {
    min-height: 30px;
    width: 170px;
    font-size: 1.4rem;
  }
}
.p-coupon-modal-item-btns > *.close {
  color: #333;
  background-color: rgb(191, 228, 241);
}

.p-coupon-modal-item-title {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-title {
    font-size: 2rem;
  }
}

.p-coupon-modal-item-area {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-area {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-area {
    gap: 5px;
  }
}
.p-coupon-modal-item-area > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  color: rgb(255, 255, 255);
  background-color: rgb(90, 197, 224);
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-area > * {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-area > * {
    font-size: 1.2rem;
  }
}

.p-coupon-modal-item-text {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-text {
    margin-top: 30px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-text {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}

.p-coupon-modal-item-datetime {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-datetime {
    margin-top: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-datetime {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-coupon-modal-item-remarks {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-remarks {
    margin-top: 20px;
  }
}

.p-coupon-modal-item-remarks-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vmax;
  background-color: rgb(243, 231, 112);
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-remarks-title {
    padding: 0px 30px;
    min-height: 36px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-remarks-title {
    padding: 0px 20px;
    min-height: 27px;
    font-size: 1.4rem;
  }
}

.p-coupon-modal-item-remarks-list {
  display: -ms-grid;
  display: grid;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-remarks-list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-remarks-list {
    margin-top: 10px;
  }
}
.p-coupon-modal-item-remarks-list > * {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-coupon-modal-item-remarks-list > * {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-coupon-modal-item-remarks-list > * {
    font-size: 1.4rem;
  }
}
.p-coupon-modal-item-remarks-list > *:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(243, 231, 112);
}