@charset 'utf-8';
html{
  font-size: 12px;
  scroll-behavior: smooth;
}
header{
  padding-top: 10px;
}
/*header .side-button{
  position: absolute;
  right: 0px;
  top: 10px;
}*/
ol, ul {
	list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.collapse-details-button{
  margin-bottom: 10px;
}


@media screen and (min-width:768px) {
  section.movie .movie-item{
    width:32%;
    float: left;
  }
  section.movie .movie-item:not(:last-child){
    margin-right: 10px;
  }
}
@media not screen and (min-width:768px) {
  section.movie .movie-item:not(:last-child){
    margin-bottom: 30px;
  }
}
@media screen and (min-width:768px) {section.movie{height: 194px;}}
@media screen and (min-width:992px) {section.movie{height: 240px;}}
@media screen and (min-width:1200px) {section.movie{height: 270px;}}


section.movie .movie-item .movie-title{
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0.1em;
}
@media not screen and (min-width:768px) {
  section.movie .movie-item .movie-title{
    font-size: 1.2em;
  }
}
section.movie .movie-item .movie-text{
  padding: 1px 7px;
}
section.movie .movie-item .movie-text{
  float:right;
}
section.movie .movie-item .movie-warp{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
section.movie .movie-item .movie-warp iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.movie .movie-item .modal .modal-title{
  font-weight: bold;
}
section.movie .movie-item .modal .modal-block:not(:last-child){
  margin-bottom: 30px;
}
section.movie .movie-item .modal .modal-block-title{
  line-height: 1.2em;
  font-size: 1.2em;
  margin-bottom: 10px;
}
section.movie .movie-item .modal .modal-block-title::before{
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 5px;
  height: 1.2em;
  vertical-align: text-bottom;
  background-color: #999;
}
section.movie .movie-item .modal .modal-block-body{
  line-height: 1.2em;
  font-size: 1em;
}
section.movie .movie-item .modal .modal-body img{
  width: 100%;
}

.site{
  padding: 0 20px 20px;
}
.site .site-name{
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.site .site-banner{
  margin-right: 0.5em;
  width: 126px;
}
.site-banner-large{
  margin-right: 0.5em;
  width: 234px;
}
.site .site-info{
  width: 230px;
}
.point-site{
  margin-top: 20px;
}

footer{
  padding-bottom: 20px;
  text-align: center;
}
