@charset "shift_jis";
/*************************************************/
/* 制作を始める時にはtop.css、header.css、h_menu.cssの中身をを削除してください */
/* ナビメニューのプルダウンを使用したい場合にはh_menu.cssの記述を参考にしてみてください。 */
/* この下にあるコメントアウトを活用してください！ */
/* 「assessment」は売却査定フォームのデフォルトデザイン用cssです */
/*************************************************/
/*************************************************/

.top_content_wrap {
	overflow: hidden;
}

/*----------- main --------------*/

.main_wrap {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.main_inner {
	width: 1100px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

.main_img {
	position: absolute;
	top: 0;
	left: -500px;
	z-index: 100;
}

.main_wrap .loop {
	overflow: hidden;
	position: absolute;
	width: 210px;
	height: 257px;
	left: 0;
	bottom: 8px;
}

.main_wrap .loop02 {
	left: 235px;
}

.main_wrap .loop03 {
	left: auto;
	right: 0;
}

.main_wrap .loop04 {
	left: auto;
	right: 240px;
}

.main_wrap .loop__box {
	display: flex;
	width: 729px;
}

.main_wrap .loop__box img {
}

.main_wrap .loop__box img:first-child {
	animation: loop 80s -40s linear infinite;
}

.main_wrap .loop__box img:last-child {
	animation: loop2 80s linear infinite;
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}

.main_top_menu {
	z-index: 1000;
	position: absolute;
	top: 15px;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.h_con_r {
	display: flex;
	align-items: center;
}

.h_tel {
	margin-right: 30px;
}

header {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	background: #fff;
}

/*----------- /main --------------*/

/*----------- topics --------------*/
.topics_wrap {
	width: 1100px;
	margin: 60px auto 56px;
	border-radius: 30px;
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 10px #c1c1c1;
	background-color: #fff3ae;
	padding: 18px 20px 13px 27px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	& h2 {
		padding: 0;
		position: absolute;
		left: 27px;
		top: 0px;
		bottom: 0px;
		margin: 50px 0 0 0;
		&img {
			margin: 42px 0 0 0;
		}
	}
	& iframe {
		width: 100%;
		height: 380px;
		position: relative;
        z-index: 10;
	}
}

.topics_slider {
	display: flex;
	gap: 15px;
	width: 100% !important;
	li {
		position: relative;
		z-index: 5;
		margin: 0px 10px;
		padding-bottom: 6px;
		&::after {
			content: "";
			display: block;
			background: #d6cc9c;
			width: 100%;
			height: 100%;
			position: absolute;
			right: -6px;
			top: 7px;
			transform: rotate(0deg);
			z-index: -1;
		}
		& a {
			display: block;
			width: 100%;
			background: #fff;
			padding: 51px 0 10px;
			position: relative;
			z-index: 0;
			box-sizing: border-box;
			border: solid 1px #ccc;
			.tp_midashi {
				position: absolute;
				top: -37px;
				left: -7px;
			}
			.tp_img {
				width: 229px;
			}
			.tp_txt_box {
				padding: 0 10px;
				& h3 {
					color: #221815;
					font-size: 20px;
					font-weight: 700;
					margin: 15px 0 12px;
				}
				.tp_bukken {
					color: #221815;
					font-size: 16px;
					font-weight: bold;
					margin: 0px 0 15px 0;
				}
				& p {
					color: #666464;
					font-size: 12px;
					margin: 6px 0 0 0;
					display: -webkit-box;
					display: -ms-flexbox;
					-webkit-box-orient: vertical;
					-ms-flex-direction: column;
					-webkit-line-clamp: 2;
					overflow: hidden;
				}
				& img {
					width: 100%;
				}
			}
		}
	}
}
.tp_midashi {
	margin: 33px 0 0 -9px;
	width: 147px;
	height: 62px;
}
.tp_midashikaitori .tp_midashi {
	background-image: url(../img/top/tp_kaitori_logo.webp);
}
.tp_midashikaitori h3 {
	color: #8fb42a !important;
}

.tp_midashioazukari .tp_midashi {
	background-image: url(../img/top/tp_oazukari_logo.webp);
}
.tp_midashioazukari h3 {
	color: #c79800 !important;
}

.tp_midashisatei .tp_midashi {
	background-image: url(../img/top/tp_satei_logo.webp);
}

.tp_midashisatei h3 {
	color: #e8440a !important;
}
/*----------- /topics --------------*/

/*----------- LALA PICKUP --------------*/
.pickup_wrap {
	width: 100%;
	h2 {
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.pickup_box {
		background-image: url(../img/top/pickup_g_bg.webp);
		background-size: 100% 355px;
		background-repeat: no-repeat;
		background-position: top;
	}
	.pickup_ytb_box {
		background-image: url(../img/top/pickup_ytb_bg.webp);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 355px;
		padding: 45px 0 50px;
        margin-top: -30px;
	}
}

.pickup_ytb_con_box.pickup_youtube_slider {
	width: 1100px;
	margin: 0 auto;
}
.pickup_youtube_slider li {
	background-color: #ffffff;
	margin: 0px 8px !important;
	padding: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	width: 286px !important;
}

.pickup_youtube_slider li a {
	display: block;
}
.pickup_youtube_slider li a img {
	width: 287px !important;
    height: 194px !important;
}

.pickup_con_box {
	width: 1117px;
	margin: 0 auto;
}
.pickup_con_box a {
	display: block;
}
.pickup_con_box a img {
	display: block;
}

.pickup_con_box iframe {
	display: block;
	width: 1144px;
	height: 359px;
	position: relative;
	z-index: 10;
}
.pickup_ytb_box iframe {
	display: block;
	width: 1100px;
	height: 240px;
	margin: 0 auto;
}

/*----------- /LALA PICKUP --------------*/

/*----------- search --------------*/
.search_wrap {
	width: 1100px;
	margin: 80px auto 40px;
	position: relative;
}

.search_wrap h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 40px;
	margin: 0 0 30px;
}

.search_wrap h2::before {
	content: "";
	display: block;
	background: url(../img/top/search_icon.webp);
	width: 40px;
	height: 36px;
	margin-right: 10px;
}

.search_inner {
	display: flex;
	justify-content: space-between;
}

.search_map {
	width: 791px;
	position: relative;
}

.search_user {
	position: absolute;
	left: 0;
	bottom: 20px;
}

.search_user a {
	display: block;
	width: 791px;
	text-align: center;
	padding: 15px 0;
}

.search_menu {
	width: 277px;
}

.search_menu_btn {
	background: #eeede2;
	border-radius: 30px;
	overflow: hidden;
}

.search_menu_btn h3 {
	margin: 0;
	background: #88af0d;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	font-size: 34px;
	line-height: 64px;
	letter-spacing: 4px;
}

.search_menu_btn h3::before {
	content: "";
	display: block;
	background: url(../img/top/search_ti_icon.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 40px;
	margin-right: 15px;
}

.search_menu_btn ul {
	margin: 0;
	padding: 20px 30px 5px;
}

.search_menu_btn ul li a {
	background: #fff;
	color: #595757;
	border-radius: 10px;
	display: flex;
	font-size: 30px;
	justify-content: center;
	align-items: center;
	line-height: 58px;
	min-height: 58px;
	font-weight: bold;
	margin-bottom: 9px;
	letter-spacing: 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.search_menu_btn ul li a:hover {
	background: #fffccb;
}

.search_bnr {
	margin-top: 23px;
}

/*----------- /search --------------*/

/*----------- MY PAGE --------------*/

.top_user_bnr_wrap {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.top_user_bnr {
	position: relative;
}

.top_user_bnr_login {
	position: absolute;
	right: 15px;
	bottom: 9px;
	color: #3e3a39;
	font-size: 13px;
	letter-spacing: 0.02em;
	width: 160px;
	text-align: center;
	font-weight: bold;
	&:hover{
		text-decoration: underline;
		color: #e7380d;
	}
}

.top_user_num {
	background: url(../img/top/user_num_bg.webp);
	width: 347px;
	height: 152px;
	position: relative;
}

.top_user_num span {
	font-size: 30px;
	font-weight: bold;
	color: #e8380d;
	position: absolute;
}

.top_user_num .top_user_mikoukai {
	right: 239px;
    bottom: 22px;
}

.top_user_num .top_user_sousuu {
	right: 62px;
    bottom: 37px;
    font-size: 45px;
}

.side_kensu_days {
	position: absolute;
	right: 25px;
	bottom: -4px;
	font-size: 11px !important;
	margin: 0;
}

/*----------- /MY PAGE --------------*/

.manshon_l_bnr {
	width: 1100px;
	margin: 43px auto 0;
}

.bnr_list {
	width: 1110px;
	margin: 0px auto 60px;
	text-align: center;

	& ul{
		display: flex;
	}
}

/*----------- bukken --------------*/

.bukken_wrap {
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 1) 97%,
		rgba(240, 240, 236, 1) 100%
	);
	padding: 80px 0;
	position: relative;
}

.bukken_inner {
	width: 1100px;
	margin: 0 auto;
}

.bukken_flex {
	display: flex;
	justify-content: space-between;
}

.b_con_wrap {
	background: #faeadf;
	border-radius: 30px 0 30px 0;
	padding: 70px 30px 20px;
	position: relative;
	width: 530px;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.b_con_wrap h2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: -45px;
	text-align: center;
}

.b_con_inner {
	position: relative;
}

.b_con_inner ul {
	display: flex;
	flex-wrap: wrap;
	width: 420px;
	min-height: 555px;
	overflow: hidden;
	padding: 0px 5px;
}

.b_con_inner ul li {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	height: max-content;
	display: none;
}

.b_con_inner ul li:nth-child(odd) {
	margin-right: 20px;
}

.b_con_inner ul li:nth-child(1),
.b_con_inner ul li:nth-child(2),
.b_con_inner ul li:nth-child(3),
.b_con_inner ul li:nth-child(4) {
	display: block;
}

.b_con_inner ul li::after {
	content: "";
	display: block;
	background: #f7d2b1;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -2px;
	top: -1px;
	transform: rotate(3deg);
	z-index: -1;
}

.b_con_inner ul li a {
	display: block;
	width: 200px;
	background: #fff;
	padding: 10px;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}

.b_con_inner ul li a:hover img {
	transform: scale(1.1, 1.1);
}

.b_img {
	mask-image: url(/img/top/bukken_msk.png);
	-webkit-mask-image: url(/img/top/bukken_msk.png);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: round;
}

.b_img img {
	width: 180px;
	height: 120px !important;
	object-fit: cover;
	transition: all 0.3s;
}

.b_img a {
	padding: 0 !important;
}

.b_txt {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #3f3a39;
	letter-spacing: 2px;
	position: absolute;
	right: -16px;
	top: 0;
}

.b_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

.b_sy {
	display: inline-block;
	background: #da4406;
	color: #fff;
	padding: 0 5px;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}

.b_kakaku {
	font-size: 16px;
	font-weight: bold;
	color: #da4406;
}

.b_add {
	font-size: 12px;
	font-weight: bold;
	color: #3f3a39;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 15px;
	margin: 5px 0;
	height: 15px;
	padding-left: 15px;
	position: relative;
}

.b_add::before {
	content: "";
	display: block;
	background: url(../img/top/b_pin_icon.webp);
	width: 10px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 0;
}

.b_con_inner ul li a p {
	font-size: 12px;
	line-height: 16px;
	color: #3f3a39;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 48px;
}

.b_con_inner ul li a img {
	width: 180px;
	object-fit: cover;
}

.b_more {
	width: 420px;
}
.semiorder {
	position: absolute;
	bottom: -69px;
}

.b_more a {
	display: block;
	text-align: center;
}
.shincyaku_more img{
	display: block;
	margin: 0 auto;
}

.b_con_pd_wrap {
	background: #e1e8e9;
}

.b_con_pd_wrap .b_sy {
	background: #3496ae;
}

.b_con_pd_wrap ul li::after {
	background: #cad9de;
}

.b_con_lalab_wrap {
	background: #eef1ce;
	width: 1100px;
}

.b_con_lalab_wrap .b_sy {
	background: #88af0d;
}

.b_con_lalab_wrap ul li::after {
	background: #cfdeb2;
}

.b_con_flex {
	display: flex;
	justify-content: space-between;
}

.b_con_lalab_wrap .b_con_inner {
	width: 530px;
}

.b_con_lalab_wrap .b_con_inner:first-child {
	border-right: 1px solid #88af0d;
	margin-right: 40px;
}

.b_con_chuko {
	border-bottom: 1px solid #88af0d;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.b_con_urichi,
.b_con_chuko {
	position: relative;
}

.b_con_urichi ul,
.b_con_chuko ul {
	height: 248px;
	min-height: 248px;
}

.b_con_urichi .b_img img,
.b_con_chuko .b_img img {
	height: 110px !important;
}

.lb_more {
	text-align: center;
}

.b_con_lalab_wrap .b_txt {
	right: 9px;
	letter-spacing: 4px;
}

.b_con_lalab_wrap .b_txt b {
	font-size: 34px;
}

.b_con_lalab_wrap .b_txt a {
	position: absolute;
	bottom: -30px;
	right: -25px;
}
.b_chuco_more {
	position: absolute;
	right: -184px;
	bottom: 20px;
}
.b_urichi_more{
	position: absolute;
    right: -184px;
    bottom: 6px;
}

.b_con_lalab_wrap h2 {
	text-align: left;
	padding-left: 50px;
	box-sizing: border-box;
}

.b_con_txt_point a {
	display: block;
	background: #fff;
	color: #595757;
	border-radius: 30px;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	padding: 20px 0;
	letter-spacing: 0.05em;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	right: 13px;
	top: 235px;
}

.b_con_txt_point a span {
	color: #88af0d;
	font-size: 22px;
}

.b_con_ms_wrap {
	width: 1100px;
	margin: 40px auto;
	border-radius: 37px;
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 10px #c1c1c1;
	background-color: #edebe0;
	padding: 138px 30px 20px;
}

.b_con_ms_wrap h2 {
	text-align: left;
	padding-left: 50px;
	box-sizing: border-box;
	background-color: #a58c78;
	border-radius: 30px 30px 0 0;
	margin: 0;
	padding: 0;
	top: 0;
	img {
		margin: -15px 0 0 0;
		padding: 0 0 13px 38px;
	}
}

.b_con_ms_wrap .b_con_flex {
	background-color: #edebe0;
	border-radius: 0px 0px 30px 30px;
}

.b_con_ms_wrap ul li::after {
	background: #c7c9b6;
	right: -3px;
	top: 3px;
	transform: rotate(0deg);
}
.b_con_ms_inner ul li a{
	padding: 0 !important;
}
.b_ms_box{
	padding: 0 10px 10px;
}
.b_ms_tl {
	margin: 4px 0 5px 0;
	border-bottom: 1px solid #dcdcdc;
	.b_ms_bukken {
		color: #221815;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 6px 0;
		line-height: 1;
		letter-spacing: -0.5px;
	}
	.b_kakaku {
		display: block;
		text-align: right;
	}
}
.b_ms_add {
	margin: 6px 0 5px 0;
}
.b_con_gv_ti h3 {
	margin-bottom: 20px;
	text-align: center;
	padding-right: 60px;
	font-size: 25px;
	font-weight: 600;
	color: #333333;
	line-height: 1;
	margin: 0 0 23px 0;
	padding: 0;
	.b_con_gv_ti_l {
		font-size: 41px;
		font-weight: 700;
		color: #614d3f;
	}
	.b_con_gv_ti_s {
		font-size: 34px;
		font-weight: 700;
		color: #614d3f;
	}
}
.b_con_list {
	width: 440px !important;
	& li {
		margin: 20px 20px 0 0;
		& a {
			position: relative;
			z-index: 0;
			box-sizing: border-box;
			.b_ms_icon {
				color: #614d3f;
				font-size: 15px;
				font-weight: bold;
				position: absolute;
				right: -14px;
				top: -16px;
				z-index: 1;
				width: 70px;
				height: 77px;
				box-sizing: border-box;
				padding: 25px 8px 0 0px;
				text-align: right;
			}
			.b_ms_img img {
				width: 200px !important;
				object-fit: cover;
				transition: all 0.3s;
			}
			.b_ms_txt {
				margin: 0 !important;
			}
		}
	}
}
.b_con_inner ul li a &:hover .b_ms_img img{
	transform: scale(1.1, 1.1);
	transition: all 0.3s;
}

.b_ms_img{
	overflow: hidden;
}


.b_ms_ekichika {
	& li {
		.b_ms_icon {
			background-image: url(../img/top/m_ekichika_icon.webp);
			background-repeat: no-repeat;
		}
	}
}

.b_ms_rinobe {
	& li {
		.b_ms_icon {
			background-image: url(../img/top/m_rinobe_icon.webp);
			background-repeat: no-repeat;
		}
	}
}

.b_con_ms_wrap .b_con_inner:first-child {
	border-right: 1px solid #dddcd4;
	margin-right: 40px;
}
.b_con_ms_wrap .b_con_inner {
	width: 530px;
}
.b_con_ms_wrap .b_con_inner .b_txt {
	right: 14px;
	top: 56px;
	font-size: 16px;
	margin: 0;
}
.b_con_ms_wrap .b_con_inner:first-child .b_txt {
	right: 27px;
	font-size: 18px;
	margin: 0;
}
.b_con_ms_wrap .b_sy {
	background-color: #e9b000;
}
.b_con_ms_wrap .b_kakaku {
	color: #db4506;
}
.b_con_gv_inner {
	width: 480px;
}

.b_con_gv_inner:first-child {
	padding-right: 35px;
	border-right: 1px solid #a28e6e;
}

.b_con_gv_inner ul {
	display: flex;
	flex-wrap: wrap;
	min-height: 483px;
}

.b_con_gv_rv_inner ul {
	min-height: 322px;
}

.b_con_gv_inner ul li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.b_con_gv_inner ul li:nth-child(3n) {
	margin-right: 0;
}

.b_con_gv_inner ul li a {
	display: block;
	width: 151px;
	height: 151px;
	position: relative;
	color: #fff;
}

.b_con_gv_inner ul li a:hover .gb_con_wrap {
	opacity: 1;
	transition: 0.3s;
}

.b_con_gv_inner ul li a img {
	width: 151px !important;
	height: 151px !important;
	object-fit: cover;
}

.gb_con_wrap {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	width: 151px;
	height: 151px;
	background: rgba(52, 150, 174, 0.6);
	z-index: 10;
	box-sizing: border-box;
	transition: 0.3s;
}

.gb_con_inner {
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

.gb_con_flex {
	display: flex;
	align-items: center;
	padding: 3px 0;
}

.gb_con_flex span {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #fff;
}

.gb_con_add {
	padding: 3px;
	line-height: 21px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.gb_con_comment {
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 5;
	overflow: hidden;
	font-size: 10px;
	line-height: 16px;
	font-weight: 500;
	height: 75px;
}

.gb_more {
	text-align: center;
	margin: 10px 0;
}

.gb_more a:hover {
	opacity: 0.8;
}

.b_con_chumon_inner {
	background: #efeee3;
	width: 1100px;
	border-radius: 30px 0 30px 0;
	padding: 70px 30px 20px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.b_con_chumon_inner h2 {
	text-align: left;
	padding-left: 50px;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	top: -45px;
}

.b_con_chumon_inner h2::after {
	content: "";
	display: block;
	background: url(../img/top/ch_pop.webp);
	width: 538px;
	height: 43px;
	position: absolute;
	right: 145px;
	top: 8px;
}

.b_con_chumon_inner iframe {
	display: block;
	width: 1060px;
	height: 250px;
}

.b_con_chumon_con ul {
	display: flex;
	flex-wrap: wrap;
}

.b_con_chumon_con ul li {
	margin-right: 25px;
}

.b_con_chumon_con ul li:nth-child(4n) {
	margin-right: 0;
}

.b_con_chumon_con ul li a {
	display: block;
	width: 240px;
	height: 240px;
	position: relative;
	color: #fff;
}

.b_con_chumon_con ul li a:hover .gb_con_wrap {
	opacity: 1;
	transition: 0.3s;
}

.b_con_chumon_con ul li a img {
	width: 240px !important;
	height: 240px !important;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.b_con_chumon_con .gb_con_wrap {
	width: 240px;
	height: 240px;
	background: rgba(110, 74, 12, 0.6);
	padding: 10px;
}

.b_con_chumon_con .gb_con_inner {
	font-size: 16px;
}

.b_con_chumon_con .gb_con_flex {
	padding: 10px 0;
}

.b_con_chumon_con .gb_con_add {
	padding: 10px;
}

.b_con_chumon_con .gb_con_flex span {
	padding: 0 10px;
}

.b_con_chumon_con .gb_con_kakaku {
	font-size: 18px;
	padding: 0 10px;
}

.b_con_chumon_con .gb_con_comment {
	font-size: 13px;
	line-height: 20px;
	height: 127px;
	padding: 10px 10px 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-line-clamp: 6;
}

.b_con_chumon_inner .gb_more {
	text-align: right;
	margin: 0;
	position: absolute;
	right: 35px;
}

.chumon_img {
	text-align: center;
}

/*----------- /bukken --------------*/

/*----------- works --------------*/
.works_wrap {
	background: #eeede2;
	padding: 40px 0;
	position: relative;
}

.works_inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.works_more {
	position: absolute;
	right: -89px;
    top: 180px;
}

.works_txt {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.sub_ct {
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	color: #a18d6d;
	position: absolute;
	left: 0;
	top: -65px;
}

.works_txt p {
	font-size: 16px;
	font-weight: bold;
	color: #3f3a39;
	letter-spacing: 2px;
}

.works_txt a {
	display: block;
	background: #fff;
	text-align: center;
	width: 140px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3f3a39;
	border: 1px solid #3f3a39;
	border-radius: 20px;
}

.works_txt a:hover {
	color: #a18d6d;
	border: 1px solid #a18d6d;
}

.works_flex_box .works_flex {
	display: flex;
	justify-content: space-between;
}
.rinobe_box {
	position: relative;
	margin: 40px 0 0 0;
	.works_more {
		position: absolute;
		right: -91px;
		top: 90px;
	}
}

.works_flex iframe {
	display: block;
	width: 1500px;
	height: 300px;
	margin-right: -500px;
}

.works_flex h2 {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #3f3a39;
	letter-spacing: 2px;
	color: #3e3a39;
	margin: 0;
}

.works_slider li {
	width: 245px;
}

.works_slider li a {
	display: block;
	width: 245px;
	background: #fff;
	mask-image: url(/img/top/works_msk.webp);
	-webkit-mask-image: url(/img/top/works_msk.webp);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: round;
	margin-right: 15px;
	padding-bottom: 18px;
}

.works_slider li:last-child a {
	margin-right: 0;
}

.works_slider li a:hover img {
	transform: scale(1.1, 1.1);
}

.works_img {
	height: 175px;
	overflow: hidden;
}

.works_img img {
	width: 245px !important;
	height: 175px !important;
	object-fit: cover;
	transition: all 0.3s;
}

.works_ti {
	color: #333333;
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	margin: 5px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 47px;
}

.works_slider li a p {
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0 15px;
	padding: 0 7px;
}

/*----------- /works --------------*/

/*----------- conversion --------------*/

.b_con_conve_wrap {
	background: #efeee3;
	width: 1100px;
	margin: 130px auto 0;
	padding: 70px 30px 20px;
	box-sizing: border-box;
	position: relative;
	.sr_l_ti {
		background-image: url(../img/top/conve_qa.webp);
		background-repeat: no-repeat;
		position: absolute;
		top: -81px;
		left: 100px;
		width: 222px;
		height: 33px;
		padding: 8px 0 0 42px;
		span {
			color: #333333;
			font-size: 18px;
			font-weight: bold;
			cursor: pointer;
		}
		.cp_tooltiptext {
			position: absolute;
			z-index: -1;
			top: 4px;
			left: 0;
			visibility: hidden;
		}
		&:hover .cp_tooltiptext {
			visibility: visible;
			opacity: 1;
			transition: 0.6s;
			left: 96%;
            z-index: 3;
            top: -72px;
		}
	}
	& h2 {
		margin: 0;
		top: -20px !important;
	}
	.b_more {
		width: auto;
		margin-top: 20px;
	}
}

/*----------- /conversion --------------*/

/*----------- youtube --------------*/

.youtube_wrap {
	width: 1100px;
	margin: 80px auto;
	position: relative;
}

.youtube_more {
	position: absolute;
	right: -105px;
	top: 150px;
}

.youtube_txt {
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
}

.youtube_txt .sub_ct {
	color: #e7211a;
	margin-right: 60px;
	position: relative;
	top: 0;
}

.youtube_txt p {
	font-size: 16px;
	font-weight: bold;
	color: #3f3a39;
	letter-spacing: 2px;
}

.youtube_flex {
	display: flex;
	justify-content: space-between;
}

.youtube_flex h2 {
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #3f3a39;
	letter-spacing: 2px;
	color: #3e3a39;
	margin: 0;
	position: relative;
	padding-top: 15px;
	margin-left: 10px;
}

.youtube_flex h2::after {
	content: "";
	display: block;
	background: url(../img/top/youtube_logo.webp);
	width: 51px;
	height: 36px;
	position: absolute;
	bottom: 30px;
	left: -9px;
}

.youtube_flex iframe {
	display: block;
	width: 1500px;
	height: 300px;
	margin-right: -500px;
}

.youtube_con ul {
	display: flex;
}

.youtube_con ul li {
	width: 287px;
	margin: 0 25px;
}

.youtube_con ul li a {
	display: block;
	width: 287px;
}

.youtube_con ul li a:hover img {
	transform: scale(1.1, 1.1);
}

.youtube_img {
	height: 194px;
	overflow: hidden;
	position: relative;
}

.youtube_img img {
	width: 287px !important;
	height: 194px !important;
	object-fit: cover;
	position: relative;
	transition: all 0.3s;
}

.youtube_img::before {
	content: "";
	display: block;
	background: url(../img/top/film.webp);
	width: 287px;
	height: 15px;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
}

.youtube_con ul li a p {
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
	margin: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #000;
}

.youtube_con ul li a p span {
	display: inline-block;
	background: #fff;
	text-align: center;
	line-height: 18px;
	padding: 0 10px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3f3a39;
	border: 1px solid #3f3a39;
	border-radius: 3px;
}

/*----------- /youtube --------------*/

.lalapark_bnr {
	width: 1100px;
	margin: 0 auto;
}

.contents_wrap {
	width: 1100px;
	margin: 80px auto 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.contents_inner {
	width: 835px;
}
/*----------- event --------------*/
.event_wrap h2 {
	margin-bottom: 40px;
}

.event_wrap iframe {
	display: block;
	width: 835px;
	height: 600px;
}

.event_con {
	width: 835px;
}

.event_con ul li a {
	display: block;
	margin-bottom: 30px;
}

.event_con ul li a:hover {
	background: #f9fae6;
}

.event_txt {
	display: flex;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.event_txt span {
	color: #898989;
	font-size: 14px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.event_txt p {
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
}

.event_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.event_flex img {
	width: 170px !important;
	height: 120px !important;
	object-fit: cover;
}

.event_flex p {
	width: 650px;
	color: #898989;
	font-size: 15px;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.more_btn {
	text-align: right;
	margin-top: 20px;
}

.more_btn a:hover {
	opacity: 0.8;
}

/*----------- /event --------------*/

/*----------- news --------------*/

.news_wrap {
	margin: 0 0 80px;
}

.news_subti {
	position: relative;
	text-align: right;
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	color: #88af0d;
	margin-bottom: 30px;
}

.news_subti::before {
	content: "";
	display: block;
	width: 685px;
	height: 10px;
	background: #88af0d;
	position: absolute;
	left: 0;
	top: 20px;
}

.news_inner {
	display: flex;
	justify-content: space-between;
}

.news_inner iframe {
	display: block;
	width: 730px;
	height: 400px;
}

.news_wrap h2 {
	font-size: 34px;
	line-height: 36px;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #3f3a39;
	letter-spacing: 2px;
	color: #3e3a39;
	margin: 0;
	position: relative;
	padding-top: 15px;
	margin-right: 35px;
}

.news_wrap h2::after {
	content: "";
	display: block;
	background: url(../img/top/news_ti_icon.webp);
	width: 36px;
	height: 65px;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.news_con {
	width: 700px;
}

.news_con ul li a {
	display: block;
	margin-bottom: 20px;
}

.news_con ul li a:hover {
	background: #f9fae6;
}

.news_day {
	display: flex;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.news_day span {
	color: #898989;
	font-size: 14px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.news_tag p {
	color: #898989 !important;
	font-size: 15px !important;
}

.news_con ul li a p {
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news_cms {
	width: 685px;
}

.news_cms .more_btn {
	text-align: center;
}

/*----------- /news --------------*/

/*----------- blog --------------*/
.blog_wrap .news_subti {
	color: #a28e6e;
}

.blog_wrap h2 {
	line-height: 38px;
}

.blog_wrap h2::after {
	background: url(../img/top/blog_ti_icon.webp);
	width: 38px;
	height: 51px;
	bottom: auto;
	top: 130px;
}

.blog_wrap .news_subti::before {
	background: #a28e6e;
}

.blog_con {
	width: 685px;
}

.blog_con .event_flex p {
	width: 500px;
}

.blog_wrap iframe {
	display: block;
	width: 730px;
	height: 700px;
}

/*----------- /blog --------------*/

/*----------- access --------------*/

.access_wrap {
	background: #eeede2;
	padding: 200px 0 80px;
	position: relative;
}

.access_inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.access_inner h2 {
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	margin: 0;
	color: #3e3a39;
	position: absolute;
	left: 0;
	top: -118px;
}

.access_top_img ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.access_top_img ul li:first-child {
	background: #fff;
	width: 568px;
	height: 335px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.access_inner h3 {
	display: flex;
	align-items: center;
	padding-left: 30px;
	margin-bottom: -15px;
	font-size: 30px;
	line-height: 48px;
	font-weight: bold;
	letter-spacing: 4px;
}

.access_inner h3::before {
	content: "";
	display: block;
	background: url(../img/top/p_img.webp);
	width: 48px;
	height: 48px;
	margin-right: 15px;
}

.access_inner h3::after {
	content: "";
	display: block;
	width: 780px;
	height: 3px;
	margin-left: 20px;
	background: #54504e;
}

.access_map_wrap {
	background: #fff;
	padding: 30px 30px 40px;
}

.access_map_wrap ul li {
	&:first-child {
		padding: 0 0 68px;
		position: relative;
		&::before {
			position: absolute;
			bottom: 40px;
			right: 0;
			left: 0;
			margin: auto;
			content: "";
			background: #b9baba;
			width: 96%;
			height: 4px;
		}
	}
}

.google_map_inner {
	background: #fff;
	padding: 20px;
}

.google_map_inner iframe {
	display: block;
	width: 100%;
	height: 240px;
}

.google_map_wrap h3 {
	letter-spacing: 2px;
}

.google_map_wrap h3::before {
	background: url(../img/top/pin_img.webp);
	width: 34px;
	height: 50px;
}

.google_map_wrap h3::after {
	width: 800px;
}

.navi_kensaku_wrap {
	background-color: #ffffff;
	padding: 23px 20px 26px;
	box-sizing: border-box;
	margin: 20px 0 0 0;
	display: flex;
	align-items: center;
}
.navi_kensaku_wrap h3 {
	letter-spacing: 2px;
	color: #3f3b3a;
	font-size: 35px;
	font-weight: 500;
	font-family: "ShinGoPro", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", sans-serif;
	padding: 0;
	margin: 0 60px 0 0;
}
.navi_kensaku_wrap h3::before {
	background: url(../img/top/navi_icon.webp);
	width: 34px;
	height: 50px;
}
.navi_kensaku_wrap h3::after {
	display: none;
}
.navi_kensaku_wrap p {
	letter-spacing: 2px;
	color: #3f3b3a;
	font-size: 35px;
	font-weight: 500;
	font-family: "ShinGoPro", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", sans-serif;
	padding: 0;
	margin: 0;
}

/*----------- /access --------------*/

.top_fix_raiten {
	width: 3.5%;
	max-width: 85px;
	min-width: 50px;
	position: fixed;
	bottom: 130px;
	right: 30px;
	z-index: 10;
}

.top_fix_tag {
	margin: 15px 0 0 12px;
	display: block;
	position: relative;
	& img {
		width: 72%;
	}
}

.top_fix_img img {
	width: 100%;
	max-width: 85px;
}

.top_fix_raiten a:last-child img {
	margin: 10px 0;
	transition: all 0.3s;

	&:hover {
		opacity: 0.7;
		transition: all 0.3s;
	}
}

/* ----------------------------------------
animation
---------------------------------------- */
.animation_img {
	position: absolute;
	left: -80%;
	top: 60%;
	width: 310px;
	height: 170px;
	animation: t_search_loop infinite linear;
	z-index: 50;
	animation-delay: 4s;
	animation-duration: 9s;
	animation-iteration-count: infinite;
}

.animation_img img {
	width: 100%;
}

@keyframes t_search_loop {
	0% {
		left: -80%;
		top: 60%;
	}

	100% {
		left: 100%;
		top: 0;
	}
}

.animation_wrap {
	position: relative;
}


/* ----------------------------------------
ipad
---------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.b_kakaku {
		font-size: 12px;
	}

	.b_sy {
		font-size: 8px;
	}

	.gb_con_inner {
		font-size: 6px;
	}

	.works_flex iframe{
		height: 400px;
	}
}

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

.pc_off {
	display: none !important;
}
