@charset "UTF-8";

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

@font-face {
	font-family: 'ShipporiMinchoB1-Regular';
	src: url(fonts/Shippori_Mincho_B1/ShipporiMinchoB1-Regular.ttf) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'OpenSansCondensed-Light';
	src: url(fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf) format('truetype');
	font-display: swap;
}

.osc {
	font-family: 'OpenSansCondensed-Light';
}

* {
	font-size: inherit;
	line-height: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 559px) {
	body {
		font-size: 16px;
	}
}
@media screen and (max-width: 430px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 320px) {
	body {
		font-size: 14px;
	}
}


/****************************************
ベース
*****************************************/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
p {
	margin: 0 0 1em 0;
}
p:last-child {
	margin: 0;
}

/****************************************
 * h要素
*****************************************/

h1, h2, h3, h4, h5, h6{
	color: #C7AFBD;
}


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

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

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;
}

/*外部へ*/
a.tab {
	position: relative;
	padding: 0 25px 0 0;
	margin-right: 6px;
	color: #C7AFBD;
}
a.tab:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/common/icon_tab.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}

/****************************************
レスポンシブ
*****************************************/
@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;
	}
}


/****************************************
 * パンくず
*****************************************/

.breadcrumbs_area {
	width: 100%;
	font-size: .64em;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	background: #C7AFBD;
	color: #2C2932;
	padding: 15px 30px;
	line-height: 1;
}
.breadcrumbs_area a {
	color: #2C2932;
}
.breadcrumbs_area span.current-item {
	font-weight: bold;
	color: #C43348;
}

@media screen and (max-width: 768px) {
	.breadcrumbs_area {
		overflow-y: scroll;
		white-space: nowrap;
	}
}

/****************************************
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;
	}


/****************************************
ストライプ
*****************************************/
.stripe {
	width: 100%;
	height: 12px;
	background: linear-gradient(-70deg,transparent 35%,#dddfe6 45%, #dddfe6 55%,transparent 65%);
	background-size: 8px 12px;
	border: none;
}

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


/****************************************
 * ページナビゲーション
*****************************************/

.number-navigation {
	background: #C7AFBD;
	padding: 15px 30px;
}
nav.navigation {
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
nav.navigation h2.screen-reader-text {
	display: none;
}
nav.navigation .nav-links {
	width: 100%;
	display: flex;
	justify-content: center;
}
nav.navigation .nav-links a.page-numbers {
	width: auto;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	font-family: 'OpenSansCondensed-Light';
	color: #484452;
	transition: all .3s ease 0s;
}
nav.navigation .nav-links a.page-numbers:hover {
	transform: scale(1.3);
}
nav.navigation .nav-links span.current,
nav.navigation .nav-links span.dots {
	display: inline-block;
	padding: 0 20px;
	font-family: 'OpenSansCondensed-Light';
	color: #ECEBEE;
}
nav.navigation .nav-links span.dots {
	color: #484452;
}
nav.navigation .nav-links a.page-numbers:hover {
	opacity: .7;
}
nav.navigation .nav-links a.prev,
nav.navigation .nav-links a.next {
	width: auto;
	padding: 0;
	color: #484452;
}
nav.navigation .nav-links a.prev {
	
}
nav.navigation .nav-links a.next {
	
}

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

/*共通*/
.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;
	}
}



/****************************************
404
*****************************************/
#error {
	width: 94%;
	margin: 2% auto;
}
@media screen and (max-width: 480px) {
	#error {
		width: 92%;
	}
}



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

/* タグ */
.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;
}


/*カテゴリー*/
.taxonomy p.post_category {
	display: inline-block;
}
.taxonomy p.post_category a {
	display: inline-block !important;
	text-decoration: underline;
}

