@charset "UTF-8";


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

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

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

/* -------------------- hero -------------------- */
.hero-wrapper {
  background: url(../img/search/main_bg_pc.jpg) repeat-x;
  width: 100%;
  height: 258px;
  box-sizing: border-box;
  background-position: 0 0;
  -webkit-animation: loop 100s linear infinite;
  animation: loop 100s linear infinite;
}
.hero{
  position: relative;
}
.hero-logo__box{
  line-height: 0;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 504px;
  height: 250px;
}
.hero-logo__box .hero__logo img{
  width: 100%;
  height: 100%;
}

/* -------------------- note -------------------- */
.note .section-inner {
  padding-top: 3.515%;
  padding-bottom: 0;
}
.note .note__copy {
  font-size: 200%;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.note .note__txt {
  font-size: 150%;
  line-height: 2;
  text-align: center;
  margin-top: 0.976%;
}
/* -------------------- movie -------------------- */
.movie .section-inner a{
  outline: none;
}
.contents-row--3 .movie__box{
  width: 32.25%;
  float: left;
  margin-left: 1.625%;
}
.contents-row--2{
  width: 100%;
  margin: 0 auto;
}
.contents-row--2 .movie__box {
  width: 48.67%;
  float: left;
  margin-left: 2.625%;
}
.contents-row--1 .movie__box {
  width: 70.12%;
  margin: 0 auto;
}
.contents-row--3 .movie__box:first-child,
.contents-row--2 .movie__box:first-child{
  margin-left: 0;
}
.contents-row--3,
.contents-row--2,
.contents-row--1{
  padding-bottom: 6%;
  height: 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__ttl {
  font-size: 160%;
  margin-top: 12px;
  line-height: 1.7;
}
.movie__txt {
  font-size: 140%;
  color: #3e3e3e;
  margin-top: 6px;
  padding-bottom: 12px;
  border-bottom: 3px solid #20a657;
  line-height: 1.7;
}

.movie__img img  {
  width: 100%;
  height: auto;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.no-touchevents .movie__box a:hover img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

}
@keyframes loop {
  from {background-position: 0 0;}
  to {background-position: -2648px 0;}
}
@-webkit-keyframes loop {
  from {background-position: 0 0;}
  to {background-position: -2648px 0;}
}

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

/* -------------------- hero -------------------- */
.hero {
  margin-top: 60px;
}
.hero-wrapper{
  padding-top: 59.375%;
  box-sizing: border-box;
  background: url(../img/search/main_bg_pc.jpg) repeat-x;
  width: 100%;
  height: 258px;
  background-size: cover;
  background-position: 0 0;
  -webkit-animation: loop 60s linear infinite;
  animation: loop 60s linear infinite;
}
.hero{
position: relative;
}
.hero .section-inner {
  padding-top: 10.714%;
  padding-bottom: 10.714%;
}
.hero__logo{
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 0;
}
.hero__logo img{
  content: url(../img/search/main_logo_sp.png);
  width: 96.468%;

}
.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__copy {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
}
.note__txt {
  font-size: 130%;
  line-height: 1.7;
  margin-top: 3%;
}

/* -------------------- movie -------------------- */
.movie {
}
.movie .section-inner {
  padding-top: 0;
}
.movie-inner {
  margin-top: 10.714%;
}
.movie__box:first-child {
  margin-top: 0;
}
.movie__box {
  padding-bottom: 10%;
}
.movie__img {
  position: relative;
}
.movie__img img {
  width: 100%;
  height: auto;
}
.movie__img .item__icon img {
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  width: 56px;
  height: 56px;
}
.movie__ttl {
  font-size: 140%;
  margin-top: 8px;
  line-height: 1.7;
}
.movie__txt {
  font-size: 120%;
  color: #3e3e3e;
  margin-top: 8px;
  padding-bottom: 12px;
  border-bottom: 2px solid #20a657;
  line-height: 1.7;
}

.movie-list {
  padding-top: 3.571%;
}

}

@keyframes loop {
  from {background-position: 0 0;}
  to {background-position: -2648px 0;}
}
@-webkit-keyframes loop {
  from {background-position: 0 0;}
  to {background-position: -2648px 0;}
}
