@charset "UTF-8";
:root {
  --tab-color:var(--gold);
}
section {
    overflow: hidden;
}
.display_none{
	display: none;
}
@media print,screen and (min-width:641px){
	.sp_only{display: none!important;}
	.sp_only_ib{display: none!important;}
}
@media screen and (max-width:640px){
	.pc_only{display: none!important;}
	.pc_only_ib{display: none!important;}
}

button.applicationBanner__button {
  overflow: visible;
  padding: 0;
  appearance: none;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.celebrity202502 .mv__btn {
  flex-direction: column;
  gap: 10px;
}
.celebrity202502 .mv__cardBrand {
  justify-content: center;
  width: auto;
  transform: initial;
}

.celebrity202502 .mv__cardBrand img {
  width: 182px;
}

.index03 .applicationBanner__button {
  padding: 11px 30px 13px;
  min-height: 67px;
}
.index03 .applicationBanner__button.lp-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index03 .applicationBanner__button span {
  margin-bottom: 0;
}

/* modal お申し込みの流れ */
.applyModal__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: var(--black);
  font-feature-settings: "palt";
  margin-bottom: 12px;
}
.applyModal__desc {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.applyModal__step dl {
  display: flex;
  gap: 34px;
}

.applyModal__step .applyModal__step_box {
  flex: 1 1 auto;
}
.applyModal__step .applyModal__step_box dt {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  text-align: center;
  background-color: #FFE3D4;
}

.applyModal__step .applyModal__step_box dt::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 16px solid #ffe3d4;
  border-right: 0;
}

.applyModal__step .applyModal__step_box:last-child dt::after {
  display: none;
}

