@charset "utf-8";


/* =========================================================
	 t_common
========================================================= */
.t_main_wrap {
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
    height: 440px;
	position: relative;

	.t_main_ti{
		position: absolute;
		left: 4%;
		bottom: 40px;
		z-index: 5;
		h2{
            font-size: 29px;
            font-weight: bold;
            color: #fff;
            line-height: 40px;
            margin: 0px 0px 13px 0px;
            letter-spacing: 2px;
		}
		p{
            font-size: 13px;
            font-weight: bold;
            margin: 0px;
            color: #fff;
            letter-spacing: 1px;
		}
	}

}
.album {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: white;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.album div {
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: album 24s 0s infinite;
	animation: album 24s 0s infinite;
	transform: scale(1.1);
}
.album .img1 {
	background-image: url(/img/sp_index/main_bg01.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.album .img2 {
	background-image: url(/img/sp_index/main_bg02.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
.album .img3 {
	background-image: url(/img/sp_index/main_bg03.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}
@keyframes album {
	0% {
		opacity: 0;
	}
	17% {
		opacity: 1;
	}
	33% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale(1.0);
		z-index: 7;
	}
	100% {
		opacity: 0
	}
}
@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	17% {
		opacity: 1;
	}
	33% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale(1.0);
		z-index: 7;
	}
	100% {
		opacity: 0
	}
}
.t_main_re {
    width: 92%;
    margin: 20px auto 0px auto;
	img{
		width: 82%;
		margin: auto;
	}
	.t_main_re_ja{
        width: fit-content;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 19px;
        margin: 0px auto 10px auto;
        padding: 0px 17px;
        position: relative;
        color: #333;
			&::before{
			content: "";
            left: 1px;
            top: 0px;
            margin: auto;
            width: 2px;
            height: 23px;
            border-left: dotted 2px #ed6103;
            -webkit-transform: rotate(155deg);
            transform: rotate(155deg);
            position: absolute;
		}
			&::after{
            content: "";
            right: 1px;
            top: 0px;
            margin: auto;
            width: 2px;
            height: 23px;
            border-left: dotted 2px #ed6103;
            -webkit-transform: rotate(205deg);
            transform: rotate(205deg);
            position: absolute;
		}
	}

	a{
        display: block;
        text-decoration: none;
        background-image: url(/img/top/main_regist_bg.webp);
        background-repeat: no-repeat;
        padding: 21px 0px 22px 0px;
        box-sizing: border-box;
		background-size: 100%;
		border-radius: 5px;
		p{
            font-size: 25px;
            line-height: 28px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            margin: 0px 0px 12px 0px;
		}
		img{
            display: block;
            margin: 0px auto 10px auto;
            width: 88%;
		}
		ul{
			margin: 0px auto 16px auto;
            padding: 0px 10px;
            width: 94%;
            list-style-type: none;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
			li{
                display: flex;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                justify-content: space-between;
                align-items: center;
                width: 46%;
                border-right: solid 1px #ccc;
                padding-right: 2%;
				margin-right: 2%;
				&:last-child{
					border: none;
					padding-right: 0px;
					margin-right: 0px;
				}
				span{
					font-size: 14px;
                    font-weight: bold;
                    color: #fff;
                    letter-spacing: 2px;

					span{
						font-size: 25px;
						font-weight: bold;
						color: #fff;

					}
				}
			}
		}
		.t_main_re_link{
            width: 89%;
            margin: auto;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 60px;
            background-color: #fff;
            color: #333;
            border-radius: 5px;
            background-image: url(/img/top/main_regist_icon.webp);
            background-repeat: no-repeat;
            background-position-y: center;
            background-position-x: 20px;
            background-size: 15px;
		}
		
	}
}
.t_conts_wrap {
	width: 92%;
	margin:60px auto 60px auto;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0px;
	justify-content: space-between;
	letter-spacing: 1px;
	li{
		width: 48%;
		&:last-child{
			width: 100%;
		}

		a{
            display: block;
            height: 140px;
            box-sizing: border-box;
            font-size: 17px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            padding: 86px 0px 0px 6%;
            box-sizing: border-box;
            position: relative;
            background-size: cover;
            border-radius: 5px;
			&::before{
                content: "";
                right: 13px;
                bottom: 13px;
                background-image: url(/img/top/link_icon_f.webp);
                width: 15px;
                height: 15px;
                position: absolute;
                background-size: 100%;
				
			}
			span{
                display: block;
                font-size: 12px;
                font-weight: normal;
                margin: 0px 0px 0px 0px;
                color: #fff;
                letter-spacing: 2px;
                font-weight: bold;
			}
		}

		&:nth-child(1) a{
			background-image: url(/img/sp_index/t_conts_bg01.webp);
		}
		&:nth-child(2) a{
			background-image: url(/img/sp_index/t_conts_bg02.webp);
		}
		&:nth-child(3) a{
			background-image: url(/img/sp_index/t_conts_bg03.webp);
		}
		&:nth-child(4) a{
			background-image: url(/img/sp_index/t_conts_bg04.webp);
		}
		&:nth-child(5) a{
			background-image: url(/img/sp_index/t_conts_bg05.webp);
		}

	}
}
.t_buysearch_wrap {
    background-image: url(/img/top/buysearch_bg.webp);
    background-repeat: no-repeat;
    width: 92%;
    height: auto;
    margin: 0px auto 60px auto;
    padding: 30px 4% 30px 4%;
    box-sizing: border-box;
    background-color: #384150;
	border-radius: 5px;
	h2{
        text-align: center;
        margin: 0px auto 25px auto;
        padding: 0px 0px 0px 40px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 30px;
        background-image: url(/img/top/buysearch_title_icon.webp);
        background-repeat: no-repeat;
        background-position-x: 0px;
        background-position-y: center;
        width: fit-content;
		span{
			font-size: 17px;
			font-weight: bold;
			color: #fff;
			padding: 0px 15px 0px 0px;
			margin: 0px 15px 0px 0px;
			border-right: solid 2px #b4b4b4;
		}
	}
	.t_buysearch_joken{
		margin:0px 0px 30px 0px;
		padding: 0px;
		list-style-type: none;
		display: flex;
		justify-content: space-between;
		li{
			width: 31%;
			a{
                display: block;
                align-items: center;
                justify-content: center;
                background-color: #fff;
                font-size: 13px;
                font-weight: bold;
                text-align: center;
                line-height: 31px;
                border-radius: 10px;
                text-decoration: none;
                color: #333;
                overflow: hidden;
                padding: 20px 0px 10px 0px;
				img{
                    display: block;
                    margin: 0px auto 0px auto;
					height: 22px;
				}

			}
		
			
		}

	}
	.t_buysearch_b_box{


		.search_space{
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
			.search_window{
                width: 74%;
                font-size: 14px;
                line-height: 38px;
                padding: 0px 0px 0px 15px;
                margin: 0px !important;
                border-radius: 4px;
                box-sizing: border-box;
                border: none;
                display: block;
                height: auto;
				 background-color: #fff;
			}
			.quick_keyword{
				width: 24%;
				.free_btn{
                    width: 100%;
                    border: none;
                    border-radius: 4px;
                    display: block;
                    background-color: #212a37;
                    font-size: 12px;
                    font-weight: bold;
                    text-align: center;
                    line-height: 38px;
                    color: #fff;

				}
			}
		}
		.t_buysearch_b_re{
            margin: 15px auto 0px auto;
            padding: 0px 10px;
            width: 200px;
            list-style-type: none;
            box-sizing: border-box;
			li{
                display: flex;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                justify-content: space-between;
                align-items: center;
				&:first-child{
					margin-bottom: 0px;
				}
				span{
					font-size: 15px;
                    font-weight: bold;
                    color: #fff;
                    letter-spacing: 2px;
					span{
						font-size: 25px;
                        font-weight: bold;
                        color: #fff;
					}
				}
			}
		}
	}
}

.t_search_wrap {
	background-image: url(/img/top/areasearch_bg.webp);
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
	padding: 60px 0px 60px 0px;
	.t_search{
		width: 92%;
		margin: auto;
		.t_search_map{
			margin-bottom:15px;
			img{
				width: 100%;
			}
		}
		.t_search_r{
			width: 100%;
			.t_search_shubetsu{
				margin: 0px 0px 20px 0px;
				padding: 0px;
				list-style-type: none;
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
				gap: 15px 0px;
				li{
					width: 31%;
					a{
						display: block;
						font-size: 13px;
						font-weight: bold;
						color: #333;
						text-align: center;
						padding: 48px 0px 14px 0px;
						border-radius: 5px;
						background-color: #fff;
						background-repeat: no-repeat;
						background-position-x: center;
						background-position-y: 17px;
						box-shadow: 0 0 4px #e7e7e7;
						text-decoration: none;
						background-size: 42px;
					}
					&:nth-child(4){
						width:48%;
					}
					&:nth-child(5){
						width:48%;
					}
					&:nth-child(1) a{
						background-image: url(/img/top/areasearch_syubetsu_icon01.webp);
					}
					&:nth-child(2) a{
						background-image: url(/img/top/areasearch_syubetsu_icon02.webp);
					}
					&:nth-child(3) a{
						background-image: url(/img/top/areasearch_syubetsu_icon03.webp);
					}
					&:nth-child(4) a{
                        background-image: url(/img/top/areasearch_syubetsu_icon04.webp);
                        font-size: 13px;
                        font-weight: bold;
                        padding: 45px 0px 13px 0px;
                        line-height: 20px;
                        background-position-y: 16px;
                        background-position-x: center;
					}
					&:nth-child(5) a{
                        background-image: url(/img/top/areasearch_syubetsu_icon05.webp);
                        font-size: 13px;
                        font-weight: bold;
                        padding: 45px 0px 13px 0px;
                        line-height: 20px;
                        background-position-y: 16px;
                        background-position-x: center;
					}
				}
			}
			.t_search_kakaku{
				padding: 20px;
				box-sizing: border-box;
				margin: 0px 0px 20px 0px;
				background-color: #fff;
				border-radius: 5px;
				p{
					font-size: 15px;
					font-weight: bold;
					color: #333;
					padding: 0px 0px 0px 22px;
					margin: 0px 0px 12px 0px;
					position: relative;
					&::before{
						content: "";
						width: 14px;
						height: 14px;
						left: 0px;
						top: 0px;
						bottom: 0px;
						margin: auto;
						background-color: #ed6103;
						border-radius: 30px;
						position: absolute;
					}
				}
				ul{
					margin: 0px;
					padding: 0px;
					list-style-type: none;
					display: flex;
					justify-content: space-between;
					flex-wrap: wrap;
					gap: 10px 0px;
					li{
						width: 48%;
						a{
							display: block;
							line-height: 40px;
							font-size: 13px;
							font-weight: bold;
							border-radius: 5px;
							text-align: center;
							border: solid 1px #ccc;
							background-color: #fff;
							text-decoration: none;
							color: #333;
						}
					}
				}
			}
		}
	}
	.t_search_kodawari{
		width: 92%;
		margin:60px auto 0px auto;
		h3{
			font-size: 24px;
            line-height: 30px;
            font-weight: bold;
            text-align: center;
            margin: 0px 0px 20px 0px;
			span{
				color: #ed6103;
				font-weight: bold;
			}

		}
		ul{
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			display: flex;
			justify-content: space-between;
			flex-wrap:wrap;
			gap: 15px 0px;
			li{
				width: 48%;
				&:nth-child(1) a{
					background-image: url(/img/sp_index/areasearch_kodawari_bg01.webp);
				}
				&:nth-child(2) a{
					background-image: url(/img/sp_index/areasearch_kodawari_bg02.webp);
				}
				&:nth-child(3) a{
					background-image: url(/img/sp_index/areasearch_kodawari_bg03.webp);
				}
				&:nth-child(4) a{
					background-image: url(/img/sp_index/areasearch_kodawari_bg04.webp);
				}


				a{
                    display: block;
                    height: 130px;
                    font-size: 13px;
                    font-weight: bold;
                    text-align: center;
                    color: #fff;
                    padding: 90px 0px 0px 0px;
                    position: relative;
                    background-repeat: no-repeat;
                    text-decoration: none;
                    box-sizing: border-box;
                    background-size: cover;
                    border-radius: 8px;
					&::before{
                        content: "";
                        right: 5%;
                        bottom: 9px;
                        background-image: url(/img/top/link_icon_f.webp);
                        width: 15px;
                        height: 16px;
                        position: absolute;
                        background-size: 100%;
                        background-repeat: no-repeat;
					}
				}
			}

		}
	}
}
.t_recommend_wrap {
	margin: 60px 0px 60px 0px;
	.t_recommend_ti{
		width: 92%;
		margin:0px auto 20px auto;
		h2{
			font-size: 25px;
            font-weight: bold;
            color: #333;
            margin: 0px 0px 15px 0px;
            text-align: center;
            line-height: 28px;
			span{
				display: block;
                font-size: 14px;
                font-weight: bold;
                line-height: 28px;
                color: #b4b4b4;
                background-image: url(/img/top/recommend_title_icon.webp);
                background-repeat: no-repeat;
                background-position-y: center;
                background-size: 17px;
                padding: 0px 0px 0px 21px;
                margin: 0px auto 7px auto;
                width: fit-content;
			}
		}
		p{
			line-height: 24px;
            font-size: 14px;
            text-align: center;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
		}
	}
	.t_recommend_box{
        overflow: scroll;
        width: 96%;
        margin-left: 4%;
	}
	ul{
		margin: 0px 20px 0px 0px;
		padding: 0px;
		list-style: none;
		width: fit-content;
		display: flex;
		gap:0px 15px;
		li{
			margin: 0px 0px;
			a{
				padding: 15px;
			}
		}
	}
.t_recommend_link{
display: block;
        width: 88%;
        margin: 30px auto 0px auto;
        font-size: 15px;
        font-weight: bold;
        line-height: 60px;
        border-radius: 5px;
        text-align: center;
        background-color: #fff;
        border: solid 1px #ed6103;
        color: #ed6103;
        text-decoration: none;
        background-image: url(/img/top/link_icon_o.webp);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 94%;
        background-size: 17px;
        position: relative;
        z-index: 1;
	}
}
.t_room {
	width: 240px;
	position: relative;
	a{
		display: block;
		background-color: #f0f0f0;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 10px;
		text-decoration: none;
		color: #333;
		.t_room_shu{
            font-size: 13px;
            text-align: center;
            padding: 0px 12px;
            line-height: 23px;
            background-color: #fff;
            border-radius: 30px;
            border: solid 1px #e0dddc;
            margin: 0px 0px 12px 0px;
            width: fit-content;
		}
		.t_room_img{
			height: 140px;
			margin: 0px 0px 10px 0px;
			overflow: hidden;
			object a{
				display: block;
				background: none;
				padding: 0px;
				border-radius: 0px;
				height: 100%;
				img{
                    width: auto;
                    height: 100%;
                    max-width: none;
					display: block;
					margin: auto;
				}
			}
		}
		.t_room_ti{
            font-size: 14px;
            font-weight: bold;
            padding: 0px 0px 5px 0px;
            border-bottom: dotted 1px #333333;
            margin: 0px 0px 5px 0px;
		}
		.t_room_kakaku{
            font-size: 15px;
            font-weight: bold;
            color: #ed6103;
            margin: 0px 0px 8px 0px;
		}
		ul{
			margin: 0px !important;
			padding: 0px !important;
			list-style-type: none !important;
			display: block !important;
			li{
				font-size: 13px;
				margin: 0px 0px 2px 0px;

			}
		}

	}
}
.t_movie_wrap{
    border: solid 5px #eeeeee;
    border-radius: 10px;
    width: 92%;
    margin: 0px auto 0px auto;
    padding: 25px 15px;
    box-sizing: border-box;
	iframe{
        display: block;
        width: 100%;
        height: 321px;
        overflow: scroll;
	}
	.t_movie_ti{
		h2{
			margin: 15px 0px 5px 0px;
			text-align: center;
			div{
                margin: 0px auto 5px auto;
                padding-bottom: 4px;
                font-size: 14px;
                font-weight: bold;
                line-height: 19px;
                color: #ed6103;
                text-align: center;
                border-bottom: solid 2px #ed6103;
                position: relative;
                width: fit-content;
				&::before{
                    background-image: url(/img/top/movie_title_icon.webp);
                    content: "";
                    width: 20px;
                    height: 16px;
                    left: -27px;
                    top: 2px;
                    position: absolute;
                    background-size: 100%;
                    background-repeat: no-repeat;

				}
			}
			span{
                display: inline-block;
                font-size: 20px;
                font-weight: bold;
                line-height: 30px;
                color: #ed6103;
                text-align: center;
				span{
					font-size: 24px;
                    font-weight: bold;
                    color: #ed6103;
                    text-align: center;
					&:first-child{
						background: linear-gradient(transparent 84%, #fff100 50%);
					}
				}
			}
		}
		p{
            font-size: 14px;
            text-align: center;
            line-height: 22px;
            margin: 0px 0px 15px 0px;

		}
		a{
            display: block;
            width: 80%;
            text-decoration: none;
            color: #fff;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            line-height: 50px;
            background-color: #ed6103;
            border-radius: 5px;
            box-sizing: border-box;
            margin:15px auto 0px auto;
			
		}
	}
}
.t_movie_box{
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        display: flex;
        gap: 0px 15px;
		width: fit-content;
	li{
		width: 166px;
		position: relative;
		iframe{
            width: 100%;
            height: 310px;
		}
		a{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			display: block;
			
		}
	}
}
.t_room_wrap{
	background-color: #f0f0f0;
    padding: 0px 0px 50px 0px;
    margin: 100px 0px 0px 0px;
    position: relative;
    padding-top: 0px;
	&::before{
        content: "";
        background: #f0f0f0;
        border-top-left-radius: 480px 120px;
        border-top-right-radius: 480px 120px;
        height: 80px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        position: absolute;
        top: -50px;
        width: 100%;
        z-index: 0;
	}
	.t_room_box{
		position: relative;
		width: 100%;
		margin: auto;
		&:first-child{
			li{
				li{
					&::before{
						content: "";
						width:34px;
						height:32px;
						background-image: url(/img/top/new_room_icon.webp);
						top: -6px;
						right: 20px;
						position: absolute;
					}
				}
			}
		}
		&:last-child{
			li{
				li{
					&::before{
						content: "";
						width:34px;
						height:32px;
						background-image: url(/img/top/pricedown_room_icon.webp);
						top: -6px;
						right: 20px;
						position: absolute;
					}
				}
			}
		}
		&:nth-child(1) {
			margin-bottom: 50px;
		}
		&:nth-child(1) span{
            background-image: url(/img/top/new_title_icon.webp);
            background-size: 19px;

		}
		&:nth-child(2) span{
			background-image: url(/img/top/pricedown_title_icon.webp);
			background-size: 12px;
			padding-left: 19px;

		}
		h2{
            font-size: 25px;
            font-weight: bold;
            color: #333;
            margin: 0px 0px 35px 0px;
            text-align: center;
            line-height: 28px;
			span{
                display: block;
                font-size: 14px;
                font-weight: bold;
                line-height: 28px;
                color: #b4b4b4;
                background-repeat: no-repeat;
                background-position-y: center;
                background-size: 17px;
                padding: 0px 0px 0px 21px;
                margin: 0px auto 7px auto;
                width: fit-content;
			}
		}
		.t_room_list{
            overflow: scroll;
            padding: 10px 20px 0px 5%;
		}
		ul{
			margin:0px 20px 0px 0px;
			padding: 0px;
			list-style-type: none;
			display: flex;
			gap: 0px 20px;
			width: fit-content;
			li{
				a{
					background-color: #fff;
				}

			}
		}
		.t_room_link{
            display: block;
            width: 82%;
            margin: 30px auto 0px auto;
            font-size: 15px;
            font-weight: bold;
            line-height: 60px;
            border-radius: 5px;
            text-align: center;
            background-color: #fff;
            color: #333;
            text-decoration: none;
            background-image: url(/img/top/link_icon_o.webp);
            background-repeat: no-repeat;
            background-position-y: center;
            background-position-x: 92%;
            background-size: 17px;
        }
	}
}
.t_regist_warp {
	background-image: url(/img/sp_index/members_bg.webp);
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
	padding: 50px 0px;
	letter-spacing: 1px;
	.t_regist{
		width: 92%;
		margin: auto;
		h2{
			font-size: 25px;
            font-weight: bold;
            color: #fff;
            margin: 0px 0px 35px 0px;
            text-align: center;
            line-height: 28px;
			span{
                display: block;
                font-size: 14px;
                font-weight: bold;
                line-height: 28px;
                color: #fff;
                background-repeat: no-repeat;
                background-position-y: center;
				background-image: url(/img/top/members_title_icon.webp);
                background-size: 17px;
                padding: 0px 0px 0px 21px;
                margin: 0px auto 7px auto;
                width: fit-content;
            }

		}
		.t_regist_r{
			width: 100%;
			background-color: #fff;
			padding: 20px 4%;
			border-radius:15px;
			box-sizing: border-box;
			position: relative;
			&::before{
				content: "";
				width: 33%;
				height: 63px;
				top: 22px;
				right: -3%;
				background-image: url(/img/top/members_il.webp);
				position: absolute;
				background-size: 110%;
				background-repeat: no-repeat;
			}
			.t_regist_li{
				margin: 0px 0px 15px 0px;
				padding: 0px;
				list-style-type: none;
				li{
					margin-bottom: 10px;
					padding: 0px 0px 3px 32px;
					font-size: 14px;
					font-weight: bold;
					background-repeat: no-repeat;
					background-position-y: 4px;
					line-height: 26px;
					background-size: 23px;
					&:nth-child(1){
						background-image: url(/img/top/members_count1.webp);
					}
					&:nth-child(2){
						background-image: url(/img/top/members_count2.webp);
					}
					&:nth-child(3){
						background-image: url(/img/top/members_count3.webp);
					}
					&:last-child{
						margin-bottom: 0px;
					}
					span{
                        background: linear-gradient(transparent 65%, #fff100 50%);
						font-weight: bold;
					}
				}

			}
			.t_regist_link{
				display: block;
				width: 90%;
				margin: 0px auto 0px auto;
				font-size: 15px;
				font-weight: bold;
				line-height: 60px;
				border-radius: 5px;
				text-align: center;
				background-color: #ed6103;
				color: #fff;
				text-decoration: none;
				background-image: url(/img/top/link_icon_f.webp);
				background-repeat: no-repeat;
				background-position-y: center;
				background-position-x: 92%;
				background-size: 17px;
				span{
					font-size:15px;
					font-weight: bold;
					color:#fff;
				}
			}
			.t_regist_login{
				font-size: 14px;
				font-weight: bold;
				color: #333;
				text-decoration: underline;
				width: fit-content;
				margin: 10px auto 0px auto;
				display: block;
				position: relative;
				text-decoration: none;
				padding-left: 10px;
				&::before{
					content: "";
					left: 0px;
					top: 5px;
					box-sizing: border-box;
					width: 4px;
					height: 4px;
					border: 5px solid transparent;
					border-left: 6px solid #ed6103;
					position: absolute;
				}
			}
			.t_regist_koai{
                margin: 15px auto 0px auto;
                padding: 10px 20px;
                width: 240px;
                list-style-type: none;
                box-sizing: border-box;
                border: solid 1px #ed6103;
                border-radius: 4px;
				li{
					display: flex;
					font-size: 14px;
					font-weight: bold;
					color: #333;
					justify-content: space-between;
					align-items: center;
					&:first-child{
						margin-bottom: 0px;
					}
					span{
						font-size: 15px;
						font-weight: bold;
						color: #333;
						letter-spacing: 2px;
						span{
							font-size: 25px;
							font-weight: bold;
							color: #333;
						}
					}
				}
			}

			
		}
	}
}
.t_sale_warp {
	margin: 50px 0px 0px 0px;
	.t_sale{
		width: 92%;
        margin: auto;
        display: flex;
        flex-direction: column-reverse;
		ul{
			margin: 20px 0px 0px 0px;
            padding: 0px;
            list-style-type: none;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 5px 7px;
            width: 100%;
			
			li{
                width: 109px;
                height: 109px;
                border-radius: 120px;
                background-color: #fef5f0;
                color: #ed6103;
                font-size: 13px;
                font-weight: bold;
                text-align: center;
                padding: 64px 0px 0px 0px;
                box-sizing: border-box;
                background-repeat: no-repeat;
                background-position-y: 20px;
                background-position-x: center;
                background-size: 33px;
				&:nth-child(1){
					background-image: url(/img/top/sale_icon1.webp);
				}
				&:nth-child(2){
					background-image: url(/img/top/sale_icon2.webp);
					margin-right: 1px;
				}
				&:nth-child(3){
					background-image: url(/img/top/sale_icon3.webp);

				}
				&:nth-child(4){
					background-image: url(/img/top/sale_icon4.webp);
				}
				&:nth-child(5){
					background-image: url(/img/top/sale_icon5.webp);
				}
			}
		}
		.t_sale_r{
			h2{
                margin: 0px 0px 20px 0px;
                font-size: 25px;
                font-weight: bold;
                line-height: 27px;
                color: #ed6103;
                text-align: center;
				span{
                    display: block;
                    color: #ed6103;
                    font-size: 14px;
                    line-height: 21px;
                    font-weight: bold;
                    margin: 0px 0px 10px 0px;


				}
			}
			.t_sale_ti{
                font-size: 18px;
                font-weight: bold;
                line-height: 30px;
                margin: 0px 0px 25px 0px;
                text-align: center;
				span{
                    background: linear-gradient(transparent 74%, #ffecd9 50%);
                    font-weight: bold;	
				
				}
			}
			p{
                font-size: 14px;
                line-height: 27px;
                margin: 0px;
			}
		}

	}
	.t_sale_lbox{
        margin: 20px auto 0px auto;
        padding: 0px;
        list-style-type: none;
        width: 92%;
		li{
			width: 100%;
			&:last-child{
				margin-top: 15px;
			}
			&:last-child a{
				background-color: #f0f0f0;
				color: #333;
				background-image: url(/img/top/link_icon_o.webp);

			}
			p{
                font-size: 14px;
                padding: 0px 18px;
                color: #ed6103;
                margin: 0px auto 10px auto;
                position: relative;
                width: fit-content;
				&::before{
					content: "";
                    left: 1px;
                    top: 2px;
                    margin: auto;
                    width: 2px;
                    height: 23px;
                    border-left: solid 1px #ed6103;
                    -webkit-transform: rotate(155deg);
                    transform: rotate(155deg);
                    position: absolute;
				}
				&::after{
					content: "";
                    right: 1px;
                    top: 2px;
                    margin: auto;
                    width: 2px;
                    height: 23px;
                    border-left: solid 1px #ed6103;
                    -webkit-transform: rotate(205deg);
                    transform: rotate(205deg);
                    position: absolute;
				}
				span{
					font-size: 20px;
                    color: #ed6103;

				}
			}
			a{
                display: block;
                margin: 0px 0px 0px 0px;
                font-size: 15px;
                font-weight: bold;
                line-height: 60px;
                border-radius: 5px;
                text-align: center;
                background-color: #ed6103;
                color: #fff;
                text-decoration: none;
                background-image: url(/img/top/link_icon_f.webp);
                background-repeat: no-repeat;
                background-position-y: center;
                background-position-x: 91%;
                background-size: 17px;
				span{
					text-align: center;
					color: #fff;
					font-weight: bold;
					font-size: 15px;
					line-height: 15px;
				}
			}
		}
	}
}
.t_loan_warp {
    background-color: #f0f0f0;
    padding: 122px 0px 90px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    letter-spacing: 1px;


	&::before {
        content: "";
        background: #fff;
        border-bottom-left-radius: 790px 120px;
        border-bottom-right-radius: 790px 120px;
        height: 66px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 0;
    }
	&::after{
        content: "";
        background-image: url(/img/top/loan_li.webp);
        width: 170px;
        height: 132px;
        top: 226px;
        right: 1%;
        margin: auto;
        position: absolute;
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 0;
	}
	.t_loan{
		width: 92%;
		margin: auto;
		.t_loan_ti{
			position:relative;
			h2{
                font-size: 25px;
                font-weight: bold;
                line-height: 33px;
                color: #333;
                margin: 0px 0px 20px 0px;
                position: relative;
            }
				&::before{
                    content: "";
                    background-image: url(/img/top/loan_title_dot.webp);
                    width: 107px;
                    height: 6px;
                    background-repeat: no-repeat;
                    left: 9px;
                    top: -7px;
                    position: absolute;
                    background-size: 100%;
				}
				span{
					color: #ed6103;
					font-weight: bold;
				}
			p{
                font-size: 14px;
                line-height: 23px;
                margin:0px 0px 20px 0px;
			}
		}
		ul{
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            display: flex;
			justify-content: space-between;
			align-items: self-start;
            gap: 0px 0px;
			li{
				width: 48%;
				font-size: 13px;
				font-weight: bold;
				color: #fff;
				line-height: 20px;
				text-align: center;
				padding: 80px 0px 20px 0px;
				box-sizing: border-box;
				background-size: cover;
				border-radius: 5px;
				&:first-child{
					background-image: url(/img/sp_index/loan_img_bg01.webp);
				}
				&:last-child{
					margin-top: 50px;
					background-image: url(/img/sp_index/loan_img_bg02.webp);
				}
			}
		}

	}
	.t_loan_link{
		display: block;
		width: 80%;
		margin: 30px auto 0px auto;
		font-size: 15px;
		font-weight: bold;
		line-height: 60px;
		border-radius: 5px;
		text-align: center;
		background-color: #fff;
		color: #333;
		text-decoration: none;
		background-image: url(/img/top/link_icon_o.webp);
		background-repeat: no-repeat;
		background-position-y: center;
		background-position-x: 94%;
		position: relative;
		background-size: 17px;
		z-index: 1;
	}
}


.t_review_warp {
	width: 92%;
	margin:60px auto 60px auto;
	h2{
        width: fit-content;
        font-size: 25px;
        font-weight: bold;
        margin: 0px auto 20px 18%;
        padding: 0px 0px 0px 0px;
        line-height: 36px;
        background: linear-gradient(transparent 71%, #ffecd9 50%);
        position: relative;
		&::before{
            content: "";
            background-image: url(/img/top/kuchikomi_title_icon.webp);
            width: 47px;
            height: 30px;
            left: -54px;
            top: 0px;
            bottom: 0px;
            margin: auto;
            position: absolute;
            background-size: 100%;
            background-repeat: no-repeat;
		}

	}
	.t_review_link{
display: block;
        width: 88%;
        margin: 30px auto 0px auto;
        font-size: 15px;
        font-weight: bold;
        line-height: 60px;
        border-radius: 5px;
        text-align: center;
        background-color: #fff;
        border: solid 1px #ed6103;
        color: #ed6103;
        text-decoration: none;
        background-image: url(/img/top/link_icon_o.webp);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 94%;
        background-size: 17px;
        position: relative;
        z-index: 1;
	}
}
.t_company_warp {
    background-position-y: top;
    background-position-x: center;
    background-image: url(/img/top/company_bg.webp);
    background-repeat: no-repeat;
    padding: 80px 0px 60px 0px;
    background-size: 113%;

	.t_company{
        width: 92%;
        margin: auto;
        display: flex;
        flex-direction: column-reverse;
		justify-content: space-between;
		.t_company_map {
            width: 80%;
            margin: 15px auto 0px auto;
		}
		.t_company_r{
				width: 100%;
			h2{
				font-size: 25px;
                font-weight: bold;
                color: #333;
                margin: 0px 0px 20px 0px;
                line-height: 28px;

				span{
                    display: block;
                    font-size: 14px;
                    font-weight: bold;
                    line-height: 28px;
                    color: #b4b4b4;
                    background-image: url(/img/top/recommend_title_icon.webp);
                    background-repeat: no-repeat;
                    background-position-y: center;
                    padding: 0px 0px 0px 26px;
                    margin: 0px 0px 8px 0px;
                    background-size: 19px;
				}
			}
			p{
				font-size: 14px;
				line-height:25px;
				margin: 0px 0px 20px 0px;
				letter-spacing: 0px;
			}
			.t_company_li{
                margin: 0px 0px 30px 0px;
                padding: 0px;
                list-style-type: none;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 15px 0px;
				li{
                    width: 48%;
					a{
                        display: block;
                        font-size: 13px;
                        font-weight: bold;
                        text-align: center;
                        color: #fff;
                        line-height: 55px;
                        border-radius: 5px;
                        background-color: #ed6103;
                        background-repeat: no-repeat;
                        background-image: url(/img/top/link_icon_f.webp);
                        background-position-y: center;
                        background-position-x: 90%;
                        background-size: 17px;
                        text-decoration: none;

					}
				}

			}
			.t_info_wrap{
				.t_info_ti{
					margin: 0px 0px 10px 0px;
					display: flex;
					justify-content: space-between;
					align-items: center;
					h3{
						font-size: 20px;
						font-weight: bold;
						padding: 0px 0px 0px 23px;
						position: relative;
						&::before{
							content: "";
							width: 17px;
							height: 17px;
							background-color: #ed6103;
							border-radius: 30px;
							left: 0px;
							top: 0px;
							bottom: 0px;
							margin: auto;
							position: absolute;
						}
						span{
							font-size: 20px;
							font-weight: bold;
							color: #b4b4b4;
							padding: 0px 0px 0px 10px;
						}
					}
					a{
						display: block;
						font-size: 14px;
						font-weight: bold;
						color: #ed6103;
						line-height: 23px;
						padding: 0px 33px 0px 0px;
						background-image: url(/img/top/link_icon_o.webp);
						background-repeat: no-repeat;
						background-position-x: right;
						text-decoration: none;
					}
				}
				iframe{
					display: block;
					border: none;
					overflow: scroll;
					width: 100%;
				}

			}

		}
	}
}
.t_info_box_wrap{
    border: solid 1px #ccc;
    padding: 0px 15px 15px 15px;

}
.t_info_box{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	li{
		&:last-child a{
			border-bottom: none;
		}
		a{
			display: block;
			color: #333;
			text-size-adjust: none;
			padding: 15px 0px;
			border-bottom: solid 1px #ccc;
			text-decoration: none;
			span{
				display: block;
				font-size: 14px;
				font-weight: bold;
				display: flex;


				span{
					display: block;
					margin: 0px 0px 0px 10px;
					padding: 0px 15px;
					font-size: 13px;
					line-height: 23px;
					background-color: #eae8e8;
					font-weight: normal;


				}
			}
			p{
				display: flex;
				gap: 0px 5px;
				margin: 0px;
				label{
					display: block;
					margin: 0px 0px 0px 10px;
					padding: 0px 17px;
					font-size: 13px;
					line-height: 23px;
					background-color: #eae8e8;
					font-weight: normal;
				}
			}
			div{
				font-size: 15px;
				margin: 7px 0px 0px 0px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				line-height: 19px;
			}
		}
	}
}
.t_company_r {

}
.t_info_wrap {}
.t_info_ti {}
.t_shop_wrap{
	background-color: #fef5f0;
	padding: 50px 0px;
	h2{
        font-size: 25px;
        font-weight: bold;
        margin: 0px auto 20px auto;
        padding: 0px 0px 0px 30px;
        position: relative;
        line-height: 19px;
        background-image: url(/img/top/shop_ti_icon.webp);
        background-repeat: no-repeat;
        background-size: 20px;
        width: 92%;
        box-sizing: border-box;
		span{
			font-size: 14px;
			font-weight: bold;
			color: #b4b4b4;
			padding: 0px 0px 0px 10px;
		}
	}
	ul{
		width: 92%;
		margin: auto;
		padding: 0px;
		list-style-type: none;
		li{
			padding: 15px 4%;
			align-items: center;
			width: 100%;
			box-sizing: border-box;
			border-radius: 15px;
			display: flex;
			justify-content: space-between;
			background-color: #fff;
			box-sizing: border-box;
			&:first-child{
				margin-bottom: 15px;
			}
			img{
				width: 30%;
			}
			.t_shop_box{
                width: 315px;
				width: 65%;
			}

			h3{
                font-size: 15px;
                font-weight: bold;
                color: #ed6103;
                margin: 0px 0px 4px 0px;
			}
			p{
				font-size: 12px;
                line-height: 16px;
                margin: 0px;
			}
		}
	}

}
.t_contact_wrap {
	background-image: url(/img/top/contact_bg.webp);
	background-repeat: no-repeat;
	background-position-x: center;
	letter-spacing: 1px;
	padding: 50px 0px;
	background-size: cover;
	position: relative;
	h2{
        font-size: 25px;
        font-weight: bold;
        color: #333;
        text-align: center;
        margin: 0px 0px 20px 0px;
        line-height: 22px;
		span{
            display: block;
            color: #333;
            font-size: 14px;
            font-weight: bold;
            margin: 0px auto 10px auto;
            padding: 0px 0px 0px 26px;
            text-align: center;
            background-repeat: no-repeat;
            background-position-y: center;
            width: fit-content;
            background-image: url(/img/top/contact_title_icon.webp);
            background-size: 18px;
		}
	}
	p{
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        margin: 0px 0px 20px 0px;
	}
	.t_contact_inq{
		width: 92%;
        margin: auto;
        background-color: #fff;
        border-radius: 15px;
        padding: 20px 4%;
        box-sizing: border-box;
		.t_contact_tel{
			font-size: 13px;
			text-align: center;
			margin-bottom: 15px;
			a{
				color: #ed6103;
				text-decoration: none;
			}
			span{
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 0px 4px;
                font-size: 23px;
                line-height: 26px;
                font-weight: bold;
                color: #ed6103;
                margin: 0px auto 5px auto;
                text-align: center;
				i{
					font-size: 16px;
					color: #ed6103;
				}
			}
		}
		ul{
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			li{
				width: 100%;
				&:last-child{
					margin-top: 15px;
				}
				&:last-child a{
					background-color: #fff;
					color: #ed6103;
					background-image: url(/img/top/link_icon_o.webp);
				}
				a{
                    display: block;
                    font-size: 15px;
                    font-weight: bold;
                    text-align: center;
                    color: #fff;
                    background-color: #ed6103;
                    border: solid 2px #ed6103;
                    line-height: 60px;
                    border-radius: 5px;
                    background-image: url(/img/top/link_icon_f.webp);
                    background-repeat: no-repeat;
                    background-position-y: center;
                    background-position-x: 92%;
                    background-size: 17px;
                    text-decoration: none;
				}
			}
		}
	}
}
footer.footer_wrap{
    margin-top: -67px !important;
	padding-top: 150px !important;
}