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

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 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

body {
  max-width:900px;
  min-width:360px;
  display: block;
  margin:0 auto;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: normal;
  background-image: url(https://www.rakugo-world.com/img/base_bg.gif);
}
#wrapper {
  background:#e2f2a4;
  padding:10px;
}

header {
  position:relative;
}
header h1 img {
  width:100%;
}
header p {
  position:absolute;
  left:2%;
  bottom:13px;
}
@media screen and (max-width:900px) {
  header p {
    bottom:10px;
  }
}
@media screen and (max-width:800px) {
  header p {
    font-size:12px;
  }
}
@media screen and (max-width:640px) {
  header p {
    font-size:9px;
    bottom:3%;
  }
}
@media screen and (max-width:500px) {
  header p {
    display:none;
  }
}

#content {
  width: 100%;
  overflow:hidden;
  margin-bottom:10px;
}
#main {
  margin-left: 280px;
  background:#FFFFFF;
  padding:10px;
}
#side {
  float: left;
  width: 250px;
  background:#FFFFFF;
  padding:10px;
}
#footer {
  text-align: center;
  padding:2px 5px;
  font-size:12px;
  background:#ffccff;
}

@media screen and (max-width:780px) {
  #wrapper {
    padding:10px 2px;
  }
  #content, #main, #side {
    float: none;
    margin: 0;
    width: auto;
  }
  #main {
    padding:5px;
    margin-bottom:5px;
  }
  #side {
    padding:0px;
    background:none;
    margin-bottom:5px;
  }
}

a {
  color: #FF0000;
  text-decoration:none;
}
a:hover { color: #0000FF; }

/* menu---------------------------------------------------------------*/
#menu h2,
#main h3 {
  background-color:#f19607;
  color:#FFFFFF;
  padding:2px 3px;
  font-weight:bold;
  border-top:7px double #FFF;
  border-bottom:7px double #FFF; 
}
#menu h2 span,
#main h3 span {
  display:block;
  margin:-8px auto;
  vertical-align:middle;
  line-height:35px;
}
#menu h2 span img {
}
#menu li a{
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  background:url(https://www.rakugo-world.com/img/icon_arrow.gif) no-repeat 0px 10px;
  padding-left:25px;
  color:#f39801;
}
#menu li a:hover {
  color:#F00;
}

/* サイド：リンクバナー用設定 */
#menu .link li a {
  background: none;
  padding:0px;
  margin: 3px 2px 5px 2px;
}
#menu .link li a img {
  width:100%;
  border:1px solid #999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#toggle{ 
  display: none;
}
  .sp{
    display:none;
  }
  
  .pc{
    display:block;
  }
@media screen and (max-width:780px) {
  #menu{
    display: none;
  }
  #menu li{
    width: 100%;
    background:#FFF;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #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: #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;
  }
  
  
  .sp{
    display:block;
  }
  
  .pc{
    display:none;
  }
}

/*ぱんくず---------------------------------------------------------------*/
.breadcrumbs {
  display: block;
  white-space:nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding:2px 10px 2px 5px;
  margin:5px 0px;
  background-color:#fff;
}
.breadcrumbs li {
  display:inline-block;
  vertical-align:top;
}
.breadcrumbs li:first-child::before {
  padding: 0 1px 0 0;
  content: "";
  font-size: 14px;
}
.breadcrumbs li:before {
  padding: 0 4px 0 2px;
  content: url(https://www.rakugo-world.com/img/yajirushi.gif);
  font-size: 14px;
}
.breadcrumbs a {
}
.breadcrumbs a.disabled{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color:#000000;
}

#crumbs{
  overflow:hidden;
  margin:5px 0px;
  background:#ffccff;
  padding:2px 5px;
}
#crumbs li{
  font-size: 12px;
  float: left;
  white-space:nowrap;
  margin-right:3px;
}
#crumbs li a {
  display: block;
  padding-right: 17px;
  background-image: url(https://www.rakugo-world.com/img/yajirushi.gif);
  background-repeat: no-repeat;
  background-position: right 2px;
}

/*メイン----------------------------------------------------------*/

#main h2,
#main .link-box strong,
#maplink strong {
  display: block;
  background-image: url(https://www.rakugo-world.com/img/r_bar.jpg);
  font-size:16px;
  padding:5px;
  font-weight:bold;
  margin-bottom:10px;
}
#main article {
  margin-bottom:10px;
}
#main p {
  margin-bottom:1em;
}

