.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: "";
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity 0.2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: 0.66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: 0.8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}

/* ¤³¤³¤«¤é */
.l-top_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto 20px;
}

.l-top_left {
  flex: 0 1 240px;
  width: 240px;
}

@media screen and (min-width: 600px) {
  .l-top_container {
    width: 100%;
  }

  .l-top_right {
    flex: 0 1 940px;
    width: 940px;
    margin-top: 23px;
  }
}

@media screen and (min-width: 960px) {
  .l-top_container {
    width: 1200px;
  }
}

@media screen and (max-width: 599px) {
  .l-top_container {
    width: 100%;
  }

  .l-top_right {
    flex: 0 1 auto;
    width: 100%;
  }

  .l-top_left {
    display: none;
  }
}
