@charset "UTF-8";
body {
  font-family: "Noto Sans JP";
  margin: 0;
  padding: 0;
  position: relative;
}

.main {
  overflow: hidden;
}

.sumit h2,
.sumit p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sp-br {
  display: inline;
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.sumit {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .sumit {
    margin-bottom: 0;
  }
}
.sumit-img {
  max-width: 1030px;
  height: auto;
}
@media (max-width: 768px) {
  .sumit-img {
    height: auto;
    width: 100%;
    z-index: 0;
  }
}

.sumit-1area {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sumit-1area {
    margin: 0 0 50px 0;
    width: 100%;
  }
}
.sumit-1area .sumit-comment {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-comment {
    top: 10px;
  }
}
@media (min-width: 769px) {
  .sumit-1area .sumit-comment {
    top: 5px;
  }
}
.sumit-1area .sumit-message {
  max-width: 641px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 50px 65px;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-message {
    position: relative;
    width: calc(100% - 15px);
    margin-top: -65px;
    margin-left: auto;
    z-index: 1;
    padding: 30px 25px;
  }
}
.sumit-1area .sumit-message h2 {
  font-weight: 500;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-message h2 {
    font-size: 27px;
    margin-top: -5px;
  }
}
@media (min-width: 769px) {
  .sumit-1area .sumit-message h2 {
    font-size: 32px;
    margin-top: -10px;
  }
}
.sumit-1area .sumit-message .date {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: inline-block;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-message .date {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .sumit-1area .sumit-message .date {
    font-size: 26px;
  }
}
.sumit-1area .sumit-message .date span {
  display: inline-block;
}
.sumit-1area .sumit-message .date .small {
  display: inline-block;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-message .date .small {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .sumit-1area .sumit-message .date .small {
    font-size: 18px;
  }
}
.sumit-1area .sumit-message .date .small.is-year {
  margin-right: 5px;
}
.sumit-1area .sumit-message .date .small.is-day {
  margin-left: 5px;
}
.sumit-1area .sumit-message p {
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sumit-1area .sumit-message p {
    font-size: 15px;
  }
}

@media screen and (max-width: 499px) {
  .sumit-2area {
    margin-top: 50px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1099px) {
  .sumit-2area {
    margin-top: 100px;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .sumit-2area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 85px;
    max-width: 1600px;
    margin: 100px auto 0;
    padding-left: 30px;
  }
}
.sumit-2area .todai-message {
  max-width: 512px;
}
@media screen and (max-width: 768px) {
  .sumit-2area .todai-message {
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sumit-2area .todai-message {
    margin: 0 auto;
  }
}
.sumit-2area .todai-message h2 {
  font-weight: 500;
}
@media (max-width: 768px) {
  .sumit-2area .todai-message h2 {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .sumit-2area .todai-message h2 {
    font-size: 24px;
  }
}
.sumit-2area .todai-message p {
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.sumit-2area .todai-message p span {
  color: #2066b7;
  display: inline-block;
  margin-top: 18px;
  font-size: 18px;
}
.sumit-2area .todai-message p .is-ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sumit-2area .todai-message p .is-red {
  color: #D90F0F;
}
.sumit-2area .todai-message p .is-bold {
  display: block;
  font-family: "Noto Sans JP";
  color: #D90F0F;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
}
.sumit-2area .todai-message p .is-caution {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.8;
}
.sumit-2area .todai-message p .is-caution:before {
  position: absolute;
  content: "注：";
  left: 0;
}
.sumit-2area .todai-message p .is-caution .is-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FECE00));
  background: linear-gradient(transparent 50%, #FECE00 50%);
}
.sumit-2area .todai-message-txt {
  margin-top: 50px !important;
  margin-bottom: 10px !important;
}
.sumit-2area .todai-img img {
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sumit-2area .todai-img {
    max-width: 641px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .sumit-2area .todai-img {
    max-width: 750px;
  }
}

.sumit-overview {
  background-color: #f5faff;
}
@media (max-width: 768px) {
  .sumit-overview {
    padding-bottom: 75px;
  }
}
@media (min-width: 769px) {
  .sumit-overview {
    padding-bottom: 100px;
  }
}
.sumit-overview-ttl {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .sumit-overview-ttl {
    padding-top: 75px;
  }
}
@media (min-width: 769px) {
  .sumit-overview-ttl {
    padding-top: 90px;
  }
}
.sumit-overview__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
}
.sumit-overview__bnr img {
  display: block;
}
.sumit-overview__speaker {
  margin-top: 50px;
}
.sumit-overview__speaker img {
  display: block;
}
.sumit-overview__speaker-inner {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
.sumit-overview__speaker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 769px) {
  .sumit-overview__speaker-wrapper {
    gap: 20px;
  }
}
.sumit-overview__speaker-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .sumit-overview__speaker-title {
    font-size: 22px;
  }
}
.sumit-overview__speaker-text {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.sumit-overview .event__btn-left {
  margin-top: 40px;
}

.table {
  width: 90%;
  max-width: 900px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .table {
    margin: 60px auto 40px;
    padding: 10px 20px 35px;
  }
}
@media (min-width: 769px) {
  .table {
    margin: 80px auto 55px;
    padding: 20px 50px 65px;
  }
}
.table tr {
  width: 600px;
}
.table th {
  vertical-align: top;
}
@media (max-width: 768px) {
  .table th {
    padding-top: 25px;
    width: 100%;
    display: block;
  }
}
@media (min-width: 769px) {
  .table th {
    padding-top: 40px;
    padding-right: 30px;
    width: 150px;
  }
}
.table th span {
  background-color: #2066b7;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  border: #2066b7;
  display: inline-block;
  border-radius: 100vh;
  width: 150px;
}
@media (max-width: 768px) {
  .table th span {
    width: 100%;
  }
}
.table .align-top {
  vertical-align: top;
}
@media (max-width: 768px) {
  .table td {
    vertical-align: top;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  .table td {
    padding-top: 40px;
  }
}
.table td span.is-ja a {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  line-height: 1;
  white-space: nowrap;
}
.table .block + .block {
  margin-top: 16px;
}
.table .block.is-caution {
  position: relative;
  padding-left: 16px;
}
.table .block.is-caution:before {
  position: absolute;
  content: "※";
  left: 0;
}
.table .caution {
  list-style: none;
  font-size: 14px;
}
.table .caution li {
  position: relative;
  padding-left: 16px;
}
.table .caution li:before {
  position: absolute;
  content: "※";
  left: 0;
}
.table .station {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 0 3px;
  height: 18px;
  border-radius: 2px;
  background-color: #FECE00;
  margin-right: 2px;
}

@media (max-width: 768px) {
  .program {
    padding-bottom: 77px;
  }
}
@media (min-width: 769px) {
  .program {
    padding-bottom: 82px;
  }
}
.program .is-ja {
  font-size: 16px;
  color: #2066b7;
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .program .is-ja {
    font-size: 18px;
    padding-top: 40px;
  }
}

.sumit-program-ttl {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .sumit-program-ttl {
    padding-top: 80px;
  }
}
@media (min-width: 769px) {
  .sumit-program-ttl {
    padding-top: 90px;
  }
}
.sumit-program_info {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sumit-program_info {
    margin-top: 55px;
    padding: 0 16px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info {
    max-width: 800px;
  }
}
.sumit-program_info .sumit-program_block {
  margin-top: 50px;
}
.sumit-program_info .sumit-program_block *:last-child {
  margin-bottom: 0 !important;
}
.sumit-program_info p {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .sumit-program_info p {
    margin-bottom: 25px;
    padding: 0 6px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info p {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sumit-program_info p + .perform {
    margin-top: -10px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info p + .perform {
    margin-top: -15px;
  }
}
.sumit-program_info .perform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}
@media (max-width: 768px) {
  .sumit-program_info .perform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
    padding: 0 6px;
    gap: 5px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .perform {
    margin-bottom: 30px;
    gap: 10px;
  }
}
.sumit-program_info .perform dt {
  padding: 0 20px;
  width: 100px;
  border-radius: 20px;
  border: 1px solid #d3e6f6;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  white-space: nowrap;
}
.sumit-program_info .perform dd {
  white-space: break-word;
}
.sumit-program_info h2 {
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #000;
  background-color: #d3e6f6;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .sumit-program_info h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .sumit-program_info h2 .small {
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info h2 .small {
    font-size: 19px;
  }
}
.sumit-program_info h3 {
  position: relative;
  font-family: "Noto Sans JP";
  padding-left: 10px;
  border-left: 4px solid #0768b7;
}
@media (max-width: 768px) {
  .sumit-program_info h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 36px;
  }
}
.sumit-program_info h4 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .sumit-program_info h4 {
    font-size: 17px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info h4 {
    font-size: 18px;
  }
}
.sumit-program_info h4::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #d3e6f6;
  top: 6px;
  left: 0;
}
.sumit-program_info ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .sumit-program_info ul {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .sumit-program_info ul {
    margin-bottom: 35px;
  }
}
.sumit-program_info ul li {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
}
.sumit-program_info ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d3e6f6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .sumit-program_info ul li:before {
    content: none;
    width: 0;
    height: 0;
    background-color: transparent;
  }
}
.sumit-program_info ul li + li {
  margin-top: 8px;
}
.sumit-program_info dl {
  margin: 20px 0;
}
.sumit-program_info dl dt {
  font-weight: 700;
}
.sumit-program_info .sumit-photo {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 768px) {
  .sumit-program_info .sumit-photo {
    margin-bottom: 20px;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo {
    margin-bottom: 50px;
    -ms-grid-columns: (250px)[3];
    grid-template-columns: repeat(3, 250px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sumit-program_info .sumit-photo__img {
  width: 250px;
  height: 250px;
  margin-bottom: 10px;
}
.sumit-program_info .sumit-photo__img img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sumit-program_info .sumit-photo__name {
  text-align: center;
  width: 100%;
}
.sumit-program_info .sumit-photo__name .career {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-four {
    margin-bottom: 50px;
    -ms-grid-columns: (185px)[4];
    grid-template-columns: repeat(4, 185px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-four .sumit-photo__img {
    width: 185px;
    height: 185px;
  }
  .sumit-program_info .sumit-photo.is-four .sumit-photo__img img {
    width: 185px;
    height: 185px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-two {
    margin-bottom: 20px;
    -ms-grid-columns: (390px)[2];
    grid-template-columns: repeat(2, 390px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-two .sumit-photo__img {
    width: 390px;
    height: auto;
  }
  .sumit-program_info .sumit-photo.is-two .sumit-photo__img img {
    width: 390px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .sumit-program_info .sumit-photo.is-two .sumit-photo__img {
    width: 70vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .sumit-program_info .sumit-photo.is-two .sumit-photo__img img {
    width: 70vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 769px) {
  .sumit-program_info .sumit-photo.is-image {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img {
    width: 800px;
    height: auto;
  }
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img img {
    width: 800px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img {
    width: 80vw;
    height: auto;
  }
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img img {
    width: 80vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img {
    width: 70vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .sumit-program_info .sumit-photo.is-image .sumit-photo__img img {
    width: 70vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 800px) {
  .sumit-program_info .sumit-photo.is-todaiten {
    margin-top: 50px;
    margin-bottom: 30px !important;
    -ms-grid-columns: (350px)[2];
    grid-template-columns: repeat(2, 350px);
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 799px) {
  .sumit-program_info .sumit-photo.is-todaiten {
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  .sumit-program_info .sumit-photo.is-todaiten .sumit-photo__img {
    width: 350px;
    height: auto;
  }
  .sumit-program_info .sumit-photo.is-todaiten .sumit-photo__img img {
    width: 350px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 799px) {
  .sumit-program_info .sumit-photo.is-todaiten .sumit-photo__img {
    width: 70vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .sumit-program_info .sumit-photo.is-todaiten .sumit-photo__img img {
    width: 70vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sumit-program_info .sumit-overview__bnr {
  width: 100%;
}
.sumit-program_block.is-tenji-kikaku {
  padding: 20px;
  background-color: #d3e6f6;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sumit-program_block.is-tenji-kikaku {
    margin-bottom: 50px;
  }
}
.sumit-program_block.is-tenji-kikaku p {
  margin-bottom: 10px;
}
.sumit-program_block.is-tenji-kikaku h2 {
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
}
.sumit-program_block.is-tenji-kikaku ul {
  line-height: 1.8;
}
.sumit-program_block.is-tenji-kikaku ul li {
  margin: 0;
  padding: 0;
}
.sumit-program__note {
  padding: 20px 20px;
  background-color: #f5faff;
}
.sumit-program__note span {
  font-weight: bold;
}
.sumit-program .event__btn-left {
  margin-top: 40px;
}

.sumit-footer {
  background-color: #f5faff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sumit-footer {
    padding: 50px 25px;
  }
}
@media screen and (min-width: 769px) {
  .sumit-footer {
    margin: 0 auto;
    padding: 50px 0;
  }
}
.sumit-footer__content {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}
.sumit-footer__contact {
  max-width: 550px;
  margin: 20px auto 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sumit-footer__contact {
    width: 100%;
  }
}
.sumit-footer__contact p {
  line-height: 22px;
}

.event__btn {
  margin: 0 auto;
  max-width: 100%;
}
.event__btn-center {
  margin: 0 auto;
}
.event__btn-center .button01 {
  max-width: 350px !important;
}
.event__btn-left .button01 {
  max-width: 420px !important;
}
@media screen and (max-width: 1099px) {
  .event__btn-left .button01 {
    margin: 0 auto;
  }
}
.event__btn-txt {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .event__btn-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .event__btn-txt {
    font-size: 16px;
  }
}
.event__btn-txt:before, .event__btn-txt:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000;
}
.event__btn-txt:before {
  bottom: 20px;
  rotate: 60deg;
}
@media screen and (max-width: 768px) {
  .event__btn-txt:before {
    left: calc(50% - 150px);
  }
}
@media screen and (min-width: 769px) {
  .event__btn-txt:before {
    left: calc(50% - 180px);
  }
}
.event__btn-txt:after {
  bottom: 20px;
  rotate: -60deg;
}
@media screen and (max-width: 768px) {
  .event__btn-txt:after {
    right: calc(50% - 150px);
  }
}
@media screen and (min-width: 769px) {
  .event__btn-txt:after {
    right: calc(50% - 180px);
  }
}
.event__btn-txt .is-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FECE00));
  background: linear-gradient(transparent 70%, #FECE00 70%);
}

.button01 {
  max-width: 241px !important;
}

.is-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
}

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