@charset "utf-8";
/*TOP Font
------------------------------------------*/
@import url("https://use.typekit.net/dpi3lad.css");
/*==============================================
Outlet Page 2022.06.21
==============================================*/
#global_header {
  height: 60px;
  background: #fa3452;
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  background-color: #fff !important;
}
.drawer-hamburger {
  width: 1.6rem;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  top: 5px;
}
/*top slider　表示崩れ調整用　フェードイン表示
------------------------------------------------*/
.beach2022_slide01 {
  opacity: 0;
  transition: opacity .3s linear;
}
.beach2022_slide01.slick-initialized {
  opacity: 1;
}
/*------------------------------------------------*/
@media screen and (max-width: 768px) {
  .txt_menu {
    margin-top: -1.1em;
  }
}
.txt_menu {
  padding: 0;
  margin-top: -.8em;
  background-color: #fff;
}
/*ページ内リンク先ヘッダーズレ調整用*/
a.anchor {
  display: block;
  padding-top: 24%;
  margin-top: -24%;
}
@media screen and (max-width: 768px) {
  .KeyVisual_slide {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
#cos2020_slide .slick-slide img {
  padding: 0;
}
/*ランキング　カルーセル*/
h3.flex_slide_title {
  font-size: 70%;
  letter-spacing: .2rem;
  line-height: 2em;
  color: #636363;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: .5rem;
  text-align: left;
  padding-left: .5rem;
}
.recommends .carousel.cos2020 li {
  vertical-align: bottom;
}
.recommends .carousel.cos2020 li a .recommend-img {
  width: 160px;
}
.recommends .carousel.cos2020 {
  padding: 0px 5px 10px 5px;
  width: 100%;
}
.recommends.flex_slide_wrap {
  padding: 0;
}
#cos2020_slide {
  display: block;
  clear: both;
}
#cart a {
  position: relative;
  display: block;
  height: 60px;
  width: 54px;
  margin-top: 7px;
  padding: 0;
  text-decoration: none;
  background-color: inherit;
  background-image: url("https://vanityme.itembox.design/item/images/outlet/cart_bag_icon_outlet.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: top 12px right 30px;
}
#cart a .fs-client-cart-count {
  position: relative;
  top: 12px;
  right: -30px;
  /*color: #fff;*/
}
#account a {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: 19px;
  margin-right: 25px;
  padding: 0;
  text-decoration: none;
  background-color: inherit;
  background-image: url("https://vanityme.itembox.design/item/images/outlet/account_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#account {
  right: 44px;
}
#global_header .shop_logo {
  max-width: 100px;
  height: auto;
  margin: auto;
  padding: 16px 0 20px;
}
#cart a, #account a {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
.txt_menu li a {
  font-size: 80%;
  text-align: center;
  padding: 8px .8rem;
  line-height: 1.1;
}
.txt_menu_small {
    font-size: 60%;
    display: block;
}
/*Outlet Slider
------------------------------------------*/
.slick-dots {
  bottom: -20px;
}
.slick-dots li button:before {
  font-size: 3px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 5px;
}
/*Outlet Title
------------------------------------------*/
h2.ttl_right_line {
  position: relative;
  padding: 0;
  text-align: left;
  font-size: 100%;
  margin: 1em 0;
}
h2.ttl_right_line::before {
  position: absolute;
  top: calc(55% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #888;
}
h2.ttl_right_line span.r_line {
  position: relative;
  padding: 0 .5em 0 5px;
  background: #fff;
  letter-spacing: .3em;
  color: #333;
  font-size: 100%;
  font-weight: 300;
}
h2.ttl_right_line span.ttl_small {
  position: relative;
  padding: 0 1em 0 0;
  background: #fff;
  letter-spacing: .15em;
  color: #777;
  font-size: 77%;
  font-weight: 400;
}
/*Outlet footer search Category
------------------------------------------*/
.foot_cat_outlet {
  border-top: 1px solid #ccc;
  margin-bottom: 0;
}
.foot_cat_outlet li, .cat_list_ttl li {
  border-bottom: 1px solid #ccc;
  letter-spacing: .2em;
  font-size: 90%;
}
.foot_cat_outlet li:last-child {
  border-bottom: none;
}
.foot_cat_outlet li a {
  color: #3f3f3f;
  padding: .7em 0 .6em 40px;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.foot_cat_outlet li a::before, .cat_list_ttl p::before {
  position: absolute;
  top: 45%;
  left: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cat_list_ttl p {
  color: #3f3f3f;
  padding: .8em 0 .8em 40px;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 0;
}
.cat_list_ttl.active p::before {
  position: absolute;
  top: 45%;
  left: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
ul.cat_list_in li a {
  padding-left: 50px;
}
ul.cat_list_in li a::before {
  left: 25px;
}
ul.cat_list_in {
  display: none;
  overflow: hidden;
  opacity: 0;
  animation: show 0.6s linear 0s;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*Outlet footer search Table
------------------------------------------*/
table.search_price01, table.search_off01, table.search_brand01, table.search_category01, table.footer_button {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border: solid 1px #ccc;
  margin-bottom: 1.8em;
  letter-spacing: 0.1em;
}
table.search_price01 tr th, table.search_off01 tr th, table.search_brand01 tr th, table.search_category01 tr th {
  padding: .8em 0;
  background-color: #d1d1d1;
}
table.search_price01 tr td, table.search_off01 tr td {
  border: solid 1px #ccc;
}
table.search_price01 tr td a, table.search_off01 tr td a {
  display: block;
  padding: .6em 0;
}
table.search_brand01 tr td {
  padding: .3em 0;
  border: solid 1px #ccc;
}
table.footer_button .bg-gray2 {
  background-color: #727272;
}
/*Tab switch Ranking
------------------------------------------*/
.costab_wrap {
  width: 100%;
  margin: auto;
}
.costab_wrap > input[type="radio"] {
  display: none;
}
.costab_area {
  margin: 0;
  text-align: center;
}
.costab_area label {
  width: 18%;
  margin: 0 2px;
  display: inline-block;
  padding: 3px 0 2px;
  color: #56595b;
  background: #fff;
  text-align: center;
  font-size: .7rem;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border: 1px solid #56595b;
  border-radius: 20px;
  letter-spacing: .1em;
}
.costab_area label:hover {
  opacity: 0.5;
}
.costab_panel {
  width: 100%;
  padding: 1em 0;
  display: none;
}
#costab1:checked ~ .costab_area .costab1_label {
  background: #56595b;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
  transition: ease 0.2s opacity;
}
#costab1:checked ~ .cospanel_area #cospanel1 {
  display: block;
}
#costab2:checked ~ .costab_area .costab2_label {
  background: #56595b;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
  transition: ease 0.2s opacity;
}
#costab2:checked ~ .cospanel_area #cospanel2 {
  display: block;
}
#costab3:checked ~ .costab_area .costab3_label {
  background: #56595b;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
  transition: ease 0.2s opacity;
}
#costab3:checked ~ .cospanel_area #cospanel3 {
  display: block;
}
#costab4:checked ~ .costab_area .costab4_label {
  background: #56595b;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
  transition: ease 0.2s opacity;
}
#costab4:checked ~ .cospanel_area #cospanel4 {
  display: block;
}
#costab5:checked ~ .costab_area .costab5_label {
  background: #56595b;
  color: #ffffff;
  z-index: 1;
  margin-top: 0;
  transition: ease 0.2s opacity;
}
#costab5:checked ~ .cospanel_area #cospanel5 {
  display: block;
}
.item_propaty_detail {
  margin-bottom: .5rem;
  padding: 0 0 .25rem;
}
.item_propaty_detail {
  margin-bottom: 1em;
}
a .item_propaty_price_num {
  font-weight: normal;
  font-size: .8em;
  margin-left: -3px;
  color: #ff3b59;
}
a .item_propaty_price_cur {
  font-size: .8em;
  color: #ff3b59;
}
a .item_propaty_name, a .item_propaty_price_tax {
  color: #ff3b59;
}
a .item_propaty_price_tax {
  font-size: .6em;
}
/*閲覧履歴をすべて見るボタン
------------------------------------------------*/
.browsing_bt a {
  display: block;
  text-align: center;
  font-size: 77%;
  letter-spacing: 0.3em;
  border: solid 1px #56595b;
  padding: .6em 0;
  max-width: 280px;
  margin: auto;
  position: relative;
  color: #56595b;
}
.browsing_bt a::after {
  position: absolute;
  top: 45%;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 1px solid #56595b;
  border-right: 1px solid #56595b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*==============================================
Drawer Menu  2023.05.11
==============================================*/
/*.srarch_wrap input[type=text] {
  padding: 5px 10px !important;
  background: #fff;
  border-radius: 30px;
}
.srarch_wrap .fs-p-searchForm__button::before {
  position: relative;
  display: block;
  height: 13px;
  width: 13px;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  top: 0 !important;
  text-decoration: none;
  background-color: inherit;
  background-image: url(https://vanityme.itembox.design/item/images/cosplay2022/bt_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  color: #fff !important;
}*/
.menu_title {
  font-family: futura-pt, sans-serif;
  display: block;
  padding: 0.5rem;
  font-size: 90%;
  background-color: #fff;
  color: #ff75c3;
  border-bottom: 2px solid #ff75c3;
  letter-spacing: .12em
}
.menu_child li {
  border-bottom: 1px solid #ededed;
}
.menu_child li a {
  display: block;
  font-size: 80%;
  letter-spacing: .01em;
  padding: 0.75rem;
  color: #2b3d4c;
  position: relative;
}
.menu_child {
  border-top: none;
}
.menu_child li a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #2b3d4c;
  border-right: 1px solid #2b3d4c;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  right: 5%;
}
.menu_child li a:hover {
  color: #fff;
  background-color: #ff75c3;
}
.menu_child li a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.drawer-dropdown.open {
  transition-duration: 1s;
}
.drawer-dropdown[aria-hidden=false] {
  transition-duration: 1s;
}
.menu_child li.drawer-dropdown a::after {
  /*content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #2b3d4c;
  border-right: 1px solid #2b3d4c;*/
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 43%;
  right: 5%;
}
.menu_child li.drawer-dropdown.open a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_child li.drawer-dropdown.open ul.drawer-dropdown-menu li a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #2b3d4c;
  border-right: 1px solid #2b3d4c;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  right: 5%;
}
.sm_icon {
  display: block;
  width: 20px;
  margin-right: 5px;
  margin-left: -3px;
}
.menu_child.your_menus {
  border-bottom: 2px solid #ffb3ff;
}
.menu_child.your_menus li {
  border-bottom: none;
  border-top: 1px solid #ededed;
}
.drawer-dropdown-menu-item {
  line-height: 1.5;
}
.menu_child li.drawer-dropdown.open {
  border-bottom: 2px solid #ededed;
}
.drawer-dropdown-menu li a {
  padding-left: 10%;
}
.banners_list li {
  margin: 3%;
}