@charset "utf-8";

.hero {
    position: relative;
}
.hero__contents {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    font-size: 2.8rem;
    line-height: 1.6;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}
.hero__icon {
    border: 1px solid;
    display: inline-block;
    font-size: 1.8rem;
    padding: .5em 1em;
    margin-top: 1.5em;
}

.c-header {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 40px;
}
.c-header h1 {
    font-size: 2.2rem;
    border-bottom: 1px solid #cacaca;
    padding-bottom: .25em;
    margin-bottom: .25em;
}
.c-header a {
    border-bottom: 1px solid;
}

.c-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.c-icons__item {
    background: #000;
    width: 23.4%;
    text-align: center;
    padding: 13px 0;
}

.c-coupon {
    position: relative;
    border: 1px solid #d1d1d1;
    padding: 15px;
    display: flex;
    margin-bottom: 40px;
}
.c-coupon__icon {
    position: absolute;
    top: 0;
    right: 0;
}
.c-coupon__image {
    margin-right: 25px;
}
.c-coupon__image--sp {
    display: none;
}
.c-coupon__body {
    margin-right: 68px;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.c-coupon__name {
    font-size: 2.6rem;
    font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    margin-top: -.1em;
}
.c-coupon__title {
    border: 1px solid #d1d1d1;
    font-size: 1.8rem;
    padding: .5em;
}
.c-coupon__text {
    font-size: 1.4rem;
    line-height: 1.85;
    margin-bottom: auto;
}
.c-coupon__footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #d1d1d1;
}
.c-coupon__link a {
    text-decoration: underline;
}
.c-coupon__limit {
    margin-left: auto;
}

.c-apps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
}
.c-apps__item {
    border-left: 1px solid #a0a0a0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
}
.c-apps__item:first-child {
    border-left: none;
    padding-left: 0;
}
.c-apps__qr {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .hero__contents {
        padding: 15px;
    }
    .hero__title {
        font-size: 3.733333333vw;
    }
    .hero__icon {
        font-size: 2.4vw;
    }
    .c-header {
        padding-top: 3%;
        margin-bottom: 2%;
    }
    .c-icons {
        flex-wrap: wrap;
    }
    .c-icons__item {
        width: 48.1%;
        margin-bottom: 1.8%;
    }

    .c-coupon__image {
        display: none;
    }
    .c-coupon__image--sp {
        display: block;
    }
    .c-coupon__icon {
        width: 10.6vw;
        max-width: 60px;
    }
    .c-coupon__name {
        font-size: 4.7vw;
        padding-right: 8vw;
        margin-bottom: .3em;
    }
    .c-coupon__title {
        margin-bottom: 20px;
        font-size: 4vw;
    }
    .c-coupon__body {
        margin-right: 0;
    }
    .c-coupon__footer {
        border-top: none;
        display: block;
    }
    .c-coupon__limit {
        border-top: 1px solid #d1d1d1;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 1em;
        margin-top: 1.5em;
    }

    .c-apps {
        display: block;
        text-align: center;
    }
    .c-apps__item {
        display: block;
        padding-left: 0;
        border-left: 0;
        margin-bottom: 20px;
    }
    .c-apps__qr {
        display: none;
    }
}