/*タグ*/
.post_taxonomy .post_tag a {
	display: inline-block;
	text-decoration: underline;
	color: #2C2932;
}
.feature .post_taxonomy .post_tag a {
	color: #C7AFBD;
}
.post_taxonomy .post_tag ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 !important;
}
.post_taxonomy .post_tag ul li {
	display: inline-block;
	margin: 10px 15px 0 0 !important;
	padding-left: 23px;
	position: relative;
}
.post_taxonomy .post_tag ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/common/icon_tag.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 18px;
}


/****************************************
 * 固定ページ：ポップコーンについて
*****************************************/

#about h3 {
	font-weight: bold;
	font-family: sans-serif;
}


/****************************************
 * 固定ページ：お問い合わせ
*****************************************/
#contact .form {
	text-align: center;
}
#contact #mw_wp_form_mw-wp-form-10312 {
	margin: 45px auto 0;
}


#contact .form table {
	table-layout: fixed;
	width: 100%;
}
#contact .form table th,
#contact .form table td {
	display: block;
	width: 100%;
}
#contact .form table input,
#contact .form table textarea {
	width: 100%;
}
#contact .form .information {
	text-align: center;
	margin: 30px 0;
}
#contact .form .button_box {
	text-align: center;
}
#contact .send {
	position: relative;
	max-width: 320px;
	background: #FFF;
	color: #2C2932;
	font-size: 1.1em;
	font-weight: bold;
	padding: 12px 3.8em;
	margin: 0;
	border: none;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
#contact .send:hover {
	background: #C7AFBD;
	color: #2C2932;
	text-decoration: none;
}


/*確認画面
*****************************************/
#contact .mw_wp_form_confirm table {
	background: #FFF;
	color: #000;
}
#contact .mw_wp_form_confirm table td {
	font-family: sans-serif;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #ededed;
}


/****************************************
 * 固定ページ
 * サイトマップ
*****************************************/

#sitemap a {
	display: block;
	text-decoration: none;
	padding: 8px 30px;
}
#sitemap a:hover {
	background: #5E586B;
}
#sitemap .sitemap_list ul {
	border-top: 1px solid #5E586B;
}
#sitemap .sitemap_list ul li {
	border-bottom: 1px solid #5E586B;
}
#sitemap .sitemap_list ul li:hover {
	
}
#sitemap .sitemap_list ul li:nth-of-type(2) {
	background: none;
}
#sitemap .sitemap_list ul li ul {
	margin: 0;
}
#sitemap .sitemap_list ul li ul a {
	padding: 8px 30px 8px 45px;
}


/****************************************
 * 固定ページ：プライバシーポリシー
*****************************************/

#privacypolicy h3 {
	font-weight: bold;
	font-family: sans-serif;
}
#privacypolicy ul {
	list-style: inside;
	margin: 0 0 30px;
}
#privacypolicy ul li {
	text-indent: -22px;
	padding-left: 22px;
}

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



/****************************************
 * 映画一覧
 * home.php
 * archive.php
 * single.php
*****************************************/

