@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;
}
.pure-menu a, .pure-menu-list .pure-menu-item a {
  white-space: normal;
}

/* ふんわりリンク */
a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

/* 基本リンクカラー */
a:link,a:active,a:visited {
	color: #F06;
	text-decoration: none;
}
a:hover,
.modal .close_modal:hover,
.modal .leave:hover {
	color: #0CF;
}
.kadomaru {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* 基本装飾 */
ol,ul {list-style: none;}
img{-webkit-backface-visibility: hidden;}
.pure-img,#side2 .pure-g a img{width:100%;height:auto;display:block;}

/*Firefoxだけに適用されるCSSハック*/
@-moz-document url-prefix() {
.nomoz {display: none;}
}


body {
	max-width:1280px;
	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: 16px;
	line-height: normal;
	color: #000;
	background-image: url(https://cukaa.org/img/bg_body.png);
	background-repeat: repeat;
}
#wrapper {
	border: 1px solid #F06;
}

#header {
    background-color: #FFF;
}

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

/* CTA */
.cta {
	padding:10px 10px 10px 5px;
	margin-bottom:10px;
}
.cta a {
	text-decoration:none;
}
.btn-cta {
	color: #FFF!important;
	border-radius: 5px;
	display: block;
	height: auto;
	width:500px;
	max-width: 96%;
	padding:10px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #06F;
	text-decoration:none;
	overflow: hidden;
	white-space: nowrap;
	margin-left:auto;
	margin-right:auto;
	font-weight: bold;
}
.btn-cta:after {
	font-family: FontAwesome;
	content: "\f061";
	margin-left: 5px;
	font-weight: normal;
	color: #FFF;
}
.btn-cta span {
	transition: 0.5s;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.btn-cta:hover {
	background: #F09;
}
.btn-cta:hover span {
	color: #FF0;
}
/* パンくずリスト */
.breadcrumbs {
	padding: 5px;
	overflow: hidden;
	border: 1px solid #F00;
	display: block;
	background-color:rgba(255,255,255,0.8);
	margin-bottom: 0px;
}
.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;
}

#container {
	float: left;
	margin: 0 -302px 0 0;
	width: 100%;
}
#container .pure-menu {
	border-top: 1px solid #F00;
	border-bottom: 1px solid #F00;
}
.fa { margin-right: 5px; }

#top-menu .pure-menu-link:hover,
#side1 #menu nav ul li a:hover {
	color: #FFF;
	background-color: #909;
}

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

.box {
	padding: 5px;
	overflow: hidden;
}
#top-menu,.box {
	background-color:rgba(255,255,255,0.8);
}


#main {
	position: relative;
	margin: 0 300px;
	border-right: 1px solid #F06;
	border-left: 1px solid #F06;
}
#main .contents-title,
#main .contents-sub1-title,
#main .contents-sub2-title {
	font-size: 16px;
	line-height: 40px;
	display: block;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 2px solid #C06;
	text-shadow: 0 -1px 1px #000,
	-1px 0 1px #000,
	1px 0 1px #000,
	0 1px 1px #000,
	1px 1px 1px #222,
	2px 2px 2px #222;
	background-color: #F06;
	padding: 5px 5px 5px 40px;
}

#main .contents-title {
	background-image: url(https://cukaa.org/img/bg_contents_title.gif);
	color: #FFF;
}
#main .contents-sub1-title {
	background-image: url(https://cukaa.org/img/bg_contents_sub1_title.gif);
	color: #FF6;
}
#main .contents-sub2-title {
	background-image: url(https://cukaa.org/img/bg_contents_sub2_title.gif);
	color: #0CF;
}
#main .dic-img,
#main .site-img {
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
}
#main .dic-img img,
#main .site-img img,
#main .review-link img,
.pickup-site dl a img {
	max-width:98%;
	height:auto;
	border: 2px solid #666;
}
#main .site-data {
	overflow: hidden;
}


#main .site-desc {
	font-size: 1.3em;
	color: #F06;
	display: block;
}
#main .site-review-title {
	display: block;
	float: none;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #F00;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #F00;
	padding-top: 5px;
	border-top: 2px dotted #F00;
	padding-left: 10px;
}
#main .site-review {

}

#main .wordlist dd{
	display: block;
	overflow: hidden;
}
#main .wordlist dd ul {
	list-style: none;
}

