/*
Theme Name: WWS-SP
Theme URI:
Author: Yoshihiro Kambayashi
Author URI:
Description: This is the theme of WWS channel SP ver.
Version: 0.1
*/

html {
    overflow: auto;
}

body {
	font-family:Helvetica,Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
	font-size:14px;
	color:#000;
	overflow-x: hidden;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

/*a{
	text-decoration: none;
	color: #000;

}*/

a{
	text-decoration: underline;
	color: #000;

}

.article a{
	text-decoration: underline;
	color: #000;

}

.tag a{
	text-decoration: none;
	color: #000;

}

.pagenation a{
	text-decoration: none;
	color: #000;

}

#latest.moduletext a{
	text-decoration: none;
	color: #000;

}




img {
	 max-width: 100%;
	 height: auto;
}

#header {
	background: rgba(250, 250, 250, 0.95);
	height: 45px;
	width: 100%;
	overflow: hidden;

	/* boxレイアウトの指定 */
	display: box;
	display: -webkit-box;
	display: -moz-box;

	/* 配置したボックスを左右中央寄せにする */
	box-pack:justify;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;

	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	/* box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2); */
	z-index: 100;
}

.sanbonsen {
	width: 30px;
	padding: 12px 0 0 10px;
}

.logo {
	width: 87px;
	padding: 7px 0 0 0;
}

.mushimegane {
	width: 28px;
	padding: 10px 10px 0 0;
}

.togglemenu {
}

.togglemenu .logo{
	width: 100%;
	height: 70px;
	background-color: #fff;
	padding: 0px;
	text-align: center;
}

.togglemenu .logo img{
	width: 87px;
	margin: 20px 0 0 0;
}

.togglemenu li {
	line-height: 3em;
	border-bottom: 1px solid #333;
}

.togglemenu li a{
	color: #999;
	margin-left: 10px;
}

.togglemenu h3 {
	text-align: center;
	color: #999;
	font-size: 19px;
	margin: 20px 0 10px 0;
}

.search {
	width: 245px;
	margin: 30px auto 25px;
}

.searchform {
    position: relative;
    background-color: #fff;
    height: 30px;
    border-radius: 15px;
}

.searchkeywords  {
    outline:0px none black;
    width: 200px;
    border: none;
    background: rgba(255, 255, 255, 0);
    padding: 5px 0px 0px 13px;
}

.searchbutton {
    outline:0px none black;
    position: absolute;
    right: 8px;
    top: 9px;
}

.search input[type=submit]{
 background-repeat:no-repeat;
 background-color:#fff;
 border:none;
 cursor: pointer;
 color: transparent;
 width: 18px;
 height: 18px;
 margin: -3px 5px 0 0;
}

.togglemenu .tag_list li {
	line-height: 0em;
	padding: 8px 10px 5px 10px;
	background: #fff;
}

.togglemenu .tag_list li a{
	color: #000;
	margin-left: 0px;
}

#globalnavi {
  padding: 45px 0 0 0;
}
#globalnavi .navi {
  display: -webkit-box;display: -ms-flexbox;display: flex;
  overflow-x: scroll;
  background: #000;
}
#globalnavi .navi > li {
  white-space: nowrap;
}
#globalnavi .navi > li > a {
  text-decoration: none;
  display: block;
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
}
#globalnavi .navi li.current-menu-item > a {
  background-color: #393939;
}

#content {
	/* padding-top: 45px; */
}

.article_big {
	background-size: cover; background-position: 50% 50%; height: 250px;
	position: relative;
	overflow: hidden;
}

.article_big.movie:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: url(images/icon_movie.png) no-repeat center center;
    background-size: 50px auto;
    width: 100%;
    height: 100%;
}

.article_label {
	padding: 7px;
  display: flex;
  flex-wrap: wrap;
}

