@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);
  }
}

/* ===================================================================
BASIC
=====================================================================*/
/* ルミエール友の会 仮会員登録フォームページ用スタイル */
@media screen and (max-width: 768px) {
  .section_basic {
    padding: 13vw 0;
  }
}
.section_basic .one_period img {
  width: 70%;
  height: auto;
  max-width: 370px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .section_basic .one_period img {
    width: 90%;
    max-width: 500px;
  }
}
.section_basic .one_period h3 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section_basic .one_period h3 {
    /* font-size: min(5.625vw,35px); */
    /* font-size: clamp(20px, 3.125vw, 24px); */
    font-size: clamp(24px, 3.645vw, 28px);
    line-height: 1.7;
  }
}
.section_basic .one_period h3:after {
  content: none;
}
.section_basic .one_period .min {
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .section_basic .one_period .min {
    font-size: clamp(18px, 1.0422vw, 20px);
  }
}
@media screen and (max-width: 1024px) {
  .section_basic .one_period .min {
    font-size: clamp(16px, 1.757vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .section_basic .one_period .min {
    /* font-size: min(4.375vw,28px); 
        font-size: clamp(16px, 2.5vw, 20px);*/
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  .section_basic .one_period .min {
    font-size: clamp(14px, 3.125vw, 15px);
  }
}
.section_basic .one_period .annotation {
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .section_basic .one_period .annotation {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .section_basic .one_period .annotation {
    font-size: clamp(13px, 1.167vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .section_basic .one_period .annotation {
    /* font-size: min(3.125vw,24px); 
    font-size: clamp(14px, 2.083vw, 16px);*/
    font-size: clamp(12px, 1.822vw, 14px) !important;
    max-width: 600px;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------- */
#bonus_content {
  background: #ECF2F7;
}
#bonus_content.flower_top_right:after {
  background-image: url(../images/common/bg_flower-top_right02.webp);
}
@media screen and (max-width: 768px) {
  #bonus_content.flower_top_right:after {
    width: 39%;
  }
}
#bonus_content .flower_bottom_left:after {
  background-image: url(../images/common/bg_flower-bottom_left02.webp);
}
@media screen and (max-width: 768px) {
  #bonus_content .flower_bottom_left:after {
    width: 39%;
  }
}
#bonus_content .flex {
  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;
  gap: 2em;
  width: 90%;
  max-width: 900px;
  margin: 0 auto 90px;
  border-top: 1px solid #78C153;
  border-bottom: 1px solid #78C153;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  #bonus_content .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin-bottom: 6vw;
    padding: 5vw 0 4.5vw;
  }
}
#bonus_content .flex .min {
  font-size: 1.5em;
  font-size: min(2.5vw, 24px);
  color: #78C153;
  padding: 0.7em 1.5em 0.5em;
  background: #fff;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  #bonus_content .flex .min {
    /* font-size: min(4.375vw,28px); */
    font-size: clamp(20px, 3.125vw, 24px);
    padding: 0.4em 2em 0.2em;
    margin-bottom: 1em;
  }
}
#bonus_content .flex li {
  position: relative;
  color: #78C153;
  font-weight: 600;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  #bonus_content .flex li {
    /* font-size: min(3.75vw,24px); */
    font-size: clamp(14px, 2.083vw, 16px);
    letter-spacing: 0;
  }
}
#bonus_content .flex li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-check.webp) no-repeat center/contain;
}
#bonus_content .flex li span {
  color: #333;
  font-weight: normal;
}
#bonus_content .content_basic_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1em;
  padding: 70px;
}
@media screen and (max-width: 768px) {
  #bonus_content .content_basic_wrap {
    padding: 8vw 5vw;
    border-radius: 2vw;
  }
}
#bonus_content .content_basic_wrap_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #bonus_content .content_basic_wrap_inner {
    width: 100%;
  }
}
#bonus_content .content_basic_wrap_inner h4 {
  position: relative;
  color: #78C153;
  font-size: 1.5em;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  #bonus_content .content_basic_wrap_inner h4 {
    /* font-size: min(4.68vw,30px); */
    font-size: clamp(24px, 3.645vw, 28px);
  }
}
#bonus_content .content_basic_wrap_inner h4:after {
  content: "";
  width: 1.25em;
  height: 1px;
  background: #78C153;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#bonus_content .content_basic_wrap_inner table {
  width: 100%;
}
#bonus_content .content_basic_wrap_inner table th {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #EBEBEB;
  padding: 0.9em 1em;
  width: calc(100% - 8em);
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #bonus_content .content_basic_wrap_inner table th {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  #bonus_content .content_basic_wrap_inner table th {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #bonus_content .content_basic_wrap_inner table th {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #bonus_content .content_basic_wrap_inner table th {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  #bonus_content .content_basic_wrap_inner table th {
    width: calc(100% - 7em);
  }
}
#bonus_content .content_basic_wrap_inner table th .note1, #bonus_content .content_basic_wrap_inner table th .note2 {
  position: relative;
}
#bonus_content .content_basic_wrap_inner table th .note1:after, #bonus_content .content_basic_wrap_inner table th .note2:after {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: calc(100% + 0.5em);
}
#bonus_content .content_basic_wrap_inner table th .note1:after {
  content: "※1";
}
#bonus_content .content_basic_wrap_inner table th .note2:after {
  content: "※2";
}
#bonus_content .content_basic_wrap_inner table td {
  color: #78C153;
  font-weight: 600;
  text-align: right;
  border-bottom: 1px solid #EBEBEB;
  padding: 0.9em 1em;
  /* width: 8em; */
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  #bonus_content .content_basic_wrap_inner table td {
    font-size: clamp(16px, 0.937vw, 18px);
  }
}
@media screen and (max-width: 1024px) {
  #bonus_content .content_basic_wrap_inner table td {
    font-size: clamp(15px, 1.562vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  #bonus_content .content_basic_wrap_inner table td {
    font-size: clamp(15px, 2.083vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #bonus_content .content_basic_wrap_inner table td {
    font-size: clamp(13px, 2.916vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  #bonus_content .content_basic_wrap_inner table td {
    width: 7em;
  }
}
@media screen and (max-width: 768px) {
  #bonus_content .content_basic_wrap_inner table th, #bonus_content .content_basic_wrap_inner table td {
    /* font-size: min(3.75vw,24px);
    font-size: clamp(14px, 2.083vw, 16px); */
    padding: 0.9em 0;
    letter-spacing: 0;
  }
}
#bonus_content .content_basic_wrap_inner .small {
  font-size: 0.875em;
  margin-top: 1.5em;
  letter-spacing: 0;
  margin-left: 1.25em;
}
@media screen and (max-width: 768px) {
  #bonus_content .content_basic_wrap_inner .small {
    margin-left: 0;
    /* font-size: min(3.125vw,18px); */
    font-size: clamp(11px, 1.562vw, 13px);
    letter-spacing: 0;
  }
}

