@charset "utf-8";
/*@import url("html5reset.css");*/

@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;
}
ol, ul {list-style: none inside;}

a:link,a:active,a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F03;
}
a.act {
	color: #090;
	font-weight: bold;
}
a.ext {
	background:url(https://chunendeai.com/img/icon_external.gif) no-repeat right center;
	padding-right:14px;
	color: #06C;
}
a.ext:hover {
	color: #F03;
}

body {
	max-width:990px;
	min-width:320px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: normal;
}
#wrapper {
	border: 1px solid #CCC;
}

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

/* トップページ（年齢認証ページ） */
#top-header {
	padding:10px;
}
#top-header img {
	margin-right: auto;
	margin-left: auto;
}
#top {
	padding: 10px;
}
#top .caution h1{
	display: block;
	font-weight: bold;
	padding: 5px 5px 5px 35px;
	margin-bottom: 5px;
	background-image: url(https://chunendeai.com/img/icon_caution.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px solid #CCC;
	font-size: 20px;
}
#top ul {
	display: block;
	margin-bottom: 10px;
}

.caution li {
	margin-bottom: 10px;
}
a.enter,a.leave {
	color: #FFF;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.enter {
	background: rgb(66, 184, 221); /* this is a light blue */
}
.leave {
	background: rgb(202, 60, 60); /* this is a maroon */
}
.button-large {
	font-size: 110%;
}

/* パンくずリスト */
.breadcrumbs {
	padding: 5px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	display: block;
}
.breadcrumbs .bread-box {
	overflow:hidden;
}
.breadcrumbs .bread-box li {
	display: block;
	float: left;
}
.breadcrumbs .bread-box li:first-child:before {
	font-family: FontAwesome;
	content: "\f015";
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	color: #333;
}
.breadcrumbs .bread-box li:not(:first-child):before {
	font-family: FontAwesome;
	content: "\f105";
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	color: #333;
}

/*↓コンテンツ内に5px間隔の幅を作る時にclass="box"を使う */
.box {padding :5px;}

.container {
     float: left;
     margin: 0;
     width: 100%;
     margin-right: -310px;
}
.content {
	float: right;
	width: 100%;
	margin-left: -310px;
}
#main {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 310px;
	border-left: 1px solid #CCC;
}
#main h1,#main h2,#main h3,
#side h1,#side h2 {
	background-color: #ffffff;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#700000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#700000')";
	background-image: -moz-linear-gradient(top, #ff0000, #700000);
	background-image: -ms-linear-gradient(top, #ff0000, #700000);
	background-image: -o-linear-gradient(top, #ff0000, #700000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0000), to(#700000));
	background-image: -webkit-linear-gradient(top, #ff0000, #700000);
	background-image: linear-gradient(top, #ff0000, #700000);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 5px;
	margin-bottom: 5px;
}
#main h1 span,#main h2 span,#main h3 span,
#side h1 span,#side h2 span {
	font-weight: bold;
	color: #FC0;
	text-shadow: 0 -1px 1px #C30,
	-1px 0 1px #C30,
	1px 0 1px #C30,
	0 1px 1px #C30,
	1px 1px 1px #FFF,
	1px 1px 1px #FFF;
	letter-spacing: 0.1em;
	background-image: url(https://chunendeai.com/img/icon_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	padding-left: 20px;
}
#main .box p ,#top p {
	margin-bottom: 14px;
}
#main .box p strong   ,#top strong{
	font-weight: bold;
	color: #F00;
}
.caution p {
	color: #F00;
	font-size: 12px;
	line-height: 18px;
}



.cap {
	display: block;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main .point dl {
	display: block;
	padding: 5px;
}
#main .point dl dt {
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #F00;
	border: 1px solid #CCC;
	background-color: #EEE;
}
#main .point dl dd {
	display: block;
	padding: 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#main .point dl dd img {
	display: block;
	margin-bottom: 5px;
}
#main #profile ,#main #history{
	display: block;
	padding: 5px;
}
#main #profile img {
	border: 5px solid #CCC;
    box-sizing: border-box;
}
#main #profile li {
	display: block;
	font-weight: bold;
	list-style: none inside;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#main #history dt {
	font-weight: bold;
}

#main #history dt,#main #history dd{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#main .list-txt {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
}
#main .list-txt li {
	display: block;
	padding: 5px;
	font-weight: bold;
	color: #039;
}
#main .list-txt li p {
	display: block;
	padding: 5px;
	border: 1px dotted #CCC;
	color: #333;
}

#ad1 a img {
	width:100%;
	height:auto;
}
#main #item dl,
#play-site1 dl,
#play-site2 dl {
	display: block;
	padding: 5px;
}

