html, body, * {
    -webkit-tap-highlight-color: transparent !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    max-height: 100%;
}
ul {
    list-style-type: none;
}

.mt-8 {
    margin-top: 8px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-8 {
    margin-left: 8px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-bold {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    background-color: #fff;
    color: #333333;
    font-size: 12px;
    line-height: unset !important;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FAFAFA;
    z-index: 99;
}
.header__content {
    position: relative;
}
.header__back {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    height: 100%;
    padding: 0 17px;
    align-items: center;
    justify-content: center;
}
.header__back__link {

}
.header__back__img {
    height: 21px;
}

.header__logo {
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__logo__img {
    height: 66px;
}

.point__wrapper {
    width: 100%;
    /*height: 88px;*/
    height: 146px;
    padding: 0 22px;
    background-color: #FAFAFA;
    max-width: 640px;
    margin: 0 auto;
    border-bottom: 1px solid rgb(239, 239, 239);
}
.point__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    background-color: #fff;
    border-radius: 19px;
}
.point {
    display: flex;
    align-items: center;
}
.point__img {
    width: 25px;
}
.point__number {
    margin-left: 6px;
    font-size: 18px;
    font-weight: bold;
}
.point__number--large {
    margin-left: 9px;
    font-size: 40px;
    font-weight: 400 !important;
}
.point__number--medium {
    font-size: 30px;
}
.point__number--red {
    color: #FF5843;
}

.point__expired {
    text-align: center;
}
.point__expired__label {
    color: #899395;
    font-size: 12px;
    margin-top: 15px;
    font-weight: bold;
}
.point__expired__time {
    color: #3B6069;
    font-size: 16px;
    font-weight: bold;
}

.main {
    max-width: 640px;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 72px;
}
.main--point {
    /*padding-top: 160px;*/
    padding-top: 218px;
}

.main__content {
    padding: 22px;
    /** Header: 72px, Footer: 238px, Nav: 60px, **/
    min-height: calc(100vh - 72px - 197px - 60px);
}
.main--point .main__content {
    /** Header: 160px, Footer: 238px, Nav: 60px, **/
    /*min-height: calc(100vh - 160px - 238px - 60px);*/
    min-height: calc(100vh - 218px - 270px - 140px);
}

.footer {
    text-align: center;
    padding: 80px 0 20px;
}

.footer__inquiry {
    text-align: center;
}
.footer__inquiry__link {
    background-color: #000000;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    /*padding: 15px 0;*/
    width: 246px;
    height: 54px;
    line-height: 54px;
    max-width: 98%;
    display: block;
    margin: 0 auto;
}

.footer__link__list {
    margin-top: 20px;
}
.footer__link__item {
    color: #999999;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.footer__copyright {
    color: #999999CC;
    font-size: 10px;
    line-height: 16px;
    margin-top: 30px;
}

.nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    z-index: 99;
    display: flex;
    align-items: center;
}
.nav__list {
    display: flex;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.nav__item {
    width: 33%;
    font-size: 0;
}
.nav__item:nth-child(2) {
    width: 34%;
}
.nav__item__link {
    text-decoration: none;
    color: #333333;
    display: block;
    text-align: center;
}
.nav__item__img {
    height: 24px;
}
.nav__item__text {
    display: block;
    font-size: 12px;
}

/** show **/
.heading {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}
.expired__container {
    min-height: inherit;
    height: 100%;
    display: flex;
    /*align-items: center;*/
    margin-top: 30px;
}
.expired__content {
    width: 100%;
}
.expired__heading {
    margin-top: 0;
    color: #FF5843;
    position: relative;
}

.expired__heading:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 8px);
    height: 1px;
    width: 100%;
    max-width: 150px;
    background-color: #FF5843;
}

.expired__message {
    /*max-width: 280px;*/
    max-width: calc(100% - 26px);
    margin: 30px auto 0;
    font-size: 14px;
}

.product__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
    /*justify-content: flex-start;*/
    /*align-items: stretch;*/
}
.product__item {
    width: calc(50% - 8px);
    margin-top: 20px;
    box-sizing: border-box;
}
.product__item.hide {
    display: none;
}

