@charset "UTF-8";
/* CSS Document */

/* ========== CSS変数の定義 ========== */
:root {
  /* スマホ (デフォルト) */
  --animation-size: 50px;
  --confetti-size: 160px;
  --animation-left: 0px;
  --confetti-left: -10px;
  --animation-top: -30px;
  --confetti-top: -160px;
}

/* ========== 基本設定 ========== */
html {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

h1 {
  font-family: Noto Sans Japanese, sans-serif !important;
}

/* ========== 共通クラス ========== */
body {
  overflow-x: hidden;  /* 追加 */
}

.sikaku_box {}
.sikaku_box.fixed {
  position: fixed;
  top: 60px;
  z-index: 1;
}

.oneArea {
  height: 100%;
}

.list {
  position: sticky;
  top: 60px;
}

.bg_w {
  background: #fff;
}

.tit_txt {
  color: #414042;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
}

.c-txt {
  margin: 50px auto 30px;
  font-size: 23px;
  line-height: 1.48;
  font-weight: 700;
  text-align: center;
  color: #414042;
}

.d-txt {
  margin: 50px auto 30px;
  font-size: 20px;
  line-height: 1.48;
  font-weight: 700;
  text-align: left;
  color: #414042;
}

.l-txt {
  color: #1a50bf;
  text-decoration: underline;
  font-weight: bold;
}

.btn_orange {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 60px;
  height: 110px;
  border-radius: 3px;
  background: linear-gradient(to right, #ff6f40 25%, #ff1400 85%);
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all .24s ease-out;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.35);
}

.btn_orange:hover {
  background: linear-gradient(90deg, 
    #ff1400, #ff6f40 25% 75%, #ff1400);
}

.btn_orange::active {
  background: linear-gradient(90deg, #e60000, #ff5a30 25% 75%, #e60000);
  transform: scale(0.98);
  box-sizing: inherit;
}


.tokup_box {
  display: flex;
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
}

.g-font {
  font-size: 12px;
  line-height: 18px;
  color: #8d8d8e;
}

.faq-kakomi {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 20px;
  margin: 60px auto;
  width: 100%;
}

.faq-14 {
  font-size: 14px;
  line-height: 1.8;
}

.faq-20 {
  font-size: 18px;
}

.faq-img,
.faq-img1,
.faq-img2 {
  width: 100%;
  margin: 20px auto;
}

.font-b {
  font-weight: bold;
}

.faq-tit {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  padding-bottom: 5px;
  margin: 40px 0 20px 0;
}

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

/* マージン・パディング */
.pb20 { padding-bottom: 20px !important; }
.pt30 { padding-top: 30px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt60 { margin-top: 60px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb120 { margin-bottom: 120px !important; }

.sfont {
  font-size: 0.75rem;
  text-align: left;
  color: #000;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}

/* ページトップボタン */
#page-top {
  width: 34px;
  height: 34px;
  position: fixed;
  right: 30px;
  bottom: 30px !important;
  z-index: 200;
}

#page-top a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#page-top a:after,
#page-top a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}

#page-top a:before {
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #ff6f40;
}

#page-top a:after {
  top: 6px;
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.gradient__txt {
  color: #ff6f40;
  background: linear-gradient(to right, #ff6f40 27%, #ff1400 79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========== キャンペーンページ専用 ========== */

.breadcrumb{
	position: relative;
}

.triangle {
  position: relative;
  background: #FFF;
  padding: 40px 0;
  text-align: center;
  z-index: 1;	
}

.triangle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 20px solid #FFF;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: translateX(-50%) translateY(100%);
  z-index: 10;
}

.header2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.header-logo {
	position: relative;
	z-index: 50;  
  }

.aeon-pay {
  background: linear-gradient(to right, #ff6f40 27%, #ff1400 79%);
  color: #fffffe;
  text-align: center;
  position: relative;
  padding: 50px 30px 15px;
  width: 100%;
}

.aeon-pay-span {
  font-family: "EuropaBold-Bold", sans-serif;
  font-size: 50px;
  line-height: 120%;
  font-weight: 700;
}

.aeon-pay-span2 {
  font-family: "NotoSansJp-Black", sans-serif;
  font-size: 44px;
  line-height: 120%;
  font-weight: 900;
}

.p-aeon-pay {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  position: relative;
  margin-top: 20px;
}

.step-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.step-heading::before,
.step-heading::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #ff6f40 27%, #ff1400 79%);
  border-radius: 2px;
}

.step-text {
  background: linear-gradient(to right, #ff6f40 27%, #ff1400 79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
  font-size: 16px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 34.85px 29.63px 48.34px 0 rgba(51, 102, 255, 0.05);
}

.testimonial-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.client-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  overflow: hidden;
}

.rectangle-4702 {
  width: 140px;
  height: 140px;
  object-fit: cover;
  aspect-ratio: 1;
}

.person-details {
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.i-aeon-bold {
  color: #111827;
  text-align: center;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 21px;
  line-height: 130%;
  font-weight: 600;
}

.i-aeon {
  color: #111827;
  text-align: left;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 200;
}

.i-aeon-bnr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items:center;
}

/* アニメーション用 */
.animation-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  z-index: 20;
}

.animation-confetti-left,
.animation-confetti-right,
.animation-confetti-center{
  position: absolute;
  object-fit: cover;
  z-index: 1;
 }

.animation-confetti-left {
  animation: floatUpLeft 1.2s ease-in 0.5s infinite;
}

.animation-left,
.animation-right,
.animation-confetti-left,
.animation-confetti-right,
.animation-confetti-center {
  pointer-events: none; /* クリックイベントを透過 */
}

.animation-left,
.animation-right{
  position: absolute;
  object-fit: cover;
  z-index: 1;
  animation: fadeInGif 1.5s ease-in 1.5s forwards; /* 1秒後にフェードイン */
}

.animation-left {
  width: var(--animation-size);
  height: var(--animation-size);
  left: var(--animation-left);
  top: var(--animation-top);
  transform: rotate(-5deg);
}

.animation-right {
  width: var(--animation-size);
  height: var(--animation-size);
  right: var(--animation-left);
  top: var(--animation-top);
  transform: rotate(5deg) scaleX(-1);
}

.animation-confetti-left {
  width: var(--confetti-size);
  height: var(--confetti-size);
  left: var(--confetti-left);
  top: var(--confetti-top);
  transform: rotate(-8deg);
}

.animation-confetti-center {
  width: var(--confetti-size);
  height: var(--confetti-size);
  left: calc(45% - 40px);
  top: -140px;
  transform: scale(0.7) rotate(0deg);
}

.animation-confetti-right {
  width: var(--confetti-size);
  height: var(--confetti-size);
  right: var(--confetti-left);
  top: var(--confetti-top);
  transform: rotate(8deg);
}

/* ========== レスポンシブ表示切り替え ========== */
/* スマホ（デフォルト 〜767px） */
.sp { display: block; }
.pc { display: none; }
.sp-break { display: inline; }
.pc-break { display: none; }
.pc-space { display: none; }
.pc-only { display: none; }
.sp-only { display: block; }
.hidden_sp { display: block; }
.hidden_pc { display: none; }

/* ========== スマホ用レイアウト（デフォルト） ========== */
.mainBG {
  background: #fbfbfd;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
}

.oneArea {
  width: 100%;
  margin: 0 auto;
}

.mainB {
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.contentsAreaVP {
  width: 92%;
  margin: 0 4%;
}

.MaincontentsVP {
  width: 100%;
  margin: 0 auto;
}

p.left {
  font-size: 1rem;
  line-height: 1.8;
}

p.center {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}

.titvp {
  font-size: 1.0rem;
  line-height: 1.8;
  font-weight: bold;
}

.titvp1 {
  font-size: 1.0rem;
  line-height: 1.8;
  font-weight: bold;
  color: #ff6f40;
}

.indent-1 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

span.indent-2 {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.download-btn img {
  display: block;
  height: auto;
  width: 202px;
}

picture {
  display: block;
  width: 100%;
  line-height: 0;
}

picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

picture.detail {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

picture.detail img {
  width: 100%;
  height: auto;
}



/* ========== PC・タブレット 768px以上 ========== */
@media screen and (min-width: 768px) {
  :root {
    /* アニメーション調整 */
    --animation-size: 90px;
    --confetti-size: 240px;
    --animation-top: -35px;
    --confetti-top: 0;
  }
 
  /* 表示切り替え */
  .pc { display: block; }
  .sp { display: none; }
  .sp-break { display: none; }
  .pc-break { display: inline; }
  .pc-space { display: inline; }
  .pc-only { display: block; }
  .sp-only { display: none; }
  .hidden_sp { display: none; }
  .hidden_pc { display: block; }

  /* レイアウト */
  .MaincontentsVP,
  .contentsAreaVP,
  .oneArea {
    width: 760px;
    margin: 0 auto;
  }

  .mainBG {
    padding: 40px 0px;
  }

  .w460 {
	padding: 30px 100px;	
	}	

  .mainB {
    width: 80%;
  }

  .margin {
    margin: 20px auto;
  }

  .header-logo {
	position: relative;
    transform: scale(1.4);
	z-index: 50;  
  }

  /* テキスト */
  .c-txt {
    margin: 60px auto;
    font-size: 38px;
    line-height: 1.32;
  }

  .d-txt {
    margin: 60px auto;
    font-size: 32px;
    line-height: 1.32;
  }

  .titvp,
  .titvp1 {
    font-size: 1.1rem;
  }

  .faq-14 {
    letter-spacing: 0.3pt;
  }

  .indent-1 {
    padding-right: 0;
    text-indent: -1.5em;
  }
  
  .btn_orange {
  width: 400px;
  text-align: center;
  margin: 0 auto;
  }

  /* その他 */
  .testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 70px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 34.85px 29.63px 48.34px 0 rgba(51, 102, 255, 0.05);
  }	
  .sikaku_box.fixed {
    top: 70px;
  }

  .p-aeon-pay {
    margin: 10px 0;
  }

  .download-btn img {
    height: 60px !important;
    width: auto !important;
  }

  .i-aeon-bnr {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .triangle {
    padding: 65px 0;
  }

  picture.detail {
    width: 50%;
  }
  .animation-left {
     left: calc(50% - 350px);
  }
   
  .animation-right {
     left: auto;
     right: calc(50% - 350px);
  }
  
  .animation-confetti-left{
     left: calc(50% - 430px);
	 top: -200px;
	 scale
  }
  
  .animation-confetti-center {
    left: calc(50% - 80px); /* 160px ÷ 2 に修正 */
	top: -200px;
	transform: scale(0.7) rotate(0deg); /* translateX削除 */
  }
  
	
  .animation-confetti-right {
	  left: auto;
	  top: -200px;
     right: calc(50% - 430px);
  }
}

.animation-confetti-right {
  animation: floatUpLeft 1s ease-in-out 1s infinite;
}

@keyframes floatUpLeft {
  0% {
    opacity: 1;
    transform: translateY(0px) rotate(-8deg);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) rotate(-8deg);
  }
}

@keyframes floatUpCenter {
  0% {
    opacity: 1;
    transform: translateY(0px) rotate(0deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateY(0px) rotate(5deg) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) rotate(0deg) scale(1);
  }
}