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

.summer__container, .osusume__container, .campaign__title, .campaign__content, .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: 1000px;
  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-left: 52px;
  padding-right: 52px;
}
.anchor__text:first-child {
  padding-left: 0;
}
.anchor__text:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1040px) {
  .anchor__text {
    font-size: 2.3076923077vw;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.anchor__text::after {
  content: "";
  position: absolute;
  right: -0.5769230769%;
  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: #ef3d25;
}
.campaign__container {
  padding-top: 50px;
  padding-bottom: 80px;
}
.campaign__title {
  padding-top: 60px;
}
.campaign__top-text {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 1120px) {
  .campaign__top-text {
    font-size: 1.7857142857vw;
  }
}
.campaign__item {
  background: url(../img/campaign_frame.png);
  background-repeat: no-repeat;
  background-size: 1000px 997px;
  padding-bottom: 55px;
}
@media screen and (max-width: 1120px) {
  .campaign__item {
    background-size: 100% 99.7%;
    padding-bottom: 5.5%;
  }
}
.campaign__item-term {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  .campaign__item-term {
    margin-top: 2%;
    margin-bottom: 4%;
  }
}
.campaign__item-text, .campaign__item-text-03, .campaign__item-text-02 {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 34px;
  color: #000000;
}
@media screen and (max-width: 1120px) {
  .campaign__item-text, .campaign__item-text-03, .campaign__item-text-02 {
    font-size: 1.25vw;
    margin-top: 3.4%;
  }
}
.campaign__item-text-02 {
  margin-top: 22px;
}
@media screen and (max-width: 1120px) {
  .campaign__item-text-02 {
    margin-top: 2.2%;
  }
}
.campaign__item-text-03 {
  margin-top: 23px;
}
@media screen and (max-width: 1120px) {
  .campaign__item-text-03 {
    margin-top: 2.3%;
  }
}
.campaign__item-caution, .campaign__item-caution-02 {
  margin-top: 23px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4285714286;
  color: #000000;
}
@media screen and (max-width: 1120px) {
  .campaign__item-caution, .campaign__item-caution-02 {
    font-size: 1.25vw;
    margin-top: 2.3%;
  }
}
.campaign__item-caution-02 {
  margin-top: 25px;
}
@media screen and (max-width: 1120px) {
  .campaign__item-caution-02 {
    margin-top: 2.5%;
  }
}

/* campaign:end */
/* osusume:start */
.osusume {
  padding: 80px 0 80px;
}
.osusume__title {
  margin-bottom: 40px;
}
.osusume__text-top {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin-top: -7px;
  margin-bottom: -7px;
}
@media screen and (max-width: 1120px) {
  .osusume__text-top {
    font-size: 1.7857142857vw;
  }
}
.osusume__subtitle, .osusume__subtitle-02 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.osusume__subtitle-02 {
  margin-top: 60px;
}
.osusume__content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.osusume__content-img, .osusume__content-inner {
  width: 500px;
}
@media screen and (max-width: 1120px) {
  .osusume__content-img, .osusume__content-inner {
    font-size: 50%;
  }
}
.osusume__content-inner {
  position: relative;
}
.osusume__button {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 470px;
}
@media screen and (max-width: 1120px) {
  .osusume__button {
    width: 94%;
  }
}

/* osusume:end */
/* summer:start */
.summer {
  background-color: #8ecbe0;
  padding: 80px 0 80px;
}
.summer__title {
  margin-bottom: 80px;
}
.summer__subtitle {
  margin-bottom: 60px;
}
.summer__subtitle-02 {
  margin-top: 80px;
  margin-bottom: 60px;
}
.summer__originals {
  display: flex;
  justify-content: space-between;
}
.summer__original {
  width: 470px;
}
@media screen and (max-width: 1120px) {
  .summer__original {
    width: 47%;
  }
}
.summer__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: -7px;
  margin-bottom: -7px;
}
@media screen and (max-width: 1120px) {
  .summer__text {
    font-size: 1.7857142857vw;
  }
}
.summer__bonus {
  margin-top: 40px;
}
.summer__ices {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.summer__ice {
  width: 250px;
}
@media screen and (max-width: 1120px) {
  .summer__ice {
    width: 25%;
  }
}
.summer__note, .summer__note-02 {
  margin-top: 80px;
  margin-bottom: -4px;
}
.summer__note li, .summer__note-02 li {
  font-size: 14px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.summer__note-02 {
  margin-top: 60px;
}
.summer__text-bottom {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3333333333;
  margin-top: 37px;
  margin-bottom: -7px;
}
@media screen and (max-width: 1120px) {
  .summer__text-bottom {
    font-size: 2.6785714286vw;
  }
}
.summer__text-bottom span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1120px) {
  .summer__text-bottom span {
    font-size: 1.25vw;
  }
}

/* summer: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;
}
.coupon-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #000000;
  font-weight: 600;
}

/* coupon:end */