div#carousel1 {
    height: 100%;
    background-color: white;
}

.layui-carousel>[carousel-item]>* {
    background-color: #ffffff;
}

div#info_div {
    position: absolute;
    left: 5%;
    top: 30%;
    z-index: 1;
}

div#bg_div {
    position: absolute;
    left: 10%;
    width: 100%;
    height: 100%;
}

div#bg_div img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

p#name {
    font-size: 40px;
}

p#introductionJP {
    margin: 10px;
    color: #616161;
}

p#introductionCN {
    margin: 10px;
    color: #616161;
}

#bottom {
	position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #777777;
}

#bottom a {
    color: #777777;
}

div#carousel1 {
    height: 95%;
}