/*pc*/
@media screen and (min-width: 721px) {
  .modal-coupon h2 {
    display: none;
  }
  .no-scroll {
    width: 100%;
    height: 100vh!important;
    height: 100dvh!important;
    /* position: fixed; */
  }
  .coupon__filter__title {
    font-size: 24px;
    text-align: center;
    margin: 20px auto 52px;
  }

  .coupon__filter__guide {
    margin: 36px auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .coupon__filter__guide a {
    padding: 4px;
    background-color: #cacaca;
    color: #333;
    border-radius: 4px;
    font-size: 13px;
  }
  .coupon__filter__guide a:hover {
    background-color: #dadada;
    text-decoration: none;
  }
  .coupon__filter__guide::after {
    content: "";
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAMAAADmrkDzAAAARVBMVEUAAAAwMDAwMDAwMDAxMTEzMzMyMjIzMzMzMzMyMjIzMzM1NTUyMjIwMDAzMzMzMzMyMjIxMTEyMjIzMzMyMjI0NDQzMzP51LwrAAAAFnRSTlMAIEAwoJ+Av+9/r2BgEFDP3x9w3+9Aa03MBwAAAHlJREFUeNrdykUSQkEUA8DvriPv/kfFSRhSxQ7rdWcfkhdQylEZ1HI07VWHofXGQ4cBQ4dxwpjzq5lDhrF0djVxoLHadrVQ4LHZnl0hyMFBDw56cNCDA+PBQQ9HQY95RRCDuM29GI01fzzahE+Gsychzx7EKTVnb3YA6mQP/gr9fQ8AAAAASUVORK5CYII=);
  }
  .coupon__box {
    margin: 0 auto;
  }
  .coupon__box.coupon__box__pattern-a {
    background-color: #edf2e9;
  }
  .coupon__box.coupon__box__pattern-a .coupon__subtitle {
    background-color: #fff;
  }
  .coupon__box.coupon__box__pattern-b .coupon__subtitle {
    color: #6d6d6d;
    background-color: #edf2e9;
    justify-content: flex-start;
    margin-left: -12px;
  }
  .coupon__box.coupon__box__pattern-b .coupon__box__holder {
    width: 1180px;
  }
  .coupon__box.coupon__box__pattern-b .couponOneClick {
    width: 360px;
    padding: 0 24px 24px 24px;
    box-sizing: border-box;
    background-color: #edf2e9;
  }
  .coupon__box.coupon__box__pattern-c {
    background-color: #f3f3f3;
  }
  .coupon__box.coupon__box__pattern-c .coupon__subtitle {
    background-color: #fff;
  }

  .coupon__box__holder {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    column-gap: 40px;
    row-gap: 40px;
    padding: 24px 20px 32px;
    margin: 0 auto;
  }
  .coupon__box__holder.clearPadding {
    padding: 0;
  }

  .coupon__title {
    line-height: 1.5;
    box-sizing: border-box;
    min-height: 50px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00b900;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  .coupon__subtitle {
    line-height: 1.5;
    box-sizing: border-box;
    min-height: 50px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6d6d6d;
    background-color: #f3f3f3;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .couponOneClick {
    width: calc((100% - 80px) / 3);
    font-family: "Noto Sans JP", sans-serif;
  }
  .couponOneClick .coupon__container {
    z-index: 0;
    position: relative;
    display: inline-flex;
    width: 100%;
    filter: drop-shadow(0 1.9px 3px rgba(0, 0, 0, 0.25));
  }
  .couponOneClick .coupon__container::before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 55% 100%, 55% 100%;
    background-repeat: no-repeat;
    background-position: 0 50%, 100% 50%;
    border-radius: 4px;
  }
  .couponOneClick .coupon__container__border-red::before {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: radial-gradient(
        circle at center left,
        transparent 0px,
        transparent 10px,
        #00b900 11px
      ),
      radial-gradient(
        circle at center right,
        transparent 0px,
        transparent 10px,
        #00b900 11px
      );
    border-radius: 6px;
  }
  .couponOneClick .couponOneClick-default {
    box-sizing: border-box;
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
  }
  .couponOneClick .couponOneClick-default:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.9;
  }
  .couponOneClick .couponOneClick-default::before {
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    content: "";
    z-index: 20;
    position: absolute;
    display: block;
    background-image: radial-gradient(
        circle at center left,
        transparent 0,
        transparent 11px,
        #fff 12px
      ),
      radial-gradient(
        circle at center right,
        transparent 0,
        transparent 11px,
        #fff 12px
      );
    background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
    background-repeat: no-repeat;
    background-position: -1px 50%, calc(100% + 1px) 50%;
    border-radius: 4px;
  }
  .couponOneClick .coupon__content {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    position: relative;
    z-index: 20;
    padding: 10px 24px;
  }
  .couponOneClick
    .coupon__content:has(.coupon__limition-red)
    .coupon__limition-red
    + .coupon__price {
    padding-bottom: 18px;
  }
  .couponOneClick
    .coupon__content
    .coupon__limition:nth-of-type(2)
    + .coupon__price {
    margin-top: auto;
  }
  .couponOneClick .coupon__content .coupon__service__category {
    height: 36px;
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: 6px;
  }
  .couponOneClick
    .coupon__content
    .coupon__service__category
    + .coupon__limition {
    margin-top: 0;
  }
  .couponOneClick .coupon__content .coupon__service {
    font-weight: 300;
    background-color: #d6e9c7;
    border-radius: 2px;
    padding: 2px 4px;
    margin-right: 4px;
    flex: 0 0 auto;
  }
  .coupon__service__category:has(.coupon__category) .coupon__service {
    margin-right: 8px;
  }
  .couponOneClick .coupon__content .coupon__category {
    font-size: 14px;
    flex: auto;
    font-weight: 400;
    margin-left: auto;
  }
  .couponOneClick .coupon__content .coupon__category-icon {
    font-size: 14px;
    box-sizing: border-box;
    padding: 2px 4px;
    border-radius: 2px;
    flex: 0 0 auto;
    font-weight: 400;
    margin-right: 4px;
    line-height: 1;
  }
  .couponOneClick .coupon__content .coupon__category-ana {
    color: #1c0f81;
    border: 1px solid #1c0f81;
  }
  .couponOneClick .coupon__content .coupon__category-jal {
    color: #bf0000;
    border: 1px solid #bf0000;
  }
  .couponOneClick .coupon__content .coupon__category-jr {
    color: #000;
    border: 1px solid #000;
  }
  .couponOneClick .coupon__content .coupon__limition {
    font-size: 13px;
    color: #6d6d6d;
    margin-top: 6px;
  }
  .couponOneClick .coupon__content .coupon__limition.coupon__limition-red {
    font-weight: 600;
    color: #bf0000;
  }
  .couponOneClick .coupon__content .coupon__price {
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1;
    font-weight: 600;
    font-size: 26px;
    color: #009700;
    text-align: center;
    letter-spacing: -0.03em;
  }
  .couponOneClick .coupon__content .coupon__price span {
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    font-size: 40px;
    top: 3px;
    letter-spacing: normal;
  }
  .couponOneClick .coupon__content .coupon__get {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-left: -24px;
    margin-right: -24px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .couponOneClick .coupon__content .coupon__get::before {
    content: "";
    margin-right: 4px;
    display: block;
    background: url(https://img.travel.rakuten.co.jp/share/assets/temp/common/couponImage/coupon_green_svg.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .coupon__attention {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #bf0000;
  }

  .couponOneClick .coupon__time {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
  }
  .couponOneClick .coupon__time b {
    color: #bf0000;
    font-weight: 600;
  }
  .couponOneClick .coupon__time .coupon__time__start span {
    color: #009700;
    font-weight: 600;
  }
  .couponOneClick .coupon__button__pattern {
    display: flex;
  }
  .couponOneClick .coupon__button__pattern.coupon__button__pattern-button2 {
    flex-direction: column;
  }
  .couponOneClick
    .coupon__button__pattern.coupon__button__pattern-button1a
    .coupon__button {
    flex: 1 1 50%;
    margin-left: 18px;
  }
  .couponOneClick .coupon__button__pattern.coupon__button__pattern-button1b {
    flex-direction: column;
  }
  .couponOneClick
    .coupon__button__pattern.coupon__button__pattern-button1b
    .coupon__button {
    justify-content: flex-start;
  }
  .couponOneClick
    .coupon__button__pattern.coupon__button__pattern-button1b
    .coupon__button
    a {
    font-feature-settings: "palt";
    flex: none;
    padding: 0 24px;
  }
  .couponOneClick .coupon__amount {
    font-size: 14px;
    color: #6d6d6d;
    margin-bottom: 4px;
  }
  .couponOneClick .coupon__condition {
    color: #1d54a7;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .couponOneClick .coupon__condition::after {
    content: "";
    margin-left: 4px;
    display: block;
    background: url(https://img.travel.rakuten.co.jp/share/assets/temp/common/couponImage/modal_svg.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .couponOneClick .coupon__button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .couponOneClick .coupon__button a {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #bababa;
    height: 36px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    flex: auto;
  }
  .couponOneClick .coupon__button a:hover {
    text-decoration: none;
    background-color: #f3f3f3;
  }

  .couponOneClick-acquired,
  .couponOneClick-having,
  .couponOneClick-expired,
  .couponOneClick-finished {
    display: none;
  }

  .couponOneClick-status-acquired .couponOneClick-acquired,
  .couponOneClick-status-expired .couponOneClick-expired,
  .couponOneClick-status-finished .couponOneClick-finished,
  .couponOneClick-status-having .couponOneClick-having {
    display: flex;
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  .coupon__cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: radial-gradient(
        circle at center left,
        transparent 0,
        transparent 10px,
        #000 11px
      ),
      radial-gradient(
        circle at center right,
        transparent 0,
        transparent 10px,
        #000 11px
      );
    background-size: 55% 100%, 55% 100%;
    background-repeat: no-repeat;
    background-position: 0 50%, 100% 50%;
    border-radius: 4px;
  }

  .coupon__cover span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72%;
    line-height: 1.3;
    text-shadow: 2px 2px 6px #333;
  }
  .tableholderCpn a.blank {
    position: relative;
    padding-right: 10px;
  }
  .tableholderCpn a.blank:after {
    position: absolute;
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA4QzdGMTQ1Q0JBMTFFODk1RTVDMzAwNzJBMjY2MkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA4QzdGMTU1Q0JBMTFFODk1RTVDMzAwNzJBMjY2MkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDhDN0YxMjVDQkExMUU4OTVFNUMzMDA3MkEyNjYyRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDhDN0YxMzVDQkExMUU4OTVFNUMzMDA3MkEyNjYyRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgSdU4MAAADYSURBVHjaYpReKc2ABBiBeA4QxwMxMwNp4CsQF7GgCRoDcRIDeYAbiPuY0AR5GCgD3EwMVAboBh6AhiPR+EnYEzAGsheCDICFoRIQ85HomN9AfAOI/yILggzsA+JCMn14UmaVjB3Qhb+QvZxLQZCZA7E1ehiyUBgP/OheBoH3QPyIDIMU0AVhBm4C4gQSDQwA4vWEkg2l4A+1DZzCQkXDCoDJ5wPVXAgyjBZhSH0DWaAFIyi1TyBRry6Ufo5uYBE0P+eTaCCoUJgHxKdQivz///9T1csAAQYAl5IqML1ioKMAAAAASUVORK5CYII=)
      center center no-repeat;
    width: 8px;
    height: 8px;
    right: 0;
    margin-top: -9px;
    background-size: 8px auto;
    top: 50%;
  }

  /*modal*/
  .no-scroll {
    overflow: hidden;
  }
  .blackCover {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.65);
  }
  #detail-coupon .tableholderCpn {
    display: block;
  }

  .tableholderCpn {
    display: none;
    position: relative;
    width: 992px;
    margin: 0 auto;
    overflow: auto;
    left: 50%;
    margin-left: -500px;
    z-index: 10;
    overflow: hidden;
  }

  .tableholderCpn table {
    background-color: #fff;
    border-left: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    font-size: 13px;
    line-height: 1.6;
    display: block;
    margin: 0 auto 0 auto;
  }

  .tableholderCpn table td {
    border-right: 1px solid #b4b4b4;
    padding: 8px;
    border-bottom: 1px solid #b4b4b4;
  }

  /* .tableholderCpn table tr:first-child {
        color: #fff
    } */

  .tableholderCpn table tr:first-child td {
    text-align: center !important;
    background-color: #333 !important;
    color: #fff;
  }

  .tableholderCpn table tr td:first-child {
    background-color: #e1e1e1;
    text-align: right;
    width: 200px;
    font-weight: 700;
  }

  #detail-coupon {
    overflow-y: auto;
  }

  .modal-coupon {
    z-index: 99999999;
    width: 1001px;
    left: calc(50% - 500px);
    position: fixed;
    top: 0;
  }
  .modal-coupon .sp {
    display: none;
  }

  #close-modal-coupon-pc {
    z-index: 10000;
    position: absolute;
    cursor: pointer;
    font-size: 0;
    height: 34px;
    width: 34px;
    top: 2px;
    right: 20px;
    background: #333
      url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAFVBMVEUAAAD///////////////////////9Iz20EAAAABnRSTlMAQF+foGCwwWJQAAAAg0lEQVR42u3VBQ6EQBTA0PH7H3njCzSkuP84vOISvtl34syVqeVxn1vCJlr7F/StYR+lW9AXLGVB7wU9C/Ms1LOglwJeC3gt4LWA1wJeC3gr4KVQz/vb8iyPwnwpUvD5QSEehXgU4lGoZ+GehXsW9Df+XkX5XvFjXLueRZ39Q/lm1/kBvUEF19SMEPsAAAAASUVORK5CYII=)
      0 0 no-repeat;
    background-size: 34px;
  }
}

