@charset "UTF-8";






/* read
----------------------------*/
#read .txt {
	text-align: center;
}
@media screen and (max-width: 767px) {
	#read .txt {
		text-align: left;
	}
}






/* btn-other
----------------------------*/
.btn-other {
	width: 410px;
	margin: 40px auto 0 auto;
}
	.btn-other a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		border-radius: 25px;
		font-size: 1.6rem;
		text-align: center;
		color: #fff;
		line-height: 1;
		font-weight: 700;
	}
	.btn-other.blue a {
		background: #488299;
	}
	.btn-other.black a {
		background: #2E2A28;
	}
	.btn-other.blue a:hover {
		background: #2E2A28;
	}
	.btn-other.black a:hover {
		background: #488299;
	}
@media screen and (max-width: 1024px) {
	.btn-other {
		width: 310px;
		margin: 30px auto 0 auto;
	}
		.btn-other a {
			height: 48px;
			border-radius: 24px;
			font-size: 1.5rem;
		}
}
@media screen and (max-width: 767px) {
	.btn-other {
		width: 70%;
		margin: 25px auto 0 auto;
	}
		.btn-other a {
			height: 46px;
			border-radius: 23px;
			font-size: 1.4rem;
		}
}






/* pickup
----------------------------*/
#pickup {
	background: #F9F7F6;
	padding: 70px 0;
}
	#pickup .box {
		width: 31%;
		background: #fff;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
		text-align: center;
		padding: 25px 30px;
	}
	#pickup .box:nth-child(3n) {
		margin-right: 0;
	}
	#pickup .box:nth-child(4),
	#pickup .box:nth-child(5),
	#pickup .box:nth-child(6) {
		margin-bottom: 0;
	}
		#pickup .box .en {
			font-size: 1.6rem;
			line-height: 1;
			margin-bottom: 15px;
		}

		#pickup .box .icon {
			width: 110px;
			margin: 0 auto 20px auto;
		}

		#pickup .box h3 {
			font-size: 2.4rem;
			font-weight: 500;
			line-height: 1.3em;
			margin-bottom: 10px;
		}
@media screen and (max-width: 1024px) {
	#pickup {
		padding: 60px 0;
	}
		#pickup .box {
			padding: 20px 25px;
		}
			#pickup .box .en {
				font-size: 1.4rem;
				margin-bottom: 12px;
			}

			#pickup .box .icon {
				width: 100px;
				margin: 0 auto 15px auto;
			}

			#pickup .box h3 {
				font-size: 2.0rem;
			}
}
@media screen and (max-width: 767px) {
	#pickup {
		padding: 60px 0;
	}
		#pickup .box {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 4%;
			padding: 20px 15px;
		}
		#pickup .box:nth-child(3n) {
			margin-right: 4%;
		}
		#pickup .box:nth-child(4) {
			margin-bottom: 4%;
		}
		#pickup .box:nth-child(2n) {
			margin-right: 0;
		}
			#pickup .box .en {
				font-size: 1.2rem;
				margin-bottom: 12px;
			}

			#pickup .box .icon {
				width: 50%;
				margin: 0 auto 12px auto;
			}

			#pickup .box h3 {
				font-size: 1.6rem;
				letter-spacing: 0;
			}

			#pickup .box .txt {
				font-size: 1.2rem;
				letter-spacing: 0;
			}
				#pickup .box .txt br {
					display: none;
				}
}






/* anchor
----------------------------*/
#anchor .list li {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 15px;
	border: solid 1px #958E8F;
}
#anchor .list li:nth-child(3n) {
	margin-right: 0;
}
#anchor .list li:nth-child(4),
#anchor .list li:nth-child(5),
#anchor .list li:nth-child(6) {
	margin-bottom: 0;
}
	#anchor .list li a {
		display: block;
		height: 73px;
		background: #fff url(https://chut.itembox.design/item/2026rw/membership/img/icon_anchor_arrow_black.svg) no-repeat center bottom 15px;
		font-size: 1.6rem;
		text-align: center;
		padding-top: 15px;
	}
	#anchor .list li a:hover {
		background: #958E8F url(https://chut.itembox.design/item/2026rw/membership/img/icon_anchor_arrow_white.svg) no-repeat center bottom 15px;
		color: #fff;
	}
