@charset "utf-8";
/*==============================================
Cosplay2022-24 Page
==============================================*/
#global_header {
  height: 60px;
  background: #fff;
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  background-color: #333 !important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  width: 80%;
}
.drawer-hamburger {
  width: 1.8rem;
}
.drawer-hamburger-icon {
  margin-top: 15px;
}
.drawer-hamburger-icon:after {
  top: -10px;
}
.drawerLogo {
  margin: 2rem auto 0;
}
/*top slider　表示崩れ調整用　フェードイン表示
------------------------------------------------*/
.cos2024_slide01 {
  opacity: 0;
  transition: opacity .2s linear;
}
.cos2024_slide01.slick-initialized {
  opacity: 1;
}
/* alt　代替文字　カラー指定
------------------------------------------*/
img {
  color: #fff;
}
/* ログイン・ログアウトで表示切替用 
------------------------------------------*/
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
/* ヘッダー部分調整 
------------------------------------------*/
/*.fs-l-main {
  margin-top: 40px;
}*/
/*
 Header テキストメニュー
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .txt_menu {
    margin-top: -1.1em;
  }
}
.txt_menu {
  padding: 0;
  margin-top: -.3em;
  margin-bottom: 0;
  background-color: #fff;
  border-top: solid 1px #ddd;
}
.txt_menu li {
  border-right: none;
}
.txt_menu li a {
  /*font-family: fot-tsukuardgothic-std, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 80%;
  text-align: center;
  padding: 10px .8rem;
  line-height: 1.1;
}
/*
ページ内リンク先ヘッダーズレ調整用
----------------------------------------------*/
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;
  }
}
.recommends {
  padding: 30px 0 0 0;
}
.recommends.flex_slide_wrap {
  padding: 0 0 0 15px;
}
ul.top_cat li a .recommend-img {
  width: 100px;
}
#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/cosplay2024/bt_cart.png");
  background-repeat: no-repeat;
  background-size: 20px 40px;
  background-position: top 0px right 15px;
}
#cart a .fs-client-cart-count {
  position: relative;
  top: 15px;
  right: -25px !important;
  color: #D191CB;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 80%;
}
#account a {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: 19px;
  margin-right: 5px;
  padding: 0;
  text-decoration: none;
  background-color: inherit;
  background-image: url("https://vanityme.itembox.design/item/images/cosplay2024/bt_account.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#account {
  right: 44px;
}
#global_header .shop_logo {
  max-width: 160px;
  height: auto;
  margin: -15px auto 0 auto;
  padding: 0 0 20px 0;
}
#search_bt_head a {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: 19px;
  margin-left: 55px;
  padding: 0;
  text-decoration: none;
  background-color: inherit;
  background-image: url("https://vanityme.itembox.design/item/images/cosplay2024/bt_search.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#search_bt_head span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
/* Head News Ticker 
------------------------------------------*/
.fs-c-breadcrumb {
  padding-top: 11.5%;
}
.fs-c-breadcrumb ol li {
  padding: 0.2em 0;
}
@media screen and (min-width: 769px) {
  .row {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
/* Head News Ticker 
------------------------------------------*/
section.news_wrap {
  position: absolute;
  left: 0;
  top: 103px;
  width: 100%;
  height: 35px;
  overflow: hidden;
  background-color: #333;
  z-index: -10;
}
section.news_wrap > ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.news_wrap > ul[data-length="3"] {
  top: 30px;
  animation-name: news-3;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 2s;
}
section.news_wrap > ul[data-length="2"] {
  top: 30px;
  animation-name: news-2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-delay: 2s;
}
section.news_wrap > ul[data-length="1"] {
  top: 30px;
  animation-name: news-1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-fill-mode: both;
  /*animation-delay: 2s;*/
}
section.news_wrap > ul:hover {
  animation-play-state: paused;
}
.news {
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news_title {
  margin: 3px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.news_title a {
  color: #fff;
  text-decoration: underline;
  text-align: center;
  font-size: 77%;
}
@keyframes news-3 {
  0% {
    top: 30px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  30% {
    top: 0;
  }
  35% {
    top: -30px;
  }
  60% {
    top: -30px;
  }
  65% {
    top: -60px;
  }
  90% {
    top: -60px;
  }
  95% {
    top: -90px;
  }
  99% {
    top: -90px;
    visibility: hidden;
  }
  100% {
    top: 30px;
    visibility: hidden;
  }
}
@keyframes news-2 {
  0% {
    top: 30px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  55% {
    top: 0;
  }
  60% {
    top: -30px;
  }
  90% {
    top: -30px;
  }
  95% {
    top: -60px;
  }
  99% {
    top: -60px;
    visibility: hidden;
  }
  100% {
    top: 30px;
    visibility: hidden;
  }
}
@keyframes news-1 {
  0% {
    top: 0;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  55% {
    top: 0;
  }
  60% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  95% {
    top: -30px;
  }
  99% {
    top: -30px;
    visibility: hidden;
  }
  100% {
    top: 30px;
    visibility: hidden;
  }
}
.news_wrap.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-35px);
  }
}
.news_wrap.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Title
------------------------------------------*/
.topics_bnr a p {
  display: block;
  font-size: 66%;
  padding: 3px 0;
  color: #333;
}
/* footer search Keyword
------------------------------------------*/
.fs-p-searchForm__button::before {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: 6px;
  margin-left: 5px;
  padding: 0;
  top: 0 !important;
  text-decoration: none;
  background-color: inherit;
  background-image: url("https://vanityme.itembox.design/item/images/cosplay2024/bt_search01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  color: #fff !important;
}
/* footer search Table
------------------------------------------*/
table.search_price01, table.search_size01, table.search_category01, table.category_search {
  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_size01 tr th, table.search_category01 tr th, table.category_search tr th {
  padding: .8em 0;
  background-color: #f0ecec;
  /*font-family: fot-tsukuardgothic-std, sans-serif;*/
  font-weight: 400;
}
table.search_price01 tr td, table.search_size01 tr td, table.search_category01 tr td, table.category_search tr td {
  border: solid 1px #ccc;
  /*text-align: left;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;*/
  width: 50%;
}
table.search_price01 tr td a, table.search_size01 tr td a, table.search_category01 tr td a, table.category_search tr td a {
  display: block;
  padding: .6em 0 .6em 10px;
  /*font-family: fot-tsukuardgothic-std, sans-serif;*/
  font-weight: 400;
  color: #4f4854;
  text-align: left;
  font-size: 12px;
}
/*Tab switch Ranking
------------------------------------------*/
.costab_wrap {
  width: 96%;
  margin: auto;
}
.costab_wrap > input[type="radio"] {
  display: none;
}
.costab_area {
  margin: 1em 0 0.5em;
  text-align: center;
  border-top: none;
  border-bottom: none;
}
.costab_area label {
  width: 18%;
  margin: 0 2%;
  display: inline-block;
  padding: 3px 0 2px;
  color: #4f4854;
  background: #fff;
  text-align: center;
  font-size: .7rem;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border: 1px solid #4f4854;
  border-radius: 20px;
  letter-spacing: .15em;
  /*font-family: fot-tsukuardgothic-std, sans-serif;*/
  font-weight: 400;
}
.costab_area label:hover {
  opacity: 0.5;
}
.costab_panel {
  width: 100%;
  padding: 1em 0;
  display: none;
}
#costab1:checked ~ .costab_area .costab1_label {
  background: #4f4854;
  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: #4f4854;
  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: #4f4854;
  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: #4f4854;
  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: #4f4854;
  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;
}
/*
　instagram 背景
--------------------------------------*/
.bk_beige {
  background-color: #f0ecec;
  /*margin: 0 calc(50% - 50vw);*/
  width: 100vw;
}
.bk_beige .col-3.col-lg-2.py-1 {
  background-color: #fff;
}
/*==============================================
Drawer Menu 
==============================================*/
#page_wrap {
  padding-top: 50px;
}
.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: #2b3d4c;
  background-color: #eacedb;
}
.menu_child li a:hover::after {
  border-top: 1px solid #2b3d4c;
  border-right: 1px solid #2b3d4c;
}
.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%;
}
/*==============================================
TOP 特集一覧へボタン
==============================================*/
.bt_viewmore_cos a {
  background-color: transparent;
  border: 1px solid #2b3d4c;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 320px;
  padding: 10px 35px;
  color: #2b3d4c;
  font-size: 80%;
  letter-spacing: .185em;
}
.bt_viewmore_cos a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #2b3d4c;
  border-right: 1px solid #2b3d4c;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  right: 7%;
}
/*==============================================
コスプレ　フッター　カテゴリ検索　テーブル設定 
==============================================*/
.search_bk_gray {
  background-color: rgba(202, 199, 199, .15);
  width: 100%;
  border-radius: 20px 20px 0 0;
  padding: 1% 0;
  margin: 3% 0;
}
table.search_price01, table.search_size01, table.search_category01, table.category_search {
  border: none;
  max-width: 94%;
  margin: 7% auto;
}
table.search_price01 tr th, table.search_size01 tr th, table.search_category01 tr th, table.category_search tr th {
  padding: 0;
  background-color: transparent;
}
table.search_price01 tr td, table.search_size01 tr td, table.search_category01 tr td, table.category_search tr td {
  border-top: none;
  border-right: solid 1px #ccc;
  border-left: none;
}
table.search_price01 tr td:nth-child(even), table.search_size01 tr td:nth-child(even), table.search_category01 tr td:nth-child(even), table.category_search tr td:nth-child(even) {
  border-right: none;
}
/*==============================================
　特集バナー一覧 タイトル下　#文字
==============================================*/
.txt_hashtag {
  font-weight: normal;
  font-size: 10px;
  padding: 3px 0;
  text-align: center;
  letter-spacing: .05em;
}