@charset "UTF-8";
/*--------------------------------------------


Header Setting


---------------------------------------------*/
#header-area {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
#header-area a {
  text-decoration: none;
  color: #2d2d2d;
}
#header-area .header-bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 7px 20px;
  background: #cec37d;
}
#header-area .header-bnr__inner {
  display: flex;
  align-items: center;
}
#header-area .header-bnr__img {
  flex: 0 0 auto;
  width: 33px;
}
#header-area .header-bnr__text {
  margin-left: 10px;
  font-size: .75rem;
}
#header-area .header-bnr__btn {
  flex: 0 0 auto;
  position: relative;
  padding-top: 21px;
  font-size: .625rem;
}
#header-area .header-bnr__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 18px;
  background: url("/beautykey/shared/img/icon_install_01.svg") 0 0/cover no-repeat;

  transform: translate(-50%, 0);
}
#header-area .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0;
}
#header-area .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
}
#header-area .header-logo .logo-pc {
  display: none;
}
#header-area .header-nav {
  width: 100%;
}
#header-area .header-nav .header-nav__list {
  display: flex;
}
#header-area .header-nav .header-nav__item.-shop {
  flex: 0 0 auto;
}
#header-area .header-nav .header-nav__item.-shop .header_nav__link::before {
  width: 24px;
  height: 25px;
  background-image: url("/beautykey/shared/img/icon_nav_shop_01.svg");
}
#header-area .header-nav .header-nav__item.-support {
  flex: 1 1 auto;
  width: 100%;
}
#header-area .header-nav .header-nav__item.-support .header_nav__link {
  width: 106px;
}
#header-area .header-nav .header-nav__item.-support .header_nav__link::before {
  background-image: url("/beautykey/shared/img/icon_nav_support_01.svg");
}
#header-area .header-nav .header-nav__item.-mypage {
  flex: 0 0 auto;
}
#header-area .header-nav .header-nav__item.-mypage .header_nav__link::before {
  background-image: url("/beautykey/shared/img/icon_nav_mypage_01.svg");
}
#header-area .header-nav .header-nav__item.-login {
  flex: 0 0 auto;
}
#header-area .header-nav .header-nav__item.-login .header_nav__link::before {
  background-image: url("/beautykey/shared/img/icon_nav_login_01.svg");
}
#header-area .header-nav .header_nav__link {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 30px;
  transition: all .3s ease-out;

  opacity: 1;
}
#header-area .header-nav .header_nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  background: 0 0/cover no-repeat;

  transform: translate(-50%, 0);
}
#header-area .header-nav .header_nav__link-inner {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: .813rem;
}
#header-area .header-menu {
  flex: 0 0 auto;
  width: 45px;
  margin-right: 10px;
}
#header-area .header-menu__btn {
  position: relative;
  padding-top: 30px;
  text-align: center;
  font-size: .813rem;
}
.header-menu__btn {
  cursor: pointer;
}
#header-area .header-menu__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 25px;
  background: url("/beautykey/shared/img/icon_menu_open_01.svg") 0 0/cover no-repeat;

  transform: translate(-50%, 0);
}
.drawer-open #header-area {
  z-index: initial;
}
/*--------------------------------------------


SP Nav Setting


---------------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  top: 0;
  width: 16.25rem;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .95);
  color: #222;
  z-index: 2;
}

.drawer-brand {
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  line-height: 3.75rem;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}

.drawer-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}
.drawer-nav a {
  text-decoration: none;
}

.drawer-btn {
  position: absolute;
  top: 50%;
  left: 20px;

  transform: translate(0, -50%);
}

.drawer-nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 63px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.drawer-nav__inner {
  height: calc(100vh - 50px);
  padding: 0 20px 35px;

  overflow-y: auto;
}

.drawer-nav__item {
  border-bottom: 1px solid #ededed;
}

.drawer-nav__link {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 55px;
  padding: 5px 20px 5px 0;
}
.drawer-nav__link > * {
  color: #2d2d2d;
}
.drawer-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 17px;
  background: url("/beautykey/shared/img/icon_arrow_01.svg") 0 0/cover no-repeat;

  transform: translate(0, -50%);
}

/*--------------------------------------------


Footer Setting


---------------------------------------------*/
#footer-area a {
  text-decoration: none;
}

.topic-path__item {
  display: inline;
  position: relative;
  font-size: .875rem;
}
.topic-path__item:not(:first-child) {
  padding-left: 32px;
}
.topic-path__item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  width: 6px;
  height: 10px;
  background: url("/beautykey/shared/img/icon_arrow_01.svg") 0 0/cover no-repeat;

  transform: translate(-50%, 50%);
}

.footer-connection__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0;
}
.footer-connection .footer-sns-list__item:not(:first-child) {
  margin-left: 10px;
}

.footer-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 243px;
}
.footer-share__detail:not(:first-child) {
  margin-left: 20px;
}

.footer-inner {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  background: #efefef;
}
.footer-inner__body {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 0;
}
.footer-inner__body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #c81622;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav__list.-sub .footer-nav__item {
  font-size: .813rem;
}
.footer-nav__item {
  font-size: .938rem;
}

.footer-sns-list {
  display: flex;
}

.footer-info {
  margin-top: 25px;
  font-size: .75rem;
}
.footer-info__title {
  display: flex;
  justify-content: space-between;
}
.footer-info__detail:not(:first-child) {
  margin-top: 11px;
}

.footer-copy {
  padding: 7px;
  background: #2d2d2d;
  text-align: center;
  font-size: .625rem;
  color: #fff;
}

#header-area,
#footer-area,
.drawer-nav {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  font-size-adjust: none;
  color: #2d2d2d;

  -webkit-text-size-adjust: 100%;
}
#body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
#header-area *,
#footer-area *,
.drawer-nav * {
  box-sizing: border-box;
}
#header-area button,
#footer-area button,
.drawer-nav button {
  margin: 0;
  padding: 0;
  appearance: none;
  background: transparent;
  border: none;
}

