@charset "UTF-8";

.l-main__content--full-width {
  max-width: none;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width {
    margin-top: 48px;
  }
}

.l-main__content--full-width .l-main__content__right__wrap {
  float: none;
  width: auto;
}

.l-main__content--full-width .p-brand-top__content {
  margin: 0;
  max-width: 100%;
}

.l-main__content--full-width .p-brand-top__content img {
  max-width: 100%;
  height: auto;
}

.l-main__content--full-width .p-brand-top__wrap {
  width: auto;
}

.l-main__content--full-width .p-product__left__wrap,
.l-main__content--full-width .p-product__wrap {
  display: none;
}

.l-main__content--full-width .p-brand-top__mv img,
.l-main__content--full-width .p-brand-top__mv__img img {
  width: 100%;
}

.l-main__content--full-width .p-brand-top__mv__img {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

.l-main__content--full-width .p-brand-top__mv__img .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 4.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__img .slick-dots {
    bottom: -32px;
  }
}

.l-main__content--full-width .p-brand-top__mv__img .slick-dots li {
  position: relative;
  background-color: #F28EE5;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__img .slick-dots li {
    width: 8px;
    height: 8px;
    cursor: pointer;
  }
}

.l-main__content--full-width .p-brand-top__mv__img .slick-dots li button {
  display: none;
}

.l-main__content--full-width .p-brand-top__mv__img .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__img .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__img .slick-dots li + li {
    margin-left: 12px;
  }
}

.l-main__content--full-width .p-brand-top__mv__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__arrow {
    width: 30px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-main__content--full-width .p-brand-top__mv__arrow:hover {
    opacity: 0.5;
  }
}

.l-main__content--full-width .p-brand-top__mv__arrow span {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__arrow span {
    width: 22px;
    height: 22px;
    top: 32%;
    bottom: auto;
  }

  .l-main__content--full-width .p-brand-top__mv__arrow span--right {
    right: 0;
  }

  .l-main__content--full-width .p-brand-top__mv__arrow span--left {
    left: 0;
  }
}

.l-main__content--full-width .p-brand-top__mv__arrow--right {
  right: 0;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__arrow--right span {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    border-top: 1px solid #F28EE5;
    border-right: 1px solid #F28EE5;
    left: -10px;
  }
}

.l-main__content--full-width .p-brand-top__mv__arrow--left {
  left: 0;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__arrow--left span {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 1px solid #F28EE5;
    border-left: 1px solid #F28EE5;
    right: -10px;
  }
}

.l-main__content--full-width .p-brand-top__mv__arrow.slick-disabled {
  opacity: 0 !important;
  cursor: default;
  pointer-events: none;
}

.l-main__content--full-width .p-brand-top__mv__slider {
  opacity: 0;
}

.l-main__content--full-width .p-brand-top__mv__slider.slick-initialized {
  opacity: 1;
}

.l-main__content--full-width .p-brand-top__mv__slider a {
  display: block;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__slider a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-main__content--full-width .p-brand-top__mv__slider a:hover {
    opacity: 0.5;
  }
}

.l-main__content--full-width .p-brand-top__mv__text {
  text-align: center;
}

.l-main__content--full-width .p-brand-top__mv__title {
  letter-spacing: .04em;
  color: #FF6994;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__title {
    margin-top: 68px;
    font-size: 20px;
    line-height: 1.4;
  }
}

.l-main__content--full-width .p-brand-top__mv__lead {
  letter-spacing: .04em;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__mv__lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.625;
  }
}

.l-main__content--full-width .p-brand-top__slider {
  max-width: 1170px;
  margin: 70px auto 0;
  border-bottom: none;
  padding-bottom: 70px;
}

.l-main__content--full-width .slick-hidden + .slick-dotted .slick-dots {
  display: none;
}

.l-main__content--full-width .p-brand-top__slider__hdg {
  font-size: 30px;
  text-align: center;
}

.l-main__content--full-width .p-brand-top__slider__hdg .en {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  font-family: 'Josefin Sans', 'sans-serif';
  letter-spacing: .18em;
  color: #FF6994;
}

.l-main__content--full-width .p-brand-top__slider__container {
  position: relative;
  margin-top: 20px;
}

