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

/*=====================================
お店、レビュー一覧で使用するスタイル
======================================*/
@media (min-width: 48em) {
  .c-ichiranColumn {
    width: min(95%, 112rem);
    margin: 0 auto;
  }
}
@media (min-width: 70em) {
  .c-ichiranColumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-ichiranColumn__left {
  -webkit-flex-basis: 28rem;
      -ms-flex-preferred-size: 28rem;
          flex-basis: 28rem;
  margin-right: 2rem;
}
.c-ichiranColumn__right {
  -webkit-flex-basis: calc(100% - 30rem);
      -ms-flex-preferred-size: calc(100% - 30rem);
          flex-basis: calc(100% - 30rem);
}
.c-ichiranColumn__pagerInfo {
  width: min(95%, 76.8rem);
  margin: 0 auto;
}
@media (min-width: 48em) {
  .c-ichiranColumn__pagerInfo {
    width: 100%;
  }
}

@media (min-width: 70em) {
  .c-ichiranSpot .l-contents__outer {
    margin: 2rem 0;
  }
}
.c-ichiranSpot__inr {
  width: min(95%, 76.8rem);
  margin: 0 auto;
}
.c-ichiranSpot__head {
  width: min(95%, 76.8rem);
  margin: 0 auto;
  margin: 0 auto 1em auto;
}
.c-ichiranSpot__li {
  list-style: none;
  position: relative;
  -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;
  margin-bottom: 1.2rem;
}
.c-ichiranSpot__ttl, .c-ichiranSpot__subTtl {
  width: calc(100% - 2.8em);
}
@media (min-width: 48em) {
  .c-ichiranSpot__ttl, .c-ichiranSpot__subTtl {
    width: calc(100% - 3.6em);
  }
}
@media (min-width: 70em) {
  .c-ichiranSpot__ttl, .c-ichiranSpot__subTtl {
    width: 100%;
  }
}
.c-ichiranSpot__ttl {
  margin-bottom: 0;
  word-break: break-all;
}
.c-ichiranSpot__ttllink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-ichiranSpot__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.c-ichiranSpot__subTtl {
  margin-bottom: 0;
}
.c-ichiranSpot__bottom {
  width: min(95%, 76.8rem);
  margin: 0 auto;
  margin-top: 1em;
}
.c-ichiranSpot__rightLink {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: right;
}
.c-ichiranSpot__rightLink:hover {
  text-decoration: underline;
}
.c-ichiranSpot__icon {
  position: absolute;
  top: 2em;
  right: 1em;
  z-index: 10;
}
@media (min-width: 48em) {
  .c-ichiranSpot__icon {
    top: 2em;
    right: 2em;
  }
}
.c-ichiranSpot__icon--mypage {
  top: 1em;
  right: 1em;
}
.c-ichiranSpot__iconMark {
  font-size: 1.8em;
}
@media (min-width: 48em) {
  .c-ichiranSpot__iconMark {
    font-size: 2.2em;
  }
}
.c-ichiranSpot__btn {
  text-decoration: none;
  display: block;
  color: #3A3737;
  border: 1px solid #3A3737;
  border-radius: 0.5em;
  text-align: center;
  margin: 1em auto 0 auto;
  z-index: 10;
}
@media (min-width: 48em) {
  .c-ichiranSpot__btn {
    max-width: 33rem;
  }
}
.c-ichiranSpot__btn:hover {
  color: #fff;
  background-color: #3A3737;
}
.c-ichiranSpot__myspotFile {
  padding: 1rem 2rem;
  border: 2px solid #D9D9D9;
  border-radius: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.c-ichiranSpot__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;
  z-index: 15;
}
.c-ichiranSpot__privateMask i {
  color: #666;
}
.c-ichiranSpot__privateMask span {
  color: #444;
}

.c-starGroup {
  margin: 1rem 0;
}
.c-starGroup dt,
.c-starGroup dd {
  border: none;
  padding: 0;
  line-height: 1.2;
}
.c-starGroup dt {
  text-align: left;
  font-weight: 400;
  width: 20%;
}
@media (min-width: 48em) {
  .c-starGroup dt {
    width: 10rem;
  }
}
.c-starGroup dt.c-star__total {
  font-weight: 600;
  line-height: 1.8;
}
.c-starGroup dd {
  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-starGroup dd.c-star__total img {
  width: 8.5rem;
  height: auto;
  line-height: 1.8;
}
.c-starGroup dd.c-star__total span {
  font-weight: 600;
}

.c-spotInfo__list {
  line-height: 1.6;
  margin-bottom: 0.5em;
  display: grid;
  grid-template-columns: 1.5em auto;
}
.c-spotInfo__list:first-child {
  margin-top: 1rem;
}
.c-spotInfo__list span {
  display: block;
  margin-right: 0.5rem;
}

.c-spotTerms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0.5em 0;
  gap: 0.5em;
}
@media (min-width: 48em) {
  .c-spotTerms {
    grid-template-columns: repeat(8, 1fr);
  }
}
.c-spotTerms--report {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 48em) {
  .c-spotTerms--report {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-spotTerms__item {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  list-style: none;
  border: 1px solid;
  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-spotTerms__item--disable {
  background-color: #F2F2F1;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
}

.c-ichiranPhoto {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  background: #fff;
  z-index: 10;
  margin-left: -1em;
  margin-right: -1em;
}
.c-ichiranPhoto--wide {
  width: 100%;
}
.c-ichiranPhoto--wide .c-ichiranPhoto__itemWrap {
  margin-left: 5%;
}
@media (min-width: 70em) {
  .c-ichiranPhoto--wide .c-ichiranPhoto__itemWrap {
    margin-left: 0;
  }
}
.c-ichiranPhoto__itemWrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82rem;
}
.c-ichiranPhoto__itemWrap--2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c-ichiranPhoto__item {
  position: relative;
  list-style: none;
}
@media (min-width: 48em) {
  .c-ichiranPhoto__item:first-child {
    margin-left: 0;
  }
}
.c-ichiranPhoto__item--1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.6rem;
      -ms-flex: 0 0 12.6rem;
          flex: 0 0 12.6rem;
}
@media (min-width: 48em) {
  .c-ichiranPhoto__item--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.8rem;
        -ms-flex: 0 0 14.8rem;
            flex: 0 0 14.8rem;
  }
}
.c-ichiranPhoto__item--2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27rem;
      -ms-flex: 0 0 27rem;
          flex: 0 0 27rem;
  margin: 0 0.5rem 0 0;
}
.c-ichiranPhoto__item--2 .c-ichiranPhoto__frame {
  border-radius: 1rem;
}
@media (min-width: 48em) {
  .c-ichiranPhoto__item--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31rem;
        -ms-flex: 0 0 31rem;
            flex: 0 0 31rem;
  }
}
.c-ichiranPhoto__frame {
  position: relative;
  padding-top: 100%;
  border-right: 1px solid #fff;
  width: 100%;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.c-ichiranPhoto__frame > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-ichiranPhoto__frame--mask::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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-ichiranPhoto__text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  overflow-wrap: break-word;
  white-space: normal;
}
.c-ichiranPhoto--noScroll {
  z-index: unset;
  margin: auto;
}

