@charset "UTF-8";
/********************************
DEFAULT
*********************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@font-face{
  font-family: 'Bahagia';
  src: url('https://cars-enjoy.com/wp-content/themes/service/assets/fonts/Bahagia.ttf') format('truetype');
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
h1, h2, h3, h4, h5, h6, caption, address, th,tr,td,ul,li ,a,p{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}

h1,h2{
	letter-spacing: 0.01em;
}


h1 p{
	font: var(--unnamed-font-style-normal) normal medium 18px/44px var(--unnamed-font-family-noto-sans-jp);
font: normal normal medium 18px "Noto Sans JP";
letter-spacing: 1.44px;
color: #FFFFFF;
opacity: 1;
/* padding-bottom: 1.8%; */

}


h2{
	font-size: 22px;
	color: #FFCE48;
	font-weight: 900;
  margin-bottom: 1em;

}


hr{
	height: 0.8px;
	background-color: #898d944d;
	border: none;
	margin: 15px auto;
}


img, iframe {
	vertical-align: middle;
	border: 0px;
}
img {
	width: 100%;
	line-height: 0;
	font-size: 0;
	margin: auto;
}
table {
	border-collapse: collapse;
}
th {
	font-weight: normal;
	text-align: left;
}
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
a[href^="tel:"] {
	cursor: default;
}
a, a:link {
	color: #000;
	text-decoration: none;
	word-break: break-all;
}
a:hover, a:active {
	color: #e24c73;
	text-decoration: none;
}


/* ポインター */
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}

/************
/******layout＊＊＊**
*************************************/


html {
	height: 100%;
	overflow-y: scroll;
	width: 100%;
  scroll-behavior: smooth;
}
body {
	font-family: YakuHanJP,'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	line-height: 1.6;
	color: #333;
	font-size: 16px;
	min-height: 100%;
	height: auto !important;
	position: relative;
	max-width: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
  background:#000;
}


