@charset "utf-8";

/* --------------------------------------

   設定

----------------------------------------- */
:root {
    --font-size-32: 32px;
    --font-size-28: 28px;
    --font-size-22: 22px;
    --font-size-20: 20px;
    --font-size-18: 18px;
    --font-size-16: 16px;
    --font-size-14: 14px;
    --font-size-12: 12px;
    --order-btn-color:#0045ed;
    --order-btn-color-hover:#2065ff;
}
@media screen and (max-width:834px) { 
    :root {
        --font-size-32: 24px;
        --font-size-28: 20px;
        --font-size-22: 18px;
        --font-size-20: 16px;
        --font-size-18: 16px;
        --font-size-16: 14px;
        --font-size-14: 12px;
        --font-size-12: 10px;
    }
}

/* --------------------------------------

   ベース

----------------------------------------- */
.sp-br{
    display: none;
}

@media screen and (max-width:834px) { 
    .sp-br{
        display: block;
    }
}

/* --------------------------------------

   ベース

----------------------------------------- */
#lp{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size:var(--font-size-18);

}
#lp .lp-container{
    width: 1080px;
    margin:0 auto;
    position: relative;
}

@media screen and (max-width:834px) { 
    #lp .lp-container{
        width: 100%;
    }
}


/* ころやわ背景 */
#lp .koroyawa-bgcolor{
    background: #ffe000;
    background:url(../img/bg_header.png) no-repeat top center;
    background-size: cover;

}
#lp .koroyawa-bgcolor2{
    background: #f2f2f2;
    background: #c70f0f;
    background: #ffe000;
    background:url(../img/bg_2.png) no-repeat top center;
    background-size: cover;
}

/* --------------------------------------

   ヘッダ

----------------------------------------- */
#lp .top-section{
    background: #ffe000;
    background:url(../img/bg_0.png) no-repeat top center;
    background-size: cover;
}

#lp .top-section .top-flex-block{
    padding:50px 0 50px 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
#lp .top-section .top-flex-block .title-box{
    width:540px;
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow: 0px 0 10px #00000033;
}
#lp .top-section .top-flex-block .title-box h1{
    font-weight: 900;
    line-height:1;
}
#lp .top-section .top-flex-block .title-box h1 .catch-copy{
    display: block;
    font-size:var(--font-size-26);
    text-align:center;
    margin-bottom:20px;
}
#lp .top-section .top-flex-block .title-box h1 .product-name{
    display: block;
    font-size:82px;
    text-align:center;
    margin-bottom:30px;
}
#lp .top-section .top-flex-block .title-box h1 .sale-text{
    display: block;
    background-color: #d8171a;
    color:#fff;
    padding:10px 0;
    text-align: center;
    font-size:56px;
    border-radius:5px;
}
#lp .top-section .top-flex-block .title-box .order-btn-box{
    display: flex;
    justify-content: center;
    margin-top:30px;
}
#lp .top-section .top-flex-block .title-box .order-btn-box a{
    display: inline-block;
    line-height:30px;
    padding:15px 20px;
    width:100%;
    border-radius:5px;
    font-weight: 900;
    background:var(--order-btn-color);
    color:#fff;
    text-align:center;
    transition: 0.5s;
}
#lp .top-section .top-flex-block .title-box .order-btn-box a:hover{
    background:var(--order-btn-color-hover);
}

#lp .top-section .top-flex-block .title-box .top-lead-text{
    font-size:var(--font-size-22);
    font-weight: 700;
    margin-top:20px;
    text-align:center;
}
#lp .top-section .top-flex-block .title-box .top-lead-text span{
    display: inline-block;
    color:#d8171a;
    font-weight: 900;
}
#lp .top-section .top-flex-block .title-box .top-limit-text{
    text-align: center;
}

#lp .top-section .r-caution{
    text-align:right;
    font-size:var(--font-size-12);
    padding-bottom:10px;
}
#lp .top-section .top-flex-block .price-box{
    flex:1;
    padding-left:50px;
    position: relative;
}

#lp .top-section .top-flex-block .price-box .top-img-box{
    margin-bottom:50px;
}
#lp .top-section .top-flex-block .price-box .top-img-box img{
    width:100%;
}

