@charset "utf-8";
/*
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}*/

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	background: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
}

a {
	text-decoration: none;
	color: #06F;
}

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

.button-success,
.button-error,
.button-warning,
.button-secondary {
	color: white;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	max-width: 100%;
	white-space: normal;
	box-shadow: 1px 2px 1px #CCC;
	font-weight: bold;
}

.button-success {
	background: rgb(28, 184, 65);
	/* this is a green */
}

.shadow {
	margin: 0 0 0 5px;
	background: url(https://www.kabu-ultra.com/img/shadow.gif) right bottom;
}

.shadow img {
	position: relative;
	left: -5px;
	top: -5px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #cccccc;
}

.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;
}

/*************** レイアウト **************/
#wrap {
	max-width: 1200px;
	min-width: 320px;
	margin: 0px auto;
	text-align: left;
}

#head {
	margin-bottom: 30px;
	position: relative;
}

#contents {
	width: 100%;
	margin-left: -200px;
	margin-right: -300px;
	float: left;
}

#main {
	line-height: 1.6em;
	overflow: hidden;
	margin-left: 200px;
	margin-right: 320px;
}

#side {
	float: left;
	width: 300px;
}

#footer {
	clear: both;
	min-width: 320px;
	text-align: center;
	padding: 10px 0px;
	background: #418d42;
	color: #FFF;
	font-size: 0.8em;
}

@media screen and (min-width:870px) {
	#menu {
		float: left;
		width: 200px;
		height: auto;
		margin-top: 360px;
	}
	#side {
		margin-top: 30px;
	}
}

@media screen and (max-width:1210px) {
	#wrap {
		max-width: 980px;
	}

	#contents {
		float: none;
		width: auto;
		margin-right: 0;
	}

	#main {
		margin-right: 0;
	}

	#side {
		clear: left;
		width: 100%;
		padding: 0 10px;
	}
}

@media screen and (max-width:869px) {
	#menu {
		padding-left: 0;
	}

	#contents {
		margin-left: 0;
	}

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

@media screen and (max-width:539px) {
	#main, #side {
		padding: 0 5px;
	}
}

/*　カスタムヘッダ・メニュー */
@media screen and (min-width:870px) {

	#menu .pure-menu {
		display: none;
	}

	#menu li {
		width: 180px;
		margin-bottom: 8px;
		overflow: hidden;
	}

	#menu li a {
		display: block;
		width: 180px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		padding: 2px 12px;
		color: #FFF;
		border-radius: 3px;
		background: #408c40;
		background: -moz-linear-gradient(top, #408c40 0%, #408c40 49%, #006600 51%, #006600 100%);
		background: -webkit-linear-gradient(top, #408c40 0%, #408c40 49%, #006600 51%, #006600 100%);
		background: linear-gradient(to bottom, #408c40 0%, #408c40 49%, #006600 51%, #006600 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c40', endColorstr='#006600', GradientType=0);
		/*
		background-image: url(../img/navi_bar.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;*/
	}

	#menu li a:hover {
		background: #b3d940;
		background: -moz-linear-gradient(top, #b3d940 0%, #b3d940 49%, #99cc00 51%, #99cc00 100%);
		background: -webkit-linear-gradient(top, #b3d940 0%, #b3d940 49%, #99cc00 51%, #99cc00 100%);
		background: linear-gradient(to bottom, #b3d940 0%, #b3d940 49%, #99cc00 51%, #99cc00 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3d940', endColorstr='#99cc00', GradientType=0);
		/*
		background-image: url(../img/navi_bar.gif);
		background-repeat: no-repeat;
		background-position: 0px -30px;*/
		color: #006600;
	}
}

@media screen and (max-width:869px) {
	.custom-wrapper {
		background-color: #418d42;
		-webkit-font-smoothing: antialiased;
		height: 48px;
		overflow: hidden;
		-webkit-transition: height 0.5s;
		-moz-transition: height 0.5s;
		-ms-transition: height 0.5s;
		transition: height 0.5s;
	}

	.custom-wrapper.open {
		height: auto;
	}

	.custom-toggle {
		width: 48px;
		height: 48px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		display: none;
	}

	.custom-toggle .bar {
		background-color: #FFF;
		display: block;
		width: 30px;
		height: 2px;
		border-radius: 100px;
		position: absolute;
		top: 30px;
		right: 7px;
		text-indent: -9999px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}

	.custom-toggle .bar:first-child {
		-webkit-transform: translateY(-12px);
		-moz-transform: translateY(-12px);
		-ms-transform: translateY(-12px);
		transform: translateY(-12px);
	}

	.custom-toggle.x .bar {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.custom-toggle.x .bar:first-child {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.custom-toggle {
		display: block;
	}

	#menu a {
		color: #FFF;
	}

	#menu ul {
		overflow: hidden;
	}

	#menu li {
		float: left;
		width: 50%;
	}

	#menu li a {
		height: 44px;
		line-height: 30px;
		background-color: #5BB55E;
		border-bottom: 1px solid #C5E4C6;
	}

	#menu li a:hover {
		background: #FFF;
		color: #418d42;
	}

	#menu li a:nth-child(n) {
		border-right: 1px solid #C5E4C6;
	}
}

