@charset "UTF-8";
@import url("https://use.typekit.net/lfh7lxg.css");
@import url("https://use.typekit.net/ilf4ngu.css");
#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(#fff 43%, #EBEBEB 92%);
}

#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;
}

.campaignBanner {
  position: absolute;
  top: 5px;
  left: -205px;
}

.campaignBanner.is-fixed {
  position: fixed;
  left: auto;
  right: 50%;
  margin-right: 505px;
}

.campaignBanner__title {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 4px;
  padding-left: 50px;
  font-size: 13px;
  font-weight: bold;
  background: #F8F8F8 url(/assets/img/user/pc/shopdetail/icon-campaignBanner.svg) no-repeat 19px center/25px 19px;
}

.campaignBanner__imgWrap {
  display: block;
  position: relative;
  width: 200px;
  height: 250px;
  overflow: hidden;
}

.campaignBanner__imgWrap:not(:last-of-type) {
  margin-bottom: 10px;
}

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

.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;
}

/*==========================================================================================
	人気の風俗店
==========================================================================================*/
.f-favorShop {
  width: 990px;
  margin-bottom: 15px;
}

.f-favorShop .favorShop__list {
  background-color: #FF7CA9;
  padding: 16px 8px;
  display: flex;
}

.f-favorShop .favorShop__item {
  width: 190px;
  background: #FFFFFF;
  padding: 11px 8px;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.f-favorShop .favorShop__item:not(:last-child) {
  margin-right: 6px;
}

.f-favorShop .favorShop__imageWrap {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 0 auto 8px;
  border-radius: 4px;
}

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

.f-favorShop .favorShop__infoWrap {
  width: 165px;
}

.f-favorShop .favorShop__shopName {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
  line-height: 1.2;
}

.f-favorShop .favorShop__area {
  font-size: 12px;
  color: #AAAAAA;
  margin-bottom: 8px;
  height: 24px;
}

.f-favorShop .favorShop__price {
  white-space: nowrap;
  font-size: 15px;
  color: #333333;
  line-height: 19px;
  padding-left: 20px;
  background: url(/assets/img/user/pc/common/ico_shopDetail_price.svg) no-repeat top left;
}

.f-favorShop .favorShop__price em {
  font-size: 17px;
  font-weight: bold;
  color: #FF1F89;
}

.f-favorShop .p-more {
  margin-top: 6px;
}

/*==========================================================================================
	このエリアでよく見られている女の子
==========================================================================================*/
.f-popularGirls .popularGirls__list {
  background-color: #FF7CA9;
  padding: 17px 5px;
  display: flex;
}

.f-popularGirls .popularGirls__item {
  width: 153px;
  border-radius: 8px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 8px;
}

.f-popularGirls .popularGirls__item:not(:last-child) {
  margin-right: 4px;
}

.f-popularGirls .popularGirls__imageLink {
  position: relative;
}

.f-popularGirls .popularGirls__imageWrap {
  width: 153px;
  height: 204px;
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0 0;
}

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

.f-popularGirls .popularGirls__state {
  position: absolute;
  bottom: 10px;
  left: 8px;
  background: rgba(255, 255, 255, 0.85);
  color: #FF1F89;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.f-popularGirls .popularGirls__state em {
  margin-top: 5px;
  display: block;
  font-size: 16px;
}

.f-popularGirls .popularGirls__infoWrap {
  padding: 10px 10px 13px;
  text-align: center;
}

.f-popularGirls .popularGirls__nameWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #206FDB;
  margin-bottom: 5px;
}

.f-popularGirls .popularGirls__name {
  font-size: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.f-popularGirls .popularGirls__age {
  font-size: 12px;
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.f-popularGirls .popularGirls__bwh {
  font-size: 11px;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.f-popularGirls .popularGirls__shopLink {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #1A1A1A;
}

.f-popularGirls .p-more {
  margin-top: 6px;
}

.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);
}

/*==========================================================================================
	周辺のおすすめ風俗店
==========================================================================================*/
.f-recommendShop .recommendShop__list {
  background-color: #FF7CA9;
  padding: 10px 4px;
  display: flex;
}

.f-recommendShop .recommendShop__item {
  width: 150px;
}

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

.f-recommendShop .recommendShop__imageWrap {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-bottom: 7px;
}

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

.f-recommendShop .recommendShop__infoWrap {
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  padding: 5px 8px 5px 5px;
}

.f-recommendShop .recommendShop__shopName {
  font-size: 12px;
  color: #113399;
  margin-bottom: 6px;
}

.f-recommendShop .recommendShop__genre {
  font-size: 10px;
  color: #333333;
  margin-bottom: 5px;
}

.f-recommendShop .recommendShop__area {
  font-size: 10px;
  color: #333333;
}

.f-recommendShop .p-more {
  margin-top: 6px;
}

/*==========================================================================================
	風俗じゃぱんからのお知らせ
==========================================================================================*/
.f-newsBanner .newsBanner__link {
  display: block;
  margin-top: 10px;
  width: 790px;
  height: 100%;
}

.f-newsBanner .newsBanner__link img {
  width: 100%;
  height: auto;
}

.containerWrap {
  background: #fff;
  padding: 5px;
  position: relative;
}

.g-header .headerWrap {
  width: 1000px;
  padding: 0 5px;
  background: #fff;
}

.g-header .headerAreaList .sub_menu {
  transform: translate3d(0, 0, 0);
}

.bread_counter {
  width: 1000px;
  background: #fff;
  padding: 3px 5px 25px;
}

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

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

.p-more em {
  color: #FF44BB;
}

.l-col8 .to_area_link {
  padding: 12px 0 15px;
  display: grid;
  grid-template-columns: 300px 300px;
  grid-gap: 25px;
  justify-content: center;
}

.l-col8 .to_area_link p {
  display: inline-block;
  margin: 0px 20px 0 20px;
}

.l-col8 .to_area_link p:nth-child(odd) {
  text-align: right;
}

.l-col8 .to_area_link p:nth-child(even) {
  text-align: left;
}

.l-col8 .arearelation {
  height: 70px;
  line-height: 20px;
  border: 3px solid #f2f2f2;
  margin-bottom: 25px;
}

.l-col8 .arearelation .arearelation_title {
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 5px;
}

.l-col8 .arearelation li {
  float: left;
  padding: 10px;
}

.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-photoDiary .pdRightCol,
.f-recommendGirls .rgInfo,
.f-photoDiary .pdText,
.f-discountTicket .dtText,
.f-event .evText,
.f-shopNews .snText {
  word-wrap: break-word;
  word-break: break-all;
}

.f-event .evText * {
  max-width: 100%;
}

.f-shopNews .snText strong {
  font-weight: bold;
}

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

.g-wrapper.mainimgWrapper {
  overflow: hidden;
}

.g-wrapper .bread_counter {
  display: flex;
}

.col8Tit__bk {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  display: block;
  background: #151414;
  border: 1px solid #363535;
  padding-left: 8px;
}

.f-topShopHeader {
  padding: 15px 0 10px;
}

.f-topShopHeader + .f-shopNavi .g_default_nav_block li a:hover {
  opacity: 1 !important;
}

.topShopHeaderVisual {
  float: left;
  width: 640px;
  height: 400px;
}

.mod-topShopBaseInfo {
  float: right;
  width: 340px;
}

.mod-topShopBaseInfo .tsBIshopName,
.mod-topShopBaseInfo .tsBIgenreTime {
  color: #fff;
  padding-left: 10px;
}

.mod-topShopBaseInfo .tsBIshopName {
  width: 340px;
  line-height: 1.5em;
  font-size: 21px;
  padding: 10px;
}

.mod-topShopBaseInfo .tsBIshopName a {
  color: #FFF;
}

.mod-topShopBaseInfo .tsBIgenreTime {
  height: 47px;
  font-size: 13px;
  padding-top: 9px;
}

.mod-topShopBaseInfo .tsBIopenTime {
  margin-top: 3px;
}

.mod-topShopBaseInfo .tsBItable {
  width: 100%;
  background: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
  margin-top: 1px;
}

.mod-topShopBaseInfo .tsBItable th {
  width: 91px;
  background: #e9f5fa;
  border: solid 1px #fff;
  box-shadow: inset 0 0 1px #c7e0ed, inset 0 0 1px #c7e0ed, inset 0 0 1px #c7e0ed;
  font-size: 13px;
  text-shadow: 1px 1px 0 #fff, 1px 1px 0 #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 8px;
}

.mod-topShopBaseInfo .tsBItable td {
  background: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding-left: 10px;
}

.mod-topShopBaseInfo .tsBItype {
  height: 40px;
}

.mod-topShopBaseInfo .tsBItype td {
  padding-left: 0;
}

.mod-topShopBaseInfo .tsBItype div {
  float: left;
  padding-left: 5px;
}

.mod-topShopBaseInfo .tsBIprice,
.mod-topShopBaseInfo .tsBIholiday,
.mod-topShopBaseInfo .tsBIreceipt,
.mod-topShopBaseInfo .tsBIhp,
.mod-topShopBaseInfo .tsBIrecruit {
  height: 34px;
}

.mod-topShopBaseInfo .tsBIprice em {
  font-size: 20px;
  font-weight: bold;
}

.mod-topShopBaseInfo .tsBIcard {
  height: 44px;
}

.mod-topShopBaseInfo .tsBIcard ul {
  overflow: auto;
}

.mod-topShopBaseInfo .tsBIcard li {
  float: left;
  margin-left: 2px;
}

.mod-topShopBaseInfo .tsBIcard li:first-child {
  margin-left: 0;
}

.mod-topShopBaseInfo .tsBIhp a {
  display: block;
  width: 230px;
  font-size: 14px;
  color: #113399;
}

.mod-topShopBaseInfo .tsBIrecruit a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}

