#main-content .az-desktop-only {
  display: none !important;
}
@media (min-width: 768px) {
  #main-content .az-mobile-only {
    display: none !important;
  }
  #main-content .az-desktop-only {
    display: block !important;
  }
}
#main-content :root {
  --azg-theme-primary: #faefe3;
  /* rgb(250, 239, 227); */
  --azg-theme-on-primary: #936f4a;
  /* rgb(143, 113, 80); */
  --azg-theme-on-primary-header: #3c260f;
  /* rgb(143, 113, 80); */
  --azg-theme-surface: #fceee0;
  /* rgb(250, 239, 227); */
  --azg-theme-background: #fef8f3;
  /* rgb(252, 248, 244); */
  --azg-section-padding-top: 50px;
  --azg-section-padding-bottom: 50px;
  --agc1-theme-primary: black;
  --agc1-theme-on-primary: #e8e8e8;
}
#main-content :root {
  --azwc-nav-button-line-width: 1.5rem;
  --azwc-nav-button-line-border-radius: calc(var(--azwc-nav-button-line-width) / 16);
  --azwc-nav-button-border-radius: 50%;
  --azwc-nav-button-duration: 0.5s;
  --azwc-nav-button-toggled-size: 1;
  --azwc-nav-button-toggled-btn-bg: #274380;
  --azwc-nav-button-toggled-content-bg: #fff;
  --azwc-nav-button-size: calc(var(--azwc-nav-button-line-width) * 1.8);
  --azwc-nav-button-line-height: calc(var(--azwc-nav-button-line-width) / 8);
  --azwc-nav-button-padding-left: calc((var(--azwc-nav-button-size) - var(--azwc-nav-button-line-width)) / 2);
  --azwc-nav-button-padding-top: calc((var(--azwc-nav-button-size) - var(--azwc-nav-button-line-height)) / 2);
}
#main-content :root {
  --azwc-nav-menu-z-index-1: 999;
  --azwc-nav-menu-z-index-2: 1000;
  --azwc-nav-menu-item-min-width: 12em;
  --azwc-nav-menu-root-item-padding: 2px 20px;
  --azwc-nav-menu-item-padding: 8px 10px;
  --azwc-nav-menu-box-shadow: none;
  --azwc-nav-menu-root-item-active-bg-color: rgba(147, 111, 74, 0.9);
  --azwc-nav-menu-root-item-color: inherit;
  --azwc-nav-menu-root-item-hover-color: inherit;
  --azwc-nav-menu-item-color: inherit;
  --azwc-nav-menu-item-hover-color: inherit;
  --azwc-nav-menu-lv2-item-bg-color: rgba(147, 111, 74, 0.1);
  --azwc-nav-menu-lv3-item-bg-color: rgba(147, 111, 74, 0.2);
  --azwc-nav-menu-lv4-item-bg-color: rgba(147, 111, 74, 0.3);
  --swiper-navigation-color: #fff;
  --swiper-theme-color: #fff;
  /* effect trans */
}
#main-content .change-text:hover .ori-text {
  opacity: 0;
}
#main-content .change-text:hover .trans-text {
  opacity: 1;
  text-decoration: underline;
}
#main-content .ori-text {
  height: 0px;
  margin-top: -10px;
}
#main-content .trans-text {
  height: 0px;
  opacity: 0;
}
@media (max-width: 767px) {
  #main-content .trans-text {
    display: none !important;
  }
  #main-content .f-trans-text {
    display: none !important;
  }
  #main-content .f2-trans-text {
    display: none !important;
  }
  #main-content .p-trans-text {
    display: none !important;
  }
  #main-content .add-trans-text {
    display: none !important;
  }
  #main-content .h-trans-text {
    display: none !important;
  }
  #main-content .p-mobile-deco {
    padding-top: 20px !important;
  }
}
#main-content .p-mobile-deco {
  padding-top: 0px;
}
@media (min-width: 1024px) {
  /* effect trans end */
  #main-content {
    /* footer */
  }
  #main-content .f-change-text:hover .f-ori-text {
    opacity: 0;
    margin-top: -30px;
  }
  #main-content .f-change-text:hover .f-trans-text {
    opacity: 1;
    margin-bottom: 60px;
    text-decoration: none !important;
  }
  #main-content .f-ori-text {
    height: 0px;
  }
  #main-content .f-trans-text {
    height: 0px;
    opacity: 0;
    /* footer2 */
  }
  #main-content .f2-change-text:hover .f2-ori-text {
    opacity: 0;
    margin-bottom: 0px;
  }
  #main-content .f2-change-text:hover .f2-trans-text {
    opacity: 1;
    margin-bottom: 15px;
    text-decoration: underline;
  }
  #main-content .f2-ori-text {
    height: 0px;
    margin-bottom: 15px;
  }
  #main-content .f2-trans-text {
    height: 0px;
    opacity: 0;
    /* product span */
  }
  #main-content .p-change-text:hover .p-ori-text {
    display: none;
  }
  #main-content .p-change-text:hover .p-trans-text {
    opacity: 1;
    text-decoration: none !important;
    margin-left: 0px;
  }
  #main-content .p-ori-text {
    height: 0px;
  }
  #main-content .p-trans-text {
    height: 0px;
    opacity: 0;
    font-weight: 500;
    /* add to bag span */
  }
  #main-content .add-change-text:hover .add-ori-text {
    display: none;
  }
  #main-content .add-change-text:hover .add-trans-text {
    opacity: 1;
    text-decoration: none !important;
    margin-left: 0px;
  }
  #main-content .add-ori-text {
    height: 0px;
  }
  #main-content .add-trans-text {
    height: 0px;
    opacity: 0;
    font-weight: 500;
    position: relative;
    margin-left: -70px;
    /* header */
  }
  #main-content .h-change-text:hover .h-ori-text {
    opacity: 0;
    display: none;
  }
  #main-content .h-change-text:hover .h-trans-text {
    opacity: 1;
  }
  #main-content .h-ori-text {
    height: 0px;
  }
  #main-content .h-trans-text {
    height: 0px;
    opacity: 0;
  }
  #main-content .text-deco-none {
    text-decoration: none !important;
  }
  #main-content .h-brands-fixed {
    width: 140px;
    max-width: 140px;
    height: 24px;
  }
  #main-content .set-margin-left {
    margin-left: -40px;
  }
}

#main-content .f-change-text:hover .f-trans-text{
  opacity: 1;
  margin-bottom: 60px;
  text-decoration: none !important;
}

#main-content .f-ori-text {
  height: 0px;
}

#main-content .f-trans-text {
  height: 0px;
  opacity: 0;
}

/* footer2 */
#main-content .f2-change-text:hover .f2-ori-text{
  opacity: 0;
  margin-bottom: 0px;
}

#main-content .f2-change-text:hover .f2-trans-text{
  opacity: 1;
  margin-bottom: 15px;
  text-decoration: underline;
}

#main-content .f2-ori-text {
  height: 0px;
  margin-bottom: 15px;
}

#main-content .f2-trans-text {
  height: 0px;
  opacity: 0;
}

/* product span */
#main-content .p-change-text:hover .p-ori-text{
  display: none;
}

#main-content .p-change-text:hover .p-trans-text{
  opacity: 1;
  text-decoration: none !important;
  margin-left: 0px;
}

#main-content .p-ori-text {
  height: 0px;
}

#main-content .p-trans-text {
  height: 0px;
  opacity: 0;
  font-weight: 500;
}

/* add to bag span */
#main-content .add-change-text:hover .add-ori-text{
  display: none;
}

#main-content .add-change-text:hover .add-trans-text{
  opacity: 1;
  text-decoration: none !important;
  margin-left: 0px;
}

#main-content .add-ori-text {
  height: 0px;
}

#main-content .add-trans-text {
  height: 0px;
  opacity: 0;
  font-weight: 500;
  position: relative;
  margin-left: -70px;
}

/* header */
#main-content .h-change-text:hover .h-ori-text{
  opacity: 0;
  display: none;
}

#main-content .h-change-text:hover .h-trans-text{
  opacity: 1;
}

#main-content .h-ori-text {
  height: 0px;
}

#main-content .h-trans-text {
  height: 0px;
  opacity: 0;
}

#main-content .text-deco-none {
  text-decoration:none !important;
}

#main-content .h-brands-fixed {
  width: 140px;
  max-width: 140px;
  height: 24px;
}

#main-content .set-margin-left {
  margin-left: -40px;
}

/* effect trans end */

#main-content #free_shipping_modal {
  z-index: 901 !important;
}

