@import url(../../../../css/user/common/swiper-8.4.4.css);
@import url("https://use.typekit.net/ilf4ngu.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap");
html {
  font-size: calc((100vw / 375) * 10);
}

img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  vertical-align: inherit;
}

.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.g-wrapper {
  background: #ffffff;
}

.l-prefBreadCrumbs {
  width: 100%;
  background-color: #f7f7f7;
}

.l-prefBreadCrumbs .prefBreadCrumbs {
  padding: 4px 0;
}

.l-prefBreadCrumbs .prefBreadCrumbs__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.l-prefBreadCrumbs .prefBreadCrumbs__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.l-prefBreadCrumbs .prefBreadCrumbs__item:not(:last-child) {
  margin-right: 2px;
}

.l-prefBreadCrumbs .prefBreadCrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background: url(/assets/img/user/pc/top/ico_bcArrow.svg) no-repeat center/contain;
}

.l-prefBreadCrumbs .prefBreadCrumbs__item:last-child .prefBreadCrumbs__txt {
  font-weight: bold;
}

.l-prefBreadCrumbs .prefBreadCrumbs__txt {
  font-size: 12px;
  color: #2e2e2f;
}

.f-prefIndex {
  width: 100%;
  word-break: break-all;
}

.f-prefIndex .prefIndex__head {
  padding: 18px 0;
  background-color: #f0f0f0;
}

.f-prefIndex .prefIndex__headTtl {
  font-family: "M PLUS 2", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
  color: #4ba500;
}

.f-prefIndex .prefIndex__sectionHead {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  border-radius: 3px 0 0 3px;
}

.f-prefIndex .prefIndex__sectionHeadTxt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #1d1f1d;
}

.f-prefIndex .prefIndex__sectionHeadTxt::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  border-radius: 3px 0 3px 3px;
}

.f-prefIndex .prefIndex__sectionHeadTxt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 1118px;
  height: 2px;
  background-color: #4ba500;
}

.f-prefIndex .prefIndex__sectionBtn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  margin: 0 0 0 auto;
  padding: 11px 11px 11px 19px;
  border: 1px solid #111211;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #5ac600;
  box-shadow: 3px 3px 0 #111211;
  transition: 0.3s;
}

.f-prefIndex .prefIndex__sectionBtn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

.f-prefIndex .prefIndex__sectionBtn:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
  opacity: 1;
}

.f-prefIndex .prefIndex__topSwiper {
  padding: 40px 0;
}

.f-prefIndex .prefIndex__topSwiperLink {
  display: block;
  width: 100%;
  height: 100%;
}

.f-prefIndex .prefIndex__topSwiper .swiper-slide {
  width: 960px;
  height: 400px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.f-prefIndex .prefIndex__topSwiper.is-single .swiper-slide {
  margin: 0 auto;
}

.f-prefIndex .prefIndex__area {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__areaHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headArea.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__areaList {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  gap: 12px;
  padding: 15px 18px 18px 14px;
  border: 2px solid #111211;
  border-radius: 10px;
  box-shadow: 3px 3px 0 #111211;
}

.f-prefIndex .prefIndex__areaListHead {
  margin-bottom: 9px;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #4ba500;
}

.f-prefIndex .prefIndex__areaPop {
  overflow: hidden;
}

.f-prefIndex .prefIndex__areaPopList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: -12px 0 0 -26px;
}

.f-prefIndex .prefIndex__areaPopItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0 0 12px;
}

.f-prefIndex .prefIndex__areaPopItem::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  margin-right: 12px;
  border-radius: 50vh;
  background-color: #4ba500;
}

.f-prefIndex .prefIndex__areaPopLink {
  font-size: 18px;
  color: #111211;
}

.f-prefIndex .prefIndex__areaPopLink.is-disabled {
  color: #b5b6be;
  pointer-events: none;
}

.f-prefIndex .prefIndex__areaName {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.f-prefIndex .prefIndex__areaName::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  margin-right: 12px;
  border-radius: 50vh;
  background-color: #4ba500;
}

.f-prefIndex .prefIndex__areaNameSearch {
  margin-bottom: 4px;
}

.f-prefIndex .prefIndex__areaNameSearchInput {
  width: 384px;
  height: 36px;
  padding: 10px 11px;
  border: 1px solid #d0d0d3;
  border-radius: 3px;
  font-size: 14px;
  color: #111211;
  background-color: #fff;
}

