@charset "utf-8";
:root {
    --color-blue:#130A8F;
    --maxwidth:1220px;
}
/*BiBiO Ring PRODUCT*/
.product .container_wide{background: #E8E8E8;}
/*FEATURE*/
#product .feature{
    padding-bottom: 132px;
}
#product .feature > .ti{
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.2;
    font-size: 42px;
    font-weight: 500;
}
#product .feature > .ti .en{
    font-size: 20px;
}
#product .feature .product_2col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 945px;
    margin: 0 auto 90px;
}
#product .feature .product_2col li{
    max-width: 450px;
    width: 47%;
}
#product .feature .product_2col:last-of-type{
    margin-bottom: 0;
}
#product .feature .product_2col .ti{
    margin-bottom: 1em;
    font-size: 31px;
    font-weight: 500;
}
#product .feature .product_2col .txt{
    margin-bottom: 1em;
    font-size: 14px;
}
@media screen and (max-width: 1000px) {
    #product .feature .product_2col:nth-of-type(even) .txt_box{
        padding-left: 2cqw;
    }
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 767px) {
    #product .feature{
        padding-bottom: 26.66cqw;
    }
    #product .feature .product_2col {
        width: 100%;
        margin: 0 auto 26.66cqw;
    }
    #product .feature .product_2col li {
        max-width: 100%;
        width: 90.9cqw;
    }
    #product .feature .product_2col:nth-of-type(odd) {
        justify-content: flex-start;
    }
    #product .feature .product_2col:nth-of-type(odd) .txt_box {
        padding: 9.86cqw 2% 0;
    }
    #product .feature .product_2col:nth-of-type(even) {
        justify-content: flex-end;
    }
    #product .feature .product_2col:nth-of-type(even) li:nth-child(2){
        order: 1;
    }
    #product .feature .product_2col:nth-of-type(even) .txt_box  {
        order: 2;
        padding: 9.86cqw 0 0;
    }
    #product .feature .product_2col .ti{
        font-size: 5.33cqw;
    }
    #product .feature .product_2col .txt{
        font-size: 3.2cqw;
    }
}
/*END　FEATURE*/

