@charset "UTF-8";
@use "sass:math";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

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

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-top-width: 1px;
  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] {
  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: 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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 arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 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; }

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

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

/* 汎用クラス */
.fade {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.imgC,
.tC,
.btn {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR,
.sign {
  text-align: right; }

.tL {
  text-align: left; }

.box_size {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.att {
  color: #F00; }
  .att a {
    color: #F00; }

.mb00 {
  margin-bottom: 0 !important; }

.size_l {
  font-size: 113%; }

ul.disc li {
  list-style: disc;
  margin: 0 1.4em; }
ul.decimal li {
  list-style: decimal;
  margin: 0 1.4em; }

/* clearfix */
.clearfix, ul.disc {
  position: relative;
  *zoom: 1; }
  .clearfix:after, ul.disc:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*
	VW 計算
 */
:root {
  --swiper-navigation-size: 60px;
  --swiper-theme-color: #ffffff;
  --swiper-navigation-sides-offset: -40px;
  --SIF2025-BB: #4605FA;
  --SIF2025-PK: #FF4776;
  --SIF2025-LGY: #C0C7D9;
  --SIF2025-RG: #F0F1F2;
  --SIF2025-DB: #0019B3;
  --SKY-BLUE: #00C7FA;
  --GREEN: #00FE85; }

html {
  scroll-behavior: smooth;
  font-size: 16px; }

/* smooth Scroll css */
body {
  margin: 0;
  padding: 0;
  font-family: "Source Han Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  background: var(--SIF2025-RG, #F0F1F2); }

* {
  box-sizing: border-box; }

#wrapper {
  overflow: hidden; }

a {
  transition: 0.5s; }
  a:hover {
    opacity: .7; }

/* ------------------
	common
------------------ */
.txt-xsmall {
  font-size: 70%; }

.txt-small {
  font-size: 80%; }

.txt-large {
  font-size: 120%; }

.txt-en {
  font-family: Fagun, sans-serif; }

a {
  text-decoration: underline; }

.pc-none {
  display: none !important; }

.sp-none {
  display: block !important; }

@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important; }

  .sp-none {
    display: none !important; } }
/* 画像動き */
.fluffy {
  animation: fluffy1 2.5s ease infinite;
  /*2秒ごとに画像が動く*/ }

@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(5px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(5px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
@keyframes floating {
  0% {
    transform: translateY(0%) rotate(0deg); }
  50% {
    transform: translateY(50%) rotate(0deg); }
  100% {
    transform: translateY(0%) rotate(0deg); } }
/* flip up */
[data-aos=flip-up] {
  z-index: 0; }

.inner {
  width: 1040px;
  max-width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .inner {
      width: 100%;
      max-width: 100%;
      padding-left: calc( 30 / 375 * 100vw );
      padding-right: calc( 30 / 375 * 100vw ); } }

img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }

.title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .title--right {
    align-items: flex-end; }
  .title--gray .title-main {
    border-color: #FFFFFF;
    background-color: var(--SIF2025-GY, #A4AEC7); }
  .title--gray .title-sub {
    background-color: #FFFFFF; }
  .title-main {
    display: block;
    flex-grow: 0;
    border: 5px solid var(--SIF2025-GY, #A4AEC7);
    background: #FFF;
    padding: 10px 30px;
    color: var(--SIF2025-DB, #0019B3);
    font-family: Fagun, sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 500; }
  .title-sub {
    display: block;
    flex-grow: 0;
    background: var(--SIF2025-GY, #A4AEC7);
    padding: 4px 20px;
    color: var(--SIF2025-DB, #0019B3);
    font-size: 18px;
    font-weight: 500; }

.sec-comingsoon {
  margin: 60px 0; }
  .sec-comingsoon p {
    color: var(--SIF2025-RG, #F0F1F2);
    text-align: center;
    font-family: Fagun, sans-serif;
    font-size: 80px;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .sec-comingsoon p {
        font-size: 40px; } }

#sec-hero {
  background: var(--SIF2025-BB, #4605FA);
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #sec-hero {
      height: calc( 100vh - 150px ); } }
  #sec-hero .bg {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1500px;
    max-width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%); }
    #sec-hero .bg img {
      position: absolute; }
    #sec-hero .bg .parts-01 {
      top: calc( -37 / 1080 * 100%);
      left: calc( -132 / 1920 * 100%);
      width: calc( 542 / 1920 * 100%);
      animation-delay: -4.8s; }
    #sec-hero .bg .parts-02 {
      top: calc( 32 / 1080 * 100%);
      left: calc( 569 / 1920 * 100%);
      width: calc( 468 / 1920 * 100%);
      animation-delay: -4s; }
    #sec-hero .bg .parts-03 {
      top: calc( -102 / 1080 * 100%);
      left: calc( 1199 / 1920 * 100%);
      width: calc( 556 / 1920 * 100%);
      animation-delay: -2.8s; }
    #sec-hero .bg .parts-04 {
      top: calc( 144 / 1080 * 100%);
      left: calc( 1397 / 1920 * 100%);
      width: calc( 725 / 1920 * 100%);
      animation-delay: -2.15s; }
    #sec-hero .bg .parts-05 {
      bottom: 0;
      left: calc( 94 / 1920 * 100%);
      width: calc( 436 / 1920 * 100%);
      animation-delay: -1.9s; }
    #sec-hero .bg .parts-06 {
      bottom: calc( 20 / 1080 * 100%);
      left: calc( 545 / 1920 * 100%);
      width: calc( 770 / 1920 * 100%);
      animation-delay: -0.65s; }
    #sec-hero .bg .parts-07 {
      bottom: calc( -54 / 1080 * 100%);
      left: calc( 1425 / 1920 * 100%);
      width: calc( 433 / 1920 * 100%);
      animation-delay: -0.65s; }
    @media screen and (max-width: 767px) {
      #sec-hero .bg .parts-01 {
        top: calc( 206 / 1920 * 100%);
        left: calc( -359 / 1080 * 100%);
        width: calc( 643 / 1080 * 100%); }
      #sec-hero .bg .parts-02 {
        top: calc( 1578 / 1920 * 100%);
        left: calc( 540 / 1080 * 100%);
        width: calc( 556 / 1080 * 100%); }
      #sec-hero .bg .parts-03 {
        top: calc( -131 / 1920 * 100%);
        left: calc( 346 / 1080 * 100%);
        width: calc( 660 / 1080 * 100%); }
      #sec-hero .bg .parts-04 {
        top: calc( 142 / 1920 * 100%);
        left: calc( 565 / 1080 * 100%);
        width: calc( 861 / 1080 * 100%); }
      #sec-hero .bg .parts-05 {
        top: calc( 1193 / 1920 * 100%);
        left: calc( 106 / 1080 * 100%);
        width: calc( 518 / 1080 * 100%); }
      #sec-hero .bg .parts-06 {
        top: calc( 746 / 1920 * 100%);
        left: calc( -390 / 1080 * 100%);
        width: calc( 728 / 1080 * 100%); }
      #sec-hero .bg .parts-07 {
        top: calc( 957 / 1920 * 100%);
        left: calc( 632 / 1080 * 100%);
        width: calc( 514 / 1080 * 100%); } }
  #sec-hero .inner {
    z-index: 1; }
  #sec-hero .sec-logo {
    width: calc( 777 / 1000 * 100% );
    margin: 0 auto 25px; }
    @media screen and (max-width: 767px) {
      #sec-hero .sec-logo {
        width: 100%;
        margin-bottom: calc( 20 / 375 * 100vw ); } }
  #sec-hero .sec-info {
    width: calc( 607 / 1000 * 100% );
    margin: 0 auto 30px;
    position: relative;
    display: flex;
    justify-content: space-between; }
    #sec-hero .sec-info-date {
      width: calc( 283 / 607 * 100% );
      flex-shrink: 0; }
    #sec-hero .sec-info-others {
      width: calc( 300 / 607 * 100% );
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      row-gap: 10px; }
    #sec-hero .sec-info-calendar {
      width: calc( 237 / 300 * 100% ); }
    #sec-hero .sec-info-venue {
      color: #FFF;
      font-family: Fagun, sans-serif;
      font-size: 25px;
      font-weight: 700; }
    @media screen and (max-width: 767px) {
      #sec-hero .sec-info {
        width: auto;
        flex-direction: column; }
        #sec-hero .sec-info-date {
          width: calc( 144 / 375 * 100vw );
          margin: 0 auto calc( 10 / 375 * 100vw ); }
        #sec-hero .sec-info-others {
          width: 100%; }
        #sec-hero .sec-info-calendar {
          width: calc( 224 / 375 * 100vw ); }
        #sec-hero .sec-info-venue {
          text-align: center; } }
  #sec-hero .sec-organizers {
    width: calc( 539 / 1000 * 100% );
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #sec-hero .sec-organizers {
        width: calc( 233 / 375 * 100vw );
        margin-right: 0; } }

#sec-achievements {
  background: #00FE85;
  padding-top: 20px; }
#sec-achievements.section { padding-bottom: 10px; }  
  /*#sec-achievements:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(0deg, #FF4776 0%, var(--SIF2025-BB, #4605FA) 100%); }*/
    @media screen and (max-width: 767px) {
      #sec-achievements:before {
        height: calc( 120 / 375 * 100vw ); } }
  #sec-achievements .title-main {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 20px; }
    @media screen and (max-width: 767px) {
      #sec-achievements .title-main {
        font-size: 18px;
        padding: .3em 1em; } }
  #sec-achievements .achievement-list {
    width: calc( 800 / 1000 * 100% );
    margin: -30px 0 40px auto;
    background: var(--SIF2025-RG, #F0F1F2);
    display: flex;
    padding: 18px 0; }
  #sec-achievements .achievement-block {
    flex: 1;
    border-left: 3px solid #D9D9D9;
    display: flex;
    column-gap: 25px;
    justify-content: center;
    align-items: center;
    color: #0019B3;
    font-size: 19px;
    font-weight: 700; }
    #sec-achievements .achievement-block:nth-of-type(1) {
      border-left: none; }
    #sec-achievements .achievement-block:nth-of-type(2) .achievement-contents-no {
      width: 150px; }
  #sec-achievements .achievement-contents-no {
    color: #FF4776;
    font-family: Fagun, sans-serif;
    font-size: 125px;
    font-weight: 700;
    line-height: 1;
    width: 220px;
    display: inline-block;
    text-align: right; }
  @media screen and (max-width: 767px) {
    #sec-achievements .achievement-list {
      width: auto;
      margin-top: 0;
      padding: calc( 8 / 375 * 100vw ) 0; }
    #sec-achievements .achievement-block {
      flex: auto;
      border-left-width: 1px;
      column-gap: calc( 18 / 375 * 100vw );
      font-size: 12px;
      flex-direction: column;
      align-items: flex-start;
      padding: 0 calc( 20 / 375 * 100vw ); }
      #sec-achievements .achievement-block:nth-of-type(2) {
        align-items: flex-end; }
        #sec-achievements .achievement-block:nth-of-type(2) .achievement-contents-no {
          width: 62px; }
    #sec-achievements .achievement-contents-no {
      font-size: 54px;
      width: 94px; } }
  @media screen and (max-width: 767px) {
    #sec-achievements .sec-wrapper {
      display: flex; } }

#sec-concept {
  background: var(--SIF2025-PK, #FF4776);
  padding-top: 30px;
  padding-bottom: 0; }
  #sec-concept .inner {
    position: relative; }
  #sec-concept .bg img {
    position: absolute; }
  #sec-concept .bg .parts-01 {
    top: calc( 16 / 1000 * 100% );
    right: calc( -30 / 1000 * 100% );
    width: calc( 300 / 1000 * 100% ); }
  #sec-concept .bg .parts-02 {
    top: calc( 245 / 1000 * 100% );
    left: calc( -56 / 1000 * 100% );
    width: calc( 184 / 1000 * 100% ); }
  #sec-concept .bg .parts-03 {
    top: calc( 257 / 1000 * 100% );
    right: calc( -174 / 1000 * 100% );
    width: calc( 316 / 1000 * 100% ); }
  #sec-concept .bg .parts-04 {
    bottom: 0;
    left: calc( 300 / 1000 * 100% );
    width: calc( 570 / 1000 * 100% ); }
  @media screen and (max-width: 767px) {
    #sec-concept .bg .parts-01 {
      top: calc( -50 / 375 * 100vw );
      right: calc( 10 / 375 * 100vw );
      width: calc( 229 / 375 * 100vw ); }
    #sec-concept .bg .parts-02 {
      display: none; }
    #sec-concept .bg .parts-03 {
      display: none; }
    #sec-concept .bg .parts-04 {
      bottom: 0;
      left: 0;
      width: 100vw; } }
  #sec-concept .sec-ttl {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #sec-concept .sec-ttl {
        margin-bottom: calc( 40 / 375 * 100vw ); } }
  #sec-concept .sec-wrapper {
    width: 654px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 160px; }
    #sec-concept .sec-wrapper h3 {
      color: var(--SIF2025-DB, #0019B3);
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        #sec-concept .sec-wrapper h3 {
          text-align: left; } }
    #sec-concept .sec-wrapper p {
      color: var(--SIF2025-WT, #FFF); }
      #sec-concept .sec-wrapper p + p {
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          #sec-concept .sec-wrapper p + p {
            margin-top: 20px; } }

#sec-merit {
  background: var(--SIF2025-PK, #FF4776); }
  #sec-merit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, var(--SIF2025-PK, #FF4776) 0%, #C0C7D9 100%); }
    @media screen and (max-width: 767px) {
      #sec-merit:before {
        height: calc( 120 / 375 * 100vw ); } }
  #sec-merit .sec-ttl {
    text-align: right; }
    #sec-merit .sec-ttl .title {
      display: inline-block;
      background: var(--SIF2025-WT, #FFF);
      padding: 4px 20px;
      color: #0019B3;
      font-size: 18px; }
  @media screen and (max-width: 767px) {
    #sec-merit .sec-wrapper {
      margin-top: -1px; } }
  #sec-merit .merit-list {
    display: flex;
    -moz-column-gap: 40px;
    column-gap: 40px;
    background: var(--SIF2025-LGY, #C0C7D9);
    padding: 40px; }
  #sec-merit .merit-block {
    flex: 1;
    font-size: 15px; }
  #sec-merit .merit-no {
    margin-top: -70px;
    margin-bottom: 20px; }
    #sec-merit .merit-no img {
      margin-left: 0; }
  #sec-merit .merit-title {
    color: var(--SIF2025-WT, #FFF);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.4px;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #sec-merit .merit-list {
      display: block;
      padding: calc( 40 / 375 * 100vw ) calc( 20 / 375 * 100vw ) calc( 40 / 375 * 100vw ) calc( 40 / 375 * 100vw ); }
    #sec-merit .merit-block {
      width: 100%;
      display: block;
      position: relative; }
      #sec-merit .merit-block + .merit-block {
        margin-top: calc( 30 / 375 * 100vw ); }
    #sec-merit .merit-no {
      position: absolute;
      left: calc( -60 / 375 * 100vw );
      top: 0;
      margin: 0; }
    #sec-merit .merit-title {
      margin-bottom: calc( 10 / 375 * 100vw ); } }

#sec-contents {
  background: var(--SIF2025-LGY, #C0C7D9); }
  #sec-contents:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, var(--SIF2025-LGY, #C0C7D9) 0%, #00FE85 100%); }
    @media screen and (max-width: 767px) {
      #sec-contents:before {
        height: calc( 120 / 375 * 100vw ); } }
  #sec-contents .inner {
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 767px) {
      #sec-contents .inner {
        padding-left: 0;
        padding-right: 0; } }
  #sec-contents .sec-ttl {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      #sec-contents .sec-ttl {
        padding-right: calc( 30 / 375 * 100vw ); } }
  #sec-contents .sec-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px; }
  #sec-contents .contents-stage {
    width: 100%; }
    #sec-contents .contents-stage .contents-title {
      margin-bottom: 12px; }
  #sec-contents .contents-room {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: calc( 10 / 490 * 100% ); }
    #sec-contents .contents-room .contents-title {
      width: calc( 120 / 490 * 100% ); }
    #sec-contents .contents-room .contents-block {
      width: calc( 360 / 490 * 100% ); }
    @media screen and (max-width: 767px) {
      #sec-contents .contents-room {
        width: calc( 355 / 375 * 100vw ); } }
  #sec-contents .contents-lounge {
    margin-top: 20px;
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: calc( 10 / 490 * 100% ); }
    #sec-contents .contents-lounge .contents-title {
      width: calc( 70 / 490 * 100% ); }
    #sec-contents .contents-lounge .contents-block {
      margin-top: 55px;
      width: calc( 360 / 490 * 100% ); }
    @media screen and (max-width: 767px) {
      #sec-contents .contents-lounge {
        width: 100%; } }
  #sec-contents .contents-list {
    width: calc( 870 / 1000 * 100%);
    margin: 0 auto;
    display: flex;
    -moz-column-gap: 5px;
    column-gap: 5px; }
    #sec-contents .contents-list .contents-block {
      background: #FFFFFF;
      flex: 1; }
    @media screen and (max-width: 767px) {
      #sec-contents .contents-list {
        width: calc( 255 / 375 * 100vw);
        flex-direction: column;
        row-gap: calc( 5 / 375 * 100vw); } }
  #sec-contents .contents-block {
    position: relative; }
    #sec-contents .contents-block-title {
      color: var(--SIF2025-DB, #0019B3);
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: 0.4px;
      margin-bottom: 10px; }
  #sec-contents .contents-desc {
    padding: 30px;
    font-size: 14px;
    background: #FFFFFF; }
    @media screen and (max-width: 767px) {
      #sec-contents .contents-desc {
        padding: calc( 25 / 375 * 100vw); } }

#sec-past_event {
  background: #00FE85;
  padding-bottom: 0; }
  #sec-past_event .sec-ttl {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #sec-past_event .sec-ttl {
        margin-bottom: calc( 40 / 375 * 100vw ); } }
  #sec-past_event .sec-body {
    position: relative; }
    @media screen and (max-width: 767px) {
      #sec-past_event .sec-body {
        margin-left: calc( 20 / 375 * 100vw );
        margin-right: calc( 20 / 375 * 100vw ); } }
  #sec-past_event .swiper-slide {
    width: 244px; }
  #sec-past_event .swiper-button-prev {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="61" viewBox="0 0 25 61" fill="none"><line y1="-1.5" x2="37.9012" y2="-1.5" transform="matrix(0.593649 0.804724 -0.593649 0.804724 0 30.5)" stroke="white" stroke-width="3"/><line y1="-1.5" x2="37.9012" y2="-1.5" transform="matrix(-0.593649 0.804724 -0.593649 -0.804724 22.5 0)" stroke="white" stroke-width="3"/></svg>') no-repeat center center; }
    #sec-past_event .swiper-button-prev:after {
      display: none; }
  #sec-past_event .swiper-button-next {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="61" viewBox="0 0 25 61" fill="none"><line y1="-1.5" x2="37.9012" y2="-1.5" transform="matrix(-0.593649 -0.804724 0.593649 -0.804724 24.5 30.5)" stroke="white" stroke-width="3"/><line y1="-1.5" x2="37.9012" y2="-1.5" transform="matrix(0.593649 -0.804724 0.593649 0.804724 2 61)" stroke="white" stroke-width="3"/></svg>') no-repeat center center; }
    #sec-past_event .swiper-button-next:after {
      display: none; }
  #sec-past_event .sec-past-link {
    margin: 40px 0 0 0; }
    #sec-past_event .sec-past-link p a {
      color: var(--SIF2025-DB, #0019B3); }
      #sec-past_event .sec-past-link p a:hover {
        color: var(--SIF2025-PK, #0019B3); }

#sec-voices {
  background: #00FE85; }
  #sec-voices:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, #00FE85 0%, #00C7FA 100%); }
    @media screen and (max-width: 767px) {
      #sec-voices:before {
        height: calc( 120 / 375 * 100vw ); } }
  @media screen and (max-width: 767px) {
    #sec-voices .sec-ttl {
      margin-bottom: calc( 40 / 375 * 100vw ); }
    #sec-voices .title {
      margin-right: calc( -30 / 375 * 100vw ); }
    #sec-voices .title-main {
      white-space: nowrap; } }
  #sec-voices .voice-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  #sec-voices .voice-block {
    width: calc( 580 / 1000 * 100% );
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    #sec-voices .voice-block:nth-of-type(2n) {
      width: calc( 628 / 1000 * 100% );
      margin-top: calc(120 / 1000 * 100%);
      margin-left: calc(-48 / 628 * 100%);
      flex-direction: row-reverse;
      align-items: flex-start; }
      #sec-voices .voice-block:nth-of-type(2n) .voice-desc {
        margin: calc(220 / 628 * 100%) calc(-100 / 628 * 100%) 0 0; }
  #sec-voices .voice-desc {
    border: 4px solid var(--SIF2025-GY, #A4AEC7);
    background: var(--SIF2025-WT, #FFF);
    padding: 30px;
    width: calc(420 / 580 * 100%);
    margin-left: calc(-108 / 580 * 100%);
    margin-bottom: calc(260 / 580 * 100%);
    color: var(--SIF2025-DB, #0019B3);
    z-index: 1; }
  #sec-voices .voice-pct {
    width: calc(270 / 580 * 100%); }
  #sec-voices .voice-title {
    color: var(--SIF2025-PK, #4605FA);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.4px;
    margin-bottom: 20px; }
  #sec-voices .voice-name {
    font-weight: 700;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #sec-voices .voice-list {
      flex-direction: column;
      row-gap: calc( 30 / 375 * 100vw ); }
    #sec-voices .voice-block {
      width: 100%; }
      #sec-voices .voice-block:nth-of-type(2n) {
        width: 100%;
        margin-top: 0;
        margin-left: calc( -10 / 375 * 100vw );
        align-items: flex-end; }
        #sec-voices .voice-block:nth-of-type(2n) .voice-pct {
          margin-left: calc(-203 / 375 * 100vw);
          margin-right: calc(-40 / 375 * 100vw); }
        #sec-voices .voice-block:nth-of-type(2n) .voice-desc {
          width: 100%;
          margin: 0 0 calc( 220 / 375 * 100vw ); }
    #sec-voices .voice-desc {
      width: calc(315 / 375 * 100vw);
      padding: calc(30 / 375 * 100vw);
      margin-left: calc(-200 / 375 * 100vw);
      margin-right: calc(-15 / 375 * 100vw);
      margin-bottom: calc(240 / 375 * 100vw); }
    #sec-voices .voice-pct {
      width: calc(247 / 375 * 100vw);
      margin-left: calc(-30 / 375 * 100vw); } }

#sec-speaker {
  background: var(--SKY-BLUE, #00C7FA); }
  #sec-speaker .inner {
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #sec-speaker .inner {
        padding-left: 11.6279069767%;
        padding-right: 11.6279069767%; } }
  #sec-speaker .sec-ttl {
    text-align: center;
    margin-bottom: 60px; }
  #sec-speaker .title {
    color: #0000F4; }
    #sec-speaker .title .title-en {
      color: #9696AB; }
      #sec-speaker .title .title-en:after {
        display: none; }
  #sec-speaker .speaker-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px; }
    @media screen and (max-width: 767px) {
      #sec-speaker .speaker-list {
        column-gap: calc( 10 / 375 * 100vw );
        row-gap: calc( 20 / 375 * 100vw ); } }
  #sec-speaker .speaker-block {
    width: 20%;
    padding: 0 15px;
    text-align: center;
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      #sec-speaker .speaker-block {
        padding: 0;
        width: calc( (100% - (10 / 375 * 100vw)) / 2 ); } }
  #sec-speaker .speaker-pct {
    margin-bottom: 15px;
    position: relative; }
    #sec-speaker .speaker-pct:after {
      content: "";
      display: block;
      position: absolute;
      right: 2px;
      bottom: 2px;
      width: 24px;
      height: 24px;
      background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M19.6 21.5L13.3 15.2C12.8 15.6 12.225 15.9167 11.575 16.15C10.925 16.3833 10.2333 16.5 9.5 16.5C7.68333 16.5 6.14583 15.8708 4.8875 14.6125C3.62917 13.3542 3 11.8167 3 10C3 8.18333 3.62917 6.64583 4.8875 5.3875C6.14583 4.12917 7.68333 3.5 9.5 3.5C11.3167 3.5 12.8542 4.12917 14.1125 5.3875C15.3708 6.64583 16 8.18333 16 10C16 10.7333 15.8833 11.425 15.65 12.075C15.4167 12.725 15.1 13.3 14.7 13.8L21 20.1L19.6 21.5ZM9.5 14.5C10.75 14.5 11.8125 14.0625 12.6875 13.1875C13.5625 12.3125 14 11.25 14 10C14 8.75 13.5625 7.6875 12.6875 6.8125C11.8125 5.9375 10.75 5.5 9.5 5.5C8.25 5.5 7.1875 5.9375 6.3125 6.8125C5.4375 7.6875 5 8.75 5 10C5 11.25 5.4375 12.3125 6.3125 13.1875C7.1875 14.0625 8.25 14.5 9.5 14.5Z" fill="%23FF4776"/></svg>') no-repeat center center; }
  #sec-speaker .speaker-name {
	margin-bottom: 8px;
    color: #0000F4;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700; }

#sec-startups {
  background: var(--SKY-BLUE, #00C7FA); }
  #sec-startups:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, var(--SKY-BLUE, #00C7FA) 0%, #4605FA 100%); }
    @media screen and (max-width: 767px) {
      #sec-startups:before {
        height: calc( 120 / 375 * 100vw ); } }
  @media screen and (max-width: 767px) {
    #sec-startups .inner {
      padding-left: 11.6279069767%;
      padding-right: 11.6279069767%; } }
  #sec-startups .sec-ttl {
    text-align: center;
    margin-bottom: 60px; }
  #sec-startups .title {
    color: #0000F4; }
    #sec-startups .title .title-en {
      color: #9696AB; }
      #sec-startups .title .title-en:after {
        display: none; }
#sec-startups .sec-list ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
#sec-startups .sec-list ul li { width: calc( (100% - 70px) / 8 ); }
#sec-startups .sec-andmore { text-align: center; color: #FFF; margin-top: 40px; }
@media screen and (max-width: 767px) {
    #sec-startups .sec-list ul li { width: calc( (100% - 10px) / 2 ); }
}

#sec-timetable {
  background: var(--SIF2025-BB, #4605FA); }
  #sec-timetable:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, #4605FA 0%, #C0C7D9 100%); }
    @media screen and (max-width: 767px) {
      #sec-timetable:before {
        height: calc( 120 / 375 * 100vw ); } }

#sec-timetable .sec-schedule {
  margin-top: 50px; }

#sec-timetable .schedule-block {
  background: var(--SIF2025-DB, #0019B3);
  color: var(--SIF2025-WT, #FFF); }

#sec-timetable .schedule-block:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

#sec-timetable .schedule-block:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

#sec-timetable .schedule-block-contents {
  padding: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  text-decoration: none; }

@media screen and (max-width: 767px) {
  #sec-timetable .schedule-block-contents {
    padding-right: 10px;
    display: block;
    -moz-column-gap: 10px;
    column-gap: 10px; } }
#sec-timetable a.schedule-block-contents {
  position: relative; }
  #sec-timetable a.schedule-block-contents:before, #sec-timetable a.schedule-block-contents:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 155px; }
  #sec-timetable a.schedule-block-contents:before {
    background: url("../img/ico_search.svg") no-repeat center right 10px var(--SIF2025-RG, #F0F1F2);
    background-size: 22px 22px;
    height: 100%; }
  #sec-timetable a.schedule-block-contents:after {
    content: "Read more";
    color: var(--SIF2025-PK, #FF4776);
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding-right: 17px; }
  @media screen and (max-width: 767px) {
    #sec-timetable a.schedule-block-contents:before {
      width: 50px; }
    #sec-timetable a.schedule-block-contents:after {
      display: none; } }

#sec-timetable .schedule-block-session {
  background-color: var(--SIF2025-WT, #FFF);
  color: var(--SIF2025-PK, #FF4776); }

#sec-timetable .schedule-block-session .info {
  background: #FFFFFF url("../img/session-detail-btn.svg") center right/100px auto no-repeat;
  padding-right: 90px; }

@media screen and (max-width: 767px) {
  #sec-timetable .schedule-block-session .info {
    background: #FFFFFF url("../img/session-detail-btn-sp.svg") center right/55px auto no-repeat;
    padding-right: 60px; } }
#sec-timetable .schedule-block-pitch {
  background-color: var(--GREEN, #00FE85);
  color: #000; }

#sec-timetable .schedule-block-pitch .info {
  background: url("../img/timetable_icon_pitch.svg") no-repeat center right; }

#sec-timetable .schedule-time {
  flex-shrink: 0;
  font-family: fagun, sans-serif;
  font-weight: 400;
  font-size: 19px;
  width: 115px; }

#sec-timetable .schedule-body {
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 15px; }

@media screen and (max-width: 767px) {
  #sec-timetable .schedule-body {
    padding-left: 0;
    padding-right: 0;
    border-left: none !important; } }
#sec-timetable .schedule-title {
  font-weight: 700;
  font-size: 17px; }

#sec-timetable p {
  width: 95%;
  font-size: 13px;
  line-height: 1.4; }

#sec-timetable .border-01 {
  border-left: 2px solid #C8C8DC; }

#sec-timetable .border-02 {
  border-left: 2px solid #5E64B0; }

#sec-timetable .border-03 {
  border-left: 2px solid #01C065; }

#sec-info {
  background: var(--SIF2025-LGY, #C0C7D9);
  padding-bottom: 0; }
  #sec-info .sec-ttl {
    margin-bottom: 60px; }
  #sec-info table {
    border-top: 1px solid #0019B3;
    color: #282929; }
    #sec-info table tr {
      border-bottom: 1px solid #0019B3; }
    #sec-info table th {
      width: 174px; }
    #sec-info table th, #sec-info table td {
      padding: 1em 0; }
    @media screen and (max-width: 767px) {
      #sec-info table tr {
        display: flex;
        flex-direction: column; }
        #sec-info table tr th, #sec-info table tr td {
          width: 100%; }
        #sec-info table tr th {
          padding-bottom: 0; }
        #sec-info table tr td {
          padding-top: 0; } }
  @media screen and (max-width: 767px) {
    #sec-info .inner {
      flex-direction: column;
      z-index: 1; }
      #sec-info .inner .sec-desc {
        width: auto; } }

#sec-access {
  background: var(--SIF2025-LGY, #C0C7D9); }
  #sec-access:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, #C0C7D9 0%, #F0F1F2 100%); }
    @media screen and (max-width: 767px) {
      #sec-access:before {
        height: calc( 120 / 375 * 100vw ); } }
  #sec-access .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px; }
    #sec-access .inner > {
      flex: 1; }
    @media screen and (max-width: 767px) {
      #sec-access .inner {
        flex-direction: column; } }
  #sec-access .sec-ttl {
    margin-bottom: 40px; }
  #sec-access .sec-map {
    width: 50%; }
    @media screen and (max-width: 767px) {
      #sec-access .sec-map {
        width: 100%;
        margin-top: calc( 20 / 375 * 100vw ); } }
  #sec-access .access-name {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px; }
  #sec-access ul {
    margin-top: 20px;
    font-size: 14px;
    list-style-type: disc;
    padding-left: 1.5em; }
  #sec-access .iframe-wrapper {
    padding-bottom: 73.8636363636%;
    position: relative; }
    #sec-access .iframe-wrapper iframe {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%; }

#sec-partner, #sec-cooperation {
  background: var(--SIF2025-RG, #F0F1F2); }
  #sec-partner .sec-ttl, #sec-cooperation .sec-ttl {
    margin-bottom: 40px; }
  #sec-partner .sec-logo, #sec-cooperation .sec-logo {
    display: flex;
    -moz-gap: 20px;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #sec-partner .sec-logo > *, #sec-cooperation .sec-logo > * {
      width: calc( (100% - 60px) / 4 );
      margin: 0; }
      @media screen and (max-width: 767px) {
        #sec-partner .sec-logo > *, #sec-cooperation .sec-logo > * {
          width: calc( (100% - 20px) / 2 ); } }

#sec-partner {
  padding-bottom: 0; }

@media screen and (max-width: 767px) {
  #sec-student_partners .inner {
    padding-left: 11.6279069767%;
    padding-right: 11.6279069767%; } }
#sec-student_partners .sec-ttl {
  text-align: center;
  margin-bottom: 60px; }
#sec-student_partners .title {
  color: #0000F4; }
  #sec-student_partners .title .title-en {
    color: #9696AB; }
    #sec-student_partners .title .title-en:after {
      display: none; }
#sec-student_partners .sec-list ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  #sec-student_partners .sec-list ul li {
    width: calc( (100% - 30px) / 4 ); }
    @media screen and (max-width: 767px) {
      #sec-student_partners .sec-list ul li {
        width: calc( (100% - 10px) / 2 ); } }

@media screen and (max-width: 767px) {
  #sec-organizer {
    padding-bottom: 100px; } }
#sec-organizer .sec-ttl {
  margin-bottom: 40px; }
#sec-organizer .organizer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 40px; }
#sec-organizer .organizer-block {
  width: calc( (100% - 40px) / 3 );
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  font-size: 12px; }
  #sec-organizer .organizer-block img {
    margin-bottom: 20px; }
  #sec-organizer .organizer-block p {
    color: #999; }
#sec-organizer .organizer-title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px; }
@media screen and (max-width: 767px) {
  #sec-organizer .organizer-block {
    width: 100%; } }

#footer {
  color: var(--SIF2025-DB, #0019B3);
  text-align: center;
  font-size: 12px;
  padding-bottom: 100px; }

.flair {
  position: fixed;
  opacity: 0;
  width: 30px; }

.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }

.modaal-wrapper .modaal-close {
  border: none;
  padding: 0;
  -webkit-appearance: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 1;
  width: 72px;
  height: 72px;
  background: url("../img/modal_close.svg") no-repeat right top;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #484848;
  text-align: center;
  border-radius: 0; }
  .modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
    display: none; }
  @media screen and (max-width: 767px) {
    .modaal-wrapper .modaal-close {
      width: 60px;
      height: 60px; } }

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1; }

.modaal-wrapper.modaal-start_fade {
  opacity: 0; }

.modaal-wrapper *[tabindex="0"] {
  outline: none !important; }

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }

.modaal-fullscreen .modaal-outer-wrapper {
  display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  background: #F0F1F2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden; }

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto; }

/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  width: 100%;
  display: none; }

.modaal-content-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0; }
  .modaal-content-container .session-block {
    padding: 34px; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .session-block {
        padding: 40px 20px; } }
    .modaal-content-container .session-block-head {
      border-bottom: 3px solid #D9D9D9;
      display: flex;
      justify-content: flex-start; }
      .modaal-content-container .session-block-head > div {
        padding: .8em 1em;
        color: var(--SIF2025-DB, #0019B3);
        font-weight: 700;
        border-left: 3px solid #D9D9D9; }
        .modaal-content-container .session-block-head > div:nth-child(1) {
          border-left: none; }
        .modaal-content-container .session-block-head > div:last-of-type {
          flex-grow: 1; }
      @media screen and (max-width: 767px) {
        .modaal-content-container .session-block-head {
          flex-wrap: wrap; }
          .modaal-content-container .session-block-head > div {
            padding: .3em 10px;
            font-size: 14px; }
            .modaal-content-container .session-block-head > div:last-of-type {
              width: 100%;
              border-top: 3px solid #D9D9D9;
              border-left: none; } }
    .modaal-content-container .session-block-calendar .btn-calendar {
      display: inline-block;
      background: url("../img/ico_calendar.png") no-repeat left center;
      background-size: 27px 27px;
      padding-left: 34px; }
    .modaal-content-container .session-block-title {
      color: var(--SIF2025-DB, #0019B3);
      font-size: 23px;
      font-weight: 700;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .modaal-content-container .session-block-title {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 10px; } }
    .modaal-content-container .session-block-body {
      background: url("../img/session_contents_bg.png") no-repeat left 10px center;
      padding-left: 30%;
      padding-top: 54px; }
      @media screen and (max-width: 767px) {
        .modaal-content-container .session-block-body {
          background-image: none;
          padding-left: 0;
          padding-top: 20px; } }
    .modaal-content-container .session-block-contents-title {
      color: #000;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 0.34px;
      margin-bottom: 1em; }
      @media screen and (max-width: 767px) {
        .modaal-content-container .session-block-contents-title {
          font-size: 14px;
          margin-bottom: .5em; } }
    .modaal-content-container .session-block-contents-text {
      color: #000;
      font-size: 14px; }
  .modaal-content-container .pitch-container {
    width: 100%;
    padding: 54px;
    background: url("../img/pitch_bg.png") no-repeat right 20px bottom; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .pitch-container {
        padding: 60px 20px 40px; } }
  .modaal-content-container .pitch-head {
    display: flex;
    border-bottom: 2px solid #0000F4;
    color: #0000F4;
    font-family: bree, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    width: 100%;
    margin-bottom: 40px; }
    .modaal-content-container .pitch-head-time, .modaal-content-container .pitch-head-title {
      padding: 10px 20px; }
    .modaal-content-container .pitch-head-time {
      flex-shrink: 0; }
    .modaal-content-container .pitch-head-title {
      border-left: 2px solid #0000F4;
      flex-grow: 1; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .pitch-head {
        font-size: 17px; }
        .modaal-content-container .pitch-head-time, .modaal-content-container .pitch-head-title {
          padding: 4px 10px; } }
  .modaal-content-container .pitch-wrapper {
    display: flex;
    column-gap: 40px; }
    .modaal-content-container .pitch-wrapper > div {
      flex: 1; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .pitch-wrapper {
        display: block; } }
  .modaal-content-container .pitch-block {
    display: flex;
    column-gap: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .pitch-block {
        font-size: 14px; } }
  .modaal-content-container .pitch-no {
    width: 28px;
    height: 28px;
    text-align: center;
    background: #DAFF00;
    border-radius: 50%;
    font-family: bree, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 28px; }
  .modaal-content-container .pitch-title {
    font-weight: 700; }
  .modaal-content-container .speaker-container {
    width: 100%;
    padding: 54px 54px 100px;
    background: url("../img/speaker_bg_2.png") no-repeat right bottom 20px;
    background-size: 37% auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .speaker-container {
        padding: 60px 20px 100px;
        flex-direction: column;
        background-size: 75% auto; } }
  .modaal-content-container .speaker-pct {
    width: calc( 217 / 740 * 100% );
    background: url("../img/speaker_bg_1.png") no-repeat top left;
    background-size: 45px auto;
    padding-left: 45px;
    height: 300px;
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .speaker-pct {
        width: calc( 100% - 77px );
        margin: auto;} }
  .modaal-content-container .speaker-contents {
    width: calc( 480 / 740 * 100% );
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .speaker-contents {
        width: 100%; } }
    .modaal-content-container .speaker-contents p {
      margin-top: 1em; }
  .modaal-content-container .speaker-head {
    margin-bottom: 20px; }
  .modaal-content-container .speaker-name {
    font-weight: 700;
    color: #0000F4; }
  .modaal-content-container .speaker-title {
    font-size: 12px; }

/* SPEAKER */
.modaal-content-container .session-block--speaker {
	background: var(--SIF2025-LGY);
	color: var(--SIF2025-DB);
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	position: relative;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.modaal-content-container .session-block--speaker {
		flex-direction: column;
	}
}
.modaal-content-container .session-block--speaker > div {
	position: relative;
}
@media screen and (max-width: 767px) {
    .modaal-content-container .session-block--speaker:before { width: 30%; }
}
.modaal-content-container .session-block--speaker .session-block-title {
	display: block;
    flex-grow: 0;
    border: 2px solid var(--SIF2025-GY, #A4AEC7);
    background: #FFF;
    padding: 0 30px;
    color: var(--SIF2025-DB, #0019B3);
    font-family: Fagun, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.modaal-content-container .session-block--speaker .session-block-title:before { background: #FFB1A3; }
.modaal-content-container .session-block--speaker .session-block-body {
	width: calc( 100% - 160px );
	font-size: 15px;
	padding-right: 180px;
}
.modaal-content-container .session-block--speaker .session-block-body p + p {
	margin-top: 1em;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.modaal-content-container .session-block--speaker .session-block-body {
		width: auto;
		padding-right: 0;
	}
}
.modaal-content-container .session-block--speaker .session-speaker-list { width: 100%; }
.modaal-content-container .session-speaker-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.modaal-content-container .session-speaker-block {
    width: calc((100% - 20px * 4) / 5);
    text-align: center;
    font-size: 13px;
}
.modaal-content-container .session-speaker-title {
    font-weight: 700;
    margin: 10px auto 5px auto;
}
.modaal-content-container .session-speaker-company {
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .modaal-content-container .session-speaker-list {
	    gap: 10px;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-items: flex-start;
    }
    .modaal-content-container .session-speaker-block {
        width: calc((100% - 20px * 1) / 2);
    }
}
        
/*============
nav
=============*/
nav {
  display: flex;
  position: fixed;
  top: 0;
  right: -320px;
  bottom: 0;
  width: 320px;
  height: 100vh;
  background: #FFFFFF;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 80;
  align-items: flex-start; }

.open nav {
  right: 0;
  box-shadow: -5px 8px 19px -1px rgba(0, 0, 0, 0.7); }

nav .inner {
  padding: 120px 50px 0;
  max-width: 100%; }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav .inner ul li {
      line-height: 2.5;
      margin-left: 30px; }
      nav .inner ul li:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 3px;
        background: #00FE85;
        margin-right: 17px;
        margin-left: -30px;
        vertical-align: top;
        margin-top: 23px; }
      nav .inner ul li a {
        display: inline-block;
        color: #0019B3;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

@media screen and (max-width: 767px) {
  nav {
    right: -100vw;
    width: 100vw; }
    nav .inner {
      padding: 60px 20px 0; } }
/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%; }
  10% {
    width: 50%; }
  20% {
    width: 100%; }
  30% {
    width: 10%; }
  40% {
    width: 50%; }
  50% {
    width: 70%; }
  60% {
    width: 50%; }
  70% {
    width: 10%; }
  80% {
    width: 100%; }
  90% {
    width: 10%; }
  100% {
    width: 70%; } }
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  z-index: 90;
  background: #4605FA; }
  .toggle_btn .line {
    display: block;
    position: absolute;
    right: 20px;
    width: 36px;
    height: 3px;
    background-color: #FF4777;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .toggle_btn .line:nth-child(1) {
      top: 21px; }
    .toggle_btn .line:nth-child(2) {
      top: 38px;
      width: 22px; }
    .toggle_btn .line:nth-child(3) {
      top: 55px; }
  @media screen and (max-width: 767px) {
    .toggle_btn {
      width: 60px;
      height: 60px; }
      .toggle_btn .line {
        right: 13.5px;
        width: 33px; }
        .toggle_btn .line:nth-child(1) {
          top: 18px; }
        .toggle_btn .line:nth-child(2) {
          top: 30px;
          width: 20px; }
        .toggle_btn .line:nth-child(3) {
          top: 43px; } }

.open .toggle_btn {
  background-color: #FFF; }
  .open .toggle_btn .line {
    width: 60px;
    left: 50%; }
    .open .toggle_btn .line:nth-child(1) {
      transform: translate(-50%, 17px) rotate(-45deg); }
    .open .toggle_btn .line:nth-child(2) {
      opacity: 0; }
    .open .toggle_btn .line:nth-child(3) {
      transform: translate(-50%, -17px) rotate(45deg); }
    @media screen and (max-width: 767px) {
      .open .toggle_btn .line {
        width: 45px; }
        .open .toggle_btn .line:nth-child(1) {
          transform: translate(-50%, 12.5px) rotate(-45deg); }
        .open .toggle_btn .line:nth-child(3) {
          transform: translate(-50%, -12.5px) rotate(45deg); } }

/*============
#mask
=============*/
#mask {
  display: none; }

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.nav-buttons {
  text-align: center;
  margin-top: 40px; }
  .nav-buttons .button {
    margin: 10px auto; }
  @media screen and (max-width: 767px) {
    .nav-buttons {
      margin-top: 30px; } }

.button {
  width: 100%;
  max-width: 100%;
  height: 60px;
  text-decoration: none;
  color: var(--SIF2025-DB, #0019B3);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #A4AEC7;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path d="M23 -0.0100002C16.6487 -0.0100002 11.5 5.14096 11.5 11.495C11.5 17.849 16.6487 23 23 23V-0.0100002Z" fill="%2300FE85"/><path d="M0 23C6.35127 23 11.5 17.849 11.5 11.495C11.5 5.14096 6.35127 -0.0100002 0 -0.0100002V23Z" fill="%2300FE85"/></svg>') no-repeat left 10% center #FFF; }
  .button:nth-of-type(2) {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path d="M0 23.01L11.5 17.5479V5.47212L0 0.0100098V23.01Z" fill="%23FF4776"/><path d="M22.9998 23.01L11.4998 17.5479V5.47212L22.9998 0.0100098V23.01Z" fill="%23FF4776"/></svg>') no-repeat left 10% center #FFF; }
  @media screen and (max-width: 767px) {
    .button {
      height: 60px; } }

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: -70px;
  width: 1000px;
  max-width: 100%;
  transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .bottom-nav.fixed {
    bottom: 0; }
  @media screen and (max-width: 767px) {
    .bottom-nav {
      bottom: -160px;
      transition: all 1s ease-in-out; }
      .bottom-nav.fixed {
        bottom: 0; } }
  .bottom-nav ul {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px; }
    .bottom-nav ul li {
      flex: 1;
      display: flex;
      align-items: flex-end; }
      .bottom-nav ul li a {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 40px;
        background: url("../img/button.png") no-repeat center center;
        background-size: contain;
        text-align: center;
        color: var(--SIF2025-DB, #0019B3);
        font-size: 18px;
        font-weight: 700;
        padding: 20px 0 14px;
        text-decoration: none;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: relative; }
        .bottom-nav ul li a:hover {
          top: 8px;
          left: 8px;
          transition: 0.5s;
          opacity: 1; }
        .bottom-nav ul li a:before {
          content: "";
          display: block;
          width: 23px;
          height: 23px;
          background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path d="M23 9.53674e-06C16.6487 9.53674e-06 11.5 5.15097 11.5 11.505C11.5 17.859 16.6487 23.01 23 23.01V9.53674e-06Z" fill="%2300FE85"/><path d="M0 23.01C6.35127 23.01 11.5 17.859 11.5 11.505C11.5 5.15097 6.35127 9.53674e-06 0 9.53674e-06V23.01Z" fill="%2300FE85"/></svg>') no-repeat center center;
          background-size: contain; }
        .bottom-nav ul li a:after {
          content: "";
          display: block;
          width: 14px;
          height: 26px;
          background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="26" viewBox="0 0 17 26" fill="none"><line y1="-1.5" x2="19.105" y2="-1.5" transform="matrix(-0.732793 -0.680451 0.732794 -0.680451 17 13)" stroke="%230019B3" stroke-width="3"/><line y1="-1.5" x2="19.105" y2="-1.5" transform="matrix(0.732794 -0.680451 0.732793 0.680451 3 26)" stroke="%230019B3" stroke-width="3"/></svg>') no-repeat center center;
          background-size: contain; }
        .bottom-nav ul li a span {
          display: block; }
      .bottom-nav ul li:nth-of-type(2) a:before {
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path d="M0 23.01L11.5 17.5479V5.47212L0 0.0100098V23.01Z" fill="%23FF4776"/><path d="M22.9998 23.01L11.4998 17.5479V5.47212L22.9998 0.0100098V23.01Z" fill="%23FF4776"/></svg>'); }
    @media screen and (max-width: 767px) {
      .bottom-nav ul {
        flex-direction: column; }
        .bottom-nav ul li a {
          background: #FFFFFF;
          border-top: 1px solid var(--SIF2025-GY, #A4AEC7);
          border-bottom: 1px solid #D9DDF4;
          padding: calc( 20 / 375 * 100vw );
          position: relative;
          justify-content: space-between;
          column-gap: 0; }
          .bottom-nav ul li a:hover {
            top: 0;
            left: 0; }
            .bottom-nav ul li a:hover span, .bottom-nav ul li a:hover:before, .bottom-nav ul li a:hover:after {
              opacity: .7; } }

/* footer BTN */
#fixed-footer {
  position: fixed;
  bottom: -80px;
  left: 50%;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  border-width: 4px 0 0 0;
  border-style: solid;
  border-color: #A4AEC7;
  box-sizing: border-box;
  background: #FFF url("../img/button.svg") center right 20px/20px 20px no-repeat;
  transition: .5s;
  transform: translateX(-50%); }

#fixed-footer a {
  display: block;
  width: 100%;
  line-height: 80px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  color: #0019B3; }

#fixed-footer.is-show {
  bottom: 0; }

@media screen and (max-width: 767px) {
  #fixed-footer {
    bottom: -70px;
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 0; }

  #fixed-footer a {
    line-height: 70px; } }

#sec-greetings {
	background: var(--SIF2025-BB, #4605FA);
	padding-top: 20px;
}
#sec-greetings:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(0deg, #FF4776 0%, var(--SIF2025-BB, #4605FA) 100%);
}
#sec-greetings .sec-conts {
    /*border: 5px solid var(--SIF2025-GY, #A4AEC7);
    background: #FFFFFF;*/
    padding: 40px;
    margin-top: 50px;
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
#sec-greetings .sec-conts .sec-pct {
    width: 190px;
    flex-shrink: 0;
}
#sec-greetings .sec-conts .sec-desc {
    background: url("../img/greetings_separator_pc.svg") no-repeat top left;
    background-size: auto 100%;
    /*color: var(--SIF2025-DB, #0019B3);*/
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0 0px 20px;
}
#sec-greetings .sec-conts .sec-desc p {
    margin-bottom: 20px;
}
#sec-greetings .greetings-title {
    font-size: 12px;
    font-weight: 400;
}
#sec-greetings .greetings-name {
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    #sec-greetings .sec-conts {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    #sec-greetings .sec-conts .sec-pct {
        width: 75%;
        margin: 0 auto 20px auto;
    }
    #sec-greetings .sec-conts .sec-desc {
        width: 100%;
        padding: 0;
    }
}

/*# sourceMappingURL=style.css.map */
