@charset "UTF-8";

/*
Theme Name: popcorn2026.3.0
Version: 3.0
*/

/****************************************
 * 引用
*****************************************/

blockquote {
	background: #3e3751;
	border-left: 30px #eee solid;
	font-style: italic;
	padding: 30px;
	margin: 30px 0;
}
blockquote p {
	margin: 0;
}
blockquote cite {
	display: block;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ededed;
}

/****************************************
 * リスト
*****************************************/

table {
	table-layout: fixed;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul{
	margin-left: 1em;
}
dl, dt, dd {
	margin: 0;
}

/****************************************
 * リンク
*****************************************/

a {
	display: inline-block;
	color: #C7AFBD;
	text-decoration: none;
	transition: all .3s;
	word-break: break-all;
}
a:hover {
	opacity: .7;
}


/****************************************
レスポンシブ
*****************************************/
@media screen and (min-width: 769px) {/*769px以上で*/
	.tb {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:768px) {/*768px以下で*/
	.tb {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 559px) {/*559px以下で*/
	.pc {
		display: none !important;
	}
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/****************************************
スマホメニュー（プラグイン）
*****************************************/
#responsive-menu-title-image {
	width: 70% !important;
	margin: 0 auto !important;
    display: block !important;
}

/****************************************
別ウィンドウリンク
*****************************************/
a.window {
	margin-right: 5px;
}
a.window:after {
	content: "\f08e";
	font-family: FontAwesome;
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
}


/****************************************
nav#drawer
*****************************************/
.nav-area {
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 999;
}
nav#drawer {
	position: relative;
	padding: 15px 8px 70px 50px;
	background: url(images/common/burger-bg.png) no-repeat;
	background-size: contain;
	background-position: center;
}
nav#drawer input.nav-unshown {
	display: none;
}
nav#drawer label#nav-open {
	display: inline-block;
	width: 25px;
	height: 17px;
	vertical-align: middle;
}
/*ハンバーガーアイコン*/
nav#drawer label#nav-open span,
nav#drawer label#nav-open span:before,
nav#drawer label#nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #252c41;
	display: block;
	content: '';
	cursor: pointer;
}
nav#drawer label#nav-open span:before {
	bottom: -8px;
}
nav#drawer label#nav-open span:after {
	bottom: -16px;
}
/*閉じる用の薄黒カバー*/
nav#drawer label#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*開いた時のメニュー*/
nav#drawer #nav-content {
	overflow: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 99999;
	width: 100%;
	height: auto;
	background: #f4f5f9;
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateY(-300%);
	transform: translateY(300%);/*左に隠しておく*/
}
/*チェックが入ったら表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .6;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*nav#drawerの中のメニュー*/
.menu-sp-menu-container ul#menu-sp-menu {
	margin: 30px 0;
}
.menu-sp-menu-container ul#menu-sp-menu li {
	border-bottom: 1px solid #ededed;
	font-weight: bold;
}
.menu-sp-menu-container ul#menu-sp-menu li a {
	display: block;
	padding: 15px 35px;
}

/*nav#drawerの中のメニュー最下部のメッセージ*/
#nav-msg {
	padding: 15px 35px;
}
/*nav#drawerの中のメニュー最下部のキャラクター画像*/
img.nav-content-illust {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}