/*-------------------------------------------
btn
-------------------------------------------*/
.btn-list01 {
  display: flex;
}
.btn-list01:not(:first-child) {
  margin-top: 40px;
}
.btn-list01.-narrow01:not(:first-child) {
  margin-top: 10px;
}
.btn-list01.-narrow02:not(:first-child) {
  margin-top: 20px;
}
.btn-list01:not(.-row01) {
  justify-content: center;
}
.btn-list01:not(.-row01) .btn-list01__item {
  min-width: 0;
}
.btn-list01:not(.-row01) .btn-list01__item:not(:first-child) {
  margin-left: 20px;
}
.btn-list01.-row01 {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.btn-list01.-row01 .btn-list01__item:not(:first-child) {
  margin-top: 20px;
}

.btn-type01 {
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 350px;
  max-width: 100%;
  padding: 5px;
  transition: background-color .3s ease-out;
  background: #2d2d2d;
  border: 1px solid #2d2d2d;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.btn-type01 .btn-type01__inner {
  display: flex;
  align-items: center;
  min-height: 46px;
  line-height: 1.1;
  color: #fff;
}
.btn-type01.-white01 {
  background: #fff;
  border-color: #2d2d2d;
}
.btn-type01.-white01 .btn-type01__inner {
  color: #2d2d2d;
}
.btn-type01[aria-disabled=true] {
  pointer-events: none;
}
.btn-type01[aria-disabled=true]:not(.-white01) {
  background: #707070;
  border-color: #707070;
}
.btn-type01[aria-disabled=true].-white01 {
  background: #aeaeae;
  border-color: #aeaeae;
}
.btn-type01[aria-disabled=true].-white01 .btn-type01__inner {
  color: #fff;
}
.btn-type01[target=_blank] {
  padding-right: 65px;
  padding-left: 65px;
}
.btn-type01[target=_blank] .btn-type01__blank {
  position: absolute;
  top: calc(50% - 3px);
  right: 17px;

  transform: translate(0, -50%);
}
.btn-type01.-wide01 {
  width: 450px;
}
.btn-type01.-narrow01 {
  width: 200px;
}
.btn-type01.-small01 {
  width: auto;
  min-width: 150px;
}
.btn-type01.-small01 .btn-type01__inner {
  min-height: 36px;
}

/*-------------------------------------------
glyph
-------------------------------------------*/
.glyph-type01__inner {
  position: relative;
  padding-left: 1.15em;
}
.glyph-type01__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: .2em;
  left: 0;
  width: 1em;
  height: 1em;
  background: transparent 0 0/cover no-repeat;
}
.glyph-type01.-share01 .glyph-type01__inner::before {
  width: .8em;
  height: 1em;
  background-image: url("/beautykey/shared/img/icon_share_01.svg");
}

/*-------------------------------------------
icon
-------------------------------------------*/
.icon-blank01 {
  display: inline;
}
.icon-blank01__img {
  width: 1em;
  height: 1em;
  margin: -.3em 0 0 5px;
  vertical-align: middle;
}

.list-line01 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
  text-align: left;
}
.list-line01__item {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  font-size: .75rem;
}
.list-line01__item:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}
.list-line01__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1em;
  background: #2d2d2d;

  transform: translate(0, -50%);
}

/*-------------------------------------------
Device Content
-------------------------------------------*/
body:not(.-login) ._login-content-after {
  display: none !important;
}

body.-login ._login-content-before {
  display: none !important;
}

#footer-area {
  margin-top: 120px;
}
#footer-area a {
  color: #2d2d2d;
}


._sp-content,
._android-only,
._ios-only {
  display: none !important;
}

a:link,
a:visited {
  color: #2d2d2d;
}

/* ヘッダー */
.header2019 {
  padding-bottom: 20px;
  background: white;
  background: linear-gradient(180deg, white 0%, white 87%, #f3f3f3 88%, white 100%);
  border-bottom: 0;
}

#header {
  padding-bottom: 20px;
  background: white;
  background: linear-gradient(180deg, white 0%, white 87%, #f3f3f3 88%, white 100%);
  border-bottom: 0;
}

/*  body
---------------------------------------------------------- */
div#body {
  position: relative;
  width: 960px;
  min-height: 400px;
  margin: 0 auto;
  padding: 15px 15px 40px 15px;
  text-align: left;
}

/* contents
---------------------------------------------------------- */
#contents {
  background: #f3f3f3;
  background: linear-gradient(180deg, #f3f3f3 0%, white 15%, white 100%);
}

/* 見出し */
body.bbp-fsbody div#body h1 {
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-size: 2.25rem;
  color: #2d2d2d;
}
body.bbp-fsbody div#body h2 {
  font-size: 1.75rem;
}

div#body h1 {
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-size: 2.25rem;
  color: #2d2d2d;
}
div#body h2 {
  font-size: 1.75rem;
}

#naviRenewal {
  background: #f3f3f3 !important;
}

/* ================================================== *
 *
 *    block
 *
 * ================================================== */
/* ================================================== *
 *
 *    title
 *
 * ================================================== */
div#body h2.bpp-title01 {
  background-color: #848484;
}

.productHeading p.logo {
  border-right: 1px solid #aeaeae;
}

/* ------------------------------------------------- *
 *        title
 * ------------------------------------------------- */
h1 {
  font-size: 2.25rem;
}
h1.title01 {
  font-size: 2.25rem;
}
h1.error span {
  background-image: url(/beautykey/shared/img/icon_caution_red_large.gif);
}

h2 {
  font-size: 1.75rem;
}
h2.title02 {
  font-size: 1.75rem;
}

/*  角丸
---------------------------------------------------------- */
div.roundPinkBorder,
div.roundPinkBorder.hasBg {
  display: block;
  position: relative;
  margin: 20px 0 0 0;
  padding: 15px;
  border: 1px solid #aeaeae;
  border-radius: 3px;
}
div.roundPinkBorder .roundTitle,
div.roundPinkBorder.hasBg .roundTitle {
  top: -15px;
  background: #aeaeae;
}
div.roundPinkBorder > span[class^=roundT],
div.roundPinkBorder.hasBg > span[class^=roundT] {
  display: none;
}
div.roundPinkBorder > span[class^=roundB],
div.roundPinkBorder.hasBg > span[class^=roundB] {
  display: none;
}
div.roundPinkBorder.hasBg {
  background-color: #aeaeae;
  border: none;
}

/* .pinkBlockCenter
---------------------------------------------------------- */
.pinkBlockCenter {
  width: 740px;
  margin: 0 auto;
}
.pinkBlockCenter dl.shop {
  width: 360px;

  float: left;
}
.pinkBlockCenter dl.shop dt span {
  padding: 0;
  background: none;
}
.pinkBlockCenter dl.home {
  width: 360px;

  float: right;
}
.pinkBlockCenter dl.home dt span {
  padding: 0;
  background: none;
}
.pinkBlockCenter dl dt {
  padding: 10px;
  background: #848484;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.pinkBlockCenter dl dt span {
  display: inline-block;
  min-height: 27px;
  background-repeat: no-repeat;
}
.pinkBlockCenter dl dd {
  padding: 20px;
  background: #ededed;
  text-align: center;
}

ul.textMetaInfo li.pink {
  background-color: #aeaeae;
  border: none;
  color: #fff;
}

/* .shopBrandExchange
---------------------------------------------------------- */
.limitPointTable thead tr th {
  border-radius: 4px 0 0 0;
}
.limitPointTable thead tr td {
  border-radius: 0 4px 0 0;
}
.limitPointTable thead:last-child th {
  border-radius: 4px 0 0 4px;
}
.limitPointTable thead:last-child td {
  border-radius: 0 4px 4px 0;
}
.limitPointTable thead + tbody tr:last-child th {
  border-radius: 0 0 0 4px;
}
.limitPointTable thead + tbody tr:last-child td {
  border-radius: 0 0 4px 0;
}
.limitPointTable thead th {
  background: #848484;
  color: #fff;
}
.limitPointTable thead td {
  background: #848484;
  border-top: none;
  color: #fff;
}

/* ------------------------------------------------- *
*        howReceive
 * ------------------------------------------------- */
