@charset "utf-8";
/*  フォント  */
@import url("https://use.typekit.net/hta5fgc.css");
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');
/*@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;
}
body {
  background-image: radial-gradient(#240a22 0, #000 50%);
  background-attachment: fixed;
}
.pc {
  display: none !important;
}
figure {
  margin: 0 !important;
}
.w_max768 {
  max-width: 768px;
  margin: auto;
}
.w_max540 {
  max-width: 540px;
  margin: auto;
}
.w_max500 {
  max-width: 500px;
  margin: auto;
}
#fs_preview_header {
  display: none;
}
/* alt　代替文字　カラー指定  */
img {
  color: #fff;
}
/* =========================================================================
	COMMON
========================================================================= */
ol, ul {
  padding: 0;
}
/* =========================================================================
	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: #000;
}
#global_header .shop_logo {
  height: 58px;
  padding: 22px 0;
}
@media screen and (min-width: 768px) {
  #global_header .shop_logo {
    height: 60px;
    padding: 20px 0;
  }
}
/*------------------------------------------------------
  CART 
------------------------------------------------------*/
#cart {
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 3;
}
#cart:hover {
  opacity: 1;
}
#cart span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#cart a {
  position: relative;
  display: block;
  height: 29px;
  /*width: 34px;*/
  margin-top: 8px;
  padding: 0;
  text-decoration: none;
  background-color: inherit;
  background-image: url("https://bunnychanhouse.itembox.design/item/img/head/bt_cart01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#cart a .fs-client-cart-count {
  font-family: futura-pt, sans-serif;
  position: relative;
  top: 16px;
  right: -7.5px;
  color: #fff;
  font-weight: 300;
  font-size: 9px;
}
#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: 2;
}
#account:hover {
  opacity: 1;
}
#account span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#account a {
  position: relative;
  display: block;
  height: 18px;
  width: 18px;
  top: 20px;
  right: 20px;
  padding: 0;
  text-decoration: none;
  background-color: inherit;
  background-image: url("https://bunnychanhouse.itembox.design/item/img/head/bt_favorite01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/*------------------------------------------------------
  SEARCH 
------------------------------------------------------*/
/*#search_head {
  position: fixed;
  left: -90px;
  top: 0px;
  z-index: 2;
}
#search_head:hover {
  opacity: 1;
}
#search_head span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#search_head a {
  position: relative;
  display: block;
  height: 18px;
  width: 18px;
  top: 20px;
  left: 150px;
  padding: 0;
  text-decoration: none;
  background-color: inherit;
  background-image: url("https://bunnychanhouse.itembox.design/item/img/head/bt_search01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}*/
#search-wrap-head {
  position: fixed;
  top: 0;
  left: 0; /*z-index: 1;*/ opacity: 0;
  transition: all 0.4s;
  width: 100%;
  height: auto;
}
#search-wrap-head.panelactive {
  opacity: 1;
  z-index: 100;
  /*background: #fff;*/
  display: flex;
  justify-content: center;
  align-items: top;
  overflow-y: auto;
}
#search-wrap-head .search-area {
  display: none;
}
#search-wrap-head.panelactive .search-area {
  display: block;
  width: 100%;
  padding: 2%;
  position: relative;
  height: 100vh;
  overflow-y: auto;
  background-image: radial-gradient(#240a22 0, #000 50%);
  background-attachment: fixed;
  scroll-behavior: smooth;
}
#search-wrap-head .srarch_wrap input[type=text] {
  border: none;
}
.open-btn {
  position: absolute;
  top: 9px;
  left: 55px;
  width: 38px;
  padding: 10px;
  /*z-index: 1;*/
  display: block;
}
.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.close-btn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 2px;
  background-color: #ddd;
}
.close-btn span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  transform: translateY(6px) rotate(-135deg);
  width: 50%;
}
.close-btn span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(135deg);
  width: 50%;
}
/*  SEARCH btn 点滅 brights
------------------------------------------------------*/
/*.open-btn img {
    position: relative;
}*/
/*.open-btn img {
  animation: lightstrobe 3s infinite;
  filter: drop-shadow(0px 0px 1px #fd339e);

}*/
/*@keyframes lightstrobe {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}*/
@media (min-width: 64em) {
  #search_head {
    left: 10%;
  }
}
/*------------------------------------------------------
  SIDE MENU 
------------------------------------------------------*/
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
/*.regist.my-true {
  display: none;
}*/
.logout.my-true {
  display: flex;
}
.drawer-nav {
  color: #fff;
  background-color: #000;
}
.drawer--left.drawer-open .drawer-hamburger {
  background-color: #000;
}
@media (max-width: 63.99em) {
  .drawer-nav {
    width: 86%;
  }
  .drawer--left .drawer-nav {
    left: -86%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    left: 86%;
    top: 5px;
  }
}
@media (min-width: 64em) and (max-width: 74.99em) {
  .drawer-nav {
    width: 30%;
  }
  .drawer--left .drawer-nav {
    left: -30%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    left: 30%;
    top: 5px;
  }
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #fff;
  width: 85%;
  height: 1px;
}
.drawer--sidebar.drawer--left .drawer-nav {
  border-right: 1px solid #333;
}
.drawer-open .drawer-hamburger-icon, .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  width: 100%;
}
.drawer-menu {
  margin: 10% 5%;
  padding-bottom: 20%;
}
.side_ul {
  font-size: .8rem;
}
.menu_title {
  font-family: Antonio, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  padding: 40px 10px 30px;
  color: #ff22ae;
}
.menu_child {}
.menu_child li {}
.menu_child li a {
  padding: .75rem;
  color: #fff;
  display: block;
  font-weight: 400;
  letter-spacing: .05rem;
  font-size: 13px;
}
.drawerLogo {
  max-width: 140px;
  text-align: center;
  margin: 1rem auto;
}
.jp_s {
  font-size: 8px;
  letter-spacing: 0;
}
.fs-c-checkbox__labelText a {
  color: #333;
}
.drawer-nav input[type=text] {
  background: #000;
  border: none;
}
li.type_line_buttons {
  margin: 6% 0;
}
li.type_line_buttons a {
  display: block;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  margin: 10px;
  letter-spacing: .1rem;
  background: #222;
}
.fs-p-searchForm {
  padding: 50px 10px 30px;
}
li.menu_others {
  margin: 20px 10px;
}
li.menu_others a {
  padding-right: 5px;
  display: block;
}
/*------------------------------------------------*/
/*drawer menu　意図せず閉じる修正
------------------------------------------------*/
.menu_fixed {
  overflow: auto;
  height: 100%;
}
/*------------------------------------------------*/
/*drawer menu　Android 検索窓タップで意図せず閉じる修正
リサイズ時にオーバーレイ解除
------------------------------------------------*/
.s_drawer-overlay.s_overlay-on, .s_drawer-open .s_drawer-overlay.s_overlay-on {
  display: none;
}
/*------------------------------------------------*/
/*　カテゴリ　アコーディオンメニュー　追加CSS
------------------------------------------------*/
.accordion-003, .accordion-002 {
  max-width: 500px;
  margin-bottom: 7px;
  margin: auto;
}
.accordion-003 summary, .accordion-002 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 10px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: .05rem;
}
.accordion-002 summary {
  display: block;
}
.accordion-003 summary::-webkit-details-marker, .accordion-002 summary::-webkit-details-marker {
  display: none;
}
.accordion-003 summary::before, .accordion-003 summary::after {
  width: 1px;
  height: 10px;
  background-color: #fff;
  content: '';
  left: 100px;
  position: absolute;
}
.accordion-003 summary::before {
  position: absolute;
  left: 100px;
  rotate: 90deg;
}
.accordion-002 summary::before, .accordion-002 summary::after {
  width: 1px;
  height: 10px;
  background-color: #fff;
  content: '';
  left: 65%;
  top: 38%;
  position: absolute;
}
.accordion-002 summary::before {
  position: absolute;
  left: 65%;
  rotate: 90deg;
}
.accordion-003 summary::after, .accordion-002 summary::after {
  transition: rotate .3s;
}
.accordion-003[open] summary::after, .accordion-002[open] summary::after {
  rotate: 90deg;
}
.accordion-003 p, .accordion-002 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 10px 20px;
  color: #ffffff;
  transition: transform .5s, opacity .5s;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .05rem;
}
.accordion-002 p {
  padding: 0;
}
.accordion-003[open] p, .accordion-002[open] p {
  transform: none;
  opacity: 1;
}
/*------------------------------------------------------
  SEARCH WINDOW
------------------------------------------------------*/
.fs-p-inputGroup {
  display: flex;
  align-items: stretch;
  border: 1px solid #ddd;
  background: #000;
  border-radius: 0;
  max-width: 540px;
  margin: auto;
}
.fs-p-inputGroup__button {
  background: none;
  border: none;
  color: #ababab;
  width: 3em;
  border-radius: 0;
}
.srarch_wrap input[type=text] {
  padding: 7px;
  background: #000;
  border-radius: 0;
  color: #fff;
}
/*::placeholder { color:#333; font-size:80%; }*/
.fs-p-searchForm__button::before {
  top: 4px;
}
.fs-p-searchForm__button::before {
  position: relative;
  display: block;
  height: 20px;
  width: 18px;
  /* margin-top: 5px;
  margin-left: 5px;*/
  padding: 0;
  /*top: 0;*/
  text-decoration: none;
  background-color: inherit;
  background-image: url(https://bunnychanhouse.itembox.design/item/img/head/bt_search01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  color: #fff !important;
}
@media (min-width: 64em) {}
@media (min-width:75em) {}
/* =========================================================================
	TOP CONTENTS
========================================================================= */
/*------------------------------------------------------
  TOP SLIDER
------------------------------------------------------*/
.top_slider01 .slick-slide img {
  margin: 40px auto 0;
}
.fs-pt-carousel__track {
  margin-top: 0px;
}
.top_slider01 .slick-slide {
  pointer-events: none;
}
/*.top_slider.fs-pt-carousel.fs-c-slick {
  padding-top: 35px;
}
@media screen and (min-width: 769px) {
  .fs-c-slick .slick-slide img {
    opacity: .3;
  }
  .fs-c-slick .slick-slide.slick-center img {
    opacity: 1;
  }
}*/
/*top slider　表示崩れ調整用　フェードイン表示　22.06.24追記
------------------------------------------------*/
.top_slider01 {
  opacity: 0;
  transition: opacity .3s linear;
}
.top_slider01.slick-initialized {
  opacity: 1;
  pointer-events: none;
}
/*------------------------------------------------------
  Page
------------------------------------------------------*/
.fs-l-page {
  overflow: hidden;
}
#page_wrap {
  padding-top: 20px;
}
h2.ttl_h2, h2.ttl_h2_bunny01 {
  font-family: Antonio, sans-serif;
  font-weight: 700;
  font-size: 32.5px;
  color: #ff25af;
}
h2.ttl_h2 {
  text-align: center;
  margin: auto;
  padding: 10px 0;
}
h2.ttl_h2_bunny01 {
  line-height: .7;
}
h2.ttl_h2 .txt_wh, h2.ttl_h2_bunny01 .txt_wh {
  font-family: Antonio;
  font-size: 32.5px;
  color: #fff;
}
h2.ttl_h2_bunny01 .ttl_h2_txt {
  font-family: futura-pt, sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
}
h2.ttl_h2.ttl_top_rank {
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
}
.rank_pro6 .fs-c-price {
  font-size: 13px;
}
.rank_pro6 .fs-c-productPrice__main__addon__label, .rank_pro6 .fs-c-productPrice__main__joint {
  font-size: 9px !important;
  padding-left: 3px;
}
.rank_pro6 {
  counter-reset: rank;
}
.rank_pro6 .col-6:before {
  font-size: 14px;
  counter-increment: rank;
  content: counter(rank);
  color: #333;
  font-weight: normal;
  text-align: center;
  position: absolute;
  left: 6%;
  top: 2%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 769px) {}
