@charset "UTF-8";
/* 共通 */
body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
}

.star5_rating:before, .star5_rating:after {
  content: "★★★★★";
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fa83cb; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.container {
  width: 92%;
  max-width: 92%;
  margin: 0px auto;
}

.txt-limit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.txt-limit2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

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

.tac {
  text-align: center;
}

header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 12px;
}

header img {
  width: 60%;
}

header p {
  font-size: 14px;
  color: #777;
  font-weight: 700;
  padding: 20px 0 12px;
}

.fv-slide {
  padding: 16px 12px;
}

.item-content {
  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;
}

.slide {
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.slide-media {
  position: relative;
}
.slide-media img {
  border-radius: 10px 10px 0 0;
}

.people-content {
  position: absolute;
  bottom: 2%;
  left: 4%;
}

.fixed-layer:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(80%, rgba(147, 147, 147, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(147, 147, 147, 0) 80%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
}

.name {
  margin-left: 1.2%;
}

.title-wrapper {
  font-size: min(6vw, 44px);
  color: #fff;
  padding-bottom: 12px;
  font-weight: bold;
}

.people_tag:nth-child(2) {
  padding: 0 1%;
}

.slide-tag-wrapper {
  font-size: min(3.2vw, 22px);
  color: #fff;
  padding-bottom: 8px;
}

.slide-tag {
  padding: min(0.9vw, 10px);
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}

.slide-tag:nth-child(1) {
  color: #a4d5ff;
}

.slide-tag:nth-child(2) {
  color: #fafc7a;
}

.slide-tag:nth-child(3) {
  color: #fdb4df;
}

.item-content {
  width: 92%;
  margin: 0 auto;
  padding: 20px 0;
}

.item-left {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
  padding-right: 12px;
}
.item-left img {
  -webkit-filter: drop-shadow(1px 1px 1px #c9c9c9);
          filter: drop-shadow(1px 1px 1px #c9c9c9);
}

.item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-title_wrapper {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  padding-right: 12px;
}

.item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  font-weight: bold;
  padding-top: 4px;
  font-size: 24px;
}

.item-subtitle {
  color: #777;
  font-size: 12px;
}

.item-btn {
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
  font-size: 12px;
  background: #ff6dbb;
  padding: 12px 4px;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-image: -webkit-gradient(linear, left top, right top, from(#ed6ea0), to(#ec8c69));
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(200, 200, 200);
          box-shadow: 2px 2px 5px 0px rgb(200, 200, 200);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 125px;
}

.swiper-pagination-bullet {
  background: #f3f3f3;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 40px;
  width: 40px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/left.png);
}

.swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/right.png);
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.item-ranking_wrapper {
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.item-ranking_wrapper .items__item-box {
  position: relative;
}

.items__item-box:nth-child(1):before{
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../img/1st.svg);
  background-size: contain;
  top: -5px;
  left: -2px;
  z-index: 2;
}


.items__item-box:nth-child(2):before{
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../img/2nd.svg);
  background-size: contain;
  top: -5px;
  left: -2px;
  z-index: 2;
}

.items__item-box:nth-child(3):before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../img/3rd.svg);
  background-size: contain;
  top: -5px;
  left: -2px;
  z-index: 2;
}