#lp .top-section .top-flex-block .price-box .normal-price-text{
    text-align:center;
    margin-bottom:15px;
    font-weight: 700;
}
#lp .top-section .top-flex-block .price-box .special-price-block{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
#lp .top-section .top-flex-block .price-box .special-price-block .item-box{
    width:60px;
}
#lp .top-section .top-flex-block .price-box .special-price-block .item-box span{
    display: block;
    border:solid 1px #333;
    background:#fff;
    text-align:center;
    line-height:1.2;
    padding:5px;
    font-weight:900;
}
#lp .top-section .top-flex-block .price-box .special-price-block .val-box{
    flex:1;
    padding-left:15px;
    font-size:68px;
    font-weight:900;
    line-height:1;
    color:#d8171a;
}
#lp .top-section .top-flex-block .price-box .special-price-block .val-box span{
    font-size:20px
}
#lp .top-section .top-flex-block .price-box .delivery-text{
    margin-top:15px;
    background:#fff;
    text-align: center;
    font-weight: 700;
    margin-top:15px;
    padding:5px 0;
    font-size:20px;
}
#lp .top-section .top-flex-block .price-box .off-box{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    right:-20px;
    bottom:20px;
    transform: rotate(16deg);
}
#lp .top-section .top-flex-block .price-box .off-box .off-label{
    width:120px;
    height:120px;
    text-align: center;

    border-radius:100px;
    font-size:42px;
    padding-top:15px;
    line-height:1.0;
    font-weight: 900;
    color:#fff;
    background:#d8171a;
}

@media screen and (max-width:834px) { 

    #lp .top-section .top-flex-block{
        padding:20px 15px;
    }
    #lp .top-section .top-flex-block .title-box{
        width:100%;
        padding:20px 15px;
    }
    #lp .top-section .top-flex-block .title-box h1 .catch-copy{
        font-size:16px;
    }
    #lp .top-section .top-flex-block .title-box h1 .product-name{
        font-size:60px;
    }
    #lp .top-section .top-flex-block .title-box h1 .sale-text{
        font-size:30px;
    }
    #lp .top-section .top-flex-block .title-box .top-lead-text{
        font-size:14px;
    }
    #lp .top-section .top-flex-block .price-box .off-box{
        right:0px;
        bottom:75px;
        transform:none;
    }
    #lp .top-section .top-flex-block .price-box .off-box .off-label{
        width: 50px;
        height: 50px;
        font-size:14px;
        padding-top:10px;
    }
    #lp .top-section .top-flex-block .price-box{
        padding:50px 0 20px 0;
    }
    #lp .top-section .top-flex-block .price-box .special-price-block .val-box{
        font-size:48px;
    }    
    #lp .top-section .top-flex-block .price-box .delivery-text{
        font-size:16px;
    }
    #lp .top-section .top-flex-block .price-box .special-price-block .item-box{
        width:40px;
    }
    #lp .top-section .top-flex-block .price-box .special-price-block .item-box span{
        font-size: 12px;
    }
}




/* --------------------------------------

   フッタ

----------------------------------------- */
#lp footer{


}
#lp footer .copyright{
    text-align: center;
    padding:30px 0;
    font-size:var(--font-size-14);
    color:#fff;
    font-weight:400;
    background:#0057b8;
}

#lp footer .shop-rule-block{
    font-size:14px;
    padding:0px 0 50px 0;
    background:#f5f5f5;
    position: relative;
}

#lp footer .shop-rule-title{
    background:#333;
    font-size:var(--font-size-18);
    color:#fff;
    text-align: center;
    padding:15px 0;
}


#lp footer .shop-rule-flex{
    padding-top:50px;
    flex-wrap:wrap;
    display: flex;
    justify-content: space-between;
    
}
#lp footer .shop-rule-flex .shop-rule-box{
    width:31%;
}
#lp footer .shop-rule-flex .item{
    background:#333;
    color:#fff;
    padding:3px 10px;
    font-weight: 700;
}
#lp footer .shop-rule-flex .val{
    padding:5px 10px;
    margin-bottom:1.5em;
    background:#fff;
}

#lp footer .shop-rule-flex .val ol{
    margin:0 0 0 0;
    padding:0 0 0 15px;
}

