/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* only for new website (remove if you are updating for other website)
 * normalize, reset
 * =================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE. */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}
button::-ms-clear, button::-ms-reveal, input::-ms-clear, input::-ms-reveal {
  display: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}
button::-ms-expand, select::-ms-expand {
  display: none;
}
button:focus::-ms-value, select:focus::-ms-value {
  background-color: inherit;
  color: #515151;
}

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10. */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html {
  color: #222;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design. */
::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https: */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */
/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/*
 * Hide visually and from screen readers */
.hidden, [hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https: */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https: */
/*
 * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ========================================================================== */
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https: */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* default settings */
/* default settings */
body.nav--open {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 1260px) {
  body {
    min-width: 100%;
  }
}

.wrap {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 769px) {
  .wrap {
    max-width: min(1128px, 78.3333333333vw);
  }
}
@media (max-width: 768px) {
  .wrap {
    max-width: 91.4666666667vw;
  }
}

main {
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

/* default settings */
.lp-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: min(192px, 13.3333333333vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: linear-gradient(165deg, #0D070B 0%, #C03 129.06%);
}
@media (max-width: 768px) {
  .lp-banner {
    height: 37.6vw;
    background: linear-gradient(121deg, #0D070B 0%, #C03 112%);
  }
}
@media (max-width: 768px) {
  .lp-banner__inner {
    padding: 0 5.3333333333vw !important;
  }
}
.lp-banner__ttl {
  text-align: left;
  color: #fff !important;
  font-size: min(32px, 2.2222222222vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .lp-banner__ttl {
    font-size: 8vw;
  }
}

/* default settings */
.breadcrumb {
  padding: min(16px, 1.1111111111vw) 0 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 4.2666666667vw 0 0;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__item {
  padding: 0 min(9px, 0.625vw);
  position: relative;
  font-size: min(12px, 0.8333333333vw);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .breadcrumb__item {
    padding: 0 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.breadcrumb__item:first-child {
  padding-left: 0;
}
.breadcrumb__item:last-child {
  padding-right: 0;
}
.breadcrumb__item + .breadcrumb__item:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  left: max(-2px, -0.1388888889vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}
@media (max-width: 768px) {
  .breadcrumb__item + .breadcrumb__item:before {
    left: -0.5333333333vw;
    width: 0.5333333333vw;
    height: 0.5333333333vw;
  }
}
.breadcrumb__item a {
  color: #000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) {
  .breadcrumb__item a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.breadcrumb__item span {
  text-decoration: underline;
  text-underline-position: under;
}

/* default settings */
.lp-ttl-primary01 {
  padding-bottom: min(13px, 0.9027777778vw);
  font-size: min(24px, 1.6666666667vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #bababa;
}
@media (max-width: 768px) {
  .lp-ttl-primary01 {
    padding-bottom: 3.4666666667vw;
    font-size: 6.4vw;
  }
}

.lp-ttl-primary02 {
  padding-left: min(16px, 1.1111111111vw);
  font-size: min(18px, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-left: min(4px, 0.2777777778vw) solid #ED3E47;
}
@media (max-width: 768px) {
  .lp-ttl-primary02 {
    padding-left: 4.2666666667vw;
    font-size: 4.8vw;
    border-left-width: 1.0666666667vw;
  }
}

/* default settings */
.button {
  width: min(367px, 25.4861111111vw);
  height: min(72px, 5vw);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: min(4px, 0.2777777778vw);
  border: solid 1px rgb(0, 0, 0);
  position: relative;
  background-color: #fff;
  font-size: min(16px, 1.1111111111vw);
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 768px) {
  .button {
    width: 100%;
    height: 14.6666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.button::after {
  background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/btn-icon.png) no-repeat center center/100% auto;
  width: min(24px, 1.6666666667vw);
  height: min(24px, 1.6666666667vw);
  content: "";
  position: absolute;
  right: min(15px, 1.0416666667vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .button::after {
    width: 6.4vw;
    height: 6.4vw;
    right: 4vw;
  }
}
@media (min-width: 769px) {
  .button:hover {
    color: #fff;
    background-image: linear-gradient(75deg, rgb(0, 0, 0) 34%, rgb(204, 0, 51) 110%);
    border: none;
  }
  .button:hover::after {
    background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/btn-icon-hover.png);
  }
}
.button.viewmore:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.button.-left-arrow::after {
  background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/btn-icon.png) no-repeat center center/100% auto;
  right: auto;
  left: min(15px, 1.0416666667vw);
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .button.-left-arrow::after {
    left: 4vw;
  }
}
@media (min-width: 769px) {
  .button.-left-arrow:hover::after {
    background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/btn-icon-hover.png);
  }
}
.button-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(16px, 1.1111111111vw);
  font-size: min(16px, 1.1111111111vw);
  line-height: 1.7;
  letter-spacing: 0.8px;
  margin-bottom: min(4px, 0.2777777778vw);
  position: relative;
  padding-right: min(6px, 0.4166666667vw);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: min(7px, 0.4861111111vw);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% var(--underline-width, 1px);
}
@media (max-width: 768px) {
  .button-link {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    gap: 4.2666666667vw;
    margin-bottom: 0;
    padding-right: 1.8666666667vw;
    padding-bottom: 1.8666666667vw;
  }
}
.button-link::after {
  background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/btn-link-arrow.png) no-repeat center center/100% auto;
  content: "";
  width: min(6px, 0.4166666667vw);
  height: min(12px, 0.8333333333vw);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .button-link::after {
    width: 1.6vw;
    height: 3.2vw;
  }
}
@media (min-width: 769px) {
  .button-link:hover {
    color: #CC0033;
    -webkit-animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
            animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CC0033), to(#CC0033));
    background-image: linear-gradient(#CC0033, #CC0033);
  }
  .button-link:hover::after {
    background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/btn-link-arrow-hover.png);
  }
}

.pagetop {
  position: fixed;
  bottom: 10.6666666667vw;
  right: 4.2666666667vw;
  width: 10.6666666667vw;
  z-index: 99;
  cursor: pointer;
  display: none;
}

/* default settings */
/* default settings */
header {
  position: relative;
}
@media (max-width: 768px) {
  header {
    z-index: 9999;
  }
}

.is-modal-open .custom-header__hamburger {
  top: 0;
}

.custom-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #000;
}
@media (min-width: 769px) {
  .custom-header {
    padding: min(24px, 1.6666666667vw) min(20px, 1.3888888889vw);
  }
  .custom-header__under {
    max-width: min(1848px, 128.3333333333vw);
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .custom-header__hamburger {
    position: fixed;
    top: 14.1333333333vw;
    right: 0;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/header-menu-open.svg) no-repeat center center/100% auto;
    z-index: 999;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    display: none !important;
  }
  .custom-header__hamburger.fixed {
    top: 0;
  }
  .custom-header__hamburger.active {
    background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/header-menu-close.svg) no-repeat center center/100% auto;
  }
}
@media (max-width: 768px) {
  .custom-header__navWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(148deg, rgb(13, 7, 11), rgb(204, 0, 51) 103%);
    z-index: 99;
    overflow-y: auto;
  }
}
.custom-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  .custom-header__nav {
    gap: min(24px, 1.6666666667vw);
  }
}
@media (max-width: 768px) {
  .custom-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 36.5333333333vw;
  }
}
.custom-header__nav a {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .custom-header__nav a {
    font-size: min(14px, 0.9722222222vw);
  }
  .custom-header__nav a:hover {
    color: #CC0033 !important;
  }
}
@media (max-width: 768px) {
  .custom-header__nav a {
    font-size: 5.3333333333vw;
    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;
    height: 18.9333333333vw;
    padding: 0 6.4vw;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .custom-header__nav a::after {
    background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/nav-icon.png) no-repeat center center/100% auto;
    width: 6.4vw;
    height: 6.4vw;
    content: "";
  }
}

/* default settings */
/* default settings */
.custom-footer {
  margin: min(120px, 8.3333333333vw) min(80px, 5.5555555556vw) min(38px, 2.6388888889vw);
  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;
}
@media (max-width: 768px) {
  .custom-footer {
    margin: 10.6666666667vw 6.4vw;
    -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;
  }
}
.custom-footer__logo {
  width: min(242px, 16.8055555556vw);
}
@media (max-width: 768px) {
  .custom-footer__logo {
    width: 100%;
    max-width: 64.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
.custom-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .custom-footer__nav {
    -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: 3.2vw;
    width: 100%;
  }
}
.custom-footer__nav a {
  font-size: min(14px, 0.9722222222vw);
  line-height: 1.7;
  color: #69A1FE !important;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .custom-footer__nav a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#69A1FE), to(#69A1FE));
    background-image: linear-gradient(#69A1FE, #69A1FE);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% var(--underline-width, 1px);
  }
  .custom-footer__nav a:hover {
    -webkit-animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
            animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
    color: #69A1FE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#69A1FE), to(#69A1FE));
    background-image: linear-gradient(#69A1FE, #69A1FE);
  }
}
@media (max-width: 768px) {
  .custom-footer__nav a {
    font-size: 3.7333333333vw;
    text-decoration: underline;
    text-underline-offset: 0.5333333333vw;
  }
}

.lp-dbf2026-top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(16px, 1.1111111111vw);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .lp-dbf2026-top {
    font-size: 3.7333333333vw;
  }
}
.lp-dbf2026-top main * {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .main-article {
    padding: 0 !important;
  }
}
.lp-dbf2026-top .main-article .anchor-element {
  position: absolute;
  top: max(-136px, -9.4444444444vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .main-article .anchor-element {
    top: -13.3333333333vw;
  }
}
.lp-dbf2026-top .kv-section {
  background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/kv-img.jpg) no-repeat center top/cover;
  position: relative;
  line-height: 0;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .kv-section {
    position: relative;
    height: min(626px, 43.4722222222vw);
  }
  .lp-dbf2026-top .kv-section h2 {
    position: absolute;
    bottom: min(31px, 2.1527777778vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(1102px, 76.5277777778vw);
  }
  .lp-dbf2026-top .kv-section p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: min(54px, 3.75vw);
    text-align: center;
    backdrop-filter: blur(12px);
    background-color: #cc0033;
  }
  .lp-dbf2026-top .kv-section p img {
    width: min(969px, 67.2916666667vw);
    padding-top: min(15px, 1.0416666667vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .kv-section h2 {
    width: 90.4vw;
    position: absolute;
    bottom: 46.4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lp-dbf2026-top .kv-section p {
    line-height: 0;
  }
}
.lp-dbf2026-top .ai-section {
  background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/ai-bg.jpg) no-repeat center center/cover;
  padding: min(83px, 5.7638888889vw) 0;
  line-height: 1.7;
  position: relative;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai-section {
    padding: 10.6666666667vw 0;
    background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/sp-ai-bg.jpg);
  }
}
.lp-dbf2026-top .ai-section h2 {
  width: min(685px, 47.5694444444vw);
}
@media (min-width: 769px) {
  .lp-dbf2026-top .ai-section h2 {
    margin-left: min(54px, 3.75vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai-section h2 {
    width: 94.1333333333vw;
  }
}
.lp-dbf2026-top .ai-section p {
  font-size: min(18px, 1.25vw);
  line-height: 2.4;
  color: #fff;
  margin-top: max(-2px, -0.1388888889vw);
}
@media (min-width: 769px) {
  .lp-dbf2026-top .ai-section p {
    margin-left: min(62px, 4.3055555556vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai-section p {
    font-size: 4.8vw;
    line-height: 2.4;
    margin-top: 2.6666666667vw;
  }
}
.lp-dbf2026-top .ai2-section {
  padding: min(80px, 5.5555555556vw) 0 min(19px, 1.3194444444vw);
  line-height: 1.7;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section {
    padding: 17.8666666667vw 0 5.3333333333vw;
  }
}
.lp-dbf2026-top .ai2-section h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(36px, 2.5vw);
  letter-spacing: 0.05em;
  margin-bottom: min(40px, 2.7777777778vw);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 7.2vw;
  }
}
.lp-dbf2026-top .ai2-section p {
  text-align: center;
  font-size: min(14px, 0.9722222222vw);
  line-height: 1.7;
  margin-bottom: min(40px, 2.7777777778vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section p {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.lp-dbf2026-top .ai2-section__slider {
  max-width: min(1440px, 100vw);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider {
    max-width: 100%;
  }
}
.lp-dbf2026-top .ai2-section__slider::before, .lp-dbf2026-top .ai2-section__slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: min(237px, 16.4583333333vw);
  height: min(400px, 27.7777777778vw);
  z-index: 10;
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider::before, .lp-dbf2026-top .ai2-section__slider::after {
    top: -1.6vw;
    width: 6.4vw;
    height: 49.0666666667vw;
  }
}
.lp-dbf2026-top .ai2-section__slider::before {
  background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/ai-slider-left-shadow.png);
  left: -1px;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider::before {
    background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/sp-ai-slider-left-shadow.png);
  }
}
.lp-dbf2026-top .ai2-section__slider::after {
  background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/ai-slider-right-shadow.png);
  right: -1px;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider::after {
    background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/sp-ai-slider-right-shadow.png);
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__slide {
  width: min(719px, 49.9305555556vw);
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider .splide__slide {
    width: 82.9333333333vw;
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(8px, 0.5555555556vw);
  min-width: min(160px, 11.1111111111vw);
  margin: min(24px, 1.6666666667vw) auto 0;
  padding: min(12px, 0.8333333333vw) min(18px, 1.25vw);
  border: 1px solid #000;
  border-radius: min(999px, 69.375vw);
  background: #fff;
  color: #000;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider .splide__toggle {
    min-width: 32vw;
    margin-top: 4.2666666667vw;
    padding: 2.6666666667vw 3.7333333333vw;
    gap: 2.1333333333vw;
    border-radius: 266.4vw;
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__toggle:hover {
  background: #000;
  color: #fff;
}
.lp-dbf2026-top .ai2-section__slider .splide__toggle:focus-visible {
  outline: 2px solid #cc0033;
  outline-offset: 2px;
}
.lp-dbf2026-top .ai2-section__slider .splide__pagination {
  width: min(190px, 13.1944444444vw);
  height: min(40px, 2.7777777778vw);
  border: 1px solid #000;
  border-radius: min(24px, 1.6666666667vw);
  gap: min(8px, 0.5555555556vw);
  margin-top: min(14px, 0.9722222222vw);
  margin-left: calc(50% - min(121px, 8.4027777778vw));
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider .splide__pagination {
    width: 50.6666666667vw;
    height: 10.6666666667vw;
    gap: 2.1333333333vw;
    margin-top: 3.2vw;
    border-radius: 6.4vw;
    margin-left: 17.8666666667vw;
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__pagination li {
  line-height: 0;
}
.lp-dbf2026-top .ai2-section__slider .splide__pagination li button {
  width: min(10px, 0.6944444444vw);
  height: min(10px, 0.6944444444vw);
  border-radius: 50%;
  border: 1px solid #000;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider .splide__pagination li button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__pagination li button.is-active {
  background-color: #000;
}
.lp-dbf2026-top .ai2-section__slider .splide__arrows {
  position: absolute;
  bottom: min(13px, 0.9027777778vw);
  width: 100%;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider .splide__arrows {
    bottom: 3.2vw;
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__arrow {
  width: min(6px, 0.4166666667vw);
  height: min(14px, 0.9722222222vw);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider .splide__arrow {
    width: 1.6vw;
    height: 3.7333333333vw;
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__arrow--prev {
  background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/slide-arrow-left.png);
  left: calc(50% - min(107px, 7.4305555556vw));
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider .splide__arrow--prev {
    left: 21.6vw;
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__arrow--next {
  background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/slide-arrow-right.png);
  right: calc(50% - min(54px, 3.75vw));
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider .splide__arrow--next {
    right: 34.9333333333vw;
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__arrow svg {
  display: none;
}
.lp-dbf2026-top .ai2-section__slider .splide__pause {
  background-color: #000;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  position: absolute;
  bottom: 0;
  right: calc(50% - min(121px, 8.4027777778vw));
  cursor: pointer;
  margin-top: 0;
  width: min(40px, 2.7777777778vw);
  height: min(40px, 2.7777777778vw);
  border-radius: 50%;
  background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/slide-pause-btn.svg);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .ai2-section__slider .splide__pause {
    right: 17.8666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.lp-dbf2026-top .ai2-section__slider .splide__pause.is-paused {
  background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/slide-play-btn.svg);
}
.lp-dbf2026-top .sessions-section {
  padding: min(100px, 6.9444444444vw) 0 min(81px, 5.625vw);
  line-height: 1.7;
  position: relative;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section {
    padding: 26.6666666667vw 0 17.0666666667vw;
  }
}
.lp-dbf2026-top .sessions-section h2 {
  width: min(474px, 32.9166666667vw);
  margin-bottom: min(39px, 2.7083333333vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section h2 {
    width: 91.2vw;
    margin-bottom: 7.7333333333vw;
  }
}
.lp-dbf2026-top .sessions-section .sessions__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;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item {
  width: min(544px, 37.7777777778vw);
  margin: 0 0 min(40px, 2.7777777778vw);
  padding: min(25px, 1.7361111111vw) min(25px, 1.7361111111vw) min(24px, 1.6666666667vw) min(25px, 1.7361111111vw);
  position: relative;
  z-index: 1;
  font-size: min(14px, 0.9722222222vw);
  line-height: 1.5;
  border-radius: min(4px, 0.2777777778vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item {
    width: 100%;
    height: auto;
    padding: 4.2666666667vw 6.4vw 4.2666666667vw 4vw;
    margin: 0 0 6.1333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: min(4px, 0.2777777778vw);
  border: solid 1px rgb(240, 240, 240);
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item::after {
    border-radius: 1.0666666667vw;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item::before {
  position: absolute;
  bottom: max(-15px, -1.0416666667vw);
  left: min(15px, 1.0416666667vw);
  right: min(15px, 1.0416666667vw);
  z-index: -2;
  content: "";
  height: min(160px, 11.1111111111vw);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  background-color: rgba(217, 217, 217, 0.7);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item::before {
    bottom: -4vw;
    left: 4vw;
    right: 4vw;
    height: 42.6666666667vw;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item p {
  font-size: min(14px, 0.9722222222vw);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item p {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item .tag {
  padding: min(2px, 0.1388888889vw) min(13px, 0.9027777778vw);
  color: #fff;
  background-color: #CC0033;
  border-radius: min(4px, 0.2777777778vw);
  display: inline-block;
  margin-bottom: min(8px, 0.5555555556vw);
  font-size: min(14px, 0.9722222222vw);
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item .tag {
    padding: 0.5333333333vw 3.4666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item .tag.-black {
  background-color: #000;
}
.lp-dbf2026-top .sessions-section .sessions__list--item .name {
  font-size: min(20px, 1.3888888889vw);
  font-weight: 700;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item .name {
    margin-top: min(4px, 0.2777777778vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item .name {
    margin-top: 0.8vw;
    font-size: 4.8vw;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item h3 {
  font-size: min(20px, 1.3888888889vw);
  line-height: 1.5;
  margin: min(8px, 0.5555555556vw) 0 min(5px, 0.3472222222vw);
  font-weight: 700;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item h3 {
    font-size: 4.8vw;
    margin: 2.6666666667vw 0 1.8666666667vw;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(22px, 1.5277777778vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item dl {
    gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item dl dt {
  width: min(140px, 9.7222222222vw);
  height: min(140px, 9.7222222222vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lp-dbf2026-top .sessions-section .sessions__list--item dl dt img {
  width: min(140px, 9.7222222222vw);
  height: min(140px, 9.7222222222vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item dl dt {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
  .lp-dbf2026-top .sessions-section .sessions__list--item dl dt img {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.lp-dbf2026-top .sessions-section .sessions__list--item dl dd {
  font-weight: 400;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item dl dd {
    margin-top: max(-3px, -0.2083333333vw);
    font-size: min(18px, 1.25vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .sessions-section .sessions__list--item dl dd {
    padding-left: 2.4vw;
  }
}
.lp-dbf2026-top .exhibition-section {
  background-color: #F5F5F5;
  padding: min(120px, 8.3333333333vw) 0;
  line-height: 1.7;
  position: relative;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section {
    padding: 32.2666666667vw 0;
  }
}
.lp-dbf2026-top .exhibition-section h2 {
  width: min(541px, 37.5694444444vw);
  margin-bottom: min(55px, 3.8194444444vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section h2 {
    width: 91.2vw;
    margin-bottom: 7.7333333333vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__filters {
  background-color: #000;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters {
    margin-bottom: min(72px, 5vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters {
    margin-bottom: 10.4vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag {
  position: relative;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag {
    padding: min(12px, 0.8333333333vw) min(12px, 0.8333333333vw) min(8px, 0.5555555556vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag {
    padding: 5.8666666667vw 16vw 5.8666666667vw 3.2vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag.is-open .exhibition__filters--tag-btn {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hint-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(4px, 0.2777777778vw);
  margin-bottom: min(4px, 0.2777777778vw);
}
@media (min-width: 769px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hint-list .col-l .exhibition__filter-control {
    min-width: min(92px, 6.3888888889vw);
  }
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hint-list .col-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(4px, 0.2777777778vw);
    max-width: min(912px, 63.3333333333vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hint-list {
    gap: 2.1333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hint-list .exhibition__filters--tag-item {
    margin: 0;
  }
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hint-list .exhibition__filters--tag-item button {
    color: #fff;
    pointer-events: none;
  }
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hint-list .exhibition__filters--tag-item.is-checked button {
    background-color: #fff;
    color: #000;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hidden-list {
  display: none;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hidden-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(4px, 0.2777777778vw);
    margin-left: min(96px, 6.6666666667vw);
    max-width: min(912px, 63.3333333333vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag .hidden-list .list-item {
    position: relative;
    background-color: #000;
    padding: 22.4vw 4.2666666667vw 3.2vw;
    gap: 1.8666666667vw;
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item {
    display: inline-block;
    margin-bottom: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item button, .lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item .exhibition__filter-control {
  height: min(40px, 2.7777777778vw);
  font-size: min(16px, 1.1111111111vw);
  padding: 0 min(16px, 1.1111111111vw);
  border-radius: min(20px, 1.3888888889vw);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item button span, .lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item .exhibition__filter-control span {
  color: #fff;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item button, .lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item .exhibition__filter-control {
    font-size: 3.4666666667vw;
    height: 7.4666666667vw;
    padding: 0 3.2vw;
    border-radius: 5.3333333333vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item .exhibition__filter-control input {
  position: absolute;
  inset: 0;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item .exhibition__filter-control span {
  position: relative;
  z-index: 1;
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item.is-checked .exhibition__filter-control, .lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item button.is-checked {
  background: #fff;
  color: #000;
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item.is-checked .exhibition__filter-control span, .lp-dbf2026-top .exhibition-section .exhibition__filters--tag-item button.is-checked span {
  color: #000;
}
.lp-dbf2026-top .exhibition-section .exhibition__filters--tag-btn {
  position: absolute;
  top: min(30px, 2.0833333333vw);
  right: min(30px, 2.0833333333vw);
  width: min(48px, 3.3333333333vw);
  height: min(48px, 3.3333333333vw);
  border: none;
  background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/exhibition-accor-icon.png) no-repeat center center/cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  padding: 0;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__filters--tag-btn {
    top: 3.2vw;
    right: 3.2vw;
    width: 12.8vw;
    height: 12.8vw;
    background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/exhibition-modal-open-icon.png);
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__list {
  display: block;
  position: relative;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .exhibition-section .exhibition__list {
    margin-right: -1.5rem;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item {
  float: left;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  border-radius: min(4px, 0.2777777778vw);
  -webkit-box-shadow: 6px 6px 20px 0 rgba(217, 217, 217, 0.7);
          box-shadow: 6px 6px 20px 0 rgba(217, 217, 217, 0.7);
  background-color: #fff;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .exhibition-section .exhibition__list--item {
    width: calc((100% - min(72px, 5vw)) / 3);
    margin: 0 min(24px, 1.6666666667vw) min(24px, 1.6666666667vw) 0;
    padding-bottom: min(29px, 2.0138888889vw);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__list--item {
    width: 100%;
    margin: 0 0 4vw;
    padding-bottom: 6.4vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item h3 {
  font-size: min(20px, 1.3888888889vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: min(28px, 1.9444444444vw) min(32px, 2.2222222222vw) min(10px, 0.6944444444vw) min(32px, 2.2222222222vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__list--item h3 {
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw 6.4vw 1.6vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item h3 a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--underline-color, currentcolor)), to(var(--underline-color, currentcolor)));
  background-image: linear-gradient(var(--underline-color, currentcolor), var(--underline-color, currentcolor));
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% var(--underline-width, 1px);
  display: inline;
  padding: 0;
  font-size: min(20px, 1.3888888889vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item h3 a:after {
  content: none;
}
@media (min-width: 769px) and (any-hover: hover) and (any-pointer: fine) {
  .lp-dbf2026-top .exhibition-section .exhibition__list--item h3 a:hover {
    -webkit-animation: move-underline 0.5s cubic-bezier(0, 0.4, 0.6, 1);
            animation: move-underline 0.5s cubic-bezier(0, 0.4, 0.6, 1);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__list--item h3 a {
    font-size: 5.3333333333vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(8px, 0.5555555556vw);
  margin: 0 0 min(12px, 0.8333333333vw) min(32px, 2.2222222222vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__list--item .category {
    gap: 2.1333333333vw;
    margin: 0 0 2.6666666667vw 6.4vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item .category__item {
  font-size: min(17px, 1.1805555556vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: min(1px, 0.0694444444vw) min(12px, 0.8333333333vw);
  color: #fff;
  border-radius: min(4px, 0.2777777778vw);
  border: none;
  display: inline-block;
  background-color: #000;
  z-index: 1;
  cursor: default;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__list--item .category__item {
    font-size: 4.5333333333vw;
    padding: 0.2666666667vw 3.2vw;
    border-radius: 1.0666666667vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item .text {
  font-size: min(14px, 0.9722222222vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 0 min(32px, 2.2222222222vw) 0 min(32px, 2.2222222222vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__list--item .text {
    font-size: 3.7333333333vw;
    padding: 0 6.4vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: min(5px, 0.3472222222vw) 0 0 min(32px, 2.2222222222vw);
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item .btn a {
  font-size: min(14px, 0.9722222222vw);
  padding: 0;
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item .btn a::after {
  display: none;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__list--item .btn {
    padding: 1.3333333333vw 6.4vw 0;
  }
  .lp-dbf2026-top .exhibition-section .exhibition__list--item .btn a {
    font-size: 3.7333333333vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__list--item.is-hidden {
  display: none;
}
.lp-dbf2026-top .exhibition-section .exhibition__btn {
  text-align: center;
  margin-top: min(46px, 3.1944444444vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__btn {
    margin: 0 8vw;
  }
}
.lp-dbf2026-top .exhibition-section .exhibition__btn .button.is-hidden {
  display: none;
}
.lp-dbf2026-top .exhibition-section .exhibition__search {
  position: absolute;
  top: 3.2vw;
  left: 4.2666666667vw;
  width: 74.6666666667vw;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .exhibition-section .exhibition__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 20vw;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
    will-change: opacity;
  }
  .lp-dbf2026-top .exhibition-section .exhibition__modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.25s ease, visibility 0s linear 0s;
    transition: opacity 0.25s ease, visibility 0s linear 0s;
  }
  .lp-dbf2026-top .exhibition-section .exhibition__modal .close-icon {
    position: absolute;
    top: 3.2vw;
    right: 4.2666666667vw;
    width: 12.8vw;
    height: 12.8vw;
    background-image: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/exhibition-modal-close-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    z-index: 9;
    background-color: #000;
    border-radius: 50%;
  }
  .lp-dbf2026-top .exhibition-section .exhibition__modal--content .exhibition__filters--tagList {
    max-height: calc(100vh - 45.3333333333vw);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
}
.lp-dbf2026-top .overview-section {
  padding: min(160px, 11.1111111111vw) 0 min(40px, 2.7777777778vw);
  line-height: 1.7;
  position: relative;
}
@media (max-width: 768px) {
  .lp-dbf2026-top .overview-section {
    padding: 32vw 0 21.8666666667vw;
  }
}
.lp-dbf2026-top .overview-section h2 {
  width: min(504px, 35vw);
  margin-bottom: min(9px, 0.625vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .overview-section h2 {
    width: 91.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.lp-dbf2026-top .overview-section .overview__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(52px, 3.6111111111vw);
  padding: min(30px, 2.0833333333vw) 0;
  font-size: min(16px, 1.1111111111vw);
  line-height: 1.7;
  border-bottom: 1px solid #bababa;
}
.lp-dbf2026-top .overview-section .overview__info dl.border-none {
  border-bottom: none;
}
.lp-dbf2026-top .overview-section .overview__info dl.border-none a {
  margin-left: min(10px, 0.6944444444vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-top .overview-section .overview__info dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6vw;
    padding: 5.6vw 0;
    font-size: 4.2666666667vw;
  }
}
.lp-dbf2026-top .overview-section .overview__info dl dt {
  font-weight: 700;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .overview-section .overview__info dl dt {
    width: min(240px, 16.6666666667vw);
  }
}
.lp-dbf2026-top .overview-section .overview__info dl dd a {
  color: #4E4E4E;
}
@media (min-width: 769px) {
  .lp-dbf2026-top .overview-section .overview__info dl dd a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4E4E4E), to(#4E4E4E));
    background-image: linear-gradient(#4E4E4E, #4E4E4E);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% var(--underline-width, 1px);
  }
  .lp-dbf2026-top .overview-section .overview__info dl dd a:hover {
    -webkit-animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
            animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
    color: #CC0033;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CC0033), to(#CC0033));
    background-image: linear-gradient(#CC0033, #CC0033);
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-top .overview-section .overview__info dl dd a {
    text-decoration: underline;
    text-underline-offset: 0.8vw;
  }
}
@media (min-width: 769px) {
  .lp-dbf2026-top .overview-section .overview__map {
    margin: 1px 0 max(-6px, -0.4166666667vw);
  }
}

.lp-dbf2026-faq {
  font-family: "Noto Sans JP", sans-serif;
}
.lp-dbf2026-faq main {
  color: #000;
}
.lp-dbf2026-faq main * {
  color: inherit;
}
.lp-dbf2026-faq main .main-article {
  margin-bottom: min(120px, 8.3333333333vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq main .main-article {
    margin-bottom: 21.3333333333vw;
    padding: 0 !important;
  }
}
.lp-dbf2026-faq .lp-wrapper {
  max-width: min(1128px, 78.3333333333vw);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .lp-wrapper {
    padding: 0 4.2666666667vw;
    max-width: 100%;
  }
}
.lp-dbf2026-faq .link-underline {
  margin: 0;
  padding: 0;
  color: #4e4e4e !important;
  font-size: min(14px, 0.9722222222vw);
}
@media (min-width: 769px) {
  .lp-dbf2026-faq .link-underline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4e4e4e), to(#4e4e4e));
    background-image: linear-gradient(#4e4e4e, #4e4e4e);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% var(--underline-width, 1px);
  }
  .lp-dbf2026-faq .link-underline:hover {
    -webkit-animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
            animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
    color: #CC0033;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CC0033), to(#CC0033));
    background-image: linear-gradient(#CC0033, #CC0033);
  }
  .lp-dbf2026-faq .link-underline:hover {
    color: #CC0033 !important;
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .link-underline {
    text-decoration: underline;
    text-underline-offset: 0.5333333333vw;
    font-size: 3.7333333333vw;
    color: #4e4e4e !important;
    background: none;
  }
}
.lp-dbf2026-faq .link-underline:after {
  content: none;
}
.lp-dbf2026-faq .faq-content {
  margin-top: min(78px, 5.4166666667vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content {
    margin-top: 21.3333333333vw;
  }
}
.lp-dbf2026-faq .faq-content + .faq-content {
  margin-top: min(46px, 3.1944444444vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content + .faq-content {
    margin-top: 22.4vw;
  }
}
.lp-dbf2026-faq .faq-content__list {
  margin-top: min(44px, 3.0555555556vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__list {
    margin-top: 11.7333333333vw;
  }
}
.lp-dbf2026-faq .faq-content__item + .faq-content__item {
  margin-top: min(46px, 3.1944444444vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__item + .faq-content__item {
    margin-top: 7.7333333333vw;
  }
}
.lp-dbf2026-faq .faq-content__q {
  padding-left: min(40px, 2.7777777778vw);
  position: relative;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__q {
    padding-left: 10.6666666667vw;
  }
}
.lp-dbf2026-faq .faq-content__q::before {
  content: "";
  position: absolute;
  left: 0;
  top: max(-4px, -0.2777777778vw);
  width: min(32px, 2.2222222222vw);
  height: min(32px, 2.2222222222vw);
  border-radius: 4.2666666667vw;
  background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/faq/q.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__q::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    top: -1.0666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.lp-dbf2026-faq .faq-content__q__ttl {
  font-size: min(16px, 1.1111111111vw);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__q__ttl {
    font-size: 4.2666666667vw;
  }
}
.lp-dbf2026-faq .faq-content__a {
  margin-top: min(15px, 1.0416666667vw);
  padding-left: min(40px, 2.7777777778vw);
  position: relative;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a {
    margin-top: 4.8vw;
    padding-left: 10.6666666667vw;
  }
}
.lp-dbf2026-faq .faq-content__a::before {
  content: "";
  position: absolute;
  left: 0;
  top: max(-5px, -0.3472222222vw);
  width: min(32px, 2.2222222222vw);
  height: min(32px, 2.2222222222vw);
  border-radius: min(16px, 1.1111111111vw);
  background: url(/content/dam/nttcom/hq/jp/business/go-event/dbf2026/img/faq/a.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    top: -1.6vw;
    border-radius: 4.2666666667vw;
  }
}
.lp-dbf2026-faq .faq-content__a__ttl {
  font-size: min(16px, 1.1111111111vw);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__ttl {
    font-size: 4.2666666667vw;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__desc {
  font-size: min(14px, 0.9722222222vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__desc {
    font-size: 3.7333333333vw;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__note {
  padding-top: min(19px, 1.3194444444vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__note {
    padding-top: 2.1333333333vw;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__note p {
  padding-left: min(12px, 0.8333333333vw);
  font-size: min(12px, 0.8333333333vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-indent: max(-12px, -0.8333333333vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__note p {
    padding-left: 0;
    font-size: 3.2vw;
    text-indent: 0;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__note p.is-indent {
  padding-left: min(12px, 0.8333333333vw);
  text-indent: 0;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__note p.is-indent {
    padding-left: 0;
    text-indent: 3.2vw;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__note + .faq-content__a__txt__contact {
  padding-top: min(18px, 1.25vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__note + .faq-content__a__txt__contact {
    padding-top: 2.6666666667vw;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__contact {
  padding-top: min(8px, 0.5555555556vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(37px, 2.5694444444vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__contact {
    padding-top: 2.1333333333vw;
    gap: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__contact p {
  font-size: min(14px, 0.9722222222vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__contact p {
    font-size: 3.7333333333vw;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__contact p:nth-child(1) {
  width: min(110px, 7.6388888889vw);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__contact p:nth-child(1) {
    width: 100%;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__contact p:nth-child(2) {
  width: calc(100% - min(110px, 7.6388888889vw));
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__contact p:nth-child(2) {
    width: 100%;
  }
}
.lp-dbf2026-faq .faq-content__a__txt__contact p small {
  padding-top: min(7px, 0.4861111111vw);
  padding-left: min(12px, 0.8333333333vw);
  font-size: min(12px, 0.8333333333vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-indent: max(-12px, -0.8333333333vw);
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__a__txt__contact p small {
    margin-top: 1.6vw;
    font-size: 3.2vw;
    padding-left: 0;
    text-indent: 0;
  }
}
.lp-dbf2026-faq .faq-content__button {
  margin-top: min(123px, 8.5416666667vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__button {
    margin-top: 21.8666666667vw;
  }
}
.lp-dbf2026-faq .faq-content__button a {
  margin: 0 auto;
  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;
  font-size: min(14px, 0.9722222222vw);
  width: min(520px, 36.1111111111vw);
  height: min(72px, 5vw);
  border-radius: min(8px, 0.5555555556vw);
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .lp-dbf2026-faq .faq-content__button a {
    width: 138.6666666667vw;
    max-width: 100%;
    height: 19.2vw;
    border-radius: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}

.lp-dbf2026-term {
  font-family: "Noto Sans JP", sans-serif;
}
.lp-dbf2026-term main {
  color: #000;
}
.lp-dbf2026-term main * {
  color: inherit;
}
.lp-dbf2026-term main .main-article {
  margin-bottom: min(120px, 8.3333333333vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-term main .main-article {
    margin-bottom: 21.3333333333vw;
    padding: 0 !important;
  }
}
.lp-dbf2026-term .lp-wrapper {
  max-width: min(1128px, 78.3333333333vw);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lp-dbf2026-term .lp-wrapper {
    padding: 0 4.2666666667vw;
    max-width: 100%;
  }
}
.lp-dbf2026-term .link-underline {
  margin: 0;
  padding: 0;
  color: #4e4e4e !important;
  font-size: min(14px, 0.9722222222vw);
}
@media (min-width: 769px) {
  .lp-dbf2026-term .link-underline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4e4e4e), to(#4e4e4e));
    background-image: linear-gradient(#4e4e4e, #4e4e4e);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% var(--underline-width, 1px);
  }
  .lp-dbf2026-term .link-underline:hover {
    -webkit-animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
            animation: move-underline 0.4s cubic-bezier(0, 0.4, 0.6, 1);
    color: #CC0033;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CC0033), to(#CC0033));
    background-image: linear-gradient(#CC0033, #CC0033);
  }
  .lp-dbf2026-term .link-underline {
    color: #4e4e4e !important;
  }
  .lp-dbf2026-term .link-underline:hover {
    color: #CC0033 !important;
  }
}
@media (max-width: 768px) {
  .lp-dbf2026-term .link-underline {
    text-decoration: underline;
    text-underline-offset: 0.5333333333vw;
    font-size: 3.7333333333vw;
    color: #4e4e4e !important;
    background: none;
  }
}
.lp-dbf2026-term .link-underline:after {
  content: none;
}
.lp-dbf2026-term .term-content {
  padding: min(78px, 5.4166666667vw) 0 0;
}
@media (max-width: 768px) {
  .lp-dbf2026-term .term-content {
    padding: 20.8vw 0 0;
  }
}
.lp-dbf2026-term .term-content__list {
  margin-top: min(41px, 2.8472222222vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-term .term-content__list {
    margin-top: 10.9333333333vw;
  }
}
.lp-dbf2026-term .term-content__item + .term-content__item {
  margin-top: min(43px, 2.9861111111vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-term .term-content__item + .term-content__item {
    margin-top: 11.4666666667vw;
  }
}
.lp-dbf2026-term .term-content__txt {
  margin-top: min(16px, 1.1111111111vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-term .term-content__txt {
    margin-top: 4.2666666667vw;
  }
}
.lp-dbf2026-term .term-content__txt p {
  font-size: min(14px, 0.9722222222vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lp-dbf2026-term .term-content__txt p {
    font-size: 3.7333333333vw;
  }
}
.lp-dbf2026-term .term-content__txt p + p {
  margin-top: min(25px, 1.7361111111vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-term .term-content__txt p + p {
    margin-top: 6.6666666667vw;
  }
}
.lp-dbf2026-term .term-content__button {
  margin-top: min(119px, 8.2638888889vw);
}
@media (max-width: 768px) {
  .lp-dbf2026-term .term-content__button {
    margin-top: 31.7333333333vw;
  }
}
.lp-dbf2026-term .term-content__button a {
  margin: 0 auto;
  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;
  font-size: min(14px, 0.9722222222vw);
  width: min(520px, 36.1111111111vw);
  height: min(72px, 5vw);
  border-radius: min(8px, 0.5555555556vw);
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .lp-dbf2026-term .term-content__button a {
    width: 138.6666666667vw;
    max-width: 100%;
    height: 19.2vw;
    border-radius: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}

@-webkit-keyframes move-underline {
  0% {
    background-position: right bottom;
    background-size: 100% var(--underline-width, 1px);
  }
  45% {
    background-position: right bottom;
    background-size: 0 var(--underline-width, 1px);
  }
  56% {
    background-position: left bottom;
    background-size: 0 var(--underline-width, 1px);
  }
  100% {
    background-position: left bottom;
    background-size: 100% var(--underline-width, 1px);
  }
}

@keyframes move-underline {
  0% {
    background-position: right bottom;
    background-size: 100% var(--underline-width, 1px);
  }
  45% {
    background-position: right bottom;
    background-size: 0 var(--underline-width, 1px);
  }
  56% {
    background-position: left bottom;
    background-size: 0 var(--underline-width, 1px);
  }
  100% {
    background-position: left bottom;
    background-size: 100% var(--underline-width, 1px);
  }
}