.top-main .effect-btn__shadow{
    border: solid 1px #fff;
    color: #fff;
  }

.center1210{
    margin: 0 auto;
    max-width: 1210px;
}

.top-main{
    font-size: .14rem;
}

.top_mainimg {
    position: relative;
    /* margin-top: 65px; */
    display:flex;
    justify-content: flex-start;
	align-items:stretch;
}

.top_mainimg_sp {
	display: none;
}

.top_slide_left{
    position: relative;
}

.top_main_nav {
    margin: 0 auto;
    width: fit-content;
    padding: 0;
    box-sizing: border-box;
    z-index: 100;
    position: relative;
}
.top_main_nav ul {
    list-style: none;
    margin-top: -40px;
}
.top_main_nav ul li {
    margin-bottom: 5px;
    line-height: 1.9;
}
.top_nav_item {
    display: block;
    text-decoration: none;
    color: #232323;
    font-size: .15rem;
    white-space: nowrap;
    position: relative;
    letter-spacing: .04rem;
    padding: 40px 40px 20px 0;
    margin-right: -40px;
}
.top_nav_item::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 0;
}
.nav_dropbtn, 
.nav_dropbtn02 {
    position: relative;
    padding: 22px 40px 22px 0;
}
.nav_dropmenu,
.nav_dropmenu02 {
    width: 1081px;
    display: block;
    max-width: calc(100vw - 320px);
    transition: opacity 0.7s;
    opacity: 0;
    pointer-events: none;
}
.nav_dropmenu {
    padding: 20px 0;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 125px;
}
.nav_dropmenu02 {
    padding: 20px 0;
    position: absolute;
    top: auto;
    bottom: -76px;
    left: 125px;
}
.nav_dropmenu.active,
.nav_dropmenu02.active {
    transform: translatex(0);
    z-index:1;
    opacity: 1;
    pointer-events: auto;
}
.drop_series {
    margin: 0 0 0 auto;
    padding: 20px 20px 0;
    border: solid 1px #808080;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 1026px;
    position: relative;
    max-width: calc(100vw - 320px);
}
.drop_series::before{
	content: "";
	display: inline-block;
	width: 85px;
	height: 1px;
	background-color: #808080;
	position:absolute;
	bottom: 190px;
	left: -85px;
}
.top_drop_item{
    margin-bottom: 20px;
    flex: 0 1 auto;
    width: 32%;
}
.top_drop_text{
    margin-bottom: 5px;
    display: block;
	text-decoration: none;
	color: #232323;
	font-size: .14rem;
    white-space: nowrap;
    position: relative;
    letter-spacing: .04rem;
}
.top_drop_img{
    margin: 0;
	width: 100%;
}


.top_slider.slick-initialized {
    display: block; 
}

.top_slide_left{
	flex: 0 1 auto;
    width: 302px;
    display: flex;
    flex-direction: column;
	justify-content: flex-start; 

}
.top_logo{
	margin: 45px auto 163px ;
	display: block;
    min-width: 120px;
    max-width: 180px;
    width: calc(100% - 60px);
}
/* .top_slide_right {
    flex: 0 1 auto;
    width: 78%;
} */

.top_slide_right{
    flex: 0 1 auto;
    width: calc(100% - 302px);
}

