@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用css > 文章に制限をかける
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*文章を複数行に制限*/
.cmn_limit_txt03 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*3行*/
}

.fuchi {
  color: #fff;
  text-shadow:
  1px 1px 0 var(--main), -1px -1px 0 var(--main), /* 右下方向に影 */
  -1px 1px 0 var(--main),  1px -1px 0 var(--main), /* 左下方向に影 */
  1px 0 0 var(--main), -1px  0 0 var(--main), /* 左上方向に影 */
  0 1px 0 var(--main),  0 -1px 0 var(--main); /* 右上方向に影 */
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*メインナビゲーション*/
.main-navigation:not(.slideout-navigation) .main-nav ul li li[class*="current-menu-"] a,
.main-navigation:not(.slideout-navigation) .main-nav ul li li:not([class*="current-menu-"]):hover > a,
body:is(.single-post, .category, .tag) .main-nav ul:not(.sub-menu) li.posts > a,
body[class*='result'] .main-nav ul:not(.sub-menu) > li.result > a,
body[class*='voice'] .main-nav ul:not(.sub-menu) > li.voice > a
	{
	color: var(--main);
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「買取実績」＞　詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper_box {
	position: relative;
}

.gallery_wrap .noimage {
    height: 610px;
    background:url(images/noimage.png) no-repeat center center / 15% var(--base-2) ;
	border-radius: 10px;
}

.swiper_box .gallery-top {
	height: 560px;
	margin-bottom: 20px;
	border-radius: 10px;

}

.gallery-top .img_container {
	height: 100%;
}
.gallery-top .img_container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper_box p.img_caption {
	width: 100%;
	background: linear-gradient(0deg, #000, transparent);
	padding: 30px 0 10px;
    margin: 0;
    font-size: 15px;
	text-align: center;
	color: #fff;
    position: absolute;
	bottom: 0;
}

.swiper_box .gallery-top .swiper-slide .caption {
	color: #fff;
	background-color: rgb(0 0 0 / 50%);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 10px;
	line-height: 1.2;
	box-sizing: border-box;
	min-height: 40px;
	display: flex;
	align-items: center;
}

.swiper_box .gallery-top .swiper-slide a::after {
	content: "\e905";
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	font-family: "icomoon";
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	color: #fff;
	background-color: rgb(0 0 0 / 50%);
}

.swiper_box .gallery-thumbs .swiper-slide {
	width: 150px!important;
	margin-right: 20px!important;
	overflow: hidden;
}

.swiper_box .gallery-thumbs .swiper-slide img {
    height: 110px;
    object-fit: cover;
	border-radius: 4px;
}

.swiper_box :is(.swiper-button-next,.swiper-button-prev) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	/* background-image: none; */
	background: var(--accent);
	border-radius: 50%;
	/* border: 1px solid var(--main); */
	top: 250px;
	margin-top: 0;
	z-index: 1;
}

.swiper_box .swiper-button-next {
	right: -80px;
}

.swiper_box .swiper-button-prev {
	left: -80px;
}

.swiper_box :is(.swiper-button-next,.swiper-button-prev):after {
	content: '\e91b';
	font-size: 18px;
	font-family: "icomoon";
	color: #fff;
}

.swiper_box .swiper-button-prev:after {
	transform: scaleX(-1);
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*フォーム*/
#home_promo div.wpforms-container-full .wpforms-form .wpforms-field-label {
	padding: 0!important;
	margin-bottom: 10px;
}

#home_promo div.wpforms-container-full .wpforms-form .wpforms-required-label {
	display: none;
}

#home_promo div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
	width: 100%;
	height: 50px;
	font-size: 18px;
}

/*フォームプレビュー*/
#home_promo .wpforms-container:not(:has(.wpforms-entry-preview-wrapper[style*="display: none"])) {
    height: 400px;
    overflow: scroll;
    font-size: 14px;
}

#home_promo .wpforms-entry-preview-notice {
    position: relative;
}