ul.items_list {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
ul.items_list li {
	position: relative;
}
ul.items_list li a {
	display: block;
}
figure.hover_box {
	margin: 0;
	position: relative;
	overflow: hidden;
}
figcaption.hover_mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.9);
	opacity: 0;
	transition: all 0.6s ease;
	display: flex;
	align-items: center;
}
figcaption.hover_mask p {
	width: 100%;
	padding: 30px 30px 0;
	text-align: center;
	color: #FFF;
	line-height: 1.3;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
figcaption.hover_mask p span {
	display: block;
}
figcaption.hover_mask p span.year {
	font-size: .8em;
}
figure.hover_box:hover .hover_mask {
	opacity: 1;
	transition: all 0.6s ease;
	padding-bottom: 30px;
}

@media screen and (max-width: 1194px) {
	ul.items_list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 559px) {
	ul.items_list {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* home.php
 * archive.php
*****************************************/








/* single.php
*****************************************/

.single .single_box {
	margin-top: 30px;
}
.single .date {
	width: 100%;
	text-align: right;
	color: #C7AFBD;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.single .main_image {
	width: 100%;
	margin-top: 12px;
}
.single .title {
	width: 100%;
}
.single .title .post_title {
	font-size: 2em;
	margin: 0;
}
.single .title .post_title span {
	display: block;
	font-size: .5em;
	padding-left: 30px;
}
.single .movie_title {
	font-size: 1.3em;
	margin: 0 0 30px;
	text-align: center;
}
.single .post_taxonomy {
	padding: 30px;
	background: #C7AFBD;
	color: #2C2932;
}
.single .post_taxonomy .post_category a {
	color: #2C2932;
}
.single .data table {
	width: 100%;
	margin-top: 20px;
}
.single .data table,
.single .data table th,
.single .data table td {
	border-collapse: collapse;
}
.single .data table tr {
	border-bottom: 1px solid #5D5869;
}
.single .data table tr:first-child {
	border-top: 1px solid #5D5869;
}
.single .data table th,
.single .data table td {
	padding: 8px 15px;
}
.single .data table th {
	font-weight: normal;
	text-align: left;
	background: #2C2932;
	color: #FFF;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: .8em;
}
.single .credit table {
	width: 100%;
}
.single .credit table,
.single .credit table th,
.single .credit table td {
	border-collapse: collapse;
}
.single .credit table tr {
	border-bottom: 1px solid #5D5869;
}
.single .credit table tr:first-child {
	border-top: 1px solid #5D5869;
}
.single .credit table th,
.single .credit table td {
	padding: 8px 15px;
}
.single .credit table th {
	width: calc(100%/4);
	font-weight: normal;
	text-align: left;
	background: #2C2932;
	color: #FFF;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: .8em;
}
.single .hidden_box {
	margin-top: 90px;
	position: relative;
}
.single .hidden_box:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: #2C2932;
	width: 100%;
	height: 1px;
}
.single .hidden_box .mark {
	text-align: center;
	margin-bottom: 90px;
}
.single .hidden_box .mark img.icon {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
}
.single .hidden_box .text {
	padding-top: 18px;
	color: #3E3751;
	line-height: 1.4;
}
.single .story p.source {
	font-size: .9em;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.single .story p.source span {
	margin-right: 15px;
}
.single .story .youtube {
	margin-top: 45px;
}
.single .story .youtube .youtube_movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0;
	line-height: 1;
}
.single .story .youtube .youtube_movie iframe {
	width: 100%;
	height: 100%;
}
.single .story .youtube .youtube_movie figcaption {
	width: 100%;
	text-align: center;
	line-height: 1;
	background: #2C2932;
	color: #FFF;
	font-size: .8em;
	padding: 12px;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.single .series ul.series_item {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #756F85;
}
.single .series ul.series_item li {
	border-bottom: 1px solid #756F85;
}
.single .series ul.series_item li a {
	display: block;
	padding: 30px;
	text-decoration: none;
	background: #5D5869;
	color: #FFF;
}
.single .series ul.series_item li dl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.single .series ul.series_item li dt {
	width: 230px;
}
.single .series ul.series_item li dd {
	width: calc(100% - 230px);
	padding-left: 30px;
}
.single .series ul.series_item li dd .excerpt {
	font-size: .8em;
}

.pickup {
	margin-top: 60px;
}
.pickup_box {
	position: relative;
	display: inline-block;
	margin: 30px 0 0;
	padding: 30px;
	min-width: 120px;
	max-width: 100%;
  color: #555;
	background: #FFF;
}
.pickup_box:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFF;
}
.pickup_box .photo_box {
	width: 100%;
	display: flex;
	align-items: center;
}
.pickup_box .photo_box figure.photo {
	max-width: 370px;
	margin: 0;
}
.pickup_box .photo_box figure.photo figcaption {
	font-size: .8em;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	text-align: center;
}
.pickup_box .photo_box .pickup_name {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #2C2932;
}
.pickup_box .pickup_text {
	margin-top: 30px;
}

/*アマゾンなど配信*/
.amazon {
	margin: 45px 0 0;
	text-align: center;
}
.amazon a {
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: bold;
	background: linear-gradient(70deg, #00061c, #21b9e5);
	border-radius: 3px;
	padding: 12px 30px;
	border-bottom: 6px solid #00081e;
}
.amazon span {
	display: block;
	margin: 20px 0 0;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: .8em;
}


.netflix {
	margin: 45px 0 0;
	text-align: center;
}
.netflix a {
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: bold;
	background: linear-gradient(70deg, #e20712, #e20712);
	border-radius: 3px;
	padding: 12px 30px;
	border-bottom: 6px solid #000;
}
.netflix span {
	display: block;
	margin: 20px 0 0;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: .8em;
}


.disney {
	margin: 45px 0 0;
	text-align: center;
}
.disney a {
	display: block;
	width: 100%;
	color: #1a1c29;
	text-decoration: none;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: bold;
	background: linear-gradient(70deg, #FFF, #FFF);
	border-radius: 3px;
	padding: 12px 30px;
	border-bottom: 6px solid #000;
}
.disney span {
	display: block;
	margin: 20px 0 0;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-size: .8em;
}

@media screen and (max-width: 768px) {
	.single .series ul.series_item li dt {
		width: 200px;
	}
	.single .series ul.series_item li dd {
		width: calc(100% - 200px);
	}
}
@media screen and (max-width: 560px) {
	.single .date,
	.single .single_box {
		padding: 0 30px;
	}
	.single .title .post_title {
		font-size: 1.8em;
	}
	.single .post_taxonomy {
		padding: 30px;
	}
	.single .data table th,
	.single .credit table th {
		width: 180px;
	}
	
	.single .hidden_box:before {
		top: -5px;
	}
	.single .hidden_box .mark img.icon {
		width: 60px;
	}
	
	
	.single .hidden_box .text {
		padding: 75px 30px 0 30px;
	}
	.single .series ul.series_item li dt {
		width: 160px;
	}
	.single .series ul.series_item li dd {
		width: calc(100% - 160px);
		padding-left: 20px;
	}
	
	.pickup_box .photo_box {
		flex-direction: column;
	}
	
	.amazon,
	.netflix,
	.disney {
		padding: 0 30px;
	}
}
@media screen and (max-width: 430px) {
	
	.single .title .post_title {
		font-size: 1.6em;
	}
	
	.single .data table th,
	.single .credit table th {
		width: 80px;
	}
	
	.single .hidden_box .text {
		padding: 75px 30px 0 30px;
	}
	.single .series ul.series_item li dl {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.single .series ul.series_item li dt {
		width: 100%;
	}
	.single .series ul.series_item li dd {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 320px) {
	.single .data table,
	.single .credit table {
		font-size: .9em;
	}
	
	.single .hidden_box:before {
		top: -13px;
	}
	.single .hidden_box .mark img.icon {
		width: 45px;
	}
	
	.amazon a,
	.netflix a,
	.disney a {
		font-size: .9em;
	}
}

/*関連*/
.related {
	background: #DAD7E4;
}
.related .related-title {
	
}
.related ul.related-items {
	display: flex;
	flex-direction: column;
}
.related ul.related-items li:not(:first-child) {
	margin-top: 18px;
}
.related ul.related-items li a {
	display: block;
	color: #2C2932;
}
.related ul.related-items li dl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.related ul.related-items li dt {
	    width: 31%;
    max-width: 120px;
}
.related ul.related-items li dd {
	width: 72%;
    max-width: 290px;
    padding-left: 22px;
}
.related ul.related-items li dd .related-post-title {
	margin: 0;
	    font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.related ul.related-items li dd .related-post-excerpt {
	font-size: .8em;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}




@media (min-width: 769px) {
.related-splide {

		visibility: visible !important;
	}
	.related-splide .splide__list {
		display: block;
	}
	.related-splide .splide__slide {
		width: auto !important;
	}

}
@media (max-width: 768px) {

	.related-splide .splide__list {
		display: flex;
	}
	.related-splide .splide__slide {
		margin-bottom: 0;
	}

}


@media screen and (max-width: 1024px) {
	.related ul.related_list li dl {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.related ul.related_list li a {
		margin: 0 30px;
		padding: 0;
	}
	.related ul.related_list li dt {
		width: auto;
		padding: 0;
		margin-bottom: 20px;
	}
	.related ul.related_list li dd {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 560px) {
	.related ul.related_list {
		padding: 45px 0;
	}
	.related ul.related_list li a {
		margin: 0;
	}
	.related ul.related_list li dl {
		display: flex;
		flex-direction: row;
		margin-bottom: 20px;
	}
	.related ul.related_list li dd {
		width: auto;
		padding-left: 20px;
	}
}
@media screen and (max-width: 430px) {
	.related ul.related_list {
		margin: 0 30px;
	}
	.related ul.related_list li dl {
		display: flex;
		flex-direction: column;
	}
	.related ul.related_list li dd {
		padding: 0;
	}
	.related ul.related_list li dd .excerpt {
		font-size: .6em;
	}
}

#single .meta {
	font-size: 80%;
	margin: 3% 0;
}
@media screen and (max-width: 480px) {
	#single .meta {
	}
}
#single p.post-tag {
	display: inline-block;
	line-height: 1.3;
	margin: 0 !important;
}
#single .catch {
	text-align: center;
	line-height: 0;
}
#single .word {
	overflow: hidden;
	margin: 0;
	background: #dddfe6;
	padding: 50px 80px;
}
#single .word p {margin-bottom: 3%;}
#single .caution {overflow: hidden;padding: 5% 0;background: #ededed;text-align: center;}
#single .caution img.icon {width: 7%;margin-bottom: 3%;}

@media screen and (max-width: 480px) {
	#single .word {margin:0;font-size:90%;padding:35px 42px;}
	#single .caution img.icon {width: 10%;}
}
#single .caution .txt {
	text-align: left;width:82%;
	margin: 0 auto;
	color: #f43578;
	font-size: 120%;
}


#single .content {clear: both;overflow: hidden;background: #FEF0F5;margin-bottom: 5%;}

@media screen and (max-width: 480px) {
	#single .content {margin: 0;}
}
#single .content .box {
	width: 82%;
	margin: 0 auto;
}
#single .content p {
	margin: 0 0 5% 0;
}
@media screen and (max-width: 980px) {
	#single figure.movie iframe {width: 82%;}
}
@media screen and (max-width: 480px) {
	#single figure.movie {margin:50px 0 0 0;}
	#single figure.movie iframe {width: 100%;height: 260px;margin: 0;}
}

#single .cast {
	overflow: hidden;
}
#single .cast h3 {
	font-size: 140%;
	color: #F43578;
}
@media screen and (max-width: 480px) {
	#single .cast h3 {
		font-size: 120%;
	}
}
#single .cast figure.cast_img {
	float: left;
	width: 30%;
	margin: 0 15px 0 0;
	text-align: center;
}
@media screen and (max-width: 559px) {
	#single .cast figure.cast_img {
		float: none;
		width: 100%;
		margin: 0;
	}
}
#single .cast figure.cast_img img {
	width: 100%;
}
#single .cast figure.cast_img figcaption {
	font-size: .6em;
    text-align: left;
    line-height: 1.3;
    margin-top: 5px;
    font-family: sans-serif;
}
#single .cast .txt {
	float: right;
	width: 66%;
}
@media screen and (max-width: 768px) {
	#single .cast .txt {
		width: 67%;
	}
}
@media screen and (max-width: 559px) {
	#single .cast .txt {
		float: none;
		width: 100%;
		padding-top: 15px;
	}
}
#single .cast .txt p {
	margin: 0 0 5% 0;
}
#single .official_site {
	clear: both;
	overflow: hidden;
	margin-bottom: 5%;
}
@media screen and (max-width: 480px) {
	#single .official_site {
		overflow: hidden;
		width: 82%;
		margin: 0 auto 5%;
	}
}
#single .official_site dl {
	overflow: hidden;
	border: 1px solid #333333;
}
#single .official_site dt {
	display: inline-block;
	width: 25.7%;
	padding: 1% 5%;
	float: left;
	background: #333333;
	color: #FFFFFF;
	text-align: center;
}
@media screen and (max-width: 480px) {
	#single .official_site dt {
		float: none;
		width: 100%;
		padding: 1%;
	}
}
#single .official_site dd {
	display: inline-block;
	width: 59.8%;
	padding: 1% 2%;
	float: right;
}
@media screen and (max-width: 480px) {
	#single .official_site dd {
		float: none;
		width: 100%;
		padding: 1%;
	}
}
#single .official_site dd::before {
	content: "\f08e";
	font-family: FontAwesome;
	color: #333333;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px;
}
#single .tag {
	clear: both;
}
#single .tag a {
	text-decoration: none;
}
#single .tag a::before {
	content: "\f02b";
	font-family: FontAwesome;
}
/* IMDb画像 */
#single figure.imdb {
	margin: 0 0 5% 0;
	text-align: center;
}
#single figure.imdb figcaption {
	font-size: 80%;
    text-align: center;
	line-height: 1;
}
#single figure.imdb figcaption::before {
	content: "\f2d8";
	font-family: FontAwesome;
	margin-right: 5px;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
	#single figure.imdb figcaption::before {
		font-size: 120%;
	}
}
/* 画像 */
#single figure.image {
	margin: 0 0 5% 0;
}
#single figure.image figcaption {
	font-size: 80%;
    text-align: center;
	line-height: 1;
}
#single figure.image figcaption::before {
	content: "\f2d2";
	font-family: FontAwesome;
	margin-right: 5px;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
	#single figure.image figcaption::before {
		font-size: 120%;
	}
}