#main-content .free_shipping_content {
  height: 100% !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0;
}
#main-content .free_shipping_top {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: black; */
  z-index: 903;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#main-content .free_shipping_top_2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: black; */
  z-index: 902;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#main-content .itemt1-1 {
  float: left !important;
  width: calc((200% + 5px * -1.25) / 3) !important;
  padding-top: calc(((200% + 5px * -1.25) / 3) * 1.33333) !important;
}
#main-content .itemt1-2 {
  float: right !important;
  width: calc(100% - ((200% + 5px * -1.25) / 3) - 5px) !important;
  padding-top: calc((100% - ((200% + 5px * -1.25) / 3) - 5px) * 1.33333) !important;
}
#main-content .itemt1-3 {
  float: right !important;
  width: calc(100% - ((200% + 5px * -1.25) / 3) - 5px) !important;
  padding-top: calc((100% - ((200% + 5px * -1.25) / 3) - 5px) * 1.33333) !important;
}
#main-content .itemt2-1 {
  float: left !important;
  width: calc((200% + 5px * -1.25) / 3) !important;
  padding-top: calc(((200% + 5px * -1.25) / 3) * 1.33333) !important;
}
#main-content .itemt2-2 {
  float: right !important;
  width: calc(100% - ((200% + 5px * -1.25) / 3) - 5px) !important;
  padding-top: calc((100% - ((200% + 5px * -1.25) / 3) - 5px) * 1.33333) !important;
}
#main-content .itemt2-3 {
  float: right !important;
  width: calc(100% - ((200% + 5px * -1.25) / 3) - 5px) !important;
  padding-top: calc((100% - ((200% + 5px * -1.25) / 3) - 5px) * 1.33333) !important;
}
#main-content .itemt3 {
  float: left !important;
  width: 100% !important;
  padding-top: calc(((200% + 5px * -1.25) / 3) * 1.33333) !important;
}
#main-content .itemt1-2 .item-title .name, #main-content .itemt1-2 .item-link .item-title .name, #main-content .itemt1-3 .item-title .name, #main-content .itemt1-3 .item-link .item-title .name {
  font-size: 20px !important;
}
#main-content .itemt1-1 .item-title .name, #main-content .itemt1-1 .item-link .item-title .name, #main-content .itemt3 .item-title .name, #main-content .itemt3 .item-link .item-title .name {
  font-size: 32px !important;
}
#main-content azwc-dialog:not(.hydrated) > *, #main-content azwc-accordion:not(.hydrated) > * {
  display: none !important;
}
@media (min-width: 768px) {
  #main-content .sidebar-affix [slot="contents"] {
    max-height: 400px;
    overflow-y: auto;
  }
}
#main-content .az-header-content a {
  color: black;
}
#main-content .az-header {
  display: none;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 100%;
}
#main-content .az-header-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  background-color: white;
  z-index: 900;
  height: 64px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #main-content .az-header {
    display: flex;
  }
  #main-content .az-header-content {
    min-width: 950px;
    max-width: 950px;
  }
}
@media (min-width: 1280px) {
  #main-content .az-header-content {
    min-width: 1190px;
    max-width: 1190px;
  }
}
#main-content .az-header-m {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: 100%;
}
@media (min-width: 1024px) {
  #main-content .az-header-m {
    display: none;
  }
}
#main-content .event_small_layout .item {
  margin-right: 5px !important;
  width: calc((100% - 10px) / 2) !important;
  padding-top: calc(((100% - 10px) / 2) * 1.33333) !important;
}
@media (min-width: 1024px) {
  /* ============================ */
  #main-content .event_small_layout .item:nth-child(3n) {
    margin-right: 0px !important;
  }
  #main-content .event_small_layout .item {
    width: calc((100% - 10px) / 3) !important;
    padding-top: calc(((100% - 10px) / 3) * 1.33333) !important;
  }
}
#main-content *, #main-content *::before, #main-content *::after {
  box-sizing: border-box;
}
@font-face {
  font-family: custom-sans-serif;
  src: "Roboto";
  unicode-range: U+00-024F;
}
@font-face {
  font-family: custom-sans-serif;
  src: "Noto Sans TC", sans-serif;
  unicode-range: U+4E00-9FFF;
}
#main-content * {
  font-family: "Noto Sans TC", "Roboto", sans-serif !important;
}
#main-content .azac-contents, #main-content .azac-title-box {
  font-size: 13px;
}
#main-content #dialog0 .modal-content, #main-content #dialog1 .modal-content, #main-content azwc-dialog::part(modal-content) {
  padding: 40px;
  max-width: 800px;
  overflow: auto;
}
#main-content #dialog3 .modal-content, #main-content azwc-dialog::part(modal-content) {
  padding: 40px;
  max-width: 800px;
  overflow: auto;
}
#main-content .dialog2-ig-image {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
#main-content .dialog2-ig-image-inner {
  display: block;
  width: 100%;
  padding-top: 100%;
  /* parent of width */
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  background-attachment: scroll;
}
#main-content .dialog2-products {
  flex: 1;
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#main-content .dialog2-product-list {
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow-y: scroll;
}
#main-content .dialog2-product-item {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 20px;
  margin-right: 20px;
}
#main-content .dialog2-product-item-image {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
#main-content .dialog2-product-item-image-inner {
  display: block;
  width: 100%;
  padding-top: 133%;
  /* parent of width */
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  background-attachment: scroll;
}
#main-content #dialog2 .modal-content, #main-content azwc-dialog::part(modal-content) {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  min-height: 80%;
  max-height: 80%;
  min-width: 90%;
  max-width: 90%;
  overflow: auto;
}
@media (min-width: 1024px) {
  #main-content .main-inner-container {
    width: 700px !important;
  }
  #main-content #dialog2 .modal-content, #main-content azwc-dialog::part(modal-content) {
    flex-wrap: nowrap;
    min-height: 548px;
    max-height: 548px;
    min-width: 970px;
    max-width: 970px;
    padding: 36px;
  }
  #main-content .dialog2-ig-image {
    min-width: 474px;
    max-width: 474px;
  }
  #main-content .dialog2-products {
    flex: 1;
    padding-left: 24px;
    padding-top: 0;
    padding-right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  #main-content .dialog2-product-list {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-y: scroll;
  }
  #main-content .dialog2-product-item {
    width: 170px;
  }
}
#main-content .centered-modal-content, #main-content azwc-dialog::part(centered-modal-content) {
  height: 100%;
}
#main-content .size-chart-2 {
  margin: 0 !important;
  /* @media (min-width: 768px) {
   .product-wrapper {
   padding-top: 0 !important;
   }
   }
   .nav .nav-inner {
   padding: 0 40px 11px !important;
   } */
  /* Product Description font-size = 13 , 十字 width = 1 */
  /*
   size不變，padding-top = 0
   Fabric
   polyester 62%
   rayon 33%
   spandex 5%
   */
  /*
   modal disable scroll-x
   */
}
#main-content .quantity input:disabled {
  width: 10vw;
  text-align: center;
}
@media (min-width: 768px) {
  #main-content .quantity input:disabled {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #main-content .product-wrapper {
    padding-top: 0 !important;
  }
}
#main-content .azac-icons span {
  background-color: #030773 !important;
}
#main-content .nav .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main-content .nav .logo a {
  background-repeat: no-repeat, no-repeat;
  background-image: none, url(https://studiodoe.com/images/studio_doe_menu_logo.svg) !important;
}
#main-content .nav .logo {
  height: 100px;
}
#main-content .nav .logo a {
  width: 160px;
  height: 100%;
  background-position: center;
}
@media (min-width: 1024px) {
  #main-content .nav .logo {
    height: auto;
    padding-top: 60px;
  }
  #main-content .nav .logo a {
    height: auto;
    background-image: none, url(https://studiodoe.com/images/studio_doe_menu_logo.svg) !important;
  }
  #main-content .nav .nav-inner {
    align-items: flex-start !important;
  }
  #main-content .nav .logo a {
    margin-left: 60px !important;
    margin-right: auto !important;
  }
  #main-content .main-nav {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
    position: relative;
    left: 64px !important;
    right: auto !important;
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  #main-content .main-nav {
    left: 40px !important;
    right: 40px !important;
  }
  #main-content .nav .nav-inner {
    padding: 0 40px 11px !important;
  }
}
#main-content button.action {
  line-height: 1.8;
}
@media (max-width: 767px) {
  /*
   Sign in
   In Box
   Cart ( 0 )
   間隔30
   */
  /*
   手機add to chart
   height: 36px;
   font-size: 16px;
   line-height: 2.2;
   */
  /*
   Sign In / 登入
   /* padding-top: 22px; */
  /* padding-bottom: 22px;
   登入鈕 同line facebook size
   */
  #main-content div.button.action, #main-content a.button.action, #main-content button.action {
    height: 24px;
    font-size: 12px;
    /* line-height: 2.2; */
    margin: 0;
    width: 100%;
  }
  #main-content div.button.action {
    height: 36px;
    font-size: 16px;
    line-height: 2.2;
    margin: 0;
  }
  #main-content .sidebar .sidebar-block .form-action {
    padding-bottom: 0 !important;
  }
  #main-content .azac-contents, #main-content .azac-title-box {
    font-size: 16px;
    line-height: 2.2;
  }
}
#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6 {
  font-weight: 100;
}
#main-content .form-action .button {
  padding: 0 24px !important;
}
#main-content .form-action button {
  padding: 0 24px !important;
}
#main-content .no-padding {
  padding: 0 !important;
}
#main-content .main-inner-container, #main-content .main-content, #main-content .nav-inner {
  padding-top: 0 !important;
  /* .main-title {
   font-weight: 300 !important;
   } */
  /* home */
}
#main-content .main {
  padding-left: 20px;
  padding-right: 20px;
  /* .nav .nav-inner {
   padding: 0 40px 11px !important;
   } */
}
#main-content .main-nav.enabled {
  background-color: #baa18d;
}
@media (min-width: 400px) {
  #main-content .main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  #main-content .shop-nav {
    background: #030773 !important;
  }
  #main-content .main {
    padding-left: 0;
    padding-right: 0;
  }
}
#main-content .azac-title-box {
  border-bottom: 1px solid #ccc;
}
#main-content a.button.action, #main-content button.action {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #030773;
  color: #fff;
}
#main-content div.button.action {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #dcc2b6;
}
#main-content a.button.action:hover, #main-content button.action:hover {
  background-color: #b3b9dc !important;
}
#main-content .form-group input[type="date"], #main-content .form-group input[type="datetime-local"], #main-content .form-group input[type="datetime"], #main-content .form-group input[type="email"], #main-content .form-group input[type="month"], #main-content .form-group input[type="number"], #main-content .form-group input[type="password"], #main-content .form-group input[type="search"], #main-content .form-group input[type="tel"], #main-content .form-group input[type="text"], #main-content .form-group input[type="time"], #main-content .form-group input[type="url"], #main-content .form-group input[type="week"], #main-content .form-group select, #main-content .form-group textarea {
  width: 100%;
}
#main-content .main-title .alert {
  display: block !important;
}
#main-content .social-link a.button {
  width: 120px;
}
#main-content .sidebar .sidebar-title {
  font-weight: 500;
}
#main-content .sidebar {
  margin-top: 26px;
}

