.send {
  font-size: 14px;
  padding: 12px 80px;
  border: 1px solid white;
  color: white;
  background-color: black;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 600px) {
  .send {
    width: 100%;
  }
}

.send:hover {
  border: 1px solid black;
  color: black;
  background-color: white;
}

.burger {
  width: 30px;
  height: 20px;
  position: relative;
}

.burger .bar {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: black;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.burger .one {
  top: 0;
}

.burger .two {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger .three {
  bottom: 0;
}

.burger.open .bar {
  background-color: white;
}

.burger.open .one {
  top: 48%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.burger.open .two {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.burger.open .three {
  top: 48%;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

.ttl, .pick-up .ttl, .feature__ttl, .contact__ttl {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.txt, .feature__grid .item__txt, .contact__info p {
  font-size: 16px;
  line-height: 1.7;
}

.small-font, .feature__grid .item__category, .feature__grid .item__time {
  font-size: 14px;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-wrapper {
  max-width: 1210px;
  margin: 0 auto;
}

.ttl, .pick-up .ttl, .feature__ttl, .contact__ttl {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.txt, .feature__grid .item__txt, .contact__info p {
  font-size: 16px;
  line-height: 1.7;
}

.small-font, .feature__grid .item__category, .feature__grid .item__time {
  font-size: 14px;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-wrapper {
  max-width: 1210px;
  width: 97%;
  margin: 0 auto;
}

.video {
  padding-top: 80px;
}

.video video {
  width: 100%;
  vertical-align: bottom;
}

.pick-up {
  padding: 100px 0 0;
}

.pick-up .ttl, .pick-up .feature__ttl, .pick-up .contact__ttl {
  text-align: center;
}

.pick-up .slider .image img {
  padding: 0px 30px;
  display: block;
}

.feature {
  padding: 100px 0 60px;
}

.feature__ttl {
  text-align: center;
}

.feature__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 30px 25px;
}

.feature__grid .item {
  -webkit-box-shadow: 0 0 8px gray;
          box-shadow: 0 0 8px gray;
}

.feature__grid .item__txts {
  padding: 30px;
}

.feature__grid .item__txts p {
  color: black;
}

.feature__grid .item__txts p + p {
  margin-top: 20px;
}

.feature__grid .item__time {
  text-align: right;
}

.feature__grid .item__image img {
  height: auto;
}

.contact {
  background-color: black;
  padding: 50px 0 50px;
}

.contact__ttl {
  color: white;
  text-align: center;
}

.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__info {
  width: calc(100% / 2 - 4vw);
}

.contact__info p {
  color: white;
  margin-bottom: 30px;
}

.contact__form {
  position: relative;
  width: calc(100% / 2 - 4vw);
}

.contact__form form div {
  margin-bottom: 20px;
}

.contact__form form p {
  color: white;
}

.contact__form form input[type="text"] {
  height: 45px;
  padding-left: 10px;
}

.contact__form form input[type="text"],
.contact__form form textarea {
  width: 100%;
  padding: 10px;
}

.contact__form form textarea {
  height: 200px;
}

.contact__form form .success input {
  cursor: pointer;
  width: 200px;
  padding: 10px 0;
  background-color: black;
  border: 1px solid white;
  color: white;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (hover: hover) {
  .contact__form form .success input:hover {
    color: black;
    background-color: white;
  }
}

.contact small {
  font-size: 12px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}

.contact .mw_wp_form_complete {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact .mw_wp_form_complete .complete__message {
  color: white;
}

.send {
  font-size: 14px;
  padding: 12px 80px;
  border: 1px solid white;
  color: white;
  background-color: black;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 600px) {
  .send {
    width: 100%;
  }
}

.send:hover {
  border: 1px solid black;
  color: black;
  background-color: white;
}

.burger {
  width: 30px;
  height: 20px;
  position: relative;
}

.burger .bar {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: black;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.burger .one {
  top: 0;
}

.burger .two {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger .three {
  bottom: 0;
}

.burger.open .bar {
  background-color: white;
}

.burger.open .one {
  top: 48%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.burger.open .two {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.burger.open .three {
  top: 48%;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

.ttl, .pick-up .ttl, .feature__ttl, .contact__ttl {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}

.txt, .feature__grid .item__txt, .contact__info p {
  font-size: 16px;
  line-height: 1.7;
}

.small-font, .feature__grid .item__category, .feature__grid .item__time {
  font-size: 14px;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-wrapper {
  max-width: 1210px;
  width: 97%;
  margin: 0 auto;
}

.side-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 300px;
  height: 100%;
  background-color: #121212;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.side-bar a {
  color: white;
  letter-spacing: .05em;
}

.side-bar__inner {
  margin: 0 20px;
}

.side-bar__inner .link {
  margin-top: 60px;
}

.side-bar__inner .link__item {
  border-top: 2px solid white;
}

.side-bar__inner .link__item a {
  font-size: 18px;
  margin: 25px 0;
}

.side-bar__inner .link__item:last-of-type {
  border-bottom: 2px solid white;
}

.side-bar__inner .sns {
  margin-top: 60px;
}

.side-bar__inner .sns__item {
  padding-bottom: 20px;
}

.side-bar__inner .sns__item a {
  font-size: 16px;
}

.side-bar.open {
  -webkit-transform: none;
          transform: none;
}

.over-lay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.over-lay.open {
  visibility: visible;
  opacity: 1;
}

header {
  height: 80px;
  line-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
}

header .logo {
  margin-left: 40px;
}

header .logo img {
  vertical-align: middle;
}

header .burger {
  margin-right: 40px;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

footer {
  background-color: black;
  text-align: center;
  padding: 20px 0 10px;
}

footer small {
  color: white;
  font-size: 12px;
}

#bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

#photo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 640px;
  height: 420px;
}

#photo img {
  width: 100%;
  height: 100%;
}

.lum-gallery-button {
  display: none !important;
}

.lum-lightbox-inner img {
  width: 640px;
  height: 420px;
}

@media (max-width: 983px) {
  .feature__grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 658px) {
  .content-wrapper {
    width: 92%;
  }
  .feature__grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .lum-lightbox-inner img {
    max-width: 560px;
    width: 90%;
    height: auto;
  }
}

@media (max-width: 600px) {
  .ttl, .pick-up .ttl, .feature__ttl, .contact__ttl {
    font-size: 30px;
  }
  .video video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pick-up .slider .image img {
    padding: 0px 20px;
  }
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__info {
    width: 100%;
  }
  .contact__form {
    width: 100%;
  }
}

@media (max-width: 414px) {
  header {
    height: 60px;
    line-height: 60px;
  }
  header .logo {
    margin-left: 30px;
  }
  header .logo img {
    width: 120px;
  }
  header .burger {
    margin-right: 30px;
  }
  .video {
    padding-top: 60px;
  }
}

body {
  font-family: Arial,"Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

body a {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body img {
  width: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=top.css.map */