/****************************************
p-summary
*****************************************/
section#p-summary {
	padding: 30px 0;
	font-size: 12px;
	text-align: left;
}
section#p-summary .inner {
	width: 90%;
}
section#p-summary .scroll-area {
	width: 100%;
	overflow: auto;
	padding: 0 20px 0 0;
	height: 400px;
}
section#p-summary .scroll-area.deco::-webkit-scrollbar {
    width: 10px;
}
section#p-summary .scroll-area.deco::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #fafafa;
}
section#p-summary .scroll-area.deco::-webkit-scrollbar-thumb { /*バーの色*/
	border-radius: 10px;
	background: #252c41;
}
section#p-summary a {
	color: #252c41;
}
section#p-summary ul.category-list {
	text-align: center;
}
section#p-summary ul.category-list li {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
section#p-summary ul.category-list li:last-child {
	margin-right: 0;
}
section#p-summary ul.category-list li a {
	background: #252c41;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 30px;
}
section#p-summary ul.category-list li a:hover {
	text-decoration: none;
}
section#p-summary .box {
	margin-top: 15px;
}
section#p-summary dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
section#p-summary dt,
section#p-summary dd {
	display: table-cell;
	vertical-align: top;
}
section#p-summary dt {
	width: 150px;
}
section#p-summary dd ul {
	width: 100%;
}
section#p-summary dd ul li {
	display: inline-block;
	margin-right: 10px;
}
section#p-summary dd ul li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1024px) {
	section#p-summary {
		font-size: 14px;
	}
	section#p-summary .scroll-area {
		height: 600px;
	}
	section#p-summary ul.category-list {
		margin-top: -5px;
	}
	section#p-summary ul.category-list li {
		margin-top: 5px;
	}
}
@media screen and (max-width: 559px) {
	section#p-summary {
		padding: 30px;
	}
}
@media screen and (max-width: 430px) {
	section#p-summary .scroll-area {
		height: 400px;
	}
	section#p-summary ul.category-list li a {
		padding: 3px 8px;
	}
	section#p-summary dt {
		width: 90px;
	}
}
@media screen and (max-width: 320px) {
	section#p-summary .scroll-area {
		height: 340px;
	}
	section#p-summary ul.category-list li a {
		padding: 2px 5px;
	}
}


/****************************************
main
*****************************************/


.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
	display: inline-block;
	margin-right: 3px;
	padding: 5px 8px;
	border: 1px solid #ddd;
	background: #ddd;
}
.page-link a span,
.comment-page-link a{
	background: #fff;
}

.page-link a{
	border-bottom: none;
	color: #000;
}

.page-link a span:hover,
.comment-page-link a:hover{
	background: #ffeff7;
	color: #000;
}



/****************************************
広告
*****************************************/
.ad {
	text-align: center;
}




/****************************************
 * トップページ
*****************************************/

/*共通*/
.button_box a {
	display: block;
	text-decoration: none;
	background: #C7AFBD;
	color: #2C2932;
	padding: 12px 3.8em;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	border: none;
	text-align: center;
}
.title_box {
	display: block;
	background: #2C2932;
	color: #FFF;
	text-align: center;
}
.related .title_box {
	background: #C7AFBD;
}
#ranking .title_box {
	padding: 30px 30px 0;
}
.top_title {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	color: #FFF;
}
.top_title span.jp {
	font-size: .8em;
	/*margin-left: 15px;*/
}
.related .title_box .top_title {
	color: #2C2932;
}
.post_title {
	font-size: 1.3em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#recommend a {
	display: block;
	line-height: 1;
}
#recommend .text {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	padding: 15px;
	margin: 0;
}
#recommend .text .post_title {
	color: #FFF;
}


@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	.top_title {
		font-size: 1.3em;
	}
	.post_title {
		font-size: 1em;
	}
}
@media screen and (max-width: 430px) {
	.top_title {
		font-size: 1.2em;
	}
}



/****************************************
 * 共通
*****************************************/

/* タグ */
.tag .in a {
	text-decoration: none;
}
@media screen and (max-width: 480px) {
	.tag .in a {
	}
}
.tag .in a::before {
	content: "\f02b";
	font-family: FontAwesome;
}

/* AddTiAny */
.addtoany {
	width: 100%;
	text-align: center;
	margin: 5% 0 0 0;
}
.addtoany span {
	font-family: 'Pacifico', cursive;
}

/* like_btn */
.like_btn {
	width: 100%;
	text-align: center;
	font-size: 70%;
	background: #FFFFFF;
}
@media screen and (max-width: 480px) {
	.like_btn {
		padding: 5% 0 0 0;
		font-size: 80%;
	}
}
.like_btn span {
	display: inline-block;
	color: #e2264d;
	font-weight: bold;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
	.like_btn span {
		display: block;
	}
}
.like_btn .wpulike {
	display: inline-block;
}
@media screen and (max-width: 480px) {
	.like_btn .wpulike {
		padding: 0;
	}
}

