@charset "UTF-8";
/*============================
Foundation
============================*/
@import url("https://use.typekit.net/lfh7lxg.css");
@import url("https://use.typekit.net/ilf4ngu.css");
.g-header .headerWrap, .g-wrapper {
  width: 1000px;
  padding: 0 5px;
}

.g-header .headerWrap {
  background: #fff;
}

.g-wrapper {
  background: #fff;
}

.g-footer {
  margin-top: 0;
}

.g-container {
  padding-bottom: 5px;
  min-height: 100vh;
}

.bread_counter {
  width: 990px;
  padding: 3px 5px 0;
}

/*============================
Project
============================*/
.f-girlEroasmr {
  margin-top: 20px;
  padding: 0;
}

.girlEroasmr__list {
  margin-top: 10px;
}

.girlEroasmr__item {
  width: 420px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.girlEroasmr__item:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #F8539C;
}

.girlEroasmr__audioButton {
  display: block;
  width: 48px;
  height: 48px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background: url(/assets/img/user/pc/eroasmr/button__audio--play.svg) no-repeat center/100% 100%;
}

.girlEroasmr__audioButton.is-active {
  background: url(/assets/img/user/pc/eroasmr/button__audio--stop.svg) no-repeat center/100% 100% !important;
}

.girlEroasmr__audioController {
  position: fixed;
  bottom: 30px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  width: 500px;
  background: initial !important;
  display: none;
}

.girlEroasmr__audioController.is-show {
  display: block;
}

.girlEroasmr__dataWrap {
  width: 306px;
  margin: 0 15px;
}

.girlEroasmr__dataUpper, .girlEroasmr__dataBottom {
  display: flex;
  align-items: center;
}

.girlEroasmr__dataBottom {
  margin-top: 4px;
}

.girlEroasmr__dataBottom p:not(:last-child) {
  margin-right: 4px;
}

.girlEroasmr__audioTitle {
  font-size: 18px;
  color: #1F1D1E;
  font-weight: bold;
}

.girlEroasmr__tag {
  font-size: 14px;
  color: #F8539C;
  font-weight: bold;
}

.girlEroasmr__audioLength {
  display: inline-block;
  background: #707070;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 0 2px;
  border-radius: 2px;
}

.girlEroasmr__audioCount, .girlEroasmr__goodCount {
  font-size: 12px;
  color: #121112;
  padding-left: 20px;
  line-height: 16px;
}

.girlEroasmr__audioCount span, .girlEroasmr__goodCount span {
  display: inline-block;
  font-size: 16px;
}

.girlEroasmr__audioCount {
  background: url(/assets/img/user/pc/eroasmr/icon_audioPlay--pink.svg) no-repeat left center/16px 16px;
}

.girlEroasmr__goodCount {
  background: url(/assets/img/user/pc/eroasmr/icon__good--pink.svg) no-repeat left center/16px 16px;
}

.girlEroasmr__goodButton {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/assets/img/user/pc/eroasmr/button__good--gray.svg) no-repeat center/100% 100%;
}

.girlEroasmr__goodButton.is-active {
  background: url(/assets/img/user/pc/eroasmr/button__good--done.svg) no-repeat center/100% 100% !important;
}

.girlEroasmr__caution {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  display: none;
}

.girlEroasmr__cautionBackground {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.girlEroasmr__cautionContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 21px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, -50%);
}

.girlEroasmr__cautionTitle {
  margin-bottom: 14px;
  padding-top: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #FD435F;
  text-decoration: underline;
}

.girlEroasmr__cautionText {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.girlEroasmr__cautionText--min {
  margin-bottom: 20px;
  font-size: 12px;
}

.girlEroasmr__cautionClose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background: #000;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.eroCosplay__popUp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.eroCosplay__popUpBackground {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-content: center;
  background: rgba(51, 51, 51, 0.48);
  z-index: 1;
}

