@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --en-font: "Inter", sans-serif;
  --base-color: #2B2B2B;
  --main: #679CCD;
  --main-light: #EDF0F5;
  --main-dark: #363862;
  --sub: #98ECC9;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #D7D7D7;
  --gray-light: #F8F7F6;
  --gray-dark: #717171;
  --gray-black: #262626;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
  --num: #679CCD;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1299px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-family: var(--base-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
  background: url(../img/bg2027.jpg) no-repeat center top/cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 1299px) {
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: url(../img/bg2027-sp.jpg) no-repeat center top/cover;
  }
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 1299px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1299px) {
  .sp {
    display: block;
  }
}

a {
  transition: all 0.5s;
}

p {
  text-align: justify;
}
@media screen and (max-width: 1299px) {
  p {
    text-align: left;
  }
}

@media screen and (min-width: 1300px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .hamburger {
    position: fixed;
    right: 2rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.5s;
    mix-blend-mode: difference;
  }
  .hamburger__line {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--white);
    transition: all 0.5s;
  }
  .hamburger__line--1 {
    top: 0.4rem;
  }
  .hamburger__line--2 {
    top: 1.4rem;
  }
  .hamburger__line--3 {
    top: 2.4rem;
  }
}

.open .hamburger__line--1 {
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
.open .hamburger__line--2 {
  opacity: 0;
}
.open .hamburger__line--3 {
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}

.sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--base-color);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  z-index: 8888;
  display: flex;
  align-items: center;
}

.open .sp-nav {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition-delay: 0s;
}

.black-bg {
  transition: all 0.5s;
}

.open .black-bg {
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}
@media screen and (max-width: 1299px) {
  .open .black-bg {
    display: none;
  }
}

#overview,
#program,
#schedule,
#entry,
#sponsor {
  scroll-margin-top: 9.6rem;
}
@media screen and (max-width: 1299px) {
  #overview,
  #program,
  #schedule,
  #entry,
  #sponsor {
    scroll-margin-top: 0;
  }
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.modal.is-open {
  display: flex;
}
.modal__close {
  cursor: pointer;
  height: 6rem;
  width: 6rem;
  display: block;
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
  z-index: 10000;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (max-width: 1299px) {
  .modal__close {
    height: 3.6rem;
    width: 3.6rem;
    top: 1.2rem;
    right: 1.2rem;
  }
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close::before, .modal__close::after {
  content: "";
  height: 3px;
  width: 40px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: rotate(-45deg);
  background: rgb(255, 255, 255);
  margin: auto;
}
@media screen and (max-width: 1299px) {
  .modal__close::before, .modal__close::after {
    height: 1px;
    width: 20px;
  }
}
.modal__close::after {
  transform: rotate(45deg);
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.modal__content {
  background: var(--white);
  padding: 4rem;
  position: relative;
  z-index: 9999;
  width: 80%;
  max-height: 90vh;
  overflow-y: auto;
  margin: auto;
}
@media screen and (max-width: 1299px) {
  .modal__content {
    width: 90%;
    padding: 2.4rem;
  }
}
.modal__minititle {
  font-size: 2.4rem;
}
@media screen and (max-width: 1299px) {
  .modal__minititle {
    font-size: 1.6rem;
  }
}
.modal-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.modal-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0 2.4rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--base-color);
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .modal-list__item {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
  }
}
.modal-list__item:last-child {
  padding: 2.4rem 0 0 0;
  border-bottom: none;
}
.modal-list__imgbox {
  width: 16rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
}
@media screen and (max-width: 1299px) {
  .modal-list__imgbox {
    width: 100%;
  }
}
.modal-list__imgbox img {
  width: 100%;
  height: auto;
}
.modal-list__imgbox p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (max-width: 1299px) {
  .modal-list__imgbox p {
    font-size: 1.6rem;
  }
}
.modal-list__imgbox p small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1299px) {
  .modal-list__imgbox p small {
    font-size: 1.3rem;
  }
}
.modal-list__txtbox {
  width: calc(100% - 18.4rem);
}
@media screen and (max-width: 1299px) {
  .modal-list__txtbox {
    width: 100%;
  }
}
.modal-list__txtbox li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 1299px) {
  .modal-list__txtbox li {
    font-size: 1.3rem;
  }
}
.modal-list__txtbox li strong {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 1299px) {
  .modal-list__txtbox li strong {
    font-size: 1.6rem;
  }
}