/* like_btn トップページ用*/
section#new-arrivals .wpulike {
	position: absolute;
	padding: 0;
	right: -5px;
	top: -5px;
	z-index: 9;
}
section#new-arrivals .wpulike-robeen .count-box {
	display: block;
	text-align: center;
    margin-top: -12px;
    font-size: 70%;
    color: #F43578;
}

/* like_btn articles用*/
#articles .wpulike {
	position: absolute;
	padding: 0;
	right: -5px;
	top: -5px;
	z-index: 9;
}
#articles .wpulike-robeen .count-box {
	display: block;
	text-align: center;
    margin-top: -12px;
    font-size: 70%;
    color: #F43578;
}




/****************************************
 * 特集ページ
*****************************************/


#feature .single_box {
	margin-top: 30px;
}
#feature .date {
	width: 100%;
	text-align: right;
	color: #c6c6c6;
}
#feature .main_image {
	width: 100%;
	margin-top: 12px;
}
#feature .movie_title {
	font-size: 1.3em;
	margin: 0 0 30px;
	text-align: left;
}
#feature .feature_contents {
	
}
#feature ul#post_list {
	width: 100%;
	margin: -60px 0 0;
	display: flex;
	flex-direction: column;
}
#feature ul#post_list li {
	margin-top: 60px;
}
#feature ul#post_list li a {
	display: inline-block;
}
#feature ul#post_list li dl {
	width: 100%;
	display: table;
}
#feature ul#post_list li dt {
	text-align: center;
	margin-bottom: 30px;
}
#feature ul#post_list li dt .post_image {
	margin-bottom: 30px;
}
#feature ul#post_list li dd {
	
}
#feature .hidden_box {
	overflow: hidden;
}
#feature .hidden_box label {
	display: block;
	cursor :pointer;
	background: #C7AFBD;
	color: #484452;
	padding: 15px 30px;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	position: relative;
}
#feature .hidden_box label span {
	position: absolute;
	right: 30px;
}
#feature .hidden_box input {
    display: none;
}
#feature .hidden_box .story_content {
	height: 0;
	padding: 12px 30px 30px;
	overflow: hidden;
	background: #C7AFBD;
	color: #484452;
	opacity: 0;
	transition: .6s all;
}
#feature .hidden_box input:checked ~ .story_content {
	padding: 12px 30px 30px;
	height: auto;
	opacity: 1;
}

/* more */
#feature .more {
	margin-top: 60px;
	text-align: center;
}
#feature .more span {
	cursor: pointer;
	font-size: 1.3em;
}

