@charset "UTF-8";
/* CSS Document */

html {
  min-height: 100%;
  position: relative;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#000 !important;
	margin:0;
	color:#FFF !important;
	font-size:90%;
	line-height:1.5em;
	margin-bottom: 5em;
	text-align:justify;
}

a {
	color:#FFF;
}


/** ラッキーナンバー **/
.lucky_number_box {
    width: 84%;
    margin: 0 auto;
    background-color: #2F8C0F;
    font-size: 120%;
    text-align: center;
    padding: 3% 0 3% 0;
    font-weight: bold;
    border-radius: 3px;
}

.lucky_number_box p {
    margin-top: -1%;
    font-weight: normal;
}

.lucky_number_txt {
    font-size: 300%;
    color: #faee00;
}

.lucky_using {
	width:100%;
	background-color:#000;
	color:#fccf00;
	margin:2% 0 0 0;
	padding:1.5% 0 1% 0;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}

#lucky_box ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

#lucky_box li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color:#000;
}

#lucky_box li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #bada55;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}


/** SM・変態 **/
#sm_box {
	width:96%;
	background-color:#531f5e;
	padding:0 2% 2% 2%;
	margin-bottom:10%;
}

.sm_tl {
    width: 100%;
    background-color: #E50012;
    border: 2px #f4a000 solid;
    margin: 2% 0 0 0;
    padding: 2%;
    border-radius: 20px;
    color: #fccf00;
    font-size: 110%;
    font-weight: bold;
	text-align:center;
}
.recommend_w {
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
	color: #FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 10px;
}



/** 人妻・熟女 **/
#htz_box {
	width:96%;
	background-color:#a51d3b;
	padding:0 2% 2% 2%;
	margin-bottom:10%;
}

.htz_tl {
	width:95%;
	background-color:#b7183e;
	border:2px #f4a000 solid;
	margin:2% 0 0 0;
	padding:2%;
	border-radius:10px;
	color:#fccf00;
	font-size:110%;
	font-weight:bold;
}


/** タイプ別 **/
#type_box {
	width:96%;
	background-color:#125892;
	padding:0 2% 2% 2%;
	margin-bottom:10%;
}

.type_tl {
	width:95%;
	background-color:#125892;
	border:2px #f4a000 solid;
	margin:2% 0 0 0;
	padding:2%;
	border-radius:10px;
	color:#fccf00;
	font-size:110%;
	font-weight:bold;
}


/** 年代別 **/
#age_box {
	width:96%;
	background-color:#dd0068;
	padding:0 2% 2% 2%;
	margin-bottom:10%;
}

.age_tl {
	width:95%;
	background-color:#dd0068;
	border:2px #f4a000 solid;
	margin:2% 0 0 0;
	padding:2%;
	border-radius:10px;
	color:#fccf00;
	font-size:110%;
	font-weight:bold;
}


/** ジャンル別 **/
#genre_box {
	width:96%;
	background-color:#7e3a1e;
	padding:0 2% 2% 2%;
}

.genre_tl {
	width:95%;
	background-color:#7e3a1e;
	border:2px #f4a000 solid;
	margin:2% 0 0 0;
	padding:2%;
	border-radius:10px;
	color:#fccf00;
	font-size:110%;
	font-weight:bold;
}



/** 共通 **/
.box_txt {
	font-size:120%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	color:#d7000f;
}

.box_sub {
	width:96%;
	background-color:#FFF;
	padding:2%;
	margin:2% 0 4% 0;
}

.box_sub p {
	color:#000;
	font-size:85%;
}

.recommend_w ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight:bold;
}

.recommend_w li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color:#FFF;
}

.recommend_w li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #e60012;
  color: #FFF;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.recommend_m ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight:bold;
}

.recommend_m li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color:#000;
}

.recommend_m li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #2ea7e0;
  color: #FFF;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.taiken_l {
    width: 31%;
    float: left;
    margin: 3% 0 2% 0%;
}

.taiken_r {
    width: 68%;
    float: right;
    color: #fff;
    font-size: 85%;
    line-height: 1.5em;
    margin: 2% -2% 2% 0;
}

.clear {
	clear:both;
	border-bottom:2px #666 dotted;
}

.clear2 {
	clear:both;
}

.tel_box {
    width: 100%;
    background-color: #fac700;
    border: 2px #ea5514 solid;
    font-size: 174%;
    color: #761d75;
    font-weight: bold;
    padding: 3vw 2% 2%;
}

.tel_box_txt {
    font-size: 60%;
    padding-left: 0.5em;
}

.tel_bangumi {
	background-color:#000;
	color:#e50012;
	padding:2% 0 2% 2%;
	font-size:80%;
	margin-top:2%;
}

.tel_bangumi_s {
	float:right;
	background-color:#22ac38;
	font-size:60%;
	color:#FFF;
	padding:0 1% 0 1%;
	margin-right:2%;
}

.tel_bangumi_j {
	float:right;
	background-color:#ea5514;
	font-size:60%;
	color:#FFF;
	padding:0 1% 0 1%;
	margin-right:2%;
}

.tel_type {
	width:100%;
	padding:2% 2% 0.1% 2%;
	background-color:#FFF;
	margin-top:2%;
}

