body.fixed { position: fixed; width: 100%; height: 100%; left: 0;}
/*modal*/
.modal { display: none; height: 100vh; position: fixed; top: 0; left: 0; width: 100%; z-index: 10000000000;}
.modal__bg { height: 100vh; position: absolute; width: 100%; background: rgba(0, 0, 0, 1);}
.modal__content { box-sizing: border-box; width: 95%; max-width: 640px; max-height: 84%; background: rgba(255, 255, 255, 1); padding: 0px 1% 8px 1%; position: absolute; top: 43.5%; left: 50%; transform: translate(-50%,-50%); overflow-y: auto; font-size: 100%;}
.js-modal-close { cursor: pointer; color: rgba(0, 0, 0, 1);}
.modal__content a { z-index: 100000; text-align: center; margin: 0 auto; padding: 5px 0 10px 0; font-size: 90%; display: block; cursor: pointer; color: rgba(0, 0, 0, 1);}
.modal__content a:hover { color: rgba(0, 0, 0, .5);}

.nkm { padding: 2em 1em 3em 1em; color: rgba(0, 0, 0, 1); text-align: center; letter-spacing: .05em; line-height: 160%; font-size: 120%;}
.nkm_line { padding: 2em 0 50px 0; font-size: 120%;}
.nkm_line li { padding: .25em 0; text-align: center; border-top: 1px solid rgba(186, 1, 0, 1);}
.nkm_line li:last-child { border-bottom: 1px solid rgba(186, 1, 0, 1);}
.nkm_line li a { color: rgba(186, 1, 0, 1);}
.neko { width: 100px; height: 78px; background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain; background-image: url(../img/neko.png); position: absolute; bottom: 0; left: 50%; margin-left: -50px;}