.item-rankingTitle {
  display: inline-block;
  font-weight: 900;
  font-size: 36px;
  margin: 12px 0 30px;
  padding-bottom: 8px;
  margin-left: 4%;
}
.item-rankingTitle span {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.item-ranking_wrapper .item-content {
  padding: 0;
  padding-bottom: 30px;
}

.item-ranking_wrapper .item-content:last-of-type {
  padding-bottom: 30px;
}

ul.items__inner {
  width: 92%;
  list-style: none;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  line-height: 1.5;
  margin: 0 auto;
}

.items__wrapper p {
  display: block;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.items__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dddcdc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h4.items__back-title {
  display: block;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

.items__back-title {
  padding: 8px 0;
}

.items__item-icon {
  width: 17%;
  margin-right: 10px;
}

.items__item-detail {
  width: 60%;
}

.items__item-title {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  background-image: linear-gradient(135deg, rgb(252, 0, 206) 0%, rgb(255, 0, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.items__detail-title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: red;
  background-color: #FF9A8B;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0844), to(#ffb199));
  background-image: linear-gradient(to bottom, #ff0844 0%, #ffb199 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
     border-image: -webkit-gradient(linear, left bottom, left top, from(#ff0844), to(#ffb199));
     border-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
  border-image-slice: 1;
  white-space: nowrap;
  margin-bottom: 2px;
}

.items__detail-description {
  font-size: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.items__detail-tag {
  font-size: 10px;
  margin-top: 4px;
}

.items__detail-tag span {
  margin-right: 4px;
  padding: 4px;
  border-radius: 10px;
  font-weight: bold;
  background-color: #FF9A8B;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF9A8B), color-stop(55%, #FF6A88), to(#FF99AC));
  background-image: linear-gradient(0deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
  color: #fff;
  text-align: center;
  display: inline-block;
}

.items__btn {
  width: 22%;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  padding: 6px 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ed6ea0), to(#ec8c69));
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(200, 200, 200);
          box-shadow: 2px 2px 5px 0px rgb(200, 200, 200);
}

.items__btn a {
  text-decoration: none;
  color: #fff;
}

/* ボタン */
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.items__btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.items-box_wrapper {
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-thumbnail_wrapper > img {
  border-radius: 15px 15px 0 0;
}

.box-thumbnail_wrapper {
  position: relative;
}
.box-thumbnail_wrapper .items-content {
  position: absolute;
  bottom: 3%;
  left: 3%;
  font-weight: bold;
}

.c-skyblue {
  color: #a2ecff;
}

.name-wrapper {
  color: #fff;
  font-size: min(7vw, 70px);
}

.name {
  margin-left: 1.2vw;
}

.tag {
  color: #fff;
}

.first-wrapper {
  color: #fff;
  font-size: min(4vw, 30px);
  padding-top: min(2.8vw, 20px);
  padding-bottom: min(2.8vw, 20px);
}

.second-wrapper {
  font-size: min(3vw, 22px);
}

.state {
  padding-left: 1vw;
}

.tag:nth-child(2) {
  padding: 0 1vw;
}

.pro-wrapper {
  font-size: min(3vw, 18px);
  padding-top: min(2.8vw, 20px);
}

.pro-wrapper div {
  border: 0.2vw solid rgb(201, 201, 201);
  padding: min(0.9vw, 10px);
  border-radius: 5px;
}

.time {
  color: #a4d5ff;
}

.favorite {
  margin: 0 1vw;
}

.favorite {
  color: #fafc7a;
}

.like {
  color: #fdb4df;
}

.items-icon_wrapper {
  padding: 20px 30px 0;
  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;
}

.items-icon_wrapper::after {
  content: "";
  display: block;
  width: 30%;
}

.items-icon {
  width: 26%;
  padding-bottom: 20px;
}
.items-icon img {
  -webkit-filter: drop-shadow(1px 1px 1px #c9c9c9);
          filter: drop-shadow(1px 1px 1px #c9c9c9);
}

.box-thumbnail_wrapper:before {
  content: "今日のえちえち女子♡";
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  left: 3%;
  top: 5%;
}

.box-thumbnail_wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(40%, rgba(147, 147, 147, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(147, 147, 147, 0) 40%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}

.items-content {
  z-index: 2;
}

.item-box_detail {
  padding: 20px 0;
}

.cc {
  color: #f09257;
  font-weight: bold;
  line-height: 1.5;
  font-size: min(5vw, 50px);
  margin-bottom: 12px;
}

.updw {
  font-size: min(4.8vw, 36px);
  font-weight: 500;
  -webkit-animation-name: UpDown;
  animation-name: UpDown;
  color: #fa83cb;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.inst_emer {
  width: 80%;
  margin: 0 auto;
  font-size: min(3.2vw, 24px);
}

#slider02 {
  margin: 20px 0;
}

.people-slider {
  padding: 16px 12px;
}
.people-slider .swiper-slide {
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.people-slider .swiper-slide img {
  border-radius: 10px 10px 0 0;
}

.swiper-icon {
  position: absolute;
  top: 3%;
  left: 6%;
}

img.swiper-icon {
  width: 25%;
}

.people-info {
  padding: 12px 8px;
}

.people-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
}

.people-btn {
  color: #fff;
  padding: 6px 0;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ed6ea0), to(#ec8c69));
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
  margin: 8px auto;
  width: 94%;
  border-radius: 10px;
}

footer {
  background: #f37c7c;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}

#top_video {
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  max-width: 600px;
}

#tp_165_wrapper {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  display: none;
  max-width: 600px;
  width: 100%;
}