@charset "utf-8";
/*--****************************************
site : idolish7
@PC - movie.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

*****************************************--*/
@media (min-width: 769px) {
#movie{
  
}


#main{
  position: relative;
}


#contents{
  padding: 140px 0 120px 0;
  position: relative;
  z-index: 1;
  min-height: 50vh;
}


#gallery-contents-ttl{
  text-align: center;
  margin: 0 0 50px 0;
}

#gallery-container-inner {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}


.gallery-block {
  margin: 0 auto 50px;
}

.gallery-block-ttl {
  width: 100%;
  height: 50px;
  background: #285ebb;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1em;
  padding: 16px 20px;
  box-sizing: border-box;
  margin: 0 0 30px;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.gallery-list-item {
  width: 320px;
  margin-bottom: 30px;
  overflow: hidden;
}

.gallery-list-item a {
  display: block;
  position: relative;
  line-height: 0;
  border: 1px solid #000;
  overflow: hidden;
}

.serch-icon {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.serch-icon::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #000 transparent;
}

.serch-icon svg path {
  fill: #fff;
}

.gallery-list-item a img {
  transition: transform .3s ease;
}

.gallery-list-item a:hover img {
  transform: scale(1.1);
}

.gallery-list-item:nth-child(3n + 1),
.gallery-list-item:nth-child(3n + 2) {
  margin-right: 32px;
}

.w100 {
  width: 100%;
  height: auto;
}

.fancybox-image {
  pointer-events: none;
}

.guard {
  pointer-events: none;
}

}

@media (max-width: 768px) {
  #movie{
  
  }
  
  
  #main{
    position: relative;
  }
  
  
  #contents{
    padding: 80px 0 80px 0;
    position: relative;
    z-index: 1;
  }
  
  
  #gallery-contents-ttl{
    text-align: center;
    margin: 0 0 5% 0;
  }

  #gallery-contents-ttl img{
    width: 100%;
    height: auto;
  }

  #gallery-container-inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  
  .gallery-block {
    margin: 0 auto 5%;
  }
  
  .gallery-block-ttl {
    width: 100%;
    background: #285ebb;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 0 5%;
  }
  
  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  .gallery-list-item {
    width: 48%;
    margin-bottom: 5%;
    overflow: hidden;
  }
  
  .gallery-list-item:nth-child(2n + 1) {
    margin-right: 4%;
  }
  
  
  .gallery-list-item a {
    display: block;
    position: relative;
    line-height: 0;
    border: 1px solid #000;
    overflow: hidden;
  }
  
  .serch-icon {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
  }
  
  .serch-icon::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #000 transparent;
  }
  
  .serch-icon svg path {
    fill: #fff;
  }
  
  
  .w100 {
    width: 100%;
    height: auto;
  }
  
  .fancybox-image {
    pointer-events: none;
  }
}