  @charset "utf-8";

.bx-wrapper .bx-viewport:after,
#navigation ul:after,
#localNAV .list:after,
.section:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.bx-wrapper .bx-viewport,
#navigation ul,
#localNAV .list,
.section,
.row {
    zoom: 1;
}

@media (max-width: 767px) {
	#pageBody .sp {
	display: block;
	}
	#pageBody .pc {
	display: none;
	}
}
@media (min-width: 768px) {
	#pageBody .sp {
	display: none;
	}
	#pageBody .pc {
	display: block;
	}
}
#pageBody,
#pageTop {
font-family: "A1Ã÷³¯", "A1 Mincho", "sans-serif";
font-feature-settings : "palt";
letter-spacing: 0.14em;
color: #231815;
overflow: hidden;
}

#header {
background-color: #fff;
height: 48px;
text-align: center;
}
@media (min-width: 768px) {
	#header {
	height: 100px;
	}
}

@media (max-width: 767px) {
	#navigation {
	position: absolute;
	left: 0;
	top: 48px;
	box-sizing: border-box;
	width: 100%;
	height: 0;
	display: block;
	z-index: 1;
	}
	#navigation.fixed {
	position: fixed;
	left: 0;
	top: 0;
	bottom: auto;
	}
	#navigation.fixed ul {
	top: 0;
	bottom: auto;
	}
	#navigation .cont {
	position: relative;
	margin: 0 auto;
	background-color: rgba(168,141,147,0.7);
	}
	#navigation .cont {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	}
	#navigation .cont::-webkit-scrollbar {
	height: 0;
	background: #f3f3ed;
	}
	#navigation .cont::-webkit-scrollbar-thumb {
	background: #c5c5c5;
	}
	#navigation ul {
	box-sizing: border-box;
	padding: 0 7px;
	font-size: 14px;
	white-space: nowrap;
	}
	#navigation li {
	padding: 0 11px 0 11px;
	display: inline-block;
	}
	#navigation ul a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	position: relative;
	display: inline-block;
	padding: 11px 0 16px 0;
	color: #fff;
	}
	#navigation ul a:hover {
	text-decoration: none;
	}
	#navigation ul a::after {
	position: absolute;
	bottom: 11px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	}
	#navigation ul a:hover::after {
	transform: scale(1, 1);
	}
}
@media (min-width: 768px) {
	#navigation {
	position: absolute;
	left: 0;
	top: 78px;
	box-sizing: border-box;
	padding: 0 50px;
	width: 100%;
	height: 0;
	display: block;
	z-index: 1;
	}
	#navigation.fixed {
	position: fixed;
	left: 0;
	top: 0;
	bottom: auto;
	}
	#navigation.fixed ul {
	top: 0;
	bottom: auto;
	}
	#navigation.bg ul {
	background-color: rgba(168,141,147,0.7);
	}
	#navigation.bg ul a {
	color: #fff;
	}
	#navigation.bg ul a::after {
	background: #fff;
	}
	#navigation .cont {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
	height: 0;
	}
	#navigation ul {
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	transition: background-color .3s ease;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	padding: 0 7px;
	font-size: 14px;
	}
	#navigation li {
	padding: 0 11px 0 11px;
	float: left;
	}
	#navigation ul a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	transition: color .3s ease;
	position: relative;
	display: block;
	padding: 11px 0 16px 0;
	color: #000;
	}
	#navigation ul a:hover {
	text-decoration: none;
	}
	#navigation ul a::after {
	position: absolute;
	bottom: 11px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	}
	#navigation ul a:hover::after {
	transform: scale(1, 1);
	}
}

