@charset "UTF-8";

/*--------------------------------------------------------------
Html , Body
--------------------------------------------------------------*/
/*SPで非表示*/
.sp-none{
 display:none;}

html {font-size: 62.5%;}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;}

* {
	margin: 0;
	padding: 0;}

*, *:before, *:after {
  box-sizing: border-box;}

img{
  max-width: 100%;
  width: 100%;
  border:none;}

.view-wrap {
  padding: 0 15px;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix{
  zoom:1;}

.clearfix:after{
  content:".";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;}

/*--------------------------------------------------------------
 * 404
 --------------------------------------------------------------*/

#error404 .site-contents .view-wrap {
  margin: 50px auto;}

#error404 .site-contents .view-wrap p {
  text-align: center;}

#error404 p.notes{
	/*font-size: 1.6rem;*/
	font-size: 1.8rem;}
#error404 p.notes span{
	display:block;
	/*font-size: 1.2rem;*/
	font-size: 1.4rem;
	line-height:2.2rem;
	margin-top:30px;}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  z-index: 999;
}

.site-header.fixed {
  border-bottom: 1px solid #f3f7f8;
}

.site-header .logo {
  position: absolute;
  top: 0;
  left: 15px;
  width: 80px;
  height: 80px;
  z-index: 10000;
}


/*--------------------------------------------------------------
NAVI
--------------------------------------------------------------*/
.site-header .global-navi .menu-btn {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 19px;
  width: 20px;
  height: 19px;
}

.site-header .global-navi .menu-btn i,
.site-header .global-navi .menu-btn:before,
.site-header .global-navi .menu-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #e40011;
  font-size: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.site-header .global-navi .menu-btn i {
  transform: translate(-50%, -2px);
}
.site-header .global-navi .menu-btn:before {
  transform: translate(-50%, -10px);
}
.site-header .global-navi .menu-btn:after {
  transform: translate(-50%, 6px);
}
.site-header .global-navi .menu-btn.opened i {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-header .global-navi .menu-btn.opened:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-header .global-navi .menu-btn.opened:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}




/*.site-header .global-navi .inner .nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 122px);
  margin: 60px 0 0;
  padding: 62px 15px 30px;
  background: #fafafa;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 50;
}*/

.site-header .global-navi .inner .nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh);
  margin: 60px 0 0;
  padding: 62px 15px 152px;
  background: #fafafa;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}



.site-header .global-navi .inner.opened .nav {
  display: block;
}

.site-header .global-navi .inner .nav > li {
  margin: 0 0 36px;
}

.site-header .global-navi .inner .nav > li:last-child {
  margin: 0;
}

.site-header .global-navi .inner .nav > li p a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  padding-left: 5rem;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  color: #e40011;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  background: #ffffff;
}

.site-header .global-navi .inner .nav > li > p a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 1.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.site-header .global-navi .inner .nav > li.nav1 p a:before {
  width: 30px;
  height: 30px;
  margin-left: 0;
  background-image: url(/blog/images/common/header/gnav-icon1_on.png);
}
.site-header .global-navi .inner .nav > li.nav2 p a:before {
  width: 18px;
  height: 25px;
  margin-left: 4px;
  background-image: url(/blog/images/common/header/gnav-icon2_on.png);
}
.site-header .global-navi .inner .nav > li.nav3 p a:before {
  width: 28px;
  height: 24px;
  margin-left: 1px;
  background-image: url(/blog/images/common/header/gnav-icon3_on.png);
}
.site-header .global-navi .inner .nav > li.nav4 p a:before {
  width: 25px;
  height: 24px;
  margin-left: 2px;
  background-image: url(/blog/images/common/header/gnav-icon4_on.png);
}

.site-header .global-navi .inner .nav > li p a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  width: 4px;
  height: 7px;
  background: url(/blog/images/common/header/gnav-arrow.png) no-repeat 0 0;
  background-size:4px 7px;
}

.site-header .global-navi .inner .nav .sub {
  display: block !important;
  opacity: 1 !important;
  font-size: 0;
}

.site-header .global-navi .inner .nav .sub li {
  display: inline-block;
  width: 50%;
  height: 50px;
  margin: 0;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  color: #555555;
  font-size: 1.3rem;
  line-height: 1.6rem;
  background: #ffffff;
}

.site-header .global-navi .inner .nav .sub li:nth-child(even) {
  border-left: none;
}

.site-header .global-navi .inner .nav .sub li:first-child,
.site-header .global-navi .inner .nav .sub li:nth-child(2) {
  border-top: 1px solid #eeeeee;
}

