@charset "UTF-8";
.categorybox-circle a:after {
  content: "";
  display: block;
  clear: both;
}

/*************************
共通class
************************ */
/* ************************
common
************************ */
main {
  padding-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  main {
    padding-top: 0.5rem;
  }
}

/* ************************
category_common
************************ */
.categorybox {
  padding-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox {
    padding-top: 0.3rem;
  }
}
.categorybox .container {
  max-width: 11.8rem;
  padding: 0 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox .container {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .categorybox-content {
    padding: 0 0.16rem;
  }
}
.categorybox-content .container {
  display: flex;
  justify-content: space-between;
}
.categorybox-content .btnbox {
  padding-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox-content .btnbox {
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .categorybox-content .btnbox .btn {
    width: 80%;
  }
}
.categorybox-left {
  width: 2.48rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox-left {
    display: none;
  }
}
.categorybox-search {
  background-color: #0042ff;
  padding: 0.24rem 0.2rem 0.32rem;
  border-bottom: 0.1rem solid #000;
}
.categorybox-search-title {
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
}
.categorybox-search-title:before {
  content: "search\a circle.";
  display: block;
  text-transform: uppercase;
  white-space: pre;
  font-size: 0.36rem;
  font-family: "futura-pt-bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.03;
  color: #fff;
  margin-bottom: 0.04rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox-search-title:before {
    font-size: 0.3rem;
  }
}
.categorybox-search-box {
  padding-bottom: 0.24rem;
  margin-bottom: 0.24rem;
  border-bottom: 1px solid #fff;
}
.categorybox-search-box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.categorybox-search-box-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.06rem;
}
.categorybox-search-box-input input[type=checkbox] {
  cursor: pointer;
}
.categorybox-search-box-input label {
  color: #fff;
  font-size: 0.13rem;
}
.categorybox-search-box-input .inputbox {
  background-color: #fff;
}
.categorybox-search-box-input .inputbox input {
  padding: 0.06rem 0.12rem;
}
.categorybox-search-box-input .selectbox {
  background-color: #fff;
  padding: 0.06rem 0.12rem;
  position: relative;
}
.categorybox-search-box-input .selectbox:before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotateZ(45deg);
  position: absolute;
  top: calc((100% - 0.08rem) / 2);
  right: 0.12rem;
}
.categorybox-search-box-input .selectbox select {
  width: 100%;
}
.categorybox-search-box.s-ages dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.categorybox-search-box.s-ages span {
  display: inline-block;
  width: 50%;
  margin-bottom: 0.08rem;
}
.categorybox-search-box.s-ages span input[type=checkbox] {
  width: auto;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 0.24rem;
  width: 0.24rem;
  padding: 0;
  margin-right: 0.04rem;
  margin-top: 0.02rem;
  border: 1px solid #bcbcbc;
}
.categorybox-search-box.s-ages span input[type=checkbox]:checked {
  border: 1px solid #bcbcbc;
}
.categorybox-search-box.s-ages span input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: relative;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 12px;
  border: solid #0042ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.categorybox-search-box.s-ages span input[type=checkbox]:focus-visible {
  outline: 2px solid #0042ff;
  outline-offset: 2px;
}
.categorybox-search-box.s-ages span.ages06 {
  display: flex;
  align-items: flex-start;
}
.categorybox-search-box.s-ages span.ages06 input {
  margin-right: 0.08rem;
  margin-top: 0.06rem;
}
.categorybox-search-box.s-ages span.ages06 label {
  line-height: 1.6153;
  margin-top: 0.06rem;
}
.categorybox-search .btnbox {
  padding: 0;
}
.categorybox-search .btnbox button {
  width: 100%;
  background-color: #000;
}
.categorybox-right {
  width: 7.9rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox-right {
    width: 100%;
  }
}
.categorybox-head.ttl-catch {
  max-width: none;
  margin-right: 0;
  position: relative;
}
.categorybox-head.ttl-catch:before {
  content: "category";
}
@media screen and (max-width: 767.98px) {
  .categorybox-head {
    margin-bottom: 0.4rem;
  }
}
.categorybox-title {
  position: absolute;
}
.categorybox-title span {
  left: 0.4rem;
  transform: translateX(0);
}
@media screen and (max-width: 767.98px) {
  .categorybox-title span {
    left: 0.2rem;
  }
}
.categorybox-search-result {
  position: absolute;
}
.categorybox-circles {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.categorybox-circle {
  width: 2.3rem;
  margin-right: 0.5rem;
  margin-bottom: 0.8rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle {
    width: 100%;
    margin: 0;
    border-top: 1px solid #b2b2b2;
  }
}
.categorybox-circle:nth-of-type(3n) {
  margin-right: 0;
}
.categorybox-circle a {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle a {
    padding-bottom: 0.16rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle-img {
    float: left;
    width: 1.24rem;
  }
}
.categorybox-circle-img img {
  aspect-ratio: 460/314;
  -o-object-fit: cover;
     object-fit: cover;
}
.categorybox-circle-title {
  font-size: 0.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle-title {
    float: right;
    width: calc(100% - 1.4rem);
    margin-top: 0;
    font-size: 0.14rem;
  }
}
.categorybox-circle-cat {
  font-size: 0.13rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding: 0.04rem 0.08rem;
  margin-top: 0;
  background-color: #0042ff;
  display: inline-block;
  min-width: 0.9rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle-cat {
    font-size: 0.08rem;
    min-width: 0.54rem;
    padding: 0.04rem;
  }
}
.categorybox-circle-area {
  font-size: 0.13rem;
  font-weight: 700;
  padding-left: 0.18rem;
  margin-top: 0.12rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle-area {
    float: right;
    width: calc(100% - 1.4rem);
    font-size: 0.08rem;
    padding-left: 0.12rem;
  }
}
.categorybox-circle-area:before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.17rem;
  background: transparent url(../img/icon_pin.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: 0.03rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle-area:before {
    width: 0.08rem;
    height: 0.12rem;
    top: 0.01rem;
  }
}
.categorybox-circle-txt {
  margin-top: 0.16rem;
  font-size: 0.13rem;
  line-height: 1.73846;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle-txt {
    float: right;
    width: calc(100% - 1.4rem);
    font-size: 0.1rem;
    margin-top: 0.12rem;
    min-height: 0.3rem;
  }
}
.categorybox-circle-tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -0.08rem;
  margin-top: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle-tags {
    width: 1.24rem;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0.12rem;
  }
}
.categorybox-circle-tags span {
  display: inline-block;
  font-size: 0.13rem;
  background-color: #f2f4f4;
  line-height: 1.2;
  padding: 0.04rem 0.05rem;
  margin-bottom: 0.08rem;
  margin-right: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox-circle-tags span {
    font-size: 0.08rem;
    padding: 0.03rem 0.05rem;
    margin-right: 0.04rem;
    margin-bottom: 0.06rem;
    letter-spacing: 0;
  }
}
.categorybox-circle:first-of-type {
  border-top: 0;
}
.categorybox-pagination {
  border-top: 1px solid #b2b2b2;
  display: flex;
  justify-content: space-between;
  padding: 0 0.16rem;
  padding-top: 0.24rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox-pagination {
    margin-top: 0.4rem;
    padding: 0 0.08rem;
    padding-top: 0.16rem;
  }
}
.categorybox-pagination a {
  color: #0042ff;
  font-weight: 700;
}
.categorybox-pagination .prev,
.categorybox-pagination .next {
  font-size: 0.16rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .categorybox-pagination .prev,
  .categorybox-pagination .next {
    font-size: 0.1rem;
  }
}
.categorybox-pagination .prev a:before,
.categorybox-pagination .prev span:before,
.categorybox-pagination .next a:before,
.categorybox-pagination .next span:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 1px solid #0042ff;
  border-left: 1px solid #0042ff;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .categorybox-pagination .prev a:before,
  .categorybox-pagination .prev span:before,
  .categorybox-pagination .next a:before,
  .categorybox-pagination .next span:before {
    width: 0.06rem;
    height: 0.06rem;
  }
}
.categorybox-pagination .prev span:before,
.categorybox-pagination .next span:before {
  border-top-color: #000;
  border-left-color: #000;
}
.categorybox-pagination .prev {
  padding-left: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox-pagination .prev {
    padding-left: 0.08rem;
  }
}
.categorybox-pagination .prev a:before,
.categorybox-pagination .prev span:before {
  transform: rotateZ(-45deg);
  top: 0.1rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .categorybox-pagination .prev a:before,
  .categorybox-pagination .prev span:before {
    top: 0.05rem;
  }
}
.categorybox-pagination .count {
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .categorybox-pagination .count {
    font-size: 0.08rem;
  }
}
.categorybox-pagination .count span {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .categorybox-pagination .count span {
    font-size: 0.13rem;
    line-height: 1.2;
  }
}
.categorybox-pagination .next {
  padding-right: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .categorybox-pagination .next {
    padding-right: 0.08rem;
  }
}
.categorybox-pagination .next a:before,
.categorybox-pagination .next span:before {
  transform: rotateZ(135deg);
  top: 0.1rem;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .categorybox-pagination .next a:before,
  .categorybox-pagination .next span:before {
    top: 0.05rem;
  }
}
.categorybox.titlebar:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: calc(100% - 4.2rem);
  background-color: #f2f4f4;
  position: absolute;
  top: 3.3rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .categorybox.titlebar:before {
    width: 0.36rem;
    height: calc(100% - 2.4rem);
    top: 1.64rem;
  }
}

