@charset "utf-8";

/* *************************
  general class
************************* */

:root {
  --nolt: "NOLT";
  --nobk: "NOBK";
  --nobel-regular: "Nobel Regular";
  --nobel-bold: "Nobel bold";
  --lexus-m: "LexusRodinPro-M", Nobel-Regular, Meiryo, sans-serif;
  --lexus-b: "LexusRodinPro-B", Meiryo, sans-serif;
  --lexus-db: "LexusRodinPro-DB", Meiryo, sans-serif;
}

/* font
============================== */
.--f-normal { font-weight: normal !important; }
.--f-bold { font-weight: bold !important; }
.--lexus-m { font-family: var(--lexus-m); }
.--lexus-db { font-family: var(--lexus-db); }
.--nolt {
  font-family: var(--nolt) !important;
  letter-spacing: 2px !important;
}
.--nobel-regular {
  font-family: var(--nobel-regular) !important;
  letter-spacing: 3px !important;
}
.--nobel-bk {
  font-family: var(--nobk) !important;
  letter-spacing: 3px !important;
}
.--nobel-bold {
  font-family: var(--nobel-bold) !important;
  letter-spacing: 3px !important;
}

/* display
============================== */
.--pcOnly{display: block !important;}
.--spOnly{display: none !important;}

@media screen and (max-width:767px) {
  .--pcOnly{display: none !important;}
  .--spOnly{display: block !important;}
}

/* text align
============================== */
.--taR{ text-align:right !important; }
.--taL{ text-align:left !important; }
.--taC{ text-align:center !important; }

/* flex
============================== */
.--align-itemns-start { align-items: flex-start !important; }
.--align-itemns-end { align-items: flex-end !important; }
.--align-itemns-center { align-items: center !important; }
.--justify-contents-start { justify-content: flex-start !important; }
.--justify-contents-end { justify-content: flex-end !important; }
.--justify-contents-center { justify-content: center !important; }
.--flex-direction-column { flex-direction: column !important; }
.--flex-direction-row { flex-direction: row !important; }

/* margin
============================== */
/* margin-top */
.--mt0 { margin-top:0px !important; }
.--mt5 { margin-top: 5px !important ; }
.--mt10 { margin-top: 10px !important ; }
.--mt15 { margin-top: 15px !important ; }
.--mt20 { margin-top: 20px !important ; }
.--mt25 { margin-top: 25px !important ; }
.--mt30 { margin-top: 30px !important ; }
.--mt35 { margin-top: 35px !important ; }
.--mt40 { margin-top: 35px !important ; }
.--mt50 { margin-top: 50px !important ; }

/* margin-bottom */
.--mb0 { margin-bottom:0px !important; }
.--mb5 { margin-bottom:5px !important; }
.--mb10 { margin-bottom:10px !important; }
.--mb15 { margin-bottom:15px !important; }
.--mb20 { margin-bottom:20px !important; }
.--mb25 { margin-bottom:25px !important; }
.--mb30 { margin-bottom:30px !important; }
.--mb35 { margin-bottom:35px !important; }
.--mb40 { margin-bottom:40px !important; }
.--mb50 { margin-bottom:50px !important; }

/* margin-right */
.--mr0 { margin-right: 0px !important ; }
.--mr5 { margin-right: 5px !important ; }
.--mr10 { margin-right: 10px !important ; }
.--mr15 { margin-right: 15px !important ; }
.--mr20 { margin-right: 20px !important ; }
.--mr25 { margin-right: 25px !important ; }
.--mr30 { margin-right: 30px !important ; }
.--mr35 { margin-right: 35px !important ; }
.--mr40 { margin-right: 40px !important ; }
.--mr50 { margin-right: 50px !important ; }

/* margin-left */
.--ml0 { margin-left: 0px !important ; }
.--ml10 { margin-left: 10px !important ; }
.--ml15 { margin-left: 15px !important ; }
.--ml20 { margin-left: 20px !important ; }
.--ml25 { margin-left: 25px !important ; }
.--ml30 { margin-left: 30px !important ; }
.--ml35 { margin-left: 35px !important ; }
.--ml40 { margin-left: 40px !important ; }
.--ml50 { margin-left: 50px !important ; }

/* padding
============================== */
/* pading-top */
.--pt0 { padding-top:0px !important; }
.--pt5 { padding-top:5px !important; }
.--pt10 { padding-top:10px !important; }
.--pt15 { padding-top:15px !important; }
.--pt20 { padding-top:20px !important; }
.--pt25 { padding-top:25px !important; }
.--pt30 { padding-top:30px !important; }
.--pt35 { padding-top:35px !important; }
.--pt40 { padding-top:40px !important; }
.--pt50 { padding-top:50px !important; }

/* pading-bottom */
.--pb0 { padding-bottom:0px !important; }
.--pb5 { padding-bottom:5px !important; }
.--pb10 { padding-bottom:10px !important; }
.--pb15 { padding-bottom:15px !important; }
.--pb20 { padding-bottom:20px !important; }
.--pb25 { padding-bottom:25px !important; }
.--pb30 { padding-bottom:30px !important; }
.--pb35 { padding-bottom:35px !important; }
.--pb40 { padding-bottom:40px !important; }
.--pb50 { padding-bottom:50px !important; }

