@charset "UTF-8";
body {
  letter-spacing: 0.0016em;
}
/* ------------------------------
  sec
  ------------------------------ */
.main-sec {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.side-padding {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.side-padding-w {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
/* ------------------------------
  sec-title
  ------------------------------ */
.sec-ttl {
  font-size: 2rem;
  color: #fff;
  line-height: 1.2;
  padding: 0.8em;
  font-weight: bold;
  /* background-color: #50a064; */
  background-color: #007F4F;
  position: relative;
  margin-bottom: 2rem;
}
.sec-ttl.mb-0 {
  margin-bottom: 0;
}
.sec-ttl.bg-green {
  background-color: #3D8700;
}
.sec-ttl small {
  font-size: 0.6em;
}
.sec-ttl.bg-orange {
  background-color: #EA5504;
}
.sec-ttl.bg-orange2 {
  background-color: #FF7F00;
}
.sec-ttl.bg-dark-pink {
  background-color: #D61D4F;
}
.sec-ttl.no-bottom {
  margin-bottom: 0;
}
.sec-ttl.bg-none {
  background: none;
}
.sec-ttl.color-green {
  color: #007F4F;
}
.sec-ttl__small {
  font-size: 1.6rem;
}
/* ------------------------------
  bg-color
  ------------------------------ */
.bg-yellow-green {
  background-color: #75ad0c;
}
.bg-light-green {
  background-color: #d9f0d6;
}
.bg-light-orange {
  background-color: #FFF6D7;
}
.bg-pink {
  background-color: #fcf0f1;
}
.bg-light-yellow {
  background-color: #FDF7C3;
}
.bg-blue {
  background-color: #3657BC;
}
.bg-light-blue {
  background-color: #E8F1FF;
}
/* ------------------------------
  btn
  ------------------------------ */
.fill-round-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 0.7em 1em;
  border-radius: 2em;
  line-height: 1.2;
  font-weight: bold;
  background-color: #007f4f;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.fill-round-btn:hover {
  color: white;
}
.fill-round-btn .w-100 {
  width: auto;
}
.round-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 0.7em 1em;
  border-radius: 2em;
  -webkit-box-shadow: 0 max(1px, 0.2rem) 0 currentColor;
  box-shadow: 0 max(1px, 0.2rem) 0 currentColor;
  line-height: 1.2;
  font-weight: bold;
  color: #007f4f;
  border: max(1px, 0.15rem) solid currentColor;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/icon-arrow-next.svg) no-repeat calc(100% - 1rem) 50% #fff;
  background-size: auto 1rem;
}
.round-btn.color-orange {
  color: #eb5505;
  background: url(https://prcp.pass.auone.jp/gpl/202406_greenlife/images/6-orange-arrow.png) no-repeat calc(100% - 1rem) 50% / 0.6rem 1rem #fff;
  font-size: 1.85rem;
}
.round-btn.color-greenbtn {
  color: #fff;
  background: url(https://prcp.pass.auone.jp/gpl/202501_greenlife/images/6-white-arrow.png) no-repeat calc(100% - 1rem) 50% / 0.6rem 1rem #007F4F;
}
/* .round-btn:hover {
              color: #007f4f;
              text-decoration: none;
            } */
.link-btn {
  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;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #007f4f;
}
.link-btn::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/icon-arrow-next.svg) no-repeat 50% 50%;
  background-size: contain;
  margin-right: 0.2em;
}
.link-btn:hover {
  color: #007f4f;
  text-decoration: none;
}
.btn-entry.hamidashi, .btn-entry-done.hamidashi {
  margin-right: -1rem;
}
/* ------------------------------
  toggle
  ------------------------------ */