.site-header .global-navi .inner .nav .sub li a {
  display: block;
  position: relative;
  height: 50px;
  /*padding: 0 45px 0 12px;*/
  padding: 0 25px 0 10px;
  font-weight: bold;
}

.site-header .global-navi .inner .nav .sub li a span {
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0,-50%);
}

.site-header .global-navi .inner .nav .sub li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  width: 4px;
  height: 7px;
  background: url(/blog/images/common/header/gnav-arrow.png) no-repeat 0 0;
  background-size:4px 7px;
}

.site-header .global-navi .inner .menu-bg {
  display: none;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  opacity: 0;
}

.site-header .global-navi .inner.opened .menu-bg {
  display: block;
  opacity: 0.95;
}

/*--------------------------------------------------------------
site-contents  
--------------------------------------------------------------*/
.site-contents .sect-title {
  margin: 0 0 28px;
  text-align: center;
  color: #333333;
  /*font-size: 2.1rem;*/
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}

.site-contents .writer-btn {
  position: relative;
}

.site-contents .writer-btn a {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  /*width: 100px;*/
  margin: 0 0 20px;
  text-decoration: underline;
  color: #333333;
  /*font-size: 1rem;*/
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}

/*--------------------------------------------------------------
site-contents  / ブログリスト(new、ランキング、ピックアップ)
--------------------------------------------------------------*/

.site-contents .common-list li {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 0;
  border-top: 1px solid #eeeeee;
}

.site-contents .common-list li:first-child {
  padding: 0;
  border: none;
}

.site-contents .common-list li .ranking-number {
  position: absolute;
  /*width: 35px;*/
  width: 30px;
}
	/*List*/
	.site-contents .common-list li .ranking-number.Rank{
		  width: 40px !important;}

.site-contents .common-list .thumbnail {
  margin: 0 0 15px;
}

.site-contents .common-list .thumbnail img {
  width: 100%;
}


.site-contents .common-list .article-title {
  margin: 0 0 18px;
  color: #333333;
  /*font-size: 1.7rem;*/
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2.6rem;
}

.site-contents .article-list .common-list .article-title{
	  min-height: auto !important;}

.site-contents .common-list time {
  display: block;
  margin: 0 0 20px;
  text-align: right;
  color: #333333;
  /*font-size: 1rem;*/
  font-size: 1.2rem;
  line-height: 1;
}

.site-contents .article-list {
  padding: 0 0 90px;
}

.site-contents .article-list .common-list {
  margin: 0 0 40px;
}

.site-contents .article-list .common-list li.category-new:before {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 26px;
  background: url(/blog/images/common/category-new.png) no-repeat 0 0;
  background-size: 100% auto;
}

.site-contents .ranking {
  padding: 0 0 86px;
}

.site-contents .ranking .sect-title {
  /*font-size: 2.1rem;*/
  font-size: 2.3rem;  
}

.site-contents .ranking .common-list {
  margin: 0 0 20px;
}

.site-contents .ranking .common-list li { 
  position: relative;
  /*min-height: 120px;*/
  margin: 0 auto 0;
  overflow: hidden;
}

.site-contents .ranking .common-list li .ranking-number {
  position: absolute;
  /*width: 35px;*/
  width: 30px;
}

.site-contents .ranking .common-list li .thumbnail {
  float: left;
  /*width: 48%;*/
  width:calc(40% - 15px);
  /*margin-right: 10px;*/
  margin-right: 15px;
}

.site-contents .ranking .common-list li .article-title {
  float: left;
  /*width: 48%;*/
  width:60%;
  min-height: auto !important;
  /*font-size: 1.4rem;*/
  font-size: 1.6rem;
  line-height: 2.3rem;
}

.site-contents .ranking .more-btn a {
  width: 71.875%;
}

.site-contents .pickup {
  padding: 0 0 45px;
}

.site-contents .pickup .sect-title {
  /*font-size: 2.1rem;*/
  font-size: 2.3rem;
}

.site-contents .pickup .common-list {
  width: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
}

.site-contents .pickup .common-list li {
  float: left;
  /*width: 48%;*/
  width:calc(50% - 8px);
  min-height: 215px;
  /*margin-right: 3%;*/
  margin-right: 15px;
  border: none;
}

.site-contents .pickup .common-list li:nth-child(2) {
  padding: 0;
}

.site-contents .pickup .common-list li:nth-child(odd) {
  clear: both;
}

.site-contents .pickup .common-list li:nth-child(even) {
  margin: 0;
}