/****************************************
 * 映画投稿（共通）
*****************************************/
ul#film_list {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 5%;
	padding: 2% 0;
}
@media screen and (max-width: 480px) {
	ul#film_list {
		margin-bottom: 10%;
	}
}
ul#film_list li {
	float: left;
	width: 33.333%;
}
@media screen and (max-width: 480px) {
	ul#film_list li {
		float: none;
		width: 100%;
		line-height: 0;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 380px) {
	ul#film_list li {
	}
}
ul#film_list li .sub_box {
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 480px) {
	ul#film_list li .sub_box {
		margin-bottom: 3%;
	}
}
ul#film_list li .sub_box .img {
	position: relative;
	line-height: 0;
}
@media screen and (max-width: 480px) {
	ul#film_list li .sub_box .img {
	}
}
ul#film_list li .sub_box .img h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	margin: 0;
	padding: 3% 0;
	font-size: 100%;
	line-height: 1.3;
}
@media screen and (max-width: 480px) {
	ul#film_list li .sub_box .img h2 {
		padding: 5% 0;
		font-size: 130%;
		text-align:center;
	}
}
ul#film_list li .sub_box .txt h2 {
	line-height: 1.3;
	margin: 0 0 2% 0;
}
ul#film_list li .sub_box .txt {
	width: 100%;
}
@media screen and (max-width: 480px) {
	ul#film_list li .sub_box .txt {position:static;width:84%;margin:20px auto 30px;}
}
ul#film_list li .sub_box .txt .tag {
	overflow: hidden;
	background: #F43578;
	font-size: 65%;
	line-height: 1.3;
	padding: 0 10px;
	height: 55px;
}
@media screen and (max-width: 768px) {
	ul#film_list li .sub_box .txt .tag {
		height: 41px;
	}
}
@media screen and (max-width: 480px) {
	ul#film_list li .sub_box .txt .tag {
		background: none;
		font-size: 100%;
		height: auto;
		padding: 0;
	}
}
ul#film_list li .sub_box .txt .tag .in {
	padding: 3% 0;
}
@media screen and (max-width: 480px) {
	ul#film_list li .sub_box .txt .tag .in {
		padding: 0;
		font-size: 90%;
		line-height: 1.3;
	}
}
ul#film_list li .sub_box .txt .tag .in a {
	color: #FFFFFF;
}
@media screen and (max-width: 480px) {
	ul#film_list li .sub_box .txt .tag .in a {
		color: #000000;
	}
}














/****************************************
articles.php（すべての映画）アーカイブ
*****************************************/
main#articles ul.box-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
}
main#articles ul.box-list li {
	position: relative;
	width: calc(100%/5);
	padding: 0 15px;
	margin-top: 15px;
}
main#articles ul.box-list li .sub_box .image {
	line-height: 0;
	margin-bottom: 15px;
}
main#articles ul.box-list li .txt p.category {
	margin: 8px 0;
}
main#articles ul.box-list li .txt p.category span {
	margin-top: 15px;
	font-size: 12px;
}
main#articles ul.box-list li .txt p.category span a {
	display: inline-block;
	background: #FFF;
	color: #252c41;
	border: 1px solid #252c41;
	padding: 1px 7px;
	border-radius: 30px;
}
main#articles ul.box-list li .txt p.category span a:hover {
	background: #252c41;
	color: #FFF;
	border: 1px solid #252c41;
	text-decoration: none;
}
main#articles ul.box-list li .txt .tag {
	margin-top: 5px;
	line-height: 1;
}
main#articles ul.box-list li .txt .tag ul.tag-list {
	margin: -5px 0 0;
	font-size: 14px;
}
main#articles ul.box-list li .txt .tag ul.tag-list li {
	display: inline-block;
	width: auto;
	margin: 8px 8px 0 0;
	padding: 0;
}
main#articles ul.box-list li .txt .tag ul.tag-list li:before {
	content: "\f02c";
	font-family: FontAwesome;
	font-size: 8px;
	vertical-align: top;
}
main#articles ul.box-list li .txt .tag ul.tag-list li a {
	display: inline;
}


@media screen and (max-width: 430px) {
	
}


/****************************************
 * 《映画にかかわるいろいろ》
 * single-various.php
 * archive-various.php
*****************************************/

/* archive-various.php
*****************************************/






/* single-various.php
*****************************************/
.single-various .single_box {
	margin-top: 30px;
}
.single-various .date {
	width: 100%;
	text-align: right;
	color: #c6c6c6;
}
.single-various .main_image {
	width: 100%;
	margin-top: 12px;
}
.single-various .title {
	width: 100%;
}
.single-various .title .post_title {
	font-size: 2em;
	margin: 0;
}
.single-various .title .post_title span {
	display: block;
	font-size: .5em;
	padding-left: 30px;
}
.single-various .movie_title {
	font-size: 1.3em;
	margin: 0 0 30px;
	text-align: left;
}




@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 430px) {
	
}







