@charset "utf-8";
/**************************************************
		Foundation
**************************************************/
/* ===== web font =====*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600;800&display=swap');

/* ===== Reset ===== */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  color: #fff;
  font-size: clamp(1.8rem, 1.709rem + 0.39vw * 0.625, 2rem);
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  font-weight: 600;
  background: #F49F1D;
}

a:link,
a:visited,
a:hover {
  color: #FFF;
  text-decoration: underline;
}

ul li {
  list-style-type: none;
  list-style-position: outside;
}

h1,
h2,
h3,
h4,
strong {
  text-align: center;
  font-weight: 800;
}

h1 {
  font-size: clamp(2.4rem, 1.769rem + 2.69vw * 0.625, 5rem);
}

h2 {
  font-size: clamp(3.7rem, 2.717rem + 4.19vw * 0.625, 5.6rem);
}

h3,
h4,
h5 {
  font-size: clamp(3rem, 2.757rem + 1.04vw * 0.625, 4rem);
}

main h2 {
  font-size: clamp(4rem, 3.029rem + 4.14vw * 0.625, 8rem);
}

.font-size01 {
  font-size: 2rem;
}

.font-size02 {
  font-size: 1.6rem;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
  display: block;
  margin: 0 auto;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

/* padding-bottom */
.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

small {
  display: block;
}

.big {
  font-size: 120%;
}

.icon.icon-arrow-right::before {
  border-top: .3rem solid currentColor;
  border-left: .3rem solid currentColor;
}

hr {
  border: 0;
  border-top: 2px solid #FFF;
}

/**************************************************
	Layout
**************************************************/
.global_wrap {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}

.section_wrap {
  width: calc(100% - 6rem);
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section_wrap {
    width: calc(100% - 3rem);
  }
}

.content_group {
  padding: 6rem 0;
}

@media only screen and (max-width: 767px) {
  .content_group {
    padding: 3rem 0;
  }
}

.sp-br {
  display: none;
}

.pc-br {
  display: block;
}

@media only screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }

  .pc-br {
    display: none;
  }
}

.content_head {
  padding: 2rem 0 2rem;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .content_head {
    padding: 1rem 0;
  }
}

h2.content_head {
  padding: 6rem 0 4rem;
}

@media only screen and (max-width: 767px) {
  h2.content_head {
    padding: 3rem 0 1rem;
  }
}

.content_box .cont {
  padding: 3rem 5rem;
}

@media only screen and (max-width: 767px) {
  .content_box .cont {
    padding: 1rem 1.5rem;
  }
}

.content_text {
  padding: 1.5rem 0;
}

.content_box {
  border: 2px solid #fff;
  border-radius: 1rem;
}

@media only screen and (max-width: 767px) {
  .content_box {
    margin: 1.5rem auto;
  }
}

.content_area {
  margin: 3rem auto;
}

.content_box .ttl {
  background: #fff;
  text-align: center;
  padding: 2rem;
  border-bottom: 2px solid #fff;
  border-radius: .5rem .5rem 0 0;
  color: #1A1A1C;
}

@media only screen and (max-width: 767px) {
  .content_box .ttl {
    padding: 1rem;
  }
}

.cont_head {
  padding: 2.5rem 0 1.5rem 0;
}

@media only screen and (max-width: 767px) {
  .cont_head {
    padding: 1.5rem 0 .5rem 0;
  }
}

.cont_img {
  padding: 2rem;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .cont_img {
    padding: 1rem;
  }
}

/* mainVisual */
.catch {
  display: flex;
  padding: 2rem 0;
  white-space: nowrap;
  overflow: hidden;
  background-color: #FFF;
}

@media only screen and (max-width: 767px) {
  .catch {
    padding: 1.5rem 0;
  }
}

.catch_text {
  animation: catch 20s linear infinite;
}

@keyframes catch {
  0% {
    translate: 0;
  }

  100% {
    translate: calc(-100% - 1rem);
  }
}

.catch h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 2.012rem + 1.66vw * 0.625, 4rem);
  color: #1A1A1C;
}

.readmore-content li {
  text-indent: -0.8em;
  padding-left: 1em;
  counter-increment: decimal-cnt;
}

.list-disc li::before {
  content: '\02022';
  padding-right: 0.3em;
}

.list-decimal li::before {
  content: counter(decimal-cnt) ".";
  padding-right: 0.3em;
}

ul.check,
ol.number {
  padding: 0 0 0 1rem;
  margin: 0 auto;
}

ul.check li,
ol.number li {
  list-style-type: none;
  padding: .6em 0 .6em 1.7em;
  position: relative;
  border-bottom: 2px solid #FFF;
}

