@charset "UTF-8";
/* CSS Document */
body {
  overflow-x: hidden;
}
.top-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.top-tittle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}
@media (max-width: 640px) {
  .top-tittle {
    width: 140px;
  }
}
.container-img {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.container-img-text-right {
  position: absolute;
  top: 35%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: right;
  line-height: 2em;
  font-size: 1.2em;
  right: 8%;
}
@media (max-width: 1024px) {
  .container-img-text-right {
    right: 5%;
    top: 20%;
  }
}
@media (max-width: 640px) {
  .container-img-text-right {
    text-align: center;
    transform: none;
    top: auto;
    bottom: 10%;
    right: 0;
    font-size: 1.1em;
    line-height: 1.9em;
  }
}
.container-img-text-right-hakkaku {
  position: absolute;
  top: 35%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: right;
  line-height: 2em;
  font-size: 1.2em;
  right: 8%;
}
@media (max-width: 1024px) {
  .container-img-text-right-hakkaku {
    top: 15%;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .container-img-text-right-hakkaku {
    text-align: center;
    transform: none;
    top: auto;
    right: 0;
    bottom: 32%;
    font-size: 1.1em;
    line-height: 1.9em;
  }
}
.container-img-text-left {
  position: absolute;
  top: 30%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: left;
  line-height: 2em;
  font-size: 1.2em;
  left: 13%;
  font-size: 1.1em;
  line-height: 1.9em;
}
@media (max-width: 1024px) {
  .container-img-text-left {
    top: 20%;
    left: 5%;
  }
}
@media (max-width: 640px) {
  .container-img-text-left {
    text-align: center;
    transform: none;
    top: auto;
    bottom: 10%;
    left: 0
  }
}
.hashi1 {
  background: url(../hakkakubashi/img/hasi.jpg)center / cover;
}
.hashi2 {
  background: url(../hakkakubashi/img/harugamasan.jpg)center / cover;
}
.hashi3 {
  background: url(../hakkakubashi/img/sensyoku.jpg)center / cover;
}
.hashi4 {
  background: url(../hakkakubashi/img/hakkaku.jpg)center / cover;
  background-position: center middle;
}
.hashi5 {
  background: url(../hakkakubashi/img/cutlery.jpg)center / cover;
  background-size: cover;
}
.hashi6 {
  background: url(../hakkakubashi/img/cutlery-onthedesk.jpg)center / cover;
  background-size: cover;
  background-position: center 10%;
  min-height: 50vh
}
.hashi7 {
  background: url(../hakkakubashi/img/table.jpg)center / cover;
  background-size: cover;
  min-height: 100vh
}
.hashi8 {
  background: url(../hakkakubashi/img/hands.jpg)center / cover;
  background-size: cover;
  min-height: 100vh
}
.hashi9 {
  background: url("../hakkakubashi/img/sensyoku.jpg")center / cover;
  height: 60vh
}
@media (max-width: 640px) {
  .hashi1 {
    background: url(../hakkakubashi/img/hasi-sp.jpg)center / cover;
    background-position: left bottom;
  }
  .hashi2 {
    background: url(../hakkakubashi/img/harugamasan-sp.jpg)center / cover;
    background-position: center bottom;
  }
  .hashi3 {
    background: url(../hakkakubashi/img/sensyoku.jpg)center / cover;
    background-position: center bottom;
  }
  .hashi4 {
    background: url(../hakkakubashi/img/hakkaku-sp.jpg) center no-repeat;
  }
  .hashi5 {
    background: url(../hakkakubashi/img/cutlery.jpg) center no-repeat;
    background-size: cover;
  }
  .hashi6 {
    background: url(../hakkakubashi/img/cutlery-onthedesk.jpg) center no-repeat;
    background-size: cover;
    background-position: center 10%;
    min-height: 50%
  }
  .hashi7 {
    background: url(../hakkakubashi/img/table.jpg) center no-repeat;
    background-size: cover;
    min-height: 100%
  }
  .hashi8 {
    background: url(../hakkakubashi/img/hands.jpg) center no-repeat;
    background-size: cover;
    min-height: 100%
  }
}