.mod-topShopBaseInfo .tsBIrecruit .vanilla {
  background: #ff4d97;
}

.mod-topShopBaseInfo .tsBIrecruit .mensVanilla {
  background: #017bc6;
}

.mod-topShopBaseInfo .tsBItel {
  height: 38px;
}

.mod-topShopBaseInfo .tsBItel b {
  font-weight: bold;
}

.mod-topShopBaseInfo .tsBItel strong {
  color: #ff44bb;
}

.shop-imageWrapp {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.shop-imageWrapp .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}

.shop-imageWrapp a {
  opacity: 1 !important;
}

.mainimgWrap,
.g-footer {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.mainimgWrap {
  display: flex;
  justify-content: center;
}

.f-topShopMainimgHeader {
  position: relative;
}

.f-topShopMainimgHeader .shop-imageWrapp li:first-child {
  display: block;
}

.f-topShopMainimgHeader .shop-imageWrapp .mainimg-extraLarge,
.f-topShopMainimgHeader .shop-imageWrapp .mainimg {
  width: 100%;
}

.f-topShopMainimgHeader + .f-shopNavi {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 72px;
  color: #FFF;
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.f-topShopMainimgHeader + .f-shopNavi li {
  font-size: 16px !important;
  width: auto !important;
  margin: 0;
  flex-basis: auto;
}

@media all and (-ms-high-contrast: none) {
  .f-topShopMainimgHeader + .f-shopNavi {
    /* IE11 */
  }
  .f-topShopMainimgHeader + .f-shopNavi *::-ms-backdrop, .f-topShopMainimgHeader + .f-shopNavi li {
    font-size: 14px !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .f-topShopMainimgHeader + .f-shopNavi {
    /* IE11 */
  }
  .f-topShopMainimgHeader + .f-shopNavi *::-ms-backdrop, .f-topShopMainimgHeader + .f-shopNavi li a {
    text-shadow: 1px 0px 0px #007FFF, 1px 1px 0px #007FFF;
  }
}

.f-topShopMainimgHeader + .f-shopNavi nav {
  width: 1000px;
  margin: 0 auto;
}

.f-topShopMainimgHeader + .f-shopNavi .g_nav_block {
  border-bottom: 0;
}

.f-topShopMainimgHeader + .f-shopNavi .g_nav_block li {
  background: 0;
  border: none;
  box-shadow: none;
  height: 72px;
  line-height: 72px;
}

.f-topShopMainimgHeader + .f-shopNavi .g_nav_block li.is-active, .f-topShopMainimgHeader + .f-shopNavi .g_nav_block li:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #000 !important;
}

.f-topShopMainimgHeader + .f-shopNavi .g_nav_block li a {
  color: #fff;
  text-shadow: unset;
}

.f-topShopMainimgHeader + .f-shopNavi .g_nav_block li a:hover {
  opacity: 1 !important;
}

.f-topShopMainimgHeader + .f-shopNavi .mainimg_nav_block .is-active {
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}

.f-topShopMainimgHeader + .f-shopNavi .mainimg_nav_block li {
  background: 0;
  border: none;
  box-shadow: none;
  height: 72px;
  line-height: 72px;
}

.f-topShopMainimgHeader + .f-shopNavi .mainimg_nav_block li.is-active, .f-topShopMainimgHeader + .f-shopNavi .mainimg_nav_block li:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_0 {
  background: rgba(0, 145, 234, 0.7);
  text-shadow: 1px 1px 1px #1a70bf;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_1 {
  background: rgba(254, 36, 123, 0.7);
  text-shadow: 1px 1px 1px #ee1f99;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_2 {
  background: rgba(255, 121, 0, 0.7);
  text-shadow: 1px 1px 1px #c23f00;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_3 {
  background: rgba(255, 37, 62, 0.7);
  text-shadow: 1px 1px 1px #af152d;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_4 {
  background: rgba(177, 80, 209, 0.7);
  text-shadow: 1px 1px 1px #7129bf;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_5 {
  background: rgba(60, 178, 240, 0.7);
  text-shadow: 1px 1px 1px #1572cb;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_6 {
  background: rgba(27, 215, 156, 0.7);
  text-shadow: 1px 1px 1px #1d9852;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_7 {
  background: rgba(113, 199, 90, 0.7);
  text-shadow: 1px 1px 1px #6da21f;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_8 {
  background: rgba(11, 179, 164, 0.7);
  text-shadow: 1px 1px 1px #0b9396;
}

.f-topShopMainimgHeader + .f-shopNavi.mainimg_custom_color_9 {
  background: rgba(88, 88, 88, 0.7);
  text-shadow: 1px 1px 1px #383827;
}

.f-topShopMainimgHeader + .l-col8 {
  margin-top: 50px;
}

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

.f-quickGirls li {
  float: left;
  margin: 10px 10px 0 0;
  position: relative;
}

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

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

.f-quickGirls .feature_join_link {
  all: initial;
  cursor: pointer;
}

.f-quickGirls .feature_join_icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

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

.f-quickGirls .qgIcon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.f-quickGirls .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-quickGirls .qgStandby .qgStandbyTime {
  margin-right: 5px;
}

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

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

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

.f-quickGirls .qgName b {
  font-size: 12px;
  margin-left: 3px;
}

.f-quickGirls .qgSpec {
  color: #333;
  font-size: 10.5px;
}

.f-expMovie .expMovie__headTitle {
  height: 36px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #f8539c 0%, #f2ae16 100%);
  margin-bottom: 18px;
  border-radius: 2px;
  color: #fff;
  padding: 0 12px;
}

.f-expMovie .expMovie__headTitle::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/assets/img/user/pc/common/icon-expMovie.svg) no-repeat left center/100%;
  margin-right: 10px;
}

