@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/************************
reset
************************/
.header-logo-2-lp {
  display: none;
}

.l-lp--line {
  color: #2f3965;
}
.l-lp--line :where(p, ul, ol, dl, dt, dd, figure) {
  padding: 0;
  margin: 0;
}
.l-lp--line img {
  width: 100%;
  height: auto;
  max-width: unset;
}
.l-lp--line button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/************************
utility
************************/
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
/************************
layout
************************/
.l-lp--line {
  --primeColor: #00B6A6;
  --secondaryColor: #FFDA76;
  --border: linear-gradient(to bottom, transparent 0%, transparent 75%, var(--secondaryColor) 75%, var(--secondaryColor) 100%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.l-lp-inner {
  padding: 0 15px;
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}

/************************
component
************************/
.c-title {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: var(--primeColor);
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 45px;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 48px;
    padding: 0 60px;
  }
}
.c-title::before, .c-title::after {
  content: "";
  display: block;
  width: 37px;
  aspect-ratio: 37/60;
  position: absolute;
  bottom: 0;
  background-image: url("/sp/support/line/images/icon-slash_01.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-title::before, .c-title::after {
    width: 50px;
  }
}
.c-title::before {
  left: 0;
}
.c-title::after {
  transform: rotateY(180deg);
  right: 0;
}
.c-title__underline {
  background-image: var(--border);
}

/************************
project
************************/
.p-mv {
  padding: 25px 0 35px;
  background-color: #FFD6DD;
  background-image: radial-gradient(rgba(255, 255, 255, 0.3) 20%, transparent 20%), radial-gradient(rgba(255, 255, 255, 0.3) 20%, transparent 20%);
  background-size: 16px 16px;
  background-position: 0 0, 24px 24px;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding: 50px 0;
  }
}
.p-mv__inner {
  padding: 0 15px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    padding-bottom: 40px;
  }
}
.p-mv__title {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    padding-bottom: 47px;
  }
}
.p-mv__button {
  width: 100%;
  max-width: 690px;
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.p-mv__link {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background-color: #06C755;
  border-radius: 16px;
  box-shadow: 0 6px 0 #005D55;
  padding: 7px 0 7px calc(90 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__link {
    font-size: 26px;
    text-align: left;
    padding: 11px 0 11px 140px;
    box-shadow: 0 10px 0 #005D55;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-mv__link {
    transition: box-shadow 0.3s;
  }
  .p-mv__link:hover {
    opacity: 1;
    box-shadow: 0 5px 0 rgba(0, 93, 85, 0.8);
  }
}
.p-mv__link::before {
  content: "";
  display: block;
  width: 64px;
  aspect-ratio: 64/75;
  position: absolute;
  bottom: 5px;
  left: 10px;
  background-image: url("/sp/support/line/images/icon-cat_03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-mv__link::before {
    width: 86px;
  }
}
.p-mv__link::after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -4px;
  right: -3px;
  transition: scale 0.3s, translate 0.3s;
  background-image: url("/sp/support/line/images/icon-tap_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-mv__link::after {
    content: none;
  }
}
.p-mv__link strong {
  display: block;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .p-mv__link strong {
    font-size: 28px;
  }
}
.p-mv__qr {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__qr {
    display: block;
    width: 80px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
  }
}

.p-mv-banner {
  max-width: 790px;
  width: 100%;
  padding: 0 15px;
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  .p-mv-banner {
    margin-top: 50px;
  }
}
.p-mv-banner__heading {
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 900;
  color: #FF0033;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-mv-banner__heading {
    font-size: 24px;
  }
}
.p-mv-banner__heading::before, .p-mv-banner__heading::after {
  content: "";
  height: 1lh;
  aspect-ratio: 1/1;
  background-color: currentColor;
  mask-image: url("/sp/support/line/images/icon-slash_02.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.p-mv-banner__heading::before {
  transform: rotateY(180deg);
}
.p-mv-banner__link {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-mv-banner__link {
    margin-top: 12px;
  }
}

.p-alignment {
  background-color: #F2FBFB;
  padding: 35px 0 50px;
}
@media screen and (min-width: 768px) {
  .p-alignment {
    padding: 80px 0 100px;
  }
}
.p-alignment__list {
  margin-top: 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-alignment__list {
    margin-top: 90px;
  }
}
.p-alignment__list:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  column-gap: 3.45%;
}
.p-alignment__list::before {
  content: "";
  width: 70px;
  aspect-ratio: 70/40;
  position: absolute;
  top: -34px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  background-image: url("/sp/support/line/images/icon-cat_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-alignment__list::before {
    width: 105px;
    top: -51px;
  }
}
.p-alignment__item {
  border: 3px solid var(--primeColor);
  border-radius: 15px;
  background-color: #fff;
  padding: 22px 17px 30px;
  margin: 0 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-alignment__item {
    border-width: 5px;
    padding: 27px 15px 27px 20px;
    margin: 0;
    width: 31.03%;
  }
}
.p-alignment__title-sub {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: var(--primeColor);
}
@media screen and (min-width: 768px) {
  .p-alignment__title-sub {
    font-size: 25px;
  }
}
.p-alignment__underline {
  background-image: var(--border);
}
.p-alignment__text {
  font-size: 16px;
  text-align: center;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p-alignment__text {
    font-size: 20px;
    margin-top: 32px;
  }
}
.p-alignment__images {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-alignment__images {
    margin-top: 32px;
  }
}

