@charset "UTF-8";

/* header */
.l-header {
    padding: 1.2rem;
    background: #fff;
}
.l-header__logo {
    max-width: 1380px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .l-header {
        padding: 0.8rem;
    }

    .l-header__logo {
        max-width: 60%;
        text-align: center;
    }
}

/* footer */
.l-footer {
	background-color: #f4f8fc;
	margin-top: 30px;
    padding: 5rem 0;
}
@media screen and (max-width: 767px) {
    .l-footer {
		margin-top: 40px;
        padding: 2.4rem 0;
    }
}

.l-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-footer__copyright {
    margin-bottom: 0.8rem;
    color: #505050;
    font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
    .l-footer__copyright {
        font-size: 0.7rem;
    }
}

.l-footer__list {
    display: flex;
}
@media screen and (max-width: 767px) {
    .l-footer__list {
        flex-direction: column;
        align-items: center;
    }
}

.l-footer__listItem {
    padding: 0 1em;
    font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
    .l-footer__listItem {
        font-size: 0.7rem;
    }

    .l-footer__listItem:not(:last-child) {
        margin-bottom: 0.8rem;
    }
}

.l-footer__listLink {
    color: #505050;
    text-decoration: none;
}
.l-footer__listLink:link, .l-footer__listLink:visited {
    color: #505050;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .l-footer__listLink:hover {
        text-decoration: underline;
    }
}

/* value */
.hs-caption-area .hs-caption-area__inner .hs-caption-area__image {
	max-width: 120px;	
}

@media screen and (max-width: 767px) {
	.hs-caption-area .hs-caption-area__inner .hs-caption-area__image {
		max-width: 150px;
		margin: 0 auto;
		width: 30%;
	}
}

/* product */
.hs-card-area .hs-card-area-list__item .hs-card-area-list__image img {
	height: auto;
}

/* related */
.hs-related-border {
	border-top: 1px solid #ccc;
	padding-top: 88px;
}
@media screen and (max-width: 767px) {
	.hs-related-border {
		padding-top: 23.4666666667vw;
	}
}