@charset "utf-8";
/*TOP Font
------------------------------------------*/
@import url("https://use.typekit.net/dpi3lad.css");
/*==============================================
Dress Search PAGE  2023.04.12
==============================================*/
#top2023_trend-topics .row .col-6, #top2023_trend-topics .row .col-4 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
h2.cnt_title_topics span {
  font-family: serif;
}
#dress2304_category a p.cat_txt {
  font-size: 70%;
}
/*　SEARCH PAGE / anchor
------------------------------------------------*/
a.anchor {
  height: 1px;
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
/* SEARCH PAGE / Key word TAG
------------------------------------------*/
.dress2304_hit_keyword {
  text-align: center;
  padding: 5% 0;
}
.dress2304_hit_keyword::after {
  border-bottom: .5px solid #2b3d4c;
  width: 96%;
}
.dress2304_hit_keyword h2 {
  overflow: hidden;
  text-align: center;
  color: #2b3d4c;
  font-size: 90%;
  letter-spacing: .2em;
  width: 100%;
}
.dress2304_hit_keyword h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 .3em 0 .5em;
  text-align: left;
  font-family: serif;
}
.dress2304_hit_keyword h2 span::before, .dress2304_hit_keyword h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: .5px;
  background-color: #2b3d4c;
}
.dress2304_hit_keyword h2 span::before {
  right: 100%;
}
.dress2304_hit_keyword h2 span::after {
  left: 100%;
}
.dress2304_hit_keyword p {
  margin-bottom: 0;
  line-height: 1.7;
}
.dress2304_hit_keyword p a::after {
  content: "/";
  margin: 0 5px;
}
.dress2304_hit_keyword p a:last-child::after {
  content: none;
}
.dress2304_hit_keyword p a {
  font-size: 90%;
  color: #2b3d4c;
  line-height: .5;
  font-family: serif;
}
/* SEARCH PAGE / Tab Switch Common
------------------------------------------*/
.dresstab_wrap {
  width: 100%;
  margin: auto;
}
.dresstab_wrap > input[type="radio"] {
  display: none;
}
.dresstab_area {
  margin: 0;
  text-align: center;
}
.dresstab_area label {
  margin: 5% -1%;
  display: inline-block;
  padding: 13px 10px;
  color: #2b3d4c;
  background: #fff;
  text-align: center;
  font-size: 70%;
  cursor: pointer;
  border: 1px solid #2b3d4c;
}
.dresstab_area label:first-child {
  padding: 13px 13px 13px 15px;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}