ul.check li:before,
ol.number li:before {
  font-family: "Material Symbols Rounded";
  color: #ffffff;
  /* アイコンの色 */
  content: "\e86c";
  position: absolute;
  top: .4em;
  left: .3em;
  font-variation-settings: 'FILL' 1;
  font-size: 2.3rem;
}

/* アコーディオン */
.accordion {
  margin: 1rem 0;
  border-radius: 1rem;
}

.accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  border: 2px solid #fff;
  background: #fff;
  color: #1A1A1C;
}

.accordion .accordion-header h3 {
  margin: 0;
  display: flex;
  align-items: flex-end;
}

.accordion .accordion-header h3 .notice {
  font-size: 2rem;
  padding: 0.5rem 1.5rem;
}

.accordion .accordion-body {
  margin: 2rem;
}

.accordion-heading {
  background: #fff;
  padding: .5rem 1rem;
  margin: 3rem 0 2.5rem 0;
}

.accordion input:checked+.accordion-header .icon::before {
  transform: translate(-75%, -50%) rotate(225deg);
  transition: 0.5s;
}

.accordion .accordion-header .icon::before {
  transform: translate(-75%, -50%) rotate(45deg);
  transition: 0.5s;
}

.accordion input:checked~.accordion-body,
.accordion[open] .accordion-body {
  max-height: 100%;
  transition: 0.5s;
}

.accordion-ttl {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-direction: column;
}

/* ボタン */
.btn {
  display: block;
  vertical-align: middle;
  width: 40rem;
  max-width: 100%;
  height: auto;
  margin: auto;
  border: 2px solid #1A1A1C;
  background: #1A1A1C;
  border-radius: 5rem;
  transition: 0.5s;
}

.btn a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(2.5rem, 2.379rem + 0.52vw * 0.625, 3rem);
  padding: 1.5rem;
  display: block;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .btn a {
    padding: 1.5rem 1rem;
  }
}

.btn:hover {
  background: #F49F1D;
  border: #fff solid 2px;
}

.btn a:hover {
  color: #ffffff;
}

.btn_close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  background: #6c757d;
  border-radius: 5rem;
  font-size: clamp(2rem, 1.879rem + 0.52vw * 0.625, 2.5rem);
  padding: 1.5rem;
  color: #ffffff;
  width: 40rem;
  max-width: 100%;
}


.btn.small a {
  padding: 1rem;
  font-size: clamp(2rem, 1.879rem + 0.52vw * 0.625, 2.5rem)
}

.py_btn {
  margin: 0 auto;
  padding: 4rem 0;
}

.btn_app {
  justify-content: center;
}

.btn_app img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 7rem;
}

.m-listNotes {
  font-size: 1.6rem;
  text-align: left;
  margin-left: 1em;
}

.m-listNotes>li>span {
  display: inline-block;
}

.m-listNotes>li::before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.m-listNotes:not(:first-child) {
  margin-top: 1rem;
}

table tbody td.noBorder {
  border: none;
}

th {
  vertical-align: top;
}

.table_list01 li.feature {
  /* width: 10rem; */
  padding: 0.3rem 1rem;
  background: #fff;
  color: #F49F1D;
  display: block;
  text-align: center;
  align-self: flex-start;
}

.table_list01 li.feature:nth-of-type(7) {
  background: #F49F1D;
  color: #fff;
  border: 2px solid #fff;
}

.table_list01>li {
  margin: 1rem 0;
  padding-left: 2rem;
}

@media only screen and (max-width: 767px) {
  .table_list01>li {
    padding-left: 1rem;
  }
}

.table_list01 iframe {
  vertical-align: bottom;
}

table .table_list02 th {
  width: 40%;
  border-top: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
  table .table_list02 th {
    width: 60%;
    font-size: 1.8rem;
  }
}

table .table_list02 tr:first-child th {
  text-align: center;
  padding: 2rem;
  padding-top: 0;
  border-top: none;
}

table .table_list02 td {
  width: 60%;
  border-top: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
  table .table_list02 td {
    width: 40%;
  }
}

table .table_list02 tr:last-child {
  border-bottom: 2px solid #fff;
}

footer {
  padding: 3rem 0 2rem 0;
  text-align: center;
  font-size: 1em;
  width: 100%;
  color: #1A1A1C;
}

.list_disc li {
  margin-left: 1em;
}

.list_disc li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.list_disc li ul.child {
  margin-bottom: 1rem;
}

