@charset "UTF-8";
/* CSS Document */
/* ------------------------------
Decotoのプチギフトが選ばれる理由 reason
------------------------------ */
body#reason #op_area,
body#reason #contents01,
body#reason #contents02,
body#reason #contents03 {
    text-align: justify;
    color: #1b1b1b;
}
body#reason #op_area img,
body#reason #contents01 img,
body#reason #contents02 img,
body#reason #contents03 img{
    width: 100%;
    height: auto;
}
body#reason p.explanation{
    font-size:  1.5rem;
    text-align: justify;
}
body#reason a{
    text-decoration: none;
}
/*#op_area*/
body#reason #op_area #title_text{
    background-color: #ec5385;
    padding: 1rem;
    text-align: center;
}
body#reason #op_area #title_text h2{
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    line-height: 130%;
    text-align: center;
}
body#reason #op_area #title_text p#ribon1{
    display: inline-block;
    position: relative;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0 1rem;
    font-size: 1rem;
    background: #fff;
    color: #ec5385;
    box-sizing: border-box;
    margin-top: 1rem;
    font-weight: 700;
    width: 19rem;
}
body#reason #op_area #title_text p#ribon1::before,
body#reason #op_area #title_text p#ribon1::after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
body#reason #op_area #title_text p#ribon1::before {
    top: 0;
    left: 0;
    border-width: 1rem 0px 1rem 0.8rem;
    border-color: transparent transparent transparent #ec5385;
    border-style: solid;
}
body#reason #op_area #title_text p#ribon1::after {
    top: 0;
    right: 0;
    border-width: 1rem 0.8rem 1rem 0px;
    border-color: transparent #ec5385 transparent transparent;
    border-style: solid;
}
body#reason #op_area p.explanation{
    text-align: justify;
    padding: 15px 0;
    line-height: 150%;
    letter-spacing: -0.1px;
}
/*contents01~03共通*/
body#reason #contents01,
body#reason #contents02,
body#reason #contents03{
    margin-top: 50px;
    text-align: center;
}
body#reason h3.ribon2{
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
    background: #57d1c9;
    color: #1b1b1b;
}
body#reason h3.ribon2:before,body#reason h3.ribon2::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}
body#reason h3.ribon2::before {
    top: 0;
    left: -1px;
    border-width: 18px 0px 18px 8px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
body#reason h3.ribon2:after {
    top: 0;
    right: -1px;
    border-width: 18px 8px 18px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
body#reason #contents01 p.explanation,
body#reason #contents02 p.explanation,
body#reason #contents03 p.explanation{
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 140%;
    letter-spacing: -0.1px;
}
body#reason p.subheading{
    font-weight: 700;
    margin: 2rem 0 2rem;
}
body#reason ul.good_point{
    text-align: justify;
    font-weight: 700;
    margin: 0 auto;
    max-width: 700px;
    margin-bottom: 2rem;
    color: #1b1b1b;
}
body#reason ul.good_point li{
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1.5rem;
}
body#reason p.point{
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    background: #ec5385;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 12px;
    flex-shrink: 0;
}
body#reason p.point:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #ec5385;
    z-index: 0;
}
/*contents01*/
body#reason #contents01 #contents01_first ul li{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}
body#reason #contents01 #contents01_first ul li .voice_img{
    width: calc( 25% - 15px );
    margin-right: 15px;
}
body#reason #contents01 #contents01_first ul li .voice{
    font-size: 1.5rem;
    padding: 10px;
    margin-bottom: 0;
    color: #555;
    position: relative;
    text-align: justify;
    border: solid 1px #1b1b1b;
    width: 75%;
}
body#reason #contents01 #contents01_first ul li .voice::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -21px;
    margin-top: -9px;
    border: 9px solid transparent;
    border-right: 13px solid #FFF;
    z-index: 2;
}
body#reason #contents01 #contents01_first ul li .voice::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 15px solid #1b1b1b;
    z-index: 1;
}
body#reason #contents01 #contents01_second{
    position: relative;
    margin-top: 50px;
}
body#reason #contents01_second .emphasis{
    font-size: 1.5rem;
    font-weight: 700;
    color: #434343;
    position: relative;
    letter-spacing: 1px;
    margin: 10px auto;
    line-height: 116%;
    text-align: center;
}
body#reason #contents01_second .emphasis p{
    display: inline-block;
}
body#reason #contents01_second .emphasis:before,
body#reason #contents01_second .emphasis:after{
    position: relative;
    display: inline-block;
    content: "";
    background: #434343;
    width: 1px;
    height: 20px;
    margin: 0 10px;
    margin-top: -.20px;
    vertical-align: middle;
}
body#reason #contents01_second .emphasis:before{
    transform: rotate(-35deg);
}
body#reason #contents01_second .emphasis:after{
    transform: rotate(35deg);
}
body#reason #contents01_second .product_introduction .product_introduction_img{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
body#reason #contents01_second .product_introduction_img .product_img{
    width: 23%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
}
body#reason #contents01_second .product_introduction_img .product_img img{
    width: 100%;
    height: auto;
}
body#reason #contents01_second .product_introduction_img a:active img{
    opacity: 0.7;
}
/*contents02*/
body#reason #contents02 img{
    margin-bottom: 2rem;
}
body#reason #contents02 p.time_heading{
    background-color:#ec5385;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 0.5rem;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}
