/* CSS Document */
@import url("https://use.typekit.net/cwr8wic.css");

/*----------------------
    font-family: "agency-fb", sans-serif;
    font-family: noto-sans-cjk-jp, sans-serif;
---------------------------------------------------------*/

:root{
    --bondcate-page-color:#3E3E3E;
    --bondcate-point-color:#C1007D;
    --En-san:"agency-fb", "noto-sans-cjk-jp",sans-serif;
}
div#sysMain {
  width: 100% !important;
  max-width: none !important;
  margin: 0px auto !important;
}
.sysItemCategoryPankuzu {
    display: none;
}
#bond_wrap{
    text-align: center;
    font-size: 1.6rem;
    font-family: "noto-sans-cjk-jp", sans-serif;
    margin-bottom: 80px;
}

#bond_wrap img{
    max-width: 100%;
    vertical-align: bottom;
}

#bond_wrap sup{
    font-size: 11px;
    vertical-align: super;
    margin-left: 5px;
}

#bond_wrap .comm_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#bond_wrap .comm_w90{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

#bond_wrap .comm_mt{
    margin-top: 90px;
}

#bond_wrap .comm_ttl{
    font-size: clamp(3.6rem, 1.92rem + 5.85vw, 5rem);
    color: var(--bondcate-page-color);
    font-weight: normal;
    letter-spacing: 1rem;
    margin-bottom: 40px;
    font-family: var(--En-san);
}

#bond_wrap .comm_ttl span{
    font-size: 38%;
    display: block;
    color: var(--bondcate-page-color);
    letter-spacing: 0.1rem;
}

#bond_wrap #kv{
    position: relative;
}

#bond_wrap #kv .inner{
    max-width: 430px;
    margin: auto;
    position: absolute;
    left: 58%;
    top: 48%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
    color: #fff;
}

#bond_wrap #kv .inner .comm_flex{
    margin-top: 50px;
}

#bond_wrap #kv .inner .comm_flex p{
    width: 23%;
}
#bond_wrap #kv .inner .comm_flex dl{
    text-align: left;
    width: 75%;
}
#bond_wrap #kv .inner .comm_flex dt{
    font-size: 2rem;
    font-weight: bold;
}


#bond_wrap #navi{
    background: #F2F2F5;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.15rem;
}

#bond_wrap #navi li{
    border-right: 1px solid;
    padding: 0.5% 2%;
}

#bond_wrap #navi li a{

}

#bond_wrap #product .box{
    width: 49%;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 10px 8px -6px #d5d5d5;
    margin-bottom: 2%;
}

#bond_wrap #product .box::after{
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    transform: rotate(45deg);
    right: 5%;
}

#bond_wrap #product .box a{
    margin: auto;
    display: flex;
    justify-content:left;
    color: #fff;
}

#bond_wrap #product .box p{
    width: 28%;
    background: #f2f2f2;
    border-radius: 12px 0 0 12px;
    padding: 15px;
    box-sizing: border-box;
}

#bond_wrap #product .box dl{
    text-align: left;
    width: 72%;
    align-items: center;
    padding: 5% 15px 5px 5%;
    border-radius: 0 12px 12px 0;
    box-sizing: border-box;
    background: #000;
}

#bond_wrap #product .box dt{
    font-size: clamp(1.8rem, 1.65rem + 1.2421vw, 2.5rem);
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 0.2rem;
}

#bond_wrap #product .box dt span{
    font-size: 55%;
    display: block;
}

#bond_wrap #product .box dd{
    font-size: 80%;
    word-break: keep-all;
    overflow-wrap: anywhere;

}


#bond_wrap #bond_bg{
    background: url("about_bk.jpg") no-repeat;
    background-size: cover;
}

#bond_wrap #about #no1{
    max-width: 560px;
    margin: 120px auto;
    position: relative;
    font-size: clamp(1.8rem, 1.423rem + 1.44vw, 2.5rem);
}

#bond_wrap #about #no1 p{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#bond_wrap #about #no1:before,
#bond_wrap #about #no1:after{
    content: "";
    display: block;
    width: 16%;
    aspect-ratio: 10 / 19;
    background: url(frame-l.png) no-repeat;
    position: absolute;
    left: 0;
    top: -30px;
    background-size: contain;
}

#bond_wrap #about #no1:after{
    background: url(frame-r.png) no-repeat;
    left: auto;
    right: 0;
    background-size: contain;
}

#bond_wrap #about #no1 span{
    font-size: 12px;
    display: block;
    width: 100%;
}

#bond_wrap #about .comm_flex{
    align-items: center;
}

