@charset "UTF-8";

.pc {
	display: none;
}

body {
	padding-top: 70px;
	background: #fff;
}

/*======================================================
  ヘッダー
======================================================*/

#header {
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	padding: 0;
}

/* ロゴ
---------------------------------------*/

.headerLogo {
	display: block;
	padding: 15px 0 15px 20px;
}

.headerLogo img {
	width: auto;
	height: 40px;
}

.headerSearch {
	position: absolute;
	top: 22px;
	right: 60px;
}

/* SPナビボタン
---------------------------------------*/

.drwMnu {
    height: 25px;
    position: absolute;
    right: 14px;
    top: 22px;
    width: 30px;
    z-index: 999;
}

.drwMnuLin {
    background: #666;
    display: block;
    height: 3px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
	border-radius: 10px;
	margin: 0 auto;
}

.mnuLinCtr {
	top: 11px;
	width: 20px;
	margin: 0 0 0 5px;
}

.mnuLinBtm {
    bottom: 0;
}

.mnuLinTop.active {
    top: 10px;
    transform: rotate(45deg);
}

.mnuLinCtr.active {
    transform:scaleX(0);
}

.mnuLinBtm.active {
    bottom: 12px;
    transform: rotate(135deg);
}

.headerNav {
	display: none;	
}

.headerSearch {
	display: none;	
}

.drwMnuWrp {
	display: none;
	height: calc(100% - 75px);
	position: fixed;
	width: 100%;
	z-index: 2;
	margin: 75px 0 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
}

.drwMnuCls {
	width: 100%;
	height: 1000px;
	display: block;
	background: rgba(0,0,0,0.85);
}

.drwMnuWrp .mnuTemLst {
	margin: 0 0 100px;
}

.drwMnuWrp .mnuTemLst li {
	width: calc(33.33% - 20px)!important;
	margin: 0 10px 20px!important;
}

.drwMnuBox {
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 3;
}

.drwMnuBox nav ul {
	background: #fff;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.drwMnuBox nav ul li {
	border-top: 1px solid #ccc;
	text-align: left!important;
	width: 100%;
	font-size: 14px;
}

.drwMnuBox nav ul li a {
	color: #2f1504;
	display: block;
	padding: 15px;
	position: relative;
}

.drwMnuBox nav ul li a:after {
	content: "";
	display: block;
	border-top: solid 3px #2f1504;
	border-right: solid 3px #2f1504;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}

.drwMnuBox .drwBanner {
	padding: 20px;
	width: calc(100% - 40px;);
}

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

.drwMnuSearch {
	vertical-align: middle;
	padding: 20px;
	border-top: 1px solid #ccc;
	background: #fff;
	width: calc(100% - 40px);
}

.drwMnuSearch .inner {
	background: #eee;
	padding: 5px 15px;
	border-radius: 100px;
	width: 220px;
	height: 20px;
	position: relative;
	margin: 0 auto;
}

.drwMnuSearch .inner input[type="text"] {
	background: #eee;
	outline: none;
	border: none;
	height: 20px;
	width: 200px;
}

.drwMnuSearch .inner input[type="image"] {
	width: 18px;
	height: auto;
	margin: 1px 0;
	position: absolute;
	top: 5px;
	right: 10px;
}

.drwMnuSns {
	background: #fff;
	text-align: center;
	padding: 20px 0;
}

.drwMnuSns li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}

.footerSns .drwMnuSns {
	background: none;
	padding: 0;
}

.footerSns .drwMnuSns img {
	width: 24px;
	height: 24px;
}

.footerSns .drwMnuSns li {
	margin: 0;
}

.footerNav {
	overflow: hidden;
	margin : 0;
	border-bottom: 1px solid #ccc;
}

.footerNav li {
	border-top: 1px solid #ccc;
	text-align: left!important;
	width: 100%;
	font-size: 14px;
	padding: 0;
}

.footerNav li a {
	color: #2f1504;
	display: block;
	position: relative;
	padding: 15px;
}

.footerNav li a:after {
	content: "";
	display: block;
	border-top: solid 3px #2f1504;
	border-right: solid 3px #2f1504;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}

.footerBanners {
	padding-top: 30px;
}

.footerBanners img {
	width: 230px;
	max-width: 100%;
	height: auto!important;
}

/*======================================================
  メインスライド
======================================================*/

#slider {
	background: url(../images/bg.jpg);
	padding: 0 0 10px;
}