.f-expMovie .expMovie__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.f-expMovie .expMovie__item:not(:first-child) {
  display: none;
}

.f-expMovie .expMovie__title {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 12px;
}

.f-expMovie .expMovie__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ED0070 0%, #121112 100%);
}

.f-expMovie .expMovie__titleLink {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 20px;
  font-weight: bold;
  color: #1F1D1E;
}

.f-expMovie .expMovie__container {
  display: flex;
}

.f-expMovie .expMovie__thumbLink {
  display: block;
  width: 330px;
  height: 184px;
  border-radius: 4px;
  position: relative;
  margin-right: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.f-expMovie .expMovie__thumbLink::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(/assets/img/user/pc/eromovie/icon_play_black.svg) no-repeat center/80px 80px;
}

.f-expMovie .expMovie__thumb {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.f-expMovie .expMovie__thumbTime {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  padding: 1px 4px;
  background: rgba(46, 46, 47, 0.8);
  border-radius: 1px;
}

.f-expMovie .expMovie__detail {
  border: 2px solid #FF88BC;
  padding: 13px 8px 12px;
  border-radius: 4px;
  flex: 1;
}

.f-expMovie .expMovie__count {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #B5B6BE;
  margin-bottom: 10px;
}

.f-expMovie .expMovie__view, .f-expMovie .expMovie__banana {
  font-size: 14px;
  color: #121112;
  line-height: 18px;
  padding-left: 22px;
}

.f-expMovie .expMovie__view {
  margin-right: 10px;
  background: url(/assets/img/user/pc/eromovie/ico__views.svg) no-repeat left center/18px 18px;
}

.f-expMovie .expMovie__banana {
  background: url(/assets/img/user/pc/eromovie/ico__banana.svg) no-repeat left center/18px 18px;
}

.f-expMovie .expMovie__date {
  display: inline-block;
  font-size: 16px;
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FF1F89;
  margin-left: auto;
}

.f-expMovie .expMovie__desc {
  font-size: 16px;
  line-height: 28px;
  color: #121112;
}

.f-expMovie .expMovie__moreBtn {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
  margin: 8px 0 0 auto;
  cursor: pointer;
}

.f-expMovie .expMovie__moreBtn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(/assets/img/user/pc/shop/ico_moreArrow.svg) no-repeat right center/24px 24px;
}

.f-expMovie .expMovie__moreBtn.is-show {
  display: flex;
}

.f-expMovie .expMovie__moreBtn.is-open::after {
  transform: rotate(180deg);
}

.f-recommendGirls .rgWrap {
  overflow: auto;
}

.f-recommendGirls .rgMainPhoto {
  float: left;
  width: 240px;
  height: 320px;
  margin-right: 8px;
}

.f-recommendGirls .rgRightCol {
  float: left;
  width: 542px;
  height: 320px;
}

.f-recommendGirls .rgInfo {
  height: 169px;
  border: solid 2px #ebebeb;
  padding: 12px;
  margin-bottom: 10px;
}

.f-recommendGirls .rgName {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.f-recommendGirls .rgAge {
  font-size: 18px;
  font-weight: normal;
  vertical-align: 1px;
  margin-left: 5px;
}

.f-recommendGirls .rgSpec {
  margin-bottom: 10px;
}

.f-recommendGirls .rgType {
  letter-spacing: -.40em;
  margin-bottom: 10px;
}

.f-recommendGirls .rgType li {
  display: inline-block;
  height: 22px;
  line-height: 20px;
  border: solid 2px #ff79c8;
  border-radius: 3px;
  color: #ff79c8;
  letter-spacing: normal;
  padding: 0 10px;
  margin-right: 5px;
}

.f-recommendGirls .rgText {
  line-height: 20px;
}

.f-recommendGirls .rgThumb li {
  float: left;
  margin-left: 3px;
}

.f-recommendGirls .rgThumb li:first-child {
  margin: 0;
}

.f-recommendGirls .rgThumb a {
  display: block;
  width: 106px;
  height: 141px;
}

.f-recommendGirls .is-rgActive img {
  border: solid 2px #fb4abb;
}

.f-recommendGirls .rgMore a {
  margin-left: 30px;
}

.f-recommendGirls .rgMore span {
  color: #ff44bb;
  font-weight: bold;
}

.f-photoDiary ul {
  overflow: hidden;
  margin-top: -20px;
}

.f-photoDiary li {
  float: left;
  width: 385px;
  height: 160px;
  margin: 20px 20px 0 0;
}

.f-photoDiary li:nth-child(even) {
  margin-right: 0;
}

.f-photoDiary .pdPhoto {
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 2px;
}

.f-photoDiary .pdRightCol {
  float: left;
  width: 223px;
  height: 160px;
  border: solid 2px #ebebeb;
  padding: 8px 4px;
}

.f-photoDiary .pdInfo {
  height: 66px;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 8px;
}

.f-photoDiary .pdInfo a {
  display: block;
  overflow: auto;
}

.f-photoDiary .pdInfo p {
  float: left;
}

.f-photoDiary .pdInfo span {
  display: block;
  width: 165px;
  margin-bottom: 7px;
}

.f-photoDiary .pdDate,
.f-photoDiary .pdSpec {
  color: #4f4f4f;
  font-size: 12px;
}

.f-photoDiary .pdName {
  font-size: 18px;
}

.f-photoDiary .pdName em {
  display: inline-block;
  max-width: 130px;
  vertical-align: middle;
}

.f-photoDiary .pdName b {
  font-size: 16px;
}

.f-photoDiary .pdCasatImage {
  float: right;
  width: 45px;
  height: 60px;
}

.f-photoDiary .pdTit {
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 3px;
}

.f-photoDiary .pdTit .emojione {
  width: 14px;
  height: 14px;
}

.f-photoDiary .pdText {
  font-size: 12px;
  line-height: 16px;
}

.f-photoDiary .pdThmb {
  background: #333;
  margin-bottom: 2px;
}

.f-photoDiary .pdPlayImage {
  position: absolute;
  top: 45px;
  left: 42px;
}

.f-photoDiary .pdPhoto__videoWrapper {
  display: block;
  width: 160px;
  height: 160px;
  margin-bottom: 2px;
  background: #333;
}

.f-photoDiary .pdPhoto__videoThumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 160px;
  height: 160px;
}

