@charset "UTF-8";
/* 斷點 */
/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

ul,
ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "宋体";
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

textarea {
  resize: none;
}

body {
  background: rgb(255, 255, 255);
  font-family: "JINS_Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #666;
  text-decoration: none;
}

.sp_only {
  display: none !important;
}

.pc_only {
  display: block !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.d-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.font-bolder {
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: block !important;
  }
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.product-title {
  margin: 100px 0 45px 0;
  text-align: center;
  color: #431f16;
}
.product-title .name {
  font-weight: 500;
  font-size: 32px;
  line-height: 180%;
}
.product-title .price {
  font-family: JINS Next;
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
}
.product-title .price b {
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 767px) {
  .product-title {
    margin-bottom: 30px;
  }
  .product-title .name {
    font-size: 24px;
  }
  .product-title .price {
    font-size: 14px;
  }
  .product-title .price b {
    font-size: 14px;
  }
}

.hr-line {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #f4b3c2;
  margin: 70px 0;
}
.hr-line::after, .hr-line::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.hr-line::after {
  left: 30px;
  bottom: 0;
  content: "";
  width: 64px;
  height: 68px;
  background-image: url(./img/dec-hr-line-l.svg);
}
@media (max-width: 767px) {
  .hr-line::after {
    left: 0px;
  }
}
.hr-line::before {
  right: 40px;
  bottom: 0;
  content: "";
  width: 65px;
  height: 46px;
  background-image: url(./img/dec-hr-line-r.svg);
}
@media (max-width: 767px) {
  .hr-line::before {
    right: 0px;
  }
}

.grayBox {
  position: relative;
  max-width: 495px;
  text-align: center;
  margin: 0 auto;
  background-color: #f5f5f5;
  border: 1px solid #c5c5c5;
  padding: 14px;
}
@media (max-width: 767px) {
  .grayBox {
    font-weight: 300;
    font-size: 10px;
  }
}

.highlight-text {
  position: relative;
  z-index: 2;
}
.highlight-text::after {
  content: "";
  position: absolute;
  height: 50%;
  top: 60%;
  left: 0;
  margin-left: -1rem;
  width: calc(100% + 2rem);
  background-color: #ebcbc9;
  z-index: -1;
}

.radius-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  display: block;
  width: 372px;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .radius-title {
    font-size: 24px;
    max-width: 210px;
  }
}

