.viewport {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-container {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.smooth-wrapper {
  position: static;
  width: 100vw;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: perspective(1001px);
  transform: perspective(1001px);
}

.img-container {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: auto;
  margin-bottom: 50px;
}

.img-container.img {
  display: inline-block;
  width: 100vw;
  height: auto;
  min-height: auto;
}

.img-container.a-2 {
  height: 100vh;
}

.img-container.img-container__first {
  width: 100%;
}

.img-container.last {
  margin-bottom: 0px;
}

.scroll-bar-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 50;
  width: 10px;
}

.scroll-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 10px;
  height: 0px;
  background-color: #fff;
}

.body {
  background-color: ;
}

.main {
  width: 100%;
}

.section {
  width: 100%;
  height: 100vh;
  background-color: ;
}

.section._1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section._2 {
  overflow: hidden;
  background-color: ;
}

.section._3 {
  background-color: ;
}

.section._4 {
  overflow: hidden;
  background-color: ;
}

.section._5 {
  background-color: ;
}

.heading {
  color: #594e52;
  font-size: 24px;
  line-height: 34px;
  text-align: right;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-family: 'Vollkorn', serif;
  font-weight: 400;*/
}

.text-block {
  font-family: Lato, sans-serif;
  color: #594e52;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.tab-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 72px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 54px;
  margin-top: 9px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.tab:hover {
  color: #caba95;
  transition: 0.5s;
}

.tab.w--current {
  width: auto;
  height: 54px;
  margin-top: 9px;
  border-bottom-color: #fff;
  opacity: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  width: 100vw;
}

.nav-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: auto;
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  border-bottom: 2px solid transparent;
  color: white;
  font-size: 18px;
  letter-spacing: 0.15em;
  /*text-transform: uppercase;*/
  font-family: 'Marcellus', serif;
  font-weight: 400;
}
.nav-link:hover {
  color: #925b38;
  transition: 0.5s;
}

.nav-link.w--current {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.nav-link-wrap {
  display: inline-block;
}

.link-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.app {
  background-color: #23252c;
}

.data-scene {
  max-width: 800px;
  margin: 10vh auto;
  padding: 10vh 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6acf67), to(#1a772b));
  background-image: linear-gradient(180deg, #6acf67, #1a772b);
  text-align: center;
}

.content {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 50px;
}

.item.photo-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  float: left;
  clear: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.item.right.photo-wrapper {
  width: 75%;
  float: right;
}

.item.half.photo-wrapper {
  overflow: hidden;
  width: 50%;
}

.photo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  width: 150%;
  height: auto;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .nav-wrap {
    height: auto;
  }

  .nav-bar {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    width: 100%;
    min-width: 100px;
    color: #ab925f;
  }

  .nav-link.w--current {
    border-left: 2px none #000;
    border-bottom-style: none;
    background-color: transparent;
    color: #000;
  }
/*ハンバーガーアイコン*/
  .icon {
    color: #fff;
    font-size: 40px;
      opacity: 0.3;

  }

  .menu-btn {
    background-color: transparent;
  }

  .nav-bg {
    padding-top: 0px;
    background-color: #caba95;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 38px;
  }

  .tab {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 30px;
  }

  .tab {
    width: 80px;
    font-size: 12px;
  }
}