.hero {
  width: 100%;
  height: calc(34vh + 15vw);
  max-width: 1920px;
}
.hero img {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 55%;
  max-width: 1918px;
  z-index: -2;
}

#s1 {
  margin: auto;
  position: relative;
  background-image: url(../img/bgAlpha.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  transform: translateY(100px);
  padding-bottom: 100px;
  z-index: 0;
}
#s1 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 101px;
}

.description {
  margin-top: calc(6vw + 57px);
  text-align: center;
  font-size: 2.3rem;
  line-height: 47px;
  letter-spacing: 0.43rem;
  color: #4d4b4b;
  margin-bottom: 58px;
  z-index: 1;
}

.purchase {
  font-size: 1.6rem;
  line-height: 50px;
  padding: 0 128px;
}

.line {
  width: 0%;
  position: absolute;
  bottom: 10%;
  left: 10%;
  height: 43%;
  background-color: rgba(246, 195, 25, 0.6);
  z-index: -1;
  transition: all 0.5s ease;
}

#bgMove {
  width: 100%;
  transform: translateY(-10vh) scale(1.15);
  transform-origin: bottom;
}
#bgMove img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  z-index: 0;
}

#bgFixed {
  display: none;
  transform: translateY(-15vh);
}
#bgFixed img {
  width: 100%;
  height: 90vw;
  object-fit: cover;
  z-index: 0;
}

#blank {
  transform: translateY(-15.4vh);
  height: 514px;
}
#blank #banner {
  width: 104%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-2%);
  display: inline-block;
}

#hakubaSign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 228px;
}

.unique50 {
  background-color: rgba(196, 196, 196, 0.1);
  padding-bottom: 160px;
  margin-bottom: 84px;
}

#bgIndex {
  background: url(../img/bg.png);
  background-position: top;
  background-size: cover;
  z-index: 5;
  position: relative;
}

#s05 {
  width: 100%;
  transform: translateY(-1px);
  padding-top: 80px;
}

#tv-capture {
  width: 100%;
  height: auto;
  padding: 20px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#tv-capture .video_h {
  font-size: 4rem;
  background: linear-gradient(transparent 60%, #f6c319 60%);
  margin-bottom: 10px;
}
#tv-capture .video_h_2 {
  font-size: 4rem;
  background: linear-gradient(transparent 60%, #f6c319 60%);
  margin-bottom: 40px;
}
#tv-capture video {
  width: 60vw;
  max-width: 900px;
}
#tv-capture a {
  font-size: 2.1rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  color: #4d4b4b;
  border: solid 1px #4d4b4b;
  padding: 10px 35px;
  margin: 30px 0 0 0;
  transition: 0.2s;
}
#tv-capture a:hover {
  background: #4d4b4b;
  color: white;
}

#newSlider {
  width: 76vw;
  padding-top: 70px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}
#newSlider .container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 95px;
}
#newSlider .container:nth-last-child(1) {
  margin-bottom: 0px;
}
#newSlider .container .newSlide {
  height: 100%;
  width: 50%;
  padding: 0px 20px 20px 0;
  object-fit: cover;
  pointer-events: none;
  max-height: 400px;
  min-height: 360px;
  object-position: center;
  transition: transform 0.8s ease;
}
#newSlider .container .wrapper {
  width: 50%;
  margin-left: 30px;
}

.description2 {
  text-align: left;
  font-family: "ten-mincho", serif;
  font-size: 1.8rem;
  color: #4d4b4b;
  line-height: 3rem;
  margin-top: 40px;
  letter-spacing: 0.7rem;
  max-width: 100%;
}
.description2 span {
  display: inline-block;
}

.unique2 {
  font-size: 1.7rem;
  margin-top: 33px;
  letter-spacing: 0.5rem;
  line-height: 2.8rem;
}

.titleImg {
  position: relative;
}

.illustration {
  position: absolute;
  top: 0;
  width: 24%;
  min-width: 160px;
  z-index: -1;
}

#illustrationA {
  left: 310px;
  transform: translateY(-22%) rotate(-13deg);
}

#illustrationB {
  left: 215px;
  transform: translateY(-22%) rotate(-16deg);
}

#illustrationC {
  left: 340px;
  transform: translateY(-22%) rotate(18deg);
}

#illustrationD {
  left: 260px;
  transform: translateY(-22%) rotate(0deg);
}

.imageTitle {
  height: 100px;
}

.sliderBtn {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  height: 60px;
  cursor: pointer;
}
.sliderBtn:hover {
  opacity: 0.7;
}

#send {
  right: 45px;
}

#back {
  left: 45px;
  transform: rotate(180deg) translateY(50%);
}

