@charset "utf-8";

@font-face {
	font-family: 'FontAwesome';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot');
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf') format('truetype'),
		url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html, button, input, select, textarea,
.pure-g [class *="pure-u"] {
	/* Set your content font stack here: */
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
	color: #0066CC;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #FF3366;
}

p {
	margin-bottom: 0.7em;
}

em {
	font-style: normal;
	font-weight: bold;
}

section {
	margin-bottom: 20px;
}

.pure-img {
	max-width: 100%;
	height: auto;
}

/*
.asp {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.asp img {
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
}*/

.red {
	color: #ff0000;
}

.line-yellow {
	background: linear-gradient(transparent 60%, #FFC 0%);
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	line-height: normal;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

header {
	padding: 10px;
	margin-bottom: 40px;
	border-top: 10px solid #ffcccc;
	min-width: 320px;
}

header h1 {
	text-align: center;
	margin: 40px auto;
}

header p {
	font-weight: bold;
	color: #0099FF;
	text-align: center;
}

#header, #footer {
	max-width: 1300px;
	min-width: 320px;
	margin: auto;
	overflow: hidden;
}

#wrapper {
	min-width: 340px;
}

.box {
	padding: 10px;
}

footer {
	clear: both;
	padding: 20px 10px;
	text-align: center;
	border-top: 1px solid #ffcccc;
}

address {
	font-size: 12px;
	font-style: normal;
	padding: 10px 0px;
}


@media screen and (min-width:1201px) {
	#container {
		float: left;
		margin: 0 -322px 0 0;
		width: 100%;
	}

	.content {
		float: right;
		width: 100%;
		margin-left: -302px;
	}

	#main {
		position: relative;
		margin: 0 350px 20px 300px;
		border: 1px solid #ffcccc;
		border-radius: 5px;
		padding: 10px;
	}

	#side1 {
		float: left;
		width: 280px;
		background-color: #FFF;
		font-size: 14px;
	}

	#side2 {
		float: right;
		width: 300px;
		background-color: #FFF;
		padding-right: 10px;
		font-size: 14px;
	}
}

@media screen and (min-width:901px) and (max-width:1200px) {
	#container, .content {
		overflow: hidden;
	}

	#side1 {
		float: left;
		width: 260px;
		font-size: 14px;
	}

	#main {
		margin-left: 270px;
		padding: 10px;
	}

	#side2 {
		padding: 10px;
	}
}

@media screen and (max-width:900px) {
	#container, .content {
		overflow: hidden;
	}

	#main, #side1, #side2, .breadcrumbs {
		max-width: 760px;
		margin: auto;
		padding: 10px;
	}


}

@media screen and (max-width:640px) {
	#side1 {
		margin: 0;
		padding: 0;
	}
}

/* menu */
#menu li a {
	width: 100%;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #ff3366;
}

#menu li a:hover {
	background: #fd7c7c;
	color: #FFFFFF;
}

@media screen and (min-width:901px) {
	#toggle {
		display: none;
	}

	#menu li a {
		margin-bottom: 10px;
		background: #fecbcb;
		width: 90%;
		border-radius: 0 30px 30px 0 / 0 30px 30px 0;
		box-shadow: 0 1px 2px 0 #c97586;
		padding: 5px;
		margin-left: 10px;
	}

	#main .area {
		display: none;
	}

	#side1 .area {
		padding: 10px;
	}
}

@media screen and (max-width:900px) {
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #ff9999;
	}

	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-top: 1px solid #ffcccc;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}

	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #ff9999;
	}

	#toggle a:before {
		margin-top: -6px;
	}

	#toggle a:after {
		margin-top: 2px;
	}

	#menu {
		display: none;
		background: #ffcccc;
	}

	#menu li {
		width: 100%;
	}

	#menu li a {
		margin: 0px;
	}

	#menu li a:hover {
		border-radius: 5px;
	}

	#side1 .area {
		display: none;
	}
}


/*area*/
.area dt {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}

.area dd {
	margin-bottom: 10px;
}

.area dd ul {
	overflow: hidden;
}

.area dd li {
	float: left;
	width: 25%;
}

.area dd li a {
	display: block;
	margin: 5px 3px;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #CCC;
}

#container h1 {
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 20px;
	color: #ff3366;
	background-color: #fff0f8;
	padding: 10px;
	border-radius: 2px;
}

#container h2 {
	border-bottom: 3px double #ffcccc;
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 20px;
	color: #ff3366;
}

/*パンくずリスト*/
.breadcrumbs {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 10px 5px;
	margin-bottom: 10px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:first-child::before {
	padding: 0 1px 0 0;
	font-family: FontAwesome;
	content: "\f015";
	font-size: 14px;
}

.breadcrumbs li:before {
	padding: 0 4px 0 2px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
}

.breadcrumbs a {
	color: #09F;
	font-size: 14px;
}

.breadcrumbs a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000000;
}