.toggle-wrap .toggle-btn {
  position: relative;
  width: 100%;
}
.toggle-wrap .toggle-btn-icon {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  right: 0.5em;
  background: #939393;
  top: calc(50% - 0.75em);
}
.toggle-wrap .toggle-btn-icon::before, .toggle-wrap .toggle-btn-icon::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0.15em;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.toggle-wrap .toggle-btn-icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.toggle-wrap .toggle-inner {
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.toggle-wrap .toggle-inner.effort-item__body {
  padding-top: 1rem;
}
.toggle-wrap .toggle-inner > * {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.toggle-wrap.open .toggle-btn-icon::after {
  display: none;
}
.toggle-wrap:not(.open) .toggle-inner {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.toggle-wrap:not(.open) .toggle-inner > * {
  opacity: 0;
}
/* ------------------------------
  fv
  ------------------------------ */
.info-bar {
 background-color: #C7E244;
 padding: 0 0 1em;
}
.info-bar__text {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
   background-color: #D61D4F;
  padding: 0.7em 0;
}
.info-bar2 {
  background-color: #D61D4F;
  padding: 1rem 0 1.1rem;
}
.info-bar2__text {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.fv-sec .fv-bg1 {
  aspect-ratio: 375 / 124;
  background-image: url(https://prcp.pass.auone.jp/gpl/202410_greenlife/images/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 6rem;
  position: relative;
}
.fv-sec .fv-bg2 {
  height: 1.5rem;
  background-color: #C7E244;
  position: relative;
  z-index: 2;
  /* ★お知らせ */
  /* height:auto; */
}
.fv-sec .fv-bg2::before {
  content: "";
  width: 100%;
  height: 7.2rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202410_greenlife/images/human.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  z-index: -2;
  /* ★お知らせ */
  /* bottom:3.7rem; */
}
.fv-sec .fv-bg2::after {
  content: "";
  width: 100%;
  height: 2.5rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202410_greenlife/images/heart.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 6rem;
  z-index: -2;
  /* ★お知らせ */
  /* bottom:9.5rem; */
}
.fv-sec .fv-visual {
  position: relative;
  background-color: #C7E244;
  padding: 0 1.5rem 5rem;
  z-index: 1;
}
.fv-sec .fv-visual::after {
  content: "";
  width: 100%;
  height: 4rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202410_greenlife/images/hill2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fv-sec .logo-title {
  width: 22.7rem;
  right: 3rem;
  top: 2.5rem;
  position: absolute;
}
.fv-sec .fv-title {
  width: 10rem;
  left: 1.5rem;
  top: 1.6rem;
  position: absolute;
}
.fv-sec .fv-point {
  width: 19rem;
  right: 2rem;
  top: 13rem;
  position: absolute;
}
.fv-sec .fv-anime {
  width: 67%;
  height: 51.4705%;
  position: absolute;
  /* top: -23em; */
  top: -30.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-54%);
  z-index: -2;
  /* ★お知らせ */
  /* top: -25em; */
}
.fv-sec .fv-block {
  text-align: left;
  background-color: #fff;
  padding: 1.5em 2em 2em;
  border-radius: 10px;
}
.fv-fukidasi {
  width: 20rem;
  display: block;
  margin-inline: auto;
}
.fv-fukidasi2 {
  width: 9.4rem;
  display: block;
  margin-inline: auto;
}
.fv-sec .fv-notes {
  color: #000;
  font-size: 0.8rem;
  position: relative;
  z-index: 3;
  -webkit-transform: translateX(-7.8rem);
  transform: translateX(-7.8rem);
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
.fv-block #fv-campaign {
  position: relative;
}
.fv-block .text-link {
  color: #1057AE;
  text-decoration: underline;
}
.fv-block .mt15rem {
  margin-top: 1.5rem;
}
.fv-block__img {
  position: relative;
}
.fv-block__img--icon::before {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  background-image: url(../img/fv-block-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.9rem;
  left: -0.6rem;
  z-index: 1;
}
/* #fv-campaign .fv-block__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .7;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */
/* #fv-campaign .campaign__end {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
#fv-campaign .campaign__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
#fv-campaign .campaign__btn {
  margin-top: 1.6rem;
} */
.fv-block__img.new::before {
  position: absolute;
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/icon-new.svg) no-repeat;
  background-size: contain;
  top: 0.5rem;
  left: -1rem;
  z-index: 1;
}
.fv-block__txt.mt15rem {
  margin-top: 1.5rem;
}
.fv-block__txt .mt05rem {
  margin-top: 0.5rem;
}
.fv-block__txt .mt1rem {
  margin-top: 1rem;
}
.fv-block__txt .mt15rem {
  margin-top: 1.5rem;
}
.fv-block__txt .mt2rem {
  margin-top: 2rem;
}
/* ------------------------------
  about:
  ------------------------------ */
.about {
  background-color: #E4F5E2;
  padding: 1.4rem 1.5rem 3rem;
}
.about__text {
  font-size: 1.6rem;
}
.about__list {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}
.achieve {
  width: calc((100% - 1.6rem) / 2);
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.2rem 0.65rem 1.5rem;
}
.achieve__logo {
  margin-inline: auto;
  width: 4.5rem;
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.achieve:nth-child(1) .achieve__logo img {
  width: 4.5rem;
}
.achieve:nth-child(2) .achieve__logo img {
  width: 3rem;
}
.achieve:nth-child(3) .achieve__logo img {
  width: 3.2rem;
}
.achieve__text {
  font-weight: 600;
  margin-top: 0.8rem;
  font-size: 1.2rem;
}
.achieve__numberOf {
  font-size: 2.4rem;
  font-weight: bold;
  color: #007F4F;
}
.achieve__numberOf span {
  font-size: 1.6rem;
}
.achieve__notes {
  margin-top: 0.7rem;
  font-size: 1rem;
  color: #666;
}
/* ------------------------------
  new-tab
  ------------------------------ */
/* タブのコンテンツ全体 */
.new-tab-sec {
  padding-top: 0.8rem;
  margin-top: -0.8rem;
}
.new-tab-wrap {
  position: relative;
}
/* ボタン全体部分 */
.new-tab-wrap .new-tab-btn-wrap {
  width: 90%;
  /* width: 100%; */
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  gap: 0.2rem;
}
/* ボタン全体部分の下線 */
.new-tab-wrap .new-tab-btn-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 120%;
  right: -8%;
  bottom: 0;
  border-bottom: 0.3rem solid green;
  /* border-bottom: 0.3rem solid #EA5B04; */
}
/* js用の指定するための記述 */
.new-tab-wrap .new-tab-btn-wrap-green::before {
  border-bottom-color: green;
}
.new-tab-wrap .new-tab-btn-wrap-pink::before {
  border-bottom-color: #ee5652;
}
.new-tab-wrap .new-tab-btn-wrap-orange::before {
  border-bottom-color: #EA5B04;
}
.new-tab-wrap .new-tab-btn-wrap-blue::before {
  border-bottom-color: #3657BC;
}
/* ボタン単体のデザイン */
.new-tab-wrap .new-tab-btn {
  width: calc(50% - 0.2rem);
  /* width: calc((100% - 0.4rem) / 3); */
  border: solid green;
  border-width: 0.2rem 0.2rem 0;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  z-index: 0;
  padding: 0.1em 0.7em 0.7em;
  font-weight: bold;
  max-height: 4.325rem;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--campaign {
  padding: 0.5em 0.7em 0.2em;
  position: relative;
  background-color: #FDF7C3;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--campaign::before {
  content: "";
  width: 65%;
  aspect-ratio: 80 / 17;
  background-image: url(https://prcp.pass.auone.jp/gpl/202503_greenlife/images/tab-btn-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.new-tab-wrap .new-tab-btn.new-tab-btn--wellness-cp {
  padding: 0.3em 0.7em 0.35em;
  position: relative;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--wellness-cp::before {
  content: "";
  width: 3rem;
  aspect-ratio: 1;
  background-image: url(https://prcp.pass.auone.jp/gpl/202506_greenlife/images/tab-btn-new.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50%;
  left: -0.5rem;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--under::before {
  background: none;
}
/* ボタンがactive状態のデザイン */
.new-tab-btn.active {
  z-index: 2;
  background: #fff;
  color: #eb5505;
  pointer-events: none;
}
.new-tab-wrap .new-tab-btn:nth-of-type(1) {
  border: solid green;
  border-bottom: solid transparent;
}
.new-tab-wrap .new-tab-btn:nth-of-type(2) {
  border: solid #ee5652;
  border-bottom: solid transparent;
  padding: 0.3em 0 0.5em;
}
/* .new-tab-wrap .new-tab-btn:nth-of-type(1) {
  border: solid green;
  border-bottom: solid transparent;
}
.new-tab-wrap .new-tab-btn:nth-of-type(2) {
  border: solid #ee5652;
  border-bottom: solid transparent;
}
.new-tab-wrap .new-tab-btn:nth-of-type(3) {
  border: solid #3657BC;
  border-bottom: solid transparent;
} */
.new-tab-wrap .new-tab-btn:nth-of-type(1) img {
  width: 8rem;
}
.new-tab-wrap .new-tab-btn:nth-of-type(2) img {
  width: 12rem;
}
/* .new-tab-wrap .new-tab-btn:nth-of-type(1) img {
  width: 8rem;
}
.new-tab-wrap .new-tab-btn:nth-of-type(2) img {
  width: 10rem;
}
.new-tab-wrap .new-tab-btn:nth-of-type(3) img {
  width: 10rem;
} */
/* 下のボタンデザイン */
.new-tab-wrap .new-tab-btn.new-tab-btn--under {
  border-radius: 0 0 1rem 1rem;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--under.new-tab-btn--under-campaign {
  padding: 0.3em 0.7em 0.4em;
  background-color: #FDF7C3;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--under.new-tab-btn--under-campaign img {
  aspect-ratio: 80 / 28;
}
/* 下のボタン部分の下線 */
.new-tab-wrap .new-tab-btn-wrap.new-tab-btn-wrap--under::before {
  top: 0;
  bottom: auto;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--under:nth-of-type(1) {
  border-top: solid transparent;
  border-bottom: solid green;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--under:nth-of-type(2) {
  border-top: solid transparent;
  border-bottom: solid #ee5652;
}
/* .new-tab-wrap .new-tab-btn.new-tab-btn--under:nth-of-type(1) {
  border-top: solid transparent;
  border-bottom: solid green;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--under:nth-of-type(2) {
  border-top: solid transparent;
  border-bottom: solid #ee5652;
}
.new-tab-wrap .new-tab-btn.new-tab-btn--under:nth-of-type(3) {
  border-top: solid transparent;
  border-bottom: solid #3657BC;
} */
/* contentのデザイン */
.new-tab-wrap .new-tab-content {
  /* border: solid #000; */
  border-width: 0 0.2rem 0.2rem;
  /* padding: 1.5rem; */
  border-radius: 0 0 1rem 1rem;
  background: #fff;
  overflow: hidden;
  margin-top: -0.1rem;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -999;
}
/* contentがactiveの状態のデザイン */
.new-tab-wrap .new-tab-content.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
/* その他デザイン調整用 */
.new-tab-btn {
  position: relative;
  z-index: 1000;
}
.new-tab-btn.new::before {
  position: absolute;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/icon-new.svg) no-repeat;
  background-size: contain;
  top: -1.5rem;
  left: -0.4rem;
  z-index: 1;
}
.new-tab-btn img {
  aspect-ratio: 80 / 15;
  height: auto;
  width: 100%;
  object-fit: contain;
}
.new-tab-btn.new-tab-btn--campaign img {
  aspect-ratio: 80 / 28;
}
.new-tab-btn.new-tab-btn--wellness-cp img {
  aspect-ratio: 107 / 31;
}
.new-tab-content-green .bg-green {
  background-color: #e9f8f1;
}
.new-tab-anc-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  background-color: #e9f8f1;
  padding-block: 2rem;
}
.new-tab-anc-list .anc-list-btn {
  width: 16.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.8rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 1em;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/icon-anchor.svg) no-repeat calc(100% - 1rem) 50% #fff;
  background-size: 1.4rem auto;
  text-decoration: none;
}
.new-tab-content .store-sec {
  background-color: #e9f7f1;
}
.new-tab-content .store-tab {
  position: relative;
  padding-top: 2rem;
}
.new-tab-content .store-tab::before {
  content: "";
  position: absolute;
  background: url(https://prcp.pass.auone.jp/gpl/202406_greenlife/images/6-Grass.png) no-repeat center / cover;
  width: 100%;
  height: 10rem;
  top: 3.5rem;
  left: 0;
}
.new-tab-content .refund-sec {
  background-color: #e9f7f1;
}
/* ------------------------------
  wellness
  ------------------------------ */
/* ------------------------------
  auonline
  ------------------------------ */
.auonline-sec__content .flex {
  display: flex;
  gap: 0.5rem;
}
.auonline-sec__content-ttl .relative {
  position: relative;
  left: -3%;
}
.auonline-sec__content-ttl .txt-small {
  display: inline-block;
  font-size: 1.2rem;
  position: absolute;
  top: 0.2rem;
  right: 5%;
}
.auonline-sec__content-ttl .w78 {
  width: 78%;
}
/* ------------------------------
  wellness-cp
  ------------------------------ */
.wellness-cp-sec__content .flex {
  display: flex;
  gap: 0.5rem;
}
.wellness-cp-sec__content-ttl .relative {
  position: relative;
  left: -3%;
}
.wellness-cp-sec__content-ttl .txt-small {
  display: inline-block;
  font-size: 1.2rem;
  position: absolute;
  top: 0.2rem;
  right: 5%;
}
.wellness-cp-sec__content-ttl .w78 {
  width: 78%;
}
.wellness-cp-sec__link {
  font-size: 1.4rem;
  color: #0066AA;
  font-weight: 600;
  padding: 0.5rem 0 0.5rem 1rem;
  letter-spacing: 0.06em;
}
/* ------------------------------
  campaign
  ------------------------------ */
.campaign-content1 {
  position: relative;
}
.campaign-content1 p {
  width: 100%;
  max-width: calc(100% - 3rem);
  position: absolute;
  bottom: 3rem;
  left: 1.5rem;
}
.campaign-sec__content-ttl .relative {
  position: relative;
  left: -3%;
}
.campaign-sec__content-ttl .txt-small {
  display: inline-block;
  font-size: 1.2rem;
  position: absolute;
  top: 0.2rem;
  right: 5%;
}
.campaign-sec__container {
  width: 100%;
  max-width: calc(100% - 3rem);
  margin: 0 auto;
}
.campaign-sec__text {
  color: #5B2900;
}
.campaign-sec__term {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.8rem;
  border: 1px solid #5B2900;
  max-width: 75%;
  margin: 0.5rem auto 0;
}
.campaign-sec__btn2 {
  width: 100%;
  max-width: calc(100% - 3rem);
  margin: 2rem auto 0;
}
.campaign-sec__bg-white {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: left;
}
.campaign-sec__btn3 {
  margin: 2rem 0;
}
/* ------------------------------
  Pontaポイントの活用方法スライダー
  ------------------------------ */
.how-to-carousel {
  margin-top: 2rem;
}
.how-to-carousel ul.slick-dots {
  margin-top: 1.5rem;
}
.how-to-carousel__item img {
  max-width: calc(100% - 0.5rem);
}
.how-to-carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 1.2rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.how-to-carousel .slick-prev {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202503_greenlife/images/arrow-prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0.6rem;
}
.how-to-carousel .slick-next {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202503_greenlife/images/arrow-next.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0.6rem;
}
.how-to-carousel--wide {
  width: calc(100% + 3rem);
  margin-left: -1.5rem;
}
/* ------------------------------
  news
  ------------------------------ */
.news-sec {
  background: white;
}
.news-sec .news-carousel-title {
  padding: 0 1em;
}
.news-sec .swiper-wrapper {
  height: auto;
}
.news-sec .swiper-wrapper .swiper-slide {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0.5rem;
  height: auto;
}
.news-sec .swiper-wrapper .swiper-slide.new::after {
  position: absolute;
  top: 0;
  right: 1rem;
  content: "";
  background: url(https://prcp.pass.auone.jp/gpl/202505_greenlife/images/news-icon-new.png) no-repeat 100% 0;
  background-size: contain;
  width: 2rem;
  height: 1rem;
}
/* ------------------------------
  today
  ------------------------------ */
.today-sec .today-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid #999999;
}
.today-sec .today-item::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  display: inline-block;
  background: url(https://prcp.pass.auone.jp/gpl/202401_greenlife/icon-bell.png) no-repeat 50% 50%;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
/* ------------------------------
  intro
  ------------------------------ */
.intro-sec {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/intro-bg.png) no-repeat 50% 0% #d9f0d6;
  background-size: calc(100% - 3rem) auto;
}
.intro-sec .intro-col {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
}
.intro-sec .intro-col-item {
  border-radius: 0.5rem;
  padding: 0.4rem;
}
.intro-sec .intro-col-item.entry {
  background: #dceeb9;
}
.intro-sec .intro-col-item.shopping {
  background: #fff6d7;
}
.intro-sec .intro-col-item-ttl {
  font-weight: 700;
  line-height: 1.2;
  padding: 0.4em 0;
}
.intro-sec .intro-col-item-ttl strong {
  font-size: 1.4em;
}
.intro-sec .intro-col-item-ttl small {
  font-size: 0.7em;
}
.intro-sec .intro-col-item-inner {
  background: white;
  padding: 1.5rem;
  margin-top: 0.5rem;
  border-radius: 0 0 0.3rem 0.3rem;
  color: #333 !important;
}
.intro-sec .intro-img-point {
  margin: 0 1rem 1.5rem;
}
.intro-sec .intro-col-union {
  margin: 1rem auto;
  width: 2rem;
}
.intro-sec .anc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.intro-sec .anc-list li {
  width: calc(50% - 0.5rem);
  margin-top: 1rem;
}
.intro-sec .anc-list-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.8rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding-right: 1em;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/icon-anchor.svg) no-repeat calc(100% - 1rem) 50% #fff;
  background-size: 1.4rem auto;
  text-decoration: none;
}
.intro-sec .anc-list-btn.new::before {
  position: absolute;
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/icon-new.svg) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  margin: auto;
}
/* ------------------------------
  store
  ------------------------------ */
.store-sec {
  padding-bottom: 3rem;
}
.store-sec .store-illust {
  padding: 0 1.5rem 4.5rem;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/store-illust-bg.png) no-repeat 50% 100%;
  background-size: 100% auto;
  margin-bottom: -3rem;
}
/* ここから　対象加盟店のタブメニュー */
/* .store-tab__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.store-tab__menu-item {
  padding: 1.1rem 0.6rem;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #000;
  font-weight: 600;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 3px 1px 0px rgba(48, 48, 48, 0.15);
  cursor: pointer;
  display: grid;
  align-items: center;
}
.store-tab__menu-item.is-active {
  color: #fff;
  background-color: #007f4f;
  position: relative;
}
.store-tab__menu-item.is-active::after {
  content: "";
  width: 0.625rem;
  height: 0.5rem;
  background: url(https://prcp.pass.auone.jp/gpl/202401_greenlife/store-tab-menu-icon.svg) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 0.21rem;
  margin-right: auto;
  margin-left: auto;
  bottom: 0.1875rem;
} */
.store-tab__cat-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  background-color: #007F4F;
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1rem 1.5rem;
  line-height: 1;
}
.store-tab__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background-color: #fff;
  border-left: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  border-right: 1px solid #8C8C8C;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.5rem 1.5rem 2rem;
}
.store-tab__menu-item-wrap {
  text-align: left;
  width: calc((100% - 1rem) / 2);
}
.store-tab__menu-item {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem 0 0.5rem 2.5rem;
  line-height: 1;
  cursor: pointer;
}
.store-tab__menu-item::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #8C8C8C;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.store-tab__menu-item::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.store-tab__menu-item .store-tab__menu-item-newline {
  display: inline-block;
  padding-top: 0.3rem;
}
.store-tab__menu-item-wrap input[type="radio"]:checked + .store-tab__menu-item::before {
  background-color: #007F4F;
  border: none;
}
.store-tab__menu-item-wrap input[type="radio"]:checked + .store-tab__menu-item::after {
  opacity: 1;
}
.store-tab__content {
  margin-top: 1.75rem;
}
.store-tab__content-item {
  display: none;
}
.store-tab__content-item.is-active {
  display: block;
  animation: fade 0.3s;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.store-tab__content-item.is-active
/* ここまで　対象加盟店のタブメニュー */
/* ここから　加盟店カードのトグルボタンの修正 */
.store-sec .link-btn.store-item-toggle-btn::after {
  content: none;
}
.store-sec .link-btn.store-item-toggle-btn {
  font-weight: 300;
}
.store-sec .close-btn.store-item-close-btn::before {
  content: none;
}
.store-sec .toggle-btn.store-item-toggle-btn::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url(https://prcp.pass.auone.jp/gpl/202401_greenlife/accordion-open-icon.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 0.625em;
}
.open .toggle-btn.store-item-toggle-btn::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url(https://prcp.pass.auone.jp/gpl/202401_greenlife/accordion-close-green-icon.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 0.625em;
}
.open .store-item-contents .close-btn.store-item-close-btn::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url(https://prcp.pass.auone.jp/gpl/202401_greenlife/accordion-close-icon.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 0.625em;
}
/* ここまで　加盟店カードのトグルボタンの修正 */
.store-sec .store-item-wrap {
  /* --cols: 3;                */
  /* ← 3 にすれば 3 列化完了 */
  /* --gap : 1.5rem;           */
  /* 既存 gap と合わせる */

  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  /* gap:var(--gap); */
  align-items:flex-start;  /* ← stretch させないのがミソ */
}
.store-sec .store-item {
  width: calc((100% - 3rem) / 3);
  /* width:calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols)); */
  position: relative;
}
.store-sec .store-item--common {
  width: 100%;
}
.store-sec .store-item__contents {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.store-sec .store-item__content {
  background: #fff;
  border-radius: 0.5rem;
  position: relative;
  transition: .05s;
}
.store-sec .store-item--common .store-item__content {
  width: calc(50% - 0.75rem);
  /* width: calc((100% - (var(--cols) - 1) * var(--gap)) / var(--cols)) !important; */
}
.store-sec .store-item.new::before {
  position: absolute;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(https://prcp.pass.auone.jp/gpl/202505_greenlife/images/icon-new.png) no-repeat;
  background-size: contain;
  top: -1rem;
  left: -1rem;
  z-index: 1;
}
.store-sec .store-item__content.new::before {
  position: absolute;
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(https://prcp.pass.auone.jp/gpl/202505_greenlife/images/icon-new.png) no-repeat;
  background-size: contain;
  top: -1rem;
  left: -1rem;
  z-index: 1;
}
.store-sec .store-item.fukidashi::before {
  position: absolute;
  content: "";
  display: block;
  width: 12rem;
  height: 2.5rem;
  background: url("https://prcp.pass.auone.jp/gpl/202411_greenlife/images/icon_kakeiouen.png") no-repeat;
  background-size: contain;
  top: -1rem;
  z-index: 1;
}
.store-sec .store-item__content.fukidashi::before {
  position: absolute;
  content: "";
  display: block;
  width: 6rem;
  height: 3rem;
  background: url("https://prcp.pass.auone.jp/gpl/202411_greenlife/images/icon_kakeiouen.png") no-repeat;
  background-size: contain;
  top: -1rem;
  left: -1rem;
  z-index: 1;
}
.store-item__head {
  cursor: pointer;
}
.store-sec .store-item__head-top {
  padding: 1rem 0.75rem;
  min-height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.store-item__head-logo img {
  aspect-ratio: 90 / 60;
  object-fit: contain;
}
.store-item__head-logo.store-item__head-logo--large img {
  aspect-ratio: 135 / 101;
}
.store-sec .store-item__head-btn {
  width: 100%;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-top: max(1px, 0.15rem) solid #f2f2f2;
  position: static;
}
.store-sec .store-item__head-btn::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(https://prcp.pass.auone.jp/gpl/202505_greenlife/images/accordion-open-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: .05s;
}
.store-sec .store-item__head-btn.pb-2rem {
  padding-bottom: 2rem;
}
.store-sec .store-item__head-btn.pb-18rem {
  padding-bottom: 1.8rem;
}
.store-sec .store-item__head-btn.pb-25rem {
  padding-bottom: 1.8rem;
}
.store-sec .store-item__head-name {
  display: block;
  text-align: left;
 letter-spacing:-0.05em;
}
.store-sec .store-item__head-name--small {
  font-size: 0.8rem;
  line-height: 1.33;
}
.store-sec .store-item__head-name--medium {
  font-size: 0.9rem;
  line-height: 1.33;
}
.store-sec .store-item__head-icon {
  display: block;
  margin-top: 0.5rem;
  max-width: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.store-sec .store-item__content.is-open .store-item__head-btn::after {
  background: url(https://prcp.pass.auone.jp/gpl/202505_greenlife/images/accordion-close-green-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.store-sec .store-item__content.is-open {
  outline: 0.2rem solid #007F4F;
  border-radius: 0.5rem;
}
.store-sec .store-item__body {
  position: relative;
  margin: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.store-sec .store-item__body::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.1rem 1.5rem 1.1rem;
  border-color: transparent transparent #CCCCCC transparent;
  position: absolute;
  top: -1.4rem;
}
.store-sec .store-item__body::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.1rem 1.5rem 1.1rem;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  top: -1.05rem;
}
.store-sec .store-item__body--left::before, .store-sec .store-item__body--left::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.store-sec .store-item__body--right::before, .store-sec .store-item__body--right::after {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
}
.store-sec .store-item__body--center::before, .store-sec .store-item__body--center::after {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
}
.store-sec .store-item__body--common::before, .store-sec .store-item__body--common::after {
  left: calc(25% - 1rem);
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  z-index: 2;
}
.store-sec .store-item__body-inner {
  padding: 1.5rem;
  text-align: left;
  background-color: #fff;
  border-radius: 1rem 1rem 0 0;
  width: calc(100vw - 3rem);
  max-width: 828px;
  font-size: 1.4rem;
  border: 0.2rem solid #ccc;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.store-sec .store-item__body--common .store-item__body-inner::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.1rem 1.5rem 1.1rem;
  border-color: transparent transparent #CCCCCC transparent;
  position: absolute;
  top: -1.6rem;
}
.store-sec .store-item__body--common .store-item__body-inner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.1rem 1.5rem 1.1rem;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  top: -1.25rem;
}
.store-sec .store-item__body--common .store-item__body-inner::before, .store-sec .store-item__body--common .store-item__body-inner::after {
  right: calc(25% - 2.2rem);
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}
.store-sec .store-item__body--right .store-item__body-inner, .store-sec .store-item__body--right .store-item__body-close, .store-sec .store-item__body--right .store-item__body-exclink, .store-sec .store-item__body--right .store-item__link-btn {
  margin-left: calc(-50vw - 5.2rem);
}
@media screen and (min-width: 901px) {
  .store-sec .store-item__body--right .store-item__body-inner, .store-sec .store-item__body--right .store-item__body-close, .store-sec .store-item__body--right .store-item__body-exclink, .store-sec .store-item__body--right .store-item__link-btn {
    margin-left: -575px;
  }
}
.store-sec .store-item__body--center .store-item__body-inner, .store-sec .store-item__body--center .store-item__body-close, .store-sec .store-item__body--center .store-item__body-exclink, .store-sec .store-item__body--center .store-item__link-btn {
  margin-left: calc(-50vw + 6.8rem);
}
@media screen and (min-width: 901px) {
  .store-sec .store-item__body--center .store-item__body-inner, .store-sec .store-item__body--center .store-item__body-close, .store-sec .store-item__body--center .store-item__body-exclink, .store-sec .store-item__body--center .store-item__link-btn {
    margin-left: -287.5px;
  }
}
.store-sec .store-item__body-title {
  font-weight: 600;
  color: #007F4F;
  text-align: center;
}
.store-item__body-img {
  margin-top: 1.5rem;
}
.store-sec .store-item__body-close {
  font-size: 1.4rem;
  color: #666666;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  width: calc(100vw - 3rem);
  max-width: 828px;
  border: 0.2rem solid #ccc;
  border-top: 0.1rem dotted #ccc;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.store-sec .store-item__body-exclink a {
  display: block;
  font-size: 1.4rem;
  color: #007F4F;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  width: calc(100vw - 3rem);
  max-width: 828px;
  border: 0.2rem solid #ccc;
  border-top: 0.1rem dotted #ccc;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.store-sec .store-item__body-exclink a::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #007F4F;
  border-right: 2px solid #007F4F;
  position: absolute;
  top: 50%;
  left: 7rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.store-sec .store-item__body-close--bnone{
  border-radius: 0;
  border-bottom: none;
}
.store-sec .store-item__body-exclink--bnone a {
  border-radius: 0;
  border-bottom: none;
}
.store-sec .link-btn.store-item__link-btn {
  font-weight: 300;
  font-size: 1.4rem;
  color: #007F4F;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  width: calc(100vw - 3rem);
  max-width: 828px;
  border: 0.2rem solid #ccc;

  border-top: 0.1rem dotted #ccc;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.store-sec .link-btn.store-item__link-btn2 {
  font-weight: 300;
  font-size: 1.4rem;
  color: #007F4F;
  padding: 1rem;
  background-color: #fff;
  width: calc(100vw - 3rem);
  max-width: 828px;
  border-left: 0.2rem solid #ccc;
  border-right: 0.2rem solid #ccc;
  border-top: 0.1rem dotted #ccc;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.store-sec .store-item__body .mt15rem {
  margin-top: 1.5rem;
}
.store-sec .store-item__body.is-open {
  margin-top: 2.5rem;
  height: auto;
  overflow: visible;
}
.store-sec .store-item .lh-adjust {
  display: block;
  content: "";
  height: 1.05rem;
}
/* ------------------------------
  notes
  ------------------------------ */
.notes-wrap {
  background: #f2f2f2;
}
.notes-btn {
  color: #666666;
  border: 2px solid #939393;
  padding: 0.5em;
  background: white;
  font-weight: bold;
}
.notes-btn.normal-height {
  line-height: 1;
}
.highlight-box {
  border: 2px solid #eb5505;
  background-color: #fce9df;
}
.notex-wrap-inner {
  border: 2px solid #999999;
}
/* 240716変更・追加 */
/* ------------------------------
        details
        ------------------------------ */
.detailsModalLink {
  margin-top: 1.25em;
  font-size: 1.2rem;
  font-weight: 300;
}
.store-item__body-exclink.detailsModalLink {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
.detailsModalLink a {
  color: #1057AE;
}
.details-wrap {
  background: #f2f2f2;
  border-bottom: 4px solid #999999;
}
.details-btn {
  width: 100%;
  color: #666666;
  border: 2px solid #999999;
  padding: 0.5215em;
  background: white;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}
.details-btn-icon {
  width: 1.5em;
  height: 1.5em;
  background-image: url(https://prcp.pass.auone.jp/gpl/202408_greenlife/images/modal-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: calc(50% - 0.75em);
}
.detailsModal {
  padding: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.detailsModal.show {
  opacity: 1;
  visibility: visible;
}
body.modal-open {
  overflow: hidden;
}
.detailsModal__container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow: scroll;
  padding: 1.6rem;
}
.detailsModal__head {
  padding: 1rem;
  font-size: 1.8rem;
  border-radius: 1rem 1rem 0 0;
  background: #f2f2f2;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.detailsModal__closeBtn {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detailsModal__closeBtn:before, .detailsModal__closeBtn::after {
  content: "";
  width: 50%;
  height: 0.15em;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.detailsModal__closeBtn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detailsModal__closeBtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.detailsModal__contents {
  background-color: #fff;
  padding: 2rem 1.5rem 0;
}
.detailsModal__content:last-of-type {
  margin-top: 2rem;
}
.detailsModal__close {
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #666666;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
  text-decoration: underline;
}
.exc-inclusion__head {
  font-size: 1.6rem;
  color: #fff;
  padding: 1rem;
}
.exc-inclusion--inc .exc-inclusion__head {
  background-color: #3D8700;
}
.exc-inclusion--exc .exc-inclusion__head {
  background-color: #007BC0;
}
.exc-inclusion__body {
  padding: 2rem 1.5rem;
  text-align: left;
}
.exc-inclusion--inc .exc-inclusion__body {
  background-color: #EAF3DB;
}
.exc-inclusion--exc .exc-inclusion__body {
  background-color: #E8F4FB;
}
.exc-inclusion__title {
  font-size: 1.6rem;
  font-weight: 600;
}
.exc-inclusion__title:not(:first-of-type) {
  margin-top: 2rem;
}
.exc-inclusion__content {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.exc-inclusion__list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.exc-inclusion__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
/* /240716変更・追加 */
/* ------------------------------
  modal
------------------------------ */
.common-modal {
  padding: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.common-modal.show {
  opacity: 1;
  visibility: visible;
}
body.common-modal-open {
  overflow: hidden;
}
.common-modal__container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow: scroll;
  padding: 1.6rem;
}
.common-modal__head {
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 1rem 1rem 0 0;
  background: #f2f2f2;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.common-modal__close-btn {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #999999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.common-modal__close-btn:before, .common-modal__close-btn::after {
  content: "";
  width: 50%;
  height: 0.15em;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.common-modal__close-btn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common-modal__close-btn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.common-modal__body {
  background-color: #ffffff;
  padding: 2rem 1.5rem 0;
}
.common-modal__content-title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}
.common-modal__content {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.common-modal__content li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  text-align: left;
}
.common-modal__close {
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #666666;
  border-radius: 0 0 1rem 1rem;
  background-color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
/* ------------------------------
  refund
  ------------------------------ */
  .refund-sec {
    padding-bottom: 4rem;
  }
  .refund-sec .refund-table,.wellness-sec__point-content .refund-table,
  .auonline-sec__point-content .refund-table,
  .campaign-sec__point-content .refund-table,
  .wellness-cp-sec__point-content .refund-table  {
    width: 100%;
    text-align: left;
  }
  .refund-sec .refund-table th, .refund-sec .refund-table td {
    border: 1px solid #999999;
    padding: 0.75em;
  }
  .wellness-sec__point-content .refund-table th,.wellness-sec__point-content .refund-table td,
  .auonline-sec__point-content .refund-table th,.auonline-sec__point-content .refund-table td,
  .campaign-sec__point-content .refund-table th,.campaign-sec__point-content .refund-table td,
  .wellness-cp-sec__point-content .refund-table th,.wellness-cp-sec__point-content .refund-table td {
    border: 1px solid #DCDCDC;
    padding: 0.75em;
  }
  .refund-sec .refund-table td,.wellness-sec__point-content .refund-table td,
  .refund-sec .refund-table td,.auonline-sec__point-content .refund-table td,
  .refund-sec .refund-table td,.campaign-sec__point-content .refund-table td,
  .refund-sec .refund-table td,.wellness-cp-sec__point-content .refund-table td {
    background-color: #fff;
  }
  .refund-sec .refund-table th,.wellness-sec__point-content .refund-table th,
  .refund-sec .refund-table th,.auonline-sec__point-content .refund-table th,
  .refund-sec .refund-table th,.campaign-sec__point-content .refund-table th,
  .refund-sec .refund-table th,.wellness-cp-sec__point-content .refund-table th {
    background: #f2f2f2;
    white-space: nowrap;
  }
  .wellness-sec__point-content .refund-table td li,
  .auonline-sec__point-content .refund-table td li,
  .campaign-sec__point-content .refund-table td li,
  .wellness-cp-sec__point-content .refund-table td li {
    list-style-type: disc;
    margin-left: 2em;
  }
  .auonline-sec__point-content .refund-table .color-red {
    color:#ff0000;
  }
  .auonline-sec__point-content .refund-table .nowrap {
    white-space: nowrap;
  }
.refund-sec .color-block {
  background-color: #fff1ce;
  text-align: center;
  padding: 0.75em;
  border-radius: 4px;
}
.refund-sec .color-block.orange {
  background-color: #fff1ce;
}
.refund-sec .color-block.green {
  background-color: #d9f0d6;
}
.refund-sec .color-block + .color-block {
  margin-top: 32px;
  position: relative;
}
.refund-sec .color-block + .color-block:before, .refund-sec .color-block + .color-block:after {
  background-color: #ea5504;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}
.refund-sec .color-block + .color-block:before {
  width: 4px;
  height: 20px;
  top: -25px;
}
.refund-sec .color-block + .color-block:after {
  width: 20px;
  height: 4px;
  top: -17.5px;
}
.refund-sec .color-block p {
  /* color: #fa8007; */
  font-size: 1.2rem;
}
/* .refund-sec .color-block.orange p {
  color: #fa8007;
} */
/* .refund-sec .color-block.green p {
  color: #007f4f;
} */
.refund-sec .color-block strong {
  font-size: 1.4rem;
}
.refund-sec .color-block span {
  font-size: 1rem;
}
.refund-sec .anc-txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #007f4f;
  font-weight: bold;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.refund-sec .anc-txt::before {
  content: "";
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/icon-anchor.svg) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.3em;
}
.refund-sec__img {
  width: calc(100% - 0.45rem);
  position: relative;
  left: 0.225rem;
}
/* ------------------------------
  market
  ------------------------------ */
.market-sec {
  padding-bottom: 1rem;
}
.market-sec .market-visual {
  position: relative;
  background-color: #C7E244;
  padding: 1.5rem 1.5rem 5rem;
  z-index: 1;
}
.market-sec .market-block {
  text-align: left;
  background-color: #fff;
  padding: 1.3em 2em 2em;
  border-radius: 10px;
}
/* ------------------------------
  point-use
  ------------------------------ */
.point-use-sec {
  /* margin-top: 4.7rem; */
  position: relative;
}
.point-use-sec__icon {
  width: 15rem;
  position: absolute;
  left: 50%;
  top: -1.6rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.point-use-sec__text {
  font-size: 1.6rem;
}
.point-use-sec__content-title {
  margin-top: 2rem;
  font-size: 2rem;
  color: #007f4f;
  font-weight: 600;
}
.point-use-sec__bg-gray {
  margin-top: 2rem;
  background-color: #F2F2F2;
  padding: 1.6rem;
  border: 1px solid #939393;
}
.point-use-sec__btn-lead {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.point-use-sec__btn-lead .color-green {
  font-size: 1.8rem;
  color: #007F4F;
}
.point-use-sec__btn {
  margin-top: 1rem;
}
/* ------------------------------
  cash
  ------------------------------ */
.cash-sec {
  /* margin-top: 3rem; */
  background-size: 100% auto;
}
.cashless {
  background-color: #d9f0d6;
  /*color: #eb5505;*/
  padding: 2rem 0 0;
}
.cashless_bg {
  background-color: #fff;
  border-radius: 15px;
  max-width: 90%;
  margin: auto;
  padding: 0rem 0 1.5rem;
}
/* ------------------------------
  effort
  ------------------------------ */
.effort-sec {
  padding-bottom: 8rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202504_greenlife/images/effort-bg.png);
  background-repeat: no-repeat;
  background-size: calc(100% - 4rem);
  background-position: right 2rem bottom 0;
}
.effort-sec__text {
  font-size: 1.6rem;
  text-align: left;
}
.effort-sec__contents {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.effort-item {
  background: #ffffff;
  border-radius: 1rem;
  border: 2px solid #007F4F;
}
.effort-item__btn {
  color: #007F4F;
  border-radius: 1rem;
  padding: 1rem 4rem 1rem 1rem;
  background: white;
  font-size: 1.6em;
  font-weight: 600;
  color: #007F4F;
  text-align: left;
}
.effort-item__body {
  padding-left: 2rem;
  padding-right: 2rem;
}
.effort-item__text {
  font-size: 1.6em;
}
.effort-item__img {
  margin-top: 1rem;
}
.effort-item__link {
  margin-top: 1rem;
}
.effort-sec .toggle-btn-icon {
  background-color: #007F4F;
}
/* ------------------------------
  gift-donate
  ------------------------------ */
  .gift-donate {
    padding-bottom: 4.7rem;
    background-color: #FCF7CE;
  }
  .gift-donate__title {
    background-color: #FFBB50;
    position: relative;
    padding-top: 2rem;
    color: #5B2900;
  }
  .gift-donate__title span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .gift-donate__end {
    padding-top: 1rem;
  }
  .gift-donate__title-img {
    margin-top: 2.5rem;
  }
  .gift-donate__title-img img {
    width: calc(100% + 2rem);
    position: relative;
    left: -1rem;
  }
  .gift-donate__desc-title {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    color: #5B2900;
    border: 1px solid #5B2900;
    padding: 0.55rem;
  }
  .gift-donate__desc {
    margin-top: 1rem;
    text-align: left;
    font-size: 1.4rem;
    color: #5B2900;
  }
  .gift-donate__desc dt {
    font-weight: 600;
  }
  .gift-donate__desc dt:not(:first-child) {
    margin-top: 1rem;
  }
  .gift-donate__btn {
    margin-top: 2rem;
  }
  .gift-donate__text-red {
    color: #EA0404;
    font-weight: 600;
  }
  .gift-donate__text {
    margin-top: 1rem;
    text-align: left;
    font-size: 1.4rem;
    color: #5B2900;
  }
  .gift-donate__text-h2 {
    margin-top: 3rem;
    text-align: center;
    font-size: 1.7rem;
    color: #5B2900;
  }
  .gift-donate__thanks-img {
    margin-top: 2rem;
  }
.gift-donate .gift-donate__icon {
 width: 90%;
 margin: 0 5%;
  height: auto;
  position: absolute;
 left: 0;
  top: -2.5rem;
  z-index: 1;
}
/* ------------------------------
  donate-detail
  ------------------------------ */
  .donate-detail {
  }
  .donate-detail__cp-link {
    margin: 1.5rem 1.5rem 0;
    border-radius: 1rem;
    background-color: #D9F0D6;
    padding: 1.7rem 1.5rem 1.2rem;
  }
  .donate-detail__cp-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #007f4f;
  }
  .donate-detail__link-warp {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .donate-detail__link-warp a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0066AA;
    padding: 0.5rem;
  }
  .donate-detail__content {
    padding-bottom: 3rem;
    margin: 1.5rem 1.5rem 4.5rem;
    background-color: #FCF7CE;
    border-radius: 1rem;
  }
  .donate-detail__title {
    background-color: #FFBB50;
    position: relative;
    padding-top: 2rem;
    color: #5B2900;
    border-radius: 1rem 1rem 0 0;
  }
  .donate-detail__title span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  .donate-detail__lead {
    font-size: 1.6rem;
    color: #333333;
    text-align: left;
    padding: 0 1.5rem;
  }
  .donate-detail__title-img {
    margin-top: 1.5rem;
  }
  .donate-detail__title-img img {
    width: calc(100% + 2rem);
    position: relative;
    left: -1rem;
  }
  .donate-detail__btn {
    margin-top: 1.5rem;
    cursor: pointer;
  }
  .donate-detail__text {
    margin-top: 0.5rem;
    text-align: left;
    font-size: 1.4rem;
    color: #5B2900;
  }
  .donate-detail__text-h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2rem;
    color: #5B2900;
  }
  .donate-detail__total-img {
    margin-top: 1.5rem;
  }
  .donate-detail__img {
    margin-top: 1.5rem;
  }
  .donate-detail__thanks-img {
    margin-top: 2.5rem;
  }
  .donate-detail__calc-text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #5B2900;
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #5B2900;
    border-radius: 0.8rem;
  }
  .donate-detail__pege-top {
    display: inline-block;
    margin: 2rem auto 0;
    padding: 0.5rem 1.6rem 0.5rem 1rem;
    font-size: 1.4em;
    font-weight: 600;
    color: #0066AA;
    position: relative;
    cursor: pointer;
  }
  .donate-detail__pege-top::before {
    content: "";
    width: 0.6em;
    height: 0.2rem;
    background-color: #0066AA;
    border-radius: 0.3rem;
    position: absolute;
    top: calc(50% + 0.1rem);
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .donate-detail__pege-top::after {
    content: "";
    width: 0.6em;
    height: 0.2rem;
    background-color: #0066AA;
    border-radius: 0.6rem;
    position: absolute;
    top: calc(50% + 0.1rem);
    right: 0.5rem;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
/* ------------------------------
  about
  ------------------------------ */
.about-sec {
  /* margin-top: 3rem; */
  background-size: 100% auto;
  padding: 0 0 3rem;
}
.about-sec .about-block {
  background-color: #fff;
  padding: 1em 1.5em 1em;
  border-radius: 8px;
}
.about-sec .about-sec__container {
  background-color: #d9f0d6;
  padding-block: 2rem;
}
/* ------------------------------
  faq
  ------------------------------ */
.faq-wrap {
  border-top: max(1px, 0.1rem) solid #999999;
}
.faq-wrap:first-child {
  border-top: none;
}
.faq-wrap:last-child {
  border-bottom: max(1px, 0.1rem) solid #999999;
}
.faq-wrap .faq-btn {
  text-align: left;
  padding: 0.8em 4rem 0.8em 3rem;
  color: #007f4f;
  font-weight: bold;
}
.faq-wrap .faq-btn::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/faq-icon-q.svg) no-repeat 0% 50%;
  background-size: contain;
  left: 0;
}
.faq-wrap .faq-btn .toggle-btn-icon {
  background: transparent;
}
.faq-wrap .faq-btn .toggle-btn-icon::before, .faq-wrap .faq-btn .toggle-btn-icon::after {
  background-color: currentColor !important;
}
.faq-wrap-inner {
  position: relative;
  text-align: left;
  padding: 1.5rem 1.5rem 1.5rem 3rem !important;
  background: #fff;
}
.faq-wrap-inner::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/faq-icon-a.svg) no-repeat 0% 50%;
  background-size: contain;
  left: 0;
}
/* ------------------------------
  contact
  ------------------------------ */
  .contact-sec {
        font-size: 1.6rem;
	    margin-top: 1.5rem;
        padding: 4rem 1.5rem 4rem;
	    background-color: #d9f0D6;
      }
      .contact-sec__title {
        font-size: 1.8rem;
        margin-top: 0.5rem;
		padding-bottom: 1.5rem;
      }
/* ------------------------------
  start
  ------------------------------ */
.start-carousel-wrap {
  background: #fce9df;
  padding: 1.5rem;
}
.start-carousel-wrap .slide-01 a {
  display: block;
  margin-top: -3em;
}
/* ------------------------------
  app
  ------------------------------ */
.app-wrap .app-ttl img {
  display: block;
  width: 4em;
  margin: 0 auto 0.5em;
}
.app-wrap .app-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.app-wrap .app-link li:nth-child(odd) {
  margin-right: 0.5em;
}
.app-wrap .app-link li:nth-child(even) {
  margin-left: 0.5em;
}
/* ------------------------------
  point
  ------------------------------ */
.point-sec.bg-light-green {
  background-color: #d9f0d6;
}
.point-carousel .slick-list {
  overflow: visible;
}
.point-carousel-01 {
  position: relative;
}
.point-carousel-02 {
  position: relative;
}
.point-carousel-01.carousel .slick-arrow,
.point-carousel-02.carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.point-carousel-01.carousel .slick-arrow.slick-prev,
.point-carousel-02.carousel .slick-arrow.slick-prev {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202503_greenlife/images/arrow-prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -0.5rem;
}
.point-carousel-01.carousel .slick-arrow.slick-next,
.point-carousel-02.carousel .slick-arrow.slick-next {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202503_greenlife/images/arrow-next.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -0.5rem;
}
/* ------------------------------
  tab
  ------------------------------ */
.tab-wrap {
  position: relative;
}
.tab-wrap .tab-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.tab-wrap .tab-btn-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 0.3rem solid #000;
}
.tab-wrap .tab-btn {
  width: calc(50% - 0.2rem);
  border: solid #000;
  border-width: 0.2rem 0.2rem 0;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  z-index: 0;
  background: #fce9df;
  padding: 0.4em 0.5em 0.4em;
  font-weight: bold;
     height: 3.5em;
    line-height: 1.2em;
    font-size: smaller;
}
.tab-wrap .tab-btn.active {
  z-index: 2;
  background: #fff;
  /* color: #eb5505; */
  pointer-events: none;
}
.tab-wrap .tab-content {
  border: solid #000;
  border-width: 0 0.2rem 0.2rem;
  padding: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  background: #fff;
  overflow: hidden;
  margin-top: -0.1rem;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -999;
}
.tab-wrap .tab-content.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}
/* ------------------------------
  sns
  ------------------------------ */
.sns-sec {
  margin-top: 4rem;
}
.sns-sec .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns-sec .sns-list li {
  width: 5rem;
  margin: 1rem;
}
/* ------------------------------
  thanks
  ------------------------------ */
.thanks-wrap {
  padding-top: 1.5rem;
  padding-bottom: 6rem;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/intro-bg.png) no-repeat 50% 100% #d9f0d6;
  background-size: calc(100% - 3rem) auto;
}
.thanks-sec {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
}
.thanks-ttl {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #007f4f;
}
.thanks-next {
  background: #dceeb9;
  margin: 1.5rem 0;
  border-radius: 0.8rem;
  padding: 1.5rem;
}
.thanks-next-date {
  background: white;
  padding: 0.3em;
}
.thanks-illust {
  width: 70%;
  margin: 1rem auto 0;
}
/* ------------------------------
  media
  ------------------------------ */
.media-sec {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.media-sec .media-ttl strong {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -0.2em auto 0.4em;
  font-size: 0.8em;
  background: white;
  color: #75ad0c;
  letter-spacing: 1;
  padding: 0.2em 1em;
  border-radius: 1em;
}
.media-sec .media-list-item {
  border-top: 1px solid #999999;
  padding: 1rem 0;
}
.media-sec .media-list-link {
  display: block;
  color: #007f4f;
  font-weight: bold;
  padding-left: 1em;
}
.media-sec .media-list-link::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/icon-arrow-next.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 0.3em 0 -1em;
}
.media-sec .media-list-date {
  color: #666;
  text-align: right;
}
/* ------------------------------
  Carousel
  ------------------------------ */
.carousel {
  margin: 0 0 3rem;
  position: relative;
}
.carousel-slide {
  padding: 0 0.2rem;
}
/* .carousel .slick-arrow {
  position: absolute;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  background: url(https://prcp.pass.auone.jp/gpl/202307_greenlife/carousel-arrow.png) no-repeat 50% 50%;
  background-size: contain;
  font-size: 0;
  text-indent: 200%;
  z-index: 10;
  top: calc(50% - 1rem);
}
.carousel .slick-arrow.slick-next {
  right: 0.5rem;
}
.carousel .slick-arrow.slick-prev {
  left: 0.5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.carousel .slick-arrow.slick-disabled {
  display: none !important;
} */
.carousel .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}
.carousel .slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  border-radius: 50%;
  font-size: 0;
  text-indent: 200%;
  background: #ccc;
  margin: 0.4rem;
}
.carousel .slick-dots .slick-active button {
  background: #eb5505;
}
/* ------------------------------
  Fixed-btn
  ------------------------------ */
#fixed-btn {
  /* background: #ccedd9; */
  background-color: #D9F0D6;
  /* padding: 0.5rem 2rem; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 900px;
  z-index: 100;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  -webkit-clip-path: inset(-1rem 0 0 0);
  clip-path: inset(-1rem 0 0 0);
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #fixed-btn .btn-entry,
  #fixed-btn .btn-entry-done,
  #fixed-btn .btn-entry-before,
  #fixed-btn .btn-entry-after {
    width: 60%;
    margin-inline: auto;
  }
}
/* ------------------------------
  scroll-in
  ------------------------------ */
.scroll-in.fade-in {
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-in.fade-in.appeared {
  opacity: 1;
}
.scroll-in.up-in {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-in.up-in.appeared {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.scroll-in.zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 1s cubic-bezier(0.22, 1.5, 0.8, 1);
  transition: 1s cubic-bezier(0.22, 1.5, 0.8, 1);
}
.scroll-in.zoom-in.appeared {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.scroll-in.bounce-in {
  opacity: 0;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.8s cubic-bezier(0.22, 1.5, 0.8, 1);
  transition: 0.8s cubic-bezier(0.22, 1.5, 0.8, 1);
}
.scroll-in.bounce-in.appeared {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.framebox {
  margin: 0.5rem;
  padding: 0.5rem;
  border: solid 2px #ff0000;
  background: #ffe3e3;
}
.questlink {
  background-color: #fff4d5;
  color: #eb5505;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: -0.3rem;
}
.questlink_btn {
  max-width: 50%;
  padding-top: 1rem;
}
#cashless_title, #market_title, #Pontaquest_title {
  margin-top: 0rem;
  background-color: #007f4f;
  color: #fff;
  padding: 1rem 0;
  border-radius: 10px 10px 0px 0px;
}
#cashless_title, #market_title, #Pontaquest_title p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
#cashless_title, #market_title, #Pontaquest_title h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
#quest_title {
  margin-top: 2rem;
  background-color: #75ad0d;
  color: #fff;
  padding: 1rem 0;
}
#quest_title p {
  font-size: 1.4rem;
}
#quest_title h3 {
  font-size: 1.7rem;
  font-weight: 600;
}
.quest {
  background-color: #d9f0d6;
  color: #eb5505;
  padding: 2rem 0 3rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.w_bg {
  background-color: #fff;
  border-radius: 15px;
  max-width: 100%;
  margin: auto;
}
.w_bg img {
  max-width: 90%;
  margin: auto;
}
.w_bg img.w100 {
  max-width: 100%;
}
.w_bg .slick-slide img {
  max-width: 100%;
  margin: auto;
}
.w_bg ul {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  padding: 0rem 1.5rem 3rem 1.5rem;
  color: #929292;
}
#quest-text {
  margin-top: -3rem;
  padding-bottom: 0.5rem;
}
.questlink_btn2 {
  position: relative;
}
.questlink_btn3-parent {
  display: block;
  width: 76%;
  position: absolute;
  left: 3.6rem;
  top: 6.5rem;
  z-index: 3;
}
.questlink_btn3-parent .questlink_btn3 {
  /* width: 76%;
  position: absolute;
  left: 3.6rem;
  top: 6.5rem;
  z-index: 3; */
  width: 100%;
  max-width: none;
}
.list01 {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-left: 1rem;
}
#slide_carousel {
  margin-top: 2rem;
  /* padding-left: 2.5rem; */
}
/* ------------------------------
   nav-carousel
  ------------------------------ */
.nav-carousel {
  position: relative;
  margin-top: 0.5rem;
  padding:0 0 4.5rem 0!important;
}
.nav-carousel .slick-slide {
  padding: 0 0rem;
}
.nav-carousel .slick-arrow {
  position: absolute;
  font-size: 0;
  z-index: 10;
  width: 1rem;
  height: 1.5rem;
  top: 50%;
  /*  background: url(https://prcp.pass.auone.jp/gpl/202212_card/carousel-arrow.png) no-repeat 50% 50%;
      background-size: contain;*/
}
/* .nav-carousel .slick-arrow.slick-prev {
  left: -1rem;
  transform: scaleX(-1) translateY(-50%);
}
.nav-carousel .slick-arrow.slick-next {
  right: -1rem;
  transform: translateY(-50%);
} */
.nav-carousel .slick-arrow.slick-disabled {
  display: none !important;
}
.nav-carousel .slick-dots,
.how-to-carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-carousel .slick-dots {
  position: absolute;
  bottom: 6.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
}
.nav-carousel .slick-dots button,
.how-to-carousel .slick-dots button {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  font-size: 0;
  border-radius: 50%;
  background: #4a4a4a;
  margin: 0 0.5rem;
}
.nav-carousel .slick-dots .slick-active button,
.how-to-carousel .slick-dots .slick-active button {
  background: #f46121;
}
.nav-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.nav-carousel .slick-prev {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202503_greenlife/images/arrow-prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0.6rem;
}
.nav-carousel .slick-next {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(https://prcp.pass.auone.jp/gpl/202503_greenlife/images/arrow-next.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0.6rem;
}
/* ------------------------------
  1000PontaポイントプレゼントCP
  ------------------------------ */
.way_to_participate {
  position: relative;
}
.way_to_participate p {
  position: absolute;
  width: 100%;
  max-width: 70%;
  top: 40.5rem;
  left: 8rem;
}
#new-tab-auonline .way_to_participate p {
  position: absolute;
  max-width: 72%;
  top: 45rem;
  left: 8rem;
}
#new-tab-auonline .way_to_participate p:nth-of-type(2) {
  position: absolute;
  max-width: 72%;
  top: 54rem;
  left: 8rem;
}
#new-tab-campaign .way_to_participate p {
  max-width: calc(100% - 3rem);
  top: 46rem;
  left: 1.5rem;
}
#new-tab-campaign .way_to_participate p:nth-of-type(2) {
  max-width: calc(100% - 3rem);
  top: 58rem;
}
#new-tab-wellness-cp .way_to_participate p {
  max-width: calc(100% - 3rem);
  top: auto;
  left: 1.5rem;
  bottom: 3rem;
}
#new-tab-wellness-cp .way_to_participate .wellness-cp-sec__link-wrap {
  position: absolute;
  right: 1.5rem;
  bottom: 43rem;
}
#new-tab-wellness-cp .way_to_participate .wellness-cp-sec__link-wrap2 {
  position: absolute;
  right: 1.5rem;
  bottom: 31rem;
}
.way_to_participate p a {
  display: block;
}
.link-txt {
  color: #1057AE;
  text-decoration: underline;
}
.line-t {
  border-top: 1px solid #000;
  padding-top: 0.2em;
}
.line-b {
  border-bottom: 1px solid #000;
  padding-bottom: 0.2em;
}
  /* ------------------------------
  fixed-btn
------------------------------ */
/* #fixed-btn {
  display: none;
  opacity: 0;
  transition: 0.2s;
} */
/* ------------------------------
  GAMPLA
  ------------------------------ */
