@charset "UTF-8";


/* ==========================================================================
   common
   ======================================================================= */

/* ==========================================================================
   pc
   ======================================================================= */

@media all and (min-width: 768px){

/* -------------------- hero -------------------- */
.hero-wrapper {
  background: url(../img/common/hero_bg_pattern_pc.gif);
  position: relative;
  width: 100%;
  height: 280px;
  box-sizing: border-box;
}
.hero-logo__box {
  width: 36.472%;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 499px;
  height: 182px;
}
.hero-logo__box .hero__logo img{
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* -------------------- note -------------------- */
.note .section-inner {
  padding-top: 3.515%;
  padding-bottom: 0;
}
.note .note__txt {
  font-size: 150%;
  line-height: 2;
  text-align: center;
  margin-top: 0.976%;
}
/* -------------------- movie -------------------- */
.movie {
}
.news .section-inner {
  padding-top: 0;
}
.movie__list{
  padding-bottom: 6%;
  width: 100%;
  height: auto;
}
.contents-row--2 .movie__box:last-child {
  margin-left: 1.625%;
}
.contents-row--2 .movie__list .movie__box{
  width: 49.12%;
  float: left;
}
.contents-row--1 .movie__list .movie__box{
  width: 80.12%;
  margin: 0 auto;
}
.movie__img{
 position: relative;
 width: 100%;
 height: auto;
 line-height: 0;
 overflow: hidden;
}
.movie__img img{
 width: 100%;
 height: auto;
}
.item__icon{
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  width: 64px;
  height: 64px;
}
.movie__list__ttl {
  text-align: center;
  font-size: 240%;
  padding-bottom: 3%;
}
.movie__ttl {
  font-size: 200%;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 3px solid #20a657;
  line-height: 1.7;
}
.movie__ttl .time{
  float: right;
  font-size: 80%;
  font-weight: normal;
  padding-top: 4px;
}
.movie__txt{
  font-size: 160%;
  line-height: 1.7;
  padding-top: 2%;
}
.reporter{
  font-weight: bold;
  display: block;
  padding-top: 1%;
}
.movie__img img {
  width: 100%;
  height: auto;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.no-touchevents .movie__img a:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


}


/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){

/* -------------------- hero -------------------- */
.hero {
  margin-top: 60px;
}
.hero-wrapper {
  padding-top: 39.375%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  background: url(../img/common/hero_bg_pattern_sp.gif);
  background-size: 3px 16px;
}
.hero-logo__box {
  width: 80%;
  position: absolute;
  top: 22%;
  left: 10%;
}
.hero .section-inner {
  padding-top: 10.714%;
  padding-bottom: 10.714%;
}
.hero__logo{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/japan/hero_logo.png);
  width: 75%;
  height: 75%;
}
.hero__logo img{
  width: 100%;
}
.hero__logo::after {
  padding-top: 26.149%;
}

/* -------------------- note -------------------- */
.note{
}
.note .section-inner{
  margin: 0 auto;
  width: 90%;
  padding-top: 10.285%;
  padding-bottom: 10.285%;
}
.note__txt {
  font-size: 130%;
  line-height: 1.7;
  margin-top: 3%;
}

/* -------------------- movie -------------------- */
.movie {
}
.movie .section-inner {
  padding-top: 8%;
}
.movie-inner {
  margin-top: 10.714%;
}
.movie__list:first-child {
  padding-bottom: 6.571%;
}
.movie__box:first-child {
  margin-top: 0;
}
.movie__list__ttl{
  text-align: center;
  font-size: 200%;
  padding-bottom: 6%;
}
.movie__box {
  padding-bottom: 10%;
}
.movie__img {
  position: relative;
}
.movie__img img {
  width: 100%;
  height: auto;
}
.movie__img .item__icon img {
  width: 20%;
  height: auto;
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  width: 64px;
  height: 64px;
}
.movie__ttl {
  font-size: 150%;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #20a657;
  line-height: 1.7;
}
.time{
  font-size: 80%;
  font-weight: normal;
  float: right;
  padding-top: 4px;
}
.movie__txt{
  font-size: 130%;
  line-height: 1.7;
  padding-top: 2%;
}
.reporter{
  font-weight: bold;
  display: block;
  padding-top: 1%;
}

/* -------------------- description -------------------- */

.description{
  padding-bottom: 20%;
}
.description .section-wrapper{

}
.description .section-inner{
  background-color: #f3f3f3;
  padding: 6%;
}
.description__ttl{
  font-size: 180%;
  padding-bottom: 2%;
}
.description__txt{
  font-size: 160%;
  line-height: 1.7;
}



}