/****************************************
フッター上のボトムバンド
*****************************************/
section#bottom_band {
	background: #ededed;
	font-size: 70%;
	padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
	section#bottom_band {
		padding-bottom: 10%;
	}
}
@media screen and (max-width: 480px) {
	section#bottom_band {
		margin-top: 5%;
	}
}
section#bottom_band h3 {
	display: inline-block;
	margin: 0;
	width: 30%;
}
@media screen and (max-width: 480px) {
	section#bottom_band h3 {
		width: 80%;
	}
}
section#bottom_band h4 {
	margin: 0 0 1.5% 0;
	font-weight: normal;
	border-bottom: 1px dashed #999999;
	color: #999999;
}
section#bottom_band .outline {
	margin: 0;
}
section#bottom_band .outline .left {
	float: left;
	width: 70%;
}
@media screen and (max-width: 768px) {
	section#bottom_band .outline .left {
		width: 60%;
	}
}
@media screen and (max-width: 480px) {
	section#bottom_band .outline .left {
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
}
section#bottom_band .outline .left p.summary {
	line-height: 1.3;
	background: #f6f6f6;
	padding: 1%;
	font-size: 120%;
	margin-bottom: 1%;
}
section#bottom_band .outline .left p.area {
	line-height: 1.3;
	margin: 0 0 5px 0;
}
section#bottom_band .outline .right {
	float: right;
	width: 28%;
}
@media screen and (max-width: 768px) {
	section#bottom_band .outline .right {
		width: 37%;
	}
}
@media screen and (max-width: 480px) {
	section#bottom_band .outline .right {
		float: none;
		width: 100%;
	}
}
section#bottom_band .outline .right ul {
}
section#bottom_band .outline .right ul li {
	font-size: 200%;
	text-align: center;
}
section#bottom_band .outline .right ul li a {
	color: #FFFFFF;
	background: #000;
	display: block;
	border-radius: 3px;
	padding: 3% 0;
	margin-bottom: 2%;
	text-decoration: none;
	border-bottom: solid 5px #999999;
}
section#bottom_band .outline .right ul li a:active {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
	margin-bottom: 12px;
}
section#bottom_band .outline .right ul li.tel a:first-child:before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 10px;
}
section#bottom_band .outline .right ul li.mail a:last-child:before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 10px;
}
section#bottom_band .outline .right .box {
	width: 80%;
	margin: 7% auto 0;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 3% 0;
}
section#bottom_band .outline .right .box p {
	margin: 0;
	font-size: 120%;
}

/****************************************
 * ランキング
*****************************************/

#ranking {
	padding: 0 0 60px;
	background: #2C2932;
	color: #ECEBEE;
}
#ranking .ranking_items {
}
#ranking .ranking_items a {
	display: block;
	margin: 0 30px;
	color: #ECEBEE;
}
#ranking .ranking_items a:hover {
	text-decoration: none;
}
#ranking .ranking_items .item_box {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
#ranking .ranking_items .number {
	width: 100px;
}
#ranking .ranking_items .thumbnail {
	width: 260px;
}
#ranking .ranking_items .text {
	width: 380px;
	padding-left: 45px;
}
#ranking .ranking_items .text p.title {
	
}
#ranking .ranking_items .text .excerpt {
	font-size: .8em;
}

/*スライダー*/
#ranking #ranking_slider {
	margin: 0 60px;
	padding: 60px 0 45px;
}
#ranking .slick-prev,
#ranking .slick-next {
	position: absolute;
	bottom: 0;
}
#ranking .slick-prev {
	left: 0;
}
#ranking .slick-next {
	right: 0;
}
#ranking .moreLinkText {
	text-align: center;
	transition: all  0.3s ease;
	color: #C7AFBD;
}
#ranking .moreLinkText:hover {
    color: #9C98A9;
}
#ranking .slick-prev .lineArrow {
	width: 80px;
	height: 15px;
	border-bottom: 1px solid #C7AFBD;
	border-left: 1px solid #C7AFBD;
	transform: skew(-45deg);
	margin: -10px 0 0 0;
	transition: all 0.3s ease;
}
#ranking .slick-prev:hover .lineArrow  {
    border-bottom: 1px solid #9C98A9;
    border-left: 1px solid #9C98A9;
}
#ranking .slick-next .lineArrow {
	width: 80px;
	height: 15px;
	border-bottom: 1px solid #C7AFBD;
	border-right: 1px solid #C7AFBD;
	transform: skew(45deg);
	margin: -10px 0 0 -25px;
	transition: all 0.3s ease;
}
#ranking .slick-next:hover .lineArrow  {
    border-bottom: 1px solid #9C98A9;
    border-right: 1px solid #9C98A9;
}

