@charset "UTF-8";

.u-hidden-sp {
    display: none;
}
.u-hidden-pc {
    display: block;
}
@media screen and (min-width: 768px) {
    .u-hidden-pc {
        display: none;
    }
    .u-hidden-sp {
        display: block;
    }
}

@media screen and (min-width: 1281px) {
    #product-item .product-item-mv {
        height: auto;
    }
} 

.prod-inner-kaizen-u {
    overflow: hidden;
}


#product-item .product-effect_item.kata{
   letter-spacing: 0;
}

#product-item .product-effect_content.hiro{
   letter-spacing: .35em;
}


.product-campaign-block {
    background: #f7f7f7;
    padding: 3rem 0;
    margin: 0 auto 2em;
    width:100%;
}

@media screen and (min-width: 768px) {
    .product-campaign-block {
        padding: 50px 50px;
        margin: 0 auto 7em;
        max-width: 900px;
        border-radius: 20px;
    }
}

.product-campaign-inner {
    text-align: center;
}

.product-campaign-lead {
    margin: 0 0 2rem 0;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.7;
    color: #333;
    text-align: center;
}

.product-campaign-lead .no {
    padding: 0 2px;
    font-weight: 500;
    font-size: 2.2rem;
    font-family: "Jost", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
    
@media screen and (min-width: 768px) {
    .product-campaign-lead .no {
        font-size: 3.4rem;
    }
}

@media screen and (min-width: 768px) {
    .product-campaign-lead {
        margin: 0 0 3rem 0;
        font-size: 2.2rem;
    }
}

.product-campaign-lead strong {
    font-size: 1.7rem;
    font-weight: 600;
    color: #e60012;
}

@media screen and (min-width: 768px) {
    .product-campaign-lead strong {
        font-size: 2.8rem;
    }
}

.product-campaign-label {
    position: relative;
    font-size: 1.6rem;
    margin: 0 auto 1rem auto;
    color: #e60012;
    display: inline-block;
    text-align: center;
    padding: 0 18px;
}

@media screen and (min-width: 768px) {
    .product-campaign-label {
        font-size: 2.8rem;
        padding: 0 30px;
    }
}

.product-campaign-label::before,
.product-campaign-label::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 20px;
    top: 6px;
    background-size: 10px auto;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .product-campaign-label::before,
    .product-campaign-label::after {
        width: 18px;
        height: 29px;
        top: 50%;
        transform: translateY(-50%);
        background-size: 18px auto;
    }
}

.product-campaign-label::before {
    background-image: url(/red/img/usr/mtg/set/title_line_l.png);
    left: 0;
}

.product-campaign-label::after {
    background-image: url(/red/img/usr/mtg/set/title_line_r.png);
    right: 0;
}

.highlight-red {
    padding: 0 0 4px;
    border-bottom: 2px solid #e60012;
}

@media screen and (min-width: 768px) {
   .highlight-red {
        border-bottom: 3px solid #e60012;
    }
}

