@charset "utf-8";

*{
	margin:0;
	padding:0;
}

*, *:before, *:after { 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #397524 #DFE9EB;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
width: 1.8rem;
width: 1.8rem;
}
*::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
border-radius: 10px;
height: 10rem;
background-color: #195005e0;
}

*::-webkit-scrollbar-thumb:hover {
background-color: #62A34B;
}

*::-webkit-scrollbar-thumb:active {
background-color: #62A34B;
}


body{
	background-color: #fefff7;
	background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */	background-attachment: fixed; */
	color: #000000;
	font-size: 20px;
	line-height: 1.6;
	font-family: "メイリオ","Meiryo","Osaka","MS Pゴシック","MSゴシック",Helvetica,verdana,arial;
	
}

body::before {
	background-color: #111111;
	/* background-image: url("https://www.transparenttextures.com/patterns/green-dust-and-scratches.png"); */
	/* background-image:url(../../../../front/media_a/image/dr1.png); */
	background-repeat:no-repeat no-repeat;
	background-position:center center;

	background-size: cover;
	content: "";

	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 100vh;

	/* -webkit-animation: zoom 20s 1;
	animation: zoom 20s 1;
	animation-fill-mode: forwards;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in;
	animation-direction:alternate; */
}


img{vertical-align:bottom;}

br{letter-spacing:0;}
@media screen and (min-width: 568px) {
a:hover{opacity: 0.8;}
button:hover{opacity: 0.8;}
    /* ホバースタイルは横幅が大きなデバイスだけ */
}
.sv{display: none;}

/* a:link{text-decoration:none; color: #fffb00;} */
/* a:visited{text-decoration:none; color: #fffb00;} */
a:hover{text-decoration:none; color: #fffb00;}
a:active{text-decoration:none; color: #fffb00;}


/*　head
*********************************************************/

/*========= ローディング画面のためのCSS ===============*/
  
  
  /*========= 画面遷移のためのCSS ===============*/
  
  /*画面遷移アニメーション*/
  
  /*bodyにappearクラスがついたら出現*/
  
  /*右に消えるエリア*/
  
  /*左に消えるエリア*/
  
  /*画面遷移の後現れるコンテンツ設定*/
  /* #wrapper{
	opacity: 0;
  } */
  
  /*bodyにappearクラスがついたら出現*/
  /* body.appear #wrapper{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay:0.2s;
	animation-fill-mode:forwards;
	opacity: 0;
  }
  
  @keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
  }
  } */

/*　layout
*********************************************************/

#wrapper{
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
/*	background-image: url("../images/header3.jpg");
	background-position: top center;
*/	position:relative;
	/*overflow: hidden;*/
	/* z-index: -2; */
}


/*=====================================================
	回転　回る　くるくる
=====================================================*/


/*=====================================================
nav
=====================================================*/
  
  /**********************************************************/


/**********************************************************/

.area-main{
	max-width:95rem;
	margin-left:auto;
	margin-right: auto;
}

p{padding-top:8rem; }


/*=======================================*/


/*=======================================
area
=======================================*/
/* .area-rd{background-image: url(../../../../images/auto/mae/bg-section-rd.jpg);} */


/*==========================================*/



/*==========================================*/


/* result
**********************************************************/




/*=====================================================
result
=====================================================*/


/* result
**********************************************************/

/* p.fs25{
	font-size: 2rem;
} */
/*　
*********************************************************/


/*　
*********************************************************/
/* 全体の枠 */

/* 左のトークボックス */
/* 右のトークボックス */


/*===========================================*/



/*--アコーディオン--*/
  

/*****************************************
	ユーザー声　吹き出し
******************************************/

  /* 吹き出し本体 */
  /* 三角アイコン */
  /* 三角アイコンの影 */

/*****************
  バルーン左
*****************/


/*****************
  バルーン右
*****************/



/*****************************************
	ユーザー声　エアメール
******************************************/


/*===========================================*/

/*折り畳み*/

/*ボタンホバー時*/

/*チェックは見えなくする*/

/*中身を非表示にしておく*/

/*クリックで中身表示*/


/*********************************************************
/* form
*********************************************************/


input[type="text"]{
	width: 90%;
	padding:10px 10px;
	font-size:1.5rem; 
/*	color:#000000;
	font-weight:bold;
	text-align: center;
	background-color: #dddddd;
	border-radius: 0.5rem;
	border: none;*/
	/* color:#000000;
	font-weight:bold;
	background-color: #ffffff;
	border: 0.5rem solid #bfbfbf;
	border-radius: 0.5rem; */

 }
 input[type="password"]{
	width: 90%;
	padding:10px 10px;
	font-size:1.5rem; 
/*	color:#000000;
	font-weight:bold;
	text-align: center;
	background-color: #dddddd;
	border-radius: 0.5rem;
	border: none;*/
	/* color:#000000;
	font-weight:bold;
	background-color: #ffffff;
	border: 0.5rem solid #bfbfbf;
	border-radius: 0.5rem; */

 }


/* input[type="submit"]{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2rem;
	font-size: 3rem;
	background-color: #00B000;
	border-radius: 10rem;
	color: #ffffff;
	border: none;
	cursor: pointer;
} */


button{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2rem;
	font-size: 2rem;
	font-weight: bold;
	/* background-color: rgb(255, 80, 20); */
	background: transparent;
	color: #ffffff;
	border: 0.3rem solid #ffffff;
	/* background-image: url("https://www.transparenttextures.com/patterns/blizzard.png"); */
	border: none;
	cursor: pointer;
}


/*===========================================*/

/* table.tokuten tr.kako{
	text-decoration: line-through double #380000;
} */



/* @media screen and (max-width: 768px) {
	table.gouka th{
		width: 100%;
		display: block;
		padding: 0.5rem 0;
		text-align: center;
		vertical-align: middle;
	}
	
	table.gouka td{
		width: 50%;
		display: inline-block;
		padding: 0.5rem;
	}
	table.gouka td.umu{
		width: 50%;
		display: inline-block;
		padding: 0.5rem;
	}
} */




/*===========================================*/


/*===========================================*/

/****************************
	カウントダウン
*****************************/






/*********************************************************
	フッター
*********************************************************/


/*=========================================*/


/*=========================================*/
/* ----------------------------------------------
 * Generated by Animista on 2021-6-16 17:32:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-bottom-bck
 * ----------------------------------------
 */


/*===========================================*/

/*===========================================*/

/*===========================================*/




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


img.img100{width: 100%;}
img.img80{width: 80%;}
img.w100{width: 100%;}

}


