@charset "UTF-8";
main {
  padding-top: 9.6vw;
  padding-bottom: 0;
  position: relative;
}
main .inner {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

section {
  margin: 0 auto;
}
section .inner {
  width: 100%;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#slider {
  position: relative;
}
#slider .message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 5.6vw;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: 3.8px;
  text-align: center;
  color: #fff;
  z-index: 10;
  width: 100%;
}
#slider ul li img {
  width: 100%;
  height: 114.6666666667vw;
}
#slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  bottom: 4vw;
  width: 100%;
  gap: 1.3333333333vw;
}
#slider .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.6666666667vw;
  height: 3.3333333333vw;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  margin: 0;
}
#slider .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 6.6666666667vw;
  height: 0.5333333333vw;
  border-radius: 0;
  background-color: #fff;
}
#slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #7c9853;
}
#slider .swiper-button-prev {
  left: 1.3333333333vw;
}
#slider .swiper-button-prev:after {
  content: "";
  display: block;
  width: 3.8666666667vw;
  height: 7.3333333333vw;
  background: url(../img/top/slider-left.png) center center no-repeat;
  background-size: contain;
}
#slider .swiper-button-next {
  right: 1.3333333333vw;
}
#slider .swiper-button-next:after {
  content: "";
  display: block;
  width: 3.8666666667vw;
  height: 7.3333333333vw;
  background: url(../img/top/slider-right.png) center center no-repeat;
  background-size: contain;
}

h2 {
  display: flex;
  justify-content: center;
}
h2 span {
  font-size: 4.5333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.4px;
  text-align: center;
  color: #333;
  padding-bottom: 1.6vw;
  border-bottom: 0.6666666667vw solid #333;
}

#items .search {
  display: flex;
  justify-content: center;
  margin-top: 8.6666666667vw;
}
#items .search input {
  width: 92vw;
  height: 8vw;
  border-radius: 4vw;
  border: solid 0.2666666667vw #ccc;
  position: relative;
  background: url(../img/common/icon-search.png) 2.1333333333vw center no-repeat;
  background-color: #fff;
  background-size: 4.5333333333vw auto;
  padding-left: 8vw;
  font-size: 3.7333333333vw;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
#items .search input::placeholder {
  color: #aaa; /* グレー */
}
#items .boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 5.3333333333vw 2.6666666667vw;
  width: 92vw;
  margin: 10.6666666667vw auto 0;
}
#items .boxes .box {
  display: flex;
  justify-items: center;
}
#items .boxes .box a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#items .boxes .box a img {
  width: 44.6666666667vw;
  height: 44.6666666667vw;
}
#items .boxes .box a span {
  margin-top: 1.3333333333vw;
  display: block;
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: 2.8px;
  text-align: center;
  color: #333;
}
#items #main-banners {
  width: 92vw;
  margin: 10.6666666667vw auto 0;
}
#items #main-banners.banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.3333333333vw;
}
#items #custom_banners {
  width: 92vw;
  margin: 10.6666666667vw auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.6666666667vw;
}
#items #menu {
  width: 92vw;
  margin: 10.6666666667vw auto 0;
}
#items #menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
}
#items #menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.6666666667vw;
  border-radius: 1.3333333333vw;
  border: solid 0.4vw #7c9853;
  background-color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #7c9853;
  text-decoration: none;
  position: relative;
}
#items #menu ul li a::before {
  content: "";
  display: block;
  background: url(../img/common/icon-arrow01.png) center center no-repeat;
  width: 2vw;
  height: 3.4666666667vw;
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  transform: translateY(-50%);
}

#information {
  background: url(../img/common/bg-wood01-sp.png) center center no-repeat;
  background-size: cover;
  padding: 8vw 4vw 16vw;
  margin-top: 12vw;
}
#information .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#information .inner .left {
  width: 89.3333333333vw;
}
#information .inner .left h2 {
  text-align: center;
  justify-content: center;
}
#information .inner .left .list {
  margin-top: 6.6666666667vw;
}
#information .inner .left .list ul {
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
#information .inner .left .list ul li .info {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
}
#information .inner .left .list ul li .info .date {
  font-size: 2.6666666667vw;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#information .inner .left .list ul li .info .taxonomies .term {
  font-size: 2.4vw;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  height: 3.4666666667vw;
  padding: 0 1.3333333333vw;
  background-color: #dde0d8;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#information .inner .left .list ul li .title {
  margin-top: 1.0666666667vw;
}
#information .inner .left .list ul li .title a {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  text-decoration: none;
  border-bottom: 0.1333333333vw solid #333;
  padding-bottom: 0.5333333333vw;
}
#information .inner .left .link {
  display: flex;
  justify-content: flex-end;
  margin-top: 10.6666666667vw;
}
#information .inner .left .link a {
  display: flex;
  align-items: center;
  font-size: 3.7333333333vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  text-decoration: none;
  background: url(../img/common/icon-arrow02.png) right center no-repeat;
  background-size: 2vw auto;
  padding-right: 6vw;
}
#information .inner .right {
  margin-top: 16vw;
  width: 100%;
}
#information .inner .right .banners {
  display: grid;
  gap: 3.4666666667vw;
  margin-top: 7.3333333333vw;
}
#information .inner .right .banners .banner img {
  width: 100%;
}

#wood_material {
  background: url(../img/common/bg-wood02-sp.png) center center no-repeat;
  background-size: cover;
  height: 113.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#wood_material h2 {
  font-size: 7.2vw;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 5.4px;
  text-align: center;
  color: #fff;
}
#wood_material .message {
  margin-top: 4.6666666667vw;
  padding: 0 2.6666666667vw;
}
#wood_material .message p {
  font-size: 3.7333333333vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#wood_material .link {
  margin-top: 13.3333333333vw;
}
#wood_material .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8vw;
  width: 77.3333333333vw;
  height: 12vw;
  border-radius: 6vw;
  background-color: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: center;
  color: #333;
  text-decoration: none;
  position: relative;
}
#wood_material .link a::before {
  content: "";
  display: block;
  width: 2vw;
  height: 3.4666666667vw;
  background: url(../img/common/icon-arrow02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}