.gallery-photo {
  -webkit-pointer-events: none;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #main-content #gallery .gallery-photo:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  #main-content div.button.action {
    text-align: center;
    height: 36px;
    font-size: 16px;
    line-height: 2.2;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #main-content .form-group input[type="date"], #main-content .form-group input[type="datetime-local"], #main-content .form-group input[type="datetime"], #main-content .form-group input[type="email"], #main-content .form-group input[type="month"], #main-content .form-group input[type="number"], #main-content .form-group input[type="password"], #main-content .form-group input[type="search"], #main-content .form-group input[type="tel"], #main-content .form-group input[type="text"], #main-content .form-group input[type="time"], #main-content .form-group input[type="url"], #main-content .form-group input[type="week"], #main-content .form-group select, #main-content .form-group textarea {
    width: 250px;
  }
}
#main-content th {
  font-size: 13px;
  font-weight: 300;
}
#main-content td {
  font-size: 12px;
  font-weight: 300;
}
#main-content table {
  border-collapse: collapse;
}
#main-content table thead tr th {
  border-bottom: 1px solid #030773;
  /* table th, table td {
   border-left: 1px solid rgba(0,0,0,0.2);
   border-right: 1px solid rgba(0,0,0,0.2);
   } */
}
#main-content table th, #main-content table td {
  padding: 4px;
}
#main-content .mobile-size-guide {
  width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
