@charset "UTF-8";
.h2__title {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .h2__title {
    font-size: 16px;
  }
}

.h2--top {
  line-height: 1.8;
  margin: 80px 0 50px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .h2--top {
    margin: 60px 0 40px;
    font-size: 12px;
  }
}

.block--gray .h2--top {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .block--gray .h2--top {
    margin-top: 20px;
  }
}

.h2--top span {
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .h2--top span {
    font-size: 20px;
    line-height: 1.8;
    margin-right: 10px;
  }
}

.h2--top .txt--m {
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .h2--top .txt--m {
    font-size: 20px;
  }
}

.h2--top + .topLinkBlock {
  margin-top: 50px;
}

.h2--area,
.h2--areaCenter {
  font-size: 28px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .h2--area,
  .h2--areaCenter {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

.h2--areaCenter {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 40px;
}

.h2--areaCenter span {
  display: block;
}

@media screen and (max-width: 768px) {
  .h2--areaCenter {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.h3 {
  font-size: 18px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .h3 {
    margin-top: 36px;
    font-size: 14px;
  }
}

.h3--top {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}

.headBnr--slp.login .headBnr__wrap {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .headBnr--slp.login .headBnr__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headBnr--slp.login .headBnr__body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.firstBannerGrid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

@media screen and (max-width: 768px) {
  .firstBannerGrid ul {
    overflow: hidden;
    display: block;
    margin: 0 -5px;
  }
}

.firstBannerGrid ul li {
  -ms-flex-preferred-size: 352px;
      flex-basis: 352px;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .firstBannerGrid ul li {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    float: left;
    width: 50%;
    margin: 0;
  }
}

.firstBannerGrid ul li:first-child {
  -ms-flex-preferred-size: 670px;
      flex-basis: 670px;
}

@media screen and (max-width: 768px) {
  .firstBannerGrid ul li:first-child {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    width: 100%;
    margin: 0;
  }
}

.firstBannerGrid ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.firstBannerGrid ul li a:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .firstBannerGrid ul li a:hover {
    opacity: 1;
  }
}

.firstBannerGrid ul li a:hover span {
  text-decoration: none;
}

.firstBannerGrid ul li a span {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .firstBannerGrid ul li a {
    margin: 10px 5px 0;
  }
}

@media screen and (max-width: 768px) {
  .firstBannerGrid ul li:first-child a {
    margin-top: 0;
  }
}

.firstBannerGrid ul img {
  width: 100%;
}

.btn--top {
  height: 52px;
}

@media screen and (max-width: 768px) {
  .btn--top {
    width: 90%;
  }
}

.featureGrid, .featureGrid--L {
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .featureGrid, .featureGrid--L {
    margin: 0 -20px 60px;
    padding: 0 20px;
  }
}

.featureGrid__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
}

@media screen and (max-width: 768px) {
  .featureGrid__itemList {
    display: block;
    margin: 0;
  }
}

.featureGrid__itemList a {
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.featureGrid__itemList a:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .featureGrid__itemList a:hover {
    opacity: 1;
  }
}

.featureGrid__itemList a:hover span {
  text-decoration: none;
}

.featureGrid__itemList a span {
  text-decoration: none;
}

.featureGrid__mainItem {
  width: 38.8%;
  margin: 0 20px 0 40px;
}

@media screen and (max-width: 768px) {
  .featureGrid__mainItem {
    display: block;
    width: auto;
    margin: 0;
  }
}

.featureGrid__mainItem img {
  width: 100%;
}

.featureGrid__otherItem {
  width: 70%;
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .featureGrid__otherItem {
    display: block;
    width: auto;
    margin: 0;
  }
}

.featureGrid__item {
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .featureGrid__item {
    width: auto;
    padding: 0;
  }
}

.featureGrid__item:nth-child(n + 3) {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .featureGrid__item:nth-child(n + 3) {
    margin-top: 0;
  }
}

.featureGrid__item a {
  display: block;
}

.featureGrid__item img {
  width: 100%;
}

.featureGrid .featureGrid__caption, .featureGrid--L .featureGrid__caption {
  line-height: 1;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .featureGrid__item:first-child .featureGrid__caption {
    margin: 40px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .featureGrid__item:nth-child(n + 1) .featureGrid__caption {
    margin: 40px 0 20px;
  }
}

.featureGrid--L .featureGrid__itemList {
  display: block;
  margin: 0;
}

.featureGrid--L .featureGrid__mainItem {
  display: block;
  width: auto;
  margin: 0;
}

.featureGrid--L .featureGrid__otherItem {
  width: auto;
  margin: 40px -20px 0;
}

@media screen and (max-width: 768px) {
  .featureGrid--L .featureGrid__otherItem {
    margin: 0;
  }
}

.topLinkBlock {
  margin: 80px -10px;
}

@media screen and (max-width: 768px) {
  .topLinkBlock {
    margin: 40px -10px;
  }
}

.topLinkBlock ul {
  margin-bottom: -20px;
}

.topLinkBlock ul::after {
  content: "";
  clear: both;
  display: table;
}

.topLinkBlock li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .topLinkBlock li {
    width: 50%;
  }
}

.topLinkBlock a {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .topLinkBlock a {
    height: 44px;
    padding: 0 10px;
    font-size: 12px;
  }
}

.incentive {
  padding: 60px 0 20px;
  background: #FAFAFA;
}

.incentive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .incentive__list {
    overflow: hidden;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.incentive__list + ul {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .incentive__listItem {
    width: 50%;
    float: left;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .incentive__listItem:nth-child(3) {
    position: relative;
    float: none;
    clear: both;
    margin: 0 auto;
  }
}

.incentive__listItem a {
  overflow: hidden;
  display: block;
  margin: 0 10px;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.incentive__listItem a:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .incentive__listItem a:hover {
    opacity: 1;
  }
}

.incentive__listItem a:hover span {
  text-decoration: none;
}

.incentive__listItem a span {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .incentive__listItem a {
    margin: 0 6%;
  }
}

.incentive__listItem img {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .incentive__listItem img {
    width: 100%;
  }
}

.incentive .notes {
  margin-bottom: 0;
}

.incentive + .container {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .incentive + .container {
    margin-bottom: 50px;
  }
}

.slideMenuList--top {
  padding-bottom: 80px;
  border-bottom: 1px solid #E0E0E0;
}

.topCatalogRequest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .topCatalogRequest {
    display: block;
    margin-bottom: 60px;
  }
}

.topCatalogRequest p,
.topCatalogRequest ul {
  margin: 0;
}

.topCatalogRequest ul {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .topCatalogRequest ul {
    margin-top: 40px;
  }
}

.top--bunner {
  margin-top: 20px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top--bunner {
    padding-bottom: 30px;
  }
}

.top--bunner li {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .top--bunner li {
    margin-top: 40px;
  }
}

.top--bunner li:first-child {
  margin-top: 0;
}

.top--bunner a {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.top--bunner a:first-child {
  margin-top: 0;
}

.top--bunner img {
  width: 100%;
}

.newsTable {
  border-top: solid 1px #E0E0E0;
}

.newsTable li {
  clear: both;
  border-bottom: solid 1px #E0E0E0;
}

.newsTable__link {
  display: block;
  padding: 20px 30px 20px 0;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}

.newsTable__link::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 768px) {
  .newsTable__link {
    text-decoration: none;
  }
}

.newsTable__link:hover {
  text-decoration: none;
}

.newsTable__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 9px;
  background: url(/contents/common/images/bg-link-arrow-next.png) no-repeat left top;
  background-size: 5px 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .newsTable__link {
    padding: 10px 1em 10px 0;
  }
  .newsTable__link::after {
    right: 0;
  }
}

.newsTable__date {
  display: block;
  width: 110px;
  float: left;
  background: none;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.android .newsTable__date {
  font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
  .newsTable__date {
    width: auto;
    float: none;
  }
}

.newsTable__txt {
  display: block;
}

@media screen and (max-width: 768px) {
  .newsTable + .more {
    margin: 40px 0 60px;
  }
}

.shopInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .shopInformation {
    display: block;
  }
}

.shopInformation p,
.shopInformation ul {
  margin: 0;
}

.shopInformation__news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shopInformation__news > li {
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
}

.shopInformation__news > li:first-child {
  border-top: 1px solid #E0E0E0;
}

.shopInformation__tag span + span {
  display: inline;
  margin-left: 5px;
}

.shopInformation__store {
  margin-left: 80px;
}

@media screen and (max-width: 768px) {
  .shopInformation__store {
    margin: 20px 0 0;
  }
}

.shopInformation__store li + li {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .shopInformation__store li + li {
    margin: 10px 0 0;
  }
}

.shopInformation__banner {
  display: block;
  width: 320px;
  margin: 20px 0 0;
  border: 1px solid #E0E0E0;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.shopInformation__banner:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .shopInformation__banner:hover {
    opacity: 1;
  }
}

.shopInformation__banner:hover span {
  text-decoration: none;
}

.shopInformation__banner span {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .shopInformation__banner {
    width: auto;
  }
}

.shopInformation__banner img {
  display: block;
  width: 100%;
  border: 1px solid #E0E0E0;
  border-bottom: none;
}

.shopInformation__banner .btn--small {
  display: table;
  border-collapse: separate;
  border: none;
}

.shopInformation__banner .btn--small span {
  display: table-cell;
  vertical-align: middle;
}

.topShopInformation p,
.topShopInformation ul {
  margin: 0;
}

.topShopInformation__news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.topShopInformation__news > li {
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
}

.topShopInformation__news > li:first-child {
  border-top: 1px solid #E0E0E0;
}

.topShopInformation__tag span + span {
  display: inline;
  margin-left: 5px;
}

.topShopInformation__store {
  margin-left: 80px;
}

@media screen and (max-width: 768px) {
  .topShopInformation__store {
    margin: 20px 0 0;
  }
}

.topShopInformation__store li + li {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
  .topShopInformation__store li + li {
    margin: 10px 0 0;
  }
}

.topShopInformation__banner {
  display: block;
  width: 320px;
  margin: 20px 0 0;
  border: 1px solid #E0E0E0;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.topShopInformation__banner:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .topShopInformation__banner:hover {
    opacity: 1;
  }
}

.topShopInformation__banner:hover span {
  text-decoration: none;
}

.topShopInformation__banner span {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .topShopInformation__banner {
    width: auto;
  }
}

.topShopInformation__banner img {
  display: block;
  width: 100%;
  border: 1px solid #E0E0E0;
  border-bottom: none;
}

.topShopInformation__banner .btn--small {
  display: table;
  border-collapse: separate;
  border: none;
}

.topShopInformation__banner .btn--small span {
  display: table-cell;
  vertical-align: middle;
}

.topShopInformation .shopNews__listTitle {
  width: 335px !important;
}

.topShopInformation .shopNews__listLink .shopNews__listContent {
  padding-left: 30px;
}

.topShopInformation .shopInformation__store {
  margin: 50px auto 0;
}

.topShopInformation .shopInformation__store ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topShopInformation .shopInformation__store ul li {
  margin: 0;
}

.topShopInformation .shopInformation__store ul li + li {
  margin-left: 20px;
}

.topShopInformation .shopInformation__store .btn {
  margin: 0;
}

.shopNews {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.shopNews__list {
  border-bottom: 1px solid #E0E0E0;
}

.shopNews__list > li {
  border-top: 1px solid #E0E0E0;
  padding: 18px 0;
}

.shopNews__listLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .shopNews__listLink {
    text-decoration: none;
  }
}

.shopNews__listLink:hover {
  text-decoration: none;
}

.shopNews__listLink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 9px;
  background: url(/contents/common/images/bg-link-arrow-next.png) no-repeat left top;
  background-size: 5px 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .shopNews__listLink {
    display: block;
    text-decoration: none;
    padding-right: 1em;
  }
  .shopNews__listLink::after {
    right: 0;
  }
}