.article_big_category {
	float: left;
	background:rgba(250, 250, 250, 1);
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px 2px 8px;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category_news2 {
	color: rgb(255, 51, 51);
}

.category_music2 {
	color: rgb(255, 154, 25);
}

.category_fashion2 {
	color: rgb(218, 115, 225);
}

.category_girls2 {
	color: rgb(51, 182, 246);
}

.category_interview2 {
	color: rgb(165, 164, 167);
}

.category_special2 {
	color: rgb(255, 51, 51);
}

.category_gravure2 {
	color: rgb(247, 208, 45);
}

.article_newmark {
	float: left;
	color: #fff;
	background: rgba(250, 0, 0, 0.8);
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px 2px 8px;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article_pickupmark {
	background: rgba(255, 29, 144, 0.8);
	position: absolute;
	top: 10px;
	right: -30px;
	text-align: center;
	transform: rotate(45deg);
	font-size: 13px;
	width: 100px;
	color: rgba(250, 250, 250, 1);
	font-weight: bold;
	padding-bottom: 2px;
}

.article_big_titlearea {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0, rgba(0,0,0,0.7) 100%);
	height: 70px;
	width: 100%;
}

.article_big_title {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4em;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 3px 5px 0 5px;
}

.article_big_date {
	color: rgb(255, 29, 144);
	font-size: 12px;
	padding: 0 0 0 5px;
	position: absolute;
	top: 48px;
}

.moduletitle{
	padding: 12px 0 0 0;
	font-size: 22px;
}

.moduletitle_container {
	padding: 0 0 0 10px;
}

.moduletext {
 font-size: 16px;
}

.moduletext img {
	vertical-align: text-bottom;
	width: 19px;
	margin: 0 7px 3px 0;
}

.moduledescription {
	margin: 0 5px 15px 0px;
	font-size: 13px;
}

.moduleline {
	width: 99%;
	border-bottom: 1px dashed #ddd;
	border-top: none;
	margin: 3px 0 5px 0;
}

.submoduletitle {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 3px 0;
	font-size: 14px;
}

.article_small {
	overflow: hidden;
	min-height: 110px;
	padding: 0 0 6px 8px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #ddd;
}

.article_small_last {
	margin-bottom: 0px;
}

.article_small_imgarea {
	float: left;
}

.article_small_img {
	background-size: cover; background-position: 50% 50%;
	height: 110px;
	width: 150px;
}

.article_small_img.movie {

    position: relative;
}

.article_small_img.movie:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: url(images/icon_movie.png) no-repeat center center;
    background-size: 50px auto;
    width: 100%;
    height: 100%;
}

.article_small_link {
  display: block;
  text-decoration: none;
}
.article_small_label {
	overflow: hidden;
	padding: 4px 0px 0 5px;
  display: flex;
  flex-wrap: wrap;
}

.article_small_titlearea {
  overflow-x: hidden;
	position: relative;
	font-size: 15px;
	padding: 0 5px 0 0;
  display: flex;
  flex-direction: column;
  min-height: 110px;
}

