@charset "utf-8";

:root {
  --main: #0D0D0D;
  --sub: #D8D9D7;
}

html {
  scroll-behavior: smooth;
}

/*  ------共通設定------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: auto;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  background-color: var(--sub);
}

.wrap {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  list-style: none;
}

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

h2 {
  font-size: 70px;
  margin: 0 auto;
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
}



/*  ------ヘッダー------*/
header {
  width: 100%;
  align-items: center;
  padding: 0 50px;
  background-color: var(--main);
}

nav {
  width: 600px;
  max-width: 100%;
  padding: 35px 0;
}

nav ul li {
  font-size: 24px;
  font-weight: bold;
}

nav ul li a {
  color: var(--sub);
}

.sns a img {
  width: 30px;
  height: 30px;
  max-width: 100%;
  height: auto;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: perspective(2px) translateZ(0);
  transform: perspective(2px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.2;
  -webkit-transition-property: transform;
  transition-property: transform;
}

/* マウスオーバー時 */
.sns a img:hover,
.sns a img:focus,
.sns a img:active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  cursor: pointer;
}



/*  ------メインビジュアル------*/
.mv img {
  width: 802px;
  max-width: 100%;
}

.mv {
  width: 100%;
  height: 540px;
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0.6) 0%, rgba(13, 13, 13, 0.6) 100%), url(../img/mvbgi-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}



/*  ------メイン------*/
/*  ------コンセプト------*/
.content {
  padding-top: 80px;
  text-align: center;
}

.content p {
  font-size: 20px;
  line-height: 1.7;
}

.content p:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
  padding: 80px 0;
}

.content p:nth-child(3),
.content p:nth-child(4),
.content p:nth-child(5) {
  margin-bottom: 34px;
}

.content p:nth-child(6) {
  margin-bottom: 68px;
}

#parallax {
  width: 100%;
  height: 1070px;
  background-image: url(../img/parallax.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}



/*  ------#NAKAMOTO_COFFEE------*/
.hashtag {
  width: 100%;
  height: 502px;
  background-image: url(../img/sns4bgi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  /*  padding: 120px 0;*/
}

.hashtag img {
  width: 886px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: perspective(2px) translateZ(0);
  transform: perspective(2px) translateZ(0);
}

/* アニメーション */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

/* マウスオーバー時 */
.hashtag img:hover,
.hashtag img:focus,
.hashtag img:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  cursor: pointer;
}



