.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.follow__container, .receipt__container, .special__container, .fukubiki__container, .drink__container, .food__container, .anchor__inner, .cont__container {
  box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  .follow__container, .receipt__container, .special__container, .fukubiki__container, .drink__container, .food__container, .anchor__inner, .cont__container {
    width: 83.3333333333vw;
    padding: 0;
  }
}

.follow, .receipt, .special, .fukubiki, .drink, .food {
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
  padding-bottom: 13px;
}

.receipt::after, .special::after, .fukubiki::after, .drink::after, .food::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../img/section_line.jpg);
  background-repeat: repeat-y;
  background-size: 100% 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.follow__caution, .receipt__caution, .special__caution, .fukubiki__caution, .drink__caution, .food__caution {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .follow__caution, .receipt__caution, .special__caution, .fukubiki__caution, .drink__caution, .food__caution {
    font-size: 1.1666666667vw;
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

.js-fade {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-active {
  opacity: 1;
  transform: translateX(0) translateY(0) !important;
}

.js-fade-product {
  opacity: 0;
  transition: 1.2s all;
  transform: translateY(10%);
}
.js-fade-product-active {
  opacity: 1;
  transform: translateY(0) !important;
}

.js-fade-deray {
  opacity: 0;
  transition: 1.2s all;
}
.js-fade-deray-active {
  opacity: 1;
  transform: translateX(0) !important;
}

.js-fade-list {
  opacity: 0;
}
.js-fade-list li {
  opacity: 0;
  transition: 0.8s all;
  transform: translateY(5%);
}
.js-fade-list-active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.noCopy {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  user-select: none;
}

/* common:end */
/* kv:start */
.kv {
  max-width: 100%;
}

/* kv:end */
/* anchor:start */
.anchor {
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 999;
}
.anchor__inner {
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .anchor__inner {
    max-width: 86.6666666667%;
    height: 7.5vw;
  }
}
.anchor__text {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2727272727;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 17px;
}
.anchor__text:first-child {
  padding-left: 12px;
}
.anchor__text:last-child {
  padding-right: 9px;
  padding-left: 1px;
}
@media screen and (max-width: 1200px) {
  .anchor__text:last-child {
    padding-left: 0.0833333333%;
  }
}
@media screen and (max-width: 1200px) {
  .anchor__text {
    font-size: 1.8333333333vw;
    padding-right: 1.4166666667%;
  }
}
.anchor__text::after {
  content: "";
  position: absolute;
  right: 2.0833333333%;
  background: #fff;
  width: 4px;
  height: 50px;
  border-radius: 2px;
}
@media screen and (max-width: 1200px) {
  .anchor__text::after {
    width: 0.3333333333vw;
    height: 4.1666666667vw;
    border-radius: 0.1666666667vw;
  }
}
.anchor__text:last-child::after {
  content: none;
}
.anchor__text a {
  color: #fff;
}

/* anchor:end */
/* food:start */
.food {
  background-color: #9e0001;
  background-image: url(../img/background_image01.jpg);
}
.food__container {
  padding-top: 30px;
  padding-bottom: 76px;
}
@media screen and (max-width: 1200px) {
  .food__container {
    padding-top: 2.5vw;
    padding-bottom: 6.3333333333vw;
  }
}
.food__title {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .food__title {
    margin-bottom: 1.6666666667vw;
  }
}
.food__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: url(../img/food_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .food__content {
    margin-top: 2.5vw;
  }
}
.food__content-item {
  width: 22.5%;
}
.food__content-item:not(:nth-child(4n)) {
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .food__content-item:not(:nth-child(4n)) {
    margin-right: 1.6666666667vw;
  }
}
.food__content-item:nth-child(10) {
  margin-right: 0;
}
.food__caution {
  margin-top: 77px;
}
@media screen and (max-width: 1200px) {
  .food__caution {
    margin-top: 6.4166666667vw;
  }
}

/* campaign:end */
/* drink:start */
.drink {
  background-color: #e8e8e8;
  background-image: url(../img/background_image02.jpg);
}
.drink__container {
  padding-top: 42px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1200px) {
  .drink__container {
    padding-top: 3.5vw;
    padding-bottom: 6.25vw;
  }
}
.drink__title {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .drink__title {
    margin-bottom: 2vw;
  }
}
.drink__lead {
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .drink__lead {
    font-size: 1.6666666667vw;
  }
}
.drink__term {
  width: 50%;
  margin-top: 3.3%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .drink__term {
    margin-top: 2.75vw;
  }
}
.drink__content-item {
  margin-top: 4%;
}
@media screen and (max-width: 1200px) {
  .drink__content-item {
    margin-top: 3.3333333333vw;
  }
}
.drink__content-text {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 2.8%;
}
@media screen and (max-width: 1200px) {
  .drink__content-text {
    font-size: 1.1666666667vw;
  }
}
.drink__caution {
  margin-top: 72px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .drink__caution {
    margin-top: 6vw;
  }
}

/* drink:end */
/* fukubiki:start */
.fukubiki {
  background-color: #2ba3da;
  background-image: url(../img/background_image03.jpg);
}
.fukubiki__container {
  padding-top: 88px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1200px) {
  .fukubiki__container {
    padding-top: 8.8vw;
    padding-bottom: 7.5vw;
  }
}
.fukubiki__title {
  width: 100%;
  margin-bottom: 78px;
}
@media screen and (max-width: 1200px) {
  .fukubiki__title {
    margin-bottom: 7.8vw;
  }
}
.fukubiki__content-image {
  width: 65.2%;
  margin-left: auto;
  margin-right: auto;
}
.fukubiki__content-name {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.0666666667;
  margin-top: 3.7%;
}
@media screen and (max-width: 1200px) {
  .fukubiki__content-name {
    font-size: 2.5vw;
  }
}
.fukubiki__content-name-medium {
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 1200px) {
  .fukubiki__content-name-medium {
    font-size: 2vw;
  }
}
.fukubiki__content-name-normal {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .fukubiki__content-name-normal {
    font-size: 1.6666666667vw;
  }
}
.fukubiki__content-name-small {
  font-size: 14px;
  line-height: 2.4285714286;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 1200px) {
  .fukubiki__content-name-small {
    font-size: 1.1666666667vw;
  }
}
.fukubiki__content-detail {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4166666667;
  margin-top: 2.7%;
}
@media screen and (max-width: 1200px) {
  .fukubiki__content-detail {
    font-size: 2vw;
  }
}
.fukubiki__content-detail-large {
  font-size: 34px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .fukubiki__content-detail-large {
    font-size: 2.8333333333vw;
  }
}
.fukubiki__content-detail-normal {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .fukubiki__content-detail-normal {
    font-size: 1.6666666667vw;
  }
}
.fukubiki__content-detail-small {
  font-size: 14px;
  line-height: 2.1428571429;
  display: block;
  margin-top: 2px;
}
@media screen and (max-width: 1200px) {
  .fukubiki__content-detail-small {
    font-size: 1.1666666667vw;
  }
}
.fukubiki__link {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
@media screen and (max-width: 1200px) {
  .fukubiki__link {
    margin-top: 4.1666666667vw;
  }
}
.fukubiki__link-item {
  width: 49%;
}
.fukubiki__caution {
  margin-top: 78px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .fukubiki__caution {
    margin-top: 6vw;
  }
}

/* fukubiki:end */
/* special:start */
.special {
  background-color: #9e0001;
  background-image: url(../img/background_image01.jpg);
}
.special__container {
  padding-top: 43px;
  padding-bottom: 74px;
}
@media screen and (max-width: 1200px) {
  .special__container {
    padding-top: 3.5833333333vw;
    padding-bottom: 6.1666666667vw;
  }
}
.special__title {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .special__title {
    margin-bottom: 2.9166666667vw;
  }
}
.special__lead {
  width: 91.7%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .special__lead {
    margin-bottom: 2.9166666667vw;
  }
}
.special__image {
  width: 100%;
}
.special__caution {
  margin-top: 80px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .special__caution {
    margin-top: 6.6666666667vw;
  }
}
.special__caution-item ul {
  padding-left: 1em;
}

/* special:end */
/* receipt:start */
.receipt {
  background-color: #e8e8e8;
  background-image: url(../img/background_image02.jpg);
}
.receipt__container {
  padding-top: 88px;
  padding-bottom: 74px;
}
@media screen and (max-width: 1200px) {
  .receipt__container {
    padding-top: 7.3333333333vw;
    padding-bottom: 6.1666666667vw;
  }
}
.receipt__title {
  width: 100%;
  margin-bottom: 67px;
}
@media screen and (max-width: 1200px) {
  .receipt__title {
    margin-bottom: 5.5833333333vw;
  }
}
.receipt__lead {
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .receipt__lead {
    font-size: 1.6666666667vw;
  }
}
.receipt__lead-small {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 7px;
}
@media screen and (max-width: 1200px) {
  .receipt__lead-small {
    font-size: 1.1666666667vw;
    margin-top: 0.5833333333vw;
  }
}
.receipt__subtitle {
  width: 59.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 51px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .receipt__subtitle {
    margin-top: 4.25vw;
    margin-bottom: 2vw;
  }
}
.receipt__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .receipt__content {
    margin-bottom: 3.3333333333vw;
  }
}
.receipt__content-item {
  width: 100%;
}
.receipt__content-item:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .receipt__content-item:first-child {
    margin-bottom: 0.8333333333vw;
  }
}
.receipt__content-item:not(:first-child, :last-child) {
  width: 49.5%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .receipt__content-item:not(:first-child, :last-child) {
    margin-bottom: 0.8333333333vw;
  }
}
.receipt__detail {
  display: flex;
  flex-direction: column;
}
.receipt__detail-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .receipt__detail-item:not(:last-child) {
    margin-bottom: 1.6666666667vw;
  }
}
.receipt__link {
  width: 49%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .receipt__link {
    margin-top: 5vw;
  }
}
.receipt__caution {
  margin-top: 77px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .receipt__caution {
    margin-top: 6.6666666667vw;
  }
}
.receipt__caution-item ul {
  padding-left: 1em;
}

/* receipt:end */
/* follow:start */
.follow {
  background-color: #2ba3da;
  background-image: url(../img/background_image03.jpg);
}
.follow__container {
  padding-top: 88px;
  padding-bottom: 63px;
}
@media screen and (max-width: 1200px) {
  .follow__container {
    padding-top: 7.3333333333vw;
    padding-bottom: 6.1666666667vw;
  }
}
.follow__title {
  width: 100%;
  margin-bottom: 67px;
}
@media screen and (max-width: 1200px) {
  .follow__title {
    margin-bottom: 5.5833333333vw;
  }
}
.follow__lead {
  width: 84%;
  margin-top: 78px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .follow__lead {
    margin-top: 6.5vw;
    margin-bottom: 4.6666666667vw;
  }
}
.follow__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .follow__content {
    margin-bottom: 3.3333333333vw;
  }
}
.follow__content-item {
  width: 100%;
}
.follow__content-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .follow__content-item:not(:last-child) {
    margin-bottom: 1.6666666667vw;
  }
}
.follow__caution {
  margin-top: 57px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .follow__caution {
    margin-top: 6.6666666667vw;
  }
}
.follow__caution-item ul {
  padding-left: 1em;
}
.follow__detail {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .follow__detail {
    font-size: 2.5vw;
  }
}
.follow__detail-link {
  color: #fff;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  transition: 0.2s opacity;
}
.follow__detail-link:hover {
  opacity: 0.75;
  color: #fff;
  text-decoration: none;
}
.follow__announce {
  width: 80.8%;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .follow__announce {
    margin-top: 4.3333333333vw;
  }
}
.follow__link {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .follow__link {
    margin-top: 1.6666666667vw;
  }
}
.follow__copy {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 77px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .follow__copy {
    font-size: 1.25vw;
    margin-top: 6.4166666667vw;
  }
}

/* follow:end */