@charset "utf-8";

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.eot");
	src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2") format("woff2"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff") format("woff"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.ttf") format("truetype"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.apo::before {
	font-family: "Font Awesome 5 Free";
	content: '\f5a0';
	margin-right: 5px;
	font-size: 18px;
	color: #002995;
}

.comment::before {
	font-family: "Font Awesome 5 Free";
	content: '\f075';
	margin-right: 5px;
	font-size: 18px;
	color: #002995;
}

.side_link::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0c1';
	margin-right: 5px;
	font-size: 18px;
	color: #002995;
}

.ad::before {
	font-family: "Font Awesome 5 Free";
	content: '\f641';
	margin-right: 5px;
	font-size: 18px;
	color: #002995;
}

a {
	text-decoration: none;
	color: #0f20a1;
}

strong {
	color: #00F;
}

b {
	color: #F00;
}

b.li {
	color: #00F;
}

section {
	padding: 10px;
	margin-bottom: 20px;
}

section p {
	margin-bottom: 1.0em;
}

#main aside {
	padding: 10px;
	margin-bottom: 20px;
}

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

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

body {
	max-width: 1280px;
	min-width: 320px;
	display: block;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #eaedfe;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
}

#wrapper {
	background-color: #FFF;
}

#header {
	background-color: #ff679a;
}
header {
	border-bottom: 1px solid #CCC;
}

#container {
	float: left;
	margin-right: -342px;
	width: 100%;
}

.content {
	width: 100%;
	background-color: #FFF;
}

#main {
	margin-right: 350px;
	margin-left: 270px;
	padding-top: 20px;
}

#side1 {
	float: left;
	width: 250px;
	background-color: #FFF;
	padding-top: 20px;
}

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

#footer {
	clear: both;
}

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

	#container,
	.content,
	#main,
	#side2 {
		float: none;
		margin: 0;
		width: auto;
	}

	#main {
		margin-left: 280px;
	}

	#side2 {
		clear: left;
		float: none;
		width: auto;
	}
}

@media screen and (max-width:800px) {
	#main {
		float: none;
		margin: 0 auto;
		width: auto;
		max-width: 600px;
	}

	#side1 {
		float: none;
		margin: 0;
		width: auto;
		padding-top: 0px;
	}

	#side2 {
		float: none;
		margin: 0;
		width: auto;
	}
}

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

	#container,
	.content,
	#main,
	#side1,
	#side2 {
		float: none;
		margin: 0;
		width: auto;
	}
}

/* menu */
#menu h2,
#menu h3 {
	font-size: 16px;
	color: #F06;
	border-bottom: 3px double #879ecd;
}

#menu ul {
	margin-bottom: 20px;
}

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

#menu li {
	padding-left: 13px;
	line-height: 2em;
	background-image: url(https://www.nikunosuwa.com/img/icon.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	border-bottom: 1px solid #b4bcfa;
}

#menu li a {
	color: #ff679a;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	color: #0f20a1;
	font-weight: bold;
	text-decoration: none;
}

#toggle {
	display: none;
}

@media screen and (max-width:800px) {
	#menu {
		display: none;
	}

	#menu li {
		width: 100%;
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background-color: #b4bcfa;
	}

	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		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-color: #FFF;
	}

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

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

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

header h1 {
	font-size: 28px;
	color: #FFF;
	padding: 5px;
}

header h1 a {
	color: #FFF;
}

header p {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFF;
	padding: 0px 20px 10px;
}

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

	header img.large {
		display: block;
	}

	header img.small {
		display: none;
	}
}

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

	header img.large {
		display: none;
	}

	header img.small {
		display: block;
	}
}

#side2 h2 {
	color: #F06;
	border-bottom: 3px double #879ecd;
	margin-bottom: 10px;
}

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

#side2 #link {
	overflow: hidden;
}

#side2 #link li {
	margin: 0 auto 10px;
}

#link a img {
	width: 100%;
	height: auto;
	display: block;
}

.ads.large {
	display: none;
	text-align: center;
}

