@charset "UTF-8";
/* =====================
  トップページ
 ======================= */
.fs-l-main {
  display: block;
}

.title {
  font-size: 36px;
  line-height: 1.13889;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 56px;
}

.catchcopy {
  padding: 96px 0;
}

.catchcopy_txt {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.14em;
}

.slider {
  position: relative;
}

.slider a {
  display: block;
}

.slider .swiper-button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #BBA6A7;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.slider .swiper-button:after {
  font-size: 24px;
}

.slider .swiper-button:hover {
  opacity: 0.7;
}

.slider .swiper-button-prev {
  left: 64px;
}

.slider .swiper-button-next {
  right: 64px;
}

.slider .swiper-pagination {
  width: 100%;
  text-align: right;
  padding-right: 72px;
}

.slider .swiper-pagination-bullet {
  margin: 0 4px;
  background: #BBA6A7;
  opacity: 0.5;
}

.slider .swiper-pagination-bullet-active {
  background: #544243;
  opacity: 1;
}

.bnr_area {
  /*padding-bottom: 92px;*/
}

.bnr_area .bnr_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.bnr_area .bnr_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #E3CFD1;
}

.bnr_area .bnr_list_item a .txt {
  width: 33.33333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bnr_area .bnr_list_item a .name {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  padding-bottom: 16px;
  border-bottom: 1px solid currentColor;
  min-width: 96px;
  text-align: center;
}

.bnr_area .bnr_list_item:nth-child(2n) a {
  background: #F6F5F5;
}

.bnr_area .bnr_list_item:nth-child(3n) a {
  background: #CDCCBB;
}

.bnr_area .bnr_list_item:nth-child(4n) a {
  background: #D1C7C8;
}

.yami_bnr_area {
  /*padding-bottom: 92px;*/
  margin-top: 38px;
}

.yami_bnr_area .yami_bnr_list {
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;*/
}

.yami_bnr_area .yami_bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F0EBD9;
}

.yami_bnr_area .yami_bnr a .txt {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yami_bnr_area .yami_bnr a .name {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  padding-bottom: 16px;
  border-bottom: 1px solid currentColor;
  min-width: 96px;
  text-align: center;
}

.yami_bnr_area .yami_bnr:nth-child(2n) a {
  background: #F6F5F5;
}

.yami_bnr_area .yami_bnr:nth-child(3n) a {
  background: #CDCCBB;
}

.yami_bnr_area .yami_bnr:nth-child(4n) a {
  background: #D1C7C8;
}



.product_cat {
  padding: 184px 0;
  margin-top: 184px;/*92*/
  position: relative;
}

.product_cat .title {
  width: 1em;
  position: absolute;
  top: -2.84722em;
  right: 0;
  left: 0;
  margin: auto;
}

.product_cat_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 52px;
}

.product_cat_list .name {
  margin: 16px 0;
  font-size: 18px;
}

.product_cat_list .subpage_link {
  margin-top: 40px;
}

.recommend {
  padding-bottom: 80px;
}

.recommend_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 96px;
  grid-row-gap: 56px;
  margin-bottom: 104px;
}

.recommend_list a {
  display: block;
}

.recommend_list .name {
  margin: 16px 0 4px;
  letter-spacing: 0.14em;
  line-height: 1.75;
}

.recommend_list .price {
  font-size: 24px;
}

.recommend_list .price span {
  font-size: 14px;
}

.recommend .fs-c-button--primary {
  margin: 0 auto;
  display: block;
  width: 350px;
}

.repair {
  padding: 80px 0;
}