#main .wordlist dd ul li {
	font-size: 14px;
	float: left;
	width: 31.6%;
	margin-left: 1.1%;
	margin-bottom: 1.1%;
}
#main .wordlist dd ul li a {
	display: block;
	background-image: url(https://cukaa.org/img/icon_co1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #F9C;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FCC;
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .wordlist dd ul li a:hover {
	background-color: #CCCCFF;
	color: #606;
	border: 1px solid #639;
}
#main .wordlist dt:first-letter {
	font-size:30px;
	font-weight: bold;
	line-height: 40px;
	color: #F00;
	margin-right: 5px;
}
#main .wordlist dt {
	display: block;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C9F;
	font-weight: bold;
	margin-bottom: 5px;
}
#main .wordlist dd ul {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
#main .info-txt {
	color: #F06;
	border: 2px dotted #F69;
	padding: 5px;
}

#main .site-list li {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #FFF;
}
#main .site-list li .review-link {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#main .site-list li .review-link img {
	max-width: 150px;
}
#main .site-list li dl {
	display: block;
	margin-left: 160px;
}
#main .site-list li dl dt {
	display: block;
	font-weight: bold;
	color: #39F;
}
#main .site-list li dl dd {
	display: block;
	font-size: 14px;
}
#main .site-list li dl dd p {
	margin-bottom: 5px;
	display: block;
}

#main .site-list .btn:link,
#main .site-list .btn:active,
#main .site-list .btn:visited {
	display: block;
	width: 140px;
	height: 24px;
	text-indent: -9999px;
	background-image: url(https://cukaa.org/img/btn_intro.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	margin-right: 10px;

	/* ふんわりリンクの無効化 */
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
#main .site-list .btn:hover {
	background-position: left center;
}

#main .list {
	list-style: disc inside;
	display: block;
	margin-bottom: 14px;
	font-size: 16px;
	padding-left: 10px;
}

#main .list li {
	font-weight: bold;
	color: #F90;
}
#main p {
	margin-bottom: 14px;
}
#main .txt p em{
	font-weight: bold;
	color: #36C;
}
#main p strong {
	font-weight: bold;
	color: #F39;
}
div.txt p:last-child {
	margin-bottom: 0px;
}
#mapping .pure-img {
	width: 100%;
}
.bosyu,.chiiki {
	margin-bottom: 10px;
}
.bosyu em,.chiiki em {
	display: block;
	padding: 5px;
	border-bottom: 2px dotted #F69;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}
.chiiki li span {
	display: block;
	background-image: url(https://cukaa.org/img/icon_dot.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	text-indent: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.chiiki ul {
	display: block;
	border-bottom: 2px dotted #FFF;
	margin-bottom: 10px;
}
.pickup-site ul li {
	display: block;
	float: left;
}
.pickup-site ul li dl {
	display: block;
	padding: 5px;
}
.pickup-site ul li dl dt {
	display: block;
}
.pickup-site ul li dl dd {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px;
	font-weight: bold;
}

#side1 {
	float: left;
	width: 300px;
	border-right: 1px solid #F06;
}
#side1 h1, #side1 h2,#side1 h3,
#side2 h1, #side2 h2,#side2 h3,
#caution .box .caution {
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 5px 5px 25px;
	background-color: #F06;
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 3px;
	border-bottom: 2px solid #C06;
	text-shadow: 0 -1px 1px #000,
	-1px 0 1px #000,
	1px 0 1px #000,
	0 1px 1px #000,
	1px 1px 1px #222,
	2px 2px 2px #222;
	color: #FFF;
}
#side1 #menu ul {
	display: block;
	margin-bottom: 5px;
}
#side1 .banner a {
	margin-bottom: 5px;
	display: block;
}

#side2 {
	float: right;
	width: 300px;
	border-left: 1px solid #F06;
	margin-top: 41px;
}
#side2 aside a img {
	margin-bottom: 5px;
	width: 100%;
}