/*sp*/
@media screen and (max-width: 720px) {
  .coupon__filter__title {
    text-align: left;
    font-size: 20px;

    padding: 16px;
    padding-bottom: 0;
  }

  .coupon__filter__guide {
    margin: 24px auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .coupon__filter__guide a {
    padding: 4px;
    background-color: #cacaca;
    color: #333;
    border-radius: 4px;
    font-size: 13px;
  }
  .coupon__filter__guide a:hover {
    background-color: #dadada;
    text-decoration: none;
  }
  .coupon__filter__guide::after {
    content: "";
    background-size: 16px;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAMAAADmrkDzAAAARVBMVEUAAAAwMDAwMDAwMDAxMTEzMzMyMjIzMzMzMzMyMjIzMzM1NTUyMjIwMDAzMzMzMzMyMjIxMTEyMjIzMzMyMjI0NDQzMzP51LwrAAAAFnRSTlMAIEAwoJ+Av+9/r2BgEFDP3x9w3+9Aa03MBwAAAHlJREFUeNrdykUSQkEUA8DvriPv/kfFSRhSxQ7rdWcfkhdQylEZ1HI07VWHofXGQ4cBQ4dxwpjzq5lDhrF0djVxoLHadrVQ4LHZnl0hyMFBDw56cNCDA+PBQQ9HQY95RRCDuM29GI01fzzahE+Gsychzx7EKTVnb3YA6mQP/gr9fQ8AAAAASUVORK5CYII=);
  }
  .coupon__box {
    margin: 0 auto;
  }
  .coupon__box.coupon__box__pattern-a {
    background-color: #edf2e9;
  }
  .coupon__box.coupon__box__pattern-a .coupon__subtitle {
    background-color: #fff;
  }
  .coupon__box.coupon__box__pattern-b .coupon__box__holder {
    padding: 0;
    row-gap: 16px;
  }
  .coupon__box.coupon__box__pattern-b .couponOneClick {
    padding: 0 24px 24px 24px;
    box-sizing: border-box;
    background-color: #edf2e9;
  }
  .coupon__box.coupon__box__pattern-b .coupon__title {
    margin-bottom: 16px;
  }
  .coupon__box.coupon__box__pattern-b .coupon__subtitle {
    background-color: #edf2e9;
    justify-content: flex-start;
  }

  .coupon__box.coupon__box__pattern-c {
    background-color: #f3f3f3;
  }
  .coupon__box.coupon__box__pattern-c .coupon__subtitle {
    background-color: #fff;
  }
  .coupon__box__holder {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding: 30px;
  }
  .coupon__box__holder.clearPadding {
    padding: 0;
  }
  .tableholderCpn a {
    color: #1d54a7;
  }
  .tableholderCpn a.blank {
    position: relative;
    padding-right: 10px;
  }
  .tableholderCpn a.blank:after {
    position: absolute;
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA4QzdGMTQ1Q0JBMTFFODk1RTVDMzAwNzJBMjY2MkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA4QzdGMTU1Q0JBMTFFODk1RTVDMzAwNzJBMjY2MkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDhDN0YxMjVDQkExMUU4OTVFNUMzMDA3MkEyNjYyRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDhDN0YxMzVDQkExMUU4OTVFNUMzMDA3MkEyNjYyRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgSdU4MAAADYSURBVHjaYpReKc2ABBiBeA4QxwMxMwNp4CsQF7GgCRoDcRIDeYAbiPuY0AR5GCgD3EwMVAboBh6AhiPR+EnYEzAGsheCDICFoRIQ85HomN9AfAOI/yILggzsA+JCMn14UmaVjB3Qhb+QvZxLQZCZA7E1ehiyUBgP/OheBoH3QPyIDIMU0AVhBm4C4gQSDQwA4vWEkg2l4A+1DZzCQkXDCoDJ5wPVXAgyjBZhSH0DWaAFIyi1TyBRry6Ufo5uYBE0P+eTaCCoUJgHxKdQivz///9T1csAAQYAl5IqML1ioKMAAAAASUVORK5CYII=)
      center center no-repeat;
    width: 8px;
    height: 8px;
    right: 0;
    margin-top: -9px;
    background-size: 8px auto;
    top: 50%;
  }
  @media screen and (max-width: 330px) {
    .coupon__box__holder {
      row-gap: 30px;
      padding: 16px;
    }
  }
  .coupon__title {
    box-sizing: border-box;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00b900;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 12px;
  }

  .coupon__subtitle {
    box-sizing: border-box;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6d6d6d;
    background-color: #f3f3f3;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
  }

  .couponOneClick {
    font-family: "Noto Sans JP", sans-serif;
  }
  .coupon__box.coupon__box__pattern-b .couponOneClick.couponOneClick-border {
    border: none;

    position: relative;
  }
  .coupon__box.coupon__box__pattern-b
    .couponOneClick.couponOneClick-border:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #ccc;
  }
  .couponOneClick.couponOneClick-border {
    padding-bottom: 24px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: -12px;
  }
  .couponOneClick .coupon__container {
    z-index: 0;
    position: relative;
    display: inline-flex;
    width: 100%;
    filter: drop-shadow(0 1.9px 3px rgba(0, 0, 0, 0.25));
  }
  .couponOneClick .coupon__container::before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 55% 100%, 55% 100%;
    background-repeat: no-repeat;
    background-position: 0 50%, 100% 50%;
    border-radius: 4px;
  }
  .couponOneClick .coupon__container__border-red::before {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: radial-gradient(
        circle at center left,
        transparent 0px,
        transparent 10px,
        #00b900 11px
      ),
      radial-gradient(
        circle at center right,
        transparent 0px,
        transparent 10px,
        #00b900 11px
      );
    border-radius: 6px;
  }
  .couponOneClick .couponOneClick-default {
    box-sizing: border-box;
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
  }
  .couponOneClick .couponOneClick-default:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.9;
  }
  .couponOneClick .couponOneClick-default::before {
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    content: "";
    z-index: 20;
    position: absolute;
    display: block;
    background-image: radial-gradient(
        circle at center left,
        transparent 0,
        transparent 11px,
        #fff 12px
      ),
      radial-gradient(
        circle at center right,
        transparent 0,
        transparent 11px,
        #fff 12px
      );
    background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
    background-repeat: no-repeat;
    background-position: -1px 50%, calc(100% + 1px) 50%;
    border-radius: 4px;
  }
  .couponOneClick .coupon__content {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    position: relative;
    z-index: 20;
    padding: 10px 24px;
  }
  .couponOneClick .coupon__content .coupon__service__category {
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: 8px;
  }
  .couponOneClick
    .coupon__content
    .coupon__service__category
    + .coupon__limition {
    margin-top: 0;
  }
  .couponOneClick .coupon__content .coupon__service {
    font-weight: 300;
    background-color: #d6e9c7;
    border-radius: 2px;
    padding: 2px 4px;
    margin-right: 8px;
    flex: 0 0 auto;
  }
  .coupon__service__category:has(.coupon__category) .coupon__service {
    margin-right: 8px;
  }
  .couponOneClick .coupon__content .coupon__category {
    font-size: 14px;
    flex: auto;
    font-weight: 400;
    margin-left: auto;
  }
  .couponOneClick .coupon__content .coupon__category-icon {
    font-size: 14px;
    box-sizing: border-box;
    padding: 2px 4px;
    border-radius: 2px;
    flex: 0 0 auto;
    font-weight: 400;
    margin-right: 4px;
    line-height: 1;
  }
  .couponOneClick .coupon__content .coupon__category-ana {
    color: #1c0f81;
    border: 1px solid #1c0f81;
  }
  .couponOneClick .coupon__content .coupon__category-jal {
    color: #bf0000;
    border: 1px solid #bf0000;
  }
  .couponOneClick .coupon__content .coupon__category-jr {
    color: #000;
    border: 1px solid #000;
  }
  .couponOneClick .coupon__content .coupon__limition {
    font-size: 13px;
    color: #6d6d6d;
    margin-top: 4px;
  }
  .couponOneClick .coupon__content .coupon__limition.coupon__limition-red {
    margin-top: 0;
    font-weight: 600;
    color: #bf0000;
  }
  .couponOneClick .coupon__content .coupon__price {
    /* margin-top: 6px; */
    line-height: 1;
    font-weight: 600;
    font-size: 26px;
    color: #009700;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: -0.03em;
  }
  .couponOneClick .coupon__content .coupon__price span {
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    font-size: 40px;
    top: 3px;
    letter-spacing: normal;
  }
  .couponOneClick .coupon__content .coupon__get {
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-left: -24px;
    margin-right: -24px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .couponOneClick .coupon__content .coupon__get::before {
    content: "";
    margin-right: 4px;
    display: block;
    background: url(https://img.travel.rakuten.co.jp/share/assets/temp/common/couponImage/coupon_green_svg.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .coupon__attention {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #bf0000;
  }

  .couponOneClick .coupon__time {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
  }
  .couponOneClick .coupon__time b {
    color: #bf0000;
    font-weight: 600;
  }
  .couponOneClick .coupon__time .coupon__time__start span {
    color: #009700;
    font-weight: 600;
  }
  .couponOneClick .coupon__button__pattern {
    display: flex;
  }
  .couponOneClick .coupon__button__pattern.coupon__button__pattern-button2 {
    flex-direction: column;
  }
  .couponOneClick
    .coupon__button__pattern.coupon__button__pattern-button1a
    .coupon__button {
    flex: 1 1 50%;
    margin-left: 18px;
  }
  .couponOneClick .coupon__button__pattern.coupon__button__pattern-button1b {
    flex-direction: column;
  }
  .couponOneClick
    .coupon__button__pattern.coupon__button__pattern-button1b
    .coupon__button {
    justify-content: flex-start;
  }
  .couponOneClick
    .coupon__button__pattern.coupon__button__pattern-button1b
    .coupon__button
    a {
    font-feature-settings: "palt";
    flex: none;
    padding: 0 24px;
  }
  .couponOneClick .coupon__amount {
    font-size: 14px;
    color: #6d6d6d;
    margin-bottom: 4px;
  }
  .couponOneClick .coupon__condition {
    color: #1d54a7;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .couponOneClick .coupon__condition::after {
    content: "";
    margin-left: 4px;
    display: block;
    background: url(https://img.travel.rakuten.co.jp/share/assets/temp/common/couponImage/modal_svg.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .couponOneClick .coupon__button {
    padding-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .couponOneClick .coupon__button a {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #bababa;
    height: 36px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    flex: auto;
  }
  .couponOneClick .coupon__button a:hover {
    text-decoration: none;
    opacity: 0.9;
  }

  .couponOneClick-acquired,
  .couponOneClick-having,
  .couponOneClick-expired,
  .couponOneClick-finished {
    display: none;
  }

  .couponOneClick-status-acquired .couponOneClick-acquired,
  .couponOneClick-status-expired .couponOneClick-expired,
  .couponOneClick-status-finished .couponOneClick-finished,
  .couponOneClick-status-having .couponOneClick-having {
    display: flex;
    cursor: default;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  .coupon__cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: radial-gradient(
        circle at center left,
        transparent 0,
        transparent 10px,
        #000 11px
      ),
      radial-gradient(
        circle at center right,
        transparent 0,
        transparent 10px,
        #000 11px
      );
    background-size: 55% 100%, 55% 100%;
    background-repeat: no-repeat;
    background-position: 0 50%, 100% 50%;
    border-radius: 4px;
  }

  .coupon__cover span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72%;
    line-height: 1.3;
    text-shadow: 2px 2px 6px #333;
  }
  /*modal*/
  .no-scroll {
    overflow: hidden;
  }
  .blackCover {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.65);
  }
  #detail-coupon .tableholderCpn {
    display: block;
  }

  .tableholderCpn {
    display: none;
  }

  .tableholderCpn table {
    background-color: #fff;
    border: 1px solid #b4b4b4;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 10px;
  }

  .tableholderCpn table tr:first-child {
    color: #fff;
  }

  .tableholderCpn table tr:first-child td {
    text-align: center !important;
    background-color: #333 !important;
    color: #fff;
  }

  .tableholderCpn table td {
    display: block;
    padding: 5px;
  }

  .tableholderCpn table tr td:first-child {
    background-color: #e1e1e1;
    font-weight: 700;
    padding-right: 45px;
  }

  .modal-coupon {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    height: 100%;
    z-index: 99999999;
    background: #fff;
  }

  .modal-coupon h2 {
    /* height: 0; */
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
    background-color: #333;
    position: relative;
  }

  #close-modal-coupon-sp {
    position: absolute;
    cursor: pointer;
    width: 34px;
    height: 34px;
    top: 5px;
    right: 5px;
    font-size: 0;
    text-indent: -999999px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAFVBMVEUAAAD///////////////////////9Iz20EAAAABnRSTlMAQF+foGCwwWJQAAAAg0lEQVR42u3VBQ6EQBTA0PH7H3njCzSkuP84vOISvtl34syVqeVxn1vCJlr7F/StYR+lW9AXLGVB7wU9C/Ms1LOglwJeC3gt4LWA1wJeC3gr4KVQz/vb8iyPwnwpUvD5QSEehXgU4lGoZ+GehXsW9Df+XkX5XvFjXLueRZ39Q/lm1/kBvUEF19SMEPsAAAAASUVORK5CYII=)
      no-repeat top left;
    background-size: 32px 32px;
    z-index: 9999;
  }
  #detail-coupon {
    overflow: auto;
  }
  #close-modal-coupon-pc {
    display: none;
  }
}
