@charset "UTF-8";

a {
  text-decoration: none !important;
}

a:hover {
  color: initial;
}

/*funbox*/
a p, label p {
  margin-bottom: 0;
}

/*funbox*/
ul.make__block__list, ul.make__block__secondary__list, ul.make__list {
  padding-left: 0;
}


@media screen and (max-width: 1100px) {
  .pc-object {
    display: none !important;
  }
}

@media screen and (min-width: 1101px) {
  .sp-object {
    display: none !important;
  }
}

body {
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  color: #000;
}

body.fixed {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .over1040-only {
  display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .between-part01 {
    display: none;
  }
  .between-part02 {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .between-part01 {
    display: none;
  }
}
@media screen and (max-width: 365px) {
  .between-part02 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 880px) {
  .between-part03 {
    display: none;
  }
}

.ec-layoutRole .ec-layoutRole__contents {
    display: block;
    max-width: initial;

}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  /* color: #000;
  background: #fff;
  line-height: 1.8;
  font-size: 16px; */
}


.js-enabled [data-reveal] {
  opacity: 0;
  transform: var(--reveal-base-transform, none) translateY(32px) scale(0.98);
  filter: blur(12px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform, filter;
}

.js-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: var(--reveal-base-transform, none) translateY(0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled [data-reveal] {
    opacity: 1;
    transform: var(--reveal-base-transform, none);
    filter: none;
    transition: none;
  }
}

.js-enabled [data-reveal_sticker] {
  opacity: 0;
  filter: blur(12px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform, filter;
}

.js-enabled [data-reveal_sticker].is-visible {
  opacity: 1;
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled [data-reveal_sticker] {
    opacity: 1;
    filter: none;
    transition: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ec-footerTitle img {
  display: inline;
}

figure {
  margin: 0;
}

.pc-only {
  display: block!important;
}

.sp-only {
  display: none!important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none!important;
  }

  .sp-only {
    display: block!important;
  }
}

/* ============== FV Section ============== */
:root {
  --fv-max: 1120px;
  --fv-edge-radius: 22px;
  --fv-frame-w: 1000px;
}

.fv {
  padding: 40px 0 115px;
}

.fv__container {
  width: min(92%, var(--fv-max));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 6vw, 56px);
}

.fv__frame {
  position: relative;
  width: min(100%, var(--fv-frame-w));
  aspect-ratio: 2 / 1;
  --frame-border: 0;
  margin: 0 auto;
  overflow: visible;
}

.fv__image {
  position: absolute;
  inset: var(--frame-gap);
  border-radius: calc(var(--fv-edge-radius) - 4px);
  overflow: hidden;
  z-index: 0;
}

.fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__campaign {
  position: absolute;
  left: 126px;
  /* left: clamp(18px, 4vw, 44px); */
  bottom: clamp(10px, 2vw, 28px);
  width: clamp(120px, 16vw, 155px);
  z-index: 4;
}

.fv__campaign img {
  width: 100%;
  height: auto;
  display: block;
}

.fv__tag {
  position: absolute;
  top: 50%;
  z-index: 3;
}

/* 画像を含むfigure要素のスタイル */
figure.fv__tag {
  padding: 0;
  background: none;
  border: none;
  writing-mode: initial;
  text-orientation: initial;
}

.fv__tag--left {
  left: 0;
  transform: translate(130%, -30%);
}

.fv__tag--right {
  right: 0;
  transform: translate(-160%, -59%);
  background: linear-gradient(270deg, #f5d758 0 20%, #d7efff 20% 100%);
}

figure.fv__tag--right {
  background: none;
}

.fv__tag img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: clamp(350px, 41vw, 412px);
  object-fit: contain;
}

.fv__bottom {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding: clamp(10px, 20vw, 36px) clamp(28px, 10vw, 160px);
}

.fv__circle_pc {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(93%)!important;
  width: 245px;
}

.fv__circle_pc img {
  width: 100%;
  object-fit: cover;

}

.fv__sticker_pc {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-150%);
  width: 357px;
}
@media screen and (max-width: 1000px) {
  .fv__circle_pc {
    width: 208px;
  }
  .fv__sticker_pc {
    width: 330px;
  }
}

.fv__sticker_pc img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;

}

.fv__text {
  flex: 0 1 min(560px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(560px, 100%);
  text-align: center;
}

.fv__title {
  margin: 0;  
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.fv__lead {
  margin: 20px 0 0;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #000;
  line-height: 1.8;
}


/* ===============================================
# FVスマホ ここから
=============================================== */

@media screen and (max-width: 768px) {

  :root {
    --fv-max: 100%;
    --fv-edge-radius: 16px;
    --fv-frame-w: 100%;
  }

  .fv {
    padding: 18px 0 60px;
  }

  .fv__container {
    width: min(94%, 100%);
    gap: clamp(14px, 6vw, 22px);
  }

  .fv__frame {
    width: 100%;
    aspect-ratio: 3 / 3;
    --frame-border: clamp(2px, 0.7vw, 4px);
    --frame-gap: clamp(10px, 3.6vw, 18px);
    border-radius: calc(var(--fv-edge-radius) + var(--frame-border));
  }

  .fv__image {
    inset: var(--frame-gap);
    border-radius: calc(var(--fv-edge-radius) - 2px);
  }

  .fv__campaign {
    left: clamp(-8px, 0vw, 16px);
    top: -23px;
    bottom: auto;
    width: clamp(83px, 22vw, 150px);
    z-index: 5;
  }

  .fv__tag {
    display: inline-flex;
    top: 50%;
    font-size: clamp(12px, 3.4vw, 14px);
    padding-block: clamp(28px, 16vw, 120px);
    padding-inline: clamp(8px, 2.8vw, 14px);
    border-width: 2px;
    border-radius: 14px;
    z-index: 3;
  }

  .fv__tag--left {
    left: calc(22 * var(--frame-border));
    transform: translate(-78%, -30%);
    height: clamp(257px, 64vw, 400px);
  }

  .fv__tag--right {
    right: calc(22 * var(--frame-border));
    transform: translate(78%, -58%);
    height: clamp(257px, 64vw, 410px);
  }

  /* ====== 下段：装飾とテキスト ====== */
  .fv__bottom {
    position: relative;
    width: 100%;
    padding: clamp(10px, 3.6vw, 16px) clamp(10px, 5vw, 16px);
    padding-top: 90px;
  }

  .fv__sticker_sp {
    position: absolute;
    bottom: -95px;
    left: 15%;
    width: clamp(120px, 38vw, 182px);
    transform: rotate(-4deg);
    z-index: 4;
  }



  .fv__circle_sp {
    position: absolute;
    bottom: -90px;
    right: 16%;
    width: clamp(100px, 26vw, 152px);
    z-index: 2;
    transform: rotate(10deg) !important;
  }

 
 

  .fv__text {
    max-width: 100%;
    text-align: center;
    position: relative;
    z-index: 5;
  }

  .fv__title {
    margin: 0;
    font-size: clamp(20px, 5vw, 24px);
    line-height: 1.35;
    letter-spacing: 0.05em;
  }

  .fv__lead {
    margin-top: clamp(8px, 4vw, 12px);
    font-size: clamp(13px, 4vw, 15px);
    line-height: 1.75;
    letter-spacing: 0.02em;
    color: #000;
  }
}

/* ===============================================
# FVスマホ ここまで
=============================================== */

/* ============== Campaign Banner ============== */

.fv .fv__campaign-banner {
  margin-top: 56px;
  }
  .fv > div:last-child {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  
  .fv > div:last-child picture {
    display: block;
    width: 100%;
  }
  
  .fv > div:last-child img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  @media screen and (max-width: 768px) {
    .fv .fv__campaign-banner {
      margin-top: 25px;
      }
    .fv > div:last-child {
      margin-top: 0;
    }
  }


/* ========= about Section (PC) ========= */
:root {
  --ft-max: 1000px;
  --ft-gap: 48px;
  --ft-bg-top: #eaf6f8;
  --ft-bg-btm: #ffffff;
  --accent-yellow: #f3d64e;
  --num-stroke: 10px;
}

.about {
  background: linear-gradient(180deg, var(--ft-bg-top), var(--ft-bg-btm));
  padding: 0 0 80px;
}

.about__container {
  width: min(92%, var(--ft-max));
  margin-inline: auto;
}

.chip {
  width: 330px;
  display: inline-block;

  margin: 0 auto 28px;
  position: relative;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
}

.feat {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: var(--ft-gap);
  padding: 28px 35px;
  margin-bottom: 50px;
}

.feat--rev {
  grid-template-columns: 1.1fr 1fr;
}

.feat--rev .feat__text {
  order: 2;
}

.feat--rev .feat__media {
  order: 1;
}

.feat__heading {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: .02em;
}

.feat__desc {
  margin: 0;
  line-height: 1.9;
}

.feat__media {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 260px;
}

.feat__media img {
  max-width: 436px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.feat__text_padding-left {
  padding-left: 45px;
}

.arch {
  background: #e9eaec;
  border-radius: 250px 250px 20px 20px / 250px 250px 20px 20px;
  border: 6px solid #fff;
  outline: 1px solid #000;
  box-shadow:
    0 0 0 1px #000,
    0 0 0 2px #cfd4d9 inset,
    0 8px 28px rgba(0, 0, 0, .06);
  overflow: hidden;
  height: 470px;
}

.arch>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.feat__num {
  position: absolute;
  left: -8px;
  top: -28px;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 1;
font-weight: 400;
font-style: normal;
  pointer-events: none;
  color: #EBDD21;
}

.feat--rev .feat__num {
  left: 8px;
  top: -18px;
}


/* ===============================================
# section ABOUT スマホ
=============================================== */

@media screen and (max-width: 768px) {
  :root {
    --ft-max: 100%;
    --ft-gap: 16px;
    --num-stroke: 6px;
  }

  .about {
    padding: 0 0 20px;
    background: linear-gradient(180deg, var(--ft-bg-top), var(--ft-bg-btm));
  }

  .about__container {
    width: min(90%, 100%);
    max-width: 500px;
    position: relative;
  }

  .chip {
    margin: 0 auto;
    padding: 6px 5px;
    font-size: 20px;
    letter-spacing: 0;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .feat {
    display: block;
    padding: 18px 2px 24px;
    margin-bottom: 25px;
  }

  .feat+.feat {
    margin-top: 6px;
  }

  .feat--rev {
    display: block;
  }

  .feat__media {
    min-height: unset;
    margin: 0 0 10px 0;
    position: relative;
  }

  .feat__media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .feat__text_padding-left {
    padding-left: 0;
  }

  .arch {

    border: 9px solid #fff;
    box-shadow:
      0 0 0 1px #cfd4d9 inset,
      0 6px 18px rgba(0, 0, 0, .06);
      border-radius: 250px 250px 20px 20px / 250px 250px 20px 20px;
    background: #e9eaec;
    overflow: hidden;
    height: 435px;
  }
  
  .arch>img {
    max-width: 600px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .feat__num {
    left: -4px;
    top: -18px;
    font-size: clamp(48px, 18vw, 84px);

font-weight: 400;
font-style: normal;
  }

  .feat--rev .feat__num {
    left: 4px;
    top: -12px;
  }

  .feat__text {
    max-width: 100%;
  }

  .feat__heading {
    margin: 0 0 6px;
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.4;
    letter-spacing: .02em;
  }

  .feat__desc {
    margin: 0;
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.9;
  }

  .js-enabled .about [data-reveal] {
    transition-duration: .8s;
  }
}

@media screen and (max-width: 768px) {

  .about .feat {
    display: flex;
    flex-direction: column;
  }

  .about .feat--rev {
    display: flex;
    flex-direction: column;
  }

  .about .feat__media {
    order: 1;
    margin-bottom: 16px;
  }

  .about .feat__text {
    order: 2;
  }
}


/* ===============================================
# comparisonsセクション
=============================================== */

:root {
  --cmp-max: 1000px;
  --cmp-gap: 40px;
  --cmp-bg-top: #eef7f8;
  --cmp-bg-btm: #ffffff;
  --cmp-stroke: #cfd4d9;
  --cmp-legacy-pill: #3f3f3f;
  --cmp-film-pill: #83d2f6;
  --cmp-yellow: #ebdd21;
  --cmp-border: #e6eaee;
}

.comparison {
  background: linear-gradient(180deg, var(--cmp-bg-top), var(--cmp-bg-btm));
  padding: 0 0 160px;
}

.comparison__container {
  width: min(92%, var(--cmp-max));
  margin-inline: auto;
  position: relative;
}
.comparison__h4title {
  max-width: 340px;
  margin: 40px 0 12px -10px;
  transform: translateX(-30px);
  z-index: 2;
}

.comparison__hero_add{
  max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.comparison__hero {
  height: clamp(220px, 34vw, 360px);
  overflow: hidden;
  margin: 0 0 22px;
}

.comparison__hero_add img,
.comparison__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.comparison__columns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--cmp-gap);
  transform: translateY(-38px);
}


.pane {
  position: relative;
  padding: 0 40px;
}

.pane__label {
  display: block;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
  margin: 0 auto 40px;
  color: #fff;
  text-align: center;
  width: fit-content;
}

.pane__label--legacy {
  background: var(--cmp-legacy-pill);
}

.pane__label--film {
  background: var(--cmp-film-pill);
  color: #fff;
}

.pane__desc {
  margin: 0;
  line-height: 1.9;
  font-size: 15px;
  text-align: left;
}

.comparison__reco {
  margin-top: clamp(28px, 6vw, 48px);
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  align-items: center;
}

.reco__mock {
  margin: 0;
  position: relative;
  z-index: 1;
  left: -150px;
  width: 150%;
}
@media screen and (max-width: 1300px) {
  .reco__mock {
    width: 120%;
  }
}
@media screen and (max-width: 950px) {
  .reco__mock {
    left: -100px;
    width: 120%;
  }
}

.reco__frame {
  max-width: 750px;
  width: 100%;

}

.reco__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reco__note {
  position: absolute;
  font-size: 13px;
  background: rgba(255, 255, 255, .85);
  border: 1px solid var(--cmp-border);
  border-radius: 8px;
  padding: 6px 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
  pointer-events: none;
}

.reco__note--top {
  top: 18%;
  left: 12%;
}

.reco__note--right {
  bottom: 16%;
  right: 10%;
}

.reco__lead {
  position: relative;
  z-index: 2;
  padding-top: clamp(16px, 2vw, 28px);
  padding-left: clamp(16px, 2vw, 28px);

}

.reco__dot {
  position: absolute;
  left: -17px;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--cmp-yellow);
  z-index: -1;
}

.reco__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.reco__text strong {
  font-weight: 700;
}

/* ===============================================
# comparisonスマホ
=============================================== */

@media (max-width: 768px) {
  :root { --cmp-gap: 18px; }

  .comparison {
    padding: 0 0 100px;
  }
  .comparison__container {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  /* .comparison .comparison__container h3 {
    margin-bottom: 50px;
  } */
  .comparison__hero_add{
    margin-bottom: 30px;
  }
  .comparison__hero_add .sp-only {
   max-width: 500px;
   width: 100%;
     margin: 0 auto;
   
  }
  .comparison__hero {
    height: clamp(200px, 56vw, 300px);
    border-width: 4px;
    margin-bottom: 16px;
  }
  .comparison__h4title {

    margin: 0 0 12px -10px;

  }
  .comparison__columns {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 50px;
  }

  .pane {
    --sp-frame-h: clamp(240px, 63vw, 320px);
    position: relative;
    padding: 0 0 8px;
  }
  
  .pane_sp001::before {
    content: "";
    display: block;
    width: 100%;
    height: var(--sp-frame-h);
    margin: 0 0 12px;
    background-image: url(/user_data/assets/img/lp-print-film/section_comparison_img001_sp01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pane_sp002::before {
    content: "";
    display: block;
    width: 100%;
    height: var(--sp-frame-h);
    margin: 0 0 12px;
    background-image: url(/user_data/assets/img/lp-print-film/section_comparison_img001_sp02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .pane__label {
    font-size: clamp(13px, 3.6vw, 16px);
    padding: 2px 6px;
    position: relative;
    margin: -26px auto 12px;
  }
  .pane__desc {
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.85;
    margin: 0;
    padding: 0 10px;
  }

  .comparison__reco {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .reco__lead {
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .reco__dot { 
    position: absolute;
    left: -37px;
    top: -29px;
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
  }
  .reco__mock {
    left: 0; 
    margin: 0;
    width: 100%;
  }
  .reco__frame {
    border-width: 4px;
  }
  .reco__note {
    font-size: 12px;
    padding: 4px 8px;
  }
}

/* ===============================================
# ラインアップ
=============================================== */


.One-Image__top-image {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .One-Image__top-image {
    padding: 0 15px;
  }
}

@media screen and (max-width: 600px) {
  .One-Image__top-image {
    padding: 0 15px 50px;
  }
}

.One-Image__top-image img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.One-Image__title, .One-Image__title02 {
  font-weight: 100;
  font-style: normal;
  font-size: 40px;
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .One-Image__title, .One-Image__title02 {
    font-size: 28px;
    margin-top: 50px;
  }
}

.One-Image__swiper2 {
  overflow: hidden;
  margin-top: 38px;
  padding-bottom: 80px;
}

.swiper2 {
  width: 100%;
  font-size: 18px;
  font-family: "Noto Sans CJK JP", sans-serif;
}

@media screen and (max-width: 850px) {
  .swiper2 {
    font-size: 16px;
  }
}

/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper2-slide__margin-top {
  margin-top: 25px;
}

.swiper2-slide__padding {
  padding: 0 14px;
}

.swiper2__text-price,
.swiper2__text-deadline {
  line-height: 1.3;
}
.swiper2__text-note {
  font-size: small;
  font-weight: lighter;
}

@media screen and (max-width: 768px) {
  .swiper2-slide__padding {
    padding: 0 9px;
  }
}

.swiper2__text-padding {
  padding-top: 18px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 850px) {
  .swiper2__text-padding {
    padding-top: 8px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
  }
  .swiper2__text-price,
.swiper2__text-deadline {
 font-size: 14px;
}
}

/* スライダーここまで */

/* ========= lineup Section ========= */

:root{
  --ln-max: 1120px;
  --ln-accent: #36b9da;
  --ln-border: #d8dde5; 
}

.lineup{
  background: linear-gradient(180deg, var(--cmp-bg-top), var(--cmp-bg-btm));
  padding: 0 0 40px;
  margin-bottom: 80px;
}
.lineup__wrapper{
  width: min(92%, var(--ln-max));
  margin-inline: auto;
}

.lineup__title{
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    max-width: 1000px;
    width: 80%;
    text-align: center;
}


.lineup__bubble{
  position: relative;
  background:#fff;
  border:1px solid #000;
  border-radius: 25px;
  margin-top: clamp(8px,1.4vw,12px);
  max-width: 750px;
  width: 100%;
  margin-inline: auto;
}

.lineup__bubble::before{
  content:"";
  position:absolute;
  top:-12px;
  left: 50%; 
  transform: translateX(1px) scale(1.08);
  width: 0; height: 0;
  border-left: 12px solid transparent;
  border-right:12px solid transparent;
  border-bottom:12px solid #fff;
  z-index: 2;
}
.lineup__bubble::after{
  content:"";
  position:absolute;
  top:-14px;
  left: 50%;
  width: 0; height: 0;
  border-left: 13px solid transparent;
  border-right:13px solid transparent;
  border-bottom:13px solid #000;
  z-index: 1;
}

.lineup__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(10px,5vw,20px);
}

.lineup__text{
  padding-left: 30px;
  padding-right: 20px;
}
.lineup__list{
  list-style:none; margin:0 0 12px; padding:0;
}
.lineup__list li{
  position:relative;
  padding-left:28px;
  margin:0 0 12px;
  line-height:1.85;
  font-size: clamp(14px,1.5vw,16px);
}
.lineup__list li::before{
  content:"□";
  position:absolute; left:0; top:-2px;
  font-size:18px; color:#000;
}

.dotted-underline{
  position: relative;
  display: inline-block;
  padding-bottom: 4px; 
}

.dotted-underline::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #8dd3eb 0 55%, transparent 45% 100%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}

.lineup__note{
  margin:0 0 0 26px;
  font-size:13px; color:#000; line-height:1.6;
}

.lineup__mock{ margin:0; }
.lineup__frame{
  padding: 10px 10px 10px 0;
}
.lineup__frame img{
  width:100%; height:100%; object-fit:cover; display:block;
}

/* ---------- SP（～768px） ---------- */
@media (max-width: 768px){
  .lineup {
    padding: 0 0 28px;
    margin-bottom: 50px;
  }
  .lineup .lineup__container h3 {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
  .lineup__wrapper{
    width: min(85%, 100%);
    max-width: 500px;
  }
  .lineup__grid{ grid-template-columns:1fr; gap:16px; }
  .lineup__title{ padding-bottom: 20px; margin-bottom: 16px; font-size:16px; width: 100%;}

  .lineup__mock{
    order: 1;
  }
  .lineup__text{
    order: 2;
    padding: 5px clamp(46px, 8vw, 55px) 35px clamp(41px, 9vw, 50px);
  }

  .lineup__bubble::before,
  .lineup__bubble::after{
    left: 45%;
  }

  .lineup__list li{ padding-left:24px; margin-bottom:10px; font-size:14px; }
  .lineup__note{ 
    font-size:12px;
  }
  .lineup__frame{
    padding: 10px 8px 0;
  }
  .lineup__list li::before{
    top:-4px;
  }
}


/* ========= sample Section ========= */
:root {
  --sm-max: 1120px;
}

.sample {
  background: linear-gradient(180deg, var(--cmp-bg-top), var(--cmp-bg-btm));
  padding: 0 0 100px;
}

.sample__container {
  width: min(92%, var(--sm-max));
  margin-inline: auto;
}

.sample__panel {
  /* background: #f3f3f3; */
  text-align: center;
  padding: 0 clamp(18px, 5vw, 84px) 42px;
}

/* .sample__chip {
  margin: 0 auto;
  top: 0;
  transform: translate(-50%, -50%);
  max-width: 330px;
  width: 100%;
} */

.sample__lead {
  margin: 0 auto 28px;
  max-width: 760px;
  font-size: 16px;
  /* font-weight: 700; */
  line-height: 1.9;
}

.sample__visual {
  margin: 0 auto 26px;
  max-width: 740px;
  overflow: hidden;
}

.sample__visual img {
  width: 100%;
  height: auto;
  display: block;
}

.sample__cta {
  margin: 0;
  text-align: center;
}

.sample__btn {
  width: min(100%, 1000px);
}

@media (max-width: 768px) {
  .sample {
    padding: 0 0 64px;
  }

  .sample__container {
    width: min(92%, 100%);
    max-width: 500px;
  }

  .sample__panel {
    padding: 0 14px 30px;
    text-align: left;
  }

  .sample__chip {
    max-width: 292px;
  }

  .sample__lead {
    margin: 0 auto 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .sample__visual {
    margin: 0 auto 18px;
    max-width: 100%;
  }

  .sample__btn {
    width: 100%;
  }
}


/* FVの画像アニメーション */
@keyframes doubleSwayPause {
  0% {
    transform: rotate(-3deg); 
  }
  15% {
    transform: rotate(3deg);  
  }
  30% {
    transform: rotate(-3deg); 
  }

  45% {
    transform: rotate(3deg); 
  }
  60% {
    transform: rotate(-3deg); 
  }

  100% {
    transform: rotate(-3deg);
  }
}

@keyframes metronomeSwingConstant {
  0%   { transform: rotate(-3deg); }
  50%  { transform: rotate(3deg);  }
  100% { transform: rotate(-3deg); }
}


/* 共通設定 */
.fv__sticker_pc img, .fv__sticker_sp img,
.fv__circle_pc img, .fv__circle_sp img {
  transform-origin: center bottom; 
  animation-timing-function: ease-in-out; 
  animation-iteration-count: infinite; 
}

.fv__sticker_pc img,
.fv__sticker_sp img {
  animation-name: doubleSwayPause;
  animation-duration: 3s;
}

.fv__circle_pc img,
.fv__circle_sp img {
  animation-name: metronomeSwingConstant;
  animation-duration: 1.5s;
  animation-direction: reverse;
}


/* ==========================================================================
   タイトル画像の出現アニメーション定義
   ========================================================================== */
@keyframes revealFromTop {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0; 
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}


/* ==========================================================================
   各画像への適用設定
   ========================================================================== */
.fv__tag--left img,
.fv__tag--right img {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  animation-name: revealFromTop;      
  animation-duration: 1.0s;           
  animation-timing-function: ease-out; 
  animation-fill-mode: forwards;      
}

.fv__tag--right img {
  animation-delay: 0.3s;
}

.fv__tag--left img {
  animation-delay: 1.5s;
}

/* ==========================================================================
   セクションタイトル（巻物風アニメーション）
   ========================================================================== */
.chip {
  position: relative;     
  display: inline-block; 
  overflow: hidden;       
  vertical-align: middle; 
}

.chip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  
  width: 8px; 
  height: 100%;
  background: linear-gradient(to right, #FDFACC, #EBDD20, #FDFACC);  
  border-radius: 4px;
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  
  opacity: 0;
  transform: translateX(0);
}

.chip img {
  display: block; 
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}


/* ==========================================================================
   アニメーション発動時 (.is-wiped がついた時)
   ========================================================================== */
.chip.is-wiped img {
  opacity: 1;
  animation: openScroll 1.5s ease-out forwards;
}

.chip.is-wiped::after {
  opacity: 1;
  animation: rollBar 1.5s ease-out forwards;
}

@keyframes openScroll {
  0% {
    clip-path: inset(0 100% 0 0); 
  }
  100% {
    clip-path: inset(0 0 0 0);   
  }
}

@keyframes rollBar {
  0% {
    left: 0;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 100%; 
    opacity: 0;
  }
}


/* ボタンアニメーション */
.make-btn {
  display: inline-block; 
  position: relative;   
  overflow: hidden;     
  border-radius: 100px;  
  cursor: pointer;      
  transform: translate3d(0, 0, 0); 
}

.make-btn img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s; 
}

.make-btn:hover img {
  opacity: 0.9;
}

.make-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;  
  width: 50%;    
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);

  transform: skewX(-25deg);
  z-index: 2; 
}

.make-btn:hover::after {
  animation: shine 0.7s;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}

