@charset "UTF-8";
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*foundation/global内の_index.scss*/
/** メディアクエリ **/
/*=====================================
レポーター、アバター、評価関係
======================================*/
.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;
}

/*=====================================
アカウント関係
======================================*/
.p-accountMenu {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-accountMenu__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
.p-accountMenu__item {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  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;
  position: relative;
}
@media (min-width: 48em) {
  .p-accountMenu__item {
    -webkit-flex-basis: calc(50% - 0.5em);
        -ms-flex-preferred-size: calc(50% - 0.5em);
            flex-basis: calc(50% - 0.5em);
  }
}
.p-accountMenu__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  color: #3A3737;
  text-decoration: none;
}
.p-accountMenu__box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  width: 100%;
  -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: 1em;
  border-radius: 1em;
}
.p-accountMenu__icon {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.p-accountMenu__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-blockList {
  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;
  gap: 2em;
}
.p-blockList__item {
  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;
  gap: 0.5em;
}
.p-blockList__button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-blockList__link {
  margin: 0;
}/*# sourceMappingURL=account.css.map */