/*------------------------------------------------------
  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: #ff60a4 !important;
}
a:hover .item_propaty_price {
  text-decoration: none;
}
a .item_propaty_price_num {
  font-weight: 700;
  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: .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
========================================================================= */
/*  LIST SNS
------------------------------------------*/
ul.list_sns {
  display: flex;
  margin: 7% auto 10%;
  justify-content: center;
}
ul.list_sns li {
  max-width: 50px;
  margin: 0 3%;
}
/*  LIST COLOR
------------------------------------------*/
ul.list_colors li a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: .3rem;
  text-align: left;
  font-weight: 400;
  line-height: 3;
}
ul.list_colors li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -10px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-left: solid 1px #ff22ae;
  border-bottom: solid 1px #ff22ae;
}
ul.list_colors {
  display: grid;
  width: fit-content;
  column-gap: 4.5em;
  grid-template-columns: repeat(2, auto);
  margin-left: 5%;
}
ul.list_colors li:before {}
@media screen and (max-width: 768px) {
  .footer {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  ul.list_colors {
    column-gap: 5em;
    margin-left: 0%;
  }
}
/*  LIST CATEGORY Text
------------------------------------------*/
ul.foot_menu_list li {
  text-align: center;
}
ul.foot_menu_list li a {
  display: block;
  padding: 10px;
  letter-spacing: .1rem;
  font-size: 13px;
}
/* =========================================================================
	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;
}
/* =========================================================================
	レコメンド表示
========================================================================= */
.item_propaty_thumb {
  padding: .25rem;
  background: #fff;
}
/* =========================================================================
	商品一覧ページ用
========================================================================= */
div.fs-c-breadcrumb {
  display: none;
}
a span.fs-c-productName__name {
  font-size: 10px;
  font-weight: normal;
  color: #fff;
}
.fs-c-button--addToCart--list.fs-c-button--plain {
  padding: 5px 15px;
  font-size: 12px;
  background-color: #ff22ae;
  border-radius: 5px;
  color: #fff !important;
}
.fs-c-listControl__status {
  font-size: 80%;
  color: var(--color-darkgray);
  padding-right: 2%;
}
.fs-c-button--viewProductDetail.fs-c-button--plain {
  padding: 5px 15px;
  font-size: 12px;
  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;
}
.scroll-a::-webkit-scrollbar-track {
  background: #000;
}
/*.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: .9rem;
  padding-bottom: .5rem;
}
/*.fs-p-productDescription.fs-p-productDescription--full {
  font-size: .9rem;
}*/
.fs-c-button--inquiryAboutProduct {
  width: 70%;
  text-align: center;
  background: linear-gradient(#333, #111) !important;
  border-radius: 3px !important;
  color: #fff !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;
}
.fs-c-button--sendInquiry.fs-c-button--standard .fs-c-button__label {
  color: #fff;
}
/*.fs-c-checkbox__label .fs-c-checkbox__labelText a {
    color: #333;
}*/
.fs-c-productNotice--outOfStock {
  background: transparent;
  font-size: 13px;
  color: #fff;
  border: 1px solid #ff22ae;
  margin: 20px;
}
@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;
}
.fs-c-productQuantityAndWishlist .fs-c-button__label {
  display: none;
}
/*.fs-c-button--particular.fs-c-button--addToWishList--detail {
  font-size: 10px;
  padding: 10px;
}*/
.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer > .fs-c-button--particular {
  background: transparent;
}
.flex_box01_wrap {
  display: flex;
  justify-content: space-between;
}
.flex_box01_wrap > .fs-c-productReview {
  margin: -20px 3% 1rem 1.5%;
}
@media screen and (max-width: 768px) {
  .fs-c-slick .slick-slide img {
    width: 100%;
    max-width: 420px !important;
    margin: 0 auto;
  }
  .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;
  }
}
/* =========================================================================
	商品詳細ページ・未ログインのみ表示（会員登録で1,000ptプレゼント）
========================================================================= */
#new_member {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #ff22ae;
  text-align: center;
  top: 102px;
  position: fixed;
  z-index: 1000;
  display: none;
  left: 0;
}
#fs_bn_01 {
  color: #fff; /*文字色*/ font-size: 15px; /*文字サイズ*/ cursor: pointer;
  letter-spacing: 1px;
}
#fs_bn_01 span {
  font-weight: bold;
  padding: 0 6px;
}
@keyframes fsfadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fsfadeOut {
  from {
    opacity: 1;
    transform: translateY(20px);
  }
  to {
    opacity: 0;
    transform: translateY(0);
  }
}
/* =========================================================================
	ログインページ用
========================================================================= */
/*.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;
  border-radius: 5px;
}
/* =========================================================================
	ポイント履歴ページ
========================================================================= */
.fs-c-history .fs-c-dropdown {
  margin: 10px;
}
/* =========================================================================
	マイページ：トップ
========================================================================= */
/*  お気に入りに入っている商品   */
.fs-c-wishlistProduct {
  max-width: 540px;
  margin: auto;
}
/* =========================================================================
	ショッピングカート
========================================================================= */
.fs-l-cart__contentsArea {
  margin: 3%;
}
.fs-l-cart__contentsArea .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 20px;
}
.fs-c-estimatedDeliveryDate__notice {
  margin: 10px;
}
.fs-c-estimatedDeliveryDate__location {
  margin: 10px;
}
/* =========================================================================
	カート内ページ用
========================================================================= */
.fs-c-listedOptionPrice {
  font-size: 1rem;
}
.fs-c-price__addon {
  font-size: .6rem;
}
.fs-c-button--cancel--cart.fs-c-button--plain {
  border: none;
  font-size: 9px;
  width: 100%;
  background-color: transparent;
  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;
  font-size: 13px;
}
.fs-c-cartTable__productName__name {
  font-size: 13px;
}
.fs-c-listedProductName__variation__choice {
  font-weight: 500;
  color: #ff22ae;
}
@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: #000;
  font-size: 16px;
  background: #fff;
  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: #ff22ae;
}
.fs-p-announcement__body {
  padding-top: 5px;
}
/*再入荷のお知らせボタン*/
.fs-c-button--subscribeToArrivalNotice--list.fs-c-button--plain {
  background: transparent;
  border: 1px solid #ff22ae;
  border-radius: 5px;
  color: #ff22ae;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 12px;
}
/*おすすめ商品タイトル文字*/
.fs-c-featuredProduct__header h2.fs-c-featuredProduct__title {
  font-size: 15px;
  line-height: 2rem;
  margin: 3% 2%;
}
.fs-l-checkout__mainColumn {
  margin: 0 3%;
}
h3.fs-c-checkout-heading {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  border-bottom: solid 1px #333;
}
h4.fs-c-checkout-shippingDetail__outline__title.fs-c-checkout-heading-lv2 {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
li.fs-c-checkout-shippingParcel__product {
  display: flex;
}
.fs-c-checkout-shippingParcel__productImage.fs-c-productImage {
  max-width: 75px;
  padding-right: 15px;
}
.fs-c-checkout-shippingDetail__deliveryDateInfo {
  margin-bottom: 20px;
  padding: 5px 10px 10px;
  border-bottom: 1px solid #ddd;
  display: none;
}
.fs-c-checkout-shippingParcel__productInfo {
  font-size: 13px;
  padding-bottom: 20px;
  max-width: 70%;
}
.fs-c-checkout-shippingParcel__productInfo .fs-c-price__value {
  font-size: 14px;
}
.fs-c-cartTable__productInfo {
  font-size: 13px;
}
h4.fs-c-checkout-shippingDetail__shippingCarrier__label.fs-c-checkout-heading-lv2 {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.fs-c-checkout-shippingDetail__deliveryDetail {
  border-top: 1px solid #ddd;
  padding: 10px;
}
/*.fs-c-price__value {
  font-size: 20px;
}*/
dt.fs-c-checkout-shippingDetail__deliveryDate {
  font-weight: 300;
  color: #fff;
}
.fs-l-checkout__mainColumn rt {
  text-align: left;
  letter-spacing: .1rem;
}
#fs_orderTotalContainer span.fs-c-price__value {
  font-size: 20px;
}
#fs-pointInfo-container .fs-c-checkout-previewAndEdit__info {
  border: 1px solid #ff22ae;
}
a.bt_white.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary {
  background: #fff;
}
a.bt_white.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary > span.fs-c-button__label {
  color: #000;
}
/* =========================================================================
	カート内ページ　ヘッダー　購入ステップバー
========================================================================= */
.fs_stepBar {
  display: flex;
  max-width: 550px;
  position: relative;
  margin: 20px auto 50px;
  text-align: center;
}
.fs_stepBar li {
  list-style: none;
  font-size: 11px;
  position: relative;
  width: 25%;
  color: #fff;
  font-weight: 300;
}
.fs_stepBar li span {
  color: #000;
  font-weight: 500;
}
.fs_stepBar li:after {
  background: #fff;
  content: "";
  width: calc(73% - 6px);
  height: 1.8px;
  position: absolute;
  left: calc(-49% + 12px);
  top: 13px;
  z-index: -1;
}
.fs_stepBar li:first-child:after {
  display: none;
}
.fs_stepBar span {
  background: #fff;
  font-size: 14px;
  color: #000;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  width: 80px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.fs_stepBar .fs_visited span {
  color: #fff;
  background: #ff22ae;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -10px;
  line-height: 40px;
}
li.fs_visited span {
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .fs_stepBar li:after {
    width: calc(80% - 6px);
  }
}
/* =========================================================================
	ご注文完了ページ
========================================================================= */
section.fs-c-checkoutSuccess.fs-c-subSection h2 {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /* border-bottom: 1px solid #ddd; */
}
.fs-c-checkoutSuccess__code {
  margin: 0 4px;
  font-weight: 500;
  color: #ff22ae;
  font-size: 20px;
}
.fs-c-checkoutSuccess__message.fs-c-subSection__message {
  margin: auto;
  max-width: 540px;
  text-align: center;
}
/* =========================================================================
	レビューを書くページ
========================================================================= */
img.fs-c-productReviewed__image__image.fs-c-productImage__image {
  max-width: 50%;
  margin: auto;
}
/* =========================================================================
	送料・お支払いページ用
========================================================================= */
.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: #000;
  font-weight: bolder;
  background-image: url("");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #fff;
  line-height: 3rem;
  /*text-shadow: 1px 1px 1px #ae979b;*/
}
.fs-p-closed > img.fs-p-closed__image {
  max-width: 300px;
  margin: auto;
}
@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;
}
/* =========================================================================
	トップページ・ネットフリック用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%;
}
/* =========================================================================
	ページトップへ戻るボタン
========================================================================= */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2%;
  bottom: 5%;
  background: #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 img {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* =========================================================================
	商品詳細ページ・未ログインのみ表示ヘッダー文字バナー