.shopNews__listLink .shopNews__listTitle {
  padding-left: 0;
  display: block;
  width: 350px;
}

@media screen and (max-width: 768px) {
  .shopNews__listLink .shopNews__listTitle {
    width: auto;
    padding-right: 0;
    background: none;
  }
}

.shopNews__listLink .shopNews__listTitle span {
  margin-right: 10px;
}

.shopNews__listLink .shopNews__listTitle [class*="tag"] {
  margin-right: 0;
  margin-left: 10px;
  vertical-align: 1px;
}

.shopNews__listLink .shopNews__listContent {
  padding-left: 40px;
  width: calc(100% - 390px);
}

@media screen and (max-width: 768px) {
  .shopNews__listLink .shopNews__listContent {
    padding-left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.shopNews__listLink .shopNews__listContent p {
  margin: 0;
}

.topRecommend {
  margin: 80px 0;
}

@media screen and (max-width: 768px) {
  .topRecommend {
    margin: 60px 0;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .topRecommend .communitySite--1col {
    margin-top: 60px;
  }
}

.topCategoryList, .topCategoryList--sub {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .topCategoryList, .topCategoryList--sub {
    margin: 0 -20px;
  }
}

.topCategoryList + .topCategoryList, .topCategoryList--sub + .topCategoryList, .topCategoryList + .topCategoryList--sub, .topCategoryList--sub + .topCategoryList--sub {
  margin-top: 10px;
}

.topCategoryList ul, .topCategoryList--sub ul {
  width: 100%;
  margin: 0;
  letter-spacing: -.4em;
}

.android .topCategoryList ul, .android .topCategoryList--sub ul {
  letter-spacing: -1em;
}

.topCategoryList a, .topCategoryList--sub a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.topCategoryList a:hover, .topCategoryList--sub a:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .topCategoryList a:hover, .topCategoryList--sub a:hover {
    opacity: 1;
  }
}

.topCategoryList a:hover span, .topCategoryList--sub a:hover span {
  text-decoration: none;
}

.topCategoryList a span, .topCategoryList--sub a span {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .topCategoryList a, .topCategoryList--sub a {
    padding: 5px 0;
  }
}

.topCategoryList li, .topCategoryList--sub li {
  display: inline-block;
  width: 50%;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.topCategoryList li:nth-child(odd), .topCategoryList--sub li:nth-child(odd) {
  padding-right: 10px;
}

.topCategoryList li:nth-child(even), .topCategoryList--sub li:nth-child(even) {
  padding-left: 10px;
}

.topCategoryList li a, .topCategoryList--sub li a {
  position: relative;
}

@media screen and (max-width: 768px) {
  .topCategoryList li a, .topCategoryList--sub li a {
    padding-right: 14px;
    font-size: 12px;
  }
}

.topCategoryList li a:after, .topCategoryList--sub li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  top: 15px;
  right: 2%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .topCategoryList li a:after, .topCategoryList--sub li a:after {
    top: 14px;
    right: 6%;
    width: 6px;
    height: 6px;
  }
}

.topCategoryList__title {
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .topCategoryList__title {
  font-weight: 700;
}

.topCategoryList__title:first-child {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .topCategoryList__title {
    font-size: 11px;
  }
}

.topCategoryList--sub {
  padding: 20px 20px;
  background-color: #FAFAFA;
}

@media screen and (max-width: 768px) {
  .topCategoryList--sub {
    margin: 0 -20px 0;
  }
}

.topCategoryList--sub p {
  margin: 0;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.android .topCategoryList--sub p {
  font-weight: 700;
}

.topCategoryList__inner {
  width: 100%;
}

.main .slideMenuList__inner {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .main .slideMenuList__inner {
    padding: 20px 20px 30px;
  }
}

.lineupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .lineupList {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.lineupList__txt {
  padding-left: 18px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .lineupList__txt {
    font-size: 14px;
  }
}

.lineupList__icon {
  width: 12px;
  height: 12px;
}

.lineupList__icon:before, .lineupList__icon:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.lineupList__icon:before {
  top: 50%;
  right: 14px;
  width: 14px;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .lineupList__icon:before {
    right: 18px;
    width: 10px;
    height: 2px;
  }
}

.is-open .lineupList__icon:before {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.lineupList__icon:after {
  top: 50%;
  width: 2px;
  right: 20px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .lineupList__icon:after {
    right: 22px;
    width: 2px;
    height: 10px;
  }
}

.is-open .lineupList__icon:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.lineupContent .category {
  padding-bottom: 58px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .lineupContent .category {
    padding-bottom: 30px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.lineupContent__link {
  display: none;
  margin-bottom: 30px;
}

.lineupContent__link span {
  padding-left: 20px;
}

.lineupContent__link span img {
  width: 5%;
  margin-top: -3px;
  margin-left: 10px;
}

.lineupPickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.lineupPickup a {
  text-decoration: none;
  display: inline-block;
  padding: 4px;
}

.lineupPickup__item {
  width: 16.667%;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .lineupPickup__item > a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.lineupPickup__item > a img {
  width: 100%;
  max-width: 164px;
}

.lineupPickup__item.is-active {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.lineupPickup__item.is-active .js-lineupPickupBtn {
  position: relative;
  z-index: 10;
}

.lineupPickup__item.is-active .js-lineupPickupBtn::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  height: 12px;
  width: 12px;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
}

@media screen and (max-width: 768px) {
  .lineupPickup__item.is-active .js-lineupPickupBtn::before {
    bottom: -6px;
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .lineupPickup__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1%;
    width: 33.3%;
  }
}

.lineupPickup__item p {
  margin-top: 14px;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: left;
  padding-left: 6px;
  min-height: 42px;
}

@media screen and (max-width: 768px) {
  .lineupPickup__item p {
    font-size: 12px;
    text-align: left;
    padding-left: 0;
    min-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .lineupPickup__item:nth-child(n + 4) p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .lineupPickup__item:nth-child(6n + 4) .lineupPickupInner, .lineupPickup__item:nth-child(6n + 5) .lineupPickupInner, .lineupPickup__item:nth-child(6n + 6) .lineupPickupInner {
    left: auto;
    right: 0;
  }
}

.innerSkin {
  width: 16.6%;
  padding: 4px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .innerSkin {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33%;
    padding: 4px;
  }
}

.innerSkin a {
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
  text-align: left;
  padding: 4px;
}

@media screen and (max-width: 768px) {
  .innerSkin a {
    display: block;
    padding: 0;
  }
}

.innerSkin a div {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.innerSkin a:hover div {
  opacity: .65;
}

.innerSkin a p {
  margin-top: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .innerSkin a p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.innerSkin__img img {
  max-width: 164px;
}

h3.innerSkinTitle {
  margin-top: 16px;
}

.lineupItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .lineupItem {
    padding-bottom: 0;
  }
}

.lineupItem li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 31%;
  position: relative;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .lineupItem li {
    font-size: 12px;
    width: 47%;
    margin-bottom: 12px;
  }
}

.lineupItem li:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  top: 25%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .lineupItem li:after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

.lineupItem li a {
  text-decoration: none;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lineupItem li a {
    width: 100%;
  }
}

.slideMenuList {
  margin-top: 0;
}

.slideMenuList--category {
  margin-top: 0;
}

.slideMenuList__img {
  width: auto;
  margin: 0 10px 0 0;
  max-width: 143px;
}

.slideMenuList__listItem {
  padding: 0;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .slideMenuList__listItem {
    font-size: 14px;
  }
}

.slideMenuList__icon:before {
  right: 14px;
  width: 14px;
}

@media screen and (max-width: 768px) {
  .slideMenuList__icon:before {
    right: 18px;
    width: 10px;
    height: 2px;
  }
}

.slideMenuList__icon:after {
  right: 20px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .slideMenuList__icon:after {
    right: 22px;
    width: 2px;
    height: 10px;
  }
}

.slideMenuList .link--next {
  font-size: 16px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slideMenuList .link--next {
    font-size: 14px;
  }
}

.slideMenuList .link--next:after {
  background: none;
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  top: 42%;
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .slideMenuList .link--next:after {
    top: 30%;
    right: 20px;
    width: 6px;
    height: 6px;
  }
}

.category .link--next {
  font-size: 16px;
  background-position: right 10px center;
}

@media screen and (max-width: 768px) {
  .category .link--next {
    font-size: 14px;
  }
}

.trouble, .trouble--ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

@media screen and (max-width: 768px) {
  .trouble, .trouble--ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2%;
  }
}

.trouble li, .trouble--ico li {
  display: inline-block;
  width: 100%;
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .trouble li, .trouble--ico li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 4px 1.5%;
    margin: 0;
  }
}

.trouble li a, .trouble--ico li a {
  display: inline-block;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  position: relative;
  padding: 4px 20px 4px 10px;
  margin-top: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  letter-spacing: -.15em;
}

@media screen and (max-width: 768px) {
  .trouble li a, .trouble--ico li a {
    border: 1px solid #e0e0e0;
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding-top: 8px;
    padding-right: 14px;
    letter-spacing: 0;
    margin: 0;
  }
}

.trouble li a:after, .trouble--ico li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  top: 44%;
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .trouble li a:after, .trouble--ico li a:after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .trouble li:first-child a, .trouble--ico li:first-child a,
  .trouble li:nth-child(2) a,
  .trouble--ico li:nth-child(2) a {
    border-top: 1px solid #e0e0e0;
  }
}

.trouble--ico {
  display: block;
}

@media screen and (max-width: 768px) {
  .trouble--ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.trouble--ico li {
  width: calc(25% - 20px);
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .trouble--ico li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 4px 1.5%;
    margin: 0;
  }
}

.trouble--ico li a {
  height: 56px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .trouble--ico li a {
    height: auto;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
  }
}

.trouble--ico li:nth-child(-n + 4) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .trouble--ico li:nth-child(-n + 4) a {
    border-radius: 50px 10px 10px 50px;
  }
}

.trouble--ico span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .trouble--ico span {
    margin: -10px 10px -10px -14px;
  }
}

.trouble--ico img {
  height: 46px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .beautySlide {
    margin-bottom: 50px;
  }
}

/* ---------------------------------------------------------------------
	カルーセル（LINEUP）
 --------------------------------------------------------------------- */
.lineupPickupInner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: absolute;
  display: none;
  left: 0;
  padding: 30px 10px;
}

@media screen and (max-width: 768px) {
  .lineupPickupInner {
    border-radius: 8px;
    overflow-x: auto;
    width: calc(100% - 10px) !important;
    left: 0;
    padding: 20px 0 20px 10px;
  }
}

.lineupPickup__item.is-active .lineupPickupInner {
  display: block;
}

.lineupPickupInner .txt--center {
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .lineupPickupInner .btn--small {
    width: 160px;
    padding: 0.5px 4px 2.5px;
    height: auto;
  }
}

.lineupPickupInner .btn--small .link--next {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .lineupPickupInner .btn--small .link--next {
    font-size: 12px;
    padding-left: 4px;
  }
}

.lineupPickupSlide {
  text-align: left;
  margin: 0 auto;
  padding: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .lineupPickupSlide {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.lineupPickupSlide a {
  text-decoration: none;
  display: block;
}

.lineupPickupSlide__item {
  position: relative;
  display: inline-block;
  width: 13.7vw;
  max-width: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  white-space: normal;
  vertical-align: top;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lineupPickupSlide__item {
    width: 33vw;
    padding: 0 5px;
  }
}

.lineupPickupSlide img {
  width: 100%;
}

.lineupPickupSlide p {
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .lineupPickupSlide p {
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .lineupPickupSlide__img {
    margin: 0 auto;
    width: 80%;
  }
}

.lineupPickupSlide__txt {
  text-align: center;
  padding: 10px 0;
}

.lineupPickupSlide__link {
  text-align: center;
}

.lineupPickupSlide__link p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border: 1px solid #5c5a5a;
  padding: 2px 20px;
  text-decoration: none;
  margin-top: 14px;
  width: 120px;
  height: 34px;
}

@media screen and (max-width: 768px) {
  .lineupPickupSlide__link p {
    margin-top: 4px;
    width: 120px;
  }
}

.js-popSlideDummy {
  pointer-events: none;
}

/* ---------------------------------------------------------------------
	top-swiper 定義
 --------------------------------------------------------------------- */
.top-swiper-nav {
  width: 50%;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .top-swiper-nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0  !important;
    width: 100%;
    position: absolute !important;
    top: calc(243 / 375 * 100vw + 16px);
    right: 0;
    left: 0;
  }
}

.top-swiper-nav img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.top-swiper-nav .swiper-wrapper {
  margin: 0;
  opacity: 0;
  -webkit-transition: linear .3s;
  transition: linear .3s;
}

.top-swiper-nav .swiper-wrapper.slick-initialized {
  opacity: 1;
}

.top-swiper-nav .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 2px;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .top-swiper-nav .swiper-slide {
    width: calc(80% / 3);
  }
}

.top-swiper-nav .swiper-button-disabled {
  display: none;
}

.top-swiper-nav .slick-next,
.top-swiper-nav .slick-prev {
  z-index: 11;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #231815;
  background-color: #FFF;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-swiper-nav .slick-next:hover,
.top-swiper-nav .slick-prev:hover {
  border-color: #999;
}

.top-swiper-nav .slick-next:hover::before,
.top-swiper-nav .slick-prev:hover::before {
  opacity: 0.65;
}

.top-swiper-nav .slick-next::before,
.top-swiper-nav .slick-prev::before {
  content: "";
  display: block;
  width: 38px;
  height: 9px;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.top-swiper-nav .slick-prev {
  left: 10px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .top-swiper-nav .slick-prev {
    left: 10px;
  }
}

.top-swiper-nav .slick-prev::before {
  padding-left: 32%;
  height: 17px;
  width: 26px;
  background: url(/contents/common/images/bg-link-arrow-prev-02.png) center center no-repeat;
  background-size: contain;
}

.top-swiper-nav .slick-next {
  right: 10px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .top-swiper-nav .slick-next {
    right: 10px;
  }
}

.top-swiper-nav .slick-next::before {
  padding-left: 40%;
  height: 17px;
  width: 26px;
  background: url(/contents/common/images/bg-link-arrow-next-02.png) center center no-repeat;
  background-size: contain;
}

.top-swiper-nav .slick-list {
  position: relative;
}

.top-swiper-nav .slick-list::before, .top-swiper-nav .slick-list::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  display: block;
  top: 0;
  z-index: 10;
}

.top-swiper-nav .slick-list::before {
  right: calc(60% + 2px);
}

@media (max-width: 1440px) {
  .top-swiper-nav .slick-list::before {
    right: 60%;
  }
}

@media screen and (max-width: 768px) {
  .top-swiper-nav .slick-list::before {
    right: 63.6%;
  }
}

.top-swiper-nav .slick-list::after {
  left: calc(60% + 2px);
}

@media (max-width: 1440px) {
  .top-swiper-nav .slick-list::after {
    left: calc(60% + 4px);
  }
}

@media (max-width: 1280px) {
  .top-swiper-nav .slick-list::after {
    left: calc(60% + 2px);
  }
}

@media screen and (max-width: 768px) {
  .top-swiper-nav .slick-list::after {
    left: 63.7%;
  }
}

.keyVisualSwiper, .keyVisualSwiper--bullet {
  margin: 0 -20px 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .keyVisualSwiper, .keyVisualSwiper--bullet {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisualSwiper .container, .keyVisualSwiper--bullet .container {
    padding: 0;
  }
}

.keyVisualSwiper .swiper-container, .keyVisualSwiper--bullet .swiper-container {
  height: auto;
  cursor: pointer;
}

.keyVisualSwiper--bullet .swiper-container {
  padding-bottom: 50px;
}

.keyVisualSwiper .swiper-pagination, .keyVisualSwiper--bullet .swiper-pagination {
  border-top: 1px solid #e0e0e0;
}

.keyVisualSwiper .swiper-pagination-bullet, .keyVisualSwiper--bullet .swiper-pagination-bullet {
  border-radius: 0;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 1px solid #bbb;
  opacity: 1;
}

.keyVisualSwiper .swiper-pagination-bullet-active, .keyVisualSwiper--bullet .swiper-pagination-bullet-active {
  background: #000;
}

.keyVisualSwiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .keyVisualSwiper--bullet .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.keyVisualSwiper .top-swiper-gallery, .keyVisualSwiper--bullet .top-swiper-gallery {
  padding-bottom: 10px;
}

.keyVisualSwiper .top-swiper-gallery .swiper-slide a, .keyVisualSwiper--bullet .top-swiper-gallery .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .keyVisualSwiper .top-swiper-gallery .swiper-slide a, .keyVisualSwiper--bullet .top-swiper-gallery .swiper-slide a {
    display: block;
  }
}

.keyVisualSwiper .top-swiper-gallery .swiper-slide a img, .keyVisualSwiper--bullet .top-swiper-gallery .swiper-slide a img {
  padding-left: 1px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .keyVisualSwiper .top-swiper-gallery .swiper-slide a img, .keyVisualSwiper--bullet .top-swiper-gallery .swiper-slide a img {
    width: 100%;
  }
}

.keyVisualSwiper p, .keyVisualSwiper--bullet p {
  margin: 0;
}

.keyVisualSwiper__slide {
  text-align: center;
}

.keyVisualSwiper__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-left: 100px;
}

@media screen and (max-width: 768px) {
  .keyVisualSwiper__content {
    padding-left: 0;
    text-align: center;
    width: 100%;
    margin-top: calc(63 / 375 * 100vw + 36px);
  }
}

.keyVisualSwiper__content a {
  text-decoration: none;
}

.keyVisualSwiper__logo {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}

.keyVisualSwiper__logo--01 {
  color: #e2cdde;
}

.keyVisualSwiper__logo--02 {
  color: #c0d4e8;
}

.keyVisualSwiper__logo--03 {
  color: #2f59c1;
}

.keyVisualSwiper__logo--04 {
  color: #F7EB2D;
}

.keyVisualSwiper__logo--05 {
  color: #CBD0D6;
}

.keyVisualSwiper__logo--06 {
  color: #c0d4e8;
}

.keyVisualSwiper__subTitle {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .keyVisualSwiper__subTitle {
    font-size: 12px;
  }
}

.keyVisualSwiper__title {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .keyVisualSwiper__title {
    font-size: 20px;
  }
}

.keyVisualSwiper ul, .keyVisualSwiper--bullet ul {
  font-size: 10px;
  margin: 6px 0;
}

.keyVisualSwiper .link--next, .keyVisualSwiper--bullet .link--next {
  border: 1px solid #5c5a5a;
  display: block;
  font-size: 12px;
  padding: 6px 10px;
  margin-top: 36px;
  width: 280px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .keyVisualSwiper .link--next, .keyVisualSwiper--bullet .link--next {
    padding: 2px 10px;
    margin-top: 10px;
    width: auto;
    display: inline-block;
  }
}

.keyVisualSwiper .link--next:hover, .keyVisualSwiper--bullet .link--next:hover {
  text-decoration: none;
}

.keyVisualSwiper .link--next:after, .keyVisualSwiper--bullet .link--next:after {
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
}

@media screen and (max-width: 768px) {
  .keyVisualSwiper .link--next:after, .keyVisualSwiper--bullet .link--next:after {
    position: relative;
    right: auto;
    top: auto;
  }
}

.keyVisualSwiper .slick-list, .keyVisualSwiper--bullet .slick-list {
  overflow: hidden;
}

.keyVisualSwiper .slick-slide, .keyVisualSwiper--bullet .slick-slide {
  float: left;
}

.trendItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .trendItem {
    font-size: 10px;
  }
}

.trendItem__col {
  width: calc( 16.667% - 12.5px);
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .trendItem__col {
    width: calc( 33% - 12.5px);
  }
}

.trendItem__col a {
  text-decoration: none;
}

.trendItem__img {
  margin-bottom: 10px;
}

.trendItem__img img {
  width: 100%;
}

.trendItem__title {
  font-weight: bold;
  margin-bottom: 6px;
}

.trendItem p {
  margin: 0;
}

.pickupListBunner {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .pickupListBunner {
    margin-bottom: 12px;
  }
}

.pickupListBunner li {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .pickupListBunner li {
    margin-top: 40px;
  }
}

.pickupListBunner li:first-child {
  margin-top: 0;
}

.pickupListBunner a {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}

.pickupListBunner a:first-child {
  margin-top: 0;
}

.pickupListBunner img {
  width: 100%;
}

.lineupBeginner {
  display: none;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  position: relative;
  padding: 4px 20px 4px 10px;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  letter-spacing: -.15em;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .lineupBeginner {
    display: block;
    font-size: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 4px;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 0;
    margin: -2px 0 0;
    float: right;
  }
}

.lineupBeginner:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/contents/common/images/img-icon-product-zoom-top.png) no-repeat;
  background-size: contain;
  top: 41%;
  right: 8px;
}

@media screen and (max-width: 768px) {
  .lineupBeginner:after {
    top: 22%;
    right: 10px;
    width: 15px;
    height: 15px;
  }
}

.lineupBeginner:hover, .lineupBeginner:link {
  text-decoration: none;
}

/* 比較表モーダル */
.aging {
  margin-top: 40px;
  line-height: 1.8;
}

.aging p {
  font-size: 12px;
  margin: 0;
}

.aging a {
  text-decoration: none;
}

.aging__title {
  margin-bottom: 20px;
  margin-left: 10px;
}

.agingItem + .aging__title {
  margin-top: 30px;
}

.aging__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aging__cap {
  font-size: 10px;
  white-space: nowrap;
}

.aging__col:first-child {
  background: url(/contents/common/images/bg-aging.png) no-repeat;
  background-size: 100% 100%;
  background-position-y: 30px;
  width: 50px;
  text-align: center;
}

.aging__col:last-child {
  padding-top: 18px;
  padding-left: 6px;
}

.agingItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0;
}