.eroCosplay__popUpContainer {
  padding: 32px 40px;
  background: #FFFFFF;
  border-radius: 10px;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.eroCosplay__popUpTitle {
  font-size: 24px;
  font-weight: bold;
  color: #1F1D1E;
  line-height: 32px;
  text-align: center;
}

.eroCosplay__popUpImage {
  width: 560px;
  margin: 18px auto 6px;
  overflow: hidden;
}

.eroCosplay__popUpImage img {
  width: 100%;
  height: auto;
}

.eroCosplay__popUpText {
  font-size: 12px;
  text-align: center;
  color: #F71B5F;
  line-height: 20px;
  margin-bottom: 16px;
  text-decoration: underline;
}

.eroCosplay__popUpLink {
  display: block;
  width: 320px;
  padding: 14px 0;
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  border-radius: 4px;
  transition: .3s;
}

.eroCosplay__popUpLink--login {
  background: #FF1F89;
  box-shadow: 0 4px #B91260;
}

.eroCosplay__popUpLink--register {
  background: #4BD2FF;
  box-shadow: 0 4px #39A5C9;
}

.eroCosplay__popUpLink:hover {
  transform: translateY(4px);
  opacity: 1;
  box-shadow: 0 0 #ffffff;
}

.eroCosplay__popUpClose {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  background: #B4B4BA;
  border-radius: 2px;
  cursor: pointer;
}

.f-eroReport .eroReport__title {
  margin-bottom: 16px;
}

.f-eroReport .eroReportWrapper {
  overflow: hidden;
  height: 216px;
  transition: height .3s;
}

.f-eroReport .eroReportList {
  padding-bottom: 8px;
}

.f-eroReport .eroReportItem {
  position: relative;
}

.f-eroReport .eroReportItem:not(:last-child) {
  margin-bottom: 16px;
}

.f-eroReport .eroReportItem__link {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 9px;
  border: 1px solid #FD8AC0;
  border-radius: 8px;
  position: relative;
}

.f-eroReport .eroReportItem__media {
  flex: 0 0 138px;
  height: 184px;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

.f-eroReport .eroReportItem__media img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.f-eroReport .eroReportItem__text {
  padding-left: 10px;
  overflow: hidden;
  flex: 0 0 calc(100% - 138px);
}

.f-eroReport .eroReportItem__text .update {
  display: inline-block;
  font-size: 15px;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #FD8AC0;
  margin-bottom: 8px;
  line-height: 20px;
}

.f-eroReport .eroReportItem__text .topic {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #1F1D1E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f-eroReport .eroReportItem__text .paragraph {
  font-size: 16px;
  color: #121112;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f-eroReport .eroReportItem__text .girlInfo {
  margin-top: 1px;
  display: flex;
  align-items: flex-end;
  line-height: 24px;
}

.f-eroReport .eroReportItem__text .girlInfo__name {
  max-width: 270px;
  font-size: 18px;
  font-weight: bold;
  color: #FF1F89;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-eroReport .eroReportItem__text .girlInfo__age {
  font-size: 14px;
  font-weight: bold;
  color: #FF1F89;
  flex: 0 0 35px;
  text-align: right;
}

.f-eroReport .eroReportItem__soapReport {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 133px;
  height: 28px;
}

.f-eroReport .eroReportBtn {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.f-eroReport .eroReportBtn::after {
  content: url(/assets/img/user/pc/common/ico_arrowDown_more.svg);
  margin-left: 8px;
}

.f-eroReport .eroReportBtn__close::after {
  content: url(/assets/img/user/pc/common/ico_arrowUp_more.svg);
}

.f-eroReport .eroReportBtn.is-inactive {
  color: #B5B6BE;
  pointer-events: none;
}

.f-eroReport .eroReportBtn.is-inactive::after {
  content: url(/assets/img/user/pc/common/ico_arrowDown_inactive.svg);
}

.election__popUp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.election__popUpBackground {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-content: center;
  background: rgba(51, 51, 51, 0.48);
  z-index: 1;
}

.election__popUpContainer {
  padding: 32px 40px;
  background: #FFFFFF;
  border-radius: 10px;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.election__popUpTitle {
  font-size: 24px;
  font-weight: bold;
  color: #1F1D1E;
  line-height: 32px;
  text-align: center;
}

.election__popUpImage {
  width: 560px;
  margin: 12px auto 6px;
  overflow: hidden;
}

.election__popUpImage img {
  width: 100%;
  height: auto;
}

.election__popUpText {
  font-size: 12px;
  text-align: center;
  color: #F71B5F;
  line-height: 20px;
  margin-bottom: 16px;
  text-decoration: underline;
}

.election__popUpLink {
  display: block;
  width: 320px;
  padding: 14px 0;
  margin: 0 auto 24px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  transition: .3s;
  cursor: pointer;
}

.election__popUpLink--login {
  background: #FF1F89;
  box-shadow: 0 4px #B91260;
}

.election__popUpLink--register {
  background: #4BD2FF;
  box-shadow: 0 4px #39A5C9;
}

.election__popUpLink:hover {
  transform: translateY(4px);
  opacity: 1;
  box-shadow: 0 0 #fff;
}

.election__popUpClose {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #B4B4BA;
  border-radius: 2px;
  cursor: pointer;
}

.noticeBannerSticky {
  cursor: pointer;
  position: absolute;
  top: 150px;
  margin-left: -216px;
  z-index: 3;
}

.reserveBannerSticky {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 106px;
  z-index: 12;
  width: 240px;
  height: 48px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ef1d80 0%, #e36d9a 100%);
}

.reserveBannerSticky__link {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  transform: translateY(-3px);
  background: linear-gradient(135deg, #ff1f89 0%, #fd7dae 100%);
  border-radius: 32px;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.reserveBannerSticky:hover .reserveBannerSticky__link {
  transform: translateY(0);
  opacity: 1;
}

.noticeBannerSticky.fixed {
  position: fixed;
  top: 10px;
}

/* ==================================
	utility
================================== */
.u-flex {
  display: flex !important;
}

.u-flex--alignCenter {
  display: flex;
  align-items: center;
}

.u-fixed {
  position: fixed !important;
}

.u-textClamp--1:not(:root) {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: none;
}

*[class*="u-textClamp"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: -.1em;
  line-height: 1.2;
  overflow: hidden;
  overflow-wrap: break-word;
}

.u-textClamp--2 {
  -webkit-line-clamp: 2;
}

.u-textClamp--3 {
  -webkit-line-clamp: 3;
}

.u-textClamp--4 {
  -webkit-line-clamp: 4;
}

.u-textdecoration--underline {
  text-decoration: underline;
}

.u-image--center {
  position: relative;
  overflow: hidden;
}

.u-image--center img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.u-imgWrap--Center {
  position: relative;
}

.u-imgWrap--Center img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fit_image {
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.set_middle {
  display: flex;
  align-items: center;
}

.h2_girlname {
  background: #fe247b;
  text-shadow: 1px 1px 1px #ee1f99;
  border: solid 1px #c704a0;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  margin: 20px 0px;
}

.l-col8 section {
  margin-bottom: 20px;
}

.p-more {
  text-align: right;
  margin-top: 15px;
}

.p-more a:after {
  content: url(/assets/img/user/pc/common/ico_arrow-more.png);
  vertical-align: -1px;
  margin-left: 5px;
}

.p-more a {
  color: #333;
}

.f-edProfile {
  margin-bottom: 20px;
}

.f-edProfile::after {
  display: block;
  content: '';
  clear: both;
}

.f-edProfile .edpRight {
  float: right;
  width: 470px;
}

.f-edProfile .edpLeft {
  float: left;
  width: 300px;
}

.f-edProfile .col8Tit {
  width: 470px;
  margin-bottom: 0;
}

.f-edProfile .edpTable {
  width: 470px;
  height: 136px;
  background: #e19;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 15px;
  text-align: left;
  margin-top: -1px;
}

.f-edProfile th {
  width: 100px;
  height: 34px;
  background: #ffe9ff;
  box-shadow: inset 0 0 1px #ff49bb;
  border: solid 1px #fff;
  font-size: 13px;
  vertical-align: middle;
  padding-left: 8px;
}

.f-edProfile td {
  background: #fff;
  font-size: 15px;
  vertical-align: middle;
  padding: 0 8px;
}

.f-edProfile .edpType span {
  display: inline-block;
  border: solid 2px #19f;
  border-radius: 3px;
  height: 20px;
  line-height: 16px;
  color: #19f;
  font-size: 12px;
  padding: 0 5px;
  margin-right: 4px;
}

.f-edProfile .edpComment th {
  height: 128px;
}

.f-edProfile .edpComment td {
  line-height: 21px;
  vertical-align: top;
  padding: 8px;
  word-wrap: break-word;
  word-break: break-all;
}

.f-edProfile .edpWrap {
  width: 300px;
}

.f-edProfile .edpMainPhoto {
  width: 300px;
  height: 400px;
  margin-bottom: 2px;
}

.f-edProfile .edpMainPhoto img {
  width: 100%;
  height: auto;
}

.f-edProfile .edpThumb::after {
  display: block;
  content: '';
  clear: both;
}

.f-edProfile .edpThumb li {
  float: left;
  margin-left: 2px;
}

.f-edProfile .edpThumb li:first-child {
  margin: 0;
}

.f-edProfile .edpThumb a {
  display: block;
  width: 58px;
  height: 79px;
}

.f-edProfile .is-edpActive {
  position: relative;
}

.f-edProfile .is-edpActive:before {
  content: "";
  position: absolute;
  display: block;
  width: 54px;
  height: 75px;
  border: solid 2px #fb4abb;
  z-index: 2;
}

.f-edProfile .edpReserve {
  margin: 20px auto 20px;
  width: 260px;
  height: 48px;
  border-radius: 32px;
  background: linear-gradient(101deg, #EF1D80 0%, #E36D9A 100%);
}

.f-edProfile .edpReserve:hover .edpReserve__link {
  transform: translateY(0);
  opacity: 1;
}

.f-edProfile .edpReserve__link {
  position: relative;
  display: block;
  place-content: center start;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
  transform: translateY(-3px);
  background: linear-gradient(101deg, #FF1F89 0%, #FD7DAE 100%);
  border-radius: 30px;
  transition: transform .3s;
}

.f-edProfile .edpReserve__link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(/assets/img/user/pc/shop/icon-reserve-white.svg) no-repeat center/cover;
}

.f-edProfile .edpReserve__link .is-ls_80 {
  letter-spacing: -1.44px;
}

.f-edProfile .edpReserve__link .is-ls_160 {
  letter-spacing: -2.88px;
}

.edpContentsInfo {
  position: relative;
  width: 300px;
  margin-top: 20px;
}

.edpContentsInfo__title {
  width: 300px !important;
}

.edpContentsInfo__list {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}

.edpContentsInfo__item + .edpContentsInfo__item {
  margin-left: 8px;
}

.edpContentsInfo__img {
  width: 36px;
  height: 36px;
}

.edpContentsInfo__about {
  cursor: pointer;
  color: #121112;
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  padding: 0 0 0 31px;
  background: url("/assets/img/user/pc/common/new_ui/icon-info.svg") 2px 50%/20px 20px no-repeat;
}

.edpContentsInfo__modal {
  display: none;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 248px;
  height: 144px;
  background: url("/assets/img/user/pc/common/new_ui/bg_modal.png") 50% 0 no-repeat;
  background-size: contain;
  z-index: 999;
}

.edpContentsInfo__modalList {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 144px;
  padding: 8px 8px 16px;
  flex-wrap: wrap;
  gap: 8px 0;
}

.edpContentsInfo__modalItem {
  font-size: 12px;
  color: #1F1C0D;
  white-space: nowrap;
  margin: 0;
}

.edpContentsInfo__modalItem img {
  width: 24px;
  height: auto;
  margin-right: 4px;
}

.f-expMovie .expMovie__h2 {
  margin-bottom: 20px;
}

.f-expMovie .expMovie__body {
  border: 2px solid #F8539C;
  border-radius: 5px;
  padding: 14px 18px;
}

.f-expMovie .expMovie__content {
  display: flex;
  gap: 10px;
}

.f-expMovie .expMovie__jacketWrap {
  position: relative;
  overflow: hidden;
  width: 203px;
  height: 276px;
}

.f-expMovie .expMovie__jacketImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.f-expMovie .expMovie__detailWrap {
  max-width: 536px;
  width: 100%;
}

.f-expMovie .expMovie__title {
  font-size: 24px;
  line-height: 36px;
  margin: -6px 0;
  font-weight: bold;
  color: #333333;
}

.f-expMovie .expMovie__name {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #113399;
}

.f-expMovie .expMovie__name--name {
  font-size: 22px;
}

.f-expMovie .expMovie__name--age {
  font-size: 18px;
  white-space: nowrap;
}

.f-expMovie .expMovie__comment {
  font-size: 14px;
  line-height: 24px;
  margin: -5px 0;
  color: #333333;
}

.f-expMovie .expMovie__count {
  display: flex;
  margin-top: 10px;
}

.f-expMovie .expMovie__views {
  margin-right: 40px;
}

.f-expMovie .expMovie__views, .f-expMovie .expMovie__banana {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  color: #333333;
}

.f-expMovie .expMovie__videoList {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  gap: 17px 15px;
  margin-top: 16px;
}

.f-expMovie .expMovie__videoItem {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 168px;
  border-radius: 3px;
}

.f-expMovie .expMovie__videoImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.f-expMovie .expMovie__videoDate {
  position: absolute;
  top: 3px;
  left: 6px;
  background: rgba(255, 31, 137, 0.8);
  border-radius: 11px;
  padding: 4px 7px;
  font-size: 12px;
  color: #fff;
}

.f-expMovie .expMovie__up {
  color: #FEDB4F;
}

.f-expMovie .expMovie__comingSoonWrap {
  background: #3B3739;
}

.f-expMovie .expMovie__comingSoonWrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2.0rem;
  transform: translate(-50%, -50%);
  background: url(/assets/img/user/pc/eromovie/icon__comingSoon.svg) no-repeat center/contain;
  z-index: 9;
}

.f-expMovie .expMovie__comingSoonWrapImg {
  display: block;
  opacity: 0.2;
}

.f-edGirltags .col8Tit {
  padding: 0 8px 8px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  border: 0;
}

.f-edGirltags .f-edGirltags-body {
  margin-bottom: 10px;
  padding: 0 10px 10px;
  overflow: hidden;
}

.f-edGirltags .edpType {
  margin-top: 10px;
}

.f-edGirltags .edpType--free {
  margin-top: inherit;
}

.f-edGirltags .edpType li {
  float: left;
  letter-spacing: 0.09px;
  font-family: "ヒラギノ角ゴ ProN","Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-edGirltags .edpType li a, .f-edGirltags .edpType li span {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: #474747;
}

.f-edGirltags .edpType li.edgLink {
  padding: 5px 6px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid #C6C6C6;
  border-radius: 3px;
  box-sizing: border-box;
}

.f-edGirltags .edpType li.edgTxt {
  margin-bottom: 8px;
}

.f-edGirltags .edpType li.edgTxt span {
  position: relative;
  padding: 8px;
  background-color: #FFF5FA;
  border-radius: 3px 0 0 3px;
}

.f-edGirltags .edpType li.edgTxt span:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #FF1F89;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.f-edGirltags .edpType li.edgTxt ~ .edgTxt span {
  border-radius: 0;
}

.f-edGirltags .edpType li.edgTxt:last-of-type span {
  border-radius: 0 3px 3px 0;
}

.f-edGirltags .edpType li.edgTxt:last-of-type span:after {
  display: none;
}

.f-edGirltags .edpType li.edgFreeTxt {
  float: inherit;
  letter-spacing: inherit;
  display: inline-block;
  border: solid 2px #333;
  border-radius: 3px;
  height: 30px;
  color: #333;
  font-size: 15px;
  padding: 6px 5px 0;
  margin-top: 10px;
  background: linear-gradient(to bottom, #fff 43%, #EBEBEB 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#EBEBEB',GradientType=0 );
}

.f-edGirltags .nextbtn,
.f-edGirltags .closebtn {
  display: block;
  height: 25px;
  padding-left: 20px;
  padding-right: 28px;
  float: right;
  line-height: 28px;
  background: #fff url("/assets/img/user/pc/common/arrow_button.png") no-repeat right 12px center/7px 12px;
  color: #ff44bb;
  margin-top: 5px;
  cursor: pointer;
  text-shadow: none;
}

.bannerErocosplay {
  margin-bottom: 20px;
}

.f-erocosplay {
  background: url("/assets/img/user/pc/shop/eroroomwear_bg.png") no-repeat center/100% 100%;
}

.f-erocosplay .erocosplay__title {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.f-erocosplay .erocosplay__titleInfo {
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.f-erocosplay .erocosplay__limited {
  width: 150px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  background: #837D72;
  color: #FFFFFF;
  text-align: center;
  border-radius: 3px;
  padding: 3px 0;
}

.f-erocosplay .erocosplay__limited::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url("/assets/img/user/pc/erocosplay/icon_lock.svg") 0 50%/auto 18px no-repeat;
}

.f-erocosplay .erocosplay__imageList {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.f-erocosplay .erocosplay__imageItem {
  width: 150px;
  height: 200px;
  overflow: hidden;
}

.f-erocosplay .erocosplay__imageItem + .erocosplay__imageItem {
  margin-left: 10px;
}

.f-erocosplay .erocosplay__imageItem img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 150px;
  height: 200px;
}

.f-erocosplay .erocosplay__imageItem.has-video {
  position: relative;
}

.f-erocosplay .erocosplay__imageItem.has-video::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/img/user/pc/common/ico_play_bgGray.svg) no-repeat 0 0/72px 72px;
  width: 72px;
  height: 72px;
  z-index: 2;
  pointer-events: none;
}

.f-erocosplay .erocosplay__imageLink {
  background: transparent;
  display: flex;
  align-items: center;
  height: inherit;
  width: inherit;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

.f-erocosplay .erocosplay__gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.f-erocosplay .erocosplay__galleryInner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: inherit;
  overflow: unset !important;
}

.f-erocosplay .erocosplay__gallery .swiper-wrapper {
  align-items: center;
  height: inherit;
}

.f-erocosplay .erocosplay__gallery .swiper-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 30px 78px;
  overflow: hidden;
}

.f-erocosplay .erocosplay__gallery .swiper-slide img {
  transition: all .3s;
}

.f-erocosplay .erocosplay__gallery .swiper-container-horizontal > .swiper-pagination-fraction {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: initial;
  top: 30px;
  left: 30px;
}

.f-erocosplay .erocosplay__gallery .swiper-pagination-fraction {
  color: #fff;
}

.f-erocosplay .erocosplay__gallery .swiper-button-prev,
.f-erocosplay .erocosplay__gallery .swiper-button-next {
  text-align: center;
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 42px;
  background: none;
  width: 76px;
  height: calc(100% - 216px);
  top: 108px;
  pointer-events: auto !important;
  transition: all .15s;
}

.f-erocosplay .erocosplay__gallery .swiper-button-prev:hover,
.f-erocosplay .erocosplay__gallery .swiper-button-next:hover {
  background-size: 24px auto;
}

.f-erocosplay .erocosplay__gallery .swiper-button-prev.swiper-button-disabled:hover,
.f-erocosplay .erocosplay__gallery .swiper-button-next.swiper-button-disabled:hover {
  transform: scale(1);
}

.f-erocosplay .erocosplay__gallery .swiper-button-prev {
  left: 0;
  background: url("/assets/img/user/pc/erocosplay/icon_arrow--prev.svg") 50% 50%/16px auto no-repeat;
}

.f-erocosplay .erocosplay__gallery .swiper-button-next {
  right: 0;
  background: url("/assets/img/user/pc/erocosplay/icon_arrow--next.svg") 50% 50%/16px auto no-repeat;
}

.f-erocosplay .erocosplay__gallery .erocosplay__galleryClose {
  position: absolute;
  color: #fff;
  background: transparent;
  top: 17px;
  right: 17px;
  z-index: 2;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: .5s;
}

.f-erocosplay .erocosplay__gallery .erocosplay__galleryClose:hover {
  opacity: 1 !important;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}

.f-erocosplay .erocosplay__gallery .erocosplay__galleryClose img {
  width: 18px;
  height: 18px;
}

.f-erocosplay .erocosplay__gallery .erocosplay__videoThumb {
  cursor: pointer;
}

.f-erocosplay .erocosplay__gallery .erocosplay__videoThumb::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/img/user/pc/common/ico_play_bgGray.svg) no-repeat 0 0/140px 140px;
  width: 140px;
  height: 140px;
  z-index: 2;
}

.f-erocosplay .erocosplay__gallery .erocosplay__videoFile {
  display: none;
  height: auto;
  max-height: calc(100vh - 100px);
}

.f-erocosplay .erocosplay__gallery .erocosplay__editor {
  width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 4px;
  background: #837D72;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorTitle {
  color: #EBE4D7;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorTitle::before {
  display: block;
  content: '';
  width: 30px;
  height: 36px;
  background: url("/assets/img/user/pc/erocosplay/icon_note--beige.svg") 0 0/30px auto no-repeat;
  margin-right: 13px;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorBody {
  background: #fff;
  border-radius: 0 0 6px 6px;
  color: #121112;
  padding: 27px 46px;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorComment {
  font-size: 20px;
  line-height: 1.5;
  max-height: 150px;
  overflow-y: auto;
  scrollbar-color: #C5C5C5;
  scrollbar-width: thin;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorComment::-webkit-scrollbar {
  width: 4px;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorComment::-webkit-scrollbar-thumb {
  border-radius: 2px;
  box-shadow: inset 0 0 10px 10px #C5C5C5;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorShopInfo {
  display: block;
  border: 3px solid #FD85BE;
  border-radius: 3px;
  padding: 17px 8px 15px;
  margin-top: 13px;
  color: #121112;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorShopName {
  font-size: 20px;
  font-weight: bold;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorShopData {
  font-size: 14px;
  color: #D0D0D3;
  margin-top: 6px;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorGirlName {
  display: flex;
  font-size: 20px;
  color: #206FDB;
  font-weight: bold;
  margin-top: 9px;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorGirlAge {
  font-size: 18px;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorGirlSize {
  font-size: 16px;
  color: #B5B6BE;
  margin-top: 4px;
}

.f-erocosplay .erocosplay__gallery .erocosplay__editorButton {
  background: #FF1F89;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 320px;
  height: 54px;
  border-radius: 27px;
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-erocosplay .erocosplay__gallery .scroll-hint-icon-wrap {
  background: transparent !important;
  z-index: 2;
}

.f-erocosplay .erocosplay__gallery .scroll-hint-icon {
  padding: 10px;
  opacity: 1;
}

.f-erocosplay .erocosplay__gallery .scroll-hint-text {
  margin-top: 8px;
  text-shadow: none;
  white-space: nowrap;
}

.f-erocosplay .erocosplay__bottom {
  display: flex;
  padding: 10px 0 10px 10px;
}

.f-erocosplay .erocosplay__editorShort {
  width: 490px;
  height: 184px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 3px;
  background: #837D72;
}

.f-erocosplay .erocosplay__editorShortTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 9px 0;
}

.f-erocosplay .erocosplay__editorShortTitle::before {
  display: block;
  content: '';
  width: 25px;
  height: 29px;
  background: url("/assets/img/user/pc/erocosplay/icon_note--beige.svg") 0 0/25px auto no-repeat;
  margin-right: 11px;
}

.f-erocosplay .erocosplay__editorShortBody {
  height: 131px;
  background: #fff;
  border-radius: 0 0 7px 7px;
  padding: 9px 17px;
}

.f-erocosplay .erocosplay__editorShortBody::after {
  display: block;
  content: '';
  clear: both;
}

.f-erocosplay .erocosplay__editorShortText {
  font-size: 20px;
  line-height: 1.5;
  color: #121112;
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  word-wrap: break-word;
}

.f-erocosplay .erocosplay__editorShortButton {
  font-size: 18px;
  color: #FF1F89;
  display: block;
  float: right;
  margin-top: 6px;
  cursor: pointer;
}

.f-erocosplay .erocosplay__goodButtonWrap {
  width: 290px;
}

.f-erocosplay .erocosplay__goodButton {
  position: relative;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 19px;
  padding: 0 0 0 83px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  /*投票期間終了の時使います。*/
}

.f-erocosplay .erocosplay__goodButton:hover {
  opacity: 1;
}

.f-erocosplay .erocosplay__goodButton:before {
  content: '投票期間は終了しました';
  position: absolute;
  top: 50%;
  left: 9px;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 80px;
  border-radius: 3px;
  background-color: rgba(18, 17, 18, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: initial;
}

.f-erocosplay .erocosplay__goodButtonWrap {
  position: relative;
}

.f-erocosplay .erocosplay__goodButtonFav {
  display: none;
  position: absolute;
  top: -35px;
  left: 60%;
  transform: translateX(-50%);
  z-index: 2;
}

.f-erocosplay .erocosplay__goodButtonFavText {
  width: 180px;
  display: block;
  padding: 14px 0;
  background: #FFDDED;
  font-size: 14px;
  color: #121112;
  text-align: center;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.f-erocosplay .erocosplay__goodButtonFavText::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #FFDDED;
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.f-erocosplay .erocosplay__goodButtonBubble {
  display: none;
  position: absolute;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  border-radius: 3px;
  top: -22px;
  left: 12px;
  width: 58px;
  height: 52px;
  padding-top: 3px;
  white-space: nowrap;
  z-index: 2;
  background: url("/assets/img/user/pc/shop/erocosplay_bg_bubble.png") 0 50%/100% auto no-repeat;
}

.f-erocosplay .erocosplay__goodButtonBubble::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.f-erocosplay .erocosplay__goodButtonIcon {
  width: 108px;
  position: absolute;
  top: -19px;
  left: -13px;
  text-align: center;
  cursor: default;
}

.f-erocosplay .erocosplay__goodButtonIcon svg {
  width: 108px;
  height: auto;
}

.f-erocosplay .erocosplay__goodButtonIcon path {
  fill: #fff;
  stroke: #FF1F89;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: fill .2s;
}

.f-erocosplay .erocosplay__goodButtonIcon .heart_line {
  display: none;
  transform-origin: center;
  fill: #FF1F89;
}

.f-erocosplay .erocosplay__goodButtonText {
  display: block;
  flex: 1;
  text-align: center;
  color: #FF1F89;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  border: 1px solid #FD85BE;
  border-radius: 5px;
  width: 178px;
  height: 64px;
  line-height: 62px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 178 64"><path fill="%23FD85BE" d="M173,64H5c-2.8,0-5-2.2-5-5V5c0-2.8,2.2-5,5-5h168c2.8,0,5,2.2,5,5v54C178,61.8,175.8,64,173,64z" /></svg>') -178px 50%/178px auto no-repeat #fff;
  transition: background-position .3s;
}

.f-erocosplay .erocosplay__goodButtonText > span:last-child {
  display: none;
  line-height: 1.2;
}

.f-erocosplay .erocosplay__goodButton[data-count="1"] .erocosplay__goodButtonBubble::before {
  content: '1';
}

.f-erocosplay .erocosplay__goodButton[data-count="1"] .erocosplay__goodButtonText {
  background-position-x: -169.1px;
}

.f-erocosplay .erocosplay__goodButton[data-count="2"] .erocosplay__goodButtonBubble::before {
  content: '2';
}

.f-erocosplay .erocosplay__goodButton[data-count="2"] .erocosplay__goodButtonText {
  background-position-x: -160.2px;
}

.f-erocosplay .erocosplay__goodButton[data-count="3"] .erocosplay__goodButtonBubble::before {
  content: '3';
}

.f-erocosplay .erocosplay__goodButton[data-count="3"] .erocosplay__goodButtonText {
  background-position-x: -151.3px;
}

.f-erocosplay .erocosplay__goodButton[data-count="4"] .erocosplay__goodButtonBubble::before {
  content: '4';
}

.f-erocosplay .erocosplay__goodButton[data-count="4"] .erocosplay__goodButtonText {
  background-position-x: -142.4px;
}

.f-erocosplay .erocosplay__goodButton[data-count="5"] .erocosplay__goodButtonBubble::before {
  content: '5';
}

.f-erocosplay .erocosplay__goodButton[data-count="5"] .erocosplay__goodButtonText {
  background-position-x: -133.5px;
}

.f-erocosplay .erocosplay__goodButton[data-count="6"] .erocosplay__goodButtonBubble::before {
  content: '6';
}

.f-erocosplay .erocosplay__goodButton[data-count="6"] .erocosplay__goodButtonText {
  background-position-x: -124.6px;
}

.f-erocosplay .erocosplay__goodButton[data-count="7"] .erocosplay__goodButtonBubble::before {
  content: '7';
}

.f-erocosplay .erocosplay__goodButton[data-count="7"] .erocosplay__goodButtonText {
  background-position-x: -115.7px;
}

.f-erocosplay .erocosplay__goodButton[data-count="8"] .erocosplay__goodButtonBubble::before {
  content: '8';
}

.f-erocosplay .erocosplay__goodButton[data-count="8"] .erocosplay__goodButtonText {
  background-position-x: -106.8px;
}

.f-erocosplay .erocosplay__goodButton[data-count="9"] .erocosplay__goodButtonBubble::before {
  content: '9';
}

.f-erocosplay .erocosplay__goodButton[data-count="9"] .erocosplay__goodButtonText {
  background-position-x: -97.9px;
}

.f-erocosplay .erocosplay__goodButton[data-count="10"] .erocosplay__goodButtonBubble::before {
  content: '10';
}

.f-erocosplay .erocosplay__goodButton[data-count="10"] .erocosplay__goodButtonText {
  background-position-x: -89px;
}

.f-erocosplay .erocosplay__goodButton[data-count="11"] .erocosplay__goodButtonBubble::before {
  content: '11';
}

.f-erocosplay .erocosplay__goodButton[data-count="11"] .erocosplay__goodButtonText {
  background-position-x: -80.1px;
}

.f-erocosplay .erocosplay__goodButton[data-count="12"] .erocosplay__goodButtonBubble::before {
  content: '12';
}

.f-erocosplay .erocosplay__goodButton[data-count="12"] .erocosplay__goodButtonText {
  background-position-x: -71.2px;
}

.f-erocosplay .erocosplay__goodButton[data-count="13"] .erocosplay__goodButtonBubble::before {
  content: '13';
}

.f-erocosplay .erocosplay__goodButton[data-count="13"] .erocosplay__goodButtonText {
  background-position-x: -62.3px;
}

.f-erocosplay .erocosplay__goodButton[data-count="14"] .erocosplay__goodButtonBubble::before {
  content: '14';
}

.f-erocosplay .erocosplay__goodButton[data-count="14"] .erocosplay__goodButtonText {
  background-position-x: -53.4px;
}

.f-erocosplay .erocosplay__goodButton[data-count="15"] .erocosplay__goodButtonBubble::before {
  content: '15';
}

.f-erocosplay .erocosplay__goodButton[data-count="15"] .erocosplay__goodButtonText {
  background-position-x: -44.5px;
}

.f-erocosplay .erocosplay__goodButton[data-count="16"] .erocosplay__goodButtonBubble::before {
  content: '16';
}

.f-erocosplay .erocosplay__goodButton[data-count="16"] .erocosplay__goodButtonText {
  background-position-x: -35.6px;
}

.f-erocosplay .erocosplay__goodButton[data-count="17"] .erocosplay__goodButtonBubble::before {
  content: '17';
}

.f-erocosplay .erocosplay__goodButton[data-count="17"] .erocosplay__goodButtonText {
  background-position-x: -26.7px;
}

.f-erocosplay .erocosplay__goodButton[data-count="18"] .erocosplay__goodButtonBubble::before {
  content: '18';
}

.f-erocosplay .erocosplay__goodButton[data-count="18"] .erocosplay__goodButtonText {
  background-position-x: -17.8px;
}

.f-erocosplay .erocosplay__goodButton[data-count="19"] .erocosplay__goodButtonBubble::before {
  content: '19';
}

.f-erocosplay .erocosplay__goodButton[data-count="19"] .erocosplay__goodButtonText {
  background-position-x: -8.9px;
}

.f-erocosplay .erocosplay__goodButton[data-count="1"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="3"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="5"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="7"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="9"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="11"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="13"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="15"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="17"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="19"] .erocosplay__goodButtonBubble {
  display: block;
  -webkit-animation: bubble_fade_odd 1s ease 0s forwards;
  animation: bubble_fade_odd 1s ease 0s forwards;
}

.f-erocosplay .erocosplay__goodButton[data-count="1"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="3"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="5"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="7"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="9"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="11"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="13"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="15"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="17"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="19"] .erocosplay__goodButtonIcon path:first-child {
  -webkit-animation: pulsate_fill_odd .3s ease-out;
  animation: pulsate_fill_odd .3s ease-out;
}

.f-erocosplay .erocosplay__goodButton[data-count="1"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="3"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="5"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="7"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="9"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="11"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="13"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="15"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="17"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="19"] .erocosplay__goodButtonIcon .heart_line {
  display: block;
  opacity: 0;
  -webkit-animation: pulsate_odd 1s ease-out;
  animation: pulsate_odd 1s ease-out;
}

.f-erocosplay .erocosplay__goodButton[data-count="2"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="4"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="6"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="8"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="10"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="12"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="14"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="16"] .erocosplay__goodButtonBubble, .f-erocosplay .erocosplay__goodButton[data-count="18"] .erocosplay__goodButtonBubble {
  display: block;
  -webkit-animation: bubble_fade_even 1s ease 0s forwards;
  animation: bubble_fade_even 1s ease 0s forwards;
}

.f-erocosplay .erocosplay__goodButton[data-count="2"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="4"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="6"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="8"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="10"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="12"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="14"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="16"] .erocosplay__goodButtonIcon path:first-child, .f-erocosplay .erocosplay__goodButton[data-count="18"] .erocosplay__goodButtonIcon path:first-child {
  -webkit-animation: pulsate_fill_even .3s ease-out;
  animation: pulsate_fill_even .3s ease-out;
}

.f-erocosplay .erocosplay__goodButton[data-count="2"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="4"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="6"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="8"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="10"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="12"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="14"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="16"] .erocosplay__goodButtonIcon .heart_line, .f-erocosplay .erocosplay__goodButton[data-count="18"] .erocosplay__goodButtonIcon .heart_line {
  display: block;
  opacity: 0;
  -webkit-animation: pulsate_even 1s ease-out;
  animation: pulsate_even 1s ease-out;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"] .erocosplay__goodButtonBubble {
  display: block;
  background-image: url("/assets/img/user/pc/shop/erocosplay_bg_bubble10.png");
  -webkit-animation: bubble_fade_last 2s ease 0s forwards;
  animation: bubble_fade_last 2s ease 0s forwards;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"] .erocosplay__goodButtonBubble::before {
  content: '20';
}

.f-erocosplay .erocosplay__goodButton[data-count="20"] .erocosplay__goodButtonIcon path {
  fill: #FF1F89;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"] .erocosplay__goodButtonIcon .heart_line {
  display: block;
  opacity: 0;
  -webkit-animation: pulsate_even 1s ease-out;
  animation: pulsate_even 1s ease-out;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"] .erocosplay__goodButtonText {
  border: 1px solid #FD85BE;
  background-position-x: 0;
  -webkit-animation: good_button_countEnd .7s ease-in .1s forwards;
  animation: good_button_countEnd .7s ease-in .1s forwards;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"] .erocosplay__goodButtonText em {
  -webkit-animation: goodText_fade_out 1s ease-out;
  animation: goodText_fade_out 1s ease-out;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"]:disabled .erocosplay__goodButtonText {
  color: #FD85BE;
  padding: 0.2rem 0 0;
  line-height: 1.33;
  -webkit-animation: good_button_animationEnd_text .2s ease-in 0s forwards;
  animation: good_button_animationEnd_text .2s ease-in 0s forwards;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"]:disabled .erocosplay__goodButtonText > span:first-child {
  display: none;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"]:disabled .erocosplay__goodButtonText > span:last-child {
  display: block;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"]:disabled .erocosplay__goodButtonText--heart {
  display: inline-block;
  transform-origin: center bottom;
  -webkit-animation: good_button_countEnd_heart .4s ease-in-out .8s forwards;
  animation: good_button_countEnd_heart .4s ease-in-out .8s forwards;
}

.f-erocosplay .erocosplay__goodButton[data-count="20"]:disabled .erocosplay__goodButtonIcon path {
  -webkit-animation: good_button_countEnd_heart_gray .3s ease 1.8s forwards;
  animation: good_button_countEnd_heart_gray .3s ease 1.8s forwards;
}

.f-erocosplay .erocosplay__goodButton.is-needFav .erocosplay__goodButtonIcon .heart_line {
  -webkit-animation: pulsate_odd 0.5s ease-out;
  animation: pulsate_odd 0.5s ease-out;
  opacity: 1;
}

.f-erocosplay .erocosplay__goodCount {
  font-size: 24px;
  padding: 5px 0 0 30px;
  background: url("/assets/img/user/pc/erocosplay/icon-heart.svg") 0 5px no-repeat;
  background-size: 23px auto;
  margin-left: 11px;
  white-space: nowrap;
}

@-webkit-keyframes good_button_countEnd {
  0% {
    background: #FD85BE;
  }
  50% {
    background: #ff2f90;
    color: #fff;
  }
  100% {
    color: #fff;
    background: #FD85BE;
  }
}

@keyframes good_button_countEnd {
  0% {
    background: #FD85BE;
  }
  50% {
    background: #ff2f90;
    color: #fff;
  }
  100% {
    color: #fff;
    background: #FD85BE;
  }
}

@-webkit-keyframes good_button_countEnd_heart {
  50% {
    transform: rotate(18deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes good_button_countEnd_heart {
  50% {
    transform: rotate(18deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes good_button_animationEnd_text {
  100% {
    color: #fff;
  }
}

@keyframes good_button_animationEnd_text {
  100% {
    color: #fff;
  }
}

@-webkit-keyframes pulsate_odd {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulsate_odd {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate_even {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulsate_even {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate_fill_odd {
  0% {
    fill: #FF1F89;
  }
  50% {
    fill: #FF1F89;
  }
  100% {
    fill: #fff;
  }
}

@keyframes pulsate_fill_odd {
  0% {
    fill: #FF1F89;
  }
  50% {
    fill: #FF1F89;
  }
  100% {
    fill: #fff;
  }
}

@-webkit-keyframes pulsate_fill_even {
  0% {
    fill: #FF1F89;
  }
  50% {
    fill: #FF1F89;
  }
  100% {
    fill: #fff;
  }
}

@keyframes pulsate_fill_even {
  0% {
    fill: #FF1F89;
  }
  50% {
    fill: #FF1F89;
  }
  100% {
    fill: #fff;
  }
}

@-webkit-keyframes good_button_countEnd_heart_gray {
  100% {
    stroke: #ccc;
    fill: #ccc;
  }
}

@keyframes good_button_countEnd_heart_gray {
  100% {
    stroke: #ccc;
    fill: #ccc;
  }
}

@-webkit-keyframes bubble_fade_odd {
  10% {
    top: -44px;
  }
  50% {
    top: -44px;
    opacity: 1;
  }
  90% {
    top: -44px;
    opacity: 1;
  }
  100% {
    top: -22px;
    opacity: 0;
  }
}

@keyframes bubble_fade_odd {
  10% {
    top: -44px;
  }
  50% {
    top: -44px;
    opacity: 1;
  }
  90% {
    top: -44px;
    opacity: 1;
  }
  100% {
    top: -22px;
    opacity: 0;
  }
}

@-webkit-keyframes bubble_fade_even {
  10% {
    top: -44px;
  }
  50% {
    top: -44px;
    opacity: 1;
  }
  90% {
    top: -44px;
    opacity: 1;
  }
  100% {
    top: -22px;
    opacity: 0;
  }
}

@keyframes bubble_fade_even {
  10% {
    top: -44px;
  }
  50% {
    top: -44px;
    opacity: 1;
  }
  90% {
    top: -44px;
    opacity: 1;
  }
  100% {
    top: -22px;
    opacity: 0;
  }
}

@-webkit-keyframes bubble_fade_last {
  10% {
    top: -44px;
  }
  25% {
    top: -44px;
    opacity: 1;
  }
  90% {
    top: -44px;
    opacity: 1;
  }
  100% {
    top: -22px;
    opacity: 0;
  }
}

@keyframes bubble_fade_last {
  10% {
    top: -44px;
  }
  25% {
    top: -44px;
    opacity: 1;
  }
  90% {
    top: -44px;
    opacity: 1;
  }
  100% {
    top: -22px;
    opacity: 0;
  }
}

.f-edSchedule {
  margin-top: 20px;
}

.f-edSchedule .col8Tit {
  margin-bottom: 0;
}

.f-edSchedule .edsTable {
  background: #e19;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 15px;
  text-align: center;
  margin-top: -1px;
}

.f-edSchedule th {
  width: 112px;
  height: 34px;
  background: #ffe9ff;
  box-shadow: inset 0 0 1px #ff49bb;
  border: solid 1px #fff;
  font-size: 12px;
  vertical-align: middle;
  padding: 0px;
}

.f-edSchedule td {
  height: 87px;
  line-height: 20px;
  background: #f1f1f1;
  font-size: 14px;
  vertical-align: middle;
  padding: 0px;
}

.f-edSchedule td span {
  display: table-cell;
  width: 111px;
  height: 85px;
  background: #fff;
  vertical-align: middle;
}

.f-edSchedule .edslSat {
  color: #28e;
}

.f-edSchedule .edslSun,
.f-edSchedule .edslholi {
  color: #f00;
}

.f-edPhotoDiary {
  margin-top: 20px;
}

.f-edPhotoDiary .edPhotoDiary__list {
  display: flex;
}

.f-edPhotoDiary .edPhotoDiary__item:not(:last-child) {
  margin-right: 8px;
}

.f-edPhotoDiary .edPhotoDiary__link {
  display: block;
  width: 110px;
}

.f-edPhotoDiary .edPhotoDiary__imageWrapper {
  width: 110px;
  height: 110px;
  overflow: hidden;
  position: relative;
}

.f-edPhotoDiary .edPhotoDiary__imageWrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.f-edPhotoDiary .edPhotoDiary__titleWrapper {
  margin-top: 6px;
}

.f-edPhotoDiary .edPhotoDiary__update {
  font-size: 10px;
  color: #1F1D1E;
  margin-bottom: 4px;
}

.f-edPhotoDiary .edPhotoDiary__title {
  font-size: 12px;
  font-weight: bold;
  color: #FF1F89;
}

.f-edPhotoDiary .p-more {
  margin-top: 10px;
}

.f-girlVideo .girlVideo__wrapper {
  display: block;
  width: 470px;
  height: 262px;
  margin: 10px auto 0;
}

.f-girlVideo .girlVideo__thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 470px;
  height: 262px;
}

.f-girlVideo .girlVideo__thumb::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/img/user/pc/common/ico_playvideo100_bgGray.png) no-repeat center/100% 100%;
  z-index: 2;
}

.f-girlVideo .girlVideo__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.f-girlVideo .girlVideo__file {
  display: none;
  height: 262px;
}

.f-review .col8Tit {
  margin-bottom: 0;
}

.f-review .reviewWrap--border {
  border: 1px solid #FE247B;
}

.f-review .no-review {
  padding-top: 20px;
}

.f-review .reviewWrap--recommend {
  background: #FFFBEF;
}

.f-review .reviewWrap--recommend .reviewListItem__detailBtnWrap {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 252, 239, 0.9) 85%);
}

.f-review .reviewWrap--recommend .reviewListItem__score .cashback {
  background-color: #FFFBEF;
}

.f-review .reviewListHeader {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.f-review .reviewListHeader__sortWrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  margin-left: 30px;
}

.f-review .reviewListHeader__text {
  font-size: 16px;
  color: #000;
}

.f-review .reviewListHeader__inputWrap--hasArrow {
  position: relative;
}

.f-review .reviewListHeader__inputWrap--hasArrow::before, .f-review .reviewListHeader__inputWrap--hasArrow::after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 265px;
  transform: rotate(45deg);
  pointer-events: none;
}

.f-review .reviewListHeader__inputWrap--hasArrow::before {
  top: 16px;
  background: #959EA7;
}

.f-review .reviewListHeader__inputWrap--hasArrow::after {
  top: 13px;
  background: #fff;
}

.f-review .reviewListHeader__input--select {
  height: 45px;
  width: 280px;
  margin-left: 15px;
  padding-left: 20px;
  font-size: 13px;
  border: 1px solid #CDD6DD;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.f-review .reviewListHeader__count {
  display: flex;
  margin-left: 30px;
  font-size: 12px;
}

.f-review .reviewListHeader__count--num {
  font-size: 16px;
  font-weight: bold;
}

.f-review .reviewListHeader__count--emphasis {
  font-size: 20px;
  font-weight: bold;
}

.f-review .reviewListHeader__link {
  display: flex;
  align-items: center;
  height: 42px;
  margin-left: auto;
  padding-right: 27px;
  padding-left: 27px;
  font-size: 15px;
  font-weight: bold;
  color: #242424;
  border-radius: 250px;
  background: #FFF5BF;
}

.f-review .reviewListHeader__icon--review {
  margin-right: 6px;
}

.f-review .review__recruitingWrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 32px;
}

.f-review .review__recruitingMessage {
  margin-right: 30px;
  font-size: 19px;
}

.f-review .review__writeReviewLink {
  display: flex;
  align-items: center;
  width: 280px;
  height: 53px;
  padding-left: 36px;
  font-size: 15px;
  font-weight: bold;
  color: #FE247B;
  border: 1px solid #FE247B;
  border-radius: 300px;
}

.f-review .review__writeReviewLink .review__icon--recruiting {
  width: 24px;
  margin-right: 7px;
}

.f-review .reviewListContents {
  margin-bottom: 30px;
}

.f-review .reviewListItem {
  padding: 20px 30px;
  border-bottom: 1px solid #e0e0e0;
}

.f-review .reviewListItem__type {
  margin-bottom: 10px;
}

.f-review .reviewListItem__header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.f-review .reviewListItem__header:has(.reviewListItem__userInfoTtl) {
  align-items: flex-start;
}

.f-review .reviewListItem__textWrap {
  order: 1;
  width: calc(100% - 52px);
}

.f-review .reviewListItem__position {
  margin-bottom: 8px;
  font-size: 14px;
}

.f-review .reviewListItem__userInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #333;
}

.f-review .reviewListItem__username {
  font-size: 16px;
  display: block;
  white-space: nowrap;
}

.f-review .reviewListItem__usernameInner {
  max-width: 595px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.f-review .reviewListItem__age {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
}

.f-review .reviewListItem__iconWrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.f-review .reviewListItem__icon--position {
  max-width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.f-review .reviewListItem__title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.47;
  font-weight: bold;
  color: #1F1D1E;
}

.f-review .reviewListItem__score {
  margin-bottom: 15px;
}

.f-review .reviewListItem__score .cashback {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ff1f89;
  color: #ff1f89;
  height: 38px;
  padding-inline: 9px;
  font-size: 12px;
  border-radius: 2px;
  white-space: nowrap;
}

.f-review .reviewListItem__scoreHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.f-review .reviewListItem__scoreChildWrap {
  display: inline-block;
}

.f-review .reviewListItem__scoreChild {
  display: flex;
  border-radius: 2px;
  background-color: #f2f2f2;
  padding: 10px 10px 5px;
}

.f-review .reviewListItem__scoreChildItem {
  text-align: center;
  font-size: 14px;
  color: #121112;
  line-height: 1.14;
  display: inline-block;
}

.f-review .reviewListItem__scoreChildItem:not(:last-child) {
  margin-right: 12px;
}

.f-review .reviewListItem__scoreChild--score {
  font-weight: bold;
  font-size: 20px;
  color: #ff95b9;
  display: block;
  line-height: 1.5;
}

.f-review .reviewListItem__imgWrap {
  display: flex;
  align-items: center;
}

.f-review .reviewListItem__img--score:not(:last-child) {
  margin-right: 3px;
}

.f-review .reviewListItem__num--score {
  margin-left: 7px;
  font-size: 27px;
  font-weight: bold;
  color: #FFBB02;
  white-space: nowrap;
}

.f-review .reviewListItem__date {
  font-size: 15px;
  color: #BABABA;
  position: absolute;
  top: 3px;
  right: 0;
}

.f-review .reviewListItem__detailWrap {
  height: 87px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.f-review .reviewListItem__detailWrap.is-open {
  display: block;
}

.f-review .reviewListItem__detailWrap.is-active {
  background: none;
  text-shadow: none;
}

.f-review .reviewListItem__detailWrap.is-active .reviewListItem__detailBtnWrap {
  background: none;
}

.f-review .reviewListItem__detailTextBox:not(:last-child) {
  margin-bottom: 10px;
}

.f-review .reviewListItem__detailTextBox:last-child {
  padding-bottom: 32px;
}

.f-review .reviewListItem__detail {
  font-size: 16px;
  line-height: 1.5;
}

.f-review .reviewListItem__detailTitle {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #ff95b9;
  position: relative;
  line-height: 1.5;
  padding-left: 18px;
  margin-bottom: 12px;
}

.f-review .reviewListItem__detailTitle:before {
  content: "";
  width: 10px;
  height: 27px;
  background-color: #ff95b9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

.f-review .reviewListItem__detailBtnWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 85%);
  text-align: center;
}

.f-review .reviewListItem__detailBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  display: block;
  cursor: pointer;
}

.f-review .reviewListItem__detailBtnText {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  color: #ff1f89;
}

.f-review .reviewListItem__detailBtnText:before {
  content: "";
  background: url(/assets/img/user/common/ac_btn_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 12px;
  height: 7px;
}

.f-review .reviewListItem__detailBtnText.is-active {
  background: none;
  text-shadow: none;
}

.f-review .reviewListItem__detailBtnText.is-active:before {
  transform: rotate(180deg);
}

.f-review .reviewListItem__buttonGood {
  display: flex;
  align-items: center;
  height: 48px;
  margin-left: auto;
  padding: 0 15px 0 50px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .02em;
  color: #ff1f89;
  border: 1px solid #ff1f89;
  background: #fff url(/assets/img/user/pc/common/icon-good_ver02.svg) no-repeat 18px 10px/25px 24px;
  cursor: pointer;
}

.f-review .reviewListItem__buttonGood img {
  margin-right: 4px;
}

.f-review .reviewListItem__buttonGood.is-processed {
  color: #fff;
  background: #ff1f89 url(/assets/img/user/pc/common/icon-good-active_ver02.svg) no-repeat 18px 10px/25px 24px;
}

.f-review .reviewListItem__button {
  display: block;
  width: 5em;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: auto;
  color: #3B7EFF;
  cursor: pointer;
}

.f-review .reviewListItem__iconLink {
  display: block;
  width: 100%;
  height: 100%;
}

.f-review .reviewListItem__userInfoTtl {
  width: 150px;
  height: 24px;
  background: transparent;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
}

.f-review .reviewListItem__userInfoTtlImg {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.f-review .reviewListItem__userInfoTtlImg:hover {
  opacity: 0.7;
}

.f-review .reviewListItem__userInfoPopUp {
  position: absolute;
  width: 282px;
  left: 0;
  display: none;
  top: 100%;
  z-index: 2;
  margin-top: 8px;
}

.f-review .reviewListItem__userInfoPopUpTxt {
  position: relative;
  padding: 11px 6px 11px 7px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #ff6b9e;
  font-size: 14px;
  line-height: 16px;
  color: #121112;
}

.f-review .reviewListItem__userInfoPopUpTxt::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 21.9px;
  width: 12.16px;
  height: 7px;
  background: url(/assets/img/user/pc/user/review/icon-triangle.svg) no-repeat left center/100%;
}

.f-review .review__linkWrap {
  display: flex;
  justify-content: flex-end;
}

.f-review .review__linkWrap .review__link {
  margin-top: 12px;
  color: #333333;
}

.f-review .review__linkWrap .review__link:not(:last-child) {
  margin-right: 15px;
}

.f-review .review__linkWrap .review__linkIcon {
  width: 21px;
}

.mod-pager2 {
  margin-bottom: 40px;
}

.f-edQuickGirls ul {
  margin-top: -10px;
}

.f-edQuickGirls li {
  float: left;
  margin: 10px 10px 0 0;
}

.f-edQuickGirls li.is-standby a {
  position: relative;
}

.f-edQuickGirls li.is-standby a::before {
  content: '';
  background: url(/assets/img/user/pc/shop/ico_standby.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.f-edQuickGirls li:nth-child(5n) {
  margin-right: 0;
}

.f-edQuickGirls li:hover {
  opacity: 0.7;
}

.f-edQuickGirls div {
  width: 150px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 2px;
}

.f-edQuickGirls div > img {
  z-index: 1;
}

.f-edQuickGirls .qgStandby {
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
  z-index: 2;
}

.f-edQuickGirls .qgStandby .qgStandbyTime {
  margin-right: 5px;
}

.f-edQuickGirls dl {
  width: 150px;
  height: 45px;
  border: solid 2px #ebebeb;
  text-align: center;
  padding-top: 5px;
  overflow: hidden;
}

.f-edQuickGirls .edqgName {
  color: #113399;
  font-size: 16px;
  margin-bottom: 3px;
}

.f-edQuickGirls .edqgName span {
  display: inline-block;
  max-width: 113px;
  vertical-align: middle;
}

.f-edQuickGirls .edqgName b {
  font-size: 12px;
  margin-left: 3px;
}

.f-edQuickGirls .edqgSpec {
  color: #333;
  font-size: 10px;
}

.f-edQuickGirls .edqgMore a {
  margin-left: 30px;
}

.f-edQuickGirls .edqgMore span {
  color: #f4b;
  font-weight: bold;
}

.f-sidePrMovie {
  margin-bottom: 10px;
}

.f-sidePrMovie h2 {
  background-color: #222222;
  color: #fff;
  line-height: 30px;
}

.f-sidePrMovie h2 .cmTitle {
  padding-left: 10px;
}

.f-sidePrMovie .cmPrMovie {
  width: 190px;
  height: 144px;
  border: solid 1px #222222;
  overflow: hidden;
  position: relative;
  background-color: black;
}

.f-sidePrMovie .cmPrMovie img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.f-sidePrMovie .cmMore {
  font-size: 12px;
}

.f-searchResultGravure {
  margin-bottom: 20px;
}

.f-searchResultGravure .gvj-ttl {
  height: 30px;
  border-bottom: 4px solid #E9E9E9;
  background: url("/assets/img/user/pc/common/new_ui/icon-gravure_pink.svg") no-repeat left center/20px auto;
  padding: 5px;
  position: relative;
}

.f-searchResultGravure .gvj-ttl:after {
  box-sizing: border-box;
  content: "";
  width: 100px;
  height: 4px;
  background: #FF4471;
  border: 1px solid #FF4471;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.f-searchResultGravure .gvj-ttl .main-ttl {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  top: 6px;
  left: 25px;
  position: absolute;
}

.f-searchResultGravure .gvj-ttl .sub-ttl {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #878787;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 190px;
}

.f-searchResultGravure .p-more {
  display: block;
  padding-right: 5px;
  font-size: 13px;
  position: absolute;
  bottom: 3px;
  right: 0;
}

.f-searchResultGravure .searchResultGravure-body {
  margin-top: 10px;
  background-color: #F4F4F4;
  border: 1px solid #E9E9E9;
  padding: 10px;
}

.f-searchResultGravure .gvPhoto-list {
  display: inline-block;
}

.f-searchResultGravure .gvPhoto-item {
  display: inline-block;
  width: 150px;
  height: 150px;
  float: left;
}

.f-searchResultGravure .gvPhoto-item .p-centeringPhotoWrap {
  width: 150px;
  height: 150px;
}

.f-searchResultGravure .gvPhoto-item .p-centeringPhotoWrap.subimg_area {
  margin-left: 10px;
}

.f-searchResultGravure .gvPhoto-item .p-centeringPhotoObject {
  height: auto;
}

.f-searchResultGravure .gravureInterview {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  height: 150px;
  width: 440px;
}

.f-searchResultGravure .gvGirlinfo {
  margin-bottom: 3px;
  position: relative;
}

.f-searchResultGravure .girlName {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #3C51A5;
}

.f-searchResultGravure .girlName .p-ellipsis {
  display: inline-block;
  max-width: 340px;
  vertical-align: middle;
}

.f-searchResultGravure .gvDate {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #32afff;
  font-size: 10px;
}

.f-searchResultGravure .gvShopInfo {
  margin-top: 5px;
}

.f-searchResultGravure .gvShopInfo .conv_size {
  display: inline-block;
  max-width: 300px;
  font-size: 12px;
  font-weight: bold;
  color: #3C51A5;
  margin-bottom: 3px;
}

.f-searchResultGravure .gvShopInfo .shopData {
  font-size: 12px;
  color: #333;
  border: none;
  vertical-align: top;
}

.f-searchResultGravure .gravureInterview-text {
  position: relative;
  margin: 10px 0;
  width: 100%;
  height: 35px;
}

.f-searchResultGravure .interview-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.f-searchResultGravure .interview-ttl {
  display: inline-block;
  background: url("/assets/img/user/pc/common/icon_interview.png") no-repeat;
  background-position: left 5px center;
  background-color: #F5C92C;
  width: 210px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  padding-left: 33px;
}

.f-searchResultGravure .gravureImgCnt {
  display: inline-block;
  width: 70px;
  height: 35px;
  border: 1px solid #39CBBB;
  border-radius: 3px;
  bottom: 8px;
  top: 0;
  left: 220px;
  text-align: center;
  line-height: 35px;
  background-color: #39CBBB;
  color: #fff;
  position: absolute;
}

.f-edQuestion {
  text-align: left;
  margin-bottom: 20px;
}

.f-edQuestion .col8Tit {
  background: #26C0BE !important;
  border: solid 1px #0FBCBA !important;
  text-shadow: none !important;
  margin-bottom: 0px;
}

.f-edQuestion table {
  word-wrap: break-word;
  word-break: break-all;
}

.f-edQuestion tr:nth-child(even) {
  background: #F5FFFF;
}

.f-edQuestion tr {
  line-height: 21px;
}

.f-edQuestion th,
.f-edQuestion td {
  border: solid 1px #54CECC;
  height: 34px;
  padding: 2px 5px 2px 10px;
  font-size: 15px;
  vertical-align: middle;
}

.f-edQuestion th {
  width: 300px;
  padding: 2px 5px 2px 10px;
}

.f-edQuestion td {
  padding: 8px 5px 8px 10px;
  width: 490px;
}

.f-edQuestion .question,
.f-edQuestion .answer {
  font-weight: bold;
  padding-right: 10px;
}

.f-edQuestion .question {
  color: #3490F0;
}

.f-edQuestion .answer {
  color: #F4347C;
}

.f-edQuestionnaire .col8TitSubText {
  font-size: 16px;
  margin-left: 8px;
}

.f-edQuestionnaire .edQuestionnaire__content:nth-of-type(2) {
  margin-bottom: 20px;
}

.f-edQuestionnaire .edQuestionnaire__title {
  font-weight: bold;
  font-size: 16px;
  color: #1f1d1e;
  margin-bottom: 10px;
}

.f-edQuestionnaire .edQuestionnaire__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.f-edQuestionnaire .edQuestionnaire__listItem {
  padding: 10px 12px 8px;
  font-size: 14px;
  border-radius: 6px;
  color: #121112;
  background: #e0e0e3;
}

.f-edQuestionnaire .edQuestionnaire__listItem.colorType01 {
  background: linear-gradient(90deg, #e3cdf4 0%, #c3ebfc 100%);
}

.f-edQuestionnaire .edQuestionnaire__listItem.colorType02 {
  color: #fff;
  background: linear-gradient(90deg, #b89ccd 0%, #6bd1ff 100%);
}

.f-edQuestionnaire .edQuestionnaire__listItemNumber {
  margin-left: 3px;
}

.f-edQuestionnaire .edQuestionnaire__style {
  position: relative;
  height: 64px;
  margin-inline: 12px 32px;
  margin-bottom: 62px;
}

.f-edQuestionnaire .edQuestionnaire__style:before {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #D0D0D3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.f-edQuestionnaire .edQuestionnaire__styleItem {
  position: absolute;
  border-left: 2px solid #D0D0D3;
  height: 64px;
  border-radius: 2px;
}

.f-edQuestionnaire .edQuestionnaire__styleItem:nth-of-type(1) {
  left: 0;
}

.f-edQuestionnaire .edQuestionnaire__styleItem:nth-of-type(2) {
  left: 25%;
}

.f-edQuestionnaire .edQuestionnaire__styleItem:nth-of-type(3) {
  left: 50%;
}

.f-edQuestionnaire .edQuestionnaire__styleItem:nth-of-type(4) {
  left: 75%;
}

.f-edQuestionnaire .edQuestionnaire__styleItem:nth-of-type(5) {
  left: 100%;
}

.f-edQuestionnaire .edQuestionnaire__styleItemLabel {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  position: absolute;
  bottom: -39px;
  font-size: 14px;
  text-align: center;
  color: #1f1d1e;
}

.f-edQuestionnaire .edQuestionnaire__styleItemNumber {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

.f-edQuestionnaire .edQuestionnaire__styleIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}

.f-edComment .col8Tit {
  border: 0;
  margin-bottom: 0px;
}

.f-edComment .girl_pr {
  padding: 10px;
  line-height: 21px;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 14px;
}

.f-newsMovie .newsMovie-body .newsMovie-item .newsmovie_time {
  color: #ffffff;
  background-color: #000000;
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 50px;
  text-align: center;
}

.f-newsMovie .newsMovie__titWrap {
  border-radius: 2px;
  height: 36px;
  background: linear-gradient(90deg, #ff74b6 0%, #85a9eb 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 16px;
  font-weight: bold;
}

.f-newsMovie .newsMovie__tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin: 0;
}

.f-newsMovie .newsMovie__tit::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/img/user/pc/common/icon-video.svg) no-repeat 0 0/cover;
  margin-right: 10px;
}

.f-newsMovie .newsMovie__subTxt {
  font-size: 14px;
}

.f-newsMovie .newsMovie__date {
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
  font-family: "din-2014", sans-serif;
}

.f-newsMovie .newsMovie__contentsTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 12px;
}

.f-newsMovie .newsMovie__contentsTit::after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  background: linear-gradient(90deg, #6871de 0%, #121112 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.f-newsMovie .newsMovie__titleWrap {
  overflow: hidden;
}

.f-newsMovie .newsMovie__titleWrap .newsMovie__titleTxt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f-newsMovie .newsMovie__contentsHead {
  font-size: 20px;
  line-height: 24px;
  flex: 1;
  color: #1F1D1E;
  font-weight: bold;
}

.f-newsMovie .newsMovie__limited {
  background-color: #1F1D1E;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 6px 4px 6px 22px;
  min-width: 162px;
  font-size: 12px;
}

.f-newsMovie .newsMovie__limited::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/img/user/pc/search/gravure/icon_limited.svg) no-repeat left center/contain;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

.f-newsMovie .newsMovie__limited--emphasis {
  margin-left: 4px;
  color: #FFEE24;
}

.f-newsMovie .newsMovie-contents-body {
  padding-top: 0;
}

.f-newsMovie .movie-wrap {
  width: 330px;
  padding-top: 186px;
}

.f-newsMovie .movie-wrap img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.f-newsMovie .girls-intro {
  border-radius: 4px;
  border: 2px solid #85A9EB;
  background-color: #fff;
  height: 186px;
  padding: 8px 8px 7px;
  color: #121112;
}

.f-newsMovie .girls-intro .nmText {
  font-size: 16px;
  line-height: 28px;
  -webkit-line-clamp: 6;
}

.f-newsMovie .pdMore.p-more {
  margin-top: 12px;
}

.f-newsMovie .pdMore.p-more a {
  color: #333333;
}

.f-sideInfoMensVanilla {
  margin-top: 10px;
}

.f-sideInfoMensVanilla .simvWrap {
  border: solid 1px #007bc1;
  border-top: 0;
  border-radius: 0 0 7px 7px;
}

.f-sideInfoMensVanilla h3 {
  color: #007bc1;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  padding-top: 13px;
}

.f-sideInfoMensVanilla .simvImg img {
  width: 100%;
  height: auto;
}

.f-sideInfoMensVanilla .simvTxt {
  line-height: 15px;
  font-size: 12px;
  padding: 0 3px 7px;
}

.f-sideInfoMensVanilla .simvFootLink {
  display: inline-block;
  margin: 0 0 3px 3px;
}

.election {
  background: #0f0d0e;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.election__bnr {
  display: block;
  width: 272px;
  flex-shrink: 0;
  margin-right: 10px;
}

.election__bnr:hover {
  opacity: 1;
}

.election__bnrImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.election__voteBtnWrap {
  position: relative;
}

.election__voteBtnWrap.is-activeBtn .election__voteBtn {
  font-size: 16px;
  transition: 0s;
}

.election__voteBtnWrap.is-activeBtn .election__voteBtn:hover {
  transform: translateY(0);
}

.election__voteBtnWrap.is-activeBtn .election__voteTextWrap {
  display: block;
}

.election__voteBtnWrap:before {
  content: '投票期間は終了しました';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 3px;
  background-color: rgba(18, 17, 18, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: initial;
  pointer-events: none;
}

.election__voteBtn {
  width: 168px;
  height: 45px;
  font-size: 16px;
  font-weight: bold;
  color: #ff1f89;
  background: #fff;
  border-radius: 31px;
  border: 2px solid #ff1f89;
  box-shadow: 0 3px 0 #d3136d;
  cursor: pointer;
  transition: .15s ease-out;
}

.election__voteBtn:hover {
  transform: translateY(3px);
  box-shadow: none;
  opacity: 1;
}

.election__voteBtn:disabled {
  box-shadow: 0 3px 0 #9899a0;
  border: 2px solid #b5b6be;
  color: #b5b6be;
  cursor: default;
  pointer-events: none;
}

.election__voteTextWrap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  text-align: center;
}

.election__voteText {
  max-width: 100%;
  min-width: 152px;
  padding: 5px 13px;
  margin-inline: auto;
  background-color: rgba(255, 31, 137, 0.9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: inline-block;
}

.election__voteText:before {
  content: '';
  width: 12px;
  height: 6px;
  background-color: rgba(255, 31, 137, 0.9);
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-clip-path: polygon(50% 6px, 0% 0%, 12px 0%);
  clip-path: polygon(50% 6px, 0% 0%, 12px 0%);
}

.election__voteTextInner {
  position: relative;
  z-index: 5;
}

.f-shopInfo .shop-hp {
  color: #333;
}

.f-shopInfo #shop-nickname {
  font-size: 12px;
  display: block;
}

#main_genre_tag li {
  display: inline-block;
  cursor: pointer;
  border: solid 2px #19f;
  border-radius: 3px;
  height: 30px;
  line-height: 16px;
  color: #19f;
  font-size: 15px;
  padding: 6px 5px 0;
  margin: 3px;
  background: linear-gradient(to bottom, #fff 43%, #EBEBEB 92%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#EBEBEB',GradientType=0 );
}

#main_genre_tag li a {
  display: inline-block;
  border-bottom: 1px solid #19f;
  color: #19f;
  outline: none;
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.edpTable .edpName .girl-subscribe {
  display: inline-block;
  padding-left: 8px;
}

.girl-subscribe .none-fav {
  color: #ff4ba4;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.girl-subscribe .added-fav {
  color: #ff4ba4;
  font-size: 13px;
  border: solid 1px #f1f1f1;
  border-radius: 20px;
  padding: 5px 5px 3px;
  background: #e6e7e9;
  cursor: pointer;
}

.fav-modal-content {
  position: fixed;
  display: none;
  z-index: 12;
  width: 380px;
  margin: 0;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
}

.fav-modal-content .modal-title {
  margin: 0;
  padding: 7px 0 11px 0;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}

.fav-modal-overlay {
  z-index: 11;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.fav-modal-open {
  color: #ff4ba4;
  font-size: 13px;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}

.fav-modal-open:hover {
  cursor: pointer;
  color: #fd9cbd;
}

.fav-modal-close {
  position: absolute;
  bottom: 0px;
  right: 10px;
  color: #c5c5c5;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}

.fav-modal-close:hover {
  cursor: pointer;
  color: #f00;
}

.modal-discription {
  background: #f1f1f1;
  padding: 1rem;
  line-height: 23px;
  font-size: 16px;
  margin-top: 5px;
}

.fav-modal-content .mypage-link {
  background: #91d35a;
  margin: 2rem;
  padding: .9rem;
  border-radius: 8px;
}

.fav-modal-content .mypage-link-login {
  background: #fe257b;
  margin: 2rem;
  padding: .9rem;
  border-radius: 8px;
}

.mypage-link a {
  color: #fff;
  text-align: center;
}

.mypage-link-login a {
  color: #fff;
  text-align: center;
}

.mypage-link .intro-head {
  font-size: 20px;
  font-weight: bold;
  margin: 2px 0 2px 0;
}

.mypage-link-login .intro-head {
  font-size: 20px;
  font-weight: bold;
  margin: 2px 0 2px 0;
}

.fav-modal-content .login {
  display: block;
  text-align: center;
}

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

.modal--review.is-active {
  display: block;
}

.modal--review .modal__background {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.7);
}

.modal--review .modal__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 425px;
  height: 400px;
  position: relative;
  padding: 60px 20px;
  border-radius: 10px;
  background: #fff;
}

.modal--review .modal__contents:hover * {
  opacity: 1;
}

.modal--review .modal__title {
  width: 386px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
  border-bottom: 3px dotted #E8E8E8;
}

.modal--review .modal__title--emphasis {
  color: #FE247B;
  font-weight: bold;
}

.modal--review .modal__link {
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}

.modal--review .modal__link--new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 302px;
  height: 68px;
  position: relative;
  margin-bottom: 20px;
  font-size: 17px;
  color: #fff;
  border: 2px solid #FE247B;
  border-radius: 200px;
  background: #FE247B;
}

.modal--review .modal__link--new::before, .modal--review .modal__link--new::after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.modal--review .modal__link--new::before {
  right: 19px;
  background: #fff;
}

.modal--review .modal__link--new::after {
  right: 21px;
  background: #FE247B;
}

.modal--review .modal__link--login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 302px;
  height: 68px;
  position: relative;
  font-size: 17px;
  color: #FE247B;
  border: 2px solid #FE247B;
  border-radius: 200px;
}

.modal--review .modal__link--login::before, .modal--review .modal__link--login::after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.modal--review .modal__link--login::before {
  right: 19px;
  background: #FE247B;
}

.modal--review .modal__link--login::after {
  right: 21px;
  background: #fff;
}

.modal--review .modal__link--anonymous {
  font-size: 16px;
  color: #242424;
  text-decoration: underline;
}

.modal--review .modal__button--close {
  display: flex;
  width: 73px;
  height: 73px;
  position: absolute;
  top: -36px;
  right: -36px;
  border-radius: 50%;
  background: #242424;
  cursor: pointer;
}

.modal--review .modal__button--close::before, .modal--review .modal__button--close::after {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.modal--review .modal__button--close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal--review .modal__button--close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

.modal--good.is-active {
  display: block;
}

.modal--good .modal__background {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.7);
}

.modal--good .modal__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 386px;
  height: 372px;
  position: relative;
  padding: 42px 18px 52px;
  border-radius: 10px;
  background: #fff;
}

.modal--good .modal__contents:hover * {
  opacity: 1;
}

.modal--good .modal__title {
  width: 386px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.modal--good .modal__title--emphasis {
  color: #FE247B;
  font-weight: bold;
}

.modal--good .modal__text {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  text-align: center;
  line-height: 1.7;
}

.modal--good .modal__text::after {
  content: '';
  width: 350px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom: 3px dotted #E8E8E8;
  transform: translateX(-50%);
}

.modal--good .modal__text .u-font--pink {
  color: #FE247B;
}

.modal--good .modal__link {
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}

.modal--good .modal__link--new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 302px;
  height: 62px;
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  color: #fff;
  border: 2px solid #FE247B;
  border-radius: 200px;
  background: #FE247B;
}

.modal--good .modal__link--new::before, .modal--good .modal__link--new::after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.modal--good .modal__link--new::before {
  right: 19px;
  background: #fff;
}

.modal--good .modal__link--new::after {
  right: 21px;
  background: #FE247B;
}

.modal--good .modal__link--login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 302px;
  height: 62px;
  position: relative;
  font-size: 17px;
  color: #FE247B;
  border: 2px solid #FE247B;
  border-radius: 200px;
}

.modal--good .modal__link--login::before, .modal--good .modal__link--login::after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.modal--good .modal__link--login::before {
  right: 19px;
  background: #FE247B;
}

.modal--good .modal__link--login::after {
  right: 21px;
  background: #fff;
}

.modal--good .modal__link--anonymous {
  font-size: 16px;
  color: #242424;
  text-decoration: underline;
}

.modal--good .modal__button--close {
  display: flex;
  width: 52px;
  height: 52px;
  position: absolute;
  top: -26px;
  right: -26px;
  border-radius: 50%;
  background: #242424;
}

.modal--good .modal__button--close::before, .modal--good .modal__button--close::after {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

.modal--good .modal__button--close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal--good .modal__button--close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