@media screen and (max-width: 1024px) {
	#anchor .list li a {
		height: 70px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	#anchor .list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#anchor .list li:nth-child(3n) {
		margin-right: 4%;
	}
	#anchor .list li:nth-child(2n) {
		margin-right: 0;
	}
	#anchor .list li:nth-child(4) {
		margin-bottom: 4%;
	}
		#anchor .list li a {
			height: 66px;
			background: #fff url(https://chut.itembox.design/item/2026rw/membership/img/icon_anchor_arrow_black.svg) no-repeat center bottom 13px;
			font-size: 1.4rem;
		}
		#anchor .list li a:hover {
			background: #958E8F url(https://chut.itembox.design/item/2026rw/membership/img/icon_anchor_arrow_white.svg) no-repeat center bottom 13px;
		}
}






/* benefits
----------------------------*/
.benefits .other-title {
	text-align: center;
	margin-bottom: 40px;
}
	.benefits .other-title .icon {
		width: 110px;
		margin: 0 auto 15px auto;
	}

	.benefits .other-title .en {
		font-size: 4.5rem;
		font-weight: 400;
		line-height: 1.2em;
		margin-bottom: 10px;
	}

	.benefits .other-title h2 {
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 1.3em;
	}

.benefits .txt.center {
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
	.benefits .other-title {
		margin-bottom: 35px;
	}
		.benefits .other-title .icon {
			width: 100px;
		}

		.benefits .other-title .en {
			font-size: 4.2rem;
		}

		.benefits .other-title h2 {
			font-size: 1.2rem;
		}

	.benefits .txt.center {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 767px) {
	.benefits .other-title {
		margin-bottom: 30px;
	}
		.benefits .other-title .icon {
			width: 80px;
			margin: 0 auto 12px auto;
		}

		.benefits .other-title .en {
			font-size: 3.8rem;
			margin-bottom: 5px;
		}

		.benefits .other-title h2 {
			font-size: 1.1rem;
		}

	.benefits .txt.center {
		text-align: left;
		margin-bottom: 30px;
	}
}






/* point
----------------------------*/
#point .point-list {
	margin-bottom: 40px;
}
	#point .point-list .box {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48%;
		padding: 20px 40px;
		background: #E7E1DF;
	}
		#point .point-list .box .icon {
			width: 64px;
		}

		#point .point-list .box .text {
			width: -webkit-calc(100% - 64px);
			width: calc(100% - 64px);
			padding-left: 30px;
		}
			#point .point-list .box .text h3 {
				font-size: 1.6rem;
				font-weight: 500;
				margin-bottom: 8px;
			}

#point .explanation .cont {
	margin-bottom: 30px;
}
#point .explanation .cont:nth-last-child(1) {
	margin-bottom: 0;
}
	#point .explanation .cont h4 {
		width: 220px;
		background: #958E8F;
		font-size: 1.6rem;
		font-weight: 500;
		text-align: center;
		color: #fff;
		padding: 10px;
		margin-bottom: 15px;
	}