.bg{
  display: none;
  position: fixed;
  top:0;
  left:0;
  z-index: -1;
  overflow: hidden;
  width:100%;
  height:100%;
}
.bg-inner{
  position: absolute;
  background:url("../images/bg_housya.svg") no-repeat 50% 50%;
  width:200vw;
  height:200vh;
  animation:60s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

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

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

/************
/******header＊＊＊**
*************************************/
.header{
  background: linear-gradient(45deg, #e5b410 0%, #ca9b02 100%);
    padding:10px;
    display: flex;
    justify-content: center;
}
.header h1 img{
    width: 48px;
    /* margin: 0 auto; */
}




/************
/******PC＊＊＊**
*************************************/
.pc-side_view{
	display: none;
}


/************
/******SP-main＊＊＊**
*************************************/
.main-view{
	margin-bottom: 3em;
  background: #000;
}

.top_CTA{
  position: fixed;
  left:0;
  bottom:0;
  z-index: 100;
  background:rgba(0,0,0,0.8);
  padding:10px;
  width:100%;
  box-sizing: border-box;
}

.top_btn a{
  background:#fff;
  display: flex;
  position: relative;
  justify-content: center;
  height:50px;
  border-radius:25px;
  color:#C99A00;
  font-size:16px;
  font-weight: bold;
  align-items: center;
  max-width:305px;
  margin:0 auto;
}
.top_btn a:after {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #C99A00;
  border-right: solid 2px #C99A00;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.top_btn .subtitle {
    background: #C99A00;
    position: absolute;
    bottom: 73%;
    left: 50%;
    padding: 10px 15px;
    border-radius: 6px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 100;
    font-weight: bold;
    line-height: 1;
    font-size: 12px;
    white-space: nowrap;
    color:#fff;
}

.top_btn .subtitle::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #C99A00;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/************
/******main-contents layout＊＊＊**
*************************************/
.main-contents{
	
}

.main-contents section{
  padding: 15px 0;
  display: block;
}
.cta,
section.reason,
section.comparison,
section.roadservice,
section.media,
section.flow,
section.faq,
section.entry-flat{
  padding: 35px 0;

}


.main-contents section:first-of-type {
  padding-top: 0;
}

.main-contents .inner{
	padding:0 20px;
  text-align: center;
}

/************
/******バックグラウンドスタイル＊＊＊**
*************************************/

.notice,.eligible-inner{
  background:#363636;
  padding:25px 20px;
  padding-bottom: 35px;
  border-radius: 5px;
  color:#fff;
  /* margin-top:30px; */
}


/************
/******parts＊＊＊**
*************************************/

/* スラッシュつきテキスト */
    .text-frame {
    position: relative;
    display: inline-block;
    padding-top: .9em;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap; /* PCでは1行表示 */
    margin-bottom: .5em;
    padding-bottom: .3em;
    font-size: 15px;
    color: #FFF;

    }
    .text-frame::before,
    .text-frame::after {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 0;
    width: 1px;
    background: #FFF;
    }

    .text-frame::before {
    left: -1em;
    transform: rotate(-25deg);
    transform-origin: left top;
    }

    .text-frame::after {
    right: -1em;
    transform: rotate(25deg);
    transform-origin: right top;
    }
				


/* 青ボタン */
/* .btnarea-bf {
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 0;
}
.btnarea-bf .btn {
  position: relative;
  height: 50px;
  color: #FFF;
  border-radius: calc(50px / 2);
  background: linear-gradient(135deg, #035ca8 0%, #0898ce 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
  display: block;
}
.btnarea-bf .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: inherit;
  border-radius: calc(50px / 2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnarea-bf .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.btnarea-bf .btn > p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: calc(50px / 2);
  font-family: "Noto Sans JP" !important;
  font-size: 17px;
} */
/* 金色ボタン (フォーム <button> タグ対応版) */
.btnarea-bf {
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
}

/* ▼▼▼【MOD】背景・装飾レイヤー (リネーム) ▼▼▼ */
.btn-bg {
  position: relative;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  border-radius: 30px; 
  padding: 5px; /* ボーダー領域 5px */

  /* ▼ MOD: 中身の背景を:beforeに移動。ボーダーの背景のみ残す */
  background:
    /* 3. ボーダー用 (テクスチャ) */
    url("../images/btn-texture.png"),
    /* 4. ボーダー用 (グラデーション) */
    linear-gradient(-84deg,rgba(221, 161, 0, 1) 0%, rgba(250, 212, 107, 1) 24%, rgba(242, 184, 28, 1) 40%, rgba(224, 171, 27, 1) 61%, rgba(255, 232, 140, 1) 83%, rgba(219, 160, 0, 1) 100%);
  
  background-repeat: repeat;
  /* MOD: 2レイヤー分に変更 */
  background-origin: border-box, border-box;
  background-clip: border-box, border-box;
  /* ▲ MOD */
}

/* ▼▼▼【MOD】<button>タグ（テキストレイヤー）のスタイル ▼▼▼ */
.btnarea-bf .btn {
  position: relative;
  width: 100%;
  height: 100%;
  
  background: transparent;
  border: none;
  padding: 0;
  
  color: #333; 
  line-height: 50px; 
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP" !important;
  font-size: 17px;
  cursor: pointer;
  
  /* MOD: テキストは z-index: 2 (中身より手前) */
  z-index: 2; 
}

/* ▼▼▼【MOD】中身のレイヤーとして :before を常時表示 ▼▼▼ */
.btn-bg:before {
  content: "";
  position: absolute;
  top: 5px; 
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 25px; 
  
  /* MOD: 常時表示 */
  opacity: 1; 
  
  /* MOD: テキスト(.btn z-index: 2) の背後(中身)に配置 */
  z-index: 1; 

  /* ▼ MOD: 中身の背景をこちらに移動 ▼ */
  background:
    /* 1. 中身用 (テクスチャ) */
    url("../images/btn-texture.png"), 
    /* 2. 中身用 (グラデーション) */
    linear-gradient(84deg,rgba(221, 161, 0, 1) 0%, rgba(250, 212, 107, 1) 24%, rgba(242, 184, 28, 1) 40%, rgba(224, 171, 27, 1) 61%, rgba(255, 232, 140, 1) 83%, rgba(219, 160, 0, 1) 100%);
  
  background-repeat: repeat;
  /* ▲ MOD */
}

/* ▼▼▼【MOD】矢印 (リネーム) ▼▼▼ */
.btn-bg:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px; 
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  color: #333;
  /* MOD: 常に最前面 */
  z-index: 3; 
}


/* LINEボタン */
.line .btn-bg ,
.line .btn-bg::before,
.line .btn-bg .btn,
.line .btn-bg:after {
  background: #01B301;
  color: #FFF;
}
/* もっとみるボタン */
.more.btnarea-bf{
max-width: 8.5em;
}
.more.btnarea-bf .btn {
  height: 35px;
  color: #FFF;
  background:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #FFF;
}
.more.btnarea-bf .btn:before {
  line-height: 35px;
  height: 35px;
}
.more.btnarea-bf .btn:after {
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.more.btnarea-bf .btn > p {
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  left:-.5em;
}



/* スクロールアイコン */

  .icon_scroll{
    margin: 18px auto;
    width: 90px;
  }

  /* アニメーション定義*/
  @keyframes slideHintRight {
    0% {
      transform: translateX(0);
    }

    50%{
      transform: translateX(5px);

    }
    100% {
      transform: translateX(0);
    }

  }

  .icon_scroll {
    animation: slideHintRight 1.7s ease-in-out infinite;
  }


/************
/******注釈＊＊＊**
*************************************/

.notice{
  text-align: left;
}
.notice div{
  font-size:14px;
  margin-top: 1em;
}
.notice dt{
  margin-bottom: 1em;
}
.notice dl dt + div {
    margin: 0;
}

.notice dl{
  margin-top:20px;
  border-top:1px solid #fff;
  padding-top:20px;
}

.notice dl dt{
  font-size:18px;
  font-weight: bold;
  text-align: center;
}

.notice dl dd{
  font-size:13px;
  padding-left:1.5em;
  position: relative;
  margin-top:0.5em;
}

.notice dl dd:before{
  content:"●";
  position: absolute;
  left:0;
  top:0;
}

.notice dl:first-of-type{
  margin-top:0;
  border-top:none;
  padding-top:0;
}

.notice-text{
  text-align: left;
  margin-top:1em;
  /* padding: 0 1em; */
  color:#fff;
  font-size:12px;

}



/************
/******kv＊＊＊**
*************************************/
.kv{
  
}

.kv .campaign-end{
  background: #0786BD;
  padding:15px 10px;
  text-align: center;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  margin-top:20px;
}

/************
/******present＊＊＊**
*************************************/
/* .present{
  margin-top:20px;
} */

.present-title{
  margin-bottom: 30px;
}
/* .present-subtitle{
  margin-top: 20px;
} */

.present .text-frame {
  font-size: 22px;
  color:#000
}


.present .text-frame::after,
.present .text-frame::before{
  top:23px;
  background: #000;
}

.present p{
  text-align: left;
  font-weight: 500;
  margin-top: 1.5em;
}

.present-inner{
  padding:5px;
  background: linear-gradient(#dda100 0%, #ffdb7b 25.12%, #dea303 37.93%, #e0ab1b 60.59%, #f2b81c 88.18%, #dba000 100%);
  border-radius: 15px;
  text-align: center;
}
.present-block{
  background: url("../images/present_bg.png") repeat,linear-gradient(#ffffea 0%, #fcf3c0 100%);
  border-radius: 10px;
  padding:30px 17px;
}
.present-block h2{
  text-align: center;
  font-size:24px;
  font-weight: bold;
  color:#333;
  line-height: 1;
}
.present-block .attention{
  text-align: center;
  font-size:10px;
  margin-top:10px;
}
.present-list{
}
.present-list dt{
  margin-top:30px;
  position: relative;
}
.present-list dt img{
  border-radius: 10px;
}
.present-list dt:before{
  content:"";
  position: absolute;
  width:47px;
  height:47px;
  left:-12px;
  top:-12px;
  background:url("../images/badge_1.png") no-repeat 0 0;
  background-size: contain;
}
.present-list dt:nth-of-type(1){
margin-top: 0
;}
.present-list dt:nth-of-type(2):before{
  background-image:url("../images/badge_2.png");
}
.present-list dt:nth-of-type(3):before{
  background-image:url("../images/badge_3.png");
}
.present-list dt:nth-of-type(4):before{
  background-image:url("../images/badge_4.png");
}
.present-list dt:nth-of-type(5):before{
  background-image:url("../images/badge_5.png");
}
.present-list dd{
  font-size:18px;
  font-weight: bold;
  margin-top:10px;
  text-align: center;
  line-height: 1.4;
}
.present h3{
  padding:60px 30px 30px 30px;
}


/************
/******smart sell＊＊＊**
*************************************/
/* .smart-sell{
  position: relative;
} */
.smart-sell-block{
  border:1px solid #C99A00;
  border-radius: 10px;
  padding:40px 15px 15px 15px;
    position: relative;
    margin-top: 1em;

}
.smart-sell-more{
  border:1px solid #C99A00;
  padding:5px 20px;
  background:#000;
  border-radius: 5px;
  position: absolute;
  top:-20px;
  left:50%;
  font-size:17px;
  font-weight: bold;
  color:#C99A00;
  line-height: 1;
  transform: translate(-50% , 0%);
}
.smart-sell-subtitle{
  background-color: #FFF;
  font-weight:700;
  padding: .3em;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;

}

.smart-sell .btnarea-bf .text-frame{
    font-size: 18px;

}
.smart-sell .btnarea-bf .text-frame::after,
.smart-sell .btnarea-bf .text-frame::before{
  top:17px
}


/* /************
/******smart sell＊＊＊**
*************************************/



/************
/******market＊＊＊**
*************************************/
.market{
  margin-top:60px;
}
.market .inner{
  padding:0 35px;
}
.market h2{
  font-size:24px;
  color:#C99A00;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.market figure{
  margin-top:32px;
}

/************
/******pickup＊＊＊**
*************************************/
.pickup{
  margin-top:60px;
}
.pickup .inner{
  padding:0 35px;
}
.pickup h2{
  font-size:24px;
  color:#C99A00;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  padding-bottom:30px;
}
.pickup h2 span{
  font-size:16px;
  display: block;
  margin-top:10px;
}
.car-list-block {
    background: #fff;
    border-radius: 6px;
    position: relative;
    padding: 5px;
    margin-top:10px;
}
.car-list-block a {
    color: #333;
    position: relative;
    display: block;
    background: url(../images/pickup_arrow.svg) no-repeat 100% 100%;
    height: 100%;
}
.car-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.car-data .car-flag {
    background: #C99A00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    line-height: 1;
    border-radius: 5px 0 12px 0;
}
.car-data .car-deadline {
    margin-left: 10px;
    font-size: 10px;
    line-height: 1;
    color: #707070;
}
.car-image {
    margin: -20px 0;
}
.car-image-inner {
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
}
.car-image-figure {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    background-position: center;
    transform:scale(0.85) translate(0%,0%);
    
}
.car-list-block .car-name {
    width: 100%;
    padding: 0 10px;
}
.car-name .car-maker {
    font-size: 12px;
    font-weight: 800;
}
.car-name .car-model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 800;
}
.car-price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: end;
    font-weight: bold;
}

.car-price-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.car-price-all strong {
    font-size: 30px;
    font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
    line-height: 1;
    font-weight: bold;
}
.car-price-all span {
    width: 1em;
    line-height: 1;
    font-size: 10px;
    margin-left: 5px;
}
.car-price-month {
    padding: 5px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-left: 15px;
}
.car-price-month span {
    font-size: 12px;
}
.car-price-month strong {
    font-size: 20px;
    font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
    line-height: 1;
    font-weight: bold;
}
.car-price-month strong em {
    font-style: normal;
    font-size:16px;
}
.car-eval-basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}
.car-eval {
    background: #F4F5F7;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px;
    color: #C99A00;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
}
.car-eval span {
    font-size: 10px;
    margin-right: 5px;
}
.car-eval strong {
    font-size: 16px;
    font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
}
.car-eval strong em {
    font-size: 14px;
    font-style: normal;
}
.car-basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.car-basic dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    color: #333;
}

