.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.banner__container, .info__container, .osusume__container, .otoku__container, .sale__container, .campaign__container, .cont__container {
  box-sizing: content-box !important;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* 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:end */
/* anchor:start */
.anchor {
  background-color: #007932;
  position: sticky;
  top: 0;
  z-index: 999;
}
.anchor__inner {
  max-width: 980px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .anchor__inner {
    max-width: 96.1538461538%;
    height: 7.6923076923vw;
  }
}
.anchor__text {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.25;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
}
.anchor__text:first-child {
  padding-left: 0;
  padding-right: 45px;
}
.anchor__text:last-child {
  padding-right: 0;
  padding-left: 5px;
}
@media screen and (max-width: 1040px) {
  .anchor__text {
    font-size: 2.3076923077vw;
    padding-right: 4.4230769231%;
  }
}
.anchor__text::after {
  content: "";
  position: absolute;
  right: 2.4038461538%;
  background: #fff;
  width: 4px;
  height: 40px;
  border-radius: 2px;
}
@media screen and (max-width: 1040px) {
  .anchor__text::after {
    width: 0.3846153846vw;
    height: 2.8846153846vw;
    border-radius: 0.1923076923vw;
  }
}
.anchor__text:last-child::after {
  content: none;
}
.anchor__text a {
  color: #fff;
}

/* anchor:end */
/* campaign:start */
.campaign {
  background-color: #c60c0d;
}
.campaign__container {
  padding-top: 60px;
  padding-bottom: 75px;
}
.campaign__title {
  margin-bottom: 50px;
}
.campaign__lead, .campaign__link, .campaign__note {
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.7;
  color: #ffffff;
}
@media screen and (max-width: 1120px) {
  .campaign__lead, .campaign__link, .campaign__note {
    font-size: 1.7857142857vw;
  }
}
.campaign__item {
  background: url(../img/campaign_frame.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1000px 1019px;
  margin-top: 30px;
}
@media screen and (max-width: 1120px) {
  .campaign__item {
    background-size: 100% 100%;
  }
}
.campaign__item-term {
  margin-top: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1120px) {
  .campaign__item-term {
    margin-top: 2%;
    margin-bottom: 3.5%;
  }
}
.campaign__wrap {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .campaign__wrap {
    padding-bottom: 3%;
  }
}
.campaign__text, .campaign__note-01, .campaign__note-02, .campaign__text-top {
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 600;
  line-height: 1.4444444444;
  color: #000000;
}
@media screen and (max-width: 1120px) {
  .campaign__text, .campaign__note-01, .campaign__note-02, .campaign__text-top {
    font-size: 1.6071428571vw;
  }
}
.campaign__text-top {
  padding-top: 40px;
}
@media screen and (max-width: 1120px) {
  .campaign__text-top {
    padding-top: 4%;
  }
}
.campaign__note {
  text-align: center;
  font-size: 14px;
  margin: 50px 0;
}
@media screen and (max-width: 1120px) {
  .campaign__note {
    font-size: 1.25vw;
    margin: 5% 0;
  }
}
.campaign__note-01, .campaign__note-02 {
  font-size: 14px;
  line-height: 1.4285714286;
  margin: 23px 0 25px;
}
@media screen and (max-width: 1120px) {
  .campaign__note-01, .campaign__note-02 {
    font-size: 1.25vw;
    margin: 2.3% 0 2.5%;
  }
}
.campaign__note-02 {
  margin-top: 25px;
}
@media screen and (max-width: 1120px) {
  .campaign__note-02 {
    margin-top: 2.5%;
  }
}
.campaign__link {
  text-align: center;
}
.campaign__link a {
  color: #ffffff;
  padding-bottom: 0;
  border-bottom: 1px solid #ffffff;
  transition: 0.2s all;
}
.campaign__link a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* campaign:end */
/* sale:start */
.sale {
  background-color: #8ecbe0;
}
.sale__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sale__title {
  margin-bottom: 60px;
}
.sale__item {
  background-color: #ffffff;
  border-radius: 20px;
}
.sale__item:not(:first-of-type) {
  margin-top: 40px;
}
.sale__note {
  margin-top: 55px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1120px) {
  .sale__note {
    font-size: 1.25vw;
  }
}

/* sale:end */
/* otoku:start */
.otoku {
  background-color: #007a32;
}
.otoku__container {
  padding-top: 80px;
  padding-bottom: 75px;
}
.otoku__box {
  margin-top: 60px;
}
.otoku__term, .otoku__note, .otoku__item {
  margin-top: 35px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 1120px) {
  .otoku__term, .otoku__note, .otoku__item {
    font-size: 2.6785714286vw;
  }
}
.otoku__term span, .otoku__note span, .otoku__item span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1120px) {
  .otoku__term span, .otoku__note span, .otoku__item span {
    font-size: 1.6071428571vw;
  }
}
.otoku__item {
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 1120px) {
  .otoku__item {
    font-size: 1.6071428571vw;
  }
}
.otoku__note {
  text-align: left;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 1120px) {
  .otoku__note {
    font-size: 1.25vw;
  }
}

/* otoku:end */
/* osusume:start */
.osusume {
  background-color: #8ecbe0;
}
.osusume__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.osusume__title {
  margin-bottom: 35px;
}
.osusume__lead {
  margin-bottom: 55px;
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .osusume__lead {
    font-size: 1.7857142857vw;
  }
}
.osusume__content {
  background-color: #ffffff;
  border-radius: 20px;
}
.osusume__content:not(:first-of-type) {
  margin-top: 40px;
}
.osusume__img {
  display: block;
}
@media screen and (max-width: 1120px) {
  .osusume__img {
    max-width: 48.4vw;
  }
}

/* osusume:end */
/* info:start */
.info {
  background-color: #fff000;
}
.info__container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.info__title {
  margin-bottom: 55px;
}
.info__text, .info__banner-text {
  font-size: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 1120px) {
  .info__text, .info__banner-text {
    font-size: 2vw;
  }
}
.info__banner {
  max-width: 920px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1120px) {
  .info__banner {
    max-width: 92vw;
  }
}
.info__banner-text {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1120px) {
  .info__banner-text {
    font-size: 1.6071428571vw;
  }
}

/* info:end */
/* coupon:start */
.coupon {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 75px;
}
.coupon-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3px;
  color: #000000;
}
@media screen and (max-width: 1120px) {
  .coupon-text {
    font-size: 1.7857142857vw;
  }
}
.coupon-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 1120px) {
  .coupon-list li {
    font-size: 1.25vw;
  }
}

/* coupon:end */
/* banner:start */
.banner__container {
  max-width: 800px;
  padding-top: 60px;
  padding-bottom: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .banner__container {
    padding-top: 5.7692307692vw;
  }
}
.banner__text {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.banner__link {
  display: block;
}
.banner__caution {
  line-height: 1;
  font-size: 14px;
  margin-top: 20px;
  font-weight: bold;
}

/* banner:end */