@charset "UTF-8";
.pane-main {
  container-type: inline-size; /* または size */
  container-name: contents-ai;
  background: #f3f3f3;
}

@container contents-ai (max-width: 700px) {
  .pc {
    display: none;
  }
}
@container contents-ai (min-width: 701px) {
  .sp {
    display: none;
  }
}
:where(*:has(> wbr)) {
  white-space: pre-wrap;
  word-break: keep-all;
}

.products-ai {
  padding-top: 120px;
  padding-bottom: 40px;
}
.products-ai__title {
  /* Desktop/headline/default */
  font-weight: 700;
  font-size: 42px;
  line-height: 1.57143;
}
.products-ai__title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
  font-weight: 700;
  font-size: 24px;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.products-ai__description {
  margin-top: 24px;
  /* Desktop/home/body/default */
  font-weight: 500;
  font-size: 18px;
  line-height: 2.22222;
}
.article-ai__description .note {
  font-weight: 400;
  /* Desktop/md/default */
  font-size: 16px;
  line-height: 30px; /* 187.5% */
}
@container contents-ai (max-width: 700px) {
  .products-ai {
    padding: 80px 24px 40px;
  }
  .products-ai__title-en {
    font-size: 18px;
  }
  .products-ai__title {
    margin-top: 12px;
    font-size: 32px;
    font-style: normal;
    line-height: 1.3125;
  }
  .products-ai__description {
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
  }
}

.block-event-page--accessory:empty {
  display: none;
}

.block-event-page--goods {
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 1.875;
}
.block-event-page--goods-item {
  margin: 0;
}
.block-event-page--goods .block-goods-list-TD--inner,
.block-event-page--goods .block-goods-list-3CD--inner,
.block-event-page--goods .block-goods-list-4CD--inner {
  padding-left: 24px;
}
.block-event-page--goods .block-goods-list-TD--item,
.block-event-page--goods .block-goods-list-3CD--item,
.block-event-page--goods .block-goods-list-4CD--item {
  padding: 40px 24px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(47, 47, 47, .1);
          box-shadow: 0 0 10px 0 rgba(47, 47, 47, .1);
}
.block-event-page--goods .block-goods-list-TD--item {
  width: 260px;
  margin-right: 24px;
}
@container contents-ai (max-width: 700px) {
  .block-event-page--goods {
    padding-top: 80px;
  }
  .block-event-page--goods .block-goods-list--header {
    padding-right: 24px;
    padding-left: 12px;
  }
}

.products-ai ~ .block-event-page--goods {
  padding-top: 0;
}

