@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

#wrapper {
    max-width: 500px;
    margin: 0 auto;
}

#wrapper img {
    width: 100%;
    vertical-align: bottom;
}

.box {
    width: 90%;
    margin: 0 auto;
}

.top {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto;
    text-align: center;
}

.bnr-content {
    margin-bottom: 20px;
}

.copyright {
    font-size: 0.8em;
    text-align: center;
    padding: 6px 0;
    background-color: #262626;
    color: #ffffff;
}

.bnr-txt {
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin: 5px 0 0;
}

.flex2column-item {
    width: calc((100% - 20px)/2) !important;
}

.flex2column {
    gap: 20px !important;
    justify-content: space-between;
}

main {
    background-color: #ffffff;
}


.flex-box {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

#footer {
    background-color: #e6e6e6;
    padding: 50px 0;
    margin-top: 50px;
}

.sns-box p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.3em;
    font-weight: 500;
}

.sns-box {
    margin: 30px auto;
    width: 60%;
}

.footer-logo {
    width: 30%;
    margin: 0 auto;
}

.footer-link {
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    text-decoration: underline;
}

.coupon-menu {
    position: fixed;
    width: 30%;
    font-size: 0;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    max-width: 120px;
}

.coupon-menu img {
    width: 100%;
}

.coupon-menu a {
    display: block;
}

.coupon-menu-box {
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.top-return {
    background-color: #313131;
    color: #ffffff;
    padding: 15px 0;
    border-radius: 5px;
    margin: 20px auto;
    text-align: center;
    font-size: 1.1em;
    font-weight: 400;
    width: 90%;
}

.bg-img {
    background-image: url(images/20240326-top-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.product-box {
    width: 90%;
    margin: 0 auto;
    gap: 30px 15px !important;
    align-items: center;
}

.product-img {
    margin: 0 auto;
}

.product-text {
    color: #666;
    line-height: 1em;
}

.product-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4rem;
}

.product-catch {
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.product-coupon {
    width: 110px;
    margin-bottom: 13px;
}

.product-cutprice {
    font-size: 2em;
    font-weight: 600;
    color: #d51900;
}

.yen {
    font-size: 0.5em;
}

.product-price {
    margin-bottom: 20px;
}

.func-icon {
    gap: 10px;
    margin-top: 20px;
    width: 85%;
    justify-content: flex-start;
}

.func-icon img {
    max-width: 50px;
}


.brand-name {
    font-family: Roboto Condensed, sans-serif;
}

.brand-name-yomi {
    font-size: 0.8em;
    margin-bottom: 10px;
}

.brand-text {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.brand-font {
    font-family: 'FOT-筑紫Aオールド明朝 Pr6 M', '游明朝体', '游明朝', YuMincho, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.brand-coupon {
    margin-bottom: 0px;
}

.brand-img {
    margin-bottom: 10px;
}

.brand-price {
    margin-bottom: 10px;
    font-weight: 600;
}

.brand-box {
    align-items: baseline;
}

.ribbon11-wrapper {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    padding: 10px 0;
    width: 85%;
    background: #f1f1f1;
}

.ribbon11 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    font-size: 1em;
    color: white;
    background: #2f6ebb;
    text-align: center;
}

.ribbon11:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #9a9a9a;
}

.coupon-text {
    width: 90%;
    margin: 10px auto;
    text-align: center;
}

.coupon-head {
    font-size: 2.5em;
    font-weight: bold;
    color: #ee2121;
}

.coupon-limit {
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 3px;
    margin: 5px 0 0;
}

.formal-coupon {
    background: #8d55b7;
}

.jacket-coupon {
    background: #fb7c00;
}

.item-coupon {
    background: #56b020;
}

.ladies-coupon {
    background: #e03f70;
}

.coupon-chui {
    font-size: 0.8em;
    margin-top: 20px;
}

.coupon-top {
    width: 90%;
    margin: 20px auto;
}

.bicolor-bg {
    background: linear-gradient(90deg, #a3ccb9 0%, #a3ccb9 50%, #f4aa9a 50%, #f4aa9a 100%);
}

.gap15 {
    gap: 15px !important;
}

.setup-box {
    background-color: #ffffff;
    padding: 20px;
    width: 85%;
    margin: 0 auto 20px;
    border-radius: 6px;
}

.setup-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4rem;
}

.setup-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6rem;
}

.setup-catch {
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.setup-coupon {
    width: 110px;
    margin-bottom: 2px;
}

.setup-cutprice {
    font-size: 1.7em;
    font-weight: 600;
    color: #d51900;
}

.setup-price {
    margin-bottom: 5px;
}

.setup-func-icon {
    width: 100%;
    margin-top: 10px;
}

.setup-func-icon img {
    max-width: inherit;
}

.flex-align-center {
    align-items: center;
}

.mb15 {
    margin-bottom: 15px;
}

.setup-info {
    margin-bottom: 30px;
}

.setup-price-box {
    margin-bottom: 20px;
}







/*-----------------------------------------------------------------------------PC用CSS--------------------------------------------------------------------------------------------------*/

@media (min-width: 980px) {

    .coupon-menu-box {
        display: none;
    }


}

/*------------------------------------------------------------------------------スマホ用CSS--------------------------------------------------------------------------------------------------*/

@media (max-width: 979px) {

    #wrapper {
        width: 100%;
    }

}
