@charset "UTF-8";
.l_footer {
  background: #66328F;
  color: #FFFFFF;
}
.l_footer > .l_footer_inner {
  inline-size: 100%;
  max-inline-size: 1100px;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 36px;
  padding-inline: 24px;
  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;
  gap: 1.618rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media not screen and (min-width: 1060px) {
  .l_footer > .l_footer_inner {
    padding-inline: 16px;
  }
}
@media not screen and (min-width: 1060px) {
  .l_footer > .l_footer_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.618rem;
  }
}
@media not screen and (min-width: 784px) {
  .l_footer > .l_footer_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l_footer > .l_footer_inner .el_logo {
  inline-size: 227px;
  height: 0;
  padding-top: 60px;
  background: url("/var/data/u/c5/47e268a5330/usr/assets/img/lp/common/footer/logo_wh.webp") 0 0 no-repeat;
  background-size: 100%;
  font-size: 0;
  overflow: hidden;
}
@media not screen and (min-width: 1060px) {
  .l_footer > .l_footer_inner .el_logo {
    inline-size: 182px;
    padding-top: 48px;
  }
}
@media not screen and (min-width: 784px) {
  .l_footer > .l_footer_inner .el_logo {
    inline-size: 114px;
    padding-top: 30px;
  }
}
.l_footer > .l_footer_inner nav,
.l_footer > .l_footer_inner ul,
.l_footer > .l_footer_inner li {
  margin: 0;
  padding: 0;
}

.bl_nav {
  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;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}
@media not screen and (min-width: 1060px) {
  .bl_nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media not screen and (min-width: 784px) {
  .bl_nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.6180469716rem 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bl_nav > .bl_nav_list + .bl_nav_list {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  border-left: #FFFFFF 1px solid;
}
@media not screen and (min-width: 784px) {
  .bl_nav > .bl_nav_list + .bl_nav_list {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    border-left: none;
  }
}
.bl_nav > .bl_nav_list a {
  color: #FFFFFF;
  text-decoration: none;
}
.bl_nav > .bl_nav_list a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.hp_ttl-underline {
  color: #66328F;
  font-weight: bold;
  border-bottom: #66328F 4px solid;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1100px) {
  .hp_ttl-underline {
    padding-bottom: 8px;
  }
}

.el_title.hp_black {
  color: #222222;
}

.bl_CvBtn.hp_photo-none {
  background: #FFFEEE;
}

:root {
  scroll-behavior: smooth;
}

body.page-body {
  letter-spacing: 0.05em;
}

.layout-body-footer,
.layout-body-header {
  display: none;
}

.layout-body .block + .block {
  margin-top: 0;
}

p {
  line-height: 1.6;
  font-size: clamp(0.875rem, 0.63rem + 0.51vw, 1rem);
}

.home-Jumbotron {
  background-color: #FFF8FB;
  position: relative;
}
.home-Jumbotron::before {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(46%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 46%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  block-size: 158px;
  inline-size: 100%;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron::before {
    display: none;
  }
}
.home-Jumbotron > .ly_Jumbotron {
  display: grid;
  grid-auto-flow: row;
  position: relative;
  z-index: 2;
  max-inline-size: 1280px;
  margin-inline: auto;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron {
    display: block;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_img {
  justify-self: flex-end;
  align-self: flex-start;
  inline-size: 57%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  grid-area: 1/1;
  -webkit-padding-before: 4.3%;
          padding-block-start: 4.3%;
  -webkit-padding-end: 7.5%;
          padding-inline-end: 7.5%;
  position: relative;
  z-index: 2;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_img {
    inline-size: 100%;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    padding-inline: 7px 0;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > img.hp_move {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > img.hp_move.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.home-Jumbotron > .ly_Jumbotron > .ly_main {
  justify-self: flex-start;
  grid-area: 1/1;
  inline-size: 100%;
  position: relative;
  z-index: 3;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content {
  -webkit-padding-start: 7.5%;
          padding-inline-start: 7.5%;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content {
    padding-inline: 20px;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl {
  color: #441C5E;
  font-size: clamp(1.6875rem, -0.88rem + 5.36vw, 3rem);
  font-weight: bold;
  line-height: 1.33;
  -webkit-margin-before: 5.3%;
          margin-block-start: 5.3%;
  -webkit-margin-after: 2.5%;
          margin-block-end: 2.5%;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl {
    line-height: 1.185;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 13px;
            margin-block-end: 13px;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move {
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@-moz-document url-prefix() {
  .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move {
    display: inline;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move.hp_delay00 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move.hp_delay01 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move.hp_delay02 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_txt {
  font-size: clamp(0.875rem, 0.14rem + 1.53vw, 1.25rem);
  color: #555555;
  font-weight: bold;
  line-height: 1.45;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  -webkit-margin-after: 37px;
          margin-block-end: 37px;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_txt {
    -webkit-margin-before: 13px;
            margin-block-start: 13px;
    -webkit-margin-after: 17px;
            margin-block-end: 17px;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_txt.hp_move {
  opacity: 0;
  -webkit-transition: opacity 0.4s 2s ease-in;
  transition: opacity 0.4s 2s ease-in;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_txt.hp_move.active {
  opacity: 1;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta {
  inline-size: 100%;
  inset-inline-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}
@media not screen and (min-width: 1060px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 13px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta {
    inline-size: 100%;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta > .cta-item {
  inline-size: fit-contens;
  min-inline-size: 224px;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta > .cta-item {
    inline-size: calc(50% - 7px);
    min-inline-size: 0;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta > .cta-item.hp_move {
  -webkit-transition: opacity 0.3s, -webkit-transform 1s;
  transition: opacity 0.3s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.3s;
  transition: transform 1s, opacity 0.3s, -webkit-transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, 100%, 0) scale(0.5);
          transform: translate3d(0, 100%, 0) scale(0.5);
  opacity: 0;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta > .cta-item.hp_move.active {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta > .cta-item > .el_button {
  font-size: clamp(1rem, 0.51rem + 1.02vw, 1.25rem);
  padding-block: 0.8em;
  padding-inline: 1em;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta > .cta-item > .el_button {
    block-size: 100%;
    display: grid;
    place-content: center;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub {
  inline-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-padding-before: 54px;
          padding-block-start: 54px;
  padding-inline: 7.5%;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub {
    background: #FFFFFF;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    padding-inline: 20px;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 24px;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview {
    gap: 27px;
    inline-size: 100%;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview > .logo-itreview {
  inline-size: 110px;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview > .logo-itreview {
    inline-size: 59px;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview > .logo-itreview > img {
  height: auto;
  max-width: 100%;
  position: relative;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview > .message-itreview {
  inline-size: calc(100% - 110px);
  text-align: left;
  color: #555555;
  margin-bottom: 0;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview > .message-itreview {
    inline-size: calc(100% - 86px);
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview > .message-itreview > .message-itreview_ttl {
  font-size: clamp(0.875rem, 0.39rem + 1.02vw, 1.125rem);
  line-height: 1.23;
  font-weight: bold;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview > .message-itreview > .message-itreview_ttl {
    line-height: 1.428;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview > .message-itreview > .message-itreview_txt {
  font-size: clamp(0.625rem, 0.14rem + 1.02vw, 0.875rem);
  line-height: 1.428;
  margin-block: 10px;
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_main > .Jumbotron-content-sub > .content-sub-itreview > .message-itreview > .message-itreview_txt {
    line-height: 1.5;
  }
}

@media not screen and (min-width: 784px) {
  ::-webkit-full-page-media, :future, :root .home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move {
    display: inline;
  }
}

.bl_description {
  background-color: #f5f5f5;
  padding: 0 20px 64px;
}
@media not screen and (min-width: 784px) {
  .bl_description {
    padding: 0 26px 36px;
  }
}
.bl_description_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.bl_description_inner > p {
  margin: 50px 0;
  text-align: center;
}
@media not screen and (min-width: 1060px) {
  .bl_description_inner > p {
    margin: 50px 0;
  }
}
@media not screen and (min-width: 784px) {
  .bl_description_inner > p:not(:last-child) {
    margin: 26px 0;
    text-align: left;
  }
}
.bl_description_inner .bl_description_example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 50px 0 0;
  gap: 20px;
}
@media not screen and (min-width: 1060px) {
  .bl_description_inner .bl_description_example {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media not screen and (min-width: 784px) {
  .bl_description_inner .bl_description_example {
    -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;
  }
}
.bl_description_inner .bl_description_example > .example-unit {
  width: 240px;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}
@media not screen and (min-width: 784px) {
  .bl_description_inner .bl_description_example > .example-unit {
    margin: 0 10px;
  }
}
.bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, rgb(206, 206, 206) 0%, rgb(206, 206, 206) 50%, rgba(153, 153, 153, 0.7) 50%, rgba(153, 153, 153, 0.7) 50%, rgba(153, 153, 153, 0.7) 100%);
}
.bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative .creative-category {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  border-radius: 5em;
  margin-block: 15px;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  font-size: clamp(0.625rem, 0.38rem + 0.51vw, 0.75rem);
  background-color: #552277;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 0.6180469716rem;
  padding-inline: 1rem;
  text-align: center;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative::after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  width: 227px;
  height: 378px;
  bottom: 0;
}
@media not screen and (min-width: 784px) {
  .bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative::after {
    bottom: 30px;
  }
}
.bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative.hp_ownd::after {
  background-image: url(/var/data/u/c5/47e268a5330/usr/assets/img/top/bl_description/content-example_item-ownd.webp);
}
.bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative.hp_ec::after {
  background-image: url(/var/data/u/c5/47e268a5330/usr/assets/img/top/bl_description/content-example_item-ec.webp);
}
.bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative.hp_bridal::after {
  background-image: url(/var/data/u/c5/47e268a5330/usr/assets/img/top/bl_description/content-example_item-bridal.webp);
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario {
  position: relative;
  margin: 10px 0 0 0;
  border-radius: 5px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  letter-spacing: 0;
}
@media not screen and (min-width: 784px) {
  .bl_description_inner .bl_description_example > .example-unit > .unit-scenario {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    margin: -60px 0 0 0;
  }
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario::before {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  border: transparent 10px solid;
  border-bottom-color: #FEDEFE;
  width: 0;
  height: 0;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-demand {
  border-radius: 5px 5px 0 0;
  background-color: #FEDEFE;
  overflow: hidden;
  color: #552277;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-demand > span {
  display: block;
  margin-block: 8px;
  margin-inline: 16px;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector {
  overflow: hidden;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector > ul {
  margin-block: 16px;
  margin-inline: 16px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.2s linear 1.4s;
  transition: all 0.2s linear 1.4s;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector > ul > li + li {
  margin-top: 3%;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector > ul > li::before {
  content: "🗸";
  content: "✔";
  margin-right: 0.5em;
  color: inherit;
  color: #E85382;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector > .selector-person {
  float: left;
  margin-block: 16px;
  margin-inline: 16px;
  width: 18%;
}
.bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector > .selector-person > img {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit {
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative.hp_ownd::after {
  opacity: 0;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative.hp_ec::after {
  opacity: 0;
  -webkit-transform: translateY(38.2%);
      -ms-transform: translateY(38.2%);
          transform: translateY(38.2%);
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative.hp_bridal::after {
  opacity: 0;
  -webkit-transform: translateX(-38.2%);
      -ms-transform: translateX(-38.2%);
          transform: translateX(-38.2%);
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-scenario {
  background-color: #FEDEFE;
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-scenario::before {
  border-bottom-color: #FEDEFE;
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-demand {
  border-radius: 5px;
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector {
  max-height: 0;
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector > ul > li {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector > ul > li::before {
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
}
.bl_description:not(.active) .bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector > .selector-person > img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative.hp_ownd::after, .bl_description.active .bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative.hp_ec::after, .bl_description.active .bl_description_inner .bl_description_example > .example-unit > .unit-display .display-creative.hp_bridal::after {
  opacity: 1;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector {
  max-height: 500px;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector ul > li {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit > .unit-scenario > .scenario-selector ul > li::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(1) > .unit-display .display-creative::after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(1) > .unit-scenario::before,
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(1) > .unit-scenario > .scenario-demand,
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(1) > .unit-scenario > .scenario-demand::before,
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(1) > .unit-scenario > .scenario-selector {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(2) > .unit-display .display-creative::after {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(2) > .unit-scenario::before,
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(2) > .unit-scenario > .scenario-demand,
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(2) > .unit-scenario > .scenario-demand::before,
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(2) > .unit-scenario > .scenario-selector {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(3) > .unit-display .display-creative::after {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(3) > .unit-scenario::before,
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(3) > .unit-scenario > .scenario-demand,
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(3) > .unit-scenario > .scenario-demand::before,
.bl_description.active .bl_description_inner .bl_description_example > .example-unit:nth-child(3) > .unit-scenario > .scenario-selector {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.el_devicemobile {
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #FFFFFF;
  overflow: hidden;
}
.el_devicemobile .el_view {
  margin: 8px;
  border: #E6E6E6 1px solid;
  border-radius: 10px;
  width: 227px;
  height: 450px;
  overflow: hidden;
}

.bl_ThreeFeature {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.bl_ThreeFeature img {
  vertical-align: bottom;
}
.bl_ThreeFeature_inner .c-headline {
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item {
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item.ly_grid_ThreeFeature-Link {
  display: grid;
  grid-template: "description_txt description_by_image" 72% "bt_link description_by_image" 28%/43% 54.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media not screen and (min-width: 784px) {
  .bl_ThreeFeature_inner .bl_ThreeFeature_item.ly_grid_ThreeFeature-Link {
    display: block;
  }
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt {
  grid-area: description_txt;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_title {
  margin-block: 0 36px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_title img {
  max-height: 52px;
  width: auto;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .el_title.hp_middle.txt_middletitle {
  font-size: clamp(1.5rem, 1.01rem + 1.02vw, 1.75rem);
  margin-block: 0 24px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_middletitle, .bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_detail {
  max-width: 453px;
}
@media not screen and (min-width: 784px) {
  .bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_middletitle, .bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_detail {
    max-width: none;
  }
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .el_button {
  display: block;
  margin-block: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_photo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
}
@media not screen and (min-width: 784px) {
  .bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_photo {
    -webkit-margin-after: 48px;
            margin-block-end: 48px;
  }
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_photo .photo_img {
  max-width: 318px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt .txt_photo .photo_tt {
  font-size: clamp(1.125rem, 0.88rem + 0.51vw, 1.25rem);
  text-align: center;
  font-weight: bold;
  color: #441C5E;
  margin-block: 10px 0;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt,
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_link {
  max-inline-size: 475px;
}
@media not screen and (min-width: 784px) {
  .bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_txt,
  .bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_link {
    max-inline-size: 100%;
  }
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_link {
  grid-area: bt_link;
}
@media not screen and (min-width: 784px) {
  .bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_link {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_link a {
  border: 1px dashed #DDDDDD;
  font-weight: bold;
  text-decoration: none;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_link a:hover {
  border: 1px solid #8A1874;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_link a .ly_flex_MediaTxt-txt .txt_title {
  color: #441C5E;
  margin-block: 0 10px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_link a .ly_flex_MediaTxt-txt .txt_title svg {
  -webkit-margin-before: 3px;
          margin-block-start: 3px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_link a .ly_flex_MediaTxt-txt .txt_detail {
  color: #E85382;
  margin-block: 10px 0;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img {
  grid-area: description_by_image;
  background-color: #EEEEEE;
  border-radius: 8px;
  align-self: stretch;
  padding-block: 24px;
  padding-inline: 24px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .img_itemlist {
  margin-block: 0;
  padding-inline: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .img_itemlist .itemlist_item {
  background-color: #FFFFFF;
  max-inline-size: 168px;
}
@media not screen and (min-width: 784px) {
  .bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .img_itemlist .itemlist_item {
    max-inline-size: 100%;
  }
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .img_description {
  margin: 0;
  padding: 0;
  font-size: clamp(0.875rem, 0.63rem + 0.51vw, 1rem);
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .img_description dt {
  margin: 0;
  padding: 0;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .img_description dd {
  margin-block: 10px 24px;
  margin-inline: 0;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .img_description dd:last-child {
  margin-block: 10px 0;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it_title {
  margin: 0;
  padding: 0;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it_title p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it_title.ly_flex_MediaTxt_inner {
  padding-block: 0 20px;
  padding-inline: 22px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it_title.ly_flex_MediaTxt_inner .ly_flex_MediaTxt-txt {
  max-width: none;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it_title.ly_flex_MediaTxt_inner .ly_flex_MediaTxt-img {
  width: 28%;
  max-width: 147px;
  min-width: 120px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it {
  background-color: #FFFFFF;
  border-radius: 8px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it + .bl_card-it {
  -webkit-margin-before: 22px !important;
          margin-block-start: 22px !important;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it .bl_card-it_img {
  text-align: center;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it .bl_card-it_img img {
  max-width: 70px;
  min-width: 70px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it .bl_card-it_img .bl_card-it_img_cap {
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it .bl_card-it_txt .bl_card-it_txt_detail {
  margin-block: 10px 0;
  font-size: clamp(0.75rem, 0.51rem + 0.51vw, 0.875rem);
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it.ly_flex_MediaTxt_inner .ly_flex_MediaTxt-txt {
  max-width: none;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .bl_card-it.ly_flex_MediaTxt_inner .ly_flex_MediaTxt-img {
  width: 16%;
  max-width: 87px;
  min-width: 87px;
  margin: 0;
  padding: 0;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .img_hosoku-txt {
  font-size: clamp(0.75rem, 0.51rem + 0.51vw, 0.875rem);
  text-align: right;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.bl_ThreeFeature_inner .bl_ThreeFeature_item .bl_ThreeFeature_img .img_hosoku-txt span {
  font-size: clamp(0.625rem, 0.38rem + 0.51vw, 0.75rem);
}

.hp_animation:not(.active).bl_ThreeFeature_img .img_itemlist .itemlist_item,
.hp_animation:not(.active).bl_ThreeFeature_img .img_description .description_item,
.hp_animation:not(.active).bl_ThreeFeature_img .bl_card-it {
  opacity: 0;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
}
.hp_animation:not(.active).bl_ThreeFeature_img .img_itemlist .itemlist_item:first-child,
.hp_animation:not(.active).bl_ThreeFeature_img .img_description .description_item:first-child,
.hp_animation:not(.active).bl_ThreeFeature_img .bl_card-it_title + .bl_card-it:first-of-type {
  opacity: 0.5;
}

.hp_animation.active.bl_ThreeFeature_img .img_itemlist .itemlist_item,
.hp_animation.active.bl_ThreeFeature_img .img_description .description_item,
.hp_animation.active.bl_ThreeFeature_img .bl_card-it {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hp_animation.active.bl_ThreeFeature_img .img_itemlist .itemlist_item:nth-child(2),
.hp_animation.active.bl_ThreeFeature_img .img_description .description_item:nth-child(2),
.hp_animation.active.bl_ThreeFeature_img .bl_card-it:nth-child(2) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.hp_animation.active.bl_ThreeFeature_img .img_itemlist .itemlist_item:nth-child(3),
.hp_animation.active.bl_ThreeFeature_img .img_description .description_item:nth-child(3),
.hp_animation.active.bl_ThreeFeature_img .bl_card-it:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.hp_animation.active.bl_ThreeFeature_img .img_itemlist .itemlist_item:nth-child(4),
.hp_animation.active.bl_ThreeFeature_img .img_description .description_item:nth-child(4),
.hp_animation.active.bl_ThreeFeature_img .bl_card-it:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.hp_animation.active.bl_ThreeFeature_img .img_itemlist .itemlist_item:nth-child(5),
.hp_animation.active.bl_ThreeFeature_img .img_description .description_item:nth-child(5),
.hp_animation.active.bl_ThreeFeature_img .bl_card-it:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.hp_animation.active.bl_ThreeFeature_img .img_itemlist .itemlist_item:nth-child(6),
.hp_animation.active.bl_ThreeFeature_img .img_description .description_item:nth-child(6),
.hp_animation.active.bl_ThreeFeature_img .bl_card-it:nth-child(6) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.hp_animation.active.bl_ThreeFeature_img .img_itemlist .itemlist_item:nth-child(7),
.hp_animation.active.bl_ThreeFeature_img .img_description .description_item:nth-child(7),
.hp_animation.active.bl_ThreeFeature_img .bl_card-it:nth-child(7) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.hp_animation.active.bl_ThreeFeature_img .img_itemlist .itemlist_item:nth-child(8),
.hp_animation.active.bl_ThreeFeature_img .img_description .description_item:nth-child(8),
.hp_animation.active.bl_ThreeFeature_img .bl_card-it:nth-child(8) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.hp_animation.active.bl_ThreeFeature_img .img_itemlist .itemlist_item:nth-child(9),
.hp_animation.active.bl_ThreeFeature_img .img_description .description_item:nth-child(9),
.hp_animation.active.bl_ThreeFeature_img .bl_card-it:nth-child(9) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.bl_SlideLogo {
  margin: 48px 0 80px;
}
@media not screen and (min-width: 784px) {
  .bl_SlideLogo {
    margin: 16px 0 24px;
  }
}
.bl_SlideLogo_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bl_SlideLogo_inner ul li {
  margin: 0;
  padding: 0;
}
.bl_SlideLogo_inner .bl_SlideLogo_list > li:not([class]) {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}

.bl_Security {
  background-color: #f5f5f5;
  padding: 0 20px 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-margin-after: 58px;
          margin-block-end: 58px;
}
.bl_Security.hp_animation:not(.active) .bl_cardlistFour-item {
  opacity: 0;
  -webkit-transform: translateY(5%);
      -ms-transform: translateY(5%);
          transform: translateY(5%);
}
.bl_Security.hp_animation:not(.active) .bl_cardlistFour-item:first-child {
  opacity: 0.5;
}
.bl_Security.hp_animation.active .bl_cardlistFour-item {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bl_Security.hp_animation.active .bl_cardlistFour-item:nth-child(2) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.bl_Security.hp_animation.active .bl_cardlistFour-item:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bl_Security.hp_animation.active .bl_cardlistFour-item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.bl_Security.hp_animation.active .bl_cardlistFour-item:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.bl_Security.hp_animation.active .bl_cardlistFour-item:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.bl_Security.hp_animation.active .bl_cardlistFour-item:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.bl_Security.hp_animation.active .bl_cardlistFour-item:nth-child(8) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

:is(.device-sphone, .device-tablet) .bl_SecurityList.hp_animation:not(.active) .bl_cardlistFour-item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
:is(.device-sphone, .device-tablet) .bl_SecurityList.hp_animation:not(.active) .bl_cardlistFour-item:first-child {
  opacity: 1;
}
:is(.device-sphone, .device-tablet) .bl_SecurityList.hp_animation.active .bl_cardlistFour-item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0;
  transition: 0;
}
:is(.device-sphone, .device-tablet) .bl_SecurityList.hp_animation.active .bl_cardlistFour-item:nth-child(2) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
:is(.device-sphone, .device-tablet) .bl_SecurityList.hp_animation.active .bl_cardlistFour-item:nth-child(3) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
:is(.device-sphone, .device-tablet) .bl_SecurityList.hp_animation.active .bl_cardlistFour-item:nth-child(4) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
:is(.device-sphone, .device-tablet) .bl_SecurityList.hp_animation.active .bl_cardlistFour-item:nth-child(5) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
:is(.device-sphone, .device-tablet) .bl_SecurityList.hp_animation.active .bl_cardlistFour-item:nth-child(6) {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.bl_cardlistFour .bl_cardlistFour_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-block: 36px;
  margin-inline: auto;
}
@media not screen and (min-width: 1060px) {
  .bl_cardlistFour .bl_cardlistFour_inner {
    margin-block: 32px;
    margin-inline: auto;
  }
}
@media not screen and (min-width: 784px) {
  .bl_cardlistFour .bl_cardlistFour_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_cardlistFour .bl_cardlistFour-item {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 15px;
  padding-block: 15px;
  padding-inline: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
  margin: 0;
}
.bl_cardlistFour .bl_cardlistFour-item .bl_cardlistFour-item-title {
  color: #441C5E;
  font-size: clamp(0.875rem, 0.63rem + 0.51vw, 1rem);
  font-weight: bold;
  text-align: center;
  margin-block: 10px 0;
  margin-inline: 0;
}
.bl_cardlistFour .bl_cardlistFour-item .bl_cardlistFour-item-txt {
  line-height: 1.4;
  font-size: clamp(0.75rem, 0.51rem + 0.51vw, 0.875rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  margin-block: 0;
  margin-inline: 0;
}
.bl_cardlistFour .bl_cardlistFour-item .bl_cardlistFour-item-img {
  width: 100%;
}
.bl_cardlistFour .bl_cardlistFour-item .bl_cardlistFour-item-img img {
  display: block;
  margin-inline: auto;
}
.bl_cardlistFour.hp_Security .bl_cardlistFour-item {
  background-color: #FAFAFA;
}
.bl_cardlistFour.hp_Security .bl_cardlistFour-item:nth-child(1), .bl_cardlistFour.hp_Security .bl_cardlistFour-item:nth-child(3), .bl_cardlistFour.hp_Security .bl_cardlistFour-item:nth-child(6), .bl_cardlistFour.hp_Security .bl_cardlistFour-item:nth-child(8) {
  background-color: #FFFFFF;
}
@media not screen and (min-width: 784px) {
  .bl_cardlistFour.hp_Security .bl_cardlistFour-item:nth-child(3), .bl_cardlistFour.hp_Security .bl_cardlistFour-item:nth-child(6) {
    background-color: #FAFAFA;
  }
}
@media not screen and (min-width: 784px) {
  .bl_cardlistFour.hp_Security .bl_cardlistFour-item:nth-child(4), .bl_cardlistFour.hp_Security .bl_cardlistFour-item:nth-child(5) {
    background-color: #FFFFFF;
  }
}
.bl_cardlistFour.hp_Security .bl_cardlistFour-item-img img {
  max-inline-size: 72px;
  max-block-size: 72px;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}

.ly_Lp-Wrap {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-block: 72px 64px;
  padding-inline: 20px;
}
.ly_Lp-Wrap p,
.ly_Lp-Wrap h1,
.ly_Lp-Wrap h2,
.ly_Lp-Wrap h3,
.ly_Lp-Wrap h4,
.ly_Lp-Wrap h5,
.ly_Lp-Wrap h6 {
  margin: 0;
  padding: 0;
}
@media not screen and (min-width: 784px) {
  .ly_Lp-Wrap {
    padding-block: 36px;
  }
}
.ly_Lp-Wrap_inner {
  max-width: 1100px;
  margin-block: 0;
  margin-inline: auto;
}

.ly_Grid-column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.617924rem;
}
@media not screen and (min-width: 784px) {
  .ly_Grid-column2 {
    grid-template-columns: 1fr;
  }
}

.bl_Aggressive-Forms {
  -webkit-padding-before: 0 !important;
          padding-block-start: 0 !important;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  margin-block: 48px;
  margin-inline: auto;
}
@media not screen and (min-width: 1060px) {
  .bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner {
    margin-block: 36px;
    margin-inline: auto;
    gap: 32px;
  }
}
@media not screen and (min-width: 784px) {
  .bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner {
    -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;
    gap: 40px;
  }
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 24px;
  border-radius: 0.3em;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  margin-block: 0;
  margin-inline: 0;
  inline-size: calc((100% - 48px) / 2);
  max-inline-size: 500px;
  text-align: center;
}
@media not screen and (min-width: 1060px) {
  .bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item {
    inline-size: calc((100% - 36px) / 2);
  }
}
@media not screen and (min-width: 784px) {
  .bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item {
    inline-size: 100%;
  }
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item .bl_cardlist-item-title {
  margin: 0;
  padding-block: 16px;
  padding-inline: 24px;
  color: #FFFFFF;
  font-size: clamp(1.125rem, 0.88rem + 0.51vw, 1.25rem);
  font-weight: bold;
  text-align: center;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item .bl_cardlist-item-txt {
  margin: 0;
  padding-inline: 24px;
  line-height: 1.6;
  font-size: clamp(0.875rem, 0.63rem + 0.51vw, 1rem);
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item .bl_cardlist-item-img {
  margin: 0;
  padding-inline: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  inline-size: 100%;
  overflow: hidden;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item .bl_cardlist-item-img picture,
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item .bl_cardlist-item-img source,
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item .bl_cardlist-item-img img {
  inline-size: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item .bl_cardlist-fotter {
  margin-block: auto 16px;
  margin-inline: 24px;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item .bl_cardlist-fotter .bl_cardlist-item-catch {
  font-size: clamp(1.125rem, 0.88rem + 0.51vw, 1.25rem);
  font-weight: bold;
  padding-block: 16px;
  padding-inline: 16px;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item .bl_cardlist-fotter .bl_cardlist-item-name {
  font-size: clamp(1.125rem, 0.88rem + 0.51vw, 1.25rem);
  font-weight: bold;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  padding-inline: 0;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item.hp_form-nomal .bl_cardlist-item-title {
  background-color: #666666;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item.hp_form-nomal .bl_cardlist-item-catch {
  background-color: #f5f5f5;
  color: #555555;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item.hp_form-nomal .bl_cardlist-item-name {
  color: #222222;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item.hp_form-aggressive .bl_cardlist-item-title {
  background-color: #552277;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item.hp_form-aggressive .bl_cardlist-item-catch {
  background-color: #f6f0ff;
  color: #552277;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item.hp_form-aggressive .bl_cardlist-item-name {
  color: #552277;
}
.bl_Aggressive-Forms .bl_cardlist .bl_cardlist_inner .bl_cardlist-item:hover > .bl_cardlist-item-img > * {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.block[data-block-id="308321"] .b-body,
.block[data-block-id="308321"] .part {
  overflow: visible;
}

.bl_usersvoice {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #f5f5f5;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.bl_usersvoice p {
  margin: 0;
  padding: 0;
}
.bl_usersvoice .bl_usersvoice_inner {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  grid-template-areas: "usersvoice-head" "usersvoice-body";
  gap: 0;
}
.bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-tag {
  grid-area: usersvoice-head;
  block-size: -webkit-fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  padding-block: 0.6180469716rem;
  padding-inline: 1rem;
  margin-inline: auto 0;
  font-size: clamp(0.75rem, 0.51rem + 0.51vw, 0.875rem);
  background-color: #552277;
  color: #FFFFFF;
}
.bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img {
  grid-area: usersvoice-head;
  margin-block: 24px;
  margin-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.618rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media not screen and (min-width: 1060px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img {
    margin-inline: 16px;
  }
}
@media not screen and (min-width: 784px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img {
    margin-inline: 24px;
  }
}
@media not screen and (min-width: 1060px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media not screen and (min-width: 784px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img > .item-photo {
  margin-block: 0 auto;
  max-inline-size: 130px;
  -webkit-filter: drop-shadow(4px 8px 4px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 8px 4px rgba(0, 0, 0, 0.15));
}
@media not screen and (min-width: 1060px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img > .item-photo {
    max-inline-size: 100px;
  }
}
.bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img > .item-oganization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media not screen and (min-width: 1060px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img > .item-oganization {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}
@media not screen and (min-width: 1060px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img > .item-oganization {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media not screen and (min-width: 784px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img > .item-oganization {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img > .item-oganization > .item-logo {
  max-inline-size: 150px;
}
@media not screen and (min-width: 1060px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img > .item-oganization > .item-logo {
    max-inline-size: 100px;
  }
}
.bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-img > .item-oganization > .item-name {
  font-size: clamp(0.75rem, 0.51rem + 0.51vw, 0.875rem);
  font-weight: bold;
  margin-block: 0;
}
.bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-ttl {
  grid-area: usersvoice-body;
  margin-inline: 24px;
  margin-block: 0 24px;
}
@media not screen and (min-width: 1060px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-ttl {
    margin-inline: 16px;
    margin-block: 0 16px;
  }
}
@media not screen and (min-width: 784px) {
  .bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-ttl {
    margin-inline: 24px;
    margin-block: 0 24px;
  }
}
.bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-ttl > .item-title {
  color: #E85382;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.88rem + 0.51vw, 1.25rem);
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.bl_usersvoice .bl_usersvoice_inner > .bl_usersvoice_item-ttl > .item-txt {
  font-size: clamp(0.75rem, 0.51rem + 0.51vw, 0.875rem);
}

.bl_creative-popupform {
  background-color: #f5f5f5;
}
.bl_creative-popupform .ly_content-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  gap: 40px;
}
@media not screen and (min-width: 1060px) {
  .bl_creative-popupform .ly_content-example {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media not screen and (min-width: 784px) {
  .bl_creative-popupform .ly_content-example {
    -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;
  }
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item {
  width: 240px;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media not screen and (min-width: 784px) {
  .bl_creative-popupform .ly_content-example > .bl_content-example_item {
    margin-block: 0;
    margin-inline: 20px;
  }
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item > .bl_content-example_item-img {
  background: linear-gradient(135deg, rgb(206, 206, 206) 0%, rgb(206, 206, 206) 50%, rgba(153, 153, 153, 0.7) 50%, rgba(153, 153, 153, 0.7) 50%, rgba(153, 153, 153, 0.7) 100%);
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item > .bl_content-example_item-img > .item-category {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  border-radius: 5em;
  -webkit-margin-start: 1.5em;
          margin-inline-start: 1.5em;
  font-size: clamp(0.625rem, 0.38rem + 0.51vw, 0.75rem);
  background-color: #552277;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 0.6180469716rem;
  padding-inline: 1rem;
  text-align: center;
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item > .bl_content-example_item-img > img {
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item > .bl_content-example_item-img > img.hp_delay01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item > .bl_content-example_item-img > img.hp_delay02 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item > .bl_content-example_item-img > img.hp_delay03 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item > .bl_content-example_item-tt {
  position: relative;
  padding-block: 1rem;
  padding-inline: 1rem;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0;
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item > .bl_content-example_item-tt > .item-title {
  font-size: clamp(1.125rem, 0.88rem + 0.51vw, 1.25rem);
  font-weight: bold;
  -webkit-margin-after: 0.6180469716rem;
          margin-block-end: 0.6180469716rem;
  color: #552277;
}
.bl_creative-popupform .ly_content-example > .bl_content-example_item > .bl_content-example_item-tt > .item-txt {
  font-size: clamp(0.75rem, 0.51rem + 0.51vw, 0.875rem);
}
.bl_creative-popupform:not(.active) .ly_content-example > .bl_content-example_item {
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.bl_creative-popupform:not(.active) .ly_content-example > .bl_content-example_item > .bl_content-example_item-img > img {
  opacity: 0;
  -webkit-transform: translateY(38.2%);
      -ms-transform: translateY(38.2%);
          transform: translateY(38.2%);
}

.home-Jumbotron {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.home-Jumbotron > .ly_Jumbotron > .ly_img {
  inline-size: 55%;
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
}
@media not screen and (min-width: 1060px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_img {
    inline-size: 50%;
  }
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_img {
    inline-size: 100%;
    -webkit-padding-before: 8px;
            padding-block-start: 8px;
    padding-inline: 0;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div {
  inline-size: 100%;
  position: relative;
  display: grid;
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > .hp_move {
  grid-area: 1/1;
  justify-self: flex-start;
  align-self: flex-start;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > .hp_move.active {
  opacity: 1;
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > img.hp_move.hp_delay00 {
  -webkit-transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > img.hp_move.hp_delay01 {
  -webkit-transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > img.hp_move.hp_delay01.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > img.hp_move.hp_delay02 {
  -webkit-transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > img.hp_move.hp_delay02.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > img.hp_move.hp_delay03 {
  justify-self: flex-end;
  inline-size: 28%;
  max-inline-size: 164px;
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: scale(2, 2);
      -ms-transform: scale(2, 2);
          transform: scale(2, 2);
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_img > div > img.hp_move.hp_delay03 {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > img.hp_move.hp_delay03.active {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > p.hp_move.hp_delay04 {
  font-size: clamp(0.875rem, 0.14rem + 1.53vw, 1.25rem);
  color: #555555;
  font-weight: bold;
  line-height: 1.45;
  -webkit-margin-before: 55%;
          margin-block-start: 55%;
  -webkit-margin-start: 10%;
          margin-inline-start: 10%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 8px 8px 0px rgba(89, 34, 123, 0.2);
          box-shadow: 0px 8px 8px 0px rgba(89, 34, 123, 0.2);
  padding-block: 0.5em;
  padding-inline: 2em;
  border-radius: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
}
@media not screen and (min-width: 1060px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_img > div > p.hp_move.hp_delay04 {
    padding-inline: 1em;
  }
}
@media not screen and (min-width: 784px) {
  .home-Jumbotron > .ly_Jumbotron > .ly_img > div > p.hp_move.hp_delay04 {
    padding-inline: 2em;
    -webkit-margin-before: 55%;
            margin-block-start: 55%;
  }
}
.home-Jumbotron > .ly_Jumbotron > .ly_img > div > p.hp_move.hp_delay04.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl {
  font-size: clamp(1.6875rem, 0.34rem + 2.81vw, 2.375rem);
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move.hp_delay00 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move.hp_delay01 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-message > .message-item_ttl > span.hp_move.hp_delay02 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.home-Jumbotron > .ly_Jumbotron > .ly_main .Jumbotron-content > .content-cta > .cta-item.hp_move {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.home-description {
  padding-block: 72px 64px;
}
@media not screen and (min-width: 784px) {
  .home-description {
    padding-block: 48px 36px;
  }
}

html,
body {
  text-align: justify;
  text-justify: inter-ideograph;
}

.bl_FunctionList_inner {
  -webkit-padding-after: 64px;
          padding-block-end: 64px;
}
@media not screen and (min-width: 784px) {
  .bl_FunctionList_inner {
    -webkit-padding-after: 36px;
            padding-block-end: 36px;
  }
}

.bl_Support {
  margin: 0;
  background-color: #f5f5f5;
}
@media not screen and (min-width: 784px) {
  .bl_Support {
    margin: 0;
  }
}