/*
共通----------------*/
.pickup_link {
    cursor: pointer;
}
.coupon_section {
}
.coupon_section .sub_box {
    width: 1400px;
    max-width: 85%;
    margin: 0 auto;
}
.coupon_section .sub_box {
}
.coupontih2 {
    margin-bottom: 2rem;
}
.coupontih2 h2 {
    text-align: center;
}

#mypege_coupon_01 .inner00 .inbox .ribbon.none {
    display:none;
}
/*
coupons----------------*/
#coupon_01 {
}
#coupon_01 .coupon_menu {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 2rem;
}
#coupon_01 .coupon_menu li {
    width: 30%;
    text-align: center;
    position: relative;
    z-index: 0;
    font-weight: bold;
    color: #c0c0c0;
    padding: 0px 0 10px;
    cursor: pointer;
}
#coupon_01 .coupon_menu li::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c0c0c0;
}
#coupon_01 .coupon_menu li.active::before {
    height: 4px;
    background-color: #d19ab4;
}
#coupon_01 .coupon_menu li.active {
    color: #000;
    cursor: default;
}
#coupon_02 {
    background-color: #eaeae3;
}
#coupon_02 .inner00 {
    display: none;
    padding: 4rem 0 2rem;
}
#coupon_02 .inner00.active {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}
#coupon_02 .inner00 .inbox {
    width: 30%;
    margin-bottom: 2rem;
    background-color: #fff;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
