@charset "UTF-8";

/* site top */
#sitetopBanner #tokusyu2001 .topWrap{
    width: 100%;
    padding: 30px 0;
    background-color: #FFE3CF;
    background-image: -webkit-linear-gradient(to left, #9B0000 50%, #B40000 50%);
    background-image: linear-gradient(to left, #9B0000 50%, #B40000 50%);
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    text-align: center;
}

#sitetopBanner #tokusyu2001 .topWrap img{
    width: 88%;
}


/* store top */
#storetopBanner .topWrap{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(to left, #9B0000 50%, #B40000 50%);
    background-image: linear-gradient(to left, #9B0000 50%,#B40000 50%);
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    text-align: center;
}
#storetopBanner .topWrap h2 {
    padding-top: 17%;
    padding-bottom: 9%;
}
#storetopBanner .topWrap p {
    font-size: 12px;
    width: 240px;
    text-align: left;
}
#storetopBanner #tokusyu2001{
    padding-bottom: 19px;
}
#storetopBanner #tokusyu2001 img {
    width: 100%;
    height: auto;
}


/* 共通バナー */
#freeshippingBanner{
    padding-top: 42px;
    margin-bottom: -42px;
}
#freeshippingBanner .stripe {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(to left, #9B0000 50%,#B40000 50%);
    background-image: linear-gradient(to left, #9B0000 50%, #B40000 50%);
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    text-align: center;
}
#freeshippingBanner #tokusyu2001 img{
    max-width: 100%;
    width: 88%;
    height: auto;
}


/* onlinemakeuplesson */
#tokusyu202001 #freeshippingBanner{
    margin-bottom: 0;
}


/* original */
.originalPage #freeshippingBanner{
    padding-top: 0;
    margin-bottom: 0;
}


/*  item */
#itemBanner .stripe {
    padding: 15px;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(to left, #9B0000 50%, #B40000 50%);
    background-image: linear-gradient(to left, #9B0000 50%, #B40000 50%);
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    text-align: center;
}


/* guide （キャンペーン時に追加される文言部分）*/
#guide_haiso .guide_haiso_txt {
    font-size: 15px;
    color: #990000;
    font-weight: 600;
    line-height: 1.75;
    width: 294px;
    text-align: left;
    margin: 0 auto;
}
#guide_soryo .soryoLarge{
    font-size: 15px;
    color: #990000;
    font-weight: 600;
    line-height: 1.75;
    width: 294px;
    text-align: left;
    margin: 0 auto;
}
#guide_soryo .soryoSmall{
    font-size: 14px;
    color: #990000;
}
#guide_soryo .black{
    color: #000000;
    line-height: 1.5;
    display: block;
    margin-bottom: 2rem;
}

.sp_lp #freeshippingBanner {
    margin: 0;
    padding: 0;
}
.sp_lp #freeshippingBanner .topWrap {
    padding: 15px 0;
}