2@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: 20px;
  --swiper-theme-color: #484848;
  --swiper-navigation-sides-offset: -20px;
  --swiper-pagination-bottom: -30px;
  --swiper-pagination-color: #DAFF00;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #9696AB; }

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

/* smooth Scroll css */
body {
  margin: 0;
  padding: 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.03rem;
  line-height: 1.625;
  color: #000000; }

* {
  box-sizing: border-box; }

#wrapper {
  overflow: hidden; }

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

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

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


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: 30px;
      padding-right: 30px; } }

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

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

.title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2; }
  .title .title-en {
    display: block;
    font-family: bree, sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.08rem;
    color: #FFB1A3; }
    .title .title-en:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 22px;
      height: 2px;
      background: #FFB1A3;
      border-radius: 0 2px 2px 0;
      margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .title .title-en {
        font-style: italic;
        font-size: 17px;
        margin-top: 10px; } }

#sec-hero {
  background: #0000F4;
  height: 100vh;
  display: flex;
  align-items: center; }
  #sec-hero .bg {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    #sec-hero .bg-overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #sec-hero .bg-overlay img {
        position: absolute; }
      #sec-hero .bg-overlay .bg-01 {
        left: 16.4566929134%;
        top: -28.9285714286%;
        width: 30.0787401575%; }
        @media screen and (max-width: 767px) {
          #sec-hero .bg-overlay .bg-01 {
            left: -10.9302325581%;
            top: -10.7296137339%;
            width: 70.9302325581%; } }
      #sec-hero .bg-overlay .bg-02 {
        left: -7.4015748031%;
        top: 60.8333333333%;
        width: 30.0787401575%; }
        @media screen and (max-width: 767px) {
          #sec-hero .bg-overlay .bg-02 {
            left: -21.8604651163%;
            top: 79.1845493562%;
            width: 70.6976744186%; } }
      #sec-hero .bg-overlay .bg-03 {
        left: 82.8346456693%;
        top: 17.5%;
        width: 24.2519685039%; }
        @media screen and (max-width: 767px) {
          #sec-hero .bg-overlay .bg-03 {
            left: 66.976744186%;
            top: 44.8497854077%;
            width: 57.2093023256%; } }
    #sec-hero .bg-shapes img {
      position: absolute; }
    #sec-hero .bg-shapes .floating {
      animation-name: floating;
      -webkit-animation-name: floating;
      animation-duration: 5s;
      -webkit-animation-duration: 5s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite; }
    #sec-hero .bg-shapes .circle-01 {
      left: 16.4566929134%;
      top: 15.5952380952%;
      width: 5.7480314961%;
      animation-delay: -0.9s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .circle-01 {
          left: 18.3720930233%;
          top: -2.2532188841%;
          width: 9.5348837209%; } }
    #sec-hero .bg-shapes .parts-01 {
      left: 6.1417322835%;
      top: 2.5%;
      width: 3.3858267717%;
      animation-delay: -4.8s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-01 {
          left: 4.6511627907%;
          top: 10.1931330472%;
          width: 5.8139534884%; } }
    #sec-hero .bg-shapes .parts-02 {
      left: 1.5748031496%;
      top: 21.3095238095%;
      width: 1.968503937%;
      animation-delay: -4s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-02 {
          left: 6.2790697674%;
          top: 20.2789699571%;
          width: 3.2558139535%; } }
    #sec-hero .bg-shapes .parts-03 {
      left: 4.0157480315%;
      top: 43.6904761905%;
      width: 10.3149606299%;
      animation-delay: -2.8s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-03 {
          left: -7.9069767442%;
          top: 48.0686695279%;
          width: 16.976744186%; } }
    #sec-hero .bg-shapes .parts-04 {
      left: 28.031496063%;
      top: 8.3333333333%;
      width: 1.968503937%;
      animation-delay: -2.15s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-04 {
          left: 40.2325581395%;
          top: 10.7296137339%;
          width: 3.488372093%; } }
    #sec-hero .bg-shapes .parts-05 {
      left: 67.874015748%;
      top: -1.7857142857%;
      width: 7.7165354331%;
      animation-delay: -1.9s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-05 {
          left: 72.5581395349%;
          top: -3.3261802575%;
          width: 12.0930232558%; } }
    #sec-hero .bg-shapes .parts-06 {
      left: 22.8346456693%;
      top: 72.5%;
      width: 7.4015748031%;
      animation-delay: -0.65s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-06 {
          left: 10.9302325581%;
          top: 76.7167381974%;
          width: 14.6511627907%; } }
    #sec-hero .bg-shapes .parts-07 {
      left: 83.4645669291%;
      top: 7.619047619%;
      width: 6.5354330709%;
      animation-delay: -0.4s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-07 {
          display: none;
          /*left:  calc( 178 / 430 * 100% );
          top:   calc( 201 / 932 * 100% );
          width: calc( 51 / 430 * 100% );*/ } }
    #sec-hero .bg-shapes .parts-08 {
      left: 53.2283464567%;
      top: 82.0238095238%;
      width: 5.4330708661%;
      animation-delay: -4.1s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-08 {
          left: 26.2790697674%;
          top: 95.6008583691%;
          width: 9.0697674419%; } }
    #sec-hero .bg-shapes .parts-09 {
      left: 91.8897637795%;
      top: 43.2142857143%;
      width: 5.9842519685%;
      animation-delay: -3.65s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-09 {
          left: 93.023255814%;
          top: 7.2961373391%;
          width: 8.6046511628%; } }
    #sec-hero .bg-shapes .parts-10 {
      left: 87.1653543307%;
      top: 81.3095238095%;
      width: 7.3228346457%;
      animation-delay: -2.25s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-10 {
          left: 80%;
          top: 84.3347639485%;
          width: 14.6511627907%; } }
    #sec-hero .bg-shapes .parts-11 {
      left: 49.9212598425%;
      top: 8.3333333333%;
      width: 7.0078740157%;
      animation-delay: -2s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-11 {
          left: 62.5581395349%;
          top: 12.8755364807%;
          width: 11.3953488372%; } }
    #sec-hero .bg-shapes .parts-12 {
      left: 58.5039370079%;
      top: 59.880952381%;
      width: 24.6456692913%;
      animation-delay: -1.55s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-12 {
          left: 40.2325581395%;
          top: 80.364806867%;
          width: 45.3488372093%; } }
    #sec-hero .bg-shapes .parts-13 {
      left: -1.1811023622%;
      top: 72.5%;
      width: 8.1102362205%;
      animation-delay: -0.95s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-13 {
          left: -2.3255813953%;
          top: 68.025751073%;
          width: 13.9534883721%; } }
    #sec-hero .bg-shapes .parts-14 {
      left: 19.3700787402%;
      top: 38.2142857143%;
      width: 1.968503937%;
      animation-delay: -4.45s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-14 {
          left: 3.488372093%;
          top: 62.2317596567%;
          width: 3.2558139535%; } }
    #sec-hero .bg-shapes .parts-15 {
      left: 78.3464566929%;
      top: 35.7142857143%;
      width: 1.968503937%;
      animation-delay: -3.35s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-15 {
          left: 87.4418604651%;
          top: 78.6480686695%;
          width: 3.2558139535%; } }
    #sec-hero .bg-shapes .parts-16 {
      left: 92.0472440945%;
      top: 69.4047619048%;
      width: 1.968503937%;
      animation-delay: -2.3s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-16 {
          left: 91.8604651163%;
          top: 49.7854077253%;
          width: 3.2558139535%; } }
    #sec-hero .bg-shapes .parts-17 {
      left: 94.4094488189%;
      top: 27.9761904762%;
      width: 10.3149606299%;
      animation-delay: -1.75s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-17 {
          left: 86.2790697674%;
          top: 66.8454935622%;
          width: 16.511627907%; } }
    #sec-hero .bg-shapes .parts-18 {
      left: 68.9763779528%;
      top: 80.4761904762%;
      width: 10.3149606299%;
      animation-delay: -1.25s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-18 {
          left: 51.6279069767%;
          top: 86.9098712446%;
          width: 16.7441860465%; } }
    #sec-hero .bg-shapes .parts-19 {
      left: 15.7480314961%;
      top: 59.880952381%;
      width: 3.3858267717%;
      animation-delay: -0.65s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-19 {
          left: 35.3488372093%;
          top: 105.7939914163%;
          width: 5.1162790698%; } }
    #sec-hero .bg-shapes .parts-20 {
      left: 80.3149606299%;
      top: 58.2142857143%;
      width: 3.3858267717%;
      animation-delay: -0.65s; }
      @media screen and (max-width: 767px) {
        #sec-hero .bg-shapes .parts-20 {
          left: 35.3488372093%;
          top: 105.7939914163%;
          width: 5.1162790698%; } }
  #sec-hero .inner {
    z-index: 1; }
  #sec-hero .sec-logo {
    margin-bottom: 30px; }
    #sec-hero .sec-logo img {
      width: 604px; }
  #sec-hero .sec-sponsor {
    margin-bottom: 10px; }
    #sec-hero .sec-sponsor img {
      width: 504px; }
  #sec-hero .sec-desc img {
    width: 515px; }
  @media screen and (max-width: 767px) {
    #sec-hero .sec-sponsor img {
      width: 72.7710843373%; }
    #sec-hero .sec-desc img {
      width: 65.3012048193%; } }