.product__item__link {
    text-decoration: none;
    color: #333333;
    display: block;
    border-radius: 16px;
    border: 1px solid #fafafa;
    overflow: hidden;
    box-shadow: 0px 0px 6px #0000001A;
}
.product__item__wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    background-color: #FAFAFA;
}
.product__item__top {
    width: 100%;
}
.product__item__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: auto;
}

.product__item__image {
    aspect-ratio: 1;
    background: #fff;
    font-size: 0;
    text-align: center;
}
.product__item__image > img {
    /*border-radius: 16px 16px 0 0;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product__item__content {
    padding: 14px;
    /*border-radius: 0 0 20px 20px;*/
}
.product__item__name {
    font-size: 11px;
    padding: 11px;
}
.product__item__point {
    /*margin-top: 8px;*/
    padding: 0 11px 11px;
}

/** exchange **/
.card {
    box-shadow: 0px 0px 6px #00000014;
    border-radius: 16px;
    padding: 30px;
}
.card-body {}

.exchange {
}
.exchange__buttons {
    margin-top: 20px;
}
.exchangeBtn {}
.exchangeBtn:disabled {
    background: #E7F2F4;
}

.exchangeBtn__ng {
    display: none;
}
.exchangeBtn__ng__content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.exchangeBtn__ng__img {
    height: 20px;
}
.exchangeBtn__ng__text {
    font-size: 17px;
    margin-left: 8px;
    color: #97BBC3;
}
.exchangeBtn__ok {
    display: block;
}

.product__img {
    text-align: center;
}
.product__type {
    color: #999999;
    font-size: 12px;
}
.product__name {
    font-size: 16px;
    font-weight: bold;
}

.btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    height: 60px;
    font-size: 18px;
    border: none;
    font-family: inherit;
}
.btn-primary {
    background: #3F8895;
    color: #fff;
    font-family: inherit;
}
.btn-secondary {
    background: #F8F8F8;
    color: #287281;
}
.coupon-description {
    margin-top: 26px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 11px;
    color: #999999;
    max-height: 134px;
    overflow-y: scroll;
}
.product-description {
    margin-top: 13px;
    font-weight: 400;
    font-size: 11px;
    max-height: 235px;
    overflow-y: scroll;
}
.description-content {
    overflow-wrap: anywhere;
    word-break: break-word;
    padding-right: 5px
}

/** Exchange confirm **/
.exchange__form {
    background: #F7F7F7;
    border-radius: 16px;
    padding: 19px 19px 14px;
    height: auto;
    margin-top: 5px;
}
.exchange__form__product {
    width: 100%;
    display: flex;
}
.exchange__form__product__left {
    width: 95px;
    margin-right: 17px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.exchange__form__product__img {

}
.exchange__form__quantity {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 22px;
    font-size: 0;
}
.exchange__form__quantity__img {
    width: 20px;
}
.exchange__form__quantity__label {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 41px;
    font-size: 10px;
    font-weight: bold;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 6px;
    gap: 13px;
}
.exchange__form__quantity__number {
    font-size: 12px;
}
.point_remain {
    gap: 0 !important;
}
.point__number__remain {
    margin-left: 4px !important;
}
.exchange .card__confirm .point__img__remain {
    width: 17px !important;
    height: 17px !important;
}

/** Modal **/
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.show {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}
.modal.show {
    display: block;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;

    position: relative;
    width: auto;
    pointer-events: none;
}
.modal-dialog:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 46px);
    max-width: 594px;
    margin: 0 auto;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 16px;
    outline: 0;
    padding: 25px;
}
.modal-header {
    font-size: 20px;
    font-weight: bold;
}
.modal-body {
    margin-top: 16px;
}
.modal__title {
    display: flex;
    align-items: center;
}
.modal__title__text {
    margin-left: 10px;
}
.modal__desc {
    font-size: 14px;
}
.modal__closeBtn {
    max-width: 160px;
    margin: 21px auto 0;
    height: 50px;
}

/** Exchange complete **/
.gift {
    background: #F7F7F7;
    border-radius: 64px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 40px;
}
.gift__img {
    margin-top: -16px;
}

