@charset "utf-8";

/*--------------------------*/
img{
    width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
}



/*----- 追加CSS ---------------------*/
body.fixed {
    width: 100%;
    position: fixed;
    left: 0;
}
.backtotop {
    width: 27.2%;
}
.backtotop a {
    opacity: 1;
}
.medium-zoom--opened .backtotop {
    z-index: -1;
}

/* common */
#contents {
    background-color: #000;
}
#contents img {
    max-width: 100%;
}

/* product */
.section-product .section__inner {
    padding-top: 3.8%;
    padding-bottom: 3.8%;
}
.copyright {
    width: 26%;
    margin: 0 auto;
}
.backtotop a {
    background: transparent;
}
