
/*
Theme Name: KMP2018 Ver.4
*/

html, body, #logo, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, strong, img, a, table, tr, th, td, form, input, textarea, button,
article, header, footer, aside, figure, figcaption, picture, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}

input[type="text"], input[type="search"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


img {
	vertical-align: middle;
  -webkit-user-drag: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

html {
  font-size: 62.5%;
}

body {
	background: #fff;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: -apple-system, BlinkMacSystemFont, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Meiryo", sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.7;
}

a {
   -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	color: #333;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a.fc-red {
	color: #E60020;
}

a[href]:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.fl-r { float: right; }
.fl-l { float: left; }


.arw_r {
	position: relative;
	padding-right: 1.8em !important;
}

.arw_l {
	position: relative;
	padding-left: 1.8em !important;
}

.arw_r:before,
.arw_l:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	background: #e60021;
}
.arw_l:before {
	right: auto;
	left: 0;
}

.arw_r:after,
.arw_l:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	right: 0.55em;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arw_l:after {
	right: auto;
	left: 0.55em;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}



.social_link li {
    vertical-align: top;
	padding-top: 0 !important;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}





/*  header
------------------------*/
#mainheader {
	width: 100%;
	background: #fff;
	border-bottom: 3px solid #e60021;
	position: fixed;
	z-index: 999;
  text-align: center;
}

#header {
	width: auto;
  min-width: 1080px;
	height: 90px;
	margin: 0 auto;
  display: inline-flex;
  justify-content: center;
	align-items: center;
}

#header #logo {
	/*width: 160px;*/
	margin-right: 10px;
}

#header #logo img {
	width: 135px!important;
	width: 100%;
}

#header nav ul {
	display: flex;
  margin-right: 10px;
}

#header nav li {
	font-size: 0.9em;
	margin-right: 2px;
}

#header nav li a {
	display: block;
	padding: 43px 0.5em 0;
	background: no-repeat top center;
	text-align: center;
}

#header nav li.nav_new a { background-image: url(img/nav_new.png) }
#header nav li.nav_sale a { background-image: url(img/nav_sale.png?a=1); color: #e60021; }
#header nav li.nav_search a { background-image: url(img/nav_search.png) }
#header nav li.nav_label a { background-image: url(img/nav_label.png) }
#header nav li.nav_sample a { background-image: url(img/nav_sample.png) }
#header nav li.nav_ranking a { background-image: url(img/nav_ranking.png) }
#header nav li.nav_girls a { background-image: url(img/nav_girls.png) }
#header nav li.nav_books a { background-image: url(img/nav_books.png) }
#header nav li.nav_goods a { background-image: url(img/nav_goods.png) }
#header nav li.nav_event a { background-image: url(img/nav_event.png) }
#header nav li.nav_topics a { background-image: url(img/nav_topics.png) }

#header .box {
	/* margin-left: auto; */
}

#header .sns {
	font-size: 90%;
  line-height: 1;
  margin-bottom: 5px;
  text-align: left;
}

#header .sns a {
	font-size: 170%;
	margin-right: 2px;
}

#header .sns svg {
	width: 1em;
	height: 1em;
}

.searchbox .searchform {
	overflow: hidden;
}

.searchbox .searchform input {
	height: 30px;
	float: left;
}

.searchbox .searchfield {
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	background: #f7f7f7;
	padding: 0 0.5rem;
}

.searchbox .searchsubmit {
	background: #e60021 url(img/ico_searchform.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	color: #fff;
	cursor: pointer;
}

.head_kmpp {
  margin-left: 10px;
  height: 55px;
}

.head_kmpp a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  padding: 6px 6px 4px;
  background-color: #f4008c;
  border-radius: 6px;
  font-weight: bold;
  border-bottom: 3px solid #E00180;
}

.head_kmpp a small {
  display: block;
  font-size: 70%;
  color: #fff;
}

.head_kmpp a img {
  width: 75px;
}



#google_translate_element {
	position: absolute;
	right: 0;
	top: 0;
}

/*  main
------------------------*/

#main {
	padding-top: 93px;
}

#pan {
	background: #fef7f8;
}

#pan ol {
	width: 1070px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#pan li {
	display: inline-block;
	position: relative;
}

#pan li+li {
	padding-left: 1.5em;
}

#pan li+li:before {
	content: "";
	position: absolute;
	top: 30%;
	left: 0.3em;
	width: 0.4em;
	height: 0.4em;
	border-top: 1px solid #f38090;
	border-right: 1px solid #f38090;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#pan span, #pan a {
	font-size: 1em;
}