/* プラグインAmazon Associates Link Builder ※templatesが403エラーのため2018.4.9 */
.aalb-product-carousel-unit {
	background: rgba(0, 0, 0, 0.5) !important;
}
.aalb-product-carousel-unit h2.aalb-pc-ad-header {
	display: none !important;
}
.aalb-product-carousel-unit .aalb-pc-product-list {
	border: none !important;
}
.aalb-product-carousel-unit .aalb-pc-product-title a {
	color: #FFFFFF !important;
}
.aalb-product-carousel-unit .aalb-pc-product-offer-price {
	color: #F43578 !important;
}
.aalb-product-carousel-unit .aalb-pc-product-offer-price-value {
	color: #F43578 !important;
}

#single .single-various_content h3 {
	font-size: 140%;
	margin: 7% 0 4% 0;
	border-left: 5px solid #F43578;
	padding-left: 10px;
	color: #F43578;
}
#single .single-various_content .box {
	overflow: hidden;
	width: 95%;
	margin-left: 5%;
}
@media screen and (max-width: 480px) {
	#single .single-various_content .box {
		width: 100%;
		margin-left: 0;
	}
}
#single .single-various_content .box p {
	margin-bottom: 5%;
}
#single .single-various_content .box p.note {
	font-size: 90%;
	padding: 0 0.5em;
}
#single .single-various_content .box p.note::before {
	content: "*";
	margin-right: 5px;
}
#single .single-various_content dl.link {
	overflow: hidden;
	border: 1px solid #F43578;
	margin: 0 0 3% 0;
	font-size: 90%;
}
#single .single-various_content dl.link dt {
	float: left;
	width: 40%;
	background: #F43578;
	text-align: center;
	padding: 1% 0;
}
@media screen and (max-width: 480px) {
	#single .single-various_content dl.link dt {
		float: none;
		width: 100%;
	}
}
#single .single-various_content dl.link dd {
	float: right;
	width: 56%;
	padding: 1% 2%;
}
@media screen and (max-width: 480px) {
	#single .single-various_content dl.link dd {
		float: none;
		width: 96%;
	}
}
#single .single-various_content .img {
	overflow: hidden;
	width: 100%;
	margin-bottom: 3%;
}
#single .single-various_content .img figure {
	margin: 0;
	float: left;
	width: 50%;
}
@media screen and (max-width: 480px) {
	#single .single-various_content .img figure {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 3%;
	}
	#single .single-various_content .img figure img {
		width: 80%;
	}
}
#single .single-various_content .img figure figcaption {
	text-align: center;
	font-size: 80%;
}
#single .single-various_content .img .txt {
	float: right;
	width: 47%;
}
@media screen and (max-width: 480px) {
	#single .single-various_content .img .txt {
		float: none;
		width: 100%;
	}
}
#single .single-various_content ul {
	
}
#single .single-various_content ol {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
}
#single .single-various_content ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
#single .single-various_content ol li:before{
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display:inline-block;
	background: #F43578;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
