.section__block--top-page {
    max-width: 1100px;
}
.slider {
    margin-top: 0;
}
.slider .bx-wrapper {
    margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
    text-align: center;
    top: 0;
    bottom: auto;
}
#slider img {
    display: block;
    margin: 0 auto;
}
#slider, #sliderli {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner__section {
    margin: 2px 0 60px;
}
.info-section {
    box-sizing: border-box;
    margin: 0 auto 60px;
    width: 50%;
}
.info-section h2 {
    text-align: center;
}
.info-section p {
    color: #666;
    margin-bottom: 10px;
}
.info-section .news-category {
    border: 1px solid #aaa;
    display: inline-block;
    margin: 0 10px;
    padding: 4px 8px;
}
.info-section p a {
    color: #666;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .banner__section {
        margin-bottom: 30px;
    }
    .info-section {
        margin-bottom: 30px;
        width: 95%;
    }
    .info-section .sp-block {
        display: block;
    }
    .info-section .news-category {
        font-size: 0.8em;
        padding: 2px 4px;
    }
}
.carousel-slide.section__block {
    margin-bottom: 2em;
}
.news-sec > div.col-lg-12 {
    border-bottom: 1px solid #7aa1ad;
    padding-bottom: 6px;
}
.news__lists {
    list-style-type: none;
    margin: 0 auto 2em;
    max-width: 720px;
    width: 100%;
}
.news__list {
    border-bottom: 1px solid #7aa1ad;
    list-style-type: none;
    margin-bottom: .5em;
    padding-bottom: 6px;
}
.news__date {
    margin-right: 1em;
}
.section__title-h2 .deco-l {
    margin-right: 10px;
}
.section__title-h2 .deco-r {
    margin-left: 10px;
}
@media screen and (max-width: 640px) {
    .section__title-h2 .deco-l, .section__title-h2 .deco-r {
        width: 14%;
    }
}
.section__title-h2 {
    color: #706c6b;
    font-size: 22px;
}
.section__block.concept-sec {
    margin: 0 auto 4em;
}
.concept-sec .ttl-ja {
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.concept-sec .section__title-h2 {
    color: #6d6d6d;
    font-size: 48px;
    margin: 0 0 1em;
    position: relative;
}
.concept-sec .section__title-h2::before, .concept-sec .section__title-h2::after {
    background-color: #6d6d6d;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 60px;
}
.concept-sec .section__title-h2::before {
    transform: translateX(-80px);
}
.concept-sec .section__title-h2::after {
    transform: translateX(20px);
}
.concept-sec p {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
}
.concept-sec p .pc-block {
    display: block;
}
.brand-list-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.brand-list-sec.row::before {
    display: none;
}
.brand-list-sec > div {
    margin-bottom: 20px;
    text-align: center;
    width: 32%;
}
#slider img.show-sp {
    display: none;
}
@media screen and (max-width:640px) {
    .section__title-h2 {
        font-size: 20px;
    }
    .brand-list-sec > div {
        width: 49%;
    }
    .concept-sec p {
        font-size: 16px;
        text-align: left;
    }
    .concept-sec p .pc-block {
        display: inline;
    }
}
@media screen and (max-width:480px) {
    .brand-list-sec > div {
        width: 100%;
    }
    #slider img.show-pc {
        display: none;
    }
    #slider img.show-sp {
        display: block;
    }
}
.banner-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}
.banner-section ul li {
    margin-bottom: 20px;
    width: 49%;
}
.banner-section ul li:nth-child(2n-1) {
    text-align: right;
}

@media screen and (max-width: 480px) {
    .banner-section ul li {
        text-align: center;
        width: 100%;
    }
    .banner-section ul li:nth-child(2n-1) {
        text-align: center;
    }
}
/* news 追加CSS */
@media screen and (min-width: 769px) {
    .news-content {
		display: block;
		margin-left: 13em;
	}
}
/* 2021/04/23　追加CSS　*/
.new-product-sec {
	margin: 50px auto;
}
.appf-banner {
	text-align: center;
}
.appf-banner-pc:first-child {
	margin-right: 10px;
}
.appf-banner-pc:nth-child(2) {
	margin-left: 10px;
}
@media screen and (max-width: 768px) {
	.new-product-sec {
		margin: 30px auto;
	}
}
/* 2021/06/16 追加CSS */
.freepage-bnr {
	margin-bottom: 20px;
}
/* 2021/08/31　追加CSS　*/

@media screen and (min-width: 769px) {
    .new-product-sec.show-pc {
        display: flex;
        justify-content: center;
    }
    .new-product-sec > div {
        width: 32%;
    }
}

/* 2021/12/16　追加CSS　*/
.bgc_beige{
	background-color: #fff9f5;
}
.section__title-h2_m{
 	margin-bottom: 30px;
	margin-top: 0;
}
.newyear_box{
	padding: 20px 20px 10px 20px;
}

/* 20220/08/05 追加CSS */
.info-wrap-flex, .info-wrap-flex div a {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-wrap-flex > div, .info-wrap-flex div a > div, .info-wrap-flex div a > p {
	width: 48%;
}
.info-wrap-flex > div {
	margin-bottom: 20px;
}
.info-wrap-flex div a > p span {
	display: inline-block;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.info-wrap-flex > div {
		width: 100%;
	}
}

