@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.mailMagazineFootBanner {
  z-index: 100;
}

html {
  overflow-x: hidden !important;
}

main {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow-x: hidden !important;
}
main img {
  width: 100%;
  vertical-align: top;
}

.l-section {
  position: relative;
}

.kv {
  position: relative;
}
.kv .badge_paypay {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 32vw;
  cursor: pointer;
}

.shop {
  position: relative;
  background-color: #f7f6f4;
  z-index: 0;
  padding-bottom: 16vw;
}
.shop .heading {
  width: 77.8666666667vw;
  margin: 14.9333333333vw auto 0;
}
.shop__list {
  display: grid;
  justify-content: center;
  gap: 3.2vw;
  margin-top: 6.4vw;
  margin-left: 4.2666666667vw;
  margin-right: 4.2666666667vw;
}
.shop__list a {
  text-decoration: none;
}
.shop__list a:hover {
  opacity: 0.8;
}
.shop__item {
  background-color: #fff;
  border: 2px solid #00892d;
  border-radius: 10px;
  padding: 4.2666666667vw;
  position: relative;
}
.shop__item::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_arrowR.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 3.7333333333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6666666667vw;
  height: 5.3333333333vw;
}
.shop__item h3 {
  width: 76.2666666667vw;
}
.shop__item p {
  font-size: 3.4666666667vw;
  line-height: 1.8;
  padding-top: 8px;
  padding-right: 8vw;
}
.shop .shopTxt {
  width: 80.8vw;
  margin: 12.8vw auto 0;
}
.shop .shopBtn {
  display: block;
  width: 85.3333333333vw;
  margin: 3.7333333333vw auto 0;
  cursor: pointer;
}
.shop .shopBtn :hover {
  transition: all 0.4s;
  opacity: 0.8;
}

.step {
  background-color: #ffb800;
  padding: 16vw 0 0;
}
.step .heading {
  width: 63.7333333333vw;
  margin: 0 auto;
}
.step .heading02 {
  width: 70.9333333333vw;
  margin: 16vw auto 0;
}
.step .item02 {
  width: 82.9333333333vw;
  margin: 6.4vw auto 0;
}
.step__list {
  display: grid;
  justify-content: center;
  gap: 6.4vw;
  margin-top: 6.4vw;
}
.step__list .item {
  width: 82.9333333333vw;
}

.coupon {
  position: relative;
  background-color: #fff;
  padding: 10.6666666667vw 0 0;
  z-index: 0;
}
.coupon .heading {
  width: 45.3333333333vw;
  margin: 0 auto;
}
.coupon__img {
  padding: 6.4vw 8.5333333333vw 0;
}

.ouboBtn__wrapper {
  margin: 0 auto;
}

.ouboBtn {
  width: 80.8vw;
  margin: 0 auto;
  padding-top: 18px;
}
.ouboBtn_badge {
  display: flex;
  gap: 6.4vw;
  justify-content: center;
}
.ouboBtn_badge a img {
  height: 10.6666666667vw;
  width: auto;
}
.ouboBtn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ouboBtn a:hover {
  transform: translateY(9px);
}
.ouboBtn a:hover:after {
  opacity: 0;
}
.ouboBtn a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: -6px;
  left: 7px;
  border-radius: 10px;
  background-color: #000;
  opacity: 0.2;
  z-index: -1;
}

.bnr {
  background-color: #ffb800;
  padding: 6.4vw 0;
}
.bnr__inner {
  width: 82.9333333333vw;
  margin: 0 auto;
}
.bnr .bnrTxt {
  width: 100%;
  margin: 24px auto 16px;
}

.questions {
  padding: 16vw 8.5333333333vw 0;
}
.questions .heading {
  width: 56vw;
  margin: 0 auto;
}

.questions__dl {
  margin: 6.4vw auto 0;
}
.questions__dl + .questions__dl {
  margin-top: 1.0666666667vw;
}
.questions__dl dt {
  color: #fff;
  background-color: #00892d;
  font-size: 3.7333333333vw;
  padding: 5.3333333333vw 4em 5.3333333333vw 1em;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
}
.questions__dl dt:hover {
  opacity: 0.8;
}
.questions__dl dt .questions__dl__close {
  position: absolute;
  width: 3.4666666667vw;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.2vw;
}
.questions__dl dt .questions__dl__close::after {
  content: "▼";
}
.questions__dl dt.is-open .questions__dl__close::after {
  content: "▲";
}
.questions__dl dd {
  background-color: #ebeae7;
  color: #000;
  font-size: 3.4666666667vw;
  padding: 2em;
  line-height: 1.8;
  font-weight: 300;
  display: none;
}
.questions__dl dd a {
  display: inline-block;
  color: #00892d;
  font-weight: 600;
}
.questions__dl dd p {
  padding-top: 3.2vw;
}
.questions__dl dd p.first {
  padding-top: 0;
}
.questions__dl dd .indent {
  padding: 3.2vw 0 3.2vw 1rem;
}
.questions__dl dd .indent li {
  display: block;
  text-indent: -1rem;
}
.questions__dl dd .indent li.caution {
  font-size: 2.9333333333vw;
  line-height: 1.8;
}
.questions__dl dd .indent li.caution::before {
  content: "※";
}
.questions__dl dd .indent li.doted::before {
  content: "・";
}
.questions__dl dd .indent li.num01::before {
  content: "1.";
}
.questions__dl dd .indent li.num02::before {
  content: "2.";
}
.questions__dl dd .indent li.num03::before {
  content: "3.";
}
.questions__dl dd .indent li.num04::before {
  content: "4.";
}
.questions__dl dd .indent li.num05::before {
  content: "5.";
}
.questions__dl dd .indent li.arrow::before {
  content: "→";
}
.questions__dl dd .indent li a {
  padding-left: 1rem;
}
.questions__dl dd .indent.last {
  padding-bottom: 0;
}
.questions__dl dd .indent.first {
  padding-top: 0;
}

.contact {
  padding: 16vw 8.5333333333vw;
}
.contact .heading {
  width: 48vw;
  margin: 0 auto;
}
.contact__info {
  margin-top: 6.4vw;
}/*# sourceMappingURL=style.css.map */