@media (orientation: landscape){

/*body{
	background-image: none;
background-color: #000000;
}*/

/*body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../../../../images/auto/mae/body.jpg) center no-repeat;
  background-size:cover;
}*/

}


/**********************************
	video
***********************************/

/*　video
*********************************************************/

/*========= 背景動画設定のCSS ===============*/

/*-------------------------------------------*/



/********************************************
	ユーザーの声table
********************************************/


/********************************************
	jisseki table
********************************************/


/********************************************
	更新ボタン
********************************************/



/*◆を降らせる201911*/



/********************************************
	流れるコメント
********************************************/

/*Google Chrome、Safariへの対応*/


/********************************************
	omega simulation
********************************************/




/****************************
	eyecatch
*****************************/




/*===========================================*/

/*===========================================*/
/*===========================================

	Hit

===========================================*/
/*===========================================*/

/****************************************/
/****************************************/
/****************************************/
/****************************************/


input[type="text"]{
	/* width:100%;
	padding:2rem 1rem;
	font-size:2.3rem; */
	color:#000000;
	font-weight:bold;
	/* border:0.2rem double #7D342E;
	background-color: #fcfcfc;
	border-radius: 0.5rem; */
}
input[type="password"]{
	/* width:100%;
	padding:2rem 1rem;
	font-size:2.3rem; */
	color:#000000;
	font-weight:bold;
	/* border:0.2rem double #7D342E;
	background-color: #fcfcfc;
	border-radius: 0.5rem; */
}
/*===========================================*/



button{
	margin: 0 auto ;
	width:100%;
	font-size:4rem;
	font-weight:bold;
	padding:3rem 1rem;
	border-radius: 7rem;
	cursor:pointer;
	color:#ffffff;
	/* border:#FDBDAE groove 0.5rem;
	background: #dd3032; */
	text-align: center;
	transition: all .5s;
}

