@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 {
    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;
    line-height: 1;
    text-align: center;
}
img {
    border: 0;
    outline: none;
    vertical-align: bottom;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------------------------
common
------------------------------------------------------------------------ */
body {
    background: linear-gradient(to bottom, #39005d);
}
/*
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 {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 52px;
    padding: 0 20px;
    position: relative;
}
header::before,
header::after {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
header::before {
    background: repeating-linear-gradient(
        135deg,
        transparent,
        transparent 1px,
        #717171 1px,
        #717171 2px
    );
    bottom: 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;
}

.cont04 {
    position: relative;
}
.bnr_link {
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 1010px;
    transition: 0.4s;
    width: 600px;
}
.bnr_link:hover {
    filter: brightness(1.2);
}

/* ------------------------------------------------------------------------
modal
------------------------------------------------------------------------ */
.modal_area {position: relative;}
.modal_ul {
    margin: auto;
    right: 0;
    left: 0;
    display: grid;
    position: absolute;    
    width: fit-content;
}
.modal_area a {
    display: block;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 0;
    transition: opacity .4s;
}
.modal_area a:hover {
    opacity: .3;
}

/* modal_area1 */
.modal_area1 ul {
    grid-template-columns: repeat(1,1fr);
    top: 445px;
    left: -28px;
}
.modal_area1 li {
    width: 348px;
    height: 46px;
    border-radius: 8px;
    overflow: hidden;
}

/* modal_area2 */
.modal_area2 ul {
    grid-template-columns: repeat(3,1fr);
    gap: 10px 20px;
    top: 196px;
    left: -206px;
}
.modal_area2 li {
    width: 182px;
    height: 252px;
}

/* modal_area3 */
.modal_area3 ul {
    grid-template-columns: repeat(4,1fr);
    gap: 10px 20px;
    top: 0px;
    left: -4px;
}
.modal_area3 li {
    width: 182px;
    height: 252px;
}

/* modal_area4 */
.modal_area4 ul {
    grid-template-columns: repeat(6,1fr);
    gap: 10px 5px;
    top: 0px;
    left: -10px;
}
.modal_area4 li {
    width: 121px;
    height: 170px;
}

/* modal_area5 */
.modal_area5 ul {
    grid-template-columns: repeat(2,1fr);
    gap: 10px 192px;
    top: 424px;
    left: -3px;
}
.modal_area5 li {
    width: 223px;
    height: 38px;
    border-radius: 30px;
    overflow: hidden;
}

/* modal_area6 */
.modal_area6 ul {
    grid-template-columns: repeat(7,1fr);
    gap: 10px 3px;
    top: 193px;
    left: 0px;
}
.modal_area6 li {
    width: 116px;
    height: 160px;
}

/* modal_area7 */
.modal_area7 ul {
    grid-template-columns: repeat(5,1fr);
    gap: 10px 9px;
    top: 213px;
    left: 3px;
}
.modal_area7 li {
    width: 161px;
    height: 227px;
}

/* modaal */
.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%;
}