@font-face {
  font-family: icomoon;
  /* src: url(../fonts/icomoon/字魂57号-创细黑.ttf); */
  src: url(../fonts/icomoon/字魂58号-创中黑.ttf);
  /* src: url(../fonts/icomoon/字魂59号-创粗黑.ttf); */
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: icomoon, Arial, sans-serif;
  font-size: 1.6rem;
  color: #000;
  /*cursor: url('../img/icon-10.png'), default;*/
}

a {
  display: inline-block;
  transition: 0.15s;
  color: inherit;
  text-decoration: none;
  /* cursor: inherit; */
}

:focus {
  outline: medium;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.index-rotation-chart {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 60%,
    #daa988,
    rgba(255, 255, 255, 0.5)
  );
  padding: 5px 20px;
}

.index-rotation-chart span {
  font-size: 1.2rem;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.common-w,
header .headerwrap,
header .logo img,
.menucont .menuhead,
.menucont .menuinner,
footer,
.productcont,
.sidebar,
.productcont .content .list,
.productcont .content .list li,
.productcont .content .meterillist,
.productcont .content .meterillist li,
.productcont .colortype,
.newspage,
.projects .banner-wrap,
.projects .content,
.sales-network .search,
.sales-network .listbox,
.map .map-left,
.downloadwrap.collections,
.tipslogin {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.common-w {
  margin: 0 9vw;
}

.common-page-w {
  max-width: 2000px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.common-page-w2000 {
  max-width: 2000px;
  margin: auto;
}

header .headerwrap {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 5rem 5rem;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.02)
  );
  z-index: 10;
}

.headerwrap.navFix {
  position: fixed;
  padding: 3rem 5rem 2.5rem;
  background-image: none;
  background-color: #fff;
  box-shadow: 0 5px 10px -10px rgb(0 0 0 / 60%);
  z-index: 100;
  animation: animatedown 0.5s;
}

@-webkit-keyframes animatedown {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}

@keyframes animatedown {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}

.headerwrap.navFix .pc-show {
  display: block !important;
}

.headerwrap.navFix .pad-show {
  display: none !important;
}

.headerwrap.navFix .logo {
  width: 190px;
}

.headerwrap.navFix .menu {
  width: 30px;
}

.headerwrap .abimg {
  display: block;
}

.headerwrap .menu .menuAbimg {
  height: 37px;
  margin-top: 7px;
}
.headerwrap.navFix .menu .menuAbimg {
  display: none;
}

.headerwrap .menu .menuMulu {
  font-size: 30px;
  color: white;
}

.headerwrap.navFix .menu .menuMulu {
  display: none;
}

.headerwrap .fiximg {
  display: none;
}

.headerwrap.navFix .abimg {
  display: none;
}

.headerwrap.navFix .fiximg {
  display: block;
}

header .logo img {
  width: 300px;
}

header .logo .abimg {
  height: 30px;
  width: auto;
}

header .headerwrap .menu {
  cursor: pointer;
}

header .main img {
  width: 100%;
}

header.producthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 108px;
  z-index: 100;
  box-shadow: 0 5px 10px -10px rgb(0 0 0 / 60%);
}

.boxshadow {
  box-shadow: 0 5px 10px -10px rgb(0 0 0 / 60%);
}

header.producthead .headerwrap {
  /* width: calc(100% - 10rem); */
  padding: 3rem 5rem 2.5rem;
  /* margin: 0 5rem; */
  background-image: none;
}

header.producthead .logo {
  width: 180px;
  margin: 10px 0 0 0;
}

header.producthead .menu {
  width: 30px;
}

header.producthead .menu .img1 {
  display: block;
}

header.producthead .menu .img2 {
  display: none;
}

/* header .main .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 0s linear 5s;
    transform: scale(1.1, 1.1);
}

header .main .swiper-slide-active img,
header .main .swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1, 1);
} */

.menucont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

.menucont .menuhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 5rem 3rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 5.5rem;
  position: relative;
}

.menucont .menuhead .menulogo {
  width: 150px;
}

.menucont .menuhead .menuclose {
  cursor: pointer;
  width: 150px;
}

.menucont .menuhead .menuicon {
  position: absolute;
  bottom: 1rem;
  right: 0;
  display: flex;
  align-items: flex-end;
}

.menucont .menuhead .menuicon .box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-left: 15px;
  cursor: pointer;
}

.menucont .menuhead .menuicon .box span {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 5px;
  height: 16px;
}

.menucont .menuhead .menuicon img {
  height: 25px;
}

.menucont .menuinner {
  padding: 0 5rem;
}

.menucont .menuinner > ul {
  color: #fff;
  float: right;
  position: relative;
  text-align: right;
  /* line-height: 58px; */
  line-height: 1.5em;
  cursor: pointer;
}

.menucont .menuinner > ul > li {
  width: 220px;
}

.menucont .menuinner > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 220px;
}

.menucont .menuinner > ul > li > ul > li {
  opacity: 0;
  font-size: 2.1rem;
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
}

.menucont .menuinner > ul > li:hover > ul > li {
  opacity: 1;
  overflow: visible;
  height: 70px;
}

.menucont .menuinner > ul > li > ul > li > p {
  font-size: 2.3rem;
}

.menucont .menuinner > ul > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 220px;
}

.menucont .menuinner > ul > li > ul > li > ul > li {
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
}

.menucont .menuinner > ul > li > ul > li:hover > ul > li {
  opacity: 1;
  overflow: visible;
  height: 70px;
}

.menucont .menuinner > ul > li > ul > li:hover > ul {
  min-height: 300px;
}

.menucont .menuinner > ul > li > p {
  white-space: nowrap;
  padding-left: 10px;
  font-size: 2.5rem;
}

.menucont .menuinner > ul > li p {
  height: 70px;
  overflow: hidden;
}

.menucont .menuinner p .zh {
  display: block;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}

.menucont .menuinner p .en {
  display: block;
  font-size: 0.6em;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  -ms-transition: margin 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}

.menucont .menuinner p:hover .zh {
  /* margin-top: -58px; */
  -webkit-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  -ms-transition: margin 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out;
  transition: margin 0.5s ease-in-out;
}

.menucont .menuinner p:hover {
  color: #ca946f;
}

.menucont .menuinner p:hover .en {
  margin-top: 0;
  -webkit-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  -ms-transition: margin 0.5s ease-in-out;
  -o-transition: margin 0.5s ease-in-out;
  transition: margin 0.5s ease-in-out;
}

/* ç™»å½• */

.logincont {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
}

.btn-logout {
  min-width: 75px;
  line-height: 32px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #000;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  margin-right: 15px;
}

.logincont .code {
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
}

.logincont .code .refresh-code {
  font-size: 12px;
  position: absolute;
  bottom: -23px;
  right: 0;
}

#log-out {
  display: none;
}

.sendcode {
  display: flex;
  align-items: center;
}

.sendcode input {
  flex: 1;
}

.sendcode .loginbtn {
  margin-top: 0 !important;
  font-size: 1.4rem !important;
  line-height: 37px !important;
  padding: 0 10px;
  margin-left: 10px;
}

.tipspopup.logincont .logininner {
  max-width: 375px;
  padding: 4rem 6rem 4rem;
  font-size: 18px;
  text-align: center;
}

.logincont .code-input {
  margin-right: 15px;
  flex: 1;
}

.logincont .code img {
  width: 101px;
  height: 38px;
}

.logincont .logininner .ttl a {
  cursor: pointer;
}

/* .logincont .logininner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 470px;
    width: 90%;
    padding: 5rem 7rem 7rem;
    background-color: #fff;
    border-radius: 20px;
} */

.logincont .logininner {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 470px;
  width: 90%;
  padding: 5rem 7rem 7rem;
  background-color: #fff;
  border-radius: 20px;
}

.logincont .logininner .loginclose {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  cursor: pointer;
}

.logincont .logininner .resetclose {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  cursor: pointer;
}

.logincont .logininner .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

.logincont .logininner .ttl span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 6px;
}

.logincont .logininner p {
  margin: 7px 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logincont .logininner p .small {
  font-size: 1.2rem;
  color: #000;
}

.logincont .logininner input {
  line-height: 35px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #999;
  padding: 0 10px;
}

.logincont .logininner select {
  height: 35px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #999;
}

.logincont .logininner .loginbtn {
  line-height: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 7px;
  margin-top: 5rem;
  cursor: pointer;
}

.logincont .logininner .mt {
  margin-top: 4rem;
}

.logincont .login-refuse {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 470px;
  width: 90%;
  height: 600px;
  padding: 5rem 7rem 7rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
}

.logincont .login-refuse .loginclose {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  cursor: pointer;
}

.logincont .login-refuse .refuse {
  display: flex;
  justify-content: center;
}

.logincont .login-refuse .text {
}

.logincont .login-refuse .text p {
}

.logincont .login-refuse .text .ch {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 3rem;
  text-align: center;
  line-height: 30px;
}

.logincont .login-refuse .log {
  bottom: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}

section.aboutus {
  margin-top: 13rem;
  margin-bottom: 18rem;
  display: flex;
  justify-content: space-between;
}

section.aboutus .aboutus-left {
  width: calc(50% - 3rem);
}

section.aboutus .aboutus-right {
  width: calc(50% - 3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.aboutus .aboutus-right .ttl {
  font-size: 2.6rem;
  text-align: center;
}

section.aboutus .aboutus-right .cont {
  font-size: 1.8rem;
  text-align: center;
  margin: 0rem 0 9vw;
  line-height: 22px;
}

section.project {
  margin-bottom: 18rem;
}

section.project .project-box {
  position: relative;
  padding: calc(5rem + 2vw);
  padding-left: 0;
  padding-right: 0;
}

section.project .project-box .arrows {
  position: absolute;
  top: -13px;
  right: 5rem;
  width: 220px;
  display: flex;
  justify-content: space-between;
}

section.project .project-box .swiper-button-next:after,
section.project .project-box .swiper-button-prev:after {
  content: '';
}

section.project .project-box .swiper-button-next,
section.project .project-box .swiper-button-prev {
  width: 96px;
  height: 18px;
}

section.project .project-box .swiper-button-next {
  background: url(../img/arr-right.png) no-repeat;
  background-size: 100%;
}

section.project .project-box .swiper-button-prev {
  background: url(../img/arr-left.png) no-repeat;
  background-size: 100%;
}

section.project .project-btn {
  display: flex;
  justify-content: center;
}

section.project .btn {
  margin: auto;
}

section.video {
  margin-bottom: 18rem;
}

section.video .v-cont {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 5rem 0 3rem;
  align-items: flex-start;
}

section.video .v-cont .v-c-left {
  width: calc(50% - 10px);
}

section.video .v-cont .v-c-left .ttl-big {
  font-size: 4.2rem;
  margin-bottom: 1rem;
}

section.video .v-cont .v-c-left .ttl-small {
  font-size: 2rem;
}

section.video .v-cont .v-c-right {
  width: calc(50% - 10px);
  max-width: 550px;
  line-height: 1.7;
}

section.news {
  margin-bottom: 18rem;
  margin-left: calc(9vw - 3rem);
  margin-right: calc(9vw - 3rem);
}

section.news .news-cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
}

section.news .news-cont .c-item {
  width: 50%;
  display: flex;
  margin-top: 5rem;
  padding: 0 3rem;
}

section.news .news-cont .c-item .c-item-left {
  width: 50%;
}

section.news .news-cont .c-item .c-item-right {
  width: 50%;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  align-items: flex-start;
}

section.news .news-cont .c-item .c-item-right .date {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

section.news .news-cont .c-item .c-item-right .ttl {
  font-size: 2.5rem;
}

section.news .news-cont .c-item .c-item-right .msg {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 1.5rem 0 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*æƒ³çœç•¥å‡ è¡Œå°±å†™å‡ */
  -webkit-box-orient: vertical;
  max-height: 72px;
}

/* äº§å“ COLLECTIONS start */

.productcont {
  margin: 108px 5rem 0;
  border-top: 1px solid #000;
}

.sidebar {
  padding: 4rem 0 4rem 4vw;
}

.sidebar .title {
  font-size: 3rem;
  font-weight: bold;
}

.sidebar .title span {
  display: block;
}

.sidebar .productmenu {
  margin: 3rem 0;
  min-width: 260px;
  padding-right: 10px;
}

.projects .sidebar .productmenu {
  max-height: 314px;
  overflow: auto;
}

.sidebar .productmenu > li {
  border-bottom: 1px solid #000;
}

.sidebar .productmenu > li:last-child {
  border-bottom: 0;
}

.sidebar .productmenu > li p {
  font-size: 2rem;
  padding: 18px 0;
  cursor: pointer;
  font-weight: bold;
}

.sidebar .productmenu > li .soft-material {
  font-size: 2rem;
  padding: 18px 0 0 0;
  cursor: pointer;
  font-weight: bold;
}

.sidebar .productmenu > li .hardware-material {
  font-size: 2rem;
  padding: 18px 0 0 0;
  cursor: pointer;
  font-weight: bold;
}

.sidebar .productmenu > li .soft-materialEn {
  font-size: 2rem;
  padding: 0 0 18px 0;
  cursor: pointer;
  font-weight: bold;
}

.sidebar .productmenu > li .hardware-materialEn {
  font-size: 2rem;
  padding: 0 0 18px 0;
  cursor: pointer;
  font-weight: bold;
}

.collectionpage .sidebar .productmenu > li p {
  /* font-weight: bold; */
}

.projects .sidebar .productmenu > li p {
  padding: 18px 10px;
  font-weight: normal;
}

/* .sidebar .productmenu>li p::before {
    content: '\f054';
    font-family: FontAwesome;
    float: right;
    font-size: 14px;
    margin-top: 7px;
    margin-left: 10px;
} */

.sidebar .productmenu > li .soft-material::before {
  content: '\f054';
  font-family: FontAwesome;
  float: right;
  font-size: 14px;
  margin-top: 7px;
  margin-left: 10px;
}

/* .sidebar .productmenu>li.active p::before {
    content: '\f078';
} */

.sidebar .productmenu > li.noarr p {
  /* cursor: inherit; */
}

.sidebar .productmenu > li.noarr p::before {
  content: '';
}

.sidebar .productmenu > li > ul {
  padding: 0 0 10px 15px;
  display: none;
}

.sidebar .productmenu > li > ul > li {
  margin-bottom: 15px;
  cursor: pointer;
  color: #4d4d4d;
}

.sidebar .productmenu > li > ul > li.current {
  color: #000;
  font-weight: bold;
}

.productcont .content {
  flex: 1;
  padding: 5rem 0 10rem;
  max-width: 1500px;
}

.productcont .content .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3vw;
}

.productcont .content .list li .ttl span {
  margin-left: 8px;
}

.productcont .content .list li {
  width: calc(100% / 3);
  padding: 0 1.5vw 1.5vw;
  cursor: pointer;
}

.productcont .content .list li .img {
  /* height: 194px; */
}

.productcont .content .list li .img img {
  width: 100%;
  margin: auto;
}

.productcont .content .list li .code {
  font-size: 1.2rem;
  padding: 5px 0 2px;
}

.pagination {
  display: flex;
  align-items: center;
  margin: 7rem 4.5vw 0;
  padding: 4rem 0 0;
  border-top: 1px solid #000;
}

.pagination li {
  background-color: #b3b3b3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 0;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li i {
  color: #999999;
  font-size: 20px;
}

.pagination li.active {
  background-color: #808080;
}

.pagination li.prev {
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 16px;
  cursor: pointer;
}

.pagination li.next {
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 16px;
  cursor: pointer;
}

.pagination li.commodity-page {
  cursor: pointer;
}

/* äº§å“ COLLECTIONS end */

/* æè´¨ä¸–ç•Œ MATERIAL WORLD start */

.productcont .colortype {
  margin: 0 0 5rem 5.5vw;
  background-color: #e6e6e6;
  display: inline-block;
  border-radius: 7px;
  padding: 6px 18px;
  color: #666666;
  font-size: 1.4rem;
}

.productcont .colortype span {
  padding-left: 30px;
}

.productcont .content .meterillist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3vw;
}

.productcont .content .meterillist li {
  width: calc(100% / 5);
  padding: 0 2.5vw 4vw;
}

.productcont .content .meterillist li .item {
  border: 1px solid #ccc;
  padding: 5px;
}

.productcont .content .meterillist li .item img {
  width: 100%;
}

.productcont .content .meterillist li .color {
  position: relative;
  width: 100%;
}

.productcont .content .meterillist li .color::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.productcont .content .meterillist li .col-ca946f {
  background-color: #ca946f;
}

.productcont .content .meterillist li .col-58575c {
  background-color: #58575c;
}

.productcont .content .meterillist li .col-6f746e {
  background-color: #6f746e;
}

.productcont .content .meterillist li .col-b09117 {
  background-color: #b09117;
}

.productcont .content .meterillist li .col-36010b {
  background-color: #36010b;
}

.productcont .content .meterillist li .col-2a4347 {
  background-color: #2a4347;
}

.productcont .content .meterillist li .col-b29d82 {
  background-color: #b29d82;
}

.productcont .content .meterillist li .col-ca946f {
  background-color: #ca946f;
}

.productcont .content .meterillist li .name {
  position: relative;
  padding: 5px 5px 8px;
  font-weight: bold;
}

.productcont .content .meterillist li .name::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 20px;
  height: 1px;
  background-color: #a9a9a9;
}

.productcont .content .meterillist li .name span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.productcont .content .meterillist li .number {
  font-size: 1.4rem;
  padding: 5px 5px 0;
}

/* æè´¨ä¸–ç•Œ MATERIAL WORLD end */

/* æ–°é—» NEWS start */

.newspage {
  margin: 0 12vw 0 16vw;
}

.newspage .newsttl {
  font-size: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  line-height: 1;
}