/** Use **/
.use__list {}
.use__item {
    width: 100%;
    margin-top: 30px;
}
.use__item__link {
    text-decoration: none;
    display: block;
    color: #333;
    box-shadow: 0 0 4px #00000014;
    border-radius: 16px;
    overflow: hidden;
}
.use__item__image {
    text-align: center;
    background-color: #fff;
}
.use__item__img {}

.use__item__content {
    padding: 8px 0 3px 10px;
    font-weight: 700;
    position: relative;
}
.use__item__content:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 0;
    width: 15px;
    height: 100%;
    background: transparent url("../img/yaji2_orange.svg") no-repeat scroll center center;
    background-size: 8px 12px;
}
.use__item__type {
    color: #999999;
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: bold;
}
.use__item__name {
    font-size: 15px;
    max-width: calc(100% - 30px);
    font-weight: bold;
    color: #333333;
}
.use__item__expired {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 0;
    margin-top: 10px;
}
.use__item__expired__text {
    font-size: 12px;
    margin-left: 8px;
}

.iconBox {
    background: #FAFAFA;
    border-radius: 64px;
    padding: 0 22px;
}
.iconBox__content {
    text-align: center;
    padding: 20px 0;
}
.iconBox__img {
}
.iconBox__text {
    font-size: 14px;
    margin-top: 22px;
    color: #666666;
}

/** Histories **/
.history__list {}
.history__item {
    background: #F7F7F7;
    border-radius: 16px;
    margin-top: 20px;
    padding: 13px 17px;
    font-weight: bold;
}
.history__item__time {
    color: #999999;
}
.history__item__text {
    font-size: 16px;
    margin-top: 7px;
}

