@charset "UTF-8";
/* /////////////////////////////////

 brand

///////////////////////////////// */


/* common
------------------ */
figure {
  position: relative;
}

.main-ttl02 {
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 22% 0;
  position: relative;
}

.main-ttl02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
}

.main-ttl02 .main-copy {
  font-size: 45px;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.main-ttl02 .sub-copy {
  font-size: 16px;
  text-align: center;
  color: #fff;
  letter-spacing: 8px;
}

.main-ttl02 .sub-copy.cap_ShaB {
  text-shadow: 0 0 2px #333;
}

.main-copy {
  width: 90%;
  max-width: 364px;
  margin: 0 auto;
}

.txt_Gold {
  font-size: 36px;
  color: #896d43;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.more a {
  display: block;
  max-width: 156px;
  width: 94%;
  margin: 0 auto;
  transition: .3s;
  margin-top: 30px;
}

.more a:hover {
  transition: .3s;
  opacity: .5;
}

.txt_box {}

.txt_box .copy {
  color: #45584f;
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.45em;
  padding: 0 0 30px;
}

.txt_box p {
  font-size: 16px;
  line-height: 2.0;
  letter-spacing: 0.12em;
}

ul.column_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.column_2 li {
  width: 48.34%;
  max-width: 580px;
}

ul.circle_column_3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 100px 0 0;
}

ul.circle_column_3 li {
  width: calc((100% - 6%) / 3);
}

ul.circle_column_3 li figure {
  max-width: 278px;
  width: 94%;
  margin: 0 auto;
}



/* kobetsu
------------------ */
.mainimage {
  position: relative;
}

.mainimage h2 {
  max-width: 344px;
  width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}


.brand_concept_Area {
  background: url(../img/brand_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.brand_concept_Area .brand_img {
  max-width: 577px;
  width: 94%;
  margin: 0 auto;
  padding: 0 0 50px;
}

.brand_concept_Area p {
  text-align: center;
  font-size: 18px;
  line-height: 3.0;
  letter-spacing: 0.25em;
}

/* brand_Area ---------------------- */
.brand_Area {
  width: 90%;
  max-width: 1320px;
  padding: 80px 0;
  margin: 0 auto;
}

.brand_Area .brand_wrap {
  position: relative;
}

.brand_Area .brand_wrap p {
  position: relative;
}

.brand_Area .brand_wrap .fade {
  transition: 0.7s !important;
}

.brand_Area .brand_wrap .fade01 {
  width: 100%;
}

.brand_Area .brand_wrap .fade02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 500px;
  max-width: 50%;
  transition-delay: 0s !important;
}

.brand_Area .brand_wrap .fade03 {
  position: absolute;
  width: 264px;
  max-width: 22%;
  left: 8%;
  top: 5%;
  box-shadow: 0px 0px 15px #969696;
  transition: 1s !important;
}

.brand_Area .brand_wrap .fade04 {
  position: absolute;
  width: 360px;
  max-width: 32%;
  left: 36%;
  top: 8%;
  box-shadow: 0px 0px 15px #969696;
  transition: 1s !important;
}

.brand_Area .brand_wrap .fade05 {
  position: absolute;
  width: 290px;
  max-width: 21%;
  left: 72%;
  top: 8%;
  box-shadow: 0px 0px 15px #969696;
  transition: 1s !important;
}

.brand_Area .brand_wrap .fade06 {
  position: absolute;
  width: 224px;
  max-width: 18%;
  left: 6%;
  top: 27%;
  box-shadow: 0px 0px 15px #969696;
  transition: 1s !important;
}

.brand_Area .brand_wrap .fade07 {
  position: absolute;
  width: 225px;
  max-width: 17%;
  right: 5%;
  top: 40%;
  box-shadow: 0px 0px 15px #969696;
  transition: 1s !important;
}

.brand_Area .brand_wrap .fade08 {
  position: absolute;
  width: 224px;
  max-width: 18%;
  left: 7%;
  top: 55%;
  box-shadow: 0px 0px 15px #969696;
  transition: 1s !important;
}

.brand_Area .brand_wrap .fade09 {
  position: absolute;
  width: 330px;
  max-width: 29%;
  left: 5%;
  top: 75%;
  box-shadow: 0px 0px 15px #969696;
  transition: 1s !important;
}

.brand_Area .brand_wrap .fade10 {
  position: absolute;
  width: 396px;
  max-width: 32%;
  right: 5%;
  top: 70%;
  box-shadow: 0px 0px 15px #969696;
  transition: 1s !important;
}

.result_Area {
  background: #45584f;
  padding: 50px 0;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 5);
  padding: 0 20px;
}

