html{
  font-size: 62.5%;
}
body {
  margin: 0;
  font-family: var(--font-main);
  background: var(--bg-color-primary);
  color: var(--text-color-primary);
  line-height: 1.6;
  width: 100vw;
  overflow-x: hidden;
  section {
    .inner {
      margin: auto;
      max-width: 1000px;
    }
  }
}
.highlight {
  background: var(--gradient-primary);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.sp{display: block;}
.pc{display: none;}
@media (min-width: 1024px) {
.pc{display: block;}
.sp{display: none;}
}
/**********************************
lp-head
***********************************/
.lp-head {
  width: 100%;
  background-color: var(--bg-color-primary);
  padding: 1cap 3%;
  display: flex;
  justify-content: space-between;
  .lp-head__left {
    display: flex;
    max-width: 100px;
    width: 25%;
    align-items: center;
  }
  .lp-head__right {
    display: flex;
  }
  .lp-head__logo {
    display: block;
    width: 100%;
  }
  .lp-head__tel {
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    .lp-head__tel-number {
      font-size: 1.2em;
      line-height: 1;
      color: var(--text-color-primary);
      a{
        color: var(--text-color-primary);
      }
    }
    .lp-head__tel-text {
      font-size: 0.7em;
    }
    &:before {
      position: absolute;
      z-index: 2;
      content: "";
      top: 2px;
      left: 0;
      width: 20px;
      height: 25px;
      background-image: url(/assets/img/icon-tel.png);
      background-repeat: no-repeat;
      background-size: contain;
    }
  }
  .lp-head__cta-btn {
    background: linear-gradient(
      90deg,
      rgba(77, 213, 118, 1) 0%,
      rgba(27, 149, 140, 1) 100%
    );
    color: #fff;
    border-radius: 100vh;
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px 15px 5px 35px;
    display: block;
    span {
      position: relative;
      &:before {
        position: absolute;
        z-index: 2;
        content: "";
        top: 2px;
        left: -22px;
        width: 20px;
        height: 20px;
        background-image: url(/assets/img/icon-env.png);
        background-repeat: no-repeat;
        background-size: contain;
      }
    }
  }
}

/**********************************
lp-hero
***********************************/
.lp-hero {
  background-color: var(--color-primary);
  padding: 40px 0;
  position: relative;
  &:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: url(/assets/img/arc-01.png);
    background-repeat: no-repeat;
  }
  .lp-hero__lead {
    color: var(--text-color-secondary);
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 30px;
    .quote {
      font-size: 1.4em;
    }
  }
  .lp-hero__main-text-cnt{
    margin: auto;
    width: 100%;
  }
  .lp-hero__main-text {
    position: relative;
    padding-left: 90px;
    margin-bottom: 70px;
    display: flex;
      flex-direction: column;
      align-items: flex-start;
    &:before {
      position: absolute;
      z-index: 2;
      content: "";
      top: 0;
      left: 0;
      width: 100px;
      height: 100px;
      background-image: url(/assets/img/lp-hero__female.png);
      background-repeat: no-repeat;
      background-size: contain;
    }
    div.ribbon {
      background: linear-gradient(transparent 0%, #fff 0%);
      display: inline-block;
      padding: 5px 0;
      margin-bottom: 5px;
      span.ribbon-text {
        padding: 0 10px;
        font-weight: bold;
        font-size: 2.5rem;
        background: var(--gradient-primary);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        display: block;
      }
    }
  }
  .lp-hero__video-cnt {
    position: relative;
    width: 100%;
    padding-top: 58.06%; /* ← これが超大事！ */
    background: url("/assets/img/lp-hero__video-bg.png") center center / cover
      no-repeat;
    margin-bottom: -150px;
    z-index: 50;
  }
  .lp-hero__video-cnt video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 90%;
    height: auto;
    object-fit: cover;
  }
  .lp-hero__marks {
    position: absolute;
    top: -40px;
    right: -10px;
    width: 55%;
    height: auto;
  }
  .lp-hero__mark {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .lp-hero {
    .lp-hero__lead {
      font-size: 3em;
      text-align: center;
      margin-bottom: 40px;
      .quote {
        font-size: 1.4em;
      }
    }
    .lp-hero__main-text-cnt{
      width: 741px;
    }
    .lp-hero__main-text {
      padding-left: 190px;
      &:before {
        width: 200px;
        height: 200px;
      }
      div.ribbon {
        span.ribbon-text {
          font-size: 4em;
        }
      }
    }
    .lp-hero__marks {
      position: absolute;
      top: -40px;
      right: -10px;
      width: 35%;
      height: auto;
    }
    .lp-hero__mark {
      width: auto;
      height: auto;
    }
  }
}

/**********************************
lp-main-logo
***********************************/
.lp-main-logo {
  position: relative;
  padding: 130px 0 100px 0;
  &:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-image: url(/assets/img/arc-02.png);
    background-repeat: no-repeat;
  }
  .lp-main-logo__points {
    display: flex;
    width: 100%;
    li {
      width: 50%;
      border-right: 1px dashed var(--color-primary);
      color: var(--color-primary);
      font-size: 1.4rem;
      font-weight: bold;
      padding: 15px 20px;
      text-align: center;
      &:last-child {
        border-right: none;
      }
      span{
        position: relative;
        &:before {
          position: absolute;
          content: "";
          top: -8px;
          left: -15px;
          width: 15px;
          height: 15px;
          background-image: url(/assets/img/icon-pyon.png);
          background-repeat: no-repeat;
          background-size: contain;
        }
      }
    }
  }
  .lp-main-logo__logo-block {
    text-align: center;
    padding: 0 5%;
    p {
      font-size: 1.6rem;
      font-weight: bold;
    }
  }
}
@media (min-width: 1024px) {
  .lp-main-logo {
    .lp-main-logo__points {
      display: flex;
      width: 100%;
      li {
        text-align: center;
        span{
          font-size: 1.5em;
          &:before {
            position: absolute;
            content: "";
            top: -5px;
            left: -15px;
            width: 15px;
            height: 15px;
            background-image: url(/assets/img/icon-pyon.png);
            background-repeat: no-repeat;
            background-size: contain;
          }
        }
        
      }
    }
  }
}

