#sec01 .sec_inner,
#sec02 .sec_inner,
#sec03 .sec_inner {
    font-size: 0 !important;
}
#sec01,
#sec02,
#sec04 {
    padding-bottom: 3%;
}
#sec03 {
    padding-bottom: 0;
}
#sec01 {
    background-color: #fff;
    /*background-repeat: repeat-y;
    background-size: 100%;
    background-position: center bottom;
    background-image: url('../images/bg_01.jpg');*/
}
#sec02 {
    background-color: #fff;
    /*background-repeat: repeat-y;
    background-size: 100%;
    background-position: center bottom;
    background-image: url('../images/bg_02.jpg');*/
}
#sec01 .movies,
#sec02 .movies {
    margin-top: 5%;
}
#sec03 .sec_inner {
    position: relative;
    font-size: 0;
}
#sec03 .sec_inner .sec03_m {
    width: 83%;
    position: absolute;
    left: 10%;
    bottom: 26.7%;
}
#sec03 .sec_inner .sec03_m .movies {
    width: 100%;
    margin: auto;
}
.movies {
    width: 94%;
    margin: 0 auto;
}
.movie_box a {
    position: relative;
    display: block;
}
.movie_box a::after {
    display: block;
    content: "";
    background-image: url('../images/img_play.png');
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.movies .movie_box a {
    width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
}
.cat_btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 50px;
}
.cat_btn a {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #ff9531;
    border-radius: 50px;
    font-size: 18px;
    padding: 15px 0 17px 0;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
#corn::before,
#kengaku::before,
#factory::before {
    content: "";
    display: block;
    margin-top: -45%;
    padding-top: 45%;
}
@media screen and (min-width: 750px) {
    section {
        width: 750px;
        margin: 0 auto;
    }
    #fv {
        width: 100%;
        text-align: center;
    }
    .flowting_btn {
        left: auto;
        right: auto;
    }
    .movies .movie_box a {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .cat_btn {
        width: 67%;
        margin-top: 30px;
        margin-bottom: 43px;
    }
    .cat_btn a {
        font-size: 26px;
        padding: 20px 0 24px 0;
    }
    #corn::before,
    #kengaku::before,
    #factory::before {
        content: "";
        display: block;
        margin-top: -40%;
        padding-top: 40%;
    }
}
/* 動画モーダルの背景が動かないように */
.modal-video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: none;
  }
  .modal-video::before,
  .modal-video::after {
    content: "";
    width: 1px;
    height: calc(100vh + 1px);
    display: flex;
  }
  .modal-video::-webkit-scrollbar {
    display: none;
  }