.f-photoDiary .pdPhoto__videoThumb:hover {
  opacity: 0.7;
}

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

.f-photoDiary .pdPhoto__videoFile {
  display: none;
  height: 160px;
}

.f-justCoupons {
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word;
}

.f-justCoupons .justCoupons-body {
  overflow: hidden;
  font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-justCoupons .justCoupons-body #tabs {
  padding: 0;
}

.f-justCoupons .justCoupons-thumb {
  width: 200px;
  margin-right: 10px;
  float: left;
}

.f-justCoupons .justCoupons-contents {
  width: 780px;
  padding: 30px 34px 30px 30px;
  background: url(/assets/img/user/pc/shopdetail/justCoupons_bg.png) 0 0 no-repeat #ef0000;
  position: relative;
  border-radius: 0;
}

.f-justCoupons .justCoupons-head {
  display: flex;
  width: 100%;
  font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-justCoupons .coupon-type {
  width: 120px;
}

.f-justCoupons .coupon-info .coupon-hashtag {
  color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  align-content: start;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.53;
}

.f-justCoupons .coupon-info .coupon-hashtag__item {
  margin-left: 1em;
  white-space: nowrap;
}

.f-justCoupons .coupon-info .coupon-hashtag__item:first-child {
  margin-left: 0;
}

.f-justCoupons .coupon-info .coupon-hashtag + .special-price {
  margin-top: 48px;
}

.f-justCoupons .coupon-info .normal-price {
  color: #FDEFA8;
  margin-top: 13px;
  font-size: 20px;
}

.f-justCoupons .coupon-info .normal-price span {
  text-decoration: line-through;
}

.f-justCoupons .coupon-info .normal-price em {
  font-weight: bold;
}

.f-justCoupons .coupon-info .special-price {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-top: 15px;
}

.f-justCoupons .coupon-info .special-price em {
  font-size: 42px;
  font-weight: bold;
}

.f-justCoupons .coupon-ttl {
  display: block;
  margin-top: 36px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.f-justCoupons .coupon-tbl {
  width: 100%;
  table-layout: fixed;
  margin-top: 15px;
  border: 1px solid #333;
  font-size: 15px;
}

.f-justCoupons .coupon-tbl th, .f-justCoupons .coupon-tbl td {
  height: 36px;
  background: #fff;
  vertical-align: top;
  padding: 10px 15px;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #333;
}

.f-justCoupons .coupon-tbl th:first-child, .f-justCoupons .coupon-tbl td:first-child {
  width: 182px;
}

.f-justCoupons .coupon-tbl th:last-child, .f-justCoupons .coupon-tbl td:last-child {
  width: 270px;
}

.f-justCoupons .coupon-tbl td {
  height: 28px;
  font-weight: bold;
  font-size: 20px;
}

.f-justCoupons .coupon-tbl td:last-child {
  color: #F20000;
}

.f-justCoupons .coupon-tbl td:nth-child(2)[colspan="2"] {
  color: #333;
}

.f-justCoupons .coupon-tbl .limited-discount {
  height: 45px;
  margin-bottom: 15px;
  background: #333;
  border-top: none;
  font-weight: bold;
  color: #FFE200 !important;
}

.f-justCoupons .coupon-tbl .limited-discount__title {
  display: inline-block;
  width: 439px;
  font-size: 15px;
}

.f-justCoupons .coupon-tbl .limited-discount__price {
  display: inline-block;
  font-size: 20px;
}

.f-justCoupons .coupon-tbl .coupon-total td em {
  font-size: 26px;
}

.f-justCoupons .coupon-tbl .coupon-total td .coupon-attention {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
  line-height: 1.2;
  color: #333;
}

.f-justCoupons .notice-dl {
  padding-right: 210px;
  margin-top: 15px;
}

.f-justCoupons .notice-dt {
  display: block;
  width: 140px;
  height: 30px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #333;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
}

.f-justCoupons .notice-dd {
  font-size: 15px;
  line-height: 1.46;
  color: #fff;
  font-weight: bold;
  min-height: 80px;
}

.f-justCoupons .qr-area {
  display: table-cell;
  width: 200px;
  height: 80px;
  padding: 10px 0 10px 10px;
  border: 2px solid #e0e0e0;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  right: 44px;
  bottom: 30px;
}

.f-justCoupons .qr-area .qr {
  display: table-cell;
  width: 60px;
  height: 60px;
}

.f-justCoupons .qr-area .qr-txt {
  display: table-cell;
  padding-left: 10px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.3;
}

.f-justCoupons .qr-area .qr-txt span {
  display: inline-block;
  margin-bottom: 8px;
  color: #113399;
  font-weight: bold;
}

.f-discountTicket {
  position: relative;
  word-break: break-all;
  word-wrap: break-word;
}

.discountTicket__item {
  padding: 12px 44px 30px 30px;
}

.discountTicket__head {
  position: relative;
  display: flex;
  width: 100%;
}

.discountTicket__type {
  width: 120px;
}

.discountTicket__hashtag {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  align-content: start;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.53;
}

.discountTicket__hashtagItem {
  margin-left: 1em;
  white-space: nowrap;
}

.discountTicket__hashtagItem:first-child {
  margin-left: 0;
}

.discountTicket__hashtag + .discountTicket__price--special {
  margin-top: 30px;
}

.discountTicket__price--normal {
  margin-top: 13px;
  font-size: 20px;
}

.discountTicket__price--normal span {
  text-decoration: line-through;
}

.discountTicket__price--normal em {
  font-weight: bold;
}

.discountTicket__price--special {
  font-weight: bold;
  font-size: 22px;
  color: #F20000;
  margin-top: 15px;
}

.discountTicket__price--special em {
  font-size: 42px;
  font-weight: bold;
}

.discountTicket__qrArea {
  display: table-cell;
  width: 200px;
  height: 80px;
  padding: 10px 0 10px 10px;
  border: 2px solid #e0e0e0;
  background: #fff;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 0;
}

.discountTicket__qrArea .qr {
  display: table-cell;
  width: 60px;
  height: 60px;
}

.discountTicket__qrArea .qr-txt {
  display: table-cell;
  padding-left: 10px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 1.3;
}

.discountTicket__qrArea .qr-txt span {
  display: inline-block;
  margin-bottom: 8px;
  color: #113399;
  font-weight: bold;
}

.discountTicket__title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.5;
}

.discountTicket__title a {
  color: inherit;
}

.discountTicket__deadline {
  text-align: right;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 3px;
}

.discountTicket__table {
  width: 100%;
  table-layout: fixed;
  margin-top: 15px;
  border: 1px solid #333;
  font-size: 15px;
}

.discountTicket__table tr:first-child th {
  background: #FF1F89;
  color: #fff;
}

.discountTicket__table th, .discountTicket__table td {
  height: 36px;
  background: #fff;
  vertical-align: top;
  padding: 10px 15px;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid #333;
}

.discountTicket__table th:first-child, .discountTicket__table td:first-child {
  width: 182px;
}

.discountTicket__table th:last-child, .discountTicket__table td:last-child {
  width: 268px;
}

.discountTicket__table td {
  height: 28px;
  font-weight: bold;
  font-size: 20px;
}

.discountTicket__table td:last-child {
  color: #F20000;
}

.discountTicket__table .limited-discount {
  height: 45px;
  margin-bottom: 15px;
  background: #333;
  border-top: none;
  font-weight: bold;
  color: #FFE200 !important;
}

.discountTicket__table .limited-discount__title {
  display: inline-block;
  width: 441px;
  font-size: 15px;
}

.discountTicket__table .limited-discount__price {
  display: inline-block;
  font-size: 20px;
}

.discountTicket__table .coupon-total td em {
  font-size: 26px;
}

.discountTicket__table .coupon-total td .coupon-attention {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 8px;
  line-height: 1.2;
  color: #333;
}

.discountTicket__bodyBottom {
  position: relative;
}

.discountTicket__notice {
  margin-top: 15px;
}

.discountTicket__noticeTitle {
  display: block;
  width: 140px;
  height: 30px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #333;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
}

.discountTicket__noticeText {
  font-size: 15px;
  line-height: 1.46;
  font-weight: bold;
}

.discountTicket__more {
  position: absolute;
  top: 0;
  right: 0;
}

.discountTicket__moreLink {
  color: #509AFF;
  font-size: 16px;
  line-height: 30px;
}

.discountTicket__sliderButton {
  position: absolute;
  top: 350px;
  right: -8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #1A1A1A;
  opacity: .5;
  margin: 0;
}

.discountTicket__sliderButton::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-left: 6px;
  border-style: solid;
  border-width: 14px 0 14px 23px;
  border-color: transparent transparent transparent #ffffff;
}