/*design howto*/
#product .design{
    padding: 100px 0 150px;
}
#product .howto{
    margin-top: -1px;
    padding-bottom: 333px;
}
#product .design,
#product .howto{
    background: var(--color-blue);
    color: #fff;
}
#product .design .inner > .ti,
#product .howto .inner > .ti{
    margin-bottom: 1.5em;
    text-align: center;
    line-height: 1.2;
    font-size: 42px;
    font-weight: 500;
}
#product .design .inner > .ti .en,
#product .howto .inner > .ti .en{
    font-size: 20px;
}
#product .product_3col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#product .design .product_3col{
    max-width: 884px;
    width: 93.57%;
    margin: 0 auto;
}
#product .design .product_3col li{
    max-width: 270px;
    width: 30.53%;
}
#product .design .product_3col .txt{
    display: grid;
    place-items: center;
    text-align: center;
    height: 7em;
    white-space: nowrap;
    font-size: 22px;
    font-weight: 500;
}
:lang( en ) #product .design .product_3col .txt,
:lang( fr ) #product .design .product_3col .txt{
    display:block;
    white-space: normal;
}
#product .howto .product_3col{
    width: 100%;
    margin: 0 auto;
}
#product .howto .product_3col li{
    max-width: 265px;
    width: 28.095%;
    margin-bottom: 51px;
}
#product .howto .product_3col li:nth-last-child(-n+3){
    margin-bottom: 0;
}
#product .howto .product_3col .step{
    display: flex;
	justify-content:flex-start;
	align-items: center;
    padding-top: 1em;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
}
:lang( en ) #product .howto .product_3col .step{
    height: 5em;
}
:lang( fr ) #product .howto .product_3col .step{
    height: 7em;
}
:lang( en ) #product .howto .product_3col .step,
:lang( fr ) #product .howto .product_3col .step{
    white-space:normal;
}
#product .howto .product_3col .step .num{
    flex-shrink: 0;
    margin-right: 19px;
    text-align: center;
    white-space: nowrap;
    line-height: 0.8;
    font-size: 54px;
    font-weight: 400;
}
#product .howto .product_3col .step .num .txt{
    white-space: nowrap;
    font-size: 18px;
}
:lang( fr ) #product .howto .product_3col .step .num .txt{
    font-size: 15px;
}
@media screen and (max-width: 950px) {
    #product .design .product_3col .txt{
        font-size: 20px;
    }
    #product .howto .product_3col .step{
        font-size: 17px;
    }
    #product .howto .product_3col .step .num{
        margin-right: 1cqw;
        font-size: 50px;
    }
}
@media screen and (max-width: 870px) {
    #product .design .product_3col .txt{
        font-size: 2.4cqw;
    }
    #product .howto .product_3col .step{
        font-size: 2cqw;
    }
    #product .howto .product_3col .step .num{
        font-size: 45px;
    }
}
@media screen and (max-width: 768px) {
    #product .design,
    #product .howto{
        overflow: hidden;
    }
    #product .design .product_3col .txt{
        font-size: 19px;
    }
    #product .howto .product_3col .step{
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    #product .design{
        padding: 16.53cqw 0 32cqw;
    }
    #product .design .inner > .ti, #product .howto .inner > .ti{
        font-size: 7.46cqw;
    }
    #product .design .inner > .ti .en, #product .howto .inner > .ti .en{
        font-size: 3.2cqw;
    }
    #product .design .product_3col{
        width: 64cqw;
    }
    #product .design .product_3col li{
        max-width: 100%;
        width: 100%;
    }
    #product .design .product_3col .txt{
        height: auto;
        margin: 1em auto 3em;
        font-size: 4.26cqw;
    }
    #product .design .product_3col li:last-child .txt{
        margin: 1em auto 0;
    }
    :lang( en ) #product .howto .product_3col .step,
    :lang( fr ) #product .howto .product_3col .step{
        height: auto;
    }
    #product .howto{
        padding-bottom: 145.86cqw;
        overflow: hidden;
    }
    #product .howto .inner{
        width: 100%;
    }
    #product .howto .howto_li{
        position: relative;
    }
    #product .howto .howto_li .product_3col li{
        max-width:inherit;
        width: auto;
        margin-bottom: 0;
        padding-top: 19cqw;
        position: relative;
    }
    #product .howto .howto_li .product_3col .slick-list {
        margin: 0 -2.66cqw;/*スライドのマージン*/
    }
    #product .howto .howto_li .product_3col .slick-slide{
        margin: 0 2.66cqw;
    }
    #product .howto .howto_li .product_3col li .num{
        position: absolute;
        top:0;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 12.8cqw;
    }
    #product .howto .howto_li .product_3col li .num .txt{
        font-size: 4.26cqw;
    }
    #product .howto .product_3col .step{
        display: block;
        text-align: center;
        font-size: 4.26cqw;
    }
    #product .howto .howto_li .controls-container{
        position: absolute;
        right: 0;
        left: 0;
        bottom: -54px;
        display: flex;
        align-items: center;
        justify-content:space-between;
    }
    #product .howto .howto_li .slick-dots{
        width: auto;
        display: flex;
        margin: 0 30px;
        position: relative;
        bottom: 0;
        order: 2;
    }
    #product .howto .howto_li .slick-dots li{
        width: 10px;
        height: 5px;
        display: block;
    }
    #product .howto .howto_li .slick-dots button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
        width: 1.76cqw;
        height: 1.76cqw;
        border-radius: 100%;
        border: solid 1px #fff;
    }
    #product .howto .howto_li .slick-dots .slick-active button {
        background: #fff;
    }
    #product .howto .howto_li .slick-dots li button::before{
        display: none;
    }
    #product .howto .howto_li .slide-arrow {
        position: relative;
        bottom: 0;
        width: 11px;
        height: 21px;
        margin: auto;
    }
    #product .howto .howto_li .prev-arrow {
        background-image:url("../img/common/slider_arrow_wh_L.svg") ;
    }
    #product .howto .howto_li .next-arrow {
        order: 3;
        background-image:url("../img/common/slider_arrow_wh_R.svg") ;
    }
}
/*END design howto*/

/*purchase*/
#product .purchase{
    
}
#product .purchase .box_wh{
    position: relative;
    width: 100%;
    padding: 35px;
    margin-bottom: -25%;
    transform: translateY(-50%);
    box-sizing: border-box;
    background: #fff;
}
#product .purchase .box_wh .product_2col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#product .purchase .box_wh .product_2col li{
    max-width: 425px;
    width: 47%;
}
#product .purchase .box_wh .product_2col li.txt_box{
    text-align: center;    
}
#product .purchase .box_wh .product_2col .ti{
    font-size: 29px;
    font-weight: 500;
}
#product .purchase .box_wh .product_2col .price{
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: 500;
}
#product .purchase .box_wh .product_2col .txt{
    margin-bottom: 2em;
    font-size: 14px;
}
#product .purchase .notasextoy{
    padding-top: 60px;
    text-align: center;
}
#product .purchase .notasextoy img{
    max-width: 945px;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
    .purchase .inner{
        width: 85.56%;
    }
    #product .purchase .box_wh{
        padding: 4.8cqw;
        margin-bottom: -112cqw;
        transform: translateY(-112cqw);
    }
    #product .purchase .box_wh .product_2col li{
        max-width: 100%;
        width: 100%;
    }
    #product .purchase .box_wh .product_2col li.txt_box{
        padding: 10.13cqw 0;
    }
    #product .purchase .box_wh .product_2col .ti{
        font-size: 5.86cqw;
    }
    #product .purchase .box_wh .product_2col .price{
        font-size: 4.26cqw;
    }
    #product .purchase .box_wh .product_2col .txt{
        font-size: 3.2cqw;
    }
    #product .purchase .notasextoy{
        margin: 0 -5cqw;
    }
}
/*END purchase*/