.dresstab_area label:last-child {
  padding: 13px 15px 13px 13px;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
.dresstab_panel {
  width: 100%;
  padding: 1em 0;
  display: none;
}
/* SEARCH PAGE / Tab Mini Dress Switch
------------------------------------------*/
#dresstab1:checked ~ .dresstab_area .dresstab1_label {
  background: #2b3d4c;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
}
#dresstab1:checked ~ .dresspanel_area #dresspanel1 {
  display: block;
}
#dresstab2:checked ~ .dresstab_area .dresstab2_label {
  background: #2b3d4c;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
}
#dresstab2:checked ~ .dresspanel_area #dresspanel2 {
  display: block;
}
#dresstab3:checked ~ .dresstab_area .dresstab3_label {
  background: #2b3d4c;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
}
#dresstab3:checked ~ .dresspanel_area #dresspanel3 {
  display: block;
}
#dresstab4:checked ~ .dresstab_area .dresstab4_label {
  background: #2b3d4c;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
}
#dresstab4:checked ~ .dresspanel_area #dresspanel4 {
  display: block;
}
/* SEARCH PAGE / Tab Long Dress Switch
------------------------------------------*/
#dresstab5:checked ~ .dresstab_area .dresstab5_label {
  background: #2b3d4c;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
}
#dresstab5:checked ~ .dresspanel_area #dresspanel5 {
  display: block;
}
#dresstab6:checked ~ .dresstab_area .dresstab6_label {
  background: #2b3d4c;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
}
#dresstab6:checked ~ .dresspanel_area #dresspanel6 {
  display: block;
}
#dresstab7:checked ~ .dresstab_area .dresstab7_label {
  background: #2b3d4c;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
}
#dresstab7:checked ~ .dresspanel_area #dresspanel7 {
  display: block;
}
#dresstab8:checked ~ .dresstab_area .dresstab8_label {
  background: #2b3d4c;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
}
#dresstab8:checked ~ .dresspanel_area #dresspanel8 {
  display: block;
}
/*　SEARCH PAGE / dress category button
------------------------------------------------*/
h3.ttl_h3_searchIn {
  text-align: center;
  font-size: 80%;
  font-weight: 400;
  color: #595959;
  letter-spacing: .05em;
  position: relative;
}
h3.ttl_h3_searchIn::before {
  position: absolute;
  content: "［";
  display: inline-block;
  font-size: 170%;
  font-weight: 200;
  margin-right: 10px;
  top: -5px;
  left: 0;
}
h3.ttl_h3_searchIn::after {
  position: absolute;
  content: "］";
  display: inline-block;
  font-size: 170%;
  font-weight: 200;
  margin-left: 10px;
  top: -5px;
  right: 0;
}
h3.ttl_h3_searchIn .grays {
  color: #595959;
  font-weight: inherit;
  font-size: inherit;
  background-color: #eceeee;
  padding: 1% 2%;
  letter-spacing: .05em;
  margin: 0 2%;
}
.searchMarks img {
  width: 15px;
  display: inline-block;
  margin-right: 10px;
}
/*　SEARCH PAGE / dress category button
------------------------------------------------*/
#dress2304_category .col-4 a {
  text-align: center;
  display: block;
}
#dress2304_category .col-4 a img {
  display: block;
  padding: 5%;
}
/*　SEARCH PAGE / dressList01 / Common
------------------------------------------------*/
ul.dressList01 {
  margin-top: 8% !important;
}
ul.dressList01 li {
  border-bottom: .5px solid #2b3d4c;
  background-position: top 50% left 2%;
  background-repeat: no-repeat;
  background-size: 40px;
}
ul.dressList01 li.all_items_bt a {
  padding: 4% 0 4% 2%;
}
ul.dressList01 li a {
  display: block;
  letter-spacing: .2em;
  color: #595959;
  font-weight: 200;
  position: relative;
  padding: 5% 0 5% 15%;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  ul.dressList01 li a {
    padding: 6% 0 6% 18%;
  }
}
ul.dressList01 li a:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 0.5px solid #2b3d4c;
  border-right: 0.5px solid #2b3d4c;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5%;
}
/*　dressList01 / Minidress Category Lsit bt
------------------------------------------------*/
ul.dressList01.minidress_cat li:nth-child(1) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress00.png");
}
ul.dressList01.minidress_cat li:nth-child(2) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress01.webp");
}
ul.dressList01.minidress_cat li:nth-child(3) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress02.webp");
}
ul.dressList01.minidress_cat li:nth-child(4) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress03.webp");
}
ul.dressList01.minidress_cat li:nth-child(5) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress04.webp");
}
ul.dressList01.minidress_cat li:nth-child(6) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress05.webp");
}
ul.dressList01.minidress_cat li:nth-child(7) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress06.webp");
}
ul.dressList01.minidress_cat li:nth-child(8) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress07.webp");
}
ul.dressList01.minidress_cat li:nth-child(9) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress08.webp");
}
ul.dressList01.minidress_cat li:nth-child(10) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress09.webp");
}
ul.dressList01.minidress_cat li:nth-child(11) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress10.webp");
}
ul.dressList01.minidress_cat li:nth-child(12) {
  background-image: url("https://vanityme.itembox.design/item/images/search/minidress11.webp");
}
/*　dressList01 / Longdress Category Lsit bt

------------------------------------------------*/
ul.dressList01.longdress_cat li:nth-child(1) {
  background-image: url("https://vanityme.itembox.design/item/images/search/longdress00.png");
}
ul.dressList01.longdress_cat li:nth-child(2) {
  background-image: url("https://vanityme.itembox.design/item/images/longdress/long_08.png");
}
ul.dressList01.longdress_cat li:nth-child(3) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/tight.webp");
}
ul.dressList01.longdress_cat li:nth-child(4) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/flare.webp");
}
ul.dressList01.longdress_cat li:nth-child(5) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/mermaid.webp");
}
ul.dressList01.longdress_cat li:nth-child(6) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/slit.webp");
}
ul.dressList01.longdress_cat li:nth-child(7) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/birthday.webp");
}
ul.dressList01.longdress_cat li:nth-child(8) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/princess.webp");
}
ul.dressList01.longdress_cat li:nth-child(9) {
  background-image: url("https://vanityme.itembox.design/item/images/longdress/long_07.png");
}
ul.dressList01.longdress_cat li:nth-child(10) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/camisole.webp");
}
ul.dressList01.longdress_cat li:nth-child(11) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/nosleeve.webp");
}
ul.dressList01.longdress_cat li:nth-child(12) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/oneshoulder.webp");
}
ul.dressList01.longdress_cat li:nth-child(13) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/offshoulder.webp");
}
ul.dressList01.longdress_cat li:nth-child(14) {
  background-image: url("https://vanityme.itembox.design/item/images//search/longdress/sleeves.webp");
}
/*　dressList01 / Color Category Lsit bt
------------------------------------------------*/
ul.dressList01.color_cat li:nth-child(1) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color01.png");
}
ul.dressList01.color_cat li:nth-child(2) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color02.png");
}
ul.dressList01.color_cat li:nth-child(3) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color03.png");
}
ul.dressList01.color_cat li:nth-child(4) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color04.png");
}
ul.dressList01.color_cat li:nth-child(5) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color05.png");
}
ul.dressList01.color_cat li:nth-child(6) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color06.png");
}
ul.dressList01.color_cat li:nth-child(7) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color07.png");
}
ul.dressList01.color_cat li:nth-child(8) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color08.png");
}
ul.dressList01.color_cat li:nth-child(9) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color16.png");
}
ul.dressList01.color_cat li:nth-child(10) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color17.png");
}
ul.dressList01.color_cat li:nth-child(11) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color09.png");
}
ul.dressList01.color_cat li:nth-child(12) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color10.png");
}
ul.dressList01.color_cat li:nth-child(13) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color11.png");
}
ul.dressList01.color_cat li:nth-child(14) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color12.png");
}
ul.dressList01.color_cat li:nth-child(15) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color15.png");
}
ul.dressList01.color_cat li:nth-child(16) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color13.png");
}
ul.dressList01.color_cat li:nth-child(17) {
  background-image: url("https://vanityme.itembox.design/item/images/search/color14.png");
}