#first {
  height: calc(100vh - 160px);
  background-image: url(../images/fig-main-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#first p {
  text-align: center;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
}

#first::after {
  display: block;
  content: "";
  width: 100px;
  height: 228px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -102px;
  left: 50%;
  z-index: 100;
}

@media screen and (max-width: 1080px) {
  #first {
    height: calc(100vh - 80px);
    background-image: url(../images/fig-main-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #first p {
    font-size: 20px;
  }
}

#concept {
  min-height: 100vh;
  padding: 200px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#concept h1 {
  text-align: center;
  font-size: 60px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 100px;
}

#concept p {
  text-align: center;
  font-size: 28px;
  line-height: 2.3;
}

@media screen and (max-width: 1080px) {
  #concept h1 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #concept p {
    font-size: 20px;
  }
}

#instagram {
  padding-bottom: 150px;
}

@media screen and (max-width: 1080px) {
  #instagram {
    padding: 50px;
  }
}

#access {
  background-color: #778e7d;
  padding: 150px 0;
  font-size: 28px;
  font-family: "YuGothic", sans-serif;
  color: #ffffff;
}

#access-fig {
  width: 80% !important;
  height: auto;
}

@media screen and (max-width: 1080px) {
  #access {
    padding: 50px 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2;
  }
  #access-fig {
    width: 100% !important;
    height: auto;
    margin: 0 auto 50px;
    text-align: center;
  }
}

#footer {
  padding: 70px;
}

#footer-fig {
  width: 280px;
}

#footer a {
  font-size: 34px;
  color: #4a4a4a;
}

@media screen and (max-width: 1080px) {
  #footer a {
    font-size: 1.5rem;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1900ms;
          transition-duration: 1900ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

html {
  height: 100%;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}

html a {
  text-decoration: none;
}

html img {
  width: 100%;
  height: auto;
}

* {
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 1920px) {
  .container {
    width: 1640px;
    max-width: 1640px;
  }
  .pc-br {
    display: none;
  }
}

#header {
  background-color: #69594b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 160px;
  width: 100%;
  padding: 0;
}

#header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 400px);
  padding-left: 30px;
}

#header-right {
  width: 400px;
  height: 160px;
  background-color: #483b2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-right-nav-sp {
  display: none;
}

#header-right-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header-right-nav li {
  padding: 10px 15px;
}

#header-right-nav li a {
  color: #ffffff;
  font-size: 16px;
}

#header-right-nav li a:hover {
  opacity: 0.8;
}

#header_logo {
  width: 400px;
}

@media screen and (max-width: 1080px) {
  #header {
    height: 80px;
  }
  #header-left {
    width: calc(100% - 80px);
    height: 80px;
  }
  #header-left h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90px;
  }
  #header-right {
    width: 80px;
    height: 80px;
  }
  #header-right-nav {
    display: none;
  }
  #header-right-nav-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header-right-nav-sp #nav-hamburger span {
    width: 44px;
    height: 1px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 13px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header-right-nav-sp #nav-hamburger span:last-child {
    margin-bottom: 0;
  }
  #header-right-nav-sp #nav-hamburger.active {
    z-index: 100000;
    position: fixed;
  }
  #header-right-nav-sp #nav-hamburger.active span {
    width: 44px;
    height: 1px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 13px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
    top: 5px;
  }
  #header-right-nav-sp #nav-hamburger.active span:nth-child(2) {
    display: none;
  }
  #header-right-nav-sp #nav-hamburger.active span:last-child {
    margin-bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    top: -9px;
  }
  #header-right-nav-sp #nav {
    display: none;
  }
  #header-right-nav-sp #nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #69594b;
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  #header-right-nav-sp #nav.active li {
    margin-bottom: 20px;
  }
  #header-right-nav-sp #nav.active li a {
    color: #ffffff;
  }
  #header_logo {
    width: 200px;
  }
}
/*# sourceMappingURL=main.css.map */