.scroll-infinity__item>img {
  width: 100%;
}

.scroll-infinity__item .cap {
  display: block;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}

.carbon_Area {
  padding: 100px 0;
}

.zeh_Area {
  background: #faf9f8;
  padding: 100px 0;
}

.zeh_Area .zeh_fig {
  margin: 80px auto 0;
}

.zeh_Area .zeh_fig .more {
  margin: 60px auto 0;
}

.electric_Area {
  padding: 100px 0;
}

.electric_Area .txt_box {
  text-align: center;
}

.electric_Area .electric_fig {
  width: 94%;
  max-width: 1500px;
  margin: 40px auto 0;
}

.electric_Area .electric_fig .more {
  margin: 60px auto 0;
}

.comfort-box {
  margin: 60px auto 0;
}

.comfort-ttl {
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  text-align: left;
  padding: 5px 0 5px 15px;
  background: #45584f;
  margin-bottom: 30px;
}

.comfort-box .description {
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
}

.comfort-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.comfort-flex .left {
  width: 56%;
}

.comfort-flex .right {
  width: 35%;
}

.comfort-flex .right .text-box {
  border: 1px solid #45584f;
  background: #fff;
  padding: 0 30px;
}

.comfort-flex .right .text-box p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: left;
  padding: 30px 0;
}

.comfort-flex .right .text-box p .red {
  color: #b13444;
}

.comfort-flex .right .text-box p:not(:last-of-type) {
  border-bottom: 1px solid #333;
}

.br_1024 {
  display: none;
}