dl.howReceive.shop {
  width: 360px;

  float: left;
}
dl.howReceive.shop span {
  background-image: none;
}
dl.howReceive.home {
  width: 360px;

  float: right;
}
dl.howReceive.home span {
  background-image: none;
}
dl.howReceive dt {
  padding: 10px;
  background: #848484;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
dl.howReceive dt span {
  display: inline-block;
  min-height: 27px;
  background-repeat: no-repeat;
}
dl.howReceive dd {
  padding: 20px;
  background: #ededed;
  text-align: center;
}

/* ボタン
---------------------------------------------------------- */
p.buttonHome {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 3px;
}
p.buttonHome button {
  padding-right: 3px;
  padding-left: 3px;
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 3px;
}
p.buttonHome button span {
  margin-left: 0;
  padding: 0 0 0 0;
  background: none;
}
p.buttonHome:hover button, p.buttonShop:hover button {
  background-image: none;
}
p.buttonShop {
  background-image: none;
  border-radius: 3px;
}
p.buttonShop button {
  padding-right: 3px;
  padding-left: 3px;
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 3px;
}
p.buttonShop button span {
  margin-left: 0;
  padding: 0 0 0 0;
  background: none;
}
p.buttonShop:hover {
  background-color: #2d2d2d;
  background-image: none;
}
p.buttonGray {
  background-color: #2d2d2d;
  background-image: none;
}
p.buttonGray button {
  background-image: none;
}
p.buttonGray button span {
  padding: 0 3px 0 3px;
  background-image: none;
}
p.buttonGray:hover {
  background-color: #2d2d2d;
  background-image: none;
}
p.buttonGray:hover button {
  background-image: none;
}
p.buttonGray:hover button span {
  padding: 0 3px 0 3px;
  background-image: none;
}
p.buttonRed {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 3px;
}
p.buttonRed button {
  background-image: none;
}
p.buttonRed button span {
  padding-left: 3px;
  background-image: none;
}
p.buttonRed:hover {
  background-color: #2d2d2d;
  background-image: none;
}
p.buttonRed:hover button {
  background-image: none;
}
p.buttonRed:hover button span {
  background-image: none;
}
p.buttonGrayLDown {
  background-color: #2d2d2d;
  background-image: none;
}
p.buttonGrayLDown button {
  background-image: none;
}
p.buttonGrayLDown:hover {
  background-color: #2d2d2d;
  background-image: none;
}
p.buttonBrown {
  background-color: #2d2d2d;
  background-image: none;
}
p.buttonBrown button {
  background-image: none;
}
p.buttonBrown button span {
  padding-left: 3px;
  background-image: none;
}
p.buttonBrown:hover {
  background-color: #2d2d2d;
  background-image: none;
}

div.buttonCenter p.buttonGray {
  background-image: none;
  border-radius: 3px;
}
div.buttonCenter p.buttonGray button {
  background-color: #2d2d2d;
  background-image: none;
}
div.buttonCenter p.buttonGray button:disabled {
  background-color: #aeaeae;
}
div.buttonCenter p.buttonGray button:hover {
  background-color: #2d2d2d;
  background-image: none;
}
div.buttonCenter p.buttonGray:hover {
  background-color: #2d2d2d;
  background-image: none;
}
div.buttonCenter p.buttonRed {
  background-image: none !important;
  border-radius: 3px;
}
div.buttonCenter p.buttonRed button {
  background-color: #2d2d2d;
  background-image: none !important;
}
div.buttonCenter p.buttonRed button span {
  background-image: none;
}
div.buttonCenter p.buttonRed button:disabled {
  background-color: #aeaeae;
}
div.buttonCenter p.buttonRed button:hover {
  background-color: #2d2d2d;
  background-image: none;
}
div.buttonCenter p.buttonRed:hover {
  background-color: #2d2d2d;
  background-image: none;
}

.productsTile div.mainInformation p .buttonDisable {
  background-color: #aeaeae;
  background-image: none;
}
.productsTile.border {
  border-top: 1px solid #aeaeae;
}

body.bbp-fsbody p.buttonBrown.bbp-btnLarge,
body.bbp-fsbody p.buttonBrown.bbp-btnLarge:hover {
  background: #2d2d2d;
  background-image: none;
}
body.bbp-fsbody p.buttonBack span {
  padding: 0 5px;
}

#contents .pointPrice02 .btn01.search.shopSearch button,
#contents .pointPrice02 .btn01.search.shopSearch.ownedDelivery button {
  position: relative;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #2d2d2d;
  background-image: none;
  border: none;
  border-radius: 3px;
  font-size: 90%;
  color: #fff;
}
#contents .pointPrice02 .btn01.search.shopSearch button::after,
#contents .pointPrice02 .btn01.search.shopSearch.ownedDelivery button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  background: url(/sp/shared/img/ico87.png) 0 0 no-repeat;
  background-size: 10px 16px;

  -webkit-background-size: 10px 16px;
}
#contents .cornerStyle01 {
  padding: 0;
  border: none;
}
#contents .cornerStyle01.btn09.pc a {
  position: relative;
  padding-right: 3px;
  padding-left: 10px;
  background-color: #2d2d2d;
  background-image: none;
  border: none;
  border-radius: 3px;
  font-size: 90%;
  color: #fff;
}
#contents .cornerStyle01.btn09.pc a::before {
  display: none;
}
#contents .cornerStyle01.btn09.pc a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  background: url(/sp/shared/img/ico87.png) 0 0 no-repeat;
  background-size: 10px 16px;

  -webkit-background-size: 10px 16px;
}

.lead.clearfix p.buttonRed button {
  position: relative;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #2d2d2d;
  background-image: none;
  border: none;
  border-radius: 3px;
  font-size: 90%;
  color: #fff;
}
.lead.clearfix p.buttonRed button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 16px;
  margin-top: -8px;
  background: none;
}
.lead.clearfix p.buttonRed:hover {
  background-image: none;
}
.lead.clearfix p.buttonRed:hover button {
  background-image: none;
}

.roundGray p.buttonRed {
  background-color: #2d2d2d;
  background-image: none;
}
.roundGray p.buttonRed:hover {
  background-color: #2d2d2d;
  background-image: none;
}
.roundGray p.buttonRed:hover button {
  background-image: none;
}
.roundGray p.buttonRed button {
  background-image: none;
}
.roundGray p.buttonDisable {
  background-color: #aeaeae;
  background-image: none;
}
.roundGray p.buttonDisable:hover {
  background-image: none;
}
.roundGray p.buttonDisable:hover button {
  background-image: none;
}
.roundGray p.buttonDisable button {
  background-image: none;
}
.roundGray p.buttonDisable button span {
  padding: 0 7px 0 3px;
}
.roundGray p.buttonBack {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 3px;
}
.roundGray p.buttonBack button {
  padding-right: 3px;
  padding-left: 3px;
  background-image: none;
}
.roundGray p.buttonBack button span {
  padding-left: 3px;
  background-image: none;
}
.roundGray p.buttonBack button:disabled {
  background-color: #aeaeae;
}