/* ---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .content_basic {
    padding: 13vw 0;
  }
}

/* 以下フォーム---------------------------------------------------------------------------- */
.form {
  background: #F9FAFC;
}
.form .one_period .section_title {
  position: relative;
  padding-bottom: 1em;
}
.form .one_period .section_title:after {
  content: "";
}
.form .form_wrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 70px 0;
  border-radius: 1em;
}
.form .form_wrap_inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.form .form_wrap_inner dl {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.8em 1em;
}
.form .form_wrap_inner dl dt {
  /* font-size: 1.25em; */
  width: 30%;
  padding: 0;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .form .form_wrap_inner dl dt {
    margin-bottom: 0.5rem;
  }
}
.form .form_wrap_inner dl dt p .required {
  color: #78C153;
}
.form .form_wrap_inner dl dd {
  width: calc(70% - 1em);
}
@media screen and (max-width: 768px) {
  .form .form_wrap_inner dl dd {
    margin-bottom: 1em;
  }
}

/* ----------------------------------------------------------- */
.bnr-set {
  width: 100%;
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .bnr-set {
    padding: 13vw 0;
  }
}

/* ----------------------------------------------------------- */
.bnr_memberShip {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

/* ----------------------------------------------------------- */
.tel_wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 60px;
  border-top: 2px solid #D61104;
  border-bottom: 2px solid #D61104;
  padding: 2em 1.5em;
}
@media screen and (max-width: 768px) {
  .tel_wrap {
    margin-bottom: 6vw;
  }
}

/* ----------------------------------------------------------- */
.one_period .tel_wrap .min {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

/* ----------------------------------------------------------- */
#mainContents {
  padding-bottom: 0 !important;
}

/* ----------------------------------------------------------- */
.emoji {
  -webkit-filter: grayscale(100%) brightness(0) invert(1);
          filter: grayscale(100%) brightness(0) invert(1);
}

/* ----------------------------------------------------------- */
.form_frame {
  width: 100%;
}

/* ----------------------------------------------------------- */
.acceptance {
  /* padding-top: 60px; */
}
@media screen and (max-width: 768px) {
  .acceptance {
    /* padding-top: 30%; */
  }
}
.acceptance p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .acceptance .agree {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------------------- */
.payment-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向に中央揃え */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "Cochin", "NotoSerif", serif !important;
}