.p-alignment-more {
  margin: 47px 15px 0;
  background-color: #fff;
  border: 3px solid var(--primeColor);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 13px;
  padding: 19px 11px 29px 122px;
  position: relative;
}
.p-alignment-more::before {
  content: "";
  display: block;
  width: 130px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: -4px;
  left: -25px;
  background-image: url("/sp/support/line/images/img-alignment_04.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-alignment-more::before {
    width: 185px;
    bottom: -7px;
    left: -40px;
  }
}
@media screen and (min-width: 768px) {
  .p-alignment-more {
    margin: 79px auto 0;
    border-width: 5px;
    width: 64.66%;
    max-width: 750px;
    padding: 30px 40px 30px 190px;
    align-items: end;
    justify-content: center;
  }
}
.p-alignment-more__title {
  width: 100%;
  font-size: 22px;
  font-weight: 900;
  color: var(--primeColor);
}
@media screen and (min-width: 768px) {
  .p-alignment-more__title {
    position: relative;
    width: fit-content;
    font-size: 36px;
    margin-right: 35px;
  }
}
.p-alignment-more__strong {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .p-alignment-more__strong {
    font-size: 42px;
  }
}
.p-alignment-more__underline {
  background-image: var(--border);
}
.p-alignment-more__appeal {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: var(--primeColor);
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  transform: skewY(-5deg) skewX(-10deg);
  border-radius: 5px;
  padding: 0.1em 1em;
}
.p-alignment-more__appeal::after {
  content: "";
  width: 10px;
  aspect-ratio: 1/1.25;
  background-color: var(--primeColor);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  position: absolute;
  top: 99%;
  left: 25%;
}
@media screen and (min-width: 768px) {
  .p-alignment-more__appeal {
    top: 0;
    left: 0;
    translate: 0 -105%;
  }
}
.p-alignment-more__column {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-alignment-more__column {
    column-gap: 20px;
  }
}
.p-alignment-more__image {
  position: relative;
  text-align: center;
}
.p-alignment-more__image img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-alignment-more__image img {
    width: 90px;
  }
}
.p-alignment-more__text {
  font-size: 14px;
  color: var(--primeColor);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-alignment-more__text {
    font-size: 16px;
    width: 110%;
  }
}
.p-alignment-more__notes {
  font-size: 10px;
  font-weight: 500;
  color: var(--primeColor);
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  translate: -50% 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-alignment-more__notes {
    font-size: 14px;
  }
}

