.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container {
  box-sizing: content-box !important;
  max-width: 89.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* 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;
}

/* common:end */
/* kv:start */
.kv {
  max-width: 100%;
}
.kv__title {
  margin: 0;
}

/* kv:end */
/* nav:start */
.nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 54px;
  left: 0;
  transition: opacity 0.2s;
  width: 100%;
  height: calc(100% - 54px);
  background-color: #ffffff;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}
.nav.active {
  opacity: 1;
  pointer-events: all;
}
.nav__items {
  width: 100%;
}
.nav__childs {
  display: none;
  width: 100%;
  background-color: #fff;
  padding: 4vw 0;
}
.nav__child {
  border-bottom: 0.5333333333vw solid #02ab84;
  position: relative;
}
.nav__child:last-child {
  margin-bottom: 0;
}
.nav__child a {
  display: block;
  padding: 4vw 8vw;
  color: #02ab84;
  font-weight: bold;
}
.nav__child::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.9333333333vw;
  background-image: url(../img/nav_child_arrow.png);
  background-position: left;
  background-repeat: repeat;
  background-size: cover;
  width: 2.2666666667vw;
  height: 4.5333333333vw;
  content: "";
}
.nav__child-text {
  position: relative;
  color: #0b8402;
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  padding-left: 8vw;
}
.nav__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  appearance: none;
  background-color: #ffffff;
  width: 100%;
  height: 11.6vw;
}
.nav__button.active .nav__button-icon {
  background-color: transparent;
}
.nav__button.active .nav__button-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.nav__button.active .nav__button-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.nav__child-product100 p {
  color: #c70000;
}
.nav__child-product200 p {
  color: #004bb9;
}

.nav-fixed {
  overflow: hidden;
}

/* nav:end */
/* hamburger:start */
.hamburger {
  position: sticky;
  top: 54px;
  z-index: 999;
}
.hamburger__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  outline: none !important;
  padding: 0;
  appearance: none;
  background-color: #02ab84;
  width: 100%;
  height: 11.6vw;
}
.hamburger__button.active .nav__button-icon {
  background-color: transparent;
}
.hamburger__button.active .nav__button-icon::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger__button.active .nav__button-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* hamburger:end */
/* lead:start */
.lead {
  background-image: url(../img/bg_dot.png);
  background-repeat: repeat;
  background-position: top -0.2666666667vw center;
  background-size: 4vw;
  background-color: #efb818;
}
.lead__container {
  padding: 8.9333333333vw 0 0;
  background-position: top center;
  background-repeat: no-repeat;
}
.lead__title {
  max-width: 1000px;
  width: 100vw;
  margin: 0 auto 7.3333333333vw;
}
.lead__subtitle {
  margin: 0 auto 5.0666666667vw;
}
.lead__image {
  width: 60vw;
  margin: 0 auto;
}
.lead__text {
  max-width: 990px;
  margin: 0 auto 5.3333333333vw;
}
.lead__note {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  font-weight: 600;
  margin: 4.4vw 0 3.3333333333vw;
  letter-spacing: -0.001em;
}
.lead__note span {
  font-size: 4.2666666667vw;
  line-height: 1.375;
}
.lead__note p:not(:first-child) {
  margin-top: 5.7333333333vw;
}
.lead__other {
  margin-top: 8vw;
}
.lead__other-image img:nth-child(1) {
  display: block;
  margin: 0 auto 5.3333333333vw;
  width: 81.3333333333vw !important;
}
.lead__other p {
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin-top: 2.2666666667vw;
}
.lead__bread-lists {
  display: flex;
  margin-top: 5.3333333333vw;
}
.lead__bread-lists li {
  width: 28vw;
  margin-right: 2.6666666667vw;
}
.lead__bread-lists li:last-child {
  margin-right: 0;
}
.lead__product {
  margin: 6vw 0 12vw;
}
.lead__product-item {
  width: 94.4vw;
  margin-left: -2.4vw;
  margin-right: auto;
}
.lead__product-item:first-child {
  margin-bottom: 4vw;
}
.lead__lunch-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5.3333333333vw;
}
.lead__lunch-item {
  display: flex;
  flex-direction: column;
  width: 28vw;
  margin-right: 2.6666666667vw;
}
.lead__lunch-item:nth-child(3) {
  margin-right: 0;
}
.lead__lunch-item:nth-child(n+4) {
  margin-top: 5.0666666667vw;
}
.lead__lunch-name {
  margin-top: 0.5em;
  text-align: center;
  font-weight: 600;
  font-size: 2.9333333333vw;
  line-height: 1;
}
.lead__lunch-name span {
  font-size: 3.7333333333vw;
  line-height: 1.1428571429;
}
.lead__lunch-price {
  margin-top: 0.5em;
  text-align: center;
  font-weight: 600;
  font-size: 2.6666666667vw;
  line-height: 1;
}
.lead__lunch-price span {
  font-size: 4vw;
  line-height: 1;
}
.lead__lunch-price-large {
  font-size: 24px !important;
  line-height: 1.0833333333;
}
.lead__link {
  width: 100%;
  margin: 8vw auto 0;
}

