

.shoecarekit_241127_1200px {
    max-width: 1200px;
    margin: 3em auto 2em;
}

.shoecarekit_241127_1200px p {
    font-size: 14px;
}

.shoecarekit_241127_1200px_frame {
    max-width: 1200px;
    border: 3px solid #efd540;
    border-radius: 10px;
    padding: 50px 60px;
    margin: 0 auto;
}

.shoecarekit_241127_top p {
    font-size: 1.3em;
    line-height: 1.7;
    text-align: center;
    margin: 3em auto 4em;
}

.shoecarekit_241127_pctop {
    display: block !important;
}
    
.shoecarekit_241127_sptop {
    display: none !important;
}

.shoecarekit_241127_sponly {
    display: none;
}


hr.shoecarekit_241127_line1{
  border-top: 1px solid #000000;
}


hr.shoecarekit_241127_line2 {
  border-top: 3px double #000000;
}

/*==========プレゼント内容==========*/

.shoecarekit_241127_present {
    background-color: #ffffff;
    padding: 35px 0 70px;
    text-align: center;
}

.shoecarekit_241127_present h1 {
    font-size: 3em;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    background-color: transparent;
    position: relative;
        
}

.shoecarekit_241127_present h1 p {
    font-size: 22px;
    font-weight: bold;
}

.shoecarekit_241127_present h2 {
    font-size: 2em;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1em;
    background-color: transparent;
    position: relative;
        
}

.shoecarekit_241127_present h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    background-color: transparent;
    position: relative;
        
}

.shoecarekit_241127_present h2 span {
    font-size: 1.0em;
    display: block;
    color: #000000;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1em;
    position: relative;
}

.shoecarekit_241127_present p {
    font-size: 17px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0.8em;
}

.shoecarekit_241127_present p span {
    color: #000000;
    font-size: 14px;
    display: block;
}

.shoecarekit_241127_txtmargin {
    margin-top: 23.8px;
}


.shoecarekit_241127_button {
    display: block;
    width: 60%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 0.7em 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    background-color: #B51018;
    border-radius: 25px;
}

.shoecarekit_241127_allbutton {
    display: block;
    width: 60%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    padding: 0.7em 0;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #000000;
}

.shoecarekit_241127_itemlink {
    text-align: center;
    margin: 6em auto;
}

.shoecarekit_241127_itemlink a {
    border: 1px solid #000000;
    padding: 1em 6em;
    font-size: 1.2em;
    text-align: center;
    text-decoration:underline;
}
/*==================商品コード＋リンク==================*/
    .shoecarekit_241127_productlink p {
        padding-bottom: 0;
    }
    
    .shoecarekit_241127_productlink-item {
        display: inline-block;
        text-decoration: underline;
        font-size: 13px !important;
    }
    
    .shoecarekit_241127_productlink-online {
        display: inline-block;
        margin: auto 0 auto 10px;
        padding: 1px 2px 0 !important;
        color: #ffffff !important;
        background-color: #000000;
        font-size: 11px !important;
    }
    
    .shoecarekit_241127_productlink a:hover .shoecarekit_241127_productlink-online {
        transition: .4s;
        background-color: #ffffff;
        color: #ffffff;
    }

/*==================カラムCSS==================*/


.shoecarekit_241127_2column {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 5em;
}

.shoecarekit_241127_40 {
    width: 635px;
}

.shoecarekit_241127_txt {
    width: 370px;
    margin-bottom: 3em;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.7;
}


.shoecarekit_241127_3column {
    display: flex;
    justify-content: space-around;
}

.shoecarekit_241127_30 {
    width: 22%
}

.shoecarekit_241127_4column {
    display: flex;
    justify-content: space-between;
    
}

.shoecarekit_241127_25 {
    width: 45%;
    text-align: left;
}

.shoecarekit_241127_25 p {
    font-size: 17px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0.8em;
    font-weight: bold;
}

.shoecarekit_241127_25 p span {
    color: #000000;
    font-size: 0.9em;
    display: block;
}


 /*==================SPここから==================*/
@media screen and (max-width:768px) {
    
    .shoecarekit_241127_pctop {
        display: none !important;
    }
    
    .shoecarekit_241127_sptop {
        display: block !important;
    }
    
    .shoecarekit_241127_sponly {
        display: block;
    }
    
    .shoecarekit_241127_top p {
        width: 98%;
        font-size: 1.1em;
        margin: 2em auto;
    }

    /*==================SPカラムCSS==================*/


    .shoecarekit_241127_2column {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 3em;
    }

    .shoecarekit_241127_40 {
        width: 95%;
    }

    .shoecarekit_241127_txt {
        width: 95%;
        margin-bottom: 1em;
        font-size: 1.1em;
        order: 2;
    }

    .shoecarekit_241127_txt p {
        overflow: hidden;
    }

    .shoecarekit_241127_3column {
        display: block;
        align-items: center;
    }

    .shoecarekit_241127_30 {
        width: 100%
    }

    .shoecarekit_241127_4column {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .shoecarekit_241127_25 {
        width: 47%;
        margin-bottom: 2em;
    }
    
    .shoecarekit_241127_25 p {
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 0.8em;
    font-weight: bold;
    }
    
    .shoecarekit_241127_25 p span {
    color: #000000;
    font-size: 0.9em;
    display: block;
    }

    .shoecarekit_241127_flowbox {
        display: flex;
        justify-content: space-around;
        position: relative;
        margin-bottom: 3em;
        align-items: center;
    }

    .shoecarekit_241127_flowbox_last {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .shoecarekit_241127_flowbox::after {
        content: "";
        width: 10.67vw;
        height: 5.33vw;
        background: url(/img/usr/freepage/springcampain_2022/sp/icon_arrow.png);
        background-size: contain;
        position: absolute;
        top: 37.5vw;
        left: 18%; 
    }    
    
    .shoecarekit_241127_flowbox img {
        width: 45%;
    }

    .shoecarekit_241127_flowbox_last img {
        width: 45%;
    }    
    
   .shoecarekit_241127_flowtxt {
        width: 48%;  
    }
    
    .shoecarekit_241127_txtmargin {
    margin-top: 0;
    }
    
    
/*=========================SPcolumnここまで============================*/
    
    .shoecarekit_241127_1200px_frame {
        max-width: 1200px;
        border: 3px solid #efd540;
        border-radius: 10px;
        padding: 5.33vw 4vw 5.33vw 3.2vw;
        margin: 0 0.3em;
    }
    
    .shoecarekit_241127_1200px p {
    font-size: 11px;
}
    
    
/*==============画像ゆっくり切り替わりここから===============*/

     .shoecarekit_241127_style {
        height: 467px;
        max-width: 350px;
        margin: 0 auto 2em;
        }


/*===============プレゼント内容================*/

    .shoecarekit_241127_present {
        padding: 35px 0 ;
    }
    
    .shoecarekit_241127_present h1 {
    font-size: 30px;
        
}

    .shoecarekit_241127_present h1 p {
    font-size: 18px;
    }

    .shoecarekit_241127_present h2 {
        margin-bottom: 0.5em;

    }
    
    .shoecarekit_241127_present h3 {
    font-size: 20px;        
}

    .shoecarekit_241127_present p {
        font-size: 14px;
    }
    
    .shoecarekit_241127_present p span {
        font-size: 11px;
    }
    
    .shoecarekit_241127_allbutton {
    padding: 1em 0.5em;
    font-size: 0.9em;
    color: #ffffff;
    background-color: #000000;
}


}