@media screen and (max-width:539px) {
	#menu li a {
		font-size: 12px;
	}
}

@media screen and (max-width:399px) {
	#menu h1 {
		margin-right: 30px;
	}

	.custom-wrapper {
		height: 42px;
		display: block;
	}

	.custom-toggle .bar {
		background-color: #FFF;
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 100px;
		position: absolute;
		top: 25px;
		right: 7px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}
}

/*************** head **************/
#head {
	background-image: url(https://www.kabu-ultra.com/img/title.jpg);
	background-repeat: no-repeat;
}

#head #title {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(23, 116, 23, 0.5);
	color: #fff;
	padding: 10px;
}

h2 {
	font-weight: normal;
}

#category {
	display: none;
}

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

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
}

.breadcrumbs li:first-child::before {
	padding: 0 1px 0 0;
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	font-size: 14px;
	font-weight: bold;
}

.breadcrumbs li::before {
	padding: 0 4px 0 2px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-size: 14px;
	font-weight: bold;
}

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

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

@media screen and (min-width:1211px) {
	#head {
		height: 280px;
		background-position: 0px -50px;
	}

	#head h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1210px) {
	#head {
		height: 280px;
		background-size: 100%;
	}
}

@media screen and (max-width:869px) {
	#head {
		height: 200px;
		background-size: 100%;
		margin-bottom: 35px;
	}

	#head #title {
		bottom: -35px;
		top: 200px;
	}

	#title h1 {
		display: none;
	}

	h2 {
		font-size: 12px;
		line-height: 1.2em;
	}

	#category {
		display: block;
	}

	.breadcrumbs {
		padding: 5px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:619px) {
	#head {
		height: 180px;
		background-size: 100% auto;
	}

	#head #title {
		top: 180px;
	}
}

@media screen and (max-width:549px) {
	#head {
		height: 180px;
		background-size: auto 200px;
	}
}

@media screen and (max-width:509px) {
	#head {
		background-position: -50px 0;
		margin-bottom: 50px;
	}

	#head #title {
		bottom: -45px;
		top: 180px;
		padding: 5px;
	}

	h2 {
		font-size: 12px;
		line-height: 1.4em;
	}
}

@media screen and (max-width:399px) {
	#head #title {
		bottom: -40px;
	}
}

#category h3 {
	margin-bottom: 1px !important;
}

#category ul {
	overflow: hidden;
	margin: 0 3px 20px;
	border: 1px solid #DADADA;
}

#category li {
	float: left;
	width: 50%;
}

#category li a {
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 8px;
	text-decoration: none;
	border-bottom: 1px dotted #EBEBEB;
}

#category li:nth-child(odd) a {
	border-right: 1px dotted #EBEBEB;
}

#category li:nth-last-child(1) a,
#category li:nth-last-child(2) a {
	border-bottom: none;
}