#sec-concept {
  background: url("../img/concept_bg_1_pc.png") no-repeat left top #ffffff;
  background-size: 178px auto;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    #sec-concept {
      background-image: url("../img/concept_bg_1_sp.png");
      background-size: 23.9534883721%;
      padding-bottom: 100vw; } }
  #sec-concept .bg {
    position: absolute;
    right: 0;
    top: 10px;
    width: 50%;
    height: 100%;
    background: url("../img/concept_bg_2_pc.png") no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      #sec-concept .bg {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 100vw;
        background: url("../img/concept_bg_2_sp.png") no-repeat center bottom;
        background-size: 100% auto; } }
    #sec-concept .bg img {
      position: absolute; }
    #sec-concept .bg .bg-01 {
      left: 28.664495114%;
      top: 0;
      width: 50.4885993485%; }
    #sec-concept .bg .bg-02 {
      left: 11.1563517915%;
      top: 47.2813238771%;
      width: 47.2312703583%; }
    #sec-concept .bg .bg-03 {
      right: 0;
      bottom: 0;
      width: 35.993485342%; }
  #sec-concept .inner {
    width: 920px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #sec-concept .inner {
        padding-left: 11.6279069767%;
        padding-right: 11.6279069767%; } }
  #sec-concept .sec-ttl {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #sec-concept .sec-ttl {
        display: flex;
        justify-content: center; }
        #sec-concept .sec-ttl .title-en {
          font-size: 17px; } }
  #sec-concept .sec-wrapper {
    width: 50%; }
    @media screen and (max-width: 767px) {
      #sec-concept .sec-wrapper {
        width: auto;
        padding-bottom: 20px; } }
    #sec-concept .sec-wrapper h3 {
      color: #0000F4;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.25;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #sec-concept .sec-wrapper h3 {
          font-size: 23px; } }
    #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-concept .concept-tag {
    width: 112px;
    background: #0000F4;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 0.3em;
    margin-bottom: 20px; }