.newspage .newsttl .date {
  font-size: 1.6rem;
}

.newspage .newscont .ttl {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.newspage .newscont img {
  width: 100%;
}

.newspage .newscont p {
  color: #4d4d4d;
  font-size: 1.5rem;
  margin: 4rem 0;
}

/* æ–°é—» NEWS end */

/* äº§å“ COLLECTIONS è¯¦ç»† start*/

.collections {
  display: flex;
  margin-top: 108px;
  height: calc(100vh - 108px);
}

.collections .collectionsleft {
  width: 50%;
  position: relative;
}

.collections .collectionsleft .arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}

.swiper-full-screen .swiper-pagination {
  height: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
}

#bottone-gallery {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 30px);
  background-color: rgba(0, 0, 0, 0.1);
}

.bottone-gallery {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

#bottone-gallery img,
.bottone-gallery img {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.projects .content .contleft .imgbox {
  position: relative;
}

.collections .collectionsright {
  width: 50%;
  background-color: #f2f2f2;
}

.back {
  color: #666666;
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
  margin-left: -30px;
}

.back span {
  padding-left: 15px;
  cursor: pointer;
}

.collections .collectionsright .content .title {
  font-size: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
  font-weight: bold;
}

.collections .collectionsright .content .title .small {
  font-size: 1.6rem;
  font-weight: normal;
}

.collections .collectionsright .content .summary {
  margin: 2.5rem 0;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
}

.collections .collectionsright .content .list {
  border-top: 1px solid #808080;
}

.collections .collectionsright .content .list > li {
  border-bottom: 1px solid #808080;
}

.collections .collectionsright .content .list > li > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  font-size: 1.8rem;
}

.collections .collectionsright .content .list > li > p i {
  font-size: 1.4rem;
}

.collections .collectionsright .content .list > li .specs {
  padding: 15px 15px 0;
}

.collections .collectionsright .content .list > li .specs p {
  float: left;
  margin-bottom: 5px;
  display: none;
}

.collections .collectionsright .content .list > li .specs p:not(:last-child) {
  margin-right: 3rem;
}

.collections .collectionsright .content .list > li .detail {
  display: none;
  display: flex;
  justify-content: space-between;
}

.collections .collectionsright .content .list > li .detail .left {
  width: calc(50% - 20px);
  padding: 0 15px 5rem;
}

.collections .collectionsright .content .list > li .detail .left .ttl {
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
  margin-top: 3rem;
}

.collections .collectionsright .content .list > li .detail .left .cont {
  display: flex;
  flex-wrap: wrap;
}

.collections .collectionsright .content .list > li .detail .left .cont .item {
  width: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.collections
  .collectionsright
  .content
  .list
  > li
  .detail
  .left
  .cont
  .item
  span {
  font-size: 1.2rem;
  padding-top: 5px;
}

.collections .collectionsright .content .list > li .detail .left .feature {
  border-top: 1px solid #808080;
  margin-top: 57px;
  padding-top: 20px;
  font-size: 1.4rem;
}

.collections .collectionsright .content .list > li .detail .left .feature p {
  float: left;
}

.collections .collectionsright .content .list > li .detail .left .feature .fmr {
  margin-right: 4rem;
}

.collections .collectionsright .content .list > li .download {
  display: flex;
  /* æ¨¡åž‹ */
  /*justify-content: space-evenly;*/
  justify-content: space-between;
  padding: 0 3vw;
}

.collections .collectionsright .content .list > li .download li {
  padding: 3rem 10px 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collections .collectionsright .content .list > li .download li .name {
  background-color: #fff;
  border-radius: 15px;
  width: 55px;
  line-height: 55px;
  text-align: center;
}

.collections .collectionsright .content .list > li .download li p {
  font-size: 1.4rem;
  padding: 15px 0;
}

.collections .collectionsright .content .list > li .download li .btn-download {
  border-radius: 7px;
  line-height: 30px;
  font-size: 1.2rem;
  width: 65px;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
}

.collections .collectionsright .content .list > li .size {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5rem;
}

.collections .collectionsright .content .list > li .size li {
  width: calc(100% / 2);
  padding: 30px 25px 0;
}

.collections .collectionsright .content .list > li .size .ttl {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.collections .collectionsright .content .list > li .size .ttl span {
  display: block;
  font-weight: normal;
}

.collections .collectionsright .content .list > li .size .ttl span.pt-1 {
  margin-top: 10px;
}

.collections .collectionsright .content .list > li .size .ttl span.pt-2 {
  margin-top: 5px;
}

.collectioncont {
  display: none;
}

.swiper-collections {
  height: 100%;
}

.overflowh {
  height: 100%;
  overflow-y: auto;
  padding: 3rem 15% 17rem;
}

.overflowh::-webkit-scrollbar {
  width: 0;
}

.collections .swiper-button-next:after,
.collections .swiper-button-prev:after {
  content: '';
}

.collections .swiper-button-next,
.collections .swiper-button-prev {
  width: 30px;
  height: 17px;
}

.collections .swiper-button-next {
  background: url(../img/arr-w-right.png) no-repeat;
  background-size: 100%;
}

.collections .swiper-button-prev {
  background: url(../img/arr-w-left.png) no-repeat;
  background-size: 100%;
}

/* äº§å“ COLLECTIONS è¯¦ç»† end*/

/* é¡¹ç›®æ¡ˆä¾‹ PROJECTS è¯¦ç»† start  */

.projects {
  margin-top: 108px;
}

.projects .article-sp {
  display: none;
}

.projects .banner {
  /* background: url(../img/main-2.png) no-repeat; */
  background-size: cover;
  color: #fff;
}

.projects .banner-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1560px;
  margin: auto;
  padding: 0 4rem;
}

.projects .banner-wrap-sp {
  display: none;
}

.projects .banner .sidebar {
  padding: 6rem 0;
}

.projects .banner .sidebar .productmenu > li {
  border-bottom: 1px solid #fff;
  color: #e6e6e6;
}

.projects .banner .sidebar .productmenu > li:last-child {
  border-bottom: 0;
}

.projects .banner .sidebar .productmenu > li.noarr.active {
  color: #fff;
  font-weight: bold;
}

.projects .banner .sidebar .productmenu > li.noarr.active p {
  font-weight: bold;
}

.projects .banner .rightbox {
  padding: 6rem 0 6rem 4rem;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

.projects .banner .rightbox .title {
  font-size: 3.6rem;
  text-align: right;
  letter-spacing: 3px;
}

.projects .banner .rightbox .title span {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: normal;
}

.projects .banner .rightbox .conttext {
  text-align: right;
  font-size: 1.4rem;
  color: #e6e6e6;
  margin-top: 4rem;
}

.projects .banner .rightbox .conttext span {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: #fff;
}

.projects .content {
  display: flex;
  max-width: 1560px;
  margin: auto;
  padding: 4rem 4rem 8rem;
}

.projects .content .contleft {
  margin-right: 40px;
  flex: 1;
  width: 65%;
}

.projects .content .contleft .text .ttl {
  margin: 8rem 0 4rem;
}

.projects .content .contleft .text p {
  font-size: 1.4rem;
}

.projects .content .contright {
  width: 35%;
}

.projects .content .contright img {
  margin-bottom: 40px;
  width: 100%;
}

/* é¡¹ç›®æ¡ˆä¾‹ PROJECTS è¯¦ç»† end  */

/* æ–°å“ NEWS PRODUCT start */

.new-product.projects .banner {
  background: url(../img/main-3.png) no-repeat;
  background-size: cover;
}

.new-product.projects .content {
  /* flex-wrap: wrap; */
}

.new-product .describe {
  font-size: 1.4rem;
  max-width: 1560px;
  margin: auto;
  padding: 5.5rem 4rem 0;
}

.new-product .describe li {
  line-height: 1.7;
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px;
}

.new-product .describe li::before {
  content: 'â€¢';
  position: absolute;
  left: 0;
}

/* æ–°å“ NEWS PRODUCT end */

.sales-network {
  width: 100%;
  max-width: 1900px;
  margin: auto;
}

.sales-network .sidebar {
  float: left;
}

.sales-network .search {
  float: right;
  margin: 7rem 4vw 4rem 0;
  position: relative;
}

.sales-network .search img {
  width: 20px;
}

.sales-network img {
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
}

.sales-network .search input {
  line-height: 32px;
  border-radius: 5px;
  padding: 0 10px;
  width: 320px;
  font-size: 18px;
  padding-right: 40px;
}

.sales-network .listbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10rem 4vw 0;
}

.sales-network .listbox .network {
  -moz-column-count: 3;
  /* Firefox */
  -webkit-column-count: 3;
  /* Safari å’Œ Chrome */
  column-count: 3;
  -moz-column-gap: calc((100% - 970px) / 2);
  -webkit-column-gap: calc((100% - 970px) / 2);
  column-gap: calc((100% - 970px) / 2);
  width: 100%;
}

.sales-network .listbox .item {
  margin-bottom: 10rem;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  height: 310px;
}

.sales-network .listbox .item .ttl {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.sales-network .listbox .item .name {
  font-weight: bold;
  color: #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  margin: 4rem 0 1rem;
  padding-bottom: 5px;
  width: 320px;
}

.sales-network .listbox .item .nameEn {
  font-weight: bold;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  cursor: pointer;
  margin-top: 10px;
  width: 320px;
}

.sales-network .listbox .item .address {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  cursor: pointer;
}

.sales-network .listbox .item .addressEn {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  cursor: pointer;
}

.sales-network .listbox .item .tel {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
}

.sales-network .morebottom {
  position: relative;
  padding: 0 8vw;
  margin: 10rem 0;
  overflow: hidden;
}

.sales-network .morebottom hr {
  margin: 10px 0;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #bbb;
}

.sales-network .morebottom p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #808080;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 0 20px;
}

.cart.collections {
  height: auto;
  display: block;
  margin: 108px 5rem 0;
}

.cart.collections .collectionsright {
  width: calc(100% - 8vw);
  background-color: transparent;
  display: flex;
  margin: 0 4vw;
  padding: 8rem 0;
  border-bottom: 1px solid #808080;
}

.cart.collections .collectionsright .image {
  width: 35%;
  padding-right: 2rem;
}

.cart.collections .collectionsright .image img {
  margin: auto;
}

.cart.collections .collectionsright .content {
  width: 65%;
}

.cart.collections .collectionsright .content .list > li .size {
  float: left;
  width: 40%;
}

.cart.collections .collectionsright .content .list > li .detail {
  float: left;
  width: 60%;
}

.cart.collections .collectionsright .content .list > li .s-item {
  float: left;
  width: 50%;
  padding: 3rem 0 0 0;
}

.cart.collections .collectionsright .content .list > li .s-item img {
  padding: 4rem 4rem 0 0;
}

.cart.collections .collectionsright .content .list > li .detail .left {
  width: calc(50% - 10px);
}

.cart.collections .collectionsright .content .list > li .s-item p {
  font-size: 1.5rem;
}

.cart .cart-btn {
  border-radius: 5px;
  border: 1px solid #4d4d4d;
  max-width: 220px;
  width: 100%;
  line-height: 35px;
  text-align: center;
  font-size: 1.5rem;
  float: right;
  margin-top: 4rem;
  cursor: pointer;
}

.cart .shop-btn {
  margin: 12rem 4vw 15vw;
  float: right;
}

.downloadwrap .download-cont {
  max-width: 950px;
  padding: 4rem 4rem 5rem;
  margin: auto;
  flex: 1;
}

.downloadwrap.collections {
  height: auto;
  padding: 0 5rem 0;
  background-color: #f2f2f2;
}

.downloadwrap .download-search {
  margin-bottom: 85px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.downloadwrap .download-search .tips {
  padding: 10px 20px;
}

.downloadwrap .download-search input {
  width: 100%;
  height: 76px;
  padding: 0 15px;
  border: 1px solid #4d4d4d;
  border-radius: 10px;
  background-color: transparent;
  position: relative;
  font-size: 3rem;
  padding-right: 60px;
}

.downloadwrap .download-search .search {
  position: absolute;
  top: 0;
  right: 0;
}

.downloadwrap .download-search .search::before {
  content: '\f002';
  font-family: FontAwesome;
  position: absolute;
  top: 23px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
}

.downloadwrap .result-ttl {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

.downloadwrap .result-tips {
  font-size: 1.8rem;
  margin: 11rem 0 0;
  color: #666666;
}

.collections.downloadwrap .collectionsright .content .list > li > p {
  font-size: 1.6rem;
  padding: 20px 0;
}

.collections.downloadwrap .collectionsright .content .list > li > p span {
  font-weight: bold;
}

.collections.downloadwrap .collectionsright .content .list > li .download {
  padding: 0 0 0 240px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.collections.downloadwrap
  .collectionsright
  .content
  .list
  > li
  .download
  li
  .btn-download {
  background-color: #000;
  color: #fff;
  width: 75px;
}

.collections.downloadwrap
  .collectionsright
  .content
  .list
  > li
  .download
  li
  .name {
  border: 2px solid #000;
  width: 75px;
  line-height: 71px;
}

.shop-btn {
  border-radius: 5px;
  line-height: 56px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 3px;
  cursor: pointer;
  border: 1px solid #000;
}

.like-list {
  border-radius: 5px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 3px;
  cursor: pointer;
  border: 1px solid #000;
}

.shop-btn.bgwhite {
  background-color: #fff;
  color: #000;
}

.tipslogin {
  padding: 5rem 4rem 7rem;
  max-width: 1560px;
  margin: auto;
}

.tipslogin .back {
  display: none;
}

.tipslogin .tips {
  font-size: 3.6rem;
  margin-bottom: 4rem;
  line-height: 1.4;
  font-weight: bold;
}

.tipslogin .tips span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.tipslogin .tips.en {
  font-size: 2.2rem;
  font-weight: normal;
}

.tipslogin .tips-box {
  display: flex;
}

.tipslogin .tips-box .shop-btn {
  margin-right: 2rem;
}

.tipscontent {
  font-size: 3.6rem;
  text-align: center;
  padding: 6rem 0;
  line-height: 1.5;
}

.tipscontent span {
  display: block;
  font-size: 1.8rem;
}

.map {
  display: flex;
}

.map .map-left {
  width: 35%;
  background-color: #f1f1f1;
  padding: 5rem;
}

.map .map-left .back {
  margin-left: 0;
  margin-bottom: 4rem;
}

.map .title {
  font-size: 2rem;
  font-weight: bold;
}

.map .address-search {
  line-height: 50px;
  padding: 0 10px;
  font-size: 1.8rem;
  border-radius: 5px;
  background-color: #d8d8d8;
  border: 0;
  width: 100%;
  margin: 1rem 0 3rem;
}

.map .btn-address-search {
  line-height: 50px;
  font-size: 1.8rem;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 7rem;
}

.map .address {
  position: relative;
  margin-bottom: 4rem;
  padding-left: 35px;
}

.map .address i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 35px;
}

.map .address .addressname {
  font-size: 1.7rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #bbb;
  color: #161616;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.map .address .addressname span {
  color: #808080;
  font-size: 1.4rem;
}

.map .address p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 5px;
  color: #666;
}

.map .addressbox {
  height: calc(100vh - 300px);
  overflow: auto;
  padding-right: 20px;
}

.addressbox-sp {
  display: none;
}

.map .map-right {
  width: 65%;
  position: relative;
  overflow: hidden;
}

.map .map-right img {
  width: 100%;
  height: 100%;
}

.map .search-sp {
  position: absolute;
  top: 92px;
  width: calc(100% - 40px);
  display: unset;
  margin: 0 20px;
  background-color: #000;
  padding: 20px;
  color: #fff;
  display: none;
}

.map .search-sp .title {
  font-size: 1.6rem;
}

.map .search-sp .address-search {
  line-height: 33px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 1.4rem;
}

.map .search-sp .btn-address-search {
  background-color: #fff;
  color: #000;
  line-height: 33px;
  margin-bottom: 0;
  font-size: 1.4rem;
}

#container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about-us .main-cont {
  position: relative;
}

.about-us .main-cont .au-ttl {
  font-size: 7rem;
  position: absolute;
  top: 45%;
  left: 160px;
  font-weight: bold;
}

.about-us .main-cont .au-ttl span {
  font-size: 4rem;
  display: block;
  margin-top: 15px;
  letter-spacing: 4px;
}

.about-us .main-cont img.pc-show,
.about-us .main-cont img.pad-show,
.about-us .bg-cont img.pc-show {
  width: 100%;
}

.about-us .main-cont .title-sp {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 8rem;
  left: 2rem;
}

.about-us .about-cosmo {
  padding: 140px 0;
}

.about-us .main-cont .title-sp span {
  font-size: 1.7rem;
  display: block;
}

.about-us .cosmo-ttl {
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 160px;
}

.about-us .cosmo-ttlEn {
  display: block;
  font-size: 4rem;
}

.about-us ul.cosmo-cont {
  display: flex;
  padding: 0 10rem;
}

.about-us ul.cosmo-cont li {
  width: calc(100% / 3);
  border-right: 1px solid #ccc;
  padding: 0 6rem;
}

.about-us ul.cosmo-cont li:last-child {
  border-right: 0;
}

.about-us ul.cosmo-cont li .ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.about-us ul.cosmo-cont li .ttl span {
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
}

.about-us ul.cosmo-cont li p {
  font-size: 1.6rem;
  margin-top: 5.5rem;
  line-height: 2;
  text-align: justify;
}

.about-us .about-introduce {
  background-color: #f4f4f4;
  padding: 120px 0;
}

.about-us .about-introduce .intro-ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 6rem;
  text-align: center;
}

.about-us .about-introduce .intro-ttlEn {
  display: block;
  font-size: 2.6rem;
}

.about-us .about-introduce p {
  font-size: 2rem;
  max-width: 1200px;
  margin: auto;
  padding: 0 2rem;
  line-height: 1.8;
  text-align: justify;
}

.about-us .about-idea {
  padding: 14rem 16rem 16rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about-us .about-idea .idea-l p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 7rem;
}

.about-us .about-idea .idea-lEn {
  display: block;
  font-size: 2rem;
}

.about-us .about-studio {
  display: flex;
  width: 100%;
}

.about-us .about-studio .studio-l {
  width: 50%;
  background-color: #f4f4f4;
  padding: 0 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us .ab-title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}

.about-us .Stores {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 0rem;
}

.about-us .Stores span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

.about-us .ab-cont {
  overflow: hidden;
}

.about-us .ab-title span {
  display: block;
  font-size: 22px;
  margin-top: 10px;
}

.about-us .ab-title::before {
  content: '';
  width: 73px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-us .about-studio .studio-l p {
  margin-top: 3rem;
  line-height: 2;
  font-size: 1.8rem;
  text-align: justify;
}

.about-us .about-studio .studio-r {
  width: 50%;
}

.about-us .about-studio .studio-r img {
  width: 100%;
}

.about-us .about-factory {
  display: flex;
}

.about-us .about-factory .factory-l {
  width: 50%;
}

.about-us .about-factory .factory-l img {
  max-width: 820px;
  width: 100%;
}

.about-us .about-factory .factory-r {
  width: 50%;
  padding: 10rem 16rem 10rem 4rem;
}

.about-us .about-factory .factory-r p {
  margin-top: 3rem;
  line-height: 1.8;
  font-size: 1.7rem;
  text-align: justify;
}

.about-us .about-stores {
  position: relative;
}

.about-us .about-stores img {
  width: 100%;
}

.about-us .storescont {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 43.4%;
  height: 100%;
  padding: 0 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us .storescont p {
  margin-top: 1rem;
  line-height: 1.8;
  font-size: 1.7rem;
  text-align: justify;
}

.about-us .about-eco {
  position: relative;
  padding: 10rem 0 12rem;
}

.about-us .about-eco .ab-title {
  text-align: center;
}

.about-us .about-eco .ab-title.linenone::before {
  content: none;
}

.about-us .about-eco p {
  font-size: 2rem;
  max-width: 1200px;
  margin: 3rem auto 0;
  padding: 0 2rem;
  line-height: 1.8;
  text-align: justify;
}

.about-us .about-eco img {
  position: absolute;
  bottom: 0;
  right: 13%;
  width: 180px;
}

.about-us .main-cont .title {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  font-size: 4.4rem;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.1)
  );
  padding: 8rem 0 3rem;
  line-height: 1.6;
}

.about-us .main-cont .title span {
  font-size: 2rem;
  display: block;
}

.about-us .text {
  text-align: center;
  font-size: 1.8rem;
  padding: 8rem 0;
  line-height: 1.8;
}

.about-us .bg-cont {
  position: relative;
}

.about-us .bg-cont .substance {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 5rem 9vw;
}

.about-us .bg-cont .substance .ttl {
  font-size: 2.1rem;
  margin: 3.5rem 0 6px;
}

.about-us .bg-cont .substance p {
  font-size: 1.7rem;
  line-height: 1.7;
}

.about-us .besocial {
  padding: 10rem 0;
}

.about-us .besocial .b-title {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
}

.about-us .besocial .b-title .en {
  margin-left: 20px;
}

.about-us .besocial ul {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.about-us .besocial ul li {
  margin-right: 4rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.about-us .besocial ul li img {
  /* height: 20px; */
  margin-right: 10px;
}

.about-us .besocial ul li:last-child {
  margin-right: 0;
}

.big-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
}

.big-img .imgbox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.big-img .imgbox img {
  width: 500px;
}

.big-img.big-img-case .imgbox img {
  width: 800px;
}

header.producthead.about-us-head {
  background-color: transparent;
  box-shadow: none;
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.02)
  );
}

header.producthead.about-us-head.about-cosmo-head {
  background-image: none;
}

header.producthead.about-us-head .pc-show {
  display: none;
}

header.producthead.about-us-head .pad-show {
  display: block;
}

header.producthead.about-us-head.about-cosmo-head .pad-show {
  display: none;
}

header.producthead.about-us-head.about-cosmo-head .pc-show {
  display: block;
}

.personalinfo .main-cont img {
  width: 100%;
}

.personalinfo .infoinner {
  position: relative;
  max-width: 880px;
  margin: auto;
  padding: 0 20px 115px;
}

.personalinfo .infoinner .head-portrait {
  position: absolute;
  top: 0;
  transform: translate(-107%, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 146px;
  height: 146px;
  overflow: hidden;
}

.personalinfo .infoinner .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 2rem;
  height: 87px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.personalinfo .infoinner .title .name {
  font-size: 2.8rem;
  font-weight: bold;
}

.personalinfo .infoinner .title .cart {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  color: #666666;
}

.personalinfo .infoinner .infottl {
  font-size: 2.2rem;
  margin: 6rem 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.personalinfo .infoinner .infottl span {
  font-size: 1.4rem;
}

.personalinfo .infoinner .infocont {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.personalinfo .infoinner .infocont .infoitem {
  border-bottom: 1px solid #fff;
}

.personalinfo .infoinner .infocont .infoitem .item-ttl {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 50px 14px 20px;
}

.personalinfo .infoinner .infocont .infoitem .item-ttl .fa-chevron-right,
.personalinfo .infoinner .infocont .infoitem .item-ttl.active .fa-chevron-down {
  display: block;
}

.personalinfo .infoinner .infocont .infoitem .item-ttl .fa-chevron-down,
.personalinfo
  .infoinner
  .infocont
  .infoitem
  .item-ttl.active
  .fa-chevron-right {
  display: none;
}

.personalinfo .infoinner .infocont .infoitem .item-cont {
  padding: 0 5rem 20px;
  display: none;
}

.personalinfo .infoinner .infocont .infoitem .align-right {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.personalinfo .infoinner .infocont .infoitem .left {
  font-weight: bold;
}

.personalinfo .infoinner .infocont .infoitem .left .en {
  margin-left: 10px;
  font-weight: normal;
}

.personalinfo .infoinner .infocont .infoitem .right {
  font-weight: bold;
}

.personalinfo .infoinner .infocont .infoitem .infoarr {
  position: absolute;
  right: 10px;
  top: 17px;
}

.personalinfo .infoDropDown {
  cursor: pointer;
}

.personalinfo .infoinner .infocont .infoitem .bind-mobile {
  padding: 0 5rem 20px 9.5rem;
}

.personalinfo .infoinner .infocont .infoitem .bind-mobile .phone-l {
  color: #4d4d4d;
  font-size: 1.4rem;
  line-height: 1.6;
  float: left;
  margin-top: 5px;
}

.personalinfo .infoinner .infocont .infoitem .bind-mobile .phone-r {
  float: right;
  margin-top: 5px;
}

.personalinfo
  .infoinner
  .infocont
  .infoitem
  .bind-mobile
  .phone-r
  .phoneNumber {
  display: flex;
  align-items: center;
}

.personalinfo
  .infoinner
  .infocont
  .infoitem
  .bind-mobile
  .phone-r
  .phoneNumber
  .btn-black {
  /* width: 102px; */
}

.personalinfo .infoinner .infocont .infoitem .bind-mobile .phone-r .phonecode {
  margin-top: 15px;
  padding-right: 118px;
}

.personalinfo .infoinner .infocont .infoitem .bind-mobile .phone-r .verifybtn {
  float: right;
  margin-top: 30px;
}

/* .personalinfo .infoinner .infocont .infoitem .bind-mobile .phone-r .phonecode .input-type1 {
    width: 30px;
    margin-right: 5px;
    text-align: center;
} */

.personalinfo
  .infoinner
  .infocont
  .infoitem
  .bind-mobile
  .phone-r
  .phonecode
  .input-type1:last-child {
  margin-right: 0;
}

.personalinfo .infoinner .infocont .verify-code {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 112px;
  margin-top: 35px;
}

.personalinfo .infoinner .infocont .verify-code .code-box {
  /*position: relative;*/
  width: 85px;
  height: 35px;
  /*background-color: #1a85a5;*/
  background: url('../img/timg.jpg') no-repeat;
  background-size: 100% 100%;
}

.personalinfo .infoinner .infocont .verify-code .code-box p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 25%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  transform: rotate(7deg);
  font-weight: bold;
}

.personalinfo .infoinner .infocont .verify-code .code-input {
  flex: 1;
  max-width: 134px;
  margin-right: 8px;
}

.personalinfo .infoinner .infocont .verify-code .refresh {
  position: absolute;
  right: 17px;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #c8c8c8;
  cursor: pointer;
}

.personalinfo .infoinner .infocont .verify-code .refresh img {
  width: 14px;
  margin-left: 5px;
}

.personalinfo .infoinner .infocont .input-type1 {
  width: 100%;
  max-width: 176px;
  height: 35px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
}

.personalinfo .infoinner .infocont .select-type1 {
  width: 100%;
  max-width: 130px;
  height: 35px;
  border: 0;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 15px;
}

.personalinfo .infoinner .infocont .radiobox {
  position: relative;
  width: 50px;
  height: 35px;
  margin-left: 10px;
}

.personalinfo .infoinner .infocont .radiobox input[type='radio'] {
  visibility: hidden;
}

.personalinfo .infoinner .infocont .radiobox label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 33px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 1.4rem;
}

.personalinfo
  .infoinner
  .infocont
  .radiobox
  input[type='radio']:checked
  + label {
  background-color: #000;
  color: #fff;
}

.personalinfo .infoinner .infocont .btn-common {
  min-width: 75px;
  line-height: 32px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #000;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 1.4rem;
}

.personalinfo .infoinner .infocont .btn-black {
  background-color: #000;
  color: #fff;
}

.personalinfo .infoinner .infocont .btn-black.w01 {
  width: 102px;
}

.personalinfo .infoinner .infocont .btn-white {
  background-color: #fff;
  color: #000;
}

.personalinfo .infoinner .formbtn {
  display: flex;
  justify-content: flex-end;
  padding: 3rem 5rem;
}

.videolayout {
  width: 100%;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 5.5rem 6rem;
}

footer.bgwhite {
  background-color: #fff;
  color: #000;
}

footer .inner {
  padding: 4.5rem 0 3rem;
}

footer .inner.line {
  border-bottom: 1px solid #fff;
}

footer .inner .restricked-area {
  float: left;
  width: 35%;
}

footer .inner .restricked-area img {
  float: left;
  margin-right: 10px;
  width: 350px;
}

footer .inner .restricked-area .ttl {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 5px;
}

footer .inner .restricked-area .ttl-en {
  font-size: 2rem;
}

footer .inner .login-area {
  float: right;
  display: flex;
  justify-content: space-between;
  width: 62%;
}

footer.footpage .inner .restricked-area img {
  width: 287px;
  /* margin: -30px 0 0 -24px; */
}

footer .inner .login-area .login-inner {
  width: 32%;
  position: relative;
}

footer .inner .login-area .login-inner .ttl {
  font-size: 1.8rem;
  margin-bottom: 6px;
}

footer .inner .login-area .login-inner .ttl-en {
  font-size: 1.3rem;
}

footer .inner .login-area .login-inner .cont {
  line-height: 2;
  margin: 22px 0;
  font-size: 1.4rem;
}

footer .inner .login-area .login-inner .cont span {
  font-size: 1.2rem;
}

footer .inner .login-area .login-inner .btnbox {
  display: flex;
  flex-wrap: wrap;
}

footer .inner .login-area .login-inner .btnbox .login-btn:first-child {
  margin-right: 15px;
}

footer .inner .login-area .download {
  margin-left: -8%;
}

footer .inner .login-area .download li {
  font-size: 1.2rem;
  width: calc(100% / 3);
  float: left;
  margin-top: 30px;
  text-align: center;
}

footer .inner .login-area .download li img {
  margin: 0 auto 13px;
  width: 60px;
}

footer .inner .login-area .social {
  width: 58%;
}

footer .inner .login-area .social .s-box {
  position: relative;
}

footer .inner .login-area .social .link {
  border-bottom: 1px solid #fff;
  padding: 25px 0 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .inner .login-area .social .link li {
  margin: 0 40px 10px 0;
}

footer .inner .login-area .social .link li img {
  height: 25px;
  cursor: pointer;
}

footer .inner .login-area .social .link li:last-child {
  margin-right: 0;
}

footer .inner .login-area .social .info {
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
}

footer .inner .login-area .social .info .info-left p {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

footer .inner .login-area .social .info .info-left .tel {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

footer .inner .login-area .social .info .info-left .tel img {
  margin-right: 10px;
  width: 18px;
}

footer .inner .login-area .social .info .info-right {
  display: flex;
  align-items: flex-end;
}

footer .inner .login-area .social .info .info-right img {
  width: 90px;
}

footer .inner .login-area .social.layout-flex {
  display: flex;
  justify-content: space-between;
}

footer .btnplus {
  display: none;
  cursor: pointer;
}

footer .showcont {
  display: block;
}

footer .copyright {
  font-size: 1.2rem;
  padding: 3.5rem 0 0;
}

footer.bgwhite .inner .login-area .social .link {
  border-bottom: 1px solid #666666;
}

footer .white-show {
  display: block;
}

footer .black-show {
  display: none;
}

footer.bgwhite .white-show {
  display: none;
}

footer.bgwhite .black-show {
  display: block;
}

.h-title {
  font-size: 4.4rem;
  text-align: center;
}

a.link {
  overflow: hidden;
}

.btn {
  width: 200px;
  height: 40px;
  font-size: 1.8rem;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn .img-show {
  display: block;
}

.btn .img-hover {
  display: none;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.btn:hover .img-show {
  display: none;
}

.btn:hover .img-hover {
  display: block;
}

.btn-small {
  width: 100px;
  height: 30px;
  font-size: 1.5rem;
}

.login-btn {
  border: 1px solid #fff;
  width: 130px;
  max-width: 130px;
  font-size: 1.4rem;
}

.login-btn img {
  width: 16px;
}

.text-center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mr15 {
  margin-right: 15px;
}

.pc-show {
  display: block;
}

.pad-show {
  display: none;
}

.hide {
  height: 100%;
  overflow: hidden;
}

.sidebar .productmenu::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.sidebar .productmenu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #e6e6e6;
}

.sidebar .productmenu::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #808080;
}

.map .addressbox::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.map .addressbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #808080;
}

.map .addressbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #e6e6e6;
}

.uploader {
  position: relative;
  display: flex;
}

.uploader input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
}

.threeviews-page {
  background-color: #f2f2f2;
}

.threeviews-page .page-w {
  max-width: 90%;
  margin: auto;
  padding: 20px;
}

.threeviews-page .back {
  margin-left: 0;
}

.threeviews-page .title {
  background-color: #e8e8e8;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 1.4rem;
}

.threeviews-page .viewsize {
  display: flex;
  flex-wrap: wrap;
}

.threeviews-page .viewsize li {
  width: calc(100% / 3);
  padding: 40px 25px 0;
}

.threeviews-page .viewsize li .ttl {
  font-weight: bold;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.threeviews-page .viewsize li .ttl span {
  display: block;
}

.threeviews-page .cont {
  padding-bottom: 8rem;
}

header.producthead.caseheader {
  background-color: transparent;
}

header.caseheader .pc-show {
  display: none;
}

header.caseheader .pad-show {
  display: block;
}

.casebanner {
  position: relative;
}

.casebanner .background-casebanner {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.casebanner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.6rem;
  width: 90%;
  text-align: center;
  font-weight: lighter;
}

.casebanner #titleEn {
  font-size: 22px;
}

.casedetail {
  padding: 12rem 0 15rem;
}

.casedetail .swiper-wrapper {
  align-items: center;
}

.casedetail .swiper-slide-prev::before,
.casedetail .swiper-slide-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.casedetail .swiper-slide {
  display: flex;
  align-items: center;
}

.casedetail .swiper-button-prev:after,
.casedetail .swiper-button-next:after {
  color: #fff;
}

.casedetail .casecont {
  margin: 8rem auto 0;
  width: 90%;
}

.casedetail .casecont .description {
  width: 50%;
  float: left;
}

.casedetail .casecont .description p {
  margin-bottom: 25px;
  line-height: 1.7;
}

.casedetail .casecont .introduction {
  width: 50%;
  float: left;
  padding-left: 8vw;
}

.casedetail .casecont .introduction ul li {
  overflow: hidden;
  margin-bottom: 20px;
}

.casedetail .casecont .introduction ul li .left {
  width: 35%;
  float: left;
  font-weight: bold;
}

.casedetail .casecont .introduction ul li .right {
  width: 65%;
  float: left;
}

.morecase {
  margin: 10rem auto 0;
  width: 90%;
}

.morecase .casettl {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 4rem;
}

.morecase .caselist {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.morecase .caselist .item {
  padding: 20px;
  float: left;
  text-align: center;
  margin-bottom: 10rem;
  width: calc(100% / 3);
  box-sizing: border-box;
}

.morecase .caselist .item .titolo {
  font-size: 28px;
  margin: 40px 0 20px;
  line-height: 1.3;
}

.morecase .caselist .item .desc {
  font-size: 14px;
}

.btncasemore {
  min-width: 235px;
  height: 48px;
  border: 4px solid #000;
  transition: all 0.3s ease-in-out;
}

.swiperCaseDetail {
  height: 70vh;
}

.swiperCaseDetail .img {
  height: 100%;
}

.swiperCaseDetail .swiper-slide {
  width: auto;
}

.swiperCaseDetail .swiper-slide .bottone-gallery {
  display: none;
}

.swiperCaseDetail .swiper-slide.swiper-slide-active .bottone-gallery {
  display: block;
}

.about-cosmo-head {
  position: relative;
}

.about-cosmo-head::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5rem;
  width: calc(100% - 10rem);
  height: 1px;
  background-color: #000;
}

.disnone {
  display: none;
}

.search-back {
  display: none;
}

.furniture-maintain {
  display: block;
  height: auto;
}

.furniture-maintain .maintainhad {
  padding: 70px 0 120px 150px;
}

.furniture-maintain .maintainhad .text-1 {
  font-size: 5rem;
  font-weight: bold;
}

.furniture-maintain .maintainhad .text-2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 35px 0 50px;
}

.furniture-maintain .maintainhad .text-3 {
  font-size: 2rem;
  color: #595757;
}

.furniture-maintain .maintain {
}

.furniture-maintain .maintain .list {
  display: flex;
}

.furniture-maintain .maintain .list:nth-child(odd) .imgbox {
  order: 1;
}

.furniture-maintain .maintain .list:nth-child(odd) .cont {
  order: 2;
}

.furniture-maintain .maintain .list:nth-child(even) .imgbox {
  order: 2;
}

.furniture-maintain .maintain .list:nth-child(even) .cont {
  order: 1;
}

.furniture-maintain .maintain .list .imgbox {
  width: 38%;
}

.furniture-maintain .maintain .list .imgbox img {
  width: 100%;
}

.furniture-maintain .maintain .list .cont {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 2px solid #231815;
}

.furniture-maintain .maintain .list:last-child .cont {
  border-bottom: 2px solid #231815;
}

.furniture-maintain .maintain .list .cont .title {
  font-size: 3rem;
  font-weight: bold;
  border-left: 5px solid #000;
  margin-left: 135px;
  line-height: 1;
  padding-left: 25px;
}

.furniture-maintain .maintain .list .cont .title span {
  font-size: 1.8rem;
  display: block;
  margin-top: 10px;
}

.furniture-maintain .maintain .list .cont .text {
  padding: 40px 10vw 0 150px;
}

.furniture-maintain .maintain .list .cont .text li {
  list-style: disc;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.furniture-maintain .maintain .list .cont .text li:last-child {
  margin-bottom: 0;
}

.furniture-maintain .maintain .list .cont .text li.mbbig {
  margin-bottom: 60px;
}

.furniture-maintain .qustion .title {
  font-size: 7rem;
  font-weight: bold;
  margin: 115px 0 0 135px;
}

.furniture-maintain .qustion .title span {
  font-size: 4rem;
  display: block;
  margin-top: 20px;
}

.furniture-maintain .qustion .answer {
  font-size: 18px;
  line-height: 1.6;
  width: 60%;
  float: right;
  margin: 60px 0 170px 0;
  border-left: 2px solid #898989;
  padding: 0 170px 0 30px;
}

.furniture-maintain .qustion .answer li {
  margin-bottom: 25px;
}

.furniture-maintain .qustion .answer li:last-child {
  margin-bottom: 0;
}

header.maintainhead {
  box-shadow: none;
}

header.maintainhead::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5rem;
  width: calc(100% - 10rem);
  height: 1px;
  background-color: #333;
}

.lifetime {
}

.lifetime .main-cont {
  position: relative;
}

.lifetime .main-cont .title {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9rem;
  text-align: center;
  width: 100%;
}

.lifetime .main-cont .title span {
  font-size: 4.5rem;
  display: block;
  letter-spacing: 2px;
  margin-top: 15px;
}

.lifetime .main-cont .title a{
  cursor: pointer;
  border-bottom: 1px solid #000;
  margin: 20px;
}

.lifetime .lifetime-inner {
  position: relative;
  max-width: 1600px;
  margin: auto;
  padding: 130px 40px 0;
}

.lifetime .lifetime-inner .lt-logo {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
}

.lifetime .lifetime-inner .lt-top {
}

.lifetime .lifetime-inner .lt-top .top-ttl {
  float: right;
  font-size: 3.8rem;
  width: 630px;
  text-align: right;
}
.lifetime .lifetime-inner .lt-top .top-ttl p {
  float: right;
  border-bottom: 1px solid #333;
  width: 533px;
  padding-bottom: 15px;
}

.lifetime .lifetime-inner .lt-top .top-img {
  float: right;
  clear: both;
  margin: 15px 20px 0;
}

.lifetime .lifetime-inner .lt-top .top-cont {
  border-top: 1px solid #333;
  font-size: 1.8rem;
  line-height: 2;
  clear: both;
  width: calc(100% - 587px);
  padding: 10px 0;
  position: relative;
}

.lifetime .lifetime-inner .lt-top .top-cont::before {
  content: '';
  position: absolute;
  right: -28px;
  top: -67px;
  width: 1px;
  height: 78px;
  background-color: #333;
  transform: rotate(45deg);
}

.lifetime .lifetime-inner .lt-warranty {
  display: flex;
  align-items: flex-end;
  margin-top: 180px;
}

.lifetime .lifetime-inner .lt-warranty .left {
  flex: 1;
  display: flex;
}

.lifetime .lifetime-inner .lt-warranty .warranty-ttl {
  font-size: 4.7rem;
}

.lifetime .lifetime-inner .lt-warranty .warranty-ttl span {
  font-size: 2.8rem;
  display: block;
  margin-top: 10px;
}

.lifetime .lifetime-inner .lt-warranty p {
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 40px;
  flex: 1;
  margin-left: 40px;
  position: relative;
  text-align: justify;
}

.lifetime .lifetime-inner .lt-warranty p::before {
  content: '';
  width: 1px;
  height: calc(100% - 10px);
  background-color: #bbb;
  position: absolute;
  left: 0;
  top: 10px;
}

.lifetime .lifetime-inner .lt-warranty .right {
  margin: 0 40px 0 170px;
}

.lifetime .lifetime-inner .concepts {
}

.lifetime .lifetime-inner .concepts .title {
  padding: 140px 0;
}

.lifetime .lifetime-inner .concepts .title img {
  margin: auto;
}

.lifetime .lifetime-inner .concepts .list {
  display: flex;
  justify-content: space-between;
}

.lifetime .lifetime-inner .concepts .list li {
  width: calc((100% - 100px) / 5);
  background-color: #f4f4f4;
  padding: 50px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 25px;
}

.lifetime .lifetime-inner .concepts .list li:last-child {
  margin-right: 0;
}

.lifetime .lifetime-inner .concepts .list li .ttl {
  font-size: 2.5rem;
  color: #595757;
  margin-bottom: 45px;
  width: 100%;
  line-height: 1.4;
  height: 70px;
}

.lifetime .lifetime-inner .concepts .list li .ttlEn {
  font-size: 1.8rem;
  text-align: left;
  height: 70px;
}

.lifetime .lifetime-inner .concepts .list li .text-indent {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
  min-height: 288px;
  text-align: justify;
}

.lifetime .lifetime-inner .concepts .list li .text-indentEn {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
}

.lifetime .lifetime-inner .concepts .list li .icon {
}

.lifetime .lifetime-inner .lt-text {
  width: 59%;
  float: right;
  border-left: 1px solid #333;
  font-size: 2.3rem;
  padding-left: 30px;
  line-height: 1.8;
  margin: 160px 0 160px;
}

.lifetime .lifetime-inner .lt-text span {
  font-weight: bold;
  display: block;
  margin-top: 40px;
}

.text-indent {
  display: block;
}

.qadialog {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
}

.qadialog .qaimg {
  width: 400px;
}

.qadialog .qa {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 90%;
  padding: 20px 20px 40px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.qadialog .qa .qaclose {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.qadialog .qa img {
  margin: auto;
}

.qadialog .qa p {
  font-size: 3rem;
  padding: 40px 0 20px;
  text-align: center;
  color: #000;
}

.codeinner {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  position: relative;
  padding-right: 50px;
}

.codeinner .codeAdd {
  position: absolute;
  right: 0;
  min-width: auto !important;
}

.disnone {
  display: none;
}

.registerentryVIP {
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-y::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/* 滚动条上的按钮 (上下箭头). */
.scroll-y::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

.colDark {
  color: #000;
}

.select2 {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 35px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px !important;
  color: #000 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000 !important;
}

.check-privacy {
  margin-top: 10px;
}

.check-privacy input {
  width: auto !important;
}

.span-privacy {
  cursor: pointer;
  color: blue;
}

.p-privacy {
  color: rgb(51, 136, 51);
}

@media screen and (min-width: 768px) {
  footer .showcont {
    display: block !important;
  }
  .sidebar .productmenu {
    display: block !important;
  }
}

@media screen and (min-width: 2200px) {
  .projects .banner-wrap,
  .tipslogin {
    max-width: 1900px;
  }
  .new-product .describe {
    max-width: 1900px;
  }
  .projects .content {
    max-width: 1900px;
  }
  .downloadwrap .download-cont {
    max-width: 1200px;
  }
  .newspage {
    margin: 0 10vw 0 14vw;
  }
}

@media screen and (max-width: 1750px) {
  .furniture-maintain .maintain .list .cont .text li {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .furniture-maintain .maintain .list .cont .text {
    padding: 40px 10vw 0 130px;
  }
  .furniture-maintain .maintain .list .cont .title {
    margin-left: 115px;
  }
  .furniture-maintain .maintainhad {
    padding: 70px 0 100px 130px;
  }
  .furniture-maintain .qustion .title {
    margin: 115px 0 0 115px;
  }
  .furniture-maintain .qustion .answer {
    padding: 0 150px 0 30px;
    font-size: 1.7rem;
  }
  .furniture-maintain .qustion .answer li {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1600px) {
  .common-w {
    margin: 0 7vw;
  }
  .menucont .menuhead {
    margin: 3rem 3rem 2.5rem;
  }
  .menucont .menuinner {
    padding: 0 3rem;
  }
  .menucont .menuinner > ul {
    line-height: 70px;
  }
  .menucont .menuinner > ul > li > p {
    font-size: 2.3rem;
  }
  .menucont .menuinner > ul > li > ul > li > p {
    font-size: 2.1rem;
  }
  .menucont .menuinner > ul > li > ul > li > ul > li {
    font-size: 1.9rem;
  }
  .menucont .menuinner > ul > li:hover > ul > li {
    height: 70px;
  }
  .menucont .menuinner > ul > li > ul > li:hover > ul > li {
    height: 70px;
  }
  .menucont .menuinner > ul > li p {
    line-height: 22px;
    height: 70px;
  }
  .menucont .menuinner p:hover {
    /* margin-top: -50px; */
    color: #ca946f;
  }
  section.news {
    margin-left: calc(7vw - 3rem);
    margin-right: calc(7vw - 3rem);
  }
  .sidebar {
    padding: 4rem 0 4rem 3vw;
  }
  .sidebar .title {
    font-size: 2.6rem;
  }
  .sidebar .productmenu {
    min-width: 220px;
  }
  .sidebar .productmenu > li p {
    font-size: 1.8rem;
  }
  .sidebar .productmenu > li .soft-material {
    font-size: 1.8rem;
  }

  .sidebar .productmenu > li .hardware-material {
    font-size: 1.8rem;
  }
  .sidebar .productmenu > li .soft-materialEn {
    font-size: 1.8rem;
  }

  .sidebar .productmenu > li .hardware-materialEn {
    font-size: 1.8rem;
  }
  .newspage {
    margin: 0 10vw 0 14vw;
  }
  .newspage .newsttl {
    font-size: 2.6rem;
  }
  .sales-network .search {
    margin: 7rem 3vw 4rem 0;
  }
  .sales-network .listbox {
    padding: 10rem 3vw 0;
  }
  .sales-network .listbox .item .ttl {
    font-size: 2.6rem;
  }
  .cart.collections .collectionsright {
    width: calc(100% - 6vw);
    margin: 0 3vw;
  }
  .cart .shop-btn {
    margin: 12rem 3vw 15vw;
  }
  .collections .collectionsright .content .title {
    font-size: 2.6rem;
  }
  .downloadwrap .download-search input {
    height: 67px;
    font-size: 2.6rem;
  }
  .downloadwrap .download-search .search::before {
    top: 18px;
  }
  .downloadwrap .result-ttl {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .collections.downloadwrap .collectionsright .content .list > li > p {
    padding: 15px 0;
  }
  header .logo img {
    width: 96px;
  }
  header .menu img {
    /* width: 34px; */
    width: auto;
  }
  header .headerwrap {
    padding: 4rem 5rem 4rem;
  }
  footer {
    padding: 1rem 5rem 3rem;
  }
  footer .inner {
    padding: 3.5rem 0 3rem;
  }
  footer .inner .restricked-area img {
    width: 300px;
  }
  footer.footpage .inner .restricked-area img {
    width: 70px;
  }
  footer .inner .restricked-area .ttl {
    font-size: 3.6rem;
  }
  footer .inner .restricked-area .ttl-en {
    font-size: 1.8rem;
  }
  footer .inner .login-area .login-inner .cont {
    margin: 16px 0;
    line-height: 1.8;
  }
  footer .inner .login-area .download li img {
    width: 55px;
  }
  footer .inner .login-area .social .link li img {
    height: 22px;
  }
  footer .inner .login-area .social .info {
    padding: 22px 0 0;
  }
  .login-btn {
    width: 122px;
    max-width: 122px;
    height: 35px;
  }
  .about-us .main-cont .au-ttl {
    font-size: 6rem;
  }
  .about-us .main-cont .au-ttl span {
    font-size: 3.4rem;
  }
  .about-us .about-cosmo {
    padding: 120px 0;
  }
  .about-us .cosmo-ttl {
    margin-bottom: 140px;
  }
  .about-us ul.cosmo-cont li {
    padding: 0 5rem;
  }
  .about-us .about-introduce {
    padding: 100px 0;
  }
  .about-us .about-introduce p {
    font-size: 1.9rem;
  }
  .about-us .main-cont .au-ttl {
    left: 120px;
  }
  .about-us ul.cosmo-cont {
    padding: 0 7rem;
  }
  .about-us .about-idea {
    padding: 14rem 12rem 16rem;
  }
  .about-us .about-studio .studio-l {
    padding: 0 12rem;
  }
  .about-us .ab-title {
    font-size: 3.8rem;
  }
  .about-us .about-studio .studio-l p,
  .about-us .about-factory .factory-r p,
  .about-us .storescont p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin-top: 20px;
  }
  .about-us .about-factory .factory-r {
    padding: 8rem 12rem 9rem 4rem;
  }
  .about-us .storescont {
    padding: 0 8rem;
  }
  .about-us .about-eco p {
    font-size: 1.9rem;
  }
  .furniture-maintain .maintainhad .text-1 {
    font-size: 4.8rem;
  }
  .furniture-maintain .maintainhad .text-2 {
    font-size: 2.8rem;
  }
  .furniture-maintain .maintainhad .text-3 {
    font-size: 1.8rem;
  }
  .furniture-maintain .maintain .list .cont .text li {
    font-size: 1.6rem;
  }
  .furniture-maintain .maintain .list .cont .text {
    padding: 50px 7vw 0 120px;
  }
  .furniture-maintain .maintain .list .cont .text li.mbbig {
    margin-bottom: 50px;
  }
  .furniture-maintain .maintain .list .imgbox {
    width: 40%;
  }
  .furniture-maintain .maintain .list .cont {
    width: 60%;
  }
  .furniture-maintain .qustion .title {
    margin: 115px 0 0 105px;
  }
  .furniture-maintain .qustion .title span {
    margin-top: 10px;
  }
  .furniture-maintain .qustion .answer {
    font-size: 1.6rem;
    margin: 60px 0 140px 0;
  }
  .lifetime .main-cont .title {
    font-size: 7.8rem;
  }
  .lifetime .main-cont .title span {
    font-size: 4rem;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl {
    font-size: 3.4rem;
    width: 563px;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl p {
    width: 486px;
  }
  .lifetime .lifetime-inner .lt-top .top-cont {
    width: calc(100% - 540px);
    font-size: 1.7rem;
  }
  .lifetime .lifetime-inner .lt-warranty {
    margin-top: 150px;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl {
    font-size: 4.3rem;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl span {
    font-size: 2.4rem;
  }
  .lifetime .lifetime-inner .lt-warranty p {
    font-size: 1.7rem;
  }
  .lifetime .lifetime-inner .lt-warranty .right {
    margin: 0 30px 0 120px;
  }
  .lifetime .lifetime-inner .lt-text {
    font-size: 2.2rem;
    margin: 120px 0 130px;
  }
  .lifetime .lifetime-inner .lt-text span {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1400px) {
  .common-w {
    margin: 0 5vw;
  }
  .menucont .menuinner > ul {
    line-height: 70px;
  }
  .menucont .menuinner > ul > li > p {
    font-size: 2.1rem;
  }
  .menucont .menuinner > ul > li > ul > li > p {
    font-size: 1.9rem;
  }
  .menucont .menuinner > ul > li > ul > li > ul > li {
    font-size: 1.7rem;
  }
  .menucont .menuinner > ul > li:hover > ul > li {
    height: 70px;
  }
  .menucont .menuinner > ul > li > ul > li:hover > ul > li {
    height: 70px;
  }
  .menucont .menuinner > ul > li p {
    height: 70px;
  }
  .menucont .menuinner p:hover {
    /* margin-top: -46px; */
    color: #ca946f;
  }
  section.aboutus {
    margin-top: 8rem;
    margin-bottom: 13rem;
  }
  section.project {
    margin-bottom: 13rem;
  }
  section.video {
    margin-bottom: 13rem;
  }
  section.news {
    margin-bottom: 13rem;
    margin-left: calc(5vw - 1.5rem);
    margin-right: calc(5vw - 1.5rem);
  }
  section.news .news-cont .c-item {
    padding: 0 1.5rem;
  }
  footer .inner .login-area .social .link li {
    margin: 0 25px 10px 0;
  }
  footer .inner .restricked-area img {
    width: 250px;
  }
  footer .inner .restricked-area .ttl {
    font-size: 3.4rem;
  }
  footer .inner .restricked-area .ttl-en {
    font-size: 1.7rem;
  }
  .newspage {
    margin: 0 8vw 0 12vw;
  }
  header .logo img {
    width: 82px;
  }
  header .menu img {
    /* width: 30px; */
    width: auto;
  }
  header .headerwrap {
    padding: 3.5rem 4rem 3.5rem;
  }
  footer .inner .login-area .login-inner {
    width: 36%;
  }
  footer .inner .login-area .social {
    width: 60%;
  }
  .about-us .main-cont .au-ttl {
    left: 80px;
  }
  .about-us ul.cosmo-cont {
    padding: 0 3rem;
  }
  .about-us .about-introduce p {
    font-size: 1.8rem;
  }
  .about-us .about-idea {
    padding: 12rem 8rem 14rem;
  }
  .about-us .about-idea .idea-l p {
    font-size: 2.7rem;
    margin-top: 6rem;
  }
  .about-us .about-studio .studio-l {
    padding: 0 8rem;
  }
  .about-us .ab-title {
    font-size: 3.4rem;
    padding-bottom: 22px;
    margin-bottom: 1rem;
  }
  .about-us .about-studio .studio-l p,
  .about-us .about-factory .factory-r p,
  .about-us .storescont p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 15px;
  }
  .about-us .about-factory .factory-r {
    padding: 8rem 8rem 9rem 4rem;
  }
  .about-us .storescont {
    padding: 0 2rem;
  }
  .about-us .ab-title span {
    font-size: 1.8rem;
  }
  .about-us .about-eco p {
    font-size: 1.8rem;
  }
  .furniture-maintain .maintain .list .cont .title {
    font-size: 2.8rem;
    margin-left: 65px;
  }
  .furniture-maintain .maintain .list .cont .title span {
    font-size: 1.9rem;
  }
  .furniture-maintain .maintain .list .cont .text li {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .furniture-maintain .maintain .list .cont .text {
    padding: 40px 5vw 0 80px;
  }
  .furniture-maintain .maintain .list .cont .text li.mbbig {
    margin-bottom: 35px;
  }
  .furniture-maintain .maintainhad {
    padding: 70px 0 100px 65px;
  }
  .furniture-maintain .qustion .title {
    margin: 75px 0 0 65px;
    font-size: 6rem;
  }
  .furniture-maintain .qustion .title span {
    margin-top: 10px;
    font-size: 3.5rem;
  }
  .furniture-maintain .qustion .answer {
    font-size: 1.5rem;
    padding: 0 6vw 0 30px;
    margin: 50px 0 100px 0;
  }
  .furniture-maintain .qustion .answer li {
    margin-bottom: 15px;
  }
  .lifetime .main-cont .title {
    font-size: 7rem;
  }
  .lifetime .main-cont .title span {
    font-size: 3.6rem;
  }
  .lifetime .lifetime-inner .lt-logo img {
    width: 200px;
  }
  .lifetime .lifetime-inner .lt-top .top-cont {
    width: calc(100% - 442px);
    font-size: 1.6rem;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl {
    font-size: 2.8rem;
    width: 465px;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl p {
    width: 396px;
  }
  .lifetime .lifetime-inner .lt-top .top-img {
    height: 30px;
  }
  .lifetime .lifetime-inner .lt-top .top-cont::before {
    right: -24px;
    top: -56px;
    height: 66px;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl {
    font-size: 3.6rem;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl span {
    font-size: 2rem;
  }
  .lifetime .lifetime-inner .lt-warranty p {
    padding-left: 30px;
    margin-left: 30px;
    font-size: 1.6rem;
  }
  .lifetime .lifetime-inner .lt-warranty .right {
    margin: 0 20px 0 80px;
  }
  .lifetime .lifetime-inner .concepts .title {
    padding: 100px 0;
  }
  .lifetime .lifetime-inner .concepts .title img {
    width: 320px;
  }
  .lifetime .lifetime-inner .concepts .list li {
    padding: 40px 20px 20px;
  }
  .lifetime .lifetime-inner .concepts .list li .text-indent {
    font-size: 1.5rem;
  }
  .lifetime .lifetime-inner .concepts .list li .text-indentEn {
    font-size: 1.5rem;
  }
  .lifetime .lifetime-inner .concepts .list li .ttl {
    font-size: 2.3rem;
    height: 64px;
  }
  .lifetime .lifetime-inner .concepts .list li .ttlEn {
    font-size: 1.5rem;
    height: 64px;
  }
  .lifetime .lifetime-inner .lt-text {
    font-size: 1.8rem;
    margin: 90px 0 100px;
  }
  .lifetime .lifetime-inner .lt-text span {
    margin-top: 30px;
  }
  .lifetime .lifetime-inner .imgbottom {
    width: 60%;
  }
  .lifetime .lifetime-inner .lt-warranty .right img {
    width: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .menucont .menuhead {
    margin: 3rem 3rem 2.5rem;
  }
  .sidebar .title {
    font-size: 2.4rem;
  }
  .sidebar {
    padding: 4rem 0 4rem 1vw;
  }
  .sidebar .productmenu > li p {
    font-size: 1.7rem;
    padding: 15px 10px 0 10px;
  }
  .sidebar .productmenu > li .soft-material {
    font-size: 1.7rem;
    padding: 15px 10px 0 10px;
  }

  .sidebar .productmenu > li .hardware-material {
    font-size: 1.7rem;
    padding: 15px 10px 0 10px;
  }
  .sidebar .productmenu > li .soft-materialEn {
    font-size: 1.7rem;
    padding: 0 10px 15px 10px;
  }

  .sidebar .productmenu > li .hardware-materialEn {
    font-size: 1.7rem;
    padding: 0 10px 15px 10px;
  }
  .sidebar .productmenu > li > ul {
    padding: 0 0 5px 15px;
  }
  .sidebar .productmenu {
    min-width: 200px;
  }
  .productcont .content {
    padding: 4rem 0 9rem;
  }
  .productcont .content .list {
    padding: 0 0 0 3rem;
  }
  .productcont .content .list li {
    padding: 0 1rem 1.5rem;
  }
  .pagination {
    margin: 7rem 1rem 0 4.5rem;
  }
  .productcont .content .meterillist {
    padding: 0 0 0 3rem;
  }
  .productcont .content .meterillist li {
    padding: 0 2rem 3.5rem;
  }
  .productcont .colortype {
    margin: 0 0 4rem 5rem;
  }
  .newspage {
    margin: 0 5vw 0 10vw;
  }
  .overflowh {
    padding: 3rem 4rem 17rem;
  }
  .back {
    margin-left: 0;
  }
  .collections .collectionsright .content .list > li .specs {
    padding: 15px 10px 0;
    font-size: 1.5rem;
  }
  .collections .collectionsright .content .list > li .detail .left {
    width: calc(50%);
    padding: 0 10px 5rem;
  }
  .collections .collectionsright .content .list > li .detail .left .cont .item {
    width: 60px;
  }
  .collections .collectionsright .content .list > li .download li {
    padding: 3rem 5px 5rem;
  }
  .collections .collectionsright .content .list > li .size li {
    padding: 30px 10px 0;
  }
  .sales-network .search {
    margin: 7rem 1vw 4rem 0;
  }
  .sales-network .listbox {
    padding: 7rem 0 0;
  }
  .sales-network .listbox .item .ttl {
    font-size: 2.4rem;
  }
  .sales-network .listbox .item .name {
    width: auto;
  }
  .sales-network .listbox .item {
    padding: 0 1vw;
  }
  .cart.collections .collectionsright {
    width: calc(100% - 2vw);
    margin: 0 1vw;
  }
  .cart .shop-btn {
    margin: 12rem 1vw 15rem;
  }
  .collections .collectionsright .content .title {
    font-size: 2.4rem;
  }
  .collections .collectionsright .content .list > li .detail .left .ttl {
    font-size: 1.5rem;
  }
  .cart.collections .collectionsright .content .list > li .detail .left {
    width: calc(50%);
  }
  .map .map-left {
    padding: 3rem;
  }
  .map .map-left .back {
    margin-bottom: 3rem;
  }
  .map .title {
    font-size: 1.8rem;
  }
  .map .address-search {
    font-size: 1.6rem;
    line-height: 40px;
    margin: 1rem 0 2rem;
  }
  .map .btn-address-search {
    font-size: 1.6rem;
    line-height: 40px;
    margin-bottom: 5rem;
  }
  .map .address {
    margin-bottom: 3rem;
    padding-left: 25px;
  }
  .map .address i {
    font-size: 30px;
  }
  .map .address .addressname {
    font-size: 1.6rem;
  }
  .map .address .addressname span {
    font-size: 1.2rem;
  }
  .map .addressbox {
    height: calc(100vh - 410px);
  }
  .about-us .main-cont .title {
    padding: 6rem 0 2rem;
    font-size: 3.8rem;
  }
  .about-us .text {
    font-size: 1.6rem;
    padding: 7rem 0;
  }
  .about-us .bg-cont .substance .ttl {
    font-size: 1.8rem;
    margin: 2.5rem 0 6px;
  }
  .about-us .bg-cont .substance p {
    font-size: 1.5rem;
  }
  .about-us .bg-cont .substance {
    padding: 4rem 9vw;
  }
  .about-us .besocial {
    padding: 12rem 0;
  }
  .about-us .besocial .b-title {
    font-size: 3.6rem;
  }
  .about-us .besocial ul li {
    font-size: 1.8rem;
  }
  .about-us .besocial ul {
    margin-top: 5rem;
  }
  .about-us .besocial ul li img {
    height: 20px;
  }
  .personalinfo .infoinner .title .name {
    display: flex;
    align-items: center;
  }
  .personalinfo .infoinner .head-portrait {
    position: relative;
    transform: translate(0, -50px);
  }
  .collections.downloadwrap .collectionsright .content .list > li .download {
    padding: 0 0 0 120px;
  }
  .downloadwrap .download-search input {
    height: 60px;
    font-size: 2.4rem;
  }
  .downloadwrap .result-ttl {
    font-size: 2.4rem;
  }
  .downloadwrap .download-search .search::before {
    top: 16px;
    font-size: 26px;
  }
  .collections.downloadwrap .collectionsright .content .list > li > p {
    font-size: 1.5rem;
  }
  .downloadwrap .result-tips {
    font-size: 1.6rem;
  }
  header .logo img {
    width: 72px;
  }
  header .menu img {
    /* width: 25px; */
    width: auto;
  }
  header .headerwrap {
    padding: 3.5rem 3.5rem 3.5rem;
  }
  footer .inner .restricked-area img {
    width: 200px;
  }
  footer .inner .restricked-area .ttl {
    font-size: 3.2rem;
    margin-bottom: 3px;
  }
  .about-us .cosmo-ttl {
    font-size: 4.5rem;
    margin-bottom: 100px;
  }
  .about-us .cosmo-ttlEn {
    font-size: 3.5rem;
  }
  .about-us .about-cosmo {
    padding: 100px 0;
  }
  .about-us ul.cosmo-cont {
    padding: 0;
  }
  .about-us .about-idea {
    padding: 8rem 4rem 10rem;
  }
  .about-us .about-studio .studio-l {
    padding: 0 2rem;
  }
  .about-us .about-factory .factory-r {
    padding: 5rem 2rem 6rem 2rem;
  }
  .about-us .about-studio .studio-l p,
  .about-us .about-factory .factory-r p,
  .about-us .storescont p {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 1.6;
  }
  .about-us .ab-title {
    font-size: 3rem;
    padding-bottom: 15px;
  }
  .about-us .ab-title span {
    font-size: 1.6rem;
    margin-top: 6px;
  }
  .about-us .about-introduce p {
    font-size: 1.6rem;
  }
  .about-us .about-eco p {
    font-size: 1.6rem;
  }
  .furniture-maintain .maintain .list .imgbox {
    width: 45%;
  }
  .furniture-maintain .maintain .list .cont {
    width: 55%;
  }
  .furniture-maintain .maintain .list .cont .text {
    padding: 32px 3vw 0 45px;
  }
  .furniture-maintain .maintain .list .cont .text li {
    font-size: 1.4rem;
  }
  .furniture-maintain .maintain .list .cont .text li.mbbig {
    margin-bottom: 30px;
  }
  .furniture-maintain .maintain .list .cont .title {
    font-size: 2.6rem;
    margin-left: 30px;
  }
  .furniture-maintain .maintain .list .cont .title span {
    font-size: 1.8rem;
  }
  .furniture-maintain .maintainhad {
    padding: 60px 0 80px 50px;
  }
  .furniture-maintain .maintainhad .text-1 {
    font-size: 4.6rem;
  }
  .furniture-maintain .maintainhad .text-2 {
    margin: 30px 0 45px;
    font-size: 2.6rem;
  }
  .furniture-maintain .qustion .title {
    margin: 60px 0 0 30px;
  }
  .furniture-maintain .qustion .answer {
    font-size: 1.4rem;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl {
    font-size: 2.5rem;
    width: 415px;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl p {
    width: 350px;
  }
  .lifetime .lifetime-inner .lt-top .top-cont {
    width: calc(100% - 396px);
    font-size: 1.5rem;
  }
  .lifetime .lifetime-inner .lt-warranty .right img {
    width: 200px;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl {
    font-size: 3.2rem;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl span {
    font-size: 1.8rem;
  }
  .lifetime .lifetime-inner .lt-warranty p {
    padding-left: 20px;
    margin-left: 20px;
    font-size: 1.5rem;
  }
  .lifetime .lifetime-inner .lt-warranty .right {
    margin: 0 0 0 50px;
  }
  .lifetime .lifetime-inner .concepts .title img {
    width: 280px;
  }
  .lifetime .lifetime-inner .concepts .title {
    padding: 80px 0;
  }
  .lifetime .lifetime-inner .concepts .list li .ttl {
    font-size: 2rem;
    height: 56px;
  }
  .lifetime .lifetime-inner .concepts .list li .ttlEn {
    height: 56px;
  }
  .lifetime .lifetime-inner .concepts .list li .text-indent {
    font-size: 1.4rem;
  }
  .lifetime .lifetime-inner .concepts .list li .text-indentEn {
    font-size: 1.4rem;
  }
  .lifetime .lifetime-inner .concepts .list li {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
  }
  .lifetime .lifetime-inner .lt-text {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1024px) {
  .common-w {
    margin: 0 3vw;
  }
  header .headerwrap {
    padding: 3rem 3rem 3rem;
  }
  header.producthead .headerwrap {
    /* margin: 0 3rem;
        width: calc(100% - 6rem); */
    padding: 3rem 3rem 2.5rem;
  }
  .menucont .menuinner > ul {
    line-height: 70px;
  }
  .menucont .menuinner > ul > li > p {
    font-size: 2rem;
  }
  .menucont .menuinner > ul > li > ul > li > p {
    font-size: 1.8rem;
  }
  .menucont .menuinner > ul > li > ul > li > ul > li {
    font-size: 1.6rem;
  }
  .menucont .menuinner > ul > li:hover > ul > li {
    height: 70px;
  }
  .menucont .menuinner > ul > li > ul > li:hover > ul > li {
    height: 70px;
  }
  .menucont .menuinner > ul > li p {
    height: 60px;
  }
  .menucont .menuinner p:hover {
    /* margin-top: -42px; */
    color: #ca946f;
  }
  section.aboutus .aboutus-right .ttl {
    font-size: 2.4rem;
  }
  section.aboutus .aboutus-right .cont {
    font-size: 1.6rem;
  }
  section.video .v-cont .v-c-left .ttl-big {
    font-size: 3.8rem;
  }
  section.news .news-cont .c-item .c-item-right .date {
    margin-bottom: 1.5rem;
  }
  section.news .news-cont .c-item .c-item-right .ttl {
    font-size: 2.2rem;
  }
  section.news .news-cont .c-item .c-item-right .msg {
    font-size: 1.4rem;
  }
  .projects .banner .rightbox .title {
    font-size: 3.2rem;
  }
  .projects .content .contleft {
    margin-right: 20px;
  }
  .projects .content .contright img {
    margin-bottom: 20px;
  }
  .projects .content {
    padding: 3rem 3rem 6rem;
  }
  .projects .banner-wrap {
    padding: 0 3rem;
  }
  .new-product .describe {
    padding: 5.5rem 3rem 0;
  }
  footer {
    padding: 0 3rem 2rem;
  }
  footer .inner .restricked-area img {
    width: 180px;
  }
  footer .inner .restricked-area .ttl {
    font-size: 3rem;
  }
  footer .inner .restricked-area .ttl-en {
    font-size: 1.6rem;
  }
  footer .inner .login-area .login-inner .ttl {
    font-size: 1.7rem;
  }
  footer .inner .login-area .login-inner .ttl-en {
    font-size: 1.2rem;
  }
  footer .inner .login-area .login-inner .cont {
    font-size: 1.3rem;
  }
  footer .inner .login-area .login-inner .cont span {
    font-size: 1rem;
  }
  footer .inner .login-area .download li {
    font-size: 1.2rem;
  }
  footer .inner .login-area .social .info .info-left p {
    font-size: 1.2rem;
  }
  footer .copyright {
    font-size: 1.2rem;
  }
  footer .inner .login-area .social .link li img {
    max-height: 22px;
  }
  footer .inner .login-area .social .link li img {
    max-height: 18px;
  }
  footer .inner .login-area .social .info .info-right img {
    width: 75px;
  }
  .login-btn {
    width: 100px;
    max-width: 100px;
    height: 32px;
  }
  section.aboutus .aboutus-left {
    width: calc(50% - 1rem);
  }
  section.aboutus .aboutus-right {
    width: calc(50% - 1rem);
  }
  section.project .project-box .arrows {
    right: 3rem;
    width: 144px;
    top: -10px;
  }
  section.news {
    margin-left: calc(3vw - 1rem);
    margin-right: calc(3vw - 1rem);
  }
  section.news .news-cont .c-item {
    padding: 0 1rem;
  }
  section.project .project-box .swiper-button-next,
  section.project .project-box .swiper-button-prev {
    width: 60px;
  }
  .productcont {
    margin: 108px 3rem 0;
  }
  .sidebar .productmenu {
    min-width: 180px;
  }
  .productcont .content .meterillist li {
    width: calc(100% / 4);
  }
  .h-title {
    font-size: 3.8rem;
  }
  .btn {
    font-size: 1.6rem;
  }
  .sales-network .listbox .item .address br {
    display: none;
  }
  .sales-network .listbox .item .addressEn br {
    display: none;
  }
  .cart.collections {
    margin: 108px 3rem 0;
  }
  .tipslogin {
    padding: 5rem 3rem 7rem;
  }
  .collections.downloadwrap .collectionsright .content .list > li .download {
    padding: 0;
  }
  .downloadwrap.collections {
    padding: 0 3rem 0;
  }
  header .logo img {
    width: 62px;
  }
  header .menu img {
    /* width: 22px; */
    width: auto;
  }
  header .headerwrap {
    padding: 3rem 3rem 3rem;
  }
  .headerwrap.navFix {
    padding: 3rem 3rem 2.5rem;
  }
  .furniture-maintain .maintain .list .cont {
    padding: 20px 0;
  }
  header.maintainhead::before {
    left: 3rem;
    width: calc(100% - 6rem);
  }
  .lifetime .main-cont .title {
    font-size: 5rem;
    top: 60%;
  }
  .lifetime .main-cont .title span {
    font-size: 2.8rem;
    margin-top: 10px;
  }
  .lifetime .lifetime-inner .lt-logo img {
    width: 150px;
  }
  .lifetime .lifetime-inner {
    padding: 100px 30px 0;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl {
    font-size: 2.2rem;
    width: 365px;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl p {
    width: 309px;
  }
  .about-cosmo-head::before {
    width: calc(100% - 6rem);
    left: 3rem;
  }
  .lifetime .lifetime-inner .lt-top .top-cont {
    width: calc(100% - 355px);
    font-size: 1.4rem;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl {
    font-size: 2.8rem;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl span {
    font-size: 1.6rem;
  }
  .lifetime .lifetime-inner .lt-warranty p {
    font-size: 1.4rem;
  }
  .lifetime .lifetime-inner .lt-warranty .right img {
    width: 160px;
  }
  .lifetime .lifetime-inner .lt-warranty .right {
    margin: 0 0 0 30px;
  }
  .lifetime .lifetime-inner .concepts .title img {
    width: 240px;
  }
  .lifetime .lifetime-inner .lt-warranty {
    margin-top: 100px;
  }
  .lifetime .lifetime-inner .concepts .list li {
    padding: 40px 15px 20px;
  }
  .lifetime .lifetime-inner .concepts .list li .ttl {
    font-size: 1.8rem;
    height: 50px;
  }
  /* .lifetime .lifetime-inner .concepts .list li .ttlEn {
        height: 50px;
    } */
  .lifetime .lifetime-inner .concepts .list li .icon img {
    height: 50px;
  }
  .furniture-maintain .maintainhad {
    padding: 60px 0 80px 30px;
  }
  .furniture-maintain .maintainhad .text-2 {
    margin: 25px 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .common-page-w {
    flex-direction: column;
  }
  header .headerwrap {
    padding: 2rem 2rem 2rem;
  }
  .menucont .menuinner {
    padding: 0 2rem;
  }
  .menucont .menuhead {
    margin: 2rem 2rem 2rem;
    padding-bottom: 1rem;
  }
  .menucont .menuhead .menulogo {
    /* height: 40px; */
  }
  .menucont .menuhead .menulogo a {
    height: 100%;
  }
  .menucont .menuhead .menulogo img {
    /* height: 100%; */
  }
  .menucont .menuhead .menuclose {
    width: 150px;
  }
  .menucont .menuhead .menuicon {
    display: none;
    bottom: 1rem;
  }
  .menucont .menuinner > ul > li > p {
    font-size: 2rem;
  }
  .menucont .menuinner > ul > li > ul > li > p {
    font-size: 1.8rem;
  }
  .menucont .menuinner > ul > li > ul > li > ul > li {
    font-size: 1.6rem;
  }
  .menucont .menuinner > ul > li {
    width: 180px;
  }
  .menucont .menuinner > ul > li > ul {
    width: 180px;
  }
  .menucont .menuinner > ul > li > ul > li > ul {
    width: 180px;
  }
  .logincont .logininner {
    padding: 4rem 5rem 5rem;
    max-width: 430px;
  }
  .logincont .logininner .ttl {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
  .logincont .logininner .mt {
    margin-top: 3rem;
  }
  .logincont .logininner .loginbtn {
    margin-top: 4rem;
  }
  .common-w {
    margin: 0 2rem;
  }
  header .logo {
    /* height: 40px; */
  }
  header .logo img {
    width: 190px;
  }
  header .menu {
    height: 30px;
  }
  header .menu img {
    height: 100%;
    width: auto;
  }
  section.aboutus {
    flex-direction: column;
    margin: 0 0 8rem;
  }
  section.aboutus .aboutus-left {
    display: none;
  }
  section.aboutus .aboutus-right {
    width: 100%;
    background: url('../img/bg-sp.png') no-repeat bottom;
    background-size: 100%;
    padding: 6rem 2rem 4rem;
  }
  section.aboutus .aboutus-right .ttl {
    font-size: 2.2rem;
  }
  section.aboutus .aboutus-right .cont {
    font-size: 1.5rem;
    margin: 0rem 0 5rem;
  }
  section.project {
    margin-bottom: 8rem;
  }
  section.video {
    margin-bottom: 8rem;
  }
  section.video .v-cont {
    flex-direction: column;
    padding: 3rem 0 3rem;
  }
  section.video .v-cont .v-c-left {
    width: 100%;
  }
  section.video .v-cont .v-c-right {
    width: 100%;
    margin-top: 25px;
    font-size: 1.5rem;
  }
  section.video .v-cont .v-c-left .ttl-big {
    font-size: 3.4rem;
  }
  section.news {
    margin-bottom: 8rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  section.news .news-cont .c-item {
    margin-top: 3rem;
    width: 100%;
    padding: 0;
  }
  section.news .news-cont .c-item .c-item-left {
    width: 40%;
  }
  section.news .news-cont .c-item .c-item-left img {
    margin: auto;
  }
  section.news .news-cont .c-item .c-item-right {
    padding: 0 0 0 20px;
    width: 60%;
    justify-content: flex-end !important;
  }
  section.news .news-cont .c-item .c-item-right .date {
    margin-bottom: 10px;
    width: 100%;
  }
  section.news .news-cont .c-item .c-item-right .ttl {
    font-size: 2rem;
    width: 100%;
  }
  section.news .news-cont .c-item .c-item-right .msg {
    margin: 1.5rem 0 2rem;
    width: 100%;
  }
  section.project .project-box .arrows {
    display: none;
  }
  section.project .project-box {
    padding: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .collections {
    flex-direction: column;
    height: auto;
    margin-top: 82px;
  }
  .collections .collectionsleft {
    width: 100%;
    height: 50vh;
  }
  .collections .collectionsright {
    width: 100%;
    padding: 0;
  }
  .back {
    margin-bottom: 4rem;
  }
  .collections .collectionsright .content .title {
    font-size: 2.6rem;
  }
  .collections .collectionsright .content .title .small {
    font-size: 1.4rem;
  }
  .collections .collectionsright .content .list > li > p {
    font-size: 1.6rem;
  }
  .collections .collectionsright .content .list > li .detail .left .ttl {
    font-size: 1.4rem;
  }
  .collections .collectionsright .content .list > li .detail .left .cont .item {
    width: 49px;
  }
  .collections .collectionsright .content .list > li .detail {
    justify-content: space-between;
    flex-direction: column;
  }
  .collections .collectionsright .content .list > li .detail .left {
    width: 100%;
  }
  .collections .collectionsright .content .list > li .detail .left:first-child {
    padding: 0 10px 0rem;
  }
  .collections .collectionsright .content .list > li .size li {
    width: calc(100% / 2);
  }
  .collections .collectionsright .content .list > li .detail .left .feature {
    margin-top: 3rem;
  }
  .overflowh {
    padding: 3rem 2rem 7rem;
  }
  header.producthead {
    height: 81px;
    /* position: absolute; */
  }
  header.producthead .headerwrap {
    /* margin: 0 2rem;
        width: calc(100% - 4rem);
        padding: 2rem 0 2rem; */
    padding: 2rem 2rem 2rem;
  }
  header.producthead .headerwrap .pc-show {
    display: block;
  }
  header.producthead .headerwrap .pad-show {
    display: none;
  }
  header.producthead.newproductheader .headerwrap .pc-show,
  header.producthead.about-us-head .headerwrap .pc-show {
    display: none;
  }
  header.producthead.newproductheader .headerwrap .pad-show,
  header.producthead.about-us-head .headerwrap .pad-show {
    display: block;
  }
  header.producthead.about-us-head.about-cosmo-head .headerwrap .pad-show {
    display: none;
  }
  header.producthead.about-us-head.about-cosmo-head .headerwrap .pc-show {
    display: block;
  }
  .productcont {
    margin: 81px 2rem 0;
    flex-direction: column;
  }
  .sidebar {
    padding: 1.5rem 0 3rem;
  }
  .sidebar .title {
    position: relative;
    font-size: 2rem;
    display: inline-block;
    padding-right: 40px;
  }
  .sidebar .title::before {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
  }
  .sidebar .title.active::before {
    content: '\f077';
  }
  .sales-network .sidebar .title {
    padding-right: 0;
  }
  .sales-network .sidebar .title::before,
  .cart .sidebar .title::before,
  .downloadwrap .sidebar .title::before {
    content: '';
  }
  .sidebar .title span {
    font-size: 1.7rem;
  }
  .sidebar .productmenu {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 100%;
    height: calc(100vh - 160px);
    left: 0;
    top: 160px;
    z-index: 1;
    color: #fff;
    padding: 0 4rem;
    display: none;
    max-height: none;
    margin: 0;
  }
  .sidebar .productmenu > li {
    border-bottom: 1px solid #fff;
  }
  .sidebar .productmenu > li:first-child {
    margin-top: 1rem;
  }
  .sidebar .productmenu > li p {
    font-size: 1.6rem;
  }
  .sidebar .productmenu > li .soft-material {
    font-size: 1.6rem;
  }

  .sidebar .productmenu > li .hardware-material {
    font-size: 1.6rem;
  }
  .sidebar .productmenu > li .soft-materialEn {
    font-size: 1.6rem;
  }

  .sidebar .productmenu > li .hardware-materialEn {
    font-size: 1.6rem;
  }
  .sidebar .productmenu > li > ul > li {
    font-size: 1.5rem;
    color: #ccc;
  }
  .sidebar .productmenu > li > ul > li.current {
    color: #fff;
  }
  .productcont .content {
    padding: 0 0 90px;
    margin: 0;
  }
  .productcont .content .list {
    padding: 0;
    margin: 0 -1rem;
  }
  .pagination {
    margin: 4rem 0 0 0;
    justify-content: center;
  }
  .productcont .colortype {
    margin: 0 0 3rem 0;
  }
  .productcont .content .meterillist {
    padding: 0;
    margin: 0 -2rem;
  }
  .productcont .content .meterillist li {
    width: calc(100% / 3);
  }
  .productcont .content .list li {
    width: calc(100% / 2);
  }
  .productcont .content .meterillist li .name {
    font-size: 1.4rem;
  }
  .projects {
    margin-top: 0;
  }
  .projects .article-sp {
    display: block;
    font-size: 2rem;
    padding: 2rem 2rem 0;
  }
  .projects .article-sp p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .projects.new-product-login {
    margin-top: 80px;
  }
  .projects .banner-wrap {
    display: none;
  }
  .projects .banner-wrap-sp {
    display: block;
    position: relative;
  }
  .projects .banner-wrap-sp .title-sp {
    position: absolute;
    top: 80px;
    left: 2rem;
    font-size: 2rem;
  }
  .projects .banner-wrap-sp .title-sp span {
    display: block;
    font-size: 1.2rem;
  }
  .projects .banner-wrap-sp .msg-sp {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    position: absolute;
    bottom: 55px;
  }
  .projects .banner-wrap-sp .recommend {
    font-size: 1.4rem;
    position: absolute;
    bottom: 60px;
    padding: 0 2rem;
  }
  .projects .banner-wrap-sp .pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    border-top: 0;
  }
  .projects .banner-wrap-sp .pagination li {
    margin-right: 10px;
    width: 12px;
    height: 12px;
  }
  .projects .banner-wrap-sp .pagination li:last-child {
    margin-right: 0;
  }
  .projects .banner-wrap-sp .pagination li.prev,
  .projects .banner-wrap-sp .pagination li.next {
    height: 14px;
    font-size: 14px;
  }
  .projects .banner-wrap-sp .pagination li i {
    color: #fff;
  }
  .projects .banner-wrap-sp .pagination li.active {
    background-color: #fff;
  }
  .projects .content {
    padding: 2rem 2rem 6rem;
    flex-direction: column;
  }
  .projects .content .contleft {
    margin-right: 0;
    width: 100%;
  }
  .projects .content .contright {
    width: 100%;
  }
  .projects .content .contleft .text .ttl {
    margin: 4rem 0 4rem;
  }
  .projects .content .contleft .text {
    padding-bottom: 4rem;
  }
  .new-product .describe {
    padding: 2rem 2rem 0;
  }
  .new-product.projects .content .contleft {
    margin-bottom: 20px;
  }
  .new-product.projects .banner {
    background: none;
  }
  .sales-network .search {
    margin: 3rem 0 2rem 0;
  }
  .sales-network .search img {
    top: 6px;
    right: 10px;
    width: 18px;
  }
  .sales-network .search input {
    width: 160px;
    font-size: 14px;
    line-height: 26px;
    padding-right: 30px;
  }
  .sales-network .listbox {
    flex-wrap: wrap;
    padding: 4rem 0 0;
    margin: 0 -10px;
    width: auto;
    clear: both;
  }
  .sales-network .listbox .network {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .sales-network .listbox .item {
    padding: 0 1rem;
    margin-bottom: 5rem;
    height: 200px;
  }
  .sales-network .listbox .item .ttl {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sales-network .listbox .item .name {
    font-size: 1.4rem;
    padding-bottom: 3px;
    margin: 2rem 0 0.5em;
  }
  .sales-network .listbox .item .nameEn {
    font-size: 1.2rem;
  }
  .sales-network .listbox .item .address {
    font-size: 1.2rem;
  }
  .sales-network .listbox .item .addressEn {
    font-size: 1.2rem;
  }
  .sales-network .morebottom {
    margin: 6rem 0;
  }
  .cart.collections {
    margin: 81px 2rem 0;
  }
  .collections .collectionsright .content .title {
    font-size: 2rem;
  }
  .collections .collectionsright .content .list > li .download {
    padding: 0;
  }
  .cart.collections .collectionsright {
    width: calc(100%);
    margin: 0;
    padding: 4rem 0;
  }
  .collections .collectionsright .content .summary {
    margin: 1.5rem 0;
  }
  .cart.collections .collectionsright .content .list > li .size {
    width: 100%;
    padding-bottom: 0rem;
  }
  .cart.collections .collectionsright .content .list > li .detail {
    width: 100%;
  }
  .cart.collections .collectionsright .content .list > li .s-item p {
    font-size: 1.4rem;
  }
  .cart.collections .collectionsright .content .list > li .s-item {
    padding: 1rem 0 0 0;
  }
  .cart .sidebar {
    padding: 2rem 0 0;
  }
  .cart .cart-btn {
    margin-top: 2rem;
    line-height: 30px;
  }
  .cart .shop-btn {
    margin: 7rem 0 8rem;
    line-height: 40px;
    font-size: 1.8rem;
  }
  .tipslogin {
    padding: 3rem 2rem 5rem;
  }
  .tipslogin .tips {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .tipslogin .tips span {
    font-size: 1.2rem;
  }
  .tipslogin .tips.en {
    font-size: 2rem;
    letter-spacing: -0.8px;
  }
  .tipslogin .tips-box {
    flex-direction: column;
  }
  .tipslogin .tips-box .shop-btn {
    font-size: 1.6rem;
    line-height: 40px;
    margin: 0 0 12px 0;
  }
  .tipslogin .back {
    display: flex;
  }
  .map {
    margin-top: 0;
  }
  .mapheader {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .map .map-left {
    display: none;
  }
  .map .map-right {
    width: 100%;
    height: calc(100vh - 100px);
  }
  .addressbox-sp {
    padding: 2rem;
    display: block;
  }
  .map .search-sp {
    /* display: block; */
  }
  .about-us .main-cont .title {
    padding: 4rem 0 2rem;
    font-size: 2.2rem;
  }
  .about-us .main-cont .title span {
    font-size: 1.4rem;
  }
  .about-us .text {
    background: url(../img/bg-sp.png) no-repeat bottom;
    background-size: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 5rem 2rem 15rem;
  }
  .about-us .bg-cont .substance .ttl {
    font-size: 1.6rem;
  }
  .about-us .bg-cont .substance p {
    font-size: 1.2rem;
  }
  .about-us .bg-cont {
    background: url(../img/about-bg-sp.png) no-repeat bottom;
    background-size: cover;
  }
  .about-us .besocial {
    display: none;
  }
  .about-us .bg-cont .substance {
    position: relative;
  }
  .cart.collections .collectionsright .content .list > li .detail .left {
    width: calc(100%);
  }
  .newspage .newsttl {
    font-size: 2rem;
  }
  .newspage .newsttl .date {
    font-size: 1.2rem;
  }
  .newspage .newscont p {
    font-size: 1.4rem;
  }
  .personalinfo .infoinner .head-portrait {
    width: 83px;
    height: 83px;
    transform: translate(0, -38px);
  }
  .personalinfo .infoinner .title {
    height: 70px;
    padding: 2rem 0;
    margin: 0 2rem;
  }
  .personalinfo .infoinner .title .name {
    font-size: 2.2rem;
  }
  .personalinfo .infoinner .title .cart {
    font-size: 1.6rem;
  }
  .personalinfo .infoinner .infottl {
    font-size: 2rem;
    margin: 2rem 2rem 1rem;
  }
  .personalinfo .infoinner .infocont {
    font-size: 1.4rem;
  }
  .personalinfo .infoinner {
    padding: 0 0 60px;
  }
  .personalinfo .infoinner .infocont .input-type1 {
    max-width: 210px;
    height: 28px;
  }
  .personalinfo .infoinner .infocont .btn-black.w01 {
    width: 90px;
    padding: 0;
  }
  .personalinfo .infoinner .infocont .verify-code {
    padding-right: 103px;
  }
  .personalinfo
    .infoinner
    .infocont
    .infoitem
    .bind-mobile
    .phone-r
    .phonecode {
    padding-right: 0;
  }
  .personalinfo .infoinner .infocont .verify-code .code-box {
    height: 28px;
    width: 75px;
  }
  .personalinfo .infoinner .infocont .verify-code .code-box p {
    height: 28px;
  }
  .personalinfo .infoinner .infocont .select-type1 {
    height: 28px;
  }
  .personalinfo .infoinner .infocont .infoitem .item-cont {
    padding: 0 5rem 15px 20px;
  }
  .personalinfo .infoinner .infocont .infoitem .align-right {
    margin-top: 0;
  }
  .personalinfo .infoinner .infocont .radiobox {
    height: 28px;
  }
  .personalinfo .infoinner .infocont .radiobox label {
    line-height: 28px;
  }
  .personalinfo .infoinner .infocont .infoitem .infoarr {
    right: 18px;
  }
  .personalinfo .infoinner .infocont .btn-common {
    min-width: 63px;
    line-height: 28px;
  }
  .personalinfo .infoinner .mr15 {
    margin-right: 10px;
  }
  .personalinfo .infoinner .formbtn {
    padding: 2rem 5rem;
  }
  .personalinfo .infoinner .infocont .infoitem .bind-mobile .phone-l {
    display: none;
  }
  .personalinfo
    .infoinner
    .infocont
    .infoitem
    .bind-mobile
    .phone-r
    .number
    .input-type1 {
    flex: 1;
    width: 205px;
    max-width: 205px;
  }
  .personalinfo .infoinner .infocont .infoitem .bind-mobile .phone-r {
    width: 305px;
  }
  .personalinfo
    .infoinner
    .infocont
    .infoitem
    .bind-mobile
    .phone-r
    .phonecode
    .input-type1 {
    width: 27px;
    padding: 0;
    margin-right: 4px;
  }
  .downloadwrap.collections {
    padding: 0 2rem 3rem;
  }
  .downloadwrap .download-search {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 50%;
    margin-bottom: 0;
  }
  .downloadwrap .download-search input {
    height: 32px;
    font-size: 1.5rem;
    border-radius: 5px;
    padding-right: 35px;
  }
  .downloadwrap .download-search .search::before {
    font-size: 16px;
    top: 8px;
    right: 10px;
  }
  .downloadwrap .download-search .tips {
    font-size: 1.2rem;
    padding: 10px 0;
  }
  .downloadwrap .result-ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .collections.downloadwrap .collectionsright .content .list > li > p {
    font-size: 1.4rem;
    padding: 10px 0;
  }
  .collections .collectionsright .content .list {
    padding: 0 10px;
  }
  .collections .collectionsright .content .list > li .download li p {
    font-size: 1.2rem;
  }
  .collections.downloadwrap
    .collectionsright
    .content
    .list
    > li
    .download
    li
    .btn-download {
    width: 70px;
    font-size: 1rem;
  }
  .collections.downloadwrap
    .collectionsright
    .content
    .list
    > li
    .download
    li
    .name {
    width: 65px;
    line-height: 61px;
  }
  .collections .collectionsright .content .list > li .download li {
    padding: 10px 2px 2rem;
  }
  .downloadwrap .result-tips {
    font-size: 1.2rem;
    margin: 6rem 10px 0;
  }
  .h-title {
    font-size: 3.4rem;
  }
  footer {
    padding: 0 2rem 5rem;
  }
  footer .inner {
    padding: 4rem 0 0;
  }
  footer .inner .restricked-area {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .inner .login-area {
    width: 100%;
    flex-direction: column;
  }
  footer .inner .login-area .login-inner {
    width: 100%;
    flex-direction: column;
  }
  footer .inner .login-area .login-inner .ttl {
    margin-bottom: 5px;
  }
  footer .inner .login-area .login-inner .cont {
    font-size: 1.6rem;
    line-height: 1.1;
    margin: 3rem 0;
  }
  footer .inner .login-area .login-inner .cont span {
    font-size: 1.2rem;
    display: block;
    margin-top: 10px;
  }
  footer .inner .login-area .social .info {
    padding: 10px 0 0;
    align-items: flex-end;
  }
  footer .inner .login-area .social .info .info-left {
    text-align: left;
    flex: 1;
    margin-right: 10px;
  }
  footer .inner .login-area .social .info .info-left p {
    margin: 20px 0 0 0;
  }
  footer .inner .login-area .social .link {
    justify-content: center;
  }
  footer .inner .login-area .social .info .info-right {
    width: 100px;
  }
  footer .inner .login-area .social .info .info-right img {
    margin: auto;
  }
  footer .inner .login-area .download {
    margin: 0 -5px;
    font-size: 1rem;
  }
  footer .inner .login-area .download li {
    width: calc(100% / 4);
    font-size: 1rem;
    line-height: 1.5;
  }
  footer .inner .login-area .download li img {
    margin: 0 auto 10px;
  }
  footer .inner .login-area .social {
    margin-top: 18px;
  }
  footer .inner .login-area .social.social-sp {
    /* padding-top: 2rem;
        text-align: center; */
  }
  footer.bgwhite .inner .login-area .social.social-sp {
    /* border-top: 1px solid #666; */
  }
  footer .inner .login-area .social .s-box {
    border-top: 1px solid #fff;
    padding: 18px 0;
  }
  footer .inner .login-area .social .info .info-left .tel {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  footer .inner .login-area .social .info .info-left .tel img {
    width: 15px;
  }
  footer .inner .login-area .login-inner .btnbox .login-btn:last-child {
    display: flex;
  }
  footer .copyright {
    padding: 4rem 0 0;
  }
  footer .btnplus {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/plus.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 12px;
  }
  footer.bgwhite .btnplus {
    background: url(../img/plus-black.png) no-repeat;
    background-size: 100%;
  }
  footer.bgwhite.mapfooter .btnplus {
    background: url(../img/plus.png) no-repeat;
    background-size: 100%;
  }
  footer .btnclose {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
  }
  footer.bgwhite .btnclose {
    background: url(../img/close-black.png) no-repeat;
    background-size: 100%;
  }
  footer.bgwhite.mapfooter .btnclose {
    background: url(../img/close.png) no-repeat;
    background-size: 100%;
  }
  footer .s-box .btnplus,
  footer .s-box .btnclose {
    top: 30px;
  }
  footer .showcont {
    display: none;
    padding: 0 0 1rem 6rem;
  }
  footer .showcont.pd {
    padding: 0 0 2rem;
  }
  footer.bgwhite.mapfooter {
    background-color: #000;
    color: #fff;
  }
  footer.bgwhite.mapfooter .white-show {
    display: block;
  }
  footer.bgwhite.mapfooter .black-show {
    display: none;
  }
  footer.footpage .inner {
    padding: 35px 0 0;
  }
  footer.footpage .inner .restricked-area {
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
    padding-bottom: 25px;
    justify-content: flex-start;
  }
  footer.bgwhite.footpage .inner .restricked-area {
    border-bottom: 1px solid #666;
  }
  .projects .banner {
    background: transparent;
  }
  .swiperProSp .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .swiperProSp .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .swiperProSp .swiper-button-next:after,
  .swiperProSp .swiper-button-prev:after {
    color: #fff;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
  .btn {
    font-size: 1.4rem;
    color: #fff;
    background-color: #000;
  }
  .btn .img-show {
    display: none;
  }
  .btn .img-hover {
    display: block;
  }
  .pc-show {
    display: none;
  }
  .pad-show {
    display: block;
  }
  .sp-hide {
    display: none;
  }
  .threeviews-page {
    margin-top: 81px;
  }
  .threeviews-page .page-w {
    max-width: 100%;
  }
  .threeviews-page .viewsize li {
    padding: 30px 15px 0;
    width: calc(100% / 2);
  }
  .threeviews-page .cont {
    padding-bottom: 6rem;
  }
  .headerwrap.navFix {
    padding: 2rem 2rem;
  }
  .casedetail {
    padding: 5rem 0;
  }
  .casebanner .title {
    font-size: 2.8rem;
  }
  .casebanner #titleEn {
    font-size: 16px;
    margin-top: 30px !important;
  }
  .casedetail .casecont {
    margin: 5rem auto 0;
    display: flex;
    flex-direction: column;
  }
  .casedetail .casecont .description {
    width: 100%;
    order: 2;
    margin-top: 3rem;
  }
  .casedetail .casecont .introduction {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
  .casedetail .casecont .introduction ul li {
    margin-bottom: 30px;
  }
  .casedetail .casecont .introduction ul li .left {
    width: 100%;
  }
  .casedetail .casecont .introduction ul li .right {
    width: 100%;
  }
  .morecase {
    margin: 8rem auto 0;
  }
  .morecase .casettl {
    font-size: 3rem;
  }
  .morecase .caselist .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .morecase .caselist .item .titolo {
    font-size: 22px;
  }
  .index-rotation-chart {
    font-size: 1.4rem;
    padding: 5px 15px;
    text-size-adjust: none;
  }
  .about-us .main-cont .au-ttl {
    font-size: 4rem;
    left: 20px;
    top: 30%;
  }
  .about-us .main-cont .au-ttl span {
    font-size: 2rem;
    letter-spacing: 3px;
  }
  .about-us .cosmo-ttl {
    font-size: 2.8rem;
    margin: 0 20px;
    padding-bottom: 25px;
  }
  .about-us .cosmo-ttlEn {
    font-size: 1.8rem;
  }
  .about-us .about-cosmo {
    padding: 40px 0;
  }
  .about-us ul.cosmo-cont {
    flex-direction: column;
  }
  .about-us ul.cosmo-cont li {
    width: calc(100% - 4rem);
    margin: 0 2rem;
    border-right: 0;
    border-top: 1px solid #000;
    padding: 0 0 3rem;
  }
  .about-us ul.cosmo-cont li .ttl {
    text-align: center;
    font-size: 2rem;
    padding-top: 3rem;
  }
  .about-us ul.cosmo-cont li .ttl span {
    margin-top: 5px;
  }
  .about-us ul.cosmo-cont li p {
    margin-top: 3rem;
    font-size: 1.4rem;
    text-align: left;
  }
  .about-us .about-introduce {
    padding: 60px 0;
  }
  .about-us .about-introduce .intro-ttl {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .about-us .about-introduce .intro-ttlEn {
    font-size: 1.5rem;
  }
  .about-us .about-introduce p {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
  }
  .about-us .about-idea {
    padding: 5rem 2rem 5rem;
    flex-direction: column;
  }
  .about-us .about-idea .idea-l img {
    width: 80%;
  }
  .about-us .about-idea .idea-l p {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 4rem;
  }
  .about-us .about-idea .idea-r {
    width: 45%;
  }
  .about-us .about-studio .studio-l {
    width: 100%;
    padding: 3rem 2rem;
  }
  .about-us .about-studio .studio-r {
    width: 100%;
  }
  .about-us .about-studio {
    flex-direction: column;
  }
  .about-us .about-studio .studio-l p,
  .about-us .about-factory .factory-r p,
  .about-us .storescont p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .about-us .about-eco p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .about-us .ab-title {
    font-size: 2rem;
  }
  .about-us .ab-title::before {
    width: 50px;
  }
  .about-factory {
    flex-direction: column;
  }
  .about-us .about-factory .factory-l {
    width: 100%;
    order: 2;
  }
  .about-us .about-factory .factory-r {
    width: 100%;
    order: 1;
  }
  .about-us .storescont {
    position: relative;
  }
  .about-us .about-stores {
    display: flex;
    flex-direction: column;
  }
  .about-us .about-stores img {
    order: 2;
  }
  .about-us .storescont {
    order: 1;
    width: 100%;
    padding: 4rem 2rem 4rem;
  }
  .about-us .about-eco {
    padding: 4rem 0 6rem;
  }
  .btn-logout {
    padding: 0 8px;
    font-size: 1.2rem;
    min-width: auto;
    margin-right: 5px;
    line-height: 27px;
  }
  .about-us .about-eco .ab-title {
    text-align: left;
    padding: 2rem;
  }
  .about-us .about-eco .ab-title.linenone::before {
    content: '';
    left: 20px;
  }
  .about-cosmo-head::before {
    left: 2rem;
    width: calc(100% - 4rem);
  }
  .search-back {
    display: block;
    position: absolute;
    top: 85px;
    left: 20px;
    z-index: 100;
  }
  .search-back img {
    width: auto !important;
  }
  header.maintainhead {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.03)
    );
    height: 100px;
  }
  header.maintainhead::before {
    content: none;
  }
  header.maintainhead .headerwrap .pc-show {
    display: none;
  }
  header.maintainhead .headerwrap .pad-show {
    display: block;
  }
  .furniture-maintain .maintainhad {
    padding: 60px 20px 60px 20px;
  }
  .furniture-maintain .maintainhad .text-1 {
    font-size: 3.6rem;
  }
  .furniture-maintain .maintainhad .text-2 {
    font-size: 1.8rem;
    margin: 20px 0 55px;
  }
  .furniture-maintain .maintainhad .text-3 {
  }
  .furniture-maintain .maintain {
    background: #f0f0f0;
    margin-top: -80px;
    border-radius: 120px 120px 0 0;
    padding-bottom: 50px;
  }
  .furniture-maintain .maintain .list {
    flex-direction: column;
  }
  .furniture-maintain .maintain .list .imgbox {
    position: relative;
    width: 100%;
  }
  .furniture-maintain .maintain .list .imgbox .title-sp {
    font-size: 2.6rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .furniture-maintain .maintain .list .imgbox .title-sp span {
    font-size: 1.8rem;
    display: block;
  }
  .furniture-maintain .maintain .list .cont {
    width: 100%;
    border-top: 0;
    border-radius: 0 0 45px 45px;
    background-color: #fff;
    padding: 40px 0 90px;
    margin-bottom: 40px;
  }
  .furniture-maintain .maintain .list .cont .text {
    padding: 32px 20px 0 20px;
  }
  .furniture-maintain .maintain .list .cont .text li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    line-height: 2;
    margin-bottom: 25px;
  }
  .furniture-maintain .maintain .list .cont .text li::before {
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
  }
  .furniture-maintain .maintain .list .cont .text li::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 2px;
    width: 4px;
    height: calc(100% + 25px);
    background-color: rgba(0, 0, 0, 0.1);
  }
  .furniture-maintain .maintain .list .cont .text li.mbbig {
    margin-bottom: 25px;
  }
  .furniture-maintain .maintain .list:nth-child(even) .imgbox {
    order: 1;
  }
  .furniture-maintain .maintain .list:nth-child(even) .cont {
    order: 2;
  }
  .maintain-sp-head {
    background-color: #4f4f50;
    font-size: 1.8rem;
    color: #fff;
    padding: 75px 20px 150px;
    line-height: 1.8;
    border-radius: 40px 40px 0 0;
  }
  .furniture-maintain .qustion {
    background: #f0f0f0;
  }
  .furniture-maintain .qustion .title {
    background-color: #3e4e47;
    margin: 0;
    padding: 20px;
    color: #fff;
    border-radius: 50px 50px 0 0;
  }
  .furniture-maintain .qustion {
    margin-top: -50px;
  }
  .furniture-maintain .qustion .title {
    font-size: 3rem;
    padding: 70px 20px;
  }
  .furniture-maintain .qustion .title span {
    font-size: 2.4rem;
  }
  .furniture-maintain .maintain .list:last-child .cont {
    border-bottom: 0;
  }
  .furniture-maintain .qustion .answer {
    line-height: 2;
    width: 100%;
    border-left: 0;
    background-color: #fff;
    padding: 60px 20px 100px;
    margin: 0 0 50px;
    border-radius: 0 0 45px 45px;
  }
  .furniture-maintain .qustion .answer li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 25px;
  }
  .furniture-maintain .qustion .answer li::before {
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
  }
  .furniture-maintain .qustion .answer li::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 2px;
    width: 4px;
    height: calc(100% + 25px);
    background-color: rgba(0, 0, 0, 0.1);
  }
  .lifetime .main-cont .title {
    font-size: 3.2rem;
  }
  .lifetime .main-cont .title span {
    font-size: 1.7rem;
    margin-top: 5px;
  }

  .lifetime .main-cont .title a {
    margin: 10px;
  }

  .lifetime .lifetime-inner .lt-logo img {
    width: 80px;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl {
    font-size: 1rem;
    width: 150px;
    white-space: nowrap;
  }
  .lifetime .lifetime-inner .lt-top .top-ttl p {
    width: 100px;
  }
  .lifetime .lifetime-inner .lt-top .top-img {
    height: 20px;
    margin: 5px 5px 0;
  }
  .lifetime .lifetime-inner {
    padding: 20px 20px 0;
  }
  .lifetime .lifetime-inner .lt-top .top-cont {
    width: calc(100% - 118px);
    font-size: 1.4rem;
  }
  .lifetime .lifetime-inner .lt-top .top-cont::before {
    right: -10px;
    top: -30px;
    height: 33px;
    transform: rotate(35deg);
  }
  .lifetime .lifetime-inner .lt-top {
    margin-bottom: 40px;
  }
  .lifetime .lifetime-inner .lt-warranty {
    margin-top: 50px;
    flex-direction: column;
  }
  .lifetime .lifetime-inner .lt-warranty .left {
    flex-direction: column;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl {
    font-size: 2.4rem;
  }
  .lifetime .lifetime-inner .lt-warranty .warranty-ttl span {
    font-size: 1.6rem;
    margin-top: 5px;
    letter-spacing: 1px;
  }
  .lifetime .lifetime-inner .lt-warranty p {
    font-size: 1.4rem;
    padding-left: 0;
    margin: 50px 0 0;
  }
  .lifetime .lifetime-inner .lt-warranty p::before {
    content: none;
  }
  .lifetime .lifetime-inner .lt-warranty .right {
    margin: 20px 0;
  }
  .lifetime .lifetime-inner .lt-warranty .right img {
    width: 100%;
  }
  .lifetime .lifetime-inner .concepts {
    margin-bottom: 80px;
  }
  .lifetime .lifetime-inner .concepts .title {
    padding: 45px 0 60px;
  }
  .lifetime .lifetime-inner .concepts .title img {
    width: 211px;
  }
  .lifetime .lifetime-inner .concepts .list {
    display: block;
    margin: 0 -20px;
    background-image: url(../img/lifetime-bg2.jpg);
    background-size: 100%;
  }
  .lifetime .lifetime-inner .concepts .list li {
    width: 50%;
    margin-right: 0;
    clear: both;
    background-color: transparent;
    padding: 0 20px;
    position: relative;
  }
  .lifetime .lifetime-inner .concepts .list li:not(:first-child) {
    margin-top: -70px;
  }
  .lifetime .lifetime-inner .concepts .list li:nth-child(odd) {
    float: right;
    align-items: flex-start;
  }
  .lifetime .lifetime-inner .concepts .list li:nth-child(even) {
    float: left;
    align-items: flex-end;
  }
  .lifetime .lifetime-inner .concepts .list li:nth-child(even) .ttl {
    text-align: right;
  }
  .lifetime .lifetime-inner .concepts .list li:nth-child(even) .ttlEn {
    text-align: right;
  }
  .lifetime .lifetime-inner .concepts .list li:nth-child(even) .text-indentEn {
    text-align: right;
  }
  .lifetime .lifetime-inner .concepts .list li:nth-child(odd)::before {
    content: '●';
    position: absolute;
    left: -4px;
    top: 72px;
  }
  .lifetime .lifetime-inner .concepts .list li:nth-child(odd)::after {
    content: '';
    width: 1px;
    height: calc(100% - 70px);
    background-color: #333;
    position: absolute;
    left: 0;
    top: 83px;
  }
  .lifetime .lifetime-inner .concepts .list li:nth-child(even)::before {
    content: '●';
    position: absolute;
    right: -6px;
    top: 72px;
  }
  .lifetime .lifetime-inner .concepts .list li:nth-child(even)::after {
    content: '';
    width: 1px;
    height: calc(100% - 70px);
    background-color: #333;
    position: absolute;
    right: -1px;
    top: 83px;
  }
  .lifetime .lifetime-inner .concepts .list li .ttl {
    order: 2;
    margin: 20px 0;
  }
  .lifetime .lifetime-inner .concepts .list li .ttlEn {
    order: 2;
    margin: 40px 0;
  }
  .lifetime .lifetime-inner .concepts .list li p {
    order: 3;
    min-height: auto;
    margin-bottom: 50px;
  }
  .lifetime .lifetime-inner .concepts .list li p span {
    text-indent: 0;
  }
  .lifetime .lifetime-inner .concepts .list li .icon {
    order: 1;
  }
  .lifetime .lifetime-inner .concepts .list li:first-child::after {
    background-image: linear-gradient(to top, #333 70%, #fff);
    height: calc(100% + 55px);
    top: auto;
    bottom: -12px;
  }
  .lifetime .lifetime-inner .concepts .list li:last-child::after {
    background-image: linear-gradient(to bottom, #333 70%, #fff);
    height: 100%;
    top: 40px;
  }
  .lifetime .lifetime-inner .lt-text {
    font-size: 1.5rem;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 40px 0 60px;
  }
  .lifetime .lifetime-inner .lt-text span {
    margin-top: 20px;
  }
  .lifetime .lifetime-inner .imgbottom {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .menucont .menuinner > ul > li > p {
    font-size: 1.8rem;
  }
  .menucont .menuinner > ul > li > ul > li > p {
    font-size: 1.6rem;
  }
  .menucont .menuinner > ul > li > ul > li > ul > li {
    font-size: 1.5rem;
  }
  .menucont .menuinner > ul > li {
    width: 145px;
  }
  .menucont .menuinner > ul > li > ul {
    width: 145px;
  }
  .menucont .menuinner > ul > li > ul > li > ul {
    width: 145px;
  }
  .logincont .logininner {
    padding: 3rem 3rem 4rem;
  }
  .logincont .logininner .ttl {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .logincont .logininner .ttl span {
    font-size: 1.2rem;
    margin-top: 4px;
  }
  .logincont .logininner p {
    font-size: 1.4rem;
  }
  .logincont .logininner .mt {
    margin-top: 2rem;
  }
  .logincont .logininner .loginbtn {
    margin-top: 3.5rem;
    font-size: 1.6rem;
    line-height: 45px;
  }
  footer .inner .login-area .social .info .info-left p {
    font-size: 1.2rem;
  }
  footer .inner .login-area .social .info .info-right {
    width: 75px;
  }
  footer .inner .restricked-area {
    margin-bottom: 25px;
  }
  footer .inner .restricked-area img {
    width: 150px;
  }
  footer.footpage .inner .restricked-area img {
    width: 100px;
    margin: 0;
  }
  footer .inner .restricked-area .ttl {
    font-size: 2.7rem;
    margin-bottom: 0;
  }
  footer .inner .login-area .login-inner .ttl {
    font-size: 1.6rem;
  }
  footer .inner .login-area .login-inner .cont {
    margin: 2.5rem 0;
  }
  .h-title {
    font-size: 2.4rem;
  }
  section.aboutus {
    margin: 0 0 6rem;
  }
  section.project {
    margin-bottom: 6rem;
  }
  section.video {
    margin-bottom: 6rem;
  }
  section.news {
    margin-bottom: 6rem;
  }
  section.project .project-box {
    padding: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
  section.video .v-cont .v-c-left .ttl-big {
    font-size: 3.4rem;
  }
  section.video .v-cont .v-c-left .ttl-big {
    font-size: 2rem;
  }
  section.video .v-cont .v-c-left .ttl-small {
    font-size: 1.6rem;
  }
  section.video .v-cont .v-c-right {
    font-size: 1.4rem;
  }
  footer .showcont {
    display: none;
    padding: 0 0 1rem 4rem;
  }
  .personalinfo .infoinner .title {
    height: 60px;
    padding: 1rem 0;
  }
  .personalinfo .infoinner .head-portrait {
    width: 70px;
    height: 70px;
    transform: translate(0, -30px);
  }
  .personalinfo .infoinner .title .name {
    font-size: 2rem;
  }
  .personalinfo .infoinner .title .cart {
    font-size: 1.5rem;
  }
  .personalinfo .infoinner .title .cart img {
    width: 20px;
  }
  .personalinfo .infoinner .infottl {
    font-size: 1.9rem;
  }
  .casebanner .title {
    font-size: 2rem;
  }
  .casebanner #titleEn {
    font-size: 14px;
    margin-top: 26px !important;
  }
  /* 案例 */
  .project-box .index-rotation-chart {
    font-size: 14px;
    padding: 5px 12px;
  }
  .project-box .index-rotation-chart span {
    font-size: 12px;
    text-size-adjust: none;
  }
}

@media screen and (max-width: 370px) {
  .personalinfo .infoinner .infocont .btn-common {
    font-size: 1.2rem;
  }
  .personalinfo .infoinner .infocont .infoitem .item-cont {
    padding: 0 4rem 15px 20px;
  }
  .personalinfo .infoinner .infocont .infoitem .item-ttl {
    padding: 14px 40px 14px 20px;
  }
  .personalinfo .infoinner .infocont .btn-black.w01 {
    width: 75px;
  }
  .personalinfo .infoinner .infocont .infoitem .bind-mobile .phone-r {
    width: 265px;
  }
  .personalinfo
    .infoinner
    .infocont
    .infoitem
    .bind-mobile
    .phone-r
    .phonecode
    .input-type1 {
    width: 25px;
  }
  .personalinfo .infoinner .infocont .verify-code {
    padding-right: 75px;
  }
  .personalinfo .infoinner .infocont .verify-code .refresh {
    font-size: 1.2rem;
    right: 0;
  }
  .casebanner .title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 350px) {
  footer .inner .login-area .social .info .info-right {
    width: 70px;
  }
  footer .inner .login-area .social .link li {
    margin: 0 18px 10px 0;
  }
  footer .inner .restricked-area img {
    width: 120px;
  }
  footer .inner .restricked-area .ttl {
    font-size: 2.8rem;
  }
  footer .inner .restricked-area .ttl-en {
    font-size: 1.6rem;
  }
  .sidebar .title {
    font-size: 1.8rem;
  }
  .sidebar .title span {
    font-size: 1.6rem;
  }
  .sales-network .search input {
    width: 135px;
  }
}

.registerpage .logincont {
  display: block;
  background-color: #fff;
  background: url(../img/main-1.png) no-repeat center center;
}

.registerpage .logincont .logininner .ttl {
  text-align: center;
  margin-bottom: 4rem;
}

.join-us {
  position: absolute;
  top: 130px;
  left: 100px;
}
.join-us .au-ttl {
  font-size: 4rem;
}
.join-us .au-ttl span {
  font-size: 2rem;
  display: block;
  margin-top: 15px;
  letter-spacing: 4px;
}
.join-us .join-cont {
  margin-top: 20px;
  font-weight: bold;
  line-height: 25px;
  font-size: 0.6rem;
}

.join-us .join-cont span {
  padding-left: 45px;
}

.join-us .join-cont p {
  padding-left: 105px;
}

.QR-code-pdf {
  margin-top: 20px;
  display: flex;
}

.QR-code-pdf .QR-code {
  width: 50%;
  display: flex;
}

.QR-code-pdf .QR-code .QR-cont {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}

.QR-code-pdf .QR-code img {
  background-color: #fff;
  padding: 5px;
  width: 80px;
}

.QR-code-pdf .QR-code .QR-cont .ttl {
  font-weight: bold;
}

.QR-code-pdf .QR-code .QR-cont .ttl span {
  display: block;
  font-size: 12px;
}

.QR-code-pdf-sp {
  display: none;
}

.dynamic-state {
  width: 100% !important;
}

footer .inner .login-area .social .sp-info .info-left {
  width: 100%;
  margin-right: 5px;
  flex: 1;
}

footer .inner .login-area .social .sp-info .info-right img {
  width: 90px !important;
  margin-right: 0;
}

.sp-info .info-left p span {
  display: block;
}

@media screen and (max-width: 1280px) {
  .join-us .au-ttl {
    font-size: 5rem;
  }

  .join-us .au-ttl span {
    font-size: 2.8rem;
  }

  .join-us {
    top: 150px;
  }

  .QR-code-pdf .QR-code img {
    width: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .join-us {
    top: 120px;
    left: 50px;
  }

  .join-us .au-ttl {
    font-size: 2.4rem;
  }

  .join-us .au-ttl span {
    font-size: 2rem;
    margin-top: 5px;
  }

  .join-us .join-cont {
    font-size: 12px;
    margin-top: 10px;
    line-height: 18px;
  }

  .join-us .join-cont p {
    padding-left: 105px;
  }

  .QR-code-pdf {
    margin-top: 15px;
  }

  .QR-code-pdf .QR-code img {
    width: 65px;
  }

  .QR-code-pdf .QR-code .QR-cont {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .join-us {
    top: 115px;
    left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .join-us {
    top: 85px;
    left: 0px;
    padding: 0 20px;
  }

  .join-us .au-ttl {
    font-size: 2.5rem;
  }

  .join-us .au-ttl span {
    font-size: 1.5rem;
    margin-top: 5px;
  }

  .join-us .join-cont {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
  }

  .QR-code-pdf {
    display: none;
  }

  .QR-code-pdf-sp {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-bottom: 1px solid #fff;
  }

  .QR-code-pdf-sp .QR-code {
    width: 100%;
    color: #fff;
  }

  .QR-code-pdf-sp .QR-code:first-child {
    margin-bottom: 15px;
  }

  .QR-code-pdf .QR-code img {
    width: 100px;
  }
  .sp-info {
    flex-direction: column;
  }
  footer .inner .login-area .social .sp-info .info-left {
    width: 100%;
    margin-right: 0;
  }
  footer .inner .login-area .social .sp-info .info-left .tel {
    margin-top: 20px;
  }
}

@media screen and (max-width: 350px) {
  .lifetime .main-cont .title {
    font-size: 2.2rem;
    top: 70%;
  }
  .lifetime .main-cont .title span {
    font-size: 0.7rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .headerwrap .menu .menuAbimg {
    display: block;
    height: 20px;
    margin-top: 4px;
  }

  .headerwrap .menu .menuMulu {
    font-size: 16px;
    margin-top: 2px;
    color: white;
  }

  header .logo .abimg {
    height: 20px;
    width: auto;
  }
}

.content .allListButton #button {
  line-height: 30px;
  background-color: #ededed;
  color: #4d4d4d;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  border-width: 1px;
  border-radius: 4px;
  margin-top: -3rem;
  margin-right: 9rem;
  cursor: pointer;
  float: right;
}

@media screen and (max-width: 1280px) {
  .content .allListButton #button {
    margin-right: 6rem;
  }
}

@media screen and (max-width: 1024px) {
  .content .allListButton #button {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .content .allListButton #button {
    float: none;
    margin-top: 2rem;
    margin-left: 40%;
  }
}
@media screen and (max-width: 600px) {
  .content .allListButton #button {
    margin-left: 37%;
  }
}
@media screen and (max-width: 450px) {
  .content .allListButton #button {
    margin-left: 31%;
  }
}

.page-content {
  background-color: #f4f4f4;
  font-size: 20px;
}

.head-background {
  /* background: linear-gradient(to right, #eb575d 70%, #eb7070 100%); */
  background-color: #F0831E
}

.head-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin: auto;
  padding-bottom: 15px;
}

.head-icon {
  width: 6%;
}

.head-icon img {
  padding: 30%;
}

.head-text {
  display: flex;
  margin-left: auto;
  color: #fff;
  padding: 30px;
}

.head-title {
  margin-right: 100px;
}

.order-info {
  width: 100%;
  max-width: 95%;
  margin: auto;
  background-color: #fff;
  margin-top: -1%;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.order-content {
  display: flex;
  padding: 30px;
  font-weight: bold;
}

.order-phoneNuber {
  margin-left: 30px;
}

.address-icon {
  margin-left: 100px;
  width: 20px;
}

.address {
  margin-left: 10px;
}

.order-goods {
  width: 100%;
  max-width: 95%;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}

.order-goods-title {
  padding: 30px;
  font-weight: bold;
}

.commodity-content {
  display: flex;
  padding-left: 30px;
  margin-bottom: 30px;
}

.commodity-img {
  width: 18%;
}

.commodity-border {
  border-bottom: 2px solid #f4f4f4;
  display: flex;
  flex: 1;
}

.commodity-info {
  margin-left: 30px;
}

.commodity-name {
  font-weight: bold;
}

.commodity-material {
  color: #bbbbbc;
  margin-top: 30px;
}

.commodity-count {
  color: #bbbbbc;
  margin-top: 30px;
}

.commodity-price {
  margin-left: auto;
  padding-right: 30px;
  font-weight: bold;
}

.order-price {
  display: flex;
}

.order-price-text {
  margin: 10px 30px 30px 30px;
}

.order-total-price-text {
  font-weight: bold;
}

.order-total-price-amount {
  font-weight: bold;
}

.order-total-price {
  margin: 10px 30px 30px auto;
}

.order-discount-text {
  padding-top: 20px;
  color: #bbbbbc;
}

.order-discount-price {
  padding-top: 20px;
  color: #bbbbbc;
}

@media screen and (max-width: 450px) {
  .page-content {
    font-size: 10px;
  }

  .head-content {
    padding-bottom: 0px;
  }

  .head-icon {
    width: 6%;
  }

  .head-icon img {
    padding: 15%;
  }

  .head-text {
    padding: 15px;
  }

  .head-title {
    margin-right: 50px;
  }

  .order-info {
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .order-content {
    padding: 15px;
  }

  .address-icon {
    margin-left: 50px;
    width: 10px;
  }

  .address {
    margin-left: 5px;
  }

  .order-goods {
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .order-goods-title {
    padding: 15px;
  }

  .commodity-content {
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .commodity-img {
    width: 30%;
  }

  .commodity-info {
    margin-left: 15px;
  }

  .commodity-material {
    margin-top: 10px;
  }

  .commodity-count {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .commodity-price {
    padding-right: 15px;
  }

  .order-price-text {
    margin: 5px 15px 15px 15px;
  }

  .order-total-price {
    margin: 5px 15px 15px auto;
  }

  .order-discount-text {
    padding-top: 10px;
  }

  .order-discount-price {
    padding-top: 10px;
  }
}
