@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
main {
  padding-top: 105px;
  padding-bottom: 0;
  background-image: url(../../img/home/bg_bottom_wrap.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
@media screen and (max-width: 744px) {
  main {
    padding-top: 80px;
    background-image: url(../../img/home/bg_bottom_wrap_smp.png);
  }
}

.un_home_h2 {
  text-align: center;
}
.un_home_h2 p.__ja {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.un_home_h2 p.__ja::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.un_home_h2 p.__ja::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_home_h2 p.__ja {
    font-size: 32px;
    font-size: 8.5333333333vw;
    line-height: 1.375;
  }
  .un_home_h2 p.__ja::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.375) * 0.5em);
    content: "";
  }
  .un_home_h2 p.__ja::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.375) * 0.5em);
    content: "";
  }
}
.un_home_h2 p.__ja strong {
  color: #ff3d8b;
}
.un_home_h2 p.__en {
  color: #ff3d8b;
  font-weight: 700;
  margin-top: 20px;
}
.un_home_h2 p.__en::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.un_home_h2 p.__en::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_home_h2 p.__en {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.un_homeKV {
  background-image: url(../../img/home/bg_kv.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 80px;
  padding-top: 6.25vw;
  padding-bottom: 90px;
  padding-bottom: 7.03125vw;
}
@media screen and (max-width: 744px) {
  .un_homeKV {
    background-image: url(../../img/home/bg_kv_smp.png);
    background-size: cover;
    padding-top: 50px;
    padding-top: 13.3333333333vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}

.un_homeKV_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .un_homeKV_inner {
    display: block;
  }
}

.un_homeKV_left {
  margin-top: 25px;
  margin-top: 1.953125vw;
  margin-left: 40px;
  margin-left: 3.125vw;
  width: 416px;
  width: 32.5vw;
}
@media screen and (max-width: 744px) {
  .un_homeKV_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
  }
}

.un_homeKV_right {
  width: 700px;
  width: 54.6875vw;
  height: 524px;
  height: 40.9375vw;
  border-radius: 80px 0px 0px 80px;
  background: #ff3d8b;
  margin-right: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .un_homeKV_right {
    width: 100%;
    height: 250px;
    height: 66.6666666667vw;
    border-radius: 0;
    margin: 0;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}

.un_homeKV_copy p {
  color: #ff3d8b;
  font-size: 38px;
  font-size: 2.96875vw;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.57;
  margin-bottom: 55px;
  margin-bottom: 4.296875vw;
  margin-left: 44px;
  margin-left: 3.4375vw;
}
.un_homeKV_copy p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.57) * 0.5em);
  content: "";
}
.un_homeKV_copy p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.57) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_homeKV_copy p {
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    margin-left: 0;
    margin-right: -0.5em;
    text-align: center;
  }
}
.un_homeKV_copy figure {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.875vw;
  margin-left: 15px;
  margin-left: 1.171875vw;
}
@media screen and (max-width: 744px) {
  .un_homeKV_copy figure {
    margin-bottom: 0;
    width: 300px;
    width: 80vw;
    margin-left: -0.5em;
  }
}
.un_homeKV_copy figure img {
  width: 362px;
  width: 28.28125vw;
  height: auto;
}
@media screen and (max-width: 744px) {
  .un_homeKV_copy figure img {
    width: 100%;
  }
}

.un_homeKV_bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.un_homeKV_bnrList li:not(:first-child) {
  margin-left: 10px;
}
.un_homeKV_bnrList li a img {
  width: auto;
  height: 42px;
  height: 3.28125vw;
}
@media screen and (max-width: 744px) {
  .un_homeKV_bnrList li a img {
    height: auto;
  }
}

.un_homeKV_btnList li a.el_button_type01 {
  min-height: 68px;
  min-height: 5.3125vw;
  margin-bottom: 24px;
  margin-bottom: 1.875vw;
}
@media screen and (max-width: 744px) {
  .un_homeKV_btnList li a.el_button_type01 {
    min-height: 60px;
    min-height: 16vw;
    margin-bottom: 16px;
    margin-bottom: 4.2666666667vw;
  }
}
.un_homeKV_btnList li a.el_button_type02 {
  min-height: 60px;
  min-height: 4.6875vw;
}
@media screen and (max-width: 744px) {
  .un_homeKV_btnList li a.el_button_type02 {
    min-height: 60px;
    min-height: 16vw;
  }
}