@media screen and (max-width: 1024px) {
	#ranking .ranking_items .item_box {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#ranking .ranking_items .number {
		text-align: center;
	}
	#ranking .ranking_items .thumbnail {
		width: auto;
		padding: 0;
		margin-bottom: 20px;
	}
	#ranking .ranking_items .text {
		width: auto;
		padding: 0;
	}
	
}
@media screen and (max-width: 768px) {
	#ranking #ranking_slider {
		margin: 0 45px;
	}
}
@media screen and (max-width: 560px) {
	#ranking {
		padding: 0 0 45px;
	}
	#ranking #ranking_slider {
		padding: 45px 0;
	}
	#ranking .ranking_items a {
		margin: 0;
	}
	#ranking .ranking_items .item_box {
		display: flex;
		flex-direction: row;
		margin-bottom: 20px;
	}
	
	#ranking .ranking_items .number {
		width: 60px;
	}
	#ranking .ranking_items .thumbnail {
		width: 220px;
	}
	#ranking .ranking_items .text {
		width: 220px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 430px) {
	#ranking #ranking_slider {
		padding: 30px;
		margin: 0;
	}
	#ranking .slick-prev {
		left: 30px;
	}
	#ranking .slick-next {
		right: 30px;
	}
	
	#ranking .ranking_items .item_box {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#ranking .ranking_items .number {
		width: 100%;
	}
	#ranking .ranking_items .thumbnail {
		width: 100%;
	}
	#ranking .ranking_items .text {
		width: 100%;
		padding: 0;
	}
	#ranking .ranking_items .text .excerpt {
		font-size: .6em;
	}
}

/****************************************
section#tag-list
*****************************************/
section#tag-list {background:#ededed;padding:70px 0 100px;}
section#tag-list h4 {font-family:'Pacifico',cursive;font-size:200%;color:#FFFFFF;text-align:center;}


/****************************************
p-share
*****************************************/
#p-share {
	position: fixed;
	left: 30px;
	bottom: 30px;
	background: #FFF;
	padding: 5px 20px;
	border-radius: 10px;
	z-index: 9;
}
#p-share a {
	color: #f1404b;
}
#p-share dl {
	display: table;
}
#p-share dt,
#p-share dd {
	display: table-cell;
	vertical-align: middle;
}
#p-share dt {
	font-size: 1em;
}
#p-share dd {
	font-size: 1.8em;
	padding-left: 30px;
}
#p-share dd ul {
	
}
#p-share dd ul li {
	display: inline-block;
}

@media screen and (max-width: 559px) {
	#p-share {
		left: 15px;
		bottom: 15px;
	}
	#p-share dd {
		padding-left: 15px;
	}
}
@media screen and (max-width: 430px) {
	#p-share {
		padding: 5px 10px;
	}
}


/****************************************
フォーム
*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	padding: 15px;
	max-width: 100%;
	outline: none;
	border: 1px solid #ddd;
	background: #ededed;
	color: #777;
	vertical-align: bottom;
	font-size: 100%;
	transition: .3s all;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #2C2932;
	background: #FFF;
 	color: #000;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 4px 12px;
	padding: 8px 10px;
	background: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	cursor: pointer;
	font-size: 100%;
	transition: all .3s;
	word-break: break-all;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #FFF;
	color: #000;
}





/****************************************

          WordPress Misc

*****************************************/

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}


/****************************************
プラグイン
*****************************************/
.addtoany_content {
	text-align: center;
}