#sec-merit {
  background: url("../img/merit_bg_pc.png") no-repeat right top 100px #DAFF00;
  background-size: 717px auto;
  margin-top: -50px;
  padding-top: 150px; }
  @media screen and (max-width: 767px) {
    #sec-merit {
      background: #DAFF00;
      padding-top: 80px;
      margin-top: 80px; }
      #sec-merit:before {
        content: "";
        display: block;
        background: url("../img/merit_bg_sp.png") no-repeat right top;
        background-size: contain;
        position: absolute;
        width: 100%;
        height: 80px;
        left: 0;
        margin-top: -120px; }
      #sec-merit .inner {
        padding-left: 11.6279069767%;
        padding-right: 11.6279069767%; } }
  #sec-merit .title .title-en {
    color: #0000F4; }
    #sec-merit .title .title-en:after {
      background: #0000F4; }
    @media screen and (max-width: 767px) {
      #sec-merit .title .title-en {
        font-size: 17px; } }
  #sec-merit .sec-ttl {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #sec-merit .sec-ttl {
        margin-bottom: 40px; } }
  #sec-merit .merit-list {
    display: flex;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 80px; }
  #sec-merit .merit-block {
    flex: 1;
    font-size: 15px; }
  #sec-merit .merit-no {
    margin-bottom: 20px; }
    #sec-merit .merit-no img {
      margin-left: 0; }
  #sec-merit .merit-title {
    font-weight: 700;
    font-size: 18px;
    color: #282929;
    margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #sec-merit .merit-list {
      display: block; }
    #sec-merit .merit-block {
      width: 90%;
      display: block; }
      #sec-merit .merit-block:nth-of-type(2n) {
        margin: 40px 0 40px auto; }
    #sec-merit .merit-title {
      width: auto; } }

@media screen and (max-width: 767px) {
  #sec-greetings {
    padding-bottom: 0; } }
#sec-greetings .inner {
  margin-top: -150px; }
#sec-greetings .sec-conts {
  border-radius: 20px 20px 0 0;
  background: #FFFFFF;
  padding: 40px;
  margin-top: 50px;
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px; }
  #sec-greetings .sec-conts .sec-pct {
    width: 140px;
    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: #0000F4;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0 10px 60px; }
    #sec-greetings .sec-conts .sec-desc p {
      margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #sec-greetings .sec-conts {
      flex-direction: column;
      align-items: center;
      padding: 60px 20px 0; }
      #sec-greetings .sec-conts .sec-pct {
        width: 120px;
        margin-bottom: 20px; }
      #sec-greetings .sec-conts .sec-desc {
        width: 100%;
        background: url("../img/greetings_separator_sp.svg") no-repeat top left;
        background-size: 100% auto;
        padding: 40px 0 0; }
      #sec-greetings .sec-conts p {
        margin: 20px 0; } }
#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 .greetings-title, #sec-greetings .greetings-name {
    text-align: center; }
  #sec-greetings .greetings-title {
    font-size: 14px; }
  #sec-greetings .greetings-name {
    font-size: 17px; } }

#sec-contents {
  position: relative;
  padding-bottom: 0; }
  #sec-contents:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 370px;
    width: 100%;
    height: 100%;
    background: #C8C8DC; }
  @media screen and (max-width: 767px) {
    #sec-contents:before {
      top: 100vw; } }
  #sec-contents .inner {
    width: 920px;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 767px) {
      #sec-contents .inner {
        padding-left: 11.6279069767%;
        padding-right: 11.6279069767%; } }
  #sec-contents .sec-ttl {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      #sec-contents .sec-ttl {
        text-align: center; } }
  @media screen and (max-width: 767px) {
    #sec-contents .title .title-en {
      font-size: 17px; }
      #sec-contents .title .title-en:after {
        display: none; } }
  #sec-contents .contents-stage {
    background: #FFFFFF;
    border-radius: 0 0 20px 20px;
    margin-top: 20px;
    margin-bottom: 60px; }
    #sec-contents .contents-stage .contents-title-en {
      width: 240px; }
    #sec-contents .contents-stage .contents-list {
      -moz-column-gap: 0;
      column-gap: 0; }
  #sec-contents .contents-list {
    display: flex;
    margin-bottom: 60px;
    -moz-column-gap: 30px;
    column-gap: 30px; }
  #sec-contents .contents-block {
    flex: 1;
    position: relative;
    background: #FFFFFF;
    border-radius: 0 0 20px 20px; }
  #sec-contents .contents-title-en {
    margin: 0 auto;
    width: 200px;
    background: #DAFF00;
    border-radius: 15px 15px 0 0;
    font-family: bree, sans-serif;
    font-style: italic;
    color: #484848;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0.45em;
    margin-top: -25px; }
  #sec-contents .contents-pct {
    margin-top: -16px; }
  #sec-contents .contents-desc {
    padding: 30px;
    font-size: 14px; }
  #sec-contents .contents-title {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #19228E;
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #sec-contents .contents-list {
      flex-direction: column;
      row-gap: 60px; }
    #sec-contents .contents-title-en {
      margin-top: -24px;
      font-style: italic; }
    #sec-contents .contents-desc {
      padding: 20px; } }

#sec-contents .counseling,
#sec-contents .contents-lounge-area .JMU { margin-top: 10px; color: #19228e; }
#sec-contents .counseling > h3 { text-align: center; font-weight: bold; }
#sec-contents .contents-lounge-area .JMU > h3 { font-weight: bold; }
#sec-contents .counseling > p,
#sec-contents .contents-lounge-area .JMU > p { font-size: 0.7rem; line-height: 1.4; }
#sec-contents .contents-lounge-area a.txt-link { color: #19228e; font-weight: bold; }
#sec-contents .contents-lounge-area .JMU-cta {
	width: 300px;
	margin: 15px auto 0 auto;
	text-align: center;
}
#sec-contents .contents-lounge-area .JMU-cta a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #19228e url('../img/button_bottom_sp.svg') right 20px center / 17px 17px no-repeat;
	border-radius: 30px;
	transition: all 0.3s ease;
}
#sec-contents .contents-lounge-area .JMU-cta a:hover {
	color: #19228e;
	background: #daff00 url('../img/button_bottom.svg') right 20px center / 17px 17px no-repeat;
}
@media screen and (max-width: 767px) {
	#sec-contents .contents-lounge-area .JMU > h3 { text-align: center; }
	#sec-contents .contents-lounge-area .JMU-cta { width: 100%; }
}