/** Use detail **/
.product_title{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.product_image {
    margin-top: 10px;
    text-align: center;
}
.sbg_desc {
    font-size: 16px;
}

/* ===========================================
product_ticketing_area
 =========================================== */
.product_ticketing{
    background: #fff;
    border: solid 1px #333;
    margin: 10px auto;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 420px;
}
/* 利用期限の枠丸角にしたい場合はこちらをご使用ください */
.product_ticketing_radius{
    background: #fff;
    border: solid 1px #333;
    margin: 10px auto;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    max-width: 420px;
    border-radius: 3px;
}
.product_ticketing_title{
    font-size: 11px;
    letter-spacing: 0.05em;
    /*padding: 2px 0;*/
    line-height: 24px;
    height: 24px;
    margin: 0;
    text-align: center;
    width: 30%;
    background: #333;
    color: #fff;
    font-weight: 300;
}
.product_ticketing_text{
    margin: 2px auto;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #EF2362;
}
.product_ticketing_text span{
    color: #ED3C3C;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}
.product_ticketing_attention{
    font-size: 14px;
}

/* ===========================================
 descriptions
 =========================================== */
.exchange_memo_title{
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 6px 0;
    border-top: 1px solid #c1c1c1;
    border-bottom:  1px solid #c1c1c1;
}
.exchange_memo_title:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 21px;
    background-image: url(../img/icon_ticketing_title.png);
    background-size: cover;
    margin-right: 6px;
    vertical-align: top;
}

.exchange_memo_body {
    font-size: 16px;
    font-weight: 300;
}

/*product code*/
.product_code{
    background: #fff;
    border: solid 1px #333;
    max-width: 420px;
    width: 100%;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
}
.product_code_title{
    font-size: 16px;
    color: #fff;
    background: #333;
    padding: 5px 0;
    text-align: center;
}
.product_code_text{
    font-size: 18px;
    margin: 15px 0;
    text-align: center;
}

.product_code_notice {
    font-size: 16px !important;
    text-align: center;
    color: #EF2362;
    font-weight: bold;
}

.point__img__show {
    height: 25px;
    background-image: url(../img/point.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.exchangeBtn__ng__img__show {
    height: 20px;
    width: 20px;
    background-image: url(../img/info_gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.gift__img__show {
    height: 185.45px;
    background-image: url(../img/gift.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(-16px);
}

.note__img__show {
    margin: 0 auto !important;
    margin-top: -38px !important;
    height: 112.84px;
    background-image: url(../img/note.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.use__item__expired__img__show {
    height: 16px;
    width: 16px;
    background-image: url(../img/clock.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*button reload*/
.smc-gift-header__refresh {
    border: none;
    outline: none;
    box-shadow: none;
    background: white;
    position: relative;
}

.smc-gift-header__refresh {
    z-index: 2;
    margin-left: auto;
}

.smc-gift-header__refresh-center {
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 9.5px;
}

.smc-gift-header__refresh {
    background: #FF5843;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Noto Sans, sans-serif;
    padding: 4px 16px 4.7px 5.1px;
}

.smc-gift-header__refresh-center img {
    height: 25px !important;
}

.refresh__text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    white-space: nowrap;
}

.warning-max-quantity {
    color: #FF5943;
    text-align: right;
    padding-top: 7px;
    font-size: 9px;
}

/*--- Coupon Detail ---*/
.product_ticketing_text {
    display: flex;
    align-items: center;
    white-space: nowrap !important;
}
.product_ticketing_title {
    height: 100% !important;
}
#main {
    margin-top: 0 !important;
}
#main:first-child {
    padding-top: 0 !important;
}
.product_code {
    margin: 0 auto !important;
}
.product_ticketing {
    margin: 0 auto !important;
}

/** EXCHANGE_CONFIRM **/
.exchange__form__input {
    margin-top: 15px;
}
.exchange__form__input__label {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
}
.exchange__form__input__container {
    padding: 16px 30px 0;
}
.exchange__form__input__number {
    text-align: center;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 6px #00000029;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 0 9px;
    width: 100%;
}
.exchange__form__input__unit {
    display: block;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
}

.exchange__notice {
    margin-top: 26px;
    background-color: #FFF2F0;
    border-radius: 16px;
    color: #ED3C3C;
    font-size: 14px;
    padding: 15px 10px;
}

.exchange__form__input__container.show-error .exchange__form__input__error {
    display: block;
}

.exchange__form__input__container.show-error input {
    border: 1px solid #ED3C3C;
}

.exchange__form__input__error {
    display: none;
}

/*--- Agreement ---*/
.agreement-main {
    max-width: 640px;
    margin: 0 auto;
}
.agreement-main .main__content {
    min-height: 200px;
    padding: 16px 22px 0 22px !important;
}
.agreement-gift-header {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.agreement-gift-icon {
    width: 100%;
    max-width: 375px;
}
.agreement-gift-title {
    font-size: 1.6em;
    font-weight: bold;
    color: #ff5a5a;
}
.agreement-gift-warning {
    color: #ff5a5a;
    font-size: 22px;
    font-weight: 700;
    margin-top: -12px;
    margin-bottom: 17px;
}
.agreement-gift-list {
    color: #333333;
    text-align: left;
    font-weight: 300;
}
.agreement-gift-list li {
    margin-bottom: 6px;
    line-height: 1.5;
}
.agreement-gift-checkbox {
    margin: 15px 0;
    font-size: 12px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.agreement-gift-checkbox label a {
    color: #FF5843;
    text-decoration: underline;
}
.agreement-gift-submit-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.08);
    padding: 18px 22px;
    z-index: 1000;
    display: flex;
    justify-content: center;
}
.agreement-gift-submit {
    max-width: 640px;
    width: 100%;
    height: 60px;
    background: #CBCBCB;
    color: #FFFFFF;
    border: none;
    border-radius: 30px;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    font-family: Noto Sans, sans-serif !important;
}
.agreement-gift-contact {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 1em;
    margin-bottom: 18px;
    cursor: pointer;
}

.agreement-gift-checkbox .custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.agreement-gift-checkbox .custom-checkbox:checked::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.agreement-gift-checkbox .custom-checkbox:checked {
    background-color: #999;
}

.agreement-gift-header p {
    width: 80%;
    max-width: 300px;
    background: #ff5943;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    border-radius: 9999px;
    padding: 7px 0 6px;
}

.agreement-page .footer {
    margin-top: auto;
    padding: 68px 0 111px 0;
}

/*--- Footer ---*/
.footer {
    padding: 68px 0 15px 0;
}
.footer__inquiry__link {
    font-weight: 700;
}
.footer__link__list {
    margin-top: 22px;
    font-weight: 300;
}

.gift-footer {
    text-align: center;
    font-size: 0.85em;
    color: #aaa;
}
.gift-footer a {
    color: #888;
    margin: 0 4px;
    text-decoration: underline;
}
.gift-copyright {
    margin-top: 8px;
    font-size: 0.8em;
}

/*--- Use - Index ---*/
.use__item__content {
    width: 100%;
    color: #999999;
}
.used-status {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 1;
    height: 51px;
}
.used-status span {
    font-weight: 700;
    font-size: 14px;
    color: #999999;
}
.used-status {
    background-color: #F7F7F7;
}
.used-status .checkbox-label input[type="checkbox"] {
    appearance: none;
    width: 23px;
    height: 23px;
    border-radius: 3px;
    border: 2px solid #999999;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: white;
}
.used-status .checkbox-label input[type="checkbox"]:checked {
    border: 1px solid #9ca3af;
    background-color: #999999;
}
.used-status .checkbox-label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.product__item_use {
    display: flex;
    width: 100%;
    margin-top: 0;
    padding: 4px 0 3px 3px;
    /*height: 113px;*/
}

.use__item.exchanged .use__item__name {
    color: #999999 !important;
}
.use__item.exchanged .used-status {
    background-color: #CBCBCB !important;
}
.use__item.exchanged .use__item__content:after {
    background: transparent url(../img/yaji2.svg) no-repeat scroll center center;
}

.line__dash {
    /*height: 91px;*/
    margin-top: 6px;
    margin-bottom: 8px;
    border-left: 2.66px solid transparent;
    background:
            linear-gradient(white, white) padding-box,
            repeating-linear-gradient(
                    to bottom,
                    #F2F2F2 0,
                    #F2F2F2 10px,
                    transparent 15px,
                    transparent 20px
            ) border-box;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-size: 40px;
}

.use__item__expired {
    margin-top: 6px;
}
.use__item__image {
    margin: auto 0;
    max-width: 106px;
    min-width: 106px;
    max-height: 106px;
}

.use__item__image img {
  padding: 2px;
  max-height: 106px;
}

/*Terms*/
.terms__main__content p {
    line-height: 1.7;
}

.terms-button-submit {
    background: #3F8895;
}
.terms_title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.agreement-main {
    font-weight: 400;
}
.terms-list {
    margin-bottom: 0;
}
.terms-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.08);
    padding: 18px 22px;
    z-index: 1000;
    display: flex;
    justify-content: center;
}
.terms-button-submit {
    display: flex;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    height: 60px;
    background: #3F8895;
    color: #FFFFFF;
    border: none;
    border-radius: 30px;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    font-family: Noto Sans, sans-serif !important;
}

.point-terms-header {
    text-align: center;
    margin-bottom: 50px;
}

.point-terms-header img {
    width: 70%;
    max-width: 250px;
}

.point-terms-header p {
    width: 90%;
    max-width: 330px;
    background: #ff5943;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 9999px;
    line-height: 1;
    padding: 7px 0;
    text-align: center;
    margin: -5px auto 0;
}

.exchange__guide {
    margin-top: 10px;
    background-color: #FAFAFA;
    border-radius: 16px;
    color: #444444;
    font-size: 12px;
    padding: 15px 9px;
    font-weight: 400;
    line-height: 19px;
}

.exchange__guide .p {
    margin-bottom: 11px;
}

.exchange__guide .p11 {
    margin-bottom: 0;
}

#exchange__slide.slide-normal {
    display: grid;
    gap: 2px;
}

#exchange__slide .items {
    position: relative;
    background-color: #ffffff;
    padding: 10px 15px 15px 15px;
    border-radius: 5px;
    margin: 0 1px;
}

#exchange__slide .slick-slide.slick-active.slick-center,
#exchange__slide .items.active {
    color: #FF5843;
}

#exchange__slide .slick-slide.slick-active.slick-center:before,
#exchange__slide .items.active:before {
    content: '';
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FF5843;
    border-radius: 5px;
}

#exchange__slide .slick-slide.slick-active.slick-center:after,
#exchange__slide .items.active:after {
    content: '';
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #FF5843;
    opacity: 9.6%;
}

