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

/*--------------------------------------------------------------------------
  フッター
----------------------------------------------------------------------------*/
footer.footer .footer-text {
  margin: 8px auto 10px;
}

/*--------------------------------------------------------------------------
  記事詳細
----------------------------------------------------------------------------*/
article.article p {
  margin-bottom: 1em;
}
article.article h1.entry-title {
  margin: 0;
  padding: 0 6px;
}
article.article h2.wp-block-heading {
  margin: 2em 0 0.5em;
  padding: 0 0.5em;
  background: none;
}
article.article h2.wp-block-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: relative;
  background: linear-gradient(to right, #ff6faa, 33.3%, rgba(238, 173, 102, 0.5019607843), 85%, transparent);
}
article.article h2.headline-ribonn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0 0.5em;
  padding: 5px 2em;
  position: relative;
  height: 3em;
  border: none;
  background: linear-gradient(to right, #ff4d97, 12.5%, #eead66, 87.5%, #ff4d97);
  text-align: center;
  font-size: 16px;
  color: #fff;
}
article.article h2.headline-ribonn::before {
  content: "";
  display: block;
  height: 3em;
  width: 3em;
  position: absolute;
  top: 0px;
  left: -2em;
  background: #fff;
  transform: rotate(45deg);
}
article.article h2.headline-ribonn::after {
  content: "";
  display: block;
  height: 3em;
  width: 3em;
  position: absolute;
  top: 0px;
  right: -2em;
  background: #fff;
  transform: rotate(45deg);
}
article.article h2.has-pointer span::after {
  content: "\f0a7";
  font-family: "FontAwesome";
  font-weight: 400;
}
article.article h3.wp-block-heading {
  margin: 1em 2em;
  border: none;
  text-align: center;
}
article.article h3.wp-block-heading.realtime-headline {
  margin: 0 0 1em;
  padding: 0;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
article.article .wp-block-cocoon-blocks-micro-text.headline-ribonn_micro-cta {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  top: 25px;
  left: calc(50% - 100px);
  transform: rotate(-11deg);
  color: #f00;
  text-shadow: -1px 1px #fff;
  z-index: 1;
}
article.article div.full-width {
  margin: 0 -2em;
  padding: 2em;
}
@media (max-width: 833px) {
  article.article div.full-width {
    margin: 0 -1em;
    padding: 1em;
  }
}
article.article div.inner-full-width {
  margin: 0 -2em;
  padding: 2em;
}
@media (max-width: 833px) {
  article.article div.inner-full-width {
    margin: 0 -1em;
    padding: 1em;
  }
}
article.article figure.full-width {
  margin: 0 -2em;
  width: calc(100% + 4em);
}
@media (max-width: 833px) {
  article.article figure.full-width {
    margin: 0 -1em;
    width: calc(100% + 2em);
  }
}
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);
}

/*--------------------------------------------------------------------------
  CTAリンクボタン
----------------------------------------------------------------------------*/
article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 480px) {
  article.article .wp-block-cocoon-blocks-micro-text.micro-cta {
    font-size: 16px;
  }
}
article.article .wp-block-cocoon-blocks-micro-text.micro-cta span {
  position: relative;
  top: 1.5em;
}
@media (max-width: 480px) {
  article.article .wp-block-cocoon-blocks-micro-text.micro-cta span {
    top: 1.25em;
  }
}
article.article .wp-block-cocoon-blocks-micro-text.micro-cta span::before {
  content: "";
  display: block;
  height: 18px;
  width: 10px;
  position: absolute;
  top: 1px;
  left: -10px;
  border-left: solid 2px #000;
  transform: rotate(-20deg);
}
article.article .wp-block-cocoon-blocks-micro-text.micro-cta span::after {
  content: "";
  display: block;
  height: 18px;
  width: 10px;
  position: absolute;
  top: 1px;
  right: -10px;
  border-right: solid 2px #000;
  transform: rotate(20deg);
}

/*--------------------------------------------------------------------------
  性別切り替えボタン
----------------------------------------------------------------------------*/
ul.target_tab__container {
  display: flex;
  margin: 0;
  padding: 0;
}
ul.target_tab__container li {
  padding: 3px;
  width: 50%;
  border-radius: 5px;
  text-align: center;
  list-style: none;
  background: #e0e0e0;
  font-size: 13px;
  color: #999;
}
ul.target_tab__container li.active {
  color: #fff;
}
ul.target_tab__container li.active.male {
  background: #80c0f3;
}
ul.target_tab__container li.active.female {
  background: #f380d6;
}

/*--------------------------------------------------------------------------
  男性向け・女性向けタブ
----------------------------------------------------------------------------*/
article.article .gender__container > .tab-label-group {
  display: none;
}
article.article .gender__container > .tab-content-group {
  padding: 0;
  border: none;
}

