@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);
}
/*--------------------------------------------


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%;
}

#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_important {
  background-image: url(/shared/assets/img/icon_btn_important.png);
  background-position: calc(100% - 9px) 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.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%);
}

#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;
}

/*-------------------------------------------
Device Content
-------------------------------------------*/
body:not(.-login) ._login-content-after {
  display: none !important;
}

body.-login ._login-content-before {
  display: none !important;
}

/* contents
---------------------------------------------------------- */
#contents {
  background: #f3f3f3;
  background: linear-gradient(180deg, #f3f3f3 0%, white 15%, white 100%);
}

.exp1_wrapper #contents {
  background: none;
}


/* 見出し */
div#body h1 {
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-size: 1.25rem;
  color: #2d2d2d;
}

div#body h2 {
  font-size: 1.2rem;
}

#naviRenewal {
  background: #f3f3f3 !important;
}

#catShopnavi div.group h1.inline {
  font-size: 2.25rem;
}

#catShopnavi div.group h1.inline+ul>li {
  padding-top: 2.0em !important;
}

.exp1_wrapper .exp1_ttl .group h1 {
  font-size: 2.25rem;
}

/* ================================================== *
 *
 *    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 .shohinDetailShohinPlMeiPanel {
  font-size: 1.25rem;
}

h2 {
  font-size: 1.75rem;
}

h2.title02 {
  font-size: 1.75rem;
}

div#body .roundPinkBorder.hasUserGuide h2 {
  font-size: 117%;
}

/*  角丸
---------------------------------------------------------- */
div.roundPinkBorder,
div.roundPinkBorder.hasBg {
  display: block;
  position: relative;
  margin: 20px 0 0 0;
  padding: 15px;
  border: 1px solid #ededed;
}

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: #fff;
  border: 1px solid #666666;
  color: #2d2d2d;
}

/* .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.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:hover {
  background-color: #2d2d2d;
  background-image: none;
}

p.buttonRed {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 3px;
}

p.buttonRed button {
  background-image: none;
}

p.buttonRed button span {
  background-image: none;
}

.roundGray .clearfix p.buttonRed.noIcon button span {
  font-size: 93%;
}

p.buttonRed:hover {
  background-color: #2d2d2d;
  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;
}

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 #ededed;
}

body.bbp-fsbody p.buttonBrown.bbp-btnLarge {
  background: #2d2d2d;
}

#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;
}

#contents .exp1_ttl .group {
  background-color: #fff;
}

.exp1_wrapper #contents .exp1_ttl .group {
  background-color: transparent;
}

.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;
}

.roundGray p.buttonBack button {
  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 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;
}

/* .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;
}

ul.pager {
  margin: 28px 0 0 0;
}

.pagerHasResult.pointxchange ul.pager li em,
.pagerHasResult.pointxchange ul.bbp-pager li em {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 4px;
}

.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 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 #ededed !important;
  border-collapse: initial;
}

table.default thead th {
  background-color: #efefef;
}

table.default thead td {
  background-color: #efefef;
}

table.default tbody {
  border: none !important;
}

table.default tfoot th {
  background-color: #efefef;
}

table.default tfoot td {
  background-color: #efefef;
}

table.stripeA {
  border: 1px solid #ededed;
}

table.stripeB {
  border: 1px solid #ededed;
}

table.border {
  border: 1px solid #ededed !important;
  border-collapse: initial;
}

table.border thead tr:first-child td {
  background-color: #efefef;
}

table.border tbody th {
  border-top: 1px solid #ededed;
}

table.border .widthFix th,
table.border .widthFix td {
  border-top: none;
}

table tr td .borderTopA {
  border-top: 1px solid #ededed;
}

table thead tr th,
table thead tr td {
  background-color: #2d2d2d;
}

table.stripeA tr.bg,
table.stripeA td.bg,
table.stripeB tr.bg,
table.stripeB td.bg {
  background-color: #fff;
}

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 #ededed !important;
}

.table .roundTl,
.table .roundTr,
.table .roundBl,
.table .roundBr {
  display: none;
}

/* .totalPoint
---------------------------------------------------------- */
.totalPoint .thisPoint th {
  background-color: #848484;
  color: #fff;
}

.totalPoint .thisPoint td {
  background-color: #848484;
  color: #fff;
}

table.red thead th,
table.red tbody th,
table.gray thead th,
table.gray tbody th {
  background-color: #efefef;
  color: #2d2d2d;
}

table.red thead td,
table.red tbody td,
table.gray thead td,
table.gray tbody td {
  background-color: #efefef;
  border-left: 1px solid #fff !important;
}

table.border tbody td {
  border-top: 1px solid #ededed;
}

table.red thead tr.only-child th {
  background-color: #848484 !important;
  background-image: none;
  border-radius: 4px 0 0 4px;
  color: #fff;
}

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;
  background-image: none;
  border-radius: 0 4px 4px 0;
  color: #fff;
}

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;
  background-image: none;
  border-radius: 4px 0 0 0;
  color: #fff;
}

table.red thead tr.first-child td {
  background-color: #848484;
  background-image: none;
  border-radius: 0 4px 4px 0;
  color: #fff;
}

table.red colgroup+tbody:last-child tr th {
  color: #fff;
}

table.red tbody tr.only-child th {
  background-color: #848484;
  background-image: none;
  border-radius: 4px 0 0 4px;
}

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;
  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;
  background-image: none;
  border-radius: 0 4px 4px 0;
  color: #fff;
}

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;
  border-radius: 0 0 0 4px;
}

table.red tbody.gray tr.only-child td {
  background-color: #efefef;
  border-radius: 0 0 4px 0;
  color: inherit;
}