.tel_type ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  font-weight:bold;
  font-size:50%;
  display: inline;
  line-height:2.0em;
}

.tel_type li {
  margin-bottom: 10px;
  position: relative;
  color:#000;
  line-height:1.5em;
}

.tel_type li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color:#999;
  color: #FFF;
  text-align: center;
  padding:1%;
  margin-right:1%;
}

dl {
  width:100%;
}

dt {
  float: left;
    clear: left;
    width: 15%;
    border: 1px #FFFFFF solid;
    background-color: #000;
    text-align: center;
    margin-right: -10%;
    font-size: 90%;
}


dd {
  float:left;
  font-size:167%;
}

.tel_number {
	text-align:center;
	line-height:1.1em;
	margin-right:2%;
}


.tel_call {
	width:18%;
	margin:-1% 0 5% 0;
}

.c_red {
	color:#F00;
	font-weight:bold;
}


/*180731追加*/
* {
	box-sizing: border-box;
}
body {
	background-image: url(../img/bg_head.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
#cstm1 {
    width: 100%;
    padding: 7px;
}
#cstm1>p {
    margin: 0;
}
#cstm1>p:nth-child(1) {
    padding: 5px;
    background: #FFD800;
    color: #E50012;
    text-align: center;
    font-size: 120%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
#cstm1>p:nth-child(2) {
    padding: 3px;
    text-align: justify;
    border: 1px solid #FFD800;
    line-height: 1.3em;
}

#head_link {
    display: table;
    width: 97%;
    height: 47vw;
    margin: 10px auto -8px;
}

#head_link a {
    display: table-cell;
    vertical-align: top;
}

.keyframe_test1,.keyframe_test2 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.0s;
}
.keyframe_test1{ animation-name: anim_v1; }
.keyframe_test2{ animation-name: anim_v2; }
@keyframes anim_v1 {
    0% { transform: translate(0, 0px); }
    100% { transform: translate(0, -4px); }
}
@keyframes anim_v2 {
    0% { transform: translate(0, 0px); }
    100% { transform: translate(0, 4px); }
}

.howto {
    background: #000;
    width: 95%;
    margin: 20px auto;
    border: 2px solid #C00;
    padding: 7px;
}
.howto p:first-child {
    /* border-bottom: 3px solid #fff; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 130%;
    padding: 7px 0 5px;
    font-weight: bold;
}


.howto>img {
	display: block;
	width: 10%;
	margin: 0 auto;
}


.genre_area {
    position: relative;
}
.genre_content {
    margin-top: -25vw;
    width: 100%;
}
.genre_subtitle {
    width: 100%;
    height: 21.5vw;
    padding-top: 2vw;
    position: absolute;
    margin-top: -10vw;
}
.genre_subtl1 {
    background: url(../img/genre_subtl1.png) top center no-repeat;
    background-size: contain;
}
.genre_subtl2 {
    background: url(../img/genre_subtl2.png) top center no-repeat;
    background-size: contain;
}
.genre_subtl3 {
    background: url(../img/genre_subtl3.png) top center no-repeat;
    background-size: contain;
}
.genre_subtl4 {
    background: url(../img/genre_subtl4.png) top center no-repeat;
    background-size: contain;
}
.genre_subtitle>span {
    display: block;
    width: 78%;
    margin: 0 0 0 22%;
	text-shadow: 1px 1px 3px #000;
}
.genre_subtitle>span:nth-child(2) {
    font-size: 140%;
    line-height: 1.4em;
    font-weight: bold;
}
.genre_content .leftborder {
    border-left: 2px solid #D7000F;
    margin-top: 40px;
    padding: 30px 15px 10px;
}
.genre_content p.intro {
}

.taiken_read {
	color: #E4007F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.bangumi_type p {
    width: 100%;
    background: #fff;
    font-size: 50%;
    padding: 2px;
    margin: 2px 0;
    text-align: justify;
    color: #751e74;
    font-weight: normal;
}

.genre_2,.genre_3,.genre_4 {
	margin-top: -6vw;
}
.genre_2 .leftborder {
	border-left: 2px solid #7F1083;
}
.genre_2 .sm_tl,.genre_2 .recommend_w li:before {
	background-color: #7F1083;
}
.genre_3 .leftborder {
	border-left: 2px solid #588E45;
}
.genre_3 .sm_tl,.genre_3 .recommend_w li:before {
	background-color: #588E45;
}
.genre_4 .leftborder {
	border-left: 2px solid #A27A34;
}
.genre_4 .sm_tl,.genre_4 .recommend_w li:before {
	background-color: #A27A34;
}

.txt01{
	padding:5px;
	}
	
.border_dashed{
	border-bottom:#FE8301 1px dashed;
	}
	
.btn{ width:204px;
margin:0 auto 1.2em;}

.used_tl {
    width: 100%;
    background-color: #1d2087;
    margin: 2% 0 0 0;
    padding: 2%;
    color: #fccf00;
    font-size: 110%;
    font-weight: bold;
	text-align:center;
}

.used_w {
    padding: 5px 10px;
	color: #333;
	margin-bottom: 10px;
	background:#FFFBDA;
}
.used_w ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.used_w li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.used_w li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color:#1C1A89;
  color: #FFF;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}