/* pading-left */
.--pl0 { padding-left:0px !important; }
.--pl5 { padding-left:5px !important; }
.--pl10 { padding-left:10px !important; }
.--pl15 { padding-left:15px !important; }
.--pl20 { padding-left:20px !important; }
.--pl25 { padding-left:25px !important; }
.--pl30 { padding-left:30px !important; }
.--pl35 { padding-left:35px !important; }
.--pl40 { padding-left:40px !important; }
.--pl50 { padding-left:50px !important; }

/* pading-right */
.--pr0 { padding-right:0px !important; }
.--pr5 { padding-right:5px !important; }
.--pr10 { padding-right:10px !important; }
.--pr15 { padding-right:15px !important; }
.--pr20 { padding-right:20px !important; }
.--pr25 { padding-right:25px !important; }
.--pr30 { padding-right:30px !important; }
.--pr35 { padding-right:35px !important; }
.--pr40 { padding-right:40px !important; }
.--pr50 { padding-right:50px !important; }

/* br display */
.--pc-1220-over {
  display: none;
}
@media screen and (min-width: 1220px) {
  .--pc-1220-over {
    display: inline-block;
  }
}
.--pc-1080-over {
  display: none;
}
@media screen and (min-width: 1080px) {
  .--pc-1080-over {
    display: inline-block;
  }
}
.--pc-1080-under {
  display: none;
}
@media screen and (max-width: 1079px) {
  .--pc-1080-under {
    display: inline-block;
  }
}
.--pc-900-over {
  display: none;
}
@media screen and (min-width: 900px) {
  .--pc-900-over {
    display: inline-block;
  }
}
.--pc-768-over {
  display: none;
}
@media screen and (min-width: 768px) {
  .--pc-768-over {
    display: inline-block;
  }
}
.--sp-767-under {
  display: none;
}
@media screen and (max-width: 767px) {
  .--sp-767-under {
    display: inline-block;
  }
}

/* *************************
  layout
************************* */
html {
  font-family: var(--lexus-db);
}
body {
  background: #fff;
}
body * {
  box-sizing: border-box;
}
@media screen and (max-aspect-ratio: 7 / 10) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: clamp(12px, 3.733vw, 16px);
  }
}

/* header */
.global-header:not(.renew260115),
.nav-header {
  display: none;
}
header {
  background: #000e07;
}
header .lexus-logo {
  top: 23px;
}
header .header-company-name {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  header .header-upper {
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  header .header-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9.737vw 5.34vw 6.067vw;
    background: #000e07;
  }
  header .lexus-logo {
    position: static;
    width: 27.2vw;
  }
  header .lexus-logo img {
    width: 27.2vw;
    height: auto;
  }
  header .header-company-name {
    width: 55.5vw;
    padding-top: 0.8vw;
  }
}
/* footer */
footer:not(.renew260115) {
  display: none;
}
footer.renew260115 {
  position: relative;
  background: #fff;
}
footer.renew260115 .footer-bottom {
  padding-bottom: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
}
footer.renew260115 .footer-bottom p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  footer.renew260115 .footer-bottom {
    padding-inline: 4vw;
    width: auto;
  }
}

/* pagetop */
.page-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: #333;
  width: 66px;
  height: 66px;
  border-radius: 33px;
  z-index: 1;
}
footer .footer-bottom .page-top img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    flex-shrink: 0;
  }
  footer .footer-bottom .page-top img {
    width: 15px;
  }
}

/* navigation */
.fixed-navigation {
  display: none;
}

/* main */
.main.lexus-card-lp {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main.lexus-card-lp {
    padding-top: 15vw;
  }
}

/* section */
.section-wrap {
  background: #fff;
}
.--section-layout {
  max-width: 1440px;
  margin-inline: auto;
}
.--section-layout-02 {
  max-width: 1080px;
  margin-inline: auto;
  padding-block: 130px;
}
#information .--section-layout-02 {
  padding-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .--section-layout-02 {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .--section-layout-02 {
    padding-block: 55px;
    padding-inline: 20px;
  }
}
#benefit .--section-layout-02 {
  text-align: center;
}
.content + .content {
  margin-top: 0;
}

/* background-color */
.--bg-gray {
  background-color: #f2f2f2;
}