.f-prefIndex .prefIndex__areaNameSearchInput :-ms-input-placeholder {
  color: #98989b;
}

.f-prefIndex .prefIndex__areaNameSearchInput ::-ms-input-placeholder {
  color: #98989b;
}

.f-prefIndex .prefIndex__areaNameSearchInput ::placeholder {
  color: #98989b;
}

.f-prefIndex .prefIndex__areaNameSubmitTxt {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
  color: #111211;
}

.f-prefIndex .prefIndex__areaNameSubmitList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 384px;
  padding: 12px 11px;
  border: 1px solid #d0d0d3;
  border-radius: 3px;
  background-color: #f7f7f7;
}

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

.f-prefIndex .prefIndex__areaNameSubmitLink {
  font-size: 16px;
  line-height: 20px;
  color: #111211;
}

.f-prefIndex .prefIndex__word {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__wordHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headWord.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__wordHidden {
  overflow-x: hidden;
}

.f-prefIndex .prefIndex__wordContent {
  position: relative;
  padding-bottom: 20px;
}

.f-prefIndex .prefIndex__wordContent::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 960px);
  z-index: 1;
  width: 1610px;
  height: 128px;
  background: #4ba500;
  border-radius: 0 10px 10px 0;
  box-shadow: 4px 0 6px rgba(18, 17, 18, 0.16);
}

.f-prefIndex .prefIndex__wordList {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.f-prefIndex .prefIndex__wordLink {
  display: grid;
  place-content: center;
  width: 216px;
  height: 60px;
  border: 2px solid #111211;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #111211;
  background-color: #ffffff;
  box-shadow: 3px 3px 0 #111211;
  transition: 0.3s;
}

.f-prefIndex .prefIndex__wordLink:hover {
  transform: translate(3px, 3px);
  color: #fff;
  background-color: #39bf22;
  box-shadow: none;
  opacity: 1;
}

.f-prefIndex .prefIndex__sokuhime {
  position: relative;
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__sokuhimeHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headSokuhime.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__sokuhimeDate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #39bf22;
}

.f-prefIndex .prefIndex__sokuhimeList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.f-prefIndex .prefIndex__sokuhimeItem {
  position: relative;
  width: 180px;
  height: 335px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.f-prefIndex .prefIndex__sokuhimeLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.f-prefIndex .prefIndex__sokuhimeThumb {
  position: relative;
  width: 180px;
  height: 239px;
  border-radius: 8px 8px 0 0;
}

.f-prefIndex .prefIndex__sokuhimeCap {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.f-prefIndex .prefIndex__sokuhimeCapTxt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 108px;
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #4ba500;
  background-color: rgba(255, 255, 255, 0.9);
}

.f-prefIndex .prefIndex__sokuhimeCapHours {
  margin-top: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #4ba500;
}

.f-prefIndex .prefIndex__sokuhimeCapImg {
  position: absolute;
  top: -29px;
  right: -35px;
}

.f-prefIndex .prefIndex__sokuhimeDtl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 6px 6px 8px;
}

.f-prefIndex .prefIndex__sokuhimeGirlProf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-prefIndex .prefIndex__sokuhimeGirlName {
  max-width: 8em;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #206fdb;
}

.f-prefIndex .prefIndex__sokuhimeGirlAge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #206fdb;
}

.f-prefIndex .prefIndex__sokuhimeGirlSize {
  max-width: 100%;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 21px;
  color: #333;
}

.f-prefIndex .prefIndex__sokuhimeGirlShop {
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #121112;
}

.f-prefIndex .prefIndex__sokuhimeGirlArea {
  max-width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #a1a2a8;
}

.f-prefIndex .prefIndex__sokuhimeKeepBtn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  background: url(/assets/img/user/pc/top/ico_sokuhime_star.svg) no-repeat center/contain;
  cursor: pointer;
}

.f-prefIndex .prefIndex__sokuhimeKeepBtn.is-active {
  background-image: url(/assets/img/user/pc/top/ico_sokuhime_star--active.svg);
}