@media screen and (max-width:834px) { 

    #lp footer .shop-rule-title{

        text-align:center;
    }
    
    #lp footer .shop-rule-flex{
        padding-left:20px;
        padding-right:20px;
        
    }

    #lp footer .shop-rule-flex .shop-rule-box{
        width:100%;
    }
    #lp footer .shop-rule-flex .val{

    }
}


/* --------------------------------------

   見出しH2

----------------------------------------- */
#lp h2{
    font-family: 'Noto Sans JP', sans-serif;
    color:#333;
    font-size:var(--font-size-32);
    font-weight: 900;
    margin-bottom:80px;
}





/* --------------------------------------

   固定/注文するボタン

----------------------------------------- */
#lp .fixed-order-btn-block{
    position: fixed;
    right:20px;
    bottom:20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    z-index: 100;
}
#lp .fixed-order-btn-block a{
    background:var(--order-btn-color);
    color:#fff;
    text-align:center;
    font-weight: 900;
    line-height: 1.5;
    width:120px;
    height:120px;
    padding-top:10px;
    border-radius:120px;
    transition: 0.5s;
}
#lp .fixed-order-btn-block a:hover{
    background-color: var(--order-btn-color-hover);
}
#lp .fixed-order-btn-block a span{
    font-size:42px;
}
@media screen and (max-width:834px) { 
    #lp .fixed-order-btn-block{
        right:10px;
        bottom:10px;
    }
    #lp .fixed-order-btn-block a{
        width:70px;
        height:70px;
        padding-top:5px;
        font-size:12px;
    }
    #lp .fixed-order-btn-block a span{
        font-size:16px;
    }
}


/* --------------------------------------

   ころやわとは

----------------------------------------- */
#lp .about-section{
    padding:100px 0;
}
#lp .about-section .about-lead-text{
    text-align:center;
    margin-bottom:80px;
    font-size:var(--font-size-20);
}

#lp .about-section .about-point-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom:40px;
    border-radius:15px;
}
#lp .about-section .about-point-block .text-box{
    flex:1;
    padding:0 20px 0 50px;
}
#lp .about-section .about-point-block .text-box-reverse{
    padding:0 50px 0 20px ;
}

#lp .about-section .about-point-block .text-box h3{
    font-size:var(--font-size-32);
    font-weight: 900;
    margin-bottom:15px;
}
#lp .about-section .about-point-block .text-box strong{
    font-weight: 700;
    font-size:var(--font-size-20);
}

#lp .about-section .about-point-block .img-box{
    width:45%;
}
#lp .about-section .about-point-block .img-box img{
    width:100%;
    border-radius:10px;
}

#lp .about-section .about-osusume-block{
    padding-top:30px;

}
#lp .about-section .about-osusume-block h3{
    font-size:var(--font-size-32);
    font-weight: 900;
    text-align:center;
    margin-bottom: 35px;
}
#lp .about-section .about-osusume-block ul{
    display:flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
#lp .about-section .about-osusume-block ul li{
    width:48%;
    padding:15px 0;
    margin-bottom:20px;
    text-align:center;
    font-weight: 700;
    background:#ffe000;
    color:#333;
    border-radius:30px;
}

@media screen and (max-width:834px) { 
    #lp .about-section .about-point-block-reverse{

        flex-direction: column-reverse;
    }
    #lp .about-section .about-point-block .text-box{
        width:100%;
    }
    #lp .about-section .about-point-block .img-box{
        width:100%;
        margin-bottom:20px;
    }

    #lp .about-section .about-osusume-block ul{
        padding:0 20px;
    }
    #lp .about-section .about-osusume-block ul li{
        width:100%;
        padding:10px 20px;
    }

}

@media screen and (max-width:834px) { 
    #lp .about-section .about-point-block{
        padding-left:20px;
        padding-right:20px;
    }
    #lp .about-section .about-point-block .text-box,
    #lp .about-section .about-point-block .text-box-reverse{
        padding:0;
    }
}

