@charset "UTF-8";
.category-list-name {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 2.42px;
  padding-left: 2.42px;
}

#kv-description {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 4px;
  padding-left: 4px;
}

.disney-category-title {
  font-size: 43px;
  line-height: 56px;
  letter-spacing: 7.72px;
  padding-left: 7.72px;
}

.disney-category-desc {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 3.4px;
  padding-left: 3.4px;
}

.disney-subtitle {
  font-size: 35px;
  line-height: 46px;
  letter-spacing: 7px;
  padding-left: 7px;
}

.disney-subtitle-desc {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 3.4px;
  padding-left: 3.4px;
}

.jewelry-element .product-name,
.jewelry-element .disney-desc {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
  padding-left: 2.8px;
}

@media only screen and (max-width: 1024px) {
  .category-list-name {
    font-size: 21px;
    line-height: 27px;
    letter-spacing: 2.31px;
    padding-left: 2.31px;
  }
  #kv-description {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 3px;
    padding-left: 3px;
  }
  .disney-category-title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1.28px;
    padding-left: 1.28px;
  }
  .disney-category-desc {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2.8px;
    padding-left: 2.8px;
  }
  .disney-subtitle {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 3.6px;
    padding-left: 3.6px;
  }
  .disney-subtitle-desc {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 3.2px;
    padding-left: 3.2px;
  }
}

@media only screen and (max-width: 479px) {
  .disney-subtitle {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.5px;
    padding-left: 0.5px;
  }
}

@media only screen and (max-width: 413px) {
  .disney-subtitle {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
}

.disney-page .page-main {
  background: #F2F1ED;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0;
  color: #242424;
}

.disney-page .page-main .columns,
.disney-page .page-main .column.main {
  padding: 0;
  margin: 0;
}

.disney-page .disney-contact-form {
  background: #fff;
}

.disney-content h2,
.disney-content h3,
.disney-content h4,
.disney-content h5,
.disney-content h6 {
  color: #242424;
}

.kv {
  position: relative;
  width: 100%;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.kv__bg {
  width: 100%;
}

.kv__bg img {
  width: 100%;
}

.kv__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.kv__container #kv-title {
  margin: auto;
  width: 14%;
  padding-top: 24%;
  padding-bottom: 1%;
}

.kv__container #kv-title img {
  width: 100%;
  display: block;
}

.kv__container h1 {
  margin-bottom: 20px;
}

.kv__container p,
.kv__container h1 {
  color: white;
  text-align: center;
}

.disney-separate {
  width: 100%;
  height: 15px;
  background: url(../images/separate.png) repeat-x;
  margin-top: 0;
  margin-bottom: 0;
}

.disney-container {
  position: relative;
  width: 100%;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  margin: auto;
}

.disney-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px;
}