#main-content .mobile-size-guide th, #main-content .mobile-size-guide td {
  padding: 5px 10px;
}
#main-content .size-chart {
  margin: 35.5px 187.5px 9.5px 0.5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #030773;
}
#main-content .az-divider {
  width: 100%;
  height: 1px;
  background-color: #030773;
  margin-top: 10px;
  margin-bottom: 20px;
}
#main-content .size-img {
  display: block;
  max-width: 300px;
  max-height: 900px;
  width: auto;
  height: auto;
}
#main-content .size-ol {
  font-size: 10px;
  font-weight: 300;
  line-height: 2.5;
}
#main-content .main-title {
  border-bottom: none;
}
@media (max-width: 768px) {
  #main-content .main-title {
    display: flex;
    flex-wrap: wrap;
  }
}
#main-content .flex1 {
  flex: 1;
}
#main-content .product-wrapper .sidebar .sticky-wrapper {
  height: auto !important;
}
#main-content .main-nav .sale {
  color: #dc122b;
  /* 會員制度 */
}
#main-content .member-table {
  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: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
}
#main-content .member-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 190px;
}
#main-content .member-table-itemMargin {
  margin: 0 10px;
}
#main-content .member-table-item > ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
#main-content .member-table-item div, #main-content .member-table-item li {
  min-height: 88px;
  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;
  text-align: center;
}
#main-content .member-table-item li {
  position: relative;
  padding: 8px 0;
}
#main-content .member-table-item li::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  bottom: 0;
  background-color: #ccc;
}
#main-content .member-table-item li:last-of-type::after {
  content: none;
}
#main-content .member-table-baby {
  background-color: #cadaf7;
}
#main-content .member-table-denim {
  background-color: #125492;
  color: #fff;
}
#main-content .member-table-royal {
  background-color: #051071;
  color: #fff;
}
@media (max-width: 669px) {
  #main-content .member-table-itemMargin {
    margin: 0;
  }
}
#main-content li details {
  width: 100%;
  position: relative;
  font-size: 13px;
  line-height: 24px;
}
#main-content li summary {
  position: relative;
  border-bottom: 1px solid #111925;
  cursor: pointer;
}
#main-content .article li summary h4, #main-content li summary h4 {
  font-size: 13px;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 40px;
  padding: 13px 40px 13px 0;
}
#main-content li summary::before, #main-content li summary::after {
  width: 0.75em;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  background-color: currentColor;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#main-content li summary::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#main-content li [open] summary {
  border-bottom: 0;
  padding-bottom: 10px;
}
#main-content li details[open] {
  border-bottom: 1px solid #111925;
}
#main-content li [open] summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#main-content li summary::marker {
  display: none;
  font-size: 0;
}
#main-content li summary::-webkit-details-marker {
  display: none;
  /* 會員制度結束 */
  /* 會員資料-當前會員等級 */
}
#main-content .nav-progress {
  display: table;
  overflow: hidden;
  margin: 0;
  max-width: 100%;
  width: 345px;
  height: 26px;
  border: 1px solid #252525;
}
#main-content .nav-progress > div {
  position: relative;
  display: table-cell;
  padding: 1px 0;
  color: #252525;
  text-align: center;
  font-size: 14px;
  text-indent: 10px;
}
#main-content .nav-progress > .baby.active {
  background-color: #cadaf7;
  color: #252525;
  text-indent: unset;
}
#main-content .nav-progress > .baby.active .arrow {
  border: 1px solid #252525 !important;
  background: #cadaf7 !important;
}
#main-content .nav-progress > .denim.active {
  background-color: #125492;
  color: #fff;
}
#main-content .nav-progress > .denim.active .arrow {
  border: 1px solid #252525 !important;
  background: #125492 !important;
}
#main-content .nav-progress > .royal.active {
  background-color: #051071;
  color: #fff;
}
#main-content .nav-progress > .royal.active .arrow {
  border: 1px solid #252525 !important;
  background: #051071 !important;
}
#main-content .arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
#main-content .arrow-wrapper .arrow-cover {
  position: absolute;
  overflow: hidden;
  width: 26px;
  height: 26px;
}
#main-content .arrow-wrapper .arrow-cover .arrow {
  position: absolute;
  left: -15px;
  z-index: 2;
  width: 26px;
  height: 20px;
  border: 1px solid #252525;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /* 會員資料-當前會員等級結束 */
  /* product-description */
}
#main-content #dialog0 pre p {
  margin: 0;
}
#main-content .pills {
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  #main-content .shop-nav {
    background: #151d58 !important;
  }
  #main-content .pills li a {
    text-align: center;
    width: calc(700px / 7);
    padding: 0;
  }
}
@media (max-width: 1023px) {
  #main-content .main-nav.enabled {
    background-color: #151d58;
    color: white;
  }
  #main-content .main-nav a {
    color: #fff;
    padding: 0 10px;
    line-height: 24px;
  }
  #main-content .accordion-menu-trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: none transparent;
    box-shadow: none !important;
    padding: 0 10px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
  }
}
#main-content .main-nav .divider {
  visibility: visible !important;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  /* 尺寸超過字數樣式修正 */
  #main-content pre {
    white-space: pre-wrap;
  }
}
#main-content .sidebar .product-size a.size span {
  min-width: 26px;
  padding: 0 4px;
  /* 相關商品 */
}
#main-content .more-prods {
  width: 100%;
  overflow: auto;
  display: flex;
}
#main-content .more-prods .item {
  min-width: calc((100% - 15px) / 4) !important;
  padding-top: calc(((100% - 15px) / 4) * 1.33333 + 80px) !important;
}
#main-content .more-prods .lookbook-prods {
  min-width: calc((100% - 15px) / 2) !important;
  padding-top: calc(((100% - 15px) / 4) * 1.33333 + 80px) !important;
  height: 250px;
}
#main-content .more-prods .item {
  margin-right: 5px;
}
#main-content .more-prods .item:last-of-type {
  margin-right: 0px;
}
#main-content .more-prods .item-title {
  height: 80px;
  bottom: 0;
  opacity: 1;
  color: #000;
  background: none;
  display: flex;
}
#main-content .more-prods .item-inner.lazy {
  height: calc(100% - 80px);
}
#main-content .more-prods .item .item-title .name, #main-content .more-prods .item .item-title .price {
  font-size: 12px;
}
#main-content .item-link:hover .item-inner.lazy {
  transition: none;
  transform: none;
}
#main-content .item:hover {
  opacity: 0.5;
}
#main-content .item {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
#main-content .item .item-title .price.origin-price {
  text-decoration: line-through;
  color: #dcc2b6;
}
@media (max-width: 576px) {
  /* 九宮格樣式 */
  #main-content .more-prods .item {
    min-width: calc((100% - 15px) / 2) !important;
    padding-top: calc(((100% - 15px) / 2) * 1.33333 + 80px) !important;
  }
}
#main-content .event_small_layout .item-link:hover .item-inner.lazy {
  transition: none;
  transform: none;
}
#main-content .event_small_layout .item .item-title {
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  height: 70px;
  text-align: left;
  bottom: 0;
  opacity: 1;
  background: none;
  color: #000;
  text-decoration: none;
  display: flex;
}
#main-content .event_small_layout .item {
  padding-top: calc(((100% - 10px) / 3) * 1.33333 + 70px) !important;
}
#main-content .event_small_layout .item:hover {
  opacity: 0.5;
}
#main-content .event_small_layout .item {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
#main-content .event_small_layout .item-inner.lazy {
  height: calc(100% - 80px);
}
#main-content .event_small_layout .item .item-title .price.origin-price {
  text-decoration: line-through;
  color: #dcc2b6;
}
#main-content .event_small_layout .item .item-title .name {
  font-size: 12px;
}
#main-content .event_small_layout .item .item-title .price {
  font-size: 12px;
}
@media screen and (max-width: 575.98px) {
  #main-content .event_small_layout .item .item-title .name {
    min-height: 36px;
  }
}
@media (max-width: 992px) {
  #main-content .event_small_layout .item {
    padding-top: calc(((100% - 10px) / 2) * 1.33333 + 100px) !important;
  }
}
@media (max-width: 1024px) {
  /* 尺寸超過字數樣式修正 */
  #main-content .event_small_layout .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  #main-content .event_small_layout .item {
    width: calc((100% - 5px) / 2) !important;
  }
}
#main-content .sidebar .product-size a.size span {
  min-width: 26px;
  width: auto;
  padding: 0 4px;
  /* LP */
}
#main-content .ps-0 {
  padding-left: 0 !important;
}
#main-content .pe-0 {
  padding-right: 0 !important;
}
#main-content html, #main-content body {
  background: none;
}
#main-content .fw-300 {
  font-weight: 300;
}
#main-content .fw-500 {
  font-weight: 500;
}
#main-content .fw-700 {
  font-weight: 700;
}
#main-content .fw-normal {
  font-weight: normal;
}
#main-content .header-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 90px;
}
@media (max-width: 1536px) {
  #main-content .header-pc {
    padding-top: 70px;
    height: 100px;
  }
}
@media (max-width: 1024px) {
  #main-content .header-pc {
    padding-top: 35px;
  }
}
@media (max-width: 992px) {
  #main-content .header-pc {
    display: none;
  }
}
#main-content .header-pc .azv-sb-search-input {
  height: 20px;
}
#main-content .header-pc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}
#main-content .header-pc ul li {
  padding-right: 45px;
}
@media (max-width: 1536px) {
  #main-content .header-pc ul li {
    padding-right: 35px;
  }
}
@media (max-width: 1024px) {
  #main-content .header-pc ul li {
    padding-right: 20px;
  }
}
#main-content .header-pc ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: "roboto" !important;
  text-transform: uppercase;
}
#main-content .header-pc ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1280px) {
  #main-content .header-pc ul li a {
    font-size: 13px;
  }
}
#main-content .header-mobile-btns-new, #main-content .header-mobile-btns {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 40px 0;
}
#main-content .header-mobile-btns-new {
  color: white;
  margin-top: 100px;
  right: -25px;
  position: fixed;
  font-size: 24px;
  z-index: 999;
}
#main-content .js-header-toggle-new {
  line-height: 3 !important;
}
@media screen and (max-height: 450px) {
  #main-content .header-mobile-btns-new {
    color: white;
    margin-top: 120px;
    right: -25px;
    position: fixed;
    font-size: 24px;
    z-index: 999;
  }
  #main-content .js-header-toggle-new {
    line-height: 1 !important;
  }
}
#main-content .d-none {
  display: none;
}
#main-content .shopping-bag {
  background-image: url(https://d1pk1qje583qaz.cloudfront.net/assets/images/shopping_bag_black.png);
}
@media (max-width: 767px) {
  #main-content .header-mobile-btns {
    margin: 30px 30px 0;
  }
}
@media (max-width: 992px) {
  #main-content .header-mobile-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#main-content .header-mobile-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main-content .header-mobile-right > a {
  display: inline-block;
  width: 25px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
#main-content .header-mobile-btn {
  display: none;
  cursor: pointer;
  width: 24px;
  height: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  #main-content .header-mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#main-content .header-mobile-btn span {
  display: block;
  width: 24px;
  background: #a29b96;
  height: 1px;
  -webkit-transition: all 0.5s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#main-content .header-mobile-btn.open span:nth-child(1), #main-content .header-mobile-btn.open span:nth-child(2) {
  -webkit-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
  margin: 0;
}
#main-content .header-mobile-btn.open span:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
#main-content .header-menu {
  background-color: #001f5f;
  height: 362px;
  width: 100%;
  display: none;
  position: relative;
  margin-top: 20px;
}
#main-content .header-mobile-item3-new, #main-content .header-mobile-item2-new, #main-content .header-mobile-item-new, #main-content .header-menu-new {
  background-color: #0B1F5B;
  height: 120%;
  width: 100%;
  position: fixed;
  margin-top: -10vh;
  left: -100%;
  z-index: 701;
}
@media screen and (max-height: 450px) {
  #main-content .header-mobile-item3-new, #main-content .header-mobile-item2-new, #main-content .header-mobile-item-new, #main-content .header-menu-new {
    background-color: #0B1F5B;
    height: 140%;
    width: 100%;
    position: fixed;
    margin-top: -35vh;
    left: -100%;
    z-index: 701;
  }
}
#main-content .header-mobile-item3-new, #main-content .header-mobile-item2-new, #main-content .header-mobile-item-new {
  max-height: 90%;
  overflow-y: auto;
}
@media screen and (max-height: 450px) {
  #main-content .header-mobile-item3-new, #main-content .header-mobile-item2-new, #main-content .header-mobile-item-new {
    max-height: 80%;
    overflow-y: auto;
  }
}
#main-content .header-mobile-middle-new, #main-content .header-mobile-middle-new > a, #main-content .header-mobile-item3-new, #main-content .header-mobile-item2-new, #main-content .header-mobile-item-new {
  display: block;
}
#main-content .header-menu-new {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
#main-content .header-mobile-item3-new, #main-content .header-mobile-item2-new, #main-content .header-mobile-item-new, #main-content .header-mobile-new {
  width: calc(100vw - 55px);
  margin: 100px 20px 0px 30px;
  height: fit-content;
}
@media screen and (max-height: 450px) {
  #main-content .header-mobile-item3-new, #main-content .header-mobile-item2-new, #main-content .header-mobile-item-new, #main-content .header-mobile-new {
    width: calc(100vw - 55px);
    margin: 120px 20px 0px 30px;
    height: fit-content;
  }
}
#main-content .header-mobile-sub-new {
  width: calc(100vw - 55px);
  border-top: 1px solid white;
  margin: 0px 20px 0px 30px;
  position: fixed;
  bottom: 20px;
  line-height: 2;
  z-index: 800;
}
#main-content .header-mobile-middle-new {
  width: calc(100vw - 55px);
  margin: 0px 20px 0px 30px;
  padding-top: 10px;
  line-height: 2;
  height: fit-content;
}
#main-content .midnight {
  color: #0037FB !important;
}
#main-content .header-mobile-item3-new, #main-content .header-mobile-item2-new, #main-content .header-mobile-item-new {
  height: 100%;
}
@media (max-width: 1280px) {
  #main-content .header-menu {
    margin-top: 10px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  #main-content .header-menu {
    width: calc(100% - 80px);
    margin: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 40px;
    padding: 25px;
    height: auto;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  #main-content .header-menu {
    width: calc(100% - 60px);
    left: 30px;
  }
}
#main-content .header-menu > ul > li {
  margin-bottom: 8px;
}
#main-content .header-menu > ul > li.open {
  border-bottom: 1px solid #fff;
}
#main-content .header-menu > ul > li.open > a {
  position: relative;
}
#main-content .header-menu > ul > li.open > a::after {
  content: "－";
  color: #fff;
  position: absolute;
  right: 0;
}
#main-content .header-menu > ul > li.border-top {
  border-top: 1px solid #fff;
  padding-top: 8px;
  margin-bottom: 0;
}
#main-content .header-menu > ul > li.mobile-show {
  display: none;
}
@media (max-width: 992px) {
  #main-content .header-menu > ul > li.mobile-show {
    display: block;
  }
}
#main-content .header-menu > ul > li > a {
  display: none;
}
@media (max-width: 992px) {
  #main-content .header-menu > ul > li > a {
    display: block;
    font-size: 13px;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  #main-content .header-menu > ul > li > ul {
    margin-left: 10px;
  }
}
#main-content .header-menu .header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media (max-width: 992px) {
  #main-content .header-menu .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  #main-content .header-menu .header-mobile a {
    color: #fff;
  }
  #main-content .header-menu .header-mobile li ul {
    height: auto;
  }
}
#main-content .header-mobile-item3-new > a, #main-content .header-mobile-item2-new > a, #main-content .header-mobile-item-new > a, #main-content .header-mobile-new > a {
  color: white;
  text-decoration: none;
  font: 13px bold;
  display: block;
  padding: 10px 0;
}
#main-content .header-mobile-sub-new-lv2 {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
#main-content .header-mobile-middle-new > a, #main-content .header-mobile-sub-new-lv2 > a, #main-content .header-mobile-sub-new-lv3, #main-content .header-mobile-sub-new-lv3 > a, #main-content .header-mobile-sub-new-lv1 > a {
  color: white;
  text-decoration: none;
  font: 13px bold;
  padding: 10px 0;
}
#main-content .header-mobile-sub-new-lv1 {
  padding-top: 40px;
}
@media screen and (max-height: 450px) {
  #main-content .header-mobile-sub-new-lv1 {
    padding-top: 10px;
  }
}
#main-content .header-mobile-sub-new-lv3 > label {
  padding-right: 30px;
}
#main-content .header-mobile-item3-new > a:after, #main-content .header-mobile-item2-new > a:after, #main-content .header-mobile-item-new > a:after, #main-content .header-mobile-new > a:after {
  letter-spacing: 0.02em;
  font-weight: 400;
  /* content: "\276F"; */
  content: none;
  float: right;
}
#main-content .header-mobile-item-new-title.without-after:after, #main-content .header-mobile-item2-new-title.without-after:after, #main-content .header-mobile-item3-new-title.without-after:after, #main-content .header-mobile-items.without-after:after, #main-content .header-mobile-items2.without-after:after, #main-content .header-mobile-items3.without-after:after, #main-content .js-header-toggle-new.without-after:after {
  content: none;
}
#main-content .header-mobile-items, #main-content .header-mobile-items2, #main-content .header-mobile-items3 {
  line-height: 3 !important;
}
#main-content .header-mobile-item3-new-title, #main-content .header-mobile-item2-new-title, #main-content .header-mobile-item-new-title {
  color: white !important;
  /* border-bottom: 1px solid black; */
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-height: 450px) {
  #main-content .header-mobile-items, #main-content .header-mobile-items2, #main-content .header-mobile-items3 {
    line-height: 1 !important;
  }
  #main-content .header-mobile-item3-new-title, #main-content .header-mobile-item2-new-title, #main-content .header-mobile-item-new-title {
    color: white !important;
    text-align: left;
    margin-bottom: 10px;
  }
}
#main-content .header-mobile-item3-new-title:before, #main-content .header-mobile-item2-new-title:before, #main-content .header-mobile-item-new-title:before {
  content: "\276E" !important;
  float: left;
  /* .header-mobile-item-new-title:after {
   display: none;
   } */
}
#main-content .header-menu ul {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  position: absolute;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 992px) {
  #main-content .header-menu ul {
    position: unset;
    padding: 4px 0 8px;
  }
}
#main-content .header-menu-link {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "roboto" !important;
  margin-bottom: 4px;
}
@media (max-width: 1280px) {
  #main-content .header-menu-link {
    font-size: 12px;
  }
}
#main-content .header-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 262px;
}
@media (max-width: 1280px) {
  #main-content .header-menu-item {
    height: 220px;
  }
}
@media (max-width: 992px) {
  #main-content .header-menu-item {
    display: block;
  }
}
#main-content .header-menu-item li {
  margin-right: 20px;
}
#main-content .px-10 {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1536px) {
  #main-content .px-10 {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 1024px) {
  #main-content .px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  #main-content .px-10 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#main-content .logo a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  aspect-ratio: 6.6666666667;
  height: 70px;
  width: 472px;
  background-image: none, url(https://studiodoe.com/images/studio_doe_menu_logo.svg);
  background-repeat: no-repeat;
  margin: 100px 0;
}
@media (max-width: 1024px) {
  #main-content .logo a {
    height: 30px;
    width: 200px;
    margin: 35px 0;
    width: 200px;
  }
}
@media (max-width: 767px) {
  #main-content .logo a {
    margin: 25px 0;
  }
}
#main-content .banners {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-content .banners-full {
  width: 100%;
}
#main-content .banners-full img {
  width: 100%;
  border: 0.5px solid #000;
}
#main-content .banners li {
  display: flex;
}
#main-content .banners-lg {
  width: calc((100% / 3) * 2);
  background: #ddd;
}
#main-content .banners-lg img {
  width: 100%;
}
#main-content .banners-sm {
  width: calc((100% / 3) * 1);
}
#main-content .banners-sm img {
  width: 100%;
}
#main-content .banners-item {
  position: relative;
  display: block;
}
#main-content .banners-item-title {
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 27px;
  font-weight: 500;
  color: #000;
  font-family: "roboto" !important;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1280px) {
  #main-content .banners-item-title {
    font-size: 17px;
    bottom: 30px;
  }
  #main-content .banners-full img {
    border: none;
  }
}
@media (max-width: 767px) {
  #main-content .banners-item-title {
    font-size: 12px;
    bottom: 12px;
  }
}
#main-content .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 55px;
}
@media (max-width: 1024px) {
  #main-content .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#main-content .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  #main-content .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#main-content .footer-list > li {
  width: 100%;
}
#main-content .footer-list-title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: "roboto" !important;
  display: block;
}
@media (max-width: 1280px) {
  #main-content .footer-list-title {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #main-content .footer-list-title {
    font-size: 13px;
  }
}
#main-content .footer-list-toggle-second {
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
}
#main-content .footer-list-toggle-second:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  #main-content .footer-list-toggle-second:hover {
    text-decoration: none;
  }
}
@media (max-width: 992px) {
  #main-content .footer-list-toggle-second {
    margin-bottom: 8px;
  }
}
#main-content .footer-list-toggle-second.active {
  color: #030773;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main-content .footer-list-toggle-second.active::after {
  content: "－";
  color: #030773;
}
#main-content .footer-list-toggle-second.active ~ .footer-list-second-menu {
  border-color: #000;
}
#main-content .footer-list-letter-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #main-content .footer-list-letter-title {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
#main-content .footer-list-second-menu {
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 190px;
  min-width: 190px;
}
@media (max-width: 1280px) {
  #main-content .footer-list-second-menu {
    width: 140px;
  }
}
@media (max-width: 992px) {
  #main-content .footer-list-second-menu {
    display: none;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
  }
}
#main-content .footer-list-second-menu li {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  #main-content .footer-list-second-menu li {
    padding-left: 10px;
  }
}
#main-content .footer-list-second-menu li a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  font-family: "roboto" !important;
  line-height: 1.2;
}
#main-content .footer-list-second-menu li a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  #main-content .footer-list-second-menu li a {
    font-size: 12px;
    font-weight: 500;
  }
}
#main-content .footer-letter {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  #main-content .footer-letter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 992px) {
  #main-content .footer-letter {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
  }
}
#main-content .footer-letter form {
  position: relative;
}
#main-content .footer-letter-input {
  border: none !important;
  outline: none !important;
  width: 75%;
  border-bottom: 1px solid #666 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-right: 16px !important;
}
#main-content .footer-letter-input:focus {
  width: 100%;
}
#main-content .footer-letter-input:focus ~ .footer-letter-submit {
  right: 0;
}
#main-content .footer-letter-submit {
  border: none;
  background: none;
  position: absolute;
  right: 25%;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}