table.gray thead tr th,
table.gray thead tr td {
  background: #848484;
  color: #fff;
}

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;
  border-top: 1px solid #fff;
  border-radius: 0 0 0 4px;
  color: #333;
}

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;
}

/* 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;
}

/* bbp-fsbody
---------------------------------------------------------- */
.bbp-pointMark span {
  background-color: #848484;
}

.important {
  color: #2d2d2d;
}

/* boxStep
---------------------------------------------------------- */
.boxStep {
  border: 1px solid #aeaeae;
}

.boxStep h3 {
  background-image: url(/beautykey/shared/member/point/bbp/img/arrow_pink_down.gif);
}

.boxStep h3.open {
  background-image: url(/beautykey/shared/member/point/bbp/img/arrow_pink_up.gif);
}

.boxStep h3 span {
  background-color: #aeaeae;
  border-right: 1px solid #aeaeae;
  color: #2d2d2d;
}

.boxStep .boxStepContent {
  border-top: 1px solid #aeaeae;
}

.boxStep.arrowNext:after {
  background-image: url(/beautykey/shared/member/point/bbp/img/arrow_pink_next.gif);
}

/* ショッピングカート
---------------------------------------------------------- */
/* 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 {
  background-color: #848484;
  color: #fff;
}

/*トップの検索エリア*/
.searchHead {
  background-color: #848484;
}

.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 .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 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 .naviButton.red.search,
#navi .naviButton.red.search:hover {
  background-color: #2d2d2d !important;
}

#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 .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 caption {
  color: #2d2d2d;
}

div#body div.calendar div.otherMonth table td,
div#body div.calendar div.otherMonth table th {
  padding: 0px;
}

div#body div.calendar div.otherMonth table th:first-child,
div#body div.calendar div.otherMonth table td:first-child,
div#body div.calendar div.otherMonth table td:first-child a {
  border-radius: 4px 0px 0px 4px;
  background-image: none;
}

div#body div.calendar div.otherMonth table th:last-child,
div#body div.calendar div.otherMonth table td:last-child,
div#body div.calendar div.otherMonth table td:last-child a {
  border-radius: 0px 4px 4px 0px;
  background-image: none;
}

div#body div.calendar div.otherMonth table th:only-child,
div#body div.calendar div.otherMonth table td:only-child,
div#body div.calendar div.otherMonth table td:only-child a {
  border-radius: 4px 4px 4px 4px;
  background-image: none;
}

div#body div.calendar div.otherMonth table tr.done {
  background-color: #f2f2f2;
}

div#body div.calendar div.otherMonth table tr.current {
  background-color: #f2f2f2;
  color: #999;
}

div#body div.calendar div.otherMonth table tr.bg {
  background-color: #f2f2f2;
  color: #999;
}

#navi .reserveSearch dl dd .calendar tbody td {
  font-weight: bold;
}

#navi .reserveSearch dl dd .calendar tbody tr.current td,
#navi .reserveSearch dl dd .calendar tbody tr.bg td {
  font-weight: bold;
  color: #333 !important;
}

#navi .reserveSearch dl dd .calendar tbody tr a {
  display: block;
  background: #2d2d2d;
  color: #fff !important;
  font-weight: bold !important;
  text-decoration: none;
}

#navi .reserveSearch .pinkBoxFooter p strong {
  color: #2d2d2d;
}

#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;
}

#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;
}

#navi.counseling div#aside .menu {
  border-color: #aeaeae;
}

#navi.counseling div#aside .menu h2 {
  background-color: #aeaeae;
}

div#body div#aside ul.nav li a {
  color: #2d2d2d;
}

#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 {
  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;
  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;
  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;
}

/* 記事 */
.itemArea .itemBox .tag {
  border: 1px solid #2d2d2d !important;
  color: #2d2d2d !important;
}

/* ========================================================
 articleArea
======================================================== */
.articleArea .icon {
  border: 1px solid #2d2d2d !important;
  color: #2d2d2d !important;
}

/*  タブ
---------------------------------------------------------- */
ul.tab li.current a {
  color: #2d2d2d;
}

/* パーツデザイン ====================================================== */
.parts_btn {
  background-color: #2d2d2d;
  border: 1px solid #2d2d2d;
  border-radius: 3px;
  color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}

/*お店のスタッフエリア*/
.staffPanelLink {
  color: #2d2d2d;
}

/*  フォーム
---------------------------------------------------------- */
input[type="radio"] {
  accent-color: #2d2d2d;
}
input, textarea {
  color: #2d2d2d;
}

.jqtransformdone {
  color: #2d2d2d;
}

label.hasInput {
  color: #2d2d2d;
}

/* 汎用
---------------------------------------------------------- */
.pointColorPink {
  color: #2c2c2c;
}

@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 (max-width: 599px) {
  #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 {
    justify-content: space-between;
    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: 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;
  }
}

.modalAreaWrap {
  margin-top: 30px;
}

.lity-close,
.lity-close:hover {
  top: 45px;
}

div#body .bbp-fsbody .roundPinkBorder h2.titlePoint {
  color: #2d2d2d;
}

#main .roundPinkBorder .link .blank {
  color: #2d2d2d;
}

.tdfkSearchList dd a {
  color: #2d2d2d;
}

.notice_closing .closing_dl>dd .dl_ul .dl_ul_li01 .li01_p01 .p01_a {
  color: #2d2d2d;
}

.notice_closing .closing_dl>dd .dl_ul .dl_ul_li02 .li02_p01 .p01_a {
  color: #2d2d2d;
}

/* 検索ボックス ======================================================== */

.searchMenu .searchMenuButton a {
  color: #2d2d2d;
}

/*新着キャンペーンエリア*/
.campPanelInfo {
  color: #2d2d2d;
}

