@charset "utf-8";

#contents {
	width: 100%;
	/*max-width: 1280px;*/
	margin: 0 auto;
	padding: 0;
	/*padding-top: 70px;*/
	line-height: 1.75;
}
@media only screen and (max-width:1280px) {
	#contents {
		width: 100%;
		margin: 0 auto 0 auto;
		/*padding-top: 65px;*/
	}
}
@media only screen and (max-width:768px) {
	#contents {
		/*padding-top: 60px;*/
	}
}
@media only screen and (max-width:480px) {
	#contents {
		/*padding-top: 50px;*/
	}
}

#mv {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 720px;
	margin-bottom: 0;
	padding-top: 70px;
	background-color: #efefef;
}
#videoArea {
	margin: 0 auto;
	max-width: 1280px;
	border-style: none;
	&--filter {
		filter: drop-shadow(0px 0px #000);
	}
}
#mv .scrollDown {
	display: none;
}
@media only screen and (max-width:1280px) {
	#mv {
		padding-top: 65px;
		max-width: auto;
		max-height: auto;
		overflow: hidden;
	}
	#mv .scrollDown {
		display: block;
		position: absolute;
		bottom: 10%;
		left: 50%;
		width: 38px;
		height: 38px;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media only screen and (max-width:768px) {
	#mv {
		padding-top: 60px;
	}
}
@media only screen and (max-width:540px) {
	#mv {
		padding-top: 0;
	}
}

.fankuraBanner {
	margin: 0 auto 0;
	width: 100%;
	background-color: #efefef;
}
.fankuraBanner ul {
	margin: 0 auto 0;
	padding: 3.0rem 0 4.0rem;
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fankuraBanner.foot {
	background-color: #fff;
}
.fankuraBanner.foot ul {
	padding: 5rem 0 0;
}
.fankuraBanner ul li {
	width: 48.5%;
}
.fankuraBanner ul li:nth-child(odd) {
	margin-right: 1.5%;
}
.fankuraBanner ul li:nth-child(even) {
	margin-left: 1.5%;
}
.fankuraBanner ul li a {
	display: block;
}
@media only screen and (max-width:1280px) {
	.fankuraBanner ul {
		width: 97.5%;
	}
	.fankuraBanner.foot ul {
		padding: 3.5rem 0 0;
	}
}
@media only screen and (max-width:768px) {
	.fankuraBanner ul {
		width: 95%;
		padding: 2.0rem 0 3.0rem;
	}
	.fankuraBanner.foot ul {
		padding: 3rem 0 0;
	}
}
@media only screen and (max-width:480px) {
	.fankuraBanner ul {;
		display: block;
		padding: 1.5rem 0 2.5rem;
	}
	.fankuraBanner ul li {
		width: 100%;
	}
	.fankuraBanner ul li:nth-child(odd) {
		margin-right: 0;
	}
	.fankuraBanner ul li:nth-child(even) {
		margin-left: 0;
	}
	.fankuraBanner ul li:first-child {
		margin-bottom: 1.5rem;
	}
	.fankuraBanner.foot ul li {
		width: 100%;
	}
}

#news {
	width: 100%;
	/*max-width: 780px;*/
	margin: 0 auto;
	background-color: #efefef;
	/*background-color: #ededed;*/
}
#news .ticker {
	position: relative;
	margin: 0 auto;
	padding: 2.5rem 0 0;
	width: 100%;
	max-width: 1280px;
	height: auto;
	box-sizing: border-box;
}
#news .ticker p {
	position: relative;
	width: 100%;
	text-align: left;
	line-height: 1.75;
	color: #767676;
}
@media only screen and (max-width:1280px) {
	#news .ticker {
		width: 97.5%;
	}
}
@media only screen and (max-width:768px) {
	#news .ticker {
		width: 95%;
		padding: 2.0rem 0 0;
	}
}
@media only screen and (max-width:480px) {
	#news .ticker {
		padding: 1.5rem 0 0;
	}
}

#articles {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
#articles .articlesInner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10rem 0 7.5rem;
	text-align: left;
}
@media only screen and (max-width:1280px) {
	#articles .articlesInner {
		width: 97.5%;
		padding: 7.5rem 0 5rem;
	}
}
@media only screen and (max-width:768px) {
	#articles .articlesInner {
		padding: 7rem 0 3.5rem;
	}
}
@media only screen and (max-width:480px) {
	#articles .articlesInner {
		padding: 5rem 0 2.5rem;
	}
}


