@charset "UTF-8";
/* top */
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #222;
  letter-spacing: 0.15em;
}

a {
  transition: 0.5s all;
}

img {
  width: 100%;
}

.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

/* appear */
.disappear {
  visibility: hidden;
  transition: 2.4s ease;
  opacity: 0;
  transform: translateY(2rem);
}

.appear {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 999999;
}
.loader__logo {
  width: 6rem;
  height: 0;
}

/* parts */
.title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 2rem;
}
.title:after {
  content: "";
  display: block;
  background-color: #E88628;
  width: 3.5rem;
  height: 0.25rem;
  margin: 1rem auto 0;
}

.main {
  width: 100%;
  margin: 0 auto;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.bg__one {
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.bg .bg01 {
  background-image: url(../images/bg01.jpg);
}
.bg .bg02 {
  background-image: url(../images/bg02.jpg);
}
.bg .bg03 {
  background-image: url(../images/bg03.jpg);
}
.bg .bg04 {
  background-image: url(../images/bg04.jpg);
}
.bg .bg05 {
  background-image: url(../images/bg05.jpg);
}
.bg .bg06 {
  background-image: url(../images/bg06.jpg);
}

.header {
  display: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.header__title {
  width: 320px;
  margin-left: -0.75em;
  margin-bottom: 2rem;
}
.header__nav ul li {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-shadow: 0 1px 8px #333;
}

.fv {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.fv__inner {
  padding: 0 1.2rem;
}
.fv__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
}
.fv--pc {
  display: none;
}
.fv--pc__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 100%;
  height: 420px;
  color: #E88628;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

.about {
  padding: 3rem 1.5rem 5rem;
  background: rgba(255, 255, 255, 0.7);
}
.about__title:after {
  display: none;
}
.about__title span {
  display: inline-block;
  background-color: #E88628;
  color: #FFF;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  padding: 0.5em 1.25em;
  border-radius: 1rem;
}
.about__txt p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.food {
  background-color: #FFF;
  padding: 3rem 0 6rem;
}
.food__slider__one {
  padding: 0 1rem;
}
.food__slider__one__image {
  margin-bottom: 1rem;
}
.food__slider__one__title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.food__slider__one__txt {
  font-size: 0.875rem;
  line-height: 1.6;
}
.food__slider .slick-dots {
  bottom: -40px !important;
}
.food__slider .slick-dots li {
  margin: 0;
}
.food__slider .slick-dots li.slick-active button:before {
  color: #E88628 !important;
}
.food__slider .slick-arrow {
  position: absolute;
  top: calc(100% + 28px);
  bottom: 0;
  width: 2rem;
  height: 2rem;
  z-index: 9999;
}
.food__slider .slick-prev {
  left: 1rem;
  background-image: url(../images/arrow-left.svg);
  background-size: cover;
}
.food__slider .slick-prev:before {
  display: none;
}
.food__slider .slick-next {
  right: 1rem;
  background-image: url(../images/arrow-right.svg);
  background-size: cover;
}
.food__slider .slick-next:before {
  display: none;
}

.campaign {
  background-color: #E88628;
  padding: 3rem 1rem 6rem;
}
.campaign__title {
  width: 90%;
  margin: 0 auto 1rem;
}
.campaign__txt {
  color: #FFF;
  line-height: 1.6;
  text-align: center;
}
.campaign__txt span {
  display: inline-block;
  background-color: #222;
  font-size: 0.75rem;
  margin: 1rem auto 2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.campaign__title {
  font-size: 1.5rem;
}
.campaign__title span {
  font-size: 0.75rem;
}
.campaign__howto {
  position: relative;
}
.campaign__howto a {
  position: absolute;
  top: 33%;
  left: 39%;
  width: 30%;
  height: 1.5rem;
  background-color: transparent;
  z-index: 999;
}
.campaign__howto--01 a {
  position: absolute;
  top: 39%;
  left: 34%;
  width: 20%;
  height: 1.5rem;
  background-color: transparent;
  z-index: 999;
}
.campaign__howto--01 a:first-child {
  position: absolute;
  top: 25%;
  left: 39%;
  width: 30%;
  height: 1.5rem;
  background-color: transparent;
  z-index: 999;
}
.campaign__prize {
  margin-bottom: 3rem;
}
.campaign__prize__first {
  background-color: #FFF;
  border: 1rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.campaign__prize__recipt {
  padding: 1rem;
}
.campaign__prize__recipt a {
  display: block;
  background-color: #FF3F3F;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0;
  border-radius: 0.25rem;
}
.campaign__prize__name {
  background-color: #FF3F3F;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  padding: 0.75rem 0;
  border-radius: 1rem 1rem 0 0;
}
.campaign__prize__midashi {
  background-color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #ccc;
}
.campaign__prize__midashi span {
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 1rem;
}
.campaign__prize__one {
  position: relative;
  background-color: #FFF;
}
.campaign__prize__num {
  position: absolute;
  top: -1rem;
  left: -0.75rem;
  width: 4rem;
}
.campaign__prize__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
  padding-top: 1.25rem;
  padding-left: 2rem;
}
.campaign__prize__title span {
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  letter-spacing: 0.02em;
}
.campaign__prize__title__rank {
  color: #FF3F3F;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.campaign__prize__title__cap {
  display: block;
  width: 12em;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 auto 1rem;
  background: linear-gradient(transparent 70%, #d5120c 70%);
}
.campaign__prize__image {
  background-color: #eee;
}
.campaign__prize__image__one {
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-top: 1px solid #DACFB4;
  /*
  &:last-child {
      border-bottom-left-radius: 1rem;
      overflow: hidden;
  }
  */
}
.campaign__prize__image__one img {
  width: 35%;
}
.campaign__prize__image__one a {
  flex: 1;
  color: #E88628;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 0 1em;
  box-sizing: border-box;
  text-decoration: underline;
}
.campaign__terms {
  margin-bottom: 1rem;
}
.campaign__terms__title {
  color: #FFF;
  text-align: center;
  margin-bottom: 1rem;
}
.campaign__terms__txt {
  width: 100%;
  height: 50vh;
  background-color: #FFF;
  overflow: auto;
  overflow-y: scroll;
  font-size: 0.75rem;
  line-height: 1.6;
  padding: 1rem;
}
.campaign__terms__txt b {
  display: block;
  font-weight: 700;
  margin: 2em 0 1em;
}
.campaign__terms__txt ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.campaign__terms__txt ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign__terms__txt ul li ul li {
  margin-bottom: 0.5em;
}
.campaign__terms__txt ul li ul li:before {
  content: "⚪︎";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign__terms02__parent {
  position: relative;
  background-color: #ccc;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.875rem;
}
.campaign__terms02__parent:after {
  content: "▼";
  position: absolute;
  right: 1rem;
}
.campaign__terms02__parent--open:after {
  content: "▲";
  position: absolute;
  right: 1rem;
}
.campaign__terms02__child {
  font-size: 0.75rem;
  background-color: #FFF;
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.6;
}
.campaign__terms02__child b {
  display: inline-block;
  font-weight: 700;
  margin: 1em 0;
}
.campaign__terms02__child ul li {
  display: flex;
  margin-bottom: 1em;
}
.campaign__terms02__child ul li span {
  width: 3em;
}
.campaign__terms02__child ul li p {
  flex: 1;
}

.restaurant {
  background-color: #FFF;
  padding: 3rem 0 0;
}
.restaurant__txt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  padding-right: 1rem;
}
.restaurant__txt img {
  width: 1rem;
  height: auto;
  margin-right: 0.5em;
}
.restaurant__list__parent {
  position: relative;
  background-color: #DACFB4;
  display: flex;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  transition: 0.3s;
  border-bottom: 1px solid #FFF;
  /*
  &--tag {
      &:after {
          content:'フェア参加店舗';
          background-color: $gems-gold;
          color: #FFF;
          font-size: .625rem;
          padding: .25em .5em;
          border-radius: 2px;
          margin-left: .5em;
          letter-spacing: -.01em;
      }
  }
  */
}
.restaurant__list__parent:before {
  content: "▼";
  position: absolute;
  right: 1rem;
}
.restaurant__list__parent--open:before {
  content: "▲";
  position: absolute;
  right: 1rem;
}
.restaurant__list__one {
  background-color: #FFF;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #ccc;
  /*
  &--flag {
      &:after {
          position: absolute;
          top: 0;
          left: 5.5rem;
          content:'';
          display: block;
          width: 1rem;
          height: 1rem;
          background-image: url(../images/campaign_flag.svg);
          background-size: cover;
      }
  }
  */
}
.restaurant__list__one__floor {
  width: 3em;
}
.restaurant__list__one__name {
  flex: 1;
  padding-right: 1em;
}
.restaurant__list__one__btn {
  width: 5rem;
}
.restaurant__list__one__btn a {
  position: relative;
  display: block;
  background-color: #f4f4f5;
  color: #696969;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.75em 0;
  border-radius: 4px;
}
.restaurant__list__one--tag:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "フェア参加店舗";
  background-color: #C9AD57;
  color: #FFF;
  font-size: 0.625rem;
  padding: 0.25em 0.5em;
}
.restaurant__list__one--tag .restaurant__list__one__btn a {
  background-color: #E88628;
  color: #FFF;
}
.restaurant__list__one--tag .restaurant__list__one__btn a:after {
  content: "口コミを投稿する";
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #E88628;
  letter-spacing: 0.01em;
  border-radius: 4px;
  padding: 0 1em;
}

.report {
  background-color: #eee;
  padding: 4rem 1.5rem;
}
.report__one {
  background-color: #FFF;
  border: 2px solid #C9AD57;
  border-radius: 8px;
  padding: 1rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.report__one p {
  font-size: 0.875rem;
  line-height: 1.6;
}
.report__one p span {
  display: inline-block;
  color: #E88628;
  font-style: italic;
  font-weight: 700;
  margin-top: 0.75rem;
  letter-spacing: 0;
}

.nomura {
  background-color: #333;
  padding: 4rem 1.5rem;
  color: #FFF;
}
.nomura__txt {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}
.nomura__one {
  position: relative;
  margin: 0 auto 4rem;
}
.nomura__one__num {
  position: absolute;
  background-color: #E88628;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.nomura__one__image {
  position: relative;
  width: 10rem;
  margin: 0 auto;
}
.nomura__one__title {
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
}
.nomura__one__title span {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

footer {
  background-color: #f4f4f5;
}

.global-footer__layout {
  max-width: 1140px;
  padding: 2rem 1rem;
  margin: 0 auto;
}

.nav-links {
  display: block;
  margin-left: -1rem;
  text-align: left;
}

.nav-links__item {
  display: inline-flex;
  font-size: 0.75rem;
  margin-top: 1rem;
  margin-left: 1.5rem;
}

.nav-links__link {
  color: #62626c;
}

.global-footer__copyright:nth-child(n+2) {
  font-size: 0.75rem;
  margin-top: 40px;
}

.global-footer__copyright {
  color: #696969;
  line-height: 1.4;
}

@media screen and (min-width: 751px) {
  .only_sp {
    display: none;
  }
  .only_pc {
    display: block;
  }
  .header {
    display: flex;
  }
  .bg .bg01 {
    background-image: url(../images/bg01-pc.jpg);
  }
  .bg .bg02 {
    background-image: url(../images/bg02.jpg);
  }
  .bg .bg03 {
    background-image: url(../images/bg03-pc.jpg);
  }
  .bg .bg04 {
    background-image: url(../images/bg04.jpg);
  }
  .bg .bg05 {
    background-image: url(../images/bg05.jpg);
  }
  .bg .bg06 {
    background-image: url(../images/bg06-pc.jpg);
  }
  .fv {
    display: none;
  }
  .fv--pc {
    display: block;
  }
  .main {
    width: 100%;
    max-width: 420px;
    margin-left: 50vw;
  }
}
/*# sourceMappingURL=style.css.map */