.product-campaign-content {
    display: block;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    margin: 0 20px;
    padding: 30px 20px 20px;
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .product-campaign-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0;
        padding: 30px 20px 30px;
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .product-campaign-content.kaizen {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 20px 20px;
        gap: 0;
    }
    .product-campaign-kaizen {
        order: 3;
    }
    .product-campaign-pack {
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 834px)  {
    .product-campaign-kaizen .inner img {
        width: 150px;
        height: 184px;
    }

    .product-campaign-kaizen .pants img {
        width: 110px;
        height: 154px;
    }
}


@media screen and (min-width: 768px) {
    .product-campaign-kaizen {
        width: 450px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .product-campaign-pack,
    .product-campaign-tokuten {
        width: auto;
    }
} 

@media screen and (max-width: 767px) {
    .product-campaign-tokuten {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.product-campaign-pack {
    min-width: 230px;
}

.product-campaign-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    color: #e60012;
    margin: 0 0 1.8rem 0;
}

@media screen and (min-width: 768px) {
    .product-campaign-title {
        font-size: 2.2rem;
        margin: 0 0 1.3rem 0;
    }
}


.product-campaign-title::before, 
.product-campaign-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #e60012;
}

.product-campaign-saving {
    display: inline-block;
    font-size: 1.3rem;
    color: #e60012;
    border: 2px solid #e60012;
    padding: 0 10px;
}

@media screen and (min-width: 768px) {
    .product-campaign-saving {
        font-size: 1.6rem;
   }
}

.product-campaign-saving span {
    margin: 0 -2px;
    letter-spacing: .1px;
    font-size: 1.6rem;
    font-family: "Jost", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) {
    .product-campaign-saving span {
        font-size: 1.8rem;
   }
}

.product-campaign-price {
    font-family: "Jost", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    color: #e60012;
    margin: .2rem 0 -.4em 0;
}

@media screen and (min-width: 768px) {
    .product-campaign-price {
        font-size: 4rem;
         letter-spacing: -1px;
         margin: -.3rem 0 -.4em 0;
    }
}

.product-campaign-price .tax-in {
    font-size: 1.5rem;
    margin: 0 0 0 -.8rem;
    color: #e60012;
    letter-spacing: 0;
}

.product-campaign-regular {
    position: relative;
    font-size: 1.2rem;
    color: #7d7d7d;
    margin: 10px 0 20px;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .product-campaign-regular {
        font-size: 1.5rem;
    }
}

.product-campaign-regular::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #999;
    transform: translateY(-50%);
}

.product-campaign-regular .tax-in {
    font-size: 1rem;
}

.product-campaign-img {
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .product-campaign-img {
         max-width: 368px;
    }
}

.product-campaign-note {
    font-size: 1.3rem;
    color: #7d7d7d;
    padding: 20px 0 0 0;
}

@media screen and (min-width: 768px) {
   .product-campaign-note {
         font-size: 1.3rem;
    }
}

.product-campaign-plus {
    font-size: 3rem;
    font-weight: 500;
    color: #999;
}

.product-campaign-gift-label {
    background: #e60012;
    color: #fff;
    margin: 0 1em 1em 0;
    padding: 5px 9px 5px 12px;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.3rem;
    letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
   .product-campaign-gift-label {
        font-size: 1.6rem;
        margin: 0 0 5px 0;
         padding: 2px 9px 3px 12px;
    }
}


.product-campaign-gift-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #e60012;
    margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
   .product-campaign-gift-title {
         font-size: 2.2rem;
         margin-bottom: .3em;
    }
}



.product-campaign-gift-desc {
    font-size: 1.3rem;
    color: #7d7d7d;
    margin: 0 0 15px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .product-campaign-gift-desc {
        font-size: 1.2rem;
        margin: 0 0 4px;
    }
}

.product-campaign-gift-img {
    margin: 0 0 .8em;
}

.product-campaign-gift-note {
    font-size: 1.1rem;
    color: #7d7d7d;
}
@media screen and (min-width: 768px) {
    .product-campaign-gift-note {
        text-indent: -3em;
    }
}

.product-packset-block {
    margin: 0 auto 3rem;
    max-width: 940px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .product-packset-block {
        margin: 0 auto -7rem;
    }
}

.product-packset-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 2rem;
    font-weight:600;
    color: #e60012;
    padding: 12px 24px;
    margin: 0 0 1rem 0;
}

@media screen and (min-width: 768px) {
    .product-packset-title {
        font-size: 2.8rem;
        margin: 0 0 3rem 0;
    }
}

.product-packset-title::before, 
.product-packset-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #e60012;
}

.product-packset-note {
    font-size: 1.3rem;
    color: #e60012;
    display: inline-block;
    background: #fff5f5;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-radius: 8px;
    margin: 0 20px 3rem;
    text-indent: -1em;
}

@media screen and (min-width: 768px) {
    .product-packset-note {
        font-size: 1.5rem;
        margin: 0 0 4rem;
    }
}

.product-packset-ban div {
  padding: 0 20px 20px;
}
@media screen and (min-width: 768px) {
    .product-packset-ban div {
        max-width: 900px;
        margin: 0 20px;
        padding: 0 0 40px;
    }
}

.product-packset-ban div a:hover {
    opacity: 0.7;
}

#footer-block-nav2 {
    padding: .5rem 0 1.5rem;
}

@media screen and (min-width: 768px) {
    #footer-block-nav2 p {
        padding: 1rem 0 0;
    }
}