@charset "UTF-8";
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: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

select,
input {
  vertical-align: middle;
}

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

textarea {
  resize: none;
}

body {
  background: #fff;
  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;
}

@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 dec-float {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.1) rotate(5deg);
  }
  50% {
    transform: scale(1) rotate(0deg);
  }
  75% {
    transform: scale(1.1) rotate(-5deg);
  }
}
@keyframes logo-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.sp_only {
  display: none !important;
}

.pc_only {
  display: block !important;
}

.pad_only {
  display: none !important;
}

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

@media (max-width: 1024px) {
  .pad_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  position: relative;
}

.content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .content {
    max-width: 578px;
    box-shadow: 0px 0px 35px 2px rgba(219, 202, 179, 0.6);
  }
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fdf6eb;
  pointer-events: none;
}
.cover .nav {
  flex-wrap: nowrap;
  width: 100%;
  max-width: calc(100% - 64px);
}
.cover .cover-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  width: calc(50% - 578px / 2);
  height: 100%;
  pointer-events: auto;
}
.cover .cover-block.is-left {
  left: 0;
}
.cover .cover-block.is-left .logo {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .cover .cover-block.is-left .logo {
    max-width: calc(90% - 64px);
  }
}
.cover .cover-block.is-right {
  right: 0;
}
.cover .cover-block.is-right .lineup-title {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #716363;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-direction: column;
  flex-wrap: wrap;
}
.nav .nav-item {
  background-color: #fff;
  border-radius: 100px;
  border: 3px solid;
  padding: 10px;
  width: 100%;
  max-width: 280px;
  color: #716363;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.nav .nav-item:nth-child(1) {
  border-color: #ffd3d3;
}
.nav .nav-item:nth-child(1):hover, .nav .nav-item:nth-child(1):active, .nav .nav-item:nth-child(1):focus {
  background-color: #fbe3e3;
  border-color: #ffd3d3;
}
.nav .nav-item:nth-child(1).active {
  background-color: #fbe3e3;
  border-color: #ffd3d3;
}
.nav .nav-item:nth-child(2) {
  border-color: #93c4ea;
}
.nav .nav-item:nth-child(2):hover, .nav .nav-item:nth-child(2):active, .nav .nav-item:nth-child(2):focus {
  background-color: #c9e4f6;
  border-color: #93c4ea;
}
.nav .nav-item:nth-child(2).active {
  background-color: #c9e4f6;
  border-color: #93c4ea;
}
.nav .nav-item:nth-child(3) {
  border-color: #ffdfb1;
}
.nav .nav-item:nth-child(3):hover, .nav .nav-item:nth-child(3):active, .nav .nav-item:nth-child(3):focus {
  background-color: #fdf7e5;
  border-color: #ffdfb1;
}
.nav .nav-item:nth-child(3).active {
  background-color: #fdf7e5;
  border-color: #ffdfb1;
}
.nav .nav-item .nav-item-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 4px;
}
.nav .nav-item .nav-item-info p {
  font-size: 14px;
  font-weight: 500;
  color: #716363;
}
.nav .nav-item .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #716363;
  margin: 0;
}

.btn-more {
  display: block;
  text-align: center;
  border-radius: 36px;
  padding: 5px;
  margin: 20px auto;
  margin-top: 30px;
  background: #828282;
  color: #fff;
  width: 340px;
}
@media (max-width: 767px) {
  .btn-more {
    width: 170px;
    font-size: 12px;
  }
}
.btn-more.disabled {
  background-color: #c5c5c5 !important;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 1;
}

.panel {
  position: relative;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}
.panel .product-name {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 40px auto 10px auto;
}
@media (max-width: 767px) {
  .panel .product-name {
    font-size: 12px;
  }
}

.switch-panel-title {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
}