/* lead:end */
/* campaign:start */
.campaign {
  padding: 9.6vw 0 10.6666666667vw;
  margin-bottom: -1px;
}
.campaign__container {
  padding-top: 7.6vw;
  margin-top: -7.6vw;
  background-position: top center;
  background-repeat: no-repeat;
}
.campaign__container-second .campaign__item {
  background-image: none;
}
.campaign__title {
  text-align: center;
  width: 100vw;
  margin-left: -5.3333333333vw;
}
.campaign__date {
  margin-top: 20px;
}
.campaign__top-text {
  margin: 3.7333333333vw 0 2vw;
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
  color: #000000;
}
.campaign__top-text span {
  font-size: 20px;
}
.campaign__caution {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 30px 0 40px;
}
.campaign__item:nth-child(n+3) {
  margin-top: 8vw;
}
.campaign__item:nth-child(4) {
  background-image: none;
  padding-bottom: 7.3333333333vw;
}
.campaign__item:nth-child(5) {
  background-image: none;
}
.campaign__item-term {
  margin-top: 5.3333333333vw;
}
.campaign__item-text {
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 1.4166666667;
  margin: 4.6666666667vw 0 -6px;
}
.campaign__item-name {
  font-size: 2.9333333333vw;
  font-weight: 600;
}
.campaign__item-cautions {
  margin-top: 5.3333333333vw;
}
.campaign__item-caution {
  font-size: 2.9333333333vw;
  line-height: 1.4545454545;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.campaign__coupon-caution {
  margin-top: 6vw;
  text-align: center;
}
.campaign__coupon-caution a {
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin: 1.3333333333vw 0 0;
  text-decoration: underline;
  display: inline-block;
}
.campaign__coupon-caution a:hover {
  color: #000;
}

/* campaign:end */
.osusume__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.osusume__list li {
  width: 28vw;
  margin-right: 2.6666666667vw;
}
.osusume__list li:last-child {
  margin-right: 0;
}

/* osusume:start */
.osusume {
  background-image: url(../img/bg_dot-green.png);
  background-repeat: repeat;
  background-position: top -1.3333333333vw center;
  background-size: 4vw;
  padding-top: 9.3333333333vw;
  padding-bottom: 10.6666666667vw;
  background-color: #02ab84;
}
.osusume__title {
  margin-bottom: 8.2666666667vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
.osusume__top-text {
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
}
.osusume__caution {
  font-size: 2.9333333333vw;
  line-height: 1.4545454545;
  margin: 6.6666666667vw 0 4.6666666667vw;
  padding-left: 1em;
  text-indent: -1em;
}
.osusume__list {
  margin-bottom: 8vw;
}
.osusume__list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.osusume__list li:nth-child(3n) {
  margin-right: 0;
}
.osusume__list-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1111111111;
  text-align: center;
  margin-top: 5px;
}
.osusume__list-text span {
  font-size: 16px;
  line-height: 1.125;
}
.osusume__list-text .small {
  font-size: 14px !important;
  line-height: 1 !important;
}
.osusume__list-text .large {
  font-size: 24px !important;
  line-height: 1 !important;
}
.osusume__list-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1111111111;
  text-align: center;
  margin-top: 10px;
}
.osusume__list-price span {
  font-size: 16px;
  line-height: 1.125;
}
.osusume__list-price .small {
  font-size: 14px !important;
  line-height: 1 !important;
}
.osusume__list-price .large {
  font-size: 24px !important;
  line-height: 1 !important;
}
.osusume__list-term {
  font-size: 18px;
  background-color: #d20202;
  color: #ffffff;
  border-radius: 12.5px;
  text-align: center;
  margin-top: 15px;
}
.osusume__list-new {
  display: flex;
  justify-content: center;
}
.osusume__coupon {
  margin-top: 150px;
}
.osusume__coupon-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.osusume__coupon-list {
  margin-top: 10px;
}
.osusume__coupon-list li {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
  padding-left: 1em;
  text-indent: -1em;
}