#exchange__slide .badge {
    font-size: 7px;
    background-color: #FF5843;
    max-width: 51px;
    color: #ffffff;
    border-radius: 20px;
    margin: 0 auto 0 auto;
    opacity: 0;
}

#exchange__slide .slick-slide.slick-active.slick-center .badge,
#exchange__slide .items.active .badge{
    opacity: 1;
}

#exchange__slide .slick-dots,
.slick-tmp-dots {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    justify-content: center;
}

#exchange__slide .slick-dots li,
.slick-tmp-dots li {
    width: 10px;
    height: 10px;
    background-color: #CBCBCB;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #F7F7F7;
}

#exchange__slide .slick-dots li.slick-active,
.slick-tmp-dots li.active {
    background-color: #FF5843;
    border: 2px solid #FF5843;
}

#exchange__slide .slick-dots li button {
    display: none;
}

#exchange__slide .point__slide__box_info .point_number {
    font-size: 11px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#exchange__slide .point__slide__box_info .point_text {
    font-size: 10px;
}

@media (max-width: 440px) {
    #exchange__slide .point__slide__box_info {
        padding: 5px;
    }

    #exchange__slide .badge {
        font-size: 5px;
        line-height: 1;
        padding: 2px 0;
    }

    #exchange__slide .point__slide__box_info .point_number {
        font-size: 2.5vw;
    }

    #exchange__slide .point__slide__box_info .point_text {
        font-size: 2.2vw;
    }
}

