@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/fontello.eot?v=1.0');
  src: url('./fonts/fontello.eot?#iefix&v=1.0') format('embedded-opentype'),
       url('./fonts/fontello.woff2?v=1.0') format('woff2'),
       url('./fonts/fontello.woff?v=1.0') format('woff'),
       url('./fonts/fontello.ttf?v=1.0') format('truetype'),
       url('./fonts/fontello.svg?v=1.0#fontelloregular') format('svg');
}


html,
body{
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	background-color: #000;
}

html {
	font-size: 62.5%;
}

body {
	overflow: auto;
	color: #fff;
	min-width: 1024px;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 1.6rem;
}

h1,h2,h3,h4,h5,strong,b, em {
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #3b6077;
}

img {
	max-width: 100%;
	/*max-height: 100%;
	height: auto;*/
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.spin,
#loadmore {
	position: relative;
	width: 100%;
	height: 88px;
	text-align: center;
}

#loadmore span {
	display: inline-block;
	cursor: pointer;
	margin: 22px 0;
	height: 44px;
	min-width: 300px;
	box-sizing: border-box;
	border: solid 1px rgba(255,255,255,.2);
	border-radius: 4px;
	padding: 0 10px;
	line-height: 42px;
}

.no-touch #loadmore span:hover {
	background-color: rgba(255,255,255,.05);
}

iframe[name="google_conversion_frame"],
body>span,
body>script,
body>img,
body>iframe,
body>noscript,
#main+div {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
}

/* legacy
----------------------------------------------------- */

main {
	display: block;
}

#legacy {
	position: absolute;
	top:0;
	left:0;
	right:0;
	background-color: #fff;
	z-index: 2000;
	color: #c00;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

#legacy p {
	margin: 0;
}

#legacy ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#legacy ul li {
	display: inline;
	margin: 0 1em;
}

#legacy a {
	text-decoration: none;
}

/* header
----------------------------------------------------- */

#gheader h1 {
	position: absolute;
	left: 0;
	width: 118px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	font-size: 0;
	line-height: 44px;
	vertical-align: middle;
	opacity: 1;

}

.home #gheader h1 {
	opacity: 0;
	pointer-events:none;
}

#gheader h1 a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0;
	vertical-align: middle;
	background-image: url(../images/title-small.png);
	background-size: calc(100% - 20px);
	background-repeat: no-repeat;
	background-position: center center;
}

.no-touch #gheader h1 a:hover {
	opacity: .9;
}

#gheader h1 a img {
	display: none;
}

#gheader ul {
	list-style-type: none;
}

ul.nav-follow {
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

ul.nav-follow li {
	display: inline-block;
}

ul.nav-follow>li>a {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	color: rgba(167, 183, 195, 0.75);
	box-sizing: border-box;
	width: 24px;
	height: 24px;
}

#gfooter ul.nav-follow>li>a {
	color: rgba(255,255,255,.5);
}

ul.nav-follow>li>a::before {
	content:'';
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 24px;
}

ul.nav-follow>li>a[href*='facebook']::before {
	content: '\f09a';
}

ul.nav-follow>li>a[href*='twitter']::before {
	content: '\f099';
}

ul.nav-follow>li>a[href*='tumblr']::before {
	content: '\f173';
}

ul.nav-follow>li>a[href*='line']::before {
	content: '\e802';
	font-family: fontello;
}

.no-touch ul.nav-follow>li>a:hover {
	background-color: rgba(167, 182, 194, 0.15);
	color: #a7b7c3;
}

/* footer
----------------------------------------------------- */

#totop {
	position:fixed;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,.65);
	text-align:center;
	bottom:37px;
	right:20px;
	cursor:pointer;
	display:none;
	color: #000;
	font-size: 0;
	line-height:0;
	z-index:1000;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	opacity: .8;
	-webkit-transition: background-color 0.1s ease-in-out;
	-moz-transition: background-color  0.1s ease-in-out;
	-ms-transition: background-color  0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

.no-touch #totop:hover {
	background-color: rgba(255,255,255,.75);
}

.nav #totop {
	display: none !important;
}

#totop:before {
	content: "\F106";
	font-family: FontAwesome;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-weight: normal;
	font-style: normal;
	margin-right: .25em;
	text-decoration: none;
	font-size: 40px;
	line-height: 32px;
	text-align: center;
}