#sec-past_event {
  background: #C8C8DC;
  padding-bottom: 140px; }
  @media screen and (max-width: 767px) {
    #sec-past_event {
      padding-bottom: 100px; } }
  #sec-past_event .sec-ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px; }
    #sec-past_event .sec-ttl .title .title-en {
      color: #DAFF00; }
      #sec-past_event .sec-ttl .title .title-en:after {
        background-color: #DAFF00; }
    @media screen and (max-width: 767px) {
      #sec-past_event .sec-ttl {
        display: block;
        margin-bottom: 30px; } }
  #sec-past_event .past_event-links a {
    color: #0000F4;
    font-size: 15px;
    text-decoration: underline; }
    #sec-past_event .past_event-links a:after {
      content: "";
      display: inline-block;
      background: url("../img/past_event_link.svg") no-repeat center center;
      background-size: contain;
      width: 1em;
      height: 1em;
      vertical-align: middle;
      margin-left: 0.5em; }
  @media screen and (max-width: 767px) {
    #sec-past_event .past_event-links {
      text-align: left;
      margin-top: 10px; }
      #sec-past_event .past_event-links a {
        font-size: 13px; } }
  #sec-past_event .sec-body {
    position: relative; }
  #sec-past_event .swiper-slide {
    width: 244px; }

#sec-voices {
  background: #0000F4;
  position: relative; }
  #sec-voices:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 558px;
    height: 236px;
    background: url("../img/voices_bg.png") no-repeat left bottom;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      #sec-voices:before {
        left: 0;
        width: 60vw;
        height: 60vw;
        background-size: auto 100%; } }
  #sec-voices .sec-ttl {
    margin-bottom: 40px; }
    #sec-voices .sec-ttl h2 {
      color: #FFFFFF; }
      #sec-voices .sec-ttl h2 .title-en {
        color: #DAFF00; }
      #sec-voices .sec-ttl h2 .title-en:after {
	      background: #DAFF00;
      }  
  #sec-voices .voice-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start; }
  #sec-voices .voice-block {
    width: calc( (100% - 40px) / 2 );
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 40px 20px 40px 40px;
    display: flex;
    align-items: flex-end;
    column-gap: 20px;
    border-radius: 0 0 20px 20px;
    background: #0000F4; }
    #sec-voices .voice-block:first-of-type {
      margin-top: -240px; }
  #sec-voices .voice-desc {
    flex-grow: 1;
    padding-bottom: 20px; }
  #sec-voices .voice-pct {
    width: calc(144 / 412 * 100%);
    flex-shrink: 0;
    margin-bottom: -100px; }
  #sec-voices .voice-title {
    background: url("../img/voices_title_bg.svg") no-repeat left bottom;
    background-size: 143px auto;
    font-size: 18px;
    font-weight: bold;
    color: #DAFF00;
    padding-bottom: 40px;
    margin-bottom: 20px; }
  #sec-voices .voice-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #sec-voices .voice-list {
      flex-direction: column;
      row-gap: 40px; }
    #sec-voices .voice-block {
      width: auto;
      padding: 20px;
      flex-direction: column;
      position: relative;
      background-color: transparent; }
      #sec-voices .voice-block:first-of-type {
        margin-top: 0;
        z-index: 1; }
    #sec-voices .voice-desc {
      padding-bottom: 0; } }

#sec-booth {
  background: #DAFF00;
  padding-top: 60px;
  padding-bottom: 0; }
  #sec-booth:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 240px;
    background: #0000F4; }
  #sec-booth .inner {
    position: relative;
    padding-top: 80px; }
    #sec-booth .inner:before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 37%;
      height: 100%;
      background: url("../img/booth_bg.png") no-repeat top center;
      background-size: 100% auto; }
      @media screen and (max-width: 767px) {
        #sec-booth .inner:before {
          width: 75%; } }
  #sec-booth .sec-wrapper {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
  }
  #sec-booth .sec-ttl { width: 60%; }
  #sec-booth .sec-pct { width: 35%; }
  #sec-booth .sec-pct img { width: 100%; height: auto; }
  @media screen and (max-width: 950px) {
	  #sec-booth .sec-wrapper { display: block; }
	  #sec-booth .sec-ttl { width: 100%; }
	  #sec-booth .sec-pct { width: 70%; margin: 0 auto 30px auto; }
}     
  #sec-booth .sec-ttl {
    margin-bottom: 20px; }
    #sec-booth .sec-ttl h2 {
      color: #19228E; }
      #sec-booth .sec-ttl h2 .title-en {
        color: #FFB1A3; }
  #sec-booth .sec-box {
    width: 73.5%;
    margin-left: 0;
    background: #FFFFFF;
    border-radius: 0 0 20px 20px;
    padding: 60px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #sec-booth .sec-box {
        width: auto;
        padding: 40px 20px; } }
  #sec-booth .sec-body {
    color: #19228E; }
  #sec-booth .booth-lead {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px; }
  

#sec-booth .btn-special {
	width: 180px;
	margin: 15px 0 0;
}
#sec-booth .btn-special a {
	display: block;  
    width: 100%;
    background: #0000F4 url("../img/speaker_profile.svg") center right 10px no-repeat;
    background-size: 14px;
    border-radius: 30px;
    font-family: bree, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    line-height: 1;
    color: #FFFFFF;
    padding: 0.6em 0 0.7em;
    text-decoration: none;
    transition: 0.5s;
}
#sec-booth .btn-special a:hover {
	background: #DAFF00 url("../img/speaker_profile_on.svg") center right 10px no-repeat;
	background-size: 14px;
	color: #0000F4;
}
@media screen and (max-width: 767px) {
	#sec-booth .btn-special { width: 90%; margin: 15px auto 0 auto; }
	#sec-booth .btn-special a { padding: 1.1em 0 1.2em; background: #0000F4 url("../img/speaker_profile.svg") center right 20px no-repeat; background-size: 15px; }
}