div.roundDeepPinkTitle {
  background: #2d2d2d;
}

/* ------------------------------------------------- *
 *        product01
 * ------------------------------------------------- */
.product01 {
  margin: 10px;
  background: #fff;
  border: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-radius: 3px;
}

/* ------------------------------------------------- *
 *        .pointContents
 * ------------------------------------------------- */
.pointContents ul li:nth-child(even) {
  background: #ededed;
}
.pointContents ul li.first {
  background: #2d2d2d;
  border: none;
  color: #fff;
}

/* ------------------------------------------------- *
 *        pointbnrArea01
 * ------------------------------------------------- */
.pointbnrArea01 {
  border: none;
}

/* ================================================== *
 *
 *    for T_point
 *
 * ================================================== */
#contents div.searchRefine {
  background: #ededed;
  border: none;
}
#contents .pointShoplist p {
  background-color: #848484;
  color: #fff;
}
#contents .pointShoplist p span {
  padding: 9px 7px 8px 7px;
  color: #fff;
}
#contents .pointShoplist .pointxchangeAccordion dt {
  background: transparent;
}
#contents .pointShoplist .pointxchangeAccordion dt:after {
  width: 10px;
  height: 16px;
  background-image: url(/sp/shared/img/ico10_left_gray.png);
  background-size: 10px 16px;
}
#contents .pointShoplist .pointxchangeAccordion dt .wrap {
  background: transparent;
}

p.xButtonShipping,
p.xButtonShop01,
p.xButtonOrdered,
p.xButtonReceive,
p.xButtonSoon,
p.xButtonPreparation {
  background: none !important;
}
p.xButtonShipping span.inner,
p.xButtonShop01 span.inner,
p.xButtonOrdered span.inner,
p.xButtonReceive span.inner,
p.xButtonSoon span.inner,
p.xButtonPreparation span.inner {
  background-color: #2d2d2d;
}
p.xButtonPreparation span.inner span {
  background-image: url(/beautykey/shared/mypage/img/btn_preparation_01.gif);
  background-size: 15px 15px;
}
p.xButtonOrdered span.inner span {
  background-image: url(/beautykey/shared/mypage/img/btn_ordered_01.gif);
  background-size: 17px 17px;
}

/* .changeItemBlock
---------------------------------------------------------- */
.changeItemBlock {
  border-top: 1px solid #aeaeae;
}
.changeItemBlock table.date th {
  background-color: #848484;
  color: #fff;
}
.changeItemBlock table.date td {
  background-color: #848484;
  color: #fff;
}

/*  リンク/ナビゲーション
---------------------------------------------------------- */
ul.pager li.current em {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 4px;
}

.pagerHasResult.pointxchange ul.pager li em,
.pagerHasResult.pointxchange ul.bbp-pager li em {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 4px;
}
.pagerHasResult.pointxchange ul.pager li a:hover,
.pagerHasResult.pointxchange ul.bbp-pager li a:hover {
  background-color: #efefef;
}
.pagerHasResult ul.pager li em,
.pagerHasResult ul.bbp-pager li em {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 4px;
}

/*  miniCart
---------------------------------------------------------- */
div#miniCart {
  position: relative;
  width: 965px;
  background: none;
  text-align: left;
  z-index: 50;
}
div#miniCart div.miniCartTotal {
  background-color: #2d2d2d;
  border-radius: 3px 3px 0 0;
  color: #fff;
}
div#miniCart div.miniCartTotal p.total span.separator {
  color: #fff;
}
div#miniCart div.miniCartTotal p.button {
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
}
div#miniCart div.miniCartTotal p.button:hover {
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
}
div#miniCart div.miniCartTotal p.button:hover button {
  background: none;
  color: #2d2d2d;
}
div#miniCart div.miniCartTotal p.button button {
  background: none;
  color: #2d2d2d;
}
div#miniCart div.miniCartContents div.carousel {
  background-color: #ededed;
}
div#miniCart div.miniCartContents div.carousel div.jcarousel-next {
  display: inline-block;
  top: 35px;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  background-image: none;
  border-top: 3px solid #000;
  border-right: 3px solid #000;

  transform: rotate(45deg);
}
div#miniCart div.miniCartContents div.carousel div.jcarousel-next:hover {
  background-image: none;
}
div#miniCart div.miniCartContents div.carousel div.jcarousel-prev {
  display: inline-block;
  top: 35px;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  background-image: none;
  border-top: 3px solid #000;
  border-right: 3px solid #000;

  transform: rotate(225deg);
}
div#miniCart div.miniCartContents div.carousel div.jcarousel-prev:hover {
  background-image: none;
}

/****20131106******/
/*  表
---------------------------------------------------------- */
table.default {
  border: 1px solid #aeaeae !important;
  border-radius: 4px;

  border-collapse: initial;
}
table.default thead th {
  background-color: #efefef !important;
}
table.default thead td {
  background-color: #efefef !important;
}
table.default tbody {
  border: none !important;
}
table.default tfoot th {
  background-color: #efefef !important;
}
table.default tfoot td {
  background-color: #efefef !important;
}
table.stripeA {
  border: 1px solid #aeaeae;
}
table.stripeB {
  border: 1px solid #aeaeae;
}
table.border {
  border: 1px solid #aeaeae !important;
  border-radius: 4px;

  border-collapse: initial;
}
table.border thead tr:first-child td {
  background-color: #efefef !important;
}
table.border tbody th {
  border-top: 1px solid #aeaeae;
}
table.border .widthFix th,
table.border .widthFix td {
  border-top: none;
}
table.default.stripeB {
  border: none !important;
}
table.default .noBg table {
  border: none !important;
}
table tr td .borderTopA {
  border-top: 1px solid #aeaeae;
}
table thead tr th,
table thead tr td {
  background-color: #2d2d2d !important;
}
table.stripeA tr.bg,
table.stripeA td.bg,
table.stripeB tr.bg,
table.stripeB td.bg {
  background-color: #fff !important;
}
table.stripeA th,
table.stripeA td,
table.stripeB th,
table.stripeB td {
  border-top: none !important;
}
table.stripeA th,
table.stripeA td {
  border-top: 1px solid #aeaeae !important;
}

.table .roundTl,
.table .roundTr,
.table .roundBl,
.table .roundBr {
  display: none;
}

.table .xTableC th,
.table .xTableC td {
  padding: 10px 10px 7px 10px;
  text-align: right;
  font-weight: bold;
}
.table .xTableC thead th {
  background: #848484 !important;
  color: #fff !important;
}
.table .xTableC thead th:first-child {
  border-radius: 4px 0 0 0;
}
.table .xTableC thead td {
  background: #2d2d2d !important;
  color: #fff !important;
}
.table .xTableC thead td:last-child {
  border-radius: 0 4px 0 0;
}
.table .xTableC tbody tr th {
  background: #848484 !important;
  border-top: 1px solid #fff;
  color: #fff !important;
}
.table .xTableC tbody tr td {
  background: #efefef !important;
  border-top: 1px solid #fff;
}
.table .xTableC tbody tr td:last-child {
  background: #848484 !important;
  color: #fff !important;
}
.table .xTableC tbody tr:last-child th:first-child {
  background: #2d2d2d !important;
  border-radius: 0 0 0 4px;
  color: #fff !important;
}
.table .xTableC tbody tr:last-child td:last-child {
  background: #848484 !important;
  border-radius: 0 0 4px 0;
  color: #fff !important;
}

