@charset "utf-8";
/*  フォント  */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;500;700&display=swap');
:root {
  --txtcolor-white: #f5f4f2;
  --txtcolor-black: #151412;
  --txtcolor-gray: #353432;
  --bgcolor-gray: #f5f4f2;
  --bgcolor-white: #ffffff;
  --color-lightgray: #c5c4c2;
  --color-darkgray: #959492;
  --light-white: #e5e4e2;
  --dark-gray: #959492;
  --light-gray: #c5c4c2;
  --gray: #a5a4a2;
  --light-black: #3a3a3a;
  --pink: deeppink;
  --white: #f1f1f1;
}
.pc {
  display: none !important;
}
figure {
  margin: 0 !important;
}
.w_max768 {
  max-width: 768px;
  margin: auto;
}
.w_max500 {
  max-width: 500px;
  margin: auto;
}
#fs_preview_header {
  display: none;
}
/* alt　代替文字　カラー指定  */
img {
  color: #fff;
}
/* =========================================================================
	COMMON
========================================================================= */
/* sub title */
.sta {
  display: block;
  font-size: .8rem;
  margin-top: .5rem;
  line-height: 1.8rem;
}
.stb {
  display: block;
  font-size: .8rem;
  margin-top: .5rem;
  text-align: center;
}
.stc {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin: 1rem 0;
}
.stc:before, .stc:after {
  top: -.225rem;
  width: 26px;
  height: 3px;
  content: "";
  display: inline-block;
  background: url("https://vanityme.itembox.design/item/svg/section_border.svg") no-repeat center / cover;
  position: relative;
}
.stc:before {
  margin-right: 1rem;
}
.stc:after {
  margin-left: 1rem;
}
/*------------------------------------------------------
  BACKGROUND COLOR 
------------------------------------------------------*/
.bg-gray {
  background: var(--bgcolor-gray);
  margin-left: calc(((100vw - 100%) / 2) * -1); /*背景はみ出し用*/
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 1em calc((100vw - 100%) / 2);
}
.bg-white {
  background: var(--bgcolor-white);
}
.bg-pink-dot {
  background: url("https://vanityme.itembox.design/item/img/top/bg_pkdot.png");
  margin-left: calc(((100vw - 100%) / 2) * -1); /*背景はみ出し用*/
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 1em calc((100vw - 100%) / 2);
}
/* =========================================================================
	BOOTSTRAP 4.4
========================================================================= */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.container {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .container {
    overflow: hidden;
  }
}
.row {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
/* =========================================================================
	HEADER
========================================================================= */
#global_header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: var(--bgcolor-white);
}
#global_header .shop_logo {
  height: 60px;
  padding: 20px 0;
}
/*------------------------------------------------------
  SIDE MENU 
------------------------------------------------------*/
.side_ul {
  font-size: .8rem;
}
.menu_title {
  display: block;
  padding: .5rem;
  font-size: 1rem;
  background-color: var(--light-white);
}
.menu_child {
  border-top: solid 1px var(--light-gray);
}
.menu_child li {
  border-bottom: solid 1px var(--light-gray);
}
.menu_child li a {
  padding: .75rem;
  color: var(--light-black);
  /*background-color: var(--light-white);*/
  display: block;
}
.menu_child li a:hover {
  color: white;
  background: deeppink;
}
.smw {
  display: flex;
}
.sm_icon {
  display: block;
  width: 2rem;
}
.menu_arrow::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  padding-right: 1rem;
}
.drawerLogo {
  max-width: 140px;
  text-align: center;
  margin: 1rem auto;
}
/*------------------------------------------------------
  CART 
------------------------------------------------------*/
#cart {
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 10;
}
#cart:hover {
  opacity: 1;
}
#cart span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#cart a {
  position: relative;
  display: block;
  height: 64px;
  width: 64px;
  margin-top: 8px;
  padding: 0;
  text-decoration: none;
  background-color: inherit;
  /*background-image: url("https://vanityme.itembox.design/item/top_2020/icon_cart.png");*/
  background-image: url("https://vanityme.itembox.design/item/top_2020/icon_cart_02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#cart a .fs-client-cart-count {
  font-family: futura-pt, sans-serif;
  position: relative;
  top: 9px;
  right: -28px;
  color: #403D3C /*#ff60a4*/ ;
}
#cart a:before {
  back_topcolor: #ef61c2;
  font-size: 30px;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cart a:before {
  /*content: '\f07a';*/ font-family: FontAwesome;
  top: 20%;
  left: 25%;
  color: #ef61c2;
}
/*------------------------------------------------------
  ACCOUNT
------------------------------------------------------*/
#account {
  position: fixed;
  right: 40px;
  top: 0px;
  z-index: 10;
}
#account:hover {
  opacity: 1;
}
#account span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#account a {
  position: relative;
  display: block;
  height: 22px;
  width: 22px;
  margin-top: 15px;
  margin-right: 15px;
  padding: 0;
  text-decoration: none;
  background-color: inherit;
  /*background-image: url("https://vanityme.itembox.design/item/top_2020/icon_mypage.png");*/
  background-image: url("https://vanityme.itembox.design/item/top_2020/ico_account_01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/*------------------------------------------------------
  CRUMB
------------------------------------------------------*/
.crumb_ul {
  display: flex;
  flex-flow: row wrap;
  font-size: .8rem;
  padding: 0 .5rem;
}
.crumb_ul li {
  padding-right: 1rem;
}
.crumb_ul li a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  padding-left: 1rem;
}
/* =========================================================================
	TOP CONTENTS
========================================================================= */
#page_wrap {
  padding-top: 20px;
}
.contents_title_lv2 {
  font-size: 1.6rem;
  margin: 0 0 .5rem;
  text-align: center;
  /*font-family: 'new_athena';*/
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  color: var(--txtcolor-gray);
  letter-spacing: .05em;
}
.contents_title_lv3 {
  font-size: 1rem;
  margin: 1.5rem 0;
  text-align: center;
  color: var(--txtcolor-gray);
  letter-spacing: .05em;
}
.contents_keyvisual {
  margin: 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .contents_title_lv2 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
  .contents_title_lv3 {
    font-size: 1.5rem;
    margin: 1.5rem 0;
  }
}
/*------------------------------------------------------
  VTV Youtube
------------------------------------------------------*/
.vtv_wrap {
  position: relative;
  padding-top: 56.25%;
}
.vtv_wrap .vtv_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------
  ランキングタブ 