.p-easy {
  padding: 35px 0 74px;
  background-color: #FFEFF1;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-easy {
    padding: 100px 0 133px;
  }
}
.p-easy::after {
  content: none;
  display: block;
  width: 85px;
  aspect-ratio: 85/81;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 30%;
  background-image: url("/sp/support/line/images/icon-cat_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-easy::after {
    width: 105px;
  }
}
@media screen and (max-width: 767px) {
  .p-easy__title {
    padding: 0 35px;
  }
}
.p-easy__list {
  margin-top: 70px;
  position: relative;
}
.p-easy__list:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 90px;
}
.p-easy__list::before {
  content: "";
  width: 70px;
  aspect-ratio: 70/40;
  position: absolute;
  top: -34px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  background-image: url("/sp/support/line/images/icon-cat_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-easy__list::before {
    width: 105px;
    top: -51px;
  }
}
@media (768px <= width <= 1190px) {
  .p-easy__list::before {
    left: 42%;
  }
}
.p-easy__item {
  border: 3px solid var(--primeColor);
  border-radius: 15px;
  background-color: #fff;
  padding: 15px 15px 0;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-easy__item {
    border-width: 5px;
    padding: 27px 19px 0;
    width: 31.03%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1190px) {
  .p-easy__item {
    width: 45%;
  }
}
.p-easy__item:has(.p-easy__image) > :where(.p-easy__step, .p-easy__title-sub, .p-easy__text, .p-easy__notes) {
  position: relative;
  z-index: 1;
}
.p-easy__item:has(.p-easy__image)::after {
  content: "";
  display: block;
  width: 120%;
  aspect-ratio: 2/1.5;
  background-color: #FFDA76;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  translate: -50% 30%;
}
.p-easy__step {
  background-color: var(--primeColor);
  border-radius: 999px;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  padding: 0.1em 0.75em;
}
@media screen and (min-width: 768px) {
  .p-easy__step {
    font-size: 20px;
  }
}
.p-easy__title-sub {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: var(--primeColor);
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-easy__title-sub {
    font-size: 25px;
    margin-top: 12px;
  }
}
.p-easy__underline {
  background-image: var(--border);
}
.p-easy__text {
  font-size: 16px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-easy__text {
    font-size: 18px;
    margin-top: 24px;
  }
}
.p-easy__text--red {
  color: #FF0033;
}
.p-easy__notes {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
@media screen and (min-width: 768px) {
  .p-easy__notes {
    margin-top: 32px;
    font-size: 16px;
    margin-right: -10px;
  }
}
.p-easy__notes--nowrap {
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .p-easy__notes--bottom {
    margin-top: 63px;
  }
}
@media screen and (min-width: 768px) {
  .p-easy__notes--bottom {
    padding-bottom: 40px;
  }
}
.p-easy__image {
  margin: 0 auto;
}
.p-easy__image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  translate: -50% 0;
}
.p-easy__image--qr {
  display: block;
  margin: 30px auto 0;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-easy__image--qr {
    position: relative;
  }
  .p-easy__image--qr::after {
    content: "";
    display: block;
    width: 20%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    right: -10%;
    pointer-events: none;
    background-image: url("/sp/support/line/images/icon-tap_01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .p-easy__image--qr {
    width: 175px;
    pointer-events: none;
  }
}
.p-easy__image--01 {
  padding-bottom: 240px;
}
@media screen and (min-width: 768px) {
  .p-easy__image--01 {
    padding-bottom: 291px;
  }
}
.p-easy__image--01 img {
  width: auto;
  height: 240px;
}
@media screen and (min-width: 768px) {
  .p-easy__image--01 img {
    width: 300px;
    height: auto;
  }
}
.p-easy__image--02 {
  padding-bottom: 270px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-easy__image--02 {
    padding-bottom: 335px;
  }
}
.p-easy__image--02 img {
  width: 100%;
  bottom: unset;
  top: 50%;
  translate: -50% -50%;
  max-width: 380px;
}
.p-easy__image--03 {
  padding-bottom: 283px;
}
@media screen and (min-width: 768px) {
  .p-easy__image--03 {
    padding-bottom: 335px;
  }
}
.p-easy__image--03 img {
  width: 215px;
}
@media screen and (min-width: 768px) {
  .p-easy__image--03 img {
    width: 255px;
  }
}
.p-easy__image--04 {
  padding-bottom: 283px;
}
@media screen and (min-width: 768px) {
  .p-easy__image--04 {
    padding-bottom: 335px;
  }
}
.p-easy__image--04 img {
  width: 215px;
}
@media screen and (min-width: 768px) {
  .p-easy__image--04 img {
    width: 255px;
  }
}

.p-movie {
  padding: 35px 0 79px;
  background-color: #F2FBFB;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-movie {
    padding: 80px 0 138px;
  }
}
.p-movie::after {
  content: "";
  display: block;
  width: 65px;
  aspect-ratio: 98/105;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 30%;
  background-image: url("/sp/support/line/images/icon-cat_03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-movie::after {
    width: 75px;
  }
}
.p-movie__list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 43px;
  column-gap: 60px;
}
@media screen and (min-width: 768px) {
  .p-movie__list {
    margin-top: 80px;
  }
}
.p-movie__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-movie__item {
    width: 38.79%;
  }
}
.p-movie__label {
  font-size: 18px;
  color: #fff;
  background-color: var(--primeColor);
  border-radius: 999px;
  padding: 0.1em 1em;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-movie__label {
    font-size: 22px;
  }
}
.p-movie__iframe {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin-top: 12px;
  border: 3px solid var(--primeColor);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-movie__iframe {
    margin-top: 24px;
    border-width: 5px;
  }
}
.p-movie__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-fix {
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  translate: 0 100%;
  opacity: 0;
  transition: opacity 0.3s, translate 0.3s;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-fix {
    padding-bottom: 20px;
  }
}
.p-fix.is-active {
  opacity: 1;
  translate: 0 0;
}
.p-fix .p-mv__button {
  position: static;
  translate: unset;
  margin: 0 auto;
}