/**********************************
lp-worries
***********************************/
.lp-worries {
  background: var(--bg-color-secondary);
  padding: 50px 0;
  .lp-worries__ppl {
    display: flex;
    justify-content: center; /* 中央寄せ */
    align-items: end; /* 足元揃えたければ（任意） */
    gap: 20px; /* 画像同士の間隔 */
    width: 100%;
    overflow: hidden; /* はみ出し防止 */
    margin-top: -100px;
    margin-bottom: 20px;
    img {
      height: auto;
      width: calc((100% - (20px * 4)) / 5); /* gapを除いた幅÷5枚 */
      max-width: 120px; /* 最大幅制限（好みで） */
    }
  }
  h2 {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px;
    span {
      display: block;
      max-width: 75%;
      margin: auto;
    }
  }
  .lp-worries__voices {
  }
  .lp-worries__voice {
    position: relative;
    font-weight: 900;
    font-size: 1.6rem;
    background-color: var(--bg-color-primary);
    border-radius: 6px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
    width: 85%;
    padding: 20px 25px;
    margin-bottom: 20px;
    text-align: center;
    &:nth-child(odd) {
      margin-left: auto;
      &:before {
        position: absolute;
        z-index: 2;
        content: "";
        top: -10px;
        left: 20px;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
      }
      &:after {
        position: absolute;
        z-index: 2;
        content: "";
        top: 50%;
        left: -50px;
        transform: translateY(-50%);
        width: 70px;
        height: 70px;
        background-repeat: no-repeat;
        background-size: contain;
      }
    }
    &:nth-child(even) {
      margin-right: auto;
      &:before {
        position: absolute;
        z-index: 2;
        content: "";
        top: -10px;
        right: 20px;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: contain;
      }
      &:after {
        position: absolute;
        z-index: 2;
        content: "";
        top: 50%;
        right: -50px;
        transform: translateY(-50%);
        width: 70px;
        height: 70px;
        background-repeat: no-repeat;
        background-size: contain;
      }
    }
    &:first-child {
      &:before {
        background-image: url(/assets/img/icon-voice01.png);
      }
      &:after {
        background-image: url(/assets/img/lp-worries__icon01.png);
      }
    }
    &:nth-child(2) {
      &:before {
        background-image: url(/assets/img/icon-voice02.png);
      }
      &:after {
        background-image: url(/assets/img/lp-worries__icon02.png);
      }
    }
    &:nth-child(3) {
      &:before {
        background-image: url(/assets/img/icon-voice03.png);
      }
      &:after {
        background-image: url(/assets/img/lp-worries__icon03.png);
      }
    }
  }
}
@media (min-width: 1024px) {
  .lp-worries {
    background: var(--bg-color-secondary);
    padding: 50px 0;
    .lp-worries__ppl {
      display: flex;
      justify-content: center; /* 中央寄せ */
      align-items: end; /* 足元揃えたければ（任意） */
      gap: 20px; /* 画像同士の間隔 */
      width: 100%;
      overflow: hidden; /* はみ出し防止 */
      margin-top: -100px;
      margin-bottom: 20px;
      img {
        height: auto;
        width: calc((100% - (20px * 4)) / 5); /* gapを除いた幅÷5枚 */
        max-width: 120px; /* 最大幅制限（好みで） */
      }
    }
    h2 {
      text-align: center;
      font-size: 2em;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 30px;
      span {
        display: block;
      }
    }
    .lp-worries__voices {
      width: 60%;
      margin: auto;
    }
    .lp-worries__voice {
      position: relative;
      font-weight: bold;
      font-size: 1.8em;
      background-color: var(--bg-color-primary);
      border-radius: 6px;
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
      width: 85%;
      padding: 20px 30px;
      margin-bottom: 20px;
      p{
        text-align: center;
      }
      &:nth-child(odd) {
        margin-left: auto;
        &:before {
          position: absolute;
          z-index: 2;
          content: "";
          top: -10px;
          left: 20px;
          width: 50px;
          height: 50px;
          background-repeat: no-repeat;
          background-size: contain;
        }
        &:after {
          position: absolute;
          z-index: 2;
          content: "";
          top: 50%;
          left: -50px;
          transform: translateY(-50%);
          width: 70px;
          height: 70px;
          background-repeat: no-repeat;
          background-size: contain;
        }
      }
      &:nth-child(even) {
        margin-right: auto;
        &:before {
          position: absolute;
          z-index: 2;
          content: "";
          top: -10px;
          right: 20px;
          width: 50px;
          height: 50px;
          background-repeat: no-repeat;
          background-size: contain;
        }
        &:after {
          position: absolute;
          z-index: 2;
          content: "";
          top: 50%;
          right: -50px;
          transform: translateY(-50%);
          width: 70px;
          height: 70px;
          background-repeat: no-repeat;
          background-size: contain;
        }
      }
    }
  }
}