/*--------------------------------------------------------------------------
  目的タブ
----------------------------------------------------------------------------*/
article.article .purpose__container > .tab-label-group {
  align-items: flex-end;
  padding: 0;
}
article.article .purpose__container > .tab-label-group .tab-label {
  padding: 0.4em 0;
  width: 33.3%;
  border: solid 1px #c0c0c0;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: #e0e0e0;
  font-weight: 800;
  color: #999;
}
article.article .purpose__container > .tab-label-group .tab-label.is-active {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
article.article .purpose__container > .tab-label-group .tab-label-0.is-active {
  border-color: #ff4d97;
  background: #ff6faa;
}
article.article .purpose__container > .tab-label-group .tab-label-1.is-active {
  border-color: #31c46e;
  background: #51da89;
}
article.article .purpose__container > .tab-label-group .tab-label-2.is-active {
  border-color: #df984c;
  background: #eead66;
}
article.article .purpose__container > .tab-label-group .tab-label-00.is-active {
  border-color: #61a8e2;
  background: #80c0f3;
}
article.article .purpose__container > .tab-content-group {
  padding: 1em 0;
  border: none;
  padding: 0;
}
article.article .purpose__container > .tab-content-group .tab-content {
  padding: 1em 0.5em;
}
article.article .purpose__container > .tab-content-group .tab-content:first-child, article.article .purpose__container > .tab-content-group .tab-content.lover {
  background: rgba(255, 111, 170, 0.2509803922);
}
article.article .purpose__container > .tab-content-group .tab-content:nth-child(2), article.article .purpose__container > .tab-content-group .tab-content.marriage {
  background: rgba(81, 218, 137, 0.2509803922);
}
article.article .purpose__container > .tab-content-group .tab-content:nth-child(3), article.article .purpose__container > .tab-content-group .tab-content.playmate {
  background: rgba(238, 173, 102, 0.2509803922);
}
article.article .purpose__container > .tab-content-group .tab-content.general {
  background: rgba(128, 192, 243, 0.2509803922);
}

/*--------------------------------------------------------------------------
  ボタン
----------------------------------------------------------------------------*/
article.article .button {
  padding: 3px 0.5em;
  border-bottom: solid 3px #999;
  border-radius: 5px;
  background: #e0e0e0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  text-decoration: none;
}

/*--------------------------------------------------------------------------
  最新の人気アプリ
----------------------------------------------------------------------------*/
article.article .popular-apps__container {
  display: flex;
  margin-bottom: 1em;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
}
article.article .popular-apps .purpose_headline {
  text-align: center;
  font-size: 12px;
  margin: 0 0 1em;
  font-weight: 800;
  border-radius: 5px;
}
article.article .popular-apps .purpose_headline.lover {
  background: rgba(255, 111, 170, 0.2509803922);
  color: #fe247d;
  box-shadow: 0px 0px 3px 0px #ff6faa;
}
article.article .popular-apps .purpose_headline.marriage {
  background: rgba(81, 218, 137, 0.2509803922);
  color: #00b44b;
  box-shadow: 0px 0px 3px 0px #51da89;
}
article.article .popular-apps .purpose_headline.playmate {
  background: rgba(238, 173, 102, 0.2509803922);
  color: #ff8300;
  box-shadow: 0px 0px 3px 0px #eead66;
}
article.article .popular-apps_header {
  margin-right: 0.5em;
}
article.article .popular-apps_header p {
  margin: 0 auto 5px;
  width: 40px;
  background: #eead66;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
article.article .popular-apps_header img {
  width: 70px;
}
article.article .popular-apps_info {
  width: 100%;
}
article.article .popular-apps_info__container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 480px) {
  article.article .popular-apps_info__container {
    flex-direction: column;
  }
}
article.article .popular-apps_name {
  font-size: 20px;
  font-weight: 800;
}
article.article .popular-apps_rept__container {
  display: flex;
  align-items: center;
  font-size: 12px;
}
article.article .popular-apps_rept__container .star-wrap {
  width: 70px;
}
article.article .popular-apps_rept_label {
  margin-right: 3px;
  padding: 1px 5px;
  border-radius: 5px;
  background: #31c46e;
  font-size: 9px;
  color: #fff;
}
article.article .popular-apps_rept_point span {
  color: #ff4d97;
  font-weight: 800;
}
article.article .popular-apps_catchcopy {
  font-size: 13px;
}
article.article .popular-apps_buttons {
  text-align: right;
}
article.article .popular-apps_download {
  border-color: #e262c2;
  background: #f380d6;
}
article.article .popular-apps_detail {
  border-color: #61a8e2;
  background: #80c0f3;
}

/*--------------------------------------------------------------------------
  アプリ診断
----------------------------------------------------------------------------*/
article.article .app-diagnosis {
  padding: 1em 8px 8px;
  border-radius: 20px 20px 0 0;
  background: #80c0f3;
}
article.article .app-diagnosis_headline {
  margin: 0 0 0.5em;
  padding: 0;
  background: none;
  text-align: center;
}
article.article .app-diagnosis_headline span {
  display: block;
}
article.article .app-diagnosis_headline span:first-child {
  font-size: 16px;
  color: #fff;
  text-shadow: 0 1px #61a8e2;
}
article.article .app-diagnosis_headline span:last-child {
  color: #0c68b1;
  text-shadow: 0 1.5px #fff;
}
article.article .app-diagnosis__container {
  padding: 2em 0.5em;
  border: double 5px #80c0f3;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
article.article .app-diagnosis__container fieldset {
  border: none;
}
article.article .app-diagnosis__container fieldset legend span {
  font-size: 24px;
  font-weight: 800;
  color: #ff6faa;
}
article.article .app-diagnosis__container fieldset #result legend span {
  font-size: inherit;
  font-weight: 800;
  color: #000;
}
article.article .app-diagnosis__container fieldset input {
  display: none;
}
article.article .app-diagnosis__container fieldset label {
  display: block;
  margin: 1em;
  padding: 5px 10px;
  background: #51da89;
  border-radius: 10px;
  color: #fff;
}
article.article .app-diagnosis__container fieldset .back,
article.article .app-diagnosis__container fieldset .reset {
  display: inline-block;
  padding: 2px 1em;
  background: #e0e0e0;
  border-radius: 5px;
  font-size: 12px;
  color: #999;
}
article.article .app-diagnosis-result {
  display: flex;
  gap: 1em;
  justify-content: center;
  margin: 1em auto;
  padding: 0.5em;
  max-width: 300px;
  border: solid 1px #d3d3d3;
  border-radius: 15px;
}
@media (max-width: 480px) {
  article.article .app-diagnosis-result {
    gap: 0.5em;
  }
}
article.article .app-diagnosis-result__container {
  justify-items: center;
  width: 33%;
}
article.article .app-diagnosis-result_name {
  font-size: 14px;
}
article.article .app-diagnosis-result_cta a {
  background: #f380d6;
  border-color: #e262c2;
}
@media (max-width: 480px) {
  article.article .app-diagnosis-result_cta a.button {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------------------
  目的-年齢チャート
----------------------------------------------------------------------------*/
main.main article.article figure.wp-block-table.purpose-age-chart {
  display: block;
  margin: 0 auto 1em;
  width: -moz-fit-content;
  width: fit-content;
  height: 320px;
  position: relative;
  font-size: 10px;
  line-height: 1.2;
}
main.main article.article figure.wp-block-table.purpose-age-chart .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  position: absolute;
  border-radius: 0;
  background: linear-gradient(to right, #eead66, #ff6faa);
  font-size: 9px;
  color: #fff;
}
main.main article.article figure.wp-block-table.purpose-age-chart .header div {
  padding: 0 10px;
}
main.main article.article figure.wp-block-table.purpose-age-chart .age {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 45px;
  height: 300px;
  position: absolute;
  top: 20px;
  border-radius: 99px;
  background: rgba(128, 192, 243, 0.5019607843);
  color: #61a8e2;
  z-index: 1;
}
main.main article.article figure.wp-block-table.purpose-age-chart .age div {
  padding-top: 8px;
  width: 35px;
  height: 35px;
  border-radius: 99px;
  background: #fff;
  text-align: center;
  font-size: 9px;
  line-height: 1;
}
main.main article.article figure.wp-block-table.purpose-age-chart .age div span {
  font-size: 11px;
  font-weight: 800;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table {
  height: 100%;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container {
  margin: 0 auto;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container .overlay {
  pointer-events: none;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container .overlay > div {
  position: absolute;
  border-radius: 10px;
  pointer-events: none;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container .overlay > div.date {
  width: 105px;
  height: 135px;
  bottom: 0;
  left: 30px;
  background: rgba(238, 173, 102, 0.2509803922);
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container .overlay > div.lover {
  width: 154px;
  height: 180px;
  top: 40px;
  left: 88px;
  background: rgba(255, 111, 170, 0.2509803922);
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container .overlay > div.marriage-partner {
  width: 135px;
  height: 180px;
  top: 20px;
  left: 165px;
  background: rgba(81, 218, 137, 0.2509803922);
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container .overlay > div .badge {
  padding: 1px 6px;
  position: relative;
  border-radius: 8px;
  font-size: 9px;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container .overlay > div .badge.badge-d {
  top: -12px;
  background: #eead66;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container .overlay > div .badge.badge-l {
  background: #ff6faa;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table .overlay__container .overlay > div .badge.badge-m {
  top: 3px;
  left: -20px;
  background: #51da89;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table table {
  margin: 0 auto;
  width: auto;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table table tr {
  background: none;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table table tr td {
  padding: 2px 2px;
  border: none;
  width: 45px;
  min-width: 45px;
  height: 60px;
  vertical-align: top;
  font-size: inherit !important;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table table tr td img {
  margin: 0;
}
main.main article.article figure.wp-block-table.purpose-age-chart .scrollable-table table tr:first-child td {
  height: 20px;
}

/*--------------------------------------------------------------------------
  おすすめの組み合わせ
----------------------------------------------------------------------------*/
article.article .recommended-combinations {
  margin: 0;
  padding: 0;
  gap: 4px;
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box {
  margin: 0;
  min-width: calc((100% - 8px) / 3);
  max-width: calc((100% - 8px) / 3);
  border: 0;
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box .caption-box-label {
  justify-content: center;
  padding: 0.4em 0;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box .caption-box-content {
  padding: 1em 0.5em;
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box .caption-box-content .wp-block-group {
  gap: 0.5em;
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box .caption-box-content .wp-block-group.is-vertical {
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 1em 1em 0;
  min-height: 212px;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
}
@media (max-width: 480px) {
  article.article .recommended-combinations .caption-box.cocoon-block-caption-box .caption-box-content .wp-block-group.is-vertical {
    font-size: 12px;
  }
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box .caption-box-content .wp-block-group.is-vertical figure {
  margin: 0;
  max-width: 100px;
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box .caption-box-content .wp-block-group.is-vertical p {
  margin: 0 0 1em;
}
@media (max-width: 480px) {
  article.article .recommended-combinations .caption-box.cocoon-block-caption-box .caption-box-content .wp-block-group.is-vertical p {
    line-height: 1.4;
  }
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box.lover .caption-box-label {
  border-color: #ff4d97;
  background: #ff6faa;
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box.lover .caption-box-content {
  background: rgba(255, 111, 170, 0.2509803922);
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box.marriage .caption-box-label {
  border-color: #31c46e;
  background: #51da89;
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box.marriage .caption-box-content {
  background: rgba(81, 218, 137, 0.2509803922);
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box.playmate .caption-box-label {
  border-color: #df984c;
  background: #eead66;
}
article.article .recommended-combinations .caption-box.cocoon-block-caption-box.playmate .caption-box-content {
  background: rgba(238, 173, 102, 0.2509803922);
}

/*--------------------------------------------------------------------------
  比較表
----------------------------------------------------------------------------*/
article.article .compare-table_tab {
  margin-bottom: 0;
}
article.article .compare-table_tab > .tab-label-group {
  align-items: flex-end;
  padding: 0;
}
article.article .compare-table_tab > .tab-label-group .tab-label {
  width: 33.3%;
  border: solid 1px #c0c0c0;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: #e0e0e0;
  font-size: 13px;
  font-weight: 800;
  color: #999;
}
article.article .compare-table_tab > .tab-label-group .tab-label.active {
  border-color: #61a8e2;
  background: #80c0f3;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
article.article .compare-table__container {
  display: none;
}
article.article .compare-table__container.active {
  display: block;
}
article.article .compare-table__container:first-child td {
  text-align: center;
}
article.article .compare-table__container th {
  border: solid 1px #80c0f3;
  background: rgba(128, 192, 243, 0.2509803922);
  color: #61a8e2;
}
article.article .compare-table__container td {
  padding: 0.5em 5px;
  min-width: 50px;
  border: solid 1px #80c0f3;
  line-height: 1.4;
}
@media (max-width: 480px) {
  article.article .compare-table__container td {
    min-width: 40px;
    font-size: 11px !important;
  }
}
article.article .compare-table__container td:first-child {
  padding-top: 1em;
  width: 80px;
  text-align: center;
}
@media (max-width: 480px) {
  article.article .compare-table__container td:first-child {
    width: 55px;
  }
}
article.article .compare-table__container td:first-child img {
  width: 50px;
}
@media (max-width: 480px) {
  article.article .compare-table__container td:first-child img {
    width: 40px;
  }
}
article.article .compare-table__container td:first-child p {
  line-height: 1.2;
}
article.article .compare-table__container td:last-child {
  width: 70px;
  text-align: center;
}
@media (max-width: 480px) {
  article.article .compare-table__container td:last-child {
    width: 50px;
  }
}
article.article .compare-table__container .compare-table_point {
  font-size: 22px;
}
@media (max-width: 800px) {
  article.article .compare-table__container .compare-table_point {
    font-size: 22px !important;
  }
}
@media (max-width: 480px) {
  article.article .compare-table__container .compare-table_point {
    font-size: 16px !important;
  }
}
article.article .compare-table__container .compare-table_purpose {
  min-width: 80px;
}
@media (max-width: 480px) {
  article.article .compare-table__container .compare-table_purpose {
    min-width: 50px;
  }
}
article.article .compare-table__container .compare-table_purpose span {
  display: block;
}
article.article .compare-table__container .compare-table_price {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 480px) {
  article.article .compare-table__container .compare-table_price {
    font-size: 18px;
  }
}
article.article .compare-table__container .compare-table_att_headline {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #ff6faa;
}
@media (max-width: 480px) {
  article.article .compare-table__container .compare-table_att_headline {
    font-size: 14px;
  }
}
article.article .compare-table__container .compare-table_download {
  display: block;
  padding: 7px 10px;
  height: 3em;
  border-color: #e262c2;
  background: #f380d6;
}
@media (max-width: 480px) {
  article.article .compare-table__container .compare-table_download {
    padding: 7px 5px;
  }
}
article.article .compare-table__container .compare-table_detail {
  display: block;
  margin-top: 3px;
  padding: 0;
  border: solid 2px #61a8e2;
  background: #fff;
  color: #61a8e2;
}

/*--------------------------------------------------------------------------
  ランキングセクション
----------------------------------------------------------------------------*/
article.article .ranking-section {
  margin-top: 1em;
}
article.article .ranking-section .purpose__container > .tab-label-group .tab-label {
  width: 25%;
}
article.article .ranking-section .ranking__container {
  margin-bottom: 1em;
  padding: 1em 0.5em;
  border-radius: 10px;
  background: #fff;
}
article.article .ranking-section .ranking__container h3.wp-block-heading {
  margin: 1em;
  padding-left: 0.5em;
  border-top: solid 2px #eead66;
  border-bottom: solid 2px #ff6faa;
  text-align: left;
}
article.article .ranking-section .ranking__container .ranking-header_rank {
  background-image: url(img/crown.png);
  text-align: center;
  color: #fff;
  line-height: 2.75;
  font-size: 0.7em;
  font-weight: 800;
}
article.article .ranking-section .ranking__container:first-child .ranking-header_rank {
  background-image: url(img/crown1.png);
}
article.article .ranking-section .ranking__container:nth-child(2) .ranking-header_rank {
  background-image: url(img/crown2.png);
}
article.article .ranking-section .ranking__container:nth-child(3) .ranking-header_rank {
  background-image: url(img/crown3.png);
}
article.article .ranking-section .ranking-header__container {
  display: flex;
  align-items: center;
}
article.article .ranking-section .ranking-header_rank {
  width: 35px;
  height: 35px;
  background: url(img/crown.png);
  background-size: contain;
  background-repeat: no-repeat;
}
article.article .ranking-section .ranking-header_logo {
  margin: 0 0.5em;
  width: 60px;
  height: 60px;
}
article.article .ranking-section .ranking-header_name h4 {
  padding: 0;
  border: none;
  font-size: 24px;
}
article.article .ranking-section .ranking-header_name h4 a {
  text-decoration: none;
}
article.article .ranking-section .ranking-header_rept__container {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 18px;
}
article.article .ranking-section .ranking-header_rept__container .star-wrap {
  width: 90px;
}
article.article .ranking-section .ranking-header_rept_point span {
  color: #ff4d97;
  font-weight: 800;
}
article.article .ranking-section .ranking-catchcopy h3 {
  padding: 0.5em 0;
  border: none;
  font-size: 20px;
}
article.article .ranking-section .ranking-image {
  margin-bottom: 0.5em;
}
article.article .ranking-section .ranking-detail {
  display: flex;
  flex-direction: column;
}
article.article .ranking-section .ranking-detail > div {
  display: flex;
}
article.article .ranking-section .ranking-detail > div > div {
  align-content: center;
  padding: 3px;
  width: 30%;
  border: solid 1px #80c0f3;
  text-align: center;
}
article.article .ranking-section .ranking-detail > div > div.price {
  width: 40%;
}
article.article .ranking-section .ranking-detail > div > div.price p:not(.price_note) {
  font-size: 16px;
  font-weight: 800;
}
article.article .ranking-section .ranking-detail > div > div p {
  margin: 0;
}
article.article .ranking-section .ranking-detail_header > div {
  border-radius: 10px 10px 0 0;
  background: rgba(128, 192, 243, 0.2509803922);
  font-size: 12px;
  font-weight: 800;
  color: #61a8e2;
  line-height: 1.2;
}
article.article .ranking-section .ranking-detail_content > div {
  border-top: none;
  font-size: 14px;
  line-height: 1.4;
}
article.article .ranking-section .ranking-detail_content > div .price_note {
  font-size: 12px;
}
article.article .ranking-section .lover .ranking-header_rank span,
article.article .ranking-section .marriage .ranking-header_rank span,
article.article .ranking-section .playmate .ranking-header_rank span {
  display: none;
}

/*--------------------------------------------------------------------------
  ランキングセクション：ダウンロードボタン
----------------------------------------------------------------------------*/
article.article .app-download__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 1em;
}
@media (max-width: 480px) {
  article.article .app-download__container {
    gap: 0.5em;
  }
}
article.article .app-download_button.google-play {
  width: calc(53% - 0.5em);
}
article.article .app-download_button.apple-store {
  width: calc(43% - 0.5em);
}
article.article .app-download_button img {
  width: 100%;
}

/*--------------------------------------------------------------------------
  ランキングセクション：口コミ
----------------------------------------------------------------------------*/
article.article .review-lists {
  margin-top: 0;
  border-bottom: solid 1px rgba(255, 111, 170, 0.5019607843);
}
article.article .review-lists .review-show {
  display: block !important;
}
article.article .review-lists .review-hide {
  display: none !important;
}
article.article .review-lists h4 {
  margin-left: -1px;
  margin-bottom: 0;
  padding-left: 2em;
  width: calc(100% + 2px);
  border: none;
  border-top: solid 1px #eead66;
  border-bottom: solid 1px #eead66;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(to right, rgba(255, 111, 170, 0.2509803922), rgba(238, 173, 102, 0.5019607843), 75%, rgba(255, 111, 170, 0.2509803922));
  color: #4d4d4d;
}
article.article .review-lists_container {
  display: none;
  padding: 0 1em;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  border: none;
  border-right: solid 1px rgba(255, 111, 170, 0.5019607843);
  border-left: solid 1px rgba(255, 111, 170, 0.5019607843);
}
article.article .review-lists_container .review-lists_app {
  padding-top: 1em;
  border-bottom: solid 1px rgba(255, 111, 170, 0.5019607843);
}
article.article .review-lists_container .review-lists_app:nth-child(even) {
  height: 80px;
  border-bottom-width: 0;
}
article.article .review-lists_container .review-lists_app .review-app_header {
  display: flex;
}
article.article .review-lists_container .review-lists_app .review-app_icon {
  margin-right: 1em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
article.article .review-lists_container .review-lists_app .review-app_title {
  margin-left: 0;
  font-weight: 800;
}
article.article .review-lists_container .review-lists_app .review-app_rept {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
article.article .review-lists_container .review-lists_app .review-app_rept .star-wrap {
  width: 70px !important;
}
article.article .review-lists_container .review-lists_app .review-app_attribute {
  margin-left: 1em;
  font-weight: 800;
}
article.article .review-lists_container .review-lists_app .review-app_content {
  margin-bottom: 1em;
}
article.article .review-lists_container .review-lists_app .review-app_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_app .review-app_content .review-useful.pushed {
  border-color: #c0c0c0;
  background-color: #e0e0e0;
  color: #999;
  cursor: initial;
}
article.article .review-lists_container .review-lists_app .review-app_content .review-useful .useful_num {
  margin-right: 1em;
  color: #000;
}
article.article .review-lists_container .review-lists_app .review-app_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: #f380d6;
  text-align: center;
  line-height: 2.5em;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
}

/*--------------------------------------------------------------------------
  「管理者用」カテゴリー 非表示
----------------------------------------------------------------------------*/
footer.article-footer .entry-categories-tags a.cat-link-5 {
  display: none;
}

/*--------------------------------------------------------------------------
  検索結果ページ
----------------------------------------------------------------------------*/
#list .disp-conditions__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 14px;
}
#list .disp-conditions__container .search-tag {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 2px 8px;
  border: 1px solid #f380d6;
  border-radius: 5px;
  word-break: break-all;
  text-decoration: none;
  line-height: 1.5;
  color: #f380d6;
  font-size: 12px;
}
#list .disp-conditions .sort-buttons {
  display: flex;
  gap: 0.5em;
}
#list .disp-conditions .sort-buttons .sort-controller {
  width: 200px;
}
#list .disp-conditions .sort-buttons .sort-controller .sort-order {
  margin: 0;
  padding: 5px;
  border: none;
  border-radius: 16px;
  background: rgba(135, 174, 204, 0.2509803922);
  color: #889cac;
}
#list .disp-conditions .sort-buttons .sort-controller .sort-selected {
  background: #80c0f3;
  color: #fff;
}
#list article.app {
  margin: 1em 0;
  padding: 0.5em 0.5em 1em;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(to bottom, rgba(128, 192, 243, 0.2509803922), rgba(128, 192, 243, 0.5019607843));
}
#list article.app h2 {
  margin: 0.5em 0;
  padding: 0 0.5em;
  background: none;
}
#list article.app h2 .app-header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.25em;
}
#list article.app h2 .app-header__container .app-icon {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5em;
  width: 50px;
}
#list article.app h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: relative;
  background: linear-gradient(to right, #ff6faa, 33.3%, rgba(238, 173, 102, 0.5019607843), 85%, transparent);
}
#list article.app .app__container {
  padding: 1em;
  border-radius: 10px;
  background: #fff;
}
#list article.app .eye-catch {
  margin: 1em 0;
  max-width: 100%;
}
@media (max-width: 833px) {
  #list article.app .eye-catch {
    margin: 0;
  }
}
#list h3 {
  margin: 1em 2em 0;
  border-top: solid 2px #eead66;
  border-bottom: solid 2px #ff6faa;
  text-align: center;
  font-size: 18px;
}

/*--------------------------------------------------------------------------
  検索フォーム
----------------------------------------------------------------------------*/
#frd-search-form {
  margin-bottom: 0.5em;
  width: 100%;
}
#frd-search-form .search-form_container {
  display: flex;
  flex-wrap: wrap;
}
#frd-search-form .search-form_main fieldset {
  margin-bottom: 1em;
  border: none;
}
#frd-search-form .search-form_main legend {
  font-weight: 800;
}
#frd-search-form .search-form_main label {
  display: inline-block;
  margin: 0 0.5em 0.5em;
  padding: 3px 12px;
  white-space: nowrap;
  background: #ccc;
  background: #dbdbd4;
  border-radius: 16px;
}
#frd-search-form .search-form_main input[type=checkbox] {
  display: none;
}
#frd-search-form .search-form_main input[type=checkbox]:checked + label {
  background-color: #f380d6;
  color: white;
}
#frd-search-form .search-form_main {
  display: flex;
  width: 100%;
  gap: 2px;
}
#frd-search-form {
  /* セレクトボックス
  --------------------------------------- */
}
#frd-search-form select {
  width: calc((100% - 6px) / 4);
  height: 30px;
  padding: 0 0 0 5px;
  border-radius: 5px;
  font-size: 14px;
}
#frd-search-form {
  /* 検索ボタン
  --------------------------------------- */
}
#frd-search-form .searchBtn_box {
  margin: 5px 0;
  padding: 5px;
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #f380d6;
  cursor: pointer;
}
#frd-search-form .searchBtn_box span {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

#frd-search-form-check .search-form_main {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 1em;
}
#frd-search-form-check .search-form_main fieldset {
  margin: 0 1em 0.25em;
  border: none;
  font-size: 14px;
}
#frd-search-form-check .search-form_main legend {
  font-weight: 800;
}
#frd-search-form-check .search-form_main label {
  display: inline-block;
  margin: 0 0.25em 0.5em;
  padding: 0px 10px;
  white-space: nowrap;
  border-radius: 14px;
  background: #e0e0e0;
  color: #999;
}
#frd-search-form-check .search-form_main input[type=checkbox] {
  display: none;
}
#frd-search-form-check .search-form_main input[type=checkbox]:checked + label {
  background-color: #80c0f3;
  color: white;
}
#frd-search-form-check {
  /* 検索ボタン
  --------------------------------------- */
}
#frd-search-form-check .searchBtn_box {
  display: block;
  margin: 5px auto;
  padding: 5px;
  width: 50%;
  border: none;
  border-radius: 5px;
  background: #f380d6;
  cursor: pointer;
}
#frd-search-form-check .searchBtn_box span {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

