@charset "UTF-8";
@font-face {
  font-family: "Century Gothic";
  src: url("./fonts/CenturyGothic_gdi.woff") format("woff"), url("./fonts/CenturyGothic_gdi.eot") format("eot"), url("./fonts/CenturyGothic_gdi.svg") format("svg");
}

main.dior.en {
  font-family: "Century Gothic";
}

main.dior.ja {
  font-family: "メイリオ", Meiryo;
}

.dior select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dior select::-ms-expand {
  display: none;
}

.dior {
  word-break: normal;
}

.dior .tablet {
  display: none;
}

@media screen and (max-width: 1079px) {
  .dior .tablet {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .dior {
    padding-top: 10px;
  }
}

.dior .dior_container {
  position: relative;
  margin: 50px auto;
  max-width: 1080px;
  width: 100%;
  padding: 50px 40px 130px;
  margin: 0 auto;
}

@media screen and (max-width: 1079px) {
  .dior .dior_container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dior .dior_container {
    height: auto !important;
    padding: 0;
  }
}

.dior .nav_menu_container {
  width: 178px;
  position: absolute;
  top: 50px;
  left: 32px;
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container.pd10 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1079px) {
  .dior .nav_menu_container {
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container {
    left: 5.33333%;
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
}

.dior .nav_menu_container .nav_menu_title {
  padding: 14px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .nav_menu_title {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .dior .nav_menu_container .nav_menu_title {
    border-top: 3px solid #000;
  }
}

.dior .nav_menu_container .nav_menu_list {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .dior .nav_menu_container .nav_menu_list {
    display: block !important;
  }
}

.dior .nav_menu_container .nav_menu_list .nav_menu {
  padding: 0 0 9px 15px;
  position: relative;
  cursor: pointer;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .nav_menu_list .nav_menu {
    padding: 0;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
  }
  .dior .nav_menu_container .nav_menu_list .nav_menu:last-child {
    border-bottom: 1px solid #eee;
  }
}

.dior .nav_menu_container .nav_menu_list .nav_menu .menu_item::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000000;
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .nav_menu_list .nav_menu .menu_item {
    display: block;
    padding: 14px 0;
  }
  .dior .nav_menu_container .nav_menu_list .nav_menu .menu_item::before {
    top: 18px;
    left: 85%;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
  }
}

.dior .nav_menu_container .nav_menu_list .nav_menu .menu_item.active::before {
  top: 2px;
  left: 0px;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .nav_menu_list .nav_menu .menu_item.active::before {
    top: 18px;
    left: 85%;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #000000 transparent;
  }
}

@media screen and (min-width: 768px) {
  .dior .nav_menu_container .menu2 .menu3 {
    padding: 0 0 0 20px;
  }
}

.dior .nav_menu_container .menu2 .inner_menu {
  padding: 7px 0 0;
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .menu2 .inner_menu {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .menu2 .inner_menu .menu_item::before {
    left: 78%;
  }
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .menu2 .inner_menu .menu_item.active::before {
    left: 78%;
  }
}

.dior .nav_menu_container .menu2 .nav_menu {
  border-right: none;
  border-left: none;
}

.dior .nav_menu_container .menu3 {
  display: none;
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .menu3 {
    background: #eee;
    padding: 15px 0;
  }
}

.dior .nav_menu_container .menu3 > li {
  padding-bottom: 5px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .dior .nav_menu_container .menu3 > li:first-child {
    padding-top: 7px;
  }
}

.dior .nav_menu_container .menu3 > li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .menu3 > li:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container .menu3 > li {
    padding: 0 0 24px;
  }
}

.dior .nav_menu_container .inner_menu_list {
  display: none;
}

@media screen and (min-width: 768px) {
  .dior .nav_menu_container .inner_menu_list .menu_link {
    border-bottom: 1px solid #fff;
    display: inline-block;
  }
  .dior .nav_menu_container .inner_menu_list .menu_link:hover {
    border-bottom: 1px solid #000;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .dior .nav_menu_container.accordion {
    margin-bottom: 0;
  }
  .dior .nav_menu_container.accordion .nav_menu_title {
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #e5e5e5;
    position: relative;
  }
  .dior .nav_menu_container.accordion .nav_menu_title::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -2.5px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
  }
  .dior .nav_menu_container.accordion .nav_menu_title.active {
    border-bottom: none;
  }
  .dior .nav_menu_container.accordion .nav_menu_title.active::before {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #000000 transparent;
  }
  .dior .nav_menu_container.accordion .nav_menu_list {
    display: none;
    margin: 0;
  }
  .dior .nav_menu_container.accordion .nav_menu_list .nav_menu {
    border-top: none;
    border-top: 1px solid #eee;
  }
}

.dior .dior_content {
  width: 76.3%;
  margin-left: 23%;
}

@media screen and (max-width: 767px) {
  .dior .dior_content {
    width: 100%;
    margin-left: 0;
  }
}

.dior .dior_content .top_img {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

@media screen and (max-width: 767px) {
  .dior .dior_content .top_img {
    margin: 0 0 50px;
  }
}

.dior .dior_content .top_img.slick-initialized {
  opacity: 1;
}

.dior .dior_content .top_txt {
  width: 560px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.385;
}

@media screen and (max-width: 767px) {
  .dior .dior_content .top_txt {
    display: none;
  }
}

.dior .con_head {
  height: 65px;
  background: #000;
  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;
}

@media screen and (max-width: 767px) {
  .dior .con_head {
    height: 40px;
  }
}

.dior .con_head .logo {
  width: 145px;
}

@media screen and (max-width: 767px) {
  .dior .con_head .logo {
    width: 91px;
  }
}

@media screen and (max-width: 767px) {
  .dior .con_head .logo img {
    width: 100%;
    height: 100%;
  }
}

.dior .slick-dotted.slick-slider {
  opacity: 1;
}

.dior .slide-dots {
  text-align: center;
  position: absolute;
  bottom: -22px;
  width: 100%;
}

.dior .slide-dots li {
  display: inline-block;
  margin: 0 7px;
}

.dior .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.dior .slide-dots li button::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -28px;
  left: -5px;
}

@media screen and (max-width: 767px) {
  .dior .slide-dots li button::before {
    top: 10px;
    border: 1px solid #000;
  }
}

.dior .slide-dots li.slick-active button::before {
  content: '';
  background: #fff;
}

@media screen and (max-width: 767px) {
  .dior .slide-dots li.slick-active button::before {
    background: #000;
  }
}

.dior .item-slide {
  position: relative;
}

@media screen and (max-width: 767px) {
  .dior .item-slide {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
}

.dior .item-slide .slick-initialized {
  opacity: 1;
}

.dior .item-slide-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
}

.dior .item-slide-dots li {
  display: inline-block;
  margin: 0 7px;
}

.dior .item-slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.dior .item-slide-dots li button::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.dior .item-slide-dots li.slick-active button::before {
  content: '';
  background: #000;
}

.dior .category_container {
  border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 767px) {
  .dior .category_container {
    display: none;
  }
}

.dior .category_container .category_tab_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.dior .category_container .tab_title {
  color: #9a9a9a;
  padding: 9px 0;
}

@media screen and (max-width: 1079px) {
  .dior .category_container .tab_title {
    margin-right: 20px;
  }
}

.dior .category_container .category_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dior .category_container .category_tab_list .category_tab {
  margin: 0 15px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1079px) {
  .dior .category_container .category_tab_list .category_tab {
    line-height: 1.385;
  }
}

.dior .category_container .category_tab_list .category_tab.active {
  border-bottom: 1px solid #000;
}

.dior .category_container .category_article {
  margin-bottom: 80px;
  display: none;
}

.dior .category_container .category_article .article_txt {
  margin-top: 25px;
  font-size: 12px;
  line-height: 1.417;
}

.dior .category_container .category_article.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .dior .newarrivals_wrap {
    border-top: 1px solid #eee;
  }
}

.dior .newarrivals_wrap .item_container {
  border-bottom: 1px solid #cecece;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .dior .newarrivals_wrap .item_container {
    border: none;
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .dior .newarrivals_wrap .item_container .item_box:not(:first-child) {
    margin-left: 3.93185%;
  }
}

.dior .newarrivals_wrap .item_box {
  min-height: 420px;
}

@media screen and (max-width: 767px) {
  .dior .newarrivals_wrap .item_box {
    min-height: 320px;
  }
  .dior .newarrivals_wrap .item_box .item_link {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .dior .newarrivals_wrap .item-slide-dots {
    bottom: -7px;
  }
}

.dior .newarrivals_wrap .item-slide-dots li button::before {
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .dior .newarrivals_wrap .slick-list {
    margin-bottom: 25px;
  }
}

.dior .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dior .item_list .item_name {
  font-size: 12px;
  line-height: 1.5;
  height: 73px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .dior .item_list .item_name {
    line-height: 1.25;
    height: 90px;
  }
}

.dior .item_list_title {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .dior .item_list_title {
    padding-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .dior .item_list_title {
    font-size: 15px;
  }
}

.dior .item_box {
  width: 234px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dior .item_box {
    margin-bottom: 0;
    min-height: 238px;
  }
}

.dior .item_box:last-child {
  margin-right: 0;
}

.dior .item_box .item_link {
  display: block;
}

.dior .item_img {
  border: 1px solid #cecece;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .dior .item_img {
    width: 100%;
    margin-bottom: 10px;
    border: none;
  }
}

.dior .item_img img {
  width: 100%;
  height: 100%;
}

.dior .item_tag {
  font-weight: bold;
}

.dior .item_box_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .dior .item_box_bottom {
    left: 8px;
  }
}

.dior .item_value {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .dior .item_value {
    margin-bottom: 0;
  }
}

.dior .shop {
  width: 105px;
  height: 40px;
  background: #000;
  color: #fff;
  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;
}

@media screen and (max-width: 767px) {
  .dior .shop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dior .bestsellers_wrap {
    border-top: 1px solid #eee;
  }
}

.dior .bestsellers_wrap .item_container {
  border-bottom: 1px solid #cecece;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .dior .bestsellers_wrap .item_container {
    border: none;
    padding: 0;
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .dior .bestsellers_wrap .item_container .item_box:not(:first-child) {
    margin-left: 3.93185%;
  }
}

.dior .bestsellers_wrap .item_box {
  min-height: 420px;
}

@media screen and (max-width: 767px) {
  .dior .bestsellers_wrap .item_box {
    min-height: 300px;
  }
  .dior .bestsellers_wrap .item_box .item_link {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .dior .bestsellers_wrap .slick-list {
    margin-bottom: 25px;
  }
}

.dior .discover_wrap .item_container {
  padding: 13px 0 0;
  border: none;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .dior .discover_wrap .item_container {
    margin-bottom: 0px;
  }
}

.dior .discover_wrap .item_link {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .dior .discover_wrap .item_list {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .dior .discover_wrap .item_box {
    min-height: auto;
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}

.dior .discover_name {
  text-align: center;
  font-size: 18px;
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .dior .discover_name {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

.dior .discover_more {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.dior .discover_more::before {
  content: "";
  width: 1px;
  height: 25px;
  background: #9a9a9a;
  position: absolute;
  top: 0;
  left: 12px;
}

.dior .discover_more::after {
  content: "";
  width: 25px;
  height: 1px;
  background: #9a9a9a;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .dior .discover_more {
    width: 20px;
    height: 20px;
  }
  .dior .discover_more::before {
    height: 20px;
    left: 10px;
  }
  .dior .discover_more::after {
    width: 20px;
    top: 10px;
  }
}

.dior .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .dior .cat_container .item_list_title {
    font-size: 15px;
    padding-bottom: 20px;
  }
}

.dior .cat_container .top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 53px;
}

@media screen and (max-width: 767px) {
  .dior .cat_container .top_wrap {
    display: block;
    padding: 0;
  }
}

.dior .cat_container .cat_top_txt {
  width: 30.5%;
  background: #000;
  color: #fff;
  text-align: center;
  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;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .dior .cat_container .cat_top_txt {
    background: none;
    color: #000;
    width: auto;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 20px;
  }
}

.dior .cat_container .cat_top_txt .title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.167;
}

@media screen and (max-width: 767px) {
  .dior .cat_container .cat_top_txt .title {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.dior .cat_container .cat_top_txt .txt {
  font-size: 12px;
  line-height: 1.5;
}

.dior .cat_container .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .dior .cat_container .item_list {
    margin: 0 15px;
  }
}

.dior .cat_container .cat_item_wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .dior .cat_container .cat_item_wrap {
    margin: 20px 10px 0;
  }
}

.dior .cat_container .cat_item_wrap .item_box {
  margin-bottom: 30px;
  width: calc(234 / 763 * 100%);
}

@media screen and (min-width: 768px) {
  .dior .cat_container .cat_item_wrap .item_box {
    min-height: 420px;
  }
  .dior .cat_container .cat_item_wrap .item_box:not(:nth-child(3n+1)) {
    margin-left: 3.93185%;
  }
}

@media screen and (max-width: 767px) {
  .dior .cat_container .cat_item_wrap .item_box {
    width: calc(290 / 665 * 100%);
    min-height: 280px;
  }
  .dior .cat_container .cat_item_wrap .item_box:nth-child(2n) {
    margin-left: 12.69177%;
  }
}

.dior .cat_container .cat_item_wrap .item_box .item_name {
  font-size: 12px;
}

.dior .cat_container .sel_wrap {
  overflow: hidden;
  text-align: center;
}

.dior .cat_container .sel_wrap select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dior .cat_container .sel_wrap.cp_sl {
  position: absolute;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background: #f8f8f8;
  top: 0px;
  right: 0;
}

.dior .cat_container .sel_wrap.cp_sl select {
  padding: 8px 16px 8px 8px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .dior .cat_container .sel_wrap.cp_sl {
    top: 0;
  }
}

.dior .cat_container .sel_wrap.cp_sl::before {
  position: absolute;
  bottom: 0.6em;
  right: 0.4em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}

.dior .cat_container .sel_wrap.cp_sl::after {
  position: absolute;
  top: 0.6em;
  right: 0.4em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #000;
  pointer-events: none;
}

.dior .cat_container .top_wrap {
  padding-bottom: 0;
}

.dior .cat_container .top_wrap .cat_top_img {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .dior .cat_container .top_wrap .cat_top_img {
    margin-top: 5%;
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 767px) {
  .dior .main_container {
    margin-bottom: 70px;
  }
}

.dior .main_container .cat_inner {
  margin: 30px 0 60px;
}

@media screen and (max-width: 767px) {
  .dior .main_container .cat_inner {
    margin: 30px 10px;
  }
}

.dior .main_container .movie_wrap {
  position: relative;
}

.dior .main_container .movie_wrap .movie {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65.4%;
}

@media screen and (max-width: 767px) {
  .dior .main_container .movie_wrap .movie {
    bottom: 19.9%;
    width: 100%;
    right: auto;
  }
  .dior .main_container .movie_wrap .movie img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .dior .main_container .movie_wrap .movie.en {
    bottom: 20.8%;
  }
}

@media screen and (max-width: 767px) {
  .dior .main_container .movie_wrap .movie.cn {
    bottom: 22.5%;
  }
}

@media screen and (max-width: 767px) {
  .dior .main_container .movie_wrap .movie.tw {
    bottom: 22.4%;
  }
}

.dior .breadcrumb {
  margin-bottom: 10px;
}

.dior .prod_container .item-slide-dots {
  left: 50%;
  margin-left: -35px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .container {
    padding: 0 10px;
  }
}

.dior .prod_container .dior_content {
  width: 100%;
  margin-left: 0;
}

.dior .prod_container .brands_detail .detail_area .main_thumb {
  cursor: auto;
  margin-bottom: 0;
}

.dior .prod_container .brands_detail .detail_area .order_select_area {
  margin-bottom: 29px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .order_select_area {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .order_select_area .order_box span {
    margin-right: 18px;
  }
  .dior .prod_container .brands_detail .detail_area .order_select_area .order_box span.text_right {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .order_select_area .order_box .order_select {
    width: 275px;
  }
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .order_select_area .order_box .order_select select {
    padding-left: 6px;
  }
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .order_select_area .order_box .count_box .count_select {
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .order_select_area .order_box .select_ul_wrap::after {
    right: 9px;
  }
}

.dior .prod_container .brands_detail .detail_area .order_select_area .order_box .announce {
  color: #a1a1a1;
  font-size: 13px;
}

.dior .prod_container .brands_detail .detail_area .order_select_area .order_box .announce::before {
  background: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .terminal2_note {
    margin-bottom: 26px;
    padding: 15px 15px 8px;
  }
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .terminal2_note p {
    line-height: 1.8;
  }
}

.dior .prod_container .brands_detail .detail_area .shopping_btn_area .shopping_btn {
  height: 54px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .shopping_btn_area .shopping_btn {
    height: 60px;
  }
}

.dior .prod_container .brands_detail .detail_area .shopping_btn_area .shopping_btn .btn_inner:hover span {
  color: #fff !important;
}

.dior .prod_container .brands_detail .detail_area .shopping_btn_area .favorite_btn {
  height: 54px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .shopping_btn_area .favorite_btn {
    height: 42px;
  }
}

.dior .prod_container .brands_detail .detail_area .note {
  background: #f5f5f5;
  line-height: 1.5;
  margin-bottom: 13px;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .note {
    margin-top: 5px;
    line-height: 1.636;
    padding: 7px 10px;
    margin-bottom: 25px;
  }
}

.dior .prod_container .brands_detail .detail_area .detail_tag_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 0;
}

.dior .prod_container .brands_detail .detail_area .detail_tag_list .item {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 2px 7px;
  margin-left: 0;
  margin-bottom: 4px;
  margin-right: 4px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .detail_tag_list {
    margin-bottom: 0;
  }
}

.dior .prod_container .brands_detail .detail_area .description {
  border: none;
  margin-bottom: 0;
}

.dior .prod_container .brands_detail .detail_area .description .title {
  padding: 0;
  border-bottom: 1px solid #000;
  text-align: left;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .description .title {
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
  }
}

.dior .prod_container .brands_detail .detail_area .description .title p {
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .description .title p {
    padding: 9px 24px;
  }
}

.dior .prod_container .brands_detail .detail_area .description > p {
  padding-bottom: 23px;
  padding-left: 5px;
}

.dior .prod_container .brands_detail .detail_area .sns_area {
  padding: 22px 10px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .sns_area {
    padding: 10px 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .sns_area .text {
    margin: 0 0 7px;
  }
}

.dior .prod_container .brands_detail .detail_area .sns_area .btn_area .copy_btn {
  width: 210px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .sns_area .btn_area .copy_btn {
    width: 100%;
    font-size: 15px;
    padding: 4px 0;
  }
}

.dior .prod_container .brands_detail .detail_area .item_name {
  padding-bottom: 0;
  margin-top: 0;
}

.dior .prod_container .brands_detail .detail_area .detail_title {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .detail_title {
    margin-bottom: 0;
    margin-top: 11px;
  }
}

.dior .prod_container .brands_detail .detail_area .detail_title .maker {
  margin-bottom: 5px;
}

.dior .prod_container .brands_detail .detail_area .price {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .price {
    margin-bottom: 0;
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .price .duty_free {
    display: inline;
  }
}

.dior .prod_container .brands_detail .detail_area .price .duty_free span {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .detail_area .price .domestic {
    display: inline;
  }
}

.dior .prod_container .brands_detail .heading {
  border-top: none;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .brands_detail .heading {
    border-bottom: 2px solid #000;
  }
}

.dior .prod_container .brands_detail .heading p {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 13px 20px;
  font-size: 12px;
}

.dior .prod_container .color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: 70px;
}

.dior .prod_container .color_list .color_wrap {
  width: 42px;
  height: 42px;
  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;
}

.dior .prod_container .color_list .color_wrap .color {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.dior .prod_container .color_list .color_wrap.select {
  border: 2px solid #000;
}

.dior .prod_container .recommend_area .recommend_wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .recommend_area .recommend_wrap {
    margin-bottom: 65px;
  }
}

.dior .prod_container .recommend_area .item_container {
  padding-top: 30px;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .recommend_area .item_container {
    margin: 0 60px;
    padding-top: 10px;
  }
}

.dior .prod_container .recommend_area .item_box {
  min-height: 350px;
  width: calc(168 / 1000 * 100%);
}

@media screen and (min-width: 768px) {
  .dior .prod_container .recommend_area .item_box:not(:first-child) {
    margin-left: 4%;
  }
}

@media screen and (min-width: 768px) {
  .dior .prod_container .recommend_area .item_box .item_img {
    height: 147px;
  }
}

.dior .prod_container .recommend_area .item_name {
  font-size: 12px;
  line-height: 1.5;
  height: 108px;
}

@media screen and (max-width: 767px) {
  .dior .prod_container .recommend_area .item_name {
    padding-bottom: 20px;
  }
}

.dior .make_main_container {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .dior .make_main_container {
    margin: 0 10px;
  }
}

.dior .make_main_container .category_container {
  border: none;
  height: -webkit-fill-available;
  height: -moz-available;
}

@media screen and (max-width: 767px) {
  .dior .make_main_container .category_container {
    display: block;
    margin-top: 20px;
  }
}

.dior .make_main_container .category_container .category_tab_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dior .make_main_container .category_container .category_tab_wrap {
    height: auto;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .dior .make_main_container .category_container .category_tab_wrap .category_tab_list {
    width: 100%;
    display: block;
  }
}

.dior .make_main_container .category_container .category_tab_wrap .category_tab_list .make_category_tab {
  cursor: auto;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .dior .make_main_container .category_container .category_tab_wrap .category_tab_list .make_category_tab {
    margin: 0 0 10px 0;
  }
}

.dior .make_main_container .category_container .category_tab_wrap .category_tab_list .make_category_tab.active {
  border: none;
}

.dior .make_main_container .category_container .category_tab_wrap .category_tab_list .make_category_tab .tab_name {
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dior .make_main_container .category_container .category_tab_wrap .category_tab_list .make_category_tab .tab_name {
    color: #fff;
    background: #000;
    text-align: center;
    padding: 20px 0;
  }
  .dior .make_main_container .category_container .category_tab_wrap .category_tab_list .make_category_tab .tab_name::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
  }
}

.dior .make_main_container .category_container .category_tab_wrap .category_tab_list .make_category_tab .tab_name.active {
  border-bottom: 1px solid #000;
}

.dior .make_main_container .category_container .category_tab_wrap .category_tab_list .make_category_tab .tab_name.active::before {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}

.dior .make_main_container .category_container .tab_title {
  color: #000;
}

.dior .make_main_container .title {
  font-size: 40px;
}

.dior .make_main_container .tips_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dior .make_main_container .category_article {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .dior .make_main_container .category_article {
    position: static;
  }
}

.dior .make_main_container .category_article .title {
  font-size: 24px;
}

.dior .make_main_container .category_article .article_img {
  position: relative;
}

.dior .make_main_container .category_article .article_img .playbtn {
  width: 65px;
  height: 65px;
  background: rgba(100, 100, 100, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: 45%;
}

.dior .make_main_container .category_article .article_img .playbtn::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 40%;
  right: 40%;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
}

.dior .make_main_container .category_article .article_txt {
  font-size: 12px;
  line-height: 1.417;
}

.dior .make_main_container .category_article .article_txt p {
  margin-bottom: 25px;
}

.dior .make_main_container .used_product_wrap .item_container {
  border-bottom: none;
}

.dior .make_main_container .used_product_wrap .item_list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dior .make_main_container .used_product_wrap .item_list .item_box {
  width: 150px;
  margin-right: 30px;
  min-height: 265px;
}

.dior .make_main_container .used_product_wrap .item_list .item_box:last-child {
  margin-right: 0;
}

.dior .make_main_container .used_product_wrap .item_list .item_box .item_name {
  padding-bottom: 110px;
}

.dior .make_main_container .other_tips_wrap {
  background: #000;
  color: #fff;
  margin-top: 150px;
}

.dior .make_main_container .other_tips_wrap .item_container {
  padding: 20px 20px 30px;
}

.dior .make_main_container .other_tips_wrap .item_container .item_list {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dior .make_main_container .other_tips_wrap .item_container .item_list .item_box {
  min-height: 200px;
  width: 195px;
}

.dior .make_main_container .other_tips_wrap .item_container .item_list .item_box .item_img {
  border: none;
}

.dior .make_main_container .other_tips_wrap .item_container .item_list .item_box .item_name {
  padding-bottom: 0;
}

.dior .mt30 {
  margin-top: 30px;
}

.dior .mb30 {
  margin-bottom: 30px;
}

.dior .mb60 {
  margin-bottom: 60px;
}

.dior .mt60 {
  margin-top: 60px;
}

.dior .mt20 {
  margin-top: 20px;
}

.dior .mt3 {
  margin-top: 30px;
}

.dior .mt12 {
  margin-top: 12px;
}

/*# sourceMappingURL=../sourcemaps/dior.css.map */