/* osusume:end */
.point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 5.3333333333vw 0 0;
}
.point__list li {
  width: 28vw;
  margin-right: 2.6666666667vw;
}
.point__list li:last-child {
  margin-right: 0;
}

/* point:start */
.point {
  background-image: url(../img/bg_dot.png);
  background-repeat: repeat;
  background-position: top -0.2666666667vw center;
  background-size: 4vw;
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
  background-color: #efb818;
}
.point__title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  margin-bottom: 4.6666666667vw;
}
.point__top-text {
  font-size: 3.7333333333vw;
  font-weight: 600;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
}
.point__caution {
  font-size: 2.9333333333vw;
  line-height: 1.4545454545;
  margin: 6vw 0 4.6666666667vw;
  padding-left: 1em;
  text-indent: -1em;
}
.point__list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.point__list li:nth-child(3n) {
  margin-right: 0;
}
.point__list li:nth-child(n+4) {
  margin-top: 4.5333333333vw;
}
.point__list-first {
  margin-bottom: 8vw;
}
.point__list-second li:nth-child(n+4) {
  margin-top: 6.1333333333vw;
}
.point__list-second li:nth-child(n+7) {
  margin-top: 4.5333333333vw;
}
.point__list-second li:nth-child(n+10) {
  margin-top: 4.5333333333vw;
}
.point__list-second li:nth-child(n+13) {
  margin-top: 4.5333333333vw;
}
.point__list-second li:nth-child(n+16) {
  margin-top: 4.5333333333vw;
}
.point__list-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1111111111;
  text-align: center;
  margin-top: 5px;
}
.point__list-text span {
  font-size: 16px;
  line-height: 1.125;
}
.point__list-text .small {
  font-size: 14px !important;
  line-height: 1 !important;
}
.point__list-text .large {
  font-size: 24px !important;
  line-height: 1 !important;
}
.point__list-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1111111111;
  text-align: center;
  margin-top: 10px;
}
.point__list-price span {
  font-size: 16px;
  line-height: 1.125;
}
.point__list-price .small {
  font-size: 14px !important;
  line-height: 1 !important;
}
.point__list-price .large {
  font-size: 24px !important;
  line-height: 1 !important;
}
.point__list-term {
  font-size: 18px;
  background-color: #d20202;
  color: #ffffff;
  border-radius: 12.5px;
  text-align: center;
  margin-top: 15px;
}
.point__coupon {
  margin-top: 150px;
}
.point__coupon-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.point__coupon-list {
  margin-top: 10px;
}
.point__coupon-list li {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
  padding-left: 1em;
  text-indent: -1em;
}

/* point:end */
/* coupon:start */
.coupon {
  background-color: #ffffff;
  padding-top: 10.4vw;
  padding-bottom: 10vw;
}
.coupon__container {
  padding: 45px 0 50px;
  background-position: top center;
  background-repeat: no-repeat;
}
.coupon__container-second .campaign__item {
  background-image: none;
}
.coupon-text {
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.coupon-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.9333333333vw;
  line-height: 1.4545454545;
}

/* coupon:end */