.agingItem img {
  width: 90px;
}

.agingItem__col:first-child {
  width: 90px;
}

.agingItem__col:last-child {
  width: calc(100% - 90px);
}

.agingItem__memo {
  background: #e9e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  min-height: 36px;
  width: 100%;
  padding: 0 8px;
  margin: 6px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.agingItem .notes {
  font-size: 8px;
  margin-top: 4px;
}

.agingItem--2row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.agingItem__2col {
  width: 50%;
  background: #fff;
}

.agingItem__2col:first-child {
  padding-right: 12px;
}

.agingItem__2col:last-child {
  padding-left: 12px;
}

.agingItem__2col img {
  width: 90px;
}

.agingItem__2col .notes {
  font-size: 8px;
  margin-top: 4px;
}

.agingItem__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #lineupAnchor {
    display: block;
    margin-top: -40px;
    padding-top: 40px;
  }
}

.modal {
  max-height: 540px;
}

.recommendBlock .h2--top {
  position: relative;
}

.recommendBlock .h2--top .link--next {
  position: absolute;
  right: 0;
  bottom: 4px;
}

.recommendBlock .recommendSlide__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
}

.recommendBlock .recommendSlide__btn .btn--cartWhite {
  font-size: 12px;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .recommendBlock .recommendSlide__btn .btn--cartWhite {
    width: 100%;
  }
}

