@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	TOP
 * *************************************************/
/* 共通
----------------------------------------------*/
.top_wrapper {
  width: 100%;
}
.top_wrapper h1 {
  text-align: center;
  padding: 100px 0 20px;
}

.mv_wrapper {
  width: 100%;
  position: relative;
  max-height: 1080px;
}
.mv_wrapper:nth-last-of-type(1) {
  margin-bottom: 0;
}
.mv_wrapper picture {
  position: relative;
  z-index: 1;
}
.mv_wrapper .copy.fade-in {
  position: absolute;
  line-height: 1.2;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 3;
  line-height: 1.6;
  letter-spacing: 0.2em;
  opacity: 0;
  transition: opacity 1s ease-out, transform 2s ease-out;
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .copy.fade-in {
    top: 70%;
    bottom: unset;
    left: calc(5% + 10px);
    letter-spacing: 0.4em;
    transform: translateY(-50%);
  }
}
.mv_wrapper .copy.fade-in .main_copy {
  font-size: 3.5vw;
  color: inherit;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper .copy.fade-in .main_copy {
    font-size: 3vw;
  }
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .copy.fade-in .main_copy {
    font-size: 1.8vw;
  }
}
.mv_wrapper .copy.fade-in .sub_copy {
  font-size: 3vw;
  color: inherit;
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .mv_wrapper .copy.fade-in .sub_copy {
    font-size: 3vw;
  }
}
@media print, screen and (min-width: 960px) {
  .mv_wrapper .copy.fade-in .sub_copy {
    font-size: 1.2vw;
  }
}

/* 表示時のスタイル */
.copy.fade-in.show {
  opacity: 1;
}
@media print, screen and (min-width: 960px) {
  .copy.fade-in.show {
    transform: translateY(-50%);
  }
}

