@charset "UTF-8";
/* 郢ｧ�ｳ郢晢ｽｳ郢晢ｿｽﾎｦ郢晢ｿｽ�ｹ�ｽ�ｪ�ｿ隰ｨ�ｴ */
.content_category_attribute {
  margin: 0 0 16px 0;
  padding: 0 20px;
}

/* 郢晏｣ｹ�ｽ郢ｧ�ｸ闕ｳ莨∃夂ｹ晢ｽｪ郢晢ｿｽ繝｡郢ｧ�ｫ郢晢ｿｽ縺也ｹ晢ｽｪ郢晢ｽｼ */
.top__titleHead .sectionHead {
  color: #008803;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .top__titleHead .sectionHead {
    font-size: 2rem;
  }
}
.top-category:before, .top-category:after,
.top-category *, .top-recommend:before, .top-recommend:after,
.top-recommend * {
  box-sizing: content-box;
}
.top-category img, .top-recommend img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.top-category h1,
.top-category h2,
.top-category h3,
.top-category h4,
.top-category h5,
.top-category h6, .top-recommend h1,
.top-recommend h2,
.top-recommend h3,
.top-recommend h4,
.top-recommend h5,
.top-recommend h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}
.top-category ul,
.top-category ol, .top-recommend ul,
.top-recommend ol {
  list-style: none;
  padding-left: 0;
}
.top-category .top-category__mv {
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top-category__mv {
    margin-left: -4.27%;
    margin-right: -4.27%;
    margin-bottom: 20px;
  }
}
.top-category__cat {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 1267px) {
  .top-category__cat {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 967px) {
  .top-category__cat {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-category__cat {
    gap: 2px;
  }
}
.top-category__catItem {
  position: relative;
  padding: 35px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 1267px) {
  .top-category__catItem {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 967px) {
  .top-category__catItem {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .top-category__catItem {
    padding: 14px;
    display: flex;
    align-items: center;
  }
}
.top-category__catItemImage {
  width: clamp(54px, 15vw, 100%);
  height: clamp(54px, 15vw, 100%);
}
@media only screen and (min-width: 768px) {
  .top-category__catItemImage {
    max-width: 180px;
    width: 100%;
    max-height: 180px;
    height: auto;
    margin: 0 auto 10%;
  }
}
.top-category__catItemImage img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1/1;
}
.top-category__catList {
  flex: 1;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.top-category__catListItem__head {
  /* font-weight: bold; */
  color: #000;
  margin: 10px 0 10px;
}
@media only screen and (max-width: 767px) {
  .top-category__catListItem__head {
    margin-left: 24px;
  }
}
.top-category__catListItem__head .headtext {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top-category__catListItem__head .headtext {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
  }
}
.top-category__catListItem__head .headtext a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.top-category__catListItem__item {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .top-category__catListItem__item {
    display: none;
  }
}
.top-category__catListItem__item a {
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
}
.top-category__catListItem__item a:hover {
  text-decoration: underline !important;
}
.top-category__catAllItem {
  text-align: center;
}
.top-category__catAllItem a {
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #008803;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.3s;
  display: inline-block;
}
.top-category__catAllItem a:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  .top-category__catAllItem a {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-category + .top-recommend {
  margin-top: 65px;
}
.top-category + .top-recommend ~ .top-recommend {
  margin-top: 65px;
}
.top-recommend__bnr {
  padding: 0;
  list-style: none;
}
.top-recommend a {
  transition-duration: 0.2s;
}
.top-recommend a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-recommend .columnAuto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
}
@media only screen and (max-width: 767px) {
  .top-recommend .columnAuto {
    gap: 15px;
  }
}
.top-recommend .columnAuto .top-recommend__bntItem:only-child {
  max-width: 525px;
  width: 100%;
  max-height: 194px;
  height: auto;
}
.top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(2), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(2) ~ * {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(2), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(2) ~ * {
    width: 100%;
  }
}
.top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(3), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(3) ~ * {
  width: calc(33.3333333333% - 15px);
}
@media only screen and (max-width: 767px) {
  .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(3), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(3) ~ * {
    width: 100%;
  }
}
.top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(4), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(4) ~ * {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(4), .top-recommend .columnAuto .top-recommend__bntItem:first-child:nth-last-child(4) ~ * {
    width: 100%;
  }
}
.top-recommend .pc-column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.top-recommend .pc-column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .top-recommend .sp-column-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .top-recommend .sp-column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

/* 髫ｱ�ｭ邵ｺ�ｿ闕ｳ鄙ｫ�｡陝�ｽｾ驕ｲ�ｽ */
.ec-searchnavRole__titlefont,
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}/*# sourceMappingURL=style.css.map */




@media only screen and (min-width: 768px) {
.top-category__catListItem__head {
  display: none;
}
}