@charset "utf-8";
/* CSS Document */

#post-hidden h4, #post-hidden p {
    line-height: 1.8;
    margin-bottom: 20px;
}
#post-hidden p b {
    padding-right: 16px;
}

@media screen and (min-width: 769px) {
#post-hidden h4, #post-hidden > p, #post-hidden div h4, #post-hidden div > p {
    font-size: 16px;
}
#post-hidden h3, #post-hidden > p {
    margin-bottom: 30px;
}


}


/*-----*/
.ghost-in-the-shell-special * {
   font-family: 'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb30 { margin-bottom: 30px !important; }

.alignC { text-align:center !important; }

.hover-opa a{
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hover-opa a:hover{ opacity: 0.7; }


.ghost-in-the-shell-special {
	background: url(../images/ghost-in-the-shell/bg.jpg);
	padding: 20px 0;
    /*margin-top: -20px;*/
}

.ghost-in-the-shell-special img {
	max-width: 100%;
	height: auto;
}

#gits-copyright {
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
}


#gits-title {
    margin-bottom: 50px;
}
#gits-title h2 {
    background: #138CA9;
    padding: 10px;
    line-height: 1;
    margin-bottom: 10px;
}
#gits-title h3 {
	color: #fff;
	font-size: 20px;
    line-height: 1;
	letter-spacing:2px;
	padding: 10px 0;
    margin-bottom: 10px;
	background: #31ACCB;
	text-align:center;
}



/* post */
.ghost-in-the-shell-special .article {
	background: none;
}
.ghost-in-the-shell-special .article a {
	background: #fff;
	border: solid 1px #222;
}
.ghost-in-the-shell-special .article .article-contents {
	padding: 0;
}
.ghost-in-the-shell-special .article .fig { margin: 0 auto; }
.ghost-in-the-shell-special .article .fig img { width: 100%; }


.ghost-in-the-shell-special .article .info {
	padding: 10px;
}
.ghost-in-the-shell-special .article h3 {
	color: #000;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.ghost-in-the-shell-special .article .title {
    font-size: 13px;
    margin: 0 0 10px;
    color: #222;
}
.ghost-in-the-shell-special .article .time {
	color:#0052A8;
}


.ghost-in-the-shell-special #more-btn a {
    background-color: #31ACCB;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
}
.ghost-in-the-shell-special #to-last-btn a {
    display: block;
    color: #fff;
    background-color: #31ACCB;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
    width: 270px;
	margin: 20px auto 0;
    text-align: center;
	position: relative;
}
#to-last-btn a:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/ghost-in-the-shell/out.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 20px;
	top:17.5px;
}



/* gits-theater */
#page_gits-theater .gits-theater-ttl {
	font-size: 17px;
	line-height: 1.8;
	color:#138caa;
}
#page_gits-theater p {
	font-size: 14px;
	margin-bottom: 30px;
}
#page_gits-theater table {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #31ACCB;
    border-left: solid 1px #31ACCB;
}
#page_gits-theater table th {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    padding: 12px;
    background: #138caa;
	box-sizing: border-box;
    border-right: solid 1px #31ACCB;
    border-bottom: solid 1px #31ACCB;
}
#page_gits-theater table td {
    font-size: 13px;
    letter-spacing: 1px;
    background: #fff;
    padding: 12px;
	box-sizing: border-box;
    border-right: solid 1px #31ACCB;
    border-bottom: solid 1px #31ACCB;
}
#page_gits-theater table td a {
    color: #104893;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#page_gits-theater table td a:hover {
    color: #000;
}
#page_gits-theater table td span {
    display: none;
}




/* ------------------------------------

   side

--------------------------------------*/
.side-ghost-in-the-shell #side-container .common_navigation-box-wrap{
	margin:auto;
}
.side-ghost-in-the-shell .common_navigation {
    margin-bottom: 50px;
    padding: 10px 10px 30px;
    background: #138CA9;
	position: relative;
}
.side-ghost-in-the-shell .common_navigation:before,
.side-ghost-in-the-shell .common_navigation:after {
	content: '';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	visibility: visible;
}
.side-ghost-in-the-shell .common_navigation:before {
    top: 5px;
    left: 2px;
    transform: rotate(-45deg);
}
.side-ghost-in-the-shell .common_navigation:after {
	bottom:5px;
	right: 2px;
	transform: rotate(135deg);
}

.side-ghost-in-the-shell .common_navigation li {
	padding: 15px 0;
	border-bottom: dashed 1px #fff;
}
.side-ghost-in-the-shell .common_navigation li a {
    display: block;
    font-size: 18px;
	padding-left: 30px;
    letter-spacing: 1px;
    color: #fff;
	position: relative;
}
.side-ghost-in-the-shell .common_navigation li a:before {
	content: '';
	display:block;
	width: 13px;
	height: 6px;
	margin-top: -3px;
	background: url(../images/ghost-in-the-shell/arrow.svg);
	position: absolute;
	left:0;
	top:50%;
}
.side-ghost-in-the-shell .common_navigation li span {
	font-size: 13px;
}
.side-ghost-in-the-shell .common_navigation li.nav-top a {
    text-align: right;
}
.side-ghost-in-the-shell .common_navigation li.nav-top a:before {
    display:none;
}
.common_navigation-bnr li:not(:last-child) {
    margin-bottom: 15px;
}


