@charset "utf-8";
/* CSS Document */

a{text-decoration: none;}
img{vertical-align: bottom;}

@media screen and (min-width:768px){

/* メインビジュアル
-------------------------------------------------- */
.mv{
	position: relative;
}

.mv-inner{
	position: relative;
	background-color: #000001;
	padding: 0 35px;
}

.mv-inner:before{
    content: '';
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,1,.8);
    width: 100%;
    height: 100%;
}

.mv-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mv-item{
    z-index: 1;
    position: relative;
    width: calc(100% / 6 - 1px);
    margin: 1px 0 0;
}

.mv-item img{ 
    visibility: hidden;
    width: 100%; 
    vertical-align: bottom;
}

.mv-img{
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.mv-img-icon{ 
    width: 60px; 
    margin: 0 auto 18px;
}

.mv-img-icon img{ 
    vertical-align: bottom;
    width: 100%; 
}

.mv-img-txt{
	width: 600px;
}

.mv-img-txt img{ 
    width: 100%; 
}

.rank-col{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* ページ内タブ切り替え
-------------------------------------------------- */
#pglink{
    background-color: #f9f9f9;
    padding: 30px 0;
}

.pglink-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.pglink-item{
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 5px solid #ccc;
    width: 100px;
}

.pglink-item:hover,
.pglink-item.on{
    border-color: #b60005;
}

.pgLink-name{
    color: #333;
    font-size: 14px;
    text-align: center;
}

.pgLink-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 51px;
    margin: 9px auto 16px;
}
.pgLink-img--acc{width: 73px;}
.pgLink-img--tip{width: 60px;}
.pgLink-img--shaft{width: 67px;}
.pgLink-img--flight{width: 38px;}
.pgLink-img--case{width: 38px;}
.pgLink-img--board{width: 43px;}
.pgLink-img--darts{width: 65px;}
.pgLink-img--synthesis{width: 72px;}

.pgLink-img img{
	vertical-align: bottom;
	width: 100%;
}

/* ポイントUP期間
-------------------------------------------------- */
.rank-thm-data{
	display:block;
	box-sizing: border-box;
	width: 120px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: 1px solid #c00102;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	bottom: 5%;
	right: -10%;
	z-index: 10;
}

.rank-thm-data-red{
	color: #c00102;
}

/* 過去のランキング
-------------------------------------------------- */
#otherRanking{
	margin: 80px 0;
}

#otherRanking .sec_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#otherRanking ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#otherRanking ul li{
	width: 48%;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}

#otherRanking ul li a{
	display: block;
	padding: 20px;
	font-size: 16px;
	line-height: 16px;
	position: relative;
	z-index: 5;
	color: #333333;
	transition: 0.3s;
}

#otherRanking ul li a:after{
	transition: 0.3s;
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	top: 50%;
	right: 20px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	z-index: 10;
}

#otherRanking ul li a:hover{
	background: #333333;
	text-decoration: none;
	color: #ffffff;
}

#otherRanking ul li a:hover:after{
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

/* ランキング内容
-------------------------------------------------- */
.ranking{
	min-height: 100vh;
}

.rank-cont{
    background: url("https://gigaplus.makeshop.jp/dartshive/special/2022ranking/img/bg_rank_01.png") 0 0 repeat-x;
}

.rank-ttl{
    font-size: 42px;
	font-weight: 600;
    text-align: center;
    padding: 30px 0;
}

.rank-bg{
    background-color: #f2f2f2;
    margin-bottom: 33px;
    padding: 58px 0 42px 0;
}

.rank-inner{
    width: 100%;
    max-width: 1200px;
	margin: 0 auto;
}

.rank-item{
	box-sizing: border-box;
    width: 360px;
	padding: 20px;
}

/* ランキング1位 */
.rank-item--col1{
    width: 100%;
    padding-bottom: 30px;
}

/* ランキング2位＆3位 */
.rank-item--col2{
    width: 560px;
	padding: 0 20px;
}