/* .totalPoint
---------------------------------------------------------- */
.totalPoint .thisPoint th {
  background-color: #848484 !important;
  color: #fff !important;
}
.totalPoint .thisPoint td {
  background-color: #848484 !important;
  color: #fff !important;
}

table.red thead th,
table.red tbody th,
table.gray thead th,
table.gray tbody th {
  background-color: #efefef !important;
  color: #2d2d2d !important;
}
table.red thead td,
table.red tbody td,
table.gray thead td,
table.gray tbody td {
  background-color: #efefef !important;
  border-left: 1px solid #fff !important;
}
table.border tbody td {
  border-top: 1px solid #aeaeae;
}
table.red thead tr.only-child th {
  background-color: #848484 !important;
  background-image: none;
  border-radius: 4px 0 0 4px;
  color: #fff !important;
}
table.red thead tr.only-child th div {
  background-color: none;
  background-image: none;
}
table.red thead tr.only-child td.normal {
  background-color: #848484 !important;
  background-image: none;
  color: #fff !important;
}
table.red thead tr.only-child td.normal div {
  background-color: none;
  background-image: none;
}
table.red thead tr.only-child td.cellRight {
  background-color: #848484 !important;
  background-image: none;
  border-radius: 0 4px 4px 0;
  color: #fff !important;
}
table.red thead tr.only-child td.cellRight div {
  background-color: none;
  background-image: none;
}
table.red thead tr.first-child th {
  background-color: #848484 !important;
  background-image: none;
  border-radius: 4px 0 0 0;
  color: #fff !important;
}
table.red thead tr.first-child td {
  background-color: #848484 !important;
  background-image: none;
  border-radius: 0 4px 4px 0;
  color: #fff !important;
}
table.red colgroup + tbody:last-child tr th {
  color: #fff;
}
table.red tbody tr.only-child th {
  background-color: #848484 !important;
  background-image: none;
  border-radius: 4px 0 0 4px;
  color: #fff !important;
}
table.red tbody tr.only-child th div {
  background-color: none;
  background-image: none;
}
table.red tbody tr.only-child td.normal {
  background-color: #848484 !important;
  background-image: none;
  border-radius: none;
  color: #fff !important;
}
table.red tbody tr.only-child td.normal div {
  background-color: none;
  background-image: none;
}
table.red tbody tr.only-child td.cellRight {
  background-color: #848484 !important;
  background-image: none;
  border-radius: 0 4px 4px 0;
  color: #fff !important;
}
table.red tbody tr.only-child td.cellRight div {
  background-color: none;
  background-image: none;
}
table.red tbody.gray tr.only-child th {
  background-color: #efefef !important;
  border-radius: 0 0 0 4px;
  color: #2d2d2d !important;
}
table.red tbody.gray tr.only-child td {
  background-color: #efefef !important;
  border-radius: 0 0 4px 0;
  color: inherit;
  color: #2d2d2d !important;
}
table.gray thead tr th,
table.gray thead tr td {
  background: #848484 !important;
  color: #fff !important;
}
table.gray thead tr th {
  border-radius: 4px 0 0 0;
}
table.gray thead tr td {
  border-left: 1px solid #fff;
  border-radius: 0 4px 0 0;
}
table.gray tbody.only-child tr th,
table.gray tbody.only-child tr td {
  background: #ecebeb !important;
  border-top: 1px solid #fff;
  border-radius: 0 0 0 4px;
  color: #333 !important;
}
table.gray tbody.only-child tr td {
  border-left: 1px solid #fff;
  border-radius: 0 4px 4px 0;
}
table.gray tbody tr.last-child th {
  border-radius: 0 0 0 4px;
}
table.gray tbody tr.last-child td {
  border-radius: 0 0 4px 0;
}

.bbp-table table tr th,
.bbp-table table tr td {
  border-top: none;
}

/* ================================================== *
 *
 *    Banner
 *
 * ================================================== */
.bbp-listBanner .items a {
  color: #2d2d2d;
}

/* ================================================== *
 *
 *    listContent01
 *
 * ================================================== */
.bbp-listContent01 .mark01 {
  background-color: #848484;
}

/* ------------------------------------------------- *
 *        pointProduct
 * ------------------------------------------------- */
.point .table {
  width: 480px;
}

.roundPinkBorder .point .table table.limitPointTable {
  width: inherit;
}

/* bbp-fsbody
---------------------------------------------------------- */
body.bbp-fsbody .bbp-desc,
.bbp-fsbody .bbp-desc {
  border-top: 1px solid #aeaeae;
}
body.bbp-fsbody .txtRed,
.bbp-fsbody .txtRed {
  color: #2d2d2d;
}
body.bbp-fsbody .bbp-points p.buttonRed.bbp-btnLarge,
.bbp-fsbody .bbp-points p.buttonRed.bbp-btnLarge {
  background: #2d2d2d;
}
body.bbp-fsbody p.buttonRed.bbp-btnLarge,
.bbp-fsbody p.buttonRed.bbp-btnLarge {
  background: #2d2d2d;
}
body.bbp-fsbody p.buttonRed.bbp-btnLarge:hover,
.bbp-fsbody p.buttonRed.bbp-btnLarge:hover {
  background: #2d2d2d;
}
body.bbp-fsbody p.buttonGray.bbp-btnLarge button, body.bbp-fsbody p.buttonGray.bbp-btnLarge:hover button, body.bbp-fsbody p.buttonGray.bbp-btnLarge a {
  font-size: 100%;
}
body.bbp-fsbody .bbp-pointsButton button span, body.bbp-fsbody .buttonRed button span, body.bbp-fsbody .buttonDisable button span {
  font-size: 100%;
}

body.bbp-fsbody div.table table.default thead tr td, body.bbp-fsbody div.table table.default thead tr th, body.bbp-fsbody div.table table.default tr td label {
  font-size: 110%;
}


/* bbp-fsbody
---------------------------------------------------------- */
.bbp-pointMark span {
  background-color: #848484;
}

.important {
  color: #2d2d2d;
}

/* boxStep
---------------------------------------------------------- */
.boxStep {
  border: 1px solid #aeaeae;
  /*
  &.arrowNext {
    &::after {
      background-image: url(/beautykey/shared/member/point/bbp/img/arrow_pink_next.gif);
    }
  }
  */
}
.boxStep h3 span {
  background-color: #aeaeae;
  border-right: 1px solid #aeaeae;
  color: #2d2d2d;
}
.boxStep .boxStepContent {
  border-top: 1px solid #aeaeae;
}

/* ショッピングカート
---------------------------------------------------------- */
/* must
---------------------------------------------------------- */
span.must {
  color: #2d2d2d;
}