.caution {background-image: url(https://cukaa.org/img/icon_caution.gif);} 
.search {background-image: url(https://cukaa.org/img/icon_search.gif);}
.learn {background-image: url(https://cukaa.org/img/icon_book1.gif);}
.info {background-image: url(https://cukaa.org/img/icon_info.gif);}
.girl {background-image: url(https://cukaa.org/img/icon_girl.gif);}
.pr {background-image: url(https://cukaa.org/img/icon_pr.gif);}

/* エロ単ペット 童貞ハンター美子 */
#word-pickup  {
	background-image: url(https://cukaa.org/img/bg_word-pickup.jpg);
	background-repeat: no-repeat;
	height: 240px;
	margin-bottom: 5px;
	padding-top: 140px;
	overflow: hidden;
	width: 290px;
}

/* ふきだし */
.bubble {
	position: relative;
	border: 2px solid #C39;
	margin-right: 10px;
	margin-left: 30px;
	padding: 8px;
	font-size: 15px;
	line-height: normal;
	background-color:rgba(255,255,255,0.7);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.bubble:after, .bubble:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.bubble:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #e5d7d0;
	border-width: 10px;
	margin-left: -10px;
}
.bubble:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #C39;
	border-width: 13px;
	margin-left: -13px;
}
.bubble a:link,.bubble a:active,.bubble a:visited {
	font-weight: bold;
	font-size: 16px;
	color: #F00;
}
.bubble a:hover {
	color: #0CF;
}


/* PC非表示用 トグルメニュー表示時に表示させる */
.nopc {
	display: none;
	font-weight: bold;
}


#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #F06;
	padding: 5px;
	background-color: #F06;
	color: #FFF;
}
#footer a {
	color: #FFF;
}

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

#container, .content, #main, #side2 {
	float: none;
	margin: 0;
	width: auto;
}
#main {
	margin-left: 300px;
	border-bottom: 1px solid #F00;
	border-top-style: none;
	border-right-style: none;
	border-left: 1px solid #F00;
}
#side2 {
	float: none;
	margin-left: 300px;
	width: auto;
	border-left: 1px solid #F00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#word-pickup {
	width:300px;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width:780px) {
#main {
	float: none;
	margin: 0;
	width: auto;
	border-left-style: none;
}
#side1 {
	float: none;
	margin: 0;
	width: auto;
	border-style: none;
}
#side2 {
	float: none;
	margin: 0;
	width: auto;
	border-style: none;
}
#main .site-desc {
	height: auto;
}
}

@media screen and (max-width:480px) {
#container,
.content,
#main,
#side1,
#side2,
#main .dic-img,
#main .site-img,
#main .site-desc,
#main .site-list li .review-link,
#main .site-list li dl {
	float: none;
	margin: 0;
	width: auto;
	height: auto;
}

#main .dic-img,
#main .site-img,
#main .site-list li .review-link {
	margin-bottom: 10px;
}
#main .dic-img img,
#main .site-img img,
#main .site-list li .review-link img {
	width: 98%;
	margin:0 auto;
}

#main .site-list li .review-link img {
	max-width: 100%;
}
#main .wordlist dd ul li {
	float: none;
	width: 98%;
	margin: 1%;
}
.pickup-site ul li {
	float:none;
}
}

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

#toggle { 
	display: none;
}
@media screen and (max-width:900px) {
#top-menu {
	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;
}
/* .nosp {display: none;} */
.nosp .banner li:nth-child(odd) {
	display: none;
}
.nopc {display: block;}
}

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

#genre-list {
	display: block;
	margin-bottom: 10px;
}
#genre-list li {
	display: block;
	margin-bottom: 5px;
}
#genre-list dl dt {
	font-weight: bold;
	color: #F90;
}
#genre-list dl dd {
	font-size: 12px;
}

/* メールフォーム */
#contact {
}
#contact strong {
	font-weight: bold;
	padding: 3px;
	display: block;
}
#contact form .pure-u-1 {
	margin-bottom: 5px;
}
#contact form div,#contact p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#contact input {
	width: 90%;
}
#contact textarea {
	width: 88%;
	margin-left: 2%;
}

/* ご注意 */
#caution .box p {
	font-size: 12px;
	background-image: url(https://cukaa.org/img/18kin.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 80px;
	line-height: 16px;
	padding: 3px 3px 3px 85px;
}
@media screen and (max-width:780px) {
#caution .box p {
	font-size: 16px;
	line-height: 26px;
}
}
@media screen and (max-width:480px) {
#caution .box p {
	font-size: 14px;
	line-height: 18px;
}
}
/* 広告バナー */
.banner,
.ads {
  max-width:100%;
  margin-bottom:10px;
}
.banner a,
.ads a {
  display:block;
}

/* 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;
}

.ads {
    width: 100%;
    height: 100%;
	aspect-ratio: 728/200;
}
.ads ins img {
    width: 100%;
    height: auto;
}

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

#side2 .ads-flexbox {
    flex-flow: column;
}
#side2 .ads-flexbox .item {
    padding: 0;
    width: 100%;
    margin: 0 auto 10px;
}

/*広告表示*/
#header:after {
	content: url(https://cukaa.org/img/ad_display_header.png);
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.site-data::before {
	content: url(https://cukaa.org/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:#0099ff;
	color:#FFF;
}

.site-review p a.pr-txt-link::before {
	background-color:#ff0066;
}

.btn-cta.pr-txt-link::before {
	background-color:#fff;
	color:#0066ff;
	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;
	color: #FF0000;
	padding: 3px 5px;
    line-height: 1;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}

.site-img.banner a.pr-img-link::before {
	right: 15px;
	top: 15px;
}


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