.car-basic dl dt, .car-basic dl dd {
    line-height: 1;
}
.owner-wrap {
    padding: 0 10px 5px 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.owner-wrap .owner-icon {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}
.owner-wrap .owner-head {
    width: calc(100% - 75px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.owner-wrap .owner-head .owner-so {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #F4F5F7;
}
.owner-wrap .owner-head .owner-so span {
    color: #747880;
    font-weight: bold;
    font-size: 10px;
    margin-right: 5px;
}
.owner-wrap .owner-head .owner-so strong {
    font-weight: bold;
    font-size: 12px;
}
.owner-wrap .owner-head .owner-area {
    line-height: 1;
    padding-left: 20px;
    height: 14px;
    background: url(https://test-mars.com/wp-content/themes/service/assets/svgs/icon-location.svg) no-repeat 0 50%;
    background-size: 14px;
    font-size: 12px;
    color: #747880;
}
.owner-wrap .owner-copy {
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    color: #C99A00;
}

.pickup-more{
  margin-top:20px;
}

.pickup-more a{
  background:#fff;
  display: flex;
  position: relative;
  justify-content: center;
  height:50px;
  border-radius:25px;
  color:#C99A00;
  font-size:16px;
  font-weight: bold;
  align-items: center;
  max-width:305px;
  margin:0 auto;
}
.pickup-more a:after {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #C99A00;
  border-right: solid 2px #C99A00;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}


/* .cta{
  margin-top:40px;
} */

.cta .btnarea-bf .text-frame{
    font-size: 16px;
}
.cta.btnarea-bf .text-frame::after,
.cta.btnarea-bf .text-frame::before{
  top:18px
}


.cta .cta-pop{
  color:#fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta .cta-pop:after,.cta .cta-pop:before{
  content:"";
  width:1px;
  height:23px;
  background:#fff;
}
.cta .cta-pop:before{
  transform:rotate(-30deg);
  margin-right:15px;
}
.cta .cta-pop:after{
  transform:rotate(30deg);
  margin-left:15px;
}
/* .cta-btn{
  margin-top:10px;
} */

/************
/******eligible**
*************************************/


.eligible .text-frame{
  font-size: 20px;
  padding-top: .5em;
  margin-bottom: 0;
}

.eligible .text-frame::before,.eligible  .text-frame::after{
  top:14px;
}


/* タブナビゲーション全体 */
.car-type-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 x 2行 のグリッド */
  gap: 11px; /* ボタン間の隙間 */
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

/* タブボタン（アイテム） */
.car-type-tabs .tab-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-radius: 12px;
  border: 1px solid #c79a4a; /* ゴールド系の枠線 */
  background-color: #ffffff; /* 非アクティブ時は白背景 */
  cursor: pointer;
  transition: all 0.3s ease;
  height: 2em;
}

/* タブボタンのアイコン */
.car-type-tabs .tab-item img {
  width:  35px; /* アイコンサイズ（調整してください） */
  height: auto;
  margin: 0;
  margin-right: 7px;
  /* 非アクティブ時のアイコン色（SVGなのでCSSで色を変えられますが、画像の色に依存します） */
  /* 元画像がゴールド系でない場合は、以下の filter が有効かもしれません */
  /* filter: invert(70%) sepia(20%) saturate(1500%) hue-rotate(350deg) brightness(80%) contrast(90%); */
}

/* タブボタンのテキスト */
.car-type-tabs .tab-item span {
  font-size: 14px;
  font-weight: bold;
  color: #c79a4a; /* 非アクティブ時はゴールド系の文字 */
  line-height: 1.25;
  text-align: left;
}

/* --- アクティブ時のスタイル --- */

/* アクティブなタブボタン */
.car-type-tabs .tab-item.is-active {
  background-color: #c79a4a; /* ゴールド系の背景 */
  border-color: #c79a4a;
}

/* アクティブなタブのアイコン */
.car-type-tabs .tab-item.is-active img {
  /* 元画像が白でない場合、CSSで白っぽく見せる filter */
  filter: brightness(0) invert(1);
}

/* アクティブなタブのテキスト */
.car-type-tabs .tab-item.is-active span {
  color: #ffffff; /* 白文字 */
}


/* --- タブコンテンツの制御 --- */

/* コンテンツエリア（カードが複数並ぶことを想定） */
.car-type-contents .tab-content {
  display: none; /* デフォルトですべて非表示 */
  
  /* .card が複数並ぶレイアウトをここで定義（既存のCSSで制御されている場合は不要） */
  /* 例：
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  */
}

/* アクティブなコンテンツエリアだけ表示 */
.car-type-contents .tab-content[id].is-active{
  display: block; /* または grid や flex など、.cardのレイアウトに合わせてください */
}

.card {
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
          box-shadow: 0px 3px 15px rgba(173, 179, 190, 0.4);
  position: relative;
}
  .card {
    margin-top: 1.3em;
    text-align: left;
  }


.eligible .icon_eligible{
  position: absolute;
  top: -5px;
  left: 5px;
  width: 65px;
  height: 65px;
}

.card a {
  color: #333;
    padding: 25px 15px 20px 15px;
      display: block;
  position: relative;
}

.card a::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  content: "";
  width: 45px;
  height: 45px;
  background: url(../images/icon_cornerーarrow.svg) no-repeat;
  background-size: contain;
}
.card .car-summary {
  overflow: hidden;
}

.card .car-price {
  color: #C99A00;
}
.card .car-basic {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-weight: 500;
}
.card .car-basic dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 6px;
  width: 100%;
}
.card .car-basic dl:last-of-type {
  padding-bottom: 0;
}
.card .car-basic dl dt{
  width: 15%;
}
 .card .car-basic dl dd {
  width: 48%;
}
.card .car-basic dl.deadline {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.card .car-basic dl.deadline dt, .card .car-basic dl.deadline dd {
  width: auto;
}
.card .car-basic dl.deadline dt {
  margin-right: 10px;
}
.card .car-basic dl.deadline dd {
  color: #0786BD;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.card .car-basic dl.deadline dd .yaku {
  font-size: 13px;
  margin-right: 3px;
}
.card .car-basic dl.deadline dd .numbers {
  font-size: 24px;
  margin-right: 3px;
}
.car-maker {
    font-size: 12px;
}

/*
 * ----------------------------------------
 * 追加するCSS
 * ----------------------------------------
 */

/* 2つのボックスを横並びにするための親ラッパー */
.summary-box {
  display: flex;
  align-items: stretch; /* 2つのボックスの高さを揃えます */
  gap: 8px; /* ボックス間の隙間（お好みで調整） */
      margin-top: 5px;
    margin-bottom: 13px;
    align-items: baseline;
}

/* 既存の .car-price ボックスが横幅を自動で取るようにします
   （既にあれば不要です） */
.car-price {
  flex: 1; /* または flex-grow: 1; */

}


/* --- 新しい納期ボックスのスタイル --- */

/* 納期ボックス全体 */
.car-delivery {
  display: flex; /* 中の要素（ラベルと値）を横並びに */
  flex: .8; /* 横幅を .car-price と均等に（お好みで調整） */
  border: 1px solid #c79a4a; /* 画像に近いゴールド系のボーダー */
  border-radius: 6px; /* 角丸 */
  overflow: hidden; /* 角丸のデザインが中身で崩れないように */
  line-height: 1.2;
  height: 2em;
}

/* 納期ボックスの「納期」ラベル部分 */
.car-delivery .label {
  background-color: #c79a4a; /* ゴールド系の背景色 */
  color: #ffffff;
  font-weight: bold;
  padding: 4px;
  display: flex;
  align-items: center; /* 上下中央揃え */
  justify-content: center; /* 左右中央揃え */
  font-size: 11px;
  /* 既存の .label スタイルを打ち消す必要がある場合 */
  height: auto;
  width: 1em;
}

/* 納期ボックスの「約1ヶ月〜」の値部分 */
.car-delivery .delivery-value {
  background-color: #fdfaf2; /* 薄いクリーム色 */
  color: #c79a4a; /* ゴールド系の文字色 */
  font-weight: bold;
  display: flex;
  align-items: center; /* 上下中央揃え */
  justify-content: center; /* 左右中央揃え */
  font-size: 12px;
  flex-grow: 1; /* 残りの幅をすべて使う */
  text-align: center;
}

.car-price strong,
.delivery-value strong {
    font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
    line-height: 1;
    font-weight: bold;
    font-size: 29px;
    margin-bottom: -0.1em;
    margin: 0 0.1em -0.1em 0.1em;
        letter-spacing: -.03em;
}
.delivery-value strong {
  margin: 0;
  font-size: 22px;
}

.car-price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.car-price-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding-right: 20px;
  border-right: 2px solid #ddd;
  margin-right: 10px;
  /*padding: 5px;
  background:color.$cars-light-gray;
  border-radius: 4px;*/
}
.car-price-month span.month {
  font-size: 14px;
}
.car-price-month strong {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
}
.car-price-month strong em {
  font-size: 24px;
  font-style: normal;
}
.car-price-month span.yen {
  font-size: 12px;
  display: block;
  margin-top: 6px;
  margin-left: 3px;
}
.car-price-body {
  font-size: 12px;
  color: #747880;
}
.car-price-body-price strong {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
}

.car-eval strong {
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
}

.car-price .label {
    width: 1em;
    line-height: 1.15;
}

    .car-price span {
        font-size: 11px;
    }


/************
/******reason＊＊＊**
*************************************/

.reason .reason__item{
  width: 80%;
  margin: 0 auto;
}

.reason .reason__item h3{
  color: #FFF;
  font-weight: 800;
}

.reason .reason__item  h3::before{
  color: #333333;
}

.reason .reason__item p{
  color: #FFF;
}

.reason .reason__item .slick-dots li button::before{
  background: #CDDBE0;
}

.reason .reason__item .slick-dots li.slick-active button::before{
  background: #FFCE48;
}

.reason__item {
  counter-reset: benefitsCnt;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reason__item > div {
  width: 100%;
  min-height: 380px;
}

.reason__item > div h3 {
  counter-increment: benefitsCnt;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  font-size: 18px;
  line-height: 36px;
  margin: 2vw;
  padding-top: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.reason__item > div h3::before {
  content: attr(data-num);
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: -1;
  font-size: 160px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #F4F5F7;
  font-weight: bold;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
}

.reason__item > div figure {
  max-width: 257px;
  margin: 0 auto;
}

.reason__item > div figure img {
  height: 180px;
}
.reason__item > div p {
  margin: 0;
  min-height: 80px;
}

.reason__item > div p,
.reason__item > div ul li {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.reason__item > div ul {
  padding-left: 1em;
  min-height: 80px;
}
.reason__item > div ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.reason__item > div ul li {
  position: relative;
  padding-left: 1em;
}

/************
/******slickslider ドット＊＊＊**
*************************************/

.slick-dots {
  position: static;
}
.slick-dots li {
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}
.slick-dots li:first-child:last-child {
  display: none;
}
.slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #CDDBE0;
  opacity: 1 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li.slick-active-before button::before, .slick-dots li.slick-active-after button::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #0786BD;
}
.slick-dots li.slick-active button::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #0786BD;
}



/************
/*****サービス比較表＊＊＊**
*************************************/
.comparison .inner {
  padding-left: 0;
  padding-right: 0;
}

.comparison .scroll-hint-icon {
  opacity: 999;
}
.comparison .inner {
  min-width: 0;
  max-width: 100%;
}

.comparison .annotation {
  margin-bottom: 1.5em;
}

.comparison .table-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.comparison .pricing-table-side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comparison .pricing-table-side img {
  width: auto;
  display: block;
  max-width: none;
}
.comparison .pricing-table-slide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.comparison .pracing-slide-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.comparison .pracing-slide-img img {
  display: block;
}


/************
/*****リースプラン＊＊＊**
*************************************/
.leaseplan .inner {
  padding-left: 0;
  padding-right: 0;
}

.leaseplan__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1.3em;
  margin-bottom: 2.5em;
}

.leaseplan__list ul li img {
  height: auto;
  width: 80%;
}

.leaseplan .scroll-hint-icon {
  opacity: 999;
}
.leaseplan .inner {
  min-width: 0;
  max-width: 100%;
}

.leaseplan .annotation {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
.leaseplan .table-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.leaseplan .pricing-table-side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.leaseplan .pricing-table-side img {
  width: auto;
  display: block;
  max-width: none;
}

.leaseplan .pricing-table-slide {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;

  /* *****スクロールバー非表示１***** */
  /* Firefox用 */
  /* scrollbar-width: none; */
  /* Internet Explorer 10+ */
  /* -ms-overflow-style: none; */

  /* *****スクロールバー移動１***** */
  /* コンテナ全体を上下反転してスクロールバーを上に持ってくる (180度回転) */

}
  /* *****スクロールバー非表示２***** */
  /* .leaseplan .pricing-table-slide::-webkit-scrollbar {
    Chrome, Safari, Edge (Webkit系) 用
    display: none;
  } */

/* PCスクロールバースタイル */
  /* *****スクロールバー移動***** */
  .leaseplan .pricing-table-slide.pc-only{
    /* ボックスを上下反転 (180度回転)  */
    transform: rotateX(180deg);
    padding-bottom: 10px;
    }
  .leaseplan .pricing-table-slide.pc-only .pracing-slide-img {
    /* 画像を上下反転 (180度回転) させて元に戻す */
    transform: rotateX(180deg);
  }
  /* スクロールバーの太さ */
  .leaseplan .pricing-table-slide.pc-only::-webkit-scrollbar {
    height: 25px; 
    padding: 5px;
  }
  /* スクロールバーの「つまみ（動く部分）*/
  .leaseplan .pricing-table-slide.pc-only::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 15px;        
    border: 7px solid transparent;
    background-clip: content-box;
  }
  /* スクロールバーの「トラック（背景部分）*/
  .leaseplan .pricing-table-slide.pc-only::-webkit-scrollbar-track {
    background-color: #333333;
  }


.leaseplan .pracing-slide-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.leaseplan .pracing-slide-img img {
  display: block;
}


/************
/*****安心安全のロードサービス付＊＊＊**
*************************************/
.roadservice .subtitle {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.roadservice__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.roadservice__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(140px, 1fr) 1em minmax(140px, 1fr);
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: .5em;
  width: 100%;
}
.roadservice__list li {
  padding: 1em;
  line-height: 1.5;
  min-height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 10px 10px 16px;
  background:  #F4F5F7;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}

.roadservice__list li::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 3.5px;
  background-color: #FFCE48;
  font-size: 16px;
}
.roadservice div.angled-frame {
  color: #333 !important;
}
.roadservice div.angled-frame::before, .roadservice div.angled-frame::after {
  background: #333 !important;
}
.roadservice div.angled-frame::before {
  left: -25px;
}
.roadservice div.angled-frame::after {
  right: -25px;
}

.roadservice .text-frame {
  font-size: 13px;
}

.roadservice .text-frame::after,
.roadservice .text-frame::before{
  top:14px;
}




/************
/*****掲載メディア＊＊＊**
*************************************/
.media {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 0 !important;
  background: #FFF1CC;
}


.media h2{
  color: #333333;
  font-weight: 700;
}

.media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px auto 0 auto;
  width: 100%;
}

.media__list li {
  background: #fff;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 2px);
  padding: 6px 10px;
}


.media__list li img {
  max-width: 100%;
  height: auto;
  display: block;
}

.media .andmore{
  font-weight: 600;
  margin-top: .5em;
}


/************
/*****ご利用の流れ＊＊＊**
*************************************/
.flow .inner {
  min-width: 270px;
}
.flow-list {
  display: block;
  margin-top: 32px;
}

.flow-list li {
  max-width: 220px;
  margin: 0 auto;
  margin-top: 50px;
  background: url("https://cars-enjoy.com/common/flat/img/flow_bg_sp.svg") no-repeat 50% 100%;
  background-size: cover;
  padding: 40px 20px;
  position: relative;
}

.flow-list li figure {
  position: absolute;
  left: 50%;
  width: 65px;
  height: 65px;
  top: -32px;
  margin-left: -32px;
  background: transparent linear-gradient(180deg, #FFC834 0%, #FFF4D8 15%, #FFC834 38%, #FFCD45 61%, #FFE7A7 88%, #FFC833 100%) 0% 0% no-repeat padding-box;  border-radius: 50%;
  font-family: "Avenir Next", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.flow-list li figure .step{
  font-size: 14px;
  margin-top: 3px;
}

.flow-list li figure .num{
  font-size: 30px;
}

.flow-list li h5 {
  font-weight: 900;
  font-size: 20px;
}
.flow-list li > div {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left ;
}

/************
 /******スマート乗り換えはcarsエージェントにおまかせ＊＊＊**
 *************************************/
.agent-norikae {
  margin-bottom: 0;
}

.agent-norikae h4 .sp-only .pc-only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.agent-norikae__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 250px;
  text-align: center;
  margin: 30px auto;
}

.agent-norikae__img img {
  height: auto;
  max-width: 300px;
}
.agent-norikae p {
text-align: left;
color: #FFF;
}

.agent-norikae .btnarea {
  text-align: center;
}




/************
/*****よくある質問＊＊＊**
*************************************/

.faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__item {
  border-bottom: 1px solid #F4F5F7;
  /* margin-bottom: 8px; */
      padding: 1em;
    padding-bottom: 1em;
}

.faq__item.open .faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__item.open .faq__toggle::before {
  -webkit-transform: translate(-50%, -10%) rotate(-45deg);
          transform: translate(-50%, -10%) rotate(-45deg);
}
.faq__item p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
}

.faq__question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 0.9em;
  padding: 1em 30px .5em 0;
  position: relative;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__question p {
  font-weight: bold;
}
.faq__q, .faq__a {
  width: 25px;
  height: 23px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  margin-right: 8px;
  font-family: Avenir Next;
  padding-top: 2px;
}
.faq__q {
  background: #ffffff;
}
.faq__a {
  background: #FFCE48;
  padding-top: 1px;
}

.faq__toggle {
  position: absolute;
  right: 0;
  top: 39%;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  background: #fff;
}
.faq__toggle::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq__answer {
  padding: 1em 40px 1em 0;
  color: #333;
  font-size: 0.98rem;
  position: relative;
  text-align: left;
}






/************
/******form＊＊＊**
*************************************/

.entry-flat .entry-flat-form{
  text-align: left;
}

/* #present-form{
  color:#fff;
}
.present-form-pop{
  width:280px;
  margin:0 auto;
  padding-top:60px;
}
#present-form h2{
  font-size:24px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color:#fff;
  margin-top:5px;
}
.present-form-body{
  margin-top:20px;
}


.entry-request-form-column > input,
.entry-request-form-column > label,
.entry-request-form-block > input,
.entry-request-form-block > label {
    line-height: 44px;
}

.entry-request-form-column > textarea,
.entry-request-form-column.category,
.entry-request-form-column > input,
.entry-request-form-column > label,
.entry-request-form-block > textarea,
.entry-request-form-block.category,
.entry-request-form-block > input,
.entry-request-form-block > label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    border:none;
}

.entry-request-form-column,
.entry-request-form-block {
    margin-top: 12px;
}

.present-form-body a{
  color:#C99A00;
  text-decoration: underline;
}

.present-form-body a:hover{
  text-decoration: none;
}
.entry-form-error, .entry-form-required {
    color: #FA6F68;
}

.entry-request-form-wrap {
    margin-top: 24px;
}

.entry-request-form-label {
    line-height: 1;
    font-weight: bold;
}
.entry-request-form-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.entry-request-form-column > input {
    width: 49%;
}
.entry-request-form-wrap > .entry-form-error {
    margin-top: 10px;
}
.entry-request-form-column.zip {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.entry-request-form-column.zip > input:first-of-type {
    width: 68px;
}
.entry-request-form-column.zip > input {
    width: 96px;
}
.entry-request-form-column.zip .zip-dash {
    display: inline-block;
    font-size: 16px;
    line-height: 46px;
    padding: 0 10px;
}
.entry-request-form-column.category,
.entry-request-form-block.category {
    position: relative;
}
.entry-request-form-column.category,
.entry-request-form-block.category{
  background:#fff;
}
.entry-request-form-column > select,
.entry-request-form-block > select {
    width: 100%;
    height: 46px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    color: #999;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}
.entry-request-form-column.category::after,
.entry-request-form-block.category::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    color: #333333;
    border-bottom: solid 2px;
    border-right: solid 2px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.entry-request-form-submit button,
.entry-confirm-submit button{
  width:304px;
  height:50px;
  margin:30px auto 0 auto;
  border:none;
  display: block;
  background-size:contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color:transparent;
  text-indent: -9999px;
}

.entry-request-form-submit button{
  background-image:url("../images/btn_contact.png");
}

.entry-confirm-submit button{
  background-image:url("../images/btn_submit.png");
}
.entry-request-form-submit-note {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-top:15px;
}

.entry-confirm-edit{
  margin-top:10px;
  text-align: center;
  font-size:14px;
}

.entry-confirm{
}

.entry-confirm-ttl{
  text-align: center;
  margin-top:20px;
}

.entry-confirm-wrap{
  margin-top:20px;
  background:#fff;
  padding:0 20px;
  border-radius: 10px;
  color:#333;
}

.entry-confirm-list{
  padding:20px 0;
  border-top: 1px solid #EFEFEF;
}

.entry-confirm-list:first-of-type{
  border-top: none;
}
.entry-confirm-list dt{
  color:#C99A00;
  font-weight: bold;
  font-size:14px;
} */

/*
 * デザインカンプ（黒背景＋黄色アクセント）に基づくフォームCSS
 */

/* --- 1. フォーム全体の背景と基本設定 --- */
.entry-flat {
  background-color: #000000; /* 全体の背景を黒に */
  color: #FFFFFF;           /* 基本の文字色を白に */
  padding-top: 40px;       /* 上下の余白 */
  padding-bottom: 60px;
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana;
}

/* 中央寄せコンテナ（.innerを想定） */
.entry-flat .inner {
  max-width: 600px; /* フォームの最大幅 (お好みで調整) */
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}


/* 「最大10万円...」の白い吹き出し */
.entry-flat .form-title div {
  display: inline-block; /* 中央寄せのため */
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
}

.entry-flat .form-title div p{
    color: #000000;
  font-weight: bold;

}

/* 吹き出しの「しっぽ」 (span) */
.entry-flat .form-title div span {
  position: absolute;
  bottom: -10px; /* 下に10px突き出す */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  /* 上向きの白い三角形 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFFFFF; 
}

/* 「BLACK FRIDAY...」 */
.entry-flat .form-title h2 {
  color: #FACC15; /* 画像の黄色 (仮) */
  font-weight: bold;
  text-align: center;
  margin-top: 10px; /* 吹き出しとの余白 */
}

/* --- 3. フォーム入力欄 --- */

/* 「（*）は必須項目です」 */
.entry-flat .entry-flat-form > p:first-of-type {
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 24px;
}

/* 各フォーム項目 (ラベル + 入力欄) のラッパー */
.entry-flat .entry-flat-form-wrap {
  margin-bottom: 24px; /* 各項目の下の余白 */
}

/* ラベル (氏名、住所など) */
.entry-flat .entry-flat-form-label {
  color: #FFFFFF;
  font-weight: 500;
  display: block;
  margin-bottom: 8px; /* ラベルと入力欄の余白 */
  font-size: 16px;
}

/* 必須マーク (*) */
.entry-flat .entry-form-required {
  color: #FA6F68; 
  margin-left: 4px;
}
.entry-flat .entry-form-required-notice {
    color: #FA6F68; 
  margin-left: 0px;
  font-size: 12px;
}

/* ラベル補足 (半角、ハイフンなし) */
.entry-flat .entry-flat-form-label-desc {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  padding-left: 8px;
}

/* --- 4. 入力欄の共通スタイル --- */
.entry-flat .entry-flat-form-block input[type=tel],
.entry-flat .entry-flat-form-block input[type=text],
.entry-flat .entry-flat-form-block textarea,
.entry-flat .entry-flat-form-block select,
.entry-flat .entry-flat-form-column input[type=text] {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  border: none; /* 枠線なし */
  border-radius: 10px; /* 角丸 */
  background-color: #FFFFFF;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  height: 45px; /* 高さを統一 */
  line-height: 45px;
  box-shadow: none; /* 元のSCSSの影を削除 */
}

/* プレースホルダーの色 */
.entry-flat input::placeholder,
.entry-flat textarea::placeholder {
  color: #AAAAAA;
}

/* Textarea の高さ調整 */
.entry-flat .entry-flat-form-block textarea {
  height: auto;
  line-height: 1.5;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 120px;
}

/* Select (プルダウン) のスタイル */
.entry-flat .entry-flat-form-block.category {
  position: relative;
  overflow: hidden;
  border-radius: 10px; /* 親要素にも角丸 (::afterのはみ出し防止) */
}

.entry-flat .entry-flat-form-block.category select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px; /* 矢印のスペースを確保 */
  cursor: pointer;
  background-color: #FFFFFF;
}

/* Select の矢印 (▼) */
.entry-flat .entry-flat-form-block.category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  color: #333333; /* 矢印の色 */
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: translateY(-70%) rotate(45deg); /* 位置調整 */
  pointer-events: none; /* 矢印をクリック不可に */
}