/* button */
.main.lexus-card-lp a.primary-button {
  color: #fff;
}
@media (max-aspect-ratio: 7 / 10) {
  .secondary-button {
    width: 327px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .main.lexus-card-lp a.secondary-button {
    width: 86.933vw;
    max-width: 320px;
    margin-inline: auto;
  }
}

/* link text */
.text-link.-single-text-link,
.text-link.-single-text-link[target="_blank"] {
  padding-right: 0;
  font-size: 15px;
  font-family: inherit;
}
.text-link.-single-text-link.blank:after,
.main.lexus-card-lp a.text-link.-single-text-link[target=_blank]:not(.pdf):not(.icon-pdf):not(.primary-button):not(.primary-2Lines-button):not(.primary-largeText-button):not(.icon-modal)::after {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .text-link.-single-text-link,
  .text-link.-single-text-link[target="_blank"] {
    font-size: 14px;
  }
  .text-link.-single-text-link.blank:after,
  .main.lexus-card-lp a.text-link.-single-text-link[target=_blank]:not(.pdf):not(.icon-pdf):not(.primary-button):not(.primary-2Lines-button):not(.primary-largeText-button):not(.icon-modal)::after {
    width: 16px;
    height: 16px;
  }
}

/* heading */
.heading-h2 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading-h2 {
    margin-bottom: 17px;
    font-size: 20px;
    letter-spacing: -0.8px;
  }
}
.heading-h3 {
  position: relative;
  margin-bottom: 43px;
  padding-bottom: 15px;
  font-size: 58px;
  text-align: center;
}
.heading-h3 span {
  display: block;
}
.heading-h3::after {
  content: " ";
  display: inline-block;
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0;
  width: 50px;
  border-bottom: 2px solid #333;
}
.heading-h3__sub {
  font-size: 14px;
  color: #909090;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .heading-h3 {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .heading-h3__sub {
    font-size: 12px;
  }
}
.heading-h4 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 1.3px;
}
.heading-h4.--left-border {
  margin-bottom: 50px;
  padding-left: 18px;
  border-left: 8px solid #B9C0C2;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.4px;
}
#benefit .heading-h4 {
  margin-bottom: 35px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .heading-h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #benefit .heading-h4 {
    letter-spacing: 0.8px;
  }
  .heading-h4.--left-border {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1.2px;
  }
}
.heading-h5 {
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 2.8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading-h5 {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.heading-h5.--bg-ribbon {
  position: relative;
  margin-bottom: 5px;
  padding-top: 50px;
}
.heading-h5.--bg-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 14px);
  width: 28px;
  height: 42px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyOCA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIuNDI0NCAxMy40ODc2TDEwLjA4NTkgOS43NjI1NEw4Ljg3ODYyIDcuODI3NDJMMTUuOTY3IDcuODIxNjhMMTYuODc0MiA2LjM2MjM0TDE5LjQ1OTQgMi4xOTAyM0wyMC44MTYyIDAuMDEzMTI1SDIwLjgwODJMMjAuODE2MiAwTDMuOTkyOTUgMC4wMDY1NjI1TDMuODA0NTUgMC4zMTI1MzlMMC4xOTU2ODUgNi4xMDg4N0wwIDYuNDMwNDNMOC40MTM2NyAxOS45Mjk1TDEyLjQyNDQgMTMuNDg3NloiIGZpbGw9IiM4Rjg4NjYiLz48cGF0aCBkPSJNMjcuOTgxNCAzOC40NzU5TDI4IDM4LjQ4MDlMMjIuMTI3OCAyOS4wODVMMTkuNTg2MyAyNS4wMDY0TDE5LjU4MjMgMjUuMDExM0wxOS41NzUgMjQuOTk5TDE1LjU4MiAzMS40MTYzTDIyLjE3OTUgNDJMMjIuMjgwNiA0MS41MTE5TDIzLjE4MjIgMzcuMzEyN0wyMy4yNTM0IDM2Ljk4NzFMMjcuNTA3NSAzOC4zNTA0TDI3Ljc4NTcgMzguNDI0M0wyNy45ODg3IDM4LjQ4NzRMMjcuOTgxNCAzOC40NzU5WiIgZmlsbD0iIzhGODg2NiIvPjxwYXRoIGQ9Ik0yNy45OTk2IDYuNDE2NDhMMjcuODA0NyA2LjEwODg3TDI0LjA5NjQgMC4xNTU4NTlMMjQuMDgzNSAwTDIzLjk4NDggMC4wMDU3NDIxOUwxOS4xMjUgNy44MDY5MUwxMy45ODk1IDE2LjAzNzlMOS45OTY1MyAyMi40NDg3TDQuMzIwODQgMzEuNTc1NUwwLjAxMTcxODggMzguNDg3NEwwLjAyNjI3MzkgMzguNDgzM0wwLjAxNDk1MzIgMzguNTAwNUwwLjQ5Mjg0NiAzOC4zNTA0TDQuMzgzMTEgMzcuMDg5Nkw0LjczMTYyIDM2Ljk3OEw1LjgyNzMgNDJMMTQuMDExMyAyOC44NjZMMjcuODk5MyA2LjU5NDQ5TDI3Ljk5OTYgNi40MTY0OFoiIGZpbGw9IiM4Rjg4NjYiLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#point .heading-h5 {
  font-size: 24px;
  letter-spacing: 1.2px;
  text-align: left;
}
#benefit .heading-h6 {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1.8px;
  text-align: center;
}
#benefit .heading-h6 img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #benefit .heading-h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  #benefit .heading-h6 img {
    max-width: 168px;
  }
  #point .heading-h5 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
}

/* kv-section */
.kv-section {
  padding-top: 40px;
  padding-bottom: 100px;
}
.kv-contents {
  display: flex;
  justify-content: flex-start;
  gap: min(6vw, 90px);
}
@media screen and (max-width: 767px) {
  .kv-section {
    padding-top: 24px;
    padding-bottom: 43px;
  }
}

/* kv-slider */
.kv-slider-wrap {
  width: 63.21vw;
  max-width: 885px;
  flex: 1 1 0;
}
.kv-slider {
  margin: auto;
  overflow: hidden;
}
.slick-initialized .slick-slide {
  position: relative;
  overflow: hidden;
}
.kv-slider-caption {
  position: absolute;
  bottom: 28px;
  right: 30px;
  font-size: 21px;
  font-family: var(--lexus-db);
  line-height: 1.4;
  letter-spacing: 1.05px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.80), 0 0 4px rgba(0, 0, 0, 0.40);
}
.kv-slider img {
  width: 120%;
  display: block;
}
.slide-animation img {
  animation: slideOutLeft 6s 0s ease-in-out;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}
