@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: 100%;
}
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 150px;
}

/* --------- header ------- */
header {
  position: fixed;
  width: 100vw;
  margin: 0 auto;
  padding: 20px;
  top: 0;
  height: 89px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  z-index: 9999;
}
#logo img {
  width: 330px;
  height: auto;
}
.pc-nav {
  display: flex;
  align-items: center;
}
.pc-nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc-nav_list li {
  max-width: 120px;
  padding: 0 5px;
}
.pc-nav_list a {
  height: auto;
}
#insta-1 img {
  max-width: 45px;
  min-width: 33px;
}
.sp-nav {
  display: none;
}
#sp-burger {
  display: none;
}

/* --------- top ------- */

.vid_contents {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.vid_contents video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* --------- section 共通 ------- */

section {
  margin: 70px 0;
}
h2 {
  height: 100px;
  background-color: rgba(221, 203, 171);
  display: flex;
}
h2 img {
  width: auto;
  height: 130px;
  margin-left: 100px;
  margin-top: 3px;
}
h2 p {
  margin: 50px 0 0 12px;
  color: rgb(84, 77, 66);
  font-size: 20px;
  font-weight: 200;
}
.more-link {
  margin: auto 50px auto auto;
}
.pc_more-img {
  display: block !important;
}
.sp_more-img {
  display: none !important;
}
.pc_more-img {
  width: 220px;
  height: 50px;
}
.flex {
  padding: 3vw;
  background-color: rgba(221, 203, 171, 0.4);
  display: flex;
  justify-content: space-between;
}

/* --------- About ------- */

#About-story {
  padding: 0 0 0 2vw;
  color: rgb(84, 77, 66);
  font-size: 16px;
  line-height: 36px;
  font-weight: 200;
}
#About-img {
  margin: -100px auto;
  width: 20%;
  height: 20%;
}

/* --------- Work ------- */
.slider {
  padding: 30px 70px;
  background-color: rgba(221, 203, 171, 0.4);
  visibility: hidden;
}
.slider img {
  padding: 10px;
}
.slider.slick-initialized {
  visibility: visible;
}

/* --------- Flow ------- */

.Flow {
  background-color: rgba(221, 203, 171, 0.4);
  width: 650px;
  height: auto;
  margin: 30px auto;
  padding: 20px 0px 40px 0px;
}
.Flow-text {
  width: 500px;
  margin: 35px 65px 10px 65px;
  padding: 0px 0px 5px 15px;
  font-size: 20px;
  font-weight: 200;
  border-bottom: 2px solid #fff;
  display: flex;
}
.Flow-img {
  width: 20px;
  height: auto;
  margin: 0px 10px 0px 30px;
}

/* --------- Contact ------- */

.contact {
  margin: 50px auto 150px auto;
}
.Contact-box {
  width: 650px;
  height: auto;
  margin: 15px auto;
  padding: 15px 65px;
  border: 1px solid rgb(84, 77, 66);
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Contact-box a {
  text-decoration: none;
  color: rgb(84, 77, 66);
}
.Contact-box a:hover {
  text-decoration: underline;
}
.Contact-box-img {
  width: 25px;
  height: auto;
  margin: 5px 13px 0px 0px;
}

.Contact-text {
  margin: 50px auto;
  text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
}

/* --------- footer ------- */

footer {
  background-color: rgba(221, 203, 171, 0.4);
}
#footer-1 {
  width: 400px;
  height: auto;
  margin: auto;
  padding: 100px 0px 30px 0px;
}
#footer-2 {
  color: rgb(84, 77, 66);
  text-align: center;
  letter-spacing: 2px;
}
#footer-3 {
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
#footer-3 img {
  width: 25px;
  height: auto;
  margin: 10px;
}
#footer-4 {
  color: rgb(84, 77, 66);
  padding: 0px 0px 60px 0px;
  text-align: center;
}

.sp_br {
  display: none;
}

@media (max-width: 768px) {
  header {
    margin: 0;
    padding: 30px 30px 30px 10px;
    display: flex;
  }
  #logo {
    width: 50%;
  }
  section {
    margin: 50px 10px;
  }
  h2 {
    height: 50px;
  }
  h2 img {
    height: 50px;
    margin: auto 0;
    margin-left: 30px;
    margin-top: 8px;
  }
  h2 p {
    margin: auto 10px;
    font-size: 1em;
    min-width: 80px;
  }
  .more-link {
    margin-right: 1em;
  }
  .pc_more-img {
    display: none !important;
  }
  .sp_more-img {
    display: block !important;
  }
  .sp_more-img {
    height: 25px;
  }
  .flex {
    display: block;
  }

  /* ------- Section ----- */

  #About-story {
    font-size: 0.8em;
    line-height: 2.5em;
  }
  #About-img {
    margin: 5px 0 0 auto;
  }

  .slider {
    padding: 20px;
  }
  .slider img {
    padding: 5px;
  }

  .Flow {
    width: auto;
    margin: auto;
  }
  .Flow-text {
    width: 75%;
    margin: 20px auto;
    font-size: 0.8em;
    border-bottom: 1px solid #fff;
  }

  .contact {
    margin: 30px auto;
  }
  .Contact-box {
    width: 80%;
    padding: 10px 35px;
    font-size: 0.8em;
  }
  .Contact-box-img {
    width: 17px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .Contact-text {
    font-size: 0.7em;
  }

  #footer-1 {
    width: 50%;
  }
  #footer-2 {
    font-size: 0.8em;
  }
  #footer-4 {
    font-size: 0.7em;
  }

  /* ----- spメニュー ----- */
  .pc-nav {
    display: none;
  }
  #sp-burger {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/png/sp-menu.png);
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    cursor: pointer;
    z-index: 9999;
  }
  #sp-burger.is-active {
    background-image: url(../images/png/sp-close.png);
    z-index: 9999;
    margin-right: 0;
  }

  .sp-nav {
    display: none;
  }
  .sp-nav.is-active {
    display: flex;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    padding: 10vh 5vh;
    margin: 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    animation-name: fadeRightAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  @keyframes fadeRightAnime {
    from {
      opacity: 0;
      transform: translateX(100px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .sp-nav_list li {
    max-width: none;
    width: 60vw;
    border-bottom: 1px solid;
  }
  .sp-nav_list a {
    text-decoration: none;
    font-size: 1em;
    color: rgba(84, 77, 66);
    display: block;
    padding: 1em 0.25em;
  }
  #insta-1 {
    width: 24px;
    align-items: center;
  }

  .sp-cover {
    display: none;
  }
  .sp-cover.is-active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    background: rgba(3, 3, 3, 0.5);
    display: block;
  }

  .sp_br {
    display: block;
  }
}

@media (min-width: 768px) {
  .tel {
    pointer-events: none;
  }
}