#main-content .footer-letter-submit:hover {
  margin-right: -5px;
  background: none;
  cursor: pointer;
}
#main-content .footer-letter-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  height: 12px;
  color: #030773;
}
#main-content .footer-letter-hint img {
  margin-left: 0px;
  width: 14px;
}
#main-content .footer-letter-description {
  font-size: 15px;
  line-height: 1.8;
  margin: 10px 0 0;
  color: #666;
  font-weight: 400;
}
#main-content .footer-law-description {
  margin: 20px 0 0;
}
#main-content .footer-company-description {
  margin: 10px 0 0;
}
#main-content .footer-law-description, #main-content .footer-company-description {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
@media screen and (min-width: 992px) {
  #main-content .footer-law-description, #main-content .footer-company-description {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  #main-content .footer-letter-description {
    font-size: 12px;
  }
}
#main-content .coll-banner {
  margin-bottom: 30px;
  width: 100%;
}
#main-content .coll-banner img {
  width: 100%;
  /* LP end */
  /* Footer's page */
}
#main-content .max-width-50vw {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 1024px) {
  #main-content .max-width-50vw {
    max-width: 100vw;
  }
}
#main-content .article > img, #main-content details > img {
  width: 100%;
  margin-bottom: 30px;
}
#main-content .main-content {
  width: unset;
}
#main-content .article li summary h4 {
  font-weight: normal;
  font-size: 15px;
}
#main-content .breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
#main-content .breadcrumb-container a {
  color: #666;
  padding: 5px;
}
#main-content .article .details {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
#main-content .article .details-item {
  margin: 0 15px;
  padding: 0 10px 10px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