.dots-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.dots-wrap li {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  cursor: pointer;
}
.dots-wrap li:last-child {
  margin-right: 0;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #000;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 900px) {
  .kv-contents {
    position: relative;
    flex-direction: column;
  }
  .kv-slider-wrap {
    width: 100%;
    max-width: 900px;
  }
  .kv-slider-caption {
    bottom: 13px;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .dots-wrap {
    justify-content: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .kv-contents {
    margin-top: 23.5vw;
  }
}
@media screen and (max-width: 767px) {
  .kv-contents {
    margin-top: 29.5vw;
  }
  .kv-slider-caption {
    font-size: 14px;
  }
}

/* card-introduction */
.card-introduction {
  width: 25.35vw;
  max-width: 365px;
  padding-bottom: 2.43vw;
  text-align: center;
}
@media screen and (max-width: 1440px) and (min-width: 901px) {
  .card-introduction {
    padding-right: 30px;
  }
}
.card-introduction__img {
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .card-introduction__img {
    margin-bottom: 1.74vw;
  }
}
.card-introduction__img img {
  width: 100%;
  max-width: 315px;
}
.card-introduction__text {
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .card-introduction__text {
    margin-bottom: 1.74vw;
  }
}
.main.lexus-card-lp .card-introduction a.primary-button {
  width: 100%;
  max-width: 280px;
  min-height: 48px;
  margin-inline: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  .main.lexus-card-lp .card-introduction a.primary-button {
    margin-bottom: 2.43vw;
  }
}
@media screen and (max-width: 900px) {
  .card-introduction {
    width: 100%;
    max-width: initial;
  }
  .main.lexus-card-lp .card-introduction a.primary-button {
    margin-bottom: 7.2vw;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .card-introduction__img {
    position: absolute;
    top: -20vw;
    left: calc(50vw - 21.94vw);
  }
  .card-introduction__img img {
    width: 43.88vw;
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .card-introduction__img {
    position: absolute;
    top: -25vw;
    left: calc(50vw - 25.74vw);
  }
  .card-introduction__img img {
    width: 51.47vw;
    max-width: initial;
  }
}

/* kv-benefit */
.kv-benefit {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.kv-benefit__title {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .kv-benefit {
    max-width: 310px;
  }
  .kv-benefit__title {
    margin-bottom: 5px;
    font-size: 15px;
  }
}

/* anchor-link-box */
.anchor-link-box {
  margin-top: 60px;
}
.anchor-link-box__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 15px 30px;
  max-width: 485px;
  margin-inline: auto;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.60);
}
.anchor-link-box__list a.anchor-link-box__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  text-decoration: none;
}
.anchor-link-box__link__main {
  font-family: var(--nobel-bold);
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #FFF;
}
.anchor-link-box__link__sub {
  font-family: var(--lexus-m);
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #E6E6E6;
}
@media screen and (max-width: 767px) {
  .anchor-link-box {
    width: 90%;
    margin-top: 20px;
    margin-inline: auto;
  }
  .anchor-link-box__list {
    gap: min(20px, 5vw);
    padding: 10px 0;
  }
  .anchor-link-box__link__main {
    font-size: 14px;
  }
  .anchor-link-box__link__sub {
    font-weight: normal;
  }
}

/* feature-introduction */
.--travel.feature-introduction {
  margin-bottom: 64px;
}
.--point.feature-introduction + .heading-h4 {
  margin-top: 68px;
}
.feature-introduction__img-box.--column2 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.feature-introduction__img-box.--column2 .feature-introduction__img-box__column {
  flex: 1 1 0;
}
.feature-introduction__img-box__desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.feature-introduction__img-box__img {
  position: relative;
}
.feature-introduction__img-box__img-caption {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* padding-left: 27px; */
  color: #FFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.80), 0 0 10px rgba(0, 0, 0, 0.80);
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2px;
}
.feature-introduction__img-box img {
  width: 100%;
}
.--travel .feature-introduction__img-box img {
  max-width: 100%;
}
.feature-introduction__desc {
  display: flex;
  background-color: #f2f2f2;
  padding: 28px 40px;
}
@media screen and (min-width: 768px) {
  .--travel .feature-introduction__desc {
    padding: 28px 0 28px 40px;
    justify-content: space-evenly;
  }
}
.--driving .feature-introduction__desc {
  margin-top: 30px;
  background-image: url(/-/media/tfc/lexusfs/file/common/img/lp/lexuscard/260115/bg_dotted_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.--pointback .feature-introduction__desc {
  padding-inline: 0;
}
.feature-introduction__desc__text {
  display: flex;
  align-items: center;
  width: 32%;
  padding-right: 38px;
  line-height: 1.6;
}
.--driving .feature-introduction__desc__text {
  width: 25%;
}
.--pointback .feature-introduction__desc__text {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .--pointback .feature-introduction__desc__text {
    width: 25%;
  }
}
.feature-introduction__desc__text > p {
  margin-bottom: 5px;
}
.feature-introduction__desc__text .text-noteList {
  margin-bottom: 5px;
}
.feature-introduction__desc__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22%;
  padding-block: 8px;
  padding-inline: 32px;
  border-left: 1px solid #c7c7c7;
  text-align: center;
}
.feature-introduction__desc__icon:last-child {
  width: 24%;
}
.--travel .feature-introduction__desc__icon {
  padding-inline: 28px;
}
.--driving .feature-introduction__desc__icon,
.--driving .feature-introduction__desc__icon:last-child {
  width: 25%;
}
.--pointback .feature-introduction__desc__icon,
.--pointback .feature-introduction__desc__icon:last-child {
  width: 22.5%;
}
.feature-introduction__desc__icon-img {
  height: 48px;
  margin-bottom: 15px;
}
.--pointback .feature-introduction__desc__icon-img {
  height: 65px;
  margin-bottom: 15px;
}
.feature-introduction__desc__icon-caption {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.3px;
}
.feature-introduction__desc__icon.--breakfast .feature-introduction__desc__icon-caption,
.feature-introduction__desc__icon.--mile .feature-introduction__desc__icon-caption {
  margin-top: 0.5em;
}
@media screen and (max-width: 800px) {
  .feature-introduction__img-box__img-caption {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .feature-introduction__desc {
    flex-direction: column;
    padding: 20px 20px 10px;
  }
  .--driving .feature-introduction__desc {
    margin-top: 46px;
    padding: 22px 0 0;
  }
  .feature-introduction__desc__text {
    width: 100%;
    /* margin-bottom: 28px; */
    padding-right: 0;
  }
  .feature-introduction__desc__icon + .feature-introduction__desc__text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .--driving .feature-introduction__desc__text,
  .--pointback .feature-introduction__desc__text {
    width: 100%;
    margin-bottom: 0;
  }
  .feature-introduction__desc__text-inner {
    flex: 1 1 0;
  }
  .feature-introduction__desc__text-inner > p {
    margin-bottom: 10px;
    font-family: var(--lexus-db);
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.75px;
  }
  .--driving .feature-introduction__desc__text-inner > p,
  .--pointback .feature-introduction__desc__text-inner > p {
    border-left: 6px solid #99a9b0;
    padding: 6px 3px 3px 9px;
    text-align: left;
  }
  .feature-introduction__desc__icon {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    padding: 15px 11px 8px 0;
    border-left: none;
    border-bottom: 1px solid #c7c7c7;
    text-align: left;
  }
  .feature-introduction__desc__icon.--breakfast .feature-introduction__desc__icon-caption,
  .feature-introduction__desc__icon.--mile .feature-introduction__desc__icon-caption {
    margin-top: 0;
  }
  .feature-introduction__desc__icon:last-child {
    width: 100%;
    border-bottom: none;
  }
  .--driving .feature-introduction__desc__icon,
  .--driving .feature-introduction__desc__icon:last-child {
    width: 100%;
  }
  .--pointback .feature-introduction__desc__icon,
  .--pointback .feature-introduction__desc__icon:last-child {
    width: 100%;
  }
  .feature-introduction__desc__icon-img {
    margin-bottom: 0;
    width: 32px;
    height: 32px;
  }
  .--parking .feature-introduction__desc__icon-img {
    width: 22px;
    margin-inline: 5px;
  }
  .--pointback .feature-introduction__desc__icon-img {
    height: auto;
    width: 109px;
  }
  .feature-introduction__img-box.--column2 {
    flex-direction: column;
  }
  .feature-introduction__img-box__img-caption {
    /* padding-left: 20px; */
    font-size: 18px;
  }
  .feature-introduction__img-box__desc {
    font-size: clamp(12px, 3.733vw, 16px);
  }
  .--point.feature-introduction + .heading-h4 {
    margin-top: 45px;
  }
}

/* unique-column */
#travel .more-list.unique-column {
  max-width: inherit;
}
#travel .more-list.unique-column .more-item a {
  cursor: default;
  padding-block: 20px;
}
#travel .more-list.unique-column .more-item a .item-image {
  width: 100px;
}
#travel .more-list.unique-column .more-item a .item-detail .item-heading {
  margin-bottom: 10px;
}
@media screen and (max-aspect-ratio: 7 / 10) {
  #travel .more-list.unique-column .more-item a .item-detail .item-heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #travel .more-list.unique-column .more-item a .item-detail .item-heading {
    font-size: clamp(12px, 3.733vw, 16px);
  }
}
#travel .more-list.unique-column .more-item a .item-detail .item-text {
  margin-bottom: 5px;
}
@media screen and (max-aspect-ratio: 7 / 10) {
  #travel .more-list.unique-column .more-item a .item-detail .item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #travel .more-list.unique-column .more-item a .item-detail .item-text {
    font-size: clamp(12px, 3.733vw, 16px);
  }
}
#travel .more-list.-link .more-item a:after {
  display: none;
}

