body {
    width: 100%;
}
.container {
    width: 100%;
}
.pane-landingpage-contents {
    border: none;
}
#imakane_wrapper {
    width: 100%;
    background: linear-gradient(90deg, #FAF6E4, #ece7d1 50%, #f7f4ec);
}
#imakane_cp {
    margin: 0 auto;
    text-align: center;
}
#frmLP {
    padding-top: 40px;
    background-color: #fff;
}
img{
    display: block;
    margin: 0 auto;
}
/*
.black{
    background-color: #000;
} */

.cta00 {
    position: absolute;
    top: 1120px;
    left: 27%;
}

.cta01 {
    margin: 64px 0;
}
/* a:hover{
    opacity: 0.8;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
} */

.overview-box {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

/* 表示状態 */
.overview-box.open {
    max-height: 100%; /* 画像の高さ以上を指定 */
}

@media screen and (min-width: 800px) {
    #imakane_cp {
        width: 800px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    img{
        width: 100%;
    }
}