@charset "utf-8";
/* -----------------------------------------------------------
    その他 カテゴリTOP
-------------------------------------------------------------- */
.page-other {
    
}

.page-other.page-product-top .bread-h1-wrap {
	top: 0;
}

.page-other .underttl-ja {
	font-weight: bold;
	font-size: 4.5rem;
	line-height: 1.5;
	letter-spacing: .05em;
    text-align: center;
    padding: 50px 0 50px;
}

.page-other .campaign-area {
	margin: 140px 0 0;
}


@media screen and (max-width: 768px) {
    .page-other .underttl-ja {
        font-size: 3rem;
        padding: 40px 0 20px;
    }
    .page-other .page-product-top #wrapper {
	padding: 65px 0 0 0;
}
    .page-other .campaign-area {
	margin: 100px 0 0;
}
}