@charset "UTF-8";
body {
  overflow-x: hidden;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ ProN W6", Courier,"Yu Gothic","Arial", "メイリオ";
  background: #710739;
  background: -webkit-gradient(linear, left top, right top, from(#710739), color-stop(24%, #411331), to(#380d42));
  background: linear-gradient(90deg, #710739 0%, #411331 24%, #380d42 100%);
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .6;
}

ul {
  list-style: none;
  padding: 0;
  -webkit-padding-before: 0px;
          padding-block-start: 0px;
}

li {
  list-style-type: none;
}

h1, h2, h3, h4 {
  font-family: "Impact","Arial Black","Helvetica";
  margin-left: 8px;
}

img {
  width: 100%;
}

.maintitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.topranktitle {
  color: #894FBA !important;
}

header .titlelogo {
  width: 264px;
  display: block;
  margin: 12px auto;
}

header label {
  position: fixed;
  z-index: 5;
}

header input {
  display: none;
}

header input:checked ~ label {
  right: 0;
}

header .burger {
  position: relative;
  top: 8px;
  cursor: pointer;
}

header .burger g {
  stroke: #cf8686;
  -webkit-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out;
}

header .burger g:hover {
  stroke: #cccccc;
}

header input:checked ~ label .burger {
  opacity: 0;
}

header .close {
  position: relative;
  top: 24px;
  cursor: pointer;
  opacity: 0;
}

header .close g:hover {
  stroke: #cccccc;
}

header .close g {
  stroke: #ffffff;
  -webkit-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out;
}

header .close line {
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
}

header .close g {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

header input:checked ~ label .close {
  opacity: 1;
}

header .menu {
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  width: 100vw;
  height: 100vh;
  background: #b6698d;
  background: -webkit-gradient(linear, left top, right top, from(#b6698d), color-stop(24%, #9e0c6b), to(#7b0c95));
  background: linear-gradient(90deg, #b6698d 0%, #9e0c6b 24%, #7b0c95 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

header .menu a {
  color: #fff;
}

header input:checked ~ .menu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  margin-top: 0;
}

header .menu div {
  margin-top: 50px;
  -webkit-transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header input:checked ~ .menu div {
  margin-top: 0px;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search_box {
  position: initial;
  width: 80%;
}

.search-field {
  display: block !important;
  height: 56px;
  width: 100%;
  border: none;
  padding: 8px;
}

.search-submit {
  display: block !important;
  padding: 0px 20px;
  margin-left: 8px;
  border: none;
  background: #9d14a6;
  background: linear-gradient(98deg, #9d14a6 0%, #ee406f 100%);
  color: #fff;
}

.modal-001__wrap {
  position: absolute;
  top: -10px;
  right: 40px;
  display: block;
  z-index: 1;
}

.modal-001__wrap input {
  display: none;
}

.modal-001__open-label,
.modal-001__close-label {
  cursor: pointer;
}

.modal-001__open-label {
  color: #cf8686;
  font-size: 32px;
}

.modal-001__open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #c7511f;
}

.modal-001 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-001__open-input:checked + label + input + .modal-001 {
  display: block;
  -webkit-animation: modal-001-animation .6s;
          animation: modal-001-animation .6s;
  margin-top: 0 !important;
}

.modal-001__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #eddffb;
  z-index: 2;
  border-radius: 5px;
}

.modal-001__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.4em;
}

.modal-001__close_label {
  position: initial !important;
}

.modal-001__content {
  max-height: 15vh;
  overflow-y: auto;
  padding: 58px 45px 40px 40px;
}

.modal-001__background {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

@-webkit-keyframes modal-001-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal-001-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 520px) {
  .modal-001__open-label {
    max-width: 90%;
    padding: 0;
  }
  .modal-001__close-label {
    top: -17px;
    right: -4%;
  }
  .modal-001__content-wrap {
    width: 90vw;
  }
  .modal-001__content {
    padding: 26px 16px 0;
    max-width: 100%;
  }
}

.gs_logo_container .gs_logo_title {
  color: #fff;
  font-size: 12px !important;
  font-weight: 100;
  margin: 6px 0 0  !important;
}

header div {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 20px 0px;
}

.topimage {
  margin: 8px;
  border-radius: 0px;
}

.topimage img {
  -webkit-box-shadow: 0px 0px 15px -5px #4c054d;
          box-shadow: 0px 0px 15px -5px #4c054d;
  border-radius: 6px;
}

@media (min-width: 768px) {
  .topsp {
    display: none;
  }
}

.toppc {
  display: none;
}

@media (min-width: 768px) {
  .toppc {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .container {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  .container .containerflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container .containerflex main {
    width: 70%;
    margin-right: 24px;
    margin-top: 3.2em;
    background: none;
  }
}

@media (min-width: 992px) {
  .container .containerflex aside {
    margin-top: 3em;
    width: 30%;
    min-width: auto;
  }
}

.new_topic {
  padding: 2em 4px;
}

.new_topic .ranktitle {
  height: 34px;
}

.new_topic .maintitle {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.new_topic .new_topic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new_topic .new_topic_img {
  width: 32%;
  margin-right: 4px;
}

.new_topic .new_topic_img .ranktitle a {
  color: #fff;
}

@media (min-width: 768px) {
  .new_topic .new_topic_img {
    width: 16%;
  }
}

@media (min-width: 992px) {
  .new_topic .new_topic_img {
    width: 15%;
    margin-right: 11px;
  }
}

.new_topic .new_topic_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 47vw;
}

@media (min-width: 768px) {
  .new_topic .new_topic_img img {
    height: 23vw;
  }
}

@media (min-width: 992px) {
  .new_topic .new_topic_img img {
    height: 15vw;
  }
}

.new_topic .new_topic_img .wpfp-span a {
  background: #fff;
  color: #894FBA;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 8px 0;
  border-radius: 4px;
}

.new_topic .new_topic_img .wpfp-span {
  font-size: 12px;
  color: #fff;
}

/* ランキング */
.ranktopic {
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#f9e8ff));
  background: linear-gradient(90deg, white 0%, #f9e8ff 100%);
  margin: 4px;
  padding: 1em 4px;
}

.ranktopic .maintitle {
  color: #fff;
  margin: 0;
}

.ranktopic .maintitle span {
  font-size: 13px;
  margin-left: 4px;
}

.ranktextbox {
  margin-left: 4px;
  position: relative;
  width: 100%;
}

.ranktitle {
  height: auto;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
  margin-left: 0px;
  padding: 0 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ranktitle a {
  color: #4c054d;
}

.rankflexbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 2px #894FBA;
}

.rankflexbox img {
  width: 124px;
  height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 1.8em;
}

.ranktextboxtag {
  width: auto;
  font-size: 12px;
  color: #894FBA;
  margin: 4px 4px;
  overflow: auto;
  line-height: 16px;
  height: auto;
}

.ranktextboxtag2 {
  width: 100%;
  font-size: 12px;
  color: #894FBA;
  margin: 4px 4px;
  overflow: auto;
  line-height: 16px;
  height: auto;
}

.ranktextboxtag span {
  margin: 4px 4px;
  font-size: 12px;
}

.ranktextboxtag span a {
  color: #894FBA;
  font-size: 12px;
}

.ranklink a {
  padding: 0;
}

.ranklink .sidebarlink {
  background: #b684e0;
  background: linear-gradient(121deg, #b684e0 0%, #ae9fba 100%);
  display: block;
  -webkit-box-shadow: 0px 0px 9px -5px #5f1664;
          box-shadow: 0px 0px 9px -5px #5f1664;
  width: 100%;
  color: #fff;
  padding: 24px 0;
  border-radius: 4px;
}

.ranktextboxtag .wpfp-span {
  font-size: 12px;
}

.movie__pickup_thumb, .movie__thumb {
  margin: 0px 4px;
}

.top_rankinglist {
  counter-reset: rank;
}

.top_rankinglist .rankcount {
  position: relative;
}

.top_rankinglist .rankcount::before {
  position: absolute;
  counter-increment: rank;
  content: counter(rank) "位";
  background: #704E89;
  color: #fff;
  font-size: 14px;
  padding: 2px 0px;
  top: 0px;
  left: 4px;
  z-index: 1;
  width: 124px;
  text-align: center;
}

.ranklink {
  margin: 8px;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

#sidebar .movie_fav_counters {
  width: 95%;
}

#sidebar .ranktextboxtag span {
  margin: 4px 0px;
}

#sidebar .ranktextboxtag span {
  font-size: 10px;
}

#sidebar .rankflexbox img {
  padding-top: 0;
}

#sidebar .ranktitle {
  height: auto;
}

#sidebar .ranktitle a {
  color: #fff;
  font-size: 16px;
  margin-top: 3em;
}

@media (min-width: 992px) {
  #sidebar .ranktitle a {
    font-size: 13px;
  }
}

#sidebar .ranktextbox {
  color: #fff;
}

#sidebar .ranktextbox a {
  color: #fff;
}

@media (min-width: 992px) {
  #sidebar .movie__text--bottom {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 18px;
    font-size: 10px;
  }
}

.sidebartitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.sideblock_ul li {
  border-bottom: #fff dotted 2px;
}

.sideblock_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin: 8px;
  padding: 8px 0;
}

.sideblock_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sideblock_flex img {
  width: 42px;
  border-radius: 6px;
}

.sideblock_flex span {
  font-size: 13px;
  margin-left: 8px;
}

footer {
  background: black;
  background: linear-gradient(98deg, black 0%, #330259 100%);
  padding: 2em 1em;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 992px) {
  footer .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer li {
  margin: 8px 0;
}

footer .fa-face-kiss-wink-heart {
  color: #ffffff;
}

footer a {
  color: #ffffff;
}

.ranktopborder {
  background: initial;
}

.ranktopborder .ranktitle a {
  color: #fff;
}

.ranktopborder .wpfp-span {
  color: #fff;
}

.ranktopborder .wpfp-span .wpfp-link {
  color: #fff;
}

@media (min-width: 992px) {
  .ranktopborder {
    margin-top: 3.2em;
  }
}

.rankcat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2em;
}

.rankcat .rankcatbox {
  width: 34%;
  text-align: center;
  padding: 24px 0px;
  color: #cbcbcb;
  border-bottom: solid 2px #cbcbcb;
}

.rankcat .rankcatbox_link {
  color: #894FBA !important;
  border-bottom: solid 2px #894FBA !important;
}

.archivelist .rankflexbox img {
  height: 148px;
  padding-top: 0;
}

.archivelist .ranktitle a {
  color: #fff;
}

.archivelist .wpfp-link {
  color: #fff;
}

.tab-004 {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: auto;
}

.tab-004 .rankflexbox img {
  height: 148px;
  padding-top: 0;
}

.tab-004 .ranktitle a {
  color: #fff;
}

.tab-004 .wpfp-link {
  color: #fff;
}

.tab-004 > label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  min-width: 70px;
  padding: .7em 1em;
  background-color: #f2f2f2;
  color: #999;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
}

.tab-004 > label:hover,
.tab-004 label:has(:checked) {
  background: #9d14a6;
  background: linear-gradient(98deg, #9d14a6 0%, #ee406f 100%);
  color: #fff  !important;
  border-bottom: 0px;
}

.tab-004 label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background: #9d14a6;
  background: linear-gradient(98deg, #9d14a6 0%, #ee406f 100%);
  content: '';
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-004 input {
  display: none;
}

.tab-004 > div {
  display: none;
  width: 100%;
  padding: 1.5em 0px;
  background: initial;
}

.tab-004 label:has(:checked) + div {
  display: block;
  background: initial;
}

.favoriteflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.favoritebox {
  width: 47%;
  margin: 16px 4px;
  background: #fff;
}

@media (min-width: 768px) {
  .favoritebox {
    width: 23%;
  }
}

.favoritetitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 4px 4px;
  font-size: 12px;
  color: #B583D9;
}

.favoritebutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  background: #894FBA;
  color: #fff;
}

.fav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fav_flex .fav_button {
  width: 105px;
  height: 84px;
  border-bottom: none;
  border: none;
  border-radius: 4px;
  margin: 8px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fav_flex .fav_button .fav_box {
  border: solid 2px #B583D9;
  border-radius: 4px;
  padding: none;
  max-width: none;
}

.fav_flex .fav_word {
  color: #B583D9;
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}

.fav_flex .wpfp-span {
  position: unset;
  font-size: 34px;
  text-align: center;
  display: block;
}

.fav_flex .imagetag {
  width: 80%;
}

.tagflex {
  display: block;
}

.tagflex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6px 4px;
  font-size: 14px;
  background: #390970;
  background: linear-gradient(98deg, #390970 0%, #5940ee 100%);
  color: #fff;
  padding: 18px 8px;
}

.imagetitle {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  margin: 4px 4px;
}

.content {
  overflow: auto;
}

.play__sub {
  overflow: hidden;
}

.play__sub .movie__text--bottom {
  line-height: 16px;
}

.play__sub .ranktitle {
  height: auto;
}

.play__sub .ranktitle a {
  color: #fff !important;
}

.play__sub .rankflexbox img {
  padding-top: 0;
}

.imagelist {
  overflow: hidden;
}

.imagelist_title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 4px !important;
  background: #894FBA;
  color: #fff;
  padding: 8px 4px;
}

.imagelist_title .imagetitle {
  font-size: 14px;
  font-weight: 100;
  margin: 12px 8px;
}

.imagelist_title .arrow_link {
  color: #fff;
}

.imagefav {
  margin: 16px 4px;
}

.imagefav .wpfp-span {
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
}

.imagefav a {
  color: #fff !important;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  background: #974cd6;
  background: linear-gradient(121deg, #974cd6 0%, #5c0e9a 100%);
  padding: 24px 0;
}

.contentimg {
  max-width: 480px;
  display: block;
  margin: 0 auto;
}

.imagetag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  margin: 8px 4px;
}

.imagetag li {
  margin-right: 18px;
  margin: 4px 6px;
}

.imagetag a {
  margin: 0 !important;
  color: #fff;
  font-size: 16px;
  padding: 4px 4px;
  border-radius: 2px;
  margin: 0 !important;
  color: #fff;
  font-size: 16px;
  background: #925ebd;
}

.favorite_button {
  text-align: center;
  margin: 0px  !important;
  border: none !important;
  padding: 0px  !important;
}

.wpfp-span img {
  display: block;
}

.wpfp-span a {
  color: #B583D9;
  font-weight: bold;
}

.danger a {
  font-size: 20px;
  text-align: initial;
  display: block;
  font-weight: bold;
  color: #894FBA;
  margin: 10px 4px;
}

.favorite_flex {
  margin: 12px 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.favorite_flex .wpfp-link {
  display: none;
}

.favorite_flex .favorite_flex_pre {
  width: 48%;
  background: none;
}

.favorite_flex .favorite_flex_pre .wpfp-link {
  padding: 0;
}

.favorite_flex .favorite_flex_pre a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  background: #894FBA;
}

.favorite_flex .favorite_flex_next {
  width: 48%;
  background: none;
}

.favorite_flex .favorite_flex_next .wpfp-link {
  display: none;
}

.favorite_flex .favorite_flex_next a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  background: #B583D9;
}