.slide {
	margin: 0;
}

.slide .image {
	width: 100%;
	max-width: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-left: 1px solid #fff;
	
}

.slide a {
	color: #fff;
}

.slide a:hover {
	opacity: 0.8;
}

.slide .text {
	margin-top: -10px;
	padding: 0 10px;
}

.slide .information {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	color: #999;
	padding: 6px 10px;
}

.slide .information .time {
	display: inline-block;
}

.slide .information .category {
	display: inline-block;
}

.slide .title {
	font-weight: bold;
	font-size: 16px;
}

.slide .title span {
	line-height: 2;
	padding: 6px 10px;
}

#slider img {
	width: 100%;
	height: auto;
}

.slick-dots {
	text-align: center;
	margin: 15px 0 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.slick-dots li button {
	display: block;
	border: none;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	text-indent: -9999px;
	background: #ccc;
}

.slick-dots li button:hover {
	opacity: 0.6;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #2f1504;
}


/*======================================================
  コンテンツ
======================================================*/

/* 見出し
-------------------------------------------*/

.heading {	
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin-left: 10px;
	margin: 0 0 20px;
	position: relative;
}

.heading:before {
	content: "";
	display: inline-block;
	background: #666;
	border-radius: 0 2px 2px 0;
	width: 10px;
	height: 24px;
	margin: 0 ;
	position: absolute;
	top: 2px;
	left: -20px;
}

.archiveHeading {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

/* 背景
-------------------------------------------*/

.bg {
	background: url(../images/bg.jpg);
	font-family: fot-tsukuardgothic-std, sans-serif;
}

/* 左カラム
-------------------------------------------*/

.contents {
	padding: 0;
}

/* 左カラム
-------------------------------------------*/

.main {
	float: none;
	width: 100%;
}

/* 右カラム
-------------------------------------------*/

.side {
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 30px;
}


/* 下
-------------------------------------------*/

#ranking {
	margin-bottom: 30px;
	padding: 30px 20px 0;
}


#kewwords {
	padding: 15px 8px 15px;
}

/*======================================================
  記事一覧
======================================================*/

#new,
#archive {
	padding: 30px 20px;
}

/* PC：1行2アイテム SP：1行1アイテム
-------------------------------------------*/

.list01 article {
	width: 100%;
	margin-right: 0;
}


/* PC：1行2アイテム(4アイテム) SP：1行2アイテム
-------------------------------------------*/

.list02 article {
	width: calc(50% - 10px);
	margin-right: 20px;
}

.list02 article:nth-child(2n) {
	margin-right: 0;
}


/* ランキング用
-------------------------------------------*/

