@charset "UTF-8";
/*--------------------------------------------------------------------------
  目次非表示
----------------------------------------------------------------------------*/
article.article.type-ranking #toc {
  display: none;
}

/*--------------------------------------------------------------------------
  テキスト装飾
----------------------------------------------------------------------------*/
article.article strong {
  color: #1283a8;
}
article.article .bold-red {
  color: #ff5b5b;
}
article.article .bold-blue {
  color: #1283a8;
}

/*--------------------------------------------------------------------------
  見出し
----------------------------------------------------------------------------*/
article.article p {
  margin-bottom: 1em;
}
article.article h1.entry-title {
  margin: 0;
  padding: 0 6px;
}
article.article h2 {
  padding: 0.5em 1em;
  background: #e7ba37;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 833px) {
  article.article h2 {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (max-width: 480px) {
  article.article h2 {
    padding: 0.5em 0.75em;
  }
}
article.article h3 {
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
  border: none;
  line-height: 1.4;
}
article.article h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: #96e7fe;
}
article.article h4 {
  position: relative;
  border: none;
  background: none;
  line-height: 1.4;
  font-size: 1em;
}
article.article h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #67c4d1;
}
article.article .marker-stripe-yellow {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  background-image: repeating-linear-gradient(135deg, #ff9 0, #ff9 2px, transparent 2px, transparent 4px);
}
article.article .marker-stripe-red {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  background-image: repeating-linear-gradient(135deg, #ffd0d1 0, #ffd0d1 2px, transparent 2px, transparent 4px);
}
article.article .marker-stripe-blue {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
  background-image: repeating-linear-gradient(135deg, #a8dafb 0, #a8dafb 2px, transparent 2px, transparent 4px);
}

/*--------------------------------------------------------------------------
  テーブル
----------------------------------------------------------------------------*/
article.article .wp-block-table {
  overflow: scroll;
  float: none;
  width: 100%;
}
article.article .wp-block-table tbody td {
  border: solid 1px #a4cbd1;
}

/*--------------------------------------------------------------------------
  比較表
----------------------------------------------------------------------------*/
article.article .wp-block-table.compare-table {
  font-size: 0.75em;
}
@media (max-width: 833px) {
  article.article .wp-block-table.compare-table {
    font-size: inherit;
  }
}
article.article .wp-block-table.compare-table table tr td {
  min-width: 130px;
  border: solid 1px #a4cbd1;
  text-align: center;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td {
    min-width: 100px;
  }
}
article.article .wp-block-table.compare-table table tr td:first-child {
  min-width: 150px;
  background: #e7f2f4;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td:first-child {
    min-width: 110px;
  }
}
article.article .wp-block-table.compare-table table tr td:first-child [class^=inline-button-] {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0.5em;
  width: calc(100% - 1em);
  border: none;
  border-bottom: solid 4px #15a054;
  border-radius: 10px;
  background: #28c76f;
  text-align: center;
  font-size: 0.875em;
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td:first-child [class^=inline-button-] {
    width: 100%;
    font-size: 11px;
  }
}
article.article .wp-block-table.compare-table table tr td:first-child [class^=inline-button-] a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
article.article .wp-block-table.compare-table table tr td:first-child [class^=inline-button-]::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
article.article .wp-block-table.compare-table table tr td:first-child span.bold {
  display: block;
  margin: 0 1.5em -3em;
  padding: 2px 6px;
  width: calc(100% - 3em);
  position: relative;
  bottom: 0;
  border: solid 1px #28c76f;
  border-radius: 12px;
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  color: #28c76f;
  line-height: 1.4;
  z-index: 1;
}
@media (max-width: 600px) {
  article.article .wp-block-table.compare-table table tr td:first-child span.bold {
    margin: 0 1.5em -3.25em;
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.compare-table table tr td:first-child span.bold {
    margin: 0 1.5em -3em;
  }
}
article.article .wp-block-table.compare-table table tr:first-child {
  background: #e7f2f4;
}
article.article .wp-block-table.compare-table:not(.is-style-stripes) table tr td img {
  margin: 8px 0;
  width: auto;
}
article.article .wp-block-table.compare-table .scrollable-table {
  margin-bottom: 2em;
}
article.article .wp-block-table.compare-table figcaption {
  margin: -2em 0 2em;
}
article.article .wp-block-table.compare-table .rank1-border {
  width: 0;
  height: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 4px solid #efc856;
  z-index: 99;
  pointer-events: none;
}
article.article .wp-block-table.is-style-stripes {
  font-size: 0.875em;
}
@media (max-width: 833px) {
  article.article .wp-block-table.is-style-stripes {
    font-size: inherit;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f6f9f9;
}
article.article .wp-block-table.is-style-stripes tbody tr:first-child {
  background-color: transparent;
}
article.article .wp-block-table.is-style-stripes tbody tr td {
  min-width: 250px;
}
@media (max-width: 600px) {
  article.article .wp-block-table.is-style-stripes tbody tr td {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr td {
    min-width: 150px;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr td [class^=inline-button-] {
  position: relative;
  overflow: hidden;
  margin: 1em;
  padding: 0.5em 1.5em;
  width: calc(100% - 2em);
  border: none;
  border-bottom: solid 4px #15a054;
  border-radius: 10px;
  background: #28c76f;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 600px) {
  article.article .wp-block-table.is-style-stripes tbody tr td [class^=inline-button-] {
    margin: 0;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr td [class^=inline-button-] {
    margin: 0;
    font-size: 12px;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr td [class^=inline-button-] a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 600px) {
  article.article .wp-block-table.is-style-stripes tbody tr td [class^=inline-button-] a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr td [class^=inline-button-] a {
    font-size: 14px;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr td [class^=inline-button-]:hover {
  border: none;
}
article.article .wp-block-table.is-style-stripes tbody tr td [class^=inline-button-]::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr td .badge-red {
  background-color: #ff5a5a;
  font-size: 11px;
}
article.article .wp-block-table.is-style-stripes tbody tr td .badge-blue {
  background-color: #00a4c8;
  font-size: 11px;
}
article.article .wp-block-table.is-style-stripes tbody tr td .badge-yellow {
  background-color: #ffe159;
  font-size: 11px;
}
article.article .wp-block-table.is-style-stripes tbody tr td .badge-purple {
  background-color: #9f60af;
  font-size: 11px;
}
article.article .wp-block-table.is-style-stripes tbody tr td .inline-button-green {
  border-bottom: solid 4px #15a054;
  background: #28c76f;
}
article.article .wp-block-table.is-style-stripes tbody tr td img {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 600px) {
  article.article .wp-block-table.is-style-stripes tbody tr td img {
    max-width: 150px;
    max-height: 150px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr td img {
    margin: 0;
    max-width: 125px;
    max-height: 125px;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr td:first-child {
  min-width: 140px;
  position: relative;
}
@media (max-width: 833px) {
  article.article .wp-block-table.is-style-stripes tbody tr td:first-child {
    min-width: 125px;
  }
}
@media (max-width: 600px) {
  article.article .wp-block-table.is-style-stripes tbody tr td:first-child {
    min-width: 75px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr td:first-child {
    min-width: 48px;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr:first-child td {
  height: 50px;
}
@media (max-width: 600px) {
  article.article .wp-block-table.is-style-stripes tbody tr:first-child td {
    height: 40px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr:first-child td {
    height: 30px !important;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr:first-child td img {
    margin: 8px 0;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr:first-child td:nth-child(n+2) span.badge {
  display: inline-block;
  height: 37px;
  position: relative;
  padding: 0 1rem 10px;
  background: #deded3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  font-weight: 800;
  color: inherit;
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr:first-child td:nth-child(n+2) span.badge {
    height: 32px;
    font-size: 10px;
  }
  article.article .wp-block-table.is-style-stripes tbody tr:first-child td:nth-child(n+2) span.badge .fz-18px {
    font-size: 14px;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr:first-child td:nth-child(2) span.badge {
  background: #edcd56;
}
article.article .wp-block-table.is-style-stripes tbody tr:first-child td:nth-child(3) span.badge {
  background: #d0d0e1;
}
article.article .wp-block-table.is-style-stripes tbody tr:first-child td:nth-child(4) span.badge {
  background: #d9c4aa;
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr:nth-child(2) td a:nth-child(3) {
    display: inline-block;
    min-height: 35px;
  }
}
@media (max-width: 480px) {
  article.article .wp-block-table.is-style-stripes tbody tr:nth-child(2) td img {
    margin: 8px 0;
  }
}
article.article .wp-block-table.is-style-stripes tbody tr:nth-child(n+4) td img {
  max-height: 50px;
}
article.article .wp-block-table.is-style-stripes tbody tr:last-child td span.bold {
  display: block;
  margin: 1em 3em -5em;
  padding: 2px 8px;
  width: calc(100% - 6em);
  position: relative;
  bottom: 0;
  border: solid 1px #28c76f;
  border-radius: 12px;
  background: #fff;
  font-size: 11px;
  font-weight: bold;
  color: #28c76f;
  line-height: 1.4;
  z-index: 1;
}
@media (max-width: 600px) {
  article.article .wp-block-table.is-style-stripes tbody tr:last-child td span.bold {
    margin: 0 2.5em -3em;
    width: calc(100% - 5em);
    font-size: 10px;
  }
}
article.article .wp-block-table.is-style-stripes.no-rank table tr:first-child {
  display: none;
}

/*--------------------------------------------------------------------------
  リンクボタン
----------------------------------------------------------------------------*/
article.article .wp-block-buttons {
  justify-content: center;
  position: relative;
  margin-top: 2rem;
}
article.article .wp-block-buttons .wp-block-button {
  display: inline-block;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid #15a054;
  border-radius: 12px;
  background: #28c76f;
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding-right: 2em;
  border: none;
  border-radius: 12px;
  background: none;
  color: white;
  font-weight: 800;
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "\f105";
  margin-right: 12px;
  position: absolute;
  top: calc(50% - 0.75em);
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link::after {
    margin-right: 6px;
    font-size: 11px;
  }
}
article.article .wp-block-buttons .wp-block-button .wp-block-button__link.front-submit-button {
  font-size: 16px;
}
@media (max-width: 781px) {
  article.article .wp-block-buttons .wp-block-button .wp-block-button__link.front-submit-button {
    font-size: 12px;
  }
}
article.article .wp-block-buttons .wp-block-button.shine-cta {
  position: relative;
  overflow: hidden;
}
article.article .wp-block-buttons .wp-block-button.shine-cta::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
article.article .micro-copy {
  margin: 0 auto -3.25em;
  position: relative;
  text-align: center;
  z-index: 1;
}
article.article .micro-copy .micro-content {
  display: inline-block;
  padding: 0.25em 0.75em;
  border: 1px solid #28c76f;
  border-radius: 99px;
  background: #fff;
  color: #28c76f;
  font-weight: 800;
}

/*--------------------------------------------------------------------------
  ランキングセクション
----------------------------------------------------------------------------*/
article.article .ranking-block__container {
  margin-bottom: 3em;
  padding: 1.5em 1.5em 2em;
  border: solid 2px #efc856;
  border-radius: 15px;
}
@media (max-width: 600px) {
  article.article .ranking-block__container {
    padding: 1em;
  }
}
@media (max-width: 480px) {
  article.article .ranking-block__container {
    margin-bottom: 2em;
  }
}
@media (max-width: 781px) {
  article.article .ranking-block__container .ranking_block_main {
    font-size: 12px;
  }
}
article.article .ranking-block__container .ranking-header__container {
  display: flex;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
article.article .ranking-block__container .ranking-header_rank {
  position: relative;
  margin-top: -32px;
  margin-right: 1rem;
  padding: 32px 1rem 10px;
  min-width: 75px;
  height: 120px;
  background: #deded3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 20px), 0 100%);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 600px) {
  article.article .ranking-block__container .ranking-header_rank {
    margin-top: -24px;
    padding: 26px 0.5rem 0.25rem;
  }
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rank {
    margin-top: -20px;
    margin-right: 0.5rem;
    padding: 20px 0.5rem 0.25rem;
    min-width: 50px;
    height: 77px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 15px), 0 100%);
    font-size: 10px;
  }
}
article.article .ranking-block__container .ranking-header_rank .rank {
  font-size: 24px;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rank .rank {
    font-size: 18px;
  }
}
article.article .ranking-block__container .ranking-header_rank.rank-color-1 {
  background: #edcd56;
}
article.article .ranking-block__container .ranking-header_rank.rank-color-2 {
  background: #d0d0e1;
}
article.article .ranking-block__container .ranking-header_rank.rank-color-3 {
  background: #d9c4aa;
}
article.article .ranking-block__container .ranking-header_name h4 {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 32px;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_name h4 {
    font-size: 24px;
  }
}
article.article .ranking-block__container .ranking-header_name h4::before {
  display: none;
}
article.article .ranking-block__container .ranking-header_detail__container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 781px) {
  article.article .ranking-block__container .ranking-header_detail__container {
    flex-direction: column;
  }
}
article.article .ranking-block__container .ranking-header_rept__container {
  display: flex;
  align-items: center;
  min-width: 270px;
  max-width: 270px;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rept__container {
    min-width: initial;
    max-width: initial;
  }
}
article.article .ranking-block__container .ranking-header_rept_label {
  margin-right: 0.5em;
  padding: 0 0.5em;
  min-width: 70px;
  background: #67c4d1;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rept_label {
    min-width: 50px;
    font-size: 9px;
  }
}
article.article .ranking-block__container .ranking-header_rept_point {
  margin-right: 5px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #ff5b5b;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_rept_point {
    font-size: 24px;
  }
}
article.article .ranking-block__container .ranking-header_tag {
  display: flex;
}
article.article .ranking-block__container .ranking-header_tag__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
article.article .ranking-block__container .ranking-header_tag span {
  margin: 0 5px 3px 0;
  padding: 0 5px;
  border-radius: 5px;
  border: solid 1px #96e7fe;
  background: #def8ff;
  color: #1283a8;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
@media (max-width: 480px) {
  article.article .ranking-block__container .ranking-header_tag span {
    font-size: 10px;
  }
}
article.article .ranking-block__container .ranking-header_catchcopy {
  margin-top: 0.5em;
}
article.article .ranking-block__container .ranking-header_catchcopy h3 {
  padding-top: 0;
  border: none;
  background: inherit;
  text-align: inherit;
  color: inherit;
}
article.article .ranking-block__container .ranking-header_image {
  text-align: center;
}
@media (max-width: 600px) {
  article.article .ranking-block__container .ranking-header_image {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------------------
  商品紹介部分　詳細表
----------------------------------------------------------------------------*/
article.article .ranking-detail-table .ranking-detail-table-row {
  align-items: stretch;
  gap: 8px;
  margin: 0 0 0.5em;
  width: 100%;
}
article.article .ranking-detail-table .ranking-detail-table-row .caption-box {
  width: calc(50% - 4px);
}
article.article .ranking-detail-table .caption-box {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: 2px solid #67c4d1;
  line-height: 1.4;
}
@media (max-width: 480px) {
  article.article .ranking-detail-table .caption-box {
    font-size: 12.8px;
  }
}
article.article .ranking-detail-table .caption-box .box-label {
  border-bottom: 2px solid #67c4d1;
  background: #67c4d1;
  justify-content: center;
  align-items: center;
  color: #fff;
}
article.article .ranking-detail-table .caption-box .box-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 480px) {
  article.article .ranking-detail-table .caption-box .box-content {
    padding: 0.25em 0.5em;
  }
}
article.article .ranking-detail-table .caption-box.buy-way .box-content {
  flex-wrap: wrap;
  gap: 0.5em;
}
@media (max-width: 480px) {
  article.article .ranking-detail-table .caption-box.buy-way .box-content {
    gap: 0.25em;
  }
}
article.article .ranking-detail-table .caption-box.buy-way .box-content figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: calc((100% - 1.5em) / 4);
  border-radius: 10px;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 480px) {
  article.article .ranking-detail-table .caption-box.buy-way .box-content figure {
    flex-direction: row;
    width: calc((100% - 0.25em) / 2);
    border-radius: 5px;
  }
}
article.article .ranking-detail-table .caption-box.buy-way .box-content figure.visit {
  background: #ffdfdf;
  color: #ff5a5a;
}
article.article .ranking-detail-table .caption-box.buy-way .box-content figure.delivery {
  background: #c7e9f1;
  color: #00a4c8;
}
article.article .ranking-detail-table .caption-box.buy-way .box-content figure.store {
  background: #fff6ce;
  color: #c7a300;
}
article.article .ranking-detail-table .caption-box.buy-way .box-content figure.memorial-items {
  background: #e9d8ee;
  color: #9f60af;
}
article.article .ranking-detail-table .caption-box.buy-way .box-content figure img {
  padding: 0.25em;
}
@media (max-width: 480px) {
  article.article .ranking-detail-table .caption-box.buy-way .box-content figure img {
    padding: 3px;
    width: 30px;
  }
}
@media (max-width: 480px) {
  article.article .ranking-detail-table .caption-box.buy-way .box-content figure figcaption {
    padding: 0;
  }
}

/*--------------------------------------------------------------------------
  商品紹介部分　おすすめポイント
----------------------------------------------------------------------------*/
article.article .ranking-recommended-point {
  line-height: 1.6;
}
article.article .ranking-recommended-point .box-label {
  background: none;
  font-size: 1.3em;
  font-weight: 800;
  color: #efc856;
}
article.article .ranking-recommended-point .box-label.fab-check::before {
  content: "\f0a4";
}
article.article .ranking-recommended-point .box-content {
  border: solid 1px #ccc;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
article.article .ranking-recommended-point .box-content ul {
  padding-left: 0.5em;
}
article.article .ranking-recommended-point .box-content ul li {
  padding: 0.5em 0 0.5em 1.5em;
  border-top: 1px dashed #ccc;
}
article.article .ranking-recommended-point .box-content ul li:first-child {
  border: none;
}
article.article .ranking-recommended-point .box-content ul li::before {
  top: 0.5em;
  color: #96e7fe;
}

/*--------------------------------------------------------------------------
  商品紹介部分　キャンペーン情報
----------------------------------------------------------------------------*/
article.article .ranking-campaign {
  border: solid 2px #efc856;
  border-radius: 15px;
  overflow: auto;
}
article.article .ranking-campaign > *:not(h2) {
  padding: 0 1.5em;
}
@media (max-width: 480px) {
  article.article .ranking-campaign > *:not(h2) {
    padding: 0 1em;
  }
}
@media (max-width: 480px) {
  article.article .ranking-campaign > figure {
    margin-bottom: 1em;
  }
}
article.article .ranking-campaign > *:last-child {
  padding-bottom: 2em;
}
@media (max-width: 480px) {
  article.article .ranking-campaign > *:last-child {
    padding-bottom: 1em;
  }
}
article.article .ranking-campaign h2 {
  padding: 0.5em;
  border: none;
  border-radius: 0;
  background: #efc856;
  text-align: center;
  color: #fff;
}
@media (max-width: 480px) {
  article.article .ranking-campaign h2 {
    padding: 0.5em 0;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------------------
  商品紹介部分　口コミ
----------------------------------------------------------------------------*/
article.article h4.review-lists-headline {
  margin: 0;
  padding: 0.5em 1.5em;
  border: none;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background: rgba(232, 232, 197, 0.5019607843);
  background-image: url(img/ichimatsu_transparent30.png);
  color: #4d4d4d;
  text-shadow: 1px 2px #fff;
  font-size: 14px;
}
article.article .review-lists {
  margin-top: 0;
  padding-bottom: 1em;
}
article.article .review-lists .review-show {
  display: block !important;
}
article.article .review-lists .review-hide {
  display: none !important;
}
article.article .review-lists_container {
  display: none;
  padding: 0 1em;
  position: relative;
  font-size: 14px;
  overflow: hidden;
}
article.article .review-lists_container .review-lists_provider {
  padding-top: 1em;
  border-bottom: 1px solid #d3d3d3;
}
article.article .review-lists_container .review-lists_provider:nth-child(even) {
  height: 80px;
  border-bottom-width: 0;
}
article.article .review-lists_container .review-lists_provider .review-provider_header {
  display: flex;
}
article.article .review-lists_container .review-lists_provider .review-provider_icon {
  margin-right: 1em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
article.article .review-lists_container .review-lists_provider .review-provider_title {
  margin-left: 0;
  font-weight: 800;
}
article.article .review-lists_container .review-lists_provider .review-provider_rept {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
article.article .review-lists_container .review-lists_provider .review-provider_rept .star-wrap {
  width: 70px !important;
}
article.article .review-lists_container .review-lists_provider .review-provider_attribute {
  margin-left: 1em;
  font-weight: 800;
}
article.article .review-lists_container .review-lists_provider .review-provider_content {
  margin-bottom: 1em;
}
article.article .review-lists_container .review-lists_provider .review-provider_content .review-useful {
  display: inline-block;
  padding: 0 1.25em;
  border: solid 1px #d3d3d3;
  border-radius: 20px;
  background-color: #fff;
  font-size: 11px;
  cursor: pointer;
}
article.article .review-lists_container .review-lists_provider .review-provider_content .review-useful.pushed {
  border-color: #c0c0c0;
  background-color: #e0e0e0;
  color: #999;
  cursor: initial;
}
article.article .review-lists_container .review-lists_provider .review-provider_content .review-useful .useful_num {
  margin-right: 1em;
  color: #000;
}
article.article .review-lists_container .review-lists_provider .review-provider_content > *:nth-last-child(2) {
  margin-bottom: 0;
}
article.article .review-lists_container .overlay {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0.6));
}
article.article .review-lists_container .overlay .read-more {
  margin: 0 auto;
  padding: 0 2em;
  width: 150px;
  border: none;
  border-radius: 10px;
  background-color: #96e7fe;
  text-align: center;
  line-height: 2.5em;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}

/*--------------------------------------------------------------------------
  商品紹介部分　地域別価格表
----------------------------------------------------------------------------*/
article.article .price-table-tab {
  margin-bottom: 1.7em;
}
article.article .price-table-tab .tab-label-group .tab-label {
  padding: 0.4em 0.5em;
  width: 100%;
  background: #fcefcb;
  text-align: center;
}
article.article .price-table-tab .tab-label-group .tab-label.is-active {
  background: #efc856;
}
article.article .price-table-tab .tab-content-group {
  padding: 1em;
  border: 1px solid #fee08e;
}
@media (max-width: 480px) {
  article.article .price-table-tab .tab-content-group {
    padding: 0.5em;
  }
}
article.article .price-table-tab .tab-content-group .wp-block-table table {
  width: 100%;
}
article.article .price-table-tab .tab-content-group .wp-block-table table tr:first-child td {
  background: #e7f2f4;
}
article.article .price-table-tab .tab-content-group .wp-block-table table tr td {
  width: 30%;
  font-size: 0.875rem;
}
@media (max-width: 480px) {
  article.article .price-table-tab .tab-content-group .wp-block-table table tr td {
    width: 25%;
  }
}
article.article .price-table-tab .tab-content-group .wp-block-table table tr td:first-child {
  width: 20%;
  background: #e7f2f4;
}
@media (max-width: 480px) {
  article.article .price-table-tab .tab-content-group .wp-block-table table tr td:first-child {
    width: 25%;
  }
}
article.article .price-table-tab .tab-content-group .wp-block-table table tr td:nth-child(2) {
  width: 20%;
}
@media (max-width: 480px) {
  article.article .price-table-tab .tab-content-group .wp-block-table table tr td:nth-child(2) {
    width: 25%;
  }
}

/*--------------------------------------------------------------------------
  評価★★★★表示
----------------------------------------------------------------------------*/
.star-wrap {
  display: inline-block;
  position: relative;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .star-wrap {
    width: 100px;
  }
}
.star-wrap img.point-star {
  vertical-align: bottom;
}
.star-wrap:before {
  content: "";
  position: absolute;
  background-color: white;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.star-wrap50:before {
  width: 0;
}

.star-wrap49:before {
  width: 3%;
}

.star-wrap48:before {
  width: 5%;
}

.star-wrap47:before {
  width: 7%;
}

.star-wrap46:before {
  width: 8%;
}

.star-wrap45:before {
  width: 10%;
}

.star-wrap44:before {
  width: 12%;
}

.star-wrap43:before {
  width: 14%;
}

.star-wrap42:before {
  width: 16%;
}

.star-wrap41:before {
  width: 18%;
}

.star-wrap40:before {
  width: 20%;
}

.star-wrap39:before {
  width: 22%;
}

.star-wrap38:before {
  width: 24%;
}

.star-wrap37:before {
  width: 26%;
}

.star-wrap36:before {
  width: 28%;
}

.star-wrap35:before {
  width: 30%;
}

.star-wrap34:before {
  width: 32%;
}

.star-wrap33:before {
  width: 34%;
}

.star-wrap32:before {
  width: 36%;
}

.star-wrap31:before {
  width: 38%;
}

.star-wrap30:before {
  width: 40%;
}

.star-wrap29:before {
  width: 42%;
}

.star-wrap28:before {
  width: 44%;
}

.star-wrap27:before {
  width: 46%;
}

.star-wrap26:before {
  width: 48%;
}

.star-wrap25:before {
  width: 50%;
}

.star-wrap24:before {
  width: 52%;
}

.star-wrap23:before {
  width: 54%;
}

.star-wrap22:before {
  width: 56%;
}

.star-wrap21:before {
  width: 58%;
}

.star-wrap20:before {
  width: 60%;
}

.star-wrap19:before {
  width: 62%;
}

.star-wrap18:before {
  width: 64%;
}

.star-wrap17:before {
  width: 66%;
}

.star-wrap16:before {
  width: 68%;
}

.star-wrap15:before {
  width: 70%;
}

.star-wrap14:before {
  width: 72%;
}

.star-wrap13:before {
  width: 74%;
}

.star-wrap12:before {
  width: 76%;
}

.star-wrap11:before {
  width: 78%;
}

.star-wrap10:before {
  width: 80%;
}

/*--------------------------------------------------------------------------
  検索結果ページ
----------------------------------------------------------------------------*/
#list article.providers.type-providers {
  padding: 2em;
  border: solid 2px #efc856;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 600px) {
  #list article.providers.type-providers {
    padding: 1em;
  }
}
#list article.providers.type-providers h2 {
  margin: 0 0 1em;
  padding: 0.5em;
  border: none;
}
#list article.providers.type-providers h2.entry-title {
  margin: -36px -36px 0;
  padding: 0.5em 1em;
  position: relative;
  border-radius: 0;
  background: #efc856;
  color: var(--cocoon-text-color);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  #list article.providers.type-providers h2.entry-title {
    margin: -18px -18px 0;
  }
}
@media (max-width: 480px) {
  #list article.providers.type-providers h2.entry-title {
    margin: -16px -16px 0;
    font-size: 24px;
  }
}
#list article.providers.type-providers h2.entry-title + *:not(h2) {
  margin-top: 1.4em;
}
#list article.providers.type-providers .provider-catchcopy {
  margin: -32px -32px 0;
  padding: 0.5em 1em;
  position: relative;
  background: #efc856;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
}
#list article.providers.type-providers .wp-block-table {
  overflow: hidden;
}
#list article.providers.type-providers .wp-block-buttons {
  margin-top: inherit;
  margin-bottom: 0;
  text-align: center;
}
#list .disp-conditions .result__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#list .disp-conditions .result__container > p {
  min-width: 135px;
  border: solid 1px #ccc;
  border-bottom-width: 3px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  #list .disp-conditions .result__container > p {
    min-width: 100px;
  }
}
#list .disp-conditions .result__container > p a {
  display: inline-block;
  padding: 5px 10px;
  color: #999;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 480px) {
  #list .disp-conditions .result__container > p a {
    font-size: 14px;
  }
}
#list .disp-conditions .result-num {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: 800;
  color: #ff5b5b;
}
#list .disp-conditions__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
}
#list .disp-conditions__container .search-tag {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 3px 8px;
  border: 1px solid #999;
  border-radius: 2px;
  word-break: break-all;
  text-decoration: none;
  line-height: 1.5;
}
@media (max-width: 480px) {
  #list .disp-conditions__container .search-tag {
    font-size: 12px;
  }
}
#list .disp-conditions .sort-selected__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  background: #e7f2f4;
}
@media (max-width: 600px) {
  #list .disp-conditions .sort-selected__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  #list .disp-conditions .sort-selected__container {
    font-size: 14px;
  }
}
#list .disp-conditions .sort-selected__container .sort-change {
  margin: 0;
  padding: 5px;
  position: relative;
  width: 120px;
  border: 1px solid #999;
  background: #f5f8fa;
  font-size: 13px;
  color: rgb(51, 51, 51);
  cursor: pointer;
}
#list .disp-conditions .sort-selected__container .sort-change__containter {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  #list .disp-conditions .sort-selected__container .sort-change__containter {
    width: 100%;
  }
}
#list .disp-conditions .sort-selected__container .sort-change::after {
  content: "▼";
  position: absolute;
  right: 10px;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list {
  display: none;
  width: 120px;
  position: absolute;
  left: -1px;
  border: 1px solid #999;
  z-index: 1;
  background: #f5f8fa;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list .sort-controller {
  display: inline-block;
  margin: 0;
  width: 100%;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list .sort-controller .sort-order {
  margin: 0;
  padding: 5px;
  border: none;
  text-align: left;
  font-family: inherit;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list .sort-controller .sort-order:hover {
  background: #67c4d1;
  color: #fff;
  border-radius: 0;
}
#list .disp-conditions .sort-selected__container .sort-change .sort-order-list.list-show {
  display: flex;
  flex-direction: column;
}
#list .disp-conditions .sort-selected-view {
  display: inline-block;
  margin: auto 6px;
  padding: 0 1em;
  border-radius: 16px;
  background: #67c4d1;
  color: #fff;
}
#list .disp-conditions .sort-buttons {
  text-align: center;
}
#list .disp-conditions .sort-buttons .sort-controller {
  display: inline-block;
  width: calc(32% - 10px);
  min-width: 85px;
  margin: 0 5px;
}
#list .disp-conditions .sort-buttons .sort-controller .sort-order {
  margin: 0;
  padding: 5px;
  border-radius: 16px;
  background: #dbdbd4;
}
#list .disp-conditions .sort-buttons .sort-controller .sort-selected {
  background: #67c4d1;
  color: #fff;
}
#list .disp-conditions .sort-select-list .sort-controller {
  display: inline-block;
  width: 100px;
  min-width: 85px;
  margin: 0 5px;
}
#list .disp-conditions .sort-select-list .sort-controller .sort-order {
  margin: 0;
  padding: 5px;
  border: 1px solid #999;
}

