@charset "UTF-8";

.point_bg{
	background-image: url(../img/common/bg01.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y;
	padding: 0 20px;
	overflow-x: hidden;
}
.point_area .content_inner{
	margin: 0 auto;
	width: 83.55%;
	max-width: 1604px;
}
.point_inner{
	margin:0 auto;
	width: 70%;
	max-width: 1040px;
	padding: 60px 20px 110px;
	box-sizing: border-box;
	background-color: rgb(51 31 2 / 80%);
	position: relative;
}


.link-btn_area{
	right:-3%;
	top:1%;
}


/* point */

.point_ttl:after{
	position:absolute;
	content:"";
	width: 45px;
	height: 10px;
	background-image:url(../img/top/arrow.png);
	background-repeat: no-repeat;
	background-size:contain;
	right: 3%;
	bottom: 10px;
	transform: translate(0%,0%);
	transition-duration:0.6s;
}
.point_ttl:hover:after{
	right:1%;
	transition-duration:0.6s;
}




/* ------------ point_common ------------ */
.page-ttl_img{
	max-width: 600px;
	width: 60%;
	margin: 0 auto 50px;
	text-align:center;
}
.point_ttl{
	position:relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.085em;
	line-height: 1.4;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.point_ttl:after{
	position:absolute;
	content:"";
	width:100%;
	height: 10px;
	background-image: url(../img/point/ttl_un.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}

.point_subttl{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.085em;
	line-height: 1.2;
	margin-bottom: 40px;
	position:relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}
.point_subttl:before{
	position:absolute;
	content:"";
	width: 20px;
	height: 16px;
	background-image: url(../img/point/icon_beans.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	left: -5px;
	transform: translate(-100%, -50%);
}
.point_subttl:after{
	position:absolute;
	content:"";
	width: 20px;
	height: 16px;
	background-image: url(../img/point/icon_beans.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	right: -5px;
	transform: translate(100%, -50%);
}


.read{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.085em;
	margin-bottom: 40px;
	line-height: 1.6;
}

/* point_system02 */
.point_list{
	box-sizing: border-box;
	color: #fff;
	margin-bottom: 20px;
	border-top: solid 1px #fff;
}

.point_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom:solid 1px #fff;
	box-sizing: border-box;
	justify-content: space-between;
	height: auto;
}
.point_list ul.ttl_list{
	background: #413319;
	vertical-align: middle;
}
.point_list ul.ttl_list li{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point_list ul.ttl_list{
}
.ttl_list li{

}
.point_list ul li{
	box-sizing: border-box;
	border-right:solid 1px #fff;
	padding: 10px 2px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}
.point_list ul .item{
	width: 60%;
	text-align: left;
	padding-left: 10px;
}
.point_list .item_list{
	background-color:#e5bd54;
	color:#413319;
}
.point_list .item_list li{
	border:none;
	font-weight: 600;
	width: 100%;
}
.item_list span{
	font-size: 12px;
	margin-top: 3px;
	display: block;
	font-weight: 400;
}
.point_list ul .point-g{
	width: 20%;
}
.point_list ul .point-u{
	width: 20%;
}
.point_list ul .other{
	width: 19.7%;
	border-right: none;
}

.point_list ul li p{}

.cap{
	font-size: 12px;
	color:#fff;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.scroll_p_box{
	display: none;
}

.point_system02{
	margin-bottom:50px;
}


.br1300{
	display: none;
}
.br1000{
	display: none;
}
.br750{
	display: none;
}
@media(max-width:1300px){
	.br1300{
		display: block;
	}
}
@media(max-width:1000px){
	.br1000{
		display: block;
	}
	.dn1000{
		display: none;
	}
	.point_list ul li{
		font-size:14px;
	}

}
@media(max-width:750px){
	.br750{
		display: block;
	}
	.page-ttl_img{
		width:100%;
	}
	
	/* 	point */
	.point_inner{
		width: 100%;
		padding: 30px 20px 55px;
	}
	.page-ttl{
		width: 95%;
		max-width: 350px;
		font-size: 20px;
		padding: 15px 0;
		margin: 0 auto 40px;
	}
	.point_ttl{
		margin-bottom: 35px;
		font-size: 16px;
		padding-bottom: 10px;
	}
	.point_ttl:after{
		bottom: 5px;
	}
	.point_subttl {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
	}
	.read{
		font-size: 12px;
		margin-bottom: 30px;
		text-align:left;
	}
	.read br{
	display:none;
	}
	.point_system01{
	margin-bottom:50px;
	
	}
	
	.point_list{
		overflow-x: scroll;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	
	.point_list ul{
		width:700px;
	}


	.scroll_p_box {
			display: block;
			text-align: center;
			width: 100%;
			margin-bottom: 20px;
	}
	.scroll_p_sp {
			display: block;
			text-align: center;
			padding: 0;
			width: 80%;
			position: relative;
			margin: 0 auto;
			color: #FFF;
			font-size: 16px;
			max-width: 210px;
	}
	.scroll_p_sp::before {
			content: "";
			position: absolute;
			right: -15px;
			opacity: 1;
			width: 8px;
			top: 50%;
			height: 8px;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			transform: translate(-50%,-50%) rotate( 135deg);
			animation-name: right01;
			transition-delay: 0;
			transition-duration: 0;
			animation-delay: 0.5s;
			animation-duration: 1s;
			animation-iteration-count: infinite;
	}
	.scroll_p_sp::after {
			content: "";
			position: absolute;
			left: -15px;
			width: 8px;
			top: 50%;
			height: 8px;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			transform: translate(-50%,-50%) rotate( -45deg);
			animation-name: left01;
			transition-delay: 0;
			transition-duration: 0;
			animation-delay: 0.5s;
			animation-duration: 1s;
			animation-iteration-count: infinite;
	}
	@keyframes left01 {
	0% {
	transform: translate(5px,-50%) rotate(-45deg);
	}
	100% {
	transform: translate(-5px,-50%) rotate(-45deg);
	}
	}

	@keyframes right01 {
	0% {
		transform: translate(-5px,-50%) rotate(135deg);
	}

	100% {
		transform: translate(5px,-50%) rotate(135deg);
		
	}
	}
}