.inner, #feature .inner--newfeature {
  padding: 1px 6.25vw 0;
  min-width: 896px;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner, #feature .inner--newfeature {
    min-width: inherit;
    padding: 1px 20px 0;
  }
}

.grayArea {
  background: #F9F9F9;
}

@media screen and (max-width: 768px) {
  .grayArea .h2--area {
    padding-left: 20px;
  }
}

.grayArea .h2--top {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .grayArea .h2--top {
    padding: 0 20px;
  }
}

.grayArea .row {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .grayArea {
    background: transparent;
  }
}

.grayArea .inner, .grayArea #feature .inner--newfeature, #feature .grayArea .inner--newfeature {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .grayArea .inner, .grayArea #feature .inner--newfeature, #feature .grayArea .inner--newfeature {
    padding: 20px 0 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;
  font-weight: 700;
}

.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: 172px;
  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: #F4F4F4;
  padding: 10px 10px 30px;
  display: none;
}

.topItemProductSp.is-open {
  display: block;
}

.topItemProductSp__block, .topItemProductSp__block--innerTop, .topItemProductSp__block--inner {
  background: #fff;
  padding: 16px 24px;
  margin-top: 10px;
}

.topItemProductSp__block:first-child, .topItemProductSp__block--innerTop:first-child, .topItemProductSp__block--inner:first-child {
  margin-top: 0;
}

.topItemProductSp__block--inner {
  padding: 0;
  margin: 0;
}

.topItemProductSp__block--innerTop {
  padding: 0;
  margin-top: 10px;
}

.topItemProductSp__block--innerTop:first-child {
  margin-top: 0;
}

.topItemProductSp__menu, .topItemProductSp__menu--col2 {
  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, .topItemProductSp__menu--col2 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, .topItemProductSp__menu--col2 li a.is-active {
  background: #F4F4F4;
}

.topItemProductSp__menu li a span, .topItemProductSp__menu--col2 li a span {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.topItemProductSp__menu--col2 li {
  width: calc((100% / 2) - 5px);
}

.topItemProductSp__list, .topItemProductSp__list--inner, .topItemProductSp__list--innerSmall {
  display: none;
}

.topItemProductSp__list[data-open="1"], .topItemProductSp__list--inner[data-open="1"], .topItemProductSp__list--innerSmall[data-open="1"] {
  display: block;
}

.topItemProductSp__list ul, .topItemProductSp__list--inner ul, .topItemProductSp__list--innerSmall ul {
  border-bottom: 1px solid #E0E0E0;
}

.topItemProductSp__list li a, .topItemProductSp__list--inner li a, .topItemProductSp__list--innerSmall 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__list--inner {
  background: #F8F8F8;
}

.topItemProductSp__list--inner ul {
  margin: 0;
}

.topItemProductSp__list--inner li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F8F8F8;
  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: 20px;
}

.topItemProductSp__list--inner 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);
}

.topItemProductSp__list--inner .txt--center {
  padding: 0 10px 15px;
}

.topItemProductSp__list--inner .btn--small {
  margin-top: 15px !important;
  background: #F8F8F8;
}

.topItemProductSp__list--innerSmall {
  background: #F8F8F8;
}

.topItemProductSp__list--innerSmall li a {
  height: 43px;
  padding: 16px 20px;
  background: #F8F8F8;
}

.topItemProductSp__makeBlock .topItemProductSp__list li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
}

.topItemProductSp__link, .topItemProductSp__link--innerTop, .topItemProductSp__link--inner {
  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, .topItemProductSp__link--innerTop img, .topItemProductSp__link--inner img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}

.topItemProductSp__link--innerTop {
  padding: 17px 20px;
}

.topItemProductSp__link--innerTop span {
  font-weight: bold;
}

.topItemProductSp__link--inner {
  padding: 8px 20px;
  border-top: 1px solid #E0E0E0;
}

.topItemProductSp__icon, .topItemProductSp__icon--inner {
  width: 12px;
  height: 12px;
}

.topItemProductSp__icon::after, .topItemProductSp__icon::before, .topItemProductSp__icon--inner::after, .topItemProductSp__icon--inner::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #999;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.topItemProductSp__icon:before, .topItemProductSp__icon--inner:before {
  top: 50%;
  height: 2px;
  right: 2px;
  width: 14px;
}

.topItemProductSp__link.is-open .topItemProductSp__icon:before,
.topItemProductSp__link--inner.is-open .topItemProductSp__icon:before,
.topItemProductSp__link--innerTop.is-open .topItemProductSp__icon:before, .topItemProductSp__link.is-open .topItemProductSp__icon--inner:before,
.topItemProductSp__link--inner.is-open .topItemProductSp__icon--inner:before,
.topItemProductSp__link--innerTop.is-open .topItemProductSp__icon--inner:before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.topItemProductSp__icon:after, .topItemProductSp__icon--inner:after {
  top: 50%;
  width: 2px;
  right: 8px;
  height: 14px;
}

.topItemProductSp__link.is-open .topItemProductSp__icon:after,
.topItemProductSp__link--inner.is-open .topItemProductSp__icon:after,
.topItemProductSp__link--innerTop.is-open .topItemProductSp__icon:after, .topItemProductSp__link.is-open .topItemProductSp__icon--inner:after,
.topItemProductSp__link--inner.is-open .topItemProductSp__icon--inner:after,
.topItemProductSp__link--innerTop.is-open .topItemProductSp__icon--inner:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.topItemProductSp__icon--inner:before {
  right: 20px;
}

.topItemProductSp__icon--inner:after {
  right: 26px;
}

.topItemProductSp__head, .topItemProductSp__head--inner {
  background: #FAFAFA;
  font-weight: bold;
  padding: 6px 12px;
}

.topItemProductSp__head:first-child, .topItemProductSp__head--inner:first-child {
  border-top: 1px solid #E0E0E0;
}

.topItemProductSp__head + ul, .topItemProductSp__head--inner + ul {
  margin: 0;
}

.topItemProductSp__head:nth-child(5) + ul, .topItemProductSp__head--inner:nth-child(5) + ul {
  margin-bottom: 20px;
}

.topItemProductSp__head--inner {
  background: #EEEEEE;
}

.topItemProductSp__item, .topItemProductSp__item--inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 5px;
}

.topItemProductSp__item--inner {
  background: none;
  padding: 0;
}

.topItemProductSp__item--inner .topItemProductSp__subTitle {
  padding: 10px 9px 8px;
  display: block;
  font-size: 10px;
  line-height: 1.2;
}

.topItemProductSp__item--inner .topItemProductSp__title {
  padding: 0 9px 10px;
  font-weight: 700;
  display: block;
  font-size: 12px;
}

.topItemProductSp__2col {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  margin: 0 5px;
}

.topItemProductSp__3col {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33% - 10px);
  margin: 10px 5px 0;
}

.topItemProductSp__brand {
  text-decoration: none;
}

.topItemProductSp__brand:hover {
  text-decoration: none;
}

.topItemProductSp__subTitle {
  color: #767676;
  display: block;
  font-size: 11px;
}

.topItemProductSp__title {
  line-height: 1.25;
}

.topItemProductSp__txt {
  padding: 20px;
  font-size: 12px;
}

.topItemProductSp__tag {
  padding: 30px 20px 20px;
}

@media screen and (max-width: 768px) {
  .topItemProductSp__tag {
    padding-top: 0;
  }
}

.topItemProductSp__tag ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .topItemProductSp__tag .h3--top {
    font-size: 16px;
    margin-top: 46px;
  }
}

@media screen and (max-width: 768px) {
  .topItemProductSp .topItemPurpose--inner li {
    width: 100%;
  }
}

.topItemProductSp .topItemPurpose--inner a {
  font-weight: normal;
}

.topItemProductSp--news {
  background: #fff;
  padding: 10px;
  display: none;
  padding: 0;
}

.topItemProductSp--news.is-open {
  display: block;
}

.topItemProductSp--news .newsTable {
  margin: 0;
}

.topItemProductSp--news .newsTable__link {
  padding: 18px 61px 18px 20px;
}

.topItemProductSp--news .newsTable__link::after {
  right: 20px;
}

.topItemProductSp--news .shopNews__list li {
  padding: 18px 61px 18px 20px;
}

.topItemProductSp--news .shopNews__list .shopNews__listLink::after {
  right: -40px;
}

.topItemProductSp--news .shopNews__list .shopNews__listContent {
  padding: 0;
}

.topItemProductSp--news .shopInformation__store {
  margin-top: 30px;
  padding: 0 20px;
}

.topItemProductSp--news .shopInformation__store ul {
  display: block;
}

.topItemProductSp--news .shopInformation__store ul li + li {
  margin: 30px 0 0 0;
}

.topItemProductSp--news .shopInformation__store ul .btn--small {
  height: 48px;
}

.topItemProductSp-bottomBanner {
  background: #F9F9F9;
}

@media screen and (max-width: 768px) {
  .topItemProductSp-bottomBanner {
    padding: 20px 20px 50px;
    background: #f4f4f4;
  }
}

@media screen and (max-width: 768px) {
  .topItemProductSp-bottomBanner .h3--top {
    font-size: 14px;
    margin-top: 0;
  }
}

.topItemCategory,
.topItemCategory--inner {
  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,
.topItemCategory--inner li {
  width: calc(20% - 10px);
}

.topItemCategory li a,
.topItemCategory--inner 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,
.topItemCategory--inner 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,
.topItemCategory--inner 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,
.topItemCategory--inner li a.is-active:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -10px;
}