#gfooter {
	position: relative;
	z-index: 100;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: rgba(255,255,255,.5);
	font-size: 0;
	line-height: 1.8;
	padding: 10px;
	/*background-color: #0a0b0b;*/
	opacity: 0;
	margin: 0 auto;

}

#gfooter.active {
	opacity: 1;
	-moz-transition: opacity 2s ease-out;
	-ms-transition: opacity 2s ease-out;
	-webkit-transition: opacity 2s ease-out;
	-o-transition: opacity 2s ease-out;
	transition: opacity 2s ease-out;
}

.home #gfooter {
	background-color: transparent;
}

#alt-date {
	content: "";
	display: block;
	width: 300px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../images/date.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px auto 10px auto;
	opacity: .9;
}

.home #alt-date {
	display: none;
}

ul#wb {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#wb>li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

ul#wb a {
	font-size: 1rem;
	line-height: 1;
	color: rgba(255,255,255,.5);
}

.no-touch ul#wb a:hover {
	color: rgba(255,255,255,.8);
}

ul#wb a img {
	opacity: .5;
}

.no-touch ul#wb a:hover img {
	opacity: .8;
}

#credit {
	max-width: 980px;
	display: none;
	margin: 0 10px;
	padding: 0;
	background-color: transparent;
}

/* main
----------------------------------------------------- */

#main {
	width: 100%;
	min-height: 100%;
	height: 100%;

}

#wrap {
	position: relative;
	box-sizing: border-box;
	padding-top: 44px;
	min-height: 100%;
	background-color: #000;
	height: auto !important;
	height: 100%;
	margin: 0 auto -95px auto;
	-webkit-transition: background-color background-size 0.2s ease-in-out;
	-moz-transition: background-color background-size 0.2s ease-in-out;
	-ms-transition: background-color background-size 0.2s ease-in-out;
	transition: background-color background-size 0.2s ease-in-out;
}

.home #wrap {
	padding-top: 0px;
}

#wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 1;
	z-index: 3;
}

.fade #wrap::before {
	opacity: 0;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.news #wrap::before {
	background-color: #d4d1bd;
}

#push {
	display: block;
	width: 100%;
	height: 95px;
}


#bg {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 1;
}

.home_entertainment #bg::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 20%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


.news #bg {
	background-color: #dedbc4;
	background-image: url(../images/noise.png),url(../images/map.jpg);
	background-size: auto,100% auto;
	background-repeat: repeat,repeat;
	background-position: center -30vh;
}




#bg.active {
	opacity: 1;
	-moz-transition: opacity 1s ease-out, background-size 1s ease-out;
	-ms-transition: opacity 1s ease-out, background-size 1s ease-out;
	-webkit-transition: opacity 1s ease-out, background-size 1s ease-out;
	-o-transition: opacity 1s ease-out, background-size 1s ease-out;
	transition: opacity 1s ease-out, background-size 1s ease-out;
}


/* page
----------------------------------------------------- */

.page {
	position: relative;
	margin: 0 auto;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
	height: 0px;
	overflow:hidden;
	opacity: 0;
	z-index: 4;
}

.page.active {
	height: auto;
	overflow: auto;
	opacity: 1;
}

.page>header,
.page>.wrap {
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
}

.page>.wrap {
	padding: 30px 10px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.page#news-page>.wrap {
	padding: 30px 0;
}

.page#home-page>.wrap {
	padding: 0;
}

.page#home_entertainment-page>.wrap {
	padding: 30px 10px 0 10px;
}

.page#aboutthemovie-page>.wrap,
.page#introduction-page>.wrap {
	max-width: 800px;
}

.page>.wrap>header,
.hidden>.wrap>header {
	position: relative;
	text-align: center;
	margin: 0 auto 20px auto;
}

.page .title,
.hidden .title {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: .75em;
	text-transform: uppercase;
	text-indent: .75em;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34);
	margin: 0;
	cursor: default;
	white-space: nowrap;
}

.page#news-page .title,
.hidden .title {
	font-size: 1.8rem;
}

.page#news-page .title {
	color: #141414;

	background-color: #dedbc4;

	background-image: url(../images/noise.png);
}

.page .title a {
	color: inherit;
}



/* home
----------------------------------------------------- */

/*#visual {
	display: block;
	position: relative;
	height: 100vh;
	width: 200vh;
	max-width: 100vw;
	max-height: 50vw;
	min-width: 1024px;
	min-height: 512px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #000;
}

@media screen and (min-aspect-ratio: 16/9) {
	#visual {
		height: 50vw;
		width: 100vw;
	}
}*/