.article-ai {
  position: relative;
  overflow: visible;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP";
  line-height: 30px;
  background: url(/contents/event/a1031403/img/image_kv.jpg) top center/100vw auto no-repeat;
  background-position-y: calc(-47.3958333333vw + 910px);
}
.article-ai :where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
}
.article-ai h2 {
  margin-top: 64px;
  margin-bottom: 32px;
  /* Desktop/headline/default */
  font-weight: 700;
  font-size: 42px;
  font-style: normal;
  line-height: 66px; /* 157.143% */
}
.article-ai h3 {
  margin-top: 88px;
  margin-bottom: 24px;
  padding-left: 28px;
  /* Desktop/headline/default */
  font-weight: 700;
  font-size: 42px;
  font-style: normal;
  line-height: 66px; /* 157.143% */
  border-left: 12px solid var(--gradient_01, #46d6d2);
}
.article-ai h3.h3-2 {
  margin: 32px 0;
  padding: 0;
  /* Desktop/headline/sm */
  font-weight: 700;
  font-size: 32px;
  line-height: 42px; /* 131.25% */
  border: 0;
}
.article-ai p {
  margin: 12px 0;
}
.article-ai figure {
  margin: 40px 0;
  overflow: hidden;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 10px 0 rgba(47, 47, 47, .1);
          box-shadow: 0 0 10px 0 rgba(47, 47, 47, .1);
}
.article-ai figure img {
  width: 100%;
  max-width: none;
}
.article-ai .content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.article-ai .content > *:first-child {
  margin-top: 0;
}
.article-ai .content > *:last-child {
  margin-bottom: 0;
}
.article-ai .merit,
.article-ai .demerit {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 2px 0 rgba(47, 47, 47, .1);
          box-shadow: 0 0 2px 0 rgba(47, 47, 47, .1);
}
.article-ai .merit__title,
.article-ai .demerit__title {
  font-weight: 700;
  font-size: 28px;
  font-style: normal;
  line-height: 28px; /* 100% */
}
.article-ai .merit__title::before,
.article-ai .demerit__title::before {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  vertical-align: -7px;
  content: "";
}
.article-ai .merit__body,
.article-ai .demerit__body {
  margin-top: 20px;
}
.article-ai .merit__title::before {
  background: url("/contents/event/a1031403/img/icon_smile.svg") center/contain no-repeat;
}
.article-ai .demerit {
  background: #e6e6e6;
}
.article-ai .demerit__title::before {
  background: url("/contents/event/a1031403/img/icon_frown.svg") center/contain no-repeat;
}
@container contents-ai (max-width: 1920px) {
  .article-ai {
    background: url(/contents/event/a1031403/img/image_kv.jpg) top center/1920px auto no-repeat;
  }
}
@container contents-ai (max-width: 700px) {
  .article-ai {
    font-weight: 400;
    /* Mobile/md/default */
    font-size: 16px;
    line-height: 30px; /* 187.5% */
    background: none;
  }
  .article-ai ._container {
    padding: 0 24px;
  }
  .article-ai h2 {
    margin-top: 48px;
    margin-bottom: 32px;
    /* Mobile/headline/default */
    font-weight: 700;
    font-size: 30px;
    line-height: 48px; /* 160% */
  }
  .article-ai h3 {
    margin-top: 56px;
    margin-bottom: 24px;
    padding-left: 24px;
    font-size: 26px;
    line-height: 44px;
    border-left-width: 8px;
  }
  .article-ai h3.h3-2 {
    font-weight: 700;
    /* Mobile/headline/sm */
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .article-ai figure {
    border-radius: 16px;
  }
  .article-ai .merit,
  .article-ai .demerit {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 40px 32px;
  }
  .article-ai .merit__title,
  .article-ai .demerit__title {
    font-size: 24px;
    line-height: 24px; /* 100% */
  }
  .article-ai .merit__title::before,
  .article-ai .demerit__title::before {
    width: 28px;
    height: 28px;
    vertical-align: -4px;
  }
  .article-ai .merit__body,
  .article-ai .demerit__body {
    margin-top: 16px;
  }
}
@container contents-ai (max-width: 700px) {
  .article-ai__kv {
    background: url(/contents/event/a1031403/img/image_kv_sp.png) top center/100% auto no-repeat #c9d8e4;
  }
}
.article-ai__head {
  padding: 96px 0;
}
@container contents-ai (max-width: 700px) {
  .article-ai__head {
    padding: 94.358974359vw 0 64px;
  }
}
.article-ai__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: .03em;
}
@container contents-ai (max-width: 700px) {
  .article-ai__title {
    font-size: 40px;
    line-height: 62px;
  }
}
.article-ai__description {
  max-width: 600px;
  margin-top: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 46px;
}
@container contents-ai (max-width: 700px) {
  .article-ai__description {
    margin-top: 28px;
    font-size: 18px;
    line-height: 40px;
  }
  .article-ai__description *:has(> wbr) {
    white-space: normal;
    word-break: normal;
  }
}
.article-ai__links {
  margin-top: 64px;
}
.article-ai__links .btn {
  display: inline-block;
  min-width: 280px;
  padding: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#46d6d2), to(#3d89e6));
  background: linear-gradient(90deg, #46d6d2 0%, #3d89e6 100%);
  border-radius: 9999px;
}
@container contents-ai (max-width: 700px) {
  .article-ai__links {
    margin-top: 48px;
  }
}
.article-ai__brand-container {
  padding: 260px 0 40px;
}
@container contents-ai (max-width: 700px) {
  .article-ai__brand-container {
    padding: 64px 0;
  }
}
.article-ai__logo img {
  width: 220px;
}
@container contents-ai (max-width: 700px) {
  .article-ai__logo img {
    width: 160px;
  }
}
.article-ai__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px 6%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 32px 0 0;
  padding: 52px 6%;
  background: linear-gradient(133deg, rgba(255, 255, 255, .5) 1.32%, rgba(255, 255, 255, .1) 98.68%);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}
.article-ai__brand__item {
  height: 45px;
}
.article-ai__brand__logo {
  width: 100%;
  height: 100%;
}
.article-ai__brand__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-ai__brand__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 45px;
  margin-right: -16px;
  margin-left: auto;
}
@container contents-ai (max-width: 700px) {
  .article-ai__brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 56px 24px;
  }
  .article-ai__brand__item {
    max-height: none;
    text-align: center;
  }
  .article-ai__brand__item--mouse .article-ai__brand__logo {
    width: 72.602739726%;
  }
  .article-ai__brand__item--daiv .article-ai__brand__logo {
    width: 65.7534246575%;
  }
  .article-ai__brand__logo {
    margin: 0 auto;
  }
  .article-ai__brand__img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 83.5616438356%;
    max-height: none;
    margin: 0;
    margin-top: 17px;
    margin-bottom: -143px;
  }
}
@container contents-ai (max-width: 700px) {
  .article-ai__content {
    background: linear-gradient(to bottom, #c9d8e4 100px, #f3f3f3 100%) top center/100% 280px no-repeat;
  }
}
.article-ai__section-1-2-container {
  padding: 96px 0;
}
@container contents-ai (max-width: 700px) {
  .article-ai__section-1-2-container {
    padding: 80px 0;
  }
}
.article-ai .section--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 64px;
}
.article-ai .section--01__img {
  -ms-flex-preferred-size: 454px;
      flex-basis: 454px;
}
.article-ai .section--01__img_in {
  position: sticky;
  top: 0;
  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;
  height: min(100vh, 100%);
}
.article-ai .section--01__img img {
  width: 100%;
}
.article-ai .section--01__body {
  -ms-flex-preferred-size: 682px;
      flex-basis: 682px;
}
.article-ai .section--01__body > *:first-child {
  margin-top: 0;
}
.article-ai .section--01__body > *:last-child {
  margin-bottom: 0;
}
@container contents-ai (max-width: 700px) {
  .article-ai .section--01 {
    position: relative;
    display: block;
  }
  .article-ai .section--01__img {
    position: absolute;
    padding: 0 16px;
    inset: 0;
  }
  .article-ai .section--01__img img {
    opacity: .5;
  }
  .article-ai .section--01__body {
    position: relative;
  }
}
.article-ai .section--02 {
  padding-top: 64px;
}
.article-ai .section--02 > *:first-child {
  margin-top: 0;
}
.article-ai .section--02 > *:last-child {
  margin-bottom: 0;
}
.article-ai .section--02 figure {
  margin: 0 0 48px;
}
.article-ai .section--02 p {
  margin: 24px 0;
}
@container contents-ai (max-width: 700px) {
  .article-ai .section--02 figure {
    margin: 0 0 32px;
  }
}
.article-ai .section--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0;
}
.article-ai .section--03__img {
  position: sticky;
  top: 0;
  width: 43.75%;
  height: 100vh;
}
.article-ai .section--03__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-ai .section--03__body {
  width: 56.25%;
  max-width: 1080px;
  padding: 96px 8.3333333333% 120px 4.1666666667%;
}
.article-ai .section--03__body-inner > *:first-child {
  margin-top: 0;
}
.article-ai .section--03__body-inner > *:last-child {
  margin-bottom: 0;
}
@container contents-ai (max-width: 700px) {
  .article-ai .section--03 {
    display: block;
    padding: 80px 24px 0;
  }
  .article-ai .section--03__img {
    width: auto;
    margin: 0 -24px;
  }
  .article-ai .section--03__body {
    position: relative;
    width: auto;
    margin-top: -66.6666666667vw;
    padding: 0 0 176px;
  }
  .article-ai .section--03__body-inner {
    padding: 72px 24px;
    background: rgba(255, 255, 255, .85);
    border-radius: 8px;
    /* dropshadow_01 */
    -webkit-box-shadow: 5px 5px 20px 0 rgba(166, 171, 189, .4), -5px -5px 20px 0 rgba(250, 251, 255, .8);
            box-shadow: 5px 5px 20px 0 rgba(166, 171, 189, .4), -5px -5px 20px 0 rgba(250, 251, 255, .8);
  }
}
.article-ai .section--summary {
  padding: 240px 0;
  background: url(/contents/event/a1031403/img/image007.jpg) center/cover no-repeat;
}
.article-ai .section--summary__body {
  width: 45%;
  max-width: 520px;
}
.article-ai .section--summary__body > *:first-child {
  margin-top: 0;
}
.article-ai .section--summary__body > *:last-child {
  margin-bottom: 0;
}
@container contents-ai (max-width: 700px) {
  .article-ai .section--summary {
    padding: 92.3076923077vw 0 96px;
    background: url(/contents/event/a1031403/img/image007_sp.jpg) center top/cover no-repeat;
  }
  .article-ai .section--summary__body {
    width: auto;
  }
}