#single .single-various_content ol li span {
	display: block;
	font-size: 80%;
	color: #999999;
}
#single .single-various_content i.fa-heart {
	color: #35A0F2;
	margin-left: 5px;
}
#single .single-various_content form.index {
	
}
#single .single-various_content form.index select {
	padding: 10px;
}
#single .single-various_content h4 {
	font-size: 90%;
	margin: 0;
	background: #FFF;
	display: inline-block;
	color: #000;
}
#single .single-various_content ul.ac {
	font-size: 90%;
	margin-bottom: 1%;
}
#single .single-various_content ul li {
	display: inline-block;
	margin-right: 10px;
}
#single .single-various_content ul li::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}
#single .single-various_content ul li.win {
}
#single .single-various_content ul li.win::before {
	content: "\f521";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
#single .single-various_content p.totop {
	text-align: right;
	color: #F43578;
}
#single .single-various_content p.totop::after {
	content: "\f139";
	font-family: FontAwesome;
	margin-left: 10px;
}
#single .single-various_content ul.cinema_list {
	overflow: hidden;
	font-size: 90%;
	margin-bottom: 1%;
}
#single .single-various_content ul.cinema_list li {
	text-align: center;
	width: 49%;
	float: left;
	margin-right: 1%;
}
#single .single-various_content ul.cinema_list li:nth-child(even) {
	margin-right: 0;
}
#single .single-various_content ul.cinema_list li::before {
	content: none;
}
#single .single-various_content ul.cinema_list li p {
	margin: 0;
}
#single .single-various_content ul.cinema_list li .wp-caption {
	margin: 0 0 2% 0 !important;
	width: 96% !important;
	padding: 2%;
}
#single .single-various_content ul.cinema_list li .wp-caption p.wp-caption-text {
	margin: 0;
	color: #333333;
}
#single .single-various_content ul.cinema_list li a.btn {
	background: #F43578;
	color: #FFFFFF;
	padding: 2% 4%;
	border-radius: 3px;
}




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


