
#storyBlock {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;

    padding: 0 0 250px;
    position: relative;
}

#pageHeader {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 350px;
}

#imgTop {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    height: 250px;
}

#storyArea {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;

    background-color: #f4e7c1;
    border-radius: 8px;
    /*box-shadow: 1px 2px 10px #9eb54f;*/
    border: 1px solid #727272;
    padding: 50px 0;

    color: #EF9740;
    position: relative;
}

.corner_topLeft {
    position: absolute;
    top: -23px;
    left: -23px;
    width: 120px;
}

.corner_topRight {
    position: absolute;
    top: -23px;
    right: -23px;
    transform: rotateY(180deg);
    width: 120px;
}

.corner_bottomLeft {
    position: absolute;
    bottom: -23px;
    left: -23px;
    transform: rotateX(180deg);
    width: 120px;
}

.corner_bottomRight {
    position: absolute;
    bottom: -23px;
    right: -23px;
    transform: rotate(180deg);
    width: 120px;
}

#titleWrapper {
    color: #EA6C33;
}

#titleWrapper > .title {
    font-size: 36px;
}

#titleWrapper > .subtitle {
    font-size: 24px;
}

#storyContent {
    margin: 10px 50px;
    font-size: 17px;
    line-height: 34px;
}

#diagramWrapper {
    width: 800px;
    margin: 50px auto;
    position: relative;
}

#diagramWrapper > img {
    width: 100%;
}

#diagramWrapper > div {
    position: absolute;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}

#story-from-1 {
    top: 0;
    width: 160px;
    height: 60px;
    line-height: 57px;
}

#story-from-2 {
    top: 200px;
    width: 160px;
    height: 60px;
    line-height: 57px;
}

#story-from-3 {
    top: 404px;
    width: 160px;
    height: 60px;
    line-height: 57px;
}

.story-to > span {
    width: 90%;
}

#story-to-1 {
    left: 520px;
    top: 0;
    width: 280px;
    height: 60px;
    line-height: 57px;
}

#story-to-2 {
    left: 520px;
    top: 110px;
    width: 280px;
    height: 90px;
}

#story-to-3 {
    left: 520px;
    top: 266px;
    width: 280px;
    height: 90px;
}

#story-to-4 {
    left: 520px;
    top: 404px;
    height: 60px;
    width: 275px;
}

.story-title {
    font-size: 20px;
    color: #3981F5;
}

.story-coin {
    font-size: 30px;
    color: #3981F5;
}

.story-list {
    padding-left: 16px;
    margin-bottom: 50px;
}

#imgGrass {
    background-image: var(--img-fence);
    background-repeat: repeat-x;
    background-size: auto 200px;

    width: 100%;
    height: 200px;

    position: absolute;
    bottom: 0;
}