div#body div#aside ul.nav li a {
  background-image: url(/beautykey/shared/img/arrow_red_large.gif);
}

/* /navi/shopbrand/ CUSTOM */
#navi.brandchange dl.select dd.faq .img {
  top: 112px;
}

#navi.brandchange dd.ctn a,
#navi.brandchange dd.ctn a:hover {
  color: #2d2d2d;
}

/* /navi/merit/ CUSTOM */
#main .floatLeft.width340>div.roundPinkBorder.hasRedBg,
#main .floatRight.width340>div.roundPinkBorder.hasRedBg {
  background-color: #f1f1f1;
}

#main .floatLeft.width340>div.roundPinkBorder.hasRedBg>div.buttonCenter.mt10>p.buttonNewEntry span,
#main .floatRight.width340>div.roundPinkBorder.hasRedBg>div.buttonCenter.mt10>p.buttonRedB span {
  background-image: none;
  padding: 0;
}

#main .floatLeft.width340>div.roundPinkBorder.hasRedBg>div.buttonCenter.mt10>p.buttonNewEntry button,
#main .floatRight.width340>div.roundPinkBorder.hasRedBg>div.buttonCenter.mt10>p.buttonRedB button {
  background-color: #2d2d2d;
  background-image: none;
}

div#body #main .roundTitleBorder#merit01,
div#body #main .roundTitleBorder#merit02,
div#body #main .roundTitleBorder#merit03,
div#body #main div#anc01 .roundTitleBorder {
  border-top: 1px solid #aeaeae;
}

div#body #main .roundTitleBorder#merit03 div.roundGray.cautionGray dl dt,
div#body #main .roundPinkBorder div.cautionGray02 p {
  background: url(/beautykey/shared/img/icon_caution_red.gif) no-repeat 0 0.3em;
}

div#body #main .roundTitleBorder#merit01 .link a {
  color: #2d2d2d;
}

/* /navi/skinvisiom/ CUSTOM */

div#skinvisiom .page_ttl p.inline a {
  color: #2d2d2d;
}

/* /navi/service/ CUSTOM */

#navi.counseling div#aside .menu ul li a {
  background-image: url(/beautykey/shared/img/arrow_pink_v2.gif);
}

/* ページャー
---------------------------------------------------------- */
.pagination-pager ul.pagination-pager_list {
  float: right;
  margin: 0px;
  text-align: right;
}

.pagination-pager ul.pagination-pager_list li {
  margin-left: 2px;
  font-size: 12px;
}

.pagination-pager ul.pagination-pager_list li+li {
  padding-left: 5px;
  border-left: 1px solid #999999;
}

.pagination-pager ul.pagination-pager_list li a {
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 10px;
  padding: 2px 5px;
  font-weight: normal;
  text-align: center;
  line-height: 100%;
  vertical-align: inherit;
  text-decoration: underline !important;
  border: none;
}

.pagination-pager ul.pagination-pager_list li.active a {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 4px;
  text-decoration: none !important;
}

.pagination-pager ul.pagination-pager_list a:hover {
  color: #333333;
  background: #f8e5ea;
  border-radius: 3px;
}

.pagination-pager ul.pagination-pager_list li.active a:hover {
  color: #fff;
}

/* 商品カタログ */

.userReview .reviewAll .reviewAllPoint {
  display: flex;
  width: 100%;
}

.userReview .reviewAll .total {
  padding: 25px;
}

* {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}
div#body div.searchButtons {
  background: none;
}
div#body div.search p.result span {
  background: none;
}

div#body div.searchButtons div.searchButtonsInner {
  padding: 0;
  background: none;
  border: 1px solid #ededed;
}

div#body div.searchButtons div.searchButtonsInner p {
  margin: 0;
  padding: 10px 0 10px 37px;
  color: #2d2d2d;
  background: url(/shared/assets/img/btn_headerbottom_search.png) no-repeat 15px 8px;
  background-color: #efefef;
  background-size: 18px;
}

div#body div.searchButtons ul {
  background: none;
}

.category_search_btn_area ul li .search_btn {
  border-radius: 4px;
}

.category_search_btn_area ul li input[type='text']:focus {
  border-radius: 4px;
}

.category_search_btn_area .category_search_btn:hover {
  opacity: .7;
}
div#body div.search div#brand {
  background: none;
}

div#body div.search div#brand.noTab ul {
  background: none;
  border: 1px solid #ededed;
}

div#body div.search div#brand p.button {
  padding: 10px 0;
  background: #efefef;
}

div#body div.searchButtons ul {
  background: none;
}

div#body div.search div#brand p.button a {
  text-decoration: underline;
}

div#body div.search div#brand p.button a:hover,
div#body div.search div#brand p.button a:active {
  text-decoration: none;
}

div#body div.search ul.tabColumn2 {
  background: none;
}

div#body div.search ul.tab.tabColumn2 {
  background: #fff;
}

div#body div.search div.tabContents div.content div.inner {
  border: 1px solid #ededed;
  margin: 0;
}

div#body div.search div#product, div#body div.search div#purpose {
  background: none;
}

div#body div.search div#product div.searchFoot, div#body div.search div#purpose div.searchFoot {
  background: none;
}

div#body div.search ul.tab {
  padding: 0;
}

div#body div.ctlgBrandList ul.tab li.current {
  background: none;
  color: #2d2d2d;
}

div#body div.ctlgBrandList ul.tab li.current span {
  background: #ededed;
}

div#body div.search ul.tab li {
  border: 1px solid #ededed;
  border-bottom: none;
}

div#body div.search ul.tabColumn2 {
  margin-left: 0;
}

div#body div.search ul.ctlgBlandList02 li {
  background-color: #fff !important;
}