/* ************************
circle-cat
************************ */
#categorybox:before {
  top: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  #categorybox:before {
    top: 2.14rem;
  }
}
#categorybox .categorybox {
  position: relative;
}
#categorybox .categorybox-head {
  margin-bottom: 0.8rem;
  width: 66vw;
}
@media screen and (max-width: 767.98px) {
  #categorybox .categorybox-head {
    margin-bottom: 0.08rem;
    width: calc(100% + 0.16rem);
  }
}
#categorybox .categorybox-head.ttl-catch {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  #categorybox .categorybox-head.ttl-catch:before {
    font-size: 0.63rem;
    white-space: nowrap;
  }
}
#categorybox .categorybox-title {
  display: block;
  text-align: left;
  top: 47%;
  left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #categorybox .categorybox-title {
    top: 37%;
    left: 0.16rem;
  }
}
@media screen and (max-width: 767.98px) {
  #categorybox .categorybox-title:before {
    margin-left: -0.03rem;
  }
}
#categorybox .categorybox-title span {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  transform: translateX(0);
  text-align: left;
}
#categorybox .categorybox-search-result {
  display: flex;
  align-items: baseline;
  position: absolute;
  left: 0.4rem;
  bottom: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #categorybox .categorybox-search-result {
    display: block;
    left: 0.16rem;
    bottom: 0.08rem;
  }
}
#categorybox .categorybox-search-result p {
  margin-top: 0;
  font-size: 0.13rem;
}
@media screen and (max-width: 767.98px) {
  #categorybox .categorybox-search-result p {
    font-size: 0.1rem;
    line-height: 1.3;
  }
}
#categorybox .categorybox-search-result p b {
  font-size: 0.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  #categorybox .categorybox-search-result p b {
    display: inline-block;
    line-height: 1;
    font-size: 0.14rem;
  }
}
#categorybox .categorybox-search-result p:first-of-type {
  margin-right: 0.4rem;
}
#categorybox .categorybox-search-box.s-keyword .categorybox-search-box-input .inputbox {
  position: relative;
}
#categorybox .categorybox-search-box.s-keyword .categorybox-search-box-input .inputbox:before {
  content: "";
  display: block;
  width: 0.17rem;
  height: 0.17rem;
  background: transparent url(../img/icon_search_gry.svg) no-repeat scroll center center/contain;
  position: absolute;
  left: 0.1rem;
  top: calc((100% - 0.17rem) / 2);
}
#categorybox .categorybox-search-box.s-keyword .categorybox-search-box-input .inputbox input {
  padding-left: 0.36rem;
}
#categorybox .categorybox-content .btnbox button {
  width: 100%;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}
#categorybox .categorybox-content .btnbox button img {
  width: 0.22rem;
  height: 0.22rem;
}
.mouse #categorybox .categorybox-content .btnbox button:hover {
  background-color: rgba(0, 0, 0, 0.6);
}