.c-ichiranData__star {
  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: 1rem;
}
.c-ichiranData__star li {
  list-style: none;
  margin-right: 1rem;
}
.c-ichiranData__star li > img {
  width: 9rem;
  height: auto;
}
.c-ichiranData__star--big li > img {
  width: 12rem;
  height: auto;
}
.c-ichiranData__starList {
  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;
  gap: 1rem;
}
.c-ichiranData__text {
  background: #FBF5B7;
  border-radius: 1em;
  padding: 1em;
  position: relative;
}
@media (min-width: 48em) {
  .c-ichiranData__text {
    padding: 2em;
  }
}
.c-ichiranData__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
}
.c-ichiranData__textHeader {
  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-ichiranData__avatar {
  margin: 0.5rem 0;
}
.c-ichiranData__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.c-ichiranData__btn:hover {
  text-decoration: underline;
}

/*=====================================
カテゴリーアイコンで共通して使用するスタイル
======================================*/
.c-generalCat {
  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;
  margin: 1em 0 0.5rem;
}
.c-generalCat--small {
  margin: 0.5rem 0;
}
.c-generalCat--small .c-generalCat__icon {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  padding: 0 0.4em;
  border: 1px solid #707070;
}
@media (min-width: 48em) {
  .c-generalCat--small .c-generalCat__icon {
    padding: 0 1em;
  }
}
.c-generalCat--big {
  -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-generalCat--big .c-generalCat__icon {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  min-width: 11rem;
}
@media (min-width: 48em) {
  .c-generalCat--big .c-generalCat__icon {
    min-width: 12rem;
  }
}
.c-generalCat__icon {
  list-style: none;
  -webkit-flex-basis: calc(25% - 0.375rem);
      -ms-flex-preferred-size: calc(25% - 0.375rem);
          flex-basis: calc(25% - 0.375rem);
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  text-align: center;
  border: 1px solid #707070;
  color: #3A3737;
}
.c-generalCat__icon--disable {
  background-color: #F2F2F1;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
}
.c-generalCat__iconLink {
  display: block;
  text-decoration: none;
  color: #3A3737;
}
.c-generalCat__link {
  padding: 0 1rem;
  text-decoration: none;
  color: #707070;
  width: 100%;
  display: block;
  border: 1px solid #707070;
}
.c-generalCat__link:hover {
  background-color: #FBF5B7;
  border: 1px solid #FBF5B7;
  color: #3A3737;
}

.c-ranking-crown,
.c-ranking-flag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: "";
  display: block;
  width: 5.8rem;
  height: 4.5rem;
}
.c-ranking-crown__mark,
.c-ranking-flag__mark {
  position: relative;
}
.c-ranking-crown__mark img,
.c-ranking-flag__mark img {
  width: 100%;
}
.c-ranking-crown__number,
.c-ranking-flag__number {
  width: 4.2rem;
  text-align: center;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 600;
  margin-bottom: 0;
}
.c-ranking-crown__number span,
.c-ranking-flag__number span {
  font-size: 90%;
}

.c-ranking-flag__number {
  top: 0.5rem;
  left: 2.3rem;
}

/*=====================================
検索関係
======================================*/
.c-textList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1em;
  gap: 0.5em;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
}
.c-textList__item {
  list-style: none;
}