.discountTicket__sliderButton--prev {
  right: initial;
  left: -23px;
  transform: rotate(180deg);
}

.discountTicket__sliderButton.swiper-button-disabled {
  opacity: .15;
}

.f-discountTicket .dtWrap {
  overflow: auto;
}

.f-discountTicket .dtWrap .dtImage {
  float: left;
  width: 200px;
  height: 265px;
  margin-right: 10px;
}

.f-discountTicket .dtWrap .dtInfo {
  float: left;
  width: 580px;
  height: 265px;
  background: #ffc;
  border: solid 2px #fd8;
  padding: 17px 20px 20px;
}

.f-discountTicket .dtWrap h3 {
  color: #139;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
}

.f-discountTicket .dtWrap .dtInfoWrap {
  overflow: auto;
  border-top: solid 1px #fd8;
  border-bottom: solid 1px #fd8;
  padding: 18px 0 10px;
  margin-bottom: 10px;
}

.f-discountTicket .dtWrap .dtCategory {
  float: left;
  width: 80px;
  margin-right: 12px;
}

.f-discountTicket .dtWrap .dtDetail {
  float: left;
}

.f-discountTicket .dtWrap .dtDetail span {
  display: block;
  margin-top: 8px;
}

.f-discountTicket .dtWrap .dtDetail span:first-child {
  margin-top: 0;
}

.f-discountTicket .dtWrap .dtDetail b {
  font-size: 20px;
  font-weight: bold;
}

.f-discountTicket .dtWrap .dtDetail em {
  font-size: 24px;
  margin-right: 10px;
}

.f-discountTicket .dtWrap .dtDetail strong {
  color: #e19;
  font-size: 38px;
  font-weight: bold;
}

.f-event .evText {
  line-height: normal;
  background: #ffc;
  border: solid 2px #fd8;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  width: 580px;
  float: left;
}

.f-event h3 {
  color: #139;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 17px;
}

.f-event .evInfoWrap {
  border-top: solid 1px #fd8;
  padding-top: 21px;
  overflow: hidden;
  text-align: left;
}

.f-event .dtImage {
  float: left;
  height: 265px;
  margin-right: 10px;
  width: 200px;
}

.f-event .evMore.p-more {
  clear: both;
  padding-top: 15px;
}

.f-event .evInfoWrap strong {
  font-weight: bold;
}

.news-flash-list .news-flash-item {
  margin-bottom: 3px;
}

.news-flash-list .news-flash-item:last-child {
  margin-bottom: 0;
}

.news-flash-list .news-flash-item {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 2px;
  border: 1px solid #d6d6d6;
}

.news-flash-list .news-flash-item > * {
  display: table-cell;
}