button:hover{
	transform: scale(1.1,1.1);
	/* border:transparent groove 0.5rem; */
}


/****************************************/

/*直近実績*/

/****************************/

/************オリジナル馬券***********************/



/*横に二つ並べる*/


/**/

/**/

/************オリジナル馬券end***********************/


/********** 特典ゾーン *******************************************
*****************************************************************/
/********** 特典ゾーン end*******************************************
*****************************************************************/

/********** 要項　*******************************************
*****************************************************************/

/****************************************************************/


/********** 要項　end*******************************************
*****************************************************************/
/********** フォーム　*******************************************
*****************************************************************/

/*******************************************/

/********** フォーム　end*******************************************
*****************************************************************/

/*******************************************/
/****************************************/
/*******************************************/
/**************** アニメ ****************************/

/*************サブヘッド ***************************/
/* .box{
  width: 100%;
	/*background-color: #c2182b;
	background-color: #000000f7;
	background-image: url("https://www.transparenttextures.com/patterns/dark-matter.png");
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 10px 20px rgb(126, 24, 30);
  border-top: 0.4rem solid #F5CC6D;
  border-bottom: 0.4rem solid #F5CC6D;
  color: white;
  padding: 1rem 2rem 2rem 2rem;
  margin-bottom:3rem;
} */


/* .box .content{
  /*border:1px solid #f0a591;
  border:1px solid #ffe297;
  background-color: #00000030;
  background-image: url("https://www.transparenttextures.com/patterns/dark-matter.png");
  padding:3rem 0;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
  line-height:1.4;
} */

  /**********************************************************/
  
  /**********************************************************/
  
  /***************************************/
  /**********************************************************/

  /*************サブヘッド end***************************/
  /*カウントダウン位置1
.cdt{
	top: 700px;
	bottom: 5rem;
	margin-top:auto;
	display: block;

}

.cdt_outer{
	width: 100%;
	/*height: 700px;
	height:100px;
	margin: 0 auto;
	position:relative;
	padding:1px 0;
	z-index:3;
}
*/

/*カウントダウン位置2*/


/********************************************
*********************************************
	サービス提供
*********************************************
********************************************/

/********************************************
	ジャストヒット
********************************************/
/************* 印の表 ***********************/
/************* 印の表 end***********************/
/************* 印の表 ***********************/
/************* 印の表 end***********************/

/*********************************************
	爛漫ヒット
*********************************************/




/*********************************************
	特設
*********************************************/

/*アクティブクラスがついたら位置を0に*/

/*ナビゲーションの縦スクロール*/

/*ナビゲーション*/

/*リストのレイアウト設定*/

/*========= ボタンのためのCSS ===============*/
/* .openbtn1{
    z-index: 9999;
  	cursor: pointer;
    width: 100%;
	color: white;
	text-align: center;
	justify-content: center;
	vertical-align: middle;
	font-weight: bold;
}

.openbtn1:hover{
	font-weight: bold;
	color: yellow;
} */
  
/*×に変化*/  
/* .openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  	background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
} */



/*********************************************
	特設2
*********************************************/
  /* @media screen and (max-width: 1024px) { 
	#roulette {
		top: 0%;
		left: 30%;
	  }
  }
  @media screen and (max-width: 800px) { 
	#roulette {
		top: 0%;
		left: 25%;
	  }
  } */



/*==================================================
スライダーのためのcss
===================================*/


/*矢印の設定*/

/*戻る、次へ矢印の位置*/

/*ドットナビゲーションの設定*/
/********
.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 1px;/*ドットボタンのサイズ
    height: 1px;/*ドットボタンのサイズ
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色
}
****/


/*アコーディオンの設定*/


/*ふきだしの設定*/


/*三角レーダーチャートの設定*/


/*引用の設定*/

/*********************************************
	area系
*********************************************/




/******* 恵須川 *********/

/******* 10億 *********/


/******* 田中 *********/


/******* gk-fan *********/


/******* gk-fan *********/