/* MV
----------------------------------------------*/
.mv_height_base {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mv_height_base img {
  width: auto;
  height: 800px;
  display: block;
}
@media print, screen and (min-width: 960px) {
  .mv_height_base img {
    width: auto;
    height: 600px;
  }
}

.mv_width_base {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mv_width_base img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 960px) {
  .mv_width_base img {
    max-width: 1920px;
    aspect-ratio: unset;
  }
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

/* ************************************************
 *	Information
 * ************************************************ */
.information_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 960px) {
  .information_contents {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.information_contents li {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .information_contents li {
    width: calc(50% - 15px);
  }
}
.information_contents li:first-child {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .information_contents li:first-child {
    margin-bottom: 0;
  }
}
.information_contents li .information_img {
  overflow: hidden;
}
.information_contents li .information_img img {
  transition: all ease 0.5s;
}
.information_contents li .information_img img:hover {
  transform: scale(1.1);
}
.information_contents li h2 {
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .information_contents li h2 {
    font-size: 26px;
  }
}
.information_contents li p {
  margin-top: 10px;
  text-align: center;
}
.information_contents li .btn {
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .information_contents li .btn {
    margin-top: 30px;
  }
}

/* ************************************************
 *	Works
 * ************************************************ */
.top_works {
  padding-right: 0;
  position: relative;
}
.top_works .section_ttl .en_ttl {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .top_works {
    flex-wrap: nowrap;
  }
}
.top_works .swiper-works {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .top_works .swiper-works {
    width: 200%;
    overflow-x: scroll;
    scrollbar-width: none;
    margin-top: 0;
  }
}
.top_works .swiper-works .swiper-button-next:after,
.top_works .swiper-works .swiper-button-prev:after {
  color: #2e5c37;
}

.top_works.section_wrapper {
  padding-bottom: 130px;
}
@media print, screen and (min-width: 428px) {
  .top_works.section_wrapper {
    padding-bottom: 150px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_works.section_wrapper {
    padding-bottom: 80px;
  }
}

.top_works_left {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .top_works_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 20%;
    z-index: 2;
    background-color: #fff;
    height: 100%;
  }
}
.top_works_left .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 428px) {
  .top_works_left .btn {
    bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_works_left .btn {
    position: static;
    transform: translateX(0);
  }
}
.top_works_left .btn a {
  white-space: nowrap;
}

@media print, screen and (min-width: 960px) {
  .top_works_contents {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-wrap: nowrap;
  }
}
.top_works_contents li {
  width: 32%;
  padding: 40px 40px 20px 40px;
  background-color: #f6f3ee;
  position: relative;
}
.top_works_contents .top_works_img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.top_works_contents .top_works_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  transition: all ease 0.5s;
}
.top_works_contents .top_works_img img:hover {
  transform: scale(1.1);
}
.top_works_contents .term {
  padding: 5px 20px;
  background-color: #2e5c37;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.top_works_contents .item_ttl {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}
.top_works_contents p {
  margin-top: 10px;
}

/* ************************************************
 *	About
 * ************************************************ */
.top_about {
  background-image: url(images/top-about-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  .top_about {
    padding-bottom: 60px;
  }
}

.about_text_contents {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .about_text_contents {
    width: 80%;
  }
}
.about_text_contents .about_main_copy {
  color: #fff;
  font-size: 18px;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .about_text_contents .about_main_copy {
    font-size: 24px;
  }
}
.about_text_contents p {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .about_text_contents p {
    font-size: 16px;
  }
}
.about_text_contents .btn {
  margin-top: 20px;
}

/* ************************************************
 *	standard_furniture
 * ************************************************ */
.top_standard_furniture .section_ttl {
  margin-bottom: 10px !important;
}
.top_standard_furniture .center {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 428px) {
  .top_standard_furniture .center {
    margin-bottom: 40px;
  }
}

.standard_furniture_contents {
  row-gap: 40px;
}
.standard_furniture_contents li {
  width: 100%;
}
@media print, screen and (min-width: 428px) {
  .standard_furniture_contents li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .standard_furniture_contents li {
    width: calc(33.3333% - 20px);
  }
}
@media print, screen and (min-width: 428px) {
  .standard_furniture_contents li:nth-child(even) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .standard_furniture_contents li:nth-child(even) {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .standard_furniture_contents li:nth-child(3) {
    margin-right: 0;
  }
}
.standard_furniture_contents li .standard_img {
  overflow: hidden;
}
.standard_furniture_contents li .standard_img img {
  transition: all ease 0.5s;
}
.standard_furniture_contents li .standard_img img:hover {
  transform: scale(1.1);
}
.standard_furniture_contents li .standard_name {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

/* ************************************************
 *	order_furniture
 * ************************************************ */
.top_order_furniture {
  background-color: #f6f3ee;
}
.top_order_furniture .section_ttl {
  margin-bottom: 10px !important;
}
.top_order_furniture .center {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 428px) {
  .top_order_furniture .center {
    margin-bottom: 40px;
  }
}
.top_order_furniture .btn {
  text-align: center;
  margin-top: 40px;
}

.order_furniture_contents {
  row-gap: 40px;
}
.order_furniture_contents li {
  width: 100%;
  row-gap: 40px;
  padding: 20px;
  background-color: #fff;
}
@media print, screen and (min-width: 428px) {
  .order_furniture_contents li {
    width: 70%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .order_furniture_contents li {
    width: calc(33.3333% - 20px);
    padding: 40px;
    margin: unset;
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .order_furniture_contents li:nth-child(3) {
    margin-right: 0;
  }
}
.order_furniture_contents li img {
  padding: 0 10px;
}
.order_furniture_contents li .top_order_img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.order_furniture_contents li .top_order_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  transition: all ease 0.5s;
}
.order_furniture_contents li .top_order_img img:hover {
  transform: scale(1.1);
}
.order_furniture_contents li .item_ttl {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
.order_furniture_contents li p {
  margin-top: 20px;
}

/* ************************************************
 *	Information
 * ************************************************ */
.top_news {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .top_news {
    position: static;
  }
}
.top_news .section_ttl {
  text-align: center;
  margin-bottom: 0;
}
@media print, screen and (min-width: 428px) {
  .top_news .section_ttl {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_news .section_ttl {
    text-align: start !important;
  }
}
.top_news .section_ttl span {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .top_news .btn {
    text-align: center;
  }
}

.top_news.section_wrapper {
  padding-bottom: 130px;
}
@media print, screen and (min-width: 428px) {
  .top_news.section_wrapper {
    padding-bottom: 150px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_news.section_wrapper {
    padding-bottom: 80px;
  }
}

.news_box {
  margin: 0 auto;
  max-width: 1080px;
}

.news_left {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .news_left {
    width: 30%;
  }
}
.news_left h2 .en_ttl {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .news_left h2 .en_ttl {
    text-align: center !important;
  }
}
.news_left .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 428px) {
  .news_left .btn {
    bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .news_left .btn {
    position: static;
    transform: translateX(0);
  }
}
.news_left .btn a {
  white-space: nowrap;
}

.news_right {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .news_right {
    width: 70%;
    margin-top: 0;
  }
}
.news_right .news_card {
  border-bottom: 1px solid #2e5c37;
  box-sizing: border-box;
  transition: all ease 0.3s;
}
.news_right .news_card a {
  width: 100%;
  align-items: center;
  padding: 20px;
  transition: all ease 0.3s;
}
@media print, screen and (min-width: 960px) {
  .news_right .news_card a {
    flex-wrap: nowrap;
  }
}
.news_right .news_card a:hover {
  background-color: #f5f3ed;
  color: #2e5c37;
}
.news_right .news_card a:hover .info_list_category {
  background-color: #fff;
  color: #2e5c37;
  border: 1px solid #2e5c37;
}
.news_right .news_card a:hover .tab_pc_only {
  color: #2e5c37;
}
.news_right .news_card a:hover .arrow_btn {
  background-color: #2e5c37;
}
.news_right .news_card a:hover .arrow_btn .none_hover {
  display: none;
}
.news_right .news_card a:hover .arrow_btn .hover {
  display: block;
}
.news_right dt {
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .news_right dt {
    width: 45%;
  }
}
@media screen and (min-width: 1080px) {
  .news_right dt {
    width: 35%;
  }
}
.news_right dt time {
  line-height: 1;
  padding: 0 30px 0 0;
}
.news_right dt time span {
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  .news_right dt time span {
    font-size: 18px;
  }
}
.news_right dt .info_list_category {
  font-size: 10px;
  padding: 4px 20px;
  background-color: #2e5c37;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all ease 0.3s;
  color: #fff;
  white-space: nowrap;
}
@media print, screen and (min-width: 960px) {
  .news_right dt .info_list_category {
    padding: 6px 35px;
    font-size: 14px;
  }
}
.news_right dd {
  font-size: 16px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .news_right dd {
    flex-grow: 1;
    margin-left: 30px;
  }
}
.news_right dd h3 {
  font-weight: 400;
  padding: 20px 0 0;
  line-height: 1.2;
  font-size: 14px;
}
@media print, screen and (min-width: 960px) {
  .news_right dd h3 {
    padding: 0;
    font-size: 16px;
  }
}

/* ************************************************
 *	Trusty Wood Works
 * ************************************************ */
.top_trusty {
  background-color: #dacebc;
}

.top_trusty_contents {
  row-gap: 40px;
}
.top_trusty_contents li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media print, screen and (min-width: 428px) {
  .top_trusty_contents li {
    width: 80%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 600px) {
  .top_trusty_contents li {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_trusty_contents li {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 600px) {
  .top_trusty_contents li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .top_trusty_contents li:nth-child(2n) {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_trusty_contents li:nth-child(4n) {
    margin-right: 0;
  }
}
.top_trusty_contents li .top_trusty_img {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.top_trusty_contents li .top_trusty_img img {
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_trusty_contents li .top_trusty_img img:hover {
  transform: scale(1.1);
}
.top_trusty_contents li h3 .en_ttl {
  font-size: 26px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Arsenal";
}
@media print, screen and (min-width: 960px) {
  .top_trusty_contents li h3 .en_ttl {
    font-size: 40px;
  }
}
.top_trusty_contents li h3 .ja_ttl {
  font-size: 12px;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Arial, Meiryo, sans-serif;
}
@media print, screen and (min-width: 960px) {
  .top_trusty_contents li h3 .ja_ttl {
    font-size: 14px;
  }
}
.top_trusty_contents li p {
  font-size: 14px;
  margin-top: 20px;
  font-family: "Shippori Mincho", "Noto Sans JP", serif;
  flex-grow: 1;
  margin-bottom: 20px;
}
.top_trusty_contents li .btn {
  margin-top: auto;
}
.top_trusty_contents li .btn a {
  padding: 10px 80px 10px 30px;
  background-color: #2e5c37;
  display: inline-block;
  transition: all ease 0.5s;
  position: relative;
  color: #fff;
  border: 1px solid #2e5c37;
}
@media print, screen and (min-width: 960px) {
  .top_trusty_contents li .btn a {
    padding: 10px 100px 10px 30px;
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 600px) {
  .top_trusty_contents {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .top_trusty_contents li {
    height: auto;
    align-self: stretch;
  }
}/*# sourceMappingURL=front.css.map */