.l-header {
  width: 100%;
  height: 9.6rem;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1299px) {
  .l-header {
    display: none;
  }
}
.l-header__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #5C5C5C;
}
.l-header__item:first-child {
  border-left: 1px solid #5C5C5C;
}
.l-header__link {
  padding: 0.8rem 4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0;
}
.l-header__link:hover {
  opacity: 0.7;
}
.l-header__link .en {
  color: var(--black);
  text-align: center;
  font-family: var(--en-font);
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: 0.03em;
}
.l-header__link .ja {
  color: var(--black);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.03em;
}

.l-main {
  width: 100%;
  overflow-x: hidden;
  display: block;
  padding: 0 0 22rem 0;
}
@media screen and (max-width: 1299px) {
  .l-main {
    padding: 0 0 8.4rem 0;
  }
}

.l-hero {
  width: 100%;
  position: relative;
}
.l-hero img.figure {
  width: 100%;
  height: auto;
}
.l-hero__logo {
  position: absolute;
  top: 7rem;
  left: 7rem;
}
@media screen and (max-width: 1299px) {
  .l-hero__logo {
    top: 2.4rem;
    left: 2.4rem;
  }
}
.l-hero__logo img {
  width: 11rem;
  height: auto;
}
@media screen and (max-width: 1299px) {
  .l-hero__logo img {
    width: 4rem;
  }
}
.l-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 23.6rem;
}
@media screen and (min-width: 1300px) {
  .l-hero__scroll {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .l-hero__scroll .scrolldown a {
    position: relative;
    display: block;
  }
  .l-hero__scroll .scrolldown span {
    position: absolute;
    left: 0;
    top: 3.6rem;
    transform: translate(-50%, 0);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
  }
  .l-hero__scroll .scrolldown .arrow {
    position: absolute;
    top: 12.2rem;
    left: calc(50% + 3px);
    transform: translate(-50%, 0px) rotate(30deg);
    width: 1px;
    height: 10px;
    background: rgb(255, 255, 255);
  }
  .l-hero__scroll .scrolldown:before {
    content: "";
    position: absolute;
    top: 6rem;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--white);
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
    z-index: 2;
  }
  @keyframes circlemove {
    0% {
      top: 6;
    }
    100% {
      top: 13rem;
    }
  }
  @keyframes cirlemovehide {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    80% {
      opacity: 0.9;
    }
    100% {
      opacity: 0;
    }
  }
  .l-hero__scroll .scrolldown:after {
    content: "";
    position: absolute;
    top: 6rem;
    left: 0;
    width: 1px;
    height: 7rem;
    background: var(--white);
    z-index: 1;
  }
}

.l-intro {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-intro {
    padding: 0 1rem;
  }
}
.l-intro__inner {
  border: 1px solid var(--white);
  background: rgba(48, 48, 48, 0.7);
  backdrop-filter: blur(15px);
  padding: 5rem 10rem;
  width: 130rem;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-intro__inner {
    padding: 5rem 2rem 5rem 2rem;
    width: 100%;
  }
}
.l-intro__p {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
}