/*********************************
	企画コメントアイフレーム
*********************************/
/* .ifr_com_bg1{
	border: none;
	width: 100%;
	height: auto;
	margin: 2rem auto 1rem auto;
	display: block;
} */
/* .ifr_com_bg1 span{
	display: inline-block;
	width: 0px;
	overflow: hidden;
	line-height: 0;
} */

/* .btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
} */

/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------
	田中
-------------------------------------------*/




/*-------------------------------------------*/
/*-------------------------------------------
	うまとみ
-------------------------------------------*/
#footer{
	width: 100%;
	margin: 0px auto 0 auto;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 5px;
	padding-top:20px;
	padding-bottom:40px;
	background:#000000;
	background:url(../../../../image/member/project_s/ex_kaiseki_all/gold.gif) #000 top center repeat-x;
	/* box-shadow: 0 0 3px 2px #f40808, 0 0 20px 1px #ff0000; */
	position:relative;
	z-index:1100;
}

.top a{
	margin:10px 20px 10px 20px;
	color:#ffffff;
	text-align:center;
}

.top a:hover{
	width:120px;
	color:#ff4500;
	text-align:center;
}

/*-------------------------------------------*/



/*--------10億フッター------------*/
/*--------フッター_end------------*/

:root {
  /* 右下の余白と GIF 幅を 1 行でレスポンシブ化 */
  --gap: clamp(1rem, 3vw, 2rem);
  --gif-size: clamp(140px, 28vw, 320px);
}

/* ---------------- ファーストビュー ---------------- */


/* ===== Empathy Section Styles ===== */

/* ===== Responsive ===== */

/* グロス（上部の光沢） */

/* 押下フィードバック（沈む＆影が薄くなる） */

/* キーボード操作・スクリーンリーダー配慮 */
.line-btn:focus-visible {
  outline: 3px solid #b1f5cd;
  outline-offset: 2px;
}

/* アイコン（白地にLINE吹き出し） */

/* テキスト */

/* 進む矢印（“>”の視覚） */

/* 低モーション設定に配慮 */

.testimonial-card {
  background-color: #ffffff;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.testimonial-meta {
  margin: 0 0 8px 0;
  font-weight: 700;
}

.testimonial-quote {
  position: relative;
  margin: 0;
}

.testimonial-quote::before {
  position: absolute;
  left: 0;
  top: 0;
}

/* PCレイアウト：幅に応じて2〜3カラム */

/* ===== Solution (解決パート) ===== */
img{
	width: 80%;
}

/* SP：1カラム縦積み */

/* PCは3カラム */

/* ===== Reuse: LINE Button (CTA) ===== */

/* ===== Trust (信頼補強) ===== */



/* PCは3カラム */

/* ===== Closing CTA ===== */

/* スマホ調整 */




:root{
--bg-deep:#800000; /* 左パネルの深緑 */
--ink:#0b1f1a; /* テキスト濃色 */
--muted:#6b7f79; /* サブテキスト */
--chip:#0d2231; /* ラベル背景 */
--chip-ink:#cce7ff;
--ring-bg:#e6edf1; /* リングの薄色背景 */
}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Noto Sans JP",sans-serif;color:var(--ink);background:#f6faf9}


/* ---------- セクション全体 ---------- */


/* 左サイド（タイトル） */


/* 右サイド（円グラフ群） */


/* 円グラフコンポーネント */


/* --- SVG リングの見た目 --- */


/* アニメーション（IntersectionObserverでclassを付与） */


/* スマホ（2枚目の配置イメージ） */
@media (max-width: 720px){


/* スマホでは3つを横並びの小型ダイヤルに（2枚目の雰囲気） */
}

/* ③ クリック感・フォーカスのアクセシビリティ */
.floating-line-btn:focus-visible{
  outline: 3px solid #fff;
  box-shadow: 0 0 0 4px rgba(6,199,85,.55);
}



/* ④ スマホでは幅広く、親指で押しやすく */

/* ⑤ デスクトップだけ右下の丸ボタンにしたい場合（任意） */

@media screen and (max-width: 768px) {
  .sv {
    display: block; 
  }
}

/* PCでは表示する（上書き） */
@media screen and (min-width: 769px) {
  .sv {
    display:none;
  }
}