#sec-info {
  position: relative; }
  #sec-info:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 240px;
    background: #DAFF00; }
  #sec-info .bg_1, #sec-info .bg_2 {
    position: absolute;
    right: 0;
    top: -80px;
    width: 193px;
    height: 289px;
    background: url("../img/info_bg_01.png") no-repeat right top;
    background-size: contain;
    z-index: 1; }
  @media screen and (max-width: 767px) {
    #sec-info .bg_1 {
      top: 50px;
      width: 24.8837209302%; } }
  #sec-info .bg_2 {
    left: 0;
    right: auto;
    top: 400px;
    width: 360px;
    height: 488px;
    background: url("../img/info_bg_02.png") no-repeat left top;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      #sec-info .bg_2 {
        top: auto;
        bottom: -30vw;
        width: 34.8837209302%;
        background-position: left bottom; } }
  #sec-info .inner {
    width: 920px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    #sec-info .inner .title .title-en {
      color: #FFB1A3; }
      #sec-info .inner .title .title-en:after {
        background-color: #FFB1A3; }
    #sec-info .inner .sec-desc {
      width: 70%; }
    @media screen and (max-width: 767px) {
      #sec-info .inner {
        padding-left: 11.6279069767%;
        padding-right: 11.6279069767%; } }
  @media screen and (max-width: 767px) {
    #sec-info .sec-ttl {
      margin-bottom: 40px; } }
  #sec-info table tr {
    border-bottom: 1px solid #9696AB; }
  #sec-info table th {
    width: 100px; }
  #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-timetable {
  background: url("../img/timetable_bg_01.svg") no-repeat right top #0000F4; }
  @media screen and (max-width: 767px) {
    #sec-timetable {
      background: #0000F4; } }
  #sec-timetable .bg {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 563px;
    height: 483px;
    background: url("../img/timetable_bg_02.png") no-repeat right bottom;
    background-size: contain;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #sec-timetable .bg {
        width: 75vw;
        bottom: -30vw; } }
  #sec-timetable .inner {
    width: 740px;
    z-index: 1; }
  #sec-timetable .sec-ttl {
    text-align: center;
    margin-bottom: 60px; }
  #sec-timetable .title {
    color: #ffffff; }
    #sec-timetable .title .title-en {
      color: #DAFF00; }
      #sec-timetable .title .title-en:after {
        display: none; }
  #sec-timetable .schedule-block {
    margin-bottom: 20px;
    padding: 20px;
    background: #19228E;
    border-radius: 10px;
    color: #FFFFFF; }
    @media screen and (max-width: 767px) {
      #sec-timetable .schedule-block {
        padding-right: 10px; } }
    #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 {
      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 {
          display: block;
          -moz-column-gap: 10px;
          column-gap: 10px; } }
    #sec-timetable .schedule-block-session {
      background-color: #FFFFFF;
      color: #0000F4; }
      #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: #DAFF00;
      color: #484848; }
      #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: bree, sans-serif;
    font-weight: 400;
    font-size: 19px;
    width: 60px; }
  #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 #B8D604; }

#sec-speaker .bg {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 446px;
  height: 516px;
  background: url("../img/speaker_bg.png") no-repeat left bottom;
  background-size: contain;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    #sec-speaker .bg {
      width: 60%;
      bottom: -40vw; } }
#sec-speaker .inner {
  z-index: 1; }
  @media screen and (max-width: 767px) {
    #sec-speaker .inner {
      padding-left: 5%;
      padding-right: 5%; } }
#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;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 60px; }
#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 {
      width: 50%; } }
#sec-speaker .speaker-pct {
  margin-bottom: 20px; }
#sec-speaker .speaker-name {
  color: #0000F4;
  font-size: 16px;
  font-weight: 700; }
#sec-speaker .speaker-button {
  margin-top: 20px; }
  #sec-speaker .speaker-button a {
    display: block;
    margin: 0 auto;
    width: 130px;
    background: url("../img/speaker_profile.svg") no-repeat center right 10px #0000F4;
    background-size: 13px;
    border-radius: 15px;
    font-family: bree, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    color: #FFFFFF;
    padding: 0.5em 0 0.7em;
    text-decoration: none;
    transition: 0.5s; }
  #sec-speaker .speaker-button a:hover {
	background: #DAFF00 url("../img/speaker_profile_on.svg") center right 10px no-repeat;
	background-size: 13px;
	color: #0000F4; }   
#sec-speaker .sec-comingsoon {
  margin: 60px 0; }
  #sec-speaker .sec-comingsoon p {
    font-family: Bree, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    color: #9696AB;
    text-align: center; }

#sec-startups {
  background: #DAFF00;
  padding-bottom: 250px; }
#sec-startups .sec-boothmap {
	width: 380px;
	margin: 35px auto 0 auto;
	text-align: center;
}
#sec-startups .sec-boothmap a {
	display: block;
	width: 100%;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #0000F4 url('../img/speaker_profile.svg') center right 20px no-repeat;
	background-size: 16px;
	border: 2px solid #0000F4;
	border-radius: 40px;
	transition: 0.5s;
}
#sec-startups .sec-boothmap a:hover {
	color: #0000F4;
	background: #FFF url('../img/speaker_profile_on.svg') center right 30px no-repeat;
	background-size: 16px;	
}
  @media screen and (max-width: 767px) {
    #sec-startups .inner {
      padding-left: 11.6279069767%;
      padding-right: 11.6279069767%; }
   #sec-startups .sec-boothmap {
	width: 100%;
	font-size: 14px; }
	#sec-startups .sec-boothmap a {	background: #0000F4 url('../img/speaker_profile.svg') center right 10px no-repeat; }	 
    }
  #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 ); }
      @media screen and (max-width: 767px) {
        #sec-startups .sec-list ul li {
          width: calc( (100% - 10px) / 2 ); } }
  #sec-startups .sec-comingsoon {
    margin: 60px 0; }
    #sec-startups .sec-comingsoon p {
      font-family: Bree, sans-serif;
      font-weight: 300;
      font-style: italic;
      font-size: 22px;
      color: #9696AB;
      text-align: center; }