.l-msg {
  width: 100%;
  margin: 10rem auto 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-msg {
    margin: 4rem auto 0 auto;
    padding: 0 1rem;
  }
}
.l-msg__inner {
  border: 1px solid var(--white);
  background: rgba(48, 48, 48, 0.7);
  backdrop-filter: blur(15px);
  padding: 10rem;
  width: 130rem;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-msg__inner {
    padding: 5rem 1rem 2.4rem 1rem;
    width: 100%;
  }
}
.l-msg__title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1299px) {
  .l-msg__title {
    margin-bottom: 2.4rem;
  }
}
.l-msg__group + .l-msg__group {
  margin-top: 12rem;
}
@media screen and (max-width: 1299px) {
  .l-msg__group + .l-msg__group {
    margin-top: 6rem;
  }
}
.l-msg-prfbox {
  width: 90rem;
  margin: 0 auto 4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1299px) {
  .l-msg-prfbox {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.4rem 0;
  }
}
.l-msg-prfbox__imgbox {
  width: 25rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 1299px) {
  .l-msg-prfbox__imgbox {
    width: 20rem;
    margin: 0 auto;
  }
}
.l-msg-prfbox__imgbox img {
  width: 100%;
  height: auto;
}
.l-msg-prfbox__imgbox p {
  text-align: center;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-msg-prfbox__txtbox {
  width: 60rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 3rem 0;
}
.l-msg-prfbox__p {
  color: var(--white);
  line-height: 2.18;
}
.l-msg-prfbox__p strong {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
}
.l-msg-greeting__head {
  color: var(--white);
  font-size: 2.2rem;
  line-height: 1.6;
  background: linear-gradient(270deg, #F1DA8C 5.03%, #A18341 92.21%);
  padding: 1rem 5rem;
}
@media screen and (max-width: 1299px) {
  .l-msg-greeting__head {
    font-size: 2rem;
    padding: 0.8rem 2rem;
  }
}
.l-msg-greeting__body {
  padding: 4rem 5rem;
  background: var(--white);
  line-height: 2.18;
}
@media screen and (max-width: 1299px) {
  .l-msg-greeting__body {
    padding: 2rem;
    line-height: 1.8;
  }
}

.l-movie {
  width: 100%;
  margin: 10rem auto 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-movie {
    margin: 4rem auto 0 auto;
    padding: 0 2rem;
  }
}
.l-movie__inner {
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-movie__inner {
    width: 100%;
  }
}

.l-overview {
  width: 100%;
  margin: 10rem auto 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-overview {
    margin: 4rem auto 0 auto;
    padding: 0 1rem;
  }
}
.l-overview__inner {
  border: 1px solid var(--white);
  background: rgba(48, 48, 48, 0.7);
  backdrop-filter: blur(15px);
  padding: 10rem;
  width: 130rem;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-overview__inner {
    padding: 5rem 1rem 2.4rem 1rem;
    width: 100%;
  }
}
.l-overview__title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1299px) {
  .l-overview__title {
    margin-bottom: 2.4rem;
  }
}
.l-overview-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4rem 0;
}
@media screen and (max-width: 1299px) {
  .l-overview-list {
    gap: 2.4rem 0;
  }
}
.l-overview-list__item {
  width: 100%;
}
.l-overview-list__head {
  width: 100%;
  margin-bottom: 1.6rem;
  color: var(--white);
  text-shadow: 0 4px 4px rgba(10, 95, 165, 0.25);
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1299px) {
  .l-overview-list__head {
    font-size: 1.8rem;
    text-align: center;
  }
}
.l-overview-list__body {
  width: 100%;
  background: var(--white);
  padding: 5rem;
}
@media screen and (max-width: 1299px) {
  .l-overview-list__body {
    padding: 2.4rem 1rem;
  }
}
.l-overview-list__group + .l-overview-list__group {
  margin-top: 4rem;
}
@media screen and (max-width: 1299px) {
  .l-overview-list__group + .l-overview-list__group {
    margin-top: 2.4rem;
  }
}
.l-overview-list__minititle {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1299px) {
  .l-overview-list__minititle {
    font-size: 1.6rem;
  }
}
.l-overview-list__minititle span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1299px) {
  .l-overview-list__minititle span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1299px) {
  .l-overview-list__p {
    text-align: left;
  }
}
.l-overview-list__email a {
  text-decoration: underline;
}
.l-overview-list__email a:hover {
  opacity: 0.7;
}
.l-overview-list__link a {
  display: inline-flex;
  align-items: center;
  gap: 0 0.4rem;
}
.l-overview-list__link a:hover {
  opacity: 0.7;
}
.l-overview-list__strike {
  text-decoration: line-through;
  text-decoration-color: red;
}
.l-overview-list__under {
  text-decoration: underline;
  text-decoration-color: red;
  color: red;
}

