@charset "utf-8";
/*　共通　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
html {
    scroll-behavior: smooth;
}
body{
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #1f1f1f;
    width: 750px;
}

.container {
    width: auto!important;
	background-color: #fff;
	margin-bottom: -60px;
}
.container.container--contents-full>.row>.section:first-child {
    margin-top: 0px!important;
}

@media (max-width: 767px) { 
	.container {	
	padding: 0!important;
	margin-bottom: -31px;	
	}
}

/* こちらで追加 スワイパーの青矢印消すやつ */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next ,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none;
}

img{
    display: block;
    width: 100%;
}
video{
    display: block;
    margin: 0;
    width: 100%;
}
.demobox-sitename{
    font-weight: 700;
    font-size: 18px;
}
ul {
    padding-inline-start: 0px;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.po_r{
    position: relative;
}
.anno{
    font-size: 14px;
    padding: 0 5%;
}

@media (max-width: 767px) {
    body{
        margin: 0 auto;
        width: 100%;
        font-size: 0.95rem;
		padding-top: 0 !important;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.cta_area, .sns_area, .tec_area, .face_test, .face_test2{
    position: relative;
}
.cta_btn{
    position: absolute;
    bottom: 98px;
    right: 0;
    left: 8px;
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .cta_btn{
        bottom: 48px;
    }
}

.reason01{
    position: relative;
}
.reason01 video{
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
    border-radius: 20px;
    margin: 0 auto;
    width: 76%;
}
.reason01 video:nth-of-type(2){
    position: absolute;
    top: 33.5%;
    left: 0;
}

.Gradation_3 {
    position: absolute;
    top: 29.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 79%;
    height: 333px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 40px;
    overflow: hidden; /* 背景のはみ出し防止 */
}
/* 背景グラデーション用レイヤー */
/* ① カスタムプロパティを型宣言（必須） */
@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
  }
.Gradation_bg {
      position: absolute;
      inset: 0;
      background: conic-gradient(from var(--angle), #f2ff0c, #ff4f87, #94bfff, #f2ff0c);
      animation: rotateColor 6s linear infinite;
      z-index: 0;
}
@keyframes rotateColor {
      to {
          --angle: 360deg;
      }
}
/* 画像は最前面に配置してグラデ影響を防ぐ */
.Gradation_3 video {
    position: relative;
    z-index: 1;
    width: 98%;
    border-radius: 0 40px;
}
.face_test2 .Gradation_3 {
    top: 26.5%;
    width: 85%;
    height: 353px;
}

.step01_movie, .step02_movie, .step03_movie,
.step04_movie, .step05_movie, .step06_movie{
    position: absolute;
    bottom: 21px;
    right: 4%;
    width: 75%;
    box-shadow: 7px 7px 10px rgb(18 92 141 / 20%);
}
.step03_movie, .step04_movie, .step05_movie{
    bottom: 7%;
    right: 9%;
    width: 70%;
}
.step06_movie{
    bottom: 18%;
    right: 9%;
    width: 70%;
}
.step03_img, .step04_img, .step05_img, .step06_img{
    position: absolute;
    bottom: -5px;
    right: 20px;
    width: auto;
    filter: drop-shadow(7px 7px 10px rgb(18 92 141 / 20%));
    z-index: 1;
}
.step06_img{
    bottom: 12%;
}

.review_deco{
    position: absolute;
    top: -40px;
    right: 20px;
    width: auto;
}
.tec_area video{
    position: absolute;
    bottom: 110px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 92%;
}
.poyoyon2 {
    position: absolute;
    top: 20%;
    right: 4%;
    width: auto;
    animation: poyoyon2 2s ease-in-out infinite;
}
@keyframes poyoyon2 {
    0%, 65% { /* ← 0%〜65%まで止めておく */
        transform: scale(1, 1) translate(0, 0);
    }
    70% {
        transform: scale(0.98, 0.9) translate(0, 5px);
    }
    80% {
        transform: scale(1.02, 1.0) translate(0, 8px);
    }
    90% {
        transform: scale(0.98, 1.05) translate(0, -8px);
    }
    100% {
        transform: scale(1, 1) translate(0, 0);
    }
}
.tips01, .tips02{
    position: absolute;
    left: 0;
    right: 0;
    width: 84%;
    margin: 0 auto;
}
.tips01{
    top: 50.5%;
}
.tips02{
    bottom: 13.9%;
}

@media screen and (max-width:760px){
    .reason01 video{
        top: 47px;
    }
    .Gradation_3{
        height: 42.5vw;
    }
    .face_test2 .Gradation_3{
        height: 45.5vw;
    }
    .step01_movie, .step02_movie, .step03_movie,
    .step04_movie, .step05_movie, .step06_movie{
        bottom: 20px;
        right: 6%;
        width: 73%;
        box-shadow: 6px 6px 7px rgb(18 92 141 / 20%);
    }
    .step06_movie{
        bottom: 16%;
    }
    .step03_img, .step04_img, .step05_img, .step06_img{
        bottom: -5px;
        right: 10px;
        width: 25%;
    }
    .step06_img {
        bottom: 9%;
    }
    .review_deco{
        width: 20%;
        top: -20px;
    }
    .tec_area video{
        bottom: 50px;
    }
    .poyoyon2{
        width: 27%;
    }
}


/*=======================
 ループスライダー 
=========================*/
.scroll-infinity{
    margin: 0 auto;
    position: absolute;
    bottom: 70px;
    right: 0;
    left: 0;
}
.scroll-infinity__wrap, .scroll-infinity__wrap2 {
    display: flex;
    overflow: hidden;
}
.scroll-infinity__list, .scroll-infinity__list2 {
    display: flex;
    list-style: none;
    padding: 0
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 18s infinite linear 0.5s both;
}
.scroll-infinity__item, .scroll-infinity__item2 {
    width: calc(750px / 5);
    padding: 0 10px;
}      
@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
} 
@keyframes infinity-scroll-right {
    from {
    transform: translateX(-100%);
          }
    to {
         transform: translateX(0%);
        }
}
.scroll-infinity__list--right{
    animation: infinity-scroll-right 15s infinite linear 0.5s both;
}

.scroll-infinity__item2>img {
    padding-top: 20px;
}
@media (max-width: 767px) {
    .scroll-infinity {
        bottom:30px;
    }

    .scroll-infinity__item, .scroll-infinity__item2{
        width: calc(100vw / 5);
        padding: 0 5px;
    }
}

/*=======================
 利用者の声　※基本はswiper.css
=========================*/
.review_le{
    background-image: url(../img/voice_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 0;
}
.review_le_ttl{
    width: 90%;
    margin: 0 auto 2%;
}
/* スライド全体の共通設定 */
.swiper02 .swiper-slide {
    transition: transform 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
    transform: scale(0.9); /* 端のスライドを少し小さく */
    opacity: 0.5; /* 半透明に */
    box-shadow: none; /* 影なし */
}

/* 中央（アクティブ）スライド */
.swiper02 .swiper-slide-active {
    transform: scale(1); /* 拡大 */
    opacity: 1; /* 不透明に */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); /* ドロップシャドウ */
    z-index: 2; /* 手前に表示 */
}
  
/* スライド内の画像にもスムーズなアニメーションを適用（任意） */
.swiper02 .swiper-slide img {
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
  
@media (max-width: 776px) {
    .swiper02 {
        width: 100%;
    }
    .swiper-button-next02 {
        right: 16px;
    }
    .swiper-button-prev02 {
        left: 16px;
    }
    .swiper-button-next02, .swiper-button-prev02 {
        height: 35px;
        width: 35px;
    }
}

/* SP時：レビューセクション上下に余白を増量し、前後と重なりを回避 */
@media (max-width: 767px) {
    .review_le{
        padding: 8% 0;
    }
}

/* SP時：中央のレビュー画像をより大きく見せる */
@media (max-width: 767px) {
	/* 非アクティブは小さめ・半透明 */
	.swiper02 .swiper-slide {
		transform: scale(0.9); /* サイズはCSS幅で調整するためスケール無効化 */
		opacity: 0.5;
	}
	/* 中央（アクティブ）だけ拡大 */
	.swiper02 .swiper-slide-active {
		transform: scale(1);
		opacity: 1;
		z-index: 3;
	}
    /* 左右を見切れさせるため、各スライド幅を約88%にする */
    .swiper02 .swiper-slide {
        width: 76%;
    }
}

/*=========
qa
=========*/

.qa{
    background-image: url(../img/qa_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 5%;
}
.qa_ttl{
    width: 50%;
    margin: 0 auto 50px;
}
.qa .accordion_wrapper{
  margin: 0;
}
.accordion{
    box-shadow: 0 10px 20px rgba(220, 39, 96, 0.5); 
}
.accordion_header:nth-child(n + 1) {
    margin-top: 20px;
}
.accordion_header, .accordion_content{
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box;
}
.accordion_header {
    cursor: pointer;
    position: relative;
  }
.icon {
  position: absolute;
  top: 0; 
  bottom: 0; 
  margin: auto; 
  right: 3%;
  max-width: 43px; 
  max-height: 43px; 
  width: 5.375vw; 
  height: 5.375vw; 
}
.icon::before, .icon::after {
  content: ''; 
  display: block; 
  position: absolute; 
  max-width: 28px; 
  width: 3.5vw; 
  max-height: 3px; 
  height: 0.375vw; 
  top: 0; 
  bottom: 0; 
  right: 0; 
  left: 0; 
  margin: auto; 
  background-color: #fff; 
}
.icon::after { 
  transform: rotate(90deg); 
  transition: .3s all;
}
.accordion_header.open .icon::after {
  transform: rotate(0);
}
.qa .accordion_header::before,
.qa .accordion_header::after{
  content: none !important; /* 擬似要素の表示自体を消す */
  display: none !important; /* 念のため非表示に */
}

.qa .accordion_content{
    display: none;
  background-color: #fff;
  padding: 30px;
  font-size: 28px;
  color: #333;
}
@media (max-width: 767px) {
    .qa .accordion_content{
        padding: 4% 5%;
        font-size: 14px;
    }
    .qa_ttl{
        margin-bottom: 30px;
    }
}