.list_disc li ul.child li {
  font-size: clamp(1.6rem, 1.709rem + 0.24375vw, 1.8rem);
  ;
  line-height: 1.7;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.list_disc li ul.child li {
  margin-left: 0;
}

.list_disc li ul.child li small {
  text-indent: 0em;
  padding-left: 0em;
}

.list_disc li ul.child li::before {
  display: none;
}

.list_decimal>li {
  margin-left: 1em;
  counter-increment: decimal-cnt;
}

.list_decimal>li::before {
  content: counter(decimal-cnt) ".";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.font_size01 {
  font-size: clamp(4.7rem, 2.993rem + 7.28vw * 0.625, 8rem);
}

.icon-alert {
  width: 6rem;
  margin: 0 auto;
  padding: 3rem 0;
}

@media only screen and (max-width: 767px) {
  .icon-alert {
    padding: 1.5rem 0;
  }
}

.table td,
.table th {
  border-bottom: 2px solid #FFF;
}

td small.asterisk {
  text-indent: -1em;
  padding-left: 1em;
}

.ttl_deco {
  display: flex;
  align-items: flex-start;
}

.ttl_deco span {
  width: 5rem;
  padding: .2rem .4rem;
  background: #FFF;
  color: #F49F1D;
  margin-right: .7rem;
  font-size: 1.8rem;
}

th .ttl_deco span {
  width: 7.5rem;
}

@media only screen and (max-width: 767px) {
  th .ttl_deco span {
    width: 7.2rem;
  }
}

.guest_list li {
  padding: 3rem 0;
  border-bottom: 2px solid #FFF;
}

.guest_item .label {
  background: #1A1A1C;
  padding: 1rem 2rem;
}

.guest_item .s-rounded {
  border-radius: 2rem;
}

.guest_item .gust-name {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .guest_item .guest_img {
    margin: 2rem auto 0;
  }
}

.program_info {
  text-align: center;
  font-size: 1.3em;
}

@media only screen and (max-width: 900px) {
  .program_info {
    font-size: 1em;
  }
}

@media only screen and (max-width: 420px) {
  .program_info {
    text-align: left;
  }
}

@media only screen and (max-width: 599px) {
  .text-center-sp {
    /* text-align: center; */
  }
}

.text-tiny ul {
  margin-left: 0;
}

.text-tiny ul li {
  line-height: 1.3;
}

.text-tiny ul li.bold {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: -5px;
}

@media only screen and (max-width: 599px) {
  .text-tiny ul li {
    /* text-indent: -1em;
    padding-left: 1em; */
  }
}

/* パートナーここから */
.partner .accordion-header {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.partner .accordion-body {
  margin: 0;
}

.partner-content {
  margin-top: 5rem;
}

.partner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  font-size: 1.8rem;
  height: 4.1rem;
  padding-bottom: .35rem;
}

.partner-title span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.partner-title small {
  font-size: 70%;
}

.partner-title span::before,
.partner-title span::after {
  content: '';
  display: block;
  width: 2.9rem;
  height: 0;
  border-top: 2px solid #FFF;
}

.partner-title span::before {
  margin-right: 1.62rem;
}

.partner-title span::after {
  margin-left: 1.62rem;
}

.partner-logos {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem 2rem;
  flex-wrap: wrap;
}

.partner-logos a {
  display: block;
  transition: opacity 0.3s ease;
}

.partner-logos a.disabled {
  pointer-events: none;
}

.partner-logos a:hover {
  opacity: 0.5;
}

.partner-logos img {
  max-height: 4.0619rem;
}

.gold .partner-logos {
  gap: 2.4rem;
}

.gold .partner-logos img {
  max-height: 7.7rem;
}

.silver .partner-logos img.large {
  max-height: 6rem;
}

@media screen and (max-width: 425px) {

  .partner-logos,
  .gold .partner-logos {
    gap: 1.6rem;
  }

  .partner-logos img {
    max-height: 3.2rem;
  }

  .gold .partner-logos img {
    max-height: 5.5rem;
  }

  .silver .partner-logos img.large {
    max-height: 4.2rem;
  }

  .partner-title {
    font-size: 1.6rem;
  }

  .partner-content {
    margin-top: 3rem;
  }

  .partner-title small {
    padding-top: 0.3rem;
  }

  .partner-title span::before,
  .partner-title span::after {
    width: 1.5rem;
  }

  .partner-title span::before {
    margin-right: .7rem;
  }

  .partner-title span::after {
    margin-left: .7rem;
  }
}

/* パートナーここまで */

.event_image {
  width: 80rem;
  display: block;
  margin: 0 auto 3rem;

  @media screen and (max-width: 890px) {
    width: 100%;
  }
}
.event_text {
  @media screen and (min-width: 768px) {
    font-size: 120%;
  }
}