#cm-main {
  background: #fff;
}

.mainvisual {
  height: 100dvh;
  overflow: hidden;
}
.mainvisual .mv-img {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec01-ttlh2 {
  font-family: var(--fnt-ship);
  font-weight: normal;
  font-size: 2.1rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.sec01-ttlh2 span {
  font-size: 3.2rem;
}

@media (max-width: 767px) {
  .sec01-ttlh2 {
    margin-bottom: 2rem;
  }
}
.sec01 {
  position: relative;
  z-index: 1;
}
.sec01::before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 240px);
  z-index: -1;
}
.sec01 .content {
  width: calc(50% + 55rem);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec01 .content .inner {
  min-width: 55rem;
}
@media (min-width: 768px) {
  .sec01 .content .pt {
    height: 100%;
  }
  .sec01 .content .pt img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .sec01 .btn.space-line a {
    justify-content: flex-end;
  }
  .sec01 .logo {
    width: 55%;
  }
}
.sec02 {
  padding-bottom: 12rem;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .mainvisual {
    height: 500px;
  }
  .mainvisual .mv-img {
    height: 500px;
  }
  .mainvisual .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mainvisual {
    height: 280px;
  }
  .mainvisual .mv-img {
    height: 280px;
  }
  .mainvisual .pc {
    display: none;
  }
  .mainvisual img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .mainvisual .slick-list, .mainvisual .slick-track {
    height: 100%;
  }
  .sec01 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sec01 .content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .sec01 .content .inner {
    min-width: inherit;
    width: 100%;
  }
  .sec02 {
    padding-bottom: 8rem;
  }
}
.slide-ins {
  position: relative;
}
.slide-ins .insta {
  position: relative;
}
.slide-ins .insta .slide li {
  width: 26rem;
  height: 26rem;
  margin: 0 2rem;
}
.slide-ins .insta .slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .slide-ins .insta .slide li {
    height: 10rem;
  }
}
.banner-infor-product {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .banner-infor-product {
    margin-top: 4rem;
  }
}
.list-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.list-banner__item {
  width: 100%;
  background: #f0f0f0;
  padding: 2rem;
}
.list-banner__ttl {
  font-size: 1.6rem;
  font-family: var(--fnt-ship);
  margin-bottom: 2rem;
}
.list-banner__main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list-banner__img {
  width: 40%;
}
.list-banner__img img {
  width: 100%;
}
.list-banner__txt {
  width: 55%;
  font-size: 1.4rem;
}
.list-banner .btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .list-banner {
    justify-content: space-between;
  }
  .list-banner__item {
    width: 47%;
    padding: 2rem 3rem;
  }
}