.site-contents .pickup .thumbnail{
  margin: 0 0 10px !important;} 
  
.site-contents .pickup .article-title{
  margin: 0 0 18px !important;
  color: #333333 !important;
  font-family: Meiryo, sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: nomal !important;
  line-height: 1.8rem !important;}

.site-contents .pickup .common-list .article-title {
  font-weight: normal;
}

.site-contents .pickup time {
}

.site-contents .pickup .more-btn a {
  width: 71.875%;
}



/*--------------------------------------------------------------
site-contents / もっと見るボタン
--------------------------------------------------------------*/
.site-contents .more-btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  /*font-size: 1.6rem;*/
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 50px;
  background: #e40011;
}

.site-contents .more-btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  width: 6px;
  height: 10px;
  background: url(/blog/images/common/btn-arrow-right.png) no-repeat 0 0;
  background-size:6px 10px;
}

.site-contents .more-btn.btn-progress-indicator a:after {
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(/blog/images/common/btn-progress-indicator.png) no-repeat 0 0;
  background-size:20px 20px;
}

.site-contents .hide,
#infscr-loading {
  display: none !important;
}

/*--------------------------------------------------------------
site-contents / タグリスト
--------------------------------------------------------------*/
.site-contents .tag-list {
  margin: 0 0 40px;
  text-align: left;
}
.site-contents .tag-list ul {
  display: inline-block;
}
.site-contents .tag-list ul li {
  display: inline-block;
  margin: 0 2px 8px;
}
.site-contents .tag-list ul li a {
  display: inline-block;
  padding: 2px 5px 2px;
  border: 1px solid #efefef;
  background: #f9f9f9;
  font-size: 1.2rem;
  font-weight: bold;
}
.site-contents .tag-list ul li a span {
  display: inline-block;
  margin: 0 1px 0 0;
  color: #cccccc;
  font-size: 1.4rem;
}


/*--------------------------------------------------------------
site-contents / 月別アーカイブ　フリーワード検索
--------------------------------------------------------------*/
.site-contents .article-search {
  padding: 30px 0;
  border-top: 1px solid #dddddd;
}

.site-contents .article-search .inner {
}

.site-contents .article-search .inner ul {
}

.site-contents .article-search .inner li p {
  margin: 0 0 25px;
  text-align: center;
  color: #333333;
  /*font-size: 2.1rem;*/
  font-size: 2.3rem;
  line-height: 1;
}

.site-contents .article-search .inner li.archive {
  border-right: 1px solid #ffffff;
}

.site-contents .article-search .inner li.archive .btn {
  text-align: center;
}

.site-contents .article-search .inner li.archive select {
  /*width: 62%;*/
  height: 30px;
  margin: 0 auto;
  padding: 0 7% 0 15%;
  border: 1px solid #cccccc;
  border-radius: 0;
  /*font-size: 1.4rem;*/
  font-size: 1.6rem;
  line-height: 30px;
  outline: none;
	appearance: none;
  -webkit-appearance: none;
	-moz-appearance: none;
  background: #ffffff url(/blog/images/common/sp-btn-search-arcive.png) no-repeat right 0;
  background-size: 30px 30px;
}



/*--------------------------------------------------------------
site-contents / ページトップボタン
--------------------------------------------------------------*/
.site-contents .pagetop {
  position: relative;
}

.site-contents .pagetop #pagetop-btn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 4px;
  width: 54px;
  height: 54px;
  padding: 20px 0;
  text-align: center;
  background: #b4b4b4;
}

.site-contents .pagetop #pagetop-btn img {
  /*width: 23px;
  height: 14px;*/
  width: 20px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  color: #333333;
  background: #f9f9f3;
}

.site-footer .sns {
  margin: 0 0 30px;
  text-align: center;
  background: #e40011;
}

.site-footer .sns ul {
  padding: 18px 0;
}

.site-footer .sns li {
  display: inline-block;
  width: 72px;
  height: 60px;
  margin: 0 47px 0 -1px;
  text-align: center;
}

.site-footer .sns li a {
  display: block;
}
.site-footer .sns li:first-child {
  /*width: 12px;*/
  width: 23px;
  height: 23px;
}
.site-footer .sns li:nth-child(2) {
  /*width: 21px;
  height: 18px;*/
  width: 30px;
  height: auto;
}
.site-footer .sns li:nth-child(3) {
  width: 23px;
  height: 18px;
}
.site-footer .sns li:nth-child(4) {
  width: 23px;
  height: 23px;
}
.site-footer .sns li:nth-child(5) {
  width: 23px;
  height: 23px;
  margin: 0;
}