#main-content .article .details-item [open] summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#main-content .article .details-item ul {
  list-style: none;
  padding: 0;
}
#main-content .article .details-item summary {
  line-height: 1;
  border-bottom: 1px solid #666;
}
#main-content .article .details-item summary::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#main-content .article .details-item h5 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  width: calc(100% - 50px);
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  #main-content .article .details-item h5 {
    font-size: 14px;
  }
}
#main-content .article .details .details {
  padding-bottom: 10px;
}
#main-content .text-danger {
  color: #dc122b;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  font-style: normal;
  display: block;
  /* product-details */
}
#main-content .product-wrapper .main-content {
  width: calc(100% - 300px);
}
#main-content .product-wrapper {
  width: 65vw;
  margin: auto;
}
#main-content .sidebar {
  width: 300px;
  margin-top: 0;
}
#main-content .sidebar-affix {
  top: 0;
  width: 300px;
}
#main-content .sidebar .sidebar-affix.affix {
  top: 24px;
  width: 300px;
}
#main-content .max-auto {
  margin: auto;
  width: max-content;
}
@media (max-width: 1024px) {
  #main-content .product-wrapper {
    width: 100%;
  }
  #main-content .product-wrapper .main-content {
    width: calc(100% - 250px);
  }
  #main-content .sidebar {
    width: 250px;
  }
  #main-content .sidebar-affix {
    top: 0;
    width: 250px;
  }
  #main-content .sidebar .sidebar-affix.affix {
    width: 250px;
  }
}
@media (max-width: 767px) {
  #main-content .product-wrapper .main-content {
    width: 100%;
  }
  #main-content .sidebar {
    width: 100%;
  }
  #main-content .sidebar-affix {
    top: 0;
    width: 100%;
  }
  #main-content .sidebar .sidebar-affix.affix {
    top: 0;
    width: 100%;
  }
  #main-content .max-auto {
    width: 100%;
  }
}
#main-content .sidebar .product-size > li {
  margin-bottom: 5px;
}
#main-content .main, #main-content .main-inner-container {
  margin: auto !important;
}
#main-content .events .event .item:nth-child(6n), #main-content .events .event .item:nth-child(6n + 2), #main-content .events .event .item:nth-child(6n + 3), #main-content .events .event .item:nth-child(6n + 4) {
  width: calc((100% / 3) - 2.5px);
  padding-top: calc(((100% / 3) - 2.5px) * 1.33333);
}
#main-content .events .event .item:nth-child(6n + 1), #main-content .events .event .item:nth-child(6n + 5) {
  width: calc((100% / 3 * 2) - 2.5px);
  padding-top: calc(((100% / 3 * 2) - 1.26px) * 1.33333);
  /* 商品細節頁方案 C */
}
#main-content .sidebar .sidebar-affix.affix.affix-footer {
  position: absolute;
  top: unset;
  bottom: 22px;
  height: 100vh;
}
#main-content .product-more-wrapper {
  width: 65vw;
  margin: auto;
}
@media (max-width: 1024px) {
  #main-content .product-more-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #main-content .product-more-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#main-content .article .details-item ul.list-circle, #main-content .article .details ul.list-circle {
  list-style: circle;
  padding-left: 2em;
  padding-right: 2em;
}
#main-content .article * {
  text-align: justify;
}
#main-content .article img {
  width: 100%;
}
#main-content .article, #main-content .article p, #main-content .article details {
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  #main-content .article, #main-content .article p, #main-content .article details {
    font-size: 14px;
  }
}
#main-content .go-top {
  position: fixed;
  bottom: 90px;
  right: 50px;
  display: none;
}
#main-content .go-top img {
  width: 32px;
  height: auto;
  opacity: 0.5;
}
#main-content .go-top:hover img {
  opacity: 1;
}
#main-content .product-price {
  color: #666;
}
#main-content .main-title .en {
  text-transform: uppercase;
}
#main-content .more-prods-title {
  text-align: left;
  margin-top: 100px;
  margin-bottom: 22px;
}
#main-content .main-title .alert {
  letter-spacing: 1px;
}
#main-content .main-list dt {
  width: 9.5em;
  text-align: left;
}
#main-content .main-list dd {
  margin-bottom: 10px;
}
#main-content a.button:hover, #main-content button:hover {
  background-color: #030773;
  color: #fff;
}
#main-content .flash-alert {
  background-color: #030773;
}
#main-content .main-block-title {
  font-weight: 300;
  border-bottom: 0.5px solid #000;
}
#main-content .banners img {
  aspect-ratio: 0.75;
}
#main-content .border-half {
  border: 0.5px solid #000;
}
#main-content .d-none {
  display: none !important;
}
@media screen and (min-width: 992px) {
  #main-content .d-none-above-lg {
    display: none !important;
  }
}
#main-content .product-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#main-content .product-head a {
  display: block;
  margin-left: 30px;
}
#main-content .product-wishlist {
  width: 16px;
  height: auto;
}
#main-content .form-action a.btn-arrival {
  background: #EEEDEE;
  color: #000;
}
#main-content .form-action a.btn-arrival:hover {
  background: #c0c0c0 !important;
}
#main-content .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-content .btn-qty {
  background: none;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: 1px solid transparent;
}
#main-content .btn-qty:hover {
  border: 1px solid #252525;
  background: none !important;
  color: #000;
}
#main-content .not-hover:hover {
  border: none;
}
#main-content .flex-jcsb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #main-content .flex-spec {
    width: 176px;
  }
}
#main-content .flex-column {
  display: flex;
  flex-direction: column;
}
#main-content .pt-0 {
  padding-top: 0 !important;
}
#main-content .sidebar-horizontal-blocks {
  flex-direction: column;
}
#main-content .list thead {
  white-space: nowrap;
}
#main-content .list thead {
  border-bottom: 1px solid #c9cbca;
}
#main-content .list thead th {
  border-bottom: none;
}
#main-content .main.orders thead tr .col-1 {
  width: 19%;
}
#main-content .main.orders thead tr .col-1h {
  width: 30%;
}
#main-content .main.orders thead tr .col-2 {
  width: 38%;
}
#main-content .main.orders .list .col-1:last-child {
  width: 43%;
}
#main-content .list td.issue-link a:hover {
  color: #fff;
}
#main-content .product-mobile-img {
  display: none;
}
#main-content .product-set {
  font-size: 13px;
  border-bottom: 1px solid #ccc;
}
#main-content .product-set-title {
  padding: 12px;
}
#main-content .product-set-item-frame {
  max-height: 150px;
}
@media (min-width: 767px) {
  #main-content .product-set-item-frame {
    max-height: 150px;
    max-width: 112.5px;
  }
}
#main-content .set-card {
  width: calc(50% - 8px);
}
#main-content .set-card-img {
  display: block;
  width: 100%;
}
#main-content .set-card-title {
  height: 54px;
  line-height: 18px;
  font-size: 13px;
  display: block;
  overflow: hidden;
  margin: 8px 0 12px;
}
#main-content .select-size-btn {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  color: #000;
  width: auto;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 12px;
  font-weight: normal;
}
#main-content div.select-size-btn {
  border-bottom: none !important;
}
#main-content .select-size-btn:hover {
  text-decoration: none;
  color: #369;
  border-color: #369;
}
#main-content .set-card:hover * {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
#main-content .sidebar .product-size a.size:hover, #main-content .sidebar .product-size li:hover, #main-content .sidebar .product-color li:hover {
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
#main-content .icon-add {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#main-content .icon-less span, #main-content .icon-add span:first-of-type {
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
}
#main-content .icon-add span:last-of-type {
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  transform: rotate(90deg);
  background: #000;
}
#main-content #set-modal .modal-content {
  width: auto;
  padding: 24px;
  border: 1px solid #000;
}
#main-content .set-modal-close svg {
  width: 20px;
}
#main-content .set-modal-close {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
#main-content .set-modal-img {
  width: 250px;
}
#main-content .set-modal-info {
  display: flex;
  flex-direction: column;
  width: 250px;
  margin-left: 24px;
}
#main-content .set-modal-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
#main-content .set-modal-prodtitle {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
#main-content .set-modal-prices, #main-content .set-modal-size, #main-content .set-modal-color {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
#main-content .set-modal-price {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
#main-content del.set-modal-price {
  color: #858585;
  display: inline-block;
  margin-right: 8px;
}
#main-content .set-modal-color li, #main-content .set-modal-size li {
  margin-right: 10px;
  border: 1px solid #fff;
}
#main-content .set-modal-size .current, #main-content .set-modal-color .current {
  border: 1px solid #000;
}
#main-content .set-modal-size li:hover, #main-content .set-modal-color li:hover {
  border: 1px solid #858585;
}
#main-content .set-modal-size .size, #main-content .set-modal-color a {
  min-width: 24px;
  height: 24px;
  border: 1px solid #fff;
  display: block;
}
#main-content .set-modal-size .size {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDEEEE;
  color: #000;
}
#main-content .set-modal-size .size:hover {
  background-color: #fff;
  text-decoration: none;
}
#main-content .set-modal-warning {
  color: #7F2929;
  font-size: 12px;
  font-weight: 300;
  display: block;
}
#main-content .set-modal-qty {
  font-size: 12px;
  font-weight: 300;
  color: #858585;
  display: block;
  margin-left: auto;
}
#main-content .set-modal-info-bottom {
  position: absolute;
  bottom: 24px;
  width: 250px;
  right: 0px;
}
#main-content .set-modal-prod {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}
#main-content .set-modal-action .flex-jcsb {
  margin-top: 24px;
}
#main-content .set-modal-action .button {
  margin-left: auto;
  display: block;
  width: fit-content;
}
#main-content .select-action {
  position: absolute;
  bottom: 0;
}
#main-content .select-action .set-modal-warning {
  display: block;
  margin-bottom: 24px;
}
#main-content .select-action .btn-group {
  margin-bottom: 24px;
}
#main-content .sidebar .sidebar-affix.affix {
  position: unset;
}
#main-content .item .wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 15px;
}
#main-content .item .wishlist-icon:hover {
  opacity: 0.5;
}
#main-content .item.wishlist-item {
  margin-bottom: 15px;
}
#main-content .event .wishlist-icon {
  display: none;
}
#main-content .wishlist-icon svg {
  width: 20px;
  height: auto;
}
#main-content .event_small_layout .item.wishlist-item .item-title {
  height: 40px;
}
#main-content .event_small_layout .wishlist-item .item-inner.lazy {
  height: calc(100% - 50px);
}
#main-content .event_small_layout .item.wishlist-item .item-link {
  height: calc(100% - 33px);
}
#main-content #select-modal.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(217, 217, 217, 0.56);
  z-index: 100;
}
#main-content #select-modal .modal-content {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 24px;
  border: 1px solid #000;
  background: #fff;
  z-index: 100;
}
#main-content .select-modal-header {
  margin-bottom: 24px;
}
#main-content .wishlist .item:hover {
  opacity: 1;
}
#main-content .wishlist .item .item-link:hover {
  opacity: 0.5;
}
@media (max-width: 1440px) {
  #main-content .product-wishlist {
    width: 16px;
  }
  #main-content .wishlist-icon svg {
    width: 16px;
  }
  #main-content .set-modal-close svg {
    width: 16px;
  }
}
@media (min-width: 768px) {
  #main-content .set-modal-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  #main-content .detail .br {
    display: block;
  }
  #main-content .list .price.area-qty {
    grid-area: quantity;
  }
  #main-content .select-action {
    position: unset;
    bottom: unset;
  }
  #main-content .select-modal-header {
    margin-bottom: 16px;
  }
  #main-content #select-modal .modal-content {
    padding: 16px;
    width: calc(100% - 16px);
  }
  #main-content #select-modal .select-action .button {
    font-size: 12px;
    height: auto;
    width: auto;
    margin-left: auto;
  }
  #main-content .set-modal-info {
    margin-left: 16px;
  }
  #main-content #set-modal .modal-content {
    width: calc(100% - 16px);
  }
  #main-content .event_small_layout .item.wishlist-item .item-title {
    height: 60px;
  }
  #main-content .event_small_layout .wishlist-item .item-inner.lazy {
    height: calc(100% - 70px);
  }
  #main-content .wishlist-icon svg {
    width: 12px;
  }
  #main-content .wishlist-icon {
    top: 8px;
    right: 8px;
  }
  #main-content .item .wishlist-icon {
    padding: 10px 15px;
  }
  #main-content .set-modal-img, #main-content .set-modal-info {
    width: 50%;
  }
  #main-content .set-modal-close svg {
    width: 12px;
  }
  #main-content .set-modal-info-bottom {
    flex-direction: column;
    position: unset;
    width: 100%;
  }
  #main-content .set-modal-qty {
    margin-left: unset;
  }
  #main-content #set-modal .set-modal-action .button {
    margin-left: auto;
    font-size: 12px;
    padding: 8px 16px;
    height: auto;
  }
  #main-content .set-modal-title, #main-content .set-modal-price, #main-content .set-modal-prodtitle {
    font-size: 14px;
  }
  #main-content .product-mobile-img {
    margin-bottom: 25px;
    display: block;
  }
  #main-content .product-wishlist {
    width: 12px;
  }
  #main-content .product-set {
    font-size: 16px;
    margin-bottom: 24px;
  }
  #main-content .set-card-title {
    font-size: 14px;
  }
  #main-content .select-size-btn {
    margin-bottom: 24px;
  }
  #main-content .wishlist-item .select-size-btn {
    margin-bottom: 12px;
  }
  #main-content .set-card-title {
    line-height: 20px;
    height: 40px;
  }
}
#main-content .set-padding {
  padding-left: 15px;
}
@media (min-width: 768px) {
  #main-content .set-padding {
    padding-left: 30px;
  }
}
#main-content .three-d {
  margin-bottom: 22px;
  overflow-x: hidden;
}
#main-content .three-d .pic {
  display: flex;
  width: 300px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
