@charset 'utf-8';



/* =========================================================
wood
========================================================= */
#wood {
}
@media only screen and (max-width: 767px){
}


/* =========================================================
wood__top
========================================================= */
#wood__top {
}
#content .wood__top__inner {
	padding-top: 0;
	padding-bottom: 117px;
}
.wood__top--title {
}
.wood__top--txt {
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
	#content .wood__top__inner {
		padding-top: 19px;
	}
	.wood__top--txt {
		margin-top: 20px;
	}
}

/* =========================================================
wood_slider
========================================================= */
/*
@keyframes SwiperZoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes SwiperZoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#wood_slider {
	width: 100%;
}
#wood_slider .swiper-wrapper {
}
#wood_slider .swiper-wrapper .swiper-slide img {
	pointer-events: none;
}
#wood_slider{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.swiper-slide:not(.swiper-slide-active){
	transition: opacity 5s cubic-bezier(0.12, 0.92, 0.38, 0.99),
	filter 5.1s cubic-bezier(0.12, 0.92, 0.38, 0.99);
	opacity: 0 !important;
	filter: blur(12px) brightness(0.7);
	animation: SwiperZoomIn 1s linear 0s 1 normal both;
}
.swiper-slide-active{
	transition: opacity 5s cubic-bezier(0.12, 0.92, 0.38, 0.99),
	filter 5s cubic-bezier(0.12, 0.92, 0.38, 0.99);
	opacity: 1 !important;
	filter: blur(0) brightness(1);
}
.swiper-slide-active [class*="_img_bg_"],
.swiper-slide-duplicate-active [class*="_img_bg_"],
.swiper-slide-prev [class*="_img_bg_"]{
	animation: SwiperZoomOut 13s linear 0s 1 normal both;
}
@media only screen and (max-width: 767px){
	#wood_slider .swiper-slide [class*="_img_bg_"][class*="1400/787"]::before {
		padding-top: 75%;
	}
}
*/
#wood_parallax{
	position: relative;
}
#wood_parallax .jarallax {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	height: 787px;
}
@media print, screen and (min-width: 1401px) {
	#wood_parallax .jarallax {
		height: calc((787 / (1400 + var(--sc__width))) * 100 * 1vw);
	}
}
@media only screen and (max-width: 767px){
	#wood_parallax .jarallax {
		height: calc((235 / (360 + var(--sc__width))) * 100 * 1vw);
	}
}


/* =========================================================
wood__works
========================================================= */
#wood__works {
}
#content .wood__works__inner {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-top: 108px;
	padding-bottom: 120px;
}
@media only screen and (max-width: 767px){
	#wood__works {
		padding-bottom: 87px;
	}
	#content .wood__works__inner {
		padding-left: 0;
		padding-bottom: 56px;
		min-height: 0;
	}
}


/* =========================================================
works_slider
========================================================= */
.works_slider{
	position: relative;
	width: 100%;
}
.splide__track {
}
.works_slider .splide__track .splide__list .splide__slide {
	cursor: grab;
}
.works_slider .splide__track .splide__list .splide__slide:active {
	cursor: grabbing;
}
.works_slider .splide__track .splide__list .splide__slide .works_slide--img{
	width: 100%;
}
.splide__slide {
}
#content .works_slider__inner{
	padding-top: 24px;
	padding-bottom: 120px;
	min-height: 0;
}
@media only screen and (max-width: 767px){
	#content .works_slider__inner{
		padding-bottom: 30px;
	}
}
.works_slide__info{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 100%;
	padding-bottom: 55px;
	border-bottom: 1px solid var(--sub-color--border5);
}
@media only screen and (max-width: 767px){
	.works_slide__info{
		padding-bottom: 24px;
	}
}
#wood__works > [class^="works_slide"]:last-child .works_slide__info{
	padding-bottom: 0;
	border-bottom: none;
}
.works_slide__info__text{
}
.works_slide__info__text--title {
}
.works_slide__info__text--p {
	margin-top: 22px;
}
.works_slider .splide__arrows {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 10px;
	margin-top: 20px;
}
.works_slider .splide__arrows .splide__arrow {
	overflow: hidden;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 30px;
	height: 30px;
	opacity: 1;
  position: static;
	transition: background 0.3s ease;
}
.works_slider .splide__arrows .splide__arrow:hover {
	background-color: var(--main-color--bg2) !important;
}
.works_slider .splide__arrows .splide__arrow i {
}
.works_slider .splide__arrows .splide__arrow:hover i {
}


/* =========================================================
wood__flow
========================================================= */
#wood__flow {
}
#content .wood__flow__inner {
	padding-top: 109px;
	padding-bottom: 360px;
}


.wood__flow__img--scroll {
	width: 100%;
	margin-top: 118px;
}
.wood__flow__img {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 30px 2.9%;
	position: relative;
	max-width: 1020px;
	margin-right: auto;
}
.wood__flow__img li {
	display: block;
	width: 31.4%;
}
.wood__flow__img li img {
	width: 100%;
}
@media only screen and (max-width: 767px){
	.wood__flow__img--scroll {
		overflow-x: visible;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		margin-top: 56px;
	}
	.wood__flow__img {
		gap: 30px;
		width: auto;
		min-width: fit-content;
		max-width: 100%;
		margin: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.wood__flow__img li {
		width: 280px;
		min-width: 280px;
	}
}

.wood__flow__list {
	margin-top: 118px;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: column wrap;
	-webkit-flex-flow: column wrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap: 10px;
}
.wood__flow__list li {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: flex-start;
	-webkit-align-items: flex-start;
	gap:3.1%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
@media print,screen and (min-width: 768px) {
	.wood__flow__list li:not(:last-child) {
		padding-bottom: 32px;
	}
}
.wood__flow__list--no {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	gap: 10px;
	width: 120px;
	position: relative;
}
.wood__flow__list li:not(:last-child) .wood__flow__list--no:after {
	content:"";
	width: 1px;
	height: 100vw;
	background-color: var(--sub-color--border1);
	position: absolute;
	top: calc(100% + 10px);
	left: 30px;
}
.wood__flow__list--no .fs__14 {
}
.wood__flow__list--no .fs__26 {
}
.wood__flow__list--step {
	width: 120px;
	margin-left: 2%;
}
.wood__flow__list--info {
}
.wood__flow__list--info:empty {
	display: none;
}
.wood__flow__button{
	margin-top: 60px;
	width: 100%;
}
.wood__flow__button .btn_def{
	max-width: 320px;
	margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px){
	#content .wood__flow__inner {
		padding-top: 110px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 120px;
	}
	.wood__flow__list {
		margin-top: 53px;
		gap:8px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.wood__flow__list li {
		        flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		gap:14px;
		padding-bottom: 0 !important;
	}
	.wood__flow__list--no {
		width: 85px;
	}
	.wood__flow__list--info {
		width: calc(100% - 100px);
		margin-left: auto;
		padding-bottom: 12px;
	}
	.wood__flow__list li:not(:last-child) .wood__flow__list--info:empty {
		display: block;
		padding-bottom: 20px;
	}
	.wood__flow__list--step {
		margin-left: 0;
	}
	.wood__flow__list li:not(:last-child) .wood__flow__list--no:after {
		top: calc(100% + 13px);
	}
	.wood__flow__button {
		margin: 60px 20px 0;
		width: calc(100% - 40px) !important;
	}
	.wood__flow__button .btn_def{
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
}