.payment-tabs .tab-button {
  padding: 10px 80px;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .payment-tabs .tab-button {
    height: 80px;
    padding: 10px;
    font-size: 1em;
  }
}
.payment-tabs .tab-button.active {
  background: #78C153;
  color: #fff;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

form.wpcf7-form select {
  padding: 10px 7px 10px 7px;
}

@media screen and (max-width: 480px) {
  .section_basic .one_period h3,
  #bonus_content .content_basic_wrap_inner h4,
  #bonus_content .flex .min {
    font-size: 5vw;
  }
  .section_basic .one_period .annotation,
  #bonus_content .content_basic_wrap_inner table th,
  #bonus_content .content_basic_wrap_inner table td,
  #bonus_content .content_basic_wrap_inner .small,
  #bonus_content .flex li {
    font-size: 2.916vw;
  }
  .section_basic .one_period .min {
    font-size: 4vw;
  }
  .form .form_wrap_inner .wpcf7-form-control-wrap .wpcf7-list-item-label {
    font-size: 3.333vw;
  }
}
/*----------------------------------------------------------------------- */
.special_title span, .special_title, #member_introCap {
  font-size: 22px;
}

@media screen and (min-width: 1025px) and (max-width: 1919px) {
  .special_title span, .special_title, #member_introCap {
    font-size: clamp(20px, 1.0422vw, 24px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .special_title span, .special_title, #member_introCap {
    font-size: clamp(18px, 1.757vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .special_title span, .special_title, #member_introCap {
    font-size: clamp(18px, 2.343vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  .special_title span, .special_title, #member_introCap {
    font-size: 3.333vw;
  }
}
/*
dl#member_pickupContents {
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  dl#member_pickupContents {
    display: block;
    margin: 0 auto;
  }
}
dl#member_pickupContents dt, dl#member_pickupContents dd {
  height: auto;
}
dl#member_pickupContents dt {
  width: 25%;
}
@media screen and (max-width: 768px) {
  dl#member_pickupContents dt {
    width: 100%;
    margin: 0 auto 1rem;
    text-align: center;
  }
}
dl#member_pickupContents dd {
  width: 75%;
}
@media screen and (max-width: 768px) {
  dl#member_pickupContents dd {
    width: 100%;
    height: auto;
  }
}

#pickupHeadline {
  background: #fff;
  line-height: 120%;
  font-weight: 400;
  color: #78C153;
  font-family: "NotoSerif", serif !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pickupHeadline {
    display: inline-block;
  }
}

ul#pickupList {
  list-style-type: none;
  width: 100%;
  height: auto;
}
ul#pickupList li {
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 140%;
  margin-bottom: 0.5rem;
  padding-left: 1.4rem;
  text-align: left;
}
ul#pickupList li:last-of-type {
  margin-bottom: 0;
}
ul#pickupList li span {
  color: #78C153;
  font-weight: 600;
}
ul#pickupList li:before, ul#pickupList li:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
}
ul#pickupList li:before {
  top: 0.15rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #78C153;
}
@media screen and (max-width: 768px) {
  ul#pickupList li:before {
    top: 0rem;
  }
}
ul#pickupList li:after {
  top: -0.1rem;
  left: 0.2rem;
  width: 0.6rem;
  height: 1rem;
  border-bottom: 2px solid #78C153;
  border-right: 1px solid #78C153;
  -webkit-transform: rotate(30deg) skew(5deg, 22deg);
          transform: rotate(30deg) skew(5deg, 22deg);
}
@media screen and (max-width: 768px) {
  ul#pickupList li:after {
    top: -0.2rem;
  }
}
*/
/*
FREE ICON
===================================================================== */
.free_iconBox {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: initial;
  max-width: 600px;
  margin: 1.5rem auto 30px;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .free_iconBox {
    width: 80%;
    margin: 6% auto;
  }
}
@media screen and (max-width: 480px) {
  .free_iconBox {
    width: 100%;
  }
}
.free_iconBox p.min {
  width: calc(100% - 9.5rem);
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .free_iconBox p.min {
    width: calc(100% - 5.5rem);
  }
}

.icon_free {
  position: relative;
  z-index: 1;
  display: block;
  width: 6.5rem !important;
  height: 6.5rem !important;
  margin: 0 0.5rem 0 0 !important;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .icon_free {
    width: 5rem !important;
    height: 5rem !important;
  }
}
.icon_free img {
  width: 100% !important;
  height: auto;
  display: block;
  max-width: initial !important;
  margin: 0 !important;
}

#free_icon_text {
  font-size: 24px;
  list-style: 140%;
}
@media screen and (min-width: 769px) {
  #free_icon_text {
    font-size: clamp(20px, 1.0422vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  #free_icon_text {
    font-size: clamp(18px, 1.757vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  #free_icon_text {
    font-size: clamp(18px, 2.343vw, 20px);
  }
}
@media screen and (max-width: 480px) {
  #free_icon_text {
    font-size: clamp(15px, 3.33vw, 16px);
  }
}
@media screen and (max-width: 480px) {
  #free_icon_text {
    font-size: clamp(13px, 3.33vw, 16px);
  }
}
#free_icon_text br {
  display: none;
}
@media screen and (max-width: 768px) {
  #free_icon_text br.br_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  #free_icon_text br.br_sp {
    display: none;
  }
}