/**********************************
points
***********************************/
.points {
  padding: 50px 0 0 0;
  .points__block {
    margin-bottom: 50px;
  }
  .points__video-cnt {
    border: 8px solid var(--color-primary);
    border-radius: 1vh;
    margin-bottom: 40px;
    &:before{
      position: absolute;
      z-index: 2;
      content: "";
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 80px;
      height: 80px;
      background-image: url(/assets/img/icon_olay.png);
      background-repeat: no-repeat;
      background-size: contain;
      pointer-events: none;
    }
  }
  .points__text {
    text-align: center;
    h3 {
      background: var(--gradient-primary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
      font-size: 2em;
      font-weight: bold;
      line-height: 1;
    }
    p {
      font-size: 1.6em;
      font-weight: bold;
    }
  }
}
@media (min-width: 1024px) {
  .points {
    .points__block {
      display: flex;
      justify-content: space-between;
    }
    .points__video-cnt {
      width: 60%;
      margin-bottom: 0;
      margin-right: 5%;
    }
    .points__text {
      text-align: left;
      width: 35%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      h3{
        font-size: 2.7rem;;
      }
      p{
        font-size: 1.6rem;
      }
    }
  }
}

/**********************************
lp-mock-carousel
***********************************/
.lp-mock-carousel {
  padding: 20px 20px 50px 20px;
  .lp-mock-carousel-img img {
    filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.3));
  }
  .note{
    text-align: center;
  }
}
.slick-carousel .slick-slide {
  margin-right: 15px;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .lp-mock-carousel{
    max-width: 1000px;
    margin: auto;
    .slick-carousel{
      display: flex;
      justify-content: space-around;
      .lp-mock-carousel-img{
        max-width: 22%;
        margin-bottom: 20px;
      }
    }
  }
}