div#body div.search ul.ctlgBlandList02 li:after {
  content: "";
  background: url(/beautykey/shared/img/icon_arrow_01.svg) 0 0 / cover no-repeat;
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 12.75px;
  top: 18px;
  right: 10px;
  transform: translate(-50%, -50%) rotate(90deg);
}

table.stripeA th, table.stripeA td {
  border: none !important;
}

#skinCare #brandoList_a td a:hover, #skinCare #brandoList_a td a:active,
#skinCare #brandoList_ka td a:hover, #skinCare #brandoList_ka td a:active,
#skinCare #brandoList_sa td a:hover, #skinCare #brandoList_sa td a:active,
#skinCare #brandoList_ta td a:hover, #skinCare #brandoList_ta td a:active,
#skinCare #brandoList_na td a:hover, #skinCare #brandoList_na td a:active,
#skinCare #brandoList_ha td a:hover, #skinCare #brandoList_ha td a:active,
#skinCare #brandoList_ma td a:hover, #skinCare #brandoList_ma td a:active,
#skinCare #brandoList_ya td a:hover, #skinCare #brandoList_ya td a:active,
#skinCare #brandoList_ra td a:hover, #skinCare #brandoList_ra td a:active,
#skinCare #brandoList_wa td a:hover, #skinCare #brandoList_wa td a:active {
  opacity: .7;
  color: #2d2d2d !important;
}

div#body div.search ul.category:not(.ctlgBlandList02) {
  display: flex;
  flex-wrap: wrap;
}

div#body div.search ul.category li {
  padding: 0;
  background: none;
}

div#body div.search ul.category li a {
  padding: 10px !important;
  background: #2d2d2d;
  border-radius: 4px;
  color: #fff;
}

div#body div.search ul.category:not(.ctlgBlandList02) li a {
  height: 100% !important;
  box-sizing: border-box;
}

div#body div.search ul.category li a:active,
div#body div.search ul.category li a:hover {
  opacity: .7;
}

div#body div.search div#product p.buttonSearch span, div#body div.search div#purpose p.buttonSearch span {
  background: url(/shared/navi/img/navi_topSearch_searchicon.png) no-repeat 0 50%;
}

div#body div.search div#product p.buttonSearch, div#body div.search div#purpose p.buttonSearch, div#body div.search div#product p.buttonSearchDisable, div#body div.search div#purpose p.buttonSearchDisable {
  width: 350px;
  height: 58px;
  margin: 10px auto;
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 4px;
  font-size: 100%;
}

div#body div.search div#product p.buttonSearch button, div#body div.search div#purpose p.buttonSearch button {
  background: none;
}

div#body div.search div#product p.buttonSearch:hover, div#body div.search div#purpose p.buttonSearch:hover {
  background-color: #2d2d2d;
  background-image: none;
  opacity: .7;
}

div#body div.search div#product p.buttonSearch:hover button, div#body div.search div#purpose p.buttonSearch:hover button {
  background-image: none;
}

div#body div.search div#product p.buttonSearch:hover span, div#body div.search div#purpose p.buttonSearch:hover span {
  background-image: url(/shared/navi/img/navi_topSearch_searchicon.png);
}

div#body div.search div#product div.foot, div#body div.search div#purpose div.foot {
  background: #ededed;
}

div#body div.search div#product div.searchOption div.searchOption, div#body div.search div#purpose div.searchOption div.searchOption {
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ededed)) 0 5px/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 0 6px/100% 11px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ededed)) 0 17px/100% 1px no-repeat;
  background: linear-gradient(#ededed, #ededed) 0 5px/100% 1px no-repeat, linear-gradient(#fff, #fff) 0 6px/100% 11px no-repeat, linear-gradient(#ededed, #ededed) 0 17px/100% 1px no-repeat;
}

a.rollover:hover img {
  border: 1px solid #2d2d2d;
}

#skinCare #brandoList_a td:hover .skinCare_brand_logo+a, #skinCare #brandoList_ka td:hover .skinCare_brand_logo+a, #skinCare #brandoList_sa td:hover .skinCare_brand_logo+a, #skinCare #brandoList_ta td:hover .skinCare_brand_logo+a, #skinCare #brandoList_na td:hover .skinCare_brand_logo+a, #skinCare #brandoList_ha td:hover .skinCare_brand_logo+a, #skinCare #brandoList_ma td:hover .skinCare_brand_logo+a, #skinCare #brandoList_ya td:hover .skinCare_brand_logo+a, #skinCare #brandoList_ra td:hover .skinCare_brand_logo+a, #skinCare #brandoList_wa td:hover .skinCare_brand_logo+a {
  color: #2d2d2d !important;
}

div#body div.search ul.tab li {
  background: #fff;
}

div#body div.search div.tabContents div.content div.inner {
  background: #efefef;
}

ul.tab li.current a, ul.bodyNav li.current a {
  background: #efefef;
}

div#body div.search div.searchOption {
  border-top: 1px solid #fff;
}

div#body div.search ul.category li a {
  background: #fff;
  color: #2d2d2d;
  border: 1px solid #2d2d2d;
}

div#body div.search ul.category li a:active, div#body div.search ul.category li a:focus, div#body div.search ul.category li a:hover {
  background: #2d2d2d;
  color: #fff;
}

div#body div.search ul.category li.current a {
  background: #2d2d2d;
}

ul.pager li a:hover {
  background: #2d2d2d;
  color: #fff;
  border-radius: 4px;
}

p.buttonRed:hover span, p.buttonRedB:hover span, p.buttonRedBLL:hover span {
  background-image: url(/shared/navi/img/arrow_pink.gif);
}

 p.buttonRed.buttonLeft.mr15 span {
  background-image: url(/shared/navi/img/arrow_pink.gif);
  padding: 0 3px 0 15px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 2px 6px;
}

