/** Shopify CDN: Minification failed

Line 6:9 "UTF-8" will be used instead of unsupported charset "euc-jp"

**/
@charset "euc-jp";
/*====================================================================

anap_rank.css

====================================================================*/
.anap_rank .image {
	width: 100%;
}
.anap_rank {
	font-size: 23px;
	line-height: 1.6;
}
.anap_rank h1 {
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
}
.anap_rank h2 {
	font-size: 1.6rem !important;
	font-weight: bold !important;
}
.anap_rank .disp-none {
	display: none;
}
.anap_rank .note {
	font-size: 18px;
}
.anap_rank .flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.anap_rank .primary {
	width: 100%;
	margin: 0 auto 50px;;
}
.anap_rank .btns {
	margin: 60px auto 80px;
	width: 90%;
}
.anap_rank .btns .btn {
	font-size: 23px;
	padding: 20px;
    letter-spacing: 0;
}
.anap_rank .btns .btn,
.btns .btn:hover {
	background: #000 !important;
}
.btns .btn:hover {
	opacity: 0.6;
}
.anap_rank .fukidashi {
	margin-bottom: 40px;
}

/* fv */
.anap_rank .fv {
	background: #ffb516;
}
.anap_rank .fv .flex {
	justify-content: center;
	padding-bottom: 60px;
}
.anap_rank .fv ul li {
	width: 14%;
	margin: 1%;
}

/* ランク */
.anap_rank .member-rank {
	border: 6px solid #000;
	font-size: 17px;
}
.anap_rank .member-rank .summary {
	width: 94%;
	margin: 60px auto;
	justify-content: space-between;
	position: relative;
}
.anap_rank .member-rank .summary h2 {
	margin-top: 30px; 
	padding: 0 !important;
	border-bottom: none !important;
}
.anap_rank .member-rank .member-rank-txt {
	width: 36%;
}
.anap_rank .member-rank .member-rank-image {
	width: 60%;
}
.anap_rank .member-rank .txt-center {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.anap_rank .member-rank .member-rank-txt h2 {
	font-size: 22px !important;
	margin-bottom: 10px;
}


/* point */
.anap_rank .point .detail h1 {
	background: #ffba00;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 10px !important;
}
.anap_rank .point .even-number {
	background: #1aab9a !important;
}
.anap_rank .point .box {
	margin: 4% 0 4% 0;
}
.anap_rank .point .point-txt {
	width: 60%;
}
.anap_rank .point .point-image {
	width: 32%;
	margin: 4%;
	position: relative;
}
/*
.anap_rank .point .point-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
*/
.anap_rank .point .btn {
	width: 66%;
}
.anap_rank .point .btns {
	text-align: center;
	margin: 30px auto 140px;
}
.anap_rank .point .btns-double {
	text-align: center;
	margin: 10px auto;
}
.anap_rank .point .primary {
	margin-bottom: 0;
	justify-content: space-between;
}
.anap_rank .point .point03,
.anap_rank .point .point04 {
	margin-bottom: 90px;
}

/* アンカーリンク調整 */
.anap_rank #icon-point01,
.anap_rank #icon-point02,
.anap_rank #icon-point03,
.anap_rank #icon-point04,
.anap_rank #icon-point05,
.anap_rank #icon-point06 {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
.anap_rank #rank_image {
	display: block;
	padding-top: 220px;
	margin-top: -220px;
}