#pan a {
    color: #E60020;
}
#main .pagettl {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}

#main .pagettl > * {
	width: 1070px;
	margin: 16px auto;
	font-size: 155%;
}

.col {
	width: 1070px;
	margin: 0 auto;
}

section > h2 {
	font-size: 140%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 10px 16px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section > h2:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #e60021;
	top: -2px;
	left: 0;
	width: 70px;
}

section > h2 a {
	font-size: 1.3rem;
}


/*  work
------------------------*/

ul.worklist {
	width: 1070px;
	margin: 0 auto;

	overflow: hidden;
}

ul.worklist li {
	width: 150px;
	height: 340px;
	margin: 15px 20px 40px 10px;
	float: left;
}

ul.worklist li:nth-child(6n)  {
	margin-right: 0;
}

ul.worklist .post {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background: #fff;
}

.post {
	position: relative;
	min-height: 287px;
}

.post h3 {
	order: 3;
	height: 5em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.post .jk {
	order: 1;
	min-height: 212px;
}

.post .jk img {
	width: 150px;
	height: auto;
}

.post .jk.goods img {
	margin-bottom: 10px;
}


.post .label {
	order: 2;
	font-size:0;
}

.post .label a {
	display: inline-block;	
	font-size: 10px;
	line-height: 1;
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 2px 0.8em;
}

/*
.post .label a.label_kmp-vr { background: #29bcaf; }
.post .label a.label_sq-vr { background: #fff100; color: #000; }
.post .label a.label_scoop-vr { background: #052280; }
.post .label a.label_kmp-vr-sai { background: #fc06ce; }
.post .label a.label_bazooka-vr { background: #009945; }
.post .label a.label_kmp-vr-bibi { background: #07dc25; }

.post .label a.label_kmp-premium { background: #c99a1c; }
.post .label a.label_million { background: #e60021; }
.post .label a.label_uchu { background: #2a2f98; }
.post .label a.label_bazooka { background: #009945; }
.post .label a.label_sq { background: #fff100; color: #000; }
.post .label a.label_scoop { background: #052280; }
.post .label a.label_nanpaheaven { background: #fbef00; color: #e40309; }
.post .label a.label_okazu { background: #f06b02; }
.post .label a.label_real { background: #1057ab; }
.post .label a.label_umanami { background: #b7995d; }
.post .label a.label_edge { background: #e5007f; }
.post .label a.label_bokutachiotokonoko { background: #000; }
.post .label a.label_oreshiro { background: #c7bc9e; color: #c41127; }
.post .label a.label_nadeshiko { background: #9B0519; }
.post .label a.label_100nin { background: #9f0017; }
.post .label a.label_madames { background: #a058ad; }
*/

.post .data {
	order: 4;
}

.post .data dt {
	float: left;
	clear: both;
	margin-right: 1em;
	margin-bottom: 0.5em;
	font-size: 90%;
	font-weight: bold;
}

.post .data dd {
	font-size: 90%;
	min-height: 1.7em;
	max-height: 3.4em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 0.5em;
}

.post .btn_sample {
	order: 5;
	margin: 0 10px 10px;
}

.post .btn_sample a {
	display: block;
	background: #e60021;
	color: #fff;
	font-size: 90%;
	text-align: center;
	padding: 0.2em;
	border-radius: 3px;
	box-shadow: 0  2px 0 0 rgba(0,0,0,0.1);
}

.post .btn_nosample {
	order: 5;
	background: #ededed;
	font-size: 90%;
	color: #aaa;
	text-align: center;
	padding: 0.2em;
	border-radius: 3px;
	margin: 0 10px 10px;
}

.ico_sample {
	position: absolute;
	right: 0;
	top: 188px;
	z-index: 99;
}

.ico_sample a {
	display: block;
	width: 22px;
	height: 22px;
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 50%;
	z-index: 50;
}

.ico_sample a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 9px;
	margin: auto;
	vertical-align: middle;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
}



/*  fotter
------------------------*/

footer {
	margin-top: 100px;
	background: #222;
	color: #fff;
	padding-bottom: 2em;
	border-top: 20px solid #e60021;
}

footer a {
	color: #fff;
}

footer .pagetop {
	position: fixed;
	z-index: 999;
	bottom: 0;
	right: 10px;
	background: #e60021;
	font-size: 0;
}
footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
}