/* rounded-inner-square-box */
.rounded-inner-square-box-wrap {
  overflow: hidden;
}
.rounded-inner-square-box {
  position: relative;
  border: 1px solid #8f8866;
  background-color: #f6f5f0;
}
.rounded-inner-square-box-inner {
  position: relative;
  padding: 40px 40px 45px 40px;
}
.rounded-inner-square-box::before,
.rounded-inner-square-box::after,
.rounded-inner-square-box-inner::before,
.rounded-inner-square-box-inner::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border: 1px solid #8f8866;
  border-radius: 26px;
}
.rounded-inner-square-box::before {
  top: -30px;
  left: -30px;
}
.rounded-inner-square-box::after {
  top: -30px;
  right: -30px;
}
.rounded-inner-square-box-inner::before {
  bottom: -30px;
  left: -30px;
}
.rounded-inner-square-box-inner::after {
  bottom: -30px;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .rounded-inner-square-box-inner {
    padding-inline: 20px;
  }
  .rounded-inner-square-box-inner .content-text {
    line-height: 1.5;
  }
}

/* benefit-service-list */
.benefit-service-list {
  display: flex;
  gap: 20px;
}
.benefit-service-list__item {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.benefit-service-list__item-title {
  display: flex;
  min-height: 70px;
  padding: 15px 17px 13px;
  justify-content: center;
  flex: 1 1 0;
  align-items: center;
  background: #8f8866;
  border-radius: 8px 8px 0 0;
}
.benefit-service-list__item-title span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.75px;
  color: #fff;
  text-align: center;
}
.benefit-service-list__item-img img {
  width: 100%;
  border-radius:0 0 8px 8px;
}
@media screen and (max-width: 900px) {
  .benefit-service-list {
    flex-wrap: wrap;
    gap: 2.22vw;
    justify-content: space-around;
  }
  .benefit-service-list__item {
    flex: auto;
    max-width: 39.6vw;
  }
}
@media screen and (max-width: 866px) {
  .benefit-service-list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .benefit-service-list {
    flex-direction: column;
  }
  .benefit-service-list__item {
    width: 100%;
    max-width: 100%;
  }
  .benefit-service-list__item-title {
    min-height: auto;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

/* border-radius-box */
.border-radius-box {
  padding: 33px 30px 26px;
  border-radius: 16px;
  border: 1px solid #CCC;
  background: #FFF;
  text-align: center;
}
.border-radius-box__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.1px;
}
.border-radius-box__title span {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  letter-spacing: 0.9px;
}
.border-radius-box__img {
  margin-top: 13px;
}
.--pointback .border-radius-box__img {
  margin-top: 40px;
  margin-bottom: 10px;
}
.border-radius-box__img img.--cashback {
  max-width: 100%;
}
.border-radius-box__img img.--point-img {
  width: 240px;
}
.border-radius-box .text-link {
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .border-radius-box__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .border-radius-box__title span {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
  .border-radius-box__img img.--cashback {
    max-width: 287px;
    width: 100%;
  }
}


/* detail-more-box */
.detail-more-box {
  position: relative;
  max-width: 780px;
  margin-bottom: 25px;
  margin-inline: auto;
  height: 425px;
  overflow: hidden;
  transition: 0.3s all;
}
.detail-more-box.--is-displayed {
  height: auto;
  padding-bottom: 50px;
  overflow: visible;
}
.detail-more-box__more-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
  text-align: center;
}
.detail-more-box__more-btn-wrap button {
  position: relative;
  padding: 8px 0 8px 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMSAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4IiByeD0iMTQiIGZpbGw9IndoaXRlIi8+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgcng9IjE0IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMyIvPjxyZWN0IHg9IjgiIHk9IjE0IiB3aWR0aD0iMTUiIGhlaWdodD0iMyIgZmlsbD0iIzMzMzMzMyIvPjxyZWN0IHg9IjgiIHk9IjE0IiB3aWR0aD0iMTUiIGhlaWdodD0iMyIgZmlsbD0iIzMzMzMzMyIvPjxyZWN0IHg9IjgiIHk9IjE0IiB3aWR0aD0iMTUiIGhlaWdodD0iMyIgZmlsbD0iIzMzMzMzMyIvPjxyZWN0IHg9IjE0IiB5PSI4IiB3aWR0aD0iMyIgaGVpZ2h0PSIxNSIgZmlsbD0iIzMzMzMzMyIvPjwvc3ZnPg==");
  background-size: 31px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.detail-more-box.--is-displayed .detail-more-box__more-btn-wrap {
  position: static;
  height: 45px;
}
.detail-more-box.--is-displayed .detail-more-box__more-btn-wrap button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAzMSAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4IiByeD0iMTQiIGZpbGw9IndoaXRlIi8+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgcng9IjE0IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMyIvPjxyZWN0IHg9IjExLjI1NzMiIHk9IjkuMTM2MjMiIHdpZHRoPSIxNSIgaGVpZ2h0PSIzIiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxMS4yNTczIDkuMTM2MjMpIiBmaWxsPSIjMzMzMzMzIi8+PHJlY3QgeD0iMTEuMjU3MyIgeT0iOS4xMzYyMyIgd2lkdGg9IjE1IiBoZWlnaHQ9IjMiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDExLjI1NzMgOS4xMzYyMykiIGZpbGw9IiMzMzMzMzMiLz48cmVjdCB4PSIxMS4yNTczIiB5PSI5LjEzNjIzIiB3aWR0aD0iMTUiIGhlaWdodD0iMyIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTEuMjU3MyA5LjEzNjIzKSIgZmlsbD0iIzMzMzMzMyIvPjxyZWN0IHg9IjE5Ljc0MjYiIHk9IjkuMTM2MjMiIHdpZHRoPSIzIiBoZWlnaHQ9IjE1IiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxOS43NDI2IDkuMTM2MjMpIiBmaWxsPSIjMzMzMzMzIi8+PC9zdmc+");
}
.detail-more-box__more-btn-wrap button .btn-text {
  font-size: 16px;
  color: #000;
}
@media screen and (max-aspect-ratio: 7 / 10) {
  .detail-more-box .content-table-wrap table {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .detail-more-box .content-table-wrap table {
    font-size: clamp(12px, 3.733vw, 16px);
  }
}
.detail-more-box .content-table-wrap .content-table-b {
  white-space: normal;
}
.detail-more-box .content-table-wrap .content-table-b th {
  text-align: left;
  padding: 0 20px;
  width: 310px;
  white-space: normal;
}
.detail-more-box .content-table-wrap .content-table-b td {
  padding: 16px 20px;
  white-space: normal;
}
.detail-more-box .spec-card-list {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.detail-more-box .spec-card-list .spec-card-item img {
  height: 48px;
}
@media (max-aspect-ratio: 7/10) {
  .detail-more-box .content-table-wrap .content-table-b th {
    letter-spacing:0.133vw;
    padding: 10px;
    width: 100px;
    font-weight: normal;
    line-height: 1.5;
  }
  .detail-more-box .content-table-wrap .content-table-b td {
    letter-spacing:0.25vw;
    padding: 16px 10px;
  }
  .detail-more-box .spec-card-list .spec-card-item img {
    padding: 0;
  }
}

/* card-apply-flow-box */
.card-apply-flow-box {
  padding-top: 90px;
  margin-bottom: 57px;
}
.card-apply-flow-box__img {
  text-align: center;
}
.card-apply-flow-box__img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .card-apply-flow-box {
    margin-bottom: 30px;
  }
  .card-apply-flow-box__img img {
    width: 100%;
    max-width: 360px;
  }
}

/* card-apply-appeal-box */
.card-apply-appeal-box {
  position: relative;
  padding: 38px 40px 5px;
  border: 1px solid #ccc;
  border-radius: 16px;
}
.card-apply-appeal-box__title {
  margin-bottom: 14px;
  font-size: 22px;
  font-family: var(--lexus-db);
  text-align: center;
  line-height: 34px;
  letter-spacing: 1.1px;
  color: #000;
}
.card-apply-appeal-box__img {
  text-align: center;
}
.card-apply-appeal-box__img img {
  max-width: 100%;
}
.card-apply-appeal-box__link {
  position: absolute;
  left: 40px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card-apply-appeal-box {
    padding: 28px 23px 0;
  }
  .card-apply-appeal-box__title {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.8px;
  }
}
/* modal reset */
.modal-airport .modal-section {
  max-width: 800px;
}

/* hotel brands list */
.hotel-brands-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-top: 60px;
}
.hotel-brands-list li {
  padding: 0;
  text-indent: 0;
  width: 23.5%;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
}
.hotel-brands-list li::before {
  content: none;
}
.hotel-brands-list .box-link {
  display: block;
  text-decoration: none;
  margin-bottom: min(12px,3.466vw);
  line-height: 1.6;
}
.hotel-brands-list .logo-img {
  position: relative;
  width: 100%;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #C7C7C7;
  background: #fff;
  border-radius: 5px;
}
.hotel-brands-list .logo-img p {
  text-align: center;
  max-width: 80%;
}
.hotel-brands-list .logo-img img {
  max-width: 60%;
  max-height: 50%;
}
.hotel-brands-list h3.brand-name {
  font-size: 15px;
  line-height: 1.6;
}
.hotel-brands-list .txt-link {
  font-size: 14px;
  width: 100%;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-right: 5px;
}
.hotel-brands-list .brand-name + .txt-link {
  margin-top: auto;
}
.hotel-brands-list .txt-link a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .hotel-brands-list li {
    width: 49%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .hotel-brands-list .logo-img p {
    font-size: 15px;
  }
}

/* airport-list */
.modal-airportlist .more-list.airport-list {
  margin-top: 60px;
}
.modal-airportlist .more-list.airport-list .more-item .more-item-description div {
  margin-bottom: 0;
  padding: 12px 40px 12px 80px;
}
.modal-airportlist .more-list.airport-list .more-item .more-item-description div h4 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.375;
  font-family: var(--lexus-db);
}
@media screen and (max-width: 767px) {
  .modal-airportlist .more-list.airport-list .more-item .more-item-description div h4 {
    font-size: clamp(12px, 3.733vw, 16px);
  }
}
.modal-airportlist .more-list.airport-list .more-item .more-item-description div p {
  font-size: 14px;
  line-height: 1.7;
}
.modal-airportlist .more-list.airport-list .more-item .more-item-description div span {
  display: inline-block;
  font-size: 10px;
  font-family: var(--lexus-b);
  padding: 0 3px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #909090;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #909090;
}
@media screen and (max-width: 767px) {
  .modal-airportlist .more-list.airport-list .more-item .more-item-description div .content-note {
    margin-bottom: 0;
  }
  .modal-airportlist .more-list.airport-list .more-item .more-item-description div {
    padding: 3.2vw 7.4vw 3.2vw 5.8666vw;
  }
  .modal-airportlist .more-list.airport-list .more-item .more-item-description div h4 {
    font-size: 4.267vw;
  }
  .modal-airportlist .more-list.airport-list .more-item .more-item-description div p {
    font-size: clamp(12px, 3.733vw, 16px);
  }
  .modal-airportlist .more-list.airport-list .more-item .more-item-description div span {
    font-size: 2.667vw;
    padding: 0 0.8vw;
    border-radius: 0.533vw;
  }
}

