@charset "utf-8";
/* CSS Document */

body,
td,
p {
    color: #555;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 2em;
    font-weight: 500;
    position: relative;
    padding-bottom: 1rem;
}

h1.top::before {
    content: '';
    display: inline-block;
    position: relative;
    margin-right: 0.25em;
    width: 31px;
    height: 47px;
    background-image: url(https://gard-five.com/topics/wp-content/uploads/2025/02/icon-h1.png);
    background-size: contain;
    vertical-align: bottom;
}

h2.common {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    position: relative;
    margin: 1.5rem 0;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #333333;
}

h2.common::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #EDEDED;
}

hr {
    background: #ccc;
    border: none;
    border-width: 1px 0 0 0;
    height: 1px;
    /* for IE6 */
    clear: both;
    /* for IE6 */
    color: #ccc;
}

.txt-s {
    font-size: 0.75em;
}

/* view */
.viewpc {
    display: block;
}

.viewsp {
    display: none;
}

/* pages */

/* IE用キャラ画像 */
.object-fit-ie {
    font-family: 'object-fit: none;'
}

@media all and (-ms-high-contrast: none) {
    .object-fit-ie {
        background-position-y: top !important;
    }
}

/* music */
.music-title01 {
    width: 100%;
    height: auto;
    background-image: url(../img/top/top-heigen.jpg);
    background-size: cover;
    background-position: center;
}

.music-title02 {
    width: 100%;
    height: auto;
    background-image: url(../img/south/back.jpg);
    background-size: cover;
    background-position: center;
}

.music-title03 {
    width: 100%;
    height: auto;
    background-image: url(../img/top/north-back.jpg);
    background-size: cover;
    background-position: center;
}

.music-title04 {
    width: 100%;
    height: auto;
    background-image: url(../img/top/west-back.jpg);
    background-size: cover;
    background-position: center;
}

.music-title05 {
    width: 100%;
    height: auto;
    background-image: url(../img/top/east-back.jpg);
    background-size: cover;
    background-position: center;
}

.music-title06 {
    width: 100%;
    height: auto;
    background-image: url(../img/mid/back.jpg);
    background-size: cover;
    background-position: center;
}

.music-title-p {
    margin-bottom: 0;
    padding: 1em;
    font-size: x-large;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(139, 139, 139, 0.4);
}

.wrap {
    padding-top: 3em;
    position: relative;
    width: 100%;
}

.block-music-container,
.block-story-container {
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    margin: auto;
    padding: 3em;
    width: 80%;
}

.block-music-inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5em;
}

.list-music p.new::after {
    content: 'NEW';
    color: #fff;
    background: #61cddd;
    font-size: 0.5rem;
    padding: 0.1rem 0.25rem;
    margin-left: 0.5rem;
    position: relative;
    top: -2px;
}

.list-music {
    width: 50%;
    margin-top: 2em;
}

.list-music p {
    margin: 0.5em;
}

/* story */
.txt-wrap {
    margin-bottom: 4em;
}

.block-story-container p {
    line-height: 1.6;
}

.block-back-center {
    width: 100%;
    text-align: center;
    margin: 4em 0;
}

.block-back-center a {
    background: rgba(0, 0, 0, 0.7);
    padding: 0.75em 4em;
    color: #fff !important;
}

/* chara */
.white {
    background: rgba(255, 255, 255, 0.76);
    z-index: -998;
    top: 0px;
    left: 0px;
    position: fixed;
}

.block-back a {
    z-index: 9;
    bottom: 60px;
    left: 0px;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.75em 4em;
    color: #fff !important;
}

.no-img {
    background: rgba(100, 100, 100, 0.5);
    width: 50%;
    height: 300px;
    object-fit: none;
    object-position: 50% 0;
}

/* link */
a {
    text-decoration: none;
    transition: 3s all ease 0s;
    -webkit-transition: all .3s;
}

a:link {
    color: #333;
}

a:active {
    color: #666;
}

a:visited {
    color: #333;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

a.top-line {
    position: relative;
    display: inline-block;
    transition: .3s;
}

a.top-line::before,
a.top-line::after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background-color: #999;
    transition: .3s;
}

a.top-line::before {
    top: 0;
    left: 0;
}

a.top-line::after {
    bottom: 0;
    right: 0;
}

a.top-line:hover::before,
a.top-line:hover::after {
    width: 100%;
}

a.line {
    position: relative;
    display: inline-block;
    transition: .3s;
}

a.line::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #999;
    transition: .3s;
}

a.line:hover::after {
    width: 100%;
}

/* gear */
.block-gear {
    z-index: -1;
    top: 0px;
    left: 0px;
    position: fixed;
}

/* fotter */
.fotter-common {
    background: #000;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 0.75em 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.mod-footer-item a {
    color: #fff;
}

.mod-footer-item {
    display: inline-block;
    padding: 0 0.5em;
}

/* flame-footer */
.flame-footer {
    text-align: center;
    width: 100%;
}

.flame-footer a {
    color: #fff;
    font-size: 0.75em;
    margin: 0 1em;
    padding-bottom: 0.25em;
}

.flame-footer a.eschatos {
    color: #000 !important;
}

.flame-footer a.eschatos:hover {
    color: #fff !important;
}

.flame-footer a.line {
    position: relative;
    display: inline-block;
    transition: .3s;
}

.flame-footer a.line::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #999;
    transition: .3s;
}

.flame-footer a.line:hover::after {
    width: 100%;
}

.flame-footer a .icon {
    color: #fff;
}

/* others */
.mod-pb0 {
    padding-bottom: 0;
}