  @charset "utf-8";

.movie .video-js .vjs-big-play-button {
display: none;
}
.sp video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
padding-top: 138.6666%;
}
.pc video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
padding-top: 56.25%;
}
#VISUAL .video-js .vjs-control-bar {
  display: none;
}

#VISUAL .cont {
position: relative;
}
#VISUAL .logo {
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
}
#VISUAL .logo img {
display: block;
filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
width: 58.133vw;
height: auto;
}
#VISUAL .movie {
position: relative;
}
#VISUAL .movie video,
#VISUAL .movie img {
display: block;
width: 100%;
height: auto;
}
#VISUAL .sound {
position: absolute;
right: 4vw;
bottom: 6.4vw;
cursor: pointer;
}
#VISUAL .sound img {
display: block;
width: 6.133vw;
height: 6.133vw;
height: auto;
}
#VISUAL .link {
transform: translateX(-50%);
position: absolute;
left: 50%;
bottom: 6.4vw;
}
#VISUAL .link img {
display: block;
width: 58.667vw;
height: auto;
}
@media screen and (min-width: 768px) {
	#VISUAL .logo img {
	width: 252px;
	}
	#VISUAL .movie {
	margin: 0 auto;
	max-width: 1200px;
	}
	#VISUAL .movie img {
	object-fit: cover;
	width: 100%;
	height: 675px;
	}
	#VISUAL .sound {
	right: 25px;
	bottom: 30px;
	}
	#VISUAL .sound img {
	width: 37px;
	height: 37px;
	}
	#VISUAL .link {
	bottom: 30px;
	}
	#VISUAL .link img {
	width: 190px;
	}
}

#LEAD {
position: relative;
overflow: hidden;
}
#LEAD .cont {
padding: 4.8vw 0 18.667vw 0;
}
#LEAD .lead {
margin: 0 auto 12vw auto;
width: 81.333vw;
font-family: 'A1 Mincho', serif;
font-size: 3.733vw;
line-height: 2.28;
letter-spacing: 0.15em;
}
#LEAD .logo {
margin: 0 auto 14.667vw auto;
width: 81.333vw;
}
#LEAD .logo img {
width: 32vw;
height: auto;
}
#LEAD .link {
margin: 12vw auto 0 auto;
width: 81.333vw;
font-family: 'A1 Gothic R', sans-serif;
font-size: 4vw;
}
#LEAD .link a {
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
border: solid 1px #000;
height: 11.733vw;
text-align: center;
text-decoration: none;
}
.modal .body {
padding: 0 0 4vw 0;
}
.modal .body .txt {
padding: 4vw 5.333vw 6.667vw 5.333vw;
font-size: 3.733vw;
line-height: 1.5;
text-align: left;
}
.modal .body img {
display: block;
width: 100%;
height: auto;
}

#LEAD .swiper-slide {
box-sizing: border-box;
padding: 0 1.6vw;
width: 73.867vw;
}
#LEAD .swiper img {
display: block;
width: 70.667vw;
height: auto;
}
#LEAD .swiper-navigation {
margin: 18px auto 0 auto;
width: 70.667vw;
}
#contents .swiper-pagination {
position: relative;
margin-top: 2.667vw;
}
#contents .swiper-pagination-bullet {
box-sizing: border-box;
border: solid 1px #000;
background-color: #fff;
}
#contents .swiper-pagination-bullet-active {
background-color: #000;
}
@media screen and (min-width: 768px) {
	#LEAD .cont {
	padding: 80px 0 95px 0;
	}
	#LEAD .lead {
	margin: 0 auto 60px auto;
	width: 690px;
	font-size: 14px;
	line-height: 3;
	text-align: left;
	}
	#LEAD .logo {
	margin: 0 auto 80px auto;
	width: 690px;
	text-align: left;
	}
	#LEAD .logo img {
	width: 200px;
	height: auto;
	}
	#LEAD .link {
	margin: 65px auto 0 auto;
	width: 295px;
	font-size: 20px;
	}
	#LEAD .link a {
	position: relative;
	height: 57px;
	z-index: 1;
	}
	#LEAD .link a::before {
	transition: width 0.3s ease;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #eee;
	width: 0;
	height: 100%;
	z-index: -1;
	}
	#LEAD .link a:hover::before {
	width: 100%;
	}
	.modal .body {
	padding: 0 0 45px 0;
	}
	.modal .body .txt {
	padding: 35px 35px 45px 35px;
	font-size: 15px;
	line-height: 1.6;
	}

	#LEAD .images {
	margin: 0 auto;
	width: 986px;
	}
	#LEAD .swiper {
	margin: 0 0 0 0;
	width: 448px;
	overflow: visible;
	}
	#LEAD .swiper-slide {
	padding: 0 10px;
	width: 448px;
	}
	#LEAD .swiper img {
	width: 428px;
	}
	#contents .swiper-navigation {
	gap: 50px;
	margin: 15px 10px 0 10px;
	width: auto;
	font-size: 12px;
	}
	#contents .swiper-next {
	padding-right: 40px;
	cursor: pointer;
	}
	#contents .swiper-prev {
	padding-left: 40px;
	cursor: pointer;
	}
	#contents .swiper-next:hover,
	#contents .swiper-prev:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	}
	#contents .swiper-next::before,
	#contents .swiper-prev::before {
	width: 30px;
	}
	#contents .swiper-next::after,
	#contents .swiper-prev::after {
	width: 8px;
	}
	#contents .swiper-next::after {
	transform: rotate(-45deg) translateY(2px);
	right: 5px;
	}
	#contents .swiper-prev::after {
	transform: rotate(45deg) translateY(2px);
	left: 5px;
	}
	#contents .swiper-pagination {
	margin-top: 15px;
	}
	#contents .swiper-pagination-bullet {
	margin: 0 6px;
	width: 11px;
	height: 11px;
	}
}