/* --------------------------------------

   エビデンス

----------------------------------------- */
#lp .evidence-section{
    background-color:#f5f5f5;
    background:url(../img/bg_1.png) no-repeat;
    background-size: cover;
    padding:100px 0px;
}
#lp .evidence-section .evidence-block h3{
    font-size:var(--font-size-32);
    font-weight: 900;
    margin-bottom:35px;
    text-align: center;
}
#lp .evidence-section .evidence-block .img-frame{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow: 0 0 10px #00000033;
}
#lp .evidence-section .evidence-block .img-frame img{
    width:100%;
}
#lp .evidence-section .evidence-img-flex-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#lp .evidence-section .evidence-img-flex-block .evidence-box{
    width:48%;
    margin-bottom:20px;
}
#lp .evidence-section .evidence-img-flex-block .evidence-box img{
    width:100%;
}
#lp .evidence-section .evidence-img-flex-block .evidence-box h4{
    background:#ffdd1e;
    color:#333;
    padding:10px 0;
    border-radius: 30px;
    margin-bottom:30px;
    font-weight:700;
    text-align: center;
}

@media screen and (max-width:834px) {
    #lp .evidence-section{
        padding-left:20px;
        padding-right:20px;
    }
    #lp .evidence-section .evidence-img-flex-block .evidence-box{
        width:100%;
    }
    #lp .evidence-section .evidence-block .img-frame{
        padding:20px 10px;
    }
}


/* --------------------------------------

   問い合わせ

----------------------------------------- */
#lp .contact-section{
    padding:100px 0 100px 0;

}
#lp .contact-section .contact-lead-text{
    margin-bottom:80px;
    text-align:center;
    font-size:var(--font-size-28);
    font-weight: 900;
}
#lp .contact-section .contact-flex-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#lp .contact-section .contact-flex-block .box{
    width:48%;
    background: #fff;
    padding:30px;
    border-radius:15px;
}



#lp .contact-section .contact-flex-block .box h3{
    text-align:center;
    font-weight: 900;
    font-size:var(--font-size-28);
    margin-bottom:20px;
}

#lp .contact-section .contact-flex-block .box .order-btn{
    display: block;
    background:var(--order-btn-color);
    color:#fff;
    border-radius:5px;
    font-size:var(--font-size-28);
    line-height:50px;
    padding: 15px 0;;
    font-weight:900;
    text-align:center;
    transition: 0.5s;
}
#lp .contact-section .contact-flex-block .box .order-btn:hover{
    background-color: var(--order-btn-color-hover);
}
#lp .contact-section .contact-flex-block .box .contact-btn{

    display: block;
    background:#078100;
    color:#fff;
    border-radius:5px;
    font-size:var(--font-size-28);
    line-height:50px;
    padding: 15px 0;;
    font-weight:900;
    text-align:center;
    transition: 0.5s;
}
#lp .contact-section .contact-flex-block .box .contact-btn:hover{
    background:#27a120;
}


#lp .contact-section .contact-flex-block .box .tel-order{
    margin-top:20px;
    padding: 15px 0;;
    font-weight:900;
    font-size:var(--font-size-28);
    text-align:center;
    background:#eee;
}
#lp .contact-section .contact-flex-block .box .tel-order span{
    vertical-align: -3px;
}

#lp .contact-section .contact-flex-block .box .tel-order a{
    color:#333;
}
#lp .contact-section .contact-flex-block .box .sales-time{
    font-size:var(--font-size-16);
    text-align:center;
}

@media screen and (max-width:834px) { 
    #lp .contact-section{
        padding:100px 0 100px 0;
    
    }

    #lp .contact-section .contact-flex-block{
        padding:0 20px;
    }
    #lp .contact-section .contact-flex-block .box{
        width:100%;
        margin-bottom:20px;
    }
}


/* --------------------------------------

   マットタイプ説明

----------------------------------------- */
#lp .mat-section{
    padding:100px 0;
    background: #ffe000;
    background:url(../img/bg_header.png) no-repeat top center;
    background-size: cover;
}


#lp .mat-section .mat-lead-text{
    text-align:center;
    margin-bottom:40px;
    font-size:var(--font-size-20);
}

#lp .mat-section .mat-img-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 0 10px #00000033;
    border-radius: 15px;
    margin-bottom:30px;
}
#lp .mat-section .mat-img-block img{
    border-radius: 15px;
}