.switch-panel-info {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.switch-panel-slider.swiper-container {
  overflow: visible;
  z-index: 5;
}

.switch-panel-slider-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.switch-panel-slider-buttons .switch-panel-slider-button {
  height: 62px;
  padding: 20px 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  border: 2px solid;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .switch-panel-slider-buttons .switch-panel-slider-button {
    font-size: 14px;
  }
}

section.chiikawa .switch-panel-slider-buttons .switch-panel-slider-button {
  background-color: #e7b1b9;
  border-color: #f2c0c7;
  color: #fff;
}
section.chiikawa .switch-panel-slider-buttons .switch-panel-slider-button:hover {
  opacity: 0.7;
  background-color: #f59ba8;
  border-color: #e98895;
}
section.chiikawa .switch-panel-slider-buttons .switch-panel-slider-button.active {
  background-color: #f59ba8;
  border-color: #e98895;
  color: #fff;
}
section.chiikawa .switch-panel {
  border-color: #dc8d96;
}

section.hachiware .switch-panel-slider-buttons .switch-panel-slider-button {
  background-color: #aacee6;
  border-color: #8eb2c9;
  color: #fff;
}
section.hachiware .switch-panel-slider-buttons .switch-panel-slider-button:hover {
  opacity: 0.7;
  background-color: #5097bb;
  border-color: #1a6fa6;
}
section.hachiware .switch-panel-slider-buttons .switch-panel-slider-button.active {
  background-color: #5097bb;
  border-color: #1a6fa6;
  color: #fff;
}
section.hachiware .switch-panel {
  border-color: #1a6fa6;
}

section.usagi .switch-panel-slider-buttons .switch-panel-slider-button {
  background-color: #ddcfa0;
  border-color: #cfb873;
  color: #fff;
}
section.usagi .switch-panel-slider-buttons .switch-panel-slider-button:hover {
  opacity: 0.7;
  background-color: #c4b264;
  border-color: #97812f;
}
section.usagi .switch-panel-slider-buttons .switch-panel-slider-button.active {
  background-color: #c4b264;
  border-color: #97812f;
  color: #fff;
}
section.usagi .switch-panel {
  border-color: #9b9163;
}

.switch-panel {
  max-width: 1200px;
  border: 2px solid #828282;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
}
.switch-panel .frame-detail-info {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px 10px;
  margin: 20px auto 40px auto;
}
@media (max-width: 767px) {
  .switch-panel .frame-detail-info {
    font-size: 12px;
  }
}
.switch-panel .frame-detail {
  flex-direction: column;
}
.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: 767px) {
  .switch-panel .frame-detail .frame-item p {
    font-size: 12px;
  }
}

.accessories-panel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 38px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.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 auto;
  max-width: 60%;
}
@media (max-width: 767px) {
  .accessories-panel .item .item-pics {
    max-width: 70%;
    margin: 0 auto;
  }
}
.accessories-panel .item .item-pics.item-pics-2 img {
  width: 50%;
}
.accessories-panel .title {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  color: #584024;
}
@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;
}
@media (max-width: 767px) {
  .accessories-panel .accessories-info p {
    font-weight: 400;
    font-size: 12px;
  }
}
@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 20px auto;
  }
}

.frame-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  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: 300;
  line-height: 160%;
  text-align: center;
  width: 100%;
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .frame-main .frame-main-text p {
    font-size: 12px;
  }
}

.frame-detail {
  display: flex;
  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;
  max-width: 85%;
}
.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;
}

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

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

.next-glass {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #b1b1b1;
}

.prev-glass {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #b1b1b1 transparent transparent;
}

.product-slide {
  position: relative;
}

.product-slide-item img {
  width: 80%;
}

@media (max-width: 767px) {
  .pro-link-text {
    font-size: 12px;
  }
}

.sale-date {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #716363;
}

.sale-time {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #716363;
}

section.kv {
  position: relative;
  background-color: #f3d6dc;
  max-height: 1080px;
}
@media (max-width: 767px) {
  section.kv {
    height: 100%;
  }
}
section.kv img:not(.dec) {
  width: 100%;
}

section.introSection {
  position: relative;
  padding: 52px 20px;
  text-align: center;
  background-color: #fff;
}
section.introSection .wrapper {
  position: relative;
}