/**********************************
lp-outline
***********************************/
.lp-outline {
  background-color: var(--color-primary);
  padding: 50px 0;
  text-align: center;
  h2 {
    text-align: center;
    color: var(--text-color-secondary);
    font-weight: bold;
    font-size: 3em;
  }
  .lp-outline__lead {
    font-size: 1.5em;
    text-align: center;
    color: var(--text-color-secondary);
    margin-bottom: 30px;
  }
}

/**********************************
lp-solution
***********************************/
.lp-solution {
  padding: 50px 0 100px 0;
  h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .lp-solution__block {
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .lp-solution__img-cnt {
    text-align: center;
    margin-bottom: 20px;
    img {
      width: 40%;
    }
  }
  .lp-solution__text {
    text-align: center;
    h3 {
      background: var(--gradient-primary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 20px;
      font-size: 2.7rem;
      font-weight: bold;
      line-height: 1;
    }
    p {
      font-size: 1.6rem;
      font-weight: bold;
      text-align: left;
      line-height: 1.7;
    }
  }
  .lp-solution__flow {
    padding: 0 3% 0 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .lp-solution {
    .lp-solution__block-cnt{
      display: flex;
    }
    .lp-solution__flow {
      padding: 0 3% 0 0;
    }
  }
}

/**********************************
lp-possible
***********************************/
.lp-possible {
  background: var(--bg-color-secondary);
  padding: 50px 0;
  text-align: center;
  h2 {
    background-image: var(--gradient-primary);
    color: #fff;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: -100px;
    margin-bottom: 30px;
    position: relative;
    padding: 0.5em;
  }
  h2:before,
    h2:after {
      background: var(--color-primary);
      border: 3px solid #fff;
      content: '';
      position: absolute;
    }
    h2:before {
      top: 4px;
      right: -17px;
      width: 8px;
      height: 100%;
      transform: skewY(45deg);
    }
    h2:after {
      bottom: -17px;
      left: 4px;
      width: 100%;
      height: 8px;
      transform: skewX(45deg);
    }
  h3 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  p {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1.7;
  }
}

/**********************************
lp-cta
***********************************/
.lp-cta {
  background: var(--gradient-primary);
  padding: 50px 0;
  margin-bottom: 100px;
  h2 {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
  }
  .lp-cta__lead,
  .lp-cta__mock {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-bottom: 40px;
    text-align: center;
  }
  .cta__btn-area {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .cta__btn {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    img{width: 100%;}
  }
}
@media (min-width: 1024px) {
  .lp-cta {
    .cta__btn-area {
      width: 70%;
    }
    .lp-cta__cnt{
      display: flex;
      align-items: center;
    }
  }
}

/**********************************
lp-for-you
***********************************/
.lp-for-you {
  background: var(--bg-color-secondary);
  padding: 50px 0;
  text-align: center;
  h2 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.2;
    margin-top: -100px;
    margin-bottom: 50px;
  }
  .lp-for-you__case {
    position: relative;
    width: 100%;
    background-color: var(--bg-color-primary);
    border-radius: 6px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
    padding: 35px 0 20px 0;
    margin-bottom: 30px;
    h3 {
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 15px;
    }
    img {
    }
    p.lp-for-you__case-body {
      padding: 10px 10% 5px 10%;
      font-size: 1.6rem;
      font-weight: normal;
    }
  }
  .lp-for-you__case-num {
    position: absolute;
    display: block;
    border-radius: 50vh;
    padding: 5px 20%;
    font-size: 1.4rem;
    font-weight: bold;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-primary);
    color: var(--text-color-secondary);
  }
}
@media (min-width: 1024px) {
  .lp-for-you {
    .lp-for-you__cases{
      display:flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .lp-for-you__case {
      width: 48%;
      p.lp-for-you__case-body {
        padding: 10px 15px 5px 15px;
        font-size: 1.6rem;
      }
    }
  }
}

/**********************************
lp-five
***********************************/
.lp-five {
  padding: 50px 0;
  h2 {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 2px;
    em {
      font-size: 4rem;
      display: block;
      background: var(--gradient-primary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    span {
      display: block;
      font-weight: normal;
    }
  }
  .lp-five__img {
    text-align: center;
    margin-bottom: 20px;
  }
  .lp-five__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .lp-five__block {
    width: 46%;
    background-color: var(--bg-color-primary);
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
    border-radius: 6px;
    h3 {
      font-size: 2.3rem;
      font-weight: 900;
      margin-bottom: 5px;
      text-align: center;
      color: #fff;
      border-radius: 6px 6px 0 0;
      padding: 5px 0;
    }
    p {
      font-size: 1.6rem;
      font-weight: 700;
      padding: 15px 20px;
    }
  }
  .lp-five__block:first-child h3 {
    background-color: #e1524a;
  }
  .lp-five__block:nth-child(2) h3 {
    background-color: #e8a731;
  }
  .lp-five__block:nth-child(3) h3 {
    background-color: #32af9d;
  }
  .lp-five__block:nth-child(4) h3 {
    background-color: #2984bd;
  }
  .lp-five__block:nth-child(5) h3 {
    background-color: #364e64;
  }
}
/**********************************
lp-admin
***********************************/
.lp-admin {
  h2 {
    text-align: center;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .lp-admin__lead {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .lp-admin__contant {
  }
  .lp-admin__block {
    width: 100%;
    background-color: var(--bg-color-secondary);
    border-radius: 6px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
    padding: 0 0 20px 0;
    margin-bottom: 30px;
    h3 {
      font-weight: bold;
      font-size: 2rem;
      color: var(--text-color-secondary);
      background: var(--gradient-primary);
      position: relative;
      padding: 20px 0 10px 0;
      text-align: center;
      border-radius: 6px 6px 0 0;
      .lp-admin__num {
        position: absolute;
        display: block;
        border-radius: 50vh;
        padding: 1px 7%;
        font-size: 1.5rem;
        font-weight: bold;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: #000;
        color: var(--text-color-secondary);
      }
    }
    p {
      font-size: 1.6rem;
      font-weight: bold;
      padding: 15px 20px 0 20px;
    }
  }
  .lp-admin__video-cnt{
    position:relative;
  &:before{
    position: absolute;
    z-index: 2;
    content: "";
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80px;
    height: 80px;
    background-image: url(/assets/img/icon_olay.png);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}
}
@media (min-width: 1024px) {
  .lp-admin {
    .lp-admin__cnt {
      display:flex;
      justify-content: space-between;
    }
    .lp-admin__block {
      width: 32%;
    }
  }
}

/**********************************
lp-faq
***********************************/
.lp-faq{
  background-color: var(--color-primary);
  padding: 50px 0;
  margin: auto;
  h2{
    font-size: 2.5em;
    margin: auto;
    margin-bottom: 20px;
    color: var(--text-color-secondary);
    text-align: center;
    font-weight: bold;
    span{
      display: block;
      font-size: 1.5rem;
      font-weight: normal;
      background: var(--text-color-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    }
  .faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    width: 100%;
  }
  .faq-item.active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: var(--bg-color-secondary);
    border-bottom: 1px solid #eee;
  }
  .faq-icon-box {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.3s ease;
  }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    background: #fff;
    color: #555;
    font-size: 16px;
    transition: max-height 0.5s ease, padding 0.3s ease;
  }
  .faq-item.active .faq-answer {
    padding: 16px;
    max-height: 500px;
  }
  .faq-item.active .faq-icon-box {
    transform: rotate(45deg);
  }
}

/**********************************
cash-back
***********************************/
.cash-back {
  margin: 20px 0;
  text-align: center;
}

/*==========================================
アニメーション：初期設定
===========================================*/
.animated {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*==========================================
拡大縮小のアニメーション
===========================================*/
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


.modal {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}
.modal.show {
  animation: fadeIn 0.3s forwards;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal.show .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal-content video {
  width: 100%;
  height: auto;
}
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: white;
  cursor: pointer;
}
.video-thumbnail {
  width: 100%;
  cursor: pointer;
  display: block;
}

/*==============================================================================
	.footer style
============================================================================= */
footer{
  font-size: 14px;
  background-color: #2a3135;
  color: #fff;
  padding: 30px 0;
  p.copyright__txt{
    display: block;
    text-align: center;
    margin-bottom: 5px;

  }
  p.footer__links{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;

  }
 a{
  color: #fff;
  padding: 0 10px;
  &:visited{
    color: #fff;
  }
 }
}