#lp .mat-section .mat-feature-block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#lp .mat-section .mat-feature-block .feature-box{
    width:48%;
    background:#fff;
    border-radius:15px;
    margin-bottom:40px;
    box-shadow: 0 0 10px #00000033;

}
#lp .mat-section .mat-feature-block .feature-box .feature-img{

}
#lp .mat-section .mat-feature-block .feature-box img{
    width:100%;
    border-radius:10px 10px 0 0;
}
#lp .mat-section .mat-feature-block .feature-box .feature-text{
    padding:20px;
 
}
#lp .mat-section .mat-feature-block .feature-box .feature-text h3{
    font-weight: 900;
    font-size:var(--font-size-20);
    text-align:center;
    margin-bottom:10px;
}
#lp .mat-section .mat-feature-block .feature-box .feature-text p{
    font-size:var(--font-size-16);
}
@media screen and (max-width:834px) { 
    #lp .mat-section .mat-feature-block{
        padding:0 20px;
    }
    #lp .mat-section .mat-feature-block .feature-box{
        width:100%;
        margin-bottom:20px;
    }
}

/* --------------------------------------

   製品情報

----------------------------------------- */
#lp .product-section{
    padding:100px 0;
}
#lp .product-section .product-flex-block{
    display: flex;
    flex-wrap: wrap;
}
#lp .product-section .product-flex-block .img-box{
    width:550px;
}
@media screen and (max-width:834px) { 
    #lp .product-section .product-flex-block .img-box{
        width: 100%;
    }
}

#lp .product-section .product-flex-block .text-box{
    flex:1;
    margin-left:50px;

}
#lp .product-section .product-flex-block .text-box h3{
    font-weight:900;
    font-size:var(--font-size-22);
    margin-bottom:15px;
}
#lp .product-section .product-flex-block .text-box p{
    font-size:var(--font-size-16);
    margin-bottom:15px;
}
#lp .product-section .product-caution-text{
    margin-top:10px;
    margin-bottom:10px;
    font-size:var(--font-size-14);
    line-height:1.4;
    border:dotted 1px #aaa;
    padding:5px;
}
#lp .product-section .product-order-box{
    text-align:center;
    margin-top:35px;
}
#lp .product-section .product-order-box .order-btn{
    display: inline-block;
    background:var(--order-btn-color);
    color:#fff;
    padding:15px 0px;
    width:100%;
    border-radius:5px;
    transition: 0.5s;
    font-weight: bold;
}
#lp .product-section .product-order-box .order-btn:hover{
    background-color: var(--order-btn-color-hover);
}

#lp .product-section .product-other-text{
    margin-top:50px;
    text-align:center;
    background:#ffe000;
    border-radius:30px;
    padding:15px 10px;
    color:#333;
    font-weight:700;
}


#lp .swiper {
	width: 100%;
}
#lp .swiper-button-next,
#lp .swiper-rtl .swiper-button-prev,
#lp .swiper-button-prev,
#lp .swiper-rtl .swiper-button-next
{
    width:20px;
    height:50px;
    background:#ffe000;
    color:#333;
    text-align:center;
    transition: 0.5s;
}
#lp .swiper-button-next{
    right:0px;
}
#lp .swiper-button-prev{
    left:0px;
}
#lp .swiper-button-next:hover,
#lp .swiper-button-prev:hover{
    background:#333;
    color:#ffe000;
}

#lp .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
#lp .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	font-size:var(--font-size-28);
}
#lp .slider-thumbnail{
	overflow: hidden;
	margin-top:5px;

}
#lp .slider-thumbnail .swiper-wrapper .swiper-slide {
	height: 100%;
	opacity: 0.8;
    border:solid 2px #ccc;
	overflow: hidden;
}
#lp .slider-thumbnail .swiper-wrapper .swiper-slide:hover{
    cursor: pointer;
}

#lp .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
    border:solid 2px #ffe000;
}
#lp .swiper-slide {
	text-align: center;
	display: flex;
	align-items: center;
    flex-wrap:wrap;
}
#lp .swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius:5px;
}
#lp .slider-thumbnail .swiper-wrapper .swiper-slide img{
	border-radius:0px;
}

@media screen and (max-width:834px) { 

    #lp .product-section .product-flex-block{
        padding-left:20px;
        padding-right:20px;
    }
    #lp .product-section .product-flex-block .text-box{
        padding:30px 0;
        margin:0;
    }


    #lp .product-section .product-other-text{
        margin:50px 20px;

    }
    
}

