@charset "UTF-8";
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*=====================================
エリア検索パーツ
======================================*/
.c-area__outer {
  margin: 1rem 0;
}
@media (min-width: 48em) {
  .c-area__outer {
    margin: 5rem 0;
  }
}
@media (min-width: 70em) {
  .c-area__outer {
    margin: 8rem 0;
  }
}
.c-area__inr {
  width: min(95%, 112rem);
  margin: 0 auto;
}
.c-area__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 48em) {
  .c-area__head {
    gap: 1rem;
  }
}
.c-area__bunner {
  -webkit-flex-basis: calc(50% - 0.5rem);
      -ms-flex-preferred-size: calc(50% - 0.5rem);
          flex-basis: calc(50% - 0.5rem);
  background-position: center;
  background-size: cover;
}
.c-area__bunner a {
  display: block;
  position: relative;
}
.c-area__bunner img {
  width: 100%;
  height: auto;
}
.c-area__bg {
  padding-top: 40%;
  background-size: cover;
  background-position: center;
}
.c-area__itemWrap {
  margin-top: 1rem;
}
@media (min-width: 48em) {
  .c-area__itemWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.c-area__item {
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .c-area__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.c-area__title {
  margin-bottom: 0;
}
.c-area__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-area__list {
  list-style: none;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}
.c-area__link {
  text-decoration: none;
  color: #3A3737;
}
.c-area__link:hover {
  color: #F83333;
}

.c-bunner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-bunner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 36, 36, 0.55);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-bunner:hover::after {
  background: rgba(0, 0, 0, 0.644);
}
.c-bunner--blue::after {
  background: rgba(42, 112, 121, 0.55);
}
.c-bunner--blue:hover::after {
  background: rgba(10, 23, 25, 0.55);
}
.c-bunner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 90%;
}
@media (min-width: 70em) {
  .c-bunner__title {
    font-size: 2.4rem;
  }
}