.p-campaign {
  background-color: #FFEFF1;
  padding: 0 0 35px;
}
@media screen and (min-width: 768px) {
  .p-campaign {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign__title {
    padding: 0 40px;
  }
}
.p-campaign__banner {
  max-width: 850px;
  margin: 25px auto 0;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p-campaign__banner {
    margin-top: 50px;
  }
}
.p-campaign__inner {
  margin: -25px auto 0;
  max-width: 990px;
  padding: 0 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-campaign__inner {
    margin-top: -15px;
  }
}
.p-campaign__box {
  border: 3px solid #2F3965;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .p-campaign__box {
    border-radius: 15px;
    padding: 30px 40px;
  }
}
.p-campaign__box + .p-campaign__box {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-campaign__box + .p-campaign__box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-campaign__detail {
    display: flex;
  }
}
.p-campaign__detail + .p-campaign__detail {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-campaign__detail + .p-campaign__detail {
    margin-top: 20px;
  }
}
.p-campaign__heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--primeColor);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-campaign__heading {
    text-align: left;
    width: 256px;
    font-size: 24px;
  }
}
.p-campaign__heading--paypay {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-campaign__heading--paypay {
    font-size: 20px;
  }
}
.p-campaign__body {
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-campaign__body {
    width: calc(100% - 256px);
    font-size: 16px;
    margin-top: 0;
  }
}
.p-campaign__body--first {
  margin-top: 0.22lh;
}
.p-campaign__item {
  position: relative;
  padding-left: 1em;
}
.p-campaign__item:first-child {
  margin-top: 0.22lh;
}
.p-campaign__item::before {
  content: "";
  display: block;
  width: 0.15lh;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 0.5lh;
  left: 0.25em;
}
.p-campaign__item + .p-campaign__item {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-campaign__item + .p-campaign__item {
    margin-top: 10px;
  }
}
.p-campaign__link {
  color: var(--primeColor);
  text-decoration: underline;
}

.p-bnr {
  width: 92%;
  max-width: 750px;
  margin: 0 auto;
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .p-bnr {
    padding: 100px 0;
  }
}

/************************
slick
************************/
.p-slider.p-easy__list .slick-track {
  display: flex;
}
.p-slider.p-easy__list .slick-slide {
  height: auto;
}
.p-slider .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  translate: 0 -50%;
  z-index: 1;
  color: transparent;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("/sp/support/line/images/icon-arrow_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
}
.p-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.p-slider .slick-arrow.slick-prev {
  left: 0;
  rotate: 180deg;
}
.p-slider .slick-arrow.slick-next {
  right: 0;
}
.p-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  column-gap: 12px;
}
.p-slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #666;
  overflow: hidden;
  transition: all 0.4s;
}
.p-slider .slick-dots li.slick-active {
  background-color: var(--primeColor);
  width: 40px;
}
.p-slider .slick-dots button {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.p-campaign__banner {
  --endTop: 0%;
  --endLeft: 5%;
  --endWidth: 90%;
  --endHeight: 90%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-campaign__banner {
    --endLeft: 3%;
    --endWidth: 94%;
  }
}
.p-campaign__banner::before {
  content: "";
  position: absolute;
  top: var(--endTop);
  left: var(--endLeft);
  display: block;
  width: var(--endWidth);
  height: var(--endHeight);
  background-color: rgba(0, 0, 0, 0.5);
}
.p-campaign__banner figcaption {
  position: absolute;
  top: var(--endTop);
  left: var(--endLeft);
  width: var(--endWidth);
  height: var(--endHeight);
  display: grid;
  place-content: center;
  color: #FFF;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-campaign__banner figcaption {
    font-size: 28px;
  }
}
