@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: #5a1b0e
        /* linear-gradient(to bottom, #1e5799 0%,#7db9e8 100%) */;
}
/*
435px：左右背景のサイズ
465px：wrapperのwidth÷2
*/
.bg_body {
    background-image: url('../img/bg_ptrn.gif'), url('../img/bg.png');
    background-position: center top, 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 {
    align-items: center;
    background: url("../img/bg_link.jpg") repeat-x center / contain;
    border-bottom: 1px solid #969696;
    border-top: 1px solid #969696;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 12px;
    height: 84px;
    justify-content: center;
}
footer dt {
    font-weight: bold;
    margin: 0 2em 0 0;
}
footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer li::after {
    content: "｜";
    margin: 0 0.5em;
}
footer li:last-child::after {
    content: none;
    margin: 0;
}
footer .copyright {
    background: #000
        repeating-linear-gradient(
            135deg,
            transparent,
            transparent 3px,
            #323232 3px,
            #323232 4px
        );
    -webkit-box-shadow: 0 5px 5px -2px #000 inset;
    box-shadow: 0 5px 5px -2px #000 inset;
    line-height: 1.6;
    padding: 20px;
}

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

.modal_area.cont01 ul {
    top: 347px;
    left: 204px;
    width: 550px;
    height: 330px;
}

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

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

.modal_area.cont02 ul {
    top: 43px;
    left: 62px;
    width: 820px;
    height: 166px;
}

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

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

.modal_area.cont03 ul {
    top: 69px;
    left: 200px;
    width: 820px;
    height: 166px;
}

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

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

.modal_area.cont04 ul {
    top: 20px;
    left: 269px;
    width: 820px;
    height: 166px;
}

.modal_area.cont04 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 20.8px 20px 0;
    width: 118px;
    height: 166px;
}

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

.modal_area.cont05 ul {
    top: 69px;
    left: 199px;
    width: 587px;
    height: 353px;
}

.modal_area.cont05 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 20.5px 16px 0;
    width: 118px;
    height: 166px;
}

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

.modal_area.cont06 ul {
    top: 609px;
    left: 86px;
    width: 762px;
    height: 180px;
}

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

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

.modal_area.cont07 ul {
    top: 506px;
    left: 201px;
    width: 535px;
    height: 154px;
}

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

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

.modal_area.cont08 ul {
    top: 0px;
    left: 95px;
    width: 742px;
    height: 132px;
}

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

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

.modal_area.cont09 ul {
    top: 33px;
    left: 95px;
    width: 371px;
    height: 195px;
}

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

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

.modal_area.cont10 ul {
    top: 212px;
    left: 201px;
    width: 535px;
    height: 154px;
}

.modal_area.cont10 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 34px 16px 0;
    width: 106px;
    height: 149px;
}

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

.modal_area.cont11 ul {
    top: 0px;
    left: 95px;
    width: 742px;
    height: 132px;
}

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

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

.modal_area.cont12 ul {
    top: 33px;
    left: 94px;
    width: 371px;
    height: 195px;
}

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

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

.modal_area.cont13 ul {
    top: 274px;
    left: 32px;
    width: 900px;
    height: 702px;
}

.modal_area.cont13 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 19px 119px 0;
    width: 203px;
    height: 286px;
}

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

.modal_area.cont14 ul {
    top: 0px;
    left: 289px;
    width: 357px;
    height: 71px;
}

.modal_area.cont14 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 19px 119px 0;
    width: 357px;
    height: 71px;
}

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

.modal_area.cont15 ul {
    top: 249px;
    left: 624px;
    width: 229px;
    height: 322px;
}

.modal_area.cont15 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 19px 119px 0;
    width: 229px;
    height: 322px;
}

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

.modal_area.cont16 ul {
    top: 73px;
    left: 74.5px;
    width: 800px;
    height: 225px;
}

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

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

.modal_area.cont17 ul {
    top: 268px;
    left: 563px;
    width: 224px;
    height: 315px;
}

.modal_area.cont17 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 19px 119px 0;
    width: 224px;
    height: 315px;
}

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

.modal_area.cont18 ul {
    top: 0px;
    left: 86px;
    width: 762px;
    height: 180px;
}

.modal_area.cont18 li {
    /* 余白・サイズ適宜調整 */
    margin: 0 23px 0 0;
    width: 368px;
    height: 32.8333px;
}

.modal_area.cont18 li:nth-of-type(1n) {
    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: 498px;
}

.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: -418px;
    left: 28px;
}

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

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

.mv_link li:nth-of-type(4) {
    top: -418px;
    left: 566px;
}

.mv_link li:nth-of-type(5) {
    top: -418px;
    left: 744px;
}

.mv_link a {
    display: block;
    width: 166px;
    height: 236px;
    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);
}

/* ------------------------------------------------------------------------
btn_X
------------------------------------------------------------------------ */
.btn_X {
    margin: auto;
    position: absolute;
    top: 16839px;
    right: 0px;
    left: -13px;
    width: 480px;
    height: 65px;
    background: #000;
    opacity: 0;
    transition: opacity .4s;
}

.btn_X:hover {
    opacity: .2;
}

/* ------------------------------------------------------------------------
btn_kin29
------------------------------------------------------------------------ */
.btn_kin29 {
    margin: auto;
    position: absolute;
    top: 17905px;
    right: 0px;
    left: 4px;
    width:541px;
    height: 87px;
    background: #000;
    opacity: 0;
    transition: opacity .4s;
}

.btn_kin29:hover {
    opacity: .2;
}

/* ------------------------------------------------------------------------
btn_newcomer
------------------------------------------------------------------------ */
.btn_newcomer {
    margin: auto;
    position: absolute;
    top: 18342px;
    right: 0px;
    left: 4px;
    width: 480px;
    height: 65px;
    background: #000;
    opacity: 0;
    transition: opacity .4s;
}

.btn_newcomer:hover {
    opacity: .2;
}

/* ------------------------------------------------------------------------
btn_ixa
------------------------------------------------------------------------ */
.btn_ixa {
    margin: auto;
    position: absolute;
    top: 18431px;
    right: 0px;
    left: 4px;
    width: 480px;
    height: 65px;
    background: #000;
    opacity: 0;
    transition: opacity .4s;
}

.btn_ixa:hover {
    opacity: .2;
}