#main #item dt,
#play-site1 dt,
#play-site2 dt {
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
}
#main #item dd img,
#play-site1 dd img,
#play-site2 dd img {
	display: block;
}
#main #item dd p,
#play-site1 dd p,
#play-site2 dd p {
	display: block;
	padding: 5px;
}
#play-site1 dt,
#play-site2 dt {
	background-image: url(https://chunendeai.com/img/icon_play-site.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}

#play-site1 dd a img,
#play-site2 dd a img {
	display: block;
	width:98%;
	height:auto;
	border-radius:5px;
}
#main .site-info dl {
	border: 1px solid #EEE;
	margin-bottom: 5px;
}

#main .site-info dl ,#main .site-info dt,#main .site-info dd{
	display: block;
	padding: 5px;
	overflow: hidden;
}
#main .site-info dt {
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	background-image: url(https://chunendeai.com/img/icon_siteinfo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
#main .site-info dt a {
}

#main .site-info dd img{
	border: 1px solid #CCC;
}
#main .site-info dd p {
}

#main article {

}

#side {
	float: left;
	width: 310px;
	border-right: 1px solid #CCC;
}


#footer {
	clear: both;
	border-top: 1px solid #CCC;
	text-align: center;
	padding: 5px;
}

@media screen and (max-width:900px) {
  #main {
  	margin-left: 310px;
  }
  .cap {
  	width: 100%;
  }
}

@media screen and (max-width:780px) {
  .container, .content, #main {
  	float: none;
  	margin: 0;
  	width: auto;
  }
  #main {
  	float: none;
  	margin: 0;
  	width: auto;
  	border-style: none;
  }
  #side {
  	float: none;
  	margin: 0;
  	width: auto;
  	border-bottom: 1px solid #CCC;
  	border-top-style: none;
  	border-right-style: none;
  	border-left-style: none;
  }
  #play-site1 dd a img,
  #play-site2 dd a img {
  	width: 100%;
  }
}

@media screen and (max-width:480px) {
  .container, .content, #main, #side {
  	float: none;
  	margin: 0;
  	width: auto;
  }
  #main .site-info dd img {
  	width: 100%;
  }
  #top-header {
  	padding:5px;
  }
  #top-header img {
  	width: 100%;
  }
}

/* menu */
#menu li a{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	text-indent: 5px;
}
#toggle{ 
	display: none;
}
@media screen and (max-width:780px) {
  #menu{
  	display: none;
  }
  #menu li{
  	width: 100%;
  }
  #toggle{
  	display: block;
  	position: relative;
  	width: 100%;
  	background: #222;
  }
  #toggle a{
  	display: block;
  	position: relative;
  	padding: 12px 0 10px;
  	border-bottom: 1px solid #444;
  	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: #222;
  }
  #toggle a:before{
  	margin-top: -6px;
  }
  #toggle a:after{
  	margin-top: 2px;
  }
}
/* PC・SP表示切り替え */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 780px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*　480*100ロングバナー　*/
.iframe-long {
	width:480px;
	height:100px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width:780px) {
  .iframe-long {
  	width:300px;
  	height:250px;
  }
}
@media screen and (max-width:499px) {
  .iframe-long {
  	width:300px;
  	height:250px;
  }
}
.iframe-long iframe {
	width: 100%;
	height: 100%;
}

/* 広告バナー */
#top-header,
#header,
.banner,
.ads {
  max-width:100%;
  margin-bottom:10px;
}
.banner a,
.ads a {
  display:block;
}
.ads img {
	max-width:100%;
	height:auto;
	text-align:bottom;
}
/* CLS対処 */
.asp {
  width:100%;
  height:0;
  position:relative;
  overflow:hidden;
  margin:5px auto;
}
.asp img {
  width:100%;
  height:100%;
  top:0;
  left:0;
  right:0;
  object-fit:cover;
  object-position:center;
  position:absolute;
  box-sizing: border-box;
}

/***************************
 ダブルレクタング広告
****************************/
.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://chunendeai.com/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

#site_img::before {
	content: url(https://chunendeai.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-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;
    border: 1px solid #f00;
	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;
}



#play-site2 dt a.pr-txt-link::before,
#play-site2 dd a.pr-img-link::before,
.site-info dt a.pr-txt-link::before,
.site-info dd a.pr-img-link::before {
	display:none;
}
#play-site2 a.pr-txt-link::after,
.site-info dt a.pr-txt-link::after {
	content: "PR";
	font-size: 10px;
	border-radius: 5px;
	padding: 2px 5px;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 5px;
	background-color:#000;
	color:#FFF;
}

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