/** CATEGORY **/
.category__container {
    margin-top: 16px;
    position: relative;
}
.category__selected {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    min-height: 38px;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding: 5px 35px 5px 10px;
    cursor: pointer;
    background: #fff;
    position: relative;
}
.category__selected.empty:before {
    content: "カテゴリを選択";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category__selected::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #717272;
    border-bottom: 1px solid #717272;
    transform: translateY(-75%) rotate(45deg); /* chevron down */
    transition: transform 0.2s ease;
    pointer-events: none;
}
.category__selected.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.category__selected.open::after {
    transform: translateY(-25%) rotate(-135deg); /* chevron up */
}
.category__selected__item {
    background-color: rgba(255, 88, 67, 0.09);
    padding: 2px 0 2px 4px;
    border-radius: 1px;
    display: flex;
    align-items: center;
}
.category__selected__item .label {
    word-break: break-all;
    width: 100%;
}
.category__selected__item .remove {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    padding: 0 4px;
}
.category__selected__item .remove:before {
    content: '×';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D1B4B2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    border: 1px solid #CBCBCB;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    word-break: break-all;
}
.category__item {
    padding: 10px 12px;
    cursor: pointer;
}
.category__noOptions {
    display: none;
    text-align: center;
    cursor: auto;
    padding: 10px 12px;
}
.category__item:hover {
    background-color: rgba(255, 88, 67, 0.09);
}

.exchange__rate__notice {
    font-size: 12px;
    line-height: 17px;
    margin-top: 13px;
}


/*--- Footer ---*/
.footer-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    padding: 20px;
    background-color: white;
    margin: 0 auto;
    font-family: Hiragino Kaku Gothic Pro, sans-serif;
}
.footer-title {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 14px;
    color: #333333;
}
.footer-button {
    margin: 0 auto;
    width: 240px;
    height: 44px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.footer-button i {
    margin-right: 12px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/ic_mail.svg") no-repeat center center;
    background-size: contain;
}
.footer-time {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-weight: 300;
}
.footer-links {
    font-size: 12px;
    color: #999999;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-bottom: 17px;
}
.footer-copyright {
    font-size: 10px;
    color: #999999CC;
}

.main__content:has(#exchangeWaiting) {
    position: relative;
}

#exchangeWaiting {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 98;
}

#exchangeWaiting.hidden {
    display: none;
}

#exchangeFrm.hidden {
    display: none;
}

.spin_img {
    background-image: url(../img/loading.svg);
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
}

.spin {
    animation: spin 5s linear infinite;
    transform-origin: center center;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal__confirmBtn {
    max-width: 160px;
    margin: 21px auto 0;
    height: 50px;
}

#pointConfirmModal .modal__footer {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

#pointConfirmModal .modal__footer .btn {
    margin: 0;
}

