@charset "UTF-8";
.font12 {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .font12 {
    font-size: clamp(11px, 1vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .font12 {
    font-size: clamp(10px, 1.432vw, 11px);
  }
}
@media screen and (max-width: 480px) {
  .font12 {
    font-size: clamp(9px, 2.083vw, 10px);
  }
}

/*
資料請求バナー
=====================================================================*/
#book_bnrLink {
  left: 66%;
  top: 80%;
  width: 58%;
}
@media screen and (max-width: 768px) {
  #book_bnrLink {
    width: 80%;
    top: 82%;
    display: block;
    left: 50%;
  }
}

#header_telBox a:hover img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.75;
}

/* -------------------------------------------------------------- */
.caption {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .caption {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .caption {
    font-size: clamp(13px, 1.167vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: clamp(13px, 1.822vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  .caption {
    font-size: clamp(12px, 2.708vw, 13px);
  }
}

/* -------------------------------------------------------------- */
.green {
  color: #78C153 !important;
}

/* ===================================================================
ルミエール友の会
=====================================================================*/
#Introduction.section_basic.member {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #Introduction.section_basic.member {
    padding: 6% 0;
  }
}

.introbox {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .introbox {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .introbox {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .introbox {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .introbox {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
.introbox p {
  line-height: 200%;
}
.introbox p.info_caption {
  margin-top: 0.5rem;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .introbox p.info_caption {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .introbox p.info_caption {
    font-size: clamp(13px, 1.167vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .introbox p.info_caption {
    font-size: clamp(13px, 1.822vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  .introbox p.info_caption {
    font-size: clamp(12px, 2.708vw, 13px);
  }
}

/* ---------------------------------------------------------------- */
#memberLogo {
  width: 40%;
  height: auto;
  margin: 0 auto 0.8rem;
  max-width: 450px;
}
#memberLogo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------------------------------------------------------------- */
#member_introCap {
  font-family: "Cochin", "NotoSerif", serif !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  #member_introCap {
    font-size: clamp(20px, 1.0422vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  #member_introCap {
    font-size: clamp(18px, 1.757vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  #member_introCap {
    font-size: clamp(18px, 2.343vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  #member_introCap {
    font-size: clamp(15px, 3.33vw, 16px);
  }
}

/* ===================================================================
入って安心！終活の総合サポート
=====================================================================*/
section#Support {
  background: #ECF2F7;
}
section#Support .content_basic {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  section#Support .content_basic {
    padding-bottom: 0%;
  }
}
section#Support .one_period {
  margin-bottom: 90px;
}
section#Support .one_period:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section#Support .one_period {
    margin-bottom: 9%;
  }
}

ul#support_membershipPoint {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 30px auto 0;
  max-width: 890px;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  ul#support_membershipPoint {
    margin-top: 4%;
    display: block;
  }
}
ul#support_membershipPoint li {
  width: 32%;
  height: auto;
  margin: 0 2% 0 0;
  background: #fff;
  color: #333;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(47, 142, 220, 0.2);
          box-shadow: 0 0 10px rgba(47, 142, 220, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  ul#support_membershipPoint li {
    width: 90%;
    height: auto;
    margin: 0 auto 3%;
    max-width: 480px;
  }
  ul#support_membershipPoint li:last-of-type {
    margin-bottom: 0;
  }
}
ul#support_membershipPoint li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul#support_membershipPoint li:nth-of-type(3n) {
    margin: 0 auto 3%;
  }
}
ul#support_membershipPoint li p {
  text-align: center !important;
  font-family: "Cochin", "NotoSerif", serif !important;
  font-size: 20px;
  line-height: 140%;
  padding: 1rem 1rem;
}
@media screen and (min-width: 769px) {
  ul#support_membershipPoint li p {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  ul#support_membershipPoint li p {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  ul#support_membershipPoint li p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  ul#support_membershipPoint li p {
    font-size: clamp(14px, 3.125vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  ul#support_membershipPoint li p {
    padding: 5% 0;
  }
}