#description {
  margin-top: 50px;
  position: relative;
  width: 100vw;
}
#description p span {
  display: inline-block;
}

.s2 {
  width: calc(73% + 40px * 2);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.s2 .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 33.3333333333%;
  position: relative;
  margin-top: 100px;
  padding: 0 calc(40px);
}
.card p {
  font-size: 2.1rem;
  line-height: 40px;
  letter-spacing: 0.35rem;
}

.cardWrapper {
  position: relative;
  height: 80px;
}

.drawing {
  position: absolute;
  top: 0;
  left: 0;
}

.drawing1 {
  width: 160px;
  transform: translate(-45%, -25%);
}

.drawing2 {
  width: 162px;
  transform: translate(-35%, -17%) rotate(18.73deg);
}

.drawing3 {
  width: 145px;
  transform: translate(-40%, -20%) rotate(-16.49deg);
}

.series {
  width: 80%;
  transform: translateX(17%);
  margin-bottom: 10px;
}

.seriesImage {
  margin-bottom: 1vw;
  width: 100%;
}

@media (max-width: 1200px) {
  #bgMove img {
    max-height: 650px;
  }
  #s05 {
    padding-top: 0;
  }
  #description {
    margin-bottom: 60px;
  }
  .sliderBtn {
    height: 45px;
  }
  #send {
    right: 25px;
  }
  #back {
    left: 25px;
  }
}
@media (max-width: 1120px) {
  #newSlider .container {
    margin-bottom: 60px;
  }
  #newSlider .container .newSlide {
    width: 45%;
    padding: 0 14px 50px 0;
  }
  #newSlider .container .wrapper {
    width: 100%;
  }
  .description2 {
    margin: 40px 0 0 0;
    min-width: 100%;
  }
  .titleImg {
    max-width: 500px;
  }
  .illustration {
    position: absolute;
    top: 0;
    width: 24%;
    min-width: 120px;
    z-index: -1;
  }
  #illustrationA {
    left: 210px;
    transform: translateY(-22%) rotate(-13deg);
  }
  #illustrationB {
    left: 145px;
    transform: translateY(-22%) rotate(-16deg);
  }
  #illustrationC {
    left: 240px;
    transform: translateY(-22%) rotate(18deg);
  }
  #illustrationD {
    left: 180px;
  }
  .imageTitle {
    height: 70px;
  }
}
@media (max-width: 964px) {
  #tv-capture .video_h {
    font-size: 3.2rem;
  }
  #tv-capture .video_h_2 {
    font-size: 3.2rem;
  }
  #newSlider {
    width: 90vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #newSlider .container {
    margin-bottom: 70px;
    width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #newSlider .container .newSlide {
    width: 100%;
    height: calc(200px + 18vw);
    padding: 0 0 20px 0;
    min-height: 0;
  }
  #newSlider .container .wrapper {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .illustration {
    display: none;
  }
  .description2 {
    margin: 30px 0 0 0;
    min-width: 0%;
  }
}
@media (max-width: 700px) {
  #s05 {
    padding-top: 0px;
  }
  #tv-capture {
    padding: 20px 0 20px 0;
  }
  #tv-capture .video_h {
    font-size: 2.6rem;
  }
  #tv-capture .video_h_2 {
    font-size: 2.6rem;
  }
  #tv-capture video {
    width: 85vw;
  }
  #tv-capture a {
    font-size: 1.8rem;
  }
  #description {
    margin-bottom: 60px;
  }
  .illustration {
    display: none;
  }
  #send {
    right: 17px;
  }
  #back {
    left: 17px;
  }
  .sliderBtn {
    height: 36px;
  }
  .description2 {
    margin: 25px 0 0 0;
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
  .linkBtnNew {
    margin-top: 20px !important;
  }
  .illustration {
    min-width: 80px;
  }
  #illustrationA {
    left: 180px;
  }
  #illustrationB {
    left: 120px;
  }
  #illustrationC {
    left: 190px;
  }
  .imageTitle {
    height: 60px;
  }
  #newSlider {
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #newSlider .container {
    margin-bottom: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #newSlider .container .newSlide {
    width: 100%;
  }
  .mobileBr {
    display: none;
  }
}
@media (max-width: 414px) {
  #tv-capture .video_h {
    font-size: 2.2rem;
  }
  #tv-capture .video_h_2 {
    font-size: 2.2rem;
  }
  #newSlider {
    width: 90vw;
  }
  .hero {
    height: 70vh;
  }
  .hero::before {
    height: 70vh;
  }
}
@media (min-width: 1585px) {
  .description2 {
    font-size: 1.9rem;
    line-height: 3.9rem;
  }
}