@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

address {
  font-style: normal;
}

.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 200px) and (max-width: 1920px) {
  .test {
    background-color: blue;
  }
}

.mainArea {
  padding-top: 0;
  padding-bottom: 0;
}

.bannerArea.product .bannerBox .Img img {
  min-height: auto;
}

@media (min-width: 961px) and (max-width: 1680px) {
  .bannerArea.product .titleBox {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .bannerArea.product .titleBox {
    padding-top: 25px;
  }
}

@media (max-width: 960px) {
  .bannerArea.product .titleBox::before {
    background-image: url("../images/iconWhite.svg");
  }
}

@media (max-width: 767px) {
  .bannerArea.product .titleBox::before {
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}

@media (max-width: 960px) {
  .bannerArea.product .titleBox .title {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .bannerArea.product .titleBox .title {
    font-size: 21px;
  }
}

@media (max-width: 960px) {
  .bannerArea.product .titleBox .en {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .bannerArea.product .titleBox .en {
    font-size: 17px;
  }
}

@media (max-width: 960px) {
  .bannerArea.product .titleBox .smallText {
    display: none;
  }
}

@media (max-width: 960px) {
  .bannerArea.product .titleBox .text {
    color: #fff;
  }

  .bannerArea.product .titleBox .text::before,
  .bannerArea.product .titleBox .text::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .bannerArea.product .titleBox .text {
    margin-bottom: 0;
    font-size: 16px;
  }

  .bannerArea.product .titleBox .text::before,
  .bannerArea.product .titleBox .text::after {
    display: none;
  }
}

@media (max-width: 960px) {
  .bannerArea.product .titleBox .note {
    color: #eee;
  }
}

@media (max-width: 767px) {
  .bannerArea.product .titleBox .note {
    font-size: 13px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .bannerArea.product .titleBox .note .no {
    font-size: 26px;
  }
}

@media (max-width: 1366px) {

  .bannerArea.fashion .titleBox img,
  .bannerArea.wedding .titleBox img {
    display: none;
  }
}

/*--求婚鑽戒內容 開始--*/
.engagementBox1 {
  position: relative;
  background-color: #f0edea;
  overflow: hidden;
}

.engagementBox1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 960px;
  height: 560px;
  background-image: url("../images/contentBg4.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.engagementBox1 .wrap {
  display: flex;
}

@media (max-width: 960px) {
  .engagementBox1 .wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.engagementBox1 .leftBox {
  position: relative;
  width: 432px;
  margin-left: 130px;
  margin-right: 130px;
  width: 560px;
  height: 560px;
}

@media (max-width: 1180px) {
  .engagementBox1 .leftBox {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (max-width: 960px) {
  .engagementBox1 .leftBox {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .engagementBox1 .leftBox {
    height: 450px;
  }
}

.engagementBox1 .diamondImg {
  position: absolute;
  left: 50%;
  margin-left: -280px;
  top: -60px;
  width: 560px;
  height: 767px;
  /* background-image: url("../images/diamondAnimation.png"); */
  background-repeat: no-repeat;
}

.engagementBox1 .diamondImg::before {
  content: '';
  position: absolute;
  left: 1px;
  top: -1px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: url('../images/diamondBottom.png');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 960px) {
  .engagementBox1 .diamondImg {
    top: 0;
    transform: scale(0.55);
    transform-origin: center top;
  }
}

@media (max-width: 640px) {
  .engagementBox1 .diamondImg {
    top: 60px;
    transform: scale(0.45);
  }
}

.engagementBox1 .ringBox {
  position: absolute;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: 646px;
}

@media (max-width: 960px) {
  .engagementBox1 .ringBox {
    position: relative;
    bottom: auto;
    width: 432px;
    height: auto;
  }
}

.engagementBox1 .ringBox img {
  display: block;
  width: 100%;
}

.engagementBox1 .ringBox .front,
.engagementBox1 .ringBox .diamond {
  position: absolute;
  left: 0;
  top: 0;
}

.engagementBox1 .ringBox .front {
  z-index: 3;
}

.engagementBox1 .ringBox .diamond {
  z-index: 2;
}

.engagementBox1 .rightBox {
  padding-top: 200px;
  padding-bottom: 120px;
}

@media (max-width: 960px) {
  .engagementBox1 .rightBox {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.engagementBox1 .landingTextBox {
  position: relative;
}

@media (max-width: 960px) {
  .engagementBox1 .landingTextBox {
    text-align: center;
  }
}

.engagementBox1 .landingTextBox::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -25px;
  width: 181px;
  height: 99px;
  background-image: url("../images/diamondImg.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 960px) {
  .engagementBox1 .landingTextBox::before {
    display: none;
  }
}

.engagementBox1 .landingTextBox .title {
  padding-bottom: 5px;
}

.engagementBox1 .landingTextBox .en {
  padding-bottom: 5px;
}

.engagementBox1 .stepList {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-left: -50px;
  margin-right: -50px;
}

@media (max-width: 960px) {
  .engagementBox1 .stepList {
    width: 100%;
    max-width: 240px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}

.engagementBox1 .stepList li {
  padding: 20px 50px 10px;
}

@media (max-width: 960px) {
  .engagementBox1 .stepList li {
    padding: 0;
  }
}

@media (min-width: 961px) {
  .engagementBox1 .stepList li:not(:last-child) {
    border-right: 1px solid #dddbd3;
  }
}

@media (max-width: 960px) {
  .engagementBox1 .stepList li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddbd3;
  }
}

@media (max-width: 960px) {
  .engagementBox1 .stepList .item {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 960px) {
  .engagementBox1 .stepList .text {
    padding-bottom: 0;
    margin-top: 8px;
  }
}

.engagementBox1 .stepList .no {
  text-align: center;
  color: #b7a469;
  font-weight: 300;
  font-size: 50px;
  font-style: italic;
  line-height: 0.8;
  margin-bottom: 12px;
}

@media (max-width: 960px) {
  .engagementBox1 .stepList .no {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.engagementBox1 .stepList .no::before {
  content: "step";
  display: block;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

@media (max-width: 960px) {
  .engagementBox1 .stepList .no::before {
    margin-right: 5px;
    font-style: normal;
  }
}

.engagementBox2 {
  position: relative;
  background-color: #f0edea;
}

.engagementBox2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 550px;
  background-image: url("../images/contentBg3.png");
  background-repeat: no-repeat;
}

.engagementBox2 .wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 480px) {
  .engagementBox2 .wrap {
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.engagementBox2 .leftBox,
.engagementBox2 .rightBox {
  width: 50%;
}

@media (max-width: 480px) {

  .engagementBox2 .leftBox,
  .engagementBox2 .rightBox {
    width: 100%;
  }
}

.engagementBox2 .leftBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .engagementBox2 .leftBox {
    margin-bottom: 20px;
  }
}

.engagementBox2 .rightBox {
  padding-left: 75px;
  padding-right: 75px;
}

@media (max-width: 960px) {
  .engagementBox2 .rightBox {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .engagementBox2 .rightBox {
    padding-left: 0;
  }
}

.engagementBox2 .Img img {
  display: block;
  max-width: 100%;
}

/*--求婚鑽戒內容 結束--*/
/*--結婚戒指內容 開始--*/
.weddingBox1 {
  overflow: hidden;
  background-image: url("../images/landingWeddingBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.weddingBox1 .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}

.weddingBox1 .Img {
  position: absolute;
  top: 0;
}

.weddingBox1 .Img img {
  display: block;
  width: 100%;
}

@media (max-width: 1023px) {

  .weddingBox1 .imgLeft,
  .weddingBox1 .imgRight {
    display: none;
  }
}

.weddingBox1 .imgLeft {
  left: -190px;
}

@media (max-width: 1280px) {
  .weddingBox1 .imgLeft {
    left: -300px;
  }
}

.weddingBox1 .imgRight {
  right: -20px;
}

@media (max-width: 1280px) {
  .weddingBox1 .imgRight {
    right: -150px;
  }
}

@media (min-width: 1024px) {

  .weddingBox1 .imgLeftMobile,
  .weddingBox1 .imgRightMobile {
    display: none;
  }
}

.weddingBox1 .imgLeftMobile {
  top: 30px;
  left: 0;
}

@media (max-width: 767px) {
  .weddingBox1 .imgLeftMobile {
    left: -70px;
  }
}

@media (max-width: 440px) {
  .weddingBox1 .imgLeftMobile {
    top: 0;
  }
}

.weddingBox1 .imgRightMobile {
  top: auto;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 767px) {
  .weddingBox1 .imgRightMobile {
    right: -80px;
    bottom: -30px;
  }
}

@media (max-width: 440px) {
  .weddingBox1 .imgRightMobile {
    right: -100px;
    bottom: -60px;
  }
}

/*--結婚戒指內容 結束--*/
/*--時尚珠寶 開始--*/
.fashionBox1 {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}

.fashionBox1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/landingFashionBg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (max-width: 767px) {
  .fashionBox1::after {
    opacity: 0.2;
  }
}

.fashionBox1 .wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 400px;
}

.fashionBox1 .Img {
  position: absolute;
  top: 0;
}

.fashionBox1 .Img img {
  display: block;
  width: 100%;
}

.fashionBox1 .imgLeft {
  left: -255px;
}

@media (max-width: 1680px) {
  .fashionBox1 .imgLeft {
    left: -100px;
  }
}

@media (max-width: 1180px) {
  .fashionBox1 .imgLeft {
    display: none;
  }
}

.fashionBox1 .imgRight {
  right: 0;
}

@media (max-width: 1680px) {
  .fashionBox1 .imgRight {
    right: -500px;
  }
}

@media (max-width: 1280px) {
  .fashionBox1 .imgRight {
    right: -600px;
  }
}

@media (max-width: 1180px) {
  .fashionBox1 .imgRight {
    display: none;
  }
}

@media (max-width: 1023px) {
  .fashionBox1 .imgRight {
    display: none;
  }
}

@media (min-width: 1181px) {

  .fashionBox1 .imgLeftMobile,
  .fashionBox1 .imgRightMobile {
    display: none;
  }
}

@media (max-width: 440px) {

  .fashionBox1 .imgLeftMobile,
  .fashionBox1 .imgRightMobile {
    display: none;
  }
}

.fashionBox1 .imgLeftMobile {
  left: -150px;
  top: auto;
  bottom: -150px;
}

.fashionBox1 .imgRightMobile {
  right: -60px;
  top: -190px;
}

.fashionBox1 .landingTextBox {
  z-index: 2;
  margin-left: 150px;
}

@media (max-width: 1366px) {
  .fashionBox1 .landingTextBox {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .fashionBox1 .landingTextBox {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--時尚珠寶 結束--*/
.justify-start .bannerTextBox {
  padding-left: 180px;
}

@media (max-width: 1480px) {
  .justify-start .bannerTextBox {
    padding-left: 0;
  }
}

.justify-end .bannerTextBox {
  padding-right: 180px;
}

@media (max-width: 1480px) {
  .justify-end .bannerTextBox {
    padding-right: 0;
  }
}

.bannerTextBox {
  width: 50%;
  color: #505761;
}

@media (max-width: 960px) {
  .bannerTextBox {
    width: 100%;
    max-width: 400px;
    color: #fff;
  }
}

.bannerTextBox .title {
  font-size: 24px;
  letter-spacing: 0.08em;
}

@media (max-width: 960px) {
  .bannerTextBox .title {
    font-size: 21px;
  }
}

.bannerTextBox .en {
  font-size: 18px;
}

.bannerTextBox .text {
  padding-top: 30px;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.08em;
}

@media (max-width: 960px) {
  .bannerTextBox .text {
    padding-top: 12px;
  }
}

.bannerTextBox .note {
  color: #7e8082;
}

@media (max-width: 960px) {
  .bannerTextBox .note {
    max-height: 54px;
    overflow: hidden;
    color: #fff;
  }
}

.bannerTextBox.white {
  color: #fff;
}

.bannerTextBox.white .title,
.bannerTextBox.white .en,
.bannerTextBox.white .note {
  color: #fff;
}

.bannerTextBox.white .text {
  color: #fff;
}

.bannerTextBox.goldenPage .en {
  font-size: 34px;
}

@media (max-width: 767px) {
  .bannerTextBox.goldenPage .en {
    font-size: 18px;
  }
}

.bannerTextBox.goldenPage .note {
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .bannerTextBox .button a {
    color: #fff;
  }
}

.cardBox {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .cardBox:not(.acredoBox) .noteBox {
    padding-left: 85px;
  }
}

@media (min-width: 768px) {
  .cardBox:not(.acredoBox).reverse .noteBox {
    padding-left: 0;
    padding-right: 85px;
  }
}

.cardBox.reverse .wrap {
  flex-direction: row-reverse;
}

.cardBox.reverse .noteBox.line::after {
  right: auto;
  left: 0;
}

.cardBox .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1130px;
}

.cardBox .landingTextBox {
  position: relative;
  z-index: 5;
  width: 100%;
}

.cardBox .leftBox,
.cardBox .rightBox {
  width: 50%;
}

@media (max-width: 767px) {

  .cardBox .leftBox,
  .cardBox .rightBox {
    width: 100%;
  }
}

.cardBox .noteBox {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .cardBox .noteBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cardBox .noteBox.line {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .cardBox .noteBox.line {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .cardBox .noteBox.line {
    margin-bottom: 20px;
  }
}

.cardBox .noteBox.line::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 50px);
  height: 1px;
  background-color: #eaeaea;
}

@media (max-width: 767px) {
  .cardBox .noteBox.line::after {
    width: 100%;
  }
}

.cardBox .noteBox .en {
  font-size: 22px;
  text-transform: uppercase;
}

.cardBox .noteBox .title {
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.cardBox .noteBox .note {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.7;
}

.cardBox .Img img {
  display: block;
  max-width: 100%;
}

@media (max-width: 767px) {
  .citizenBox .leftBox {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .citizenBox2 .leftBox {
    margin-top: -120px;
  }
}

@media (min-width: 768px) {
  .citizenBox2 .rightBox {
    margin-top: 150px;
  }
}

.citizenBox3 .landingTextBox {
  margin-bottom: 80px;
}

.acredoBox {
  padding-top: 30px;
  padding-bottom: 30px;
}

.acredoBox.firstBox {
  padding-top: 0;
  padding-bottom: 0;
}

.acredoBox.firstBox .wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 70px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .acredoBox.firstBox .wrap {
    padding-bottom: 30px;
  }
}

.acredoBox.firstBox .wrap::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 500px;
  height: 250px;
  background-image: url("../images/contentBg5Top.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .acredoBox.firstBox .wrap::before {
    right: -150px;
    top: -20px;
  }
}

@media (max-width: 480px) {
  .acredoBox.firstBox .wrap::before {
    right: -120px;
    width: 300px;
    height: 150px;
  }
}

@media (max-width: 480px) {
  .acredoBox.firstBox .titleBox {
    padding-top: 10px;
  }
}

.acredoBox .Img {
  background-color: #fafafa;
}

.acredoBox .Img img {
  display: block;
  width: 100%;
}

.acredoBox .rightBox {
  padding-top: 50px;
}

@media (max-width: 640px) {
  .acredoBox .rightBox {
    padding-top: 20px;
  }
}

.acredoBox .noteBox,
.acredoBox .step {
  padding-left: 70px;
}

@media (max-width: 960px) {

  .acredoBox .noteBox,
  .acredoBox .step {
    padding-left: 20px;
  }
}

@media (max-width: 640px) {

  .acredoBox .noteBox,
  .acredoBox .step {
    padding-left: 0;
  }
}

.acredoBox .noteBox {
  padding-right: 70px;
}

@media (max-width: 960px) {
  .acredoBox .noteBox {
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .acredoBox .noteBox {
    padding-right: 0;
  }
}

.acredoBox .noteBox .title {
  font-size: 17px;
}

.acredoBox .step {
  position: relative;
  padding-bottom: 12px;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #888;
}

.acredoBox .step::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% + 50px);
  height: 1px;
  background-color: #eaeaea;
}

@media (max-width: 640px) {
  .acredoBox .step::after {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .acredoBox.reverse .step::after {
    right: auto;
    left: 0;
  }
}

@media (max-width: 640px) {
  .acredoBox.reverse .wrap {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .acredoBox .wrap {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 640px) {

  .acredoBox .leftBox,
  .acredoBox .rightBox {
    width: 100%;
    max-width: 360px;
  }
}

.acredoBox2 {
  position: relative;
  z-index: 0;
  background-color: #2c2c29;
}

.acredoBox2 .wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 70px;
}

@media (max-width: 640px) {
  .acredoBox2 .wrap {
    min-height: 445px;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .acredoBox2 .wrap {
    padding-top: 35px;
  }
}

.acredoBox2 .wrap::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -80px;
  z-index: 5;
  width: 145px;
  height: 170px;
  background-image: url("../images/landingAcredoRing.png");
}

@media (max-width: 640px) {
  .acredoBox2 .wrap::after {
    right: auto;
    left: 40px;
  }
}

@media (max-width: 480px) {
  .acredoBox2 .wrap::after {
    left: 20px;
  }
}

.acredoBox2 .Img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .acredoBox2 .Img {
    display: none;
  }
}

.acredoBox2 .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acredoBox2 .mobileImg {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 640px;
}

@media (min-width: 641px) {
  .acredoBox2 .mobileImg {
    display: none;
  }
}

.acredoBox2 .mobileImg img {
  display: block;
  width: 100%;
}

.acredoBox2 .landingTextBox {
  width: 100%;
  max-width: 400px;
}

@media (max-width: 640px) {
  .acredoBox2 .landingTextBox {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.acredoBox2 .landingTextBox .title {
  padding-bottom: 3px;
  font-size: 18px;
  color: #fff;
}

.acredoBox2 .landingTextBox .en {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.acredoBox2 .landingTextBox .text {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
}

.acredoBox2 .landingTextBox .button a {
  padding: 12px 70px;
}

.acredoBox2 .landingTextBox .button a:hover {
  color: #fff;
}

.otherProductArea {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.otherProductArea::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 420px;
  height: 400px;
  background-image: url("../images/contentBg5Bottom.png");
}

.otherProductArea .wrap {
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}

@media (max-width: 640px) {
  .otherProductArea .wrap {
    padding-top: 20px;
  }
}

.otherProductArea.golden {
  background-color: #f3efec;
  padding-bottom: 0;
}

.otherProductArea.golden::before {
  display: none;
}

@media (min-width: 641px) {
  .otherProductArea.golden .wrap {
    border-top: none;
  }
}

.otherProductBottom {
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.otherProductBottom.golden {
  max-width: 1220px;
}

.otherProductList {
  width: 100%;
  max-width: 100%;
}

.otherProductList.golden .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 640px) {
  .otherProductList.golden .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.otherProductList.golden .Img {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.otherProductList.acredo .title {
  font-weight: 400;
}

.otherProductList .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.5s;
}

.otherProductList .slick-current {
  opacity: 1;
}

.otherProductList .slick-current .Img img {
  opacity: 1;
}

.otherProductList .slick-current .title {
  color: #444;
}

.otherProductList .Img {
  background-color: #f9f9f9;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

.otherProductList .Img img {
  display: block;
  width: 100%;
  opacity: 0.4;
  transition: all 0.5s;
}

.otherProductList .title {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #aaa;
}

@media (max-width: 767px) {
  .otherProductList .Txt {
    display: none;
  }
}

.otherProductTextList {
  width: 100%;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-align: center;
}

.otherProductTextList .item {
  position: relative;
  padding-top: 55px;
}

.otherProductTextList .item::before {
  content: "”";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 68px;
}

.otherProductTextList .title {
  display: block;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.otherProductTextList .en {
  font-size: 18px;
  color: #505761;
  text-transform: uppercase;
}

.otherProductTextList .text {
  line-height: 1.7;
  padding-top: 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #777;
}

.otherProductTextList .item::before,
.otherProductTextList .title,
.otherProductTextList .en,
.otherProductTextList .text {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease-in-out;
}

.otherProductTextList .slick-current .item::before,
.otherProductTextList .slick-current .title,
.otherProductTextList .slick-current .en,
.otherProductTextList .slick-current .text {
  opacity: 1;
  transform: translateY(0);
}

.otherProductTextList .slick-current .item::before {
  transition-delay: 0.2s;
}

.otherProductTextList .slick-current .title {
  transition-delay: 0.3s;
}

.otherProductTextList .slick-current .en {
  transition-delay: 0.4s;
}

.otherProductTextList .slick-current .text {
  transition-delay: 0.5s;
}

/*--金工坊 開始--*/
.goldenTopBox {
  text-align: center;
  overflow: hidden;
  background-color: #f9f6f4;
}

.goldenTopBox .wrap {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1280px) {
  .goldenTopBox .wrap {
    padding-top: 70px;
  }
}

@media (max-width: 1023px) {
  .goldenTopBox .wrap {
    padding-bottom: 70px;
  }
}

.goldenTopBox .landingTextBox {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.goldenTopBox .landingTextBox .title {
  padding-bottom: 10px;
}

.goldenTopBox .landingTextBox .note {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.7;
}

.goldenTopBox .Img {
  position: absolute;
}

.goldenTopBox .Img img {
  display: block;
  max-width: 100%;
}

.goldenTopBox .imgLeft {
  top: -170px;
  left: 95px;
}

.goldenTopBox .imgLeft1 {
  top: -180px;
  left: 145px;
}

@media (max-width: 1280px) {
  .goldenTopBox .imgLeft1 {
    width: 280px;
  }
}

@media (max-width: 960px) {
  .goldenTopBox .imgLeft1 {
    left: -10px;
  }
}

@media (max-width: 767px) {
  .goldenTopBox .imgLeft1 {
    top: -110px;
    left: 30px;
    width: 160px;
  }
}

.goldenTopBox .imgLeft2 {
  top: 145px;
  left: 95px;
}

@media (max-width: 1280px) {
  .goldenTopBox .imgLeft2 {
    top: 100px;
    left: 180px;
    width: 80px;
  }
}

@media (max-width: 960px) {
  .goldenTopBox .imgLeft2 {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .goldenTopBox .imgLeft2 {
    top: 45px;
    width: 63px;
  }
}

.goldenTopBox .imgRight {
  right: 60px;
  bottom: -80px;
}

@media (max-width: 1280px) {
  .goldenTopBox .imgRight {
    right: -40px;
    width: 200px;
  }
}

@media (max-width: 440px) {
  .goldenTopBox .imgRight {
    display: none;
  }
}

.goldenTopBox .landingTextBox {
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.8s ease-in-out;
}

.goldenTopBox .imgLeft1,
.goldenTopBox .imgLeft2 {
  opacity: 0;
  transform: translate(-15px, -15px);
  transition: all 0.8s ease-in-out;
}

.goldenTopBox .imgRight {
  opacity: 0;
  transform: translate(15px, 15px);
  transition: all 0.8s ease-in-out;
}

.goldenTopBox.animateShow .imgLeft1,
.goldenTopBox.animateShow .imgLeft2,
.goldenTopBox.animateShow .imgRight {
  opacity: 1;
  transform: translate(0, 0);
}

.goldenTopBox.animateShow .imgLeft1,
.goldenTopBox.animateShow .imgLeft2 {
  transition-delay: 0.6s;
}

.goldenTopBox.animateShow .imgRight {
  transition-delay: 1s;
}

.goldenTopBox.animateShow .landingTextBox {
  opacity: 1;
  opacity: 1;
  transform: translateY(0px);
}

.goldenModuleArea .moduleInnerBox {
  padding-top: 30px;
  background-color: #f3efec;
}

.goldenModuleArea .titleBox {
  margin-bottom: 45px;
}

.goldenModuleArea .buttonBox {
  margin-top: 20px;
}

ul.goldenModuleList {
  position: relative;
  z-index: 1;
  list-style-type: none;
  padding-left: 0;
}

@media (min-width: 641px) {
  ul.goldenModuleList li:nth-child(even) .item {
    flex-direction: row-reverse;
    text-align: right;
  }
}

ul.goldenModuleList::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #dfdbce;
}

ul.goldenModuleList .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  color: #888;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media (max-width: 640px) {
  ul.goldenModuleList .item {
    flex-direction: column;
    align-items: center;
  }
}

ul.goldenModuleList .item::before {
  content: "";
  width: calc(50% - 100px);
}

ul.goldenModuleList .iconBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #f3efec;
}

@media (max-width: 640px) {
  ul.goldenModuleList .iconBox {
    padding-bottom: 0;
  }
}

ul.goldenModuleList .Txt {
  width: calc(50% - 100px);
  padding-top: 20px;
}

@media (max-width: 640px) {
  ul.goldenModuleList .Txt {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #f3efec;
  }
}

ul.goldenModuleList .no {
  margin-bottom: 10px;
  font-size: 32px;
  color: #b7a469;
  font-style: italic;
  line-height: 1;
}

ul.goldenModuleList .icon img {
  max-width: 100%;
}

ul.goldenModuleList .title {
  padding-bottom: 5px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #505761;
}

ul.goldenModuleList .text {
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.goldenListBox {
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #f3efec;
}

@media (max-width: 960px) {
  .goldenListBox {
    padding-top: 40px;
  }
}

.goldenListBox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #dfdbce;
}

.goldenListBox .itemList {
  display: flex;
  padding-top: 100px;
}

@media (max-width: 960px) {
  .goldenListBox .itemList {
    position: relative;
    max-width: 480px;
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f3efec;
  }
}

@media (min-width: 961px) {
  .goldenListBox .itemList:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.goldenListBox .itemList:nth-child(even) .textBox {
  padding-left: calc((100% - 1255px)/2);
}

@media (max-width: 1366px) {
  .goldenListBox .itemList:nth-child(even) .textBox {
    padding-left: 20px;
  }
}

@media (max-width: 960px) {
  .goldenListBox .itemList:nth-child(even) .textBox {
    padding-left: 0;
  }
}

.goldenListBox .itemList:nth-child(odd) .textBox {
  padding-right: calc((100% - 1255px)/2);
}

@media (max-width: 1366px) {
  .goldenListBox .itemList:nth-child(odd) .textBox {
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .goldenListBox .itemList:nth-child(odd) .textBox {
    padding-right: 0;
  }
}

.goldenListBox .bigImg,
.goldenListBox .textBox {
  width: calc((100% - 140px)/2);
}

@media (max-width: 960px) {

  .goldenListBox .bigImg,
  .goldenListBox .textBox {
    width: 100%;
  }
}

.goldenListBox .bigImg img {
  display: block;
  width: 100%;
}

.goldenListBox .textBox {
  position: relative;
}

@media (max-width: 960px) {
  .goldenListBox .textBox {
    position: static;
    padding-top: 12px;
  }
}

.goldenListBox .textBox .ins {
  width: 100%;
  max-width: 420px;
}

@media (max-width: 960px) {
  .goldenListBox .textBox .ins {
    max-width: 100%;
  }
}

.goldenListBox .stepBox {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  text-align: center;
  font-size: 17px;
  color: #b7a469;
  line-height: 1;
}

@media (max-width: 960px) {
  .goldenListBox .stepBox {
    order: -1;
  }
}

.goldenListBox .stepBox .ins {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3efec;
}

.goldenListBox .stepBox .step {
  font-weight: 500;
}

.goldenListBox .stepBox .no {
  font-weight: 300;
  font-size: 50px;
  font-style: italic;
  line-height: 0.8;
}

.goldenListBox .smallImg {
  width: 320px;
  margin-bottom: 18px;
}

@media (max-width: 960px) {
  .goldenListBox .smallImg {
    display: none;
  }
}

.goldenListBox .smallImg img {
  display: block;
  width: 100%;
}

.goldenListBox .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
  color: #505761;
  letter-spacing: 0.08em;
}

.goldenListBox .text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.7;
}

.goldenListBox .goldenStepImg {
  position: absolute;
  pointer-events: none;
}

@media (max-width: 440px) {
  .goldenListBox .goldenStepImg {
    display: none;
  }
}

.goldenListBox .goldenStepImg img {
  display: block;
  max-width: 100%;
}

@media (min-width: 961px) {
  .goldenListBox .stepList01 .textBox {
    padding-top: 70px;
  }
}

@media (min-width: 961px) {
  .goldenListBox .stepList02 .textBox {
    padding-top: 55px;
  }
}

.goldenListBox .stepList02 .goldenStepImg {
  right: -90px;
  top: 30px;
}

@media (max-width: 1280px) {
  .goldenListBox .stepList02 .goldenStepImg {
    width: 167px;
    height: 145px;
    overflow: hidden;
  }
}

@media (max-width: 960px) {
  .goldenListBox .stepList02 .goldenStepImg {
    width: 147px;
    right: auto;
    left: 25px;
    top: -25px;
  }
}

@media (min-width: 961px) {
  .goldenListBox .stepList03 .textBox {
    padding-top: 95px;
  }
}

@media (min-width: 961px) {
  .goldenListBox .stepList03 .textBox .ins {
    position: relative;
  }
}

.goldenListBox .stepList03 .goldenStepImg {
  top: -80px;
  left: 380px;
  width: 205px;
}

@media (max-width: 960px) {
  .goldenListBox .stepList03 .goldenStepImg {
    left: auto;
    right: 20px;
    top: -20px;
    width: 131px;
  }
}

@media (min-width: 961px) {
  .goldenListBox .stepList04 .textBox {
    padding-top: 20px;
  }
}

@media (min-width: 961px) {
  .goldenListBox .stepList04 .textBox .ins {
    position: relative;
  }
}

.goldenListBox .stepList04 .goldenStepImg {
  left: 270px;
  top: 145px;
  width: 174px;
}

@media (max-width: 960px) {
  .goldenListBox .stepList04 .goldenStepImg {
    width: 138px;
    right: auto;
    left: 40px;
    top: 0;
  }
}

@media (max-width: 960px) {
  .goldenListBox .stepList04 .button {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--金工坊 結束--*/
/*--迪士尼 開始--*/
@media (max-width: 640px) {
  .disneyArea.contentBg {
    background-color: #fff;
    border-bottom: 1px solid #ebdcdf;
  }
}

.disneyArea .wrap {
  position: relative;
  max-width: 1300px;
}

@media (max-width: 1366px) {
  .disneyArea .wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.disneyTextBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* max-width: 540px;
  padding-left: 20px;
  padding-right: 20px; */
  margin-left: auto;
  margin-right: auto;
}

.disneyTextBox .logo {
  margin-bottom: 15px;
}

.disneyTextBox .logo img {
  display: block;
  max-width: 100%;
}

.disneyTextBox .title {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 18px;
  color: #505761;
  letter-spacing: 0.08em;
}

.disneyTextBox .text {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #888;
  /* text-align: center; */
}

.disneyCopyright {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #888;
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 1366px) {
  .disneyContainer {
    display: flex;
    justify-content: center;
  }
}

.disneyContainer .disneyList .item::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #df7475;
  transition: all 0.7s;
}

@media (max-width: 1366px) {
  .disneyContainer .disneyList .item::before {
    display: none;
  }
}

.disneyContainer.animateShow .disneyCenter li .item::before {
  transform: translateY(100%);
}

.disneyContainer.animateShow .disneyCenter li:nth-child(1) .item::before {
  transition-delay: 0.05s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(1) .smallImg {
  transition-delay: 0.05s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(2) .item::before {
  transition-delay: 0.1s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(2) .smallImg {
  transition-delay: 0.1s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(3) .item::before {
  transition-delay: 0.15s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(3) .smallImg {
  transition-delay: 0.15s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(4) .item::before {
  transition-delay: 0.2s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(4) .smallImg {
  transition-delay: 0.2s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(5) .item::before {
  transition-delay: 0.25s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(5) .smallImg {
  transition-delay: 0.25s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(6) .item::before {
  transition-delay: 0.3s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(6) .smallImg {
  transition-delay: 0.3s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(7) .item::before {
  transition-delay: 0.35s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(7) .smallImg {
  transition-delay: 0.35s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(8) .item::before {
  transition-delay: 0.4s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(8) .smallImg {
  transition-delay: 0.4s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(9) .item::before {
  transition-delay: 0.45s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(9) .smallImg {
  transition-delay: 0.45s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(10) .item::before {
  transition-delay: 0.5s;
}

.disneyContainer.animateShow .disneyCenter li:nth-child(10) .smallImg {
  transition-delay: 0.5s;
}

.disneyLeft,
.disneyRight {
  width: 480px;
  max-width: 100%;
  flex-shrink: 0;
}

@media (min-width: 1367px) {

  .disneyLeft,
  .disneyRight {
    display: none;
  }
}

@media (max-width: 640px) {

  .disneyLeft,
  .disneyRight {
    width: 318px;
  }
}

.disneyLeft li,
.disneyRight li {
  max-width: 160px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 640px) {

  .disneyLeft li,
  .disneyRight li {
    max-width: 106px;
  }
}

.disneyLeft {
  margin-right: 10px;
}

.disneyRight {
  margin-left: 10px;
}

.disneyCenter {
  position: relative;
  transition: all 0.5s;
  flex-shrink: 0;
}

@media (min-width: 1367px) {
  .disneyCenter {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 1366px) {
  .disneyCenter {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 640px) {
  .disneyCenter {
    max-width: 280px;
  }
}

@media (min-width: 1367px) {
  .disneyCenter li {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1367px) {
  .disneyCenter li.current {
    flex: 2.5;
  }
}

.disneyCenter li.current .smallImg {
  opacity: 0;
}

.disneyCenter li.current .bigImg {
  opacity: 1;
}

@media (max-width: 1366px) {
  .disneyCenter li .smallImg {
    opacity: 0;
  }

  .disneyCenter li .bigImg {
    opacity: 1;
  }
}

.disneyList {
  margin-bottom: 40px;
  height: 500px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .disneyList {
    height: 400px;
  }
}

.disneyList.noTransition {
  transition: none;
}

.disneyList li {
  transition: all 0.5s ease-in-out;
}


.disneyList .item {
    position: relative;
    overflow: hidden;
    /* background-color: #df7475; */
    transition: all 1s;
}
  
.disneyList .link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
}

.disneyList .bigImg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.disneyList .bigImg .top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 500px;
}

.disneyList .bigImg img {
  display: block;
  width: 100%;
  min-height: 500px;
  object-fit: cover;
  pointer-events: none;
  filter: blur(10px);
}

.disneyList .smallImg {
  transition: all 0.2s ease-in-out;
}

.disneyList .smallImg img {
    display: block;
    width: 100%;
    height: 500px;
    max-height: 500px;
    object-fit: cover;
    pointer-events: none;
    /* opacity: 0.4; */
}

@media (max-width: 640px) {
  .disneyList .smallImg img {
    height: 400px;
  }
}

.disneyBottomList li {
  display: none;
}

.disneyBottomList .disneyTextBox .logo,
.disneyBottomList .disneyTextBox .text {
  filter: blur(5px);
  opacity: 0;
  transform: scale(1.05);
  transition: all 1s ease-in-out;
}

.disneyBottomList .disneyTextBox .title span {
  display: inline-block;
  filter: blur(5px);
  opacity: 0;
  transform: scaleX(1.15) translateY(8px);
  transition: all 0.7s ease-in-out;
}

.disneyBottomList .show .disneyTextBox .logo,
.disneyBottomList .show .disneyTextBox .text {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

.disneyBottomList .show .disneyTextBox .title span {
  filter: blur(0);
  opacity: 1;
  transform: scaleX(1) translateY(0);
}

.disneyBottomList .show .disneyTextBox .text {
  transition-delay: 0.2s;
}

/*--迪士尼 結束--*/
/*--名品解構 開始--*/
.knowledgeBanner .bannerTextBox .text {
  padding-top: 0;
  margin-top: 10px;
}

.knowledgeBanner .bannerTextBox .text::before,
.knowledgeBanner .bannerTextBox .text::after {
  width: 210px;
  background-color: #444;
}

.knowledgeBanner .bannerTextBox .text::before {
  left: -210px;
}

.knowledgeBanner .bannerTextBox .text::after {
  right: -210px;
}

.knowledgeListBox {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.knowledgeListBox .itemList {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .knowledgeListBox .itemList {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .knowledgeListBox .itemList {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .knowledgeListBox .itemList:nth-child(even) {
    flex-direction: row-reverse;
  }

  .knowledgeListBox .itemList:nth-child(even) .textBox {
    padding-left: 80px;
  }
}

.knowledgeListBox .Img,
.knowledgeListBox .textBox {
  width: 50%;
}

@media (max-width: 767px) {

  .knowledgeListBox .Img,
  .knowledgeListBox .textBox {
    width: 100%;
  }
}

.knowledgeListBox .Img {
  border: 8px solid #fafafa;
}

@media (max-width: 767px) {
  .knowledgeListBox .Img {
    border: none;
  }
}

.knowledgeListBox .Img img {
  display: block;
  width: 100%;
}

.knowledgeListBox .textBox {
  margin-top: 45px;
  padding: 60px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .knowledgeListBox .textBox {
    margin-top: 0;
    padding: 20px 0;
    text-align: center;
  }
}

.knowledgeListBox .title {
  padding-bottom: 5px;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.knowledgeListBox .text {
  padding-bottom: 40px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.knowledgeInfoArea {
  width: 100%;
  margin-bottom: 65px;
  background-color: #fafafa;
}

.knowledgeInfoArea .wrap {
  position: relative;
  z-index: 0;
  padding-top: 70px;
  padding-bottom: 55px;
}

.knowledgeInfoArea .wrap::before,
.knowledgeInfoArea .wrap::after {
  content: "";
  position: absolute;
  background-size: contain;
  z-index: -1;
}

.knowledgeInfoArea .wrap::before {
  right: -85px;
  top: 0;
  width: 480px;
  height: 220px;
  background-image: url("../images/contentBg6Top.png");
}

.knowledgeInfoArea .wrap::after {
  left: -250px;
  bottom: 0;
  width: 500px;
  height: 180px;
  background-image: url("../images/contentBg6Bottom.png");
}

.knowledgeInfoArea .mainTitle2 {
  margin-bottom: 50px;
}

.knowledgeInfoText {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.knowledgeInfoText .itemText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
}

.knowledgeInfoText .itemText.reverse {
  flex-direction: column-reverse;
  padding-top: 80px;
}

.knowledgeInfoText .title {
  padding-bottom: 3px;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #444;
}

/*--名品解構 結束--*/
.landingVideoArea {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #f3efec;
}

@media (max-width: 1180px) {
  .landingVideoArea {
    padding-top: 45px;
  }
}

@media (max-width: 640px) {
  .landingVideoArea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.landingVideoArea .wrap {
  max-width: 1300px;
}

@media (max-width: 640px) {
  .landingVideoArea .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.landingVideoList .item {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 640px) {
  .landingVideoList .item {
    flex-direction: column;
    align-items: center;
  }
}

.landingVideoList .imgBox {
  position: relative;
  width: 47%;
}

@media (max-width: 640px) {
  .landingVideoList .imgBox {
    width: 100%;
  }
}

.landingVideoList .imgBox:hover .videoBtn .icon::before {
  animation: rotateAni 5s linear infinite;
}

.landingVideoList .Img {
  background-color: #000;
}

.landingVideoList .Img img {
  display: block;
  width: 100%;
  min-height: 200px;
  opacity: 0.7;
  object-fit: cover;
}

.landingVideoList .right {
  width: 53%;
  padding-left: 80px;
  padding-top: 50px;
}

@media (max-width: 1180px) {
  .landingVideoList .right {
    padding-left: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 640px) {
  .landingVideoList .right {
    width: 100%;
    padding-right: 20px;
  }
}

.landingVideoList .title {
  padding-bottom: 12px;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.landingVideoList .text {
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #777;
}

.landingVideoList .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.landingVideoList .videoBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.videoBtn .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  margin-bottom: 10px;
}

.videoBtn .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/videoBorder.png");
  transition: all 0.5s;
}

.videoBtn .icon::after {
  content: "";
  width: 16px;
  height: 12px;
  background-image: url("../images/videoPlay.png");
  background-size: contain;
}

.videoBtn .text {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
}

.landingProductArea {
  padding-top: 80px;
  /*padding-bottom: 40px;*/
  background-color: #fff4ee;
}

@media (max-width: 960px) {
  .landingProductArea {
    padding-top: 40px;
  }
}

.landingProductArea .titleBox6 {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  .landingProductArea .titleBox6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .landingProductArea .titleBox6.icon {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .landingProductArea .titleBox6.icon::before {
    display: none;
  }
}

.landingProductArea.wedding {
  background-color: #fff;
}

.landingProductArea.knowledge {
  background-color: #fff;
}

.landingProductList {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;*/
}

.landingProductList .price {
  font-size: 15px;
  color: #da8182;
}

@media (max-width: 1023px) {
  .landingProductList {
    /*margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;*/
  }
}
/*
.landingProductList.wedding {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1480px) {
  .landingProductList.wedding {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.landingProductList.wedding li {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 1180px) {
  .landingProductList.wedding li {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .landingProductList.wedding li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .landingProductList.wedding li {
    width: 50%;
  }
}
*/
.landingProductList.knowledge {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
}

.landingProductList.knowledge li {
  width: 25%;
}

@media (max-width: 767px) {
  .landingProductList.knowledge li {
    width: 50%;
  }
}

.landingProductList.knowledge .item:hover .Img {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .landingProductList.engagement li {
    width: 50%;
  }
}

@media (max-width: 375px) {
  .landingProductList.engagement li {
    width: 100%;
  }
}

.landingProductList li {
  display: flex;
  justify-content: center;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1180px) {
  .landingProductList li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .landingProductList li {
    width: 50%;
  }
  .landingProductList li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 480px) {
  .landingProductList li {
    width: 50%;
  }
}

.landingProductList .item {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 360px;
  padding-bottom: 20px;
}

@media (max-width: 480px) {
  .landingProductList .item {
    padding-bottom: 0;
  }
}

@media (min-width: 1181px) {
  .landingProductList .item.hoverStyle1:hover .Img {
    opacity: 0;
  }

  .landingProductList .item.hoverStyle1:hover .bgImg {
    opacity: 1;
  }
}

@media (min-width: 1181px) {
  .landingProductList .item.hoverStyle2:hover .Img {
    opacity: 0.7;
  }
}

.landingProductList .Img {
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}

.landingProductList .Img img {
  display: block;
  width: 100%;
}

.landingProductList .Txt {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .landingProductList .Txt {
    padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  }
}

.landingProductList .title {
  display: block;
  padding-bottom: 3px;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #222;
}

@media (max-width: 767px) {
  .landingProductList .title {
  font-size: 14px;
}
}

.landingProductList .en {
  padding-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #888;
}

.landingProductList .text {
  /*height: 44px;*/
  height: 34px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .landingProductList .text {
  height: 26px;
}
}

.landingProductList .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1180px) {
  .landingProductList .bgImg {
    display: none;
  }
}

.landingProductList .bgImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landingAlbumList li {
  position: relative;
}

.landingAlbumList .wrap {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 130px;
}

@media (max-width: 1180px) {
  .landingAlbumList .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .landingAlbumList .wrap {
    justify-content: flex-start;
  }
}

.landingAlbumList .item {
  display: flex;
  align-items: center;
  min-height: 390px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.landingAlbumList .Img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.landingAlbumList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landingAlbumList .logoImg {
  display: inline-block;
  margin-bottom: 20px;
}

.landingAlbumList .logoImg img {
  display: block;
  max-width: 100%;
}

.formBox {
  padding-top: 100px;
  background-color: #f5ecec;
}

@media (max-width: 767px) {
  .formBox {
    padding: 20px;
  }
}

.formBox .wrapBox {
  display: flex;
  justify-content: flex-end;
  padding: 80px 100px;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

@media (max-width: 1480px) {
  .formBox .wrapBox {
    padding: 40px 20px;
  }
}

.formBox .leftImg {
  width: 100%;
}

@media (max-width: 767px) {
  .formBox .leftImg {
    display: none;
  }
}

.formBox .leftImg img {
  display: block;
  width: 100%;
}

.formBox form {
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 1180px) {
  .formBox form {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .formBox form {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--產品前導頁共用區塊--*/
.committedBox {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0e6e6;
}

.committedBox.white {
  background-color: #fafafa;
}

.committedBox .titleBox6 {
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .committedBox .titleBox6 {
    margin-bottom: 35px;
  }
}

@media (max-width: 480px) {
  .committedBox .titleBox6 .title {
    justify-content: center;
  }
}

@media (max-width: 480px) {

  .committedBox .titleBox6 .title::before,
  .committedBox .titleBox6 .title::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .committedBox .titleBox6 .title .ins {
    padding-left: 0;
    padding-right: 0;
  }
}

.committedList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.committedList li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.committedList .item {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.committedList .Img img {
  display: block;
  width: 100%;
}

.committedList .Txt {
  padding-top: 20px;
  text-align: center;
}

.committedList .title {
  display: block;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.committedList .text {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.7;
}



.bannerArea.ins .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bannerArea {
  clear: both;
  position: relative;
}

.bannerArea .bannerBox {
  width: 100%;
  max-width: 100%;
}

.landingBanner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.landingBanner.dark .Img img {
  opacity: 0.7;
}

@media (max-width: 1180px) {
  .landingBanner {
    padding-top: 50px;
  }
}

.landingBanner>.wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.landingBanner .bannerBox .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -730px;
  max-width: 1460px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1480px) {
  .landingBanner .bannerBox .wrap {
    left: 0;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .landingBanner .bannerBox .wrap {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.landingBanner .Img {
  background-color: #000;
}

.landingBanner .Img img {
  display: block;
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}

/* 
@media (max-width: 960px) {
  .landingBanner .Img img {
    opacity: 0.85;
  }
}
*/

.landingBanner .wrap {
  display: flex;
}

.landingBanner .link {
  display: block;
}

.landingBanner .titleBox {
  font-family: "Baskervville", "Noto Serif TC", serif;
}

.landingBanner .titleBox .title {
  font-size: 26px;
  letter-spacing: 0.08em;
  color: #505761;
}

.landingBanner .titleBox .en {
  font-size: 24px;
}

.landingBanner .titleBox .note {
  line-height: 1.5;
}

.landingBanner .titleBox .note .no {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 34px;
  font-weight: 300;
}

.landingBanner.golden .bannerBox img {
  min-height: 460px;
  object-fit: cover;
}



.titleBox6.center {
  text-align: center;
}

.titleBox6.icon {
  position: relative;
  padding-top: 45px;
}

.titleBox6.icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16.5px;
  width: 33px;
  height: 33px;
  background-image: url("../images/icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.titleBox6 .title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #505761;
}

.titleBox6 .title::before,
.titleBox6 .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8d7d7;
}

.titleBox6 .title .ins {
  flex-shrink: 0;
  padding-right: 60px;
  padding-left: 60px;
}

.titleBox6 .note {
  padding-top: 3px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #7e8082;
}