.searchResult .table .default.border p.buttonLeft .buttonArrow,
.searchResult .table .default.border p.sort {
  margin-top: 10px;
}

div#body div.searchResult table td p.buttonRed:hover {
  opacity: .7;
}

button.buttonArrow span:hover {
  text-decoration: none;
}

a {
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

div#body div.searchResult table td span.separator {
  color: #fff;
}

div.roundPinkBorder .roundTitle, div.roundPinkBorder.hasBg .roundTitle {
  background: #fff;
}

div.roundPinkBorder .roundTitle span.balloon {
  background: url(/beautykey/shared/img/icon_balloon_red.gif) no-repeat 0 2px;
}

p.buttonLogin, p.buttonLogin button, p.buttonNewEntry, p.buttonNewEntry button, p.buttonBlank, p.buttonBlank button, div.buttonCenter p.buttonRed, div.buttonCenter p.buttonRed button, div.buttonCenter p.buttonRedB, div.buttonCenter p.buttonRedB button {
  background-image: none;
}

p.buttonLogin, p.buttonLogin button, p.buttonNewEntry, p.buttonNewEntry button, p.buttonBlank, p.buttonBlank button, div.buttonCenter p.buttonRed, div.buttonCenter p.buttonRed button, div.buttonCenter p.buttonRedB, div.buttonCenter p.buttonRedB button {
  background-image: none;
  border-radius: 4px;
}

p.buttonCart, p.buttonLogin, p.buttonNewEntry, p.buttonBlank, p.buttonRed, p.buttonRedB, p.buttonRedLL {
  background-color: #2d2d2d;
}

p.buttonBlank a {
  padding: 12px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  background-image: none;
}
p.buttonBlank.buttonRight a {
  font-size: 113%;
  padding: 10px 0 10px 0;
}
p.buttonBlank a:hover {
  background-image: none;
}

p.buttonBlank span {
  background: url(/beautykey/shared/img/btn_blank.gif) no-repeat 7px 50%;
}

div.roundBlue .roundTitle {
  background-color: #848484;
  color: #fff;
}

div.roundBlue {
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #ccc;
}

div>span.roundTl, div>span.roundTr, div>span.roundBl, div>span.roundBr {
  background-image: none;
}

div.roundBlue p.more {
  background-color: #efefef;
}

a.rollover:hover img {
  border: 1px solid #2d2d2d;
}

.boxB .image a.rollover:hover,
.boxB .image a.rollover:active {
  opacity: .7;
}

div.roundPinkBorder .roundTitle, div.roundPinkBorder.hasBg .roundTitle {
  background-color: #efefef;
}

div#body .roundTitleBorder {
  border-top: 1px solid #ededed;
}

div.roundPinkBorder, div.roundPinkBorder.hasBg {
  border: 1px solid #ededed;
  border-radius: 0;
}

div.roundBlue p.more, div.roundPinkBorder p.more {
  background: #fff;
}

p.buttonBrandSearch span {
  background: url(/beautykey/shared/img/btn_brand_search.gif) no-repeat 6px 50%;
}

div#body div.viewLargeImage ul.thumbnail li.current {
  background-image: none;
  border: 1px solid #848484;
}

div#body div.viewLargeImage ul.thumbnail li {
  background: none;
  border: 1px solid #efefef;
  padding: 0px;
}

div#body div.viewLargeImage ul.thumbnail li.null {
  display: none;
  background-image: none;
  border: none;
}

ul.textMetaInfo li {
  border: none;
}

ul.textMetaInfo li.free {
  height: 19px;
  background: #fff;
  border: 1px solid #aeaeae;
}

div#body div.productHeading p.logo {
  border-right: 1px solid #aeaeae;
}

div.roundPinkBorder, div.roundPinkBorder.hasBg {
  border: 1px solid #ededed;
  border-radius: 0;
}

div#body div.topicsTab div#topics div.topicColumns div.roundTopicColumn p.topic_title {
  background: url(/beautykey/shared/products/img/bg_topics_title.gif) no-repeat 0 4px;
}

div#body div.topicsTab #brandContents h2 {
  background: url(/beautykey/shared/products/img/bg_topics_title.gif) no-repeat 0 4px;
  color: #2d2d2d;
}

div.roundYellow.cautionYellow p, div.roundYellow.cautionYellowInline p, div.roundYellow.cautionYellowInline02 p {
  background: none;
  padding: 0;
}

div.roundYellow {
  background-color: #fff;
  color: #2d2d2d;
}

div#body div.viewLargeImage ul.thumbnail li.null {
  display: none;
  background-image: none;
  border: none;
}

div>span.roundTl, div>span.roundTr, div>span.roundBl, div>span.roundBr {
  background-image: none;
}

div.roundGray {
  background: #ededed;
  padding: 20px 15px;
}

p.buttonOmise.buttonLeft {
  margin: 10px 24px 5px 0;
}

p.buttonOmise a span {
  padding: 10px;
  height: 40px;
}

p.buttonOmise {
  height: 40px;
}

div#body div.productsTab {
  background: none;
}

div#body div.topicsTab div.topicTabTop {
  background: none;
}

div#body div.topicsTab div.tabContents {
  background: #ededed;
}

div#body div.topicsTab div#topics {
  padding: 20px 30px;
}

div#body div.topicsTab div#topics div.topicColumns {
  margin: 0 auto;
}