.grid {
	width: 100%;
	margin: 0 auto;
}
.grid .grid-sizer {
	width : 5%;
}
.grid .grid-item {
	position: relative;
	box-sizing: border-box;
	width : 25%;
	height : 380px;
	padding: 0;
	border: 15px solid #fff;
}
.grid .grid-item:nth-child(2) {
	width: 40%;
	height: 760px;
}
.grid .grid-item:nth-child(3),
.grid .grid-item:nth-child(6) {
	width: 35%;
}
.grid .grid-item:nth-child(4),
.grid .grid-item:nth-child(5) {
	width: 25%;
}
.grid .grid-item .photo {
	position: relative;
	width: 100%;
	height : calc(100% - 50px);
	padding-bottom: 50px;
	overflow: hidden;
	background-color: #000;
}
.grid .grid-item .photo img {
	display: block;
	width: 100%;
	height:100%;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
}
.grid .grid-item .photo #changeViewer {
	display: block;
}
.grid .grid-item .photo #changeViewer img {
	position: absolute;
	top: 0;
	left: 0;
}
.grid .grid-item:hover .photo img,
.grid .grid-item .photo img:hover {
	transform: scale(1.1);
	opacity: 0.3;
}
.grid .grid-item .photo #changeViewer::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	opacity: 0;
	z-index: 1;
}
.grid .grid-item:hover .photo #changeViewer::before {
	opacity: 0.7;
}
.grid .grid-item .moreText {
	display: block;
	position: absolute;
	top: calc(50% - 50px);
	left: 50%;
	color: #fff;
	width: 100%;
	max-width: 340px;
	padding: 2.5rem;
	text-align: center;
	box-sizing: border-box;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
.grid .grid-item:hover .moreText {
	opacity: 1;
}
.grid .grid-item .moreText p {
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	margin: 0;
	padding: 0;
}
.grid .grid-item .moreText .moreBtn {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	border: 1px solid #fff;
	padding: 1.5rem 3.5rem;
	text-align: center;
	margin: 1.5rem auto 0 auto;
	font-weight: 400;
	line-height: 1.0;
}
.grid .grid-item .moreText i {
	padding-left: 0.5rem;
}
.grid .grid-item .textArea {
	position:absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	cursor: pointer;
	z-index: 3;
}
.grid .grid-item a,
.grid .grid-item a:hover {
	color: #333;
	text-decoration: none;
}
.grid .grid-item .textArea .update {
	display: inline-block;
	margin: 0;
	padding: 1rem 2.0rem 0 0;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 1);
	line-height: 1.5!important;
}
.grid .grid-item .textArea .update span {
	font-size: inherit;
	line-height: inherit;
	background: -moz-linear-gradient(top, transparent 50%, #c1d3e7 50%);
	background: -webkit-linear-gradient(top, transparent 50%, #c1d3e7 50%);
	background: linear-gradient(to bottom, transparent 50%, #c1d3e7 50%);
}
.grid .grid-item .textArea h3 {
	display: block;
	background-color: rgba(255, 255, 255,1);
	padding: 1.25rem 1rem 2.5rem 0;
	font-weight: 700;
	line-height: 1.4;
}
.grid .grid-item .textArea h3 span {
	display: block;
	margin-top: 0.25rem;
	line-height: 1.25!important;
	font-weight: 500;
	color: #666;
}
.grid .grid-item .textArea h3 small {
	display: block;
	margin: 0 0 0.5rem 0;
	font-size: 70%;
	line-height: 1.4;
}
.grid .grid-item .ribbon-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.grid .grid-item .ribbon-content .ribbon {
	display: inline-block;
	position: absolute;
	padding: 0 0;
	left: 10px;
	top: 12px;
	width: 160px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	background: #d91684;
	color: #fff;
	letter-spacing: 0.1rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.grid .grid-item .ribbon-content .ribbon.red {
	background: #d91684;
}
.grid .grid-item .ribbon-content .ribbon.blue {
	background: #d91684;
}

@media only screen and (max-width:1280px) {
	.grid .grid-sizer {
		width: 33.333%;
		width: calc(100% / 3);
	}
	.grid .grid-item {
		border: 10px solid #fff;
		width: 33.333%;
		width: calc(100% / 3);
		height : 340px;
	}
	.grid .grid-item:nth-child(2) {
		width: 33.333%;
		width: calc(100% / 3);
		height: 680px;
	}
	.grid .grid-item:nth-child(3),
	.grid .grid-item:nth-child(4),
	.grid .grid-item:nth-child(5),
	.grid .grid-item:nth-child(6) {
		width: 33.333%;
		width: calc(100% / 3);
	}
	.grid .grid-item .photo {
		height : calc(100% - 45px);
		padding-bottom: 45px;
	}
	.grid .grid-item .moreText {
		top: calc(50% - 45px);
		padding: 2.0rem;
		max-width: auto;
	}
	.grid .grid-item .moreText p {
		font-size: 1.5rem;
	}
	.grid .grid-item .moreText .moreBtn {
		padding: 1.0rem 2.5rem;
		margin: 1.25rem auto 0 auto;
	}
	.grid .grid-item .textArea .update {
		padding: 1rem 1.75rem 0 0;
	}
	.grid .grid-item .textArea h3 {
		padding: 1.25rem 1rem 2.5rem 0;
	}
	.grid .grid-item .ribbon-content {
		width: 100px;
		height: 100px;
	}
	.grid .grid-item .ribbon-content .ribbon {
		left: 10px;
		top: 12px;
		width: 125px;
		font-size: 16px;
		line-height: 32px;
		letter-spacing: 0.075rem;
	}
}
@media only screen and (max-width:768px) {
	.grid .grid-sizer {
		width: 33.333%;
		width: calc(100% / 3);
	}
	.grid .grid-item {
		border: 7px solid #fff;
		width: 33.333%;
		width: calc(100% / 3);
		height : 270px;
	}
	.grid .grid-item:nth-child(2) {
		width: 33.333%;
		width: calc(100% / 3);
		height: 540px;
	}
	.grid .grid-item:nth-child(3),
	.grid .grid-item:nth-child(4),
	.grid .grid-item:nth-child(5),
	.grid .grid-item:nth-child(6) {
		width: 33.333%;
		width: calc(100% / 3);
	}
	.grid .grid-item .photo {
		height : calc(100% - 45px);
		padding-bottom: 45px;
	}
	.grid .grid-item .moreText {
		display: none;
	}
	.grid .grid-item .textArea .update {
		padding: 0.75rem 1.5rem 0 0;
	}
	.grid .grid-item .textArea h3 {
		padding: 1.0rem 1rem 2.0rem 0;
	}
	.grid .grid-item .textArea h3 small {
		margin: 0 0 0.5rem 0;
	}
	.grid .grid-item .ribbon-content {
		width: 90px;
		height: 90px;
	}
	.grid .grid-item .ribbon-content .ribbon {
		left: 10px;
		top: 13px;
		width: 110px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0.05rem;
	}
}
@media only screen and (max-width:480px) {
	.grid .grid-sizer {
		width: 50%!important;
	}
	.grid .grid-item {
		border: 5px solid #fff;
		width: 50%;
		height : 230px;
	}
	.grid .grid-item:nth-child(2) {
		width: 50%;
		height: 460px;
	}
	.grid .grid-item:nth-child(3),
	.grid .grid-item:nth-child(4),
	.grid .grid-item:nth-child(5),
	.grid .grid-item:nth-child(6) {
		width: 50%;
	}
	.grid .grid-item .photo {
		height : calc(100% - 35px);
		padding-bottom: 35px;
	}
	.grid .grid-item .textArea .update {
		padding: 0.5rem 0.75rem 0 0;
	}
	.grid .grid-item .textArea h3 {
		padding: 0.5rem 0.5rem 1.25rem 0;
	}
	.grid .grid-item .ribbon-content {
		width: 90px;
		height: 90px;
	}
	.grid .grid-item .ribbon-content .ribbon {
		left: 20px;
		top: 10px;
		width: 100px;
		font-size: 13px;
		line-height: 20px;
	}
}

#movie {
	margin: 0 auto;
	width: 100%;
	background-color: #ededed;
	overflow: hidden;
}
#movie .movieInner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10rem 0 3.5rem;
	text-align: left;
}
@media only screen and (max-width:1280px) {
	#movie {
		width: 100%;
	}
	#movie .movieInner {
		width: 95%;
		padding: 7.5rem 0 3rem;
	}
}
@media only screen and (max-width:768px) {
	#movie .movieInner {
		padding: 7rem 0 2.5rem;
	}
}
@media only screen and (max-width:480px) {
	#movie .movieInner {
		padding: 5rem 0 1.5rem;
	}
}