.dk-section {
  max-width:800px;
  margin: 0px auto;
  padding: 60px 24px;
}
.dk-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 4px solid red;
  font-weight: 700;
  letter-spacing: .02em;
}
.dk-title .dk-mark {
  width: 18px;
  height: 18px;
  border-top-right-radius: 2px;
  transform: rotate(-20deg);
}
/* 共通：行アニメーション */
.dk-line {
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  color: transparent; /* 最初は透明 */
  overflow: hidden;
  padding: 4px 6px;
}

/* 背景バー */
.dk-line::before {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0%;
  background: red;
  z-index: 1;
  transition: width 0.8s ease;
}

/* 文字を白で表示 */
.dk-line span {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease 0.6s; /* 背景がある程度出てから表示 */
  color: white;
}

/* アニメーション発火 */

/* レイアウト */
.dk-title {
  display: inline-block;
  margin-bottom: 20px;
}
.dk-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 36px;
  margin-top: 28px;
}

/* スマホ */
@media (max-width: 780px) {
  .dk-grid { grid-template-columns: 1fr; }
}

/* 右カラム */
.dk-right {
  position: relative;
  padding-left: 28px;
}
.dk-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: red;
}

/* 本文 */
.dk-lead {
  margin: 0 0 16px;
}

/* スマホ調整 */
@media (max-width: 780px) {
  .dk-grid { grid-template-columns: 1fr; gap: 22px; }
  .dk-right { padding-left: 0; }
  .dk-right::before { display: none; } /* 中央の線を消す */
}

.dk-predictor{
  display:grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap:32px;
  max-width:1100px;
  margin:0px auto;
  padding:60px 24px;
}

.dk-pred-left{align-self:start;}
.dk-pred-right{align-self:stretch;}

/* ===== 左エリア（見出し・下線・名前の赤帯） ===== */
.dk-pred-heading{
  margin:0 0 10px 0;
  font-weight:700;
}
.dk-pred-underline{
  width:200px; height:6px;
  background:red;            /* 線は赤 */
  margin-bottom:14px;
}
.dk-pred-desc{margin:0; line-height:1.8}

/* ===== 画像レール共通 ===== */
.dk-rail{
  position:relative;
  overflow:hidden;
  border-radius:8px;
}
.dk-face{
  display:block;
  object-fit:cover;
  /* 顔画像の角丸が不要なら以下を外す */
  border-radius:6px;
}

/* ===== 右：縦に流れる（PC/タブレットで表示） ===== */
.dk-rail-vert{height:800px;}
.dk-track-vert{
  display:flex;
  flex-direction:column;
  gap:12px;
  /* ループ演出用のトランスフォーム */
  animation:dk-scrollY 18s linear infinite;
  will-change:transform;
}
.dk-track-vert .dk-face{width:100%;}

/* 上下端を自然に切るためのフェード（背景指定なし要件は守るためmaskを使用） */
.dk-rail-vert{
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0, #000 8%, #000 92%, transparent 100%);
}

/* ===== スマホ下部：横に流れる（スマホのみ表示） ===== */
.dk-pred-bottom{display:none;}       /* PCでは非表示 */
.dk-rail-horz{height:100%;}
.dk-track-horz{
  display:flex;
  align-items:center;
  gap:12px;
  animation:dk-scrollX 25s linear infinite;
  will-change:transform;
}
.dk-track-horz .dk-face{height:100%; width:auto}

/* 左右端フェード */
.dk-rail-horz{
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}

/* ===== 無限スクロールのキーフレーム ===== */
@keyframes dk-scrollY{
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); } /* 同じ並びを2回置いたので半分で一周 */
}
@keyframes dk-scrollX{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-800%); }
}

/* ===== レスポンシブ ===== */
@media (max-width: 780px){
  .dk-predictor{
    grid-template-columns:1fr;
    gap:20px;
  }
  .dk-pred-right{display:none;}     /* 縦スクロールは消す */
  .dk-pred-bottom{display:block; order:3;} /* 一番下に横スクロールを表示 */
}


.anim-box.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}


/* ここから下の画像ディレクトリ位置を変える */