.topItemCategory li a.is-active::after,
.topItemCategory--inner li a.is-active::after {
  top: 50%;
  right: 6%;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.topItemCategory li img,
.topItemCategory--inner li img {
  margin-right: 10px;
  max-width: 60px;
}

.topItemCategory__block,
.topItemCategory--inner__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,
.topItemCategory--inner__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,
.topItemCategory--inner__inner {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .topItemCategory__inner,
  .topItemCategory--inner__inner {
    padding-top: 0;
  }
}

.topItemCategory__ttl,
.topItemCategory--inner__ttl {
  font-weight: bold;
  margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .topItemCategory__ttl,
  .topItemCategory--inner__ttl {
    padding-top: 0;
  }
}

.topItemCategory__item,
.topItemCategory--inner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}

.topItemCategory__item + ul,
.topItemCategory--inner__item + ul {
  margin-top: 40px;
}

.topItemCategory__centerItem,
.topItemCategory--inner__centerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topItemCategory__itemBlock,
.topItemCategory--inner__itemBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(20.67% - 31px);
  margin-right: 15px;
  margin-top: 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}

.topItemCategory__itemBlock img,
.topItemCategory--inner__itemBlock img {
  margin-right: 10px;
  max-width: 40px;
}

.topItemCategory__itemBlock > a,
.topItemCategory--inner__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__itemBlock::after,
.topItemCategory--inner__itemBlock::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(45deg);
          transform: rotate(45deg);
}

.topItemCategory__link img,
.topItemCategory--inner__link img {
  width: 100%;
}

.topItemCategory--inner {
  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--inner a span {
  font-weight: 700;
}

.topItemCategory--inner a img {
  width: 40px;
}

.topItemPurpose,
.topItemPurpose--inner {
  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,
.topItemPurpose--inner li {
  width: calc(50% - 5px);
}

@media screen and (max-width: 768px) {
  .topItemPurpose li,
  .topItemPurpose--inner li {
    width: 100%;
    margin-top: 10px;
  }
}

.topItemPurpose li:first-child,
.topItemPurpose--inner li:first-child {
  margin-top: 0;
}

.topItemPurpose li:nth-child(n + 3),
.topItemPurpose--inner li:nth-child(n + 3) {
  margin-top: 10px;
}

.topItemPurpose li a,
.topItemPurpose--inner 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,
.topItemPurpose--inner 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,
.topItemPurpose--inner li img {
  width: 60px;
  margin-right: 10px;
  margin-left: -20px;
}

.topItemPurpose--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .topItemPurpose--inner {
    gap: 0;
  }
}

.topItemPurpose--inner li {
  background: #fff;
  width: calc((100% / 5) - 10px);
  margin-top: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .topItemPurpose--inner {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .topItemPurpose--inner li {
    width: 100%;
  }
}

.topItemPurpose--inner a {
  font-weight: 700;
}

.topRecommendation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px -20px 0 !important;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .topRecommendation {
    margin: -20px -5px 0 !important;
  }
}

.topRecommendation li {
  display: inline-block;
  width: calc(33% - 40px);
  margin: 40px 20px 0;
}

@media screen and (max-width: 768px) {
  .topRecommendation li {
    width: calc(50% - 10px);
    margin: 14px 5px 0;
  }
}

.topRecommendation li a {
  text-decoration: none;
}

.topRecommendation li img {
  display: block;
  width: 100%;
}

.topRecommendation li span {
  font-size: 14px;
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .topRecommendation li span {
    font-size: 12px;
  }
}

.newItem {
  background: #F7FAFF;
}

.newItem .h2--area::before {
  content: "";
  display: inline-block;
  background: url(/contents/common/images/img-icon-newItem.png) no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
  vertical-align: middle;
}

.newItem .h2--area span {
  color: #DD5147;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .newItem .h2--area span {
    font-size: 12px;
  }
}

.newItem .h2--areaCenter {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 40px;
}

@media screen and (max-width: 768px) {
  .newItem .h2--areaCenter {
    margin: 50px auto 30px;
  }
}

.newItem .h2--areaCenter span {
  margin-top: 10px;
  color: #DD5147;
  font-weight: bold;
  font-size: 16px;
}

.newItem__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9px;
}

.newItem__item {
  width: calc(20% - 18px);
  margin: 16px 9px;
}

@media screen and (max-width: 768px) {
  .newItem__item {
    width: calc(50% - 14px);
    margin: 16px 7px;
  }
}

.newItem__item a {
  text-decoration: none;
}

.newItem__item img {
  width: 100%;
}

.newItem .newItem__ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
}

@media screen and (max-width: 768px) {
  .newItem .newItem__ttl {
    font-size: 16px;
    margin: 12px 0;
    line-height: 1.5;
  }
}

.newItem .newItem__title {
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .newItem .newItem__title {
    font-size: 14px;
  }
}

.newItem .newItem__price {
  font-size: 13px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .newItem .newItem__price {
    font-size: 12px;
  }
}

.newItem .inner, .newItem #feature .inner--newfeature, #feature .newItem .inner--newfeature {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .newItem .inner, .newItem #feature .inner--newfeature, #feature .newItem .inner--newfeature {
    padding-bottom: 20px;
  }
}

.newItem .btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .newItem .btn {
    margin: 10px auto 30px;
  }
}

.newItem .recommendSlide {
  margin: 0;
}

.newItem .recommendSlide.is-slide::before {
  opacity: 0;
  pointer-events: none;
}

.newItem .recommendSlide.is-slide::after {
  opacity: 0;
  pointer-events: none;
}

.newItem .recommendSlide .slick-prev,
.newItem .recommendSlide .slick-next {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.newItem .recommendSlide .slick-prev.is-hide,
.newItem .recommendSlide .slick-next.is-hide {
  opacity: 0;
  pointer-events: none;
}

.newItem .recommendSlide .slick-prev {
  left: 0;
}

.newItem .recommendSlide .slick-next {
  right: 0;
}

.newItem .recommendSlide .recommendSlide__item {
  padding: 0 14px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .newItem .recommendSlide .recommendSlide__item {
    padding: 0 6px;
    width: 135px;
  }
}

@media screen and (max-width: 768px) {
  .newItem .recommendSlide .recommendSlide__item:nth-child(odd) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .newItem .recommendSlide .recommendSlide__txt {
    padding-bottom: 20px;
  }
}

.newItem .recommendSlide .recommendSlide__copy {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .newItem .recommendSlide .recommendSlide__copy {
    font-size: 15px;
  }
}

.newItem .recommendSlide .recommendSlide__ttl {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .newItem .recommendSlide .recommendSlide__ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .newItem .recommendSlide .js-recommendSlide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.campaign .h2--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .campaign .h2--area {
    margin-bottom: 0;
  }
}

.campaign .h2--area::before {
  content: "";
  display: inline-block;
  background: url(/contents/common/images/img-icon-campagin.png) no-repeat;
  background-size: contain;
  height: 35px;
  width: 35px;
  vertical-align: middle;
  margin-top: 8px;
  margin-right: 8px;
}

.campaign .h2--area span {
  margin-top: 5px;
  color: #DD5147;
  font-weight: bold;
  font-size: 16px;
}

.campaign .h2--areaCenter {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 40px;
}

@media screen and (max-width: 768px) {
  .campaign .h2--areaCenter {
    margin: 50px auto 30px;
  }
}

.campaign .h2--areaCenter span {
  margin-top: 10px;
  color: #DD5147;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .campaign__bunner {
    margin-top: 10px !important;
  }
}

.campaign__bunner li {
  margin: 16px 0 0;
}

@media screen and (max-width: 768px) {
  .campaign__bunner li {
    margin-top: 10px;
  }
}

.campaign__bunner li img {
  width: 100%;
}

.campaign__bunner + .section {
  margin-top: 40px;
}

.campaign__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9px;
}

@media screen and (max-width: 768px) {
  .campaign__wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -20px 0 0;
  }
}

.campaign__item {
  width: calc(20% - 16px);
  margin: 0 8px;
}

@media screen and (max-width: 768px) {
  .campaign__item {
    width: 100%;
    min-width: calc((100% / 2) - 1.1rem);
    margin: 0 5px;
  }
  .campaign__item:nth-child(1) {
    margin-left: 0;
  }
  .campaign__item:last-child {
    margin-right: 20px;
  }
}

.campaign__item a {
  text-decoration: none;
}

.campaign__item img {
  width: 100%;
}

.campaign__txt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .campaign__txt {
    margin-bottom: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-size: 14px;
  }
}

.campaign .inner, .campaign #feature .inner--newfeature, #feature .campaign .inner--newfeature {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .campaign .inner, .campaign #feature .inner--newfeature, #feature .campaign .inner--newfeature {
    padding-bottom: 20px;
  }
}

.campaign .btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .campaign .btn {
    margin: 15px auto 30px;
  }
}

.recommendSlide__ttl span {
  color: #DD5147;
}

.topRanking {
  background: #FAF8EF;
}

.topRanking .h2--area,
.topRanking .h2--areaCenter {
  margin-bottom: 20px;
}

.topRanking__list {
  margin: 50px 0 10px !important;
  margin: 0 -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .topRanking__list {
    margin: 30px 0 10px !important;
  }
}

.topRanking__list li {
  display: inline-block;
  margin: 0 5px 12px;
}

@media screen and (max-width: 768px) {
  .topRanking__list li {
    margin: 10px 5px 12px;
  }
}

.topRanking__list li.is-active a {
  background: #98723D;
  color: #fff;
}

.topRanking__list a {
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .topRanking__list a {
    padding: 7px 15px;
  }
}

.topRanking__row, .topRanking__3row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .topRanking__row, .topRanking__3row {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .topRanking__3row {
    margin: 0 -10px;
  }
}

.topRanking__col {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 20px);
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .topRanking__col {
    background: transparent;
    width: 100%;
    position: relative;
    padding-right: 0;
  }
}

.topRanking__col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .topRanking__col a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.topRanking__col .topRanking__img {
  width: 330px;
}

@media screen and (max-width: 768px) {
  .topRanking__col .topRanking__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 200px;
    margin-right: 20px;
  }
}

.topRanking__col .topRanking__img img {
  width: 100%;
}

.topRanking__4col {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(25% - 20px);
  margin-top: 60px;
  position: relative;
  padding: 10px;
}

.topRanking__4col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 10px 0;
}

.topRanking__4col .topRanking__img {
  width: 126px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.topRanking__4col .topRanking__img img {
  width: 100%;
}

.topRanking__4col .topRanking__num {
  position: absolute;
  top: -15px;
  left: 10px;
}

.topRanking__4col .topRanking__num img {
  width: 30px;
}

.topRanking__4col .topRanking__ttl {
  font-size: 16px !important;
}

.topRanking__6col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% / 6) - 15px);
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .topRanking__6col {
    width: calc((100% / 3) - 13px);
  }
}

.topRanking__6col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  padding: 10px 0;
}

.topRanking__6col .topRanking__wrap {
  margin-bottom: 18px;
  background: #fff;
  position: relative;
}

.topRanking__6col .topRanking__img img {
  width: 100%;
}