.c-search {
  background-color: #FBF5B7;
}
.c-search--gray {
  background-color: #F2F2F1;
}
@media (min-width: 70em) {
  .c-search {
    background-color: #F2F2F1;
    border-radius: 1em;
  }
}
.c-search__inr {
  padding: 2em 1em;
  width: min(95%, 68rem);
  margin: 0 auto;
}
.c-search__btn {
  padding: 1.3rem 1.5rem;
  background-color: #F83333;
  border: none;
  color: #fff;
  border-radius: 0.5rem;
  width: 100%;
}
.c-search__btn--black {
  background-color: #3A3737;
}
.c-search__btn:hover {
  opacity: 0.6;
}

.c-searchBox {
  height: 8.4rem;
}
@media (min-width: 70em) {
  .c-searchBox {
    height: 8.65rem;
  }
}
.c-searchBox__inr {
  position: absolute;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background-color: #fff;
  width: 100%;
}
.c-searchBox__inr.c-unpinned {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.c-searchBox__inr.c-fixed {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 2.00625px 0px 4.01251px rgba(0, 0, 0, 0.25);
          box-shadow: 2.00625px 0px 4.01251px rgba(0, 0, 0, 0.25);
}

.c-suggest__outer {
  margin: 2.4rem 0;
}
.c-suggest__inr {
  width: min(95%, 40rem);
  margin: 0 auto;
}
.c-suggest__box {
  margin-bottom: 1.5em;
}
.c-suggest__box--column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.c-suggest__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 0.8rem 0.8rem 0.8rem 0.9rem;
  border-radius: 0 1.5rem 1.5rem 0;
  border: none;
  background: none;
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-suggest__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-suggest__select {
  width: 100%;
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
}
.c-suggest__select select {
  border: none;
  border-radius: 2rem;
  -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 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.c-suggest__text {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-suggest__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: 50vh;
  overflow-y: scroll;
  list-style: none;
}
.c-suggest__suggestBox li {
  padding-left: 0.5em;
}
.c-suggest__suggestBox li:hover {
  background-color: #F2F2F1;
}
.c-suggest__suggestBox li i {
  color: #707070;
  padding-right: 0.2em;
}

.c-selectGrouop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-selectGrouop__item {
  width: calc(33.3333333333% - 0.6rem);
  height: 7rem;
  list-style: none;
  background-color: #fff;
  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;
  text-align: center;
  border-radius: 1em;
  overflow: hidden;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
}
.c-selectGrouop__item i {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.c-selectGrouop__btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  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;
  font-size: 0.9rem;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-selectGrouop__btn:hover {
  opacity: 0.5;
}
.c-selectGrouop__btn.active {
  background-color: #F83333;
  color: #fff;
}

.c-eventBtn {
  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;
  margin-top: 1em;
}
.c-eventBtn__list {
  list-style: none;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .c-eventBtn__list {
    -webkit-flex-basis: calc(25% - 1rem);
        -ms-flex-preferred-size: calc(25% - 1rem);
            flex-basis: calc(25% - 1rem);
  }
}
@media (min-width: 70em) {
  .c-eventBtn__list {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}
.c-eventBtn__link {
  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;
  text-decoration: none;
  color: #3A3737;
  border: 1px solid #3A3737;
  background-color: #fff;
  border-radius: 5px;
  padding: 4px 0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-eventBtn__link--on {
  background-color: #FCA250;
  color: #fff;
  border: 1px solid #FCA250;
}
.c-eventBtn__link:hover {
  background-color: #FCA250;
  color: #fff;
  border: 1px solid #FCA250;
}

.c-eventSelect {
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 4px 0;
  background-image: url(../img/event/selectArrow.svg);
  height: 37px;
  padding-left: 10px;
  cursor: pointer;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  margin-bottom: 1em;
}

.c-searchSp__outer {
  margin: 3rem 0;
}
.c-searchSp__inr {
  width: min(95%, 68rem);
  margin: 0 auto;
}

/*=====================================
スライダーパーツ
======================================*/
.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;
}
.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-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-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}
.c-modal.active {
  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-modal.active .c-modal__content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-modal__content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-modal__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  padding: 0.2em 0.4em;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.js-modal-swiper,
.js-modalGroup-swiper {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.js-modal-swiper .swiper-slide,
.js-modalGroup-swiper .swiper-slide {
  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;
}
.js-modal-swiper .swiper-slide img,
.js-modalGroup-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 70vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.js-modal-swiper .swiper-slide p,
.js-modalGroup-swiper .swiper-slide p {
  margin-top: 10px;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.js-modal-swiper .swiper-button-next,
.js-modal-swiper .swiper-button-prev,
.js-modalGroup-swiper .swiper-button-next,
.js-modalGroup-swiper .swiper-button-prev {
  width: 4rem;
  height: 4rem;
  z-index: 10;
  pointer-events: auto;
}
.js-modal-swiper .swiper-button-next::after,
.js-modal-swiper .swiper-button-prev::after,
.js-modalGroup-swiper .swiper-button-next::after,
.js-modalGroup-swiper .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 48em) {
  .js-modal-swiper .swiper-button-prev,
  .js-modalGroup-swiper .swiper-button-prev {
    left: 1%;
  }
}
.js-modal-swiper .swiper-button-prev::after,
.js-modalGroup-swiper .swiper-button-prev::after {
  background-image: url(../img/common/slider/c-slider__prev.svg);
}
@media (min-width: 48em) {
  .js-modal-swiper .swiper-button-next,
  .js-modalGroup-swiper .swiper-button-next {
    right: 1%;
  }
}
.js-modal-swiper .swiper-button-next::after,
.js-modalGroup-swiper .swiper-button-next::after {
  background-image: url(../img/common/slider/c-slider__next.svg);
}

.main-swiper {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.main-swiper .swiper-button-next, .main-swiper .swiper-button-prev {
  width: 4rem;
  height: 4rem;
}
.main-swiper .swiper-button-next::after, .main-swiper .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 48em) {
  .main-swiper .swiper-button-prev {
    left: 1%;
  }
}
.main-swiper .swiper-button-prev::after {
  background-image: url(../img/common/slider/c-slider__prev.svg);
}
@media (min-width: 48em) {
  .main-swiper .swiper-button-next {
    right: 1%;
  }
}
.main-swiper .swiper-button-next::after {
  background-image: url(../img/common/slider/c-slider__next.svg);
}

/*=====================================
スポットの表示関係
======================================*/
.c-spotList__item, .p-spotDetail ul li {
  list-style: none;
  line-height: 1.6;
  margin-bottom: 0.5em;
  position: relative;
  display: grid;
  grid-template-columns: 1.5em auto;
}
.c-spotList__item::before, .p-spotDetail ul li::before {
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 0.4em;
  background: #3A3737;
  margin: 0.5em 0 0 0.4em;
}
.c-spotList__item--red::before, .p-spotDetail ul li::before {
  background: #F83333;
}
.c-spotList__item:last-child, .p-spotDetail ul li:last-child {
  margin-bottom: 0;
}

.c-spotInfo {
  position: relative;
}
.c-spotInfo__target {
  position: absolute;
  top: 0;
  right: 1em;
}
@media (min-width: 48em) {
  .c-spotInfo__target {
    right: 2em;
  }
}
.c-spotInfo__follow {
  padding: 1em 0;
}
.c-spotInfo__map {
  width: 5em;
  margin: 1rem 0;
}
.c-spotInfo__map a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #3A3737;
  text-decoration: none;
}
.c-spotInfo__map a:hover {
  background-color: #F83333;
}

.c-spotReview {
  position: relative;
  background-color: #F2F2F1;
  border: 1px solid #F2F2F1;
  margin-left: auto;
  margin-right: auto;
}
.c-spotReview--white {
  background-color: #fff;
  border: 1px solid #3A3737;
}
.c-spotReview--yellow {
  background-color: #FBF5B7;
  border: 1px solid #FBF5B7;
}
.c-spotReview:not(:first-child) {
  margin-top: 1em;
}
.c-spotReview__ttlWrap {
  position: absolute;
  top: -1px;
  left: -1px;
}
.c-spotReview__ttl {
  color: #fff;
  background-color: #3A3737;
  font-size: 1rem;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-spotReview__ttl::after {
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  border: none;
  border-left: solid 15px #3A3737;
  border-bottom: solid 28px transparent;
}
.c-spotReview__ttl--red {
  background-color: #F83333;
}
.c-spotReview__ttl--red::after {
  border-left: solid 15px #F83333;
}
.c-spotReview__infoWrap {
  position: absolute;
  top: 1rem;
  right: 1em;
}
@media (min-width: 48em) {
  .c-spotReview__infoWrap {
    right: 2em;
  }
}
.c-spotReview__reviewCont {
  padding: 3em 1em 1.5em;
}
@media (min-width: 48em) {
  .c-spotReview__reviewCont {
    padding: 3em 2em 1.5em;
  }
}
.c-spotReview__review {
  margin-top: 1rem;
  position: relative;
}
.c-spotReview__more {
  text-decoration: none;
}
.c-spotReview__outer {
  height: 100%;
  padding: 2.8rem 1rem 2rem;
}
.c-spotReview__inr {
  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;
  height: 100%;
}
.c-spotReview__best {
  font-weight: 600;
  margin-bottom: 0;
}

/*=====================================
レポーター、アバター、評価関係
======================================*/
.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;
}

/*=====================================
Google Map関係
======================================*/
#js-spotMap {
  height: calc(100vh - 7.3rem - 3em);
}

.c-mapEntrySpot {
  height: 30rem;
}

.p-spotMap__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  height: 3em;
  overflow: hidden;
}
.p-spotMap__bottom.expanded .info-content {
  display: block;
}
.p-spotMap__bottomView {
  position: relative;
  margin-bottom: 0;
  line-height: 3;
}
.p-spotMap__bottomToggleBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5em;
  cursor: pointer;
  margin: 5px;
}
.p-spotMap__bottomContent {
  display: none;
  padding: 10px;
}

/*=====================================
レビューページ関係
======================================*/
.p-reporterRanking__outer {
  margin-top: 1.5em;
}
.p-reporterRanking__contents {
  white-space: nowrap;
  overflow-x: auto;
}
.p-reporterRanking__itemWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: min(95%, 112rem);
  margin: 0 auto;
}
@media (min-width: 70em) {
  .p-reporterRanking__itemWrap {
    width: 112rem;
  }
}
.p-reporterRanking__item {
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.4rem;
      -ms-flex: 0 0 14.4rem;
          flex: 0 0 14.4rem;
  max-width: 14.4rem;
  margin: 0.5rem;
  -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;
}
@media (min-width: 48em) {
  .p-reporterRanking__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20rem;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
    max-width: 20rem;
  }
}
.p-reporterRanking__itemTop {
  position: relative;
  height: 12.4rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-reporterRanking__itemTop {
    height: 18rem;
  }
}
.p-reporterRanking__rankMark {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #fff;
  border-radius: 3rem;
  width: 3rem;
  height: 3rem;
  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;
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  font-weight: 600;
}
.p-reporterRanking__img img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.p-reporterRanking__itemBottom {
  text-align: center;
  margin-top: 1rem;
  white-space: normal;
}
.p-reporterRanking__name {
  font-weight: 600;
}
.p-reporterRanking p {
  margin-bottom: 0;
}