.panel {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 70px 90px;
  text-align: center;
}
@media (max-width: 1024px) {
  .panel {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .panel {
    padding: 40px 20px;
  }
}
.panel .header-img {
  width: 360px;
}
@media (max-width: 767px) {
  .panel .header-img {
    width: 180px;
  }
}
.panel .product {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.panel .product.detail-4 .product-main {
  position: relative;
  left: -55px;
}
@media (max-width: 1024px) {
  .panel .product.detail-4 .product-main {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .panel .product.detail-4 .product-detail img {
    width: 22%;
  }
}
.panel .product > div {
  width: 50%;
}
.panel .product .product-main {
  flex: 0 0 auto;
}
.panel .product .product-main img {
  width: 100%;
}
.panel .product .product-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.panel .product .product-detail img {
  width: 30%;
}
@media (max-width: 1024px) {
  .panel .product {
    flex-direction: column;
  }
  .panel .product > div {
    width: 100%;
  }
  .panel .product .product-detail {
    gap: 12px;
  }
}
.panel .content {
  font-weight: 400;
  font-size: 26px;
  line-height: 180%;
  text-align: center;
  margin: 64px auto 84px auto;
}
@media (max-width: 767px) {
  .panel .content {
    font-size: 14px;
    margin: 35px auto 47px auto;
  }
}
.panel .info {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  margin: 30px auto 50px auto;
}
@media (max-width: 767px) {
  .panel .info {
    font-weight: 300;
    font-size: 12px;
    margin: 30px auto;
  }
}
.panel .product-name {
  font-family: JINS Next;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .panel .product-name {
    font-family: JINS Next;
    font-weight: 300;
    font-size: 12px;
    line-height: 23.46px;
    text-align: center;
    margin: 20px auto;
  }
}

.switch-panel {
  max-width: 1200px;
  border: 4px solid #424141;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
}
.switch-panel .header {
  background-color: #424141;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .switch-panel .header {
    height: 130px;
  }
  .switch-panel .header img {
    max-width: 235px;
  }
}
.switch-panel .content {
  padding: 0 20px;
}
.switch-panel .frame-detail .frame-item p {
  text-align: center;
  width: 100%;
  font-weight: 300;
}
.switch-panel .frame-detail .frame-item-pics {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .switch-panel .frame-detail {
    flex-direction: column;
  }
  .switch-panel .frame-detail .frame-item-pics {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .switch-panel .frame-detail .frame-item p {
    font-size: 12px;
  }
}
.switch-panel .btn-more {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .switch-panel {
    border: 2px solid #828282;
  }
  .switch-panel .btn-more {
    margin-top: 5px;
  }
}
.switch-panel .info {
  color: #636363;
  line-height: 180%;
  text-align: center;
  margin: 30px 0 0 0;
}
.switch-panel .info .name {
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 10px;
}
.switch-panel .info .price {
  font-family: JINS Next;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 767px) {
  .switch-panel .info {
    margin: 20px 0 0 0;
  }
  .switch-panel .info .name {
    font-size: 16px;
    margin-bottom: 0;
  }
  .switch-panel .info .price {
    font-size: 12px;
  }
}
.switch-panel .slider-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 50px 0;
}
.switch-panel .slider-nav.pc_only {
  display: flex !important;
}
.switch-panel .slider-nav.sp_only {
  display: none !important;
}
@media (max-width: 1024px) {
  .switch-panel .slider-nav {
    gap: 25px;
    margin: 25px 0;
  }
  .switch-panel .slider-nav.pc_only {
    display: none !important;
  }
  .switch-panel .slider-nav.sp_only {
    display: flex !important;
  }
}
.switch-panel .slider-nav .slider-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  opacity: 0.5;
}
.switch-panel .slider-nav .slider-nav-item.active {
  opacity: 1;
}
.switch-panel .slider-nav .slider-nav-item.active .color-ball {
  outline: 2px solid #636363;
}
.switch-panel .slider-nav .slider-nav-item.active p {
  color: #424141;
}
.switch-panel .slider-nav .slider-nav-item p {
  font-size: 18px;
  color: #c9c8c8;
  font-weight: 400;
  margin: 0;
  transition: color 0.2s, font-weight 0.2s;
}
.switch-panel .slider-nav .slider-nav-item .color-ball {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 2px;
  transition: border 0.2s;
}
.switch-panel .slider-nav .slider-nav-item .color-ball.color-167-02 {
  background: #f6bec8;
}
.switch-panel .slider-nav .slider-nav-item .color-ball.color-167-21 {
  background: #fdefe0;
}
.switch-panel .slider-nav .slider-nav-item .color-ball.color-167-84 {
  background: #d8b99c;
}
.switch-panel .slider-nav .slider-nav-item .color-ball.color-168-00 {
  background: #f0f0f0;
}
.switch-panel .slider-nav .slider-nav-item .color-ball.color-168-02 {
  background: #f2d2d2;
}
.switch-panel .slider-nav .slider-nav-item .color-ball.color-168-84 {
  background: #d8b99c;
}
@media (max-width: 767px) {
  .switch-panel .slider-nav .slider-nav-item .color-ball {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
  }
  .switch-panel .slider-nav .slider-nav-item p {
    font-size: 12px;
  }
}
.switch-panel-167-02 .header {
  background: #fbe5e5;
  align-items: flex-end;
}
.switch-panel-167-21 .header {
  background: #f7e9c7;
}
.switch-panel-167-84 .header {
  background: #ebe8e2;
}
.switch-panel-168-00 .header {
  background: #deedfe;
}
.switch-panel-168-00 .header img {
  position: relative;
  left: 40px;
}
@media (max-width: 767px) {
  .switch-panel-168-00 .header img {
    left: 0px;
  }
}
.switch-panel-168-02 .header {
  background: #ffdcdc;
}
.switch-panel-168-84 .header {
  background: #e5e1c4;
}

.accessories-panel {
  position: relative;
  padding: 60px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .accessories-panel {
    padding: 38px 20px 20px 20px;
  }
}
.accessories-panel .name {
  font-size: 24px;
  font-weight: 500;
}
.accessories-panel .info {
  font-size: 16px;
  font-weight: 400;
}
.accessories-panel .badge {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  background-color: #431f16;
  border-radius: 50px;
  padding: 10px 56px;
  margin: 36px auto 32px auto;
}
@media (max-width: 767px) {
  .accessories-panel .badge {
    font-weight: 700;
    font-size: 14px;
  }
}
.accessories-panel .item {
  text-align: center;
}
.accessories-panel .item .item-pics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .accessories-panel .item .item-pics {
    margin: 0;
  }
}
.accessories-panel .item .item-pics.item-pics-2 img {
  width: 50%;
}
.accessories-panel .item .item-pics.item-pics-5 {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.accessories-panel .item .item-pics.item-pics-5 img {
  width: 100%;
}
.accessories-panel .item .item-pics.item-pics-5 img:nth-child(1) {
  grid-column: 2/4;
}
.accessories-panel .item .item-pics.item-pics-5 img:nth-child(2) {
  grid-column: 4/6;
}
.accessories-panel .item .item-pics.item-pics-5 img:nth-child(3) {
  grid-column: 1/3;
}
.accessories-panel .item .item-pics.item-pics-5 img:nth-child(4) {
  grid-column: 3/5;
}
.accessories-panel .item .item-pics.item-pics-5 img:nth-child(5) {
  grid-column: 5/7;
}
.accessories-panel .item .name {
  font-size: 24px;
  font-weight: 500;
}
.accessories-panel .item .info {
  font-size: 16px;
  font-weight: 400;
}
.accessories-panel .title {
  font-family: JINS Next;
  font-weight: 500;
  font-size: 36px;
  line-height: 160%;
  text-align: center;
  color: #431f16;
}
@media (max-width: 767px) {
  .accessories-panel .title {
    font-size: 22px;
  }
}
.accessories-panel .accessories-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.accessories-panel .accessories-info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
}
.accessories-panel .accessories-info p.highlight-text::after {
  height: 25%;
  top: 70%;
}
@media (max-width: 767px) {
  .accessories-panel .accessories-info p {
    font-weight: 400;
    font-size: 12px;
  }
}
.accessories-panel .accessories-info p.spec-info {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .accessories-panel .accessories-info p.spec-info {
    font-size: 12px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .accessories-panel .item img {
    margin-bottom: 4px;
  }
  .accessories-panel .item .name {
    font-size: 16px;
  }
  .accessories-panel .item .info {
    font-size: 12px;
  }
  .accessories-panel .badge {
    font-size: 12px;
    border-radius: 50px;
    padding: 6px 32px;
    margin: 34px auto 16px auto;
  }
}

.frame-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.frame-main .frame-main-img {
  position: relative;
  width: 100%;
  flex-shrink: 1;
}
.frame-main .frame-main-text {
  position: relative;
}
.frame-main .frame-main-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  width: 310px;
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .frame-main .frame-main-text p {
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .frame-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .frame-main {
    gap: 20px;
  }
  .frame-main .frame-main-img {
    width: 100%;
  }
  .frame-main p {
    text-align: center;
  }
}

.frame-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .frame-detail {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.frame-detail .frame-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.frame-detail .frame-item img {
  width: 100%;
}
.frame-detail .frame-item p {
  width: 250px;
  margin-top: 20px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.4;
}
.frame-detail.frame-detail-2 .frame-item:nth-child(2) {
  width: 184px;
}
@media (max-width: 767px) {
  .frame-detail.frame-detail-2 .frame-item:nth-child(1) {
    width: calc(100% + 20px);
    position: relative;
    right: -10px;
  }
}

.dec {
  position: absolute;
  max-width: inherit;
  z-index: 2;
}

.btn-more {
  display: block;
  text-align: center;
  width: 346px;
  border-radius: 36px;
  font-size: 24px;
  padding: 10px;
  margin: 20px auto;
  margin-top: 55px;
  background: #828282;
  color: #fff;
}
@media (max-width: 1024px) {
  .btn-more {
    width: 170px;
    font-size: 12px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .btn-more {
    margin-top: 30px;
  }
}

.product-slide {
  position: relative;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.custom-swiper-button-next {
  right: -0.25rem;
}

.next-glass {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #f4b3c2;
}

.prev-glass {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #f4b3c2 transparent transparent;
}

section.kv {
  position: relative;
}
section.kv img:not(.dec) {
  width: 100%;
}
section.kv .dec-01 {
  width: 30%;
  left: -14%;
  top: 9%;
  animation: float-1 6s ease-in-out infinite;
}
@media (max-width: 767px) {
  section.kv .dec-01 {
    width: 48%;
    left: -21%;
    top: 6%;
  }
}
section.kv .dec-02 {
  width: 30%;
  right: -12%;
  top: 24%;
  animation: float-2 7s ease-in-out infinite;
}
@media (max-width: 767px) {
  section.kv .dec-02 {
    width: 45%;
    right: -18%;
    top: 40%;
  }
}

section.introSection {
  position: relative;
  padding: 160px 60px;
  text-align: center;
}
section.introSection .wrapper {
  position: relative;
}
section.introSection .dec-01 {
  right: -5%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: float-1 6s ease-in-out infinite;
}
section.introSection .dec-02 {
  left: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: float-2 7s ease-in-out infinite;
}
section.introSection .dec-03 {
  left: -10%;
  bottom: -50%;
  animation: float-3 5.5s ease-in-out infinite;
}
section.introSection .dec-04 {
  left: -10%;
  top: -15%;
  animation: float-4 6.5s ease-in-out infinite;
}
section.introSection .dec-05 {
  right: 0%;
  top: -10%;
  animation: float-1 7.5s ease-in-out infinite;
}
section.introSection .dec-06 {
  right: -10%;
  bottom: -60%;
  animation: float-3 5.5s ease-in-out infinite;
}
@media (max-width: 1024px) {
  section.introSection {
    padding: 200px 20px;
  }
  section.introSection .dec-01 {
    right: 0%;
    top: -35%;
    width: 120px;
  }
  section.introSection .dec-02 {
    left: 0%;
    top: -35%;
    width: 90px;
  }
  section.introSection .dec-03 {
    left: 3%;
  }
  section.introSection .dec-04 {
    top: -80%;
    left: 0%;
  }
  section.introSection .dec-05 {
    right: 0%;
    top: -100%;
  }
  section.introSection .dec-06 {
    right: 10%;
    bottom: -75%;
  }
  section.introSection .dec-03,
  section.introSection .dec-05 {
    width: 85px;
  }
  section.introSection .dec-04,
  section.introSection .dec-06 {
    width: 100px;
  }
}
section.introSection::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(./img/bg-cloud.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.introSection::before {
    background-image: url(./img/bg-cloud_SP.svg);
    top: -55px;
  }
}
section.introSection .intro-text {
  font-family: JINS Next;
  font-weight: 500;
  font-size: 32px;
  line-height: 160%;
  color: #955a3c;
}
@media (max-width: 767px) {
  section.introSection .intro-text {
    font-size: 16px;
  }
}
section.introSection .intro-text:nth-child(2) {
  margin-top: 160px;
  margin-bottom: 184px;
}
@media (max-width: 767px) {
  section.introSection .intro-text:nth-child(2) {
    margin-top: 52px;
    margin-bottom: 55px;
  }
}
section.introSection .intro-info {
  line-height: 140%;
  color: #955a3c;
}
section.introSection .intro-info .title {
  font-weight: 500;
  font-size: 28px;
  margin: 60px 0 40px 0;
}
@media (max-width: 767px) {
  section.introSection .intro-info .title {
    font-size: 20px;
    margin: 30px 0 20px 0;
  }
}
section.introSection .intro-info p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 767px) {
  section.introSection .intro-info p {
    font-size: 14px;
  }
}

section.lineup {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(244, 179, 194, 0.5) 21.67%, rgba(244, 179, 194, 0.7) 55.67%, rgba(244, 179, 194, 0.5) 100%);
  padding: 0px 60px 75px 60px;
  text-align: center;
}
section.lineup .btn-more {
  background: #f4b3c2;
}
section.lineup .dec-07 {
  right: 30%;
  top: 40px;
  transform: translate(-50%, -50%);
}
section.lineup .frame-main .frame-main-text p {
  width: 257px;
}
@media (max-width: 1024px) {
  section.lineup .dec-07 {
    width: 40px;
  }
}
@media (max-width: 767px) {
  section.lineup {
    padding: 0px 20px 40px 20px;
  }
  section.lineup .dec-07 {
    width: 30px;
  }
  section.lineup .frame-main .frame-main-text p {
    width: 100%;
  }
}
section.lineup .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  section.lineup .nav {
    margin-top: 42px;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
section.lineup .nav .nav-item {
  background-color: #fff;
  border-radius: 25px;
  border: 3px solid #febcbc;
  padding: 10px;
  width: 300px;
  color: #8b6161;
  font-weight: 700;
  transition: all 0.3s ease;
  text-align: center;
}
section.lineup .nav .nav-item:hover {
  transform: scale(1.05);
  background-color: #ffd3d4;
  color: #593535;
}
@media (max-width: 1024px) {
  section.lineup .nav .nav-item {
    border-radius: 100px;
  }
  section.lineup .nav .nav-item .nav-item-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  section.lineup .nav .nav-item .nav-item-info .name {
    font-size: 16px;
  }
  section.lineup .nav .nav-item .nav-item-info .num,
  section.lineup .nav .nav-item .nav-item-info p {
    font-size: 14px;
    font-weight: 500;
  }
}
section.lineup .nav .nav-item .name {
  font-size: 26px;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 767px) {
  section.lineup .nav .nav-item .name {
    font-weight: 500;
    font-size: 20px;
  }
}
section.lineup .nav .nav-item .name .highlight-text::after {
  border-radius: 10px;
  height: 25%;
  top: 70%;
}
section.lineup .nav .nav-item .num {
  font-size: 26px;
  line-height: 140%;
  display: block;
}
section.lineup .lineup-title {
  position: relative;
  font-family: JINS Next;
  font-weight: 500;
  font-size: 60px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #955a3c;
}
@media (max-width: 1024px) {
  section.lineup .lineup-title {
    font-family: JINS Next;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  section.lineup .lineup-title {
    font-family: JINS Next;
    font-size: 24px;
    gap: 10px;
    white-space: nowrap;
  }
}
section.lineup .dec-01 {
  top: 10%;
  right: 5%;
}
section.lineup .dec-02 {
  top: 10%;
  left: 5%;
}
section.lineup .dec-03 {
  top: 30%;
  right: 2%;
}
section.lineup .dec-04 {
  top: 52%;
  right: 35%;
}
section.lineup .dec-05 {
  top: 72%;
  right: 12%;
}
section.lineup .dec-06 {
  top: 72%;
  right: 0%;
}
@media (max-width: 1200px) {
  section.lineup .dec-01 {
    top: -4%;
    right: 5%;
  }
  section.lineup .dec-02 {
    top: -4%;
    left: 5%;
  }
}
@media (max-width: 1024px) {
  section.lineup .dec-05 {
    top: 70%;
    right: 90%;
  }
  section.lineup .dec-06 {
    top: 70%;
    right: -5%;
  }
}
@media (max-width: 767px) {
  section.lineup .dec-01 {
    top: -2%;
    width: 70px;
  }
  section.lineup .dec-02 {
    top: -2%;
    width: 65px;
  }
  section.lineup .dec-03 {
    top: 20%;
    right: 2%;
  }
  section.lineup .dec-04 {
    top: 57%;
    right: 0%;
    width: 50px;
  }
  section.lineup .dec-05 {
    top: 70%;
    right: 80%;
    width: 50px;
  }
  section.lineup .dec-06 {
    top: 75%;
    right: -2%;
    width: 90px;
  }
}

section.plastic {
  position: relative;
  padding: 20px 60px 100px 60px;
}
section.plastic .dec-01 {
  top: 2%;
  left: 7%;
  animation: float-1 6s ease-in-out infinite;
}
section.plastic .dec-02 {
  top: 50%;
  left: 5%;
  animation: float-4 3s ease-in-out infinite;
}
section.plastic .dec-03 {
  top: 50%;
  right: 2%;
  animation: float-3 4s ease-in-out infinite;
}
@media (max-width: 767px) {
  section.plastic .dec-02,
  section.plastic .dec-03 {
    top: 51%;
  }
}
section.plastic::before, section.plastic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background-image: url(./img/bg-cloud-section.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: repeat;
}
section.plastic::before {
  top: -100px;
  left: 0;
  transform: rotate(180deg);
}
section.plastic::after {
  bottom: -100px;
  left: 0;
}
section.plastic .frame-detail {
  gap: 50px;
}
@media (max-width: 767px) {
  section.plastic .frame-detail .frame-item {
    gap: 0;
  }
}
section.plastic .frame-detail .frame-item-2 {
  max-width: 440px;
}
section.plastic .product-title {
  margin-top: 0px;
  position: relative;
  z-index: 3;
}
section.plastic .swiper-container {
  overflow: visible;
  z-index: 5;
}
section.plastic .swiper-container:nth-child(1) {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  section.plastic .swiper-container:nth-child(1) {
    margin-bottom: 70px;
  }
}
section.plastic .switch-panel-slider:nth-child(2) {
  margin-top: 150px;
}
@media (max-width: 767px) {
  section.plastic .switch-panel-slider:nth-child(2) {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  section.plastic {
    padding: 20px 30px 50px 30px;
  }
  section.plastic .dec-01 {
    width: 80px;
  }
  section.plastic .dec-02 {
    width: 80px;
  }
  section.plastic .dec-03 {
    width: 80px;
  }
  section.plastic::before, section.plastic::after {
    background-image: url(./img/bg-cloud-section_SP.svg);
    height: 50px;
  }
  section.plastic::before {
    top: -50px;
  }
  section.plastic::after {
    bottom: -50px;
  }
}

.metal-header {
  position: relative;
  background: #93c4ea;
  border-bottom: 30px solid #66a6d8;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.metal-header .product-title {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.metal-header .product-title .name {
  color: #fff;
}
.metal-header .product-title .price {
  color: #fff;
}
.metal-header .dec-01 {
  right: 0%;
  bottom: -12%;
  transform: translateX(-50%);
  animation: float-1 6s ease-in-out infinite;
}
.metal-header .dec-02 {
  right: 10%;
  top: 25%;
  transform: translateX(-50%);
  animation: float-2 6s ease-in-out infinite;
}
.metal-header .dec-03 {
  left: 10%;
  top: 5%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .metal-header {
    height: 230px;
    border-bottom: 30px solid #66a6d8;
  }
  .metal-header .dec-01 {
    right: 10%;
    width: 50px;
  }
  .metal-header .dec-02 {
    right: 10%;
    top: 20%;
    width: 55px;
  }
  .metal-header .dec-03 {
    left: 12%;
    width: 50px;
  }
}

section.metal {
  padding: 100px 60px;
}
@media (max-width: 767px) {
  section.metal {
    padding: 50px 20px;
  }
}
section.metal .btn-more {
  color: #231815;
}
section.metal .frame-main,
section.metal .frame-detail {
  max-width: 810px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.metal .frame-main,
  section.metal .frame-detail {
    max-width: 100%;
  }
}
section.metal .frame-main {
  margin-bottom: 60px;
}
section.metal .frame-main .frame-main-img {
  left: 10%;
}
section.metal .frame-main p {
  position: relative;
  top: 80px;
  right: 20px;
}
@media (max-width: 1024px) {
  section.metal .frame-main .frame-main-img,
  section.metal .frame-main p {
    position: static;
  }
}
section.metal .frame-detail {
  align-items: flex-end;
  gap: 50px;
}
section.metal .frame-detail .frame-item {
  width: 50%;
}
section.metal .frame-detail .frame-item-pics {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
section.metal .frame-detail .bottom-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.metal .frame-detail .bottom-img {
    margin-bottom: 0px;
  }
}
section.metal .frame-detail p {
  width: 100%;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 1024px) {
  section.metal .frame-detail {
    align-items: center;
  }
  section.metal .frame-detail .frame-item {
    width: 100%;
  }
  section.metal .frame-detail .frame-item-pics {
    width: 50%;
  }
  section.metal .frame-detail .frame-item-pics img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.metal .frame-detail p {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
  }
}
section.metal.metal-1 {
  background: #fce3be;
  border-top: 15px solid #fff;
  padding-top: 220px;
}
section.metal.metal-1 .btn-more {
  background: #f2cd95;
}
section.metal.metal-1 .next-glass {
  border-color: transparent transparent transparent #f2cd95;
}
section.metal.metal-1 .prev-glass {
  border-color: transparent #f2cd95 transparent transparent;
}
section.metal.metal-1 .dec-01 {
  left: 50%;
  top: -25%;
  transform: translateX(-50%);
}
section.metal.metal-1 .dec-02 {
  right: 22%;
  top: -10%;
  transform: translateX(-50%);
}
section.metal.metal-1 .dec-03 {
  left: 22%;
  top: -20%;
  transform: translateX(-50%);
}
section.metal.metal-1 .dec-04 {
  left: 4%;
  top: 4%;
}
section.metal.metal-1 .dec-05 {
  top: 15%;
  right: 25%;
}
section.metal.metal-1 .dec-06 {
  top: 32%;
  left: 10%;
}
section.metal.metal-1 .dec-07 {
  top: 62%;
  right: 32%;
}
@media (max-width: 1200px) {
  section.metal.metal-1 .dec-02 {
    right: 15%;
  }
  section.metal.metal-1 .dec-04 {
    left: 2%;
    top: 2%;
  }
  section.metal.metal-1 .dec-05 {
    top: 25%;
  }
}
@media (max-width: 1024px) {
  section.metal.metal-1 .dec-01 {
    width: 300px;
  }
  section.metal.metal-1 .dec-02 {
    right: 10%;
    width: 70px;
  }
  section.metal.metal-1 .dec-03 {
    top: -20%;
  }
  section.metal.metal-1 .dec-04 {
    width: 70px;
  }
  section.metal.metal-1 .dec-07 {
    top: 67%;
    right: 32%;
  }
}
@media (max-width: 767px) {
  section.metal.metal-1 {
    padding-top: 120px;
  }
  section.metal.metal-1 .dec-01 {
    width: 160px;
    top: -10%;
  }
  section.metal.metal-1 .dec-02 {
    right: 10%;
    top: -4%;
    width: 35px;
  }
  section.metal.metal-1 .dec-03 {
    top: -8%;
    width: 75px;
  }
  section.metal.metal-1 .dec-04 {
    top: -3%;
    width: 50px;
  }
  section.metal.metal-1 .dec-05 {
    top: 27%;
    left: 4%;
    width: 24px;
  }
  section.metal.metal-1 .dec-06 {
    top: 54%;
    left: 89%;
    width: 15px;
  }
  section.metal.metal-1 .dec-07 {
    top: 75%;
    right: 20%;
    width: 15px;
  }
}
section.metal.metal-2 {
  background-image: url(./img/bg-metal2.svg);
  background-color: #fce3be;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 120px;
}
section.metal.metal-2 .dec-01 {
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
}
section.metal.metal-2 .dec-02 {
  left: 30%;
  top: -20%;
  transform: translateX(-50%);
}
section.metal.metal-2 .dec-04 {
  right: 15%;
  top: -23%;
  transform: translateX(-50%);
}
section.metal.metal-2 .dec-06 {
  right: 10%;
  top: 20%;
}
section.metal.metal-2 .dec-07 {
  left: 15%;
  top: 30%;
}
section.metal.metal-2 .btn-more {
  background: #b9dca6;
}
section.metal.metal-2 .next-glass {
  border-color: transparent transparent transparent #b9dca6;
}
section.metal.metal-2 .prev-glass {
  border-color: transparent #b9dca6 transparent transparent;
}
@media (max-width: 1200px) {
  section.metal.metal-2 .dec-01 {
    left: 55%;
  }
  section.metal.metal-2 .dec-04 {
    right: 5%;
    top: -20%;
  }
}
@media (max-width: 1024px) {
  section.metal.metal-2 .dec-02 {
    left: 25%;
  }
  section.metal.metal-2 .dec-03 {
    left: 24%;
  }
}
@media (max-width: 767px) {
  section.metal.metal-2 {
    background-image: url(./img/bg-metal2_SP.svg);
    padding-top: 120px;
    padding-bottom: 60px;
  }
  section.metal.metal-2 .dec-01 {
    width: 170px;
    top: -12%;
    left: 55%;
  }
  section.metal.metal-2 .dec-02 {
    left: 20%;
    width: 55px;
    top: -10%;
  }
  section.metal.metal-2 .dec-04 {
    right: 0%;
    top: -10%;
    width: 65px;
  }
  section.metal.metal-2 .dec-06 {
    top: 15%;
    width: 20px;
  }
  section.metal.metal-2 .dec-07 {
    left: 5%;
    top: 5%;
    width: 20px;
  }
}
section.metal.metal-3 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  top: -2px;
  background-image: url(./img/bg-metal3.svg);
  background-color: #b9dca6;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
section.metal.metal-3 .dec-01 {
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
}
section.metal.metal-3 .dec-02 {
  right: 14%;
  top: 12%;
}
section.metal.metal-3 .dec-03 {
  left: 12%;
  top: 25%;
}
section.metal.metal-3 .dec-04 {
  left: 34%;
  top: 64%;
}
section.metal.metal-3 .btn-more {
  background: #ffdfb1;
}
section.metal.metal-3 .next-glass {
  border-color: transparent transparent transparent #ffdfb1;
}
section.metal.metal-3 .prev-glass {
  border-color: transparent #ffdfb1 transparent transparent;
}
@media (max-width: 1024px) {
  section.metal.metal-3 .dec-02 {
    top: 20%;
  }
  section.metal.metal-3 .dec-04 {
    left: 25%;
    top: 70%;
  }
}
@media (max-width: 767px) {
  section.metal.metal-3 {
    padding-top: 90px;
    padding-bottom: 100px;
    background-image: url(./img/bg-metal3_SP.svg);
  }
  section.metal.metal-3 .dec-01 {
    top: -12%;
    width: 280px;
  }
  section.metal.metal-3 .dec-02 {
    top: 12%;
    right: 5%;
    width: 30px;
  }
  section.metal.metal-3 .dec-03 {
    left: 5%;
    top: 2%;
    width: 20px;
  }
  section.metal.metal-3 .dec-04 {
    left: 8%;
    top: 73%;
    width: 22px;
  }
}
section.metal.metal-4 {
  position: relative;
  padding-bottom: 150px;
  background: #e2c6a0;
}
section.metal.metal-4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%) rotate(180deg);
  width: 120vw;
  height: 200px;
  background: #e2c6a0;
  border-bottom-left-radius: 60vw 100px;
  border-bottom-right-radius: 60vw 100px;
  z-index: 1;
  pointer-events: none;
}
section.metal.metal-4 .dec-01 {
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
}
section.metal.metal-4 .dec-02 {
  right: 14%;
  top: 12%;
}
section.metal.metal-4 .wrapper {
  position: relative;
  z-index: 2;
}
section.metal.metal-4 .btn-more {
  background: #d8a868;
}
section.metal.metal-4 .next-glass {
  border-color: transparent transparent transparent #f2cd95;
}
section.metal.metal-4 .prev-glass {
  border-color: transparent #f2cd95 transparent transparent;
}
@media (max-width: 767px) {
  section.metal.metal-4 {
    padding-bottom: 60px;
  }
  section.metal.metal-4 .dec-01 {
    top: -12%;
    width: 280px;
  }
  section.metal.metal-4 .dec-02 {
    right: 5%;
    width: 30px;
  }
}

section.accessories {
  background: linear-gradient(180deg, #fad8e0 40%, rgba(255, 252, 232, 0.7) 50%, rgba(255, 252, 232, 0.5) 100%);
  padding: 100px 60px;
}
section.accessories .giveaway {
  margin-top: 100px;
}
@media (max-width: 767px) {
  section.accessories {
    padding: 50px 20px;
  }
  section.accessories .giveaway {
    margin-top: 50px;
  }
}

section.accessories-1 {
  background: #fad8e0;
  padding-bottom: 120px;
}
section.accessories-1 .accessories-panel {
  margin-top: 0;
}

.accessories-panel {
  margin-top: 30px;
}
.accessories-panel .main-img {
  position: relative;
  left: 10%;
}
@media (max-width: 767px) {
  .accessories-panel .main-img {
    left: 3%;
  }
}
.accessories-panel .item-pics-2 img {
  max-height: 175px;
  width: auto !important;
}
@media (max-width: 1024px) {
  .accessories-panel .item-pics-2 {
    flex-direction: column;
  }
  .accessories-panel .item-pics-2 img {
    max-height: unset;
    width: 100% !important;
  }
}

.giveaway .header {
  text-align: center;
}
.giveaway .header .date {
  font-size: 36px;
  font-weight: 500;
}
.giveaway .header .text {
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
}
.giveaway .header .title {
  color: #431f16;
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 767px) {
  .giveaway .header .date {
    font-size: 18px;
  }
  .giveaway .header .text {
    font-size: 18px;
  }
  .giveaway .header .title {
    font-size: 20px;
  }
}
.giveaway .pic {
  position: relative;
  margin: 50px auto;
  max-width: 896px;
  aspect-ratio: 896/740;
  object-fit: cover;
  border: 6px solid #431f16;
  background-color: #fff;
  margin-top: 150px;
}
.giveaway .pic .dec-01 {
  left: 50%;
  top: -126px;
  transform: translateX(-50%);
}
.giveaway .pic .giveaway-slider {
  width: 100%;
  height: 100%;
}
.giveaway .pic .giveaway-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.giveaway .pic .giveaway-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .giveaway .pic {
    width: 90%;
    aspect-ratio: 290/208;
    border: 3px solid #431f16;
    margin-top: 90px;
  }
  .giveaway .pic .dec-01 {
    top: -73px;
    width: 180px;
  }
  .giveaway .pic .giveaway-slider {
    width: 100%;
    height: 100%;
  }
  .giveaway .pic .giveaway-slider .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .giveaway .pic .giveaway-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.giveaway .brand-info {
  color: #231815;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 767px) {
  .giveaway .brand-info {
    font-size: 14px;
  }
}
.giveaway .terms-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  margin-top: 40px;
}
.giveaway .terms-title img {
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .giveaway .terms-title {
    font-size: 20px;
    margin-top: 40px;
  }
}
.giveaway .terms-list {
  margin-left: 30px;
}
.giveaway .terms-list li {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  list-style: "·";
}
@media (max-width: 767px) {
  .giveaway .terms-list li {
    font-size: 14px;
  }
}
.giveaway .custom-swiper-button-next {
  right: -4rem;
  display: block;
}
@media (max-width: 767px) {
  .giveaway .custom-swiper-button-next {
    right: -3rem;
  }
}
.giveaway .custom-swiper-button-prev {
  left: -4rem;
  display: block;
}
@media (max-width: 767px) {
  .giveaway .custom-swiper-button-prev {
    left: -3rem;
  }
}
.giveaway .next-glass {
  border-width: 10px 0 10px 20px;
}
.giveaway .prev-glass {
  border-width: 10px 20px 10px 0;
}
.giveaway .next-glass {
  border-color: transparent transparent transparent #431f16;
}
.giveaway .prev-glass {
  border-color: transparent #431f16 transparent transparent;
}

section .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
section .swiper-pagination-bullet {
  border: none;
  background: #cdcdcd;
  margin: 0 4px;
}
section .swiper-pagination-bullet-active {
  background: #727272;
}

/* 漂浮動畫關鍵幀 */
@keyframes float-1 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(1deg);
  }
  50% {
    transform: translateY(-10px) rotate(0deg);
  }
  75% {
    transform: translateY(-5px) rotate(-1deg);
  }
}
@keyframes float-2 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-8px) rotate(-1deg);
  }
  66% {
    transform: translateY(-15px) rotate(1deg);
  }
}
@keyframes float-3 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-12px) rotate(2deg) scale(1.02);
  }
}
@keyframes float-4 {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  30% {
    transform: translateY(-6px) rotate(1deg);
  }
  70% {
    transform: translateY(-12px) rotate(-1deg);
  }
}
main {
  padding-top: 0 !important;
  overflow: hidden;
  line-height: 1.6;
}