.l-main__content--full-width .p-brand-top__slider__container__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 30px;
  height: 100%;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__slider__container__arrow {
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-main__content--full-width .p-brand-top__slider__container__arrow:hover {
    opacity: 0.5;
  }
}

.l-main__content--full-width .p-brand-top__slider__container__arrow span {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__slider__container__arrow span {
    width: 22px;
    height: 22px;
    top: 32%;
    bottom: auto;
  }

  .l-main__content--full-width .p-brand-top__slider__container__arrow span--right {
    right: 0;
  }

  .l-main__content--full-width .p-brand-top__slider__container__arrow span--left {
    left: 0;
  }
}

.l-main__content--full-width .p-brand-top__slider__container__arrow--right {
  right: 0;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__slider__container__arrow--right span {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    border-top: 1px solid #F28EE5;
    border-right: 1px solid #F28EE5;
    left: -10px;
  }
}

.l-main__content--full-width .p-brand-top__slider__container__arrow--left {
  left: 0;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__slider__container__arrow--left span {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 1px solid #F28EE5;
    border-left: 1px solid #F28EE5;
    right: -10px;
  }
}

.l-main__content--full-width .p-brand-top__slider__container__arrow.slick-disabled {
  opacity: 0 !important;
  cursor: default;
  pointer-events: none;
}

.l-main__content--full-width .p-brand-top__slider__container .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 4.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__slider__container .slick-dots {
    bottom: -24px;
  }
}

.l-main__content--full-width .p-brand-top__slider__container .slick-dots li {
  position: relative;
  background-color: #F28EE5;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__slider__container .slick-dots li {
    width: 8px;
    height: 8px;
    cursor: pointer;
  }
}

.l-main__content--full-width .p-brand-top__slider__container .slick-dots li button {
  display: none;
}

.l-main__content--full-width .p-brand-top__slider__container .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__slider__container .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__slider__container .slick-dots li + li {
    margin-left: 12px;
  }
}

.l-main__content--full-width .p-brand-top__slider__container .slick-slide {
  margin: 0 8px;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__slider__container {
    margin-top: 30px;
  }

  .l-main__content--full-width .p-brand-top__slider__container__group {
    width: 1170px;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-main__content--full-width .p-brand-top__slider__container__group.slick-center {
    opacity: 1;
  }

  .l-main__content--full-width .p-brand-top__slider__container__item {
    display: block;
    width: 330px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-main__content--full-width .p-brand-top__slider__container__item:hover {
    opacity: 0.5;
  }

  .l-main__content--full-width .p-brand-top__slider__container__item + .p-brand-top__slider__container__item {
    margin-left: 40px;
  }

  .l-main__content--full-width .p-brand-top__slider__container__info {
    margin-top: 20px;
    font-size: 14px;
    color: #3b4043;
    text-align: left;
    letter-spacing: .04em;
    line-height: 1.71;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-top-contents__arrow {
    width: 110px;
  }

  .l-main__content--full-width .p-top-contents__arrow span {
    top: 32%;
    width: 22px;
    height: 22px;
  }

  .l-main__content--full-width .p-top-contents__arrow--right {
    right: -40px;
  }

  .l-main__content--full-width .p-top-contents__arrow--left {
    left: -40px;
  }
}

.l-main__content--full-width .p-top-contents__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-top-contents__container {
    width: 100%;
    max-width: 1170px;
  }
}

.l-main__content--full-width .p-top-contents__container__inner {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-top-contents__container__inner {
    width: 1170px;
    margin-top: 30px;
  }
}

.l-main__content--full-width .p-top-contents__container__inner .slick-dots {
  bottom: -24px;
}

.l-main__content--full-width .p-top-contents__container__inner .slick-dots li,
.l-main__content--full-width .p-top-contents__container__inner .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
}

.l-main__content--full-width .p-top-contents__container__inner .slick-dots li {
  opacity: 1;
  background-color: #cedcfa;
}

.l-main__content--full-width .p-top-contents__container__inner .slick-dots li.slick-active {
  background-color: #3070ff;
}

.l-main__content--full-width .p-top-contents__container__inner .slick-dots li + li {
  margin-left: 12px;
}

.l-main__content--full-width .p-top-contents__container__item {
  display: block;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-top-contents__container__item {
    width: 330px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-main__content--full-width .p-top-contents__container__item:hover {
    opacity: 0.5;
  }

  .l-main__content--full-width .p-top-contents__container__item + .p-top-contents__container__item {
    margin-left: 40px;
  }
}

.l-main__content--full-width .p-top-contents__container__item__date {
  color: #b1b3b4;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-top-contents__container__item__date {
    font-size: 14px;
  }
}

.l-main__content--full-width .p-top-contents__container__item__date span {
  margin-left: 10px;
  color: #F28EE5;
  border: 1px solid #F28EE5;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-top-contents__container__item__date span {
    padding: 5px 15px;
    font-size: 12px;
  }
}