/* unique-column */
.modal-shoplist .content-item:first-of-type {
  margin-top: 60px;
}
.modal-shoplist .more-list.unique-column {
  margin-bottom: 30px;
}
.modal-shoplist .more-list.unique-column .more-item div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 13px 0;
  font-family: var(--lexus-m);
}
.modal-shoplist .more-list.unique-column .more-item div .item-image {
  width: 80px;
  margin-right: 20px;
}
.modal-shoplist .more-list.unique-column .more-item div .item-image img {
  width: 100%;
}
.modal-shoplist .more-list.unique-column .more-item div .item-detail {
  flex: 1;
}
.modal-shoplist .more-list.unique-column .more-item div .item-detail .item-heading {
  margin-bottom: 2px;
  line-height: 1.4;
  font-size: 16px;
  font-family: var(--lexus-db);
}
.modal-shoplist .more-list.unique-column .more-item div .item-detail .item-text {
  line-height: 1.7;
  font-size: 16px;
}
.modal-shoplist .more-list.unique-column .more-item div .item-detail .item-text.head {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-shoplist .more-list.unique-column .more-item div .item-image {
    width: 16vw;
    margin-right: 3vw;
  }
  .modal-shoplist .more-list.unique-column .more-item div .item-detail .item-heading {
    margin-top: -1vw;
    letter-spacing: 0.2vw;
    font-size: clamp(12px, 3.733vw, 16px);
  }
  .modal-shoplist .more-list.unique-column .more-item div .item-detail .item-text {
    font-size: clamp(12px, 3.733vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.15vw;
  }
  .modal-shoplist .more-list.unique-column .more-item div .item-detail .item-text.head + .item-text {
    font-size: clamp(12px, 4.2vw, 16px);
  }
  .modal-shoplist .more-list.unique-column .more-item div .item-detail .item-text.head {
    font-size: clamp(12px, 3.733vw, 16px);
  }
}

/* fixed-apply-button */
.fixed-apply-button {
  position: fixed;
  bottom: -120px;
  right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 120px;
  height: 120px;
  padding: 0 9px;
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.18);
  border-radius: 60px;
  transition: 1s all;
  opacity: 0;
  z-index: 2;
}
.fixed-apply-button.--is-displayed {
  opacity: 1;
  bottom: 100px;
}
.fixed-apply-button a {
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.32px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.fixed-apply-button a::after {
  content: "";
  width: 20px;
  height: 19px;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 10px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMTZfNDExMjIpIj48cGF0aCBkPSJNMTAuMzU0MiAxOC45OTk5QzkuOTA5OCAxOC45OTk5IDkuNDc2NDcgMTguODE4NCA5LjE2NTM2IDE4LjQ4OTVMMC40NzY0NjkgOS40NDg4NkMtMC4xNjc5NzUgOC43Nzk2MSAtMC4xNTY4NjQgNy43MDE5OSAwLjQ5ODY5MSA3LjA0NDA4QzEuMTU0MjUgNi4zODYxNyAyLjIwOTggNi4zOTc1MiAyLjg1NDI1IDcuMDY2NzdMMTAuMjU0MiAxNC43NTc1TDE3LjA1NDIgNi4zNTIxNEMxNy42NDMxIDUuNjI2MTcgMTguNjg3NiA1LjUyNDA4IDE5LjM5ODcgNi4xMjUyOEMyMC4xMDk4IDYuNzI2NDcgMjAuMjA5OCA3Ljc5Mjc0IDE5LjYyMDkgOC41MTg3MUwxMS42NDMxIDE4LjM3NkMxMS4zNDMxIDE4Ljc1MDQgMTAuODk4NyAxOC45NzcyIDEwLjQzMiAxOC45ODg2QzEwLjQwOTggMTguOTg4NiAxMC4zODc2IDE4Ljk4ODYgMTAuMzY1NCAxOC45ODg2TDEwLjM1NDIgMTguOTk5OVoiIGZpbGw9IiMzNDM0MzQiLz48cGF0aCBkPSJNOS45OTg3IDE4LjI0QzkuMDc2NDggMTguMjQgOC4zMzIwMyAxNy40OCA4LjMzMjAzIDE2LjUzODVWMS43MDE0OUM4LjMzMjAzIDAuNzYgOS4wNzY0OCAwIDkuOTk4NyAwQzEwLjkyMDkgMCAxMS42NjU0IDAuNzYgMTEuNjY1NCAxLjcwMTQ5VjE2LjUzODVDMTEuNjY1NCAxNy40OCAxMC45MjA5IDE4LjI0IDkuOTk4NyAxOC4yNFoiIGZpbGw9IiMzNDM0MzQiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xNl80MTEyMiI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjE5IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .fixed-apply-button {
    width: 94px;
    height: 94px;
    right: 20px;
  }
  .fixed-apply-button a {
    font-size: 13px;
  }
  .fixed-apply-button a::after {
    width: 10px;
    height: 8px;
    left: calc(50% - 5px);
    bottom: -15px;
  }
  .fixed-apply-button.--is-displayed {
    bottom: 75px;
  }
}
/* benefit-footer-bnr */
.benefit-footer-bnr {
  margin-top: 60px;
  text-align: center;
}
.benefit-footer-bnr img {
  width: 100%;
  max-width: 565px;
}