/* ------------------------------------------------- *
 *        strong
 * ------------------------------------------------- */
.strong04 {
  color: #c81622;
}

/*  Common Elements (tag)
---------------------------------------------------------- */
.textDeepRed {
  color: #2d2d2d;
}

/*  textInfo
---------------------------------------------------------- */
ul.textInfo li.depart,
ul.textInfo li.textInfo,
ul.textInfo li.specialist,
ul.textInfo li.gms,
ul.textInfo li.ds,
ul.textInfo li.other,
ul.textInfo li.point,
ul.textInfo li.ticket {
  background-color: #848484;
  color: #fff;
}

/*トップの検索エリア*/
.searchHead {
  background-color: #2d2d2d;
}

.topSearchKeywordText {
  border: 1px solid #2d2d2d;
}

.slick-slider .slick-dots li button {
  background-color: #aeaeae;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #2d2d2d;
}

/*ローカルナビ*/
.topNavArea {
  background-color: #848484;
}
.topNavArea .topNavList {
  background-color: #848484;
}

#navi .flowNavi dl {
  border: none;
}
#navi .flowNavi dl dt {
  background-color: #aeaeae;
  color: #2d2d2d;
}
#navi .flowNavi dl dd.active {
  background-color: #848484;
  border-left: #fff;
  color: #2d2d2d;
}
#navi .searchOption li a {
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
}
#navi .searchOption li a:hover {
  background-color: #848484;
}
#navi .searchOption li.select a {
	background: #aeaeae;
}
#navi .searchOption li.on a,
#navi .searchOption li a:hover {
	color: #ffffff;
	background: #2d2d2d;
}
#navi .searchDetailFooter {
  background: #aeaeae;
}
#navi .searchDetailFooter p strong {
  color: #2d2d2d;
}
#navi .naviButton.brown {
  background-color: #2d2d2d;
}
#navi .listInfo .position strong {
  color: #2d2d2d;
}
#navi .listInfo ul.pager li em {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 4px;
}
#navi .naviShopListBox {
  border: 1px solid #aeaeae;
}
#navi .naviShopListBox .iconCampaign {
  background-color: #848484;
  color: #fff;
}
#navi .naviShopListBox .title .buttonFavorite {
  background: none;
}
#navi .naviShopListBox .title .buttonFavorite:hover {
  background: none;
}
#navi .naviShopListBox .title .buttonFavorite:hover button {
  background: none;
  background-color: #2d2d2d;
  border-radius: 4px;
  color: #fff;
}
#navi .naviShopListBox .title .buttonFavorite:hover button span {
  padding: 1px 12px 0 12px;
  color: #fff;
}
#navi .naviShopListBox .title .buttonFavorite button {
  background: none;
  background-color: #2d2d2d;
  border-radius: 4px;
  color: #fff;
}
#navi .naviShopListBox .title .buttonFavorite button span {
  padding: 1px 12px 0 12px;
  color: #fff;
}
#navi .naviShopListBox .detail table th {
  background-color: #aeaeae;
}
#navi .naviButton.red {
  background-color: #2d2d2d;
}
#navi .naviButton.red:hover {
  background-color: #2d2d2d;
}
#navi ul.textInfo li.staff,
#navi ul.textInfo li.omise,
#navi ul.textInfo li.ticket,
#navi ul.textInfo li.pbs,
#navi ul.textInfo li.bc,
#navi ul.textInfo li.tmc,
#navi ul.textInfo li.counseling,
#navi ul.textInfo li.point {
  background-color: #848484;
  color: #fff;
}
#navi .icon .lesson,
#navi .icon .limited,
#navi .icon .aesthetic,
#navi .icon .kit {
  background-color: #848484;
  color: #fff;
}
#navi .pinkBox {
  border: 1px solid #aeaeae;
}
#navi .pinkBox h2 {
  background-color: #aeaeae;
  color: #2d2d2d;
}
#navi .pinkBox h3 {
  color: #2d2d2d;
}
#navi.reserve .pinkBox h3 {
  color: #2d2d2d;
}
#navi.reserve .table table.default.border {
  border: none;
}
#navi.reserve .table table.default.border > tbody > tr th,
#navi.reserve .table table.default.border > tbody > tr td {
  border-color: #2d2d2d;
}
#navi.reserve span.must {
  color: #2d2d2d;
}
#navi .reserveError h2 {
  color: #2d2d2d;
}
#navi #counselingMenu a {
  background-color: #aeaeae;
  color: #2d2d2d;
}
#navi .aestheticListBox.aesthetic .title {
  border: 1px solid #aeaeae !important;
}
#navi .aestheticListBox.aesthetic .list .menu {
  border: 1px solid #aeaeae !important;
}
#navi .searchDetail .searchOptionBox dl dt {
  color: #2d2d2d;
}
#navi .reserveSearch dl dt {
  color: #2d2d2d;
}
#navi .reserveSearch .pinkBoxFooter {
  background-color: #aeaeae;
}
#navi .selectCounseling {
  background-color: #aeaeae;
  border-color: #aeaeae;
}
#navi .selectCounseling h3 {
  color: #2d2d2d;
}
#navi .selectDateTime {
  border: 1px solid #aeaeae !important;
}
#navi .selectDateTime .title {
  background-color: #aeaeae;
  border-bottom: none;
}
#navi .selectDateTime > .date {
  border-right: 1px solid #aeaeae;
}
#navi .selectDateTime > .date div.calendar div.otherMonth table td a {
  background: #2d2d2d;
}
#navi .overviewHeader .anchor a {
  color: #2d2d2d;
}

#naviRenewal p.buttonRed span {
  background-image: none;
}

