@charset "utf-8";


/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix {
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* margin ==================================================================*/

.mrb4 {
    margin-bottom: 4px;
}

.mrb10 {
    margin-bottom: 10px;
}

.mrb15 {
    margin-bottom: 15px;
}

.mrb20 {
    margin-bottom: 20px;
}

.mrb30 {
    margin-bottom: 30px;
}

.mrb40 {
    margin-bottom: 40px;
}

.mrb60 {
    margin-bottom: 60px;
}

/* link color ==================================================================*/

/* -------------------------------------------------------------------------------------

	ページトップへ戻る

-------------------------------------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 77%;
    background: none;
    z-index: 10000;
    width: 40px;
    height: 40px;
}

#page-top img {
    width: 100%;
    height: auto;
}

#page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
}

#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/* =================================
	common parts
======================================== */

.black-btn {
    position: relative;
    margin: 0 auto;
}

.black-btn a, .cove-txt .black-btn a{
    display: block;
    background: #333;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    position: relative;
    text-decoration: none;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: box-shadow .18s ease;
    -webkit-transition: -webkit-box-shadow .18s ease;
    transition: -webkit-box-shadow .18s ease;
    transition: box-shadow .18s ease;
    transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
    z-index: 19;
}

.black-btn a:hover, .cove-txt .black-btn a:hover{
    display: block;
    -webkit-box-shadow: inset 0 0 0 5px #666;
    box-shadow: inset 0 0 0 5px #666;
    background: #999;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: box-shadow .18s ease;
    -webkit-transition: -webkit-box-shadow .18s ease;
    transition: -webkit-box-shadow .18s ease;
    transition: box-shadow .18s ease;
    transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
}

.black-btn p {
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 20;
}

.black-btn:hover p {
    position: absolute;
    top: 50%;
    right: -5%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
}

.white-btn {
    position: relative;
    margin: 0 auto;
}

.white-btn a, .product-detail .white-btn a, .cove-txt .white-btn a, .product-detail .cove-txt .white-btn a, .category-comment_2 .white-btn a{
    display: block;
    background: #fff;
    color: #000;
    border: 1px #000 solid;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 90%;
    margin: 0 auto;
    font-weight: normal;
    -webkit-transition: box-shadow .18s ease;
    -webkit-transition: -webkit-box-shadow .18s ease;
    transition: -webkit-box-shadow .18s ease;
    transition: box-shadow .18s ease;
    transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
    z-index: 19;
}

.white-btn a:hover, .product-detail .white-btn a:hover, .cove-txt .white-btn a:hover, .product-detail .cove-txt .white-btn a:hover {
    display: block;
    -webkit-box-shadow: inset 0 0 0 5px #666;
    box-shadow: inset 0 0 0 5px #666;
    background: #999;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: box-shadow .18s ease;
    -webkit-transition: -webkit-box-shadow .18s ease;
    transition: -webkit-box-shadow .18s ease;
    transition: box-shadow .18s ease;
    transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
}

.white-btn p {
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 20;
}

.white-btn:hover p {
    position: absolute;
    top: 50%;
    right: -5%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
}
.transparent-btn {
    position: relative;
    margin: 0 auto;
}

.transparent-btn a {
    display: block;
    background: none;
    color: #000;
    border: 1px #000 solid;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: box-shadow .18s ease;
    -webkit-transition: -webkit-box-shadow .18s ease;
    transition: -webkit-box-shadow .18s ease;
    transition: box-shadow .18s ease;
    transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
    z-index: 19;
}

.transparent-btn a:hover {
    display: block;
    -webkit-box-shadow: inset 0 0 0 5px #666;
    box-shadow: inset 0 0 0 5px #666;
    background: #999;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: box-shadow .18s ease;
    -webkit-transition: -webkit-box-shadow .18s ease;
    transition: -webkit-box-shadow .18s ease;
    transition: box-shadow .18s ease;
    transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
}

.transparent-btn p {
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 20;
}

.transparent-btn:hover p {
    position: absolute;
    top: 50%;
    right: -5%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
}

.red-btn {
    position: relative;
    margin: 0 auto;
}

.red-btn a {
    display: block;
    background: #fff;
    color: #dc0000;
    position: relative;
    border: 1px #dc0000 solid;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: box-shadow .18s ease;
    -webkit-transition: -webkit-box-shadow .18s ease;
    transition: -webkit-box-shadow .18s ease;
    transition: box-shadow .18s ease;
    transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
    z-index: 19;
}

.red-btn a:hover {
    display: block;
    -webkit-box-shadow: inset 0 0 0 5px #FF9393;
    box-shadow: inset 0 0 0 5px #FF9393;
    background: #fff;
    color: #dc0000;
    padding: 15px 0;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    -webkit-transition: box-shadow .18s ease;
    -webkit-transition: -webkit-box-shadow .18s ease;
    transition: -webkit-box-shadow .18s ease;
    transition: box-shadow .18s ease;
    transition: box-shadow .18s ease, -webkit-box-shadow .18s ease;
}

.red-btn p {
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 20;
}

.red-btn:hover p {
    position: absolute;
    top: 50%;
    right: -5%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
}