#bond_wrap #about .comm_flex p{
    width: 50%;
}

#bond_wrap #about .comm_flex dl{
    width: 45%;
    text-align: left;
}

#bond_wrap #about .comm_flex dl dt{
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: bold;
}
#bond_wrap #about .comm_flex dl dt span{
    color: var(--bondcate-point-color);
}

#bond_wrap #about .comm_flex dl dd{
    margin-bottom: 40px;
    line-height: 1.8;
}

#bond_wrap #about .comm_flex dl dd span{
    margin-top: 40px;
    display: block;
    font-size: 1.2rem;
}


#bond_wrap #tech{
	counter-reset: number;
}
#bond_wrap #tech .text{
    max-width: 720px;
    margin: 60px auto 80px;
    line-height: 1.8;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#bond_wrap #tech .comm_flex dl{
    width: 49%;
    max-width: 520px;
    border: 1px solid;
    background: #fff;
    padding: 3% 2% 3.5%;
    box-sizing: border-box;
	counter-increment: number;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
#bond_wrap #tech .comm_flex dl dt{
    font-size: clamp(1.5rem, 1.15rem + 0.85vw, 2.5rem);
    font-weight: bold;
    margin-bottom: 30px;
}
#bond_wrap #tech .comm_flex dl dt::before{
	content: "TECHNOLOGY：" counter(number , decimal-leading-zero);
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 80%;
}

#bond_wrap #tech .comm_flex p{
    width: 100%;
    margin-top: -20px;
}

#bond_wrap #tech .att{
    font-size: 12px;
    margin-top: 30px;
}



#bond_wrap #fragrance .text{
    max-width: 720px;
    margin: 60px auto 80px;
    line-height: 1.8;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#bond_wrap #fragrance .box{
    max-width: 700px;
    margin: 0 auto 50px;
    border-radius: 50px;
    background: url("top.png") no-repeat #F5F5F5;
    background-size: contain;
    background-blend-mode: multiply;
    position: relative;
}

#bond_wrap #fragrance .box:nth-of-type(3){
    background: url("heart.png") no-repeat #F5F5F5;
    background-size: contain;
    background-position-x: 20px;
}

#bond_wrap #fragrance .box:nth-of-type(4){
    background: url("base.png") no-repeat #F5F5F5;
    background-size: contain;
    background-position-x: 20px;
}

#bond_wrap #fragrance .box h3{
    position: absolute;
    top: -15px;
    width: 100%;
    text-align: center;
    font-size: 2rem;
}

#bond_wrap #fragrance .box p{
    line-height: 5;
}




#bond_wrap #item_detail .block{
    margin-bottom: 140px;
}

#bond_wrap #item_detail .block .title{
    position: relative;
    margin-bottom: 80px;
}

#bond_wrap #item_detail .block .title img{
    object-fit: cover;
    width: 100%;
    height: 800px;
}


#bond_wrap #item_detail .block .title h2{
    position: absolute;
    width: 100%;
    top: 15%;
    font-size: clamp(3.8rem, 3rem + 1.67vw, 5rem);
    font-family: var(--En-san);
    letter-spacing: 0.08em
}
#bond_wrap #item_detail .block .title h2 span{
    font-weight: normal;
}

#bond_wrap #item_detail .block .comm_flex{
    margin-bottom: 80px;
    flex-direction: row-reverse;
}
#bond_wrap #item_detail .block .comm_flex .box{
    text-align: left;
    width: 65%;
}
#bond_wrap #item_detail .block .comm_flex .box .cate{
    background: #000;
    color: #fff;
    padding: 2px 10px;
}
#bond_wrap #item_detail .block .comm_flex .box h3{
    font-size: 1.95rem;
    margin: 15px auto 5px;
    letter-spacing: 0.03em;
}
#bond_wrap #item_detail .block .comm_flex .box h4{
    font-weight: normal;
}
#bond_wrap #item_detail .block .comm_flex .box h4 span{
    border: 1px solid;
    padding: 1px 10px;
    margin-left: 10px;
    font-size: 95%;
}
#bond_wrap #item_detail .block .comm_flex .box ol{
    margin: 20px auto 30px;
    justify-content: flex-start;
    flex-direction: inherit;
}

#bond_wrap #item_detail .block .comm_flex .box ol li{
    background: #E2E2E2;
    width: 30%;
    max-width: 145px;
    text-align: center;
    margin-right: 2%;
    font-weight: bold;
}
#bond_wrap #item_detail .block .comm_flex .box dt{
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
}
#bond_wrap #item_detail .block .comm_flex .box dt span{
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 115%;
}