/* common-movie */
.side-ghost-in-the-shell .common-movie .widget_text {
	list-style: none;
}
.side-ghost-in-the-shell .common-movie .thumbnail {
	margin-bottom: 10px;
}
.side-ghost-in-the-shell .common-movie .thumbnail img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.side-ghost-in-the-shell .common-movie {
	margin-top: 40px;
}
.side-ghost-in-the-shell .common-movie h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
	padding: 14px 0;
	margin-bottom: 20px;
    letter-spacing: 2px;
	background: #31ACCB;
}
.side-ghost-in-the-shell .common-movie .boxvideo-contents {
	background: #fff;
	padding: 20px;
	border: solid 1px #31ACCB;
}





@media screen and (min-width: 768px) {
    .ghost-in-the-shell-special #main-container {
       width: 650px;
	   margin: 0;
    }
	.ghost-in-the-shell-special #main {
		width: 650px;
		float: left;
		padding: 10px;
	}
	.ghost-in-the-shell-special-post #main {
       padding-top: 10px;
	   background: #fff;
	}
	.side-ghost-in-the-shell#side {
		width: 320px;
		float: right;
		margin-right: 20px;
    }
	.side-ghost-in-the-shell #side-container {
		width: 334px;
	}



}


@media screen and (max-width: 767px) {
	.ghost-in-the-shell-special #main {
		margin-bottom: 70px;
	}
	.ghost-in-the-shell-special #banner {
		padding: 0 10px;
	}

    .ghost-in-the-shell-special .desc {
	    font-size: 11px;
	}

	.side-ghost-in-the-shell  #side-container {
		width: 100% !important;
	}

	#gits-sp-side {
		padding: 0 10px;
	}
	#gits-sp-side .sp-nav {
		margin-bottom: 50px;
		padding: 10px 10px 30px;
		background: #138CA9;
		position: relative;
	}
	#gits-sp-side .sp-nav:before,
	#gits-sp-side .sp-nav:after {
		content: '';
		display:block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 8px 8px;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		visibility: visible;
	}
	#gits-sp-side .sp-nav:before {
		top:5px;
		left: 2px;
		transform:rotate(-45deg);
	}
	#gits-sp-side .sp-nav:after {
		bottom:5px;
		right: 2px;
		transform: rotate(135deg);
	}

	#gits-sp-side .sp-nav li {
		padding: 15px 0;
		border-bottom: dashed 1px #fff;
	}
	#gits-sp-side .sp-nav li a {
		display: block;
		font-size: 18px;
		padding-left: 30px;
		letter-spacing: 1px;
		color: #fff;
		position: relative;
	}
	#gits-sp-side .sp-nav li a:before {
		content: '';
		display:block;
		width: 8px;
		height: 8px;
		width: 13px;
		height: 6px;
		margin-top: -3px;
		background: url(../images/ghost-in-the-shell/arrow.svg);
		position: absolute;
		left:0;
		top:50%;
	}
	#gits-sp-side .sp-nav li span {
		font-size: 13px;
	}
	#gits-sp-side .sp-nav li.nav-top a {
		background: #0052A8;
		text-align: center;
		padding: 15px;
	}

	#gits-sp-side ul.sp-nav--bnr {
	    margin-bottom: 20px;
	}
	#gits-sp-side ul.sp-nav--bnr li {
	    margin-bottom: 10px;
		text-align:center;
	}

    .side-ghost-in-the-shell .common-movie {
		margin: 0 10px 30px;
	}
	.ghost-in-the-shell-special .common-movie .thumbnail {
		width: 30%;
		float: left;
		margin-bottom: 0;
	}
	.ghost-in-the-shell-special .common-movie .thumbnail img {
		width: 100%;
	}
	.ghost-in-the-shell-special .common-movie .textArea {
		width: 65%;
		float: right;
	}
    .ghost-in-the-shell-special .common-movie .boxvideo-contents {
		overflow: hidden;
	}

	.sp-backtotop a {
		display: block;
		font-size: 18px;
		font-weight: bold;
		background: #138CA9;
		color: #fff;
		padding: 15px;
		margin: 50px 0;
	}


	/* gits-theater */
	#post-hidden {
		padding: 20px 15px 40px;
	}
	#page_gits-theater p {
		margin-bottom: 20px;
	}
	#page_gits-theater table {
		display: block;
		border: none;
	}
	#page_gits-theater table tbody {
		display: block;
		width:100%;
	}
	#page_gits-theater table tr {
		display: block;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#page_gits-theater table th {
		display: none;
	}
	#page_gits-theater table td {
		display: block;
		width: 100%;
		float: left;
		padding: 10px;
	    border-left: solid 1px #138caa;
	}
	#page_gits-theater table td:first-child {
	    border-top: solid 1px #138caa;
	}
	#page_gits-theater table td span {
		display: inline-block;
		width: 60px;
		padding: 10px;
		margin-right: 10px;
		border-bottom: solid 1px #fff;
		background: #138caa;
	

}