#TREE .cont,
#LIFEWITH .cont,
#MATERIAL .cont,
#QUALITY .cont,
#ORIGINALITY .cont {
margin: 0 auto;
padding-bottom: 16vw;
width: 81.333vw;
}
#contents .swiper img {
display: block;
width: 100%;
height: auto;
}
#TREE h2,
#LIFEWITH h2,
#MATERIAL h2,
#QUALITY h2,
#ORIGINALITY h2 {
margin-bottom: 2.133vw;
display: flex;
justify-content: center;
align-items: center;
font-family: 'A1 Gothic R', sans-serif;
font-size: 4vw;
text-align: center;
}
#TREE h2 img,
#LIFEWITH h2 img,
#MATERIAL h2 img,
#QUALITY h2 img,
#ORIGINALITY h2 img {
display: block;
margin: 0 auto 0 auto;
width: auto;
height: 3.2vw;
}
#TREE h2 span,
#LIFEWITH h2 span,
#MATERIAL h2 span,
#QUALITY h2 span,
#ORIGINALITY h2 span {
position: relative;
padding-left: 10.667vw;
height: 100%;
}
#TREE h2 img.new,
#LIFEWITH h2 img.new,
#MATERIAL h2 img.new,
#QUALITY h2 img.new,
#ORIGINALITY h2 img.new {
transform: translateY(-50%);
position: absolute;
left: 0;
top: 50%;
width: 8vw;
height: 8vw;
}
#TREE p,
#LIFEWITH p,
#MATERIAL p,
#QUALITY p,
#ORIGINALITY p {
font-size: 4vw;
text-align: center;
}
#contents p.more {
display: flex;
justify-content: center;
margin-top: 5.333vw;
font-size: 3.467vw;
text-align: center;
}
#contents p.more a {
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background-color: #fff;
border: solid 1px #000;
border-radius: 26666.4vw;
margin: 0 auto;
padding: 0.267vw 42px 0 16px;
height: 8.267vw;
text-decoration: none;
}
#contents p.more a::before {
transform: translateY(-1px);
content: '';
display: block;
position: absolute;
top: 50%;
right: 2.933vw;
width: 4.8vw;
border-top: solid 1px #000;
}
#contents p.more a::after {
transform: rotate(-45deg) translateY(2px);
content: '';
display: block;
position: absolute;
top: 50%;
right: 4.267vw;
width: 1.6vw;
border-top: solid 1px #000;
}
@media screen and (min-width: 768px) {
	#TREE .cont,
	#LIFEWITH .cont,
	#MATERIAL .cont,
	#QUALITY .cont,
	#ORIGINALITY .cont {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 835px;
	}
	#TREE .cont {
	width: 1040px;
	}
	#TREE h2,
	#LIFEWITH h2,
	#MATERIAL h2,
	#QUALITY h2,
	#ORIGINALITY h2 {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 18px;
	}
	#TREE h2 img,
	#LIFEWITH h2 img,
	#MATERIAL h2 img,
	#QUALITY h2 img,
	#ORIGINALITY h2 img {
	margin: 0 auto 0 auto;
	height: 20px;
	}
	#TREE h2 span,
	#LIFEWITH h2 span,
	#MATERIAL h2 span,
	#QUALITY h2 span,
	#ORIGINALITY h2 span {
	padding: 0 90px;
	}
	#TREE h2 img.new,
	#LIFEWITH h2 img.new,
	#MATERIAL h2 img.new,
	#QUALITY h2 img.new,
	#ORIGINALITY h2 img.new {
	width: 60px;
	height: 60px;
	}
	#TREE p,
	#LIFEWITH p,
	#MATERIAL p,
	#QUALITY p,
	#ORIGINALITY p {
	font-size: 18px;
	}
	#contents p.more {
	margin-top: 30px;
	font-size: 14px;
	}
	#contents p.more a {
	transition: background-color 0.3s ease;
	padding: 1px 50px 0 20px;
	height: 32px;
	}
	#contents p.more a:hover {
	background-color: #eee;
	}
	#contents p.more a::before {
	right: 11px;
	width: 17px;
	}
	#contents p.more a::after {
	transform: rotate(-45deg) translateY(1px);
	right: 14px;
	width: 5px;
	}
}

