/*************************************************************
	default
**************************************************************/
* {
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
	word-break: break-all;
}
html{
	font-size: 62.5%;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body{
	min-width: 1100px;
	text-align: center;
	font-size: 1.6rem;
}
p {
	line-height: 2;
}



/*************************************************************
	modules
**************************************************************/
.skew_container {
	position: relative;
}
.skew_container::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transform: skewY(3deg);
	transform-origin: bottom left;
	z-index: -1;
	width:100%;
	height:100%;
}



/*************************************************************
	wrapper
**************************************************************/
#wrapper {
	background: url("../img/top_bg.png") top center no-repeat  #c50a0b;
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
}



/*************************************************************
	top
**************************************************************/
#top {
}
#top #header {
	text-align: left;
	background: rgba(0,0,0,0.5);
}
#top #header .site_logo {
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: middle;
}
#top #header img {
	width: 180px;
	padding: 5px 0;
}
#top #header .breadcrumb {
	display: inline-block;
	list-style: none;
	background: rgba(255,255,255,0.3);
}
#top #header .breadcrumb li {
	display: inline-block;
}
#top #header .breadcrumb li a {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	list-style: none;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
}
#top #header .breadcrumb .last a {
	padding: 5px 10px 5px 0;
}
#top #header .breadcrumb li a:hover {
	text-decoration: underline;
}
#top #header .breadcrumb li .fas {
	padding: 0 10px 0 0;
}
#top h1 {
	margin: 80px 0 40px;
}
#top h1 img {
	max-width: 612px;
}
#top .description {
	margin: 0 0 40px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
}
#top .description .site_logo {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
#top .description .site_logo:hover {
	opacity: 0.8;
}
#top .description .site_logo img {
	width: 250px;
}
#top .description .note {
	display: block;
	margin-top: 20px;
	font-size: 1.3rem;
	font-weight: normal;
}


/*************************************************************
	page_nav
**************************************************************/
#page_nav {
	padding: 140px 0 40px;
	z-index: 10;
}
#page_nav::after {
	border-top: 30px solid rgba(255,255,255,0.5);
	background: url("../img/nav_bg.png") bottom center no-repeat  #dbbe7a;
}
#page_nav h2 {
	margin: 0 0 40px;
}
#page_nav #category_list a {
	display: inline-block;
	margin: 0 5px 10px;
	padding: 10px;
	color: #c09740;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	border: 5px solid rgba(219, 190, 190, 0.2);
	background: rgba(255,255,255,0.85);
	border-radius: 4px;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
}
#page_nav #category_list a:hover {
	color: #fff;
	background: #c50a0b;
}


/*************************************************************
	ranking
**************************************************************/
#ranking {
	padding: 150px 0 100px;
	z-index: 20;
}
#ranking::after {
	border-top: 30px solid rgba(219,190,122,0.5);
	background-color: #fff;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(219, 190, 122, 0.07) 5px, rgba(219, 190, 122, 0.07) 10px );
	box-shadow: 0 0 20px #444;
}
#ranking h2 {
	margin: 0 auto 50px;
	padding: 40px 0;
	font-size: 4.0rem;
	font-size: 3.0rem;
	color: #333;
	background: #fff;
	box-shadow: 0  0 10px #dbbe7a;
}
#ranking h2 span {
	padding: 0 10px;
}
#ranking h2 .no1 { color: #dbbe7a; }
#ranking h2 .no2 { color: #b5b6b6; }
#ranking h2 .no3 { color: #be905d; }
#ranking .item {
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	padding: 30px 0 30px 15px;
	background: rgba(255,255,255,0.75);
	box-shadow: 0 0 2px #dbbe7a;
	border-radius: 4px;
}
#ranking .item a:hover {
	opacity: 0.8;
	text-decoration: underline !important;
}
#ranking .item .rank { width: 85px; }
#ranking .item .img { width: 250px; }
#ranking .item .detail { width: 625px; }
#ranking .item .rank {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#ranking .item .rank .number {
	display: inline-block;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