/*  ------スペース情報------*/
.space,
.shop {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.space section {
  width: 300px;
  max-width: 100%;
  background-image: url(../img/spaceinfo3.png);
  background-repeat: no-repeat;
  /*  border: 3px solid var(--main);*/
}

.space section p {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.8;
  text-align: center;
  /*  background-color: var(--main);*/
  color: var(--sub);
  /*  color: red;*/
  height: 278px;
  padding: 15px 38px;
}

.space > h2 {
  margin: 100px 0;
}

.space h3 {
  font-size: 40px;
  text-align: center;
  padding: 30px 0;
}

.space .more {
  font-size: 24px;
  padding: 60px;
  text-align: center;
}



/*  ------カルーセル------*/
.pic {
  width: 1200px;
  max-width: 100%;
}



/*  ------店舗情報------*/
.shop > h2 {
  margin: 100px 0;
}

.shop address {
  width: 1200px;
  max-width: 100%;
  margin-bottom: 100px;
}

.shop .contact {
  width: 500px;
  max-width: 100%;
  padding: 15px 0;
}

.shop .contact img {
  margin-bottom: 70px;
}

.shop .contact .text {
  height: 220px;
  height: auto;
}

.shop .contact p {
  font-size: 24px;
  line-height: 1.7;
  font-style: normal;
}

.shop .map {
  width: 600px;
  max-width: 100%;
}

iframe {
  width: 600px;
  max-width: 100%;
}


/*  ------フッター------*/
footer {
  width: 100%;
  background-color: var(--main);
}

footer p {
  color: var(--sub);
  padding: 15px 0;
  text-align: center;
}



/*  ------スマホ&タブレットのmv用ロゴ------*/
.mv .img-tb {
  display: none;
}



/*  ------ハンバーガーメニュー------*/
button.ham {
  display: none;
}

.navsp {
  display: none;
}



/*  ------コンタクトメニュー------*/
.contact-sp img {
  width: 40px;
  max-width: 100%;
}

.contact-sp {
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 70px;
  background-color: rgba(216, 217, 215, .6);
  position: fixed;
  bottom: 0;
  z-index: 77777;
}

.spmenu {
  display: none;
}

.gotop {
  position: fixed;
  right: 5%;
  bottom: 10%;
  background-color: rgba(13, 13, 13, .6);
  border-radius: 50%;
  display: none;
}

.gotop a {
  font-size: 25px;
  padding: 10px 18px;
  display: block;
  color: var(--sub);
}



/*  ------メディアクエリ------*/
@media (max-width: 895px) {

  header,
  nav,
  .sns {
    display: none;
  }

  .navsp {
    display: block;
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100vh;
    background-color: rgba(13, 13, 13, .8);
    transition: .5s;
    z-index: 88888;
  }

  .navsp ul {
    display: block;
    margin-left: 40px;
    margin-top: 80px;
  }

  .navsp.open {
    left: 0%;
  }

  button.ham {
    font-size: 40px;
    position: absolute;
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    border: none;
    background-color: rgba(255, 255, 255, .6);
    cursor: pointer;
    top: 5%;
    left: 5%;
    z-index: 99999;
  }

  .space .flex,
  .shop .flex {
    display: block;
  }

  .space section {
    margin: 0 auto;
    margin-top: 70px;
  }

  .pic {
    padding: 0% 5%;
  }

  .shop .contact,
  .map {
    margin: 0 auto;
    padding: 0;
  }

  .mv img,
  .hashtag img {
    padding: 20%;
  }

  .mv,
  .hashtag {
    height: auto;
  }

  .contact img,
  .text,
  .map {
    padding: 0% 5%;
  }

  .map {
    margin-top: 10%;
  }

  footer p {
    margin-bottom: 70px;
  }

  .spmenu {
    display: block;
  }

  .mv .img-pc {
    display: none;
  }

  .mv .img-tb {
    display: block;
  }

  .mv {
    width: 100%;
    height: 650px;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.6) 0%, rgba(13, 13, 13, 0.6) 100%), url(../img/mvbgi-tb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

/*media max895*/



@media (max-width: 695px) {
  .content p:nth-child(2) {
    font-size: 28px;
    padding: 50px 0;
  }

  h2 {
    font-size: 60px;
  }

  .content {
    padding: 10% 5%;
  }

  .content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .parallax {
    padding: 0% 5%;
  }

  .content p:nth-child(3),
  .content p:nth-child(4),
  .content p:nth-child(5) {
    margin-bottom: 24px;
  }

  .space .more {
    font-size: 16px;
    padding: 50px;
    text-align: center;
  }

  .shop .contact img {
    margin-top: -40px;
  }

  .shop .contact p {
    font-size: 21px;
  }

  #parallax {
    height: 930px;

  }

  /*media max695*/



  @media (max-width: 495px) {
    .content {
      padding: 15% 5%;
    }

    .content p {
      font-size: 14px;
      line-height: 1.5;
    }

    .content p:nth-child(2) {
      font-size: 20px;
    }

    .content p:nth-child(2) {
      padding: 54px 0;
    }

    .space > h2 {
      margin: 80px 0;
    }

    .shop .contact p {
      font-size: 16px;
    }

    .shop .contact img {
      margin-bottom: 50px;
    }

    .map {
      margin-top: 15%;
    }

    .contact-sp img {
      width: 35px;
    }

    #parallax {
      height: 830px;
    }

    .content p:nth-child(6) {
      margin-bottom: 44px;
    }

    footer p {
      font-size: 80%;
    }

    .contact img,
    .text,
    .map {
      padding: 0% 10%;
    }

    .map iframe {
      height: 300px;
    }

    h2 {
      font-size: 50px;
    }

  }

  /*media max495*/




  /*  ------共通設定------*/
  /*  ------共通設定------*/
  /*  ------共通設定------*/