/*************** トップコンテンツ **************/

#main h3 {
	margin-bottom: 20px;
	background: #177417;
	color: #FFF;
	padding: 5px 7px;
	border: 5px double #FFF;
	font-size: 18px;
	font-size: 1.8rem;
}

#main p {
	margin-bottom: 1em;
	width: 100%;
}

.topContents {
	margin-bottom: 20px;
	overflow: hidden;
}

.topContents .left {
	float: left;
	margin-right: 10px;
}

.topContents .right {
	float: right;
	margin-left: 10px;
}

@media screen and (max-width:480px) {
	.topContents img {
		width: 100px;
		height: auto;
	}
}

/*************** #side **************/
#side aside {
	margin-bottom: 20px;
}

#side h3 {
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px dashed #999999;
	margin-bottom: 10px;
}

/*************** #video **************/
#video {
	border: 1px solid #F06;
	padding: 9px;
	overflow: hidden;
	margin: 0px 5px 10px;
	position: relative;
}

#video .label {
	position: absolute;
	top: 0px;
	right: -1px;
	background: #f7005a;
	color: #FFF;
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1em;
}

#video ul {
	overflow: hidden;
}

#video li {
	white-space: nowrap;
	line-height: 1.8em;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

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

	#video {
		text-align: center;
	}

	#video .movie {
		float: left;
		margin-right: 10px;
		/*	float:none;	*/
	}

	#video ul {
		width: auto;
		text-align: left;
		font-size: 12px;
	}

	#video li {
		float: left;
		width: 25%;
	}
}

@media screen and (max-width:1210px) {
	#video .movie {
		float: left;
		margin-right: 10px;
	}

	#video li {
		float: left;
		width: 20%;
	}
}

@media screen and (max-width:699px) {
	#video li {
		width: 25%
	}
}

@media screen and (max-width:579px) {
	#video {
		text-align: center;
	}

	#video .movie {
		margin: auto;
		float: none;
	}

	#video .title2 {
		max-width: 100%;
		height: auto;
	}

	#video ul {
		text-align: left;
		font-size: 12px;
	}
}

#video li a {
	display: block;
	color: #F39;
	padding: 5px 10px;
	margin: 5px;
	border: 1px solid #CCC;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#video li a:hover {
	color: #333;
	background: #FFC;
}

/*************** #link **************/
#link {
	overflow: hidden;
}

#link ul {
	display: block;
	padding-left: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

#link li a {
	display: block;
	background-image: url(https://www.kabu-ultra.com/img/ico_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.3em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#link li.banner {
	display: block;
	margin-bottom: 5px;
}

#link li.banner a {
	background: none;
	padding: 0px;
	margin: 0px 5px;
}

#link li a img {
	max-width: 100%;
	height: auto;
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#link li a:link,
#link li a:visited {
	color: #ff3399;
	text-decoration: none;
}

#link li a:hover {
	color: #0066FF;
}

@media screen and (max-width:1211px) {
	#link li {
		float: left;
		width: 50%;
	}
}

@media screen and (max-width:699px) {
	#link ul {
		padding-left: 0px;
	}

	#link li {
		float: none;
		width: auto;
	}
}

/* link_banner*/
.link_banner {
	overflow: hidden;
}

.link_banner img {
	border: 1px solid #CCC;
	max-width:100%;
	height: auto;
	display: block;
	text-align:bottom;
}
.pc, .tab {display: none;}
@media screen and (min-width:1211px){
  .pc {display: block;}
  .sp {display: none;}
}
@media screen and  (min-width: 870px) {
  .tab {display:block;}
}


.link_banner li:last-child {
	display: none;
}

@media screen and (min-width:1211px) {
	.link_banner li {
		margin-bottom: 5px;
	}
}

@media screen and (min-width:561px) and (max-width:1210px) {
	.link_banner li:first-child {
		display: none;
	}

	.link_banner li:last-child {
		display: block;
	}

	/*
  .link_banner {
    margin:0 -5px;
  }
 .link_banner li {
    float:left;
    width:50%;
  }*/
	.link_banner li a {
		display: block;
		margin: 0px;
	}
}

