@charset "UTF-8";
.def {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: -99;
  bottom: 0;
}

.banner {
  margin-bottom: 60px;
  position: relative;
}
.banner .picBox {
  position: relative;
  padding-top: 5%;
}
.banner .out01 {
  max-width: none;
  width: 64%;
  min-height: 300px;
  margin: 0 0 0 auto;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .banner .out01 {
    width: 64%;
  }
  .banner .out01 img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 300px;
  }
}
.banner .out01::before {
  content: '';
  position: absolute;
  -webkit-clip-path: url(#clip02);
  clip-path: url(#clip02);
  inset: 0px -10px -10px 10px;
  background: linear-gradient(to bottom, #f1c2b4 0%, #ccc0b9 100%);
  display: block;
}
.banner .out01 .kv01 {
  -webkit-clip-path: url(#clip02);
  clip-path: url(#clip02);
}
.banner .linePic {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.banner .kv {
  overflow: hidden;
}
.banner .kv.kv02 {
  max-width: 426px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.banner .swiper-slide {
  line-height: 0;
}
.banner .logo {
  margin-bottom: 5%;
  position: relative;
  z-index: 9;
}
.banner .mainTitle {
  font-weight: 700;
  position: relative;
  z-index: 9;
  width: -moz-fit-content;
  width: fit-content;
}
.banner .mainTitle p {
  margin: 0 0 15px;
  padding: 0 60px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
  font-size: 2.5rem;
}
@media screen and (max-width: 1027px) {
  .banner .mainTitle p {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .mainTitle p {
    font-size: 1.75rem;
    padding: 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .banner .mainTitle p {
    font-size: 1.125rem;
    padding: 0 20px;
  }
}
.banner .mainTitle p:nth-of-type(1) span {
  color: #a13e00;
}
.banner .mainTitle p:nth-of-type(2) span {
  color: #009fe9;
}
.banner .out02 {
  width: 35%;
  margin: -3% 0 0 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .banner .out02 {
    width: 35%;
    margin: -2% 0 0 5px;
    position: relative;
    z-index: 2;
  }
}
.banner .out02::before {
  content: '';
  position: absolute;
  inset: 10px 10px -10px -10px;
  background: linear-gradient(to bottom, #f1c2b4 0%, #ccc0b9 100%);
  display: block;
  border-radius: 50%;
}

.siteMain .nav {
  position: sticky;
  background: #fbf1e3;
  top: 0;
  z-index: 99;
}
.siteMain .nav nav {
  display: flex;
  border-top: #b7957b 2px solid;
  border-bottom: #b7957b 2px solid;
  margin-bottom: clamp(40px, 15%, 180px);
}
.siteMain .nav a,
.siteMain .nav button {
  flex-grow: 1;
  background: none;
  font-weight: 700;
  font-size: 1.75rem;
  padding: 15px;
  display: block;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1027px) {
  .siteMain .nav a,
  .siteMain .nav button {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .siteMain .nav a,
  .siteMain .nav button {
    font-size: 1.125rem;
  }
}
.siteMain .nav a.active,
.siteMain .nav button.active {
  background: #b7957b;
  color: #fff;
}

.content {
  display: none;
}
.content.active {
  display: block;
}
.content .unitTitleBox {
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: clamp(60px, 10%, 80px);
  isolation: isolate;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1027px) {
  .content .unitTitleBox {
    margin-bottom: 30px;
  }
}
.content .unitTitleBox::before {
  content: '';
  font-size: clamp(100px, 10vw, 180px);
  color: #ded2c6;
  font-style: italic;
  position: absolute;
  z-index: -1;
}
.content .unitTitleBox .title {
  font-size: 3.375rem;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .content .unitTitleBox .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1027px) {
  .content .unitTitleBox .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .unitTitleBox .title {
    font-size: 1.875rem;
    flex-direction: column;
  }
  .content .unitTitleBox .title .pic {
    margin: 0 auto 15px;
  }
}
.content .box {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .content .box {
    flex-direction: column;
    gap: 20px;
  }
  .content .box .infoBox {
    width: 100%;
    padding: 0;
  }
  .content .box .picBox {
    order: 5;
  }
}
.content .description {
  color: #212121;
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 1.295rem;
  font-weight: 300;
}
@media screen and (max-width: 1027px) {
  .content .description {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .content .description {
    font-size: 1rem;
  }
}
.content section {
  margin-bottom: clamp(60px, 10%, 160px);
}
.content section:last-child .products {
  border-bottom: none;
}
.content section:last-of-type {
  margin-bottom: 0;
}

.topInfoBox {
  border: #6f6f6f 1px solid;
  border-radius: 20px;
  padding: 3% 30px;
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  position: relative;
  background: #fbf1e3;
  isolation: isolate;
  margin: 0 auto clamp(50px, 8%, 80px);
  max-width: 875px;
}
@media screen and (max-width: 1027px) {
  .topInfoBox {
    font-size: 1.25rem;
    padding: 3% 25px;
  }
}
@media screen and (max-width: 767px) {
  .topInfoBox {
    font-size: 1.125rem;
    padding: 3% 20px;
  }
}
.topInfoBox i {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50px;
  height: 30px;
  overflow: hidden;
  transform: translateX(-50%);
}
.topInfoBox i::before {
  content: '';
  width: 38px;
  display: block;
  aspect-ratio: 1;
  background: #f5f2ea;
  border: #6f6f6f 1px solid;
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: rotate(45deg) translateX(-50%);
}
.topInfoBox i::after {
  content: '';
  width: 11px;
  aspect-ratio: 1;
  border: #b7957b 3px solid;
  border-width: 0 3px 3px 0;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: -4px;
}

.products {
  padding-bottom: 45px;
  border-bottom: #d1c4b4 2px solid;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1027px) {
  .products {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products {
    padding-bottom: 20px;
  }
}
.products .subTitle {
  position: relative;
  isolation: isolate;
  margin-top: 90px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1027px) {
  .products .subTitle {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products .subTitle {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.products .subTitle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #d1c4b4;
}
.products .subTitle span {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 5%;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  background: #d1c4b4;
  border-radius: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1027px) {
  .products .subTitle span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .products .subTitle span {
    font-size: 1.063rem;
  }
}
.products .swiper-button {
  width: 25px;
  height: 43px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  background: #a23e00;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.products .swiper-button.swiper-prev {
  left: 0;
}
.products .swiper-button.swiper-next {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.products .swiper-button:hover {
  opacity: 1;
}
.products .listBox {
  position: relative;
  padding: 0 45px;
}
.products .listBox .item {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}
.products .listBox .item::before {
  content: '容積';
}
@media screen and (max-width: 1027px) {
  .products .listBox .item::before {
    font-size: 1rem;
  }
}
.products .listBox .item .size {
  color: #a13e00;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1027px) {
  .products .listBox .item .size {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .products .listBox .item .size {
    font-size: 1.25rem;
  }
}
.products .listBox .item .pic {
  width: 90px;
  height: 175px;
  margin: 0 auto 10px;
}
.products .listBox .item .pic img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.products .listBox .item .title {
  font-weight: 500;
  font-size: 1.125rem;
  background: #a13e00;
  line-height: 1;
  padding: 5px 20px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
}

.content1 .block01 {
  position: relative;
}
.content1 .block01::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 765px;
  top: 36%;
  left: 0;
  display: block;
  background: url('../images/bg.png') no-repeat center;
}
.content1 .block01 .unitTitleBox::before {
  content: '01';
}
.content1 .block01 .unitTitleBox .title {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row !important;
}
.content1 .block01 .unitTitleBox .title .pic {
  width: 66px;
  margin: 0 20px 0 0 !important;
}
@media screen and (max-width: 1027px) {
  .content1 .block01 .unitTitleBox .title .pic {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content1 .block01 .unitTitleBox .title .pic {
    width: 30px;
  }
}
.content1 .block01 .box .picBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .content1 .block01 .box .picBox {
    width: 50%;
  }
}
.content1 .block01 .box .picBox::before {
  content: '';
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  display: block;
  background: #cae7e6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  filter: blur(30px);
}
.content1 .block01 .box .picBox .b400 {
  position: absolute;
  width: 90%;
  height: 70%;
  left: 0;
  top: 10%;
  z-index: 9;
}
.content1 .block01 .box .picBox .b400 .pic {
  opacity: 0;
}
.content1 .block01 .box .picBox .b400 .pic:nth-child(1) {
  max-width: 300px;
}
.content1 .block01 .box .picBox .b400 .pic:nth-child(1).onA {
  animation: poop 3s ease-in-out infinite, poopIn 0.5s linear forwards;
}
.content1 .block01 .box .picBox .b400 .pic:nth-child(2) {
  text-align: center;
}
.content1 .block01 .box .picBox .b400 .pic:nth-child(2).onA {
  animation: poop 3s ease-in-out infinite, poopIn 0.5s linear forwards;
}
.content1 .block01 .box .picBox .b400 .pic:nth-child(3) {
  max-width: 300px;
  text-align: right;
}
.content1 .block01 .box .picBox .b400 .pic:nth-child(3).onA {
  animation: poop 3s ease-in-out infinite, poopIn 0.5s linear forwards;
}
@keyframes poopIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes poop {
  0%,
  100% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(1, 1);
  }
}
.content1 .block01 .box .infoBox {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content1 .block01 .box .infoBox {
    padding-left: 6%;
    width: 50%;
  }
}
.content1 .block01 .box .infoBox .title {
  width: -moz-fit-content;
  width: fit-content;
  color: #a13e00;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 30px;
  border-bottom: #a13e00 2px dashed;
}
@media screen and (max-width: 1027px) {
  .content1 .block01 .box .infoBox .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content1 .block01 .box .infoBox .title {
    font-size: 1.125rem;
  }
}
.content1 .block02 .unitTitleBox::before {
  content: '02';
}
.content1 .block02 .box .picBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .content1 .block02 .box .picBox {
    width: 50%;
    order: 5;
  }
}
.content1 .block02 .box .picBox .pic {
  position: relative;
  padding: 0 10px 10px 0;
  margin-bottom: 15px;
}
.content1 .block02 .box .picBox .pic video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.content1 .block02 .box .picBox .pic::before {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(to bottom, #f1c2b4 0%, #ccc0b9 100%);
  inset: 10px 0 0 10px;
  border-radius: 20px;
  z-index: -1;
}
.content1 .block02 .box .picBox .notice {
  text-align: right;
  color: #a13e00;
  font-size: 0.9375rem;
}
.content1 .block02 .box .infoBox {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content1 .block02 .box .infoBox {
    padding-right: 6%;
    width: 50%;
  }
}
.content1 .block03::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 765px;
  top: 32%;
  left: 0;
  display: block;
  background: url('../images/bg.png') no-repeat center;
}
.content1 .block03 .unitTitleBox::before {
  content: '03';
}
.content1 .block03 .container > .description {
  max-width: 530px;
  margin: 0 auto 5%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content1 .block03 .container > .description {
    text-align: left;
  }
}
.content1 .block03 .box .picBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .content1 .block03 .box .picBox {
    width: 50%;
  }
}
.content1 .block03 .box .picBox .pic {
  position: relative;
  padding: 0 0 10px 10px;
  margin-bottom: 15px;
}
.content1 .block03 .box .picBox .pic video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.content1 .block03 .box .picBox .pic::before {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(to bottom, #f1c2b4 0%, #ccc0b9 100%);
  inset: 10px 10px 0 0;
  border-radius: 20px;
  z-index: -1;
}
.content1 .block03 .box .picBox .notice {
  text-align: left;
  color: #a13e00;
  font-size: 0.9375rem;
}
.content1 .block03 .box .infoBox {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content1 .block03 .box .infoBox {
    padding-left: 6%;
    width: 50%;
  }
}
.content1 .block03 .box .infoBox .title {
  width: 100%;
  color: #a13e00;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0px;
  padding: 15px 0;
  border-bottom: #a13e00 2px dashed;
  border-top: #a13e00 2px dashed;
}
@media screen and (max-width: 1027px) {
  .content1 .block03 .box .infoBox .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content1 .block03 .box .infoBox .title {
    font-size: 1.125rem;
  }
}
.content1 .block03 .box .infoBox .description {
  font-weight: bold;
  padding: 15px 0;
  border-bottom: #a13e00 2px dashed;
}
.content1 .block03 .infoCenterBox {
  margin: 7% 0;
  border: 5px solid #ccc0b9;
  background: #fff;
  border-radius: 20px;
  padding: 0 clamp(30px, 5%, 40px);
  position: relative;
}
@media screen and (max-width: 1027px) {
  .content1 .block03 .infoCenterBox {
    margin: 100px 0 30px;
    padding: 0 clamp(20px, 5%, 40px);
  }
}
.content1 .block03 .infoCenterBox .notice {
  position: absolute;
  top: 0;
  right: 5%;
}
.content1 .block03 .infoCenterBox .notice p {
  padding: 0;
  margin: 0;
  background: #f4bfb5;
  font-size: 1.125rem;
  padding: 20px 30px;
  max-width: 400px;
  border-radius: 20px;
  text-align: center;
  line-height: 1.4;
  transform: translateY(-70%);
  position: relative;
}
@media screen and (max-width: 1027px) {
  .content1 .block03 .infoCenterBox .notice p {
    right: 0;
    transform: translateY(-110%);
  }
}
@media screen and (max-width: 767px) {
  .content1 .block03 .infoCenterBox .notice p {
    max-width: 200px;
    font-size: 0.813rem;
    padding: 15px 20px;
  }
}
.content1 .block03 .infoCenterBox .notice p::before {
  content: '';
  width: 20px;
  height: 25px;
  background: #f4bfb5;
  display: block;
  position: absolute;
  right: 10%;
  top: 99%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.content1 .block03 .infoCenterBox .item:first-child {
  border-bottom: #ddd7c8 2px dashed;
}
.content1 .block03 .infoCenterBox .item .description {
  padding: clamp(30px, 5%, 50px) 0 0;
  margin: 0;
}
.content1 .block03 .infoCenterBox .item .description span {
  color: #2da4d4;
  font-size: 0.7rem;
}
.content1 .block03 .infoCenterBox .item .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(30px, 5%, 40px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content1 .block03 .infoCenterBox .item .box {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content1 .block03 .infoCenterBox .item .box .pic:first-child {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .content1 .block03 .infoCenterBox .item .pic:first-child {
    width: 35%;
  }
  .content1 .block03 .infoCenterBox .item .pic:last-child {
    width: 65%;
    padding-left: 5%;
    font-size: 1.125rem;
  }
}
.content1 .block03 .infoCenterBox .info {
  color: #393f45;
  font-size: 0.9375rem;
  padding: 0 0 clamp(30px, 5%, 40px);
}
@media screen and (max-width: 768px) {
  .content1 .block03 .infoCenterBox .info {
    font-size: 0.75rem;
  }
}
.content1 .block03 .infoCenterBox .info li {
  display: flex;
}
.content1 .block03 .infoCenterBox .info span {
  color: #2da4d4;
}
.content1 .block04 {
  position: relative;
}
.content1 .block04::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 765px;
  top: 36%;
  left: 0;
  display: block;
  background: url('../images/bg.png') no-repeat center;
}
.content1 .block04 .unitTitleBox::before {
  content: '04';
}
.content1 .block04 .unitTitleBox .title {
  display: flex;
  align-items: center;
}
.content1 .block04 .unitTitleBox .title img {
  width: 66px;
}
@media screen and (max-width: 1027px) {
  .content1 .block04 .unitTitleBox .title img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content1 .block04 .unitTitleBox .title img {
    width: 30px;
  }
}
.content1 .block04 .box {
  margin-bottom: 5%;
}
.content1 .block04 .box .picBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .content1 .block04 .box .picBox {
    width: 65%;
  }
}
.content1 .block04 .box .picBox::before {
  content: '';
  position: absolute;
  width: 90%;
  aspect-ratio: 1;
  display: block;
  background: #cae7e6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  filter: blur(30px);
}
.content1 .block04 .box .picBox canvas {
  position: absolute;
  width: 90%;
  height: 70%;
  left: 0;
  top: 10%;
  z-index: 9;
}
.content1 .block04 .box .infoBox {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content1 .block04 .box .infoBox {
    padding-left: 6%;
    width: 35%;
  }
}
.content1 .block04 .box .infoBox .title {
  width: -moz-fit-content;
  width: fit-content;
  color: #a13e00;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 7px 0;
  margin-bottom: 0px;
  border-bottom: #a13e00 2px dashed;
  border-top: #a13e00 2px dashed;
}
@media screen and (max-width: 1027px) {
  .content1 .block04 .box .infoBox .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content1 .block04 .box .infoBox .title {
    font-size: 1.125rem;
  }
}
.content1 .block04 .box .infoBox .description span {
  border-bottom: #a13e00 2px dashed;
  padding-bottom: 6px;
  padding: 15px 0;
  line-height: 2.6;
}
.content1 .block04 .video video {
  width: 100%;
}

.content2 .block01 {
  position: relative;
}
.content2 .block01::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 765px;
  top: 36%;
  left: 0;
  display: block;
  background: url('../images/bg.png') no-repeat center;
}
.content2 .block01 .unitTitleBox::before {
  content: '01';
}
.content2 .block01 .unitTitleBox .title {
  display: flex;
  align-items: center;
}
.content2 .block01 .unitTitleBox .title .pic {
  margin-right: 10px;
}
.content2 .block01 .box .picBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .content2 .block01 .box .picBox {
    width: 50%;
  }
}
.content2 .block01 .box .picBox .pic {
  position: relative;
  padding: 0 0 10px 10px;
  margin-bottom: 15px;
}
.content2 .block01 .box .picBox .pic video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.content2 .block01 .box .picBox .pic::before {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(to bottom, #f1c2b4 0%, #ccc0b9 100%);
  inset: 10px 10px 0 0;
  border-radius: 20px;
  z-index: -1;
}
.content2 .block01 .box .picBox .notice {
  text-align: left;
  color: #a13e00;
  font-size: 0.9375rem;
}
.content2 .block01 .box .infoBox {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content2 .block01 .box .infoBox {
    padding-left: 6%;
    width: 50%;
  }
}
.content2 .block01 .box .infoBox .title {
  width: -moz-fit-content;
  width: fit-content;
  color: #a13e00;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 30px;
  border-bottom: #a13e00 2px dashed;
}
@media screen and (max-width: 1027px) {
  .content2 .block01 .box .infoBox .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content2 .block01 .box .infoBox .title {
    font-size: 1.125rem;
  }
}
.content2 .block02 {
  position: relative;
}
.content2 .block02 .unitTitleBox::before {
  content: '02';
}
.content2 .block02 .unitTitleBox .title {
  display: flex;
  align-items: center;
}
.content2 .block02 .unitTitleBox .title .pic {
  margin-right: 10px;
}
.content2 .block02 .notice p {
  padding: 0;
  margin: 0 auto;
  color: #fff;
  background: #56b879;
  font-size: 1.125rem;
  padding: 20px 30px;
  border-radius: 50px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 590px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content2 .block02 .notice p {
    max-width: 400px;
    font-size: 1rem;
  }
}
.content2 .block02 .notice p::before {
  content: '';
  width: 20px;
  height: 25px;
  background: #56b879;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 99%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.content2 .block02 .infoCenterBox {
  margin: clamp(40px, 4%, 56px) 0 7%;
  border: 5px solid #ccc0b9;
  background: #fff;
  border-radius: 20px;
  padding: clamp(30px, 5%, 40px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .content2 .block02 .infoCenterBox {
    padding: clamp(20px, 5%, 40px);
  }
}
.content2 .block02 .infoCenterBox .listBox {
  margin-bottom: clamp(20px, 10%, 70px);
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.content2 .block02 .infoCenterBox .listBox ul {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  font-size: 1.125rem;
  color: #212121;
}
@media screen and (max-width: 1200px) {
  .content2 .block02 .infoCenterBox .listBox ul {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .content2 .block02 .infoCenterBox .listBox ul {
    width: 100%;
  }
}
.content2 .block02 .infoCenterBox .listBox li {
  padding: 0 10px 0 20px;
  position: relative;
  line-height: 1.4;
}
.content2 .block02 .infoCenterBox .listBox li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #56b879;
  display: block;
  left: 0;
  top: 11px;
}
.content2 .block03 {
  position: relative;
}
.content2 .block03 .unitTitleBox::before {
  content: '03';
}
.content2 .block03 .unitTitleBox .title {
  display: flex;
  align-items: center;
}
.content2 .block03 .unitTitleBox .title .pic {
  position: absolute;
  right: calc(100% + 20px);
  width: 147px;
}
@media screen and (max-width: 767px) {
  .content2 .block03 .unitTitleBox .title .pic {
    width: 100px;
  }
}
.content2 .block03 .picBox {
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .content2 .block03 .picBox {
    width: 64%;
    order: 5;
  }
}
.content2 .block03 .picBox::after {
  content: '';
  position: absolute;
  width: 70px;
  left: -15px;
  top: -10px;
  bottom: -10px;
  display: block;
  z-index: 9;
  border: #56b879 5px solid;
}
.content2 .block03 .picBox::before {
  content: '';
  position: absolute;
  width: 80%;
  aspect-ratio: 1;
  display: block;
  background: #cae7e6;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  filter: blur(30px);
}
.content2 .block03 .infoBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .content2 .block03 .infoBox {
    padding-right: 6%;
    width: 36%;
  }
}
.content2 .block03 .infoBox:before {
  content: '';
  width: 117px;
  display: block;
  aspect-ratio: 117/80;
  background: url('../images/21.png') center no-repeat;
  position: relative;
  margin: 0 -90px 10px auto;
  z-index: 9;
  animation: arItem 0.8s linear infinite;
}
@media screen and (max-width: 767px) {
  .content2 .block03 .infoBox:before {
    order: 5;
    margin: -5% 0;
    transform: scaleY(-1) rotate(-80deg) scale(0.6);
  }
}
@keyframes arItem {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.content2 .block03 .infoBox .pic {
  border-radius: 20px;
  overflow: hidden;
  border: #56b879 5px solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content2 .block03 .infoBox .pic {
    order: 2;
    margin-bottom: 10px;
  }
}
.content2 .block03 .infoCenterBox {
  margin: 7% 0;
  border: 5px solid #ccc0b9;
  background: #fff;
  border-radius: 20px;
  padding: clamp(30px, 5%, 40px) clamp(30px, 5%, 80px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content2 .block03 .infoCenterBox {
    padding: clamp(30px, 5%, 40px) clamp(30px, 5%, 80px);
  }
}
.content3 .block01 {
  position: relative;
}
.content3 .block01::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 765px;
  top: 30%;
  left: 0;
  display: block;
  background: url('../images/bg.png') no-repeat center;
}
.content3 .block01 .unitTitleBox::before {
  content: '01';
}
.content3 .block01 .unitTitleBox .title {
  display: flex;
  align-items: center;
}
.content3 .block01 .unitTitleBox .title .pic {
  margin-right: 10px;
}
.content3 .block01 .box {
  align-items: flex-start;
}
.content3 .block01 .box .picBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .content3 .block01 .box .picBox {
    width: 50%;
  }
}
.content3 .block01 .box .picBox .pic {
  position: relative;
  padding: 0 0 10px 10px;
  margin-bottom: 15px;
}
.content3 .block01 .box .picBox .pic img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.content3 .block01 .box .picBox .pic::before {
  content: '';
  position: absolute;
  display: block;
  background: linear-gradient(to bottom, #f1c2b4 0%, #ccc0b9 100%);
  inset: 10px 10px 0 0;
  border-radius: 20px;
  z-index: -1;
}
.content3 .block01 .box .picBox .notice {
  text-align: left;
  color: #a13e00;
  font-size: 0.9375rem;
}
.content3 .block01 .box .infoBox {
  padding-top: 5%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .content3 .block01 .box .infoBox {
    padding-left: 6%;
    width: 50%;
  }
}
.content3 .block01 .box .infoBox .title {
  width: -moz-fit-content;
  width: fit-content;
  color: #a13e00;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 30px;
  border-bottom: #a13e00 2px dashed;
}
@media screen and (max-width: 1027px) {
  .content3 .block01 .box .infoBox .title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .content3 .block01 .box .infoBox .title {
    font-size: 1.125rem;
  }
}
.content3 .block01 .infoCenterBox {
  margin: 7% 0;
  border: 5px solid #ccc0b9;
  background: #fff;
  border-radius: 20px;
  padding: clamp(30px, 5%, 40px) clamp(30px, 5%, 40px);
  position: relative;
}
.content3 .block01 .infoCenterBox .listBox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .content3 .block01 .infoCenterBox .listBox {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .content3 .block01 .infoCenterBox .item {
    width: calc((100% - 32px) / 2);
  }
}
.content3 .block01 .infoCenterBox .pic {
  margin-bottom: 20px;
}
.content3 .block01 .infoCenterBox .title {
  line-height: 1.4;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .content3 .block01 .infoCenterBox .title {
    font-size: 1rem;
  }
}

.content4 .unitTitleBox::before {
  content: '01';
}
.content4 .box {
  border-radius: 20px;
  overflow: hidden;
}
.content4 iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.content4 .subLogo .pic {
  max-width: 330px;
  margin: 0 auto;
  padding: clamp(30px, 10%, 50px) 0;
}
.content4 .infoCenterBox {
  border: 5px solid #ccc0b9;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.content4 .infoCenterBox .topBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding: clamp(20px, 10%, 40px) clamp(30px, 10%, 100px);
}
@media screen and (max-width: 768px) {
  .content4 .infoCenterBox .topBox {
    padding: clamp(20px, 10%, 20px) clamp(30px, 10%, 20px);
  }
}
@media screen and (min-width: 768px) {
  .content4 .infoCenterBox .topBox .pic {
    width: 35%;
  }
}
.content4 .infoCenterBox .topBox .infoBox {
  font-size: 1.3125rem;
}
@media screen and (max-width: 1027px) {
  .content4 .infoCenterBox .topBox .infoBox {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .content4 .infoCenterBox .topBox .infoBox {
    width: 60%;
    max-width: 630px;
  }
}
.content4 .infoCenterBox .topBox .infoBox .title {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  color: #bf0079;
  margin-bottom: 10px;
}
@media screen and (max-width: 1027px) {
  .content4 .infoCenterBox .topBox .infoBox .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content4 .infoCenterBox .topBox .infoBox .title {
    font-size: 1.25rem;
  }
}
.content4 .infoCenterBox .topBox .infoBox .title .pic {
  max-width: 40px;
  margin-right: 10px;
}
.content4 .infoCenterBox .topBox .infoBox .description {
  margin-bottom: 40px;
}
@media screen and (max-width: 1027px) {
  .content4 .infoCenterBox .topBox .infoBox .description {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content4 .infoCenterBox .topBox .infoBox .description {
    margin-bottom: 20px;
  }
}
.content4 .infoCenterBox .topBox .infoBox span {
  display: block;
  color: #bf0079;
  font-weight: 500;
  margin-bottom: 10px;
}
.content4 .infoCenterBox .topBox .infoBox ul {
  font-weight: 300;
}
.content4 .infoCenterBox .topBox .infoBox ul li {
  padding-left: 20px;
  position: relative;
}
.content4 .infoCenterBox .topBox .infoBox ul li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  background: #bf0079;
  border-radius: 50%;
  left: 0;
  top: 14px;
}
.content4 .infoCenterBox .bottomBox {
  background: #f3e5e9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding: clamp(40px, 10%, 60px) clamp(30px, 10%, 100px) 0;
}
@media screen and (max-width: 768px) {
  .content4 .infoCenterBox .bottomBox {
    padding: clamp(40px, 10%, 20px) clamp(30px, 10%, 20px);
  }
}
@media screen and (min-width: 768px) {
  .content4 .infoCenterBox .bottomBox .pic {
    width: 60%;
  }
}
.content4 .infoCenterBox .bottomBox .infoBox {
  font-size: 1.3125rem;
}
@media screen and (max-width: 1027px) {
  .content4 .infoCenterBox .bottomBox .infoBox {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .content4 .infoCenterBox .bottomBox .infoBox {
    width: 35%;
    max-width: 670px;
  }
}
.content4 .infoCenterBox .bottomBox .infoBox .title {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  color: #bf0079;
  margin-bottom: 10px;
}
@media screen and (max-width: 1027px) {
  .content4 .infoCenterBox .bottomBox .infoBox .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content4 .infoCenterBox .bottomBox .infoBox .title {
    font-size: 1.25rem;
  }
}
.content4 .infoCenterBox .bottomBox .infoBox .title .pic {
  max-width: 40px;
  margin-right: 10px;
}
.content4 .infoCenterBox .bottomBox .infoBox .description {
  margin-bottom: 40px;
}
@media screen and (max-width: 1027px) {
  .content4 .infoCenterBox .bottomBox .infoBox .description {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content4 .infoCenterBox .bottomBox .infoBox .description {
    margin-bottom: 20px;
  }
}
.content4 .infoCenterBox .bottomBox .infoBox span {
  color: #bf0079;
  font-weight: 500;
}
.content4 .infoCenterBox .bottomBox .infoBox ul {
  font-weight: 300;
}
.content4 .infoCenterBox .bottomBox .infoBox ul li {
  padding-left: 20px;
  position: relative;
}
.content4 .infoCenterBox .bottomBox .infoBox ul li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  background: #bf0079;
  border-radius: 50%;
  left: 0;
  top: 14px;
}

.productTable {
  padding-bottom: clamp(50px, 10%, 100px);
}
.productTable .tableOut {
  border: 5px solid #ccc0b9;
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .productTable .tableOut {
    padding: 15px;
  }
}
.productTable .tableUse {
  overflow-y: auto;
  padding-bottom: 20px;
}
.productTable table {
  min-width: 1000px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .productTable {
    display: none;
  }
}
.productTable table thead tr {
  background: #b7957b;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.25;
}
.productTable table thead tr th {
  padding: 10px;
  font-weight: 400;
}
.productTable table td {
  text-align: center;
  padding: 10px 10px;
}
.productTable table td i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #b7957b;
  border-radius: 50%;
}
.productTable table tbody tr {
  border-bottom: #d3d5da 1px solid;
}
.productTable table tbody th {
  padding: 10px;
}
.productTable table tbody tr .ser {
  border-right: #d3d5da 1px solid;
  padding: 0 10px;
}
.productTable table a {
  display: block;
  width: 31px;
  height: 31px;
  display: block;
  background: url('../images/30.png') no-repeat;
  transition: all 0.3s ease;
}
.productTable table a:hover {
  opacity: 0.6;
}

.swiper-button-lock{
    display:unset;
}
.swiper-button-disabled{
    display:none;
}