/* サムネイル 共通 */
.rank-thm{
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    background-color: #e9e9e9;
    width: 260px;
    height: 260px;
    margin: 0 auto 30px;
    padding: 6px;
}

.rank-thm-img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.rank-thm-img span{
    display: block;
    width: 70%;
}

.rank-thm-img-origin{
    transform: scale(1.2);
}

.rank-thm-img img{ 
    vertical-align: bottom;
    width: 100%; 
}
.rank-thm:hover .rank-thm-img img{ opacity: 0.7; }


/* サムネイル　ランキング上位 1 ~ 3 */
.rank-thm--higher{
	box-sizing: border-box;
    width: 300px;
    height: 300px;
}

/* サムネイル 1位 */
.rank-thm--rank01{
    background: #3f150f; /* Old browsers */
    background: -moz-linear-gradient(left, #3f150f 0%, #c49e1f 21%, #e7de55 38%, #f5f6d4 52%, #e7de55 64%, #c49e1f 84%, #3f150f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3f150f 0%,#c49e1f 21%,#e7de55 38%,#f5f6d4 52%,#e7de55 64%,#c49e1f 84%,#3f150f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3f150f 0%,#c49e1f 21%,#e7de55 38%,#f5f6d4 52%,#e7de55 64%,#c49e1f 84%,#3f150f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f150f', endColorstr='#3f150f',GradientType=1 ); /* IE6-9 */
}

/* サムネイル 2位 */
.rank-thm--rank02{
    background: #a4a4a4; /* Old browsers */
    background: -moz-linear-gradient(left, #a4a4a4 25%, #cfcfcf 45%, #e7e7e7 50%, #cfcfcf 56%, #a4a4a4 75%, #a4a4a4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a4a4a4 25%,#cfcfcf 45%,#e7e7e7 50%,#cfcfcf 56%,#a4a4a4 75%,#a4a4a4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a4a4a4 25%,#cfcfcf 45%,#e7e7e7 50%,#cfcfcf 56%,#a4a4a4 75%,#a4a4a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#a4a4a4',GradientType=1 ); /* IE6-9 */
}

/* サムネイル 3位 */
.rank-thm--rank03{
    background: #733605; /* Old browsers */
    background: -moz-linear-gradient(left, #733605 26%, #8e613d 42%, #f6c795 50%, #8e613d 57%, #733605 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #733605 26%,#8e613d 42%,#f6c795 50%,#8e613d 57%,#733605 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #733605 26%,#8e613d 42%,#f6c795 50%,#8e613d 57%,#733605 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733605', endColorstr='#733605',GradientType=1 ); /* IE6-9 */
}

/* 順位アイコン */
.rank-thm-icon{
    position: absolute;
    top: 0;
    left: -10.7%;
    width: 51px;
}
.rank-thm-icon img{ width: 100%; }


/* 商品名 */
.rank-name{ 
    text-align: center;
    margin: 0 auto 20px;
}

.rank-name a{
	color: #000000;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
}
.rank-name a:hover{text-decoration: underline;}

/* 商品詳細 */
.rank-desc{ 
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}
.rank-item--col1 .rank-desc{ text-align: center; }

.rank-btn a{
    display: block;
	box-sizing: border-box;
	width: 220px;
	margin: 30px auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    background-color: #c00102;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #731213;
	border-bottom: 3px solid #731213;
	text-align: center;
}

.rank-btn a:hover{
	margin: 32px auto 30px;
	border-bottom: 1px solid #731213;
}


/*___________________________

    レビュー
___________________________*/

.review{
    display: flex;
    justify-content: space-between;
}

.review-box{
    display: flex;
	width: 560px;
	margin: 0 20px;
}

.review-icon{
    margin-right: 11px;
}

.review-cap{
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.1;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f2f2f2;
    margin-bottom: 6px;
    padding: 4px 8px 2px;
}

.review-txt{
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1em;
}

.rank-col--other .rank-desc{ margin-bottom: 20px; }
.rank-bg .review-cap{ background-color: #fff; }

.note{
    color: #000000;
    font-size: 12px;
	line-height: 1.8em;
    text-align: center;
    margin: 20px auto 0;
}

}


@media screen and (max-width:767px){

/* メインビジュアル
-------------------------------------------------- */
.mv{
	position: relative;
}

.mv-inner{
	position: relative;
	background-color: #000001;
	padding: 1px;
}

.mv-inner:before{
    content: '';
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,1,.8);
    width: 100%;
    height: 100%;
}

.mv-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mv-item{
    z-index: 1;
    position: relative;
    width: calc(100% / 3 - 1px);
    margin: 1px 0 0;
}

.mv-item img{ 
    visibility: hidden;
    width: 100%; 
    vertical-align: bottom;
}

.mv-img{
	width: 90%;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.mv-img-icon{ 
    width: 10vw; 
    margin: 0 auto 18px;
}

.mv-img-icon img{ 
    vertical-align: bottom;
    width: 100%; 
}

.mv-img-txt{
	width: 100%;
}

.mv-img-txt img{ 
    width: 100%; 
}

.rank-col{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* ページ内タブ切り替え
-------------------------------------------------- */
#pglink{
    background-color: #f9f9f9;
    padding: 0;
}

.pglink-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}
.pglink-item{
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 25%;
	padding: 5px 0;
}

.pglink-item:hover,
.pglink-item.on{
    border-color: #b60005;
}

.pgLink-name{
    color: #333;
    font-size: 12px;
    text-align: center;
}

.pgLink-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 5px auto 0;
}
.pgLink-img--acc{width: 60%;}
.pgLink-img--tip{width: 49%;}
.pgLink-img--shaft{width: 54%;}
.pgLink-img--flight{width: 31%;}
.pgLink-img--case{width: 31%;}
.pgLink-img--board{width: 35%;}
.pgLink-img--darts{width: 53%;}
.pgLink-img--synthesis{width: 59%;}

.pgLink-img img{
	vertical-align: bottom;
	width: 100%;
}

/* ランキング内容
-------------------------------------------------- */
.ranking{
	min-height: 100vh;
}

.rank-cont{
    background: url("https://gigaplus.makeshop.jp/dartshive/special/2022ranking/img/bg_rank_01.png") 0 0 repeat-x;
}

.rank-ttl{
    font-size: 24px;
	font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

.rank-bg{
    background-color: #f2f2f2;
    padding: 50px 0 0;
}

.rank-inner{
    width: 94%;
    max-width: 1200px;
	margin: 0 auto;
}

.rank-item{
	box-sizing: border-box;
    width: 94%;
	padding: 30px 0 0;
}

/* ランキング1位 */
.rank-item--col1{
    width: 100%;
    padding-bottom: 30px;
}

/* ランキング2位＆3位 */
.rank-item--col2{
    width: 100%;
	padding: 0 20px;
	margin-bottom: 30px;
}

/* サムネイル 共通 */
.rank-thm{
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    background-color: #e9e9e9;
    width: 260px;
    height: 260px;
    margin: 0 auto 20px;
    padding: 6px;
}

.rank-thm-img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.rank-thm-img span{
    display: block;
    width: 70%;
}

.rank-thm-img-origin{
    transform: scale(1.2);
}

.rank-thm-img img{ 
    vertical-align: bottom;
    width: 100%; 
}
.rank-thm:hover .rank-thm-img img{ opacity: 0.7; }

.rank-col.rank-col--other{
	justify-content: space-between;
}
.rank-col--other .rank-item{width: 48%;}
.rank-col--other .rank-item .rank-thm{
	width: 45vw;
	height: 45vw
}


/* サムネイル　ランキング上位 1 ~ 3 */
.rank-thm--higher{
	box-sizing: border-box;
    width: 260px;
    height: 260px;
}

/* サムネイル 1位 */
.rank-thm--rank01{
    background: #3f150f; /* Old browsers */
    background: -moz-linear-gradient(left, #3f150f 0%, #c49e1f 21%, #e7de55 38%, #f5f6d4 52%, #e7de55 64%, #c49e1f 84%, #3f150f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3f150f 0%,#c49e1f 21%,#e7de55 38%,#f5f6d4 52%,#e7de55 64%,#c49e1f 84%,#3f150f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3f150f 0%,#c49e1f 21%,#e7de55 38%,#f5f6d4 52%,#e7de55 64%,#c49e1f 84%,#3f150f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f150f', endColorstr='#3f150f',GradientType=1 ); /* IE6-9 */
}

/* サムネイル 2位 */
.rank-thm--rank02{
    background: #a4a4a4; /* Old browsers */
    background: -moz-linear-gradient(left, #a4a4a4 25%, #cfcfcf 45%, #e7e7e7 50%, #cfcfcf 56%, #a4a4a4 75%, #a4a4a4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a4a4a4 25%,#cfcfcf 45%,#e7e7e7 50%,#cfcfcf 56%,#a4a4a4 75%,#a4a4a4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a4a4a4 25%,#cfcfcf 45%,#e7e7e7 50%,#cfcfcf 56%,#a4a4a4 75%,#a4a4a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#a4a4a4',GradientType=1 ); /* IE6-9 */
}

/* サムネイル 3位 */
.rank-thm--rank03{
    background: #733605; /* Old browsers */
    background: -moz-linear-gradient(left, #733605 26%, #8e613d 42%, #f6c795 50%, #8e613d 57%, #733605 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #733605 26%,#8e613d 42%,#f6c795 50%,#8e613d 57%,#733605 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #733605 26%,#8e613d 42%,#f6c795 50%,#8e613d 57%,#733605 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733605', endColorstr='#733605',GradientType=1 ); /* IE6-9 */
}

/* 順位アイコン */
.rank-thm-icon{
    position: absolute;
    top: -5vw;
    left: -2vw;
    width: 51px;
}
.rank-thm-icon img{ width: 100%; }


/* 商品名 */
.rank-name{ 
    text-align: center;
    margin: 0 auto 20px;
}
.rank-name a{
	color: #000000;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: bold;
}

.rank-name:hover{
	text-decoration: underline;
}

/* 商品詳細 */
.rank-desc{ 
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}
.rank-item--col1 .rank-desc{ text-align: center; }

.rank-btn a{
    display: block;
	box-sizing: border-box;
	width: 90%;
	margin: 20px auto 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    background-color: #c00102;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #731213;
	border-bottom: 3px solid #731213;
	text-align: center;
}

/* レビュー
-------------------------------------------------- */
.review-box{
    display: flex;
	width: 100%;
	margin: 0;
}

.review-icon{
    margin-right: 10px;
}

.rank-col.rank-col--other .review-icon{
	display: none;
}

.review-cap{
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.1;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f2f2f2;
    margin-bottom: 6px;
    padding: 4px 8px 2px;
}

.review-txt{
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.rank-col--other .rank-desc{ margin-bottom: 20px; }
.rank-bg .review-cap{ background-color: #fff; }

.note{
    color: #000000;
    font-size: 12px;
	line-height: 1.8em;
    text-align: center;
    margin: 20px auto 0;
}

/* ポイントUP期間
-------------------------------------------------- */
.rank-thm-data{
	display:block;
	box-sizing: border-box;
	width: 110px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: 1px solid #c00102;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 8;
}

.rank-thm-data-red{
	color: #c00102;
}

/* 過去のランキング
-------------------------------------------------- */
#otherRanking{
	margin: 60px 0;
}

#otherRanking .sec_inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

#otherRanking ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#otherRanking ul li{
	width: 48%;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	margin: 10px auto 0;
}

#otherRanking ul li a{
	display: block;
	padding: 15px 0;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	text-align: center;
}

#otherRanking ul li a:hover{
	background: #333333;
	text-decoration: none;
	color: #ffffff;
}
}