.l-main__content--full-width .p-top-contents__container__item__info {
  color: #3b4043;
  text-align: left;
  letter-spacing: .04em;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-top-contents__container__item__info {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.714285714;
  }
}

.l-main__content--full-width .p-brand-top__recommend {
  padding: 96px 0;
  background-image: url(../img/bg_recommend.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-main__content--full-width .p-brand-top__recommend__hdg {
  font-size: 34px;
  text-align: center;
  letter-spacing: .04em;
  color: #FF6994;
}

.l-main__content--full-width .p-brand-top__recommend__hdg .en {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  font-family: 'Josefin Sans', 'sans-serif';
  letter-spacing: .18em;
  color: #FF6994;
}

.l-main__content--full-width .p-brand-top__recommend__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 54px;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__recommend__list__item {
    width: 236px;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__recommend__list__item__img {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-main__content--full-width .p-brand-top__recommend__list__item__img:hover {
    opacity: 0.5;
  }
}

.l-main__content--full-width .p-brand-top__recommend__list__item__title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: calc(22/17);
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__recommend__list__item__title {
    min-height: 44px;
  }
}

.l-main__content--full-width .p-brand-top__recommend__list__item__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: calc(20/14);
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__recommend__list__item__text {
    min-height: 80px;
  }
}

.l-main__content--full-width .p-brand-top__recommend__list__item__text span {
  font-size: 11px;
}

.l-main__content--full-width .p-brand-top__recommend__list__item__text .p-brand-top__recommend__list__item__tag {
  display: block;
  font-size: 13px;
  margin: 14px 0 0 30px;
  position: relative;
}

.l-main__content--full-width .p-brand-top__recommend__list__item__text .p-brand-top__recommend__list__item__tag::before {
  content: "";
  position: absolute;
  background-image: url(/carte_hildoid/img/oukan.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: -28px;
  width: 23px;
  height: 16px;
  margin-top: -9px;
  content: "";
}

.l-main__content--full-width .p-brand-top__recommend__list__item__btn {
  margin-top: 16px;
}

.l-main__content--full-width .p-brand-top__recommend__list__item__btn a {
  display: block;
  position: relative;
  padding: 12px 0;
  border: 1px solid #FF6994;
  font-size: 13px;
  line-height: 1;
  color: #FF6994;
  letter-spacing: .04em;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__recommend__list__item__btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-main__content--full-width .p-brand-top__recommend__list__item__btn a:before {
    position: absolute;
    top: 50%;
    left: 16px;
    background-image: url(/carte_hildoid/img/ico_shopping_pink.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: "";
  }

  .l-main__content--full-width .p-brand-top__recommend__list__item__btn a:hover {
    color: #fff;
    background-color: #FF6994;
  }

  .l-main__content--full-width .p-brand-top__recommend__list__item__btn a:hover:before {
    background-image: url(/carte_hildoid/img/ico_shopping_white.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search {
    max-width: 1170px;
    margin: 110px auto 0;
  }
}

.l-main__content--full-width .p-brand-top__search__inner {
  position: relative;
}

.l-main__content--full-width .p-brand-top__search__hdg {
  font-size: 30px;
  text-align: center;
  letter-spacing: .04em;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__hdg {
    pointer-events: none;
  }
}

.l-main__content--full-width .p-brand-top__search__hdg .en {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  font-family: 'Josefin Sans', 'sans-serif';
  letter-spacing: .18em;
  color: #FF6994;
}

.l-main__content--full-width .p-brand-top__search__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0 -16px;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item {
    margin-left: 16px;
  }

  .p-brand-top__search-skin .l-main__content--full-width .p-brand-top__search__list__item {
    width: 102px;
  }

  .p-brand-top__search-base .l-main__content--full-width .p-brand-top__search__list__item {
    width: 128px;
  }
}

.l-main__content--full-width .p-brand-top__search__list__item a {
  display: block;
  color: #3b4043;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-main__content--full-width .p-brand-top__search__list__item a .p-brand-top__search__list__item__title {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-main__content--full-width .p-brand-top__search__list__item a .p-brand-top__search__list__item__title:after {
    content: "";
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #3070ff;
    opacity: 0;
  }

  .l-main__content--full-width .p-brand-top__search__list__item a:hover .p-brand-top__search__list__item__title {
    color: #3070ff;
  }

  .l-main__content--full-width .p-brand-top__search__list__item a:hover .p-brand-top__search__list__item__title:after {
    opacity: 1;
  }
}

.l-main__content--full-width .p-brand-top__search__list__item__title {
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__title {
    margin-top: 12px;
  }
}

.l-main__content--full-width .p-brand-top__search__list__item__ico {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-base {
    width: 128px;
    height: 112px;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-base1 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_foundation.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-base1:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_foundation_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-base2 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_facepowder.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-base2:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_facepowder_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-base3 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_concealer.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-base3:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_concealer_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-base4 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_base.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-base4:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_base_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-base5 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_bbcc.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-base5:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_bbcc_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-base6 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_accessories.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-base6:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_accessories_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin {
    width: 102px;
    height: 112px;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin1 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_cleansing.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin1:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_cleansing_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin2 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_facewash.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin2:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_facewash_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin3 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_lotion.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin3:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_lotion_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin4 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_emulsion.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin4:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_emulsion_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin5 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_essence.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin5:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_essence_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin6 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_gel.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin6:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_gel_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin7 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_cream.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin7:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_cream_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin8 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_sunscreen.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin8:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_sunscreen_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin9 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_pack.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin9:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_pack_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin10 {
    background-image: url(/carte_hildoid/img/ico/pc/ico_food.png);
  }

  .l-main__content--full-width .p-brand-top__search__list__item__ico-skin10:hover {
    background-image: url(/carte_hildoid/img/ico/pc/ico_food_on.png);
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__all {
    position: absolute;
    top: 18px;
    right: 0;
    text-align: right;
  }
}

.l-main__content--full-width .p-brand-top__search__list__all a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #3b4043;
}

.l-main__content--full-width .p-brand-top__search__list__all a:after {
  border-color: #3b4043;
}

.l-main__content--full-width .p-brand-top__search__list__all a span {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__search__list__all a {
    padding: 0 24px 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-main__content--full-width .p-brand-top__search__list__all a span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: auto;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #3070ff;
    opacity: 0;
  }

  .l-main__content--full-width .p-brand-top__search__list__all a:hover {
    color: #3070ff;
  }

  .l-main__content--full-width .p-brand-top__search__list__all a:hover span:before {
    opacity: 1;
  }

  .l-main__content--full-width .p-brand-top__search__list__all a:hover:after {
    border-color: #3070ff;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__products__title {
    max-width: 1170px;
    margin: -30px auto 0;
    padding: 140px 0 0;
  }
}

.l-main__content--full-width .p-brand-top__products__title__hdg {
  padding: 0;
  font-size: 30px;
  text-align: center;
  letter-spacing: .04em;
}

.l-main__content--full-width .p-brand-top__products__title__hdg .en {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  font-family: 'Josefin Sans', 'sans-serif';
  letter-spacing: .18em;
  color: #FF6994;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__products {
    max-width: 1170px;
    margin: 0 auto;
  }
}

.l-main__content--full-width .p-brand-top__products__hdg {
  display: none;
}

.l-main__content--full-width .p-brand-top__products .p-product__main {
  padding: 0;
}

.l-main__content--full-width .p-brand-top__products .p-product__sortBtn {
  display: none;
}

.l-main__content--full-width .p-brand-top__products .c-product-content__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__products .c-product-content__list {
    margin-top: -30px;
  }

  .l-main__content--full-width .p-brand-top__products .c-product-content__list:before,
  .l-main__content--full-width .p-brand-top__products .c-product-content__list:after {
    content: "";
    display: block;
    width: 200px;
  }

  .l-main__content--full-width .p-brand-top__products .c-product-content__list:before {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__products .c-product__item {
    width: 200px;
    margin: 60px 0 0 !important;
  }
}

.l-main__content--full-width .p-brand-top__products .c-product__item .c-product__thumb {
  padding-top: 100%;
  background-color: transparent;
}

.l-main__content--full-width .p-brand-top__products .c-product__item .c-product__product-name {
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__products .c-product__item .c-product__product-name {
    min-height: 46px;
    font-size: 15px;
    line-height: calc(20/15);
  }
}

.l-main__content--full-width .p-brand-top__products .c-product__item .c-product__brand {
  display: none;
}

.l-main__content--full-width .p-brand-top__products .c-product__item .c-product__price {
  margin-top: 6px;
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__products .c-product__item .c-product__price span {
    font-size: 13px;
    font-weight: normal;
  }
}

.l-main__content--full-width .p-brand-top__products .c-product__item .c-product__thumb.is-new:before,
.l-main__content--full-width .p-brand-top__products .c-product__item .c-product__thumb:after,
.l-main__content--full-width .p-brand-top__products .c-product__item .c-product__icon,
.l-main__content--full-width .p-brand-top__products .c-product__item .c-favorite-btn,
.l-main__content--full-width .p-brand-top__products .c-product__item .c-product__product-name + div,
.l-main__content--full-width .p-brand-top__products .c-product__item .c-product__color-try {
  display: none;
}

.l-main__content--full-width .p-brand-top__products__btn__more {
  max-width: 400px;
  margin: 32px auto 0;
  text-align: center;
}

.l-main__content--full-width .p-brand-top__products__btn__more span {
  display: block;
  position: relative;
  padding: 15px 0;
  line-height: 1;
  border: 1px solid #3070ff;
  background-color: #fff;
  font-size: 15px;
  color: #3070ff;
  letter-spacing: .04em;
  text-align: center;
}

.l-main__content--full-width .p-brand-top__products__btn__more span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #3070ff;
  border-left: 1px solid #3070ff;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__products__btn__more span {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-main__content--full-width .p-brand-top__products__btn__more span:hover {
    color: #fff;
    background-color: #3070ff;
  }

  .l-main__content--full-width .p-brand-top__products__btn__more span:hover:after {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

.l-main__content--full-width .p-brand-top__series {
  margin-top: 110px;
  padding: 80px 0;
  background-color: #f7faff;
}

.l-main__content--full-width .p-brand-top__series__hdg {
  font-size: 30px;
  text-align: center;
  letter-spacing: .04em;
}

.l-main__content--full-width .p-brand-top__series__hdg .en {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  font-family: 'Josefin Sans', 'sans-serif';
  letter-spacing: .18em;
  color: #FF6994;
}

.l-main__content--full-width .p-brand-top__series__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__series__list {
    max-width: 834px;
  }
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__series__list__item {
    width: 262px;
  }
}

.l-main__content--full-width .p-brand-top__series__list__item__img {
  font-size: 0;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.l-main__content--full-width .p-brand-top__series__list__item__img a {
  display: block;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__series__list__item__img a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-main__content--full-width .p-brand-top__series__list__item__img a:hover {
    opacity: 0.5;
  }
}

.l-main__content--full-width .p-brand-top__series__list__item__title {
  font-size: 15px;
  letter-spacing: .12em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__series__list__item__title {
    margin-top: 24px;
  }
}

.l-main__content--full-width .p-brand-top__series__list__item__text {
  margin-top: 12px;
  font-size: 13px;
  line-height: calc(20/13);
}

.l-main__content--full-width .p-brand-top__series__btn {
  max-width: 400px;
  margin: 32px auto 0;
  text-align: center;
  padding: 0 20px;
}

.l-main__content--full-width .p-brand-top__series__btn a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #FF6994;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  letter-spacing: .04em;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .l-main__content--full-width .p-brand-top__series__btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .l-main__content--full-width .p-brand-top__series__btn a:hover {
    background-color: #99004C;
  }
}

.l-main__content--full-width .p-brand-top__series__btn a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  background-image: url(/carte_hildoid/img/ico_link.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  content: "";
}

@media screen and (min-width: 901px), print {
  .u-is-sp {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .u-is-pc {
    display: block;
  }
}

.bn_area {
   width: 50%;
   margin: 0 auto;
   margin-top: 50px;
   margin-bottom: 30px;
}


.l-main__content--full-width .p-brand-top__series__btn a {
  background-color:#FF6994;
}
