/* util */
.mt_16 {
  margin-top: 16px;
}
.u_pc {
  display: block;
}
.u_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}
/* contents */
.m_en_wrap {
  width: 1220px;
  margin: 32px auto 0;
  overflow: hidden;
}
.m_en_wrap__inr {
  float: right;
  width: 970px;
}
.m_en_sec {
  margin-top: 64px;
}
.m_en_sec.m_en_sec__primary {
  margin-top: 50px;
}
.m_en_hd {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: bold;
  line-height: 0.923;
}
.m_en_txt {
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .m_en_wrap {
    width: 100%;
  }
  .m_en_wrap__inr {
    float: none;
    width: 100%;
  }
  .m_en_sec {
    margin-top: 48px;
  }
  .m_en_sec.m_en_sec__primary {
    margin-top: 32px;
  }
  .m_en_hd {
    font-size: 20px;
    line-height: 1.6;
  }
}
/* 特典一覧 */
.m_en_anchor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
}
.m_en_anchor_itm {
  background-color: #F9F8F6;
}
.m_en_anchor_itm_inr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 100%;
  padding: 28px 16px 8px;
}
.m_en_anchor_itm_ttl {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 38px;
  padding-right: 38px;
  color: #A8820F;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.846;
}
.m_en_anchor_itm_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 12.45px;
  background-image: url(/resource/img/campaign/icon_feature_deco_left.svg);
  transform: translateY(-50%);
}
.m_en_anchor_itm_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 12.45px;
  background-image: url(/resource/img/campaign/icon_feature_deco_right.svg);
  transform: translateY(-50%);
}
.m_en_anchor_logo {
  margin-bottom: 24px;
  text-align: center;
}
.m_en_anchor_txt {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.m_en_anchor_detail {
  position: relative;
  padding-right: 28px;
  color: #A8820F;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.846;
}
.m_en_anchor_detail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(/resource/img/campaign/icon_gold_arrow.svg);
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .m_en_anchor_itm_inr:hover {
    text-decoration: none;
  }
  .m_en_anchor_itm_inr:hover .m_en_anchor_logo img {
    transform: scale(1.03);
    transition: 0.3s;
  }
  .m_en_anchor_itm_inr:hover .m_en_anchor_detail {
    text-decoration: underline;
  }
  .m_en_anchor_itm_inr:hover .m_en_anchor_detail::after {
    background-image: url(/resource/img/campaign/icon_gold_arrow_reverse.svg);
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .m_en_anchor_list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 16px;
  }
  .m_en_anchor_itm_main {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .m_en_anchor_itm_inr {
    padding: 16px;
  }
  .m_en_anchor_logo {
    margin-bottom: 0;
  }
  .m_en_anchor_logo img{
    width: 110px;
    height: 54px;
  }
  .m_en_anchor_txt {
    width: 207px;
    font-size: 18px;
    text-align: left;
  }
}
/* 会員ステージ別特典表 */
.m_en_stage_wrap {
  margin-top: 24px;
  width: 100%;
}
.m_en_stage_wrap_inr {
  width: 970px;
}
.m_en_stage_note_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}
.m_en_stage_note_itm {
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.m_en_btn_wrap {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.m_en_btn_inr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.m_en_btn {
  position: relative;
  width: 100%;
  max-width: 428px;
  height: 101px;
}
.m_en_btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #A5282D;
  border: 2px solid #A5282D;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.091;
}
.m_en_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 40px;
  height: 40px;
  background-image: url(/resource/img/campaign/icon_tab.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.m_en_btn_small {
  margin-top: 4px;
  font-size: 12px;
}
.m_en_link {
  text-align: center;
}
.m_en_link a {
  position: relative;
  color: #A5282D;
  font-size: 15px;
  font-weight: 500;
  padding-right: 29px;
}
.m_en_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  background-image: url(/resource/img/campaign/icon_red_arrow.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.m_en_terms {
  margin-top: 32px;
}
.m_en_terms_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333;
}
.m_en_terms_table {
  margin-top: 16px;
  border-left: 1px solid #DED8CC;
  border-right: 1px solid #DED8CC;
  border-bottom: 1px solid #DED8CC;
}
.m_en_terms_th {
  width: 183px;
  background-color: #F4F1EC;
  border-right: 1px solid #DED8CC;
  font-weight: 600;
}
.m_en_terms_th,.m_en_terms_td {
  padding: 8px;
  font-size: 15px;
  line-height: 1.6;
  vertical-align: middle;
  border-top: 1px solid #DED8CC;
}
@media (any-hover: hover) {
  .m_en_btn a:hover {
    color: #A5282D;
    background-color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  .m_en_btn:hover::after {
    background-image: url(/resource/img/campaign/icon_tab_reverse.svg);
    transition: 0.3s;
  }
  .m_en_link a:hover::after {
    background-image: url(/resource/img/campaign/icon_red_arrow_reverse.svg);
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .m_en_stage_note_list {
    gap: 2px;
  }
  .m_en_stage_note_itm {
    font-size: 10px;
    line-height: 1.4;
  }
  .m_en_stage_wrap {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .m_en_btn_wrap {
    margin-top: 32px;
    gap: 8px;
  }
  .m_en_btn_inr {
    gap: 8px;
    flex-direction: column;
  }
  .m_en_btn {
    height: 83px;
  }
  .m_en_btn a {
    padding: 16px;
    font-size: 18px;
  }
  .m_en_btn::after {
    right: 16px;
    width: 32px;
    height: 32px;
  }
  .m_en_btn_small {
    margin-top: 8px;
    font-size: 12px;
  }
  .m_en_terms {
    margin-top: 24px;
  }
  .m_en_terms_table {
    margin-top: 8px;
  }
  .m_en_terms_table tr {
    display: flex;
    flex-direction: column;
  }
  .m_en_terms_th {
    width: 100%;
    border-right: none;
  }
}
/* 特典対象サービス詳細 */
.m_en_detailCard_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m_en_detailCard {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #F9F8F6;
  padding: 24px;
}
.m_en_detailCard_num {
  position: relative;
  display: inline-block;
  padding-left: 38px;
  padding-right: 38px;
  color: #A8820F;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.846;
}
.m_en_detailCard_num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 12.45px;
  background-image: url(/resource/img/campaign/icon_feature_deco_left.svg);
  transform: translateY(-50%);
}
.m_en_detailCard_num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 12.45px;
  background-image: url(/resource/img/campaign/icon_feature_deco_right.svg);
  transform: translateY(-50%);
}
.m_en_detailCard_ttl {
  position: relative;
  margin-top: 8px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.m_en_detailCard_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DED8CC;
}
.m_en_detailCard_link_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
.m_en_detailCard_link {
  margin-top: 16px;
}
.m_en_detailCard_link a {
  position: relative;
  color: #A8820F;
  font-size: 15px;
  font-weight: 500;
  padding-right: 29px;
}
.m_en_detailCard_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  background-image: url(/resource/img/campaign/icon_gold_arrow_right.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .m_en_detailCard_link a:hover::after {
    background-image: url(/resource/img/campaign/icon_gold_arrow_right_reverse.svg);
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .m_en_detailCard {
    padding: 24px 16px 16px;
  }
  .m_en_detailCard_num {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }
  .m_en_detailCard_img {
    width: 200px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }
  .m_en_detailCard_ttl {
    margin-bottom: 16px;
    text-align: center;
  }
}
/* 特典ご利用方法 */
.m_en_usage_ttl {
  position: relative;
  margin-bottom: 24px;
  padding: 8px 16px;
  background-color: #F9F8F6;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.m_en_usage_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #A8820F;
}
.m_en_usage_list {
  display: flex;
  gap: 24px;
}
.m_en_usage_itm {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-right: 24px;
  border-right: 1px solid #DED8CC;
}
.m_en_usage_itm::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 15px;
  height: 28px;
  background-image: url(/resource/img/campaign/step_triangle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  z-index: 2
  ;
}
.m_en_usage_itm:nth-of-type(3) {
  border-right: none;
}
.m_en_usage_itm_step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 22px;
  margin: 0 auto;
  background-color: #A8820F;
  border-radius: 13px;
  color: #fff;
  font-family: "roboto";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.m_en_usage_itm_ttl {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.m_en_usage_itm_img {
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.m_en_usage_itm_img::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-image: url(/resource/img/campaign/icon_magnifying.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.m_en_usage_cont__secondary {
  margin-top: 32px;
}
@media (any-hover: hover) {
  .m_en_usage_itm_img:hover::after {
    background-image: url(/resource/img/campaign/icon_magnifying_reverse.svg);
    transition: 0.3s;
  } 
} 
@media (max-width: 768px) {
  .m_en_usage_ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .m_en_usage_list {
    flex-direction: column;
  }
  .m_en_usage_itm {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 16.5px;
    border-right: 0;
    border-bottom: 1px solid #DED8CC;
  }
  .m_en_usage_itm::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -21.3px;
    rotate: 90deg;
    transform: translate(0,50%);
  }

  .m_en_usage_itm:nth-of-type(3) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .m_en_usage_itm:nth-of-type(3)::after {
    display: none;
  }
  .m_en_usage_itm_img img {
    width: 100%;
  }
  .m_en_usage_itm_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .m_en_usage_itm_step {
    margin: 0;
  }
  .m_en_usage_itm_ttl {
    margin-top: 0;
  }
  .m_en_usage_cont__secondary {
    margin-top: 24px;
  }
}
/* 会員ステージ更新スケジュール */
.m_en_schedule_img_wrap {
  margin-top: 24px;
  width: 100%;
}
.m_en_schedule_img {
  display: block;
  width: 970px;
}
.m_en_schedule_note {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .m_en_schedule_img_wrap {
    margin-top: 16px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .m_en_schedule_note {
    margin-top: 12px;
  }
}
/* よくあるご質問 */
.m_en_faq_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.m_en_faq_itm {
  padding: 21px 24px;
  border: 1px solid #DED8CC;
}
.m_en_faq_itm__q {
  position: relative;
  padding-left: 34px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DED8CC;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.m_en_faq_itm__q::before {
  content: "Q";
  position: absolute;
  top: -2px;
  left: 0;
  color: #A8820F;
  font-size: 26px;
  font-family: "roboto";
  line-height: 1;
}
.m_en_faq_itm__a {
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 1.6;
}
.m_en_faq_itm__a::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  color: #86141C;
  font-size: 26px;
  font-family: "roboto";
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .m_en_faq_itm {
    padding: 16px;
  }
  .m_en_faq_itm__q {
    padding-left: 23px;
    font-size: 18px;
    line-height: 1.333;
  }
  .m_en_faq_itm__q::before {
    font-size: 22px;
  }
  .m_en_faq_itm__a {
    padding-left: 23px;
    font-size: 15px;
    line-height: 1.6;
  }
  .m_en_faq_itm__a::before {
    font-size: 22px;
  }
}
/* modal */
/* Modal Styles */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}        
.m_en_modal_content {
  position: relative;
  width: 82%;
  max-width: 1060px;
  background-color: #fff;
  padding: 40px 80px;
}        
.m_en_modal_close {
  position: absolute;
  top: -32px;
  right: -32px;
  color: #fff;
  width: 24px;
  height: 24px;
  background-image: url(/resource/img/campaign/icon_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 1001;
}        
    
/* Slick Slider Customization */
.g_slider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.g_slider_heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.g_slider_step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 27px;
  background-color: #A8820F;
  border-radius: 13px;
  color: #fff;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.g_slider_hd {
  color: #333333;
  font-size: 26px;
  font-weight: 500;
}
.g_slider img {
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
.g_slider_txt {
  margin-top: 16px;
  font-size: 15px;
}     
.slick-prev,
.slick-next {
  position: absolute;
  background: url(/resource/img/campaign/icon_slider_btn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  width: 40px;
  height: 40px;
  z-index: 1000;
}
    
.slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -56px;
}
  
.slick-next {
  top: 47%;
  right: -56px;
  rotate: -180deg;
}
@media (max-width:768px) {
  .m_en_modal_content {
    width: 85%;
    padding: 20px 40px;
  }
  .g_slider_heading {
    flex-direction: column;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 16px;
  }
  .g_slider_step {
    width: 78px;
    height: 22px;
    font-size: 12px;
  }
  .g_slider_hd {
    font-size: 18px;
  }
  .g_slider_txt {
    font-size: 15px;
  }
  .slick-prev,
  .slick-next {
    width: 28px;
    height: 28px;
  }
  .slick-next {
    right: -32px;
  }
  .slick-prev {
    left: -32px;
  }
  .m_en_modal_close {
    top: -24px;
    right: -24px;
    width: 20px;
    height: 20px;
  }
}
/* stage */
.m_en_stage_upper {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  /* height: 554px; */
}
.m_en_benefit_itm {
  padding: 18.5px 0;
  border-bottom: 1px solid #DED8CC;
}
.m_en_benefit_itm:nth-of-type(1) {
  padding-top: 0;
}
.m_en_benefit_itm:nth-of-type(3) {
  /* padding-bottom: 13px; */
  border-bottom: none;
}
.m_en_stage_benefit {
  display: flex;
  flex-direction: column;
}
.m_en_benefit_tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 25px;
  color: #fff;
  background-color: #A8820F;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 500;
}
.m_en_benefit_txt {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.286;
}
.m_en_stage_list {
  display: flex;
  gap: 2px;
}
.m_en_stage_itm {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.m_en_stage_bbl {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 126px;
  height: 86px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11px;
  padding: 8px;
  border: 2px solid #000000;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
}
.m_en_stage_bbl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}
.m_en_stage_bbl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 4.9px 2.7px 0 2.7px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.m_en_stage_bbl_fee {
  font-size: 13px;
  font-weight: 600;
}
.m_en_stage_bbl_num {
  font-family: "roboto";
  font-size: 16px;
  line-height: 1.375;
}
.m_en_stage_ttl {
  width: 140px;
  height: 75px;
  padding: 16px 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}
.m_en_stage_ttl_jp {
  font-size: 12px;
  font-weight: 500;
}
.m_en_stage_pannel {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
.m_en_stage_pannel_itm {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 105px;
}
.m_en_stage_pannel_border {
  font-family: "roboto";
  font-size: 28px;
  font-weight: 900;
}
.m_en_stage_pannel_txt {
  text-align: center;
}
.m_en_stage_txt_top {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.846;
}
.m_en_stage_txt_mdl {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.333;
}
.m_en_stage_txt_mdl_num {
  font-family: "roboto";
  font-size: 28px;
  line-height: 0.857;
}
.m_en_stage_txt_mdl_demical {
  font-family: "roboto";
  font-size: 20px;
  line-height: 1.2;
}
.m_en_stage_txt_btm {
  font-size: 12px;
  line-height: 2;
}
/* regular */
.regular .m_en_stage_bbl {
  border-color: #366C34;
  font-size: 12px;
  line-height: 1.75;
}
.regular .m_en_stage_bbl::before {
  border-color: #366C34 transparent transparent;
}
.regular .m_en_stage_bbl_fee {
  margin-top: 8px;
  color: #366C34;
}
.regular .m_en_stage_ttl {
background: #2A5D28;
background: linear-gradient(145deg, rgba(42, 93, 40, 1) 0%, rgba(66, 129, 65, 1) 75%, rgba(79, 137, 77, 1) 85%, rgba(54, 108, 52, 1) 90%, rgba(54, 108, 52, 1) 100%);
}
.regular .m_en_stage_pannel {
  padding-top: 8px;
  background-color: #719770;
}
.regular .m_en_stage_pannel_border {
  color: #366C34;
}
.regular .m_en_stage_txt_mdl {
  color: #366C34;
}

/* bronze */
.bronze .m_en_stage_bbl {
  border-color: #8A4720;
  font-size: 12px;
  line-height: 1.75;
}
.bronze .m_en_stage_bbl::before {
  border-color: #8A4720 transparent transparent;
}
.bronze .m_en_stage_bbl_fee {
  color: #8A4720;
}
.bronze .m_en_stage_ttl {
background: #6E3B1D;
background: linear-gradient(145deg, rgba(110, 59, 29, 1) 0%, rgba(149, 95, 64, 1) 84%, rgba(154, 86, 47, 1) 91%, rgba(138, 71, 32, 1) 95%, rgba(138, 71, 32, 1) 100%);
}
.bronze .m_en_stage_pannel {
  padding-top: 24px;
  background-color: #AD7D62;
}
.bronze .m_en_stage_pannel_border {
  color: #8A4720;
}
.bronze .m_en_stage_txt_mdl {
  color: #8A4720;
}

/* silver */
.silver .m_en_stage_bbl {
  border-color: #686D76;
  font-size: 12px;
  line-height: 1.75;
}
.silver .m_en_stage_bbl::before {
  border-color: #686D76 transparent transparent;
}
.silver .m_en_stage_bbl_fee {
  color: #686D76;
}
.silver .m_en_stage_ttl {
background: #848991;
background: linear-gradient(145deg, rgba(132, 137, 145, 1) 0%, rgba(152, 156, 162, 1) 84%, rgba(165, 168, 175, 1) 91%, rgba(139, 141, 145, 1) 95%, rgba(139, 141, 145, 1) 100%);
}
.silver .m_en_stage_pannel {
  padding-top: 48px;
  background-color: #ADAEB1;
}
.silver .m_en_stage_pannel_border {
  color: #686D76;
}
.silver .m_en_stage_txt_mdl {
  color: #686D76;
}


/* gold */
.gold .m_en_stage_bbl {
  border-color: #B79B24;
  font-size: 12px;
  line-height: 1.75;
}
.gold .m_en_stage_bbl::before {
  border-color: #B79B24 transparent transparent;
}
.gold .m_en_stage_bbl_fee {
  color: #B79B24;
}
.gold .m_en_stage_ttl {
background: #BEA129;
background: linear-gradient(145deg, rgba(190, 161, 41, 1) 0%, rgba(209, 184, 72, 1) 84%, rgba(214, 188, 77, 1) 91%, rgba(204, 176, 58, 1) 95%, rgba(204, 176, 58, 1) 100%);
}
.gold .m_en_stage_pannel {
  padding-top: 72px;
  background-color: #DBC774;
}
.gold .m_en_stage_pannel_border {
  color: #B79B24;
}
.gold .m_en_stage_txt_mdl {
  color: #B79B24;
}


/* platinum */
.platinum .m_en_stage_bbl {
  border-color: #6977A5;
  font-size: 12px;
  line-height: 1.75;
}
.platinum .m_en_stage_bbl::before {
  border-color: #6977A5 transparent transparent;
}
.platinum .m_en_stage_bbl_fee {
  color: #6977A5;
}
.platinum .m_en_stage_ttl {
background: #5B6993;
background: linear-gradient(145deg, rgba(91, 105, 147, 1) 0%, rgba(121, 134, 178, 1) 84%, rgba(137, 147, 180, 1) 91%, rgba(127, 138, 174, 1) 95%, rgba(127, 138, 174, 1) 100%);
}
.platinum .m_en_stage_pannel {
  padding-top: 96px;
  background-color: #A5ADC6;
}
.platinum .m_en_stage_pannel_border {
  color: #6977A5;
}
.platinum .m_en_stage_txt_mdl {
  color: #6977A5;
}


/* premium */
.premium .m_en_stage_bbl {
  border-color: #BE2731;
  font-size: 12px;
  line-height: 1.75;
}
.premium .m_en_stage_bbl::before {
  border-color: #BE2731 transparent transparent;
}
.premium .m_en_stage_bbl_fee {
  margin-top: 8px;
  color: #BE2731;
}
.premium .m_en_stage_ttl {
background: #B43039;
background: linear-gradient(145deg, rgba(180, 48, 57, 1) 0%, rgba(211, 76, 84, 1) 84%, rgba(195, 56, 65, 1) 91%, rgba(190, 39, 49, 1) 95%, rgba(190, 39, 49, 1) 100%);
}
.premium .m_en_stage_pannel {
  padding-top: 120px;
  background-color: #D1676E;
}
.premium .m_en_stage_pannel_border {
  color: #BE2731;
}
.premium .m_en_stage_txt_mdl {
  color: #BE2731;
}
/* stage lower */
.m_en_stage_lower {
  margin-top: 12px;
  padding-left: 120px;
}