/*catebo----------------------------------------------------------*/
#r_catebox {
  overflow:hidden;
}
#r_catebox li {
  float:left;
  width:50%;
}
#r_catebox li dl{
  margin:5px 5px 10px;
  border:1px solid #00CCFF;
}
#r_catebox li dt {
  background:#00CCFF;
  padding:2px 5px;
  font-weight:bold;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
#r_catebox li dd {
  padding:2px;
}

#r_catebox a { color: #FFFFFF; }
#r_catebox a:hover { color: #FF00FF; }

/*site----------------------------------------------------------*/
#hiritu {
  float:right;
  color: #0000FF;
  font-size:14px;
}
#rr_pic {
  margin:0px auto 10px;
  overflow:hidden;
  padding-right:120px;
}
#rr_pic #pic {
  float: left;
}
#rr_pic #pic img {
  border:2px solid;
}
#rr_pic #pic a { color: #FFFFFF; }
#rr_pic #pic a:hover { color:#09F; }

#rr_pic #mob {
  width: 110px;
  float: right;
  border: 2px solid #FFFFFF;
  text-align: center;
  margin-right:-120px;
}
#mob .mob_send {
  width: 96px;
  height: 104px;
  margin:5px auto;
  background-image: url(https://www.rakugo-world.com/img/mob.gif);
}
#mob span {
  display:none;
}

@media screen and (max-width:680px) {
  #rr_pic {
    padding-right:0px;
    text-align:center;
  }
  #rr_pic #pic {
    float:none;
  }
  #rr_pic #mob {
    display:none;
    margin-right:0px;
  }
}

#r_review {
  margin:0 auto 10px;
  overflow:hidden;
}
#r_review h3 {
  font-weight: bold;
  margin-bottom:5px;
  color:#F69;
}
#rr_point {
  overflow:hidden;
  text-align: center;
}
#rr_point li {
  float:left;
  width:33.3%;
}
#rr_point li em {
  display:block;
  padding:3px;  
  background-image: url(https://www.rakugo-world.com/img/r_bar.jpg);
  border: 2px solid #FFFFFF;
  font-weight: bold;
  color:#06F;
  text-align:center;
  white-space:nowrap;
}

@media screen and (max-width:500px) {
  #rr_point li {
    float:none;
    width:auto;
  }
  #rr_point li em {
    display:inline-block;
    padding:3px 10px;
    margin:0px;
  }
}

#r_sent {
  margin:10px 3px;
  background-color: #FFFFFF;
  border: 2px solid #BFE4F0;
  padding: 10px 10px 0;
}
#r_sent p {
  margin-bottom:1em;
}

/*ad----------------------------------------------------------*/
.link-box {
  margin:0px auto 20px;
}
.link-box a {
  display: block;
}
.link-box a img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #CCC;
  border-radius: 5px;
}
#maplink {
  margin:10px auto;
}
#maplink iframe {
  display:block;
  margin-left: auto;
  margin-right: auto;
}
.nopc {
  display: none;
}
/*girls_frm*/
.iframe-long {
  display:block;
  width:480px;
  height:100px;
  margin:-5px auto 10px;
}
@media screen and (max-width:499px) {
  .iframe-long {
    width:300px;
    height:250px;
  }
  .nopc {
    display: block;
    margin:0px auto 20px;
  }
  #maplink,
  .nosp {
  display:none;
  }
}
.iframe-long iframe {
  width: 100%;
  height: 100%;
  margin:0 auto;
}

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

/*------------- スクロールトップ -------------*/
#page-top {
  position: fixed;
  bottom: 35px;
  right: 10px;
  text-align: center;
  _width:30px;
}
#page-top a {
  background: #161616;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  display: block;
  border-radius: 30px;
  padding:5px 10px;
}
#page-top a:hover {
  text-decoration: none;
  background:#c9c9c9;
  color:#FFFFFF;
}

/* CTA */
.cta {
  padding:10px;
  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 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;
}

/* 広告バナー */
.aspect,
.banner,
.ads {
  max-width:100%;
  margin-bottom:10px;
}
.aspect a,
.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;
}

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

#rr_pic::before {
	content: url(https://www.rakugo-world.com/img/ad_display_post.png);
	display: flex;
	justify-content: center;
    margin:1em 0 2em;
}
@media screen and (min-width:681px) {
#rr_pic::before {
    margin-right: -120px;
}
}

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

.label_ad {
	position: relative;
}

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