/* --- 5. 項目別スタイル (氏名など) --- */

/* 横並び (氏名) */
.entry-flat .entry-flat-form-column {
  display: flex;
  justify-content: space-between;
  gap: 10px; /* 姓と名の間の隙間 */
}

.entry-flat .entry-flat-form-column input[type=text] {
  width: 100%; 
  flex-grow: 1;
}

/* エラーメッセージ (Formrun用) */
.entry-flat .entry-form-error {
  color: #FA6F68;
  font-size: 12px;
  margin-top: 4px;
}


/* --- 6. 送信ボタン --- */
.entry-flat .entry-flat-form-submit {
  position: relative;
  max-width: 400px; /* ボタンの最大幅 */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 9999px; /* ピル型 */
}


/* --- 7. ボタン下 注釈 --- */
.entry-flat .entry-flat-form-submit-note {
  line-height: 1.5;
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}

.entry-flat .entry-flat-form-submit-note a {
  text-decoration: underline;
  color: #FBBF24; /* リンクの色をボタンと合わせる */
}

/* --- 8. 確認画面 (画像にはないがHTMLに存在) --- */
.entry-flat .entry-confirm {
  background: #FFFFFF;
  color: #333333;
  padding: 30px;
  border-radius: 10px;
}
.entry-flat .entry-confirm-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
.entry-flat .entry-confirm-list {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.entry-flat .entry-confirm-list dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.entry-flat .entry-confirm-list dd {
  margin-left: 0;
  word-wrap: break-word; /* 長いテキストの折り返し */
}
.entry-flat .entry-confirm-btn {
  margin-top: 30px;
}

/* 修正ボタン */
.entry-flat .entry-confirm-edit {
  margin-top: 15px;
  text-align: center;
}
.entry-flat .entry-confirm-edit a {
  color: #FBBF24;
  text-decoration: underline;
  font-weight: bold;
}

/************
/******footer＊＊＊**
*************************************/
.footer{
	/* padding: 40px 25px; */
	/* padding: 35px 30px 25px; */
	color: #fff;
  margin-top:40px;
}
.footer-operation{
  background:#363636;
  padding:40px;
}
.footer-operation h3{
  font-size:18px;
  text-align: center;
  line-height: 1;
}
.footer-operation dl{
  padding:20px 0;
  border-bottom:1px solid #fff;
  font-size:14px;
}

.footer-operation dl dd a{
  color:#fff;
}

.footer .inner{
	/* margin-bottom: 1.5rem; */
    max-width: 100%;
    /* padding: 0 20px; */
}

.footer-copyright{
  padding-top:50px;
  padding-bottom:100px;
}

.footer-copyright figure{
  text-align: center;
}

.footer-copyright figure img{
  width:280px;
}

.footer-copyright .copyright{
  text-align: center;
  font-size:10px;
  margin-top:30px;
  display: block;
}


/************
/******thanks＊＊＊**
*************************************/
.thanks{
  padding:0 20px 50px 20px;
}
.thanks .kv-ttl {
    font-size: 78px;
    font-family: "Bahagia";
    font-weight: 400;
    text-align: center;
    color:#C99A00;
    margin:60px 0 30px 0;
}

.thanks .kv-txt {
    text-align: center;
    color:#fff;
}

.thanks .pickup-more {
    text-align: center;
    color:#fff;
    max-width:305px;
    margin:30px auto 0 auto;
}




@media screen and (min-width: 560px){
  body{
    padding-bottom:50px;
  }
	.main-view{
		overflow: hidden;
		box-sizing: border-box;
		margin:50px auto 0 auto;
		max-width: 375px;
		border-radius: 30px;
		position: relative;
		z-index: 1;
    -webkit-box-shadow: 0 0 30px rgba(255,255,255,0.5);
    box-shadow: 0 0 30px rgba(255,255,255,0.5);
	}
	.top_CTA{
    display: none;
  }
  
  .bg{
    display: block;
  }
  .bg-inner{
    top: -83%;
    left: -50%;
  }

}

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

	.main-view{
    margin-right: 0;
		width: 100%;
		margin: 50px 30% 0 55%;
    }
	.pc-side_view{
		position: fixed;
    top: 50%;
    left: 10%;
    /* height: 100%; */
    z-index: 0;
    display: flex;
    flex-direction: column;
    width: 30%;
    transform:translate(0% , -50%);
	}
	.pc-side-inner{
		
	}
	.pc-side_view h1{
		text-align: center;
	}
	.pc-side_view .cta{
		max-width:400px;
    margin:20px auto;
	}
  
  .bg-inner{
    top: -54%;
    left: -75%;
  }

}