/* visual */
#visual {
position: relative;
padding-bottom: 55px;
}
#visual .bg img {
width: 100%;
height: auto;
}
#visual h1 {
position: relative;
margin: 0 25px;
padding: 22px 0 0 0;
}
#visual h1 img {
width: 127px;
height: auto;
}
#visual h3 {
margin: 0 25px;
padding: 17px 0 47px 0;
font-size: 18px;
line-height: 1.63;
letter-spacing: 0.2em;
text-align: left;
}
#visual .inner {
position: relative;
margin: 0 0 0 25px;
padding: 0 25px 0 0;
}
#visual .inner li {
box-sizing: border-box;
position: relative;
padding-right: 10px;
z-index: 1;
transition: all .3s ease;
opacity: 1;
}
#visual .inner li.fade {
opacity: 0;
}
#visual .inner img {
width: 100%;
height: auto;
}
@media (min-width: 768px) {
	#visual {
	position: relative;
	padding-bottom: 95px;
	}
	#visual	.bg {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/ie/tree/ash/img/forest/bg_main.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	}
	#visual	.bg img {
	display: none;
	}
	#visual	.pack {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 125px 0 0 0;
	width: 960px;
	height: 605px;
	}
	#visual h1 {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	}
	#visual h1 img {
	width: 260px;
	height: auto;
	}
	#visual h3 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	text-shadow: 0px 0px 10px rgba(0,0,0,1);
	color: #fff;
	}
	#visual	.img {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}
	#visual	.inner {
	position: relative;
	margin: 0 0 0 210px;
	padding: 0;
	width: 3000px;
	}
	#visual .inner li {
	padding-right: 20px;
	}
}
/* SCT1 */
.section {
position: relative;
text-align: left;
}
#SCT2::before {
content: '';
display: block;
position: absolute;
left: 0;
top: -150px;
background-color: #f5f4ee;
width: 100%;
height: 100%;
z-index: -1;
}
.section .cont {
padding: 0 0 55px 0;
margin: 0 25px;
}
.section .pack {
position: relative;
padding: 68px 0 0 0;
border-top: solid 1px #000;
}
.section .pack::before {
position: absolute;
left: 0;
top: 13px;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
font-size: 10px;
}
.section .pack::after {
position: absolute;
right: 0;
top: 13px;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
font-size: 10px;
}
#SCT1 .pack::before {
content: 'Created by nature';
}
#SCT1 .pack::after {
content: 'Forest';
}
#SCT2 .pack::before {
content: 'Beauty of Wood Grain';
}
#SCT2 .pack::after {
content: 'Forest';
}
.section .pack h2 {
margin-bottom: 37px;
font-size: 18px;
line-height: 1.62;
}
.section .pack p {
margin-bottom: 58px;
font-size: 13px;
line-height: 2.26;
text-align: justify;
}
.section .cont img {
width: 100%;
height: auto;
}
#SCT1 .inner {
position: relative;
margin: 0 -25px 0 0;
padding: 0 25px 0 0;
}
#SCT1 .inner li {
box-sizing: border-box;
position: relative;
padding-right: 10px;
z-index: 1;
transition: all .3s ease;
opacity: 1;
}
#SCT1 .img li.fade {
opacity: 0;
}
#SCT1 .img img {
width: 100%;
height: auto;
}
@media (min-width: 768px) {
	#contents {
	overflow: hidden;
	}
	.section {}
	#SCT2::before {
	top: -280px;
	}
	.section .cont {
	margin: 0 auto;
	padding: 0 0 85px 0;
	width: 960px;
	}
	.section .pack {
	padding: 90px 0 0 0;
	}
	#SCT1 .pack {
	width: 580px;
	}
	#SCT2 .pack {
	margin: 0 0 0 210px;
	width: 580px;
	}
	.section .pack::before {
	top: 16px;
	font-size: 14px;
	}
	.section .pack::after {
	top: 16px;
	font-size: 14px;
	}
	.section .cont h2 {
	font-size: 32px;
	line-height: 1.7;
	}
	.section .cont p {
	margin-bottom: 108px;
	font-size: 20px;
	line-height: 2.4;
	}
	#SCT1 .img {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}
	#SCT1 .inner {
	position: relative;
	margin: 0 0 0 210px;
	padding: 0;
	width: 3000px;
	}
	#SCT1 .inner li {
	padding-right: 20px;
	}
	#SCT2 .img {
	margin-left: -40px;
	width: 730px;
	}
}

.pager {
border-top: solid 1px #000;
margin: 0 25px;
padding-bottom: 45px;
display: flex;
justify-content: space-between;
}
.prevLink,
.nextLink {
padding: 5px 0;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
font-size: 12px;
text-align: right;
}
.prevLink a,
.nextLink a {
position: relative;
display: inline-block;
padding: 10px 1.3em;
text-align: center;
text-decoration: none;
color: #000;
}
.prevLink a::after {
position: absolute;
top: 50%;
left: 0;
content: '';
margin-top: -4px;
width: 7px;
height: 7px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
transform: rotate(45deg);
transition: all .2s;
}
.prevLink a:hover::after {
left: -0.5em;
}
.nextLink a::after {
position: absolute;
top: 50%;
right: 0;
content: '';
margin-top: -4px;
width: 7px;
height: 7px;
border-top: 1px solid #000;
border-right: 1px solid #000;
transform: rotate(45deg);
transition: all .2s;
}
.nextLink a:hover::after {
right: -0.5em;
}
@media (min-width: 768px) {
	.pager {
	margin: 0 auto;
	padding-bottom: 80px;
	width: 960px;
	}
	.prevLink,
	.nextLink {
	padding: 8px 0;
	text-align: right;
	}
	.prevLink a,
	.nextLink a {
	position: relative;
	display: inline-block;
	padding: 10px 1.3em;
	text-align: center;
	text-decoration: none;
	color: #000;
	}
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position: relative;
padding: 0;
*zoom: 1;
}
@media (min-width: 768px) {
	.bx-wrapper {
	width: 650px;
	}
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
overflow: visible !important;
height: auto !important;
}

/* PAGER */
.bx-wrapper .pagermask {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 30px;
}
.bx-wrapper .bx-pager {
position: relative;
padding: 18px 0 0 0;
display: block;
text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
box-sizing: border-box;
border: solid 1px #000;
border-radius: 50%;
margin: 0 2px;
width: 6px;
height: 6px;
display: block;
outline: 0;
overflow: hidden;
text-indent: -9999px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background-color: #000;
}
@media (min-width: 768px) {
	.bx-wrapper .bx-pager {
	display: block;
	text-align: left;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 10px 0 0;
	width: 12px;
	height: 12px;
	}
}

#pageTopLink {
position: fixed;
right: 10px;
bottom: 10px;
background-color: rgba(168,141,147,0.7);
width: 40px;
height: 40px;
cursor: pointer;
z-index: 100;
display: none;
}
#pageTopLink::before,
#pageTopLink::after {
position: absolute;
top: 50%;
left: 50%;
content: '';
margin: -4px 0 0 -8px;
width: 14px;
height: 14px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all .2s;
}
#pageTopLink::after {
opacity: 0;
top: 75%;
}
#pageTopLink:hover::before {
animation: arrowbefore .5s;
}
#pageTopLink:hover::after {
animation: arrowafter .5s;
}
@keyframes arrowbefore {
100% {
top: 25%;
opacity: 0;
}
}
@keyframes arrowafter {
99% {
top: 50%;
opacity: 1;
}
100% {
opacity: 0;
}
}

#moreBLK {
display: none;
}