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

.topCategoryList {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .topCategoryList {
    margin: 0 -20px;
  }
}

.topCategoryList + .topCategoryList {
  margin-top: 10px;
}

.topCategoryList ul {
  width: 100%;
  margin: 0;
  letter-spacing: -.4em;
}

.android .topCategoryList ul {
  letter-spacing: -1em;
}

.topCategoryList a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.topCategoryList a:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .topCategoryList a:hover {
    opacity: 1;
  }
}

.topCategoryList a:hover span {
  text-decoration: none;
}

.topCategoryList a span {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .topCategoryList a {
    padding: 5px 0;
  }
}

.topCategoryList li {
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.topCategoryList li a {
  position: relative;
}

@media screen and (max-width: 768px) {
  .topCategoryList li a {
    padding-right: 14px;
    font-size: 12px;
  }
}

.topCategoryList li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 5px 9px;
  top: 15px;
  right: 0;
  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 {
    top: 14px;
    right: 3%;
    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__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;
}

@media screen and (max-width: 768px) {
  .lineupContent .category {
    padding-bottom: 30px;
  }
}

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

.slideMenuList--category {
  margin-top: 0;
}

.slideMenuList__img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  padding: 10px 10px 10px 0;
  max-width: 100px;
}

.slideMenuList__img img {
  width: 100%;
  max-width: 143px;
}

.slideMenuList__listItem {
  padding: 0;
  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;
  }
}