/* --------------------------------------
   製品仕様
----------------------------------------- */
#lp .product-section .product-flex-block .text-box .product-table{
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}
#lp .product-section .product-flex-block .text-box .product-table th,
#lp .product-section .product-flex-block .text-box .product-table td{
    border:solid 1px #ccc;
    padding:10px;
    font-size:var(--font-size-16);
    line-height:1.5;
}
#lp .product-section .product-flex-block .text-box .product-table th{
    width:130px;
    background:#f5f5f5;
}
#lp .product-section .product-flex-block .text-box .product-table th span{
    font-size:var(--font-size-14);
}
#lp .product-section .product-flex-block .text-box .product-table td .normal-price{
    margin-top:5px;
    font-size:var(--font-size-16);
}
#lp .product-section .product-flex-block .text-box .product-table td .special-price{
    font-weight: 700;
    font-size:var(--font-size-26);
}
#lp .product-section .product-flex-block .text-box .product-table td .special-price span{
    font-size:var(--font-size-16);
}





/* --------------------------------------

   注文ヘッダ

----------------------------------------- */
#lp .order-top-section{
    background: #ffe000;
    background:url(../img/bg_0.png) no-repeat top center;
    background-size: cover;
    position: relative;

}
#lp .order-top-section h1{
    font-size:var(--font-size-32);
    font-weight: 900;
    padding:50px 0 80px 0;
}


/* --------------------------------------

   注文完了

----------------------------------------- */
#lp .order-thanks-section{
    padding:100px 0 200px 0;
}

#lp .thanks-msg-block{
    padding:0 20px;
}
    

@media screen and (max-width:834px) { 
    #lp .order-thanks-section{
        padding:50px 0 100px 0;
        
    }
}


/* --------------------------------------

   注文フォーム

----------------------------------------- */
#lp .order-section{
    padding-top:20px;
    padding-bottom:150px;

}
#lp .form-title{
    padding:0 20px;
}

#lp .form-title h1{
    text-align: center;
}

#lp .order-section h3{
    border-bottom:solid 1px #ccc;
    margin-bottom:20px;
    padding:10px 0;
}




#lp .order-section .step-block{
    margin:50px 0;
}
#lp .order-section .step-list{
    display: flex;
    justify-content: center;
}
#lp .order-section .step-list li{
    background:#fff;
    padding:5px 20px;
    border:solid 1px #ddd;
    margin:0 18px;
    border-radius:30px;
}
#lp .order-section .step-list li.arrow{
    border:0;
    margin:0;
    padding:5px 0;
}

#lp .order-section .step-list li span{
    vertical-align: -6px;
}
#lp .order-section .step-list li.current{
    background:var(--order-btn-color);
    color:#fff;
    border:solid 1px var(--order-btn-color);
}


@media screen and (max-width:834px) { 
    #lp .order-section .step-block{
        display: none;
    }
}



@media screen and (max-width:834px) { 

    
}



/* --------------------------------------
   個数選択
----------------------------------------- */
#lp .order-num-table{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom:5px;
}
#lp .order-num-table th,
#lp .order-num-table td{
    padding:8px 10px;
    border:solid 1px #868686;
    text-align:center;
}
#lp .order-num-table th{
    padding:3px;
    background:#ebebeb;
    font-size:var(--font-size-16);
}
#lp .order-num-table tr.sp-none{
}
#lp .order-num-table th.sp-none{
}
#lp .order-num-table th.sp-show{
    display: none;
}

#lp .order-num-table td.item{
    text-align:right;
}
#lp .order-num-table td.total{
    text-align: right;
    width:200px;
}
#lp .order-num-table td.num-cell{
    background:#ccecff;
}
#lp .order-num-table td span.new-price{
    color:#c70f0f;
    font-weight:900;
    font-size:var(--font-size-24);
}
#lp .order-num-table td span.js-total-price{
    font-weight:900;
    font-size:var(--font-size-20);
}


#lp .order-num-caution{
    font-size:var(--font-size-16);
    margin-top:10px;
    margin-bottom:30px;
}

/* --- */
#lp .order-num-flex{
    display: flex;
    justify-content: space-between;
}
#lp .order-num-flex .item-name-box{
    flex:1;
}

