body {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #fafafa;
  position: relative;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.background-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/bg_wrapper.jpg");
  background-repeat: no-repeat;
  background-size: 1616px auto;
  background-position: center top;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .background-top {
    background-image: url("../img/bg_wrapper_sp.jpg");
    background-size: 801px auto;
  }
}
@media screen and (min-width: 1617px) {
  .background-top {
    background-size: 100% auto;
  }
}

.content {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
}

.inline-block {
  font-weight: inherit;
  display: inline-block;
}

.inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-divider {
  width: 100%;
  height: 11px;
  background-image: radial-gradient(#fff 2px, transparent 2px);
  background-size: 10px 10px;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .section-divider {
    width: 100%;
    height: 11px;
    background-image: radial-gradient(#fff 1px, transparent 1px);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.button {
  font-weight: 700;
  letter-spacing: 0.48px;
  padding: 8px 28px;
  display: inline-block;
  border-radius: 60px;
  border: 2px solid currentColor;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  min-width: 150px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  background-color: #fabe00;
}
.button--type2 {
  background-color: #111;
  color: #fff;
}
.button--type2:hover {
  background-color: #fff;
  color: #111;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv__inner {
  position: relative;
  min-height: 560px;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__inner {
    min-height: 440px;
    width: 100%;
  }
}
.mv__inner .deco--floating,
.mv__inner .deco--static {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mv__inner .deco--floating > span,
.mv__inner .deco--static > span {
  position: absolute;
  display: inline-block;
}
.mv__inner > .deco--floating > span {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
.mv__inner > .deco--floating > span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.mv__inner > .deco--floating > span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mv__inner > .deco--floating > span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.mv__inner > .deco--floating > span:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.mv__inner > .deco--floating > span:nth-child(5) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.mv__inner > .deco--floating > span:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.mv__inner > .deco--floating > span:nth-child(1) {
  top: 69px;
  left: calc(50% - 497px);
  width: 198px;
  height: 199px;
}
.mv__inner > .deco--floating > span:nth-child(1) img {
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--floating > span:nth-child(1) {
    top: 239px;
    left: calc(50% - 159px);
    width: 108px;
    height: 99px;
  }
}
.mv__inner > .deco--floating > span:nth-child(2) {
  top: 284px;
  left: calc(50% - 419px);
  width: 145px;
  height: 145px;
}
.mv__inner > .deco--floating > span:nth-child(2) img {
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--floating > span:nth-child(2) {
    top: 282px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
  }
  .mv__inner > .deco--floating > span:nth-child(2) img {
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
  }
}
.mv__inner > .deco--floating > span:nth-child(3) {
  top: 398px;
  left: calc(50% - 203px);
  width: 150px;
  height: 166px;
}
.mv__inner > .deco--floating > span:nth-child(3) img {
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--floating > span:nth-child(3) {
    top: 318px;
    left: calc(50% - 131px);
    width: 123px;
    height: 136px;
  }
  .mv__inner > .deco--floating > span:nth-child(3) img {
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }
}
.mv__inner > .deco--floating > span:nth-child(4) {
  top: 354px;
  right: calc(50% - 334px);
  width: 191px;
  height: 217px;
}
.mv__inner > .deco--floating > span:nth-child(4) img {
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--floating > span:nth-child(4) {
    top: 342px;
    right: calc(50% - 128px);
    width: 111px;
    height: 147px;
  }
  .mv__inner > .deco--floating > span:nth-child(4) img {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
}
.mv__inner > .deco--floating > span:nth-child(5) {
  top: 179px;
  right: calc(50% - 475px);
  width: 189px;
  height: 245px;
}
.mv__inner > .deco--floating > span:nth-child(5) img {
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--floating > span:nth-child(5) {
    top: 209px;
    right: calc(50% - 167px);
    width: 110px;
    height: 185px;
  }
  .mv__inner > .deco--floating > span:nth-child(5) img {
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
  }
}
.mv__inner > .deco--floating > span:nth-child(6) {
  top: 53px;
  right: calc(50% - 535px);
  width: 97px;
  height: 152px;
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--floating > span:nth-child(6) {
    top: 125px;
    right: calc(50% - 172px);
    width: 57px;
    height: 132px;
  }
  .mv__inner > .deco--floating > span:nth-child(6) img {
    -webkit-transform: rotate(26deg);
            transform: rotate(26deg);
  }
}
.mv__inner > .deco--static {
  z-index: -1;
}
.mv__inner > .deco--static > span:nth-child(2), .mv__inner > .deco--static > span:nth-child(3), .mv__inner > .deco--static > span:nth-child(4), .mv__inner > .deco--static > span:nth-child(5), .mv__inner > .deco--static > span:nth-child(6) {
  background: rgba(0, 0, 0, 0.1);
}
.mv__inner > .deco--static > span:nth-child(1) {
  top: -10px;
  left: calc(50% - 385px);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--static > span:nth-child(1) {
    width: 451px;
    height: auto;
    top: -11px;
    left: calc(50% - 233px);
  }
}
.mv__inner > .deco--static > span:nth-child(2) {
  top: 264px;
  left: calc(50% - 524px);
  width: 29px;
  height: 24px;
  -webkit-mask: url(../img/deco_mv02.svg);
          mask: url(../img/deco_mv02.svg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--static > span:nth-child(2) {
    top: 260px;
    left: calc(50% - 13px);
  }
}
.mv__inner > .deco--static > span:nth-child(3) {
  top: 260px;
  left: calc(50% - 404px);
  width: 32px;
  height: 27px;
  -webkit-mask: url(../img/deco_mv03.svg);
          mask: url(../img/deco_mv03.svg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--static > span:nth-child(3) {
    top: 382px;
    left: calc(50% - 22px);
    width: 38px;
    height: 33px;
  }
}
.mv__inner > .deco--static > span:nth-child(4) {
  top: 432px;
  left: calc(50% - 314px);
  width: 54px;
  height: 76px;
  -webkit-mask: url(../img/deco_mv04.svg);
          mask: url(../img/deco_mv04.svg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--static > span:nth-child(4) {
    width: 20px;
    height: 30px;
    top: 322px;
    left: calc(50% + 55px);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
.mv__inner > .deco--static > span:nth-child(5) {
  top: 390px;
  right: calc(50% - 290px);
  width: 52px;
  height: 45px;
  -webkit-mask: url(../img/deco_mv05.svg);
          mask: url(../img/deco_mv05.svg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--static > span:nth-child(5) {
    display: none;
  }
}
.mv__inner > .deco--static > span:nth-child(6) {
  top: 214px;
  right: calc(50% + 124px);
  width: 32px;
  height: 61px;
  -webkit-mask: url(../img/deco_mv06.svg);
          mask: url(../img/deco_mv06.svg);
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--static > span:nth-child(6) {
    width: 23px;
    height: 46px;
    right: calc(50% + 132px);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--static > span:nth-child(7) {
    width: 143px;
    height: auto;
    top: -52px;
    left: calc(50% - 251px);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner > .deco--static > span:nth-child(8) {
    width: 143px;
    height: auto;
    top: -56px;
    right: calc(50% - 257px);
    z-index: -1;
  }
}

.mv__title {
  position: absolute;
  top: 185px;
  left: calc(50% - 123px);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mv__title {
    width: 177px;
    height: auto;
    top: 108px;
    left: calc(50% - 79px);
  }
}

.bg_deco {
  position: absolute;
  top: 109px;
  left: calc(50% - 271px);
}
@media screen and (max-width: 767px) {
  .bg_deco {
    width: 327px;
    height: auto;
    top: 49px;
    left: calc(50% - 161px);
  }
}

.deco_mv__title {
  position: absolute;
  top: 188px;
  left: calc(50% - 314px);
}
@media screen and (max-width: 767px) {
  .deco_mv__title {
    width: 111px;
    height: auto;
    top: 117px;
    left: calc(50% - 172px);
  }
}

.mv__catch {
  position: absolute;
  top: 83px;
  left: calc(50% - 306px);
}
@media screen and (max-width: 767px) {
  .mv__catch {
    width: 315px;
    height: auto;
    top: 49px;
    left: calc(50% - 156px);
  }
}

/* intro
-----------------------------------------------------------------------------------------*/
.intro {
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-top: 21px;
  }
}

.intro__inner {
  width: 800px;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 100%;
}

.intro__block {
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .intro__block {
    padding: 0 0 20px;
  }
  .intro__block:nth-child(1) img {
    max-width: 262px;
    height: auto;
  }
  .intro__block:nth-child(2) img {
    max-width: 273px;
    height: auto;
  }
  .intro__block:nth-child(3) img {
    max-width: 298px;
    height: auto;
  }
}
.intro__block p {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .intro__block p {
    padding-bottom: 20px;
  }
}
.intro__block > .section-divider {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro__block > .section-divider {
    width: 100%;
    max-width: calc(100% - 30px);
    height: 8px;
    background-size: 8px 8px;
    padding: 0;
  }
}

/* series-list
-----------------------------------------------------------------------------------------*/
.series-list {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .series-list {
    margin-bottom: 64px;
    padding: 0 25px;
  }
}

.series-list__inner {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 0 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .series-list__inner {
    padding: 20px 15px 30px;
    border-radius: 10px;
    background: #6fba2c;
    border: 2px solid #c2d458;
    -webkit-box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.35);
  }
}
.series-list__inner > h2 {
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .series-list__inner > h2 {
    margin-bottom: 21px;
  }
}
.series-list__inner > .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100px;
  right: -100px;
  border-radius: 25px;
  background: #6fba2c;
  border: 4px solid #c2d458;
  -webkit-box-shadow: 6px 8px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 6px 8px 0 rgba(0, 0, 0, 0.35);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .series-list__inner > .bg {
    display: none;
  }
}
.series-list__inner > .deco > span {
  position: absolute;
}
.series-list__inner > .deco > span:nth-child(1) {
  top: -134px;
  left: -189px;
  width: 183px;
  height: 183px;
}
.series-list__inner > .deco > span:nth-child(1) img {
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.series-list__inner > .deco > span:nth-child(2) {
  top: -146px;
  right: -160px;
  width: 166px;
  height: 180px;
}
.series-list__inner > .deco > span:nth-child(2) img {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.series-list__inner > .deco > span:nth-child(3) {
  top: -220px;
  right: -90px;
  width: 72px;
  height: 124px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-mask: url(../img/deco_contents11.svg);
          mask: url(../img/deco_contents11.svg);
}

.series-item {
  padding: 30px 0 30px;
  background-image: url(../img/bg_series-item.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  min-height: 370px;
}
@media screen and (max-width: 767px) {
  .series-item {
    background-image: none;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: auto;
  }
  .series-item:last-of-type {
    margin-bottom: 0;
  }
}
.series-item .series-item__title {
  margin-bottom: 15px;
  font-weight: 900;
  text-align: center;
  color: #7d1a27;
  font-size: 24px;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .series-item .series-item__title {
    line-height: 1;
    font-size: 20px;
  }
}
.series-item .series-item__title .fc01 {
  margin-right: 8px;
  font-weight: 900;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .series-item .series-item__title .fc01 {
    font-size: 24px;
    margin-right: 4px;
  }
}
.series-item .series-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .series-item .series-item__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .series-item .series-item__body .series-item__image {
    padding: 0 20px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .series-item .series-item__body .series-item__image {
    text-align: center;
  }
}
.series-item .series-item__body .series-item__content {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .series-item .series-item__body .series-item__content {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.series-item .series-item__body .series-item__content .series-item__details > li {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}
.series-item .series-item__button {
  display: inline-block;
  margin-top: 15px;
  padding: 2px 14px 2px 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "aalt";
          font-feature-settings: "aalt";
  border-radius: 20px;
  background: #7d1a27;
  border: 3px solid #a36558;
}
@media screen and (max-width: 767px) {
  .series-item .series-item__button {
    font-size: 13px;
    margin: 11px auto 0;
    display: block;
  }
}
.series-item.green .series-item__title {
  color: #00a83b;
}
.series-item.green .series-item__button {
  background: #6fba2c;
  border: 3px solid #c2d458;
}

/* news
-----------------------------------------------------------------------------------------*/
.news {
  position: relative;
}
.news::before {
  content: "";
  display: block;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  width: 1660px;
  background-color: #6fba2c;
  -webkit-mask-image: url("../img/bg_curve_mask.svg");
          mask-image: url("../img/bg_curve_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news::before {
    top: -12px;
  }
}
@media screen and (min-width: 1661px) {
  .news::before {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.news__inner {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 47px 0 0;
  position: relative;
}
.news__inner .news__title {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news__inner .news__title {
    margin-bottom: 10px;
  }
}
.news__inner .news__item {
  margin-bottom: 20px;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news__inner .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
  }
}
.news__inner .news__item .news__meta {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-right: 20px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .news__inner .news__item .news__meta {
    margin: 0;
    text-align: center;
  }
}
.news__inner .news__item .news__content > .news__headline,
.news__inner .news__item .news__content > .news__text {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news__inner .news__item .news__content > .news__headline,
  .news__inner .news__item .news__content > .news__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .news__inner .section-divider {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
}
.news__inner .deco > span {
  position: absolute;
}
.news__inner .deco > span:nth-child(1) {
  width: 197px;
  height: 197px;
  top: -70px;
  left: -170px;
}
.news__inner .deco > span:nth-child(1) img {
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
@media screen and (max-width: 767px) {
  .news__inner .deco > span:nth-child(1) {
    top: -64px;
    left: calc(50% - 173px);
    width: 100px;
    height: 116px;
  }
}
.news__inner .deco > span:nth-child(2) {
  width: 235px;
  height: 235px;
  top: -75px;
  right: -185px;
}
@media screen and (max-width: 767px) {
  .news__inner .deco > span:nth-child(2) {
    top: -63px;
    left: calc(50% + 34px);
    width: 120px;
    height: 120px;
  }
}
.news__inner .deco > span:nth-child(3) {
  top: -50px;
  left: 2px;
  width: 64px;
  height: 78px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-mask: url(../img/deco_contents12.svg);
          mask: url(../img/deco_contents12.svg);
}
@media screen and (max-width: 767px) {
  .news__inner .deco > span:nth-child(3) {
    width: 32px;
    height: 40px;
    top: -24px;
    left: calc(50% - 80px);
  }
}
.news__inner .deco > span:nth-child(4) {
  width: 70px;
  height: 72px;
  top: -88px;
  right: -164px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-mask: url(../img/deco_contents13.svg);
          mask: url(../img/deco_contents13.svg);
}
@media screen and (max-width: 767px) {
  .news__inner .deco > span:nth-child(4) {
    width: 35px;
    height: 36px;
    left: calc(50% + 127px);
    top: -30px;
  }
}

/* store-info
-----------------------------------------------------------------------------------------*/
.store-info {
  background-color: #6fba2c;
}

.store-info__inner {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .store-info__inner {
    padding: 50px 0 0;
  }
}
.store-info__inner .store-info__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .store-info__inner .store-info__title {
    margin-bottom: 10px;
  }
}
.store-info__inner .store-info__content {
  margin-bottom: 36px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.store-info__inner .store-info__list > li {
  padding-left: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.store-info__inner .store-info__list > li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff100;
}
@media screen and (max-width: 767px) {
  .store-info__inner .section-divider {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .store-info__inner > .deco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .store-info__inner > .deco > span {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
  }
  .store-info__inner > .deco > span:nth-child(1) {
    top: -43px;
    right: calc(50% - 158px);
    width: 64px;
    height: 90px;
    -webkit-mask: url(../img/deco_mv06.svg);
            mask: url(../img/deco_mv06.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .store-info__inner > .deco > span:nth-child(2) {
    bottom: -50px;
    right: calc(50% + 70px);
    width: 72px;
    height: 90px;
    -webkit-mask: url(../img/deco_mv02.svg);
            mask: url(../img/deco_mv02.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-transform: rotate(-81deg);
            transform: rotate(-81deg);
  }
}

/* support-nav
-----------------------------------------------------------------------------------------*/
.support-nav {
  padding: 55px 0 70px;
  background-color: #6fba2c;
}
.support-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support-nav__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 235px;
  height: 50px;
  background-color: #009944;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
.support-nav__button:hover {
  opacity: 0.8;
}

/* credits
-----------------------------------------------------------------------------------------*/
.credits {
  background: #21ac3a;
}

.credits__inner {
  width: 610px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .credits__inner {
    width: 100%;
    padding: 10px 40px;
  }
}
.credits__inner > p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .credits__inner > p {
    font-size: 13px;
  }
}

/* copyright
-----------------------------------------------------------------------------------------*/
.copyright {
  display: block;
  padding: 10px 20px 25px;
  text-align: center;
  color: #fff;
  background: #6fba2c;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}