/* CSS Document */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a:hover {
  opacity: 0.8;
}
*:hover {
  transition: all .3s;
}
/*adobefont FOUT防止*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
/**adobefont FOUT防止ここまで*/
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
#wrapper {
  overflow: hidden;
}
/*トップ*/
.ie {
  display: none;
}
.top {
  width: 100%;
  height: 100vh;
  position: relative;
}
h2 {
  font-family: 'IM Fell English', serif;
  letter-spacing: 25px;
  font-size: 130px;
  text-align: center;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
h2 span {
  display: block;
  font-family: 'Special Elite', cursive;
  letter-spacing: 2px;
  font-size: 24px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.news {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 200px;
  padding: 40px 5% 45px;
  background-image: url("../img/bg_blue01.png");
  background-size: 100% 100%;
}
.news h3 {
  font-family: 'IM Fell English', serif;
  letter-spacing: 2px;
  font-size: 28px;
  text-align: center;
  margin: 0 auto 15px;
  border-bottom: solid 1px #fff;
  position: relative;
}
.news h3:after {
  content: "";
  border-bottom: solid 3px #fff;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
}
.news .dl_box dl {
  margin: 0;
  line-height: 20px;
}
.news .dl_box dl dt {
  margin-bottom: 5px;
}
.news .dl_box dl dd {
  margin: 0;
}
.news .dl_box dl dd a {
  color: #fff;
}
/*トップ以下*/
.contents {
  height: 100vh;
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contents.favorite {
  height: auto;
  min-height: auto;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px;
}
h3 {
  font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
  font-size: 38px;
  text-align: center;
}
/*事業内容*/
.business {
  background-image: url("../img/bg_business.jpg");
  position: relative;
}
.business .inner {
  height: 330px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.business h3 {
  font-family: 'IM Fell English', serif;
  font-size: 70px;
  letter-spacing: 5px;
  width: 92%;
  margin: 0 auto 50px;
  border-bottom: solid 3px #fff;
  position: relative;
}
.business h3:after {
  content: "";
  border-bottom: solid 7px #fff;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
}
.business ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.business ul li {
  width: 42%;
  margin: 0 4%;
  float: left;
}
.business ul li h4 {
  font-family: 'IM Fell English', serif;
  letter-spacing: 2px;
  font-size: 26px;
  text-align: center;
  padding: 10px 0;
  border-top: double 6px #fff;
  border-bottom: double 6px #fff;
  margin-bottom: 20px;
}
/*会社概要*/
.about {
  height: auto;
  background-image: url("../img/bg_about.jpg");
}
.about h3 {
  animation-name: glitch-anim-text;
  animation-duration: var(--time-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
}
.about .inner {
  width: 850px;
}
.about h4 {
  font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
}
.about h4 span {
  display: block;
  font-size: 16px;
}
.about table {
  width: 100%;
  margin: 0 auto 50px;
  border-collapse: collapse;
  position: relative;
}
.about table:before {
  content: "";
  border-top: solid 3px #fff;
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
}
.about table:after {
  content: "";
  border-bottom: solid 3px #fff;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
}
.about table tr:first-child {
  border-top: solid 1px #fff;
}
.about table tr {
  border-bottom: solid 1px #fff;
}
.about table th {
  width: 30%;
  font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: normal;
}
.about table th, .about table td {
  padding: 20px 5%;
}
.about table a {
  color: #fff;
}
.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 400px;
  border-radius: 5px;
}
.map iframe, .map object, .map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map iframe:hover, .map object:hover, .map embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*お問い合わせ*/
.contact {
  height: auto;
  background-image: url("../img/bg_contact.jpg");
}
.contact h3 {
  animation-name: glitch-anim-text;
  animation-duration: var(--time-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
}
.contact .inner {
  width: 850px;
}
.contact p {
  text-align: center;
}
.contact .caption {
  font-size: 13px;
}
.contact table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 20px;
}
.contact table th {
  width: 100%;
  text-align: left;
  display: block;
  padding: 5px 0 5px;
}
.contact table td {
  padding: 0 0 20px;
  width: 100%;
  display: block;
}
.contact .input {
  width: 96%;
  font-size: 16px;
  padding: 15px 2%;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #fff;
}
.contact textarea {
  width: 96%;
  font-size: 16px;
  padding: 15px 2%;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #fff;
}
.contact .required {
  color: #f00;
  font-size: 14px;
  margin: 0 5px;
}
.contact .btn_box {
  width: 100%;
  margin: 0 auto;
}
.contact .submit {
  font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
  width: 44%;
  color: #000;
  background: no-repeat;
  padding: 30px 0;
  text-align: center;
  margin: 0 3%;
  font-size: 20px;
  border: none;
  cursor: pointer;
  outline: none;
  display: block;
  float: left;
  background-image: url("../img/bg_btn_w01.png");
  background-size: 100% 100%;
}
.contact .submit.clear {
  background-image: url("../img/bg_btn_w02.png");
  background-size: 100% 100%;
}
.contact .submit:hover {
  opacity: 0.8;
}
.contact h4 {
  text-align: center;
}
.contact .btn a {
  font-family: 'Special Elite', cursive;
  letter-spacing: 1px;
  width: 44%;
  font-size: 20px;
  padding: 30px 0;
  color: #000;
  background-image: url("../img/bg_btn_w01.png");
  background-size: 100% 100%;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  outline: none;
  display: block;
}
/*お気に入りリンク*/
.favorite {
  height: auto;
  background-image: url("../img/bg_favorite.jpg");
}
.favorite h3 {
  animation-name: glitch-anim-text;
  animation-duration: var(--time-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
  color: #000;
}
.favorite .inner {
  width: 850px;
}
.favorite ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.favorite ul li a {
  display: block;
  padding: 30px 0;
  margin: 15px 3%;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-family: 'Special Elite', cursive;
  width: 44%;
  float: left;
  position: relative;
}
.favorite ul li i {
  position: absolute;
  top: 35%;
  left: 15%;
  font-size: 24px;
}
.favorite ul li:nth-child(1) a {
  background-image: url("../img/bg_btn_b01.png");
  background-size: 100% 100%;
}
.favorite ul li:nth-child(2) a {
  background-image: url("../img/bg_btn_b02.png");
  background-size: 100% 100%;
}
.favorite ul li:nth-child(3) a {
  background-image: url("../img/bg_btn_b03.png");
  background-size: 100% 100%;
}
.favorite ul li:nth-child(4) a {
  background-image: url("../img/bg_btn_b04.png");
  background-size: 100% 100%;
}
.favorite ul li:nth-child(5) a {
  background-image: url("../img/bg_btn_b05.png");
  background-size: 100% 100%;
}
/*アニメーション*/
.noise {
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #f9d77e;
  --color-link-hover: #fff;
  --color-info: #efc453;
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 2s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}
h2, .business h3 span, h4, .page-top a, .sns_ttl, .news h3 span {
  animation-name: glitch-anim-text;
  animation-duration: var(--time-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
}
.glitch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*width: var(--glitch-width);
  height: var(--glitch-height);
  overflow: hidden;*/
}
.swiper-slide01 .glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(../img/slide01.jpg) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}
.swiper-slide02 .glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(../img/slide02.jpg) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}
.swiper-slide03 .glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(../img/slide03.jpg) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}
.swiper-slide04 .glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background: url(../img/slide04.jpg) no-repeat 50% 0;
  background-color: var(--blend-color-1);
  background-size: cover;
  transform: translate3d(0, 0, 0);
  background-blend-mode: var(--blend-mode-1);
}
.glitch__img:nth-child(n+2) {
  opacity: 0;
}
.glitch__img:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-1;
}
.glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-2;
}
.glitch__img:nth-child(4) {
  background-color: var(--blend-color-4);
  background-blend-mode: var(--blend-mode-4);
  animation-name: glitch-anim-3;
}
.glitch__img:nth-child(5) {
  background-color: var(--blend-color-5);
  background-blend-mode: var(--blend-mode-5);
  animation-name: glitch-anim-flash;
}
/* Animations */
@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-text {
  0% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  9.9% {
    transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
  }
  10%, 100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 1050px) {
  /*トップ*/
  .top {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  h2 {
    font-family: 'IM Fell English', serif;
    letter-spacing: 10px;
    font-size: 54px;
    text-align: center;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
  h2 span {
    display: block;
    font-family: 'Special Elite', cursive;
    letter-spacing: 1px;
    font-size: 10px;
  }
  .news {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: 230px;
    padding: 35px 10% 40px;
  }
  .news h3 {
    font-size: 20px;
    width: 80%;
  }
  .news .dl_box {
    width: 80%;
    margin: 0 auto;
  }
  .news .dl_box dl {
    display: block;
    font-size: 13px;
    line-height: 20px;
  }
  .news .dl_box dl dt {
    width: auto;
    margin-bottom: 5px;
  }
  .news .dl_box dl dd {
    width: auto;
  }
  /*トップ以下*/
  .contents {
    height: 100vh;
    min-height: 500px;
    background-attachment: inherit;
  }
  .inner {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  h3 {
    font-family: 'Special Elite', cursive;
    letter-spacing: 1px;
    font-size: 28px;
    text-align: center;
  }
  /*事業内容*/
  .business {
    padding: 50px 0 0;
    position: relative;
  }
  .business .inner {
    height: auto;
    position: static;
  }
  .business h3 {
    font-family: 'IM Fell English', serif;
    font-size: 38px;
    letter-spacing: 2px;
    width: 100%;
    margin: 0 auto 50px;
    padding-bottom: 10px;
    border-bottom: solid 2px #fff;
    position: relative;
  }
  .business h3:after {
    content: "";
    border-bottom: solid 5px #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
  }
  .business ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .business ul li {
    width: 100%;
    margin: 0 auto 30px;
    float: none;
  }
  .business ul li h4 {
    font-family: 'IM Fell English', serif;
    letter-spacing: 2px;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    border-top: double 6px #fff;
    border-bottom: double 6px #fff;
    margin-bottom: 10px;
  }
  /*会社概要*/
  .about {
    height: auto;
  }
  .about .inner {
    width: 80%;
  }
  .about h4 {
    font-family: 'Special Elite', cursive;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 30px;
  }
  .about h4 span {
    display: block;
    font-size: 14px;
  }
  .about table {
    width: 100%;
    margin: 0 auto 30px;
    border-collapse: collapse;
    position: relative;
  }
  .about table:before {
    content: "";
    border-top: solid 3px #fff;
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
  }
  .about table:after {
    content: "";
    border-bottom: solid 3px #fff;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
  }
  .about table tr:first-child {
    border-top: solid 1px #fff;
  }
  .about table tr {
    border-bottom: solid 1px #fff;
  }
  .about table th {
    font-family: 'Special Elite', cursive;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 20px 5% 0;
  }
  .about table th, .about table td {
    width: 100%;
    display: block;
  }
  .about table td {
    width: 100%;
    display: block;
    padding: 15px 5% 15px;
  }
  .map {
    width: 100%;
  }
  .map iframe {
    width: 100%;
    height: 300px;
    border-radius: 5px;
  }
  /*お問い合わせ*/
  .contact {
    height: auto;
  }
  .contact .inner {
    width: 80%;
  }
  .contact p {
    text-align: center;
    font-size: 15px;
    line-height: 28px;
  }
  .contact .caption {
    font-size: 13px;
  }
  .contact table {
    width: 100%;
    margin-bottom: 0;
  }
  .contact table th {
    width: 100%;
    text-align: left;
    display: block;
    padding: 5px 0 0;
  }
  .contact table td {
    padding: 0 0 20px;
    width: 100%;
    display: block;
  }
  .contact .input {
    width: 96%;
    font-size: 16px;
    padding: 15px 2%;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
  }
  .contact textarea {
    width: 96%;
    font-size: 16px;
    padding: 15px 2%;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
  }
  .contact .required {
    color: #f00;
    font-size: 14px;
    margin-left: 10px;
  }
  .contact .btn_box {
    width: 100%;
    margin: 0 auto;
  }
  .contact .submit {
    font-family: 'Special Elite', cursive;
    letter-spacing: 1px;
    width: 44%;
    color: #000;
    background: no-repeat;
    padding: 30px 0;
    text-align: center;
    margin: 0 3%;
    font-size: 20px;
    border: none;
    cursor: pointer;
    outline: none;
    display: block;
    float: left;
    background-image: url("../img/bg_btn_w01.png");
    background-size: 100% 100%;
  }
  .contact .submit.clear {
    background-image: url("../img/bg_btn_w02.png");
    background-size: 100% 100%;
  }
  .contact .submit:hover {
    opacity: 0.8;
  }
  .contact h4 {
    text-align: center;
  }
  .contact .btn a {
    font-family: 'Special Elite', cursive;
    letter-spacing: 1px;
    width: 44%;
    font-size: 20px;
    padding: 30px 0;
    color: #000;
    background-image: url("../img/bg_btn_w01.png");
    background-size: 100% 100%;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    outline: none;
    display: block;
  }
  input[type="reset"] {
    -webkit-appearance: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input[type="button"] {
    -webkit-appearance: none;
  }
  /*お気に入りリンク*/
  .favorite h3 {
    margin-bottom: 10px;
  }
  .favorite .inner {
    width: 80%;
  }
  .favorite ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .favorite ul li {
    display: block;
  }
  .favorite ul li a {
    display: inline-block;
    padding: 20px 10%;
    margin: 5px 0;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: 'Special Elite', cursive;
    width: auto;
    float: none;
    position: static;
  }
  .favorite ul li i {
    position: static;
    margin-right: 10px;
    font-size: 18px;
  }
}
@media all and (-ms-high-contrast:none) {
  .glitch {
    display: none;
  }
  .ie {
    display: block;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}