html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

.bgred {
    color: #fff;
    background-color: #99001c;
}

.bgblack {
    color: #fff;
    background-color: #0e192d;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    background-color: #fff;
}

.header__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: 70px;
}

.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 49px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header__nav {
    position: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    padding: 0 13px 0 0;
}

.header__nav__item {
    position: initial;
    display: block;
    padding: 0 15px;
    font-size: 20px;
    line-height: 3;
    letter-spacing: 0.05em;
}

.header__buttons {
    width: 100px;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
}
.header__buttons__item{
    width: 50%;

}

.header__buttons__item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    line-height: 2;
}

.mv-detail {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    padding: 76px 0 0;
    background-color: #ccc;
    background-size: cover;
    background-position: center 45px;
    background-image: url(../images/about_bg.jpg);
}

.page_ab {
    width: 1000px;
    margin: 30px auto;
}

.page_ab h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
}

.about {
    padding: 40px 100px;
}

.partner-text {
    font-size: 18px;
}
.partner-text p{
    margin-bottom: 30px;
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.024em;
}

.footer {
    padding: 30px 0;
    background-color: #0e192d;
    color: #fff;
}

.footer__copy {
    margin: 24px 0 0;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
}

.footer__plate {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.footer__plate .wd2 {
    width: 40%;
    line-height: 2;
}
.list-card__item{
    margin-bottom: 20px;
}
.list-card__item__inner {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;

}
.list-card__item__content {
    position: relative;
    z-index: 1;
    display: block;
    padding: 21px 20px;
    height: 140px;
    background-color: #fff;
}
.list-card__item__content__name{
    font-size: 18px;
    font-weight: 600;
    color: #99001c;
}
.pro_ab{
    width: 1000px;
    margin: 40px auto;
}
.pornr h2 {
    position: relative;
    display: block;
    margin: 20px 0 0;
    padding: 0 0 8px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.popovesr p{
    margin-bottom: 30px;
    line-height: 2;
    text-align: justify;
    letter-spacing: -0.024em;
}
.comm {
    width: 1000px;
    margin: 40px auto;
}
.comm ul li{
    width:460px;
    float: left;
    height: 300px;
    margin-right: 80px;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
}
.comm ul li:nth-child(2n){
    margin-right: 0;
}
.comm ul li a{
    color: #0C0C0C;
}
.comm ul li img{
    width:460px;
    height: 260px;
}
.clearfix{
    clear:both;
}
.htitle{
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-bottom: 40px;
}
.pagination{
    display: block;
    font-size: 0;
    text-align: center;
}
.pagination a{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 7px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 50%;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    background-color: #e3e3e3;
    color: #0b2e13;
}
.header__nav a{
    color: #0b2e13;
}
.sees1{
    background: url("../images/bg1.jpg") center no-repeat;
}
.sees2{
    background: url("../images/bg2.jpg") center no-repeat;
}
.sees3{
     background: url("../images/bg3.jpg") center no-repeat;
 }
.sees4{
    background: url("../images/bg4.jpg") center no-repeat;
}