@keyframes vertical-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes vertical-rsv-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.un_homeKV_loopArea {
  position: absolute;
  height: 120%;
  overflow: hidden;
  transform: rotate(13deg);
  margin-top: -6%;
  width: 293px;
  width: 22.890625vw;
}
@media screen and (max-width: 744px) {
  .un_homeKV_loopArea {
    width: 167px;
    width: 44.5333333333vw;
  }
}
.un_homeKV_loopArea.__loop01 {
  right: 345px;
  right: 26.953125vw;
}
@media screen and (max-width: 744px) {
  .un_homeKV_loopArea.__loop01 {
    right: 200px;
    right: 53.3333333333vw;
  }
}
.un_homeKV_loopArea.__loop01 .un_homeKV_loopArea_list {
  animation: vertical-animation 120s linear infinite;
}
.un_homeKV_loopArea.__loop02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  right: 10px;
  right: 0.78125vw;
}
@media screen and (max-width: 744px) {
  .un_homeKV_loopArea.__loop02 {
    right: 10px;
    right: 2.6666666667vw;
  }
}
.un_homeKV_loopArea.__loop02 .un_homeKV_loopArea_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  animation: vertical-rsv-animation 120s linear infinite;
}
.un_homeKV_loopArea_list {
  display: grid;
}
.un_homeKV_loopArea_listItem img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.un_homeWhat {
  background-image: url(../../img/home/bg_what.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 170px;
  padding-bottom: 150px;
}
@media screen and (max-width: 744px) {
  .un_homeWhat {
    background-image: url(../../img/home/bg_what_smp.png);
    background-size: cover;
    padding-top: 105px;
    padding-top: 28vw;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
}
.un_homeWhat > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .un_homeWhat > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.un_homeWhat_inner {
  width: 500px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 744px) {
  .un_homeWhat_inner {
    width: 100%;
  }
}
.un_homeWhat_inner::before {
  position: absolute;
  top: -60px;
  left: -140px;
  display: block;
  content: "";
  width: 1042px;
  height: 85px;
  background-image: url(../../img/home/home_what_h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .un_homeWhat_inner::before {
    top: -40px;
    top: -10.6666666667vw;
    left: -20px;
    left: -5.3333333333vw;
    width: 110vw;
    height: 120px;
    height: 32vw;
    background-image: url(../../img/home/home_what_h2_smp.svg);
  }
}

.un_homeWhat_h2 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
@media screen and (max-width: 744px) {
  .un_homeWhat_h2 {
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: 75px;
    margin-bottom: 20vw;
  }
}
.un_homeWhat_h2 strong {
  display: inline-block;
  margin-right: 5px;
  font-size: 5.2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 744px) {
  .un_homeWhat_h2 strong {
    font-size: 40px;
    font-size: 10.6666666667vw;
  }
}

.un_homeWhat_h3 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 56px;
}
.un_homeWhat_h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.un_homeWhat_h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_homeWhat_h3 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

@media screen and (max-width: 744px) {
  .un_homeWhat_txt {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.un_homeWhat_txt p {
  width: 70%;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  .un_homeWhat_txt p {
    width: 100%;
  }
}
.un_homeWhat_txt p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .un_homeWhat_txt p:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
}

.un_homeWhat_img {
  width: 540px;
  margin-top: 55px;
  margin-right: -100px;
}
@media screen and (max-width: 744px) {
  .un_homeWhat_img {
    width: 100%;
    margin-top: 60px;
    margin-top: 16vw;
    margin-right: 0;
  }
}

.un_homeFeatures {
  padding: 100px 0;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures {
    padding-top: 90px;
    padding-top: 24vw;
    padding-top: 80px;
    padding-top: 21.3333333333vw;
  }
}

.un_homeFeatures_inner {
  position: relative;
}
.un_homeFeatures_inner::before {
  position: absolute;
  z-index: -1;
  top: 110px;
  right: -140px;
  display: block;
  content: "";
  width: 1187px;
  height: 83px;
  background-image: url(../../img/home/home_features_h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_inner::before {
    top: 130px;
    top: 34.6666666667vw;
    left: -15px;
    left: -4vw;
    width: 100vw;
    height: 120px;
    height: 32vw;
    background-image: url(../../img/home/home_features_h2_smp.svg);
  }
}

@keyframes horizon-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.un_homeFeatures_loopArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  width: 100vw;
  margin: 90px calc(50% - 50vw) 0;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_loopArea {
    margin-top: 105px;
    margin-top: 28vw;
  }
}
.un_homeFeatures_loopArea_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation: horizon-animation 60s linear infinite;
}
.un_homeFeatures_loopArea_listItem {
  margin: 0 20px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_loopArea_listItem {
    margin-left: 20px;
    margin-left: 5.3333333333vw;
    margin-right: 20px;
    margin-right: 5.3333333333vw;
  }
}
.un_homeFeatures_loopArea_listItem img {
  width: 100%;
  height: auto;
}
.un_homeFeatures_loopArea_listItem:nth-child(1), .un_homeFeatures_loopArea_listItem:nth-child(5) {
  margin-top: 40px;
  min-width: 470px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_loopArea_listItem:nth-child(1), .un_homeFeatures_loopArea_listItem:nth-child(5) {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    min-width: 280px;
    min-width: 74.6666666667vw;
  }
}
.un_homeFeatures_loopArea_listItem:nth-child(2), .un_homeFeatures_loopArea_listItem:nth-child(6) {
  min-width: 267px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_loopArea_listItem:nth-child(2), .un_homeFeatures_loopArea_listItem:nth-child(6) {
    min-width: 160px;
    min-width: 42.6666666667vw;
  }
}
.un_homeFeatures_loopArea_listItem:nth-child(3), .un_homeFeatures_loopArea_listItem:nth-child(7) {
  margin-top: 20px;
  min-width: 465px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_loopArea_listItem:nth-child(3), .un_homeFeatures_loopArea_listItem:nth-child(7) {
    margin-top: 20px;
    margin-top: 5.3333333333vw;
    min-width: 276px;
    min-width: 73.6vw;
  }
}
.un_homeFeatures_loopArea_listItem:nth-child(4), .un_homeFeatures_loopArea_listItem:nth-child(8) {
  min-width: 267px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_loopArea_listItem:nth-child(4), .un_homeFeatures_loopArea_listItem:nth-child(8) {
    min-width: 160px;
    min-width: 42.6666666667vw;
  }
}

.un_homeFeatures_contBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.un_homeFeatures_contBlock_inner {
  background-color: #fff;
  padding: 64px;
  border-radius: 20px;
  box-shadow: 4px 4px 52px rgba(255, 61, 139, 0.1);
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock_inner {
    padding: 15px;
    padding: 4vw;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 90px;
    padding-bottom: 24vw;
    border-radius: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.un_homeFeatures_contBlock.__cont01 {
  margin-top: -315px;
  margin-bottom: 85px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont01 {
    margin-top: -50px;
    margin-top: -13.3333333333vw;
    margin-bottom: 115px;
    margin-bottom: 30.6666666667vw;
  }
}
.un_homeFeatures_contBlock.__cont01 .un_homeFeatures_contBlock_inner {
  max-width: 555px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont01 .un_homeFeatures_contBlock_inner {
    max-width: unset;
  }
}
.un_homeFeatures_contBlock.__cont01 p.hp_colPink:nth-child(1) {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont01 p.hp_colPink:nth-child(1) {
    font-size: 26px;
    font-size: 6.9333333333vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
.un_homeFeatures_contBlock.__cont01 p.hp_colPink:nth-child(1) strong {
  font-size: 6.4rem;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont01 p.hp_colPink:nth-child(1) strong {
    font-size: 64px;
    font-size: 17.0666666667vw;
  }
}
.un_homeFeatures_contBlock.__cont01 p.hp_colPink:nth-child(2) {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
.un_homeFeatures_contBlock.__cont01 p.hp_colPink:nth-child(2)::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.un_homeFeatures_contBlock.__cont01 p.hp_colPink:nth-child(2)::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont01 p.hp_colPink:nth-child(2) {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_homeFeatures_contBlock.__cont01 ul li {
  font-weight: 700;
  padding-left: 25px;
  position: relative;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont01 ul li {
    font-weight: 600;
    font-size: 18px;
    font-size: 4.8vw;
    white-space: unset;
  }
}
.un_homeFeatures_contBlock.__cont01 ul li::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../img/home/home_feature_list.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont01 ul li::before {
    top: 6px;
    top: 1.6vw;
  }
}
.un_homeFeatures_contBlock.__cont01 ul li strong {
  color: #ff3d8b;
}
.un_homeFeatures_contBlock.__cont01 ul li:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont01 ul li:not(:first-child) {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.un_homeFeatures_contBlock.__cont01 .__circle {
  width: 154px;
  height: 154px;
  position: absolute;
  z-index: 1;
  left: 520px;
  bottom: 20px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont01 .__circle {
    width: 177px;
    width: 47.2vw;
    height: 177px;
    height: 47.2vw;
    left: unset;
    right: 0;
    bottom: -90px;
    bottom: -24vw;
  }
}
.un_homeFeatures_contBlock.__cont02 .un_homeFeatures_contBlock_inner {
  max-width: 530px;
  margin-left: 40px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont02 .un_homeFeatures_contBlock_inner {
    max-width: unset;
    margin: 0;
  }
}
.un_homeFeatures_contBlock.__cont02 figure {
  width: 427px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont02 figure {
    width: 100%;
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
}
.un_homeFeatures_contBlock.__cont02 p.hp_colPink {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont02 p.hp_colPink {
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.un_homeFeatures_contBlock.__cont02 .__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont02 .__banner {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_homeFeatures_contBlock.__cont02 .__banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.un_homeFeatures_contBlock.__cont02 .__banner a:nth-child(1) {
  width: 124px;
  margin-right: 40px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont02 .__banner a:nth-child(1) {
    width: 124px;
    width: 33.0666666667vw;
    margin-right: 40px;
    margin-right: 10.6666666667vw;
  }
}
.un_homeFeatures_contBlock.__cont02 .__banner a:nth-child(2) {
  width: 140px;
}
@media screen and (max-width: 744px) {
  .un_homeFeatures_contBlock.__cont02 .__banner a:nth-child(2) {
    width: 140px;
    width: 37.3333333333vw;
  }
}

.un_homeUsage {
  background: #fff;
  padding: 100px 0 120px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage {
    padding-top: 85px;
    padding-top: 22.6666666667vw;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
}

.un_homeUsage_tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0 32px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_tabList {
    gap: 9px;
    gap: 2.4vw;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    margin-bottom: 28px;
    margin-bottom: 7.4666666667vw;
  }
}

.un_homeUsage_tabItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff3d8b;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  border: 1px solid #ff3d8b;
  width: 100%;
  height: 60px;
  border-radius: 100vh;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_tabItem {
    font-size: 16px;
    font-size: 4.2666666667vw;
    height: 80px;
    height: 21.3333333333vw;
    text-align: center;
    line-height: 1.375;
  }
}
.un_homeUsage_tabItem.is-active {
  color: #fff;
  background: #ff3d8b;
}
.un_homeUsage_tabItem.is-active:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #ff3d8b transparent transparent transparent;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_tabItem.is-active:after {
    bottom: -8px;
    border-width: 8px 10px 0 10px;
  }
}

.un_homeUsage_list {
  display: none;
}
.un_homeUsage_list.is-display {
  display: block;
}

.un_homeUsage_listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff8fb;
  border-radius: 20px;
  padding: 40px 64px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    border-radius: 0;
    padding: 15px;
    padding: 4vw;
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    margin: 0 calc(50% - 50vw);
  }
}
.un_homeUsage_listItem .__img {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_listItem .__img {
    position: relative;
    bottom: unset;
  }
}
.un_homeUsage_listItem_inner {
  width: 360px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_listItem_inner {
    width: 100%;
  }
}
.un_homeUsage_listItem_inner .__num {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  color: #ff3d8b;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_listItem_inner .__num {
    font-size: 50px;
    font-size: 13.3333333333vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
.un_homeUsage_listItem_inner .__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff3d8b;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_listItem_inner .__ttl {
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
.un_homeUsage_listItem:not(:last-child) {
  margin-bottom: 50px;
}
.un_homeUsage_listItem:not(:last-child)::after {
  display: block;
  content: url(../../img/home/arr_usage_list.png);
  position: absolute;
  bottom: -45px;
  left: calc(50% - 29px);
}
.un_homeUsage_list.__tab01 .un_homeUsage_listItem:first-child {
  min-height: 385px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab01 .un_homeUsage_listItem:first-child {
    min-height: unset;
  }
}
.un_homeUsage_list.__tab01 .un_homeUsage_listItem:nth-child(1) .__img {
  right: 68px;
  width: 417px;
  height: 385px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab01 .un_homeUsage_listItem:nth-child(1) .__img {
    right: unset;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    margin-bottom: -30px;
    margin-bottom: -8vw;
  }
}
.un_homeUsage_list.__tab01 .un_homeUsage_listItem:nth-child(2) .__img {
  top: 0;
  bottom: 0;
  right: 0;
  width: 529px;
  height: 360px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab01 .un_homeUsage_listItem:nth-child(2) .__img {
    top: unset;
    bottom: unset;
    right: unset;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    margin-top: 15px;
    margin-top: 4vw;
  }
}
.un_homeUsage_list.__tab01 .un_homeUsage_listItem:nth-child(3) {
  min-height: 440px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab01 .un_homeUsage_listItem:nth-child(3) {
    min-height: unset;
  }
}
.un_homeUsage_list.__tab01 .un_homeUsage_listItem:nth-child(3) .__img {
  right: 48px;
  width: 417px;
  height: 403px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab01 .un_homeUsage_listItem:nth-child(3) .__img {
    right: unset;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    margin-top: 30px;
    margin-top: 8vw;
    margin-bottom: -30px;
    margin-bottom: -8vw;
  }
}

.un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(1) {
  min-height: 385px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(1) {
    min-height: unset;
  }
}
.un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(1) .__img {
  right: 68px;
  width: 417px;
  height: 385px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(1) .__img {
    right: unset;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    margin-bottom: -30px;
    margin-bottom: -8vw;
  }
}
.un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(2) {
  min-height: 375px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(2) {
    min-height: unset;
  }
}
.un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(2) .__img {
  top: 0;
  bottom: 0;
  right: 0;
  width: 529px;
  height: 360px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(2) .__img {
    top: unset;
    bottom: unset;
    right: unset;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    margin-top: 15px;
    margin-top: 4vw;
  }
}
.un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(3) {
  min-height: 425px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(3) {
    min-height: unset;
  }
}
.un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(3) .__img {
  right: 85px;
  width: 378px;
  height: 420px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_list.__tab02 .un_homeUsage_listItem:nth-child(3) .__img {
    right: unset;
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    margin-top: 30px;
    margin-top: 8vw;
  }
}

.un_homeUsage_btn {
  margin: 40px auto 80px;
  width: 280px;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_btn {
    width: 100%;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}

.un_homeUsage_movieArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  min-height: 562px;
  background-image: url(../../img/home/bg_usage.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_movieArea {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 20px;
    margin-top: 5.3333333333vw;
    min-height: 562px;
    min-height: 149.8666666667vw;
    background-size: 170%;
  }
}
.un_homeUsage_movieArea video {
  width: 236px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .un_homeUsage_movieArea video {
    width: 236px;
    width: 62.9333333333vw;
  }
}

.un_homePartner {
  padding-top: 100px;
}
@media screen and (max-width: 744px) {
  .un_homePartner {
    padding-top: 80px;
    padding-top: 21.3333333333vw;
  }
}
.un_homePartner .ly_contents_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  padding: 64px;
}
@media screen and (max-width: 744px) {
  .un_homePartner .ly_contents_block {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    padding: 40px;
    padding: 10.6666666667vw;
    padding-right: 30px;
    padding-right: 8vw;
    padding-left: 30px;
    padding-left: 8vw;
  }
}
.un_homePartner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 50px;
}
@media screen and (max-width: 744px) {
  .un_homePartner_list {
    margin: 0;
  }
}
.un_homePartner_listItem {
  width: 180px;
  margin: 0 32px;
}
@media screen and (max-width: 744px) {
  .un_homePartner_listItem {
    width: 130px;
    width: 34.6666666667vw;
    margin: 0;
  }
}
.un_homePartner_listItem:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .un_homePartner_listItem:nth-child(n+3) {
    margin-top: 30px;
    margin-top: 8vw;
  }
}

.un_homeResults {
  padding-top: 100px;
}
@media screen and (max-width: 744px) {
  .un_homeResults {
    padding-top: 80px;
    padding-top: 21.3333333333vw;
  }
}
.un_homeResults_slide {
  margin: 40px auto 0;
}
@media screen and (max-width: 744px) {
  .un_homeResults_slide {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_homeResults_slideItem .__img {
  aspect-ratio: 345/260;
  border-radius: 16px;
  overflow: hidden;
  background-image: url(../../img/common/common_logo.svg);
  background-color: #fff;
  background-size: 68.75% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.un_homeResults_slideItem .__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.un_homeResults_slideItem .__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 15px 0;
}
.un_homeResults_slideItem .__ttl::after {
  display: block;
  content: "";
  border: 2px solid #192634;
  border-left: none;
  border-bottom: none;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.un_homeResults_button {
  margin-top: 10px;
}
@media screen and (max-width: 744px) {
  .un_homeResults_button {
    display: none !important;
  }
}
.un_homeResults_button > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}
.un_homeResults_button .swiper-button-prev,
.un_homeResults_button .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #ff3d8b;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.un_homeResults_button .swiper-button-prev:hover,
.un_homeResults_button .swiper-button-next:hover {
  opacity: 0.7;
}
.un_homeResults_button .swiper-button-prev::before,
.un_homeResults_button .swiper-button-next::before {
  display: block;
  content: "";
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: relative;
  left: -1px;
}
.un_homeResults_button .swiper-button-prev {
  transform: scale(-1, 1);
}

.un_homePrice {
  padding: 100px 0 80px;
}
@media screen and (max-width: 744px) {
  .un_homePrice {
    padding-top: 80px;
    padding-top: 21.3333333333vw;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
}
.un_homePrice .ly_contents_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  padding: 60px;
}
@media screen and (max-width: 744px) {
  .un_homePrice .ly_contents_block {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    padding: 40px;
    padding: 10.6666666667vw;
    padding-right: 30px;
    padding-right: 8vw;
    padding-left: 30px;
    padding-left: 8vw;
  }
}
.un_homePrice_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.un_homePrice_cont dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.un_homePrice_cont dl:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .un_homePrice_cont dl:not(:last-child) {
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
}
.un_homePrice_cont dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffe7f0;
  color: #ff3d8b;
  border-radius: 4px;
  margin-right: 15px;
  width: 104px;
  height: 34px;
}
.un_homePrice_cont dl dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
  content: "";
}
.un_homePrice_cont dl dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_homePrice_cont dl dt {
    margin-right: 8px;
    margin-right: 2.1333333333vw;
    width: 80px;
    width: 21.3333333333vw;
    height: 34px;
    height: 9.0666666667vw;
  }
}
.un_homePrice_cont dl dd {
  font-size: 1.8rem;
  word-break: auto-phrase;
}
@media screen and (max-width: 744px) {
  .un_homePrice_cont dl dd {
    font-size: 18px;
    font-size: 4.8vw;
    width: 215px;
    width: 57.3333333333vw;
  }
}
.un_homePrice_cont dl dd span.hp_fs32 {
  display: inline-block;
  line-height: 0.33333;
}
.un_homePrice_cont dl.__price dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 744px) {
  .un_homePrice_cont dl.__price dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1em;
  }
}
@media screen and (max-width: 744px) {
  .un_homePrice_cont dl.__price dd p {
    text-align: right;
  }
}
@media screen and (max-width: 744px) {
  .un_homePrice_cont dl.__price dd p span:first-child {
    display: block;
    text-align: left;
  }
}
.un_homePrice_link {
  margin-top: 64px;
}
@media screen and (max-width: 744px) {
  .un_homePrice_link {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
  }
}
.un_homePrice_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../../img/home/bg_price_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 774px;
  height: 163px;
  margin: 0 auto;
  padding: 0 180px 0 246px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .un_homePrice_link a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 304px;
    height: 81.0666666667vw;
    background-image: url(../../img/home/bg_price_btn_smp.svg);
    padding: 30px;
    padding: 8vw;
  }
}
.un_homePrice_link a::after {
  display: block;
  content: url(../../img/home/arr_price_btn.svg);
  position: absolute;
  right: 40px;
  bottom: 24px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .un_homePrice_link a::after {
    right: 16px;
    right: 4.2666666667vw;
    bottom: 16px;
    bottom: 4.2666666667vw;
  }
}
.un_homePrice_link a p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 744px) {
  .un_homePrice_link a p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.un_homePrice_link a p:nth-child(1) {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .un_homePrice_link a p:nth-child(1) {
    font-size: 24px;
    font-size: 6.4vw;
    margin-bottom: 16px;
    margin-bottom: 4.2666666667vw;
    margin-top: -6px;
    margin-top: -1.6vw;
  }
}

.un_homeNews {
  background: #fff;
  padding: 100px 0 80px;
}
@media screen and (max-width: 744px) {
  .un_homeNews {
    padding-top: 85px;
    padding-top: 22.6666666667vw;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
}

.un_homeNews_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .un_homeNews_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.un_homeNews_list::after {
  display: block;
  content: "";
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 744px) {
  .un_homeNews_list::after {
    display: none;
  }
}

.un_homeNews_listItem {
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 744px) {
  .un_homeNews_listItem {
    width: 100%;
  }
  .un_homeNews_listItem:not(:first-child) {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_homeNews_listItem .__img {
  width: 100%;
  aspect-ratio: 37/21;
  border-radius: 16px;
  overflow: hidden;
  background-image: url(../../img/common/common_logo.svg);
  background-color: #fff;
  background-size: 68.75% auto;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 3px 16px rgba(255, 76, 100, 0.16);
}
.un_homeNews_listItem .__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.un_homeNews_listItem .__date {
  display: block;
  color: #6f767c;
  font-weight: 400;
  margin-top: 30px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .un_homeNews_listItem .__date {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
.un_homeNews_listItem .__ttl {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.45;
  margin-top: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .un_homeNews_listItem .__ttl {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.un_homeNews_listItem .__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 400;
  color: #ff3d8b;
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .un_homeNews_listItem .__more {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 20px;
    margin-top: 5.3333333333vw;
  }
}
.un_homeNews_listItem .__more::after {
  display: block;
  content: url(../../img/common/arr_more.svg);
  margin-left: 16px;
}

.un_homeNews_btn {
  margin: 80px auto 0;
  width: 280px;
}
@media screen and (max-width: 744px) {
  .un_homeNews_btn {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
}

.un_homeBottom {
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  .un_homeBottom {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
.un_homeBottom > div {
  height: 384px;
  background-image: url(../../img/home/bg_bottom.png);
  background-repeat: no-repeat;
  background-size: 952px auto;
  background-position: bottom center;
}
@media screen and (max-width: 744px) {
  .un_homeBottom > div {
    height: auto;
    padding-bottom: 270px;
    padding-bottom: 72vw;
    background-image: url(../../img/home/bg_bottom_smp.png);
    background-size: 85% auto;
  }
}
.un_homeBottom_inner {
  padding-top: 20px;
  margin-left: 140px;
  width: 416px;
}
@media screen and (max-width: 744px) {
  .un_homeBottom_inner {
    padding-top: 55px;
    padding-top: 14.6666666667vw;
    margin: 0;
    width: 100%;
  }
}
.un_homeBottom_h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px 30px;
  font-size: 2.4rem;
  color: #ff3d8b;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .un_homeBottom_h2 {
    margin: 0;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.un_homeBottom_h2::before, .un_homeBottom_h2::after {
  display: block;
  content: "";
  height: 34px;
  width: 3px;
  background: #ff3d8b;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 744px) {
  .un_homeBottom_h2::before, .un_homeBottom_h2::after {
    height: 30px;
    height: 8vw;
    top: 3px;
    top: 0.8vw;
  }
}
.un_homeBottom_h2::before {
  transform: rotate(-40deg);
  margin-right: 16px;
}
@media screen and (max-width: 744px) {
  .un_homeBottom_h2::before {
    margin-right: 16px;
    margin-right: 4.2666666667vw;
  }
}
.un_homeBottom_h2::after {
  transform: rotate(40deg);
  margin-left: 16px;
}
@media screen and (max-width: 744px) {
  .un_homeBottom_h2::after {
    margin-left: 16px;
    margin-left: 4.2666666667vw;
  }
}
.un_homeBottom_bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.un_homeBottom_bnrList li:not(:first-child) {
  margin-left: 10px;
}
.un_homeBottom_bnrList li a img {
  width: auto;
  height: 42px;
}
.un_homeBottom_btnList li a.el_button_type01 {
  height: 67px;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .un_homeBottom_btnList li a.el_button_type01 {
    min-height: 60px;
    min-height: 16vw;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
}
.un_homeBottom_btnList li a.el_button_type02 {
  height: 61px;
}
@media screen and (max-width: 744px) {
  .un_homeBottom_btnList li a.el_button_type02 {
    min-height: 60px;
    min-height: 16vw;
  }
}

@media screen and (max-width: 744px) {
  .ly_contents_block {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    padding: 4vw;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
    border-radius: 16px;
  }
}