@media (min-width: 768px) {
  .fav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .fav_list .fav_flexbox {
    width: 48%;
  }
}

.breadcrumbs {
  display: block;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #894FBA;
  padding: 8px 12px;
}

.breadcrumbs span {
  padding: 2px 0;
  color: #B583D9;
  font-size: 14px;
  display: inline;
}

.breadcrumbs a span {
  color: #894FBA !important;
}

.breadlist li ::marker {
  display: none;
}

.breadlist {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadlist li {
  margin-left: 4px;
}

.breadlist li a {
  color: #B583D9;
  font-size: 12px;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #974cd6;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #974cd6;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #974cd6;
}

.title::before {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.title::after {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #ebdbf5;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.prev-posts {
  min-width: 42px;
}

.prev-posts a {
  color: #B583D9;
  background: #fff;
  padding: 12px 10px;
  border-radius: 4px;
  margin: 4px !important;
}

.prev-posts a i {
  color: #B583D9;
}

.fa-flask {
  color: #B583D9;
}

.movie__text--tag {
  color: #B583D9;
  margin-right: 6px;
  font-size: 11px;
}

.movie__text--character {
  color: #B583D9;
  margin-right: 4px;
  font-size: 11px;
}

.top_thumb {
  position: relative;
}

.movie__text--top {
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.movie__text--bottom {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 24px;
}

.movie_fav_counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 95%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.movie_fav_counters .wpfp-span {
  position: unset;
  font-size: 24px;
}

.tab-001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none;
}

.tab-001 > label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  min-width: 70px;
  padding: .7em 1em .5em;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #e9f0f6;
  color: #535353;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
}

.tab-001 > label:hover {
  opacity: .8;
}

.tab-001 input {
  display: none;
}

.tab-001 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}