.empathy-section5 {
background: url(../../../../front/media_a/image/a2.png) no-repeat top center;
background-size: cover;
 position: relative;

}
.empathy-section5:after {
  content: "";
  position: absolute;
  bottom: -40px; /* 三角の高さ分ずらす */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid black; /* 三角の色 */
}

.empathy-section6 {
background: url(../../../../front/media_a/image/a3.png) no-repeat top center;
background-size: cover;

}
.empathy-section7 {
background: url(../../../../front/media_a/image/a0.png) no-repeat top center;
background-size: cover;

}
.empathy-section8 {
background: url(../../../../front/media_a/image/dr1.png) no-repeat top center;
background-size: cover;
 position: relative;

}
/* ここまで */

.dkb {
  display: block;          /* 画像の下にできる行間ギャップ対策 */
  margin-top: calc(var(--shift, 150px) * -1);
}

.dkb2 {
  display: block;          /* 画像の下にできる行間ギャップ対策 */
  /* margin-top: calc(var(--shift, 30px) * -1); */
}

.l_form_box {
	margin-top: 0px;
	width: 100%;
	max-width: 980px;
	padding: 2rem 0;
	margin: 0px auto;
	border: solid 4px #000;
	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 3px #FFF;
	/* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 1px;
	/* 内側の線になる一本線の枠線をひく*/
	background: #1e5799;
	/* Old browsers */
	 background: url(../../../../front/media_a/image/a4.png) no-repeat center/cover;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 */
	box-shadow: 0 0 15px gray;
}
.l_form_box2 {
	margin-top: 0px;
	width: 100%;
	max-width: 980px;
	padding: 2rem 0;
	margin: 0px auto;
	border: solid 4px #000;
	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 3px #FFF;
	/* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 1px;
	/* 内側の線になる一本線の枠線をひく*/
	background: #1e5799;
	/* Old browsers */
	 background: url(../../../../front/media_a/image/dr2.png) no-repeat center/cover;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 */
	box-shadow: 0 0 15px gray;
}
.l_form_box p {
	color: #000;
}

.l_form_box input[type="text"] {
	width: 90%;
	height: 50px;
	padding: 10px;
	font-size: 15px;
	color: #000000;
	margin: auto 0;
	background: white;
	font-weight: bold;
	border: 2px solid #000;
}
.l_form_box2 input[type="text"] {
	width: 90%;
	height: 50px;
	padding: 10px;
	font-size: 15px;
	color: #000000;
	margin: auto 0;
	background: white;
	font-weight: bold;
	border: 2px solid #000;
}
.l_topform_area {
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	text-align: center;
	color: #FFF;
}

	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
}
.scroll-infinity__item>img {
  width: 100%;
}

br.sp {
  display: none;
}

@media (max-width: 767px) {
  br.sp {
    display: inline;
  }
.scroll-infinity__item {
  width: calc(150vw / 2);
}

}
.emphasis_design19 span {
  background-color: red;
  color: #fff;
  padding: 0 0.1em;
}

.offer-section {
background: url(../../../../front/media_a/image/dr3.png) no-repeat top center;
background-size: cover;
 position: relative;
  color: #fff;
  padding: 3em 1.5em;
  text-align: center;
  overflow: hidden;
}

.offer-container {
  max-width: 800px;
  margin: 0 auto;
}

.offer-title {
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
  animation: fadeIn 1s ease-in-out forwards;
}

.offer-text {
  margin: 1.5em 0;
  line-height: 1.8;
  animation: fadeIn 2s ease-in-out forwards;
}

.offer-box {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.5);
  border-radius: 12px;
  padding: 1.5em;
  color: #ffd700;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}
.highlight {
  color: #ffd700;
  font-weight: bold;
}

/* アニメーション */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in-up {
  opacity: 0;
  animation: fadeInUp 1.5s ease-in-out forwards;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-6px); }
  60% { transform: translateY(-3px); }
}

/* レスポンシブ */
@media (max-width: 768px) {
  .offer-section {
    padding: 2em 1em;
  }
  .offer-box {
    padding: 1em;
  }
  .cta-button a {
    padding: 0.8em 1.5em;
  }
}