#bond_wrap #item_detail .block .comm_flex .box dt span::after{
    content: "円(税込)";
    font-size: 50%;
    vertical-align: middle;
    margin-left: 2px;
}
#bond_wrap #item_detail .block .comm_flex .box dd{
    line-height: 2;
}
#bond_wrap #item_detail .block .comm_flex .box dd p{
    text-align: right;
    margin-top: 15px;
    font-size: 2rem;
    letter-spacing: 0.06em;
}
#bond_wrap #item_detail .block .comm_flex .box dd p img{
    vertical-align: middle;
    margin-left: 5px;
}
#bond_wrap #item_detail .block .comm_flex .image{
    width: 30%;
}




















@media only screen and (max-width: 1200px) {  
    #bond_wrap #kv img.pc{
        object-fit: cover;
        height: 800px;
        object-position: 55% 0;
    }
    #bond_wrap #kv .inner{
        width: 39%;
    }
}
    



@media only screen and (max-width: 930px) {  
    #bond_wrap #item_detail .block .comm_flex .box dt {
        font-size: 2rem;
    }

}



    

@media only screen and (max-width: 789px) {  
    #bond_wrap #kv .pc{
        display: none;
    }
    #bond_wrap #kv .sp{
        display: block !important;
    }
    #bond_wrap #kv .inner {
        width: 90%;
        top: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #bond_wrap #kv .inner .logo img{
        width: 80%;
    }
    #bond_wrap #navi li{
        width: 32%;
        box-sizing: border-box;
        margin-bottom: 20px;
        font-size: clamp(1.15rem, 1.02rem + 0.95vw, 1.6rem);
    }

    #bond_wrap #navi li:nth-of-type(3n){
        border: none;
    }




#bond_wrap #product .box {
    width: 100%;
    margin-bottom: 5%;
}
#bond_wrap #product .box dd {
    font-size: 68%;
}
#bond_wrap #product .box dt {
    margin-bottom: 5px;
}

#bond_wrap #about #no1 {
    max-width: 560px;
    margin: 80px auto;
}
#bond_wrap #about .comm_flex p {
    width: 100%;
    margin-bottom: 50px;
}
#bond_wrap #about .comm_flex dl {
    width: 100%;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
#bond_wrap #tech .text {
    margin: 40px auto 50px;
}

#bond_wrap #item_detail .block .title img {
    height: 480px;
}
#bond_wrap #item_detail .block .comm_flex .image {
    width: 80%;
    max-width: 360px;
    margin: 0 auto 30px;
}
#bond_wrap #item_detail .block .comm_flex .box {
    width: 100%;
}













}


























@media only screen and (max-width: 480px) {  

    #bond_wrap #kv .inner .logo img{
        width: 52%;
    }
    #bond_wrap #kv .inner .comm_flex p {
        width: 22%;
    }
    #bond_wrap #kv .inner .comm_flex dl {
        text-align: left;
        width: 74%;
    }
#bond_wrap #about #no1:before, 
#bond_wrap #about #no1:after{
    top: -15px;
}

#bond_wrap #tech .comm_flex dl dt{
    margin-bottom: 15px;
}

#bond_wrap #tech .comm_flex dl dd{
    font-size: 1.25rem;
}
#bond_wrap #tech .comm_flex p {
    margin-top: -10px;
}
#bond_wrap #tech .att {
    font-size: 10px;
    margin-top: 20px;
}
#bond_wrap #fragrance .box {
    margin: 0 auto 35px;
}
#bond_wrap #fragrance .box p {
    line-height: 4.5;
    font-size: 1.3rem;
}

#bond_wrap #item_detail .block .title img {
    height: 380px;
}


#bond_wrap #item_detail .block .title h2{
    font-size: 3.6rem;
    word-break: keep-all;
    overflow-wrap: anywhere;

}


#bond_wrap #item_detail .block .comm_flex .box ol{
    justify-content: space-between;
}

#bond_wrap #item_detail .block .comm_flex .box ol li{
    width: 32%;
    font-size: 75%;
    margin-right: auto;
}
#bond_wrap #item_detail .block .comm_flex .box h4 span {
    font-size: 80%;
}
#bond_wrap #item_detail .block .comm_flex .box dt {
    padding-bottom: 10px;
}
#bond_wrap #item_detail .block .comm_flex .box dt span {
    position: static;
    display: block;
    text-align: right;
}
#bond_wrap #item_detail .block .comm_flex .box dd p{
    font-size: inherit;
}

}