.p-genreRanking__bunnerWrap {
  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: baseline;
  -webkit-justify-content: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.p-genreRanking__bunner {
  -webkit-flex-basis: calc(50% - 1rem);
      -ms-flex-preferred-size: calc(50% - 1rem);
          flex-basis: calc(50% - 1rem);
  background-position: center;
  background-size: cover;
}
@media (min-width: 48em) {
  .p-genreRanking__bunner {
    -webkit-flex-basis: calc(33.3% - 1rem);
        -ms-flex-preferred-size: calc(33.3% - 1rem);
            flex-basis: calc(33.3% - 1rem);
  }
}
.p-genreRanking__bg {
  padding-top: 50%;
  background-size: cover;
  background-position: center;
}
.p-genreRanking__category {
  margin-top: 1rem;
  line-height: 2;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.p-genreRanking__category a {
  text-decoration: none;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}
.p-genreRanking__category a:hover {
  text-decoration: underline;
}

.p-diaryComment__scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  max-height: calc(100vh - 24rem);
  overflow-y: scroll;
}
.p-diaryComment__box {
  width: min(95%, 76.8rem);
  margin: 0 auto 2em auto;
}
.p-diaryComment__box p {
  margin-bottom: 0;
}
.p-diaryComment__contents {
  background-color: #f0f8ff;
  padding: 1em;
  border-radius: 1em;
}
.p-diaryComment__contents--myself {
  background-color: #B0E0E6;
}
.p-diaryComment__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-diaryComment__sendBtn, .p-messageList__sendBtn {
  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;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  color: #007aff;
  background-color: #F2F2F1;
}
.p-diaryComment__sendInfo, .p-messageList__sendInfo {
  display: none;
}

.p-messageList__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-height: 20em;
  overflow-y: scroll;
}
.p-messageList__box--slide {
  max-height: calc(100vh - 35rem);
}
.p-messageList__date {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
  text-align: center;
}
.p-messageList__friendBox, .p-messageList__myselfBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
  margin-bottom: 1em;
}
.p-messageList__myselfBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-messageList__myselfBox .p-messageList__contents {
  background: #B0E0E6;
}
.p-messageList__contents {
  background: #f0f8ff;
  border-radius: 1em;
  padding: 1em;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
}
.p-messageList__time {
  font-size: clamp(1.2rem, 1.0992rem + 0.27vw, 1.4rem);
  line-height: 1.6;
}
.p-messageList__link {
  z-index: 10;
  text-decoration: none;
}
.p-messageList__comment {
  position: relative;
}
.p-messageList__pulldownBtn {
  position: absolute;
  bottom: -1em;
  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;
}
.p-messageList__pulldownBtn.active {
  background-color: #D9D9D9;
}
.p-messageList__pulldownMenu {
  display: none;
  position: absolute;
  bottom: 1em;
  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;
}
.p-messageList__pulldownMenu.active {
  display: block;
  bottom: 1.5em;
  opacity: 1;
}
.p-messageList__menuInr {
  padding: 0.5em 0;
}
.p-messageList__menuList {
  padding: 0.75em 1em;
  position: relative;
}
.p-messageList__menuList:hover {
  background-color: #F2F2F1;
}
.p-messageList__menuList i {
  padding-right: 0.5em;
}
.p-messageList__menuLink {
  cursor: pointer;
  color: #3A3737;
  text-decoration: none;
  display: block;
}