.topRanking__6col .topRanking__num {
  position: absolute;
  top: -15px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .topRanking__6col .topRanking__num {
    left: 5px;
  }
}

.topRanking__6col .topRanking__num img {
  width: 30px;
}

@media screen and (max-width: 768px) {
  .topRanking__6col .topRanking__num img {
    width: 24px;
  }
}

.topRanking__6col .topRanking__num--crown {
  position: absolute;
  top: -20px;
  left: 5px;
}

@media screen and (max-width: 768px) {
  .topRanking__6col .topRanking__num--crown {
    left: 0px;
  }
}

.topRanking__6col .topRanking__num--crown img {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .topRanking__6col .topRanking__num--crown img {
    width: 36px;
  }
}

.topRanking__6col .topRanking__ttl {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .topRanking__6col .topRanking__ttl {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .topRanking__6col .topRanking__price {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .topRanking__3col {
    position: relative;
    width: calc(33% - 10px);
    margin: 20px 5px 0;
  }
}

.topRanking__3col .topRanking__num img {
  width: 24px;
}

.topRanking__3col:first-child .topRanking__num img,
.topRanking__3col:nth-child(2) .topRanking__num img {
  width: 30px;
}

.topRanking__3col a {
  text-decoration: none;
}

.topRanking .topRanking__copy {
  margin: 10px 0;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .topRanking .topRanking__copy {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.topRanking__num img {
  width: 36px;
}

@media screen and (max-width: 768px) {
  .topRanking__num {
    position: absolute;
    left: 5px;
    top: -14px;
  }
}

.topRanking .topRanking__ttl {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .topRanking .topRanking__ttl {
    font-size: 14px;
  }
}

.topRanking .topRanking__price {
  font-size: 13px;
  margin: 6px 0;
}

.topRanking .inner, .topRanking #feature .inner--newfeature, #feature .topRanking .inner--newfeature {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .topRanking .inner, .topRanking #feature .inner--newfeature, #feature .topRanking .inner--newfeature {
    padding-bottom: 20px;
  }
}

.topRanking .btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .topRanking .btn {
    margin: 20px auto 30px;
  }
}

.topAbout {
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .topAbout {
    margin: 40px 0 0;
  }
}

.topAbout__main {
  background: url(/contents/common/images/img-bg-about.png) no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .topAbout__main {
    background: url(/contents/common/images/img-bg-about-sp.png) no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
  }
}

.topAbout__content {
  width: 560px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .topAbout__content {
    width: auto;
    padding: 0;
    margin: 100px 20px 0;
  }
}

.topAbout .topAbout__supplement {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.topAbout .topAbout__brand {
  color: #7E7E7E;
  font-size: 12px;
  margin: 10px 0 0;
}

.topAbout .topAbout__ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .topAbout .topAbout__ttl {
    font-size: 26px;
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) {
  .topAbout .topAbout__copy {
    font-size: 14px;
  }
}

.topAbout .btn {
  width: 220px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .topAbout .btn {
    margin: 0;
    width: 175px;
    height: 30px;
    white-space: nowrap;
    padding: 0 10px;
  }
  .topAbout .btn span {
    width: 100%;
  }
}

.topBrand .h2--area,
.topBrand .h2--areaCenter {
  margin: 100px 0 -10px;
}

@media screen and (max-width: 768px) {
  .topBrand .h2--area,
  .topBrand .h2--areaCenter {
    margin: 60px 0 0;
  }
}

.topBrand ul {
  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;
  margin: 0;
}

.topBrand ul li {
  margin: 40px 0 0;
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .topBrand ul li {
    margin: 10px 0 0;
    width: 100%;
  }
}

.topBrand ul li img {
  width: 100%;
}

.magazinLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .magazinLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}

.magazinLink li {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .magazinLink li {
    margin: 10px 0 0;
    width: 100%;
  }
}

.communitySiteArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .communitySiteArea {
    border-bottom: 1px solid #E0E0E0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.communitySiteArea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .communitySiteArea a {
    border-top: 1px solid #E0E0E0;
    padding: 20px 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.communitySiteArea__img {
  width: 120px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.communitySiteArea__img img {
  width: 100%;
}

.communitySiteArea__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .communitySiteArea__txt {
    display: block;
    font-size: 12px;
    line-height: 1.75;
  }
}

.communitySiteArea__txt span {
  display: inline-block;
}

.communitySiteArea__ttl {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .communitySiteArea__ttl {
    font-size: 16px;
  }
}

a:first-child .communitySiteArea__ttl {
  color: #1BA7C1;
}

a:nth-child(2) .communitySiteArea__ttl {
  color: #F07400;
}

a:last-child .communitySiteArea__ttl {
  color: #F56790;
}

#feature {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}

#feature.newfeature {
  margin-top: 113px;
  background-color: #FFF1F0;
}

@media screen and (max-width: 768px) {
  #feature.newfeature {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  #feature .h2--areaCenter {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #feature {
    margin-top: 50px;
  }
}

#feature .inner--newfeature {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #feature .inner--newfeature {
    padding-bottom: 30px;
  }
}

#feature .inner--newfeature .h2--areaCenter {
  margin-top: -93px;
}

@media screen and (max-width: 768px) {
  #feature .inner--newfeature .h2--areaCenter {
    margin-top: -65px;
  }
}

#feature .inner--newfeature .h2--areaCenter::before {
  display: block;
  content: '';
  background: url(/contents/common/images/img-top-feature-title.png) no-repeat center;
  background-size: contain;
  width: 214px;
  height: 128px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #feature .inner--newfeature .h2--areaCenter::before {
    width: 146px;
    height: 87px;
  }
}

#feature .inner--newfeature .h2--areaCenter::after {
  display: block;
  content: '';
  height: 2px;
  width: 31px;
  background-color: #EA6056;
  margin: 10px auto 0;
}

#feature .inner--newfeature .topItemfeature {
  margin-top: 42px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #feature .inner--newfeature .topItemfeature {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

#feature .inner--newfeature .topItemfeature .topItemfeature__item {
  -webkit-box-shadow: 2px 2px 10px 0px #EF857D66;
          box-shadow: 2px 2px 10px 0px #EF857D66;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #feature .inner--newfeature .topItemfeature .topItemfeature__item {
    margin-bottom: 10px;
  }
}

#feature .inner--newfeature .topItemfeature .topItemfeature__item img {
  margin-bottom: 0;
}

#feature .inner--newfeature .topItemfeature .topItemfeature__txt {
  padding: 20px;
  display: block;
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #feature .inner--newfeature .topItemfeature .topItemfeature__txt {
    padding: 10px;
    font-size: 12px;
  }
}

p.more {
  margin-bottom: 0;
}

.topSearchContent {
  display: none;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .topSearchContent {
    display: block;
    padding: 10px 20px;
  }
  .topSearchContent.is-open {
    position: fixed;
    z-index: 10000;
    background: #fff;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-bottom: 0;
  }
}

.topSearchContent__search {
  position: absolute;
  top: 80px;
  right: -40px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__search {
    position: absolute;
    top: 0;
    right: auto;
    left: 32px;
  }
  .topSearchContent__search img {
    width: 21px;
    height: 21px;
  }
}

.topSearchContent__searchForm {
  position: relative;
}

.topSearchContent__searchForm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 245px;
  margin: 0;
  padding: 0 2px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .topSearchContent__searchForm__inner {
    width: 100%;
    padding: 0;
  }
  [data-andver^="4"] .topSearchContent__searchForm__inner {
    display: block;
  }
}

.topSearchContent__searchForm__inner input[type=text],
.topSearchContent__searchForm__inner input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  border: none;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}

.topSearchContent__searchForm__inner input[type=text]:focus,
.topSearchContent__searchForm__inner input[type=search]:focus {
  border: none;
}

@media screen and (max-width: 768px) {
  .topSearchContent__searchForm__inner input[type=text],
  .topSearchContent__searchForm__inner input[type=search] {
    font-size: 14px;
    padding: 0 14px 0 40px;
    height: 40px;
  }
  [data-andver^="4"] .topSearchContent__searchForm__inner input[type=text], [data-andver^="4"]
  .topSearchContent__searchForm__inner input[type=search] {
    margin-left: 20px;
  }
}

.topSearchContent__searchSubmit {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 20px 0 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topSearchContent__searchSubmit::before {
  background: url(/contents/common/images/img-header-search-sp.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 14px;
  color: #231815;
}

@media screen and (max-width: 768px) {
  .topSearchContent__searchSubmit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
  }
  .topSearchContent__searchSubmit::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    font-size: 14px;
    color: #231815;
    margin: auto;
  }
  [data-andver^="4"] .topSearchContent__searchSubmit {
    position: absolute;
  }
}

.topSearchContent__commonSearches {
  display: none;
  position: relative;
  width: 335px;
  border: 1px solid #e0e0e0;
  background: #fff;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches {
    width: auto;
    margin-top: 26px;
    border: none;
    padding: 4px 20px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(var(--vh, 1vh) * 100 - 152px);
    /* iOS15.3以下フォールバック */
    max-height: calc(100svh - 152px);
    margin-right: -20px;
    margin-left: -20px;
  }
  .is-smartbnr-show:not(.is-bandbnr-show) .topSearchContent__commonSearches {
    max-height: calc(var(--vh, 1vh) * 100 - 216px);
    /* iOS15.3以下フォールバック */
    max-height: calc(100svh - 216px);
  }
  .is-bandbnr-show:not(.is-smartbnr-show) .topSearchContent__commonSearches {
    max-height: calc(var(--vh, 1vh) * 100 - 184px);
    /* iOS15.3以下フォールバック */
    max-height: calc(100svh - 184px);
  }
  .is-smartbnr-show.is-bandbnr-show .topSearchContent__commonSearches {
    max-height: calc(var(--vh, 1vh) * 100 - 248px);
    /* iOS15.3以下フォールバック */
    max-height: calc(100svh - 248px);
  }
}

.topSearchContent__commonSearches p {
  margin: 0;
  padding: 8px 10px;
  font-size: 10px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .topSearchContent__commonSearches p {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches p {
    padding: 0;
    font-size: 12px;
  }
}

.topSearchContent__commonSearches ul {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches ul {
    margin-top: 0;
    margin-bottom: 25px;
    margin-right: -20px;
  }
}

.topSearchContent__commonSearches li {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches li {
    display: block;
    margin: 15px 20px 0 0;
  }
}

.topSearchContent__commonSearches a {
  display: inline-block;
  padding: 4px 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches a {
    padding: 0;
    font-size: 14px;
  }
}

.topSearchContent__commonSearches a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .topSearchContent__commonSearches a:hover {
    background: #f0f0f0;
    text-decoration: underline;
  }
}

.topSearchContent__commonSearches > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches > div {
    margin-bottom: 0;
    width: 100%;
  }
}

.topSearchContent__commonSearches > div > p {
  line-height: 1;
}

.topSearchContent__commonSearches > div > p:not(.topSearchContent__commonSearches__close) {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches > ul {
    width: 100%;
    line-height: 1.2;
  }
}

.topSearchContent__commonSearches__close {
  display: none;
  font-size: 12px;
  position: relative;
  padding-right: 25px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches__close {
    display: block;
    padding-right: 20px !important;
  }
}