/*************** #header **************/


#side2 h1, #side2 h2 {
	color: #ff3366;
	margin-bottom: 10px;
	padding: 3px;
	border-bottom: 7px solid #ff3366;
}

#side2 aside {
	margin-bottom: 10px;
}

/*************** #top **************/

dl#top {}

dl#top dt {
	font-weight: bold;
	font-size: 16px;
	color: #3366FF;
	line-height: 1.5em;
}

dl#top dt::before {
	font-family: "FontAwesome";
	content: '\f08d';
	color: #ff0033;
	margin-right: 5px;
}

dl#top dd {
	padding: 10px;
	margin-bottom: 10px;
}

#topmenu {
	overflow: hidden;
	margin-left: 10px;
	font-size: 12px;
	margin: 0px -2px;
}

#topmenu li a {
	display: block;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 1px #CCC;
	margin: 5px 3px;
	padding-left: 10px;
	padding: 8px 5px;
}

#topmenu li a:hover {
	background: #FFC;
}

#topmenu li a:before {
	font-family: "FontAwesome";
	content: "\f0da";
	margin-right: 3px;
}

@media only screen and (min-width:380px) {
	#topmenu li {
		float: left;
		width: 50%;
	}
}

@media only screen and (min-width:560px) {
	#topmenu li {
		float: left;
		width: 33.3%;
	}
}

.ranking li {
	margin-bottom: 30px;
}
.ranking li dl {
	overflow: hidden;
}
.ranking li dt {
	float: left;
	width: 45%;
	max-width: 300px;
	margin-right: 18px;
}
.ranking li dt img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	border:1px solid #CCC;
	box-shadow: 2px 2px 2px #CCC;
}
.ranking li dd .rank {
	margin-right: 5px;
}
.ranking li dd .site {
	margin-bottom: 10px;
}
.ranking li dd .site a {
	font-weight: bold;
	text-decoration: underline;
}
.ranking li dd p{
	font-size:12px;
}

/*************** #search **************/

dl.search_list {
	padding: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.search_list dt img {
	border: 1px solid #999;
}

.search_list dd em {
	display: block;
	font-weight: bold;
	color: #3366FF;
	margin-bottom: 3px;
}
.search_list dd span {
	display: block;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.search_list dd span img {
	vertical-align: middle;
	margin-right: 3px;
}

.search_list dd p {
	line-height: 1.5em;
}

.search_list dd .link li a {
	display: block;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #CCC;
	text-align: center;
	font-size: 14px;
}

.search_list dd .link li a.official {
	background: #FF3366;
}

.search_list dd .link a.official:hover {
	background: #ffcccc;
}

.search_list dd .link li a.strategy {
	background: #0066cc;
}

.search_list dd .link a.strategy:hover {
	background: #55AAFF;
}

@media screen and (min-width:601px) {
	.search_list dt {
		float: left;
		width: 180px;
		height: 95px;
	}

	.search_list dd {
		margin-left: 190px;
	}

	.search_list dd nav {
		text-align: right;
	}

	.search_list dd .link {
		display: inline-block;
	}

	.search_list dd .link li {
		display: inline-block;
		width: 140px;
	}
}

@media screen and (max-width:600px) {
	.search_list dt {
		margin-bottom: 10px;
	}

	.search_list dd {
		margin-left: 0px;
		margin-bottom: 5px;
	}

	.search_list dd em {
		text-align: center;
	}

	.search_list dd .link {
		overflow: hidden;
		margin: 0 -5px;
	}

	.search_list dd .link li {
		float: left;
		width: 50%;
	}

	.search_list dd .link a {
		margin: 5px;
	}

}

/*************** #site **************/

#site_data {
	margin-bottom: 30px;
	overflow: hidden;
}

#site_data #image {
	text-align: center;
	margin-bottom: 20px;
}

#site_data #image img {
	border: 1px solid #999;
	padding: 5px;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
	margin: auto;
}

.point {
	display: block;
	color: #0000ff;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
}

.point::before {
	font-family: "FontAwesome";
	content: '\f046';
	margin-right: 5px;
}

.guide {
	text-align: center;
	margin: 30px auto;
}

.guide a {
	display: inline-block;
	background: #F06;
	color: #ffffff !important;
	padding: 15px 50px;
	border-radius: 5px;
	font-weight: bold;
	box-shadow: 2px 2px 2px #CCC;
}

.guide a:hover {
	background: #FF55AA;
}

.guide a::before {
	font-family: "FontAwesome";
	content: '\f0a4';
	margin-right: 8px;
}


@media screen and (max-width:680px) {
	.guide a {
		display: block;
		width: auto;
		min-width: auto;
		padding: 13px 2px;
	}
}

