@charset "UTF-8";
.indxBody {
	visibility: hidden;
}
.slider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.slider ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed;
	overflow: hidden;
}
.slider ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.slider ul li img {
	width: 100%;
}
.slider .btnPrev, .slider .btnNext {
	margin-top: -16px;
	top: 50%;
	width: 34px;
	height: 67px;
	position: absolute;
	z-index: 125;
	display:block;
	cursor:pointer;
}
.slider .btnPrev {
	left: 58px;
	background: transparent url(../../images/arrowL.png) no-repeat center center;
}
.slider .btnNext {
	right: 58px;
	background: transparent url(../../images/arrowR.png) no-repeat center center;
}
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 110;
	visibility: visible;
}
.pagiNation a {
	margin: 0 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.indxCont {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
	padding-top: 20px;
}
.slider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.slider ul {
	display: inline-block;
	overflow: hidden;
}

@media screen and (max-width: 639px) {
.slider {
}
.slider ul {
	position: absolute;
}
.slider .btnPrev {
	left: 10px;
}
.slider .btnNext {
	right: 10px;
}
}
/*****************************************************

BOX3

*****************************************************/

.box3Wrp {
	padding-bottom: 60px;
}
.box3 {
	width: 300px;
	float: left;
	margin-right: 30px;
	text-align: center;
}
.box3:last-child {
	margin-right: 0;
}
.box3 figure img {
	width: 100%;
	margin-bottom: 18px;
}
.capIndex {
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	margin-bottom: 1em;
	letter-spacing: .12em;
}
.box3 a {
	color: #000;
}

@media screen and (max-width: 639px) {
.box3 {
	width: 100%;
	float: none;
	margin: 0 0 40px;
	text-align: center;
}
}
/*****************************************************

MOVIE

*****************************************************/
.movie-wrp{
  background: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 144px;
}
.l-flex-wrp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mov-wrp{
  width: 44%;
  max-width: 450px;
  margin: 0 3%;
}
.mov{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 639px) {
  .l-flex-wrp {
    flex-wrap: wrap;
  }
  .mov-wrp{
  width: 100%;
  max-width: 100%;
  margin: 0 0 40px;
}
}


/*****************************************************

RECENT ENTORIES

*****************************************************/

.recentWrp {
	margin: 12px auto 80px;
}
.recentEnt {
	width: 100%;
	text-align: left;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	line-height: 1;
	padding-bottom: 1.6em;
	margin-bottom: 1.6em;
}
.recentEnt * {
	display: inline-block;
}
.recentEnt a {
	color: #000;
}
.recentDate, .recentCat {
	width: 120px;
}
.recentCat {
	background: #F1F1F1;
	border-radius: 6px;
	padding: .4em;
	text-align: center;
	margin-right: 20px;
	font-size: 12px;
}
.recentTtl {
	font-size: 13px;
	font-weight: normal;
	margin-right: 1em;
}
.recentImg:hover {
	opacity: .4;
}
.recentImg img {
	width: 100%;
}

@media screen and (max-width: 639px) {
.recentEnt {
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.recentTtl {
	font-size: 14px;
	font-weight: normal;
	margin-right: 1em;
	display: block;
	line-height: 2;
	padding-top: 1em;
}
}