.disney-category-list li {
  width: 48%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.disney-category-list .category-list-image {
  margin-bottom: 10px;
}

.disney-category-list .category-list-image img {
  width: 100%;
  display: block;
}

.disney-category-list .category-list-name {
  font-family: "新細明體", serif;
}

.disney-category-title {
  text-align: center;
  font-weight: 400;
  margin: 60px 10px;
  font-family: "新細明體", serif;
  color: #242424;
}

p.disney-category-desc {
  text-align: center;
  margin-bottom: 130px;
  margin-top: -25px;
}

@media only screen and (max-width: 1024px) {
  p.disney-category-desc {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1025px) {
  .disney-category-image {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.disney-subtitle {
  background-image: url(../images/headline.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 112px;
  width: 713px;
  max-width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .disney-subtitle {
    height: 80px;
  }
}

.disney-subtitle-desc {
  text-align: center;
  max-width: 713px;
  margin: 50px auto;
}

.jewelry-element {
  position: relative;
  width: 510px;
  height: 0;
  padding-bottom: 420px;
  background-image: url(../images/frame.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 32px;
}

@media only screen and (min-width: 1025px) {
  .jewelry-element {
    max-width: calc(50% - 16px);
  }
}

.jewelry-element .product-name {
  margin-bottom: 0;
}

.jewelry-element > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jewelry-element__images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65%;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jewelry-element__images .product-item-photo {
  width: 95%;
  margin: 40px auto 0;
  text-align: center;
}

.jewelry-element__credit {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jewelry-element__credit div:nth-child(2) {
  padding-left: 8px;
}

.jewelry-element__description {
  text-align: center;
  height: 20%;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 75.2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.jewelry-element--babyring {
  width: 582px;
  height: 477px;
  max-width: 100%;
}

.jewelry-element--babyring > div:nth-child(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jewelry-element--babyring > div:nth-child(1) > img,
.jewelry-element--babyring > div:nth-child(1) > picture {
  margin-top: -32px;
  width: 70%;
}

.jewelry-element--jewelry .jewelry-element__images {
  width: 75%;
}

.jewelry-element--jewelry .jewelry-element__images img {
  width: 100%;
  margin: 48px auto 0;
}

.jewelry-element--earrings .jewelry-element__images img {
  margin: 72px auto 0;
}

.jewelry-element--disney_princess .jewelry-element__images {
  width: 100%;
}

.jewelry-element--disney_princess .jewelry-element__images img {
  width: 45%;
  margin: 24px auto 0;
}

.mickey_minnie {
  width: 100%;
}

.mickey_minnie > img,
.mickey_minnie > picture {
  width: 100%;
}

.mickey_minnie__service {
  margin-top: 80px;
  background: white;
  padding: 80px 96px 128px;
}

.mickey_minnie__service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}

@media only screen and (max-width: 1024px) {
  .mickey_minnie__service__title {
    margin-bottom: 20px;
  }
}

.mickey_minnie__service__title .heading {
  font-size: 24px;
  text-align: center;
  line-height: 31px;
  letter-spacing: 4.8px;
  padding-left: 4.8px;
}

.mickey_minnie__service__title img {
  height: 7px;
  padding: 0 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mickey_minnie__service ol {
  list-style: none;
}

.mickey_minnie__service ol h3 {
  text-align: center;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 4.4px;
  padding-left: 4.4px;
}

.mickey_minnie__service ol h3 + p {
  margin: 32px 0;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 3.4px;
  padding-left: 3.4px;
}

.mickey_minnie__service ol p {
  text-align: center;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 3.4px;
  padding-left: 3.4px;
}

.mickey_minnie__service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  padding: 0 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mickey_minnie__service__content--carved {
  margin-bottom: -32px;
}

.mickey_minnie__service__content li {
  text-align: center;
  width: 25%;
  margin: 0 0% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mickey_minnie__service__content li h5 {
  margin-bottom: 9.6px;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 2.6px;
  padding-left: 2.6px;
}

.mickey_minnie__service__content li h5 + p {
  letter-spacing: 1.76px;
  padding-left: 1.76px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
}

.mickey_minnie__service__content li p {
  text-align: center;
  letter-spacing: 3.4px;
  padding-left: 3.4px;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
}

.mickey_minnie__service__content li p + p {
  font-size: 14px;
  margin-bottom: 9.6px;
  letter-spacing: 2.8px;
  padding-left: 2.8px;
}

.mickey_minnie__service__content li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mickey_minnie__service__content li > div img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mickey_minnie__service__content--message {
  margin-bottom: 32px;
}

.mickey_minnie__service__content--message li {
  width: 30%;
}

.mickey_minnie__service__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 24px;
}

.mickey_minnie__service__images > img,
.mickey_minnie__service__images > picture {
  width: calc(377px * 0.7);
  height: calc(377px * 0.7);
}

.mickey_minnie__service__line {
  background: url(../images/line.png) no-repeat;
  height: 9px;
  background-position-x: center;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 48px;
}

.mickey_minnie__service__annotation {
  list-style: none;
  padding-left: 16px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
}

.mickey_minnie__service__annotation > li:before {
  content: '* ';
  margin-left: -16px;
  font-family: "jf-jinxuan", "jf-jinxuan-medium", "Noto Serif TC", Georgia, "Times New Roman", Times, "MingLiU", serif;
}

.mickey_minnie__jewelry {
  margin-top: 160px;
}

.mickey_minnie__babyring {
  margin-top: 160px;
}

.mickey_minnie__babyring__content {
  background: white;
  padding: 80px 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.disney-category-image {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

@media only screen and (min-width: 1025px) {
  .disney-category-image {
    padding: 0 80px;
  }
}

.disney-products {
  padding: 0 112px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .disney-products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.disney_princess {
  width: 100%;
}

.disney_princess > img,
.disney_princess > picture {
  width: 100%;
}

.disney_princess__cinderella {
  padding-bottom: 160px;
}

.disney_princess__cinderella > img,
.disney_princess__cinderella > picture {
  padding: 0 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 48px;
  display: inline-block;
}

.disney_princess__cinderella .disney-subtitle {
  margin-bottom: 80px;
}

.disney_princess__belle {
  padding-bottom: 160px;
}

.disney_princess__belle > img,
.disney_princess__belle > picture {
  padding: 0 112px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 48px;
}

.disney_princess__belle > h3 {
  margin-bottom: 80px;
}

.disney_princess__rapunzel > img,
.disney_princess__rapunzel > picture {
  padding: 0 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 48px;
}

.disney_princess__rapunzel .disney-subtitle {
  margin-bottom: 80px;
}

.is-sp-display {
  display: none;
}

.is-sp-nodisplay {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .is-sp-display {
    display: block;
  }
  .is-sp-nodisplay {
    display: none;
  }
  .kv {
    padding: 16px;
  }
  .kv__container #kv-title {
    width: 40%;
    padding-top: 63%;
  }
  .disney-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .disney-category-list li {
    width: 80%;
    text-align: center;
    margin-bottom: 20px;
  }
  .mickey_minnie {
    padding: 0 16px;
  }
  .mickey_minnie ol h3 + p {
    margin: 32px 0;
  }
  .mickey_minnie__bridal > ul {
    padding: 0 16px;
  }
  .mickey_minnie__service {
    padding: 48px 16px 48px;
  }
  .mickey_minnie__service__title h3 {
    text-align: center;
  }
  .mickey_minnie__service__title img {
    display: none;
  }
  .mickey_minnie__service__content {
    padding: 0;
  }
  .mickey_minnie__service__content li {
    width: 50%;
    margin: 0 0% 32px;
  }
  .mickey_minnie__service__content--message li:nth-child(even),
  .mickey_minnie__service__content--message li:nth-child(odd) {
    margin: 0 5% 5%;
    width: 80%;
  }
  .mickey_minnie__service ol p {
    margin-bottom: 8px;
  }
  .mickey_minnie__jewelry {
    margin-top: 80px;
  }
  .mickey_minnie__jewelry > ul {
    padding: 0 16px;
  }
  .mickey_minnie__babyring {
    margin-top: 80px;
  }
  .mickey_minnie__babyring > ul {
    padding: 0 16px;
  }
  .mickey_minnie__babyring__content {
    padding: 48px 16px 48px;
  }
  .disney_princess {
    padding: 0 16px;
  }
  .disney_princess__cinderella {
    padding-bottom: 80px;
  }
  .disney_princess__cinderella > img,
  .disney_princess__cinderella > picture {
    padding: 0 32px;
  }
  .disney_princess__cinderella > ul {
    padding: 0 16px;
  }
  .disney_princess__belle {
    padding-bottom: 80px;
  }
  .disney_princess__belle > img,
  .disney_princess__belle > picture {
    padding: 0 32px;
  }
  .disney_princess__belle > ul {
    padding: 0 16px;
  }
  .disney_princess__rapunzel {
    padding-bottom: 80px;
  }
  .disney_princess__rapunzel > img,
  .disney_princess__rapunzel > picture {
    padding: 0 32px;
  }
  .disney_princess__rapunzel > ul {
    padding: 0 16px;
  }
  .disney-subtitle {
    height: 80px;
    width: 100%;
    color: #242424;
  }
  .disney-subtitle span {
    font-size: 24px;
  }
  .jewelry-element {
    width: 100%;
    height: 82vw;
    max-width: 520px;
    max-height: 420px;
    padding-bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jewelry-element--disney_princess > img,
  .jewelry-element--disney_princess > picture {
    width: 60%;
  }
  .jewelry-element__images {
    width: 75%;
  }
  .jewelry-element__images > img,
  .jewelry-element__images > picture {
    margin: 72px auto 0;
  }
  .jewelry-element__images--twice {
    width: 85%;
  }
  .jewelry-element__images--twice img:nth-child(1) {
    margin-top: 32px;
  }
  .jewelry-element__credit {
    padding: 24px 16px;
  }
  .jewelry-element__credit div:nth-child(2) {
    padding-left: 0;
  }
  .jewelry-element__credit img {
    width: 80%;
  }
  .jewelry-element__description {
    height: 25%;
    font-size: 10.4px;
    padding: 0 0 16%;
  }
  .jewelry-element--jewelry .jewelry-element__images img {
    margin: 33.6px auto 0;
  }
  .jewelry-element--earrings .jewelry-element__images img {
    margin: 40px auto 0;
  }
}

.disney_contact_form {
  width: 470px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 15px;
}

@media only screen and (max-width: 1024px) {
  .disney_contact_form {
    padding: 60px 15px;
  }
}

#kv-description {
  margin-left: 52px;
  margin-right: 52px;
}

#disney-contact-form-go {
  position: fixed;
  display: block;
  width: 60px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  z-index: 99;
  right: 25px;
  bottom: 190px;
  padding: 28px 20px;
  background: #F2AAB5;
  color: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  #disney-contact-form-go {
    right: -100px;
  }
}

#disney-contact-form-go:hover {
  background: #52264c;
  color: #fff;
}

#disney-contact-form-go:active {
  background: #52264c;
  color: #fff;
}

#disney-contact-form .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.jewelry-element.jewelry-element--babyring .product-item-photo {
  margin-left: 15px;
  margin-right: 15px;
}

.birthstone-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.birthstone-list > li .birth-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.birthstone-list > li picture, .birthstone-list > li img {
  width: 12px;
  height: 12px;
}

.disney-page-logo {
  padding: 20px 28px;
}

@media only screen and (max-width: 1024px) {
  .disney-page-logo {
    padding: 16px;
  }
}