/*--------------------------------------------------------------------------
  検索結果 該当なし
----------------------------------------------------------------------------*/
div.not-found-items {
  font-size: 14px;
}
div.not-found-items p.not-found-message {
  margin: 3em 3em 1.5em;
  padding: 1em;
  border: 1px solid #ccc;
  color: #666;
}
div.not-found-items p.not-found-return {
  margin: 0 3em;
  text-align: right;
}

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

/*--------------------------------------------------------------------------
  評価★★★★表示
----------------------------------------------------------------------------*/
.star-wrap {
  position: relative;
  line-height: 1;
}
@media (max-width: 480px) {
  .star-wrap {
    width: 100px;
  }
}
.star-wrap img.point-star {
  vertical-align: bottom;
}
.star-wrap:before {
  content: "";
  position: absolute;
  background: #fff;
  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%;
}

/*--------------------------------------------------------------------------
  マッチングページ
----------------------------------------------------------------------------*/
.matching_wrap {
  display: flex;
  gap: 0 20px;
  padding-top: 36px;
  height: calc(100dvh - 292px);
}
@media (max-width: 480px) {
  .matching_wrap {
    height: calc(100dvh - 93px);
  }
}
.matching_wrap #wpmem_login,
.matching_wrap #wpmem_reg {
  margin: 0 auto;
  width: 100%;
}
.matching_wrap #wpmem_login legend,
.matching_wrap #wpmem_reg legend {
  margin: 2em 0 1em;
  background: none;
}
.matching_wrap #wpmem_login legend::after,
.matching_wrap #wpmem_reg legend::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: relative;
  background: linear-gradient(to right, #ff6faa, 33.3%, rgba(238, 173, 102, 0.5019607843), 85%, transparent);
}
@media (max-width: 480px) {
  .matching_wrap-nomgn {
    padding-top: 0;
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.matching_wrap .matching_sidebar {
  width: 160px;
  flex-shrink: 0;
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .matching_wrap .matching_sidebar {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-right: none;
    border-top: 1px solid #ccc;
    padding-right: 0;
  }
}
.matching_wrap .matching_sidebar ul,
.matching_wrap .matching_sidebar li {
  list-style: none;
}
.matching_wrap .matching_sidebar ul {
  padding: 0;
}
@media (max-width: 480px) {
  .matching_wrap .matching_sidebar ul {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .matching_wrap .matching_sidebar ul > li {
    width: 25%;
  }
}
.matching_wrap .matching_sidebar ul > li a {
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  line-height: 1;
  transition: 0.2s ease;
}
@media (max-width: 480px) {
  .matching_wrap .matching_sidebar ul > li a {
    font-size: 10px;
    text-align: center;
    width: 100%;
  }
}
.matching_wrap .matching_sidebar ul > li a:hover {
  opacity: 0.5;
}
.matching_wrap .matching_sidebar ul > li a img {
  vertical-align: baseline;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .matching_wrap .matching_sidebar ul > li a img {
    display: block;
    margin: 0 auto 5px;
  }
}
.matching_wrap .matching_cont {
  max-height: 100%;
  overflow: auto;
  width: 100%;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 480px) {
  .matching_wrap .matching_cont {
    height: calc(100% - 28px);
  }
}
.matching_wrap .matching_cont-nomgn {
  padding-top: 0;
}
.matching_wrap .matching_home_avatar {
  text-align: center;
}
.matching_wrap .matching_home_avatar img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.matching_wrap .matching_home_nickname {
  text-align: center;
  font-weight: 700;
  font-size: 115%;
}
.matching_wrap .matching_home_button .wp-block-button__link {
  border: 1px solid #bbb;
  border-radius: 5px;
  font-size: 15px;
  color: #000;
  background: transparent;
  transition: 0.2s ease;
}
.matching_wrap .matching_home_button .wp-block-button__link:hover {
  opacity: 0.5;
}
.matching_wrap .matching_home_button .wp-block-button__link img {
  margin-right: 8px;
  vertical-align: baseline;
}
.matching_wrap .matching_profile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  aspect-ratio: 2/3;
  border-radius: 10px;
  color: #fff;
  background: #fff no-repeat center/cover;
  overflow: hidden;
}
@media (max-width: 480px) {
  .matching_wrap .matching_profile {
    width: 100%;
    aspect-ratio: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    border-radius: 0;
  }
}
.matching_wrap .matching_profile_ico {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 5;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  background: no-repeat center/contain;
}
.matching_wrap .matching_profile_ico-like {
  background-image: url(img/ico_like.svg);
}
.matching_wrap .matching_profile_ico-dislike {
  background-image: url(img/ico_dislike.svg);
}
.matching_wrap .matching_profile_counter {
  margin: 0 0 0 auto;
  font-size: 13px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 480px) {
  .matching_wrap .matching_profile_counter {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 8px 0 0 8px;
    z-index: 6;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 0;
  }
}
.matching_wrap .matching_profile_counter_like {
  color: #fc6f6f;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  border: 1px solid #fc6f6f;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 3px 0;
  margin: 2px 0 0 auto;
  vertical-align: middle;
}
.matching_wrap .matching_profile_counter_like img {
  vertical-align: text-bottom;
  margin-right: 2px;
}
.matching_wrap .matching_profile_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding-bottom: 50px;
}
.matching_wrap .matching_profile_footer_name {
  font-size: 16px;
  flex-shrink: 0;
  flex-basis: 80%;
}
.matching_wrap .matching_profile_footer_age {
  flex-basis: 20%;
  text-align: right;
}
.matching_wrap .matching_profile_footer_description {
  font-size: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.matching_wrap .matching_profile_footer_btns {
  height: 40px;
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.matching_wrap .matching_profile_footer_btns_btn {
  width: 50%;
  background: no-repeat center center/32px;
}
.matching_wrap .matching_profile_footer_btns_btn-like {
  background-color: #fc6f6f;
  background-image: url(img/ico_like.svg);
}
.matching_wrap .matching_profile_footer_btns_btn-dislike {
  background-color: #61a8e2;
  background-image: url(img/ico_dislike.svg);
}/*# sourceMappingURL=style-mensmake.css.map */