------------------------------------------------------*/
.tab_title_wrap {
  display: flex;
  justify-content: space-between;
}
#ranking_tab .tab_title {
  font-size: .8rem;
  font-weight: 900;
  width: calc(100% / 3);
  padding: 1rem 0;
  background: var(--color-lightgray);
  text-align: center;
}
#ranking_tab .tab_title:last-child {
  border-right: none;
}
#ranking_tab .tab_title.tab_active {
  border-bottom: none;
  background: pink;
  position: relative;
}
#ranking_tab .tab_title.tab_active::after {
  position: absolute;
  bottom: -.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  border-top: solid .5rem pink;
  border-right: solid .5rem transparent;
  border-left: solid .5rem transparent;
}
.tab_panel {
  display: none;
}
.tab_panel.tab_show {
  display: block;
}
.tab_title_wrap {
  margin: 1rem 0 1.5rem;
}
/*------------------------------------------------------
  SEARCH
------------------------------------------------------*/
.input_search_wrap {
  padding: 0 1rem;
  position: relative;
}
.search_text_input {
  padding: 1rem 1rem 1rem 3rem;
  background: var(--bgcolor-white);
  font-size: 1rem;
  line-height: 1;
}
.search_icon {
  position: absolute;
  top: 1.2rem;
  left: 2rem;
  font-size: 1.2rem;
  display: block;
  color: hotpink;
}
/*------------------------------------------------------
  TREND TAG
------------------------------------------------------*/
.trendtag_ul {
  display: flex;
  flex-flow: row wrap;
  padding: 0 1rem;
}
.trendtag_ul li {
  font-size: .7rem;
  margin: 0 .25rem .25rem 0;
}
.trendtag_ul li a {
  display: inline-block;
  padding: .5rem;
  color: hotpink;
  background: var(--bgcolor-white);
}
/* =========================================================================
	LIST
========================================================================= */
/* LIST COMMON STYLE */
.contents_wrap {
  padding: 2rem 0;
}
#top_product-ranking .list_wrap a {
  color: var(--txtcolor-black);
}
/* PRODUCT LIST STYLE */
.list_ul {
  display: flex;
  flex-flow: row wrap;
}
/* SHOPPING INFO */
.shopping-info {
  padding: 0 .25rem;
}
/* PRODUCT LIST */
.product_ul {
  padding: .25rem;
}
.product_ul li { /*width: calc((100% / 3) - .125rem);*/
}
/*------------------------------------------------------
  RECOMMEND / RANKING
------------------------------------------------------*/
a:hover {
  text-decoration: none !important;
}
.item_propaty_detail {
  font-size: .8rem;
  line-height: 1.5;
  background: #fff;
  margin-bottom: .5rem;
  padding: .25rem 0;
}
a .item_propaty_price {
  color: #636363; !important;
}
a:hover .item_propaty_price {
  text-decoration: none;
}
a .item_propaty_price_num {
  font-weight: 500;
  font-size: .8rem;
  font-family: futura-pt, sans-serif;
}
a .item_propaty_name, a .item_propaty_price_tax {
  color: #636363;
}
a .item_propaty_price_tax {
  /*font-size: .7rem;*/
  font-size: .5rem;
  margin-left: -3px;
}
figure.thumb_wrap {
  margin-bottom: .5rem !important;
}
/* GROUP LIST */
.group_ul {
  padding: .25rem;
}
.group_ul li {
  width: calc((100% / 2) - .125rem);
  padding: 0 0 .25rem;
}
/*------------------------------------------------------
  SUB GROUP LIST BUTTON
------------------------------------------------------*/
.fs-c-subgroupList {
  margin: 2rem .5rem;
  font-size: 0;
}
.fs-c-subgroupList li {
  display: inline-block;
  font-size: .8rem;
}
.fs-c-subgroupList li a {
  border-radius: .5rem;
  padding: .5rem;
  margin: .25rem;
  background: deeppink;
  color: white;
  display: block;
}
/*------------------------------------------------------
  VIEW MORE BUTTON
------------------------------------------------------*/
.product_more_wrap {
  width: 50%;
  margin: 1.5rem auto 2rem;
}
.product_more_wrap a {
  padding: 1rem 0;
  font-size: .85rem;
  letter-spacing: .1em;
  border: solid 1px var(--color-lightgray);
  background: var(--bgcolor-white);
  color: var(--color-darkgray);
  display: block;
  line-height: 1;
  text-align: center;
}
/* =========================================================================
	GLOBAL FOOTER
========================================================================= */
.cal_wrapper {
  width: auto;
  overflow: hidden;
}
.cal_wrapper > table {
  width: 100%;
  font-size: .9rem;
}
.cal_wrapper > table td {
  text-align: center;
  padding: .25rem;
}
.cal_ui {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cal_ui > input {
  background: transparent;
  color: #FFFFFF;
}
#footer_calendar > p {
  margin: 0 0 1rem;
}
#cal0 table tr td div.Sun {
  border: 1px solid #FF0461;
}
#cal0 table tr td div.Sat {
  border: 1px solid #4169E1;
}
.cal_red {
  color: #FF0461;
}
.cal_blue {
  color: #4169E1;
}
p.att_cal {
  margin: 1.5rem 0;
  font-size: .9rem;
}
/*2020.06.27休業*/
#cal0 table tr td#td_0_2020_6_27_td div.Sat, #cal0 table tr td#td_0_2020_12_31_td div.Thu.Holyday, #cal0 table tr td#td_0_2021_1_1_td div.Fri.Sale.Holyday, #cal0 table tr td#td_0_2021_1_2_td div.Sat {
  border: 1px solid #FF0461;
}
.ftc_detail_01 {
  font-weight: 700;
  font-size: 120%;
  letter-spacing: .2rem;
}
.ftc_detail_02 {
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .footer {
    background: #eceeee;
    color: #2b3d4c;
  }
  .footer a {
    color: #2b3d4c;
  }
  .footer .footer_contact li {
    padding: 1rem;
    font-size: .8rem;
    text-align: center;
  }
  .footer .footer_contact li a {
    text-align: center;
  }
  .footer .footer_contact li:last-child {
    border: none;
  }
  .footer .footer_title {
    font-size: 1rem;
    background: #fff;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: 1em calc((100vw - 100%) / 2);
    text-align: center;
  }
  .bk_white_shopinfo {
    background: #fff;
    /*margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);*/
  }
  .footer p.footer_title {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
  .footer .footer_sub_title {
    background: #fff;
    border-top: solid 1px #cdcdcd;
    text-align: center;
    font-weight: 500;
    max-width: 90%;
    margin: 1.5rem auto;
    padding-top: 3rem;
  }
  .footer_in_wrap {
    background-color: #fff;
  }
  .ftc_wrap {
    /*display: flex;*/
    line-height: 1.8rem;
  }
  .ftc_icon {
    display: block;
    width: 2rem;
  }
  .ftc_small_bold {
    display: block;
  }
  #footer_description {
    padding: 0 !important;
    background: #eceeee url("https://vanityme.itembox.design/item/top_2020/bk_foot_img_2202_01.jpg") no-repeat top center / contain;
  }
  #footer_description .ftc_wrap {
    justify-content: space-around;
  }
  #footer_description .ftc_wrap a {
    display: block;
    font-size: 4rem;
    text-align: center;
  }
  .footer_etc_ul {
    padding: 2rem;
  }
  .footer_etc_ul a {
    display: inline-block;
    margin: 0 5% 0 0;
    font-size: 80%;
  }
  address {
    text-align: center;
  }
  .footer .footer_guide li {
    padding: 2% 5%;
    font-size: .8rem;
    border-bottom: solid 1px #cdcdcd;
    text-align: left;
  }
  .footer .footer_guide li a {
    text-align: left;
  }
  .footer .footer_guide li:last-child {
    border: none;
  }
}
@media screen and (min-width: 769px) {
  #global_footer {
    padding: 4rem 0 0;
  }
  .footer {
    background: #eceeee;
    color: #2b3d4c;
  }
  .footer a {
    color: #2b3d4c;
    display: block;
  }
  .footer .footer_contact li {
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: 1.5rem 0 1rem;
    text-align: center;
  }
  .footer .footer_contact li a {
    text-align: center;
  }
  .footer .footer_contact li:last-child {
    border: none;
  }
  .footer .footer_title {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 3rem;
  }
  .footer .footer_title img {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }
  /*  .footer_title::after {
    display: block;
    height: 1px;
    background: #6A6A6A;
    content: "";
    margin: 2rem 0;
  }*/
  .footer .footer_sub_title {
    /*background: #fff;*/
    /* border-top: solid 1px #cdcdcd;*/
    text-align: center;
    font-weight: 500;
    max-width: 95%;
    margin: 1rem auto;
    padding-top: 3rem;
  }
  .footer_wrap {
    width: 1280px;
    margin: 0 auto;
  }
  .footer_inner {
    padding: 0 0 4rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .footer_in_wrap {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
  }
  .footer_in_wrap > .footer_shop_wrap:first-child {
    padding-right: 2rem;
  }
  .footer_contact {
    margin: 1rem 0;
    font-size: 1.0rem;
    text-align: center;
  }
  .ftc_wrap {
    /*display: flex;*/
    line-height: 1.8rem;
  }
  .ftc_icon {
    display: block;
    width: 2.5rem;
  }
  #footer_description {
    padding: 1rem 0 0;
    background: #eceeee url("https://vanityme.itembox.design/item/top_2020/bk_foot_img_2202_01.jpg") no-repeat top center / contain;
    /*max-width: 768px;*/
    max-width: 500px;
    margin: 0 auto;
  }
  #footer_description .ftc_wrap {
    justify-content: space-around;
  }
  #footer_description .ftc_wrap a {
    display: block;
    font-size: 4rem;
    text-align: center;
  }
  .footer_etc_ul {
    padding: 2rem;
  }
  .footer_etc_ul a {
    display: inline-block;
    margin: 0 5% 0 0;
    font-size: 80%;
  }
  address {
    text-align: center;
  }
  .bk_white_shopinfo img {
    max-width: 400px;
    margin: 0 auto;
  }
  .bk_white_shopinfo {
    text-align: center;
  }
  .footer .footer_guide li {
    padding: 1rem 1.5rem;
    font-size: .8rem;
    border-bottom: solid 1px #cdcdcd;
    text-align: left;
  }
  .footer .footer_guide li a {
    text-align: left;
  }
  .footer .footer_guide li:last-child {
    border: none;
  }
}
/* =========================================================================
	GROUP
========================================================================= */
#group_main {
  background: #f5f4f2;
}
.group_contents_wrap {
  margin: 1rem 0;
}
/* group sort */
.group_sort_ul {
  display: flex;
  justify-content: flex-end;
}
.group_sort_ul > div {
  padding: 0 1rem;
  border-right: solid 1px var(--light-black);
}
.group_sort_ul > div:last-child {
  border-right: none;
}
/* =========================================================================
	キーワード検索フォーム
========================================================================= */
.srarch_wrap {
  max-width: 768px;
  margin: 0 auto;
}
.srarch_wrap input[type=text] {
  border: none;
  padding: 5px 10px;
  border-radius: 15px 0 0 15px;
}
/* =========================================================================
	レコメンド表示
========================================================================= */
.item_propaty_thumb {
  padding: .25rem;
  background: #fff;
}
/* =========================================================================
	商品一覧ページ用
========================================================================= */
div.fs-c-breadcrumb {
  display: none;
}
a span.fs-c-productName__name {
  font-size: .7rem;
  font-weight: normal;
  color: #5e5e5e;
}
.fs-c-button--addToCart--list.fs-c-button--plain {
  padding: .25rem .5rem;
  background-color: #ff3259;
  border-radius: 5px;
  color: #fff !important;
  font-size: .75rem;
}
.fs-c-listControl__status {
  font-size: 80%;
  color: var(--color-darkgray);
  padding-right: 2%;
}
.fs-c-button--viewProductDetail.fs-c-button--plain {
  font-size: .8rem;
  padding: .25rem .5rem;
  border-radius: 5px;
}
.fs-c-pagination__item[role="button"] {
  color: #ff60a4;
}
/* =========================================================================
	商品詳細ページ用
========================================================================= */
.fs-c-productThumbnail__image {
  margin: 2px 3px !important;
}
.fs-c-variationCart__variationName {
  font-size: 12px;
  color: #333;
}
/*.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
  font-size: 12px;
  color: #333;
}*/
.fs-c-variationCart--withImage > li {
  border-bottom: 1px solid #ddd;
  font-size: .99rem;
  padding-bottom: .5rem;
}
.fs-p-productDescription.fs-p-productDescription--full {
  font-size: .9rem;
}
.fs-c-button--inquiryAboutProduct {
  width: 70%;
  text-align: center;
  background-color: #efefef !important;
  border-radius: 3px !important;
  color: #333 !important;
  padding: 10px 0 !important;
  font-size: .8rem;
  margin: 0 auto;
  border: none !important;
}
.fs-c-productThumbnail__image__caption {
  font-size: .6rem;
  line-height: 1.5;
  color: var(--color-darkgray);
}
.fs-c-productThumbnail {
  align-items: flex-start;
  overflow-x: scroll;
  flex-wrap: nowrap;
  padding-bottom: 2%;
}
.fs-c-productImageModalCarousel__figure__caption {
  display: none;
}
span.fs-c-productNumber__label {
  font-size: 9px;
}
span.fs-c-productNumber__label::after {
  content: ":";
  display: inline-block;
}
.fs-c-productMarks {
  padding: 0 10px;
}
.fs-c-productList__list .fs-c-productMarks {
  margin-left: -10px;
}
@media screen and (min-width: 992px) {
  .fs-c-slick .slick-slide img {
    width: 100%;
    max-height: auto !important;
    max-width: 540px;
  }
}
.fs-c-button--addReview--detail.fs-c-button--plain {
  font-size: .8rem;
  padding: .25rem .5rem;
  border-radius: 5px;
}
.fs-c-variationCart li {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: .5rem;
}
/*オプション*/
ul.productOption2 li img {
  max-width: 120px;
}
ul.productOption2 li h3 {
  font-size: .9rem;
}
.fs-c-productOption__label {
  margin: 0;
}
/*スペック一覧*/
.fs-p-productDescription table {
  border-top: 1px solid #ddd;
}
.fs-p-productDescription table tr th, .fs-p-productDescription table tr td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.fs-p-productDescription table tr th {
  width: 14%;
  background-color: #eee;
}
.fs-p-productDescription table tr th, .fs-p-productDescription table tr td {
  padding: .5em;
}
@media screen and (max-width: 768px) {
  .fs-c-slick .slick-slide img {
    width: 100%;
    /*max-width: 420px;*/
  }
  .fs-p-productDescription table, .fs-p-productDescription table tr th, .fs-p-productDescription table tr td {
    /*width: 100%;
    display: block;*/
  }
  .fs-p-productDescription table tr th {
    border-bottom: 1px solid #ddd;
  }
}
/* =========================================================================
	ログインページ用
========================================================================= */
.fs-c-newUsers__message.fs-c-subSection__message {
  padding: 1em 0;
  text-align: center;
}
.fs-c-otherServiceLogin {
  margin: 40px auto 50px;
  max-width: 640px;
}
.fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 10px;
}
.fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon p {
  margin: 0;
  padding: 0;
}
.amazonpay-button-inner-image {
  max-width: 300px !important;
  max-height: auto;
}
/*ログインせずに購入ボタン*/
.fs-c-button--guestPurchase.fs-c-button--plain {
  padding: 10px 15px;
}
/* =========================================================================
	カート内ページ用
========================================================================= */
.fs-c-listedOptionPrice {
  font-size: 1rem;
}
.fs-c-price__addon {
  font-size: .6rem;
}
.fs-c-button--cancel--cart.fs-c-button--plain {
  border: solid 1px #ddd;
  font-size: .9rem;
  width: 100%;
  background-color: #ddd;
  color: #fff;
}
.fs-c-continueShopping {
  text-align: center;
  margin-bottom: 2rem;
}
.fs-c-cartTable__dataCell--point, .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal {
  vertical-align: middle;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
  vertical-align: middle;
}
.fs-c-cartTable__productName__name {
  font-size: .9rem;
}
.fs-c-listedProductName__variation__choice {
  font-weight: 500;
  color: #1f5da0;
}
@media screen and (max-width: 768px) {
  .fs-c-button--cancel--cart.fs-c-button--plain {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .amazonpay-button-enabled {
    max-width: 246px;
  }
}
.fs-c-cartDiscountInfo__info__current {
  color: var(--pink);
}
#fs-checkout-amazon-container {
  margin-bottom: 2em;
  text-align: center;
}
.fs-c-payWithAmazon__message {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1em;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 5px;
}
.fs-c-payWithAmazon__message:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #e0edff;
}
.fs-c-payWithAmazon__message p {
  margin: 0;
  padding: 0;
  font-size: 80%;
  text-align: left;
}
#AmazonPayButton {
  margin: auto;
}
/*カート内あと●円で送料無料の文字色*/
.fs-c-cartDiscountInfo__info__next {
  color: #ff3259;
}
/*再入荷のお知らせボタン*/
.fs-c-button--subscribeToArrivalNotice--list.fs-c-button--plain {
  background: transparent;
  border: 1px solid #ff3f8f;
  border-radius: 5px;
  color: #ff3f8f;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 3px 5px;
  font-size: 80%;
}
/*おすすめ商品タイトル文字*/
.fs-c-featuredProduct__header h2.fs-c-featuredProduct__title {
  font-size: 1rem;
  line-height: 2rem;
}
/* =========================================================================
	送料・お支払いページ用
========================================================================= */
.fs_anchor_aboutPostage p {
  color: #5e5e5e;
}
.fs-c-documentSubColumn__heading {
  font-size: 1.2rem;
}
.fs-c-creditCardIcons__image {
  max-height: auto !important;
  max-width: 60px;
}
/* =========================================================================
	メンテナンスページ用
========================================================================= */
#fs_StoreClosed {
  background-color: #486d46;
  font-weight: bolder;
  background-image: url("https://vanityme.itembox.design/item/mente_haikei_03.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #fff;
  line-height: 3rem;
  text-shadow: 1px 1px 1px #ae979b;
}
@media screen and (min-width: 769px) {
  #fs_StoreClosed {
    text-align: center;
  }
}
/* =========================================================================
	カテゴリ一覧・丸カルーセル
========================================================================= */
.recommends {
  padding: 30px 5px 0 5px;
  width: 100%;
}
.recommends .carousel {
  list-style-type: none;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 0;
}
.recommends .carousel li {
  background: #fff;
  text-align: center;
  display: inline-block;
  word-break: break-all;
}
.recommends a.recommend-entry:hover {
  transform: translateY(-4px);
  transition: 0.2s;
}
.recommend-title {
  display: flex;
  padding: 0.5em 0.5em;
  word-break: break-all;
}
.recommend-img {
  width: 100px;
}
.ttl_dress_h1 {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  padding: 20px 0 0;
}
/* =========================================================================
	特集ページ：ドレスページ
========================================================================= */
.more_bt > a {
  display: block;
  padding: 10px 0;
  color: #fff;
  background-color: #ef61c2;
  text-align: center;
}
.slick-prev, .slick-next {
  background: none;
}
@media screen and (min-width: 769px) {
  .fs-c-slick .slick-slide img {
    width: 100% !important;
    max-width: 540px !important;
    max-height: auto !important;
  }
}
/*------------------------------------------------------
  カラー検索用
------------------------------------------------------*/
ul.list_bt li a {
  display: block;
  border: 1px solid #ddd;
  width: 100%;
  padding: 6px 10px 3px;
  margin-bottom: .5rem;
  color: #555;
  font-size: .9rem;
}
.color {
  display: inline-block !important;
  width: 15px;
  height: 15px;
  border: solid 1px #ddd;
  margin-right: 10px;
}
.bgWhite {
  background: #fefefe;
}
.bgBeige {
  background: #FFEBCD;
}
.bgPinkBeige {
  background: #FFADD5;
}
.bgPink {
  background: #FF2F76;
}
.bgRed {
  background: #FF0000;
}
.bgBlack {
  background: #2D2E30;
}
.bgYellow {
  background: #FFF500;
}
.bgGreen {
  background: #17DF78;
}
.bgBlue {
  background: #1C75FF;
}
.bgPurple {
  background: #831FFF;
}
.bgGray {
  background: #9e9e9e;
}
.bgNavy {
  background: #000C93;
}
.bgOrange {
  background: #FF7E00;
}
.bgPrint {
  background: url(https://vanityme.itembox.design/item/img/top/gara.jpg);
}
.bgSilver {
  background-image: linear-gradient(-90deg, #404040, #B0B0B0);
}
.bgGold {
  background-image: linear-gradient(-90deg, #B8860B, #DAA520);
}
.bgIvory {
  background-color: #FAFAD2;
}
/* =========================================================================
	フッター固定バナー表示（PC非表示）
========================================================================= */
#footerfixed_bnr {
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  text-align: center;
  padding: 0 auto;
}
#footerfixed_bnr img {
  max-width: 100%;
}
@media screen and (min-width: 993px) {
  #footerfixed_bnr {
    display: none;
  }
}
/* =========================================================================
	サイド固定バナー表示（SP非表示）
========================================================================= */
@media screen and (max-width: 992px) {
  #fixed_right_banner {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  #fixed_right_banner {
    position: fixed;
    top: 200px;
    right: 0;
  }
  #fixed_right_banner > * {
    position: relative;
    width: 200px;
  }
  #fixed_right_banner > * ~ * {
    margin-top: 20px;
  }
  #fixed_right_banner > a {
    display: block;
  }
  #fixed_right_banner > * > span {
    display: none;
    position: absolute;
    top: -1em;
    left: -1em;
    padding: .5em 1em;
    background-color: #c00;
    border-radius: 5px;
    color: #fff;
    font-size: .75em;
    text-align: center;
    white-space: nowrap;
  }
  #fixed_right_banner > * > span::after {
    content: '';
    position: absolute;
    top: 99%;
    left: 1em;
    z-index: 5;
    width: 0;
    height: 0;
    border-color: #c00 #c00 transparent transparent;
    border-style: solid;
    border-width: 5px;
  }
  #fixed_right_banner > *:hover > span {
    display: block;
  }
  #fixed_right_banner > * > span {
    display: block;
    visibility: hidden;
    opacity: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #fixed_right_banner > *:hover > span {
    visibility: visible;
    opacity: 1;
    left: -1em;
  }
}
/* =========================================================================
	slickスライダー
========================================================================= */
.slide_02 li {
  padding: 0 10px;
}
/* =========================================================================
	TOPページ 2020.09.01追記
========================================================================= */
/* =========================================================================
2020サンタキーワード検索フォーム*/
.search_wrap_santa {
  margin-bottom: 1rem;
}
.search_cont input[type="text"] {
  font-size: /*70%*/ 16px;
  text-indent: .2em;
  padding: .7rem;
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 1em;
}
.search_cont::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0;
  mix-blend-mode: multiply;
}
button[type="submit"].search_icn {
  display: inline-block;
  line-height: 1.2;
  top: 25%;
  right: 16px;
  content: '';
  position: absolute;
  background: url("https://vanityme.itembox.design/item/top_2020/search_icon.png") no-repeat right;
  background-size: 22px;
  text-indent: -999px;
  padding-left: 13px;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #ddd;
  height: 20px;
}
/* =========================================================================
/*丸カルーセル下　検索フォーム*/
.search_wrap_3 {
  margin-bottom: 1rem;
}
.search_cont input[type="text"] {
  font-size: /*70%*/ 16px;
  text-indent: .2em;
  display: block;
  padding: .7rem;
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 1em;
}
.search_cont::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ddd, #f8abde, #c6daee);
  filter: blur(.2em);
  transform: translateY(.2em)scale(1);
  mix-blend-mode: multiply;
}
button[type="submit"].search_icn {
  display: inline-block;
  line-height: 1.2;
  top: 25%;
  right: 16px;
  content: '';
  position: absolute;
  background: url("https://vanityme.itembox.design/item/top_2020/search_icon.png") no-repeat right;
  background-size: 22px;
  text-indent: -999px;
  padding-left: 13px;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #ddd;
  height: 20px;
}
/*ハッシュタグ文字部分*/
.txt_hashtag {
  font-weight: normal;
  font-size: 75%;
  padding: 3px 0;
  text-align: center;
  letter-spacing: .1em;
}
/*ハッシュタグ文字部分(変更前)*/
/*.txt_hashtag {
  font-weight: bold;
  font-size: 90%;
  padding: 8px 0;
  text-align: center;
  letter-spacing: .2em;
}
*/
a .txt_hashtag {
  color: #666;
}
/*topテキストメニュー*/
.txt_menu {
  padding: 0 0 .5em;
  margin-top: -.5em;
  background-color: #fff;
}
.txt_menu li a {
  display: block;
  padding: 2px .6rem;
  color: #666;
  font-size: 70%;
  letter-spacing: .1em;
}
.txt_menu li {
  border-right: 1px solid #ccc;
}
.txt_menu li:last-child {
  border-right: none;
}
a p.cat_txt {
  font-size: 70%;
  color: #666;
  padding-top: .2rem;
}
.top_cat {
  text-align: center;
}
.recommends .carousel li {
  vertical-align: top;
}
.bt_sns {
  max-width: 46px;
}
ul.top_cat li {
  padding-right: .3rem;
}
ul.top_cat li a .recommend-img {
  width: 70px;
}
/*footer カテゴリ*/
ul.footer_cat_txt {
  margin-bottom: 0;
}
ul.footer_cat_txt li {
  border-bottom: 1px solid #eee;
}
ul.footer_cat_txt li:last-child {
  border-bottom: none;
}
ul.footer_cat_txt li a {
  display: block;
  font-size: 88%;
  color: #777;
  letter-spacing: .2em;
  padding: 4px 10px;
}
ul.footer_cat_txt li a:before {
  width: 15px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  color: #aaa;
  font-size: 10px;
  font-weight: 900;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  margin: auto;
}
h3.stc_title {
  color: #fff;
  font-size: 80%;
  background: /*#ed74bc*/ radial-gradient(at 20% -50%, #f8abde, #ff60a4);
  padding: 10px 18px;
  letter-spacing: .2em;
}
span.stc_j {
  font-size: 70%;
}
p.rec_cat_txt {
  font-size: 70%;
  color: #666;
  padding-top: 0;
  text-align: center;
}
/*SEO用に追加した230323 */
.rec_cat_txt {
  font-size: 70%;
  color: #666;
  padding-top: 0;
  text-align: center;
}
.ttl_h2_cath {
  font-size: 70%;
  color: #666;
  font-weight: 500;
  text-align: center;
  letter-spacing: .2em;
}
h2.cnt_title_topics {
  position: relative;
  display: inline-block;
  padding: 0;
}
h2.cnt_title_topics.mini_t {
  font-size: 80%;
  letter-spacing: .2em;
}
h2.cnt_title_topics.mini_t2 {
  font-size: 70%;
  letter-spacing: .2em;
}
h2.cnt_title_topics {
  overflow: hidden;
  text-align: center;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: .2em;
  width: 100%;
}
h2.cnt_title_topics span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 .3em 0 .7em;
  text-align: left;
}
h2.cnt_title_topics span::before, h2.cnt_title_topics span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #999;
}
h2.cnt_title_topics span::before {
  right: 100%;
}
h2.cnt_title_topics span::after {
  left: 100%;
}
/* SEOのため修正 */
/*--------------
h3.cnt_title_h3 {
  font-size: 70%;
  letter-spacing: .2rem;
  line-height: 1.5em;
}

*/
h2.cnt_title_h2 {
  font-size: 70%;
  letter-spacing: .2rem;
  line-height: 1.5em;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  order: -1;
}
.tab-label {
  color: #fff;
  font-weight: bold;
  box-shadow: 0 -1px 0 #eee;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0 0px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin-bottom: -1px;
  background: radial-gradient(at 50% -50%, #f8abde, #ff60a4);
  transition: .1s opacity;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #666;
  border-bottom: none;
  box-shadow: 0px -9px 7px -8px #ccc;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  border-bottom: none;
  box-shadow: 0px 9px 7px -8px #ccc, 0px -9px 7px -8px #ccc;
  padding: .5em 0 2em;
  margin-top: 0px;
}
.tab-wrap1 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.tab-wrap1:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  order: -1;
}
.tab-wrap1 .tab-label {
  color: #fff;
  font-weight: bold;
  box-shadow: 0 -1px 0 #eee;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0 0px;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin-bottom: -1px;
  background: radial-gradient(at 50% -50%, #f8abde, #ff60a4);
  transition: .1s opacity;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tab-wrap1 .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-wrap1 .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-wrap1 .tab-switch:checked + .tab-label {
  background: #fff;
  color: #666;
  border-bottom: none;
  box-shadow: 0px -9px 7px -8px #ccc;
}
.tab-wrap1 .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  border-bottom: none;
  box-shadow: 0px 9px 7px -8px #ccc, 0px -9px 7px -8px #ccc;
  padding: .5em 0 2em;
  margin-top: 0px;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
/* トップページ　下部　ランキング */
.tab-wrap2 {
  background: White;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 70%;
}
.tab-wrap2 .tab-label {
  color: Gray;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.tab-wrap2 .tab-switch:checked + .tab-label {
  color: #fff;
  background-color: #999;
}
.tab-wrap2 .tab-content {
  height: 0;
  opacity: 0;
  padding: 0 20px;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
  width: 100%;
}
.tab-wrap2 .tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}
.tab-wrap2 .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.tab-wrap2 .tab-wrap::after {
  content: '';
  height: 20px;
  order: -1;
  width: 100%;
}
.tab-wrap2 .tab-switch {
  display: none;
}
.tab-wrap2 .tab-container, .tab-wrap2 .tab-content {
  max-width: calc(100vw - 10px*2);
  width: 600px;
}
.tab-wrap2 {
  width: 700px;
}
* {
  box-sizing: border-box;
}
.tab-wrap2 .tab-container {
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}
.tab-wrap2 {
  box-shadow: none;
  overflow: visible;
}
.tab-wrap2 .tab-content {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}
.tab-wrap2::before {
  content: '';
  height: 0;
  order: 1;
  width: 100%;
}
ul.product_ul li.col-4.col-lg-2 {
  padding: 0 !important;
}
.item_propaty_name {
  font-size: 60%;
}
.rank_title {
  font-size: 70%;
  letter-spacing: .2rem;
  line-height: 2em;
  color: #636363;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  text-align: center;
}
/* 背景グラデーション */
.bg_grade_pink {
  background: radial-gradient(#ffebe4, #ffe1f3) fixed;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: -1.8rem;
}
@media screen and (min-width: 769px) {
  .bg_grade_pink {
    margin-top: -2.3rem;
  }
}
.horizontal-list {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
}
.item { /* 横スクロール用 */ display: inline-block;
  width: 90%; /* 見た目調整 */ height: auto;
  margin: 10px;
  font-size: 100%;
  background: rgba(0, 0, 0, 0);
}
.rec-search::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rec-search li a img {
  border: solid 1px #ddd;
}
.rec-search li::after {
  background-color: rgb(42, 159, 226);
  filter: blur(15px);
  transform: translateY(15px) scale(1.05);
  mix-blend-mode: multiply;
}
.foot_rec_cat {
  box-shadow: 0px 9px 7px -8px #ccc, 0px -9px 7px -8px #ccc;
}
.container2 {
  max-width: 480px;
  margin: 30px auto;
  border: none;
}
.container2 ul.row {
  padding: 0 10px !important;
}
.slide_title {
  font-size: 70%;
  letter-spacing: .2rem;
  line-height: 2em;
  color: #636363;
  margin-bottom: 0;
  /*text-align: left;*/
}
.swiper-container {
  margin: 0 auto 30px;
}
.tab-menu {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.tab-menu .swiper-slide {
  width: auto;
  padding: 10px 0;
}
.tab-contents {
  margin: 30px auto;
}
.swiper-slide-thumb-active {
  border-bottom: 2px solid #ff60a4;
  color: #ff60a4 !important;
  font-weight: bold;
}
/* =========================================================================
	トップページ・ポップアップバナー表示用CSS 2020.12.16追記
========================================================================= */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  padding: 0;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  cursor: pointer;
}
center {
  overflow: hidden;
}
/* =========================================================================
	トップページ・ネットフリック用CSS 2021.07.16追記
========================================================================= */
/*ランキング　カルーセル*/
h3.flex_slide_title_2 {
  font-size: 70%;
  letter-spacing: .2rem;
  line-height: 2em;
  color: #5e5e5e;
  border-top: 1px solid #ff56c3;
  border-bottom: 1px solid #ff56c3;
  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: 20px 0 0 0;
}
/* =========================================================================
	特集ページ用CSS 2021.09.10追記 Youtube自動再生用
========================================================================= */
.video {
  position: relative;
  height: 0;
  padding: 0px 10px 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* =========================================================================
/*コスプレ2021　ページ　丸カルーセル下　検索フォーム*/
.search_grayshadow {
  margin-bottom: 1rem;
}
.search_grayshadow .search_cont input[type="text"] {
  font-size: /*70%*/ 16px;
  text-indent: .2em;
  display: block;
  padding: .7rem;
  border-radius: 0;
  margin-bottom: 1em;
}
.search_grayshadow .search_cont::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ddd, #ddd, #ddd);
  filter: blur(.2em);
  transform: translateY(.2em)scale(1);
  mix-blend-mode: multiply;
}
.search_grayshadow button[type="submit"].search_icn {
  display: inline-block;
  line-height: 1.2;
  top: 25%;
  right: 16px;
  content: '';
  position: absolute;
  background: url("https://vanityme.itembox.design/item/top_2020/search_icon.png") no-repeat right;
  background-size: 22px;
  text-indent: -999px;
  padding-left: 13px;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: solid 1px #ddd;
  height: 20px;
}
/* =========================================================================
	ページトップへ戻るボタン　2021.10.13追記　／ 2022.02.03編集
========================================================================= */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2%;
  bottom: 5%;
  background: /*#ff60a4*/ #efefef;
  opacity: 0;
  border-radius: 50%;
  z-index: 2;
}
#page_top.active {
  opacity: 0.6;
  transition: 1.5s;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
/*#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -30%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}*/
#page_top a img {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* =========================================================================
	ヘッダーニュース表示（トップページのみ）　2022.04.29追記
========================================================================= */
.promo__bar {
  margin: 0;
  padding: 0;
  text-align: center
}
.promo__bar, .promo__bar__inner {
  width: 100%;
  position: absolute;
  height: 40px;
  overflow: hidden
}
.promo__bar__inner {
  opacity: 1;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto
}
@media (max-width:1023px) {
  .promo__bar__inner {
    font-size: 12px;
    line-height: 12px
  }
}
.promo__bar__animated .promo__bar__inner {
  opacity: 0;
}
.promo__bar__animated .promo__bar__1 {
  animation: rotateWord 10s linear 0s infinite;
}
.promo__bar__animated .promo__bar__2 {
  animation: rotateWord 10s linear 3s infinite;
}
.promo__bar__animated__with__3 .message_bar_center {
  display: flex;
  flex-direction: column
}
.promo__bar__animated__with__3 .promo__bar__1 {
  animation: rotateBannerWithThree_1 18s linear infinite
}
.promo__bar__animated__with__3 .promo__bar__2 {
  animation: rotateBannerWithThree_2 18s linear infinite
}
.promo__bar__animated__with__3 .promo__bar__3 {
  animation: rotateBannerWithThree_3 18s linear infinite
}
.promo__bar p a {
  font-family: Untitled-Sans-Regular, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: .17px;
  text-align: center;
  margin: .5rem 0;
  text-decoration: underline;
  color: #fff
}
.promo__bar a {
  text-decoration: underline
}
.promo__bar__dark {
  background: #333
}
.promo__bar__dark a, .promo__bar__dark p {
  color: #fff
}
.promo__bar__light {
  background: #fff
}
.promo__bar__light a, .promo__bar__light p {
  color: #000
}
@media (max-width:1023px) {
  .promo__bar {
    height: auto;
    min-height: 45px
  }
}
@keyframes rotateBannerWithThree_1 {
  0%, 25% {
    top: 0;
    opacity: 1
  }
  30%, 60% {
    top: -100%;
    opacity: 0
  }
  65%, 95% {
    top: 100%;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
@keyframes rotateBannerWithThree_2 {
  0%, 25% {
    top: 100%;
    opacity: 0
  }
  30%, 60% {
    top: 0;
    opacity: 1
  }
  65%, 95% {
    top: -100%;
    opacity: 0
  }
  to {
    top: -100%;
    opacity: 0
  }
}
@keyframes rotateBannerWithThree_3 {
  0%, 25% {
    top: 100%;
    opacity: 0
  }
  30%, 60% {
    top: 100%;
    opacity: 0
  }
  65%, 95% {
    top: 0;
    opacity: 1
  }
  to {
    top: -100%;
    opacity: 0
  }
}
@keyframes rotateWord {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px)
  }
  10% {
    opacity: 1;
    transform: translateY(0)
  }
  30% {
    opacity: 1;
    transform: translateY(0)
  }
  40% {
    opacity: 1;
    transform: translateY(0)
  }
  50% {
    opacity: 1;
    transform: translateY(0)
  }
  60% {
    opacity: 0;
    transform: translateY(-40px)
  }
  90% {
    opacity: 0;
    transform: translateY(-40px)
  }
  to {
    opacity: 0;
    transform: translateY(40px)
  }
}
@keyframes rotateWord0 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
  40% {
    opacity: 0;
    transform: translateY(-40px)
  }
  50% {
    opacity: 0;
    transform: translateY(40px)
  }
  80% {
    opacity: 0;
    transform: translateY(40px)
  }
  90% {
    opacity: 1;
    transform: translateY(0)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
/*top slider　表示崩れ調整用　フェードイン表示　22.06.24追記
------------------------------------------------*/
.fs-pt-carousel__track {
  opacity: 0;
  transition: opacity .3s linear;
}
.fs-pt-carousel__track.slick-initialized {
  opacity: 1;
}
/*------------------------------------------------*/
/*drawer menu　意図せず閉じる修正　22.06.28追記
------------------------------------------------*/
.menu_fixed {
  overflow: auto;
  height: 100%;
}
/* =========================================================================
/*【商品ページ】詳細用CSS */
.title_item {
  padding: 3px;
  background-color: #b5b5b5;
  color: #ffffff;
  font-weight: bold;
  border-radius: 2px;
  width: 95px;
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}
/*------------------------------------------------*/
/*drawer menu　Android 検索窓タップで意図せず閉じる修正
リサイズ時にオーバーレイ解除　23.05.12追記
------------------------------------------------*/
.s_drawer-overlay.s_overlay-on, .s_drawer-open .s_drawer-overlay.s_overlay-on {
  display: none;
}
/*------------------------------------------------*/
/*カート内
あとで買うボタン　23.08.15追記
------------------------------------------------*/
button.fs-c-button--buyItLater.fs-c-button--plain {
  border: none;
  color: #555;
  padding-bottom: 5px;
  font-size: 12px;
}
button.fs-c-button--buyItLater.fs-c-button--plain .fs-c-button__label {
  font-size: 12px !important;
}
/*=========================================== 
	画像Copy 禁止
=========================================== */
body {
  /*user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;*/
}
img {
  user-drag: none;
  -webkit-user-drag: none;
  /* PCの右クリック禁止 */
  /*pointer-events: none;*/
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
/*------------------------------------------------
レコメンド内　￥マーク／金額／税込表示部分修正　23.09.01追記
------------------------------------------------*/
.item_propaty_price {
  line-height: 1.2;
}
.item_propaty_price_cur {
  font-size: .6rem;
  margin: 0 -2px 0 0;
}
ul.top2304_brand_list li.col-3 {
  padding-right: 2px !important;
  padding-left: 2px !important;
}
/*------------------------------------------------
商品詳細ページ　金額／税込表示部分修正　23.12.04追記
------------------------------------------------*/
.fs-c-productPrice__main__addon__label, .fs-c-productPrice__main__joint {
  font-size: 0.7rem;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value {
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: -0.02em;
  margin-right: 5px;
}
.fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value {
  ont-size: 23px;
}
span.fs-c-productVariationPrice__addon__label {
  display: none;
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
  font-size: .7rem;
}
.fs-p-productDescription.fs-p-productDescription--full {
  font-size: .8rem;
  line-height: 1.8;
  padding: 10px 5px;
  color: #333;
  /*text-align: justify;
  text-align-last: left;*/
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: 56px;
  flex-shrink: 0;
  margin: 0 4px 0 0;
}
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  position: absolute;
  z-index: 9999;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  background: rgba(0, 0, 0, 0.1);
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  font-size: 20px;
}
/* 商品詳細 PAGE / Key word TAG
------------------------------------------*/
.hit_keyword {
  max-width: 500px;
  margin: auto;
  border-top: .5px solid #ddd;
  border-bottom: .5px solid #ddd;
  text-align: center;
}
.hit_keyword h2 {
  padding-bottom: 15px;
}
.hit_keyword p {
  margin-bottom: 0;
  line-height: 2;
}
.hit_keyword p a::before {
  content: "#";
  margin: 0 1px;
}
.hit_keyword p a::after {
  content: "/";
  margin: 0 5px;
}
.hit_keyword p a:last-child::after {
  content: none;
}
.hit_keyword p a {
  font-size: .8rem;
  color: #2b3d4c;
  line-height: .5;
}
/* 商品詳細 PAGE / メインカテゴリ一覧を見る・他のカラーを見たい方・在庫がない場合は〜
------------------------------------------*/
.bt_viewmores_01 a, .bt_viewmores_03 a {
  background-color: #efefef;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  padding: 10px 35px;
  color: #333;
  font-size: .8rem;
  letter-spacing: .1em;
}
.bt_viewmores_02 a {
  display: block;
  text-align: center;
  font-size: .8rem;
  letter-spacing: 0.3em;
  border: solid 1px #333;
  padding: 0.6em 0;
  width: 90%;
  margin: auto;
  position: relative;
  color: #333;
}
.bt_viewmores_01 a:after, .bt_viewmores_02 a:after, .bt_viewmores_03 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 47%;
  right: 10%;
}
.bt_viewmores_02 a:before {
  position: absolute;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-top: 6px;
  margin-left: 5px;
  padding: 0;
  top: 10%;
  left: 16%;
  text-decoration: none;
  background-color: inherit;
 <!--  background-image: url("https://vanityme.itembox.design/item/images/santa2023/bt_search.png");-->
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 769px) {
  .bt_viewmores_02 a {
    max-width: 378px;
  }
}
/* 商品詳細 PAGE / レビューを書くボタン
------------------------------------------*/
.fs-c-productReview {
  margin: 0 0 1rem 1.5%;
}