/*
特典内容　〜　会費
------------------------------------------------------------------------- */
#special_infoBloc {
  background: #fff;
  border-radius: 10px;
  padding: 45px 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #special_infoBloc {
    padding: 6% 0;
    margin-top: 6%;
  }
}
#special_infoBloc p.caption {
  margin-bottom: 0.2rem;
  font-size: 14px;
}
@media screen and (min-width: 1025px) and (max-width: 1919px) {
  #special_infoBloc p.caption {
    font-size: clamp(13px, 0.729vw, 14px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #special_infoBloc p.caption {
    font-size: clamp(12px, 1.2695vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  #special_infoBloc p.caption {
    font-size: clamp(12px, 1.822vw, 13px);
  }
}
@media screen and (max-width: 480px) {
  #special_infoBloc p.caption {
    font-size: clamp(11px, 2.5vw, 12px);
  }
}
#special_infoBloc p.caption:last-of-type {
  margin-bottom: 0;
}
#special_infoBloc .special_detail {
  width: 90%;
  max-width: 890px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  #special_infoBloc .special_detail {
    margin-bottom: 6%;
  }
}
#special_infoBloc .special_detail:last-of-type {
  margin-bottom: 0;
}

dl.special_detail_list {
  width: 100%;
  height: auto;
  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;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  dl.special_detail_list {
    margin-bottom: 4%;
  }
}
dl.special_detail_list dt, dl.special_detail_list dd {
  border-bottom: 1px solid #EBEBEB;
  height: auto;
}
dl.special_detail_list dt p, dl.special_detail_list dd p {
  line-height: 160%;
}
dl.special_detail_list dt .check_mark, dl.special_detail_list dd .check_mark {
  font-size: 60% !important;
  vertical-align: 0.5rem;
}
dl.special_detail_list dt {
  width: 70%;
}
dl.special_detail_list dt p {
  padding: 15px 1rem;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  dl.special_detail_list dt p {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  dl.special_detail_list dt p {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl.special_detail_list dt p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  dl.special_detail_list dt p {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  dl.special_detail_list dt p {
    padding: 1rem 0 0.8rem;
  }
}
dl.special_detail_list dd {
  width: 30%;
  font-weight: 600;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
dl.special_detail_list dd p {
  text-align: right;
  color: #78C153;
  padding: 15px 1rem;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  dl.special_detail_list dd p {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  dl.special_detail_list dd p {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  dl.special_detail_list dd p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  dl.special_detail_list dd p {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  dl.special_detail_list dd p {
    padding: 1rem 0 0.8rem;
  }
}

/* ---------------------------------------------------------------- */
.special_title {
  text-align: center;
  margin-bottom: 30px;
  color: #78C153;
  font-family: "NotoSerif", serif !important;
  font-size: 26px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .special_title {
    font-size: clamp(22px, 1.25vw, 26px);
  }
}
@media screen and (max-width: 1024px) {
  .special_title {
    font-size: clamp(18px, 1.668vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .special_title {
    font-size: clamp(18px, 2.864vw, 22px);
  }
}
@media screen and (max-width: 480px) {
  .special_title {
    font-size: clamp(16px, 3.75vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .special_title {
    margin-bottom: 4%;
  }
}
.special_title span {
  position: relative;
  z-index: 1;
  font-size: 26px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .special_title span {
    font-size: clamp(22px, 1.25vw, 26px);
  }
}
@media screen and (max-width: 1024px) {
  .special_title span {
    font-size: clamp(18px, 1.668vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .special_title span {
    font-size: clamp(18px, 2.864vw, 22px);
  }
}
@media screen and (max-width: 480px) {
  .special_title span {
    font-size: clamp(16px, 3.75vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .special_title span {
    padding-bottom: 3.5%;
  }
}
.special_title span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.2rem;
  height: 1px;
  background: #78C153;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*
選べるご入会方法
------------------------------------------------------------------------- */
ul#howtoList {
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ul#howtoList {
    display: block;
  }
}
ul#howtoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31.3333333333%;
  margin-right: 3%;
}
ul#howtoList li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  ul#howtoList li {
    width: 32.5833333333%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  ul#howtoList li {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto 9%;
  }
  ul#howtoList li:nth-of-type(3n) {
    margin: 0 auto 9%;
  }
  ul#howtoList li:last-of-type {
    margin-bottom: 0;
  }
}

/* ---------------------------------------------------------------- */
.howto_pic, .howto_pic img {
  width: 100%;
  height: auto;
  display: block;
}

.howto_pic {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .howto_pic {
    margin-bottom: 4%;
    position: relative;
    z-index: 1;
  }
}
.howto_pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------------------------------------------- */
.howto_info {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  min-height: 7rem;
}
@media screen and (max-width: 768px) {
  .howto_info {
    min-height: initial;
  }
}
.howto_info p {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .howto_info p {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .howto_info p {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .howto_info p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .howto_info p {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
.howto_info:after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 1rem solid #78C153;
  border-right: 0.7rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 0.7rem solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ---------------------------------------------------------------- */
.howto_headline {
  color: #78C153;
  font-family: "NotoSerif", serif !important;
  font-size: 30px;
  margin-bottom: 0.2rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .howto_headline {
    font-size: clamp(26px, 1.563vw, 30px);
  }
}
@media screen and (max-width: 1024px) {
  .howto_headline {
    font-size: clamp(22px, 2.168vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .howto_headline {
    font-size: clamp(22px, 3.385vw, 22px);
  }
}
@media screen and (max-width: 480px) {
  .howto_headline {
    font-size: clamp(18px, 4.583vw, 22px);
  }
}

/* ---------------------------------------------------------------- */
.btn_howto {
  width: 100%;
  height: auto;
  margin: 1rem auto 0;
}
.btn_howto a {
  background-color: #78C153;
  padding: 1.5rem 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #78C153;
  color: #fff;
  font-family: "NotoSerif", serif !important;
  text-decoration: none;
  min-height: 150px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .btn_howto a {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  .btn_howto a {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .btn_howto a {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .btn_howto a {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .btn_howto a {
    min-height: inherit;
    font-size: clamp(16px, 2.343vw, 18px);
  }
}
@media screen and (max-width: 480px) {
  .btn_howto a {
    font-size: 3.333vw;
  }
}
.btn_howto a:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  right: 0.8rem;
  z-index: 1;
  width: 1.1rem;
  height: 1.1rem;
  font-size: 16px;
  background-image: url("../images/common/icon_min_arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .btn_howto a:after {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .btn_howto a:after {
    font-size: clamp(13px, 1.167vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .btn_howto a:after {
    font-size: clamp(13px, 1.822vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  .btn_howto a:after {
    font-size: clamp(12px, 2.708vw, 13px);
  }
}
@media screen and (min-width: 1025px) {
  .btn_howto a br.tabs {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .btn_howto a br.tabs {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .btn_howto a br.tabs {
    display: none;
  }
}
.btn_howto a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* ---------------------------------------------------------------- */
img.img_tel {
  width: 90%;
  height: auto;
  margin: 0.5rem auto 0;
  display: block;
  max-width: 300px;
}

/* ---------------------------------------------------------------- */
@media screen and (max-width: 768px) and (min-width: 900px) {
  ul#howtoList li#Case02 a {
    font-size: clamp(12px, 1.444vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  ul#howtoList li#Case02 a {
    font-size: clamp(14px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  ul#howtoList li#Case02 a {
    font-size: 2.916vw;
  }
}
ul#howtoList li#Case03 a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 1rem;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  ul#howtoList li#Case03 a {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  ul#howtoList li#Case03 a {
    font-size: clamp(13px, 1.167vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  ul#howtoList li#Case03 a {
    font-size: clamp(13px, 1.822vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  ul#howtoList li#Case03 a {
    font-size: clamp(12px, 2.708vw, 13px);
  }
}
@media screen and (max-width: 768px) {
  ul#howtoList li#Case03 a {
    font-size: clamp(16px, 2.343vw, 18px);
  }
}
@media screen and (max-width: 480px) {
  ul#howtoList li#Case03 a {
    font-size: 3.333vw;
  }
}
ul#howtoList li#Case03 a:after {
  content: none;
}

@media screen and (max-width: 550px) and (min-width: 768px) {
  ul#howtoList li#Case02 a br {
    display: none !important;
  }
}
/*
「仮会員登録」もご利用いただけます
------------------------------------------------------------------------- */
#temporary_infoBox {
  margin: 0 auto 45px;
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #temporary_infoBox {
    margin-bottom: 9%;
  }
}
#temporary_infoBox p {
  font-size: 18px;
  margin-bottom: 1%;
}
@media screen and (min-width: 769px) {
  #temporary_infoBox p {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  #temporary_infoBox p {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #temporary_infoBox p {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #temporary_infoBox p {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}

/* ---------------------------------------------------------------- */
#temporary_infoHeadline {
  margin-bottom: 1%;
  font-family: "NotoSerif", serif !important;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #temporary_infoHeadline {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  #temporary_infoHeadline {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #temporary_infoHeadline {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #temporary_infoHeadline {
    font-size: clamp(14px, 3.125vw, 15px);
  }
}

/* ---------------------------------------------------------------- 
#member_pickupBox {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #78C153;
	border-radius: 10px;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 1rem 0;
	max-width: 900px;

	@include sp {
		width: 100%;
		padding: 2% 0 4%;

	}
}

dl#member_pickupContents {
	width: calc(100% - 2rem);
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;

	@include sp {
		display: block;
		margin: 0 auto;
	}

	dt, dd {

		height: auto;
	}

	dt {
		width:12rem;
		margin-right: 4%;
		@include sp {
			width: 100%;
			margin: 0 auto 1rem;
			text-align: center;

		}
	}

	dd {
		width: calc((100% - 12rem) - 4%);
		padding-right: 20%;
		@include sp {
			width: 100%;
		height: auto;

		}
	}

}

#pickupHeadline {
	background: #fff;
	line-height: 120%;
	font-weight: 400;
	color: #78C153;
	padding: 1.5rem 1rem;
	border-radius: 10px;
	font-family: "NotoSerif", serif !important;
	@include font28;
	text-align: center;

	@include sp {
		padding: 0;
		margin-bottom: 0;

		display: inline-block;
	}
}

ul#pickupList {
	list-style-type: none;
	width: 100%;
	height: auto;

	li {
		width: 100%;
		position: relative;
		z-index: 1;
		line-height: 140%;
		@include font-basic;
		margin-bottom: .5rem;
		padding-left: 1.4rem;


		&:last-of-type {
			margin-bottom: 0;
		}

		span {
			color: #78C153;
			font-weight: 900;
		}

		&:before, &:after {
			content: "";
			position: absolute;
			z-index: 1;
			left: 0;

		}

		&:before {
			top: .15rem;
			width: 1rem;
			height: 1rem;
			border:1px solid #78C153;

			@include sp {
				top: 0rem;
			}
		}
		&:after {
			top: -.1rem;
			left: .2rem;
			width:.6rem;
			height: 1rem;
			border-bottom: 2px solid #78C153;
			border-right: 1px solid #78C153;
			transform: rotate(30deg) skew(5deg, 22deg);

			@include sp {
				top:12rem;
			}

		}
	}
}


#pickupChara {
	position: absolute;
	top: -22%;
	right: 2%;
	width: 24%;
	height: 100%;


	img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: contain;
	}

}


/* ---------------------------------------------------------------- 
#member_pickupBox {

  width: 90%;
  height: auto;
  margin: 0 auto;
  border: 2px solid #78C153;
  border-radius: 10px;
  padding: 1rem 0;
  max-width: 850px;
  margin-top: 3%;
  margin-bottom: 3%;
  background-color: #fff;

  @include sp {
	width: 100%;
	padding: 2% 0 4%;
  }
}

#member_pickupBox {
  position: relative;
}

#member_pickupBox .pickup-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 165px;
  @include sp {
	max-width: 160px;
	width: 30%;

}

*/
/* ---------------------------------------------------------------- */
.btn_membership_link {
  width: 100%;
  height: auto;
  margin: 60px auto 0;
  max-width: 700px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .btn_membership_link {
    margin-top: 6%;
  }
}
.btn_membership_link a, .btn_membership_link img {
  width: 100%;
  height: auto;
  display: block;
}
.btn_membership_link p {
  margin-top: 1rem;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .btn_membership_link p {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .btn_membership_link p {
    font-size: clamp(13px, 1.167vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .btn_membership_link p {
    font-size: clamp(13px, 1.822vw, 14px);
  }
}
@media screen and (max-width: 480px) {
  .btn_membership_link p {
    font-size: clamp(12px, 2.708vw, 13px);
  }
}
.btn_membership_link a:hover img {
  opacity: 0.75;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

/*
/* 2025.12.22 CUSTOM
/* ---------------------------------------------------------------- */
#pickupBanner {
  width: 90%;
  height: auto;
  margin: 45px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #pickupBanner {
    margin-top: 6%;
  }
}
#pickupBanner a, #pickupBanner img {
  width: 100%;
  height: auto;
  display: block;
}
#pickupBanner a:hover {
  opacity: 0.75;
}