.news-flash-list .p-imgWrap {
  width: 64px;
  height: 85px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.news-flash-list .p-imgWrap img {
  max-width: 64px;
  max-height: 85px;
}

.news-flash-contents {
  padding-left: 8px;
  padding-top: 8px;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
}

.news-flash-contents-head {
  overflow: hidden;
}

.news-flash-contents-head b {
  font-weight: bold;
  margin-left: 0.5em;
}

.news-flash-contents-head .date {
  font-size: 14px;
}

.date {
  height: 20px;
  float: left;
  line-height: 17px;
  line-height: 20px;
}

.news-flash-contents-body {
  padding-top: 5px;
  padding-right: 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.f-newMovies ul {
  overflow: auto;
}

.f-newMovies li {
  float: left;
  width: 190px;
  margin-left: 10px;
}

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

.f-newMovies .nmThmb {
  background: #333;
  width: 190px;
  height: 144px;
  margin-bottom: 2px;
}

.f-newMovies .nmThmbImage {
  z-index: 1;
}

.f-newMovies .nmPlayImage {
  position: absolute;
  top: 36px;
  left: 57px;
  z-index: 2;
}

.f-newMovies .newMovies__videoWrapper {
  display: block;
  width: 190px;
  height: 144px;
  background: #333;
}

.f-newMovies .newMovies__videoThumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 190px;
  height: 144px;
}

.f-newMovies .newMovies__videoThumb a:hover {
  opacity: 0.7;
}

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

.f-newMovies .newMovies__videoFile {
  display: none;
  height: 144px;
}

.f-newMovies .newMovies__detail {
  border: solid 2px #ebebeb;
  width: 190px;
  height: 40px;
  text-align: center;
  padding: 8px;
}

.f-newMovies .newMovies__detail span {
  display: block;
  color: #333;
}

.f-newMovies .newMovies__nmName {
  font-size: 16px;
  margin-bottom: 5px;
}

.f-newMovies .newMovies__nmName em {
  display: inline-block;
  max-width: 130px;
  vertical-align: middle;
}

.f-newMovies .newMovies__nmName b {
  font-size: 14px;
}

.f-newMovies .newMovies__nmSpec {
  font-size: 12px;
}

.f-priceSystem .psOutsideTabele {
  width: 100%;
  background: #b8b8b8;
  border-collapse: separate;
  border-spacing: 1px;
}

.f-priceSystem .psOutsideTabeleTH {
  width: 174px;
  background: #f6f6f6;
  border: solid 1px #fff;
  box-shadow: inset 0 0 1px #b8b8b8;
  vertical-align: middle;
  text-align: center;
}

.f-priceSystem .psOutsideTabeleTD {
  background: #fff;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
}

.f-priceSystem .psBasicPriceTable {
  font-size: 12px;
  text-align: center;
}

.f-priceSystem .psBasicPriceTable th {
  width: 100px;
  background: #fff9b6;
  border-left: 1px solid #ff91d7;
  border-top: 1px solid #ff91d7;
  border-right: 1px solid #ff91d7;
  padding: 3px;
  vertical-align: middle;
}

.f-priceSystem .psBasicPriceTable td {
  background: #fff;
  border: 1px solid #ff91d7;
  padding: 3px;
  vertical-align: middle;
}

.f-priceSystem .psBasicPriceTableAnnotationText {
  margin-top: 2px;
}

.f-priceSystem .psBasicPlay dt {
  margin-top: 10px;
}

.f-priceSystem .psBasicPlay dt:first-of-type {
  margin: 0;
}

.f-priceSystem .psCoursePriceTabele {
  border-bottom: 1px solid #ff91d7;
  border-right: 1px solid #ff91d7;
  font-size: 12px;
}

.f-priceSystem .psCoursePriceTabele caption {
  font-weight: bold;
  text-align: left;
}

.f-priceSystem .psCourseName {
  font-weight: bold;
  text-align: left;
}

.f-priceSystem .psCourseName .psCourseBody {
  font-weight: normal;
}

.f-priceSystem .psCoursePriceTabele tr:first-child th:first-child {
  border: none;
  background: transparent;
}

.f-priceSystem .psCoursePriceTabele th {
  width: 100px;
  border-left: 1px solid #ff91d7;
  border-top: 1px solid #ff91d7;
  background: #fff9b6;
  padding: 3px;
  vertical-align: middle;
}

.f-priceSystem .psCoursePriceTabele th[scope="col"] {
  text-align: center;
}

.f-priceSystem .psCoursePriceTabele th[scope="row"] {
  text-align: left;
}

.f-priceSystem .psCoursePriceTabele td {
  background: #fff;
  border-left: 1px solid #ff91d7;
  border-top: 1px solid #ff91d7;
  text-align: right;
  padding: 3px;
  vertical-align: middle;
}

.f-priceSystem .psBasicPlayTabele {
  border-bottom: 1px solid #ff91d7;
  border-right: 1px solid #ff91d7;
  font-size: 12px;
}

.f-priceSystem .psBasicPlayTabele th {
  width: 100px;
  border-left: 1px solid #ff91d7;
  border-top: 1px solid #ff91d7;
  background: #fff9b6;
  padding: 3px;
  vertical-align: middle;
}

.f-priceSystem .psBasicPlayTabele td {
  background: #fff;
  border: 1px solid #ff91d7;
  text-align: center;
  width: 100px;
  vertical-align: middle;
}

.f-priceSystem .psOptionPriceTabele {
  border-bottom: 1px solid #ff91d7;
  border-right: 1px solid #ff91d7;
  font-size: 12px;
}

.f-priceSystem .psOptionPriceTabele th {
  width: 100px;
  border-left: 1px solid #ff91d7;
  border-top: 1px solid #ff91d7;
  background: #fff9b6;
  padding: 3px;
  vertical-align: middle;
}

.f-priceSystem .psOptionPriceTabele th[scope="col"] {
  text-align: center;
}

.f-priceSystem .psOptionPriceTabele td {
  background: #fff;
  border-left: 1px solid #ff91d7;
  border-top: 1px solid #ff91d7;
  text-align: center;
  width: 100px;
  vertical-align: middle;
}

.f-priceSystem .psNote {
  line-height: 18px;
}

.f-priceSystem .psCard ul {
  overflow: auto;
}

.f-priceSystem .psCard li {
  float: left;
  margin-right: 3px;
}

.f-priceSystem .psCard p {
  font-size: 12px;
}

.f-priceSystem .psCard .japan_card {
  margin-bottom: 0.5rem;
}

.f-priceSystem .fee_img {
  text-align: center;
}

.f-priceSystem .psOutsideTabeleTD {
  padding: 10px 10px 6px;
}

.psCoursePriceTabele {
  table-layout: fixed;
  margin-bottom: 10px;
}

.psCoursePriceTabele tr:first-child th:first-child {
  display: inline-block;
  width: 80px;
}

.psCoursePriceTabele th[scope="row"] {
  display: inline-block;
  width: 80px;
  text-align: left;
}

.psCoursePrice .course__detailItem {
  margin-bottom: 6px;
}

.psCoursePrice .course__detailItem:last-child {
  margin-bottom: 0;
}

.psCoursePrice .course__name {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

.psCoursePrice .course__name::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #FF91D7;
}

.psCoursePrice .course__desc {
  font-size: 12px;
  line-height: 20px;
}

.f-priceSystem .psTransportationTable {
  width: 100%;
  border-bottom: 1px solid #ff91d7;
  border-right: 1px solid #ff91d7;
  font-size: 12px;
}

.f-priceSystem .psTransportationTh {
  width: 97px;
  border-left: 1px solid #ff91d7;
  border-top: 1px solid #ff91d7;
  background: #fff9b6;
  padding: 3px;
  vertical-align: middle;
}

.f-priceSystem .psTransportationTd {
  padding: 6px 0 6px 8px;
  background: #fff;
  border-left: 1px solid #ff91d7;
  border-top: 1px solid #ff91d7;
  vertical-align: middle;
}

.f-priceSystem .psTransportationTd:has(.psTransportationAnnotation) {
  padding-bottom: 2px;
}

.f-priceSystem .psTransportationList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -8px;
}

.f-priceSystem .psTransportationItem {
  margin: 8px 8px 0 0;
  padding: 3px 11px;
  border: 1px solid #D0D0D3;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px;
  color: #121112;
}

.f-priceSystem .psTransportationAnnotation {
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #121112;
}

.f-shopInfo a {
  color: #113399;
}

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

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

.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-shopFukurotoji h2 span {
  font-size: 14px;
  margin-left: 5px;
}

.f-shopFukurotoji a img {
  padding-bottom: 16px;
}

.f-freeBanner {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.f-freeBanner a {
  display: block;
  width: 32.5%;
  padding: 8px 5px;
  font-size: 13px;
  color: #333;
  text-align: center;
  border: 1px solid #B8B8B8;
  border-radius: 5px;
}

.f-freeBanner a:nth-child(n+4) {
  margin-top: 10px;
}

.f-freeBanner a:nth-of-type(3n-1) {
  margin-left: 9px;
  margin-right: 9px;
}

.f-feedBack .shop_feedback {
  margin: 15px auto 0;
  width: 790px;
  vertical-align: middle;
  text-align: left;
  margin: 20px auto 15px;
  height: 50px;
}

.f-feedBack .shop_feedback .content {
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  font-size: 13px;
  height: 53px;
  padding: 10px;
  line-height: 16px;
}

.f-feedBack .shop_feedback .content div {
  float: left;
}

.f-feedBack .shop_feedback .content .infomation_text {
  padding-left: 10px;
  width: 559px;
}

.f-group .groupBox {
  display: table;
}

.f-group .groupBox li {
  float: left;
  width: 154px;
  margin-right: 5px;
}

.f-group .groupBox li.right {
  margin-right: 0px;
}

.f-group .groupBox li:last-child {
  margin-right: 0px;
}

.f-group .groupBox li .shopImgWrap {
  display: table-cell;
  height: 156px;
  width: 154px;
  vertical-align: middle;
  text-align: center;
}

.f-group .groupBox li .shopImgWrap .imgCubeBox {
  max-height: 150px;
  max-width: 150px;
  overflow: hidden;
}

.f-group .groupBox li .shopImgWrap .imgCubeBox img {
  min-height: 100%;
  width: 100%;
}

.f-group .groupBox li .shopInfoWrap {
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  height: 60px;
  padding: 5px;
}

.f-group .groupBox li .shopNameWrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
}

