@charset "UTF-8";
/* 共通 */

.cnt {
  background: #fff;
}

.home-section-base {
  padding: 2em 0 3em;
}

.home-link-btn {
  width: 20em;
  margin: 3em auto 0;
}

.homemain-txt {
  margin-top: 1.8em;
  font-size: 1.125em;
  line-height: 3;
}

.hdrMain img.slideshow-sp {
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.5s;
}

.hdrMain .slideshow {
  -webkit-transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  z-index: -2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 1.5s;
}

.hdrMain .slideshow img {
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.hdrMain .slideshow.slideshow_active, .hdrMain img.slideshow-sp.slideshow-sp_active {
  z-index: -1;
  opacity: 1;
}

.slide-item {
  background-blend-mode: lighten;
  background-position: center center;
  background-size: cover;
}

.slide-item.woods {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../images/mainvisual_woods.jpg);
}

.slide-item.room {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(../images/mainvisual_room.jpg);
}

.slide-item.wood {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/mainvisual_wood.jpg);
}

.slide-item.night {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/mainvisual_night.jpg);
}

.concept-txt_inner {
  margin-top: 1em;
  font-weight: bold;
  line-height: 1;
}

.concept-txt_inner--green {
  color: #006934;
}

.concept-txt_inner--red {
  color: #C50012;
}

.message-wrap {
  width: 34em;
  max-width: 90%;
  margin: 0 auto;
}

.about-cntWrap {
  margin-top: 2em;
  padding: 0 1em;
}

.about-box {
  width: 18.625em;
}

.about-box__txt {
  margin-top: 1.5em;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}

.section-gallery {
  padding-top: 1.5em;
  padding-bottom: 3em;
}

.photo-list {
  margin-top: 4em;
}

.photo-list__item {
  width: 22.5%;
  list-style: none;
}

.photo-list-cat {
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: .3em .5em;
  background: #333;
  font-size: .8em;
  text-align: center;
}

a.photo-list-cat {
  color: #fff;
  text-decoration: none;
}

.photo-list-caption {
  width: 100%;
  max-width: 100%;
  margin-top: .5em;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.photo-list-detail {
  display: block;
  width: 80%;
  margin: 1.5em auto 0;
  padding: .5em;
  border-radius: 5px;
  background: #006934;
  font-size: .9em;
  text-align: center;
  text-decoration: none;
}

a.photo-list-detail {
  color: #fff;
  text-decoration: none;
}

.greeting-wrap {
  margin-top: 4em;
}

.greeting-cnt__title {
  color: #006934;
  font-size: 2.125em;
  font-weight: 500;
}

.greeting-cnt__txt {
  margin-top: 2.5em;
  line-height: 3;
}

.greeting-cnt__name {
  margin-top: 2em;
  font-size: 1.25em;
  font-weight: bold;
}

.greeting-img {
  width: 43.5625em;
  margin-right: 2.5em;
}

.youtube-bnrWrap {
  width: 42em;
  max-width: 100%;
  margin-top: 2em;
  margin-right: auto;
  margin-bottom: 5em;
  margin-left: auto;
  padding: 2em;
  border: 1px solid #C50012;
}

.youtube-bnr__logo {
  width: 20em;
  margin-left: 1.6em;
}

.youtube-bnr-cnt__txt {
  font-size: 1.3125em;
  line-height: 1.8;
}

.youtube-bnr-cnt-link {
  width: 37.6875em;
  max-width: 100%;
  margin-top: 1em;
  padding: 0.7em;
  border-radius: 0.25em;
  background-image: url(../images/bg-knit.png);
}

a.youtube-bnr-cnt-link {
  color: inherit;
  text-decoration: none;
}

.youtube-bnr-cnt-link__img {
  width: 5.375em;
  margin-right: 1.8em;
}

.youtube-bnr-cnt-link__title {
  font-size: 1.5em;
  font-weight: 500;
}

.youtube-bnr-cnt-link__txt {
  margin-left: 2em;
  color: #C50012;
  font-size: 1.125em;
  font-weight: bold;
}

.section-blog {
  padding-top: 4em;
}

.blog-link {
  width: 11em;
  margin-top: -2.5em;
  margin-right: 0;
  margin-left: auto;
  padding: 0.5em;
  border-bottom: 1px solid #000;
  text-align: center;
}

a.blog-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.blog-section {
  margin-top: 3em;
}

.blog-box {
  width: 20.625em;
  margin: 0 1.5em;
}

.blog-box:first-of-type {
  margin-left: 0;
}

.blog-box:last-of-type {
  margin-right: 0;
}

.blog-box-cat {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.blog-box-cat::before {
  width: 1.83633em;
  height: 2.70149em;
  margin-right: 1em;
  margin-left: 0.5em;
  background-image: url(../images/icon-blog.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

a.blog-box-cat__txt {
  color: #006934;
  text-decoration: none;
}

.blog-box-img {
  margin-top: 0.5em;
}

a.blog-box-img {
  display: block;
}

.blog-box-date {
  display: block;
  margin-top: 0.5em;
  font-size: 1.125em;
  font-weight: bold;
}

.blog-box-title {
  width: 100%;
  max-width: 100%;
  margin-top: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.blog-box-title {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1900px) {
  /* 共通 */
}

@media screen and (max-width: 1540px) {
  /* 共通 */
  .greeting-wrap {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1vw;
  }
}

@media screen and (max-width: 1260px) {
  /* 共通 */
}

@media screen and (max-width: 1024px) {
  /* 共通 */
  .about-cntWrap {
    padding: 0;
  }
  .greeting-wrap {
    font-size: 1em;
  }
  .greeting-img {
    width: 25em;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  /* 共通 */
  .about-box {
    width: 16.5em;
  }
  .about-box__txt {
    font-size: 0.9em;
  }
  .greeting-img {
    width: 33em;
    margin-top: 3em;
  }
  .youtube-bnr__logo {
    margin: 0 auto;
  }
  .blog-section {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 480px) {
  /* 共通 */
  .home-section-base {
    padding: 2em 0 0;
  }
  .hdrMain img.slideshow-sp {
    -o-object-fit: contain;
    -o-object-position: top center;
    width: 100%;
    object-fit: contain;
    object-position: top center;
  }
  .hdrMain .slideshow {
    -o-object-fit: contain;
    -o-object-position: top center;
    width: 100%;
    object-fit: contain;
    object-position: top center;
  }
  .about-box {
    width: 20em;
    margin: 1em auto;
  }
  .about-box__txt {
    font-size: 1em;
  }
  .section-gallery {
    margin-top: 1.5em;
  }
  .photo-list__item {
    width: 48%;
  }
  .youtube-bnrWrap {
    font-size: 2.25vw;
  }
  .blog-link {
    margin-top: 0;
  }
  .blog-section {
    margin: 2em 4em 4em;
    font-size: 1em;
  }
  .blog-box {
    width: 100%;
  }
}