#main-content .three-d .text {
  text-align: center;
  padding-bottom: 20px;
  color: white;
}
#main-content .three-d #tgv-app {
  width: 300px;
}
@media screen and (min-width: 768px) {
  #main-content .three-d {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#main-content .checkout-set-product-padding {
  padding-left: 15px !important;
}
@media (min-width: 768px) {
  #main-content .checkout-set-product-padding {
    padding-left: 30px !important;
  }
}
#main-content body.products .form-group.cvs button.action {
  display: block;
  margin-top: 5px;
  padding: unset;
  height: unset;
  width: 170px;
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  /* header block */
  #main-content body.products .form-group.cvs button.action {
    display: inline-block;
  }
  #main-content body.products .form-group.cvs button.family {
    margin-left: 20px;
  }
}
#main-content .subscribe-btn {
  position: relative;
  z-index: 700;
  text-align: center;
  width: 100vw;
  height: 37px;
  top: 0px;
  line-height: 30px;
  background-color: #171D55;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
}
#main-content .sign-up-btn {
  color: white;
  font-size: 12px;
  font-weight: 400;
}
#main-content .sign-up-btn:hover {
  text-decoration: underline;
  /* header block end */
  /* sign-up block */
}
#main-content .error.active {
  color: red;
}
#main-content .form-message {
  display: none;
}
#main-content .form-message.active {
  display: block;
}
#main-content .form-display-none {
  display: none;
}
#main-content .zindex800 {
  z-index: 800;
}
#main-content .position-fixed {
  position: fixed;
  /* sign-up block end */
  /* order block */
}
#main-content .product-content__info {
  display: block !important;
}
#main-content .cancel-coupon {
  padding: 0px 4px 1px 4px !important;
  margin: 2px;
  line-height: 1;
}
#main-content .tw-zip-code-info {
  display: flex;
}
#main-content .tw-zip-code-el {
  width: 81px !important;
  /* @media screen and (min-width: 767px) {
   .address-flex {
   display: flex !important;
   }
   } */
  /* order block end */
  /* product block */
}
#main-content .product-slash1 {
  width: 33px;
  border-bottom: 1px solid #b1b1b1;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  position: absolute;
  top: 0.5px;
  right: 1px;
}
#main-content .product-slash2 {
  width: 37px;
  border-bottom: 1px solid #b1b1b1;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  position: absolute;
  top: 0.5px;
  right: 1px;
  z-index: 5;
}
#main-content .color-gray {
  color: gray !important;
}
#main-content .product-sidebar-sticky {
  top: 0px;
}
#main-content .overflow-auto {
  overflow: auto;
}
@media screen and (min-width: 767px) {
  #main-content .product-sidebar-sticky {
    position: sticky;
    top: 22px;
    height: 100%;
  }
}
#main-content .set-color-size {
  display: block;
  width: 24px;
  height: 24px;
}
#main-content .set-spec-size {
  display: block;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid transparent;
  position: relative;
  background: #EDEEEE;
  padding: 0px 4px;
  text-align: center;
}
#main-content .set-current {
  border: 1px solid #252525 !important;
}
#main-content .set-product-slash2 {
  width: 30px;
  border-bottom: 1px solid #b1b1b1;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  position: absolute;
  top: 0.5px;
  right: 1px;
  z-index: 5;
}
#main-content .set-preview {
  color: black !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #dcc2b6 !important;
}
#main-content .set-sidebar-block {
  font-size: 12px !important;
  line-height: 24px;
}
#main-content .set-alert {
  color: #7F2929;
  font-size: 12px;
  font-weight: 300;
  display: block;
  /* product block end */
  /* index block */
}
#main-content .banners-full-video {
  margin-bottom: -6px;
}
#main-content .f-w-500 {
  font-weight: 500;
}
#main-content .f-w-400 {
  font-weight: 400;
}
#main-content .l-h-2 {
  line-height: 2;
}
#main-content .m-b-10 {
  margin-bottom: 10px;
}
#main-content .noscroll {
  overflow: hidden;
}
#main-content .mobile-p-t {
  padding-top: 17%;
}
@media screen and (max-height: 450px) {
  /* index block end */
  /* checkout block */
  #main-content .mobile-p-t {
    padding-top: 5%;
  }
}
#main-content .w-per-50 {
  width: 50% !important;
}
#main-content .f-z-13 {
  font-size: 13px !important;
}
#main-content .m-w-100p {
  min-width: 100px;
}
#main-content .recipient-info-table {
  border-collapse: collapse;
  width: 100%;
  line-height: 5;
}
@media (max-width: 767px) {
  #main-content .recipient-info-table {
    line-height: 1.5;
  }
}
#main-content .recipient-info-table > tr {
  border-bottom: 1px solid;
  padding: 8px;
  text-align: left;
}
@media (max-width: 767px) {
  #main-content .logistics-flex-between {
    display: flex;
    justify-content: space-between;
  }
}
#main-content .td-5 {
  width: 5%;
}
#main-content .td-5-text-center {
  width: 5%;
  text-align: center;
}
@media (max-width: 767px) {
  #main-content .td-5-text-center {
    padding-left: 20px;
  }
}
@media (min-width: 767px) {
  #main-content .td-10 {
    width: 10%;
  }
}
@media (min-width: 767px) {
  #main-content .td-15 {
    width: 15%;
  }
}
@media (min-width: 767px) {
  #main-content .td-20 {
    width: 20%;
  }
}
@media (min-width: 767px) {
  #main-content .td-30 {
    width: 30%;
  }
}
@media (min-width: 767px) {
  #main-content .td-40 {
    width: 40%;
  }
}
#main-content .logistics-input-radio {
  margin-right: 5px;
}
@media (max-width: 767px) {
  /* checkout end */
  /* for app */
  #main-content .recipient-info-table-display-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  #main-content .hide-header {
    display: none !important;
  }
}
#main-content .app-shop-title {
  display: none;
}
@media (max-width: 767px) {
  #main-content .app-shop-title {
    display: block;
    text-align: center;
    margin-top: 10px;
    line-height: 3;
    font-weight: 700;
    font-size: 18px;
  }
}
#main-content .app-shop-title:hover {
  text-decoration: none;
}
#main-content .app-shop-title, #main-content a {
  color: black;
}
#main-content .app-shop-title:before {
  float: left;
  content: "\276E" !important;
  /* cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAABSdJREFUSA2dl71PXEcUxdm3LFgIkCVEMAJtUiUkSihiUbiMUiUFCIrUttzRUfIX0CEqOiuu0yCauHJaFygukJ2gVBEfYglCsnYRAvYr53d27vMTIKFkpMed+3XOvTPvzQ6lvntGo9H4sl6vPxsYGPixUqk8GhoaGpWsFNOaGhcXF3WJ2vX19a+jo6M/j4yM/FmMuTkv3TSEfnZ29qTT6bwYHBz8bHd3t7azs/PP/v5+4+Tk5FIkbfkcmmVZn4opT05OPpienh6Zm5v7ZHZ29tHV1dXf8j0fGxt7E5hFeYu42+2Wj46OflHVP2xvb/+1tbW132q1OhDI11UyT+QxZ6DjzkqlUressbi4WF1YWPhcq/VqamrqJ9nbjkx/AsCqEh+enp6+0fNwbW3t9/Pz8xadKanXnqIAZkg6N+aSmdwuJM37VHxldXX12/Hx8Q96nijlQ+LNK6fcsgjf7e3tDayvr79XQEc2E0JGQrEI+W6S062rUihFoHqsrKx8MzMzcyXyr2Vw5wR4sLx0CqkIIDWZApliamve4UFn6e+aC4w8F0wcycJ8BzYcPba0V7xIelFfLy8v/6Y9aQFIgCR5MYfcNrkA974m6faSP5rB77lwsuHh4crm5uZ3evO/54WzQwkveJH06TQTKUnuDGJsSULYpppkC93+yJEPO2FIT9RQEw64sGUi+4pPhrdXCX5hZGcfAI9EyMGh+yB1QaHj1/LbJ3BL2Yh3DlsDB1ycDZkqecp3yicDcCIzYREU1gQiYbCI9VaQSwz5PCw7A3J0/HDAJc5nGScSh4Oj9IeISCC4AOKO8ANGqMDjhYuiTBh5SMKjCLqGC86MY5ATCYJEqOnHirFpQBT76D1GTzkuQLrJZcvtsnmkOJrqHBwc1OHMOHs5BhUhu4cK9B7FkgHktxYUQABXpLuWyUQBToge52KLuOQv1Wq1KzjpuMLZq+A+lqIwXIUSTJYAIKEwYukwzmzHSrdNig8bjIFHDn644LzFFIGS4vh4LIZdWO5I0h1TSPg0h8tpNMEkmgkZsfEdh16UgLhiAGKOBAQXcw27SUwrYYzoMEnHRgzSxFENCDb2lhzVeiTjwyYdu9KystR81fBRCXFpOD8UZHBl/Ijze1p0QgRAkrFkxEDi5RMAoMGFnR8JS81xUEBeBIHY4dJloZlxc+BHHKO4AiwHoq3ky5dduv2Kz3iSHksPaeTHirASxp6YmHhweXlZp+MaN4cU7BYgiqEENjHAWWY6ByhsJi/EZKxUGvFZuVugqtXqiDquZdyRuK6k4HyPACJQAAYKYMkgdQcUwdOrr+QbCLF6yhSXMKjDWwQXnJluCS+5I/X394MJiDsikgEAdgEw6JIlzbuVConJU/EQohPv1ULw8F7AxWUw023wDy5muiN9mhLZS4DBo1vy0V0ANvzJ5hhAw8+c1wK/RhThtxkOuLiBAoLxORczVULbJg1wdB4AkSoEyXABoeOHDDtS+e4SfGy6CPTDARc2E3Mj0E/VK13MHmMDBGcCz+cJMMDlLvkTIy4e8jTIiQY8BxuOuO4alEiB5pe9jY2N9/x2Csyvp6Tc+cGQf5vkJR84xpLuzoHUlIJKd132cmJAhF283r5VhU0tDfb4PsDxpjOJYtI8x5LuleSede/1FmKGwG5d6NsaCTwK6AX3/kLIKuQdq9jS0tJSdX5+/guW994LfRHtrn9hDg8PG8fHx/m/MKwGg2OQE4nD4X//C1MkZ85lUFU//Y//tL3kM72JVdT/BaqTTRDWosmmAAAAAElFTkSuQmCC") 15 15, pointer; */
}
@media (max-width: 767px) {
  #main-content .app-title {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  #main-content .app-step {
    font-size: 25px !important;
    font-weight: 500 !important;
  }
}
#main-content .app-recipient-info {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  #main-content .app-recipient-info {
    flex-direction: column;
    padding-left: 10vw;
  }
}
@media (max-width: 767px) {
  #main-content .quantity-background {
    background-color: white !important;
  }
}
@media (max-width: 767px) {
  #main-content .app-edit {
    margin-bottom: 8vh;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  /* hide end*/
  /* profile */
  #main-content .app-product-name {
    width: 50vw;
  }
}
#main-content .err-highlight {
  color: red;
}
#main-content .text-underline {
  padding-top: 10px;
  border-bottom: 0.5px solid gray;
  /* profile end*/
  /* edm */
}
#main-content .form-group-btn {
  color: #fff;
  background-color: #030773;
  width: 60%;
  margin-left: 20px;
  font-size: 13px;
  line-height: 2;
}
#main-content .form-group-btn2 {
  color: #fff;
  background-color: #030773;
  width: 30%;
  font-size: 13px;
  line-height: 2;
}
#main-content .form-group-btn2:hover, #main-content .form-group-btn:hover {
  cursor: pointer;
  text-decoration: none;
}
#main-content .form-group-flex {
  display: flex;
  text-align: center;
}
#main-content .ml20 {
  margin-left: 20%;
}
#main-content .ml20p {
  margin-left: 20px;
  /* edm end */
  /* doe point */
}
#main-content .dp-head-menu {
  display: inline-flex;
  flex-direction: row;
  letter-spacing: 2px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