#naviRenewal #areaIcon ul.textInfo li.counseling,
#naviRenewal #areaIcon ul.textInfo li.bc,
#naviRenewal #areaIcon ul.textInfo li.tmc,
#naviRenewal #areaIcon ul.textInfo li.staff,
#naviRenewal #areaIcon ul.textInfo li.pbs,
#naviRenewal #areaIcon ul.textInfo li.tmc,
#naviRenewal #areaIcon ul.textInfo li.counseling,
#naviRenewal #areaIcon ul.textInfo li.omise {
  background-color: #848484;
  color: #fff;
}
#naviRenewal #areaDetail h2,
#naviRenewal #areaCounseling h2,
#naviRenewal #areaBrand h2,
#naviRenewal #areaCampaign h2,
#naviRenewal #areaTicket h2,
#naviRenewal #areaInformation h2 {
  background: #aeaeae !important;
  border-bottom: 4px solid #aeaeae !important;
  color: #2d2d2d !important;
}
#naviRenewal div.roundPinkBorder.hasBg {
  background-color: #ededed;
  border: none;
  color: #2d2d2d;
}
#naviRenewal div.roundPinkBorder.hasBg .viewAll {
  color: #2d2d2d;
}
#naviRenewal p.buttonDisable {
  background: none;
}
#naviRenewal p.buttonDisable button {
  background: none;
  background-color: #2d2d2d;
  border: 1px solid #aeaeae;
}
#naviRenewal p.buttonDisable button span {
  color: #fff;
}
#naviRenewal #areaCounseling .blockCounseling .lesson,
#naviRenewal #areaCounseling .blockCounseling .limited,
#naviRenewal #areaCounseling .blockCounseling .aesthetic,
#naviRenewal #areaCounseling .blockCounseling .kit {
  background-color: #848484;
  color: #fff;
}
#naviRenewal #areaCounseling .blockCounseling .blockButton {
  background: none;
}
#naviRenewal #areaCounseling .blockCounseling .blockButton > div {
  padding: 13px 0;
  background-color: #aeaeae;
}
#naviRenewal #areaCounseling .blockOthercounseling h4 {
  color: #2d2d2d;
}
#naviRenewal #areaDetail h3 {
  color: #2d2d2d !important;
}
#naviRenewal #areaDetail table th {
  background-color: #aeaeae;
}
#naviRenewal p.buttonClose,
#naviRenewal p.buttonSearch,
#naviRenewal p.buttonLargeOpenmap,
#naviRenewal p.buttonLargeSendmobile,
#naviRenewal p.buttonAnchor {
  background-color: #2d2d2d;
  background-image: none !important;
  border-radius: 3px;
}
#naviRenewal p.buttonClose button,
#naviRenewal p.buttonClose a,
#naviRenewal p.buttonSearch button,
#naviRenewal p.buttonSearch a,
#naviRenewal p.buttonLargeOpenmap button,
#naviRenewal p.buttonLargeOpenmap a,
#naviRenewal p.buttonLargeSendmobile button,
#naviRenewal p.buttonLargeSendmobile a,
#naviRenewal p.buttonAnchor button,
#naviRenewal p.buttonAnchor a {
  background-color: #2d2d2d;
  background-image: none !important;
  border-radius: 3px;
  color: #fff;
}
#naviRenewal #areaSearchshop h2 {
  color: #2d2d2d !important;
}
#naviRenewal #areaLink {
  border-top: 4px solid #2d2d2d !important;
}
#naviRenewal #aside #areaPickup h3::before {
  color: #2d2d2d !important;
}
#naviRenewal #aside #areaPickup em {
  color: #2d2d2d !important;
}
#naviRenewal #aside .block.point {
  border-top: 5px solid #2d2d2d !important;
}

#navi .searchDetail .searchOptionBox .reserveSelect_menu5 dl {
  width: 150px;
}
#navi .icon .treatment {
  display: inline-block;
  min-width: 10em;
  margin-bottom: 4px;
  padding: 4px;
  font-size: 83%;
  font-weight: bold;
  line-height: 105%;
  color: #fff;
  text-align: center;
  background: #848484;
}
#naviRenewal #areaCounseling .blockCounseling .treatment {
  display: inline-block;
  min-width: 10em;
  margin-bottom: 4px;
  padding: 4px;
  font-size: 83%;
  font-weight: bold;
  line-height: 105%;
  color: #ffffff;
  text-align: center;
  background: #848484;
}


/* 記事 */
.itemArea .itemBox .tag {
  border: 1px solid #2d2d2d !important;
  color: #2d2d2d !important;
}

/* ================================================== *
 *
 *    overwrite
 *
 * ================================================== */
.bbp-window h1 {
  background-color: #848484;
}

.ui-dialog-titlebar-close.ui-corner-all {
  background-color: #848484;
  color: #fff;
}

/* ========================================================
 articleArea
======================================================== */
.articleArea .icon {
  border: 1px solid #2d2d2d !important;
  color: #2d2d2d !important;
}

/*  タブ
---------------------------------------------------------- */
ul.tab li.current a {
  color: #2d2d2d;
}

div.roundYellow.cautionYellow.bbp-cautionRed p {
  background-image: url(/beautykey/shared/img/icon_caution_red_v2.gif);
}

/* パーツデザイン ====================================================== */
.parts_btn {
  background-color: #2d2d2d;
  border: 1px solid #2d2d2d;
  border-radius: 3px;
  color: #fff;
}

/*お店のスタッフエリア*/
.staffPanelLink {
  color: #2d2d2d;
}

/*  フォーム
---------------------------------------------------------- */
.jqtransformdone {
  color: #2d2d2d;
}

label.hasInput {
  color: #2d2d2d;
}

/* 汎用
---------------------------------------------------------- */
.pointColorPink {
  color: #2c2c2c;
}

/* print
---------------------------------------------------------- */
body.print #header-area {
  position: relative;
  z-index: 19;
}

body.print .header2019 {
  padding-bottom: 0;
}

body.print .header2019_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  min-height: 90px;
  padding: 20px 0;

  box-sizing: border-box;
}

body.print .header2019_top_logo {
  width: auto;
  height: auto;
  padding: 0;
}

body.print .header2019_top_logo img {
  height: auto;
}

body.print #wrapper #naviRenewal {
  padding-bottom: 0;
  border-top: none;
}

body.print #wrapper #naviRenewal #body {
  border-top: none;
}

body.print a.header2019_print_close {
  color: #2d2d2d;
}

#navi.counseling div#aside .menu {
  border-color: #aeaeae;
}
#navi.counseling div#aside .menu h2 {
  background-color: #aeaeae;
}
#navi.counseling div#aside .menu ul li a {
  background-image: url(/beautykey/shared/img/arrow_pink_v2.gif);
}

#navi .reserveSearch dl dd .calendar .popupCalendar {
  border-color: #2d2d2d;
}