.ads.small {
	display: block;
	text-align: center;
}

@media only screen and (min-width:461px) and (max-width:1200px) {
	.ads.large {
		display: block;
	}

	.ads.small {
		display: none;
	}
}


@media only screen and (min-width:601px) and (max-width:1200px) {
	#side2 #link li {
		float: left;
		width: 50%;
	}

	#side2 #link {
		margin: auto -5px;
	}

	#side2 #link li a {
		display: block;
		margin: auto 5px;
	}
}

#side2 .textlink li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#side2 .textlink li::before {
	content: "・";
}

@media only screen and (min-width:801px) {
	#side2 .textlink li a {
		font-size: 14px;
	}
}

/*----------- メイントップ -----------*/
#main h2 {
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	line-height: 1.5em;
	color: #333;
	border-bottom: 2px solid #999;
}

#main h3 {
	margin-bottom: 10px;
	padding-left: 28px;
	padding-bottom: 8px;
	background-image: url(https://www.nikunosuwa.com/img/midashi.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #F06;
	border-bottom: 1px dashed #899fcd;
}

.footer-nav {
	padding: 10px;
}

.footer-nav h4 {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

.footer-nav ul {
	margin-bottom: 20px;
}

.footer-nav li {
	line-height: 2.5em;
	border-bottom: 1px dotted #CCC;
}

.footer-nav li a {
	display: block;
}

.footer-nav li a::before {
	content: url(https://www.nikunosuwa.com/img/arrow2.gif);
	margin-right: 5px;
}

@media only screen and (min-width:801px) {
	.footer-nav {
		display: none;
	}
}

.top p {
	line-height: 1.8em;
}

.top .base1,
.top .base2 {
	overflow: hidden;
	margin-bottom: 20px;
}

.top .base1>li,
.top .base2>li {
	float: left;
	width: 50%;
}

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

	.top .base1>li,
	.top .base2>li {
		float: none;
		width: auto;
	}
}

.top dl {
	margin: 5px;
	background-color: #FFECF5;
	overflow: hidden;
	box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.75) inset, -1px -1px 1px 0px rgba(0, 0, 0, 0.75) inset;
}

.top dt {
	font-weight: bold;
	padding: 10px;
	background-color: #ff8cad;
	color: #FFF;
	margin-bottom: 3px;
	text-align: center;
	border: 1px solid #ff74a3;
	box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.75) inset, -1px -1px 2px 0px rgba(0, 0, 0, 0.75) inset;
}

.top dd {
	padding: 10px;
}

.top dd.img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 5px;
}

.top dd.img img {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #ff7da9;
}

.top dd.txt {
	line-height: 1.4em;
	text-align: justify;
}

.top dd.link {
	clear: left;
	text-align: center;
}

.top dd.link a {
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #0f20a1;
	text-decoration: none;
	border: 1px solid #0f20a1;
	border-radius: 3px;
	box-shadow: 1px 2px 1px #CCC;
	margin: auto;
	text-align: center;
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
}

.top dd.link a:hover {
	color: #0f20a1;
}

.top dd.link li {
	margin-bottom: 10px;
}

/*----------- サーチデータ -----------*/
#search .listbox h3 {
	font-size: 16px;
	padding: 0px;
	border-bottom: 0px;
	background-image: none;
	text-align: center;
}

#search .listbox {
	border: 1px solid #0099FF;
	margin-bottom: 10px;
	padding: 10px;
	overflow: hidden;
}

#search .listbox .listimg {
	margin-bottom: 5px;
	border: 1px solid #333333;
}

#search .listbox p {
	clear: left;
	line-height: 1.3em;
	margin: 1em 0;
	text-align: justify;
}

#search li {
	line-height: 1.8em;
}

#search li .star {
	color: #ffa500;
}

#search ul.review {
	overflow: hidden;
}

.info_btn {
	text-align: center;
	box-shadow: inset 0px 1px 0px 0px #97c4fe;
	background: linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color: #3d94f6;
	border-radius: 25px;
	border: 1px solid #337fed;
	display: block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #1570cd;
}

