@charset "UTF-8";

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

img {
  display: block;
  height: auto;
}

img,
video {
  height: auto;
  max-width: 100%;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 100%;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.lato {
  font-family: "Lato", sans-serif;
}

:root {
  scroll-padding: 100px;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

figure {
  line-height: 0;
}

h1,
h2 {
  line-height: 1.6;
  font-weight: bold;
}

div,
span,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

p {
  line-height: 1.6;
  font-weight: 500;
}

svg,
img {
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec {
  font-size: 1px;
  font-size: 0.0694444444vw;
}

@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}

@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}

/* section01 */


/* section01 */

/* section02 */
.sec02 {
  background-image: url(../images/sec02.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 74em;
}

.contents {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

.contents_inner {
  margin: 0 240em;
}

.box {
  padding-bottom: 60em;
  background-color: rgba(255, 255, 255, 0.95);
  border: solid 2px #D80C18;
}

.inner {
  margin: 0 80em;
}

.ttl {
  padding-top: 80em;
  padding-bottom: 5em;
  border: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #D80C18 0 11%, #BEBEBE 10% 100%) 1;
}

.ttl h2 {
  font-size: 22em;
  font-weight: bold;
  color: #D80C18;
}

.ttl h2 span {
  font-size: 0.6em;
  font-weight: 500;
  color: #000;
}

.ttl p {
  display: none;
  font-size: 12em;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}

.txt {
  margin-top: 30em;
}

.txt p {
  line-height: 2;
  font-size: 16em;
  font-weight: 500;
}

.event_details {
  margin-top: 30em;
}

.event_details tr {
  border-bottom: 1px solid #fff;
}

.event_details tr:last-of-type {
  border: none;
}

.event_details th {
  font-size: 14em;
  width: 10.71428571428571em;
  height: 4.214285714285714em;
  font-weight: bold;
  background-color: #FDECED;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event_details td {
  font-size: 14em;
  font-weight: 500;
  width: 46.42857142857143em;
  background-color: #F7F7F7;
  padding-left: 1.142857142857143em;
}

.contact {
  padding-block: 40em;
}

.contact p {
  font-size: 14em;
  font-weight: 500;
}

.contact a {
  color: #0000EE;
}

a.btn {
  width: 340em;
  height: 68em;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60em;
  background-color: #0253D3;
  line-height: 1;
  border-radius: 10em;
}

.btn span {
  line-height: 1;
  color: #fff;
  text-align: center;
  font-size: 16em;
  font-weight: bold;
}

.btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 8em;
  height: 8em;
  border: 2em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: 23.5em;
  transform: translateY(-50%) rotate(45deg);
}

.end {
  margin-top: 60em;
}

.end p {
  font-size: 14em;
  font-weight: 500;
  text-align: center;
}

a.btn_gray {
  width: 340em;
  height: 68em;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BEBEBE;
  line-height: 1;
  border-radius: 10em;
}

.btn_gray span {
  line-height: 1;
  color: #000;
  text-align: center;
  font-size: 16em;
  font-weight: bold;
}

.btn_gray::after {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 8em;
  height: 8em;
  border: 2em solid #000;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: 23.5em;
  transform: translateY(-50%) rotate(45deg);
}

.program_list {
  display: flex;
  gap: 25em;
  margin-top: 40em;
}

.program_list .time {
  width: 113em;
}

.program_list .time p {
  color: #333333;
  font-size: 16em;
  font-weight: bold;
}

.program_list .program_contents h2 {
  font-size: 18em;
  font-weight: bold;
}

.program_list .program_contents h2 span {
  color: #D80C18;
}

.program_contents {
  width: calc(100% - 138em);
}

.member {
  width: 49%;
}

.member p {
  font-size: 13em;
  font-weight: bold;
  line-height: 1.723076923076923;
}

.member p.name {
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 10px;
}

.member p span {
  border: solid 1px #000;
  padding-inline: 1em;
  padding-block: 1px;
  padding-bottom: 2px;
  font-weight: 500;
}

.member_list {
  margin-top: 30em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 30em;
  justify-content: space-between;
}

.member_list.first {
  margin-top: 14em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30em;
  justify-content: space-between;
}

.modal-1__wrap {
  display: inline-block;
}

.modal-1__wrap input {
  display: none;
}

.modal-1__open-label,
.modal-1__close-label {
  cursor: pointer;
}

.modal-1__open-label {
  font-size: 13em;
  font-weight: bold;
  line-height: 1.723076923076923;
}

.modal-1__open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #d80c18;
}

.modal-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-1__open-input:checked+label+input+.modal-1 {
  display: block;
  animation: modal-1-animation .6s;
}

.modal-1__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800em;
  height: 418em;
  background-color: rgb(254, 254, 254);
  z-index: 2;
}

.modal-1__close-label {
  color: #000;
  line-height: 1.5;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: 0;
  right: 0.4em;
  z-index: 99999;
  font-size: 50em;
  font-weight: 300;
}

.modal-1__content {
  padding: 40em
}

.modal-1__content h2 {
  font-size: 22em !important;
  font-weight: bold !important;
  margin-bottom: 1em !important;
}

.modal-1__content p {
  font-size: 14em !important;
  line-height: 2 !important;
  font-weight: 500 !important;
}

.modal-1__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

@keyframes modal-1-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body.modal-open {
  overflow: hidden;
  /* 必要なら固定でズレ防止までやる場合は position: fixed; width: 100%; を併用 */
}

/* section02 */
footer {
  background-color: #333333;
}