#coupon_02 .inner00 .inbox:not(:nth-of-type(3n+3)) {
    margin-right: calc(10% / 2);
}
#coupon_02 .inner00 .inbox .cat {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
    width: 65px;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    border-radius: 5px;
}
#coupon_02 .inner00 .inbox .cat.cat01 {
    background-color: #ebac32;
}
#coupon_02 .inner00 .inbox .cat.cat02 {
    background-color: #d19ab4;
}
#coupon_02 .inner00 .inbox .img {
}
#coupon_02 .inner00 .inbox .img img {
    border-radius: 10px 10px 0 0;
}
#coupon_02 .inner00 .inbox .txt {
    padding: 20px 20px 80px;
}
#coupon_02 .inner00 .inbox .txt h3 {
    font-size: 1.1em;
    line-height: 120%;
    font-weight: 900;
}
#coupon_02 .inner00 .inbox .txt p {
    line-height: 120%;
    font-size: 0.9em;
    padding: 20px 0 30px;
}
#coupon_02 .inner00 .inbox .txt .link {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: calc(100% - 40px);
    right: 0;
    margin: auto;
    border-top: 1px dashed #8c8c8c;
    padding-top: 15px;
}
#coupon_02 .inner00 .inbox .txt .link a {
    background-color: #D19AB4;
    border-radius: 50px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.popup_coupon {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
.popup_coupon.active {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.popup_coupon .box {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.popup_coupon .box .inner {
    max-width: 90%;
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.popup_coupon .box .inner {
    display: none;
}
.popup_coupon .box .inner.active {
    display: block;
}
.popup_coupon .box .cat {
    font-weight: bold;
    width: 65px;
    font-size: 0.7em;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    border-radius: 5px;
}
.popup_coupon .box .cat.cat01 {
    background-color: #ebac32;
}
.popup_coupon .box .cat.cat02 {
    background-color: #d19ab4;
}
.popup_coupon .box h3 {
    font-size: 1.2em;
    line-height: 130%;
    font-weight: 800;
    margin: 10px 0;
}
.popup_coupon .box p {
    margin-bottom: 10px;
}
.popup_coupon .box .img {
}
.popup_coupon .box .cont {
    margin: 15px 0;
    font-weight: 600;
}
.popup_coupon .box .link {
}
.popup_coupon .box .link a,
.popup_coupon .box .link2 a,
.popup_coupon .box .link3 a {
        background-color: #D19AB4;
    border-radius: 50px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.popup_coupon .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000a8;
    z-index: -1;
}
.popup_coupon .box .close {
    max-width: 90%;
    width: 400px;
    margin: 0 auto;
    margin-bottom:5px;
    cursor: pointer;
}
.popup_coupon .box .close span {
    position: relative;
    z-index: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 auto;
}
.popup_coupon .box .close span::after ,
.popup_coupon .box .close span::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.popup_coupon .box .close span::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.popup_coupon .box .close span::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.popup_coupon .box .inner02 {
    display: none;
    max-width: 90%;
    width: 400px;
    margin: 0 auto;
    background-color: #eaeae3;
    padding: 30px 10px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.popup_coupon .box .inner02.active {
    display: block;
}
.popup_coupon .box .inner02 .notice {
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 25px;
}
.popup_coupon .box .inner02 .notice a {
    color: #4fa6d7;
}
.popup_coupon .box .inner02 .inbox {
    max-width: 80%;
    width: 250px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
.popup_coupon .box .inner02 .inbox .img {
}
.popup_coupon .box .inner02 .inbox .img img {
    border-radius: 10px 10px 0 0;
}
.popup_coupon .box .inner02 .inbox .txt {
    padding: 20px 20px;
}
.popup_coupon .box .inner02 .inbox .txt h3 {
    font-size: 1.1em;
    line-height: 120%;
    font-weight: 900;
}
.popup_coupon .box .inner02 .inbox .txt p {
    line-height: 120%;
    font-size: 0.9em;
    padding: 20px 0 30px;
}
.popup_coupon .box .inner02 .inbox .txt .link {
    /* position: absolute; */
    /* bottom: 20px;
    left: 0; */
    width: calc(100% - 40px);
    right: 0;
    margin: auto;
    border-top: 1px dashed #8c8c8c;
    padding-top: 15px;
}
.popup_coupon .box .inner02 .inbox .txt .link2,
.popup_coupon .box .inner02 .inbox .txt .link3 {
        /* position: absolute; */
    /* bottom: 20px;
    left: 0; */
    width: calc(100% - 40px);
    right: 0;
    margin: auto;
    padding-top: 15px;
}
.popup_coupon .box .inner02 .inbox .txt .link a {
    background-color: #8c8c8c;
    border-radius: 50px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
@media screen and (max-width:800px) {
/*
共通----------------*/
.coupon_section .sub_box {
    max-width: 90%;
}
/*
coupons----------------*/
#coupon_02 .inner00 .inbox {
    width: 48.5%;
    margin-bottom: 1rem;
}
#coupon_02 .inner00 {
    padding: 2rem 0 1rem;
}
#coupon_02 .inner00 .inbox .txt {
    padding: 10px 10px 56px;
}
#coupon_02 .inner00 .inbox .txt .link {
    bottom: 10px;
    width: calc(100% - 20px);
    padding-top: 10px;
}
#coupon_02 .inner00 .inbox .txt p {
    padding: 15px 0 20px;

}
#coupon_02 .inner00 .inbox .cat {
    width: 55px;
}
#coupon_02 .inner00 .inbox .txt .link a {
    padding: 7px 0;
}
#coupon_02 .inner00 .inbox:not(:nth-of-type(3n+3)) {
    margin-right: 0;
}
#coupon_02 .inner00 .inbox:not(:nth-of-type(2n+2)) {
    margin-right: calc(3% / 1);
}
.popup_coupon .box {
    display: block;
    padding: 30px 0;
}
}
@media screen and (max-width:640px) {
}
#top_03 .top_box dt,
#top_03 .top_box li
{
    position: relative;
}
#top_03 .top_box dt .cat {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    width: 65px;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    border-radius: 5px;
}
#top_03 .top_box li .cat {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
    width: 65px;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    border-radius: 5px;
}
#top_03 .top_box .cat.cat01 {
    background-color: #ebac32;
}
#top_03 .top_box .cat.cat02 {
    background-color: #d19ab4;
}
