@charset "utf-8";
@import url("common.css");

#main_visual {
    position: relative;
    width: auto;
    height: 300px;
    min-width: 1030px;
    min-height: 300px;
    overflow: hidden;
}

div #title {
    position: absolute;
    display: block;
    top: 0px;
    left: 10%;
    width: 330px;
    height:100%;
    padding:50px 20px 50px;
    color: #ffffff;
    background:rgba(0,0,0,.3);
    /*text-shadow:  0px 0px 1px #666,  0px 0px 5px #666,  0px 0px 6px #666;*/
    /*text-shadow: -1px 1px 0 rgba(0,0,0,1);*/
}

#title p {
    font-size: 1.3rem;
    line-height: .5em;
    font-weight: bold;
    font-family: "arial";
}

#title dt {
    font-size: 2.0em;
    /*margin-left: 5px;*/
    line-height: 1.1em;
}

#title hr {
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

#title dd {
    /*margin: 5px 0 0 30px;*/
    margin-top: 5px;
    font-size: .8em;
}

/* コンテンツ部分 */

/*----- フェードインしながら上へスライド -----*/

/* Special contents部分 */
.special {
    width: 275px;
    /*----- フェードインしながら上へスライド -----*/
    transform: translate3d(0, 10px, 0);
    transition: .8s;
    opacity: 0;
    display: block;
    text-align: right;
    height: 153px;
    margin-bottom: 15px;
    line-height: 0;
}

/*----- フェードインしながら上へスライド -----*/

.fadeInUp {
    transform: translate3d(0, 0, 0);
    opacity: 1.0;
}

.special-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: .6rem;
    -moz-column-gap: .6rem;
    -ms-column-gap: .6rem;
    column-gap: .6rem;
}

/* Special contents　Series部分 共通 */

.special h2, .series h2, .ranking h2 {
    margin-bottom: .2rem;
}

.special h2, .series h2 {
    margin-top: 5px;
    text-align: left;
}

.special p, .series p {
    font-size: .7rem;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: left;
}

p.update {
    display: inline-block;
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
    font-size: .7em;
}