#movie .movieFlex {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	flex-wrap: wrap;
}
#movie .movieFlex li {
	position: relative;
	width: 31.33%;
	height: 330px;
	overflow: hidden;
}
#movie .movieFlex li .photo {
	position: relative;
	width: 100%;
	height : calc(100% - 85px);
	padding-bottom: 56.25%;
	overflow: hidden;
	background-color: #000;
}
#movie .movieFlex li .photo img {
	display: block;
	width: 100%;
	height:100%;
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	opacity: 1;
}
#movie .movieFlex li:hover .photo img,
#movie .movieFlex li .photo img:hover {
	transform: scale(1.1);
	opacity: 0.3;
}
#movie .movieFlex li .morePlay {
	display: block;
	position: absolute;
	top: 25%;
	left: 50%;
	color: #fff;
	white-space: nowrap;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transition: linear 0.25s all;
	-webkit-transition: linear 0.25s all;
	-ms-transition: linear 0.25s all;
	transition: linear 0.25s all;
	cursor: pointer;
	opacity: 1;
}
#movie .movieFlex li:hover .morePlay {
	opacity: 1
}
#movie .movieFlex li .textArea {
	position:absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	cursor: pointer;
}
#movie .movieFlex li a,
#movie .movieFlex li a:hover {
	color: #333;
	text-decoration: none;
}
#movie .movieFlex li .textArea .update {
	display: inline-block;
	margin: 0;
	padding: 1rem 2.0rem 0 0;
	font-weight: 700;
	background-color: #ededed;
	line-height: 1.5!important;
}
#movie .movieFlex li .textArea .update span {
	font-size: inherit;
	line-height: inherit;
	background: -moz-linear-gradient(top, transparent 50%, #c1d3e7 50%);
	background: -webkit-linear-gradient(top, transparent 50%, #c1d3e7 50%);
	background: linear-gradient(to bottom, transparent 50%, #c1d3e7 50%);
}
#movie .movieFlex li .textArea h3 {
	display: block;
	padding: 1.25rem 1rem 5rem 0;
	font-weight: 700;
	line-height: 1.4;
	background-color: #ededed;
}
#movie .movieFlex li .textArea h3 small {
	display: inline-block;
	margin: 0.5rem 0;
	padding-right: 2.5rem;
	font-size: 70%;
	line-height: 1.4;
}
#movie .btn {
	margin: 3.5rem auto 0;
	display: block;
	text-align: center;
}
@media only screen and (max-width:1280px) {
	#movie .movieFlex li {
		width: 31%;
		height: auto;
	}
	#movie .movieFlex li .photo {
		position: relative;
		height: 0px;
		padding-bottom: 56.25%;
	}
	#movie .movieFlex li .photo img {
		position: absolute;
		top: 50%;
		left: 50%;
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	#movie .movieFlex li:hover .photo img,
	#movie .movieFlex li .photo img:hover {
		opacity: 0.3;
		-moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
		-ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
		transform: translateX(-50%) translateY(-50%) scale(1.1);
	}
	#movie .movieFlex li .morePlay {
		top: 50%;
		left: 50%;
	}
	#movie .movieFlex li .textArea {
		position:static;
	}
	#movie .movieFlex li .textArea .update {
		padding: 1.25rem 0 0 0;
	}
	#movie .movieFlex li .textArea h3 {
		padding: 1.25rem 1rem 2.5rem 0;
	}
}
@media only screen and (max-width:768px) {
	#movie .movieFlex li {
		width: 47.5%;
	}
	#movieIndex .btn a {
		display: block;
		/*padding: 7px 25px;*/
	}
	#movie .btn {
		margin: 2.5rem auto 0;
	}
}
@media only screen and (max-width:480px) {
	#movie .btn a {
		display: block;
		margin-right: 2.5%;
		/*padding: 7px 0;*/
	}
	#movie .btn {
		margin: 1.5rem auto 0;
	}
}

.mfp-inline-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-inline-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-inline-holder .mfp-close {
  top: -40px;
}

#socialEmbd {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
#socialEmbd .socialEmbdInner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10rem 0 7.5rem;
}
#socialEmbd .btn {
	margin: 5rem auto 0;
	display: block;
	text-align: center;
}
@media only screen and (max-width:1280px) {
	#socialEmbd {
		width: 100%;
	}
	#socialEmbd .socialEmbdInner {
		width: 95%;
		padding: 7.5rem 0 5rem;
	}
	#socialEmbd .btn {
		margin: 4.5rem auto 0;
	}
}
@media only screen and (max-width:768px) {
	#socialEmbd .socialEmbdInner {
		padding: 7rem 0 3.5rem;
	}
	#socialEmbd .btn a {
		display: block;
		/*padding: 7px 25px;*/
	}
	#socialEmbd .btn {
		margin: 3rem auto 0;
	}
}
@media only screen and (max-width:480px) {
	#socialEmbd .socialEmbdInner {
		padding: 5rem 0 2.5rem;
	}
	#socialEmbd .btn a {
		display: block;
		margin-right: 2.5%;
	}
	#socialEmbd .btn {
		margin: 2rem auto 0;
	}
}