#sec-access {
  background: #C8C8DC; }
  #sec-access .sec-box {
    background: #FFFFFF;
    border-radius: 20px 20px 0 0;
    padding: 80px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -250px; }
  #sec-access .sec-conts {
    width: calc( 50% - 20px ); }
  #sec-access .sec-map {
    width: 50%; }
  #sec-access .title {
    color: #FFB1A3; }
    #sec-access .title .title-en {
      color: #9696AB; }
      #sec-access .title .title-en:after {
        background: #9696AB; }
  #sec-access .sec-ttl {
    margin-bottom: 40px; }
  #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%; }
  @media screen and (max-width: 767px) {
    #sec-access {
      padding-bottom: 0; }
      #sec-access .sec-box {
        flex-direction: column;
        padding: 40px 20px; }
      #sec-access .sec-conts {
        width: auto; }
      #sec-access .sec-map {
        width: 100%;
        margin-top: 20px; } }

#sec-partner, #sec-cooperation {
  background: #C8C8DC; }
  #sec-partner .inner, #sec-cooperation .inner {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #sec-partner .inner, #sec-cooperation .inner {
        padding-left: 11.6279069767%;
        padding-right: 11.6279069767%; } }
  #sec-partner .sec-ttl, #sec-cooperation .sec-ttl {
    margin-bottom: 40px; }
  #sec-partner .title .title-en, #sec-cooperation .title .title-en {
    color: #9696AB; }
    #sec-partner .title .title-en:after, #sec-cooperation .title .title-en:after {
      background-color: #9696AB; }
  #sec-partner ul.sec-logo,
  #sec-cooperation ul.sec-logo {
    display: flex;
    flex-flow: row wrap;
    -moz-column-gap: 20px;
    gap: 20px;
    justify-content: flex-start; }
    #sec-partner ul.sec-logo li, #sec-cooperation ul.sec-logo li {
      width: calc( (100% - 60px) / 4 );
      margin: 0; }
    #sec-partner ul.sec-logo li img { width: 100%; height: auto; }
    #sec-cooperation ul.sec-logo li a { transition: all 0.3s ease; }
    #sec-cooperation ul.sec-logo li a:hover { opacity: 0.6; }  
    @media screen and (max-width: 767px) {
      #sec-partner ul.sec-logo, #sec-cooperation ul.sec-logo {
        flex-wrap: wrap;
        gap: 10px; }
        #sec-partner ul.sec-logo li, #sec-cooperation ul.sec-logo li {
          width: calc( (100% - 10px) / 2 ); } }

#sec-cooperation {
  padding-bottom: 300px; }
  @media screen and (max-width: 767px) {
    #sec-cooperation {
      padding-bottom: 130px; } }
  #sec-cooperation ul.sec-logo li {
    width: calc( (100% - 80px) / 5 ); }
  @media screen and (max-width: 767px) {
    #sec-cooperation ul.sec-logo li {
      width: calc( (100% - 20px) / 3 ); } }

#sec-organizer {
  background: #C8C8DC; }
  @media screen and (max-width: 767px) {
    #sec-organizer {
      padding-bottom: 0; } }
  #sec-organizer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 135%;
    background: url("../img/partner_bg_pc.png") no-repeat center top;
    background-size: cover;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #sec-organizer:before {
        background-image: url("../img/partner_bg_sp.png");
        background-position: center center;
        background-size: 100% auto;
        padding-bottom: 675.8139534884%;
        opacity: 0.5; } }
  #sec-organizer .inner {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #sec-organizer .inner {
        padding-left: 11.6279069767%;
        padding-right: 11.6279069767%; } }
  #sec-organizer .sec-ttl {
    margin-bottom: 40px; }
  #sec-organizer .title .title-en {
    color: #9696AB; }
    #sec-organizer .title .title-en:after {
      background-color: #9696AB; }
  #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-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 {
  padding: 40px 20px 100px;
  text-align: center;
  background: #19228E;
  color: #FFFFFF;
  font-size: 12px;
  position: relative;
  z-index: 5; }