.topSearchContent__commonSearches__close::before, .topSearchContent__commonSearches__close::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -9px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background: #231815;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.topSearchContent__commonSearches__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.topSearchContent__commonSearches__keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.topSearchContent__commonSearches__keywords li {
  margin-right: 10px;
  margin-left: 10px;
}

.topSearchContent__commonSearches__new a::before, .topSearchContent__commonSearches__up a::before, .topSearchContent__commonSearches__hot a::before {
  font-size: 10px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 5px 6px;
  border-radius: 60px;
  line-height: 1;
  margin-right: 5px;
}

.topSearchContent__commonSearches__new a {
  position: relative;
}

.topSearchContent__commonSearches__new a::before {
  content: 'NEW';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0069ff), to(#01bdfd));
  background: -webkit-linear-gradient(top, #0069ff 0, #01bdfd 100%);
  background: linear-gradient(180deg, #0069ff 0, #01bdfd 100%);
  padding-left: 14px;
}

.topSearchContent__commonSearches__new a::after {
  content: '';
  position: absolute;
  background: url(/contents/common/images/img-icon-search-new.svg) no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  left: 3px;
  top: 13px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches__new a::after {
    top: 5px;
  }
}

.topSearchContent__commonSearches__up a {
  position: relative;
}

.topSearchContent__commonSearches__up a::before {
  content: '上昇';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f14156), to(#f0939f));
  background: -webkit-linear-gradient(top, #f14156 0, #f0939f 100%);
  background: linear-gradient(180deg, #f14156 0, #f0939f 100%);
  padding-left: 14px;
}

.topSearchContent__commonSearches__up a::after {
  content: '';
  position: absolute;
  background: url(/contents/common/images/img-icon-search-up.svg) no-repeat;
  width: 7px;
  height: 8px;
  background-size: contain;
  left: 5px;
  top: 13px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches__up a::after {
    top: 7px;
  }
}

.topSearchContent__commonSearches__hot a {
  position: relative;
}

.topSearchContent__commonSearches__hot a::before {
  content: 'HOT';
  background: -webkit-gradient(linear, left top, left bottom, from(#E75F5F), to(#E9C66C));
  background: -webkit-linear-gradient(top, #E75F5F 0%, #E9C66C 100%);
  background: linear-gradient(180deg, #E75F5F 0%, #E9C66C 100%);
  padding-left: 17px;
}

.topSearchContent__commonSearches__hot a::after {
  content: '';
  position: absolute;
  background: url(/contents/common/images/img-icon-search-hot.svg) no-repeat;
  width: 9px;
  height: 14px;
  background-size: contain;
  left: 5px;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches__hot a::after {
    top: 3px;
  }
}

.topSearchContent__commonSearches__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches__anchor {
    display: block !important;
  }
}

.topSearchContent__commonSearches__anchor a.btn--small {
  padding: 0 10px;
  text-decoration: none;
  border-color: #E0E0E0;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches__anchor a.btn--small {
    padding: 8px;
    margin: 0;
    height: auto;
    display: block;
  }
}

.topSearchContent__commonSearches__anchor .link--next {
  font-size: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .topSearchContent__commonSearches__anchor .link--next {
    display: block;
  }
}

.topSearchContent__commonSearches__anchor .link--next > span {
  font-size: 14px;
  font-weight: bold;
}

.topSearchContent__relatedSearches {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 323px;
}

#bestSeller .featureTitle {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #bestSeller .featureTitle {
    margin-top: 50px;
  }
}

#purposeSp,
#brandSp,
#categorySp {
  margin-top: -60px;
  padding-top: 60px;
}

.pageScrollTop {
  cursor: pointer;
  display: none;
  position: fixed;
  right: 23px;
  bottom: 23px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .pageScrollTop {
    right: 5px;
    bottom: 5px;
  }
}

html.is-topSearchModalOpen {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

html.is-topSearchModalOpen header.is-fixed {
  position: relative;
}

html.is-topSearchModalOpen .is-smartbnr-show main.is-headerFixed,
html.is-topSearchModalOpen main.main.is-headerFixed {
  padding-top: 0;
}

.special--information__modal .orderTable__tags span {
  margin-bottom: 8px;
  margin-right: -2px;
}

@media screen and (max-width: 768px) {
  .section__searchForm {
    padding: 0 20px;
  }
}

.section__searchForm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 335px;
  margin: 0;
  padding: 0 2px;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .section__searchForm__inner {
    width: 100%;
  }
}

.section__searchForm__inner input[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0 12px 0 0;
  border: none;
  height: 40px;
  line-height: 30px;
  font-size: 13px;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.section__searchSubmit {
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 20px;
  margin: 0;
  padding: 20px 0 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 15px;
  top: 4px;
}

.section__searchSubmit::before {
  background: url(/contents/common/images/img-header-search-sp.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  font-size: 14px;
  color: #231815;
}

.section .btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .section .btn {
    margin: 30px auto 0;
  }
}

.topItemfeature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .topItemfeature {
    margin: 0;
    padding-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.topItemfeature__item {
  width: calc((100% / 4) - 36px);
  margin: 0 18px;
}

@media screen and (max-width: 768px) {
  .topItemfeature__item {
    width: calc((100% / 2) - 5px);
    margin: 0 0 30px;
  }
}

.topItemfeature__item img {
  width: 100%;
  margin-bottom: 15px;
}

.topItemfeature__item a {
  text-decoration: none;
}

.topItemfeature__date {
  font-size: 12px;
}

.topItemfeature__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .topItemfeature__txt {
    font-size: 14px;
  }
}

#top_beautyNews {
  background: #fafafa;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #top_beautyNews {
    padding-bottom: 30px;
  }
}

#top_beautyNews .h2--areaCenter {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #top_beautyNews .h2--areaCenter {
    margin-bottom: 15px;
  }
}

#top_beautyNews .h2--areaCenter span {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #top_beautyNews .h2--areaCenter span {
    font-size: 16px;
  }
}

#top_beautyNews .beautyNews__list {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #top_beautyNews .beautyNews__item {
    border-bottom: none;
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  #top_beautyNews .beautyNews__link {
    padding: 15px 0;
  }
}

#top_beautyNews .beautyNews__txt p.beautyNews__ttl {
  margin-bottom: 0;
  text-decoration: none;
}

#top_beautyNews .btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  #top_beautyNews .btn {
    margin: 30px auto 0;
  }
}

.topInformation {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .topInformation {
    margin-bottom: 50px;
  }
}

.topInformation .topItemProductSp__menu--col2 li a {
  background: #F4F4F4;
}

.topInformation .topItemProductSp__menu--col2 li a.is-active {
  background: #fff;
}

.topService {
  padding-bottom: 100px;
  overflow: hidden;
  margin: 0 -20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .topService {
    padding-bottom: 60px;
    margin: 0 -5px;
  }
}

.topService__item {
  width: calc(100% / 4);
  position: relative;
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .topService__item {
    width: calc(100% / 2);
    float: none;
    padding: 0 5px;
  }
}

.topService__item img {
  display: block;
  width: 100%;
}

.topService__item a {
  text-decoration: none;
}

.topService__item p {
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .topService__slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
    float: left;
  }
}

.topService .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.topService .slick-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin: 0;
  padding: 5px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .topService .slick-dots {
    bottom: 20px;
  }
}

.topService .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}

.topService .slick-dots button {
  width: 8px;
  height: 8px;
}

.topService .slick-dots button::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border: 1px solid #bbb;
  opacity: 1;
}

.topService .slick-dots li.slick-active button:before {
  background: #000;
  border-color: #000;
}

.topService .slick-arrow {
  width: 15px;
  height: 15px;
  top: auto;
  bottom: 46px;
  -webkit-transform: translate(0);
          transform: translate(0);
}

@media screen and (max-width: 768px) {
  .topService .slick-arrow {
    bottom: 26px;
  }
}

.topService .slick-prev::before,
.topService .slick-next::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  opacity: 1;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.topService .slick-prev {
  left: 685px;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

@media screen and (max-width: 1619px) {
  .topService .slick-prev {
    left: 43%;
  }
}

@media screen and (max-width: 768px) {
  .topService .slick-prev {
    left: 36%;
  }
}

@media screen and (max-width: 400px) {
  .topService .slick-prev {
    left: 110px;
  }
}

.topService .slick-next {
  right: 685px;
  -webkit-transform: rotate(135deg) translate(-50%, -50%);
          transform: rotate(135deg) translate(-50%, -50%);
}

@media screen and (max-width: 1619px) {
  .topService .slick-next {
    right: 43%;
  }
}

@media screen and (max-width: 768px) {
  .topService .slick-next {
    right: 36%;
  }
}

@media screen and (max-width: 400px) {
  .topService .slick-next {
    right: 110px;
  }
}

.lineup__tag {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .lineup__tag {
    margin-bottom: 10px;
    overflow-x: scroll;
  }
}

.lineup__tag .section__searchForm__inner {
  margin: 0 auto;
}

.lineup__tag .awooList--attention {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .lineup__tag .awooList--attention {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .lineup__tag a {
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .lineup__tag a span {
    font-weight: normal !important;
  }
}

.bestSeller .h2--areaCenter {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .popularItems .h2--areaCenter .h2__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .popularItems .h2--areaCenter .h2__note {
    margin-top: 10px;
  }
}

.topBestCosmetics .btn--strongSmall {
  height: 52px;
}

@media screen and (max-width: 768px) {
  .topBestCosmetics .btn--strongSmall {
    width: 90%;
  }
}

.recommendBlock3Contents {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .recommendBlock3Contents {
    padding-bottom: 0;
  }
  .recommendBlock3Contents .inner, .recommendBlock3Contents #feature .inner--newfeature, #feature .recommendBlock3Contents .inner--newfeature {
    padding: 0 20px;
  }
}

.recommendBlock3Contents .h3 {
  font-size: 24px;
  margin-top: 36px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .recommendBlock3Contents .h3 {
    font-size: 18px;
    margin-top: 20px;
  }
}

.recommendBlock3Contents .h3--top + .h3 {
  margin-top: 20px;
}

.recommendBlock3Contents + #feature .featureTitle {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .recommendBlock3Contents + #feature .featureTitle {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock3Contents .recommendSlide {
    margin-bottom: 40px;
  }
}

.buyAgain, .recentItem {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .buyAgain, .recentItem {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FAFAFA;
  }
}

.buyAgain .h2--area, .recentItem .h2--area,
.buyAgain .h2--areaCenter,
.recentItem .h2--areaCenter {
  margin-top: 0;
}

/* ---------------------------------------------------------------------
	F0用
 --------------------------------------------------------------------- */
.keyVisualTop--f0 .keyVisualTop__txt {
  margin-top: 0;
}

.keyVisualTop--f0 .keyVisualTop__info + .keyVisualTop__txt {
  margin-top: 12px;
}

.keyVisualTop--f0 .keyVisualTop__txt + .keyVisualTop__info {
  margin-top: 12px;
}

.movieArea-heading-f0 {
  margin-top: 60px;
}