#home_promo .wpforms-entry-preview-notice::after {
    content: '▼下にスクロールしてください▼';
    color: var(--main);
    font-weight: bold;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 100px);
}

#home_promo .wpforms-entry-preview-wrapper {
    margin-top: 35px;
}

#home_promo .wpforms-entry-preview-label {
    margin-bottom: 15px!important;
    padding-bottom: 15px!important;
    width: 30%;
    border-bottom: 1px solid 
}

#home_promo .wpforms-entry-preview-value {
    width: 70%;
}

#home_promo .wpforms-entry-preview-row {
    display: block;
    margin: 0;
}
#home_promo .wpforms-entry-preview-column:is(.wpforms-entry-preview-column-50,.wpforms-entry-preview-column-33,.wpforms-entry-preview-column-67 ) {
    width: 100%;
    display: flex;
}
#home_promo .wpforms-entry-preview.wpforms-entry-preview-basic,
#home_promo div#wpforms-8992-field_11-container
{
    padding-bottom: 0;
}

/*スクロール*/
#home_promo .tate {
	writing-mode: vertical-rl;
}

#home_promo .scroll_stick::after {
	animation: pathmove 2.5s infinite;
}

@keyframes pathmove{
  0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
  }
  30% {
	transform: scale(1, 1);
	transform-origin: 0 0;
  }
  30.1% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
  }
  100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
  }

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_about::before {
	animation: about-slider 60s linear infinite;
}

@keyframes about-slider {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2598px 0;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > 買取実績
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*矢印*/
#home_results.cmn_carousel_full :is(.slick-prev, .slick-next) {
	width: 68px;
	height: 68px;
	top: 9.64vw;
	transform: translate(0, 0);
}

#home_results.cmn_carousel_full .slick-prev {
	right: 64.5%;
	z-index: 1;
}

#home_results.cmn_carousel_full .slick-next {
	left: 64.5%;
}

#home_results.cmn_carousel_full :is(.slick-prev, .slick-next)::before {
	width: 68px;
	height: 68px;
	font-size: 19px;
	color: #fff!important;
	background-color: #000;
	border-color: #fff;
}

/*ドット*/
#home_results .slick-dots {
	bottom: -70px;
}

#home_results .slick-dots li button:before {
	font-size: 10px;
	color: #969696;
	opacity: 1;
}

#home_results .slick-dots li.slick-active button:before {
	color: var(--main);
	opacity: 1;
}

#home_results .slick-prev.slick-disabled:before, 
#home_results .slick-next.slick-disabled:before {
	opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ > 中古車買取
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_buy .wp-block-splide-carousel .splide__pagination {
	bottom: -30px;
}

#home_buy .wp-block-splide-carousel .splide__pagination__page {
	width: 10px;
	height: 10px;
	background: #969696;
	margin: 0 8px;
	opacity: 1;
}

#home_buy .wp-block-splide-carousel .splide__pagination__page.is-active {
	background: var(--main);
	transform: scale(1);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンタクトエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_area::before {
	animation: contact-slider 60s linear infinite;
}

@keyframes contact-slider {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2200px 0;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer-widgets ul.menu {
	justify-content: flex-start;
	column-gap: 50px;
	row-gap: 25px;
}

#footer-widgets ul.menu > li a {
	font-size: 18px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーメニューのカスタマイズ(2023-03-13mk)
↓↓↓下記をまずは削除した上で、【https://coco-factory.jp/ugokuweb/move01-cat/humbugermenu/】から、お好みのボタンのCSSを追加
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp .my_hamburger {
	width: 45px;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	position: relative;/*ボタン内側の基点となるためrelativeを指定*/
	background:transparent;
	cursor: pointer;
	width: 50px;
	height:50px;
	border-radius: 5px;
}

/*ボタン内側*/
.openbtn span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 11px;
	height: 2px;
	border-radius: 2px;
	background: var(--main);
	width: 50%;
}

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

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

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

/*activeクラスが付与されると線が回転して×に*/

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

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
	top: 28px;
	left: 15px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}