@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dlnjoj");
  src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.h3--top {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}

.grayArea {
  background: #F9F9F9;
}

@media screen and (max-width: 768px) {
  .grayArea {
    background: transparent;
  }
}

@media screen and (max-width: 768px) {
  .grayArea .h2--area {
    padding-left: 20px;
  }
}

.grayArea .row {
  margin-top: 40px;
}

.grayArea .inner {
  min-width: 896px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 6.25vw 100px;
}

@media screen and (max-width: 768px) {
  .grayArea .inner {
    min-width: inherit;
    padding: 0;
  }
}

.topItemProduct {
  background: #fff;
  text-decoration: none;
  padding: 30px;
  margin-top: 12px;
}

.topItemProduct:hover {
  text-decoration: none;
}

.topItemProduct__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.topItemProduct__brand:hover {
  text-decoration: none;
}

.topItemProduct__brand__subTitle {
  color: #767676;
  font-size: 11px;
  display: block;
  text-decoration: none;
}

.topItemProduct__brand__title {
  font-size: 14px;
  display: inline-block;
}

.topItemProduct__brand--col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topItemProduct__brand--col4 .topItemProduct__brand__block {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.topItemProduct__brand--col4 .topItemProduct__brand__block img {
  width: 80px;
}

.topItemProduct__brand__block {
  width: 50%;
  margin-top: 10px;
}

.topItemProduct img {
  float: left;
  width: 140px;
  margin-right: 15px;
}

.topItemProduct .seriesTag {
  display: block;
  margin: 0;
}

.topItemProduct .seriesTag li {
  width: auto;
  display: inline-block;
  padding: 0 4px;
  margin-top: 2px;
  font-size: 11px;
}

.topItemProduct .seriesTag__skincare {
  background: #E5F0F5;
}

.topItemProduct .seriesTag__special {
  background: #F7F9E1;
}

.topItemProduct .seriesTag__make {
  background: #F7E8EE;
}

.topItemProduct .seriesTag__bodycare {
  background: #EBF6EF;
}

.topItemProduct .seriesTag__uv {
  background: #ECE9FA;
}

.topItemProduct .seriesTag__innerSkincare {
  background: #F9EFD9;
}

.topItemProduct__brand__txt {
  font-size: 12px;
  margin-top: 20px;
}

.topItemProduct + .h3--top {
  margin-top: 60px;
}

.topItemProductSp {
  background: #EBEBEB;
  padding: 10px;
  display: none;
}

.topItemProductSp.is-open {
  display: block;
}

.topItemProductSp__block {
  background: #fff;
  padding: 16px 24px;
  margin-top: 10px;
}

.topItemProductSp__block:first-child {
  margin-top: 0;
}

.topItemProductSp__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px -5px 0px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topItemProductSp__menu li a {
  border: 1px solid #E0E0E0;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  padding: 14px 16px;
  margin: 0;
  font-size: 12px;
  text-align: center;
}

.topItemProductSp__menu li a.is-active {
  background: #EBEBEB;
}

.topItemProductSp__menu li a span {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.topItemProductSp__list {
  display: none;
}

.topItemProductSp__list ul {
  border-bottom: 1px solid #E0E0E0;
}

.topItemProductSp__list li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-top: 1px solid #E0E0E0;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
  background: url(/contents/common/images/bg-link-arrow-next.png) right center no-repeat;
  background-size: auto;
  background-size: 5px 9px;
}

.topItemProductSp__makeBlock .topItemProductSp__list li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}

.topItemProductSp__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .topItemProductSp__link img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}

.topItemProductSp__icon {
  width: 12px;
  height: 12px;
}

.topItemProductSp__icon::after, .topItemProductSp__icon::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #999;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.topItemProductSp__icon:before {
  top: 50%;
  height: 2px;
  right: 2px;
  width: 14px;
}

.topItemProductSp__link.is-open .topItemProductSp__icon:before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.topItemProductSp__icon:after {
  top: 50%;
  width: 2px;
  right: 8px;
  height: 14px;
}

.topItemProductSp__link.is-open .topItemProductSp__icon:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.topItemProductSp__head {
  background: #FAFAFA;
  font-weight: bold;
  padding: 6px 12px;
}

.topItemProductSp__head:first-child {
  border-top: 1px solid #E0E0E0;
  margin-top: 10px;
}

.topItemProductSp__head + ul {
  margin: 0;
}

.topItemProductSp__head:nth-child(5) + ul {
  margin-bottom: 20px;
}

.topItemProductSp__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 5px;
}

.topItemProductSp__2col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  margin: 0 5px;
}

.topItemProductSp__3col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33% - 10px);
  margin: 10px 5px 0;
}

.topItemProductSp__brand {
  text-decoration: none;
}

.topItemProductSp__subTitle {
  color: #767676;
  display: block;
  font-size: 11px;
}

.topItemProductSp__title {
  line-height: 1.25;
}

.topItemProductSp__txt {
  background: #fff;
  padding: 20px;
  font-size: 12px;
}

.topItemProductSp__tag {
  padding: 30px 20px 20px;
}

@media screen and (max-width: 768px) {
  .topItemProductSp__tag {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .topItemProductSp__tag .h3--top {
    font-size: 16px;
    margin-top: 46px;
  }
}

.topItemCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px !important;
}

.topItemCategory li {
  width: calc(20% - 10px);
}

.topItemCategory li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 10px;
  width: 100%;
  position: relative;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topItemCategory li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  top: 50%;
  right: 6%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #2F2929;
  border-right: 1px solid #2F2929;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.topItemCategory li a.is-active {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}

.topItemCategory li a.is-active:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -10px;
}

.topItemCategory li a.is-active::after {
  top: 50%;
  right: 6%;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.topItemCategory li img {
  margin-right: 10px;
  max-width: 60px;
}

.topItemCategory__block {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 0 2vw;
  height: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.topItemCategory__block.is-active {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  height: auto;
  width: 100%;
}

.topItemCategory__inner {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .topItemCategory__inner {
    padding-top: 0;
  }
}

.topItemCategory__ttl {
  font-weight: bold;
  margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .topItemCategory__ttl {
    padding-top: 0;
  }
}

.topItemCategory__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}

.topItemCategory__item + ul {
  margin-top: 40px;
}

.topItemCategory__centerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topItemCategory__itemBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(20.67% - 20px);
  margin-right: 10px;
  margin-top: 20px;
}

.topItemCategory__itemBlock img {
  margin-right: 10px;
  max-width: 60px;
}

.topItemCategory__itemBlock > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topItemCategory__link img {
  width: 100%;
}

.topItemPurpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topItemPurpose li {
  width: calc(50% - 5px);
}

@media screen and (max-width: 768px) {
  .topItemPurpose li {
    width: 100%;
    margin-top: 10px;
  }
}

.topItemPurpose li:first-child {
  margin-top: 0;
}

.topItemPurpose li:nth-child(n + 3) {
  margin-top: 10px;
}

.topItemPurpose li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  text-decoration: none;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.topItemPurpose li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  top: 50%;
  right: 4%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #2F2929;
  border-right: 1px solid #2F2929;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.topItemPurpose li img {
  width: 60px;
  margin-right: 10px;
  margin-left: -20px;
}