@media screen and (min-width: 1440px){
	
}

/************
/******fixed_button＊＊＊**
*************************************/
.fixed_btn_area {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
          box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
  padding: 15px 0;
  z-index: 10;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana !important;
}
.fixed_btn_area.hidden {
  opacity: 0;
  pointer-events: none;
}
.fixed_btn_area .btn {
  border-radius: 30px;
  border-width: 2px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  background-color: #0786BD;
  margin: 0 auto;
  position: relative;
  height: 50px;
  color: #FFF;
  border-radius: calc(50px / 2);
  background: linear-gradient(135deg, #035ca8 0%, #0898ce 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
          box-shadow: 0px 5px 15px rgba(84, 185, 229, 0.2);
}
.fixed_btn_area .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: inherit;
  border-radius: calc(50px / 2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_btn_area .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.fixed_btn_area .btn > p {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: inherit;
  border-radius: calc(50px / 2);
  font-family: "Noto Sans JP" !important;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .fixed_btn_area .btn > p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .fixed_btn_area .btn {
    width: 30%;
  }
}
.fixed_btn_area .btn a {
  font-weight: bold;
}
.fixed_btn_area .fixed_button {
  border-radius: 30px;
  border-width: 2px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  background-color: #0786BD;
}
.fixed_btn_area .fixed_button a {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 10px;
  width: 100%;
}
.fixed_btn_area .fixed_button a::after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
}
.fixed_btn_area .fixd__subtitle {
  background: #fff;
  position: absolute;
  bottom: 73%;
  left: 50%;
  padding: 10px 15px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
          box-shadow: 0px 0px 10px rgba(173, 179, 190, 0.18);
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 100;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  white-space: nowrap;
  color: #333;
}
.fixed_btn_area .fixd__subtitle::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fixed_btn_area a img{
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}