.f-group .groupBox li .shopNameWrap p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f-group .groupBox li .shopLabelWrap {
  overflow: hidden;
  width: 100%;
  font-size: 10px;
  line-height: 16px;
}

.f-group .groupBox li .shopLabelWrap p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.f-newsMovie .movie-length {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 1px;
  background-color: #000000;
  width: 45px;
  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;
}

.info-detail .shop-subscribe {
  display: inline-block;
  padding-top: 4px;
}

.info-detail .shop-badge {
  margin-block: 6px -5px;
}

.info-detail .shop-badgeItem {
  position: relative;
}

.info-detail .shop-badgeItem .shop-badgeText {
  display: none;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  padding: 12px 15px 7px 15px;
  border-radius: 4px;
  width: 271px;
  text-align: left;
  color: #121112;
}

.info-detail .shop-badgeItem .shop-badgeText:before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: -8px;
  width: 10px;
  height: 8px;
}

.info-detail .shop-badgeItem.badgeStaff .shop-badgeText {
  border: 1px solid #FF6B9E;
}

.info-detail .shop-badgeItem.badgeStaff .shop-badgeText:before {
  background: url(/assets/img/user/pc/common/bg_shop_batchStaff.png) no-repeat center/contain;
}

.info-detail .shop-badgeItem.badgePhoto .shop-badgeText {
  border: 1px solid #121112;
}

.info-detail .shop-badgeItem.badgePhoto .shop-badgeText:before {
  background: url(/assets/img/user/pc/common/bg_shop_batchPhoto.png) no-repeat center/contain;
}

.info-detail .shop-badgeItem:hover {
  cursor: pointer;
}

.info-detail .shop-badgeItem:hover .shop-badgeText {
  display: block;
  position: absolute;
  left: 4px;
  bottom: 44px;
}

.info-detail .shop-badgeItem:not(:last-child) {
  margin-bottom: 8px;
}

.tsBIshopNameWrap {
  position: relative;
}

.tsBIshopNameWrap .tsBIshopName {
  padding-bottom: 3px;
  border-bottom: none !important;
}

.tsBIshopNameWrap .shop-badgeWrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 4px;
  margin-left: 4px;
}

.tsBIshopNameWrap .shop-badgeItem {
  position: relative;
}

.tsBIshopNameWrap .shop-badgeItem .shop-badgeText {
  display: none;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  width: 271px;
  text-align: left;
  color: #121112;
  z-index: 1;
}

.tsBIshopNameWrap .shop-badgeItem .shop-badgeText:before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: -8px;
  width: 10px;
  height: 8px;
}

.tsBIshopNameWrap .shop-badgeItem.badgeStaff .shop-badgeText {
  border: 1px solid #FF6B9E;
}

.tsBIshopNameWrap .shop-badgeItem.badgeStaff .shop-badgeText:before {
  background: url(/assets/img/user/pc/common/bg_shop_batchStaff.png) no-repeat center/contain;
}

.tsBIshopNameWrap .shop-badgeItem.badgePhoto .shop-badgeText {
  border: 1px solid #121112;
}

.tsBIshopNameWrap .shop-badgeItem.badgePhoto .shop-badgeText:before {
  background: url(/assets/img/user/pc/common/bg_shop_batchPhoto.png) no-repeat center/contain;
}

.tsBIshopNameWrap .shop-badgeItem:hover .shop-badgeText {
  display: block;
  position: absolute;
  left: 4px;
  bottom: 44px;
}

.tsBIshopNameWrap .shop-subscribe {
  text-align: right;
  padding: 0 10px 10px;
}

.tsBIshopNameWrap .shop-subscribe::before {
  content: "";
  display: block;
}

.tsBIshopNameWrap .shop-subscribe .none-fav {
  background: #fff;
  padding: 8px 10px 11.5px;
  border-radius: 20px;
  color: #3b7eff;
  text-shadow: none;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.tsBIshopNameWrap .shop-subscribe .added-fav {
  background: #e6e7e9;
  padding: 8px 10px 11.5px;
  border-radius: 20px;
  color: #3b7eff;
  text-shadow: none;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.participate-freecoupon-bnr {
  display: block;
  text-align: center;
  margin: 20px 0;
}

.participate-cashback-bnr {
  display: block;
  text-align: center;
  margin: 20px 0;
}

.creditUrl-body {
  padding: 1.2rem 0.8rem 0;
}

.creditUrl-body .credit-url {
  line-height: 30px;
  margin-top: 20px;
  border-bottom: 1px black solid;
}

.creditUrl-body .credit-warning {
  margin: 30px 0;
  color: red;
  font-size: 1.3rem;
}

.creditUrl-body .credit-info {
  margin-bottom: 20px;
  word-break: break-all;
}

.g-wrapper.mainimgWrapper {
  width: auto;
}

.g-wrapper .containerWrap {
  min-width: 1000px;
}

.g-wrapper.isParallax .f-shopNavi {
  margin: calc(100vh - 72px) auto 0;
}

.g-wrapper .f-shopNavi.parallaxInit {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

/* ★ */
.ui-tabs-nav {
  display: flex;
  /* -webkit-justify-content: space-between; */
  -webkit-flex-wrap: wrap;
}

.ui-state-default {
  flex: 1;
  flex-spacing: 10px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #f3bd06;
  border: 0;
  cursor: pointer;
}

.ui-widget-content .ui-state-default {
  height: 40px;
  width: 190px;
  margin-top: 10px !important;
  background: #FFEEA8;
  border-color: #F4C503;
  border: 2px solid #f3bd06;
}

.ui-widget-content .ui-state-active {
  height: 50px;
  width: 190px;
  background: #F4C503;
  border-color: #F4C503;
  line-height: 30px;
  margin-top: 1px !important;
}

.ui-widget-header {
  background: none;
  border: 0;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 12px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 12px;
}

.ui-tabs .ui-tabs-nav {
  padding: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  width: 100%;
  color: #413200;
  font-size: 18px;
  font-weight: bold;
  font-family: Meiryo;
  text-align: center;
  letter-spacing: -1px;
}

.ui-tabs .ui-tabs-nav li {
  margin-right: 4px;
  max-width: 190px;
}

.ui-tabs .ui-tabs-nav li:last-child {
  margin-right: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  opacity: 1 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: default;
}

.f-justCoupons .coupon-tbl td em span {
  font-size: 12px;
}

.f-justCoupons .coupon-tbl .col_join_fee em span {
  font-size: 17px;
  color: black;
}

.ui-helper-clearfix::before {
  display: block;
}

.mod-introduction {
  background-color: #FFF2CC;
  margin: 5px 0;
  padding: 20px 0;
}

.introduction__heading {
  margin-bottom: 10px;
  color: red;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.introduction__text {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
}

.introduction__period {
  font-size: 0;
  text-align: center;
}

.introduction__period__title {
  display: inline-block;
  padding: 15px 20px;
  background-color: black;
  color: white;
  font-size: 18px;
  text-align: center;
  border: 3px solid #000000;
}

.introduction__period__count {
  display: inline-block;
  padding: 15px 20px;
  background-color: white;
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #000000;
}

.fee_pc_img {
  max-width: 790px;
}

.mod-fixedBanner-4 {
  width: 260px;
  margin-right: 493px;
  position: fixed;
  top: 52px;
  right: 50%;
}

.mod-fixedBanner-4 .bnr-fixed {
  width: 100%;
}

.f-linkList {
  display: flex;
  justify-content: center;
  max-width: 816px;
  margin: 0 auto;
}

.f-linkList .eroasmrLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 395px;
  height: 58px;
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-radius: 8px;
  background: #FFEDF5;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.121);
}

.f-linkList .eroasmrLink::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 15px;
  margin-right: 1px;
  background: url(/assets/img/user/pc/common/icon_rip.svg) 0 50% no-repeat #FFEDF5;
  transform: translate(0, -2px);
}

.f-linkList .eroasmrLink + .reviewLink {
  margin-left: 26px;
}

.f-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 0;
  max-width: 816px;
  margin: 15px auto;
  /* エロボイスボタン */
  /* 口コミボタン */
  /* 電話番号 */
}

.f-linkList .eroasmrLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 395px;
  height: 58px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-radius: 8px;
  background: #FFEDF5;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.121);
}