#ranking .item .rank .number span {
	font-size: 3.5rem;
}
#ranking .item .rank .number .fas {
	color: #c50a0b;
}
#ranking .item .rank .number img {
	max-width: 100%;
}
#ranking .item .detail {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
}
#ranking .item .title h3 {
	display: inline-block;
	margin: 0 0 10px;
}
#ranking .item .title h3 a {
	font-size: 2.4rem;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
}
#ranking .item .title h3 a .fas {
	padding: 0 5px 0 0;
	color: #4ac;
}
#ranking .item .company {
	margin: 0 0 10px;
}
#ranking .item .company a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#ranking .item .img {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
}
#ranking .item .img a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#ranking .item .img a img {
	max-width: 100%;
	max-height: 200px;
}
#ranking .item .tags .tag {
	display: inline-block;
	margin:0 0 4px 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}
#ranking .item .tags {
	margin: 0 0 10px;
}
#ranking .item .tags .item:hover { opacity: 0.8; }
#ranking .item .tags .tcColor { background: #3d80b1; }
#ranking .item .tags .ampColor { background: #3d9eac; }
#ranking .item .tags .agpColor { background: #683ec0; }
#ranking .item .tags .pcColor { background: #3d5fb6; }
#ranking .item .text {
	padding: 10px;
	font-size: 1.3rem;
	line-height: 1.6;
	box-shadow: 0 0 10px #ccc inset;
}
#ranking .item .detail_link {
	position: absolute;
	bottom: 16px;
	right: -30px;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	background: #333;
	cursor: pointer;
	text-decoration: none;
}
#ranking .item .detail_link:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: -10px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(219, 190, 122, 1);
	border-width: 0 0 10px 30px;
}
#ranking .ranking_link {
	display: block;
	margin: 40px auto 150px;
	padding: 15px 0;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35);
	background-color: #dbbe7a;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbbe7a), color-stop(100%, #C5AC70));
	background: -webkit-linear-gradient(top, #dbbe7a, #C5AC70);
	background: -moz-linear-gradient(top, #dbbe7a, #C5AC70);
	background: -o-linear-gradient(top, #dbbe7a, #C5AC70);
	background: linear-gradient(top, #dbbe7a, #C5AC70);
	border: 10px solid rgba(255,255,255,0.7);
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#ranking .ranking_link:hover {
	opacity: 0.8;
}
#ranking .ranking_link:last-child {
	margin-bottom: 0;
}
#ranking .ranking_link  .fas {
	padding: 0 0 0 10px;
}



/*************************************************************
	link_nav
**************************************************************/
#link_nav {
	position: relative;
	margin-top: 140px;
	padding: 50px 0;
	background: #444;
	border-bottom: 3px solid #c50a0b;
	box-shadow: 0 0 40px #000 inset;
	z-index: 60;
}
#link_nav h2 {
	margin-bottom: 30px;
}
#link_nav #link_list a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px;
	color: #c09740;
	font-size: 1.4rem;
	text-decoration: none;
	border: 1px solid #c09740;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
	-ms-transition: All 0.2s ease;
	transition: All 0.2s ease;
}
#link_nav #link_list a:hover {
	color: #444;
	background: #c09740;
}
#link_nav #link_list a .fas {
	padding: 0 0 0 10px;
	color: #fff;
}



/*************************************************************
	fixed_social
**************************************************************/
#fixed_social {
	position: fixed;
	bottom: 20px;
	left: 0;
	width: 100px;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	border-radius: 0 5px 5px 0;
	z-index: 100;
	list-style: none;
    }
#fixed_social li {
	height: 22px;
	text-align: left;
}


/*************************************************************
	footer & pagetop
**************************************************************/

#footer {
	position: relative;
	font-size: 1.6rem;
	z-index: 60;
}
#footer #firstBox .inner {
	text-align: left !important;
}
#footer .socialWrp li {
	vertical-align: top !important;
}
#pageTop {
	display: none !important;
}
#page_top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	font-size: 10px;
	font-weight: bold;
	z-index: 100;
	background: #c50a0b;
	border-radius: 100%;
	opacity: 0.7;
}
#page_top:hover {
	opacity: 1;
	cursor: pointer;
}
#page_top a {
	display: inline-block;
	padding: 30px 0 0 0;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: none;
}