========================================================================= */
/*.fadeDown {
animation-name:fadeDownAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}*/
.fl-banner-in {
  font-size: 11px;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: 100%;
  /* height: 50px; */
  position: fixed;
  top: 60px;
  left: 0;
  background: #ff22ae;
  opacity: 0;
  z-index: -1;
}
.fl-banner-in.active {
  opacity: .9;
  transition: 1.5s;
  z-index: 2;
}
.fl-banner-in a {
  /*position: relative;*/
  display: block;
  font-weight: 500;
  letter-spacing: .075rem;
  /* width: 50px;
  height: 50px;
  text-decoration: none;*/
}
/* =========================================================================
/*【商品ページ】詳細用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;
}
/*------------------------------------------------*/
/*カート内
あとで買うボタン　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: 9px !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;
  /* color:#f03446;*/
}
.fs-c-productListItem__prices.fs-c-productPrices .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value {
  font-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: 13px;
  /*line-height: 1.8;*/
}
@media screen and (max-width: 768px) {
  .fs-p-productDescription.fs-p-productDescription--full {
    padding: 10px;
  }
}
.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);
  top: 50%;
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  font-size: 20px;
}
/* 商品詳細 PAGE / Modal 商品を問い合わせる
------------------------------------------*/
.fs-c-modal .fs-c-checkbox__labelText a {
  color: #fff;
}
.fs-c-checkbox__labelText {
  font-size: 13px;
}
/* 商品詳細 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 #FFFFFF;
  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 #FFFFFF;
  border-right: 1px solid #FFFFFF;
  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: 10%;
  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%;
}
/* 商品詳細 PAGE / 商品についてのお問い合わせ / 個人情報同意する文字
------------------------------------------*/
.fs-c-modal__inner .fs-c-checkbox__label .fs-c-checkbox__labelText a {
  color: #333 !important;
}
/* 新規会員登録ページ
------------------------------------------*/
.fs-c-inputField__explanation {
  padding: 10px;
  border: 1px solid #ff22ae;
  font-size: 13px;
  margin-top: 10px;
}
/* お問い合わせページ
------------------------------------------*/
.iframe {
  width: 100%;
  height: 100vh;
  border: none;
}
/* ログインページ　会員の方
------------------------------------------*/
.fs-c-fsLogin.fs-c-inputInformation > .fs-c-inputTable > tbody > tr + tr {
  margin-top: 0;
}
/* ログインページ　AmazonPay
------------------------------------------*/
.fs-c-linkedServiceLogin {
  max-width: 540px;
  margin: 80px 10px;
}
h2.fs-c-linkedServiceLogin__title {
  font-size: 16px;
  text-align: center;
}
.amazonpay-button-container {
  width: 80% !important;
  left: 10% !important;
}
/* ログインページ　まだ会員登録されていない方
------------------------------------------*/
.fs-c-newUsers__message.fs-c-subSection__message {
  font-size: 13px;
  margin: 10px 20px;
}
@media screen and (min-width: 769px) {
  .fs-c-newUsers__message.fs-c-subSection__message {
    margin: 10px auto;
    max-width: 500px;
    text-align: center;
  }
}
/* AIレコメンド　商品名表示
------------------------------------------*/
.fr3-item__productName {
  font-size: 11px !important;
}
.fr3-item__productPrice__price {
  font-size: 13px !important;
  color: #fff !important;
}
.fr3-item__productPrice__addon {
  font-size: 9px !important;
  color: #fff !important;
}
/*------------------------------------------------
　ブログ記事用 CSS
------------------------------------------------*/
article.blog_wrap {
  margin: 5% 3%;
  font-size: 13px;
  line-height: 1.8;
  text-align: justify;
  text-align-last: left;
}
.blog_in h1 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .075em;
  padding: 0 0 20px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
.blog_in h2 {
  color: #ff22ae;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .075rem;
  border-bottom: solid 1px #ff22ae;
  padding: 2% 0;
  margin: 0 0 5%;
}

/* =========================================================================
	トップページ・ポップアップバナー表示用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: 300px;
  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;
}