p.buttonBrandSearch, p.buttonSearch, p.buttonMovie, p.buttonBackBrown, p.buttonBrown {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 4px;
}
p.buttonDelete button, p.buttonCalendar button, p.buttonPrint button, p.buttonBack button, p.buttonGray button, p.buttonGrayLDown button {
  font-size: 100%;
}
p.buttonBack span, p.buttonBack:hover span {
  padding: 0 3px 0 15px;
    background: url(/shared/img/arrow_gray_back.gif) no-repeat 7px 50%;
    color: #fff;
}

p.buttonBrandSearch,
p.buttonSearch,
p.buttonFavorite,
p.buttonStore,
p.buttonDelete,
p.buttonCalendar,
p.buttonCart,
p.buttonCartDisable,
p.buttonDisable,
p.buttonMovie,
p.buttonLogin,
p.buttonNewEntry,
p.buttonBlank,
p.buttonPrint,
p.buttonBack,
p.buttonBackBrown,
p.buttonBrown,
p.buttonGray,
p.buttonRed,
p.buttonRedB,
p.buttonWhite,
p.ButtonSeeColor,
p.buttonGrayLDown,
p.buttonBackL,
p.buttonRedLL,
p.buttonReviewWrite {
  height: 40px;
}

p.buttonBrandSearch button,
p.buttonSearch button,
p.buttonMovie button,
p.buttonBackBrown button,
p.buttonBrown button {
  background-image: none;
}

p.buttonBrandSearch:hover, p.buttonSearch:hover, p.buttonMovie:hover, p.buttonBackBrown:hover, p.buttonBrown:hover {
  background-color: #2d2d2d;
  background-image: none;
  opacity: .7;
}

p.buttonBrandSearch:hover button, p.buttonSearch:hover button, p.buttonMovie:hover button, p.buttonBackBrown:hover button, p.buttonBrown:hover button {
  background-image: none;
}

/* p.buttonBrandSearch span { background: url(/shared/img/btn_brand_search.gif) no-repeat 6px 60%;} */
p.buttonBrandSearch:hover span, p.buttonBrandSearch span {
  background: url(/beautykey/shared/img/btn_brand_search.png) no-repeat 6px 60%;
}

div#body div.topicsTab div#topics div.topicColumns div.roundTopicColumn p.topic_title span {
  color: #2d2d2d;
}

div.roundPinkBorder .roundTitle, div.roundPinkBorder.hasBg .roundTitle {
  background: #ededed;
}

div.columnsGroupRight.roundPinkBorder>div span.roundTl, div.columnsGroupRight.roundPinkBorder>div span.roundTr {
  background-image: none;
}

div.columnsGroupRight.roundPinkBorder>div span.roundBl, div.columnsGroupRight.roundPinkBorder>div span.roundBr {
  background-image: none;
}

#colorbox .modal .thumbnail ul li {
  padding: 0;
  background: none;
  border: 1px solid #efefef;
}

#colorbox .modal .thumbnail ul li.current {
  background-image: none;
  border: 1px solid #848484;
}

.shohinDetaiKireiUpPanel a img:hover {
  opacity: .7;
}

div#body div.topicsTab ul.tabColumn2 {
  background: none;
  padding-bottom: 0;
}

div#body div.topicsTab ul.tabColumn2 li.current,
div#body div.topicsTab ul.tabColumn2 li.current.topics {
  background: #ededed;
  border: none;
  padding-bottom: 1px;
}

div#body div.productsTab ul.tab li {
  border-radius: 4px 4px 0 0;
  border: 1px solid #aeaeae;
  border-bottom: none;
}

.productsBorder {
  border: 2px solid #848484;
  width: 76px;
  height: 76px;
}

.userReview h2 {
  background: #848484;
}

.userReview .reviewBox {
  border: 1px solid #efefef;
  border-top: 0;
  background-color: #fff;
}

.userReview .review .reviewHeader {
  background-color: #efefef;
}

.userReview .review .textTtl {
  color: #2d2d2d;
}

div.smallButton p.buttonBrown, div.smallButton p.buttonBrown button, div.smallButton p.buttonGray, div.smallButton p.buttonGray button, div.smallButton p.buttonGrayLDown, div.smallButton p.buttonGrayLDown button {
  width: 200px;
  height: 40px;
  background-image: none;
  border-radius: 4px;
}

div.smallButton p.buttonBrown:hover, div.smallButton p.buttonBrown:hover button, div.smallButton p.buttonGray:hover, div.smallButton p.buttonGray:hover button, div.smallButton p.buttonGrayLDown:hover, div.smallButton p.buttonGrayLDown:hover button {
  background-color: #2d2d2d;
  background-image: none;
  width: 200px;
  height: 40px;
}

div.smallButton p.buttonBrown:hover, div.smallButton p.buttonGray:hover, div.smallButton p.buttonGrayLDown:hover {
  opacity: .7
}

.userReview .reviewAll .reviewAllPoint {
  border: 1px solid #efefef;
}

.userReview .reviewAll .point {
  background: #efefef;
}

.reviewAll .total em {
  color: #2d2d2d;
  font-size: 140%;
}

.point00_b {
  background: url(/beautykey/shared/img/img_point00_b.png) no-repeat left;
}

.point05_b {
  background: url(/beautykey/shared/img/img_point05_b.png) no-repeat left;
}

.point10 {
  background: url(/beautykey/shared/img/img_point10.png) no-repeat left;
}

.point10_b {
  background: url(/beautykey/shared/img/img_point10_b.png) no-repeat left;
}

.point15 {
  background: url(/beautykey/shared/img/img_point15.png) no-repeat left;
}

.point15_b {
  background: url(/beautykey/shared/img/img_point15_b.png) no-repeat left;
}

.point20 {
  background: url(/beautykey/shared/img/img_point20.png) no-repeat left;
}

.point20_b {
  background: url(/beautykey/shared/img/img_point20_b.png) no-repeat left;
}