.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; }
  .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;
  border-radius: 20px 20px 0 0;
  background: #fff;
  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: 54px; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .session-block {
        padding: 40px 20px; } }
    .modaal-content-container .session-block-title {
      display: flex;
      column-gap: 10px;
      margin-bottom: 20px;
      align-items: center;
      justify-content: flex-start;
      font-family: bree, sans-serif;
      font-style: italic;
      font-weight: 500;
      font-size: 21px;
      letter-spacing: 0.03em;
      color: #0000F4; }
      .modaal-content-container .session-block-title:before {
        content: "";
        display: block;
        width: 22px;
        height: 2px;
        background: #0000F4; }
    .modaal-content-container .session-block--contents {
      background: url("../img/session_contents_bg.png") no-repeat top -40px right 20%; }
      @media screen and (max-width: 767px) {
        .modaal-content-container .session-block--contents {
          background-image: none; } }
      .modaal-content-container .session-block--contents .session-block-body {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          .modaal-content-container .session-block--contents .session-block-body {
            flex-direction: column; } }
    .modaal-content-container .session-block--speaker {
      background: #0000F4;
      color: #FFFFFF;
      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; }
      .modaal-content-container .session-block--speaker:before {
        content: "";
        position: absolute;
        display: block;
        right: 0;
        top: -20px;
        background: url("../img/session_speaker_bg.png") no-repeat top right;
        background-size: contain;
        width: 208px;
        height: 236px; }
        @media screen and (max-width: 767px) {
          .modaal-content-container .session-block--speaker:before {
            width: 30%; } }
      .modaal-content-container .session-block--speaker .session-block-title {
        width: 120px;
        color: #FFB1A3; }
        .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-block--info {
      background: #DAFF00; }
      .modaal-content-container .session-block--info .session-block-body {
        display: flex;
        align-items: flex-start;
        gap: 20px; }
        .modaal-content-container .session-block--info .session-block-body img {
          width: 20%; }
        .modaal-content-container .session-block--info .session-block-body .session-info-contents {
          width: calc( 80% - 20px ); }
        @media screen and (max-width: 767px) {
          .modaal-content-container .session-block--info .session-block-body {
            flex-direction: column;
            align-items: flex-start; }
            .modaal-content-container .session-block--info .session-block-body img {
              width: auto; }
            .modaal-content-container .session-block--info .session-block-body .session-info-contents {
              width: auto; } }
    .modaal-content-container .session-block--foot {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      column-gap: 40px; }
      .modaal-content-container .session-block--foot > div {
        flex: 1; }
      @media screen and (max-width: 767px) {
        .modaal-content-container .session-block--foot {
          flex-direction: column;
          row-gap: 40px; } }
      .modaal-content-container .session-block--foot .session-block-title {
        color: #484848; }
        .modaal-content-container .session-block--foot .session-block-title:before {
          background: #484848; }
  .modaal-content-container .session-contents-time {
    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 .session-contents-time-time, .modaal-content-container .session-contents-time-title {
      padding: 10px 20px; }
    .modaal-content-container .session-contents-time-title {
      border-left: 2px solid #0000F4; }
  .modaal-content-container .session-contents-image {
    width: 33.75%;
    flex-shrink: 0; }
  @media screen and (max-width: 767px) {
    .modaal-content-container .session-contents-texts, .modaal-content-container .session-contents-image {
      width: auto; }
    .modaal-content-container .session-contents-image {
      margin-top: 20px; }
      .modaal-content-container .session-contents-image img {
        width: 100%; } }
  .modaal-content-container .session-contents-company {
    font-weight: 500; }
  .modaal-content-container .session-contents-lead {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .session-contents-lead {
        font-size: 17px; } }
  .modaal-content-container .session-contents-recommend {
    border: 2px solid #0000F4;
    border-radius: 10px;
    padding: 27px 34px;
    display: flex;
    column-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .session-contents-recommend {
        flex-direction: column;
        row-gap: 20px;
        padding-left: 20px;
        padding-right: 20px; } }
    .modaal-content-container .session-contents-recommend-title {
      background: url("../img/session_contents_recommend_bg.png") no-repeat right center;
      background-size: contain;
      width: 20%;
      text-align: center;
      padding-right: 20px;
      color: #0000F4; }
      @media screen and (max-width: 767px) {
        .modaal-content-container .session-contents-recommend-title {
          background: no-repeat;
          padding: 0;
          width: auto; }
          .modaal-content-container .session-contents-recommend-title br {
            display: none; } }
    .modaal-content-container .session-contents-recommend-body ul li {
      margin-left: 20px; }
      .modaal-content-container .session-contents-recommend-body ul li:before {
        content: "●";
        display: inline-block;
        color: #0000F4;
        margin-left: -20px;
        width: 20px; }
  .modaal-content-container .session-speaker-list {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .session-speaker-list {
        flex-wrap: wrap; } }
  .modaal-content-container .session-speaker-block {
    width: calc( (100% - 20px * 4) / 5 );
    text-align: center;
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .session-speaker-block {
        width: calc( (100% - 20px * 1) / 2 ); } }
  .modaal-content-container .session-speaker-title {
    font-weight: 700;
    margin: 10px auto; }
  .modaal-content-container .session-info-contents p + p {
    margin-top: 1em; }
  .modaal-content-container .session-info-title {
    font-weight: 700;
    margin-bottom: 10px; }
  .modaal-content-container .session-foot-sns a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../img/sns_facebook.svg") no-repeat center center;
    margin-right: 20px; }
    .modaal-content-container .session-foot-sns a.sns-instagram {
      background-image: url("../img/sns_instagram.svg"); }
    .modaal-content-container .session-foot-sns a.sns-x {
      background-image: url("../img/sns_x.svg"); }
    .modaal-content-container .session-foot-sns a.sns-youtube {
      background-image: url("../img/sns_youtube.svg"); }
  .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 -20px bottom;
    display: flex;
    gap: 40px; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .speaker-container {
        padding: 60px 20px 100px;
        flex-direction: column; } }
  .modaal-content-container .speaker-head {
    width: 180px;
    flex-shrink: 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .speaker-head {
        width: 100%; } }
  .modaal-content-container .speaker-contents {
    flex-grow: 1; }
    @media screen and (max-width: 767px) {
      .modaal-content-container .speaker-contents {
        width: 100%; } }
  .modaal-content-container .speaker-name {
    font-weight: 700;
    font-size: 18px;
    color: #0000F4;
    margin-top: 10px; }
    .modaal-content-container .speaker-name-en {
      font-family: bree, sans-serif;
      font-weight: 700;
      font-size: 15px;
      color: #FFB1A3;
      font-style: italic; }
  .modaal-content-container .speaker-label {
    width: 130px;
    text-align: center;
    padding: 6px 10px;
    border-radius: 2em;
    background: #DAFF00;
    font-family: bree, sans-serif;
    margin-bottom: 10px;
    font-style: italic; }
  .modaal-content-container .speaker-title {
    font-weight: 700;
    margin-bottom: 20px; }
  .modaal-content-container .special-container {
    width: 100%;
    padding: 50px 50px 0 50px;
    display: flex;
    gap: 40px;
  }
  .modaal-content-container .special-container .sec-pct  { width: 40%; }
  .modaal-content-container .special-container .sec-desc { width: 60%; }
  .modaal-content-container .special-container .sec-desc > h1 {
	  margin-bottom: 10px;
	  font-size: 19px;
	  font-weight: bold;
	  color: #0000F4;
  }
  .modaal-content-container .special-container .sec-pct .btn-oden {
	  width: 90%;
	  margin: 15px auto 0 auto;	  
  }
  .modaal-content-container .special-container .sec-pct .btn-oden a {
	  display: block;
	  width: 100%;
	  padding: 8px 0;
	  text-align: center;
	  font-weight: bold;
	  font-size: 13px;
	  color: #FFF;
	  text-decoration: none;
	  background: #0000F4 url("../img/button_bottom_sp.svg") center right 10px/15px 15px no-repeat;
	  border-radius: 30px;
	  border: 2px solid #0000F4;
	  transition: all 0.3s ease;
  }
  .modaal-content-container .special-container .sec-pct .btn-oden a:hover {
	  color: #0000F4;
	  background: #FFFFFF url("../img/button.svg") center right 10px/15px 15px no-repeat;
  }
  .modaal-content-container .special-container .sec-desc > p {
	  font-size: 15px;
  } 
  .modaal-content-container .sponsor-container {
	  width: 100%;
	  padding: 20px 50px 50px 50px;
	  margin: 20px 0 0;
	  color: #484848;
	  border-top: dashed 1px #ccc;
  }
  .modaal-content-container .sponsor-container > h3 {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
  }
  .modaal-content-container .sponsor-container > p {
      font-size: 12px; } 
  .modaal-content-container .sponsor-container > h3 a,
  .modaal-content-container .sponsor-container > p a { color: #0000F4; }
  @media screen and (max-width: 767px) {
	  .modaal-content-container .special-container { display: block; padding: 30px; }
	  .modaal-content-container .special-container .sec-pct  { width: 100%; margin-bottom: 25px; }
	  .modaal-content-container .special-container .sec-desc { width: 100%; }
	  .modaal-content-container .sponsor-container { padding: 20px 30px 30px 30px; }
	}

/*============
nav
=============*/
nav {
  display: flex;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  height: 100vh;
  background: #DAFF00;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s;
  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-top: 20px; }

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0; }

nav .inner ul li {
  position: relative;
  margin: 0;
  text-align: center;
  line-height: 2.5; }

nav .inner ul li a {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition-duration: 0.2s; }

@media screen and (max-width: 767px) {
  nav {
    right: -100vw;
    width: 100vw; }
    nav .inner {
      /*width: 320px;*/
      width: 85%; }
    nav .inner ul li {
      line-height: 3; }
      nav .inner ul li a {
        font-size: 1.15rem; } }
/*============
@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: 72px;
  height: 72px;
  transform: translate(0, 0);
  transition: all 0.5s;
  cursor: pointer;
  z-index: 90;
  background: #FFFFFF;
  border-bottom-left-radius: 20px;
  font-family: bree, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 13px; }
  .toggle_btn .text_menu, .toggle_btn .text_close {
    padding-top: 40px; }
  .toggle_btn .text_menu {
    display: block; }
  .toggle_btn .text_close {
    display: none; }
  .toggle_btn .line {
    display: block;
    position: absolute;
    left: 50%;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #0000F4;
    transition: all 0.5s;
    box-shadow: 0px 0px 13px -1px #000000;
    transform: translateX(-50%); }
    .toggle_btn .line:nth-child(1) {
      top: 20px; }
    .toggle_btn .line:nth-child(2) {
      top: 30px; }
    .toggle_btn .line:nth-child(3) {
      top: 40px; }

.open .toggle_btn .text_menu {
  display: none; }
.open .toggle_btn .text_close {
  display: block; }
.open .toggle_btn .line {
  width: 30px; }
  .open .toggle_btn .line:nth-child(1) {
    transform: translate(-50%, 10px) rotate(-45deg); }
  .open .toggle_btn .line:nth-child(2) {
    opacity: 0; }
  .open .toggle_btn .line:nth-child(3) {
    transform: translate(-50%, -10px) 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: 2;
  cursor: pointer;
  transition: all 0.5s; }

.nav-buttons {
  text-align: center;
  margin-top: 40px; }
  .nav-buttons .button {
    margin: 10px auto; }

.button {
  display: inline-block;
  width: 250px;
  height: 50px;
  background: #0000F4;
  border-radius: 30px;
  text-decoration: none; }
  .button span {
    display: block;
    background: url("../img/button.svg") no-repeat right 10px center #FFFFFF;
    padding: 0.7em;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #0000F4;
    border: 2px solid #0000F4;
    border-radius: 30px;
    transform: translate(-4px, -4px);
    transition: all 0.3s ease; }
  .button:hover span {
    transform: translate(0, 0); }
  @media screen and (max-width: 767px) {
    .button {
      display: block;
      width: auto;
      height: auto; } }

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  /*width: 100%;*/
  width: 1000px;
  max-width: 100%;
  transform: translateX(-50%);
  z-index: 70; }
  .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 {
        display: block;
        position: relative;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #0000F4;
        text-decoration: none;
        background: #DAFF00 url("../img/button_bottom.svg") no-repeat center right 12px/18px 18px;
        border-width: 2px 2px 0 2px;
        /*border-width: 2px 0 0 0;*/
        border-style: solid;
        border-color: #0000F4;
        /*border-radius: 0;*/
        border-radius: 20px 20px 0 0;
        width: 100%;
        line-height: 1.4;
        padding: 0.9em 1em 0.9em 0;
        transition: all 0.3s ease; }
        .bottom-nav ul li a span {
          display: inline-block; }
        .bottom-nav ul li a:hover {
	        font-size: 18px;
          background: #FFF url("../img/button.svg") no-repeat center right 38px/20px 20px;
          /*padding: 1.5em 1em 1.5em 0;*/
          padding: 1.1em 1em 1.1em 0; }
    @media screen and (max-width: 767px) {
      .bottom-nav ul {
        -moz-column-gap: 0;
        column-gap: 0;
        border-radius: 10px 10px 0 0;
        border: 2px solid #0000F4;
        border-bottom: none;
        overflow: hidden; }
        .bottom-nav ul li {
          border: none;
          border-right: 2px solid #0000F4;
          border-radius: 0;
          align-items: center; }
          .bottom-nav ul li:last-of-type {
            border-right: none; }
          .bottom-nav ul li a {
            font-size: 13px;
            background: #DAFF00 url("../img/button_bottom.svg") center right 10px/15px 15px no-repeat;
            padding: 1.5em 1em 1.5em 0;
            border: none;
            border-radius: 0;
            color: #0000F4; }
            .bottom-nav ul li a .sp-none {
              display: none !important; } }

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