#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth table {
  width: 180px;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth td,
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth th {
  padding: 0;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth th:first-child,
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth td:first-child,
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth td:first-child a {
  background-image: none;
  border-radius: 4px 0 0 4px;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth th:last-child,
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth td:last-child,
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth td:last-child a {
  background-image: none;
  border-radius: 0 4px 4px 0;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth th:only-child,
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth td:only-child,
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth td:only-child a {
  background-image: none;
  border-radius: 4px 4px 4px 4px;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth tr.done {
  background-color: #f2f2f2;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth tr.current {
  background-color: #f2f2f2;
  color: #999;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth tr.bg {
  background-color: #f2f2f2;
  color: #999;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth tbody td {
  font-weight: bold;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth tbody tr.current td,
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth tbody tr.bg td {
  font-weight: bold;
  color: #333 !important;
}
#navi .reserveSearch dl dd .calendar .popupCalendar .otherMonth tbody tr a {
  display: block;
  background: #2d2d2d;
  text-decoration: none;
  font-weight: bold !important;
  color: #fff !important;
}

p.buttonFavorite {
  margin-top: 1px;
  background-image: url(/beautykey/shared/img/btn_favorite2_off.gif);
}

p.buttonFavorite button {
  background-image: url(/beautykey/shared/img/btn_favorite2_off.gif);
}

/* hover */
p.buttonFavorite:hover {
  background-image: url(/beautykey/shared/img/btn_favorite2_on.gif);
}

p.buttonFavorite:hover button {
  background-image: url(/beautykey/shared/img/btn_favorite2_on.gif);
}

#naviRenewal p.buttonFavorite::after {
  background-image: url(/beautykey/shared/img/btn_favorite2_off.gif) !important;
}
#naviRenewal p.buttonFavorite:hover::after {
  background-image: url(/beautykey/shared/img/btn_favorite2_on.gif) !important;
}

ul.textInfo li.ticket {
  background-image: url(/beautykey/shared/img/icon_textinfo_ticket.gif);
}
ul.textInfo li.point {
  background-image: url(/beautykey/shared/img/icon_textinfo_point.gif);
}
ul.textInfo li.specialist {
  background-image: url(/beautykey/shared/img/icon_textinfo_specialist.gif);
}
ul.textInfo li.omise {
  background-image: url(/beautykey/shared/img/icon_textinfo_omise.png);
}
@media screen and (max-width: 599px) {
  #header-area {
    position: relative;
    z-index: 5;
  }
  #header-area .header-inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  #header-area .header-inner {
    min-height: 63px;
    padding: 10px;
  }
  #header-area .header-logo:not(:only-child) {
    left: calc(50% + 10px);
  }
  #header-area .header-nav .header-nav__item:not(.-mypage):not(.-login) {
    display: none;
  }
  #header-area .header-nav .header-nav__item.-login {
    position: absolute;
    top: 50%;
    right: 10px;

    transform: translate(0, -50%);
  }
  #header-area .header-nav .header_nav__link-inner {
    font-size: .625rem;
  }
  #header-area .header-menu__btn {
    font-size: .625rem;
  }
  .footer-connection__inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .footer-inner__body {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .footer-inner__body {
    padding-top: 27px;
    padding-bottom: 15px;
  }
  .footer-nav__list {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer-nav__list:not(:first-child) {
    margin-top: 25px;
  }
  .footer-nav__list.-sub {
    margin-right: -5px;
    margin-left: -5px;
  }
  .footer-nav__list.-sub .footer-nav__item {
    margin: 5px 5px 0;
  }
  .footer-nav__item {
    margin: 5px 15px 0;
  }
  #footer-area {
    margin-top: 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #header-area .header-inner {
    padding: 0 20px;
  }
  #header-area .header-inner {
    min-height: 80px;
    padding: 20px 15px;
  }
  #header-area .header-nav .header-nav__item.-support .header_nav__link {
    width: 96px;
  }
  #header-area .header-nav .header_nav__link-inner {
    font-size: .625rem;
  }
  #header-area .header-menu__btn {
    font-size: .625rem;
  }
  .footer-connection__inner {
    padding: 0 20px;
  }
  .footer-inner__body {
    padding: 0 20px;
  }
  .footer-inner__body {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .footer-nav__list {
    display: flex;
    justify-content: center;
  }
  .footer-nav__list:not(:first-child) {
    margin-top: 30px;
  }
  .footer-nav__list.-sub .footer-nav__item {
    margin: 5px 15px 0;
  }
  .footer-nav__item {
    margin: 5px 15px 0;
  }
}
@media screen and (min-width: 960px) {
  #header-area .header-inner {
    min-height: 90px;
    padding: 20px 0;
  }
  #header-area .header-logo .logo_tb-sp {
    display: none;
  }
  #header-area .header-logo .logo-pc {
    display: inline;
  }
  .footer-inner__body {
    padding-top: 39px;
    padding-bottom: 25px;
  }
  .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footer-nav__list:not(:first-child) {
    margin-top: 30px;
  }
  .footer-nav__list.-sub .footer-nav__item {
    margin: 5px 15px 0;
  }
  .footer-nav__item {
    margin: 5px 30px 0;
  }
  .footer-info {
    margin-top: 30px;
  }
  .btn-type01:not([aria-disabled=true]):hover:not(.-white01) {
    background: #616161;
    border-color: #616161;
  }
  .btn-type01:not([aria-disabled=true]):hover.-white01 {
    background: #f7f7f7;
    border-color: #7a7a7a;
  }
  .btn-type01:not([aria-disabled=true]):hover.-white01 .btn-type01__inner {
    color: #7a7a7a;
  }
  .list-line01 {
    justify-content: center;
  }
}
@media screen and (max-width: 369px) {
  #header-area .header-logo {
    width: 100px;
  }
}
@media screen and (min-width: 600px) {
  #header-area .header-nav .header-nav__item:not(:first-child) {
    margin-left: 15px;
  }
  #header-area .header-nav .header_nav__link:hover {
    opacity: .7;
  }
  #header-area .header-nav {
    width: auto;
    margin-left: auto;
  }
  #header-area .header-menu{
    width: auto;
  }
  .drawer-nav .drawer-nav__logo{
    max-width: 980px;
    margin: 0 auto;
    box-shadow: none;
    background: transparent;
  }
  .drawer-nav .drawer-nav__inner{
    max-width: 980px;
    margin: 0 auto;
  }
  .drawer-nav .btn-list01.-row01{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 90px;
  }
  .drawer-nav .btn-list01.-row01 .btn-list01__item:not(:first-child){
    margin-top: 0;
  }
  .drawer-nav .btn-list01.-row01 .btn-list01__item {
    margin-bottom: 20px;
  }
  #footer-area a:hover {
    text-decoration: underline;
  }
  .footer-sns-list {
    justify-content: space-between;
  }
}
@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;

    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    position: fixed;
    width: 12.5rem;
    height: 100%;

    -webkit-transform: none;
    transform: none;
  }

  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

/* Hamburger menu Setting
---------------------------------------------*/
.hMenu-open{
  overflow: hidden !important;
}
.hMenu-open .hMenu-nav {
  top: 0;
}
.hMenu-nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top .6s cubic-bezier(.19, 1, .22, 1);
  overflow: hidden;
  background-color: rgba(255, 255, 255, .95);
  color: #222;
  z-index: 99;
}
.hMenu-nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 63px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 0ms;
  transform: translate(0px, 0px) translateZ(0px);
}
.hMenu-btn {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.hMenu-nav__inner {
  height: calc(100vh - 60px);
  padding: 0 20px 120px;
  overflow-y: auto;
}
.hMenu-nav__item {
  border-bottom: 1px solid #ededed;
}
.hMenu-nav a {
  text-decoration: none;
}
.hMenu-nav__link > * {
  color: #2d2d2d;
}
.hMenu-nav__link {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 55px;
  padding: 5px 20px 5px 0;
}
.hMenu-nav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 17px;
  background: url(/beautykey/shared/img/icon_arrow_01.svg) 0 0 / cover no-repeat;
  transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  .hMenu-nav__logo {
    max-width: 980px;
    margin: 0 auto;
    box-shadow: none;
    background: transparent;
  }
  .hMenu-nav .hMenu-nav__inner {
    max-width: 980px;
    margin: 0 auto;
  }
  .hMenu-nav .btn-list01.-row01{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 90px;
  }
  .hMenu-nav .btn-list01.-row01 .btn-list01__item:not(:first-child) {
    margin-top: 0;
  }
  .hMenu-nav .btn-list01.-row01 .btn-list01__item {
    margin-bottom: 20px;
  }
}