@charset "utf-8";

html,body {
padding: 0;
margin: 0;
font-family: YakuHanMP, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", YuMincho, "MS PMincho", serif;
background: rgba(0,0,0,1.0);
color: rgba(255,255,255,1.0);
}
body.page-trailer {
padding-top: 10px;
}
.__btns {
list-style: none;
/*display: flex;
justify-content: center;*/
margin-top: 0;
margin-bottom: 0;
letter-spacing: -0.4em;
text-align: center;
margin-left: 0;
padding-left: 0;
}

.__btns li {
display: inline-block;
vertical-align: middle;
line-height: 1.2;
font-size: 12px;
font-weight: 500;
letter-spacing: -0.045em;
width: 25%;
text-align: center;
}
.__btns li a {
display: block;
width: 100%;
padding: 5px;
color: #DB6A99;
text-decoration: none;
transition: 0.2s all;
border: 1px solid #DB6A99;
box-sizing: border-box;
}
.__btns li a span {
vertical-align: middle;
width: 100%;
height: 100%;
}
.__btns li a:hover,
.__btns li.__ply a {
color: #fff;
background: #DB6A99;
}
/*.__btns li:not(:first-child) a {
border-left: none;
}
.__btns li:nth-child(1) a,
.__btns li:nth-child(2) a,
.__btns li:nth-child(3) a,
.__btns li:nth-child(4) a {
padding-top: 0.8em;
}*/

@media screen and (min-width:641px) and (max-width:960px){
.__btns li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.03em;
    width: 28%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    text-align: center;
}
.__btns li a {
    border-radius: 5px;
}
.__btns li:not(:first-child) a {
    border-left: 1px solid rgba(131,0,93,1.0);
}
.__btns li:nth-child(1) a,
.__btns li:nth-child(2) a,
.__btns li:nth-child(3) a {
    padding-top: 0.3em;
}
.__btns li:nth-child(4) a {
    padding-top: 0.8em;
}
}

@media screen and (max-width:640px) {
.__btns li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.03em;
    width: 80%;
    margin: 0 auto 5px;
    text-align: center;
}
.__btns li a {
    border-radius: 5px;
}
.__btns li:not(:first-child) a {
    border-left: 1px solid rgba(131,0,93,1.0);
}
.__btns li:nth-child(1) a,
.__btns li:nth-child(2) a,
.__btns li:nth-child(3) a,
.__btns li:nth-child(4) a {
    padding-top: 0.3em;
}

/*yotube*/
.__movie-wrap {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 720px;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.__movie-wrap-inner {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.__movie-wrap-inner iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100% !important;
}
}