.f-linkList .eroasmrLink::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 15px;
  margin-right: 1px;
  background: url(/assets/img/user/pc/common/icon_rip.svg) 0 50% no-repeat #FFEDF5;
  transform: translate(0, -2px);
}

.f-linkList .eroasmrLink + .reviewLink {
  margin-left: 26px;
}

.f-linkList .reviewLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 395px;
  height: 58px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-radius: 8px;
  background: #FFFBE6;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.121);
}

.f-linkList .reviewLink__icon {
  width: 25px;
  height: 23px;
  margin-right: 8px;
}

.f-linkList .reviewLink__text {
  font-size: 16px;
  font-weight: normal;
}

.f-linkList .reviewLink__text--underline {
  font-size: 18px;
  font-weight: normal;
  text-decoration: underline;
}

.f-linkList .telInfo {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #E0FFE0;
  border-radius: 5px;
  width: 500px;
  height: 58px;
  margin: 0;
  text-align: center;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.121);
}

.f-linkList .telInfo__number {
  padding: 0 25px 0 0;
  font-size: 23px;
  line-height: 28px;
}

.f-linkList .telInfo__number::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 1px;
  background: url(/assets/img/user/pc/common/new_ui/icon--tel--call--green.svg) 0 50%/28px auto no-repeat;
  transform: translate(0, -4px);
}

.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: -26px;
  right: -26px;
  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);
}

.l-col8 {
  position: relative;
}

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

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

.f-shopGirlRanking .ranking-head {
  margin-bottom: 10px;
}

.f-shopGirlRanking .ranking-item {
  width: 150px;
  margin-right: 16px;
}

.f-shopGirlRanking .ranking-item:nth-child(-n+3) {
  width: 162px;
}

.f-shopGirlRanking .ranking-item:nth-child(-n+3) .ranking-num {
  color: #fff;
}

.f-shopGirlRanking .ranking-item:nth-child(-n+3) .ranking-caption {
  left: 12px;
}

.f-shopGirlRanking .ranking-item:nth-child(-n+3) .ranking-caption:before {
  bottom: -9px;
}

.f-shopGirlRanking .ranking-item:first-child .ranking-rank {
  background: linear-gradient(135deg, #E6B119 0%, #F6DA74 50%, #E6B119 100%) 0% 0% no-repeat;
}

.f-shopGirlRanking .ranking-item:first-child .ranking-img {
  padding: 6px;
  background: linear-gradient(143deg, #E6B119 0%, #F6DA74 50%, #E6B119 100%) 0% 0% no-repeat;
}

.f-shopGirlRanking .ranking-item:nth-child(2) .ranking-rank {
  background: linear-gradient(135deg, #B8C0C1 0%, #DBDEDE 50%, #B8C0C1 100%) 0% 0% no-repeat;
}

.f-shopGirlRanking .ranking-item:nth-child(2) .ranking-img {
  padding: 6px;
  background: linear-gradient(143deg, #B8C0C1 0%, #DBDEDE 50%, #B8C0C1 100%) 0% 0% no-repeat;
}

.f-shopGirlRanking .ranking-item:nth-child(3) .ranking-rank {
  background: linear-gradient(135deg, #EA9C5E 0%, #F2CF93 50%, #EA9C5E 100%) 0% 0% no-repeat;
}

.f-shopGirlRanking .ranking-item:nth-child(3) .ranking-img {
  padding: 6px;
  background: linear-gradient(143deg, #EA9C5E 0%, #F2CF93 50%, #EA9C5E 100%) 0% 0% no-repeat;
}

.f-shopGirlRanking .ranking-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
  color: #1F1D1E;
}

.f-shopGirlRanking .ranking-num {
  font-size: 24px;
  color: #FF1F89;
  white-space: nowrap;
}

.f-shopGirlRanking .ranking-img {
  padding: 6px 0;
  border-radius: 4px;
  position: relative;
}

.f-shopGirlRanking .ranking-pic {
  width: 150px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}

.f-shopGirlRanking .ranking-caption {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  position: absolute;
  left: 6px;
  bottom: 15px;
}

.f-shopGirlRanking .ranking-caption:before {
  content: "";
  width: 150px;
  height: 60px;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat;
  position: absolute;
  left: -6px;
  bottom: -9px;
}

.f-shopGirlRanking .ranking-name {
  max-width: 110px;
  margin-bottom: 4px;
  z-index: 1;
}

.f-shopGirlRanking .ranking-age {
  z-index: 1;
}

.f-shopGirlRanking .ranking-status {
  width: 100%;
  z-index: 1;
}

.f-shopGirlRanking .ranking-prev, .f-shopGirlRanking .ranking-next {
  width: 48px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3) no-repeat center/6px 12px;
  position: absolute;
  top: 0;
  z-index: 1000;
  cursor: pointer;
}

.f-shopGirlRanking .ranking-prev {
  background-image: url("/assets/img/user/pc/shop/arr_left-pink.svg");
  left: 0;
}

.f-shopGirlRanking .ranking-next {
  background-image: url("/assets/img/user/pc/shop/arr_right-pink.svg");
  right: 0;
}
