html {
  scroll-behavior: smooth;
}

.code-area {
  text-align: center;
  background: #122c5a;
  margin-top: 98px;
  margin-bottom: 0;
  padding: 5px 0;

}

.code-area a {
  font-size: 16px !important;
    color: white !important;
}

.brandcm {
  text-align: center;
  margin: 150px auto;
  font-weight: 500;
}

.brandcm > p {
  max-width: 798px;
  margin: 15px auto;
  text-align: left;
}

.brandcm > span {
  background: #e16734;
  color: #ffffff;
  padding: 1px 30px;
}

.brandcm > h2 {
  font-size: 3.8rem;
  font-weight: bold;
  margin: 30px auto;
}
@media screen and (min-width:1100px) {
    #header2021 .wrapPC {
        display:block;
    }
    .topL{
        width:213px;
    }
}
@media screen and (max-width:1099px) {
  .code-area {
    margin-top: 57px;
  }
  .sp1C{
     margin:0;
  }
}

@media screen and (max-width:650px) {

  .code-area {
  	padding-top: 9.4vw;
    margin-top: 79px;
  }

  .sp2 .sp1C {
    margin: auto;
  }
  .brandcm {
    margin: 100px auto;
  }
  .brandcm > h2{
    font-size: 2.4rem;
  }
}


#contents {
  font-family: "Noto Sans JP", sans-serif;
  color: #313131;
  letter-spacing: 2px;
  padding-top: 0;
}

#contents a {
  color: #313131;
  display: block;
  transition: all 0.5s;
}

#header2021 {
  position: fixed;
  top: 0;
  left: 0;
}

#header2021 .wrapPC {
  box-shadow: 0 3px 7px rgb(171 171 171 / 50%);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
}
/*11/24*/
  #header2021 .partTop{
      margin-right:30px;
      padding: 10px 0;
  }

#wrapNav2021 {
  top: 0;
  left: 0;
}

.header-btn {
  display: flex;
  align-items: end;
}

@media screen and (max-width: 1099px) {
  .header-btn {
    width: 400px;
  }
}

.header-btn a {
  width: 300px;
  margin: 1%;
}

.float-btn {
  display: none;
}

.topL {
  display: flex;
  align-items: center;
}

.topR {
  display: flex;
  align-items: baseline;
}

.theme_main_only a,
.theme_main_only p,
.theme_main_only li {
  font-size: 18px;
  line-height: 32px;
}

#contents a:hover {
  transition: all 0.5s;
  opacity: 0.3;
}

#contents img {
  display: block;
}

.fv {
  position: relative;
}
.fv img.sp-none{
  width: 100%;
  height: auto;
}
.fv img.pc-none{
  width: 100%;
  min-height: 336px;
}

.fv h1 {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #313131;
  font-size: 36px;
  line-height: 55px;
  font-weight: bold;
}

.fv span {
  display: block;
  font-size: 20px;
  padding-top: 30px;
  line-height: 30px;
  position: relative;
}

.fv span::after {
  content: "";
  background: #a5996e;
  height: 2px;
  width: 100%;
  top: 10px;
  left: 0;
  position: absolute;
}


.no-webp body .bg-dots {
  background: url(./img/bg-dot.png) left top;
}


.tab_prev {
  display: none;
  width: 15px;
  position: absolute;
  bottom: -7px;
  left: 43%;
  z-index: 8;
}

.tab_next {
  display: block;
  width: 15px;
  position: absolute;
  bottom: -7px;
  right: 43%;
  z-index: 8;
}

.tab_prev img,
.tab_next img {
  margin-bottom: unset !important;
}



.contact {
  padding: 50px 0;
  padding-top: 150px;
  margin-top: -100px;
  background: url(./img/09_contact/bg.webp);
  background-size: cover;
  text-align: center;
}
.no-webp body .contact {
  background: url(./img/09_contact/bg.jpg);
}

.contact > a,
.contact > img {
  max-width: 800px;
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}

.contact p {
  font-size: 16px;
  color: white;
  text-align: center;
}

