@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.adlp-footer {
  padding: min( 5.5555555556vw, 60px ) 0 min( 3.8888888889vw, 42px );
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
.adlp-footer__menu {
  text-align: center;
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 400;
  line-height: 200%;
  font-family: "Noto Sans JP", sans-serif;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: 3.4666666667vw;
  }
}
.adlp-footer__text {
  margin: min( 2.962962963vw, 32px ) auto 0;
  font-size: min( 1.1111111111vw, 12px );
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: 2.6666666667vw;
    margin: 7.4666666667vw auto 0;
  }
}

.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: 5.3333333333vw;
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: max( 0vw, 0px ) min( 5.1851851852vw, 56px ) min( 1.4814814815vw, 16px ) max( 0vw, 0px );
  border-bottom: 1px solid #49546D;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: 0vw 7.4666666667vw 4.2666666667vw 0vw;
  }
}
.adlp-accordion__header__inner .lead {
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: 4.2666666667vw;
    text-align: justify;
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #49546D;
  position: absolute;
  height: min( 1.8518518519vw, 20px );
  width: min( 0.1851851852vw, 2px );
  right: min( 0.8333333333vw, 9px );
  top: 40%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: 4.2666666667vw;
    width: 0.2666666667vw;
    right: 2.1333333333vw;
  }
}
.adlp-accordion__header.--plus::after {
  width: min( 1.8518518519vw, 20px );
  height: min( 0.1851851852vw, 2px );
  right: max( 0vw, 0px );
  background-image: none;
  background: #49546D;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: 4.2666666667vw;
    height: 0.2666666667vw;
    right: 0vw;
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  padding: min( 2.2222222222vw, 24px ) min( 2.7777777778vw, 30px );
  margin-top: min( 1.4814814815vw, 16px );
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 4vw 4vw;
    margin-top: 4.2666666667vw;
  }
}
.adlp-accordion__body__inner .text {
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 200%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text {
    font-size: 3.7333333333vw;
  }
}
.adlp-accordion__body__inner .text.--mt {
  margin-top: min( 0.7407407407vw, 8px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text.--mt {
    margin-top: 1.0666666667vw;
  }
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-card {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: min( 1.8518518519vw, 20px );
  gap: min( 1.8518518519vw, 20px );
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min( 32.4074074074vw, 350px );
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min( 1.8518518519vw, 20px );
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min( 7.4074074074vw, 80px );
  height: min( 7.4074074074vw, 80px );
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.adlp-card__no .text01 {
  text-align: center;
  line-height: 1;
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text01 {
    font-size: 2.6666666667vw;
  }
}
.adlp-card__no .text02 {
  text-align: center;
  line-height: 1;
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text02 {
    font-size: 4.2666666667vw;
  }
}
.adlp-card__title {
  font-size: min( 2.7777777778vw, 30px );
  background: #fff;
  flex: 1;
  padding: 0 min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: 5.0666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: 2.6666666667vw;
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: 2.6666666667vw;
  }
}
.adlp-card__img {
  width: min( 4.6296296296vw, 50px );
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: 10.6666666667vw;
  }
}

.adlp-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min( 13.8888888889vw, 150px );
  height: min( 13.8888888889vw, 150px );
  background: #f1f1f1;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: 20vw;
    height: 20vw;
  }
}
.adlp-circle__text {
  text-align: center;
}
.adlp-circle__text .text01 {
  font-size: min( 2.2222222222vw, 24px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text01 {
    font-size: 4.2666666667vw;
  }
}
.adlp-circle__text .text02 {
  font-size: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text02 {
    font-size: 2.6666666667vw;
  }
}

.adlp-fadein {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadein-up;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .fadeInUp {
    animation-name: fadein-up-sp;
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(min( 5.5555555556vw, 60px ));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up-sp {
  0% {
    opacity: 0;
    transform: translateY(8vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.adlp-flow {
  display: flex;
  grid-gap: min( 4.3518518519vw, 47px );
  align-items: center;
  z-index: 1;
}
.adlp-flow__wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 auto;
  grid-gap: min( 1.8518518519vw, 20px );
  padding: min( 3.7037037037vw, 40px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper {
    width: 92vw;
    margin: 9.3333333333vw auto 0;
    grid-gap: 6.6666666667vw;
    padding: 5.3333333333vw 4vw;
  }
}
.adlp-flow__wrapper::after {
  content: "";
  display: block;
  width: min( 0.3703703704vw, 4px );
  height: calc(100% - min( 7.4074074074vw, 80px ));
  position: absolute;
  top: min( 3.7037037037vw, 40px );
  left: min( 12.2222222222vw, 132px );
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper::after {
    width: 0.6666666667vw;
    height: calc(100% - 12vw);
    top: 5.3333333333vw;
    left: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow {
    grid-gap: 4vw;
  }
}
.adlp-flow__img {
  width: min( 17.1296296296vw, 185px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__img {
    width: 25.3333333333vw;
  }
}
.adlp-flow__body {
  width: min( 48.8888888889vw, 528px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__body {
    width: 54.6666666667vw;
  }
}
.adlp-flow__head {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.adlp-flow__head .--no {
  font-size: min( 3.8888888889vw, 42px );
  margin-right: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--no {
    font-size: 6.6666666667vw;
    margin-right: 1.6vw;
  }
}
.adlp-flow__head .--title {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--title {
    font-size: 4.2666666667vw;
  }
}

.adlp-flow02 {
  gap: min( 0.9259259259vw, 10px );
  display: flex;
  align-items: center;
  z-index: 1;
}
.adlp-flow02__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: min( 7.4074074074vw, 80px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper {
    flex-direction: column;
    width: 92vw;
    margin: 2.6666666667vw auto 0;
    gap: 6.6666666667vw;
  }
}
.adlp-flow02__wrapper::after {
  content: "";
  display: block;
  height: min( 0.3703703704vw, 4px );
  width: 100%;
  position: absolute;
  top: min( 6.4814814815vw, 70px );
  left: 50%;
  transform: translateX(-50%);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper::after {
    width: 0.6666666667vw;
    height: calc(100% - 12vw);
    top: 5.3333333333vw;
    left: 16.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-flow02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow02 {
    grid-gap: 4vw;
  }
}
.adlp-flow02__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__img {
    width: 32vw;
  }
}
.adlp-flow02__body {
  width: min( 12.962962963vw, 140px );
}
@media screen and (max-width: 767px) {
  .adlp-flow02__body {
    flex: 1;
  }
}
.adlp-flow02__head {
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__head {
    font-size: 4vw;
    text-align: left;
  }
}
.adlp-flow02__text {
  font-size: min( 1.6666666667vw, 18px );
}
@media screen and (max-width: 767px) {
  .adlp-flow02__text {
    font-size: 3.2vw;
  }
}

.adlp-head {
  text-align: center;
}
.adlp-head::after {
  content: "";
  display: block;
  width: min( 4.6296296296vw, 50px );
  height: min( 0.462962963vw, 5px );
  background: #E75B18;
  margin: min( 0.9259259259vw, 10px ) auto 0;
}
.adlp-head .text01 {
  font-size: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: 4vw;
  }
}
.adlp-head .text02 {
  font-size: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: 6.1333333333vw;
  }
}

.adlp-list {
  background-image: url("../img/common/icon_motif.svg");
  background-repeat: no-repeat;
  background-size: min( 2.7777777778vw, 30px ) min( 2.7777777778vw, 30px );
  background-position: left top max( 0vw, 0px );
  padding-left: min( 3.5185185185vw, 38px );
}
.adlp-list__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min( 0.9259259259vw, 10px );
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper {
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-list {
    padding-left: 5.8666666667vw;
    background-size: 4.5333333333vw 4.5333333333vw;
    background-position: left top 1.7333333333vw;
  }
}
.adlp-list.--pink {
  background-image: url("../img/common/icon_motif_pn.svg");
  background-repeat: no-repeat;
  background-size: min( 2.2222222222vw, 24px ) min( 2.4074074074vw, 26px );
  background-position: left min( 0.462962963vw, 5px ) top max( 0vw, 0px );
  padding-left: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-list.--pink {
    padding-left: 5.3333333333vw;
    background-size: 4vw 4.2666666667vw;
    background-position: left top 1.6vw;
  }
}
.adlp-list.--blue {
  background-image: url("../img/common/icon_motif_bl.svg");
  background-repeat: no-repeat;
  background-size: min( 2.2222222222vw, 24px ) min( 2.4074074074vw, 26px );
  background-position: left min( 0.462962963vw, 5px ) top max( 0vw, 0px );
  padding-left: min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-list.--blue {
    padding-left: 5.3333333333vw;
    background-size: 4vw 4.2666666667vw;
    background-position: left top 1.6vw;
  }
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min( 212.5925925926vw, 2296px );
}
.adlp-logo__wrapper {
  display: flex;
  width: min( 425.1851851852vw, 4592px );
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: 612.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: 306.1333333333vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: 10.6666666667vw;
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-slide {
    padding: 0 8vw;
  }
}
@media screen and (min-width: 768px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    background-size: min( 8.5185185185vw, 92px ) min( 1.4814814815vw, 16px );
    background-repeat: no-repeat;
    background-position: center;
    width: 12.2666666667vw;
    height: 2.1333333333vw;
    top: auto;
    z-index: 11;
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='16' viewBox='0 0 92 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1591_4110)'%3E%3Cpath d='M92 2H2L14.3626 14' stroke='%237CAACB' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1591_4110'%3E%3Crect width='92' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  left: 8vw;
  bottom: 4vw;
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='16' viewBox='0 0 92 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1591_4112)'%3E%3Cpath d='M-5.96046e-08 2H90L77.6374 14' stroke='%237CAACB' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1591_4112'%3E%3Crect width='92' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  right: 8vw;
  bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .adlp-swiper .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    background-color: rgb(255, 255, 255);
    opacity: 1;
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #7CAACB;
}
.adlp-swiper__wrapper {
  padding-bottom: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: 8vw;
  }
}

.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  background: #f1f1f1;
}
.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min( 0.462962963vw, 5px );
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    padding: 1.3333333333vw 4vw;
  }
}
.adlp-tab__head.--active {
  background: #E75B18;
  color: #fff;
}
.adlp-tab__content {
  display: none;
  border: min( 0.2777777778vw, 3px ) solid #f1f1f1;
  padding: min( 2.7777777778vw, 30px );
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-text__label {
  font-size: min( 2.2222222222vw, 24px );
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  background: #fff;
  width: fit-content;
  margin: 0 auto min( 2.7777777778vw, 30px );
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label {
    font-size: 3.2vw;
    padding: 1.3333333333vw 4vw;
    margin: 0 auto 4vw;
  }
}
.adlp-text__label::after {
  content: "";
  display: block;
  width: min( 3.2407407407vw, 35px );
  height: min( 1.8518518519vw, 20px );
  clip-path: polygon(50% 100%, 0 0, 100% 0%);
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .adlp-text__label::after {
    width: 6.6666666667vw;
    height: 2.6666666667vw;
  }
}
.adlp-text__label.--top::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: auto;
  top: 1px;
  transform: translate(-50%, -100%);
}
.adlp-text__label.--round {
  border-radius: 1000px;
}
.adlp-text__label.--txt {
  color: #fff;
  background: #49546D;
}
.adlp-text__label.--txt::after {
  background: #49546D;
}
.adlp-text__label.--white {
  color: #fff;
  background: #fff;
}
.adlp-text__label.--white::after {
  background: #fff;
}
.adlp-text__label.--silver {
  color: #fff;
  background: #f1f1f1;
}
.adlp-text__label.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label.--accent {
  color: #fff;
  background: #E75B18;
}
.adlp-text__label.--accent::after {
  background: #E75B18;
}

.adlp-text__label__para {
  font-size: min( 2.2222222222vw, 24px );
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  min-width: min( 18.5185185185vw, 200px );
  margin: 0 auto min( 2.7777777778vw, 30px );
  width: fit-content;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label__para {
    font-size: 3.2vw;
    padding: 1.3333333333vw 4vw;
    margin: 0 auto 4vw;
    min-width: 26.6666666667vw;
  }
}
.adlp-text__label__para .text01 {
  z-index: 1;
  position: relative;
}
.adlp-text__label__para::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.adlp-text__label__para.--txt {
  color: #fff;
}
.adlp-text__label__para.--txt::after {
  background: #49546D;
}
.adlp-text__label__para.--white {
  color: #fff;
}
.adlp-text__label__para.--white::after {
  background: #fff;
}
.adlp-text__label__para.--silver {
  color: #fff;
}
.adlp-text__label__para.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label__para.--accent {
  color: #fff;
}
.adlp-text__label__para.--accent::after {
  background: #E75B18;
}

.adlp-stroke {
  position: relative;
  font-size: min( 10.1851851852vw, 110px );
  font-weight: 700;
  filter: drop-shadow(0px min( 0.462962963vw, 5px ) min( 0.9259259259vw, 10px ) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .adlp-stroke {
    font-size: 14.6666666667vw;
    filter: drop-shadow(0px 0.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.15));
  }
}
.adlp-stroke .text01 {
  z-index: 10;
  position: relative;
  color: #E75B18;
}
.adlp-stroke::after {
  content: attr(data-text);
  position: absolute;
  z-index: 5;
  white-space: nowrap;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: min( 0.9259259259vw, 10px ) #fff;
}
@media screen and (max-width: 767px) {
  .adlp-stroke::after {
    -webkit-text-stroke: 1.3333333333vw #fff;
  }
}
/*# sourceMappingURL=lp.css.map */