.point25 {
  background: url(/beautykey/shared/img/img_point25.png) no-repeat left;
}

.point25_b {
  background: url(/beautykey/shared/img/img_point25_b.png) no-repeat left;
}

.point30 {
  background: url(/beautykey/shared/img/img_point30.png) no-repeat left;
}

.point30_b {
  background: url(/beautykey/shared/img/img_point30_b.png) no-repeat left;
}

.point35 {
  background: url(/beautykey/shared/img/img_point35.png) no-repeat left;
}

.point35_b {
  background: url(/beautykey/shared/img/img_point35_b.png) no-repeat left;
}

.point40 {
  background: url(/beautykey/shared/img/img_point40.png) no-repeat left;
}

.point40_b {
  background: url(/beautykey/shared/img/img_point40_b.png) no-repeat left;
}

.point45 {
  background: url(/beautykey/shared/img/img_point45.png) no-repeat left;
}

.point45_b {
  background: url(/beautykey/shared/img/img_point45_b.png) no-repeat left;
}

.point50 {
  background: url(/beautykey/shared/img/img_point50.png) no-repeat left;
}

.point50_b {
  background: url(/beautykey/shared/img/img_point50_b.png) no-repeat left;
}

.roundPinkBorder a.btn-yc-modal:hover img {
  opacity: .7;
}

div#body div.productsTile div.boxA p.image {
  border: 2px solid #efefef;
  background: none;
}

div#body div.productsTile div.selectImage p.image {
  background-image: none;
  border: 2px solid #848484;
}

div#body div.productsTile div.selectImage div.mainInformation {
  background-image: none;
}

div#body div.productsTile div.boxA div.mainInformation {
  background: none;
}

div#body div.productsTile.border {
  border-top: 1px solid #efefef;
}

div#body div.productsTab ul.tab li.current a {
  background: none;
}

div#body div.topicsTab div.tabContents {
  box-shadow: 0 0 0 10px #ededed inset;
}

div#body .roundTitleBorder01 {
  border-top: 1px solid #ededed;
}

.ui-dialog.modalWindowBtn3 .ui-dialog-titlebar-close {
  background: url(/beautykey/shared/img/bg_btn_close_short.gif) no-repeat 0 50%;
}

p.buttonCart:hover button, p.buttonLogin:hover button, p.buttonNewEntry:hover button, p.buttonBlank:hover button, p.buttonRed:hover button, p.buttonRedB:hover button {
  background-image: none;
  width: 230px;
}

div#body div.searchResult table.default.border td p.buttonRed, div#body div.searchResult table.default.border td p.buttonRed button {
  width: 230px;
}

div#body div.searchMore div.roundPinkBorder {
  height: 25px;
}

p.buttonLogin:hover, p.buttonLogin:hover button, p.buttonNewEntry:hover, p.buttonNewEntry:hover button, p.buttonBlank:hover, p.buttonBlank:hover button, div.buttonCenter p.buttonRed:hover, div.buttonCenter p.buttonRed:hover button, div.buttonCenter p.buttonRedB:hover, div.buttonCenter p.buttonRedB:hover button {
  background-image: none;
}

p.buttonCart:hover, p.buttonLogin:hover, p.buttonNewEntry:hover, p.buttonBlank:hover, p.buttonRed:hover, p.buttonRedB:hover, p.buttonRedLL:hover {
  background-color: #2d2d2d;
  opacity: .7;
}

p.buttonBlank:hover span {
  background: url(/beautykey/shared/img/btn_blank.gif) no-repeat 7px 50%;
}

div.hasLargeButton p.buttonBrandSearch, div.hasLargeButton p.buttonBrandSearch button, div.buttonCenter p.buttonBrown, div.buttonCenter p.buttonBrown button,
div.hasLargeButton p.buttonBrandSearch:hover, div.hasLargeButton p.buttonBrandSearch:hover button, div.buttonCenter p.buttonBrown:hover, div.buttonCenter p.buttonBrown:hover button {
  background-image: none;
}

p.buttonLogin, p.buttonNewEntry, p.buttonBlank, div.hasLargeButton p.buttonBrandSearch, div.buttonCenter p.buttonBrown, div.buttonCenter p.buttonGray, div.buttonCenter p.buttonRed, div.buttonCenter p.buttonRedB, div.buttonCenter p.buttonDisable {
  height: 40px;
}

p.buttonBrandSearch span {
  padding: 0 5px 0 25px;
}

p.buttonDelete, p.buttonCalendar, p.buttonPrint, p.buttonBack, p.buttonGray, p.buttonGrayLDown {
  background-color: #2d2d2d;
  background-image: none;
  border-radius: 4px;
  width: 180px;
}

p.buttonDelete button, p.buttonCalendar button, p.buttonPrint button, p.buttonBack button, p.buttonGray button, p.buttonGrayLDown button {
  background-image: none;
}

p.buttonDelete:hover, p.buttonCalendar:hover, p.buttonPrint:hover, p.buttonBack:hover, p.buttonGray:hover, p.buttonGrayLDown:hover {
  background-color: #2d2d2d;
  background-image: none;
  opacity: .7;
}

p.buttonDelete:hover button, p.buttonCalendar:hover button, p.buttonBack:hover button, p.buttonPrint:hover button, p.buttonGray:hover button, p.buttonGrayLDown:hover button {
  background-image: none;
}

div#onlineshop div#main .productBox .image p a, div#body div.viewLargeImage div.largeImage p.imgbig a, div#body div.modalImage p.imgbig a {
  background: url(/shared/onlineshop/img/icon_zoom.gif) no-repeat 4px center #2d2d2d;
  border-radius: 4px;
}

