
i {padding-right: 5px;}

.movie ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3em 0;
}
.movie li {
  list-style-type: none;
  padding: 20px 30px 70px 30px;
  height: 60px;
  text-align: center;
}
.movie li:last-of-type {
  padding-left: 8em;
}
.movie li img {
  width: auto;
  height: auto;
}
.movie li.hoya {
  margin-bottom: 3em;
}
.movie li.hoya img {
  margin-bottom: 1em;
}
.movie li.alcon small {
  display: block;
  margin-left: -15em;  
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

.close {
  font-size: 1.3rem;
  text-align: right;
  margin: -0.5rem 0 0.5em;
}

.close a {
  color: #000;
  text-decoration: none;
}
.close a:hover {
  color: #666;
}


.close:hover {
  color: #666;
	cursor: pointer;
}

video {
	width: 100%;
}
@media print, screen and (min-width: 1300px) {
  .modal__content{
      width: 1090px;
  }
}

@media print, screen and (max-width: 768px) {
  .modal__content{
    top: 35%;
  }
}

@media print, screen and (max-width: 767px) {
  .modal__content{
      width: 100%;
  }
}

@media print, screen and (max-width: 540px) {
  main .sub ul {
    padding-left: 0;
  }
  .movie ul {
    display: inherit;
    width: 100%;
  }
  .movie li {
    padding: 20px 0 70px 0;
    height: 60px;
    text-align: center;
  }
  .movie li:last-of-type {
    padding: 20px 0 70px 0;
  }
  .movie li img {
    width: auto;
    height: auto;
  }
}

