*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-feature-settings: "palt";
}

body {
    margin: 0;
}

main {
    /* display: block;
    height: 100%; */
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type="number"] {
    -moz-appearance: textfield;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}
/*リセット　ここまで*/
/* html {
} */

html,
body {
    min-width: 360px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #222;
    scroll-behavior: smooth;
}

.medium {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.bold {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.black {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.din_demi {
    font-family: "urw-din", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.din_cond_demi {
    font-family: "urw-din-condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

main {
    background-color: white;
    background: linear-gradient(
        0deg,
        rgba(170, 73, 145, 0.1) 0%,
        rgba(160, 153, 200, 0.1) 50%,
        rgba(84, 127, 192, 0.1) 100%
    );
    width: 100%;
}
/* 追加 */
html {
    line-height: unset;
}
body {
    position: relative;
}
/* html,
body,
.main_content {
    height: 100%;
} */
.main_content {
    max-width: 600px;
    margin: 0 auto;
}
main {
    padding: 68px 0 104px;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3;
}
button:hover {
    cursor: pointer;
    opacity: 0.8;
}
body.modal_active::before,
body.modal_time_out::before {
    background: #9e9e9f;
    mix-blend-mode: multiply;
    position: absolute;
    content: "";
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
body.modal_time_out {
    overflow: hidden;
}

.regular {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
img {
    width: 100%;
}
.violet {
    color: #be177d;
}
.txt_center p {
    text-align: center !important;
}
.unavailable {
    cursor: not-allowed !important;
    background: gray !important;
}
.unavailable:hover {
    opacity: 1;
}
.favorite {
    background-image: url("../img/icon_favorite.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    content: "";
    width: 32px;
    aspect-ratio: 1/1;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.favorite.active {
    background-image: url("../img/icon_favorite02.png");
}
.item.border {
    background: linear-gradient(
        90deg,
        rgba(189, 23, 125, 1) 0%,
        rgba(139, 80, 162, 1) 50%,
        rgba(90, 137, 199, 1) 100%
    );
    padding: 2px;
}
/* 一覧 */
.item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.item_list:after {
    content: "";
    width: 200px;
}
.item_list .item {
    position: relative;
    overflow: hidden;
    width: 200px;
    border-radius: 10px;
    flex-shrink: 0;
}
.item_list .item.used::before {
    background: #9e9e9f;
    mix-blend-mode: multiply;
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
}
.item_list .item.used::after {
    background: url("../img/used_coupon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 53%;
    margin: auto;
    aspect-ratio: 1/1;
    z-index: 2;
}
.item_list .item .content {
    background: white;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 9px;
    /* text-align: center; */
    height: 100%;
}
.item_list .item .content .img_content {
    position: relative;
}
.item_list .item .content .img_content img {
    object-fit: cover;
    aspect-ratio: 158/110;
    border-radius: 9px 9px 0 0;
}
.item_list .item .content .img_content::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100px;
    aspect-ratio: 72/18;
    margin: auto;
}
.item_list .item .content .img_content.bg_violet::after {
    background: url(../img/newface_vio.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.item_list .item .content .img_content.bg_blue::after {
    background: url(../img/newmenu_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.item_list .item .content .detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    min-height: 110px;
    padding: 15px 10px 15px;
}

.item_list .item .content .detail .item_info {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 19px;
    margin: auto;
}
.item_list .item .content .detail .item_info.cpn_origin {
    -webkit-line-clamp: 3;
}
.item_list .item .content .item_price {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.item_list .item .content .detail .item_price span {
    font-size: 20px;
}
.item_list .item .content .detail .shop_name,
.item_list .item .content .detail .area_name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 12px;
}
.item_list .item .content .detail .box01 {
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex-grow: 1;
}
.item_list .item .content .detail .box01 > * {
    margin: 0 auto;
}
.item_list .item .content .use_period {
    background: linear-gradient(
        90deg,
        rgba(189, 23, 125, 1) 0%,
        rgba(139, 80, 162, 1) 50%,
        rgba(90, 137, 199, 1) 100%
    );
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
}
.item_list .item .content .use_period p {
    line-height: 15px;
}
.item_list .item .content .use_period p.date {
    margin-bottom: 5px;
}
/* .一覧 */
/* ヘッダー */
header .content {
    background: white;
    text-align: center;
    display: flex;
    align-items: center;
    /* padding: 25px 0 20px; */
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1.5px solid #c8c8c9;
}

header .content .search_block .area_list {
    display: flex;
    column-gap: 13px;
    overflow-x: scroll;
    margin-bottom: 16px;
}
header .content .search_block .area_list::-webkit-scrollbar {
    display: none;
}
header .content .search_block .area_list a {
    color: #595858;
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 15px;
}
header .content .search_block .area_list a:first-child {
    margin-left: 10px;
}
header .content .search_block .area_list a:last-child {
    margin-right: 10px;
}
header .content .search_block .area_list a:hover,
header .content .search_block .area_list a.active {
    background: #be177d;
    color: white;
    border-radius: 20px;
}
.search_block .search_input {
    background: linear-gradient(
        90deg,
        rgba(189, 23, 125, 1) 0%,
        rgba(139, 80, 162, 1) 50%,
        rgba(90, 137, 199, 1) 100%
    );
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 2px;
    border-radius: 20px;
}
.search_block .search_input input {
    background: white;
    font-size: 18px;
    width: 100%;
    /* height: 100%; */
    min-height: 30px;
    border-radius: 18px;
    padding: 8px 30px;
}
.search_block .search_input button {
    position: absolute;
    aspect-ratio: 1 / 1;
    width: 25px;
    top: 0;
    bottom: 0;
    right: 15px;
}
.search_block .search_input input::placeholder {
    color: #be177d;
    text-align: center;
}
.search_block .search_input input:focus-visible {
    outline: none;
}
header .content {
    position: relative;
}
header .content .tle {
    display: flex;
    align-items: center;
    width: 100%;
    height: 68px;
}
header .content .tle :not(:first-child) {
    display: inline-table;
    position: absolute;
    /* top: 0px;
    bottom: 0px; */
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    margin: auto;
}
header .content .tle :nth-child(2) {
    width: 35px;
    left: 5%;
}
header .content .tle :nth-child(3) {
    width: 27px;
    right: 5%;
}
header .content .tle span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 70%;
    margin: 0 auto;
}
/* .ヘッダー */
/* フッター */
footer {
    background: white;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
footer::before {
    background: linear-gradient(
        90deg,
        rgba(189, 23, 125, 1) 0%,
        rgba(139, 80, 162, 1) 50%,
        rgba(90, 137, 199, 1) 100%
    );
    content: "";
    display: block;
    padding-top: 2px;
}
footer .link_list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
footer .link_list a {
    width: 70px;
    flex-shrink: 0;
}
footer .link_list a p {
    font-size: 12px;
}
footer .link_list .img_content {
    margin: 0 auto;
    padding-bottom: 10px;
}
.f_home .img_content {
    width: 27px;
    aspect-ratio: 18/21;
}
.f_favorite .img_content {
    width: 34.5px;
    aspect-ratio: 23/20;
}
.f_usage .img_content {
    width: 25px;
    aspect-ratio: 17.4/23.5;
}
.f_map .img_content {
    width: 27px;
    aspect-ratio: 18/24;
}
.f_area_info .img_content {
    width: 51px;
    aspect-ratio: 34/20.5;
}

/* .フッター */
/* モーダル */
body.modal_active .modal_content,
body.modal_time_out .modal_for_error {
    display: block;
}
.modal_content,
.modal_for_error {
    display: none;
    position: fixed;
    z-index: 4;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.modal_for_error {
    text-align: center;
}
.modal {
    background: white;
    overflow: hidden;
    width: 340px;
    border-radius: 13px;
    margin: auto;
}
.modal .coupon_view {
    display: none;
}
.modal.active .notice_view {
    display: none;
}
.modal.active .coupon_view {
    display: block;
}
.modal .notice {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    padding: 24px 0;
}
.modal .notice .tle {
    position: relative;
    text-align: center;
    font-size: 15px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1.5px solid #c8c8c9;
}
.modal .notice .tle:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 16px;
    right: 5px;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-right: 2.5px solid #be177d;
    border-bottom: 2.5px solid #be177d;
    margin: auto;
}
.modal .notice .tle.arrow_none:before {
    display: none;
}
.modal .notice .txt {
    display: flex;
    column-gap: 5px;
    line-height: 22px;
}
.modal .notice .txt::before {
    color: #be177d;
    content: "\25CF";
}
.modal .notice .txt:not(:last-child) {
    margin-bottom: 15px;
}
.modal .btn {
    display: flex;
    text-align: center;
    border-top: 1.5px solid #c8c8c9;
}
.modal .btn button {
    width: 50%;
    padding: 8px 0 14px;
}
.modal .btn button.btn_no {
    color: white;
    background: #595858;
}
.modal .btn button:first-child {
    border-right: 1.5px solid #c8c8c9;
}
.modal .coupon_view {
    text-align: center;
    margin: 0 auto;
}
.modal .coupon_view .detail {
    padding: 24px 0 14px;
}
.modal .coupon_view .detail .txt01 {
    font-size: 15px;
    margin-bottom: 15px;
}
.modal .coupon_view .detail .txt02 {
    font-size: 14px;
    margin-bottom: 18px;
}
.modal .coupon_view .detail .img_content {
    width: 218px;
    margin: 0 auto 10px;
}
.modal .coupon_view .detail .img_content img {
    object-fit: cover;
    aspect-ratio: 218 / 153;
}
.modal .coupon_view .detail .shop_name {
    margin-bottom: 10px;
}
.modal .coupon_view .detail .item_info {
    width: 90%;
    margin: 0 auto 10px;
}
.modal .coupon_view .detail .date {
    font-size: 14px;
}
.modal .coupon_view .close {
    padding: 10px 0;
    border-top: 1.5px solid #c8c8c9;
}

.modal .notice > .chk_items {
    margin-bottom: 30px;
}
.modal .notice > .chk_items.active .tle::before {
    transform: rotate(225deg);
    top: 16px;
}
.modal .notice > .chk_items .items {
    display: none;
}
.modal .notice > .chk_items.active .items {
    display: unset;
}
/* .モーダル */
/* モーダル  チェックボックス*/
.modal.chk_modal .notice .row {
    display: flex;
    column-gap: 5px;
    font-size: 14px;
    line-height: 14px;
}
.modal.chk_modal .notice .row:not(:last-child) {
    margin-bottom: 10px;
}
.modal.chk_modal .notice .row input {
    position: relative;
}
.modal.chk_modal .notice .row input:checked {
    background: #be177d;
    border: unset;
}
.modal.chk_modal .notice .row input:checked::before {
    position: absolute;
    display: block;
    content: "";
    top: 4px;
    right: 0;
    left: 0;
    width: 12px;
    height: 6px;
    margin: auto;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-50deg);
}
.modal.chk_modal .notice .row input {
    background: white;
    width: 16px;
    aspect-ratio: 1 / 1;
    border: 1.5px solid #c8c8c9;
    border-radius: 3px;
}
.modal.chk_modal .notice {
    overflow-y: scroll;
    /* height: 318px; */
    /* height: 65vh; */
    /* height: 38vh; */
    height: calc(80dvh - 50px);
    max-height: 480px;
}
.modal.chk_modal .notice::-webkit-scrollbar {
    display: none;
}

/* .モーダル */
.use_btn {
    background: linear-gradient(
        90deg,
        rgba(189, 23, 125, 1) 0%,
        rgba(139, 80, 162, 1) 50%,
        rgba(90, 137, 199, 1) 100%
    );
    color: white;
    text-align: center;
    display: block;
    font-size: 22px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 30px;
}
.back_btn {
    background: white;
    border: 1.5px solid #be177d;
    display: block;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 12.5px;
}
header .content .tle .h_bk_btn {
    width: 26px;
}
@media screen and (max-width: 600px) {
}
/* @media screen and (max-width: 420px) { */
@media screen and (max-width: 440px) {
    main {
        padding-bottom: 72px;
    }
    .favorite {
        width: 23px;
        top: 5px;
        left: 5px;
    }
    .item_list:after {
        content: "";
        width: 158px;
    }
    .item_list .item {
        width: 158px;
    }
    .item_list .item .content .img_content::after {
        bottom: -8px;
        width: 72px;
    }
    .item_list .item .content .detail .item_info {
        font-size: 14px;
    }
    .item_list .item .content .detail .item_info .item_price {
        font-size: 13px;
    }
    .item_list .item .content .item_price.small_font {
        font-size: 10px;
        letter-spacing: -0.6px;
    }
    .item_list .item .content .detail .item_price span {
        font-size: 20px;
    }
    .item_list .item .content .detail .shop_name,
    .item_list .item .content .detail .area_name {
        font-size: 10px;
    }
    .item_list .item .content .use_period {
        font-size: 14px;
        padding: 10px 0;
    }
    .search_block .search_input button {
        width: 14px;
        line-height: 18px;
    }
    .search_block .search_input input {
        font-size: 14px;
        border-radius: 14px;
        padding: 3px 30px;
    }
    .use_btn {
        font-size: 18px;
        padding: 8px 0;
        border-radius: 25px;
    }
    .item_list .item .content .detail {
        padding: 12px 5px 5px;
    }
    /* ヘッダー */
    header .content {
        font-size: 16px;
        line-height: 18px;
        /* padding: 26px 0 23px; */
    }
    header .content .search_block .area_list {
        column-gap: 5px;
        margin-bottom: 12px;
    }
    header .content .search_block .area_list a {
        font-size: 12px;
        padding: 5px 10px;
    }
    header .content .search_block .area_list a:first-child {
        margin-left: 5px;
    }
    header .content .search_block .area_list a:last-child {
        margin-right: 5px;
    }
    header .content .search_block .area_list a:hover {
        border-radius: 10px;
    }
    .search_block .search_input {
        border-radius: 15px;
    }
    .search_block .search_input:after {
        width: 15px;
        right: 15px;
        margin: 6px 0;
    }
    /* header .content .tle :nth-child(2) {
        width: 24px;
    } */
    header .content .tle .h_bk_btn {
        width: 22px;
    }
    /* header .content .tle :nth-child(3) {
        width: 25px;
    } */
    /* .ヘッダー */
    /* フッター */
    footer::before {
        padding-top: 1.5px;
    }
    footer .link_list {
        width: 82%;
        padding: 14px 0;
    }
    footer .link_list a {
        width: 44px;
    }
    footer .link_list a p {
        font-size: 9px;
    }
    footer .link_list .img_content {
        padding-bottom: 5px;
    }
    .f_home .img_content {
        width: 18px;
    }
    .f_favorite .img_content {
        width: 23px;
    }
    .f_usage .img_content {
        width: 17.4px;
    }
    .f_map .img_content {
        width: 18px;
    }
    .f_area_info .img_content {
        width: 34px;
    }
    main {
        padding-bottom: 72px;
    }
    /* .フッター */
}

/* .追加 */