.site-footer .footer-links ul {
  margin: 0 0 25px;
  overflow: hidden;
}

.site-footer .footer-links ul li {
  display: block;
  float: left;
  width: 50%;
  height: 40px;
  border-bottom: 1px solid #edede0;
  font-size: 0.9rem;
  line-height: 40px;
}
.site-footer .footer-links ul li:nth-child(odd) {
  padding-left: 20px;
  border-right: 1px solid #edede0;
}
.site-footer .footer-links ul li:nth-child(even) {
  padding-left: 13px;
}
.site-footer .footer-links ul li:first-child,
.site-footer .footer-links ul li:nth-child(2) {
  border-top: 1px solid #edede0;
}

.site-footer .footer-links ul li a {
  display: block;
}

.site-footer .copyright {
  padding: 0 15px;
}

.site-footer .copyright .logo {
  display: block;
  float: right;
  width: 44px;
  height: 24px;
  margin: 0 5px 20px 0;
  text-align: right;
}

.site-footer .copyright .text {
  padding: 0 0 15px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1;
  clear: both;
}

/*--------------------------------------------------------------
Lower (下層ページ用)
--------------------------------------------------------------*/

.lower .category-navi {
  padding: 80px 0 0;
  background: #fff;
}

.lower .category-navi {
  width: 100%;
  height: 38px;
  margin: 0 0 20px;
}

.lower .category-navi ul {
  display: none;
}

.lower .site-contents .pan {
  width: 100%;
  margin: 0 0 47px;
}

.lower .site-contents .pan li {
  display: inline-block;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

.lower .site-contents .pan li:after {
  content: " > ";
  display: inline-block;
  padding-left: 4px;
  font-weight: normal;
}

.lower .site-contents .pan li:last-child:after {
  display: none;
}

.lower .site-contents .pan li a {
  text-decoration: underline;
  font-weight: normal;
}

.lower .site-contents .page-title {
  margin: 0 0 65px;
  text-align: center;
  color: #333333;
  /*font-size: 2.4rem;*/
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}

.lower .site-contents .page-title:after {
  content: "";
  display: block;
  width: 39px;
  height: 2px;
  margin: 15px auto 0;
  background: #e40011;
}




/*--------------------------------------------------------------
 Search / 検索結果
--------------------------------------------------------------*/
#search .category-navi ul li {
  display: none;
}

#search #yjserp {
  margin-bottom: 130px;
}

/*--------------------------------------------------------------
writerProfile
--------------------------------------------------------------*/

.mfp-container {
	padding:0;}
	
#writerProfile > section {
	width:calc(100% - 30px);
	margin:60px auto 30px auto;
	background:rgba(255,255,255,0.95);}

#writerProfile section .profileWrap {
	padding:30px 20px;}

#writerProfile section .profileWrap h2 {
	margin:0 0 26px 0;
	font-size:1.6rem;
	font-weight:bold;
	line-height:100%;}
#writerProfile section .profileWrap ul li .profileIcon {
	float:left;
	width:40px;
	margin:0 16px 0 0;
	border-radius:4px;
	overflow:hidden;}
#writerProfile section .profileWrap ul li .profileIcon > img {
	width:100%;}
#writerProfile section .profileWrap ul li .profileText {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #ddd;}
#writerProfile section .profileWrap ul li:last-child .profileText {
	margin-bottom:0;
	padding-bottom:0;
	border:none;}
#writerProfile section .profileWrap ul li .profileText > h3 {
	display:inline-block;
	margin:0 0 16px 0;
	font-size:1.4rem;
	line-height:100%;}
#writerProfile section .profileWrap ul li .profileText > h3:before {
	content:"";
	display:inline-block;
	height:40px;
	vertical-align:middle;}
#writerProfile section .profileWrap ul li .profileText > p {
	margin:0 0 16px 0;
	font-size:1.2rem;
	line-height:2rem;
	color:#666;}
#writerProfile section .profileWrap ul li .profileText .writerFav > li {
	font-size:1.2rem;
	line-height:2rem;}
#writerProfile section .profileWrap ul li .profileText .writerFav li > span {
	font-weight:bold;}


#writerProfile .mfp-close {
  width: 50px;
  height: 50px;
  line-height:50px;
  position: absolute;
  top:35px;
  right:25px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding:0;
  background:url(/blog/images/profile/btn_profile-close.gif) no-repeat;
  background-size:contain;
  box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
  text-indent:110%;
  white-space:nowrap;
  overflow:hidden;}