/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1180px) {

  .brand_Area .brand_wrap .fade07 {
    width: 294px;
    max-width: 19%;
  }

  .brand_Area .brand_wrap .cap_txt {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .slider figcaption {
    font-size: 11px;
  }

  .comfort-flex .right .text-box p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .br_1024 {
    display: block;
  }

  .brand_Area {
    width: 100%;
    padding: 0px 0 0;
  }

  .brand_Area .brand_wrap {
    position: relative;
    background: #f4f8fb;
    /* padding-bottom: 400px; */
    padding-bottom: 0;
    margin: 40px auto;
  }

  .brand_Area .brand_wrap p {
    position: relative;
  }

  .brand_Area .brand_wrap .fade {
    transition: 0.7s !important;
  }

  .brand_Area .brand_wrap .fade01 {
    width: 100%;
  }

  .brand_Area .brand_wrap .fade02 {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 680px;
    max-width: 70%;
  }



  /* .brand_Area .brand_wrap .fade03 {
    position: absolute;
    width: 490px;
    max-width: 36%;
    left: 8%;
    top: 50%;
    box-shadow: 0px 0px 15px #969696;
    transition: 1s !important;
  }

  .brand_Area .brand_wrap .fade04 {
    position: absolute;
    width: 309px;
    max-width: 40%;
    left: 55%;
    top: 37%;
    box-shadow: 0px 0px 15px #969696;
    transition: 1s !important;
  }

  .brand_Area .brand_wrap .fade05 {
    position: absolute;
    width: 344px;
    max-width: 26%;
    left: 13%;
    top: 33%;
    box-shadow: 0px 0px 15px #969696;
    transition: 1s !important;
  }

  .brand_Area .brand_wrap .fade06 {
    position: absolute;
    width: 226px;
    max-width: 27%;
    left: 58%;
    top: 49%;
    box-shadow: 0px 0px 15px #969696;
    transition: 1s !important;
  }

  .brand_Area .brand_wrap .fade07 {
    position: absolute;
    width: 284px;
    max-width: 37%;
    left: 8%;
    top: 66%;
    box-shadow: 0px 0px 15px #969696;
    transition: 1s !important;
  }

  .brand_Area .brand_wrap .fade08 {
    position: absolute;
    width: 360px;
    max-width: 40%;
    left: 54%;
    top: 69%;
    box-shadow: 0px 0px 15px #969696;
    transition: 1s !important;
  }

  .brand_Area .brand_wrap .fade09 {
    position: absolute;
    width: 424px;
    max-width: 40%;
    left: 5%;
    top: 87%;
    box-shadow: 0px 0px 15px #969696;
    transition: 1s !important;
  }

  .brand_Area .brand_wrap .fade10 {
    position: absolute;
    width: 459px;
    max-width: 48%;
    right: 3%;
    top: 87%;
    box-shadow: 0px 0px 15px #969696;
    transition: 1s !important;
  } */



  /* .brand_Area .brand_wrap .cap_txt {
    position: absolute;
    font-size: 8px;
    line-height: 1.3;
    bottom: -25px;
    transform: rotate(0.28deg);
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    z-index: 5;
    width: 100%;
    text-align: center;
  } */

  /* .brand_Area .brand_wrap .cap_txt.cap_bottom {
    position: absolute;
    font-size: 8px;
    line-height: 1.3;
    bottom: -35px;
    transform: rotate(0.28deg);
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    z-index: 5;
    width: 100%;
    text-align: center;
  } */

  /* .brand_Area .brand_wrap .cap_W {
    color: #000;
  } */

  /* .brand_Area .brand_wrap .cap_ShaB {
    text-shadow: none;
  } */


  .slider figcaption {
    font-size: 12px;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {

  /* common
  ------------------ */

  .br_1024 {
    display: block;
  }

  .main-ttl02 {
    background-image: url(../img/main_sp.jpg);
    padding: 26% 0;
  }

  .main-ttl02 .main-copy {
    font-size: 34px;
  }

  .main-ttl02 .sub-copy {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .main-copy {
    width: 60%;
  }

  .txt_Gold {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .more a {
    max-width: 100%;
    width: 35%;
    margin: 20px auto 40px;
  }

  .txt_box {}

  .txt_box .copy {
    font-size: 18px;
    letter-spacing: 0.35em;
    padding: 0 0 20px;
  }

  .txt_box p {
    font-size: 13px;
  }

  ul.column_2 {
    flex-direction: column;
  }

  ul.column_2 li {
    max-width: 100%;
    width: 100%;
  }

  ul.column_2 li:nth-of-type(n+2) {
    margin-top: 20px;
  }

  ul.circle_column_3 {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
  }

  ul.circle_column_3 li {
    max-width: 100%;
    width: 100%;
    padding: 0 0 10px;
  }

  ul.circle_column_3 li figure {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }


  /* kobetsu
  ------------------ */
  .mainimage h2 {
    max-width: 100%;
    width: 50%;
  }


  .brand_concept_Area {
    background: url(../img/brand_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }

  .brand_concept_Area .brand_img {
    max-width: 100%;
    width: 94%;
    margin: 0 auto;
    padding: 0 0 30px;
  }

  .brand_concept_Area p {
    text-align: center;
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 0.25em;
  }

  /* スマホでは非表示 */
  .brand_Area .brand_wrap .fade03,
  .brand_Area .brand_wrap .fade04,
  .brand_Area .brand_wrap .fade05,
  .brand_Area .brand_wrap .fade06,
  .brand_Area .brand_wrap .fade07,
  .brand_Area .brand_wrap .fade08,
  .brand_Area .brand_wrap .fade09,
  .brand_Area .brand_wrap .fade10 {
    display: none;
  }

  .result_Area {
    padding: 30px 0;
  }

  .scroll-infinity__item {
    width: calc(100vw / 2);
    padding: 0 10px;
  }

  .scroll-infinity__item .cap {
    font-size: 12px;
  }

  .carbon_Area {
    padding: 50px 0;
  }

  .zeh_Area {
    padding: 50px 0;
  }

  .electric_Area {
    padding: 50px 0;
  }

  .comfort-box .more a {
    margin: 20px auto 0;
  }

  .comfort-ttl {
    font-size: 16px;
  }

  .comfort-flex .left {
    width: 100%;
  }

  .comfort-flex .right {
    width: 100%;
    margin-top: 20px;
  }

  .comfort-flex .right .text-box {
    padding: 0 20px;
  }

  .comfort-flex .right .text-box p {
    padding: 20px 0;
  }

  .comfort-flex .right p.description {
    margin-top: 10px;
  }

}