#lp .order-num-flex .item-price-box{
    width: 280px;
}
#lp .order-num-flex .item-num-box{
    width: 150px;
}
#lp .order-num-flex .item-total-box{
    width: 200px;
}
#lp .order-num-flex .title{
    background-color: #ebebeb;
    text-align: center;
}
#lp .order-num-flex .text{
}

#lp .order-num-flex .item-name-box .title,
#lp .order-num-flex .item-price-box .title,
#lp .order-num-flex .item-num-box .title,
#lp .order-num-flex .item-total-box .title{
    padding:3px;
    background:#ebebeb;
    font-weight: 700;
    font-size:var(--font-size-16);
    border-top:solid 1px #868686;
    border-bottom:solid 1px #868686;
    border-right:solid 1px #868686;
}

#lp .order-num-flex .item-name-box .text,
#lp .order-num-flex .item-price-box .text,
#lp .order-num-flex .item-num-box .text,
#lp .order-num-flex .item-total-box .text{
    border-right:solid 1px #868686;
    border-bottom:solid 1px #868686;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding:10px 5px;
    min-height:100px;
}

#lp .order-num-flex .item-name-box .title,
#lp .order-num-flex .item-name-box .text{
    border-left:solid 1px #868686;
}

#lp .order-num-flex .item-num-box .text.num{
    background:#ccecff;
}
#lp .order-num-flex .item-total-box .text.right{
    justify-content: flex-end;
}
#lp .order-num-flex .item-total-box .text .js-total-price{
    font-weight:900;
    font-size:var(--font-size-20);
}

#lp .order-num-flex .item-price-box .text span.new-price{
    color:#c70f0f;
    font-weight:900;
    font-size:var(--font-size-24);
}

/* --- */
#lp .order-num-total-box{
    display: flex;
    justify-content: flex-end;
}
#lp .order-num-total-box .item-box,
#lp .order-num-total-box .val-box{
    border-bottom:solid 1px #333;
    text-align:right;
    padding:10px 5px;
}
#lp .order-num-total-box .item-box{
    width:150px;
}
#lp .order-num-total-box .val-box{
    width:200px;
    padding-right:10px;
}
#lp .order-num-total-box .val-box span.js-total-price{
    font-weight:900;
    font-size:var(--font-size-20);
}

@media screen and (max-width:834px) { 
    #lp .order-section{
        padding-top:50px;

    }
    #lp .order-num-block{
        padding-left:20px;
        padding-right:20px;
    }

    #lp .order-num-flex{
        flex-wrap: wrap;
        padding-left:20px;
        padding-right:20px;
    }
    #lp .order-num-flex .item-name-box{
        width: 100%;
        display: flex;
    }
    #lp .order-num-flex .item-price-box{
        width: 100%;
        display: flex;
    }
    #lp .order-num-flex .item-num-box{
        width: 100%;
        display: flex;
    }
    #lp .order-num-flex .item-total-box{
        width: 100%;
        display: flex;
    }
    #lp .order-num-flex .item-name-box .title,
    #lp .order-num-flex .item-price-box .title,
    #lp .order-num-flex .item-num-box .title,
    #lp .order-num-flex .item-total-box .title{
        width:100px;
        border:0;
        border-bottom:solid 1px #868686;
        border-right:solid 1px #868686;
        border-left:solid 1px #868686;
    }

    #lp .order-num-flex .item-name-box .text,
    #lp .order-num-flex .item-price-box .text,
    #lp .order-num-flex .item-num-box .text,
    #lp .order-num-flex .item-total-box .text{
        flex:1;
        min-height:auto;
        border:0;
        border-bottom:solid 1px #868686;
        border-right:solid 1px #868686;
    }

    #lp .order-num-flex .item-name-box .title,
    #lp .order-num-flex .item-name-box .text{
        border-top:solid 1px #868686;
    }

    #lp .order-num-caution{
        font-size: 12px;
        padding:0 20px;
        margin-top:20px;
        margin-bottom:30px;
    }


    #lp .order-num-total-box{
        display: flex;
        justify-content: flex-end;
        padding-left:20px;
        padding-right:20px;
    }

    #lp .order-num-total-box .item-box{
        flex:1;
    }
    #lp .order-num-total-box .val-box{
        width:200px;
    }
}







