.products-main .lower-page-background{
    background-image: url(../images/products/prod-title-back.jpg);
    margin-bottom: 94px;
}



.products-contents{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.products-contents .link-btn::before {
    height: 11px;
}

.products-about {
    margin-bottom: 108px;
}

.products-about h1{
    font-size: .27rem;
    text-align: center;
    margin-bottom: 20px;
}

.products-about p{
    font-size: .16rem;
    text-align: center;
	line-height: 2.8;
}

.products-section {
    margin-bottom: 145px;
}

.products-common__container{
    display: flex;
    justify-content: space-between;
}

.products-main .common-heading {
    margin-bottom: 72px;
}
.products-main .common-heading::before {
   top: 14px;
}
	
.products-main .products-garaku .common-heading::before {
   top: 12px;
}


.products-common__img{
    width: 54%;
}

.products-common__img--top{
    margin-bottom: 21px;
}

.products-common__text{
    width: 38%;
    position: relative;
}

.products-common__text p {
    font-size: .16rem;
    writing-mode: vertical-rl;
    width: fit-content;
    margin: 63px auto 128px;
    height: max-content;
    /* letter-spacing: 0.12em; */
    line-height: 2.4;
    padding-right: 12px;
}


/*リンク１つ用*/
.products-common__text p {
    margin: 63px auto 178px;
}

.products-common__img--bottom{
    display: flex;
    justify-content: space-between;
}

.products-common__img--bottom img{
    width: 48.5%;
}

.logo-gray {
    position: absolute;
    width: 375px;
    top: 105px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 16px;
}

.products-contents .link-btn__box {
    margin-left: 0;
    flex-direction: column;
    width: 37%;
    margin: -30px auto 0;
    position: relative;
    z-index: 1;
    width: 176px;
}
.products-contents .link-btn__box-kagura{
    margin: 0px auto 0;
}
.products-contents .link-btn{
     margin-left: 0;
     width: 100%;
}

.products-contents .link-btn:nth-of-type(1){
    margin-bottom: 61px;
}

.products-garaku .common-heading h2{
   width: 412px;
}


/* 華樂 */
.products-kagura .common-heading{
    margin-bottom: 68px;
}

/*.products-kagura .common-heading img{
    width: 348px;
}*/


.products-kagura .products-common__container{
    flex-direction: row-reverse;
}

.products-kagura .products-common__text p {
    padding-right: 0;
    margin: 63px auto 125px;
}

.products-kagura .products-common__text p {
    margin: 63px auto 176px;
}

.products-kagura .logo-gray {
    top: 105px;
    right: -19px;
}

.products-kagura .common-heading h2 {
    width: 376px;
}

/* 珠樂 */

.products-sugaku .common-heading h2{
   width: 366px;
}

.sugaku-garaku .products-common__text p {
    margin: 54px auto 121px;
    height: 315px;
}

.sugaku-garaku .logo-gray {
    top: -35px;
}

@media screen and (min-width:801px) and (max-width:1250px){
.products-contents{
	    width: calc(100% - 100px);
}
}
@media screen and (max-width:800px){

    .products-main .lower-page-background {
        background-image: url(../images/products/prod-title-back-sp.jpg);
        margin-bottom: 79px;
    }

    .products-common__container {
        flex-direction: column;
    }

    .products-about {
        margin-bottom: 80px;
        padding: 0 37px;
    }

    .products-about h1 {
        font-size: .22rem;
        margin-bottom: 14px;
    }

    .products-about p {
        font-size: .15rem;
        line-height: 2.65;
    }


    .products-main .common-heading {
        padding-left: 60px;
        margin: 0 auto 52px;
    }

    .products-main .common-heading::before {
        left: 45px;
        top: 40px;
    }
	
	.products-main .products-garaku .common-heading::before {
        top: 40px;
    }

    .products-main .common-heading h2 {
        width: 191px;
        margin-bottom: 31px;
    }

    .products-common__img {
        width: 100%;
    }

    .products-common__img--top {
        margin-bottom: 33px;
    }

    .products-common__img--bottom img {
        width: 45.5%;
    }

    .products-common__text {
        width: 100%;
        position: relative;
    }

    .products-common__text p {
        font-size: .15rem;
        margin: 27px auto 68px;
        letter-spacing: 0.1em;
        line-height: 2.4;
        padding-right: 0;
        height: 314px;
    }

    .logo-gray {
        width: 322px;
        top: 12px;
        left: 0;
        right: 0px;
        top: 44px;
    }

    .products-contents .link-btn__box {
        width: 186px;
        transform: translateX(31px);
		margin: 0 auto;
    }

    .products-contents .link-btn:nth-of-type(1) {
        margin-bottom: 55px;
    }

	.products-section {
        margin-bottom: 38px;
    }

    .products-kagura .products-common__container{
        flex-direction: column;
    }



    .products-kagura .products-common__text p {
        margin: 27px auto 68px;
    }

    .products-kagura .logo-gray {
        top: 44px;
        right: -8px;
    }

    .sugaku-garaku .common-heading h2{
        width: 190px;
    }

    .sugaku-garaku .logo-gray {
        top: -13px;
    }

    .sugaku-garaku .products-common__text p {
        margin: 66px auto 44px;
    }
}