@media (min-width: 48em) {
  .c-genre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.c-genre__box {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 2rem;
}
.c-genre__box--wide {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.c-genre__subTitle {
  font-size: clamp(1.8rem, 1.5984rem + 0.54vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
}
.c-genre__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 0.8rem;
}
.c-genre__list {
  list-style: none;
}
.c-genre__list a {
  display: inline-block;
  text-decoration: none;
  color: #3A3737;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.51rem;
  border: 1px solid #3A3737;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.c-genre__list a:hover {
  color: #fff;
  background: #3A3737;
}

/*=====================================
スライダーパーツ
======================================*/
.c-slider__outer {
  margin: 3.2rem 0;
}
@media (min-width: 48em) {
  .c-slider__outer {
    margin: 9rem 0;
  }
}
@media (min-width: 70em) {
  .c-slider__outer {
    margin: 12rem 0;
  }
}
.c-slider__inr {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 70em) {
  .c-slider__inr {
    width: min(95%, 112rem);
  }
}
.c-slider__contents {
  width: 100%;
  height: 100%;
}
.c-slider__childBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-slider__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #3A3737;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-slider__link--frame {
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.3rem;
}
.c-slider__link:hover {
  opacity: 0.7;
}
.c-slider__imgWrap {
  border-radius: 1em;
  overflow: hidden;
}
.c-slider__imgWrap--spe, .c-slider__imgWrap--review {
  border-radius: 1em 1em 0 0;
}
.c-slider__imgWrap--square {
  border-radius: 0;
}
.c-slider__img {
  background-size: cover;
  background-position: center;
  padding-top: 75%;
  position: relative;
  max-width: 26rem;
}
.c-slider__img--spe {
  padding-top: 62%;
}
.c-slider__watermark {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #707070;
  font-style: italic;
}
.c-slider__title {
  margin-bottom: 1rem;
}
.c-slider__subTitle {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-all;
}
.c-slider__foot {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.c-slider__foot h3 {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
}
.c-slider__text {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-all;
}
.c-slider__date {
  text-align: right;
}
.c-slider__navigation {
  display: none;
}
@media (min-width: 48em) {
  .c-slider__navigation {
    display: block;
  }
}
.c-slider .swiper {
  padding: 0 2.5%;
}
@media (min-width: 96em) {
  .c-slider .swiper {
    padding: 0 1%;
  }
}
.c-slider .swiper-slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.c-slider .swiper-slide--heightTop {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.c-slider .swiper-button-prev,
.c-slider .swiper-button-next {
  height: 5rem;
  width: 5rem;
}
.c-slider .swiper-button-prev--small,
.c-slider .swiper-button-next--small {
  height: 3rem;
  width: 3rem;
}
@media (min-width: 48em) {
  .c-slider .swiper-button-prev--small,
  .c-slider .swiper-button-next--small {
    height: 5rem;
    width: 5rem;
  }
}
.c-slider .swiper-button-prev::after,
.c-slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
}
@media (min-width: 48em) {
  .c-slider .swiper-button-prev {
    left: 1%;
  }
}
.c-slider .swiper-button-prev::after {
  background-image: url(../img/common/slider/c-slider__prev.svg);
}
@media (min-width: 48em) {
  .c-slider .swiper-button-next {
    right: 1%;
  }
}
.c-slider .swiper-button-next::after {
  background-image: url(../img/common/slider/c-slider__next.svg);
}
.c-slider .swiper-pagination {
  bottom: -4rem !important;
}
.c-slider .swiper-pagination-bullet {
  background-color: #3A3737;
}

.c-sliderReview__shadow {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.4rem;
  border-radius: 1em;
  overflow: hidden;
  min-width: 21rem;
}
.c-sliderReview__head {
  border-radius: 1em 1em 0 0;
}
.c-sliderReview__bg {
  position: relative;
}
.c-sliderReview__bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 31, 31, 0.5);
}
.c-sliderReview__visit, .c-sliderReview__headText {
  z-index: 1;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.c-sliderReview__visit {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
}
.c-sliderReview__headText {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
.c-sliderReview__headText p {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  margin-bottom: 0;
}
.c-sliderReview__name {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  word-break: break-all;
}
.c-sliderReview__foot {
  padding: 1em;
  margin-top: 0;
}
.c-sliderReview__foot p {
  margin-bottom: 0;
}
.c-sliderReview__repoData {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-sliderReview__repoData img {
  width: 33.3333333333%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-sliderReview__repoData span {
  margin-left: 1em;
}
.c-sliderReview__avatar {
  margin: 0.8em 0 0.5em 0;
}
.c-sliderReview__privateMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  z-index: 2;
  border-radius: 1em;
}
.c-sliderReview__privateMask i {
  color: #666;
}
.c-sliderReview__privateMask span {
  color: #444;
}

.c-sliderHeroSp, .c-spotHero {
  position: relative;
  width: 100%;
}
.c-sliderHeroSp__inr {
  position: relative;
  max-width: 112rem;
}
@media (min-width: 70em) {
  .c-sliderHeroSp__inr {
    margin: 2rem auto;
    border-radius: 3rem;
    overflow: hidden;
  }
}
.c-sliderHeroSp p, .c-spotHero p {
  margin-bottom: 0;
}
.c-sliderHeroSp .swiper, .c-spotHero .swiper {
  padding: 0;
}
.c-sliderHeroSp__img {
  padding-top: 66%;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 48em) {
  .c-sliderHeroSp__img {
    padding-top: 50%;
  }
}
.c-sliderHeroSp__img--100 {
  padding-top: 100%;
}
.c-sliderHeroSp__img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 232, 232, 0)), color-stop(18.23%, rgba(58, 55, 55, 0.31)), color-stop(49.48%, rgba(75, 72, 72, 0.755208)), to(#414040));
  background: -webkit-linear-gradient(top, rgba(233, 232, 232, 0) 0%, rgba(58, 55, 55, 0.31) 18.23%, rgba(75, 72, 72, 0.755208) 49.48%, #414040 100%);
  background: linear-gradient(180deg, rgba(233, 232, 232, 0) 0%, rgba(58, 55, 55, 0.31) 18.23%, rgba(75, 72, 72, 0.755208) 49.48%, #414040 100%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.56;
}
.c-sliderHeroSp__box {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #fff;
  z-index: 10;
  line-height: 1.6;
  width: calc(100% - 32px - 3rem);
}
@media (min-width: 48em) {
  .c-sliderHeroSp__box {
    bottom: 3rem;
    left: 2rem;
  }
}
.c-sliderHeroSp__box--noBg {
  position: relative;
  bottom: unset;
  left: unset;
  color: #3A3737;
  margin-top: 3.4rem;
  padding-left: 1rem;
}
.c-sliderHeroSp__mark {
  border: 1px solid;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .c-sliderHeroSp__mark {
    font-size: 1.6rem;
  }
}
.c-sliderHeroSp__ttl {
  font-size: clamp(2rem, 1.6976rem + 0.81vw, 2.6rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.c-sliderHeroSp__ttl span {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  display: block;
  font-weight: 400;
}
.c-sliderHeroSp__subTtl,
.c-sliderHeroSp p,
.c-spotHero p {
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 0;
}
.c-sliderHeroSp__icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
}
.c-sliderHeroSp__link {
  text-decoration: none;
  color: #fff;
}
.c-sliderHeroSp__link:hover {
  color: #007aff;
}
.c-sliderHeroSp__link--black {
  color: #3A3737;
}

.c-sliderHeroPc__main .swiper-button-prev,
.c-sliderHeroPc__main .swiper-button-next {
  color: #fff;
}
.c-sliderHeroPc__main .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.c-sliderHeroPc__thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.c-sliderHeroPc__thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.c-sliderHeroPc__thumb .swiper-slide-thumb-active {
  opacity: 1;
}
.c-sliderHeroPc__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

/*=====================================
レポーター、アバター、評価関係
======================================*/
.c-avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-avatar img {
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.5em;
}
.c-avatar--small img {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 3.2rem;
}

.c-reporter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-reporter p {
  margin-bottom: 0;
}

.c-star span {
  margin-left: 1rem;
}

.c-repoHero {
  position: relative;
}
.c-repoHero .c-hero__inr {
  max-width: 76.8rem;
}
@media (min-width: 48em) {
  .c-repoHero .c-hero__inr {
    margin: 1em auto;
  }
}
.c-repoHero__info {
  width: min(95%, 76.8rem);
  margin: 0 auto;
  margin: 0 auto 2rem;
  margin-top: -2rem;
  position: relative;
}
@media (min-width: 48em) {
  .c-repoHero__info {
    margin: 0 auto 3rem;
    margin-top: -4rem;
  }
}
@media (min-width: 48em) {
  .c-repoHero__left {
    margin-left: 1em;
  }
}
.c-repoHero__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-repoHero__avatar {
  width: 12.6rem;
  height: 12.6rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .c-repoHero__avatar {
    width: 14.2rem;
    height: 14.2rem;
  }
}
.c-repoHero__avatar img {
  border: 3px solid #fff;
  border-radius: 12.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.c-repoHero__repoText {
  position: relative;
  margin: 3em 0 0 1em;
}
.c-repoHero__menu {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F2F2F1;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-repoHero__menu.active {
  background-color: #D9D9D9;
}
.c-repoHero__nameWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-repoHero__name {
  line-height: 1.5;
  margin: 0;
}
.c-repoHero__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 48em) {
  .c-repoHero__medium {
    text-align: right;
  }
}
.c-repoHero .c-reporter p {
  margin-bottom: 0;
  font-weight: 600;
}

.c-repoMenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 14em;
  background-color: #fff;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  z-index: 990;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c-repoMenu__inr {
  padding: 0.5em 0;
}
.c-repoMenu__list {
  padding: 0.75em 1em;
  position: relative;
}
.c-repoMenu__list:hover {
  background-color: #F2F2F1;
}
.c-repoMenu__list i {
  padding-right: 0.5em;
}
.c-repoMenu__link {
  cursor: pointer;
  color: #3A3737;
  text-decoration: none;
  display: block;
}
.c-repoMenu.active {
  display: block;
  top: calc(100% + 0.5em);
  opacity: 1;
}

.c-repoValue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-repoValue__list {
  list-style: none;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media (min-width: 48em) {
  .c-repoValue__list {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
  }
}

@media (min-width: 48em) {
  .c-ranking__outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-ranking__box {
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .c-ranking__box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-ranking__ttl {
  position: relative;
  cursor: pointer;
}
.c-ranking__ttl:before, .c-ranking__ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 2px;
  background: #3A3737;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}
.c-ranking__ttl::after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
}
.c-ranking__ttl.active {
  border-radius: 1rem 1rem 0 0;
}
.c-ranking__ttl.active::before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.c-ranking__ttl.active::after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.c-ranking__ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height;
}
.c-ranking__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  border: 1px solid;
  margin-bottom: 1em;
  padding: 1em;
}
.c-ranking__list:hover {
  background: #FBF5B7;
}
.c-ranking__link {
  text-decoration: none;
  color: #3A3737;
  width: 100%;
}
.c-ranking__link p {
  margin-bottom: 0.5em;
}
.c-ranking__link h4 {
  margin-bottom: 0;
}
.c-ranking__link h4 span {
  font-family: inherit;
  margin-left: 0.5rem;
  margin-right: 0;
}
.c-ranking__text {
  margin-left: 1em;
  margin-right: 2em;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .c-followList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-followList__list {
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  position: relative;
  margin-bottom: 1em;
  list-style: none;
}
@media (min-width: 48em) {
  .c-followList__list {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
}
.c-followList__privateMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  z-index: 2;
  border-radius: 1rem;
}
.c-followList__privateMask i {
  color: #666;
}
.c-followList__privateMask span {
  color: #444;
}
.c-followList__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.c-followList__bg {
  height: 12rem;
}
.c-followList__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem 1rem 0 0;
}
.c-followList__reporter {
  position: relative;
  padding: 0 1em 1em;
}
.c-followList__avatarWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.c-followList__avatar {
  margin-top: -3rem;
}
.c-followList__avatar img {
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  overflow: hidden;
  border: 2px solid #fff;
}
.c-followList__name {
  margin-left: 1em;
}
.c-followList__info p {
  margin-bottom: 0;
}
.c-followList__icon {
  position: absolute;
  top: 0.4em;
  right: 0.6em;
  z-index: 10;
}

.c-shopReview__ttl {
  font-size: clamp(1.8rem, 1.5984rem + 0.54vw, 2.2rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.c-shopReview__avatarWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media (min-width: 48em) {
  .c-shopReview__avatarWrap .c-avatar img {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.c-shopReview__avatarText {
  margin-left: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=====================================
topページ関係
======================================*/
.p-hero__inr {
  height: 100vw;
  overflow: hidden;
}
@media (min-width: 40em) {
  .p-hero__inr {
    width: min(100%, 160rem);
    height: 45rem;
    margin: 0 auto;
  }
}
@media (min-width: 70em) {
  .p-hero__inr {
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-heroMain {
  -webkit-flex-basis: 80.4rem;
      -ms-flex-preferred-size: 80.4rem;
          flex-basis: 80.4rem;
  position: relative;
  overflow: hidden;
}
.p-heroMain__inr {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  z-index: 30;
}
@media (min-width: 70em) {
  .p-heroMain__inr {
    top: 60%;
  }
}
.p-heroMain__caption {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-heroMain__caption::before, .p-heroMain__caption::after {
  content: "";
  display: block;
  width: 1px;
  height: 2em;
  background-color: #3A3737;
}
.p-heroMain__caption::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-right: 0.5em;
}
.p-heroMain__caption::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-left: 0.5em;
}
.p-heroMain__heading {
  font-weight: 600;
  color: #F83333;
  margin: 0 0 1em 0;
}
.p-heroMain::after {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}
.p-heroMain__bg {
  width: calc(100% + 4px);
}
.p-heroMain__bg img {
  display: block;
  height: calc(100vw + 0.4rem);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  margin: -2px;
}
@media (min-width: 40em) {
  .p-heroMain__bg img {
    height: 45.4rem;
  }
}
.p-heroMain__foot {
  background: rgba(255, 254, 244, 0.7);
  border-radius: 8px;
  max-width: 26rem;
  margin: 0 auto;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  font-weight: 600;
  padding: 4px 8px;
}
.p-heroMain__foot span {
  color: #F83333;
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
}

.p-heroSide {
  display: none;
}
@media (min-width: 70em) {
  .p-heroSide {
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-heroSide__itemWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.p-heroSide__item {
  -webkit-flex-basis: calc(50% - 0.5rem);
      -ms-flex-preferred-size: calc(50% - 0.5rem);
          flex-basis: calc(50% - 0.5rem);
  overflow: hidden;
}
.p-heroSide__item--left1 {
  border-top-left-radius: 3em;
}
.p-heroSide__item--left2 {
  border-bottom-left-radius: 3em;
}
.p-heroSide__item--right1 {
  border-top-right-radius: 3em;
}
.p-heroSide__item--right2 {
  border-bottom-right-radius: 3em;
}

@media (min-width: 70em) {
  .p-herosearch {
    margin-bottom: 4rem;
  }
}
.p-herosearch__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
@media (min-width: 70em) {
  .p-herosearch__inr {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
    padding: 1rem;
    background: #fff;
    max-width: 48rem;
    margin: 0 auto;
    border-radius: 3em;
  }
}
.p-herosearch__input {
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
}
@media (min-width: 70em) {
  .p-herosearch__input {
    margin-bottom: 0;
  }
}
.p-herosearch__input input {
  padding-left: 2.5em;
  display: inline-block;
  min-height: 3.6rem;
  width: 25rem;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border: 0;
}
@media (min-width: 70em) {
  .p-herosearch__input input {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
}
.p-herosearch__input input:focus {
  outline: 2px solid #F83333;
}
@media (min-width: 70em) {
  .p-herosearch__input input:focus {
    outline: none;
  }
}
@media (min-width: 70em) {
  .p-herosearch__input--area {
    border-right: 1px solid;
    margin-right: 1px;
  }
  .p-herosearch__input--area input {
    padding-left: 2em;
  }
}
.p-herosearch__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #707070;
  pointer-events: none; /* クリック透過 */
  font-size: 1.1em;
}
@media (min-width: 70em) {
  .p-herosearch__submit i {
    font-size: 2rem;
  }
}
.p-herosearch__button {
  width: 25rem;
  margin: 0 auto;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 4.01251px rgba(0, 0, 0, 0.25);
}
@media (min-width: 70em) {
  .p-herosearch__button {
    width: inherit;
    border: none;
    padding: 0.8rem;
  }
}
@media (min-width: 70em) {
  .p-herosearch__button span {
    display: none;
  }
}
.p-herosearch__suggestBox {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  border-radius: 1em;
  padding: 0.5em;
  text-align: left;
  border: 1px solid #F2F2F1;
  background: #fff;
  position: absolute;
  z-index: 1000;
  max-height: 16rem;
  overflow-y: scroll;
  list-style: none;
}
@media (min-width: 70em) {
  .p-herosearch__suggestBox {
    width: 190%;
    max-height: 13rem;
  }
}
.p-herosearch__suggestBox li {
  padding-left: 0.5em;
}
.p-herosearch__suggestBox li:hover {
  background-color: #F2F2F1;
}
.p-herosearch__suggestBox li i {
  color: #707070;
  padding-right: 0.2em;
}

/*----------------ジャンルから探す-----------------------*/
.p-topGenre__link::after {
  border-radius: 1rem;
}
.p-topGenre__head {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2rem;
  gap: 0.5rem;
}
@media (min-width: 48em) {
  .p-topGenre__head {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 70em) {
  .p-topGenre__head {
    grid-template-columns: repeat(6, 1fr);
  }
}
.p-topGenre__bgWrap {
  overflow: hidden;
  border-radius: 1rem;
}
.p-topGenre__bg {
  background-size: cover;
  background-position: center;
  padding-top: 100%;
}
.p-topGenre__title {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: clamp(1.4rem, 1.2992rem + 0.27vw, 1.6rem);
  line-height: 1.8;
}
@media (min-width: 70em) {
  .p-topGenre__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 48em) {
  .p-topGenre__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p-topMagazin__inr {
  width: min(95%, 68rem);
  margin: 0 auto;
}
.p-topMagazin__link::after {
  background: url(../img/top/topMagazinArrow.svg) no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
}

.p-topSpot__box {
  padding: 1.5em;
  border-radius: 1em;
  border: 1px solid #3A3737;
}
.p-topSpot__item {
  margin-bottom: 0;
  padding: 1em 0;
  border-bottom: 1px solid;
}
.p-topSpot__item:first-child {
  padding-top: 0;
}
.p-topSpot__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-topSpot__icon {
  display: grid;
  grid-template-columns: 3.5em auto;
  margin-top: 1em;
}
.p-topSpot__icon::before {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  background: url(../img/top/p-topSpot__icon.svg) no-repeat;
  background-size: contain;
}/*# sourceMappingURL=top.css.map */