@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Rajdhani", sans-serif;
}
body p {
  letter-spacing: 0.02em;
  line-height: 1.6;
}
body li,
body a,
body h1,
body h2,
body h3,
body h4 {
  letter-spacing: 0.02em;
  line-height: 1.1;
}

html {
  scroll-behavior: smooth;
}

footer {
  background: url(../images/common/bg-sp.svg) no-repeat top center/100% auto;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 900;
  margin-top: -50px;
}
@media screen and (min-width: 1024px) {
  footer {
    background: url(../images/common/bg-pc.svg) no-repeat top center/100% auto;
    margin-top: -80px;
  }
}
footer .inner {
  padding: 80px 32px 32px 32px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  footer .inner {
    padding: 80px 0 32px 0;
    width: 75%;
    max-width: 1080px;
  }
}
footer .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  footer .inner .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10%;
  }
}
@media screen and (min-width: 1280px) {
  footer .inner .flex {
    gap: 15%;
  }
}
footer .inner .flex .logo-wrapper {
  display: grid;
  place-items: center;
}
footer .inner .flex .logo-wrapper .img-wrapper {
  width: 40px;
  height: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  footer .inner .flex .logo-wrapper .img-wrapper {
    width: 48px;
    height: 48px;
  }
}
footer .inner .flex .logo-wrapper .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
footer .inner .flex .logo-wrapper .logo-text {
  font-size: 12px;
  color: #fff;
  font-family: "Sansita", sans-serif;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  margin-top: 10px;
}
footer .inner .flex .logo-wrapper .logo-text span {
  display: block;
}
footer .inner .flex .info-wrapper .title {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BCC7CF;
}
@media screen and (min-width: 1024px) {
  footer .inner .flex .info-wrapper .title {
    font-size: 26px;
  }
}
footer .inner .flex .info-wrapper .text-wrapper {
  margin-top: 24px;
}
footer .inner .flex .info-wrapper .text-wrapper .text,
footer .inner .flex .info-wrapper .text-wrapper address {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  footer .inner .flex .info-wrapper .text-wrapper .text,
  footer .inner .flex .info-wrapper .text-wrapper address {
    font-size: 16px;
  }
}
footer .inner .flex .info-wrapper .text-wrapper .text span.label,
footer .inner .flex .info-wrapper .text-wrapper address span.label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
footer .inner .flex .info-wrapper .text-wrapper .text span.info,
footer .inner .flex .info-wrapper .text-wrapper address span.info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .inner .flex .info-wrapper .contact-wrapper {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  footer .inner .flex .info-wrapper .contact-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
footer .inner .flex .info-wrapper .contact-wrapper .tel,
footer .inner .flex .info-wrapper .contact-wrapper .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
footer .inner .flex .info-wrapper .contact-wrapper .tel .img-wrapper,
footer .inner .flex .info-wrapper .contact-wrapper .link .img-wrapper {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 100vh;
  padding: 5px;
}
footer .inner .flex .info-wrapper .contact-wrapper .tel .img-wrapper img,
footer .inner .flex .info-wrapper .contact-wrapper .link .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .inner .flex .info-wrapper .contact-wrapper .tel p,
footer .inner .flex .info-wrapper .contact-wrapper .tel a,
footer .inner .flex .info-wrapper .contact-wrapper .link p,
footer .inner .flex .info-wrapper .contact-wrapper .link a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
footer .inner small {
  font-size: 10px;
  font-weight: 400;
  margin-top: 40px;
  display: block;
}
@media screen and (min-width: 1024px) {
  footer .inner small {
    font-size: 13px;
    text-align: right;
    margin-top: 80px;
  }
}
footer .inner small span {
  display: block;
}
@media screen and (min-width: 1024px) {
  footer .inner small span {
    display: inline;
  }
}

header {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #0F1532;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  header {
    padding: 16px 5% 0 5%;
  }
}
header .sp-inner.pc-none {
  display: block;
}
@media screen and (min-width: 1024px) {
  header .sp-inner.pc-none {
    display: none;
  }
}
header .sp-inner .logo-wrapper {
  display: grid;
  place-items: center;
  padding: 12px 10px 16px 10px;
  background: linear-gradient(45deg, #1d2654, #0f1532);
  border-radius: 0 0 6px 6px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .sp-inner .logo-wrapper .img-wrapper {
  width: 30px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
header .sp-inner .logo-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .sp-inner .logo-wrapper .logo-text {
  font-size: 10px;
  color: #fff;
  font-family: "Sansita", sans-serif;
  font-style: italic;
  text-align: center;
  line-height: 1.3;
  margin-top: 10px;
}
header .sp-inner .logo-wrapper .logo-text span {
  display: block;
}
header .sp-inner .hamburger {
  background: rgba(255, 255, 255, .75);
  border-radius: 100vh;
  border: 1px solid rgba(255, 255, 255, .8);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1100;
  position: absolute;
  top: 24px;
  right: 20px;
}
header .sp-inner .hamburger .bar-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
header .sp-inner .hamburger .bar-wrapper span {
  display: block;
  width: 18px;
  height: 2px;
  background: #0F1532;
  border-radius: 100vh;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .sp-inner .hamburger.active .bar:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .sp-inner .hamburger.active .bar:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .sp-inner .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(15, 21, 50, .85);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 32px;
  padding: 2rem;
}
header .sp-inner .nav.active {
  opacity: 1;
  pointer-events: auto;
}
header .sp-inner .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 70%;
  margin-top: 20vh;
  margin-inline: auto;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  header .sp-inner .nav ul {
    gap: 64px;
  }
}
header .sp-inner .nav ul a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  header .sp-inner .nav ul a {
    font-size: 32px;
  }
}
header .sp-inner .nav ul a.register {
  background: #5AE34E;
  color: #0F1532;
  padding: 12px 32px;
  border-radius: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  header .sp-inner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .sp-inner .nav ul {
    display: none;
  }
  header .sp-inner .nav.active ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .pc-inner.sp-none {
  display: none;
}
@media screen and (min-width: 1024px) {
  header .pc-inner.sp-none {
    display: block;
  }
}
header .pc-inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  border-radius: 100vh;
  padding: 14px 5%;
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (min-width: 1280px) {
  header .pc-inner nav {
    padding: 14px 110px;
  }
}
header .pc-inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  gap: 64px;
}
@media screen and (min-width: 1280px) {
  header .pc-inner nav ul {
    gap: 80px;
  }
}
@media screen and (min-width: 1600px) {
  header .pc-inner nav ul {
    gap: 100px;
  }
}
header .pc-inner nav ul li a {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
header .pc-inner nav ul li a.register {
  background: #0F1532;
  color: #fff;
  padding: 12px 32px;
  border-radius: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
header .pc-inner nav ul li a .pulsating {
  width: 20px;
  height: 20px;
  border-radius: 100vh;
  background: #5AE34E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: pulsate 1.5s ease infinite;
          animation: pulsate 1.5s ease infinite;
}
header .pc-inner nav ul li a:hover .pulsating {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
header .pc-inner nav .logo-wrapper {
  display: grid;
  place-items: center;
  padding: 0 8px 8px 8px;
  background: linear-gradient(45deg, #1d2654, #0f1532);
  border-radius: 0 0 6px 6px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .pc-inner nav .logo-wrapper .border {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0 0 4px 4px;
  padding: 8px 16px;
}
@media screen and (min-width: 1280px) {
  header .pc-inner nav .logo-wrapper .border {
    padding: 24px 32px;
  }
}
header .pc-inner nav .logo-wrapper .border .img-wrapper {
  width: 40%;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
header .pc-inner nav .logo-wrapper .border .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .pc-inner nav .logo-wrapper .border .logo-text {
  font-size: 10px;
  color: #fff;
  font-family: "Sansita", sans-serif;
  text-align: center;
  line-height: 1.3;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  header .pc-inner nav .logo-wrapper .border .logo-text {
    margin-top: 16px;
    font-size: 12px;
  }
}
header .pc-inner nav .logo-wrapper .border .logo-text span {
  display: block;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(203, 255, 54, .6);
            box-shadow: 0 0 0 0 rgba(203, 255, 54, .6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2vmin rgba(203, 255, 54, 0);
            box-shadow: 0 0 0 2vmin rgba(203, 255, 54, 0);
  }
}

@keyframes pulsate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(203, 255, 54, .6);
            box-shadow: 0 0 0 0 rgba(203, 255, 54, .6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2vmin rgba(203, 255, 54, 0);
            box-shadow: 0 0 0 2vmin rgba(203, 255, 54, 0);
  }
}
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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 {
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  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,
em {
  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] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

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

.schedule {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #0F1532;
  letter-spacing: 0.02em;
}
.schedule .kv {
  background: url(../images/schedule/kv_sp.webp) no-repeat center center/cover;
  position: relative;
  height: 40vh;
}
@media screen and (min-width: 1024px) {
  .schedule .kv {
    background: url(../images/schedule/kv_pc.webp) no-repeat center center/cover;
  }
}
.schedule .kv h1 {
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 72%;
  left: 50%;
	    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
/*  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-transform: capitalize;*/
	text-align: center;
	margin: 0 auto;
	width: 100%;
	line-height: 1.0;
}

.nflogoSche{
position: absolute;
  top: 35%;
	right: 10%;
	width: 70px;
}

.schedule .kv h1 span{display: block;

		line-height: 1.2;
	font-size: 0.6em;
	}





@media screen and (min-width: 768px) {
  .schedule .kv h1 {
    font-size: 32px;
/*    left: 64px;*/
  }
}
@media screen and (min-width: 1024px) {
  .schedule .kv h1 {
    font-size: 48px;
  /*  left: 10%;*/
    max-width: 1200px;
  }
}
@media screen and (min-width: 1920px) {
  .schedule .kv h1 {

  }
}
.schedule .schedule-wrapper {
  padding: 20px;
/*	  padding: 64px 20px 120px 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .schedule .schedule-wrapper {
  /*  padding: 80px 64px 180px 64px;*/
  }
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper {
/*    padding: 120px 0 180px 0;*/
    width: 80%;
    max-width: 1200px;
    margin-inline: auto;
  }
}


/*追加*/
.schedule .schedule-wrappernoflex {
	padding: 20px;
    width: 80%;
    max-width: 1200px;
    margin-inline: auto;}
.schedule .schedule-wrappernoflex h2{	font-size: 2.4em;
	
	
	}


.schedule .schedule-wrappernoflex .party-time {

	background-color: antiquewhite;
	background-image: url("../images/schedule/buffet.jpg");
	background-size: cover;
	background-position: right top;
	padding: 30px 0;
	
	}

.schedule .schedule-wrappernoflex .party-time p{
	text-align: center;
	font-size: 1.8em;

	
	}

.schedule .schedule-wrappernoflex .party-time p span{
	font-size: 0.6em;	
	}


.schedule .schedule-wrappernoflex .party-time p span.party-schejuletime{
	font-size: 1.4em;	
	}

.schedule .schedule-wrappernoflex .party-time02 .party-time {


	background-image: url("../images/schedule/buffet02.jpg");

	
	}

.logo-PhotoSession img{width: 300px;
margin: 0 auto;}

.logo-PhotoSession {text-align: center;}


.schedule .schedule-wrappernoflex h2.session1 {
  padding: 1rem 2rem;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#5b86e5), to(#36d1dc));
  background-image: -webkit-linear-gradient(left, #5b86e5 0%, #36d1dc 100%);
  background-image: linear-gradient(to right, #5b86e5 0%, #36d1dc 100%);

	}

.schedule .schedule-wrappernoflex h2.session2 {
  padding: 1rem 2rem;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#20e3b2), to(#F0FF00));
  background-image: -webkit-linear-gradient(left, #20e3b2 0%, #F0FF00 100%);
  background-image: linear-gradient(to right, #20e3b2 0%, #F0FF00 100%);

	}



.schedule .schedule-wrappernoflex h2.session3 {
  padding: 1rem 2rem;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc4a1a), to(#f7b733));
  background-image: -webkit-linear-gradient(left, #fc4a1a 0%, #f7b733 100%);
  background-image: linear-gradient(to right, #fc4a1a 0%, #f7b733 100%);

	}


/*ここまで追加*/

.schedule .schedule-wrapper .time-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.schedule .schedule-wrapper .time-line li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  min-height: 230px;
}
@media screen and (min-width: 768px) {
  .schedule .schedule-wrapper .time-line li {
    min-height: 250px;
    gap: 40px;
  }
}
.schedule .schedule-wrapper .time-line li .time-wrapper {
  width: 15%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .time-wrapper {
    width: 20%;
  }
}
.schedule .schedule-wrapper .time-line li .time-wrapper .logo-wrapper {
  width: 100%;
  margin-inline: auto;
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .time-wrapper .logo-wrapper {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.schedule .schedule-wrapper .time-line li .time-wrapper .logo-wrapper img {
  display: block;
  margin-inline: auto;
}
.schedule .schedule-wrapper .time-line li .time-wrapper .time {
  font-size: 16px;
  color: #0F1532;
  text-align: center;
  line-height: 1;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .time-wrapper .time {
    font-size: 26px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .schedule .schedule-wrapper .time-line li .time-wrapper .time {
    margin-top: 50px;
  }
}
.schedule .schedule-wrapper .time-line li .time-wrapper .time span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .time-wrapper .time span {
    display: inline;
  }
}
.schedule .schedule-wrapper .time-line li .indicator-wrapper {
  position: relative;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
}
.schedule .schedule-wrapper .time-line li .indicator-wrapper .indicator-circle {
  width: 20px;
  height: 20px;
  border-radius: 100vh;
  background-color: #BCC7CF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .indicator-wrapper .indicator-circle {
    width: 40px;
    height: 40px;
  }
}
.schedule .schedule-wrapper .time-line li .indicator-wrapper .indicator-circle .indicator-circle-inner {
  width: 10px;
  height: 10px;
  border-radius: 100vh;
  background-color: #0F1532;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .indicator-wrapper .indicator-circle .indicator-circle-inner {
    width: 16px;
    height: 16px;
  }
}
.schedule .schedule-wrapper .time-line li .indicator-wrapper .indicator-line {
  width: 1px;
  height: 250px;
  border-left: 1px dashed #BCC7CF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}
.schedule .schedule-wrapper .time-line li .detail .company {
  font-size: 12px;
  color: #0F1532;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .detail .company {
    font-size: 16px;
  }
}
.schedule .schedule-wrapper .time-line li .detail .event-title {
  font-size: 16px;
  color: #0F1532;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .detail .event-title {
    font-size: 26px;
  }
}
.schedule .schedule-wrapper .time-line li .detail .center-line {
  width: 100%;
  height: 1px;
  background-color: #BCC7CF;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .detail .center-line {
    margin-top: 16px;
  }
}
.schedule .schedule-wrapper .time-line li .detail .event-detail {
  font-size: 12px;
  color: #63696C;
  margin-top: 8px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .detail .event-detail {
    font-size: 16px;
    margin-top: 16px;
  }
}
.schedule .schedule-wrapper .time-line li .detail .more-button {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .detail .more-button {
    margin-top: 20px;
    font-size: 26px;
  }
}
.schedule .schedule-wrapper .time-line li .detail .more-button img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li .detail .more-button img {
    width: 40px;
    height: 40px;
  }
}
.schedule .schedule-wrapper .time-line li.in-view .indicator-circle .indicator-circle-inner {
  background: #5AE34E;
  width: 20px;
  height: 20px;
  -webkit-animation: pulsate 0.7s ease-out;
          animation: pulsate 0.7s ease-out;
}
@media screen and (min-width: 1024px) {
  .schedule .schedule-wrapper .time-line li.in-view .indicator-circle .indicator-circle-inner {
    width: 40px;
    height: 40px;
  }
}
.schedule .pc-none {
  display: block;
}
@media screen and (min-width: 1024px) {
  .schedule .pc-none {
    display: none;
  }
}
.schedule .sp-none {
  display: none;
}
@media screen and (min-width: 1024px) {
  .schedule .sp-none {
    display: block;
  }
}

@keyframes pulsate {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(203, 255, 54);
            box-shadow: 0 0 0 0 rgb(203, 255, 54);
  }
  100% {
    -webkit-box-shadow: 0 0 0 4vmin rgba(203, 255, 54, 0);
            box-shadow: 0 0 0 4vmin rgba(203, 255, 54, 0);
  }
}
.single {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #0F1532;
  letter-spacing: 0.02em;
}
.single .kv {
  background: url(../images/single/kv_sp.webp) no-repeat center center/cover;
  position: relative;
  height: 40vh;
}
@media screen and (min-width: 1024px) {
  .single .kv {
    height: 45vh;
    min-height: 350px;
    background: url(../images/single/kv_pc.webp) no-repeat center center/cover;
  }
}
.single .kv .title-wrapper {
  position: absolute;
  top: 60%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .single .kv .title-wrapper {
    left: 10%;
  }
}
@media screen and (min-width: 1920px) {
  .single .kv .title-wrapper {
    left: 20%;
  }
}
.single .kv .title-wrapper p {
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .single .kv .title-wrapper p {
    font-size: 26px;
  }
}
.single .kv .title-wrapper h1 {
  font-size: 28px;
  color: #fff;
  margin-top: 8px;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .single .kv .title-wrapper h1 {
    font-size: 40px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .single .kv .title-wrapper h1 {
    font-size: 48px;
  }
}
.single .kv .title-wrapper h1 span {
  display: block;
}
@media screen and (min-width: 1024px) {
  .single .kv .title-wrapper h1 span {
    display: inline;
  }
}
.single .kv .button-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .single .kv .button-wrapper {
    left: 10%;
    width: 80%;
  }
}
.single .kv .button-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}
@media screen and (min-width: 1024px) {
  .single .kv .button-wrapper a {
    font-size: 26px;
    gap: 20px;
  }
}
.single .kv .button-wrapper a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .single .kv .button-wrapper a img {
    width: 40px;
    height: 40px;
  }
}
.single .kv .button-wrapper a:hover {
  opacity: 1;
}
.single .contents {
  padding: 64px 20px 120px 20px;
  margin-inline: auto;
  max-width: 500px;
}
@media screen and (min-width: 1024px) {
  .single .contents {
    padding: 120px 0 180px 0;
    width: 80%;
    max-width: 1080px;
    margin-inline: auto;
  }
}
.single .contents .company-desc .logo-wrapper {
  margin-inline: auto;
  width: 100%;
  max-width: 450px;
  margin-bottom: 24px;
}
.single .contents .company-desc .logo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single .contents .company-desc .text-wrapper p {
  font-size: 14px;
  color: #0F1532;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .single .contents .company-desc .text-wrapper p {
    font-size: 16px;
  }
}
.single .contents .tech-desc {
  margin-top: 64px;
}
.single .contents .tech-desc .img-wrapper {
  margin-inline: auto;
  width: 100%;
  max-width: 500px;
  margin-top: 24px;
}

.single .contents .tech-desc .yanmar .img-wrapper {

  max-width: 800px;

}

.single .contents .tech-desc .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single .contents .tech-desc p {
  font-size: 14px;
  color: #0F1532;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .single .contents .tech-desc p {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .single .contents .tech-desc p:first-of-type {
    margin-top: 56px;
  }
}
.single .pc-none {
  display: block;
}
@media screen and (min-width: 1024px) {
  .single .pc-none {
    display: none;
  }
}
.single .sp-none {
  display: none;
}
@media screen and (min-width: 1024px) {
  .single .sp-none {
    display: block;
  }
}

.top {
  overflow-x: hidden;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #0F1532;
  letter-spacing: 0.02em;
}
.top .kv {
  position: relative;
  height: 100svh;
}
.top .kv .kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 10;
}
.top .kv .kv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .kv .kv-bg.active {
  opacity: 1;
}
.top .kv .kv-content {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 100;
  padding: 0 20px;
}
@media (min-width: 400px) and (max-height: 940px) {
  .top .kv .kv-content {
    bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .top .kv .kv-content {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1280px) {
  .top .kv .kv-content {
    padding: 0 160px;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content {
    padding: 0 240px;
  }
}
@media screen and (min-width: 1920px) {
  .top .kv .kv-content {
    padding: 0 320px;
  }
}
@media (min-aspect-ratio: 16/9) and (min-height: 640px) {
  .top .kv .kv-content {
    bottom: 10px;
  }
}
@media (min-aspect-ratio: 16/9) and (min-height: 800px) {
  .top .kv .kv-content {
    bottom: 20px;
  }
}
.top .kv .kv-content .logo-wrapper.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .top .kv .kv-content .logo-wrapper.sp-none {
    display: block;
  }
}
.top .kv .kv-content .logo-wrapper .img-wrapper01 {
  width: 48px;
  aspect-ratio: 1/1;
}
@media (min-width: 390px) and (max-height: 940px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper01 {
    width: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper01 {
    width: 64px;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper01 {
    width: 86px;
    aspect-ratio: 1/1;
  }
}
.top .kv .kv-content .logo-wrapper .img-wrapper02 {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
@media (min-width: 390px) and (max-height: 940px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 {
    gap: 16px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 {
    margin-top: 64px;
  }
}
.top .kv .kv-content .logo-wrapper .img-wrapper02 .thai-ship {
  width: 48px;
  aspect-ratio: 1/1;
}
@media (min-width: 390px) and (max-height: 940px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .thai-ship {
    width: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .thai-ship {
    width: 64px;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .thai-ship {
    width: 86px;
    aspect-ratio: 1/1;
  }
}
.top .kv .kv-content .logo-wrapper .img-wrapper02 .jsmea,
.top .kv .kv-content .logo-wrapper .img-wrapper02 .dummy-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top .kv .kv-content .logo-wrapper .img-wrapper02 .cross {
  position: relative;
  width: 32px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .cross {
    width: 48px;
  }
}
.top .kv .kv-content .logo-wrapper .img-wrapper02 .cross::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #63696C;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .cross::before {
    width: 56px;
  }
}
.top .kv .kv-content .logo-wrapper .img-wrapper02 .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #63696C;
  -webkit-transform: rotate(135deg) translate(0, -50%);
          transform: rotate(135deg) translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .cross::after {
    width: 56px;
  }
}
.top .kv .kv-content .logo-wrapper .img-wrapper02 .jsmea {
  height: 40px;
}
@media (min-width: 390px) and (max-height: 940px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .jsmea {
    height: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .jsmea {
    height: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .jsmea {
    height: 64px;
  }
}
.top .kv .kv-content .logo-wrapper .img-wrapper02 .dummy-logo {
  height: 40px;
}
@media (min-width: 390px) and (max-height: 940px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .dummy-logo {
    height: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .dummy-logo {
    height: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content .logo-wrapper .img-wrapper02 .dummy-logo {
    height: 64px;
  }
}
.top .kv .kv-content .title-wrapper {
  margin-top: 16px;
}
@media (min-width: 400px) and (max-height: 940px) {
  .top .kv .kv-content .title-wrapper {
    margin-top: 32px;
  }
}
.top .kv .kv-content .title-wrapper .full-title {
  font-size: 36px;
  line-height: 1.1;
  font-family: "Sansita", sans-serif;
  font-style: italic;
  color: #fff;
  font-weight: 700;
	
}
@media screen and (min-width: 1024px) {
  .top .kv .kv-content .title-wrapper .full-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .top .kv .kv-content .title-wrapper .full-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content .title-wrapper .full-title {
    font-size: 58px;
  }
}
@media screen and (min-width: 1024px) {
  .top .kv .kv-content .title-wrapper .full-title span {
    display: block;
  }
}
.top .kv .kv-content .title-wrapper .sub-title {
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.1;
  font-family: "Rajdhani", sans-serif;
  color: #fff;
}
@media (min-width: 390px) and (max-height: 940px) {
  .top .kv .kv-content .title-wrapper .sub-title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .top .kv .kv-content .title-wrapper .sub-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content .title-wrapper .sub-title {
    font-size: 38px;
  }
}
.top .kv .kv-content .title-wrapper .register-button {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.1;
  font-family: "Rajdhani", sans-serif;
  display: block;
  width: 230px;
  height: 56px;
  background-color: #5ae34e;
  color: #0F1532;
  border-radius: 100vh;
  text-align: center;
  line-height: 56px;
  font-weight: 700;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 376px) {
  .top .kv .kv-content .title-wrapper .register-button {
    margin-top: 32px;
  }
}
@media (min-width: 400px) and (max-height: 940px) {
  .top .kv .kv-content .title-wrapper .register-button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content .title-wrapper .register-button {
    margin-top: 40px;
  }
}
.top .kv .kv-content .title-wrapper .register-button:hover {
  opacity: 0.85;
}
.top .kv .kv-content .info-wrapper {
  margin-top: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 32px;
}
@media (min-width: 400px) and (max-height: 940px) {
  .top .kv .kv-content .info-wrapper {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .top .kv .kv-content .info-wrapper {
    margin-top: 5vh;
  }
}
@media screen and (min-width: 1280px) {
  .top .kv .kv-content .info-wrapper {
    margin-top: 16vh;
  }
}
@media (min-aspect-ratio: 16/9) and (min-height: 640px) {
  .top .kv .kv-content .info-wrapper {
    margin-top: 20px;
  }
}
@media (min-aspect-ratio: 16/9) and (min-height: 800px) {
  .top .kv .kv-content .info-wrapper {
    margin-top: 40px;
  }
}
.top .kv .kv-content .info-wrapper .thai-wrapper {
  width: 72px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1024px) {
  .top .kv .kv-content .info-wrapper .thai-wrapper {
    width: 64px;
  }
}
@media screen and (min-width: 1600px) {
  .top .kv .kv-content .info-wrapper .thai-wrapper {
    width: 86px;
  }
}
.top .kv .kv-content .info-wrapper .centerline {
  width: 2px;
  height: 100%;
}
.top .kv .kv-content .info-wrapper .date-wrapper .date {
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.1;
  color: #fff;
}
.top .kv .kv-content .info-wrapper .date-wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 12px;
}
.top .kv .kv-content .info-wrapper .date-wrapper span img {
  width: 15px;
  height: 22px;
}
.top .kv .kv-content .info-wrapper .date-wrapper span a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  display: block;
  line-height: 1.6;
}
.top .kv .kv-content .info-wrapper .date-wrapper span a span {
  display: block;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .top .kv .kv-content .info-wrapper .date-wrapper span a span {
    display: inline;
  }
}
.top .participating-companies {
  padding: 64px 0 40px 0;
}
@media screen and (min-width: 1024px) {
  .top .participating-companies {
    padding: 120px 0;
  }
}
.top .participating-companies .title-wrapper .title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #0F1532;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .top .participating-companies .title-wrapper .title {
    font-size: 56px;
  }
}
.top .participating-companies .marquee-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .top .participating-companies .marquee-wrapper {
    margin-top: 72px;
    height: 200px;
  }
}
.top .participating-companies .marquee-wrapper.bottom {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .top .participating-companies .marquee-wrapper.bottom {
    margin-top: 40px;
  }
}
.top .participating-companies .marquee-wrapper .marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .top .participating-companies .marquee-wrapper .marquee-track {
    gap: 52px;
  }
}
.top .participating-companies .marquee-wrapper .marquee-track .marquee-item {
  width: 220px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .top .participating-companies .marquee-wrapper .marquee-track .marquee-item {
    width: 310px;
  }
}
.top .participating-companies .marquee-wrapper .marquee-track .marquee-item span {
  display: block;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #63696C;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .top .participating-companies .marquee-wrapper .marquee-track .marquee-item span {
    margin-top: 24px;
    font-size: 14px;
  }
}
.top .overview {
  padding: 40px 20px 64px 20px;
}
@media screen and (min-width: 1024px) {
  .top .overview {
    padding: 80px 0;
  }
}
.top .overview .inner {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top .overview .inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.top .overview .inner .title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .top .overview .inner .title {
    font-size: 56px;
    text-align: left;
  }
}
.top .overview .contents-wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top .overview .contents-wrapper {
    margin-top: 0;
    width: 45%;
  }
}
.top .overview .contents-wrapper .swiper {
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top .overview .contents-wrapper .swiper {
    margin-top: 0;
  }
}
.top .overview .contents-wrapper .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  margin-right: 0;
}
.top .overview .contents-wrapper .swiper .swiper-wrapper .swiper-slide .inner {
  width: 100%;
  height: 100%;
}
.top .overview .contents-wrapper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top .overview .contents-wrapper .swiper-pagination {
  bottom: -32px;
}
.top .overview .contents-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0F1532;
}
.top .overview .text-wrapper {
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .top .overview .text-wrapper {
    margin-top: 40px;
    width: 50%;
  }
}
.top .overview .text-wrapper .text {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #0F1532;
}
@media screen and (min-width: 1024px) {
  .top .overview .text-wrapper .text {
    font-size: 16px;
  }
}
.top .venue {
  padding: 40px 20px 64px 20px;
}
@media screen and (min-width: 1024px) {
  .top .venue {
    padding: 80px 0;
  }
}
.top .venue .inner {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner {
    width: 80%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.top .venue .inner .title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .title {
    font-size: 56px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper {
    width: 50%;
    margin-top: 64px;
  }
}
.top .venue .inner .info-wrapper .info {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper .info {
    margin-top: 0;
  }
}
.top .venue .inner .info-wrapper .info h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  line-height: 1.1;
  color: #0F1532;
  text-transform: capitalize;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper .info h3 {
    font-size: 26px;
  }
}
.top .venue .inner .info-wrapper .info .flex {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper .info .flex {
    margin-top: 20px;
    gap: 16px;
  }
}
.top .venue .inner .info-wrapper .info .flex img {
  width: 12px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper .info .flex img {
    width: 19px;
    height: 27px;
  }
}
.top .venue .inner .info-wrapper .info .flex a {
  color: #0F1532;
  font-size: 14px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper .info .flex a {
    font-size: 16px;
  }
}
.top .venue .inner .info-wrapper .info .schedule {
  margin-top: 12px;
  background: #EAF1F5;
  padding: 12px 16px;
  border-radius: 6px;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper .info .schedule {
    margin-top: 20px;
    padding: 20px 30px;
  }
}
.top .venue .inner .info-wrapper .info .schedule p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #0F1532;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper .info .schedule p {
    font-size: 16px;
    gap: 8px;
  }
}
.top .venue .inner .info-wrapper .info .schedule p:not(:first-child) {
  margin-top: 4px;
}
.top .venue .inner .info-wrapper .info .more-button {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper .info .more-button {
    margin-top: 40px;
    font-size: 26px;
  }
}
.top .venue .inner .info-wrapper .info .more-button img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .info-wrapper .info .more-button img {
    width: 40px;
    height: 40px;
  }
}
.top .venue .inner .map-wrapper {
  margin-top: 40px;
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 1024px) {
  .top .venue .inner .map-wrapper {
    margin-top: 0;
    width: 45%;
    height: 320px;
  }
}
@media screen and (min-width: 1600px) {
  .top .venue .inner .map-wrapper {
    height: 370px;
  }
}
.top .venue .inner .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.top .register {
  background: url(../images/top/register-bg.webp) no-repeat center center/cover;
  position: relative;
  z-index: 100;
}
.top .register .inner {
  max-width: 540px;
  margin: 0 auto;
  padding: 80px 20px 160px 20px;
}
@media screen and (min-width: 1024px) {
  .top .register .inner {
    padding: 120px 0 180px 0;
    max-width: 1200px;
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .top .register .inner {
    padding: 180px 0;
  }
}
.top .register .inner .title-wrapper .title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .title-wrapper .title {
    font-size: 56px;
  }
}
.top .register .inner .title-wrapper .sub-title {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .title-wrapper .sub-title {
    font-size: 16px;
  }
}
.top .register .inner .form-wrapper {
  background: rgba(255, 255, 255, .7);
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 32px 20px;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .form-wrapper {
    margin-top: 80px;
    padding: 40px;
    max-width: 1080px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1600px) {
  .top .register .inner .form-wrapper {
    padding: 120px 80px;
  }
}
.top .register .inner .form-wrapper .form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .form-wrapper .form {
    gap: 32px;
  }
}
.top .register .inner .form-wrapper .form .form-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .form-wrapper .form .form-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.top .register .inner .form-wrapper .form .form-item label {
  font-size: 14px;
  font-weight: 700;
  color: #0F1532;
	margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .form-wrapper .form .form-item label {
    font-size: 16px;
  }
}
.top .register .inner .form-wrapper .form .form-item input[type=text],
.top .register .inner .form-wrapper .form .form-item select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #0F1532;
  padding: 2px 10px;
  background: transparent;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .form-wrapper .form .form-item input[type=text],
  .top .register .inner .form-wrapper .form .form-item select {
    height: 60px;
    padding: 4px 16px;
  }
}
.top .register .inner .form-wrapper .form .form-item input[type=text]::-webkit-input-placeholder,
.top .register .inner .form-wrapper .form .form-item select::-webkit-input-placeholder {
  font-weight: 400;
}
.top .register .inner .form-wrapper .form .form-item input[type=text]::-moz-placeholder,
.top .register .inner .form-wrapper .form .form-item select::-moz-placeholder {
  font-weight: 400;
}
.top .register .inner .form-wrapper .form .form-item input[type=text]::-ms-input-placeholder,
.top .register .inner .form-wrapper .form .form-item select::-ms-input-placeholder {
  font-weight: 400;
}
.top .register .inner .form-wrapper .form .form-item input[type=text]::placeholder,
.top .register .inner .form-wrapper .form .form-item select::placeholder {
  font-weight: 400;
}
.top .register .inner .form-wrapper .form .form-item .select-wrapper {
  position: relative;
  cursor: pointer;
}
.top .register .inner .form-wrapper .form .form-item .select-wrapper::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/top/select-triangle.svg) no-repeat center center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .form-wrapper .form .form-item .select-wrapper::before {
    width: 20px;
    height: 16px;
    right: 20px;
  }
}
.top .register .inner .form-wrapper .form .form-item.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .form-wrapper .form .form-item.checkbox-wrapper {
    margin-inline: auto;
  }
}
.top .register .inner .form-wrapper .form .form-item.checkbox-wrapper input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #0F1532;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .form-wrapper .form .form-item.checkbox-wrapper input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }
}
.top .register .inner .form-wrapper .form .form-item.checkbox-wrapper input[type=checkbox]:checked {
  background: url(../images/top/checkmark.svg) no-repeat center center/contain;
}
.top .register .inner .form-wrapper .form .form-item.checkbox-wrapper label {
  font-size: 12px;
  font-weight: 500;
  color: #0F1532;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .top .register .inner .form-wrapper .form .form-item.checkbox-wrapper label {
    font-size: 14px;
  }
}
.top .register .inner .form-wrapper .form .submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0F1532;
  border-radius: 100vh;
  width: 200px;
  height: 48px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}
.top .register .inner .form-wrapper .form .submit-wrapper input[type=submit] {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top .register .inner .form-wrapper .form .submit-wrapper input[type=submit]:hover {
  color: #0F1532;
  background: #5AE34E;
}
.top .pc-none {
  display: block;
}
@media screen and (min-width: 1024px) {
  .top .pc-none {
    display: none;
  }
}
.top .sp-none {
  display: none;
}
@media screen and (min-width: 1024px) {
  .top .sp-none {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
