  ﻿@charset "UTF-8";


.movie .section  {
  overflow: hidden
}

.movie .section .head-primary, .ippan .section .head-primary, .denryoku .section .head-primary, .other .section .head-primary {
  font-size: 98.7px;
  opacity: .03
}

.movie .section .between, .ippan .section .between, .denryoku .section .between, .other .section .between {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}



.movie .ttl-main, .ippan .ttl-main, .denryoku .ttl-main, .other .ttl-main {
  line-height: 1.5
}



.movie-intro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /*width: 92%;*/
  margin-left: auto;
  position: relative
}

@media screen and (max-width: 767px) {
.movie-intro-list {
		padding:0 1.5em;
    }
}



/*
.movie-intro-list::before {
  content: '';
  position: absolute;
  top: 95px;
  right: -13.5%;
  width: 122%;
  height: 100%;
  display: block;
  background-color: #F2F2F2;
  z-index: -1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 1s;
  transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 1s
}*/

.movie-intro-list.scrollin::before {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.movie-intro-list .txt-big {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .06em;
  padding-bottom: 5px
}

.movie-intro-list .txt-middle {
  font-size: 12px;
  letter-spacing: .06em;
  font-weight: normal
}

.movie-intro-list .txt-small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0 20px;
  padding: 0 20px
}

.movie-intro-item {
  width: 48%;
  padding: 0 0 4.5em 4.5%;
}

@media screen and (max-width: 767px) {
.movie-intro-item {
        width: 100%;
		padding:3.5em 0 0 0;
    }
}





/*
.movie-intro-item:not(:nth-last-of-type(-n+4)), .ippan-intro-item:not(:nth-last-of-type(-n+4)), .denryoku-intro-item:not(:nth-last-of-type(-n+4)), .other-intro-item:not(:nth-last-of-type(-n+4)) {
  margin-bottom: 90px
}*/

.movie-intro-item .img, .ippan-intro-item .img, .denryoku-intro-item .img, .other-intro-item .img {
  overflow: hidden;
  width: 100%;
  position: relative
}

.movie-intro-item .img img, .ippan-intro-item .img img, .denryoku-intro-item .img img, .other-intro-item .img img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.movie-intro-item .img::after, .ippan-intro-item .img::after, .denryoku-intro-item .img::after, .other-intro-item .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
  z-index: 1
}

.movie-intro-item:hover .img img, .ippan-intro-item:hover .img img, .denryoku-intro-item:hover .img img, .other-intro-item:hover .img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08)
}

.movie-intro-item:hover .img::after, .ippan-intro-item:hover .img::after, .denryoku-intro-item:hover .img::after, .other-intro-item:hover .img::after {
  background-color: rgba(255, 255, 255, 0.3)
}


@media screen and (max-width: 767px) {
    div.video-js {
        width: 100%;
        height: 165px;
    }
}




#clicksaiseinotame{
}





#clicksaiseinotame .topyondenko-intro{
padding: 10em 0 0 0;

}








