@charset "utf-8";
/*a {
  pointer-events: none;
}*/
.mb0 {
  margin-bottom: 0;
}
.top_section {
  overflow-x: clip
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*main_sd*/
#main_sd {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 1.8rem;
}
/*#main_sd::before {
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/main_back_sp.jpg?20241021");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}*/
.fv-slider_block {
  position: relative;
  height: 100%;
}
.fv-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.fv-slider div {
  width: 100%;
  height: 100%;
}
.fv-slider .fv-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.fv-slider-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.fv-slider-overlay10::before {
  background-color: rgba(0, 0, 0, 0.1);
}
.fv-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv-slider_sp {
  width: 100%;
  height: 100%;
}
.fv-slider_pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .fv-slider_sp {
    display: none;
  }
  .fv-slider_pc {
    display: block;
    width: 100%;
    height: 100%;
  }
}
/*.fv-slider {
  display: none;
}
.fv-slider.slick-initialized {
  display: block;
}*/
/*||fv_top_txt||*/
.fv_top_txt {
  font-size: 0.5625rem;
  color: #fff;
  width: 84%;
  position: absolute;
  top: 28px;
  left: 8%;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .fv_top_txt {
    display: none;
  }
}
/*||fv_sp_logo_block||*/
.fv_sp_logo_block {
  width: 180px;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fv_sp_logo {
  margin: 0;
}
.fv_sp_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fv_bottom_txt {
  font-size: 0.9375rem;
  color: #fff;
  width: 84%;
  position: absolute;
  bottom: 7.9%;
  left: 9%;
}
.fv_bottom_txt span{
    margin-left: -0.6rem;
}
@media screen and (min-width: 600px) {
  .fv_sp_logo_block {
    display: none;
  }
}
/**************************************
/* news_container
***************************************/
.news_container {
  width: 84%;
  margin: 0 auto 6.3rem;
}
.news_item {
  display: flex;
  align-items: center;
}
.news_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin-right: 13px;
}
.news_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news_title {
  font-size: 0.75rem;
  color: #000;
  width: calc(100% - 43px);
  text-decoration: underline;
  transition: all 0.5s;
}
.news_title:hover {
  color: #000;
  opacity: 0.6;
  transition: all 0.5s;
}
/**************************************
/*design_container 
***************************************/
.top_back_color {
  background-color: #e5e2de;
  padding: 6rem 0 6.2rem;
  margin-bottom: 6.1rem;
}
.design_container {
 /* margin-bottom: 5.9rem;*/
    margin-bottom: 3.5rem;
}
/*.design_container .section_title_box {
  width: 84%;
  margin: 0 auto 3.2rem;
}*/
.design_slider_img {
  width: 300px;
  /* 
  margin-left: auto;
  margin-right: 1rem;*/
  margin: 0 3rem;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.design_slider_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.design_slider_img01{
    width: 260px;
    margin: 0 4rem;
}
.design_slider_img02{
    width: 245px;
    margin: 0 4rem;
}
/*
.design_slider_img01 {
  width: 280px;
  margin-left: 1rem;
}
.design_slider_img02 {
  width: 280px;
  margin-left: 1rem;
  margin-right: 2rem;
}
.design_slider_img03 {
  width: 312px;
}
.design_slider_img04 {
  width: 306px;
}
.design_slider_img05 {
  width: 308px;
  margin-left: 0.5rem;
}
.design_slider_img06 {
  width: 300px;
}
*/
/*スリック*/
.design_slider {
  padding-bottom: 3.5rem;
  margin-bottom: 0 !important;
}
/*.design_slider .slick-list {
  padding: 0 0 0 18% !important;
}*/
.design_slider .slick-track {
  display: flex;
}
.design_slider .slick-slide {
  height: auto !important;
}
.design_slider .slick-dots {
  top: auto;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}
.design_slider .slick-dots li {
  margin: 0 2px;
}
.design_slider .slick-dots li button {
  padding: 0;
}
.design_slider .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  color: #fff;
  background-color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.design_slider .slick-dots .slick-active button::before {
  width: 8px;
  height: 8px;
  background-color: #000;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
/**************************************
/* design_top_img_block
***************************************/
/*.design_top_img_block {
  position: relative;
}
.design_top_img01 {
  width: 64%;
    margin-left: auto;
    margin-right: 0;
}
.design_top_img02 {
  width: 36%;
  position: absolute;
  top: 18%;
  left: 8%;
}*/
/**************************************
/* td_slider_block
***************************************/

/**************************************
/* spec_block
***************************************/
.spec_title_wrap {
  width: 84%;
  margin: 0 auto 3.4rem;
}
.spec_title_wrap .section_title_box {
  margin-bottom: 0;
}
.spec_block {
  width: 75%;
  margin: 0 6% 3.8rem auto;
}
.spec_heading {
  font-size: 0.75rem;
  line-height: 1.66;
  text-align: justify;
  margin-bottom: 1.4rem;
}
.spec_list > ul > li {
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.spec_list_title {
  display: block;
  font-size: 0.8125rem;
  color: #000;
  padding: 1.2rem 0;
  position: relative;
  transition: all 0.5s;
}
.spec_list_title:hover {
  opacity: 0.6;
  color: #000;
  transition: all 0.5s;
}
.spec_list_title::before {
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("../images/arrow_dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  transition: all 0.3s;
}
.spec_list_title:hover::before {
  right: -5px;
  transition: all 0.3s;
}
.spec_img_block {
  position: relative;
}
.spec_img01 {
  width: 64%;
}
.spec_img02 {
  width: 36%;
  position: absolute;
  top: 18%;
  right: 8%;
}
/**************************************
/* top_catalog_btn
***************************************/
.top_catalog_btn_box {
  margin-bottom: 5.5rem;
}
.top_catalog_btn {
  font-size: 0.8125rem;
  color: #ededea;
  width: 182px;
  height: 47px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  letter-spacing: 0.02em;
  background-color: #000;
  border-radius: 40px;
  text-align: left;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.top_catalog_btn:hover {
  background-color: inherit;
  color: #000;
  transition: all 0.5s;
}
.top_catalog_btn::before {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background-image: url("../images/arrow_ivory.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
.top_catalog_btn:hover::before {
  background-image: url("../images/arrow_dark.svg");
  transition: all 0.5s;
}
/**************************************
/* about_container
***************************************/
.about_container {
  margin-bottom: 6.3rem;
}
.about_block {
  width: 84%;
  margin: 0 auto;
}
.about_block > ul > li {
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.about_block > ul > li:last-child {
  border-bottom: none;
}
.about_item {
  display: block;
  color: #000;
  padding: 1.9rem 0 2.2rem;
  transition: all 0.5s;
}
.about_item:hover {
  opacity: 0.6;
  color: #000;
  transition: all 0.5s;
}
.about_block > ul > li:first-child .about_item {
  padding-top: 0;
}
.about_block > ul > li:last-child .about_item {
  padding-bottom: 0;
}
.about_head {
  font-size: 1.75rem;
  line-height: 1;
  position: relative;
  margin-bottom: 0.9rem;
}
.about_head::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-image: url("../images/arrow_dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  transition: all 0.3s;
}
.about_item:hover .about_head::before {
  right: -5px;
  transition: all 0.3s;
}
.about_title {
  font-size: 0.75rem;
  line-height: 1;
}
/**************************************
/* 
***************************************/
