* {
    box-sizing: border-box;
}

.navi {
    min-width: 1280px;
}

.logo {
    text-align: left;
    padding-left: 1.5%;
    background-color: black;
    width: 100%;
    min-width: 1280px;
  }

.page {
    width: 100%;
}

.main {
    min-width: 1280px;
}

.iframe-wrap {
    position: absolute;
    width: 1200px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    bottom: 25px;
}


.FV,
.award {
    position: relative;
}


.award-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
}

.award-area {
    position: absolute;
    width: 1180px;
    left: 0;
    right: 0;
    bottom: 100px;
    display: flex;
}

.award2 .award-area {
    position: absolute;
    width: 1180px;
    left: 0;
    right: 0;
    bottom: 80px;
    display: flex;
}


.img-wrap {
    width: 100%;
    margin-top: -1px;
    background-repeat: no-repeat;
}

.img-wrap1 {
    width: 100%;
    height: 716px;
    background-image: url("../img/pclp_com_01.jpg");
    background-position: center top;
}

.img-wrap2 {
    width: 100%;
    height: 649px;
    background-image: url("../img/pclp_r18_02.jpg");
    background-position: center top;
}

.img-wrap3 {
    width: 100%;
    height: 673px;
    background-image: url("../img/pclp_r18_03.jpg");
    background-position: center top;
}

.img-wrap4 {
    width: 100%;
    height: 676px;
    background-image: url("../img/pclp_r18_04.jpg");
    background-position: center top;
}

.img-wrap5 {
    width: 100%;
    height: 677px;
    background-image: url("../img/pclp_r18_05.jpg");
    background-position: center top;
}

.img-wrap6 {
    width: 100%;
    height: 670px;
    background-image: url("../img/pclp_r18_06.jpg");
    background-position: center top;
}

.img-wrap7 {
    width: 100%;
    height: 671px;
    background-image: url("../img/pclp_r18_07.jpg");
    background-position: center top;
}

.img-wrap8 {
    width: 100%;
    height: 810px;
    background-image: url("../img/pclp_r18_08.jpg");
    background-position: center top;
}

.img-wrap9 {
    width: 100%;
    height: 828px;
    background-image: url("../img/pclp_r18_09.jpg");
    background-position: center top;
}

footer {
 color: white;
 background-color: black;
}