@charset "UTF-8";
/* HERO ────────────*/
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  height: 80vh;
  background-color: #000;
}
.wideslider ul li {
  position: relative;
  float: left;
  display: inline;
  overflow: hidden;
}
.wideslider ul li img {
  width: 100%;
  opacity: .7;
  display: none;
}
.wideslider ul li .catch {
  position: absolute;
  width: 1000px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1000;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}

.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}

.slider_prev {
  background: #fff url(../images/prev.jpg) no-repeat right center;
}

.slider_next {
  background: #fff url(../images/next.jpg) no-repeat left center;
}

.pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}

.pagination a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #eee;
  border-radius: 50px;
}

.pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.wideslider ul {
  display: inline-block;
  overflow: hidden;
}

.wideslider ul li .catch {
  filter: drop-shadow(3px 3px 3px #000);
}
.wideslider ul li .catch h2 {
  font-size: 4.8rem;
  letter-spacing: 0;
  padding-bottom: 20px;
  border-bottom: solid 2px #fff;
}
.wideslider ul li .catch p {
  margin-top: 20px;
  font-size: 3.4rem;
  line-height: 1.8;
}

@media (max-width: 1020px) {
  .wideslider ul li .catch {
    width: 800px;
  }
  .wideslider ul li .catch h2 {
    font-size: 4rem;
    border-bottom: solid 2px #fff;
  }
  .wideslider ul li .catch p {
    font-size: 3rem;
  }
}
@media (max-width: 800px) {
  .wideslider ul li .catch {
    filter: drop-shadow(2px 2px 2px #000);
    width: 600px;
  }
  .wideslider ul li .catch h2 {
    font-size: 3rem;
    padding-bottom: 15px;
  }
  .wideslider ul li .catch p {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
@media (max-width: 620px) {
  .wideslider ul li .catch {
    width: 350px;
  }
  .wideslider ul li .catch h2 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .wideslider ul li .catch p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
/* contents ────────────*/
#contents {
  background-color: #EFEFEF;
  position: relative;
}

/* リンクボタン*/
.link-btn .btns {
  max-width: 1000px;
  width: 100%;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%);
  padding: 40px 20px 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  z-index: 999;
}
.link-btn .btns li {
  width: calc((1000px - 85px) / 4);
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}
.link-btn .btns li figure {
  background-color: #E0E0E0;
  height: 150px;
  padding: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.link-btn .btns li figure figcaption {
  font-size: 1.5rem;
}
.link-btn .btns li figure img {
  margin-bottom: 7px;
}
.link-btn .btns li:not(:first-child) {
  margin-left: 15px;
}

@media (max-width: 1020px) {
  .link-btn {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .link-btn .btns {
    width: 96%;
    padding: 30px 15px 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .link-btn .btns li {
    width: 49%;
    margin-bottom: 25px;
  }
  .link-btn .btns li figure {
    padding: 15px;
  }
  .link-btn .btns li:not(:first-child) {
    margin-left: 0;
  }
  .link-btn .btns li:nth-child(even) {
    margin-left: 2%;
  }
}
@media (max-width: 600px) {
  .link-btn .btns {
    top: -10px;
  }
  .link-btn .btns li {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .link-btn .btns li figure {
    height: 60%;
  }

  .link-btn .btns li figure figcaption {
    font-size: 1.2rem;
  }

  .link-btn .btns li figure img {
    width: 17%;
  }

  .link-btn .btns li:last-child figure img {
    width: 8%;
  }
}
/*NEWS ────────────*/
.news-area .inner {
  position: relative;
}
.news-area .inner .btn {
  position: absolute;
  bottom: -28px;
  right: 30px;
}

.news-lists {
  margin-top: 25px;
  padding: 65px;
  background-color: #fff;
}
.news-lists dt {
  width: 160px;
}
.news-lists dd {
  width: calc( 100% - 160px );
}
.news-lists dt, .news-lists dd {
  padding: 24px 0;
  border-bottom: solid 1px #B5B5B4;
}

@media (max-width: 840px) {
  .news-area .container .btn {
    right: 20px;
  }
}
@media (max-width: 600px) {
  .news-lists {
    padding: 30px;
  }
  .news-lists dt, .news-lists dd {
    width: 100%;
  }
  .news-lists dt {
    padding-bottom: 0;
    border-bottom: none;
  }
  .news-lists dd {
    padding-top: 0;
  }

  .news-area .inner .btn {
    position: static;
    margin: auto;
    margin-top: 30px;
  }
  .news-area .inner .btn a {
    margin: auto;
  }
}
/*WORKS ────────────*/
.works-head .ttl-style01, .works-head__txt {
  width: fit-content;
}

/* loopSlider-- */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 400px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 40px auto 0;
  width: 100%;
  height: 400px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 400px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 400px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: solid 1px #fff;
}

.loopSlider ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#works-area {
  position: relative;
}
#works-area .btn {
  max-width: 1260px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -28px;
}
#works-area .btn a {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 600px) {
  #works-area {
    position: relative;
  }
  #works-area .btn {
    bottom: -88px;
  }
  #works-area .btn a {
    margin-right: auto;
    margin-left: auto;
  }

  .loopSlider {
    height: 320px;
  }

  .loopSlider ul li {
    width: 300px;
  }
}
/*フロアーコーティング────────────*/
.coating-area {
  margin-top: 160px;
}

