@charset "UTF-8";
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  color: #111;
  letter-spacing: 0.02em;
  word-break: break-all;
  background: #fff;
}

body {
  margin: 0;
  font-size: 1.8rem;
  background: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  margin: 0;
  vertical-align: top;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
  border: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    position: relative;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
}
.section {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}
.section._booth {
  padding-top: 120px;
  padding-bottom: 0;
}
.section._bg {
  background: #fffdf5;
}
.section__more {
  margin-top: 20px;
  text-align: center;
}

.demo {
  margin-top: 20px;
  text-align: center;
}

.inner {
  max-width: 1070px;
  padding: 0 25px;
  margin: 0 auto;
}
.lowerInner {
  padding: 60px 30px 0;
}
@media only screen and (max-width: 767px) {
  .lowerInner {
    padding: 60px 0;
  }
}

.tiles {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .tiles {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .tiles .tab__content {
    width: calc(50% - 15px);
  }
  .tiles .tab__content:nth-child(2) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles .tab__content:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .tiles .scheduleBox {
    width: calc(50% - 15px);
  }
  .tiles .scheduleBox:nth-child(2) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles .scheduleBox:nth-child(2) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .tiles .booth {
    width: calc(33.3% - 20px);
  }
  .tiles .booth:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
  .tiles .booth:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tiles .booth:not(:first-child) {
    margin-top: 30px;
  }
}

.btn {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  padding: 12px 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #bd5704;
  border: 2px solid #bd5704;
  border-radius: 60px;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 2rem;
  }
}
.btn:hover {
  color: #bd5704;
  background: #fff;
}
.btn._brown {
  background-color: #3d7f86;
  border-color: #3d7f86;
}
.btn._brown:hover {
  color: #3d7f86;
  background: #fff;
}
.btn._job {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .btn._job {
    font-size: 1.6rem;
  }
}
.btn._leaflet {
  max-width: 766px;
  padding: 20px 10px;
  margin-top: 40px;
  font-size: 2rem;
  color: #bd5704;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .btn._leaflet {
    font-size: 1.6rem;
  }
}
.btn._leaflet:hover {
  color: #fff;
  background: #bd5704;
}
.btn._exSmall {
  max-width: 280px;
  padding: 7.5px 10px;
  font-size: 1.8rem;
  border-radius: 60px;
}
.btn._small {
  max-width: 435px;
  padding: 13.5px 10px;
  font-size: 2rem;
  border-radius: 30px;
}
.btn._large {
  max-width: 630px;
  padding: 27px 10px;
  font-size: 2.8rem;
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .btn._large {
    font-size: 2.6rem;
  }
}
.btn._exLarge {
  max-width: 766px;
  padding: 19px 10px;
  margin-top: 32px;
  font-size: 2rem;
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .btn._exLarge {
    font-size: 1.6rem;
  }
}
.btn._w100 {
  max-width: 905px;
}
@media only screen and (max-width: 767px) {
  .btn._w100 {
    font-size: 1.8rem;
  }
}
.btn._balloon {
  position: relative;
  padding: 8px 10px;
  font-size: 2rem;
  color: #bd5704;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #bd5704;
  border-radius: 60px;
}
.btn._balloon:hover {
  color: #fff;
  background: #bd5704;
}
.btn._balloon._current {
  position: relative;
  color: #fff;
  pointer-events: none;
  background: #bd5704;
}
.btn._balloon._current::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 40px;
  height: 14px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  background: #bd5704;
  transform: translateX(-50%);
}