.main--point .main__content:has(.exchange_list) {
    min-height: calc(100vh - 500px);
}

.product__price__show {
    color: #3F8895;
    font-size: 18px;
    align-items: baseline;
}

.spin__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.waiting__moment {
    font-size: 15px;
    color: #FF5843;
    width: 100%;
    margin-top: 15px;
}

.product_ticketing_text.text_end_date {
    color: #ED3C3C !important;
}

.product_ticketing_text span {
    font-weight: 600;
    color: #ED3C3C !important;
}

.text_end_to {
    font-weight: 300 !important;
    font-size: 12px !important;
}

/*NTTCS*/
.nttcs_container {
    margin-top: -6px;
    margin-bottom: -6px;
}
.nttcs_mngo {
    margin-bottom: 6px !important;
}
.nttcs_code {
    margin-bottom: 24px !important;
}
.nttcs_start {
    margin-bottom: 8px !important;
}
.nttcs_end {
    margin-bottom: 24px !important;
}

/*LawsonBarcode*/
.product_code_container .barcode__show {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product_code_container .barcode__show div {
    font-size: 16px;
    font-weight: 300;
}

/*QuoApi*/
.product_code_container--43 {
    gap: 0;
    padding-bottom: 40px;
}
.product_code_container--43 .precaution_text {
    padding-bottom: 20px;
}

/*LawsonShopping*/
.product_code_container--112 {
    gap: 20px;
}

/*SevenEleven*/
.product_code_container--114 .product_btn a,
/*FamiUrl*/
.product_code_container--61 .product_code_area a,
/*SBGift*/
.product_code_container--104 .product_btn a {
    margin: 0 auto;
    font-size: 14px;
}
.product_code_container--104 .product_ticketing_area .product_ticketing_text {
    gap: 0;
    font-size: 10px !important;
}

/* MAINTENANCE */
.product__item.is_maintenance,
.product__item.is_show_exchanged_limit {
    position: relative;
    pointer-events: none;
}

.product__item.is_maintenance::before,
.product__item.is_show_exchanged_limit::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(126, 126, 126, 0.47);
    border-radius: 16px;
}

.product__item.is_maintenance::after,
.product__item.is_show_exchanged_limit::after {
    content: 'メンテナンス中です';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 6px;
    width: 80%;
    max-width: 140px;
    text-align: center;
}

.retail__item__name {
    font-size: 10px;
    color: #999999;
    font-weight: 700;
}

.product__item.is_show_exchanged_limit::after {
    content: "交換上限数に\A達しました";
    white-space: pre;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
}

.remaining-text {
    color: #FF5943;
    text-align: right;
    padding-top: 7px;
    font-size: 11px;
    font-weight: 500;
}

/* ===========================================
for Product Type Maintenance Notification
=========================================== */
.product-type-maintenance-notice {
    width: 100%;
    padding-right: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #c1c1c1;
    margin: -12px auto 22px;
}
.product-type-maintenance-notice__list {
    width: 100%;
    gap: 10px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-type-maintenance-notice__item {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
.product-type-maintenance-notice__badge {
    box-sizing: border-box;
    flex-shrink: 0;
    align-self: flex-start;
    background: #e35b5b;
    border-radius: 20px;
    color: #FFF;
    font-size: 14px;
    padding: 2.5px 10px;
    text-align: center;
    white-space: normal;
}

.product-type-maintenance-notice__message {
    font-size: 14px;
    color: #333;
    word-break: break-word;
    white-space: pre-line
}

.product-type-maintenance-notice__close {
    position: absolute;
    top: 0;
    right: 8px;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    line-height: 1;
    padding: 0;
}
.product-type-maintenance-notice__close:hover {
    color: #000;
}

.product-type-maintenance-notice::after {
    content: none
}

.wrapper_maintenance_message .container-product-type-maintenance-notice {
    padding: 0;
}

.wrapper_maintenance_message .container-product-type-maintenance-notice .product-type-maintenance-notice {
    padding-left: 10px;
    max-width: 100% !important;
}

.wrapper_maintenance_message .container-product-type-maintenance-notice .product-type-maintenance-notice::after {
    left: 0;
    right: 0;
}