#visual {
	display: block;
	position: relative;

	height: calc(100vh - 300px);
	width: calc((100vh - 300px) * 2);

	min-height: 300px;
	min-width: calc(600px);

	max-width: 100vw;
	max-height: 50vw;

	margin: 0 auto 10px auto;
	/*overflow: hidden;*/

}

#visual::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 20%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


#visual img.bg {
	position: absolute;
	left: 0;
	top:0;
	min-width: 100%;
	max-width: 100%;
	max-height: none;
	height: auto;
}


#lead {
	position: absolute;
	z-index: 2;
	top: calc(44px + 3.5%);
	left: 0;
	right:0;
	margin: 0 auto;
	width: 37%;
}

#title {
	position: absolute;
	z-index: 2;
	bottom: 9%;
	left: 0;
	right:0;
	margin: 0 auto;
	width: 59%;
}

#date {
	position: absolute;
	z-index: 2;
	display: block;
	bottom: -5%;
	width: 100%;
	height: 12%;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

#date a {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;

	background-image: url(../images/date.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

#date a[href] {
	pointer-events:auto;
}

.no-touch #date a:hover {
	opacity: .925;
}



#bnrs ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 0;
	line-height: 0;
}

#bnrs ul>li {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
	height: 45px;
}

@media screen and (max-width:767px) {
	#bnrs ul>li {
		height: 36px;
	}
}

#bnrs ul>li>a {
	display: block;
	height: 100%;
	width: 100%;

}

#bnrs ul>li>a>img {
	display: inline-block;
	max-height: 100%;
	min-height: 100%;
	min-width: 100%;
	width: auto !important;
	outline: solid 1px rgba(0,0,0,.05)
}



/* home_entertainment
----------------------------------------------------- */

#home_entertainment-page header::before {
	content: "";
	bottom: 120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	width: 620px;
	height: 130px;
	overflow: hidden;
	background-image: url(../images/title.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

#home_entertainment-page .title-sub {
	font-size: 0;
	color: transparent;
	line-height: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	width: 480px;
	height: 101px;
	overflow: hidden;
	background-image: url(../images/date.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.home_entertainment {
	max-width: 900px;
	margin: 0 auto;
}

.media {
  max-width: 450px;

}


.media-content {
  border: solid 1px rgba(35, 37, 38, 0.75);
  padding: 10px;
  background-color:rgba(23, 23, 23, 0.6);
}

.media-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  overflow: hidden;
}

.media-video video {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom:0;
  width: 100%;
}

.media h3 {
  font-size: 2rem;
  margin: -10px 0 0 0;
  padding: 10px 0;
  color: #fff;
}

.media h3 strong {
  display: inline-block;
  background-color: #fff953;
  font-size: 1.4rem;
  line-height: 1;
  transform: translateY(-5px);
  padding: 3px 10px;
  border-radius: 15px;
  color: #000;
}

.media h3 small {
  font-size: 1.4rem;
}

.media figure {
  padding: 10px;
  margin: 0 0;
  background-color: #fff;
  color: #000;
  position: relative;
}

.media.digital figure {
  padding: 5px;
}

.media figure::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-top: solid 8px #fff;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
}

.media figcaption {
  position: relative;
  padding: 0;
  margin: 0;
}

.media dl.detail {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 1.3rem;
	line-height: 1.6;
  text-align: left;
  overflow: hidden;
}

.media dl.detail+dl.detail {
  margin-top: .5em;
}

@media screen and (max-width:767px) {
	.media dl.detail {
		margin: 0;
	}
}

.media dl.detail>dt {
  clear: left;
	float: left;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
}

.media dl.detail>dt strong {
  background-color: #fff953;
  display: inline-block;;
  padding: 1px;
}

.media dl.detail>dt::after {
  content: "：";
}

.media dl.detail>dd {
  float: left;
	margin: 0;
}

.media .more {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
}

