/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/

/* フォント */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;800&family=Noto+Sans+JP:wght@400;500;700&family=Material+Icons&display=swap');

body {font-family: 'Noto Sans JP', sans-serif; font-weight:400; line-height:1.5em}

/* トップページ */

.box_topics {
    position: relative;
    margin: 2em 0;
/*    padding: 0.5em 1em; */
	  padding: 0em 1em;
    border: solid 3px #000000;
}
.box_topics .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_topics .box-title a {
	color: #ffffff;
	text-decoration: none;
}
.box_topics p {
    margin: 0; 
    padding: 0;
}



.box_titlebar {
    position: relative;
    padding:0.25em 1em;
}
.box_titlebar:before,.box_titlebar:after{ 
    content:'';
    width: 20px;
    height: 15px;
    position: absolute;
    display: inline-block;
}
.box_titlebar:before{
    border-left: solid 5px #000000;
    border-top: solid 5px #000000;
    top:0;
    left: 0;
}
.box_titlebar:after{
    border-right: solid 5px #000000;
    border-bottom: solid 5px #000000;
    bottom:0;
    right: 0;
}
.box_titlebar p {
    margin: 0; 
    padding: 0;
	  text-align:  center;
	  vertical-align: middle;
	  font-weight:800;
}



/* BOX */

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}


.box2_blu {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2_blu p {
    margin: 0; 
    padding: 0;
}


.box2_red {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #8a2626;/*文字色*/
    background: #FFF;
    border: solid 3px #8a2626;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2_red p {
    margin: 0; 
    padding: 0;
}


.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}


/* 特集「第31回東京国際映画祭映画祭」（2018/09/05） */

.tiff31_btn{
    position: relative;
/*    display: inline-block; */
/*    font-weight: bold; */
/*    padding: 0.25em 0.5em; */
    padding: 10px;
    text-decoration: none;
    color: #000000;
    background: #ffffff;
    transition: .4s;
	  border: solid 1px #c8c8c8;
  }

.tiff31_btn:hover {
    background: #51A2C1;
    color: white;
}

/* 特集シティ国際Dシネマ映画祭2017」（2017/07/13） */

.scidcf2017_btn{
    position: relative;
/*    display: inline-block; */
/*    font-weight: bold; */
/*    padding: 0.25em 0.5em; */
    padding: 10px;
    text-decoration: none;
    color: #000000;
    background: #ffffff;
    transition: .4s;
	  border: solid 1px #c8c8c8;
  }

.scidcf2017_btn:hover {
    background: #51A2C1;
    color: white;
}


/* ドロップダウンメニュー（2016/07/23） */
.dmenu {
	list-style-type: none;
	width: 960px;
	margin: 5px auto 30px;
	padding: 0;
}

.dmenu:before, .dmenu:after {
	content: "";
	display: table;
}

.dmenu:after {
	clear: both;
}

.dmenu li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

.dmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background: #1792B9;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.dmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.dmenu li ul li {
	width: 100%;
}

.dmenu li ul li a {
	padding: 13px 15px;
	border-top: 1px solid #7c8c0e;
	background: #6e7c0c;
	text-align: left;
}

.dmenu li:hover > a {
	background: #6e7c0c;
}

.dmenu li a:hover {
	background: #F39700;
}


/* ドロップダウンメニュー2（2017/02/27） */
.dmenu2 {
	list-style-type: none;
	width: 960px;
	margin: 5px auto 30px;
	padding: 0;
}

.dmenu2:before, .dmenu2:after {
	content: "";
	display: table;
}

.dmenu2:after {
	clear: both;
}

.dmenu2 li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

.dmenu2 li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background: #323232;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}

.dmenu2 li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}

.dmenu2 li ul li {
	width: 100%;
}

.dmenu2 li ul li a {
	padding: 13px 15px;
	border-top: 1px solid #7c8c0e;
	background: #6e7c0c;
	text-align: left;
}

.dmenu2 li:hover > a {
	background: #e6b422;
}

.dmenu2 li a:hover {
	background: #e6b422;
}




#normal li ul {
	display: none;
}

#normal li:hover ul {
	display: block;
}

.heading_01 {
	position: relative;
	padding: 9px;
	font-weight: bold;
	font-size: 18px;
	background-color: #51A2C1;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.heading_01:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #51A2C1;
	position: absolute;
	top: 25px;
	left: 15px;
	transform: rotate(-270deg);
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
}

.heading_02 {
	border-left: 7px solid #ccc;
	padding: .8em .9em;
}

.heading_02b {
	display: block;
	padding-top: .2em;
	font-size: .8em;
	color: #666;
}

.heading_03 {
	position: relative;
	padding-left: 20px;
	border-bottom: 0 solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}

.heading_03:before {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	background: #51A2C1;
	box-shadow: 0 0 5px rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.3) inset;
	position: absolute;
	top: -0;
	left: 5px;
	transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
}

.heading_03:after {
	content: '';
	height: 8px;
	width: 6px;
	display: block;
	background: #51A2C1;
	box-shadow: 0 0 5px rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.3) inset;
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.3) inset;
	position: absolute;
	top: 16px;
	left: 2px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-75deg);
}

.heading_04 {
	position: relative;
	padding: .5em .75em;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.heading_04::before,
.heading_04::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}

.heading_04::before {
	border-top: 15px solid #ccc;
}

.heading_04::after {
	margin-top: -2px;
	border-top: 15px solid #fff;
}

/* ボーダーで囲む（丸角） */
.heading_05 {
	padding: .5em .75em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/* 左+下ボーダー */
.heading_06 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
}

.heading_06::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.underline {
	position: relative;
	padding: 0 .4em .1em;
}

.underline::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 12px;
	background-color: #dedede;
}

/* ボタン */

.btn_01 {
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #111;
	width: 100px;
	padding: 10px 0;
}

.btn_02 {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.btn_02 span {
	display: block;
	position: absolute;
	width: 200px;
	height: 60px;
	border: 2px solid #333;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.btn_02 span:nth-child(1) {
	background-color: #333;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.btn_02 span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.btn_02:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.btn_02:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

/* TIFF30 */
.tiff30_header_01 {
	position: relative;
	padding: 9px;
	font-weight: bold;
	font-size: 18px;
	background-color: #000000;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.tiff30_header_01:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #000000;
	position: absolute;
	top: 25px;
	left: 15px;
	transform: rotate(-270deg);
	-webkit-transform: rotate(-270deg);
	-moz-transform: rotate(-270deg);
	-o-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
}


/* トップページ */

h4.toptopics{
    color: #444;
    font-size: 24px;
    line-height: 1.6em;
    padding: 0 0 2px 12px;
    border-left: 4px solid #444;
    border-bottom: 1px solid #888;
}


h2 {
	background: linear-gradient(transparent 60%, #c8f1ff 60%)
	}

/* その他 */

.topics_font a:link {#ffffff}

