.site-body:has(.post-list) .pagination {
  margin-top: -50px;
}

.voice-nav {
  width: 100%;
  padding-top: 50px;
  font-size: 14px;
}
.voice-nav__list {
  width: 100%;
  display: grid;
  grid-gap: 20px 10px;
  align-items: flex-start;
}
.voice-nav__list_ttl {
  padding: 6px;
  margin-bottom: 0;
  background-color: var(--main);
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .voice-nav__list_ttl {
    padding: 10px;
  }
}
.voice-nav__list_list {
  margin-top: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 10px;
}
.voice-nav__list_list li {
  width: calc((100% - 20px) / 3);
}
.voice-nav__list_list a {
  width: 100%;
  height: 42px;
  padding: 0;
  background-color: var(--bg2);
  border: 1px solid var(--main);
  border-radius: 5px;
  color: var(--main);
  font-weight: 500;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
.voice-nav__list_list a:hover, .voice-nav__list_list a.current {
  background-color: var(--main);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .voice-nav {
    font-size: 16px;
  }
  .voice-nav__list {
    grid-template-columns: auto auto;
  }
  .voice-nav__list_list {
    margin-top: 2px;
  }
  .voice-nav__list_list li {
    width: 150px;
  }
}

.post-list {
  width: 100%;
  margin: 40px auto 0;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .post-list {
    padding-bottom: 100px;
  }
}
.post-list-container {
  display: grid;
  grid-gap: 20px 20px;
}
@media screen and (min-width: 576px) {
  .post-list-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .post-list-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-list .postItem {
  width: 100%;
  height: 100%;
  display: block;
}
.post-list .postItem__link {
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #FFFDF3;
  border: 2px solid var(--ac1);
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 15px;
  position: relative;
}
.post-list .postItem__thumbWrap {
  width: 100%;
  border: 2px solid #FFE742;
  position: relative;
}
.post-list .postItem__type {
  padding: 2px 8px;
  background-color: rgba(255, 231, 66, 0.9);
  color: var(--main);
  font-size: 87.5%;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.post-list .postItem__img {
  width: 100%;
  padding-top: 59.375%;
}
.post-list .postItem__txtWrap {
  width: 100%;
  --ls: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 15px;
}
.post-list .postItem__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 8px 10px;
}
.post-list .postItem__header_maker {
  width: 80px;
  border: 1px solid #B4B4B4;
}
.post-list .postItem__header_ttl {
  width: 100%;
  color: #FA6D24;
  font-size: 20px;
  font-weight: 700;
}
.post-list .postItem__header_info {
  width: 100%;
  font-size: 14px;
}
.post-list .postItem__cats {
  font-size: 87.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: 10px;
}
.post-list .postItem__cats li {
  margin: 0;
}
.post-list .postItem__cats span {
  padding: 0.1429em 0.5714em;
  background-color: var(--main);
  border: 1px solid var(--main);
  color: #fff;
  text-decoration: none;
  display: block;
}
.post-list .postItem__cats span:hover {
  background-color: #fff;
  color: var(--main);
}
.post-list .postItem__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post-list .postItem__body_review {
  color: #FA6D24;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.post-list .postItem__body_review::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-comment.svg) center/contain no-repeat;
  flex-shrink: 0;
}
.post-list .postItem__body_review .star__img {
  width: 100%;
  height: 14px;
  display: block;
  object-fit: cover;
  object-position: left;
}
.post-list .postItem__body_review .star--1 {
  width: 18px;
}
.post-list .postItem__body_review .star--2 {
  width: 36px;
}
.post-list .postItem__body_review .star--3 {
  width: 54px;
}
.post-list .postItem__body_review .star--4 {
  width: 72px;
}
.post-list .postItem__body_review .star--5 {
  width: 90px;
}
.post-list .postItem__body_ttl, .post-list .postItem__body_comment {
  display: none;
}

.tax-voice_type .site-body {
  padding-bottom: 50px;
}
.tax-voice_type .postItem__type {
  display: none;
}

.tax-voice_cat .post-list-container {
  padding-bottom: 50px;
}

.works-catList {
  padding: 50px 0;
}
.works-catList__ttl {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  --ls: 0.1em;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.works-catList__ttl::before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #000;
  background-image: linear-gradient(transparent 10px, #F4F4F4 10px, #F4F4F4 13px, transparent 13px), linear-gradient(90deg, transparent 10px, #F4F4F4 10px, #F4F4F4 13px, transparent 13px);
  background-position: 0 0;
  background-size: 13px 13px;
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .works-catList__ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .works-catList__ttl {
    font-size: 32px;
  }
}
.works-catList__list {
  width: 100%;
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 6px;
}
.works-catList__list:last-child {
  margin-bottom: 0;
}
.works-catList__list .listItem {
  background-color: #fff;
  border: 1px solid var(--main);
  font-size: 14px;
}
.works-catList__list .listItem__link {
  width: 100%;
  text-decoration: none;
  display: block;
}
.works-catList__list .listItem__img {
  width: 100%;
  padding-top: 69.5971%;
}
.works-catList__list .listItem__txtWrap {
  padding: 0.625em 0.625em 1.25em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.works-catList__list .listItem__ttl {
  font-size: 114.29%;
}
.works-catList__list .listItem__price {
  font-size: 112.5%;
}
.works-catList__list .listItem__linkTxt {
  margin-top: 1.1429em;
  font-size: 87.5%;
  --ls: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
.works-catList__list .listItem__linkTxt::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--main) url('data:image/svg+xml;charset=utf8,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 8.50049L1.42534 17L0 15.5862L7.14834 8.49951L0 1.41285L1.42534 0L10 8.50049Z" fill="%23fff"/></svg>') center/contain no-repeat;
  background-size: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.works-catList__list .listItem--setplan {
  background-color: transparent;
  border: 0;
  font-size: 12px;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: 0;
}
.works-catList__list .listItem--setplan .listItem__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.works-catList__list .listItem--setplan .listItem__img {
  padding-top: 76.9231%;
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0% 100%);
}
.works-catList__list .listItem--setplan .listItem__txtWrap {
  padding: 0.9375em 0.625em;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.works-catList__list .listItem--setplan .listItem__ttl {
  font-size: 128.57%;
  --lh: 1.5 ;
}
@media screen and (min-width: 576px) {
  .works-catList__list .listItem--setplan {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .works-catList__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 6px;
  }
  .works-catList__list .listItem--setplan__ttl {
    font-size: 114.29%;
  }
}
@media screen and (min-width: 992px) {
  .works-catList__list .listItem {
    font-size: 16px;
  }
  .works-catList__list .listItem__ttl {
    font-size: 125%;
  }
  .works-catList__list .listItem--setplan__ttl {
    font-size: 112.5%;
    --lh: 1.75;
  }
}
@media screen and (min-width: 1200px) {
  .works-catList__list .listItem__ttl {
    font-size: 162.5%;
  }
  .works-catList__list .listItem--setplan {
    font-size: 16px;
  }
  .works-catList__list .listItem--setplan__ttl {
    font-size: 125%;
  }
}

.entry-header {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .entry-header {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .entry-header {
    padding-top: 60px;
  }
}
.entry-header-topBlk {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--main);
}
.entry-header .entry-title {
  margin-bottom: 0;
  color: var(--main);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .entry-header .entry-title {
    margin-bottom: 0.6818em;
  }
}
@media screen and (min-width: 992px) {
  .entry-header .entry-title {
    font-size: 32px;
  }
}
.entry-header .entry-title-hidden {
  width: 0;
  height: 0;
  margin: 0;
  color: #fff;
  --lh: 0;
  overflow: hidden;
}
.entry-header .entry-info {
  margin-top: 0.5em;
  font-size: 87.5%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.5em;
}
.entry-header .entry-info span {
  display: block;
  position: relative;
}
.entry-header .entry-info span:not(:last-child) {
  padding-right: 0.5em;
}
.entry-header .entry-info span:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1em;
  background-color: var(--text);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.entry-header .entry-metaWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
@media screen and (min-width: 768px) {
  .entry-header .entry-metaWrap {
    flex-direction: row;
    justify-content: space-between;
  }
}
.entry-header .entry-metaWrap-leftCol {
  display: flex;
  flex-direction: column;
  align-self: start;
  grid-gap: 5px;
}
.entry-header .entry-cats {
  font-size: 87.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  grid-gap: 10px;
}
.entry-header .entry-cats li {
  margin: 0;
}
.entry-header .entry-cats a {
  padding: 0.1429em 0.5714em;
  background-color: var(--main);
  border: 1px solid var(--main);
  color: #fff;
  text-decoration: none;
  display: block;
}
.entry-header .entry-cats a:hover {
  background-color: #fff;
  color: var(--main);
}
.entry-header .entry-meta {
  margin-left: auto;
}
.entry-header .entry-meta .entry-meta-item-date {
  margin: 0;
  opacity: 0.5;
}
.entry-header .entry-meta .entry-meta-item-updated, .entry-header .entry-meta .entry-meta-item-author {
  display: none;
}
@media screen and (min-width: 768px) {
  .entry-header .entry-meta {
    line-height: 31px;
    order: 0;
    flex-shrink: 0;
  }
}

.mvSlide {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
}
.mvSlide__mainSlider {
  width: 100%;
  padding: 0 18px;
  margin-bottom: 20px;
  position: relative;
}
.mvSlide__mainSlider li.swiper-slide {
  margin: 0;
}
.mvSlide__mainSlider li.swiper-slide img {
  width: 100%;
  max-height: 300px;
  display: block;
}
.mvSlide__mainSlider_arrow {
  width: 30px;
  height: 30px;
  background: var(--main) url('data:image/svg+xml;charset=utf8,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 8.50049L1.42534 17L0 15.5862L7.14834 8.49951L0 1.41285L1.42534 0L10 8.50049Z" fill="%23fff"/></svg>') center/10px no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.mvSlide__mainSlider_arrow.prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.mvSlide__mainSlider_arrow.next {
  right: 0;
}
.mvSlide__mainSlider_arrow:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .mvSlide__mainSlider li.swiper-slide img {
    max-height: 550px;
  }
}
.mvSlide__thumbnailsWrap {
  position: relative;
}
.mvSlide__thumbs_arrow {
  width: 30px;
  height: 30px;
  background: rgba(41, 171, 80, 0.5) url('data:image/svg+xml;charset=utf8,<svg width="10" height="17" viewBox="0 0 10 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 8.50049L1.42534 17L0 15.5862L7.14834 8.49951L0 1.41285L1.42534 0L10 8.50049Z" fill="%23fff"/></svg>') center/14px no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.mvSlide__thumbs_arrow.prev {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.mvSlide__thumbs_arrow.next {
  right: 0;
}
.mvSlide__thumbs_arrow:focus {
  outline: 0;
}
.mvSlide__thumbnails {
  align-items: center !important;
}
.mvSlide__thumbnails:not(:has(.swiper-slide:nth-child(5))) {
  width: calc(100% - 36px);
  padding: 0 18px;
  justify-content: center;
}
.mvSlide__thumbnails_img {
  height: 60px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.mvSlide__thumbnails_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0.5;
}
.mvSlide__thumbnails_img:hover {
  opacity: 0.8;
}
.mvSlide__thumbnails_img.current {
  pointer-events: none;
}
.mvSlide__thumbnails_img.current img {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .mvSlide__thumbnails_img {
    height: 120px;
  }
}
.mvSlide__thumbnails .swiper-slide-thumb-active img {
  opacity: 1;
}

.secData {
  margin-top: 30px;
}
.secData__ttl {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 600;
}
.secData__ttl:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (min-width: 992px) {
  .secData__ttl {
    font-size: 24px;
  }
}
.secData__dataList {
  width: 100%;
  font-size: 87.5%;
  display: grid;
  grid-template-columns: 9em auto;
  grid-gap: 4px 0;
}
.secData__dataList dt {
  padding: 10px;
  margin: 0;
  background-color: var(--main);
  color: #fff;
  font-weight: 700;
}
.secData__dataList dd {
  padding: 10px;
  margin: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .secData__dataList {
    font-size: 100%;
    grid-template-columns: 12em auto;
  }
}
.secData__blkWrap:not(:first-child) {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .secData__blkWrap:not(:first-child) {
    margin-top: 3em;
  }
}
.secData__blkWrap_row {
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .secData__blkWrap_row {
    grid-gap: 40px;
  }
}
.secData__blkWrap_icon {
  width: 60px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .secData__blkWrap_icon {
    width: 100px;
  }
}
.secData__description {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  font-size: 87.5%;
}
@media screen and (min-width: 768px) {
  .secData__description {
    font-size: 100%;
  }
}
.secData__subTtl {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 600;
}
.secData__subTtl + .secData__description {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .secData__subTtl {
    font-size: 20px;
  }
}
.secData__star {
  margin: 15px 0;
}

.site-body-bottom {
  display: none;
}