.contact p:nth-of-type(3) {
  margin-bottom: 40px;
}

.contact .text-coupon {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  border: 2px solid #a5996e;
  color: #122c5a;
  display: inline-block;
  border-radius: 50px;
  background: white;
  padding: 10px 30px;
}

.contact .text-coupon span {
  font-size: 16px;
  position: relative;
  bottom: 5px;
}


.contact-form {
  padding: 150px 0;
  background: url(./img/common_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.no-webp body .contact-form {
  background: url(./img/common_bg.jpg);
}

.contact-wrap {
  max-width: 1000px;
  width: 95%;
  margin: auto;
}

.contact-wrap h2 {
  font-size: 28px;
  color: white;
  background: #a5996e;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin: 0;
}

#contact-form {
  height: 1670px;
}

#header2021 .topL h1 img {
  padding: 8px;
  margin: 0;
}

.pc-none {
  display: none !important;
}

@media screen and (max-width: ) {
  #contact-form {
    height: 1700px;
  }
}

@media screen and (max-width: 550px) {
  #contact-form {
    height: 1700px;
  }
}

@media screen and (max-width: 525px) {
  #contact-form {
    height: 1860px;
  }
}

@media screen and (max-width: 400px) {
  #contact-form {
    height: 1900px;
  }
}

footer {
  margin-top: 0 !important;
}

.br-sp,
.br-tab {
  display: none;
}

.totop {
  bottom: 0 !important;
}
@media screen and (min-width: 781px) {
  .entryimg {
    position: fixed;
    z-index: 9;
    display: none;

}
.entryimg a img {
  position: fixed;
  width: 220px;
  bottom: 10%;
  right: 0;
}
.entryrela {
  position: relative;
}

.entryabso {
  position: fixed;
  right: 184px;
  bottom: 22.5%;
}


.entryabso {
  color: #fff !important;
  opacity: 0.0000001;
  width: 35px;
  height: 30px;
  cursor: pointer;
}
}
@media screen and (max-width: 780px) {

.sparrow {
  width: 15px;
  right: 0;
}

  .br-tab {
    display: block;
  }

  .fv h1 {
    font-size: 26px;
    line-height: 46px;
    top: 40%;
    right: 7%;
  }

  .fv span {
    font-size: 18px;
    line-height: 25px;
  }

  .header-btn {
    width: 400px;
  }

  .contact-wrap h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 650px) {
  .pc-none,
  .br-sp {
    display: block !important;
  }

  .sp-none,
  .br-sp-none {
    display: none !important;
  }

  .fv h1 {
    bottom: 20px;
    transform: unset;
    font-size: 28px;
    line-height: 50px;
    top: unset;
    width: 270px;
    right: 15px;
  }

  .fv span {
    font-size: 20px;
    line-height: 28px;
  }

  .header-btn {
    display: none;
  }

  .float-btn {
    display: flex;
    width: 100%;
    padding: 5px 5%;
    background: #eeefee;
  }

  .float-btn a {
    margin: 0 1%;
  }

  .float-btn a:nth-of-type(2) {
    display: inline-block;
    margin-top: auto;
  }

  .tab_next,
  .tab_prev {
    width: 12px;
    bottom: -6px;
  }

  .tab_next {
    right: 37%;
  }

  .tab_prev {
    left: 37%;
  }

  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }

  .contact-wrap h2 {
    font-size: 20px;
  }

  .contact .text-coupon {
    font-size: 28px;
  }
}
@media only screen and (min-width: 840px) {
  .telrepair {
    margin-top: 20px;
  }
}
.telrepair dl dd p a {
  color: #FFF;
  text-decoration: revert;
}


@media screen and (max-width:839px) {
  .duct > img {
      margin: 20px auto;
      width: 90%;
  }

  .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .youtube iframe {
      width: 100%;
      height: 100%;
  }
  .brandcm p{
    font-size: 19px;
  }
  .brandcm > span{
    padding: 3px 40px;
  }
}