.products-contents {
    background-color: #EFEFEF;
    padding: 95px 0 222px;
}

.products-contents .second-heading {
    margin-bottom: 68px;
}

.products-main .contents-heading{
    background-image: url('../images/products/products-heading-back.jpg?0311a');
	margin-bottom: 74px;
}


/* 取り扱い商品 */
.products__item {
    width: 1240px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto 143px;
}

.filler-item {
    margin: 0 auto 181px;
}

.hyper-item {
    margin: 0 auto 0px;
}

.products__item--name {
    font-size: .36rem;
    margin-bottom: 25px;
}

.products__item--name span {
    font-size: .52rem;
    font-family: "adobe-garamond-pro", serif;
    margin-left: 20px;
    position: relative;
    padding-right: 16px;
    margin-right: 8px;
}

.products__item--name span::after {
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
}

.products__item--container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.products__item--text {
    font-size: .17rem;
    width: 81%;
    margin: 1px auto 47px;
    line-height: 2.4;
}

.products__item--left {
    width: 47%;
}

.products__item--right {
    width: 47%;
}

.products__item img {
    border-radius: 22px;
}

.pro__link-btn {
    font-size: .17rem;
    text-decoration: none;
    color: #C35427;
    border: solid 1px #C35427;
    width: 387px;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 79px auto 0;
    padding: 26px 0;
    position: relative;
    z-index: 2;
	transition: 0.8s;
}
.pro__link-btn:hover{
	background-color:  #C35427;
	color: #fefefe;
}

.pro-text--absolute {
    font-size: 1.34rem;
    opacity: 0.8;
    color: #fff;
    font-family: "adobe-garamond-pro", serif;
    position: absolute;
}

.silicon-item .pro-text--absolute {
    writing-mode: vertical-rl;
    left: 0;
    right: 60px;
    top: 87px;
    margin: auto;
    width: fit-content;
}

.filler-item .pro-text--absolute {
    left: 0;
    bottom: -85px;
    width: fit-content;
}

.filler-item .pro__link-btn,
.hyper-item .pro__link-btn {
    margin: 91px auto 0;
}

.hyper-item .pro-text--absolute {
    left: 0;
    top: 90px;
    letter-spacing: 0.016em;
}

@media screen and (max-width:800px) {

	.products-main{
		margin-top:0;
	}


    .products-main .contents-heading {
        background-image: url(../images/products/sp-products-heading-back.jpg?0311a);
    }

    .products-contents {
        padding: 63px 0 4px;
    }

    .products-contents .second-heading {
        margin-bottom: 48px;
    }

    .products__item {
        padding: 0 0px;
        margin: 0 auto 85px;
    }

    .products__item--name span {
        font-size: .38rem;
        margin-left: 26px;
        padding-right: 9px;
        margin-right: 0px;
    }

    .products__item--name {
        font-size: .28rem;
        margin-bottom: 11px;
        text-indent: -1.7em;
        padding-left: 1.7em;
    }

    .filler-item .products__item--name,
    .hyper-item .products__item--name {
        line-height: 1.15;
    }

    .hyper-item .products__item--name {
        margin-bottom: 30px;
    }

    .products__item--name span::after {
        height: 27px;
        top: -3px;
    }

    .products__item--container {
        flex-direction: column;
    }

    .products__item--left {
        width: 100%;
        margin-bottom: 35px;
    }

    .products__item--right {
        width: 100%;
    }

    .products__item--left .products__item-img {
        width: 89%;
        margin-left: auto;
    }

    .products__item--right .products__item-img {
        width: 89%;
    }

    .products__item--text {
        font-size: .15rem;
        width: 100%;
        padding: 0 42px;
        margin: 1px auto 29px;
        line-height: 2.1;
        letter-spacing: -0.007em;
    }

    .pro__link-btn {
        font-size: .15rem;
        width: 85%;
        margin: 40px auto 0;
        padding: 19px 0;
    }

    .filler-item .pro__link-btn,
    .hyper-item .pro__link-btn {
        margin: 43px auto 0;
    }

    .pro-text--absolute {
        font-size: .74rem;
    }

    .silicon-item .pro-text--absolute {
        left: 5px;
        right: initial;
        top: 173px;
        line-height: 1;
    }

    .filler-item .pro-text--absolute {
        bottom: inherit;
        top: 306px;
        left: 9px;
        line-height: 0.9;
        text-indent: -1.6em;
        padding-left: 1.6em;
    }

    .hyper-item .pro-text--absolute {
        text-indent: -2.2em;
        padding-left: 2.2em;
        left: 0;
        top: 5px;
        bottom: 0;
        margin: auto;
        width: fit-content;
        height: fit-content;
        letter-spacing: 0.016em;
        line-height: 0.88;
    }
}