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

.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;
}

.h3 {
  font-size: 18px;
  margin-top: 50px;
}

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

.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%;
}

.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;
}

.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: 80px;
}

@media screen and (max-width: 768px) {
  .top--bunner {
    margin-top: 60px;
  }
}

.top--bunner a {
  display: inline-block;
  margin-top: 30px;
  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: 40px 0 0;
  }
}

.shopInformation__store li + li {
  margin: 20px 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;
}

.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;
}

@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;
  }
}

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

.lineupPickup a {
  text-decoration: none;
}

.lineupPickup__item {
  width: 16.6%;
}

@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;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .lineupPickup__item p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .lineupPickup__item:nth-child(n + 4) p {
    margin-bottom: 0;
  }
}

.innerSkin {
  width: 16.6%;
}

@media screen and (max-width: 768px) {
  .innerSkin {
    width: 33%;
  }
}

.innerSkin a {
  margin-bottom: 40px;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .innerSkin a {
    display: block;
  }
}

.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;
  }
}

.innerSkin__img img {
  max-width: 164px;
}

.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 {
  padding: 0;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .slideMenuList {
    margin-top: 30px;
  }
}

.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 {
  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 {
    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 {
  display: inline-block;
  width: 100%;
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .trouble li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 4px 1.5%;
    margin: 0;
  }
}

.trouble li a {
  display: inline-block;
  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: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  letter-spacing: -.15em;
}

@media screen and (max-width: 768px) {
  .trouble li a {
    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 {
  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 {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .trouble li:first-child a,
  .trouble li:nth-child(2) a {
    border-top: 1px solid #e0e0e0;
  }
}

@media screen and (max-width: 768px) {
  .beautySlide {
    margin-bottom: 50px;
  }
}
