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

main {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img {
  width: 100%;
  vertical-align: top;
}

.container {
  min-width: 960px;
}
.container__inner {
  padding: 0 0 120px;
}

.l-section {
  position: relative;
}

.kv {
  position: relative;
}
.kv .badge_paypay {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: 10.4166666667vw;
  min-width: 102px;
  cursor: pointer;
}

.shop {
  position: relative;
  background-color: #f7f6f4;
  z-index: 0;
  padding-bottom: 60px;
}
.shop .heading {
  width: 40.4166666667%;
  max-width: 388px;
  margin: 66px auto 0;
}
.shop__list {
  display: grid;
  grid-template-columns: repeat(2, 468px);
  gap: 24px;
  width: 960px;
  margin: 30px auto 0;
}
.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: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
}
.shop__item.item01 {
  min-height: 100px;
}
.shop__item.item02 {
  min-height: 120px;
}
.shop__item h3 {
  width: 393px;
}
.shop__item p {
  font-size: 13px;
  line-height: 1.8;
  padding-top: 8px;
  width: 395px;
}
.shop .shopTxt {
  width: 600px;
  margin: 64px auto 0;
}
.shop .shopBtn {
  display: block;
  width: 480px;
  margin: 24px auto 0;
  cursor: pointer;
}
.shop .shopBtn :hover {
  transition: all 0.4s;
  opacity: 0.8;
}

.step {
  background-color: #ffb800;
  padding: 90px 0 0;
}
.step .heading {
  width: 34.375%;
  max-width: 330px;
  margin: 0 auto;
}
.step .heading02 {
  width: 38.2291666667%;
  max-width: 367px;
  margin: 90px auto 0;
}
.step .item02 {
  max-width: 960px;
  margin: 36px auto 0;
}
.step__list {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-top: 36px;
}
.step__list .item {
  max-width: 292px;
}

.coupon {
  position: relative;
  background-color: #fff;
  padding: 90px 0 120px;
  z-index: 0;
}
.coupon .heading {
  width: 24.5833333333%;
  max-width: 236px;
  margin: 0 auto;
}
.coupon__img {
  max-width: 588px;
  position: relative;
}
.coupon__img .ouboBtn__wrapper {
  position: absolute;
  bottom: -30px;
  right: 20px;
}
.coupon__list {
  display: flex;
  justify-content: center;
  gap: 36px;
  max-width: 860px;
  margin: 0 auto;
}

.ouboBtn__wrapper {
  margin: 0 auto;
}

.ouboBtn {
  margin: 0 auto;
}
.ouboBtn.btn01 {
  width: 600px;
  padding-top: 30px;
}
.ouboBtn.btn02 {
  width: 303px;
}
.ouboBtn_badge {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.ouboBtn_badge a img {
  height: 60px;
  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: 90px 0;
}
.bnr__inner {
  width: 960px;
  margin: 0 auto;
}
.bnr a:hover {
  opacity: 0.9;
}

.bnrTxt {
  width: 100%;
  margin: 48px auto 24px;
}

.questions {
  padding-top: 90px;
}
.questions .heading {
  width: 31.25%;
  max-width: 300px;
  margin: 0 auto;
}

.questions__dl {
  width: 840px;
  margin: 36px auto 0;
}
.questions__dl + .questions__dl {
  margin-top: 4px;
}
.questions__dl dt {
  color: #fff;
  background-color: #00892d;
  font-size: 18px;
  padding: 24px 0;
  padding-left: 60px;
  position: relative;
  cursor: pointer;
}
.questions__dl dt:hover {
  opacity: 0.8;
}
.questions__dl dt .questions__dl__close {
  position: absolute;
  width: 14px;
  height: 12px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.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: 15px;
  padding: 2em;
  padding-left: 60px;
  padding-right: 60px;
  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: 18px;
}
.questions__dl dd p.first {
  padding-top: 0;
}
.questions__dl dd .indent {
  padding: 18px 0 18px 1rem;
}
.questions__dl dd .indent li {
  display: block;
  text-indent: -1rem;
}
.questions__dl dd .indent li.caution {
  font-size: 13px;
  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 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.contact .heading {
  width: 26.875%;
  max-width: 258px;
  margin: 0 auto;
}
.contact__info {
  width: 87.5%;
  max-width: 840px;
  margin: 30px auto 0;
}/*# sourceMappingURL=style.css.map */