.media .more a {
  background-color: #232526;
  color: #fff953;

  padding: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
	font-family: "ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}

.no-touch .media .more a:hover {
  background-color: #2a2f32;
}

.buy {
	margin: 15px 0;
	text-align: center;
  -webkit-transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}

.buy h4 {
	font-size: 1.8rem;
	color: #fff;
	margin: 0 0 .5em;
	text-align: center;
	line-height: 1.5;
}

ul.btns {
	margin: 0 -10px -10px -10px;
	padding: 0;
	list-style-type: none;
	display: block;
	font-size: 0;
	line-height: 0;
}

ul.btns>li {
	display: inline-block;
	margin: 7px;
	vertical-align: middle;
	height: 45px;
}

ul.btns>li>a {
	display: block;
	height: 100%;
	width: 100%;
}



ul.btns>li>a>img {
	display: inline-block;
	min-height: 100%;
	max-height: 100%;
	min-width: 100%;
	width: auto !important;
	outline: solid 1px rgba(0,0,0,.05);
}

.no-touch ul.btns>li>a:hover>img {
  opacity: .95;
}

.media .small {
  margin: 0;
  color: #999;
}

.media .small small {
  font-size: 1.1rem;
}

/* news
----------------------------------------------------- */

#news-page .content {
	max-width: 1440px;
	margin: 0 auto;
}

.news .post figure {
	position: relative;
	width: 100% !important;
	margin: 0;
	text-align: center;
}

.news .post figure[data-provider="youtube"] {
	height: 0;
	padding-top: 56.25%;
}

.news .post figure[data-provider="youtube"] iframe {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.news .post img,
.news .post video {
	max-width: 100%;
	height: auto;
}

.news .posts {
	margin: 0 auto;
}

.news .posts .cs {
	display: inline-block;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border: solid 3px #000;
	border-radius: 5px;
	background-color: #dedbc4;
	line-height: 1;
	padding: 10px;
	background-image: url(../images/noise.png);
}

.news .posts .cs::before {
	content: "\f06a";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin-right: .2em;
}

.news .post,
.news .post.sub-post {
	display: block;
	box-sizing: border-box;
	background-color: rgba(245, 245, 239, 0.98);
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	border-radius: 4px;
	padding: 15px;
	width: 300px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000;
	margin: 12px;
	text-align: left;
}

.news .post .more-content,
.news.post .post .more,
.news .post.sub-post .more,
#news-page-more {
	display: none;
}

#news-page-more {
	margin: 10px;
}

.news .post.sub-post {
	width: auto;
	margin: 0;
	box-shadow:none;
	outline:0;
}

.news .post.sub-post .more-content,
.news.post .post .more-content {
	display: block;
}

.news .post:before {
	content: attr(data-type);
	position: absolute;
	right: 0;
	top:0;
	background-color: #c00;
	color: #fff;
	font-family: lp;
	text-transform: uppercase;
	line-height: 1;
	padding: 5px 2px;
	font-size: 8px;
	display: none;
}

.news .post h2,
.news .post h3 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 1em 0 0 0;
}

.news .post h2+p {
	margin-top: 0 !important;
}

.news .post h3.post-title {
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 0 0 1em 0;
	color: #b65542;
}

.news .post.sub-post h3.post-title,
.news.post .post h3.post-title {
	font-size: 2.2rem;
}

.news .post h3.post-title a {
	color: inherit;
	outline: none;
}

.news .post h3.post-title a:hover {
	text-decoration: none !important;
}

.news .post.sub-post h3.post-title a,
.news.post .post h3.post-title a {
	pointer-events: none;
}

.news .post p.media {
	text-align: center;
	line-height: 0;
	margin: 0;
}

.news .post p.media * {
	display: inline-block;
	margin: 0 2px 2px 0;
}

.news .post video,
.news .post img {
	cursor: pointer;
	-webkit-transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}

.no-touch .news .post video:hover,
.no-touch .news .post img:hover {
	opacity: .8;
}

.news.post .post video,
.news .post.sub-post video,
.news.post .post img,
.news .post.sub-post img {
	opacity: 1 !important;
	cursor: default;
}

.news .post p:first-child {
	margin-top: 0;
}

.news .post p:last-child {
	margin-bottom: 0;
}

.news .post p.m {
	margin-bottom: 0;
}


.news .post blockquote {
	margin-left: 0;
	border-left: 2px solid #cbb;
	padding-left: .5em;
}

.news .post a {
	color: #2769ba;
	text-decoration: none;
	word-break: break-word;
}

.no-touch .news .post a:hover {
	text-decoration: underline;
}

.news .post .date {
	margin: 0 0 2px 0;
	font-size:12px;
	line-height: 1;
	opacity: .5;
}

.news .post .date::before {
	content:"\f192";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	margin-right: .2em;
	font-size: 14px;
}

/* aboutthemovie / introduction
----------------------------------------------------- */