#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) {
	
}




/****************************************
 * 映画を探す・検索
 * page-search.php
*****************************************/

.page_title {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
}
.page_title span {
	display: block;
	font-size: .7em;
	text-transform: uppercase;
}

/* 検索フォーム */
#searchform{
	position: relative;
	margin-bottom: 5%;
}
#searchform input#s {
	padding: 30px;
	width: 100%;
	font-size: 2em;
	border-radius: 100px;
	background: #C7AFBD;
	color: #2C2932;
	font-weight: bold;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	transition: .3s all;
}
#searchform input#s:focus {
	background: #FFF;
}
#searchform #searchsubmit {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	border: none;
	background: url(images/common/icon_search.png) no-repeat;
	background-size: contain;
	margin: 0;
	padding-right: 4em;
}

#search p.items {
	text-align: center;
	margin: 30px;
}
#search ul.box-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
}
#search ul.box-list li {
	position: relative;
	width: calc(100%/5);
	padding: 0 15px;
	margin-top: 15px;
}
#search ul.box-list li .sub_box .image {
	line-height: 0;
	margin-bottom: 15px;
}
#search ul.box-list li .txt p.category {
	margin: 8px 0;
}
#search ul.box-list li .txt p.category span {
	margin-top: 15px;
	font-size: 12px;
}
#search 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;
}
#search ul.box-list li .txt p.category span a:hover {
	background: #252c41;
	color: #FFF;
	border: 1px solid #252c41;
	text-decoration: none;
}
#search ul.box-list li .txt .tag {
	margin-top: 5px;
	line-height: 1;
}
#search ul.box-list li .txt .tag ul.tag-list {
	margin: -5px 0 0;
	font-size: 14px;
}
#search ul.box-list li .txt .tag ul.tag-list li {
	display: inline-block;
	width: auto;
	margin: 8px 8px 0 0;
	padding: 0;
}
#search ul.box-list li .txt .tag ul.tag-list li:before {
	content: "\f02c";
	font-family: FontAwesome;
	font-size: 8px;
	vertical-align: top;
}
#search ul.box-list li .txt .tag ul.tag-list li a {
	display: inline;
}

