@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.current {
  border-bottom: solid 1px rgba(255,255,255,0.4);
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.movie {
  width: 65%;
  margin: 0 auto 30px auto;
}
.movie__item {
  width: 45%;
}
.movie__item img {
  border-radius: 10px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){


}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.movie {
  width: 100%;
  margin: 0 auto 30px auto;
}

}