._link {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
._link:hover {
  text-decoration: none;
}

.heading02 {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 44px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.heading02 span {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
.heading02 ._sub {
  display: block;
  font-size: 2.2rem;
}
.heading02 ._uppercase {
  font-size: 4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .heading02 ._uppercase {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .heading02 {
    padding-bottom: 26px;
    margin-bottom: 36px;
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .heading02 span {
    font-size: 1.8rem;
  }
}
.heading02::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 91px;
  height: 8px;
  content: "";
  background: #bd5704;
  border-radius: 80px;
  transform: translateX(-50%);
}
.heading02._brown::after {
  background: #3d7f86;
}

.heading03 {
  display: grid;
  grid-template-columns: minmax(10%, 1fr) auto minmax(10%, 1fr);
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #bd5704;
  text-align: center;
}
.heading03._event span {
  font-size: 2rem;
}
.heading03 span._event {
  font-size: 3rem;
}
.heading03::before, .heading03::after {
  display: block;
  height: 2px;
  content: "";
  background-color: #bd5704;
}
.heading03 > span {
  display: grid;
}
.heading03 > span span {
  font-size: 2.2rem;
}
.heading03:not(:first-child) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .heading03:not(:first-child) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .heading03 {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.tama .heading03 {
  margin-top: 80px;
}
.heading03._brown {
  color: #3d7f86;
}
.heading03._brown::before, .heading03._brown::after {
  background-color: #3d7f86;
}

.policy__content + .policy__content {
  margin-top: 80px;
}
.policy__title {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #bd5704;
}
.policy__title:not(:first-child) {
  margin-top: 80px;
}
.policy__subTitle {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
.policy__bold {
  font-size: 2.2rem;
  font-weight: bold;
  color: #bd5704;
}
.policy__text a {
  text-decoration: underline;
}
.policyList._indent {
  margin-top: 25px;
}
.policyList._indent .policyList__item {
  padding-left: 3em;
  margin: 0;
  text-indent: -1em;
}
.policyList__item {
  padding-left: 1em;
  text-indent: -1em;
}
.policyList__item:not(:first-child) {
  margin-top: 40px;
}

.mt25 {
  margin-top: 25px;
}

.mainTabList {
  display: flex;
  margin-bottom: 54px;
}
.mainTabList__item {
  width: 23.5%;
  text-align: center;
}
.mainTabList__item:not(:first-child) {
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .mainTabList {
    display: none;
  }
}

.js-tabs {
  margin-top: 60px;
  margin-bottom: 90px;
}

.js-tabs-list {
  display: flex;
}
.js-tabs-listitem {
  border: 2px solid #bd5704;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}
@media only screen and (min-width: 768px) {
  .js-tabs-listitem {
    width: calc(33.3% - 10px);
  }
  .js-tabs-listitem:not(:first-child) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .js-tabs-listitem {
    width: calc(33.3% - 2px);
  }
  .js-tabs-listitem:not(:first-child) {
    margin-left: 3px;
  }
}
.js-tabs-listitem a {
  display: block;
  padding: 8px;
  font-size: 2rem;
  font-weight: bold;
  color: #bd5704;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .js-tabs-listitem a {
    padding: 0;
    font-size: 1.1rem;
  }
}
.js-tabs-listitem.is-active {
  pointer-events: none;
  background: #bd5704;
}
.js-tabs-listitem.is-active a {
  color: #fff;
}
.js-tabs-content:not(.is-active) {
  display: none;
}

.tabBox {
  overflow: hidden;
  border: 2px solid #bd5704;
  border-radius: 0 0 6px 6px;
}
.tabBox._tama {
  margin-top: 45px;
  border-color: #3D7F86;
}
.tabBox__inner {
  position: relative;
  z-index: 3;
  padding: 80px 30px;
}
@media only screen and (max-width: 767px) {
  .tabBox__inner {
    padding: 60px 20px;
  }
}
._narrow .tabBox__inner {
  padding: 70px 6.8%;
}
@media only screen and (max-width: 767px) {
  ._narrow .tabBox__inner {
    padding: 60px 20px;
  }
}
.tabBox .section__more._apply {
  margin-top: 35px;
}
.tab__content .heading03 {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .tab__content .heading03 {
    margin-top: 60px;
  }
}

.map {
  padding: 80px 30px;
  background: #fffdf5;
}
@media only screen and (max-width: 767px) {
  .map {
    padding: 60px 20px;
  }
}

.table {
  overflow-x: scroll;
}
.table__bg {
  position: relative;
  width: 960px;
}
.table__bg .bg {
  width: 960px;
  max-width: none;
}
.table__program {
  position: absolute;
  transition: all 0.3s ease 0s;
}
.table__program:hover {
  opacity: 0.7;
}
.table__program._01 {
  top: 250px;
  left: 85px;
  width: 280px;
}
.table__program._02 {
  top: 510px;
  left: 85px;
  width: 280px;
}
.table__program._03 {
  top: 640px;
  left: 85px;
  width: 280px;
}
.table__program._04 {
  top: 790px;
  left: 85px;
  width: 280px;
}
.table__program._05 {
  top: 900px;
  left: 85px;
  width: 280px;
}
.table__program._dummy01 {
  top: 150px;
  left: 388px;
  width: 180px;
}
.table__program._pr01 {
  top: 600px;
  right: 190px;
  width: 180px;
}
.table__program._pr02 {
  top: 750px;
  right: 190px;
  width: 180px;
}
.table__program._open {
  top: 120px;
  right: 10px;
  width: 158px;
}

.scheduleListBox {
  margin-top: 50px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 767px) {
  .scheduleListBox {
    margin-top: 37px;
  }
}
@media only screen and (min-width: 768px) {
  .scheduleListBox__body {
    padding: 45px 6.8% 90px;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleListBox__body {
    padding: 0 20px 50px 20px;
  }
}
.scheduleList__item {
  position: relative;
}
.scheduleList__item a {
  display: flex;
  padding: 35px 30px;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .scheduleList__item a {
    display: block;
    padding: 28px 0 20px;
  }
}
.scheduleList__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #bd5704;
  border-radius: 70px;
}
.scheduleList__img {
  width: 140px;
  height: 140px;
}
@media only screen and (min-width: 768px) {
  .scheduleList__img {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleList__img {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  ._03 .scheduleList__img {
    width: 285px;
  }
}
@media only screen and (min-width: 768px) {
  .scheduleList__detail {
    width: calc(100% - 140px);
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleList__detail {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleList__time {
    font-size: 1.6rem;
  }
}
.scheduleList__title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .scheduleList__title {
    font-size: 2.8rem;
  }
}
.scheduleList__name {
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
}
.scheduleList__name .label {
  white-space: nowrap;
}
.scheduleList__name span {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .scheduleList__name span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleList__name {
    font-size: 2.2rem;
  }
}

.scheduleBox {
  overflow: hidden;
  background: #fff;
  border: 2px solid #bd5704;
  border-radius: 6px;
}
.scheduleBox__tokyo._lower {
  margin-top: 60px;
}
.scheduleBox._brown {
  border-color: #3d7f86;
}
.scheduleBox._big {
  border: none;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.1);
}
.scheduleBox__titlePlace {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  background: #bd5704;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__titlePlace {
    font-size: 3.5rem;
  }
}
._brown .scheduleBox__titlePlace {
  background: #3d7f86;
}
.scheduleBox__detail {
  padding: 33px 6% 38px;
  text-align: center;
}
._big .scheduleBox__detail {
  padding: 70px 6%;
}
@media only screen and (max-width: 767px) {
  ._big .scheduleBox__detail {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleBox__detail {
    padding: 25px 20px 35px;
  }
}
.scheduleBox__dl:not(:first-child) {
  margin-top: 23px;
}
.scheduleBox__dt {
  position: relative;
  padding-bottom: 5px;
  margin-top: 1px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__dt {
    font-size: 1.8rem;
  }
}
.scheduleBox__dt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 2px;
  content: "";
  background: #bd5704;
  transform: translateX(-50%);
}
._brown .scheduleBox__dt::after {
  background: #3d7f86;
}
.scheduleBox__dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.scheduleBox__dd span._address {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__dd span._address {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleBox__dd {
    display: block;
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 1.3090909091;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scheduleBox__dd {
    display: block;
  }
}
.scheduleBox__dd .day-and-week {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scheduleBox__dd .day {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__dd .day {
    font-size: 2.2rem;
  }
}
.scheduleBox__dd .day span {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__dd .day span {
    font-size: 3rem;
  }
}
.scheduleBox__dd .week {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 3px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
  background: #bd5704;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .scheduleBox__dd .week {
    margin-top: 6px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleBox__dd .week {
    margin-top: 10px;
    margin-left: 0;
  }
}
._brown .scheduleBox__dd .week {
  background: #3d7f86;
}
.scheduleBox__dd .time {
  font-size: 2.9rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .scheduleBox__dd .time {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleBox__dd .time {
    margin-top: 10px;
    font-size: 2.7rem;
    line-height: 0.8296296296;
  }
}
.scheduleBox__attention {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__attention {
    margin-top: 8px;
  }
}
.scheduleBox__label {
  max-width: 710px;
  padding: 5px;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #bd5704;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__label {
    padding: 7px;
    font-size: 2.2rem;
  }
}
._brown .scheduleBox__label {
  background: #3d7f86;
}
._big .scheduleBox__label {
  padding: 12px 5px;
}
.scheduleBox__label._small {
  max-width: 375px;
}
._lower .scheduleBox__label {
  max-width: 1020px;
  padding: 11px;
}
.scheduleBox__time {
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__time {
    font-size: 2.6rem;
  }
}
.scheduleBox__info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scheduleBox__infoWrap {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .scheduleBox__infoWrap {
    display: flex;
    justify-content: center;
  }
  .scheduleBox__infoWrap .scheduleBox__info:nth-child(2) {
    margin-left: 3%;
  }
}
._lower .scheduleBox__info {
  max-width: 1020px;
}
.scheduleBox__detailLabel {
  padding: 0 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #497c3d;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__detailLabel {
    padding: 0 10px;
    font-size: 1.6rem;
  }
}
.scheduleBox__detailTime {
  margin-left: 10px;
  font-size: 2.9rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__detailTime {
    margin-left: 5px;
    font-size: 2rem;
  }
}
.scheduleBox__upcoming {
  margin-top: 50px;
  font-size: 2rem;
  font-weight: bold;
  color: #bd5704;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__upcoming {
    font-size: 1.8rem;
  }
}
._brown .scheduleBox__upcoming {
  color: #3d7f86;
}
._brown .scheduleBox__upcoming span {
  border-color: #3d7f86;
}
.scheduleBox__upcoming span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #bd5704;
}
.scheduleBox__notice {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #980000;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__notice {
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
}
.scheduleBox__text {
  text-align: left;
}
.scheduleBox__tiles {
  position: relative;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .scheduleBox__tiles {
    display: flex;
  }
  .scheduleBox__tiles .scheduleBox__tokyo {
    width: 45%;
  }
  .scheduleBox__tiles .scheduleBox__tama {
    width: 45%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .scheduleBox__tiles .scheduleBox__tama {
    margin-top: 100px;
  }
}
.scheduleBox__tiles::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background: #bd5704;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .scheduleBox__tiles::after {
    width: 100%;
    height: 1px;
  }
}
@media print {
  .scheduleBox__tiles::after {
    display: none;
  }
}
.scheduleBox__company {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .scheduleBox__company {
    margin-top: 20px;
    line-height: 1;
  }
}
.scheduleBox__company span {
  font-size: 3.6rem;
}
.scheduleBox .btn {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .scheduleBox .btn {
    margin-top: 30px;
  }
}

.lectureBox {
  background: #fff;
  border-top: 10px solid #bd5704;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.1);
}
.lectureBox__body {
  padding: 30px 6% 50px;
}
@media only screen and (max-width: 767px) {
  .lectureBox__body {
    padding: 20px 20px 40px;
  }
}
.lectureBox__img {
  width: 180px;
  height: 180px;
  margin: auto;
}
.lectureBox__subTitle {
  margin-top: 21px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lectureBox__subTitle {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.lectureBox__name {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lectureBox__name {
    font-size: 3.6rem;
    line-height: 1.6944444444;
  }
}
.lectureBox__name span {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .lectureBox__name span {
    font-size: 2.4rem;
  }
}
.lectureBox__title {
  margin-top: 31px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .lectureBox__title {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.lectureBox__time {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lectureBox__time {
    font-size: 1.6rem;
  }
}
.lectureBox__text {
  position: relative;
  padding-top: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .lectureBox__text {
    font-size: 1.6rem;
  }
}
.lectureBox__text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #bd5704;
  border-radius: 70px;
}

.eventTop {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .eventTop {
    display: block;
  }
}
.event__labelPlace {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 9px;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  background: #bd5704;
  border-radius: 6px;
}
@media only screen and (max-width: 1024px) {
  .event__labelPlace {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.event__labelPlace._tama {
  background: #3d7f86;
}
.event__place {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
._mv .event__place {
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .event__place {
    text-align: center;
  }
}
.event__info {
  display: flex;
  align-items: baseline;
}
._mv .event__info {
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  ._mv .event__info {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .event__info {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .event__info {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .event__info {
    display: block;
  }
}
.event__attention {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.event__day-and-week {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .event__day-and-week {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .event__day-and-week {
    justify-content: center;
  }
}
.event__day {
  font-size: 2.4rem;
  font-weight: bold;
}
.event__day span {
  font-size: 3.2rem;
}
._mv .event__day span {
  font-size: 3.4rem;
}
.event__week {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  background: #bd5704;
  border-radius: 50%;
}
._tama .event__week {
  background: #3d7f86;
}
._mv .event__week {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  font-size: 1.4rem;
}
.event__time {
  margin-left: 16px;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 0.7724137931;
}
._mv .event__time {
  margin-left: 10px;
  font-size: 3rem;
  line-height: 0.6333333333;
}
@media only screen and (min-width: 768px) {
  ._mv .event__time {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .event__time {
    margin: 15px 0 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .event__time {
    margin: 15px 0 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .event__note {
    text-align: center;
  }
}
.event__live {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
}
.event__live::after {
  position: absolute;
  left: 50%;
  z-index: -1;
  width: calc(107% + 4px);
  height: 100%;
  content: "";
  background: #bd5704;
  transform: translateX(-50%);
}
._tama .event__live::after {
  background: #3d7f86;
}
.event__live span {
  position: relative;
  padding-right: 28px;
  color: #fff;
}
.event__live span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 16px;
  content: "";
  background-color: #fff;
  -webkit-mask: url(../img/icon_more.svg) no-repeat center center/contain;
          mask: url(../img/icon_more.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.booth {
  border: 2px solid #bd5704;
  border-radius: 6px;
}
.booth__detail {
  padding: 20px;
  font-weight: bold;
  color: #fff;
  background: #bd5704;
}
.booth__label {
  display: flex;
}
.booth__genre {
  margin-left: auto;
}
.booth__name {
  margin-top: 8px;
  font-size: 2.2rem;
  line-height: 1.6;
}
.booth__text {
  padding: 20px;
}

.program {
  width: 100%;
  background: #fff;
  border-radius: 6px;
}
.program:not(:first-child) {
  margin-top: 40px;
}
.program__label {
  display: flex;
  padding: 20px 30px;
  background: #bd5704;
  border-radius: 6px 6px 0 0;
}
@media only screen and (max-width: 767px) {
  .program__label {
    display: block;
    padding: 10px 15px;
  }
}
._blue .program__label {
  background: #006FBC;
}
._purple .program__label {
  background: #A30070;
}
.program__stream {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-right: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .program__stream {
    margin-bottom: 10px;
  }
}
._blue .program__stream {
  color: #006FBC;
}
._purple .program__stream {
  color: #A30070;
}
.program__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .program__title {
    font-size: 2rem;
  }
}
.program__title ._time {
  display: block;
  font-size: 1.8rem;
}
.program__title ._genre {
  display: table;
  padding: 3px 20px;
  margin: 5px 0;
  font-size: 1.8rem;
  color: #A30070;
  background: #fff;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) {
  ._hasImg .program__texts {
    width: 64%;
  }
}
.program__img {
  width: 140px;
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .program__img {
    margin-right: auto;
    margin-left: auto;
  }
}
.program__body {
  padding: 40px 30px;
  border: 2px solid #bd5704;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
._blue .program__body {
  border-color: #006FBC;
}
._purple .program__body {
  border-color: #A30070;
}
@media only screen and (max-width: 767px) {
  .program__body {
    padding: 30px 20px;
  }
}
._hasImg .program__bodyInner {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  ._hasImg .program__bodyInner {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .program__bodyInner {
    display: block;
  }
}
.program__body__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .program__body__title {
    font-size: 2rem;
  }
}
.program__body__title._border {
  position: relative;
  padding-left: 20px;
  margin-top: 30px;
  font-size: 2.2rem;
}
.program__body__title._border::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 28px;
  content: "";
  background: #bd5704;
  transform: translateY(-50%);
}
.program__link {
  margin-top: 20px;
}
.program__link a {
  color: #2373d1;
  text-decoration: underline;
}
.program__link a:hover {
  text-decoration: none;
}
.program__text {
  margin-top: 20px;
}
.program__info {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .program__info {
    display: flex;
  }
}
.program__info:not(:has(.program__img)) {
  display: block;
}
@media only screen and (min-width: 768px) {
  .program__info__texts {
    width: calc(100% - 40px);
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .program__info__texts {
    margin-top: 20px;
  }
}
.program__name {
  font-size: 2.4rem;
  font-weight: bold;
}
.program__name .label {
  white-space: nowrap;
}
.program__name span {
  display: block;
  font-size: 2rem;
}
.program__profile {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .program__profile {
    margin-top: 10px;
  }
}

.header {
  width: 100%;
  height: 80px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  background: #fff;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 70px;
  }
}
.header__inner {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  height: inherit;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .header__inner {
    padding-left: 10px !important;
  }
}
.header__logoWrap {
  display: flex;
  align-items: center;
}
.header__logo a {
  transition: all 0.3s ease 0s;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo:nth-child(1) {
  width: 126px;
}
@media only screen and (max-width: 767px) {
  .header__logo:nth-child(1) {
    width: 86px;
  }
}
.header__logo:nth-child(2) {
  width: 76.76px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .header__logo:nth-child(2) {
    width: 60px;
    margin-left: 13px;
  }
}
.header__logo:nth-child(3) {
  width: 181px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .header__logo:nth-child(3) {
    width: 120px;
    margin-left: 13px;
  }
}
.header__text {
  margin-right: 6px;
  font-weight: bold;
}
.header__textWrap {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .header__textWrap {
    display: none;
  }
}
.header__textSize:not(:first-child) {
  margin-left: 5px;
}
.header__textSize button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: bold;
  border: 1px solid #111;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.header__textSize button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__textSize button:hover {
  color: #fff;
  background: #111;
}
.header .drawer_icon {
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 300;
  display: none;
  width: 40px;
  height: 70px;
  transition: transform 0.5s ease 0s;
}
@media only screen and (max-width: 767px) {
  .header .drawer_icon {
    display: block;
  }
}
.header .drawer_icon.is-active .drawer_icon_bar1 {
  top: 19px;
  transform: rotate(45deg);
}
.header .drawer_icon.is-active .drawer_icon_bar2 {
  pointer-events: none;
  opacity: 0;
}
.header .drawer_icon.is-active .drawer_icon_bar3 {
  top: 19px;
  transform: rotate(-45deg);
}
.header .drawer_icon_bars {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50%;
}
.header .drawer_icon_bar1,
.header .drawer_icon_bar2,
.header .drawer_icon_bar3 {
  position: absolute;
  left: 8px;
  width: 22px;
  height: 1px;
  background: #111;
  transition: all 0.75s ease;
}
.header .drawer_icon_bar1 {
  top: 11px;
}
.header .drawer_icon_bar2 {
  top: 19px;
}
.header .drawer_icon_bar3 {
  top: 27px;
}
.header .drawer_content {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  transition: transform 0.75s ease, visibility 0.75s ease;
  transform: translateY(-105%);
}
.header .drawer_content.is-active {
  transform: translateY(0%);
}
.header .drawer_content:not(.is-active) {
  pointer-events: none;
  visibility: hidden;
}
.header .drawer_content_items {
  background: #fff;
}
.header .drawer_content_item {
  border-bottom: 1px solid #bd5704;
}
.header .drawer_content_item a {
  position: relative;
  display: block;
  padding: 30px 25px;
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  letter-spacing: 0.04em;
  background: url(../img/icon_arrow.svg) no-repeat center right 25px;
}

.pagetop {
  position: sticky;
  bottom: 80px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 65px;
  }
}
.pagetop a {
  position: absolute;
  top: -40px;
  right: 50px;
  display: inline-block;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .pagetop a {
    right: 25px;
  }
}
.pagetop._show {
  visibility: visible;
  opacity: 1;
  transition: visibility 1.3s ease, opacity 0.3s ease;
}

.footer {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  border-top: 2px solid #bd5704;
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 1.4rem;
  }
}
.footer__inner {
  padding: 35px 25px 60px;
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    padding: 40px 25px 60px;
  }
}
.footer__info {
  position: relative;
  padding-left: 24px;
}
@media only screen and (min-width: 768px) {
  .footer__infoWrap {
    margin-right: 20px;
  }
}
.footer__info:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__info:not(:first-child) {
    margin-top: 7px;
  }
}
.footer__info::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 14px;
  height: 2px;
  content: "";
  background: #bd5704;
  border-radius: 20px;
}
.footer__detail {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .footer__detail {
    margin-top: 30px;
  }
}
.footer__link:not(:first-child) {
  margin-left: 18px;
}
.footer__copy {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .mv._lower {
    height: 430px;
  }
}
@media only screen and (min-width: 768px) {
  .mv {
    background: #fffdf5;
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    margin-top: 70px;
  }
}
.mv__inner {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .mv__inner {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .mv__detail {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .mv__detail {
    padding: 0 25px;
  }
}
.mv__title {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .mv__title {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .mv__title {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
  }
}
._lower .mv__title {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  ._lower .mv__title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    transform: translateY(-50%);
  }
}
.mv__info {
  position: relative;
  width: 100%;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  border: 2px solid #bd5704;
  border-radius: 6px;
}
.mv__info._tama {
  border-color: #3d7f86;
}
@media only screen and (min-width: 768px) {
  .mv__info {
    max-width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .mv__info {
    margin-top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__info {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
.mv__info__place {
  position: absolute;
  top: -21px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  height: 40px;
  font-size: 2.6rem;
  color: #fff;
  background: #bd5704;
  border-radius: 22px;
  transform: translateX(-50%);
}
.mv__info__place._tama {
  background: #3d7f86;
  border-color: #3d7f86;
}
.mv__info + .mv__info {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .mv__info + .mv__info {
    margin-top: 40px;
  }
}
.mv__info__inner {
  padding: 40px 3.5% 21px;
}
.mv__info__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mv__info__title {
    font-size: 2.2rem;
  }
}
.mv__info__detail {
  display: flex;
  justify-content: center;
  margin-top: 1px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mv__info__detail {
    display: block;
    margin-top: 5px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__info__detail {
    display: block;
  }
}
.mv__info__detail .day-and-week {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__info__detail .day {
  letter-spacing: 0.06em;
}
.mv__info__detail .day span {
  font-size: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .mv__info__detail .day span {
    font-size: 3.2rem;
  }
}
.mv__info__detail .week {
  width: 24px;
  height: 24px;
  margin-left: 13px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0;
  background: #bd5704;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .mv__info__detail .week {
    margin-top: 6px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mv__info__detail .week {
    width: 22px;
    height: 22px;
    font-size: 1.2rem;
  }
}
.mv__info__detail .time {
  font-size: 3rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .mv__info__detail .time {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .mv__info__detail .time {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.mv__img {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mv__img {
    width: 50%;
  }
}
.mv__img::before {
  display: block;
  padding-top: 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .mv__img::before {
    padding-top: 121.333%;
  }
}
.mv__img source,
.mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (min-width: 768px) {
  ._lower .mv__img {
    height: 430px;
  }
}
._lower .mv__img::before {
  padding-top: 57.333%;
}
@media only screen and (max-width: 767px) {
  ._lower .mv__img::before {
    padding-top: 110%;
  }
}
._lower .mv__img img {
  -o-object-position: center;
     object-position: center;
}

.top .exLink {
  margin-top: 20px;
  text-align: left;
}
.top .exLink a {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}
.top .tiles._schedule {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .top .tiles._schedule {
    margin-top: 40px;
  }
}
.top .tiles._lecture {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top .tiles._lecture {
    margin-top: 27px;
  }
}
.top .heading03._schedule {
  margin-top: 67px;
}
@media only screen and (max-width: 767px) {
  .top .heading03._schedule {
    margin-top: 71px;
  }
}
@media only screen and (max-width: 767px) {
  .top .heading02._tokyo {
    margin-top: 25px;
  }
}
.top .organizerText {
  font-size: 1.6rem;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .top .organizerText {
    margin-top: 10px;
    line-height: 1.6;
  }
}
.top .stageBox__inner {
  padding: 45px 30px 40px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 767px) {
  .top .stageBox__inner {
    padding: 40px 20px;
  }
}
.top .stageBox__title {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .top .stageBox__title {
    font-size: 2.8rem;
  }
}
.top .stageBoxList {
  margin-top: 60px;
}
.top .stageBoxList__item {
  padding-left: 1em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-indent: -1em;
}
.top .stageBoxList__item:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top .stageBoxList__item {
    font-size: 2.8rem;
  }
}

.others .section__more {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .interviewText {
    padding: 0 60px;
  }
}

.apply__title {
  position: relative;
  padding-left: 20px;
  margin-top: 50px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .apply__title {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.apply__title::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 29px;
  content: "";
  background: #bd5704;
}
.apply__text {
  margin-top: 20px;
}
.apply__text span {
  font-weight: bold;
  color: #980000;
}
.apply__attention {
  padding-left: 1em;
  margin-top: 20px;
  text-indent: -1em;
}
.applyAttention {
  padding: 40px 40px 45px;
  margin-top: 30px;
  background: #fff5f5;
}
@media only screen and (max-width: 767px) {
  .applyAttention {
    padding: 30px;
  }
}
.applyAttention__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #980000;
}
.applyAttention__list li {
  position: relative;
  padding-left: -2em;
  margin-top: 10px;
  text-indent: 1em;
}
.applyAttention__list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #980000;
  border-radius: 50%;
}
.apply__link a {
  color: #2373d1;
  text-decoration: underline;
}
.apply__link a:hover {
  text-decoration: none;
}
.apply__list li {
  position: relative;
  padding-left: 2em;
  margin-top: 10px;
}
.apply__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.tab__content {
  padding: 80px 0;
}
.tab__content._bg {
  position: relative;
}
.tab__content._bg::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: calc(100% + 60px);
  height: 100%;
  content: "";
  background: #fffdf5;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .tab__content._bg::after {
    width: calc(100% + 40px);
  }
}

.demonstration__img {
  overflow-x: scroll;
}
@media only screen and (min-width: 768px) {
  .demonstration__img {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .demonstration__img::-webkit-scrollbar {
    display: none;
  }
}
.demonstration__img img {
  width: 100%;
  min-width: 960px;
  max-width: 960px;
}

.scrollWrapper {
  overflow-x: scroll;
}
@media only screen and (min-width: 768px) {
  .scrollWrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .scrollWrapper::-webkit-scrollbar {
    display: none;
  }
}
.scrollWrapper a {
  transition: all 0.3s ease 0s;
}
.scrollWrapper a:hover {
  opacity: 0.7;
}
.scrollWrapper._schedule .scrollImg {
  position: relative;
  display: block;
  width: 100%;
  min-width: 960px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.scrollWrapper._schedule .scrollImg .main {
  position: absolute;
  left: 66px;
  width: 282px;
}
.scrollWrapper._schedule .scrollImg .main01 {
  top: 140px;
}
.scrollWrapper._schedule .scrollImg .main02 {
  top: 300px;
}
.scrollWrapper._schedule .scrollImg .main03 {
  top: 600px;
}
.scrollWrapper._schedule .scrollImg .main04 {
  top: 750px;
}
.scrollWrapper._schedule .scrollImg .main05 {
  top: 920px;
}
.scrollWrapper._schedule .scrollImg .main06 {
  top: 1040px;
}
.scrollWrapper._schedule .scrollImg .sub {
  position: absolute;
  left: 366px;
  width: 316px;
}
.scrollWrapper._schedule .scrollImg .sub01 {
  top: 400px;
}
.scrollWrapper._schedule .scrollImg .sub02 {
  top: 480px;
}
.scrollWrapper._schedule .scrollImg .sub03 {
  top: 560px;
}
.scrollWrapper._schedule .scrollImg .sub04 {
  top: 680px;
}
.scrollWrapper._schedule .scrollImg .sub05 {
  top: 840px;
}
.scrollWrapper._schedule .scrollImg .demonstration {
  position: absolute;
  left: 704px;
  width: 112px;
}
.scrollWrapper._schedule .scrollImg .demonstration01 {
  top: 280px;
}
.scrollWrapper._schedule .scrollImg .demonstration02 {
  top: 340px;
}
.scrollWrapper._schedule .scrollImg .demonstration03 {
  top: 470px;
}
.scrollWrapper._schedule .scrollImg .demonstration04 {
  top: 525px;
}
.scrollWrapper._schedule .scrollImg .demonstration05 {
  top: 650px;
}
.scrollWrapper._schedule .scrollImg .demonstration06 {
  top: 705px;
}
.scrollWrapper._schedule .scrollImg .demonstration07 {
  top: 860px;
}
.scrollWrapper._schedule .scrollImg .booth {
  position: absolute;
  top: 120px;
  left: 835px;
  width: 112px;
  border: none;
}
.scrollWrapper._map .scrollImg {
  position: relative;
  display: block;
  width: 100%;
  min-width: 640px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.scrollWrapper._map ._booth {
  position: absolute;
  top: 270px;
  left: 40px;
  width: 152px;
}
.scrollWrapper._map ._demonstration {
  position: absolute;
  top: 265px;
  left: 400px;
  width: 99px;
}
.scrollWrapper._map ._main {
  position: absolute;
  top: 670px;
  left: 50px;
  width: 198.5px;
}
.scrollWrapper._map ._sub {
  position: absolute;
  top: 670px;
  left: 345px;
  width: 153.5px;
}

.live {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  margin-bottom: 80px;
}
.live::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  content: "";
  background: #fffdf5;
}
.liveList {
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .liveList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.liveList__title {
  padding: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 4px;
}
._main .liveList__title {
  background: #A30070;
}
._sub .liveList__title {
  background: #006FBC;
}
.liveList__title._main {
  background: #A30070;
}
.liveList__title._sub {
  margin-top: 80px;
  background: #006FBC;
}
.liveList__box {
  margin-top: 10px;
  overflow: hidden;
  border: 3px solid;
  border-radius: 12px;
}
.liveList__box a {
  display: block;
}
._main .liveList__box {
  border-color: #A30070;
}
._sub .liveList__box {
  border-color: #006FBC;
}
.liveList__more {
  padding: 7px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  background: #fff;
}
.liveList__more span {
  position: relative;
  padding-right: 40px;
}
.liveList__more span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 20px;
  content: "";
  -webkit-mask: url(../img/icon_more.svg) no-repeat center center/contain;
          mask: url(../img/icon_more.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
._main .liveList__more {
  color: #A30070;
}
._main .liveList__more span::after {
  background-color: #A30070;
}
._sub .liveList__more {
  color: #006FBC;
}
._sub .liveList__more span::after {
  background-color: #006fbc;
}

.eventEnd {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.02em;
}
.tokyo .eventEnd, .tama .eventEnd {
  margin-bottom: 50px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .tokyo .eventEnd, .tama .eventEnd {
    padding: 40px 0;
    font-size: 2.2rem;
  }
}
.tama .eventEnd::after {
  background: #3d7f86;
}
@media only screen and (min-width: 768px) {
  .eventEnd {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .eventEnd {
    padding: 40px 25px;
    font-size: 2rem;
  }
}
.eventEnd::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  content: "";
  background: #bd5704;
}

.archive {
  position: relative;
  z-index: 1;
}
.archive__text {
  margin-bottom: 44px;
}
.archiveList {
  display: grid;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  background: url(../img/bg_archive.jpg) no-repeat center top/cover;
}
.archiveList__item {
  position: relative;
  width: 100%;
  max-width: 880px;
  padding: 10px 100px 10px 40px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  background: #fff;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .archiveList__item {
    padding: 10px 65px 10px 20px;
  }
}
.archiveList__item::after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 50px;
  height: 50px;
  content: "";
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .archiveList__item::after {
    right: 20px;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .archiveList__item {
    width: calc(100% - 40px);
  }
}
._main .archiveList__item {
  border: 4px solid #A30070;
}

._sub .archiveList__item {
  border: 4px solid #006FBC;
}

.archiveList__time {
  font-size: 1.8rem;
  line-height: 1.7222222222;
}
.archiveList__title {
  margin-top: 10px;
  font-size: 2.2rem;
  line-height: 1.0181818182;
}
.archiveList__name {
  margin-top: 10px;
  font-size: 1.8rem;
}

.body__inner {
  overflow: hidden;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */