@charset "UTF-8";
/* ==========================================================================
  Foundation
============================================================================*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-weight: normal;
  letter-spacing: 0.64px;
  line-height: 1.75;
  color: #000000;
  background: #EBF8EF;
  -webkit-font-smoothing: antialiased;
}

main {
  overflow: hidden;
}

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

p {
  line-height: 32px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .pc-inline {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-inline {
    display: none;
  }
}

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm
     ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
     ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
     ========================================================================== */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
   * 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 */
  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: inherit; /* 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * 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;
}

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
   * 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;
}

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 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 {
  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. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
   * 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 outline style in Safari.
   */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 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 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

/* 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;
}

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* ==========================================================================
  layout
============================================================================*/
.l-container {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 50px 20px;
  }
}
.l-container__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.l-container__inner.--flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-container__inner.--flex {
    flex-direction: column;
    gap: 20px;
  }
}
.l-container__ttl {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-container__ttl {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.l-container__ttl ~ .l-container__lead {
  margin-top: -10px;
}
.l-container__lead {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-container__lead {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.l-container__dsc {
  width: 100%;
}

.l-footer {
  padding: 40px 0;
  background-color: #ffffff;
  text-align: center;
}
.l-footer .footer-container {
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer .footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
.l-footer .footer-logos .footer-logo.--01 {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-logos .footer-logo.--01 {
    width: 84px;
  }
}
.l-footer .footer-logos .footer-logo.--02 {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-logos .footer-logo.--02 {
    width: 154px;
  }
}
.l-footer .footer-logos .footer-logo.--03 {
  width: 78px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-logos .footer-logo.--03 {
    width: 54px;
  }
}
.l-footer .footer-info {
  margin-bottom: 25px;
}
.l-footer .footer-info .footer-heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-info .footer-heading {
    font-size: 16px;
  }
}
.l-footer .footer-info .organization-name {
  line-height: 1;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.l-footer .footer-info .contact-mail {
  line-height: 1;
  font-size: 14px;
  margin: 0;
}
.l-footer .footer-info .contact-mail a {
  color: inherit;
  text-decoration: none;
}
.l-footer .footer-banners {
  margin-bottom: 20px;
}
.l-footer .footer-banners .banner-link {
  display: inline-block;
}
.l-footer .footer-banners .banner-link img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-banners .banner-link img {
    width: 141px;
  }
}
.l-footer .footer-bottom .privacy-link {
  display: inline-block;
  font-size: 13px;
  color: #333333;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-bottom .privacy-link {
    font-size: 12px;
  }
}
.l-footer .footer-bottom .copyright {
  font-size: 12px;
  margin: 0;
}

/* ==========================
        ヘッダー
========================== */
.l-header {
  padding: 20px 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 16px 20px 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.l-header__logo {
  width: 240px;
}
.l-header__logo a {
  display: inline-block;
}
.l-header__nav--ul li {
  transition: all 0.2s ease 0s;
}
.l-header__nav--ul li:hover {
  color: #00AA3C;
}
.l-header__nav--ul li a {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1260px) {
  .l-header__nav--ul li a {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 1120px) {
  .l-header__nav--ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #000000;
  }
  .l-header__nav--ul li a::before {
    content: "- ";
  }
}

@media screen and (min-width: 1121px) {
  @keyframes blink {
    0%, 50%, 100% {
      color: #00AA3C;
    }
    25%, 75% {
      color: #FFFFFF;
    }
  }
}
/* ヘッダー SNS */
.l-header__sns-icon {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 1.75rem 0;
}
@media screen and (max-width: 1120px) {
  .l-header__sns-icon {
    margin: 0 1.2rem;
  }
}
.l-header__sns-icon:hover {
  animation: blink-sns 0.2s linear forwards;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.l-header__sns-icon:hover.insta {
  mask-image: url(/assets/img/logo_insta.svg);
}

.l-header__nav .c-ham--logo {
  display: none;
}
@media screen and (max-width: 1120px) {
  .l-header__nav .c-ham--logo {
    display: block;
    width: 244px;
    margin: 0 auto 30px;
    text-align: center;
  }
}

.l-header__nav .c-ham--entry {
  display: none;
}
@media screen and (max-width: 1120px) {
  .l-header__nav .c-ham--entry {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 50px auto 0;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    font-weight: 700;
  }
  .l-header__nav .c-ham--entry .text {
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #fff;
    z-index: 2;
  }
  .l-header__nav .c-ham--entry .img-entry {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
  }
}

@media screen and (min-width: 1121px) {
  @keyframes blink-sns {
    0%, 50%, 100% {
      background: #00AA3C;
    }
    25%, 75% {
      background: #FFFFFF;
    }
  }
}
/* ==========================================================================
  object
============================================================================*/
/* ==========================
      ハンバーガーメニュー
========================== */
.c-ham {
  position: relative;
  top: 3px;
  right: 0px;
  width: 36px;
  height: 36px;
  padding: 10px 5px;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.c-ham span {
  position: absolute;
  width: 70%;
  height: 3px;
  background: #00AA3C;
  border-radius: 1rem;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.c-ham span:nth-child(1) {
  top: 5px;
}
.c-ham span:nth-child(2) {
  top: 14px;
}
.c-ham span:nth-child(3) {
  bottom: 10px;
}
.c-ham.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-ham.open span:nth-child(2), .c-ham.open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1120px) {
  .c-ham__nav {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(244, 244, 244, 0.7);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    z-index: 1;
    padding-top: 40px;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1120px) {
  .c-ham__nav.open {
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
}
.c-ham__nav--menu {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1120px) {
  .c-ham__nav--menu {
    padding: 0;
    width: 170px;
    margin: 0 auto;
    display: block;
    flex-direction: column;
    text-align: center;
  }
}
.c-ham__nav--menu li {
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 1120px) {
  .c-ham__nav--menu li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.c-ham {
  display: none;
}
@media screen and (max-width: 1120px) {
  .c-ham {
    display: block;
  }
}

.scroll-prevent {
  overflow: hidden;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.c-title__main {
  margin-bottom: 30px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 768px) {
  .c-title__main {
    font-size: 28px;
    font-weight: 600;
  }
}
.c-title__main span {
  display: block;
  width: fit-content;
}
.c-title__main .num {
  font-size: 16px;
  border-bottom: 2px solid #000000;
  letter-spacing: 1.28px;
  margin-bottom: 10px;
}
.c-title__main .jp {
  font-family: "Noto Sans JP", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-title__main .jp {
    display: none;
  }
}
.c-title__flex {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 13px;
}
.c-title__flex span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title__flex span {
    display: block;
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-title__flex span::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.--black .c-title__main .num {
  border-bottom: 2px solid #FFFFFF;
}

.c-carousel {
  overflow: hidden;
  display: flex;
  gap: 8px;
  margin: 60px calc(50% - 50vw) 0;
}
.c-carousel__group {
  display: flex;
  gap: 8px;
  animation: scrolling 150s linear infinite;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-carousel__group li {
  width: 100%;
  min-width: 300px;
}

.c-btn {
  display: inline-block;
  padding: 10px 55px 10px 35px;
  background: #FF7D01 url(/expo2026/assets/img/common/icon-button-arrow.png) no-repeat center right 20px/13px auto;
  border-radius: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding: 6px 40px 6px 25px;
    font-weight: 600;
    font-size: 20px;
    background-size: 8px auto;
  }
}
.c-btn:hover {
  opacity: 0.8;
  transition: all 0.2s;
}
.c-btn.--back {
  padding: 10px 35px 10px 55px;
  background: #FF7D01 url(/expo2026/assets/img/common/icon-button-arrow-back.png) no-repeat center left 20px/13px auto;
}
@media screen and (max-width: 768px) {
  .c-btn.--back {
    padding: 6px 25px 6px 40px;
    background-size: 8px auto;
  }
}

* {
  outline: 1px solid transparent !important;
  outline-offset: -1px !important;
}

.p-top-fv .first-view {
  position: relative;
  margin-top: 75px;
  width: 100%;
  height: calc(120px + 44.4444444444vw);
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view {
    margin-top: 68px;
    height: auto;
    padding: 0;
    padding-bottom: 65px;
  }
}
.p-top-fv .first-view .fv-container {
  display: flex;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-container {
    flex-direction: column-reverse;
  }
}
.p-top-fv .first-view .fv-content {
  flex: 1;
  position: relative;
  width: 44.1666666667vw;
  height: 41.6666666667vw;
  margin-right: 4.4444444444vw;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content {
    width: 100%;
    margin: 0;
  }
}
.p-top-fv .first-view .fv-content .fv-logo {
  width: 33.3333333333vw;
  height: auto;
  margin-left: 6.5972222222vw;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-logo {
    width: 78.1170483461vw;
    margin: 0 auto;
    margin-top: 10.1781170483vw;
    margin-bottom: 17.8117048346vw;
  }
}
.p-top-fv .first-view .fv-content .fv-info {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-left: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-info {
    margin-left: 5.0890585242vw;
    margin-bottom: 8.1424936387vw;
  }
}
.p-top-fv .first-view .fv-content .fv-info .date-group {
  display: flex;
  align-items: center;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-info .date-group {
    align-items: flex-end;
  }
}
.p-top-fv .first-view .fv-content .fv-info .date-group .year {
  margin-top: 0.3em;
  writing-mode: vertical-rl;
  font-size: 1.8055555556vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-info .date-group .year {
    font-size: 3.0534351145vw;
    letter-spacing: 0.11em;
  }
}
.p-top-fv .first-view .fv-content .fv-info .date-group .en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}
.p-top-fv .first-view .fv-content .fv-info .date-group .date {
  font-size: 5.5555555556vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-info .date-group .date {
    font-size: 10.1781170483vw;
    letter-spacing: 0;
  }
}
.p-top-fv .first-view .fv-content .fv-info .date-group .date .circle {
  margin-bottom: 8px;
  width: 2.0138888889vw;
  height: 2.0138888889vw;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #fff;
  color: #00AA3C;
  font-size: 1.1111111111vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-info .date-group .date .circle {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 3.0534351145vw;
  }
}
.p-top-fv .first-view .fv-content .fv-info .time-location .time {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.6666666667vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-info .time-location .time {
    margin-left: 2.5445292621vw;
    font-size: 4.5801526718vw;
  }
}
.p-top-fv .first-view .fv-content .fv-info .time-location .location {
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-info .time-location .location {
    font-size: 3.5623409669vw;
  }
}
.p-top-fv .first-view .fv-content .fv-tags {
  position: absolute;
  top: 55%;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 11.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-tags {
    width: 25.4452926209vw;
    right: 5.0890585242vw;
  }
}
.p-top-fv .first-view .fv-content .fv-tags span {
  display: inline-block;
  width: 100%;
  margin-top: 0.9722222222vw;
  text-align: center;
  border: 1px solid #00a859;
  color: #00a859;
  padding: 0.6944444444vw;
  border-radius: 40px;
  background: #fff;
  font-weight: 700;
  font-size: 1.5277777778vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-content .fv-tags span {
    font-size: 3.5623409669vw;
    padding: 1.25vw;
  }
}
.p-top-fv .first-view .fv-video-wrapper {
  position: relative;
  width: 55.8333333333vw;
  height: 44.4444444444vw;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .fv-video-wrapper {
    width: 100%;
    border-radius: 0;
    height: 66.1577608142vw;
  }
}
.p-top-fv .first-view .fv-video-wrapper .fv-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.p-top-fv .first-view .glass-cloud {
  position: absolute;
  top: 90%;
  left: 35%;
  width: 44.2361111111vw;
  height: 35.9027777778vw;
  background: rgba(255, 255, 0, 0.3);
  -webkit-mask-image: url("/expo2026/assets/img/top/cloud-kv-yellow.png");
  mask-image: url("/expo2026/assets/img/top/cloud-kv-yellow.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .glass-cloud {
    top: 28%;
    left: inherit;
    right: 0;
    width: 34.096692112vw;
    height: 39.6946564885vw;
    transform: none;
    background: rgba(0, 255, 0, 0.1);
    -webkit-mask-image: url("/expo2026/assets/img/top/cloud-kv-top-sp.png");
    mask-image: url("/expo2026/assets/img/top/cloud-kv-top-sp.png");
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}
.p-top-fv .first-view .cloud-kv-top {
  position: absolute;
  width: 27.3611111111vw;
  top: -75px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .cloud-kv-top {
    top: 28%;
    left: inherit;
    right: 0;
    width: 34.096692112vw;
    transform: none;
    z-index: 0;
    opacity: 0.5;
  }
}
.p-top-fv .first-view .cloud-kv-yellow {
  position: absolute;
  top: 90%;
  left: 35%;
  width: 44.2361111111vw;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .cloud-kv-yellow {
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 0;
    width: 60.8142493639vw;
    transform: none;
    opacity: 1;
  }
}
.p-top-fv .first-view .cloud-kv-bottom {
  position: absolute;
  width: 39.6527777778vw;
  bottom: 7%;
  left: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .cloud-kv-bottom {
    top: inherit;
    bottom: 0;
    left: 0;
    width: 79.6437659033vw;
    transform: none;
  }
}
.p-top-fv .first-view .floating-entry-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 160px;
  height: 160px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.1em;
  z-index: 10;
  transition: transform 0.3s;
  background: url("/expo2026/assets/img/top/entry-btn.png") no-repeat center/100% auto;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .floating-entry-btn {
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
    padding-top: 10px;
    letter-spacing: 0;
  }
}
.p-top-fv .first-view .floating-entry-btn:hover {
  transform: scale(1.03);
  opacity: 0.8;
}
.p-top-fv .first-view .floating-entry-btn .text {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .floating-entry-btn .text {
    font-size: 17px;
  }
}
.p-top-fv .first-view .floating-entry-btn .text small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-top-fv .first-view .floating-entry-btn .text small {
    font-size: 15px;
  }
}
.p-top-about {
  margin-top: -80px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    margin-top: -120px;
  }
}
.p-top-about__inner {
  position: relative;
  padding: 100px 20px;
  border-radius: 50px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-top-about__inner {
    padding: 50px 30px;
    border-radius: 20px;
  }
}
.p-top-about__catch {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .p-top-about__catch {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
  }
}
.p-top-about__mv {
  width: 100%;
  max-width: 472px;
  margin: 30px auto 20px;
}
@media screen and (max-width: 768px) {
  .p-top-about__mv {
    max-width: 400px;
  }
}
.p-top-about__dec {
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-about__dec {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
}
.p-top-about .cloud-about-yellow {
  position: absolute;
  width: 623.5px;
  left: 50%;
  bottom: 0;
  transform: translate(29%, 38%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-about .cloud-about-yellow {
    width: 44.5292620865vw;
    left: inherit;
    right: -20px;
    bottom: -5%;
    transform: none;
  }
}
.p-top-about .cloud-about-pink {
  position: absolute;
  width: 639px;
  left: 50%;
  bottom: 0;
  transform: translate(60%, 70%);
}
@media screen and (max-width: 768px) {
  .p-top-about .cloud-about-pink {
    width: 29.6437659033vw;
    max-width: 140px;
    left: inherit;
    right: -20px;
    bottom: -13%;
    transform: none;
  }
}
.p-top-about .tag-slider-container {
  overflow: hidden;
  width: 100vw;
  margin-left: -40px;
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top-about .tag-slider-container {
    margin-left: -20px;
    padding: 40px 0 0;
  }
}
.p-top-about .tag-slider-container .tag-slider + .tag-slider {
  margin-top: 16px;
}
.p-top-about .tag-slider-container .tag-track {
  display: flex;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}
.p-top-about .tag-slider-container .tag-track ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-about .tag-slider-container .tag-track ul li {
  white-space: nowrap;
  margin: 0 8px;
  padding: 6px 15px;
  border: 1px solid #FF7D01;
  border-radius: 30px;
  color: #FF7D01;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-about .tag-slider-container .tag-track ul li {
    font-size: 14px;
    letter-spacing: -0.04em;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-top-feature__group {
  position: relative;
}
.p-top-feature__group.--002 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-feature__group.--002 {
    margin-top: 60px;
  }
}
.p-top-feature__list {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-feature__list {
    flex-direction: column;
    gap: 20px;
  }
}
.p-top-feature__list li {
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.p-top-feature__list.--002 .p-top-feature__card__ttl {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-feature__list.--002 .p-top-feature__card__ttl {
    height: auto;
  }
}
.p-top-feature__card__textWrap {
  padding: 30px 8%;
}
@media screen and (max-width: 768px) {
  .p-top-feature__card__textWrap {
    padding: 20px 30px 30px;
  }
}
.p-top-feature__card__ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1170px) {
  .p-top-feature__card__ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 990px) {
  .p-top-feature__card__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature__card__ttl {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0em;
  }
}
.p-top-feature__card__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top-feature__card__desc {
    line-height: 1.6;
  }
}
.p-top-feature .cloud-feature-yellow {
  position: absolute;
  width: 461px;
  right: 52%;
  top: 37%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-feature .cloud-feature-yellow {
    width: 44.5292620865vw;
    top: 3%;
    right: inherit;
    left: -50px;
    transform: none;
  }
}
.p-top-feature .cloud-feature-green {
  position: absolute;
  width: 444px;
  right: 65%;
  top: 47%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-top-feature .cloud-feature-green {
    width: 36.641221374vw;
    top: 6%;
    right: inherit;
    left: -50px;
    transform: none;
    z-index: -1;
  }
}
.p-top-feature .cloud-feature-blue {
  position: absolute;
  width: 544px;
  right: 0;
  bottom: 0%;
  transform: translate(40%, 40%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-feature .cloud-feature-blue {
    width: 86.5139949109vw;
    max-width: 400px;
    top: 33%;
    left: inherit;
    right: -20px;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .cloud-feature-b-01-sp {
    position: absolute;
    width: 100vw;
    max-width: 393px;
    top: 18%;
    left: -20px;
    z-index: -1;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .cloud-feature-b-02-sp {
    position: absolute;
    width: 56.9974554707vw;
    max-width: 300px;
    bottom: -3%;
    right: -20px;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature .cloud-feature-b-03-sp {
    position: absolute;
    width: 38.6768447837vw;
    max-width: 180px;
    bottom: -9%;
    right: -20px;
  }
}
.p-top-voice__listWrap {
  position: relative;
  z-index: 0;
}
.p-top-voice__list {
  margin: 0 auto;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-top-voice__item {
  width: 100%;
  padding: 30px 40px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.p-top-voice__item__ttl {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-top-voice__item__desc {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
.p-top-voice__item__writer {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-top-voice-img {
  position: absolute;
  height: auto;
}
.p-top-voice-img.--01 {
  width: 403px;
  top: -50px;
  right: calc(50% + 340px - 60px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-voice-img.--01 {
    width: 31.0432569975vw;
    max-width: 122px;
    top: 18%;
    right: -20px;
    z-index: 0;
  }
}
.p-top-voice-img.--02 {
  width: 410px;
  top: 22%;
  left: calc(50% + 340px - 60px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-top-voice-img.--02 {
    width: 31.0432569975vw;
    max-width: 122px;
    top: inherit;
    bottom: 20%;
    left: inherit;
    right: -20px;
    z-index: 0;
  }
}
.p-top-voice-img.--03 {
  width: 351px;
  bottom: -180px;
  right: calc(50% + 340px - 120px);
  z-index: -1;
}
.p-top-voice .cloud-voice-01-sp {
  position: absolute;
  width: 61.8320610687vw;
  max-width: 250px;
  top: -30px;
  right: -20px;
  z-index: -1;
}
.p-top-voice .cloud-voice-02-sp {
  position: absolute;
  width: 100vw;
  max-width: 393px;
  top: 10%;
  left: -20px;
  z-index: -1;
}
.p-top-voice .cloud-voice-03-sp {
  position: absolute;
  width: 48.3460559796vw;
  max-width: 180px;
  bottom: 0;
  right: -20px;
  transform: translateY(30%);
  z-index: -1;
}
.p-top-voice .cloud-voice-04-sp {
  position: absolute;
  width: 33.5877862595vw;
  max-width: 150px;
  bottom: 0;
  right: -20px;
  transform: translateY(60%);
}
.p-top-interview {
  position: relative;
}
.p-top-interview__list {
  display: flex !important;
  gap: 26px !important;
}
@media screen and (max-width: 768px) {
  .p-top-interview__list {
    flex-wrap: nowrap !important;
    gap: unset !important;
  }
}
.p-top-interview__list li {
  border-radius: 10px !important;
  border: 2px solid #fff !important;
  overflow: hidden !important;
}
@media screen and (min-width: 769px) {
  .p-top-interview__list li {
    width: 25% !important;
    flex-shrink: unset !important;
  }
}
.p-top-interview .cloud-interview-01-sp {
  position: absolute;
  width: 53.1806615776vw;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-top-interview .video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 9/16;
}
.p-top-interview .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: grab;
  /* background: url('thumbnail.jpg'); サムネを貼るとなお良し */
}
.p-top-interview .video-container .video-overlay.is-hidden {
  display: none;
}
.p-top-interview .video-container iframe {
  width: 100%;
  height: 100%;
}
.p-top-interview .p-top-interview__slider-container {
  position: relative;
}
@media (min-width: 769px) {
  .p-top-interview .p-top-interview__slider-container {
    padding-bottom: 0;
  }
}
.p-top-interview .swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .p-top-interview .swiper-pagination {
    display: none;
  }
}
.p-top-interview .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #000;
  opacity: 1;
}
.p-top-interview .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.p-top-interview .swiper {
  overflow: visible !important;
}
.p-top-interview .swiper-slide {
  /* スライド自体を掴めるようにする */
  cursor: grab;
}
.p-top-content {
  position: relative;
}
.p-top-content__listWrap {
  max-width: 470px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-top-content__mv-sp {
    position: relative;
    margin: 30px 0 30px;
    padding-bottom: 10px;
  }
}
.p-top-content__mv-sp .cloud-content-01-sp {
  position: absolute;
  width: 51.3994910941vw;
  bottom: 0;
  right: 5%;
  z-index: -1;
}
.p-top-content__list {
  margin: 0 auto;
  max-width: 680px;
  display: flex;
  flex-direction: column;
}
.p-top-content__item {
  width: 100%;
  position: relative;
  display: flex;
  gap: 20px;
  z-index: 0;
}
.p-top-content__item:not(:last-of-type) {
  padding-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .p-top-content__item:not(:last-of-type) {
    padding-bottom: 20px;
  }
}
.p-top-content__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  left: 25px;
  background: #000;
  z-index: -1;
}
.p-top-content__item__num {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06em;
  border-radius: 50%;
  background: #00AA3C;
}
.p-top-content__item__num.--02 {
  background: #0086FF;
}
.p-top-content__item__num.--03 {
  background: #FF7D01;
}
.p-top-content__item__num.--04 {
  background: #FF4967;
}
.p-top-content__item__ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top-content__item__ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.p-top-content__item__ttl .u-text-marker::after {
  border-radius: 0;
}
.p-top-content__item__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-top-content__item__desc {
    line-height: 1.6;
  }
}
.p-top-content-img {
  position: absolute;
  height: auto;
  z-index: -1;
}
.p-top-content-img.--01 {
  width: 381px;
  top: -150px;
  left: -60px;
  transform: translateX(-100%);
}
.p-top-content-img.--02 {
  width: 300px;
  top: 50px;
  right: -105px;
  transform: translateX(100%);
}
.p-top-content-img.--03 {
  width: 400px;
  bottom: 80px;
  left: -60px;
  transform: translateX(-100%);
}
.p-top-content-img.--04 {
  width: 243px;
  bottom: 80px;
  right: -38px;
  transform: translateX(100%);
}
.p-top-content__box {
  max-width: 800px;
  margin: 80px auto 0;
  padding: 40px 30px 40px;
  text-align: center;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-content__box {
    margin: 30px auto 0;
  }
}
.p-top-content__box__lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top-content__box__lead {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
  }
}
.p-top-content__box .c-btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-content__box .c-btn {
    margin-top: 20px;
  }
}
.p-top-content .cloud-content-02-sp {
  position: absolute;
  width: 47.0737913486vw;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateY(50%);
}
.p-top-exhibitor__inner {
  position: relative;
}
.p-top-exhibitor__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 12px;
}
@media screen and (max-width: 768px) {
  .p-top-exhibitor__list {
    gap: 10px;
  }
}
.p-top-exhibitor__item {
  width: calc((100% - 24px) / 3);
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-exhibitor__item {
    width: calc((100% - 10px) / 2);
  }
}
.p-top-exhibitor__item.--opac-60 {
  opacity: 0.6;
}
.p-top-exhibitor__dots {
  width: 8px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-exhibitor__dots {
    width: 6px;
    margin: 20px auto 0;
  }
}
.p-top-exhibitor .cloud-exhibitor-blue {
  position: absolute;
  width: 628px;
  right: 38%;
  top: -20%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-top-timetable__container {
  max-width: 1120px;
  position: relative;
  margin: 0 auto;
}
.p-top-timetable__box {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-top-timetable__box {
    border-radius: 20px;
  }
}
.p-top-timetable .schedule-item {
  display: flex;
  padding: 30px 40px;
  border-bottom: 1px solid #fce6d8;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .schedule-item {
    flex-direction: column;
    padding: 20px;
    gap: 0;
  }
}
.p-top-timetable .schedule-item:last-child {
  border-bottom: none;
}
.p-top-timetable .time {
  flex: 0 0 180px;
  color: #FF7D01;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .time {
    flex: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.p-top-timetable .content h3 {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .content h3 {
    margin: 0 0 16px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.p-top-timetable .content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .content p {
    line-height: 1.6;
  }
}
.p-top-timetable {
  /* 内部スケジュール表 */
}
.p-top-timetable .sub-schedule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .sub-schedule {
    display: flex;
    flex-direction: column;
  }
}
.p-top-timetable .sub-item {
  background-color: #F6F6F6;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .sub-item {
    padding: 5px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    background-color: #ffffff;
  }
}
.p-top-timetable .sub-item:nth-child(4n+3),
.p-top-timetable .sub-item:nth-child(4n+4) {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .sub-item:nth-child(4n+3),
  .p-top-timetable .sub-item:nth-child(4n+4) {
    background-color: inherit;
  }
}
@media screen and (max-width: 768px) {
  .p-top-timetable .sub-item:nth-child(2n+1) {
    background-color: #F6F6F6;
  }
}
.p-top-timetable .cloud-timetable-yellow-top {
  position: absolute;
  width: 461px;
  right: 0;
  top: 0;
  transform: translate(60%, -100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .cloud-timetable-yellow-top {
    width: 18.320610687vw;
    max-width: 100px;
    top: -60px;
    right: -20px;
    transform: none;
    z-index: 1;
  }
}
.p-top-timetable .cloud-timetable-pink {
  position: absolute;
  width: 522px;
  right: 0;
  top: 0;
  transform: translate(30%, -54%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .cloud-timetable-pink {
    width: 32.3155216285vw;
    top: -35px;
    right: -20px;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top-timetable .cloud-timetable-center-sp {
    position: absolute;
    width: 79.6437659033vw;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    z-index: -1;
  }
}
.p-top-timetable .cloud-timetable-yellow-bottom {
  position: absolute;
  width: 481.5px;
  left: 0;
  top: 100%;
  transform: translate(-28%, -10%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .cloud-timetable-yellow-bottom {
    width: 34.6055979644vw;
    top: inherit;
    bottom: 0;
    left: inherit;
    right: -20px;
    transform: translateY(70%);
    z-index: 1;
  }
}
.p-top-timetable .cloud-timetable-ppl {
  position: absolute;
  width: 470px;
  left: 0;
  top: 100%;
  transform: translate(-60%, -60%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-top-timetable .cloud-timetable-ppl {
    width: 52.9262086514vw;
    top: inherit;
    bottom: 0;
    left: inherit;
    right: -20px;
    transform: translateY(20%);
    z-index: -1;
  }
}
.p-top-event__container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .p-top-event__container {
    border-radius: 20px;
    padding: 5px 0;
  }
}
.p-top-event .event-details {
  margin: 0 auto;
  line-height: 1.8;
}
.p-top-event .event-details .info-row {
  display: flex;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-top-event .event-details .info-row {
    flex-direction: column;
    padding: 16px 20px;
  }
}
.p-top-event .event-details .info-row:not(:last-of-type) {
  border-bottom: 1px solid #fdf2e9;
}
.p-top-event .event-details .info-label {
  width: 240px;
  flex-shrink: 0;
  color: #FF7D01;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top-event .event-details .info-label {
    margin-bottom: 4px;
    width: auto;
    flex-shrink: unset;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
  }
}
.p-top-event .event-details .info-content {
  flex-grow: 1;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-top-event .event-details .info-content {
    width: auto;
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-top-event .event-details .info-content .link {
  color: #0086FF;
  text-decoration: underline;
}
.p-top-event .event-details .info-content .link:hover {
  text-decoration: none;
}
.p-top-event .event-details .notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-event .event-details .notes-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 1.2em;
}
.p-top-event .event-details .notes-list li:last-child {
  margin-bottom: 0;
}
.p-top-event .event-details .notes-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-top-event .cloud-event-blue {
  position: absolute;
  width: 543px;
  left: 0;
  top: 100%;
  transform: translate(-47%, -60%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-top-event .cloud-event-blue {
    position: absolute;
    width: 61.0687022901vw;
    left: -20px;
    top: 100%;
    transform: translateY(-87%);
    z-index: -2;
  }
}
@media screen and (max-width: 768px) {
  .p-top-event .cloud-event-pink-sp {
    position: absolute;
    width: 50.6361323155vw;
    top: 10%;
    right: -20px;
    z-index: -2;
  }
}
@media screen and (max-width: 768px) {
  .p-top-entry {
    position: relative;
  }
}
.p-top-entry__container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .p-top-entry__container {
    position: inherit;
    margin-bottom: 50px;
  }
}
.p-top-entry__form {
  max-width: 500px;
  margin: 0 auto;
}
.p-top-entry .form-section {
  margin-bottom: 20px;
}
.p-top-entry .form-section .form-label {
  display: block;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-entry .form-section .form-label {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.p-top-entry .form-section input[type=text],
.p-top-entry .form-section input[type=email] {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 20px;
  background-color: #fff;
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-top-entry .form-section input[type=text],
  .p-top-entry .form-section input[type=email] {
    padding: 8px 15px;
    font-size: 16px;
  }
}
.p-top-entry .form-section input[type=text]::placeholder,
.p-top-entry .form-section input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.p-top-entry .form-section input[type=text]:focus,
.p-top-entry .form-section input[type=email]:focus {
  outline: none;
  border-color: #FF7D01;
}
.p-top-entry .name-inputs {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-entry .name-inputs {
    gap: 10px;
  }
}
.p-top-entry .name-inputs .input-group {
  flex: 1;
}
.p-top-entry .consent-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-top-entry .consent-section {
    justify-content: flex-start;
    margin: 50px 0 20px;
  }
}
.p-top-entry .consent-section .checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.p-top-entry .consent-section .checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.p-top-entry .consent-section .checkbox-label input[type=checkbox]:checked + .checkbox-text::before {
  background-color: #0086FF;
  border-color: #0086FF;
}
.p-top-entry .consent-section .checkbox-label input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}
.p-top-entry .consent-section .checkbox-label .checkbox-text {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  line-height: 16px;
}
.p-top-entry .consent-section .checkbox-label .checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 3px;
  transition: all 0.2s;
}
.p-top-entry .consent-section .checkbox-label .checkbox-text::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(20%, -65%) rotate(45deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-top-entry .consent-section .link {
  color: #0086FF;
  text-decoration: underline;
  margin-right: 4px;
}
.p-top-entry .submit-section {
  text-align: center;
}
.p-top-entry .cloud-contact-green {
  position: absolute;
  width: 511px;
  right: 0;
  top: 100%;
  transform: translate(73%, -46%);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .p-top-entry .cloud-contact-green {
    width: 43.2569974555vw;
    top: inherit;
    bottom: -50px;
    right: -20px;
    transform: none;
  }
}

.p-thanks-main {
  margin-top: 75px;
  padding-top: 100px;
  padding-bottom: 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks-main {
    margin-top: 68px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.p-thanks-main__inner {
  max-width: 1040px;
  position: relative;
  padding: 80px 20px;
  border-radius: 50px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-thanks-main__inner {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
.p-thanks-main__check {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-thanks-main__check {
    margin-bottom: 16px;
  }
}
.p-thanks-main__check img {
  width: 51px;
}
.p-thanks-main__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-thanks-main__ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-thanks-main__dec {
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks-main__dec {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-thanks-main__sns {
  margin: 30px auto 40px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-thanks-main__sns {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-thanks-main__sns .dec {
  margin-bottom: 10px;
}
.p-thanks-main__sns .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-thanks-main__sns .logos a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-thanks-main__sns .logos a:hover {
  opacity: 0.7;
}
.p-thanks-main__sns .logos img {
  width: 40px;
}
.p-thanks-main__sns .logos .tool {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  opacity: 0.8;
}
.p-thanks-main__contact dl {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0;
  opacity: 0.6;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.p-thanks-main__contact dl dd {
  text-align: left;
}
.p-thanks-main__btnWrap {
  margin-top: 40px;
}
.p-thanks-main .cloud-01-02 {
  position: absolute;
  width: 385px;
  top: 0;
  left: 0;
  transform: translate(-30%, -35%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-thanks-main .cloud-01-02 {
    width: 43.7659033079vw;
    top: 0;
    left: -20px;
    transform: translate(-6%, -35%);
  }
}
.p-thanks-main .cloud-03 {
  position: absolute;
  width: 274px;
  top: 50%;
  right: 0;
  transform: translate(60%, -60%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-thanks-main .cloud-03 {
    width: 16.0305343511vw;
    top: 50%;
    right: -20px;
    transform: translate(0, -60%);
  }
}
.p-thanks-main .cloud-04 {
  position: absolute;
  width: 267px;
  top: 50%;
  right: 0;
  transform: translate(55%, -20%);
}
@media screen and (max-width: 768px) {
  .p-thanks-main .cloud-04 {
    width: 18.0661577608vw;
    top: 50%;
    right: -20px;
    transform: translate(0, -30%);
  }
}
.p-thanks-main .cloud-05 {
  position: absolute;
  width: 360px;
  bottom: 0;
  left: 0;
  transform: translate(-40%, 30%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-thanks-main .cloud-05 {
    width: 39.6946564885vw;
    bottom: 0;
    left: -20px;
    transform: translate(0, 40%);
  }
}

.p-privacy-main {
  margin-top: 75px;
  padding-top: 100px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-privacy-main {
    margin-top: 68px;
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.p-privacy-main__inner {
  max-width: 1040px;
  position: relative;
  padding: 80px 20px;
  border-radius: 50px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-privacy-main__inner {
    padding: 40px 30px;
    border-radius: 30px;
  }
}
.p-privacy-main__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-privacy-main__ttl {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.p-privacy-main__dec {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-privacy-main__dec {
    text-align: left;
    font-size: 14px;
  }
}
.p-privacy-main .policy-container {
  max-width: 800px;
  margin: 30px auto 60px;
}
@media screen and (max-width: 768px) {
  .p-privacy-main .policy-container {
    margin: 40px auto 60px;
  }
}
.p-privacy-main .policy-container p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-privacy-main .policy-container p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-privacy-main .policy-container .policy-header {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .p-privacy-main .policy-container .policy-header {
    margin-bottom: 1em;
  }
}
.p-privacy-main .policy-container .policy-content .policy-item {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .p-privacy-main .policy-container .policy-content .policy-item {
    margin-bottom: 1em;
  }
}
.p-privacy-main .policy-container .policy-content .policy-item h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-privacy-main .policy-container .policy-content .policy-item h2 {
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-privacy-main .policy-container .policy-footer {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .p-privacy-main .policy-container .policy-footer {
    margin-top: 1em;
  }
}
.p-privacy-main__btnWrap {
  text-align: center;
}
.p-privacy-main .cloud-01-02 {
  position: absolute;
  width: 385px;
  top: 0;
  left: 0;
  transform: translate(-30%, -35%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-privacy-main .cloud-01-02 {
    width: 43.7659033079vw;
    top: 0;
    left: -20px;
    transform: translate(-6%, -35%);
  }
}
.p-privacy-main .cloud-03 {
  position: absolute;
  width: 274px;
  top: 25%;
  right: 0;
  transform: translate(60%, -60%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-privacy-main .cloud-03 {
    width: 16.0305343511vw;
    top: 20%;
    right: -20px;
    transform: translate(0, -50%);
  }
}
.p-privacy-main .cloud-04 {
  position: absolute;
  width: 267px;
  top: 25%;
  right: 0;
  transform: translate(55%, -20%);
}
@media screen and (max-width: 768px) {
  .p-privacy-main .cloud-04 {
    width: 18.0661577608vw;
    top: 22%;
    right: -20px;
    transform: translate(0, -50%);
  }
}
.p-privacy-main .cloud-05-06 {
  position: absolute;
  width: 302px;
  top: 50%;
  left: 0;
  transform: translate(-70%, -50%);
}
@media screen and (max-width: 768px) {
  .p-privacy-main .cloud-05-06 {
    width: 34.8600508906vw;
    top: 97%;
    right: inherit;
    left: -20px;
    transform: translate(0, -50%);
    z-index: -1;
  }
}
.p-privacy-main .cloud-07 {
  position: absolute;
  width: 246px;
  top: 80%;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-privacy-main .cloud-07 {
    width: 20.1017811705vw;
    top: 80%;
    right: -20px;
    transform: translate(0, -50%);
  }
}
.p-privacy-main .cloud-08-09 {
  position: absolute;
  width: 349px;
  top: 100%;
  left: 0;
  transform: translate(-55%, -50%);
}

.u-pb-content {
  padding-bottom: 120px;
}

.u-bg-white {
  background-color: #FFFFFF;
}

.u-text-center {
  text-align: center;
}

.u-text-marker {
  position: relative;
  display: inline;
  font-weight: 700;
  z-index: 1;
}
.u-text-marker::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 2px;
  height: 8px;
  background-color: #ffeb00;
  border-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-text-marker::after {
    height: 6px;
  }
}
.u-text-marker.--short::after {
  right: 0.5em;
}
.u-text-marker.--yellow::after {
  background-color: #FFE700;
}
.u-text-marker.--ppl::after {
  background-color: #BCC6FF;
}
.u-text-marker.--red::after {
  background-color: #FFC6BB;
}

.u-text-grn {
  color: #00AA3C;
}

.u-text-blue {
  color: #0086FF;
}

.u-text-org {
  color: #FF7D01;
}

.u-text-red {
  color: #FF4967;
}

.js-scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.6s ease;
}

.js-scroll-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}