@charset "utf-8";
/*
Theme Name: astraea2026
Description: アストレア2026
Version: 1.0
*/
/*Common 
===============================================================*/
* {
  min-width: 0;
  min-height: 0;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #24126b;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.inner {
  max-width: 600px;
  margin: 0 auto;
    padding-right: min(20px, 2vw);
    padding-left: min(20px, 2vw);
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.yellow {
  color: #ffed1f;
  font-weight: bold;
}
.orange {
  color: #ff20c6;
  font-weight: 600;
}
.float_banner {
  display: none;
}
.spView {
  display: none;
}
strong {
  font-weight: bold;
}
#container {
  background: #a9b4e9;
    overflow-x: hidden;
}
.main_column h2 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.6em;
  text-shadow: 1px 1px 3px #112024;
  padding: 15px 0 .75em;
}
.main_column h2 > span {
  font-size: 1.3em;
}
/*header/nav  
===============================================================*/
/*Humbtn
========================*/
/*humhum*/
#sp-menu {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
#sp-menu-btn {
  display: block;
  background: #000;
  width: 32px;
  height: 2px;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#sp-menu-btn::before, #sp-menu-btn::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#sp-menu-btn::before {
  top: -10px;
}
#sp-menu-btn::after {
  top: 10px;
}
#sp-menu.open #sp-menu-btn {
  height: 0;
}
#sp-menu.open #sp-menu-btn::before {
  top: 0;
  transform: rotate(45deg);
}
#sp-menu.open #sp-menu-btn::after {
  top: 0;
  transform: rotate(-45deg);
}
/*sp slidenav*/
#sp-menu-blc {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  min-height: 100vh;
  z-index: 10;
  transform: translateX(100vw);
  -webkit-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  background: #f8f8f8;
}
#sp-menu-blc.slide {
  transform: translateX(0);
}
#sp-menu-blc-inner {}
#sp-menu-blc-inner li {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 9;
  transform: translateX(-100vw);
  visibility: hidden;
}
#overlay.open {
  visibility: visible;
  transform: translateX(0);
}
#fix_btn {
  display: block;
  width: 96px;
  height: 96px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