.p-myspotCtgs {
  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;
}
.p-myspotCtgs__item {
  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;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 2em;
}
@media (min-width: 48em) {
  .p-myspotCtgs__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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: 2em;
    min-height: 2.5em;
  }
}
.p-myspotCtgs__head {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.p-myspotCtgs__head i {
  margin-right: 0.5em;
}
.p-myspotCtgs__name {
  font-weight: 600;
}
.p-myspotCtgs__text {
  margin: 0;
}
@media (min-width: 48em) {
  .p-myspotCtgs__text {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}

.p-latestInfo__ttl i {
  margin-right: 1rem;
}
.p-latestInfo__iconMark, .p-latestInfo__date {
  z-index: 1;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.p-latestInfo__iconMark {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 2em;
}
.p-latestInfo__date {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}

.js-creditDetail, .js-cashlessDetail {
  display: none;
  position: relative;
  background-color: #F2F2F1;
  border-radius: 0.5em;
  padding: 1em 1.2em;
  -webkit-box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
.js-creditDetail::before, .js-cashlessDetail::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1em;
  border-width: 0.8em;
  border-style: solid;
  border-color: transparent transparent #F2F2F1 transparent;
}

.js-existingCtg, .js-newCtg {
  display: none;
  margin-top: 1em;
}/*# sourceMappingURL=review.css.map */