.f-prefIndex .prefIndex__sokuhimeBtn::after {
  background: url(/assets/img/user/pc/top/ico_arrowRight-wt.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__sokuhimePopup {
  display: none;
  position: fixed;
  top: calc(50% - 49px);
  left: calc(50% - 208px);
  z-index: 100;
  width: 408px;
  padding: 30px 0;
  border: 4px solid #ffdd83;
  border-radius: 10px;
  background: #f2be13;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: opacity 0.5s;
}

.f-prefIndex .prefIndex__sokuhimePopup.is-show {
  opacity: 1;
}

.f-prefIndex .prefIndex__sokuhimePopupTxt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

.f-prefIndex .prefIndex__sokuhimePopupTxt::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  margin-right: 8px;
  background: url(/assets/img/user/pc/top/ico_sokuhimeStar--popup.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__ms {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__msHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headMs.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__msContent {
  border-radius: 6px;
  background: linear-gradient(180deg, #ffe67a, #d9b544);
}

.f-prefIndex .prefIndex__msSwiper {
  padding: 12px 14px 12px 12px;
}

.f-prefIndex .prefIndex__msList {
  height: 198px;
}

.f-prefIndex .prefIndex__msItem {
  width: 323px;
  height: 196px;
  border: 1px solid #60de4a;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0 #60de4a;
}

.f-prefIndex .prefIndex__msBanner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 11px 7px 7px;
}

.f-prefIndex .prefIndex__msThumb {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 132px;
  height: 176px;
  margin-right: 8px;
}

.f-prefIndex .prefIndex__msImg {
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

.f-prefIndex .prefIndex__msCrown {
  position: absolute;
  top: -7.43px;
  right: -9px;
  transform: rotate(15deg);
  width: 36px;
  height: 28.76px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

.f-prefIndex .prefIndex__msInfo {
  width: calc(100% - 140px);
  font-size: 0;
}

.f-prefIndex .prefIndex__msName {
  max-width: 100%;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #111211;
}

.f-prefIndex .prefIndex__msSize {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #b5b6be;
}

.f-prefIndex .prefIndex__msShop {
  min-height: 40px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #111211;
}

.f-prefIndex .prefIndex__msArea {
  margin-bottom: 11px;
  font-size: 13px;
  line-height: 19px;
  color: #b5b6be;
}

.f-prefIndex .prefIndex__msMore {
  width: 167px;
  height: 32px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

.f-prefIndex .prefIndex__shopRank {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__shopRankHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headShopRank.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__shopRankDate {
  font-size: 14px;
  color: #39bf22;
}

.f-prefIndex .prefIndex__shopRankList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.f-prefIndex .prefIndex__shopRankItem {
  width: 180px;
}

.f-prefIndex .prefIndex__shopRankLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.f-prefIndex .prefIndex__shopRankThumb {
  margin-bottom: 8px;
  padding: 0 2px 2px;
  border-radius: 4px;
  background-color: #5ed000;
}

.f-prefIndex .prefIndex__shopRankThumb .prefIndex__shopRankNum {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-left: 2px;
  font-size: 0;
  line-height: 32px;
}

.f-prefIndex .prefIndex__shopRankThumb .prefIndex__shopRankNum img {
  vertical-align: middle;
  object-fit: contain;
}

.f-prefIndex .prefIndex__shopRankThumb.no01 .prefIndex__shopRankNum, .f-prefIndex .prefIndex__shopRankThumb.no02 .prefIndex__shopRankNum, .f-prefIndex .prefIndex__shopRankThumb.no03 .prefIndex__shopRankNum {
  margin-left: 2.4px;
}

.f-prefIndex .prefIndex__shopRankThumb.no01 {
  background-color: #f7d339;
}

.f-prefIndex .prefIndex__shopRankThumb.no02 {
  background-color: #bdc3c9;
}

.f-prefIndex .prefIndex__shopRankThumb.no03 {
  background-color: #e09b48;
}

.f-prefIndex .prefIndex__shopRankImg {
  width: 176px;
  height: 176px;
  border-radius: 3px;
}

.f-prefIndex .prefIndex__shopRankName {
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #111211;
  height: 48px;
}

.f-prefIndex .prefIndex__shopRankArea {
  margin: auto 0 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: #b5b6be;
}

.f-prefIndex .prefIndex__shopRankHours {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #2e2e2f;
}

.f-prefIndex .prefIndex__shopRankHours::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  background: url(/assets/img/user/pc/top/ico_shopRankHours.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__shopRankBtn::after {
  background: url(/assets/img/user/pc/top/ico_arrowRight-wt.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__review {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__reviewHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headReview.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__reviewList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.f-prefIndex .prefIndex__reviewItem {
  width: 568px;
  height: 303px;
  padding: 11px;
  border: 1px solid #5ac600;
  border-radius: 8px;
  box-shadow: 3px 3px 0 #5ac600;
}

.f-prefIndex .prefIndex__reviewItemHead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.f-prefIndex .prefIndex__reviewUser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}

.f-prefIndex .prefIndex__reviewUserIcon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 50vh;
  overflow: hidden;
}

.f-prefIndex .prefIndex__reviewUserProf {
  display: -ms-flexbox;
  display: flex;
}

.f-prefIndex .prefIndex__reviewUserName {
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #1d1f1d;
}

.f-prefIndex .prefIndex__reviewUserAge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 24px;
  color: #1d1f1d;
}

.f-prefIndex .prefIndex__reviewDate {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  color: #39bf22;
}

.f-prefIndex .prefIndex__reviewScore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.f-prefIndex .prefIndex__reviewScoreImg {
  width: 99.77px;
  height: 16.79px;
  margin-right: 8.2px;
}

.f-prefIndex .prefIndex__reviewScoreTxt {
  font-size: 20px;
  font-weight: bold;
  color: #fdbb02;
}

.f-prefIndex .prefIndex__reviewContent {
  margin-bottom: 7px;
}

.f-prefIndex .prefIndex__reviewTtl {
  max-width: 100%;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #1d1f1d;
}

.f-prefIndex .prefIndex__reviewDtl {
  min-height: 72px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 24px;
  color: #111211;
}

.f-prefIndex .prefIndex__reviewDtl.p-lineClump {
  -webkit-line-clamp: 3;
}

.f-prefIndex .prefIndex__reviewMoreLink {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 12px;
  line-height: 18px;
  color: #13acd0;
}

.f-prefIndex .prefIndex__reviewItemBottom {
  padding-top: 12px;
  border-top: 1px solid #4ba500;
}

.f-prefIndex .prefIndex__reviewGirl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.f-prefIndex .prefIndex__reviewGirlThumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  margin-right: 8px;
  border-radius: 5px;
  overflow: hidden;
}

.f-prefIndex .prefIndex__reviewGirlInfo {
  width: calc(100% - 72px - 8px);
}

.f-prefIndex .prefIndex__reviewGirlProf {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 4px;
}

.f-prefIndex .prefIndex__reviewGirlName {
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #ff007b;
}

.f-prefIndex .prefIndex__reviewGirlAge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #ff007b;
}

.f-prefIndex .prefIndex__reviewGirlShop {
  max-width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #111211;
}

.f-prefIndex .prefIndex__reviewGirlArea {
  font-size: 12px;
  line-height: 16px;
  color: #b5b6be;
}

.f-prefIndex .prefIndex__diary {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__diaryHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headDiary.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__diaryRankList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 32px;
  margin-bottom: 24px;
}

.f-prefIndex .prefIndex__diaryRankHead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.f-prefIndex .prefIndex__diaryRankInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.f-prefIndex .prefIndex__diaryRankNum {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.f-prefIndex .prefIndex__diaryRankStatus {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.f-prefIndex .prefIndex__diaryGirl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.f-prefIndex .prefIndex__diaryGirlInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -2px 12px 0 0;
}

.f-prefIndex .prefIndex__diaryGirlProf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 367px;
  margin-bottom: 3px;
}

.f-prefIndex .prefIndex__diaryGirlName {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #111211;
}

.f-prefIndex .prefIndex__diaryGirlAge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.f-prefIndex .prefIndex__diaryGirlSize {
  font-size: 14px;
  line-height: 16px;
  color: #b5b6be;
}

.f-prefIndex .prefIndex__diaryGirlIcon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50vh;
  overflow: hidden;
}

.f-prefIndex .prefIndex__diaryPhotoList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.f-prefIndex .prefIndex__diaryPhotoItem {
  width: 132px;
  height: 132px;
  border-radius: 4px;
  overflow: hidden;
}

.f-prefIndex .prefIndex__diaryPhotoLink {
  display: block;
  width: 100%;
  height: 100%;
}

.f-prefIndex .prefIndex__diaryBtn::after {
  background: url(/assets/img/user/pc/top/ico_arrowRight-wt.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__ticket {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__ticketHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headTicket.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__ticketList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.f-prefIndex .prefIndex__ticketItem {
  position: relative;
  width: 180px;
  height: 328px;
  border: 1px solid #5ac600;
  border-radius: 4px;
  box-shadow: 3px 3px 0 #5ac600;
}

.f-prefIndex .prefIndex__ticketLink {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px;
}

.f-prefIndex .prefIndex__ticketSale {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translate(-1px, -1px);
  width: 44px;
  height: 44px;
}

.f-prefIndex .prefIndex__ticketThumb {
  width: 160px;
  height: 160px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.f-prefIndex .prefIndex__ticketPrice {
  position: relative;
  padding-bottom: 22px;
}

.f-prefIndex .prefIndex__ticketPrice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -5px);
  width: 160px;
  height: 16px;
  background: url(/assets/img/user/pc/top/ico_ticketCut.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__ticketPriceNormal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.f-prefIndex .prefIndex__ticketPriceNormalTxt {
  font-size: 14px;
  color: #111211;
}

.f-prefIndex .prefIndex__ticketPriceNormalNum {
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
  color: #111211;
}

.f-prefIndex .prefIndex__ticketPriceSaleTxt {
  font-size: 14px;
  font-weight: bold;
  color: #1ea4e0;
}

.f-prefIndex .prefIndex__ticketPriceSaleNum {
  text-align: right;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  color: #1ea4e0;
}

.f-prefIndex .prefIndex__ticketShop {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #111211;
}

.f-prefIndex .prefIndex__ticketBtn::after {
  background: url(/assets/img/user/pc/top/ico_arrowRight-wt.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__shopNew {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__shopNew .prefIndex__sectionHead {
  margin-bottom: 57px;
}

.f-prefIndex .prefIndex__shopNewHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headShopNew.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__shopNewList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.f-prefIndex .prefIndex__shopNewItem {
  width: 216px;
  border: 2px solid #39bf22;
  border-radius: 6px;
}

.f-prefIndex .prefIndex__shopNewLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 14px 7px;
}

.f-prefIndex .prefIndex__shopNewLink:hover {
  opacity: 1;
}

.f-prefIndex .prefIndex__shopNewLink:hover p {
  opacity: 0.7;
}

.f-prefIndex .prefIndex__shopNewThumb {
  position: relative;
  z-index: 2;
  width: 184px;
  height: 184px;
  margin: -35px auto 12px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.f-prefIndex .prefIndex__shopNewDate {
  display: grid;
  place-content: center;
  width: 184px;
  height: 32px;
  margin-bottom: 6px;
  border-radius: 50vh;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: #4ba500;
}

.f-prefIndex .prefIndex__shopNewName {
  margin-bottom: 1px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #111211;
}

.f-prefIndex .prefIndex__shopNewArea {
  margin-top: auto;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #b5b6be;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.f-prefIndex .prefIndex__group {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__groupHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headGroup.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__groupSwiper {
  margin-bottom: 22px;
}

.f-prefIndex .prefIndex__groupItem {
  width: 343px;
}

.f-prefIndex .prefIndex__groupRank {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6.4px;
}

.f-prefIndex .prefIndex__groupRankNum {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-left: 2px;
}

.f-prefIndex .prefIndex__groupRankNum img {
  object-fit: contain;
}

.f-prefIndex .prefIndex__groupRankTxt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.f-prefIndex .prefIndex__groupThumb {
  width: 343px;
  height: 233px;
  margin-bottom: 6px;
  padding: 6px 8px 8px;
  border-radius: 4px;
  background-color: #5ed000;
}

.f-prefIndex .prefIndex__groupThumb.no1 {
  background-color: #f7d339;
}

.f-prefIndex .prefIndex__groupThumb.no2 {
  background-color: #bdc3c9;
}

.f-prefIndex .prefIndex__groupThumb.no3 {
  background-color: #e09b48;
}

.f-prefIndex .prefIndex__groupImg {
  width: 327px;
  height: 193px;
  border-radius: 5px;
  overflow: hidden;
}

.f-prefIndex .prefIndex__groupShop {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #111211;
}

.f-prefIndex .prefIndex__groupBtn::after {
  background: url(/assets/img/user/pc/top/ico_arrowRight-wt.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__recruit {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__recruitHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headRecruit.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__recruitList {
  margin-bottom: 24px;
}

.f-prefIndex .prefIndex__recruitItem {
  width: 280px;
  height: 203px;
}

.f-prefIndex .prefIndex__recruitLink {
  display: block;
  width: 100%;
  height: 100%;
}

.f-prefIndex .prefIndex__recruitThumb {
  width: 280px;
  height: 120px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.f-prefIndex .prefIndex__recruitDtl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 280px;
  height: 83px;
  padding: 6px 7px 7px;
  border: 1px solid #5ac600;
  border-radius: 0 0 5px 5px;
}

.f-prefIndex .prefIndex__recruitTtl {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #121112;
}

.f-prefIndex .prefIndex__recruitShop {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #b5b6be;
  font-size: 12px;
  line-height: 16px;
  color: #121112;
}

.f-prefIndex .prefIndex__recruitBtn {
  border-color: #158ce0;
  color: #111211;
  background-color: #fff;
  box-shadow: 3px 3px 0 #158ce0;
}

.f-prefIndex .prefIndex__recruitBtn::after {
  background: url(/assets/img/user/pc/top/ico_arrowRight-sky.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__useful {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__useful .prefIndex__sectionHead {
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-prefIndex .prefIndex__usefulHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headUseful.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__usefulSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-prefIndex .prefIndex__usefulSearchTxt {
  margin-right: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #111211;
}

.f-prefIndex .prefIndex__usefulSearchSelectWrapper {
  position: relative;
}

.f-prefIndex .prefIndex__usefulSearchSelectWrapper::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(/assets/img/user/pc/top/ico_selectArrow.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__usefulSearchSelect {
  width: 148px;
  height: 36px;
  padding: 10px 15px;
  border: 1px solid #c0c4cc;
  border-radius: 8px;
  font-size: 14px;
  color: #111211;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.f-prefIndex .prefIndex__usefulSectionHead {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.f-prefIndex .prefIndex__usefulSectionHead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 50vh;
  background: linear-gradient(to right, #4ba500 0%, #111211 100%);
}

.f-prefIndex .prefIndex__usefulSectionHeadTtl {
  font-size: 20px;
  font-weight: bold;
  color: #111211;
}

.f-prefIndex .prefIndex__usefulSectionHeadTxt {
  font-size: 14px;
  color: #b5b6be;
}

.f-prefIndex .prefIndex__usefulData {
  margin-bottom: 40px;
}

.f-prefIndex .prefIndex__usefulData:has(.prefIndex__usefulBtn) {
  margin-bottom: 20px;
}

.f-prefIndex .prefIndex__usefulDataHead {
  padding: 17px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
}

.f-prefIndex .prefIndex__usefulDataContent {
  height: 250px;
  border-style: solid;
  border-color: #eaeaea;
  background-color: #fff;
}

.f-prefIndex .prefIndex__usefulContent {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 20px;
}

.f-prefIndex .prefIndex__usefulContent.on {
  display: grid;
}

.f-prefIndex .prefIndex__usefulPrice {
  width: 386px;
}

.f-prefIndex .prefIndex__usefulPriceHead {
  border-radius: 6px 0 0 0;
  background-color: #3490de;
}

.f-prefIndex .prefIndex__usefulPriceContent {
  padding: 17px 15px 28px;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 6px 6px;
}

.f-prefIndex .prefIndex__usefulPriceArea {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.f-prefIndex .prefIndex__usefulPriceAvg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 3px;
}

.f-prefIndex .prefIndex__usefulPriceAvgDt {
  font-size: 18px;
  color: #333;
}

.f-prefIndex .prefIndex__usefulPriceAvgDd {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.f-prefIndex .prefIndex__usefulPriceAvgNum {
  margin-right: 1px;
  font-size: 28px;
  line-height: 48px;
  color: #3490de;
}

.f-prefIndex .prefIndex__usefulPriceRange {
  display: table;
  width: 100%;
  margin-bottom: 17px;
  border-top: 1px solid #eaeaea;
}

.f-prefIndex .prefIndex__usefulPriceRangeTr {
  display: table-row;
  border-bottom: 1px solid #eaeaea;
}

.f-prefIndex .prefIndex__usefulPriceRangeTh {
  display: table-cell;
  width: 77px;
  padding: 4px 0;
}

.f-prefIndex .prefIndex__usefulPriceRangeThTxt {
  display: grid;
  place-content: center;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  color: #414141;
  background-color: #f5f5f5;
}

.f-prefIndex .prefIndex__usefulPriceRangeTd {
  display: table-cell;
  width: calc(100% - 77px);
  padding: 4px 0;
}

.f-prefIndex .prefIndex__usefulPriceRangeTdTxt {
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
}

.f-prefIndex .prefIndex__usefulPriceRangeTdNum {
  font-size: 20px;
  color: #3490de;
}

.f-prefIndex .prefIndex__usefulPriceAnnoTxt {
  font-size: 12px;
  line-height: 18px;
}

.f-prefIndex .prefIndex__usefulHotel {
  width: 386px;
}

.f-prefIndex .prefIndex__usefulHotelHead {
  background-color: #4ba500;
}

.f-prefIndex .prefIndex__usefulHotelContent {
  display: grid;
  place-content: center;
  padding: 24px 0 29px;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 6px 6px;
}

.f-prefIndex .prefIndex__usefulHotelContent > .content {
  min-height: 245px;
  width: 385px;
  padding: 14px 16px;
  background-color: #fff;
}

.f-prefIndex .prefIndex__usefulGenre {
  width: 386px;
}

.f-prefIndex .prefIndex__usefulGenreHead {
  border-radius: 0 6px 0 0;
  background-color: #fc5185;
}

.f-prefIndex .prefIndex__usefulGenreContent {
  padding: 16px 15px 21px;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 6px 6px;
}

.f-prefIndex .prefIndex__usefulGenreTable {
  display: table;
  width: 100%;
}

.f-prefIndex .prefIndex__usefulGenreTr {
  display: table-row;
}

.f-prefIndex .prefIndex__usefulGenreTh {
  display: table-cell;
  width: 132px;
  margin-right: 8px;
  padding: 4px 0;
  vertical-align: middle;
}

.f-prefIndex .prefIndex__usefulGenreTh span {
  display: grid;
  place-content: center;
  width: 124px;
  min-height: 32px;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  background-color: #fff7fa;
}

.f-prefIndex .prefIndex__usefulGenreTd {
  position: relative;
  display: table-cell;
  width: calc(100% - 124px - 8px);
  padding: 4px 0;
  vertical-align: middle;
}

.f-prefIndex .prefIndex__usefulGenreBar {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffcee4;
  border-radius: 0 4px 4px 0;
  height: 26px;
}

.f-prefIndex .prefIndex__usefulGenreBar.champion {
  background-color: #fc5185;
}

.f-prefIndex .prefIndex__usefulGenreValue {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  color: #ff3b95;
}

.f-prefIndex .prefIndex__usefulBtn {
  display: none;
}

.f-prefIndex .prefIndex__usefulBtn::after {
  background: url(/assets/img/user/pc/top/ico_arrowRight-wt.svg) no-repeat center/contain;
}

.f-prefIndex .prefIndex__usefulBtn.on {
  display: -ms-flexbox;
  display: flex;
}

.f-prefIndex .prefIndex__usefulMapContent {
  width: 100%;
  height: 631px;
}

.f-prefIndex .prefIndex__hotelSearch {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__hotelSearchHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headHotelList.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__hotelSearchList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.f-prefIndex .prefIndex__hotelSearchItem {
  width: 376px;
  height: 160px;
  border-radius: 5px;
  overflow: hidden;
}

.f-prefIndex .prefIndex__hotelSearchItem.love {
  background: url(/assets/img/hotel/common/pc/love_hotel.png);
  background-size: cover;
  background-position: center;
}

.f-prefIndex .prefIndex__hotelSearchItem.love:hover {
  opacity: 0.7;
}

.f-prefIndex .prefIndex__hotelSearchItem.biz {
  background: url(/assets/img/hotel/common/pc/biz_hotel.png);
  background-size: cover;
  background-position: center;
}

.f-prefIndex .prefIndex__hotelSearchItem.biz:hover {
  opacity: 0.7;
}

.f-prefIndex .prefIndex__hotelSearchItem.intro {
  background: url(/assets/img/hotel/common/pc/love_hotel_ranking.png);
  background-size: cover;
  background-position: center;
}

.f-prefIndex .prefIndex__hotelSearchItem.intro:hover {
  opacity: 0.7;
}

.f-prefIndex .prefIndex__hotelSearchLink {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.f-prefIndex .prefIndex__hotelSearchTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.f-prefIndex .prefIndex__hotelSearchTxt-sm {
  font-size: 24px;
}

.f-prefIndex .prefIndex__relatedSite {
  margin-bottom: 60px;
}

.f-prefIndex .prefIndex__relatedSiteHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headRelatedSite.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__relatedSiteList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.f-prefIndex .prefIndex__relatedSiteItem {
  width: 278px;
  height: 112px;
}

.f-prefIndex .prefIndex__relatedSiteLink {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
}

.f-prefIndex .prefIndex__relatedSiteLink.vanilla {
  border-color: #ff2f9a;
  box-shadow: 3px 3px 0 #ff2f9a;
}

.f-prefIndex .prefIndex__relatedSiteLink.mens-vanilla {
  border-color: #158ce0;
  box-shadow: 3px 3px 0 #158ce0;
}

.f-prefIndex .prefIndex__relatedSiteLink.fuzoku {
  border-color: #ff1f89;
  box-shadow: 3px 3px 0 #ff1f89;
}

.f-prefIndex .prefIndex__relatedSiteLink.mens-est {
  border-color: #333333;
  box-shadow: 3px 3px 0 #333333;
}

.f-prefIndex .prefIndex__relatedSiteLink:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
  opacity: 1;
}

.f-prefIndex .prefIndex__relatedService {
  margin-bottom: 30px;
}

.f-prefIndex .prefIndex__relatedServiceHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headRelatedService.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__relatedServiceLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 278px;
  height: 57px;
  border-radius: 4px;
  transition: 0.3s;
}

.f-prefIndex .prefIndex__relatedServiceLink.japan {
  border: 1px solid #fc1f89;
  box-shadow: 3px 3px 0 #fc1f89;
}

.f-prefIndex .prefIndex__relatedServiceLink.japan .prefIndex__relatedServiceImg {
  width: 210px;
  height: 30px;
}

.f-prefIndex .prefIndex__relatedServiceLink:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
  opacity: 1;
}

.f-prefIndex .prefIndex__search {
  padding: 30px 0;
  background-color: #f6f8f4;
}

.f-prefIndex .prefIndex__searchHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headSearch.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__searchCardItem {
  border-radius: 10px;
  box-shadow: 3px 3px 0 #4ba500;
}

.f-prefIndex .prefIndex__searchCardItem:not(:last-child) {
  margin-bottom: 24px;
}

.f-prefIndex .prefIndex__searchTtl {
  position: relative;
  padding: 10px 16px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  background-color: #39bf22;
}

.f-prefIndex .prefIndex__searchContent {
  padding: 12px 14px 12px;
  border: 2px solid #3abf22;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.f-prefIndex .prefIndex__searchCharItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.f-prefIndex .prefIndex__searchCharItem:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

.f-prefIndex .prefIndex__searchCharItem:not(:first-child) {
  margin-top: 10px;
}

.f-prefIndex .prefIndex__searchCharHead {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  width: 80px;
  height: 40px;
  margin: 2px 12px 2px 0;
  border: 1px solid #39bf22;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #39bf22;
  background-color: #fff;
}

.f-prefIndex .prefIndex__searchSubListWrapper {
  overflow: hidden;
}

.f-prefIndex .prefIndex__searchSubList {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: -4px 0 0 -17px;
}

.f-prefIndex .prefIndex__searchSubItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 0 0 8px;
}

.f-prefIndex .prefIndex__searchSubItem::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin-right: 8px;
  border-radius: 50vh;
  background-color: #4ba500;
}

.f-prefIndex .prefIndex__searchSubLink {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #2e2e2f;
}

.f-prefIndex .prefIndex__searchGenreHead {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #39bf22;
}

.f-prefIndex .prefIndex__searchGenreItem:not(:last-child) {
  margin-bottom: 12px;
}

.f-prefIndex .prefIndex__about {
  padding: 30px 0 75px;
  background-color: #f6f8f4;
}

.f-prefIndex .prefIndex__about .prefIndex__sectionHead {
  margin-bottom: 19px;
}

.f-prefIndex .prefIndex__aboutHeadTxt::before {
  background: #4ba500 url(/assets/img/user/pc/top/ico_headAbout.svg) no-repeat center/26px 26px;
}

.f-prefIndex .prefIndex__aboutDetailTxt {
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2f;
}