.repair_box {
  background: rgba(163, 159, 99, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.repair_box img {
  width: 39.35484%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.repair_box .txt_box {
  padding: 0 120px 0 64px;
}

.repair_box .txt_box .title {
  text-align: left;
  font-size: 24px;
  margin-bottom: 24px;
}

.repair_box .txt_box .subpage_link {
  margin-top: 40px;
  font-size: 13px;
}

.news {
  padding: 80px 0 184px;
}

.news .fs-l-main {
  position: relative;
}

.news .title {
  position: absolute;
  left: 10px;
  top: 0;
  width: 1em;
}

.news_list {
  max-width: 1000px;
  margin-left: 88px;
  padding-top: 88px;
}

.news_list li {
  padding: 24px 0;
  border-bottom: 1px solid rgba(163, 159, 99, 0.5);
}

.news_list li:first-child {
  border-top: 1px solid rgba(163, 159, 99, 0.5);
}

.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news_list li time {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news .subpage_link {
  margin-top: 40px;
}

.about {
  height: 455px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.about .bg {
  width: 100%;
  height: 100%;
  background: url(../images/index/about_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#pagetop.fixed {
  top: -545px;
}

.footer {
  margin-top: 0;
}

/* タブレット
  ------------------------ */
@media (max-width: 1280px) {
  .slider .swiper-button-prev {
    left: 16px;
  }
  .slider .swiper-button-next {
    right: 16px;
  }
  .slider .swiper-pagination {
    padding-right: 24px;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 980px) {
  .title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 40px;
  }
  .catchcopy {
    padding: 64px 0;
  }
  .catchcopy_txt {
    letter-spacing: 0.2em;
    line-height: 200%;
  }
  .slider .swiper-button {
    width: 36px;
    height: 36px;
  }
  .slider .swiper-button:after {
    font-size: 16px;
  }
  .slider .swiper-button-prev {
    left: 10px;
  }
  .slider .swiper-button-next {
    right: 10px;
  }
  .slider .swiper-pagination {
    text-align: center;
    padding-right: 0;
  }
  .bnr_area {
    /*padding-bottom: 64px;*/
  }
  .bnr_area .bnr_list {
    display: block;
  }
  .bnr_area .bnr_list_item {
    margin-bottom: 16px;
  }
  .bnr_area .bnr_list_item:last-child {
    marginb-bottom: 0;
  }
  .bnr_area .bnr_list_item a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bnr_area .bnr_list_item a .txt {
    width: 77.46479%;
    display: block;
  }
  .bnr_area .bnr_list_item a .name {
    border: 0;
    text-align: left;
    width: 100%;
    padding: 0 40px;
    position: relative;
  }
  .bnr_area .bnr_list_item a .name:after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #544243;
    border-bottom: 2px solid #544243;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bnr_area .bnr_list_item a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 22.53521%;
    max-width: 160px;
  }

  .yami_bnr_area {
    margin-top: 16px;
    /*padding-bottom: 64px;*/
  }
  .yami_bnr_area .yami_bnr_list {
    display: block;
  }
  .yami_bnr_area .yami_bnr {
    margin-bottom: 16px;
  }
  .yami_bnr_area .yami_bnr:last-child {
    margin-bottom: 0;
  }
  .yami_bnr_area .yami_bnr a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .yami_bnr_area .yami_bnr a .txt {
    width: 77.46479%;
    display: block;
  }
  .yami_bnr_area .yami_bnr a .name {
    border: 0;
    text-align: left;
    width: 100%;
    padding: 0 40px;
    position: relative;
  }
  .yami_bnr_area .yami_bnr a .name:after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #544243;
    border-bottom: 2px solid #544243;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .yami_bnr_area .yami_bnr a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 22.53521%;
    max-width: 160px;
  }


  .product_cat {
    padding: 128px 0;
    margin-top: 128px;/*64*/
  }
  .product_cat .title {
    top: -3.125em;
  }
  .product_cat_list {
    display: block;
  }
  .product_cat_list_item {
    margin-bottom: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_cat_list_item:last-child {
    margin-bottom: 0;
  }
  .product_cat_list_item img {
    margin: 0 -10px 16px;
    width: calc(100% + 20px);
    max-width: none;
  }
  .product_cat_list_item .name {
    font-size: 24px;
    margin: 0;
  }
  .product_cat_list_item .subpage_link {
    margin-top: 0;
  }
  .recommend {
    padding: 64px 0;
  }
  .recommend_list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 64px;
    margin-bottom: 40px;
  }
  .recommend .fs-c-button--primary {
    width: 100%;
  }
  .repair {
    padding: 0 0 64px;
  }
  .repair_box {
    display: block;
  }
  .repair_box img {
    width: 100%;
  }
  .repair_box .txt_box {
    padding: 24px;
  }
  .repair_box .txt_box .subpage_link {
    margin-top: 24px;
  }
  .news {
    padding: 0 0 124px;
  }
  .news .title {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 32px;
  }
  .news_list {
    margin: 0;
    padding: 0;
  }
  .news_list li a {
    display: block;
  }
  .news_list li time {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
  }
  .about {
    height: 305px;
  }
  .about .bg {
    background: url(../images/index/about_bg_sp.jpg) no-repeat center/cover;
  }
  .about_txt p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=map/index.css.map */
