@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
main {
  width: 100%;
  position: relative;
}
main h1 {
  width: calc((100vh - 40px) * 0.18868);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}
main h1 span {
  width: 100%;
  height: calc(100vh - 40px);
  background-image: url(../images/home/title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
main .inner {
  width: 100%;
}
main .inner .visual {
  width: 100%;
  position: relative;
}
main .inner .visual .swiper-wrapper {
  width: 100%;
  position: relative;
  z-index: -1;
}
main .inner .visual .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .inner .visual .swiper-wrapper .swiper-slide.sld1 {
  background-image: url(../images/home/visual1.jpg);
}
main .inner .visual .swiper-wrapper .swiper-slide.sld2 {
  background-image: url(../images/home/visual2.jpg);
}
main .inner .visual .swiper-wrapper .swiper-slide.sld3 {
  background-image: url(../images/home/visual3.jpg);
}
main .inner .visual .swiper-wrapper .swiper-slide.sld4 {
  background-image: url(../images/home/visual4.jpg);
}
main .inner .visual .swiper-wrapper .swiper-slide.sld5 {
  background-image: url(../images/home/visual5.jpg);
}
main .inner .visual .swiper-wrapper .swiper-slide.sld6 {
  background-image: url(../images/home/visual6.jpg);
}
main .inner .visual .body {
  width: calc(50% - 40px);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
main .inner .visual .body dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .inner .visual .body dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .visual .body dl dt span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .inner .visual .body dl dt span:nth-child(1) {
  background-image: url(../images/home/body1.svg);
  width: 321px;
  height: 35px;
  margin-bottom: 35px;
}
main .inner .visual .body dl dt span:nth-child(2) {
  background-image: url(../images/home/body2.svg);
  width: 324px;
  height: 36px;
}
main .inner .visual .body dl dd {
  width: 140px;
  margin-left: 35px;
}
main .inner .visual .body dl dd a {
  color: #000;
  font-family: "kinuta-maruminold-stdn", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 70px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .inner .visual .body dl dd a:hover {
  background-color: #FFF;
}
main .inner .visual .pager {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  bottom: 20px;
  z-index: 5;
}
main .inner .visual .pager .swiper-pagination-bullet {
  width: 7px;
  height: 28px;
  background-color: #FFF;
  border-radius: 0px;
}
main .inner .visual .pager .swiper-pagination-bullet:not(:first-child) {
  margin-left: 7px;
}
main .inner .btn {
  width: 261px;
  position: absolute;
  bottom: 20px;
  left: calc(50% + 85px);
  z-index: 5;
}
main .inner .btn a {
  width: 100%;
  min-height: 30px;
  background-image: url(../images/home/arrow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 261px 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all 0.25s ease-in 0s;
}
main .inner .btn a span {
  color: #FFF;
  font-family: "kinuta-maruminold-stdn", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  transform: translateX(-40px);
  transition: all 0.25s ease-in 0s;
}
main .inner .btn a:hover {
  background-image: url(../images/home/arrow_blk.svg);
}
main .inner .btn a:hover span {
  color: #000;
}

/* ----------------------------------------------- Media Queries Smartphone -----------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  main {
    width: 100%;
    position: relative;
  }
  main h1 {
    width: 100px;
    position: absolute;
    top: calc(50% - 265px);
    left: 5px;
    z-index: 5;
  }
  main h1 span {
    width: 100%;
    height: 530px;
    background-image: url(../images/home/title.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
  }
  main .inner {
    width: 100%;
  }
  main .inner .visual {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  main .inner .visual .swiper-wrapper {
    width: 100%;
    position: relative;
    z-index: -1;
  }
  main .inner .visual .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main .inner .visual .swiper-wrapper .swiper-slide.sld1 {
    background-image: url(../images/home/visual1sp.jpg);
  }
  main .inner .visual .swiper-wrapper .swiper-slide.sld2 {
    background-image: url(../images/home/visual2sp.jpg);
  }
  main .inner .visual .swiper-wrapper .swiper-slide.sld3 {
    background-image: url(../images/home/visual3sp.jpg);
  }
  main .inner .visual .swiper-wrapper .swiper-slide.sld4 {
    background-image: url(../images/home/visual4sp.jpg);
  }
  main .inner .visual .swiper-wrapper .swiper-slide.sld5 {
    background-image: url(../images/home/visual5sp.jpg);
  }
  main .inner .visual .swiper-wrapper .swiper-slide.sld6 {
    background-image: url(../images/home/visual6sp.jpg);
  }
  main .inner .visual .body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  main .inner .visual .body dl {
    width: 56%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transform: translateX(-10px);
  }
  main .inner .visual .body dl dt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 35px;
  }
  main .inner .visual .body dl dt span {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main .inner .visual .body dl dt span:nth-child(1) {
    background-image: url(../images/home/body1.svg);
    height: 6.104vw;
    margin-bottom: 20px;
  }
  main .inner .visual .body dl dt span:nth-child(2) {
    background-image: url(../images/home/body2.svg);
    height: 6.2216vw;
  }
  main .inner .visual .body dl dd {
    width: 108px;
    margin-left: 0px;
  }
  main .inner .visual .body dl dd a {
    color: #000;
    font-family: "kinuta-maruminold-stdn", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    height: 108px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 54px;
  }
  main .inner .visual .body dl dd a:hover {
    background-color: #FFF;
  }
  main .inner .visual .pager {
    width: calc(100% - 155px - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    position: absolute;
    bottom: 40px;
    left: 0px;
    z-index: 5;
  }
  main .inner .visual .pager .swiper-pagination-bullet {
    width: 5px;
    height: 25px;
    background-color: #FFF;
    border-radius: 0px;
  }
  main .inner .visual .pager .swiper-pagination-bullet:not(:first-child) {
    margin-left: 5px;
  }
  main .inner .btn {
    width: 155px;
    position: absolute;
    bottom: 40px;
    left: calc(100% - 155px - 10px);
    z-index: 5;
  }
  main .inner .btn a {
    width: 100%;
    min-height: 30px;
    background-image: url(../images/home/arrow.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 261px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    transition: all 0.25s ease-in 0s;
  }
  main .inner .btn a span {
    color: #FFF;
    font-family: "kinuta-maruminold-stdn", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transform: translateX(-40px);
  }
  main .inner .btn a:hover {
    background-image: url(../images/home/arrow.svg);
  }
  main .inner .btn a:hover span {
    color: #FFF;
  }
}

/*# sourceMappingURL=style_home.css.map */