.applyModal__step .applyModal__step_box dd {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.applyModal .lp-accordion {
  margin-bottom: 24px;
}
.applyModal .lp-accordion .c-text {
  font-size: 16px;
  line-height: 1.7;
}
.applyModal .lp-accordion .attention_txt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  background-color: #FFF8F4;
  padding: 8px 16px;
}
.applyModal__attention h3 {
  text-align: center;
  border-radius: 8px 8px 0 0;
  padding: 10px 16px;
  background-color: #676767;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.applyModal__attention .attention-txt {
  border-radius: 0 0 8px 8px;
  padding: 24px 16px;
  margin-bottom: 24px;
  height: 152px;
  overflow-y: scroll;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.applyModal__attention .attention-txt h4 {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 8px;
}
.applyModal__attention .attention-txt li {
  font-size: 14px;
  line-height: 1.7;
}
.applyModal .app_dl_txt {
  font-size: 14px;
  line-height: 1.7;
}
.applyModal .app_dl_txt .qr {
  width: 76px;
}

@media screen and (max-width: 640px) {
  .mv__btn .index03 {
    width: 100%;
  }
  .index03 .applicationBanner__button {
    padding: calc(7 / 375 * 100vw) calc(15 / 375 * 100vw) calc(8 / 375 * 100vw);
    min-height:  calc(47 / 375 * 100vw);
  }
  .index03 .applicationBanner__button span {
    font-size:  calc(11 / 375 * 100vw);
  }
  .index03 .applicationBanner__button span.applicationBanner__button_small {
    font-size:  calc(10 / 375 * 100vw);
  }
  .index03 .applicationBanner__word.word_small {
    font-size: calc(10 / 375 * 100vw);
  }
  .applyModal__title {
    margin-bottom: 20px;
  }
  .applyModal__step {
    margin-bottom: 20px;
  }
  .applyModal__step dl {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }

  .applyModal__step_box {
    display: flex;
    gap: 8px;
  }

  .applyModal__step .applyModal__step_box dt {
    font-size: calc(12 / 375 * 100vw);
    padding: 0 7px;
    flex: 0 1 calc(52 / 375 * 100vw);
  }

  .applyModal__step .applyModal__step_box dt::after {
    content: "";
    position: absolute;
    top: initial;
    right: 0;
    bottom: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: calc(26 / 375 * 100vw) solid transparent;
    border-left: calc(26 / 375 * 100vw) solid transparent;
    border-top: 4px solid #ffe3d4;
    border-bottom: 0;
  }

  .applyModal__step .applyModal__step_box dd {
    font-size: calc(12 / 375 * 100vw);
  }

  .applyModal .lp-accordion {
    margin-bottom: 24px;
  }

  .applyModal .lp-accordion .c-text {
    font-size: calc(12 / 375 * 100vw);
  }

  .applyModal__attention {
    margin-bottom: 24px;
  }

  .applyModal__attention h3 {
    padding:  10px 16px;
    font-size: calc(16 / 375 * 100vw);
  }

  .applyModal__attention .attention-txt {
    height: 224px;
    padding: 24px 16px;
  }

  .attention-txt .benefitsDetails__list {
    margin-top: 0;
  }
  .applyModal .lp-button[data-size="m"] {
    width: calc(328 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}


/* flow */

.flow {
  width: min(100%, 980px);
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  overflow: initial;
}
.flow .flow__item .stepCard {
  border: 1px solid #ccc;
  border-radius: 12px;
}
.flow .hdg__lv2 {
    font-weight: bold;
    text-align: center;
    margin: 0 10px;
}
.flow .hdg .hdg__lv2>span {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 0;
}
.flow #tab1 .flow__list {
  gap: 13.33px;
}
.flow #tab1 .flow__item {
  width: 210px;
  margin: 0;
}
.flow .stepCard__desc {
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
}
.flow .stepCard__title {
  font-size: 18px;
}
/* news tab */
.scroll_icon_block::after {
  content: none;
}

.tab_menu_wrapper {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}

.tab_menu_wrapper .orange_line {
  display: none;
}

.tab_menu_wrapper .tab_menu {
  position: relative;
  display: flex;
  gap: 8px;
  width: 100%;
  min-width: fit-content;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid var(--tab-color);
  /* tcap fix*/
}

.scroll_icon_block .tab_menu_wrapper .tab_menu {
  white-space: nowrap;
}

.tab_menu_wrapper .tab_menu .tab {
  flex: 1;
  padding: 14px 10px;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  background: #FFFFFF;
  color: #656565;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.tab_menu_wrapper .tab_menu .tab .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center !important;
}

.tab_menu_wrapper .tab_menu .tab.active {
  background: #FFFFFF;
  color: var(--tab-color);
  font-weight: bold;
  border: 2px solid var(--tab-color);
  border-top: 10px solid var(--tab-color);
  border-bottom: none;
  padding: 16px 10px;
  margin-bottom: -2px;
}

.tab_menu_wrapper .tab_menu .tab.active .txt {
  font-weight: bold;
}

.tab_content {
  display: none;
  padding: 38px 40px 48px;
  background: #fff;
  border: 2px solid #CCCCCC;
  border-top: none;
  /* tcap fix*/
  border-radius: 0 0 10px 10px;
}
.tab_content:has(.tab_slider) {
  display: block;
  opacity: 0;
    padding: 0 40px;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden !important;

}

.tab_content_wrap.no_border .tab_content {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.tab_content.active {
  display: block;
}
.tab_content:has(.tab_slider).active {
  opacity: 1;
  pointer-events: auto;
  padding: 38px 40px 48px;
  height: auto !important;
  overflow: visible !important;

}

.tab_content .article_item {
  border-bottom: 2px solid #CCCCCC;
  padding: 32px 0 28px;
  display: flex;
  flex-direction: column;
}

.tab_content .article_item:first-child {
  padding-top: 0 !important;
}

.tab_content .article_item:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.tab_content .article_meta {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 1.6rem;
  color: #6E6E6E;
  font-weight: 500;
}

.tab_content .article_meta .label {
  padding: 2px 8px;
  background-color: #F0FCFC;
  color: #096663;
  font-size: 1.4rem;
  border-radius: 4px;
}

.tab_content .article_title {
  position: relative;
  margin-top: 24px;
  font-size: 1.4rem;
  color: #333333;
}

.tab_content .article_title:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: -7px;
  background: url(/shared/img/arw_orange_r.svg) no-repeat center / 100% auto;
  background-size: 16px;
}

.tab_content .article_item a:hover .article_title {
  text-decoration: underline;
}

.tab_content .article_item a[target="_blank"] .article_title::after {
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin: -3px 0 0 8px;
  vertical-align: middle;
  background: url(/shared/img/icon_blank.svg) no-repeat center / 100% auto;
}

.tab_content_wrap .cmn_tab_heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 40px;
}

.tab_content_wrap .cmn_tab_sub_heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 8px;
}

@media screen and (max-width:640px) {
  .hdg>img {
    width: calc(18 / 375 * 100vw);
  }
  .flow .hdg .hdg__lv2>span {
    font-size: calc(18 / 375 * 100vw);
  }
  .flow .flow__item .stepCard {
    border-radius: calc(12 / 375 * 100vw);
  }
  .flow #tab1 .flow__item {
    width: 100%;
    margin: 0;
  }
  .flow #tab1 .flow__item+.flow__item {
    margin-top: calc(20 / 375 * 100vw);
  }
  .flow .flow__item:first-child .stepCard {
    padding: calc(9.5 / 375 * 100vw) calc(14 / 375 * 100vw) calc(9.5 / 375 * 100vw);
  }
  .flow .flow__item .stepCard .stepCard__title {
    font-size: calc(16 / 375 * 100vw);
    text-align: center;
    padding-left: calc(88 / 375 * 100vw);
  }

  .scroll_icon_block {
    position: relative;
    margin-bottom: -1px;
  }

  .scroll_icon_block:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -12px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: auto;
    background: url(/shared/img/arw_slider_next.svg) no-repeat center / 100% auto;
    z-index: 101;
    opacity: 1;
    transition: opacity 0.2s ease;
    -webkit-transform: translateZ(0);
  }

  .scroll_icon_block.is-end::after {
    opacity: 0;
  }

  .tab_menu_wrapper .orange_line {
    display: none;
  }

  .tab_menu_wrapper {
    overflow-y: hidden;
    position: relative;
    margin-bottom: -1px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }

  .tab_menu_wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .tab_menu_wrapper .tab_menu {
    gap: 4px;
  }

  .tab_menu_wrapper .tab_menu .tab {
    padding: 9px;
    font-size: 1.2rem;
    min-height: 48px;
    z-index: 0;
  }

  .scroll_icon_block .tab_menu_wrapper .tab_menu .tab {
    flex: 0 0 auto;
    flex-grow: 1;
  }

  .tab_menu_wrapper .tab_menu .tab.active {
    padding: 8px 14px 12px;
    font-size: 1.4rem;
    border-top: 7px solid var(--tab-color);
    z-index: 2;
    min-height: 54px;
    margin-bottom: -5px;
  }

  .tab_content_wrap {
    position: relative;
    border-top: 1px solid var(--tab-color);
  }

  .tab_content_wrap .tab_content {
    padding: 23px 20px 32px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-top: none;
  }
  .tab_content_wrap .tab_content:has(.tab_slider) {
    padding: 0 20px;
  }
  .tab_content_wrap .tab_content:has(.tab_slider).active {
    padding: 23px 20px 32px;
  }

  .tab_content_wrap .tab_content .article_item {
    border-bottom: 1px solid #CCCCCC;
    padding: 24px 0;
  }

  .tab_content_wrap .tab_content .article_item:last-child {
    border-bottom: none;
  }

  .tab_content_wrap .tab_content .article_meta {
    justify-content: space-between;
    gap: 10px;
    font-size: 1.4rem;
  }

  .tab_content_wrap .tab_content .article_meta .label {
    padding: 1px 8px;
    font-size: 1.2rem;
  }

  .tab_content_wrap .tab_content .article_title {
    margin-top: 16px;
    line-height: 1.7;
  }
}

/*-------------------------------------------

    タブ固定

    -------------------------------------------*/
.tab_menu_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 98;
  background: #FEFBED;
}
.goldlp2405 {
  overflow: initial;
}

@media screen and (max-width:640px) {
  .tab_menu_wrapper {
    top: 0;
  }
}

