/* ベーススタイル */
body {
  margin: 0; padding: 0;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Meiryo", sans-serif;
  /* 元々の背景画像に差し替え */
  background: url("https://d2w53g1q050m78.cloudfront.net/rmh/uploads/image/proust/background_453421953.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lp { max-width: 740px; margin: 0 auto; }
img { vertical-align: bottom; display: block; width: 100%; margin: 0 auto; }
a img:hover { opacity: 0.7; }
.none { display: none !important; }
.block_ryo { display: block !important; }

/* LPボディ・アンケート枠 */
.anq_lp {
  width: 100%; margin: 0 auto; padding: 50px 0;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.lpbody1, .lpbody6 { margin: -50px 0; }
.anq_box {
  width: 95%; margin: 20px auto; padding: 30px;
  border-radius: 20px; border: 1px solid #dddddd;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.anq_box_txtbox { display: flex; justify-content: center; align-items: center; margin: 10px 0; }
.anq_box_txtbox_right { width: 100%; font-size: 16px; font-weight: bold; }
.image_number { width: 100%; margin: 0 auto 30px; }

/* タイマー付きバナー */
.banner-with-timer { position: relative; }
.lp-timer {
  position: absolute; right: 10%; bottom: 55%;
  background: #ffffff; color: #d20000;
  font-size: 35px; font-weight: 800;
  padding: 6px 18px; border-radius: 4px;
  letter-spacing: 2px; white-space: nowrap;
}

/* 動画エリア（videowrap） */
.videowrap {
  position: relative; 
  display: block; 
  width: 100%;
  margin: 0; 
  padding: 0; 
  line-height: 0;
}
.videowrap img {
  position: relative;
  z-index: 2; 
  display: block; 
  width: 100%; 
  height: auto;
  pointer-events: none; 
}
.videowrap video {
  position: absolute;
  z-index: 1; 
  display: block;
  width: 100%;
}
.video_lpo0_module { top: 16%; left: 0; }
.video_lpo1_module { top: 7%; left: 0; }
.video_lpo2_module { top: 18%; left: 0; }
.video_lpo3_module { top: 4%; left: 0; }
.video_lpo4_module { top: 4%; left: 0; }

/* ボタン類（共通） */
.btn_box { display: flex; justify-content: center; align-items: center; }
.btn, .btn2, .btn3, .btn4, .btn5 {
  width: 28%; margin: 0 10px;
  font-size: 1.6rem; font-weight: 700; line-height: 1.5;
  display: inline-block; padding: 1rem 4rem;
  text-align: center; vertical-align: middle;
  text-decoration: none; letter-spacing: 0.1em;
  border-radius: 0.5rem; transition: all 0.3s; cursor: pointer;
}
.btn--red { background-color: #E72B5E; border-bottom: 5px solid #BF003D; color: #fff; }
.btn--red:hover { margin-top: 3px; background: #BF003D; border-bottom: 2px solid #BF003D; color: #fff; }
.btn--blue { background-color: #006BCD; border-bottom: 5px solid #004AA2; color: #fff; }
.btn--blue:hover { margin-top: 3px; background: #004AA2; border-bottom: 2px solid #004AA2; color: #fff; }

/* 「次へ」ボタン */
.btn-radio {
  display: block !important;
  width: 90% !important;
  margin: 25px auto 10px !important;
  padding: 15px 0 !important;
  font-size: 1.6rem;
}

/* ラジオボタン・チェックボックス装飾 */
.checkoriginal { display: none !important; }

/* 選択肢のグレーブロック化 */
.radio_box_style {
  background-color: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 12px;
  box-shadow: 0 4px 0 #cccccc;
  position: relative;
}

.radio02, .checkbox02 {
  box-sizing: border-box; 
  cursor: pointer;
  display: block; 
  padding: 16px 15px 16px 50px; 
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

.radio02::before, .checkbox02::before {
  background: #fff; 
  border: 1px solid #ccc; 
  border-radius: 3px;
  content: ''; 
  display: block; 
  height: 18px; 
  width: 18px;
  position: absolute; 
  left: 15px; 
  top: 50%; 
  transform: translateY(-50%);
}

.radio02::after, .checkbox02::after {
  border-right: 4px solid #E72B5E; 
  border-bottom: 4px solid #E72B5E;
  content: ''; 
  display: block; 
  height: 14px; 
  width: 7px;
  position: absolute; 
  left: 21px; 
  top: 50%; 
  transform: translateY(-60%) rotate(45deg);
  opacity: 0; 
}

input[type=radio]:checked + .radio02::before,
input[type=checkbox]:checked + .checkbox02::before { border-color: #666; }
input[type=radio]:checked + .radio02::after,
input[type=checkbox]:checked + .checkbox02::after { opacity: 1; }

/* ★ecforce決済フォームの非表示（PC用・スマホ用を網羅） */
.form_container_ec, 
.form_container_sp_ec, 
#chatform {
  display: none !important;
}

/* フッター・追従バナー */
#fixed { position: fixed; margin: 0 auto; z-index: 998; bottom: 0; width: 100%; left: 0; right: 0; }
#offer_bottom { margin: 0 auto; max-width: 740px; }
footer { overflow-x: hidden; font-size: 11px; margin-bottom: 150px; }
footer div { max-width: 100%; margin: 0 auto 30px; }
footer ul { margin: 0 auto; padding: 10px 0; text-align: center; }
footer ul li { display: inline; padding: 0 6px; border-left: 1px solid #000; }
footer ul li:first-child { border-left: none; }
footer a { color: #000; text-decoration: none; }
footer p { text-align: center; margin: 0; padding: 5px 0; }

/* スマホ用レスポンシブ */
@media screen and (max-width: 768px) {
  .btn, .btn2, .btn3, .btn4, .btn5 { width: 48%; padding: 20px 0; font-size: 1.4rem; }
  .btn-radio { width: 100% !important; }
  .lp-timer { font-size: 18px; padding: 4px 8px; right: 12%; bottom: 58%; letter-spacing: 1px; }
  .radio02, .checkbox02 { font-size: 14px; padding: 14px 10px 14px 45px; }
}
/* --- UGチャットのデザイン干渉防止用 --- */
.anq_lp * {
  box-sizing: border-box !important;
}
.anq_box {
  box-sizing: border-box !important;
  width: 95% !important;
  margin: 20px auto !important;
  padding: 30px !important;
  max-width: 100% !important;
}
.anq_box img {
  max-width: 100% !important;
  height: auto !important;
}