.top_slide{
    min-height: calc(100vh - 61px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.top_slide_a{
	width: 100%;
	height:100%;
	display: block;
	position:absolute;
}
.slide_text {
    position: absolute;
    bottom: 310px;
    right: 70px;
    color: #fff;
    font-weight: 400;
    font-size: .24rem;
    letter-spacing: 0.07rem;
}
.top_slide_higashiyodogawa .slick-ab-text {
    color: #000;
}
.slide_text_first{
	opacity:0;
  	animation-name: slide_text_first;
  	animation-duration: 1.5s;
 	 animation-delay: 3s;
  	animation-fill-mode:forwards
}

@keyframes slide_text_first{
  0%{
    opacity: 0;
    transform: translateY(30px);
  }
  100%{
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 768px){
	@keyframes slide_text_first{
	  0%{
		opacity: 0;
		transform: translate(50%, 30px);
	  }
	  100%{
		opacity: 1;
		transform: translate(50%, 0);
	  }
	}
}
.top_mainimg_sp,
.top_slide_right{
	opacity:0;
  	animation-name: top_slide_right;
  	animation-duration: 1.5s;
 	 animation-delay: 1s;
  	animation-fill-mode:forwards
}
@keyframes top_slide_right{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.slick-ab-text {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: .16rem;
    color: #fff;
    line-height: 1.5;
}

/*.syabusyabu-ab-text,*/
.case-ab-text{
	color: #000;
}


.slide_logo{
    position:absolute;
    bottom: 35px;
    left: 35px;
}
.slide_logo_sheet{
    width: 260px;
}
.slide_logo_panel{
    width: 198px;
}
.slide_logo_kenzai{
    width: 156px;
}
.slide_logo_kitosumu{
    width: 228px;
}
.slide_more_wrap{
    position:absolute;
    bottom: 35px;
    right: 170px;
}
.slide_more{
    padding: 0 10px;
    border: solid 1px #fff;
    display: flex;
    transition: all .3s;
    width: 124px;
    color: #fff;
    position: relative;
    z-index: 100;
}
.slide_more_b{
    border: solid 1px #000;
    color: #000;
}
.slide_more span {
    position: relative;
}
.slide_more span::after {
    content: '';
    position: absolute;
    width: 117px;
    height: 7px;
    left: 8px;
    top: 11px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    transition: .3s;
}


@media screen and (max-width: 1400px){
	.nav_dropmenu,
	.nav_dropmenu02 {
		left: 175px;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1000px){
    .top_cms_contents .top_cms_container{
        width: 100%;
       padding: 0 20px;
    }

    .top_cms_container .top_h2{
        left: 235px;
    }
    }

@media screen and (max-width: 1100px){
    /*.top_main_nav{
        width: calc(100% - 20px);
    .top_main_nav ul li{
        margin-bottom: 30px;
    }
	.nav_dropmenu {
    	bottom: 0;
	}
    .nav_dropmenu.active{
        width: 600px;
        max-width: none;
    }
    .drop_series{
        width: 600px;
        max-width: 100%;
    }
    .drop_series::before{
        bottom: 135px;
    }
    }*/
}

@media only screen and (max-width: 1170px) and (min-width: 1000px){


    .top-main .top-crosscut-slit-panel__back > .pc_only,
    .top-main .top-wooden-iscellaneous-goods__back >  .pc_only{
        width:47%;
        display: block !important;
    }

    .top-main .top-products-premium-sheet__back > .pc_only,
    .top-main .top-products-premium-panel__back >  .pc_only,
    .top-main .top-wooden-building-materials__back > .pc_only{
        width:52%;
        display: block !important;
    }


    .top-main .top-products-premium-sheet__back,
    .top-main .top-products-premium-panel__back,
    .top-main .top-crosscut-slit-panel__back,
    .top-main .top-wooden-building-materials__back,
    .top-main .top-wooden-iscellaneous-goods__back{
        padding: 20px 0;
    }

    .top-concept__img .pc_only {
        display:block !important;
    }

    .top-main .top-concept__container{
        align-items: center;
        padding-bottom: 15px;
    }

    }

  @media only screen and (max-width: 1000px) and (min-width: 768px){

    .top_cms_contents .top_cms_container {
        flex-direction: column;
        width: 100%;
    }

    .top_cms_container .top_cms{
        width: calc(100% - 80px);
        margin: 0 auto 150px;
    }

    .top_cms_container .top_blog{
        margin: 0 auto 40px;
    }

    .top_cms_container .top_h2{
        left: 0;
        right: 0;
        margin: auto;
        height: max-content;
        width: max-content;
    }


    .top-main .top-products-premium-sheet__back > .pc_only,
    .top-main .top-products-premium-panel__back >  .pc_only,
    .top-main .top-crosscut-slit-panel__back > .pc_only,
    .top-main .top-wooden-building-materials__back > .pc_only,
    .top-main .top-wooden-iscellaneous-goods__back >  .pc_only{
        display: block !important;
        width: calc(100% - 200px);
        margin: 0 auto;
        transform: translate(0, 0);
    }


    .top-main .top-products-premium-sheet__back,
    .top-main .top-products-premium-panel__back,
    .top-main .top-crosscut-slit-panel__back,
    .top-main .top-wooden-building-materials__back,
    .top-main .top-wooden-iscellaneous-goods__back{
        flex-direction: column;
        width: calc(100% - 150px);
        margin: 0 auto;
        padding-bottom: 40px;
    }


    .top-main .top-products-premium-panel__back,
    .top-main .top-wooden-building-materials__back{
        flex-direction: column-reverse;
    }

    .top-main .top-products-premium-sheet__back div,
    .top-main .top-products-premium-panel__back div,
    .top-main .top-crosscut-slit-panel__back div,
    .top-main .top-wooden-building-materials__back div,
    .top-main .top-wooden-building-materials__back div,
    .top-main .top-wooden-iscellaneous-goods__back div{
        width: calc(100% - 100px);
        margin: 0 auto;
    }

    .top-main .top-products-premium-sheet__back div p,
    .top-main .top-products-premium-panel__back div p,
    .top-main .top-crosscut-slit-panel__back div p,
    .top-main .top-wooden-building-materials__back div p,
    .top-main .top-wooden-building-materials__back div p,
    .top-main .top-wooden-iscellaneous-goods__back div p{
        width: calc(100% - 95px);
        margin: 0 auto;
    }

    .top-main .top-products-premium-sheet__back div p .pc_only,
    .top-main .top-products-premium-sheet__back div p .pc_only,
    .top-main .top-products-premium-panel__back div p .pc_only,
    .top-main .top-crosscut-slit-panel__back div p .pc_only,
    .top-main .top-wooden-building-materials__back div p .pc_only,
    .top-main .top-wooden-building-materials__back div p .pc_only,
    .top-main .top-wooden-iscellaneous-goods__back div p .pc_only{
        display: block !important;
    }

    .top-main .top-products-premium-sheet__back::after,
    .top-main .top-products-premium-panel__back::after,
    .top-main .top-crosscut-slit-panel__back::after,
    .top-main .top-wooden-building-materials__back::after,
    .top-main .top-wooden-building-materials__back::after,
    .top-main .top-wooden-iscellaneous-goods__back::after{
        display: none;
    }

    .top-main .top-products-premium-sheet__back div a,
    .top-main .top-products-premium-sheet__back div a,
    .top-main .top-products-premium-panel__back div a,
    .top-main .top-crosscut-slit-panel__back div a,
    .top-main .top-wooden-building-materials__back div a,
    .top-main .top-wooden-building-materials__back div a,
    .top-main .top-wooden-iscellaneous-goods__back div a {
        margin: 0 165px 40px auto;
    }

    .top-concept__img .pc_only {
        display:block !important;
    }

    .top-concept {
        
    }

        .top-concept__container{
        flex-direction: column-reverse;
    }

    .top-main .top-concept__img,
    .top-main .top-concept__text{
        width: calc(100% - 200px);
    margin: 0 auto;
    }

    .top-main .top-concept {
        padding-top: 100px;
        background-color: #F3EFEA;
        width: calc(100% - 150px);
    }

    .top-main .top-concept__container{
        padding-left: 0;
        margin-left: 0;
        padding-bottom: 35px;
    }

    .top-main .top-concept__text p {
        margin: 40px auto 0;
        width: 100%;
        padding: 0;
    }
    
    .top-main .top-concept__text img{
        top: -35px;
        width: 210px;
    }

    .top-main .top-concept .effect-btn__shadow {
        margin: 47px 50px 0px auto;
    }

  }

@media screen and (max-width: 800px){
    .top_mainimg{
        display: none;
    }
    .top_mainimg_sp{
        display: block;
    }
    .top_slide{
    	padding-bottom: 0px;
    	min-height: calc(100dvh - 80px);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    	transition: 1s;
    }
    .top_slide_a{
        width: 100%;
        height:100%;
        display: block;
        position:absolute;
    }
    .slide_text{
        position:absolute;
        bottom: auto;
        top: 0;
		right:0;
        right: 50%;
        transform: translate(50% , 0);
        font-size: .21rem;
        letter-spacing: 0.07rem;
        -ms-writing-mode: tb-rl;
      	writing-mode: vertical-rl;
		height: calc(100dvh - 80px);
		text-align: center;
    }
	
	.slick-ab-text {
    	top: initial;
    	bottom: 25px;
    	left: 14px;
    	font-size: .13rem;
    	line-height: 1.5;
}

	
	.yamatohouse-ab-text{
		color:#000;
	}
	
    .slide_logo{
        position:absolute;
        bottom: auto;
        top: 20px;
        left: 15px;
    }
    .slide_logo_sheet{
        width: 260px;
    }
	.slide_logo_panel {
		width: 198px;
		top: 24px;
		left: 26px;
	}
	.slide_logo_kenzai {
		width: 153px;
		top: 33px;
		left: 24px;
	}
    .slide_logo_kitosumu{
        width: 212px;
	    top: 17px;
    	left: 20px;
    }
	.top_slide_7 .slide_logo_kitosumu{
    	left: auto;
    	right: 20px;
	}
    .slide_more_wrap{
        position:absolute;
        bottom: 27px;
        right: 50px;
    }
    .slide_more{
        padding: 2px 10px;
        border: solid 1px #fff;
        display: flex;
        transition: all .3s;
        width: 124px;
        color: #fff;
        position: relative;
        z-index: 100;
    }
    .slide_more_b{
        padding: 2px 10px;
        border: solid 1px #000;
        display: flex;
        transition: all .3s;
        width: 124px;
        color: #000;
        position: relative;
        z-index: 100;
    }
    .slide_more span,
    .slide_more_b span{
        position: relative;
    }
    .slide_more span::after {
        content: '';
        position: absolute;
        width: 67px;
        height: 7px;
        left: 8px;
        top: 11px;
        border-bottom: solid 1px;
        border-right: solid 1px;
        transform: skew(45deg);
        transition: .3s;
    }
    .slide_more_b span::after {
        content: '';
        position: absolute;
        width: 67px;
        height: 7px;
        left: 8px;
        top: 11px;
        border-bottom: solid 1px;
        border-right: solid 1px;
        transform: skew(45deg);
        transition: .3s;
    }
}

.top_cms_contents{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
}

.top_cms_container{
    margin-top: 126px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1283px;
    margin-left: auto;
    margin-bottom: 85px;
    position: relative;
}

.top_cms_container::after{
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #f3efea;
    padding-right: 250%;
    margin-right: -250%;
}

.top_cms{
    flex: 0 1 auto;
    width: 46.8%;
    position: relative;
    background-color: #f3efea;
    padding: 42px 0 36px;
}
.top_h2{
    font-size: .72rem;
    line-height: 1;
    color: #ede7e0;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    letter-spacing: .3em;
    position: absolute;
    left: 327px;
    top: -53px;
    z-index: 2;
    mix-blend-mode: multiply;
}

.top_cms > p{
    font-size: .21rem;
    font-weight: 500;
    margin-left: 57px;
    margin-bottom: 39px;
    letter-spacing: 0.14em;
}

.top_cms a{
    color: #000;
}

.top_cms_item a,
.top_cms_item a p{
    padding-left: 27px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_cms_item a p br{
	display:none;
}
.top_cms_list {
    width: 81%;
    margin-left: auto;
    margin-bottom: 37px;
}

.top_cms_item{
    width: 89%;
    border-bottom: solid 1px;
    margin-bottom: -2px;
    padding: 13px 0 21px;

}

.top_cms_item:nth-of-type(1){
    border-top: 1px solid;
}

.top_cms .effect-btn__shadow{
    border: solid 1px #000;
    color: #000;
    margin: 0 148px 0 auto;
}

.top_blog_new{
    color: #B17C32;
}

@media screen and (max-width: 768px){
    .top_cms_container {
        flex-direction: column;
        width: 100%;
        margin-top: 100px;
        margin-bottom: 62px;
    }

    .top_cms{
        width: 100%;
        padding: 40px 0 39px;
        margin-bottom: 102px;
    }

	.top_h2 {
		left: auto;
		right: 4px;
		font-size: .50rem;
		top: -33px;
		width: auto;
	}

    .top_cms > p {
        font-size: .18rem;
        margin-left: 20px;
        margin-bottom: 37px;
    }

    .top_cms_list {
        width:100%;
        margin-bottom:35px;
    }

    .top_cms_item a, .top_cms_item a p {
        padding-left: 21px;
		white-space: normal;
        overflow: auto;
    }

    .top_cms_item {
        width: calc(100% - 40px);
        border-bottom: solid 1px;
        margin-bottom: -2px;
        padding: 10px 0 18px;
        font-size: .15rem;
        margin: 0 auto;
    }

	.top_cms .effect-btn__shadow {
		margin: 0 172px 0 auto;
		padding: 3px 10px;
	}

    .top_blog{
        margin-bottom: 20px;
    }
}


.top-concept{
    margin: 0 auto 0;
    width: 1366px;
    max-width: 100%;
    position: relative;
}

.top-concept-heading{
    padding: 0 20px;
    position: absolute;
    left: 72px;
    top: -55px;
    z-index: 2;
	mix-blend-mode: multiply;
}

.top-concept-heading p{
    font-size: .22rem;
    font-weight: 500;
}

.top-concept h2{
    font-size: .72rem;
    line-height: 1;
    color: #EDE7E0;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    letter-spacing: .3em;
    mix-blend-mode: multiply;
}

.top-concept__container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #F3EFEA;
    position: -2;
    padding-left: 150%;
    margin-left: -150%;
}

.top-concept__text{
    position: relative;
    width: 39%;
}

.top-concept__text p{
    position: relative;
    z-index: 1;
    width: 390px;
    padding: 0 8px;
    max-width: 100%;
    margin:157px auto 0;
    z-index: 3;
    line-height: 2.55;
    font-weight: 400;
}

.top-concept__text img{
    width: 302px;
    max-width: 100%;
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.top-concept .effect-btn__shadow {
    border: solid 1px #000;
    color: #000;
    margin: 47px auto 0 164px;
}

.top-concept .effect-btn__shadow span::after {
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

.top-concept__img{
    position: relative;
    width: 61%;
}

.top-concept__img p{
    position: absolute;
    color: #fff;
    font-size: .21rem;
    right: 140px;
    top: 95px;
    writing-mode: vertical-rl;
}


.top-products{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto 131px;
}



/* コンセプトはここまで */

.top-products{
    position: relative;
}

.top-products > p{
    position: absolute;
    font-size: 1.35rem;
    color: #EDE7E0;
    writing-mode: vertical-rl;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: .3em;
}
@media screen and (min-width: 1367px) and (max-width: 1800px){
	.top-products > p {
		transform: translateX(calc((100vw - 1366px) / -2));
	}
}
@media screen and (min-width: 1801px) {
	.top-products > p {
		transform: translateX(-223px);
	}
}

.vertical-products{
    left: 0;
    top: 76px;
    line-height: 0.9;
}

.vertical-lineup{
    right: 0;
    top: 11230px;
    line-height: 0.7;
}

.vertical-products02{
    left: 0;
    bottom: 787px;
    line-height: 0.9;
}

/* プレミアムシート */

.top-products-premium-sheet h4{
    font-size: .21rem;
    font-weight: 400;
    margin-left: 84px;
    letter-spacing: 0.1em;
    margin-bottom: 43px;
}


.top-products-premium-sheet{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto 145px;
}

.top-products-premium-sheet__back{
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 1175px;
    max-width: 100%;
    margin-left: auto;
    padding: 0px 0 0;
}

.top-products-premium-sheet__back::after{
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000;
    padding-right: 250%;
    margin-right: -250%;
}

.top-products-premium-sheet__back div{
    width: 406px;
    max-width: 100%;
    margin: 0 auto 0 42px;
}

.top-products-premium-sheet__back div img{
    width: 406px;
    max-width: 100%;
    margin-bottom: 35px;
    margin-top: 42px;
}

.top-products-premium-sheet__back div p{
    margin-left: 48px;
    margin-bottom: 71px;
    line-height: 2.1;
}

.top-products-premium-sheet__back div a{
    margin:  0 auto 0 157px;
}

.top-products-premium-sheet__back > img{
    width: 650px;
    max-width: 100%;
    transform: translate(-30px, 30px);

}




/* プレミアムパネル */
.top-products-premium-panel{
    display: flex;
    justify-content: end;
    /* align-items: center; */
    width: 1366px;
    max-width: 100%;
    margin: 0 auto 146px;
}


.top-products-premium-panel__back{
    background-color: #311301;
    color: #fff;
    display: flex;
    align-items: flex-start;
    width: 1175px;
    max-width: 100%;
    margin-left: auto;
    position: relative;
}

.top-products-premium-panel__back:after{
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #311301;
    padding-right: 250%;
    margin-right: -250%;
}

.top-products-premium-panel__back > img{
    width: 650px;
    max-width: 100%;
    transform: translate(-30px, 30px);

}


.top-products-premium-panel__back >div{
    width: 406px;
    max-width: 100%;
    margin: 0 auto 0 42px;
}

.top-products-premium-panel__back >div img{
    width: 315px;
    max-width: 100%;
    margin-top: 45px;
    margin-bottom: 30px;
}

.top-products-premium-panel__back >div p{

    margin-bottom: 40px;
    margin-left: 50px;
    line-height: 2.15;
}


.top-products-premium-panel__back >div a{
    margin: 0 auto 0 180px;
}

/* スリットパネル */

.top-crosscut-slit-panel{
    width: 1366px;
    max-width: 100%;
    margin: 0 auto 144px;
}

.top-crosscut-slit-panel__back{
    background-color: #5FA033;
    color: #fff;
    display: flex;
    width: 1175px;
    max-width: 100%;
    justify-content: space-between;
    position: relative;
}

.top-crosscut-slit-panel__back:after{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #5FA033;
    padding-left: 250%;
    margin-left: -250%;
}

.top-crosscut-slit-panel__back >img{
    width: 650px;
    max-width: 100%;
    transform: translate(-30px, 30px);
}


.top-crosscut-slit-panel__back >div{
    width: 406px;
    max-width: 100%;
    margin: 0 auto 0 85px;
}

.top-crosscut-slit-panel__back >div img{
    width: 255px;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 27px;
}

.top-crosscut-slit-panel__back >div p{
     margin-left: 49px;
     line-height: 2.15;
     margin-bottom: 40px;
}

.top-crosscut-slit-panel__back >div a{
    margin: 0 auto 0 142px;
}



/* 一般木質建材 */
.top-wooden-building-materials{
    display: flex;
    margin:0px auto 145px;
    width: 1366px;
    justify-content: end;
    max-width: 100%;
}

.top-wooden-building-materials__back{
    background-color: #754211;
    color: #fff;
    display: flex;
    align-items: flex-start;
    width: 1175px;
    max-width: 100%;
    margin-left: auto;
    position: relative;
}

.top-wooden-building-materials__back:after{
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #754211;
    padding-right: 250%;
    margin-right: -250%;
}

.top-wooden-building-materials__back >div{
    width: 406px;
    max-width: 100%;
    margin: 0 auto 0 44px;
}

.top-wooden-building-materials__back div h3{
    font-size: .36rem;
    line-height: 1;
    margin-top: 49px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 43px;
}

.top-wooden-building-materials__back > img{
    width: 650px;
    max-width: 100%;
    transform: translate(-30px, 30px);
}

.top-wooden-building-materials__back >div p{
    margin-left: 48px;
    line-height: 2.15;
    margin-bottom: 90px;
}

.top-wooden-building-materials__back >div a{
    margin: 0 auto 0 176px;
}


/* 木製雑貨 */

.top-wooden-iscellaneous-goods{
    max-width: 100%;
    margin: 0 auto 179px;
    width: 1366px;
}

.top-wooden-iscellaneous-goods__back{
    width: 1175px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #3B7639;
    color: #fff;
    margin-left: auto;
    position: relative;
}

.top-wooden-iscellaneous-goods__back:after{
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-color: #3B7639;
    padding-right: 250%;
    margin-right: -250%;
}

.top-wooden-iscellaneous-goods__back >div{
    width: 406px;
    max-width: 100%;
    margin: 0 auto 0 44px;
}

.top-wooden-iscellaneous-goods__back h3{
    font-size: .36rem;
    line-height: 1;
    margin-top: 49px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.top-wooden-iscellaneous-goods__back > img{
    width: 650px;
    max-width: 100%;
    transform: translate(-30px, 30px);
}

.top-wooden-iscellaneous-goods__back >div p{
    margin-left: 48px;
    line-height: 2.15;
    margin-bottom: 132px;
}

.top-wooden-iscellaneous-goods__back > div > a{
        margin: 0 auto 0 176px;
    
}

.top-products-premium-panel > .effect-btn__shadow{
    display: none;
}

.top-crosscut-slit-panel-img >.effect-btn__shadow{
    display: none;
}

.top-wooden-building-materials > .effect-btn__shadow{
    display: none;
}

.sp_only{
    display: none;
}

@media screen and (max-width: 768px){
    .sp_only{
        display: block;
    }
    .pc_only{
        display: none;
    }

    .top-main{
        font-size: .13rem;
        margin: 82px 0 0;
    }

    .top-products-premium-sheet h4 {
        font-size: .21rem;
        margin-left: 20px;
        margin-bottom: 22px;
    }

    .top-products-premium-sheet__back div img {
        width: 313px;
        margin: 0 auto 38px 20px;
        display: block;
        margin: 0 auto 38px calc((100% - 335px) / 2);
    }

    .top-products-premium-sheet__back div p {
        margin: 0 auto 57px;
    line-height: 2;
    font-size: .15rem;
    width: 294px;
    letter-spacing: -0.001em;
    
    }

    .top-products-premium-sheet__back div {
        margin: 0 auto 0 ;
        background-color: #000;
        padding-bottom: 60px;
        padding-top: 40px;
    }

    .top-products-premium-sheet__back{
        flex-wrap: wrap;
        padding: 0 0 0;
        background-color: initial;
    }

    .top-products-premium-sheet__back div a {
        margin: 0 auto 10px 80px;
    }

    .top-products > p {
        writing-mode: initial;
        position: initial;
        font-size: .75rem;
        margin-left: 37px;
        margin-bottom: 20px;
    }
	.top-products-premium-sheet__back > img {
		width: calc(100% - 30px);
		transform: translate(0px, 30px);
		margin-top: -60px;
		margin-left: auto;
		margin-right: 0;
	}

    .top-products-premium-sheet {
        margin: 0 auto 89px;
    }
	.top-products {
		margin: 0 auto 105px;
	}

    /* プレミアムパネル */
    .top-products-premium-panel__back,
    .top-wooden-building-materials__back {
        flex-direction: column-reverse;
        background-color: initial;
    }

    .top-products-premium-panel__back >div img {
        width: 265px;
        margin-top: 45px;
        margin-bottom: 25px;
    }

    .top-products-premium-panel__back >div {
        margin: 0;
        background-color: #311301;
        padding-bottom: 70px;
    }

    .top-products-premium-panel__back >div img{
        margin: 40px auto 25px calc((100% - 295px) / 2);
        display: block;
    }

    .top-products-premium-panel__back >div p {
        margin-left: 0;
        font-size: .15rem;
        line-height: 2;
    letter-spacing: -0.001em;
    width: 295px;
    margin: 0 auto 33px;
    }

    .top-products-premium-panel__back > img {
		width: calc(100% - 30px);
		margin-left: 0;
		margin-right: auto;
        transform: translate(0px, 30px);
        margin-top: -60px;
    }

    .top-products-premium-panel__back >div a {
        margin: 0 auto 0 80px;
    }


    /* スリットパネル */
    .top-products-premium-panel,
    .top-wooden-building-materials {
        margin: 0 auto 90px;
    }

    .top-crosscut-slit-panel__back >div {
        margin: 0 auto 0;
        width: 100%;
        background-color: #5FA033;
        padding-bottom: 61px;
    }

    .top-crosscut-slit-panel__back >div img {
    margin: 41px auto 14px calc((100% - 295px) / 2);
    }

    .top-crosscut-slit-panel__back,
    .top-wooden-iscellaneous-goods__back {
        flex-direction: column;
        background-color: initial;
    }

    .top-crosscut-slit-panel__back >div p {
        line-height: 2;
        width: 295px;
        font-size: .15rem;
        margin: 0 auto 31px;
    }

    .top-crosscut-slit-panel__back >div a {
        margin: 0 auto 10px 79px;
    }

    .top-crosscut-slit-panel__back >img,
    .top-wooden-iscellaneous-goods__back > img  {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: 0;
        transform: translate(0px, 0px);
        margin-top: -30px;
    }

    .top-crosscut-slit-panel {
        margin: 0 auto 60px;
    }


    /* 一般木質建材 */


    .top-wooden-building-materials__back >div {
        width: 100%;
        background-color: #754211;
        margin: 0;
        padding-bottom: 71px;
    }

    .top-wooden-building-materials__back div h3,
    .top-wooden-iscellaneous-goods__back h3{
        font-size: .30rem;
        margin-left: 40px;
        margin: 50px auto 28px calc((100% - 295px) / 2);
    }

    .top-wooden-building-materials__back >div p,
    .top-wooden-iscellaneous-goods__back >div p {
        line-height: 2;
        width: 295px;
        margin: 0 auto 79px;
        font-size: .15rem;
    }

    .top-wooden-building-materials__back >div a,
    .top-wooden-iscellaneous-goods__back > div > a  {
        margin: 0 auto 0 78px;
    }

    .top-wooden-building-materials__back > img {
		width: calc(100% - 30px);
		margin-left: 0;
		margin-right: auto;
        transform: translate(0px, 30px);
        margin-top: -60px;
    }

    /* 木製雑貨 */
    .top-wooden-iscellaneous-goods {
        max-width: 100%;
        margin: 0 auto 138px;
    }


    .top-wooden-iscellaneous-goods__back >div {
        width: 100%;
        margin: 0 ;
        background-color: #3B7639;
        padding-bottom: 70px;
    }

    .top-wooden-iscellaneous-goods__back >div p {
        letter-spacing: -0.001em;
    }

    .top-wooden-iscellaneous-goods__back >div p{
        margin: 0 auto 110px;
    }



    .top-concept h2{
        font-size: .50rem;
        margin-bottom: 15px;
        text-align: right;
    }

    .top-concept-heading {
        padding: 0 4px 0 20px;
        left: 0px;
    width: 100%;
position: relative;
margin-bottom: -128px;}

    .top-concept__container {
        display: block;
    }

    .top-concept__text{
        width: 100%;
        margin-bottom: 61px;
    }

    .top-concept__text p {
        font-size: .15rem;
        width: 100%;
        padding: 102px 58px 0;
        margin: 0 auto 0;
        z-index: 3;
        line-height: 2.37;
        font-weight: 400;
        letter-spacing: -0.001em;
    }

    .top-concept__text img{
        width: 201px;
        top: 35px;
    }

    .top-concept .effect-btn__shadow {
        margin: 32px auto 0 79px;
    }

    .top-concept__img{
        width: 100%;
    }

    .top-concept__img p {
        position: absolute;
        color: #fff;
        font-size: .21rem;
        height: fit-content;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        writing-mode: vertical-rl;
        width: fit-content;
    }
}