#main-content .dp-head-menu li span {
  display: block;
  width: calc(350px / 3);
  padding: 0;
  text-align: center;
}
#main-content .dp-head-menu li span:hover {
  cursor: pointer;
  text-decoration: underline;
}
#main-content .dp-head-menu-active {
  text-decoration: underline;
}
#main-content .dp-table-style {
  border-bottom: 1px solid;
  display: block !important;
}
#main-content .dp-color {
  color: #908383;
}
#main-content .padding-left-400px {
  padding-left: 70px !important;
}
#main-content .deduct {
  color: red;
}
@media (min-width: 768px) {
  /* doe end */
  /* lookbook */
  #main-content .dp-table-style {
    border-bottom: 1px solid;
    display: table-row;
  }
  #main-content .dp-head-menu li span {
    display: block;
    width: calc(700px / 3);
    padding: 0;
    text-align: center;
  }
  #main-content .padding-left-400px {
    padding-left: 400px !important;
  }
}
#main-content .lookbook-list-content {
  text-decoration: none;
}
#main-content .lookbook-list-content-on-image {
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  font-size: 13px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#main-content .lookbook-list-title {
  font-weight: 500;
  display: none;
}
#main-content .lookbook-list-title-on-image {
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 370px;
}
#main-content .lookbook-list-sub-title {
  font-weight: 500;
  font-size: 13px !important;
}
#main-content .lookbook-span-color, #main-content .lookbook-a-color {
  color: #908383;
}
#main-content .fix-bottom {
  position: fixed;
  bottom: 0;
  z-index: 691;
  text-align: center;
  width: 100%;
  height: 72px;
  left: 0;
  color: black;
  background: white;
}
#main-content .scale-1-2 {
  transform: scale(1.2);
}
#main-content .scale-1-5 {
  transform: scale(1.5);
}
#main-content .pt-5 {
  padding-top: 5px;
}
#main-content .wishlist-display-none {
  display: none !important;
}
#main-content #full-img, #main-content #panel-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#main-content #panel-bg {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
#main-content #lookbook-suggest-desktop {
  display: none;
}
#main-content #lookbook-suggest-mobile {
  display: block;
}
#main-content .deactive-symbol {
  transform: rotate(-90deg);
  margin-left: 10px;
}
#main-content .inner-detail-symbol {
  transform: rotate(0.25turn);
  width: 30px;
  display: inline-block;
  margin-left: 5vw;
}
#main-content .product-img-detail {
  width: 100%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main-content .color-blk {
  color: black !important;
}
#main-content .color-wht {
  color: white !important;
}
#main-content .active-symbol {
  transform: rotate(90deg);
  margin-left: 10px;
}
#main-content .active-lookbook-detail-forward {
  animation-name: active-lookbook-detail-forward;
  animation-duration: 0.5s;
  height: 500px;
}
#main-content .active-lookbook-detail-reverse {
  animation-name: active-lookbook-detail-reverse;
  animation-duration: 0.5s;
  height: 72px;
}
#main-content .active-lookbook-detail-opacity10 {
  animation-name: active-lookbook-detail-opacity10;
  animation-duration: 1s;
  display: none !important;
  opacity: 0;
}
#main-content .active-lookbook-detail-opacity01 {
  animation-name: active-lookbook-detail-opacity01;
  animation-duration: 1s;
  display: flex !important;
  opacity: 1;
}
#main-content .open-product-detail-img {
  animation-name: active-lookbook-detail-opacity01;
  animation-duration: 0.5s;
}
#main-content #vertical-gallery {
  display: none;
}
#main-content .logistics-notice-message {
  padding: 5px 20px;
  height: 0;
}
#main-content .item-title-content {
  background: white !important;
  text-align: left !important;
  padding: 20px;
  font-weight: 500;
}
#main-content .item-title-name {
  height: 80%;
}
#main-content .item-title-price {
  height: 20%;
  margin-top: 20px;
}
#main-content .logistics-notice-hint > p, #main-content .sold-out-hint {
  font-size: 12px;
  font-weight: 500 !important;
}
#main-content #lookbook-bottom-panel {
  display: flex;
  border-top: 2px solid;
  height: 72px;
}
#main-content #see-detail {
  width: 30vw;
  margin-top: 20px;
}
#main-content .product-set-content {
  height: 38vh;
  overflow: auto;
}
#main-content #lookbook-bottom-panel-middle {
  display: flex;
  height: 72px;
  border-top: 2px solid;
}
#main-content .lookbook-panel-middle-block {
  width: 90%;
  margin-top: 1vh;
  margin-bottom: 1vh;
}
#main-content .lookbook-panel-middle-block-l {
  text-align: start;
  padding-left: 5vw;
}
#main-content .lookbook-panel-middle-block-r {
  text-align: end;
  padding-right: 5vw;
  /* #vertical-gallery > img {
   animation-name: vertical-scroll;
   animation-duration: 10s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   } */
}
@keyframes active-lookbook-detail-forward {
  from {
    height: 72px;
  }
  to {
    height: 500px;
  }
}
@keyframes active-lookbook-detail-reverse {
  from {
    height: 500px;
  }
  to {
    height: 72px;
  }
}
@keyframes active-lookbook-detail-opacity10 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes active-lookbook-detail-opacity01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes vertical-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-920%);
  }
}
@media (min-width: 768px) {
  /* lookbook end */
  #main-content .scale-1-2 {
    transform: scale(1);
  }
  #main-content .scale-1-5 {
    transform: scale(1);
  }
  #main-content .pt-5 {
    padding-top: 0px;
  }
  #main-content .lookbook-list-title {
    font-weight: 500;
    display: block;
  }
  #main-content #lookbook-suggest-desktop {
    display: block;
    padding-top: 10px;
  }
  #main-content #lookbook-suggest-mobile {
    display: none;
  }
  #main-content #vertical-gallery {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    display: block;
  }
  #main-content #lookbook-bottom-panel {
    display: flex;
    border: 1px solid black;
    height: 72px;
  }
  #main-content #see-detail {
    width: 20vw;
    margin-top: 20px;
  }
  #main-content .fix-bottom {
    position: fixed;
    bottom: 0;
    z-index: 691;
    text-align: center;
    width: 60%;
    left: 20%;
    color: black;
    background: white;
    border: 1px solid black;
  }
  #main-content .lookbook-list-title-on-image {
    display: none;
  }
  #main-content .product-set-content {
    height: 35vh;
    overflow: auto;
  }
  #main-content #lookbook-bottom-panel-middle {
    display: flex;
    height: 72px;
    border-top: 0px solid;
  }
  #main-content .active-lookbook-detail-forward {
    animation-name: opacity10;
    animation-duration: 0.5s;
    height: 500px;
    top: 25%;
  }
  #main-content .active-lookbook-detail-reverse {
    animation-name: opacity10;
    animation-duration: 0.5s;
    height: 72px;
  }
  #main-content .lookbook-panel-middle-block-l {
    text-align: start;
    padding-left: 20px;
  }
  #main-content .lookbook-panel-middle-block-r {
    text-align: end;
    padding-right: 20px;
  }
}


:root {
  --theme-b: #FFFFFF;
}
