@charset "UTF-8";

/*リセット
--------------------------------------------*/

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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
    font-family: 'Public Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/*フォント
---------------------------------------------*/

@font-face {
    font-family: "noto-sans";
    src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "noto-sans";
    src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "grandam";
    src: url("../fonts/grandam.woff2") format("woff2"), url("../fonts/grandam.woff") format("woff"), url("../fonts/grandam.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "apercu";
    src: url("../font/apercu/apercu_regular_pro.eot.woff2") format("woff2"), url("../font/apercu/apercu_regular_pro.eot.woff") format("woff"), url("../font/apercu/apercu_regular_pro.eot.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}


/*メディアクエリー
---------------------------------------------*/


/*変数
---------------------------------------------*/


/* コンテンツ
---------------------------------------------*/

html {
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    color: #333;
}

.wrapper {
    min-height: 100vh;
}

header {
    width: 100%;
}

header a {
    display: block;
}

div[data-tagfab-live-list] {
    max-width: 1000px;
}

@media screen and (min-width: 769px) {
    header a {
        width: 160px;
        height: auto;
        padding: 30px 0 10px 30px;
    }
    h1 {
        font-size: 18px;
        text-align: center;
        padding: 50px 0;
    }
}

@media screen and (max-width: 768px) {
    header a {
        width: 35%;
        height: auto;
        padding: 20px 10px;
    }
    h1 {
        font-size: 15px;
        text-align: center;
        padding: 50px 0;
    }
}

.content-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.movie .text {
    max-width: 1000px;
    margin: 30px auto 0 auto;
    font-size: 11px;
    padding: 0 10px;
    font-weight: normal;
    line-height: 1.6;
    color: rgb(65, 64, 64);
}

@media screen and (min-width: 769px) {
    .archives-wrap {
        margin: 70px auto 90px;
    }
}

@media screen and (max-width: 769px) {
    .archives-wrap {
        margin: 30px auto 50px;
    }
}

.archives-title {
    display: block;
    text-align: center;
}

.strong {
    font-size: 28px;
    line-height: 56px;
}

.sub {
    font-size: 14px;
    color: #333333;
}

footer {
    width: 100%;
    padding: 50px 0 10px;
    position: relative;
    /*←相対位置*/
}

footer div {
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    /*←絶対位置*/
    padding-bottom: 10px;
}

footer a {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    footer a {
        width: 400px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    footer a {
        width: 35%;
        height: auto;
    }
}

footer p.logo {
    margin: 0 auto;
}

@media screen and (min-width: 769px) {
    footer p.logo {
        width: 150px;
        padding: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    footer p.logo {
        width: 150px;
        padding: 30px 0;
    }
}

footer p.logo a {
    display: block;
    width: 100%;
}

footer p.copy {
    font-size: 10px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    header a {
        width: 35%;
        height: auto;
        padding: 20px 10px;
    }
    h1 {
        font-size: 15px;
        text-align: center;
        padding: 50px 0;
    }
}

@media screen and (min-width: 769px) {
    .tagfab-chapter {
        font-size: 12px;
        width: 1000px;
        margin: 0 auto;
        line-height: 2.0;
    }
    .tagfab-chapter-item-name {
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .tagfab-chapter {
        width: 90%;
        margin: 0 auto;
        font-size: 12px;
    }
    .tagfab-chapter-item {
        padding: 4px;
    }
    .tagfab-chapter-item-name {
        margin-left: 8px;
    }
}

.tagfab-chapter-item::after {
    content: ">";
    display: inline-block;
    margin-left: 10px;
}