#sp-menu {
  display: block;
  background: #fff;
  width: 32px;
  height: 2px;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  box-shadow: 0 2px 2px rgb(36 62 70);
}
#sp-menu::before, #sp-menu::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 2px 2px rgb(36 62 70);
}
#sp-menu::before {
  top: -10px;
}
#sp-menu::after {
  top: 10px;
}
#sp-menu.open {
  height: 0;
  background: none;
}
#sp-menu.open::before {
  top: 0;
  transform: rotate(45deg);
  background: #24126b;
  box-shadow: none;
}
#sp-menu.open::after {
  top: 0;
  transform: rotate(-45deg);
  background: #24126b;
  box-shadow: none;
}
#sp-menu-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: -100%;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 15;
  background: #a9b4e9;
  padding: 60px 40px 140px;
  overflow-y: scroll;
  display: none;
}
#sp-menu-block.slide {
  right: 0;
  z-index: 99;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#sp-menu-block-inner > ul > li {
  border-bottom: 1px solid #24126b;
}
#sp-menu-block-inner > ul > li > a, #sp-menu-block-inner > ul > li > p {
  font-weight: 600;
  font-size: 1.125em;
  padding: 1em 1em 1em 0;
  display: block;
}
#sp-menu-block-inner > ul > li > p {
  padding-bottom: .5em;
}
#sp-menu-block-inner > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: .25em;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #24126b #24126b transparent transparent;
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
}
#sp-menu-block-inner > ul > li.drop > a {
  pointer-events: none;
}
#sp-menu-block-inner > ul > li.drop > a::after {
  content: none;
}
ul.type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .5em;
}
ul.type li {
  width: 50%;
}
ul.type.c3 li {
  width: 33.3%;
}
ul.type li a {
  display: block;
  padding: .65em .25em .5em 1em;
  font-weight: 600;
  font-size: .92em;
}
ul.type li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #24126b #24126b transparent transparent;
  border-radius: 2px;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.sp_nav_bg {
  position: fixed;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #24126b;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 10;
}
.sp_nav_bg.openbk {
  left: 0;
}
/*header
====================*/
header {
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: inherit;
  background-color: #24126b;
}
.single header {
  position: inherit;
  background-color: #24126b;
}
.page-template-uranaishi-ranking header {
  position: inherit;
  background-color: #24126b;
}
header .inner {
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.header-inner {
  max-width: 960px;
  margin: 0 auto;
}
.head_logo a {
  -ms-align-items: center;
  align-items: center;
    gap: min(10px,2vw);
}
.head_logo img {
  width: min(50px,10vw);
    
}
.head_logo .txt {
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}
.head_logo .txt span.noto {
    font-weight: 800;
    display: block;
    font-size: 1.56em;
}
/*Key&main_bk
=====================================*/
.key_bloc {
  background: #7b0430;
  color: #fff;
  font-weight: 700;
}
.key_inner {
  width: 750px;
  max-width: 95%;
  margin: 0 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.key_bloc.under .key_inner {
  min-height: 180px;
}
.key_bloc.under .key_txt {
  margin-top: 10px;
}
/*index key*/
.key_bloc.top_key {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: none;
  height: 300px;
  overflow: hidden;
}
.key_bloc.top_key .key_inner {
  position: absolute;
  max-width: 650px;
  width: 100%;
  top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}
.key_movie video {
  width: 100vw;
  max-width: 100%;
}
/*ボタン各種
=====================================*/
.site_link_btn a {
  width: 100%;
  background: url("image/common/btn.png")no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  font-size: clamp(1.125rem, 0.839rem + 1.43vw, 1.375rem);
  color: #1f8d53;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 1.25em;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #FFF, 1px 0 0 #fff;
}
.pickup-site_box_inner .site_link_btn.pink_grd {
  border: 4px solid #fa7d0c;
  border-image: linear-gradient(to bottom, #cfa034, #fff2ab, #cfa034);
  border-image-slice: 1;
  background: #fff;
  color: #512e00;
  box-shadow: 0 4px #6c3016;
}
.pickup-site_box_inner .site_link_btn.orange_grd {
  background: linear-gradient(to bottom, #cfa034, #fff2ab, #cfa034);
  box-shadow: 0 4px #6c3016;
  overflow: hidden;
}
.pickup-site_box_inner .site_link_btn.orange_grd a {
  color: #512e00;
}
.pickup-site_box_inner .site_link_btn.orange_grd a::before {
  animation: shine 3s ease-in-out infinite;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(45deg);
  width: 12px;
}
.site_link_btn.green_grd {
  background: linear-gradient(top, #52CC00, #338000);
  background: -webkit-linear-gradient(top, #52CC00, #338000);
  box-shadow: 0 4px #143300;
}
.site_link_btn + .site_link_btn {
  margin-top: 1em;
}
.colum-layout_btn {
  justify-content: space-between;
  align-items: flex-end;
}
.colum-layout_btn > div:nth-child(1) {
  width: 23%;
}
.colum-layout_btn > div:nth-child(2) {
  width: 74%;
}
.colum-layout_btn .site_link_btn {
  line-height: 1.2;
}
.colum-layout_btn .site_link_btn a {
  padding: 0;
  height: 3.5em;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.colum-layout_btn {
  margin-bottom: .5em;
}
.cta-button_box{
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}
.cta-button_box .sml_cmnt{
    color: #fff;
    padding: 0 min(20px, 2vw);
    font-size: .845em;
}
.single_white_box .cta-button_box .sml_cmnt{
    color: inherit;
}
.cta-button {
    flex-direction: column;
    align-items: center;
    margin-top: min(20px, 4vw);
    width: 100%;
}
a.cvr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.cta-button .cmnt-text {
    width: min(84%, 24em);
    text-align: center;
    background: #fff;
    border: 2px solid #43D765;
    border-radius: 100vmax;
    color: #07A92B;
    font-weight: 700;
    font-size: min(20px, 3.6vw);
    height: 2.5em;
    display: grid;
    place-content: center;
    z-index: 1;
}
.cta-button .cmnt-text::before {
    background: #43D765;
    bottom: 0;
}
.cta-button .cmnt-text::after {
    background: #fff;
    bottom: 4px;
}
.cta-button .button {
        width: 95%;
    aspect-ratio: 1 / .19;
    border-radius: 100vmax;
    background: linear-gradient(#00681f, #1ad113);
    display: grid;
    place-content: center;
    place-items: center;
    font-size: min(25px, calc(100vw / 24));
    line-height: 1.3;
    padding-top: .5em;
    margin-top: -.85em;
    animation: poyopoyo 2.5s infinite;
}
.cta-button .button::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    translate: -40% -50%;
    width: 1.25em;
    aspect-ratio: 1;
    background: url(image/common/arrow.svg) no-repeat center / contain;
}
.cta-button .button .ylw {
    color: #FCFF00;
    font-size: min(18px, 3.2vw);
    letter-spacing: .05em;
    font-weight: 700;
}
.cta-button .button .main {
    font-size: min(32px, 5.6vw);
    color: #fff;
    letter-spacing: .025em;
    font-weight: 900;
}
.single_white_box .cta-button .button{
    width: 100%;
}
/*------------------------------
main_column
*/
#content.inner {
  padding: 0;
}
.main_column {
  background: url("image/index/main_bk.jpg") repeat;
  width: 100%;
  background-size: contain;
  padding-top: min(20px, 2vw);
  padding-right: min(20px, 2vw);
  padding-left: min(20px, 2vw);
  padding-bottom: min(40px, 6vw);
}
/*------------------------------
トップページ共通　main_column
*/
.top-content_box {
  background: #24126b;
  padding: 1.4em .85em;
  border-radius: 10px;
}
.top-content_box + .top-content_box {
  margin-top: min(40px, 8vw);
}
.top-content_box.senjyutu-uranaishi {
  padding: 1.4em 0.85em 0.1em 0.85em;
}
.h3title-img {
  position: relative;
  margin: 20px 0px 60px 0;
  padding: 0.85em 0.85em 0.85em 0.85em;
  background: #24126b;
  border-radius: 10px;
}
.h3title-img .small {
  font-size: 0.8em;
}
.parts-title {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding-top: 20px;
}
.parts-back {
  width: 72%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
h4.deco-underline {
  font-size: 1.4em;
  border-bottom: 1px solid #ce4646;
  font-weight: 900;
  margin-bottom: 0.85em;
}
.home .triangle_box {
  margin: 1.5em 0 0;
}
/*絞り込み検索
=====================================*/
.sec-search {
  background: #002864;
    color: #fff;
    padding: min(10px, 2vw);
    margin-top: min(40px, 6vw);
}
.sec-search-title {
  font-weight: 900;
  padding-left: 1.6em;
  background: url("image/common/search.svg") no-repeat;
  background-position: left center;
  background-size: 1.25em;
}
#feas-searchform-0 input[type="submit"] {
  width: 100%;
  margin: 1em 0 0;
  background-color: #fff;
  padding: min(10px,2vw);
  color: #002864;
    font-weight: 600;
}
.search-item_box {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-top: .5em;
}
.search-item {
  position: relative;
  background-color: #002864;
  border: solid 1px;
  padding: 0.5em;
  overflow: hidden;
}
.search-item:not(:last-child)::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  top: 40%;
  right: 6%;
}
.search-ttl {
  color: #fff;
  font-size: .95em;
  font-weight: 600;
}
select, input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none;
  border: none;
  font-size: 1.45em;
  color: #6e92c8;
  font-weight: 900;
  padding: 0;
  width: 100%;
}
/* ie対応 */
select::-ms-expand {
  display: none;
}
/*
.search-item.keyword-item{
	background: #ddd;
}
*/
.main_column .under-page_block.search-page {
  background: none;
  padding: 0;
}
.feas-cmnt {
  color: #fff;
  margin-bottom: 1em;
}
.under-page_block.search-page div + div {
  margin: 0;
}
/*------------------------------
バナースライド
*/
.banner-box {
  box-sizing: content-box;
  overflow-x: scroll;
}
.banner-list {
  width: 180%;
  padding: 0 1rem;
  gap: 0.85em;
}
.banner-list img {
  border-radius: 5px;
}
/*------------------------------
サイト総合ランキング
*/
.ranking-list {
  flex-direction: column;
  gap: min(20px, 4vw);
}
.sitethumbnail {
  width: min(190px, 33vw);
}
.rank-entry-link .logo_img {
  padding: min(2em, 4.5vw);
  width: 100%;
}
.rank-entry-link .site_logo {
  background: url(image/rank-icon/PR_icon.svg) no-repeat;
  width: min(100px, 15vw);
  background-size: contain;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: 3;
}
.rank-entry-link .site_text {
  margin-left: clamp(1.125rem, 0.569rem + 2.78vw, 1.75rem);
  ;
  background: url(image/rank-icon/ribon_deco.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: auto;
  padding-right: min(6vw, 2.3em);
  padding-left: min(7vw, 4.5em);
  padding-top: min(1vw, 1.55em);
  padding-bottom: min(1vw, 1.55em);
  width: 100%;
}
.rank-entry-link .list-btn {
  background: #eb6100;
  padding: min(.45em, 5px) min(2em, 3vw);
  font-weight: 900;
  border-radius: 100vh;
  font-size: 1.125em;
  display: block;
}
.rank-entry-link .list-btn > span::after {
  background: url(image/common/link.svg) no-repeat center / 100%;
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin: 0 0 -2px 5px;
}
.top-content_box.site-ranking {
  padding: 0;
  background: none;
}
.top-content_box.site-ranking .h3title-img > .parts-title {
  max-width: 260px;
  padding-top: 0;
  padding-bottom: min(15px, 6vw);
  filter: drop-shadow(0px 0px 7px #24126b);
}
.ranking-list > li {
  padding: 0 min(15px, 2vw) min(15px, 4vw);
  background: #fff;
  border-radius: 10px;
}
.ranking-list > li:last-child {
  margin-bottom: 0;
}
.post-type-paged-2 .ranking-list > li {
  margin-top: 30px;
}
.rank-entry-body {
  align-items: flex-start;
  gap: min(20px, 2vw);
  margin-top: min(20px, 3vw);
  padding-right: min(20px, 2vw);
}
.rank-entry-body > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rank-entry-body > a::after {
  content: '';
    width: min(15px, 2vw);
    height: min(15px, 2vw);
    border: 0;
    border-top: solid 2px #24126b;
    border-right: solid 2px #24126b;
    position: absolute;
    top: 50%;
    right: -.5%;
    margin-top: -4px;
    transform: rotate(45deg);
}
.rank-site-data_inner {
  line-height: 1.3;
    font-size: min(14px, 3.4vw);
}
.rank-site-data_inner > span {
  border: 1px #54de95 solid;
  background: #fff;
  color: #1f8d53;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 18px;
  margin-right: 5px;
}
.rank-entry-head .top_review {
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: flex-end;
  padding-right: 10px;
}
.rank-entry-head .top_review .star {
  width: 29%;
}
.rank-entry-head .top_review .scr {
  color: #24126b;
  font-size: 1.4em;
}
.fst-cam-data {
  align-items: center;
  gap: min(5px, 2vw);
}
.fst-cam {
  font-size: min(20px, 3.6vw);
  color: #ff20c6;
  font-weight: 900;
}
.rank-site-deta_intxt {
  align-items: center;
}
.rank-site-deta_intxt p {
  font-size: 1.3em;
}
.fst-cam-data > span {
  border: 1px #24126b solid;
  background: #fff;
  color: #24126b;
  border-radius: 100px;
  padding: 0 10px;
  font-size: .75em;
    font-weight: 600;
}
.rank-site-deta_intxt > span {
  border: 1px #54de95 solid;
  background: #fff;
  color: #1f8d53;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 18px;
  margin-right: 5px;
}
.sitethumbnail img {
  border-radius: 10px;
}
.rank-site-deta {
  width: calc(100% - min(190px, 33vw));
  flex-direction: column;
  gap: min(3px, 2vw);
}
.instar {
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
    font-weight: 900;
}
.instar .scr-title {
  font-size: min(13px, 2.5vw);
  font-weight: 600;
}
.instar .score {
  width: min(100px, 25vw);
}
.instar .scr {
  font-size: 1.35em;
}
.pickup-site_box .fst-cam {
  background: #fff;
  color: #0d681e;
  font-weight: 900;
}
.post_pick {
  background: #fff;
}
p.pic-ttl {
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
  padding: 0.38em 0;
  color: #fff;
  background: #9532e9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
p.pic-ttl::before {
  content: "";
  background: url("image/common/point-star.svg") no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
p.pic-ttl::after {
  content: "";
  background: url("image/common/point-star.svg") no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.post_pick ul {
  padding: 1em;
  color: #24126b;
}
#post_pick_list{
    margin-left: min(20px, 2vw);
    margin-right: min(20px, 2vw);
    border-radius: 10px;
}
.post_pick_list li{
    font-weight: 600;
    padding-left: 1.2em;
}
.post_pick li > p::before,
.post_pick_list li::before {
  content: "";
  background: url("image/common/check.svg") no-repeat;
  display: block;
  width: 1em;
  aspect-ratio: 1 / 1;
  position: absolute;
  left: 0;
  top: 5px;
}
.post_pick li + li {
  margin-top: 3px;
}
.btn-lanking {
  text-align: center;
  color: #fff;
  padding: 2em 0;
  /*	text-decoration: underline;*/
}
.btn-lanking a {
  background: #9532e9;
  padding: min(0.45em, 5px) min(2em, 3vw);
  border-radius: 100vh;
  font-size: 1.125em;
  display: block;
}
.post-type-archive-denwauranai.logged-in .rank-entry-link {
  margin-top: 30px;
}
/*ランキングアイコン
=========================*/
.rank-entry-head p.sitename {
  color: #24126b;
  width: calc((100% - 30%) - 5px);
}
/*タグ
=========================*/
p.tag span {
  padding: .5em 1em .35em;
  font-size: .78em;
  line-height: 1;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
  font-weight: 600;
}
.rank-entry-head p.tag.pic_04 span, .rank-entry-head p.tag.pic_07 span, .rank-entry-head p.tag.pic_10 span {
  background: #65afa4;
  color: #fff;
}
.rank-entry-head p.tag.pic_01 span, .rank-entry-head p.tag.pic_02 span, .rank-entry-head p.tag.pic_05 span, .rank-entry-head p.tag.pic_08 span, .rank-entry-head p.tag.pic_11 span {
  background: #AE0000;
  color: #F3D443;
}
.rank-entry-head p.tag.pic_03 span, .rank-entry-head p.tag.pic_06 span, .rank-entry-head p.tag.pic_09 span, .rank-entry-head p.tag.pic_12 span {
  background: #F3D443;
  color: #C8181B;
}
p.tag span::before {
  animation: shine 3s ease-in-out infinite;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(45deg);
  width: 5px;
}
/*------------------------------
相談内容別占い師
*/
.soudan-uranaishi .h3title-img {
  margin: 20px 0px 10px 0;
}
.soudan-uranaishi .parts-back {
  width: 63%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.soudan-list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75em;
  margin: 1em 0;
}
.top-content_box .soudan-list_icon img {
  max-width: 100px;
  max-height: 50px;
}
.soudan-list_txt {
  line-height: 1.4;
}
.soudan-list_inner {
  width: 100%;
  background: #4d3d8e;
  border-radius: 10px;
}
.soudan-list_inner:nth-last-child(1) {
  border: none;
}
.soudan-list_inner > a {
  flex-direction: column;
  align-items: center;
  gap: 0.85em;
  width: 100%;
  height: 100%;
  padding: 0.85em;
  justify-content: center;
}
.soudan-list_icon {
  margin: 0 auto;
}
.soudan-list_txt p {
  font-weight: 900;
  font-size: 1.1em;
  text-align: center;
}
.soudan-list_tag {
  color: #ff6fca;
  border: #ff6fca 1px solid;
  padding: 3px 6px;
  border-radius: 20px;
  margin-right: 0.55em;
  font-weight: 400;
  font-size: .85em;
}
.soudan-list_tag.jinsei {
  color: #f59909;
  border: #f59909 1px solid;
}
/*------------------------------
占術別占い師
*/
#single_section01{
    background: #24126b;
}
.senjyutu-uranaishi .h3title-img {
  margin: 20px 0px 10px 0;
}
.senjyutu-list {
  margin: 3em 0;
}
.senjyutu-list_inner {
  background: linear-gradient(transparent 15%, #fff 15%);
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  padding-bottom: min(30px, 4vw);
}
.senjyutu-list_inner ul {
  display: flex;
  justify-content: center;
}
.senjyutu-list_inner ul.sensei_list li {
  width: min(calc((100% / 3) - 10px), 50%);
}
.senjyutu-list_inner ul.sensei_list li:not(:last-child) {
  border-bottom: none;
  padding: 0;
}
.senjyutu-list_inner .sensei_list li + li {
  margin: 0;
}
.front-senjyutu_name {
  color: #24126b;
  font-size: 1.1em;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 1px;
}
.front-senjyutu_imgbox {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.front-senjyutu_icon {
  position: relative;
  flex-flow: column;
  display: flex;
  align-items: center;
}
.front-senjyutu_icon a {
  display: inline-block;
  padding: 5px 20px;
  vertical-align: middle;
  letter-spacing: 0;
  border-radius: 100vh;
  background-color: #eb6100;
  font-weight: 900;
  font-size: 1em;
  margin-top: 10px;
}
.front-senjyutu_icon .icon {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.front-senjyutu_icon .frame {
  aspect-ratio: 1/1;
  background: url("image/common/lightframe.svg") no-repeat center/cover;
  width: min(135px, 80%);
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.front-senjyutu_img {
  aspect-ratio: 1/1;
  margin-bottom: 0;
  width: 85%;
  border-radius: 50%;
  overflow: hidden;
  /*
	border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
*/
}
.front-senjyutu_img img {
  object-fit: cover;
  height: 100%;
  object-position: center;
  /*
	object-fit: cover;
	max-width: 100px;
    max-height: 100px;
    width: 92px;
    height: 92px;
    object-position: center;
*/
}
.senjyutu-sensei_list {
  padding-top: .85em;
}
.senjyutu-list_txt {
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  position: absolute;
  top: 0;
  width: calc(100% - 8%);
  right: 0;
}
.senjyutu-list_txt p {
  padding-left: 1.85em;
  font-weight: 900;
  font-size: clamp(0.95rem, 0.436rem + 2.57vw, 1.4rem);
}
.senjyutu-list_txt a {
  display: inline-block;
  padding: .45em 2em;
  vertical-align: middle;
  border-radius: 100vh;
  background-color: #eb6100;
  font-weight: 900;
  font-size: 1em;
  white-space: nowrap
}
.senjyutu-list_txt a::before {
  content: "＞";
  position: absolute;
  right: 0.5em;
  transform: scale(.6, 1);
}
.senjyutu-list_icon {
  width: auto;
  display: inline-block;
  z-index: 2;
}
.senjyutu-list_txt.channe {
  background: #9532e9;
}
.senjyutu-list_txt.astro {
  background: #009ee7;
}
.senjyutu-list_txt.aura {
  background: #00c7b7;
}
.senjyutu-list_txt.des {
  background: #77dc00;
}
.senjyutu-list_txt.tarot {
  background: #f1aa00;
}
.senjyutu-list_txt.inspi {
  background: #ff8e8e;
}
.senjyutu-list_icon img {
  border: solid 3px #24126b;
  border-radius: 50%;
  width: min(90px, 18vw);
  height: auto;
  margin: -1em 0 0 -2px;
}
/*------------------------------
詳細ページ
*/
.under_column{
    background: url(image/index/main_bk.jpg) repeat;
    width: 100%;
    background-size: contain;
    padding-top: min(20px, 2vw);
    padding-bottom: min(40px, 6vw);
}
.under_column section{
    background: #fff;
    padding-top: min(20px, 2vw);
    padding-bottom: min(20px, 2vw);
}
.under_single section + section {
  margin-top: min(20px,2vw);
}
.under_single .single_white_box section + section{
    margin-top: 0;
}
.single-rank-top {
  background: #fff;
    padding: min(20px, 2vw);
    margin-left: min(20px, 2vw);
    margin-right: min(20px, 2vw);
    margin-bottom: min(20px, 2vw);
    border-radius: 10px;
}
.single-rank-top > div + div{
    padding-top: min(20px, 4vw);
}
.single-rank-head {
  justify-content: space-between;
  align-items: center;
  gap: min(20px, 2vw);
}
.single-rank-head .rank-thum {
  border-radius: 10px;
  overflow: hidden;
  width: min(190px, 33vw);
}
.single-rank-top .sml_cmnt {
  font-size: .845em;
  text-align: right;
  color: #6e92c8;
  margin-left: auto;
}
.sitetitle {
  background: #ff20c6;
    color: #fff;
    padding: 3px 10px;
    font-size: min(13px, 3.4vw);
    border-radius: 3px;
    overflow: hidden;
    font-weight: 600;
    width: fit-content;
    line-height: 1.1;
    margin-bottom: 5px;
}
.sitetitle::before {
  animation: shine 3s ease-in-out infinite;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(45deg);
  width: 5px;
}
.single-rank-data {
  width: calc(100% - min(190px, 33vw));
  flex-flow: column;
}
.sitename {
  font-weight: 900;
  font-size: min(20px,4.5vw);
}
.single-rank-data_inner {
  align-items: center;
}
.single-rank-data_inner .star {
  width: 8%;
  margin-right: 5px;
}
.single-rank-data_inner .scr {
  font-size: 1.25em;
}
.single-rank-data_inner > span {
  border: 1px #fc684c solid;
  background: #fff;
  color: #fc684c;
  border-radius: 20px;
  padding: 2px 8px;
  font-size: .75em;
  margin-right: 5px;
}
.single-rank_intxt {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  width: 50%;
  border: 1px solid #2f7955;
}
.single-rank_intxt .headline {
 padding: 2px;
    color: #fff;
    background: #2f7955;
    width: 100%;
    text-align: center;
}
.single-rank_intxt p{
    padding: 2px;
}
.single-rank-data_inner + .single-rank-data_inner {
  margin-top: .25em;
}
.single-rank-data_inner > p {
  font-weight: 900;
  font-size: 1.15em;
}
h4.star_deco {
  font-size: min(18px, 4.5vw);
    font-weight: 900;
    padding-bottom: min(10px, 2vw);
    padding-top: min(10px, 2vw);
    padding-left: 1.85em;
    color: #fff;
}
.top-content_box .sml_cmnt {
  font-size: .845em;
  text-align: right;
  color: #6e92c8;
  margin-left: auto;
  margin-top: 0;
}
h4.star_deco::before {
  content: "";
    display: block;
    width: 1.5em;
    aspect-ratio: 1 / 1;
    background: url(image/common/gold-star.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
}
.single_white_box h4.star_deco{
    color: inherit;
    background: #f6edff;
    font-size: min(20px, 4.8vw);
    font-weight: 900;
    padding: 10px 10px 10px 15px;
    border-left: 6px solid #9532e9;
    line-height: 1.3em;
    margin-bottom: min(15px, 3vw);
}
.single_white_box h4.star_deco::before{
    content: none;
}
.pickup-name {
  font-weight: 900;
  font-size: min(18px,4.3vw);
  line-height: 1.2;
}
.introduction_text_title {
  font-size: 1.2em;
  text-align: center;
  font-weight: 900;
  padding-bottom: 0.5em;
}
.cam_banner_box {
/*  animation: poyopoyo 2.5s infinite;*/
  opacity: 1;
}
.contents_list {
  line-height: 2;
  text-decoration: underline;
  font-weight: 900;
}
.post_site_deta dl {
  border: 1px solid #24126b;
}
.post_site_deta dl dd {
  border-bottom: 1px solid #24126b;
}
.post_site_deta dl dd p {
  padding: 0.5em;
}
.post_site_deta dl dd:nth-child(1) p, .post_site_deta dl dd:nth-child(5) p {
  padding: 0.4em;
  font-weight: bold;
  font-size: 1.15em;
  width: 100%;
  background: #24126b;
  color: #fff;
}
.post_site_deta dl dd p.ttl {
  width: 35%;
  font-weight: bold;
  border-right: 1px solid #24126b;
}
.post_site_deta dl dd p.deta {
  width: 65%;
  display: flex;
  align-items: center;
}
.site_link_btn {
  margin-top: 1em;
  position: relative;
}
.site_link_btn .sml_cmnt {
  font-size: .845em;
  text-align: right;
  color: #fff;
  margin-left: auto;
}
.good-voice_icon, .bad-voice_icon {
  width: 100px;
  border-radius: 50%;
  height: 100px;
  align-items: center;
}
.top-content_box .good-voice_icon img, .top-content_box .bad-voice_icon img {
  width: 100%;
  margin: 0 auto;
}
.voice_list {
  margin-top: 1em;
}
.voice_list li + li {
  margin-top: 1em;
}
.voice_list_inner {
  background: #f6edff;
  padding: 0 0.85em 0.85em;
  border-radius: 10px;
}
.voice-box {
  gap: 1em;
  align-items: center;
  padding: 1em 0;
}
.voice_box > p {
  font-size: 1.1em;
  font-weight: 900;
}
.voice_box + .voice_box {
  margin-top: 1em;
}
.good-voice_link, .bad-voice_link {
  text-align: right;
  font-size: .9em;
  margin-top: 0.25em;
  text-decoration: underline;
}
/*------------------------------
占い師レイアウト
*/
.more {
  text-align: center;
}
button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  color: #333;
  font-weight: bold;
  padding: 0;
  width: 160px;
}
ul.sensei_list li {
  opacity: 1;
  transition: all .4s ease 0s;
}
ul.sensei_list li:not(:last-child) {
  border-bottom: 1px #ddd solid;
  padding: 0 0 40px;
}
ul.sensei_list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
h5 {
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 0 0.5rem;
  margin-bottom: 0.55em;
  background-color: #9532e9;
  margin-top: 30px;
}
.pickup-uranaishi_inner {
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 10px;
}
.pickup-uranaishi_img {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 11px;
}
.pickup-uranaishi_inner .frame {
  aspect-ratio: 1/1;
  background: url(image/common/lightframe.svg) no-repeat center/cover;
  width: min(135px, 31%);
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.pickup-frame_img {
  aspect-ratio: 1/1;
  margin-bottom: 0;
  width: 85%;
  border-radius: 50%;
  overflow: hidden;
}
.pickup-frame_img img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.pickup-uranaishi_data {
  width: calc(100% - min(135px, 31%));
  position: relative;
  color: #fff;
}
.sensei_list_detail{
    flex-direction: column;
    gap: min(10px,2vw);
}
.details_list{
    flex-direction: column;
    padding-top: min(15px,3vw);
    gap: min(15px,3vw);
}
.details__summary {
  position: relative;
    display: block;
    cursor: pointer;
    background: #f6edff;
    margin: 20px 0 0;
    padding: min(10px, 2vw) 30px;
    border-radius: 100px;
    font-weight: 700;
}
.details__summary:first-child {
  margin-top: 0;
}
.details__summary::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #24126b;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
.details[open] .details__summary::before {
  transform: rotate(-90deg);
}
.details__content {
  overflow: hidden;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  line-height: 0;
  border-top: none;
  opacity: 0;
  margin: 0;
  padding: 0 16px;
}
.details__summary + .details__content {
  line-height: 1.6;
  opacity: 1;
  padding: .85em 1em 0;
}
.sensei_list_detail .pickup-uranaishi_data{ 
  color: inherit;
    flex-direction: column;
    gap: min(10px,2vw);
}
.teacher_info {
  display: flex;
  margin-top: 8px;
}
.teacher_intxt {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  width: 50%;
}
.teacher_intxt:first-child {
  padding-right: 10px;
}
.teacher_intxt:last-child {
  padding-left: 10px;
}
.teacher_intxt:first-child::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.teacher_intxt p {
  font-size: 18px;
}
.simple-content_box {
  background: #24126b;
  padding: 1.4em 0.85em;
  border-radius: 10px;
  margin-bottom: 50px;
}
.simple-content_box h4.star_deco {
  font-size: 1.4em;
  font-weight: 900;
  margin-bottom: 0.85em;
}
.simple-content_box h4.star_deco::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("image/common/gold-star.svg")no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.simple_ranking_list .pickup-uranaishi_img {
  position: unset;
  border-radius: unset;
  z-index: 1;
  width: 40%;
}
.simple_ranking_list {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: min(20px,2vw);
}
.simple_ranking_list .pickup-uranaishi_img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.blur {
  filter: blur(10px) brightness(75%);
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
}
.blur_txt {
  width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: min(20px, 2vw);
}
.blur_txt .bs-name {
  font-weight: 900;
  font-size: min(20px,4.5vw);
    line-height: 1.2;
}
.blur_txt::before {
  content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 10px;
  transform: rotate(45deg);
}
/*------------------------------
フローティングボタン
*/
.float_banner {
  width: 100%;
  position: fixed;
  background: 0 0;
  justify-content: center;
  bottom: min(15px,3vw);
  z-index: 5;
}
/*------------------------------
下層MV 共通パーツ
*/
#breadcrumbs {
  color: #fff;
  margin-bottom: 1em;
}
#title_page {
  width: 100%;
  background: #24126b;
  color: #fff;
}
#title_page h1 {
  font-size: min(30px,4.6vw);
  font-weight: 700;
  text-align: center;
  padding: 15px;
}
.main_column .under-page_block {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.main_column .under-page_block .txt {
  color: #24126b;
}
.under-page_block div + div {
  margin-top: 20px;
}
.main_column .under-page_block h2 {
  border-left: 4px solid #9532e9;
  font-size: 1.15em;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #24126b;
  text-shadow: none;
  text-align: left;
}
/*------------------------------
相談内容別占い師ランキングテンプレート
*/
.sub-main-mv {
  color: #fff;
}
.sensei_list li + li {
  margin-top: 2em;
}
.sub-main-mv p {
  text-shadow: 1px 1px 3px #112024;
}
/*------------------------------
お問い合わせフォーム
*/
#mw_wp_form_mw-wp-form-110 {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  color: #24126b;
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
.mw_wp_form dt {
  border-left: 4px solid #9532e9;
  padding-left: 6px;
  font-size: 1.15em;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.mw_wp_form dd {
  margin-bottom: 20px;
}
.mw_wp_form select, .mw_wp_form input {
  display: block;
  padding: 5px 0;
  font-size: 18px;
}
.mw_wp_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
  padding: 10px;
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.mw_wp_form input, .mw_wp_form textarea {
  width: 96%;
  font-size: 18px;
  border: 1px solid #7f7f7f;
}
input[type="submit"] {
  width: 14em;
  padding: 1em;
  margin: 20px auto;
  border-radius: 0;
  background: #24126b;
  color: #fff;
}
/*------------------------------
調査概要
*/
.survey-link {
  padding-top: 20px;
  color: #9532e9;
  text-decoration: underline;
}
.survey {
  margin-bottom: 40px;
}
.survey dl dt {
  width: 100%;
  background: #fafafa;
  color: #9532e9;
  font-weight: 600;
  padding: .5em;
}
.survey dl dd {
  width: 100%;
  padding: .5em;
  margin-bottom: .5em;
  color: #24126b;
}
.survey ul li {
  padding: .5em;
  color: #24126b;
}
.survey ul li:nth-child(2n+1) {
  background: #fafafa;
  color: #24126b;
}
.survey-result table {
  width: 100%;
}
.survey-result td, .survey-result th {
  line-height: 1.2;
  padding: .5em;
  vertical-align: middle;
  text-align: center;
  color: #24126b;
}
.survey-result .name {
  background: #a9b4e9;
  font-size: .8em;
  color: #fff;
}
.survey-result .name.head {
  width: 30%;
  padding: 0 6vw;
}
.survey-result .name.other {
  width: 10%;
  padding: 0.5em 1.2em;
}
.survey-result tr:nth-child(2n+1) {
  background: #fafafa;
}
.survey-result td.total {
  font-weight: 600;
  color: #9532e9;
}
.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/*------------------------------
フッター設定
*/
footer {
  width: 100%;
  background: #24126b;
}
footer p {
  color: #fff;
  text-align: center;
  font-size: .85em;
  padding: min(10px, 3vw);
}
.footer_txt .content.flex {
  justify-content: center;
  color: #24126b;
}
.footer_txt .content.flex a {
  position: relative;
  padding: 0 0 0 1em;
}
.footer_txt .content.flex a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 2px;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 6px solid #24126b; /* 好みで色を変えてください */
}
.footer_txt {
  font-size: .85em;
  padding: min(10px, 3vw);
  background: #8574c7;
}
.footer_txt .content a + a {
  margin-left: 3em;
}
/*------------------------------
PRアイコン
*/
.pr_icon {
  border: 4px solid;
  border-color: #9532e9;
  position: relative;
  padding: 1.4em 0.7em 1.9em;
}
.pr_icon .h3title-img {
  margin: 0px 0px 25px 0;
}
.pr_icon .h3title-img .parts-title {
  padding-top: 0;
}
.pricon {
  justify-content: space-between;
}
.pricon_inner {
  flex-flow: column;
  width: 17%;
}
.pricon_inner .logo_img {
  border-radius: 10px;
}
.pricon_inner p {
  padding-top: 10px;
  text-decoration: underline;
  text-align: center;
}
.pr_icon .pr_txt {
  background-color: #9532e9;
  padding: min(0.2em, 1px) min(2em, 1vw);
  border-radius: 5px;
  font-size: 1em;
  width: 10%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
/*------------------------------
検索結果
*/
.search-page .top-content_box.site-ranking {
  margin-top: 60px;
}
.under-page_block.search-page div + div {
  margin: 0;
}
/*------------------------------
ピックアップ追加230526
*/
.top-content_box.pickup-box {
  background: none;
  padding: 0;
  /*    margin-top: 40px;*/
}
.pickup-list .rank-entry-link .site_text {
  background: url(image/rank-icon/ribon_deco_pr.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.pickup-list .rank-entry-head p.sitename {
  color: #fff;
}
.pickup-list .rank-entry-link .site_text {
  margin-left: clamp(0.125rem, 0.569rem + 1vw, 1.75rem);
  height: auto;
  padding-right: min(6vw, 2.3em);
  padding-left: min(7vw, 4.5em);
  padding-top: min(1vw, 1.55em);
  padding-bottom: min(1vw, 1.55em);
}
.pickup-list > li {
  padding: 0.85em 0.85em 1em 0.85em;
  background: #fff;
  border-radius: 10px;
  /*    margin-bottom: 65px;*/
}
.pickup-list > li + li {
  margin-top: 4em;
}
.pickup-list .sitethumbnail {
  width: 28%;
}
.pickup-list .fst-cam {
  color: #23126b;
  text-shadow: none;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.839rem + 1.43vw, 1.375rem)
}
.pickup-list {
  margin-top: 4em;
}
.post-type-archive .ranking-list + .pickup-list {
  margin-top: 4em;
}
.post-type-archive .pickup-list > li:nth-last-child(1) {
  margin-bottom: 0;
}
.h3title-img_pickup {
  margin-bottom: 60px;
  padding: 0.85em 0.85em 0.85em 0.85em;
  background: #24126b;
  border-radius: 10px;
}
.h3title-img_pickup .parts-title {
  max-width: 250px;
  padding-top: 0;
  padding-bottom: min(15px, 6vw);
  filter: drop-shadow(0px 0px 7px #24126b);
}
.h3title-img_pickup p {
  text-shadow: 1px 1px 3px #112024;
}
.h3title-img_pickup .small {
  font-size: 0.8em;
}
.pickup-list .single-rank-data_bottom {
  color: #24126b;
}
.pickup-list .single-rank_intxt:first-child::after {
  background-color: #24126b;
}
.pickup-list .sml_cmnt {
  font-size: .845em;
  text-align: right;
  color: #6e92c8;
  margin-left: auto;
  margin-top: min(10px, 3vw);
}
.site_review {
  align-items: center;
  justify-content: center;
}
.site_review .star {
  width: 12%;
  margin-right: 5px;
}
.pickup-list {
  color: #24126b;
}
.pickup-list .rank-entry-body > a::after {
  border-top: solid 3px #24126b;
  border-right: solid 3px #24126b;
}
.pickup-list .fst-cam-data > span {
  border: 1px #eb6100 solid;
  background: #fff;
  color: #eb6100;
}
/*------------------------------
案件非表示の場合230606
*/
.ranking-list > li.hide-detail {
  position: relative;
}
.ranking-list > li.hide-detail::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .45);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ranking-list > li.hide-detail .hide-img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 2em;
  max-width: 500px;
}
.ranking-list > li.hide-detail .list-btn {
  display: none;
}
/*------------------------------
ランキング機能追加
*/
.rank-entry-link .site_logo.rank01 {
  background-image: url(image/rank-icon/rank1.svg);
}
.rank-entry-link .site_logo.rank02 {
  background-image: url(image/rank-icon/rank2.svg);
}
.rank-entry-link .site_logo.rank03 {
  background-image: url(image/rank-icon/rank3.svg);
}
.rank-entry-link .site_logo.rank04 {
  background-image: url(image/rank-icon/rank4.svg);
}
.rank-entry-link .site_logo.rank05 {
  background-image: url(image/rank-icon/rank5.svg);
}
.rank-entry-link .site_logo.rank06 {
  background-image: url(image/rank-icon/rank6.svg);
}
.rank-entry-link .site_logo.rank07 {
  background-image: url(image/rank-icon/rank7.svg);
}
.rank-entry-link .site_logo.rank08 {
  background-image: url(image/rank-icon/rank8.svg);
}
.rank-entry-link .site_logo.rank09 {
  background-image: url(image/rank-icon/rank9.svg);
}
.rank-entry-link .site_logo.rank10 {
  background-image: url(image/rank-icon/rank10.svg);
}
.rank-entry-link .site_logo.rank11 {
  background-image: url(image/rank-icon/rank11.svg);
}
.rank-entry-link .site_logo.rank12 {
  background-image: url(image/rank-icon/rank12.svg);
}
.rank-entry-link .site_logo.rank13 {
  background-image: url(image/rank-icon/rank13.svg);
}
.rank-entry-link .site_logo.rank14 {
  background-image: url(image/rank-icon/rank14.svg);
}
.rank-entry-link .site_logo.rank15 {
  background-image: url(image/rank-icon/rank15.svg);
}
.rank-entry-link .site_logo.rank16 {
  background-image: url(image/rank-icon/rank16.svg);
}
.rank-entry-link .site_logo.rank17 {
  background-image: url(image/rank-icon/rank17.svg);
}
.rank-entry-link .site_logo.rank18 {
  background-image: url(image/rank-icon/rank18.svg);
}
.rank-entry-link .site_logo.rank19 {
  background-image: url(image/rank-icon/rank19.svg);
}
.rank-entry-link .site_logo.rank20 {
  background-image: url(image/rank-icon/rank20.svg);
}
.rank-entry-link .site_logo.rank21 {
  background-image: url(image/rank-icon/rank21.svg);
}
.rank-entry-link .site_logo.rank22 {
  background-image: url(image/rank-icon/rank22.svg);
}
.rank-entry-link .site_logo.rank23 {
  background-image: url(image/rank-icon/rank23.svg);
}
.rank-entry-link .site_logo.rank24 {
  background-image: url(image/rank-icon/rank24.svg);
}
.rank-entry-link .site_logo.rank25 {
  background-image: url(image/rank-icon/rank25.svg);
}
/*叶愛（とあ）先生
=====================================*/
.postid-1897 .single-rank-data_bottom > div:nth-child(1), .postid-1897 #single_section03, .postid-1897 #single_section05, .postid-1897 #single_section06, .postid-1897 .contents_list_box {
  display: none;
}
.postid-1897 .single-rank-data_bottom > div:nth-child(2) {
  width: 100%;
}