#POTENTIAL .cont {
padding: 0 0 16vw 0;
}
#POTENTIAL .image {
position: relative;
}
#POTENTIAL .image .pack {
transform: translate(-50%,-50%);
position: absolute;
left: 50%;
top: 50%;
white-space: nowrap;
text-shadow: 0 0 10px rgba(0,0,0,0.7);
color: #fff;
}
#POTENTIAL .image picture img {
display: block;
width: 100%;
height: auto;
}
#POTENTIAL .image a::before {
content: '';
display: block;
position: absolute;
left: 0;
top :0;
right: 0;
bottom:0;
z-index: 1;
}
#POTENTIAL h2 {
margin-bottom: 2.133vw;
display: flex;
justify-content: center;
align-items: center;
font-family: 'A1 Gothic R', sans-serif;
font-size: 5.067vw;
text-align: center;
}
#POTENTIAL span {
position: relative;
height: 100%;
}
#POTENTIAL h2 img.new {
filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
position: absolute;
left: 0;
top: -10vw;
width: 8vw;
height: 8vw;
}
#POTENTIAL p {
font-size: 3.467vw;
text-align: center;
}
@media screen and (min-width: 768px) {
	#POTENTIAL .cont {
	margin: 0 auto;
	padding: 0 0 80px 0;
	width: 1040px;
	}
	#POTENTIAL h2 {
	margin-bottom: 15px;
	font-size: 33px;
	}
	#POTENTIAL h2 img.new {
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
	transform: translateY(-50%);
	left: -90px;
	top: 50%;
	width: 60px;
	height: 60px;
	}
	#POTENTIAL p {
	font-size: 20px;
	}
}

#TREE {
border-top: solid 1px #707070;
padding-top: 18.667vw;
}
#TREE .title {
margin-bottom: 8vw;
}
#TREE .visual img {
display: block;
width: 100%;
height: auto;
}
#TREE .tit {
display: none;
}
@media screen and (min-width: 768px) {
	#TREE {
	padding-top: 140px;
	}
	#TREE .title {
	margin-bottom: 43px;
	}
	#TREE .title {
	display: flex;
	background: url("/ie/tree/primewood/img/tre_bg.jpg") repeat center center;
	background-size: 1200px auto;
	height: 504px;
	}
	#TREE .visual {
	width: 555px;
	}
	#TREE .tit {
	box-sizing: border-box;
	position: relative;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 0 0;
	height: 504px;
	z-index: 1;
	}
	#TREE .tit::before {
	transform: translateX(50px);
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	background-color: #fff;
	width: 127px;
	height: 360px;
	z-index: -1;
	}
	#TREE .tit img {
	display: block;
	margin: 0 auto;
	width: 318px;
	height: auto;
	}
	#TREE h2 img {
	width: auto;
	height: 25px;
	}
}


#MOVIE {}
#MOVIE .cont {
margin: 0 auto;
padding: 4.8vw 0 2.667vw 0;
}
#MOVIE .image img {
margin-bottom: 4.533vw;
width: 100%;
height: auto;
}
#MOVIE .head {
margin-bottom: 9.333vw;
}
#MOVIE .head h2 {
margin-bottom: 0;
}
#MOVIE .head h2 img {
display: block;
margin: 0 auto;
width: auto;
height: 4.267vw;
}
#MOVIE .head p {
margin-top: 2.133vw;
font-family: 'A1 Gothic R', sans-serif;
font-size: 4vw;
text-align: center;
}
#MOVIE .exp {
margin: 0 auto 9.333vw auto;
width: 81.333vw;
font-size: 3.733vw;
line-height: 1.32;
}
@media screen and (min-width: 768px) {
	#MOVIE .cont {
	margin: 0 auto;
	padding: 25px 0 55px 0;
	}
	#MOVIE .image img {
	margin-bottom: 55px;
	}
	#MOVIE .head {
	margin-bottom: 55px;
	}
	#MOVIE .head h2 {
	margin-bottom: 0;
	}
	#MOVIE .head h2 img {
	height: 30px;
	}
	#MOVIE .head p {
	margin-top: 14px;
	font-size: 22px;
	}
	#MOVIE .exp {
	margin: 0 auto 0 auto;
	width: 680px;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
	}
}