/* --------------------------------------
   注文者情報
----------------------------------------- */
#lp .form-alert-warning{
    background:#ffb1b1;
    font-weight: 700;
    color:#a00;
    padding:15px;
    text-align:center;
    margin-bottom:25px;
}
#lp .form_error{
    color:#a00;
    padding:5px;
    margin-top:5px;
}
#lp .inquiry-lead-text{

    
}

#lp .edit-btn-block{
    padding:10px;
    background:#888;

}
#lp .edit-btn-block .back-btn{
    border-radius: 3px;
    display: flex;
    width: 80px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #333;
    border: 1px solid #0000;
    cursor: pointer;
    transition: 0.5s;
}



@media screen and (max-width:834px) { 
    #lp .form-alert-warning{
        margin:0 20px 20px 20px;
        
    }

    #lp .inquiry-lead-text{
        padding:0 20px 20px 20px;
    
    }
    
}



#lp .order-table-block{

}
#lp .order-table{
    width:100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom:30px;
}
#lp .order-table th,
#lp .order-table td{
    padding:10px 10px;
    font-size:var(--font-size-16);
    text-align:left;
}

#lp .order-table th{
    width:250px;
    background:#f1f1f1;
    border-radius:3px;
}
#lp .order-table th .label-hissu{
    background-color:#c13832;
    color:#fff;
    border-radius:3px;
    display: inline-block;
    font-size:var(--font-size-12);
    padding:3px 5px;
    line-height: 1.0;
    margin-left:5px;
}

#lp .postal-search-btn{
    cursor: pointer;
    display: inline-block;
    margin-left:5px;
    padding:5px 10px;
    background:#555;
    color:#fff;
    border-radius:3px;
    transition: 0.3s;
}
#lp .postal-search-btn span{
    vertical-align: -6px;
}
#lp .postal-search-btn:hover{
    background:#c70f0f ;
    color:#fff;
}



@media screen and (max-width:834px) { 
    #lp .order-table-block{

        padding-left:20px;
        padding-right: 20px;
    }
    #lp .order-table{

    }
    #lp .order-table th,
    #lp .order-table td{
        width:100%;
        display: block;
    }

}



/* --------------------------------------
   フォーム
----------------------------------------- */
#lp .c-form-text{
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 4px;
    padding: 12px;
    box-sizing: border-box;
}
#lp .c-form-text.w100{ width: 100px; }
#lp .c-form-text.w200{ width: 200px; }
#lp .c-form-text.w300{ width: 300px; }
#lp .c-form-text.w400{ width: 400px; }
#lp .c-form-text.w500{ width: 500px; }
#lp .c-form-text.w600{ width: 600px; }
#lp .c-form-text.w700{ width: 700px; }

#lp .c-form-select{
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 4px;
    padding: 5px 12px;
    box-sizing: border-box;
}

#lp .c-form-textarea{
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 4px;
    padding: 12px;
    width:500px;
    height:200px;

}

#lp .form-submit-box{
    text-align:center;
    display: flex;
    
    justify-content: center;
    padding-top:50px;
}
#lp .order-submit-button{
    width: 100%;
    line-height: 1.4;
    font-size:var(--font-size-20);
    font-weight: 700;
    border-radius:3px;
    min-height: 70px;
    display: flex;
    width:400px;
    justify-content: center;
    align-items: center;
    background: var(--order-btn-color);
    color:#fff;
    border: 1px solid #0000;
    cursor: pointer;
    transition: 0.5s;
}
#lp .order-submit-button:hover{
    background: var(--order-btn-color-hover);
}




@media screen and (max-width:834px) { 
    #lp .c-form-text.w100{ width: 100%; }
    #lp .c-form-text.w200{ width: 100%; }
    #lp .c-form-text.w300{ width: 100%; }
    #lp .c-form-text.w400{ width: 100%; }
    #lp .c-form-text.w500{ width: 100%; }
    #lp .c-form-text.w600{ width: 100%; }
    #lp .c-form-text.w700{ width: 100%; }
    #lp .c-form-text.w-zipcode{ width: 90px; }

    #lp .c-form-textarea{ width:100%; }

    #lp .form-submit-box{
        padding-left:30px;
        padding-right:30px;
    }
}