.l-program {
  width: 100%;
  margin: 10rem auto 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-program {
    margin: 4rem auto 0 auto;
    padding: 0 1rem;
  }
}
.l-program__inner {
  border: 1px solid var(--white);
  background: rgba(48, 48, 48, 0.7);
  backdrop-filter: blur(15px);
  padding: 10rem;
  width: 130rem;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-program__inner {
    padding: 5rem 1rem 2.4rem 1rem;
    width: 100%;
  }
}
.l-program__title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1299px) {
  .l-program__title {
    margin-bottom: 2.4rem;
  }
}
.l-program-group + .l-program-group {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1299px) {
  .l-program-group + .l-program-group {
    margin-top: 2.4rem;
  }
}
.l-program-group {
  width: 100%;
}
.l-program-group-head {
  background: linear-gradient(270deg, #F1DA8C 5.03%, #A18341 92.21%);
  padding: 1rem 5rem;
  color: var(--white);
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1299px) {
  .l-program-group-head {
    font-size: 2rem;
    padding: 0.8rem 2rem;
  }
}
.l-program-group-body {
  padding: 4rem 15rem;
  background: var(--white);
}
@media screen and (max-width: 1299px) {
  .l-program-group-body {
    padding: 2.4rem;
  }
}
.l-program-group-body__minititle01 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid var(--base-color);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1299px) {
  .l-program-group-body__minititle01 {
    font-size: 1.8rem;
  }
}
.l-program-group-body__minititle02 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid var(--base-color);
  padding-bottom: 3.5rem;
  margin: 1.2rem 0 3.5rem 0;
}
@media screen and (max-width: 1299px) {
  .l-program-group-body__minititle02 {
    font-size: 1.8rem;
    padding-bottom: 2rem;
    margin: 2.4rem 0 2rem 0;
  }
}
.l-program-group-body__aco {
  overflow: hidden;
}
@media screen and (max-width: 1299px) {
  .l-program-group-body__aco {
    text-align: left;
  }
}
.l-program-group-body__more {
  margin-top: 1.6rem;
  display: flex;
  justify-content: flex-end;
}
.l-program-group-body__more a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 1.5;
}
.l-program-group-body__more a:hover {
  opacity: 0.7;
}
.l-program-group-body__list {
  margin-bottom: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 3rem;
}
@media screen and (max-width: 1299px) {
  .l-program-group-body__list {
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.l-program-group-body__list li {
  width: 16rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
}
@media screen and (max-width: 1299px) {
  .l-program-group-body__list li {
    width: calc((100% - 1rem) / 2);
  }
}
.l-program-group-body__list img {
  width: 100%;
  height: auto;
}
.l-program-group-body__list p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
}
@media screen and (max-width: 1299px) {
  .l-program-group-body__list p {
    font-size: 1.6rem;
  }
}
.l-program-group-body__list p small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1299px) {
  .l-program-group-body__list p small {
    font-size: 1.3rem;
  }
}
.l-program-group-body__prf {
  display: flex;
  justify-content: flex-end;
}
.l-program-group-body__prf a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  line-height: 1.5;
}
.l-program-group-body__prf a:hover {
  opacity: 0.7;
}