#aboutthemovie-page section,
#introduction-page section {
	text-align: left;
}



#aboutthemovie-page .introduction h3,
#introduction-page .introduction h3 {
	margin: 1em 0;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	font-size: 2.1rem;

}

#aboutthemovie-page .introduction h3 small,
#introduction-page .introduction h3 small {
	font-size: 1.4rem;

	display: block;

}

#aboutthemovie-page .introduction h3 em,
#introduction-page .introduction h3 em {
	font-size: 2.4rem;
	color: #c9bb9e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, "HG明朝E", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
	display: block;
	margin-bottom: 1em;
}



#aboutthemovie-page .introduction h3 strong,
#introduction-page .introduction h3 strong {
	font-size: 5.2rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", YuMincho, "HG明朝E", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
	margin: 0 .1em 0;
	color: #c9bb9e;

}

#aboutthemovie-page .story h3,
#introduction-page .story h3 {
	text-align: center;
	line-height: 1.5;
	font-size: 3.2rem;
	margin: .5em 0 .5em 0;
}

#aboutthemovie-page .story h4,
#introduction-page .story h4 {
	text-align: center;
	line-height: 1.5;
	font-size: 1.6rem;
	margin: 1em 0;

}

#aboutthemovie-page p,
#introduction-page p {
	margin: 1em 0;
	font-size: 1.6rem;
	line-height: 1.8;
}

#aboutthemovie-page p em,
#introduction-page p em {
	color: #c9bb9e;
	font-size: larger;
}

#aboutthemovie-page p strong,
#introduction-page p strong {
	color: #ffee36;
	font-size: larger;
}

#aboutthemovie-page p img,
#introduction-page p img {
	width: 45%;
	float: left;
	margin: 10px 20px 5px 0;
}


#aboutthemovie-page p small,
#introduction-page p small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
}




/* queryloader2 override
----------------------------------------------------- */

#qLpercentage {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	line-height: 1 !important;
	font-weight: bold;
	margin: -1.5em 0 0 0 !important;
	padding: 0 !important;
	color: #ccc !important;
}

/* fancybox3 override
----------------------------------------------------- */

.fancybox-button--left,
.fancybox-button--right {
	position: fixed;
	top:calc(50vh - 22px);
	border-radius: 0;
	opacity: .66;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.fancybox-button--left:hover,
.fancybox-button--right:hover {
	opacity: .9;
}

.fancybox-button--left {
	left: 0;
}

.fancybox-button--right {
	left: auto;
	right: 0;
}

.fancybox-button--close {
	right: 0;
	top: 0;
	opacity: .66;
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
}

.no-touch .fancybox-button--close:hover {
	opacity: .9;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	width: 30px;
    left: calc(50% - 15px)
}

.fancybox-button--left::after,
.fancybox-button--right::after {
	width: 16px;
	height: 16px;
	top:14px;
	left: 0;
	right: 0;
}

.fancybox-button--left::after {
	left: 17px;
}

.fancybox-button--right::after {
	left: auto;
	right: 17px;
}

.fancybox-button--disabled {
	display: none !important;
}

.fancybox-infobar__body,
.fancybox-button,
.fancybox-button:hover {
	/*background-color: transparent;*/
	background-color: #000;
}

.fancybox-bg {
	background-color: #111;
}

.fancybox-is-open .fancybox-bg {
	opacity: .95;
}

.fancybox-caption {
	/*padding: 0 0 20px 0;*/
	border-top: none;
}

.fancybox-caption-wrap {
	background: none;
}

.fancybox-wrap-videos .fancybox-slide--iframe .fancybox-content {
	max-width: 1440px;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 110px 0;
	background-color: transparent;
}

.autoplay-default-video .fancybox-wrap-videos .fancybox-slide--iframe .fancybox-content {
	max-width: 100%;
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding-top: 0;
	margin: 0;
}

@media screen and (min-aspect-ratio: 1440/938) {
	.fancybox-wrap-videos .fancybox-slide--iframe .fancybox-content {
		width: calc((100vh - 128px) * 1.77);
		height: calc(100vh - 128px);
		padding: 0;
	}
}

@media screen and (min-width:1440px) and (min-height:938px) {
	.fancybox-wrap-videos .fancybox-slide--iframe .fancybox-content {
		width: 1440px;
		height: 810px;
		padding: 0;
	}
}

.fancybox-wrap-videos .fancybox-slide--iframe .fancybox-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
}