footer .pagetop:before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 45%;
	left: 16px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer nav {
	width: 1110px;
	margin: 0 auto;
	padding: 50px 0 30px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

footer nav dl {
	flex: 1;
	padding: 1em;
	position: relative;
}

footer nav dl+dl {
	border-left: 1px solid #666;
}

footer nav dt {
	font-size: 160%;
	margin-bottom: 1em;
}

footer .nav li {
	margin-top: 1em;
}

footer .follow dd {
	width: 14em;
	margin: 0 auto;
}

footer .follow ul {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

footer .follow li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 170%;
}

footer .follow li a i{
	line-height: 36px;
}


footer .follow .tw a { background: #1DA1F2; }
footer .follow .in a { background: #C81763; }
footer .follow .yt a { background: #F00; }
footer .follow .rss a { background: #F48717; }

footer .mail {
	margin-top: 2em;
}

footer .mail a {
	display:  block;
	background: #fff;
	color: #333;
	line-height: 40px;
	margin-top: 0.5em;
}

footer .mail a svg {
	vertical-align: text-top;
	width: 1.45em;
	height: 1.45em;
	margin-right: 0.2em;
}

footer .foot_logo {
	margin: 60px auto 0;
}

footer .foot_logo img {
	width: 130px;
}

footer aside {
	margin-top: 20px;
	font-size: 90%;
	text-align: center;
}



#modal {
	display: none;
	position: fixed;
	z-index: 1201;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1050px;
	height: 600px;
	background: #fff;
	text-align: center;
	border-radius: 5px;
}

.modal_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal_inner .modal_txt {
	flex: 2;
	padding: 0 30px;
}

.modal_inner .modal_txt b {
	color: #c80505;
	font-size: 140%;
}

.modal_inner .modal_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 420px;
	height: 80px;
	margin: 20px auto;
	background: url(img/mark18.png) no-repeat center center;
}

.modal_inner .modal_btn .yes a {
	cursor: pointer;
	display: inline-block;
	width: 150px;
	line-height: 50px;
	background: #e60021;
	color: #fff;
	font-weight: bold;
	border-bottom: 3px solid #cf001e;
	border-radius: 5px;
}

.modal_inner .modal_btn .yes a:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.modal_inner .modal_btn .no a {
	display: inline-block;
	width: 150px;
	line-height: 50px;
	background: #eee;
	border-bottom: 3px solid #e7e7e7;
	border-radius: 5px;
}

.modal_inner .modal_txt aside {
	color: #999;
	font-size: 90%;
	margin-top: 20px;
}

.modal_inner .modal_img img {
	width: 420px;
	height: 600px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}



/*メルマガcss*/

#mailMagazineForm {
    margin: 1rem auto -4rem;
    font-size: 16px;
}#mailMagazineForm * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#mailMagazineForm form {
    padding: 1rem;
    color: #fff;
    max-width: 1070px;
    width: 100%;
    text-align: center;
    margin: auto;
    background: #e4141f;
}
#mailMagazineForm form>p {
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
    padding: .2rem 0
}
#mailMagazineForm form>p img {
    max-width: 3em;
    background-color: #fff;
    padding:5px;
    border-radius:5px;
}
#mailMagazineForm input[type=submit] {
    padding: .4rem 1rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#2f89f5), color-stop(50%, #0f75d4), color-stop(51%, #24c2ee), to(#26afff));
    background: -webkit-linear-gradient(bottom, #2f89f5 0%, #0f75d4 50%, #24c2ee 51%, #26afff 100%);
    background: -o-linear-gradient(bottom, #2f89f5 0%, #0f75d4 50%, #24c2ee 51%, #26afff 100%);
    background: linear-gradient(0deg, #2f89f5 0%, #0f75d4 50%, #24c2ee 51%, #26afff 100%);
    color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
    vertical-align: middle;
}
#mailMagazineForm input[type=submit]:hover {
    cursor: pointer;
    background: -webkit-gradient(linear, left bottom, left top, from(#0f75d4), color-stop(50%, #0f75d4), color-stop(54%, #4c94d8), to(#0f75d4));
    background: -webkit-linear-gradient(bottom, #0f75d4 0%, #0f75d4 50%, #4c94d8 54%, #0f75d4 100%);
    background: -o-linear-gradient(bottom, #0f75d4 0%, #0f75d4 50%, #4c94d8 54%, #0f75d4 100%);
    background: linear-gradient(0deg, #0f75d4 0%, #0f75d4 50%, #4c94d8 54%, #0f75d4 100%)
}
#mailMagazineForm input[type=text] {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ff0000;
    border-radius: 3px;
    padding: .5rem
}
#mailMagazineForm input[type=text]:focus {
    -webkit-box-shadow: 0 0 7px #fff;
    box-shadow: 0 0 7px #fff;
    border: 1px solid #fff
}


.sbi-critical-notice{
	display: none!important;
}