@media screen and (max-width: 1024px) {
	#point .point-list {
		margin-bottom: 35px;
	}
		#point .point-list .box {
			padding: 20px 30px;
		}
			#point .point-list .box .text h3 {
				font-size: 1.5rem;
			}

	#point .explanation .cont {
		margin-bottom: 25px;
	}
	#point .explanation .cont:nth-last-child(1) {
		margin-bottom: 0;
	}
		#point .explanation .cont h4 {
			width: 200px;
			font-size: 1.5rem;
			padding: 8px;
			margin-bottom: 12px;
		}
}
@media screen and (max-width: 767px) {
	#point .point-list {
		display: block;
		margin-bottom: 35px;
	}
		#point .point-list .box {
			width: 100%;
			margin-bottom: 15px;
			padding: 20px 50px;
		}
		#point .point-list .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#point .point-list .box .text h3 {
				font-size: 1.4rem;
			}

	#point .explanation .cont {
		margin-bottom: 25px;
	}
	#point .explanation .cont:nth-last-child(1) {
		margin-bottom: 0;
	}
		#point .explanation .cont h4 {
			width: 180px;
			font-size: 1.4rem;
		}
}






/* membership
----------------------------*/
#membership .table-membership {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
}
	#membership .table-membership th {
		border: solid 1px #958E8F;
		height: 50px;
		padding: 8px 5px;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.3em;
		text-align: center;
		letter-spacing: 0;
	}
	#membership .table-membership th:nth-child(1) {
		background: #E7E1DF;
	}
	#membership .table-membership th:nth-child(2) {
		background: #D2A679;
		color: #fff;
	}
	#membership .table-membership th:nth-child(3) {
		background: #B8B8B8;
		color: #fff;
	}
	#membership .table-membership th:nth-child(4) {
		background: #D4AF37;
		color: #fff;
	}
	#membership .table-membership th:nth-child(5) {
		background: #4A4A4A;
		color: #fff;
	}

	#membership .table-membership td {
		border: solid 1px #958E8F;
		padding: 8px 5px;
		height: 56px;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.3em;
		text-align: center;
		letter-spacing: 0;
	}
	#membership .table-membership td:nth-child(1) {
		background: #F9F7F6;
	}
	#membership .table-membership td:nth-child(2) {
		color: #D2A679;
	}
	#membership .table-membership td:nth-child(3) {
		color: #B8B8B8;
	}
	#membership .table-membership td:nth-child(4) {
		color: #D4AF37;
	}
	#membership .table-membership td:nth-child(5) {
		color: #4A4A4A;
	}

#membership .flow {
	border: solid 1px #958E8F;
}
@media screen and (max-width: 1024px) {
	#membership .table-membership {
		margin-bottom: 20px;
	}
		#membership .table-membership th {
			font-size: 1.5rem;
		}

		#membership .table-membership td {
			font-size: 1.3rem;
		}
}
@media screen and (max-width: 767px) {
	#membership .table-membership {
		margin-bottom: 15px;
	}
		#membership .table-membership th {
			padding: 12px 3px;
			font-size: 1.2rem;
		}

		#membership .table-membership td {
			padding: 12px 3px;
			font-size: 1.2rem;
		}
}






/* birthday
----------------------------*/
#birthday .explanation {
	border: solid 1px #958E8F;
	padding: 30px 40px;
	margin-bottom: 20px;
}

#birthday .explanation .cont {
	width: 48%;
}
	#birthday .explanation .cont h4 {
		background: #958E8F;
		font-size: 1.6rem;
		letter-spacing: 0;
		font-weight: 500;
		text-align: center;
		color: #fff;
		padding: 10px;
		margin-bottom: 15px;
	}
@media screen and (max-width: 1024px) {
	#birthday .explanation {
		padding: 30px 30px;
	}
		#birthday .explanation .cont h4 {
			font-size: 1.5rem;
			padding: 8px;
			margin-bottom: 12px;
		}
}
@media screen and (max-width: 767px) {
	#birthday .explanation {
		display: block;
		padding: 20px 20px;
	}
		#birthday .explanation .cont {
			width: 100%;
			margin-bottom: 20px;
		}
		#birthday .explanation .cont:nth-last-child(1) {
			margin-bottom: 0;
		}
			#birthday .explanation .cont h4 {
				width: 100%;
				font-size: 1.4rem;
			}
}






/* aaaa
----------------------------*/
#aaaa {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}





