.firstOrder-benefit {
  margin: 130px auto 75px;
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.firstOrder-benefit__ttl {
  margin: 0 auto 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit__ttl {
    margin-bottom: 21px;
    font-size: 18px;
  }
}

.firstOrder-benefit__ttl::after {
  content: '';
  display: block;
  margin-top: 14px;
  width: 100%;
  height: 1px;
  background: rgba(157, 135, 53, 0.5);
}

.firstOrder-benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.firstOrder-benefit__item + .firstOrder-benefit__item {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit__item + .firstOrder-benefit__item {
    margin-left: calc(13 / 375 * 100vw);
  }
}

.firstOrder-benefit__item:nth-child(1) {
  max-width: 130px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit__item:nth-child(1) {
    max-width: calc(78 / 375 * 100vw);
  }
}

.firstOrder-benefit__item:nth-child(2) {
  max-width: 125px;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit__item:nth-child(2) {
    max-width: calc(74 / 375 * 100vw);
  }
}

.firstOrder-benefit__item:nth-child(3) {
  max-width: 137px;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit__item:nth-child(3) {
    max-width: calc(80 / 375 * 100vw);
    margin-left: calc(7 / 375 * 100vw);
  }
}

.firstOrder-benefit__item:nth-child(4) {
  max-width: 135px;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit__item:nth-child(4) {
    max-width: calc(80 / 375 * 100vw);
    margin-left: calc(7 / 375 * 100vw);
  }
}

.firstOrder-benefit__pic {
  min-height: 130px;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit__pic {
    min-height: calc(77 / 375 * 100vw);
  }
}

.firstOrder-benefit__pic img {
  display: block;
  width: 100%;
}

.firstOrder-benefit__lead {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit__lead {
    margin-top: 10px;
    font-size: 12px;
  }
}

.firstOrder-benefit__lead span {
  color: #826400;
}

.firstOrder-benefit__lead sup {
  position: relative;
  top: 2px;
  font-weight: 300;
  line-height: 1;
}

.firstOrder-benefit__notes {
  margin-top: 50px !important;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .firstOrder-benefit__notes {
    margin-top: 25px !important;
    margin-left: 0;
    font-size: 10px;
  }
}

.firstOrder-anchor {
  margin-bottom: 240px;
}

@media screen and (max-width: 768px) {
  .firstOrder-anchor {
    margin-bottom: 135px;
  }
}

.skinCareSet-anchor {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor {
    margin-top: 100px;
  }
}

.skinCareSet-anchor__ttl {
  margin: 0 auto 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #9D8735;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__ttl {
    margin: 0 auto 25px;
  }
}

.skinCareSet-anchor__label {
  display: block;
  margin: 0 auto 20px;
  padding: 10px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background: #9D8735;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__label {
    margin-bottom: 13px;
    padding: 7px 18px;
    font-size: 12px;
  }
}

.skinCareSet-anchor__ttl-main {
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__ttl-main {
    font-size: 40px;
  }
}

.skinCareSet-anchor__price {
  max-width: 566px;
  margin: 0 auto 72px;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__price {
    max-width: 212px;
    margin-bottom: 16px;
  }
}

.skinCareSet-anchor__price img {
  display: block;
  width: 100%;
}

.skinCareSet-anchor__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 36px;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__list {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__item + .skinCareSet-anchor__item {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__item:last-child {
    margin-top: 33px;
  }
}

.skinCareSet-anchor__link {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__link {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-bottom: 12px;
  }
}

.skinCareSet-anchor__link:hover {
  text-decoration: none;
}

.skinCareSet-anchor__link::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #A5A5A5;
  position: absolute;
  left: 0;
  bottom: 0;
}

.skinCareSet-anchor__pic {
  max-width: 110px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__pic {
    max-width: 60px;
  }
}

.skinCareSet-anchor__pic img {
  display: block;
  width: 100%;
}

.skinCareSet-anchor__txt {
  margin-left: 10px;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__txt {
    margin-left: 22px;
    margin-bottom: 0;
    font-size: 18px;
    white-space: nowrap;
    line-height: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.skinCareSet-anchor__txt span {
  display: inline-block;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__txt span {
    font-size: 12px;
    margin-bottom: .5rem;
  }
}

.skinCareSet-anchor__arrow {
  display: block;
  width: 75px;
  min-height: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__arrow {
    width: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.skinCareSet-anchor__arrow::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #9D8735;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__arrow::before {
    bottom: 0;
    height: 1px;
  }
}

.skinCareSet-anchor__arrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 15px;
  background: url(/contents/common/images/img-skin-care-arrow.png) center/contain no-repeat;
  position: absolute;
  bottom: 61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .skinCareSet-anchor__arrow::after {
    width: 11px;
    height: 6px;
    bottom: 32px;
  }
}

.popularItem-anchor {
  margin-top: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .popularItem-anchor {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.popularItem-anchor__ttl {
  color: #EF857D;
  text-align: center;
}

.popularItem-anchor__label {
  display: block;
  margin: 0 auto 20px;
  padding: 10px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background: #EF857D;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .popularItem-anchor__label {
    margin: 0 auto 15px;
    padding: 8px 18px;
    font-size: 12px;
  }
}

.popularItem-anchor__ttl-main {
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .popularItem-anchor__ttl-main {
    font-size: 40px;
  }
}

.popularItem-anchor__pic {
  margin: 16px auto 0;
  max-width: 144px;
}

@media screen and (max-width: 768px) {
  .popularItem-anchor__pic {
    margin-top: 25px;
    max-width: 105px;
  }
}

.popularItem-anchor__pic img {
  display: block;
  width: 100%;
}

.popularItem-anchor__link {
  display: block;
  max-width: 805px;
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .popularItem-anchor__link {
    margin-left: 0;
    margin-top: 30px;
  }
}

.popularItem-anchor__link img {
  display: block;
  width: 100%;
}

.skinCareSet-content {
  padding: 58px 0 150px;
  position: relative;
  background: rgba(130, 100, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .skinCareSet-content {
    background: #F9F7F2;
    padding: 33px 0 80px;
  }
}

.skinCareSet-content__ttl {
  min-width: 270px;
  position: absolute;
  top: -155px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .skinCareSet-content__ttl {
    top: -94px;
  }
}

.skinCareSet-content__label {
  display: block;
  margin: 0 auto 20px;
  padding: 10px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background: #9D8735;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .skinCareSet-content__label {
    margin-bottom: 13px;
    padding: 7px 18px;
    font-size: 12px;
  }
}

.skinCareSet-content__ttl-main {
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #9D8735;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .skinCareSet-content__ttl-main {
    font-size: 35px;
  }
}

.skinCareSet-content__price {
  max-width: 580px;
  margin: 0 auto 75px;
}

@media screen and (max-width: 768px) {
  .skinCareSet-content__price {
    max-width: 188px;
    margin-bottom: 50px;
  }
}

.skinCareSet-content__price img {
  display: block;
  width: 100%;
}

.skinCareSet-content__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 50px;
}

@media screen and (max-width: 768px) {
  .skinCareSet-content__grid {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .skinCareSet-content__item + .skinCareSet-content__item {
    margin-top: 40px;
  }
}

.skinCareSet-content__item img {
  display: block;
  width: 100%;
}

.skinCareSet-content__btns, .skinCareSet-content__btns--2col {
  margin: 36px 0 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .skinCareSet-content__btns, .skinCareSet-content__btns--2col {
    margin: 15px 0 0 0 !important;
  }
}

.skinCareSet-content__btns li, .skinCareSet-content__btns--2col li {
  width: calc((100% / 2) - 10px);
}

.skinCareSet-content__btns [class*=btn], .skinCareSet-content__btns--2col [class*=btn] {
  width: 100%;
  height: 54px;
  padding: 0 8px;
}

@media (max-width: 1181px) and (min-width: 769px) {
  .skinCareSet-content__btns [class*=btn], .skinCareSet-content__btns--2col [class*=btn] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .skinCareSet-content__btns [class*=btn], .skinCareSet-content__btns--2col [class*=btn] {
    height: 54px;
  }
}

.skinCareSet-content__btns [class*=btn] span, .skinCareSet-content__btns--2col [class*=btn] span {
  font-size: 16px;
  font-weight: 500;
  padding: 0 7px;
}

.skinCareSet-content__btns--2col [class*=btn] {
  width: 100%;
  height: 54px;
  padding: 0 8px;
}

@media (max-width: 1181px) and (min-width: 769px) {
  .skinCareSet-content__btns--2col [class*=btn] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
  }
}

.skinCareSet-content__btns--2col [class*=btn] span {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .skinCareSet-content__btns--2col [class*=btn] span {
    font-size: 14px;
  }
}

.skinCareSet-content__btns--2col + .skinCareSet-content__btns, .skinCareSet-content__btns--2col + .skinCareSet-content__btns--2col {
  margin-top: 20px !important;
}

.skinCareSet-content__btns--2col + .skinCareSet-content__btns [class*=btn], .skinCareSet-content__btns--2col + .skinCareSet-content__btns--2col [class*=btn] {
  height: 40px;
}

.skinCareSet-content__btns--2col + .skinCareSet-content__btns [class*=btn] span, .skinCareSet-content__btns--2col + .skinCareSet-content__btns--2col [class*=btn] span {
  font-size: 14px;
}

.skinCareSet-content__btns--2col + .skinCareSet-content__btns li, .skinCareSet-content__btns--2col + .skinCareSet-content__btns--2col li {
  width: 100%;
}

.popularItem-content {
  padding: 150px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .popularItem-content {
    padding: 80px 0 100px;
  }
}

.popularItem-content__ttl {
  color: #EF857D;
  text-align: center;
}

.popularItem-content__label {
  display: block;
  margin: 0 auto 20px;
  padding: 10px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  background: #EF857D;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .popularItem-content__label {
    margin: 0 auto 15px;
    padding: 8px 18px;
    font-size: 12px;
  }
}

.popularItem-content__ttl-main {
  font-size: 60px;
  font-family: 'Open Sans';
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .popularItem-content__ttl-main {
    font-size: 35px;
  }
}

.popularItem-content__lead {
  margin: 43px auto 75px;
  max-width: 475px;
}

@media screen and (max-width: 768px) {
  .popularItem-content__lead {
    margin: 26px auto 50px;
    max-width: 215px;
  }
}

.popularItem-content__lead img {
  display: block;
  width: 100%;
}

.popularItem-content__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 40px;
}

@media screen and (max-width: 768px) {
  .popularItem-content__grid {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .popularItem-content__item + .popularItem-content__item {
    margin-top: 40px;
  }
}

.popularItem-content__item img {
  display: block;
  width: 100%;
}

.popularItem-content__btns {
  margin: 36px 0 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .popularItem-content__btns {
    margin: 15px 0 0 0 !important;
  }
}

.popularItem-content__btns li {
  width: calc((100% / 2) - 10px);
}

.popularItem-content__btns [class*=btn] {
  width: 100%;
  height: 50px;
}

@media (max-width: 1181px) and (min-width: 769px) {
  .popularItem-content__btns [class*=btn] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .popularItem-content__btns [class*=btn] {
    height: 48px;
  }
}

.popularItem-content__btns [class*=btn] span {
  font-size: 16px;
  font-weight: 500;
}