@media screen and (max-width:560px) {
	.link_banner li:first-child {
		display: block;
	}

	.link_banner li:last-child {
		display: none;
	}

	.link_banner li {
		margin-bottom: 5px;
	}
}

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

#siteData {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 5px;
}

#siteData .image {
	border: 1px solid #CCC;
	box-shadow: 2px 2px 2px #CCCCCC;
	margin: 0 auto 10px;
	width: 600px;
}

#mobile {
	width: 94px;
	border: 1px solid #222;
	box-shadow: 2px 2px 2px #CCCCCC;
	margin: 10px auto;
}

#mobile img {
	width: 90px;
	height: 90px;
}

.guide {
	clear: left;
	text-align: center;
	margin: 20px 0 40px;
}

.guide a {
	width: 600px;
}

.guide a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a4";
	margin-right: 10px;
	font-weight: bold;
}

@media screen and (max-width:869px) {
	#siteData {
		max-width: 600px;
		margin: 0 auto;
	}

	#siteData .shadow {
		margin: 0 auto;
		float: none;
	}

	#mobile {
		display: none;
	}
}

@media screen and (max-width:619px) {
	#siteData .image {
		width: auto;
	}

	.guide a {
		width: 100%;
	}
}

#siteData h4 {
	font-size: 1.2em;
	color: #06F;
	border-bottom: 1px dashed #0066FF;
	margin-bottom: 10px;
}

#siteData h4:after {
	font-family: "Font Awesome 5 Free";
	content: "\f075";
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
}

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

.searchList li {
	padding-bottom: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
}

.searchList li:nth-last-child(1) {
	border-bottom: none;
	margin-bottom: 0;
}

/*
.searchList .shadow {
	width: 120px;
	height: 125px;
	padding-top: 5px;
	margin-right: 10px;
}

.searchList li .shadow img {
	width: 120px;
	height: 120px;
}*/

.searchList li dl {
	overflow: hidden;
}

.searchList li dt {
	float: left;
	font-weight: bold;
	color: #36F;
	margin-bottom: 3px;
	width: 140px;
	height: 140px;
	font-size: 1.1em;
}

.searchList li dt img {
	box-shadow: 2px 2px 2px #CCC;
}

.searchList li dd {
	margin-left: 150px;
}

.searchList li dd em {
	display: block;
	font-weight: bold;
}


@media screen and (min-width:460px) {
	.searchList li {
		position: relative;
	}

	.searchList li p.link a {
		display: inline-block;
		position: absolute;
		right: 5px;
		bottom: 15px;
	}
}

@media screen and (max-width:459px) {
	.searchList li dl {
		margin-bottom: 10px;
	}

	.searchList li dd {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5em;
	}

	.searchList li dd em {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.searchList li p.link a {
		display: block;
		width: 100%;
	}
}

/* スクロールトップ*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
}

/* 相互リンクバナー */
#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 strong {
	display: block;
	background-color: #630;
	padding: 3px 0px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#external strong::before {
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	color: #FFF;
}

#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
}

#external li a {
	background: none;
	border: none;
}

.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 #630;
	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:780px) {
	.flexitem {
		width: 49%;
	}
}

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

/***************************
 ダブルレクタング広告
****************************/
.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;
}

/*広告表示*/
#contents::before {
	content: url(https://www.kabu-ultra.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

#siteinfo::before {
	content: url(https://www.kabu-ultra.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}

a.pr-txt-link::before {
	content: "PR";
	font-size: 10px;
	border: 1px solid;
	border-radius: 5px;
	padding: 3px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 5px;
}

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

a.pr-img-link::before {
	content: "PR・18禁";
	background-color: #FFF;
    border: 1px solid #f00;
	padding: 0 3px;
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.label_ad {
	position: relative;
}
.label_ad::after{
    content: "AD";
    font-size: 11px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 6px;
    height:20px;
    line-height:20px;
}