@charset "UTF-8";
/* ------------------------------------------------------------------------
reset
------------------------------------------------------------------------ */
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body,
header,
footer,
main,
div,
h1,
p,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
}
header,
footer,
main {
    display: block;
}
ul,
li {
    list-style: none;
}
body {
    line-height: 1;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI',
        'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo UI', Meiryo,
        sans-serif;
    font-size: 12px;
    text-align: center;
}
img {
    border: 0;
    vertical-align: bottom;
    outline: none;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------------------------
common
------------------------------------------------------------------------ */
body {
    background: #1A0000;
}
.bg_body {
    background-image: url('../img/bg_ptrn.gif'), url('../img/bg.png');
    background-position: center top;
    background-repeat: repeat-y, no-repeat;
}
#wrapper {
    margin: 0 auto;
    width: 930px;
}
header {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 52px;
}
header::before,
header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}
header::before {
    bottom: 2px;
    background: repeating-linear-gradient(
        135deg,
        transparent,
        transparent 1px,
        #717171 1px,
        #717171 2px
    );
}
header::after {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(50, 50, 50, 1)),
        color-stop(5%, rgba(56, 56, 56, 1)),
        color-stop(20%, rgba(38, 38, 38, 1)),
        color-stop(50%, rgba(61, 61, 61, 1)),
        to(rgba(100, 100, 100, 0.8))
    );
    background: linear-gradient(
        to bottom,
        rgba(50, 50, 50, 1) 0%,
        rgba(56, 56, 56, 1) 5%,
        rgba(38, 38, 38, 1) 20%,
        rgba(61, 61, 61, 1) 50%,
        rgba(100, 100, 100, 0.8) 100%
    );
}
header a {
    margin: 5px 0 0 0;
    z-index: 1;
}
footer dl {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 84px;
    background: url('../img/bg_link.jpg') repeat-x center / contain;
    font-size: 12px;
}
footer dt {
    margin: 0 2em 0 0;
    font-weight: bold;
}
footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer li::after {
    margin: 0 0.5em;
    content: '｜';
}
footer li:last-child::after {
    margin: 0;
    content: none;
}
footer .copyright {
    padding: 20px;
    line-height: 1.6;
    -webkit-box-shadow: 0 5px 5px -2px #000 inset;
    box-shadow: 0 5px 5px -2px #000 inset;
    background: #000
        repeating-linear-gradient(
            135deg,
            transparent,
            transparent 3px,
            #323232 3px,
            #323232 4px
        );
}

/* ------------------------------------------------------------------------
modal
------------------------------------------------------------------------ */
.modal_area {
    position: relative;
}
.modal_area ul {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
}

.modal_area.cont01 ul {
    top: 567px;
    left: 744px;
    width: 290px;
    height: 85px;
}

.modal_area.cont01 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 28px 20px 0;
    height: 154px;
    width: 109px;
}

.modal_area.cont01 li:nth-of-type(1n) {
    margin: 0 0 20px 0;
}

.modal_area.cont02 ul {
    top: 11px;
    left: 78px;
    width: 930px;
    height: 266px;
}

.modal_area.cont02 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 113px 20px 0;
    height: 154px;
    width: 109px;
}

.modal_area.cont02 li:nth-of-type(4n) {
    margin: 0 0 20px 0;
}

.modal_area.cont03 ul {
    top: 11px;
    left: 78px;
    width: 930px;
    height: 336px;
}

.modal_area.cont03 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 113px 20px 0;
    height: 154px;
    width: 109px;
}

.modal_area.cont03 li:nth-of-type(2n) {
    margin: 0 0 20px 0;
}

.modal_area.cont04 ul {
    top: 361px;
    left: 30px;
    width: 930px;
    height: 933px;
}

.modal_area.cont04 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 30px 20px 0;
    height: 195px;
    width: 195px;
    border-radius: 50%;
    overflow: hidden;
}

.modal_area.cont04 li:nth-of-type(4n) {
    margin: 0 0 20px 0;
}

.modal_area.cont05 ul {
    top: 263px;
    left: 215px;
    width: 930px;
    height: 870px;
}

.modal_area.cont05 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 113px 20px 0;
    height: 205px;
    width: 145px;
}

.modal_area.cont05 li:nth-of-type(1n) {
    margin: 0 0 20px 0;
}

.modal_area.cont06 ul {
    top: 419px;
    left: 62px;
    width: 930px;
    height: 223px;
}

.modal_area.cont06 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 55px 0 0;
    height: 37px;
    width: 376px;
}

.modal_area.cont06 li:nth-of-type(12n) {
    margin: 0 0 0 0;
}

.modal_area.cont07 ul {
    top: 0px;
    left: 493px;
    width: 700px;
    height: 50px;
}

.modal_area.cont07 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 0 0 0;
    height: 37px;
    width: 376px;
}

.modal_area.cont07 li:nth-of-type(3n) {
    margin: 0 0 0 0;
}

.modal_area a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}
.modal_area a:hover {
    background: rgba(0, 0, 0, 0.4);
}
.modaal-container {
    background: none;
}
.modaal-wrapper .modaal-close {
    position: absolute;
    right: -68px;
    top: -46px;
    width: 46px;
    height: 46px;
    background: url('../img/btn_close_off.png') no-repeat center;
}
.modaal-wrapper .modaal-close:hover {
    background-image: url('../img/btn_close_on.png');
}
.modaal-wrapper .modaal-close::before,
.modaal-wrapper .modaal-close::after,
.modaal-wrapper .modaal-close span {
    display: none;
}
.modaal-gallery-control {
    margin: auto;
    top: 0;
    bottom: 0;
    transform: none;
}
.modaal-gallery-prev {
    right: 110%;
    left: inherit;
}
.modaal-gallery-next {
    right: inherit;
    left: 110%;
}

/* ------------------------------------------------------------------------
mv_wrap
------------------------------------------------------------------------ */
.mv_wrap {
    position: relative;
    z-index: 1;
    height: 424px;
}

.mv_chara {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mv_link {
    position: absolute;
    top: 648px;
    left: 0;
}

.mv_link li {
    position: absolute;
}

.mv_link li:nth-of-type(1) {
    top: -417px;
    left: 37px;
}

.mv_link li:nth-of-type(2) {
    top: -417px;
    left: 255px;
}

.mv_link li:nth-of-type(3) {
    top: -417px;
    left: 473px;
}

.mv_link a {
    display: block;
    width: 209px;
    height: 273px;
    background: #000;
    opacity: 0;
    transition: opacity .4s;
}

.mv_link a:hover {
    opacity: .3;
}

/* ------------------------------------------------------------------------
mv_wrap
------------------------------------------------------------------------ */
.mv_wrap {
    position: relative;
    z-index: 1;
    height: 550px;
}

.mv_chara {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mv_link {
    position: absolute;
    top: 648px;
    left: 0;
}

.mv_link li {
    position: absolute;
}

.mv_link li:nth-of-type(1) {
    top: -417px;
    left: 37px;
}

.mv_link li:nth-of-type(2) {
    top: -417px;
    left: 255px;
}

.mv_link li:nth-of-type(3) {
    top: -417px;
    left: 473px;
}

.mv_link a {
    display: block;
    width: 209px;
    height: 273px;
    background: #000;
    opacity: 0;
    transition: opacity .4s;
}

.mv_link a:hover {
    opacity: .3;
}

/* ------------------------------------------------------------------------
pagetop
------------------------------------------------------------------------ */
html {
    scroll-behavior: swing;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}