.coating-area .coating-area__back {
  background-color: #fff;
  position: relative;
  padding-top: max(60px, 10%);
  padding-bottom: max(60px, 10%);
}
.coating-area .coating-area__back::before {
  content: "";
  display: block;
  background-color: #eee;
  position: absolute;
  top: 0;
  right: 0;
  width: calc( (100% - 1200px) / 2 );
  height: 100%;
}

.coating-head {
  position: relative;
}
.coating-head::before {
  content: "";
  display: block;
  background-color: #707070;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateX(-60%);
}

.coating-head__ttl {
  font-size: clamp(3rem, 6.6vw, 6.6rem);
  font-weight: 900;
  line-height: 1.1;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-right: 30px;
  width: fit-content;
  position: relative;
}
.coating-head__ttl::after {
  content: "";
  display: block;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: -30px;
  width: 1px;
  height: 260px;
  transform: translateX(-100%);
}

.coating-head__txt {
  width: 52.41%;
}


@media(max-width:1243px) {
.coating-head::before {
	display:none;
	}
.coating-head__ttl::after {
  height: 340px;
}
}
@media (max-width: 600px) {
  .coating-area .coating-area__back {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .coating-head::before,
  .coating-head__ttl::after,
  .coating-area .coating-area__back::before {
    display: none;
  }

  .coating-head__txt {
    width: 100%;
  }
}
/*商品────────────*/
[class^="coating-item-"] {
  margin-top: max(60px, 10%);
  position: relative;
}
[class^="coating-item-"] .inner {
  position: relative;
}
[class^="coating-item-"] .inner .coating-item__summary {
  width: min(582px, 48.5%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
[class^="coating-item-"] .inner .coating-item__summary .coating-item__ttl {
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 700;
  padding: 20px;
  background: #A2A29E;
  background: linear-gradient(to right, #F2F2F0 0%, #A2A29E 100%);
  margin-bottom: 20px;
}
[class^="coating-item-"] .inner .coating-item__summary .coating-item__ttl span {
  display: block;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 500;
}
[class^="coating-item-"] .inner .coating-item__summary .coating-item__ttl span.newrex-new {
  color: #AF0202;
}
[class^="coating-item-"] .coating-item__img {
  text-align: right;
}
[class^="coating-item-"] .coating-item__img img {
  width: 54%;
  height: 515px;
  object-fit: cover;
  object-position: left;
}

.coating-item__txt {
  padding-right: 9.34%;
}

.coating-item__btn-area {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.coating-item__btn-area li {
  width: 49%;
}
.coating-item__btn-area li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  position: relative;
}
.coating-item__btn-area li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 7px;
  border: none;
  border-right: 2px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: skew(45deg);
  transition: .3s;
}
.coating-item__btn-area li a.btn-brown {
  background-color: #5D4617;
}
.coating-item__btn-area li a.btn-brown::after {
  right: 70px;
}
.coating-item__btn-area li a.btn-brown:hover::after {
  right: 60px;
  width: 30px;
}
.coating-item__btn-area li a.btn-green {
  background-color: #2E5804;
}
.coating-item__btn-area li a.btn-green::after {
  right: 30px;
}
.coating-item__btn-area li a.btn-green:hover::after {
  right: 20px;
  width: 30px;
}

/*NEW REX*/
.coating-item-newrex .coating-item__ttl {
  position: relative;
}

.coating-item-newrex .coating-item__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -78px;
  left: 15px;
  width: max(100px, 35.56%);
  aspect-ratio: 208 / 95;
  background: url("../images/no1.png") no-repeat;
  background-size: contain;
}

/*NEWガラスコートREX*/
.coating-item-newrex .inner .coating-item__summary {
  top: 5vh;
}

/*抗ウィルス・抗菌ガラスコートREX*/
.coating-item-rex .inner .coating-item__summary {
  top: 6vh;
}

/*シリコンコートREX*/
.coating-item-silicon .inner .coating-item__summary {
  top: 10vh;
}

@media (max-width: 1295px) {
  [class^="coating-item-"] .inner .coating-item__summary {
    padding-left: 20px;
  }
}
@media (max-width: 1150px) {
  .coating-item__btn-area > * + * {
    margin-top: 10px;
  }

  .coating-item__btn-area li {
    width: 100%;
  }

  .coating-item__btn-area li a.btn-brown::after {
    right: 106px;
  }

  .coating-item__btn-area li a.btn-brown:hover::after {
    right: 96px;
    width: 30px;
  }

  .coating-item__btn-area li a.btn-green {
    background-color: #2E5804;
  }

  .coating-item__btn-area li a.btn-green::after {
    right: 70px;
  }

  .coating-item__btn-area li a.btn-green:hover::after {
    right: 60px;
    width: 30px;
  }

  /*NEWガラスコートREX/抗ウィルス・抗菌ガラスコートREX*/
  .coating-item-newrex .inner .coating-item__summary,
  .coating-item-rex .inner .coating-item__summary {
    top: 10px;
  }

  /*シリコンコートREX*/
  .coating-item-silicon .inner .coating-item__summary {
    top: 7vh;
  }
}
@media (max-width: 600px) {
  [class^="coating-item-"] {
    display: flex;
    flex-wrap: wrap;
    margin-top: max(60px, 10%)/2;
  }
  [class^="coating-item-"] .inner {
    order: 2;
  }

  [class^="coating-item-"] .inner .coating-item__summary {
    position: static;
    width: 100%;
    padding-left: 0;
    margin-top: -30px;
  }

  .coating-item-newrex .coating-item__ttl::before {
    top: -35px;
  }

  [class^="coating-item-"] .coating-item__img {
    text-align: center;
    margin-top: 30px;
    order: 1;
  }
  [class^="coating-item-"] .coating-item__img img {
    width: 100%;
    height: 280px;
  }
}
/*バナーボタン────────────*/
.banner-btn {
  margin-top: max(60px, 10%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.banner-btn li {
  width: min(532px, 45.16%);
}

.banner-qa {
  margin-right: 10px;
}

@media (max-width: 840px) {
  .banner-btn {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (max-width: 600px) {
  .banner-btn li {
    width: 80%;
  }

  .banner-qa {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
