#introduction {
    position: relative;
    overflow: hidden;
}
#introduction .catch1 {
    background: #b11b24 url(../../../images/about/introduction_kv.jpg) no-repeat center top;
    background-size: 100% auto;
}
#introduction .introduction-inner {
    background: #b11b24 url(/images/about/introduction_bg.jpg) repeat-y center top;
    background-size: 100% auto;
    padding: 0px 0 80px;
    margin-top: -2px;
    position: relative;
}
#introduction .area-title {
    max-width: 500px;
    margin: 0 0 30px auto;
}
#introduction .catch2 {
    width: 100%;
    padding: 0 6%;
    margin: 0 auto;
}
.scroll-text {
    color: #FFF;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 0 6%;
    margin-top: 50px;
}
/* Scroll Text */
/*.scroll-text {
    width: 100%;
    max-width: 800px;
    height: 320px;
    margin: 50px auto 0;
    padding-right: 40px;
    overflow-y: auto;
    letter-spacing: 0.035em;
}
.scroll-text::-webkit-scrollbar {
    width: 6px;
}
.scroll-text::-webkit-scrollbar-thumb {
    background: #000;
}
.scroll-text::-webkit-scrollbar-track {
    background: #FFF;
}*/

#story {
    position: relative;
}
#story .area-title {
    width: 56%;
    max-width: 300px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
#story .story-inner {
    padding: 6%;
}

#story .story-text {
    background: rgba(186,186,186,0.2);
    padding: 6%;
}
#story .story-text p {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.035em;
}

#profile {
    background: #FFF;
    position: relative;
    padding: 50px 0;
}
#profile .area-title {
    width: 42%;
    max-width: 230px;
    margin: 0 auto;
}
.staffs,
.casts {
    margin: 50px auto 50px 6%;
    border-top: solid 3px #000;
    position: relative;
}
.staffs {
    padding-top: 30px;
}
.casts {
    margin-top: 100px;
}
.staffs .block-title,
.casts .block-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    max-width: 150px;
    transform: translateY(-50%);
}
.staffs .staff-block {
    /*display: flex;*/
    margin-top: 50px;
    padding-right: 6.4%
}
.staff-block .staff-name,
.staff-block .staff-text p {
    color: #000;
}
.staff-block .staff-name {
    font-size: 20px;
}
.staff-block .staff-text p {
    margin-top: 0.8em;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.035em;
}
.cast-main {
    margin-top: 50px;
}
.cast-main .cast-block {
    margin-top: 50px;
    padding-right: 6.4%
}
.cast-sub .cast-block {
    margin-top: 50px;
    padding-right: 6.4%
}
.cast-main .cast-img {
    width: 100%;
    margin: 0;
}
.cast-sub .cast-img {
    width: 40%;
    margin: 0 auto 30px 0;
}
.cast-sub .cast-text {
    width: 100%;
}
.cast-text .cast-name,
.cast-block .cast-text p {
    color: #000;
}
.cast-main .cast-name  {
    margin-top: 1.5em;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.cast-sub .cast-name  {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.cast-main .cast-name span.as,
.cast-sub .cast-name span.as {
    display: inline-block;
    background: url(/images/about/cast_name_sub_bg.png) repeat center center;
    background-size: cover;
    padding: 4px 10px;
    margin-left: 12px;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
}
.cast-text p  {
    margin-top: 0.8em;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.035em;
}

.cast-block:nth-child(1),
.cast-block:nth-child(2) {

}