/* carousel */
ul.act_carousel {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    line-height: 1;
}

@media screen and (max-width: 320px) {
    ul.act_carousel li {
        background: #fff;
        width: 64px;
        margin: 4px 2px;
        text-align: center;
        display: inline-block;
    }
}

@media screen and (min-width: 321px) {
    ul.act_carousel li {
        background: #fff;
        width: 80px;
        margin: 4px 2px;
        text-align: center;
        display: inline-block;
    }
}

/* header */
#myactor--headline {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    background: #fff;
    box-sizing: border-box;
}

#myactor--headline > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    max-width: 768px;
    margin-inline: auto;
}

/* headline */
#myactor-headline--lv1 {
    font-size: 17px;
    font-weight: bold;
    color: #434343;
}

.myactor-headline--lv2 {
    font-size: 14px;
    color: #767676;
    margin: 0 0 8px 8px;
}

.myactor-headline--sideborder {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #767676;
    margin: 0 0 8px 8px;
}

.myactor-kana-headline {
    text-align: center;
    margin: 24px auto;
    font-size: 36px;
    font-weight: bold;
}
.myactor-kana-headline > span {
    font-size: 20px;
    font-weight: bold;
}

/* parts */
.myactor-border-20 {
    width: 100%;
    border: none;
    border-top: 20px solid #eaeaea;
    box-sizing: border-box;
}

/* eyecatch area */
.myactor--eyecatch {
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
}
.myactor--eyecatch:before {
    content: "";
    background: inherit;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
}
.myactor--eyecatch:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
/*******/

.kana_index_a {
    font-size: 26px;
    font-weight: bold;
    margin: 6px 0 3px 6px;
}

.kana_index_b {
    font-size: 36px;
    font-weight: bold;
    margin: 36px 0 3px 6px;
}

.kana_list_ul {
    margin: 4px auto;
    box-sizing: border-box;
}

@media screen and (max-width: 320px) {
    .kana_list_ul li {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 50px;
        height: 50px;
        padding: 0;
        background: #fff;
        font-size: 17px;
        font-weight: bold;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        border: 2px solid #ebebeb;
        margin: 3px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 321px) {
    .kana_list_ul li {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        width: 60px;
        height: 60px;
        padding: 0;
        background: #fff;
        font-size: 18px;
        font-weight: 700;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        border: 2px solid #ebebeb;
        margin: 3px;
        box-sizing: border-box;
    }
}
