@charset "utf-8";
#movie_wrap {
    margin-top: 5.38%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5.38%;
    max-width: 1120px;
    padding-left: 5.38%;
    padding-right: 5.38%;
}
.movie1_wrap {
    margin-bottom: 5.38%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.movie_eye {
    width: 31.53%;
}
#movie_eye_R {
    width: 63.84%;
}
#movie_eye_R h2 {
    color: #78633F;
    margin-bottom: 24px;
    line-height: 1.5em;
}

.movie_eye img {
    width: 100%;
    height: auto;
}
#movie_eye_R p {
    margin: 0px;
    line-height: 1.6em;
}





.movie_ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.movie_ul li {
    width: 31.53%;
    margin-right: 2.69%;
    margin-bottom: 3.07%;
}
.movie_ul li:nth-child(3n) {
    margin-right: 0px;
}
.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}.movie_text {
    line-height: 1.6em;
    font-size: 14px;
    margin-top: 3.07%;
}
.movie_text p {
    line-height: 1.6em;
}

.movie_text h3 {
    color: #74603D;
    padding-top: 6px;
    font-size: 17px;
    line-height: 1.5em;
    /* [disabled]border-bottom: 1px dashed #AE9466; */
    margin-bottom: 12px;
}
