/* page01 */
.video {
    overflow: hidden;
    background-color: #ffffff;
}
.video a {
    display: block;
}
.video a .Img .innerImg {
    padding-top: 50%;
}
.video a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 5rem;
    transition: all 0.5s;
}
.video a:hover i {
    font-size: 6rem;
    transition: all 0.5s;
}
.page01 {
    background-image: url(../images/img/page01_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    margin-top: -5px;
}

.page01 .pageBox {
    width: 80%;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.page01 h1.title {
    color: #DBC480;
}

/* page02 */
.page02 .pageBox {
    padding: 5% 3%;
    text-align: center;
}

.page02 h1.title{
    color: #AA8755;
}

.page02 h2.subtitle {
    padding-bottom: 2%;
    font-weight: 600;
    color: #AA8755;
}

.page02 .VideoArea{
    margin-bottom: 5%;
}

.page02 .VideoArea iframe{
    width: 80%;
    height: 70vh;
}

/* page03 */
.page03 .pageBox {
    width: 100%;
    position: absolute;
    top: 8%;
    left: 0%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.page03 .pageBox h1.title {
    padding-bottom: 1%;
}

.page03 .pageBox h2.subtitle {
    font-size: 1.5rem;
    letter-spacing: 4px;
}

.page03 .imgtxt {
    position: absolute;
    bottom: 1%;
    right: 1%;
    color: #fff;
    font-size: 12px;
    z-index: 2;
}

/* page04 */
.page04{
    padding: 5% 0%;
}

.page04 h1.title,.page04 h2.subtitle{
    color: #AA8755;
}

.page04 h1.title{
    padding-bottom: 1.5%;
}

.page04 h2.subtitle{
    letter-spacing: 4px;
}

.waterfall {
    width: 100%;
    column-count: 3;
    column-gap: 5px;
    padding-top: 1.5%;

}

.waterfall .item {
    display: block;
    padding: 5px;
    break-inside: avoid;

}

.waterfall .item a {
    display: block;
}

/* page05 */
.page05 {
    background-image: url(../images/img/page05_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.page05 .pageBox {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.page05 .subtitle{
    letter-spacing: 4px;
}

/* page06 */
.page06{
    padding: 5% 0%;
}

.page06 h1.title{
    color: #AA8755;
}

/* page07 */
.page07 {
    min-height: 100vh;
    background-image: url(../images/img/page07_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.page07 .pageBox {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0%;
}

.page07 .pageBox h2.subtitle{
    letter-spacing: 4px;
    padding-bottom: 1.5%;
}


/* page08 */
.page08 {
    min-height: 100vh;
    background-image: url(../images/img/page08_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    color: #fff;
}

.page08 .pageBox {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0%;
    z-index: 2;
}

.page08 .pageBox h2.subtitle{
    letter-spacing: 4px;
    padding-bottom: 1.5%;
}

.page08 .pageBox .logo{
    width: 5rem;
    margin: 0 auto;
}