/* ====== Pontaパス新規入会LP-クーポン案内なし START ====== */
.lp-pontapass .wrap {
    max-width: 1120px;
}
.lp-pontapass .wrap2 {
    max-width: 1120px;
    margin: 0 auto;
}
.lp-pontapass .services .bd-gray {
    padding: 40px 0 0;
    border: #C6C6C6 1px solid;
}
.lp-pontapass h2 {
    margin-bottom: 0;
}
.lp-pontapass .border-orange {
    border-top: 1px solid #FF503E;
    width: 40px;
    margin: 8px auto 32px;
}
.lp-pontapass .kv-img {
    background: url(/stcontents/img/sub-page/lp/pontapass/kv-bg-yellow.jpg) no-repeat center center / cover;
    height: 520px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
}
.lp-pontapass .kv-img::before {
    content: "";
    display: inline-block;
    background: url(/stcontents/img/sub-page/lp/pontapass/kv-bg-left-yellow.png);
    background-size: cover;
    -webkit-filter: none;
    filter: none;
    width: 454px;
    height: 520px;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: initial;
}
.lp-pontapass .kv-img::after {
    content: "";
    display: inline-block;
    background: url(/stcontents/img/sub-page/lp/pontapass/kv-bg-right-ponta.png);
    background-size: cover;
    -webkit-filter: none;
    filter: none;
    width: 284px;
    height: 173px;
    max-height: 100%;
    position: absolute;
    bottom: 24px;
    right: 36px;
    -webkit-transform: initial;
}
.lp-pontapass .kv-img .text {
    text-align: center;
    z-index: 1;
    max-width: 783px;
}
.lp-pontapass .kv-img .text .font-xxxx-large {
    color: #fff;
    text-align: center;
}
.lp-pontapass .kv-img .text img {
    max-width: 633px;
    margin: 0 auto;
    margin-bottom: 40px;
    height: auto;
}
.lp-pontapass .kv-img .text .text-main {
    font-size: 5.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 7.2rem;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 40px;
}
.lp-pontapass .kv-img .text .text-main > span {
    font-size: 3.6rem;
}
.lp-pontapass .kv-img .text .text-sub {
    font-size: 3.2rem;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-weight: 700;
    padding: 0 16px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 48px;
}
.lp-pontapass .kv-img .text .btn-orange,
.lp-pontapass .btn-footer.btn-orange {
    width: 300px;
    height: 56px;
    background-color: #EB5505;
    border: none;
    margin-bottom: 16px;
}
.lp-pontapass .btn-footer.btn-orange {
    max-width: 100%;
}
.lp-pontapass.lead {
    margin-bottom: 80px;
}
.lp-pontapass .lead .c-card-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
            justify-content: flex-start;
}
.lp-pontapass .c-card-icon-list li {
    text-align: center;
}
.lp-pontapass .c-card-icon-list .icon-list-01 {
    width: 33.5%;
    margin-right: 40px;
}
.lp-pontapass .c-card-icon-list .icon-list-02 {
    width: 34.3%;
    margin-right: 40px;
}
.lp-pontapass .c-card-icon-list .icon-list-03 {
    width: auto;
}
.lp-pontapass .c-card-icon-list .lead-icon {
    display: flex;
    margin: 0 auto 24px;
}
.lp-pontapass .c-card-icon-list .lead-icon-01 {
    width: 230px;
}
.lp-pontapass .c-card-icon-list .lead-icon-02 {
    width: 216px;
}
.lp-pontapass .c-card-icon-list .lead-icon-03 {
    width: 270px;
}
.lp-pontapass .c-card-icon-list .lead-icon img {
    width: 100%;
}
.lp-pontapass .c-card-icon-list .lead-text {
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4.4rem;
    text-align: center;
}
.lp-pontapass .c-card-icon-list .lead-sub-text {
    font-size: 1.2rem;
    color: #757575;
    letter-spacing: 0;
}
.lp-pontapass .campaign-detail {
    border: 1px solid #c6c6c6;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 40px 24px;
}
.lp-pontapass .campaign-detail tr {
    display: flex;
    margin-bottom: 16px;
}
.lp-pontapass .campaign-detail th {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 16px;
}
.lp-pontapass .campaign-detail td {
    display: flex;
    align-items: center;
}
.lp-pontapass .campaign-detail .heading {
    width: 200px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1px;
    border: solid 3px #0F0A64;
    border-radius: 20px;
    background: #0F0A64;
    line-height: 1;
    font-weight: 500;
    font-size: 1.4rem;
    color: #fff;
}
.lp-pontapass .campaign-detail td p {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.lp-pontapass .head img {
    height: auto;
}
.lp-pontapass .description {
    width: 100%;
    height: auto;
    padding: 40px;
    margin-bottom: 80px;
    background: url(/stcontents/img/sub-page/lp/pontapass/bg-benefits.jpg) no-repeat 50% 50% / cover;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.lp-pontapass .description:nth-of-type(2n) {
    background: url(/stcontents/img/sub-page/lp/pontapass/bg-benefits-02.jpg) no-repeat 50% 50% / cover;
}
.lp-pontapass .description .inner-box {
    width: 100%;
    max-width: 960px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 24px;
    margin: 0 auto;
}
.lp-pontapass .description p {
    letter-spacing: 0;
}
.lp-pontapass .coupon-cp {
    border: 4px solid #E1E9F8;
    margin: 0 auto 80px;
    padding: 24px 32px;
}
.lp-pontapass .coupon-cp .content-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.lp-pontapass .coupon-cp .regular {
    font-size: 20px;
    font-weight: 400;
}
.lp-pontapass .coupon-cp h2 {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}
.lp-pontapass .coupon-cp h2 span {
    font-size: 40px;
}
.lp-pontapass .coupon-cp .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin-bottom: 16px;
}
.lp-pontapass .coupon-cp .date dt {
    width: 211px;
    text-align: center;
    background-color: #E1E9F8;
    padding: 4px 16px;
    margin-right: 16px;
    border-radius: 100px;
}
.lp-pontapass .coupon-cp .date dd {
    width: calc(100% - 227px);
    text-align: left;
}
.lp-pontapass .coupon-cp .note {
    border-top: 1px solid #757575;
    padding-top: 16px;
}
.lp-pontapass .coupon-cp .howto ol {
    list-style: decimal;
    padding-left: 1.4em;
}
.lp-pontapass ul.note {
    width: 100%;
    color: #757575;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
}
.lp-pontapass ul.note.pc-text-left {
    text-align: left;
}
.lp-pontapass ul.note li {
    padding-left: 1em;
    text-indent: -1em;
}
.lp-pontapass ul.note li::before {
    content: "※";
}
.lp-pontapass .coupon-point {
    text-align: center;
    margin-bottom: 160px;
}
.lp-pontapass .coupon-point .figure img {
    width: 100%;
}
.lp-pontapass .benefits-hotel-list {
    padding: 24px 40px 40px;
}
.lp-pontapass .hotel-area {
    display: flex;
    justify-content: space-between;
    margin: 0 -16px;
}
.lp-pontapass .benefits-hotel-list .hotel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    padding: 0 16px;
    margin-bottom: 0;
}
.lp-pontapass .benefits-hotel-list .hotel:last-of-type {
    margin-bottom: 0;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-photo {
    width: auto;
    height: 200px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 8px;
    position: relative;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-photo::before {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5) 80%);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 80%);
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-photo-text {
    position: absolute;
    bottom: 8px;
    left: 16px;
    right: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    z-index: 2;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-text {
    font-size: 1.6rem;
    width: auto;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-text .attention {
    padding-left: 1em;
    text-indent: -1em;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-text .attention::before {
    content: "※";
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-name {
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    margin-bottom: 0;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-location {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    font-size: 1.2rem;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-location img {
    width: 10px;
    margin-right: 4px;
}
.lp-pontapass .benefits-hotel-list .hotel .hotel-location p {
    margin-bottom: 0;
}
.lp-pontapass .services .col3-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
        -ms-flex-pack: justify;
            justify-content: center;
    margin-bottom: 32px;
}
.lp-pontapass .services .col3-box > div {
    width: 30%;
}
.lp-pontapass .services .col3-box > div .icon {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.lp-pontapass .services .col3-box > div .icon img {
    height: 100%;
}
.lp-pontapass .services .col3-box > div .text {
    background-color: #fff;
    padding: 16px 8px 0;
    font-size: 1.6rem;
}
.lp-pontapass .services .col3-box > div > div {
    text-align: center;
}
.lp-pontapass .services .copyright {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 0;
}
.lp-pontapass .services .copyright {
    font-weight: bold;
    font-size: 1rem;
    color: #757575;
    margin-top: 4px;
    margin-bottom: 0;
}
.lp-pontapass .services .bg-gray {
    display: flex;
    align-items: center;
    border: #C6C6C6;
    padding: 14px;
}
.lp-pontapass .services .bg-gray ul.note {
    color: #333333;
}
.lp-pontapass .services .bg-gray ul.note li {
    display: inline;
    padding-left: 0;
}
.lp-pontapass .benefits .step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.lp-pontapass .step .step-img img {
    display: block;
}
.lp-pontapass .benefits .step .step-box {
    width: calc(100% / 4);
    height: auto;
    text-align: center;
    position: relative;
}
.lp-pontapass .benefits .step .step-box .step-head {
    background-color: #4F68C2;
    color: #FFFFFF;
    clip-path: polygon(calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%, calc(0% + 15px) 50%, 0% 0%);
}
.lp-pontapass .benefits .step .step-box:first-child .step-head {
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
}
.lp-pontapass .benefits .step .step-box:last-child .step-head {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, calc(0% + 15px) 50%, 0% 0%);
}
.lp-pontapass .benefits .step .step-inner {
    padding: 16px 8px 0;
    display: flex;
    height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.lp-pontapass .benefits .step .btn-wrap {
    padding: 0 8px;
}
.lp-pontapass .benefits .step .btn {
    width: 100%;
}
.lp-pontapass .benefits .step .step-box .coupon-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
}
.lp-pontapass .benefits .step .step-box .coupon-image img {
    margin: 4px;
}
.lp-pontapass .benefits .step .step-box .text-link {
    margin-top: 24px;
}
.lp-pontapass .benefits .step .step-box .copyright {
    font-family: monospace, sans-serif;
    font-size: 10px;
}
.lp-pontapass .benefits .step .number {
    position: absolute;
    top: -48px;
    left: 8px;
    line-height: 1;
    font-weight: bold;
    font-size: 100px;
    color: #E1E9F8;
}
.lp-pontapass .benefits .step img {
    margin: 0;
}
.lp-pontapass .benefits .step .step-text {
    font-size: 1.6rem;
    margin-top: 0;
}
.lp-pontapass .benefits .step .step-arrow {
    display: flex;
}
.lp-pontapass .coupon {
    padding: 80px 0;
    background: url(/stcontents/img/sub-page/lp/pontapass/now-bg.jpg);
    background-size: cover;
    margin-bottom: 80px;
}
.lp-pontapass .coupon .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
.lp-pontapass .coupon .box > div {
    font-weight: bold;
}
.lp-pontapass .coupon .box .left {
    width: 40%;
    background: #fff;
    letter-spacing: 1px;
    font-size: 28px;
    color: #0A0F64;
    padding: 50px 50px;
}
.lp-pontapass .coupon .box .left p {
    text-align: center;
    margin: 40px 0 0;
    line-height: 1;
    font-weight: bold;
}
.lp-pontapass .coupon .box .right {
    width: 60%;
    padding: 20px 30px 12px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
    color: #000;
}
.lp-pontapass .coupon .box .right p.explain {
    font-weight: 400;
}
.lp-pontapass .coupon .box .right p span {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 24px;
}
/* 下部固定ボタン */
.lp-pontapass .footer-fix-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-width: 1px 0px 0px 0px;
    z-index: 2;
}
.lp-pontapass .footer-fix-btn {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.lp-pontapass .footer-fix-btn.active {
    padding: 16px 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.lp-pontapass .footer-fix-btn .btn-text {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    display: flex;
    align-items: center;
}
.lp-pontapass .footer-fix-btn .btn {
    width: 300px;
    height: 56px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}
.lp-pontapass .footer-fix-btn .btn-orange {
    background-color: #EB5505;
    border: none;
}
.lp-pontapass .footer-fix-btn .btn-under-text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #757575;
    margin-top: 6px;
    margin-bottom: 8px;
}
.lp-pontapass .global-footer {
    padding-bottom: 97px;
}
.lp-pontapass .benefits-list > li:not(:last-child) {
    margin-bottom: 40px;
}
.lp-pontapass .benefits-list-label {
    text-align: center;
}
.lp-pontapass .benefits-list-label span {
    padding: 0 16px;
    background-color: #EB5505;
    border-radius: 32px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
}
.lp-pontapass .img-coupon {
    display: block;
    margin: 0 auto;
}
.lp-pontapass .img-santaro {
    width: 200px;
    height: auto;
    margin: 0 auto 8px;
    display: block;
}
.lp-pontapass .benefits-planList-wrap {
    padding: 24px 40px 40px;
}
.lp-pontapass .planList {
    display: flex;
    margin: 0 -16px;
}
.lp-pontapass .planList > li {
    width: calc(100% / 3);
    padding: 0 16px;
}

.lp-pontapass .plan {
    height: 260px;
    position: relative;
}
.lp-pontapass .plan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( rgba(0, 0, 0, 0) 30%, #000 80%);
    opacity: .7;
}
.lp-pontapass .plan-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.lp-pontapass .plan-detail {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
}
.lp-pontapass .plan-detail .info {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.lp-pontapass .plan-detail .grade {
    display: flex;
    margin-right: 4px;
}
.lp-pontapass .plan-detail .grade img {
    height: 20px;
    display: block;
}
.lp-pontapass .plan-detail .grade img:not(:last-child) {
    margin-right: 4px;
}
.lp-pontapass .plan-detail .name {
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    color: #FFFFFF;
    line-height: 1.6;
}
.lp-pontapass .plan-detail .address {
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px #000;
    color: #FFFFFF;
}
.lp-pontapass .footer-fix-btn div.btn-text p {
    font-size: 1.6rem;
    margin-right: 16px;
    font-weight: 900;
}
/* ====== Pontaパス新規入会LP-クーポン案内なし END ====== */


/* ====== Pontaパス新規入会LP-クーポン案内あり(追加) START ====== */
.lp-pontapass .kv-img .btn-coupon-get {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 76px);
}
.lp-pontapass .bg-gray {
    background-color: #ebebeb;
}
.lp-pontapass .img-santaro2 {
    display: block;
    margin: auto;
}
.lp-pontapass .benefits-detail {
    font-size: 1.6rem;
    margin-bottom: 24px;
    text-align: center;
}
.lp-pontapass .services-info {
    font-size: 1.6rem;
    text-align: center;
}
/* ====== Pontaパス新規入会LP-クーポン案内あり(追加) END ====== */


/* ====== 注意事項モーダル（共通） START ====== */
/* モーダルopen時に背景スクロールを防ぐ */
body:has(.h-modal[open]) {
    overflow: hidden;
  }

.lp-pontapass .caution-container a {
    color: #333;
    text-decoration: underline;
}
.lp-pontapass .caution-container a:hover {
    text-decoration: none;
}
.lp-pontapass .caution-container .caution-area {
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    padding: 0;
    top: 0;
}
.lp-pontapass .caution-container .caution-area .caution-icon {
    margin-left: 4px;
    width: 24px;
}
.lp-pontapass .h-modal {
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    box-sizing: border-box;
    max-height: calc(100vh - 80px);
    max-width: 762px;
    padding: 0;
    width: 100%;
  }
  .lp-pontapass .h-modal:focus {
    outline: none;
  }
  .lp-pontapass .h-modal::backdrop {
    background: rgba(198, 198, 198, .7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
  .lp-pontapass .h-modal-close {
    cursor: pointer;
    background: none;
    padding: 0;
    position: fixed;
    right: 48px;
    top: 32px;
    outline: none;
  }
  .lp-pontapass .h-modal-close.h-modal-close-sp {
    display: none;
  }
  .lp-pontapass .h-modal-close img {
    vertical-align: bottom;
  }
  .lp-pontapass .h-modal-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 263px;
    padding: 40px;
  }
  .lp-pontapass .h-modal-content > *:last-child {
    margin-bottom: 0;
  }
  .lp-pontapass .h-modal-title {
    color: #333;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: center;
  }
  .lp-pontapass .h-modal-txt {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 16px;
    text-align: left;
  }
  .lp-pontapass ul.note .caution-container {
    padding-left: inherit;
    text-indent: inherit;
  }
  .lp-pontapass ul.note .caution-container a {
    color: #757575;
  }
  .lp-pontapass ul.note .caution-container .caution-area .caution-icon {
    width: 20px;
  }
/* ====== 注意事項モーダル（共通） END ====== */


@media screen and (min-width: 768px) and (max-width: 1120px) {
    .lp-pontapass .wrap2 {
        max-width: 960px;
    }
    .lp-pontapass .lead .wrap2,
    .lp-pontapass .campaign .wrap2,
    .lp-pontapass .services .wrap2,
    .lp-pontapass .benefits .wrap2 {
        padding: 0 16px;
    }
    .lp-pontapass .lead {
        margin-bottom: 40px;
    }
    .lp-pontapass .lead .c-card-icon-list {
        justify-content: space-between;
        margin: 0 auto;
    }
    .lp-pontapass .lead .c-card-icon-list li {
        margin-right: 0px;
    }
    .lp-pontapass .c-card-icon-list .icon-list-01 {
        width: 290px;
    }
    .lp-pontapass .c-card-icon-list .icon-list-02 {
        width: 250px;
    }
    .lp-pontapass .c-card-icon-list .icon-list-03 {
        width: auto;
    }
    .lp-pontapass .c-card-icon-list .lead-text {
        font-size: 1.8rem;
        line-height: 3.6rem;
    }
    .lp-pontapass .services {
        margin-bottom: 40px;
    }
    .lp-pontapass .services .col3-box > div {
        width: 100%;
        margin-bottom: 0;
    }
    .lp-pontapass .services .col3-box > div:last-child {
        margin-bottom: 0;
    }
    .lp-pontapass .services .col3-box > div .text {
        padding: 16px 16px 0;
    }
    .lp-pontapass .benefits .step {
        display: block;
    }
    .lp-pontapass .benefits .step .step-box {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .lp-pontapass .benefits .step .step-arrow {
        display: flex;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lp-pontapass .benefits .step .step-arrow img {
        transform: rotate(90deg);
    }

    .lp-pontapass .coupon .box .left {
        padding: 20px;
    }
    .lp-pontapass .coupon .box .left p {
        margin-top: 88px;
    }
    .lp-pontapass .description {
        padding: 40px 16px;
    }
    .lp-pontapass .coupon-cp {
        margin: 0 16px 80px;
    }
}
@media screen and (max-width: 767px) {
    .lp-pontapass .wrap2 {
        padding: 0 16px;
    }
    .lp-pontapass .kv-img {
        background: url(/stcontents/img/sub-page/lp/pontapass/kv-bg-yellow-sp.jpg);
        height: 560px;
        overflow: hidden;
        padding-bottom: 100px;
    }
    .lp-pontapass .kv-img::before {
        background: url(/stcontents/img/sub-page/lp/pontapass/kv-bg-left-yellow-sp.png);
        width: 375px;
        height: 266px;
        max-width: 100%;
        max-height: 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .lp-pontapass .kv-img::after {
        display: none;
    }
    .lp-pontapass .kv-img .text {
        padding: 0 16px;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 40px;
    }
    .lp-pontapass .kv-img .text img {
        display: block;
        width: 100%;
        max-width: 450px;
        margin-bottom: 8px;
    }
    .lp-pontapass .kv-img .text .font-xxxx-large {
        font-size: 2.4rem;
        font-weight: bold;
    }
    .lp-pontapass .kv-img .text .text-main {
        font-size: 4rem;
        font-weight: bold;
        line-height: 4.8rem;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }
    .lp-pontapass .kv-img .text .text-main > span {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    .lp-pontapass .kv-img .text .text-sub {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
    .lp-pontapass .kv-img .text .btn-orange,
    .lp-pontapass .btn-footer.btn-orange {
        width: 100%;
        height: 56px;
        margin-bottom: 8px;
    }
    .lp-pontapass .head h2 {
        font-size: 16px;
    }
    .lp-pontapass .head .smartpassPremiumLogo {
        max-width: 100%;
        width: 268px;
    }
    .lp-pontapass h2 {
        font-size: 2.4rem;
        margin-bottom: 8px;
    }
    .lp-pontapass .border-orange {
        margin: 8px auto 24px;
    }
    .lp-pontapass .description {
        height: auto;
        padding: 24px 16px;
        background-repeat: no-repeat;
    }
    .lp-pontapass .description .inner-box h3 {
        font-size: 20px;
    }
    .lp-pontapass .coupon-cp {
        border: 2px solid #E1E9F8;
        margin: 0 16px 40px;
        padding: 16px;
    }
    .lp-pontapass .coupon-cp .regular {
        font-size: 16px;
    }
    .lp-pontapass .coupon-cp h2 {
        font-size: 16px;
        margin-bottom: 32px;
        letter-spacing: 0.2px;
    }
    .lp-pontapass .coupon-cp h2 span {
        font-size: 20px;
    }
    .lp-pontapass .coupon-cp .date {
        font-size: 16px;
        margin-bottom: 24px;
        display: block;
        text-align: center;
    }
    .lp-pontapass .coupon-cp .date dt {
        margin: 0 auto 8px;
    }
    .lp-pontapass .coupon-cp .date dd {
        width: 100%;
        text-align: center;
    }
    .lp-pontapass .lead {
        margin-bottom: 40px;
    }
    .lp-pontapass .lead .c-card-icon-list {
        display: flex;
        flex-direction: column;
    }
    .lp-pontapass .c-card-icon-list li {
        margin-bottom: 40px;
    }
    .lp-pontapass .c-card-icon-list li:last-child {
        margin-bottom: 0;
    }
    .lp-pontapass .c-card-icon-list .icon-list-01,
    .lp-pontapass .c-card-icon-list .icon-list-02,
    .lp-pontapass .c-card-icon-list .icon-list-03 {
        width: 100%;
        margin-right: 0;
    }
    .lp-pontapass .c-card-icon-list .lead-icon {
        margin: 0 auto 8px;
    }
    .lp-pontapass .c-card-icon-list .lead-text {
        font-size: 2rem;
        line-height: 3.6rem;
        margin-bottom: 4px;
    }
    .lp-pontapass .c-card-icon-list .lead-sub-text {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .lp-pontapass .c-card-icon-list .lead-icon-01 {
        width: 184px;
    }
    .lp-pontapass .c-card-icon-list .lead-icon-02 {
        width: 173px;
    }
    .lp-pontapass .c-card-icon-list .lead-icon-03 {
        width: 215px;
    }
    .lp-pontapass .campaign-detail {
        padding: 16px;
    }
    .lp-pontapass .campaign-detail table {
        margin: 0 auto;
    }
    .lp-pontapass .campaign-detail tr {
        display: block;
        margin-bottom: 24px;
    }
    .lp-pontapass .campaign-detail th {
        justify-content: center;
        padding-right: 0;
    }
    .lp-pontapass .campaign-detail .heading {
        margin-bottom: 8px;
    }
    .lp-pontapass .campaign-detail td {
        justify-content: center;
    }
    .lp-pontapass .campaign-detail td p {
        text-align: center;
    }
    .lp-pontapass .hotel-area {
        overflow-y: scroll;
        margin: 0 -16px;
        padding: 0 8px;
        /* スクロールバーの削除 IE・Microsoft Edge*/
        -ms-overflow-style: none;
        /* スクロールバーの削除 Firefox*/
        scrollbar-width: none;
    }
    .lp-pontapass .hotel-area::-webkit-scrollbar{
        /* スクロールバーの削除 Google Chrome、Safari*/
        display: none;
    }
    .lp-pontapass .benefits-hotel-list.wrap2 {
        padding: 16px 16px 24px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .lp-pontapass .benefits-hotel-list .hotel {
        display: block;
        min-width: 316px;
        padding: 0 8px;
    }
    .lp-pontapass .benefits-hotel-list .hotel:last-child {
        margin-right: 0;
    }
    .lp-pontapass .benefits-hotel-list .hotel .hotel-photo {
        width: auto;
        height: 200px;
    }
    .lp-pontapass .benefits-hotel-list .hotel .hotel-text {
        font-size: 1.4rem;
    }
    .lp-pontapass .benefits-hotel-list .hotel .hotel-name {
        font-size: 1.4rem;
    }
    .lp-pontapass .benefits-hotel-list .hotel .hotel-location {
        margin-bottom: 8px;
        font-size: 1rem;
    }
    .lp-pontapass .services {
        padding: 24px 0 0;
        margin-bottom: 40px;
    }
    .lp-pontapass .services .col3-box {
        display: block;
    }
    .lp-pontapass .services .col3-box > div {
        width: 100%;
        margin-bottom: 32px;
    }
    .lp-pontapass .services .col3-box > div:last-child {
        margin-bottom: 0;
    }
    .lp-pontapass .services .bg-gray ul.note li {
        display: list-item;
        padding-left: 1em;
    }
    .lp-pontapass .benefits .step {
        display: block;
    }
    .lp-pontapass .benefits .step .step-box {
        width: 100%;
        height: auto;
        margin-top: 0;
        padding: 0;
    }
    .lp-pontapass .benefits .step .step-box:not(:last-child) {
        margin-bottom: 24px;
    }
    .lp-pontapass .benefits .step .step-box .step-head,
    .lp-pontapass .benefits .step .step-box:first-child .step-head,
    .lp-pontapass .benefits .step .step-box:last-child .step-head {
        background-color: #EB5505;
        clip-path: none;
        display: inline-block;
        padding: 0 16px;
        border-radius: 32px;
        font-size: 1.6rem;
    }
    .lp-pontapass .benefits .step .step-inner {
        flex-direction: column;
        height: auto;
    }
    .lp-pontapass .benefits .step .step-text {
        margin-bottom: 16px;
    }
    .lp-pontapass .benefits .step .btn-wrap {
        margin-top: 16px;
    }
    .lp-pontapass .benefits .step .btn {
        height: 40px;
        font-size: 1.6rem;
    }
    .lp-pontapass .step .step-img {
        margin-bottom: 8px;
    }
    .lp-pontapass .benefits .step .step-box .text-link {
        margin-top: 16px;
    }
    .lp-pontapass .benefits .step .step-arrow {
        display: flex;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .lp-pontapass .benefits .step .step-arrow img {
        transform: rotate(90deg);
    }
    .lp-pontapass .coupon .box {
        display: block;
    }
    .lp-pontapass .coupon .box p {
        letter-spacing: 0;
    }
    .lp-pontapass .coupon .box .left {
        width: 100%;
        padding: 20px 21px 10px;
    }
    .lp-pontapass .coupon .box .left p {
        font-size: 24px;
        margin: 10px auto 20px;
    }
    .lp-pontapass .coupon .box .right {
        width: 100%;
        padding: 8px 16px 16px;
    }
    .lp-pontapass .footer-fix-btn div.btn-text {
        padding: 0 16px;
        margin: 0;
        width: 100%;
        display: block;
    }
    .lp-pontapass .footer-fix-btn div.btn-text p {
        font-size: 1.4rem;
        margin:0 0 8px;
    }
    .lp-pontapass .footer-fix-btn .btn {
        width: 100%;
    }
    .lp-pontapass .img-coupon {
        width: 284px;
        height: 114px;
    }
    .lp-pontapass .benefits-planList-wrap {
        margin-left: -16px;
        margin-right: -16px;
        padding: 16px 16px 24px;
    }
    .lp-pontapass .planList {
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 8px;
        overflow-x: auto;
        /* スクロールバーの削除 IE・Microsoft Edge*/
        -ms-overflow-style: none;
        /* スクロールバーの削除 Firefox*/
        scrollbar-width: none;
    }
    .lp-pontapass .planList::-webkit-scrollbar{
        /* スクロールバーの削除 Google Chrome、Safari*/
        display: none;
    }
    .lp-pontapass .planList > li {
        min-width: 316px;
        padding: 0 8px;
    }
    .lp-pontapass .plan {
        height: 220px;
    }
    .lp-pontapass .plan-detail .grade img {
        height: 16px;
    }
    .lp-pontapass .plan-detail .name {
        font-size: 1.4rem;
    }
    .lp-pontapass .plan-detail .address {
        font-size: 1rem;
    }
    .lp-pontapass .font-x-large {
        font-size: 1.4rem;
    }
    .lp-pontapass .footer-fix-btn.active {
        padding: 8px 0 24px;
    }

    /* ====== Pontaパス新規入会LP-クーポン案内あり(追加) START ====== */
    .lp-pontapass .kv-img .btn-coupon-get {
        top: auto;
        bottom: 50%;
        transform: translate(-50%, 126px);
        width: 66vw;
        height: 11vw;
    }
    .lp-pontapass .benefits-detail {
        font-size: 1.4rem;
    }
    .lp-pontapass .ponta-info ul.note {
        letter-spacing: 0;
        text-align: left;
    }
    /* ====== Pontaパス新規入会LP-クーポン案内あり(追加) END ====== */

    /* ====== 注意事項モーダル（共通） START ====== */
    .lp-pontapass .h-modal {
        border-radius: 0;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        overflow: unset;
      }
      .lp-pontapass .h-modal.h-modal-sp-bottom {
        border-radius: 24px 24px 0 0;
        height: fit-content;
        margin-bottom: 0;
      }
      .lp-pontapass .h-modal-close {
        bottom: 8px;
        left: 50%;
        right: auto;
        top: auto;
        transform: translateX(-50%);
      }
      .lp-pontapass .h-modal-close.h-modal-close-pc {
        display: none;
      }
      .lp-pontapass .h-modal-close.h-modal-close-sp {
        display: block;
      }
      .lp-pontapass .h-modal-container {
        min-height: auto;
        padding: 24px 16px 80px;
      }
      .lp-pontapass .h-modal-content > *:last-child {
        margin-bottom: 22px;
      }
      .lp-pontapass .h-modal-txt {
        font-size: 1.4rem;
      }
    /* ====== 注意事項モーダル（共通） END ====== */
}
@media screen and (max-width: 360px) {
    .lp-pontapass .kv-img .btn-coupon-get {
        height: 10vw;
        font-size: 14px;
    }
}
@media screen and (max-width: 820px) {
    .lp-pontapass .img-santaro2 {
        width: 100%;
    }
}