body#reason #contents02 .time_reason:last-of-type p.time_heading{
    background-color:#535353;
}
body#reason #contents02 #contents02_first ul{
    padding-left: 2rem;
    line-height: 140%;
    margin-bottom: 1.5rem;
}
body#reason #contents02 #contents02_first ul li{
    list-style-type: disc;
    text-align: justify;
    color: #1b1b1b;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
/*contents03*/
body#reason #contents03{
    margin-bottom: 5rem;
}
body#reason #contents03 span.small{
    letter-spacing: -0.1px;
}
body#reason #contents03 #contents03_first{
    margin: 0 auto;
    margin-top: 20px;
}
body#reason #contents03 table{
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 13px;
    table-layout: fixed;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 1px;
}
body#reason #contents03 table tr{
    background-color: #fff;
    padding: 5px;
    border: 1px solid #CCCCCC;
}
body#reason #contents03 table tr:last-child{
    border: none;
}
body#reason #contents03 table thead th{
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #CCCCCC;
}
body#reason #contents03 #pink_bk{
    background:#ec5385;
    color: #fff;
    border: 1px solid #fff;
}
body#reason #contents03 #gray_bk{
    background:#535353;
    color: #fff;
    border: 1px solid #fff;
}
body#reason #contents03 table th{
    padding: 2rem;
    border-right: 1px solid #fff;
}
body#reason #contents03 table td {
    padding: 2rem .5rem;
    border-right: 1px solid #CCCCCC;
    text-align: center;
}
body#reason #contents03 table th {
}
body#reason #contents03 table thead tr{
    background-color: #50535d;
    color:#fff;
}
body#reason #contents03 table tbody th {
    border-right: 1px solid #CCCCCC;
}
body#reason #contents03 th.non {
    border-right: none;
}
body#reason #contents03 .price{
    color: #000;
    font-weight: 700;
}
body#reason #contents03 .price span {
}
body#reason #contents03 #total_pink{
    background:#ec5385;
    color:#fff;
    padding: 1rem;
    text-decoration:none;
}
body#reason #contents03 #total{
    background:#fff;
    color:#1b1b1b;
    padding: 1rem;
    text-decoration:none;
    font-weight: 700;
}
body#reason #contents03 table #total_area td {
    padding: .2rem .5rem;
    border-right:none;
}
body#reason #contents03 #contents03_second span.pink{
    color: #ec5385;
}
body#reason #contents03 #contents03_second span.pink_big{
    color: #ec5385;
}
body#reason #contents03 #contents03_second p#verticality{
    writing-mode: vertical-rl;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0 auto;
}
body#reason #contents03 #contents03_second img{
    width: 100%;
}
/*------------ 共通 PC  ------------*/
@media screen and (min-width: 950px) {
    body#reason #title_wrapper{
        display: flex;
        flex-wrap: nowrap;
    }
    body#reason #title_wrapper #title{
        width: 60%;
    }
    body#reason #title_wrapper #title_text{
        width: 40%;
        padding-top: 120px;
    }
    body#reason #op_area #title_text h2{
        font-size: 2.5rem;
    }
    body#reason #op_area #title_text p#ribon1{
        height: 30px;
        line-height: 30px;
        font-size: 1.6rem;
        margin-top: 20px;
        width: 80%;
    }
    body#reason #op_area #title_text p#ribon1::before{
        border-width: 15px 0px 15px 0.8rem;
    }
    body#reason #op_area #title_text p#ribon1::after{
        border-width: 15px 0.8rem 15px 0px;
    }
    body#reason h3.ribon2{
        height: 50px;
        line-height: 50px;
    }
    body#reason h3.ribon2::before {
        border-width: 25px 0px 25px 8px;
    }
    body#reason h3.ribon2::after {
        border-width: 25px 8px 25px 0px;
    }
    body#reason #contents01 p.explanation,
    body#reason #contents02 p.explanation,
    body#reason #contents03 p.explanation{
        margin-bottom: 50px;
    }
    body#reason #contents01 #contents01_first ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body#reason #contents01 #contents01_first ul li{
        width: 48%;
    }
    body#reason #contents01 #contents01_first ul li .voice{
        padding: 20px;
    }
    body#reason p.subheading{
        font-size: 2rem;
        margin-bottom: 40px;
    }
    body#reason #contents01_second .product_introduction_img .product_img{
        width: 14%;
    }
    body#reason #contents02 .time_image{
        max-width: 550px;
        margin: 0 auto;
    }
    body#reason #contents02 #contents02_first{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    body#reason #contents02 #contents02_first .time_reason{
        margin-right: 30px;
    }
}