section.lineup {
  position: relative;
  padding: 0 20px 40px 20px;
  text-align: center;
  background-color: #fff;
}
section.lineup .btn-more {
  background: #eeaebd;
}
section.lineup .frame-main .frame-main-text p {
  width: 100%;
}
section.lineup .lineup-title {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #716363;
}
@media (max-width: 1200px) {
  section.lineup .dec-01 {
    top: -4%;
    right: 5%;
  }
  section.lineup .dec-02 {
    top: -4%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  section.lineup .dec-01 {
    top: -2%;
    width: 70px;
  }
  section.lineup .dec-02 {
    top: -2%;
    width: 65px;
  }
}

.dec-title {
  position: relative;
  display: inline-block;
}
.dec-title .dec-title-img {
  width: 220px;
}
@media (max-width: 767px) {
  .dec-title .dec-title-img {
    width: 160px;
  }
}
.dec-title .dec {
  position: absolute;
  width: 30%;
  z-index: 2;
}

section.chiikawa {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  background-color: #f9d5dc;
}
section.chiikawa .btn-more {
  background-color: #eeaebd;
}
section.chiikawa .dec-title .dec-01 {
  left: -80px;
  top: 160px;
}
@media (max-width: 767px) {
  section.chiikawa .dec-title .dec-01 {
    left: -75px;
    top: 100px;
  }
}
@media (max-width: 767px) {
  section.chiikawa .dec-title .dec-02 {
    right: -60px;
    top: 15px;
  }
}

section.hachiware {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  background-color: #e0ecf7;
}
section.hachiware .btn-more {
  background-color: #a3d3f0;
}
section.hachiware .dec-title .dec-01 {
  left: -80px;
  top: 160px;
}
@media (max-width: 767px) {
  section.hachiware .dec-title .dec-01 {
    left: -75px;
    top: 100px;
  }
}
@media (max-width: 767px) {
  section.hachiware .dec-title .dec-02 {
    right: -60px;
    top: 15px;
  }
}

section.usagi {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  background-color: #fbf1d8;
}
section.usagi .btn-more {
  background-color: #ebc14c;
}
section.usagi .dec-title .dec-01 {
  left: -80px;
  top: 160px;
}
@media (max-width: 767px) {
  section.usagi .dec-title .dec-01 {
    left: -75px;
    top: 100px;
  }
}
@media (max-width: 767px) {
  section.usagi .dec-title .dec-02 {
    right: -60px;
    top: 15px;
  }
}
section.usagi .dec-title .dec-01 {
  top: 0px;
}
@media (max-width: 767px) {
  section.usagi .dec-title .dec-01 {
    top: 15px;
  }
}
section.usagi .dec-title .dec-02 {
  right: -80px;
  top: 160px;
}
@media (max-width: 767px) {
  section.usagi .dec-title .dec-02 {
    right: -60px;
    top: 100px;
  }
}

section.accessories {
  background: #f3d7dd;
  padding: 50px 20px;
}

.giveaway .header {
  text-align: center;
}
.giveaway .header .date {
  font-size: 18px;
  font-weight: 500;
}
.giveaway .header .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.giveaway .header .title {
  color: #431f16;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}
.giveaway .pic {
  position: relative;
  margin: 50px auto;
  width: 90%;
  aspect-ratio: 422/280;
  object-fit: cover;
  background-color: #fff;
}
.giveaway .pic .dec-01 {
  left: 50%;
  top: -73px;
  transform: translateX(-50%);
  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: 18px;
  line-height: 160%;
  text-align: center;
  margin: 10px auto;
}
.giveaway .terms-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  margin-top: 40px;
}
.giveaway .terms-title img {
  vertical-align: text-bottom;
}
.giveaway .terms-list {
  margin-left: 30px;
}
.giveaway .terms-list li {
  font-family: "JINS Next", "Noto Sans TC", "Helvetica Neue", "Helvetica", "PingFang TC", "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  list-style: disc;
}
.giveaway .custom-swiper-button-next {
  right: -3rem;
  display: block;
}
.giveaway .custom-swiper-button-prev {
  left: -3rem;
  display: block;
}
.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;
}

.panel .swiper-pagination {
  position: static;
  left: auto;
  transform: none;
  bottom: auto;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.dec {
  position: absolute;
  max-width: inherit;
  z-index: 2;
  transform-origin: center center;
}
main {
  padding-top: 0 !important;
  overflow: hidden;
  line-height: 1.6;
}

.container {
  position: relative;
}