
/*bd*/
.bd_box{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 8%;
    background: #fff url("../images/product/bd_frame02.png") no-repeat center bottom;
    -webkit-background-size: 100% 200px;
    -o-background-size: 100% 200px;
    background-size: 100% 200px;

    behavior: url("css/backgroundsize.min.htc");
}
.bd_box .sub{
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    height: 40px;
    margin: 0 auto 0;
    padding: 7px 0 0;
    text-align: center;
    color: #FFF;
    background: url("../images/product/bd_ttl.png") no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    line-height: 1;

    behavior: url("css/backgroundsize.min.htc");
}
.bd_box:before{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding-top: 5px;
    content:'';
    background: url("../images/product/bd_frame01.png") no-repeat left top;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;

    behavior: url("css/backgroundsize.min.htc");
}
.bd_box .txt{
    position: relative;
    z-index: 10;
    text-align: center;
}
.bd_box .main{
    position: relative;
    z-index: 10;
    margin-top: 5px;
    text-align: center;
    color: #dc3232;
    font-size: 20px;
    font-weight: 500;
}
.bd_box #canvas{
    position:absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width:100%;
    height:100%;
}

@media only screen and(max-width 640px){
/*///////SP用////////////////*/
/*bd*/
.bd_box{
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    padding-bottom: 8%;
    background: #fff url("../images/product/bd_frame02.png") no-repeat center bottom;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.bd_box .sub{
    position: relative;
    z-index: 10;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    height: 40px;
    margin: 0 auto 0;
    padding: 7px 0 0;
    text-align: center;
    color: #FFF;
    background: url("../images/product/bd_ttl.png") no-repeat;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    line-height: 1;
}
.bd_box:before{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding-top: 5px;
    content:'';
    background: url("../images/product/bd_frame01.png") no-repeat left top;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.bd_box .txt{
    position: relative;
    z-index: 10;
    text-align: center;
}
.bd_box .main{
    position: relative;
    z-index: 10;
    margin-top: 5px;
    text-align: center;
    color: #dc3232;
    font-size: 20px;
    font-weight: 500;
}
.bd_box #canvas{
  position:absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  width:100%;
  height:100%;
}

/*///////SP用////////////////*/
}