.tab-001 label:has(:checked) {
  background-color: #fff;
  border-color: #894FBA #f0f0f0 #fff;
  border-style: solid;
  border-width: 4px 1px 1px;
  border-radius: 5px;
  color: #333333;
}

.tab-001 label:has(:checked) + div {
  display: block;
}

.archivetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archivetitles {
  font-size: 24px !important;
}

.headline__list--caption {
  font-size: 15px;
}

.fav_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: absolute;
  bottom: 12px;
  right: 6px;
  font-size: 15px;
}

.fav_count_pv {
  margin-left: 2px;
}

.imglogo {
  width: 180px;
}

input::-webkit-input-placeholder {
  color: #894FBA;
}

input:-moz-placeholder {
  color: #894FBA;
}

.search {
  margin-left: 32px;
}

@media screen and (max-width: 1068px) {
  .search {
    margin: 1em;
  }
}

.search .search__box {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #894FBA 2px solid;
  width: 100px;
}

@media screen and (max-width: 1068px) {
  .search .search__box {
    color: #894FBA !important;
    width: 180px;
    padding: 8px 4px;
  }
}

.search .search__button {
  margin-left: -12px;
  color: #894FBA;
  background: none;
  border: none;
}

@media screen and (max-width: 1068px) {
  .search .search__button {
    margin: 0;
    font-size: 14px;
    border: 5px solid;
    border-radius: 2em;
    padding: 6px 8px;
    background: #fff;
    margin-left: -15px;
  }
}