div.campaign__container-floating-footer {
  display: none;
}
.campaign__container {
  max-width: 900px;
}
.alert {
  margin-bottom: 0;
  border-radius: 0;
}
/* ------------------------------
  0722調整
  ------------------------------ */
table td .ind-1em {
  text-indent: -1.3em !important;
  padding-left: 1.3em;
}
@media screen and (max-width:700px) {
  .pc_br {
    display: none;
  }
  .sp_text {
    font-size: 1.3rem;
  }
}
.campaign__end-alert-content {
  box-shadow: none !important;
}
/* ------------------------------
  1029調整
  ------------------------------ */
.nextmonth1, .nextmonth2, .nextmonth3, .nextmonth4 {
  color: #fff;
  font-size: 1.4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #00a442;
  position: relative;
  z-index: 99;
  display: none;
}
.nextmonth1.show, .nextmonth2.show, .nextmonth3.show, .nextmonth4.show {
  display: block !important; /* !importantを使うことで強制的に適用 */
}
       
       
/*1115用注釈*/
/* #new-tab-auonline .way_to_participate{
       padding-bottom: 6rem;
       } */
#new-tab-auonline .way_to_participate .notes {
    position: absolute;
    color: #666;
    text-indent: -1rem;
    top: 60rem;
    left: 0rem;
    text-align: left;
    background-color: #FEF6D7;
    width: 100%;
    padding: 0 2.5rem 3rem 9rem;
    max-width: 100%;
 font-size: 1.2rem;
}
/*241201*/
.outlink{
  padding-right: 2rem;
  background: url( "https://prcp.pass.auone.jp/gpl/202412_greenlife/images/icon-blank-gray.png") no-repeat center right;
  background-size: 1.5rem;
}
.dot{
  margin: 0 0 2.4rem 0;
}
.copyright-sec{
  padding: 3rem 0.6rem 5rem;
  background-color: #F4F4F4;
}
.copyright-sec p{
  padding: 0.6rem 0;
}
.copyright-sec p a{
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
#page-wrap {
  overflow: hidden;
  text-align: center;
  padding: 0!important;
}
.display-block {
  display: block;
}
.display-none{
  display: none;
}