@charset "UTF-8";
.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

/* 共通CSS(base.css)の body{overflow:hidden scroll} は body 自体を
   スクロールコンテナ化するため、子孫の position:sticky が効かない。
   clip visible に上書きすると html スクロール基準で sticky が有効になる。 */
body:has(.vis-heartcut) {
  overflow: clip visible;
}

.vis-heartcut {
  position: relative;
  overflow-x: clip;
  background: #dfdfdf;
  font-family: "noto-serif-jp", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  color: #757575;
}
@media (max-width: 767px) {
  .vis-heartcut {
    background: #fff;
  }
}
.vis-heartcut picture {
  display: block;
}
.vis-heartcut img {
  display: block;
  width: 100%;
  height: auto;
}
.vis-heartcut .scroll-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.vis-heartcut .scroll-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.vis-heartcut .scroll-in--d1 {
  transition-delay: 0.45s;
}
.vis-heartcut .hb-fade {
  opacity: 0;
  transition: opacity 1.4s ease;
}
.vis-heartcut .hb-fade--delay {
  transition-delay: 0.9s;
}
.vis-heartcut .hb-fade.is-loaded {
  opacity: 1;
}
@keyframes hb-float {
  from {
    transform: translateY(-6px);
  }
  to {
    transform: translateY(8px);
  }
}
.vis-heartcut .hb-heart {
  position: absolute;
  z-index: 3;
}
.vis-heartcut .hb-heart img {
  animation: hb-float 3.2s ease-in-out infinite alternate;
}
.vis-heartcut .hb-heart--2 img {
  animation-duration: 2.5s;
  animation-delay: 0.6s;
}
.vis-heartcut .hb-heart--3 img {
  animation-duration: 3.9s;
  animation-delay: 0.3s;
}
.vis-heartcut .hb-fv {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 100vh;
  overflow: hidden;
}
@supports (height: 100svh) {
  .vis-heartcut .hb-fv {
    height: 100svh;
  }
}
@media (max-width: 767px) {
  .vis-heartcut .hb-fv {
    height: auto;
  }
}
.vis-heartcut .hb-fv__photo {
  height: 100%;
}
.vis-heartcut .hb-fv__photo picture {
  height: 100%;
}
.vis-heartcut .hb-fv__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-fv__photo {
    height: auto;
  }
  .vis-heartcut .hb-fv__photo picture {
    height: auto;
  }
  .vis-heartcut .hb-fv__photo img {
    height: auto;
  }
}
.vis-heartcut .hb-fv__title {
  position: absolute;
  top: 3.52vw;
  left: 12.56vw;
  width: 27.08vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-fv__title {
    top: 6.9333333333vw;
    left: 14.6666666667vw;
    width: 70.8vw;
  }
}
.vis-heartcut .hb-fv__logo {
  position: absolute;
  bottom: 0.8vw;
  left: 0.8vw;
  width: 5.04vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-fv__logo {
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 11.7333333333vw;
  }
}
.vis-heartcut .hb-main {
  position: relative;
  z-index: 1;
  width: 33vw;
  margin-left: 52.16vw;
  background: #fff;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-main {
    width: 100%;
    margin-left: 0;
  }
}
.vis-heartcut .hb-intro-pin::after {
  content: "";
  display: block;
  height: 50vh;
}
@supports (height: 100svh) {
  .vis-heartcut .hb-intro-pin::after {
    height: 50svh;
  }
}
.vis-heartcut .hb-intro {
  position: sticky;
  top: 0;
  padding: 2.72vw 0 4.36vw;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-intro {
    padding: 8.2666666667vw 0 13.2vw;
  }
}
.vis-heartcut .hb-intro__new {
  overflow: hidden;
}
.vis-heartcut .hb-intro__new img {
  width: 37.68vw;
  max-width: none;
  margin-left: -0.84vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-intro__new img {
    width: 100%;
    margin-left: 0;
  }
}
.vis-heartcut .hb-intro__text-mask {
  position: relative;
  z-index: 2;
  margin-top: 1.88vw;
  margin-bottom: -8.16vw;
  padding-bottom: 8.16vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-intro__text-mask {
    margin-top: 5.8666666667vw;
    margin-bottom: -24.4vw;
    padding-bottom: 24.4vw;
  }
}
.vis-heartcut .hb-intro__text {
  font-size: 1.08vw;
  font-weight: 400;
  line-height: 1.67;
  text-align: center;
  color: #585858;
  transform: translateY(calc((1 - var(--p, 0)) * (100% + 8.16vw)));
  will-change: transform;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-intro__text {
    font-size: 3.2vw;
    line-height: 1.7;
    transform: translateY(calc((1 - var(--p, 0)) * (100% + 24.4vw)));
  }
}
.vis-heartcut .hb-intro__photo {
  margin-top: 1.56vw;
  overflow: hidden;
}
.vis-heartcut .hb-intro__photo img {
  width: 37.04vw;
  max-width: none;
  margin-left: -2vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-intro__photo {
    margin-top: 4.4vw;
  }
  .vis-heartcut .hb-intro__photo img {
    width: 100%;
    margin-left: 0;
  }
}
.vis-heartcut .hb-intro__caption {
  margin-top: 0.64vw;
  font-size: 1.72vw;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-intro__caption {
    margin-top: 1.6vw;
    font-size: 5.2vw;
  }
}
.vis-heartcut .hb-look {
  position: relative;
}
.vis-heartcut .hb-look__photo {
  position: absolute;
  z-index: 1;
}
.vis-heartcut .hb-look__color {
  position: absolute;
  z-index: 2;
}
.vis-heartcut .hb-band {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.vis-heartcut .hb-credit {
  position: absolute;
  z-index: 2;
  white-space: nowrap;
}
.vis-heartcut .hb-credit__row {
  display: flex;
  align-items: center;
  gap: 0.56vw;
  margin-top: 0.48vw;
  font-size: 1vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-credit__row {
    gap: 1.6vw;
    margin-top: 1.4666666667vw;
    font-size: 3.0666666667vw;
  }
}
.vis-heartcut .hb-credit__row--main {
  font-weight: 600;
}
.vis-heartcut .hb-credit__row:first-child {
  margin-top: 0;
}
.vis-heartcut .hb-credit__line {
  width: 12.84vw;
  height: 0;
  margin: 0.28vw 0;
  border: none;
  border-top: 1px dashed currentColor;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-credit__line {
    width: 39.4666666667vw;
    margin: 0.8vw 0;
  }
}
.vis-heartcut .hb-credit__soon {
  font-size: 0.76vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-credit__soon {
    font-size: 2.1333333333vw;
  }
}
.vis-heartcut .hb-buy {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.68vw;
  height: 1.36vw;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.72vw;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-buy {
    width: 8.1333333333vw;
    height: 4vw;
    font-size: 2.4vw;
  }
}
.vis-heartcut .hb-credit--saxe .hb-credit__row--main,
.vis-heartcut .hb-credit--saxe .hb-credit__line,
.vis-heartcut .hb-credit--saxe .hb-credit__soon,
.vis-heartcut .hb-credit--saxe .hb-buy {
  color: #6598ba;
}
.vis-heartcut .hb-credit--saxe .hb-buy--fill {
  background: #6598ba;
  color: #fff;
}
.vis-heartcut .hb-credit--beige .hb-credit__row--main,
.vis-heartcut .hb-credit--beige .hb-credit__line,
.vis-heartcut .hb-credit--beige .hb-credit__soon,
.vis-heartcut .hb-credit--beige .hb-buy {
  color: #d6a68a;
}
.vis-heartcut .hb-credit--beige .hb-buy--fill {
  background: #d6a68a;
  color: #fff;
}
.vis-heartcut .hb-credit--pink .hb-credit__row--main,
.vis-heartcut .hb-credit--pink .hb-credit__line,
.vis-heartcut .hb-credit--pink .hb-credit__soon,
.vis-heartcut .hb-credit--pink .hb-buy {
  color: #e89e9f;
}
.vis-heartcut .hb-credit--pink .hb-buy--fill {
  background: #e89e9f;
  color: #fff;
}
.vis-heartcut .hb-look--1 {
  height: 92.24vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 {
    height: 279.6vw;
  }
}
.vis-heartcut .hb-look--1 .hb-band--2 {
  top: 8.56vw;
  height: 17.12vw;
  background-image: url(../images/pc-band-blue2.jpg);
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-band--2 {
    top: 26vw;
    height: 51.8666666667vw;
    background-image: url(../images/sp-band-blue2.jpg);
  }
}
.vis-heartcut .hb-look--1 .hb-band--1 {
  top: 75.12vw;
  height: 17.12vw;
  background-image: url(../images/pc-band-blue1.jpg);
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-band--1 {
    top: 227.7333333333vw;
    height: 51.8666666667vw;
    background-image: url(../images/sp-band-blue1.jpg);
  }
}
.vis-heartcut .hb-look--1 .hb-heart--1 {
  top: 5.12vw;
  left: 2.12vw;
  width: 2.08vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-heart--1 {
    top: 15.6vw;
    left: 6.4vw;
    width: 6.2666666667vw;
  }
}
.vis-heartcut .hb-look--1 .hb-heart--2 {
  top: 7.6vw;
  left: 1.08vw;
  width: 1.4vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-heart--2 {
    top: 23.0666666667vw;
    left: 3.2vw;
    width: 4.2666666667vw;
  }
}
.vis-heartcut .hb-look--1 .hb-heart--3 {
  top: 65.36vw;
  left: 1.92vw;
  width: 2.76vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-heart--3 {
    top: 198.1333333333vw;
    left: 5.7333333333vw;
    width: 8.4vw;
  }
}
.vis-heartcut .hb-look--1 .hb-look__photo--p1 {
  top: 0;
  left: 9.84vw;
  width: 23.16vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-look__photo--p1 {
    left: 29.8666666667vw;
    width: 70.1333333333vw;
  }
}
.vis-heartcut .hb-look--1 .hb-look__photo--p2 {
  top: 36.12vw;
  left: 0;
  width: 17.6vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-look__photo--p2 {
    top: 109.4666666667vw;
    width: 53.4666666667vw;
  }
}
.vis-heartcut .hb-look--1 .hb-look__color {
  top: 40.92vw;
  left: 20.6vw;
  width: 9.64vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-look__color {
    top: 124.1333333333vw;
    left: 62.5333333333vw;
    width: 28.9333333333vw;
  }
}
.vis-heartcut .hb-look--1 .hb-credit {
  bottom: 30.2vw;
  left: 18.92vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-credit {
    bottom: 91.6vw;
    left: 57.3333333333vw;
  }
}
.vis-heartcut .hb-look--1 .hb-look__photo--p3 {
  top: 64.12vw;
  left: 14.32vw;
  width: 17.44vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-look__photo--p3 {
    top: 194.4vw;
    left: 43.2vw;
    width: 52.9333333333vw;
  }
}
.vis-heartcut .hb-look--1 .hb-look__photo--p4 {
  top: 67.12vw;
  left: 0.64vw;
  z-index: 2;
  width: 14.96vw;
}
.vis-heartcut .hb-look--1 .hb-look__photo--p4 img {
  clip-path: polygon(18.09% 0.27%, 99.46% 9.36%, 81.38% 99.33%, 0.27% 90.14%);
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--1 .hb-look__photo--p4 {
    top: 203.4666666667vw;
    left: 1.8666666667vw;
    width: 45.4666666667vw;
  }
  .vis-heartcut .hb-look--1 .hb-look__photo--p4 img {
    clip-path: polygon(18.08% 0.3%, 99.41% 9.54%, 81.63% 99.48%, 0.59% 90.46%);
  }
}
.vis-heartcut .hb-look--2 {
  height: 116.04vw;
  margin-top: 4.44vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 {
    height: 351.7333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.vis-heartcut .hb-look--2 .hb-band--2 {
  top: 8.12vw;
  height: 17.12vw;
  background-image: url(../images/pc-band-beige2.jpg);
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-band--2 {
    top: 24.6666666667vw;
    height: 51.8666666667vw;
    background-image: url(../images/sp-band-beige2.jpg);
  }
}
.vis-heartcut .hb-look--2 .hb-band--1 {
  top: 80.48vw;
  height: 20vw;
  background-image: url(../images/pc-band-beige1.jpg);
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-band--1 {
    top: 244vw;
    height: 60.5333333333vw;
    background-image: url(../images/sp-band-beige1.jpg);
  }
}
.vis-heartcut .hb-look--2 .hb-heart--1 {
  top: 3.36vw;
  left: 28.08vw;
  width: 2.08vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-heart--1 {
    top: 10.2666666667vw;
    left: 85.0666666667vw;
    width: 6.2666666667vw;
  }
}
.vis-heartcut .hb-look--2 .hb-heart--2 {
  top: 5.8vw;
  left: 29.8vw;
  width: 1.4vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-heart--2 {
    top: 17.7333333333vw;
    left: 90.2666666667vw;
    width: 4.2666666667vw;
  }
}
.vis-heartcut .hb-look--2 .hb-heart--3 {
  top: 35.28vw;
  left: 1.52vw;
  width: 2.76vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-heart--3 {
    top: 107.0666666667vw;
    left: 4.5333333333vw;
    width: 8.4vw;
  }
}
.vis-heartcut .hb-look--2 .hb-look__photo--p1 {
  top: 0;
  left: 0;
  width: 23.16vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-look__photo--p1 {
    width: 70.2666666667vw;
  }
}
.vis-heartcut .hb-look--2 .hb-look__photo--p2 {
  top: 36.36vw;
  left: 15.4vw;
  width: 17.6vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-look__photo--p2 {
    top: 110.2666666667vw;
    left: 46.6666666667vw;
    width: 53.3333333333vw;
  }
}
.vis-heartcut .hb-look--2 .hb-look__color {
  top: 42.04vw;
  left: 4vw;
  width: 7.68vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-look__color {
    top: 127.4666666667vw;
    left: 12vw;
    width: 23.3333333333vw;
  }
}
.vis-heartcut .hb-look--2 .hb-credit {
  bottom: 53.8vw;
  left: 1.32vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-credit {
    bottom: 162.9333333333vw;
    left: 4vw;
  }
}
.vis-heartcut .hb-look--2 .hb-look__photo--p3 {
  top: 65.08vw;
  left: 7.8vw;
  width: 17.44vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-look__photo--p3 {
    top: 197.3333333333vw;
    left: 23.6vw;
    width: 52.8vw;
  }
}
.vis-heartcut .hb-look--2 .hb-look__photo--p4 {
  top: 90.56vw;
  left: 7.8vw;
  width: 17.44vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--2 .hb-look__photo--p4 {
    top: 274.5333333333vw;
    left: 23.6vw;
    width: 52.8vw;
  }
}
.vis-heartcut .hb-look--3 {
  height: 52.68vw;
  margin-top: 1.52vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--3 {
    height: 159.6vw;
    margin-top: 4.6666666667vw;
  }
}
.vis-heartcut .hb-look--3 .hb-heart--1 {
  top: 0;
  left: 28.72vw;
  width: 1.88vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--3 .hb-heart--1 {
    left: 86.9333333333vw;
    width: 5.7333333333vw;
  }
}
.vis-heartcut .hb-look--3 .hb-heart--2 {
  top: 2.16vw;
  left: 27.44vw;
  width: 1.16vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--3 .hb-heart--2 {
    top: 6.5333333333vw;
    left: 83.0666666667vw;
    width: 3.6vw;
  }
}
.vis-heartcut .hb-look--3 .hb-heart--3 {
  top: 47.8vw;
  left: 1.44vw;
  width: 2.76vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--3 .hb-heart--3 {
    top: 144.8vw;
    left: 4.2666666667vw;
    width: 8.4vw;
  }
}
.vis-heartcut .hb-look--3 .hb-look__photo--p1 {
  top: 2.88vw;
  left: 16.92vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--3 .hb-look__photo--p1 {
    top: 8.6666666667vw;
    left: 51.2vw;
  }
}
.vis-heartcut .hb-look--3 .hb-look__photo--p2 {
  top: 6.2vw;
  left: 2.76vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--3 .hb-look__photo--p2 {
    top: 18.6666666667vw;
    left: 8.2666666667vw;
  }
}
.vis-heartcut .hb-look--3 .hb-look__photo--p3 {
  top: 26.6vw;
  left: 2.76vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--3 .hb-look__photo--p3 {
    top: 80.5333333333vw;
    left: 8.2666666667vw;
  }
}
.vis-heartcut .hb-look--3 .hb-look__photo--p4 {
  top: 23.32vw;
  left: 16.92vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--3 .hb-look__photo--p4 {
    top: 70.5333333333vw;
    left: 51.2vw;
  }
}
.vis-heartcut .hb-look--3 .hb-credit {
  bottom: 0;
  left: 16.92vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-look--3 .hb-credit {
    left: 51.2vw;
  }
}
.vis-heartcut .hb-switch {
  width: 13.44vw;
  height: 19.64vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-switch {
    width: 40.6666666667vw;
    height: 59.4666666667vw;
  }
}
.vis-heartcut .hb-switch img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.vis-heartcut .hb-switch img.is-current {
  opacity: 1;
}
.vis-heartcut .hb-movie {
  width: 22.04vw;
  margin: 4.28vw auto 0;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-movie {
    width: 66.6666666667vw;
    margin-top: 13.0666666667vw;
  }
}
.vis-heartcut .hb-movie video {
  display: block;
  width: 100%;
  height: auto;
}
.vis-heartcut .hb-about {
  position: relative;
  height: calc(59.08vw + 50vh);
}
@supports (height: 100svh) {
  .vis-heartcut .hb-about {
    height: calc(59.08vw + 50svh);
  }
}
@media (max-width: 767px) {
  .vis-heartcut .hb-about {
    height: calc(178.9333333333vw + 50vh);
  }
  @supports (height: 100svh) {
    .vis-heartcut .hb-about {
      height: calc(178.9333333333vw + 50svh);
    }
  }
}
.vis-heartcut .hb-about__stage {
  position: sticky;
  top: 0;
  height: 51.08vw;
  padding-top: 4.56vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-about__stage {
    height: 165.6vw;
    padding-top: 13.8666666667vw;
  }
}
.vis-heartcut .hb-about__head {
  width: 26.2vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-about__head {
    width: 79.0666666667vw;
  }
}
.vis-heartcut .hb-about__main {
  position: relative;
  margin-top: 1.52vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-about__main {
    margin-top: 4.5333333333vw;
  }
}
.vis-heartcut .hb-about__text-mask {
  position: absolute;
  top: 0.72vw;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 3.68vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-about__text-mask {
    top: 2.4vw;
    padding-bottom: 11.3333333333vw;
  }
}
.vis-heartcut .hb-about__text {
  font-size: 1.08vw;
  line-height: 1.67;
  text-align: center;
  color: #585858;
  transform: translateY(calc((1 - var(--p, 0)) * (100% + 3.68vw)));
  will-change: transform;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-about__text {
    font-size: 3.2vw;
    line-height: 1.7;
    transform: translateY(calc((1 - var(--p, 0)) * (100% + 11.3333333333vw)));
  }
}
.vis-heartcut .hb-allitems {
  width: 18.08vw;
  margin-top: 1.44vw;
  margin-left: 14.6vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-allitems {
    width: 52.1333333333vw;
    margin-top: 3.7333333333vw;
    margin-left: 47.8666666667vw;
  }
}
.vis-heartcut .hb-allitems a {
  display: block;
}
.vis-heartcut .hb-profile {
  margin-top: 7.4vw;
  padding: 1.44vw 0 4.6vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-profile {
    margin-top: 22.4vw;
    padding: 4.2666666667vw 0 6.8vw;
  }
}
.vis-heartcut .hb-profile__title {
  width: 11.68vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-profile__title {
    width: 35.2vw;
  }
}
.vis-heartcut .hb-profile__photo {
  width: 17.68vw;
  margin: 2.6vw auto 0;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-profile__photo {
    width: 53.6vw;
    margin-top: 7.8666666667vw;
  }
}
.vis-heartcut .hb-profile__text {
  margin-top: 2.6vw;
  font-size: 1.04vw;
  line-height: 1.7;
  text-align: center;
  color: #595959;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-profile__text {
    margin-top: 7.8666666667vw;
    font-size: 3.2vw;
  }
}
.vis-heartcut .hb-footer {
  padding-bottom: 2.4vw;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-footer {
    padding-bottom: 7.2vw;
  }
}
.vis-heartcut .hb-footer__photo {
  position: relative;
}
.vis-heartcut .hb-footer__credit {
  position: absolute;
  top: 3.2vw;
  left: 0;
  width: 100%;
  font-size: 1vw;
  line-height: 1.85;
  text-align: center;
  color: #585858;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-footer__credit {
    top: 9.4666666667vw;
    font-size: 3.0666666667vw;
  }
}
.vis-heartcut .hb-footer__logo a {
  display: block;
  width: 4.96vw;
  margin: 1.76vw auto 0;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-footer__logo a {
    width: 15.2vw;
    margin-top: 5.3333333333vw;
  }
}
.vis-heartcut .hb-footer__copy {
  margin-top: 0.88vw;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 0.76vw;
  text-align: center;
  color: #585858;
}
@media (max-width: 767px) {
  .vis-heartcut .hb-footer__copy {
    margin-top: 2.5333333333vw;
    font-size: 2vw;
  }
}

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