@charset "UTF-8";


/*PC--------------------------------------------------------------------------------------*/
body {
    margin: 0;
}

#content {
    font-size: 16px;
    line-height: 1.6;
    box-sizing: border-box;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    color: #333;
    background: url(../images/common/bg.jpg) no-repeat center -60px #ecf1f5;
}

#content a:link {
    text-decoration: none;
    color: #1764AD;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#content a:visited {
    text-decoration: none;
    color: #1764AD;
}

#content a:hover {
    text-decoration: none;
    color: #f90;
    opacity: 0.7;
}

#content img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#content p {
    margin-bottom: 1em;
    margin-top: 0;
}

#content p:last-child {
    margin-bottom: 0;
}

.header-bg {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.header-bg .header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 97%;
    position: relative;
    width: 100%;
    background: url("../images/common/header.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

.header-bg .header h1 {
    display: none;
}

.header-bg .header .sns {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}

.header-bg .header .sns ul {
    list-style: none;
    margin: 0 -1.5%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.header-bg .header .sns ul li {
    flex-basis: 25%;
    padding: 0 1.5%;
    box-sizing: border-box;
}

.header-bg .header .sns ul li img {
    width: 100%;
}

.contents-wrap1 {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.intro {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 94.5%;
    position: relative;
    width: 100%;
    background: url("../images/common/intro.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin-bottom: 30px;
}

.intro h3 {
    display: none;
}

.intro .movie-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56%;
}

.movie-wrap .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie-wrap .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.intro .intro-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 41%;
    -moz-text-shadow: 2px 2px 2px #0078dc,
        -2px 2px 2px #0078dc,
        2px -2px 2px #0078dc,
        -2px -2px 2px #0078dc;
    -webkit-text-shadow: 2px 2px 2px #0078dc,
        -2px 2px 2px #0078dc,
        2px -2px 2px #0078dc,
        -2px -2px 2px #0078dc;
    text-shadow: 2px 2px 2px #0078dc,
        -2px 2px 2px #0078dc,
        2px -2px 2px #0078dc,
        -2px -2px 2px #0078dc;
    color: #fff;
    padding: 2px;
    box-sizing: border-box;
}

/*chara*/

.tabs {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.tab_item01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab01.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tab_item02 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab02.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tab_item03 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab03.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tab_item04 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab04.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tab_item05 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab05.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tab_item06 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab06.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tab_item07 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab07.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tab_item08 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab08.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tab_item09 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab09.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tab_item01:hover,
.tab_item02:hover,
.tab_item03:hover,
.tab_item04:hover,
.tab_item05:hover,
.tab_item06:hover,
.tab_item07:hover,
.tab_item08:hover,
.tab_item09:hover {
    opacity: 0.7;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
}

@keyframes tabAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#c01:checked ~ #c01_content,
#c02:checked ~ #c02_content,
#c03:checked ~ #c03_content,
#c04:checked ~ #c04_content,
#c05:checked ~ #c05_content,
#c06:checked ~ #c06_content,
#c07:checked ~ #c07_content,
#c08:checked ~ #c08_content,
#c09:checked ~ #c09_content {
    display: block;
    animation: tabAnim ease 0.5s forwards;
}

.tabs input:checked + .tab_item01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab01on.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tabs input:checked + .tab_item02 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab02on.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tabs input:checked + .tab_item03 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab03on.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tabs input:checked + .tab_item04 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab04on.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tabs input:checked + .tab_item05 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab05on.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tabs input:checked + .tab_item06 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab06on.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tabs input:checked + .tab_item07 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab07on.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tabs input:checked + .tab_item08 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab08on.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.tabs input:checked + .tab_item09 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.77775%;
    position: relative;
    width: 11.1111%;
    background: url("../images/common/tab09on.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    float: left;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    z-index: 10;
}

.chara-wrap {
    display: flex;
    flex-wrap: wrap;
    background: url(../images/common/chara_bg.png) no-repeat;
    align-items: center;
}

.chara-wrap .chara-pic {
    flex-basis: 440px
}

.chara-wrap .chara-pic img {
    width: 100%;
}

.chara-wrap .chara-text {
    flex: 1;
    padding: 30px 0;
    box-sizing: border-box;
}
.chara-wrap .chara-text .text-bg{
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    box-sizing: border-box;
    border-top: 5px solid #1e50a2;
}
.chara-wrap .chara-text .text-bg dl{
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    font-size: 0.9em;
    margin: 0;
}

.chara-wrap .chara-text .text-bg dl dt {
    float: left;
    color: #f90;
    width: 7em;
    font-weight: bold;
}

.chara-wrap .chara-text .text-bg dl dd {
    margin: 0 0 0 7em;
    color: #1e50a2;
}


.contents-wrap2bg {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 0;
}

.contents-wrap2 {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

ul.list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% 0 -1.5%;
    list-style: none;
    padding: 0;
}

ul.list-wrap li {
    flex-basis: 50%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
    font-size: 0.9em;
}

ul.list-wrap li p {
    margin-bottom: 0.8em !important;
}

ul.list-wrap li p:last-child {
    margin-bottom: 0 !important;
}

ul.list-wrap li img {
    width: 100%;
}

ul.list-wrap li span {
    color: #f00;
}

.related-wrap {
    display: flex;
    flex-wrap: wrap;
}

h3 {
    background: url(../images/common/midashi.png);
    padding: 0.5em 1em;
    margin: 0 0 3% 0;
    border-radius: 5px;
    color: #fff;
}

.related-wrap .related {
    flex: 1
}

.related-wrap .related ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.related-wrap .related ul li {
    border-bottom: 1px solid #333;
    display: flex;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.related-wrap .related ul li:last-child {
    margin-bottom: 0;
}

.related-wrap .related ul li .picArea {
    flex-basis: 30%;
}

.related-wrap .related ul li .picArea img {
    width: 100%;
}

.related-wrap .related ul li .textArea {
    flex: 1;
    padding-left: 1em;
    box-sizing: border-box;
}

#content .related-wrap .related ul li .textArea p.newsTitle {
    margin: 0;
}

#content .related-wrap .related ul li .textArea p.newsHead {
    margin: 0.5em 0;
    font-size: 0.9em;
}

#content .related-wrap .related ul li .textArea .news-time {
    text-align: right;
    font-size: 0.8em;
    color: #f90;
}

.related-wrap .side {
    flex-basis: 300px;
    padding-left: 30px;
}

.related-wrap .side .twitter-wrap {
    margin-bottom: 1em;
}

.related-wrap .side .banner {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.related-wrap .side .banner img {
    width: 100%;
}

.related-wrap .side .copyright {
    font-size: 0.8em;
}




/*RESPONSIVE--------------------------------------------------------------------------------------*/


@media only screen and (max-width: 900px) {
    #content {
        font-size: 0.9em;
        background: #ecf1f5;
    }

    .header-bg {
        margin: 0 auto 3% auto;
    }

    .header-bg .header {
        top: 0px;
        left: 0px;
        height: auto;
        padding-top: 0;
        position: relative;
        width: 100%;
        background: none;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
    }

    .header-bg .header h1 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 120%;
        position: relative;
        width: 100%;
        background: url("../images/common/header900.jpg") no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin: 0;
    }

    .header-bg .header .sns {
        position: relative;
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
    }

    .contents-wrap2bg {
        padding: 3% 0;
    }
}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 700px) {
    #content {
        font-size: 0.8em;
    }

    .header-bg .header h1 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 187.14285%;
        position: relative;
        width: 100%;
        background: url("../images/common/header700.jpg") no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin: 0;
    }

    .intro {
        top: 0px;
        left: 0px;
        height: auto;
        padding-top: 0;
        position: relative;
        width: 100%;
        background: none;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin-bottom: 3%;
    }

    .intro h3 {
        top: 0px;
        left: 0px;
        height: 0;
        padding: 171.42857% 0 0 0;
        position: relative;
        width: 100%;
        background: url("../images/common/intro.jpg") no-repeat;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin: 0;
    }

    .intro .movie-wrap {
        position: relative;
        width: 100%;
        margin-bottom: 3%;
    }

    .intro .intro-text {
        position: relative;
        width: 100%;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;
        text-shadow: none;
        color: #333;
    }

    ul.list-wrap {
        display: block;
    }

    .related-wrap {
        display: block;
    }

    .related-wrap .side {
        padding-left: 0;
    }
    .tabs{
        margin-bottom: 3%;
    }
    .tab_item01 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab01m.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    .tab_item02 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab02m.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    .tab_item03 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab03m.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    .tab_item04 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab04m.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    .tab_item05 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab05m.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    .tab_item06 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab06m.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    .tab_item07 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab07m.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    .tab_item08 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab08m.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    .tab_item09 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab09m.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    .tabs input:checked + .tab_item01 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab01mon.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }

    .tabs input:checked + .tab_item02 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab02mon.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }

    .tabs input:checked + .tab_item03 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab03mon.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }

    .tabs input:checked + .tab_item04 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab04mon.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }

    .tabs input:checked + .tab_item05 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab05mon.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }

    .tabs input:checked + .tab_item06 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab06mon.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }

    .tabs input:checked + .tab_item07 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab07mon.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }

    .tabs input:checked + .tab_item08 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab08mon.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }

    .tabs input:checked + .tab_item09 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20%;
        position: relative;
        width: 20%;
        background: url("../images/common/tab09mon.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        float: left;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        z-index: 10;
    }
    
    .chara-wrap {
        display: block;
        background: url(../images/common/chara_bg2.png) no-repeat;
    }
    @media only screen and (max-width: 320px) {
        .chara-wrap {
            display: block;
            background: url(../images/common/chara_bg2.png) no-repeat -25px top ;
        }
    }

    .chara-wrap .chara-text {
        padding: 3% 0 0 0;
        box-sizing: border-box;
    }
    .chara-wrap .chara-text .text-bg{
        background: rgba(255, 255, 255, 0.9);
        padding: 1em 10px;
        box-sizing: border-box;
    }


}
