.pager-r {
    margin-right: auto;
}
.pager-l {
    margin-left: auto;
}

.no-pointer {
    cursor: default; /* マウスホバー時、通常時の矢印(➚)の形にする */
}

.no-ticket-brown {
    color: #8a4a2e;
    font-weight: bold;
    padding: 50px 0 24px;
    text-align: center;
}

.no-ticket-white {
    color: #fff;
    font-weight: bold;
    padding: 50px 0 24px;
    text-align: center;
}

.used-ticket {
    color: #4d5f80;
    padding: 24px 0 24px;
    text-align: center;
    font-weight: 600;
    font-size: clamp(17.06667px, calc(20 / 375 * 100vw), 20px);
}

/* 返礼品がない場合 */
#no-item .comment {
    color: #fff;
    padding: 7rem 1rem;
    border-radius: 5px;
}

.txt-center {
    text-align: center !important;
}
.bold {
    font-weight: bold;
}

.error {
    font-size: 1.4rem;
    color: #fa4332;
}

.error-message {
    margin: 2rem 2rem;
    padding: 0.8rem 1.3rem;
    border: 2px solid #fa4332;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fa4332;
    line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
    .error-message {
        padding: 1.8rem 4.8rem;
        font-size: 1.6rem;
    }
}

.error-message p {
    margin: 1.5rem 0;
}

.error-message ul,
.error-message ol {
    margin: 1.5rem 0;
}

.error-message ul > li,
.error-message ol > li {
    margin-left: 1.5em;
}

.error-message ul > li::before,
.error-message ol > li::before {
    display: inline-block;
    margin-left: -1.5em;
    width: 1.5em;
}

.error-message ul > li::before {
    content: "●";
}

.error-message ol {
    counter-reset: decimal-cnt;
}

.error-message ol > li {
    counter-increment: decimal-cnt;
}

.error-message ol > li::before {
    content: counter(decimal-cnt) ".";
}

/**************************************************
		credit
**************************************************/
.credit_txt01 {
    margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
    .credit_txt01 {
        margin-bottom: 3.5rem;
        text-align: center;
    }
}
.credit_txt02 {
    margin-bottom: 2.5rem;
}
.credit_txt03 {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ca3c25;
}
@media print, screen and (min-width: 768px) {
    .credit_txt03 {
        font-size: 2rem;
        text-align: center;
    }
}
.credit_box01 {
    padding: 3rem 2rem;
}
@media print, screen and (min-width: 768px) {
    .credit_box01 {
        padding: 5rem 10rem;
    }
}
.credit_box02 {
    margin-top: 1.5rem;
}
@media print, screen and (min-width: 768px) {
    .credit_box02 {
        padding: 2.5rem 6rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
    .credit_box02 {
        padding: 2.5rem 3rem;
    }
}
.credit_list01 {
    margin-bottom: 2.5rem;
    line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
    .credit_list01 {
        display: flex;
        margin: 0 -3rem 2.5rem -3rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
    .credit_list01 {
        margin: 0 -2rem 2.5rem -2rem;
    }
}
.credit_list01 > li {
    margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
    .credit_list01 > li {
        margin: 0 3rem;
        width: calc(50% - 6rem - 0.1px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
    .credit_list01 > li {
        margin: 0 2rem;
        width: calc(50% - 4rem - 0.1px);
    }
}
.credit_list01_ttl {
    margin: 0 -0.5em 0.5rem -0.5em;
    font-size: 1.4rem;
    color: #55909c;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .credit_list01_ttl {
        font-size: 1.6rem;
    }
}
.credit_list01_ttl::before {
    content: "【";
}
.credit_list01_ttl::after {
    content: "】";
}
.credit_list01_txt {
    margin-bottom: 1rem;
    font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
    .credit_list01_txt {
        font-size: 1.4rem;
    }
}
.credit_btn01 {
    margin-top: 3rem;
}

.m-box02.is-gray {
    background-color: #f2f1f0;
}

.m-box02 {
    position: relative;
    padding: 2rem;
    background: #fff;
}

@media print, screen and (min-width: 768px) {
    .m-box02 {
        padding: 2rem 3rem;
    }
}

.card_img {
    border: 0;
    max-width: 100%;
    height: auto;
    line-height: 0;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
    box-sizing: content-box;
}

.mt0 {
    margin-top: 0 !important;
}

.optin_mt {
    margin-top: 8px !important;
}

.zip_mt {
    margin-top: 3px;
}

.under_line {
    text-decoration: underline;
}

ol.c-list.-donate li a:before {
    content: none;
}

.card_list {
    display: flex;
}

.card_list .card_img {
    width: 31px;
}

@media screen and (max-width: 480px) {
    .business-hours {
        font-size: 70% !important;
    }
}

.black-txt {
    color: #000;
}

.custom-contact {
    margin-top: 40px;
    background-color: #f6e7d2;
    padding: 20px;
    color: #333333;
}

.custom-contact a {
    text-decoration: underline;
}

.c-input_text input[type="password"].error {
    background-color: #ffe6e6;
    border-color: #f24e18;
}

.c-input_text input[type="password"][size] {
    display: inline-block;
    width: auto;
}

.c-input_text input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    display: block;
    font-size: clamp(13.65333px, calc(16 / 375 * 100vw), 16px);
    height: 54px;
    min-width: 120px;
    overflow: hidden;
    padding: 0 14px;
    width: 100%;
}

.privacy_title {
    text-align: center;
    font-size: clamp(20.48px, calc(24 / 375 * 100vw), 24px);
    font-weight: bold;
    margin-top: 45px !important;
}

.p-law ol.-lv4 li {
    padding-left: 1.6em;
    position: relative;
}

.p-law ol.-lv4 li::before {
    content: attr(data-bullet);
    left: 0;
    position: absolute;
}

.city_notice {
    background-color: #f6e7d2;
    padding: 14px 25px 14px 25px;
    max-width: 1000px;
    word-break: break-all;
}

@media screen and (min-width: 1040px) {
    .city_notice {
        margin: 20px auto 30px auto;
    }
}

@media screen and (max-width: 1039px) {
    .city_notice {
        margin: 20px 20px 30px 20px;
    }
}

.city_notice-head {
    font-size: 20px;
    color: #8a4a2e;
    font-weight: bold;
    padding: 0;
    text-align: center;
}

.city_notice-text {
    margin-top: 16px;
    line-height: 2.3rem;
    font-size: clamp(11.94667px, calc(14 / 375 * 100vw), 14px);
}

.c-box.-terms .alert-list dd {
    font-size: clamp(11.94667px, calc(14 / 375* 100vw), 14px);
    line-height: 1.42857143;
    color: #000;
}

.c-box.-terms .alert-list dt {
    font-size: clamp(11.94667px, calc(14 / 375* 100vw), 14px);
    line-height: 1.42857143;
    color: #000;
}

.c-box.-terms .alert-list dd + * {
    margin-top: 16px;
}

.alert-txt {
    margin-top: 3px;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.42857143;
}

.secure-alert {
    margin-top:18px;
    font-size: clamp(11.94667px, calc(14 / 375* 100vw), 6px)!important;
    text-indent: -1em;
    padding-left: 1em;
}