.listRanking article {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.listRanking article:nth-of-type(2n) {
	margin-right: 0;
}


.listRanking article .image {
	display: table-cell;
	width: 120px;
	height: 120px;
}

.listRanking .num {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #fff;
	background: #333;
	display: table;
	width: 25px;
	height: 25px;
}

.listRanking .num span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.listRanking article .text {
	display: table-cell;
	vertical-align: middle;	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

.listRanking .information .time time:before {
	margin-bottom: -3px;
}

.listRanking .title {
	font-size: 14px;
	line-height: 1.5;
}

/* 右カラムニューリリース
-------------------------------------------*/

.listNew {
	display: block;
	flex-wrap:wrap;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.listNew article {
	background: #fff;
	margin-bottom: 20px;
	width: 100%!important;
	height: auto!important;
	display: block!important;
	padding: 0 0 20px;
}

.listNew .thumbnail,
.listNew .image {
	margin-bottom: 10px;
	width: 100%!important;
	height: auto!important;
	display: block!important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.listNew .thumbnail img,
.listNew .image img {
	width: 100%;
	height: auto;
}

.listNew .information {
	display: table;
	margin-bottom: 5px;
	color: #999;
}

.listNew .information .time {
	display: table-cell;
	vertical-align: middle
}

.listNew .information .time time {
	line-height: 15px;
	margin-right: 10px;
}

.listNew .information .time time:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("../images/ico_time.png");
	background-size: 15px 15px;
	margin-bottom: -2px;
	margin-right: 5px;
}

.listNew .information .category {
	display: table-cell;
	vertical-align: middle;
}

.listNew .information .category a {
	color: #666;
}


.listNew .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

.listNew .text {
	display: block!important;
	width: 100%;
	padding-top: 10px;
	box-sizing: border-box;
}

/*======================================================
  カテゴリ
======================================================*/

.categories {
	padding: 30px 20px;
}

.categoriesSection {
	margin-bottom: 30px;
}

.categoriesName {
	font-size: 17px;
}

.categories .btn a {
	padding: 12px 30px;
}

/*======================================================
  記事詳細
======================================================*/

.detail {
	border: none;
	border-radius: 0;
	margin-bottom: 30px;
}

.detail .information {
	padding: 10px 20px 0;
}

.detail .title {
	line-height: 1.5;
	font-size: 22px;
	padding:  0 20px 20px;
}

.detailSns {
	text-align: center;
	padding-bottom: 20px
}

.detailSns li {
	display: inline;
	margin: 0 5px;
}

.detailSns li img {
	width: 24px;
	height: auto;
}


.detailContent {
	padding: 20px;
	font-size: 14px;
}

.detailIndex {
	padding: 20px 30px;
}

.detailIndex p {
	font-size: 17px;
}

.detailIndex ul li {
	list-style: disc;
	font-size: 15px;
}

.detailSection {
	margin-bottom: 40px;
	line-height: 2
}

/* h2 */

.detailSection h2 {	
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin-left: 10px;
	margin: 0 0 20px;
	position: relative;
}

.detailSection h2:before {
	content: "";
	display: inline-block;
	background: #666;
	border-radius: 0 2px 2px 0;
	width: 10px;
	height: 24px;
	margin: 0 ;
	position: absolute;
	top: 2px;
	left: -20px;
}

.detailSection h3 {
	font-size: 18px;
}

.detailSection h4 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.detailSection h5 {
	font-size: 17px;
	font-weight: bold;
}

.detailSection h6 {
	font-size: 16px;
	font-weight: bold;
}

.detailSection p {
	margin-bottom: 30px;	
	font-size: 14px;
}

.detailSection p em {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}

.detailSection ul {
	padding: 15px 40px;
}

.detailSection ol {
	padding: 15px 40px;
}

.detailSection blockquote {
	padding: 30px 40px;
	font-size: 0.9em;
}

.detailSection blockquote:before,
.detailSection blockquote:after{
	position: absolute;
	font-size: 4em;
	opacity: 0.1;
	color: #000;
}

.detailSection blockquote:before{
	top: -20px;
	left: 20px;
	content: '“';
}

.detailSection blockquote:after{
	bottom: -40px;
	right: 20px;
	content: '”';
}

.detailSection img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	display:block
}

.detailSection blockquote p:last-child {
	margin: 0!important;
}

.detailRelation {
	margin-bottom: 20px;
}
.detailLink ul {
	box-shadow: 0 0 12px #ccc;
	background: #fff;
	margin-bottom: 50px;
	padding: 30px 40px;
	border-radius: 5px;
	font-size: 16px;
}

.detailLink ul li {
	padding: 10px 0;
}

.detailLink ul li span {
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
	color: #b49783;
	letter-spacing: 2px;
}

.detailLink ul li:before {
	content: "";
	display: inline-block;
	background: url("../images/ico_external.png") center center no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin: 0 5px -4px 0;
}


#relation {
	margin: 0 20px 30px;
}

#relation article {
	margin-bottom: 30px;
}

#external {
	margin: 0 20px 30px;
}


.detailResult h2 {
	margin: 0 0 10px;
	font-size: 20px;
}

.detailResult .inner {
	padding: 15px 20px; 
}

.pageTitle {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	padding:   30px 20px 0;
}

.list.list02 .information {
	display: block!important;
}

.list.list02 .time {
	display: block!important;
	line-height: 1.5;
	font-size: 13px;
}

.list.list02 .category {
	display: block!important;
	line-height: 1.5;
	font-size: 13px;
}

.writerImage {
	width: 130px;
	display: table-cell;
	padding-right: 20px;
}

.writerInfo {
	width: calc(100% - 140px);
	display: table-cell;	
	vertical-align: middle;
}

.noImage .writerInfo {
	width: 100%!important;
	display: block;
}