footer p {
  font-size: 11em;
  color: #fff;
  text-align: center;
  padding-block: 0.5em;
}

.sp {
  display: none;
}

@media (max-width: 567px) {
  .sp {
    display: block;
  }

  /* section01 */


  /* section01 */

  /* section02 */
  .sec02 {
    background-image: none;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 30em;
  }

  .contents {
    width: 567px;
    max-width: 100%;
    margin: 0 auto;
  }

  .contents_inner {
    margin: 0 20em;
  }

  .box {
    padding-bottom: 28em;
    background-color: rgba(255, 255, 255, 0.95);
    border: solid 1px #D80C18;
  }

  .inner {
    margin: 0 15em;
  }

  .ttl {
    padding-top: 40em;
    padding-bottom: 9em;
    border: 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #D80C18 0 15%, #BEBEBE 10% 100%) 1;
  }

  .ttl h2 {
    font-size: 18em;
    font-weight: bold;
    color: #D80C18;
  }

  .ttl h2 span {
    display: none;
    font-size: 0.6666666666666667em;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
  }

  .ttl p {
    display: block;
    font-size: 12em;
    padding-bottom: 0.5em;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
  }

  .txt {
    margin-top: 20em;
  }

  .txt p {
    font-size: 14em;
    font-weight: 500;
  }

  .event_details {
    margin-top: 20em;
  }

  .event_details tr {
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
  }

  .event_details tr:last-of-type {
    border: none;
  }

  .event_details th {
    font-size: 12em;
    width: 6.666666666666667em;
    height: 7.208333333333333em;
    font-weight: bold;
    background-color: #FDECED;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .event_details td {
    line-height: 1.4;
    font-size: 12em;
    font-weight: 500;
    width: 18.75em;
    height: 7.208333333333333em;
    background-color: #F7F7F7;
    display: flex;
    padding-left: 1.142857142857143em;
    align-items: center;
  }

  .contact {
    padding-block: 40em;
    padding: 23em 0 30em;
  }

  .contact p {
    font-size: 12em;
    font-weight: 500;
  }

  .contact a {
    color: #0000EE;
  }

  a.btn {
    width: 305em;
    height: 60em;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27em;
    background-color: #0253D3;
    line-height: 1;
    border-radius: 10em;
  }

  .btn span {
    line-height: 1;
    color: #fff;
    text-align: center;
    font-size: 16em;
    font-weight: bold;
  }

  .btn::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 8em;
    height: 8em;
    border: 2em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    top: 50%;
    right: 23.5em;
    transform: translateY(-50%) rotate(45deg);
  }

  .end {
    margin-top: 60em;
  }

  .end p {
    font-size: 12em;
    font-weight: 500;
    text-align: center;
  }

  a.btn_gray {
    width: 305em;
    height: 60em;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BEBEBE;
    line-height: 1;
    border-radius: 10em;
  }

  .btn_gray span {
    line-height: 1;
    color: #000;
    text-align: center;
    font-size: 16em;
    font-weight: bold;
  }

  .btn_gray::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 8em;
    height: 8em;
    border: 2em solid #000;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    top: 50%;
    right: 23.5em;
    transform: translateY(-50%) rotate(45deg);
  }

  .program_list {
    display: flex;
    gap: 7em;
    margin-top: 40em;
  }

  .program_list.first {
    margin-top: 20em;
  }

  .program_list .time {
    width: 87em;
  }

  .program_list .time p {
    padding-top: 2px;
    color: #333333;
    font-size: 14em;
    font-weight: bold;
  }

  .program_list .program_contents h2 {
    line-height: 1.6;
    font-size: 16em;
    font-weight: bold;
  }

  .program_list .program_contents h2 span {
    color: #D80C18;
  }

  .program_contents {
    width: calc(100% - 94em);
  }

  .member {
    width: 100%;
  }

  .member p {
    font-size: 13em;
    font-weight: bold;
    line-height: 1.723076923076923;
  }

  .member p.name {
    line-height: 1.6;
    white-space: unset;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .member p span {
    border: solid 1px #000;
    padding-inline: 1em;
    padding-block: 1px;
    padding-bottom: 2px;
    font-weight: 500;
  }



  .member_list {
    margin-top: 30em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 30em;
    justify-content: space-between;
  }

  .member_list.first {
    margin-top: 5em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 30em;
    justify-content: space-between;
  }

  .modal-1__wrap {
    display: inline-block;
  }

  .modal-1__wrap input {
    display: none;
  }

  .modal-1__open-label,
  .modal-1__close-label {
    cursor: pointer;
  }

  .modal-1__open-label {
    font-size: 13em;
    font-weight: bold;
    line-height: 1.723076923076923;
  }

  .modal-1__open-label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #d80c18;
  }

  .modal-1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
  }

  .modal-1__open-input:checked+label+input+.modal-1 {
    display: block;
    animation: modal-1-animation .6s;
  }

  .modal-1__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300em;
    height: auto;
    background-color: rgb(254, 254, 254);
    z-index: 2;
  }

  .modal-1__close-label {
    color: #000;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: 0;
    right: 0.4em;
    z-index: 99999;
    font-size: 30em;
    font-weight: 300;
  }

  .modal-1__content {
    padding: 30em 20em;
  }

  .modal-1__content h2 {
    font-size: 20em !important;
    font-weight: bold !important;
    margin-bottom: 1em !important;
  }

  .modal-1__content p {
    font-size: 14em !important;
    line-height: 2 !important;
    font-weight: 500 !important;
  }

  .modal-1__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
  }

  @keyframes modal-1-animation {
    0% {
      opacity: 0;
    }
  }
}