@charset "UTF-8";
.cover {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/* トップページ
----------------------------------------------- */
article.top {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
article.top .wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  article.top .wrapper {
    background: url("../images/common/bg.png") repeat;
    padding-top: 50px;
  }
}
article.top .top_sub_title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px #e5e5e5;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  article.top .top_sub_title {
    font-size: 20px;
    padding: 40px 0;
  }
}
article.top .top_sub_title .en {
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
article.top .top_about .flex {
  max-width: 960px;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  article.top .top_about .flex {
    flex-wrap: wrap;
  }
}
article.top .top_about .flex .copy {
  width: 7.29%;
}
article.top .top_about .flex p {
  width: 47.67%;
  margin-right: 6.25%;
}
@media screen and (max-width: 767px) {
  article.top .top_about .flex p {
    width: 100%;
    padding-bottom: 80px;
    background-size: 40%;
    margin-right: 0;
  }
  article.top .top_about .flex p span.sp {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 414px) {
  article.top .top_about .flex p {
    background-size: 60%;
  }
  article.top .top_about .flex p span.sp {
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}
article.top .top_about .flex .photo {
  width: 44.79%;
}
@media screen and (max-width: 767px) {
  article.top .top_about .flex .photo {
    width: 100%;
    text-align: center;
  }
}
article.top .works .sns-btn {
  text-align: center;
}
article.top .works .sns-btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px #e5e5e5;
  font-weight: bold;
  border: solid 1px #7d7d7d;
  width: 180px;
  height: 180px;
  text-align: center;
  margin: 0 30px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  article.top .works .sns-btn a {
    width: 150px;
    height: 150px;
    margin: 0 15px;
  }
}
article.top .works .sns-btn a img {
  transition: opacity 0.3s ease;
}
article.top .works .sns-btn a span {
  display: block;
  padding-top: 20px;
}
article.top .works .sns-btn a:hover {
  background-color: #231815;
}
article.top .works .sns-btn a:hover img {
  opacity: 0;
}
article.top .works .sns-btn a.facebook,
article.top .works .sns-btn a.instagram {
  position: relative;
}
article.top .works .sns-btn a.facebook::before,
article.top .works .sns-btn a.instagram::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  margin-top: -20px;
}
article.top .works .sns-btn a.facebook:hover::before,
article.top .works .sns-btn a.instagram:hover::before {
  opacity: 1;
}
article.top .works .sns-btn .facebook:before {
  width: 50px;
  height: 50px;
  background: url("../images/top/facebook_icon_hover.webp") no-repeat center center;
}
article.top .works .sns-btn .instagram:before {
  width: 50px;
  height: 50px;
  background: url("../images/top/instagram_icon_hover.webp") no-repeat center center;
}
article.top .works .article {
  flex-wrap: wrap;
  margin-bottom: 50px;
}
article.top .works .article li {
  width: 25%;
}
article.top .works .article li a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
article.top .works .article li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  article.top .works .article li {
    width: 50%;
    height: auto;
  }
}
article.top .flow-and-price .flex {
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  article.top .flow-and-price .flex {
    flex-direction: column;
  }
}
article.top .flow-and-price .photo {
  width: 40%;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  article.top .flow-and-price .photo {
    width: 80%;
    margin: 0;
  }
}
article.top .flow-and-price .photo img {
  width: 100%;
  height: 100%;
}
article.top .blog .article {
  margin-bottom: 50px;
}
article.top .blog .article li {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  article.top .blog .article li {
    margin-bottom: 30px;
  }
}
article.top .blog .article li .flex {
  justify-content: space-between;
}
article.top .blog .article li .flex .photo {
  width: 41.66%;
  margin-right: 5.2%;
}
article.top .blog .article li .flex .photo img {
  height: auto;
}
@media screen and (max-width: 767px) {
  article.top .blog .article li .flex .photo {
    width: 30%;
  }
  article.top .blog .article li .flex .photo img {
    height: auto;
  }
}
article.top .blog .article li .flex .text {
  width: 53.12%;
}
@media screen and (max-width: 767px) {
  article.top .blog .article li .flex .text {
    width: 65%;
  }
}
article.top .blog .article li .flex .text .title {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px #e5e5e5;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  article.top .blog .article li .flex .text .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
article.top .blog .article li .flex .text .date {
  display: inline-block;
  font-size: 14px;
  text-shadow: 1px 1px #e5e5e5;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  article.top .blog .article li .flex .text .date {
    margin-bottom: 5px;
  }
}
article.top .blog .article li .flex .text .cat {
  display: inline-block;
  font-size: 14px;
  text-shadow: 1px 1px #e5e5e5;
  margin-bottom: 15px;
}
article.top .blog .article li .flex .text .content {
  font-size: 14px;
  text-shadow: 1px 1px #e5e5e5;
  font-weight: bold;
  line-height: 1.6;
}/*# sourceMappingURL=top.css.map */