/*--------------------------------------------------------------------------
  検索フォーム
----------------------------------------------------------------------------*/
#frd-search-form {
  text-align: center;
  background-color: #e7f2f4;
  border-radius: 10px;
  overflow: hidden;
}
#frd-search-form h2 {
  background: #96e7fe;
}
#frd-search-form #search-form {
  padding: 1em;
}
#frd-search-form .search-form_main {
  padding: 0.5em 1em;
}
#frd-search-form .search-form_main fieldset {
  margin-bottom: 1em;
  border: none;
}
#frd-search-form .search-form_main legend {
  font-size: 0.875em;
  font-weight: 800;
}
#frd-search-form .search-form_main label {
  display: inline-block;
  margin: 0 0.5em 0.5em;
  padding: 0.375em 0.825em;
  white-space: nowrap;
  background: #d9dcdc;
  border-radius: 99px;
  line-height: 1;
  font-size: 0.875em;
}
#frd-search-form .search-form_main input[type=checkbox] {
  display: none;
}
#frd-search-form .search-form_main input[type=checkbox]:checked + label {
  background-color: #67c4d1;
  color: white;
}
#frd-search-form .searchBtn_box {
  display: block;
  padding: 0.5em;
  width: 100%;
  background: #efc856;
  border-radius: 16px;
  border: none;
  border-bottom: solid 6px #b89327;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}

