@charset "utf-8";

.top_content_wrap {
	overflow: hidden;
	top: -22px;
}

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

.main_wrap {
	overflow: hidden;
	margin-top: 15px;
	position: relative;
	height: 190px;
	background: url(../img/sp/main_bg.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.album {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
}

.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	height: 100% !important;
	object-fit: cover;
}

.album .img1 {
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

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

/*----------- topics --------------*/
.topics_wrap {
	width: 1100px;
	margin: 20px auto 50px;
	border-radius: 30px;
	border: 10px solid #ffffff;
	box-shadow: 0px 0px 10px #c1c1c1;
	background-color: #fff3ae;
	padding: 14px 20px 0px 27px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	margin-left: 5%;
	& h2 {
		padding: 0;
		position: absolute;
		left: 27px;
		top: 0px;
		bottom: 0px;
		margin: 50px 0 0 0;
		width: 10%;

		& img {
			width: 100%;
		}
	}
	& iframe {
		width: 100%;
		height: 300px;
		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: 5px;
		&::after {
			content: "";
			display: block;
			background: #d6cc9c;
			width: 180px;
			height: 100%;
			position: absolute;
			left: 5px;
			bottom: -5px;
			transform: rotate(0deg);
			z-index: -1;
		}
		& a {
			width: 180px;
			display: block;
			background: #fff;
			padding: 20px 0 10px;
			position: relative;
			z-index: 0;
			box-sizing: border-box;
			border: solid 1px #ccc;
			text-decoration: none;
			.tp_midashi {
				position: absolute;
				top: 0;
				left: -7px;
				width: 100%;
				height: 35px;
				background-size: contain;
				background-repeat: no-repeat;
			}
			.tp_txt_box {
				padding: 0 10px;
				& h3 {
					color: #221815;
					font-size: 16px;
					font-weight: 700;
					margin: 10px 0 5px;
					display: -webkit-box;
					display: -ms-flexbox;
					-webkit-box-orient: vertical;
					-ms-flex-direction: column;
					-webkit-line-clamp: 1;
					overflow: hidden;
				}
				.tp_bukken {
					color: #221815;
					font-size: 14px;
					font-weight: bold;
					margin: 0 0 10px;
					display: -webkit-box;
					display: -ms-flexbox;
					-webkit-box-orient: vertical;
					-ms-flex-direction: column;
					-webkit-line-clamp: 1;
					overflow: hidden;
				}
				& p {
					color: #666464;
					font-size: 8px;
					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 {
	position: absolute;
	top: -37px;
	left: -7px;
	width: 100%;
	background-size: 52%;
	background-repeat: no-repeat;
}
.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;
		img {
			width: 70vw;
		}
	}
	.pickup_box {
		
	}
	.pickup_ytb_box {
		padding: 30px 0 0 0;
		background: #efeee3;
	}
}

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

.pickup_youtube_slider li a {
	display: block;
}

.pickup_con_box {
	width: 100%;
	height: 202px;
	margin: 0 auto;
}
.pickup_con_box a {
	display: block;
}
.pickup_con_box a img {
	width: 100%;
}

.pickup_con_box iframe {
	display: block;
	width: 100%;
	height: 209px;
	position: relative;
	z-index: 10;
}
.pickup_ytb_box iframe {
	display: block;
	width: 100%;
	height: 240px;
	margin: 0 auto;
}

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

/* ----------------------------------------
event
---------------------------------------- */
.top_event_wrap {
	width: 90%;
	margin: 40px auto 10px auto;
	display: block;
}

.top_event_wrap h2 {
	margin: 0 0 20px;
}

.top_event_wrap h2 img {
	height: 40px;
}

.top_event_wrap iframe {
	display: block;
	width: 100%;
	height: 150px;
}

.top_event_con {
	overflow: hidden;
}

.top_event_con ul {
	display: flex;
	overflow: scroll;
}

.top_event_con ul li a {
	background: #fff;
	width: 290px;
	border: 1px solid #8fb41b;
	border-radius: 15px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-right: 10px;
}

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

.top_event_con ul li a img {
	width: 120px !important;
	height: 95px !important;
	object-fit: cover;
}

.top_event_txt {
	width: 140px;
}

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

.top_event_ti a {
	display: inline-block;
	font-size: 12px;
	color: #aaa;
	font-weight: bold;
	position: relative;
	margin-right: 25px;
}

.top_event_ti a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #aaa;
	box-sizing: border-box;
	position: absolute;
	right: -24px;
	top: -1px;
}

.top_event_ti a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -16px;
	top: 6px;
}

.top_event_txt span {
	display: block;
	background: #c6d994;
	color: #fff;
	padding: 0 10px;
	border-radius: 30px;
	font-size: 12px;
	line-height: 22px;
}

.top_event_txt h3 {
	margin: 10px 0 5px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #516c00;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 20px;
}

.top_event_txt p {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #727171;
	font-weight: bold;
	height: 40px;
}
.top_event_bn_wrap {
	width: 92%;
	margin: 0px auto;
}
.top_event_bn_wrap a {
	display: block;
}
.top_event_bn_wrap a img {
	width: 100%;
}
/*----------- search --------------*/
.search_wrap {
	width: 90%;
	margin: 30px auto 20px;
	position: relative;
}

.search_wrap h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	letter-spacing: 4px;
	line-height: 1;
	margin: 0 0 20px;
	font-weight: bold;
}

.search_wrap h2::before {
	content: "";
	display: block;
	background: url(../img/top/search_icon.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 18px;
	margin-right: 10px;
}

.search_inner {
}

.search_map {
	position: relative;
	margin-bottom: 30px;
}

.search_user {
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 0;
}

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

.search_menu {
}

.search_menu_btn {
	background: #eeede2;
	border-radius: 15px;
	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: 20px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 5px;
}

.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: 25px;
	height: 20px;
	margin-right: 05px;
}

.search_menu_btn ul {
	margin: 0;
	padding: 20px 5% 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.search_menu_btn ul li {
	width: 49%;
	margin-bottom: 2%;
}

.search_menu_btn ul li a {
	background: #fff;
	color: #595757;
	border-radius: 5px;
	display: flex;
	font-size: 16px;
	justify-content: center;
	align-items: center;
	line-height: 40px;
	min-height: 40px;
	font-weight: bold;
	letter-spacing: 4px;
	padding: 0 10px;
	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 --------------*/

.bnr_list {
	width: 90%;
	margin: 0 auto 30px;
}

.top_bnr_list {
	width: 90%;
	margin: 0 auto 18px;
}
.top_bnr_list ul {
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
}

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

.bukken_wrap {
	padding: 60px 0;
	position: relative;
}

.bukken_inner {
	width: 90%;
	margin: 0 auto;
}

.bukken_flex {
}

.b_con_wrap {
	background: #faeadf;
	border-radius: 30px 0 30px 0;
	padding: 40px 5% 20px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.b_con_wrap h2 {
	position: absolute;
	width: 90%;
	left: 5%;
	top: -20px;
	text-align: left;
}
.b_con_conve_wrap h2 img {
	height: 70px !important;
}

.b_con_wrap h2 img {
	height: 50px;
	object-fit: contain;
}

.b_con_inner {
	position: relative;
}
.rinobe_inner {
	margin: 40px 0 0 0;
}

.b_con_inner ul {
	display: flex;
	flex-wrap: wrap;
	padding-right: 4%;
	overflow: hidden;
	min-height: 280px;
}

.b_con_inner ul li {
	width: 44%;
	position: relative;
	z-index: 0;
	margin-bottom: 4%;
	height: max-content;
	display: none;
}

.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:nth-child(odd) {
	margin-right: 4%;
}

.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;
	background: #fff;
	padding: 5px 3%;
	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.webp);
	-webkit-mask-image: url(/img/top/bukken_msk.webp);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: round;
}

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

.b_img a {
	padding: 0 !important;
}

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

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

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

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

.b_add {
	font-size: 10px;
	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;
	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: 10px;
	line-height: 11px;
	color: #3f3a39;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 33px;
}

.lb_more {
	padding-right: 10%;
	text-align: center;
}

.lb_more img {
	object-fit: contain;
	height: 12px;
}

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

.b_con_chuko .b_txt {
	top: 15px;
}

.b_con_urichi,
.b_con_chuko {
	position: relative;
}
.b_r_more {
	position: absolute;
    bottom: 31px;
    right: -13px;
}
.b_txt_more{
	width: 10vw;
}

.b_con_urichi ul,
.b_con_chuko ul {
	height: 210px;
	min-height: 210px;
	margin-bottom: 10px;
}

.b_more {
	padding-right: 10%;
}

.b_more a {
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3f3a39;
	margin: 0 auto;
}

.b_more a img{
	width: 15vw;
}

.shincyaku_more img{
	display: block;
	margin: 0 auto;
}

.b_more_semiorder{
	padding-right: 10%;
}
.b_more_semiorder a{
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3f3a39;
	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;
}

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

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

.b_con_flex {
}

.b_con_lalab_wrap .b_con_inner {
}

.b_con_lalab_wrap .b_con_inner:first-child {
	margin-bottom: 20px;
}

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

.b_con_lalab_wrap .b_txt b {
	font-size: 24px;
	font-weight: bold;
}

.b_con_lalab_wrap h2 {
}

.b_con_txt_point {
	padding-right: 10%;
}

.b_con_txt_point a {
	width: 90%;
	display: block;
	background: #fff;
	color: #595757;
	border-radius: 30px;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	margin: 15px auto 10px;
	text-align: center;
}

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

.b_con_gv_wrap {
	background: #fbf4dd;
}

.b_con_gv_wrap h2 {
}

.b_con_gv_ti {
	margin-bottom: 5px;
	margin-top: 20px;
	text-align: center;
}
.b_con_gv_wrap .b_sy {
	background-color: #e9b000;
}
.b_con_gv_wrap .b_con_inner ul li::after {
	background-color: #fade8b;
}
.b_con_gv_inner {
}

.b_con_gv_inner:first-child {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #a28e6e;
}

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

.b_con_gv_inner ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

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

.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: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

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

.b_con_gv_rv_inner .gb_con_wrap {
	background: rgba(136, 175, 13, 0.6);
}

.gb_con_inner {
	border: 1px solid #fff;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	height: 100%;
	box-sizing: border-box;
}

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

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

.gb_con_kakaku {
	padding: 0 5px;
}

.gb_con_add {
	padding: 3px;
	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: 3;
	overflow: hidden;
	font-weight: 500;
	height: 35px;
}

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

.gb_more img {
	object-fit: contain;
	height: 12px;
}

.gb_more a:hover {
	opacity: 0.8;
}

.gb_img {
	text-align: center;
	margin-top: 20px;
}

.b_con_chumon_inner {
	background: #efebbf;
	border-radius: 30px 0 30px 0;
	padding: 70px 5% 20px;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.b_con_chumon_inner h2 {
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	width: 80%;
	left: 10%;
	top: -20px;
}

.b_con_chumon_inner h2 img {
	height: 50px;
	object-fit: contain;
}

.b_con_chumon_inner h2::after {
	content: "";
	display: block;
	background: url(../img/top/ch_pop.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
}

.b_con_chumon_inner iframe {
	display: block;
	width: 100%;
	height: 352px;
}

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

.b_con_chumon_con ul li {
	width: 32vw;
	margin-right: 2%;
	margin-bottom: 2%;
}

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

.b_con_chumon_con ul li a {
	display: block;
	height: 110px;
	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: 100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

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

.b_con_chumon_inner .gb_more {
	margin: 0 0 10px 0;
}

.chumon_img {
	text-align: center;
}

/*----------manshon------------*/
.b_con_ms_wrap {
	width: 90%;
	margin: 20px auto 0;
	border-radius: 37px;
	border: 6px solid #ffffff;
	box-shadow: 0px 0px 10px #c1c1c1;
	background-color: #edebe0;
	padding: 56px 5% 15px;
}

.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;
	left: 0 !important;
	width: 100% !important;
	img {
		margin: -9px 0 0 0px;
		padding: 0 0 13px 0px;
		width: 100%;
	}
}

.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_ms_tl {
	margin: 5px 0;
	border-bottom: 1px solid #dcdcdc;
	.b_ms_bukken {
		color: #221815;
		font-size: 10px;
		font-weight: bold;
		margin: 0 0 6px 0;
		line-height: 1;
		letter-spacing: -0.5px;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.b_kakaku {
		display: block;
		text-align: right;
	}
}
.b_ms_add {
	margin: 6px 0 5px 0;
}
.b_con_gv_ti h3 {
	text-align: center;
	padding-right: 60px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 1;
	padding: 0;
	.b_con_gv_ti_l {
		font-size: 25px;
		font-weight: 700;
		color: #614d3f;
	}
	.b_con_gv_ti_s {
		font-size: 20px;
		font-weight: 700;
		color: #614d3f;
	}
}
.b_con_list {
	& li {
		margin: 20px 20px 0 0;
		& a {
			padding: 0 !important;
			position: relative;
			z-index: 0;
			box-sizing: border-box;
			.b_ms_icon {
				color: #614d3f;
				font-size: 11px;
				font-weight: bold;
				position: absolute;
				right: -28px;
				top: -13px;
				z-index: 0;
				width: 70px;
				height: 77px;
				box-sizing: border-box;
				padding: 17px 25px 0 0px;
				text-align: right;
				background-repeat: no-repeat;
				background-size: 72%;
			}
			.b_ms_img img {
				width: 100%;
			}
			.b_ms_txt {
				margin: 0 !important;
			}
		}
	}
}
.b_ms_box{
	padding: 5px 4%;
}
.b_con_list li a:hover img {
	transform: none !important;
}

.b_ms_ekichika {
	& li {
		.b_ms_icon {
			background-image: url(../img/top/m_ekichika_icon.webp);
		}
	}
}
.b_ekichika_txt{
	top: 27px !important;
}

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

.b_con_ms_wrap .b_con_inner .b_txt {
	right: -3%;
	top: 56px;
	font-size: 18px;
	margin: 0;
}
.b_con_ms_wrap .b_sy {
	background-color: #e9b000;
}
.b_con_ms_wrap .b_kakaku {
	color: #db4506;
}
/*----------/manshon------------*/

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

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

.works_inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.works_inner iframe {
	display: block;
	width: 100%;
	height: 370px;
	overflow: scroll;
	width: 110%;
	padding-left: 5%;
	margin-left: -5%;
	background: none;
	margin-bottom: -81px;
}
.works_inner iframe body {
	overflow: hidden;
}

.works_titile {
	display: flex;
	align-items: flex-end;
	position: absolute;
	left: 0;
	top: -65px;
}

.works_titile h2 {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px;
	color: #3e3a39;
	margin: 0;
}

.sub_ct {
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	color: #a18d6d;
	margin-right: 15px;
}

.works_txt {
	position: relative;
	align-items: center;
	margin-bottom: 30px;
	margin-left: 5%;
}

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

.works_more a {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3f3a39;
	margin: 40px auto 0;
}

.works_flex_box .works_flex {
	display: flex;
	justify-content: space-between;
	gap: 5vw;
	margin-left: 5%;
}
.rinobe_box {
	position: relative;
	margin: 40px 0 0 0;
}

.works_flex h2 {
	font-size: 25px;
	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_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_img {
	height: 175px;
	overflow: hidden;
}

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

.works_ti {
	font-size: 15px;
	height: 48px;
	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;
}

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

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

.b_con_conve_wrap {
	background: #efeee3;
	width: 90%;
	margin: 100px auto 0;
	padding: 70px 5% 20px;
	box-sizing: border-box;
	position: relative;
	.sr_l_ti {
		background-image: url(../img/top/conve_qa.webp);
		background-repeat: no-repeat;
		background-size: 70%;
		position: absolute;
		top: -56px;
		left: 11vw;
		width: 222px;
		height: 33px;
		span {
			color: #333333;
			font-size: 13px;
			font-weight: bold;
            padding-left: 27px;
		}
		.cp_tooltiptext {
			position: absolute;
			z-index: -1;
			top: -100px;
			opacity: 0;
			left: -29%;
			width: 300px;
			visibility: hidden;
			transition: 0.6s all;
		}
		.active ~ .cp_tooltiptext {
			visibility: visible;
			opacity: 1;
			top: -140px;
			transition: 0.6s all;
			z-index: 3;
		}
	}
	& h2 {
		margin: 0;
		top: -20px !important;
	}
	.b_con_flex {
		display: grid;
		gap: 17px 0;
	}
	.b_more {
		width: auto;
		margin-top: 20px;
		padding-right: 0;
	}
}

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

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

.youtube_wrap {
	width: 90%;
	margin: 60px auto;
	position: relative;
}

.youtube_txt {
	margin-bottom: 30px;
}

.youtube_txt .sub_ct {
	color: #e7211a;
	position: relative;
	font-size: 32px;
}

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

.youtube_ti {
	display: flex;
	align-items: flex-end;
}

.youtube_ti h2 {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px;
	color: #3e3a39;
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
}

.youtube_ti h2::before {
	content: "";
	display: block;
	background: url(../img/top/youtube_logo.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 25px;
	margin-right: 10px;
}

.youtube_wrap iframe {
	display: block;
	overflow: scroll;
	width: 110%;
	height: 253px;
	padding-left: 5%;
	margin-left: -5%;
}

.youtube_con {
	overflow: scroll;
}

.youtube_con ul {
	display: flex;
}

.youtube_con ul li {
	width: 240px;
	margin-right: 15px;
}

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

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

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

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

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

.youtube_con ul li a p {
	font-size: 14px;
	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;
	height: 45px;
}

.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: 90%;
	margin: 0 auto;
}

.contents_wrap {
	width: 90%;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.contents_inner {
	width: 835px;
}

/*----------- event --------------*/
.event_wrap h2 {
	margin-bottom: 30px;
}

.event_wrap iframe {
	display: block;
	width: 90%;
	height: 400px;
	margin: 0 auto;
}

.event_con {
	width: 90%;
	margin: 0 auto;
}

.event_con ul li a {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

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

.event_txt {
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

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

.event_subti {
	font-size: 12px;
	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;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.event_con ul li a img {
	width: 37% !important;
	object-fit: contain;
	height: 100px;
}

.event_txt_wrap {
	width: 60%;
	margin-left: 3%;
}

.event_txt_wrap p {
	color: #898989;
	font-size: 12px;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

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

.more_btn a:hover {
	opacity: 0.8;
}

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

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

.news_wrap {
	margin: 40px auto 0;
	width: 100%;
}
.news_wrap:nth-child(2) {
	margin-bottom: 0px;
}

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

.news_subti::after {
	content: "";
	display: block;
	width: 100vw;
	height: 5px;
	background: #88af0d;
	position: absolute;
	right: 0;
	left: calc(100% - 60%);
	top: 18px;
	margin-right: -10vw;
}

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

.news_inner iframe {
	display: block;
	width: 100%;
	height: 240px;
	margin: 0 auto;
}

.news_inner h2 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #3f3a39;
	letter-spacing: 2px;
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
}

.news_inner h2::after {
	content: "";
	display: block;
	background: url(../img/top/news_ti_icon.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 26px;
	height: 40px;
	margin-top: 10px;
}

.news_con {
}

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

.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: 10px;
}

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

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

.news_con ul li a p {
	color: #000;
	font-size: 14px;
	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_con .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);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 30px;
}

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

.blog_con {
}

.blog_con .event_flex p {
}

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

.blog_wrap iframe {
	display: block;
	width: 100%;
	height: 360px;
}

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

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

.access_wrap {
	background: #eeede2;
	padding: 65px 0 35px;
	position: relative;
}

.access_inner {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

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

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

.access_top_img ul li {
	width: 50%;
}

.access_top_img ul li:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3%;
	box-sizing: border-box;
}

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

.access_inner h3::before {
	content: "";
	display: block;
	background: url(../img/top/p_img.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.access_inner h3::after {
	content: "";
	display: block;
	width: 40vw;
	height: 2px;
	margin-left: 15px;
	background: #54504e;
}

.access_map_wrap {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

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

.access_map_img img {
	width: 49%;
}

.access_map_txt p {
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 15px 0;
}

.access_map_txt p b {
	color: #b08945;
	font-size: 16px;
	margin: 0 5px;
	font-weight: bold;
}

.access_map_txt p b span {
	color: #b08945;
	font-weight: bold;
	font-size: 24px;
}

.access_map_inner {
}

.access_map_con {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.access_map_con p {
	font-size: 9px;
	line-height: 1.6;
	margin: 0;
}

.access_map_con p a {
	font-weight: bold;
}

.access_map_tel p {
	font-weight: bold;
}

.access_map_tel {
	width: 46%;
	margin-left: 2%;
}

.access_map_tel img {
	width: 100%;
}

.google_map_inner {
}

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

.google_map_wrap h3 {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 4px;
	width: 90%;
	margin: 0 auto -20px;
}

.google_map_wrap h3::before {
	content: "";
	background: url(../img/top/pin_img.webp);
	background-size: contain;
	background-repeat: no-repeat !important;
	background-position: center;
	width: 24px;
	height: 40px;
	margin-right: 10px;
}

.google_map_wrap h3::after {
	content: "";
	display: block;
	width: 42vw;
	height: 2px;
	margin-left: 15px;
	background: #54504e;
}

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

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

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

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

.com_bnr_list ul {
	width: 80%;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.com_bnr_list ul li {
	width: 30%;
}

.animation_img {
	position: absolute;
	left: -80%;
	top: 60%;
	width: 210px;
	height: 170px;
	animation: t_search_loop infinite linear;
	z-index: 998;
	animation-delay: 4s;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-direction: 10s;
}

.animation_img img {
	width: 100%;
}

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

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

.animation_wrap {
	position: relative;
}

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

.top_user_bnr_wrap {
	width: 90%;
	margin: 0 auto;
}

.top_user_bnr {
	position: relative;
}

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

.top_user_num {
	background: url(../img/top/user_num_bg.webp);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width: 60%;
	height: 98px;
	margin: 15px auto 8px;
}

.top_user_num span {
	font-size: 18px;
	font-weight: bold;
	color: #e8380d;
	position: absolute;
	line-height: 1;
}

.top_user_num .top_user_mikoukai {
	right: 140px;
    bottom: 14px;
}

.top_user_num .top_user_sousuu {
	right: 31px;
    bottom: 19px;
    font-size: 25px;
}

.side_kensu_days {
	position: absolute;
	right: 20px;
	bottom: -1px;
	font-size: 8px !important;
}

.manshon_l_bnr {
	width: 90%;
	margin: 0 auto;
}

.sp_off {
	display: none;
}