.l-schedule {
  width: 100%;
  margin: 10rem auto 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-schedule {
    margin: 4rem auto 0 auto;
    padding: 0 1rem;
  }
}
.l-schedule__inner {
  border: 1px solid var(--white);
  background: rgba(48, 48, 48, 0.7);
  backdrop-filter: blur(15px);
  padding: 10rem;
  width: 130rem;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-schedule__inner {
    padding: 5rem 1rem 2.4rem 1rem;
    width: 100%;
  }
}
.l-schedule__title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1299px) {
  .l-schedule__title {
    margin-bottom: 2.4rem;
  }
}
.l-schedule__group + .l-schedule__group {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1299px) {
  .l-schedule__group + .l-schedule__group {
    margin-top: 2.4rem;
  }
}
.l-schedule__subtitle {
  margin-bottom: 2rem;
  text-align: center;
  color: var(--white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
}
@media screen and (max-width: 1299px) {
  .l-schedule__subtitle {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
}
.l-schedule-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem 0;
}
@media screen and (max-width: 1299px) {
  .l-schedule-list {
    gap: 1rem 0;
  }
}
.l-schedule-list__item {
  background: var(--white);
  padding: 2rem 2.5rem;
}
.l-schedule-grid01 {
  display: grid;
  grid-template-columns: 92px calc(100% - 110px);
  grid-template-rows: auto auto auto;
  gap: 0 18px;
  grid-auto-flow: row;
  grid-template-areas: "l-schedule-grid01__time01 ." ". l-schedule-grid01__body" "l-schedule-grid01__time02 .";
}
@media screen and (max-width: 1299px) {
  .l-schedule-grid01 {
    grid-template-columns: 50px calc(100% - 50px);
    gap: 0;
  }
}


/*追加CSS*/

.speaker-label {
    display: inline-block;
    padding: 0.1em 0.6em;
    background: #A69458;
    color: #fff;
    margin-right: 0.5em;
    font-size: 1.2rem;
}

.facilitator-label {
    background: #414141;
}


.schedule-item {
    margin-top: 1.6rem;
}


/*追加CSS*/

.l-schedule-grid01__time01 {
  grid-area: l-schedule-grid01__time01;
  font-family: var(--en-font);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03;
}
@media screen and (max-width: 1299px) {
  .l-schedule-grid01__time01 {
    font-size: 1.3rem;
  }
}
.l-schedule-grid01__time02 {
  grid-area: l-schedule-grid01__time02;
  font-family: var(--en-font);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03;
}
@media screen and (max-width: 1299px) {
  .l-schedule-grid01__time02 {
    font-size: 1.3rem;
  }
}
.l-schedule-grid01__body {
  grid-area: l-schedule-grid01__body;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1299px) {
  .l-schedule-grid01__body {
    font-size: 1.5rem;
  }
}
.l-schedule-grid01__body small {
  font-size: 1.6rem;
}
@media screen and (max-width: 1299px) {
  .l-schedule-grid01__body small {
    font-size: 1.2rem;
  }
}
.l-schedule-grid01__body a:hover {
  opacity: 0.7;
}

.l-sponsor {
  width: 100%;
  margin: 10rem auto 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-sponsor {
    margin: 4rem auto 0 auto;
    padding: 0 1rem;
  }
}
.l-sponsor__inner {
  border: 1px solid var(--white);
  background: rgba(48, 48, 48, 0.7);
  backdrop-filter: blur(15px);
  padding: 10rem;
  width: 130rem;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-sponsor__inner {
    padding: 5rem 1rem 2.4rem 1rem;
    width: 100%;
  }
}
.l-sponsor__title {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1299px) {
  .l-sponsor__title {
    margin-bottom: 2.4rem;
  }
}
.l-sponsor__group + .l-sponsor__group {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1299px) {
  .l-sponsor__group + .l-sponsor__group {
    margin-top: 2.4rem;
  }
}
.l-sponsor__subtitle {
  margin-bottom: 1rem;
  text-align: center;
  color: var(--white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
}
@media screen and (max-width: 1299px) {
  .l-sponsor__subtitle {
    font-size: 1.3rem;
  }
}
.l-sponsor__list {
  width: 86.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-sponsor__list {
    width: 100%;
    gap: 0.4rem;
  }
}
.l-sponsor__list li {
  width: calc((100% - 5rem) / 6);
}
@media screen and (max-width: 1299px) {
  .l-sponsor__list li {
    width: calc((100% - 1.2rem) / 4);
  }
}
.l-sponsor__list img {
  width: 100%;
  height: auto;
}
.l-sponsor__list a:hover {
  opacity: 0.7;
}

.l-footer {
  border-top: 1px solid var(--white);
  background: rgba(0, 0, 0, 0.9);
  padding: 12rem 0 8rem 0;
}
@media screen and (max-width: 1299px) {
  .l-footer {
    padding: 4.8rem 2rem;
  }
}
.l-footer__inner {
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .l-footer__inner {
    width: 100%;
  }
}
.l-footer-block01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-footer-block01__title {
  margin-bottom: 2.4rem;
}
.l-footer-block01__subtitle {
  margin-bottom: 2rem;
  color: var(--white);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.82;
}
@media screen and (max-width: 1299px) {
  .l-footer-block01__subtitle {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
.l-footer-block01__subtitle span {
  font-family: var(--en-font);
}
.l-footer-block01__contact {
  color: var(--white);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.94;
}
@media screen and (max-width: 1299px) {
  .l-footer-block01__contact {
    font-size: 1.6rem;
  }
}
.l-footer-block01__contact a {
  text-decoration: underline;
}
.l-footer-block01__contact a:hover {
  opacity: 0.7;
}
.l-footer-block02 {
  margin-top: 8rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem 4rem;
}
@media screen and (max-width: 1299px) {
  .l-footer-block02 {
    margin-top: 4.8rem;
    gap: 2.4rem;
  }
}
.l-footer-block02-top {
  width: 100%;
}
.l-footer-block02-top__ja {
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1299px) {
  .l-footer-block02-top__ja {
    font-size: 1.6rem;
  }
}
.l-footer-block02-top__en {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.86;
}
@media screen and (max-width: 1299px) {
  .l-footer-block02-top__en {
    font-size: 1rem;
  }
}
.l-footer-block02-left {
  width: 10rem;
}
@media screen and (max-width: 1299px) {
  .l-footer-block02-left {
    width: 6rem;
  }
}
.l-footer-block02-left img {
  width: 100%;
  height: auto;
}
.l-footer-block02-right {
  width: calc(100% - 14rem);
}
@media screen and (max-width: 1299px) {
  .l-footer-block02-right {
    width: calc(100% - 8.4rem);
  }
}
.l-footer-block02-right__p {
  color: var(--white);
  font-weight: 500;
  line-height: 1.88;
}
.l-footer-block02-right__p a:hover {
  opacity: 0.7;
}
.l-footer-block03 {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #F1DA8C;
  width: 100%;
}
.l-footer-block03__below {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
}

.l-sitemap {
  width: 100%;
}
.l-sitemap-nav {
  width: 100%;
  border-top: 1px solid var(--white);
}
.l-sitemap-nav li {
  width: 100%;
  border-bottom: 1px solid var(--white);
}
.l-sitemap-nav a {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  color: var(--white);
  font-size: 1.8rem;
  width: 100%;
}
.l-sitemap-nav a span {
  font-family: var(--en-font);
}

.c-heading {
  /* ---------- c-heading01 ---------- */
}
.c-heading01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-heading01__en {
  background: linear-gradient(90deg, #F1DA8C 7.79%, #BEA759 51.8%, #F1DA8C 94.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--en-font);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  .c-heading01__en {
    font-size: 2.4rem;
  }
}
.c-heading01__ja {
  margin-top: 1.5rem;
  color: var(--white);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  .c-heading01__ja {
    font-size: 1.8rem;
  }
}
.c-heading01__link {
  margin-top: 2rem;
}
.c-heading01__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  color: var(--white);
  line-height: 1.5;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.c-heading01__link a:hover {
  opacity: 0.7;
}

.p-pagetop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  bottom: 2.4rem;
  right: 2.4rem;
}
@media screen and (max-width: 1299px) {
  .p-pagetop {
    bottom: 1.2rem;
    right: 1.2rem;
  }
  .p-pagetop img {
    width: 4rem;
    height: auto;
  }
    
    .l-intro__p {
        font-size: 1.4rem;
    }
}
.p-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.p-pagetop a:hover {
  opacity: 0.7;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mt24 {
  margin-top: 2.4rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-mr60 {
  margin-right: 6rem !important;
}

.u-mr70 {
  margin-right: 7rem !important;
}

.u-mr80 {
  margin-right: 8rem !important;
}

.u-mr90 {
  margin-right: 9rem !important;
}

.u-mr100 {
  margin-right: 10rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb24 {
  margin-bottom: 2.4rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-ml60 {
  margin-left: 6rem !important;
}

.u-ml70 {
  margin-left: 7rem !important;
}

.u-ml80 {
  margin-left: 8rem !important;
}

.u-ml90 {
  margin-left: 9rem !important;
}

.u-ml100 {
  margin-left: 10rem !important;
}
/*# sourceMappingURL=style.css.map */