.info_btn:hover {
	background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color: #1e62d0;
}

.official_btn {
	text-align: center;
	display: block;
	font-family: Arial;
	padding: 6px 12px;
	text-decoration: none;
	border-width: 1px;
	color: #ffffff;
	border-color: #d83526;
	font-weight: bold;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	text-shadow: inset 0px 1px 0px #b23e35;
	background: linear-gradient(#fe1a00, #ce0100);
}

.official_btn:hover {
	background: linear-gradient(#ce0100, #fe1a00);
}


@media screen and (min-width:541px) {
	#search .listbox .listimg {
		float: left;
		width: 50%;
		margin-right: 10px;
	}

	#search ul.review li {
		float: left;
		width: 50%;
	}

	#search ul.review li a {
		margin: 5px;
	}
}

@media screen and (max-width:540px) {
	#search ul.review li {
		margin-bottom: 10px;
	}
}

/*----------- メインデータ -----------*/

#imgbox {
	margin-bottom: 40px;
	text-align: center;
}

#imgbox img {
	border: 2px solid;
	box-sizing: border-box;
}

.infodata {
	overflow: hidden;
	padding: 5px;
}

/*
#info h2 {
	background: none;
	color: #666;
	border-bottom: 1px dashed #999;
	padding-left: 5px;
}*/

#info dl {
	float: left;
	overflow: hidden;
}

#info dt {
	clear: left;
	float: left;
	width: 80px;
	height: 2.0em;
	font-weight: bold;
	color: #0f20a1;
}

#info dd {
	float: left;
	height: 2.0em;
}

#info dd.star {
	color: #ffa500;
}

#info p {
	font-size: 16px;
	line-height: 1.8em;
	padding: 5px;
	margin-bottom: 1em;
}

#info ul {
	margin-left: 10px;
}

#info li {
	line-height: 1.8em;
}

#info .guide {
	text-align: center;
	margin: 20px 0;
}

#info .guide .official_btn {
	padding: 10px;
}

@media screen and (max-width:800px) {
	#info dl {
		float: none;
	}

	#info #mobile {
		display: none;
	}
}

#banner li {
	margin-bottom: 10px;
}

#banner img {
	border: 1px solid #CCC;
}

/*----------- footer -----------*/
#footer {
	padding: 20px 5px;
	font-size: 12px;
	text-align: center;
	background-color: #ffedf6;
	color: #0f20a1;
}

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

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

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

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

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

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

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


/*feed*/
#feed_movie ul {
	overflow: hidden;
}

#feed_movie li a {
	display: block;
}

#feed_movie li a dl {
	position: relative;
}

#feed_movie li a dt {
	margin-bottom: 5px;
	text-align: center;
}

#feed_movie li a dt img {
	width: 100%;
	height: auto;
}

#feed_movie li a dd {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 2.3em;
	line-height: 1.3em;
	font-size: 12px;
	text-align: justify;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
}


@media screen and (min-width:1201px) {
	#feed_movie {}

	#feed_movie li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1200px) {
	#feed_movie {}

	#feed_movie ul {
		overflow: hidden;
	}

	#feed_movie li {
		float: left;
		width: 25%;
		text-align: center;
	}

	#feed_movie li dl {
		max-width: 240px;
		margin: 0 5px 10px;
	}
}

@media screen and (max-width:640px) {
	#feed_movie li {
		float: left;
		width: 50%;
		text-align: center;
	}
}

@media screen and (max-width:540px) {
	#feed_movie li dl {
		margin: 5px;
	}
}

#feed_taikendan li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 2.0em;
	margin-bottom: 0.5em;
}

#feed_taikendan li a {
	font-weight: bold;
	display: block;
}

#feed_taikendan li img {
	vertical-align: middle;
}

@media screen and (min-width:801px) {
	#feed_taikendan li {
		font-size: 14px;
	}
}

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

	.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://www.nikunosuwa.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	padding: 10px 0;
	background-color:#fff;
}

article section #imgbox::before {
	content: url(https://www.nikunosuwa.com/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;
}