/*************** #link **************/

/* テキスト相互リンク */
#external {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

#external a {
	display: block;
	padding: 5px;
	background: #FFC;
	border: 1px solid #FC9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#external a:hover {
	border: 1px solid #F9C;
	background: #FCC;
}

#external strong {
	display: block;
	background-color: #F06;
	padding: 3px 0px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#external strong:before,
#external li a:before {
	font-family: FontAwesome;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	color: #FFF;
}

#external li a:before {
	content: "\f0da";
	color: #333;
}

#external .item1 strong:before {
	content: "\f182";
}

#external .item2 strong:before {
	content: "\f008";
}

#external .item3 strong:before {
	content: "\f004";
}

#external .item4 strong:before {
	content: "\f0c3";
}

#external ul {
	display: block;
	list-style-type: none;
	text-align: left;
	padding: 10px;
}

#external li {
	display: block;
	margin-bottom: 7px
}

.flexcontainer {
	display: flex;
	flex-diretion: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}

.flexitem {
	width: 24.5%;
	min-height: 100px;
	text-align: center;
	color: #FFF;
	border: 2px solid #F06;
	background-color: rgba(255, 255, 255, 0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
}

@media screen and (max-width:1200px) {
	.flexitem {
		width: 49%;
	}
}

@media screen and (max-width:780px) {
	.flexitem {
		width: 99%;
	}
}

/*************** #page-top **************/
#page-top {
	position: fixed;
	bottom: 35px;
	right: 20px;
}


#side2 .banner {
	overflow: hidden;
}

#side2 .banner li {
	display: block;
	margin-bottom: 10px;
}

.ad {
	overflow: hidden;
}

.ad a img {
	height: auto;
	display: block;
}

.ad .inner .asp {
	max-width: 300px;
	aspect-ratio: 300/250;
	margin: auto;
}

.ad .inner .asp img {
	border: 1px solid #CCC
}


@media screen and (min-width:1201px) {
	.ad .large {
		display: none;
	}

	.ad .inner {
		margin-bottom: 13px;
	}
}

@media screen and (min-width:641px) and (max-width:1200px) {
	#side2 .banner {
		margin: auto -1%;
	}

	#side2 .banner li {
		float: left;
		width: 48%;
		height: auto;
		margin: 1%;
	}
}

@media screen and (min-width:481px) and (max-width:1200px) {

	.ad .inner {
		float: left;
		width: 48%;
		margin: 1%;
		text-align: center;
	}

	.ad .inner .asp img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width:480px) {
	.ad .large {
		display: none;
	}

	.ad .inner .asp {
		margin-bottom: 13px;
	}
}


.update {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 10px;
}

.comment {
	padding: 1em;
	border: 2px solid #ffcccc;
	border-radius: 5px;
	max-width: 480px;
	margin: 0 auto 20px
}

.comment p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

.comment p.name {
	text-align: right;
	font-size: 14px;
	margin-top: 5px;
}

.comment.man {
	border: 2px solid #3366FF;
}


/***************************
 ダブルレクタング広告
****************************/
.ads-flexbox .item {
  flex-basis: auto;
  padding: 5px;
  margin: 0px;
  text-align: center;
}
.ads-flexbox .item img {
  max-width: 100%;
  height: auto;
  border: 1px solid #CCC;
  border-radius: 5px;
}
@media ( min-width : 600px ){
  .ads-flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .ads-flexbox .item {
    width: 50%;
  }
}
.inner300 {
	max-width: 300px;
	width: 100%;
	height: 100%;
	aspect-ratio: 300/250;
	margin: auto;
}
.inner728{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 728px;
	aspect-ratio: 728/200;
}
.inner600{
	width: 100%;
	height: 100%;
	margin: auto;
	max-width: 600px;
	aspect-ratio: 600/315;
}

/*広告表示*/
#header::after {
	content: url(https://kijimasoundsystem.net/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 5px;
}

#site_data::before {
	content: url(https://kijimasoundsystem.net/img/ad_display_post.png);
	display: flex;
	justify-content: left;
    margin-bottom: 2em;
}

a.pr-txt-link::before {
	content: "PR";
	font-size: 10px;
	border-radius: 5px;
	padding: 2px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
	background-color:#000;
	color:#FFF;
}

.btn .pr-txt-link::before {
	background-color:#fff;
	color:#000;
	margin-right:0;
}

a.pr-img-link {
	position: relative;
	display: inline-block;
}

a.pr-img-link::before {
	content: "PR・18禁";
	background-color: #FFF;
	padding: 3px 5px;
    line-height: 1;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}
 
.search_list dt a.pr-img-link::before,
.ranking dd .site a.pr-txt-link::before {
	display:none;
}