div#onlineshop div#main .productBox .image p a:hover, div#body div.viewLargeImage div.largeImage p.imgbig a:hover, div#body div.modalImage p.imgbig a:hover {
  opacity: .7;
}

div.columns.diff::after {
  content: none;
}

#body .searchMore .roundPinkBorder {
  background: #ededed;
}

.ui-dialog.modalWindowBtn4 .ui-dialog-titlebar-close {
  background: url(/beautykey/shared/img/bg_btn_close_short.gif) no-repeat 0 50%;
}

p.buttonLogin, p.buttonLogin button, p.buttonNewEntry, p.buttonNewEntry button, p.buttonBlank, p.buttonBlank button, div.buttonCenter p.buttonRed, div.buttonCenter p.buttonRed button, div.buttonCenter p.buttonRedB, div.buttonCenter p.buttonRedB button {
  width: 230px;
}

p.buttonLogin, p.buttonNewEntry, p.buttonBlank, div.hasLargeButton p.buttonBrandSearch, div.buttonCenter p.buttonBrown, div.buttonCenter p.buttonGray, div.buttonCenter p.buttonRed, div.buttonCenter p.buttonRedB, div.buttonCenter p.buttonDisable {
  width: 230px;
}

.hasLargeButton.group p.buttonBlank.buttonRight, .hasLargeButton.group p.buttonBlank.buttonRight button, .hasLargeButton.group p.buttonBlank.buttonRight:hover button {
  width: 200px;
}

.hasLargeButton.group p.buttonBrandSearch.buttonRight, .hasLargeButton.group p.buttonBrandSearch.buttonRight button, .hasLargeButton.group p.buttonBrandSearch.buttonRight:hover button {
  width: 150px;
}

table.stripeA tr.bg, table.stripeA td.bg, table.stripeB tr.bg, table.stripeB td.bg {
  background-color: #ededed;
}

div#body div.search div#brand p.button.linkRight {
  background-color: #fff;
  text-align: right;
  padding: 20px 0 0 8px;
}

div#body div.search div#brand p.button.linkRight a {
  background: url(/shared/img/arrow_gray.gif) no-repeat 0 0.4em;
  padding-left: 8px;
}

p.noteTxt {
  margin: 0 0 0 1em;
}

p.buttonBack {
  width: 100px;
  height: 30px;
}

ul.textMetaInfo li {
  background: #fff !important;
  border: 1px solid #666666 !important;
}

div.tooltipBox div.tooltipContent {
  background: #ededed;
  color: #2d2d2d;
}

div.tooltipBox span.tooltipTop {
  background: url(/beautykey/shared/img/tooltip_top_01.gif) no-repeat 0 0;
}

div.tooltipBox span.tooltipBtm {
  background: url(/beautykey/shared/img/tooltip_btm_01.gif) no-repeat 0 100%;
}

ul.textMetaInfo li.img {
  border: none !important;
}

.searchMore .roundPinkBorder .roundTitle h2 {
  margin-top: 7px !important;
}

img.rollover {
  padding-bottom: 3px;
  overflow-clip-margin: content-box;
  overflow: clip;
  text-indent: initial;
}

div.errorArea {
  color: #c81622;
  padding: 10px 10px 10px 40px;
  background: #fff url(/shared/img/icon_error.gif) no-repeat 15px 11px;
  margin-top: 20px !important;
  background-color: #fff !important;
}

div#modalWindow h1,
div#modalWindowBtn h1,
div#modalWindowBtn2 h1,
div#modalWindowBtn3 h1,
div#modalWindowBtn4 h1,
div#modalWindowBtn5 h1{
  background-color: #ededed;
}

#skinCare #brandoList_a td a, #skinCare #brandoList_ka td a, #skinCare #brandoList_sa td a, #skinCare #brandoList_ta td a, #skinCare #brandoList_na td a, #skinCare #brandoList_ha td a, #skinCare #brandoList_ma td a, #skinCare #brandoList_ya td a, #skinCare #brandoList_ra td a, #skinCare #brandoList_wa td a {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}

/* 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;
  }
}
#catalog-search #zeta [status="all"].parent-cb::after,
#catalog-search #zeta [status="all"].parent-cb::after, 
#catalog-search #zeta .index ~ div input:checked+.view-cb::after, 
#catalog-search #zeta .index input:checked+.view-cb::after, 
#catalog-search #zeta .index input:checked+.view-cb::after {
  background-color: #2d2d2d;
}
#catalog-search #zeta #zs_search.btn {
  background-color: #2d2d2d;
  border-radius: 4px !important;
}
#catalog-search #zeta #zs_search.btn:hover {
  opacity: .7;
}
#catalog-search .wp_filter-pc select{
  color: #2d2d2d;
  background: url(/beautykey/shared/assets/img/drupal/icon_select_arrow.png) no-repeat center right 14px;
}
#catalog-search .wp_result-wrap .wp_result-inner .defaultHead {
  background-color: #2d2d2d;
  }
#catalog-search .parts_btn{
  color: #fff !important
}
#catalog-search .sections.section-wp_result .no_result {
  font-size: 14px;
  font-weight: bold;
  color: #c81622;
  background-color: #fff;
  border: 1px solid #c81622;
  border-radius: 4px;
  padding: 40px 4%;
  margin: 10px auto 30px;
  }
  
#catalog-search .contentsBox .pagination-pager ul.pagination-pager_list a:hover {
    background: #efefef;
    }
#catalog-search .parts_btn:hover {
    background-color: #2d2d2d;
    opacity: .7;
}
#catalog-search .contentsBox .pagination-pager ul.pagination-pager_list li.active a:hover {
    background-color: #2d2d2d;
    opacity: .7;
}

#catalog-search .avail-limited {
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
}
#catalog-search .avail-new {
  background: #2d2d2d;
}  