/*--------------------------------------------------------------------------
  検索フォーム（サイドバー）
----------------------------------------------------------------------------*/
.execphpwidget #frd-search-form {
  text-align: left;
  background-color: #fff;
}
.execphpwidget #frd-search-form h2 {
  display: none;
}
.execphpwidget #frd-search-form #search-form {
  padding: 0;
}
.execphpwidget #frd-search-form #search-form_container {
  padding-bottom: 1em;
}
.execphpwidget #frd-search-form .search-form_main {
  padding: 0 0.5em 0.5em;
}
.execphpwidget #frd-search-form .search-form_main fieldset {
  margin-bottom: 1em;
  border: none;
}
.execphpwidget #frd-search-form .search-form_main fieldset:last-child {
  margin-bottom: 0;
}
.execphpwidget #frd-search-form .search-form_main label {
  margin: 0 0.25em 0.25em;
  font-size: 14px;
}
.execphpwidget #frd-search-form .searchBtn_box {
  margin: 0.5em;
  width: calc(100% - 1em);
}

/*--------------------------------------------------------------------------
  モバイルメニュー： 検索フォーム
----------------------------------------------------------------------------*/
.mb-menu #frd-search-form {
  margin-right: 0.5em;
  margin-bottom: 1em;
  text-align: left;
}
.mb-menu #frd-search-form h2 {
  display: none;
}
.mb-menu #frd-search-form #search-form-mobile {
  padding: 0;
  background-color: #e7f2f4;
}
.mb-menu #frd-search-form #search-form-mobile_container {
  padding-bottom: 1em;
}
.mb-menu #frd-search-form .search-form_main {
  padding: 0.5em;
}
.mb-menu #frd-search-form .search-form_main fieldset {
  margin-bottom: 1em;
  border: none;
}
.mb-menu #frd-search-form .search-form_main fieldset:last-child {
  margin-bottom: 0;
}
.mb-menu #frd-search-form .search-form_main label {
  margin: 0 0.25em 0.25em;
  font-size: 14px;
}
.mb-menu #frd-search-form .searchBtn_box {
  margin: 0.5em;
  width: calc(100% - 1em);
}

/*--------------------------------------------------------------------------
  非表示クラス
----------------------------------------------------------------------------*/
.is-hidden {
  display: none !important;
}

/*--------------------------------------------------------------------------
  検索結果 該当なし
----------------------------------------------------------------------------*/
div.not-found-items {
  font-size: 14px;
}
@media (max-width: 480px) {
  div.not-found-items {
    font-size: 12px;
  }
}
div.not-found-items p.not-found-message {
  margin: 3em 3em 1.5em;
  padding: 1em;
  border: 1px solid #ccc;
  color: #666;
}
@media (max-width: 480px) {
  div.not-found-items p.not-found-message {
    margin: 3em 1em 1.5em;
  }
}
div.not-found-items p.not-found-return {
  margin: 0 3em;
  text-align: right;
}
@media (max-width: 480px) {
  div.not-found-items p.not-found-return {
    margin: 0 1em;
  }
}/*# sourceMappingURL=style-mensmake.css.map */