.article_small_category {
	float: left;
	border: 1px solid #999;
	border-radius: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 8px 2px 8px;
  margin: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article_small_title {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding: 0px 5px 0 5px;
	line-height: 1.4em;
  text-decoration: underline;
}

.articlebox_info__note {
	display: flex;
	align-items: flex-end;
  margin-top: auto;
}
.article_small_date {
	color: rgb(255, 29, 144);
	font-size: 12px;
  padding: 0 5px;
  margin-top: auto;
}
.articlebox_info__note object {
	margin-left: auto;
}
.articlebox_info__note a {
	font-size: 11px;
	color: #999;
  text-decoration: none;
}

.ranking_sankaku {
  position: absolute;
  border-top: 20px solid rgba(0, 0, 0, 0.8);
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(0, 0, 0, 0.8);
}

.ranking_sankaku_1 {
  position: absolute;
  border-top: 20px solid rgba(241, 208, 159, 0.9);
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(241, 208, 159, 0.9);
}

.ranking_sankaku_2 {
  position: absolute;
  border-top: 20px solid rgba(219, 216, 211, 0.9);
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(219, 216, 211, 0.9);
}

.ranking_sankaku_3 {
  position: absolute;
  border-top: 20px solid rgba(213, 144, 74, 0.9);
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgba(213, 144, 74, 0.9);
}

.ranking_number {
  position: absolute;
  color: #fff;
  font-size: 13px;
  margin: 3px 0 0 8px;
  font-weight: bold;
}

.more {
	width: 200px;
	text-align: center;
	padding: 8px 10px 5px 10px;
	font-size: 16px;
	margin: 10px auto;
	border: 1px solid #000;
	background-color: #fff;
}

.more img {
	vertical-align: middle;
	margin: 0 0 4px 5px;
}

.btn_more {
    width: 100%;
}

.btn_more a {
    display: block;
    border-radius: 3px;
    background: #eeebeb;
    padding: 10px 0;
    text-align: center;
    color: #171616;
    text-decoration: none;
    transition: linear .1s;
}

.btn_more.image a {
	
	display: block;
    border-radius: 3px;
    background: rgb(255, 29, 144);
    padding: 10px 0;
    text-align: center;
    color: #eeebeb !important;
    text-decoration: none;
    transition: linear .1s;
}

.btn_more a span {
    position: relative;
}

.btn_more a span:after {
    content: ">";
    margin-left: 6px;
}

.btn_more a:hover {
    background: #000;
    color: #fff;
    transition: linear .1s;
}

.tanoji{
	overflow: hidden;
}

.tanoji li{
  float: left;
  text-align: center;
  width: 50%;
  height: 47px;
  box-sizing : border-box;
  padding: 13px 0 0 0;
}

.sns_list {
  padding: 10px 10px 20px 10px;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.sns_list li {
  display: table-cell;
  vertical-align: middle;
}

.sns_one {
	background-color: #222;
	width: 45px;
	height: 45px;
	border-radius: 10px;
}

.sns_one img {
	margin-top: 9px;
}

#tag {
	margin-top: 30px;
}

.tag_list {
	padding: 10px 10px 10px 10px;
  overflow: hidden;
}

.tag_list li {
	border: 1px solid #000;
	display: inline-block;
	margin-right: 3px;
  border-radius: 20px;
	padding: 3px 10px 5px 10px;
	margin-bottom: 10px;
}

.tag_list li a{
  font-size: 13px;
  white-space: nowrap;
}

.tag_list li img{
	width: 14px;
	margin-right: 4px;
	vertical-align: sub;
}

.categoryone {
	width: 145px;
	margin: 0px auto 0;
padding-left: 20px;
}

.categoryicon {
	width: 39px;
	height: 39px;
	-webkit-border-radius: 50%;
	float: left;
	margin-top: -9px;
	background-size: cover;
	background-position: 50% 50%;
}

.breadcrumbs {
	margin: 15px 5px 3px;
	font-size: 11px;
}

.breadcrumbs_nav {
	line-height: 1.5em;
	color: #666;
}

.breadcrumbs_nav a {
	color: #666;
}

.breadcrumbs_nav ol li {
  display: inline;
  list-style-type: none;
}
.breadcrumbs_nav ol li:before {
  content: " > ";
}
.breadcrumbs_nav ol li:first-child:before {
  content:"";
}

.single {
	margin: 0 10px;
}

.single_mainimage {
	text-align: center;
}

.single_mainimage iframe {
    width: 100%;
}

.single_title {
	margin: 2px 0px 0px;
}

.single_title h2 {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 16px;
}

.single_date {
	font-size: 11px;
	color: rgb(255, 29, 144);
	margin: 0 0px 5px;
}

.snsshare_single {
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin: 5px 0;
}

.snsshare_single li {
	float: left;
	width: 25%;
}

.snsshare_box {
	width: 85px;
	display: inline-block;
	border-radius: 3px;
	padding: 10px 0 5px;
	color: #fff;
}

.snsshare_text{
	font-size: 13px;
	font-weight: bold;
}

.snsshare_count{
	position: relative;
	top: -7px;
	font-size: 14px;
	margin-left: 5px;
}

.fb_color {
	background-color: rgb(66, 95, 156);
}

.tw_color {
	background-color: rgb(27, 149, 224);
}

.line_color {
	background-color: #00C300
}

.iine_color {
	background-color: #ddd;
}

.iineModule{
	overflow: hidden;
	border: 1px solid #999;
	margin-top: 7px;
}

.iineImage{
	background-size: cover;
	background-position: 50% 50%;
	width: 50%;
	height: 110px;
	float: left;
}

.iineBox{
	font-size: 13px;
	margin-top: 17px;
	text-align: center;
}

.iineButton{
	margin:12px 0;
}

.linefriendModule {
	border: 1px solid #999;
  margin: 10px 0;
  padding: 10px 0 5px 0;
  height: 33px;
}

.linefriendModule_container {
    width: 300px;
		margin: 0 auto;
}

.linefriendText {
	font-size: 13px;
	float: left;
	margin-top: 5px;
}

.linefriendImage {
	text-align: center;
	float: left;
	margin: 2px 7px;
}

.article {
	margin: 15px 0 0;
	font-size: 14px;
}

.article p {
    margin: 7px 0 12px 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pagenation {
	margin: 15px 0 0 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.pagenation p {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}

.prevpage {
	background-size: cover;
	background-position: 50% 30%;
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 1px;
}

.nextpage {
	background-size: cover;
	background-position: 50% 30%;
	padding: 20px;
	border: 1px solid #ccc;
	text-align: right;
}

.pagenation_lavel {
	font-size: 14px;
	margin-bottom: 5px;
}

.pagenation_title {
	font-size: 17px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5em;
}

#footer{
	background-color: #000;
	padding: 5px 0;
}

.footer_menu {
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 5px 0;
	font-weight: bold;
}

.footer_menu a{
	color: #999;
}

#footer p {
	text-align: center;
	color: #999;
	font-size: 11px;
	margin: 5px 0 0 0;
}

.page {
	margin: 10px;
}

.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

.wpcf7-validation-errors {
	border: 1px solid red !important;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

.wpcf7 div.ajax-error {
	display: none;
}

.wpcf7 .placeheld {
	color: #888;
}

.wpcf7 input[type="text"],  .wpcf7 input[type="email"]{
  background-color: #F1F1F1;
  border: 0;
  height: 33px;
  border-radius: 0;
  width: 100%;
padding:4px 0 0 5px;
}

.wpcf7 textarea{
  background-color: #F1F1F1;
  border: 0;
  border-radius: 0;
  width: 100%;
}

.wpcf7 select{
  background-color: #F1F1F1;
  border: 0;
  border-radius: 0;
  width: 100%;
}

.wpcf7 input[type="submit"] {
color: #FFFFFF !important;
width: 100px;
height: 37px;
border: none;
background: #333;
}

.wpcf7 input[type="image"] {
  border: 0;
  padding: 0;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 176px;
  top: 0;
  border-radius: 0;
}

.wpcf7-submit{
	margin: -5px 0 3px 0;
}

.wpcf7-response-output{
	margin: 15px 0 20px 0 !important;
}

.about {
	margin-bottom: 30px;
}

.about h2 {
	font-size: 15px;
	padding: 0px 0px 8px 5px;
	border-bottom: 1px dashed #000;
	margin-bottom: 15px;
	margin-top: 15px;
}


.wp-video {
	margin-bottom: 1em;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height:75% !important;
}

.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.clearfix{display:inline-block}
html[xmlns] .clearfix{display:block}
* html .clearfix{height:1%}

.boxtit
{
  width: 100%;
  background-color: transparent;
  background-image: url("http://wws-channel.kir.jp/wp/wp-content/uploads/2015/10/tit_interview_bg2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #f4097f;
}
.boxWrap{
width: 100%;
}
.boxs{
width:100%;
margin:0 5% 20px 0;
}
.boxs2 img{
display:block;
width:85%;
margin:0 auto;
padding:5px 0 5px 0;
}

.specialtxt{
display:block;
text-align:left;
width:100%;
margin:0 auto;
}

.specialtit{
 width: 100%;
 height:35px;
  background-color: transparent;
  background-image: url("http://wws-channel.kir.jp/wp/wp-content/uploads/2015/10/tit2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

.specialbtn{
    width:85%;
    margin:0 auto;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#eee;
    border-radius:5px;

}
.rankmonth{
width:100%;
}

.single_page {
text-align: center;
margin: 20px 0;
font-size: 16px;
line-height: 1.5em;
}

.post-page-numbers.current .single_pagebtn {
	background: #eee;
} 

/*a > .single_pagebtn {
background: #eee;
margin: 15px;
}*/

.single_pagebtn {
padding:10px;
margin: 0 3px;
border: 1px solid gray;
border-radius: 10%;
}

/*201707追記*/

.attachment .single_title{
	margin-bottom:1em
}
.attachment .slider,.attachment .slider02{
	margin-bottom:1em
}
.attachment .btn_more.post{
	margin-top:1em
}
.attachment .btn_more.post a{
	display:block;
	padding:10px 0;
	-webkit-transition:linear .1s;
	-o-transition:linear .1s;
	transition:linear .1s;
	text-align:center;
	text-decoration:none;
	color:#fff!important;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#000
}
.attachment .btn_more.post a span{
	position:relative
}
.attachment .btn_more.post a span:after{
	margin-left:6px;
	content:'>'
}
.attachment .btn_more.post a:hover{
	-webkit-transition:linear .1s;
	-o-transition:linear .1s;
	transition:linear .1s;
	color:#171616!important;
	background:#eeebeb
}
.attachment .tag .tag_list{
	padding:0
}
.attachment .tag dl{
	display:table;
	width:100%;
	margin-bottom:1em
}
.attachment .tag dd,.attachment .tag dt{
	line-height:1.45;
	display:table-cell;
	width:auto;
	vertical-align:top
}
.attachment .tag dt{
	width:30%;
	white-space:nowrap
}
.attachment .tag_img_list{
	padding-bottom:1em
}
.attachment .tag_img_list li{
	display:inline-block;
	width:32%;
	margin-bottom:.2em
}
.attachment .tag_img_list li img{
	vertical-align:middle
}
.attachment .navi_img{
	width:100%;
	margin-right:auto;
	margin-bottom:1em;
	margin-left:auto;
	-webkit-transition:opacity .1s;
	-o-transition:opacity .1s;
	transition:opacity .1s;
	text-align:center;
	letter-spacing:-.4em;
	opacity:0
}
.attachment .navi_img.view{
	opacity:1
}
.attachment .navi_img li{
	display:inline-block;
	width:21.9178082192%;
	margin-left:4.0625%;
	letter-spacing:normal
}
.attachment .navi_img li:first-child{
	margin-left:0
}
.attachment .navi_img li.return{
	width:47.9452054795%
}
.attachment .navi_img li.return a{
	position:relative
}
.attachment .navi_img li.return a:before{
	position:relative;
	top:1px;
	display:inline-block;
	width:15px;
	height:12px;
	margin-right:.5em;
	content:' ';
	background:url(/wp-content/themes/wws-sp/images/201710/icon_return.png) no-repeat center center;
	-webkit-background-size:100% auto;
	background-size:100% auto
}
.attachment .navi_img li a{
	font-size:68.75%;
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:1em .5em;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background-color:#000
}
.single .noline{
	font-size:12px;
	position:relative;
	display:inline-block;
	width:100%
}
.single .noline img{
	width:100%
}
.single .noline:after{
	font-size:100%;
	position:absolute;
	z-index:2;
	top:.4166666667em;
	right:.8333333333em;
	display:inline-block;
	width:2.5em;
	height:2.5em;
	margin-right:5px;
	content:' ';
	vertical-align:middle;
	background:transparent url(/wp-content/themes/wws-sp/images/201710/icon_zoom_pink.png) left top no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto
}
.single .slider{
	width:86.9863013699%;
	margin-right:auto;
	margin-left:auto
}
.single .slider li{
	font-size:100%;
	line-height:1;
	display:inline-block;
	width:22.8346456693%;
	height:4.1666666667em;
	margin-right:2.0472440945%;
	margin-bottom:.5em
}
.single .slider li.active a{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:.0833333333em solid #fd0075
}
.single .slider li:nth-child(4n){
	margin-right:0
}
.single .slider li a{
	line-height:1;
	position:relative;
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:100%;
	vertical-align:middle;
	background-color:#eee
}
.single .slider li img{
	position:absolute;
	top:50%;
	left:50%;
	width:auto;
	height:100%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.single .single_mainimage .col-2{
	overflow:hidden;
	margin-top:1em;
	text-align:left
}
.single .single_mainimage .col-2 .short{
	float:right;
	overflow:hidden;
	width:48.6301369863%;
	margin-bottom:2.7397260274%;
	margin-left:5.4794520548%;
	text-align:center
}
.single .single_mainimage .col-2 .short a{
	text-decoration:none;color:#ff1d90
}
.single .single_mainimage .col-2 .short a+a{
	margin-top:2.8169014085%
}
.single .single_mainimage .col-2 .short a+a:before{
	position:relative;
	top:-2px;
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:5px;
	content:' ';
	vertical-align:middle;
	background:transparent url(/wp-content/themes/wws-sp/images/201710/icon_zoom.png) left top no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto
}
.single .single_mainimage .col-2 .btn_more{
	clear:both;
	margin-top:5.4794520548%;
	margin-bottom:5.4794520548%
}
.single .btn_more.pic{
	margin-top:1em;
	margin-bottom:1em
}
.single .btn_more.pic a{
	display:block;
	padding:10px 0;
	-webkit-transition:linear .1s;
	-o-transition:linear .1s;
	transition:linear .1s;
	text-align:center;
	text-decoration:none;
	color:#171616;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#eeebeb
}
.single .btn_more.pic a span{
	position:relative
}
.single .btn_more.pic a span:after{
	margin-left:6px;
	content:'>'
}
.single .btn_more.pic a:hover{
	-webkit-transition:linear .1s;
	-o-transition:linear .1s;
	transition:linear .1s;
	color:#fff;
	background:#000
}
.single .btn_more.pic a.icon-camera{
	position:relative
}
.single .btn_more.pic a.icon-camera:before{
	position:relative;
	display:inline-block;
	width:30px;
	height:24px;
	margin-right:.5em;
	content:' ';
	vertical-align:sub;
	background:transparent url(/wp-content/themes/wws-sp/images/icon_camera_off.png) center center no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto
}
.single .btn_more.pic a.icon-camera:hover:before{
	background-image:url(/wp-content/themes/wws-sp/images/icon_camera_on.png);
	-webkit-background-size:100% auto;
	background-size:100% auto
}
.single .wp-caption-text{
	display:none
}
.single .caption{
	font-size:76.4705882353%;
	display:block;
	margin-top:.25em;
	margin-bottom:1em;
	text-align:center;
	color:#4d4d4d
}
.single .p_recomend{
	margin-bottom:.5em
}
.single .p_recomend:before{
	position:relative;
	display:inline-block;
	width:20px;
	height:16px;
	margin-right:.3em;
	content:' ';
	vertical-align:text-top;
	background:transparent url(/wp-content/themes/wws-sp/images/icon_camera_off.png) center center no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto
}
.slick-initialized .slick-slide.active{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:2px solid #fd0075
}
.slider02.slick-slider .slick-list{
	width:100%;
	padding:0!important;
	text-align:center
}
.slider02.slick-slider .slick-track{
	width:100%!important;
	-webkit-transform:none!important;
	-ms-transform:none!important;
	transform:none!important;
	text-align:center;
	opacity:1
}
.slider02.slick-initialized .slick-slide{
	display:inline-block!important;
	float:none!important
}
.article a{
	/*text-decoration:none;*/
	color:#ff1d90;
}
.btn_more a{
	color:#171616!important
}
.btn_more a:hover{
	color:#fff!important
}
body.noclick{
	-webkit-user-select:none!important;
	-moz-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important;
	-khtml-user-select:none!important;
	-webkit-user-drag:none!important;
	-khtml-user-drag:none!important;
	-webkit-touch-callout:none!important
}

/* add 20200807 */
.pagination_wrap {
	padding: 0 0 5px 0;
}
.pagination_wrap__in .paged {
	font-size: 16px;
  text-align: center;
  padding: 5px 0;
}
.pagination {
	display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  font-size: 16px;
}
.pagination-item {
	min-width: 20px;
	text-align: center;
	margin: 0 0 0 5px;
}
.pagination-item > span {
	background: #000;
	border: solid 1px #000;
	color: #fff;
  min-width: 24px;
  height: 26px;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.pagination-item > span.dots {
	background: #fff;
	border: 0;
	color: #000;
}
.pagination-item > a {
	text-decoration: none;
	border: solid 1px #000;
	color: #000;
  min-width: 24px;
  height: 26px;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}

.mini_gallery {
  display: flex;
  flex-wrap: wrap;
  /*gap: 8px;*/
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100% !important;
  margin-top: 0px !important;
}

.mini_gallery > li { 
  margin: 0;
  padding: 0;
  width: 24% !important;
  margin-right: 0.5% !important;
}

/* トグルボタン */
.mini_gallery__more {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  line-height: 1;
}
.mini_gallery__more:focus {
  outline: 2px solid #999;
  outline-offset: 2px;
}

.ad-geniee-rectangle{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;   /* 高さ確保したい場合だけ */
	min-height:250px;     /* 読み込み前のレイアウトシフト対策 */
}

.custom-fields {
	padding: 5px;
    border: 4px double;
    border-radius: 3px;
    margin: 8px 0;
}

.custom-fields a {
	text-decoration: underline dotted #808080  !important;
}