@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink02 {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

.feature-snslist {
  position: relative;
  z-index: 3;
}

.is_spnone {
  display: block;
}

.is_pcnone {
  display: none;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  pointer-events: none;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  pointer-events: auto;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_blur figure {
  opacity: 0;
  visibility: hidden;
  filter: blur(10px);
  transition: 1s;
}
#feature .js_anime .is_neon {
  opacity: 1;
}
#feature .js_anime.is_show.is_blur figure {
  opacity: 1;
  visibility: inherit;
  filter: blur(0px);
}
#feature .js_anime.is_show .is_neon .sec__heartimg:nth-child(odd) {
  animation: blink 1.5s infinite alternate;
}
#feature .js_anime.is_show .is_neon .sec__heartimg:nth-child(even) {
  animation: blink02 2s 0.5s infinite alternate;
}
#feature .js_anime.is_show .is_neon .sec__heartimg:nth-child(3n) {
  animation: blink02 1.8s ease 0.5s infinite alternate;
}
#feature .js_anime.is_show .is_neon .sec__heartimg:nth-child(5n) {
  animation: blink02 3s ease infinite;
}
#feature .js_anime.is_show .is_neon .sec__heartimg:nth-child(13n) {
  animation: blink02 3s ease infinite;
}

#feature .main {
  display: flex;
  background-color: #bf1920;
  transition: 1s background-color;
}
#feature .main .left {
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .left .left__ttl p {
  line-height: 1;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 1s color;
}
#feature .main .left .left__ttl p:nth-child(1) {
  font-size: calc(50 * var(--vw) / 1400);
  letter-spacing: 0.02em;
}
#feature .main .left .left__ttl p:nth-child(2) {
  margin-top: calc(15 * var(--vw) / 1400);
  font-size: calc(18 * var(--vw) / 1400);
  letter-spacing: 0.02em;
}
#feature .main .left .left__ttl p:nth-child(3) {
  margin-top: calc(15 * var(--vw) / 1400);
  font-size: calc(15 * var(--vw) / 1400);
  letter-spacing: 0.02em;
}
#feature .main .right {
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .right .right__btn {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .main .right .right__btn a {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: calc(12 * var(--vw) / 1400);
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-size: calc(22 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
  position: relative;
  transition: 1s color;
}
#feature .main .right .right__btn a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: calc(-4 * var(--vw) / 1400);
  left: 0;
  transition: 1s background-color;
}
#feature .main .center {
  width: calc(420 * var(--vw) / 1400);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow-x: clip;
}
#feature .main.is_sec02 {
  background-color: #fff;
}
#feature .main.is_sec02 .left .left__ttl p {
  color: #000;
}
#feature .main.is_sec02 .left .left__ttl p:nth-child(1) {
  color: #bf1920;
}
#feature .main.is_sec02 .right .right__btn a {
  color: #000;
}
#feature .main.is_sec02 .right .right__btn a::after {
  background-color: #000;
}
#feature .main.is_sec03 {
  background-color: #bf1920;
}
#feature .main.is_sec03 .left .left__ttl p {
  color: #fff;
}
#feature .main.is_sec03 .left .left__ttl p:nth-child(1) {
  color: #fff;
}
#feature .main.is_sec03 .right .right__btn a {
  color: #fff;
}
#feature .main.is_sec03 .right .right__btn a::after {
  background-color: #fff;
}
@media screen and (min-width: 1400px) {
  #feature .main .left {
    height: calc(100vh - 80px);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 80px;
    z-index: 3;
  }
  #feature .main .left .left__ttl p {
    line-height: 1;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 1s color;
  }
  #feature .main .left .left__ttl p:nth-child(1) {
    font-size: 50px;
    letter-spacing: 0.02em;
  }
  #feature .main .left .left__ttl p:nth-child(2) {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  #feature .main .left .left__ttl p:nth-child(3) {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  #feature .main .right {
    height: calc(100vh - 80px);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 80px;
    z-index: 3;
  }
  #feature .main .right .right__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .main .right .right__btn a {
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 12px;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    white-space: nowrap;
    position: relative;
    transition: 1s color;
  }
  #feature .main .right .right__btn a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: 1s background-color;
  }
  #feature .main .center {
    width: 420px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    overflow-x: clip;
  }
  #feature .main.is_sec02 {
    background-color: #fff;
  }
  #feature .main.is_sec02 .left .left__ttl p {
    color: #000;
  }
  #feature .main.is_sec02 .left .left__ttl p:nth-child(1) {
    color: #bf1920;
  }
  #feature .main.is_sec02 .right .right__btn a {
    color: #000;
  }
  #feature .main.is_sec02 .right .right__btn a::after {
    background-color: #000;
  }
  #feature .main.is_sec03 {
    background-color: #bf1920;
  }
  #feature .main.is_sec03 .left .left__ttl p {
    color: #fff;
  }
  #feature .main.is_sec03 .left .left__ttl p:nth-child(1) {
    color: #fff;
  }
  #feature .main.is_sec03 .right .right__btn a {
    color: #fff;
  }
  #feature .main.is_sec03 .right .right__btn a::after {
    background-color: #fff;
  }
}
#feature .hero .hero__head {
  position: relative;
}
#feature .hero .hero__head .hero__ttl {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: calc(194 * var(--vw) * 0.3 / 750);
  right: calc(30 * var(--vw) * 0.3 / 750);
}
#feature .hero .hero__head .hero__ttl p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
#feature .hero .hero__head .hero__ttl p:nth-child(1) {
  font-size: calc(78 * var(--vw) * 0.3 / 750);
  line-height: calc(94 * var(--vw) * 0.3 / 750);
  letter-spacing: 0.025em;
  color: #bf1920;
}
#feature .hero .hero__head .hero__ttl p:nth-child(2) {
  margin-top: calc(2 * var(--vw) * 0.3 / 750);
  font-size: calc(28 * var(--vw) * 0.3 / 750);
  line-height: calc(52 * var(--vw) * 0.3 / 750);
  color: #000;
}
#feature .hero .hero__head .hero__ttl p:nth-child(3) {
  margin-top: calc(18 * var(--vw) * 0.3 / 750);
  font-size: calc(24 * var(--vw) * 0.3 / 750);
  line-height: calc(52 * var(--vw) * 0.3 / 750);
  color: #000;
}
#feature .hero .hero__head .hero__line {
  width: calc(2 * var(--vw) * 0.3 / 750);
  height: calc(100 * var(--vw) * 0.3 / 750);
  margin: 0 auto;
  background-color: #000;
  position: absolute;
  bottom: calc(-50 * var(--vw) * 0.3 / 750);
  left: 0;
  right: 0;
  animation: scroll 2s ease-in-out infinite;
}
#feature .hero .hero__txt {
  margin-top: calc(120 * var(--vw) * 0.3 / 750);
}
#feature .hero .hero__txt p:nth-child(1) {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  font-size: calc(36 * var(--vw) * 0.3 / 750);
  line-height: calc(110 * var(--vw) * 0.3 / 750);
  letter-spacing: 0.02em;
  color: #000;
  white-space: nowrap;
}
#feature .hero .hero__txt p:nth-child(2) {
  width: calc(26 * var(--vw) * 0.3 / 750);
  margin: calc(18 * var(--vw) * 0.3 / 750) auto 0;
}
#feature .hero .hero__txt p:nth-child(3) {
  margin-top: calc(38 * var(--vw) * 0.3 / 750);
  font-size: calc(24 * var(--vw) * 0.3 / 750);
  line-height: calc(48 * var(--vw) * 0.3 / 750);
  letter-spacing: 0.08em;
  color: #000;
}
#feature .sec {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  position: absolute;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(24 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-size: calc(24 * var(--vw) * 0.3 / 750);
  line-height: calc(48 * var(--vw) * 0.3 / 750);
  letter-spacing: 0.02em;
  color: #b7b7b7;
  white-space: nowrap;
}
#feature .sec .sec__credit.sec__credit01 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(50 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit02 {
  top: calc(100% + 72 * var(--vw) * 0.3 / 750);
  left: calc(-56 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit03 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(0 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(50 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit05 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(0 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit06 {
  width: calc(500 * var(--vw) * 0.3 / 750);
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(50 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit07 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(0 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit08 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(50 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit09 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(0 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit10 {
  top: calc(100% + 80 * var(--vw) * 0.3 / 750);
  left: calc(-118 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit11 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(0 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit12 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(50 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit13 {
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(0 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit14 {
  width: calc(500 * var(--vw) * 0.3 / 750);
  top: calc(100% + 18 * var(--vw) * 0.3 / 750);
  left: calc(50 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__credit.sec__credit15 {
  top: calc(100% + 100 * var(--vw) * 0.3 / 750);
  left: calc(-78 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__img .slider .slick-list {
  line-height: 0;
}
#feature .sec .sec__img.sec__img01 {
  width: 100%;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(530 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img03 {
  width: calc(550 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(700 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: calc(510 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img06 {
  width: 100%;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(470 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(610 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(700 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(700 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(410 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img12 {
  width: calc(610 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img13 {
  width: calc(550 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img14 {
  width: calc(590 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img15 {
  width: 100%;
}
#feature .sec .sec__img.sec__img16 {
  width: calc(490 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__img.sec__img17 {
  width: 100%;
}
#feature .sec .sec__heart {
  position: absolute;
  z-index: 3;
}
#feature .sec .sec__heart.sec__heart01 {
  width: calc(646 * var(--vw) * 0.3 / 750);
  height: calc(892 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__heart.sec__heart01 .sec__heartimg {
  width: calc(22 * var(--vw) * 0.3 / 750);
  position: absolute;
  z-index: 3;
}
#feature .sec .sec__heart.sec__heart02 {
  width: calc(260 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__heart.sec__heart03 {
  width: calc(260 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__heart.sec__heart04 {
  width: calc(648 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__heart.sec__heart05 {
  width: calc(270 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__heart.sec__heart06 {
  width: calc(646 * var(--vw) * 0.3 / 750);
  height: calc(892 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__heart.sec__heart06 .sec__heartimg {
  width: calc(22 * var(--vw) * 0.3 / 750);
  position: absolute;
  z-index: 3;
}
#feature .sec .sec__txtimg {
  position: absolute;
  z-index: 3;
}
#feature .sec .sec__txtimg.sec__txtimg01 {
  width: calc(70 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__txtimg.sec__txtimg02 {
  width: calc(70 * var(--vw) * 0.3 / 750);
}
#feature .sec .sec__txt {
  text-align: left;
}
#feature .sec .sec__txt p {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-size: calc(24 * var(--vw) * 0.3 / 750);
  line-height: calc(48 * var(--vw) * 0.3 / 750);
  color: #bf1920;
  white-space: nowrap;
}
#feature .sec .sec__txt p:nth-child(1) {
  letter-spacing: 0.098em;
}
#feature .sec .sec__txt p:nth-child(2) {
  letter-spacing: 0.1em;
}
#feature .sec .sec__txt p:nth-child(3) {
  letter-spacing: 0.075em;
}
#feature .sec .sec__txt p:nth-child(4) {
  letter-spacing: 0.02em;
}
#feature .sec .sec__btn {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__btn a {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-size: calc(36 * var(--vw) * 0.3 / 750);
  line-height: calc(134.15 * var(--vw) * 0.3 / 750);
  letter-spacing: 0.02em;
  color: #000;
  white-space: nowrap;
  position: relative;
}
#feature .sec .sec__btn a::after {
  content: "";
  width: 100%;
  height: calc(2 * var(--vw) * 0.3 / 750);
  background-color: #000;
  position: absolute;
  bottom: calc(22 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec .sec__block {
  position: relative;
}
#feature .sec .sec__imgttl {
  width: 100%;
  display: flex;
  align-items: baseline;
  position: absolute;
  z-index: 3;
}
#feature .sec .sec__imgttl p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
#feature .sec .sec__imgttl p:nth-child(1) {
  font-size: calc(64 * var(--vw) * 0.3 / 750);
  letter-spacing: 0.02em;
  color: #bf1920;
}
#feature .sec .sec__imgttl p:nth-child(2) {
  font-size: calc(26 * var(--vw) * 0.3 / 750);
  letter-spacing: 0.02em;
  color: #000;
}
#feature .sec .sec__staff {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-size: calc(20 * var(--vw) * 0.3 / 750);
  line-height: calc(40 * var(--vw) * 0.3 / 750);
  letter-spacing: 0.02em;
  color: #000;
  text-align: left;
  position: absolute;
  z-index: 3;
}
#feature .sec.sec01 {
  margin-top: calc(148 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: calc(270 * var(--vw) * 0.3 / 750) auto 0;
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin: calc(60 * var(--vw) * 0.3 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img04 {
  margin-top: calc(216 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__heart.sec__heart01 {
  top: calc(-54 * var(--vw) * 0.3 / 750);
  left: calc(-56 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(1) {
  top: 0;
  left: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(2) {
  top: calc(174 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(3) {
  top: calc(348 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(4) {
  top: calc(522 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(5) {
  top: calc(696 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(6) {
  bottom: 0;
  left: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(7) {
  top: 0;
  right: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(8) {
  top: calc(174 * var(--vw) * 0.3 / 750);
  right: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(9) {
  top: calc(348 * var(--vw) * 0.3 / 750);
  right: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(10) {
  top: calc(522 * var(--vw) * 0.3 / 750);
  right: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(11) {
  top: calc(696 * var(--vw) * 0.3 / 750);
  right: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(12) {
  bottom: 0;
  right: 0;
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(13) {
  top: 0;
  left: calc(156 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(14) {
  top: 0;
  left: calc(312 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(15) {
  top: 0;
  left: calc(468 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(16) {
  bottom: 0;
  left: calc(156 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(17) {
  bottom: 0;
  left: calc(312 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(18) {
  bottom: 0;
  left: calc(468 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__heart.sec__heart02 {
  top: calc(-70 * var(--vw) * 0.3 / 750);
  right: calc(-120 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec01 .sec__txt {
  margin: calc(256 * var(--vw) * 0.3 / 750) 0 0 calc(50 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec02 {
  margin-top: calc(264 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec02 .sec__img.sec__img05 {
  margin: 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img06 {
  margin-top: calc(246 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec02 .sec__img.sec__img07 {
  margin: calc(264 * var(--vw) * 0.3 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img08 {
  margin-top: calc(214 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec02 .sec__img.sec__img09 {
  margin: calc(266 * var(--vw) * 0.3 / 750) 0 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img10 {
  margin: calc(20 * var(--vw) * 0.3 / 750) 0 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img11 {
  margin: calc(326 * var(--vw) * 0.3 / 750) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img12 {
  margin: calc(278 * var(--vw) * 0.3 / 750) 0 0 auto;
}
#feature .sec.sec02 .sec__heart.sec__heart03 {
  top: calc(-84 * var(--vw) * 0.3 / 750);
  left: calc(-120 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec02 .sec__heart.sec__heart04 {
  top: calc(-62 * var(--vw) * 0.3 / 750);
  left: calc(-118 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec02 .sec__txtimg.sec__txtimg01 {
  top: calc(2 * var(--vw) * 0.3 / 750);
  right: calc(-106 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 {
  margin-top: calc(264 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__img.sec__img14 {
  margin: calc(216 * var(--vw) * 0.3 / 750) 0 0 auto;
}
#feature .sec.sec03 .sec__img.sec__img15 {
  margin-top: calc(264 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__img.sec__img16 {
  margin: calc(346 * var(--vw) * 0.3 / 750) auto 0;
}
#feature .sec.sec03 .sec__heart.sec__heart05 {
  bottom: calc(-96 * var(--vw) * 0.3 / 750);
  right: calc(-210 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__heart.sec__heart06 {
  top: calc(-84 * var(--vw) * 0.3 / 750);
  left: calc(-76 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(1) {
  top: 0;
  left: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(2) {
  top: calc(174 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(3) {
  top: calc(348 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(4) {
  top: calc(522 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(5) {
  top: calc(696 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(6) {
  bottom: 0;
  left: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(7) {
  top: 0;
  right: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(8) {
  top: calc(174 * var(--vw) * 0.3 / 750);
  right: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(9) {
  top: calc(348 * var(--vw) * 0.3 / 750);
  right: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(10) {
  top: calc(522 * var(--vw) * 0.3 / 750);
  right: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(11) {
  top: calc(696 * var(--vw) * 0.3 / 750);
  right: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(12) {
  bottom: 0;
  right: 0;
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(13) {
  top: 0;
  left: calc(156 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(14) {
  top: 0;
  left: calc(312 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(15) {
  top: 0;
  left: calc(468 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(16) {
  bottom: 0;
  left: calc(156 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(17) {
  bottom: 0;
  left: calc(312 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(18) {
  bottom: 0;
  left: calc(468 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__txtimg.sec__txtimg02 {
  top: 0;
  left: calc(-122 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__btn {
  margin: calc(248 * var(--vw) * 0.3 / 750) auto 0;
}
#feature .sec.sec03 .sec__block {
  margin-top: calc(138 * var(--vw) * 0.3 / 750);
}
#feature .sec.sec03 .sec__imgttl {
  padding-left: calc(50 * var(--vw) * 0.3 / 750);
  top: calc(48 * var(--vw) * 0.3 / 750);
  left: 0;
}
#feature .sec.sec03 .sec__imgttl p:nth-child(1) {
  margin-right: calc(70 * var(--vw) * 0.3 / 750);
  letter-spacing: 0.025em;
}
#feature .sec.sec03 .sec__staff {
  top: calc(186 * var(--vw) * 0.3 / 750);
  left: calc(50 * var(--vw) * 0.3 / 750);
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__head {
    position: relative;
  }
  #feature .hero .hero__head .hero__ttl {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 108.64px;
    right: 16.8px;
  }
  #feature .hero .hero__head .hero__ttl p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  #feature .hero .hero__head .hero__ttl p:nth-child(1) {
    font-size: 43.68px;
    line-height: 52.64px;
    letter-spacing: 0.025em;
    color: #bf1920;
  }
  #feature .hero .hero__head .hero__ttl p:nth-child(2) {
    margin-top: 1.12px;
    font-size: 15.68px;
    line-height: 29.12px;
    color: #000;
  }
  #feature .hero .hero__head .hero__ttl p:nth-child(3) {
    margin-top: 10.08px;
    font-size: 13.44px;
    line-height: 29.12px;
    color: #000;
  }
  #feature .hero .hero__head .hero__line {
    width: 1.12px;
    height: 56px;
    margin: 0 auto;
    background-color: #000;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    animation: scroll 2s ease-in-out infinite;
  }
  #feature .hero .hero__txt {
    margin-top: 67.2px;
  }
  #feature .hero .hero__txt p:nth-child(1) {
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 500;
    font-size: 20.16px;
    line-height: 61.6px;
    letter-spacing: 0.02em;
    color: #000;
    white-space: nowrap;
  }
  #feature .hero .hero__txt p:nth-child(2) {
    width: 14.56px;
    margin: 10.08px auto 0;
  }
  #feature .hero .hero__txt p:nth-child(3) {
    margin-top: 21.28px;
    font-size: 13.44px;
    line-height: 26.88px;
    letter-spacing: 0.08em;
    color: #000;
  }
  #feature .sec {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__credit {
    position: absolute;
  }
  #feature .sec .sec__credit .credit {
    display: flex;
    flex-wrap: wrap;
    gap: 0 13.44px;
  }
  #feature .sec .sec__credit .credit .item {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__credit .credit .item .link p {
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 400;
    font-size: 13.44px;
    line-height: 26.88px;
    letter-spacing: 0.02em;
    color: #b7b7b7;
    white-space: nowrap;
  }
  #feature .sec .sec__credit.sec__credit01 {
    top: calc(100% + 10.08px);
    left: 28px;
  }
  #feature .sec .sec__credit.sec__credit02 {
    top: calc(100% + 40.32px);
    left: -31.36px;
  }
  #feature .sec .sec__credit.sec__credit03 {
    top: calc(100% + 10.08px);
    left: 0px;
  }
  #feature .sec .sec__credit.sec__credit04 {
    top: calc(100% + 10.08px);
    left: 28px;
  }
  #feature .sec .sec__credit.sec__credit05 {
    top: calc(100% + 10.08px);
    left: 0px;
  }
  #feature .sec .sec__credit.sec__credit06 {
    width: 280px;
    top: calc(100% + 10.08px);
    left: 28px;
  }
  #feature .sec .sec__credit.sec__credit07 {
    top: calc(100% + 10.08px);
    left: 0px;
  }
  #feature .sec .sec__credit.sec__credit08 {
    top: calc(100% + 10.08px);
    left: 28px;
  }
  #feature .sec .sec__credit.sec__credit09 {
    top: calc(100% + 10.08px);
    left: 0px;
  }
  #feature .sec .sec__credit.sec__credit10 {
    top: calc(100% + 44.8px);
    left: -66.08px;
  }
  #feature .sec .sec__credit.sec__credit11 {
    top: calc(100% + 10.08px);
    left: 0px;
  }
  #feature .sec .sec__credit.sec__credit12 {
    top: calc(100% + 10.08px);
    left: 28px;
  }
  #feature .sec .sec__credit.sec__credit13 {
    top: calc(100% + 10.08px);
    left: 0px;
  }
  #feature .sec .sec__credit.sec__credit14 {
    width: 280px;
    top: calc(100% + 10.08px);
    left: 28px;
  }
  #feature .sec .sec__credit.sec__credit15 {
    top: calc(100% + 56px);
    left: -43.68px;
  }
  #feature .sec .sec__flex {
    display: flex;
    position: relative;
  }
  #feature .sec .sec__flex.is_reverse {
    flex-direction: row-reverse;
  }
  #feature .sec .sec__img {
    position: relative;
    z-index: 2;
  }
  #feature .sec .sec__img .slider .slick-list {
    line-height: 0;
  }
  #feature .sec .sec__img.sec__img01 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img02 {
    width: 296.8px;
  }
  #feature .sec .sec__img.sec__img03 {
    width: 308px;
  }
  #feature .sec .sec__img.sec__img04 {
    width: 392px;
  }
  #feature .sec .sec__img.sec__img05 {
    width: 285.6px;
  }
  #feature .sec .sec__img.sec__img06 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img07 {
    width: 263.2px;
  }
  #feature .sec .sec__img.sec__img08 {
    width: 341.6px;
  }
  #feature .sec .sec__img.sec__img09 {
    width: 392px;
  }
  #feature .sec .sec__img.sec__img10 {
    width: 392px;
  }
  #feature .sec .sec__img.sec__img11 {
    width: 229.6px;
  }
  #feature .sec .sec__img.sec__img12 {
    width: 341.6px;
  }
  #feature .sec .sec__img.sec__img13 {
    width: 308px;
  }
  #feature .sec .sec__img.sec__img14 {
    width: 330.4px;
  }
  #feature .sec .sec__img.sec__img15 {
    width: 100%;
  }
  #feature .sec .sec__img.sec__img16 {
    width: 274.4px;
  }
  #feature .sec .sec__img.sec__img17 {
    width: 100%;
  }
  #feature .sec .sec__heart {
    position: absolute;
    z-index: 3;
  }
  #feature .sec .sec__heart.sec__heart01 {
    width: 361.76px;
    height: 499.52px;
  }
  #feature .sec .sec__heart.sec__heart01 .sec__heartimg {
    width: 12.32px;
    position: absolute;
    z-index: 3;
  }
  #feature .sec .sec__heart.sec__heart02 {
    width: 145.6px;
  }
  #feature .sec .sec__heart.sec__heart03 {
    width: 145.6px;
  }
  #feature .sec .sec__heart.sec__heart04 {
    width: 362.88px;
  }
  #feature .sec .sec__heart.sec__heart05 {
    width: 151.2px;
  }
  #feature .sec .sec__heart.sec__heart06 {
    width: 361.76px;
    height: 499.52px;
  }
  #feature .sec .sec__heart.sec__heart06 .sec__heartimg {
    width: 12.32px;
    position: absolute;
    z-index: 3;
  }
  #feature .sec .sec__txtimg {
    position: absolute;
    z-index: 3;
  }
  #feature .sec .sec__txtimg.sec__txtimg01 {
    width: 39.2px;
  }
  #feature .sec .sec__txtimg.sec__txtimg02 {
    width: 39.2px;
  }
  #feature .sec .sec__txt {
    text-align: left;
  }
  #feature .sec .sec__txt p {
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 400;
    font-size: 13.44px;
    line-height: 26.88px;
    color: #bf1920;
    white-space: nowrap;
  }
  #feature .sec .sec__txt p:nth-child(1) {
    letter-spacing: 0.098em;
  }
  #feature .sec .sec__txt p:nth-child(2) {
    letter-spacing: 0.1em;
  }
  #feature .sec .sec__txt p:nth-child(3) {
    letter-spacing: 0.075em;
  }
  #feature .sec .sec__txt p:nth-child(4) {
    letter-spacing: 0.02em;
  }
  #feature .sec .sec__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  #feature .sec .sec__btn a {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 400;
    font-size: 20.16px;
    line-height: 75.124px;
    letter-spacing: 0.02em;
    color: #000;
    white-space: nowrap;
    position: relative;
  }
  #feature .sec .sec__btn a::after {
    content: "";
    width: 100%;
    height: 1.12px;
    background-color: #000;
    position: absolute;
    bottom: 12.32px;
    left: 0;
  }
  #feature .sec .sec__block {
    position: relative;
  }
  #feature .sec .sec__imgttl {
    width: 100%;
    display: flex;
    align-items: baseline;
    position: absolute;
    z-index: 3;
  }
  #feature .sec .sec__imgttl p {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }
  #feature .sec .sec__imgttl p:nth-child(1) {
    font-size: 35.84px;
    letter-spacing: 0.02em;
    color: #bf1920;
  }
  #feature .sec .sec__imgttl p:nth-child(2) {
    font-size: 14.56px;
    letter-spacing: 0.02em;
    color: #000;
  }
  #feature .sec .sec__staff {
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 400;
    font-size: 11.2px;
    line-height: 22.4px;
    letter-spacing: 0.02em;
    color: #000;
    text-align: left;
    position: absolute;
    z-index: 3;
  }
  #feature .sec.sec01 {
    margin-top: 82.88px;
  }
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin: 151.2px auto 0;
  }
  #feature .sec.sec01 .sec__img.sec__img03 {
    margin: 33.6px 0 0 auto;
  }
  #feature .sec.sec01 .sec__img.sec__img04 {
    margin-top: 120.96px;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 {
    top: -30.24px;
    left: -31.36px;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(1) {
    top: 0;
    left: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(2) {
    top: 97.44px;
    left: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(3) {
    top: 194.88px;
    left: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(4) {
    top: 292.32px;
    left: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(5) {
    top: 389.76px;
    left: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(6) {
    bottom: 0;
    left: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(7) {
    top: 0;
    right: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(8) {
    top: 97.44px;
    right: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(9) {
    top: 194.88px;
    right: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(10) {
    top: 292.32px;
    right: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(11) {
    top: 389.76px;
    right: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(12) {
    bottom: 0;
    right: 0;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(13) {
    top: 0;
    left: 87.36px;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(14) {
    top: 0;
    left: 174.72px;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(15) {
    top: 0;
    left: 262.08px;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(16) {
    bottom: 0;
    left: 87.36px;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(17) {
    bottom: 0;
    left: 174.72px;
  }
  #feature .sec.sec01 .sec__heart.sec__heart01 .sec__heartimg:nth-child(18) {
    bottom: 0;
    left: 262.08px;
  }
  #feature .sec.sec01 .sec__heart.sec__heart02 {
    top: -39.2px;
    right: -67.2px;
  }
  #feature .sec.sec01 .sec__txt {
    margin: 143.36px 0 0 28px;
  }
  #feature .sec.sec02 {
    margin-top: 147.84px;
  }
  #feature .sec.sec02 .sec__img.sec__img05 {
    margin: 0 auto;
  }
  #feature .sec.sec02 .sec__img.sec__img06 {
    margin-top: 137.76px;
  }
  #feature .sec.sec02 .sec__img.sec__img07 {
    margin: 147.84px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img08 {
    margin-top: 119.84px;
  }
  #feature .sec.sec02 .sec__img.sec__img09 {
    margin: 148.96px 0 0 auto;
  }
  #feature .sec.sec02 .sec__img.sec__img10 {
    margin: 11.2px 0 0 auto;
  }
  #feature .sec.sec02 .sec__img.sec__img11 {
    margin: 182.56px auto 0;
  }
  #feature .sec.sec02 .sec__img.sec__img12 {
    margin: 155.68px 0 0 auto;
  }
  #feature .sec.sec02 .sec__heart.sec__heart03 {
    top: -47.04px;
    left: -67.2px;
  }
  #feature .sec.sec02 .sec__heart.sec__heart04 {
    top: -34.72px;
    left: -66.08px;
  }
  #feature .sec.sec02 .sec__txtimg.sec__txtimg01 {
    top: 1.12px;
    right: -59.36px;
  }
  #feature .sec.sec03 {
    margin-top: 147.84px;
  }
  #feature .sec.sec03 .sec__img.sec__img14 {
    margin: 120.96px 0 0 auto;
  }
  #feature .sec.sec03 .sec__img.sec__img15 {
    margin-top: 147.84px;
  }
  #feature .sec.sec03 .sec__img.sec__img16 {
    margin: 193.76px auto 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart05 {
    bottom: -53.76px;
    right: -117.6px;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 {
    top: -47.04px;
    left: -42.56px;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(1) {
    top: 0;
    left: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(2) {
    top: 97.44px;
    left: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(3) {
    top: 194.88px;
    left: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(4) {
    top: 292.32px;
    left: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(5) {
    top: 389.76px;
    left: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(6) {
    bottom: 0;
    left: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(7) {
    top: 0;
    right: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(8) {
    top: 97.44px;
    right: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(9) {
    top: 194.88px;
    right: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(10) {
    top: 292.32px;
    right: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(11) {
    top: 389.76px;
    right: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(12) {
    bottom: 0;
    right: 0;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(13) {
    top: 0;
    left: 87.36px;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(14) {
    top: 0;
    left: 174.72px;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(15) {
    top: 0;
    left: 262.08px;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(16) {
    bottom: 0;
    left: 87.36px;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(17) {
    bottom: 0;
    left: 174.72px;
  }
  #feature .sec.sec03 .sec__heart.sec__heart06 .sec__heartimg:nth-child(18) {
    bottom: 0;
    left: 262.08px;
  }
  #feature .sec.sec03 .sec__txtimg.sec__txtimg02 {
    top: 0;
    left: -68.32px;
  }
  #feature .sec.sec03 .sec__btn {
    margin: 138.88px auto 0;
  }
  #feature .sec.sec03 .sec__block {
    margin-top: 77.28px;
  }
  #feature .sec.sec03 .sec__imgttl {
    padding-left: 28px;
    top: 26.88px;
    left: 0;
  }
  #feature .sec.sec03 .sec__imgttl p:nth-child(1) {
    margin-right: 39.2px;
    letter-spacing: 0.025em;
  }
  #feature .sec.sec03 .sec__staff {
    top: 104.16px;
    left: 28px;
  }
}/*# sourceMappingURL=style.css.map */