.wpfp-span {
  color: #B583D9;
}

.page_num {
  display: none;
}

.pager {
  padding: 8px 12px;
  background: #fff;
  border-radius: 2em;
  margin: 4px 8px;
  color: #B583D9;
}

.next, .prev, .last {
  background: #fff;
  padding: 6px 6px;
  margin: 4px;
  border-radius: 4px;
  color: #B583D9;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #B583D9;
  margin-top: 2em;
}

.current {
  color: #fff;
  background: #B583D9;
}

.fa-circle-chevron-right {
  font-size: 12px;
  color: #894FBA;
}

li:last-child .fa-circle-chevron-right {
  display: none;
}

.copyright {
  text-align: center;
  margin: 16px;
  font-size: 11px;
  color: #fff;
}

.fav_conts .wpfp-span {
  position: unset;
}

.promptflex_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  padding: 24px 4px;
  gap: 18px 16px;
  background: none;
}

.promptflex_grid .promptflex_box_title {
  font-size: 13px;
  font-weight: bold;
  color: #B583D9;
}

.promptflex_grid .propters {
  margin: 4px;
}

.promptflex_grid .promptflex_box_conts {
  font-size: 11px;
  color: #616e68;
}

.searchcount {
  font-size: 12px;
  margin: 4px;
  color: #a55aa5;
}

.fav_conts .cash {
  color: #fff;
}

.fav_conts .favclear {
  text-align: center;
}

.cookkie {
  color: #fff;
  font-size: 12px;
}

.favflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4px;
}

.favflex .favflex_box {
  margin-right: 5px;
  width: 32%;
}

.favflex .favflex_box .remove-parent {
  display: block;
  text-align: center;
  background: #a60303;
  color: #fff;
  padding: 6px 0;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .favflex .favflex_box {
    width: 16%;
  }
}

.favflex .favflex_box .movie__pickup_thumb img {
  height: 46vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .favflex .favflex_box .movie__pickup_thumb img {
    height: 22vw;
  }
}

.favflex .favflex_box .favtitle {
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
  margin-left: 0px;
  padding: 0 4px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}

.sidein, .sidein2 {
  margin-top: 6px;
  margin-bottom: 6px;
}
/*# sourceMappingURL=style.css.map */