@media screen and (max-width: 1024px) {
	#search ul.box-list li {
		width: calc(100%/4);
	}
}
@media screen and (max-width: 768px) {
	#search ul.box-list li {
		width: calc(100%/3);
	}
}
@media screen and (max-width: 560px) {
	
	#searchform input#s {
		padding: 20px;
		font-size: 1.3em;
	}
	#searchform #searchsubmit {
		width: 45px;
		height: 45px;
		padding-right: 2em;
	}
}
@media screen and (max-width: 430px) {
	#search ul.box-list li {
		width: calc(100%/2);
	}
}
@media screen and (max-width: 390px) {
	#searchform #searchsubmit {
		width: 28px;
		height: 28px;
		padding-right: 1em;
	}
}

#search #tags {
	margin-top: 90px;
}
#search .tags_title {
	margin: 0 auto 30px;
	padding: 12px 30px;
	text-align: left;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: normal;
	background: #524E5E;
}
#search .tags_title span {
	display: block;
	font-size: .5em;
}
#search #tags a {
	display: block;
}


/*ジャンプ*/
ul.jump {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #9DA8C7;
	border-left: 1px solid #9DA8C7;
	margin: 30px 0 0 !important;
}
ul.jump li {
	width: calc(100%/3);
	margin: 0 !important;
	text-align: center;
	border-right: 1px solid #9DA8C7;
	border-bottom: 1px solid #9DA8C7;
}
ul.jump li a {
	padding: 8px;
}

/*カテゴリ*/
#search ul.category_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -17px !important;
}
#search ul.category_list li {
	margin-right: 17px !important;
	margin-top: 17px !important;
}
#search ul.category_list li a {
	background: #2C2932;
	color: #FFF;
	padding: 5px 15px;
	border-radius: 30px;
	text-decoration: none;
}

/*その他タグ*/
#search .tags_box {
	margin-top: 60px;
}
#search #tags ul {
	display: flex;
	flex-wrap: wrap;
	
	padding: 0;
	margin: -15px 0 0;
}
#search .tags_box#actors ul {
	margin: 30px 0 0;
}
#search #tags ul li {
	display: inline-block;
	margin-right: 17px;
}
#search #tags dl,
#search #tags dt,
#search #tags dd {
	width: 100%;
	text-align: left;
	display: block;
}




/****************************************
フッター上のボトムバンド
*****************************************/
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;
}