@charset "utf-8";

@import url("reset.css");
@import url("common.css");

/*------------------------------------------------------------------------------------------------*/
body { width: 100%; height: 100vh; min-height: 100%; background-image: url(../img/error.png); background-repeat: no-repeat; background-position: right bottom; background-size: 200px auto; }
a { color: #66F; }
a:hover { color: #F66; }
.slant-bg { width: 100%; padding: 150px 0; clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%); background-color: rgba(255,247,217,1.0); text-align: center; font-size: 100%; }
.not-found { margin-bottom: 30px; }
.not-found span { font-weight: bold; font-size: 140%; }